:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;-webkit-transform:translateZ(var(--toastify-z-index));width:var(--toastify-container-width);z-index:var(--toastify-z-index);flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{left:var(--toastify-toast-left);top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:var(--toastify-toast-top);align-items:center;transform:translate(-50%)}.Toastify__toast-container--top-right{right:var(--toastify-toast-right);top:var(--toastify-toast-top);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;font-family:var(--toastify-font-family);max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);padding:var(--toastify-toast-padding);touch-action:none;width:var(--toastify-toast-width);word-break:break-word;z-index:0;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);width:100vw;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{transform:translate3d(0,var(--y),0) scale(var(--s));width:100%;transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g)*1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{opacity:.7;transform-origin:0;z-index:1;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{transform-origin:100%;border-bottom-left-radius:0;left:auto;right:0}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);box-sizing:border-box;border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.accordion{cursor:pointer;background-color:#fff;border-top:1px solid #e3e3e3;width:100%;padding-bottom:6.25vw;padding-left:6.25vw;padding-right:6.25vw}@media (min-width:768px){.accordion{cursor:default;border:none;border-bottom:1px solid #e3e3e34d;width:50%;padding:3.90625vw}}@media (min-width:1024px){.accordion{width:30.5556vw;padding:2.08333vw 2.08333vw 4.16667vw}}@media (min-width:1440px){.accordion{width:440px;padding:30px 30px 60px}}@media (min-width:768px){.accordion img{margin-bottom:2.60417vw;margin-left:auto;display:block}}@media (min-width:1024px){.accordion img{margin-bottom:1.38889vw}}@media (min-width:1440px){.accordion img{margin-bottom:20px}}.accordion h6{font-family:var(--font-jetbrains);justify-content:space-between;align-items:center;font-weight:500;display:flex}.accordion h6 svg{transition:all .3s;transform:rotate(180deg)}.accordion h6>div{align-items:center;margin-right:6.25vw;display:flex}@media (min-width:768px){.accordion h6>div{margin-right:0}}.accordion h6>div img{margin-right:6.25vw}.accordion span{display:block;overflow:hidden}.accordion button{cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding-top:6.25vw;padding-left:0;padding-right:0}@media (min-width:768px){.accordion button{padding-top:3.90625vw}}@media (min-width:1024px){.accordion button{padding-top:2.08333vw}}@media (min-width:1440px){.accordion button{padding-top:30px}}.accordion p{color:#121212b3;margin-top:3.125vw}@media (min-width:768px){.accordion p{margin-top:1.30208vw}}@media (min-width:1024px){.accordion p{margin-top:1.38889vw}}@media (min-width:1440px){.accordion p{margin-top:20px}}.accordion p.body-small{font-weight:400}@media (min-width:768px){.accordion:nth-of-type(odd){border-right:1px solid #e3e3e34d}}.accordion--active,.accordion:hover{border-top-color:#ffa978}.accordion--active h6 svg{transform:rotate(0)}.accordion:last-child{border-bottom:1px solid #e3e3e3}@media (min-width:768px){.accordion:last-child{border-bottom:1px solid #e3e3e34d}}.accordion .accordion-enter{opacity:0;max-height:0}.accordion .accordion-enter.accordion-enter-active{opacity:1;max-height:100px;transition:max-height .3s,opacity .3s .3s}@media (min-width:768px){.accordion .accordion-enter.accordion-enter-active{transition:none}}.accordion .accordion-leave{opacity:1;max-height:100px}.accordion .accordion-leave.accordion-leave-active{opacity:0;max-height:0;transition:max-height .3s .3s,opacity .3s}@media (min-width:768px){.accordion .accordion-leave.accordion-leave-active{transition:none}}.homepage-accordions{color:#121212;background-color:#f5f5f5;padding:25vw 0 0}@media (min-width:768px){.homepage-accordions{padding:10.4167vw 0}}@media (min-width:1024px){.homepage-accordions{padding:6.94444vw 0}}@media (min-width:1440px){.homepage-accordions{padding:100px 0}}.homepage-accordions h2{margin-bottom:12.5vw;padding-left:6.25vw;padding-right:6.25vw}@media (min-width:768px){.homepage-accordions h2{margin-bottom:7.8125vw;padding-left:3.90625vw;padding-right:45.5729vw}}@media (min-width:1024px){.homepage-accordions h2{margin-bottom:4.16667vw;padding-left:4.16667vw;padding-right:55.5556vw}}@media (min-width:1440px){.homepage-accordions h2{margin-bottom:60px;padding-left:60px;padding-right:800px}}.homepage-accordions h2 svg{vertical-align:middle}@media (min-width:1024px){.homepage-accordions h2 svg{margin:0 1.04167vw;transform:scale(1.5)}}@media (min-width:1440px){.homepage-accordions h2 svg{margin:0 15px}}@media (min-width:768px){.homepage-accordions ul{flex-wrap:wrap;justify-content:flex-end;width:100%;padding-left:3.90625vw;padding-right:3.90625vw;display:flex}}@media (min-width:1024px){.homepage-accordions ul{padding-left:30.5556vw;padding-right:4.16667vw}}@media (min-width:1440px){.homepage-accordions ul{padding-left:440px;padding-right:60px}}@media (min-width:768px){.homepage-accordions__wrapper{flex-wrap:wrap;align-items:flex-start;display:flex}}@media (min-width:1024px){.homepage-accordions__wrapper{align-items:flex-end;padding-left:4.16667vw}}@media (min-width:1440px){.homepage-accordions__wrapper{padding-left:60px}}@media (min-width:1024px){.homepage-accordions__content{max-width:1440px;margin-left:auto;margin-right:auto}}.homepage-accordions__leo-wrapper{color:#f5f5f5;display:block}@media (min-width:768px){.homepage-accordions__leo-wrapper{padding:0 3.90625vw;display:flex}}@media (min-width:1024px){.homepage-accordions__leo-wrapper{padding:0 4.16667vw 0 30.5556vw}}@media (min-width:1440px){.homepage-accordions__leo-wrapper{padding:0 60px 0 440px}}.homepage-accordions__leo-wrapper h5{margin-bottom:3.125vw}@media (min-width:768px){.homepage-accordions__leo-wrapper h5{margin-bottom:1.30208vw}}@media (min-width:1024px){.homepage-accordions__leo-wrapper h5{margin-bottom:.694444vw}}@media (min-width:1440px){.homepage-accordions__leo-wrapper h5{margin-bottom:10px}}.homepage-accordions__leo-wrapper p.body-small{color:#f5f5f5b3;margin-bottom:6.25vw}@media (min-width:768px){.homepage-accordions__leo-wrapper p.body-small{margin-bottom:5.20833vw}}@media (min-width:1024px){.homepage-accordions__leo-wrapper p.body-small{margin-bottom:2.77778vw}}@media (min-width:1440px){.homepage-accordions__leo-wrapper p.body-small{margin-bottom:40px}}.homepage-accordions__leo-cta{background-color:#121212;flex-shrink:0;padding:6.25vw}@media (min-width:768px){.homepage-accordions__leo-cta{padding:9.11458vw 3.90625vw 7.8125vw get-vw-tabelt(30px);width:50%}}@media (min-width:1024px){.homepage-accordions__leo-cta{padding:4.86111vw 2.08333vw 4.16667vw}}@media (min-width:1440px){.homepage-accordions__leo-cta{padding:70px 30px 60px}}.homepage-accordions__leo-logo{background-position:50%;background-size:cover;flex-shrink:0;height:50vw}@media (min-width:768px){.homepage-accordions__leo-logo{width:50%;height:auto}}.homepage-accordions__leo-build{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;justify-content:flex-end;align-items:center;font-size:3.75vw;font-weight:600;line-height:5.625vw;display:flex}@media (min-width:768px){.homepage-accordions__leo-build{font-size:1.95313vw;line-height:2.60417vw}}@media (min-width:1024px){.homepage-accordions__leo-build{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-accordions__leo-build{font-size:15px;line-height:20px}}.homepage-accordions__leo-build svg{width:3.75vw;margin-left:10px;transition:all .3s}.homepage-accordions__leo-wrapper:hover .homepage-accordions__leo-build svg{transform:translate(4px,-4px)}.homepage-body{color:#121212;background-color:#f5f5f5;padding-bottom:15vw}@media (min-width:768px){.homepage-body{padding-bottom:7.8125vw}}@media (min-width:1024px){.homepage-body{padding-bottom:5.55556vw}}@media (min-width:1440px){.homepage-body{padding-bottom:80px}}.homepage-body h2{text-align:center;z-index:1;width:calc(100% - 10vw);margin:0 auto 12.5vw;position:relative}@media (min-width:768px){.homepage-body h2{width:calc(100% - 15.625vw);margin-bottom:5.20833vw}}@media (min-width:1024px){.homepage-body h2{max-width:71.1111vw;margin-bottom:4.16667vw}}@media (min-width:1440px){.homepage-body h2{max-width:1024px;margin-bottom:60px}}.homepage-body h3{background-color:#f5f5f5;width:80.9375vw;padding-top:7.5vw;padding-bottom:5vw;padding-left:6.25vw}@media (min-width:768px){.homepage-body h3{width:auto;margin-bottom:2.60417vw;padding:0}}@media (min-width:1024px){.homepage-body h3{margin-bottom:2.08333vw}}@media (min-width:1440px){.homepage-body h3{margin-bottom:30px}}.homepage-body__card-wrapper{z-index:1;flex-direction:column;justify-content:center;align-items:stretch;row-gap:2.5vw;width:100%;margin:-20.3125vw auto 0;padding:0 5vw;display:flex;position:relative}@media (min-width:768px){.homepage-body__card-wrapper{row-gap:1.5625vw;margin-top:-13.6719vw;padding:0 3.90625vw}}@media (min-width:1024px){.homepage-body__card-wrapper{flex-direction:row;gap:1.11111vw;margin-top:-7.63889vw;padding:0 3.47222vw}}@media (min-width:1440px){.homepage-body__card-wrapper{gap:16px;max-width:1440px;margin-top:-110px;padding:0 50px}}.homepage-body__card-column{flex-direction:column;gap:12px;display:flex}.homepage-body__card-link{align-items:center;margin-top:auto;padding:12px 0;display:inline-flex}.homepage-body__card-link span{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;padding-right:10px;font-size:3.75vw;font-weight:600;line-height:5.625vw}@media (min-width:768px){.homepage-body__card-link span{font-size:1.95313vw;line-height:2.60417vw}}@media (min-width:1024px){.homepage-body__card-link span{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-body__card-link span{font-size:15px;line-height:20px}}.homepage-body__card-link svg{width:15px;transition:transform .3s}@media (min-width:768px){.homepage-body__card-link svg{width:13px}}.homepage-body a.homepage-body__card{color:inherit;text-decoration:none}.homepage-body a.homepage-body__card h3,.homepage-body a.homepage-body__card p,.homepage-body a.homepage-body__card span{color:inherit}.homepage-body a.homepage-body__card p{opacity:.7}.homepage-body a.homepage-body__card:hover{text-decoration:none}.homepage-body__card{cursor:pointer;text-align:left;background:#fff;border-radius:20px;flex-direction:column;width:100%;margin-top:0;padding:6.25vw;transition:background .3s;display:flex;overflow:hidden}.homepage-body__card:hover{background:#ffe092}.homepage-body__card.first{position:relative}.homepage-body__card.first:after{content:"";z-index:1;background-image:url(/paraloom-base/shield.webp);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;width:38.4375vw;height:100%;position:absolute;bottom:-13.75vw;right:-6.25vw}@media (min-width:768px){.homepage-body__card.first:after{width:23.9583vw;bottom:-10.9375vw;right:-1.30208vw}}@media (min-width:1024px){.homepage-body__card.first:after{width:32.1528vw;bottom:-13.1944vw;right:-6.80556vw}}@media (min-width:1440px){.homepage-body__card.first:after{width:463px;bottom:-190px;right:-98px}}.homepage-body__card.first:hover{background:#c4ffc2}.homepage-body__card.third{position:relative}.homepage-body__card.third:after{content:"";z-index:1;background-image:url(/paraloom-base/globe.webp);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;width:61.25vw;height:100%;position:absolute;bottom:-23.125vw;right:-17.5vw}@media (min-width:768px){.homepage-body__card.third:after{width:33.4635vw;bottom:-12.2396vw;right:0}}@media (min-width:1024px){.homepage-body__card.third:after{width:31.3194vw;bottom:-15.2778vw;right:-3.33333vw}}@media (min-width:1440px){.homepage-body__card.third:after{width:451px;bottom:-220px;right:-38px}}.homepage-body__card:hover .homepage-body__card-link svg{transform:translate(6px)}.homepage-body__card h3{background:0 0;width:90%;margin-bottom:24px;padding:0}@media (min-width:768px){.homepage-body__card h3{width:100%}}.homepage-body__card p{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;width:100%;margin-bottom:10vw;font-size:4.375vw;font-weight:400;line-height:6.875vw;color:#121212b3!important}@media (min-width:768px){.homepage-body__card p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.homepage-body__card p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.homepage-body__card p{font-size:17px;line-height:24px}}@media (min-width:768px){.homepage-body__card p{width:70%;margin-bottom:4.16667vw}}@media (min-width:1024px){.homepage-body__card p{width:90%;margin-bottom:2.77778vw}}@media (min-width:1440px){.homepage-body__card p{margin-bottom:40px}}@media (min-width:768px){.homepage-body__card{border-radius:32px;padding:4.16667vw}}@media (min-width:1024px){.homepage-body__card{border-radius:40px;padding:4.16667vw}}@media (min-width:1440px){.homepage-body__card{border-radius:40px;max-width:1440px;padding:60px}}.homepage-body__grid{border-bottom:1px solid #e3e3e3;padding-top:15vw;padding-bottom:24.375vw;position:relative}@media (min-width:768px){.homepage-body__grid{padding-top:6.38021vw;padding-bottom:4.42708vw}}@media (min-width:1024px){.homepage-body__grid{padding-top:6.31944vw;padding-bottom:3.61111vw}}@media (min-width:1440px){.homepage-body__grid{padding-top:91px;padding-bottom:52px}}.homepage-body__grid:after{content:"";z-index:1;background-image:linear-gradient(90deg,#e3e3e3 1px,#0000 0),linear-gradient(#e3e3e3 1px,#0000 0);background-size:12.5vw 12.5vw;width:calc(100% + 12.5vw);height:100%;position:absolute;top:0;left:-6.25vw}@media (min-width:768px){.homepage-body__grid:after{background-size:6.25vw 6.25vw;width:calc(100% + 12.5vw);left:-6.25vw}}@media (min-width:1024px){.homepage-body__grid:after{background-size:6.25vw 6.25vw;width:calc(100% + 12.5vw);left:-6.25vw}}@media (min-width:1440px){.homepage-body__grid:after{background-size:90px 90px;border-right:1px solid #e3e3e3;width:6000px;left:50%;transform:translate(-50%)}}.homepage-body__grid-inner{z-index:2;position:relative}.homepage-body__wrapper{flex-direction:column;margin-top:-20px;margin-left:auto;margin-right:auto;display:flex}@media (min-width:768px){.homepage-body__wrapper{align-items:center;display:flex}}@media (min-width:1024px){.homepage-body__wrapper{justify-content:center}}@media (min-width:1440px){.homepage-body__wrapper{max-width:1440px}}.homepage-body__wrapper-label{color:#313131;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:center;text-transform:uppercase;width:calc(100% - 10vw);margin:0 auto 6.25vw;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.homepage-body__wrapper-label{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.homepage-body__wrapper-label{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-body__wrapper-label{font-size:13px;line-height:20px}}@media (min-width:768px){.homepage-body__wrapper-label{width:100%;margin-bottom:2.60417vw}}@media (min-width:1024px){.homepage-body__wrapper-label{margin-bottom:1.38889vw}}@media (min-width:1440px){.homepage-body__wrapper-label{margin-bottom:20px}}.homepage-body__wrapper-core{flex-wrap:wrap;justify-content:center;gap:10vw;max-width:max-content;margin-bottom:8.75vw;display:flex}@media (min-width:768px){.homepage-body__wrapper-core{flex-direction:row;column-gap:4.16667vw;margin-bottom:8.07292vw;display:flex}}@media (min-width:1024px){.homepage-body__wrapper-core{column-gap:4.44444vw;margin-bottom:4.30556vw}}@media (min-width:1440px){.homepage-body__wrapper-core{column-gap:64px;width:fit-content;margin-bottom:62px}}.homepage-body__wrapper-core div{flex-direction:column;justify-content:center;align-items:center;max-width:37.5vw;padding:0 6.875vw;display:flex}@media (min-width:768px){.homepage-body__wrapper-core div{max-width:15.625vw;padding:0 1.30208vw}}@media (min-width:1024px){.homepage-body__wrapper-core div{max-width:9.02778vw;padding:0 1.45833vw}}@media (min-width:1440px){.homepage-body__wrapper-core div{max-width:130px;padding:0 21px}}.homepage-body__wrapper-core div img{border-radius:6px;width:100%;max-width:10vw;margin-bottom:2.5vw;display:block}@media (min-width:768px){.homepage-body__wrapper-core div img{border-radius:8px;max-width:5.20833vw;margin-bottom:1.5625vw}}@media (min-width:1024px){.homepage-body__wrapper-core div img{border-radius:16px;max-width:4.44444vw;margin-bottom:.694444vw}}@media (min-width:1440px){.homepage-body__wrapper-core div img{border-radius:16px;max-width:64px;margin-bottom:10px}}.homepage-body__wrapper-core div h3{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:center;text-transform:uppercase;background-color:#0000;width:100%;padding:0;font-size:3.4375vw;font-weight:500;line-height:5vw;display:flex}@media (min-width:768px){.homepage-body__wrapper-core div h3{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.homepage-body__wrapper-core div h3{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-body__wrapper-core div h3{font-size:13px;line-height:20px}}.homepage-testimonials{text-align:center;background:#f5f5f5;flex-direction:column;justify-content:center;padding-top:15vw;display:flex}@media (min-width:768px){.homepage-testimonials{padding-top:7.8125vw}}@media (min-width:1024px){.homepage-testimonials{padding-top:5.55556vw}}@media (min-width:1440px){.homepage-testimonials{padding-top:80px}}.homepage-testimonials .slick-track{will-change:transform;transform:translateZ(0)}.homepage-testimonials .slick-slide .homepage-testimonials__card{opacity:.5;transition:opacity .5s}.homepage-testimonials .slick-slide.slick-center .homepage-testimonials__card{opacity:1}.homepage-testimonials__label{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;width:calc(100% - 32px);margin:0 auto;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.homepage-testimonials__label{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.homepage-testimonials__label{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-testimonials__label{font-size:13px;line-height:20px}}.homepage-testimonials h2{color:#121212;margin-top:6.25vw;margin-bottom:12.5vw}@media (min-width:768px){.homepage-testimonials h2{margin-top:2.60417vw;margin-bottom:6.25vw}}@media (min-width:1024px){.homepage-testimonials h2{margin-top:1.38889vw;margin-bottom:4.16667vw}}@media (min-width:1440px){.homepage-testimonials h2{margin-top:20px;margin-bottom:60px}}.homepage-testimonials__slider{overflow:hidden}.homepage-testimonials__slide{height:auto;padding:0 1.25vw;display:flex}@media (min-width:768px){.homepage-testimonials__slide{padding:0 1.30208vw}}@media (min-width:1024px){.homepage-testimonials__slide{padding:0 1.11111vw}}@media (min-width:1440px){.homepage-testimonials__slide{padding:0 16px}}.homepage-testimonials__slider-wrapper{max-width:calc(100% + 156.25vw);margin-right:auto;padding:0;position:relative;left:50%;transform:translate(-50%)}@media (min-width:768px){.homepage-testimonials__slider-wrapper{max-width:174.479vw}}@media (min-width:1024px){.homepage-testimonials__slider-wrapper{max-width:120.833vw}}@media (min-width:1440px){.homepage-testimonials__slider-wrapper{max-width:1740px}}.homepage-testimonials__card{text-align:center;background:#fff;border-radius:40px;flex-direction:column;width:100%;max-width:560px;padding:6.25vw;display:flex;overflow:hidden}@media (min-width:768px){.homepage-testimonials__card{padding:4.16667vw}}@media (min-width:1024px){.homepage-testimonials__card{padding:2.77778vw}}@media (min-width:1440px){.homepage-testimonials__card{padding:40px}}.homepage-testimonials__card-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:15vw;height:15vw;margin:0 auto 15px;display:flex}@media (min-width:768px){.homepage-testimonials__card-avatar{width:8.33333vw;height:8.33333vw}}@media (min-width:1024px){.homepage-testimonials__card-avatar{width:4.44444vw;height:4.44444vw}}@media (min-width:1440px){.homepage-testimonials__card-avatar{width:64px;height:64px}}.homepage-testimonials__card-name{color:#121212;font-family:var(--font-inter),Arial,sans-serif;font-family:var(--font-jetbrains);letter-spacing:.02em;white-space:nowrap;justify-content:center;align-items:center;gap:6px;margin:0 0 5px;font-size:4.375vw;font-weight:400;line-height:6.875vw;display:inline-flex}@media (min-width:768px){.homepage-testimonials__card-name{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.homepage-testimonials__card-name{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.homepage-testimonials__card-name{font-size:17px;line-height:24px}}.homepage-testimonials__card-position{color:#121212;flex-wrap:wrap;justify-content:center;gap:6px;margin:0 0 15px;font-weight:400;display:inline-flex}.homepage-testimonials__card-position a{color:#3e96ed;align-items:center;text-decoration:underline;display:inline-flex}.homepage-testimonials__card-feedback{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;margin-top:10vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.homepage-testimonials__card-feedback{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.homepage-testimonials__card-feedback{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.homepage-testimonials__card-feedback{font-size:17px;line-height:24px}}@media (min-width:768px){.homepage-testimonials__card-feedback{margin-top:3.125vw}}@media (min-width:1024px){.homepage-testimonials__card-feedback{margin-top:2.22222vw}}@media (min-width:1440px){.homepage-testimonials__card-feedback{margin-top:32px}}.homepage-testimonials__controls{justify-content:center;gap:6.25vw;margin-top:5vw;padding-bottom:1.5625vw;display:flex}@media (min-width:768px){.homepage-testimonials__controls{gap:2.60417vw;margin-top:4.16667vw;padding-bottom:.651042vw}}@media (min-width:1024px){.homepage-testimonials__controls{gap:1.38889vw;margin-top:2.77778vw;padding-bottom:.347222vw}}@media (min-width:1440px){.homepage-testimonials__controls{gap:20px;margin-top:40px;padding-bottom:5px}}.homepage-testimonials__controls button{cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:10vw;height:10vw;padding:3.125vw;transition:transform .3s;display:flex}@media (min-width:768px){.homepage-testimonials__controls button{width:5.72917vw;height:5.72917vw;padding:1.82292vw}}@media (min-width:1024px){.homepage-testimonials__controls button{width:3.05556vw;height:3.05556vw;padding:.972222vw}}@media (min-width:1440px){.homepage-testimonials__controls button{width:44px;height:44px;padding:14px}}.homepage-testimonials__controls button:first-child svg{transform:rotate(-180deg)}.homepage-testimonials__controls button:hover{transform:scale(1.1)}.homepage-media{text-align:center;background-color:#f5f5f5;flex-direction:column;align-items:center;padding:7.5vw 6.25vw 0;display:flex}@media (min-width:768px){.homepage-media{padding:7.8125vw 3.25521vw 0}}@media (min-width:1024px){.homepage-media{padding:5.55556vw 4.16667vw 0}}@media (min-width:1440px){.homepage-media{padding:80px 60px 0}}.homepage-media__label{color:#313131;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;margin-bottom:2.5vw;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.homepage-media__label{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.homepage-media__label{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-media__label{font-size:13px;line-height:20px}}@media (min-width:768px){.homepage-media__label{margin-bottom:2.08333vw}}@media (min-width:1024px){.homepage-media__label{margin-bottom:1.66667vw}}@media (min-width:1440px){.homepage-media__label{margin-bottom:24px}}.homepage-media__wrapper{flex-wrap:wrap;justify-content:center;align-items:center;width:100%;max-width:156.25vw;display:flex}.homepage-media__wrapper :nth-child(3){border-top-right-radius:28px;border-bottom-right-radius:28px}@media (min-width:768px){.homepage-media__wrapper :nth-child(3){border-top-right-radius:32px;border-bottom-right-radius:32px}}@media (min-width:1024px){.homepage-media__wrapper :nth-child(3){border-top-right-radius:0;border-bottom-right-radius:0}}.homepage-media__wrapper :nth-child(4){border-top:none;border-bottom-left-radius:28px}@media (min-width:768px){.homepage-media__wrapper :nth-child(4){border-bottom-left-radius:32px}}@media (min-width:1024px){.homepage-media__wrapper :nth-child(4){border-top:1px solid #e3e3e3;border-bottom-left-radius:0}}@media (min-width:768px){.homepage-media__wrapper{max-width:111.979vw}}@media (min-width:1024px){.homepage-media__wrapper{flex-wrap:nowrap;max-width:100%}}@media (min-width:1440px){.homepage-media__wrapper{max-width:100%}}.homepage-media__item{border:1px solid #e3e3e3;justify-content:center;align-items:center;width:100%;max-width:28.125vw;height:17.5vw;margin-left:-1px;padding:0 3.75vw;display:flex;position:relative}@media (min-width:768px){.homepage-media__item{max-width:30.4688vw;height:14.3229vw;padding:0 5.20833vw}}@media (min-width:1024px){.homepage-media__item{max-width:18.3333vw;height:11.1111vw;padding:0 2.77778vw}}@media (min-width:1440px){.homepage-media__item{max-width:264px;height:160px;padding:0 40px}}.homepage-media__item:hover .homepage-media__item-monochrome{opacity:0}.homepage-media__item:hover .homepage-media__item-color{opacity:1}.homepage-media__item-monochrome{opacity:1;z-index:2}.homepage-media__item-color{opacity:0;z-index:1}.homepage-media__item-color,.homepage-media__item-monochrome{object-fit:contain;height:100%;padding:inherit;pointer-events:none;width:100%;transition:opacity .3s;position:absolute;inset:0}.homepage-media__item:first-of-type{border-top-left-radius:28px;border-bottom-left-radius:28px;margin-left:0}@media (min-width:768px){.homepage-media__item:first-of-type{border-top-left-radius:32px;border-bottom-left-radius:32px}}@media (min-width:1024px){.homepage-media__item:first-of-type{border-top-left-radius:40px;border-bottom-left-radius:40px}}.homepage-media__item:last-of-type{border-top:none;border-bottom-right-radius:28px}@media (min-width:768px){.homepage-media__item:last-of-type{border-bottom-right-radius:32px}}@media (min-width:1024px){.homepage-media__item:last-of-type{border-top:1px solid #e3e3e3;border-top-right-radius:40px;border-bottom-right-radius:40px}}.homepage-use-cases{background:#f5f5f5;justify-content:center;padding-top:15vw;display:flex}@media (min-width:768px){.homepage-use-cases{padding-top:7.8125vw}}@media (min-width:1024px){.homepage-use-cases{padding-top:5.55556vw}}@media (min-width:1440px){.homepage-use-cases{padding-top:80px}}.homepage-use-cases__container{background:#121212;border-top-left-radius:20px;border-top-right-radius:20px;flex-direction:column;align-items:center;width:100%;padding:7.5vw 5vw;display:flex}@media (min-width:768px){.homepage-use-cases__container{border-top-left-radius:48px;border-top-right-radius:48px;padding:7.8125vw 3.90625vw}}@media (min-width:1024px){.homepage-use-cases__container{border-top-left-radius:80px;border-top-right-radius:80px;padding:5.55556vw 4.16667vw}}@media (min-width:1440px){.homepage-use-cases__container{border-top-left-radius:80px;border-top-right-radius:80px;padding:80px 60px}}.homepage-use-cases__label{color:#f5f5f5;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:center;text-transform:uppercase;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.homepage-use-cases__label{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.homepage-use-cases__label{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-use-cases__label{font-size:13px;line-height:20px}}.homepage-use-cases h2{color:#f5f5f5;text-align:center;width:100%;max-width:1005px;margin-top:6.25vw;margin-bottom:7.5vw}@media (min-width:768px){.homepage-use-cases h2{margin-top:2.60417vw;margin-bottom:5.20833vw}}@media (min-width:1024px){.homepage-use-cases h2{margin-top:1.38889vw;margin-bottom:4.16667vw}}@media (min-width:1440px){.homepage-use-cases h2{margin-top:20px;margin-bottom:60px}}.homepage-use-cases__card{background:#f5f5f5;width:100%}@media (min-width:768px){.homepage-use-cases__card{border-radius:0 0 40px 40px;max-width:1320px;overflow:hidden}}@media (min-width:1024px){.homepage-use-cases__card{border-bottom-right-radius:40px;border-bottom-left-radius:40px}}@media (min-width:1440px){.homepage-use-cases__card{border-bottom-right-radius:40px;border-bottom-left-radius:40px}}.homepage-use-cases__card.desktop-view{display:none}@media (min-width:768px){.homepage-use-cases__card.desktop-view{display:block}}.homepage-use-cases__card.mobile-view{display:block}.homepage-use-cases__card.mobile-view .homepage-use-cases__card{border-radius:16px;transition:margint-top .7s}.homepage-use-cases__card.mobile-view .homepage-use-cases__card:last-child .homepage-use-cases__tab-button{border-bottom-right-radius:16px;border-bottom-left-radius:16px}.homepage-use-cases__card.mobile-view .homepage-use-cases__card:last-child .homepage-use-cases__tab-button--active{border-bottom-right-radius:0;border-bottom-left-radius:0}.homepage-use-cases__card.mobile-view .homepage-use-cases__card:last-child .homepage-use-cases__footer{border-bottom-right-radius:16px;border-bottom-left-radius:16px}.homepage-use-cases__card.mobile-view .homepage-use-cases__card:not(:last-child){border-bottom-right-radius:0;border-bottom-left-radius:0}.homepage-use-cases__card.mobile-view .homepage-use-cases__card:first-child .homepage-use-cases__tab-button{color:#c4ffc2}.homepage-use-cases__card.mobile-view .homepage-use-cases__card:first-child .homepage-use-cases__tab-button path,.homepage-use-cases__card.mobile-view .homepage-use-cases__card:first-child .homepage-use-cases__tab-button svg rect{fill:#c4ffc2}.homepage-use-cases__card.mobile-view .homepage-use-cases__card:first-child .homepage-use-cases__tab-button--active{color:#121212}.homepage-use-cases__card.mobile-view .homepage-use-cases__card:first-child .homepage-use-cases__tab-button--active path,.homepage-use-cases__card.mobile-view .homepage-use-cases__card:first-child .homepage-use-cases__tab-button--active svg rect{fill:#121212}.homepage-use-cases__card.mobile-view .homepage-use-cases__card:first-child .homepage-use-cases__tab-button:hover{color:#121212;background-color:#c4ffc2}.homepage-use-cases__card.mobile-view .homepage-use-cases__card:first-child .homepage-use-cases__tab-button:hover path,.homepage-use-cases__card.mobile-view .homepage-use-cases__card:first-child .homepage-use-cases__tab-button:hover svg rect{fill:#121212}.homepage-use-cases__card.mobile-view .homepage-use-cases__card:not(:first-child){margin-top:-2.5vw}.homepage-use-cases__card.mobile-view .homepage-use-cases__card:not(:first-child) .homepage-use-cases__tab-button--active{color:#121212;background-color:#fff}.homepage-use-cases__card.mobile-view .homepage-use-cases__card:not(:first-child) .homepage-use-cases__tab-button--active path,.homepage-use-cases__card.mobile-view .homepage-use-cases__card:not(:first-child) .homepage-use-cases__tab-button--active svg rect{fill:#121212}.homepage-use-cases__card.mobile-view .homepage-use-cases__card:not(:first-child) .homepage-use-cases__tab-button:hover{color:#121212;background-color:#eeffa8}.homepage-use-cases__card.mobile-view .homepage-use-cases__card:not(:first-child) .homepage-use-cases__tab-button:hover path,.homepage-use-cases__card.mobile-view .homepage-use-cases__card:not(:first-child) .homepage-use-cases__tab-button:hover svg rect{fill:#121212}.homepage-use-cases__card.mobile-view .homepage-use-cases__accordion{max-height:1000px;transition:max-height .7s;overflow:hidden}.homepage-use-cases__card.mobile-view .homepage-use-cases__tabs{flex-direction:column}.homepage-use-cases__card.mobile-view .homepage-use-cases__tabs .homepage-use-cases__tab-button{color:#fff;border:1.5px solid #333;border-bottom:none;border-radius:16px 16px 0 0;width:100%;min-height:17.5vw}.homepage-use-cases__card.mobile-view .homepage-use-cases__tabs .homepage-use-cases__tab-button:hover{border:1px solid #3333331a}.homepage-use-cases__card.mobile-view .homepage-use-cases__tabs .homepage-use-cases__tab-button--active{border:1px solid #3333331a;width:100%;margin-left:0}.homepage-use-cases__card.mobile-view .homepage-use-cases__tabs .homepage-use-cases__tab-button path,.homepage-use-cases__card.mobile-view .homepage-use-cases__tabs .homepage-use-cases__tab-button svg rect{fill:#fff}@media (min-width:768px){.homepage-use-cases__card.mobile-view{display:none}}.homepage-use-cases__tabs{background-color:#121212;width:100%;max-width:1320px;display:flex;position:relative}.homepage-use-cases__tab-button{cursor:pointer;background-color:#121212;border:1px solid #0000;align-items:center;width:100%;padding-top:3.75vw;padding-bottom:3.75vw;display:inline-flex;position:relative}@media (min-width:768px){.homepage-use-cases__tab-button{border:1px solid #333;border-bottom:none;border-top-right-radius:32px;gap:1.5625vw;width:33.3333%;padding-top:3.125vw;padding-bottom:3.125vw;overflow:hidden}}@media (min-width:1024px){.homepage-use-cases__tab-button{gap:.833333vw;padding-top:1.66667vw;padding-bottom:1.66667vw}}@media (min-width:1440px){.homepage-use-cases__tab-button{gap:12px;padding-top:24px;padding-bottom:24px}}.homepage-use-cases__tab-button:hover{color:#121212;background-color:#eeffa8}.homepage-use-cases__tab-button:hover path,.homepage-use-cases__tab-button:hover svg rect{fill:#121212}.homepage-use-cases__tab-button .homepage-use-cases__tab-button-text{align-items:center;gap:2.5vw;width:calc(100% - 6.25vw);padding:3.125vw 0;display:flex}.homepage-use-cases__tab-button .homepage-use-cases__chevron-wrapper{align-items:center;margin-left:auto;display:flex}.homepage-use-cases__tab-button .homepage-use-cases__chevron{width:5vw;height:5vw;transition:transform .5s}.homepage-use-cases__tab-button .homepage-use-cases__chevron--rotated{transform:rotate(180deg)}.homepage-use-cases__tab-button h5{font-size:5vw}@media (min-width:768px){.homepage-use-cases__tab-button h5{font-size:2.47396vw}}@media (min-width:1024px){.homepage-use-cases__tab-button h5{font-size:1.52778vw}}@media (min-width:1440px){.homepage-use-cases__tab-button h5{font-size:22px}}.homepage-use-cases__tab-button:not(:first-child){margin-left:-3.125vw}@media (min-width:768px){.homepage-use-cases__tab-button:not(:first-child){margin-left:-3.64583vw}}@media (min-width:1024px){.homepage-use-cases__tab-button:not(:first-child){margin-left:-1.94444vw}}@media (min-width:1440px){.homepage-use-cases__tab-button:not(:first-child){margin-left:-28px}}.homepage-use-cases__tab-button:not(:first-child) svg{flex-shrink:0;width:100%;display:flex}.homepage-use-cases__tab-button:has(+.homepage-use-cases__tab-button--active){border-top-right-radius:0}.homepage-use-cases__tab-button:first-child{color:#c4ffc2;background-color:#1a1a1a;width:70%}@media (min-width:768px){.homepage-use-cases__tab-button:first-child{border-top-left-radius:32px;width:65%}}@media (min-width:1024px){.homepage-use-cases__tab-button:first-child{width:100%}}.homepage-use-cases__tab-button:first-child svg{margin:0 0 0 6.25vw}@media (min-width:768px){.homepage-use-cases__tab-button:first-child svg{margin-left:5.20833vw}}@media (min-width:1024px){.homepage-use-cases__tab-button:first-child svg{margin-left:2.77778vw}}@media (min-width:1440px){.homepage-use-cases__tab-button:first-child svg{margin-left:40px}}.homepage-use-cases__tab-button:first-child svg rect{fill:#c4ffc2}.homepage-use-cases__tab-button:first-child:hover{color:#121212;background-color:#c4ffc2}.homepage-use-cases__tab-button:first-child:hover svg rect{fill:#121212}.homepage-use-cases__tab-button svg{width:6.25vw;height:6.25vw;display:flex}@media (min-width:768px){.homepage-use-cases__tab-button svg{width:4.16667vw;height:4.16667vw;margin:0 auto}}@media (min-width:1024px){.homepage-use-cases__tab-button svg{width:2.22222vw;height:2.22222vw}}@media (min-width:1440px){.homepage-use-cases__tab-button svg{width:32px;height:32px}}.homepage-use-cases__tab-button--active{color:#fff;background-color:#fff;border-top-left-radius:16px}@media (min-width:768px){.homepage-use-cases__tab-button--active{border-top-left-radius:32px}}.homepage-use-cases__tab-button--active path,.homepage-use-cases__tab-button--active svg rect{fill:#121212}.homepage-use-cases__tab-button--active:first-child{color:#121212;background-color:#c4ffc2}.homepage-use-cases__tab-button--active:first-child svg rect{fill:#121212}.homepage-use-cases__content{background-color:#fff;flex-direction:column;row-gap:9.375vw;min-height:300px;padding:7.5vw 6.25vw;display:flex}@media (min-width:768px){.homepage-use-cases__content{row-gap:5.20833vw;padding:5.20833vw}}@media (min-width:1024px){.homepage-use-cases__content{flex-direction:row;column-gap:40px;padding:2.77778vw}}@media (min-width:1440px){.homepage-use-cases__content{padding:40px}}.homepage-use-cases__side{flex:1}.homepage-use-cases__side--left{flex-direction:column;gap:16px;display:flex}.homepage-use-cases__side--right{background-color:#f5f5f5;border-radius:16px;flex-direction:column;justify-content:stretch;display:flex}@media (min-width:768px){.homepage-use-cases__side--right{border-radius:32px}}.homepage-use-cases__right-card{border-radius:16px;flex-direction:column;padding:6.25vw 6.25vw 0;display:flex}@media (min-width:768px){.homepage-use-cases__right-card{border-radius:32px;padding:3.125vw 3.125vw 0}}@media (min-width:1024px){.homepage-use-cases__right-card{padding:2.22222vw 2.22222vw 0}}@media (min-width:1440px){.homepage-use-cases__right-card{padding:32px 32px 0}}.homepage-use-cases__right-card:nth-child(2){box-shadow:0 -4px 12px #1212121a}.homepage-use-cases__title{color:#121212;font-family:var(--font-sora),Arial,sans-serif;letter-spacing:-.03em;font-size:8.125vw;font-weight:400;line-height:10vw}@media (min-width:768px){.homepage-use-cases__title{font-size:4.42708vw;line-height:5.46875vw}}@media (min-width:1024px){.homepage-use-cases__title{font-size:2.77778vw;line-height:3.61111vw}}@media (min-width:1440px){.homepage-use-cases__title{font-size:40px;line-height:52px}}.homepage-use-cases__subtitle{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;min-height:50px;margin-top:10vw;margin-bottom:10vw;font-size:5vw;font-weight:400;line-height:7.5vw;overflow:hidden}@media (min-width:768px){.homepage-use-cases__subtitle{font-size:2.34375vw;line-height:3.38542vw}}@media (min-width:1024px){.homepage-use-cases__subtitle{font-size:1.38889vw;line-height:2.08333vw}}@media (min-width:1440px){.homepage-use-cases__subtitle{font-size:20px;line-height:30px}}@media (min-width:768px){.homepage-use-cases__subtitle{margin-top:6.25vw;margin-bottom:6.25vw;padding-right:21.224vw}}@media (min-width:1024px){.homepage-use-cases__subtitle{margin-top:4.16667vw;margin-bottom:4.16667vw;padding-right:9.375vw}}@media (min-width:1440px){.homepage-use-cases__subtitle{margin-top:60px;margin-bottom:60px;padding-right:135px}}.homepage-use-cases__link{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;text-transform:uppercase;align-items:center;gap:16px;width:fit-content;font-size:4.375vw;font-weight:600;line-height:6.875vw;transition:gap .3s;display:inline-flex}@media (min-width:768px){.homepage-use-cases__link{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.homepage-use-cases__link{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.homepage-use-cases__link{font-size:17px;line-height:24px}}.homepage-use-cases__link:hover{gap:26px}.homepage-use-cases__link svg{width:4.6875vw}@media (min-width:768px){.homepage-use-cases__link svg{width:1.95313vw}}@media (min-width:1024px){.homepage-use-cases__link svg{width:1.04167vw}}@media (min-width:1440px){.homepage-use-cases__link svg{width:15px}}.homepage-use-cases__explore-button{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:2.5vw;font-size:3.75vw;font-weight:600;line-height:5.625vw;transition:gap .3s;display:inline-flex}@media (min-width:768px){.homepage-use-cases__explore-button{font-size:1.95313vw;line-height:2.60417vw}}@media (min-width:1024px){.homepage-use-cases__explore-button{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-use-cases__explore-button{font-size:15px;line-height:20px}}@media (min-width:768px){.homepage-use-cases__explore-button{gap:1.30208vw}}@media (min-width:1024px){.homepage-use-cases__explore-button{gap:.833333vw}}@media (min-width:1440px){.homepage-use-cases__explore-button{gap:12px}}.homepage-use-cases__explore-button:hover{gap:5.625vw}@media (min-width:768px){.homepage-use-cases__explore-button:hover{gap:2.60417vw}}@media (min-width:1024px){.homepage-use-cases__explore-button:hover{gap:1.52778vw}}@media (min-width:1440px){.homepage-use-cases__explore-button:hover{gap:22px}}.homepage-use-cases__explore-button svg{width:5vw;transform:rotate(-45deg)}@media (min-width:768px){.homepage-use-cases__explore-button svg{width:2.60417vw}}@media (min-width:1024px){.homepage-use-cases__explore-button svg{width:1.38889vw}}@media (min-width:1440px){.homepage-use-cases__explore-button svg{width:20px}}.homepage-use-cases__divider{opacity:.1;border-top:1px solid #333}.homepage-use-cases__header-wrapper{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:3.75vw;display:flex}@media (min-width:768px){.homepage-use-cases__header-wrapper{row-gap:0}}.homepage-use-cases__header-logo{align-items:center;gap:2.5vw;display:flex}@media (min-width:768px){.homepage-use-cases__header-logo{gap:1.04167vw}}@media (min-width:1024px){.homepage-use-cases__header-logo{gap:.555556vw}}@media (min-width:1440px){.homepage-use-cases__header-logo{gap:8px}}.homepage-use-cases__label-small{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;opacity:.4;text-transform:uppercase;margin-bottom:2.5vw;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.homepage-use-cases__label-small{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.homepage-use-cases__label-small{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-use-cases__label-small{font-size:13px;line-height:20px}}@media (min-width:768px){.homepage-use-cases__label-small{margin-bottom:1.04167vw}}@media (min-width:1024px){.homepage-use-cases__label-small{margin-bottom:.555556vw}}@media (min-width:1440px){.homepage-use-cases__label-small{margin-bottom:8px}}.homepage-use-cases__app-icon{object-fit:contain;max-height:6.875vw}@media (min-width:768px){.homepage-use-cases__app-icon{max-height:4.16667vw}}@media (min-width:1024px){.homepage-use-cases__app-icon{max-height:3.05556vw}}@media (min-width:1440px){.homepage-use-cases__app-icon{max-height:44px}}.homepage-use-cases__app-title{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;white-space:nowrap;justify-content:flex-start;font-size:5.625vw;font-weight:500;line-height:7.5vw;display:flex}@media (min-width:768px){.homepage-use-cases__app-title{font-size:2.47396vw;line-height:3.38542vw}}@media (min-width:1024px){.homepage-use-cases__app-title{font-size:1.52778vw;line-height:2.08333vw}}@media (min-width:1440px){.homepage-use-cases__app-title{font-size:22px;line-height:30px}}.homepage-use-cases__description{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;margin-top:7.5vw;padding-bottom:6.25vw;font-size:4.375vw;font-weight:400;line-height:6.875vw;overflow:hidden}@media (min-width:768px){.homepage-use-cases__description{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.homepage-use-cases__description{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.homepage-use-cases__description{font-size:17px;line-height:24px}}@media (min-width:768px){.homepage-use-cases__description{margin-top:4.16667vw;padding-bottom:3.125vw;padding-right:19.5313vw}}@media (min-width:1024px){.homepage-use-cases__description{margin-top:2.77778vw;padding-bottom:2.22222vw;padding-right:7.63889vw}}@media (min-width:1440px){.homepage-use-cases__description{margin-top:40px;padding-bottom:32px;padding-right:110px}}.homepage-use-cases__footer{background-color:#fff;flex-direction:column;justify-content:space-between;row-gap:5vw;padding:7.5vw 6.25vw;display:flex}@media (min-width:768px){.homepage-use-cases__footer{row-gap:3.125vw;padding:5.20833vw}}@media (min-width:1024px){.homepage-use-cases__footer{flex-direction:row;align-items:center;padding:2.77778vw}}@media (min-width:1440px){.homepage-use-cases__footer{padding:40px}}.homepage-use-cases__footer-label{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.homepage-use-cases__footer-label{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.homepage-use-cases__footer-label{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-use-cases__footer-label{font-size:13px;line-height:20px}}.homepage-use-cases__other-apps{gap:3.75vw;height:6.25vw;display:flex}@media (min-width:768px){.homepage-use-cases__other-apps{gap:7.29167vw;height:4.16667vw}}@media (min-width:1024px){.homepage-use-cases__other-apps{gap:3.88889vw;height:2.22222vw}}@media (min-width:1440px){.homepage-use-cases__other-apps{gap:56px;height:32px}}.homepage-use-cases__other-app-icon{object-fit:contain;height:100%}.homepage-developer-tools{flex-direction:column;justify-content:center;display:flex;position:relative}.homepage-developer-tools__container{width:100%;margin:0 auto;padding:15vw 5vw}@media (min-width:768px){.homepage-developer-tools__container{padding:7.8125vw 3.90625vw}}@media (min-width:1024px){.homepage-developer-tools__container{padding:5.55556vw 4.16667vw}}@media (min-width:1440px){.homepage-developer-tools__container{max-width:1440px;padding:80px 60px}}.homepage-developer-tools__label{color:#f5f5f5;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:center;text-transform:uppercase;font-size:3.4375vw;font-weight:500;line-height:5vw;display:block}@media (min-width:768px){.homepage-developer-tools__label{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.homepage-developer-tools__label{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-developer-tools__label{font-size:13px;line-height:20px}}.homepage-developer-tools h2{color:#f5f5f5;text-align:center;width:100%;margin-top:6.25vw;margin-bottom:5vw}@media (min-width:768px){.homepage-developer-tools h2{margin-top:2.08333vw;margin-bottom:5.20833vw}}@media (min-width:1024px){.homepage-developer-tools h2{margin-top:1.11111vw;margin-bottom:4.16667vw}}@media (min-width:1440px){.homepage-developer-tools h2{margin-top:20px;margin-bottom:60px}}.homepage-developer-tools__background .gatsby-image-wrapper{z-index:-1;width:100%;min-width:150%;position:absolute;top:-12.5vw;left:-28.125vw}@media (min-width:768px){.homepage-developer-tools__background .gatsby-image-wrapper{min-width:120%;top:0;left:-28.6458vw}}@media (min-width:1024px){.homepage-developer-tools__background .gatsby-image-wrapper{min-width:100%;left:-13.8889vw}}@media (min-width:1440px){.homepage-developer-tools__background .gatsby-image-wrapper{left:-200px}}.homepage-developer-tools ul{flex-direction:column;margin-bottom:3.125vw;display:flex}@media (min-width:768px){.homepage-developer-tools ul{margin-bottom:1.30208vw}}@media (min-width:1024px){.homepage-developer-tools ul{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:2.22222vw;margin:0 auto;display:grid;position:relative}}.homepage-developer-tools li{background:#1a1a1a;border:1px solid;border-radius:20px;min-height:36.5625vw;position:relative}@media (min-width:768px){.homepage-developer-tools li{border-radius:32px;min-height:19.401vw}}@media (min-width:1024px){.homepage-developer-tools li{border-radius:40px;min-height:11.7361vw}}@media (min-width:1440px){.homepage-developer-tools li{border-radius:40px;min-height:169px;position:relative}}.homepage-developer-tools li .github-logo{height:auto;width:6.25vw!important}@media (min-width:768px){.homepage-developer-tools li .github-logo{width:3.25521vw!important}}@media (min-width:1024px){.homepage-developer-tools li .github-logo{width:1.73611vw!important}}@media (min-width:1440px){.homepage-developer-tools li .github-logo{width:25px!important}}.homepage-developer-tools li svg:not(.stack-logo){width:4.6875vw;height:auto;position:absolute;top:6.25vw;right:6.25vw}@media (min-width:768px){.homepage-developer-tools li svg:not(.stack-logo){width:2.60417vw;top:2.60417vw;right:2.60417vw}}@media (min-width:1024px){.homepage-developer-tools li svg:not(.stack-logo){width:1.38889vw;top:2.77778vw;right:2.77778vw}}@media (min-width:1440px){.homepage-developer-tools li svg:not(.stack-logo){width:20px;top:40px;right:40px}}.homepage-developer-tools li .stack-logo{max-width:100%}@media (min-width:768px){.homepage-developer-tools li .stack-logo--mobile{display:none}}.homepage-developer-tools li .stack-logo--desktop{display:none}@media (min-width:768px){.homepage-developer-tools li .stack-logo--desktop{display:block}}.homepage-developer-tools li a{height:100%;padding:6.25vw;display:block;position:relative}@media (min-width:768px){.homepage-developer-tools li a{padding:4.16667vw}}@media (min-width:1024px){.homepage-developer-tools li a{padding:2.77778vw}}@media (min-width:1440px){.homepage-developer-tools li a{padding:40px}}.homepage-developer-tools li a:hover{border-radius:18px}@media (min-width:768px){.homepage-developer-tools li a:hover{border-radius:30px}}@media (min-width:1024px){.homepage-developer-tools li a:hover{border-radius:38px}}@media (min-width:1440px){.homepage-developer-tools li a:hover{border-radius:38px}}.homepage-developer-tools li:first-of-type p{padding-top:1.25vw;padding-bottom:15.625vw}@media (min-width:768px){.homepage-developer-tools li:first-of-type p{padding-top:1.04167vw;padding-bottom:13.0208vw}}@media (min-width:1024px){.homepage-developer-tools li:first-of-type p{padding-top:.694444vw;padding-bottom:10.4167vw}}@media (min-width:1440px){.homepage-developer-tools li:first-of-type p{padding-top:10px;padding-bottom:150px}}.homepage-developer-tools li:first-of-type,.homepage-developer-tools li:first-of-type a{color:#c4ffc2}.homepage-developer-tools li:first-of-type a:hover{color:#121212;background-color:#c4ffc2}.homepage-developer-tools li:first-of-type a:hover div.label{color:#121212}.homepage-developer-tools li:nth-of-type(2){margin-top:-15.625vw}.homepage-developer-tools li:nth-of-type(2) p{padding-bottom:15.625vw}@media (min-width:768px){.homepage-developer-tools li:nth-of-type(2){margin-top:-13.0208vw}.homepage-developer-tools li:nth-of-type(2) p{padding-bottom:13.0208vw}}@media (min-width:1024px){.homepage-developer-tools li:nth-of-type(2){grid-area:2/1;margin-top:-10.4167vw}.homepage-developer-tools li:nth-of-type(2) p{padding-bottom:10.4167vw}}@media (min-width:1440px){.homepage-developer-tools li:nth-of-type(2){margin-top:-150px}.homepage-developer-tools li:nth-of-type(2) p{padding-bottom:150px}}.homepage-developer-tools li:nth-of-type(2),.homepage-developer-tools li:nth-of-type(2) a{color:#ffa978}.homepage-developer-tools li:nth-of-type(2) a:hover{color:#121212;background-color:#ffa978}.homepage-developer-tools li:nth-of-type(2) a:hover div.label{color:#121212}.homepage-developer-tools li:nth-of-type(3){margin-top:-15.625vw}.homepage-developer-tools li:nth-of-type(3) p{padding-bottom:15.625vw}@media (min-width:768px){.homepage-developer-tools li:nth-of-type(3){margin-top:-13.0208vw}.homepage-developer-tools li:nth-of-type(3) p{padding-bottom:13.0208vw}}@media (min-width:1024px){.homepage-developer-tools li:nth-of-type(3){grid-area:3/1;margin-top:-10.4167vw}.homepage-developer-tools li:nth-of-type(3) p{padding-bottom:0}}@media (min-width:1440px){.homepage-developer-tools li:nth-of-type(3){margin-top:-150px}}.homepage-developer-tools li:nth-of-type(3),.homepage-developer-tools li:nth-of-type(3) a{color:#ffe2fc}.homepage-developer-tools li:nth-of-type(3) a:hover{color:#121212;background-color:#ffe2fc}.homepage-developer-tools li:nth-of-type(3) a:hover div.label{color:#121212}.homepage-developer-tools li:nth-of-type(4){margin-top:-15.625vw}.homepage-developer-tools li:nth-of-type(4) p{padding-bottom:15.625vw}@media (min-width:768px){.homepage-developer-tools li:nth-of-type(4){margin-top:-13.0208vw}.homepage-developer-tools li:nth-of-type(4) p{padding-bottom:13.0208vw}}@media (min-width:1024px){.homepage-developer-tools li:nth-of-type(4){margin-top:0}.homepage-developer-tools li:nth-of-type(4) p{padding-bottom:10.4167vw}}@media (min-width:1440px){.homepage-developer-tools li:nth-of-type(4) p{padding-bottom:150px}}.homepage-developer-tools li:nth-of-type(4),.homepage-developer-tools li:nth-of-type(4) a{color:#e3e3e3}.homepage-developer-tools li:nth-of-type(4) a:hover{color:#121212;background-color:#e3e3e3}.homepage-developer-tools li:nth-of-type(4) a:hover div.label{color:#121212}.homepage-developer-tools li:nth-of-type(5){margin-top:-15.625vw}.homepage-developer-tools li:nth-of-type(5) p{padding-bottom:15.625vw}@media (min-width:768px){.homepage-developer-tools li:nth-of-type(5){margin-top:-13.0208vw}.homepage-developer-tools li:nth-of-type(5) p{padding-bottom:13.0208vw}}@media (min-width:1024px){.homepage-developer-tools li:nth-of-type(5){margin-top:-10.4167vw}.homepage-developer-tools li:nth-of-type(5) p{padding-bottom:10.4167vw}}@media (min-width:1440px){.homepage-developer-tools li:nth-of-type(5){margin-top:-150px}.homepage-developer-tools li:nth-of-type(5) p{padding-bottom:150px}}.homepage-developer-tools li:nth-of-type(5),.homepage-developer-tools li:nth-of-type(5) a{color:#eeffa8}.homepage-developer-tools li:nth-of-type(5) a:hover{color:#121212;background-color:#eeffa8}.homepage-developer-tools li:nth-of-type(5) a:hover div.label{color:#121212}.homepage-developer-tools li:nth-of-type(6){min-height:fit-content;margin-top:-15.625vw}@media (min-width:768px){.homepage-developer-tools li:nth-of-type(6){margin-top:-13.0208vw}}@media (min-width:1024px){.homepage-developer-tools li:nth-of-type(6){margin-top:-10.4167vw}}@media (min-width:1440px){.homepage-developer-tools li:nth-of-type(6){margin-top:-150px}}.homepage-developer-tools li:nth-of-type(6),.homepage-developer-tools li:nth-of-type(6) a{color:#ffe092}.homepage-developer-tools li:nth-of-type(6) a:hover{color:#121212;background-color:#ffe092}.homepage-developer-tools li:nth-of-type(6) a:hover div.label{color:#121212}.homepage-developer-tools p{color:#e3e3e3;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;width:85%;margin-top:1.875vw;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.homepage-developer-tools p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.homepage-developer-tools p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.homepage-developer-tools p{font-size:17px;line-height:24px}}@media (min-width:768px){.homepage-developer-tools p{width:100%;margin-top:.78125vw}}@media (min-width:1024px){.homepage-developer-tools p{margin-top:1.04167vw}}@media (min-width:1440px){.homepage-developer-tools p{margin-top:8px}}.homepage-contact-suite{background:#121212;border-bottom-right-radius:20px;border-bottom-left-radius:20px;position:relative}@media (min-width:768px){.homepage-contact-suite{border-bottom-right-radius:64px;border-bottom-left-radius:64px}}@media (min-width:1024px){.homepage-contact-suite{border-bottom-right-radius:80px;border-bottom-left-radius:80px}}.homepage-contact-suite__container{width:100%;max-width:1440px;margin:0 auto;padding:15vw 5vw 7.5vw}@media (min-width:768px){.homepage-contact-suite__container{padding:7.8125vw 3.90625vw 5.20833vw}}@media (min-width:1024px){.homepage-contact-suite__container{padding:5.55556vw 4.16667vw 7.8125vw}}@media (min-width:1440px){.homepage-contact-suite__container{padding:80px 60px 60px}}.homepage-contact-suite__label{color:#f5f5f5;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:center;text-transform:uppercase;font-size:3.4375vw;font-weight:500;line-height:5vw;display:block}@media (min-width:768px){.homepage-contact-suite__label{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.homepage-contact-suite__label{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-contact-suite__label{font-size:13px;line-height:20px}}.homepage-contact-suite__title{color:#f5f5f5;text-align:center;width:100%;margin-top:5vw;margin-bottom:5vw}@media (min-width:768px){.homepage-contact-suite__title{margin-top:2.08333vw;margin-bottom:2.08333vw}}@media (min-width:1024px){.homepage-contact-suite__title{margin-top:1.38889vw;margin-bottom:1.38889vw}}@media (min-width:1440px){.homepage-contact-suite__title{margin-top:20px;margin-bottom:20px}}.homepage-contact-suite__subtitle{color:#e3e3e3;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;text-align:center;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.homepage-contact-suite__subtitle{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.homepage-contact-suite__subtitle{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.homepage-contact-suite__subtitle{font-size:17px;line-height:24px}}.homepage-contact-suite__content{flex-direction:column;row-gap:7.5vw;width:100%;margin-top:7.5vw;display:flex}@media (min-width:768px){.homepage-contact-suite__content{row-gap:5.20833vw;margin-top:5.20833vw}}@media (min-width:1024px){.homepage-contact-suite__content{flex-direction:row;column-gap:2.22222vw;margin-top:4.16667vw}}@media (min-width:1440px){.homepage-contact-suite__content{column-gap:32px;margin-top:60px}}.homepage-contact-suite__cards-wrapper{flex-direction:column;flex-shrink:0;width:100%;display:flex}@media (min-width:768px){.homepage-contact-suite__cards-wrapper{flex-direction:row}}@media (min-width:1024px){.homepage-contact-suite__cards-wrapper{flex-direction:column;width:50%}}.homepage-contact-suite__card{background:#1a1a1a;border:1px solid #333;border-radius:20px;width:100%;padding:7.5vw}@media (min-width:768px){.homepage-contact-suite__card{border-radius:40px;padding:3.90625vw}.homepage-contact-suite__card:not(:last-child){padding-right:9.11458vw}}@media (min-width:1024px){.homepage-contact-suite__card{padding:2.77778vw}.homepage-contact-suite__card:not(:last-child){padding-right:2.77778vw}}@media (min-width:1440px){.homepage-contact-suite__card{padding:40px}}.homepage-contact-suite__card:not(:first-child){margin-top:-15.625vw}@media (min-width:768px){.homepage-contact-suite__card:not(:first-child){margin-top:0;margin-left:-9.11458vw}}@media (min-width:1024px){.homepage-contact-suite__card:not(:first-child){margin-top:-5.20833vw;margin-left:0}}@media (min-width:1440px){.homepage-contact-suite__card:not(:first-child){margin-top:-75px}}.homepage-contact-suite__card:last-child p{padding-bottom:0}@media (min-width:1024px){.homepage-contact-suite__card:last-child{border-style:solid;border-width:1px 1px 0;background:linear-gradient(.504turn,#1a1a1a 1.15%,#121212 75%);border-image-source:linear-gradient(#333,#3330 60%);border-image-slice:1;min-height:13.1944vw}}.homepage-contact-suite__card-title{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;font-size:5.625vw;font-weight:500;line-height:7.5vw}@media (min-width:768px){.homepage-contact-suite__card-title{font-size:2.47396vw;line-height:3.38542vw}}@media (min-width:1024px){.homepage-contact-suite__card-title{font-size:1.52778vw;line-height:2.08333vw}}@media (min-width:1440px){.homepage-contact-suite__card-title{font-size:22px;line-height:30px}}.homepage-contact-suite__card-description{color:#e3e3e3;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;opacity:.8;padding-top:5vw;padding-bottom:13.125vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.homepage-contact-suite__card-description{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.homepage-contact-suite__card-description{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.homepage-contact-suite__card-description{font-size:17px;line-height:24px}}@media (min-width:768px){.homepage-contact-suite__card-description{padding-top:2.08333vw;padding-bottom:0}}@media (min-width:1024px){.homepage-contact-suite__card-description{padding-top:1.11111vw;padding-bottom:4.51389vw}}@media (min-width:1440px){.homepage-contact-suite__card-description{padding-top:16px;padding-bottom:65px}}.homepage-contact-suite__form{background:#f5f5f5;border-radius:20px;flex-direction:column;flex:1 0;width:100%;padding:6.25vw;display:flex;position:relative}@media (min-width:768px){.homepage-contact-suite__form{border-radius:40px;padding:5.20833vw}}@media (min-width:1024px){.homepage-contact-suite__form{width:50%;padding:2.77778vw}}@media (min-width:1440px){.homepage-contact-suite__form{padding:40px}}.homepage-contact-suite__form-group{flex-direction:column;margin-bottom:7.5vw;display:flex}@media (min-width:768px){.homepage-contact-suite__form-group{margin-bottom:3.125vw}}@media (min-width:1024px){.homepage-contact-suite__form-group{margin-bottom:1.66667vw}}@media (min-width:1440px){.homepage-contact-suite__form-group{margin-bottom:24px}}.homepage-contact-suite__label-text{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;opacity:.9;text-transform:uppercase;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.homepage-contact-suite__label-text{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.homepage-contact-suite__label-text{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-contact-suite__label-text{font-size:13px;line-height:20px}}.homepage-contact-suite__input{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;background:#f5f5f5;border:1px solid #e1e1e1;border-radius:8px;width:100%;height:13.125vw;margin-top:5vw;padding:3.75vw 5vw;font-size:3.75vw;font-weight:400;line-height:5.625vw;transition:box-shadow .3s,border-color .3s;display:block}@media (min-width:768px){.homepage-contact-suite__input{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.homepage-contact-suite__input{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.homepage-contact-suite__input{font-size:14px;line-height:22px}}@media (min-width:768px){.homepage-contact-suite__input{border-radius:16px;height:7.29167vw;margin-top:2.08333vw;padding:2.21354vw 2.08333vw}}@media (min-width:1024px){.homepage-contact-suite__input{height:3.88889vw;margin-top:1.11111vw;padding:1.18056vw 1.11111vw}}@media (min-width:1440px){.homepage-contact-suite__input{height:56px;margin-top:16px;padding:17px 16px}}.homepage-contact-suite__input::placeholder{color:#12121280;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.homepage-contact-suite__input::placeholder{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.homepage-contact-suite__input::placeholder{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.homepage-contact-suite__input::placeholder{font-size:14px;line-height:22px}}.homepage-contact-suite__input:hover{box-shadow:0 0 0 2px #c4ffc299}.homepage-contact-suite__input:focus{border-color:#c4ffc2;outline:none;box-shadow:0 0 0 2px #c4ffc2cc}.homepage-contact-suite__captcha-wrapper{pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.homepage-contact-suite__submit-wrapper{align-items:center;margin-bottom:7.5vw;display:flex}@media (min-width:768px){.homepage-contact-suite__submit-wrapper{gap:1.5625vw;margin-bottom:3.125vw}}@media (min-width:1024px){.homepage-contact-suite__submit-wrapper{gap:.833333vw;margin-bottom:1.66667vw}}@media (min-width:1440px){.homepage-contact-suite__submit-wrapper{gap:12px;margin-bottom:24px}}.homepage-contact-suite__submit{color:#f5f5f5;cursor:pointer;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;background:#121212;border:1px solid #0000;border-radius:720px;justify-content:center;align-items:center;width:fit-content;height:15vw;padding:3.4375vw 7.5vw;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:all .3s;display:flex}@media (min-width:768px){.homepage-contact-suite__submit{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.homepage-contact-suite__submit{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-contact-suite__submit{font-size:15px;line-height:20px}}@media (min-width:768px){.homepage-contact-suite__submit{max-width:16.5365vw;height:7.29167vw;padding:2.34375vw 4.16667vw}}@media (min-width:1024px){.homepage-contact-suite__submit{max-width:8.81945vw;height:3.88889vw;padding:1.25vw 2.22222vw}}@media (min-width:1440px){.homepage-contact-suite__submit{pading:18px 32px;max-width:127px;height:56px}}.homepage-contact-suite__submit:hover{color:#121212;background:#c4ffc2}.homepage-contact-suite__message{opacity:0;background-color:#fff;border-radius:12px;align-items:center;gap:3.125vw;width:100%;padding:2.8125vw 4.6875vw;transition:opacity .7s;display:flex;position:absolute;top:-11.25vw;left:50%;transform:translate(-50%)}@media (min-width:768px){.homepage-contact-suite__message{border-radius:16px;gap:1.30208vw;width:fit-content;padding:1.5625vw;position:relative;top:0;left:0;transform:translate(0)}}@media (min-width:1024px){.homepage-contact-suite__message{gap:.694444vw;padding:.833333vw}}@media (min-width:1440px){.homepage-contact-suite__message{gap:10px;padding:12px}}.homepage-contact-suite__message svg{flex-shrink:0;width:7.5vw;height:7.5vw;display:flex}@media (min-width:768px){.homepage-contact-suite__message svg{width:3.64583vw;height:3.64583vw}}@media (min-width:1024px){.homepage-contact-suite__message svg{width:1.94444vw;height:1.94444vw}}@media (min-width:1440px){.homepage-contact-suite__message svg{width:28px;height:28px}}.homepage-contact-suite__message--visible{opacity:1}.homepage-contact-suite__message-text{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;text-align:left;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.homepage-contact-suite__message-text{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.homepage-contact-suite__message-text{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.homepage-contact-suite__message-text{font-size:14px;line-height:22px}}.homepage-contact-suite__note{color:#313131;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;opacity:.6;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.homepage-contact-suite__note{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.homepage-contact-suite__note{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.homepage-contact-suite__note{font-size:14px;line-height:22px}}.homepage-contact-suite__note.first{margin-bottom:3.125vw}@media (min-width:768px){.homepage-contact-suite__note.first{margin-bottom:1.30208vw}}@media (min-width:1024px){.homepage-contact-suite__note.first{margin-bottom:.833333vw}}@media (min-width:1440px){.homepage-contact-suite__note.first{margin-bottom:12px}}.homepage-call-out{color:#f5f5f5;cursor:pointer;background-color:#121212;margin-top:25vw;padding:6.25vw}@media (min-width:768px){.homepage-call-out{flex-shrink:0;order:1;width:46.0938vw;margin-top:0;padding:3.90625vw}}@media (min-width:1024px){.homepage-call-out{width:41.6667vw;padding:2.08333vw}}@media (min-width:1440px){.homepage-call-out{width:600px;padding:30px}}.homepage-call-out h5{color:#fff;font-family:var(--font-jetbrains);margin-bottom:3.125vw;font-weight:500}@media (min-width:768px){.homepage-call-out h5{margin-botoom:1.30208vw}}@media (min-width:1024px){.homepage-call-out h5{margin-bottom:1.38889vw}}@media (min-width:1440px){.homepage-call-out h5{margin-bottom:20px}}.homepage-call-out p{color:#f5f5f5b3;margin-bottom:28.75vw}@media (min-width:768px){.homepage-call-out p{margin-bottom:20.8333vw}}@media (min-width:1024px){.homepage-call-out p{margin-bottom:10.0694vw}}@media (min-width:1440px){.homepage-call-out p{margin-bottom:145px}}.homepage-call-out p.body-small{font-family:var(--font-jetbrains);font-weight:400}.homepage-call-out div{color:#f5f5f5;font-family:var(--font-inter),Arial,sans-serif;font-family:var(--font-jetbrains);letter-spacing:.06em;text-align:right;text-transform:uppercase;justify-content:flex-end;align-items:center;font-size:3.75vw;font-weight:600;line-height:5.625vw;transition:background-color .3s;display:flex}@media (min-width:768px){.homepage-call-out div{font-size:1.95313vw;line-height:2.60417vw}}@media (min-width:1024px){.homepage-call-out div{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-call-out div{font-size:15px;line-height:20px}}.homepage-call-out div svg{margin-left:6.25vw;transition:all .3s}@media (min-width:768px){.homepage-call-out div svg{margin-left:2.60417vw}}@media (min-width:1024px){.homepage-call-out div svg{margin-left:1.38889vw}}@media (min-width:1440px){.homepage-call-out div svg{margin-left:20px}}.homepage-call-out:hover div{color:#ffe092}.homepage-call-out:hover div svg{transform:translate(4px,-4px)}.homepage-community__container{max-width:1440px;margin-left:auto;margin-right:auto}@media (min-width:1024px){.homepage-community__container{padding:0 3.75vw}}@media (min-width:1440px){.homepage-community__container{padding:0 54px}}.homepage-community__label{color:#313131;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:center;text-transform:uppercase;font-size:3.4375vw;font-weight:500;line-height:5vw;display:block}@media (min-width:768px){.homepage-community__label{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.homepage-community__label{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-community__label{font-size:13px;line-height:20px}}.homepage-community__title{color:#121212;text-align:center;width:100%;margin-top:5vw;margin-bottom:7.5vw}@media (min-width:768px){.homepage-community__title{margin-top:2.08333vw;margin-bottom:5.20833vw}}@media (min-width:1024px){.homepage-community__title{margin-top:1.38889vw;margin-bottom:4.16667vw}}@media (min-width:1440px){.homepage-community__title{margin-top:20px;margin-bottom:60px}}.homepage-community__content{flex-direction:column;row-gap:2.5vw;width:100%;height:100%;display:flex}@media (min-width:768px){.homepage-community__content{row-gap:1.5625vw}}@media (min-width:1024px){.homepage-community__content{flex-direction:row;column-gap:2.22222vw}}@media (min-width:1440px){.homepage-community__content{column-gap:32px}}.homepage-community__card-list{flex-direction:column;width:100%;display:flex}.homepage-community__full-card{background-color:#121212;border-radius:20px;width:100%;height:100vw;transition:background .3s;overflow:hidden}@media (min-width:768px){.homepage-community__full-card{height:49.2188vw}}@media (min-width:1024px){.homepage-community__full-card{height:auto}}.homepage-community__full-card:hover{background-color:#eeffa8}.homepage-community__full-card:hover .homepage-community__full-card-link,.homepage-community__full-card:hover .homepage-community__full-card-title{color:#121212}.homepage-community__full-card:hover .homepage-community__full-card-link svg,.homepage-community__full-card:hover .homepage-community__full-card-title svg{transform:translate(2.5vw)}@media (min-width:768px){.homepage-community__full-card:hover .homepage-community__full-card-link svg,.homepage-community__full-card:hover .homepage-community__full-card-title svg{transform:translate(1.04167vw)}}@media (min-width:1024px){.homepage-community__full-card:hover .homepage-community__full-card-link svg,.homepage-community__full-card:hover .homepage-community__full-card-title svg{transform:translate(.555556vw)}}@media (min-width:1440px){.homepage-community__full-card:hover .homepage-community__full-card-link svg,.homepage-community__full-card:hover .homepage-community__full-card-title svg{transform:translate(8px)}}.homepage-community__full-card-header{background-color:inherit;border-top-left-radius:18px;border-top-right-radius:18px;flex-wrap:wrap;align-items:center;row-gap:7.5vw;padding:7.5vw;display:flex}@media (min-width:768px){.homepage-community__full-card-header{border-top-left-radius:38px;border-top-right-radius:38px;flex-wrap:nowrap;justify-content:space-between;padding:5.20833vw}}@media (min-width:1024px){.homepage-community__full-card-header{padding:2.77778vw}}@media (min-width:1440px){.homepage-community__full-card-header{padding:40px}}.homepage-community__full-card-title{color:#eeffa8;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;width:100%;font-size:3.4375vw;font-weight:500;line-height:5vw;transition:color .3s}@media (min-width:768px){.homepage-community__full-card-title{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.homepage-community__full-card-title{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-community__full-card-title{font-size:13px;line-height:20px}}.homepage-community__full-card-link{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;align-items:center;gap:20px;width:100%;font-size:6.25vw;font-weight:500;line-height:8.75vw;transition:color .3s;display:flex}@media (min-width:768px){.homepage-community__full-card-link{font-size:3.125vw;line-height:4.16667vw}}@media (min-width:1024px){.homepage-community__full-card-link{font-size:2.22222vw;line-height:3.05556vw}}@media (min-width:1440px){.homepage-community__full-card-link{font-size:32px;line-height:44px}}@media (min-width:768px){.homepage-community__full-card-link{justify-content:end}}.homepage-community__full-card-link svg{transition:transform .3s;transform:translate(0)}.homepage-community__full-card-link:hover{cursor:pointer}.homepage-community__full-card-image{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%}@media (min-width:768px){.homepage-community__full-card{border-radius:40px}.homepage-community ul{flex-wrap:wrap;display:flex}}.ecosystems__community-and-breaker .homepage-community{padding:0 6.25vw}@media (min-width:768px){.ecosystems__community-and-breaker .homepage-community{padding:0 3.90625vw}}@media (min-width:1024px){.ecosystems__community-and-breaker .homepage-community{padding:0 4.16667vw}}@media (min-width:1440px){.ecosystems__community-and-breaker .homepage-community{padding:0 60px}}.community-block__link{background-color:#121212;border:1px solid #333;border-radius:20px;width:100%;min-height:68.75vw;padding:6.25vw;transition:background-color .3s;display:flex}@media (min-width:768px){.community-block__link{border-radius:40px;min-height:23.1771vw;padding:5.20833vw}}@media (min-width:1024px){.community-block__link{min-height:13.75vw;padding:2.77778vw}}@media (min-width:1440px){.community-block__link{min-height:198px;padding:40px}}.community-block__wrapper{flex-direction:column;justify-content:space-between;align-items:center;display:flex}@media (min-width:768px){.community-block__wrapper{flex-direction:row}}.community-block h4{font-family:var(--font-jetbrains);margin-top:3.125vw}@media (min-width:768px){.community-block h4{margin-top:2.60417vw}}@media (min-width:1024px){.community-block h4{margin-top:.694444vw}}@media (min-width:1440px){.community-block h4{margin-top:10px}}.community-block h4 svg{transition:all .3s}.community-block__count{color:#ffa978;font-family:var(--font-sora),Arial,sans-serif;letter-spacing:-.03em;margin-top:2.5vw;font-size:10.625vw;font-weight:400;line-height:11.875vw}@media (min-width:768px){.community-block__count{font-size:5.72917vw;line-height:6.77083vw}}@media (min-width:1024px){.community-block__count{font-size:4.16667vw;line-height:4.58333vw}}@media (min-width:1440px){.community-block__count{font-size:60px;line-height:66px}}@media (min-width:768px){.community-block__count{margin-top:1.04167vw}}@media (min-width:1024px){.community-block__count{margin-top:.555556vw}}@media (min-width:1440px){.community-block__count{margin-top:8px}}.community-block__count.twitter{color:#c4ffc2}.community-block__what{opacity:.5;text-transform:capitalize}.community-block div.label{font-family:var(--font-jetbrains);flex-direction:column;flex-grow:1;display:flex}.community-block__icon-wrapper{flex-direction:column;min-width:100%;display:flex}@media (min-width:768px){.community-block__icon-wrapper{min-width:18.099vw;margin-left:auto}}@media (min-width:1024px){.community-block__icon-wrapper{min-width:13.125vw}}@media (min-width:1440px){.community-block__icon-wrapper{min-width:189px}}.community-block__icon-wrapper h4,.community-block__icon-wrapper svg{transition:color .3s}.community-block__icon-wrapper h4 svg,.community-block__icon-wrapper svg svg{transition:transform .3s}.community-block:first-of-type .community-block__link{border-bottom-right-radius:0;border-bottom-left-radius:0}@media (min-width:768px){.community-block:first-of-type .community-block__wrapper{padding-bottom:6.51042vw}}@media (min-width:1024px){.community-block:first-of-type .community-block__wrapper{padding-bottom:3.47222vw}}@media (min-width:1440px){.community-block:first-of-type .community-block__wrapper{padding-bottom:50px}}.community-block:first-of-type .community-block__link:hover .community-block__wrapper .community-block__icon-wrapper h4,.community-block:first-of-type .community-block__link:hover .community-block__wrapper .community-block__icon-wrapper svg{color:#c4ffc2}.community-block:first-of-type .community-block__link:hover .community-block__wrapper .community-block__icon-wrapper h4 svg,.community-block:first-of-type .community-block__link:hover .community-block__wrapper .community-block__icon-wrapper svg svg{transform:rotate(45deg)}.community-block:nth-of-type(2){margin-top:-3.125vw}@media (min-width:768px){.community-block:nth-of-type(2){margin-top:-9.11458vw}}@media (min-width:1024px){.community-block:nth-of-type(2){margin-top:-4.86111vw}}@media (min-width:1440px){.community-block:nth-of-type(2){margin-top:-70px}}.community-block:nth-of-type(2) .community-block__link:hover .community-block__wrapper .community-block__icon-wrapper h4,.community-block:nth-of-type(2) .community-block__link:hover .community-block__wrapper .community-block__icon-wrapper svg{color:#ffa978}.community-block:nth-of-type(2) .community-block__link:hover .community-block__wrapper .community-block__icon-wrapper h4 svg,.community-block:nth-of-type(2) .community-block__link:hover .community-block__wrapper .community-block__icon-wrapper svg svg{transform:rotate(45deg)}.community-block img{margin-bottom:6.25vw}@media (min-width:768px){.community-block img{margin-bottom:3.90625vw}}@media (min-width:1024px){.community-block img{margin-bottom:2.08333vw}}@media (min-width:1440px){.community-block img{margin-bottom:30px}}.community-block a{color:#f5f5f5}@media (min-width:768px){.community-block a{flex-direction:column;justify-content:space-between;height:100%;display:flex}}.entry{border-top:1px solid #e3e3e3;position:relative}.entry a{color:#121212;padding-top:6.25vw;padding-bottom:12.5vw;display:block}@media (min-width:768px){.entry a{padding-top:3.90625vw;padding-bottom:3.90625vw}}@media (min-width:1024px){.entry a{padding-top:2.77778vw;padding-right:2.77778vw}}@media (min-width:1440px){.entry a{padding-top:40px;padding-right:300px}}.entry .gatsby-image-wrapper{display:none}@media (min-width:1024px){.entry .gatsby-image-wrapper{position:absolute;top:50%;right:4.16667vw;transform:translateY(-50%)}}@media (min-width:1440px){.entry .gatsby-image-wrapper{right:60px}}@media (min-width:1024px){.entry:hover .gatsby-image-wrapper{z-index:2;width:10.4167vw;display:block}}.container{background:#f5f5f5;padding-top:16.875vw;padding-bottom:5vw}@media (min-width:768px){.container{padding-top:33.8542vw;padding-bottom:2.08333vw}}@media (min-width:1024px){.container{padding-top:8.33333vw;padding-bottom:3.19444vw}}@media (min-width:1440px){.container{padding-top:120px;padding-bottom:46px}}.homepage-hero{pointer-events:none;z-index:1;flex-direction:column;justify-content:center;padding:18.75vw 5vw 0;display:flex;position:relative}@media (min-width:768px){.homepage-hero{padding:0 3.25521vw}}@media (min-width:1024px){.homepage-hero{margin-left:auto;margin-right:auto;padding:0 2.77778vw}}@media (min-width:1440px){.homepage-hero{max-width:1440px;padding:0 60px}}.homepage-hero .block-wrapper{flex-direction:column;align-items:center;display:flex;position:relative}@media (min-width:1024px){.homepage-hero .block-wrapper{flex-direction:row}}.homepage-hero .left-block{text-align:left;flex-direction:column;flex-shrink:0;align-items:start;width:100%;max-width:100%;display:flex}@media (min-width:1024px){.homepage-hero .left-block{max-width:47.7083vw}}@media (min-width:1440px){.homepage-hero .left-block{max-width:687px}}.homepage-hero .right-block{z-index:-1;flex-shrink:0;width:100%;display:flex;position:relative}@media (min-width:768px){.homepage-hero .right-block{max-width:76.4323vw;height:85.9375vw}}@media (min-width:1024px){.homepage-hero .right-block{max-width:48.6111vw;height:54.7222vw}}@media (min-width:1440px){.homepage-hero .right-block{max-width:700px;height:788px;right:-40px}}.homepage-hero .right-block__globe-desktop{width:100%;display:none}@media (min-width:768px){.homepage-hero .right-block__globe-desktop{display:block;position:relative;overflow:hidden}}.homepage-hero .right-block__globe-desktop .ellipse{content:"";pointer-events:none;transform-origin:50%;z-index:-1;width:98%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(0)}.homepage-hero .right-block__globe-desktop .ellipse--dashed{background:url(/paraloom-base/ellipse-dashed.webp) 50%/contain no-repeat;animation:10s ease-in-out infinite alternate ellipse-sway-horizontal}.homepage-hero .right-block__globe-desktop .ellipse--solid{background:url(/paraloom-base/ellipse-solid.webp) 50%/contain no-repeat;height:90%;animation:14s ease-in-out infinite alternate ellipse-sway-vertical}@media (min-width:1024px){.homepage-hero .right-block__globe-desktop .ellipse--solid{height:72%}}.homepage-hero .right-block__globe-desktop img.right-block__desktop{width:100%;height:fit-content;transition:opacity .5s;display:block}@media (min-width:768px){.homepage-hero .right-block__globe-desktop img.right-block__desktop{height:100%;display:block}}.homepage-hero .right-block__globe-desktop img.right-block__desktop.placeholder{filter:blur(20px);width:100%;transition:opacity .5s;position:absolute}.homepage-hero .right-block__globe-mobile{width:100%;min-height:109.375vw;display:block;position:relative;left:-5.625vw}.homepage-hero .right-block__globe-mobile img{object-fit:contain;width:calc(100% + 11.25vw);height:100%;transition:opacity .5s}.homepage-hero .right-block__globe-mobile--placeholder{filter:blur(20px);z-index:1;width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}@media (min-width:768px){.homepage-hero .right-block__globe-mobile{display:none}}.homepage-hero .right-block__label-wrapper{border-radius:25px;display:none;position:absolute;overflow:hidden}@media (min-width:768px){.homepage-hero .right-block__label-wrapper{display:block}}.homepage-hero .right-block__label-wrapper img{width:100%;height:auto}.homepage-hero .right-block__label-wrapper:nth-child(5){max-width:11.875vw;top:18.4%;left:39.8%}@media (min-width:768px){.homepage-hero .right-block__label-wrapper:nth-child(5){max-width:10.4167vw;top:20%}}@media (min-width:1024px){.homepage-hero .right-block__label-wrapper:nth-child(5){max-width:6.94444vw;top:18.4%;left:39.8%}}@media (min-width:1440px){.homepage-hero .right-block__label-wrapper:nth-child(5){max-width:100px}}.homepage-hero .right-block__label-wrapper:nth-child(6){max-width:8.75vw;top:27%;left:19%}@media (min-width:768px){.homepage-hero .right-block__label-wrapper:nth-child(6){max-width:7.8125vw;top:28%;left:20%}}@media (min-width:1024px){.homepage-hero .right-block__label-wrapper:nth-child(6){max-width:4.86111vw;top:25%;left:20%}}@media (min-width:1440px){.homepage-hero .right-block__label-wrapper:nth-child(6){max-width:70px}}.homepage-hero .right-block__label-wrapper:nth-child(7){max-width:14.375vw;top:24.2%;right:12.6%}@media (min-width:768px){.homepage-hero .right-block__label-wrapper:nth-child(7){max-width:11.3281vw;top:26.2%;right:16.6%}}@media (min-width:1024px){.homepage-hero .right-block__label-wrapper:nth-child(7){max-width:7.22222vw;top:23.2%;right:14.6%}}@media (min-width:1440px){.homepage-hero .right-block__label-wrapper:nth-child(7){max-width:104px}}.homepage-hero .right-block__label-wrapper:nth-child(8){max-width:21.875vw;top:33%;left:22.2%}@media (min-width:768px){.homepage-hero .right-block__label-wrapper:nth-child(8){max-width:20.0521vw;top:36.4%}}@media (min-width:1024px){.homepage-hero .right-block__label-wrapper:nth-child(8){max-width:11.8056vw;top:33.8%;left:21.2%}}@media (min-width:1440px){.homepage-hero .right-block__label-wrapper:nth-child(8){max-width:170px}}.homepage-hero .right-block__label-wrapper:nth-child(9){max-width:9.375vw;top:34.8%;right:9%}@media (min-width:768px){.homepage-hero .right-block__label-wrapper:nth-child(9){max-width:7.8125vw;top:38.8%}}@media (min-width:1024px){.homepage-hero .right-block__label-wrapper:nth-child(9){max-width:4.86111vw;top:33.8%;right:11%}}@media (min-width:1440px){.homepage-hero .right-block__label-wrapper:nth-child(9){max-width:70px}}.homepage-hero .right-block__label-wrapper:nth-child(10){max-width:11.25vw;top:55%;left:44.5%}@media (min-width:768px){.homepage-hero .right-block__label-wrapper:nth-child(10){max-width:10.1563vw;top:58.8%}}@media (min-width:1024px){.homepage-hero .right-block__label-wrapper:nth-child(10){max-width:6.66667vw;top:55.2%;left:44.3%}}@media (min-width:1440px){.homepage-hero .right-block__label-wrapper:nth-child(10){max-width:96px}}.homepage-hero .right-block__label-wrapper:nth-child(11){max-width:16.25vw;top:51%;right:5.3%}@media (min-width:768px){.homepage-hero .right-block__label-wrapper:nth-child(11){max-width:12.5vw;top:53%}}@media (min-width:1024px){.homepage-hero .right-block__label-wrapper:nth-child(11){max-width:9.16667vw;top:51.7%;right:4.3%}}@media (min-width:1440px){.homepage-hero .right-block__label-wrapper:nth-child(11){max-width:132px}}.homepage-hero .right-block__label-wrapper:nth-child(12){max-width:15vw;bottom:24.8%;right:26%}@media (min-width:768px){.homepage-hero .right-block__label-wrapper:nth-child(12){max-width:13.8021vw;bottom:18.8%}}@media (min-width:1024px){.homepage-hero .right-block__label-wrapper:nth-child(12){max-width:9.16667vw;bottom:24.2%}}@media (min-width:1440px){.homepage-hero .right-block__label-wrapper:nth-child(12){max-width:132px}}.homepage-hero h1{color:#121212;text-align:left;margin-bottom:5vw;animation:1s forwards hero}@media (min-width:768px){.homepage-hero h1{white-space:pre-line;margin-bottom:4.16667vw}}@media (min-width:1024px){.homepage-hero h1{margin-bottom:2.77778vw}}@media (min-width:1440px){.homepage-hero h1{margin-bottom:40px}}.homepage-hero p{color:#121212;margin-bottom:12.5vw}@media (min-width:768px){.homepage-hero p{white-space:pre-line;margin-bottom:5.20833vw}}@media (min-width:1024px){.homepage-hero p{max-width:47.2222vw;margin-bottom:2.77778vw}}@media (min-width:1440px){.homepage-hero p{max-width:680px;margin-bottom:56px}}.homepage-hero .cta-wrapper{flex-direction:column-reverse;row-gap:3.75vw;width:100%;display:flex}@media (min-width:768px){.homepage-hero .cta-wrapper{flex-direction:row;column-gap:2.60417vw}}@media (min-width:1024px){.homepage-hero .cta-wrapper{column-gap:1.38889vw}}@media (min-width:1440px){.homepage-hero .cta-wrapper{column-gap:20px}}.homepage-hero a{color:#f5f5f5;opacity:0;pointer-events:all;text-transform:uppercase;border-radius:720px;justify-content:center;align-items:center;padding:3.75vw;animation:.1s .1s forwards hero;display:flex}@media (min-width:768px){.homepage-hero a{width:fit-content;padding:2.86458vw}}@media (min-width:1024px){.homepage-hero a{padding:1.38889vw}}@media (min-width:1440px){.homepage-hero a{padding:20px}}.homepage-hero a.first{color:#121212;background-color:#f5f5f5;border:1px solid #121212;width:100%;transition:all .3s}@media (min-width:768px){.homepage-hero a.first{width:fit-content}}.homepage-hero a.first:hover{border-color:#c4ffc2}.homepage-hero a.second{color:#f5f5f5;background-color:#121212;transition:all .3s}.homepage-hero a.second svg{width:15px;margin-left:6.25vw;transition:all .3s}@media (min-width:768px){.homepage-hero a.second svg{margin-left:2.60417vw}}@media (min-width:1024px){.homepage-hero a.second svg{margin-left:1.38889vw}}@media (min-width:1440px){.homepage-hero a.second svg{margin-left:20px}}.homepage-hero a.second:hover svg{transform:translate(4px)}.homepage-hero .video-banner{-webkit-user-select:none;user-select:none;background:#050304;border-radius:24px;flex-direction:column-reverse;justify-content:space-between;align-items:center;width:100%;height:130vw;margin:10vw 0 5vw;padding:5vw;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.homepage-hero .video-banner{border-radius:24px;flex-direction:row;height:28.125vw;margin:5.20833vw 0;padding:4.16667vw}}@media (min-width:1024px){.homepage-hero .video-banner{border-radius:32px;width:calc(100% - 5.55556vw);height:10.2778vw;margin:0;padding:2.77778vw;position:absolute;bottom:8.33333vw}}@media (min-width:1440px){.homepage-hero .video-banner{width:calc(100% - 120px);max-width:1440px;height:148px;margin:0 auto;padding:40px;bottom:120px}}.homepage-hero .video-banner__text-wrapper{z-index:3;flex-direction:column;flex-shrink:0;gap:1.25vw;width:100%;display:flex;position:relative}@media (min-width:768px){.homepage-hero .video-banner__text-wrapper{gap:.520833vw;max-width:36.4583vw}}@media (min-width:1024px){.homepage-hero .video-banner__text-wrapper{gap:.277778vw;max-width:41.6667vw}}@media (min-width:1440px){.homepage-hero .video-banner__text-wrapper{gap:4px;max-width:600px;padding-left:5px}}.homepage-hero .video-banner__text-wrapper h4{-webkit-text-fill-color:transparent;line-clamp:2;-webkit-line-clamp:2;background:linear-gradient(90deg,#989898,#fff 57.97%);-webkit-background-clip:text;background-clip:text;-webkit-box-orient:vertical;font-weight:400;display:-webkit-box}@media (min-width:1024px){.homepage-hero .video-banner__text-wrapper h4{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}.homepage-hero .video-banner__video-container{z-index:0;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:68.75vw;display:flex;position:absolute;top:0;left:0}@media (min-width:768px){.homepage-hero .video-banner__video-container{max-width:88.0208vw;height:31.901vw;margin-left:-10.4167vw;position:relative;top:2.60417vw}}@media (min-width:1024px){.homepage-hero .video-banner__video-container{max-width:40.625vw;height:12.9167vw;top:1.66667vw;left:4.16667vw}}@media (min-width:1440px){.homepage-hero .video-banner__video-container{max-width:600px;height:186px;top:24px;left:80px}}.homepage-hero .video-banner__video-container video{object-fit:cover;object-position:center;width:100%;height:100%}.homepage-hero .video-banner__cta{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;white-space:nowrap;z-index:3;background-color:#f5f5f5;border-radius:720px;align-items:center;gap:5vw;width:100%;height:15vw;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:background-color .3s;display:flex;position:relative}@media (min-width:768px){.homepage-hero .video-banner__cta{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.homepage-hero .video-banner__cta{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-hero .video-banner__cta{font-size:15px;line-height:20px}}@media (min-width:768px){.homepage-hero .video-banner__cta{gap:2.08333vw;width:fit-content;height:5.72917vw}}@media (min-width:1024px){.homepage-hero .video-banner__cta{gap:1.11111vw;height:3.33333vw}}@media (min-width:1440px){.homepage-hero .video-banner__cta{gap:16px;height:48px}}.homepage-hero .video-banner__cta--mobile{margin-top:6.25vw}@media (min-width:768px){.homepage-hero .video-banner__cta--mobile{margin-top:2.60417vw}}@media (min-width:1024px){.homepage-hero .video-banner__cta--mobile{display:none}}.homepage-hero .video-banner__cta--desktop{display:none}@media (min-width:1024px){.homepage-hero .video-banner__cta--desktop{display:flex}}.homepage-hero .video-banner__cta:hover{cursor:pointer;background-color:#c4ffc2}.homepage-hero .video-banner__cta:hover svg{transform:translate(8px)}.homepage-hero .video-banner__cta svg{width:3.75vw;height:3.75vw;transition:transform .3s}@media (min-width:768px){.homepage-hero .video-banner__cta svg{width:1.95313vw;height:1.95313vw}}@media (min-width:1024px){.homepage-hero .video-banner__cta svg{width:1.04167vw;height:1.04167vw}}@media (min-width:1440px){.homepage-hero .video-banner__cta svg{width:15px;height:15px}}.homepage-hero .logos-wrapper{opacity:.8;width:calc(100% + 10vw);margin-left:-5vw;overflow:hidden}@media (min-width:768px){.homepage-hero .logos-wrapper{width:calc(100% + 7.8125vw);margin-left:-3.90625vw}}@media (min-width:1024px){.homepage-hero .logos-wrapper{width:calc(100% + 8.33333vw);margin-left:-4.16667vw}}@media (min-width:1440px){.homepage-hero .logos-wrapper{width:100%;max-width:1440px;margin:0 auto}}@media (min-width:1024px){.homepage-hero .logos-wrapper.extra-margin{margin-top:6.94444vw}}@media (min-width:1440px){.homepage-hero .logos-wrapper.extra-margin{margin-top:100px}}.homepage-hero .logos-mask{position:relative;-webkit-mask-image:linear-gradient(90deg,#0000 0,#f5f5f5 30px calc(100% - 30px),#0000);mask-image:linear-gradient(90deg,#0000 0,#f5f5f5 30px calc(100% - 30px),#0000);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.homepage-hero .logos-track{will-change:transform;background:#f5f5f5;gap:12.5vw;width:max-content;padding:12px 0;animation:linear infinite scroll-left;display:flex;transform:translateZ(0)}@media (min-width:768px){.homepage-hero .logos-track{gap:7.8125vw}}@media (min-width:1024px){.homepage-hero .logos-track{gap:5.55556vw}}@media (min-width:1440px){.homepage-hero .logos-track{gap:80px}}.homepage-hero .logo-placeholder{border-radius:4px;width:auto;max-width:37.5vw;height:8.125vw;display:flex}@media (min-width:768px){.homepage-hero .logo-placeholder{max-width:16.9271vw;height:4.55729vw}}@media (min-width:1024px){.homepage-hero .logo-placeholder{max-width:9.72222vw;height:4.16667vw}}@media (min-width:1440px){.homepage-hero .logo-placeholder{max-width:140px;height:60px}}.homepage-hero .logo-placeholder svg{width:auto;height:100%}@keyframes hero{0%{opacity:0}to{opacity:1}}@keyframes ellipse-sway-horizontal{0%{transform:translate(-50%,-50%)rotate(-5deg)}to{transform:translate(-50%,-50%)rotate(5deg)}}@keyframes ellipse-sway-vertical{0%{transform:translate(-50%,-50%)rotate(5deg)}to{transform:translate(-50%,-50%)rotate(-5deg)}}@media (min-width:1024px){.homepage-latest{max-width:1440px;margin-left:auto;margin-right:auto;padding:0 4.16667vw}}@media (min-width:1440px){.homepage-latest{max-width:1440px;padding:0 60px}}.homepage-latest__title{justify-content:space-between;align-items:center;margin-bottom:6.25vw;display:flex}@media (min-width:768px){.homepage-latest__title{margin-bottom:3.90625vw}}@media (min-width:1024px){.homepage-latest__title{margin-bottom:2.08333vw}}@media (min-width:1440px){.homepage-latest__title{margin-bottom:30px}}.homepage-latest__see-all{color:#121212;cursor:pointer;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;justify-content:center;align-items:center;font-size:3.4375vw;font-weight:500;line-height:5vw;display:flex}@media (min-width:768px){.homepage-latest__see-all{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.homepage-latest__see-all{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-latest__see-all{font-size:13px;line-height:20px}}.homepage-latest__see-all:hover svg{transform:translate(4px)}.homepage-latest__see-all svg{margin-left:6.25vw;transition:all .3s}@media (min-width:768px){.homepage-latest__see-all svg{margin-left:2.60417vw}}@media (min-width:1024px){.homepage-latest__see-all svg{margin-left:1.38889vw}}@media (min-width:1440px){.homepage-latest__see-all svg{margin-left:20px}}.container{margin-top:-6.25vw}@media (min-width:768px){.container{margin-top:-15.625vw}}@media (min-width:1024px){.container{margin-top:-5.55556vw}}@media (min-width:1440px){.container{margin-top:-80px}}.homepage-solutions{color:#121212;background-color:#f5f5f5;padding:15vw 6.25vw}@media (min-width:768px){.homepage-solutions{padding:7.8125vw 3.90625vw}}@media (min-width:1024px){.homepage-solutions{padding:5.55556vw 0}}@media (min-width:1440px){.homepage-solutions{padding:80px 0}}.homepage-solutions a.cta{color:#000;cursor:pointer;text-align:left;background-color:#fff;justify-content:flex-end;align-items:center;padding:6.25vw;transition:background-color .3s;display:flex}@media (min-width:768px){.homepage-solutions a.cta{padding:3.90625vw}}@media (min-width:1024px){.homepage-solutions a.cta{padding:2.08333vw}}@media (min-width:1440px){.homepage-solutions a.cta{padding:30px}}.homepage-solutions a.cta:hover{background-color:#ffe2fc}.homepage-solutions a.cta svg{margin-left:6.25vw;transition:all .3s}@media (min-width:768px){.homepage-solutions a.cta svg{margin-left:2.60417vw}}@media (min-width:1024px){.homepage-solutions a.cta svg{margin-left:1.38889vw}}@media (min-width:1440px){.homepage-solutions a.cta svg{margin-left:20px}}.homepage-solutions__eyebrow{text-align:center;margin-bottom:6.25vw}@media (min-width:768px){.homepage-solutions__eyebrow{margin-bottom:3.90625vw}}@media (min-width:1024px){.homepage-solutions__eyebrow{margin-bottom:4.16667vw}}@media (min-width:1440px){.homepage-solutions__eyebrow{margin-bottom:60px}}.homepage-solutions__products{text-align:center;margin-bottom:37.5vw}@media (min-width:768px){.homepage-solutions__products{margin-bottom:15.625vw}}@media (min-width:1024px){.homepage-solutions__products{margin-bottom:13.8889vw;margin-left:auto;margin-right:auto;padding-left:4.16667vw;padding-right:4.16667vw}}@media (min-width:1440px){.homepage-solutions__products{max-width:1440px;margin-bottom:200px;padding-left:60px;padding-right:60px}}.homepage-solutions__products h2{margin-bottom:12.5vw}@media (min-width:768px){.homepage-solutions__products h2{margin-bottom:3.90625vw}}@media (min-width:1024px){.homepage-solutions__products h2{margin-bottom:4.16667vw;padding:0 12.1528vw}}@media (min-width:1440px){.homepage-solutions__products h2{margin-bottom:60px;padding:0 175px}}@media (min-width:768px){.homepage-solutions__products ul{flex-wrap:wrap;display:flex}.homepage-solutions__products li{background-color:#fff;width:50%}}@media (min-width:1024px){.homepage-solutions__products li{width:33.3333%}}@media (min-width:768px){.homepage-solutions__products li:first-of-type{border-right:1px solid #e3e3e3}.homepage-solutions__products li:nth-of-type(3){border-top:1px solid #e3e3e3;border-bottom:none;border-right:1px solid #e3e3e3}}@media (min-width:1024px){.homepage-solutions__products li:nth-of-type(3){border-top:none;border-left:1px solid #e3e3e3;border-right:0}}@media (min-width:768px){.homepage-solutions__products li:last-of-type{border-top:1px solid #e3e3e3;flex-direction:row;align-items:flex-end;display:flex}}@media (min-width:1024px){.homepage-solutions__products li:last-of-type{width:100%}}.homepage-solutions__products li:last-of-type a{text-align:right;width:100%}@media (min-width:768px){.homepage-solutions__products li:last-of-type a{align-items:flex-end;height:100%;display:flex}}.homepage-solutions__products li:last-of-type a:hover svg{transform:translate(4px)}.section-wrapper{background-color:#f5f5f5}.homepage-events{background-color:#121212;border-top-left-radius:20px;border-top-right-radius:20px;padding:15vw 0}@media (min-width:768px){.homepage-events{border-top-left-radius:64px;border-top-right-radius:64px;padding:7.8125vw 0}}@media (min-width:1024px){.homepage-events{border-top-left-radius:80px;border-top-right-radius:80px;padding:5.55556vw 0}}@media (min-width:1440px){.homepage-events{padding:80px 0}}.homepage-events__container{flex-direction:column;align-items:center;max-width:1440px;margin:0 auto;padding:0 5vw;display:flex}@media (min-width:768px){.homepage-events__container{border-top-left-radius:64px;border-top-right-radius:64px;padding:0 3.90625vw}}@media (min-width:1024px){.homepage-events__container{border-top-left-radius:80px;border-top-right-radius:80px;padding:0 4.16667vw}}@media (min-width:1440px){.homepage-events__container{padding:0 60px}}.homepage-events__label{color:#e3e3e3;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.homepage-events__label{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.homepage-events__label{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-events__label{font-size:13px;line-height:20px}}.homepage-events__title{color:#fff;margin-top:5vw;margin-bottom:7.5vw}@media (min-width:768px){.homepage-events__title{margin-top:2.60417vw;margin-bottom:5.20833vw}}@media (min-width:1024px){.homepage-events__title{margin-top:1.38889vw;margin-bottom:4.16667vw}}@media (min-width:1440px){.homepage-events__title{margin-top:20px;margin-bottom:60px}}.homepage-events__content{border:1px solid #333;border-radius:22px;flex-direction:column;width:100%;display:flex;position:relative}.homepage-events__content:not(:first-child){margin-top:6.25vw}@media (min-width:768px){.homepage-events__content{border:none;border-radius:0;row-gap:3.125vw}.homepage-events__content:not(:first-child){margin-top:0}}@media (min-width:1024px){.homepage-events__content{flex-direction:row;column-gap:1.66667vw}}@media (min-width:1440px){.homepage-events__content{column-gap:24px}}.homepage-events__image-wrapper{max-width:calc(100% - .625vw);max-height:81.875vw;margin:.3125vw auto 0;display:block;position:relative}@media (min-width:768px){.homepage-events__image-wrapper{max-width:52.0833vw;max-height:52.0833vw;margin:0 auto}}@media (min-width:1024px){.homepage-events__image-wrapper{max-width:27.7778vw;max-height:27.7778vw}}@media (min-width:1440px){.homepage-events__image-wrapper{max-width:400px;max-height:400px}}.homepage-events__image-wrapper:after{content:"";pointer-events:none;background:linear-gradient(#1a1a1a00 0,#1a1a1a);width:100%;height:30%;position:absolute;bottom:0;left:0}@media (min-width:768px){.homepage-events__image-wrapper:after{display:none}}.homepage-events__image-wrapper .homepage-events__image{object-fit:cover;opacity:1;border-radius:20px 20px 0 0;width:100%;height:auto;transition:opacity .3s,filter .3s;display:block}@media (min-width:768px){.homepage-events__image-wrapper .homepage-events__image{border-radius:40px}.homepage-events__image-wrapper .homepage-events__image.fade{opacity:0}}.homepage-events__card,.homepage-events__card-wrapper{flex-direction:column;width:100%;display:flex}.homepage-events__card{color:#fff;z-index:2;background:#1a1a1a;border-radius:0 0 20px 20px;transition:background .3s,color .3s;position:relative}@media (min-width:768px){.homepage-events__card{border:1px solid #333;border-radius:40px;flex-direction:row}}.homepage-events__card:not(:last-child){border-bottom-right-radius:0;border-bottom-left-radius:0}.homepage-events__card:not(:last-child) .homepage-events__description{padding-bottom:6.25vw}@media (min-width:768px){.homepage-events__card:not(:last-child) .homepage-events__description{padding-bottom:5.98958vw}}@media (min-width:1024px){.homepage-events__card:not(:last-child) .homepage-events__description{padding-bottom:3.61111vw}}@media (min-width:1440px){.homepage-events__card:not(:last-child) .homepage-events__description{padding-bottom:52px}}.homepage-events__card:not(:first-child){margin-top:-6.25vw}@media (min-width:768px){.homepage-events__card:not(:first-child){margin-top:-6.77083vw}}@media (min-width:1024px){.homepage-events__card:not(:first-child){margin-top:-3.61111vw}}@media (min-width:1440px){.homepage-events__card:not(:first-child){margin-top:-52px}}.homepage-events__card:hover .homepage-events__register-label svg{transform:translate(10px)}@media (min-width:768px){.homepage-events__card:hover{color:#121212;background:#c4ffc2}.homepage-events__card:hover:nth-child(2n){background:#ffa978}.homepage-events__card:hover .homepage-events__date{border-bottom:1px solid #3333}}@media (min-width:768px) and (min-width:768px){.homepage-events__card:hover .homepage-events__date{border-bottom:none;border-right:1px solid #3333}}@media (min-width:768px){.homepage-events__card:hover .homepage-events__description,.homepage-events__card:hover .homepage-events__location,.homepage-events__card:hover .homepage-events__register-label{color:#121212}}.homepage-events__date{border-bottom:1px solid #333;flex-direction:row;justify-content:center;align-items:center;gap:1.25vw;width:100%;margin-top:-4.6875vw;padding:0 6.25vw 6.25vw;transition:border-bottom .3s;display:flex}@media (min-width:768px){.homepage-events__date{border-bottom:none;border-right:1px solid #333;flex-direction:column;gap:.520833vw;max-width:15.625vw;margin-top:0;padding:4.16667vw;transition:border-right .3s}}@media (min-width:1024px){.homepage-events__date{gap:.277778vw;max-width:8.33333vw;padding:2.22222vw}}@media (min-width:1440px){.homepage-events__date{gap:4px;max-width:120px;padding:32px}}.homepage-events__day{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.homepage-events__day{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.homepage-events__day{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.homepage-events__day{font-size:14px;line-height:22px}}.homepage-events__number{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;font-size:6.25vw;font-weight:500;line-height:8.75vw}@media (min-width:768px){.homepage-events__number{font-size:3.125vw;line-height:4.16667vw}}@media (min-width:1024px){.homepage-events__number{font-size:2.22222vw;line-height:3.05556vw}}@media (min-width:1440px){.homepage-events__number{font-size:32px;line-height:44px}}.homepage-events__year{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;white-space:nowrap;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.homepage-events__year{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.homepage-events__year{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.homepage-events__year{font-size:14px;line-height:22px}}.homepage-events__details{flex:1;padding:6.25vw 5vw}@media (min-width:768px){.homepage-events__details{padding:4.16667vw 5.20833vw}}@media (min-width:1024px){.homepage-events__details{padding:2.22222vw 2.77778vw}}@media (min-width:1440px){.homepage-events__details{padding:32px 40px}}.homepage-events__header{flex-direction:column;justify-content:space-between;row-gap:7.5vw;display:flex}@media (min-width:768px){.homepage-events__header{flex-direction:row;row-gap:3.125vw}}.homepage-events__event-title{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;font-size:5.625vw;font-weight:500;line-height:7.5vw}@media (min-width:768px){.homepage-events__event-title{font-size:2.47396vw;line-height:3.38542vw}}@media (min-width:1024px){.homepage-events__event-title{font-size:1.52778vw;line-height:2.08333vw}}@media (min-width:1440px){.homepage-events__event-title{font-size:22px;line-height:30px}}@media (min-width:768px){.homepage-events__event-title{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;font-size:6.25vw;font-weight:700;line-height:8.75vw}}@media (min-width:768px) and (min-width:768px){.homepage-events__event-title{font-size:3.125vw;line-height:4.16667vw}}@media (min-width:768px) and (min-width:1024px){.homepage-events__event-title{font-size:2.22222vw;line-height:3.05556vw}}@media (min-width:768px) and (min-width:1440px){.homepage-events__event-title{font-size:32px;line-height:44px}}.homepage-events__register-label{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:3.75vw;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:color .3s;display:flex}@media (min-width:768px){.homepage-events__register-label{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.homepage-events__register-label{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-events__register-label{font-size:15px;line-height:20px}}@media (min-width:768px){.homepage-events__register-label{gap:2.08333vw}}@media (min-width:1024px){.homepage-events__register-label{gap:1.11111vw}}@media (min-width:1440px){.homepage-events__register-label{gap:16px}}.homepage-events__register-label--desktop{display:none}@media (min-width:768px){.homepage-events__register-label--desktop{display:flex}}.homepage-events__register-label--mobile{margin-left:auto;display:flex}@media (min-width:768px){.homepage-events__register-label--mobile{display:none}}.homepage-events__register-label svg{transition:transform .4s}.homepage-events__location{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;margin-top:1.25vw;font-size:3.75vw;font-weight:400;line-height:5.625vw;transition:color .3s}@media (min-width:768px){.homepage-events__location{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.homepage-events__location{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.homepage-events__location{font-size:14px;line-height:22px}}@media (min-width:768px){.homepage-events__location{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;margin-top:.78125vw;font-size:3.4375vw;font-weight:500;line-height:5vw}}@media (min-width:768px) and (min-width:768px){.homepage-events__location{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:768px) and (min-width:1024px){.homepage-events__location{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:768px) and (min-width:1440px){.homepage-events__location{font-size:13px;line-height:20px}}@media (min-width:1024px){.homepage-events__location{margin-top:.416667vw}}@media (min-width:1440px){.homepage-events__location{margin-top:6px}}.homepage-events__description{color:#f5f5f5;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;opacity:.7;width:100%;max-width:100%;margin-top:7.5vw;font-size:4.375vw;font-weight:400;line-height:6.875vw;transition:color .3s}@media (min-width:768px){.homepage-events__description{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.homepage-events__description{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.homepage-events__description{font-size:17px;line-height:24px}}@media (min-width:768px){.homepage-events__description{margin-top:3.125vw}}@media (min-width:1024px){.homepage-events__description{max-width:45.1389vw;margin-top:1.66667vw}}@media (min-width:1440px){.homepage-events__description{max-width:650px;margin-top:24px}}.homepage-events__all-link{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;z-index:2;background-color:#fff;border-radius:720px;align-self:center;align-items:center;gap:5vw;margin-top:6.25vw;padding:4.6875vw 7.5vw;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:all .3s;display:inline-flex;position:relative}@media (min-width:768px){.homepage-events__all-link{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.homepage-events__all-link{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-events__all-link{font-size:15px;line-height:20px}}.homepage-events__all-link svg{width:4.6875vw}@media (min-width:768px){.homepage-events__all-link{gap:2.08333vw;margin-top:3.125vw;padding:2.34375vw 4.16667vw}.homepage-events__all-link svg{width:1.95313vw}}@media (min-width:1024px){.homepage-events__all-link{align-self:flex-start;gap:1.11111vw;margin-top:2.22222vw;padding:1.25vw 2.22222vw}.homepage-events__all-link svg{width:1.04167vw}}@media (min-width:1440px){.homepage-events__all-link{gap:16px;margin-top:32px;padding:18px 32px}.homepage-events__all-link svg{width:15px}}.homepage-events__all-link:hover{color:#121212;background-color:#c4ffc2}.homepage-blog-and-press{background-color:#f5f5f5;padding:15vw 0;position:relative}@media (min-width:768px){.homepage-blog-and-press{padding:7.8125vw 0}}@media (min-width:1024px){.homepage-blog-and-press{padding:5.55556vw 0}}@media (min-width:1440px){.homepage-blog-and-press{padding:80px 0}}.homepage-blog-and-press:before{content:"";z-index:1;background:#121212;border-radius:0 0 16px 16px;width:100%;height:203.125vw;position:absolute;top:0;left:0}@media (min-width:768px){.homepage-blog-and-press:before{border-radius:0 0 32px 32px;height:84.6354vw}}@media (min-width:1024px){.homepage-blog-and-press:before{border-radius:0 0 80px 80px;height:52.0833vw}}@media (min-width:1440px){.homepage-blog-and-press:before{height:750px}}.homepage-blog-and-press.rounded-corners:before{border-radius:16px}@media (min-width:768px){.homepage-blog-and-press.rounded-corners:before{border-radius:32px}}@media (min-width:1024px){.homepage-blog-and-press.rounded-corners:before{border-radius:80px}}.homepage-blog-and-press__bg .gatsby-image-wrapper{z-index:2;width:100%;height:125vw;position:absolute;top:0;left:50%;transform:translate(-50%)}@media (min-width:768px){.homepage-blog-and-press__bg .gatsby-image-wrapper{width:65.1042vw;height:65.1042vw}}@media (min-width:1024px){.homepage-blog-and-press__bg .gatsby-image-wrapper{width:55.5556vw;height:55.5556vw}}@media (min-width:1440px){.homepage-blog-and-press__bg .gatsby-image-wrapper{width:800px;height:800px}}.homepage-blog-and-press__bg .gatsby-image-wrapper img{object-fit:cover;width:100%;height:auto}.homepage-blog-and-press__label{color:#f5f5f5;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:center;text-transform:uppercase;font-size:3.4375vw;font-weight:500;line-height:5vw;display:block}@media (min-width:768px){.homepage-blog-and-press__label{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.homepage-blog-and-press__label{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-blog-and-press__label{font-size:13px;line-height:20px}}.homepage-blog-and-press__title{color:#f5f5f5;font-family:var(--font-sora),Arial,sans-serif;letter-spacing:-.03em;text-align:center;margin-top:6.25vw;margin-bottom:7.5vw;font-size:10.625vw;font-weight:400;line-height:11.875vw}@media (min-width:768px){.homepage-blog-and-press__title{font-size:5.72917vw;line-height:6.77083vw}}@media (min-width:1024px){.homepage-blog-and-press__title{font-size:4.16667vw;line-height:4.58333vw}}@media (min-width:1440px){.homepage-blog-and-press__title{font-size:60px;line-height:66px}}@media (min-width:768px){.homepage-blog-and-press__title{margin-top:3.90625vw;margin-bottom:5.20833vw}}@media (min-width:1024px){.homepage-blog-and-press__title{margin-top:2.08333vw;margin-bottom:4.16667vw}}@media (min-width:1440px){.homepage-blog-and-press__title{margin-top:30px;margin-bottom:60px}}.homepage-blog-and-press__container{z-index:3;flex-direction:column;max-width:1440px;margin:0 auto;padding:0 5vw;display:flex;position:relative}@media (min-width:768px){.homepage-blog-and-press__container{padding:0 3.90625vw}}@media (min-width:1024px){.homepage-blog-and-press__container{padding:0 4.16667vw}}@media (min-width:1440px){.homepage-blog-and-press__container{padding:0 60px}}.homepage-blog-and-press__card{border-radius:20px;width:100%;overflow:hidden;box-shadow:0 4px 4px -2px #e3e3e333}@media (min-width:768px){.homepage-blog-and-press__card{border-radius:40px}}.homepage-blog-and-press__card-header{border-top-left-radius:20px;border-top-right-radius:20px;justify-content:space-between;align-items:center;display:flex}@media (min-width:768px){.homepage-blog-and-press__card-header{border-top-left-radius:40px;border-top-right-radius:40px}}.homepage-blog-and-press__card-header .homepage-blog-and-press__tab{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;text-transform:uppercase;background-color:#1a1a1a;border:1px solid #0000;width:100%;padding:7.5vw;font-size:4.375vw;font-weight:600;line-height:6.875vw;transition:background .3s,color .3s}@media (min-width:768px){.homepage-blog-and-press__card-header .homepage-blog-and-press__tab{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.homepage-blog-and-press__card-header .homepage-blog-and-press__tab{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.homepage-blog-and-press__card-header .homepage-blog-and-press__tab{font-size:17px;line-height:24px}}@media (min-width:768px){.homepage-blog-and-press__card-header .homepage-blog-and-press__tab{padding:3.125vw}}@media (min-width:1024px){.homepage-blog-and-press__card-header .homepage-blog-and-press__tab{padding:1.66667vw}}@media (min-width:1440px){.homepage-blog-and-press__card-header .homepage-blog-and-press__tab{padding:24px}}.homepage-blog-and-press__card-header .homepage-blog-and-press__tab.active{color:#121212;background-color:#fff}.homepage-blog-and-press__card-header .homepage-blog-and-press__tab:not(.active):hover{color:#121212;cursor:pointer;background-color:#eeffa8}.homepage-blog-and-press__list{flex-direction:column;min-height:50vh;display:flex}.homepage-blog-and-press__item{cursor:pointer;background-color:#fff;border:1px solid #e3e3e333;flex-direction:column;padding:9.375vw 6.25vw;display:flex;position:relative}.homepage-blog-and-press__item:not(.active) .homepage-blog-and-press__item-header,.homepage-blog-and-press__item:not(.active) .homepage-blog-and-press__item-title{opacity:.6}.homepage-blog-and-press__item.active .homepage-blog-and-press__item-header{opacity:1}@media (min-width:768px){.homepage-blog-and-press__item{padding:3.90625vw}}@media (min-width:1024px){.homepage-blog-and-press__item{padding:4.16667vw}}@media (min-width:1440px){.homepage-blog-and-press__item{padding:60px}}.homepage-blog-and-press__item-container{opacity:1;align-items:center;transition:opacity 1s;display:flex}.homepage-blog-and-press__item-container.fade-in{animation:1s forwards fadeIn}.homepage-blog-and-press__item-header{color:#121212;flex-direction:column;row-gap:3.125vw;margin-bottom:6.25vw;transition:opacity .3s;display:flex}@media (min-width:768px){.homepage-blog-and-press__item-header{flex-direction:row;align-items:center;gap:2.60417vw;margin-bottom:2.60417vw}}@media (min-width:1024px){.homepage-blog-and-press__item-header{gap:1.38889vw;margin-bottom:1.38889vw}}@media (min-width:1440px){.homepage-blog-and-press__item-header{gap:20px;margin-bottom:20px}}.homepage-blog-and-press__item-header .homepage-blog-and-press__divider{background-color:#121212;width:2px;height:10px;display:none}@media (min-width:768px){.homepage-blog-and-press__item-header .homepage-blog-and-press__divider{display:block}}.homepage-blog-and-press__item-header .homepage-blog-and-press__date{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;font-size:3.4375vw;font-weight:500;line-height:5vw;transition:color .3s;position:relative}@media (min-width:768px){.homepage-blog-and-press__item-header .homepage-blog-and-press__date{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.homepage-blog-and-press__item-header .homepage-blog-and-press__date{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-blog-and-press__item-header .homepage-blog-and-press__date{font-size:13px;line-height:20px}}.homepage-blog-and-press__item-header .homepage-blog-and-press__link{color:#121212;cursor:pointer;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:3.75vw;padding:3.75vw 0;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:color .3s;display:inline-flex}@media (min-width:768px){.homepage-blog-and-press__item-header .homepage-blog-and-press__link{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.homepage-blog-and-press__item-header .homepage-blog-and-press__link{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.homepage-blog-and-press__item-header .homepage-blog-and-press__link{font-size:15px;line-height:20px}}@media (min-width:768px){.homepage-blog-and-press__item-header .homepage-blog-and-press__link{gap:1.5625vw;padding:1.5625vw 0}}@media (min-width:1024px){.homepage-blog-and-press__item-header .homepage-blog-and-press__link{gap:.833333vw;padding:.833333vw 0}}@media (min-width:1440px){.homepage-blog-and-press__item-header .homepage-blog-and-press__link{gap:12px;padding:12px 0}}.homepage-blog-and-press__item-header .homepage-blog-and-press__link:hover{color:#ffa978}.homepage-blog-and-press__item-header .homepage-blog-and-press__link:hover svg{transform:translate(1.875vw)}@media (min-width:768px){.homepage-blog-and-press__item-header .homepage-blog-and-press__link:hover svg{transform:translate(.78125vw)}}@media (min-width:1024px){.homepage-blog-and-press__item-header .homepage-blog-and-press__link:hover svg{transform:translate(.416667vw)}}@media (min-width:1440px){.homepage-blog-and-press__item-header .homepage-blog-and-press__link:hover svg{transform:translate(6px)}}.homepage-blog-and-press__item-header .homepage-blog-and-press__link svg{width:4.6875vw;transition:transform .3s}@media (min-width:768px){.homepage-blog-and-press__item-header .homepage-blog-and-press__link svg{width:1.95313vw}}@media (min-width:1024px){.homepage-blog-and-press__item-header .homepage-blog-and-press__link svg{width:1.04167vw}}@media (min-width:1440px){.homepage-blog-and-press__item-header .homepage-blog-and-press__link svg{width:15px}}.homepage-blog-and-press__item-text .homepage-blog-and-press__item-title{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;font-size:6.25vw;font-weight:500;line-height:8.75vw;transition:opacity .4s}@media (min-width:768px){.homepage-blog-and-press__item-text .homepage-blog-and-press__item-title{font-size:3.125vw;line-height:4.16667vw}}@media (min-width:1024px){.homepage-blog-and-press__item-text .homepage-blog-and-press__item-title{font-size:2.22222vw;line-height:3.05556vw}}@media (min-width:1440px){.homepage-blog-and-press__item-text .homepage-blog-and-press__item-title{font-size:32px;line-height:44px}}@media (min-width:768px){.homepage-blog-and-press__item-text .homepage-blog-and-press__item-title{padding-right:4.16667vw}}@media (min-width:1024px){.homepage-blog-and-press__item-text .homepage-blog-and-press__item-title{padding-right:2.22222vw}}@media (min-width:1440px){.homepage-blog-and-press__item-text .homepage-blog-and-press__item-title{padding-right:32px}}.homepage-blog-and-press__item .homepage-blog-and-press__item-image{object-fit:cover;opacity:0;transition:opacity .7s;display:none}.homepage-blog-and-press__item .homepage-blog-and-press__item-image.visible{opacity:1}@media (min-width:768px){.homepage-blog-and-press__item .homepage-blog-and-press__item-image{border-radius:16px;flex-shrink:0;width:22.9167vw;height:13.0208vw;margin-left:auto;display:flex}}@media (min-width:1024px){.homepage-blog-and-press__item .homepage-blog-and-press__item-image{border-radius:24px;width:17.6389vw;height:10vw}}@media (min-width:1440px){.homepage-blog-and-press__item .homepage-blog-and-press__item-image{width:254px;height:144px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.application{color:#f5f5f5;background-color:#121212;border-radius:20px;padding:25vw 6.25vw}@media (min-width:768px){.application{border-radius:40px;padding:15.625vw 3.90625vw}}@media (min-width:1024px){.application{width:calc(100% - 8.33333vw);margin-left:auto;margin-right:auto;padding:8.33333vw 12.6389vw 7.63889vw 33.3333vw}}@media (min-width:1440px){.application{width:calc(100% - 120px);padding:120px 182px 110px 480px}}.application h3{margin-bottom:9.375vw}@media (min-width:768px){.application h3{margin-bottom:3.90625vw}}@media (min-width:1024px){.application h3{margin-bottom:2.08333vw}}@media (min-width:1440px){.application h3{margin-bottom:30px}}@media (min-width:768px){.application form{flex-direction:column;display:flex}}.application input,.application textarea{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;background:0 0;border:none;border-bottom:1px solid #f5f5f5;border-radius:0;width:100%;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.application input,.application textarea{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.application input,.application textarea{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.application input,.application textarea{font-size:14px;line-height:22px}}.application input{margin-bottom:9.375vw;padding:3.125vw 3.125vw 3.125vw 0}@media (min-width:768px){.application input{width:calc(50% - 1.95313vw);margin-bottom:3.90625vw;padding:2.08333vw 2.08333vw 2.08333vw 0}}@media (min-width:1024px){.application input{width:calc(50% - 1.04167vw);margin-bottom:2.08333vw;padding:1.11111vw 1.11111vw 1.11111vw 0}}@media (min-width:1440px){.application input{width:calc(50% - 15px);margin-bottom:30px;padding:16px 16px 16px 0}}@media (min-width:768px){.application input:nth-of-type(odd){margin-right:3.90625vw}}@media (min-width:1024px){.application input:nth-of-type(odd){margin-right:2.08333vw}}@media (min-width:1440px){.application input:nth-of-type(odd){margin-right:30px}}.application textarea{height:28.125vw;margin-bottom:6.25vw}@media (min-width:768px){.application textarea{height:14.3229vw;margin-bottom:3.90625vw}}@media (min-width:1024px){.application textarea{height:7.63889vw;margin-bottom:2.08333vw}}@media (min-width:1440px){.application textarea{height:110px;margin-bottom:30px}}.application a{color:#f5f5f5}.application a:hover{text-decoration:underline}.application input[type=checkbox]{vertical-align:middle;width:auto;margin:0 2.5vw 0 0;display:inline-block}@media (min-width:768px){.application input[type=checkbox]{margin-right:1.04167vw}}@media (min-width:1024px){.application input[type=checkbox]{margin-right:.555556vw}}@media (min-width:1440px){.application input[type=checkbox]{margin-right:8px}}.application__terms{margin-bottom:6.25vw}@media (min-width:768px){.application__terms{margin-bottom:3.90625vw}}@media (min-width:1024px){.application__terms{margin-bottom:2.08333vw}}@media (min-width:1440px){.application__terms{margin-bottom:30px}}.application button:hover{background-color:#c4ffc2}.application button:disabled{opacity:.5}.footer{clear:both;color:#121212;z-index:2;background-color:#f5f5f5;padding:0 6.25vw 22.5vw;position:relative}@media (min-width:768px){.footer{padding:0 3.90625vw 10.4167vw}}@media (min-width:1024px){.footer{padding:0 0 5.55556vw}}@media (min-width:1440px){.footer{padding:0 0 80px}}.ecosystems-page .footer,.page-home .footer,.solutions-page .footer{padding-top:25vw}@media (min-width:768px){.ecosystems-page .footer,.page-home .footer,.solutions-page .footer{padding-top:7.8125vw}}@media (min-width:1024px){.ecosystems-page .footer,.page-home .footer,.solutions-page .footer{padding-top:4.16667vw}}@media (min-width:1440px){.ecosystems-page .footer,.page-home .footer,.solutions-page .footer{padding-top:60px}}@media (min-width:1024px){.careers-page .footer{padding-top:4.16667vw}}@media (min-width:1440px){.careers-page .footer{padding-top:60px}}.footer h6{margin-bottom:1.25vw}@media (min-width:768px){.footer h6{margin-bottom:.520833vw}}.footer p{color:#12121266;margin-bottom:6.25vw}@media (min-width:768px){.footer p{margin-bottom:3.90625vw}}@media (min-width:1024px){.footer p{margin-bottom:2.08333vw}}@media (min-width:1440px){.footer p{margin-bottom:30px}}.footer form{margin-bottom:18.75vw}@media (min-width:768px){.footer form{margin-bottom:5.20833vw;padding-right:19.5313vw;display:flex}}@media (min-width:1024px){.footer form{width:44.5833vw;margin-bottom:0;padding-right:0}}@media (min-width:1440px){.footer form{width:642px}}.footer input{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;border:0;border-radius:0;width:100%;padding:1.875vw 5vw;font-size:3.75vw;font-weight:400;line-height:5.625vw;display:block}@media (min-width:768px){.footer input{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.footer input{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.footer input{font-size:14px;line-height:22px}}@media (min-width:768px){.footer input{width:30.599vw;padding:1.17188vw 2.08333vw}}@media (min-width:1024px){.footer input{padding:.625vw 1.11111vw}}@media (min-width:1440px){.footer input{padding:9px 16px}}.footer input:last-of-type{border-top:1px solid #e3e3e3}@media (min-width:768px){.footer input:last-of-type{border-top:none;border-left:1px solid #e3e3e3}}.footer input::placeholder{color:#0006}.footer button{cursor:pointer;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;background-color:#fff;border:0;border-top:1px solid #e3e3e3;padding:3.125vw 5vw;font-size:3.4375vw;font-weight:500;line-height:5vw;transition:background-color .3s}@media (min-width:768px){.footer button{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.footer button{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.footer button{font-size:13px;line-height:20px}}@media (min-width:768px){.footer button{border-top:none;border-left:1px solid #e3e3e3;padding:1.30208vw 2.08333vw}}@media (min-width:1024px){.footer button{padding:.694444vw 1.11111vw}}@media (min-width:1440px){.footer button{padding:10px 16px}}.footer button:hover{background-color:#eeffa8}.footer hr{border:0;border-top:1px solid #e3e3e3;height:1px;margin:0 0 18.75vw}@media (min-width:768px){.footer hr{margin-bottom:7.8125vw}}@media (min-width:1024px){.footer hr{max-width:91.6667vw;margin-bottom:4.16667vw;margin-left:auto;margin-right:auto}}@media (min-width:1440px){.footer hr{max-width:1320px;margin-bottom:60px}}@media (min-width:1024px){.careers-page .footer hr{display:none}}.footer .logo{width:15.1625vw;margin-bottom:9.375vw}@media (min-width:768px){.footer .logo{width:7.68229vw;margin-bottom:3.90625vw}}@media (min-width:1024px){.footer .logo{width:4.16667vw;margin-bottom:0}}@media (min-width:1440px){.footer .logo{width:60px}}.footer__disclaimer{color:#121212b3;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;text-align:left;margin:9.375vw 6.25vw;padding-bottom:20px;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.footer__disclaimer{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.footer__disclaimer{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.footer__disclaimer{font-size:14px;line-height:22px}}@media (min-width:768px){.footer__disclaimer{margin:5.20833vw 3.90625vw;padding-bottom:20px}}@media (min-width:1024px){.footer__disclaimer{max-width:91.6667vw;margin:0 auto 2.08333vw;padding:0 4.16667vw 20px}}@media (min-width:1440px){.footer__disclaimer{max-width:1320px;margin-bottom:30px;padding:0 60px 20px}}.footer__copyright{color:#0006;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;margin-top:9.375vw;padding-right:12.5vw;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.footer__copyright{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.footer__copyright{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.footer__copyright{font-size:13px;line-height:20px}}@media (min-width:768px){.footer__copyright{margin-top:7.8125vw;padding-right:0}}@media (min-width:1024px){.footer__copyright{margin-top:0;position:absolute;bottom:0;right:3.05556vw}}@media (min-width:1440px){.footer__copyright{right:44px}}.footer__newsletter-wrapper h5{margin-bottom:9.375vw}@media (min-width:768px){.footer__newsletter-wrapper h5{margin-bottom:3.90625vw}}@media (min-width:1024px){.footer__newsletter-wrapper h5{margin-bottom:0}}.footer__newsletter-wrapper h6{margin-bottom:3.125vw}@media (min-width:768px){.footer__newsletter-wrapper h6{margin-bottom:1.30208vw}}@media (min-width:1024px){.footer__newsletter-wrapper h6{margin-bottom:.694444vw}}@media (min-width:1440px){.footer__newsletter-wrapper h6{margin-bottom:10px}}@media (min-width:768px){.footer__wrapper{padding-right:19.5313vw}}@media (min-width:1024px){.footer__container{justify-content:space-between;margin-left:auto;margin-right:auto;padding:0 4.16667vw;display:flex;position:relative}}@media (min-width:1440px){.footer__container{max-width:1440px;padding:0 60px}}@media (min-width:1024px){.footer__content{flex-direction:column;justify-content:space-between;height:34.7222vw;display:flex}}@media (min-width:1440px){.footer__content{height:500px}}.navigation{-webkit-backdrop-filter:blur(16px)opacity()brightness(101%);backdrop-filter:blur(16px)opacity()brightness(101%);mix-blend-mode:difference;will-change:transform;z-index:999;background-color:#1212121a;width:100%;height:16.875vw;transition:top .5s,transform .5s,-webkit-backdrop-filter .5s,backdrop-filter .5s;position:fixed;top:0;left:0}@media (min-width:768px){.navigation{height:12.2396vw}}@media (min-width:1024px){.navigation{height:7.22222vw}}@media (min-width:1440px){.navigation{height:104px}}@supports ((-webkit-backdrop-filter:blur(0))){.navigation{-webkit-backdrop-filter:none;backdrop-filter:none;mix-blend-mode:normal;background-color:#0000}.navigation__backdrop{-webkit-backdrop-filter:blur(16px)opacity();z-index:-1;position:absolute;inset:0}}.navigation .logo{opacity:0;width:4.0625vw;animation:.3s .1s forwards logoEnter}@media (min-width:768px){.navigation .logo{width:7.68229vw}}@media (min-width:1024px){.navigation .logo{width:4.16667vw}}@media (min-width:1440px){.navigation .logo{width:60px}}.navigation--banner-active{top:60px}.navigation__coming-soon>div{opacity:.5}.navigation__bar{justify-content:space-between;align-items:center;padding:6.25vw;display:flex}@media (min-width:768px){.navigation__bar{padding:4.6875vw}}@media (min-width:1024px){.navigation__bar{margin-left:auto;margin-right:auto;padding:1.94444vw 4.16667vw;transition:background-color .3s}}@media (min-width:1440px){.navigation__bar{max-width:1440px;padding:28px 60px}}.navigation--mobile-nav-open .navigation__bar{background-color:#121212}.navigation__menu{align-items:center;display:flex}.navigation__menu .contact-us-btn{color:#121212;cursor:pointer;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background:#fff;border:1px solid #0000;border-radius:720px;padding:12px 24px;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:all .3s}@media (min-width:768px){.navigation__menu .contact-us-btn{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.navigation__menu .contact-us-btn{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.navigation__menu .contact-us-btn{font-size:15px;line-height:20px}}.navigation--open .navigation__menu .contact-us-btn{color:#121212}.navigation__menu button{color:#f5f5f5;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;background:0 0;border:none;align-items:center;margin-left:3.125vw;padding:0;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.navigation__menu button{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.navigation__menu button{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.navigation__menu button{font-size:14px;line-height:22px}}@supports ((-webkit-backdrop-filter:blur(0))){.navigation:not(.navigation--open) .navigation__menu button:not(.active){mix-blend-mode:difference}}@media (min-width:768px){.navigation__menu button{margin-left:7.16146vw}}@media (min-width:1024px){.navigation__menu button{margin-left:3.05556vw}}@media (min-width:1440px){.navigation__menu button{margin-left:44px}}.navigation--open .navigation__menu button{color:#1212124d}.navigation__menu button.active{color:#121212}@media (min-width:768px){.navigation__menu button.active svg{transform:rotate(-180deg)}.navigation__menu li button{display:flex}}.navigation__menu svg{display:none}@media (min-width:768px){.navigation__menu svg{vertical-align:middle;width:1.82292vw;margin-left:.911458vw;transition:transform .3s;display:inline-block}}@media (min-width:1024px){.navigation__menu svg{width:.972222vw;margin-left:.486111vw}}@media (min-width:1440px){.navigation__menu svg{width:14px;margin-left:7px}}.navigation__close svg{display:block}@media (min-width:1024px){.navigation__close{display:none}}.navigation__preview .body-small{line-clamp:2;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.navigation__panel{height:calc(100svh - 18.125vw);overflow-y:auto}@media (min-width:768px){.navigation__panel{flex-direction:row;height:calc(100vh - 14.5833vw);padding:0 3.90625vw}}@media (min-width:1024px){.navigation__panel{height:calc(100vh - 10.0694vw);max-height:1000px;margin-left:auto;margin-right:auto;padding:0 4.16667vw}}@media (min-width:1440px){.navigation__panel{max-width:1440px;height:calc(100vh - 145px);padding:0 60px}}.navigation__panel ul{background-color:#fff;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.navigation__panel ul{border-radius:48px;flex-wrap:wrap}}.navigation__panel li{border-top:1px solid #e3e3e3;transition:background-color .3s,transform .3s,opacity .3s}.navigation__panel li:hover{background-color:#c4ffc2}.navigation__panel li:nth-of-type(2):hover{background-color:#ffa978}.navigation__panel li:nth-of-type(3):hover{background-color:#ffe2fc}.navigation__panel li:nth-of-type(4):hover{background-color:#ffe092}.navigation__panel li:nth-of-type(5):hover{background-color:#eeffa8}.navigation__panel li:nth-of-type(7):hover{background-color:#c4ffc2}.navigation__panel li:nth-of-type(8):hover{background-color:#ffa978}.navigation--open .navigation__panel li{opacity:1;transform:translate(0)}.nav-enter .navigation__panel li{opacity:0;max-height:0}.navigation__panel .navigation__coming-soon>div,.navigation__panel a{color:#121212;background-size:0;flex-direction:column;justify-content:space-between;height:100%;padding:6.25vw;display:flex}@media (min-width:768px){.navigation__panel .navigation__coming-soon>div,.navigation__panel a{padding:3.90625vw}}@media (min-width:1024px){.navigation__panel .navigation__coming-soon>div,.navigation__panel a{padding:2.08333vw}}@media (min-width:1440px){.navigation__panel .navigation__coming-soon>div,.navigation__panel a{padding:30px}}.navigation__panel .navigation__coming-soon>div svg,.navigation__panel a svg{transition:all .3s}@media (min-width:1024px){.navigation__panel .navigation__coming-soon>div svg,.navigation__panel a svg{opacity:0}}.navigation__panel .navigation__coming-soon>div:hover,.navigation__panel a:hover{mix-blend-mode:multiply}@media (min-width:1024px){.navigation__panel .navigation__coming-soon>div:hover svg,.navigation__panel a:hover svg{opacity:1}}.navigation__panel .navigation__coming-soon>div:hover svg,.navigation__panel a:hover svg{transform:translate(4px)}.navigation__panel .navigation__coming-soon>div.cta,.navigation__panel a.cta{flex-direction:row;align-items:center;display:flex}.navigation__panel div.cta{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;font-size:3.75vw;font-weight:600;line-height:5.625vw}@media (min-width:768px){.navigation__panel div.cta{font-size:1.95313vw;line-height:2.60417vw}}@media (min-width:1024px){.navigation__panel div.cta{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.navigation__panel div.cta{font-size:15px;line-height:20px}}@media (min-width:768px){.navigation__panel svg{color:#121212}}.navigation__panel--get-started ul{display:grid}@media (min-width:1024px){.navigation__panel--get-started ul{background:#e3e3e3;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);gap:1px}}.navigation__panel--get-started li{background:#fff;border:none;height:100%}@media (min-width:1024px){.navigation__panel--get-started li:first-child{grid-area:1/1}.navigation__panel--get-started li:nth-child(2){grid-area:1/2}.navigation__panel--get-started li:nth-child(3){grid-area:1/3/span 2}.navigation__panel--get-started li:nth-child(4){grid-area:2/1}.navigation__panel--get-started li:nth-child(5){grid-area:2/2}.navigation__panel--get-started li.ecosystems-case{position:relative}.navigation__panel--get-started li.ecosystems-case:after{content:"";pointer-events:none;z-index:-1;background-image:url(/paraloom-base/nav-ecosystems-bg.webp);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;position:absolute;inset:0}}.navigation__panel--solutions .navigation__panel-content p{width:100%}@media (min-width:1024px){.navigation__panel--solutions .navigation__panel-content p{max-width:22.5694vw}}@media (min-width:768px){.navigation__panel--solutions .navigation__panel-content p{max-width:325px}}.navigation__panel--solutions ul{display:grid}@media (min-width:1024px){.navigation__panel--solutions ul{background:#e3e3e3;grid-template-columns:repeat(2,1fr);gap:1px}}.navigation__panel--solutions li{background:#fff;border:none;height:100%}@media (min-width:1024px){.navigation__panel--solutions li.usad-case{position:relative}.navigation__panel--solutions li.usad-case:after{content:"";pointer-events:none;z-index:-1;background-image:url(/paraloom-base/nav-solutions-bg.webp);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;position:absolute;inset:0}}.navigation__panel--developers ul{display:grid}@media (min-width:1024px){.navigation__panel--developers ul{background:#e3e3e3;grid-template-rows:1fr 1fr 5.55556vw;grid-template-columns:repeat(2,1fr);gap:1px}}@media (min-width:1440px){.navigation__panel--developers ul{grid-template-rows:1fr 1fr 80px}}.navigation__panel--developers li{background:#fff;border:none;height:100%}.navigation__panel--developers li .text-medium{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;font-size:4.375vw;font-weight:500;line-height:6.875vw}@media (min-width:768px){.navigation__panel--developers li .text-medium{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.navigation__panel--developers li .text-medium{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.navigation__panel--developers li .text-medium{font-size:17px;line-height:24px}}.navigation__panel--resources ul{display:grid}@media (min-width:1024px){.navigation__panel--resources ul{background:#e3e3e3;grid-template-rows:1fr 1fr 5.55556vw;grid-template-columns:repeat(3,1fr);gap:1px}}@media (min-width:1440px){.navigation__panel--resources ul{grid-template-rows:1fr 1fr 80px}}.navigation__panel--resources li{background:#fff;border:none;height:100%}.navigation__panel--resources li .text-medium{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;font-size:4.375vw;font-weight:500;line-height:6.875vw}@media (min-width:768px){.navigation__panel--resources li .text-medium{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.navigation__panel--resources li .text-medium{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.navigation__panel--resources li .text-medium{font-size:17px;line-height:24px}}@media (min-width:1024px){.navigation__panel--resources li.events-case{position:relative}.navigation__panel--resources li.events-case:after{content:"";pointer-events:none;z-index:-1;background-image:url(/paraloom-base/nav-resources-bg.webp);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;position:absolute;inset:0}.navigation__panel--resources li:first-child{grid-area:1/1}.navigation__panel--resources li:nth-child(2){grid-area:1/2/span 2}.navigation__panel--resources li:nth-child(3){grid-area:1/3/span 2}.navigation__panel--resources li:nth-child(3):hover{background-color:#eeffa8}.navigation__panel--resources li:nth-child(4){grid-area:2/1}.navigation__panel--resources li:nth-child(4):hover{background-color:#ffe2fc}.navigation__panel--resources li:nth-child(5){grid-area:3/1}.navigation__panel--resources li:nth-child(6){grid-area:3/2}.navigation__panel--resources li:nth-child(6):hover{background-color:#ffe092}.navigation__panel--resources li:nth-child(7){grid-area:3/3}.navigation__panel--resources li:nth-child(7):hover{background-color:#ffe2fc}}.navigation__panel-content{flex-direction:column;display:flex}.navigation__panel-content h5{font-family:var(--font-jetbrains);margin-bottom:3.125vw}@media (min-width:768px){.navigation__panel-content h5{margin-bottom:1.30208vw}}.navigation__panel-content p.body-small{font-family:var(--font-jetbrains)}.navigation__panel-section{flex-direction:column;justify-content:space-between;margin-top:3.125vw;display:flex}@media (min-width:768px){.navigation__panel-section{justify-content:flex-start;gap:2.60417vw;margin-top:3.25521vw;margin-bottom:6.51042vw}}@media (min-width:1024px){.navigation__panel-section{gap:2.08333vw;margin-top:1.73611vw;margin-bottom:3.47222vw}}@media (min-width:1440px){.navigation__panel-section{gap:30px;margin-top:25px;margin-bottom:50px}}.navigation__panel-arrow{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:right;text-transform:uppercase;justify-content:flex-end;align-items:center;font-size:3.75vw;font-weight:600;line-height:5.625vw;display:flex}@media (min-width:768px){.navigation__panel-arrow{font-size:1.95313vw;line-height:2.60417vw}}@media (min-width:1024px){.navigation__panel-arrow{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.navigation__panel-arrow{font-size:15px;line-height:20px}}@media (min-width:768px){.navigation__panel-arrow{color:#121212}}@media (min-width:1024px){.navigation__panel-arrow{opacity:0}a:hover .navigation__panel-arrow{opacity:1}}.navigation__panel-arrow svg{margin-left:3.125vw}@media (min-width:768px){.navigation__panel-arrow svg{margin-left:1.30208vw}}@media (min-width:1024px){.navigation__panel-arrow svg{margin-left:.694444vw}}@media (min-width:1440px){.navigation__panel-arrow svg{margin-left:10px}}.navigation__panel--get-started .navigation__panel-arrow{color:#121212}.navigation__mobile-nav-list{-ms-overflow-style:none;scrollbar-width:none;background-color:#121212;flex-direction:column;height:100svh;padding-bottom:15vw;display:flex;overflow-y:auto}.navigation__mobile-nav-list::-webkit-scrollbar{background:0 0;width:0}@media (min-width:768px){.navigation__mobile-nav-list{padding-bottom:7.8125vw}}.navigation__mobile-nav-list .contact-us__wrapper{align-self:center;width:calc(100% - 12.5vw);margin-top:auto;padding:10vw 0}@media (min-width:768px){.navigation__mobile-nav-list .contact-us__wrapper{width:31.25vw}}.navigation__mobile-nav-list .contact-us__wrapper .contact-us-btn{color:#121212;cursor:pointer;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;background:#fff;border:none;border-radius:720px;width:100%;padding:6.25vw;font-size:4.0625vw;font-weight:600;line-height:5.625vw}@media (min-width:768px){.navigation__mobile-nav-list .contact-us__wrapper .contact-us-btn{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.navigation__mobile-nav-list .contact-us__wrapper .contact-us-btn{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.navigation__mobile-nav-list .contact-us__wrapper .contact-us-btn{font-size:15px;line-height:20px}}@media (min-width:768px){.navigation__mobile-nav-list .contact-us__wrapper .contact-us-btn{padding:3.64583vw;font-size:2.60417vw}}.navigation__mobile-nav-list ul{padding:0 5vw}.navigation__mobile-nav-list ul>li:first-child>a{border-top-left-radius:24px;border-top-right-radius:24px}.navigation__mobile-nav-list ul>li:last-child>a{border-bottom-right-radius:24px;border-bottom-left-radius:24px}.navigation__mobile-nav-list a{color:#121212;background-color:#fff;border-bottom:1.5px solid #121212;padding:6.25vw;display:block}@media (min-width:768px){.navigation__mobile-nav-list a{padding:3.90625vw}}@media (min-width:1024px){.navigation__mobile-nav-list a{padding:2.08333vw}}@media (min-width:1440px){.navigation__mobile-nav-list a{padding:30px}}.navigation__mobile-nav-list h5,.navigation__mobile-nav-list p.body-small{margin-bottom:3.125vw}@media (min-width:768px){.navigation__mobile-nav-list h5,.navigation__mobile-nav-list p.body-small{margin-bottom:1.30208vw}}@media (min-width:1024px){.navigation__mobile-nav-list h5,.navigation__mobile-nav-list p.body-small{margin-bottom:.694444vw}}@media (min-width:1440px){.navigation__mobile-nav-list h5,.navigation__mobile-nav-list p.body-small{margin-bottom:10px}}.navigation__mobile-nav-list a.navigation__mobile-nav-single{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;justify-content:space-between;align-items:center;font-size:3.75vw;font-weight:600;line-height:5.625vw;display:flex}@media (min-width:768px){.navigation__mobile-nav-list a.navigation__mobile-nav-single{font-size:1.95313vw;line-height:2.60417vw}}@media (min-width:1024px){.navigation__mobile-nav-list a.navigation__mobile-nav-single{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.navigation__mobile-nav-list a.navigation__mobile-nav-single{font-size:15px;line-height:20px}}.navigation__mobile-nav-list a.navigation__mobile-nav-single h5{font-family:var(--font-inter),Arial,sans-serif;margin-bottom:0;font-size:5vw;font-weight:500;line-height:7.5vw}@media (min-width:768px){.navigation__mobile-nav-list a.navigation__mobile-nav-single h5{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.navigation__mobile-nav-list a.navigation__mobile-nav-single h5{font-size:1.11111vw;line-height:1.66667vw}}@media (min-width:1440px){.navigation__mobile-nav-list a.navigation__mobile-nav-single h5{font-size:16px;line-height:24px}}@media (min-width:768px){.navigation__mobile-nav-list a.navigation__mobile-nav-single h5{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;font-size:5.625vw;font-weight:500;line-height:7.5vw}}@media (min-width:768px) and (min-width:768px){.navigation__mobile-nav-list a.navigation__mobile-nav-single h5{font-size:2.47396vw;line-height:3.38542vw}}@media (min-width:768px) and (min-width:1024px){.navigation__mobile-nav-list a.navigation__mobile-nav-single h5{font-size:1.52778vw;line-height:2.08333vw}}@media (min-width:768px) and (min-width:1440px){.navigation__mobile-nav-list a.navigation__mobile-nav-single h5{font-size:22px;line-height:30px}}.navigation__mobile-nav-list>li:last-of-type ul>li:last-of-type a{padding-bottom:18.75vw}@media (min-width:768px){.navigation__mobile-nav-list>li:last-of-type ul>li:last-of-type a{padding-bottom:7.8125vw}}.navigation__mobile-trigger{background:0 0;border:none;padding:0}.navigation__mobile-trigger svg{width:4.6875vw}@media (min-width:768px){.navigation__mobile-trigger svg{width:2.86458vw;height:2.86458vw}}@supports ((-webkit-backdrop-filter:blur(0))){.navigation__mobile-trigger svg{mix-blend-mode:difference}}.navigation__mobile-nav-arrow{text-align:right}.navigation__mobile-nav-header{color:#f5f5f5;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:6.25vw;font-size:10vw;display:flex}@media (min-width:768px){.navigation__mobile-nav-header{padding:2.60417vw 3.90625vw;font-size:5.46875vw}}.navigation__mobile-nav-header svg{width:4.6875vw;transition:transform .3s}.navigation__mobile-nav-header--active svg{transform:rotate(-180deg)}.navigation__whisper{color:#12121266}.navigation__whisper.label{margin-bottom:3.125vw}@media (min-width:768px){.navigation__whisper.label{margin-bottom:1.30208vw}}@media (min-width:1024px){.navigation__whisper.label{margin-bottom:0}}.navigation--hidden{transform:translateY(-100%)}.navigation--open{mix-blend-mode:normal;z-index:9999;background-color:#fff;height:100vh;top:0;overflow:hidden;transform:none}@media (min-width:768px){.navigation--open{background-color:#f5f5f5}}@media (min-width:1024px){.navigation--open{transition:top .5s,transform .5s,background-color .3s}}.navigation--mobile-nav-open{mix-blend-mode:normal}@media (min-width:768px){.navigation--mobile-nav-open{mix-blend-mode:none}}.navigation .nav-dropdown-enter{opacity:0}.navigation .nav-dropdown-enter.nav-dropdown-enter-active{opacity:1;transition:all .3s}.navigation .nav-dropdown-leave{opacity:1}.navigation .nav-dropdown-leave.nav-dropdown-leave-active{opacity:0;transition:all .3s}@media (min-width:1024px){.navigation .navigation-enter{opacity:0;transform:translate(-50px)}.navigation .navigation-enter.navigation-enter-active{opacity:1;transition:all .3s;transform:translate(0)}.navigation .navigation-leave{opacity:1;transform:translate(0)}.navigation .navigation-leave.navigation-leave-active{opacity:0;transition:all .3s;transform:translate(-50px)}}@keyframes logoEnter{0%{opacity:0}to{opacity:1}}.react-modal__overlay{z-index:1000;background-color:#12121299;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:visible}.react-modal__content{background-color:#fff;border-radius:20px;outline:none;flex-direction:column;width:calc(100% - 10vw);max-height:95vh;padding:6.25vw 5vw 0;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.react-modal__content{border-radius:40px;width:calc(100% - 7.8125vw);max-width:1024px;padding:5.20833vw 5.20833vw 0}}@media (min-width:1024px){.react-modal__content{border-radius:80px;width:calc(100% - 8.33333vw);padding:4.16667vw 4.16667vw 0}}@media (min-width:1440px){.react-modal__content{width:100%;padding:60px 60px 0}}.modal-close-btn{cursor:pointer;z-index:3;background:0 0;border:none;font-size:16px;position:absolute;top:3.75vw;right:3.75vw}@media (min-width:768px){.modal-close-btn{top:3.90625vw;right:3.90625vw}}@media (min-width:1024px){.modal-close-btn{top:2.77778vw;right:2.77778vw}}@media (min-width:1440px){.modal-close-btn{top:40px;right:40px}}.modal-close-btn svg{width:7.5vw;height:7.5vw}@media (min-width:768px){.modal-close-btn svg{width:5.72917vw;height:5.72917vw}}@media (min-width:1024px){.modal-close-btn svg{width:3.05556vw;height:3.05556vw}}@media (min-width:1440px){.modal-close-btn svg{width:44px;height:44px}}.content__wrapper{-ms-overflow-style:none;scrollbar-width:none;flex-direction:column;flex:auto;padding-bottom:6.25vw;display:flex;overflow-y:auto}@media (min-width:768px){.content__wrapper{padding-bottom:5.20833vw}}@media (min-width:1024px){.content__wrapper{padding-bottom:4.16667vw}}@media (min-width:1440px){.content__wrapper{padding-bottom:60px}}.content__wrapper::-webkit-scrollbar{background:0 0;width:0}.content__inner{flex-shrink:0}.spinner{vertical-align:middle;z-index:100;border:3px solid #0003;border-top-color:#000c;border-radius:50%;width:8.125vw;height:8.125vw;animation:1s linear infinite spin;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (min-width:768px){.spinner{width:3.38542vw;height:3.38542vw}}@media (min-width:1024px){.spinner{width:1.80556vw;height:1.80556vw}}@media (min-width:1440px){.spinner{width:26px;height:26px}}@keyframes spin{to{transform:translate(-50%,-50%)rotate(1turn)}}.dropdown{width:100%;display:inline-flex;position:relative}@media (min-width:768px){.dropdown{width:fit-content}}.dropdown__toggle{color:#fff;cursor:pointer;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;background:#1a1a1a;border:1px solid #333;border-radius:16px;outline:none;justify-content:space-between;align-items:center;gap:2.5vw;width:100%;min-width:31.25vw;height:15vw;padding:4.0625vw 5vw;font-size:3.75vw;font-weight:500;line-height:5.625vw;transition:color .4s,background .4s;display:flex}@media (min-width:768px){.dropdown__toggle{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.dropdown__toggle{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.dropdown__toggle{font-size:14px;line-height:22px}}@media (min-width:768px){.dropdown__toggle{gap:1.04167vw;min-width:20.8333vw;height:6.25vw;padding:1.69271vw 2.08333vw}}@media (min-width:1024px){.dropdown__toggle{gap:.555556vw;min-width:11.1111vw;height:3.33333vw;padding:.902778vw 1.11111vw}}@media (min-width:1440px){.dropdown__toggle{gap:8px;min-width:160px;height:48px;padding:13px 16px}}.dropdown .menu-open{background:#313131}.dropdown .selected-option{color:#121212;background:#c4ffc2}.dropdown .selected-option svg.close rect{fill:#121212;opacity:.1}.dropdown .selected-option .dropdown__clear{background-color:#0000;border:none;display:flex}.dropdown__selected{text-align:left;flex:1;align-items:center;gap:1.25vw;display:flex}@media (min-width:768px){.dropdown__selected{gap:.520833vw}}@media (min-width:1024px){.dropdown__selected{gap:.277778vw}}@media (min-width:1440px){.dropdown__selected{gap:4px}}.dropdown__chevron{width:3.75vw;height:3.75vw;transition:transform .3s}@media (min-width:768px){.dropdown__chevron{width:1.5625vw;height:1.5625vw}}@media (min-width:1024px){.dropdown__chevron{width:.833333vw;height:.833333vw}}@media (min-width:1440px){.dropdown__chevron{width:12px;height:12px}}.dropdown__chevron--open{transform:rotate(180deg)}.dropdown__option{cursor:pointer;align-items:center;width:fit-content;display:flex;position:relative}.dropdown__checkbox{display:none}.dropdown__checkbox-custom{border:1px solid #f5f5f5;border-radius:4px;width:4.375vw;height:4.375vw;margin-right:2.5vw;transition:all .2s;position:relative}.dropdown__checkbox-custom svg{width:5vw;height:5vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (min-width:768px){.dropdown__checkbox-custom{width:2.08333vw;height:2.08333vw;margin-right:1.04167vw}.dropdown__checkbox-custom svg{width:2.34375vw;height:2.34375vw}}@media (min-width:1024px){.dropdown__checkbox-custom{width:1.25vw;height:1.25vw;margin-right:.555556vw}.dropdown__checkbox-custom svg{width:1.38889vw;height:1.38889vw}}@media (min-width:1440px){.dropdown__checkbox-custom{width:18px;height:18px;margin-right:8px}.dropdown__checkbox-custom svg{width:20px;height:20px}}.dropdown__menu{z-index:100;background:#121212;border:1px solid #333;border-radius:16px;min-width:100%;margin:0;list-style:none;position:absolute;top:calc(100% + 2.5vw);left:0;overflow:hidden;box-shadow:0 2px 4px #1212121a}@media (min-width:768px){.dropdown__menu{top:calc(100% + 1.04167vw)}}@media (min-width:1024px){.dropdown__menu{top:calc(100% + .55556vw)}}@media (min-width:1440px){.dropdown__menu{top:calc(100% + 8px)}}.dropdown__item{cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;height:15vw;padding:3.75vw 7.5vw;display:flex}@media (min-width:768px){.dropdown__item{height:6.25vw;padding:1.5625vw 3.125vw}}@media (min-width:1024px){.dropdown__item{height:3.33333vw;padding:.833333vw 1.66667vw}}@media (min-width:1440px){.dropdown__item{height:48px;padding:12px 24px}}.dropdown__item--selected{background:#1a1a1a}.dropdown__item--multiple{padding:4.375vw}@media (min-width:768px){.dropdown__item--multiple{padding:1.82292vw}}@media (min-width:1024px){.dropdown__item--multiple{padding:.972222vw}}@media (min-width:1440px){.dropdown__item--multiple{padding:14px}}.dropdown__item-text{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;-webkit-user-select:none;user-select:none;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.dropdown__item-text{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.dropdown__item-text{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.dropdown__item-text{font-size:17px;line-height:24px}}.dropdown__item svg.selected{position:relative;right:-3.75vw}@media (min-width:768px){.dropdown__item svg.selected{right:-1.5625vw}}@media (min-width:1024px){.dropdown__item svg.selected{right:-.833333vw}}@media (min-width:1440px){.dropdown__item svg.selected{right:-12px}}.dropdown__item:hover{background:#313131}.toast-wrapper{border-radius:12px;align-items:center;gap:10px;width:90vw;display:flex;top:18.125vw;overflow:hidden;box-shadow:0 3px 10px -2px #14151a0d,0 10px 46px -3px #14151a0d;padding:0!important}@media (min-width:768px){.toast-wrapper{border-radius:16px;width:100%;top:12.7604vw}}@media (min-width:1024px){.toast-wrapper{top:6.80556vw}}@media (min-width:1440px){.toast-wrapper{top:98px}}.toast-notification__message-text{margin:0;padding:0}.toast-notification__message{opacity:0;background-color:#fff;border-radius:12px;align-items:center;gap:3.125vw;width:fit-content;padding:2.8125vw 4.6875vw;transition:opacity .7s;display:flex}@media (min-width:768px){.toast-notification__message{border-radius:16px;gap:1.30208vw;padding:.78125vw 2.08333vw}}@media (min-width:1024px){.toast-notification__message{gap:.694444vw;padding:.416667vw 1.11111vw}}@media (min-width:1440px){.toast-notification__message{gap:10px;padding:6px 16px}}.toast-notification__message svg{flex-shrink:0;width:7.5vw;height:7.5vw;display:flex}@media (min-width:768px){.toast-notification__message svg{width:3.64583vw;height:3.64583vw}}@media (min-width:1024px){.toast-notification__message svg{width:1.94444vw;height:1.94444vw}}@media (min-width:1440px){.toast-notification__message svg{width:28px;height:28px}}.toast-notification__message--visible{opacity:1}.toast-notification__message-text{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;text-align:left;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.toast-notification__message-text{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.toast-notification__message-text{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.toast-notification__message-text{font-size:14px;line-height:22px}}.search{text-align:center;width:100%;max-width:100%;position:relative}@media (min-width:1024px){.search{max-width:29.1667vw}}@media (min-width:1440px){.search{max-width:420px}}.search input{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;background:#fff;border:1px solid #e3e3e3;border-radius:16px;width:100%;height:15vw;padding:3.75vw 5vw 3.75vw 12.5vw;font-size:3.75vw;font-weight:400;line-height:5.625vw;transition:box-shadow .3s,border-color .3s}@media (min-width:768px){.search input{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.search input{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.search input{font-size:14px;line-height:22px}}@media (min-width:768px){.search input{height:6.25vw;padding:2.21354vw 2.08333vw 2.21354vw 5.46875vw}}@media (min-width:1024px){.search input{height:3.33333vw;padding:1.18056vw 1.11111vw 1.18056vw 2.91667vw}}@media (min-width:1440px){.search input{height:48px;padding:17px 16px 17px 42px}}.search input::placeholder{color:#000000b3;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.search input::placeholder{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.search input::placeholder{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.search input::placeholder{font-size:14px;line-height:22px}}.search input:hover{box-shadow:0 0 0 2px #c4ffc299}.search input:focus{border-color:#c4ffc2;outline:none;box-shadow:0 0 0 2px #c4ffc2cc}.search__icon{justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:5vw;transform:translateY(-50%)}@media (min-width:768px){.search__icon{left:2.08333vw}}@media (min-width:1024px){.search__icon{left:1.11111vw}}@media (min-width:1440px){.search__icon{left:16px}}.search__icon svg{width:6.25vw}@media (min-width:768px){.search__icon svg{width:2.60417vw}}@media (min-width:1024px){.search__icon svg{width:1.38889vw}}@media (min-width:1440px){.search__icon svg{width:20px}}.search__clear{color:#f5f5f5;cursor:pointer;background:0 0;border:none;align-self:center;padding:0;display:flex;position:absolute;top:50%;right:5vw;transform:translateY(-50%)}@media (min-width:768px){.search__clear{right:2.08333vw}}@media (min-width:1024px){.search__clear{right:1.11111vw}}@media (min-width:1440px){.search__clear{right:16px}}.search__clear:hover{color:#c4ffc2}.search__clear rect{fill:#fff}.search__clear g rect{fill:#000000b3}.search__clear svg{width:7.5vw}@media (min-width:768px){.search__clear svg{width:3.125vw}}@media (min-width:1024px){.search__clear svg{width:1.66667vw}}@media (min-width:1440px){.search__clear svg{width:24px}}.sitemap{grid-template-columns:1fr;gap:6.25vw;width:100%;margin-bottom:6.25vw;display:grid}@media (min-width:768px){.sitemap{grid-template-columns:repeat(3,1fr);gap:5.20833vw;margin-bottom:-4.16667vw;display:grid}}@media (min-width:1024px){.sitemap{grid-template-columns:repeat(4,1fr);gap:2.77778vw;width:55.9028vw;margin-bottom:0;position:absolute;right:4.16667vw}}@media (min-width:1440px){.sitemap{gap:40px;width:805px;right:60px}}.sitemap__column{justify-content:space-between;gap:6.25vw;width:100%;display:flex}@media (min-width:768px){.sitemap__column{flex-direction:column;justify-content:flex-start;gap:2.60417vw;width:28.6458vw}}@media (min-width:1024px){.sitemap__column{gap:1.38889vw;width:15.2778vw}}@media (min-width:1440px){.sitemap__column{gap:20px;width:220px}}.sitemap__column--2{flex-direction:column}.sitemap__column--2 .sitemap__section:last-child{margin-top:-2.5vw}@media (min-width:768px){.sitemap__column--2 .sitemap__section:last-child{margin-top:-1.04167vw}}@media (min-width:1024px){.sitemap__column--2 .sitemap__section:last-child{margin-top:-.694444vw}}@media (min-width:1440px){.sitemap__column--2 .sitemap__section:last-child{margin-top:-10px}}@media (min-width:1024px){.sitemap__column--3{width:11.1111vw}}@media (min-width:1440px){.sitemap__column--3{width:160px}}@media (min-width:1024px){.sitemap__column--4{width:5.90278vw}}@media (min-width:1440px){.sitemap__column--4{width:85px}}.sitemap__section{white-space:nowrap;flex-direction:column;width:37.5vw;display:flex}@media (min-width:768px){.sitemap__section{width:100%}}.sitemap__section:last-child{width:26.5625vw}@media (min-width:768px){.sitemap__section:last-child{width:100%}}.sitemap .label{margin-bottom:3.125vw}@media (min-width:768px){.sitemap .label{margin-bottom:1.30208vw}}@media (min-width:1024px){.sitemap .label{margin-bottom:.833333vw}}@media (min-width:1440px){.sitemap .label{margin-bottom:12px}}.sitemap a{color:#0006;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;width:fit-content;margin-bottom:1.875vw;font-size:3.75vw;font-weight:400;line-height:5.625vw;display:block}@media (min-width:768px){.sitemap a{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.sitemap a{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.sitemap a{font-size:14px;line-height:22px}}@media (min-width:768px){.sitemap a{margin-bottom:.78125vw}}@media (min-width:1024px){.sitemap a{margin-bottom:.555556vw}}@media (min-width:1440px){.sitemap a{margin-bottom:8px}}.sitemap a:hover{color:#121212}.social-share{flex-direction:column;margin-bottom:6.25vw;display:flex}@media (min-width:768px){.social-share{margin-bottom:4.16667vw}}@media (min-width:1024px){.social-share{margin-bottom:2.22222vw}}@media (min-width:1440px){.social-share{margin-bottom:32px}}.social-share__label{color:#12121299;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.social-share__label{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.social-share__label{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.social-share__label{font-size:13px;line-height:20px}}.social-share__wrapper{align-items:center;gap:7.5vw;margin-top:5vw;display:flex}@media (min-width:768px){.social-share__wrapper{gap:3.125vw;margin-top:2.60417vw}}@media (min-width:1024px){.social-share__wrapper{gap:1.66667vw;margin-top:1.38889vw}}@media (min-width:1440px){.social-share__wrapper{gap:24px;margin-top:20px}}.social-share__button{background-color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:13.75vw;height:13.75vw;margin:0;padding:0;display:flex}@media (min-width:768px){.social-share__button{width:7.29167vw;height:7.29167vw}}@media (min-width:1024px){.social-share__button{width:3.88889vw;height:3.88889vw}}@media (min-width:1440px){.social-share__button{width:56px;height:56px}}.social-share__button svg{width:100%;height:100%;display:block}.social-share__button svg path{fill:#000;transition:fill .4s}.social-share__button:hover{cursor:pointer;background-color:#000}.social-share__button:hover svg path{fill:#fff}.youtube-video{width:100%;height:100%;position:relative}.youtube-video__preview{cursor:pointer;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.youtube-video__thumbnail{object-fit:cover;width:100%;height:100%}.youtube-video__play-button{color:#fff;background:#12121280;border-radius:50%;justify-content:center;align-items:center;width:12.5vw;height:12.5vw;font-size:48px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (min-width:768px){.youtube-video__play-button{width:10.4167vw;height:10.4167vw}}@media (min-width:1024px){.youtube-video__play-button{width:6.25vw;height:6.25vw}}@media (min-width:1440px){.youtube-video__play-button{width:90px;height:90px;padding-left:4px}}.youtube-video__play-button:hover{background:#c4ffc2cc;transform:translate(-50%,-50%)scale(1.08);box-shadow:0 0 20px #12121299}.youtube-video__iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.banner{box-sizing:border-box;color:#121212;text-align:center;z-index:99999;background-color:#c4ffc2;width:100%;padding:0 6.25vw;transition:all .5s;position:fixed;top:0;left:0;transform:translateY(-100%)}.banner .label{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:left;text-transform:uppercase;flex-direction:column;justify-content:center;font-size:15px;font-weight:600;line-height:20px;display:flex}@media (min-width:768px){.banner .label{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.banner .label{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.banner .label{font-size:13px;line-height:20px}}@media (min-width:768px){.banner .label{flex-direction:row;align-items:center;display:flex}}.banner a{color:#121212;margin-top:1.5625vw}@media (min-width:768px){.banner a{margin-top:0}}.banner h5{margin-top:1.5625vw;font-size:2.5vw;line-height:1}@media (min-width:768px){.banner h5{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;margin-top:0;margin-left:1.30208vw;font-size:5.625vw;font-weight:500;line-height:7.5vw}}@media (min-width:768px) and (min-width:768px){.banner h5{font-size:2.47396vw;line-height:3.38542vw}}@media (min-width:768px) and (min-width:1024px){.banner h5{font-size:1.52778vw;line-height:2.08333vw}}@media (min-width:768px) and (min-width:1440px){.banner h5{font-size:22px;line-height:30px}}@media (min-width:1024px){.banner h5{margin-left:.694444vw}}@media (min-width:1440px){.banner h5{margin-left:10px}}.banner button{background:0 0;border:none;position:absolute;top:50%;right:0;transform:translateY(-50%)}.banner svg{vertical-align:middle;margin-left:5px}@media (min-width:768px){.banner__completed{text-align:center;justify-content:center;align-items:center;display:flex}}.banner__completed a{align-items:center;margin-top:0;display:flex}@media (min-width:768px){.banner__completed a{border-left:1px solid #12121226;align-items:center;margin-left:3.90625vw;padding-left:3.90625vw;display:flex}}@media (min-width:1024px){.banner__completed a{margin-left:2.08333vw;padding-left:2.08333vw}}@media (min-width:1440px){.banner__completed a{margin-left:30px;padding-left:30px}}.banner__completed a svg{width:3.125vw;margin-left:1.5625vw;transition:all .3s}@media (min-width:768px){.banner__completed a svg{width:1.95313vw;margin-left:1.30208vw}}@media (min-width:1024px){.banner__completed a svg{width:1.04167vw;margin-left:.694444vw}}@media (min-width:1440px){.banner__completed a svg{width:15px;margin-left:10px}}.banner:hover .banner__completed a svg{transform:translate(4px)}.banner__max-width{justify-content:flex-start;width:100%;height:60px;display:flex;position:relative}@media (min-width:768px){.banner__max-width{justify-content:center}}.banner--active{transform:translateY(0)}.bio,.bio__wrapper{position:relative}.bio__wrapper{cursor:pointer;background-position:50%;background-size:cover;border:none;width:100%;height:72.5vw;margin-bottom:4.375vw;transition:all .3s}@media (min-width:768px){.bio__wrapper{height:48.8281vw;margin-bottom:3.90625vw}}@media (min-width:1024px){.bio__wrapper{height:26.0417vw;margin-bottom:2.08333vw}}@media (min-width:1440px){.bio__wrapper{height:375px;margin-bottom:30px}}.bio__wrapper:hover{filter:grayscale()}.bio__info{padding:0 6.25vw;position:relative}@media (min-width:768px){.bio__info{padding:0}}.bio__info a{color:#f5f5f566;display:block;position:absolute;top:0;right:6.25vw}@media (min-width:768px){.bio__info a{margin-top:5px;position:relative;right:0}}.bio__info a:hover{color:#f5f5f5}.bio__info svg{width:5.3125vw}@media (min-width:768px){.bio__info svg{width:2.21354vw}}@media (min-width:1024px){.bio__info svg{width:1.18056vw}}@media (min-width:1440px){.bio__info svg{width:17px}}.bio__toggle{background-color:#fff;border:none;justify-content:center;align-items:center;width:12.5vw;height:12.5vw;transition:background-color .3s;display:flex;position:absolute;top:69.375vw;right:3.125vw;transform:translateY(-100%)}@media (min-width:768px){.bio__toggle{width:5.20833vw;height:5.20833vw;top:46.875vw;right:1.95313vw}}@media (min-width:1024px){.bio__toggle{width:2.77778vw;height:2.77778vw;top:25vw;right:1.04167vw}}@media (min-width:1440px){.bio__toggle{width:40px;height:40px;top:360px;right:15px}}.bio__toggle svg{transition:all .3s;transform:rotate(135deg)}.bio:hover .bio__toggle{background-color:#ffa978}.bio:hover .bio__toggle svg{transform:rotate(-135deg)}.bio__content{margin-top:12.5vw;padding:0 6.25vw}@media (min-width:768px){.bio__content{margin-top:5.20833vw;padding:0}}@media (min-width:1024px){.bio__content{margin-top:2.77778vw}}@media (min-width:1440px){.bio__content{margin-top:40px}}.bio__content p{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;margin-bottom:3.125vw;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.bio__content p{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.bio__content p{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.bio__content p{font-size:14px;line-height:22px}}@media (min-width:768px){.bio__content p{margin-bottom:1.30208vw}}@media (min-width:1024px){.bio__content p{margin-bottom:.694444vw}}@media (min-width:1440px){.bio__content p{margin-bottom:10px}}.bio__content p:last-of-type{margin-bottom:0}.breaker{color:#f5f5f5;z-index:2;background-color:#121212;padding:6.25vw;transition:background-color .3s;display:block;position:relative}@media (min-width:768px){.breaker{padding:7.8125vw 3.90625vw}}@media (min-width:1024px){.breaker{padding:4.16667vw 0}}@media (min-width:1440px){.breaker{padding:60px 0}}.homepage-solutions .breaker{width:calc(100% + 12.5vw);margin-bottom:25vw;margin-left:-6.25vw}@media (min-width:768px){.homepage-solutions .breaker{width:calc(100% + 7.8125vw);margin-bottom:10.4167vw;margin-left:-3.90625vw}}@media (min-width:1024px){.homepage-solutions .breaker{width:100%;margin-bottom:8.33333vw;margin-left:0}}@media (min-width:1440px){.homepage-solutions .breaker{margin-bottom:120px}}.ecosystems__grants .breaker{padding-top:18.75vw;padding-bottom:18.75vw}@media (min-width:768px){.ecosystems__grants .breaker{padding-top:7.8125vw;padding-bottom:7.8125vw}}@media (min-width:1024px){.ecosystems__grants .breaker{padding-top:4.16667vw;padding-bottom:4.16667vw}}@media (min-width:1440px){.ecosystems__grants .breaker{padding-top:60px;padding-bottom:60px}}.ecosystems__aleo-for+.breaker,.ecosystems__community-and-breaker .breaker,.homepage-solutions .breaker{color:#121212;background-color:#f5f5f5}.ecosystems__aleo-for+.breaker p.body-large,.ecosystems__community-and-breaker .breaker p.body-large,.homepage-solutions .breaker p.body-large{color:#121212b3}.breaker h2,.breaker h4{margin-bottom:3.125vw}@media (min-width:768px){.breaker h2,.breaker h4{margin-bottom:2.60417vw}}@media (min-width:1024px){.breaker h2,.breaker h4{max-width:40.2778vw;margin-bottom:1.38889vw}}@media (min-width:1440px){.breaker h2,.breaker h4{max-width:580px;margin-bottom:20px}}.ecosystems__community-and-breaker .breaker h2,.homepage-solutions .breaker h2{font-family:var(--font-sora),Arial,sans-serif;letter-spacing:-.03em;font-size:13.125vw;font-weight:400;line-height:15vw}@media (min-width:768px){.ecosystems__community-and-breaker .breaker h2,.homepage-solutions .breaker h2{letter-spacing:-.04em;font-size:8.33333vw;line-height:8.85417vw}}@media (min-width:1024px){.ecosystems__community-and-breaker .breaker h2,.homepage-solutions .breaker h2{font-size:6.25vw;line-height:6.25vw}}@media (min-width:1440px){.ecosystems__community-and-breaker .breaker h2,.homepage-solutions .breaker h2{font-size:90px;line-height:90px}}@media (min-width:1024px){.ecosystems__community-and-breaker .breaker h2,.homepage-solutions .breaker h2{width:65%;max-width:none}}.breaker div.label{margin-bottom:18.75vw}@media (min-width:768px){.breaker div.label{margin-bottom:6.51042vw}}@media (min-width:1024px){.breaker div.label{margin-bottom:3.47222vw}}@media (min-width:1440px){.breaker div.label{margin-bottom:50px}}.breaker p{margin-bottom:18.75vw}@media (min-width:768px){.breaker p{max-width:54.9479vw;margin-bottom:9.11458vw}}@media (min-width:1024px){.breaker p{max-width:29.3056vw;margin-bottom:4.86111vw}}@media (min-width:1440px){.breaker p{max-width:422px;margin-bottom:70px}}.company-page .breaker p{margin-bottom:0}.ecosystems-page .breaker p,.homepage-solutions .breaker p{margin-bottom:12.5vw}@media (min-width:768px){.ecosystems-page .breaker p,.homepage-solutions .breaker p{margin-bottom:10.4167vw}}@media (min-width:1024px){.ecosystems-page .breaker p,.homepage-solutions .breaker p{margin-bottom:5.55556vw}}@media (min-width:1440px){.ecosystems-page .breaker p,.homepage-solutions .breaker p{margin-bottom:80px}}.breaker p.body-large{font-family:var(--font-jetbrains)}.ecosystems .breaker p.body-large,.homepage-solutions .breaker p.body-large{font-family:var(--font-inter)}.breaker h4+p{color:#f5f5f5b3}.breaker div.cta{cursor:pointer;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:right;text-transform:uppercase;justify-content:flex-end;align-items:center;font-size:3.75vw;font-weight:600;line-height:5.625vw;display:flex}@media (min-width:768px){.breaker div.cta{font-size:1.95313vw;line-height:2.60417vw}}@media (min-width:1024px){.breaker div.cta{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.breaker div.cta{font-size:15px;line-height:20px}}.breaker div.cta svg{margin-left:6.25vw;transition:all .3s}@media (min-width:768px){.breaker div.cta svg{margin-left:2.60417vw}}@media (min-width:1024px){.breaker div.cta svg{margin-left:1.38889vw}}@media (min-width:1440px){.breaker div.cta svg{margin-left:20px}}.company-page .breaker div.cta{display:none}.ecosystems-page .breaker div.cta,.homepage-solutions .breaker div.cta{justify-content:flex-start}.breaker svg{transition:all .3s}.breaker:hover svg{transform:translate(4px)}@media (min-width:1024px){.breaker__wrapper{margin-left:auto;margin-right:auto;padding:0 4.16667vw}}@media (min-width:1440px){.breaker__wrapper{max-width:1440px;padding:0 60px}}@media (min-width:1024px){.ecosystems__community-and-breaker .breaker__wrapper,.ecosystems__grants .breaker__wrapper,.homepage-solutions .breaker__wrapper{justify-content:space-between;display:flex}}.breaker__section--bottom{margin-top:18.75vw}@media (min-width:768px){.breaker__section--bottom{margin-top:10.4167vw}}@media (min-width:1024px){.breaker__section--bottom{margin-top:0}}.breaker__stats{margin-bottom:12.5vw}@media (min-width:768px){.breaker__stats{margin-bottom:5.20833vw}}@media (min-width:1024px){.breaker__stats{margin-bottom:2.77778vw}}@media (min-width:1440px){.breaker__stats{margin-bottom:40px}}.breaker__stats:first-of-type{border-bottom:1px solid #e3e3e366;padding-bottom:6.25vw}@media (min-width:768px){.breaker__stats:first-of-type{padding-bottom:2.60417vw}}@media (min-width:1024px){.breaker__stats:first-of-type{padding-bottom:1.38889vw}}@media (min-width:1440px){.breaker__stats:first-of-type{padding-bottom:20px}}a:hover .breaker__stats:first-of-type{border-bottom-color:#12121266}.breaker__stats:last-of-type{margin-bottom:0;padding-bottom:0}.breaker__stats div:first-of-type{font-family:var(--font-sora),Arial,sans-serif;letter-spacing:-.03em;margin-bottom:3.125vw;font-size:15vw;font-weight:400;line-height:16.25vw}@media (min-width:768px){.breaker__stats div:first-of-type{font-size:10.4167vw;line-height:10.4167vw}}@media (min-width:1024px){.breaker__stats div:first-of-type{font-size:7.63889vw;line-height:7.63889vw}}@media (min-width:1440px){.breaker__stats div:first-of-type{font-size:110px;line-height:110px}}@media (min-width:768px){.breaker__stats div:first-of-type{margin-bottom:1.30208vw}}@media (min-width:1024px){.breaker__stats div:first-of-type{margin-bottom:.694444vw}}@media (min-width:1440px){.breaker__stats div:first-of-type{margin-bottom:10px}}.breaker__stats div:nth-of-type(2){font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;opacity:.7;text-transform:uppercase;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.breaker__stats div:nth-of-type(2){font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.breaker__stats div:nth-of-type(2){font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.breaker__stats div:nth-of-type(2){font-size:13px;line-height:20px}}.breaker__background{z-index:-1;background-size:cover;width:100%;height:100%;transition:all .3s;position:absolute;top:0;left:0}@media (min-width:1440px){.breaker__background{background-position-x:50%;background-repeat:no-repeat;background-size:1400px}}a:hover .breaker__background{opacity:0}a.breaker:hover{color:#121212;background-color:#ffe2fc}a.breaker:hover h4+p{color:#121212}.ecosystems__grants a.breaker:hover{background-color:#c4ffc2}.logo-quilt{z-index:2;background-color:#f5f5f5;padding-bottom:25vw;position:relative}@media (min-width:768px){.logo-quilt{padding-bottom:18.2292vw}}@media (min-width:1024px){.logo-quilt{padding-bottom:9.72222vw}}@media (min-width:1440px){.logo-quilt{padding-bottom:140px}}.logo-quilt h4{text-align:center;margin-bottom:6.25vw;padding:0 6.25vw}@media (min-width:768px){.logo-quilt h4{margin-bottom:3.90625vw;padding:0 3.90625vw}}@media (min-width:1024px){.logo-quilt h4{margin-bottom:2.08333vw;padding:0}}@media (min-width:1440px){.logo-quilt h4{margin-bottom:30px}}.logo-quilt ul{border-top:1px solid #e3e3e3;flex-flow:wrap;display:flex;position:relative}@media (min-width:1024px){.logo-quilt ul{border-left:1px solid #e3e3e3;margin:0 4.16667vw}}@media (min-width:1440px){.logo-quilt ul{margin:0 60px}}.logo-quilt li{border-bottom:1px solid #e3e3e3;border-right:1px solid #e3e3e3;justify-content:center;align-items:center;width:50%;padding:12.1875vw 0;display:flex}@media (min-width:768px){.logo-quilt li{width:20%;padding:6.51042vw 0}}@media (min-width:1024px){.logo-quilt li{padding:4.86111vw 0}}@media (min-width:1440px){.logo-quilt li{padding:70px 0}}.logo-quilt li:nth-of-type(2n){border-right:none}@media (min-width:768px){.logo-quilt li:nth-of-type(2n){border-right:1px solid #e3e3e3}}.logo-quilt__grid{max-width:1440px;margin-left:auto;margin-right:auto}.faq-accordion{background:inherit;border:none;width:100%}.faq-accordion__header{cursor:pointer;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;text-align:left;background:0 0;border:1px solid #0000;justify-content:space-between;align-items:flex-start;width:100%;padding:7.5vw;font-size:5.625vw;font-weight:500;line-height:7.5vw;display:flex}@media (min-width:768px){.faq-accordion__header{font-size:2.47396vw;line-height:3.38542vw}}@media (min-width:1024px){.faq-accordion__header{font-size:1.52778vw;line-height:2.08333vw}}@media (min-width:1440px){.faq-accordion__header{font-size:22px;line-height:30px}}@media (min-width:768px){.faq-accordion__header{align-items:center;padding:4.16667vw}}@media (min-width:1024px){.faq-accordion__header{padding:2.77778vw}}@media (min-width:1440px){.faq-accordion__header{padding:40px}}.faq-accordion__title{padding-right:5vw;display:inline-flex}@media (min-width:768px){.faq-accordion__title{padding-right:2.08333vw}}@media (min-width:1024px){.faq-accordion__title{padding-right:1.11111vw}}@media (min-width:1440px){.faq-accordion__title{padding-right:16px}}.faq-accordion__chevron{flex-shrink:0;width:5.625vw;height:5.625vw;margin-top:1.875vw;transition:transform .3s;display:flex}@media (min-width:768px){.faq-accordion__chevron{width:auto;height:auto;margin-top:0}}.faq-accordion__chevron--open{transform:rotate(180deg)}.faq-accordion__content{max-height:0;margin-top:-3.75vw;padding:0 7.5vw;transition:max-height .4s ease-in-out;overflow:hidden}@media (min-width:768px){.faq-accordion__content{margin-top:-1.82292vw;padding:0 4.16667vw}}@media (min-width:1024px){.faq-accordion__content{margin-top:-1.11111vw;padding:0 2.77778vw}}@media (min-width:1440px){.faq-accordion__content{margin-top:-16px;padding:0 40px}}.faq-accordion__inner{cursor:pointer}.faq-accordion__inner p{color:#121212;opacity:0;width:100%;transition:opacity .3s}.faq-accordion__inner p.visible-text{opacity:.7}@media (min-width:768px){.faq-accordion__inner p{width:95%}}@media (min-width:1024px){.faq-accordion__inner p{width:90%}}.faq-accordion__inner li{color:#121212b3;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;margin-left:3.125vw;font-size:3.75vw;font-weight:400;line-height:5.625vw;list-style-type:square}@media (min-width:768px){.faq-accordion__inner li{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.faq-accordion__inner li{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.faq-accordion__inner li{font-size:14px;line-height:22px}}@media (min-width:768px){.faq-accordion__inner li{margin-left:1.95313vw}}@media (min-width:1024px){.faq-accordion__inner li{margin-left:1.04167vw}}@media (min-width:1440px){.faq-accordion__inner li{margin-left:15px}}.faq-accordion__inner p+p,.faq-accordion__inner ul+p{margin-top:3.125vw}@media (min-width:768px){.faq-accordion__inner p+p,.faq-accordion__inner ul+p{margin-top:1.30208vw}}@media (min-width:1024px){.faq-accordion__inner p+p,.faq-accordion__inner ul+p{margin-top:.694444vw}}@media (min-width:1440px){.faq-accordion__inner p+p,.faq-accordion__inner ul+p{margin-top:10px}}.faq-accordion__inner a{color:#3e96ed;text-decoration:underline}.newsletter{position:relative}.newsletter .cf-turnstile{width:100px;position:absolute;bottom:-5px;transform:translateY(100%)}.newsletter-breaker .newsletter{text-align:left}@media (min-width:768px){.newsletter-breaker .newsletter{text-align:center}}.newsletter-breaker{color:#121212;text-align:center;background-color:#f5f5f5;padding:30vw 0;position:relative}@media (min-width:768px){.newsletter-breaker{padding:2.08333vw 3.90625vw 12.5vw}}@media (min-width:1024px){.newsletter-breaker{padding:11.9444vw 2.77778vw}}@media (min-width:1440px){.newsletter-breaker{padding:172px 40px}}@media (min-width:1024px){.home-page .newsletter-breaker{padding-top:5vw}}@media (min-width:1440px){.home-page .newsletter-breaker{padding-top:72px}}@media (min-width:1024px){.ecosystems-page .newsletter-breaker{padding-bottom:6.94444vw}}@media (min-width:1440px){.ecosystems-page .newsletter-breaker{padding-bottom:100px}}.newsletter-breaker h3{font-family:var(--font-sora),Arial,sans-serif;font-weight:medium;margin-bottom:3.75vw}@media (min-width:768px){.newsletter-breaker h3{margin-bottom:1.5625vw}}@media (min-width:1024px){.newsletter-breaker h3{margin-bottom:.833333vw}}@media (min-width:1440px){.newsletter-breaker h3{margin-bottom:12px}}.newsletter-breaker p{color:#121212b3;margin-bottom:9.375vw;font-size:5.3125vw}@media (min-width:768px){.newsletter-breaker p{margin-bottom:3.90625vw;font-size:2.21354vw}}@media (min-width:1024px){.newsletter-breaker p{margin-bottom:2.08333vw;font-size:1.18056vw}}@media (min-width:1440px){.newsletter-breaker p{margin-bottom:30px;font-size:17px}}.newsletter-breaker input{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;background-color:#fff;border:0;border-radius:0;width:100%;margin-bottom:1px;padding:1.875vw 5vw;font-size:3.75vw;font-weight:400;line-height:5.625vw;display:block}@media (min-width:768px){.newsletter-breaker input{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.newsletter-breaker input{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.newsletter-breaker input{font-size:14px;line-height:22px}}@media (min-width:768px){.newsletter-breaker input{width:35.6771vw;margin-bottom:0;margin-right:1px;padding:1.17188vw 2.08333vw;display:inline-block}}@media (min-width:1024px){.newsletter-breaker input{width:19.0278vw;padding:.625vw 1.11111vw}}@media (min-width:1440px){.newsletter-breaker input{width:274px;padding:9px 16px}}.newsletter-breaker input:last-of-type{border-top:1px solid #e3e3e3}@media (min-width:768px){.newsletter-breaker input:last-of-type{border-top:none;border-left:1px solid #e3e3e3}}.newsletter-breaker input::placeholder{color:#0006}.newsletter-breaker button{color:#fff;cursor:pointer;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;background-color:#121212;border:0;border-top:1px solid #e3e3e3;padding:3.125vw 5vw;font-size:3.4375vw;font-weight:500;line-height:5vw;transition:background-color .3s}@media (min-width:768px){.newsletter-breaker button{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.newsletter-breaker button{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.newsletter-breaker button{font-size:13px;line-height:20px}}@media (min-width:768px){.newsletter-breaker button{border-top:none;border-left:1px solid #e3e3e3;padding:1.30208vw 2.08333vw}}@media (min-width:1024px){.newsletter-breaker button{padding:.694444vw 1.11111vw}}@media (min-width:1440px){.newsletter-breaker button{padding:10px 16px}}.newsletter-breaker button:hover{color:#121212;background-color:#c4ffc2}.newsletter-breaker--white{background-color:#fff}.newsletter-breaker--white input{background-color:#f5f5f5}.breaker-cards{flex-direction:column;gap:2.5vw;width:100%;margin-top:7.5vw;display:flex}@media (min-width:768px){.breaker-cards{flex-direction:row;gap:2.08333vw;margin-top:5.20833vw}}@media (min-width:1024px){.breaker-cards{gap:2.22222vw;margin-top:4.16667vw}}@media (min-width:1440px){.breaker-cards{gap:32px;margin-top:60px}}.breaker-cards li{width:100%}.breaker-cards__card{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;flex-direction:column;flex-shrink:0;width:100%;height:100%;min-height:75vw;padding:6.25vw;display:flex}@media (min-width:768px){.breaker-cards__card{border-radius:32px;min-height:42.9688vw;padding:4.16667vw}}@media (min-width:1024px){.breaker-cards__card{background-position:100%;background-size:contain;border-radius:40px;max-width:100%;min-height:23.9583vw;padding:4.16667vw}}@media (min-width:1440px){.breaker-cards__card{min-height:345px;padding:60px}}.breaker-cards__card:hover .breaker-cards__link svg{transform:translate(4px)}.breaker-cards__card:hover .breaker-cards__link.external svg{transform:translate(4px,-4px)}.breaker-cards__card__link svg{transition:transform .3s}.breaker-cards__card h3{font-family:var(--font-sora),Arial,sans-serif;letter-spacing:-.03em;margin-bottom:5vw;font-size:8.125vw;font-weight:400;line-height:10vw;transition:color .5s}@media (min-width:768px){.breaker-cards__card h3{font-size:4.42708vw;line-height:5.46875vw}}@media (min-width:1024px){.breaker-cards__card h3{font-size:2.77778vw;line-height:3.61111vw}}@media (min-width:1440px){.breaker-cards__card h3{font-size:40px;line-height:52px}}@media (min-width:768px){.breaker-cards__card h3{margin-bottom:2.60417vw}}@media (min-width:1024px){.breaker-cards__card h3{margin-bottom:1.66667vw}}@media (min-width:1440px){.breaker-cards__card h3{margin-bottom:24px}}.breaker-cards__card p{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;font-size:4.375vw;font-weight:400;line-height:6.875vw;transition:color .5s;display:block}@media (min-width:768px){.breaker-cards__card p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.breaker-cards__card p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.breaker-cards__card p{font-size:17px;line-height:24px}}@media (min-width:1024px){.breaker-cards__card p{max-width:33.6806vw}}@media (min-width:1440px){.breaker-cards__card p{max-width:485px}}.breaker-cards__card.first{background-color:#121212;transition:background-color .5s}.breaker-cards__card.first h3{color:#fff}.breaker-cards__card.first p{color:#fff;opacity:.7}.breaker-cards__card.first .breaker-cards__link{color:#fff}.breaker-cards__card.first:hover{background-color:#c4ffc2}.breaker-cards__card.first:hover h3,.breaker-cards__card.first:hover p,.breaker-cards__card.first:hover span{color:#121212}.breaker-cards__card.last{background-color:#fff;transition:background-color .5s}.breaker-cards__card.last h3{color:#121212}.breaker-cards__card.last p{color:#121212;opacity:.7}.breaker-cards__card.last .breaker-cards__link{color:#121212}.breaker-cards__card.last:hover{background-color:#ffa978}.breaker-cards__card.last:hover h3,.breaker-cards__card.last:hover p,.breaker-cards__card.last:hover span{color:#121212}.breaker-cards__link-wrapper{flex-direction:column;flex-grow:1;display:flex}.breaker-cards__link{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;text-transform:uppercase;align-items:center;gap:5vw;margin-top:auto;padding-top:3.75vw;font-size:4.375vw;font-weight:600;line-height:6.875vw;transition:color .3s;display:flex}@media (min-width:768px){.breaker-cards__link{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.breaker-cards__link{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.breaker-cards__link{font-size:17px;line-height:24px}}@media (min-width:768px){.breaker-cards__link{gap:2.08333vw;padding-top:1.5625vw}}@media (min-width:1024px){.breaker-cards__link{gap:get-vw-deskop(16px);padding-top:.833333vw}}@media (min-width:1440px){.breaker-cards__link{gap:16px;padding-top:12px}}.breaker-cards__link svg{width:3.75vw;transition:transform .3s}@media (min-width:768px){.breaker-cards__link svg{width:1.95313vw}}@media (min-width:1024px){.breaker-cards__link svg{width:1.04167vw}}@media (min-width:1440px){.breaker-cards__link svg{width:15px}}.new-to-aleo{background-color:#f5f5f5;margin-left:-6.25vw;padding:6.25vw}@media (min-width:768px){.new-to-aleo{margin-left:-3.90625vw;padding:3.90625vw}}@media (min-width:1024px){.new-to-aleo{margin-left:0;padding:0}}.new-to-aleo li{margin-bottom:3.125vw}@media (min-width:768px){.new-to-aleo li{margin-bottom:2.60417vw}}@media (min-width:1024px){.new-to-aleo li{margin-bottom:2.08333vw;padding-right:2.08333vw}}@media (min-width:1440px){.new-to-aleo li{margin-bottom:30px;padding-right:30px}}.new-to-aleo li:last-child{margin-right:0}.new-to-aleo a{color:#121212;display:flex}.new-to-aleo a div.label{margin-right:6.875vw;line-height:2}@media (min-width:768px){.new-to-aleo a div.label{margin-right:2.60417vw}}@media (min-width:1024px){.new-to-aleo a div.label{margin-bottom:0;margin-right:3.81944vw}}@media (min-width:1440px){.new-to-aleo a div.label{margin-right:55px}}@media (min-width:1024px){.new-to-aleo a:hover svg{display:block}.new-to-aleo a p.body-medium{white-space:normal;max-width:75%;display:block}}.new-to-aleo a svg{margin-left:auto;display:none}@media (min-width:1024px){.new-to-aleo a svg{width:1.04167vw}}@media (min-width:1440px){.new-to-aleo a svg{width:15px}}.new-to-aleo__title{border-bottom:1px solid #e3e3e3;justify-content:space-between;align-items:center;margin-bottom:6.25vw;padding-bottom:6.25vw;display:flex}@media (min-width:768px){.new-to-aleo__title{margin-bottom:2.60417vw;margin-right:0;padding-bottom:2.60417vw}}@media (min-width:1024px){.new-to-aleo__title{margin-bottom:2.08333vw;padding-bottom:2.08333vw}}@media (min-width:1440px){.new-to-aleo__title{margin-bottom:30px;padding-bottom:30px}}.new-to-aleo__title button{cursor:pointer;background:0 0;border:none}.new-to-aleo__title button:hover{color:#12121280}@media (min-width:1024px){.new-to-aleo__title svg{width:1.04167vw;margin-right:2.08333vw}}@media (min-width:1440px){.new-to-aleo__title svg{width:15px;margin-right:30px}}.project-filters,.project-filters__header{flex-direction:column;display:flex}.project-filters__header{align-items:flex-start;gap:2.5vw;width:100%;margin-bottom:5vw}@media (min-width:768px){.project-filters__header{flex-direction:row;gap:1.04167vw;margin-bottom:2.60417vw}}@media (min-width:1024px){.project-filters__header{gap:1.38889vw;margin-bottom:1.38889vw}}@media (min-width:1440px){.project-filters__header{gap:20px;margin-bottom:20px}}.project-filters__search-wrapper{width:100%;position:relative}@media (min-width:768px){.project-filters__search-wrapper{max-width:28.6458vw}}@media (min-width:1024px){.project-filters__search-wrapper{max-width:19.4444vw}}@media (min-width:1440px){.project-filters__search-wrapper{max-width:305px}}.project-filters__search-wrapper svg{width:6.25vw;height:6.25vw;margin-left:5vw;position:absolute;top:50%;left:0;transform:translateY(-50%)}@media (min-width:768px){.project-filters__search-wrapper svg{width:2.60417vw;height:2.60417vw;margin-left:2.08333vw}}@media (min-width:1024px){.project-filters__search-wrapper svg{width:1.38889vw;height:1.38889vw;margin-left:1.11111vw}}@media (min-width:1440px){.project-filters__search-wrapper svg{width:20px;height:20px;margin-left:16px}}.project-filters__search{color:#f5f5f5;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;background:#1a1a1a;border:1px solid #333;border-radius:16px;width:100%;height:15vw;padding-left:13.125vw;font-size:3.75vw;font-weight:400;line-height:5.625vw;transition:box-shadow .3s,border-color .3s}@media (min-width:768px){.project-filters__search{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.project-filters__search{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.project-filters__search{font-size:14px;line-height:22px}}@media (min-width:768px){.project-filters__search{height:6.25vw;padding-left:5.46875vw}}@media (min-width:1024px){.project-filters__search{height:3.33333vw;padding-left:2.91667vw}}@media (min-width:1440px){.project-filters__search{height:48px;padding:13px 16px 13px 42px}}.project-filters__search:hover{box-shadow:0 0 0 2px #3339}.project-filters__search:focus{border-color:#333;outline:none;box-shadow:0 0 0 2px #c4ffc2cc}.project-filters__search::placeholder{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;opacity:.5;-webkit-user-select:none;user-select:none;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.project-filters__search::placeholder{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.project-filters__search::placeholder{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.project-filters__search::placeholder{font-size:14px;line-height:22px}}.project-filters__active-tags{display:none}@media (min-width:1024px){.project-filters__active-tags{flex-wrap:wrap;flex-grow:1;align-items:center;gap:.833333vw;width:100%;display:flex}}@media (min-width:1440px){.project-filters__active-tags{gap:12px}}.project-filters__active-tag{color:#121212;cursor:pointer;background-color:#c4ffc2;border:none;border-radius:16px;align-items:center;width:fit-content;display:flex}@media (min-width:1024px){.project-filters__active-tag{gap:.416667vw;height:3.33333vw;padding:.902778vw 1.11111vw}}@media (min-width:1440px){.project-filters__active-tag{gap:6px;height:48px;padding:13px 16px}}.project-filters__active-tag-text{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.project-filters__active-tag-text{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.project-filters__active-tag-text{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.project-filters__active-tag-text{font-size:14px;line-height:22px}}.project-filters__active-tag-remove svg{position:relative}@media (min-width:1024px){.project-filters__active-tag-remove svg{top:.0694445vw}}@media (min-width:1440px){.project-filters__active-tag-remove svg{top:1px}}.project-filters__active-tag-remove rect{fill:#121212;opacity:.1}.project-filters__content-inner{min-height:50vh}@media (min-width:1024px){.project-filters__content-inner{gap:1.38889vw;display:flex}}@media (min-width:1440px){.project-filters__content-inner{gap:20px}}.project-filters__categories{display:none}@media (min-width:1024px){.project-filters__categories{background:#1a1a1a;border:1px solid #333;border-radius:32px;flex-direction:column;flex-shrink:0;align-self:start;width:100%;min-width:19.4444vw;max-width:19.4444vw;height:auto;padding:1.66667vw;display:flex}}@media (min-width:1440px){.project-filters__categories{min-width:305px;max-width:305px;padding:24px}}@media (min-width:1024px){.project-filters__categories-header{justify-content:space-between;align-items:center;height:2.36111vw;margin-bottom:1.66667vw;display:flex}}@media (min-width:1440px){.project-filters__categories-header{height:34px;margin-bottom:24px}}.project-filters__reset{color:#e3e3e3;cursor:pointer;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;background:0 0;border:none;font-size:4.0625vw;font-weight:600;line-height:5.625vw}@media (min-width:768px){.project-filters__reset{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.project-filters__reset{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.project-filters__reset{font-size:15px;line-height:20px}}.project-filters__subtitle-wrapper{-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;display:flex}.project-filters__subtitle-wrapper .chevron{transition:transform .2s;display:flex}@media (min-width:1024px){.project-filters__subtitle-wrapper .chevron{width:.972222vw;height:.972222vw}}@media (min-width:1440px){.project-filters__subtitle-wrapper .chevron{width:14px;height:14px}}.project-filters__subtitle-wrapper .chevron.open{transform:rotate(180deg)}.project-filters__subtitle{color:#fff;font-family:var(--font-inter),Arial,sans-serif;font-size:5vw;font-weight:500;line-height:7.5vw}@media (min-width:768px){.project-filters__subtitle{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.project-filters__subtitle{font-size:1.11111vw;line-height:1.66667vw}}@media (min-width:1440px){.project-filters__subtitle{font-size:16px;line-height:24px}}.project-filters__list{max-height:0;margin:0;padding:0;list-style:none;transition:max-height .3s,margin-top .3s;overflow:hidden}.project-filters__list.open{max-height:650px}@media (min-width:1024px){.project-filters__list.open{margin-top:1.38889vw}}@media (min-width:1440px){.project-filters__list.open{margin-top:20px}}@media (min-width:1024px){.project-filters__item{text-transform:capitalize;padding:.833333vw}}@media (min-width:1440px){.project-filters__item{padding:12px}}.project-filters__label{cursor:pointer;align-items:center;width:fit-content;display:flex;position:relative}.project-filters__checkbox{display:none}@media (min-width:1024px){.project-filters__checkbox-custom{border:1px solid #f5f5f5;border-radius:4px;width:1.38889vw;height:1.38889vw;margin-right:.555556vw;transition:all .2s;position:relative}.project-filters__checkbox-custom svg{width:1.52778vw;height:1.52778vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}@media (min-width:1440px){.project-filters__checkbox-custom{width:20px;height:20px;margin-right:8px}.project-filters__checkbox-custom svg{width:22px;height:22px}}.project-filters__dropdown-wrapper{flex-direction:row-reverse;flex-grow:1;justify-content:center;gap:2.5vw;width:100%;display:flex}@media (min-width:768px){.project-filters__dropdown-wrapper{flex-direction:row;justify-content:flex-end;gap:2.08333vw;width:fit-content}}.project-filters .dropdown.categories .dropdown__menu{width:63.75vw;left:calc(100% - 63.75vw)}@media (min-width:768px){.project-filters .dropdown.categories .dropdown__menu{width:auto;left:0}}.project-filters .dropdown.categories .dropdown__toggle{min-width:42.5vw}@media (min-width:768px){.project-filters .dropdown.categories .dropdown__toggle{min-width:26.5625vw}}@media (min-width:1024px){.project-filters .dropdown.categories{display:none}}.project-filters__checkbox-text{color:#f5f5f5;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;-webkit-user-select:none;user-select:none;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.project-filters__checkbox-text{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.project-filters__checkbox-text{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.project-filters__checkbox-text{font-size:17px;line-height:24px}}.project-filters__empty-state{flex-direction:column;flex-grow:1;max-width:400px;margin:31.25vw auto auto;display:flex}@media (min-width:768px){.project-filters__empty-state{margin-top:26.0417vw}}@media (min-width:1024px){.project-filters__empty-state{margin-top:13.8889vw}}@media (min-width:1440px){.project-filters__empty-state{margin-top:200px}}.project-filters__empty-state p{color:#f5f5f5;opacity:.7;text-align:center}.project-filters__empty-state button{margin-top:20px}.project-filters__cards-column{flex-direction:column;width:100%;height:fit-content;margin:0 auto;display:grid;position:relative}@media (min-width:1024px){.project-filters__cards-column{width:69.0972vw}}@media (min-width:1440px){.project-filters__cards-column{width:995px}}.project-filters__cards-column .spinner-wrapper{width:100%;position:fixed;top:50%}@media (min-width:1024px){.project-filters__cards-column .spinner-wrapper{max-width:69.0972vw}}@media (min-width:1440px){.project-filters__cards-column .spinner-wrapper{max-width:995px}}.project-filters__cards-column .spinner{opacity:.85;border:3px solid #e3e3e333;border-top-color:#fff}.project-filters__card-wrapper{grid-template-columns:1fr;gap:3.75vw;width:100%;height:min-content;transition:opacity .3s;display:grid}@media (min-width:768px){.project-filters__card-wrapper{grid-template-columns:repeat(3,1fr);gap:1.5625vw}}@media (min-width:1024px){.project-filters__card-wrapper{gap:1.38889vw}}@media (min-width:1440px){.project-filters__card-wrapper{gap:20px}}.project-filters__card{cursor:pointer;background:#1a1a1a;border:1px solid #333;border-radius:32px;flex-direction:column;justify-content:space-between;width:100%;height:auto;padding:5vw;transition:transform .4s;display:flex}@media (min-width:768px){.project-filters__card{padding:2.08333vw}}@media (min-width:1024px){.project-filters__card{padding:1.66667vw}}@media (min-width:1440px){.project-filters__card{padding:24px}}.project-filters__card:hover{transform:scale(1.03)}.project-filters__card:hover .project-filters__cta{color:#ffa978}.project-filters__card:hover .project-filters__cta svg{transform:translate(4px)}.project-filters__card-header{justify-content:space-between;align-items:flex-start;gap:5vw;display:flex}@media (min-width:768px){.project-filters__card-header{gap:2.08333vw}}@media (min-width:1024px){.project-filters__card-header{gap:1.11111vw}}@media (min-width:1440px){.project-filters__card-header{gap:16px}}.project-filters__logo{border:1px solid #333;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20vw;height:20vw;display:flex;overflow:hidden}@media (min-width:768px){.project-filters__logo{width:8.33333vw;height:8.33333vw}}@media (min-width:1024px){.project-filters__logo{width:5vw;height:5vw}}@media (min-width:1440px){.project-filters__logo{width:72px;height:72px}}.project-filters__logo img{object-fit:cover;width:100%;height:auto;display:block}.project-filters__tags{flex-wrap:wrap;justify-content:flex-end;gap:1.25vw;display:flex}@media (min-width:768px){.project-filters__tags{gap:.520833vw}}@media (min-width:1024px){.project-filters__tags{gap:.277778vw}}@media (min-width:1440px){.project-filters__tags{gap:4px}}.project-filters__tag{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;background:#424242;border-radius:720px;padding:1.25vw 2.5vw;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.project-filters__tag{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.project-filters__tag{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.project-filters__tag{font-size:14px;line-height:22px}}@media (min-width:768px){.project-filters__tag{padding:.520833vw 1.5625vw}}@media (min-width:1024px){.project-filters__tag{padding:.416667vw .833333vw}}@media (min-width:1440px){.project-filters__tag{padding:6px 12px}}.project-filters__card-text{flex-direction:column;justify-content:flex-end;display:flex}.project-filters__title{color:#f5f5f5;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;margin-top:5vw;margin-bottom:5vw;font-size:5.625vw;font-weight:500;line-height:7.5vw}@media (min-width:768px){.project-filters__title{font-size:2.47396vw;line-height:3.38542vw}}@media (min-width:1024px){.project-filters__title{font-size:1.52778vw;line-height:2.08333vw}}@media (min-width:1440px){.project-filters__title{font-size:22px;line-height:30px}}@media (min-width:768px){.project-filters__title{margin-top:2.08333vw;margin-bottom:2.08333vw}}@media (min-width:1024px){.project-filters__title{margin-top:1.66667vw;margin-bottom:1.38889vw}}@media (min-width:1440px){.project-filters__title{margin-top:24px;margin-bottom:20px}}.project-filters__description{-webkit-line-clamp:3;color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;opacity:.7;-webkit-box-orient:vertical;margin-bottom:7.5vw;font-size:3.75vw;font-weight:400;line-height:5.625vw;display:-webkit-box;overflow:hidden}@media (min-width:768px){.project-filters__description{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.project-filters__description{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.project-filters__description{font-size:14px;line-height:22px}}@media (min-width:768px){.project-filters__description{min-height:8.59375vw;margin-bottom:3.125vw}}@media (min-width:1024px){.project-filters__description{min-height:4.58333vw;margin-bottom:2.22222vw}}@media (min-width:1440px){.project-filters__description{min-height:66px;margin-bottom:32px}}.project-filters__cta{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;justify-content:flex-end;align-items:center;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:color .3s;display:inline-flex}@media (min-width:768px){.project-filters__cta{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.project-filters__cta{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.project-filters__cta{font-size:15px;line-height:20px}}.project-filters__cta:hover{color:#ffa978}.project-filters__cta svg{width:3.75vw;height:3.75vw;margin-left:3.75vw;transition:transform .3s}@media (min-width:768px){.project-filters__cta svg{width:1.95313vw;height:1.95313vw;margin-left:1.5625vw}}@media (min-width:1024px){.project-filters__cta svg{width:1.04167vw;height:1.04167vw;margin-left:.833333vw}}@media (min-width:1440px){.project-filters__cta svg{width:15px;height:15px;margin-left:12px}}.project-filters__cta:hover svg{transform:translate(4px)}.project-filters__btn{cursor:pointer;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;border:1px solid #0000;border-radius:62px;margin:6.25vw auto 0;padding:4.6875vw 10vw;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:background-color .4s;display:block}@media (min-width:768px){.project-filters__btn{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.project-filters__btn{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.project-filters__btn{font-size:15px;line-height:20px}}@media (min-width:768px){.project-filters__btn{border-radius:720px;margin-top:4.16667vw;padding:2.08333vw 4.16667vw}}@media (min-width:1024px){.project-filters__btn{margin-top:2.08333vw;padding:1.11111vw 2.22222vw}}@media (min-width:1440px){.project-filters__btn{margin-top:30px;padding:16px 32px}}.project-filters__btn:hover{background-color:#c4ffc2}.project-filters .tag-enter{opacity:.01;transform:scale(.9)}.project-filters .tag-enter.tag-enter-active{opacity:1;transition:opacity .3s,transform .3s;transform:scale(1)}.project-filters .tag-leave{opacity:1;transform:scale(1)}.project-filters .tag-leave.tag-leave-active{opacity:.01;transition:opacity .3s,transform .3s;transform:scale(.9)}.people-package{color:#f5f5f5;padding:25vw 0}@media (min-width:768px){.people-package{padding:0 3.90625vw}}@media (min-width:1024px){.people-package{padding:0 4.16667vw 11.1111vw}}@media (min-width:1440px){.people-package{padding:0 60px 160px}}.people-package h2{margin-bottom:11.25vw;padding:0 31.25vw 0 6.25vw}@media (min-width:768px){.people-package h2{margin-bottom:7.8125vw;padding:0}}@media (min-width:1024px){.people-package h2{margin-bottom:4.16667vw}}@media (min-width:1440px){.people-package h2{margin-bottom:60px}}@media (min-width:768px){.people-package__bio-boxes{flex-wrap:wrap;padding-bottom:2.60417vw;display:flex}}@media (min-width:1024px){.people-package__bio-boxes{padding-bottom:0}}.people-package__bio-box{margin-bottom:12.5vw}@media (min-width:768px){.people-package__bio-box{margin-bottom:7.8125vw}}@media (min-width:1024px){.people-package__bio-box{margin-bottom:8.33333vw}}@media (min-width:1440px){.people-package__bio-box{margin-bottom:120px}}.people-package__bio-box:last-child{margin-bottom:0}@media (min-width:768px){.people-package__bio-box{width:50%}}@media (min-width:1024px){.people-package__bio-box{width:25%}}.people-package__modal{color:#121212;z-index:9999;background-color:#fff;width:100%;height:100%;position:fixed;top:0;left:0;overflow:auto}@media (min-width:768px){.people-package__modal{padding-top:10.4167vw;padding-bottom:10.4167vw;overflow-y:auto}}@media (min-width:1024px){.people-package__modal{padding-top:4.16667vw}}@media (min-width:1440px){.people-package__modal{padding-top:60px}}@media (min-width:768px){.people-package__modal:before{content:"";background-color:#fff;width:75%;height:100%;position:fixed;top:0;left:25%}}@media (min-width:1024px){.people-package__modal:before{background:linear-gradient(90deg,#fff 0 40%,#f5f5f5 0,#f5f5f5);width:100%;left:50%;transform:translate(-50%)}}@media (min-width:1440px){.people-package__modal:before{width:1440px}}@media (min-width:1024px){.people-package__modal:after{content:"";background-color:#f5f5f5;width:0;height:100%;position:fixed;top:0;right:0}}@media (min-width:1440px){.people-package__modal:after{width:calc(50vw - 720px)}}.people-package__max-width{flex-direction:column;display:flex;position:relative}@media (min-width:768px){.people-package__max-width{flex-direction:row}}@media (min-width:1440px){.people-package__max-width{max-width:1440px;margin-left:auto;margin-right:auto}}.people-package__modal-content{white-space:pre-wrap;background-color:#fff;height:100%;margin-left:6.25vw;padding:6.25vw;position:relative;overflow-y:auto}@media (min-width:768px){.people-package__modal-content{background-color:#0000;margin-left:0;padding:0 0 10.4167vw;overflow:hidden}}@media (min-width:1024px){.people-package__modal-content{max-width:414px;padding-top:60px}}.people-package__modal-content h4 svg{color:#121212;vertical-align:middle;width:5.3125vw;margin-left:6.25vw}@media (min-width:768px){.people-package__modal-content h4 svg{width:2.21354vw;margin-left:2.60417vw}}@media (min-width:1024px){.people-package__modal-content h4 svg{width:1.18056vw;margin-left:1.38889vw}}@media (min-width:1440px){.people-package__modal-content h4 svg{width:17px;margin-left:20px}}.people-package__modal-content:before{content:"";background-color:#fff;width:100%;height:31.25vw;position:absolute;top:0;left:0;transform:translateY(-100%)}.people-package__modal-image-wrapper{z-index:1;width:87.5vw;margin-bottom:6.25vw}@media (min-width:768px){.people-package__modal-image-wrapper{flex-shrink:0;width:34.7656vw;margin-bottom:0;margin-right:5.85938vw}}@media (min-width:1024px){.people-package__modal-image-wrapper{width:42.0833vw;margin-left:15.2778vw;margin-right:3.75vw;font-size:0}}@media (min-width:1440px){.people-package__modal-image-wrapper{width:606px;margin-left:220px;margin-right:54px}}.people-package__modal-image-wrapper img{width:100%}.people-package__modal-nav{display:none}@media (min-width:1024px){.people-package__modal-nav{z-index:2;background-color:#121212;flex-direction:column;justify-content:stretch;width:15.2778vw;height:100%;display:flex;position:absolute;top:0;left:0}}@media (min-width:1440px){.people-package__modal-nav{width:220px}}.people-package__modal-nav li{height:100%}@media (min-width:1024px){.people-package__modal-nav button{cursor:pointer;background:#121212;border:none;flex-direction:column;align-items:flex-start;width:100%;height:100%;padding:1.11111vw 2.08333vw;display:flex}}@media (min-width:1440px){.people-package__modal-nav button{padding:16px 30px}}.people-package__modal-nav button.active{background:#f5f5f5}.people-package__modal-nav button.active div{color:#121212}.people-package__modal-nav button.active div:last-of-type{color:#12121266}.people-package__modal-nav button:hover:not(.active){background-color:#ffa978}.people-package__modal-nav div{color:#f5f5f5}.people-package__modal-nav div:last-of-type{color:#f5f5f566}.people-package__modal-close{color:#f5f5f5;cursor:pointer;z-index:2;background-color:#121212;border:none;justify-content:center;align-items:center;width:12.5vw;height:12.5vw;transition:background-color .3s;display:flex;position:fixed;top:6.25vw;right:6.25vw}@media (min-width:768px){.people-package__modal-close{width:5.20833vw;height:5.20833vw;top:3.90625vw;right:3.90625vw}}@media (min-width:1024px){.people-package__modal-close{width:2.77778vw;height:2.77778vw;top:4.16667vw;right:4.16667vw}}@media (min-width:1440px){.people-package__modal-close{width:40px;height:40px;top:60px;right:60px}}.people-package__modal-close svg{transition:all .3s}.people-package__modal-close:hover{color:#121212;background-color:#ffa978}.people-package__modal-close:hover svg{transform:rotate(180deg)}.people-package__modal-bio{margin-top:12.5vw}@media (min-width:768px){.people-package__modal-bio{width:42.5781vw;margin-top:3.90625vw}}@media (min-width:1024px){.people-package__modal-bio{width:100%;margin-top:4.16667vw}}@media (min-width:1440px){.people-package__modal-bio{margin-top:60px}}.people-package__modal-bio p{color:#00000080;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.people-package__modal-bio p{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.people-package__modal-bio p{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.people-package__modal-bio p{font-size:14px;line-height:22px}}.testimonial{width:calc(100% + 12.5vw);margin-top:18.75vw;margin-left:-6.25vw;padding:18.75vw 6.25vw}@media (min-width:768px){.testimonial{width:calc(100% + 7.8125vw);margin-top:7.8125vw;margin-left:-3.90625vw;padding:10.4167vw}}@media (min-width:1024px){.testimonial{width:calc(100% + 19.7222vw);margin-top:4.16667vw;margin-left:-7.77778vw;padding:7.63889vw}}@media (min-width:1440px){.testimonial{width:calc(100% + 284px);margin-top:60px;margin-left:-112px;padding:110px}}.testimonial__wrapper{background-color:#fff;padding:9.375vw 6.25vw;display:block}@media (min-width:768px){.testimonial__wrapper{padding:7.8125vw}}@media (min-width:1024px){.testimonial__wrapper{padding:4.16667vw}}@media (min-width:1440px){.testimonial__wrapper{padding:60px}}.testimonial__wrapper:hover{text-decoration:none}.post__body .testimonial h4{margin-top:3.125vw;margin-bottom:6.25vw;padding-top:0}@media (min-width:768px){.post__body .testimonial h4{margin-top:2.60417vw;margin-bottom:3.90625vw}}@media (min-width:1024px){.post__body .testimonial h4{margin-top:2.77778vw;margin-bottom:2.08333vw}}@media (min-width:1440px){.post__body .testimonial h4{margin-top:40px;margin-bottom:30px}}.testimonial p.body-medium{color:#121212;margin-bottom:1.25vw}@media (min-width:768px){.testimonial p.body-medium{margin-bottom:.520833vw}}@media (min-width:1024px){.testimonial p.body-medium{margin-bottom:.277778vw}}@media (min-width:1440px){.testimonial p.body-medium{margin-bottom:4px}}.testimonial div.label{color:#121212b3}.testimonial__cta{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;border-top:1px solid #e3e3e3;justify-content:flex-end;align-items:center;margin-top:6.25vw;padding-top:9.375vw;font-size:3.75vw;font-weight:600;line-height:5.625vw;display:flex}@media (min-width:768px){.testimonial__cta{font-size:1.95313vw;line-height:2.60417vw}}@media (min-width:1024px){.testimonial__cta{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.testimonial__cta{font-size:15px;line-height:20px}}@media (min-width:768px){.testimonial__cta{margin-top:3.90625vw;padding-top:3.90625vw}}@media (min-width:1024px){.testimonial__cta{padding-top:get-vw-destkop(30px);margin-top:2.08333vw}}@media (min-width:1440px){.testimonial__cta{margin-top:30px;padding-top:30px}}.testimonial__cta svg{width:4.6875vw;margin-left:3.125vw;transition:all .3s}@media (min-width:768px){.testimonial__cta svg{width:3.125vw;margin-left:2.60417vw}}@media (min-width:1024px){.testimonial__cta svg{width:1.66667vw;margin-left:1.38889vw}}@media (min-width:1440px){.testimonial__cta svg{width:24px;margin-left:20px}}.testimonial__cta:hover svg{transform:translate(4px,-4px)}.tile{background-color:#1a1a1a;border:1px solid #333;border-radius:20px;padding:5vw;transition:background-color .3s}@media (min-width:768px){.tile{border-radius:32px;padding:4.16667vw}}@media (min-width:1024px){.tile{border-radius:40px;padding:2.77778vw}}@media (min-width:1440px){.tile{padding:40px}}.tile__header{justify-content:space-between;display:flex}@media (min-width:768px){.tile__header{gap:2.60417vw;margin-bottom:3.90625vw}}@media (min-width:1024px){.tile__header{gap:0;margin-bottom:0}}.tile h3{color:#fff;margin-bottom:3.125vw;transition:color .3s}@media (min-width:768px){.tile h3{margin-bottom:0}}@media (min-width:1024px){.tile h3{margin-bottom:1.66667vw}}@media (min-width:1440px){.tile h3{margin-bottom:24px}}.tile p{color:#ffffffb3;font-family:var(--font-inter),Arial,sans-serif;font-family:var(--font-inter);letter-spacing:.02em;margin-bottom:5vw;font-size:4.375vw;font-weight:400;line-height:6.875vw;transition:color .3s}@media (min-width:768px){.tile p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.tile p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.tile p{font-size:17px;line-height:24px}}@media (min-width:768px){.tile p{margin-bottom:0}}@media (min-width:1024px){.tile p{margin-bottom:2.22222vw}}@media (min-width:1440px){.tile p{margin-bottom:32px}}.tile a{color:#121212;flex-direction:column;justify-content:space-between;height:100%;display:flex}.tile svg{width:3.75vw;height:3.75vw;transition:all .3s}@media (min-width:768px){.tile svg{width:1.95313vw;height:1.95313vw}}@media (min-width:1024px){.tile svg{width:1.04167vw;height:1.04167vw}}@media (min-width:1440px){.tile svg{width:15px;height:15px}}.tile__arrow{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;text-transform:uppercase;align-items:center;gap:3.75vw;height:15vw;font-size:4.375vw;font-weight:600;line-height:6.875vw;transition:color .3s;display:flex}@media (min-width:768px){.tile__arrow{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.tile__arrow{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.tile__arrow{font-size:17px;line-height:24px}}@media (min-width:768px){.tile__arrow{gap:1.5625vw;height:6.25vw;display:none}}@media (min-width:1024px){.tile__arrow{gap:.833333vw;height:3.33333vw;display:flex}}@media (min-width:1440px){.tile__arrow{gap:12px;height:48px}}.tile__arrow--tablet{display:none}@media (min-width:768px){.tile__arrow--tablet{display:flex}}@media (min-width:1024px){.tile__arrow--tablet{display:none}}.tile:hover .tile__arrow svg{transform:translate(4px)}.tile--external:hover .tile__arrow svg{transform:translate(4px,-4px)}.tile:hover{background-color:#ffe2fc}.tile:hover .tile__arrow,.tile:hover h3,.tile:hover p{color:#121212}.top-reads{width:calc(100% + 6.25vw);margin-top:12.5vw;position:relative}@media (min-width:768px){.top-reads{width:calc(100% + 3.90625vw);margin-top:7.8125vw}}@media (min-width:1024px){.top-reads{margin-top:4.16667vw}}@media (min-width:1440px){.top-reads{width:100%;margin-top:60px}}.post__body .top-reads__nav{z-index:2;margin-bottom:3.125vw;position:relative}@media (min-width:768px){.post__body .top-reads__nav{margin-bottom:2.60417vw}}@media (min-width:1024px){.post__body .top-reads__nav{justify-content:space-between;align-items:center;margin-bottom:1.38889vw;display:flex}}@media (min-width:1440px){.post__body .top-reads__nav{width:720px;margin-bottom:20px}}.post__body .top-reads__nav button{background:0 0;border:none}.top-reads__bg{z-index:1;width:calc(100% + 12.5vw);height:calc(100% + 25vw);position:absolute;top:-12.5vw;left:-6.25vw}@media (min-width:768px){.top-reads__bg{width:calc(100% + 7.8125vw);height:calc(100% + 7.8125vw);top:-3.90625vw;left:-3.90625vw}}@media (min-width:1024px){.top-reads__bg{width:calc(100% + 15.2778vw);height:calc(100% + 5.55556vw);top:-2.77778vw;left:-7.63889vw}}@media (min-width:1440px){.top-reads__bg{width:calc(100% + 220px);height:calc(100% + 80px);top:-40px;left:-110px}}.top-reads__buttons{display:none}@media (min-width:1024px){.top-reads__buttons{justify-content:space-between;width:7.63889vw;display:flex;position:relative}}@media (min-width:1440px){.top-reads__buttons{width:110px}}.top-reads__buttons button{cursor:pointer}.top-reads__buttons button:hover{color:#c4ffc2}.top-reads__buttons button:disabled{cursor:unset;opacity:.3}@media (min-width:1024px){.top-reads__buttons:after{content:"";background-color:#1212124d;width:1px;height:100%;position:absolute;top:0;left:50%}}.post__body .top-reads__card-title{margin-bottom:3.125vw}@media (min-width:768px){.post__body .top-reads__card-title{margin-bottom:3.90625vw}}@media (min-width:1024px){.post__body .top-reads__card-title{margin-bottom:2.08333vw}}@media (min-width:1440px){.post__body .top-reads__card-title{margin-bottom:30px}}.top-reads__card-cta{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;justify-content:flex-end;align-items:center;margin-top:17.5vw;font-size:3.75vw;font-weight:600;line-height:5.625vw;display:flex}@media (min-width:768px){.top-reads__card-cta{font-size:1.95313vw;line-height:2.60417vw}}@media (min-width:1024px){.top-reads__card-cta{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.top-reads__card-cta{font-size:15px;line-height:20px}}@media (min-width:768px){.top-reads__card-cta{margin-top:7.8125vw}}@media (min-width:1024px){.top-reads__card-cta{margin-top:6.25vw}}@media (min-width:1440px){.top-reads__card-cta{margin-top:90px}}.top-reads__card-cta svg{margin-left:3.125vw;transition:transform .3s}@media (min-width:768px){.top-reads__card-cta svg{margin-left:1.30208vw}}@media (min-width:1024px){.top-reads__card-cta svg{margin-left:.694444vw}}@media (min-width:1440px){.top-reads__card-cta svg{marign-left:10px}}@media (min-width:1024px){.top-reads__slider{width:calc(100% + 11.9444vw);overflow-x:hidden}}@media (min-width:1440px){.top-reads__slider{width:calc(100% + 172px)}}.post__body .top-reads h4{padding-top:0}.post__body .top-reads ul{z-index:2;padding:0;display:flex;position:relative;overflow-x:auto}@media (min-width:1024px){.post__body .top-reads ul{transition:transform .2s;overflow-x:visible}}.post__body .top-reads li{margin-right:6.25vw;list-style:none}@media (min-width:768px){.post__body .top-reads li{margin-right:2.60417vw}}@media (min-width:1024px){.post__body .top-reads li{margin-right:20px}}.top-reads li a{color:#f5f5f5;background-color:#121212;flex-direction:column;justify-content:space-between;width:81.25vw;height:100%;padding:9.375vw 6.25vw;transition:background-color .3s;display:flex}@media (min-width:768px){.top-reads li a{width:75.5208vw;padding:5.20833vw 3.90625vw}}@media (min-width:1024px){.top-reads li a{width:658px;padding:2.77778vw 2.08333vw}}@media (min-width:1440px){.top-reads li a{padding:40px 30px}}.top-reads li a:hover{color:#121212;background-color:#c4ffc2;text-decoration:none}.top-reads li a:hover svg{transform:translate(4px,-4px)}.top-reads li a:hover p.body-small{color:#121212b3}.top-reads p.body-small{color:#f5f5f5b3}.quote-carousel{background-color:#fff;padding-bottom:10.625vw;position:relative}@media (min-width:768px){.quote-carousel{padding-bottom:8.85417vw}}@media (min-width:1024px){.quote-carousel{margin:0 4.16667vw;padding-bottom:0}}@media (min-width:1440px){.quote-carousel{margin:0 60px}}.quote-carousel:before{content:"";background-color:#f5f5f5;width:100%;height:37.5vw;position:absolute;top:0;left:0}@media (min-width:1024px){.quote-carousel:after,.quote-carousel:before{content:"";z-index:2;background-color:#121212;width:50vw;height:100%;position:absolute;top:0}.quote-carousel:before{left:-4.16667vw;transform:translate(-100%)}}@media (min-width:1440px){.quote-carousel:before{left:-60px}}@media (min-width:1024px){.quote-carousel:after{right:-4.16667vw;transform:translate(100%)}}@media (min-width:1440px){.quote-carousel:after{right:-60px}}.quote-carousel ul{margin-bottom:18.75vw}@media (min-width:768px){.quote-carousel ul{margin-bottom:0}}.quote-carousel h3{margin-bottom:12.5vw}@media (min-width:768px){.quote-carousel h3{margin-bottom:6.51042vw;padding-right:3.90625vw}}@media (min-width:1024px){.quote-carousel h3{margin-bottom:2.63889vw;padding-right:0}}@media (min-width:1440px){.quote-carousel h3{margin-bottom:38px}}.quote-carousel h5{margin-bottom:1.25vw}@media (min-width:768px){.quote-carousel h5{margin-bottom:.520833vw}}@media (min-width:1024px){.quote-carousel h5{margin-bottom:.277778vw}}@media (min-width:1440px){.quote-carousel h5{margin-bottom:4px}}.quote-carousel ul{transition:all .25s;display:flex}.quote-carousel li{flex-shrink:0;width:100vw;padding:0 6.25vw}@media (min-width:768px){.quote-carousel li{padding:0 3.90625vw}}@media (min-width:1024px){.quote-carousel li{align-items:center;width:100%;padding:0 4.16667vw;display:flex}}@media (min-width:1440px){.quote-carousel li{padding:0 60px}}.quote-carousel__image-wrapper{justify-content:space-between;align-items:flex-end;margin-bottom:9.375vw;display:flex}@media (min-width:768px){.quote-carousel__image-wrapper{background-color:#f5f5f5;width:calc(100% + 7.8125vw);margin-bottom:5.20833vw;margin-left:-3.90625vw}}@media (min-width:1024px){.quote-carousel__image-wrapper{width:34.7222vw;margin-bottom:5.97222vw;margin-left:0;margin-right:4.16667vw}}@media (min-width:1440px){.quote-carousel__image-wrapper{width:500px;margin-bottom:86px;margin-left:0;margin-right:60px}}@media (min-width:768px){.quote-carousel__image-wrapper svg{display:none}}@media (min-width:1024px){.active-slide .quote-carousel__image-wrapper{margin-left:-8.33333vw}}@media (min-width:1440px){.active-slide .quote-carousel__image-wrapper{margin-left:-120px}}.quote-carousel__image{background-position:50%;background-size:cover;width:74.375vw;height:62.5vw}@media (min-width:768px){.quote-carousel__image{width:65.3646vw;height:57.5521vw}}@media (min-width:1024px){.quote-carousel__image{width:32.0833vw;height:34.7222vw}}@media (min-width:1440px){.quote-carousel__image{width:462px;height:500px}}.quote-carousel__controls{justify-content:flex-end;align-items:center;display:flex}@media (min-width:768px){.quote-carousel__controls{background-color:#fff;justify-content:space-between;width:34.6354vw;padding:3.90625vw;position:absolute;top:57.6823vw;right:0;transform:translateY(-100%)}}@media (min-width:1024px){.quote-carousel__controls{width:32.0833vw;height:5.97222vw;padding:1.45833vw 0 2.08333vw 1.45833vw;top:34.7222vw;left:-4.16667vw;transform:none}}@media (min-width:1440px){.quote-carousel__controls{width:462px;height:86px;padding:30px 0 30px 30px;top:500px;left:-60px}}.quote-carousel__controls button{background:0 0;border:none;align-items:center;margin:0 3px;display:flex}.quote-carousel__controls button:first-of-type{transform:rotate(180deg)}.quote-carousel__quote-mark{display:none}@media (min-width:768px){.quote-carousel__quote-mark{margin-bottom:2.60417vw;display:block}}@media (min-width:1024px){.quote-carousel__quote-mark{margin-bottom:1.38889vw}}@media (min-width:1440px){.quote-carousel__quote-mark{margin-bottom:20px}}.contact-us{background:#fff;flex-direction:column;flex:auto;width:100%;padding:0 2px;display:flex}@media (min-width:1024px){.contact-us{max-width:1028px}}.contact-us__subtitle{color:#313131;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:center;text-transform:uppercase;margin-top:8.75vw;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.contact-us__subtitle{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.contact-us__subtitle{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.contact-us__subtitle{font-size:13px;line-height:20px}}@media (min-width:768px){.contact-us__subtitle{margin-top:0}}.contact-us h2{color:#121212;text-align:center;margin-top:3.75vw;margin-bottom:3.75vw}@media (min-width:768px){.contact-us h2{margin-top:2.08333vw;margin-bottom:2.08333vw}}@media (min-width:1024px){.contact-us h2{margin-top:1.38889vw;margin-bottom:1.38889vw}}@media (min-width:1440px){.contact-us h2{margin-top:20px;margin-bottom:20px}}.contact-us__description{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;opacity:.7;text-align:center;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.contact-us__description{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.contact-us__description{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.contact-us__description{font-size:17px;line-height:24px}}.contact-us__form{flex-direction:column;gap:1.25vw;margin-top:7.5vw;display:flex}@media (min-width:768px){.contact-us__form{gap:.520833vw;margin-top:4.16667vw}}@media (min-width:1024px){.contact-us__form{gap:.277778vw;margin-top:2.77778vw}}@media (min-width:1440px){.contact-us__form{gap:4px;margin-top:40px}}.contact-us__captcha-wrapper{pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.contact-us__input-wrapper{flex-direction:column;align-items:center;width:100%;display:flex}@media (min-width:768px){.contact-us__input-wrapper{flex-direction:row;column-gap:3.125vw}}@media (min-width:1024px){.contact-us__input-wrapper{column-gap:1.66667vw}}@media (min-width:1440px){.contact-us__input-wrapper{column-gap:24px}}.contact-us__group{flex-direction:column;width:100%;display:flex}@media (min-width:768px){.contact-us__group{width:50%}}.contact-us__group--checkbox{flex-direction:row;align-items:center;width:fit-content}.contact-us__label-text{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;opacity:.9;text-transform:uppercase;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.contact-us__label-text{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.contact-us__label-text{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.contact-us__label-text{font-size:13px;line-height:20px}}.contact-us__label-text--checkbox{color:#6e6e6e;cursor:pointer;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;text-transform:none;-webkit-user-select:none;user-select:none;align-items:center;column-gap:3.75vw;width:100%;font-size:3.75vw;font-weight:400;line-height:5.625vw;display:flex}@media (min-width:768px){.contact-us__label-text--checkbox{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.contact-us__label-text--checkbox{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.contact-us__label-text--checkbox{font-size:14px;line-height:22px}}.contact-us__label-text--checkbox .contact-us__input--checkbox:checked+.contact-us__checkbox-custom{border-color:#0000}@media (min-width:768px){.contact-us__label-text--checkbox{column-gap:1.5625vw}}@media (min-width:1024px){.contact-us__label-text--checkbox{column-gap:.833333vw}}@media (min-width:1440px){.contact-us__label-text--checkbox{column-gap:12px}}.contact-us__checkbox-custom{cursor:pointer;background:#fff;border:1px solid #e1e1e1;border-radius:6px;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;width:7.5vw;height:7.5vw;display:flex;position:relative}.contact-us__checkbox-custom svg{width:7.5vw;height:7.5vw}@media (min-width:768px){.contact-us__checkbox-custom svg{width:3.125vw;height:3.125vw}}@media (min-width:1024px){.contact-us__checkbox-custom svg{width:1.66667vw;height:1.66667vw}}@media (min-width:1440px){.contact-us__checkbox-custom svg{width:24px;height:24px}}@media (min-width:768px){.contact-us__checkbox-custom{width:3.125vw;height:3.125vw}}@media (min-width:1024px){.contact-us__checkbox-custom{width:1.66667vw;height:1.66667vw}}@media (min-width:1440px){.contact-us__checkbox-custom{width:24px;height:24px}}.contact-us__error{opacity:0;visibility:hidden;align-items:center;gap:1.25vw;height:7.5vw;margin-top:1.25vw;margin-bottom:2.5vw;transition:opacity .2s;display:flex}@media (min-width:768px){.contact-us__error{gap:.520833vw;height:3.125vw;margin-top:.520833vw;margin-bottom:1.04167vw}}@media (min-width:1024px){.contact-us__error{gap:.277778vw;height:1.66667vw;margin-top:.277778vw;margin-bottom:.555556vw}}@media (min-width:1440px){.contact-us__error{gap:4px;height:24px;margin-top:4px;margin-bottom:8px}}.contact-us__error--active{opacity:1;visibility:visible}.contact-us__error svg{width:5vw;height:5vw}@media (min-width:768px){.contact-us__error svg{width:2.08333vw;height:2.08333vw}}@media (min-width:1024px){.contact-us__error svg{width:1.11111vw;height:1.11111vw}}@media (min-width:1440px){.contact-us__error svg{width:16px;height:16px}}.contact-us__error-text{color:#ff4747;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.contact-us__error-text{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.contact-us__error-text{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.contact-us__error-text{font-size:14px;line-height:22px}}.contact-us__input{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;background:#fff;border:1px solid #e1e1e1;border-radius:8px;width:100%;height:13.125vw;margin-top:5vw;padding:3.75vw 5vw;font-size:3.75vw;font-weight:400;line-height:5.625vw;transition:box-shadow .3s,border-color .3s;display:block}@media (min-width:768px){.contact-us__input{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.contact-us__input{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.contact-us__input{font-size:14px;line-height:22px}}@media (min-width:768px){.contact-us__input{border-radius:16px;height:7.29167vw;margin-top:2.08333vw;padding:2.21354vw 2.08333vw}}@media (min-width:1024px){.contact-us__input{height:3.88889vw;margin-top:1.11111vw;padding:1.18056vw 1.11111vw}}@media (min-width:1440px){.contact-us__input{height:56px;margin-top:16px;padding:17px 16px}}.contact-us__input--checkbox{opacity:0;pointer-events:none;position:absolute}.contact-us__input::placeholder{color:#12121280;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.contact-us__input::placeholder{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.contact-us__input::placeholder{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.contact-us__input::placeholder{font-size:14px;line-height:22px}}.contact-us__input:hover{box-shadow:0 0 0 2px #c4ffc299}.contact-us__input:focus{border-color:#c4ffc2;outline:none;box-shadow:0 0 0 2px #c4ffc2cc}.contact-us__input--error,.contact-us__input--error:focus,.contact-us__input--error:hover{box-shadow:0 0 0 2px #ff474799}.contact-us__textarea{resize:none;min-height:35vw}@media (min-width:768px){.contact-us__textarea{min-height:14.5833vw}}@media (min-width:1024px){.contact-us__textarea{min-height:7.77778vw}}@media (min-width:1440px){.contact-us__textarea{min-height:112px}}.contact-us__submit{color:#f5f5f5;cursor:pointer;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;background:#121212;border:1px solid #0000;border-radius:720px;justify-content:center;align-items:center;width:fit-content;height:12.5vw;margin-top:7.5vw;margin-bottom:7.5vw;padding:3.4375vw 7.5vw;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:all .3s;display:flex}@media (min-width:768px){.contact-us__submit{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.contact-us__submit{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.contact-us__submit{font-size:15px;line-height:20px}}@media (min-width:768px){.contact-us__submit{height:7.29167vw;margin-top:3.125vw;margin-bottom:3.125vw;padding:2.34375vw 4.16667vw}}@media (min-width:1024px){.contact-us__submit{height:3.88889vw;margin-top:2.22222vw;margin-bottom:2.22222vw;padding:1.25vw 2.22222vw}}@media (min-width:1440px){.contact-us__submit{height:56px;margin-top:32px;margin-bottom:32px;padding:18px 32px}}.contact-us__submit:hover{color:#121212;background:#c4ffc2}.contact-us__privacy-text{color:#313131;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;opacity:.6;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.contact-us__privacy-text{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.contact-us__privacy-text{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.contact-us__privacy-text{font-size:14px;line-height:22px}}.contact-us__privacy-text a{color:inherit;text-decoration:underline}.page-builder{background:#121212;flex-direction:column;justify-content:center;align-items:center;padding-top:15.625vw;display:flex;position:relative}@media (min-width:768px){.page-builder{padding-top:6.51042vw}}@media (min-width:1024px){.page-builder{padding-top:5.27778vw}}@media (min-width:1440px){.page-builder{padding-top:76px}}.page-builder .block-container{width:100%;margin:0 auto;padding:15vw 5vw}@media (min-width:768px){.page-builder .block-container{padding:10.4167vw 3.90625vw}}@media (min-width:1024px){.page-builder .block-container{padding:7.63889vw 4.16667vw}}@media (min-width:1440px){.page-builder .block-container{max-width:1440px;padding:110px 60px}}.page-builder .block-header{text-align:center;width:100%;margin:0 auto}@media (min-width:1024px){.page-builder .block-header{max-width:71.1111vw}}@media (min-width:1440px){.page-builder .block-header{max-width:1024px}}.page-builder .block-header span{color:#313131;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.page-builder .block-header span{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.page-builder .block-header span{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.page-builder .block-header span{font-size:13px;line-height:20px}}.page-builder .block-header h2{color:#121212;margin-top:5vw}@media (min-width:768px){.page-builder .block-header h2{margin-top:2.60417vw}}@media (min-width:1024px){.page-builder .block-header h2{white-space:pre-wrap;margin-top:1.38889vw}}@media (min-width:1440px){.page-builder .block-header h2{margin-top:20px}}.page-builder .block-header.dark-background h2,.page-builder .block-header.dark-background p,.page-builder .block-header.dark-background span{color:#fff}.page-builder .rounded-top{border-top-left-radius:24px;border-top-right-radius:24px}@media (min-width:768px){.page-builder .rounded-top{border-top-left-radius:48px;border-top-right-radius:48px}}@media (min-width:1024px){.page-builder .rounded-top{border-top-left-radius:80px;border-top-right-radius:80px}}.page-builder .rounded-bottom{border-bottom-right-radius:24px;border-bottom-left-radius:24px}@media (min-width:768px){.page-builder .rounded-bottom{border-bottom-right-radius:48px;border-bottom-left-radius:48px}}@media (min-width:1024px){.page-builder .rounded-bottom{border-bottom-right-radius:80px;border-bottom-left-radius:80px}}.page-builder .hero-block{background-color:#121212;flex-direction:column;align-items:center;display:flex}.page-builder .hero-block.block-container{padding-top:10vw}@media (min-width:1024px){.page-builder .hero-block.block-container{padding-top:4.86111vw}}@media (min-width:1440px){.page-builder .hero-block.block-container{padding-top:70px}}.page-builder .hero-block__content{background-color:#121212;flex-direction:column;align-items:flex-end;gap:5vw;width:100%;display:flex}@media (min-width:768px){.page-builder .hero-block__content{flex-direction:row;gap:2.60417vw}}@media (min-width:1024px){.page-builder .hero-block__content{align-items:flex-start;gap:4.16667vw}}@media (min-width:1440px){.page-builder .hero-block__content{gap:60px}}.page-builder .hero-block__header{align-items:stretch;gap:5vw;margin-bottom:5vw;display:flex}@media (min-width:768px){.page-builder .hero-block__header{flex-direction:column;align-items:flex-start;gap:0;margin-bottom:0}}.page-builder .hero-block__text-wrapper{flex-direction:column;justify-content:center;width:100%;display:flex}@media (min-width:1024px){.page-builder .hero-block__text-wrapper{max-width:44.4444vw}}@media (min-width:1440px){.page-builder .hero-block__text-wrapper{max-width:640px}}.page-builder .hero-block__text-wrapper img{object-fit:cover;border:1px solid #e3e3e333;border-radius:50%;width:17.5vw;height:17.5vw;display:block}@media (min-width:768px){.page-builder .hero-block__text-wrapper img{width:8.33333vw;height:8.33333vw;margin-bottom:5.20833vw}}@media (min-width:1024px){.page-builder .hero-block__text-wrapper img{width:6.94444vw;height:6.94444vw;margin-bottom:2.77778vw}}@media (min-width:1440px){.page-builder .hero-block__text-wrapper img{width:100px;height:100px;margin-bottom:40px}}.page-builder .hero-block__text-wrapper p{color:#fffc;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;width:100%;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.page-builder .hero-block__text-wrapper p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.page-builder .hero-block__text-wrapper p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.page-builder .hero-block__text-wrapper p{font-size:17px;line-height:24px}}@media (min-width:768px){.page-builder .hero-block__text-wrapper p{margin-top:2.60417vw}}@media (min-width:1024px){.page-builder .hero-block__text-wrapper p{max-width:38.1944vw;margin-top:1.38889vw}}@media (min-width:1440px){.page-builder .hero-block__text-wrapper p{max-width:550px;margin-top:20px}}.page-builder .hero-block__image-wrapper{width:100%;height:100%}@media (min-width:1024px){.page-builder .hero-block__image-wrapper{justify-content:flex-end}}.page-builder .hero-block__image-wrapper img{border-radius:24px}@media (min-width:768px){.page-builder .hero-block__image-wrapper img{border-radius:40px}}@media (min-width:1024px){.page-builder .hero-block__image-wrapper img{border-radius:60px}}.page-builder .hero-block__cards-wrapper{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:3.75vw;width:100%;margin-top:5vw;display:flex}@media (min-width:768px){.page-builder .hero-block__cards-wrapper{gap:1.5625vw;margin-top:2.60417vw}}@media (min-width:1024px){.page-builder .hero-block__cards-wrapper{flex-wrap:nowrap;gap:1.38889vw;margin-top:1.38889vw}}@media (min-width:1440px){.page-builder .hero-block__cards-wrapper{gap:20px;max-width:1440px;margin-top:20px}}.page-builder .hero-block__card{background-color:#1a1a1a;border-radius:16px;flex-direction:column;justify-content:center;gap:2.5vw;width:100%;padding:5vw;display:flex;overflow:hidden}@media (min-width:768px){.page-builder .hero-block__card{border-radius:24px;gap:1.04167vw;width:49%;padding:2.08333vw}}@media (min-width:1024px){.page-builder .hero-block__card{border-radius:32px;gap:.555556vw;min-height:7.63889vw;padding:1.66667vw}}@media (min-width:1440px){.page-builder .hero-block__card{gap:8px;min-height:110px;padding:24px}}.page-builder .hero-block__card.full{border-radius:40px;align-items:center;width:100%;min-height:62.5vw;margin-top:5vw;padding:18.75vw 6.25vw}@media (min-width:768px){.page-builder .hero-block__card.full{min-height:26.0417vw;margin-top:2.60417vw;padding:7.8125vw}}@media (min-width:1024px){.page-builder .hero-block__card.full{min-height:13.8889vw;margin-top:1.38889vw;padding:4.16667vw}}@media (min-width:1440px){.page-builder .hero-block__card.full{min-height:200px;margin-top:20px;padding:60px}}.page-builder .hero-block__card.full p{-webkit-text-fill-color:transparent;color:#0000;font-family:var(--font-sora),Arial,sans-serif;letter-spacing:-.03em;text-align:center;background:linear-gradient(90deg,#c4ffc2,#ffe2fc 45.2%,#eeffa8);-webkit-background-clip:text;background-clip:text;font-size:8.125vw;font-weight:400;line-height:10vw}@media (min-width:768px){.page-builder .hero-block__card.full p{font-size:4.42708vw;line-height:5.46875vw}}@media (min-width:1024px){.page-builder .hero-block__card.full p{font-size:2.77778vw;line-height:3.61111vw}}@media (min-width:1440px){.page-builder .hero-block__card.full p{font-size:40px;line-height:52px}}@media (min-width:1024px){.page-builder .hero-block__card.full p{max-width:52.7778vw}}@media (min-width:1440px){.page-builder .hero-block__card.full p{max-width:760px}}.page-builder .hero-block__card:first-child:hover .hero-block__card-label{color:#c4ffc2}.page-builder .hero-block__card:first-child:hover .hero-block__card-label svg{transform:rotate(-45deg)translate(6px)}.page-builder .hero-block__card-label{color:#ffffff80;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;align-items:center;gap:2.5vw;font-size:3.75vw;font-weight:400;line-height:5.625vw;transition:color .4s;display:inline-flex}@media (min-width:768px){.page-builder .hero-block__card-label{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.page-builder .hero-block__card-label{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.page-builder .hero-block__card-label{font-size:14px;line-height:22px}}@media (min-width:768px){.page-builder .hero-block__card-label{gap:1.04167vw}}@media (min-width:1024px){.page-builder .hero-block__card-label{gap:.555556vw}}@media (min-width:1440px){.page-builder .hero-block__card-label{gap:8px}}.page-builder .hero-block__card-label svg{transition:transform .4s,color .4s;transform:rotate(-45deg)}@media (min-width:1024px){.page-builder .hero-block__card-label svg{width:1.11111vw}}@media (min-width:1440px){.page-builder .hero-block__card-label svg{width:16px}}.page-builder .hero-block__card-title{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:2.5vw;width:100%;font-size:5vw;font-weight:400;line-height:7.5vw;display:inline-flex;overflow:hidden}@media (min-width:768px){.page-builder .hero-block__card-title{font-size:2.34375vw;line-height:3.38542vw}}@media (min-width:1024px){.page-builder .hero-block__card-title{font-size:1.38889vw;line-height:2.08333vw}}@media (min-width:1440px){.page-builder .hero-block__card-title{font-size:20px;line-height:30px}}@media (min-width:768px){.page-builder .hero-block__card-title{gap:1.04167vw}}@media (min-width:1024px){.page-builder .hero-block__card-title{gap:.555556vw}}@media (min-width:1440px){.page-builder .hero-block__card-title{gap:8px}}.page-builder .hero-block__card-flag-wrapper{clip-path:circle(45%);width:7.5vw;height:7.5vw}@media (min-width:768px){.page-builder .hero-block__card-flag-wrapper{width:3.64583vw;height:3.64583vw}}@media (min-width:1024px){.page-builder .hero-block__card-flag-wrapper{width:2.22222vw;height:2.22222vw}}@media (min-width:1440px){.page-builder .hero-block__card-flag-wrapper{width:32px;height:32px}}.page-builder .hero-block__card-flag-wrapper img{object-fit:cover;width:100%;height:100%}.page-builder .hero-block__card-tag-wrapper{gap:2.5vw;display:flex}@media (min-width:768px){.page-builder .hero-block__card-tag-wrapper{gap:1.04167vw}}@media (min-width:1024px){.page-builder .hero-block__card-tag-wrapper{gap:.555556vw}}@media (min-width:1440px){.page-builder .hero-block__card-tag-wrapper{gap:8px}}.page-builder .hero-block__card-tag{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background-color:#e3e3e3;border-radius:20px;height:7.5vw;padding:1.25vw 2.5vw;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.page-builder .hero-block__card-tag{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.page-builder .hero-block__card-tag{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.page-builder .hero-block__card-tag{font-size:13px;line-height:20px}}@media (min-width:768px){.page-builder .hero-block__card-tag{border-radius:20px;height:3.64583vw;padding:.520833vw 1.04167vw}}@media (min-width:1024px){.page-builder .hero-block__card-tag{border-radius:20px;height:1.94444vw;padding:.277778vw .555556vw}}@media (min-width:1440px){.page-builder .hero-block__card-tag{height:28px;padding:4px 8px}}.page-builder .quote-block{background:#f5f5f5;width:100%}.page-builder .quote-block__inner{flex-direction:column;justify-content:center;align-items:center;display:flex}.page-builder .quote-block__text{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;text-align:center;width:100%;margin:7.5vw 0 5vw;font-size:6.25vw;font-weight:500;line-height:8.75vw}@media (min-width:768px){.page-builder .quote-block__text{font-size:3.125vw;line-height:4.16667vw}}@media (min-width:1024px){.page-builder .quote-block__text{font-size:2.22222vw;line-height:3.05556vw}}@media (min-width:1440px){.page-builder .quote-block__text{font-size:32px;line-height:44px}}@media (min-width:768px){.page-builder .quote-block__text{max-width:65.1042vw;margin-top:3.125vw;margin-bottom:4.16667vw}}@media (min-width:1024px){.page-builder .quote-block__text{max-width:55.5556vw;margin-top:1.66667vw;margin-bottom:2.77778vw}}@media (min-width:1440px){.page-builder .quote-block__text{max-width:800px;margin-top:24px;margin-bottom:40px}}.page-builder .quote-block__author{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}@media (min-width:1024px){.page-builder .quote-block__author{max-width:33.3333vw}}@media (min-width:1440px){.page-builder .quote-block__author{max-width:480px}}.page-builder .quote-block__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:15vw;height:15vw;margin:0 auto 15px;display:flex}@media (min-width:768px){.page-builder .quote-block__avatar{width:6.25vw;height:6.25vw}}@media (min-width:1024px){.page-builder .quote-block__avatar{width:3.33333vw;height:3.33333vw}}@media (min-width:1440px){.page-builder .quote-block__avatar{width:48px;height:48px}}.page-builder .quote-block__name{color:#121212;font-family:var(--font-inter),Arial,sans-serif;font-family:var(--font-jetbrains);letter-spacing:.02em;justify-content:center;align-items:center;gap:6px;margin:0 0 5px;font-size:4.375vw;font-weight:400;line-height:6.875vw;display:inline-flex}@media (min-width:768px){.page-builder .quote-block__name{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.page-builder .quote-block__name{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.page-builder .quote-block__name{font-size:17px;line-height:24px}}.page-builder .quote-block__position{color:#121212;justify-content:center;gap:6px;margin:0 0 15px;font-weight:400;display:inline-flex}.page-builder .quote-block__position a{color:#3e96ed;align-items:center;text-decoration:underline;display:inline-flex}.page-builder .grid-block{background-color:#f5f5f5;width:100%}.page-builder .grid-block__content-column{flex-direction:column;gap:7.5vw;margin-top:7.5vw;display:flex}@media (min-width:768px){.page-builder .grid-block__content-column{gap:5.20833vw;margin-top:5.20833vw}}@media (min-width:1024px){.page-builder .grid-block__content-column{gap:4.44444vw;margin-top:4.44444vw}}@media (min-width:1440px){.page-builder .grid-block__content-column{gap:64px;margin-top:64px}}.page-builder .grid-block__row{flex-direction:column;justify-content:space-between;align-items:center;gap:9.375vw;display:flex}@media (min-width:768px){.page-builder .grid-block__row{flex-direction:row;gap:3.90625vw}}@media (min-width:1024px){.page-builder .grid-block__row{gap:4.16667vw}}@media (min-width:1440px){.page-builder .grid-block__row{gap:60px}}@media (min-width:768px){.page-builder .grid-block__row:nth-child(2n){flex-direction:row-reverse}}.page-builder .grid-block__row-text-wrapper{flex-direction:column;justify-content:center;width:100%;display:flex}@media (min-width:1024px){.page-builder .grid-block__row-text-wrapper{padding:2.77778vw}}@media (min-width:1440px){.page-builder .grid-block__row-text-wrapper{padding:40px}}.page-builder .grid-block__row-title{color:#121212}.page-builder .grid-block__row-description{color:#595959;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;margin-top:5.625vw;font-size:5vw;font-weight:400;line-height:7.5vw}@media (min-width:768px){.page-builder .grid-block__row-description{font-size:2.34375vw;line-height:3.38542vw}}@media (min-width:1024px){.page-builder .grid-block__row-description{font-size:1.38889vw;line-height:2.08333vw}}@media (min-width:1440px){.page-builder .grid-block__row-description{font-size:20px;line-height:30px}}@media (min-width:768px){.page-builder .grid-block__row-description{margin-top:3.125vw}}@media (min-width:1024px){.page-builder .grid-block__row-description{margin-top:1.66667vw}}@media (min-width:1440px){.page-builder .grid-block__row-description{margin-top:24px}}.page-builder .grid-block__row-image-wrapper{width:100%}@media (min-width:1024px){.page-builder .grid-block__row-image-wrapper{max-width:39.4444vw}}@media (min-width:1440px){.page-builder .grid-block__row-image-wrapper{max-width:568px}}.page-builder .grid-block__row-image-wrapper img{object-fit:cover;border-radius:40px;width:100%;height:auto;display:block}.page-builder .benefits-block{width:100%}.page-builder .benefits-block__cards-wrapper{flex-direction:column;justify-content:space-between;align-items:stretch;gap:5vw;width:100%;height:auto;margin-top:7.5vw;display:flex}@media (min-width:768px){.page-builder .benefits-block__cards-wrapper{gap:2.08333vw;margin-top:5.20833vw}}@media (min-width:1024px){.page-builder .benefits-block__cards-wrapper{flex-direction:row;gap:1.38889vw;margin-top:4.16667vw}}@media (min-width:1440px){.page-builder .benefits-block__cards-wrapper{gap:20px;margin-top:60px}}.page-builder .benefits-block__card{border-radius:16px;flex-direction:column;flex:1;justify-content:flex-start;gap:3.75vw;width:100%;padding:5vw;transition:transform .4s,box-shadow .4s,background .4s;display:flex}@media (min-width:768px){.page-builder .benefits-block__card{border-radius:24px;gap:1.5625vw;padding:4.16667vw}}@media (min-width:1024px){.page-builder .benefits-block__card{border-radius:40px;gap:1.66667vw;padding:2.77778vw}}@media (min-width:1440px){.page-builder .benefits-block__card{gap:24px;padding:40px}}.page-builder .benefits-block__card:nth-child(n){background-color:#ffa978}.page-builder .benefits-block__card:nth-child(2n){background-color:#c4ffc2}.page-builder .benefits-block__card:nth-child(3n){background-color:#ffe2fc}.page-builder .benefits-block__card h3,.page-builder .benefits-block__card p{transform-origin:0;transition:transform .5s}.page-builder .benefits-block__card:hover h3,.page-builder .benefits-block__card:hover p{transform:scale(.97)}.page-builder .benefits-block__card h3{color:#121212}.page-builder .benefits-block__card p{color:#121212b3;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.page-builder .benefits-block__card p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.page-builder .benefits-block__card p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.page-builder .benefits-block__card p{font-size:17px;line-height:24px}}.page-builder .metrics-block{width:100%;position:relative}.page-builder .metrics-block__background{z-index:0;background-position:top;background-repeat:no-repeat;background-size:cover;height:auto;position:absolute;inset:0}.page-builder .metrics-block__inner{flex-direction:column;justify-content:space-between;align-items:stretch;gap:7.5vw;display:flex}@media (min-width:768px){.page-builder .metrics-block__inner{flex-direction:row;gap:5.20833vw}}@media (min-width:1024px){.page-builder .metrics-block__inner{gap:4.16667vw}}@media (min-width:1440px){.page-builder .metrics-block__inner{gap:60px}}.page-builder .metrics-block .block-header{width:100%}@media (min-width:768px){.page-builder .metrics-block .block-header{text-align:left;max-width:43.4896vw}}@media (min-width:1024px){.page-builder .metrics-block .block-header{max-width:42.5vw}}@media (min-width:1440px){.page-builder .metrics-block .block-header{max-width:612px}}.page-builder .metrics-block__cards-wrapper{z-index:3;border:1px solid #333;border-radius:20px;flex-direction:column;flex:1;height:fit-content;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.page-builder .metrics-block__cards-wrapper{border-radius:32px}}@media (min-width:1024px){.page-builder .metrics-block__cards-wrapper{border-radius:40px}}.page-builder .metrics-block__card{background-color:#1a1a1a;flex-direction:column;gap:2.5vw;padding:7.5vw 6.25vw;display:flex}@media (min-width:768px){.page-builder .metrics-block__card{gap:1.04167vw;padding:4.16667vw}}@media (min-width:1024px){.page-builder .metrics-block__card{gap:.555556vw;padding:2.77778vw 4.16667vw}}@media (min-width:1440px){.page-builder .metrics-block__card{gap:8px;padding:40px 60px}}.page-builder .metrics-block__card:not(:last-child){border-bottom:1px solid #333}.page-builder .metrics-block__card h3{-webkit-text-fill-color:transparent;color:#0000;font-family:var(--font-sora),Arial,sans-serif;letter-spacing:-.03em;background:linear-gradient(90deg,#c4ffc2,#ffe2fc 45.2%,#eeffa8);-webkit-background-clip:text;background-clip:text;font-size:10.625vw;font-weight:400;line-height:11.875vw}@media (min-width:768px){.page-builder .metrics-block__card h3{font-size:5.72917vw;line-height:6.77083vw}}@media (min-width:1024px){.page-builder .metrics-block__card h3{font-size:4.16667vw;line-height:4.58333vw}}@media (min-width:1440px){.page-builder .metrics-block__card h3{font-size:60px;line-height:66px}}.page-builder .metrics-block__card p{color:#ffffffb3;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.page-builder .metrics-block__card p{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.page-builder .metrics-block__card p{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.page-builder .metrics-block__card p{font-size:13px;line-height:20px}}.page-builder .ecosystems-block{background-color:#f5f5f5;width:100vw}@media (min-width:768px){.page-builder .ecosystems-block .block-header h2{white-space:pre-wrap}}.page-builder .ecosystems-block .block-container{background-color:#121212;max-width:100%}.page-builder .ecosystems-block__carousel-wrapper{position:relative}@media (min-width:1024px){.page-builder .ecosystems-block__carousel-wrapper{padding-left:0}}@media (min-width:1440px){.page-builder .ecosystems-block__carousel-wrapper{padding-left:0}}.page-builder .ecosystems-block__carousel{width:100vw;margin-top:7.5vw;padding:1.875vw 0;overflow:hidden}@media (min-width:768px){.page-builder .ecosystems-block__carousel{margin-top:5.20833vw;padding:.78125vw 0}}@media (min-width:1024px){.page-builder .ecosystems-block__carousel{margin-top:4.44444vw;padding:.416667vw 0}}@media (min-width:1440px){.page-builder .ecosystems-block__carousel{max-width:1900px;margin-top:64px;padding:6px 0}}.page-builder .ecosystems-block__carousel .slick-list{overscroll-behavior:contain;touch-action:pan-y;overflow:visible}.page-builder .ecosystems-block__carousel .slick-slide{width:100%;max-width:87.5vw;height:100%;padding:0 1.25vw}@media (min-width:768px){.page-builder .ecosystems-block__carousel .slick-slide{max-width:41.4063vw;padding:0 1.30208vw}}@media (min-width:1024px){.page-builder .ecosystems-block__carousel .slick-slide{max-width:22.0833vw;padding:0 .694444vw}}@media (min-width:1440px){.page-builder .ecosystems-block__carousel .slick-slide{max-width:318px;padding:0 10px}}.page-builder .ecosystems-block__card{background:#1a1a1a;border:1px solid #333;border-radius:32px;flex-direction:column;justify-content:space-between;width:100%;height:auto;padding:5vw;transition:transform .4s;display:flex}@media (min-width:768px){.page-builder .ecosystems-block__card{padding:2.08333vw}}@media (min-width:1024px){.page-builder .ecosystems-block__card{padding:1.66667vw}}@media (min-width:1440px){.page-builder .ecosystems-block__card{padding:24px}}.page-builder .ecosystems-block__card:hover{transform:scale(1.03)}.page-builder .ecosystems-block__card-header{justify-content:space-between;align-items:flex-start;gap:5vw;display:flex}@media (min-width:768px){.page-builder .ecosystems-block__card-header{gap:2.08333vw}}@media (min-width:1024px){.page-builder .ecosystems-block__card-header{gap:1.11111vw}}@media (min-width:1440px){.page-builder .ecosystems-block__card-header{gap:16px}}.page-builder .ecosystems-block__logo{border:1px solid #333;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20vw;height:20vw;display:flex;overflow:hidden}@media (min-width:768px){.page-builder .ecosystems-block__logo{width:8.33333vw;height:8.33333vw}}@media (min-width:1024px){.page-builder .ecosystems-block__logo{width:5vw;height:5vw}}@media (min-width:1440px){.page-builder .ecosystems-block__logo{width:72px;height:72px}}.page-builder .ecosystems-block__logo img{object-fit:cover;width:100%;height:auto;display:block}.page-builder .ecosystems-block__tags{flex-wrap:wrap;justify-content:flex-end;gap:1.25vw;display:flex}@media (min-width:768px){.page-builder .ecosystems-block__tags{gap:.520833vw}}@media (min-width:1024px){.page-builder .ecosystems-block__tags{gap:.277778vw}}@media (min-width:1440px){.page-builder .ecosystems-block__tags{gap:4px}}.page-builder .ecosystems-block__tag{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;background:#424242;border-radius:720px;padding:1.25vw 2.5vw;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.page-builder .ecosystems-block__tag{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.page-builder .ecosystems-block__tag{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.page-builder .ecosystems-block__tag{font-size:14px;line-height:22px}}@media (min-width:768px){.page-builder .ecosystems-block__tag{padding:.520833vw 1.5625vw}}@media (min-width:1024px){.page-builder .ecosystems-block__tag{padding:.416667vw .833333vw}}@media (min-width:1440px){.page-builder .ecosystems-block__tag{padding:6px 12px}}.page-builder .ecosystems-block__card-text{flex-direction:column;justify-content:flex-end;display:flex}.page-builder .ecosystems-block__title{color:#f5f5f5;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;margin-top:5vw;margin-bottom:5vw;font-size:5.625vw;font-weight:500;line-height:7.5vw}@media (min-width:768px){.page-builder .ecosystems-block__title{font-size:2.47396vw;line-height:3.38542vw}}@media (min-width:1024px){.page-builder .ecosystems-block__title{font-size:1.52778vw;line-height:2.08333vw}}@media (min-width:1440px){.page-builder .ecosystems-block__title{font-size:22px;line-height:30px}}@media (min-width:768px){.page-builder .ecosystems-block__title{margin-top:2.08333vw;margin-bottom:2.08333vw}}@media (min-width:1024px){.page-builder .ecosystems-block__title{margin-top:1.66667vw;margin-bottom:1.38889vw}}@media (min-width:1440px){.page-builder .ecosystems-block__title{margin-top:24px;margin-bottom:20px}}.page-builder .ecosystems-block__description{-webkit-line-clamp:3;color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;opacity:.7;-webkit-box-orient:vertical;margin-bottom:7.5vw;font-size:3.75vw;font-weight:400;line-height:5.625vw;display:-webkit-box;overflow:hidden}@media (min-width:768px){.page-builder .ecosystems-block__description{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.page-builder .ecosystems-block__description{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.page-builder .ecosystems-block__description{font-size:14px;line-height:22px}}@media (min-width:768px){.page-builder .ecosystems-block__description{min-height:8.59375vw;margin-bottom:3.125vw}}@media (min-width:1024px){.page-builder .ecosystems-block__description{min-height:4.58333vw;margin-bottom:2.22222vw}}@media (min-width:1440px){.page-builder .ecosystems-block__description{min-height:66px;margin-bottom:32px}}.page-builder .ecosystems-block__cta{color:#fff;cursor:pointer;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;justify-content:flex-end;align-items:center;margin-left:auto;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:color .3s;display:inline-flex}@media (min-width:768px){.page-builder .ecosystems-block__cta{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.page-builder .ecosystems-block__cta{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.page-builder .ecosystems-block__cta{font-size:15px;line-height:20px}}.page-builder .ecosystems-block__cta:hover{color:#ffa978}.page-builder .ecosystems-block__cta svg{width:3.75vw;height:3.75vw;margin-left:3.75vw;transition:transform .3s}@media (min-width:768px){.page-builder .ecosystems-block__cta svg{width:1.95313vw;height:1.95313vw;margin-left:1.5625vw}}@media (min-width:1024px){.page-builder .ecosystems-block__cta svg{width:1.04167vw;height:1.04167vw;margin-left:.833333vw}}@media (min-width:1440px){.page-builder .ecosystems-block__cta svg{width:15px;height:15px;margin-left:12px}}.page-builder .ecosystems-block__cta:hover svg{transform:translate(4px)}.page-builder .ecosystems-block__controls{justify-content:center;gap:6.25vw;margin-top:5vw;margin-left:-5vw;padding-bottom:1.5625vw;display:flex}@media (min-width:768px){.page-builder .ecosystems-block__controls{gap:2.60417vw;margin-top:4.16667vw;margin-left:-3.90625vw;padding-bottom:.651042vw}}@media (min-width:1024px){.page-builder .ecosystems-block__controls{gap:1.38889vw;margin-top:2.77778vw;margin-left:0;padding-bottom:.347222vw}}@media (min-width:1440px){.page-builder .ecosystems-block__controls{gap:20px;margin-top:40px;margin-left:0;padding-bottom:5px}}.page-builder .ecosystems-block__controls button{cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:10vw;height:10vw;padding:3.125vw;transition:transform .3s;display:flex}@media (min-width:768px){.page-builder .ecosystems-block__controls button{width:5.72917vw;height:5.72917vw;padding:1.82292vw}}@media (min-width:1024px){.page-builder .ecosystems-block__controls button{width:3.05556vw;height:3.05556vw;padding:.972222vw}}@media (min-width:1440px){.page-builder .ecosystems-block__controls button{width:44px;height:44px;padding:14px}}.page-builder .ecosystems-block__controls button:first-child svg{transform:rotate(-180deg)}.page-builder .ecosystems-block__controls button:hover{transform:scale(1.1)}.page-builder .media-block{background:#f5f5f5;width:100%}.page-builder .media-block .block-container{position:relative}.page-builder .media-block__background{z-index:0;background-position:top;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}@media (min-width:1024px){.page-builder .media-block__background{height:20.8333vw}}@media (min-width:1440px){.page-builder .media-block__background{height:300px}}.page-builder .media-block__list{border-radius:20px;flex-direction:column;margin-top:7.5vw;display:flex;overflow:hidden}@media (min-width:768px){.page-builder .media-block__list{border-radius:40px;margin-top:5.20833vw}}@media (min-width:1024px){.page-builder .media-block__list{margin-top:4.16667vw}}@media (min-width:1440px){.page-builder .media-block__list{margin-top:60px}}.page-builder .media-block__item{cursor:pointer;background-color:#fff;border:1px solid #e3e3e333;flex-direction:column;padding:9.375vw 6.25vw;display:flex;position:relative}.page-builder .media-block__item:not(.active) .media-block__item-header,.page-builder .media-block__item:not(.active) .media-block__item-title{opacity:.6}.page-builder .media-block__item.active .media-block__item-header{opacity:1}@media (min-width:768px){.page-builder .media-block__item{padding:3.90625vw}}@media (min-width:1024px){.page-builder .media-block__item{padding:4.16667vw}}@media (min-width:1440px){.page-builder .media-block__item{padding:60px}}.page-builder .media-block__item-container{align-items:center;display:flex}.page-builder .media-block__item-header{color:#121212;flex-direction:column;row-gap:3.125vw;margin-bottom:6.25vw;transition:opacity .3s;display:flex}@media (min-width:768px){.page-builder .media-block__item-header{flex-direction:row;align-items:center;gap:2.60417vw;margin-bottom:2.60417vw}}@media (min-width:1024px){.page-builder .media-block__item-header{gap:1.38889vw;margin-bottom:1.38889vw}}@media (min-width:1440px){.page-builder .media-block__item-header{gap:20px;margin-bottom:20px}}.page-builder .media-block__item-header .media-block__divider{background-color:#121212;width:2px;height:10px;display:none}@media (min-width:768px){.page-builder .media-block__item-header .media-block__divider{display:block}}.page-builder .media-block__item-header .media-block__date{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;font-size:3.4375vw;font-weight:500;line-height:5vw;transition:color .3s;position:relative}@media (min-width:768px){.page-builder .media-block__item-header .media-block__date{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.page-builder .media-block__item-header .media-block__date{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.page-builder .media-block__item-header .media-block__date{font-size:13px;line-height:20px}}.page-builder .media-block__item-header .media-block__link{color:#121212;cursor:pointer;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:3.75vw;padding:3.75vw 0;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:color .3s;display:inline-flex}@media (min-width:768px){.page-builder .media-block__item-header .media-block__link{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.page-builder .media-block__item-header .media-block__link{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.page-builder .media-block__item-header .media-block__link{font-size:15px;line-height:20px}}@media (min-width:768px){.page-builder .media-block__item-header .media-block__link{gap:1.5625vw;padding:1.5625vw 0}}@media (min-width:1024px){.page-builder .media-block__item-header .media-block__link{gap:.833333vw;padding:.833333vw 0}}@media (min-width:1440px){.page-builder .media-block__item-header .media-block__link{gap:12px;padding:12px 0}}.page-builder .media-block__item-header .media-block__link:hover{color:#ffa978}.page-builder .media-block__item-header .media-block__link:hover svg{transform:translate(1.875vw)}@media (min-width:768px){.page-builder .media-block__item-header .media-block__link:hover svg{transform:translate(.78125vw)}}@media (min-width:1024px){.page-builder .media-block__item-header .media-block__link:hover svg{transform:translate(.416667vw)}}@media (min-width:1440px){.page-builder .media-block__item-header .media-block__link:hover svg{transform:translate(6px)}}.page-builder .media-block__item-header .media-block__link svg{width:4.6875vw;transition:transform .3s}@media (min-width:768px){.page-builder .media-block__item-header .media-block__link svg{width:1.95313vw}}@media (min-width:1024px){.page-builder .media-block__item-header .media-block__link svg{width:1.04167vw}}@media (min-width:1440px){.page-builder .media-block__item-header .media-block__link svg{width:15px}}.page-builder .media-block__item-text .media-block__item-title{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;font-size:6.25vw;font-weight:500;line-height:8.75vw;transition:opacity .4s}@media (min-width:768px){.page-builder .media-block__item-text .media-block__item-title{font-size:3.125vw;line-height:4.16667vw}}@media (min-width:1024px){.page-builder .media-block__item-text .media-block__item-title{font-size:2.22222vw;line-height:3.05556vw}}@media (min-width:1440px){.page-builder .media-block__item-text .media-block__item-title{font-size:32px;line-height:44px}}@media (min-width:768px){.page-builder .media-block__item-text .media-block__item-title{padding-right:4.16667vw}}@media (min-width:1024px){.page-builder .media-block__item-text .media-block__item-title{padding-right:2.22222vw}}@media (min-width:1440px){.page-builder .media-block__item-text .media-block__item-title{padding-right:32px}}.page-builder .media-block__item .media-block__item-image{object-fit:cover;opacity:0;transition:opacity .7s ease-in-out;display:none}.page-builder .media-block__item .media-block__item-image.visible{opacity:1}@media (min-width:768px){.page-builder .media-block__item .media-block__item-image{border-radius:16px;width:22.9167vw;height:13.0208vw;margin-left:auto;display:block}}@media (min-width:1024px){.page-builder .media-block__item .media-block__item-image{border-radius:24px;width:17.6389vw;height:10vw}}@media (min-width:1440px){.page-builder .media-block__item .media-block__item-image{width:254px;height:144px}}.network-statistics{flex-direction:column;justify-content:center;align-items:center;gap:3.75vw;width:100%;display:flex}@media (min-width:768px){.network-statistics{gap:1.5625vw}}@media (min-width:1024px){.network-statistics{gap:1.38889vw}}@media (min-width:1440px){.network-statistics{gap:20px}}.network-statistics__row{flex-direction:column;align-items:center;gap:3.75vw;width:100%;display:flex}@media (min-width:768px){.network-statistics__row{flex-direction:row;gap:1.5625vw}}@media (min-width:1024px){.network-statistics__row{gap:1.38889vw}}@media (min-width:1440px){.network-statistics__row{gap:20px}}@media (min-width:768px){.network-statistics__row--middle{grid-template-columns:repeat(2,1fr);display:grid}}@media (min-width:1024px){.network-statistics__row--middle{display:flex}}.network-statistics__card{background-color:#1a1a1a;border:.75px solid #333;border-radius:20px;justify-content:space-between;align-items:center;gap:2.5vw;width:100%;height:100%;min-height:20vw;padding:5vw;display:flex;overflow:hidden}@media (min-width:768px){.network-statistics__card{border-radius:32px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.04167vw;min-height:15.625vw;padding:2.60417vw}}@media (min-width:1024px){.network-statistics__card{border-radius:40px;gap:.555556vw;min-height:9.58333vw;padding:1.66667vw}}@media (min-width:1440px){.network-statistics__card{gap:8px;min-height:138px;padding:24px}}.network-statistics__card--graph{flex-direction:column;justify-content:flex-start;align-items:flex-start;min-height:60.625vw;padding-top:4.375vw;padding-bottom:3.125vw}@media (min-width:768px){.network-statistics__card--graph{min-height:29.6875vw;padding-top:2.34375vw;padding-bottom:1.30208vw}}@media (min-width:1024px){.network-statistics__card--graph{min-height:17.0833vw;padding-top:1.52778vw;padding-bottom:.972222vw}}@media (min-width:1440px){.network-statistics__card--graph{min-height:246px;padding-top:22px;padding-bottom:14px}}.network-statistics__card--graph .network-statistics__header{align-items:center;height:10vw;display:flex}@media (min-width:768px){.network-statistics__card--graph .network-statistics__header{height:4.16667vw}}@media (min-width:1024px){.network-statistics__card--graph .network-statistics__header{height:2.22222vw}}@media (min-width:1440px){.network-statistics__card--graph .network-statistics__header{height:32px}}.network-statistics__graph-wrapper{flex-direction:column;flex-grow:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.network-statistics__dropdown-wrapper{justify-content:space-between;align-items:center;gap:2.5vw;width:100%;display:flex}@media (min-width:768px){.network-statistics__dropdown-wrapper{gap:1.04167vw}}.network-statistics__dropdown{justify-content:flex-end;width:fit-content;display:flex}@media (min-width:1024px){.network-statistics__dropdown{width:100%}}.network-statistics__dropdown .dropdown__toggle{border:1px solid #333;min-width:37.5vw;height:10vw;padding:2.1875vw 3.75vw}@media (min-width:768px){.network-statistics__dropdown .dropdown__toggle{min-width:16.9271vw;height:4.16667vw;padding:.651042vw 1.5625vw}}@media (min-width:1024px){.network-statistics__dropdown .dropdown__toggle{border-radius:40px;min-width:9.44445vw;height:2.22222vw;padding:.416667vw .833333vw}}@media (min-width:1440px){.network-statistics__dropdown .dropdown__toggle{min-width:136px;height:32px;padding:5px 12px}}.network-statistics__dropdown .dropdown__toggle .dropdown__selected{text-transform:capitalize}.network-statistics__dropdown .dropdown__toggle.selected-option{color:#fff;background:#242424}.network-statistics__dropdown .dropdown__menu{background:#242424}.network-statistics__dropdown .dropdown__chevron{color:#fff;width:3.75vw;height:3.75vw}@media (min-width:768px){.network-statistics__dropdown .dropdown__chevron{width:1.5625vw;height:1.5625vw}}@media (min-width:1024px){.network-statistics__dropdown .dropdown__chevron{width:.833333vw;height:.833333vw}}@media (min-width:1440px){.network-statistics__dropdown .dropdown__chevron{width:12px;height:12px}}.network-statistics__dropdown .dropdown__item{height:10vw;padding:2.1875vw 3.75vw}@media (min-width:768px){.network-statistics__dropdown .dropdown__item{height:4.16667vw;padding:.651042vw 1.5625vw}}@media (min-width:1024px){.network-statistics__dropdown .dropdown__item{height:get-vw-deskop(32px);padding:get-vw-deskop(7px) get-vw-deskop(12px)}}@media (min-width:1440px){.network-statistics__dropdown .dropdown__item{height:32px;padding:5px 12px}}.network-statistics__dropdown .dropdown__item svg{width:7.5vw;height:7.5vw}@media (min-width:768px){.network-statistics__dropdown .dropdown__item svg{height:3.125vw;height:get-vw-deskop(24px);width:3.125vw;width:get-vw-deskop(24px)}}@media (min-width:1440px){.network-statistics__dropdown .dropdown__item svg{width:24px;height:24px}}.network-statistics__dropdown .dropdown__item--selected{background:#313131}.network-statistics__dropdown .dropdown__item-text{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;text-transform:capitalize;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.network-statistics__dropdown .dropdown__item-text{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.network-statistics__dropdown .dropdown__item-text{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.network-statistics__dropdown .dropdown__item-text{font-size:14px;line-height:22px}}.network-statistics__dropdown .dropdown__item svg.selected{right:-2.5vw}@media (min-width:768px){.network-statistics__dropdown .dropdown__item svg.selected{right:-1.04167vw}}@media (min-width:1024px){.network-statistics__dropdown .dropdown__item svg.selected{right:-.555556vw}}@media (min-width:1440px){.network-statistics__dropdown .dropdown__item svg.selected{right:-8px}}.network-statistics__header{align-items:center;gap:2.5vw;width:100%;display:flex}@media (min-width:768px){.network-statistics__header{gap:1.04167vw}}@media (min-width:1024px){.network-statistics__header{gap:.555556vw}}@media (min-width:1440px){.network-statistics__header{gap:8px}}.network-statistics__header svg{flex-shrink:0;width:7.5vw;height:7.5vw;display:flex}@media (min-width:768px){.network-statistics__header svg{width:3.125vw;height:3.125vw}}@media (min-width:1024px){.network-statistics__header svg{width:1.66667vw;height:1.66667vw}}@media (min-width:1440px){.network-statistics__header svg{width:24px;height:24px}}.network-statistics__header span{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.network-statistics__header span{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.network-statistics__header span{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.network-statistics__header span{font-size:13px;line-height:20px}}@media (min-width:768px){.network-statistics__header span{white-space:nowrap}}.network-statistics__value{color:#fff;font-family:var(--font-sora),Arial,sans-serif;letter-spacing:-.03em;align-items:center;width:fit-content;font-size:8.125vw;font-weight:400;line-height:10vw;display:flex}@media (min-width:768px){.network-statistics__value{font-size:4.42708vw;line-height:5.46875vw}}@media (min-width:1024px){.network-statistics__value{font-size:2.77778vw;line-height:3.61111vw}}@media (min-width:1440px){.network-statistics__value{font-size:40px;line-height:52px}}.network-statistics__value--unit{color:#fff6;align-items:center;gap:3.75vw;width:100%;display:flex}@media (min-width:768px){.network-statistics__value--unit{gap:1.04167vw}}@media (min-width:1024px){.network-statistics__value--unit{gap:.833333vw}}@media (min-width:1440px){.network-statistics__value--unit{gap:12px}}.network-statistics__value--unit svg{width:7.5vw;height:7.5vw;display:block}@media (min-width:768px){.network-statistics__value--unit svg{width:3.125vw;height:3.125vw}}@media (min-width:1024px){.network-statistics__value--unit svg{width:2.22222vw;height:2.22222vw}}@media (min-width:1440px){.network-statistics__value--unit svg{width:32px;height:32px}}.graph-custom-tooltip{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;pointer-events:none;background-color:#121212;border:1px solid #333;border-radius:16px;align-items:center;gap:2.5vw;padding:1.875vw 3.75vw;font-size:3.75vw;font-weight:400;line-height:5.625vw;display:flex}@media (min-width:768px){.graph-custom-tooltip{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.graph-custom-tooltip{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.graph-custom-tooltip{font-size:14px;line-height:22px}}@media (min-width:768px){.graph-custom-tooltip{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;gap:1.04167vw;padding:1.5625vw 2.08333vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}}@media (min-width:768px) and (min-width:768px){.graph-custom-tooltip{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:768px) and (min-width:1024px){.graph-custom-tooltip{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:768px) and (min-width:1440px){.graph-custom-tooltip{font-size:17px;line-height:24px}}@media (min-width:1024px){.graph-custom-tooltip{gap:get-vw-deskop(8px);padding:.833333vw 1.11111vw}}@media (min-width:1440px){.graph-custom-tooltip{gap:8px;padding:12px 16px}}.graph-custom-tooltip__title{color:#fffc}.graph-custom-tooltip__value{color:#fff;font-weight:600}.recharts-wrapper :focus{outline:none}.loading-lines{justify-content:center;align-items:center;gap:1.25vw;height:9.375vw;display:flex}@media (min-width:768px){.loading-lines{gap:.520833vw;height:5.20833vw}}@media (min-width:1024px){.loading-lines{gap:get-vw-deskop(4px);height:2.77778vw}}@media (min-width:1440px){.loading-lines{gap:4px;height:40px}}.loading-lines__line{background-color:#fffc;border-radius:2px;width:.625vw;height:2.5vw;animation:1s ease-in-out infinite moveLine}@media (min-width:768px){.loading-lines__line{width:.260417vw;height:1.04167vw}}@media (min-width:1024px){.loading-lines__line{width:.138889vw;height:.555556vw}}@media (min-width:1440px){.loading-lines__line{width:2px;height:8px}}@keyframes moveLine{0%,80%,to{opacity:.3}40%{opacity:1}}.error-page main{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex}.error-page main h1{color:#f5f5f533;z-index:2;margin-bottom:6.25vw;font-size:37.5vw;position:relative}@media (min-width:768px){.error-page main h1{margin-bottom:0;font-size:26.0417vw}}@media (min-width:1024px){.error-page main h1{font-size:13.8889vw}}@media (min-width:1440px){.error-page main h1{font-size:200px}}.error-page main h3{z-index:2;margin-bottom:25vw;position:relative}@media (min-width:768px){.error-page main h3{margin-bottom:7.8125vw}}@media (min-width:1024px){.error-page main h3{margin-top:-.347222vw;margin-bottom:4.16667vw}}@media (min-width:1440px){.error-page main h3{margin-top:-5px;margin-bottom:60px}}.error-page main a{color:#f5f5f5;pointer-events:all;text-transform:uppercase;z-index:2;justify-content:center;align-items:center;display:flex;position:relative}.error-page main a svg{margin-left:6.25vw;transition:all .3s}@media (min-width:768px){.error-page main a svg{margin-left:2.60417vw}}@media (min-width:1024px){.error-page main a svg{margin-left:1.38889vw}}@media (min-width:1440px){.error-page main a svg{margin-left:20px}}.error-page main a:hover{color:#c4ffc2}.error-page main a:hover svg{transform:translate(4px)}.aleo-credit{color:#121212;background:#f5f5f5}.aleo-credit__container{z-index:1;width:100%;margin:0 auto;padding:15vw 5vw;position:relative}@media (min-width:768px){.aleo-credit__container{padding:7.8125vw 3.90625vw}}@media (min-width:1024px){.aleo-credit__container{padding:5.55556vw 4.16667vw}}@media (min-width:1440px){.aleo-credit__container{max-width:1440px;padding:80px 60px}}.aleo-credit__section-header{flex-direction:column;width:100%;margin:0 auto;display:flex}@media (min-width:1024px){.aleo-credit__section-header{max-width:71.1111vw}}@media (min-width:1440px){.aleo-credit__section-header{max-width:1024px}}.aleo-credit__section-header span{color:#313131;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:center;text-transform:uppercase;margin-bottom:5vw;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.aleo-credit__section-header span{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.aleo-credit__section-header span{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.aleo-credit__section-header span{font-size:13px;line-height:20px}}@media (min-width:768px){.aleo-credit__section-header span{margin-bottom:2.60417vw}}@media (min-width:1024px){.aleo-credit__section-header span{margin-bottom:1.66667vw}}@media (min-width:1440px){.aleo-credit__section-header span{margin-bottom:24px}}.aleo-credit__section-header h1,.aleo-credit__section-header h2,.aleo-credit__section-header h3{color:#121212;text-align:center;white-space:pre-line}.aleo-credit__section-header p{color:#595959;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;opacity:.7;text-align:center;white-space:pre-line;margin-top:5vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.aleo-credit__section-header p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.aleo-credit__section-header p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.aleo-credit__section-header p{font-size:17px;line-height:24px}}@media (min-width:768px){.aleo-credit__section-header p{margin-top:2.60417vw}}@media (min-width:1024px){.aleo-credit__section-header p{margin-top:1.38889vw}}@media (min-width:1440px){.aleo-credit__section-header p{margin-top:20px}}.aleo-credit__section-header.on-dark h2,.aleo-credit__section-header.on-dark h3,.aleo-credit__section-header.on-dark span{color:#fff}.aleo-credit__section-header.on-dark p{color:#ffffffb3}.aleo-credit__btn-wrapper{flex-direction:column;justify-content:center;align-items:center;gap:3.75vw;margin-top:7.5vw;display:flex}@media (min-width:768px){.aleo-credit__btn-wrapper{gap:1.5625vw;margin-top:5.20833vw}}@media (min-width:1024px){.aleo-credit__btn-wrapper{flex-direction:row;gap:1.38889vw;margin-top:2.77778vw}}@media (min-width:1440px){.aleo-credit__btn-wrapper{gap:20px;margin-top:40px}}.aleo-credit__btn{color:#f5f5f5;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;background-color:#121212;border:none;border-radius:720px;justify-content:center;align-items:center;gap:3.75vw;width:auto;margin:0 auto;padding:5vw 6.25vw;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:color .3s,background-color .3s;display:flex}@media (min-width:768px){.aleo-credit__btn{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.aleo-credit__btn{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.aleo-credit__btn{font-size:15px;line-height:20px}}@media (min-width:768px){.aleo-credit__btn{gap:2.08333vw;width:fit-content;padding:3.125vw 2.60417vw}}@media (min-width:1024px){.aleo-credit__btn{gap:1.11111vw;padding:1.66667vw 1.38889vw}}@media (min-width:1440px){.aleo-credit__btn{gap:16px;padding:24px 20px}}.aleo-credit__btn--white{color:#121212;background-color:#fff;width:auto}.aleo-credit__btn:hover{color:#121212;cursor:pointer;background:#c4ffc2}.aleo-credit__btn:hover svg{transform:translate(4px)}.aleo-credit__btn svg{width:3.75vw;height:3.75vw;transition:transform .3s}@media (min-width:768px){.aleo-credit__btn svg{width:1.95313vw;height:1.95313vw}}@media (min-width:1024px){.aleo-credit__btn svg{width:1.04167vw;height:1.04167vw}}@media (min-width:1440px){.aleo-credit__btn svg{width:15px;height:15px}}.aleo-credit__hero{flex-direction:column;justify-content:center;width:100%;display:flex}.aleo-credit__hero .aleo-credit__container{padding-top:25vw}@media (min-width:768px){.aleo-credit__hero .aleo-credit__container{padding-top:15.625vw}}@media (min-width:1024px){.aleo-credit__hero .aleo-credit__container{padding-top:11.1111vw}}@media (min-width:1440px){.aleo-credit__hero .aleo-credit__container{padding-top:160px}}.aleo-credit__hero .aleo-credit__section-header{margin-bottom:7.5vw}@media (min-width:768px){.aleo-credit__hero .aleo-credit__section-header{margin-bottom:5.20833vw}}@media (min-width:1024px){.aleo-credit__hero .aleo-credit__section-header{margin-bottom:4.16667vw}}@media (min-width:1440px){.aleo-credit__hero .aleo-credit__section-header{margin-bottom:60px}}.aleo-credit__hero .aleo-credit__section-header p{align-self:center;margin-top:7.5vw}@media (min-width:768px){.aleo-credit__hero .aleo-credit__section-header p{margin-top:5.20833vw}}@media (min-width:1024px){.aleo-credit__hero .aleo-credit__section-header p{margin-top:2.77778vw}}@media (min-width:1440px){.aleo-credit__hero .aleo-credit__section-header p{max-width:962px;margin-top:40px}}.aleo-credit__hero .aleo-credit__button{align-self:center;margin-top:7.5vw}@media (min-width:768px){.aleo-credit__hero .aleo-credit__button{margin-top:5.20833vw}}@media (min-width:1024px){.aleo-credit__hero .aleo-credit__button{margin-top:2.77778vw}}@media (min-width:1440px){.aleo-credit__hero .aleo-credit__button{margin-top:40px}}.aleo-credit__hero-logos-wrapper{opacity:.8;width:calc(100% + 10vw);margin-left:-5vw;overflow:hidden}@media (min-width:768px){.aleo-credit__hero-logos-wrapper{width:calc(100% + 7.8125vw);margin-left:-3.90625vw}}@media (min-width:1024px){.aleo-credit__hero-logos-wrapper{width:calc(100% + 8.33333vw);margin-left:-4.16667vw}}@media (min-width:1440px){.aleo-credit__hero-logos-wrapper{width:100%;max-width:1440px;margin:0 auto}}.aleo-credit__hero-logos-mask{position:relative;-webkit-mask-image:linear-gradient(90deg,#0000 0,#f5f5f5 30px calc(100% - 30px),#0000);mask-image:linear-gradient(90deg,#0000 0,#f5f5f5 30px calc(100% - 30px),#0000);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.aleo-credit__hero-logos-track{will-change:transform;background:#f5f5f5;gap:12.5vw;width:max-content;padding:12px 0;animation:linear infinite scroll-left;display:flex;transform:translateZ(0)}@media (min-width:768px){.aleo-credit__hero-logos-track{gap:7.8125vw}}@media (min-width:1024px){.aleo-credit__hero-logos-track{gap:5.55556vw}}@media (min-width:1440px){.aleo-credit__hero-logos-track{gap:80px}}.aleo-credit__hero-logo-placeholder{border-radius:4px;align-items:center;width:auto;max-width:37.5vw;height:8.125vw;display:flex}@media (min-width:768px){.aleo-credit__hero-logo-placeholder{max-width:16.9271vw;height:4.55729vw}}@media (min-width:1024px){.aleo-credit__hero-logo-placeholder{max-width:9.72222vw;height:4.16667vw}}@media (min-width:1440px){.aleo-credit__hero-logo-placeholder{max-width:140px;height:60px}}.aleo-credit__how{background-color:#121212;border-top-left-radius:7.5vw;border-top-right-radius:7.5vw;width:100%;position:relative;overflow:hidden}@media (min-width:768px){.aleo-credit__how{border-top-left-radius:6.25vw;border-top-right-radius:6.25vw}}@media (min-width:1024px){.aleo-credit__how{border-top-left-radius:get-vw-deskop(80px);border-top-right-radius:5.55556vw}}@media (min-width:1440px){.aleo-credit__how{border-top-left-radius:80px;border-top-right-radius:80px}}.aleo-credit__how .gatsby-image-wrapper{max-width:90.625vw;position:absolute;top:0;left:-15.625vw}@media (min-width:768px){.aleo-credit__how .gatsby-image-wrapper{max-width:54.6875vw;left:0}}@media (min-width:1024px){.aleo-credit__how .gatsby-image-wrapper{max-width:38.8889vw}}@media (min-width:1440px){.aleo-credit__how .gatsby-image-wrapper{max-width:600px}}.aleo-credit__how .gatsby-image-wrapper img{object-fit:cover;width:100%;height:auto}.aleo-credit__how-content{gap:5vw;margin-top:7.5vw;display:grid}@media (min-width:768px){.aleo-credit__how-content{grid-template-columns:repeat(2,1fr);gap:2.60417vw;margin-top:5.20833vw}}@media (min-width:1024px){.aleo-credit__how-content{gap:1.38889vw;margin-top:4.16667vw}}@media (min-width:1440px){.aleo-credit__how-content{gap:20px;margin-top:60px}}.aleo-credit__how-card{background-color:#1a1a1a;border:1px solid #333;border-radius:20px;width:100%;padding:5vw}@media (min-width:768px){.aleo-credit__how-card{border-radius:32px;padding:4.16667vw}}@media (min-width:1024px){.aleo-credit__how-card{border-radius:40px;padding:2.77778vw}}@media (min-width:1440px){.aleo-credit__how-card{padding:40px}}.aleo-credit__how-card h4{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;font-size:6.25vw;font-weight:500;line-height:8.75vw}@media (min-width:768px){.aleo-credit__how-card h4{font-size:3.125vw;line-height:4.16667vw}}@media (min-width:1024px){.aleo-credit__how-card h4{font-size:2.22222vw;line-height:3.05556vw}}@media (min-width:1440px){.aleo-credit__how-card h4{font-size:32px;line-height:44px}}.aleo-credit__how-card p{color:#ffffffb3;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;margin-top:5vw;font-size:5vw;font-weight:400;line-height:7.5vw}@media (min-width:768px){.aleo-credit__how-card p{font-size:2.34375vw;line-height:3.38542vw}}@media (min-width:1024px){.aleo-credit__how-card p{font-size:1.38889vw;line-height:2.08333vw}}@media (min-width:1440px){.aleo-credit__how-card p{font-size:20px;line-height:30px}}@media (min-width:768px){.aleo-credit__how-card p{margin-top:2.08333vw}}@media (min-width:1024px){.aleo-credit__how-card p{margin-top:1.38889vw}}@media (min-width:1440px){.aleo-credit__how-card p{margin-top:20px}}.aleo-credit__find{background-color:#121212;width:100%}.aleo-credit__find-content{flex-direction:column;gap:3.75vw;margin-top:7.5vw;display:flex}@media (min-width:768px){.aleo-credit__find-content{gap:2.60417vw;margin-top:5.20833vw}}@media (min-width:1024px){.aleo-credit__find-content{gap:1.38889vw;margin-top:4.16667vw}}@media (min-width:1440px){.aleo-credit__find-content{gap:20px;margin-top:60px}}.aleo-credit__find .row{justify-content:center;align-items:center;gap:3.75vw;display:flex}@media (min-width:768px){.aleo-credit__find .row{gap:2.60417vw}}@media (min-width:1024px){.aleo-credit__find .row{gap:1.38889vw}}@media (min-width:1440px){.aleo-credit__find .row{gap:20px}}.aleo-credit__find .logo{background-color:#1a1a1a;border:1px solid #333;border-radius:16px;justify-content:center;align-items:center;width:100%;height:20vw;transition:transform .3s;display:flex}@media (min-width:768px){.aleo-credit__find .logo{border-radius:24px;height:12.5vw}}@media (min-width:1024px){.aleo-credit__find .logo{border-radius:32px;max-width:29.5833vw;height:8.33333vw}}@media (min-width:1440px){.aleo-credit__find .logo{max-width:426px;height:120px}}.aleo-credit__find .logo img{object-fit:cover;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.aleo-credit__find .logo svg{transition:transform .3s}.aleo-credit__find .logo:hover{cursor:pointer;transform:scale(1.03)}.aleo-credit__find .logo:hover svg{transform:scale(1.03)}.aleo-credit__find .logo path{fill:#fff}.aleo-credit__pie-graph{background-color:#121212;width:100%}.aleo-credit__pie-graph-container{flex-direction:column;align-items:center;margin-top:4.375vw;display:flex}@media (min-width:768px){.aleo-credit__pie-graph-container{margin-top:2.60417vw}}@media (min-width:1024px){.aleo-credit__pie-graph-container{flex-direction:row;justify-content:space-between;margin-top:2.77778vw}}@media (min-width:1440px){.aleo-credit__pie-graph-container{margin-top:40px}}.aleo-credit__pie-graph-legend{flex-direction:column;gap:5vw;width:100%;margin-top:7.5vw;display:flex}@media (min-width:768px){.aleo-credit__pie-graph-legend{gap:2.60417vw;margin-top:4.16667vw}}@media (min-width:1024px){.aleo-credit__pie-graph-legend{gap:1.66667vw;max-width:48.6111vw;margin-top:0}}@media (min-width:1440px){.aleo-credit__pie-graph-legend{gap:24px;max-width:700px}}.aleo-credit__pie-graph-legend h5{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;flex-shrink:0;align-items:center;gap:2.5vw;font-size:3.4375vw;font-weight:500;line-height:5vw;display:flex}@media (min-width:768px){.aleo-credit__pie-graph-legend h5{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.aleo-credit__pie-graph-legend h5{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.aleo-credit__pie-graph-legend h5{font-size:13px;line-height:20px}}@media (min-width:768px){.aleo-credit__pie-graph-legend h5{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;gap:1.5625vw;font-size:5.625vw;font-weight:500;line-height:7.5vw}}@media (min-width:768px) and (min-width:768px){.aleo-credit__pie-graph-legend h5{font-size:2.47396vw;line-height:3.38542vw}}@media (min-width:768px) and (min-width:1024px){.aleo-credit__pie-graph-legend h5{font-size:1.52778vw;line-height:2.08333vw}}@media (min-width:768px) and (min-width:1440px){.aleo-credit__pie-graph-legend h5{font-size:22px;line-height:30px}}@media (min-width:1024px){.aleo-credit__pie-graph-legend h5{gap:1.11111vw}}@media (min-width:1440px){.aleo-credit__pie-graph-legend h5{gap:16px}}.aleo-credit__pie-graph-legend-color{border-radius:50%;flex-shrink:0;width:5vw;height:5vw;display:flex}@media (min-width:768px){.aleo-credit__pie-graph-legend-color{width:2.60417vw;height:2.60417vw}}@media (min-width:1024px){.aleo-credit__pie-graph-legend-color{width:1.66667vw;height:1.66667vw}}@media (min-width:1440px){.aleo-credit__pie-graph-legend-color{width:24px;height:24px}}.aleo-credit__pie-graph-cards-wrapper{flex-direction:column;align-items:center;gap:5vw;width:100%;margin-top:7.5vw;display:flex}@media (min-width:768px){.aleo-credit__pie-graph-cards-wrapper{gap:2.60417vw;margin-top:5.20833vw}}@media (min-width:1024px){.aleo-credit__pie-graph-cards-wrapper{gap:1.38889vw;margin-top:2.77778vw}}@media (min-width:1440px){.aleo-credit__pie-graph-cards-wrapper{gap:20px;margin-top:40px}}.aleo-credit__pie-graph-card-row{gap:5vw;display:flex}@media (min-width:768px){.aleo-credit__pie-graph-card-row{gap:2.60417vw}}@media (min-width:1024px){.aleo-credit__pie-graph-card-row{gap:1.38889vw}}@media (min-width:1440px){.aleo-credit__pie-graph-card-row{gap:20px}}.aleo-credit__pie-graph-card{background-color:#1a1a1a;border:.75px solid #333;border-radius:16px;flex-direction:column;flex:1;width:100%;min-width:0;padding:5vw;display:flex}@media (min-width:768px){.aleo-credit__pie-graph-card{border-radius:32px;padding:4.16667vw}}@media (min-width:1024px){.aleo-credit__pie-graph-card{padding:2.77778vw}}@media (min-width:1440px){.aleo-credit__pie-graph-card{padding:40px}}.aleo-credit__pie-graph-card h4{color:#fff;margin:5vw 0;font-weight:400}@media (min-width:768px){.aleo-credit__pie-graph-card h4{margin:2.60417vw 0}}@media (min-width:1024px){.aleo-credit__pie-graph-card h4{margin:1.38889vw 0}}@media (min-width:1440px){.aleo-credit__pie-graph-card h4{margin:20px 0}}.aleo-credit__pie-graph-card p{color:#ffffffb3;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;font-size:5vw;font-weight:400;line-height:7.5vw}@media (min-width:768px){.aleo-credit__pie-graph-card p{font-size:2.34375vw;line-height:3.38542vw}}@media (min-width:1024px){.aleo-credit__pie-graph-card p{font-size:1.38889vw;line-height:2.08333vw}}@media (min-width:1440px){.aleo-credit__pie-graph-card p{font-size:20px;line-height:30px}}.aleo-credit__chart{background-color:#121212;width:100%}.aleo-credit__chart .aleo-credit__section-header h3{text-align:left;width:100%}@media (min-width:1024px){.aleo-credit__chart .aleo-credit__section-header h3{max-width:37.8472vw}}@media (min-width:1440px){.aleo-credit__chart .aleo-credit__section-header h3{max-width:545px}}.aleo-credit__chart .aleo-credit__container{flex-direction:column;gap:7.5vw;padding-top:6.25vw;display:flex}@media (min-width:768px){.aleo-credit__chart .aleo-credit__container{gap:5.20833vw;padding-top:4.16667vw}}@media (min-width:1024px){.aleo-credit__chart .aleo-credit__container{gap:get-vw-deskop(60px);flex-direction:row;justify-content:space-between;padding-top:4.16667vw}}@media (min-width:1440px){.aleo-credit__chart .aleo-credit__container{gap:60px;padding-top:60px}}.aleo-credit__chart img{object-fit:cover;width:100%;height:100%}@media (min-width:768px){.aleo-credit__chart img{max-width:84.6354vw}}@media (min-width:1024px){.aleo-credit__chart img{max-width:45.4861vw}}@media (min-width:1440px){.aleo-credit__chart img{max-width:655px}}.aleo-credit__network{background-color:#121212;width:100%}.aleo-credit__network .aleo-credit__section-header{margin-bottom:7.5vw}@media (min-width:768px){.aleo-credit__network .aleo-credit__section-header{margin-bottom:5.20833vw}}@media (min-width:1024px){.aleo-credit__network .aleo-credit__section-header{margin-bottom:4.16667vw}}@media (min-width:1440px){.aleo-credit__network .aleo-credit__section-header{margin-bottom:60px}}.aleo-credit__use-cases{background-color:#121212;width:100%}.aleo-credit__use-cases .homepage-use-cases{padding:0}.aleo-credit__use-cases .homepage-use-cases__container{border-radius:0 0 7.5vw 7.5vw}@media (min-width:768px){.aleo-credit__use-cases .homepage-use-cases__container{border-bottom-right-radius:6.25vw;border-bottom-left-radius:6.25vw}}@media (min-width:1024px){.aleo-credit__use-cases .homepage-use-cases__container{border-bottom-left-radius:get-vw-deskop(80px);border-bottom-right-radius:5.55556vw}}@media (min-width:1440px){.aleo-credit__use-cases .homepage-use-cases__container{border-bottom-right-radius:80px;border-bottom-left-radius:80px}}.aleo-credit__privacy-policy{width:100%}.aleo-credit__privacy-policy-card-wrapper{flex-direction:column;gap:2.5vw;margin-top:7.5vw;display:flex}@media (min-width:768px){.aleo-credit__privacy-policy-card-wrapper{flex-direction:row;gap:2.08333vw;margin-top:5.20833vw}}@media (min-width:1024px){.aleo-credit__privacy-policy-card-wrapper{gap:2.22222vw;margin-top:4.16667vw}}@media (min-width:1440px){.aleo-credit__privacy-policy-card-wrapper{gap:32px;margin-top:60px}}.aleo-credit__privacy-policy-card-wrapper li{width:100%}.aleo-credit__privacy-policy-card{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;flex-direction:column;flex-shrink:0;width:100%;height:100%;min-height:75vw;padding:6.25vw;display:flex}@media (min-width:768px){.aleo-credit__privacy-policy-card{border-radius:32px;min-height:42.9688vw;padding:4.16667vw}}@media (min-width:1024px){.aleo-credit__privacy-policy-card{background-position:100%;background-size:contain;border-radius:40px;max-width:100%;min-height:23.9583vw;padding:4.16667vw}}@media (min-width:1440px){.aleo-credit__privacy-policy-card{min-height:345px;padding:60px}}.aleo-credit__privacy-policy-card:hover .aleo-credit__privacy-policy-link svg{transform:translate(4px)}.aleo-credit__privacy-policy-card h3{font-family:var(--font-sora),Arial,sans-serif;letter-spacing:-.03em;margin-bottom:5vw;font-size:8.125vw;font-weight:400;line-height:10vw;transition:color .5s}@media (min-width:768px){.aleo-credit__privacy-policy-card h3{font-size:4.42708vw;line-height:5.46875vw}}@media (min-width:1024px){.aleo-credit__privacy-policy-card h3{font-size:2.77778vw;line-height:3.61111vw}}@media (min-width:1440px){.aleo-credit__privacy-policy-card h3{font-size:40px;line-height:52px}}@media (min-width:768px){.aleo-credit__privacy-policy-card h3{margin-bottom:2.60417vw}}@media (min-width:1024px){.aleo-credit__privacy-policy-card h3{margin-bottom:1.66667vw}}@media (min-width:1440px){.aleo-credit__privacy-policy-card h3{margin-bottom:24px}}.aleo-credit__privacy-policy-card p{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;font-size:4.375vw;font-weight:400;line-height:6.875vw;transition:color .5s;display:block}@media (min-width:768px){.aleo-credit__privacy-policy-card p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.aleo-credit__privacy-policy-card p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.aleo-credit__privacy-policy-card p{font-size:17px;line-height:24px}}@media (min-width:1024px){.aleo-credit__privacy-policy-card p{max-width:33.6806vw}}@media (min-width:1440px){.aleo-credit__privacy-policy-card p{max-width:485px}}.aleo-credit__privacy-policy-card.first{background-color:#121212;transition:background-color .5s}.aleo-credit__privacy-policy-card.first h3{color:#fff}.aleo-credit__privacy-policy-card.first p{color:#fff;opacity:.7}.aleo-credit__privacy-policy-card.first .aleo-credit__privacy-policy-link{color:#fff}.aleo-credit__privacy-policy-card.first:hover{background-color:#c4ffc2}.aleo-credit__privacy-policy-card.first:hover h3,.aleo-credit__privacy-policy-card.first:hover p,.aleo-credit__privacy-policy-card.first:hover span{color:#121212}.aleo-credit__privacy-policy-card.last{background-color:#fff;transition:background-color .5s}.aleo-credit__privacy-policy-card.last h3{color:#121212}.aleo-credit__privacy-policy-card.last p{color:#121212;opacity:.7}.aleo-credit__privacy-policy-card.last .aleo-credit__privacy-policy-link{color:#121212}.aleo-credit__privacy-policy-card.last:hover{background-color:#ffa978}.aleo-credit__privacy-policy-card.last:hover h3,.aleo-credit__privacy-policy-card.last:hover p,.aleo-credit__privacy-policy-card.last:hover span{color:#121212}.aleo-credit__privacy-policy-link-wrapper{flex-direction:column;flex-grow:1;display:flex}.aleo-credit__privacy-policy-link{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;text-transform:uppercase;align-items:center;margin-top:auto;padding-top:3.75vw;font-size:4.375vw;font-weight:600;line-height:6.875vw;transition:color .5s;display:flex}@media (min-width:768px){.aleo-credit__privacy-policy-link{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.aleo-credit__privacy-policy-link{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.aleo-credit__privacy-policy-link{font-size:17px;line-height:24px}}@media (min-width:768px){.aleo-credit__privacy-policy-link{padding-top:1.5625vw}}@media (min-width:1024px){.aleo-credit__privacy-policy-link{padding-top:.833333vw}}@media (min-width:1440px){.aleo-credit__privacy-policy-link{padding-top:12px}}.aleo-credit__privacy-policy-link svg{margin-left:5vw;transition:all .3s}@media (min-width:768px){.aleo-credit__privacy-policy-link svg{margin-left:2.08333vw}}@media (min-width:1024px){.aleo-credit__privacy-policy-link svg{width:1.04167vw;margin-left:1.11111vw}}@media (min-width:1440px){.aleo-credit__privacy-policy-link svg{width:15px;margin-left:16px}}.recharts-surface,.recharts-surface:focus{outline:none!important}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-25%)}}.aleo-credit-page{background-color:#f5f5f5;overflow-x:hidden}.blog{color:#121212}.blog__container{z-index:1;width:100%;padding:15vw 5vw;position:relative}@media (min-width:768px){.blog__container{padding:10.4167vw 3.90625vw}}@media (min-width:1024px){.blog__container{padding:5.55556vw 4.16667vw}}@media (min-width:1440px){.blog__container{max-width:1440px;padding:80px 60px}}.blog__section-header{flex-direction:column;width:100%;margin:0 auto;display:flex}@media (min-width:1024px){.blog__section-header{max-width:71.1111vw}}@media (min-width:1440px){.blog__section-header{max-width:1024px}}.blog__section-header span{color:#313131;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:center;text-transform:uppercase;margin-bottom:5vw;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.blog__section-header span{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.blog__section-header span{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.blog__section-header span{font-size:13px;line-height:20px}}@media (min-width:768px){.blog__section-header span{margin-bottom:2.60417vw}}@media (min-width:1024px){.blog__section-header span{margin-bottom:1.66667vw}}@media (min-width:1440px){.blog__section-header span{margin-bottom:24px}}.blog__section-header h2{color:#121212;text-align:center;white-space:pre-line}.blog__section-header p{color:#595959;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;opacity:.7;text-align:center;white-space:pre-line;margin-top:5vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.blog__section-header p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.blog__section-header p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.blog__section-header p{font-size:17px;line-height:24px}}@media (min-width:768px){.blog__section-header p{margin-top:2.60417vw}}@media (min-width:1024px){.blog__section-header p{margin-top:1.38889vw}}@media (min-width:1440px){.blog__section-header p{margin-top:20px}}.blog__read-more{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:3.75vw;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:color .3s;display:inline-flex}@media (min-width:768px){.blog__read-more{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.blog__read-more{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.blog__read-more{font-size:15px;line-height:20px}}@media (min-width:768px){.blog__read-more{gap:2.08333vw}}@media (min-width:1024px){.blog__read-more{gap:1.11111vw}}@media (min-width:1440px){.blog__read-more{gap:16px}}.blog__read-more:hover{color:#ffa978;cursor:pointer}.blog__read-more svg{width:3.75vw;height:3.75vw;transition:transform .3s}@media (min-width:768px){.blog__read-more svg{width:1.95313vw;height:1.95313vw}}@media (min-width:1024px){.blog__read-more svg{width:1.04167vw;height:1.04167vw}}@media (min-width:1440px){.blog__read-more svg{width:15px;height:15px}}.blog__no-results{flex-direction:column;justify-content:center;align-items:center;gap:7.5vw;margin:0 auto;display:flex;background:#f5f5f5!important}@media (min-width:768px){.blog__no-results{gap:4.16667vw;max-width:52.0833vw}}@media (min-width:1024px){.blog__no-results{gap:2.22222vw;max-width:27.7778vw}}@media (min-width:1440px){.blog__no-results{gap:32px;max-width:400px}}.blog__no-results p{color:#121212b3;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;text-align:center;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.blog__no-results p{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.blog__no-results p{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.blog__no-results p{font-size:14px;line-height:22px}}.blog__no-results button{color:#f5f5f5;cursor:pointer;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;background-color:#121212;border:1px solid #0000;border-radius:62px;margin:0 auto;padding:4.6875vw 10vw;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:background-color .4s,color .4s}@media (min-width:768px){.blog__no-results button{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.blog__no-results button{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.blog__no-results button{font-size:15px;line-height:20px}}@media (min-width:768px){.blog__no-results button{border-radius:720px;padding:2.08333vw 4.16667vw}}@media (min-width:1024px){.blog__no-results button{padding:1.11111vw 2.22222vw}}@media (min-width:1440px){.blog__no-results button{padding:16px 32px}}.blog__no-results button:hover{color:#121212;background-color:#c4ffc2}.blog__hero{flex-direction:column;align-items:center;width:100%;display:flex}.blog__hero .blog__section-header{width:100%;max-width:100%}.blog__hero .blog__section-header h1{white-space:pre-line;width:100%;margin-top:10vw}@media (min-width:768px){.blog__hero .blog__section-header h1{max-width:54.6875vw;margin-top:3.90625vw}}@media (min-width:1024px){.blog__hero .blog__section-header h1{max-width:100%;margin-top:4.16667vw}}@media (min-width:1440px){.blog__hero .blog__section-header h1{margin-top:60px}}.blog__hero .blog__section-header p{text-align:left;width:100%;margin-top:6.25vw}@media (min-width:768px){.blog__hero .blog__section-header p{max-width:calc(100% - 18.2292vw);margin-top:5.20833vw}}@media (min-width:1024px){.blog__hero .blog__section-header p{max-width:38.8889vw;margin-top:2.77778vw}}@media (min-width:1440px){.blog__hero .blog__section-header p{max-width:560px;margin-top:40px}}.blog__hero-inner{flex-direction:column;align-items:flex-start;width:100%;display:flex}@media (min-width:768px){.blog__hero-inner{flex-direction:row;margin-top:2.60417vw}}@media (min-width:1024px){.blog__hero-inner{justify-content:space-between;gap:5.55556vw;margin-top:1.38889vw}}@media (min-width:1440px){.blog__hero-inner{gap:80px;margin-top:20px}}.blog__hero-image-wrapper{flex-shrink:0;display:flex}.blog__hero-image-wrapper .gatsby-image-wrapper{max-width:62.5vw;height:60.3125vw;margin:6.25vw auto 0;position:relative}@media (min-width:768px){.blog__hero-image-wrapper .gatsby-image-wrapper{max-width:39.0625vw;height:37.6302vw;margin-top:0;position:absolute;right:-15.625vw}}@media (min-width:1024px){.blog__hero-image-wrapper .gatsby-image-wrapper{max-width:30vw;height:28.8889vw;position:relative;right:0}}@media (min-width:1440px){.blog__hero-image-wrapper .gatsby-image-wrapper{max-width:432px;height:416px}}.blog__hero-image-wrapper .gatsby-image-wrapper img{object-fit:cover;width:100%;height:100%;display:block}.blog__slider{flex-direction:column;align-items:center;width:100%;display:flex}.blog__slider .blog__container{padding-bottom:0}.blog__slider-carousel-wrapper{width:100%;padding-left:5vw;position:relative}@media (min-width:768px){.blog__slider-carousel-wrapper{padding-left:3.90625vw}}@media (min-width:1024px){.blog__slider-carousel-wrapper{padding-left:4.16667vw}}@media (min-width:1440px){.blog__slider-carousel-wrapper{padding-left:60px}}.blog__slider-carousel{margin-top:7.5vw;margin-left:auto;margin-right:auto;padding:1.875vw 0;overflow:hidden}@media (min-width:768px){.blog__slider-carousel{margin-top:5.20833vw;padding:.78125vw 0}}@media (min-width:1024px){.blog__slider-carousel{margin-top:4.16667vw;padding:.416667vw 0}}@media (min-width:1440px){.blog__slider-carousel{max-width:2000px;margin-top:60px;padding:6px 0}}.blog__slider-carousel .slick-list{overflow:visible}.blog__slider-carousel .slick-slide{width:100%;max-width:79.6875vw;height:100%;padding:0 1.25vw}@media (min-width:768px){.blog__slider-carousel .slick-slide{max-width:39.3229vw;padding:0 1.30208vw}}@media (min-width:1024px){.blog__slider-carousel .slick-slide{max-width:27.7778vw;padding:0 .694444vw}}@media (min-width:1440px){.blog__slider-carousel .slick-slide{max-width:400px;padding:0 10px}}.blog__slider-card{background:#fff;border-radius:24px;height:100%;transition:transform .4s}@media (min-width:1024px){.blog__slider-card{border-radius:32px}}.blog__slider-card:hover{transform:scale(1.03)}.blog__slider-card:hover .blog__read-more{color:#ffa978}.blog__slider-card:hover .blog__read-more svg{transform:translate(6px)}.blog__slider-gatsby-wrapper{height:45vw}@media (min-width:768px){.blog__slider-gatsby-wrapper{height:22.1354vw}}@media (min-width:1024px){.blog__slider-gatsby-wrapper{height:15.625vw}}@media (min-width:1440px){.blog__slider-gatsby-wrapper{height:225px}}.blog__slider-gatsby-wrapper img{object-fit:cover;width:100%;height:100%}.blog__slider-card-cover{border-radius:24px;width:100%;position:relative;overflow:hidden}@media (min-width:1024px){.blog__slider-card-cover{border-radius:32px}}.blog__slider-card-tag-wrapper{z-index:3;flex-wrap:wrap;align-items:center;gap:2.5vw;padding:5vw;display:flex;position:absolute;top:0;right:0}@media (min-width:768px){.blog__slider-card-tag-wrapper{gap:1.04167vw;padding:2.08333vw}}@media (min-width:1024px){.blog__slider-card-tag-wrapper{gap:.555556vw;padding:1.11111vw}}@media (min-width:1440px){.blog__slider-card-tag-wrapper{gap:8px;padding:16px}}.blog__slider-card-tag{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;background:linear-gradient(39.77deg,#ffe2fc -62.82%,#ffe092 -10.73%,#eeffa8 38.55%,#c4ffc2 76.57%);border-radius:720px;width:fit-content;padding:1.25vw 2.5vw;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.blog__slider-card-tag{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.blog__slider-card-tag{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.blog__slider-card-tag{font-size:14px;line-height:22px}}@media (min-width:768px){.blog__slider-card-tag{padding:.78125vw 1.5625vw}}@media (min-width:1024px){.blog__slider-card-tag{padding:.416667vw .833333vw}}@media (min-width:1440px){.blog__slider-card-tag{padding:6px 12px}}.blog__slider-card-text{flex-direction:column;gap:5vw;padding:6.25vw 5vw;display:flex}@media (min-width:768px){.blog__slider-card-text{gap:3.125vw;padding:3.125vw}}@media (min-width:1024px){.blog__slider-card-text{gap:1.66667vw;padding:1.66667vw}}@media (min-width:1440px){.blog__slider-card-text{gap:24px;padding:24px}}.blog__slider-card-header{align-items:center;gap:2.5vw;display:flex}@media (min-width:768px){.blog__slider-card-header{gap:1.5625vw}}@media (min-width:1024px){.blog__slider-card-header{gap:.833333vw}}@media (min-width:1440px){.blog__slider-card-header{gap:12px}}.blog__slider-card-header span{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.blog__slider-card-header span{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.blog__slider-card-header span{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.blog__slider-card-header span{font-size:13px;line-height:20px}}.blog__slider-card-title{line-clamp:3;-webkit-line-clamp:3;color:#121212;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:23.4375vw;display:-webkit-box;overflow:hidden}@media (min-width:768px){.blog__slider-card-title{min-height:10.4167vw}}@media (min-width:1024px){.blog__slider-card-title{min-height:6.59722vw}}@media (min-width:1440px){.blog__slider-card-title{min-height:95px}}.blog__slider-controls{justify-content:center;gap:6.25vw;margin-top:5vw;margin-left:-5vw;padding-bottom:1.5625vw;display:flex}@media (min-width:768px){.blog__slider-controls{gap:2.60417vw;margin-top:4.16667vw;margin-left:-3.90625vw;padding-bottom:.651042vw}}@media (min-width:1024px){.blog__slider-controls{gap:1.38889vw;margin-top:2.77778vw;margin-left:-4.16667vw;padding-bottom:.347222vw}}@media (min-width:1440px){.blog__slider-controls{gap:20px;margin-top:40px;margin-left:-60px;padding-bottom:5px}}.blog__slider-controls button{cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:10vw;height:10vw;padding:3.125vw;transition:transform .3s;display:flex}@media (min-width:768px){.blog__slider-controls button{width:5.72917vw;height:5.72917vw;padding:1.82292vw}}@media (min-width:1024px){.blog__slider-controls button{width:3.05556vw;height:3.05556vw;padding:.972222vw}}@media (min-width:1440px){.blog__slider-controls button{width:44px;height:44px;padding:14px}}.blog__slider-controls button:first-child svg{transform:rotate(-180deg)}.blog__slider-controls button:hover{transform:scale(1.1)}.blog__post-list{flex-direction:column;align-items:center;display:flex}.blog__filters-wrapper{flex-direction:column-reverse;align-items:center;gap:5vw;width:100%;margin:7.5vw 0;display:flex}@media (min-width:768px){.blog__filters-wrapper{gap:2.08333vw;margin:5.20833vw 0}}@media (min-width:1024px){.blog__filters-wrapper{flex-direction:row;justify-content:space-between;gap:1.11111vw;margin:4.16667vw 0}}@media (min-width:1440px){.blog__filters-wrapper{gap:16px;margin:60px 0}}.blog__filters-wrapper .blog__filters{width:100%;margin-top:0}.blog__filters{align-self:flex-start;margin-top:6.25vw;display:flex}@media (min-width:768px){.blog__filters{margin-top:5.20833vw}}@media (min-width:1024px){.blog__filters{margin-top:2.77778vw}}@media (min-width:1440px){.blog__filters{margin-top:40px}}.blog__filters ul{flex-wrap:wrap;align-items:center;gap:2.5vw;display:flex}@media (min-width:768px){.blog__filters ul{gap:1.5625vw}}@media (min-width:1024px){.blog__filters ul{gap:1.11111vw}}@media (min-width:1440px){.blog__filters ul{gap:16px}}.blog__filters li{margin:1px;display:inline-block}.blog__filters button{color:#121212;cursor:pointer;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;text-transform:capitalize;background-color:#fff;border:none;border-radius:12px;padding:3.75vw;font-size:3.75vw;font-weight:400;line-height:5.625vw;transition:background-color .3s,color .3s;display:block}@media (min-width:768px){.blog__filters button{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.blog__filters button{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.blog__filters button{font-size:14px;line-height:22px}}@media (min-width:768px){.blog__filters button{border-radius:16px;padding:1.69271vw 2.08333vw}}@media (min-width:1024px){.blog__filters button{padding:.902778vw 1.11111vw}}@media (min-width:1440px){.blog__filters button{padding:13px 16px}}.blog__filters button:hover{background-color:#ffa978}.blog__filters button.active{color:#121212;background-color:#c4ffc2}.blog__posts-card{flex-direction:column;align-items:center;width:100%;display:flex}@media (min-width:768px){.blog__posts-card{flex-direction:row;justify-content:space-between;gap:7.8125vw}}@media (min-width:1024px){.blog__posts-card{gap:2.22222vw}}@media (min-width:1440px){.blog__posts-card{gap:32px}}.blog__posts-card .blog__read-more{margin-top:6.25vw}@media (min-width:768px){.blog__posts-card .blog__read-more{margin-top:2.60417vw}}@media (min-width:1024px){.blog__posts-card .blog__read-more{margin-top:0}}.blog__posts-card:hover .blog__read-more{color:#ffa978}.blog__posts-card:hover .blog__read-more svg{transform:translate(6px)}.blog__posts-card-inner{flex-direction:column;align-items:flex-start;display:flex}.blog__posts-header{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;flex-flow:wrap;align-items:center;gap:3.75vw;font-size:3.4375vw;font-weight:500;line-height:5vw;display:flex}@media (min-width:768px){.blog__posts-header{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.blog__posts-header{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.blog__posts-header{font-size:13px;line-height:20px}}@media (min-width:768px){.blog__posts-header{gap:2.08333vw;margin-bottom:2.60417vw}}@media (min-width:1024px){.blog__posts-header{gap:1.38889vw;margin-bottom:1.38889vw}}@media (min-width:1440px){.blog__posts-header{gap:20px;margin-bottom:20px}}.blog__posts-date-wrapper{align-items:center;gap:5vw;display:flex}@media (min-width:768px){.blog__posts-date-wrapper{gap:2.08333vw}}@media (min-width:1024px){.blog__posts-date-wrapper{gap:1.11111vw}}@media (min-width:1440px){.blog__posts-date-wrapper{gap:16px}}.blog__posts-category-wrapper{flex-wrap:wrap;gap:2.5vw;display:flex}@media (min-width:768px){.blog__posts-category-wrapper{gap:1.04167vw}}@media (min-width:1024px){.blog__posts-category-wrapper{gap:.555556vw}}@media (min-width:1440px){.blog__posts-category-wrapper{gap:8px}}.blog__posts-category{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;text-transform:capitalize;background-color:#f5f5f5;border-radius:720px;padding:1.875vw 3.75vw;font-size:3.75vw;font-weight:400;line-height:5.625vw;display:inline-flex}@media (min-width:768px){.blog__posts-category{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.blog__posts-category{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.blog__posts-category{font-size:14px;line-height:22px}}@media (min-width:768px){.blog__posts-category{padding:.78125vw 1.5625vw}}@media (min-width:1024px){.blog__posts-category{padding:.416667vw .833333vw}}@media (min-width:1440px){.blog__posts-category{padding:6px 12px}}.blog__posts li{background-color:#fff;padding:7.5vw}@media (min-width:768px){.blog__posts li{padding:3.90625vw}}@media (min-width:1024px){.blog__posts li{padding:4.16667vw}}@media (min-width:1440px){.blog__posts li{padding:60px}}.blog__posts li:not(:first-child){border-top:1px solid #e3e3e380}.blog__posts li:first-child{border-top-left-radius:24px;border-top-right-radius:24px}@media (min-width:768px){.blog__posts li:first-child{border-top-left-radius:32px;border-top-right-radius:32px}}@media (min-width:1024px){.blog__posts li:first-child{border-top-left-radius:80px;border-top-right-radius:80px}}.blog__posts li:last-child{border-bottom-right-radius:24px;border-bottom-left-radius:24px}@media (min-width:768px){.blog__posts li:last-child{border-bottom-right-radius:48px;border-bottom-left-radius:48px}}@media (min-width:1024px){.blog__posts li:last-child{border-bottom-right-radius:80px;border-bottom-left-radius:80px}}.blog__posts li h3{line-clamp:3;-webkit-line-clamp:3;color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-top:6.25vw;font-size:6.25vw;font-weight:500;line-height:8.75vw;display:-webkit-box;overflow:hidden}@media (min-width:768px){.blog__posts li h3{font-size:3.125vw;line-height:4.16667vw}}@media (min-width:1024px){.blog__posts li h3{font-size:2.22222vw;line-height:3.05556vw}}@media (min-width:1440px){.blog__posts li h3{font-size:32px;line-height:44px}}@media (min-width:768px){.blog__posts li h3{margin-top:0}}.blog__posts .gatsby-image-wrapper{width:100%;display:none}@media (min-width:768px){.blog__posts .gatsby-image-wrapper{border-radius:16px;flex-shrink:0;width:23.4375vw;height:13.0208vw;display:flex}}@media (min-width:1024px){.blog__posts .gatsby-image-wrapper{border-radius:24px;width:17.6389vw;height:10vw}}@media (min-width:1440px){.blog__posts .gatsby-image-wrapper{width:254px;height:144px}}.blog__posts .gatsby-image-wrapper img{object-fit:cover;display:block}.blog-page{background-color:#f5f5f5}.brand{padding-top:18.125vw;position:relative;overflow:hidden}@media (min-width:768px){.brand{padding-top:8.07292vw}}@media (min-width:1024px){.brand{padding-top:5.97222vw}}@media (min-width:1440px){.brand{padding-top:86px}}.brand:after{content:"";z-index:1;background-image:linear-gradient(90deg,#e3e3e3 1px,#0000 0),linear-gradient(#e3e3e3 1px,#0000 0);background-size:12.5vw 12.5vw;width:100%;height:100%;position:absolute;top:18.125vw;left:-1px;overflow:hidden}@media (min-width:768px){.brand:after{background-size:12.5vw 12.5vw;top:8.07292vw}}@media (min-width:1024px){.brand:after{background-size:8.33333vw 8.33333vw;border-right:1px solid #e3e3e3;top:5.69444vw;left:0}}@media (min-width:1440px){.brand:after{background-size:120px 120px;width:6000px;top:82px;left:50%;transform:translate(-50%)}}.brand__grid{max-width:1440px;margin-left:auto;margin-right:auto;position:relative}.brand__hero{margin-bottom:25vw;padding-top:25.3125vw;position:relative}@media (min-width:768px){.brand__hero{margin-bottom:12.3698vw;padding-top:12.6302vw}}@media (min-width:1024px){.brand__hero{margin-bottom:8.26389vw;padding-top:8.125vw}}@media (min-width:1440px){.brand__hero{max-width:1440px;margin-bottom:119px;margin-left:auto;margin-right:auto;padding-top:117px}}.brand__hero h1{z-index:2;background-color:#fff;width:49.6875vw;margin-bottom:12.8125vw;padding-top:3.75vw;padding-bottom:3.4375vw;padding-left:6.25vw;position:relative}@media (min-width:768px){.brand__hero h1{width:62.3698vw;margin-bottom:.130208vw;padding-top:2.60417vw;padding-bottom:.911458vw;padding-left:3.90625vw}}@media (min-width:1024px){.brand__hero h1{width:41.5972vw;margin-bottom:0;padding-top:2.08333vw;padding-bottom:2.15278vw;padding-left:4.16667vw;left:1px}}@media (min-width:1440px){.brand__hero h1{width:599px;padding-top:30px;padding-bottom:31px;padding-left:60px}}.brand__hero p{z-index:2;background-color:#fff;width:74.6875vw;padding-top:8.4375vw;padding-bottom:.625vw;padding-left:6.25vw;position:relative}@media (min-width:768px){.brand__hero p{width:74.8698vw;padding-top:1.69271vw;padding-bottom:2.08333vw;padding-left:3.90625vw}}@media (min-width:1024px){.brand__hero p{border:none;border-bottom:1px solid #e3e3e3;width:41.6667vw;padding-top:0;padding-bottom:1.52778vw;padding-left:4.16667vw;left:0}}@media (min-width:1440px){.brand__hero p{width:600px;padding-bottom:22px;padding-left:60px}}.brand__logo{margin-bottom:25vw;padding-top:.3125vw;position:relative}@media (min-width:768px){.brand__logo{margin-bottom:12.5651vw;padding-top:.195313vw}}@media (min-width:1024px){.brand__logo{margin-bottom:8.40278vw;padding-top:0}}@media (min-width:1440px){.brand__logo{max-width:1440px;margin-bottom:121px;margin-left:auto;margin-right:auto}}.brand__logo h2{z-index:3;background-color:#fff;padding:10vw 8.75vw 2.8125vw 6.25vw;display:inline-block;position:relative}@media (min-width:768px){.brand__logo h2{padding:5.72917vw 8.85417vw 0 3.90625vw}}@media (min-width:1024px){.brand__logo h2{border:1px solid #e3e3e3;border-bottom:none;padding:3.61111vw 11.9444vw .138889vw 4.16667vw}}@media (min-width:1440px){.brand__logo h2{padding:52px 172px 2px 60px}}@media (min-width:1024px){.brand__logo-table{border-top:1px solid #e3e3e3;border-left:1px solid #e3e3e3;border-right:1px solid #e3e3e3;margin-top:-1px}}.brand__logo-row{z-index:2;margin-top:.078125vw;display:flex;position:relative}@media (min-width:768px){.brand__logo-row{margin-top:0}}.brand__logo-row div{background-color:#fff;justify-content:center;align-items:center;width:25%;height:31.25vw;display:flex}@media (min-width:768px){.brand__logo-row div{height:25vw;padding:0}}@media (min-width:1024px){.brand__logo-row div{height:16.5972vw}}@media (min-width:1440px){.brand__logo-row div{height:239px}}.brand__logo-row img{height:7.5vw}@media (min-width:768px){.brand__logo-row img{height:auto}}.brand__logo-row--titles div{display:none}@media (min-width:768px){.brand__logo-row--titles div{border-bottom:1px solid #e3e3e3;justify-content:flex-start;height:12.5vw;margin-right:0;display:flex}}@media (min-width:1024px){.brand__logo-row--titles div{align-items:flex-end;height:8.33333vw;padding-bottom:1.38889vw}}@media (min-width:1440px){.brand__logo-row--titles div{height:120px;padding-bottom:20px}}@media (min-width:768px){.brand__logo-row--titles div:first-of-type{padding-left:3.90625vw}}@media (min-width:1024px){.brand__logo-row--titles div:first-of-type{padding-left:4.16667vw}}@media (min-width:1440px){.brand__logo-row--titles div:first-of-type{padding-left:60px}}.brand__logo-row--dark div{background-color:#121212}.brand__logo-row div:first-of-type{width:50%}.brand__badges{margin-bottom:25.3125vw;padding-top:.3125vw;position:relative}@media (min-width:768px){.brand__badges{margin-bottom:12.5651vw;padding-top:.195313vw}}@media (min-width:1024px){.brand__badges{margin-bottom:8.40278vw;padding-top:0}}@media (min-width:1440px){.brand__badges{max-width:1440px;margin-bottom:120px;margin-left:auto;margin-right:auto}}.brand__badges h2{z-index:3;background-color:#fff;padding:10vw 10vw 2.5vw 6.25vw;display:inline-block;position:relative}@media (min-width:768px){.brand__badges h2{padding:5.59896vw 2.86458vw 0 3.90625vw}}@media (min-width:1024px){.brand__badges h2{border:1px solid #e3e3e3;border-bottom:none;padding:3.61111vw 7.63889vw .0694445vw 4.16667vw}}@media (min-width:1440px){.brand__badges h2{padding:52px 109px 2px 60px}}@media (min-width:768px){.brand__badges-table{width:100%;display:flex}}@media (min-width:1024px){.brand__badges-table{border-top:1px solid #e3e3e3;border-left:1px solid #e3e3e3;border-right:1px solid #e3e3e3;margin-top:-1px}}.brand__badges-row{z-index:2;background-color:#fff;margin-top:.078125vw;display:flex;position:relative}@media (min-width:768px){.brand__badges-row{flex-direction:column;width:100%;margin-top:0}}.brand__badges-row:nth-of-type(2){border-top:1px solid #e3e3e3}@media (min-width:768px){.brand__badges-row:nth-of-type(2){border-top:none}}.brand__badges-row-title{transform-origin:0 0;justify-content:center;align-items:center;height:12.5vw;padding:0 6.25vw;display:flex;position:absolute;top:0;left:0;transform:rotate(-90deg)translate(-100%)}@media (min-width:768px){.brand__badges-row-title{border-bottom:1px solid #e3e3e3;justify-content:flex-start;align-items:flex-end;height:12.3698vw;padding:2.60417vw 3.90625vw;position:relative;transform:none}}@media (min-width:1024px){.brand__badges-row-title{height:8.33333vw;padding:1.38889vw 4.16667vw}}@media (min-width:1440px){.brand__badges-row-title{height:120px;padding:20px 60px}}.brand__badges-row-item{background-color:#fff;border-left:1px solid #e3e3e3;justify-content:center;align-items:center;width:87.8125vw;height:31.0938vw;margin-left:12.5vw;padding:6.25vw;display:flex;position:relative}@media (min-width:768px){.brand__badges-row-item{border-left:none;justify-content:flex-start;width:auto;height:12.5vw;margin-left:0;padding:3.90625vw}}@media (min-width:1024px){.brand__badges-row-item{height:16.5278vw;padding:4.16667vw}}@media (min-width:1440px){.brand__badges-row-item{border-left:none;height:239px;padding:60px}}.brand__badges-row:nth-of-type(2) .brand__badges-row-item{background-color:#e3e3e3;border-left:1px solid #e3e3e3}.brand__badges-row-item img{width:100%}@media (min-width:768px){.brand__badges-row-item img{max-width:31.7708vw}}@media (min-width:1024px){.brand__badges-row-item img{max-width:16.9444vw}}@media (min-width:1440px){.brand__badges-row-item img{max-width:244px}}.brand__fonts{margin-bottom:25.3125vw;padding-top:.3125vw;position:relative}@media (min-width:768px){.brand__fonts{margin-bottom:12.5651vw;padding-top:.195313vw}}@media (min-width:1024px){.brand__fonts{margin-bottom:8.33333vw;padding-top:0}}@media (min-width:1440px){.brand__fonts{max-width:1440px;margin-bottom:120px;margin-left:auto;margin-right:auto}}.brand__fonts h2{z-index:3;background-color:#fff;padding:10vw 12.5vw 2.8125vw 6.25vw;display:inline-block;position:relative}@media (min-width:768px){.brand__fonts h2{padding:5.46875vw 9.89583vw 0 3.90625vw}}@media (min-width:1024px){.brand__fonts h2{border:1px solid #e3e3e3;border-bottom:none;padding:3.61111vw 11.9444vw .138889vw 4.16667vw}}@media (min-width:1440px){.brand__fonts h2{padding:52px 172px 2px 60px}}.brand__fonts-title{z-index:2;background-color:#fff;align-items:center;height:12.1875vw;margin-top:.078125vw;padding-left:9.375vw;display:flex;position:relative}@media (min-width:768px){.brand__fonts-title{height:12.3698vw;margin-top:0;padding:0 0 0 3.90625vw}}@media (min-width:1024px){.brand__fonts-title{height:8.26389vw;padding-left:4.16667vw}}@media (min-width:1440px){.brand__fonts-title{height:119px;padding-left:60px}}.brand__fonts-example{z-index:2;background-color:#fff;height:62.1875vw;margin-top:.3125vw;padding:9.375vw;font-size:5.625vw;font-weight:400;line-height:8.75vw;position:relative}@media (min-width:768px){.brand__fonts-example{height:50vw;margin-top:.130208vw;padding:3.90625vw;font-size:5.46875vw;line-height:7.55208vw}}@media (min-width:1024px){.brand__fonts-example{height:33.2639vw;margin-top:.0694445vw;padding:2.08333vw 4.16667vw;font-size:4.16667vw;line-height:5.69444vw}}@media (min-width:1440px){.brand__fonts-example{height:479px;margin-top:1px;padding:30px 60px;font-size:60px;line-height:82px}}.brand__colors{z-index:2;margin-bottom:25vw;position:relative}@media (min-width:768px){.brand__colors{margin-bottom:12.5vw}}@media (min-width:1024px){.brand__colors{margin-bottom:8.26389vw}}@media (min-width:1440px){.brand__colors{max-width:1440px;margin-bottom:119px;margin-left:auto;margin-right:auto}}.brand__colors h2{z-index:3;background-color:#fff;padding:10vw 2.1875vw 2.8125vw 6.25vw;display:inline-block;position:relative}@media (min-width:768px){.brand__colors h2{padding:5.72917vw 5.46875vw 0 3.90625vw}}@media (min-width:1024px){.brand__colors h2{border-top:1px solid #e3e3e3;border-bottom:0;border-left:1px solid #e3e3e3;border-right:none;padding:3.61111vw 9.44445vw 0 4.16667vw}}@media (min-width:1440px){.brand__colors h2{padding-top:52px;padding-left:60px;padding-right:136px}}.brand__colors-table{background-color:#fff;position:relative}@media (min-width:768px){.brand__colors-table{display:flex}}@media (min-width:1024px){.brand__colors-table{border:1px solid #e3e3e3;width:100%;margin-top:-1px;padding-left:24.9306vw}}@media (min-width:1440px){.brand__colors-table{max-width:1440px;margin-left:auto;margin-right:auto;padding-left:359px}}.brand__colors-row-title{transform-origin:0 0;justify-content:center;align-items:center;height:12.5vw;padding:0 6.25vw;display:flex;position:absolute;top:0;left:0;transform:rotate(-90deg)translate(-100%)}@media (min-width:768px){.brand__colors-row-title{justify-content:flex-start;width:100%;padding:0;position:relative;transform:none}}@media (min-width:1024px){.brand__colors-row-title{align-items:flex-end;height:8.33333vw;padding-bottom:1.38889vw}}@media (min-width:1440px){.brand__colors-row-title{height:120px;padding-bottom:20px}}@media (min-width:768px){.brand__colors-row:first-of-type .brand__colors-row-title{padding-left:3.90625vw}}.brand__colors-row{border-top:1px solid #e3e3e3;position:relative}@media (min-width:768px){.brand__colors-row{border:none;flex-flow:wrap;display:flex}.brand__colors-row:first-child{width:68.75vw}}@media (min-width:1024px){.brand__colors-row:first-child{width:50vw}}@media (min-width:1440px){.brand__colors-row:first-child{width:720px}}@media (min-width:768px){.brand__colors-row:last-child{width:31.25vw}}@media (min-width:1024px){.brand__colors-row:last-child{width:20.8333vw}}@media (min-width:1440px){.brand__colors-row:last-child{width:300px}}.brand__colors-row-item{background-color:#fff;border-bottom:1px solid #e3e3e3;border-left:1px solid #e3e3e3;width:87.5vw;margin-left:12.5vw;position:relative}@media (min-width:768px){.brand__colors-row-item{width:auto;margin-left:0}}.brand__colors-row-item span:first-of-type{position:absolute;top:5vw;left:3.75vw}@media (min-width:768px){.brand__colors-row-item span:first-of-type{transform-origin:0 0;width:100%;padding-top:1.82292vw;top:1.5625vw;left:100%;transform:rotate(90deg)}}@media (min-width:1024px){.brand__colors-row-item span:first-of-type{padding-top:1.38889vw;top:1.04167vw}}@media (min-width:1440px){.brand__colors-row-item span:first-of-type{padding-top:20px;top:15px}}.brand__colors-row-item span:nth-of-type(2){position:absolute;bottom:5vw;right:3.75vw}@media (min-width:768px){.brand__colors-row-item span:nth-of-type(2){transform-origin:0 0;width:100%;padding-top:1.82292vw;top:53.3854vw;left:100%;transform:rotate(90deg)}}@media (min-width:1024px){.brand__colors-row-item span:nth-of-type(2){padding-top:1.38889vw;top:27.7778vw}}@media (min-width:1440px){.brand__colors-row-item span:nth-of-type(2){padding-top:20px;top:400px}}.brand__colors-row-item--coal{color:#f5f5f5;background-color:#121212;height:37.5vw}@media (min-width:768px){.brand__colors-row-item--coal{width:31.25vw;height:62.5vw}}@media (min-width:1024px){.brand__colors-row-item--coal{width:20.8333vw;height:33.4028vw}}@media (min-width:1440px){.brand__colors-row-item--coal{width:300px;height:481px}}@media (min-width:1024px){.brand__colors-row-item--coal span:nth-of-type(2){padding-top:18.4028vw}}@media (min-width:1440px){.brand__colors-row-item--coal span:nth-of-type(2){padding-top:265px}}.brand__colors-row-item--stone{background-color:#e3e3e3;height:12.5vw}@media (min-width:768px){.brand__colors-row-item--stone{width:31.25vw;height:62.5vw}}@media (min-width:1024px){.brand__colors-row-item--stone{width:8.33333vw;height:33.4028vw}}@media (min-width:1440px){.brand__colors-row-item--stone{width:120px;height:481px}}@media (min-width:1024px){.brand__colors-row-item--stone span:nth-of-type(2){padding-top:5.90278vw}}@media (min-width:1440px){.brand__colors-row-item--stone span:nth-of-type(2){padding-top:85px}}.brand__colors-row-item--ivory{background-color:#f5f5f5;border-bottom:none;height:37.5vw}@media (min-width:768px){.brand__colors-row-item--ivory{width:6.25vw;height:62.5vw}}@media (min-width:1024px){.brand__colors-row-item--ivory{width:20.8333vw;height:33.4028vw}}@media (min-width:1440px){.brand__colors-row-item--ivory{width:300px;height:481px}}@media (min-width:1024px){.brand__colors-row-item--ivory span:nth-of-type(2){padding-top:18.4028vw}}@media (min-width:1440px){.brand__colors-row-item--ivory span:nth-of-type(2){padding-top:265px}}.brand__colors-row-item--lime{background-color:#c4ffc2;height:12.5vw}@media (min-width:768px){.brand__colors-row-item--lime{width:6.25vw;height:62.5vw}}@media (min-width:1024px){.brand__colors-row-item--lime{width:4.16667vw;height:33.4028vw}}@media (min-width:1440px){.brand__colors-row-item--lime{width:60px;height:481px}}.brand__colors-row-item--lemon{background-color:#eeffa8;height:12.5vw}@media (min-width:768px){.brand__colors-row-item--lemon{width:6.25vw;height:62.5vw}}@media (min-width:1024px){.brand__colors-row-item--lemon{width:4.16667vw;height:33.4028vw}}@media (min-width:1440px){.brand__colors-row-item--lemon{width:60px;height:481px}}.brand__colors-row-item--pomelo{background-color:#ffe092;height:12.5vw}@media (min-width:768px){.brand__colors-row-item--pomelo{width:6.25vw;height:62.5vw}}@media (min-width:1024px){.brand__colors-row-item--pomelo{width:4.16667vw;height:33.4028vw}}@media (min-width:1440px){.brand__colors-row-item--pomelo{width:60px;height:481px}}.brand__colors-row-item--tangerine{background-color:#ffa978;height:12.5vw}@media (min-width:768px){.brand__colors-row-item--tangerine{width:6.25vw;height:62.5vw}}@media (min-width:1024px){.brand__colors-row-item--tangerine{width:4.16667vw;height:33.4028vw}}@media (min-width:1440px){.brand__colors-row-item--tangerine{width:60px;height:481px}}.brand__colors-row-item--cloudberry{background-color:#ffe2fc;height:12.5vw}@media (min-width:768px){.brand__colors-row-item--cloudberry{width:6.25vw;height:62.5vw}}@media (min-width:1024px){.brand__colors-row-item--cloudberry{width:4.16667vw;height:33.4028vw}}@media (min-width:1440px){.brand__colors-row-item--cloudberry{width:60px;height:481px}}.brand__book{z-index:2;margin-bottom:24.6875vw;font-size:0;position:relative}@media (min-width:768px){.brand__book{margin-bottom:18.75vw}}@media (min-width:1024px){.brand__book{margin-bottom:7.91667vw}}@media (min-width:1440px){.brand__book{max-width:1440px;margin-bottom:114px;margin-left:auto;margin-right:auto}}.brand__book h2{z-index:3;background-color:#fff;padding:10vw 4.0625vw 2.8125vw 6.25vw;display:inline-block;position:relative}@media (min-width:768px){.brand__book h2{padding:5.72917vw 5.46875vw 6.25vw 3.90625vw}}@media (min-width:1024px){.brand__book h2{border:none;border-top:1px solid #e3e3e3;padding:3.33333vw 8.75vw .347222vw 4.16667vw}}@media (min-width:1440px){.brand__book h2{padding:48px 126px 5px 60px}}.brand__book img{width:100%}@media (min-width:1024px){.brand__book img{width:calc(100% - 41.6667vw);margin-left:41.6667vw}}@media (min-width:1440px){.brand__book img{width:calc(100% - 600px);margin-left:600px}}.brand__button{color:#f5f5f5;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;z-index:2;background-color:#121212;border:none;justify-content:center;align-items:center;width:100%;height:25vw;font-size:3.75vw;font-weight:600;line-height:5.625vw;display:flex;position:relative}@media (min-width:768px){.brand__button{font-size:1.95313vw;line-height:2.60417vw}}@media (min-width:1024px){.brand__button{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.brand__button{font-size:15px;line-height:20px}}@media (min-width:768px){.brand__button{width:37.3698vw;height:5.98958vw;position:absolute;top:6.38021vw;right:6.25vw}}@media (min-width:1024px){.brand__button{width:20.7639vw;height:4.09722vw;top:4.23611vw;right:0}}@media (min-width:1440px){.brand__button{width:299px;height:59px;top:61px}}.brand__button:hover{color:#121212;background-color:#eeffa8}.brand-page{color:#121212;background-color:#fff}.careers{z-index:3;background:#f5f5f5;position:relative;overflow:hidden}.careers__bg .gatsby-image-wrapper{z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:125vw;position:absolute;top:18.75vw;left:50%;transform:translate(-50%)}@media (min-width:768px){.careers__bg .gatsby-image-wrapper{width:65.1042vw;height:65.1042vw;top:10.4167vw}}@media (min-width:1024px){.careers__bg .gatsby-image-wrapper{width:55.5556vw;height:55.5556vw;top:5.55556vw}}@media (min-width:1440px){.careers__bg .gatsby-image-wrapper{width:800px;height:800px;top:80px}}.careers__bg .gatsby-image-wrapper img{object-fit:cover;width:100%;height:auto}.careers__container{width:100%;margin:0 auto;padding:15vw 5vw}@media (min-width:768px){.careers__container{padding:7.8125vw 3.90625vw}}@media (min-width:1024px){.careers__container{padding:5.55556vw 4.16667vw}}@media (min-width:1440px){.careers__container{max-width:1440px;padding:80px 60px}}.careers__section-header{z-index:2;flex-direction:column;width:100%;margin:0 auto;display:flex;position:relative}@media (min-width:1024px){.careers__section-header{max-width:71.1111vw}}@media (min-width:1440px){.careers__section-header{max-width:1024px}}.careers__section-header span{color:#313131;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:center;text-transform:uppercase;margin-bottom:5vw;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.careers__section-header span{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.careers__section-header span{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.careers__section-header span{font-size:13px;line-height:20px}}@media (min-width:768px){.careers__section-header span{margin-bottom:2.60417vw}}@media (min-width:1024px){.careers__section-header span{margin-bottom:1.66667vw}}@media (min-width:1440px){.careers__section-header span{margin-bottom:24px}}.careers__section-header h1,.careers__section-header h2{color:#121212;text-align:center;white-space:pre-line}.careers__section-header p{color:#595959cc;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;text-align:center;margin-top:6.25vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.careers__section-header p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.careers__section-header p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.careers__section-header p{font-size:17px;line-height:24px}}@media (min-width:768px){.careers__section-header p{white-space:pre-line;margin-top:2.60417vw}}@media (min-width:1024px){.careers__section-header p{margin-top:1.38889vw}}@media (min-width:1440px){.careers__section-header p{margin-top:20px}}.careers__section-header.on-dark h1,.careers__section-header.on-dark h2{color:#f5f5f5}.careers__section-header.on-dark span{color:#e3e3e3}.careers__section-header.on-dark p{color:#f5f5f5b3}.careers__hero .careers__section-header{padding-top:15vw;padding-bottom:7.5vw}@media (min-width:768px){.careers__hero .careers__section-header{padding-top:10.4167vw;padding-bottom:6.25vw}}@media (min-width:1024px){.careers__hero .careers__section-header{padding-top:8.33333vw;padding-bottom:4.16667vw}}@media (min-width:1440px){.careers__hero .careers__section-header{padding-top:120px;padding-bottom:60px}}.careers__main{width:100%;margin:0 auto}@media (min-width:1024px){.careers__main{max-width:62.5vw}}@media (min-width:1440px){.careers__main{max-width:900px}}.careers__cards-wrapper{flex-direction:column;width:100%;display:flex}@media (min-width:768px){.careers__cards-wrapper{flex-direction:row}}.careers__card{z-index:3;background:#1a1a1a;border:1px solid #333;border-radius:20px;width:100%;padding:7.5vw;position:relative}@media (min-width:768px){.careers__card{border-radius:40px;padding:3.90625vw}}@media (min-width:1024px){.careers__card{padding:2.77778vw}}@media (min-width:1440px){.careers__card{padding:40px}}.careers__card:hover{cursor:pointer}.careers__card:hover .careers__card-title{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#c4ffc2,#ffe2fc,#eeffa8) 0 0/200%;-webkit-background-clip:text;background-clip:text}.careers__card:hover .careers__card-cta{opacity:1;visibility:visible}.careers__card:hover .careers__card-cta svg{transform:translate(8px)}@media (min-width:768px){.careers__card:hover .careers__card-cta svg{transform:translate(0)}}.careers__card-inner{flex-direction:column;display:flex}@media (min-width:768px){.careers__card-inner{flex-direction:row;justify-content:space-between}}.careers__card-cta{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:2.5vw;margin-top:7.5vw;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:opacity .4s,color .4s;display:inline-flex}@media (min-width:768px){.careers__card-cta{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.careers__card-cta{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.careers__card-cta{font-size:15px;line-height:20px}}@media (min-width:768px){.careers__card-cta{opacity:0;visibility:hidden;margin-top:0}.careers__card-cta--text{display:none}}.careers__card-cta svg{width:3.75vw;height:3.75vw;transition:transform .4s}@media (min-width:768px){.careers__card-cta svg{width:1.95313vw;height:1.95313vw}}@media (min-width:1024px){.careers__card-cta svg{width:1.04167vw;height:1.04167vw}}@media (min-width:1440px){.careers__card-cta svg{width:15px;height:15px}}.careers__card-title{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;font-size:5.625vw;font-weight:500;line-height:7.5vw;transition:color .4s;display:inline-block}@media (min-width:768px){.careers__card-title{font-size:2.47396vw;line-height:3.38542vw}}@media (min-width:1024px){.careers__card-title{font-size:1.52778vw;line-height:2.08333vw}}@media (min-width:1440px){.careers__card-title{font-size:22px;line-height:30px}}.careers__card-info{color:#e3e3e3cc;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;align-items:center;gap:1.875vw;padding-top:5vw;font-size:3.4375vw;font-weight:500;line-height:5vw;display:flex}@media (min-width:768px){.careers__card-info{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.careers__card-info{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.careers__card-info{font-size:13px;line-height:20px}}@media (min-width:768px){.careers__card-info{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;gap:1.04167vw;padding-top:2.08333vw;font-size:4.0625vw;font-weight:600;line-height:5.625vw}}@media (min-width:768px) and (min-width:768px){.careers__card-info{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:768px) and (min-width:1024px){.careers__card-info{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:768px) and (min-width:1440px){.careers__card-info{font-size:15px;line-height:20px}}@media (min-width:1024px){.careers__card-info{gap:.833333vw;padding-top:.833333vw}}@media (min-width:1440px){.careers__card-info{gap:12px;padding-top:16px}}.careers__card:not(:last-child){padding-bottom:21.875vw}@media (min-width:768px){.careers__card:not(:last-child){padding-bottom:13.5417vw}}@media (min-width:1024px){.careers__card:not(:last-child){padding-bottom:9.16667vw}}@media (min-width:1440px){.careers__card:not(:last-child){padding-bottom:132px}}.careers__card:not(:first-child){margin-top:-15.625vw}@media (min-width:768px){.careers__card:not(:first-child){margin-top:-9.76563vw}}@media (min-width:1024px){.careers__card:not(:first-child){margin-top:-6.59722vw}}@media (min-width:1440px){.careers__card:not(:first-child){margin-top:-95px}}.careers__more{color:#121212;flex-direction:column;align-items:flex-start;gap:1.25vw;margin-top:7.5vw;display:flex}@media (min-width:768px){.careers__more{align-items:center;gap:.520833vw;margin-top:5.20833vw}}@media (min-width:1024px){.careers__more{gap:.277778vw;margin-top:3.33333vw}}@media (min-width:1440px){.careers__more{gap:4px;margin-top:48px}}.careers__more-description{color:#595959cc;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.careers__more-description{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.careers__more-description{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.careers__more-description{font-size:17px;line-height:24px}}.careers__more a{color:#3e96ed;font-weight:500}.careers-page{background-color:#f5f5f5}.company{overflow-x:hidden}.company__container{z-index:1;width:100%;margin:0 auto;padding:15vw 5vw;position:relative}@media (min-width:768px){.company__container{padding:7.8125vw 3.90625vw}}@media (min-width:1024px){.company__container{padding:5.55556vw 4.16667vw}}@media (min-width:1440px){.company__container{max-width:1440px;padding:80px 60px}}.company__section-header{z-index:2;flex-direction:column;width:100%;margin:0 auto;display:flex;position:relative}@media (min-width:1024px){.company__section-header{max-width:71.1111vw}}@media (min-width:1440px){.company__section-header{max-width:1024px}}.company__section-header span{color:#313131;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:center;text-transform:uppercase;margin-bottom:5vw;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.company__section-header span{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.company__section-header span{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.company__section-header span{font-size:13px;line-height:20px}}@media (min-width:768px){.company__section-header span{margin-bottom:2.60417vw}}@media (min-width:1024px){.company__section-header span{margin-bottom:1.66667vw}}@media (min-width:1440px){.company__section-header span{margin-bottom:24px}}.company__section-header h1,.company__section-header h2{color:#121212;text-align:center;white-space:pre-line}.company__section-header p{color:#595959cc;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;text-align:center;margin-top:6.25vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.company__section-header p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.company__section-header p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.company__section-header p{font-size:17px;line-height:24px}}@media (min-width:768px){.company__section-header p{white-space:pre-line;margin-top:2.60417vw}}@media (min-width:1024px){.company__section-header p{margin-top:1.38889vw}}@media (min-width:1440px){.company__section-header p{margin-top:20px}}.company__section-header.on-dark h1,.company__section-header.on-dark h2{color:#f5f5f5}.company__section-header.on-dark span{color:#e3e3e3}.company__section-header.on-dark p{color:#f5f5f5b3}.company__cta{color:#f5f5f5;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;pointer-events:all;text-transform:uppercase;border:none;border-radius:720px;justify-content:center;align-items:center;width:100%;height:17.5vw;padding:5.625vw;font-size:3.75vw;font-weight:600;line-height:5.625vw;display:flex}@media (min-width:768px){.company__cta{font-size:1.95313vw;line-height:2.60417vw}}@media (min-width:1024px){.company__cta{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.company__cta{font-size:15px;line-height:20px}}@media (min-width:768px){.company__cta{width:fit-content;height:8.33333vw;padding:2.86458vw 3.125vw}}@media (min-width:1024px){.company__cta{height:4.44444vw;padding:1.38889vw 1.66667vw}}@media (min-width:1440px){.company__cta{height:64px;padding:20px 24px}}.company__cta--first{color:#121212;background-color:#f5f5f5;border:1px solid #121212;width:100%;transition:border-color .3s}@media (min-width:768px){.company__cta--first{width:fit-content}}.company__cta--first:hover{border-color:#c4ffc2}.company__cta--second{cursor:pointer;background-color:#121212;transition:background-color .3s,color .3s}.company__cta--second svg{width:4.6875vw;margin-left:5vw;transition:all .3s}@media (min-width:768px){.company__cta--second svg{width:1.95313vw;margin-left:2.08333vw}}@media (min-width:1024px){.company__cta--second svg{width:1.04167vw;margin-left:1.11111vw}}@media (min-width:1440px){.company__cta--second svg{width:15px;margin-left:16px}}.company__cta--second:hover{color:#121212;background-color:#c4ffc2}.company__cta--second:hover svg{transform:translate(4px)}.company__hero{text-align:center;flex-direction:column;height:100%;min-height:181.875vw;margin-top:16.875vw;display:flex;position:relative}@media (min-width:768px){.company__hero{min-height:71.0938vw;margin-top:12.2396vw}}@media (min-width:1024px){.company__hero{min-height:51.25vw;margin-top:7.36111vw}}@media (min-width:1440px){.company__hero{min-height:738px;margin-top:106px}}.company__hero-cta-wrapper{flex-direction:column-reverse;justify-content:center;align-items:center;gap:3.75vw;margin-top:12.5vw;display:flex}@media (min-width:768px){.company__hero-cta-wrapper{flex-direction:row;gap:2.60417vw;margin-top:5.20833vw}}@media (min-width:1024px){.company__hero-cta-wrapper{gap:1.38889vw;margin-top:3.88889vw}}@media (min-width:1440px){.company__hero-cta-wrapper{gap:20px;margin-top:56px}}.company__hero:after{content:"";z-index:0;background-image:linear-gradient(90deg,#e3e3e3 1px,#0000 0),linear-gradient(#e3e3e3 1px,#0000 0);background-size:14.375vw 14.375vw;width:100%;height:calc(100% - 8.75vw);position:absolute;top:0;left:0}@media (min-width:768px){.company__hero:after{background-size:8.85417vw 8.85417vw;width:calc(100% + 8.85417vw);height:calc(100% - 8.85417vw)}}@media (min-width:1024px){.company__hero:after{background-size:6.25vw 6.25vw;width:100%;height:calc(100% - 7.36111vw);left:-1.52778vw}}@media (min-width:1440px){.company__hero:after{background-size:90px 90px;width:6480px;height:calc(100% - 106px);left:50%;transform:translate(-50%)}}.company__contact-us{width:100%;margin-top:-10vw}@media (min-width:768px){.company__contact-us{margin-top:-9.63542vw}}@media (min-width:1024px){.company__contact-us{margin-top:-7.63889vw}}@media (min-width:1440px){.company__contact-us{margin-top:-110px}}.company__contact-us-header-wrapper{flex-direction:column;justify-content:space-between;gap:7.5vw;display:flex}@media (min-width:768px){.company__contact-us-header-wrapper{flex-direction:row;gap:4.16667vw}}@media (min-width:1024px){.company__contact-us-header-wrapper{flex-direction:column;justify-content:flex-start;gap:2.22222vw}}@media (min-width:1440px){.company__contact-us-header-wrapper{gap:32px}}.company__contact-us .company__section-header{width:100%}@media (min-width:768px){.company__contact-us .company__section-header{max-width:55.9896vw;margin:0}}@media (min-width:1024px){.company__contact-us .company__section-header{max-width:45.1389vw}}@media (min-width:1440px){.company__contact-us .company__section-header{max-width:650px}}.company__contact-us .company__section-header h2,.company__contact-us .company__section-header p,.company__contact-us .company__section-header span{text-align:left}.company__contact-us .company__cta--second{align-self:flex-start}@media (min-width:768px){.company__contact-us .company__cta--second{align-self:flex-end}}@media (min-width:1024px){.company__contact-us .company__cta--second{align-self:flex-start}}.company__contact-us-inner{flex-direction:column;gap:7.5vw;display:flex}@media (min-width:768px){.company__contact-us-inner{gap:5.20833vw}}@media (min-width:1024px){.company__contact-us-inner{flex-direction:row;gap:2.77778vw}}@media (min-width:1440px){.company__contact-us-inner{gap:40px}}.company__contact-us-cards-wrapper{grid-template-columns:1fr;gap:5vw;width:100%;display:grid}@media (min-width:768px){.company__contact-us-cards-wrapper{grid-template-columns:repeat(2,1fr);gap:2.60417vw}}@media (min-width:1024px){.company__contact-us-cards-wrapper{gap:1.38889vw}}@media (min-width:1440px){.company__contact-us-cards-wrapper{gap:20px}}.company__contact-us-card{background:#fff;border-radius:16px;flex-direction:column;gap:5vw;width:100%;min-width:200px;height:fit-content;padding:5vw;display:flex}@media (min-width:768px){.company__contact-us-card{border-radius:24px;gap:2.60417vw;padding:4.16667vw}}@media (min-width:1024px){.company__contact-us-card{border-radius:32px;gap:1.38889vw;padding:2.77778vw}}@media (min-width:1440px){.company__contact-us-card{gap:20px;padding:40px}}.company__contact-us-card h4{color:#121212}.company__contact-us-card p{color:#121212b3;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.company__contact-us-card p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.company__contact-us-card p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.company__contact-us-card p{font-size:17px;line-height:24px}}.company__contact-us-logos-wrapper{opacity:.8;width:calc(100% + 10vw);margin-top:7.5vw;margin-left:-5vw;overflow:hidden}@media (min-width:768px){.company__contact-us-logos-wrapper{width:calc(100% + 7.8125vw);margin-top:5.20833vw;margin-left:-3.90625vw}}@media (min-width:1024px){.company__contact-us-logos-wrapper{width:calc(100% + 8.33333vw);margin-top:4.44444vw;margin-left:-4.16667vw}}@media (min-width:1440px){.company__contact-us-logos-wrapper{width:100%;max-width:1440px;margin:64px auto 0}}.company__contact-us-logos-mask{position:relative;-webkit-mask-image:linear-gradient(90deg,#0000 0,#f5f5f5 30px calc(100% - 30px),#0000);mask-image:linear-gradient(90deg,#0000 0,#f5f5f5 30px calc(100% - 30px),#0000);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.company__contact-us-logos-track{will-change:transform;background:#f5f5f5;gap:12.5vw;width:max-content;padding:12px 0;animation:linear infinite scroll-left;display:flex;transform:translateZ(0)}@media (min-width:768px){.company__contact-us-logos-track{gap:7.8125vw}}@media (min-width:1024px){.company__contact-us-logos-track{gap:5.55556vw}}@media (min-width:1440px){.company__contact-us-logos-track{gap:80px}}.company__contact-us-logo-placeholder{border-radius:4px;align-items:center;width:auto;max-width:37.5vw;height:8.125vw;display:flex}@media (min-width:768px){.company__contact-us-logo-placeholder{max-width:16.9271vw;height:4.55729vw}}@media (min-width:1024px){.company__contact-us-logo-placeholder{max-width:9.72222vw;height:4.16667vw}}@media (min-width:1440px){.company__contact-us-logo-placeholder{max-width:140px;height:60px}}.company__apps-content-column{flex-direction:column;gap:6.25vw;margin-top:7.5vw;display:flex}@media (min-width:768px){.company__apps-content-column{gap:3.90625vw;margin-top:5.20833vw}}@media (min-width:1024px){.company__apps-content-column{gap:4.16667vw;margin-top:4.16667vw}}@media (min-width:1440px){.company__apps-content-column{gap:60px;margin-top:60px}}.company__apps-row{flex-direction:column;justify-content:space-between;align-items:center;gap:9.375vw;display:flex}@media (min-width:768px){.company__apps-row{flex-direction:row;gap:3.90625vw}}@media (min-width:1024px){.company__apps-row{gap:4.16667vw}}@media (min-width:1440px){.company__apps-row{gap:60px}}@media (min-width:768px){.company__apps-row:nth-child(2n){flex-direction:row-reverse}}.company__apps-row .company__cta--second{width:fit-content;margin-top:10vw}@media (min-width:768px){.company__apps-row .company__cta--second{margin-top:4.16667vw}}@media (min-width:1024px){.company__apps-row .company__cta--second{margin-top:2.22222vw}}@media (min-width:1440px){.company__apps-row .company__cta--second{margin-top:32px}}.company__apps-row-text-wrapper{flex-direction:column;justify-content:center;width:100%;display:flex}@media (min-width:1024px){.company__apps-row-text-wrapper{padding:3.75vw 2.77778vw}}@media (min-width:1440px){.company__apps-row-text-wrapper{padding:54px 40px}}.company__apps-row-title{color:#121212}.company__apps-row-description{color:#595959;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;white-space:pre-line;margin-top:5.625vw;font-size:5vw;font-weight:400;line-height:7.5vw}@media (min-width:768px){.company__apps-row-description{font-size:2.34375vw;line-height:3.38542vw}}@media (min-width:1024px){.company__apps-row-description{font-size:1.38889vw;line-height:2.08333vw}}@media (min-width:1440px){.company__apps-row-description{font-size:20px;line-height:30px}}@media (min-width:768px){.company__apps-row-description{margin-top:3.125vw}}@media (min-width:1024px){.company__apps-row-description{margin-top:1.66667vw}}@media (min-width:1440px){.company__apps-row-description{margin-top:24px}}.company__apps-row-image-wrapper{width:100%}@media (min-width:1024px){.company__apps-row-image-wrapper{max-width:39.4444vw}}@media (min-width:1440px){.company__apps-row-image-wrapper{max-width:568px}}.company__apps-row-image-wrapper img{object-fit:cover;border-radius:16px;width:100%;height:auto;display:block}@media (min-width:768px){.company__apps-row-image-wrapper img{border-radius:24px}}@media (min-width:1024px){.company__apps-row-image-wrapper img{border-radius:40px}}.company__use-cases{background-color:#121212;width:100%}.company__use-cases .homepage-use-cases{padding:0}.company__use-cases .homepage-use-cases__label{color:#e3e3e3}.company__quote{background-color:#121212;width:100%}.company__quote .company__container{padding:15vw 0}@media (min-width:768px){.company__quote .company__container{padding:7.8125vw 0}}@media (min-width:1024px){.company__quote .company__container{padding:5.55556vw 0}}@media (min-width:1440px){.company__quote .company__container{padding:80px 0}}.company__quote-inner{background-image:url(/paraloom-base/company-quote-map-bg.webp);background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;height:100%;min-height:68.75vw;margin:0 auto;padding:0 5vw;display:flex}@media (min-width:768px){.company__quote-inner{max-width:92.1875vw;min-height:47.526vw;padding:0 9.11458vw}}@media (min-width:1024px){.company__quote-inner{max-width:68.6111vw;min-height:35.1389vw;padding:0 9.86111vw}}@media (min-width:1440px){.company__quote-inner{max-width:988px;min-height:506px;padding:0 142px}}.company__quote-inner quote{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;text-align:center;font-size:6.25vw;font-weight:400;line-height:8.75vw}@media (min-width:768px){.company__quote-inner quote{font-size:3.125vw;line-height:4.16667vw}}@media (min-width:1024px){.company__quote-inner quote{font-size:2.22222vw;line-height:3.05556vw}}@media (min-width:1440px){.company__quote-inner quote{font-size:32px;line-height:44px}}.company__form{background:#121212;border-bottom-right-radius:24px;border-bottom-left-radius:24px;width:100%;overflow:hidden}@media (min-width:768px){.company__form{border-bottom-right-radius:48px;border-bottom-left-radius:48px}}@media (min-width:1024px){.company__form{border-bottom-right-radius:80px;border-bottom-left-radius:80px}}.company__form .homepage-contact-suite__card-title{color:#fff}.company__form .homepage-contact-suite__container{padding-bottom:7.5vw}@media (min-width:768px){.company__form .homepage-contact-suite__container{padding-bottom:7.8125vw}}@media (min-width:1024px){.company__form .homepage-contact-suite__container{padding-bottom:4.16667vw}}@media (min-width:1440px){.company__form .homepage-contact-suite__container{padding-bottom:60px}}.company__privacy-policy{width:100%}.company__privacy-policy-card-wrapper{flex-direction:column;gap:2.5vw;margin-top:7.5vw;display:flex}@media (min-width:768px){.company__privacy-policy-card-wrapper{flex-direction:row;gap:2.08333vw;margin-top:5.20833vw}}@media (min-width:1024px){.company__privacy-policy-card-wrapper{gap:2.22222vw;margin-top:4.16667vw}}@media (min-width:1440px){.company__privacy-policy-card-wrapper{gap:32px;margin-top:60px}}.company__privacy-policy-card-wrapper li{width:100%}.company__privacy-policy-card{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;flex-direction:column;flex-shrink:0;width:100%;height:100%;min-height:75vw;padding:6.25vw;display:flex}@media (min-width:768px){.company__privacy-policy-card{border-radius:32px;min-height:42.9688vw;padding:4.16667vw}}@media (min-width:1024px){.company__privacy-policy-card{background-position:100%;background-size:contain;border-radius:40px;max-width:100%;min-height:23.9583vw;padding:4.16667vw}}@media (min-width:1440px){.company__privacy-policy-card{min-height:345px;padding:60px}}.company__privacy-policy-card:hover .company__privacy-policy-link svg{transform:translate(4px)}.company__privacy-policy-card h3{font-family:var(--font-sora),Arial,sans-serif;letter-spacing:-.03em;margin-bottom:5vw;font-size:8.125vw;font-weight:400;line-height:10vw;transition:color .5s}@media (min-width:768px){.company__privacy-policy-card h3{font-size:4.42708vw;line-height:5.46875vw}}@media (min-width:1024px){.company__privacy-policy-card h3{font-size:2.77778vw;line-height:3.61111vw}}@media (min-width:1440px){.company__privacy-policy-card h3{font-size:40px;line-height:52px}}@media (min-width:768px){.company__privacy-policy-card h3{margin-bottom:2.60417vw}}@media (min-width:1024px){.company__privacy-policy-card h3{margin-bottom:1.66667vw}}@media (min-width:1440px){.company__privacy-policy-card h3{margin-bottom:24px}}.company__privacy-policy-card p{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;font-size:4.375vw;font-weight:400;line-height:6.875vw;transition:color .5s;display:block}@media (min-width:768px){.company__privacy-policy-card p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.company__privacy-policy-card p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.company__privacy-policy-card p{font-size:17px;line-height:24px}}@media (min-width:1024px){.company__privacy-policy-card p{max-width:33.6806vw}}@media (min-width:1440px){.company__privacy-policy-card p{max-width:485px}}.company__privacy-policy-card.first{background-color:#121212;transition:background-color .5s}.company__privacy-policy-card.first h3{color:#fff}.company__privacy-policy-card.first p{color:#fff;opacity:.7}.company__privacy-policy-card.first .company__privacy-policy-link{color:#fff}.company__privacy-policy-card.first:hover{background-color:#c4ffc2}.company__privacy-policy-card.first:hover h3,.company__privacy-policy-card.first:hover p,.company__privacy-policy-card.first:hover span{color:#121212}.company__privacy-policy-card.last{background-color:#fff;transition:background-color .5s}.company__privacy-policy-card.last h3{color:#121212}.company__privacy-policy-card.last p{color:#121212;opacity:.7}.company__privacy-policy-card.last .company__privacy-policy-link{color:#121212}.company__privacy-policy-card.last:hover{background-color:#ffa978}.company__privacy-policy-card.last:hover h3,.company__privacy-policy-card.last:hover p,.company__privacy-policy-card.last:hover span{color:#121212}.company__privacy-policy-link-wrapper{flex-direction:column;flex-grow:1;display:flex}.company__privacy-policy-link{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;text-transform:uppercase;align-items:center;margin-top:auto;padding-top:3.75vw;font-size:4.375vw;font-weight:600;line-height:6.875vw;transition:color .5s;display:flex}@media (min-width:768px){.company__privacy-policy-link{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.company__privacy-policy-link{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.company__privacy-policy-link{font-size:17px;line-height:24px}}@media (min-width:768px){.company__privacy-policy-link{padding-top:1.5625vw}}@media (min-width:1024px){.company__privacy-policy-link{padding-top:.833333vw}}@media (min-width:1440px){.company__privacy-policy-link{padding-top:12px}}.company__privacy-policy-link svg{margin-left:5vw;transition:all .3s}@media (min-width:768px){.company__privacy-policy-link svg{margin-left:2.08333vw}}@media (min-width:1024px){.company__privacy-policy-link svg{width:1.04167vw;margin-left:1.11111vw}}@media (min-width:1440px){.company__privacy-policy-link svg{width:15px;margin-left:16px}}.company__social{width:100%;margin:0 auto}.company__social .homepage-community__container{padding:0}.company-page{color:#121212;background-color:#f5f5f5}.ecosystems-page{background:#f5f5f5;position:relative;overflow-x:hidden}.ecosystems-section-header{flex-direction:column;width:100%;margin:0 auto;display:flex}@media (min-width:1024px){.ecosystems-section-header{max-width:71.1111vw}}@media (min-width:1440px){.ecosystems-section-header{max-width:1024px}}.ecosystems-section-header__label{color:#313131;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:center;text-transform:uppercase;margin-bottom:5vw;padding-top:15vw;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.ecosystems-section-header__label{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.ecosystems-section-header__label{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.ecosystems-section-header__label{font-size:13px;line-height:20px}}@media (min-width:768px){.ecosystems-section-header__label{margin-bottom:2.60417vw;padding-top:10.4167vw}}@media (min-width:1024px){.ecosystems-section-header__label{margin-bottom:1.66667vw;padding-top:5.55556vw}}@media (min-width:1440px){.ecosystems-section-header__label{margin-bottom:24px;padding-top:80px}}.ecosystems-section-header h2{color:#121212;text-align:center;white-space:pre-line}.ecosystems-section-header p{color:#595959;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;opacity:.7;text-align:center;margin-top:5vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.ecosystems-section-header p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.ecosystems-section-header p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.ecosystems-section-header p{font-size:17px;line-height:24px}}@media (min-width:768px){.ecosystems-section-header p{margin-top:2.60417vw}}@media (min-width:1024px){.ecosystems-section-header p{margin-top:1.38889vw}}@media (min-width:1440px){.ecosystems-section-header p{margin-top:20px}}.ecosystems__background .gatsby-image-wrapper{z-index:0;height:100%;position:absolute;overflow:visible}.ecosystems__background .gatsby-image-wrapper img{z-index:0;width:auto;max-width:100%;height:auto;position:absolute;top:15.625vw;left:50%;transform:translate(-50%)}@media (min-width:768px){.ecosystems__background .gatsby-image-wrapper img{top:6.51042vw}}@media (min-width:1024px){.ecosystems__background .gatsby-image-wrapper img{top:2.08333vw}}@media (min-width:1440px){.ecosystems__background .gatsby-image-wrapper img{top:-20px}}.ecosystems-container{margin:0 auto;padding:0 5vw}@media (min-width:768px){.ecosystems-container{padding:0 3.90625vw}}@media (min-width:1024px){.ecosystems-container{padding:0 4.16667vw}}@media (min-width:1440px){.ecosystems-container{max-width:1440px;padding:0 60px}}.ecosystems-hero{pointer-events:none;text-align:center;z-index:2;flex-direction:column;justify-content:center;align-items:center;padding:23.4375vw 5vw 15vw;display:flex;position:relative}@media (min-width:768px){.ecosystems-hero{padding:18.75vw 3.90625vw 10.4167vw}}@media (min-width:1024px){.ecosystems-hero{padding:11.3889vw 4.16667vw 5.55556vw}}@media (min-width:1440px){.ecosystems-hero{max-width:1440px;margin-left:auto;margin-right:auto;padding:164px 60px 80px}}.ecosystems-hero h1{color:#121212;max-width:100%;margin-bottom:6.25vw}@media (min-width:768px){.ecosystems-hero h1{white-space:pre-line;margin-bottom:5.20833vw}}@media (min-width:1024px){.ecosystems-hero h1{max-width:69.5833vw;margin-bottom:2.77778vw}}@media (min-width:1440px){.ecosystems-hero h1{max-width:1002px;margin-bottom:40px}}.ecosystems-hero .ecosystems-hero-description{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;opacity:.8;margin-bottom:5.625vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.ecosystems-hero .ecosystems-hero-description{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.ecosystems-hero .ecosystems-hero-description{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.ecosystems-hero .ecosystems-hero-description{font-size:17px;line-height:24px}}@media (min-width:768px){.ecosystems-hero .ecosystems-hero-description{max-width:83.3333vw;margin-bottom:10.4167vw}}@media (min-width:1024px){.ecosystems-hero .ecosystems-hero-description{max-width:44.4444vw;margin-bottom:4.44444vw}}@media (min-width:1440px){.ecosystems-hero .ecosystems-hero-description{max-width:640px;margin-bottom:64px}}.ecosystems-hero .cards-wrapper{flex-direction:column;justify-content:center;align-items:stretch;width:100%;display:flex;overflow:hidden}@media (min-width:768px){.ecosystems-hero .cards-wrapper{flex-direction:row;max-height:24.4792vw}}@media (min-width:1024px){.ecosystems-hero .cards-wrapper{max-height:13.0556vw}}@media (min-width:1440px){.ecosystems-hero .cards-wrapper{max-height:188px}}.ecosystems-hero .cards-wrapper .card{background:linear-gradient(176.01deg,#fff 2.7%,#f5f5f5 79.89%);border-top-left-radius:24px;border-top-right-radius:24px;flex-direction:column;flex:1;gap:2.5vw;width:100%;padding:6.25vw;display:flex;position:relative}@media (min-width:768px){.ecosystems-hero .cards-wrapper .card{gap:1.04167vw;max-width:48.8281vw;padding:6.51042vw 0 7.55208vw}}@media (min-width:1024px){.ecosystems-hero .cards-wrapper .card{gap:.555556vw;max-width:26.0417vw;padding:2.22222vw 0 4.30556vw}}@media (min-width:1440px){.ecosystems-hero .cards-wrapper .card{gap:8px;max-width:375px;padding:32px 0 62px}}@media (min-width:768px){.ecosystems-hero .cards-wrapper .card:first-child{z-index:1;margin-top:1.04167vw;margin-right:-3.38542vw;transform:rotate(-3deg)}}@media (min-width:1024px){.ecosystems-hero .cards-wrapper .card:first-child{margin-top:.694444vw;margin-right:-2.36111vw}}@media (min-width:1440px){.ecosystems-hero .cards-wrapper .card:first-child{margin-top:10px;margin-right:-34px}}.ecosystems-hero .cards-wrapper .card:nth-child(2){box-shadow:-2px 0 32px #dedfe366}@media (min-width:768px){.ecosystems-hero .cards-wrapper .card:nth-child(2){z-index:2}}.ecosystems-hero .cards-wrapper .card:nth-child(3){box-shadow:-2px 0 32px #dedfe366}@media (min-width:768px){.ecosystems-hero .cards-wrapper .card:nth-child(3){z-index:3;height:calc(100% + 6.51042vw);margin-top:.78125vw;margin-left:-3.38542vw;transform:rotate(3deg)}}@media (min-width:1024px){.ecosystems-hero .cards-wrapper .card:nth-child(3){height:calc(100% + 3.47222vw);margin-top:.694444vw;margin-left:-2.36111vw}}@media (min-width:1440px){.ecosystems-hero .cards-wrapper .card:nth-child(3){height:calc(100% + 50px);margin-top:10px;margin-left:-34px}}.ecosystems-hero .cards-wrapper .card h3{color:#121212;font-family:var(--font-sora),Arial,sans-serif;letter-spacing:-.03em;font-size:10.625vw;font-weight:400;line-height:11.875vw}@media (min-width:768px){.ecosystems-hero .cards-wrapper .card h3{font-size:5.72917vw;line-height:6.77083vw}}@media (min-width:1024px){.ecosystems-hero .cards-wrapper .card h3{font-size:4.16667vw;line-height:4.58333vw}}@media (min-width:1440px){.ecosystems-hero .cards-wrapper .card h3{font-size:60px;line-height:66px}}.ecosystems-hero .cards-wrapper .card h4{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;opacity:.7;text-transform:uppercase;white-space:pre-line;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.ecosystems-hero .cards-wrapper .card h4{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.ecosystems-hero .cards-wrapper .card h4{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.ecosystems-hero .cards-wrapper .card h4{font-size:13px;line-height:20px}}.ecosystems-hero h4{color:#c4ffc2;margin-bottom:3.125vw}@media (min-width:768px){.ecosystems-hero h4{margin-bottom:1.30208vw}}@media (min-width:1024px){.ecosystems-hero h4{margin-bottom:.694444vw}}@media (min-width:1440px){.ecosystems-hero h4{margin-bottom:10px}}.ecosystems-hero p{color:#ffffffb3}@media (min-width:1024px){.ecosystems-hero p{max-width:52.0833vw}}@media (min-width:1440px){.ecosystems-hero p{max-width:750px}}.ecosystems-spotlight{padding-bottom:15vw}@media (min-width:768px){.ecosystems-spotlight{padding-bottom:10.4167vw}}@media (min-width:1024px){.ecosystems-spotlight{padding-bottom:5.55556vw}}@media (min-width:1440px){.ecosystems-spotlight{padding-bottom:80px}}.ecosystems-spotlight__carousel-wrapper{padding-left:5vw;position:relative}@media (min-width:768px){.ecosystems-spotlight__carousel-wrapper{padding-left:3.90625vw}}@media (min-width:1024px){.ecosystems-spotlight__carousel-wrapper{padding-left:4.16667vw}}@media (min-width:1440px){.ecosystems-spotlight__carousel-wrapper{padding-left:60px}}.ecosystems-spotlight__carousel{margin-top:7.5vw;margin-left:auto;margin-right:auto;padding:1.875vw 0;overflow:hidden}@media (min-width:768px){.ecosystems-spotlight__carousel{margin-top:5.20833vw;padding:.78125vw 0}}@media (min-width:1024px){.ecosystems-spotlight__carousel{margin-top:4.44444vw;padding:.416667vw 0}}@media (min-width:1440px){.ecosystems-spotlight__carousel{max-width:1950px;margin-top:64px;padding:6px 0}}.ecosystems-spotlight__carousel .slick-list{overflow:visible}.ecosystems-spotlight__carousel .slick-slide{width:100%;max-width:87.5vw;height:100%;padding:0 1.25vw}@media (min-width:768px){.ecosystems-spotlight__carousel .slick-slide{max-width:68.75vw;padding:0 1.30208vw}}@media (min-width:1024px){.ecosystems-spotlight__carousel .slick-slide{max-width:45.1389vw;padding:0 .694444vw}}@media (min-width:1440px){.ecosystems-spotlight__carousel .slick-slide{max-width:650px;padding:0 10px}}.ecosystems-spotlight__card{cursor:pointer;background:#1a1a1a;border:1px solid #333;border-radius:32px;flex-direction:column;width:100%;height:auto;padding:5vw;transition:transform .4s;display:flex}@media (min-width:768px){.ecosystems-spotlight__card{padding:3.125vw}}@media (min-width:1024px){.ecosystems-spotlight__card{padding:2.22222vw}}@media (min-width:1440px){.ecosystems-spotlight__card{padding:32px}}.ecosystems-spotlight__card:hover{transform:scale(1.03)}.ecosystems-spotlight__card:hover .ecosystems-spotlight__cta{color:#ffa978}.ecosystems-spotlight__card:hover .ecosystems-spotlight__cta svg{transform:translate(4px)}.ecosystems-spotlight__card-header{justify-content:space-between;align-items:flex-start;gap:5vw;display:flex}@media (min-width:768px){.ecosystems-spotlight__card-header{gap:2.08333vw}}@media (min-width:1024px){.ecosystems-spotlight__card-header{gap:1.11111vw}}@media (min-width:1440px){.ecosystems-spotlight__card-header{gap:16px}}.ecosystems-spotlight__logo{border:1px solid #333;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20vw;height:20vw;display:flex}@media (min-width:768px){.ecosystems-spotlight__logo{width:10.4167vw;height:10.4167vw}}@media (min-width:1024px){.ecosystems-spotlight__logo{width:6.94444vw;height:6.94444vw}}@media (min-width:1440px){.ecosystems-spotlight__logo{width:100px;height:100px}}.ecosystems-spotlight__logo img{object-fit:cover;width:100%;height:auto;display:block}.ecosystems-spotlight__filters{flex-wrap:wrap;justify-content:flex-end;gap:1.25vw;display:flex}@media (min-width:768px){.ecosystems-spotlight__filters{gap:1.04167vw}}@media (min-width:1024px){.ecosystems-spotlight__filters{gap:.555556vw}}@media (min-width:1440px){.ecosystems-spotlight__filters{gap:8px}}.ecosystems-spotlight__filter{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;border-radius:720px;padding:1.25vw 2.5vw;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.ecosystems-spotlight__filter{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.ecosystems-spotlight__filter{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.ecosystems-spotlight__filter{font-size:14px;line-height:22px}}@media (min-width:768px){.ecosystems-spotlight__filter{padding:.520833vw 1.5625vw}}@media (min-width:1024px){.ecosystems-spotlight__filter{padding:.416667vw .833333vw}}@media (min-width:1440px){.ecosystems-spotlight__filter{padding:6px 12px}}.ecosystems-spotlight__filter:nth-child(n+1){background:linear-gradient(117.2deg,#ffe2fc 16.97%,#ffe092 69.76%,#eeffa8 119.7%,#c4ffc2 158.23%)}.ecosystems-spotlight__filter:nth-child(n+2){background:linear-gradient(39.77deg,#ffe2fc -62.82%,#ffe092 -10.73%,#eeffa8 38.55%,#c4ffc2 76.57%)}.ecosystems-spotlight__title{color:#f5f5f5;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;margin-top:5vw;margin-bottom:5vw;font-size:6.25vw;font-weight:500;line-height:8.75vw}@media (min-width:768px){.ecosystems-spotlight__title{font-size:3.125vw;line-height:4.16667vw}}@media (min-width:1024px){.ecosystems-spotlight__title{font-size:2.22222vw;line-height:3.05556vw}}@media (min-width:1440px){.ecosystems-spotlight__title{font-size:32px;line-height:44px}}@media (min-width:768px){.ecosystems-spotlight__title{margin-top:2.08333vw;margin-bottom:2.08333vw}}@media (min-width:1024px){.ecosystems-spotlight__title{margin-top:1.66667vw;margin-bottom:1.38889vw}}@media (min-width:1440px){.ecosystems-spotlight__title{margin-top:24px;margin-bottom:20px}}.ecosystems-spotlight__description{-webkit-line-clamp:3;color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;opacity:.7;-webkit-box-orient:vertical;margin-bottom:5vw;font-size:3.75vw;font-weight:400;line-height:5.625vw;display:-webkit-box;overflow:hidden}@media (min-width:768px){.ecosystems-spotlight__description{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.ecosystems-spotlight__description{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.ecosystems-spotlight__description{font-size:14px;line-height:22px}}@media (min-width:768px){.ecosystems-spotlight__description{margin-bottom:0}}.ecosystems-spotlight__text-wrapper{justify-content:space-between;align-items:center;margin-top:auto;display:flex}@media (min-width:768px){.ecosystems-spotlight__text-wrapper{gap:5.20833vw}}@media (min-width:1024px){.ecosystems-spotlight__text-wrapper{gap:4.16667vw}}@media (min-width:1440px){.ecosystems-spotlight__text-wrapper{gap:60px}}.ecosystems-spotlight__cta{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;align-self:flex-end;align-items:center;margin-left:auto;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:color .3s;display:inline-flex}@media (min-width:768px){.ecosystems-spotlight__cta{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.ecosystems-spotlight__cta{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.ecosystems-spotlight__cta{font-size:15px;line-height:20px}}.ecosystems-spotlight__cta:hover{color:#ffa978}.ecosystems-spotlight__cta svg{width:3.75vw;height:3.75vw;margin-left:3.75vw;transition:transform .3s}@media (min-width:768px){.ecosystems-spotlight__cta svg{width:1.95313vw;height:1.95313vw;margin-left:1.5625vw}}@media (min-width:1024px){.ecosystems-spotlight__cta svg{width:1.04167vw;height:1.04167vw;margin-left:.833333vw}}@media (min-width:1440px){.ecosystems-spotlight__cta svg{width:15px;height:15px;margin-left:12px}}.ecosystems-spotlight__cta:hover svg{transform:translate(4px)}.ecosystems-spotlight__controls{justify-content:center;gap:6.25vw;margin-top:5vw;margin-left:-5vw;padding-bottom:1.5625vw;display:flex}@media (min-width:768px){.ecosystems-spotlight__controls{gap:2.60417vw;margin-top:4.16667vw;margin-left:-3.90625vw;padding-bottom:.651042vw}}@media (min-width:1024px){.ecosystems-spotlight__controls{gap:1.38889vw;margin-top:2.77778vw;margin-left:-4.16667vw;padding-bottom:.347222vw}}@media (min-width:1440px){.ecosystems-spotlight__controls{gap:20px;margin-top:40px;margin-left:-60px;padding-bottom:5px}}.ecosystems-spotlight__controls button{cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:10vw;height:10vw;padding:3.125vw;transition:transform .3s;display:flex}@media (min-width:768px){.ecosystems-spotlight__controls button{width:5.72917vw;height:5.72917vw;padding:1.82292vw}}@media (min-width:1024px){.ecosystems-spotlight__controls button{width:3.05556vw;height:3.05556vw;padding:.972222vw}}@media (min-width:1440px){.ecosystems-spotlight__controls button{width:44px;height:44px;padding:14px}}.ecosystems-spotlight__controls button:first-child svg{transform:rotate(-180deg)}.ecosystems-spotlight__controls button:hover{transform:scale(1.1)}.ecosystems-project-filters{background-color:#121212;border-top-left-radius:24px;border-top-right-radius:24px;flex-direction:column;justify-content:center;padding:15vw 0;display:flex}@media (min-width:768px){.ecosystems-project-filters{border-top-left-radius:48px;border-top-right-radius:48px;padding:10.4167vw 0}}@media (min-width:1024px){.ecosystems-project-filters{border-top-left-radius:80px;border-top-right-radius:80px;padding:5.55556vw 0}}@media (min-width:1440px){.ecosystems-project-filters{padding:80px 0}}.ecosystems-project-filters h2{text-align:center;margin-bottom:7.5vw}@media (min-width:768px){.ecosystems-project-filters h2{margin-bottom:5.20833vw}}@media (min-width:1024px){.ecosystems-project-filters h2{margin-bottom:2.77778vw}}@media (min-width:1440px){.ecosystems-project-filters h2{margin-bottom:40px}}.ecosystems-grants-ready-to-apply{background:#121212;border-bottom-right-radius:24px;border-bottom-left-radius:24px;padding-bottom:15vw;position:relative}@media (min-width:768px){.ecosystems-grants-ready-to-apply{border-bottom-right-radius:48px;border-bottom-left-radius:48px;padding-bottom:10.4167vw}}@media (min-width:1024px){.ecosystems-grants-ready-to-apply{border-bottom-right-radius:80px;border-bottom-left-radius:80px;padding-bottom:5.55556vw}}@media (min-width:1440px){.ecosystems-grants-ready-to-apply{padding-bottom:80px}}.ecosystems-grants-ready-to-apply .ecosystems__background img{height:auto;max-height:100%;top:-3.125vw}@media (min-width:768px){.ecosystems-grants-ready-to-apply .ecosystems__background img{top:-5.20833vw;left:50%}}@media (min-width:1024px){.ecosystems-grants-ready-to-apply .ecosystems__background img{top:-4.86111vw;left:42%}}@media (min-width:1440px){.ecosystems-grants-ready-to-apply .ecosystems__background img{top:-70px;left:45%}}.ecosystems-grants-ready-to-apply .ecosystems-container{overflow:hidden}.ecosystems-share-projects{padding-bottom:15vw;position:relative}@media (min-width:768px){.ecosystems-share-projects{padding-bottom:10.4167vw}}@media (min-width:1024px){.ecosystems-share-projects{padding-bottom:5.55556vw}}@media (min-width:1440px){.ecosystems-share-projects{padding-bottom:80px}}.ecosystems-share-projects .ecosystems__background img{width:100%;height:auto;max-height:100%;top:3.125vw}@media (min-width:768px){.ecosystems-share-projects .ecosystems__background img{top:2.60417vw}}@media (min-width:1024px){.ecosystems-share-projects .ecosystems__background img{width:80%;top:1.38889vw}}@media (min-width:1440px){.ecosystems-share-projects .ecosystems__background img{width:70%;top:20px}}.ecosystems-share-projects .ecosystems-container{z-index:5;flex-direction:column;display:flex;position:relative}@media (min-width:1024px){.ecosystems-share-projects .ecosystems-section-header{max-width:71.1111vw}}@media (min-width:1440px){.ecosystems-share-projects .ecosystems-section-header{max-width:1024px}}.ecosystems-share-projects .ecosystems-section-header p{margin-left:auto;margin-right:auto}@media (min-width:1024px){.ecosystems-share-projects .ecosystems-section-header p{max-width:71.1111vw}}@media (min-width:1440px){.ecosystems-share-projects .ecosystems-section-header p{max-width:1024px}}.ecosystems-share-projects__share-btn{color:#f5f5f5;cursor:pointer;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;background-color:#121212;border:none;border-radius:720px;width:fit-content;margin:10vw auto 0;padding:3.75vw 10vw;font-size:3.75vw;font-weight:600;line-height:5.625vw;transition:color .4s,background-color .4s;box-shadow:2px 4px 10px #c9c9c938}@media (min-width:768px){.ecosystems-share-projects__share-btn{font-size:1.95313vw;line-height:2.60417vw}}@media (min-width:1024px){.ecosystems-share-projects__share-btn{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.ecosystems-share-projects__share-btn{font-size:15px;line-height:20px}}@media (min-width:768px){.ecosystems-share-projects__share-btn{margin-top:4.16667vw;padding:2.60417vw 4.16667vw}}@media (min-width:1024px){.ecosystems-share-projects__share-btn{margin-top:2.77778vw;padding:1.38889vw 2.22222vw}}@media (min-width:1440px){.ecosystems-share-projects__share-btn{margin-top:40px;padding:20px 32px}}.ecosystems-share-projects__share-btn:hover{color:#121212;background-color:#c4ffc2}.ecosystems-community .container{margin-top:0;padding:0}.ecosystems-community .container .homepage-solutions{padding:15vw 5vw 0}@media (min-width:768px){.ecosystems-community .container .homepage-solutions{padding:10.4167vw 3.90625vw 0}}@media (min-width:1024px){.ecosystems-community .container .homepage-solutions{padding:5.55556vw 0 0}}@media (min-width:1440px){.ecosystems-community .container .homepage-solutions{padding:80px 0 0}}.ecosystems-privacy-policy{padding-top:2.5vw}@media (min-width:768px){.ecosystems-privacy-policy{padding-top:2.08333vw;padding-bottom:5.20833vw}}@media (min-width:1024px){.ecosystems-privacy-policy{padding-top:2.22222vw;padding-bottom:4.86111vw}}@media (min-width:1440px){.ecosystems-privacy-policy{padding-top:32px;padding-bottom:70px}}.ecosystems-privacy-policy__card-wrapper{flex-direction:column;gap:2.5vw;display:flex}@media (min-width:768px){.ecosystems-privacy-policy__card-wrapper{flex-direction:row;gap:2.08333vw}}@media (min-width:1024px){.ecosystems-privacy-policy__card-wrapper{gap:2.22222vw}}@media (min-width:1440px){.ecosystems-privacy-policy__card-wrapper{gap:32px}}.ecosystems-privacy-policy__card{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;width:100%;padding:6.25vw}@media (min-width:768px){.ecosystems-privacy-policy__card{border-radius:32px;padding:4.16667vw}}@media (min-width:1024px){.ecosystems-privacy-policy__card{background-position:100%;background-size:contain;border-radius:40px;padding:4.16667vw}}@media (min-width:1440px){.ecosystems-privacy-policy__card{padding:60px}}.ecosystems-privacy-policy__card:hover .ecosystems-privacy-policy__link svg{transform:translate(4px)}.ecosystems-privacy-policy__card h3{font-family:var(--font-sora),Arial,sans-serif;letter-spacing:-.03em;margin-bottom:5vw;font-size:8.125vw;font-weight:400;line-height:10vw;transition:color .5s}@media (min-width:768px){.ecosystems-privacy-policy__card h3{font-size:4.42708vw;line-height:5.46875vw}}@media (min-width:1024px){.ecosystems-privacy-policy__card h3{font-size:2.77778vw;line-height:3.61111vw}}@media (min-width:1440px){.ecosystems-privacy-policy__card h3{font-size:40px;line-height:52px}}@media (min-width:768px){.ecosystems-privacy-policy__card h3{margin-bottom:2.60417vw}}@media (min-width:1024px){.ecosystems-privacy-policy__card h3{margin-bottom:1.66667vw}}@media (min-width:1440px){.ecosystems-privacy-policy__card h3{margin-bottom:24px}}.ecosystems-privacy-policy__card p{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;font-size:4.375vw;font-weight:400;line-height:6.875vw;transition:color .5s}@media (min-width:768px){.ecosystems-privacy-policy__card p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.ecosystems-privacy-policy__card p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.ecosystems-privacy-policy__card p{font-size:17px;line-height:24px}}.ecosystems-privacy-policy__card:first-child{background-color:#121212;transition:background .5s}.ecosystems-privacy-policy__card:first-child h3{color:#fff}.ecosystems-privacy-policy__card:first-child p{color:#fff;opacity:.7}.ecosystems-privacy-policy__card:first-child .ecosystems-privacy-policy__link{color:#fff}.ecosystems-privacy-policy__card:first-child:hover{background-color:#c4ffc2}.ecosystems-privacy-policy__card:first-child:hover h3,.ecosystems-privacy-policy__card:first-child:hover p,.ecosystems-privacy-policy__card:first-child:hover span{color:#121212}.ecosystems-privacy-policy__card:last-child{background-color:#fff;transition:background .5s}.ecosystems-privacy-policy__card:last-child h3{color:#121212}.ecosystems-privacy-policy__card:last-child p{color:#121212;opacity:.7}.ecosystems-privacy-policy__card:last-child .ecosystems-privacy-policy__link{color:#121212}.ecosystems-privacy-policy__card:last-child:hover{background-color:#ffa978}.ecosystems-privacy-policy__card:last-child:hover h3,.ecosystems-privacy-policy__card:last-child:hover p,.ecosystems-privacy-policy__card:last-child:hover span{color:#121212}.ecosystems-privacy-policy__link{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;text-transform:uppercase;align-items:center;margin-top:10vw;padding-top:3.75vw;font-size:4.375vw;font-weight:600;line-height:6.875vw;transition:color .5s;display:flex}@media (min-width:768px){.ecosystems-privacy-policy__link{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.ecosystems-privacy-policy__link{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.ecosystems-privacy-policy__link{font-size:17px;line-height:24px}}@media (min-width:768px){.ecosystems-privacy-policy__link{margin-top:4.16667vw;padding-top:1.5625vw}}@media (min-width:1024px){.ecosystems-privacy-policy__link{margin-top:2.77778vw;padding-top:.833333vw}}@media (min-width:1440px){.ecosystems-privacy-policy__link{margin-top:40px;padding-top:12px}}.ecosystems-privacy-policy__link svg{margin-left:5vw;transition:all .3s}@media (min-width:768px){.ecosystems-privacy-policy__link svg{margin-left:2.08333vw}}@media (min-width:1024px){.ecosystems-privacy-policy__link svg{width:1.04167vw;margin-left:1.11111vw}}@media (min-width:1440px){.ecosystems-privacy-policy__link svg{width:15px;margin-left:16px}}.events{z-index:3;background:#121212;position:relative}.events .gatsby-image-wrapper{opacity:.5;z-index:2;width:143.75vw;height:100%;position:absolute;top:31.25vw;left:0}@media (min-width:768px){.events .gatsby-image-wrapper{width:97.6563vw;top:0}}@media (min-width:1024px){.events .gatsby-image-wrapper{width:62.5vw}}@media (min-width:1440px){.events .gatsby-image-wrapper{width:900px}}.events .gatsby-image-wrapper img{object-fit:cover;width:100%;height:auto}.events__container{width:100%;margin:0 auto;padding:15vw 5vw}@media (min-width:768px){.events__container{padding:7.8125vw 3.90625vw}}@media (min-width:1024px){.events__container{padding:5.55556vw 4.16667vw}}@media (min-width:1440px){.events__container{max-width:1440px;padding:80px 60px}}.events__section-header{z-index:2;flex-direction:column;width:100%;margin:0 auto;display:flex;position:relative}@media (min-width:1024px){.events__section-header{max-width:71.1111vw}}@media (min-width:1440px){.events__section-header{max-width:1024px}}.events__section-header span{color:#313131;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:center;text-transform:uppercase;margin-bottom:5vw;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.events__section-header span{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.events__section-header span{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.events__section-header span{font-size:13px;line-height:20px}}@media (min-width:768px){.events__section-header span{margin-bottom:2.60417vw}}@media (min-width:1024px){.events__section-header span{margin-bottom:1.66667vw}}@media (min-width:1440px){.events__section-header span{margin-bottom:24px}}.events__section-header h1,.events__section-header h2{color:#121212;text-align:center;white-space:pre-line}.events__section-header p{color:#595959cc;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;text-align:center;margin-top:6.25vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.events__section-header p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.events__section-header p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.events__section-header p{font-size:17px;line-height:24px}}@media (min-width:768px){.events__section-header p{white-space:pre-line;margin-top:2.60417vw}}@media (min-width:1024px){.events__section-header p{margin-top:1.38889vw}}@media (min-width:1440px){.events__section-header p{margin-top:20px}}.events__section-header.on-dark h1,.events__section-header.on-dark h2{color:#f5f5f5}.events__section-header.on-dark span{color:#e3e3e3}.events__section-header.on-dark p{color:#f5f5f5b3}.events__hero{background:#121212;width:100%}.events__hero .events__section-header{padding-top:10vw;padding-bottom:7.5vw}@media (min-width:768px){.events__hero .events__section-header{padding-top:6.25vw;padding-bottom:2.08333vw}}@media (min-width:1024px){.events__hero .events__section-header{padding-top:4.16667vw;padding-bottom:2.77778vw}}@media (min-width:1440px){.events__hero .events__section-header{padding-top:60px;padding-bottom:40px}}.events__section{padding-top:15vw}@media (min-width:768px){.events__section{padding-top:7.8125vw}}@media (min-width:1024px){.events__section{padding-top:5.55556vw}}@media (min-width:1440px){.events__section{padding-top:80px}}.events__list{margin-top:7.5vw}@media (min-width:768px){.events__list{margin-top:5.20833vw}}@media (min-width:1024px){.events__list{margin-top:4.16667vw}}@media (min-width:1440px){.events__list{margin-top:60px}}.events__card-wrapper:not(:last-child) .events__card{border-bottom-right-radius:0;border-bottom-left-radius:0}.events__card-wrapper:not(:last-child) .events__card .events__description{margin-bottom:6.25vw}@media (min-width:768px){.events__card-wrapper:not(:last-child) .events__card .events__description{margin-bottom:5.98958vw}}@media (min-width:1024px){.events__card-wrapper:not(:last-child) .events__card .events__description{margin-bottom:3.61111vw}}@media (min-width:1440px){.events__card-wrapper:not(:last-child) .events__card .events__description{margin-bottom:52px}}.events__card-wrapper:not(:first-child) .events__card{margin-top:-6.25vw}@media (min-width:768px){.events__card-wrapper:not(:first-child) .events__card{margin-top:-6.77083vw}}@media (min-width:1024px){.events__card-wrapper:not(:first-child) .events__card{margin-top:-3.61111vw}}@media (min-width:1440px){.events__card-wrapper:not(:first-child) .events__card{margin-top:-52px}}.events__card{color:#fff;z-index:3;background:#1a1a1a;border:1px solid #333;border-radius:20px;flex-direction:column;width:100%;display:flex;position:relative}@media (min-width:768px){.events__card{border-radius:40px;flex-direction:row}}.events__card:hover .events__register-label{color:#ffa978}.events__card:hover .events__register-label span{transform:translate(-2.5vw)}@media (min-width:768px){.events__card:hover .events__register-label span{transform:translate(-1.04167vw)}}@media (min-width:1024px){.events__card:hover .events__register-label span{transform:translate(-.555556vw)}}@media (min-width:1440px){.events__card:hover .events__register-label span{transform:translate(-8px)}}.events__date{border-bottom:1px solid #333;flex-direction:row;justify-content:center;align-items:center;gap:1.25vw;width:100%;padding:6.25vw;transition:border-bottom .3s;display:flex}@media (min-width:768px){.events__date{border-bottom:none;border-right:1px solid #333;flex-direction:column;gap:.520833vw;max-width:15.625vw;margin-top:0;padding:4.16667vw;transition:border-right .3s}}@media (min-width:1024px){.events__date{gap:.277778vw;max-width:8.33333vw;padding:2.22222vw}}@media (min-width:1440px){.events__date{gap:4px;max-width:120px;padding:32px}}.events__day{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.events__day{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.events__day{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.events__day{font-size:14px;line-height:22px}}.events__number{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;font-size:6.25vw;font-weight:500;line-height:8.75vw}@media (min-width:768px){.events__number{font-size:3.125vw;line-height:4.16667vw}}@media (min-width:1024px){.events__number{font-size:2.22222vw;line-height:3.05556vw}}@media (min-width:1440px){.events__number{font-size:32px;line-height:44px}}.events__year{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;white-space:nowrap;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.events__year{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.events__year{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.events__year{font-size:14px;line-height:22px}}.events__details{flex:1;padding:6.25vw 5vw}@media (min-width:768px){.events__details{padding:4.16667vw 5.20833vw}}@media (min-width:1024px){.events__details{padding:2.22222vw 2.77778vw}}@media (min-width:1440px){.events__details{padding:32px 40px}}.events__header{flex-direction:column;justify-content:space-between;gap:7.5vw;display:flex}@media (min-width:768px){.events__header{flex-direction:row;gap:3.125vw}}@media (min-width:1024px){.events__header{gap:1.66667vw}}@media (min-width:1440px){.events__header{gap:24px}}.events__event-title{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;font-size:5.625vw;font-weight:500;line-height:7.5vw}@media (min-width:768px){.events__event-title{font-size:2.47396vw;line-height:3.38542vw}}@media (min-width:1024px){.events__event-title{font-size:1.52778vw;line-height:2.08333vw}}@media (min-width:1440px){.events__event-title{font-size:22px;line-height:30px}}@media (min-width:768px){.events__event-title{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;font-size:6.25vw;font-weight:700;line-height:8.75vw}}@media (min-width:768px) and (min-width:768px){.events__event-title{font-size:3.125vw;line-height:4.16667vw}}@media (min-width:768px) and (min-width:1024px){.events__event-title{font-size:2.22222vw;line-height:3.05556vw}}@media (min-width:768px) and (min-width:1440px){.events__event-title{font-size:32px;line-height:44px}}.events__register-label{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:3.75vw;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:color .3s;display:flex}@media (min-width:768px){.events__register-label{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.events__register-label{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.events__register-label{font-size:15px;line-height:20px}}@media (min-width:768px){.events__register-label{gap:2.08333vw}}@media (min-width:1024px){.events__register-label{gap:1.11111vw}}@media (min-width:1440px){.events__register-label{gap:16px}}.events__register-label--desktop{display:none}@media (min-width:768px){.events__register-label--desktop{display:flex}}.events__register-label--mobile{margin-left:auto;display:flex}@media (min-width:768px){.events__register-label--mobile{display:none}}.events__register-label span,.events__register-label svg{transition:transform .4s}.events__register-label svg{width:4.6875vw}@media (min-width:768px){.events__register-label svg{width:1.95313vw}}@media (min-width:1024px){.events__register-label svg{width:1.04167vw}}@media (min-width:1440px){.events__register-label svg{width:15px}}.events__location{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;margin-top:1.25vw;font-size:3.75vw;font-weight:400;line-height:5.625vw;transition:color .3s}@media (min-width:768px){.events__location{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.events__location{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.events__location{font-size:14px;line-height:22px}}@media (min-width:768px){.events__location{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;margin-top:.78125vw;font-size:3.4375vw;font-weight:500;line-height:5vw}}@media (min-width:768px) and (min-width:768px){.events__location{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:768px) and (min-width:1024px){.events__location{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:768px) and (min-width:1440px){.events__location{font-size:13px;line-height:20px}}@media (min-width:1024px){.events__location{margin-top:.416667vw}}@media (min-width:1440px){.events__location{margin-top:6px}}.events__description{line-clamp:6;-webkit-line-clamp:6;color:#f5f5f5;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;opacity:.7;text-overflow:ellipsis;-webkit-box-orient:vertical;width:100%;max-width:100%;margin-top:7.5vw;font-size:4.375vw;font-weight:400;line-height:6.875vw;transition:color .3s;display:-webkit-box;overflow:hidden}@media (min-width:768px){.events__description{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.events__description{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.events__description{font-size:17px;line-height:24px}}@media (min-width:768px){.events__description{-webkit-line-clamp:3;margin-top:3.125vw}}@media (min-width:1024px){.events__description{max-width:85%;margin-top:1.66667vw}}@media (min-width:1440px){.events__description{margin-top:24px}}.events__load-more-button{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;background-color:#fff;border:none;border-radius:720px;justify-content:center;align-items:center;width:fit-content;height:15vw;margin:7.5vw auto 0;padding:3.75vw 10vw;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:background-color .3s;display:flex}@media (min-width:768px){.events__load-more-button{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.events__load-more-button{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.events__load-more-button{font-size:15px;line-height:20px}}@media (min-width:768px){.events__load-more-button{height:3.88889vw;margin-top:2.77778vw;padding:1.11111vw 2.22222vw}}@media (min-width:1440px){.events__load-more-button{height:56px;margin-top:40px;padding:16px 32px}}.events__load-more-button:hover{cursor:pointer;background-color:#c4ffc2}.events-page{background-color:#f5f5f5}.faq{color:#121212}.faq__container{z-index:1;width:100%;margin:0 auto;padding:15vw 5vw;position:relative}@media (min-width:768px){.faq__container{padding:7.8125vw 3.90625vw}}@media (min-width:1024px){.faq__container{padding:5.55556vw 4.16667vw}}@media (min-width:1440px){.faq__container{max-width:1440px;padding:80px 60px}}.faq__section-header{z-index:2;flex-direction:column;width:100%;margin:0 auto;display:flex;position:relative}@media (min-width:1024px){.faq__section-header{max-width:71.1111vw}}@media (min-width:1440px){.faq__section-header{max-width:1024px}}.faq__section-header span{color:#313131;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:center;text-transform:uppercase;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.faq__section-header span{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.faq__section-header span{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.faq__section-header span{font-size:13px;line-height:20px}}.faq__section-header h1,.faq__section-header h2{color:#121212;text-align:center;white-space:pre-line;margin-top:5vw}@media (min-width:768px){.faq__section-header h1,.faq__section-header h2{margin-top:2.60417vw}}@media (min-width:1024px){.faq__section-header h1,.faq__section-header h2{margin-top:1.66667vw}}@media (min-width:1440px){.faq__section-header h1,.faq__section-header h2{margin-top:24px}}.faq__section-header p{color:#595959cc;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;text-align:center;margin-top:6.25vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.faq__section-header p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.faq__section-header p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.faq__section-header p{font-size:17px;line-height:24px}}@media (min-width:768px){.faq__section-header p{white-space:pre-line;margin-top:2.60417vw}}@media (min-width:1024px){.faq__section-header p{margin-top:1.38889vw}}@media (min-width:1440px){.faq__section-header p{margin-top:20px}}.faq__section-header.on-dark h1,.faq__section-header.on-dark h2{color:#f5f5f5}.faq__section-header.on-dark span{color:#e3e3e3}.faq__section-header.on-dark p{color:#f5f5f5b3}.faq__hero{text-align:center;z-index:1;background:#f5f5f5;position:relative}.faq__hero:after{content:"";background:linear-gradient(#0000,#f5f5f5);width:100%;max-width:1000px;height:12.5vw;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@media (min-width:768px){.faq__hero:after{height:6.51042vw}}@media (min-width:1024px){.faq__hero:after{height:5.55556vw}}@media (min-width:1440px){.faq__hero:after{height:80px}}@media (min-width:768px){.faq__hero{padding-top:18.2292vw}}@media (min-width:1024px){.faq__hero{padding-top:11.1111vw}}@media (min-width:1440px){.faq__hero{padding-top:160px}}.faq__hero .faq__container{padding-bottom:get-vw-mobie(24px);background:#f5f5f5}@media (min-width:768px){.faq__hero .faq__container{padding-bottom:5.20833vw}}@media (min-width:1024px){.faq__hero .faq__container{padding-bottom:4.16667vw}}@media (min-width:1440px){.faq__hero .faq__container{padding-bottom:60px}}.faq__hero .gatsby-image-wrapper{z-index:0;width:218.75vw;position:absolute;top:0;left:50%;overflow:visible;transform:translate(-50%)}@media (min-width:768px){.faq__hero .gatsby-image-wrapper{width:149.74vw}}@media (min-width:1024px){.faq__hero .gatsby-image-wrapper{width:100vw}}@media (min-width:1440px){.faq__hero .gatsby-image-wrapper{width:1440px}}.faq__hero .gatsby-image-wrapper img{object-fit:cover;width:100%;height:auto}.faq__content{background:#f5f5f5;flex-direction:column;gap:15.625vw;display:flex;position:relative}@media (min-width:768px){.faq__content{gap:9.11458vw}}@media (min-width:1024px){.faq__content{gap:4.86111vw}}@media (min-width:1440px){.faq__content{gap:70px}}.faq__content:before{content:"";height:get-vw-mobie(40px);background:#f5f5f5;width:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}@media (min-width:768px){.faq__content:before{height:6.51042vw}}@media (min-width:1024px){.faq__content:before{height:5.55556vw}}@media (min-width:1440px){.faq__content:before{height:80px}}.faq__section{background:#f5f5f5;gap:3.75vw;position:relative}.faq__section-title-wrapper{justify-content:flex-start;align-items:center;gap:3.75vw;display:flex}@media (min-width:768px){.faq__section-title-wrapper{gap:2.08333vw}}@media (min-width:1024px){.faq__section-title-wrapper{gap:1.38889vw}}@media (min-width:1440px){.faq__section-title-wrapper{gap:20px}}.faq__section-title-wrapper h2{color:#121212;font-family:var(--font-sora),Arial,sans-serif;letter-spacing:-.03em;font-size:8.125vw;font-weight:400;line-height:10vw;display:inline-flex}@media (min-width:768px){.faq__section-title-wrapper h2{font-size:4.42708vw;line-height:5.46875vw}}@media (min-width:1024px){.faq__section-title-wrapper h2{font-size:2.77778vw;line-height:3.61111vw}}@media (min-width:1440px){.faq__section-title-wrapper h2{font-size:40px;line-height:52px}}.faq__section-title-wrapper img{border-radius:5px;width:10vw;display:block}@media (min-width:768px){.faq__section-title-wrapper img{border-radius:6px;width:5.20833vw}}@media (min-width:1024px){.faq__section-title-wrapper img{border-radius:8px;width:3.88889vw}}@media (min-width:1440px){.faq__section-title-wrapper img{width:56px}}.faq__group{background-color:#fff;border-radius:20px;margin-top:7.5vw;overflow:hidden}@media (min-width:768px){.faq__group{border-radius:32px;margin-top:5.20833vw}}@media (min-width:1024px){.faq__group{border-radius:40px;margin-top:2.77778vw}}@media (min-width:1440px){.faq__group{margin-top:40px}}.faq__group .faq-accordion__content{border-bottom:1px solid #f5f5f5}.faq__group .faq-accordion__header{position:relative;top:-1.5625vw}@media (min-width:768px){.faq__group .faq-accordion__header{top:-.651042vw}}@media (min-width:1024px){.faq__group .faq-accordion__header{top:-.347222vw}}@media (min-width:1440px){.faq__group .faq-accordion__header{top:-5px}}.faq__group .faq-accordion__inner p:last-of-type{padding-bottom:5vw}@media (min-width:768px){.faq__group .faq-accordion__inner p:last-of-type{padding-bottom:4.16667vw}}@media (min-width:1024px){.faq__group .faq-accordion__inner p:last-of-type{padding-bottom:2.77778vw}}@media (min-width:1440px){.faq__group .faq-accordion__inner p:last-of-type{padding-bottom:40px}}.faq-page{background-color:#f5f5f5;overflow-x:hidden}.grants-page{background:#f5f5f5;position:relative;overflow-x:hidden}.grants__background{width:100%;max-width:100%;height:100%}.grants__background .gatsby-image-wrapper{z-index:0;width:100%;position:absolute;top:9.375vw;left:50%;transform:translate(-50%)}@media (min-width:768px){.grants__background .gatsby-image-wrapper{top:6.51042vw}}@media (min-width:1024px){.grants__background .gatsby-image-wrapper{top:2.08333vw}}@media (min-width:1440px){.grants__background .gatsby-image-wrapper{top:20px}}.grants__background .gatsby-image-wrapper img{object-fit:cover;width:100%;height:auto}.grants-section-header{flex-direction:column;width:100%;margin:0 auto;display:flex}@media (min-width:1024px){.grants-section-header{max-width:71.1111vw}}@media (min-width:1440px){.grants-section-header{max-width:1024px}}.grants-section-header span{color:#313131;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:center;text-transform:uppercase;margin-top:15vw;margin-bottom:5vw;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.grants-section-header span{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.grants-section-header span{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.grants-section-header span{font-size:13px;line-height:20px}}@media (min-width:768px){.grants-section-header span{margin-top:10.4167vw;margin-bottom:2.60417vw}}@media (min-width:1024px){.grants-section-header span{margin-top:5.55556vw;margin-bottom:1.66667vw}}@media (min-width:1440px){.grants-section-header span{margin-top:80px;margin-bottom:24px}}.grants-section-header h2{color:#121212;text-align:center;white-space:pre-line}.grants-section-header p{color:#595959;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;opacity:.7;text-align:center;margin-top:5vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.grants-section-header p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.grants-section-header p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.grants-section-header p{font-size:17px;line-height:24px}}@media (min-width:768px){.grants-section-header p{margin-top:2.60417vw}}@media (min-width:1024px){.grants-section-header p{margin-top:1.38889vw}}@media (min-width:1440px){.grants-section-header p{margin-top:20px}}.grants-container{margin:0 auto;padding:0 5vw}@media (min-width:768px){.grants-container{padding:0 3.90625vw}}@media (min-width:1024px){.grants-container{padding:0 4.16667vw}}@media (min-width:1440px){.grants-container{max-width:1440px;padding:0 60px}}.grants-cta-wrapper{flex-direction:column-reverse;row-gap:3.75vw;width:100%;margin-top:10vw;margin-bottom:9.375vw;display:flex}@media (min-width:768px){.grants-cta-wrapper{flex-direction:row;justify-content:center;column-gap:2.60417vw;margin-top:5.20833vw;margin-bottom:10.4167vw}}@media (min-width:1024px){.grants-cta-wrapper{column-gap:1.38889vw;margin-top:3.88889vw;margin-bottom:4.44444vw}}@media (min-width:1440px){.grants-cta-wrapper{column-gap:20px;margin-top:56px;margin-bottom:64px}}a.grants-cta{color:#f5f5f5;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;pointer-events:all;text-transform:uppercase;border-radius:720px;justify-content:center;align-items:center;padding:5.625vw;font-size:3.75vw;font-weight:600;line-height:5.625vw;display:flex}@media (min-width:768px){a.grants-cta{font-size:1.95313vw;line-height:2.60417vw}}@media (min-width:1024px){a.grants-cta{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){a.grants-cta{font-size:15px;line-height:20px}}@media (min-width:768px){a.grants-cta{width:fit-content;padding:2.86458vw 3.125vw}}@media (min-width:1024px){a.grants-cta{padding:1.38889vw 1.66667vw}}@media (min-width:1440px){a.grants-cta{padding:20px 24px}}a.grants-cta.primary{color:#121212;background-color:#f5f5f5;border:1px solid #121212;width:100%;transition:all .3s}@media (min-width:768px){a.grants-cta.primary{width:fit-content}}a.grants-cta.primary:hover{border-color:#c4ffc2}a.grants-cta.apply,a.grants-cta.secondary{color:#f5f5f5;cursor:pointer;background-color:#121212;transition:all .3s}a.grants-cta.apply svg,a.grants-cta.secondary svg{width:15px;margin-left:5vw;transition:all .3s}@media (min-width:768px){a.grants-cta.apply svg,a.grants-cta.secondary svg{margin-left:2.08333vw}}@media (min-width:1024px){a.grants-cta.apply svg,a.grants-cta.secondary svg{margin-left:1.11111vw}}@media (min-width:1440px){a.grants-cta.apply svg,a.grants-cta.secondary svg{margin-left:16px}}a.grants-cta.apply:hover,a.grants-cta.secondary:hover{color:#121212;background-color:#c4ffc2}a.grants-cta.apply:hover svg,a.grants-cta.secondary:hover svg{transform:translate(4px)}a.grants-cta.apply.apply,a.grants-cta.secondary.apply{width:fit-content;padding:6.875vw 10vw}@media (min-width:768px){a.grants-cta.apply.apply,a.grants-cta.secondary.apply{padding:2.60417vw 4.16667vw}}@media (min-width:1024px){a.grants-cta.apply.apply,a.grants-cta.secondary.apply{padding:1.38889vw 2.22222vw}}@media (min-width:1440px){a.grants-cta.apply.apply,a.grants-cta.secondary.apply{padding:20px 32px}}.grants-hero{pointer-events:none;text-align:center;z-index:2;flex-direction:column;justify-content:center;align-items:center;margin-bottom:18.75vw;padding:23.4375vw 5vw 0;display:flex;position:relative}@media (min-width:768px){.grants-hero{margin-bottom:10.4167vw;padding:18.75vw 3.90625vw 0}}@media (min-width:1024px){.grants-hero{margin-bottom:5.55556vw;padding:11.3889vw 4.16667vw 0}}@media (min-width:1440px){.grants-hero{max-width:1440px;margin-bottom:80px;margin-left:auto;margin-right:auto;padding:164px 60px 0}}.grants-hero h1{color:#121212;max-width:100%;margin-bottom:6.25vw}@media (min-width:768px){.grants-hero h1{margin-bottom:5.20833vw}}@media (min-width:1024px){.grants-hero h1{max-width:69.5833vw;margin-bottom:2.77778vw}}@media (min-width:1440px){.grants-hero h1{max-width:1002px;margin-bottom:40px}}.grants-hero .grants-hero-description{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;opacity:.8;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.grants-hero .grants-hero-description{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.grants-hero .grants-hero-description{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.grants-hero .grants-hero-description{font-size:17px;line-height:24px}}@media (min-width:768px){.grants-hero .grants-hero-description{max-width:83.3333vw}}@media (min-width:1024px){.grants-hero .grants-hero-description{max-width:44.4444vw}}@media (min-width:1440px){.grants-hero .grants-hero-description{max-width:640px}}.grants-hero .cards-wrapper{flex-direction:column;justify-content:center;align-items:stretch;width:100%;display:flex;overflow:hidden}@media (min-width:768px){.grants-hero .cards-wrapper{flex-direction:row;max-height:24.4792vw}}@media (min-width:1024px){.grants-hero .cards-wrapper{max-height:13.0556vw}}@media (min-width:1440px){.grants-hero .cards-wrapper{max-height:188px}}.grants-hero .cards-wrapper .card{background:linear-gradient(176.01deg,#fff 2.7%,#f5f5f5 79.89%);border-top-left-radius:24px;border-top-right-radius:24px;flex-direction:column;flex:1;gap:2.5vw;width:100%;padding:6.25vw;display:flex;position:relative}@media (min-width:768px){.grants-hero .cards-wrapper .card{gap:1.04167vw;max-width:48.8281vw;padding:6.51042vw 0 7.55208vw}}@media (min-width:1024px){.grants-hero .cards-wrapper .card{gap:.555556vw;max-width:26.0417vw;padding:2.22222vw 0 4.30556vw}}@media (min-width:1440px){.grants-hero .cards-wrapper .card{gap:8px;max-width:375px;padding:32px 0 62px}}@media (min-width:768px){.grants-hero .cards-wrapper .card:first-child{z-index:1;margin-top:1.04167vw;margin-right:-3.38542vw;transform:rotate(-3deg)}}@media (min-width:1024px){.grants-hero .cards-wrapper .card:first-child{margin-top:.694444vw;margin-right:-2.36111vw}}@media (min-width:1440px){.grants-hero .cards-wrapper .card:first-child{margin-top:10px;margin-right:-34px}}.grants-hero .cards-wrapper .card:nth-child(2){box-shadow:-2px 0 32px #dedfe366}@media (min-width:768px){.grants-hero .cards-wrapper .card:nth-child(2){z-index:2}}.grants-hero .cards-wrapper .card:nth-child(3){box-shadow:-2px 0 32px #dedfe366}@media (min-width:768px){.grants-hero .cards-wrapper .card:nth-child(3){z-index:3;height:calc(100% + 6.51042vw);margin-top:.78125vw;margin-left:-3.38542vw;transform:rotate(3deg)}}@media (min-width:1024px){.grants-hero .cards-wrapper .card:nth-child(3){height:calc(100% + 3.47222vw);margin-top:.694444vw;margin-left:-2.36111vw}}@media (min-width:1440px){.grants-hero .cards-wrapper .card:nth-child(3){height:calc(100% + 50px);margin-top:10px;margin-left:-34px}}.grants-hero .cards-wrapper .card h3{color:#121212;font-family:var(--font-sora),Arial,sans-serif;letter-spacing:-.03em;font-size:10.625vw;font-weight:400;line-height:11.875vw}@media (min-width:768px){.grants-hero .cards-wrapper .card h3{font-size:5.72917vw;line-height:6.77083vw}}@media (min-width:1024px){.grants-hero .cards-wrapper .card h3{font-size:4.16667vw;line-height:4.58333vw}}@media (min-width:1440px){.grants-hero .cards-wrapper .card h3{font-size:60px;line-height:66px}}.grants-hero .cards-wrapper .card h4{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;opacity:.7;text-transform:uppercase;white-space:pre-line;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.grants-hero .cards-wrapper .card h4{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.grants-hero .cards-wrapper .card h4{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.grants-hero .cards-wrapper .card h4{font-size:13px;line-height:20px}}.grants-hero h4{color:#c4ffc2;margin-bottom:3.125vw}@media (min-width:768px){.grants-hero h4{margin-bottom:1.30208vw}}@media (min-width:1024px){.grants-hero h4{margin-bottom:.694444vw}}@media (min-width:1440px){.grants-hero h4{margin-bottom:10px}}.grants-hero p{color:#ffffffb3}@media (min-width:1024px){.grants-hero p{max-width:52.0833vw}}@media (min-width:1440px){.grants-hero p{max-width:750px}}.grants-build{flex-direction:column;justify-content:center;margin:0 auto;padding:0 5vw 15vw;display:flex}@media (min-width:768px){.grants-build{padding:0 3.90625vw 10.4167vw}}@media (min-width:1024px){.grants-build{padding:0 4.16667vw 5.55556vw}}@media (min-width:1440px){.grants-build{max-width:1440px;padding:0 60px 80px}}.grants-build__cards-wrapper{gap:3.75vw;width:100%;margin-top:7.5vw;display:grid}@media (min-width:768px){.grants-build__cards-wrapper{gap:2.08333vw;margin-top:5.20833vw}}@media (min-width:1024px){.grants-build__cards-wrapper{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;gap:1.38889vw;margin-top:4.16667vw}}@media (min-width:1440px){.grants-build__cards-wrapper{gap:20px;margin-top:60px}}.grants-build__card{color:#121212;background:#fff;border-radius:20px;padding:6.25vw;overflow:hidden}.grants-build__card h3,.grants-build__card p{transform-origin:0}.grants-build__card .gatsby-image-wrapper img[data-main-image],.grants-build__card h3,.grants-build__card p{transition:transform .5s}.grants-build__card:hover .gatsby-image-wrapper img[data-main-image],.grants-build__card:hover h3,.grants-build__card:hover p{transform:scale(.97)}@media (min-width:768px){.grants-build__card{border-radius:32px;padding:4.16667vw}}@media (min-width:1024px){.grants-build__card{border-radius:40px;padding:4.16667vw}.grants-build__card:first-child{grid-area:1/1/3/2}.grants-build__card:nth-child(2){grid-area:1/2/2/3}.grants-build__card:nth-child(3){grid-area:2/2/3/3}}@media (min-width:1440px){.grants-build__card{padding:60px}}.grants-build__card p{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;opacity:.7;text-align:left;margin-top:7.5vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.grants-build__card p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.grants-build__card p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.grants-build__card p{font-size:17px;line-height:24px}}@media (min-width:768px){.grants-build__card p{max-width:80%;margin-top:3.125vw}}@media (min-width:1024px){.grants-build__card p{margin-top:1.66667vw}}@media (min-width:1440px){.grants-build__card p{margin-top:24px}}.grants-build__card:first-child{color:#fff;background-color:#121212;min-height:96.25vw;position:relative}@media (min-width:768px){.grants-build__card:first-child{min-height:36.4583vw}}@media (min-width:1024px){.grants-build__card:first-child{min-height:fit-content}}.grants-build__card:first-child p{color:#fff;max-width:100%}@media (min-width:1024px){.grants-build__card:first-child p{max-width:80%}}.grants-build__card:first-child .gatsby-image-wrapper{z-index:1;width:100%;max-width:92.5vw;height:auto;position:absolute;bottom:-68.125vw;right:-18.125vw}@media (min-width:768px){.grants-build__card:first-child .gatsby-image-wrapper{max-width:73.1771vw;bottom:-59.8958vw;right:-8.85417vw}}@media (min-width:1024px){.grants-build__card:first-child .gatsby-image-wrapper{max-width:39.0278vw;bottom:-18.8889vw;right:-8.05556vw}}@media (min-width:1440px){.grants-build__card:first-child .gatsby-image-wrapper{max-width:562px;bottom:-272px;right:-116px}}.grants-build__card:first-child .gatsby-image-wrapper img{object-fit:cover;width:100%;height:auto}.grants-matter{padding-bottom:15vw}@media (min-width:768px){.grants-matter{padding-bottom:10.4167vw}}@media (min-width:1024px){.grants-matter{padding-bottom:5.55556vw}}@media (min-width:1440px){.grants-matter{padding-bottom:80px}}.grants-matter__card-wrapper{background:#f5f5f5;flex-direction:column;gap:3.75vw;margin-top:7.5vw;display:flex}@media (min-width:768px){.grants-matter__card-wrapper{gap:2.08333vw;margin-top:5.20833vw}}@media (min-width:1024px){.grants-matter__card-wrapper{flex-direction:row;gap:1.38889vw;margin-top:4.16667vw}}@media (min-width:1440px){.grants-matter__card-wrapper{gap:20px;margin-top:60px}}.grants-matter__card{color:#121212;z-index:1;background:#fff;border-radius:20px;flex-direction:column;min-height:fit-content;padding:6.25vw;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.grants-matter__card{border-radius:32px;padding:4.16667vw}}@media (min-width:1024px){.grants-matter__card{border-radius:40px;justify-content:flex-end;min-height:38.75vw;padding:2.77778vw}}@media (min-width:1440px){.grants-matter__card{min-height:558px;padding:40px}}.grants-matter__card:before{content:"";pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.grants-matter__card:first-child h3{white-space:pre-line}@media (min-width:768px){.grants-matter__card:first-child h3{white-space:normal}}@media (min-width:1024px){.grants-matter__card:first-child h3{white-space:pre-line}}.grants-matter__card:first-child:before{background:url(/paraloom-base/static/grants-matter-mobile-bg1-952c178ec3d3026385fb24b0bb71133d.webp) 50%/cover no-repeat}@media (min-width:768px){.grants-matter__card:first-child:before{background:url(/paraloom-base/static/grants-matter-tablet-bg1-e55ed98df9df8c95205c72bd5d6934e8.webp) 100%/contain no-repeat}}@media (min-width:1024px){.grants-matter__card:first-child:before{background:url(/paraloom-base/static/grants-matter-desktop-bg1-3ac5ceec458ed307602f2219ea9e7538.webp) 50%/contain no-repeat}}.grants-matter__card:nth-child(2){background-color:#e3e3e3}.grants-matter__card:nth-child(2):before{background:url(/paraloom-base/static/grants-matter-mobile-bg2-24d3aa4478065cb74ba029b2bc26b77b.webp) 50%/cover no-repeat}@media (min-width:768px){.grants-matter__card:nth-child(2):before{background:url(/paraloom-base/static/grants-matter-tablet-bg2-a1cc714f10440c3e57402e4c61ddc196.webp) 100%/contain no-repeat}}@media (min-width:1024px){.grants-matter__card:nth-child(2):before{background:url(/paraloom-base/static/grants-matter-desktop-bg2-d2c35de63787dce980c766c2ac4055b3.webp) 50%/contain no-repeat}}.grants-matter__card:nth-child(3){background-color:#ffe2fc}.grants-matter__card:nth-child(3):before{background:url(/paraloom-base/static/grants-matter-mobile-bg3-a21ae04681f61eb9ccacee62b7698d78.webp) 50%/cover no-repeat}@media (min-width:768px){.grants-matter__card:nth-child(3):before{background:url(/paraloom-base/static/grants-matter-tablet-bg3-864bf1149d1c4c9b7753b73851d126f8.webp) 100%/contain no-repeat}}@media (min-width:1024px){.grants-matter__card:nth-child(3):before{background:url(/paraloom-base/static/grants-matter-desktop-bg3-a92e15c61f8751fa499d30a9435e9b45.webp) 50%/contain no-repeat}.grants-matter__card h3{white-space:pre-line}}.grants-matter__card p{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;opacity:.7;text-align:left;margin-top:7.5vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.grants-matter__card p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.grants-matter__card p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.grants-matter__card p{font-size:17px;line-height:24px}}@media (min-width:768px){.grants-matter__card p{max-width:80%;margin-top:3.125vw}}@media (min-width:1024px){.grants-matter__card p{margin-top:1.66667vw}}@media (min-width:1440px){.grants-matter__card p{margin-top:24px}}.grants-matter__card h3,.grants-matter__card p{transform-origin:0 100%;transition:transform .5s}.grants-matter__card:hover h3,.grants-matter__card:hover p{transform:scale(.97)}.grants-application{padding-bottom:15vw}@media (min-width:768px){.grants-application{padding-bottom:10.4167vw}}@media (min-width:1024px){.grants-application{padding-bottom:5.55556vw}}@media (min-width:1440px){.grants-application{padding-bottom:80px}}.grants-application a.grants-cta.apply{margin:10vw auto 0}@media (min-width:768px){.grants-application a.grants-cta.apply{margin-top:4.16667vw}}@media (min-width:1024px){.grants-application a.grants-cta.apply{margin-top:2.77778vw}}@media (min-width:1440px){.grants-application a.grants-cta.apply{margin-top:40px}}.grants-funding-steps{background:#121212;border-top-left-radius:24px;border-top-right-radius:24px;padding-bottom:15vw;overflow:hidden}@media (min-width:768px){.grants-funding-steps{border-top-left-radius:48px;border-top-right-radius:48px;padding-bottom:10.4167vw}}@media (min-width:1024px){.grants-funding-steps{border-top-left-radius:80px;border-top-right-radius:80px;padding-bottom:5.55556vw}}@media (min-width:1440px){.grants-funding-steps{padding-bottom:80px}}.grants-funding-steps .grants-container{background:#121212}.grants-funding-steps .grants-section-header h2{color:#f5f5f5}.grants-funding-steps .grants-section-header span{color:#e3e3e3}.grants-funding-steps__wrapper{margin:7.5vw auto 0}@media (min-width:768px){.grants-funding-steps__wrapper{margin-top:5.20833vw}}@media (min-width:1024px){.grants-funding-steps__wrapper{max-width:695px;margin-top:4.16667vw}}@media (min-width:1440px){.grants-funding-steps__wrapper{margin-top:60px}}.grants-funding-steps__row{gap:5vw;display:flex}@media (min-width:768px){.grants-funding-steps__row{gap:4.16667vw}}@media (min-width:1024px){.grants-funding-steps__row{gap:2.22222vw}}@media (min-width:1440px){.grants-funding-steps__row{gap:32px}}.grants-funding-steps__row:not(:first-child){margin-top:-7.5vw}@media (min-width:768px){.grants-funding-steps__row:not(:first-child){margin-top:-6.51042vw}}@media (min-width:1024px){.grants-funding-steps__row:not(:first-child){margin-top:-3.47222vw}}@media (min-width:1440px){.grants-funding-steps__row:not(:first-child){margin-top:-40px}}.grants-funding-steps__row:not(:last-child) .grants-funding-steps__card{border-bottom:none}.grants-funding-steps__row:not(:last-child) .grants-funding-steps__card p{padding-bottom:5vw}@media (min-width:768px){.grants-funding-steps__row:not(:last-child) .grants-funding-steps__card p{padding-bottom:5.98958vw}}@media (min-width:1024px){.grants-funding-steps__row:not(:last-child) .grants-funding-steps__card p{padding-bottom:3.05556vw}}@media (min-width:1440px){.grants-funding-steps__row:not(:last-child) .grants-funding-steps__card p{padding-bottom:38px}}.grants-funding-steps__row:last-child .grants-funding-steps__card{border-bottom-right-radius:20px;border-bottom-left-radius:20px;position:relative}.grants-funding-steps__row:last-child .grants-funding-steps__card:after{content:"";z-index:0;background:#121212;width:3.125vw;height:50%;position:absolute;bottom:0;left:-11.5625vw}@media (min-width:768px){.grants-funding-steps__row:last-child .grants-funding-steps__card:after{width:1.30208vw;left:-8.07292vw}}@media (min-width:1024px){.grants-funding-steps__row:last-child .grants-funding-steps__card:after{width:.694444vw;left:-4.30556vw}}@media (min-width:1440px){.grants-funding-steps__row:last-child .grants-funding-steps__card:after{width:10px;left:-62px}}@media (min-width:768px){.grants-funding-steps__row:last-child .grants-funding-steps__card{border-bottom-right-radius:32px;border-bottom-left-radius:32px}}@media (min-width:1024px){.grants-funding-steps__row:last-child .grants-funding-steps__card{border-bottom-right-radius:40px;border-bottom-left-radius:40px}}.grants-funding-steps__index-col{justify-content:center;align-items:center;width:10vw;display:flex;position:relative}@media (min-width:768px){.grants-funding-steps__index-col{width:6.25vw}}@media (min-width:1024px){.grants-funding-steps__index-col{width:3.33333vw}}@media (min-width:1440px){.grants-funding-steps__index-col{width:48px}}.grants-funding-steps__index{font-family:var(--font-inter),Arial,sans-serif;font-family:var(--font-jetbrains);letter-spacing:.01px;letter-spacing:0;z-index:1;background:linear-gradient(90deg,#c4ffc2,#ffe2fc 45.2%,#eeffa8);border-radius:50%;justify-content:center;align-items:center;width:10vw;height:10vw;padding:.625vw;font-size:3.75vw;font-style:normal;font-weight:600;line-height:7.5vw;display:flex;position:relative}@media (min-width:768px){.grants-funding-steps__index{font-size:2.08333vw;line-height:3.38542vw}}@media (min-width:1024px){.grants-funding-steps__index{font-size:1.11111vw;line-height:1.80556vw}}@media (min-width:1440px){.grants-funding-steps__index{font-size:16px;line-height:26px}}@media (min-width:768px){.grants-funding-steps__index{width:6.25vw;height:6.25vw;padding:.260417vw}}@media (min-width:1024px){.grants-funding-steps__index{width:3.33333vw;height:3.33333vw;padding:.138889vw}}@media (min-width:1440px){.grants-funding-steps__index{width:48px;height:48px;padding:2px}}.grants-funding-steps__index-inner{color:#c4ffc2;background:#1a1a1a;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.grants-funding-steps__line{z-index:0;background:#313131;width:2px;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%)}.grants-funding-steps__card{background:#1a1a1a;border:1px solid #333;border-top-left-radius:20px;border-top-right-radius:20px;flex:1;padding:6.25vw}@media (min-width:768px){.grants-funding-steps__card{border-top-left-radius:32px;border-top-right-radius:32px;padding:4.16667vw}}@media (min-width:1024px){.grants-funding-steps__card{border-top-left-radius:40px;border-top-right-radius:40px;padding:2.77778vw}}@media (min-width:1440px){.grants-funding-steps__card{padding:40px}}.grants-funding-steps__card h3{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;font-size:5.625vw;font-weight:500;line-height:7.5vw}@media (min-width:768px){.grants-funding-steps__card h3{font-size:2.47396vw;line-height:3.38542vw}}@media (min-width:1024px){.grants-funding-steps__card h3{font-size:1.52778vw;line-height:2.08333vw}}@media (min-width:1440px){.grants-funding-steps__card h3{font-size:22px;line-height:30px}}.grants-funding-steps__card p{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;opacity:.7;margin-top:3.75vw;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.grants-funding-steps__card p{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.grants-funding-steps__card p{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.grants-funding-steps__card p{font-size:14px;line-height:22px}}@media (min-width:768px){.grants-funding-steps__card p{margin-top:2.08333vw}}@media (min-width:1024px){.grants-funding-steps__card p{margin-top:1.38889vw}}@media (min-width:1440px){.grants-funding-steps__card p{margin-top:20px}}.grants-ready-to-apply{background:#121212;padding-bottom:15vw;position:relative}@media (min-width:768px){.grants-ready-to-apply{padding-bottom:10.4167vw}}@media (min-width:1024px){.grants-ready-to-apply{padding-bottom:5.55556vw}}@media (min-width:1440px){.grants-ready-to-apply{padding-bottom:80px}}.grants-ready-to-apply .grants__background .gatsby-image-wrapper{top:0}@media (min-width:768px){.grants-ready-to-apply .grants__background .gatsby-image-wrapper{height:125vw;left:45%}}@media (min-width:1024px){.grants-ready-to-apply .grants__background .gatsby-image-wrapper{max-width:62.5vw;height:79.1667vw;top:.694444vw}}@media (min-width:1440px){.grants-ready-to-apply .grants__background .gatsby-image-wrapper{max-width:900px;height:1140px;top:10px}}.grants-ready-to-apply .grants-container{position:relative;overflow:hidden}.grants-ready-to-apply .grants-section-header{z-index:2;position:relative}.grants-ready-to-apply .grants-section-header h2{color:#f5f5f5}.grants-ready-to-apply .grants-section-header span{color:#e3e3e3}.grants-ready-to-apply__cards-wrapper{z-index:2;flex-direction:column-reverse;gap:5vw;width:100%;margin-top:7.5vw;display:flex;position:relative}@media (min-width:768px){.grants-ready-to-apply__cards-wrapper{gap:2.60417vw;margin-top:5.20833vw}}@media (min-width:1024px){.grants-ready-to-apply__cards-wrapper{flex-direction:row;align-items:stretch;gap:1.66667vw;margin-top:4.16667vw}}@media (min-width:1440px){.grants-ready-to-apply__cards-wrapper{gap:24px;margin-top:60px}}.grants-ready-to-apply__right-column{flex-direction:column;gap:5vw;display:flex}@media (min-width:768px){.grants-ready-to-apply__right-column{flex-direction:row;gap:2.60417vw}}@media (min-width:1024px){.grants-ready-to-apply__right-column{flex-direction:column;flex:1;gap:1.66667vw;width:50%}}@media (min-width:1440px){.grants-ready-to-apply__right-column{gap:24px}}.grants-ready-to-apply__card{color:#fff;background:#1a1a1a;border:1px solid #333;border-radius:20px;padding:6.25vw}@media (min-width:768px){.grants-ready-to-apply__card{border-radius:32px;padding:4.16667vw}}@media (min-width:1024px){.grants-ready-to-apply__card{border-radius:40px;padding:2.77778vw}}@media (min-width:1440px){.grants-ready-to-apply__card{padding:40px}}.grants-ready-to-apply__card p{opacity:.7}.grants-ready-to-apply__card--left{width:100%}@media (min-width:1024px){.grants-ready-to-apply__card--left{flex-direction:column;justify-content:space-between;width:50%;padding:4.16667vw;display:flex}}@media (min-width:1440px){.grants-ready-to-apply__card--left{padding:60px}}.grants-ready-to-apply__card--left h3{font-family:var(--font-sora),Arial,sans-serif;letter-spacing:-.03em;margin-bottom:6.25vw;font-size:10.625vw;font-weight:400;line-height:11.875vw}@media (min-width:768px){.grants-ready-to-apply__card--left h3{font-size:5.72917vw;line-height:6.77083vw}}@media (min-width:1024px){.grants-ready-to-apply__card--left h3{font-size:4.16667vw;line-height:4.58333vw}}@media (min-width:1440px){.grants-ready-to-apply__card--left h3{font-size:60px;line-height:66px}}@media (min-width:768px){.grants-ready-to-apply__card--left h3{margin-bottom:4.16667vw}}@media (min-width:1024px){.grants-ready-to-apply__card--left h3{white-space:pre-line;margin-bottom:2.77778vw}}.grants-ready-to-apply__card--left p{margin-bottom:10vw;display:flex}@media (min-width:768px){.grants-ready-to-apply__card--left p{max-width:70.3125vw;margin-bottom:5.20833vw}}@media (min-width:1024px){.grants-ready-to-apply__card--left p{max-width:32.2917vw;margin-bottom:4.16667vw}}@media (min-width:1440px){.grants-ready-to-apply__card--left p{max-width:465px;margin-bottom:60px}}.grants-ready-to-apply__card--left a.grants-cta.apply{color:#121212;background:linear-gradient(90deg,#c4ffc2,#ffe2fc 45.2%,#eeffa8);padding:3.75vw 7.5vw}@media (min-width:768px){.grants-ready-to-apply__card--left a.grants-cta.apply{padding:2.60417vw 10vw}}@media (min-width:1024px){.grants-ready-to-apply__card--left a.grants-cta.apply{padding:1.38889vw 2.22222vw}}@media (min-width:1440px){.grants-ready-to-apply__card--left a.grants-cta.apply{padding:20px 32px}}.grants-ready-to-apply__card--right-first{flex-direction:column;justify-content:center;display:flex}.grants-ready-to-apply__card--right-first .divider{border-bottom:1px solid #333;width:calc(100% + 12.5vw);margin:7.5vw 0 7.5vw -6.25vw;display:inline-flex}@media (min-width:768px){.grants-ready-to-apply__card--right-first .divider{width:calc(100% + 8.33333vw);margin:2.08333vw 0 2.08333vw -4.16667vw}}@media (min-width:1024px){.grants-ready-to-apply__card--right-first .divider{width:calc(100% + 5.55556vw);margin:2.77778vw 0 2.77778vw -2.77778vw}}@media (min-width:1440px){.grants-ready-to-apply__card--right-first .divider{width:calc(100% + 80px);margin:40px 0 40px -40px}}.grants-ready-to-apply__card--right-first h3{-webkit-text-fill-color:transparent;color:#0000;font-family:var(--font-sora),Arial,sans-serif;letter-spacing:-.03em;background:linear-gradient(90deg,#c4ffc2,#ffe2fc 45.2%,#eeffa8);-webkit-background-clip:text;background-clip:text;font-size:10.625vw;font-weight:400;line-height:11.875vw}@media (min-width:768px){.grants-ready-to-apply__card--right-first h3{font-size:5.72917vw;line-height:6.77083vw}}@media (min-width:1024px){.grants-ready-to-apply__card--right-first h3{font-size:4.16667vw;line-height:4.58333vw}}@media (min-width:1440px){.grants-ready-to-apply__card--right-first h3{font-size:60px;line-height:66px}}.grants-ready-to-apply__card--right-first p{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;margin-top:2.5vw;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.grants-ready-to-apply__card--right-first p{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.grants-ready-to-apply__card--right-first p{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.grants-ready-to-apply__card--right-first p{font-size:13px;line-height:20px}}@media (min-width:768px){.grants-ready-to-apply__card--right-first p{margin-top:1.04167vw}}@media (min-width:1024px){.grants-ready-to-apply__card--right-first p{margin-top:.555556vw}}@media (min-width:1440px){.grants-ready-to-apply__card--right-first p{margin-top:8px}}.grants-ready-to-apply__card--right-second{flex-direction:column;flex-grow:1;justify-content:center;row-gap:5vw;width:100%;display:flex}@media (min-width:768px){.grants-ready-to-apply__card--right-second{row-gap:2.08333vw}}@media (min-width:1024px){.grants-ready-to-apply__card--right-second{row-gap:1.11111vw}}@media (min-width:1440px){.grants-ready-to-apply__card--right-second{row-gap:16px;padding:40px}}.grants-ready-to-apply__card--right-second .grants-ready-to-apply__row{align-items:baseline;gap:3.75vw;display:flex}@media (min-width:768px){.grants-ready-to-apply__card--right-second .grants-ready-to-apply__row{gap:1.5625vw}}@media (min-width:1024px){.grants-ready-to-apply__card--right-second .grants-ready-to-apply__row{align-items:center;gap:.833333vw}}.grants-ready-to-apply__card--right-second .grants-ready-to-apply__label{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;opacity:.7;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.grants-ready-to-apply__card--right-second .grants-ready-to-apply__label{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.grants-ready-to-apply__card--right-second .grants-ready-to-apply__label{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.grants-ready-to-apply__card--right-second .grants-ready-to-apply__label{font-size:17px;line-height:24px}}.grants-ready-to-apply__card--right-second .grants-ready-to-apply__chips{flex-wrap:wrap;gap:1.25vw;display:flex}@media (min-width:768px){.grants-ready-to-apply__card--right-second .grants-ready-to-apply__chips{flex-wrap:nowrap;gap:.520833vw}}@media (min-width:1024px){.grants-ready-to-apply__card--right-second .grants-ready-to-apply__chips{gap:.277778vw}}@media (min-width:1440px){.grants-ready-to-apply__card--right-second .grants-ready-to-apply__chips{gap:4px}}.grants-ready-to-apply__card--right-second .grants-ready-to-apply__chip{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background-color:#e3e3e3;border-radius:20px;width:fit-content;padding:2.5vw 3.75vw;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.grants-ready-to-apply__card--right-second .grants-ready-to-apply__chip{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.grants-ready-to-apply__card--right-second .grants-ready-to-apply__chip{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.grants-ready-to-apply__card--right-second .grants-ready-to-apply__chip{font-size:13px;line-height:20px}}@media (min-width:768px){.grants-ready-to-apply__card--right-second .grants-ready-to-apply__chip{padding:1.04167vw 1.5625vw}}@media (min-width:1024px){.grants-ready-to-apply__card--right-second .grants-ready-to-apply__chip{padding:.555556vw .833333vw}}@media (min-width:1440px){.grants-ready-to-apply__card--right-second .grants-ready-to-apply__chip{padding:8px 12px}}.grants-use-cases .homepage-use-cases{padding-top:0}.grants-use-cases .homepage-use-cases .homepage-use-cases__container{border-radius:0 0 24px 24px}@media (min-width:768px){.grants-use-cases .homepage-use-cases .homepage-use-cases__container{border-bottom-right-radius:48px;border-bottom-left-radius:48px}}@media (min-width:1024px){.grants-use-cases .homepage-use-cases .homepage-use-cases__container{border-bottom-right-radius:80px;border-bottom-left-radius:80px}}.grants-faq{flex-direction:column;align-items:center;padding:15vw 0;display:flex}@media (min-width:768px){.grants-faq{padding:10.4167vw 0}}@media (min-width:1024px){.grants-faq{padding:5.55556vw 0}}@media (min-width:1440px){.grants-faq{padding:80px 0}}.grants-faq h2{text-align:center}.grants-faq__accordion-wrapper{width:100%;padding:7.5vw 0}@media (min-width:768px){.grants-faq__accordion-wrapper{max-width:85.6771vw;padding:5.20833vw 0}}@media (min-width:1024px){.grants-faq__accordion-wrapper{max-width:71.1111vw;padding:4.16667vw 0}}@media (min-width:1440px){.grants-faq__accordion-wrapper{max-width:1024px;padding:60px 0}}.grants-faq h2{color:#121212}.grants-faq__apply-header{text-align:center}@media (min-width:768px){.grants-faq__apply-header{max-width:100vw}}@media (min-width:1024px){.grants-faq__apply-header{max-width:53.3333vw}}@media (min-width:1440px){.grants-faq__apply-header{max-width:768px}}.grants-faq__apply-header h4{color:#181d27}.grants-faq__apply-header p{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;opacity:.7;margin-top:2.5vw;margin-bottom:7.5vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.grants-faq__apply-header p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.grants-faq__apply-header p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.grants-faq__apply-header p{font-size:17px;line-height:24px}}@media (min-width:768px){.grants-faq__apply-header p{margin-top:1.04167vw;margin-bottom:3.125vw}}@media (min-width:1024px){.grants-faq__apply-header p{margin-top:.555556vw;margin-bottom:2.22222vw}}@media (min-width:1440px){.grants-faq__apply-header p{margin-top:8px;margin-bottom:32px}}.grants-faq__apply-for-funding{background:#fafafa;border-radius:20px;flex-direction:column;align-items:center;width:100%;padding:6.25vw;display:flex}@media (min-width:768px){.grants-faq__apply-for-funding{border-radius:32px;padding:4.16667vw}}@media (min-width:1024px){.grants-faq__apply-for-funding{border-radius:40px;max-width:71.1111vw;padding:2.22222vw}}@media (min-width:1440px){.grants-faq__apply-for-funding{max-width:1024px;padding:32px}}.grants-community .container{margin-top:0;padding:0}.grants-community .container .homepage-solutions{padding:15vw 5vw}@media (min-width:768px){.grants-community .container .homepage-solutions{padding:10.4167vw 3.90625vw}}@media (min-width:1024px){.grants-community .container .homepage-solutions{padding:5.55556vw 0}}@media (min-width:1440px){.grants-community .container .homepage-solutions{padding:80px 0}}.how__container{z-index:1;width:100%;margin:0 auto;padding:15vw 5vw;position:relative}@media (min-width:768px){.how__container{padding:7.8125vw 3.90625vw}}@media (min-width:1024px){.how__container{padding:5.55556vw 4.16667vw}}@media (min-width:1440px){.how__container{max-width:1440px;padding:80px 60px}}.how__section-header{z-index:2;flex-direction:column;width:100%;margin:0 auto;display:flex;position:relative}@media (min-width:1024px){.how__section-header{max-width:71.1111vw}}@media (min-width:1440px){.how__section-header{max-width:1024px}}.how__section-header span{color:#313131;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:center;text-transform:uppercase;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.how__section-header span{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.how__section-header span{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.how__section-header span{font-size:13px;line-height:20px}}.how__section-header h1,.how__section-header h2{color:#121212;text-align:center;white-space:pre-line;margin-top:5vw}@media (min-width:768px){.how__section-header h1,.how__section-header h2{margin-top:2.60417vw}}@media (min-width:1024px){.how__section-header h1,.how__section-header h2{margin-top:1.66667vw}}@media (min-width:1440px){.how__section-header h1,.how__section-header h2{margin-top:24px}}.how__section-header p{color:#595959cc;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;text-align:center;margin-top:6.25vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.how__section-header p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.how__section-header p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.how__section-header p{font-size:17px;line-height:24px}}@media (min-width:768px){.how__section-header p{white-space:pre-line;margin-top:2.60417vw}}@media (min-width:1024px){.how__section-header p{margin-top:1.38889vw}}@media (min-width:1440px){.how__section-header p{margin-top:20px}}.how__section-header.on-dark h1,.how__section-header.on-dark h2{color:#f5f5f5}.how__section-header.on-dark span{color:#e3e3e3}.how__section-header.on-dark p{color:#f5f5f5b3}.how__hero{text-align:center;z-index:1;position:relative}@media (min-width:768px){.how__hero{padding-top:18.2292vw}}@media (min-width:1024px){.how__hero{padding-top:11.1111vw}}@media (min-width:1440px){.how__hero{padding-top:160px}}.how__hero.how__container{padding-bottom:get-vw-mobie(24px)}@media (min-width:768px){.how__hero.how__container{padding-bottom:5.20833vw}}@media (min-width:1024px){.how__hero.how__container{padding-bottom:4.16667vw}}@media (min-width:1440px){.how__hero.how__container{padding-bottom:60px}}.how__hero .gatsby-image-wrapper{z-index:0;width:208.75vw;position:absolute;top:0;left:0;overflow:visible}@media (min-width:768px){.how__hero .gatsby-image-wrapper{width:156.25vw}}@media (min-width:1024px){.how__hero .gatsby-image-wrapper{width:100%;left:50%;transform:translate(-50%)}}.how__hero .gatsby-image-wrapper img{object-fit:cover;width:100%;height:auto}.how__participants{background:#f5f5f5;position:relative}.how__participants .how__container{padding-top:0}.how__participants a{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;flex-direction:column;justify-content:space-between;height:100%;padding:5vw;font-size:3.75vw;font-weight:600;line-height:5.625vw;display:flex}@media (min-width:768px){.how__participants a{font-size:1.95313vw;line-height:2.60417vw}}@media (min-width:1024px){.how__participants a{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.how__participants a{font-size:15px;line-height:20px}}@media (min-width:768px){.how__participants a{padding:4.16667vw}}@media (min-width:1024px){.how__participants a{padding:2.77778vw}}@media (min-width:1440px){.how__participants a{padding:40px}}.how__participants a:hover svg{transform:translate(4px)}.how__participants ul{flex-direction:column;gap:5vw;margin-top:7.5vw;display:flex;position:relative}@media (min-width:768px){.how__participants ul{flex-flow:wrap;gap:2.60417vw;margin-top:5.20833vw}}@media (min-width:1024px){.how__participants ul{flex-wrap:nowrap;gap:1.38889vw;margin-top:4.16667vw}}@media (min-width:1440px){.how__participants ul{gap:20px;margin-top:60px}}.how__participants li{background:#fff;border-radius:20px;width:100%;min-width:62.5vw;transition:all .3s}@media (min-width:768px){.how__participants li{border-radius:32px;flex:calc(33.3333% - 1.73611vw);min-width:26.0417vw}.how__participants li:last-child{flex-basis:100%}}@media (min-width:1024px){.how__participants li{border-radius:40px;flex:auto;min-width:13.8889vw}}@media (min-width:1440px){.how__participants li{min-width:200px}}.how__participants li:hover a,.how__participants li:hover p{color:#121212}.how__participants li:first-of-type:hover{background-color:#ffe092}.how__participants li:nth-of-type(2):hover{background-color:#ffe2fc}.how__participants li:nth-of-type(3):hover{background-color:#c4ffc2}.how__participants h3{color:#000;margin-bottom:3.125vw}@media (min-width:768px){.how__participants h3{margin-bottom:1.30208vw}}@media (min-width:1024px){.how__participants h3{margin-bottom:.694444vw}}@media (min-width:1440px){.how__participants h3{margin-bottom:10px}}.how__participants p{color:#000000b3;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;margin-bottom:3.125vw;font-size:4.375vw;font-weight:400;line-height:6.875vw;display:inline-flex}@media (min-width:768px){.how__participants p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.how__participants p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.how__participants p{font-size:17px;line-height:24px}}@media (min-width:768px){.how__participants p{margin-bottom:4.16667vw}}@media (min-width:1024px){.how__participants p{margin-bottom:2.22222vw}}@media (min-width:1440px){.how__participants p{margin-bottom:32px}}.how__participants .how__participants-cta{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:5vw;width:fit-content;height:12.5vw;font-size:3.75vw;font-weight:600;line-height:5.625vw;display:flex}@media (min-width:768px){.how__participants .how__participants-cta{font-size:1.95313vw;line-height:2.60417vw}}@media (min-width:1024px){.how__participants .how__participants-cta{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.how__participants .how__participants-cta{font-size:15px;line-height:20px}}@media (min-width:768px){.how__participants .how__participants-cta{gap:2.08333vw;height:6.25vw}}@media (min-width:1024px){.how__participants .how__participants-cta{gap:1.11111vw;height:3.33333vw}}@media (min-width:1440px){.how__participants .how__participants-cta{gap:16px;height:48px}}.how__participants .how__participants-cta svg{width:get-vw-mobie(15px);transition:all .3s;display:flex}@media (min-width:768px){.how__participants .how__participants-cta svg{width:1.95313vw}}@media (min-width:1024px){.how__participants .how__participants-cta svg{vertical-align:middle;width:1.04167vw}}@media (min-width:1440px){.how__participants .how__participants-cta svg{width:15px}}.how__participants img{border:1px solid #0000;border-radius:8px;width:12.5vw;margin-bottom:3.125vw;transition:border .3s}@media (min-width:768px){.how__participants img{width:5.20833vw;margin-bottom:2.60417vw}}@media (min-width:1024px){.how__participants img{width:2.77778vw;margin-bottom:2.22222vw}}@media (min-width:1440px){.how__participants img{width:40px;margin-bottom:32px}}.how__steps{z-index:3;background:#121212;border-top-left-radius:24px;border-top-right-radius:24px;width:100%;position:relative;overflow:hidden}@media (min-width:768px){.how__steps{border-top-left-radius:48px;border-top-right-radius:48px}}@media (min-width:1024px){.how__steps{border-top-left-radius:80px;border-top-right-radius:80px}}.how__steps .how__container{z-index:1;flex-direction:column;justify-content:space-between;display:flex}@media (min-width:1024px){.how__steps .how__container{flex-direction:row;gap:4.16667vw}}@media (min-width:1440px){.how__steps .how__container{gap:60px}}@media (min-width:1024px){.how__steps .how__section-header h2,.how__steps .how__section-header span{text-align:left}}.how__steps__background{width:100%;height:100%}.how__steps__background .gatsby-image-wrapper{object-fit:cover;opacity:.5;pointer-events:none;z-index:0;display:none;position:absolute;inset:0}@media (min-width:768px){.how__steps__background .gatsby-image-wrapper{width:130%;display:block;top:-13.0208vw}}@media (min-width:1024px){.how__steps__background .gatsby-image-wrapper{width:100%;max-width:65.2778vw;top:0}}@media (min-width:1440px){.how__steps__background .gatsby-image-wrapper{max-width:950px}}.how__steps__background .gatsby-image-wrapper img{object-fit:cover;width:100%;height:auto}.how__steps-wrapper{margin:7.5vw auto 0}@media (min-width:768px){.how__steps-wrapper{margin-top:5.20833vw}}@media (min-width:1024px){.how__steps-wrapper{margin-top:0}}.how__steps-rows{margin:0;padding:0}.how__steps-row{gap:5vw;display:flex}@media (min-width:768px){.how__steps-row{gap:4.16667vw}}@media (min-width:1024px){.how__steps-row{gap:2.22222vw}}@media (min-width:1440px){.how__steps-row{gap:32px}}.how__steps-row:not(:first-child){margin-top:-7.5vw}@media (min-width:768px){.how__steps-row:not(:first-child){margin-top:-6.51042vw}}@media (min-width:1024px){.how__steps-row:not(:first-child){margin-top:-3.47222vw}}@media (min-width:1440px){.how__steps-row:not(:first-child){margin-top:-40px}}.how__steps-row:not(:last-child) .how__steps-card{border-bottom:none}.how__steps-row:not(:last-child) .how__steps-card p{padding-bottom:5vw}@media (min-width:768px){.how__steps-row:not(:last-child) .how__steps-card p{padding-bottom:5.98958vw}}@media (min-width:1024px){.how__steps-row:not(:last-child) .how__steps-card p{padding-bottom:3.05556vw}}@media (min-width:1440px){.how__steps-row:not(:last-child) .how__steps-card p{padding-bottom:38px}}.how__steps-row:last-child .how__steps-card{border-bottom-right-radius:20px;border-bottom-left-radius:20px;position:relative}.how__steps-row:last-child .how__steps-card:after{content:"";z-index:0;background:#121212;width:3.125vw;height:50%;position:absolute;bottom:0;left:-11.5625vw}@media (min-width:768px){.how__steps-row:last-child .how__steps-card:after{width:1.30208vw;left:-8.07292vw}}@media (min-width:1024px){.how__steps-row:last-child .how__steps-card:after{width:.694444vw;left:-4.30556vw}}@media (min-width:1440px){.how__steps-row:last-child .how__steps-card:after{width:10px;left:-62px}}@media (min-width:768px){.how__steps-row:last-child .how__steps-card{border-bottom-right-radius:32px;border-bottom-left-radius:32px}}@media (min-width:1024px){.how__steps-row:last-child .how__steps-card{border-bottom-right-radius:40px;border-bottom-left-radius:40px}}.how__steps-index-col{justify-content:center;align-items:center;width:10vw;display:flex;position:relative}@media (min-width:768px){.how__steps-index-col{width:6.25vw}}@media (min-width:1024px){.how__steps-index-col{width:3.33333vw}}@media (min-width:1440px){.how__steps-index-col{width:48px}}.how__steps-index{font-family:var(--font-inter),Arial,sans-serif;font-family:var(--font-jetbrains);letter-spacing:.01px;letter-spacing:0;z-index:2;background:linear-gradient(90deg,#c4ffc2,#ffe2fc 45.2%,#eeffa8);border-radius:50%;justify-content:center;align-items:center;width:10vw;height:10vw;padding:.625vw;font-size:3.75vw;font-style:normal;font-weight:600;line-height:7.5vw;display:flex;position:relative}@media (min-width:768px){.how__steps-index{font-size:2.08333vw;line-height:3.38542vw}}@media (min-width:1024px){.how__steps-index{font-size:1.11111vw;line-height:1.80556vw}}@media (min-width:1440px){.how__steps-index{font-size:16px;line-height:26px}}@media (min-width:768px){.how__steps-index{width:6.25vw;height:6.25vw;padding:.260417vw}}@media (min-width:1024px){.how__steps-index{width:3.33333vw;height:3.33333vw;padding:.138889vw}}@media (min-width:1440px){.how__steps-index{width:48px;height:48px;padding:2px}}.how__steps-index-inner{color:#c4ffc2;background:#1a1a1a;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.how__steps-line{z-index:0;background:#313131;width:2px;height:calc(100% - 4.375vw);position:absolute;top:50%;left:50%;transform:translate(-50%)}@media (min-width:768px){.how__steps-line{height:calc(100% - 3.90625vw)}}@media (min-width:1024px){.how__steps-line{height:calc(100% - 2.08333vw)}}@media (min-width:1440px){.how__steps-line{height:calc(100% - 30px)}}.how__steps-card{background:#1a1a1a;border:1px solid #333;border-top-left-radius:20px;border-top-right-radius:20px;flex:1;padding:6.25vw}@media (min-width:768px){.how__steps-card{border-top-left-radius:32px;border-top-right-radius:32px;padding:4.16667vw}}@media (min-width:1024px){.how__steps-card{border-top-left-radius:40px;border-top-right-radius:40px;padding:2.77778vw}}@media (min-width:1440px){.how__steps-card{padding:40px}}.how__steps-card h3{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;font-size:5.625vw;font-weight:500;line-height:7.5vw}@media (min-width:768px){.how__steps-card h3{font-size:2.47396vw;line-height:3.38542vw}}@media (min-width:1024px){.how__steps-card h3{font-size:1.52778vw;line-height:2.08333vw}}@media (min-width:1440px){.how__steps-card h3{font-size:22px;line-height:30px}}.how__steps-card p{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;opacity:.7;margin-top:3.75vw;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.how__steps-card p{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.how__steps-card p{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.how__steps-card p{font-size:14px;line-height:22px}}@media (min-width:768px){.how__steps-card p{margin-top:2.08333vw}}@media (min-width:1024px){.how__steps-card p{margin-top:1.38889vw}}@media (min-width:1440px){.how__steps-card p{margin-top:20px}}.how__proof{background-color:#121212;width:100%;position:relative}.how__proof-description-wrapper{flex-direction:column;justify-content:center;gap:6.25vw;margin-top:7.5vw;display:flex}@media (min-width:768px){.how__proof-description-wrapper{gap:2.60417vw;margin-top:5.20833vw}}@media (min-width:1024px){.how__proof-description-wrapper{flex-direction:row;gap:4.16667vw;margin-top:4.16667vw}}@media (min-width:1440px){.how__proof-description-wrapper{gap:60px;margin-top:60px}}.how__proof-description-wrapper p{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.how__proof-description-wrapper p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.how__proof-description-wrapper p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.how__proof-description-wrapper p{font-size:17px;line-height:24px}}@media (min-width:1024px){.how__proof-description-wrapper p{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;max-width:38.1944vw;font-size:5vw;font-weight:400;line-height:7.5vw}}@media (min-width:1024px) and (min-width:768px){.how__proof-description-wrapper p{font-size:2.34375vw;line-height:3.38542vw}}@media (min-width:1024px) and (min-width:1024px){.how__proof-description-wrapper p{font-size:1.38889vw;line-height:2.08333vw}}@media (min-width:1024px) and (min-width:1440px){.how__proof-description-wrapper p{font-size:20px;line-height:30px}}@media (min-width:1440px){.how__proof-description-wrapper p{max-width:550px}}.how__proof-card-wrapper{flex-direction:column;justify-content:space-between;gap:5vw;width:100%;margin-top:7.5vw;display:flex}@media (min-width:768px){.how__proof-card-wrapper{gap:2.60417vw;margin-top:5.20833vw}}@media (min-width:1024px){.how__proof-card-wrapper{flex-direction:row;gap:1.38889vw;margin-top:4.16667vw}}@media (min-width:1440px){.how__proof-card-wrapper{gap:20px;margin-top:60px}}.how__proof-card{background-color:#1a1a1a;border:.75px solid #333;border-radius:16px;flex-direction:column;width:100%;min-width:62.5vw;padding:5vw;display:flex}@media (min-width:768px){.how__proof-card{border-radius:32px;min-width:26.0417vw;padding:4.16667vw}}@media (min-width:1024px){.how__proof-card{min-width:13.8889vw;padding:2.77778vw}}@media (min-width:1440px){.how__proof-card{min-width:200px;padding:40px}}.how__proof-card img{object-fit:cover;width:10vw;height:10vw;display:block}@media (min-width:768px){.how__proof-card img{width:5.20833vw;height:5.20833vw}}@media (min-width:1024px){.how__proof-card img{width:2.77778vw;height:2.77778vw}}@media (min-width:1440px){.how__proof-card img{width:40px;height:40px}}.how__proof-card h4{color:#fff;margin:5vw 0;font-weight:400}@media (min-width:768px){.how__proof-card h4{margin:2.60417vw 0}}@media (min-width:1024px){.how__proof-card h4{margin:1.38889vw 0}}@media (min-width:1440px){.how__proof-card h4{margin:20px 0}}.how__proof-card p{color:#ffffffb3;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;font-size:5vw;font-weight:400;line-height:7.5vw}@media (min-width:768px){.how__proof-card p{font-size:2.34375vw;line-height:3.38542vw}}@media (min-width:1024px){.how__proof-card p{font-size:1.38889vw;line-height:2.08333vw}}@media (min-width:1440px){.how__proof-card p{font-size:20px;line-height:30px}}.how__form{background:#121212;border-bottom-right-radius:24px;border-bottom-left-radius:24px;width:100%;position:relative;overflow:hidden}@media (min-width:768px){.how__form{border-bottom-right-radius:48px;border-bottom-left-radius:48px}}@media (min-width:1024px){.how__form{border-bottom-right-radius:80px;border-bottom-left-radius:80px}}.how__form .homepage-contact-suite__container{padding:0}.how__form .homepage-contact-suite__container .homepage-contact-suite__label{color:#e3e3e3}.how__form .homepage-contact-suite__container .homepage-contact-suite__subtitle{color:#f5f5f5b3}.how__form .gatsby-image-wrapper{width:100%;max-width:1000px;position:absolute;bottom:0;left:0}.how__form .gatsby-image-wrapper img{object-fit:cover;width:100%;height:auto}.how__contribute{color:#121212;background-color:#f5f5f5}@media (min-width:1024px){.how__contribute .how__container{padding-top:7.63889vw}}@media (min-width:1440px){.how__contribute .how__container{padding-top:110px}}.how__contribute ul{flex-direction:column;justify-content:center;align-items:center;gap:2.5vw;margin-top:7.5vw;display:flex}@media (min-width:768px){.how__contribute ul{gap:2.60417vw;margin-top:5.20833vw}}@media (min-width:1024px){.how__contribute ul{flex-direction:row;gap:1.38889vw;margin-top:4.16667vw}}@media (min-width:1440px){.how__contribute ul{gap:20px;margin-top:60px}}.how__contribute li{cursor:pointer;background-color:#fff;border-bottom:1px solid #f5f5f5;border-radius:16px;align-items:center;width:100%;transition:all .3s;display:flex}@media (min-width:768px){.how__contribute li{border-radius:24px;justify-content:center}}@media (min-width:1024px){.how__contribute li{border-radius:32px;justify-content:flex-start}}.how__contribute li:last-child{border:none}.how__contribute li:first-of-type:hover{background-color:#c4ffc2}.how__contribute li:nth-of-type(2):hover{background-color:#ffe2fc}.how__contribute li:nth-of-type(3):hover{background-color:#ffe092}.how__contribute h5{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:3.75vw;font-size:4.0625vw;font-weight:600;line-height:5.625vw;display:inline-flex}@media (min-width:768px){.how__contribute h5{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.how__contribute h5{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.how__contribute h5{font-size:15px;line-height:20px}}@media (min-width:768px){.how__contribute h5{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;gap:2.60417vw;font-size:4.375vw;font-weight:600;line-height:6.875vw}}@media (min-width:768px) and (min-width:768px){.how__contribute h5{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:768px) and (min-width:1024px){.how__contribute h5{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:768px) and (min-width:1440px){.how__contribute h5{font-size:17px;line-height:24px}}@media (min-width:1024px){.how__contribute h5{gap:1.38889vw}}@media (min-width:1440px){.how__contribute h5{gap:20px}}.how__contribute h5 svg{width:4.6875vw;transition:all .3s}@media (min-width:768px){.how__contribute h5 svg{width:1.95313vw}}@media (min-width:1024px){.how__contribute h5 svg{width:1.04167vw}}@media (min-width:1440px){.how__contribute h5 svg{width:15px}}.how__contribute h5 img{border-radius:4px;width:7.5vw}@media (min-width:768px){.how__contribute h5 img{width:4.16667vw}}@media (min-width:1024px){.how__contribute h5 img{border-radius:5px;width:2.77778vw}}@media (min-width:1440px){.how__contribute h5 img{width:40px}}.how__contribute a{color:#121212;align-items:center;padding:5vw;display:flex}@media (min-width:768px){.how__contribute a{padding:4.16667vw}}@media (min-width:1024px){.how__contribute a{padding:2.77778vw 2.22222vw}}@media (min-width:1440px){.how__contribute a{padding:40px 32px}}.how__contribute a:hover svg{transform:translate(4px,-4px)}.how-page{background-color:#f5f5f5;overflow-x:hidden}.job{color:#121212}@media (min-width:1024px){.job{margin-bottom:4.16667vw;margin-left:auto;margin-right:auto}}@media (min-width:1440px){.job{max-width:1440px;margin-bottom:60px}}.job__hero{margin-bottom:18.75vw;padding-top:37.5vw;padding-left:6.25vw}@media (min-width:768px){.job__hero{margin-bottom:9.11458vw;padding-top:19.5313vw;padding-left:3.90625vw}}@media (min-width:1024px){.job__hero{margin-bottom:0;padding:9.72222vw 4.16667vw 0;position:relative}}@media (min-width:1440px){.job__hero{padding:140px 60px 0}}@media (min-width:1024px){.job__hero:after{content:"";background-color:#e3e3e3;width:100%;height:1px;display:block}}.job__hero a.label{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;align-items:center;margin-bottom:6.25vw;font-size:3.4375vw;font-weight:500;line-height:5vw;display:flex}@media (min-width:768px){.job__hero a.label{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.job__hero a.label{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.job__hero a.label{font-size:13px;line-height:20px}}@media (min-width:768px){.job__hero a.label{margin-bottom:3.90625vw}}@media (min-width:1024px){.job__hero a.label{margin-bottom:2.08333vw}}@media (min-width:1440px){.job__hero a.label{margin-bottom:30px}}.job__hero a.label svg{margin-right:5vw}@media (min-width:768px){.job__hero a.label svg{margin-right:2.08333vw}}@media (min-width:1024px){.job__hero a.label svg{margin-right:1.11111vw}}@media (min-width:1440px){.job__hero a.label svg{margin-right:16px}}.job__hero h1{margin-bottom:18.75vw;padding-right:6.25vw}@media (min-width:768px){.job__hero h1{margin-bottom:14.3229vw;padding-right:3.90625vw}}@media (min-width:1024px){.job__hero h1{max-width:73.75vw;margin-bottom:11.1111vw;padding-right:0}}@media (min-width:1440px){.job__hero h1{max-width:1062px;margin-bottom:160px}}.job__hero button{margin-bottom:9.375vw}@media (min-width:768px){.job__hero button{margin-bottom:3.90625vw}}@media (min-width:1024px){.job__hero button{margin-bottom:2.77778vw}}@media (min-width:1440px){.job__hero button{margin-bottom:40px}}.job__hero-info{border-top:1px solid #e3e3e3;padding-top:6.25vw}@media (min-width:768px){.job__hero-info{padding-top:3.90625vw}}@media (min-width:1024px){.job__hero-info{border-top:0;padding-top:4.16667vw;position:absolute;bottom:0;left:4.16667vw;transform:translateY(100%)}}@media (min-width:1440px){.job__hero-info{padding-top:60px;left:60px}}.job__hero-info div{margin-bottom:1.25vw}@media (min-width:768px){.job__hero-info div{margin-bottom:.520833vw}}@media (min-width:1024px){.job__hero-info div{margin-bottom:.277778vw}}@media (min-width:1440px){.job__hero-info div{margin-bottom:4px}}.job__hero-info div:last-child{margin-bottom:0}.job__content{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01px;padding:0 6.25vw 31.25vw;font-size:4.6875vw;font-weight:400;line-height:7.5vw}@media (min-width:768px){.job__content{font-size:2.08333vw;line-height:3.38542vw}}@media (min-width:1024px){.job__content{font-size:1.11111vw;line-height:1.80556vw}}@media (min-width:1440px){.job__content{font-size:16px;line-height:26px}}@media (min-width:768px){.job__content{padding:0 10.4167vw 18.75vw 3.90625vw}}@media (min-width:1024px){.job__content{width:45.6944vw;margin-bottom:10vw;margin-left:37.5vw;padding:4.16667vw 0 0}}@media (min-width:1440px){.job__content{width:658px;margin-bottom:144px;margin-left:540px;padding-top:60px}}.job__content h2,.job__content h3,.job__content h4,.job__content h5,.job__content h6,.job__content ol,.job__content p,.job__content ul{margin-bottom:3.125vw}@media (min-width:768px){.job__content h2,.job__content h3,.job__content h4,.job__content h5,.job__content h6,.job__content ol,.job__content p,.job__content ul{margin-bottom:1.30208vw}}@media (min-width:1024px){.job__content h2,.job__content h3,.job__content h4,.job__content h5,.job__content h6,.job__content ol,.job__content p,.job__content ul{margin-bottom:.694444vw}}@media (min-width:1440px){.job__content h2,.job__content h3,.job__content h4,.job__content h5,.job__content h6,.job__content ol,.job__content p,.job__content ul{margin-bottom:10px}}.job__content h2:first-of-type{margin-top:0}.job__content li,.job__content p{color:#12121299}.job__content h2,.job__content h3,.job__content h4{margin-top:12.5vw}@media (min-width:768px){.job__content h2,.job__content h3,.job__content h4{margin-top:7.8125vw}}@media (min-width:1024px){.job__content h2,.job__content h3,.job__content h4{margin-top:4.16667vw}}@media (min-width:1440px){.job__content h2,.job__content h3,.job__content h4{margin-top:60px}}.job__content h2{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;font-size:6.25vw;font-weight:500;line-height:8.75vw}@media (min-width:768px){.job__content h2{font-size:3.125vw;line-height:4.16667vw}}@media (min-width:1024px){.job__content h2{font-size:2.22222vw;line-height:3.05556vw}}@media (min-width:1440px){.job__content h2{font-size:32px;line-height:44px}}.job__content h3{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;font-size:5.625vw;font-weight:500;line-height:7.5vw}@media (min-width:768px){.job__content h3{font-size:2.47396vw;line-height:3.38542vw}}@media (min-width:1024px){.job__content h3{font-size:1.52778vw;line-height:2.08333vw}}@media (min-width:1440px){.job__content h3{font-size:22px;line-height:30px}}.job__content ul{padding-left:inherit}@media (min-width:1024px){.job__content ul{padding-left:1.38889vw}}@media (min-width:1440px){.job__content ul{padding-left:20px}}.job__content ul li{list-style-type:disc}.job__content ol li{list-style-type:numberic}.job__content a{color:#121212}.job-page{background-color:#fff}.home-page{position:relative;overflow-x:hidden}.home-page__grid{max-width:1440px;margin-left:auto;margin-right:auto;position:relative}.home-page__background{opacity:0;z-index:1;justify-content:center;align-items:center;width:100%;height:100vh;animation:1s 1s forwards fadein;display:flex;position:absolute;top:0;left:0}.home-page__background div{display:none}@media (min-width:768px){.home-page__background div{opacity:.4;display:block}}.home-page .home-page__background{background-position:50%;background-repeat:no-repeat;background-size:100%}@media (min-width:768px){.home-page .home-page__background{background-size:0}}.solutions-page .home-page__background{background-position:50% 100%;background-repeat:no-repeat;background-size:100%}@media (min-width:768px){.solutions-page .home-page__background{background-size:0}}.ecosystems-page .home-page__background{background-position:50% 100%;background-repeat:no-repeat;background-size:100%}@media (min-width:768px){.ecosystems-page .home-page__background{background-size:0}}@media (min-width:1024px){.ecosystems-page .home-page__background{justify-content:flex-end;left:auto;right:0;transform:translate(10%)scale(.8)}}@media (min-width:1440px){.ecosystems-page .home-page__background{transform:none}}.leo-page .home-page__background{width:100vw;transform:translateY(20%)}.leo-page .home-page__background:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0000,#121212);width:100%;height:100%;position:absolute;top:0;left:0}.home-page__zk-section{padding-top:18.75vw}@media (min-width:768px){.home-page__zk-section{padding-top:7.8125vw}}@media (min-width:1024px){.home-page__zk-section{padding-top:13.8889vw}}@media (min-width:1440px){.home-page__zk-section{padding-top:200px}}.home-page__background-small-1{z-index:-1;position:absolute;top:-180px;right:0}.home-page__background-small-2{z-index:-1;width:200%;min-width:200%;position:absolute;top:0;left:0}@media (min-width:768px){.home-page__background-small-2{left:unset;width:100%;min-width:100%;right:0}}.home-page__zk-content-group{margin-bottom:12.5vw;padding-left:6.25vw;padding-right:6.25vw}@media (min-width:768px){.home-page__zk-content-group{margin-bottom:7.8125vw;padding-left:3.90625vw;padding-right:3.90625vw}}@media (min-width:1024px){.home-page__zk-content-group{margin-bottom:8.33333vw;padding-left:4.16667vw;padding-right:4.16667vw;position:relative}}@media (min-width:1440px){.home-page__zk-content-group{margin-bottom:120px;padding-left:60px;padding-right:60px}}.home-page__zk-content-group--stack{position:relative}@media (min-width:1024px){.home-page__zk-content-group--stack h2,.home-page__zk-content-group--stack p.body-medium{width:35.3472vw}}@media (min-width:1440px){.home-page__zk-content-group--stack h2,.home-page__zk-content-group--stack p.body-medium{width:509px}}@media (min-width:1024px){.home-page__zk-content-group--stack a.cta{margin:0;position:absolute;top:0;right:4.16667vw}}@media (min-width:1440px){.home-page__zk-content-group--stack a.cta{right:60px}}@media (min-width:768px){.home-page__zk-content-group--apps{padding-top:19.5313vw}}@media (min-width:1024px){.home-page__zk-content-group--apps{margin-bottom:0;padding-top:13.8889vw}}@media (min-width:1440px){.home-page__zk-content-group--apps{padding-top:200px}}.home-page__zk-content-group--apps h2{font-family:var(--font-sora),Arial,sans-serif;letter-spacing:-.03em;font-size:13.125vw;font-weight:400;line-height:15vw}@media (min-width:768px){.home-page__zk-content-group--apps h2{letter-spacing:-.04em;font-size:8.33333vw;line-height:8.85417vw}}@media (min-width:1024px){.home-page__zk-content-group--apps h2{font-size:6.25vw;line-height:6.25vw}}@media (min-width:1440px){.home-page__zk-content-group--apps h2{font-size:90px;line-height:90px}}@media (min-width:1024px){.home-page__zk-content-group--apps>div{width:calc(50% - 1.38889vw);position:absolute;top:13.8889vw;left:4.16667vw}}@media (min-width:1440px){.home-page__zk-content-group--apps>div{width:calc(50% - 20px);top:200px;left:60px}}.home-page__zk-content-group a.cta{color:#f5f5f5;align-items:center;margin-top:9.375vw;display:flex}@media (min-width:768px){.home-page__zk-content-group a.cta{margin-top:3.90625vw}}@media (min-width:1024px){.home-page__zk-content-group a.cta{margin-top:0}}.home-page__zk-content-group a.cta:hover svg{transform:translate(4px)}.home-page__zk-content-group h2{margin-bottom:6.25vw}@media (min-width:768px){.home-page__zk-content-group h2{margin-bottom:2.60417vw}}@media (min-width:1024px){.home-page__zk-content-group h2{margin-bottom:2.08333vw}}@media (min-width:1440px){.home-page__zk-content-group h2{margin-bottom:30px}}.home-page__zk-content-group p.body-medium{color:#f5f5f5b3}.home-page__zk-content-group svg{margin-left:3.125vw;transition:all .3s}@media (min-width:768px){.home-page__zk-content-group svg{margin-left:1.30208vw}}@media (min-width:1024px){.home-page__zk-content-group svg{margin-left:.694444vw}}@media (min-width:1440px){.home-page__zk-content-group svg{margin-left:10px}}.home-page__unpack-the-stack{z-index:1;margin-bottom:18.75vw;padding:0 6.25vw;position:relative}@media (min-width:768px){.home-page__unpack-the-stack{margin-bottom:10.4167vw;padding:0 3.90625vw}}@media (min-width:1024px){.home-page__unpack-the-stack{margin-bottom:8.33333vw;padding:0 4.16667vw}}@media (min-width:1440px){.home-page__unpack-the-stack{margin-bottom:120px;padding:0 60px}}.home-page__unpack-the-stack ul{margin-bottom:3.125vw;padding-left:6.25vw}@media (min-width:768px){.home-page__unpack-the-stack ul{margin-bottom:1.30208vw;padding-left:2.60417vw}}@media (min-width:1024px){.home-page__unpack-the-stack ul{margin-bottom:2.77778vw;padding-left:0;display:flex}}@media (min-width:1440px){.home-page__unpack-the-stack ul{margin-bottom:40px}}.home-page__unpack-the-stack li{border:1px solid;margin-bottom:3.125vw}@media (min-width:768px){.home-page__unpack-the-stack li{margin-bottom:1.30208vw}}@media (min-width:1024px){.home-page__unpack-the-stack li{width:100%;margin-bottom:0;margin-right:1.38889vw}}@media (min-width:1440px){.home-page__unpack-the-stack li{margin-right:20px}}.home-page__unpack-the-stack li:last-of-type{margin-bottom:0;margin-right:0}.home-page__unpack-the-stack li svg:not(.stack-logo){width:4.6875vw;height:auto;position:absolute;top:6.25vw;right:6.25vw}@media (min-width:768px){.home-page__unpack-the-stack li svg:not(.stack-logo){width:2.60417vw;top:2.60417vw;right:2.60417vw}}@media (min-width:1024px){.home-page__unpack-the-stack li svg:not(.stack-logo){width:1.38889vw;top:1.38889vw;right:1.38889vw}}@media (min-width:1440px){.home-page__unpack-the-stack li svg:not(.stack-logo){width:20px;top:20px;right:20px}}.home-page__unpack-the-stack li .stack-logo{max-width:100%;margin-top:12.5vw}@media (min-width:768px){.home-page__unpack-the-stack li .stack-logo{margin-top:3.90625vw}}@media (min-width:1024px){.home-page__unpack-the-stack li .stack-logo{margin-top:5.20833vw}}@media (min-width:1440px){.home-page__unpack-the-stack li .stack-logo{margin-top:75px}}@media (min-width:1024px){.home-page__unpack-the-stack li .stack-logo--mobile{display:none}}.home-page__unpack-the-stack li .stack-logo--desktop{display:none}@media (min-width:1024px){.home-page__unpack-the-stack li .stack-logo--desktop{display:block}}.home-page__unpack-the-stack li a{padding:6.25vw;display:block;position:relative}@media (min-width:768px){.home-page__unpack-the-stack li a{padding:2.60417vw}}@media (min-width:1024px){.home-page__unpack-the-stack li a{height:100%;padding:1.38889vw}}@media (min-width:1440px){.home-page__unpack-the-stack li a{padding:20px}}.home-page__unpack-the-stack h6{padding-left:6.25vw}@media (min-width:768px){.home-page__unpack-the-stack h6{padding-left:2.60417vw}}@media (min-width:1024px){.home-page__unpack-the-stack h6{padding-left:0;position:absolute;bottom:-3.47222vw;right:0}}@media (min-width:1440px){.home-page__unpack-the-stack h6{bottom:-50px}}.home-page__unpack-the-stack h6:first-of-type{margin-bottom:3.125vw}@media (min-width:768px){.home-page__unpack-the-stack h6:first-of-type{margin-bottom:1.30208vw}}@media (min-width:1024px){.home-page__unpack-the-stack h6:first-of-type{margin-bottom:0;left:0}}.home-page__unpack-the-stack li:first-of-type,.home-page__unpack-the-stack li:first-of-type a{color:#c4ffc2}.home-page__unpack-the-stack li:first-of-type a:hover{color:#121212;background-color:#c4ffc2}.home-page__unpack-the-stack li:first-of-type a:hover div.label{color:#121212}.home-page__unpack-the-stack li:nth-of-type(2),.home-page__unpack-the-stack li:nth-of-type(2) a{color:#ffa978}.home-page__unpack-the-stack li:nth-of-type(2) a:hover{color:#121212;background-color:#ffa978}.home-page__unpack-the-stack li:nth-of-type(2) a:hover div.label{color:#121212}.home-page__unpack-the-stack li:nth-of-type(3),.home-page__unpack-the-stack li:nth-of-type(3) a{color:#ffe2fc}.home-page__unpack-the-stack li:nth-of-type(3) a:hover{color:#121212;background-color:#ffe2fc}.home-page__unpack-the-stack li:nth-of-type(3) a:hover div.label{color:#121212}.home-page__unpack-the-stack li:nth-of-type(4),.home-page__unpack-the-stack li:nth-of-type(4) a{color:#e3e3e3}.home-page__unpack-the-stack li:nth-of-type(4) a:hover{color:#121212;background-color:#e3e3e3}.home-page__unpack-the-stack li:nth-of-type(4) a:hover div.label{color:#121212}.home-page__unpack-the-stack li:nth-of-type(5),.home-page__unpack-the-stack li:nth-of-type(5) a{color:#eeffa8}.home-page__unpack-the-stack li:nth-of-type(5) a:hover{color:#121212;background-color:#eeffa8}.home-page__unpack-the-stack li:nth-of-type(5) a:hover div.label{color:#121212}.home-page__unpack-the-stack li:nth-of-type(6),.home-page__unpack-the-stack li:nth-of-type(6) a{color:#ffe092}.home-page__unpack-the-stack li:nth-of-type(6) a:hover{color:#121212;background-color:#ffe092}.home-page__unpack-the-stack li:nth-of-type(6) a:hover div.label{color:#121212}.home-page__stack-wrapper{border-left:1px solid #e3e3e3;margin-bottom:18.75vw;position:relative}@media (min-width:768px){.home-page__stack-wrapper{margin-bottom:0}}@media (min-width:1024px){.home-page__stack-wrapper{border-bottom:1px solid #e3e3e3;border-left:none}}.home-page__stack-wrapper:before{content:"";border-top:1px solid #e3e3e3;border-left:1px solid #e3e3e3;width:1.5625vw;height:1.5625vw;position:absolute;top:0;left:-1.09375vw;transform:rotate(45deg)}@media (min-width:768px){.home-page__stack-wrapper:before{width:.651042vw;height:.651042vw;left:-.455729vw}}@media (min-width:1024px){.home-page__stack-wrapper:before{height:.347222vw;bottom:-.208333vw;left:0;top:unset;width:.347222vw;transform:rotate(-45deg)}}@media (min-width:1440px){.home-page__stack-wrapper:before{width:5px;height:5px;bottom:-3px}}.home-page__stack-wrapper:after{content:"";border-bottom:1px solid #e3e3e3;border-right:1px solid #e3e3e3;width:1.5625vw;height:1.5625vw;position:absolute;bottom:0;left:-.9375vw;transform:rotate(45deg)}@media (min-width:768px){.home-page__stack-wrapper:after{width:.651042vw;height:.651042vw;left:-.455729vw}}@media (min-width:1024px){.home-page__stack-wrapper:after{height:.347222vw;bottom:-.208333vw;left:unset;width:.347222vw;right:0;transform:rotate(-45deg)}}@media (min-width:1440px){.home-page__stack-wrapper:after{width:5px;height:5px;bottom:-3px}}.home-page__live-applications{color:#f5f5f5}.home-page__live-applications ul,.home-page__live-applications-header{padding:0 6.25vw}@media (min-width:768px){.home-page__live-applications ul,.home-page__live-applications-header{padding:0 3.90625vw}}@media (min-width:1024px){.home-page__live-applications ul,.home-page__live-applications-header{padding:0 4.16667vw}}@media (min-width:1440px){.home-page__live-applications ul,.home-page__live-applications-header{padding:0 60px}}.home-page__live-applications-header{margin-bottom:12.5vw}@media (min-width:768px){.home-page__live-applications-header{margin-bottom:5.20833vw}}@media (min-width:1024px){.home-page__live-applications-header{justify-content:space-between;align-items:center;margin-bottom:5.55556vw;display:flex}}@media (min-width:1440px){.home-page__live-applications-header{margin-bottom:80px}}.home-page__live-applications-header h2{margin-bottom:3.125vw}@media (min-width:768px){.home-page__live-applications-header h2{margin-bottom:1.30208vw}}@media (min-width:1024px){.home-page__live-applications-header h2{margin-bottom:0}}.home-page__live-applications-header p.body-large{color:#e3e3e3b3}.home-page__live-applications ul{margin-bottom:18.75vw}@media (min-width:768px){.home-page__live-applications ul{flex-wrap:wrap;margin-bottom:10.4167vw;display:flex}}@media (min-width:1024px){.home-page__live-applications ul{margin-bottom:6.94444vw}}@media (min-width:1440px){.home-page__live-applications ul{margin-bottom:100px}}.home-page__live-applications ul a{background-color:#121212;height:100%;padding:6.25vw 6.25vw 9.375vw;display:block}@media (min-width:768px){.home-page__live-applications ul a{padding:2.60417vw 2.60417vw 3.90625vw}}@media (min-width:1024px){.home-page__live-applications ul a{padding:1.38889vw 1.38889vw 2.08333vw}}@media (min-width:1440px){.home-page__live-applications ul a{padding:20px 20px 30px}}.home-page__live-applications ul a:hover{background-color:#eeffa8}.home-page__live-applications ul a:hover p{color:#121212b3}.home-page__live-applications ul a:hover div.label{color:#12121266}.home-page__live-applications ul li{border:1px solid #e3e3e333;margin-bottom:3.125vw;position:relative}@media (min-width:768px){.home-page__live-applications ul li{width:calc(50% - 1.30208vw);margin-bottom:2.60417vw}}@media (min-width:1024px){.home-page__live-applications ul li{width:calc(25% - 1.11111vw);margin-right:1.38889vw}}@media (min-width:1440px){.home-page__live-applications ul li{width:calc(25% - 16px);margin-right:20px}}@media (min-width:1024px){.home-page__live-applications ul li:first-of-type{margin-left:calc(50% + .69444vw)}}@media (min-width:1440px){.home-page__live-applications ul li:first-of-type{margin-left:calc(50% + 10px)}}@media (min-width:768px){.home-page__live-applications ul li:nth-of-type(odd){margin-right:2.60417vw}}@media (min-width:1024px){.home-page__live-applications ul li:nth-of-type(odd){margin-right:1.38889vw}}@media (min-width:1440px){.home-page__live-applications ul li:nth-of-type(odd){margin-right:20px}}@media (min-width:1024px){.home-page__live-applications ul li:nth-of-type(2),.home-page__live-applications ul li:nth-of-type(6){margin-right:0}}.home-page__live-applications-icon{border:1px solid #e3e3e333;border-radius:50%;justify-content:center;align-items:center;width:18.75vw;height:18.75vw;margin-bottom:6.25vw;display:flex}@media (min-width:768px){.home-page__live-applications-icon{width:13.0208vw;height:13.0208vw;margin-bottom:2.60417vw;padding:3.90625vw}}@media (min-width:1024px){.home-page__live-applications-icon{width:6.94444vw;height:6.94444vw;margin-bottom:1.38889vw;padding:2.08333vw}}@media (min-width:1440px){.home-page__live-applications-icon{width:100px;height:100px;margin-bottom:20px;padding:30px}}a:hover .home-page__live-applications-icon{background-color:#121212}.home-page__live-applications-icon img{width:7.5vw}@media (min-width:768px){.home-page__live-applications-icon img{width:5.20833vw}}@media (min-width:1024px){.home-page__live-applications-icon img{width:2.77778vw}}@media (min-width:1440px){.home-page__live-applications-icon img{width:40px}}.home-page__live-applications-title{color:#f5f5f5;font-family:var(--font-jetbrains);margin-bottom:12.5vw;font-size:6.25vw}@media (min-width:768px){.home-page__live-applications-title{margin-bottom:5.20833vw;font-size:2.60417vw}}@media (min-width:1024px){.home-page__live-applications-title{margin-bottom:2.77778vw;font-size:1.38889vw}}@media (min-width:1440px){.home-page__live-applications-title{margin-bottom:40px;font-size:20px}}a:hover .home-page__live-applications-title{color:#121212}.home-page__live-applications p{color:#f5f5f5b3}.home-page__live-applications div.label{color:#f5f5f566;position:absolute;top:6.25vw;right:6.25vw}@media (min-width:768px){.home-page__live-applications div.label{top:2.60417vw;right:2.60417vw}}@media (min-width:1024px){.home-page__live-applications div.label{top:1.38889vw;right:1.38889vw}}@media (min-width:1440px){.home-page__live-applications div.label{top:20px;right:20px}}.home-page__body{z-index:2;position:relative}@keyframes fadein{0%{opacity:0}to{opacity:1}}.post{color:#121212;padding:21.25vw 5vw 15vw}@media (min-width:768px){.post{padding:15.625vw 3.90625vw 10.4167vw}}@media (min-width:1024px){.post{padding:9.16667vw 4.16667vw 5.55556vw}}@media (min-width:1440px){.post{max-width:1440px;margin:0 auto;padding:132px 60px 80px}}.post__container{width:100%;max-width:100%}.post__section-header{flex-direction:column;width:100%;margin:0 auto;display:flex}@media (min-width:1024px){.post__section-header{max-width:71.1111vw}}@media (min-width:1440px){.post__section-header{max-width:1024px}}.post__section-header span{color:#313131;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:center;text-transform:uppercase;margin-bottom:5vw;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.post__section-header span{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.post__section-header span{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.post__section-header span{font-size:13px;line-height:20px}}@media (min-width:768px){.post__section-header span{margin-bottom:2.60417vw}}@media (min-width:1024px){.post__section-header span{margin-bottom:1.66667vw}}@media (min-width:1440px){.post__section-header span{margin-bottom:24px}}.post__section-header h2{color:#121212;text-align:center;white-space:pre-line}.post__section-header p{color:#595959;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;opacity:.7;text-align:center;white-space:pre-line;margin-top:5vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.post__section-header p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.post__section-header p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.post__section-header p{font-size:17px;line-height:24px}}@media (min-width:768px){.post__section-header p{margin-top:2.60417vw}}@media (min-width:1024px){.post__section-header p{margin-top:1.38889vw}}@media (min-width:1440px){.post__section-header p{margin-top:20px}}.post__read-more{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:3.75vw;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:color .3s;display:inline-flex}@media (min-width:768px){.post__read-more{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.post__read-more{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.post__read-more{font-size:15px;line-height:20px}}@media (min-width:768px){.post__read-more{gap:2.08333vw}}@media (min-width:1024px){.post__read-more{gap:1.11111vw}}@media (min-width:1440px){.post__read-more{gap:16px}}.post__read-more:hover{color:#ffa978;cursor:pointer}.post__read-more svg{width:3.75vw;height:3.75vw;transition:transform .3s}@media (min-width:768px){.post__read-more svg{width:1.95313vw;height:1.95313vw}}@media (min-width:1024px){.post__read-more svg{width:1.04167vw;height:1.04167vw}}@media (min-width:1440px){.post__read-more svg{width:15px;height:15px}}.post a.label,.post button.label{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;background:0 0;border:none;align-items:center;width:fit-content;height:10vw;margin-bottom:6.25vw;font-size:4.0625vw;font-weight:600;line-height:5.625vw;display:flex}@media (min-width:768px){.post a.label,.post button.label{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.post a.label,.post button.label{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.post a.label,.post button.label{font-size:15px;line-height:20px}}@media (min-width:768px){.post a.label,.post button.label{height:4.16667vw;margin-bottom:4.16667vw}}@media (min-width:1024px){.post a.label,.post button.label{height:2.22222vw;margin-bottom:2.77778vw}}@media (min-width:1440px){.post a.label,.post button.label{height:32px;margin-bottom:40px}}.post a.label:hover,.post button.label:hover{cursor:pointer}.post a.label:hover svg,.post button.label:hover svg{margin-right:6.875vw}@media (min-width:768px){.post a.label:hover svg,.post button.label:hover svg{margin-right:2.86458vw}}@media (min-width:1024px){.post a.label:hover svg,.post button.label:hover svg{margin-right:1.52778vw}}@media (min-width:1440px){.post a.label:hover svg,.post button.label:hover svg{margin-right:22px}}.post a.label svg,.post button.label svg{width:4.6875vw;height:4.6875vw;margin-right:5vw;transition:margin-right .3s;transform:rotate(180deg)}@media (min-width:768px){.post a.label svg,.post button.label svg{width:1.95313vw;height:1.95313vw;margin-right:2.08333vw}}@media (min-width:1024px){.post a.label svg,.post button.label svg{width:1.04167vw;height:1.04167vw;margin-right:1.11111vw}}@media (min-width:1440px){.post a.label svg,.post button.label svg{width:15px;height:15px;margin-right:16px}}.post__social-share-container{text-align:center;justify-content:center;width:auto;margin:0 auto;display:flex}@media (min-width:1024px){.post__social-share-container{justify-content:flex-start;position:absolute;top:50%;left:-17.9167vw;transform:translateY(-50%)}.post__social-share-container .social-share__wrapper{flex-direction:column}}@media (min-width:1440px){.post__social-share-container{left:-258px}}.post__hero{font-size:0}.post__hero .gatsby-image-wrapper{border-radius:20px;width:100%;margin-bottom:6.25vw}@media (min-width:768px){.post__hero .gatsby-image-wrapper{border-radius:32px;margin-bottom:4.16667vw}}@media (min-width:1024px){.post__hero .gatsby-image-wrapper{border-radius:40px;margin-bottom:2.77778vw}}@media (min-width:1440px){.post__hero .gatsby-image-wrapper{margin-bottom:40px}}.post__details{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;flex-wrap:wrap;justify-content:center;align-items:center;gap:5vw;margin-bottom:6.25vw;font-size:3.4375vw;font-weight:500;line-height:5vw;display:flex}@media (min-width:768px){.post__details{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.post__details{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.post__details{font-size:13px;line-height:20px}}@media (min-width:768px){.post__details{flex-wrap:nowrap;justify-content:flex-start;gap:2.60417vw;margin-bottom:4.16667vw}}@media (min-width:1024px){.post__details{gap:1.38889vw;margin-bottom:2.77778vw}}@media (min-width:1440px){.post__details{gap:20px;margin-bottom:40px}}.post__details a{color:#121212}.post__details a:hover{text-decoration:underline}.post__topic-wrapper{flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5vw;width:100%;display:flex}@media (min-width:768px){.post__topic-wrapper{justify-content:flex-start;gap:1.04167vw}}@media (min-width:1024px){.post__topic-wrapper{gap:.555556vw;width:fit-content}}@media (min-width:1440px){.post__topic-wrapper{gap:8px}}.post__topic{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;text-transform:capitalize;background-color:#fff;border-radius:720px;padding:1.875vw 3.75vw;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.post__topic{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.post__topic{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.post__topic{font-size:14px;line-height:22px}}@media (min-width:768px){.post__topic{padding:.78125vw 1.5625vw}}@media (min-width:1024px){.post__topic{padding:.416667vw .833333vw}}@media (min-width:1440px){.post__topic{padding:6px 12px}}.post__title{font-family:var(--font-sora),Arial,sans-serif;letter-spacing:-.03em;text-align:center;margin-bottom:6.25vw;font-size:10.625vw;font-weight:400;line-height:11.875vw}@media (min-width:768px){.post__title{font-size:5.72917vw;line-height:6.77083vw}}@media (min-width:1024px){.post__title{font-size:4.16667vw;line-height:4.58333vw}}@media (min-width:1440px){.post__title{font-size:60px;line-height:66px}}@media (min-width:768px){.post__title{margin-bottom:4.16667vw}}@media (min-width:1024px){.post__title{margin-bottom:2.77778vw}}@media (min-width:1440px){.post__title{margin-bottom:40px}}.post__content{flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0 auto;display:flex;position:relative}@media (min-width:768px){.post__content{max-width:104.167vw}}@media (min-width:1024px){.post__content{max-width:55.5556vw}}@media (min-width:1440px){.post__content{max-width:800px}}.post__body{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01px;width:100%;font-size:4.6875vw;font-weight:400;line-height:7.5vw}@media (min-width:768px){.post__body{font-size:2.08333vw;line-height:3.38542vw}}@media (min-width:1024px){.post__body{font-size:1.11111vw;line-height:1.80556vw}}@media (min-width:1440px){.post__body{font-size:16px;line-height:26px}}.post__body table{border-collapse:collapse;table-layout:auto;width:100%;max-width:100%;overflow-x:scroll}.post__body td,.post__body th{border:1px solid #ddd;padding:8px}.post__body th{background-color:#f5f5f5;font-weight:700}.post__body .video,.post__body blockquote,.post__body h2,.post__body h3,.post__body h4,.post__body h5,.post__body h6,.post__body ol,.post__body ul{margin:6.25vw 0}@media (min-width:768px){.post__body .video,.post__body blockquote,.post__body h2,.post__body h3,.post__body h4,.post__body h5,.post__body h6,.post__body ol,.post__body ul{margin:4.16667vw 0}}@media (min-width:1024px){.post__body .video,.post__body blockquote,.post__body h2,.post__body h3,.post__body h4,.post__body h5,.post__body h6,.post__body ol,.post__body ul{margin:2.77778vw 0}}@media (min-width:1440px){.post__body .video,.post__body blockquote,.post__body h2,.post__body h3,.post__body h4,.post__body h5,.post__body h6,.post__body ol,.post__body ul{margin:40px 0}}.post__body p{margin:3.125vw 0}@media (min-width:768px){.post__body p{margin:1.30208vw 0}}@media (min-width:1024px){.post__body p{margin:.694444vw 0}}@media (min-width:1440px){.post__body p{margin:10px 0}}.post__body code{color:#121212;font-family:var(--font-jetbrains);white-space:pre-wrap;border:1px solid #e3e3e3;margin-bottom:9.375vw;padding:9.375vw;font-size:3.75vw;line-height:5.625vw;display:block;overflow-x:auto}@media (min-width:768px){.post__body code{margin-bottom:3.90625vw;padding:3.90625vw;font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.post__body code{margin-bottom:2.08333vw;padding:2.08333vw;font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.post__body code{margin-bottom:30px;padding:30px;font-size:14px;line-height:22px}}.post__body iframe:not(.video){border:0;width:100%;min-height:500px}.post__body .video-container{width:100%;height:0;padding-bottom:56.25%;position:relative}.post__body .video{width:100%;height:100%;position:absolute;top:0;left:0}.post__body li,.post__body p{color:#121212b3}.post__body h2{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;font-size:6.25vw;font-weight:500;line-height:8.75vw}@media (min-width:768px){.post__body h2{font-size:3.125vw;line-height:4.16667vw}}@media (min-width:1024px){.post__body h2{font-size:2.22222vw;line-height:3.05556vw}}@media (min-width:1440px){.post__body h2{font-size:32px;line-height:44px}}.post__body h3{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;font-size:5.625vw;font-weight:500;line-height:7.5vw}@media (min-width:768px){.post__body h3{font-size:2.47396vw;line-height:3.38542vw}}@media (min-width:1024px){.post__body h3{font-size:1.52778vw;line-height:2.08333vw}}@media (min-width:1440px){.post__body h3{font-size:22px;line-height:30px}}.post__body ol,.post__body ul{padding-left:6.25vw}@media (min-width:768px){.post__body ol,.post__body ul{padding-left:2.60417vw}}@media (min-width:1024px){.post__body ol,.post__body ul{padding-left:1.38889vw}}@media (min-width:1440px){.post__body ol,.post__body ul{padding-left:20px}}.post__body ul li{list-style-type:disc}.post__body ol li{list-style-type:numberic}.post__body a{color:#121212;text-decoration:underline}.post__body .gatsby-image-wrapper{border-radius:20px;margin-top:3.125vw;margin-bottom:3.125vw}@media (min-width:768px){.post__body .gatsby-image-wrapper{border-radius:32px;margin-top:2.86458vw;margin-bottom:2.86458vw}}@media (min-width:1024px){.post__body .gatsby-image-wrapper{border-radius:40px;margin-top:2.08333vw;margin-bottom:.694444vw}}@media (min-width:1440px){.post__body .gatsby-image-wrapper{margin-top:30px;margin-bottom:10px}}.post__slider{flex-direction:column;align-items:center;width:100%;padding-bottom:15vw;display:flex}@media (min-width:768px){.post__slider{padding-bottom:10.4167vw}}@media (min-width:1024px){.post__slider{padding-bottom:5.55556vw}}@media (min-width:1440px){.post__slider{padding-bottom:80px}}.post__slider .post__section-header{padding-top:15vw}@media (min-width:768px){.post__slider .post__section-header{padding-top:10.4167vw}}@media (min-width:1024px){.post__slider .post__section-header{padding-top:5.55556vw}}@media (min-width:1440px){.post__slider .post__section-header{padding-top:80px}}.post__slider-carousel-wrapper{width:100%;padding-left:5vw;position:relative}@media (min-width:768px){.post__slider-carousel-wrapper{padding-left:3.90625vw}}@media (min-width:1024px){.post__slider-carousel-wrapper{padding-left:4.16667vw}}@media (min-width:1440px){.post__slider-carousel-wrapper{padding-left:60px}}.post__slider-carousel{margin-top:7.5vw;margin-left:auto;margin-right:auto;padding:1.875vw 0;overflow:hidden}@media (min-width:768px){.post__slider-carousel{margin-top:5.20833vw;padding:.78125vw 0}}@media (min-width:1024px){.post__slider-carousel{margin-top:4.16667vw;padding:.416667vw 0}}@media (min-width:1440px){.post__slider-carousel{max-width:2000px;margin-top:60px;padding:6px 0}}.post__slider-carousel .slick-list{overflow:visible}.post__slider-carousel .slick-slide{width:100%;max-width:79.6875vw;height:100%;padding:0 1.25vw}@media (min-width:768px){.post__slider-carousel .slick-slide{max-width:39.3229vw;padding:0 1.30208vw}}@media (min-width:1024px){.post__slider-carousel .slick-slide{max-width:27.7778vw;padding:0 .694444vw}}@media (min-width:1440px){.post__slider-carousel .slick-slide{max-width:400px;padding:0 10px}}.post__slider-card{background:#fff;border-radius:24px;height:100%;transition:transform .4s}@media (min-width:1024px){.post__slider-card{border-radius:32px}}.post__slider-card:hover{transform:scale(1.03)}.post__slider-card:hover .post__read-more{color:#ffa978}.post__slider-card:hover .post__read-more svg{transform:translate(6px)}.post__slider-gatsby-wrapper{height:45vw}@media (min-width:768px){.post__slider-gatsby-wrapper{height:22.1354vw}}@media (min-width:1024px){.post__slider-gatsby-wrapper{height:15.625vw}}@media (min-width:1440px){.post__slider-gatsby-wrapper{height:225px}}.post__slider-gatsby-wrapper img{object-fit:cover;width:100%;height:100%}.post__slider-card-cover{border-radius:24px;width:100%;position:relative;overflow:hidden}@media (min-width:1024px){.post__slider-card-cover{border-radius:32px}}.post__slider-card-tag-wrapper{z-index:3;flex-wrap:wrap;align-items:center;gap:2.5vw;padding:5vw;display:flex;position:absolute;top:0;right:0}@media (min-width:768px){.post__slider-card-tag-wrapper{gap:1.04167vw;padding:2.08333vw}}@media (min-width:1024px){.post__slider-card-tag-wrapper{gap:.555556vw;padding:1.11111vw}}@media (min-width:1440px){.post__slider-card-tag-wrapper{gap:8px;padding:16px}}.post__slider-card-tag{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;background:linear-gradient(39.77deg,#ffe2fc -62.82%,#ffe092 -10.73%,#eeffa8 38.55%,#c4ffc2 76.57%);border-radius:720px;width:fit-content;padding:1.25vw 2.5vw;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.post__slider-card-tag{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.post__slider-card-tag{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.post__slider-card-tag{font-size:14px;line-height:22px}}@media (min-width:768px){.post__slider-card-tag{padding:.78125vw 1.5625vw}}@media (min-width:1024px){.post__slider-card-tag{padding:.416667vw .833333vw}}@media (min-width:1440px){.post__slider-card-tag{padding:6px 12px}}.post__slider-card-text{flex-direction:column;gap:5vw;padding:6.25vw 5vw;display:flex}@media (min-width:768px){.post__slider-card-text{gap:3.125vw;padding:3.125vw}}@media (min-width:1024px){.post__slider-card-text{gap:1.66667vw;padding:1.66667vw}}@media (min-width:1440px){.post__slider-card-text{gap:24px;padding:24px}}.post__slider-card-header{align-items:center;gap:2.5vw;display:flex}@media (min-width:768px){.post__slider-card-header{gap:1.5625vw}}@media (min-width:1024px){.post__slider-card-header{gap:.833333vw}}@media (min-width:1440px){.post__slider-card-header{gap:12px}}.post__slider-card-header span{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.post__slider-card-header span{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.post__slider-card-header span{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.post__slider-card-header span{font-size:13px;line-height:20px}}.post__slider-card-title{line-clamp:3;-webkit-line-clamp:3;color:#121212;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:23.4375vw;display:-webkit-box;overflow:hidden}@media (min-width:768px){.post__slider-card-title{min-height:10.4167vw}}@media (min-width:1024px){.post__slider-card-title{min-height:6.59722vw}}@media (min-width:1440px){.post__slider-card-title{min-height:95px}}.post__slider-controls{justify-content:center;gap:6.25vw;margin-top:5vw;margin-left:-5vw;padding-bottom:1.5625vw;display:flex}@media (min-width:768px){.post__slider-controls{gap:2.60417vw;margin-top:4.16667vw;margin-left:-3.90625vw;padding-bottom:.651042vw}}@media (min-width:1024px){.post__slider-controls{gap:1.38889vw;margin-top:2.77778vw;margin-left:-4.16667vw;padding-bottom:.347222vw}}@media (min-width:1440px){.post__slider-controls{gap:20px;margin-top:40px;margin-left:-60px;padding-bottom:5px}}.post__slider-controls button{cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:10vw;height:10vw;padding:3.125vw;transition:transform .3s;display:flex}@media (min-width:768px){.post__slider-controls button{width:5.72917vw;height:5.72917vw;padding:1.82292vw}}@media (min-width:1024px){.post__slider-controls button{width:3.05556vw;height:3.05556vw;padding:.972222vw}}@media (min-width:1440px){.post__slider-controls button{width:44px;height:44px;padding:14px}}.post__slider-controls button:first-child svg{transform:rotate(-180deg)}.post__slider-controls button:hover{transform:scale(1.1)}.post__code-block{position:relative}.post__code-block button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:12.5vw;height:12.5vw;padding:0;display:flex;position:absolute;top:3.125vw;right:3.125vw}@media (min-width:768px){.post__code-block button{width:5.20833vw;height:5.20833vw;top:1.30208vw;right:1.30208vw}}@media (min-width:1024px){.post__code-block button{width:2.77778vw;height:2.77778vw;top:.694444vw;right:.694444vw}}@media (min-width:1440px){.post__code-block button{width:40px;height:40px;top:10px;right:10px}}.post__code-block button .post__code-block-check{display:none}.post__code-block button:focus{background-color:#c4ffc2}.post__code-block button:focus .post__code-block-copy{display:none}.post__code-block button:focus .post__code-block-check{display:block}.post__code-block button:hover{background-color:#c4ffc2}.post-page{background-color:#f5f5f5}.press{z-index:3;position:relative}.press .gatsby-image-wrapper{opacity:.5;z-index:2;width:143.75vw;height:auto;position:absolute;top:31.25vw;left:0}@media (min-width:768px){.press .gatsby-image-wrapper{width:97.6563vw;top:0}}@media (min-width:1024px){.press .gatsby-image-wrapper{width:62.5vw}}@media (min-width:1440px){.press .gatsby-image-wrapper{width:900px}}.press .gatsby-image-wrapper img{object-fit:cover;width:100%;height:auto}.press__container{width:100%;margin:0 auto;padding:15vw 5vw}@media (min-width:768px){.press__container{padding:7.8125vw 3.90625vw}}@media (min-width:1024px){.press__container{padding:5.55556vw 4.16667vw}}@media (min-width:1440px){.press__container{max-width:1440px;padding:80px 60px}}.press__section-header{z-index:2;flex-direction:column;width:100%;margin:0 auto;display:flex;position:relative}@media (min-width:1024px){.press__section-header{max-width:71.1111vw}}@media (min-width:1440px){.press__section-header{max-width:1024px}}.press__section-header span{color:#313131;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:center;text-transform:uppercase;margin-bottom:5vw;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.press__section-header span{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.press__section-header span{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.press__section-header span{font-size:13px;line-height:20px}}@media (min-width:768px){.press__section-header span{margin-bottom:2.60417vw}}@media (min-width:1024px){.press__section-header span{margin-bottom:1.66667vw}}@media (min-width:1440px){.press__section-header span{margin-bottom:24px}}.press__section-header h1,.press__section-header h2{color:#121212;text-align:center;white-space:pre-line}.press__section-header p{color:#595959cc;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;text-align:center;margin-top:6.25vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.press__section-header p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.press__section-header p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.press__section-header p{font-size:17px;line-height:24px}}@media (min-width:768px){.press__section-header p{white-space:pre-line;margin-top:2.60417vw}}@media (min-width:1024px){.press__section-header p{margin-top:1.38889vw}}@media (min-width:1440px){.press__section-header p{margin-top:20px}}.press__section-header.on-dark h1,.press__section-header.on-dark h2{color:#f5f5f5}.press__section-header.on-dark span{color:#e3e3e3}.press__section-header.on-dark p{color:#f5f5f5b3}.press__read-more{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;align-items:center;margin-top:6.25vw;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:color .3s;display:inline-flex}@media (min-width:768px){.press__read-more{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.press__read-more{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.press__read-more{font-size:15px;line-height:20px}}@media (min-width:768px){.press__read-more{margin-top:2.60417vw}}@media (min-width:1024px){.press__read-more{margin-top:0}}.press__read-more svg{flex-shrink:0;width:3.75vw;height:3.75vw;margin-left:3.75vw;transition:transform .3s;display:flex;transform:translate(0)}@media (min-width:768px){.press__read-more svg{width:1.95313vw;height:1.95313vw;margin-left:1.5625vw}}@media (min-width:1024px){.press__read-more svg{width:1.04167vw;height:1.04167vw;margin-left:.833333vw}}@media (min-width:1440px){.press__read-more svg{width:15px;height:15px;margin-left:12px}}.press__header{background:#121212;width:100%}.press__header .press__section-header{padding-top:15vw;padding-bottom:7.5vw}@media (min-width:768px){.press__header .press__section-header{padding-top:10.4167vw;padding-bottom:6.25vw}}@media (min-width:1024px){.press__header .press__section-header{padding-top:8.33333vw;padding-bottom:4.16667vw}}@media (min-width:1440px){.press__header .press__section-header{padding-top:120px;padding-bottom:60px}}.press__list-container{z-index:3;background-color:#fff;border-radius:7.5vw;position:relative;overflow:hidden}@media (min-width:768px){.press__list-container{border-radius:6.25vw}}@media (min-width:1024px){.press__list-container{border-radius:5.55556vw}}.press__list-container a{display:block}.press__list-container a:hover .press__read-more{color:#ffa978}.press__list-container a:hover .press__read-more svg{transform:translate(6px)}.press__card{background-color:#fff;padding:7.5vw}@media (min-width:768px){.press__card{padding:3.90625vw}}@media (min-width:1024px){.press__card{padding:4.16667vw}}@media (min-width:1440px){.press__card{padding:60px}}.press__card h4{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;width:100%;font-size:6.25vw;font-weight:400;line-height:8.75vw}@media (min-width:768px){.press__card h4{font-size:3.125vw;line-height:4.16667vw}}@media (min-width:1024px){.press__card h4{font-size:2.22222vw;line-height:3.05556vw}}@media (min-width:1440px){.press__card h4{font-size:32px;line-height:44px}}@media (min-width:1024px){.press__card h4{max-width:62.5vw}}@media (min-width:1440px){.press__card h4{max-width:900px}}.press__card:not(:first-child){border-top:1px solid #e3e3e380}.press__entry-info{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:3.75vw;margin-bottom:6.25vw;font-size:3.4375vw;font-weight:500;line-height:5vw;display:flex}@media (min-width:768px){.press__entry-info{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.press__entry-info{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.press__entry-info{font-size:13px;line-height:20px}}@media (min-width:768px){.press__entry-info{gap:2.08333vw;margin-bottom:2.60417vw}}@media (min-width:1024px){.press__entry-info{gap:1.38889vw;margin-bottom:1.38889vw}}@media (min-width:1440px){.press__entry-info{gap:20px;margin-bottom:20px}}.press__entry-info-label{background:linear-gradient(39.77deg,#ffe2fc -62.82%,#ffe092 -10.73%,#eeffa8 38.55%,#c4ffc2 76.57%);border-radius:720px;padding:1.875vw 3.75vw}@media (min-width:768px){.press__entry-info-label{padding:.78125vw 1.5625vw}}@media (min-width:1024px){.press__entry-info-label{padding:.416667vw .833333vw}}@media (min-width:1440px){.press__entry-info-label{padding:6px 12px}}.solutions{width:100%;min-height:100vh}.solutions__background .gatsby-image-wrapper{z-index:0;width:100%;max-width:151.875vw;height:100%;position:absolute;top:0;right:-17.5vw}@media (min-width:768px){.solutions__background .gatsby-image-wrapper{max-width:84.6354vw;right:0}}@media (min-width:1024px){.solutions__background .gatsby-image-wrapper{max-width:65.9722vw}}@media (min-width:1440px){.solutions__background .gatsby-image-wrapper{max-width:950px}}.solutions__container{z-index:1;width:100%;margin:0 auto;padding:15vw 5vw;position:relative}@media (min-width:768px){.solutions__container{padding:7.8125vw 3.90625vw}}@media (min-width:1024px){.solutions__container{padding:5.55556vw 4.16667vw}}@media (min-width:1440px){.solutions__container{max-width:1440px;padding:80px 60px}}.solutions__section-header{flex-direction:column;width:100%;margin:0 auto;display:flex}@media (min-width:1024px){.solutions__section-header{max-width:71.1111vw}}@media (min-width:1440px){.solutions__section-header{max-width:1024px}}.solutions__section-header span{color:#313131;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:center;text-transform:uppercase;margin-bottom:5vw;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.solutions__section-header span{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.solutions__section-header span{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.solutions__section-header span{font-size:13px;line-height:20px}}@media (min-width:768px){.solutions__section-header span{margin-bottom:2.60417vw}}@media (min-width:1024px){.solutions__section-header span{margin-bottom:1.66667vw}}@media (min-width:1440px){.solutions__section-header span{margin-bottom:24px}}.solutions__section-header h1,.solutions__section-header h2{color:#121212;text-align:center;white-space:pre-line}.solutions__section-header p{color:#595959cc;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;text-align:center;margin-top:6.25vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.solutions__section-header p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.solutions__section-header p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.solutions__section-header p{font-size:17px;line-height:24px}}@media (min-width:768px){.solutions__section-header p{white-space:pre-line;margin-top:2.60417vw}}@media (min-width:1024px){.solutions__section-header p{margin-top:1.38889vw}}@media (min-width:1440px){.solutions__section-header p{margin-top:20px}}.solutions__section-header.on-dark h1,.solutions__section-header.on-dark h2{color:#f5f5f5}.solutions__section-header.on-dark span{color:#e3e3e3}.solutions__section-header.on-dark p{color:#f5f5f5b3}.solutions__cta{color:#f5f5f5;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;background-color:#121212;border:none;border-radius:720px;justify-content:center;align-items:center;gap:5vw;width:100%;height:17.5vw;padding:5vw;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:color .3s,background-color .3s;display:flex}@media (min-width:768px){.solutions__cta{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.solutions__cta{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.solutions__cta{font-size:15px;line-height:20px}}@media (min-width:768px){.solutions__cta{gap:2.08333vw;width:fit-content;height:8.33333vw;padding:2.60417vw 3.125vw}}@media (min-width:1024px){.solutions__cta{gap:1.11111vw;height:4.44444vw;padding:1.38889vw 1.66667vw}}@media (min-width:1440px){.solutions__cta{gap:16px;height:64px;padding:20px 24px}}.solutions__cta:hover{color:#121212;cursor:pointer;background-color:#c4ffc2}.solutions__cta:hover svg{transform:translate(8px)}.solutions__cta svg{width:4.6875vw;transition:transform .3s;transform:translate(0)}@media (min-width:768px){.solutions__cta svg{width:1.95313vw}}@media (min-width:1024px){.solutions__cta svg{width:1.04167vw}}@media (min-width:1440px){.solutions__cta svg{width:15px}}.solutions__cta--link{background:0 0;height:12.5vw;padding:3.125vw}@media (min-width:768px){.solutions__cta--link{height:5.20833vw;padding:1.30208vw}}@media (min-width:1024px){.solutions__cta--link{height:2.77778vw;padding:.694444vw}}@media (min-width:1440px){.solutions__cta--link{height:40px;padding:10px}}.solutions__cta--link:hover{color:#f5f5f5;background:0 0}.solutions__cta--link:hover svg{transform:translate(4px,-4px)}.solutions__hero{width:100%;position:relative;overflow:hidden}.solutions__hero .solutions__container{padding-top:28.125vw}@media (min-width:768px){.solutions__hero .solutions__container{padding-top:18.2292vw}}@media (min-width:1024px){.solutions__hero .solutions__container{padding-top:11.1111vw}}@media (min-width:1440px){.solutions__hero .solutions__container{padding-top:160px}}.solutions__hero .solutions__section-header{margin-left:0}@media (min-width:768px){.solutions__hero .solutions__section-header{max-width:92.1875vw}}@media (min-width:1024px){.solutions__hero .solutions__section-header{max-width:55.5556vw}}@media (min-width:1440px){.solutions__hero .solutions__section-header{max-width:800px}}.solutions__hero .solutions__section-header h1,.solutions__hero .solutions__section-header h2,.solutions__hero .solutions__section-header p,.solutions__hero .solutions__section-header span{text-align:left}@media (min-width:768px){.solutions__hero .solutions__section-header p{max-width:63.5417vw}}@media (min-width:1024px){.solutions__hero .solutions__section-header p{max-width:51.0417vw;margin-top:2.77778vw}}@media (min-width:1440px){.solutions__hero .solutions__section-header p{max-width:735px;margin-top:40px}}.solutions__hero .solutions__cta{margin-top:7.5vw}@media (min-width:768px){.solutions__hero .solutions__cta{margin-top:5.20833vw}}@media (min-width:1024px){.solutions__hero .solutions__cta{margin-top:2.77778vw}}@media (min-width:1440px){.solutions__hero .solutions__cta{margin-top:40px}}.solutions__stack{background:#121212;border-top-left-radius:24px;border-top-right-radius:24px;width:100%}@media (min-width:768px){.solutions__stack{border-top-left-radius:48px;border-top-right-radius:48px}}@media (min-width:1024px){.solutions__stack{border-top-left-radius:80px;border-top-right-radius:80px}}.solutions__stack .homepage-developer-tools__container{padding:0}.solutions__stack .homepage-developer-tools__container ul{margin-top:7.5vw}@media (min-width:768px){.solutions__stack .homepage-developer-tools__container ul{margin-top:5.20833vw}}@media (min-width:1024px){.solutions__stack .homepage-developer-tools__container ul{margin-top:4.16667vw}}@media (min-width:1440px){.solutions__stack .homepage-developer-tools__container ul{margin-top:60px}}.solutions__video{background-color:#121212;width:100%}.solutions__video .solutions__container{padding-top:0;padding-bottom:0}.solutions__video-wrapper{aspect-ratio:16/9;background-color:#121212;border-radius:24px;width:100%;margin:0 auto;position:relative;overflow:hidden}@media (min-width:768px){.solutions__video-wrapper{border-radius:40px}}.solutions__code{background-color:#121212;width:100%;position:relative}.solutions__code .solutions__background .gatsby-image-wrapper{opacity:.6;z-index:-1;width:100%;max-width:100%;height:100%;max-height:111.875vw;inset:0}@media (min-width:768px){.solutions__code .solutions__background .gatsby-image-wrapper{background-position:50%;max-width:75.2604vw}}@media (min-width:1024px){.solutions__code .solutions__background .gatsby-image-wrapper{max-width:100%;max-height:52.2917vw}}@media (min-width:1440px){.solutions__code .solutions__background .gatsby-image-wrapper{max-width:100%;max-height:753px}}.solutions__code .solutions__background .gatsby-image-wrapper img{object-fit:contain;width:100%;height:auto}.solutions__code-content{flex-direction:column;align-items:center;width:100%;height:100%;margin-top:7.5vw;display:flex}@media (min-width:768px){.solutions__code-content{margin-top:5.20833vw}}@media (min-width:1024px){.solutions__code-content{margin-top:4.16667vw}}@media (min-width:1440px){.solutions__code-content{min-height:356px;margin-top:60px}}.solutions__code-tabs{flex-wrap:wrap;justify-content:flex-start;gap:3.125vw;display:flex}@media (min-width:768px){.solutions__code-tabs{gap:1.30208vw}}@media (min-width:1024px){.solutions__code-tabs{gap:.694444vw}}@media (min-width:1440px){.solutions__code-tabs{gap:10px}}.solutions__code-tab{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;background-color:#1a1a1a;border:1px solid #333;border-radius:8px;justify-content:center;align-items:center;width:auto;height:10.625vw;padding:2.5vw 5vw;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:color .3s,background-color .3s;display:flex}@media (min-width:768px){.solutions__code-tab{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.solutions__code-tab{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.solutions__code-tab{font-size:15px;line-height:20px}}@media (min-width:768px){.solutions__code-tab{height:4.42708vw;padding:1.04167vw 2.60417vw}}@media (min-width:1024px){.solutions__code-tab{height:2.5vw;padding:.555556vw 1.38889vw}}@media (min-width:1440px){.solutions__code-tab{height:36px;padding:8px 20px}}.solutions__code-tab--active,.solutions__code-tab:hover{color:#121212;cursor:pointer;background-color:#c4ffc2}.solutions__code-wrapper{width:100%;height:100%;margin-top:6.25vw;transition:height .4s}@media (min-width:768px){.solutions__code-wrapper{margin-top:4.16667vw}}@media (min-width:1024px){.solutions__code-wrapper{margin-top:2.22222vw}}@media (min-width:1440px){.solutions__code-wrapper{margin-top:32px}}.solutions__code-wrapper h5{color:#f5f5f5;text-align:center;margin-bottom:2.5vw;font-weight:500}@media (min-width:768px){.solutions__code-wrapper h5{margin-bottom:1.04167vw}}@media (min-width:1024px){.solutions__code-wrapper h5{margin-bottom:.555556vw}}@media (min-width:1440px){.solutions__code-wrapper h5{margin-bottom:8px}}.solutions__code-wrapper p{color:#ffffffb3;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;text-align:center;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.solutions__code-wrapper p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.solutions__code-wrapper p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.solutions__code-wrapper p{font-size:17px;line-height:24px}}.solutions__code-block{width:100%;margin:5vw auto 0;position:relative}@media (min-width:768px){.solutions__code-block{margin-top:2.60417vw}}@media (min-width:1024px){.solutions__code-block{max-width:45.8333vw;margin-top:1.38889vw}}@media (min-width:1440px){.solutions__code-block{max-width:660px;margin-top:20px}}.solutions__code-block button{color:#f5f5f5;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:12.5vw;height:12.5vw;padding:0;display:flex;position:absolute;top:3.125vw;right:3.125vw}@media (min-width:768px){.solutions__code-block button{width:5.20833vw;height:5.20833vw;top:1.30208vw;right:1.30208vw}}@media (min-width:1024px){.solutions__code-block button{width:2.77778vw;height:2.77778vw;top:.694444vw;right:.694444vw}}@media (min-width:1440px){.solutions__code-block button{width:40px;height:40px;top:10px;right:10px}}.solutions__code-block button .solutions__code-block-check{display:none}.solutions__code-block button:focus{background-color:#c4ffc2}.solutions__code-block button:focus .solutions__code-block-copy{display:none}.solutions__code-block button:focus .solutions__code-block-check{display:block}.solutions__code-block button:hover{color:#121212;background-color:#c4ffc2}.solutions__code-block pre{padding:0!important}.solutions__code-block code{color:#f5f5f5;font-family:var(--font-jetbrains);white-space:pre-line;background-color:#121212;border:1px solid #333;border-radius:16px;width:100%;height:100%;margin:0 auto;padding:5vw;font-size:4.0625vw;line-height:6.25vw;display:block;overflow-x:auto}@media (min-width:768px){.solutions__code-block code{border-radius:24px;padding:3.90625vw;font-size:2.21354vw;line-height:3.125vw}}@media (min-width:1024px){.solutions__code-block code{border-radius:32px;padding:2.08333vw;font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.solutions__code-block code{padding:30px;font-size:17px;line-height:24px}}.solutions__code-block code .pomelo{color:#ffe092}.solutions__code-block code .cloudberry{color:#ffe2fc}.solutions__code-block code .lime{color:#c4ffc2}.solutions__code-block code .lemon{color:#eeffa8}.solutions__code .solutions__cta--link{margin:6.25vw auto 0;display:flex}@media (min-width:768px){.solutions__code .solutions__cta--link{margin-top:4.16667vw}}@media (min-width:1024px){.solutions__code .solutions__cta--link{margin-top:2.22222vw}}@media (min-width:1440px){.solutions__code .solutions__cta--link{margin-top:32px}}.solutions__code-tile-wrapper{flex-direction:column;gap:5vw;margin-top:7.5vw;display:flex}@media (min-width:768px){.solutions__code-tile-wrapper{gap:2.60417vw;margin-top:5.20833vw}}@media (min-width:1024px){.solutions__code-tile-wrapper{flex-direction:row;gap:1.38889vw;margin-top:4.16667vw}}@media (min-width:1440px){.solutions__code-tile-wrapper{gap:20px;margin-top:60px}}.solutions__use-cases{background-color:#121212;width:100%}.solutions__use-cases .homepage-use-cases{padding:0}.solutions__use-cases .homepage-use-cases__container{border-radius:0 0 7.5vw 7.5vw}@media (min-width:768px){.solutions__use-cases .homepage-use-cases__container{border-bottom-right-radius:6.25vw;border-bottom-left-radius:6.25vw}}@media (min-width:1024px){.solutions__use-cases .homepage-use-cases__container{border-bottom-left-radius:get-vw-deskop(80px);border-bottom-right-radius:5.55556vw}}@media (min-width:1440px){.solutions__use-cases .homepage-use-cases__container{border-bottom-right-radius:80px;border-bottom-left-radius:80px}}.solutions__newsletter{width:100%}.solutions__newsletter .newsletter{flex-direction:column;align-items:center;gap:3.75vw;margin:7.5vw auto 0;display:flex}@media (min-width:768px){.solutions__newsletter .newsletter{flex-direction:row;gap:2.08333vw;max-width:67.1875vw;margin-top:5.20833vw}}@media (min-width:1024px){.solutions__newsletter .newsletter{gap:get-vw-deskop(16px);max-width:35.8333vw;margin-top:4.16667vw}}@media (min-width:1440px){.solutions__newsletter .newsletter{gap:16px;max-width:516px;margin-top:60px}}.solutions__newsletter .newsletter input{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;background:#fff;border:1px solid #e3e3e3;border-radius:56px;width:100%;height:15vw;padding:3.75vw 5vw;font-size:4.375vw;font-weight:400;line-height:6.875vw;transition:box-shadow .3s,border-color .3s;display:block}@media (min-width:768px){.solutions__newsletter .newsletter input{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.solutions__newsletter .newsletter input{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.solutions__newsletter .newsletter input{font-size:17px;line-height:24px}}@media (min-width:768px){.solutions__newsletter .newsletter input{height:7.29167vw;padding:2.08333vw}}@media (min-width:1024px){.solutions__newsletter .newsletter input{height:4.44444vw;padding:1.11111vw}}@media (min-width:1440px){.solutions__newsletter .newsletter input{height:64px;padding:16px}}.solutions__newsletter .newsletter input::placeholder{color:#12121280;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.solutions__newsletter .newsletter input::placeholder{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.solutions__newsletter .newsletter input::placeholder{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.solutions__newsletter .newsletter input::placeholder{font-size:17px;line-height:24px}}.solutions__newsletter .newsletter input:hover{box-shadow:0 0 0 2px #c4ffc299}.solutions__newsletter .newsletter input:focus{border-color:#c4ffc2;outline:none;box-shadow:0 0 0 2px #c4ffc2cc}.solutions__newsletter .newsletter button{color:#f5f5f5;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;background:#121212;border:none;border-radius:720px;justify-content:center;align-items:center;gap:5vw;width:fit-content;height:15vw;padding:5vw;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:color .3s,background-color .3s;display:flex}@media (min-width:768px){.solutions__newsletter .newsletter button{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.solutions__newsletter .newsletter button{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.solutions__newsletter .newsletter button{font-size:15px;line-height:20px}}@media (min-width:768px){.solutions__newsletter .newsletter button{gap:2.08333vw;width:fit-content;height:7.29167vw;padding:2.60417vw 3.125vw}}@media (min-width:1024px){.solutions__newsletter .newsletter button{gap:1.11111vw;height:4.44444vw;padding:1.38889vw 1.66667vw}}@media (min-width:1440px){.solutions__newsletter .newsletter button{gap:16px;height:64px;padding:20px 24px}}.solutions__newsletter .newsletter button:hover{color:#121212;cursor:pointer;background-color:#c4ffc2}.solutions__newsletter .newsletter button:hover svg{transform:translate(8px)}.solutions__newsletter .newsletter button svg{width:4.6875vw;transition:transform .3s;transform:translate(0)}@media (min-width:768px){.solutions__newsletter .newsletter button svg{width:1.95313vw}}@media (min-width:1024px){.solutions__newsletter .newsletter button svg{width:1.04167vw}}@media (min-width:1440px){.solutions__newsletter .newsletter button svg{width:15px}}.solutions__newsletter .newsletter .cf-turnstile{pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.solutions__related{width:100%}.solutions-page{background-color:#f5f5f5}.static{color:#121212}@media (min-width:1024px){.static{margin-bottom:4.16667vw}}@media (min-width:1440px){.static{max-width:1440px;margin-bottom:60px;margin-left:auto;margin-right:auto}}.static__hero{margin-bottom:18.75vw;padding-top:50vw;padding-left:6.25vw;padding-right:6.25vw}@media (min-width:768px){.static__hero{margin-bottom:9.11458vw;padding-top:26.0417vw;padding-left:3.90625vw;padding-right:3.90625vw}}@media (min-width:1024px){.static__hero{margin-bottom:4.86111vw;padding:19.8611vw 4.16667vw 0;position:relative}}@media (min-width:1440px){.static__hero{margin-bottom:70px;padding:286px 60px 0}}.static__hero h1{margin-bottom:9.375vw}@media (min-width:768px){.static__hero h1{margin-bottom:3.90625vw}}@media (min-width:1024px){.static__hero h1{max-width:73.75vw;margin-bottom:1.38889vw}}@media (min-width:1440px){.static__hero h1{max-width:1062px;margin-bottom:20px}}.static__body{padding:0 6.25vw 31.25vw}@media (min-width:768px){.static__body{padding:0 10.4167vw 18.75vw 3.90625vw}}@media (min-width:1024px){.static__body{width:45.6944vw;margin-bottom:10vw;margin-left:37.5vw;padding:0}}@media (min-width:1440px){.static__body{width:658px;margin-bottom:144px;margin-left:540px}}.static__body h2,.static__body h3,.static__body h4,.static__body h5,.static__body h6,.static__body ol,.static__body p,.static__body ul{margin-bottom:3.125vw}@media (min-width:768px){.static__body h2,.static__body h3,.static__body h4,.static__body h5,.static__body h6,.static__body ol,.static__body p,.static__body ul{margin-bottom:1.30208vw}}@media (min-width:1024px){.static__body h2,.static__body h3,.static__body h4,.static__body h5,.static__body h6,.static__body ol,.static__body p,.static__body ul{margin-bottom:.694444vw}}@media (min-width:1440px){.static__body h2,.static__body h3,.static__body h4,.static__body h5,.static__body h6,.static__body ol,.static__body p,.static__body ul{margin-bottom:10px}}.static__body li,.static__body p{color:#12121299}.static__body h2,.static__body h3,.static__body h4{padding-top:12.5vw}@media (min-width:768px){.static__body h2,.static__body h3,.static__body h4{padding-top:7.8125vw}}@media (min-width:1024px){.static__body h2,.static__body h3,.static__body h4{padding-top:4.16667vw}}@media (min-width:1440px){.static__body h2,.static__body h3,.static__body h4{padding-top:60px}}.static__body h2{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;font-size:6.25vw;font-weight:500;line-height:8.75vw}@media (min-width:768px){.static__body h2{font-size:3.125vw;line-height:4.16667vw}}@media (min-width:1024px){.static__body h2{font-size:2.22222vw;line-height:3.05556vw}}@media (min-width:1440px){.static__body h2{font-size:32px;line-height:44px}}.static__body h3{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;font-size:5.625vw;font-weight:500;line-height:7.5vw}@media (min-width:768px){.static__body h3{font-size:2.47396vw;line-height:3.38542vw}}@media (min-width:1024px){.static__body h3{font-size:1.52778vw;line-height:2.08333vw}}@media (min-width:1440px){.static__body h3{font-size:22px;line-height:30px}}.static__body ol,.static__body ul{padding-left:6.25vw}@media (min-width:768px){.static__body ol,.static__body ul{padding-left:3.90625vw}}@media (min-width:1024px){.static__body ol,.static__body ul{padding-left:2.08333vw}}@media (min-width:1440px){.static__body ol,.static__body ul{padding-left:30px}}.static__body ul li{list-style-type:disc}.static__body ol li{list-style-type:numberic}.static__body a,.static__body b{color:#121212}.static__body a:hover{text-decoration:underline}.static__body li,.static__body p{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){.static__body li,.static__body p{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.static__body li,.static__body p{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.static__body li,.static__body p{font-size:14px;line-height:22px}}.static__body table{border-collapse:collapse;width:100%;margin-top:6.25vw}@media (min-width:768px){.static__body table{margin-top:2.60417vw}}@media (min-width:1024px){.static__body table{margin-top:1.38889vw}}@media (min-width:1440px){.static__body table{margin-top:20px}}.static__body table p{margin-bottom:0}.static__body table td:last-of-type p{color:#121212}.static__body tr:first-child{border-top:1px solid #e3e3e3}.static__body td{border-bottom:1px solid #e3e3e3;border-right:1px solid #e3e3e3;padding:16px 30px}.static__body td:last-child{color:#121212;border-right:none}@media (min-width:768px){.static__content-list{margin-bottom:7.8125vw;padding-left:30.7292vw;padding-right:3.90625vw}}@media (min-width:1024px){.static__content-list{float:left;width:26.3889vw;margin-top:4.16667vw;margin-bottom:0;margin-left:4.16667vw;padding-left:0;padding-right:0;position:sticky;top:6.66667vw}}@media (min-width:1440px){.static__content-list{width:380px;margin-top:60px;margin-left:60px;top:96px}}.static__content-list ul{border-top:1px solid #e3e3e3;padding-top:6.25vw;padding-left:0}@media (min-width:768px){.static__content-list ul{padding-top:3.90625vw}}@media (min-width:1024px){.static__content-list ul{border-top:0;padding-top:0}}.static__content-list ul li{margin-bottom:1.25vw;list-style-type:none}@media (min-width:768px){.static__content-list ul li{margin-bottom:.520833vw}}@media (min-width:1024px){.static__content-list ul li{margin-bottom:.277778vw}}@media (min-width:1440px){.static__content-list ul li{margin-bottom:4px}}.static__content-list ul li:last-of-type{margin-bottom:0}.static__content-list ul button{color:#12121280;cursor:pointer;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;text-align:left;background:0 0;border:none;width:100%;font-size:3.75vw;font-weight:400;line-height:5.625vw;display:block}@media (min-width:768px){.static__content-list ul button{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){.static__content-list ul button{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){.static__content-list ul button{font-size:14px;line-height:22px}}.static__content-list ul button:hover{color:#121212}.static__intro{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;white-space:break-spaces;margin-bottom:18.75vw;padding:0 6.25vw;font-size:5vw;font-weight:400;line-height:7.5vw}@media (min-width:768px){.static__intro{font-size:2.34375vw;line-height:3.38542vw}}@media (min-width:1024px){.static__intro{font-size:1.38889vw;line-height:2.08333vw}}@media (min-width:1440px){.static__intro{font-size:20px;line-height:30px}}@media (min-width:768px){.static__intro{margin-bottom:3.90625vw;padding-left:30.7292vw;padding-right:3.90625vw}}@media (min-width:1024px){.static__intro{width:45.6944vw;margin-bottom:4.16667vw;margin-left:37.5vw;padding-left:0}}@media (min-width:1440px){.static__intro{width:658px;margin-bottom:60px;margin-left:540px}}.static__intro a{color:#121212;text-decoration:underline}.static-page{background-color:#fff}.payments{background:#f5f5f5;flex-direction:column;display:flex}.payments__background{width:100%;max-width:100%;height:100%}.payments__background .gatsby-image-wrapper{z-index:0;position:absolute;top:15.625vw}@media (min-width:768px){.payments__background .gatsby-image-wrapper{top:6.51042vw}}@media (min-width:1024px){.payments__background .gatsby-image-wrapper{top:2.08333vw}}@media (min-width:1440px){.payments__background .gatsby-image-wrapper{top:-20px}}.payments__background .gatsby-image-wrapper img{object-fit:cover;width:100%;height:auto}.payments__link{color:#f5f5f5;cursor:pointer;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;background:#121212;border:1px solid #0000;border-radius:720px;align-items:center;gap:5vw;width:fit-content;height:15vw;padding:3.75vw 6.25vw;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:all .4s;display:inline-flex}@media (min-width:768px){.payments__link{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.payments__link{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.payments__link{font-size:15px;line-height:20px}}@media (min-width:768px){.payments__link{gap:2.08333vw;height:6.25vw;padding:1.5625vw 2.60417vw}}@media (min-width:1024px){.payments__link{gap:1.11111vw;height:3.88889vw;padding:1.11111vw 1.66667vw}}@media (min-width:1440px){.payments__link{gap:16px;height:56px;padding:16px 24px}}.payments__link:hover{color:#121212;background:#c4ffc2}.payments__link:hover svg{color:#121212}@media (min-width:1024px){.payments__link:hover svg{transform:translate(.416667vw)}}@media (min-width:1440px){.payments__link:hover svg{transform:translate(6px)}}.payments__link svg{width:3.75vw;height:3.75vw;transition:transform .4s}@media (min-width:768px){.payments__link svg{width:1.95313vw;height:1.95313vw}}@media (min-width:1024px){.payments__link svg{width:1.04167vw;height:1.04167vw}}@media (min-width:1440px){.payments__link svg{width:15px;height:15px}}.payments__section-header{text-align:center;flex-direction:column;margin:0 auto;display:flex}@media (min-width:1024px){.payments__section-header{max-width:71.1111vw}}@media (min-width:1440px){.payments__section-header{max-width:1024px}}.payments__section-header span{color:#313131;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.payments__section-header span{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.payments__section-header span{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.payments__section-header span{font-size:13px;line-height:20px}}.payments__section-header h2{color:#121212;text-align:center;margin-top:5vw}@media (min-width:768px){.payments__section-header h2{margin-top:2.60417vw}}@media (min-width:1024px){.payments__section-header h2{white-space:pre-wrap;margin-top:1.38889vw}}@media (min-width:1440px){.payments__section-header h2{margin-top:20px}}.payments__section-header p{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;opacity:.7;justify-content:center;align-self:center;width:100%;margin-top:6.25vw;font-size:4.375vw;font-weight:400;line-height:6.875vw;display:inline-flex}@media (min-width:768px){.payments__section-header p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.payments__section-header p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.payments__section-header p{font-size:17px;line-height:24px}}@media (min-width:768px){.payments__section-header p{margin-top:2.60417vw}}@media (min-width:1024px){.payments__section-header p{white-space:pre-wrap;margin-top:1.38889vw}}@media (min-width:1440px){.payments__section-header p{margin-top:20px}}.payments__section-header.on-dark span{color:#e3e3e3}.payments__section-header.on-dark h2{color:#f5f5f5}.payments__section-header.on-dark p{color:#e3e3e3;opacity:.8}.payments__hero{z-index:1;flex-direction:column;align-items:center;padding:21.875vw 5vw 15vw;display:flex;position:relative}@media (min-width:768px){.payments__hero{padding:18.2292vw 3.90625vw 10.4167vw}}@media (min-width:1024px){.payments__hero{padding:12.5vw 4.16667vw}}@media (min-width:1440px){.payments__hero{padding:180px 60px}}.payments__hero-header{text-align:center}@media (min-width:768px){.payments__hero-header{max-width:80.0781vw}}@media (min-width:1024px){.payments__hero-header{white-space:pre-wrap;max-width:71.1111vw}}@media (min-width:1440px){.payments__hero-header{max-width:1024px}}.payments__hero-header h1{color:#121212;margin-bottom:6.25vw}@media (min-width:768px){.payments__hero-header h1{margin-bottom:2.60417vw}}@media (min-width:1024px){.payments__hero-header h1{white-space:pre-wrap;margin-bottom:2.22222vw}}@media (min-width:1440px){.payments__hero-header h1{margin-bottom:32px}}.payments__hero-header p{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;opacity:.8;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.payments__hero-header p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.payments__hero-header p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.payments__hero-header p{font-size:17px;line-height:24px}}.payments__solution{padding:15vw 5vw}@media (min-width:768px){.payments__solution{padding:5.55556vw 2.08333vw}}@media (min-width:1024px){.payments__solution{margin:0 auto;padding:2.77778vw 4.16667vw 7.63889vw}}@media (min-width:1440px){.payments__solution{max-width:1440px;padding:40px 60px 110px}}.payments__solution h2{color:#121212;text-align:center}.payments__solution-card-wrapper{width:100%;margin-top:7.5vw}@media (min-width:768px){.payments__solution-card-wrapper{margin-top:5.20833vw}}@media (min-width:1024px){.payments__solution-card-wrapper{width:72.3611vw;margin-top:4.44444vw}}@media (min-width:1440px){.payments__solution-card-wrapper{width:1042px;margin-top:64px}}.payments__solution-card{background-color:#fff;border-radius:20px;flex-direction:column;flex-shrink:0;width:100%;padding:6.25vw;display:flex;position:relative}@media (min-width:768px){.payments__solution-card{border-radius:40px;width:62.5vw;padding:4.16667vw}}@media (min-width:1024px){.payments__solution-card{width:49.4444vw;padding:2.77778vw}}@media (min-width:1440px){.payments__solution-card{width:712px;padding:40px}}.payments__solution-card:last-of-type{margin-top:2.5vw;margin-left:auto;box-shadow:0 -2px 32px #dedfe366}@media (min-width:768px){.payments__solution-card:last-of-type{margin-top:-3.90625vw}}@media (min-width:1024px){.payments__solution-card:last-of-type{margin-top:-2.08333vw}}@media (min-width:1440px){.payments__solution-card:last-of-type{margin-top:-30px}}.payments__solution-card:last-of-type:before{content:"";background-image:url(/paraloom-base/corner-right-down.png);background-position:50%;background-size:cover;width:17.5vw;height:17.5vw;position:absolute;top:-9.375vw;right:0}@media (min-width:768px){.payments__solution-card:last-of-type:before{width:9.11458vw;height:9.11458vw;top:-11.7188vw;right:16.9271vw}}@media (min-width:1024px){.payments__solution-card:last-of-type:before{width:8.75vw;height:8.75vw;top:-8.33333vw;right:9.02778vw}}@media (min-width:1440px){.payments__solution-card:last-of-type:before{width:126px;height:126px;top:-120px;right:130px}}.payments__solution-card span{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;opacity:.7;text-transform:uppercase;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.payments__solution-card span{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.payments__solution-card span{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.payments__solution-card span{font-size:13px;line-height:20px}}.payments__solution-card p{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;margin-top:3.75vw;font-size:5.625vw;font-weight:500;line-height:7.5vw}@media (min-width:768px){.payments__solution-card p{font-size:2.47396vw;line-height:3.38542vw}}@media (min-width:1024px){.payments__solution-card p{font-size:1.52778vw;line-height:2.08333vw}}@media (min-width:1440px){.payments__solution-card p{font-size:22px;line-height:30px}}@media (min-width:768px){.payments__solution-card p{margin-top:1.5625vw}}@media (min-width:1024px){.payments__solution-card p{margin-top:.833333vw}}@media (min-width:1440px){.payments__solution-card p{margin-top:12px}}.payments__build{width:100%;max-width:1440px;margin:0 auto;padding:15vw 5vw}@media (min-width:768px){.payments__build{padding:10.4167vw 3.90625vw}}@media (min-width:1024px){.payments__build{padding:7.63889vw 4.16667vw}}@media (min-width:1440px){.payments__build{padding:110px 60px}}.payments__build-column{flex-direction:column;gap:7.5vw;width:100%;margin-top:12.5vw;display:flex}@media (min-width:768px){.payments__build-column{gap:3.90625vw;margin-top:5.20833vw}}@media (min-width:1024px){.payments__build-column{gap:4.44444vw;margin-top:4.44444vw}}@media (min-width:1440px){.payments__build-column{gap:64px;margin-top:64px}}.payments__build-row{flex-direction:column;align-items:center;gap:9.375vw;display:flex}@media (min-width:768px){.payments__build-row{flex-direction:row;gap:3.90625vw}}@media (min-width:1024px){.payments__build-row{gap:4.16667vw}}@media (min-width:1440px){.payments__build-row{gap:60px}}@media (min-width:768px){.payments__build-row:nth-child(2n){flex-direction:row-reverse}}.payments__build-card{flex-direction:column;flex:1;justify-content:center;width:auto}@media (min-width:1024px){.payments__build-card{padding:2.77778vw}}@media (min-width:1440px){.payments__build-card{padding:40px}}.payments__build-card h3{color:#121212}.payments__build-card p{color:#595959;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;margin-top:3.75vw;font-size:5vw;font-weight:400;line-height:7.5vw}@media (min-width:768px){.payments__build-card p{font-size:2.34375vw;line-height:3.38542vw}}@media (min-width:1024px){.payments__build-card p{font-size:1.38889vw;line-height:2.08333vw}}@media (min-width:1440px){.payments__build-card p{font-size:20px;line-height:30px}}@media (min-width:768px){.payments__build-card p{max-width:46.0938vw;margin-top:3.125vw}}@media (min-width:1024px){.payments__build-card p{max-width:33.75vw;margin-top:1.66667vw}}@media (min-width:1440px){.payments__build-card p{max-width:486px;margin-top:24px}}.payments__build-img{object-fit:cover;flex:1;height:auto;overflow:hidden}@media (min-width:768px){.payments__build-img{max-width:44.0104vw}}@media (min-width:1024px){.payments__build-img{max-width:39.4444vw}}@media (min-width:1440px){.payments__build-img{max-width:568px}}.payments__build-img img{border-radius:16px}@media (min-width:768px){.payments__build-img img{border-radius:24px}}@media (min-width:1024px){.payments__build-img img{border-radius:40px}}.payments__join{background:#121212;border-radius:24px}@media (min-width:768px){.payments__join{border-radius:48px}}@media (min-width:1024px){.payments__join{border-radius:80px}.payments__join .payments__section-header p{max-width:50vw}}@media (min-width:1440px){.payments__join .payments__section-header p{max-width:720px}}.payments__join-inner{max-width:1440px;margin:0 auto;padding:15vw 5vw}@media (min-width:768px){.payments__join-inner{padding:10.4167vw 3.90625vw}}@media (min-width:1024px){.payments__join-inner{padding:7.63889vw 4.16667vw 4.16667vw}}@media (min-width:1440px){.payments__join-inner{padding:110px 60px 60px}}.payments__join-container{flex-direction:column;justify-content:center;align-items:flex-start;gap:5vw;margin-top:7.5vw;display:flex}@media (min-width:768px){.payments__join-container{gap:2.60417vw;margin-top:5.20833vw}}@media (min-width:1024px){.payments__join-container{flex-direction:row;gap:2.22222vw;margin-top:4.16667vw}}@media (min-width:1440px){.payments__join-container{gap:32px;margin-top:60px}}.payments__join-container .contact-us{border-radius:20px}@media (min-width:768px){.payments__join-container .contact-us{border-radius:40px}}.payments__join-container .contact-us__form{margin-top:0;padding:6.25vw}@media (min-width:768px){.payments__join-container .contact-us__form{margin-top:0;padding:5.20833vw}}@media (min-width:1024px){.payments__join-container .contact-us__form{margin-top:0;padding:2.77778vw}}@media (min-width:1440px){.payments__join-container .contact-us__form{margin-top:0;padding:40px}}.payments__join-container .contact-us__input-wrapper{flex-direction:column}.payments__join-container .contact-us__group{width:100%}.payments__join-logo{border:1px solid #333;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:12.5vw;height:12.5vw;display:flex;overflow:hidden}@media (min-width:768px){.payments__join-logo{width:8.33333vw;height:8.33333vw}}@media (min-width:1024px){.payments__join-logo{width:5.97222vw;height:5.97222vw}}@media (min-width:1440px){.payments__join-logo{width:86px;height:86px}}.payments__join-logo img{object-fit:cover;width:100%;height:auto;display:block}.payments__join-cards-wrapper{flex-direction:column;flex-shrink:0;width:100%;display:flex}@media (min-width:1024px){.payments__join-cards-wrapper{width:50%}}.payments__join-card{background:#1a1a1a;border:1px solid #333;border-radius:20px;flex-direction:column;gap:3.75vw;padding:5vw;display:flex}.payments__join-card:not(:last-child) p{padding-bottom:15vw}@media (min-width:768px){.payments__join-card{border-radius:32px;flex-direction:row;gap:3.125vw;padding:4.16667vw}.payments__join-card:not(:last-child) p{padding-bottom:3.25521vw}}@media (min-width:1024px){.payments__join-card{gap:1.66667vw;padding:2.22222vw}.payments__join-card:not(:last-child){padding-right:2.22222vw}.payments__join-card:not(:last-child) p{padding-bottom:4.44444vw}}@media (min-width:1440px){.payments__join-card{gap:24px;padding:32px}.payments__join-card:not(:last-child) p{padding-bottom:64px}}.payments__join-card:not(:first-child){margin-top:-15.625vw}@media (min-width:768px){.payments__join-card:not(:first-child){margin-top:-5.20833vw}}@media (min-width:1024px){.payments__join-card:not(:first-child){margin-top:-5.20833vw;margin-left:0}}@media (min-width:1440px){.payments__join-card:not(:first-child){margin-top:-75px}}.payments__join-card:last-child p{padding-bottom:0}.payments__join-card-text{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;opacity:.7;padding-top:5vw;padding-bottom:13.125vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.payments__join-card-text{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.payments__join-card-text{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.payments__join-card-text{font-size:17px;line-height:24px}}@media (min-width:768px){.payments__join-card-text{padding-top:2.08333vw;padding-bottom:0}}@media (min-width:1024px){.payments__join-card-text{padding-top:1.38889vw;padding-bottom:4.86111vw}}@media (min-width:1440px){.payments__join-card-text{padding-top:20px;padding-bottom:70px}}.payments__join-card-header{align-items:center;gap:3.75vw;display:flex}@media (min-width:768px){.payments__join-card-header{justify-content:space-between;gap:3.125vw}}@media (min-width:1024px){.payments__join-card-header{gap:1.11111vw}}@media (min-width:1440px){.payments__join-card-header{gap:16px}}.payments__join-card-header-title{-webkit-text-fill-color:transparent;color:#0000;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;background:linear-gradient(90deg,#c4ffc2,#ffe2fc 45.2%,#eeffa8);-webkit-background-clip:text;background-clip:text;font-size:5.625vw;font-weight:500;line-height:7.5vw}@media (min-width:768px){.payments__join-card-header-title{font-size:2.47396vw;line-height:3.38542vw}}@media (min-width:1024px){.payments__join-card-header-title{font-size:1.52778vw;line-height:2.08333vw}}@media (min-width:1440px){.payments__join-card-header-title{font-size:22px;line-height:30px}}.payments__join-card-header-link{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:3.75vw;font-size:4.0625vw;font-weight:600;line-height:5.625vw;transition:color .4s,gap .4s;display:inline-flex}@media (min-width:768px){.payments__join-card-header-link{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px){.payments__join-card-header-link{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){.payments__join-card-header-link{font-size:15px;line-height:20px}}@media (min-width:768px){.payments__join-card-header-link{gap:1.5625vw}}@media (min-width:1024px){.payments__join-card-header-link{gap:.833333vw}}@media (min-width:1440px){.payments__join-card-header-link{gap:12px}}.payments__join-card-header-link:hover{color:#ffa978;gap:5.625vw}@media (min-width:768px){.payments__join-card-header-link:hover{gap:2.34375vw}}@media (min-width:1024px){.payments__join-card-header-link:hover{gap:1.25vw}}@media (min-width:1440px){.payments__join-card-header-link:hover{gap:18px}}.payments__join-card-header-link svg{flex-shrink:0;width:3.75vw;height:3.75vw;display:flex}@media (min-width:768px){.payments__join-card-header-link svg{width:1.95313vw;height:1.95313vw}}@media (min-width:1024px){.payments__join-card-header-link svg{width:1.04167vw;height:1.04167vw}}@media (min-width:1440px){.payments__join-card-header-link svg{width:15px;height:15px}}.payments__join-card-header-link:hover svg{color:#ffa978}.payments__cases{padding:15vw 5vw}@media (min-width:768px){.payments__cases{padding:10.4167vw 3.90625vw}}@media (min-width:1024px){.payments__cases{padding:7.63889vw 4.16667vw}}@media (min-width:1440px){.payments__cases{padding:110px 60px}}.payments__cases-container{width:100%;max-width:1440px;margin-left:auto;margin-right:auto;position:relative}@media (min-width:768px){.payments__cases-container{min-height:54.6875vw;margin-top:5.20833vw}}@media (min-width:1024px){.payments__cases-container{min-height:41.6667vw;margin-top:4.44444vw}}@media (min-width:1440px){.payments__cases-container{min-height:600px;margin-top:64px}}.payments__cases .payments__link:hover{color:#f5f5f5;background:#121212}.payments__cases .payments__link:hover svg{color:#f5f5f5}@media (min-width:1024px){.payments__cases .payments__link{height:3.88889vw}}@media (min-width:1440px){.payments__cases .payments__link{height:56px}}.payments__cases-inner{width:100%;height:100%;position:relative}.payments__cases-list{flex-direction:column;gap:10vw;margin-top:10vw;display:flex}@media (min-width:768px){.payments__cases-list{margin-top:0}}.payments__cases-card{will-change:transform;border-radius:40px;justify-content:space-between;width:100%;min-height:75vw;padding:6.25vw;display:flex;overflow:hidden}@media (min-width:768px){.payments__cases-card{align-items:center;max-width:92.1875vw;min-height:39.0625vw;padding:5.20833vw;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 10px 42px #e8e7ec}.payments__cases-card:nth-child(3n+1){background:#ffe092}.payments__cases-card:nth-child(3n+2){background:#c4ffc2}.payments__cases-card:nth-child(3n+3){background:#ffe2fc}}@media (min-width:1024px){.payments__cases-card{max-width:91.6667vw;min-height:33.3333vw;padding:4.16667vw}}@media (min-width:1440px){.payments__cases-card{max-width:1320px;min-height:480px;padding:60px}}.payments__cases-card-content{flex-direction:column;width:100%;display:flex}@media (min-width:768px){.payments__cases-card-content{max-width:48.1771vw}}@media (min-width:1024px){.payments__cases-card-content{max-width:43.0556vw}}@media (min-width:1440px){.payments__cases-card-content{max-width:620px}}.payments__cases-card-logo{object-fit:cover;max-width:39.6875vw;height:auto}@media (min-width:768px){.payments__cases-card-logo{max-width:16.5365vw;margin-bottom:3.125vw}}@media (min-width:1024px){.payments__cases-card-logo{max-width:8.81945vw;margin-bottom:2.77778vw}}@media (min-width:1440px){.payments__cases-card-logo{max-width:127px;margin-bottom:40px}}.payments__cases-card-image{z-index:-1;background-position:100% 100%;background-repeat:no-repeat;background-size:contain;width:100%;height:71.875vw;display:block;position:absolute;bottom:0;right:0}@media (min-width:768px){.payments__cases-card-image{height:44.2708vw}}@media (min-width:1024px){.payments__cases-card-image{height:29.1667vw}}@media (min-width:1440px){.payments__cases-card-image{height:420px}}.payments__cases-card-title{color:#121212;margin-top:6.25vw}@media (min-width:768px){.payments__cases-card-title{margin-top:0}}.payments__cases-card-description{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;opacity:.7;margin-top:2.5vw;margin-bottom:7.5vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.payments__cases-card-description{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.payments__cases-card-description{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.payments__cases-card-description{font-size:17px;line-height:24px}}@media (min-width:768px){.payments__cases-card-description{margin-top:1.04167vw;margin-bottom:3.125vw}}@media (min-width:1024px){.payments__cases-card-description{margin-top:1.38889vw;margin-bottom:2.77778vw}}@media (min-width:1440px){.payments__cases-card-description{margin-top:20px;margin-bottom:40px}}.payments__start-building{flex-direction:column;align-items:center;margin:0 auto;padding:15vw 5vw;display:flex}@media (min-width:768px){.payments__start-building{padding:10.4167vw 3.90625vw}}@media (min-width:1024px){.payments__start-building{padding:7.63889vw 4.16667vw}}@media (min-width:1440px){.payments__start-building{max-width:1440px;padding:110px 60px}}.payments__start-building .payments__link{height:15vw;margin-top:5vw;transition:all .4s}@media (min-width:768px){.payments__start-building .payments__link{height:7.29167vw;margin-top:4.16667vw}}@media (min-width:1024px){.payments__start-building .payments__link{height:4.44444vw;margin-top:2.77778vw}}@media (min-width:1440px){.payments__start-building .payments__link{height:64px;margin-top:40px}}@media (min-width:1024px){.payments__start-building{padding:0 4.16667vw 7.63889vw}}@media (min-width:1440px){.payments__start-building{padding:0 60px 110px}}.payments__faq{width:100%;margin:0 auto;padding:15vw 5vw}@media (min-width:1024px){.payments__faq .payments__section-header{margin-bottom:2.22222vw}}@media (min-width:1440px){.payments__faq .payments__section-header{margin-bottom:32px}}@media (min-width:768px){.payments__faq{padding:10.4167vw 3.90625vw}}@media (min-width:1024px){.payments__faq{max-width:71.1111vw;padding:7.63889vw 4.16667vw}}@media (min-width:1440px){.payments__faq{max-width:1024px;padding:110px 60px}}.payments__faq-contact-us{text-align:center;background-color:#fafafa;border-radius:40px;flex-direction:column;justify-content:center;align-items:center;margin-top:6.25vw;padding:6.25vw;display:flex}@media (min-width:768px){.payments__faq-contact-us{margin-top:4.16667vw}}@media (min-width:1024px){.payments__faq-contact-us{margin-top:2.22222vw;padding:2.22222vw}}@media (min-width:1440px){.payments__faq-contact-us{margin-top:32px;padding:32px}}.payments__faq-contact-us h5{color:#181d27}.payments__faq-contact-us p{color:#535862;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;margin-top:5vw;margin-bottom:5vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.payments__faq-contact-us p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.payments__faq-contact-us p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.payments__faq-contact-us p{font-size:17px;line-height:24px}}@media (min-width:768px){.payments__faq-contact-us p{margin-top:1.04167vw;margin-bottom:4.16667vw}}@media (min-width:1024px){.payments__faq-contact-us p{margin-top:.555556vw;margin-bottom:2.22222vw}}@media (min-width:1440px){.payments__faq-contact-us p{margin-top:8px;margin-bottom:32px}}.usad{width:100%}.usad__container{z-index:1;width:100%;padding:15vw 5vw;position:relative}@media (min-width:768px){.usad__container{padding:10.4167vw 3.90625vw}}@media (min-width:1024px){.usad__container{padding:5.55556vw 4.16667vw}}@media (min-width:1440px){.usad__container{max-width:1440px;padding:80px 60px}}.usad__section-header{flex-direction:column;width:100%;margin:0 auto;display:flex}@media (min-width:1024px){.usad__section-header{max-width:71.1111vw}}@media (min-width:1440px){.usad__section-header{max-width:1024px}}.usad__section-header span{color:#313131;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:center;text-transform:uppercase;margin-bottom:5vw;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.usad__section-header span{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.usad__section-header span{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.usad__section-header span{font-size:13px;line-height:20px}}@media (min-width:768px){.usad__section-header span{margin-bottom:2.60417vw}}@media (min-width:1024px){.usad__section-header span{margin-bottom:1.66667vw}}@media (min-width:1440px){.usad__section-header span{margin-bottom:24px}}.usad__section-header h2{color:#121212;text-align:center;white-space:pre-line}.usad__section-header p{color:#595959;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;opacity:.7;text-align:center;margin-top:5vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.usad__section-header p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.usad__section-header p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.usad__section-header p{font-size:17px;line-height:24px}}@media (min-width:768px){.usad__section-header p{white-space:pre-line;margin-top:2.60417vw}}@media (min-width:1024px){.usad__section-header p{margin-top:1.38889vw}}@media (min-width:1440px){.usad__section-header p{margin-top:20px}}.usad__section-header.on-dark h2,.usad__section-header.on-dark p,.usad__section-header.on-dark span{color:#fff}.usad__email-group{flex-direction:column;align-items:center;gap:3.75vw;width:100%;display:flex;position:relative}@media (min-width:768px){.usad__email-group{flex-direction:row;gap:2.08333vw}}@media (min-width:1024px){.usad__email-group{gap:1.11111vw}}@media (min-width:1440px){.usad__email-group{gap:16px}}.usad__input{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;background:#fff;border:1px solid #e1e1e1;border-radius:56px;width:100%;height:15vw;padding:3.75vw 5vw;font-size:4.375vw;font-weight:400;line-height:6.875vw;transition:box-shadow .3s,border-color .3s;display:block}@media (min-width:768px){.usad__input{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.usad__input{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.usad__input{font-size:17px;line-height:24px}}@media (min-width:768px){.usad__input{max-width:45.5729vw;height:7.29167vw;padding:2.08333vw 2.60417vw}}@media (min-width:1024px){.usad__input{max-width:24.3056vw;height:4.44444vw;padding:1.38889vw}}@media (min-width:1440px){.usad__input{max-width:350px;height:64px;padding:20px}}.usad__input::placeholder{color:#12121280;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.usad__input::placeholder{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.usad__input::placeholder{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.usad__input::placeholder{font-size:17px;line-height:24px}}.usad__input:hover{box-shadow:0 0 0 2px #c4ffc299}.usad__input:focus{border-color:#c4ffc2;outline:none;box-shadow:0 0 0 2px #c4ffc2cc}.usad__input--error,.usad__input--error:focus,.usad__input--error:hover{box-shadow:0 0 0 2px #ff474799}.usad__submit-btn{color:#f5f5f5;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;text-transform:uppercase;background-color:#121212;border:none;border-radius:720px;flex-shrink:0;justify-content:center;align-items:center;gap:5vw;width:100%;height:15vw;padding:5vw 7.5vw;font-size:4.375vw;font-weight:600;line-height:6.875vw;transition:color .4s,transform .4s,background-color .4s;display:flex}@media (min-width:768px){.usad__submit-btn{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.usad__submit-btn{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.usad__submit-btn{font-size:17px;line-height:24px}}@media (min-width:768px){.usad__submit-btn{gap:2.08333vw;width:fit-content;height:7.29167vw;padding:2.08333vw 3.125vw}}@media (min-width:1024px){.usad__submit-btn{gap:1.11111vw;height:4.44444vw;padding:1.38889vw 1.66667vw}}@media (min-width:1440px){.usad__submit-btn{gap:16px;height:64px;padding:20px 24px}}.usad__submit-btn--dark{color:#121212;background-color:#f5f5f5}.usad__submit-btn .usad__spinner-wrapper{width:6.25vw;height:6.25vw;position:relative}@media (min-width:768px){.usad__submit-btn .usad__spinner-wrapper{width:3.125vw;height:3.125vw}}@media (min-width:1024px){.usad__submit-btn .usad__spinner-wrapper{width:1.66667vw;height:1.66667vw}}@media (min-width:1440px){.usad__submit-btn .usad__spinner-wrapper{width:24px;height:24px}}.usad__submit-btn .usad__spinner-wrapper .spinner{border:3px solid #f5f5f533;border-top-color:#c4ffc2cc;width:6.25vw;height:6.25vw}@media (min-width:768px){.usad__submit-btn .usad__spinner-wrapper .spinner{width:3.125vw;height:3.125vw}}@media (min-width:1024px){.usad__submit-btn .usad__spinner-wrapper .spinner{width:1.66667vw;height:1.66667vw}}@media (min-width:1440px){.usad__submit-btn .usad__spinner-wrapper .spinner{width:24px;height:24px}}.usad__submit-btn svg{width:15px;transition:all .3s}.usad__submit-btn:hover{color:#121212;cursor:pointer;background-color:#c4ffc2}.usad__submit-btn:hover .spinner{border:3px solid #12121233;border-top-color:#121212cc}.usad__submit-btn:hover svg{transform:translate(6px)}.usad__hero{width:100%;margin:0 auto;padding-top:25vw;padding-bottom:8.125vw;position:relative;overflow:hidden}@media (min-width:768px){.usad__hero{padding-top:16.6667vw;padding-bottom:0}}@media (min-width:1024px){.usad__hero{padding-top:11.1111vw}}@media (min-width:1440px){.usad__hero{padding-top:160px}}.usad__hero-container{margin:0 auto;padding:0 5vw}@media (min-width:768px){.usad__hero-container{padding:0 3.90625vw}}@media (min-width:1024px){.usad__hero-container{padding:0 4.16667vw}}@media (min-width:1440px){.usad__hero-container{max-width:1440px;padding:0 60px}}.usad__hero-background-image .gatsby-image-wrapper{z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;max-width:2400px;height:100%;position:absolute;inset:0 0 0 50%;transform:translate(-50%)}.usad__hero-background-image .gatsby-image-wrapper img{object-fit:cover;width:100%;height:100%}.usad__hero--bottom-padding{padding-bottom:15vw}@media (min-width:768px){.usad__hero--bottom-padding{padding-bottom:7.8125vw}}@media (min-width:1024px){.usad__hero--bottom-padding{padding-bottom:4.16667vw}}@media (min-width:1440px){.usad__hero--bottom-padding{padding-bottom:60px}}.usad__hero--extra-padding{padding-bottom:37.5vw}@media (min-width:768px){.usad__hero--extra-padding{padding-bottom:7.8125vw}}@media (min-width:1024px){.usad__hero--extra-padding{padding-bottom:4.16667vw}}@media (min-width:1440px){.usad__hero--extra-padding{padding-bottom:60px}}.usad__hero-inner{flex-direction:column;justify-content:space-between;gap:7.5vw;width:100%;display:flex;position:relative}@media (min-width:768px){.usad__hero-inner{gap:5.20833vw}}@media (min-width:1024px){.usad__hero-inner{flex-direction:row;gap:.694444vw}}@media (min-width:1440px){.usad__hero-inner{gap:10px}}.usad__hero-text-column{text-align:left;flex-direction:column;justify-content:flex-start;width:100%;display:flex}@media (min-width:1024px){.usad__hero-text-column{max-width:59.0278vw}}@media (min-width:1440px){.usad__hero-text-column{max-width:850px}}.usad__hero-text-column h1{color:#121212;white-space:no-wrap}@media (min-width:1024px){.usad__hero-text-column h1{white-space:pre-wrap;font-size:5.41667vw;line-height:5.97222vw}}@media (min-width:1440px){.usad__hero-text-column h1{font-size:78px;line-height:86px}}.usad__hero-text-column p{color:#121212cc;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;margin-top:5vw;margin-bottom:7.5vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.usad__hero-text-column p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.usad__hero-text-column p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.usad__hero-text-column p{font-size:17px;line-height:24px}}@media (min-width:768px){.usad__hero-text-column p{white-space:pre-line;margin-top:4.16667vw;margin-bottom:5.20833vw}}@media (min-width:1024px){.usad__hero-text-column p{margin:2.77778vw 0}}@media (min-width:1440px){.usad__hero-text-column p{margin:40px 0}}.usad__hero-text-column.on-dark h1{color:#fff}.usad__hero-text-column.on-dark p{color:#fffc}.usad__hero-text-column.on-dark .usad__email-group input{color:#fffc;background:#1a1a1a;border-color:#333}.usad__hero-text-column.on-dark .usad__email-group input::placeholder{color:#fff9}.usad__hero-text-column.on-dark .usad__email-group button{color:#121212;background-color:#fff}.usad__hero-text-column.on-dark .usad__email-group button:hover{color:#121212;background-color:#c4ffc2}.usad__hero-image{justify-content:center;align-items:stretch;width:100%;max-width:90vw;margin:0 auto;display:flex}@media (min-width:768px){.usad__hero-image{max-width:61.9792vw}}@media (min-width:1024px){.usad__hero-image{max-width:31.9444vw}}@media (min-width:1440px){.usad__hero-image{max-width:460px}}.usad__hero-card-wrapper{z-index:1;flex-direction:column;align-items:center;gap:2.5vw;margin-top:7.5vw;display:flex;position:relative}@media (min-width:768px){.usad__hero-card-wrapper{flex-direction:row;gap:1.5625vw;margin-top:5.20833vw}}@media (min-width:1024px){.usad__hero-card-wrapper{gap:1.38889vw;margin-top:4.16667vw}}@media (min-width:1440px){.usad__hero-card-wrapper{gap:20px;margin-top:60px}}.usad__hero-card{background-color:#fff;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:2.5vw;width:100%;min-height:36.875vw;padding:6.25vw;display:flex;box-shadow:-2px 0 32px #dedfe366}@media (min-width:768px){.usad__hero-card{gap:1.04167vw;min-height:21.3542vw;padding:4.16667vw 2.60417vw}}@media (min-width:1024px){.usad__hero-card{gap:.555556vw;min-height:12.3611vw;padding:2.22222vw}}@media (min-width:1440px){.usad__hero-card{gap:8px;min-height:178px;padding:32px}}.usad__hero-card h2{line-clamp:1;-webkit-line-clamp:1;color:#000;text-align:center;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.usad__hero-card p{color:#121212b3;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-align:center;text-transform:uppercase;white-space:pre-wrap;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.usad__hero-card p{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.usad__hero-card p{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.usad__hero-card p{font-size:13px;line-height:20px}}.usad__hero-card.dark{box-shadow:none;background-color:#1a1a1a}.usad__hero-card.dark h2{color:#fff}.usad__hero-card.dark p{color:#ffffffb3}.usad__payments{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.usad__payments-background{z-index:0;width:100%;height:193.125vw;position:absolute;overflow:hidden}@media (min-width:768px){.usad__payments-background{height:73.5677vw}}@media (min-width:1024px){.usad__payments-background{height:39.2361vw}}@media (min-width:1440px){.usad__payments-background{height:565px}}.usad__payments-background:after,.usad__payments-background:before{content:"";pointer-events:none;z-index:1;position:absolute;inset:0}.usad__payments-background:before{background-image:repeating-linear-gradient(90deg,#e3e3e3 0 1px,#0000 0 25vw)}@media (min-width:768px){.usad__payments-background:before{background-image:repeating-linear-gradient(90deg,#e3e3e3 0 1px,#0000 0 11.7188vw)}}@media (min-width:1024px){.usad__payments-background:before{background-image:repeating-linear-gradient(90deg,#e3e3e3 0 1px,#0000 0 6.52778vw)}}@media (min-width:1440px){.usad__payments-background:before{background-image:repeating-linear-gradient(90deg,#e3e3e3 0 1px,#0000 0 94px)}}.usad__payments-background:after{background-image:repeating-linear-gradient(#e3e3e3 0 1px,#0000 0 27.5vw)}@media (min-width:768px){.usad__payments-background:after{background-image:repeating-linear-gradient(#e3e3e3 0 1px,#0000 0 11.7188vw)}}@media (min-width:1024px){.usad__payments-background:after{background-image:repeating-linear-gradient(#e3e3e3 0 1px,#0000 0 6.52778vw)}}@media (min-width:1440px){.usad__payments-background:after{background-image:repeating-linear-gradient(#e3e3e3 0 1px,#0000 0 94px)}}.usad__payments-cards-wrapper{gap:3.75vw;width:100%;margin-top:7.5vw;display:grid}@media (min-width:768px){.usad__payments-cards-wrapper{gap:2.08333vw;margin-top:5.20833vw}}@media (min-width:1024px){.usad__payments-cards-wrapper{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;gap:1.38889vw;margin-top:4.16667vw}}@media (min-width:1440px){.usad__payments-cards-wrapper{gap:20px;margin-top:60px}}.usad__payments-card{color:#121212;background:#fff;border-radius:20px;padding:6.25vw;overflow:hidden}@media (min-width:768px){.usad__payments-card{border-radius:32px;padding:4.16667vw}}@media (min-width:1024px){.usad__payments-card{border-radius:40px;padding:4.16667vw}.usad__payments-card:first-child{grid-area:1/1/3/2}.usad__payments-card:nth-child(2){grid-area:1/2/2/3}.usad__payments-card:nth-child(3){grid-area:2/2/3/3}}@media (min-width:1440px){.usad__payments-card{padding:60px}}.usad__payments-card h3,.usad__payments-card p{transform-origin:0}.usad__payments-card h3,.usad__payments-card img,.usad__payments-card p{transition:transform .5s}.usad__payments-card:hover h3,.usad__payments-card:hover img,.usad__payments-card:hover p{transform:scale(.97)}.usad__payments-card p{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;opacity:.7;text-align:left;margin-top:7.5vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.usad__payments-card p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.usad__payments-card p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.usad__payments-card p{font-size:17px;line-height:24px}}@media (min-width:768px){.usad__payments-card p{margin-top:3.125vw}}@media (min-width:1024px){.usad__payments-card p{margin-top:1.66667vw}}@media (min-width:1440px){.usad__payments-card p{margin-top:24px}}.usad__payments-card:first-child{color:#fff;background-color:#121212;min-height:65vw;position:relative}@media (min-width:768px){.usad__payments-card:first-child{min-height:29.4271vw}}@media (min-width:1024px){.usad__payments-card:first-child{min-height:fit-content}}.usad__payments-card:first-child p{color:#fff;max-width:100%}@media (min-width:1024px){.usad__payments-card:first-child p{max-width:80%}}.usad__payments-card:first-child img{z-index:1;width:100%;max-width:92.5vw;height:auto;position:absolute;bottom:-75.625vw;right:-36.875vw}@media (min-width:768px){.usad__payments-card:first-child img{max-width:73.1771vw;bottom:-62.5vw;right:-8.85417vw}}@media (min-width:1024px){.usad__payments-card:first-child img{max-width:39.0278vw;bottom:-23.75vw;right:-8.05556vw}}@media (min-width:1440px){.usad__payments-card:first-child img{max-width:562px;bottom:-342px;right:-116px}}.usad__build{background-color:#121212;border-top-left-radius:24px;border-top-right-radius:24px;flex-direction:column;align-items:center;display:flex}@media (min-width:768px){.usad__build{border-top-left-radius:48px;border-top-right-radius:48px}}@media (min-width:1024px){.usad__build{border-top-left-radius:80px;border-top-right-radius:80px}}.usad__build-card-wrapper{flex-wrap:wrap;justify-content:space-between;gap:5vw;width:100%;margin-top:7.5vw;display:flex}@media (min-width:768px){.usad__build-card-wrapper{gap:2.60417vw;margin-top:5.20833vw}}@media (min-width:1024px){.usad__build-card-wrapper{gap:1.38889vw;margin-top:4.16667vw}}@media (min-width:1440px){.usad__build-card-wrapper{gap:20px;margin-top:60px}}.usad__build-card{background-color:#1a1a1a;border:.75px solid #333;border-radius:16px;flex-direction:column;width:100%;padding:5vw;display:flex}@media (min-width:768px){.usad__build-card{border-radius:32px;max-width:calc(50% - 1.30208vw);padding:4.16667vw}.usad__build-card:nth-child(n+5){max-width:100%}}@media (min-width:1024px){.usad__build-card{max-width:calc(33.3333% - .92593vw);padding:2.77778vw}.usad__build-card:nth-child(n+4){max-width:calc(50% - .69444vw)}}@media (min-width:1440px){.usad__build-card{padding:40px}.usad__build-card:nth-child(-n+3){max-width:calc(33.3333% - 13.3333px)}.usad__build-card:nth-child(n+4){max-width:calc(50% - 10px)}}.usad__build-card img{object-fit:cover;width:10vw;height:10vw;display:block}@media (min-width:768px){.usad__build-card img{width:5.20833vw;height:5.20833vw}}@media (min-width:1024px){.usad__build-card img{width:2.77778vw;height:2.77778vw}}@media (min-width:1440px){.usad__build-card img{width:40px;height:40px}}.usad__build-card h4{color:#fff;margin:5vw 0;font-weight:400}@media (min-width:768px){.usad__build-card h4{margin:2.60417vw 0}}@media (min-width:1024px){.usad__build-card h4{margin:1.38889vw 0}}@media (min-width:1440px){.usad__build-card h4{margin:20px 0}}.usad__build-card p{color:#ffffffb3;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;font-size:5vw;font-weight:400;line-height:7.5vw}@media (min-width:768px){.usad__build-card p{font-size:2.34375vw;line-height:3.38542vw}}@media (min-width:1024px){.usad__build-card p{font-size:1.38889vw;line-height:2.08333vw}}@media (min-width:1440px){.usad__build-card p{font-size:20px;line-height:30px}}.usad__metrics{background:#121212;width:100%}.usad__metrics .metrics-block{width:100%;position:relative}.usad__metrics .metrics-block__background{z-index:0;background-position:top;background-repeat:no-repeat;background-size:cover;height:auto;position:absolute;inset:0}.usad__metrics .metrics-block__inner{flex-direction:column;justify-content:space-between;align-items:stretch;gap:7.5vw;display:flex}@media (min-width:768px){.usad__metrics .metrics-block__inner{flex-direction:row;gap:5.20833vw}}@media (min-width:1024px){.usad__metrics .metrics-block__inner{gap:4.16667vw}}@media (min-width:1440px){.usad__metrics .metrics-block__inner{gap:60px}}.usad__metrics .metrics-block .block-container{width:100%;margin:0 auto;padding:15vw 5vw}@media (min-width:768px){.usad__metrics .metrics-block .block-container{padding:10.4167vw 3.90625vw}}@media (min-width:1024px){.usad__metrics .metrics-block .block-container{padding:5.55556vw 4.16667vw}}@media (min-width:1440px){.usad__metrics .metrics-block .block-container{max-width:1440px;padding:80px 60px}}.usad__metrics .metrics-block .block-header{text-align:center;width:100%;margin:0 auto}.usad__metrics .metrics-block .block-header span{color:#313131;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.usad__metrics .metrics-block .block-header span{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.usad__metrics .metrics-block .block-header span{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.usad__metrics .metrics-block .block-header span{font-size:13px;line-height:20px}}.usad__metrics .metrics-block .block-header h2{color:#121212;margin-top:5vw}@media (min-width:768px){.usad__metrics .metrics-block .block-header h2{margin-top:2.60417vw}}@media (min-width:1024px){.usad__metrics .metrics-block .block-header h2{white-space:pre-wrap;margin-top:1.38889vw}}@media (min-width:1440px){.usad__metrics .metrics-block .block-header h2{margin-top:20px}}.usad__metrics .metrics-block .block-header.dark-background h2,.usad__metrics .metrics-block .block-header.dark-background p,.usad__metrics .metrics-block .block-header.dark-background span{color:#fff}@media (min-width:768px){.usad__metrics .metrics-block .block-header{text-align:left;max-width:43.4896vw}}@media (min-width:1024px){.usad__metrics .metrics-block .block-header{max-width:42.5vw}}@media (min-width:1440px){.usad__metrics .metrics-block .block-header{max-width:612px}}.usad__metrics .metrics-block__cards-wrapper{z-index:3;border:1px solid #333;border-radius:20px;flex-direction:column;flex:1;height:fit-content;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.usad__metrics .metrics-block__cards-wrapper{border-radius:32px}}@media (min-width:1024px){.usad__metrics .metrics-block__cards-wrapper{border-radius:40px}}.usad__metrics .metrics-block__card{background-color:#1a1a1a;flex-direction:column;gap:2.5vw;padding:7.5vw 6.25vw;display:flex}@media (min-width:768px){.usad__metrics .metrics-block__card{gap:1.04167vw;padding:4.16667vw}}@media (min-width:1024px){.usad__metrics .metrics-block__card{gap:.555556vw;padding:2.77778vw 4.16667vw}}@media (min-width:1440px){.usad__metrics .metrics-block__card{gap:8px;padding:40px 60px}}.usad__metrics .metrics-block__card:not(:last-child){border-bottom:1px solid #333}.usad__metrics .metrics-block__card h3{-webkit-text-fill-color:transparent;color:#0000;font-family:var(--font-sora),Arial,sans-serif;letter-spacing:-.03em;background:linear-gradient(90deg,#c4ffc2,#ffe2fc 45.2%,#eeffa8);-webkit-background-clip:text;background-clip:text;font-size:10.625vw;font-weight:400;line-height:11.875vw}@media (min-width:768px){.usad__metrics .metrics-block__card h3{font-size:5.72917vw;line-height:6.77083vw}}@media (min-width:1024px){.usad__metrics .metrics-block__card h3{font-size:4.16667vw;line-height:4.58333vw}}@media (min-width:1440px){.usad__metrics .metrics-block__card h3{font-size:60px;line-height:66px}}.usad__metrics .metrics-block__card p{color:#ffffffb3;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){.usad__metrics .metrics-block__card p{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.usad__metrics .metrics-block__card p{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.usad__metrics .metrics-block__card p{font-size:13px;line-height:20px}}.usad__foundation{background-color:#121212;flex-direction:column;align-items:center;display:flex}.usad__foundation-logos-wrapper{opacity:.8;width:calc(100% + 10vw);margin-top:7.5vw;margin-left:-5vw;overflow:hidden}@media (min-width:768px){.usad__foundation-logos-wrapper{width:calc(100% + 7.8125vw);margin-top:5.20833vw;margin-left:-3.90625vw}}@media (min-width:1024px){.usad__foundation-logos-wrapper{width:calc(100% + 8.33333vw);margin-top:4.16667vw;margin-left:-4.16667vw}}@media (min-width:1440px){.usad__foundation-logos-wrapper{width:100%;max-width:1440px;margin:60px auto 0}}.usad__foundation-logos-mask{position:relative;-webkit-mask-image:linear-gradient(90deg,#0000 0,#121212 30px calc(100% - 30px),#0000);mask-image:linear-gradient(90deg,#0000 0,#121212 30px calc(100% - 30px),#0000);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.usad__foundation-logos-track{will-change:transform;background:#121212;gap:12.5vw;width:max-content;padding:12px 0;animation:linear infinite scroll-left;display:flex;transform:translateZ(0)}@media (min-width:768px){.usad__foundation-logos-track{gap:7.8125vw}}@media (min-width:1024px){.usad__foundation-logos-track{gap:5.55556vw}}@media (min-width:1440px){.usad__foundation-logos-track{gap:80px}}.usad__foundation-logo-placeholder{border-radius:4px;width:auto;max-width:37.5vw;height:8.125vw;display:flex}@media (min-width:768px){.usad__foundation-logo-placeholder{max-width:16.9271vw;height:4.55729vw}}@media (min-width:1024px){.usad__foundation-logo-placeholder{max-width:9.72222vw;height:4.16667vw}}@media (min-width:1440px){.usad__foundation-logo-placeholder{max-width:140px;height:60px}}.usad__foundation-logo-placeholder svg{width:auto;height:100%}.usad__foundation-logo-placeholder svg path{fill:#fff}.usad__image-block{background:#121212;flex-direction:column;align-items:center;width:100%;max-width:100%;display:flex}.usad__image-block .usad__section-header{max-width:100%}.usad__image-block-wrapper{width:auto;max-width:100%;height:100%;min-height:160px;margin:7.5vw auto 0}@media (min-width:768px){.usad__image-block-wrapper{margin-top:5.20833vw}}@media (min-width:1024px){.usad__image-block-wrapper{margin-top:4.16667vw}}@media (min-width:1440px){.usad__image-block-wrapper{margin-top:60px}}.usad__image-block-wrapper .gatsby-image-wrapper img{object-fit:contain;border-radius:24px}@media (min-width:768px){.usad__image-block-wrapper .gatsby-image-wrapper img{border-radius:40px}}@media (min-width:1024px){.usad__image-block-wrapper .gatsby-image-wrapper img{border-radius:60px}}.usad__advantage{background-color:#121212;border-bottom-right-radius:24px;border-bottom-left-radius:24px;flex-direction:column;align-items:center;width:100%;display:flex;overflow:hidden}@media (min-width:768px){.usad__advantage{border-bottom-right-radius:48px;border-bottom-left-radius:48px}}@media (min-width:1024px){.usad__advantage{border-bottom-right-radius:80px;border-bottom-left-radius:80px}}.usad__advantage .usad__container{padding-bottom:6.25vw}@media (min-width:768px){.usad__advantage .usad__container{padding-bottom:4.16667vw}}@media (min-width:1024px){.usad__advantage .usad__container{padding-bottom:4.16667vw}}@media (min-width:1440px){.usad__advantage .usad__container{padding-bottom:60px}}.usad__advantage .usad__background{z-index:-1;position:relative}.usad__advantage .usad__background img{z-index:0;width:auto;max-width:250vw;height:auto;position:absolute;top:-18.75vw;left:-12.5vw}@media (min-width:768px){.usad__advantage .usad__background img{max-width:100%;top:-10.4167vw;left:50%;transform:translate(-50%)}}@media (min-width:1024px){.usad__advantage .usad__background img{top:-10.4167vw}}@media (min-width:1440px){.usad__advantage .usad__background img{top:-150px}}.usad__advantage-table{border-collapse:collapse;table-layout:fixed;text-align:center;width:100%;overflow:hidden}@media (min-width:768px){.usad__advantage-table{border-radius:16px;margin-top:5.20833vw}}@media (min-width:1024px){.usad__advantage-table{border-radius:20px;margin-top:4.16667vw}}@media (min-width:1440px){.usad__advantage-table{margin-top:60px}}.usad__advantage-table-head th{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;background-color:#1a1a1a;font-size:5.625vw;font-weight:500;line-height:7.5vw}@media (min-width:768px){.usad__advantage-table-head th{font-size:2.47396vw;line-height:3.38542vw}}@media (min-width:1024px){.usad__advantage-table-head th{font-size:1.52778vw;line-height:2.08333vw}}@media (min-width:1440px){.usad__advantage-table-head th{font-size:22px;line-height:30px}}@media (min-width:768px){.usad__advantage-table-head th{border-top-left-radius:16px;border-top-right-radius:16px;padding:2.99479vw 2.60417vw}}@media (min-width:1024px){.usad__advantage-table-head th{border-top-left-radius:20px;border-top-right-radius:20px;padding:2.22222vw 2.77778vw}}@media (min-width:1440px){.usad__advantage-table-head th{padding:32px 40px}}.usad__advantage-table-head th:first-child{text-align:left}.usad__advantage-table-head th:nth-child(2){color:#c4ffc2}.usad__advantage-table-body tr{background:#121212}.usad__advantage-table-body tr:nth-child(2n){background:#1a1a1a}@media (min-width:768px){.usad__advantage-table-body tr:last-child td{border-bottom-right-radius:16px;border-bottom-left-radius:16px}}@media (min-width:1024px){.usad__advantage-table-body tr:last-child td{border-bottom-right-radius:20px;border-bottom-left-radius:20px}}.usad__advantage-table-body td{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;font-size:5vw;font-weight:400;line-height:7.5vw}@media (min-width:768px){.usad__advantage-table-body td{font-size:2.34375vw;line-height:3.38542vw}}@media (min-width:1024px){.usad__advantage-table-body td{font-size:1.38889vw;line-height:2.08333vw}}@media (min-width:1440px){.usad__advantage-table-body td{font-size:20px;line-height:30px}}@media (min-width:768px){.usad__advantage-table-body td{padding:2.47396vw 2.60417vw}}@media (min-width:1024px){.usad__advantage-table-body td{padding:1.875vw 2.77778vw}}@media (min-width:1440px){.usad__advantage-table-body td{padding:27px 40px}}.usad__advantage-table-body td:first-child{text-align:left}.usad__advantage-table-body td:last-child path,.usad__advantage-table-body td:last-child rect{fill:#fff}.usad__advantage-mobile-table{flex-direction:column;gap:2.5vw;margin-top:7.5vw;display:flex}@media (min-width:768px){.usad__advantage-mobile-table{display:none}}.usad__advantage-mobile-table__dropdown{border:1px solid #333;border-radius:16px;overflow:hidden}.usad__advantage-mobile-table__dropdown:first-child .usad__advantage-mobile-table__dropdown-header-title{color:#c4ffc2}.usad__advantage-mobile-table__dropdown:nth-child(2) .usad__advantage-mobile-table__dropdown-item-sign path,.usad__advantage-mobile-table__dropdown:nth-child(2) .usad__advantage-mobile-table__dropdown-item-sign rect{fill:#fff}.usad__advantage-mobile-table__dropdown-header{cursor:pointer;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;background-color:#1a1a1a;justify-content:space-between;align-items:center;padding:5vw 6.25vw;font-size:4.375vw;font-weight:500;line-height:6.875vw;display:flex}@media (min-width:768px){.usad__advantage-mobile-table__dropdown-header{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.usad__advantage-mobile-table__dropdown-header{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.usad__advantage-mobile-table__dropdown-header{font-size:17px;line-height:24px}}.usad__advantage-mobile-table__dropdown-header-chevron{transition:transform .3s;display:inline-block}.usad__advantage-mobile-table__dropdown-header-chevron svg{width:4.375vw;height:4.375vw}.usad__advantage-mobile-table__dropdown-header-chevron.open{transform:rotate(180deg)}.usad__advantage-mobile-table__dropdown-content{max-height:0;transition:max-height .3s;overflow:hidden}.usad__advantage-mobile-table__dropdown-item{background-color:#1a1a1a;justify-content:space-between;align-items:center;padding:5vw 6.25vw;display:flex}.usad__advantage-mobile-table__dropdown-item:nth-child(odd){background-color:#121212}.usad__advantage-mobile-table__dropdown-item span:first-child{text-align:left}.usad__advantage-mobile-table__dropdown-item span:last-child{text-align:right}.usad__advantage-mobile-table__dropdown-item-title{color:#fff;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.usad__advantage-mobile-table__dropdown-item-title{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.usad__advantage-mobile-table__dropdown-item-title{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.usad__advantage-mobile-table__dropdown-item-title{font-size:17px;line-height:24px}}.usad__advantage-mobile-table__dropdown-item-sign svg{width:3.75vw;height:3.75vw}.usad__advantage-footer{text-align:center;background:linear-gradient(90deg,#c4ffc2,#ffe2fc 45.2%,#eeffa8);border-radius:20px;justify-content:center;align-items:center;width:100%;max-width:100%;height:fit-content;min-height:100px;margin-top:7.5vw;padding:6.25vw;display:flex;position:relative}.usad__advantage-footer-background{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute}@media (min-width:1024px){.usad__advantage-footer-background{background-size:contain}}@media (min-width:768px){.usad__advantage-footer{border-radius:32px;margin-top:4.16667vw;padding:4.16667vw}}@media (min-width:1024px){.usad__advantage-footer{border-radius:40px;margin-top:2.77778vw;padding:4.16667vw}}@media (min-width:1440px){.usad__advantage-footer{margin-top:40px;padding:60px}}.usad__advantage-footer-text{color:#121212}@media (min-width:1024px){.usad__advantage-footer-text{max-width:58.0556vw}}@media (min-width:1440px){.usad__advantage-footer-text{max-width:836px}}.usad__join-waitlist{background:#f5f5f5;flex-direction:column;align-items:center;display:flex}.usad__join-waitlist .usad__email-group{justify-content:center;margin-top:7.5vw}@media (min-width:768px){.usad__join-waitlist .usad__email-group{margin-top:5.20833vw}}@media (min-width:1024px){.usad__join-waitlist .usad__email-group{margin-top:4.16667vw}}@media (min-width:1440px){.usad__join-waitlist .usad__email-group{margin-top:60px}}.usad__social{width:100%;margin:0 auto}.usad__social .homepage-community__container{padding:0}.usad__faq{flex-direction:column;align-items:center;display:flex}.usad__faq-accordion-wrapper{width:100%;margin:0 auto 7.5vw;padding:7.5vw 0}@media (min-width:768px){.usad__faq-accordion-wrapper{max-width:85.6771vw;margin-bottom:5.20833vw;padding:5.20833vw 0}}@media (min-width:1024px){.usad__faq-accordion-wrapper{max-width:71.1111vw;margin-bottom:2.77778vw;padding:4.16667vw 0}}@media (min-width:1440px){.usad__faq-accordion-wrapper{max-width:1024px;margin-bottom:40px;padding:60px 0}}.usad__faq-contact{background:#fff;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0 auto;padding:6.25vw;display:flex}@media (min-width:768px){.usad__faq-contact{border-radius:32px;max-width:85.6771vw;padding:4.16667vw}}@media (min-width:1024px){.usad__faq-contact{border-radius:40px;max-width:71.1111vw;padding:2.22222vw}}@media (min-width:1440px){.usad__faq-contact{max-width:1024px;padding:32px}}.usad__faq-contact-header{text-align:center}.usad__faq-contact-header h5{color:#121212;font-weight:500}.usad__faq-contact-header p{color:#313131b3;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;margin-top:2.5vw;margin-bottom:7.5vw;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){.usad__faq-contact-header p{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){.usad__faq-contact-header p{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){.usad__faq-contact-header p{font-size:17px;line-height:24px}}@media (min-width:768px){.usad__faq-contact-header p{margin-top:1.04167vw;margin-bottom:3.125vw}}@media (min-width:1024px){.usad__faq-contact-header p{margin-top:.555556vw;margin-bottom:2.22222vw}}@media (min-width:1440px){.usad__faq-contact-header p{margin-top:8px;margin-bottom:32px}}.provablepaper,.usad-template-page{background-color:#f5f5f5}.provablepaper{justify-content:center;align-items:center;min-height:100vh;margin:0;padding:15vw 5vw;font-family:Arial,Helvetica,sans-serif;display:flex}@media (min-width:768px){.provablepaper{padding:10.4167vw 3.90625vw}}@media (min-width:1024px){.provablepaper{padding:5.55556vw 4.16667vw}}@media (min-width:1440px){.provablepaper{padding:80px 60px}}.provablepaper__container{background:#fff;border-radius:24px;width:100%;max-width:680px;padding:7.5vw;box-shadow:0 4px 24px #1212120f}@media (min-width:768px){.provablepaper__container{padding:5.20833vw}}@media (min-width:1024px){.provablepaper__container{border-radius:32px;padding:3.19444vw}}@media (min-width:1440px){.provablepaper__container{padding:46px}}.provablepaper__text{color:#000;margin-bottom:7.5vw;font-size:18px;line-height:1.6}@media (min-width:768px){.provablepaper__text{margin-bottom:5.20833vw}}@media (min-width:1024px){.provablepaper__text{margin-bottom:2.77778vw}}@media (min-width:1440px){.provablepaper__text{margin-bottom:40px}}.provablepaper__link{color:#000;text-decoration:underline}.provablepaper__link:hover{opacity:.7}.provablepaper__button{color:#f5f5f5;cursor:pointer;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;background-color:#121212;border:1px solid #0000;border-radius:62px;width:fit-content;margin:0 auto;padding:4.6875vw 10vw;font-size:3.4375vw;font-weight:500;line-height:5vw;display:flex}@media (min-width:768px){.provablepaper__button{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){.provablepaper__button{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){.provablepaper__button{font-size:13px;line-height:20px}}@media (min-width:768px){.provablepaper__button{border-radius:720px;padding:2.08333vw 4.16667vw}}@media (min-width:1024px){.provablepaper__button{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;margin-right:0;padding:1.11111vw 2.22222vw;font-size:4.0625vw;font-weight:600;line-height:5.625vw}}@media (min-width:1024px) and (min-width:768px){.provablepaper__button{font-size:1.82292vw;line-height:2.34375vw}}@media (min-width:1024px) and (min-width:1024px){.provablepaper__button{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1024px) and (min-width:1440px){.provablepaper__button{font-size:15px;line-height:20px}}@media (min-width:1440px){.provablepaper__button{padding:16px 32px}}html{-webkit-font-smoothing:antialiased;background-color:#121212;position:relative;overflow-x:hidden}body{color:#f5f5f5;font-family:var(--font-sora),Arial,sans-serif;margin:0;padding:0;font-weight:400}*{box-sizing:border-box}a{text-decoration:none}h1,h2,h3,h4,h5,h6,li,p,ul{margin:0;padding:0}li{list-style-type:none}h1{font-family:var(--font-sora),Arial,sans-serif;letter-spacing:-.03em;font-size:13.125vw;font-weight:400;line-height:15vw}@media (min-width:768px){h1{letter-spacing:-.04em;font-size:8.33333vw;line-height:8.85417vw}}@media (min-width:1024px){h1{font-size:6.25vw;line-height:6.25vw}}@media (min-width:1440px){h1{font-size:90px;line-height:90px}}h1.title{font-family:var(--font-sora),Arial,sans-serif;letter-spacing:-.03em;font-size:15vw;font-weight:400;line-height:16.25vw}@media (min-width:768px){h1.title{font-size:10.4167vw;line-height:10.4167vw}}@media (min-width:1024px){h1.title{font-size:7.63889vw;line-height:7.63889vw}}@media (min-width:1440px){h1.title{font-size:110px;line-height:110px}}h2{font-family:var(--font-sora),Arial,sans-serif;letter-spacing:-.03em;font-size:10.625vw;font-weight:400;line-height:11.875vw}@media (min-width:768px){h2{font-size:5.72917vw;line-height:6.77083vw}}@media (min-width:1024px){h2{font-size:4.16667vw;line-height:4.58333vw}}@media (min-width:1440px){h2{font-size:60px;line-height:66px}}h3{font-family:var(--font-sora),Arial,sans-serif;letter-spacing:-.03em;font-size:8.125vw;font-weight:400;line-height:10vw}@media (min-width:768px){h3{font-size:4.42708vw;line-height:5.46875vw}}@media (min-width:1024px){h3{font-size:2.77778vw;line-height:3.61111vw}}@media (min-width:1440px){h3{font-size:40px;line-height:52px}}h4{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;font-size:6.25vw;font-weight:500;line-height:8.75vw}@media (min-width:768px){h4{font-size:3.125vw;line-height:4.16667vw}}@media (min-width:1024px){h4{font-size:2.22222vw;line-height:3.05556vw}}@media (min-width:1440px){h4{font-size:32px;line-height:44px}}h5{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:-.01em;font-size:5.625vw;font-weight:500;line-height:7.5vw}@media (min-width:768px){h5{font-size:2.47396vw;line-height:3.38542vw}}@media (min-width:1024px){h5{font-size:1.52778vw;line-height:2.08333vw}}@media (min-width:1440px){h5{font-size:22px;line-height:30px}}h6{font-family:var(--font-inter),Arial,sans-serif;font-size:5vw;font-weight:500;line-height:7.5vw}@media (min-width:768px){h6{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){h6{font-size:1.11111vw;line-height:1.66667vw}}@media (min-width:1440px){h6{font-size:16px;line-height:24px}}p.body-large{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;font-size:5vw;font-weight:400;line-height:7.5vw}@media (min-width:768px){p.body-large{font-size:2.34375vw;line-height:3.38542vw}}@media (min-width:1024px){p.body-large{font-size:1.38889vw;line-height:2.08333vw}}@media (min-width:1440px){p.body-large{font-size:20px;line-height:30px}}p.body-medium{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.02em;font-size:4.375vw;font-weight:400;line-height:6.875vw}@media (min-width:768px){p.body-medium{font-size:2.08333vw;line-height:3.125vw}}@media (min-width:1024px){p.body-medium{font-size:1.18056vw;line-height:1.66667vw}}@media (min-width:1440px){p.body-medium{font-size:17px;line-height:24px}}p.body-small{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.01em;font-size:3.75vw;font-weight:400;line-height:5.625vw}@media (min-width:768px){p.body-small{font-size:1.82292vw;line-height:2.86458vw}}@media (min-width:1024px){p.body-small{font-size:.972222vw;line-height:1.52778vw}}@media (min-width:1440px){p.body-small{font-size:14px;line-height:22px}}div.label{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){div.label{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){div.label{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){div.label{font-size:13px;line-height:20px}}a.cta{font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;font-size:3.75vw;font-weight:600;line-height:5.625vw}@media (min-width:768px){a.cta{font-size:1.95313vw;line-height:2.60417vw}}@media (min-width:1024px){a.cta{font-size:1.04167vw;line-height:1.38889vw}}@media (min-width:1440px){a.cta{font-size:15px;line-height:20px}}button{color:#121212}button.primary-button{color:#f5f5f5;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;background-color:#121212;border:none;padding:3.125vw 6.25vw;font-size:3.4375vw;font-weight:500;line-height:5vw;transition:background-color .3s}@media (min-width:768px){button.primary-button{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){button.primary-button{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){button.primary-button{font-size:13px;line-height:20px}}@media (min-width:768px){button.primary-button{padding:1.30208vw 2.60417vw}}@media (min-width:1024px){button.primary-button{padding:.694444vw 1.38889vw}}@media (min-width:1440px){button.primary-button{padding:10px 20px}}button.primary-button:hover{color:#121212;cursor:pointer;background-color:#c4ffc2}button.secondary-button{color:#121212;font-family:var(--font-inter),Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;background-color:#f5f5f5;border:none;padding:3.125vw 6.25vw;font-size:3.4375vw;font-weight:500;line-height:5vw}@media (min-width:768px){button.secondary-button{font-size:1.69271vw;line-height:2.60417vw}}@media (min-width:1024px){button.secondary-button{font-size:.902778vw;line-height:1.38889vw}}@media (min-width:1440px){button.secondary-button{font-size:13px;line-height:20px}}@media (min-width:768px){button.secondary-button{border-radius:.520833vw;padding:1.30208vw 2.60417vw}}@media (min-width:1024px){button.secondary-button{padding:.694444vw 1.38889vw}}@media (min-width:1440px){button.secondary-button{padding:10px 20px}}#gatsby-focus-wrapper{overflow:hidden}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=?#iefix)format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF)format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=)format("truetype"),url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciLz4=#slick)format("svg")}.slick-next,.slick-prev{cursor:pointer;border:none;width:20px;height:20px;padding:0;font-size:0;line-height:0;display:block;position:absolute;top:50%;transform:translateY(-50%)}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:#0000;background:0 0;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;opacity:.75;font-family:slick;font-size:20px;line-height:1}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{text-align:center;width:100%;margin:0;padding:0;list-style:none;display:block;position:absolute;bottom:-25px}.slick-dots li{margin:0 5px;padding:0;display:inline-block;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;width:20px;height:20px}.slick-dots li button{color:#0000;background:0 0;border:0;outline:none;padding:5px;font-size:0;line-height:0;display:block}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";opacity:.25;text-align:center;width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;padding:0;overflow:hidden}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{margin-left:auto;margin-right:auto;display:block;position:relative;top:0;left:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;height:auto;display:block}.slick-arrow.slick-hidden{display:none}html,body,body.home-page,.home-page,main,.homepage-hero,.homepage-body,.homepage-body__grid,.homepage-body__grid-inner,.homepage-body__wrapper,.homepage-body__card-wrapper,.homepage-developer-tools,.homepage-community,.homepage-community__container,.homepage-use-cases,.homepage-solutions,.section-wrapper,.container,.home-page__body,.blog,.application{color:#f2f2f2!important;background-color:#0b0b0e!important}.homepage-use-cases__container{background:#141418}.homepage-body__grid{border-bottom-color:#1f1f25}.homepage-body__grid:after{display:none!important}.homepage-hero h1,.homepage-hero p,.homepage-body__wrapper h2,.homepage-body__wrapper-label,.homepage-developer-tools h2,.homepage-developer-tools__label,.homepage-community__title,.homepage-community__label,.homepage-events__title,.homepage-events__label,.homepage-blog-and-press h2,h1,h2,h3,h4,h5,h6,p,.homepage-body__wrapper-core h3{color:#f2f2f2!important}.homepage-body__wrapper-label,.homepage-developer-tools__label,.homepage-community__label,.homepage-events__label{color:#d4a017!important}.homepage-body__card,.homepage-body__card.first,.homepage-body__card.third{color:#f2f2f2!important;background-color:#141418!important}.homepage-body__card h3,.homepage-body__card p{color:#f2f2f2!important}.homepage-body__card p{color:#b8b8c0!important}.homepage-body__card-link span{color:#d4a017!important}.homepage-body__card:hover{background-color:#1a1a20!important}.paraloom-entry{flex-direction:column;position:relative;display:flex!important}.paraloom-cat{font-family:var(--font-jetbrains), ui-monospace, monospace;letter-spacing:.14em;text-transform:uppercase;color:#d4a017;margin-bottom:14px;font-size:11px;font-weight:500;display:block}.paraloom-entry__see{font-family:var(--font-jetbrains), ui-monospace, monospace;letter-spacing:.04em;color:#b8b8c0;border-top:1px solid #2a2a32;margin-top:auto;padding-top:24px;font-size:12px;transition:color .3s}.paraloom-entry h3{margin:0 0 12px}.paraloom-entry p{margin:0 0 24px}.homepage-body__card-wrapper{margin-top:60px!important}.homepage-body__card.first:after{opacity:.32;filter:drop-shadow(0 0 30px #d4a01759);pointer-events:none;z-index:0!important;background-image:url(/illustrations/paralooms.png)!important;width:280px!important;height:280px!important;bottom:-40px!important;right:-40px!important}.homepage-body__card.first>*{z-index:1;position:relative}.paraloom-entry:hover .paraloom-entry__see{color:#d4a017}.paraloom-trace{font-family:var(--font-jetbrains), ui-monospace, monospace;color:#b8b8c0;white-space:pre;background:#0a0a0e;border:1px solid #1f1f25;border-radius:8px;margin:28px 0 0;padding:18px 20px;font-size:12px;line-height:1.7;overflow-x:auto}.paraloom-trace:first-line{color:#8a8a95}.homepage-developer-tools li,.community-block__link,.homepage-community__full-card{transition:border-color .3s,background-color .3s;position:relative;background:#141418!important;border-color:#2a2a32!important}.homepage-developer-tools li:hover,.community-block__link:hover,.homepage-community__full-card:hover{background-color:#141418!important;border-color:#d4a01773!important}.homepage-developer-tools li>a,.community-block__link>*,.homepage-community__full-card>*{z-index:1;position:relative}.homepage-community__full-card:hover .homepage-community__full-card-title,.homepage-community__full-card:hover .homepage-community__full-card-link{color:#f2f2f2!important}.homepage-community__full-card:hover .homepage-community__full-card-link{color:#d4a017!important}.homepage-developer-tools li a:hover{background:0 0!important}.homepage-developer-tools li a:hover p{color:#f2f2f2!important}.homepage-developer-tools li p{color:#e8e8ee;transition:color .3s}.homepage-developer-tools__background{display:none!important}.homepage-hero a.first{color:#f2f2f2!important;background-color:#0b0b0e!important;border:1px solid #f2f2f2!important}.homepage-hero a.first:hover{color:#d4a017!important;border-color:#d4a017!important}.homepage-hero a.second{color:#0b0b0e!important;background-color:#d4a017!important}.homepage-hero a.second:hover{color:#0b0b0e!important;background-color:#f0c040!important}.site-header__logo,.site-header__link{color:#f2f2f2!important}.site-header__logo-version{color:#8a8a95!important}.site-header__cta{color:#0b0b0e!important;background-color:#d4a017!important}.site-header__cta:hover{background-color:#f0c040!important}.paraloom-specs{border-collapse:collapse;border-top:1px solid #2a2a32;width:100%;margin-top:40px}.paraloom-specs th,.paraloom-specs td{vertical-align:baseline;text-align:left;border-bottom:1px solid #1f1f25;padding:22px 24px 22px 0;font-weight:400}.paraloom-specs th{font-family:var(--font-sora), Arial, sans-serif;color:#f2f2f2;letter-spacing:-.005em;width:30%;font-size:17px}.paraloom-specs__value{font-family:var(--font-jetbrains), ui-monospace, monospace;color:#d4a017;letter-spacing:.02em;width:35%;font-size:14px}.paraloom-specs__detail{font-family:var(--font-inter), Arial, sans-serif;color:#8a8a95;letter-spacing:.01em;font-size:13px}.paraloom-specs tr{transition:background .3s}.paraloom-specs tbody tr:hover{background:#d4a0170a}@media (max-width:767px){.paraloom-specs th,.paraloom-specs td{border-bottom:none;width:auto;padding:8px 0;display:block}.paraloom-specs th{padding-top:22px}.paraloom-specs__detail{border-bottom:1px solid #1f1f25;padding-bottom:22px}}.community-block,.community-block__wrapper{background:0 0!important;border:none!important}.community-block__count{color:#d4a017!important}.community-block__what,.community-block .label{color:#b8b8c0}.community-block h4{color:#f2f2f2}.homepage-community__full-card{background:#141418;border:1px solid #2a2a32}.homepage-community__full-card-title{color:#f2f2f2}.homepage-community__full-card-link{color:#d4a017}[style*=\#c4ffc2]:not(input):not(textarea){color:#0b0b0e!important;background-color:#d4a017!important}.paraloom-mark-hero{object-fit:contain;width:100%;max-width:460px;height:auto;margin:0 auto;transition:transform .6s cubic-bezier(.22,1,.36,1);animation:1.2s cubic-bezier(.22,1,.36,1) .15s both paraloom-mark-enter,5.5s ease-in-out 1.5s infinite alternate paraloom-mark-breathe;display:block}.paraloom-mark-hero:hover{transform:scale(1.03)rotate(2deg)}@keyframes paraloom-mark-enter{0%{opacity:0;filter:drop-shadow(0 0 #d4a01700);transform:scale(.94)translateY(8px)}to{opacity:1;filter:drop-shadow(0 24px 48px #d4a0172e);transform:scale(1)translateY(0)}}@keyframes paraloom-mark-breathe{0%{filter:drop-shadow(0 22px 44px #d4a01729)brightness()}to{filter:drop-shadow(0 30px 58px #d4a0174d)brightness(1.04)}}hr,.divider,.homepage-body__grid{border-color:#1f1f25!important}@media (max-width:1023px){main{overflow-x:hidden}.homepage-body h3{background-color:#0000!important;width:auto!important;margin-bottom:8px!important;padding:0!important}.homepage-body,.homepage-body__grid,.homepage-body__grid-inner,.homepage-body__wrapper,.homepage-body__card-wrapper{box-sizing:border-box;max-width:100%;margin-left:auto!important;margin-right:auto!important;padding-left:5vw!important;padding-right:5vw!important}.paraloom-specs{margin-left:auto;margin-right:auto}.homepage-community,.homepage-community__container,.homepage-community__content{box-sizing:border-box;max-width:100%;padding-left:5vw!important;padding-right:5vw!important}.homepage-community__container{padding:0 5vw!important}.community-block__link{gap:16px;border-radius:16px!important;flex-direction:column!important;align-items:flex-start!important;height:auto!important;min-height:0!important;padding:24px!important}.homepage-community__full-card{border-radius:16px!important;height:auto!important;min-height:0!important}.homepage-community__full-card-image{display:none!important}.homepage-community__full-card-header{padding:28px!important}.homepage-developer-tools li:after,.community-block__link:after,.homepage-community__full-card:after{display:none!important}.homepage-developer-tools li,.community-block__link,.homepage-community__full-card{transform:none!important}.community-block__count{font-size:32px!important;line-height:1.1!important}}.paraloom-page__container{max-width:1100px;margin:0 auto;padding:0 5vw}@media (min-width:1024px){.paraloom-page__container{padding:0 60px}}.paraloom-page__hero{border-bottom:1px solid #1f1f25;padding:18vh 0 12vh}@media (min-width:1024px){.paraloom-page__hero{padding:22vh 0 14vh}}.paraloom-page__eyebrow{font-family:var(--font-jetbrains), ui-monospace, monospace;letter-spacing:.16em;text-transform:uppercase;color:#d4a017;margin-bottom:24px;font-size:11px;display:block}.paraloom-page__h1{font-family:var(--font-sora), Arial, sans-serif;letter-spacing:-.035em;color:#f2f2f2;max-width:18ch;margin:0 0 32px;font-size:clamp(40px,6vw,80px);font-weight:400;line-height:1.02}.paraloom-page__h2{font-family:var(--font-sora), Arial, sans-serif;letter-spacing:-.02em;color:#f2f2f2;max-width:22ch;margin:0 0 24px;font-size:clamp(28px,3.6vw,44px);font-weight:400;line-height:1.1}.paraloom-page__lede{font-family:var(--font-inter), Arial, sans-serif;color:#b8b8c0;max-width:60ch;margin:0 0 40px;font-size:clamp(16px,1.4vw,19px);line-height:1.6}.paraloom-page__body{font-family:var(--font-inter), Arial, sans-serif;color:#b8b8c0;max-width:60ch;margin:0 0 28px;font-size:15px;line-height:1.65}.paraloom-page__cta-actions{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}.paraloom-flow{padding:8vh 0 12vh}.paraloom-flow__node{border-bottom:1px solid #1f1f25;max-width:760px;padding:56px 0}.paraloom-flow__node:first-of-type{padding-top:24px}.paraloom-flow__node:last-of-type{border-bottom:none}.paraloom-flow__sig{font-family:var(--font-jetbrains), ui-monospace, monospace;letter-spacing:.05em;color:#d4a017;background:#d4a01714;border:1px solid #d4a0174d;border-radius:4px;margin:0 0 18px;padding:4px 10px;font-size:13px;font-weight:500;display:inline-block}.paraloom-flow__title{font-family:var(--font-sora), Arial, sans-serif;letter-spacing:-.015em;color:#f2f2f2;max-width:24ch;margin:0 0 18px;font-size:clamp(24px,2.8vw,34px);font-weight:400;line-height:1.15}.paraloom-flow__text{font-family:var(--font-inter), Arial, sans-serif;color:#b8b8c0;max-width:64ch;margin:0 0 14px;font-size:15px;line-height:1.65}.paraloom-flow__detail{font-family:var(--font-jetbrains), ui-monospace, monospace;color:#d4a017bf;letter-spacing:.02em;max-width:60ch;margin:0;font-size:12.5px;line-height:1.55}.paraloom-flow__node .paraloom-trace{margin-top:18px}.paraloom-page__consensus,.paraloom-page__hardware{border-top:1px solid #1f1f25;padding:12vh 0}.paraloom-page__cta{border-top:1px solid #1f1f25;padding:14vh 0}.paraloom-page__cta-inner{grid-template-columns:1fr;align-items:end;gap:32px;display:grid}@media (min-width:1024px){.paraloom-page__cta-inner{grid-template-columns:1.5fr 1fr;gap:60px}}.paraloom-page__cta-actions .cta,.paraloom-page__hero .cta{height:48px;font-family:var(--font-inter), Arial, sans-serif;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;padding:0 22px;font-size:13px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.paraloom-page__cta-actions .cta.first,.paraloom-page__hero .cta.first{color:#0b0b0e;background:#d4a017}.paraloom-page__cta-actions .cta.first:hover,.paraloom-page__hero .cta.first:hover{background:#f0c040}.paraloom-page__cta-actions .cta.second,.paraloom-page__hero .cta.second{color:#f2f2f2;background:0 0;border:1px solid #f2f2f2}.paraloom-page__cta-actions .cta.second:hover,.paraloom-page__hero .cta.second:hover{color:#d4a017;border-color:#d4a017}.site-footer{background:#050507;border-top:1px solid #1f1f25;margin-top:80px;padding:80px 5vw 24px}@media (min-width:1024px){.site-footer{padding:100px 60px 32px}}.site-footer__container{border-bottom:1px solid #1f1f25;grid-template-columns:1fr;gap:48px;max-width:1200px;margin:0 auto;padding-bottom:60px;display:grid}@media (min-width:768px){.site-footer__container{grid-template-columns:1.4fr 2fr;gap:60px}}.site-footer__brand{max-width:360px}.site-footer__logo{align-items:center;gap:10px;margin-bottom:16px;text-decoration:none;display:flex}.site-footer__logo-mark{object-fit:contain;width:24px;height:24px}.site-footer__logo-text{font-family:var(--font-sora), Arial, sans-serif;color:#f2f2f2;letter-spacing:-.02em;font-size:17px;font-weight:600}.site-footer__tag{font-family:var(--font-sora), Arial, sans-serif;color:#8a8a95;letter-spacing:-.005em;margin:0;font-size:13px;font-weight:400;line-height:1.55}.site-footer__cols{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:480px){.site-footer__cols{grid-template-columns:1fr 1fr;gap:32px 16px}}.site-footer__col{flex-direction:column;display:flex}.site-footer__col-title{font-family:var(--font-jetbrains), ui-monospace, monospace;letter-spacing:.14em;text-transform:uppercase;color:#d4a017;margin:0 0 14px;font-size:11px;font-weight:500}.site-footer__link{font-family:var(--font-sora), Arial, sans-serif;letter-spacing:-.005em;color:#b8b8c0;padding:4px 0;font-size:14px;font-weight:400;text-decoration:none;transition:color .2s}.site-footer__link:hover{color:#f2f2f2}.site-footer__bottom{max-width:1200px;font-family:var(--font-jetbrains), ui-monospace, monospace;letter-spacing:.04em;color:#5a5a66;flex-wrap:wrap;justify-content:space-between;gap:12px;margin:24px auto 0;font-size:11px;display:flex}.site-footer__bottom-mid{color:#8a8a95}@media (max-width:1023px){.paraloom-page__container{box-sizing:border-box;max-width:100%;padding-left:5vw!important;padding-right:5vw!important}.paraloom-page__hero,.paraloom-page__consensus,.paraloom-page__hardware,.paraloom-page__cta,.paraloom-flow{overflow-x:hidden}.paraloom-step__index{position:static}}.paraloom-blog__container{max-width:1100px;margin:0 auto;padding:0 5vw}@media (min-width:1024px){.paraloom-blog__container{padding:0 60px}}.paraloom-blog__list-section{padding:8vh 0 14vh}.paraloom-blog__empty{font-family:var(--font-jetbrains), ui-monospace, monospace;color:#6f6f78;letter-spacing:.04em;padding:4vh 0;font-size:13px}.paraloom-blog__list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.paraloom-blog__item{border-top:1px solid #1f1f25}.paraloom-blog__item:last-child{border-bottom:1px solid #1f1f25}.paraloom-blog__link{color:inherit;padding:32px 0;text-decoration:none;transition:padding-left .2s;display:block}.paraloom-blog__link:hover{padding-left:12px}.paraloom-blog__date{font-family:var(--font-jetbrains), ui-monospace, monospace;letter-spacing:.14em;text-transform:uppercase;color:#6f6f78;margin-bottom:12px;font-size:11px;display:block}.paraloom-blog__title{font-family:var(--font-sora), Arial, sans-serif;letter-spacing:-.02em;color:#f2f2f2;margin:0 0 10px;font-size:clamp(22px,2.6vw,30px);font-weight:400;line-height:1.18}.paraloom-blog__link:hover .paraloom-blog__title{color:#d4a017}.paraloom-blog__excerpt{font-family:var(--font-inter), Arial, sans-serif;color:#b8b8c0;max-width:720px;margin:0;font-size:15px;line-height:1.55}.paraloom-blog__article{padding:14vh 0}.paraloom-blog__article-container{max-width:720px;margin:0 auto;padding:0 5vw}@media (min-width:1024px){.paraloom-blog__article-container{padding:0 24px}}.paraloom-blog__back-link{font-family:var(--font-jetbrains), ui-monospace, monospace;letter-spacing:.08em;color:#6f6f78;margin-bottom:60px;font-size:12px;text-decoration:none;transition:color .15s;display:inline-block}.paraloom-blog__back-link:hover{color:#d4a017}.paraloom-blog__article-header{border-bottom:1px solid #1f1f25;margin-bottom:48px;padding-bottom:32px}.paraloom-blog__article-date{font-family:var(--font-jetbrains), ui-monospace, monospace;letter-spacing:.14em;text-transform:uppercase;color:#6f6f78;margin-bottom:18px;font-size:11px;display:block}.paraloom-blog__article-title{font-family:var(--font-sora), Arial, sans-serif;letter-spacing:-.025em;color:#f2f2f2;margin:0 0 18px;font-size:clamp(32px,4.6vw,56px);font-weight:400;line-height:1.05}.paraloom-blog__article-lead{font-family:var(--font-inter), Arial, sans-serif;color:#b8b8c0;margin:0 0 22px;font-size:18px;line-height:1.5}.paraloom-blog__article-byline{font-family:var(--font-jetbrains), ui-monospace, monospace;letter-spacing:.08em;color:#6f6f78;font-size:12px}.paraloom-blog__article-body{font-family:var(--font-inter), Arial, sans-serif;color:#d8d8dc;font-size:17px;line-height:1.7}.paraloom-blog__article-body h2{font-family:var(--font-sora), Arial, sans-serif;letter-spacing:-.02em;color:#f2f2f2;margin:56px 0 20px;font-size:clamp(22px,3vw,28px);font-weight:400;line-height:1.2}.paraloom-blog__article-body h3{font-family:var(--font-sora), Arial, sans-serif;color:#f2f2f2;margin:40px 0 14px;font-size:20px;font-weight:500}.paraloom-blog__article-body p{margin:0 0 22px}.paraloom-blog__article-body ul,.paraloom-blog__article-body ol{margin:0 0 22px;padding-left:24px}.paraloom-blog__article-body li{margin-bottom:8px}.paraloom-blog__article-body strong{color:#f2f2f2}.paraloom-blog__article-body a{color:#d4a017;text-underline-offset:3px;text-decoration:underline}.paraloom-blog__article-body a:hover{color:#f0c040}.paraloom-blog__article-body code{font-family:var(--font-jetbrains), ui-monospace, monospace;color:#e8e8ee;background:#14141a;border-radius:4px;padding:2px 6px;font-size:.92em}.paraloom-blog__article-body pre{background:#0e0e12;border:1px solid #1f1f25;border-radius:8px;margin:0 0 28px;padding:18px 20px;overflow-x:auto}.paraloom-blog__article-body pre code{background:0 0;padding:0;font-size:13px;line-height:1.6}.paraloom-blog__article-body blockquote{color:#b8b8c0;border-left:2px solid #d4a017;margin:0 0 28px;padding-left:20px;font-style:normal}.paraloom-blog__article-body hr{border:0;border-top:1px solid #1f1f25;margin:48px 0}.paraloom-home-writing{border-top:1px solid #1f1f25;padding:8vh 0}.paraloom-home-writing__container{max-width:1100px;margin:0 auto;padding:0 5vw}@media (min-width:1024px){.paraloom-home-writing__container{padding:0 60px}}.paraloom-home-writing__header{justify-content:space-between;align-items:baseline;margin-bottom:32px;display:flex}.paraloom-home-writing__title{font-family:var(--font-sora), Arial, sans-serif;letter-spacing:-.02em;color:#f2f2f2;margin:0;font-size:clamp(20px,2.4vw,26px);font-weight:400}.paraloom-home-writing__more{font-family:var(--font-jetbrains), ui-monospace, monospace;letter-spacing:.08em;color:#6f6f78;font-size:12px;text-decoration:none}.paraloom-home-writing__more:hover{color:#d4a017}.placeholder-icon{background:#e3e3e3;border-radius:12px;width:56px;height:56px;margin:0 auto 16px;display:block}.site-header{z-index:100;font-family:var(--font-inter), Arial, sans-serif;justify-content:space-between;align-items:center;padding:1.5rem 5vw;display:flex;position:absolute;top:0;left:0;right:0}@media (min-width:1024px){.site-header{padding:2rem 4.166vw}}@media (min-width:1440px){.site-header{max-width:1440px;margin:0 auto;padding:32px 60px}}.site-header__logo{font-family:var(--font-sora), Arial, sans-serif;letter-spacing:-.02em;align-items:center;gap:10px;font-size:17px;font-weight:600;text-decoration:none;display:flex}.site-header__logo-mark{object-fit:contain;width:24px;height:24px;display:block}.site-header__logo-text{font-family:var(--font-sora), Arial, sans-serif;letter-spacing:-.02em;font-weight:600}.site-header__nav{align-items:center;gap:2rem;display:none}@media (min-width:1024px){.site-header__nav{display:flex}}.site-header__link{font-family:var(--font-sora), Arial, sans-serif;letter-spacing:-.005em;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .2s}.site-header__link:hover{opacity:.55}.site-header__cta{letter-spacing:-.005em;font-size:13px;font-weight:600;font-family:var(--font-sora), Arial, sans-serif;border-radius:999px;padding:10px 18px;text-decoration:none;transition:background .2s}.site-header__cta:hover{background:#313131}.site-header__right{align-items:center;gap:12px;display:flex}.site-mobile{display:block;position:relative}@media (min-width:1024px){.site-mobile{display:none}}@media (max-width:1023px){.site-header__cta{display:none}}.site-mobile__btn{cursor:pointer;background:#d4a0170f;border:1px solid #2a2a32;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;list-style:none;display:flex}.site-mobile__btn::-webkit-details-marker{display:none}.site-mobile__btn span{background:#f2f2f2;width:18px;height:1.5px;transition:transform .25s,opacity .25s;display:block}.site-mobile[open] .site-mobile__btn span:first-child{transform:translateY(6.5px)rotate(45deg)}.site-mobile[open] .site-mobile__btn span:nth-child(2){opacity:0}.site-mobile[open] .site-mobile__btn span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.site-mobile__panel{background:#0b0b0e;border:1px solid #1f1f25;border-radius:14px;flex-direction:column;gap:4px;padding:24px;display:flex;position:fixed;top:80px;left:5vw;right:5vw;box-shadow:0 30px 60px #0009}.site-mobile__link{font-family:var(--font-sora), Arial, sans-serif;color:#f2f2f2;border-bottom:1px solid #1f1f25;padding:14px 12px;font-size:18px;text-decoration:none;transition:color .2s;display:block}.site-mobile__link:last-child{border-bottom:none}.site-mobile__link:hover{color:#d4a017}
