.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}@keyframes show{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slide-in-from-right{0%{transform:translate(-2em);opacity:0}to{transform:none;opacity:1}}@keyframes menu-item{0%{transform:translate(40px);opacity:0}to{transform:none;opacity:1}}@keyframes breath{0%{transform:scale(1)}40%{transform:scale(1.05)}43%{transform:scale(1.05)}90%{transform:scale(1)}to{transform:scale(1)}}@keyframes wind{0%{rotate:0deg}40%{rotate:6deg}43%{rotate:6deg}98%{rotate:0}to{rotate:0}}@keyframes show-slide{0%{transform:translateY(3rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes background-shift{0%{background-position:0 0}to{background-position:100% 0}}.blog-list:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .blog-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}@media screen and (max-width: 1439px){.blog-list:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .blog-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width: 991px){.blog-list:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .blog-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media screen and (max-width: 575px){.blog-list:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .blog-list{grid-template-columns:minmax(0,1fr)}}.blog-item{position:relative;display:flex;flex-direction:column;background-color:#f6f4ff}.blog-item:has(:hover,:active,:focus-visible) img:not(.img-placeholder){transform:scale(1.03)}.blog-item:has(:hover,:active,:focus-visible) .btn__icon{transform:translate(var(--btn-icon-movement))}.blog-item__head{position:relative;display:flex;background-color:#f2efff;width:100%;aspect-ratio:400/230}.blog-item__head picture{overflow:hidden}.blog-item__head img:not(.img-placeholder){width:100%;height:auto;transition:transform .5s cubic-bezier(.25,1,.5,1)}.blog-item__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;justify-content:end;align-items:start;pointer-events:none}.blog-item__overlay>*{pointer-events:initial}.blog-item__overlay .tag-list{padding:6px;align-items:end}.blog-item__body{flex:1;display:flex;flex-direction:column;align-items:start;width:100%;padding:1.5rem}@media screen and (max-width: 1679px){.blog-item__body{padding:1.5rem}}.blog-item__body .p a{transition:color 175ms ease-out;color:#2a216b}@media (hover: hover) and (pointer: fine){.blog-item__body .p a:is(:hover,:active,:focus-visible){color:#6777e6}}.blog-item__body .p a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.blog-item.swiper-slide{height:auto}.reference-section__header{max-width:760px}.reference-section__body{max-width:1180px}.reference-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden}@media screen and (max-width: 767px){.reference-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width: 575px){.reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.reference-grid>*{position:relative}.reference-grid>*:before,.reference-grid>*:after{content:"";position:absolute;background-color:#f1f1f3}.reference-grid>*:before{top:100%;right:0;bottom:-1px;left:0}.reference-grid>*:after{top:0;right:-1px;bottom:0;left:100%}.reference-item{display:grid;place-content:center}.reference-item>a{display:flex;width:100%;padding:2.5rem 3.5rem}@media screen and (max-width: 991px){.reference-item>a{padding:2.5rem}}@media screen and (max-width: 575px){.reference-item>a{padding:2rem}}@media (hover: hover) and (pointer: fine){.reference-item>a:is(:hover,:active,:focus-visible) img{filter:none;transform:scale(1.05)}}.reference-item img{width:auto;max-height:100%;height:auto;filter:brightness(0) invert(68%) sepia(30%) saturate(244%) hue-rotate(202deg) brightness(89%) contrast(87%) opacity(.75);transition:425ms cubic-bezier(.25,1,.5,1);transition-property:transform}.hero-section{background-image:url(/build/assets/abstract-BkqVCees.svg);background-position:center top;object-fit:cover;padding-bottom:60px}@media screen and (min-width: 992px){.hero{display:grid;align-items:start;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--layout-gap);margin-block:60px}}@media screen and (max-width: 991px){.hero{display:flex;flex-direction:column-reverse;align-items:start}}@media screen and (max-width: 991px){.hero__body{display:flex;flex-direction:column}}@media screen and (max-width: 991px){.hero__body .title--h0{order:-1}}@media screen and (max-width: 991px){.hero__body .title em{display:inline-block}}@media screen and (min-width: 576px){.hero__body .btn{min-width:22ch}}@media screen and (max-width: 575px){.hero__body .btn{--btn-padding-inline: 1.15rem;--btn-padding-block: .95rem}}@media screen and (min-width: 576px){.hero__body .structure-content{font-size:var(--fs-lead)}}.hero__featured figure{position:relative}@media screen and (min-width: 992px){.hero__featured figure{transform:translateY(-30px)}}@media screen and (max-width: 991px){.hero__featured img{width:500px}}.hero__featured blockquote{position:absolute;bottom:0;left:20%;transform:translateY(60%);display:flex;align-items:start;padding:1rem 1.25rem;background-color:#fff;color:#9d9dbe;font-size:var(--fs-small);box-shadow:0 3px 23px -3px #6777e640;border-radius:0 8px 8px}@media screen and (max-width: 991px){.hero__featured blockquote{display:none}}.hero__featured blockquote:after{content:"";position:absolute;inset:auto auto calc(100% - 1px) 0;width:16px;height:10px;background-color:inherit;clip-path:polygon(0 0,100% 100%,0 100%)}.hero__featured blockquote:before{content:"";flex:none;background-color:#6777e6;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='48'%20height='35'%20viewBox='0%200%2048%2035'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.42857%2035H13.7143L20.5714%2021V0H0V21H10.2857L3.42857%2035ZM30.8571%2035H41.1429L48%2021V0H27.4286V21H37.7143L30.8571%2035Z'%20fill='black'/%3e%3c/svg%3e") no-repeat 50% 50%;mask:url("data:image/svg+xml,%3csvg%20width='48'%20height='35'%20viewBox='0%200%2048%2035'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.42857%2035H13.7143L20.5714%2021V0H0V21H10.2857L3.42857%2035ZM30.8571%2035H41.1429L48%2021V0H27.4286V21H37.7143L30.8571%2035Z'%20fill='black'/%3e%3c/svg%3e") no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain;font-size:32px;width:1em;aspect-ratio:48/35;margin-right:.65em;margin-top:.15em;height:auto;color:#6777e6}.hero__featured blockquote p{max-width:40ch}.signpost-section{display:flex;align-items:stretch}.signpost-section>[class*=container--]{display:flex;width:100%}@media screen and (min-width: 768px){.signpost-section>[class*=container--]{aspect-ratio:2.25;max-height:700px}}.signpost-nav{display:flex;justify-content:center;gap:var(--layout-gap);width:100%}@media screen and (max-width: 767px){.signpost-nav{--fs-h0: var(--fs-h3);gap:1.5rem;align-items:start;padding-block:3rem}}.signpost-nav img{width:calc(2.5 * var(--fs-h0))}.signpost-item{flex:1;position:relative;display:inline-flex;flex-direction:column;align-items:end;justify-content:center;padding:var(--layout-gap);transition-duration:.5s;color:#fff!important;transition-timing-function:cubic-bezier(.25,1,.5,1);transition-property:color,background-color}@media screen and (max-width: 767px){.signpost-item{padding:0}}.signpost-item>*{position:relative;transition-duration:inherit;transition-timing-function:inherit;transition-property:transform,left,right;transform:translate(0);will-change:left,right,transform}.signpost-item .title{display:inline-flex;flex-direction:column;align-items:start;color:inherit}.signpost-item--left>*{right:0}.signpost-item--right{order:1;align-items:start}.signpost-item--right>*{left:0}.signpost-item svg{width:max(32px,.75 * var(--fs-h0));color:#6777e6;margin-top:1rem}@media (hover: hover) and (pointer: fine){.signpost-item:is(:hover,:active,:focus-visible){text-decoration:none;color:#fff!important;background-color:#ffffff08}}@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px){.signpost-item:is(:hover,:active,:focus-visible).signpost-item--left>*{right:50%;transform:translate(50%)}.signpost-item:is(:hover,:active,:focus-visible).signpost-item--right>*{left:50%;transform:translate(-50%)}}.about{display:grid;gap:var(--layout-gap)}@media screen and (min-width: 992px){.about{grid-template-columns:minmax(0,1.25fr) minmax(0,2fr)}}@media screen and (min-width: 992px){.about .title{max-width:10ch}}@media screen and (min-width: 992px){.about .structure-content{font-size:var(--fs-jumbo)}}@media screen and (max-width: 991px){.about .structure-content{font-size:var(--fs-lead)}}.workflow{display:grid;gap:var(--layout-gap);grid-template-columns:minmax(0,1fr)}@media screen and (min-width: 992px){.workflow{grid-template-columns:minmax(0,1.25fr) minmax(0,2fr)}}@media screen and (max-width: 1439px){.workflow{--swiper-wrapper-transition-timing-function: cubic-bezier(.25, 1, .5, 1)}}.workflow-slider{min-width:100%}@media screen and (min-width: 1440px){.workflow-slider{display:flex;height:clamp(400px,75vh,700px);gap:var(--layout-gap)}.workflow-slider .swiper-btn svg{transform:rotate(90deg)}.workflow-slider .swiper-btn--prev svg{transform:rotate(-90deg)}.workflow-slider .swiper-navigation{flex-direction:column}.workflow-slider .swiper-scrollbar{height:100%!important}}.workflow-slider__foot{display:flex;justify-content:end;align-items:center;gap:2rem}@media screen and (min-width: 1440px){.workflow-slider__foot{height:100%;flex-direction:column}}@media screen and (max-width: 1439px){.workflow-slider__foot{margin-top:2rem}}.workflow-item{counter-increment:counter-numbers}@media screen and (min-width: 1440px){.workflow-item{max-height:100%;overflow:auto}}.workflow-item:before{content:counter(counter-numbers);display:inline-block;font-weight:900;font-size:clamp(10rem,8.4rem + 8vw,18rem);line-height:.8;color:transparent;-webkit-background-clip:text;background-clip:text;background-size:100%;background-image:linear-gradient(75deg,#6b59dd,#5cc3ff);-webkit-mask-image:linear-gradient(to bottom,#000000bf,#0000);mask-image:linear-gradient(to bottom,#000000bf,#0000);margin-bottom:.1em}@media (min-width: 992px) and (max-width: 1679px){.workflow-item:before{font-size:10rem}}@media screen and (max-width: 1439px){.workflow-item:before{display:none}}.workflow-pagination{display:flex;justify-content:start;align-items:end;gap:.025em;min-height:1lh;font-size:8rem;line-height:.8}.workflow-pagination-item{font-weight:900;color:transparent;-webkit-background-clip:text;background-clip:text;background-size:100%;transition:.4s var(--swiper-wrapper-transition-timing-function);transition-property:font-size,filter;min-width:.75em;background-image:linear-gradient(75deg,#6b59dd,#5cc3ff);-webkit-mask-image:linear-gradient(to bottom,#000000bf,#0000);mask-image:linear-gradient(to bottom,#000000bf,#0000)}.workflow-pagination-item:not([aria-current=true]){filter:grayscale(.75) opacity(.25);font-size:.55em}.workflow-pagination-item[aria-current=true]{filter:none}.structure-grid:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .structure-grid{--spacing: 16px;display:grid;gap:var(--gap, var(--spacing))}@media screen and (min-width: 768px){.structure-grid:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .structure-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 992px){.structure-grid:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .structure-grid{grid-template-columns:repeat(var(--columns, 4),1fr)}}@media (min-width: 768px) and (max-width: 1199px){.structure-grid:not(.swiper-wrapper).structure-grid--documents,.swiper:not(.swiper-initialized) .structure-grid.structure-grid--documents{grid-template-columns:minmax(0,1fr)}}.swiper:not(.swiper-initialized) .structure-grid{grid-template-rows:auto;grid-auto-rows:0;row-gap:0;overflow:hidden}.swiper:not(.swiper-initialized) .structure-grid+.swiper-pagination{display:none!important}@media screen and (min-width: 1200px){.structure-grid.structure-grid--icons{--spacing: 64px}}.structure-icon{display:flex;justify-content:start;align-items:start;gap:24px 32px}@media screen and (max-width: 1439px){.structure-icon{gap:24px}}@media screen and (max-width: 575px){.structure-icon{gap:20px}}.structure-icon__head{flex:none;display:flex;justify-content:center;align-items:center;width:4rem;aspect-ratio:1}@media screen and (max-width: 1439px){.structure-icon__head{width:3rem}}@media screen and (max-width: 575px){.structure-icon__head{width:2.25rem}}.structure-icon__picture{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.structure-icon__picture img{height:100%;width:auto;max-width:100%;max-height:100%;aspect-ratio:1;object-fit:contain}.structure-icon__body{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:4px}.structure-icon--center{flex-direction:column;align-items:center}.structure-icon--center .structure-icon__body{align-items:center;text-align:center}
