.img-fluid{max-width:100%;height:auto}.figure{display:inline-block}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%233b5068' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%235f0a20' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(237, 24, 79, 0.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y)var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media(prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width))0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media(prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width)solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y)var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}.accordion-flush>.accordion-item>.accordion-collapse{border-radius:0}.badge{--bs-badge-padding-x:0.5rem;--bs-badge-padding-y:0.25rem;--bs-badge-font-size:0.875rem;--bs-badge-font-weight:normal;--bs-badge-color:#fff;--bs-badge-border-radius:0.25rem;display:inline-block;padding:var(--bs-badge-padding-y)var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#ed184f;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y)var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width)solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y)var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius,0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#ed184f;--bs-list-group-active-border-color:#ed184f;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y)var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width)solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(237, 24, 79, 0.25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;--bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em;color:var(--bs-btn-close-color);background:var(--bs-btn-close-bg)50%/1em no-repeat;border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color: ;--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width)solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-body{position:relative;flex:auto;padding:var(--bs-modal-padding)}@media(min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}}@media(min-width:992px){.modal-xl{--bs-modal-width:800px}}@media(min-width:1200px){.modal-xl{--bs-modal-width:1140px}}@keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}.visually-hidden{width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}.visually-hidden:not(caption){position:absolute !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.align-middle{vertical-align:middle !important}.object-fit-contain{-o-object-fit:contain !important;object-fit:contain !important}.object-fit-cover{-o-object-fit:cover !important;object-fit:cover !important}.object-fit-fill{-o-object-fit:fill !important;object-fit:fill !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-y-visible{overflow-y:visible !important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm) !important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg) !important}.shadow-none{box-shadow:none !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.start-0{left:0 !important}.start-50{left:50% !important}.end-0{right:0 !important}.border-top{border-top:var(--bs-border-width)var(--bs-border-style)var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width)var(--bs-border-style)var(--bs-border-color) !important}.border-start{border-left:var(--bs-border-width)var(--bs-border-style)var(--bs-border-color) !important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity)) !important}.border-greyB{--bs-border-opacity:1;border-color:rgba(var(--bs-greyB-rgb),var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity)) !important}.border-2{border-width:2px !important}.border-4{border-width:4px !important}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.mw-100{max-width:100% !important}.flex-fill{flex:auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.align-content-start{align-content:flex-start !important}.align-content-center{align-content:center !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-4{order:4 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-3{margin:1rem !important}.m-auto{margin:auto !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:2.5rem !important}.pe-1{padding-right:.25rem !important}.pb-0{padding-bottom:0 !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:2.5rem !important}.ps-0{padding-left:0 !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-5{padding-left:2.5rem !important}.row-gap-2{row-gap:.5rem !important}.row-gap-3{row-gap:1rem !important}.row-gap-4{row-gap:1.5rem !important}.row-gap-5{row-gap:2.5rem !important}.fs-5{font-size:1.25rem !important}.fst-italic{font-style:italic !important}.fw-lighter{font-weight:lighter !important}.fw-light{font-weight:300 !important}.fw-normal{font-weight:400 !important}.fw-medium{font-weight:500 !important}.fw-semibold{font-weight:600 !important}.fw-bold{font-weight:700 !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important}.text-grey{--bs-text-opacity:1;color:rgba(var(--bs-grey-rgb),var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color) !important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color) !important}.text-reset{--bs-text-opacity:1;color:inherit !important}.bg-blue{--bs-bg-opacity:1;background-color:rgba(var(--bs-blue-rgb),var(--bs-bg-opacity)) !important}.bg-purple{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-rgb),var(--bs-bg-opacity)) !important}.bg-grey{--bs-bg-opacity:1;background-color:rgba(var(--bs-grey-rgb),var(--bs-bg-opacity)) !important}.bg-greyB{--bs-bg-opacity:1;background-color:rgba(var(--bs-greyB-rgb),var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important}.bg-black1{--bs-bg-opacity:1;background-color:rgba(var(--bs-black1-rgb),var(--bs-bg-opacity)) !important}.bg-grey1{--bs-bg-opacity:1;background-color:rgba(var(--bs-grey1-rgb),var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent !important}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle) !important}.user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl) !important;border-top-right-radius:var(--bs-border-radius-xxl) !important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-left-radius:var(--bs-border-radius-xxl) !important}@media(min-width:576px){.flex-sm-grow-0{flex-grow:0 !important}.pt-sm-5{padding-top:2.5rem !important}.ps-sm-0{padding-left:0 !important}}@media(min-width:768px){.flex-md-grow-1{flex-grow:1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.m-md-4{margin:1.5rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.me-md-3{margin-right:1rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:2.5rem !important}.pe-md-4{padding-right:1.5rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:2.5rem !important}.ps-md-0{padding-left:0 !important}}@media(min-width:992px){.align-content-lg-start{align-content:flex-start !important}.order-lg-0{order:0 !important}.order-lg-2{order:2 !important}.order-lg-last{order:6 !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-5{padding-top:2.5rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-3{padding-bottom:1rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-2{padding-left:.5rem !important}.row-gap-lg-5{row-gap:2.5rem !important}}@media(min-width:1200px){.flex-xl-wrap{flex-wrap:wrap !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.pe-xl-0{padding-right:0 !important}.pb-xl-5{padding-bottom:2.5rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-5{padding-left:2.5rem !important}.row-gap-xl-4{row-gap:1.5rem !important}.row-gap-xl-5{row-gap:2.5rem !important}}@media(min-width:1400px){.ps-xxl-4{padding-left:1.5rem !important}}.badge{border:1px solid #3b5068;color:#3b5068;font-family:mi-medium;vertical-align:top}.badge.rounded-pill{--bs-badge-padding-x:1rem}.badge.rounded-pill:has(>i){display:inline-flex;align-items:center;--bs-badge-padding-y:0.1875rem;padding-left:.25rem;padding-right:.75rem}.badge.rounded-pill:has(>i) i{font-size:1rem;margin-right:.5rem}.badge.rounded-pill:has(>i).badge-lg{--bs-badge-padding-y:0.4375rem;--bs-badge-font-size:1.125rem;padding-left:.5rem}.badge.rounded-pill:has(>i).badge-lg i{font-size:1.375rem}.badge.badge-primary{color:#f14672;border-color:#f14672;background-color:#fde8ed}.mi-list{list-style:none;padding-left:0;gap:.5rem;display:flex;flex-direction:column;flex-wrap:wrap;margin-bottom:0}.mi-list:not(.list-with-icon) li::before{content:"";width:.3125rem;height:.3125rem;background-color:#3b5068;border-radius:var(--bs-border-radius-pill);margin:0 .875rem}.mi-list.list-with-icon li{gap:.75rem}.mi-list.list-with-icon li::before{content:"\e911";font-family:icomoon !important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.5rem}.mi-list li{display:flex;align-items:center}.card.blog-card{position:relative;display:flex;flex-direction:column;background-color:#fff}.card.blog-card .card-img-wrapper img{width:100%;height:auto}.card.blog-card>.card-body{display:flex;flex-direction:column}.card.blog-card>.card-body .card-title{margin-bottom:0;color:#0a081b}.card.blog-card>.card-body .card-title a{color:inherit;text-decoration:none}.card.blog-card>.card-body .card-text{margin-bottom:0}.card.solution-card{position:relative;display:flex;flex-direction:column;background-color:#fff}.card.solution-card .card-img-wrapper img{width:100%;height:auto}.card.solution-card>.card-body{display:flex;flex-direction:column}.card.solution-card>.card-body .card-title{margin-bottom:0;color:#0a081b}.card.solution-card>.card-body .card-title a{color:inherit;text-decoration:none}.card.solution-card>.card-body .card-text{margin-bottom:0}.card.solution-card i{top:1rem;right:1rem}.card.service-card{position:relative;display:flex;flex-direction:column;background-color:#fff}.card.service-card .card-img-wrapper img{width:100%;height:auto}.card.service-card>.card-body{display:flex;flex-direction:column}.card.service-card>.card-body .card-title{margin-bottom:0;color:#0a081b}.card.service-card>.card-body .card-title a{color:inherit;text-decoration:none}.card.service-card>.card-body .card-text{margin-bottom:0}.card.service-card.active,.card.service-card:hover{background:#eaecf4}.card.service-card .card-title i{position:absolute;right:2rem;top:2rem;font-size:1.5rem}.card.ongoing-portfolio-card{position:relative;display:flex;flex-direction:column;background-color:#fff}.card.ongoing-portfolio-card .card-img-wrapper img{width:100%;height:auto}.card.ongoing-portfolio-card>.card-body{display:flex;flex-direction:column}.card.ongoing-portfolio-card>.card-body .card-title{margin-bottom:0;color:#0a081b}.card.ongoing-portfolio-card>.card-body .card-title a{color:inherit;text-decoration:none}.card.ongoing-portfolio-card>.card-body .card-text{margin-bottom:0}.card.ongoing-portfolio-card .card-icon-wrapper{width:calc(1.625rem + 3.75vw);height:calc(1.625rem + 3.75vw)}@media(min-width:1440px){.card.ongoing-portfolio-card .card-icon-wrapper{width:5rem}}@media(min-width:1440px){.card.ongoing-portfolio-card .card-icon-wrapper{height:5rem}}.card.ongoing-portfolio-card .card-icon-wrapper i{font-size:calc(1.445rem + 1.95vw)}@media(min-width:1440px){.card.ongoing-portfolio-card .card-icon-wrapper i{font-size:3.2rem}}.card.ongoing-portfolio-card>.card-body{height:100%}.card.featured-portfolio-card{position:relative;display:flex;flex-direction:column;background-color:#fff}.card.featured-portfolio-card .card-img-wrapper img{width:100%;height:auto}.card.featured-portfolio-card>.card-body{display:flex;flex-direction:column}.card.featured-portfolio-card>.card-body .card-title{margin-bottom:0;color:#0a081b}.card.featured-portfolio-card>.card-body .card-title a{color:inherit;text-decoration:none}.card.featured-portfolio-card>.card-body .card-text{margin-bottom:0}.card.featured-portfolio-card .card-img-wrapper{aspect-ratio:3;overflow:hidden}.card.featured-portfolio-card .card-img-wrapper img{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;aspect-ratio:3}.card.featured-portfolio-card .card-img-wrapper .tags{top:1.5rem;left:1.5rem;z-index:1}.card.featured-portfolio-card .card-img-wrapper .statistics-wrapper{background-color:rgba(32,34,115,.6);background-image:linear-gradient(0deg,rgba(32,34,115,.8),rgba(32,34,115,.4),transparent,transparent)}.card.featured-portfolio-card .linkIcon{width:3rem;height:3rem;right:1rem;top:1rem}.card.cardType9{position:relative;display:flex;flex-direction:column;background-color:#fff}.card.cardType9 .card-img-wrapper img{width:100%;height:auto}.card.cardType9>.card-body{display:flex;flex-direction:column}.card.cardType9>.card-body .card-title{margin-bottom:0;color:#0a081b}.card.cardType9>.card-body .card-title a{color:inherit;text-decoration:none}.card.cardType9>.card-body .card-text{margin-bottom:0}.card.cardType9 .card-icon-wrapper{width:calc(1.5rem + 2.5vw);height:calc(1.5rem + 2.5vw)}@media(min-width:1440px){.card.cardType9 .card-icon-wrapper{width:3.75rem}}@media(min-width:1440px){.card.cardType9 .card-icon-wrapper{height:3.75rem}}.card.cardType9 .card-icon-wrapper i{font-size:calc(1.365rem + 1.15vw)}@media(min-width:1440px){.card.cardType9 .card-icon-wrapper i{font-size:2.4rem}}.card.cardType9.bg-light-blue{background:#74d4f4}.card.cardType9.bg-neon-green{background:#1cec7e}.toast-container{position:fixed !important;top:10px !important;right:10px !important;z-index:10000 !important;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast-custom{pointer-events:auto;min-width:320px;max-width:420px;background:#fff;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.1);display:flex;flex-direction:column;position:relative;overflow:hidden;transform:translateX(120%);transition:all .5s cubic-bezier(.175,.885,.32,1.275);font-family:mona-sans,sans-serif}.toast-custom:hover{box-shadow:0 15px 35px rgba(0,0,0,.15)}.toast-custom.toast-show{transform:translateX(0)}.toast-custom.toast-hide{transform:translateX(120%);opacity:0}.toast-custom .toast-main{padding:1rem 1.25rem;display:flex;align-items:center;gap:12px}.toast-custom .toast-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;border:2px solid;padding:5px}.toast-custom .toast-icon svg{width:100%;height:100%}.toast-custom .toast-message{color:#333;font-size:.95rem;font-weight:600;line-height:1.4;flex:1}.toast-custom .toast-close{background:0 0;border:none;color:#bbb;font-size:1.5rem;cursor:pointer;padding:0;line-height:1;transition:color .2s}.toast-custom .toast-close:hover{color:#333}.toast-custom .toast-progress-container{height:4px;width:100%;background:rgba(0,0,0,5%);position:relative}.toast-custom .toast-progress{position:absolute;top:0;left:0;height:100%;width:100%;animation:progress-animation linear forwards}.toast-custom.toast-success .toast-icon{color:#a5dc86}.toast-custom.toast-success .toast-progress{background:#a5dc86}.toast-custom.toast-error .toast-icon{color:#f27474}.toast-custom.toast-error .toast-progress{background:#f27474}@keyframes progress-animation{from{width:100%}to{width:0%}}@media(max-width:576px){.toast-container{top:5px;right:5px;left:5px}.toast-custom{min-width:0;width:100%}}.rich-text h1,.rich-text h2,.rich-text h3,.rich-text h4,.rich-text h5,.rich-text h6{color:#0a081b;font-family:mi-semibold;margin-top:1rem}.rich-text h1:first-child,.rich-text h2:first-child,.rich-text h3:first-child,.rich-text h4:first-child,.rich-text h5:first-child,.rich-text h6:first-child{margin-top:0}.rich-text p{margin-top:1rem}.rich-text p:first-child{margin-top:0}.rich-text ul{list-style:none;margin-top:1rem;padding:0}.rich-text ul:first-child{margin-top:0}.rich-text ul li{margin-top:.5rem;position:relative;padding-left:1.5rem}.rich-text ul li:first-child{margin-top:0}@media(min-width:768px){.rich-text ul li{padding-left:1.725rem}}.rich-text ul li::before{content:"\e911";font-family:icomoon !important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;left:0}.rich-text em{font-style:normal}@media(min-width:992px){.submenu{}.submenu .dropdown:hover .dropdown-menu{display:block;margin-top:0}}.contentLayoutsType14{position:relative;padding:40px 16px;background-color:#f8f9ff}@media(min-width:768px){.contentLayoutsType14{padding-top:4.5rem;padding-bottom:4.5rem}}@media(min-width:768px){.contentLayoutsType14{padding:60px 24px}}@media(min-width:992px){.contentLayoutsType14{padding:80px 5%}}@media(min-width:1400px){.contentLayoutsType14{padding-top:80px;padding-bottom:80px;padding-left:max(calc((100vw - 1280px)/2),5%);padding-right:max(calc((100vw - 1280px)/2),5%)}}@media(min-width:1920px){.contentLayoutsType14{padding:80px 320px}}.contentLayoutsType14 .type14-container{max-width:1280px}@media(min-width:1400px){.contentLayoutsType14 .type14-container{padding:0;margin:auto}}.contentLayoutsType14 .type14-header-row{display:flex;justify-content:flex-start;text-align:left;margin-bottom:1.5rem}@media(min-width:992px){.contentLayoutsType14 .type14-header-row{justify-content:center;text-align:center;margin-bottom:40px}}.contentLayoutsType14 .type14-header-col{width:100%}@media(min-width:992px){.contentLayoutsType14 .type14-header-col{width:83.333333%}}@media(min-width:1200px){.contentLayoutsType14 .type14-header-col{width:75%}}.contentLayoutsType14 .section-category-badge{display:inline-block;color:#6025f5;background:linear-gradient(90deg,#6025f5 0%,#e40cd3 49.52%,#ff5555 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:.08em;text-transform:uppercase;font-size:.875rem;font-weight:600;margin-bottom:1rem}.contentLayoutsType14 .type14-heading{color:#0a081b;font-size:1.25rem;font-weight:600;line-height:1.3;margin-bottom:.5rem;font-size:24px}@media(min-width:768px){.contentLayoutsType14 .type14-heading{font-size:28px}}@media(min-width:992px){.contentLayoutsType14 .type14-heading{font-size:32px}}.contentLayoutsType14 .type14-subtext{color:#3b5068;font-size:.9375rem;line-height:1.6;font-weight:400}@media(min-width:768px){.contentLayoutsType14 .type14-subtext{font-size:1rem}}@media(min-width:992px){.contentLayoutsType14 .type14-subtext{font-size:1.125rem}}.contentLayoutsType14 .type14-content-row{display:flex;flex-wrap:wrap}@media(min-width:992px){.contentLayoutsType14 .type14-content-row{align-items:flex-start;gap:24px}}.contentLayoutsType14 .type14-left-col,.contentLayoutsType14 .type14-right-col{width:100%;display:flex;flex-direction:column;justify-content:center}@media(min-width:992px){.contentLayoutsType14 .type14-left-col,.contentLayoutsType14 .type14-right-col{width:calc(50% - 12px)}}.contentLayoutsType14 .type14-right-col{margin-top:1.5rem}@media(min-width:992px){.contentLayoutsType14 .type14-right-col{margin-top:0;justify-content:flex-start}}.contentLayoutsType14 .type14-accordion{width:100%;display:flex;flex-direction:column;justify-content:flex-start}.contentLayoutsType14 .type14-accordion .type14-accordion-item-wrapper{position:relative;width:100%}.contentLayoutsType14 .type14-accordion .type14-accordion-item{border:none !important;border-bottom:none !important;background:0 0 !important}.contentLayoutsType14 .type14-accordion .type14-accordion-header{margin:0}.contentLayoutsType14 .type14-accordion .type14-accordion-header .item-title-text{font-size:1rem;font-weight:600;line-height:1.4;text-align:left}@media(min-width:768px){.contentLayoutsType14 .type14-accordion .type14-accordion-header .item-title-text{font-size:1.125rem;line-height:1.45}}@media(min-width:992px){.contentLayoutsType14 .type14-accordion .type14-accordion-header .item-title-text{font-size:1.25rem;line-height:1.5}}@media(min-width:1200px){.contentLayoutsType14 .type14-accordion .type14-accordion-header .item-title-text{font-size:1.5rem;line-height:1.5}}.contentLayoutsType14 .type14-accordion .type14-divider{width:100%;height:1px;background-color:#e2e8f0;margin:.85rem 0}@media(min-width:768px){.contentLayoutsType14 .type14-accordion .type14-divider{margin:1rem 0}}@media(min-width:1200px){.contentLayoutsType14 .type14-accordion .type14-divider{margin:1.25rem 0}}.contentLayoutsType14 .type14-accordion .type14-accordion-button{width:100%;padding:.75rem 0;background:0 0;border:none;box-shadow:none;color:#0a081b;transition:color .25s ease;display:flex;align-items:center;justify-content:space-between}@media(min-width:768px){.contentLayoutsType14 .type14-accordion .type14-accordion-button{padding:.85rem 0}}@media(min-width:1200px){.contentLayoutsType14 .type14-accordion .type14-accordion-button{padding:1rem 0}}.contentLayoutsType14 .type14-accordion .type14-accordion-button:not(.collapsed){color:#0a081b}.contentLayoutsType14 .type14-accordion .type14-accordion-button:not(.collapsed)::after{filter:drop-shadow(0 0 1px rgba(96,37,245,.5));transform:rotate(-180deg)}.contentLayoutsType14 .type14-accordion .type14-accordion-button::after{content:'';width:1.25rem;height:1.25rem;flex-shrink:0;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230A081B'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.125rem;transition:transform .3s ease}.contentLayoutsType14 .type14-accordion .type14-accordion-body{color:#475569;font-size:.9rem;line-height:1.6;padding:0}@media(min-width:768px){.contentLayoutsType14 .type14-accordion .type14-accordion-body{font-size:.95rem}}@media(min-width:1200px){.contentLayoutsType14 .type14-accordion .type14-accordion-body{font-size:1rem;padding:0}}.contentLayoutsType14 .type14-grid-bg-wrapper{position:relative;width:100%;border-radius:4px;padding:24px;background:#fdf8ff;overflow:hidden;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.contentLayoutsType14 .type14-grid-bg-wrapper{padding:40px;border-radius:6px}}@media(min-width:1200px){.contentLayoutsType14 .type14-grid-bg-wrapper{padding:40px;border-radius:6px}}.contentLayoutsType14 .type14-grid-bg-wrapper .type14-ellipse-bg{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none;z-index:0}.contentLayoutsType14 .type14-grid-bg-wrapper .type14-ellipse-bg .ellipse-1{position:absolute;width:360px;height:360px;top:-80px;left:-80px;background:#fa8eef;border-radius:50%;filter:blur(85px);opacity:.85}.contentLayoutsType14 .type14-grid-bg-wrapper .type14-ellipse-bg .ellipse-2{position:absolute;width:380px;height:380px;bottom:-100px;right:-100px;background:#67e8f9;border-radius:50%;filter:blur(85px);opacity:.85}.contentLayoutsType14 .type14-grid-bg-wrapper .type14-ellipse-bg .ellipse-3{position:absolute;width:415px;height:426px;bottom:-100px;left:-100px;background:#a001ff;border-radius:50%;filter:blur(100px);opacity:.5}.contentLayoutsType14 .type14-grid-bg-wrapper .type14-grid-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(to right,rgba(255,255,255,.45) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.45) 1px,transparent 1px);background-size:75px 75px;pointer-events:none;z-index:1}.contentLayoutsType14 .type14-grid-bg-wrapper .type14-card-box{position:relative;z-index:2;width:100%;border-radius:8px;background:#fff;box-shadow:0 20px 45px -10px rgba(15,23,42,.18),0 10px 20px -8px rgba(15,23,42,.12);overflow:hidden}@media(min-width:768px){.contentLayoutsType14 .type14-grid-bg-wrapper .type14-card-box{border-radius:10px}}.contentLayoutsType14 .type14-grid-bg-wrapper .type14-card-box .type14-right-img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:top center;object-position:top center;display:block}.why-type8-section{background:#fff;padding:80px 0}@media(max-width:991.98px){.why-type8-section{padding:60px 0}}@media(max-width:767.98px){.why-type8-section{padding:40px 0}}.why-type8-container{max-width:1200px;margin:0 auto;padding:0 15px}.why-type8-header-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:40px}@media(max-width:991.98px){.why-type8-header-wrapper{flex-direction:column;align-items:flex-start}}.why-type8-header-content{display:flex;flex-direction:column;gap:12px;max-width:755px}.why-type8-title{font-family:mona sans,sans-serif;font-weight:600;font-size:32px;line-height:1.3;color:#0a081b;margin:0}@media(max-width:767.98px){.why-type8-title{font-size:28px}}.why-type8-subtext{font-family:mona sans,sans-serif;font-weight:400;font-size:18px;line-height:1.44;color:#3b5068;margin:0}.why-type8-subtext p{margin:0}.why-type8-action{flex-shrink:0}.why-type8-btn{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;padding:16px 48px;background:linear-gradient(90deg,#6025f5 0%,#e40cd3 49.52%,#ff5555 100%);border-radius:100px;font-family:mona sans,sans-serif;font-weight:500;font-size:18px;line-height:1.4;text-align:center;color:#fff !important;text-decoration:none;transition:all .3s ease;border:none;outline:none}.why-type8-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(228,12,211,.4);color:#fff}@media(max-width:388px){.why-type8-btn{font-size:14px;padding:12px 24px;white-space:nowrap}}.why-type8-grid{display:grid;grid-template-columns:repeat(3,1fr)}@media(max-width:991.98px){.why-type8-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767.98px){.why-type8-grid{grid-template-columns:1fr;gap:15px}}.why-type8-card{padding:40px;display:flex;flex-direction:column;gap:16px;background:#fff;position:relative;border-right:1px solid #eaecf4;border-bottom:1px solid #eaecf4;transition:background-color .4s cubic-bezier(.4,0,.2,1)}.why-type8-card:nth-child(3n){border-right:none}.why-type8-card:nth-child(n+4){border-bottom:none}@media(max-width:991.98px){.why-type8-card{border-right:1px solid #eaecf4;border-bottom:1px solid #eaecf4}.why-type8-card:nth-child(3n){border-right:1px solid #eaecf4}.why-type8-card:nth-child(2n){border-right:none}.why-type8-card:nth-child(n+4){border-bottom:1px solid #eaecf4}.why-type8-card:nth-child(n+5){border-bottom:none}}@media(max-width:767.98px){.why-type8-card{border:1px solid transparent !important;border-radius:15px !important;padding:15px !important}}.why-type8-card::after{content:'';position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;border-radius:inherit;padding:2px;background:linear-gradient(90deg,#6025f5 0%,#e40cd3 49.52%,#ff5555 100%);-webkit-mask:linear-gradient(#fff 0 0)content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:2;opacity:0;transition:opacity .4s cubic-bezier(.4,0,.2,1)}@media(max-width:767.98px){.why-type8-card::after{opacity:1 !important}}.why-type8-card:hover{background:#f6f8fb}.why-type8-card:hover::after{opacity:1}.why-type8-card-title{font-family:mona sans,sans-serif;font-weight:600;font-size:24px;line-height:1.5;color:#0a081b;margin:0}@media(max-width:767.98px){.why-type8-card-title{font-size:20px}}.why-type8-card-desc{font-family:mona sans,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#3b5068;margin:0}.why-type8-card-desc p{margin:0}.tech-stack-type5-section{background-color:#f8f9ff;padding:80px 0;width:100%;box-sizing:border-box}.tech-stack-type5-section .tech-stack-type5-container{max-width:1500px;margin:0 auto;padding:0 24px;box-sizing:border-box}.tech-stack-type5-section .tech-stack-type5-header{text-align:center;margin:0 auto 48px}.tech-stack-type5-section .tech-stack-type5-header .tech-stack-type5-title{font-size:2rem;font-weight:700;color:#000;line-height:1.25;margin:0 0 12px;letter-spacing:-.02em}.tech-stack-type5-section .tech-stack-type5-header .tech-stack-type5-subtext{font-size:1.125rem;line-height:1.6;color:#3b5068;margin:0}.tech-stack-type5-section .tech-stack-type5-cloud{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin:0 auto}.tech-stack-type5-section .tech-stack-type5-cloud .tech-stack-type5-pill{background-color:#edeefd;border-radius:50px;padding:12px 24px 12px 12px;display:inline-flex;align-items:center;gap:12px;transition:all .25s cubic-bezier(.4,0,.2,1);cursor:default}.tech-stack-type5-section .tech-stack-type5-cloud .tech-stack-type5-pill:hover{transform:translateY(-2px);background-color:#e2e4fd;box-shadow:0 6px 16px rgba(15,23,42,6%)}.tech-stack-type5-section .tech-stack-type5-cloud .tech-stack-type5-pill .tech-pill-icon-wrap{width:50px;height:50px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 3.33px 3.33px #0000000f}.tech-stack-type5-section .tech-stack-type5-cloud .tech-stack-type5-pill .tech-pill-icon{width:30px;height:30px;-o-object-fit:contain;object-fit:contain;display:block}.tech-stack-type5-section .tech-stack-type5-cloud .tech-stack-type5-pill .tech-pill-label{font-family:mi-medium;font-size:16px;color:#3b5068;white-space:nowrap;line-height:1}@media(max-width:991.98px){.tech-stack-type5-section{padding:60px 0}.tech-stack-type5-section .tech-stack-type5-header{margin-bottom:36px}.tech-stack-type5-section .tech-stack-type5-header .tech-stack-type5-title{font-size:32px}.tech-stack-type5-section .tech-stack-type5-header .tech-stack-type5-subtext{font-size:15px}.tech-stack-type5-section .tech-stack-type5-cloud{gap:8px}.tech-stack-type5-section .tech-stack-type5-cloud .tech-stack-type5-pill{padding:8px 20px 8px 8px;gap:10px}}@media(max-width:575.98px){.tech-stack-type5-section{padding:48px 0}.tech-stack-type5-section .tech-stack-type5-container{padding:0 16px}.tech-stack-type5-section .tech-stack-type5-header{margin-bottom:28px}.tech-stack-type5-section .tech-stack-type5-header .tech-stack-type5-title{font-size:25px;margin-bottom:12px}.tech-stack-type5-section .tech-stack-type5-header .tech-stack-type5-subtext{font-size:16px}}.tech-stack-type7{background-color:#0a081b;padding:80px 32px;color:#fff}@media(max-width:991px){.tech-stack-type7{padding:60px 24px}}@media(max-width:767px){.tech-stack-type7{padding:40px 16px}}.tech-stack-type7__container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1920px;margin:0 auto}.tech-stack-type7__intro-wrapper{display:flex;justify-content:center;width:100%}.tech-stack-type7__intro{width:83.333333%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:40px}@media(max-width:991.98px){.tech-stack-type7__intro{width:100%}}.tech-stack-type7__heading{color:#fff;font-size:32px;font-weight:600;line-height:1.3;margin:0;text-align:center}@media(max-width:767px){.tech-stack-type7__heading{font-size:28px}}.tech-stack-type7__subtext{color:#fff;font-size:18px;font-weight:400;line-height:1.44;text-align:center;margin:0}.tech-stack-type7__subtext p{margin:0}.tech-stack-type7__subtext a{color:#f55;text-decoration:underline}.tech-stack-type7__tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;max-width:1350px;width:100%;margin-bottom:40px}@media(max-width:767px){.tech-stack-type7__tabs{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:6px}.tech-stack-type7__tabs::-webkit-scrollbar{display:none}}.tech-stack-type7__tab-btn{height:40px;padding:0 16px;border-radius:100px;background:rgba(255,255,255,8%);color:#fff;font-size:16px;font-weight:400;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease;border:none;cursor:pointer;white-space:nowrap;flex-shrink:0}.tech-stack-type7__tab-btn:hover{background:rgba(255,255,255,.15)}.tech-stack-type7__tab-btn.active{background:linear-gradient(90deg,#6025f5 0%,#e40cd3 49.52%,#ff5555 100%)}.tech-stack-type7__content{width:100%;max-width:1856px}.tech-stack-type7__pane{display:none}.tech-stack-type7__pane.active{display:block;animation:fadeIn .4s ease forwards}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tech-stack-type7__grid{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -1px}.tech-stack-type7 .tech-card{width:232.88px;height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px;background:#0a081b;border:1px solid rgba(255,255,255,.1);margin:0 -1px;position:relative;transition:all .3s ease;z-index:1}@media(max-width:1400px){.tech-stack-type7 .tech-card{width:calc(100%/6);height:160px;padding:20px;gap:14px}}@media(max-width:1200px){.tech-stack-type7 .tech-card{width:calc(100%/4);height:140px;padding:16px;gap:12px}}@media(max-width:768px){.tech-stack-type7 .tech-card{width:calc(100%/3);height:120px;padding:12px;gap:8px}}@media(max-width:576px){.tech-stack-type7 .tech-card{width:calc(100%/2);height:110px;padding:12px 8px}}.tech-stack-type7 .tech-card::before{content:"";position:absolute;inset:-1px;border:2px solid transparent;background:linear-gradient(90deg,#6025f5 0%,#e40cd3 49.52%,#ff5555 100%)border-box;-webkit-mask:linear-gradient(#fff 0 0)padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease;z-index:-1}.tech-stack-type7 .tech-card:hover{z-index:2;background:#0a081b}.tech-stack-type7 .tech-card:hover::before{opacity:1}.tech-stack-type7 .tech-card__icon{width:60px;height:60px;-o-object-fit:contain;object-fit:contain}@media(max-width:1400px){.tech-stack-type7 .tech-card__icon{width:50px;height:50px}}@media(max-width:1200px){.tech-stack-type7 .tech-card__icon{width:44px;height:44px}}@media(max-width:768px){.tech-stack-type7 .tech-card__icon{width:36px;height:36px}}@media(max-width:576px){.tech-stack-type7 .tech-card__icon{width:32px;height:32px}}.tech-stack-type7 .tech-card__name{color:#ececec;font-size:18px;font-weight:500;margin:0;text-align:center}@media(max-width:1400px){.tech-stack-type7 .tech-card__name{font-size:16px}}@media(max-width:1200px){.tech-stack-type7 .tech-card__name{font-size:15px}}@media(max-width:768px){.tech-stack-type7 .tech-card__name{font-size:14px}}@media(max-width:576px){.tech-stack-type7 .tech-card__name{font-size:13px}}.split-sections-type2{display:flex;flex-direction:column}@media(min-width:1200px){.split-sections-type2{min-height:auto;flex-direction:row}}.split-sections-type2 .who-we-work-with{flex:1;position:relative;overflow:hidden;padding-left:clamp(1.25rem,1.67vw,2rem);padding-right:clamp(1.25rem,1.67vw,2rem);background-color:#0d1326}@media(min-width:1200px){.split-sections-type2 .who-we-work-with{padding:clamp(1.25rem,calc(-5rem + 8.33vw),5rem);aspect-ratio:1/1}}.split-sections-type2 .who-we-work-with .bg-image{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:0;pointer-events:none}.split-sections-type2 .who-we-work-with .content-wrapper{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-start;gap:clamp(1rem,calc(-1.5rem + 3.33vw),2.5rem);height:100%}.split-sections-type2 .who-we-work-with .content-wrapper h2{color:#fff;font-family:mi-semibold,sans-serif}@media(min-width:1200px){.split-sections-type2 .who-we-work-with .content-wrapper h2{letter-spacing:-4%;line-height:.9;text-transform:uppercase}.split-sections-type2 .who-we-work-with .content-wrapper h2 .who-we{display:block;font-size:3.4vw}.split-sections-type2 .who-we-work-with .content-wrapper h2 .work-best{display:block;font-size:7.2vw}.split-sections-type2 .who-we-work-with .content-wrapper h2 .with{display:block;font-size:3.4vw;text-align:right}}.split-sections-type2 .who-we-work-with .content-wrapper ul{color:#fff;list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:clamp(.25rem,calc(-1rem + 1.67vw),1rem);margin-top:auto}.split-sections-type2 .who-we-work-with .content-wrapper ul li{font-family:mi-semibold,sans-serif;font-size:clamp(1rem,calc(.167rem + 1.11vw),1.5rem);line-height:150%;padding:clamp(1rem,calc(.167rem + 1.11vw),1.5rem);border:1px solid #fff;border-radius:.5rem}.split-sections-type2 .our-engagement-models{padding:0;display:flex;flex-direction:column;justify-content:flex-start;flex:1;gap:0;background:linear-gradient(180deg,#EEF1FF 0%,#FFFFFF 100%)}.split-sections-type2 .our-engagement-models .section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:clamp(1rem,1.5vw,2rem);padding:clamp(1.25rem,1.67vw,2rem);padding-bottom:clamp(1rem,calc(-1.5rem + 3.33vw),2.5rem)}@media(min-width:1200px){.split-sections-type2 .our-engagement-models .section-header{padding:clamp(1.25rem,calc(-5rem + 8.33vw),5rem);padding-bottom:clamp(1rem,calc(-1.5rem + 3.33vw),2.5rem)}}.split-sections-type2 .our-engagement-models .section-header h2{font-family:mi-semibold,sans-serif;color:#0a081b}@media(min-width:1200px){.split-sections-type2 .our-engagement-models .section-header h2{letter-spacing:-4%;line-height:1;font-size:3.4vw;text-transform:uppercase}.split-sections-type2 .our-engagement-models .section-header h2 span{display:block}}.split-sections-type2 .our-engagement-models .section-header .header-graphic{display:none}@media(min-width:1200px){.split-sections-type2 .our-engagement-models .section-header .header-graphic{display:block;width:clamp(5.938rem,calc(-1.278rem + 11.64vw),12.688rem);height:auto;aspect-ratio:203/230;-o-object-fit:contain;object-fit:contain;flex-shrink:0;pointer-events:none;filter:sepia(80%)hue-rotate(85deg)saturate(300%)brightness(110%)}}.split-sections-type2 .our-engagement-models .compliance-grid{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;flex:1;width:100%;border-top:1px solid #eaecf4}.split-sections-type2 .our-engagement-models .compliance-grid .compliance-button{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:clamp(8px,2vw,16px)clamp(12px,2vw,48px);gap:clamp(6px,1vw,16px);min-height:clamp(60px,8vw,140px);min-width:clamp(100px,15vw,240px);flex:1 1 clamp(100px,15vw,240px);border-bottom:1px solid #eaecf4;border-right:1px solid #eaecf4;backdrop-filter:blur(30px)}@media(min-width:1200px) and (max-width:1599px){.split-sections-type2 .our-engagement-models .compliance-grid .compliance-button{min-height:86px !important;height:86px !important;min-width:208px !important;flex:1 1 208px !important;padding:12px 16px !important;gap:8px !important}}@media(min-width:1600px){.split-sections-type2 .our-engagement-models .compliance-grid .compliance-button{min-height:140px;min-width:240px;flex:1 1 240px;padding:16px clamp(12px,2vw,48px);gap:16px}}.split-sections-type2 .our-engagement-models .compliance-grid .compliance-button .compliance-text{font-family:mona sans,sans-serif;font-style:normal;font-weight:500;font-size:clamp(13px,1.2vw,18px);line-height:1.4;text-align:center;color:#000;word-break:break-word}.content-layouts-type17{background:#1e1d28;padding:40px 16px;font-family:mi-regular;color:#fff}@media(min-width:768px){.content-layouts-type17{padding:60px 24px}}@media(min-width:992px){.content-layouts-type17{padding:80px 5%}}@media(min-width:1400px){.content-layouts-type17{padding-top:80px;padding-bottom:80px;padding-left:max(calc((100vw - 1280px)/2),5%);padding-right:max(calc((100vw - 1280px)/2),5%)}}@media(min-width:1920px){.content-layouts-type17{padding:80px 320px}}.content-layouts-type17 .overview-grid{display:flex;flex-direction:column;gap:32px;max-width:1280px;margin:0 auto}@media(min-width:992px){.content-layouts-type17 .overview-grid{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:24px}}.content-layouts-type17 .gradient-text{font-family:mi-semibold;font-style:normal;font-weight:600;font-size:14px;line-height:150%;letter-spacing:.2em;text-transform:uppercase;background:linear-gradient(90deg,#6025F5 0%,#E40CD3 49.52%,#FF5555 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;margin:0;display:inline-block}.content-layouts-type17 .overview-left{flex:none;width:100%;display:flex;flex-direction:column;gap:24px}@media(min-width:992px){.content-layouts-type17 .overview-left{width:45%;gap:40px;position:sticky;top:100px;align-self:flex-start}}@media(min-width:1400px){.content-layouts-type17 .overview-left{width:519px}}.content-layouts-type17 .overview-left .header-group{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.content-layouts-type17 .overview-left .header-group .text-group{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.content-layouts-type17 .overview-left .main-heading{font-family:mi-semibold,sans-serif;font-style:normal;font-weight:600;line-height:130%;color:#fff;margin:0;font-size:24px}@media(min-width:768px){.content-layouts-type17 .overview-left .main-heading{font-size:28px}}@media(min-width:992px){.content-layouts-type17 .overview-left .main-heading{font-size:32px}}.content-layouts-type17 .overview-left .subtitle{font-family:mi-regular;font-style:normal;font-weight:400;font-size:16px;line-height:144%;color:rgba(255,255,255,.8);margin:0}@media(min-width:992px){.content-layouts-type17 .overview-left .subtitle{font-size:18px}}.content-layouts-type17 .overview-left .image-wrapper{border-radius:4px;overflow:hidden;width:100%;aspect-ratio:519/346}@media(min-width:992px){.content-layouts-type17 .overview-left .image-wrapper{width:100%;height:auto}}@media(min-width:1400px){.content-layouts-type17 .overview-left .image-wrapper{width:519px;height:346px;aspect-ratio:auto}}.content-layouts-type17 .overview-left .image-wrapper img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.content-layouts-type17 .overview-right{flex:none;width:100%;display:flex;flex-direction:column;gap:32px}@media(min-width:992px){.content-layouts-type17 .overview-right{width:50%;gap:40px}}@media(min-width:1400px){.content-layouts-type17 .overview-right{width:628px}}.content-layouts-type17 .overview-right .description-text{display:flex;flex-direction:column;gap:16px}@media(min-width:992px){.content-layouts-type17 .overview-right .description-text{gap:24px}}.content-layouts-type17 .overview-right .description-text p{font-family:mi-regular;font-style:normal;font-weight:400;font-size:16px;line-height:144%;color:rgba(255,255,255,.8);margin:0}@media(min-width:992px){.content-layouts-type17 .overview-right .description-text p{font-size:18px}}.content-layouts-type17 .overview-right .objectives-box{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:24px;gap:16px;width:100%;background:linear-gradient(#1E1D28,#1E1D28)padding-box,linear-gradient(90deg,#6025F5 0%,#E40CD3 49.52%,#FF5555 100%)border-box;border:1px solid transparent;border-radius:4px}@media(min-width:992px){.content-layouts-type17 .overview-right .objectives-box{width:100%;padding:40px}}@media(min-width:1400px){.content-layouts-type17 .overview-right .objectives-box{width:628px}}.content-layouts-type17 .overview-right .objectives-box .objectives-inner{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%}@media(min-width:992px){.content-layouts-type17 .overview-right .objectives-box .objectives-inner{gap:16px}}.content-layouts-type17 .overview-right .objectives-box .objectives-heading{font-family:mi-semibold;font-style:normal;font-weight:600;font-size:20px;line-height:150%;color:#fff;margin:0}@media(min-width:992px){.content-layouts-type17 .overview-right .objectives-box .objectives-heading{font-size:24px}}.content-layouts-type17 .overview-right .objectives-box .objectives-list{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;width:100%}.content-layouts-type17 .overview-right .objectives-box .objectives-list li{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:12px;margin:0}@media(min-width:992px){.content-layouts-type17 .overview-right .objectives-box .objectives-list li{gap:16px;align-items:center}}.content-layouts-type17 .overview-right .objectives-box .objectives-list li .icon-wrapper{width:8px;height:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:5px}@media(min-width:992px){.content-layouts-type17 .overview-right .objectives-box .objectives-list li .icon-wrapper{margin-top:0}}.content-layouts-type17 .overview-right .objectives-box .objectives-list li .text{font-family:mi-regular;font-style:normal;font-weight:400;font-size:15px;line-height:150%;color:rgba(255,255,255,.8)}@media(min-width:992px){.content-layouts-type17 .overview-right .objectives-box .objectives-list li .text{font-size:16px}}.workType4{position:relative;overflow:hidden;z-index:1;padding-left:14px;padding-right:14px;padding-bottom:0 !important;border-bottom:1px solid var(--Base-Colors-Border,#EAECF4)}@media(max-width:767.98px){.workType4{padding-left:0;padding-right:0}}.workType4 .background{background-color:#f8f9ff;left:0;right:0;top:0;bottom:0;z-index:-1;-webkit-user-select:none;-moz-user-select:none;user-select:none;will-change:transform}.workType4 .background .ellipse{opacity:.2;border-radius:50%}@media(max-width:1199.98px){.workType4 .background .ellipse{transform:scale(.7)rotate(-60deg) !important}}.workType4 .background .ellipse-1{width:492px;height:612px;left:-12%;top:40%;background-color:#0004ff;filter:blur(150px)saturate(1.1);transform:rotate(-45deg)}.workType4 .background .ellipse-2{width:383px;height:476px;left:-14%;top:20%;background:#ff00b7;filter:blur(75px)saturate(1.1);transform:rotate(-60deg)}.workType4 .background .ellipse-3{width:226px;height:281px;left:-5%;top:10%;background:#00e1ff;filter:blur(50px)saturate(1.1);transform:rotate(-60deg)}.workType4 .background .ellipse-4{width:226px;height:281px;left:59%;top:62.5%;background:#00e1ff;filter:blur(50px)saturate(1.1);transform:rotate(-60deg)}.workType4 .background .ellipse-5{width:383px;height:476px;left:42%;top:6%;background:#ff00b7;filter:blur(75px)saturate(1.1);transform:rotate(-60deg)}.workType4 .background .ellipse-6{width:492px;height:612px;left:78%;top:-10%;background:#0004ff;filter:blur(150px)saturate(1.1);transform:rotate(-90deg)}.workType4 .background .grid-lines{background:url(/images/bg-patterns/grid-line-w.svg)repeat top/100px;top:0;left:0;right:0;bottom:0}.workType4 .cta-btn-prev,.workType4 .cta-btn-next{width:40px;height:40px;transition:all .2s ease;border:1px solid #eaecf4 !important;background-color:#fff !important}@media(min-width:768px){.workType4 .cta-btn-prev,.workType4 .cta-btn-next{width:48px;height:48px}}.workType4 .cta-btn-prev i,.workType4 .cta-btn-next i{font-size:20px;color:#0f172a;transition:transform .2s ease,color .2s ease}@media(min-width:768px){.workType4 .cta-btn-prev i,.workType4 .cta-btn-next i{font-size:24px}}.workType4 .cta-btn-prev:hover,.workType4 .cta-btn-next:hover{background:linear-gradient(135deg,#6025F5 0%,#E40CD3 100%) !important;border-color:transparent !important}.workType4 .cta-btn-prev:hover i,.workType4 .cta-btn-next:hover i{color:#fff !important}.workType4 .cta-btn-prev.swiper-button-disabled,.workType4 .cta-btn-next.swiper-button-disabled{opacity:.4;cursor:not-allowed;border-color:#eaecf4 !important;background-color:#fff !important}.workType4 .cta-btn-prev.swiper-button-disabled:hover,.workType4 .cta-btn-next.swiper-button-disabled:hover{background:#fff !important;border-color:#eaecf4 !important}.workType4 .cta-btn-prev.swiper-button-disabled:hover i,.workType4 .cta-btn-next.swiper-button-disabled:hover i{color:#0f172a !important}.workType4 .card-img-wrapper{height:220px}@media(min-width:576px){.workType4 .card-img-wrapper{height:280px}}@media(min-width:768px){.workType4 .card-img-wrapper{height:400px}}@media(min-width:992px){.workType4 .card-img-wrapper{height:auto;min-height:100%}}.workType4 .card-img-side{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:right center;object-position:right center}.workType4 .work-custom-padding{padding:0 16px 16px}@media(min-width:576px){.workType4 .work-custom-padding{padding:32px}}@media(min-width:768px){.workType4 .work-custom-padding{padding:40px}}@media(min-width:992px){.workType4 .work-custom-padding{padding:50px}}@media(min-width:1200px){.workType4 .work-custom-padding{padding:64px}}@media(min-width:1400px){.workType4 .work-custom-padding{padding:80px}}.workType4 .linkIcon{width:40px;height:40px;transition:all .2s ease;z-index:2}@media(min-width:768px){.workType4 .linkIcon{width:48px;height:48px}}.workType4 .linkIcon i{font-size:20px;color:#0f172a;transition:transform .2s ease,color .2s ease}@media(min-width:768px){.workType4 .linkIcon i{font-size:24px}}.cta-wrapper .cta .circles .circle{width:70vw;height:70vw;width:40vw;height:40vw;transition:transform .3s ease}@media(min-width:768px){.cta-wrapper .cta .circles .circle{width:60vw;height:60vw}}@media(min-width:992px){.cta-wrapper .cta .circles .circle{width:50vw;height:50vw}}@media(min-width:1400px){.cta-wrapper .cta .circles .circle{width:45vw;height:45vw}}.cta-wrapper .cta .circles .circle:nth-child(2){transform:scale(1.1);transition-delay:.1s}.cta-wrapper .cta .circles .circle:nth-child(3){transform:scale(1.2);transition-delay:.15s}.cta-wrapper .cta .circles .circle:nth-child(4){transform:scale(1.3);transition-delay:.2s}.cta-wrapper .cta .circles .circle:nth-child(5){transform:scale(1.4);transition-delay:.25s}.cta-wrapper .cta:hover .circles .circle:nth-child(1){transform:scale(.95)}.cta-wrapper .cta:hover .circles .circle:nth-child(2){transform:scale(1)}.cta-wrapper .cta:hover .circles .circle:nth-child(3){transform:scale(1.05)}.cta-wrapper .cta:hover .circles .circle:nth-child(4){transform:scale(1.1)}.cta-wrapper .cta:hover .circles .circle:nth-child(5){transform:scale(1.15)}.cta-6{background-color:#1c0d8e;position:relative;overflow:hidden;z-index:1;border-radius:16px;padding:0}@media(min-width:1200px){.cta-6{height:280px}}.cta-6 .display-sm{font-family:mi-semibold,sans-serif;font-weight:600;font-size:24px;line-height:130% !important;color:#fff}@media(min-width:1200px){.cta-6 .display-sm{font-size:32px}}.cta-6 p.text-lg-rg{font-family:mi-regular,sans-serif;font-weight:400;font-size:16px;line-height:144%;color:#fff;opacity:.8 !important}@media(min-width:1200px){.cta-6 p.text-lg-rg{font-size:18px;line-height:26px}}.cta-6 .cta-content-row{position:relative;z-index:5;display:flex;flex-direction:column;align-items:center;padding:40px 20px;gap:24px}@media(min-width:1200px){.cta-6 .cta-content-row{flex-direction:row;align-items:center;padding:64px 40px;gap:40px;height:280px}}.cta-6 .cta-text-col{display:flex;flex-direction:column;align-items:flex-start;gap:16px}@media(min-width:1200px){.cta-6 .cta-text-col{flex:1;width:auto}}@media(min-width:1400px){.cta-6 .cta-text-col{width:810px;flex:0 0 810px}}.cta-6 .cta-btn-col{display:flex;flex-direction:column;align-items:flex-start}@media(min-width:1200px){.cta-6 .cta-btn-col{flex:none;align-items:center;justify-content:center}}@media(min-width:1400px){.cta-6 .cta-btn-col{width:350px;flex:0 0 350px}}.cta-6 .cta-shape{position:absolute;border-radius:50%;pointer-events:none;mix-blend-mode:normal}.cta-6 .cta-shape-1{width:396px;height:396px;right:0;top:calc(50% - 198px);background:#120953;filter:blur(50px);z-index:0}.cta-6 .cta-shape-2{width:250px;height:250px;left:-50px;top:-50px;background:#6025f5;box-shadow:inset 0 0 80px 16px #FD1D1D;z-index:2}@media(max-width:767px){.cta-6 .cta-shape-2{width:140px;height:140px;left:-20px;top:-20px;box-shadow:inset 0 0 40px 8px #FD1D1D}}@media(min-width:1200px){.cta-6 .cta-shape-2{width:500px;height:500px;left:628px;top:-429px}}.cta-6 .cta-shape-3{width:200px;height:200px;left:0;top:0;background:rgba(228,12,211,.35);filter:blur(50px);z-index:1}@media(min-width:1200px){.cta-6 .cta-shape-3{width:396px;height:396px;left:720px;top:-236px}}.cta-6 .cta-shape-4{width:200px;height:200px;left:-100px;top:50px;background:#1f08cb;filter:blur(50px);z-index:2}@media(min-width:1200px){.cta-6 .cta-shape-4{width:396px;height:396px;left:-130px;top:50px}}.cta-6 .cta-shape-5{width:250px;height:250px;right:-50px;bottom:-50px;background:#6025f5;box-shadow:inset 0 0 80px 16px #FD1D1D;z-index:3}@media(max-width:767px){.cta-6 .cta-shape-5{width:140px;height:140px;right:-20px;bottom:-20px;box-shadow:inset 0 0 40px 8px #FD1D1D}}@media(min-width:1200px){.cta-6 .cta-shape-5{width:500px;height:500px;left:970px;top:169px}}.cta-6 .cta-shape-6{width:200px;height:200px;right:0;bottom:0;background:rgba(228,12,211,.35);filter:blur(50px);z-index:2}@media(min-width:1200px){.cta-6 .cta-shape-6{width:396px;height:396px;left:991px;top:110px}}.cta-6 .btn-cta-6{background:linear-gradient(90deg,#FCB045 0%,#FD1D1D 50%,#EE0979 100%);color:#fff !important;border:none !important;border-radius:100px !important;font-family:mi-medium,sans-serif;font-weight:500;transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease;text-transform:none !important;display:inline-flex;align-items:center;justify-content:center;text-shadow:0 1px 2px rgba(0,0,0,.25);padding:12px 24px !important;font-size:16px !important;line-height:22px !important;height:auto}@media(min-width:1200px){.cta-6 .btn-cta-6{padding:0 32px !important;font-size:17px !important;height:50px}}@media(min-width:1400px){.cta-6 .btn-cta-6{padding:0 48px !important;font-size:18px !important;line-height:25px !important;width:350px;height:54px}}.cta-6 .btn-cta-6:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(238,9,121,.45);opacity:.95;color:#fff !important}.cta-6 .btn-cta-6:active{transform:translateY(0)}.cta-type7{display:flex;flex-direction:column;align-items:center;padding:80px 0;gap:10px;width:100%;background:#fff}@media(max-width:1199.98px){.cta-type7{padding:60px 0}}@media(max-width:767.98px){.cta-type7{padding:40px 0}}.cta-type7__wrapper{width:100%;max-width:1280px;margin:0 auto}@media(max-width:1199.98px){.cta-type7__wrapper{padding-left:1rem;padding-right:1rem}}.cta-type7__container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;isolation:isolate;width:100%;background:#1c0d8e;border-radius:4px;position:relative;overflow:hidden}@media(max-width:991.98px){.cta-type7__container{min-height:auto}}.cta-type7__bg-effects{position:absolute;width:100%;height:100%;left:0;top:0;pointer-events:none;z-index:0}.cta-type7__ellipse{position:absolute;border-radius:50%}.cta-type7__ellipse--8{width:396px;height:396px;right:0;top:calc(50% - 396px/2 - .06px);background:#120953;filter:blur(50px);z-index:0}.cta-type7__ellipse--3{width:500px;height:500px;right:-119px;top:-401.71px;background:#6025f5;box-shadow:inset 0 0 80px 16px #fd1d1d;z-index:1}.cta-type7__ellipse--6{width:396px;height:396px;right:-107px;top:-208.71px;background:rgba(228,12,211,.35);filter:blur(50px);z-index:1}.cta-type7__ellipse--5{width:396px;height:396px;left:-130px;bottom:-72px;background:#1f08cb;filter:blur(50px);z-index:2}.cta-type7__ellipse--4{width:500px;height:500px;left:-138px;bottom:-393.29px;background:#6025f5;box-shadow:inset 0 0 80px 16px #fd1d1d;z-index:3}.cta-type7__ellipse--7{width:396px;height:396px;left:-117px;bottom:-230.29px;background:rgba(228,12,211,.35);filter:blur(50px);z-index:3}.cta-type7__content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 20px;gap:40px;width:100%;max-width:1280px;z-index:4;position:relative}@media(max-width:1199.98px){.cta-type7__content{padding:48px 32px;gap:32px}}@media(max-width:767.98px){.cta-type7__content{padding:40px 20px;gap:24px}}.cta-type7__text-wrapper{display:flex;flex-direction:column;align-items:center;padding:0;gap:16px;width:100%;max-width:840px}.cta-type7__text-wrapper--medium{max-width:840px}.cta-type7__heading{margin:0;width:100%;max-width:100%;font-family:mi-semibold,sans-serif;font-style:normal;font-weight:600;line-height:130%;text-align:center;color:#fff;font-size:24px}@media(min-width:768px){.cta-type7__heading{font-size:28px}}@media(min-width:992px){.cta-type7__heading{font-size:32px}}.cta-type7__description{margin:0;width:100%;max-width:100%;font-family:mi-regular,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:26px;text-align:center;color:#fff;opacity:.8}@media(max-width:767.98px){.cta-type7__description{font-size:16px}}.cta-type7__action{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap}.cta-type7__button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:14.5px 48px !important;text-decoration:none !important;background:linear-gradient(90deg,#fcb045 0%,#fd1d1d 50%,#ee0979 100%) !important;border-radius:100px !important;border:none !important;box-shadow:none !important;will-change:transform;transition:transform .3s ease,box-shadow .3s ease !important;font-family:mi-medium,sans-serif !important;font-style:normal !important;font-weight:400 !important;font-size:18px !important;line-height:25px !important;text-align:center !important;text-transform:none !important;color:#fff !important;text-shadow:0 1px 2px rgba(0,0,0,.25) !important}.cta-type7__button:hover,.cta-type7__button:focus,.cta-type7__button:active{color:#fff !important;background:linear-gradient(90deg,#fca52c 0%,#fd0404 50%,#d5086d 100%) !important;transform:translateY(-2px) !important;box-shadow:0 8px 24px rgba(238,9,121,.45) !important}.type18-section{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 16px;gap:24px;background:#fff;width:100%;box-sizing:border-box;font-family:mi-regular,sans-serif}@media(min-width:768px){.type18-section{padding:60px 24px}}@media(min-width:992px){.type18-section{padding:80px 5%}}@media(min-width:1400px){.type18-section{padding-top:80px;padding-bottom:80px;padding-left:max(calc((100vw - 1280px)/2),5%);padding-right:max(calc((100vw - 1280px)/2),5%)}}@media(min-width:1920px){.type18-section{padding:80px 320px}}@media(min-width:992px){.type18-section{gap:40px}}.type18-section__header{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:1062px}.type18-section__subtitle{font-family:mi-semibold;font-weight:600;font-size:14px;line-height:150%;letter-spacing:.2em;text-transform:uppercase;background:linear-gradient(90deg,#6025f5 0%,#e40cd3 49.52%,#ff5555 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;margin:0}.type18-section__title-wrapper{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.type18-section__title{font-family:mi-semibold,sans-serif;font-weight:600;line-height:130%;text-align:center;color:#1e1d28;margin:0;font-size:24px}@media(min-width:768px){.type18-section__title{font-size:28px}}@media(min-width:992px){.type18-section__title{font-size:32px}}.type18-section__desc{font-family:mi-regular;font-weight:400;font-size:clamp(16px,1vw,18px);line-height:144%;text-align:center;color:#3b5068;margin:0}.type18-section__content{display:grid;grid-template-columns:1fr;width:100%;max-width:1280px}@media(min-width:992px){.type18-section__content{grid-template-columns:repeat(3,1fr)}}.type18-section__column{display:flex;flex-direction:column;align-items:flex-start;padding:24px 16px;gap:24px;box-sizing:border-box;border-bottom:1px solid #eaecf4}.type18-section__column:last-child{border-bottom:none}@media(min-width:768px){.type18-section__column{padding:32px 24px}}@media(min-width:992px){.type18-section__column{padding:clamp(20px,3vw,40px);border-bottom:none;border-right:1px solid #eaecf4}.type18-section__column:nth-child(3n),.type18-section__column:last-child{border-right:none}.type18-section__column:nth-child(n+4){border-top:1px solid #eaecf4}}.type18-section__col-title{font-family:mi-semibold;font-weight:600;font-size:clamp(20px,1.5vw,24px);line-height:150%;color:#1e1d28;margin:0}.type18-section__list{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.type18-section__item{display:flex;flex-direction:row;align-items:flex-start;gap:16px}.type18-section__item-icon{padding:6px 0 0;width:6px;height:18px;box-sizing:border-box;flex-shrink:0;display:flex;align-items:center;justify-content:center}.type18-section__item-text{font-family:mi-regular;font-weight:400;font-size:16px;line-height:150%;color:#3b5068;margin:0}.type19-section{display:flex;justify-content:center;align-items:center;width:100%;background:linear-gradient(90deg,#ffffff 0%,#f8f9ff 50%,#ffffff 100%);box-sizing:border-box;padding:0 5%}@media(min-width:1400px){.type19-section{padding:0}}@media(max-width:991px){.type19-section{padding:0 16px}}.type19-section__container{box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:80px 0;gap:248px;margin:0 auto;width:1280px;height:202px;position:relative}@media(max-width:1400px){.type19-section__container{width:100%;gap:64px;height:auto}}@media(max-width:991px){.type19-section__container{flex-direction:column;justify-content:center;padding:60px 0;gap:32px}}@media(max-width:767px){.type19-section__container{padding:40px 0;gap:24px}}.type19-section__container::before,.type19-section__container::after{content:'';position:absolute;left:0;right:0;height:1px;background:linear-gradient(90deg,#ffffff 0%,#eaecf4 50%,#ffffff 100%)}.type19-section__container::before{top:0}.type19-section__container::after{bottom:0}.type19-section__title{margin:0;width:170px;height:42px;font-family:mi-semibold,sans-serif;font-style:normal;font-weight:600;line-height:130%;text-align:center;color:#1e1d28;flex-shrink:0;font-size:24px}@media(min-width:768px){.type19-section__title{font-size:28px}}@media(min-width:992px){.type19-section__title{font-size:32px;width:auto;height:auto}}@media(max-width:991px){.type19-section__title{width:auto;height:auto}}.type19-section__tags{display:flex;flex-direction:row;align-items:center;padding:0;gap:8px;width:-moz-max-content;width:max-content;flex-wrap:wrap;height:39px}@media(max-width:1400px){.type19-section__tags{width:100%;height:auto;justify-content:flex-start}}@media(max-width:991px){.type19-section__tags{justify-content:center}}@media(max-width:767px){.type19-section__tags{gap:6px}}.type19-section__tag{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 24px;background:#fff;border:1px solid #3b5068;border-radius:100px;font-family:mi-medium,sans-serif;font-style:normal;font-weight:500;font-size:18px;line-height:130%;color:#3b5068;white-space:nowrap}@media(max-width:991px){.type19-section__tag{font-size:16px;padding:6px 20px}}@media(max-width:767px){.type19-section__tag{font-size:14px;padding:6px 16px}}.other-services-type3{padding:60px 0;width:100%}@media(max-width:768px){.other-services-type3{padding:36px 0}}.other-services-type3__container{width:100%;max-width:1320px;margin-right:auto;margin-left:auto;padding-right:20px;padding-left:20px}.other-services-type3__box{position:relative;width:100%;max-width:1280px;min-height:452px;margin:0 auto;background-color:#1c0d8e;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:64px 40px;box-shadow:0 20px 40px rgba(0,0,0,.2)}@media(max-width:991px){.other-services-type3__box{min-height:auto;padding:40px 20px}}@media(max-width:480px){.other-services-type3__box{padding:24px}}.other-services-type3__parabol{position:absolute;border-radius:50%;pointer-events:none;z-index:1}.other-services-type3__parabol--top-left{width:500px;height:500px;top:-429px;left:-162px;background:#6025f5;box-shadow:inset 0 0 80px 16px #fd1d1d;opacity:1;transform:rotate(0)}@media(max-width:768px){.other-services-type3__parabol--top-left{width:281px;height:281px;top:-165px;left:-120px;background:#6025f5;box-shadow:inset 0 0 44.96px 8.99px #fd1d1d}}.other-services-type3__parabol--top-left-glow{width:396px;height:396px;top:-236px;left:-70px;background:rgba(228,12,211,.35);filter:blur(100px);opacity:1}@media(max-width:768px){.other-services-type3__parabol--top-left-glow{width:220px;height:220px;top:-120px;left:-40px}}.other-services-type3__parabol--below-top-left{width:396px;height:396px;top:56px;left:-90px;background:#1f08cb;filter:blur(100px);opacity:1;transform:rotate(0)}@media(max-width:768px){.other-services-type3__parabol--below-top-left{width:257.07px;height:257.07px;top:auto;bottom:40px;left:-80px;filter:blur(64.92px)}}.other-services-type3__parabol--bottom-right{width:500px;height:500px;top:auto;bottom:-447px;right:-150px;background:#6025f5;box-shadow:inset 0 0 80px 16px #fd1d1d;opacity:1;transform:rotate(0)}@media(max-width:1200px){.other-services-type3__parabol--bottom-right{bottom:-430px;right:-140px}}@media(max-width:768px){.other-services-type3__parabol--bottom-right{width:235.24px;height:235.24px;top:auto;left:auto;bottom:-115px;right:-60px;background:#6025f5;box-shadow:inset 0 0 37.64px 7.53px #fd1d1d}}.other-services-type3__parabol--bottom-right-glow{width:396px;height:396px;top:340px;left:951px;background:rgba(228,12,211,.35);filter:blur(100px);opacity:1}@media(max-width:1200px){.other-services-type3__parabol--bottom-right-glow{top:auto;left:auto;bottom:-200px;right:-100px}}@media(max-width:768px){.other-services-type3__parabol--bottom-right-glow{width:200px;height:200px;bottom:-50px;right:-40px}}.other-services-type3__content{position:relative;z-index:2;width:100%;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;padding:0}@media(min-width:480px){.other-services-type3__content{padding:24px}}@media(min-width:768px){.other-services-type3__content{padding:40px}}.other-services-type3__heading{color:#fff;font-size:36px;font-weight:600;line-height:1.25;margin-bottom:12px;letter-spacing:0}@media(max-width:480px){.other-services-type3__heading{font-size:24px;max-width:230px;margin-left:auto;margin-right:auto}}.other-services-type3__subtext{color:rgba(255,255,255,.8);font-size:16px;font-weight:400;line-height:1.5;margin-bottom:36px;max-width:680px}@media(max-width:768px){.other-services-type3__subtext{font-size:18px;line-height:26px;font-weight:400;margin-bottom:24px}}.other-services-type3__pills{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-bottom:40px;width:100%}@media(max-width:768px){.other-services-type3__pills{gap:8px;margin-bottom:24px}}.other-services-type3__pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;background:rgba(255,255,255,6%);border:1px solid rgba(255,255,255,.35);border-radius:9999px;color:#fff;font-size:18px;font-weight:500;text-decoration:none;transition:all .25s ease-in-out;backdrop-filter:blur(4px)}@media(max-width:768px){.other-services-type3__pill{padding:12px 24px;font-size:18px;font-weight:500;gap:8px}}.other-services-type3__pill:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.7);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.other-services-type3__pill:hover .other-services-type3__pill-icon{transform:translateX(3px)}.other-services-type3__pill-label{line-height:1.2}.other-services-type3__pill-icon{font-size:24px;transition:transform .25s ease-in-out}.other-services-type3__action{display:flex;justify-content:center;align-items:center;width:100%}.other-services-type3__btn{display:inline-flex;align-items:center;justify-content:center;height:54px;padding:0 48px;background:linear-gradient(90deg,#ff7b3d 0%,#fd1d1d 48%,#e5007d 100%);border-radius:9999px;color:#fff;font-size:18px;font-weight:500;text-decoration:none;border:none;box-shadow:0 8px 24px rgba(253,29,29,.35);transition:all .3s ease;cursor:pointer}@media(max-width:768px){.other-services-type3__btn{height:54px;padding:0 48px;font-size:18px;font-weight:500}}.other-services-type3__btn:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 12px 32px rgba(253,29,29,.5);color:#fff}.other-services-type3__btn:active{transform:translateY(0)scale(.98)}.services-type6{padding:80px 0}@media(max-width:991px){.services-type6{padding:60px 0}}@media(max-width:575px){.services-type6{padding:40px 0}}.services-type6 .section-header{max-width:774px;margin:0 auto 40px;display:flex;flex-direction:column;gap:12px}.services-type6 .section-header .title{font-family:mi-semibold,sans-serif;font-size:32px;line-height:1.3;color:#0a081b;margin:0}@media(max-width:767px){.services-type6 .section-header .title{font-size:28px}}.services-type6 .section-header .subtext{font-family:mi-regular,sans-serif;font-size:18px;line-height:1.44;color:#3b5068;margin:0}@media(max-width:767px){.services-type6 .section-header .subtext{font-size:16px}}.services-type6 .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1856px;margin:0 auto}@media(max-width:1199px){.services-type6 .services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.services-type6 .services-grid{grid-template-columns:1fr}}.services-type6 .service-card{background:#f6f8fb;border:1px solid #eaecf4;border-radius:16px;padding:40px;display:flex;flex-direction:column;gap:16px;transition:all .3s ease;height:100%}@media(max-width:767px){.services-type6 .service-card{padding:24px}}.services-type6 .service-card:hover{scale:1.02}.services-type6 .service-card:hover .card-icon svg{transform:translateX(4px)}.services-type6 .service-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.services-type6 .service-card .card-header .card-title{font-family:mi-semibold,sans-serif;font-size:24px;line-height:1.3;color:#000;margin:0;flex:1}@media(max-width:767px){.services-type6 .service-card .card-header .card-title{font-size:20px}}.services-type6 .service-card .card-header .card-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.services-type6 .service-card .card-header .card-icon svg{width:24px;height:24px;transition:all .3s ease}.services-type6 .service-card .card-summary{font-family:mi-regular,sans-serif;font-size:16px;line-height:1.5;color:#3b5068;margin:0;position:relative;z-index:2}.services-type6 .service-card .card-summary p{margin:0}.services-type6 .service-card .card-summary p:not(:last-child){margin-bottom:12px}.services-type6 .service-card .card-summary a{color:#ed184f;text-decoration:underline;font-family:mi-regular,sans-serif;position:relative;z-index:3}.services-type6 .service-card .card-summary a:hover{color:#be133f}.horizontal-cards-type15{background:#fff}.horizontal-cards-type15 .section-header{max-width:850px;margin-bottom:40px;display:flex;flex-direction:column;gap:12px}.horizontal-cards-type15 .section-header .title{font-family:mi-semibold,sans-serif;font-size:32px;line-height:1.4;color:#1e1d28;margin:0}@media(max-width:767px){.horizontal-cards-type15 .section-header .title{font-size:28px}}.horizontal-cards-type15 .section-header .subtext{font-family:mi-regular,sans-serif;font-size:18px;line-height:1.44;color:#3b5068;margin:0}@media(max-width:767px){.horizontal-cards-type15 .section-header .subtext{font-size:16px}}.horizontal-cards-type15 .section-header .subtext p{margin:0}.horizontal-cards-type15 .cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1856px;margin:0 auto;padding:0 15px}@media(max-width:1199px){.horizontal-cards-type15 .cards-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.horizontal-cards-type15 .cards-grid{grid-template-columns:1fr}}.horizontal-cards-type15 .tech-card{background:#f6f8fb;border:1px solid #eaecf4;border-radius:16px;padding:40px;display:flex;flex-direction:column;align-items:flex-start;gap:16px;transition:all .3s ease;height:100%;position:relative;z-index:1}.horizontal-cards-type15 .tech-card::after{content:"";position:absolute;inset:-1px;border-radius:16px;padding:2px;background:linear-gradient(90deg,#6025F5 0%,#E40CD3 49.52%,#FF5555 100%);-webkit-mask:linear-gradient(#fff 0 0)content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease;pointer-events:none}@media(max-width:767px){.horizontal-cards-type15 .tech-card{padding:24px;box-shadow:0 10px 30px rgba(0,0,0,5%);background:#fff;border-color:transparent}.horizontal-cards-type15 .tech-card::after{opacity:1}}.horizontal-cards-type15 .tech-card:hover{box-shadow:0 10px 30px rgba(0,0,0,5%);background:#fff;border-color:transparent}.horizontal-cards-type15 .tech-card:hover::after{opacity:1}.horizontal-cards-type15 .tech-card .card-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.horizontal-cards-type15 .tech-card .card-icon img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.horizontal-cards-type15 .tech-card .card-content{display:flex;flex-direction:column;gap:16px}.horizontal-cards-type15 .tech-card .card-title{font-family:mi-semibold,sans-serif;font-size:24px;line-height:1.5;color:#0a081b;margin:0}@media(max-width:767px){.horizontal-cards-type15 .tech-card .card-title{font-size:20px}}.horizontal-cards-type15 .tech-card .card-title a{text-decoration:none;color:inherit}.horizontal-cards-type15 .tech-card .card-info{font-family:mi-regular,sans-serif;font-size:16px;line-height:1.5;color:#3b5068;margin:0}.horizontal-cards-type15 .tech-card .card-info p{margin:0}.horizontal-cards-type15 .tech-card .card-info p:not(:last-child){margin-bottom:12px}.horizontal-cards-type15 .tech-card .card-info a{color:#0a081b;text-decoration:underline;font-family:mi-semibold,sans-serif;position:relative;z-index:3}.horizontal-cards-type15 .tech-card .card-info a:hover{color:#ff5a5f}.steps-type4{background:#f8f9ff;overflow-x:clip;overflow-y:visible}.steps-type4 .steps-container{max-width:1172px;margin:0 auto;padding:0 15px;width:100%}.steps-type4 .steps-type4-grid{display:flex;flex-direction:row;gap:48px}@media(max-width:991.98px){.steps-type4 .steps-type4-grid{flex-direction:column;gap:40px}.steps-type4 .steps-type4-grid .steps-type4-sidebar-col,.steps-type4 .steps-type4-grid .sticky-sidebar{display:contents}.steps-type4 .steps-type4-grid .title{order:1}.steps-type4 .steps-type4-grid .subtext{order:2}.steps-type4 .steps-type4-grid .button-wrapper{order:3}.steps-type4 .steps-type4-grid .steps-type4-timeline-col{order:4}.steps-type4 .steps-type4-grid .assured-points{order:5;margin-top:24px}}.steps-type4 .steps-type4-sidebar-col,.steps-type4 .steps-type4-timeline-col{width:50%}@media(max-width:991.98px){.steps-type4 .steps-type4-sidebar-col,.steps-type4 .steps-type4-timeline-col{width:100%}}.steps-type4 .steps-type4-sidebar-col{position:relative}@media(min-width:992px){.steps-type4 .sticky-sidebar{position:sticky;top:100px;height:-moz-max-content;height:max-content}}.steps-type4 .title{font-family:mi-semibold,sans-serif;font-size:32px;line-height:1.3;color:#0a081b;margin-bottom:12px;margin-top:0}@media(max-width:767px){.steps-type4 .title{font-size:28px}}.steps-type4 .subtext{font-family:mi-regular,sans-serif;font-size:18px;line-height:1.44;color:#3b5068;margin-bottom:40px}@media(max-width:767px){.steps-type4 .subtext{font-size:16px;margin-bottom:24px}}.steps-type4 .subtext p{margin:0}.steps-type4 .subtext p:not(:last-child){margin-bottom:12px}.steps-type4 .button-wrapper{margin-bottom:40px}.steps-type4 .button-wrapper .btn{background:linear-gradient(90deg,#6025f5 0%,#e40cd3 49.52%,#ff5555 100%);border-radius:100px;color:#fff;font-family:mi-medium,sans-serif;font-size:18px;line-height:1.38;padding:16px 48px;border:none;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}@media(max-width:387.98px){.steps-type4 .button-wrapper .btn{font-size:15px}}.steps-type4 .button-wrapper .btn:hover{box-shadow:0 10px 20px rgba(96,37,245,.2);transform:translateY(-2px);color:#fff}.steps-type4 .assured-points .assured-heading{display:block;font-family:mi-semibold,sans-serif;font-size:24px;line-height:1.5;color:#1e1d28;margin-bottom:16px;margin-top:0}@media(max-width:767px){.steps-type4 .assured-points .assured-heading{font-size:20px}}.steps-type4 .assured-points .assured-list{display:flex;flex-direction:column;gap:8px;margin:0;padding:0}.steps-type4 .assured-points .assured-list li{display:flex;align-items:flex-start;gap:8px;font-family:mi-medium,sans-serif;font-size:16px;line-height:1.5;color:#3b5068}.steps-type4 .assured-points .assured-list li .tick-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;margin-top:2px}.steps-type4 .assured-points .assured-list li .tick-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.steps-type4 .timeline-wrapper{display:flex;flex-direction:column;gap:24px}.steps-type4 .timeline-step{display:flex;flex-direction:row;align-items:flex-start;gap:16px;background:#fff;border:1px solid #eaecf4;border-radius:16px;padding:24px;position:relative}.steps-type4 .timeline-step:not(:last-child)::after{content:'';position:absolute;left:0;bottom:-27px;height:30px;width:68px;background-image:url(/images/services/type4/line.svg);background-repeat:no-repeat;background-position:50%;z-index:2}.steps-type4 .timeline-step .step-indicator{flex-shrink:0;width:40px;height:40px;background:#fff;border:1px solid #d6d9e2;border-radius:100px;display:flex;align-items:center;justify-content:center}.steps-type4 .timeline-step .step-indicator .step-number{font-family:mi-semibold,sans-serif;font-size:18px;line-height:1.5;color:#1e1d28}.steps-type4 .timeline-step .step-content{display:flex;flex-direction:column;gap:8px}.steps-type4 .timeline-step .step-content .step-title{font-family:mi-semibold,sans-serif;font-size:24px;line-height:1.5;color:#1e1d28;margin:0}@media(max-width:767px){.steps-type4 .timeline-step .step-content .step-title{font-size:20px}}.steps-type4 .timeline-step .step-content .step-info{font-family:mi-regular,sans-serif;font-size:16px;line-height:1.5;color:#3b5068}.steps-type4 .timeline-step .step-content .step-info p{margin:0}.steps-type4 .timeline-step .step-content .step-info p:not(:last-child){margin-bottom:10px}.work-type6-section{position:relative;display:flex;flex-direction:column;align-items:center;padding:80px 0;gap:40px;width:100%;background:#fff;border-bottom:1px solid #eaecf4;overflow:hidden;box-sizing:border-box;isolation:isolate}@media(max-width:991px){.work-type6-section{padding:60px 0}}.work-type6-section__bg{position:absolute;width:100%;height:100%;left:0;top:0;background:#f8f9ff;z-index:0;overflow:hidden}.work-type6-section__ellipse{position:absolute;border-radius:50%;opacity:.2}.work-type6-section__ellipse--1{width:702.33px;height:873.44px;left:-285px;top:257.37px;background:#ff00b7;filter:blur(200px)}.work-type6-section__ellipse--2{width:702.33px;height:873.44px;left:1553px;top:48.37px;background:#0004ff;filter:blur(200px)}.work-type6-section__ellipse--3{width:500px;height:426px;left:1420px;top:-.63px;background:#00e1ff;filter:blur(100px)}.work-type6-section__ellipse--4{width:702px;height:598px;left:-332px;top:104.37px;background:#0004ff;filter:blur(100px)}.work-type6-section__grid-overlay{position:absolute;width:100%;height:100%;left:0;top:0;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 150 0 L 0 0 0 150' fill='none' stroke='white' stroke-width='1' stroke-opacity='.8'/%3E%3C/svg%3E");pointer-events:none;z-index:0}.work-type6-section__container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;max-width:1280px;padding:0 5%;box-sizing:border-box}@media(min-width:1400px){.work-type6-section__container{padding:0}}.work-type6-section__header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;margin-bottom:40px;text-align:center;max-width:920px}.work-type6-section__title-small{margin:0;font-family:mi-semibold,sans-serif;font-weight:600;font-size:14px;line-height:150%;font-style:normal;letter-spacing:.2em;text-transform:uppercase;background:linear-gradient(90deg,#6025f5 0%,#e40cd3 49.52%,#ff5555 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.work-type6-section__title-large{margin:0;font-family:mi-semibold,sans-serif;font-weight:600;line-height:130%;letter-spacing:0;color:#1e1d28;font-size:24px}@media(min-width:768px){.work-type6-section__title-large{font-size:28px}}@media(min-width:992px){.work-type6-section__title-large{font-size:32px}}.work-type6-section__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;width:100%}@media(max-width:991px){.work-type6-section__cards{grid-template-columns:1fr;gap:20px}}.work-type6-section__card{box-sizing:border-box;display:flex;flex-direction:column;width:100%;background:#fff;border-radius:16px;overflow:hidden;position:relative;z-index:2;border:1px solid #eaecf4;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit}.work-type6-section__card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,8%)}.work-type6-section__card-image{width:100%;height:260px;background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative}.work-type6-section__card-link-icon{position:absolute;top:16px;right:16px;width:44px;height:44px;background:#fff;border:1px solid #eaecf4;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1e1d28;text-decoration:none;font-size:20px;transition:all .3s ease}.work-type6-section__card-content{display:flex;flex-direction:column;padding:40px;gap:24px;flex-grow:1}@media(max-width:767px){.work-type6-section__card-content{padding:24px;gap:24px}}.work-type6-section__card-info{display:flex;flex-direction:column;gap:16px}.work-type6-section__card-text{display:flex;flex-direction:column;gap:8px}.work-type6-section__card-title{margin:0;font-family:mi-semibold,sans-serif;font-weight:600;font-size:24px;line-height:150%;color:#1e1d28;transition:color .3s ease}.work-type6-section__card-tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.work-type6-section__card-tag{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 8px;height:25px;background:#fff;border:1px solid #3b5068;border-radius:4px;font-family:mi-medium,sans-serif;font-weight:500;font-size:14px;line-height:120%;color:#3b5068}.work-type6-section__card-outcomes{display:flex;flex-direction:column;gap:8px;margin-top:auto}.work-type6-section__card-outcomes-title{font-family:mi-regular,sans-serif;font-weight:400;font-size:16px;line-height:150%;color:#3b5068}.work-type6-section__card-outcomes-grid{display:flex;flex-direction:row;align-items:flex-start;gap:24px}@media(max-width:1199px) and (min-width:992px){.work-type6-section__card-outcomes-grid{gap:12px}}@media(max-width:575px){.work-type6-section__card-outcomes-grid{flex-wrap:wrap}}.work-type6-section__card-outcome-item{width:140px;display:flex;flex-direction:column;align-items:flex-start;gap:2px;flex:none}@media(max-width:1199px) and (min-width:992px){.work-type6-section__card-outcome-item{width:auto;flex:1}}@media(max-width:575px){.work-type6-section__card-outcome-item{flex:1 1 calc(50% - 24px)}}.work-type6-section__card-outcome-metric{font-family:mi-semibold,sans-serif;font-weight:600;font-size:32px;line-height:130%;color:#1e1d28}.work-type6-section__card-outcome-label{font-family:mi-medium,sans-serif;font-weight:500;font-size:14px;line-height:120%;letter-spacing:0;color:#3b5068}.contentLayoutType26{padding-top:80px;padding-bottom:80px}@media(max-width:991.98px){.contentLayoutType26{padding-top:60px;padding-bottom:60px}}@media(max-width:767.98px){.contentLayoutType26{padding-top:40px;padding-bottom:40px}}.contentLayoutType26 .cl26-container{width:100%;max-width:1200px;margin:0 auto;padding:0 32px}@media(max-width:767.98px){.contentLayoutType26 .cl26-container{padding:0 16px}}.contentLayoutType26 .cl26-header{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;margin-bottom:40px}@media(max-width:767.98px){.contentLayoutType26 .cl26-header{margin-bottom:24px}}.contentLayoutType26 .cl26-heading{font-family:mona sans,sans-serif;font-weight:600;font-size:32px;line-height:1.3;color:#0a081b;margin:0}@media(max-width:767.98px){.contentLayoutType26 .cl26-heading{font-size:24px}}.contentLayoutType26 .cl26-subtext{font-family:mona sans,sans-serif;font-weight:400;font-size:18px;line-height:1.44;color:#3b5068;max-width:900px;margin:0}@media(max-width:767.98px){.contentLayoutType26 .cl26-subtext{font-size:16px}}.contentLayoutType26 .cl26-subtext p{margin:0}.contentLayoutType26 .cl26-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:1172px;margin:0 auto}@media(max-width:991.98px){.contentLayoutType26 .cl26-grid{grid-template-columns:1fr}}.contentLayoutType26 .cl26-card{display:flex;flex-direction:row;align-items:center;padding:24px;gap:12px;background:linear-gradient(0deg,#F6F8FB,#F6F8FB),#fff;border:1px solid #eaecf4;border-radius:16px;min-height:96px;box-sizing:border-box}@media(max-width:767.98px){.contentLayoutType26 .cl26-card{padding:16px}}.contentLayoutType26 .cl26-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.contentLayoutType26 .cl26-icon svg{width:100%;height:100%}.contentLayoutType26 .cl26-text{font-family:mona sans,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#3b5068;margin:0}.contentLayoutType26 .cl26-text p{margin:0}.ind-type5-section{background:#f8f9ff;padding-top:80px;padding-bottom:80px;overflow:hidden}@media(max-width:991.98px){.ind-type5-section{padding-top:60px;padding-bottom:60px}}@media(max-width:767.98px){.ind-type5-section{padding-top:40px;padding-bottom:40px}}.ind-type5-section .ind-type5-header-container{max-width:1200px;margin:0 auto;padding:0 32px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;margin-bottom:40px;gap:40px}@media(max-width:991.98px){.ind-type5-section .ind-type5-header-container{flex-direction:column;align-items:flex-start;gap:24px}}@media(max-width:767.98px){.ind-type5-section .ind-type5-header-container{padding:0 16px}}.ind-type5-section .ind-type5-header-content{display:flex;flex-direction:column;gap:12px;max-width:773px}.ind-type5-section .ind-type5-title{font-family:mona sans,sans-serif;font-weight:600;font-size:32px;line-height:1.3;color:#0a081b;margin:0}@media(max-width:767.98px){.ind-type5-section .ind-type5-title{font-size:24px}}.ind-type5-section .ind-type5-subtext{font-family:mona sans,sans-serif;font-weight:400;font-size:18px;line-height:1.44;color:#3b5068;margin:0}.ind-type5-section .ind-type5-subtext p{margin:0}@media(max-width:767.98px){.ind-type5-section .ind-type5-subtext{font-size:16px}}.ind-type5-section .ind-type5-nav{display:flex;flex-direction:row;gap:4px}.ind-type5-section .ind-type5-nav .ind-type5-btn{width:48px;height:48px;background:#fff;border:1px solid #3b5068;border-radius:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.ind-type5-section .ind-type5-nav .ind-type5-btn i{font-size:24px;color:#0a081b;transition:all .3s ease}.ind-type5-section .ind-type5-nav .ind-type5-btn.swiper-button-disabled{opacity:.5;cursor:not-allowed}.ind-type5-section .ind-type5-nav .ind-type5-btn:hover:not(.swiper-button-disabled){background:#0a081b;border-color:#0a081b}.ind-type5-section .ind-type5-nav .ind-type5-btn:hover:not(.swiper-button-disabled) i{color:#fff}.ind-type5-section .ind-type5-slider-container{width:100%;padding:0 32px}@media(max-width:767.98px){.ind-type5-section .ind-type5-slider-container{padding:0 16px}}.ind-type5-section .industriesSwiper5{width:100%;overflow:visible}.ind-type5-section .industriesSwiper5 .swiper-wrapper{display:flex}.ind-type5-section .industriesSwiper5 .swiper-slide{flex-shrink:0;position:relative;z-index:1}@media(hover:hover) and (min-width:576px){.ind-type5-section .industriesSwiper5 .swiper-slide:hover{z-index:10}}.ind-type5-section .ind-type5-slide{height:auto}.ind-type5-section .ind-type5-card{display:flex;flex-direction:column;justify-content:space-between;height:100%;box-sizing:border-box;position:relative;background:0 0;border:1px solid transparent;transition:all .4s ease;cursor:pointer;word-break:break-word;overflow-wrap:break-word}.ind-type5-section .ind-type5-card::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border:2px solid transparent;pointer-events:none;z-index:10;opacity:0;transition:opacity .4s ease}@media(hover:hover) and (min-width:576px){.ind-type5-section .ind-type5-card:hover{z-index:5;background:#fff;transform:translateY(-8px)}.ind-type5-section .ind-type5-card:hover::before{opacity:1;border-color:transparent;-o-border-image:linear-gradient(90deg,#6025F5 0%,#E40CD3 49.52%,#FF5555 100%)1;border-image:linear-gradient(90deg,#6025F5 0%,#E40CD3 49.52%,#FF5555 100%)1}.ind-type5-section .ind-type5-card:hover .ind-type5-card-bottom::after{opacity:.5}}.ind-type5-section .ind-type5-card.ind-type5-border-left{border-left:1px solid #eaecf4}@media(max-width:991.98px){.ind-type5-section .ind-type5-card.ind-type5-border-left{border-left:none}}.ind-type5-section .ind-type5-card-top{display:flex;flex-direction:column;padding:40px;gap:40px}@media(max-width:767.98px){.ind-type5-section .ind-type5-card-top{padding:24px;gap:24px}}.ind-type5-section .ind-type5-icon-wrapper{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.ind-type5-section .ind-type5-icon-wrapper i{font-size:48px;background:linear-gradient(180deg,#6025F5 0%,#E40CD3 50%,#FF5555 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ind-type5-section .ind-type5-card-header{display:flex;flex-direction:column;gap:20px}.ind-type5-section .ind-type5-card-title{font-family:mona sans,sans-serif;font-weight:600;font-size:24px;line-height:1.5;color:#0a081b;margin:0}.ind-type5-section .ind-type5-card-title a{transition:all .3s ease;display:inline-block}.ind-type5-section .ind-type5-card-title a:hover{background:linear-gradient(90deg,#6025F5 0%,#E40CD3 49.52%,#FF5555 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:767.98px){.ind-type5-section .ind-type5-card-title{font-size:20px}}.ind-type5-section .ind-type5-card-summary{font-family:mona sans,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#3b5068;margin:0}.ind-type5-section .ind-type5-card-summary a{position:relative;z-index:2}.ind-type5-section .ind-type5-card-summary p{margin:0}.ind-type5-section .ind-type5-list{display:flex;flex-direction:column;gap:12px}.ind-type5-section .ind-type5-list-item{display:flex;flex-direction:row;align-items:flex-start;gap:8px}.ind-type5-section .ind-type5-tick{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.ind-type5-section .ind-type5-tick svg{width:100%;height:100%}.ind-type5-section .ind-type5-point-text{font-family:mona sans,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#3b5068;margin:0;flex-grow:1}.ind-type5-section .ind-type5-point-text p{margin:0}.ind-type5-section .ind-type5-card-bottom{width:100%;height:160px;overflow:hidden;position:relative;margin-top:auto}.ind-type5-section .ind-type5-card-bottom::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#6025F5 0%,#E40CD3 49.52%,#FF5555 100%);opacity:0;transition:opacity .4s ease;pointer-events:none}.ind-type5-section .ind-type5-card-bottom .ind-type5-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.client-logos-type3{--duration:20s;--scroll-start:0px;--scroll-end:-100%}@media(min-width:1200px){.client-logos-type3{margin-left:2rem;margin-right:2rem}}.client-logos-type3 .title-wrapper{min-width:290px}.client-logos-type3 .logos-wrapper .logos{will-change:transform;animation-name:client-logos-type3-animation;animation-duration:var(--duration);animation-timing-function:linear;animation-iteration-count:infinite;flex-shrink:0}@keyframes client-logos-type3-animation{from{transform:translateX(var(--scroll-start))}to{transform:translateX(var(--scroll-end))}}.hero-section-type28{padding:0;isolation:isolate}.hero-section-type28 .custom-container{padding-left:clamp(1.25rem,1.67vw,2rem);padding-right:clamp(1.25rem,1.67vw,2rem)}.hero-section-type28 .the-slider{position:relative;overflow:hidden;border-radius:1rem;z-index:1;background-color:#f8f9ff;background-image:linear-gradient(to right,rgba(255,255,255,.7) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.7) 1px,transparent 1px),radial-gradient(ellipse clamp(3.5rem,calc(-2.8rem + 31.5vw),35rem) clamp(4rem,calc(-3.2rem + 36vw),40rem) at 95% -10%,rgba(255,0,183,.2) 0%,rgba(255,0,183,.2) 60%,transparent 100%),radial-gradient(ellipse clamp(3.538rem,calc(-2.83rem + 31.84vw),35.375rem) clamp(4.4rem,calc(-3.52rem + 39.6vw),44rem) at 20% 130%,rgba(0,4,255,.4) 0%,rgba(0,4,255,.2) 40%,transparent 100%),radial-gradient(ellipse clamp(1.725rem,calc(-1.38rem + 15.53vw),17.25rem) clamp(1.9rem,calc(-1.52rem + 17.1vw),19rem) at 40% 110%,rgba(0,255,255,.2) 0%,rgba(0,255,255,.2) 70%,transparent 100%),radial-gradient(ellipse clamp(2.975rem,calc(-2.38rem + 26.77vw),29.75rem) clamp(3.212rem,calc(-2.57rem + 28.91vw),32.125rem) at 10% 110%,rgba(255,0,183,.2) 0%,rgba(255,0,183,.3) 50%,transparent 100%);background-size:100px 100px,100px 100px,100% 100%,100% 100%,100% 100%,100% 100%;background-repeat:repeat,repeat,no-repeat,no-repeat,no-repeat,no-repeat}@media(min-width:992px){.hero-section-type28 .the-slider{height:clamp(37.5rem,calc(-22.115rem + 96.15vw),51.4375rem)}}.hero-section-type28 .hero-grid{height:100%;padding:16px;display:grid;gap:16px;grid-template-columns:1fr;grid-template-rows:auto}@media(min-width:375px){.hero-section-type28 .hero-grid{padding:clamp(1.5rem,calc(-2.25rem + 5vw),3.75rem)}}@media(min-width:992px){.hero-section-type28 .hero-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}}.hero-section-type28 .hero-grid .cell-top-left{align-self:start;justify-self:start;z-index:2}.hero-section-type28 .hero-grid .cell-top-right{z-index:2}@media(min-width:992px){.hero-section-type28 .hero-grid .cell-top-right{justify-self:end;align-self:start}}.hero-section-type28 .hero-grid .cell-bottom-left{z-index:2}@media(min-width:992px){.hero-section-type28 .hero-grid .cell-bottom-left{align-self:end;justify-self:start}}.hero-section-type28 .hero-grid .cell-bottom-right{display:flex;flex-direction:column;gap:clamp(1.5rem,calc(-.167rem + 2.22vw),2.5rem);z-index:2}@media(min-width:992px){.hero-section-type28 .hero-grid .cell-bottom-right{max-width:580px;align-self:end;justify-self:end}}.hero-section-type28 .hero-grid .cell-bottom-right p{position:relative;z-index:1;font-family:mi-regular,sans-serif;font-size:18px;line-height:26px;color:#3b5068;margin:0}.hero-section-type28 .hero-grid .cell-bottom-right .cta-buttons{display:flex;gap:12px;flex-direction:column;position:relative;z-index:1}@media(min-width:576px){.hero-section-type28 .hero-grid .cell-bottom-right .cta-buttons{flex-direction:row !important}}.hero-section-type28 .hero-grid .cell-bottom-right .cta-buttons a{width:100%;text-align:center;white-space:normal;font-size:13px;padding-left:16px;padding-right:16px;min-width:0}@media(min-width:375px){.hero-section-type28 .hero-grid .cell-bottom-right .cta-buttons a{white-space:nowrap;padding-left:48px;padding-right:48px}}@media(min-width:576px){.hero-section-type28 .hero-grid .cell-bottom-right .cta-buttons a{width:auto;font-size:18px}}@media(max-width:991.98px){.hero-section-type28 .hero-grid .cell-top-left{order:1}.hero-section-type28 .hero-grid .cell-bottom-right{order:2;margin-top:8px;margin-bottom:24px}.hero-section-type28 .hero-grid .cell-top-right{order:3;margin-bottom:16px}.hero-section-type28 .hero-grid .cell-bottom-left{order:4}}.hero-section-type28 .slide-image{position:absolute;inset:0;pointer-events:none;z-index:1;display:none;align-items:center;justify-content:center}@media(min-width:992px){.hero-section-type28 .slide-image{display:flex}}.hero-section-type28 .slide-image img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;mix-blend-mode:darken;mask-image:linear-gradient(to right,transparent 0%,black 15%,black 85%,transparent 100%),linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%);-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 15%,black 85%,transparent 100%),linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%);-webkit-mask-composite:destination-in}.hero-section-type28 .text-bg-shade{position:relative}.hero-section-type28 .text-bg-shade::before{display:none;content:"";pointer-events:none;position:absolute;inset:-80px -80px;background:#f8f9ff;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%),linear-gradient(to bottom,transparent 0%,black 20%,black 80%,transparent 100%);-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%),linear-gradient(to bottom,transparent 0%,black 20%,black 80%,transparent 100%);-webkit-mask-composite:destination-in}@media(min-width:992px){.hero-section-type28 .text-bg-shade::before{display:block}}.hero-section-type28 .slide-title{max-width:490px !important;font-size:clamp(1.875rem,calc(.672rem + 1.94vw),3rem);font-family:mi-bold,sans-serif;color:#0a081b;max-width:700px;position:relative;z-index:1;margin:0}.hero-section-type28 .stats{display:grid;grid-template-columns:1fr;gap:8px}@media(min-width:375px){.hero-section-type28 .stats{grid-template-columns:repeat(2,1fr)}}@media(min-width:576px){.hero-section-type28 .stats{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}}@media(min-width:992px){.hero-section-type28 .stats{flex-direction:column;gap:4px}}.hero-section-type28 .stats .stat{background:#fff;padding:12px;border-radius:8px;display:flex;flex-direction:column;gap:4px;flex:1;box-shadow:0 4px 30px rgba(237,24,79,.2);min-width:0}.hero-section-type28 .stats .stat span{display:block}.hero-section-type28 .stats .stat .number{font-family:mi-regular,sans-serif;font-size:clamp(1.75rem,calc(.5rem + 1.67vw),2.5rem);line-height:1;color:#0a081b}.hero-section-type28 .stats .stat .info{font-family:mi-regular,sans-serif;font-size:clamp(.875rem,calc(.667rem + .28vw),1rem);line-height:1.5;color:#3b5068}.hero-section-type28 .partner-logos{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;background:#fff;padding:12px;border-radius:8px;box-shadow:0 4px 30px rgba(237,24,79,.1);width:-moz-fit-content;width:fit-content}@media(min-width:576px){.hero-section-type28 .partner-logos{gap:16px;padding:16px}}.hero-section-type28 .partner-logos .p-l-wrap{display:flex;align-items:center;justify-content:center}.hero-section-type28 .partner-logos .p-l-wrap img{display:block;width:auto;height:35px;-o-object-fit:contain;object-fit:contain}@media(min-width:576px){.hero-section-type28 .partner-logos .p-l-wrap img{height:50px}}.hero{padding-top:14px;padding-bottom:30px}@media(max-width:991px){.hero .shell{padding-inline:16px !important}}.hero .hero__card{position:relative;overflow:hidden;border-radius:16px;background:#f8f9ff;min-height:823px;padding:60px;display:flex;flex-direction:column;isolation:isolate}@media(max-width:1199px){.hero .hero__card{padding:50px 40px}}@media(max-width:991px){.hero .hero__card{min-height:0;padding:32px 16px;gap:24px}}.hero .hero__art{position:absolute;inset:0;z-index:0;pointer-events:none}.hero .blob{position:absolute;display:grid;place-items:center}.hero .blob__inner{position:relative}.hero .blob__inner img{position:absolute;max-width:none}.hero .blob--a{left:35.45%;top:74.24%;width:357.34px;height:433.47px}.hero .blob--a .blob__inner{width:276.52px;height:304px;transform:rotate(-65.82deg)scaleY(.98)skewX(-12.41deg)}.hero .blob--a img{inset:-32.89% -36.16%;width:172.32%;height:165.78%}.hero .blob--b{left:-5.82%;top:47.75%;width:642.57px;height:482.17px}.hero .blob--b .blob__inner{width:467.81px;height:514.31px;transform:rotate(-106.04deg)scaleY(.98)skewX(-12.41deg)}.hero .blob--b img{inset:-29.17% -32.06%;width:164.12%;height:158.34%}.hero .blob--c{left:6.57%;top:57.47%;width:759.67px;height:661.7px}.hero .blob--c .blob__inner{width:566.72px;height:704.95px;transform:rotate(-96.24deg)scaleY(.97)skewX(-14.26deg)}.hero .blob--c img{inset:-42.56% -52.94%;width:205.88%;height:185.12%}.hero .blob--d{left:67.51%;top:-41.31%;width:744px;height:893.45px}.hero .blob--d .blob__inner{width:560.81px;height:640.55px;transform:rotate(-65.82deg)scaleY(.98)skewX(-12.41deg)}.hero .blob--d img{inset:-23.42% -26.75%;width:153.5%;height:146.84%}.hero .hero__photo{position:absolute;inset:0;mix-blend-mode:multiply;-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 70%,rgba(0,0,0,.85) 85%,transparent 98%);mask-image:linear-gradient(90deg,#000 0%,#000 70%,rgba(0,0,0,.85) 85%,transparent 98%);overflow:hidden}@media(max-width:991px){.hero .hero__photo{inset:0;width:100%;height:100%;mix-blend-mode:multiply;-webkit-mask-image:none;mask-image:none;opacity:.6}}.hero .hero__photo img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center right;object-position:center right;max-width:none}@media(max-width:991px){.hero .hero__photo img{left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}}.hero .hero__glow{position:absolute;border-radius:50%;background:radial-gradient(ellipse at center,rgba(248,249,255,.95) 0%,rgba(248,249,255,.75) 50%,rgba(248,249,255,0) 85%);filter:blur(25px);pointer-events:none;z-index:1}@media(max-width:991px){.hero .hero__glow{opacity:.5}}.hero .hero__glow--left{left:-40px;top:-40px;width:580px;height:380px}.hero .hero__glow--right{right:-80px;bottom:-80px;width:850px;height:600px;background:radial-gradient(ellipse at center,rgba(248,249,255,.97) 0%,rgba(248,249,255,.85) 55%,rgba(248,249,255,0) 85%);filter:blur(30px)}.hero .hero__title{position:relative;z-index:2;max-width:700px;font-size:56px;line-height:56px;font-weight:700;letter-spacing:.48px;color:#0a081b;margin-bottom:0}@media(max-width:991px){.hero .hero__title{font-size:32px;line-height:1.15;max-width:none}}@media(max-width:767px){.hero .hero__title{font-size:28px}}.hero .hero__aside{position:relative;z-index:2;margin-left:auto;margin-top:286px;width:100%;max-width:577px;display:flex;flex-direction:column;gap:40px;align-items:flex-start;color:#3b5068}.hero .hero__aside .btn.btn--grad{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:100px;font-weight:500;text-align:center;white-space:nowrap;background-image:linear-gradient(90deg,#6025f5 0%,#e40cd3 49.519%,#ff5555 100%);color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.25);border:none;text-decoration:none;padding:16px 48px;font-size:18px;line-height:1.2}.hero .hero__aside .btn.btn--grad:hover{transform:translateY(-1px);box-shadow:0 8px 22px rgba(96,37,245,.28);color:#fff}@media(max-width:991px){.hero .hero__aside{margin-top:0;margin-left:0;max-width:none;gap:24px;align-items:flex-start}.hero .hero__aside p.t-md{font-size:15px;line-height:1.6;color:#2d3748;text-align:left}.hero .hero__aside .btn.btn--grad{width:100%;max-width:320px;padding:16px 40px;font-size:16px;box-sizing:border-box;align-self:flex-start}}.services-type7{padding-bottom:0 !important}.services-type7 .services-type7__shell{display:flex;flex-direction:column;gap:40px;align-items:center}@media(max-width:767px){.services-type7 .services-type7__shell{gap:24px}}.services-type7 .services-type7__intro{display:flex;flex-direction:column;gap:12px;text-align:center;align-items:center;max-width:774px;margin-inline:auto}.services-type7 .services-type7__heading{font-size:32px;line-height:1.3;font-weight:600;color:#0a081b;margin-bottom:0}@media(max-width:991px){.services-type7 .services-type7__heading{font-size:28px;line-height:1.25}}@media(max-width:767px){.services-type7 .services-type7__heading{font-size:24px;line-height:1.25}}.services-type7 .services-type7__subtext{font-size:18px;line-height:26px;color:#3b5068;margin-bottom:0}@media(max-width:767px){.services-type7 .services-type7__subtext{font-size:16px;line-height:1.5}}.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;width:100%}@media(max-width:991px){.svc-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.svc-grid{grid-template-columns:1fr}}.svc-card{position:relative;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:40px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}@media(max-width:767px){.svc-card{padding:15px;border-radius:15px}}.svc-card:hover{border-color:#d7dbeb;box-shadow:0 12px 32px rgba(10,8,27,6%);transform:translateY(-2px)}.svc-card__body{display:flex;flex-direction:column;gap:16px;position:relative;z-index:1}.svc-card__head{display:flex;align-items:center;gap:10px;width:100%}.svc-card__head h3{flex:1;min-width:0;font-size:20px;line-height:1.3;font-weight:600;color:#000;margin-bottom:0}.svc-card__head h3 a{color:inherit;text-decoration:none}.svc-card__head h3 a:hover{color:inherit;text-decoration:none}.svc-card__head img{width:24px;height:24px;flex-shrink:0}.svc-card__head .svc-card__arrow-link{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;text-decoration:none}.svc-card__head .svc-card__arrow-link img{transition:transform .2s ease}.svc-card__head .svc-card__arrow-link:hover img{transform:translate(2px,-2px)}.svc-card--lead .svc-card__head h3{font-size:24px;color:#0f172a}@media(max-width:767px){.svc-card--lead .svc-card__head h3{font-size:20px}}.svc-card p{font-size:15px;line-height:1.5;color:#475569;margin-bottom:0}.svc-card p a{color:#ed184f;text-decoration:none;font-weight:500;transition:color .2s ease}.svc-card p a:hover{text-decoration:underline;color:#d01443}.checks{display:flex;flex-direction:column;gap:8px;align-items:flex-start;list-style:none;padding-left:0;margin-bottom:0}.check{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:4px 8px}.check img{width:20px;height:20px;flex-shrink:0}.check span{font-size:14px;line-height:1.5;font-weight:500;color:#475569}.check span a{color:#ed184f;text-decoration:none;font-weight:500;transition:color .2s ease}.check span a:hover{text-decoration:underline;color:#d01443}.svc-card__deco{position:absolute;bottom:-1px;right:-1.33px;width:220px;height:237px;pointer-events:none}.svc-card__deco>div{position:absolute;inset:0;overflow:hidden}.svc-card__deco img{position:absolute;max-width:none}@media(max-width:767px){.svc-card__deco{width:140px;height:150px}}.deco--1 img{left:-59.24%;top:-4.96%;width:177.61%;height:109.92%}.deco--2 img{left:-30.8%;top:0;width:161.59%;height:100%}.deco--3 img{left:-15%;top:4%;width:128%;height:92%;-o-object-fit:contain;object-fit:contain}.services-type9{padding:80px 0 0}@media(max-width:767px){.services-type9{padding:80px 0 0}}.services-type9__shell{display:flex;flex-direction:column;align-items:center;gap:40px}.services-type9__intro{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;max-width:774px;margin:0 auto}.services-type9__heading{font-size:32px;font-weight:600;line-height:1.3;color:#0a081b}@media(max-width:767px){.services-type9__heading{font-size:28px}}.services-type9__subtext{font-size:18px;line-height:1.44;color:#3b5068}@media(max-width:767px){.services-type9__subtext{font-size:16px}}.services-type9 .svc-type9-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;width:100%}@media(max-width:991px){.services-type9 .svc-type9-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.services-type9 .svc-type9-grid{grid-template-columns:1fr}}.services-type9 .svc-type9-card{background:#f6f8fb;border:1px solid #eaecf4;border-radius:16px;padding:40px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;gap:40px;min-height:480px}@media(max-width:767px){.services-type9 .svc-type9-card{padding:24px;min-height:auto}}.services-type9 .svc-type9-card__body{display:flex;flex-direction:column;align-items:flex-start;gap:16px;position:relative;z-index:2}.services-type9 .svc-type9-card__title{font-size:32px;font-weight:600;line-height:1.3;color:#000}@media(max-width:1199px){.services-type9 .svc-type9-card__title{font-size:24px}}.services-type9 .svc-type9-card__summary{font-size:16px;line-height:1.5;color:#3b5068}.services-type9 .svc-type9-card__tags{display:none;flex-wrap:wrap;gap:4px;margin:0;padding:0;list-style:none}.services-type9 .svc-type9-card__tags li{background:#fff;border:1px solid #eaecf4;border-radius:4px;padding:4px 16px;font-size:14px;font-weight:500;color:#3b5068;line-height:1.5}.services-type9 .svc-type9-card__points{display:flex;flex-direction:column;gap:4px;margin:0;padding:0;list-style:none}.services-type9 .svc-type9-card__points li{display:inline-flex;align-items:flex-start;gap:8px;background:#fff;border:1px solid #eaecf4;border-radius:4px;padding:4px 8px;width:-moz-fit-content;width:fit-content}.services-type9 .svc-type9-card__points li.check--highlighted span{color:#3b5068}.services-type9 .svc-type9-card__points li.check--highlighted span a{color:#ed184f !important;text-decoration:underline !important;text-underline-offset:2px}.services-type9 .svc-type9-card__points li.check--highlighted span a:hover{opacity:.8}.services-type9 .svc-type9-card__points li span{font-size:16px;font-weight:500;line-height:1.5;color:#3b5068}.services-type9 .svc-type9-card__points li span a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:none;transition:all .2s ease}.services-type9 .svc-type9-card__points li span a:hover{color:rgba(var(--bs-link-hover-color-rgb),var(--bs-link-hover-opacity,1))}.services-type9 .svc-type9-card__points li .check-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;margin-top:2px}.services-type9 .svc-type9-card__footer{position:relative;margin-top:10px;z-index:2}.services-type9 .svc-type9-card__deco{position:absolute;bottom:0;right:0;z-index:1;width:236px;pointer-events:none}@media(max-width:1439px){.services-type9 .svc-type9-card__deco{display:none}}.services-type9 .svc-type9-card__deco img{width:100%;height:auto;display:block}.services-type9 .svc-type9-card:nth-child(3) .services-type9 .svc-type9-card__deco{transform:scaleX(-1)}.svc-type10{background-color:#f8f9ff;padding:80px 20px}@media(max-width:991px){.svc-type10{padding:60px 16px}}.svc-type10__container{max-width:1172px;margin:0 auto;width:100%}.svc-type10__intro{max-width:973px;margin:0 auto;text-align:center;margin-bottom:40px}@media(max-width:991px){.svc-type10__intro{margin-bottom:32px}}.svc-type10__title{font-size:32px;font-weight:600;line-height:1.3;color:#1e1d28;margin-bottom:12px}@media(max-width:767px){.svc-type10__title{font-size:28px}}.svc-type10__desc{font-size:18px;line-height:1.44;color:#3b5068;margin:0}.svc-type10__desc p{margin:0}@media(max-width:767px){.svc-type10__desc{font-size:16px}}.svc-type10__grid{display:grid;grid-template-columns:repeat(6,1fr);margin:0 auto;max-width:1172px}.svc-type10__card{position:relative;padding:40px;display:flex;flex-direction:column;align-items:flex-start;gap:16px;border-bottom:1px solid #eaecf4;border-right:1px solid #eaecf4;background:0 0;transition:background .3s ease;z-index:1}.svc-type10__card:nth-child(1),.svc-type10__card:nth-child(2),.svc-type10__card:nth-child(3),.svc-type10__card:nth-child(4),.svc-type10__card:nth-child(5),.svc-type10__card:nth-child(6){grid-column:span 2}.svc-type10__card:nth-child(7),.svc-type10__card:nth-child(8){grid-column:span 3;border-bottom:none}.svc-type10__card:nth-child(3n){border-right:none}.svc-type10__card:nth-child(8){border-right:none}@media(max-width:991px){.svc-type10__card{grid-column:span 3 !important;border-right:1px solid #eaecf4 !important;border-bottom:1px solid #eaecf4 !important;padding:32px 24px}.svc-type10__card:nth-child(even){border-right:none !important}.svc-type10__card:nth-last-child(-n+2){border-bottom:none !important}}@media(max-width:767px){.svc-type10__card{grid-column:span 6 !important;border-right:none !important;border-bottom:1px solid #eaecf4 !important;padding:15px}.svc-type10__card:last-child{border-bottom:none !important}}.svc-type10__card::after{content:'';position:absolute;inset:-1px;border:1px solid transparent;background:linear-gradient(90deg,#6025f5 0%,#e40cd3 49.5%,#ff5555 100%)border-box;-webkit-mask:linear-gradient(#fff 0 0)padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;opacity:0;transition:opacity .3s ease;z-index:2;pointer-events:none}.svc-type10__card:hover{background:#fff;z-index:3}.svc-type10__card:hover::after{opacity:1}.svc-type10__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;flex-shrink:0}.svc-type10__icon svg{display:block}.svc-type10__card-content{display:flex;flex-direction:column;gap:8px;position:relative;z-index:2}.svc-type10__card-title{font-size:24px;font-weight:600;line-height:1.5;color:#1e1d28;margin:0}@media(max-width:767px){.svc-type10__card-title{font-size:20px}}.svc-type10__card-desc{font-size:16px;font-weight:400;line-height:1.5;color:#3b5068;margin:0}.svc-type10__card-desc p{margin:0}.hz-cards-type16 .hz-cards-type16__shell{display:flex;flex-direction:column;gap:40px;align-items:center}@media(max-width:767px){.hz-cards-type16 .hz-cards-type16__shell{gap:24px}}.hz-cards-type16 .hz-cards-type16__intro{display:flex;flex-direction:column;gap:12px;text-align:center;align-items:center;max-width:774px;margin-inline:auto}.hz-cards-type16 .hz-cards-type16__heading{font-size:32px;line-height:1.3;font-weight:600;color:#0a081b;margin-bottom:0}@media(max-width:991px){.hz-cards-type16 .hz-cards-type16__heading{font-size:28px;line-height:1.25}}@media(max-width:767px){.hz-cards-type16 .hz-cards-type16__heading{font-size:24px;line-height:1.25}}.hz-cards-type16 .hz-cards-type16__subtext{font-size:18px;line-height:26px;color:#3b5068;margin-bottom:0}@media(max-width:767px){.hz-cards-type16 .hz-cards-type16__subtext{font-size:16px;line-height:1.5}}.data-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;width:100%}@media(max-width:991px){.data-grid{grid-template-columns:1fr}}.data-card{display:flex;flex-direction:column;justify-content:space-between;background:#f6f8fb;border:1px solid #eaecf4;border-radius:16px;padding:40px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.data-card:hover{border-color:#d7dbeb;box-shadow:0 12px 32px rgba(10,8,27,6%)}.data-card:hover .data-link span{background:linear-gradient(90deg,#6025F5 0%,#E40CD3 49.52%,#FF5555 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.data-card:hover .data-link .data-link__icon{background:linear-gradient(90deg,#6025F5 0%,#E40CD3 49.52%,#FF5555 100%);transform:translateX(4px)}@media(max-width:767px){.data-card{padding:15px;border-radius:15px}}.data-card__top{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:24px;width:100%}@media(max-width:575px){.data-card__top{flex-direction:column-reverse}}.data-card__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:16px}.data-card__text h3{font-size:32px;line-height:1.3;font-weight:600;color:#0a081b;margin-bottom:0}@media(max-width:1199px){.data-card__text h3{font-size:26px}}@media(max-width:767px){.data-card__text h3{font-size:22px}}.data-card__text p{font-size:16px;line-height:1.5;color:#3b5068;margin-bottom:0}.data-card__media{display:flex;align-items:center;justify-content:center;flex-shrink:0}.data-card__media img{width:200px;height:200px;-o-object-fit:contain;object-fit:contain}@media(max-width:1199px){.data-card__media img{width:160px;height:160px}}@media(max-width:767px){.data-card__media img{width:130px;height:130px}}.data-link{display:inline-flex;align-items:center;gap:12px;width:100%;margin-top:32px;padding-top:0;font-size:18px;font-weight:600;color:#3b5068;text-decoration:none}.data-link span{white-space:normal;transition:all .2s ease}.data-link .data-link__icon{width:24px;height:24px;flex-shrink:0;display:inline-block;background-color:#3b5068;-webkit-mask:url(/images/services/data-engineering/assets/data-eng-related-card-arrow.svg)no-repeat center/contain;mask:url(/images/services/data-engineering/assets/data-eng-related-card-arrow.svg)no-repeat center/contain;transition:transform .2s ease,background .2s ease}.data-link:hover{text-decoration:none}.data-link:hover span{background:linear-gradient(90deg,#6025F5 0%,#E40CD3 49.52%,#FF5555 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.data-link:hover .data-link__icon{background:linear-gradient(90deg,#6025F5 0%,#E40CD3 49.52%,#FF5555 100%);transform:translateX(4px)}@media(max-width:767px){.data-link{font-size:16px;margin-top:24px}}.steps{display:grid;grid-template-columns:repeat(var(--step-count,5),1fr);width:100%;border-top:1px solid #eaecf4;border-left:1px solid #eaecf4;overflow:hidden;list-style:none;padding-left:0;margin-bottom:40px;background:#fff}@media(max-width:1199px){.steps{grid-template-columns:repeat(3,1fr);border-radius:12px}}@media(max-width:991px){.steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.steps{grid-template-columns:1fr}}.step{display:flex;flex-direction:column;gap:16px;padding:40px 28px;background:#fff;border-right:1px solid #eaecf4;border-bottom:1px solid #eaecf4}@media(max-width:1440px){.step{padding:32px 20px}}@media(max-width:1199px){.step{padding:28px 20px}}@media(max-width:767px){.step{padding:24px 16px}}.step h3{font-family:mi-semibold,sans-serif;font-size:24px;line-height:1.5;font-weight:600;color:#1e1d28;margin-bottom:0}.step p,.step .rich-text{font-family:mi-regular,sans-serif;font-size:16px;line-height:1.5;color:#3b5068;margin-bottom:0}.step p p,.step .rich-text p{margin:0}.tech{background:#0b0e14;padding-block:80px;color:#fff}.tech .tech__inner{display:flex;flex-direction:column;gap:40px;align-items:center;width:100%;max-width:1350px;margin-inline:auto}.clt27-section{padding:80px 0;background-color:#fff;overflow:hidden;font-family:mona-sans,sans-serif}@media(max-width:991px){.clt27-section{padding:50px 0}}.clt27-header-container{width:100%;max-width:1172px;margin:0 auto;padding:0 20px}.clt27-slider-container{width:100%;padding-left:max(20px,calc(50vw - 856px));padding-right:20px}@media(max-width:1375px){.clt27-slider-container{padding-left:max(20px,calc(50vw - 566px))}}@media(max-width:767px){.clt27-slider-container{padding-left:20px;padding-right:20px}}.clt27-header{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:40px}@media(max-width:991px){.clt27-header{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:30px}}.clt27-intro{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;max-width:973px}.clt27-intro h2{font-weight:600;font-size:32px;line-height:1.3;color:#0a081b;margin:0}@media(max-width:767px){.clt27-intro h2{font-size:26px}}.clt27-intro .clt27-subtext p{font-weight:400;font-size:18px;line-height:1.44;color:#3b5068;margin:0}@media(max-width:767px){.clt27-intro .clt27-subtext p{font-size:16px}}.clt27-nav{display:flex;flex-direction:row;align-items:flex-start;gap:4px}@media(max-width:991px){.clt27-nav{align-self:flex-end}}.clt27-nav button{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px;width:48px;height:48px;background:#fff;border:1px solid #3b5068;border-radius:40px;cursor:pointer;color:#0a081b;transition:all .3s ease}@media(max-width:767px){.clt27-nav button{width:40px;height:40px;padding:8px}}.clt27-nav button:hover{background:#3b5068;color:#fff}.clt27-nav button.swiper-button-disabled{opacity:.5;cursor:not-allowed;border:1px solid #3b5068}.clt27-nav button.swiper-button-disabled:hover{background:#fff;color:#0a081b}.clt27-nav button i{font-size:24px}@media(max-width:767px){.clt27-nav button i{font-size:20px}}.clt27-swiper{overflow:visible !important}.clt27-swiper .swiper-slide{height:auto;width:500px}@media(max-width:767px){.clt27-swiper .swiper-slide{width:100%}}.clt27-card{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:40px;background:#fff;border:2px solid #eaecf4;border-radius:16px;height:100%;min-width:500px;transition:all .3s ease}@media(max-width:767px){.clt27-card{padding:15px;border-radius:15px;min-width:100%}}.clt27-card:hover{background:linear-gradient(#F6F8FB,#F6F8FB)padding-box,linear-gradient(135deg,#6236FF,#ED184F)border-box;border:2px solid transparent}@media(max-width:767px){.swiper-slide-active .clt27-card{background:linear-gradient(#F6F8FB,#F6F8FB)padding-box,linear-gradient(135deg,#6236FF,#ED184F)border-box;border:2px solid transparent}}.clt27-card .clt27-card-header{width:100%}.clt27-card .clt27-card-header h3{font-weight:600;font-size:24px;line-height:1.3;color:#000;margin:0 0 16px}.clt27-card .clt27-card-header h3 a{color:inherit;text-decoration:none}.clt27-card .clt27-card-body{flex-grow:1;width:100%}.clt27-card .clt27-card-info>p{font-weight:400;font-size:16px;line-height:1.5;color:#3b5068;margin:0 0 16px}.clt27-card .clt27-card-info ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.clt27-card .clt27-card-info ul li{position:relative;padding:4px 0 4px 28px;margin:0;font-weight:500;font-size:16px;line-height:1.5;color:#3b5068;min-height:32px}.clt27-card .clt27-card-info ul li::before{content:'';position:absolute;left:0;top:6px;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19.1667C15.0626 19.1667 19.1667 15.0626 19.1667 10C19.1667 4.93739 15.0626 0.833336 10 0.833336C4.93739 0.833336 0.833336 4.93739 0.833336 10C0.833336 15.0626 4.93739 19.1667 10 19.1667Z' stroke='%23008732' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.45831 10L8.81665 12.3583L13.5416 7.64166' stroke='%23008732' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.clt27-card .clt27-card-info ul li a{color:#ed184f;text-decoration:none}.clt27-card .clt27-card-info ul li a:hover{text-decoration:underline}.why-type6-section{padding:80px 32px;width:100%;box-sizing:border-box;background-color:transparent}.why-type6-section .why-type6-container{max-width:1856px;margin:0 auto;width:100%}.why-type6-section .why-type6-grid{display:flex;flex-direction:row;align-items:stretch;width:100%}@media(max-width:991px){.why-type6-section .why-type6-grid{flex-direction:column}}.why-type6-section .why-type6-left{flex:1;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:40px;gap:12px;border-radius:16px 0 0 16px;box-sizing:border-box}@media(max-width:991px){.why-type6-section .why-type6-left{border-radius:16px 16px 0 0;min-height:400px;padding:32px 24px}}@media(max-width:767px){.why-type6-section .why-type6-left{border-radius:15px 15px 0 0;padding:15px}}.why-type6-section .why-type6-left .why-type6-text-wrapper{display:flex;flex-direction:column;gap:12px;margin:0;max-width:848px;width:100%;text-align:left}.why-type6-section .why-type6-left .why-type6-title{font-family:mona sans,sans-serif;font-style:normal;font-weight:600;font-size:32px;line-height:130%;color:#fff;margin:0;text-align:left}@media(max-width:767px){.why-type6-section .why-type6-left .why-type6-title{font-size:28px}}.why-type6-section .why-type6-left .why-type6-subtext{font-family:mona sans,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:26px;color:#fff;margin:0;text-align:left}@media(max-width:767px){.why-type6-section .why-type6-left .why-type6-subtext{font-size:16px;line-height:24px}}.why-type6-section .why-type6-left .why-type6-btn{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;padding:16px 48px;gap:8px;margin-top:auto;margin-left:0;align-self:flex-start;background:linear-gradient(90deg,#FCB045 0%,#FD1D1D 50%,#EE0979 100%);border-radius:100px;text-decoration:none;font-family:mona sans,sans-serif;font-style:normal;font-weight:500;font-size:18px;line-height:25px;text-align:center;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.25);border:none;transition:all .3s ease}.why-type6-section .why-type6-left .why-type6-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(253,29,29,.3);color:#fff}@media(max-width:991px){.why-type6-section .why-type6-left .why-type6-btn{margin-top:32px}}@media(max-width:767px){.why-type6-section .why-type6-left .why-type6-btn{padding:14px 24px;font-size:16px;line-height:22px;white-space:nowrap}}.why-type6-section .why-type6-right{flex:1;display:flex;flex-direction:column;background:#fff;border:1px solid #eaecf4;border-radius:0 16px 16px 0;box-sizing:border-box}@media(max-width:991px){.why-type6-section .why-type6-right{border-radius:0 0 16px 16px;border-top:none}}@media(max-width:767px){.why-type6-section .why-type6-right{border-radius:0 0 15px 15px}}.why-type6-section .why-type6-right .why-type6-item{display:flex;flex-direction:row;align-items:flex-start;padding:40px;gap:10px;border-bottom:1px solid #eaecf4;box-sizing:border-box}.why-type6-section .why-type6-right .why-type6-item:last-child{border-bottom:none}@media(max-width:991px){.why-type6-section .why-type6-right .why-type6-item{padding:32px 24px}}@media(max-width:767px){.why-type6-section .why-type6-right .why-type6-item{padding:15px}}.why-type6-section .why-type6-right .why-type6-item .why-type6-item-icon{display:flex;align-items:center;justify-content:center;width:24px;height:36px;flex-shrink:0}.why-type6-section .why-type6-right .why-type6-item .why-type6-item-icon img{width:24px;height:24px}.why-type6-section .why-type6-right .why-type6-item .why-type6-item-content{display:flex;flex-direction:column;gap:8px;flex:1}.why-type6-section .why-type6-right .why-type6-item .why-type6-item-content .why-type6-item-title{font-family:mona sans,sans-serif;font-style:normal;font-weight:600;font-size:24px;line-height:150%;color:#1e1d28;margin:0}@media(max-width:767px){.why-type6-section .why-type6-right .why-type6-item .why-type6-item-content .why-type6-item-title{font-size:20px}}.why-type6-section .why-type6-right .why-type6-item .why-type6-item-content .why-type6-item-desc{font-family:mona sans,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:150%;color:#3b5068;margin:0}@media(max-width:767px){.why-type6-section .why-type6-right .why-type6-item .why-type6-item-content .why-type6-item-desc{font-size:15px}}@media(max-width:767px){.why-type6-section{padding:60px 16px}}.hero-section-type30{padding:0;isolation:isolate}.hero-section-type30 .custom-container{padding-left:clamp(1.25rem,1.67vw,2rem);padding-right:clamp(1.25rem,1.67vw,2rem)}.hero-section-type30 .the-slider{position:relative;overflow:hidden;border-radius:1rem;z-index:1;background-color:#f8f9ff;background-image:linear-gradient(to right,rgba(255,255,255,.7) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.7) 1px,transparent 1px),radial-gradient(ellipse clamp(3.5rem,calc(-2.8rem + 31.5vw),35rem) clamp(4rem,calc(-3.2rem + 36vw),40rem) at 95% -10%,rgba(255,0,183,.2) 0%,rgba(255,0,183,.2) 60%,transparent 100%),radial-gradient(ellipse clamp(3.538rem,calc(-2.83rem + 31.84vw),35.375rem) clamp(4.4rem,calc(-3.52rem + 39.6vw),44rem) at 20% 130%,rgba(0,4,255,.4) 0%,rgba(0,4,255,.2) 40%,transparent 100%),radial-gradient(ellipse clamp(1.725rem,calc(-1.38rem + 15.53vw),17.25rem) clamp(1.9rem,calc(-1.52rem + 17.1vw),19rem) at 40% 110%,rgba(0,255,255,.2) 0%,rgba(0,255,255,.2) 70%,transparent 100%),radial-gradient(ellipse clamp(2.975rem,calc(-2.38rem + 26.77vw),29.75rem) clamp(3.212rem,calc(-2.57rem + 28.91vw),32.125rem) at 10% 110%,rgba(255,0,183,.2) 0%,rgba(255,0,183,.3) 50%,transparent 100%);background-size:100px 100px,100px 100px,100% 100%,100% 100%,100% 100%,100% 100%;background-repeat:repeat,repeat,no-repeat,no-repeat,no-repeat,no-repeat}@media(min-width:992px){.hero-section-type30 .the-slider{height:clamp(37.5rem,calc(-22.115rem + 96.15vw),51.4375rem)}}.hero-section-type30 .hero-grid{height:100%;padding:clamp(1rem,calc(-2.25rem + 5vw),3.75rem);display:grid;gap:16px;grid-template-columns:minmax(0,1fr);grid-template-rows:auto}@media(min-width:992px){.hero-section-type30 .hero-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,1fr);padding:clamp(1.5rem,calc(-2.25rem + 5vw),3.75rem)}}.hero-section-type30 .hero-grid .cell-top-left{align-self:start;justify-self:start;z-index:2;order:1}@media(min-width:992px){.hero-section-type30 .hero-grid .cell-top-left{order:0;grid-column:1;grid-row:1}}.hero-section-type30 .hero-grid .cell-top-right{z-index:2;order:3}@media(min-width:992px){.hero-section-type30 .hero-grid .cell-top-right{order:0;grid-column:2;grid-row:1;justify-self:end;align-self:start}}.hero-section-type30 .hero-grid .cell-bottom-left{z-index:2;order:4}@media(min-width:992px){.hero-section-type30 .hero-grid .cell-bottom-left{order:0;grid-column:1;grid-row:2;align-self:end;justify-self:start}}.hero-section-type30 .hero-grid .cell-bottom-right{display:flex;flex-direction:column;gap:clamp(1.5rem,calc(-.167rem + 2.22vw),2.5rem);z-index:2;order:2}@media(min-width:992px){.hero-section-type30 .hero-grid .cell-bottom-right{order:0;grid-column:2;grid-row:2;max-width:580px;align-self:end;justify-self:end}}.hero-section-type30 .hero-grid .cell-bottom-right p{position:relative;z-index:1;font-family:mi-regular,sans-serif;font-size:18px;line-height:26px;color:#3b5068;margin:0}.hero-section-type30 .hero-grid .cell-bottom-right .cta-buttons{display:flex;gap:4px;flex-direction:column;max-width:100%}@media(min-width:576px){.hero-section-type30 .hero-grid .cell-bottom-right .cta-buttons{flex-direction:row;flex-wrap:wrap}}.hero-section-type30 .hero-grid .cell-bottom-right .cta-buttons>*{max-width:100%;white-space:nowrap}@media(max-width:375px){.hero-section-type30 .hero-grid .cell-bottom-right .cta-buttons>*{font-size:14px !important;padding-left:16px !important;padding-right:16px !important}}.hero-section-type30 .slide-image{position:absolute;inset:0;pointer-events:none;z-index:1;display:none;align-items:center;justify-content:center}@media(min-width:992px){.hero-section-type30 .slide-image{display:flex}}.hero-section-type30 .slide-image img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;mix-blend-mode:darken;mask-image:linear-gradient(to right,transparent 0%,black 15%,black 85%,transparent 100%),linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%);-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 15%,black 85%,transparent 100%),linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%);-webkit-mask-composite:destination-in}.hero-section-type30 .text-bg-shade{position:relative}.hero-section-type30 .text-bg-shade::before{display:none;content:"";pointer-events:none;position:absolute;inset:-80px -80px;background:#f8f9ff;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%),linear-gradient(to bottom,transparent 0%,black 20%,black 80%,transparent 100%);-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%),linear-gradient(to bottom,transparent 0%,black 20%,black 80%,transparent 100%);-webkit-mask-composite:destination-in}@media(min-width:992px){.hero-section-type30 .text-bg-shade::before{display:block}}.hero-section-type30 .slide-title{font-size:clamp(1.875rem,calc(.672rem + 1.94vw),3rem);font-family:mi-bold,sans-serif;color:#0a081b;max-width:700px;position:relative;z-index:1;margin:0;word-wrap:break-word;overflow-wrap:break-word}.hero-section-type30 .stats{display:flex;flex-direction:column;gap:16px}@media(min-width:576px){.hero-section-type30 .stats{flex-direction:row;flex-wrap:wrap}}@media(min-width:992px){.hero-section-type30 .stats{flex-direction:column;gap:8px}}.hero-section-type30 .stats .stat{background:#fff;padding:clamp(1rem,calc(.167rem + 1.11vw),1.5rem);border-radius:8px;display:flex;flex-direction:column;gap:4px;flex:1;box-shadow:0 4px 30px rgba(237,24,79,.2)}.hero-section-type30 .stats .stat span{display:block}.hero-section-type30 .stats .stat .number{font-family:mi-regular,sans-serif;font-size:clamp(1.75rem,calc(.5rem + 1.67vw),2.5rem);line-height:1;color:#0a081b}.hero-section-type30 .stats .stat .info{font-family:mi-regular,sans-serif;font-size:clamp(.875rem,calc(.667rem + .28vw),1rem);line-height:1.5;color:#3b5068}.hero-section-type30 .partner-logos{display:flex;flex-direction:column;gap:16px;background:#fff;padding:16px;border-radius:8px;box-shadow:0 4px 30px rgba(237,24,79,.1);width:-moz-fit-content;width:fit-content;max-width:100%;flex-wrap:wrap}@media(min-width:576px){.hero-section-type30 .partner-logos{flex-direction:row}}.hero-section-type30 .partner-logos .p-l-wrap{display:flex;align-items:center;justify-content:center}.hero-section-type30 .partner-logos .p-l-wrap img{display:block;width:50px;height:50px;-o-object-fit:contain;object-fit:contain}@keyframes indType6FadeIn{0%{opacity:0;transform:translateY(12px)}100%{opacity:1;transform:translateY(0)}}.hero-section-type23{padding:0}.hero-section-type23 .custom-container{padding-left:clamp(1.25rem,1.67vw,2rem);padding-right:clamp(1.25rem,1.67vw,2rem)}.hero-section-type23 .the-slider{position:relative;overflow:hidden;border-radius:1rem;background-color:#f8f9ff;background-image:linear-gradient(to right,rgba(255,255,255,.7) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.7) 1px,transparent 1px),radial-gradient(ellipse clamp(3.5rem,calc(-2.8rem + 31.5vw),35rem) clamp(4rem,calc(-3.2rem + 36vw),40rem) at 95% -10%,rgba(255,0,183,.2) 0%,rgba(255,0,183,.2) 60%,transparent 100%),radial-gradient(ellipse clamp(3.538rem,calc(-2.83rem + 31.84vw),35.375rem) clamp(4.4rem,calc(-3.52rem + 39.6vw),44rem) at 20% 130%,rgba(0,4,255,.4) 0%,rgba(0,4,255,.2) 40%,transparent 100%),radial-gradient(ellipse clamp(1.725rem,calc(-1.38rem + 15.53vw),17.25rem) clamp(1.9rem,calc(-1.52rem + 17.1vw),19rem) at 40% 110%,rgba(0,255,255,.2) 0%,rgba(0,255,255,.2) 70%,transparent 100%),radial-gradient(ellipse clamp(2.975rem,calc(-2.38rem + 26.77vw),29.75rem) clamp(3.212rem,calc(-2.57rem + 28.91vw),32.125rem) at 10% 110%,rgba(255,0,183,.2) 0%,rgba(255,0,183,.3) 50%,transparent 100%);background-size:100px 100px,100px 100px,100% 100%,100% 100%,100% 100%,100% 100%;background-repeat:repeat,repeat,no-repeat,no-repeat,no-repeat,no-repeat;background-position:50%}@media(min-width:992px){.hero-section-type23 .the-slider{height:clamp(37.5rem,calc(-35.837rem + 85.84vw),50rem)}}.hero-section-type23 .heroType23Main{height:100%}.hero-section-type23 .heroType23Main .swiper-slide{padding:clamp(1.5rem,calc(-2.25rem + 5vw),3.75rem);display:grid;gap:16px;grid-template-columns:1fr;grid-template-rows:auto}@media(min-width:992px){.hero-section-type23 .heroType23Main .swiper-slide{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}}.hero-section-type23 .heroType23Main .swiper-slide .grid-col-3{grid-column:1;grid-row:2;display:flex;flex-direction:column;gap:clamp(1.5rem,calc(-.167rem + 2.22vw),2.5rem)}@media(min-width:992px){.hero-section-type23 .heroType23Main .swiper-slide .grid-col-3{max-width:580px;align-self:end;justify-self:end;grid-column:2}}.hero-section-type23 .heroType23Main .swiper-slide .grid-col-3 p{position:relative;z-index:1}.hero-section-type23 .heroType23Main .swiper-slide .grid-col-3 .cta-buttons{display:flex;gap:4px;flex-direction:column}@media(min-width:576px){.hero-section-type23 .heroType23Main .swiper-slide .grid-col-3 .cta-buttons{flex-direction:row}}@media(max-width:576px){.hero-section-type23 .heroType23Main .swiper-slide .grid-col-3 .cta-buttons a{padding:1rem}}@media(min-width:992px) and (max-width:1199px){.hero-section-type23 .heroType23Main .swiper-slide .grid-col-3 .cta-buttons a{padding-left:1.5rem;padding-right:1.5rem}}.hero-section-type23 .heroType23Main .slide1-graphic{position:absolute;inset:0;pointer-events:none;z-index:-1;display:none;contain:paint}@media(min-width:992px){.hero-section-type23 .heroType23Main .slide1-graphic{display:block}}.hero-section-type23 .heroType23Main .slide1-graphic .circle-ele{border-radius:50%;position:absolute;top:50%;left:50%;opacity:0;transform:translate(-50%,-50%)scale(.9);will-change:transform,opacity;animation:none}.hero-section-type23 .heroType23Main .slide1-graphic .circle-ele-1{border:40px solid #fff;width:574px;height:574px}.hero-section-type23 .heroType23Main .slide1-graphic .circle-ele-2{border:4px solid #fff;width:452px;height:452px}.hero-section-type23 .heroType23Main .slide1-graphic .circle-ele-3{border:1px solid #fff;width:405px;height:405px}.hero-section-type23 .heroType23Main .slide1-graphic .circle-ele-4{border:1px solid #fff;width:610px;height:610px}.hero-section-type23 .heroType23Main .slide1-graphic .circle-ele-gradient{width:126px;height:126px;background:linear-gradient(90deg,#6025f5 0%,#e40cd3 49.52%,#ff5555 100%);filter:blur(30px)saturate(1.1);animation:none}.hero-section-type23 .heroType23Main .slide1-graphic .human-hand{position:absolute;top:calc(50% - 16px);left:50%;transform:translateX(calc(-100% + 2px))}.hero-section-type23 .heroType23Main .slide1-graphic .human-hand img{will-change:transform;transform:translate(-100%,100%);animation:none;image-rendering:-webkit-optimize-contrast;backface-visibility:hidden}.hero-section-type23 .heroType23Main .slide1-graphic .robot-hand{position:absolute;bottom:calc(50% - 16px);right:50%;transform:translateX(calc(100% - 3px))}.hero-section-type23 .heroType23Main .slide1-graphic .robot-hand img{will-change:transform;transform:translate(100%,-100%);animation:none;image-rendering:-webkit-optimize-contrast;backface-visibility:hidden}.hero-section-type23 .heroType23Main .swiper-slide-active .slide1-graphic .circle-ele{animation:circleRipple .6s ease-in-out forwards}.hero-section-type23 .heroType23Main .swiper-slide-active .slide1-graphic .circle-ele-gradient{animation-delay:1.1s}.hero-section-type23 .heroType23Main .swiper-slide-active .slide1-graphic .circle-ele-3{animation-delay:1.2s}.hero-section-type23 .heroType23Main .swiper-slide-active .slide1-graphic .circle-ele-2{animation-delay:1.35s}.hero-section-type23 .heroType23Main .swiper-slide-active .slide1-graphic .circle-ele-1{animation-delay:1.5s}.hero-section-type23 .heroType23Main .swiper-slide-active .slide1-graphic .circle-ele-4{animation-delay:1.65s}.hero-section-type23 .heroType23Main .swiper-slide-active .slide1-graphic .human-hand img{animation:AnimationHumanhand 1.2s ease-out .1s forwards}.hero-section-type23 .heroType23Main .swiper-slide-active .slide1-graphic .robot-hand img{animation:AnimationRobothand 1.2s ease-out .1s forwards}.hero-section-type23 .heroType23Main .slide3-graphic{position:absolute;inset:0;pointer-events:none;z-index:-1;display:none;contain:paint}@media(min-width:992px){.hero-section-type23 .heroType23Main .slide3-graphic{display:block}}.hero-section-type23 .heroType23Main .slide3-graphic img{position:absolute;left:31%;top:0;height:100%;image-rendering:-webkit-optimize-contrast;backface-visibility:hidden;width:auto}@media(min-width:1800px){.hero-section-type23 .heroType23Main .slide3-graphic img{left:auto;right:0}}.hero-section-type23 .heroType23Main .slide-image{position:absolute;inset:0;pointer-events:none;z-index:-1;display:none;align-items:end;justify-content:center;contain:paint}@media(min-width:992px){.hero-section-type23 .heroType23Main .slide-image{display:flex}}.hero-section-type23 .heroType23Main .slide-image img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;image-rendering:-webkit-optimize-contrast;backface-visibility:hidden;mask-image:linear-gradient(to right,transparent 0%,black 15%,black 85%,transparent 100%),linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%);-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 15%,black 85%,transparent 100%),linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%);-webkit-mask-composite:destination-in}.hero-section-type23 .heroType23Main .text-bg-shade{position:relative}.hero-section-type23 .heroType23Main .text-bg-shade::before{display:none;content:"";pointer-events:none;position:absolute;inset:-80px -80px;background:#f8f9ff;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%),linear-gradient(to bottom,transparent 0%,black 20%,black 80%,transparent 100%);-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%),linear-gradient(to bottom,transparent 0%,black 20%,black 80%,transparent 100%);-webkit-mask-composite:destination-in}@media(min-width:992px){.hero-section-type23 .heroType23Main .text-bg-shade::before{display:block}}.hero-section-type23 .heroType23Main .slide-title-wrapper{align-self:start;justify-self:start}.hero-section-type23 .heroType23Main .slide-title{font-size:clamp(1.875rem,calc(.672rem + 1.94vw),3rem);font-family:mi-bold,sans-serif;color:#0a081b;max-width:700px;position:relative;z-index:1}.hero-section-type23 .heroType23Main .stats{display:flex;flex-direction:row;gap:4px;flex-wrap:wrap;display:none}@media(min-width:576px){.hero-section-type23 .heroType23Main .stats{display:flex;flex-direction:row}}@media(min-width:992px){.hero-section-type23 .heroType23Main .stats{justify-self:end;align-self:start;flex-direction:column}}.hero-section-type23 .heroType23Main .stats .stat{background:#fff;padding:clamp(1rem,calc(.167rem + 1.11vw),1.5rem);border-radius:8px;display:flex;flex-direction:column;gap:4px;flex:1;box-shadow:0 4px 30px rgba(237,24,79,.2)}.hero-section-type23 .heroType23Main .stats .stat span{display:block}.hero-section-type23 .heroType23Main .stats .stat .number{font-size:clamp(1.75rem,calc(.5rem + 1.67vw),2.5rem);line-height:1;color:#0a081b}.hero-section-type23 .heroType23Main .stats .stat .info{font-size:clamp(.875rem,calc(.667rem + .28vw),1rem);line-height:1;color:#3b5068}.hero-section-type23 .heroType23Main .partner-logos{display:none;flex-direction:column;gap:4px}@media(min-width:576px){.hero-section-type23 .heroType23Main .partner-logos{flex-direction:row;align-self:start;display:flex}}@media(min-width:992px){.hero-section-type23 .heroType23Main .partner-logos{justify-self:end}}.hero-section-type23 .heroType23Main .partner-logos .p-l-wrap{background:#fff;padding:16px 24px;display:flex;align-items:center;justify-content:center;border-radius:8px;box-shadow:0 4px 30px rgba(237,24,79,.2)}.hero-section-type23 .heroType23Main .partner-logos .p-l-wrap img{display:block}@media(min-width:992px){.hero-section-type23 .thumbnails-wrapper{position:absolute;bottom:clamp(1.5rem,calc(-2.25rem + 5vw),3.75rem);left:clamp(1.5rem,calc(-2.25rem + 5vw),3.75rem);z-index:1}}.hero-section-type23 .thumbnails-wrapper .arrows{margin-left:24px;margin-bottom:1.5rem;display:flex;gap:4px}@media(min-width:992px){.hero-section-type23 .thumbnails-wrapper .arrows{margin:0}}@media(min-width:1200px){.hero-section-type23 .thumbnails-wrapper .arrows{margin-left:0;margin-bottom:1rem}}.hero-section-type23 .thumbnails-wrapper .arrows .heroType23Thumbs-swiper-button-prev,.hero-section-type23 .thumbnails-wrapper .arrows .heroType23Thumbs-swiper-button-next{height:48px;width:48px;border:1px solid #3b5068;border-radius:100%;display:flex;align-items:center;justify-content:center;background:#fff}.hero-section-type23 .thumbnails-wrapper .arrows .heroType23Thumbs-swiper-button-prev i,.hero-section-type23 .thumbnails-wrapper .arrows .heroType23Thumbs-swiper-button-next i{font-size:24px}.hero-section-type23 .heroType23Thumbs{display:none}@media(min-width:1200px){.hero-section-type23 .heroType23Thumbs{width:404px;display:block}}@media(min-width:1360px){.hero-section-type23 .heroType23Thumbs{width:608px}}.hero-section-type23 .heroType23Thumbs .swiper-slide{text-align:center;background:#fff;border:1px solid #eaecf4;border-radius:8px;overflow:hidden;cursor:pointer}.hero-section-type23 .heroType23Thumbs .swiper-slide .img-wrapper{width:198px;height:87px;position:relative}.hero-section-type23 .heroType23Thumbs .swiper-slide .img-wrapper .progress{position:absolute;left:0;bottom:0;right:0;background:linear-gradient(90deg,#6025F5 0%,#E40CD3 49.52%,#FF5555 100%);height:4px;transform:scaleX(0);will-change:transform;transform-origin:left}.hero-section-type23 .heroType23Thumbs .swiper-slide .img-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;image-rendering:-webkit-optimize-contrast;backface-visibility:hidden}.hero-section-type23 .heroType23Thumbs .swiper-slide .text{font-size:14px;line-height:1.2;font-family:mi-semibold,sans-serif;padding:4px}@keyframes circleRipple{0%{opacity:0;transform:translate(-50%,-50%)scale(.9)}70%{opacity:1;transform:translate(-50%,-50%)scale(1.05)}100%{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes AnimationHumanhand{to{transform:translate(0,0)}}@keyframes AnimationRobothand{to{transform:translate(0,0)}}.client-logos-type3{--duration:20s;--scroll-start:0px;--scroll-end:-100%}@media(min-width:1200px){.client-logos-type3{margin-left:2rem;margin-right:2rem}}.client-logos-type3 .title-wrapper{min-width:290px}.client-logos-type3 .logos-wrapper .logos{will-change:transform;animation-name:client-logos-type3-animation;animation-duration:var(--duration);animation-timing-function:linear;animation-iteration-count:infinite;flex-shrink:0}@keyframes client-logos-type3-animation{from{transform:translateX(var(--scroll-start))}to{transform:translateX(var(--scroll-end))}}.hero-section-type16 .statistics-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;background:rgba(255,255,255,.7);border-radius:1rem;border:1px solid #fff}@media(min-width:576px){.hero-section-type16 .statistics-wrapper{grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr;background:rgba(255,255,255,.4)}}.hero-section-type16 .statistics-wrapper .statistic-item{border-right:1px solid #fff}.hero-section-type16 .statistics-wrapper .statistic-item:nth-child(1){border-bottom:1px solid #fff}@media(min-width:576px){.hero-section-type16 .statistics-wrapper .statistic-item:nth-child(1){border-bottom:none}}.hero-section-type16 .statistics-wrapper .statistic-item:nth-child(2){border-right:none;border-bottom:1px solid #fff}@media(min-width:576px){.hero-section-type16 .statistics-wrapper .statistic-item:nth-child(2){border-right:1px solid #fff;border-bottom:none}}.hero-section-type16 .statistics-wrapper .statistic-item:nth-child(4){border-right:none}.hero-section-type16 .gradient-text{color:#6025f5;background:linear-gradient(to right,#6025F5,#E40CD3,#FF5555);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hero-section-type16 .background{background-color:#f8f9ff;left:0;right:0;top:0;bottom:0;z-index:-1;-webkit-user-select:none;-moz-user-select:none;user-select:none;will-change:transform}@media(min-width:1400px){.hero-section-type16 .background{left:2rem;right:2rem;border-radius:1rem}}.hero-section-type16 .background .ellipse{opacity:.2;border-radius:50%}@media(max-width:1199.98px){.hero-section-type16 .background .ellipse{transform:scale(.7)rotate(-60deg) !important}}.hero-section-type16 .background .ellipse-1{width:492px;height:612px;left:-12%;top:40%;background-color:#0004ff;filter:blur(150px)saturate(1.1);transform:rotate(-45deg)}.hero-section-type16 .background .ellipse-2{width:383px;height:476px;left:-14%;top:20%;background:#ff00b7;filter:blur(75px)saturate(1.1);transform:rotate(-60deg)}.hero-section-type16 .background .ellipse-3{width:226px;height:281px;left:-5%;top:10%;background:#00e1ff;filter:blur(50px)saturate(1.1);transform:rotate(-60deg)}.hero-section-type16 .background .ellipse-4{width:226px;height:281px;left:59%;top:62.5%;background:#00e1ff;filter:blur(50px)saturate(1.1);transform:rotate(-60deg)}.hero-section-type16 .background .ellipse-5{width:383px;height:476px;left:65%;top:6%;background:#ff00b7;filter:blur(75px)saturate(1.1);transform:rotate(-60deg)}.hero-section-type16 .background .ellipse-6{width:492px;height:612px;left:78%;top:-10%;background:#0004ff;filter:blur(150px)saturate(1.1);transform:rotate(-90deg)}.hero-section-type16 .background .grid-lines{background:url(/images/bg-patterns/grid-line-w.svg)repeat top/100px;top:0;left:0;right:0;bottom:0}@keyframes heroType15AnimationRobothand{to{transform:translate(0,0)}}@keyframes heroType15AnimationHumanhand{to{transform:translate(0,0)}}@keyframes circleRipple{0%{opacity:0;transform:translate(-50%,-50%)scale(.9)}70%{opacity:1;transform:translate(-50%,-50%)scale(1.05)}100%{opacity:1;transform:translate(-50%,-50%)scale(1)}}.about-type2{background-color:#1e1d28}.about-type2 .divider-line{margin:2rem 0;opacity:.1}@media(min-width:768px){.about-type2 .divider-line{margin:3rem 0}}.about-type2 .partners-logos .partner-logo-wrapper{height:36px;flex-shrink:0}@media(min-width:768px){.about-type2 .partners-logos .partner-logo-wrapper{height:48px}}.about-type2 .certifications-row .certification-item{opacity:.55}.about-type2 .certifications-row .certification-item .cert-icon{height:32px;width:auto}.about-type2 .certifications-row .certification-item .cert-icon.icon-white{filter:brightness(0)invert(1)}@media(min-width:768px){.about-type2 .certifications-row .certification-item .cert-icon{height:45px;width:45px}}.collapsible1 .accordion{--spacer:1rem;--bs-accordion-btn-padding-x:0;--bs-accordion-btn-padding-y:var(--spacer);--bs-accordion-border-radius:0;--bs-accordion-inner-border-radius:0;--bs-accordion-body-padding-x:0;--bs-accordion-body-padding-y:var(--spacer);--bs-accordion-border-width:0;--bs-accordion-active-bg:none;--bs-accordion-btn-focus-box-shadow:none;--bs-accordion-bg:$bg-white}@media(min-width:1200px){.collapsible1 .accordion{--spacer:2.5rem;--bs-accordion-btn-padding-x:var(--spacer);--bs-accordion-body-padding-x:var(--spacer);--bs-accordion-border-radius:1rem;--bs-accordion-body-padding-x:var(--spacer);--bs-accordion-btn-padding-y:var(--spacer);--bs-accordion-inner-border-radius:1rem;--bs-accordion-bg:#f6f8fb}}@media(max-width:1199.98px){.collapsible1 .accordion .accordion-item{border-bottom:1px solid #eaecf4}}.collapsible1 .accordion .accordion-item .accordion-header .accordion-button i{font-size:1.75rem}.collapsible1 .accordion .accordion-item .accordion-body{padding-top:0 !important}@media(min-width:768px){.cards-stack-type1 .stack-cards .intro{top:2.5rem}}.cards-stack-type1 .stack-cards .stack-card{box-shadow:rgba(14,63,126,4%)0 0 0 1px,rgba(42,51,69,4%)0 1px 1px -.5px,rgba(42,51,70,4%)0 3px 3px -1.5px,rgba(42,51,70,4%)0 6px 6px -3px,rgba(14,63,126,4%)0 12px 12px -6px,rgba(14,63,126,4%)0 24px 24px -12px;top:2.5rem}@media(min-width:768px){.cards-stack-type1 .stack-cards .stack-card{top:5rem}}.ceo-insights-type1{display:grid;grid-template-columns:1fr;gap:clamp(1.5rem,calc(-.167rem + 2.22vw),2.5rem);padding:5rem clamp(1.25rem,1.67vw,2rem)0;overflow:hidden;background-color:#f8f9ff;align-items:end;position:relative}@media(min-width:576px){.ceo-insights-type1{grid-template-columns:1fr 1fr;align-items:end}}@media(min-width:992px){.ceo-insights-type1{grid-template-columns:1.5fr 3.5fr 6fr}}.ceo-insights-type1 .decorative-ring{position:absolute;background:linear-gradient(90deg,#6025F5 0%,#E40CD3 49.52%,#FF5555 100%);border-radius:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.ceo-insights-type1 .decorative-ring::before{background-color:#f8f9ff;content:"";width:100%;height:100%;display:block;border-radius:100%}.ceo-insights-type1 .decorative-ring1{width:clamp(10rem,calc(-.833rem + 14.44vw),16.5rem);height:clamp(10rem,calc(-.833rem + 14.44vw),16.5rem);top:clamp(-8.25rem,calc(.417rem - 7.22vw),-5rem);right:16%;padding:clamp(1.875rem,calc(-.208rem + 2.78vw),3.125rem)}.ceo-insights-type1 .decorative-ring2{width:clamp(21.25rem,calc(4.167rem + 22.78vw),31.5rem);height:clamp(21.25rem,calc(4.167rem + 22.78vw),31.5rem);bottom:0%;right:0%;padding:clamp(3.125rem,calc(-1.042rem + 5.56vw),5.625rem);transform:translate(40%,40%)}.ceo-insights-type1 .ceo-info-wrapper{z-index:2;position:relative;order:2;margin-top:-40px}@media(min-width:992px){.ceo-insights-type1 .ceo-info-wrapper{height:100%;order:1}}.ceo-insights-type1 .ceo-info-wrapper .ceo-info{border:1px solid #eaecf4;border-radius:1rem;background:linear-gradient(90deg,#FFFFFF 0%,#FFFFFF 49%,#1E1D28 51%,#1E1D28 100%);overflow:hidden;left:0;bottom:clamp(2rem,calc(-3rem + 6.67vw),5rem);box-shadow:0 16px 40px rgba(10,22,73,.25)}@media(min-width:992px){.ceo-insights-type1 .ceo-info-wrapper .ceo-info{width:clamp(14.375rem,calc(5rem + 12.5vw),20rem);position:absolute}}.ceo-insights-type1 .ceo-info-wrapper .ceo-info .badge-header{background:#fff;padding:clamp(1rem,calc(-1.5rem + 3.33vw),2.5rem);border-radius:0 0 1rem 0}.ceo-insights-type1 .ceo-info-wrapper .ceo-info .badge-header .badge-role{font-size:clamp(.875rem,calc(.458rem + .56vw),1.125rem);margin-bottom:.125rem}.ceo-insights-type1 .ceo-info-wrapper .ceo-info .badge-header .badge-name{font-size:clamp(1.5rem,calc(.667rem + 1.11vw),2rem);line-height:1.3;font-family:mi-semibold,sans-serif;color:#0a081b;margin-bottom:clamp(.5rem,calc(-.333rem + 1.11vw),1rem);white-space:nowrap}.ceo-insights-type1 .ceo-info-wrapper .ceo-info .badge-header .badge-socials{display:flex;flex-direction:row;gap:.5rem}.ceo-insights-type1 .ceo-info-wrapper .ceo-info .badge-header .badge-socials a{color:#3b5068;text-decoration:none;font-size:clamp(1.5rem,calc(.667rem + 1.11vw),2rem)}.ceo-insights-type1 .ceo-info-wrapper .ceo-info .badge-quote{background:#1e1d28;margin:0;border-left:4px solid #ed184f;padding:clamp(.75rem,calc(.333rem + .56vw),1rem)clamp(1rem,calc(.167rem + 1.11vw),1.5rem);color:#fff;font-size:clamp(1rem,calc(.583rem + .56vw),1.25rem);line-height:1.5;font-family:mi-medium,sans-serif;border-radius:1rem 0 0 0}.ceo-insights-type1 .ceo-image-wrapper{position:relative;width:100%;order:1}@media(min-width:576px){.ceo-insights-type1 .ceo-image-wrapper{order:3}}@media(min-width:992px){.ceo-insights-type1 .ceo-image-wrapper{order:2}}.ceo-insights-type1 .ceo-image-wrapper .ceo-image{position:relative;z-index:1;width:100%}.ceo-insights-type1 .ceo-image-wrapper .ceo-image img{width:100%;height:auto;display:block;-o-object-fit:contain;object-fit:contain}.ceo-insights-type1 .ceo-image-wrapper .decorative-rings{position:absolute;top:38%;left:56%;transform:translate(-50%,-50%);z-index:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;aspect-ratio:1}.ceo-insights-type1 .ceo-image-wrapper .decorative-rings .ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);aspect-ratio:1;border-radius:100%}.ceo-insights-type1 .ceo-image-wrapper .decorative-rings .ring.ring1{background-color:#f8f9ff;z-index:5;width:60%}.ceo-insights-type1 .ceo-image-wrapper .decorative-rings .ring.ring2{background:linear-gradient(90deg,#6025F5 0%,#E40CD3 49.52%,#FF5555 100%);z-index:4;width:90%}.ceo-insights-type1 .ceo-image-wrapper .decorative-rings .ring.ring3{background-color:#eef1ff;z-index:3;width:120%}.ceo-insights-type1 .ceo-image-wrapper .decorative-rings .ring.ring4{background-color:#f3f5ff;z-index:2;width:150%}.ceo-insights-type1 .ceo-image-wrapper .decorative-rings .ring.ring5{background-color:rgba(255,255,255,.5);z-index:1;width:180%}.ceo-insights-type1 .blog-cards-col{width:100%;min-width:0;z-index:2;order:3;grid-column:1/-1;padding-bottom:clamp(2rem,calc(-3rem + 6.67vw),5rem)}@media(min-width:576px){.ceo-insights-type1 .blog-cards-col{order:1}}@media(min-width:992px){.ceo-insights-type1 .blog-cards-col{order:3;grid-column:auto}}.ceo-insights-type1 .blog-cards-col .slider-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.ceo-insights-type1 .blog-cards-col .slider-header .slider-title{font-size:clamp(1.5rem,calc(.833rem + 1.67vw),2.25rem);font-family:mi-bold,sans-serif;color:#0a081b;line-height:1.2;margin:0}.ceo-insights-type1 .blog-cards-col .slider-header .slider-nav{display:flex;gap:.5rem}.ceo-insights-type1 .blog-cards-col .slider-header .slider-nav .nav-btn{width:3rem;height:3rem;border-radius:50%;border:1px solid #d0d5dd;background:#fff;color:#0a081b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:20px}.ceo-insights-type1 .blog-cards-col .slider-header .slider-nav .nav-btn:hover{background:#0a081b;border-color:#0a081b;color:#fff}.ceo-insights-type1 .blog-cards-col .slider-header .slider-nav .nav-btn.swiper-button-disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.ceo-insights-type1 .blog-cards-col .card{background:#fff;border:1px solid #eaecf4;border-radius:1rem;height:auto;display:flex;position:relative;flex-direction:column}.ceo-insights-type1 .blog-cards-col .card .card-content{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem;flex:1}.ceo-insights-type1 .blog-cards-col .card .card-content .tag{font-size:14px;line-height:1;white-space:nowrap;text-transform:capitalize;font-family:mi-medium,sans-serif;border:1px solid #eaecf4;padding:4px 8px;border-radius:4px;background:#fff}.ceo-insights-type1 .blog-cards-col .card .card-content .title{font-size:18px;line-height:1.3;font-family:mi-medium,sans-serif}.ceo-insights-type1 .blog-cards-col .card .card-content .title a{color:#0a081b;text-decoration:none}.ceo-insights-type1 .blog-cards-col .card .card-image{padding:0 8px 8px;width:100%;aspect-ratio:16/9;border-radius:.5rem;overflow:hidden}.ceo-insights-type1 .blog-cards-col .card .card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;border-radius:.5rem}.challengesType1{padding:4rem 0}@media(min-width:992px){.challengesType1{padding:5rem 0 !important}}.challengesType1 .container-md{max-width:1280px;padding:0 16px}@media(min-width:768px){.challengesType1 .container-md{padding:0 24px}}@media(min-width:992px){.challengesType1 .container-md{padding:0 5%}}@media(min-width:1400px){.challengesType1 .container-md{padding:0}}.challengesType1 .challenges-intro{margin-bottom:2rem}@media(min-width:992px){.challengesType1 .challenges-intro{margin-bottom:2.5rem;max-width:66%}}.challengesType1 .challenges-intro .challenges-eyebrow{font-size:14px;font-weight:600;line-height:150%;letter-spacing:20%;margin-bottom:1rem;background:linear-gradient(90deg,#6025f5 0%,#e40cd3 49.52%,#ff5555 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.challengesType1 .challenges-intro .challenges-heading{margin-bottom:0;font-family:mi-semibold,sans-serif;font-weight:600;line-height:130%;font-size:24px}@media(min-width:768px){.challengesType1 .challenges-intro .challenges-heading{font-size:28px}}@media(min-width:992px){.challengesType1 .challenges-intro .challenges-heading{font-size:32px}}.challengesType1 .challenges-list{display:flex;flex-direction:column}.challengesType1 .challenges-list .challenge-item{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 0;border-bottom:1px solid rgba(0,0,0,.1)}@media(min-width:768px){.challengesType1 .challenges-list .challenge-item{flex-direction:row;justify-content:space-between;gap:2rem;padding:1.5rem 0}}.challengesType1 .challenges-list .challenge-item:last-child{border-bottom:none}.challengesType1 .challenges-list .challenge-title{width:100%;max-width:100%;font-size:24px;font-weight:600;line-height:150%;color:#1e1d28}@media(max-width:575.98px){.challengesType1 .challenges-list .challenge-title{font-size:18px;line-height:26px}}@media(min-width:768px){.challengesType1 .challenges-list .challenge-title{width:50%;max-width:379px}}.challengesType1 .challenges-list .challenge-desc{width:100%;max-width:100%;font-size:18px;line-height:26px;color:#3b5068}@media(max-width:575.98px){.challengesType1 .challenges-list .challenge-desc{font-size:16px;line-height:24px}}@media(min-width:768px){.challengesType1 .challenges-list .challenge-desc{width:50%;max-width:596px}}.client-logos-type2{--duration:30s;--scroll-start:0px;--scroll-end:-100%}.client-logos-type2 .logos-wrapper .logos{will-change:transform;animation-name:scroll-x;animation-duration:var(--duration);animation-timing-function:linear;animation-iteration-count:infinite;flex-shrink:0;min-width:100%}@keyframes scroll-x{from{transform:translateX(var(--scroll-start))}to{transform:translateX(var(--scroll-end))}}.client-logos-type3{--duration:20s;--scroll-start:0px;--scroll-end:-100%}@media(min-width:1200px){.client-logos-type3{margin-left:2rem;margin-right:2rem}}.client-logos-type3 .title-wrapper{min-width:290px}.client-logos-type3 .logos-wrapper .logos{will-change:transform;animation-name:client-logos-type3-animation;animation-duration:var(--duration);animation-timing-function:linear;animation-iteration-count:infinite;flex-shrink:0}@keyframes client-logos-type3-animation{from{transform:translateX(var(--scroll-start))}to{transform:translateX(var(--scroll-end))}}.client-testimonials-wrapper::before{content:"";position:absolute;height:7.5rem;width:100%;left:0;bottom:0;background:#f6f8fb}.client-testimonials-wrapper .swiper.client-testimonials{transition:.5s background}.client-testimonials-wrapper .swiper.client-testimonials .swiper-pagination-bullets-dynamic{overflow:visible;position:relative;bottom:0}.client-testimonials-wrapper .swiper.client-testimonials .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{width:140px;height:auto;margin:0 20px;background:0 0;opacity:1;transition:.5s transform,.5s left}.client-testimonials-wrapper .swiper.client-testimonials .swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active.client-info .name,.client-testimonials-wrapper .swiper.client-testimonials .swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active.client-info .country{opacity:1}@media(min-width:768px){.client-testimonials-wrapper .swiper.client-testimonials .swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-prev,.client-testimonials-wrapper .swiper.client-testimonials .swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-next-next{transform:translateY(50px)scale(.5)}}@media(min-width:768px){.client-testimonials-wrapper .swiper.client-testimonials .swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev,.client-testimonials-wrapper .swiper.client-testimonials .swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-next{transform:translateY(-50px)scale(.5)}}.client-testimonials-wrapper .swiper.client-testimonials .swiper-pagination-bullets-dynamic .swiper-pagination-bullet.client-info{outline:none}.client-testimonials-wrapper .swiper.client-testimonials .swiper-pagination-bullets-dynamic .swiper-pagination-bullet.client-info .name,.client-testimonials-wrapper .swiper.client-testimonials .swiper-pagination-bullets-dynamic .swiper-pagination-bullet.client-info .country{opacity:0;transition:.5s opacity}.client-testimonials-wrapper .swiper.client-testimonials .swiper-pagination-bullets-dynamic .swiper-pagination-bullet img{width:100px}@media(min-width:576px){.client-testimonials-wrapper .swiper.client-testimonials .swiper-pagination-bullets-dynamic .swiper-pagination-bullet img{width:125px}}@media(min-width:768px){.client-testimonials-wrapper .swiper.client-testimonials .swiper-pagination-bullets-dynamic .swiper-pagination-bullet img{width:150px}}@media(min-width:992px){.client-testimonials-wrapper .swiper.client-testimonials .swiper-pagination-bullets-dynamic .swiper-pagination-bullet img{width:175px}}@media(min-width:1200px){.client-testimonials-wrapper .swiper.client-testimonials .swiper-pagination-bullets-dynamic .swiper-pagination-bullet img{width:200px}}.client-testimonials-wrapper .swiper.client-testimonials .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.5)}.client-testimonials-wrapper .swiper.client-testimonials .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.client-testimonials-wrapper .swiper.client-testimonials .ct-button-next,.client-testimonials-wrapper .swiper.client-testimonials .ct-button-prev{position:absolute;z-index:1;transform:translateY(100%);display:none}@media(min-width:576px){.client-testimonials-wrapper .swiper.client-testimonials .ct-button-next,.client-testimonials-wrapper .swiper.client-testimonials .ct-button-prev{display:block;top:auto;bottom:4rem}}@media(min-width:992px){.client-testimonials-wrapper .swiper.client-testimonials .ct-button-next,.client-testimonials-wrapper .swiper.client-testimonials .ct-button-prev{top:calc(100% - 320px + 2rem);bottom:auto}}.client-testimonials-wrapper .swiper.client-testimonials .ct-button-next i,.client-testimonials-wrapper .swiper.client-testimonials .ct-button-prev i{font-size:2rem;color:#3b5068}.client-testimonials-wrapper .swiper.client-testimonials .ct-button-next.swiper-button-disabled,.client-testimonials-wrapper .swiper.client-testimonials .ct-button-prev.swiper-button-disabled{opacity:.5;cursor:not-allowed}.client-testimonials-wrapper .swiper.client-testimonials .ct-button-next{right:2rem}@media(min-width:992px){.client-testimonials-wrapper .swiper.client-testimonials .ct-button-next{right:5rem}}.client-testimonials-wrapper .swiper.client-testimonials .ct-button-prev{left:2rem}@media(min-width:992px){.client-testimonials-wrapper .swiper.client-testimonials .ct-button-prev{left:5rem}}.client-testimonials-wrapper .swiper.client-testimonials.bg-blue h4,.client-testimonials-wrapper .swiper.client-testimonials.bg-blue p,.client-testimonials-wrapper .swiper.client-testimonials.bg-blue .ct-button-prev i,.client-testimonials-wrapper .swiper.client-testimonials.bg-blue .ct-button-next i{color:#fff !important}.client-testimonials-wrapper .swiper.client-testimonials.bg-blue .client-info .name,.client-testimonials-wrapper .swiper.client-testimonials.bg-blue .client-info .country{color:#fff !important}.client-testimonials-wrapper .swiper.client-testimonials .swiper-slide{padding:0 1rem}@media(min-width:576px){.client-testimonials-wrapper .swiper.client-testimonials .swiper-slide{padding:0 1.5rem}}@media(min-width:992px){.client-testimonials-wrapper .swiper.client-testimonials .swiper-slide{padding:0 10rem}}.ct3-section{background-color:#f8f9ff;position:relative}.ct3-section::before{content:"";position:absolute;height:8rem;width:100%;left:0;bottom:0;background-color:#fff;z-index:0}.ct3-section .btn-gradient-outline{border:2px solid transparent;background-image:linear-gradient(#fff,#fff),linear-gradient(to right,#6025F5,#E40CD3,#FF5555);background-origin:border-box;background-clip:padding-box,border-box;padding:.625rem 2rem;transition:all .25s ease;color:#3b5068;font-weight:500 !important}.ct3-section .btn-gradient-outline:hover{background-image:linear-gradient(transparent,transparent),linear-gradient(to right,#6025F5,#E40CD3,#FF5555);color:#fff}.ct3-section .btn-play-gradient{width:3.5rem;height:3.5rem;border:2px solid transparent;background-image:linear-gradient(#fff,#fff),linear-gradient(to right,#6025F5,#E40CD3,#FF5555);background-origin:border-box;background-clip:padding-box,border-box}.ct3-section .btn-play-gradient i{background:linear-gradient(to right,#6025F5,#E40CD3,#FF5555);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transform:translateX(1px);transition:-webkit-text-fill-color .3s ease,color .3s ease}.ct3-section .btn-play-gradient:hover{background-image:linear-gradient(transparent,transparent),linear-gradient(to right,#6025F5,#E40CD3,#FF5555)}.ct3-section .btn-play-gradient:hover i{background:0 0;-webkit-text-fill-color:#fff;color:#fff}.ct3-section .ct3-nav-arrows{position:relative;width:100%}@media(min-width:992px){.ct3-section .ct3-nav-arrows{position:absolute;width:auto;right:40px;bottom:40px}}.ct3-section .ct3-btn-prev,.ct3-section .ct3-btn-next{width:40px;height:40px;transition:all .2s ease;border:1px solid #eaecf4 !important;background-color:#fff !important}@media(min-width:768px){.ct3-section .ct3-btn-prev,.ct3-section .ct3-btn-next{width:48px;height:48px}}.ct3-section .ct3-btn-prev i,.ct3-section .ct3-btn-next i{font-size:20px;color:#0f172a;transition:transform .2s ease,color .2s ease}@media(min-width:768px){.ct3-section .ct3-btn-prev i,.ct3-section .ct3-btn-next i{font-size:24px}}.ct3-section .ct3-btn-prev:hover,.ct3-section .ct3-btn-next:hover{background:linear-gradient(135deg,#6025F5 0%,#E40CD3 100%) !important;border-color:transparent !important}.ct3-section .ct3-btn-prev:hover i,.ct3-section .ct3-btn-next:hover i{color:#fff !important}.ct3-section .ct3-btn-prev.swiper-button-disabled,.ct3-section .ct3-btn-next.swiper-button-disabled{opacity:.4;cursor:not-allowed;border-color:#eaecf4 !important;background-color:#fff !important}.ct3-section .ct3-btn-prev.swiper-button-disabled:hover,.ct3-section .ct3-btn-next.swiper-button-disabled:hover{background:#fff !important;border-color:#eaecf4 !important}.ct3-section .ct3-btn-prev.swiper-button-disabled:hover i,.ct3-section .ct3-btn-next.swiper-button-disabled:hover i{color:#0f172a !important}.ct3-section .ct3-left-panel{border-width:1px 1px 0;border-style:solid;border-color:var(--Base-Colors-Border,#EAECF4);border-top-left-radius:1rem;border-top-right-radius:1rem}@media(min-width:992px){.ct3-section .ct3-left-panel{border-width:1px 0 1px 1px;border-top-right-radius:0;border-bottom-left-radius:1rem}}.ct3-section .ct3-right-panel{background:radial-gradient(circle at 20% 20%,rgba(255,0,183,.45) 0%,transparent 90%),radial-gradient(circle at 20% 90%,rgba(0,4,255,.35) 0%,transparent 50%),radial-gradient(circle at 90% 90%,rgba(0,225,255,.45) 0%,transparent 60%),#f8f9ff;position:relative;overflow:hidden;border-width:0 1px 1px;border-style:solid;border-color:var(--Base-Colors-Border,#EAECF4);border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}@media(min-width:992px){.ct3-section .ct3-right-panel{border-width:1px 1px 1px 0;border-color:var(--Base-Colors-White,#FFFFFF);border-bottom-left-radius:0;border-top-right-radius:1rem}}.ct3-section .ct3-bg-grid{background-image:url(/images/bg-patterns/grid-line-w.svg);background-size:20%}.ct3-section .ct3-rating-row{transition:transform .25s ease;opacity:.4}.ct3-section .ct3-rating-row:hover{transform:translateX(4px)}@media(max-width:425px){.ct3-section .ct3-rating-row>img{max-width:90px !important;height:auto !important}.ct3-section .ct3-rating-row .d-flex{gap:.375rem !important}.ct3-section .ct3-rating-row .d-flex img{width:80px !important;height:auto !important}.ct3-section .ct3-rating-row .d-flex span{font-size:1.125rem !important}}.contentLayoutsType10 .words-wrapper .word-lines{will-change:transform}.contentLayoutsType11 .stackCards .card-wrapper{perspective:500px}@media(max-width:991.98px){.contentLayoutsType11 .stackCards .card-wrapper .card img{aspect-ratio:1;-o-object-fit:cover;object-fit:cover}}@media(max-width:575.98px){.contentLayoutsType11 .stackCards .card-wrapper .card img{aspect-ratio:auto}}@keyframes float1{0%,100%{transform:translate(0,0)scale(1)}50%{transform:translate(-10px,15px)scale(1.05)}}@keyframes float2{0%,100%{transform:translate(0,0)scale(1)}50%{transform:translate(15px,-10px)scale(1.05)}}@keyframes float3{0%,100%{transform:translate(0,0)scale(1)}50%{transform:translate(-15px,-15px)scale(.95)}}.content-layouts-type1a .point-wrapper{display:flex}.content-layouts-type1a .point-wrapper .point{width:100%;height:100%}@media(max-width:991.98px){.content-layouts-type1a .point-wrapper .point{border-bottom:1px solid #eaecf4;border-right:none !important}.content-layouts-type1a .point-wrapper:last-child .point{border-bottom:none}}@media(min-width:768px){.content-layouts-type1a .point-wrapper .point{border-bottom:1px solid #eaecf4}.content-layouts-type1a .point-wrapper:nth-child(odd) .point{border-right:1px solid #eaecf4}.content-layouts-type1a .point-wrapper:nth-last-child(1) .point,.content-layouts-type1a .point-wrapper:nth-last-child(2) .point{border-bottom:none}}.content-layouts-type1a .point-wrapper .gradient-text{color:#6025f5;background:linear-gradient(to right,#6025F5,#E40CD3,#FF5555);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.contentLayoutsType2 .img-side{background-size:cover;background-position:50%;background-repeat:no-repeat;min-height:240px}.content-layouts-type1a .section-intro{max-width:978px;margin:0 auto 40px}.content-layouts-type1a .section-intro h2{font-size:32px;font-weight:600;color:#1e1d28;max-width:822px;margin:0 auto 12px;line-height:1.3}@media(max-width:991.98px){.content-layouts-type1a .section-intro h2{font-size:28px}}@media(max-width:767.98px){.content-layouts-type1a .section-intro h2{font-size:24px}}@media(max-width:575.98px){.content-layouts-type1a .section-intro h2{font-size:20px}}.content-layouts-type1a .point-wrapper{flex:0 0 50%;max-width:50%}@media(max-width:767.98px){.content-layouts-type1a .point-wrapper{flex:0 0 100%;max-width:100%}}.content-layouts-type1a .point-wrapper .point{padding:40px;height:100%;display:flex;align-items:flex-start;gap:8px}@media(max-width:991.98px){.content-layouts-type1a .point-wrapper .point{padding:24px}}@media(max-width:767.98px){.content-layouts-type1a .point-wrapper .point{padding:20px 16px}}.content-layouts-type1a .point-wrapper .point i{font-size:24px;line-height:1;display:block;width:24px;height:24px}@media(max-width:767.98px){.content-layouts-type1a .point-wrapper .point{border-bottom:1px solid #eaecf4;border-right:none !important}.content-layouts-type1a .point-wrapper:last-child .point{border-bottom:none}}@media(min-width:768px){.content-layouts-type1a .point-wrapper .point{border-bottom:1px solid #eaecf4}.content-layouts-type1a .point-wrapper:nth-child(odd) .point{border-right:1px solid #eaecf4}.content-layouts-type1a .point-wrapper:nth-last-child(1) .point,.content-layouts-type1a .point-wrapper:nth-last-child(2) .point{border-bottom:none}}.content-layouts-type1a .point-wrapper .gradient-text{color:#6025f5;background:linear-gradient(to right,#6025F5,#E40CD3,#FF5555);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.contentLayoutsType7 .accordion{--spacer:1rem;--bs-accordion-btn-padding-x:0;--bs-accordion-btn-padding-y:var(--spacer);--bs-accordion-border-radius:0;--bs-accordion-inner-border-radius:0;--bs-accordion-body-padding-x:0;--bs-accordion-body-padding-y:var(--spacer);--bs-accordion-border-width:0;--bs-accordion-active-bg:none;--bs-accordion-btn-focus-box-shadow:none;--bs-accordion-bg:$bg-white}@media(min-width:1200px){.contentLayoutsType7 .accordion{--spacer:2.5rem;--bs-accordion-btn-padding-x:var(--spacer);--bs-accordion-body-padding-x:var(--spacer);--bs-accordion-border-radius:1rem;--bs-accordion-body-padding-x:var(--spacer);--bs-accordion-btn-padding-y:var(--spacer);--bs-accordion-inner-border-radius:1rem;--bs-accordion-bg:#f6f8fb}}@media(max-width:1199.98px){.contentLayoutsType7 .accordion .accordion-item{border-bottom:1px solid #eaecf4}}.contentLayoutsType7 .accordion .accordion-item .accordion-header .accordion-button i{font-size:1.75rem}.contentLayoutsType7 .accordion .accordion-item .accordion-body{padding-top:0 !important}.contentLayoutsType9 .cards .card-wrapper:last-child{border-radius:0 0 2rem 0}.contentLayoutsType9 .cards .card-wrapper:last-child .card-content{border-radius:0 0 2rem 0}@media(min-width:768px){.contentLayoutsType9 .cards .card-wrapper:last-child{border-radius:0 0 2rem 0}.contentLayoutsType9 .cards .card-wrapper:last-child .card-content{border-radius:0 0 2rem 0}.contentLayoutsType9 .cards .card-wrapper:nth-last-child(2){border-radius:0 0 0 2rem}.contentLayoutsType9 .cards .card-wrapper:nth-last-child(2) .card-content{border-radius:0 0 0 2rem}}@media(min-width:1400px){.contentLayoutsType9 .cards .card-wrapper:last-child{border-radius:0 0 2rem 0}.contentLayoutsType9 .cards .card-wrapper:last-child .card-content{border-radius:0 0 2rem 0}.contentLayoutsType9 .cards .card-wrapper:nth-last-child(2){border-radius:0 0 0 0}.contentLayoutsType9 .cards .card-wrapper:nth-last-child(2) .card-content{border-radius:0 0 0 0}.contentLayoutsType9 .cards .card-wrapper:nth-last-child(3){border-radius:0 0 0 2rem}.contentLayoutsType9 .cards .card-wrapper:nth-last-child(3) .card-content{border-radius:0 0 0 2rem}}.cta-wrapper .cta .circles .circle{width:70vw;height:70vw;width:40vw;height:40vw;transition:transform .3s ease}@media(min-width:768px){.cta-wrapper .cta .circles .circle{width:60vw;height:60vw}}@media(min-width:992px){.cta-wrapper .cta .circles .circle{width:50vw;height:50vw}}@media(min-width:1400px){.cta-wrapper .cta .circles .circle{width:45vw;height:45vw}}.cta-wrapper .cta .circles .circle:nth-child(2){transform:scale(1.1);transition-delay:.1s}.cta-wrapper .cta .circles .circle:nth-child(3){transform:scale(1.2);transition-delay:.15s}.cta-wrapper .cta .circles .circle:nth-child(4){transform:scale(1.3);transition-delay:.2s}.cta-wrapper .cta .circles .circle:nth-child(5){transform:scale(1.4);transition-delay:.25s}.cta-wrapper .cta:hover .circles .circle:nth-child(1){transform:scale(.95)}.cta-wrapper .cta:hover .circles .circle:nth-child(2){transform:scale(1)}.cta-wrapper .cta:hover .circles .circle:nth-child(3){transform:scale(1.05)}.cta-wrapper .cta:hover .circles .circle:nth-child(4){transform:scale(1.1)}.cta-wrapper .cta:hover .circles .circle:nth-child(5){transform:scale(1.15)}.cta-wrapper .cta .circles .circle{width:70vw;height:70vw;width:40vw;height:40vw;transition:transform .3s ease}@media(min-width:768px){.cta-wrapper .cta .circles .circle{width:60vw;height:60vw}}@media(min-width:992px){.cta-wrapper .cta .circles .circle{width:50vw;height:50vw}}@media(min-width:1400px){.cta-wrapper .cta .circles .circle{width:45vw;height:45vw}}.cta-wrapper .cta .circles .circle:nth-child(2){transform:scale(1.1);transition-delay:.1s}.cta-wrapper .cta .circles .circle:nth-child(3){transform:scale(1.2);transition-delay:.15s}.cta-wrapper .cta .circles .circle:nth-child(4){transform:scale(1.3);transition-delay:.2s}.cta-wrapper .cta .circles .circle:nth-child(5){transform:scale(1.4);transition-delay:.25s}.cta-wrapper .cta:hover .circles .circle:nth-child(1){transform:scale(.95)}.cta-wrapper .cta:hover .circles .circle:nth-child(2){transform:scale(1)}.cta-wrapper .cta:hover .circles .circle:nth-child(3){transform:scale(1.05)}.cta-wrapper .cta:hover .circles .circle:nth-child(4){transform:scale(1.1)}.cta-wrapper .cta:hover .circles .circle:nth-child(5){transform:scale(1.15)}.cta-3{background:#005bff;color:#fff}@media(max-width:991.98px){.cta-3 .intro{flex:none;width:100%}}.cta-wrapper .cta .circles .circle{width:70vw;height:70vw;width:40vw;height:40vw;transition:transform .3s ease}@media(min-width:768px){.cta-wrapper .cta .circles .circle{width:60vw;height:60vw}}@media(min-width:992px){.cta-wrapper .cta .circles .circle{width:50vw;height:50vw}}@media(min-width:1400px){.cta-wrapper .cta .circles .circle{width:45vw;height:45vw}}.cta-wrapper .cta .circles .circle:nth-child(2){transform:scale(1.1);transition-delay:.1s}.cta-wrapper .cta .circles .circle:nth-child(3){transform:scale(1.2);transition-delay:.15s}.cta-wrapper .cta .circles .circle:nth-child(4){transform:scale(1.3);transition-delay:.2s}.cta-wrapper .cta .circles .circle:nth-child(5){transform:scale(1.4);transition-delay:.25s}.cta-wrapper .cta:hover .circles .circle:nth-child(1){transform:scale(.95)}.cta-wrapper .cta:hover .circles .circle:nth-child(2){transform:scale(1)}.cta-wrapper .cta:hover .circles .circle:nth-child(3){transform:scale(1.05)}.cta-wrapper .cta:hover .circles .circle:nth-child(4){transform:scale(1.1)}.cta-wrapper .cta:hover .circles .circle:nth-child(5){transform:scale(1.15)}@media(min-width:992px){.cta-5{height:100vh}}.cta-5 video{width:100vw;height:100vh;-o-object-fit:cover;object-fit:cover}.cta-5 .cta5-content{background-color:rgba(var(--bs-purple-rgb),.8);position:static}@media(min-width:992px){.cta-5 .cta5-content{position:absolute}}.cta-wrapper .cta .circles .circle{width:70vw;height:70vw;width:40vw;height:40vw;transition:transform .3s ease}@media(min-width:768px){.cta-wrapper .cta .circles .circle{width:60vw;height:60vw}}@media(min-width:992px){.cta-wrapper .cta .circles .circle{width:50vw;height:50vw}}@media(min-width:1400px){.cta-wrapper .cta .circles .circle{width:45vw;height:45vw}}.cta-wrapper .cta .circles .circle:nth-child(2){transform:scale(1.1);transition-delay:.1s}.cta-wrapper .cta .circles .circle:nth-child(3){transform:scale(1.2);transition-delay:.15s}.cta-wrapper .cta .circles .circle:nth-child(4){transform:scale(1.3);transition-delay:.2s}.cta-wrapper .cta .circles .circle:nth-child(5){transform:scale(1.4);transition-delay:.25s}.cta-wrapper .cta:hover .circles .circle:nth-child(1){transform:scale(.95)}.cta-wrapper .cta:hover .circles .circle:nth-child(2){transform:scale(1)}.cta-wrapper .cta:hover .circles .circle:nth-child(3){transform:scale(1.05)}.cta-wrapper .cta:hover .circles .circle:nth-child(4){transform:scale(1.1)}.cta-wrapper .cta:hover .circles .circle:nth-child(5){transform:scale(1.15)}@media(min-width:992px){.dedicated-teams .nav-wrapper-vc{width:18rem}}@media(max-width:991.98px){.dedicated-teams .nav-wrapper-vc{height:3.625rem}}.dedicated-teams .nav{top:5rem}@media(max-width:991.98px){.dedicated-teams .nav:not(.closed){box-shadow:0 10px 16px rgba(0,0,0,.4)}}@media(max-width:767.98px){.dedicated-teams .teams{overflow-x:scroll;display:flex;gap:.5rem;scroll-snap-type:x mandatory}}@media(min-width:768px){.dedicated-teams .teams .team-labels{border-bottom:1px solid #eaecf4}}@media(max-width:767.98px){.dedicated-teams .teams .team{background:#f6f8fb;border-radius:1rem;margin-left:0;margin-right:0;min-width:60%;scroll-snap-align:center;align-content:flex-start}}@media(max-width:575.98px){.dedicated-teams .teams .team{min-width:100%}}@media(min-width:768px){.dedicated-teams .teams .team:not(:last-child){border-bottom:1px solid #eaecf4}}@media(max-width:991.98px){.dedicated-teams .closed .nav-link:not(.active){display:none}}@media(max-width:991.98px){.dedicated-teams .closed .active{position:relative}}@media(max-width:991.98px){.dedicated-teams .closed .active::after{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}}@media(min-width:992px){.dedicated-teams .nav-wrapper-vc{width:18rem}}@media(max-width:991.98px){.dedicated-teams .nav-wrapper-vc{height:3.625rem}}.dedicated-teams .nav{top:5rem}@media(max-width:991.98px){.dedicated-teams .nav:not(.closed){box-shadow:0 10px 16px rgba(0,0,0,.4)}}@media(max-width:767.98px){.dedicated-teams .teams{overflow-x:scroll;display:flex;gap:.5rem;scroll-snap-type:x mandatory}}@media(min-width:768px){.dedicated-teams .teams .team-labels{border-bottom:1px solid #eaecf4}}@media(max-width:767.98px){.dedicated-teams .teams .team{background:#f6f8fb;border-radius:1rem;margin-left:0;margin-right:0;min-width:60%;scroll-snap-align:center;align-content:flex-start}}@media(max-width:575.98px){.dedicated-teams .teams .team{min-width:100%}}@media(min-width:768px){.dedicated-teams .teams .team:not(:last-child){border-bottom:1px solid #eaecf4}}@media(max-width:991.98px){.dedicated-teams .closed .nav-link:not(.active){display:none}}@media(max-width:991.98px){.dedicated-teams .closed .active{position:relative}}@media(max-width:991.98px){.dedicated-teams .closed .active::after{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}}.faqs{}.faqs .accordion{--bs-accordion-bg:transparent}.faqs .accordion.faq-truncated .accordion-item:nth-child(7),.faqs .accordion.faq-truncated .accordion-item.faq-7th-item{border-bottom:0 !important}.faqs .accordion .accordion-button{color:#0a081b;background:0 0}.faqs .accordion .accordion-button:not(.collapsed){background:0 0;box-shadow:none}.faqs .accordion .accordion-button:focus{box-shadow:none}.faqs .faq-btn-wrapper{display:flex;justify-content:center;margin-top:2rem}.faqs .faq-btn-wrapper .btn-faq-view-more{display:inline-flex;align-items:center;justify-content:center;padding:12px 32px;font-size:16px;font-weight:500;line-height:1.5;color:#3b5068;background-color:#fff;border:1px solid #3b5068;border-radius:100px;transition:all .2s ease-in-out;box-shadow:0 1px 2px rgba(16,24,40,5%);cursor:pointer}.faqs .faq-btn-wrapper .btn-faq-view-more:hover{color:#000;border:1px solid #3b5068;background-color:#f2f2f2}.faqs .faq-btn-wrapper .btn-faq-view-more:focus,.faqs .faq-btn-wrapper .btn-faq-view-more:active{box-shadow:0 0 0 4px rgba(16,24,40,5%);outline:none}.faqs .faq-sidebar-wrapper{top:100px;z-index:2}.faqs.faq-scn-layout .faq-sidebar-wrapper .faq-sidebar-title{font-size:1.15rem;letter-spacing:-.01em}.faqs.faq-scn-layout .faq-sidebar-wrapper .faq-scn-nav{border-left:2px solid #e5e7eb;position:relative;padding-left:0}.faqs.faq-scn-layout .faq-sidebar-wrapper .faq-scn-nav .nav-item{margin-bottom:2px}.faqs.faq-scn-layout .faq-sidebar-wrapper .faq-scn-nav .nav-link{color:#5a6e85;font-size:16px;padding:12px 18px;border-left:3px solid transparent;margin-left:-2px;border-radius:0 8px 8px 0;transition:all .2s ease;background:0 0;text-decoration:none}.faqs.faq-scn-layout .faq-sidebar-wrapper .faq-scn-nav .nav-link:hover{color:#011627;border-left-color:rgba(237,24,79,.4);background-color:rgba(237,24,79,2%)}.faqs.faq-scn-layout .faq-sidebar-wrapper .faq-scn-nav .nav-link.active{color:#ed184f;font-family:mi-medium;border-left-color:#ed184f;background-color:rgba(237,24,79,5%)}.faqs.faq-scn-layout .faq-category-card{scroll-margin-top:110px;border-color:#eaecf0 !important;box-shadow:none !important}.faqs.faq-scn-layout .faq-category-card .faq-category-header{border-bottom-color:#eaecf0 !important}.faqs.faq-scn-layout .faq-category-card .faq-scn-accordion .accordion-item:last-child{margin-bottom:0 !important}.faqs.faq-scn-layout .faq-scn-accordion .accordion-item{border-color:#eaecf0 !important;transition:all .2s ease}.faqs.faq-scn-layout .faq-scn-accordion .accordion-item:hover{border-color:#d0d5dd !important}.faqs.faq-scn-layout .faq-scn-accordion .accordion-item .accordion-button{font-size:1.05rem;color:#0a081b;background-color:#fff;transition:background-color .2s ease,color .2s ease}.faqs.faq-scn-layout .faq-scn-accordion .accordion-item .accordion-button:not(.collapsed){color:#0a081b;background-color:#f6f8fb;font-weight:600;box-shadow:none;--bs-accordion-btn-active-icon:var(--bs-accordion-btn-icon)}.faqs.faq-scn-layout .faq-scn-accordion .accordion-item .accordion-button:focus{box-shadow:none}.faqs.faq-scn-layout .faq-scn-accordion .accordion-item .accordion-collapse{background-color:#fff}@media(max-width:991.98px){.faqs.faq-scn-layout .faq-category-card{margin-bottom:1.75rem !important}.faqs.faq-scn-layout .faq-category-card .faq-category-header{padding:1rem 1.25rem !important}.faqs.faq-scn-layout .faq-category-card .faq-category-header h3{font-size:1.15rem}.faqs.faq-scn-layout .faq-category-card .faq-category-body{padding:1rem 1.25rem !important}}@media(min-width:992px){.footer-type2 .contact-info-wrapper{padding-right:3rem}}@media(min-width:1200px){.footer-type2 .contact-info-wrapper{padding-right:4rem}}@media(min-width:1400px){.footer-type2 .contact-info-wrapper{padding-right:5rem}}.footer-type2 .contact-info-wrapper .info-section{padding-left:72px}.footer-type2 .contact-info-wrapper .info-section i{left:0;top:0}@media(min-width:992px){.footer-type2 .contact-form-wrapper{padding-left:3rem;border-left:1px solid #eaecf4}}@media(min-width:1200px){.footer-type2 .contact-form-wrapper{padding-left:4rem}}@media(min-width:1400px){.footer-type2 .contact-form-wrapper{padding-left:5rem}}.footer-type2 .contact-form-wrapper form .form-field{height:62px;outline:none !important}.footer-type2 .contact-form-wrapper .spinner{border:5px solid rgba(0,0,0,.1);width:2rem;height:2rem;border-radius:50%;border-left-color:#fff;animation:spin 1s linear infinite;display:inline-block;vertical-align:middle;margin-right:.5rem}@keyframes spin{to{transform:rotate(360deg)}}.footer-type2 .address-wrapper{margin:24px 0}@media(min-width:992px){.footer-type2 .address-wrapper{margin:40px 0 24px}}@media(min-width:1200px){.footer-type2 .address-wrapper{margin:80px 0 44px}}.footer-type2 .quick-links .accordion .accordion-item{--bs-accordion-bg:transparent}.footer-type2 .quick-links .accordion .accordion-item .accordion-button{--bs-accordion-btn-bg:trasnparent}@media(max-width:767.98px){.footer-type2 .quick-links .accordion .accordion-item .accordion-button{border-top:1px solid #eaecf4}.footer-type2 .quick-links .accordion .accordion-item .accordion-button:not(.collapsed){border-radius:calc(1.375rem + 1.25vw)}}@media(max-width:767.98px) and (min-width:1440px){.footer-type2 .quick-links .accordion .accordion-item .accordion-button:not(.collapsed){border-radius:2.5rem}}@media(min-width:768px){.footer-type2 .quick-links .accordion .accordion-item .accordion-button{pointer-events:none;background:0 0;color:var(--bs-accordion-btn-color)}.footer-type2 .quick-links .accordion .accordion-item .accordion-button::after{display:none}}.footer-type2 .quick-links .accordion .accordion-item .list-group{--bs-list-group-bg:transparent}@media(min-width:1200px){.footer-type2 .quick-links .accordion .accordion-item .list-group .list-group-item{border:none}}@media(max-width:991.98px){header #menuHeader>.navbar-nav:not(.headerActionButtons)>.nav-item{border-bottom:1px solid #eaecf4}}@media(max-width:575.98px){header #menuHeader .headerMenu-tab{padding-left:0;padding-right:0}}@media(max-width:991.98px){header #menuHeader .headerMenu-tab{padding-left:0}}header #menuHeader a.dropdown-item,header #menuHeader a.nav-link,header #menuHeader button.dropdown-toggle{color:#3b5068}header #menuHeader a.dropdown-item i,header #menuHeader a.nav-link i,header #menuHeader button.dropdown-toggle i{opacity:0}header #menuHeader a.dropdown-item:hover,header #menuHeader a.nav-link:hover,header #menuHeader button.dropdown-toggle:hover{color:#ed184f}header #menuHeader a.dropdown-item:hover i,header #menuHeader a.nav-link:hover i,header #menuHeader button.dropdown-toggle:hover i{opacity:1}header #menuHeader a.dropdown-item:active{background:0 0}header #menuHeader button.dropdown-toggle.show{color:#ed184f}@media(min-width:992px){header #menuHeader button.dropdown-toggle.show{animation:pulse .8s infinite}}header #menuHeader .tabButton{color:#3b5068}header #menuHeader .tabButton:hover,header #menuHeader .tabButton.active{background-color:#ed184f;color:#fff}@media(min-width:992px){header #menuHeader .menuShadow{box-shadow:rgba(50,50,93,.25)0 50px 100px -20px,rgba(0,0,0,.3)0 30px 60px -30px}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.03)}100%{transform:scale(1)}}.heroType10{--size:clamp(10rem, 1rem + 35vw, 35rem);--gap:calc(var(--size) / 14);--duration:30s;--scroll-start:0;--scroll-end:calc(-100% - var(--gap))}.heroType10 .marquee-wrapper{display:flex;flex-direction:column;gap:var(--gap);margin:auto;max-width:100vw;position:relative}.heroType10 .marquee-wrapper .marquee{display:flex;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:var(--gap);position:relative}.heroType10 .marquee-wrapper .marquee .marquee_group{flex-shrink:0;display:flex;align-items:center;justify-content:space-around;gap:var(--gap);min-width:100%;animation:scroll-x var(--duration)linear infinite}.heroType10 .marquee-wrapper .marquee .marquee_group .fa{font-size:70px !important;display:grid;place-items:center;width:var(--size);background:url(/images/bg-patterns/square-pattern.svg)repeat #005bff 50%;aspect-ratio:19/9;padding:calc(var(--size)/10)calc(var(--size)/10)0}.heroType10 .marquee-wrapper .marquee .marquee_group .fa img{width:100%}@keyframes scroll-x{from{transform:translateX(var(--scroll-start))}to{transform:translateX(var(--scroll-end))}}.heroType12 .statisticsWrapper .statistics-item:nth-last-child(1),.heroType12 .statisticsWrapper .statistics-item:nth-last-child(2){border-bottom:none !important}.heroType12 .statisticsWrapper .statistics-item:nth-child(even){border-right:none !important}@media(min-width:768px) and (max-width:991.98px){.heroType12 .statisticsWrapper .statistics-item{border-bottom:none !important}.heroType12 .statisticsWrapper .statistics-item:nth-child(2){border-right:1px solid #eaecf4 !important}}.client-logos-type2{--duration:30s;--scroll-start:0px;--scroll-end:-100%}.client-logos-type2 .logos-wrapper .logos{will-change:transform;animation-name:scroll-x;animation-duration:var(--duration);animation-timing-function:linear;animation-iteration-count:infinite;flex-shrink:0;min-width:100%}@keyframes scroll-x{from{transform:translateX(var(--scroll-start))}to{transform:translateX(var(--scroll-end))}}.hero-section-type18{background-color:#fff}.hero-section-type18 .hero-container{width:100%;margin-right:auto;margin-left:auto}@media(min-width:768px){.hero-section-type18 .hero-container{max-width:100%}}@media(min-width:992px){.hero-section-type18 .hero-container{max-width:1024px}}@media(min-width:1200px){.hero-section-type18 .hero-container{max-width:1280px}}.hero-section-type18 .hero-main-content{display:flex;flex-direction:column;gap:2.5rem}@media(min-width:992px){.hero-section-type18 .hero-main-content{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:2rem}}.hero-section-type18 .hero-left-panel{width:100%}@media(min-width:992px){.hero-section-type18 .hero-left-panel{max-width:680px}}@media(min-width:1200px){.hero-section-type18 .hero-left-panel{max-width:820px}}@media(min-width:1400px){.hero-section-type18 .hero-left-panel{width:953px;margin-right:181px}}.hero-section-type18 .hero-right-panel{width:100%}@media(min-width:992px){.hero-section-type18 .hero-right-panel{width:auto;min-width:146px;flex-shrink:0}}.hero-section-type18 .category-badge{font-size:1rem;font-weight:600;letter-spacing:.05em;margin-bottom:1.25rem;display:inline-block;color:#6025f5;background:linear-gradient(to right,#6025f5,#e40cd3,#ff5555);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}@media(min-width:768px){.hero-section-type18 .category-badge{font-size:24px;line-height:150%;margin-bottom:16px}}.hero-section-type18 .hero-title{font-size:2.25rem;font-weight:700;line-height:1.15;letter-spacing:-.02em;color:#0a081b;margin-bottom:.5rem}@media(min-width:768px){.hero-section-type18 .hero-title{font-size:2.5rem}}@media(min-width:1200px){.hero-section-type18 .hero-title{font-size:3rem;line-height:56px}}.hero-section-type18 .hero-title .gradient-text{color:#6025f5;background:linear-gradient(to right,#6025f5,#e40cd3,#ff5555);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hero-section-type18 .hero-subtext{font-size:1.125rem;line-height:1.6;color:#4a5568}@media(min-width:768px){.hero-section-type18 .hero-subtext{font-size:16px}}.hero-section-type18 .meta-sidebar-wrapper{border-top:1px solid rgba(0,0,0,8%);border-bottom:1px solid rgba(0,0,0,8%);padding:.5rem 0}@media(min-width:992px){.hero-section-type18 .meta-sidebar-wrapper{border-top:none;border-bottom:none;padding:0}}.hero-section-type18 .meta-sidebar-wrapper .meta-item{border-bottom:1px solid rgba(0,0,0,8%);padding:1rem 0}@media(min-width:992px){.hero-section-type18 .meta-sidebar-wrapper .meta-item:first-child{padding-top:0}}.hero-section-type18 .meta-sidebar-wrapper .meta-item:last-child{border-bottom:none}@media(min-width:992px){.hero-section-type18 .meta-sidebar-wrapper .meta-item:last-child{padding-bottom:0}}.hero-section-type18 .meta-sidebar-wrapper .meta-item .meta-label{font-size:16px;font-weight:400;line-height:150%;text-transform:uppercase;color:#718096;margin-bottom:.35rem}.hero-section-type18 .meta-sidebar-wrapper .meta-item .meta-value{font-size:1.125rem;font-weight:600;display:inline-block;color:#6025f5;background:linear-gradient(to right,#6025f5,#e40cd3,#ff5555);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;text-align:left}@media(min-width:768px){.hero-section-type18 .meta-sidebar-wrapper .meta-item .meta-value{font-size:18px}}.hero-section-type18{padding:0;background-color:#fff;width:100%;position:relative;overflow:hidden;padding-top:40px;padding-bottom:0}@media(min-width:768px){.hero-section-type18{padding-top:60px;padding-bottom:0}}@media(min-width:992px){.hero-section-type18{padding-top:80px;padding-bottom:0}}@media(min-width:1400px){.hero-section-type18{padding-top:80px;padding-bottom:0}}.hero-section-type18 .hero-container{width:100%;margin-right:auto;margin-left:auto;box-sizing:border-box;padding-left:16px;padding-right:16px;padding-bottom:40px}.hero-section-type18 .hero-main-content{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.hero-section-type18 .hero-main-content{gap:2.25rem}}@media(min-width:992px){.hero-section-type18 .hero-main-content{flex-direction:row;align-items:flex-start;gap:9rem}}@media(min-width:1200px){.hero-section-type18 .hero-main-content{gap:11.313rem}}.hero-section-type18 .hero-left-panel{width:100%}@media(min-width:768px){.hero-section-type18 .hero-left-panel{width:100%;max-width:672px;margin:0}}@media(min-width:992px){.hero-section-type18 .hero-left-panel{width:650px;max-width:none}}@media(min-width:1200px){.hero-section-type18 .hero-left-panel{width:800px}}@media(min-width:1400px){.hero-section-type18 .hero-left-panel{width:953px}}.hero-section-type18 .hero-right-panel{width:100%}@media(min-width:992px){.hero-section-type18 .hero-right-panel{width:146px}}.hero-section-type18 .category-badge{font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;display:inline-block;color:#6025f5;background:linear-gradient(to right,#6025f5,#e40cd3,#ff5555);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}@media(min-width:768px){.hero-section-type18 .category-badge{font-size:1rem;line-height:140%;margin-bottom:.875rem}}@media(min-width:1200px){.hero-section-type18 .category-badge{font-size:1.125rem;margin-bottom:1.25rem}}.hero-section-type18 .hero-title{font-size:1.5rem;font-weight:700;line-height:1.25;letter-spacing:-.02em;color:#0a081b;margin-bottom:.75rem}@media(min-width:576px){.hero-section-type18 .hero-title{font-size:1.875rem;line-height:1.22}}@media(min-width:768px){.hero-section-type18 .hero-title{font-size:2.25rem;line-height:1.2;margin-bottom:1rem}}@media(min-width:992px){.hero-section-type18 .hero-title{font-size:2.625rem;line-height:1.18}}@media(min-width:1200px){.hero-section-type18 .hero-title{font-size:3rem;line-height:56px}}.hero-section-type18 .hero-title .gradient-text{color:#6025f5;background:linear-gradient(to right,#6025f5,#e40cd3,#ff5555);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hero-section-type18 .hero-subtext{font-size:.9375rem;line-height:1.55;color:#4a5568;margin-bottom:0}@media(min-width:768px){.hero-section-type18 .hero-subtext{font-size:1.0625rem;line-height:1.6}}@media(min-width:992px){.hero-section-type18 .hero-subtext{font-size:1.125rem;line-height:1.65}}.hero-section-type18 .meta-sidebar-wrapper{border-top:1px solid rgba(0,0,0,8%);border-bottom:1px solid rgba(0,0,0,8%);padding:0}@media(min-width:992px){.hero-section-type18 .meta-sidebar-wrapper{border-top:none;border-bottom:none;padding:0}}.hero-section-type18 .meta-sidebar-wrapper .meta-item{display:block;border-bottom:1px solid rgba(0,0,0,8%);padding:.75rem 0}@media(min-width:768px){.hero-section-type18 .meta-sidebar-wrapper .meta-item{padding:.875rem 0}}@media(min-width:992px){.hero-section-type18 .meta-sidebar-wrapper .meta-item{padding:1rem 0}}@media(min-width:992px){.hero-section-type18 .meta-sidebar-wrapper .meta-item:first-child{padding-top:0}}.hero-section-type18 .meta-sidebar-wrapper .meta-item:last-child{border-bottom:none}@media(min-width:992px){.hero-section-type18 .meta-sidebar-wrapper .meta-item:last-child{padding-bottom:0}}.hero-section-type18 .meta-sidebar-wrapper .meta-item .meta-label{font-size:.8125rem;font-weight:500;line-height:140%;text-transform:uppercase;color:#718096;margin-bottom:.25rem}@media(min-width:768px){.hero-section-type18 .meta-sidebar-wrapper .meta-item .meta-label{font-size:.875rem}}@media(min-width:992px){.hero-section-type18 .meta-sidebar-wrapper .meta-item .meta-label{font-size:1rem;margin-bottom:.35rem}}.hero-section-type18 .meta-sidebar-wrapper .meta-item .meta-value{font-size:.9375rem;font-weight:600;display:inline-block;color:#6025f5;background:linear-gradient(to right,#6025f5,#e40cd3,#ff5555);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;text-align:left}@media(min-width:768px){.hero-section-type18 .meta-sidebar-wrapper .meta-item .meta-value{font-size:1rem}}@media(min-width:992px){.hero-section-type18 .meta-sidebar-wrapper .meta-item .meta-value{font-size:1.125rem}}.hero-section-type18 .hero-image-banner{position:relative;width:100%;margin-bottom:0;border-radius:0;overflow:hidden;background:linear-gradient(135deg,#eef2ff 0%,#f5f3ff 40%,#e0f2fe 100%);padding:16px 0 0;box-sizing:border-box;isolation:isolate}.hero-section-type18 .hero-image-banner .hero-image-bg{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}.hero-section-type18 .hero-image-banner .hero-ellipse{position:absolute;border-radius:50%;pointer-events:none}.hero-section-type18 .hero-image-banner .hero-ellipse.ellipse-left{width:702px;height:598px;left:-400px;top:300px;border-radius:99em !important;background:#0004ff;filter:blur(300px)}.hero-section-type18 .hero-image-banner .hero-ellipse.ellipse-left-bottom{width:702px;height:873px;left:-285px;bottom:-500px;background:#ff00b7;filter:blur(400px)}.hero-section-type18 .hero-image-banner .hero-ellipse.ellipse-right{width:702px;height:873px;right:-800px;top:0;background:#0004ff;filter:blur(400px)}.hero-section-type18 .hero-image-banner .hero-ellipse.ellipse-right-top{width:200px;height:200px;top:100px;right:200px;border-radius:99em !important;background:#00e1ff;filter:blur(200px)}.hero-section-type18 .hero-image-banner .hero-grid-overlay{position:absolute;inset:0;background-image:linear-gradient(to right,rgba(255,255,255,.75) 1.5px,transparent 1.5px),linear-gradient(to bottom,rgba(255,255,255,.75) 1.5px,transparent 1.5px);background-size:48px 48px;opacity:.4}@media(min-width:768px){.hero-section-type18 .hero-image-banner .hero-grid-overlay{background-size:85px 85px}}.hero-section-type18 .hero-image-banner .hero-image-container{position:relative;z-index:1;max-width:1280px;width:100%;margin:0 auto;padding:0 16px;box-sizing:border-box;display:flex;justify-content:center}@media(min-width:768px){.hero-section-type18 .hero-image-banner .hero-image-container{padding:0 24px}}@media(min-width:1400px){.hero-section-type18 .hero-image-banner .hero-image-container{padding:0}}.hero-section-type18 .hero-image-banner .hero-featured-image{width:100%;height:auto;display:block;border-radius:16px 16px 0 0}.client-logos-type3{--duration:20s;--scroll-start:0px;--scroll-end:-100%}@media(min-width:1200px){.client-logos-type3{margin-left:2rem;margin-right:2rem}}.client-logos-type3 .title-wrapper{min-width:290px}.client-logos-type3 .logos-wrapper .logos{will-change:transform;animation-name:client-logos-type3-animation;animation-duration:var(--duration);animation-timing-function:linear;animation-iteration-count:infinite;flex-shrink:0}@keyframes client-logos-type3-animation{from{transform:translateX(var(--scroll-start))}to{transform:translateX(var(--scroll-end))}}.hero2{padding-top:3rem;padding-bottom:3rem}@media(min-width:992px){.hero2{padding-top:4rem;padding-bottom:4rem}}.hero2 .contact-form .contact-info-wrapper{border-radius:calc(1.375rem + 1.25vw);flex:auto;box-shadow:0 10px 30px rgba(0,0,0,5%)}@media(min-width:1440px){.hero2 .contact-form .contact-info-wrapper{border-radius:2.5rem}}.hero2 .contact-form .contact-info-wrapper form input:not([type=file]),.hero2 .contact-form .contact-info-wrapper form textarea{width:100%;border:none;outline:none !important;border-radius:0}.hero2 .contact-form .contact-info-wrapper form input:not([type=file])::-moz-placeholder,.hero2 .contact-form .contact-info-wrapper form textarea::-moz-placeholder{color:rgba(var(--bs-body-color-rgb),.5)}.hero2 .contact-form .contact-info-wrapper form input:not([type=file])::placeholder,.hero2 .contact-form .contact-info-wrapper form textarea::placeholder{color:rgba(var(--bs-body-color-rgb),.5)}.hero2 .contact-form .contact-info-wrapper form button{height:4rem}.hero2 .statisticsWrapper{background:rgba(255,255,255,.45) !important;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.8) !important}.hero2 .statisticsWrapper .statistics-item{border-color:rgba(255,255,255,.6) !important}.hero2 .statisticsWrapper .statistics-item:nth-last-child(1),.hero2 .statisticsWrapper .statistics-item:nth-last-child(2){border-bottom:none !important}.hero2 .statisticsWrapper .statistics-item:nth-child(even){border-right:none !important}@media(min-width:768px) and (max-width:991.98px){.hero2 .statisticsWrapper .statistics-item{border-bottom:none !important}.hero2 .statisticsWrapper .statistics-item:nth-child(2){border-right:1px solid rgba(255,255,255,.6) !important}}.hero2 .background{background-color:#f8f9ff;left:0;right:0;top:0;bottom:0;z-index:-1;-webkit-user-select:none;-moz-user-select:none;user-select:none;will-change:transform}@media(min-width:1400px){.hero2 .background{left:2rem;right:2rem;border-radius:1rem}}.hero2 .background .ellipse{opacity:.2;border-radius:50%}@media(max-width:1199.98px){.hero2 .background .ellipse{transform:scale(.7)rotate(-60deg) !important}}.hero2 .background .ellipse-1{width:492px;height:612px;left:-12%;top:40%;background-color:#0004ff;filter:blur(150px)saturate(1.1);transform:rotate(-45deg)}.hero2 .background .ellipse-2{width:383px;height:476px;left:-14%;top:20%;background:#ff00b7;filter:blur(75px)saturate(1.1);transform:rotate(-60deg)}.hero2 .background .ellipse-3{width:226px;height:281px;left:-5%;top:10%;background:#00e1ff;filter:blur(50px)saturate(1.1);transform:rotate(-60deg)}.hero2 .background .ellipse-4{width:226px;height:281px;left:59%;top:62.5%;background:#00e1ff;filter:blur(50px)saturate(1.1);transform:rotate(-60deg)}.hero2 .background .ellipse-5{width:383px;height:476px;left:65%;top:6%;background:#ff00b7;filter:blur(75px)saturate(1.1);transform:rotate(-60deg)}.hero2 .background .ellipse-6{width:492px;height:612px;left:78%;top:-10%;background:#0004ff;filter:blur(150px)saturate(1.1);transform:rotate(-90deg)}.hero2 .background .grid-lines{background:url(/images/bg-patterns/grid-line-w.svg)repeat top/100px;top:0;left:0;right:0;bottom:0}.client-logos-type2{--duration:30s;--scroll-start:0px;--scroll-end:-100%}.client-logos-type2 .logos-wrapper .logos{will-change:transform;animation-name:scroll-x;animation-duration:var(--duration);animation-timing-function:linear;animation-iteration-count:infinite;flex-shrink:0;min-width:100%}@keyframes scroll-x{from{transform:translateX(var(--scroll-start))}to{transform:translateX(var(--scroll-end))}}.client-logos-type3{--duration:20s;--scroll-start:0px;--scroll-end:-100%}@media(min-width:1200px){.client-logos-type3{margin-left:2rem;margin-right:2rem}}.client-logos-type3 .title-wrapper{min-width:290px}.client-logos-type3 .logos-wrapper .logos{will-change:transform;animation-name:client-logos-type3-animation;animation-duration:var(--duration);animation-timing-function:linear;animation-iteration-count:infinite;flex-shrink:0}@keyframes client-logos-type3-animation{from{transform:translateX(var(--scroll-start))}to{transform:translateX(var(--scroll-end))}}.client-logos-type3{--duration:20s;--scroll-start:0px;--scroll-end:-100%}@media(min-width:1200px){.client-logos-type3{margin-left:2rem;margin-right:2rem}}.client-logos-type3 .title-wrapper{min-width:290px}.client-logos-type3 .logos-wrapper .logos{will-change:transform;animation-name:client-logos-type3-animation;animation-duration:var(--duration);animation-timing-function:linear;animation-iteration-count:infinite;flex-shrink:0}@keyframes client-logos-type3-animation{from{transform:translateX(var(--scroll-start))}to{transform:translateX(var(--scroll-end))}}.client-logos-type3{--duration:20s;--scroll-start:0px;--scroll-end:-100%}@media(min-width:1200px){.client-logos-type3{margin-left:2rem;margin-right:2rem}}.client-logos-type3 .title-wrapper{min-width:290px}.client-logos-type3 .logos-wrapper .logos{will-change:transform;animation-name:client-logos-type3-animation;animation-duration:var(--duration);animation-timing-function:linear;animation-iteration-count:infinite;flex-shrink:0}@keyframes client-logos-type3-animation{from{transform:translateX(var(--scroll-start))}to{transform:translateX(var(--scroll-end))}}@keyframes scroll{from{transform:translateX(0)}to{transform:translateX(calc(-50%))}}.client-logos-type2{--duration:30s;--scroll-start:0px;--scroll-end:-100%}.client-logos-type2 .logos-wrapper .logos{will-change:transform;animation-name:scroll-x;animation-duration:var(--duration);animation-timing-function:linear;animation-iteration-count:infinite;flex-shrink:0;min-width:100%}@keyframes scroll-x{from{transform:translateX(var(--scroll-start))}to{transform:translateX(var(--scroll-end))}}.hero4 .play-icon{left:50%;top:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.8);width:60px;height:60px}.hero4 .infrastructure-images{width:calc(50vw - 20px);height:100%;position:relative}.hero4 .infrastructure-images .infrastructureImagesSwiper{border-radius:2.5rem 0 0 0;position:absolute;width:100%;height:100%}.hero4 .infrastructure-images .infrastructureImagesSwiper img{-o-object-fit:cover;object-fit:cover}.hero5{height:calc(100vh - 10rem);background-repeat:no-repeat;background-repeat:no-repeat;background-size:cover;background-position:50%}.client-logos-type2{--duration:30s;--scroll-start:0px;--scroll-end:-100%}.client-logos-type2 .logos-wrapper .logos{will-change:transform;animation-name:scroll-x;animation-duration:var(--duration);animation-timing-function:linear;animation-iteration-count:infinite;flex-shrink:0;min-width:100%}@keyframes scroll-x{from{transform:translateX(var(--scroll-start))}to{transform:translateX(var(--scroll-end))}}.client-logos-type2{--duration:30s;--scroll-start:0px;--scroll-end:-100%}.client-logos-type2 .logos-wrapper .logos{will-change:transform;animation-name:scroll-x;animation-duration:var(--duration);animation-timing-function:linear;animation-iteration-count:infinite;flex-shrink:0;min-width:100%}@keyframes scroll-x{from{transform:translateX(var(--scroll-start))}to{transform:translateX(var(--scroll-end))}}.client-logos-type2{--duration:30s;--scroll-start:0px;--scroll-end:-100%}.client-logos-type2 .logos-wrapper .logos{will-change:transform;animation-name:scroll-x;animation-duration:var(--duration);animation-timing-function:linear;animation-iteration-count:infinite;flex-shrink:0;min-width:100%}@keyframes scroll-x{from{transform:translateX(var(--scroll-start))}to{transform:translateX(var(--scroll-end))}}.client-logos-type2{--duration:30s;--scroll-start:0px;--scroll-end:-100%}.client-logos-type2 .logos-wrapper .logos{will-change:transform;animation-name:scroll-x;animation-duration:var(--duration);animation-timing-function:linear;animation-iteration-count:infinite;flex-shrink:0;min-width:100%}@keyframes scroll-x{from{transform:translateX(var(--scroll-start))}to{transform:translateX(var(--scroll-end))}}.heroType9{background-repeat:no-repeat;background-size:cover;background-position:50%}.client-logos-type2{--duration:30s;--scroll-start:0px;--scroll-end:-100%}.client-logos-type2 .logos-wrapper .logos{will-change:transform;animation-name:scroll-x;animation-duration:var(--duration);animation-timing-function:linear;animation-iteration-count:infinite;flex-shrink:0;min-width:100%}@keyframes scroll-x{from{transform:translateX(var(--scroll-start))}to{transform:translateX(var(--scroll-end))}}.horizontal-cards-type10{background-color:#fff;padding:40px 0}@media(min-width:992px){.horizontal-cards-type10{padding:80px 0}}.horizontal-cards-type10 .horizontal-cards-type10-row{margin-left:0;margin-right:0}.horizontal-cards-type10 .horizontal-cards-type10-row:hover .horizontal-cards-type10-col::after{opacity:0}.horizontal-cards-type10 .horizontal-cards-type10-col{position:relative;display:flex;flex-direction:column;justify-content:stretch}@media(min-width:992px){.horizontal-cards-type10 .horizontal-cards-type10-col:not(:last-child)::after{content:"";position:absolute;right:0;height:100%;width:1px;background-color:#e2e8f0;transition:opacity .4s cubic-bezier(.16,1,.3,1)}}.horizontal-cards-type10 .horizontal-cards-type10-card{position:relative;border:1px solid transparent;padding:20px;background:0 0;transition:all .4s cubic-bezier(.16,1,.3,1);z-index:1}@media(min-width:768px){.horizontal-cards-type10 .horizontal-cards-type10-card{padding:20px}}@media(min-width:1400px){.horizontal-cards-type10 .horizontal-cards-type10-card{padding:40px}}.horizontal-cards-type10 .horizontal-cards-type10-card::before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;padding:2px;background:linear-gradient(90deg,#6025f5 0%,#e40cd3 49.52%,#ff5555 100%);-webkit-mask:linear-gradient(#fff 0 0)content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;pointer-events:none;z-index:5;border-radius:inherit;transition:opacity .4s ease}.horizontal-cards-type10 .horizontal-cards-type10-card .card-body-wrapper{height:100%}.horizontal-cards-type10 .horizontal-cards-type10-card .card-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem}.horizontal-cards-type10 .horizontal-cards-type10-card .card-icon-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.horizontal-cards-type10 .horizontal-cards-type10-card .card-title{color:#0c111d;font-weight:600;line-height:1.3;font-size:24px}@media(min-width:992px){.horizontal-cards-type10 .horizontal-cards-type10-card .card-title{font-size:32px;line-height:130% !important}}.horizontal-cards-type10 .horizontal-cards-type10-card .card-title a{color:inherit;transition:color .2s ease}.horizontal-cards-type10 .horizontal-cards-type10-card .card-title a:hover{color:#7b2ff7}.horizontal-cards-type10 .horizontal-cards-type10-card .card-desc{color:#3b5068;font-size:18px;line-height:26px;font-weight:400}.horizontal-cards-type10 .horizontal-cards-type10-card .card-desc p{margin-bottom:0}.horizontal-cards-type10 .horizontal-cards-type10-card .card-desc a{color:#7b2ff7;font-weight:500;text-decoration:underline;transition:color .2s ease}.horizontal-cards-type10 .horizontal-cards-type10-card .card-desc a:hover{color:#ff3b75}.horizontal-cards-type10 .horizontal-cards-type10-card:hover{z-index:5;background-color:#f8f9fc;box-shadow:0 12px 30px rgba(96,37,245,8%)}.horizontal-cards-type10 .horizontal-cards-type10-card:hover::before{opacity:1}.horizontal-cards2 .card{border-radius:1rem}@media(min-width:768px){.horizontal-cards2 .card{border-radius:2.5rem}}@media(max-width:767.98px){.horizontalCardsType6 img{max-width:10rem}}.horizontalCardsType7Wrapper#rewards canvas.confetti-canvas{position:absolute !important;top:0;left:0;pointer-events:none;z-index:10;width:100%;height:100%}.horizontalCardsType7Wrapper .button-next,.horizontalCardsType7Wrapper .button-prev{width:3rem;height:3rem;cursor:pointer}.horizontalCardsType7Wrapper .button-next.swiper-button-disabled,.horizontalCardsType7Wrapper .button-prev.swiper-button-disabled{opacity:.5}.horizontalCardsType7Wrapper .button-next i,.horizontalCardsType7Wrapper .button-prev i{color:#fff;font-size:1.5rem}.horizontalCardsType9{background-size:cover;background-position:50%}.horizontalCardsType9::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(var(--bs-purple-rgb),.7);z-index:0}.horizontalCardsType9 .nav{border-radius:1.5rem}@media(min-width:992px){.horizontalCardsType9 .nav{border-radius:100px}}.horizontalCardsType9 .nav .nav-item .nav-link{width:100%}@media(max-width:991.98px){.horizontalCardsType9 .nav:not(.closed){box-shadow:0 10px 16px rgba(0,0,0,.4)}}@media(max-width:991.98px){.horizontalCardsType9 .closed .nav-link:not(.active){display:none}}@media(max-width:991.98px){.horizontalCardsType9 .closed .active{position:relative}}@media(max-width:991.98px){.horizontalCardsType9 .closed .active::after{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}}@media(max-width:991px){.industries-slider-type2 .section-intro{margin-bottom:24px !important}.industries-slider-type2 .section-intro h2.display-sm{font-size:24px !important;line-height:1.25 !important;font-weight:600 !important;color:#1e1d28 !important;margin-bottom:12px !important}.industries-slider-type2 .section-intro .text-lg-rg{font-size:16px !important;line-height:1.5 !important;font-weight:400 !important;color:#3b5068 !important}}@media(max-width:575.98px){.industries-slider-type2 .industriesSwiper2{overflow:hidden !important}}.industries-slider-type2.has-list-points .swiper-slide:not(:first-child)::after{bottom:0}.industries-slider-type2.has-list-points .industry-card-type2 .card-body-top{padding:3rem}@media(max-width:991px){.industries-slider-type2.has-list-points .industry-card-type2 .card-body-top{padding:1.5rem}}.industries-slider-type2.has-list-points .industry-card-type2 .card-title{margin-bottom:.75rem}@media(min-width:768px){.industries-slider-type2.has-list-points .industry-card-type2 .card-title{margin-bottom:1rem}}.industries-slider-type2.has-list-points .industry-card-type2 .summary-content{margin-bottom:1rem}.industries-slider-type2.has-list-points .industry-card-type2 .summary-content a{text-decoration:none !important}.industries-slider-type2 .swiper-slide{position:relative;z-index:1}@media(hover:hover),(min-width:576px){.industries-slider-type2 .swiper-slide:hover{z-index:10}}@media(max-width:576px){.industries-slider-type2 .swiper-slide.swiper-slide-active{z-index:10}.industries-slider-type2 .swiper-slide.swiper-slide-active .industry-card-type2{z-index:5;background:#fff !important}.industries-slider-type2 .swiper-slide.swiper-slide-active .industry-card-type2 .card-img-wrapper-type2::after{opacity:.5}}.industries-slider-type2 .swiper-slide:not(:first-child)::after{content:'';position:absolute;top:0;bottom:182px;left:0;width:1px;background-color:#eaecf4;transition:opacity .3s ease;z-index:2;pointer-events:none}.industries-slider-type2 .industry-card-type2{position:relative;background:0 0;border:1px solid transparent;border-radius:0;margin:0 -1px;transition:all .4s ease;display:flex;flex-direction:column;justify-content:space-between;height:100%;cursor:pointer}@media(max-width:991px){.industries-slider-type2 .industry-card-type2{border-color:#eaecf4;margin:0}}.industries-slider-type2 .industry-card-type2::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border:2px solid transparent;pointer-events:none;z-index:10;opacity:0;transition:opacity .4s ease}.industries-slider-type2 .industry-card-type2 .card-body-top{flex-grow:1;padding:2.5rem 2.5rem 2rem;display:flex;flex-direction:column}@media(max-width:991px){.industries-slider-type2 .industry-card-type2 .card-body-top{padding:1.5rem;gap:0}}@media(max-width:991px){.industries-slider-type2 .industry-card-type2 .card-icon-wrapper-type2{width:48px !important;height:48px !important;padding-bottom:0 !important;margin-bottom:24px !important;display:flex;align-items:center;justify-content:center}}.industries-slider-type2 .industry-card-type2 .card-icon-wrapper-type2 i{background:linear-gradient(135deg,#a855f7 0%,#ec4899 50%,#ef4444 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}@media(max-width:991px){.industries-slider-type2 .industry-card-type2 .card-icon-wrapper-type2 i{font-size:48px !important;line-height:1 !important}}.industries-slider-type2 .industry-card-type2 .card-title{font-size:1.5rem;color:#0a081b;line-height:1.3}.industries-slider-type2 .industry-card-type2 .card-title a{color:inherit;text-decoration:none !important}.industries-slider-type2 .industry-card-type2 .card-title a:hover{color:#ed184f}@media(max-width:991px){.industries-slider-type2 .industry-card-type2 .card-title{font-size:21px !important;line-height:1.5 !important;font-weight:600 !important;margin-bottom:8px !important}}.industries-slider-type2 .industry-card-type2 .summary-content{color:#3b5068;font-size:.95rem;line-height:1.6}.industries-slider-type2 .industry-card-type2 .summary-content a{text-decoration:none !important;color:inherit !important}@media(max-width:991px){.industries-slider-type2 .industry-card-type2 .summary-content{font-size:16px !important;line-height:1.5 !important;font-weight:400 !important;margin-bottom:16px !important}}.industries-slider-type2 .industry-card-type2 .mi-list{margin:0 !important;padding:0 !important}.industries-slider-type2 .industry-card-type2 .mi-list li{font-size:16px !important;line-height:1.5 !important;font-weight:500 !important;color:#1e1d28 !important;margin:0 !important;padding:0 !important;min-height:36px;display:flex;align-items:center;gap:8px !important}.industries-slider-type2 .industry-card-type2 .mi-list li::before{color:#aaa !important;font-size:24px !important}.industries-slider-type2 .industry-card-type2 .card-img-wrapper-type2{position:relative;height:180px;overflow:hidden;margin-top:auto;border-radius:0}.industries-slider-type2 .industry-card-type2 .card-img-wrapper-type2 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.industries-slider-type2 .industry-card-type2 .card-img-wrapper-type2::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#6025F5 0%,#E40CD3 49.52%,#FF5555 100%);opacity:0;transition:opacity .4s ease;pointer-events:none}@media(hover:hover) and (min-width:576px){.industries-slider-type2 .industry-card-type2:hover{z-index:5;background:#f6f8fb;transform:translateY(-8px)}.industries-slider-type2 .industry-card-type2:hover::before{opacity:1;border-color:transparent;-o-border-image:linear-gradient(90deg,#6025F5 0%,#E40CD3 49.52%,#FF5555 100%)1;border-image:linear-gradient(90deg,#6025F5 0%,#E40CD3 49.52%,#FF5555 100%)1}.industries-slider-type2 .industry-card-type2:hover .card-img-wrapper-type2::after{opacity:.5}}@media(hover:hover),(min-width:576px){.industries-slider-type2 .swiper-slide:hover::after,.industries-slider-type2 .swiper-slide:hover+.swiper-slide::after{opacity:0}}@media(max-width:576px){.industries-slider-type2 .swiper-slide-active::after,.industries-slider-type2 .swiper-slide-active+.swiper-slide::after{opacity:0}}.industries-slider-type2 .button-next,.industries-slider-type2 .button-prev{width:3rem;height:3rem;cursor:pointer;border-radius:50%;border:1px solid #eaecf4;background-color:#fff;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center}.industries-slider-type2 .button-next.swiper-button-disabled,.industries-slider-type2 .button-prev.swiper-button-disabled{opacity:.4;cursor:not-allowed}.industries-slider-type2 .button-next i,.industries-slider-type2 .button-prev i{color:#0a081b;font-size:1.25rem;transition:all .3s ease}@media(hover:hover) and (min-width:576px){.industries-slider-type2 .button-next:hover:not(.swiper-button-disabled),.industries-slider-type2 .button-prev:hover:not(.swiper-button-disabled){background:linear-gradient(135deg,#6025F5 0%,#E40CD3 100%);border-color:transparent}.industries-slider-type2 .button-next:hover:not(.swiper-button-disabled) i,.industries-slider-type2 .button-prev:hover:not(.swiper-button-disabled) i{color:#fff}}.insights-wrapper .nav{border-radius:1.5rem}@media(min-width:992px){.insights-wrapper .nav{border-radius:100px}}.insights-wrapper .nav .nav-item .nav-link{width:100%}@media(max-width:991.98px){.insights-wrapper .nav:not(.closed){box-shadow:0 10px 16px rgba(0,0,0,.4)}}.insights-wrapper .tab-content .insights{scroll-snap-type:x mandatory}.insights-wrapper .tab-content .insights .insight{scroll-snap-align:center}@media(max-width:991.98px){.insights-wrapper .closed .nav-link:not(.active){display:none}}@media(max-width:991.98px){.insights-wrapper .closed .active{position:relative}}@media(max-width:991.98px){.insights-wrapper .closed .active::after{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}}.insights-type3-without-tabs{background:#f8f9ff;padding:clamp(40px,6vw,80px)0}.insights-type3-without-tabs .section-intro{margin-bottom:24px}@media(min-width:992px){.insights-type3-without-tabs .section-intro{margin-bottom:40px}}.insights-type3-without-tabs .section-intro .section-title{font-family:mi-semibold,sans-serif;font-size:24px;line-height:1.25;color:#1e1d28;margin-bottom:12px}@media(min-width:992px){.insights-type3-without-tabs .section-intro .section-title{font-size:32px;line-height:1.3}}.insights-type3-without-tabs .section-intro .section-subtext{font-family:mi-regular,sans-serif;font-size:16px;line-height:1.5;color:#3b5068}@media(min-width:992px){.insights-type3-without-tabs .section-intro .section-subtext{font-size:18px;line-height:1.44}}.insights-type3-without-tabs .grid{display:grid;grid-template-columns:1fr;gap:24px}.insights-type3-without-tabs .grid .item .item-title a{font-family:mi-semibold,sans-serif;font-size:21px;line-height:1.25;color:#1e1d28}@media(min-width:992px){.insights-type3-without-tabs .grid .item .item-title a{font-size:24px;line-height:1.5}}.insights-type3-without-tabs .grid .item .item-excerpt{font-family:mi-regular,sans-serif;font-size:16px;line-height:1.5;color:#3b5068}.insights-type3-without-tabs .grid .item:not(:last-child){border-bottom:1px solid #eaecf4;padding-bottom:24px}.insights-type3-without-tabs .grid .tag-outline{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;font-family:mi-medium,sans-serif;border:1px solid #3b5068;border-radius:4px;padding:4px 8px;font-size:14px;color:#3b5068;line-height:1.2}@media(min-width:992px){.insights-type3-without-tabs .grid{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:0}.insights-type3-without-tabs .grid .item{padding:40px;border-bottom:0;padding-bottom:40px}.insights-type3-without-tabs .grid .item:nth-child(1){grid-column:1/2;grid-row:1/3;border-right:1px solid #eaecf4;border-bottom:0}.insights-type3-without-tabs .grid .item:nth-child(1) .tags{order:1}.insights-type3-without-tabs .grid .item:nth-child(2){grid-column:2/3;grid-row:1/2;border-bottom:1px solid #eaecf4}.insights-type3-without-tabs .grid .item:nth-child(3){grid-column:2/3;grid-row:2/3}}.insights-type3-without-tabs{background:#f8f9ff;padding:clamp(40px,6vw,80px)0}.insights-type3-without-tabs .section-title{font-size:24px;line-height:1.25;font-weight:600;color:#1e1d28}@media(min-width:992px){.insights-type3-without-tabs .section-title{font-size:32px;line-height:1.3}}.insights-type3-without-tabs .section-intro{margin-bottom:24px}@media(min-width:992px){.insights-type3-without-tabs .section-intro{margin-bottom:40px}}.insights-type3-without-tabs .section-intro .section-title{font-family:mi-semibold,sans-serif;font-size:24px;line-height:1.25;color:#1e1d28;margin-bottom:12px}@media(min-width:992px){.insights-type3-without-tabs .section-intro .section-title{font-size:32px;line-height:1.3}}.insights-type3-without-tabs .section-intro .section-subtext{font-family:mi-regular,sans-serif;font-size:16px;line-height:1.5;color:#3b5068}@media(min-width:992px){.insights-type3-without-tabs .section-intro .section-subtext{font-size:18px;line-height:1.44}}.insights-type3-without-tabs .grid{display:grid;grid-template-columns:1fr;gap:24px}.insights-type3-without-tabs .grid .item .item-title a{font-family:mi-semibold,sans-serif;font-size:21px;line-height:1.25;color:#1e1d28}@media(min-width:992px){.insights-type3-without-tabs .grid .item .item-title a{font-size:24px;line-height:1.5}}.insights-type3-without-tabs .grid .item .item-excerpt{font-family:mi-regular,sans-serif;font-size:16px;line-height:1.5;color:#3b5068}.insights-type3-without-tabs .grid .item:not(:last-child){border-bottom:1px solid #eaecf4;padding-bottom:24px}.insights-type3-without-tabs .grid .tag-outline{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;font-family:mi-medium,sans-serif;border:1px solid #3b5068;border-radius:4px;padding:4px 8px;font-size:14px;color:#3b5068;line-height:1.2}@media(min-width:992px){.insights-type3-without-tabs .grid{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:0}.insights-type3-without-tabs .grid .item{padding:40px;border-bottom:0;padding-bottom:40px}.insights-type3-without-tabs .grid .item:nth-child(1){grid-column:1/2;grid-row:1/3;border-right:1px solid #eaecf4;border-bottom:0}.insights-type3-without-tabs .grid .item:nth-child(1) .tags{order:1}.insights-type3-without-tabs .grid .item:nth-child(2){grid-column:2/3;grid-row:1/2;border-bottom:1px solid #eaecf4}.insights-type3-without-tabs .grid .item:nth-child(3){grid-column:2/3;grid-row:2/3}}.collabcrmType1 .gradient-border-wrapper{border-radius:2.5rem}.collabcrmType1 .gradient-border-wrapper::after{background-color:#00b5e2;background-image:conic-gradient(#FFB81C,#00B5E2,#685BC7,#FFB81C,#00B5E2,#685BC7,#FFB81C,#00B5E2,#685BC7,#FFB81C);width:200vw;height:200vw;content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);animation:rotateGradientBorder 4s linear infinite}.collabcrmType1 .gradient-border-wrapper .gradient-border-content{background-color:#202273;background-image:linear-gradient(to bottom,#202273,#202273,#120B43);border-radius:2rem}.collabcrmType1 .gradient-border-wrapper .gradient-border-content::before{content:"";position:absolute;right:-15%;opacity:.15;width:50%;top:-8%;height:75%;background:url(/images/collab-crm/collab-crm-icon-outline.svg)no-repeat 50%/contain;display:none}@media(min-width:1200px){.collabcrmType1 .gradient-border-wrapper .gradient-border-content::before{display:block}}@media(min-width:768px){.collabcrmType1 .gradient-border-wrapper .gradient-border-content .label{position:absolute;left:1rem;top:1rem}}.collabcrmType1 .moduleBoxWrapper:first-child{transform:translateX(2.5rem)}@media(min-width:1200px){.collabcrmType1 .moduleBoxWrapper:first-child{transform:translateX(5rem)}}.collabcrmType1 .moduleBoxWrapper:first-child .moduleBox:nth-child(2){transform:translateX(-2.5rem)}@media(min-width:1200px){.collabcrmType1 .moduleBoxWrapper:first-child .moduleBox:nth-child(2){transform:translateX(-5rem)}}.collabcrmType1 .moduleBoxWrapper:last-child{transform:translateX(-2.5rem)}@media(min-width:1200px){.collabcrmType1 .moduleBoxWrapper:last-child{transform:translateX(-5rem)}}.collabcrmType1 .moduleBoxWrapper:last-child .moduleBox:nth-child(2){transform:translateX(2.5rem)}@media(min-width:1200px){.collabcrmType1 .moduleBoxWrapper:last-child .moduleBox:nth-child(2){transform:translateX(5rem)}}.collabcrmType1 .moduleBoxWrapper .moduleBox{width:100%;max-width:250px}@keyframes rotateGradientBorder{from{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.mind-ai-type1{padding-top:clamp(1.5rem,calc(.3rem + 6vw),7.5rem);padding-bottom:clamp(1.5rem,calc(.3rem + 6vw),7.5rem);overflow-x:clip;content-visibility:auto;contain-intrinsic-size:1000px;background-color:#110b31;background-repeat:no-repeat;background-position:50% 0;background-size:100%;background-image:url(/mesh-gradients/type2/mind-ai-bg-768.webp)}@media(min-width:769px){.mind-ai-type1{background-image:url(/mesh-gradients/type2/mind-ai-bg-1280.webp)}}@media(min-width:1281px){.mind-ai-type1{background-image:url(/mesh-gradients/type2/mind-ai-bg-1920.webp)}}.mind-ai-type1 .section-hero-graphic{position:relative;width:100%;margin-bottom:clamp(1rem,calc(.2rem + 4vw),5rem)}.mind-ai-type1 .section-hero-graphic .brand-title-svg{width:76%;height:auto;display:block;margin:0 auto;position:relative;z-index:1}.mind-ai-type1 .section-hero-graphic .handshake-img{width:100%;max-width:100%;height:auto;display:block;position:relative;z-index:2;margin-top:-12.4%;aspect-ratio:2560/880;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mind-ai-type1 .container-fluid{padding-left:clamp(1.25rem,1.67vw,2rem);padding-right:clamp(1.25rem,1.67vw,2rem);color:#fff}.mind-ai-type1 .hero-content{max-width:clamp(40.625rem,calc(20.582rem + 32.33vw),59.375rem);margin:0 auto clamp(1.5rem,calc(.8rem + 3.5vw),5rem);text-align:center}.mind-ai-type1 .hero-content .main-heading{font-size:clamp(1.5rem,calc(.429rem + 2.98vw),4rem);font-family:mi-bold,sans-serif;line-height:1.2;margin-bottom:clamp(1rem,calc(.9rem + .5vw),1.5rem)}.mind-ai-type1 .hero-content .subtext{font-size:clamp(1rem,calc(.975rem + .13vw),1.125rem);line-height:1.5;opacity:.8}.mind-ai-type1 .cards-grid{margin:0 auto clamp(1.5rem,calc(.8rem + 3.5vw),5rem);display:grid;gap:clamp(.5rem,calc(-1.167rem + 2.22vw),1.5rem);grid-template-columns:1fr}@media(min-width:576px){.mind-ai-type1 .cards-grid{grid-template-columns:repeat(2,1fr);max-width:750px}}@media(min-width:1200px){.mind-ai-type1 .cards-grid{max-width:1550px;grid-template-columns:repeat(4,1fr)}}.mind-ai-type1 .cards-grid .card{border:1px solid #fff;padding:clamp(1.5rem,calc(-.167rem + 2.22vw),2.5rem);border-radius:clamp(.5rem,calc(-.333rem + 1.11vw),1rem);display:flex;flex-direction:column;gap:clamp(1rem,calc(.167rem + 1.11vw),1.5rem)}.mind-ai-type1 .cards-grid .card .card-title{font-family:mi-semibold,sans-serif;font-size:clamp(1.25rem,calc(1.2rem + .25vw),1.5rem);line-height:1.5}.mind-ai-type1 .cards-grid .card .card-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem}.mind-ai-type1 .cards-grid .card .card-list li{display:flex;align-items:center;gap:.5rem}.mind-ai-type1 .cards-grid .card .card-list li .check-icon{flex-shrink:0}.mind-ai-type1 .cards-grid .card .card-icon svg{width:clamp(2rem,calc(1.8rem + 1vw),3rem)}.mind-ai-type1 .cta-wrapper{display:flex;justify-content:center;flex-direction:column;gap:4px}@media(min-width:576px){.mind-ai-type1 .cta-wrapper{flex-direction:row}}@media(max-width:359px){.other-services .btn-primary-gradient{padding:12px 16px !important;font-size:14px !important;white-space:normal !important;width:100%;text-align:center;justify-content:center}}.other-services .services .service:last-child a{border-bottom:none}@media(min-width:768px){.other-services .services .service:nth-last-child(2) a{border-bottom:none}}.other-services .services .service a{color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.15)}.other-services::before{content:"";position:absolute;height:7.5rem;width:100%;left:0;bottom:0;z-index:-1}.other-services.grey1Stripe::before{background:#f8f9ff}.resultsType1{background-color:#1e1d28;color:#fff;padding:4rem 0;font-family:inherit}@media(min-width:992px){.resultsType1{padding:5rem 0 !important}}.resultsType1 .container-results{max-width:1280px;margin:0 auto;width:100%}.resultsType1 .results-top-row{display:flex;flex-direction:column;margin-bottom:2.5rem;padding:0 16px}@media(min-width:1280px){.resultsType1 .results-top-row{padding:0}}@media(min-width:992px){.resultsType1 .results-top-row{flex-direction:row;align-items:flex-start;justify-content:space-between}}.resultsType1 .results-intro{flex:1;max-width:519px}.resultsType1 .results-intro .overline{font-size:.875rem;letter-spacing:20%;text-transform:uppercase;margin-bottom:1rem;font-weight:600;background:linear-gradient(90deg,#6025f5 0%,#e40cd3 49.52%,#ff5555 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;width:-moz-fit-content;width:fit-content}.resultsType1 .results-intro .heading{font-family:mi-semibold,sans-serif;font-weight:600;line-height:130%;margin:0;font-size:24px}@media(min-width:768px){.resultsType1 .results-intro .heading{font-size:28px}}@media(min-width:992px){.resultsType1 .results-intro .heading{font-size:32px}}.resultsType1 .results-intro .heading span{background:linear-gradient(90deg,#6025f5 0%,#e40cd3 49.52%,#ff5555 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.resultsType1 .results-description{flex:1;max-width:628px;color:rgba(255,255,255,.8);font-size:18px;line-height:26px;margin-top:1.5rem}@media(min-width:992px){.resultsType1 .results-description{align-self:flex-end;margin-top:0}}.resultsType1 .results-description p{margin-bottom:0}.resultsType1 .results-columns{display:grid;grid-template-columns:1fr}@media(min-width:768px){.resultsType1 .results-columns{grid-template-columns:repeat(var(--columns-count,2),1fr)}}.resultsType1 .results-column{display:flex;flex-direction:column;border-bottom:1px solid rgba(255,255,255,.1)}@media(min-width:768px){.resultsType1 .results-column{display:grid;grid-template-rows:repeat(var(--max-cards,3),1fr);border-bottom:none;border-right:1px solid rgba(255,255,255,.1)}.resultsType1 .results-column:last-child{border-right:none}}.resultsType1 .results-item{display:flex;flex-direction:column;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.resultsType1 .results-item:last-child{border-bottom:none}@media(min-width:768px){.resultsType1 .results-item{padding:2.5rem;height:272px}.resultsType1 .results-item.has-stat{height:auto}.resultsType1 .results-item:only-child{height:100%;justify-content:flex-end}}.resultsType1 .results-item .stat-number{font-size:4rem;font-weight:700;line-height:130%;margin-bottom:1.5rem;background:linear-gradient(90deg,#6025f5 0%,#e40cd3 49.52%,#ff5555 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;width:-moz-fit-content;width:fit-content}@media(min-width:992px){.resultsType1 .results-item .stat-number{font-size:4rem}}.resultsType1 .results-item .item-title{font-size:1.25rem;line-height:150%;font-weight:600;margin-bottom:1.5rem;color:#fff}@media(min-width:992px){.resultsType1 .results-item .item-title{font-size:1.5rem}}.resultsType1 .results-item .item-description{font-size:.875rem;line-height:150%;color:rgba(255,255,255,.7);margin:0}@media(min-width:992px){.resultsType1 .results-item .item-description{font-size:1rem}}.services-wrapper .intro{background-color:#f6f8fb;background-image:linear-gradient(180deg,#f6f8fb,#fff);border-radius:2.5rem 2.5rem 0 0;margin-top:-1.5rem}.services-wrapper .service-animation{max-height:calc(100vh - 10rem);top:5rem}@media(min-width:768px) and (max-width:1399.98px){.services-wrapper .service-animation{padding-left:0}}@media(min-width:1200px) and (max-width:1399.98px){.services-wrapper .service-animation{padding-right:0}}.services-wrapper .service-animation .videoLink{color:transparent;transition:all .3s ease}.services-wrapper .service-animation .videoLink .icon{width:7rem;height:7rem}.services-wrapper .service-animation .videoLink .icon::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-40%,-50%);width:0;height:0;border-left:30px solid #fff;border-top:18px solid transparent;border-bottom:18px solid transparent}.services-wrapper .service-animation .videoLink .icon::before{content:"";position:absolute;inset:0;border-radius:50%;background:rgba(0,0,0,.9);transition:transform .3s ease}.services-wrapper .service-animation:hover .videoLink{color:#fff;background-color:rgba(var(--bs-blue-rgb),.8) !important}.services-wrapper .service-animation:hover .videoLink .icon::before{transform:scale(1.08)}.services-wrapper .nav{border-radius:1.5rem}@media(min-width:992px){.services-wrapper .nav{border-radius:100px}}.services-wrapper .nav .nav-item .nav-link{width:100%}@media(max-width:991.98px){.services-wrapper .nav:not(.closed){box-shadow:0 10px 16px rgba(0,0,0,.4)}}@media(max-width:991.98px){.services-wrapper .closed .nav-link:not(.active){display:none}}@media(max-width:991.98px){.services-wrapper .closed .active{position:relative}}@media(max-width:991.98px){.services-wrapper .closed .active::after{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}}.cta-3{background:#005bff;color:#fff}@media(max-width:991.98px){.cta-3 .intro{flex:none;width:100%}}.services-wrapper .intro{background-color:#f6f8fb;background-image:linear-gradient(180deg,#f6f8fb,#fff);border-radius:2.5rem 2.5rem 0 0;margin-top:-1.5rem}.services-wrapper .service-animation{max-height:calc(100vh - 10rem);top:5rem}@media(min-width:768px) and (max-width:1399.98px){.services-wrapper .service-animation{padding-left:0}}@media(min-width:1200px) and (max-width:1399.98px){.services-wrapper .service-animation{padding-right:0}}.services-wrapper .service-animation .videoLink{color:transparent;transition:all .3s ease}.services-wrapper .service-animation .videoLink .icon{width:7rem;height:7rem}.services-wrapper .service-animation .videoLink .icon::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-40%,-50%);width:0;height:0;border-left:30px solid #fff;border-top:18px solid transparent;border-bottom:18px solid transparent}.services-wrapper .service-animation .videoLink .icon::before{content:"";position:absolute;inset:0;border-radius:50%;background:rgba(0,0,0,.9);transition:transform .3s ease}.services-wrapper .service-animation:hover .videoLink{color:#fff;background-color:rgba(var(--bs-blue-rgb),.8) !important}.services-wrapper .service-animation:hover .videoLink .icon::before{transform:scale(1.08)}.services-wrapper .nav{border-radius:1.5rem}@media(min-width:992px){.services-wrapper .nav{border-radius:100px}}.services-wrapper .nav .nav-item .nav-link{width:100%}@media(max-width:991.98px){.services-wrapper .nav:not(.closed){box-shadow:0 10px 16px rgba(0,0,0,.4)}}@media(max-width:991.98px){.services-wrapper .closed .nav-link:not(.active){display:none}}@media(max-width:991.98px){.services-wrapper .closed .active{position:relative}}@media(max-width:991.98px){.services-wrapper .closed .active::after{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}}.cta-3{background:#005bff;color:#fff}@media(max-width:991.98px){.cta-3 .intro{flex:none;width:100%}}.services-wrapper-type2 .section-intro .rich-text p{margin-bottom:0}.services-wrapper-type2 .services-grid-type2{display:grid;grid-template-columns:1fr;gap:15px}@media(min-width:576px){.services-wrapper-type2 .services-grid-type2{grid-template-columns:repeat(2,1fr)}}.services-wrapper-type2 .services-grid-type2 .service-card-type2{position:relative;border:1px solid transparent !important;border-radius:8px;gap:16px !important}.services-wrapper-type2 .services-grid-type2 .service-card-type2::before{content:'';position:absolute;top:-1px;left:-1px;right:0;bottom:-1px;border-radius:inherit;padding:2px;background:linear-gradient(90deg,#6025f5 0%,#e40cd3 49.52%,#ff5555 100%);-webkit-mask:linear-gradient(#fff 0 0)content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:1;pointer-events:none;z-index:1}.services-wrapper-type2 .services-grid-type2 .service-card-type2 .card-icon-wrapper-type2{width:48px;height:48px}.services-wrapper-type2 .services-grid-type2 .service-card-type2 .card-icon-wrapper-type2 svg{width:48px;height:48px;transition:transform .3s cubic-bezier(.25,1,.5,1)}.services-wrapper-type2 .services-grid-type2 .service-card-type2 .service-icon{width:48px;height:48px;-o-object-fit:contain;object-fit:contain;transition:transform .3s cubic-bezier(.25,1,.5,1)}.services-wrapper-type2 .services-grid-type2 .service-card-type2 .card-link-type2{display:inline-block;transition:color .2s ease}.services-wrapper-type2 .services-grid-type2 .service-card-type2 h3{display:block}.services-wrapper-type2 .services-grid-type2 .service-card-type2 .card-content-wrapper-type2 a:not(.card-link-type2),.services-wrapper-type2 .services-grid-type2 .service-card-type2 .card-content-wrapper-type2 .rich-text a{position:relative;z-index:2}.services-wrapper-type2 .services-grid-type2 .service-card-type2 .card-content-wrapper-type2 .rich-text p{margin-bottom:0}@media(min-width:768px){.services-wrapper-type2 .services-grid-type2{grid-template-columns:repeat(2,1fr);gap:0}.services-wrapper-type2 .services-grid-type2 .service-card-type2{border:1px solid transparent !important;border-right:1px solid #eaecf4 !important;border-bottom:1px solid #eaecf4 !important;border-radius:0 !important;box-shadow:none !important;padding:20px !important;transition:background .4s cubic-bezier(.16,1,.3,1),border-color .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1)}.services-wrapper-type2 .services-grid-type2 .service-card-type2::before{opacity:0;transition:opacity .4s ease}.services-wrapper-type2 .services-grid-type2 .service-card-type2.has-link{cursor:pointer}.services-wrapper-type2 .services-grid-type2 .service-card-type2:active{transform:scale(.98);background-color:#f8f9fc !important}.services-wrapper-type2 .services-grid-type2 .service-card-type2:hover{background:linear-gradient(135deg,#ffffff 0%,#f4f6ff 100%) !important;border-color:transparent !important;box-shadow:0 12px 30px rgba(0,4,255,6%) !important;z-index:2}.services-wrapper-type2 .services-grid-type2 .service-card-type2:hover::before{opacity:1}.services-wrapper-type2 .services-grid-type2 .service-card-type2:hover .service-icon,.services-wrapper-type2 .services-grid-type2 .service-card-type2:hover svg{transform:scale(1.08)rotate(1deg)}.services-wrapper-type2 .services-grid-type2 .service-card-type2:hover h3,.services-wrapper-type2 .services-grid-type2 .service-card-type2:hover .card-link-type2{background:linear-gradient(90deg,#6025f5 0%,#e40cd3 49.52%,#ff5555 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent !important}.services-wrapper-type2 .services-grid-type2 .service-card-type2:active{transform:scale(.99)translateY(-3px) !important;background-color:#eef1ff !important}.services-wrapper-type2 .services-grid-type2 .service-card-type2:nth-child(2n){border-right:1px solid transparent !important}.services-wrapper-type2 .services-grid-type2 .service-card-type2:nth-last-child(-n+2){border-bottom:1px solid transparent !important}}@media(min-width:768px) and (min-width:768px) and (max-width:991.98px){.services-wrapper-type2 .services-grid-type2:has(.is-cta) .service-card-type2:nth-last-child(-n+3){border-bottom:1px solid transparent !important}}@media(min-width:992px){.services-wrapper-type2 .services-grid-type2 .service-card-type2{padding:25px !important}.services-wrapper-type2 .services-grid-type2 .service-card-type2:hover{border-color:transparent !important}.services-wrapper-type2 .services-grid-type2.cols-2{grid-template-columns:repeat(2,1fr)}.services-wrapper-type2 .services-grid-type2.cols-2 .service-card-type2:nth-child(n){border-right:1px solid #eaecf4 !important;border-bottom:1px solid #eaecf4 !important}.services-wrapper-type2 .services-grid-type2.cols-2 .service-card-type2:nth-child(2n){border-right:1px solid transparent !important}.services-wrapper-type2 .services-grid-type2.cols-2 .service-card-type2:nth-last-child(-n+2){border-bottom:1px solid transparent !important}.services-wrapper-type2 .services-grid-type2.cols-2:has(.is-cta) .service-card-type2:nth-last-child(-n+3){border-bottom:1px solid transparent !important}.services-wrapper-type2 .services-grid-type2.cols-3{grid-template-columns:repeat(3,1fr)}.services-wrapper-type2 .services-grid-type2.cols-3 .service-card-type2:nth-child(n){border-right:1px solid #eaecf4 !important;border-bottom:1px solid #eaecf4 !important}.services-wrapper-type2 .services-grid-type2.cols-3 .service-card-type2:nth-child(3n){border-right:1px solid transparent !important}.services-wrapper-type2 .services-grid-type2.cols-3 .service-card-type2:nth-last-child(-n+3){border-bottom:1px solid transparent !important}.services-wrapper-type2 .services-grid-type2.cols-4{grid-template-columns:repeat(4,1fr)}.services-wrapper-type2 .services-grid-type2.cols-4 .service-card-type2:nth-child(n){border-right:1px solid #eaecf4 !important;border-bottom:1px solid #eaecf4 !important}.services-wrapper-type2 .services-grid-type2.cols-4 .service-card-type2:nth-child(4n){border-right:1px solid transparent !important}.services-wrapper-type2 .services-grid-type2.cols-4 .service-card-type2:nth-last-child(-n+4){border-bottom:1px solid transparent !important}}@media(min-width:1400px){.services-wrapper-type2 .services-grid-type2 .service-card-type2{padding:40px !important}}.services-wrapper-type2 .services-grid-type2 .service-card-type2.is-cta{border:0 !important;background-color:#1c0d8e !important;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;min-height:290px;box-shadow:none !important}.services-wrapper-type2 .services-grid-type2 .service-card-type2.is-cta::before{display:none !important;content:none !important}.services-wrapper-type2 .services-grid-type2 .service-card-type2.is-cta:hover{background:#1c0d8e !important;box-shadow:0 4px 20px rgba(28,13,142,.15) !important;transform:none !important}.services-wrapper-type2 .services-grid-type2 .service-card-type2.is-cta:hover h3{background:0 0 !important;-webkit-background-clip:initial !important;-webkit-text-fill-color:initial !important;background-clip:initial !important;color:#fff !important;display:block !important}.services-wrapper-type2 .services-grid-type2 .service-card-type2.is-cta .cta-shape-1{top:-210px;right:-80px;width:240px;height:240px;background-color:#6025f5;box-shadow:0 0 80px 16px #fd1d1d inset;z-index:1}@media(min-width:768px){.services-wrapper-type2 .services-grid-type2 .service-card-type2.is-cta .cta-shape-1{width:375px;height:375px;top:-330px;right:-150px;box-shadow:0 0 60px 12px #ff5555 inset}}@media(min-width:992px){.services-wrapper-type2 .services-grid-type2 .service-card-type2.is-cta .cta-shape-1{width:500px;height:500px;top:-380px;bottom:auto;right:-230px;box-shadow:0 0 60px 12px #ff5555 inset}}.services-wrapper-type2 .services-grid-type2 .service-card-type2.is-cta .cta-shape-2{bottom:-170px;top:auto;left:-40px;width:200px;height:200px;background-color:#6025f5;box-shadow:0 0 80px 16px #fd1d1d inset;opacity:.95;z-index:1}@media(min-width:768px){.services-wrapper-type2 .services-grid-type2 .service-card-type2.is-cta .cta-shape-2{width:500px;height:500px;bottom:-465px;top:auto;left:-150px}}.services-wrapper-type2 .services-grid-type2 .service-card-type2.is-cta .cta-shape-3{bottom:-316px;top:auto;right:calc(100% - 280px);width:396px;height:396px;background-color:#e40cd359;z-index:-1;filter:blur(30px)}.services-wrapper-type2 .services-grid-type2 .service-card-type2.is-cta .cta-shape-4{top:-296px;bottom:auto;left:calc(100% - 300px);width:396px;height:396px;background-color:#e40cd359;filter:blur(30px)}.services-wrapper-type2 .services-grid-type2 .service-card-type2.is-cta .cta-shape-5{top:-100px;left:-100px;width:298px;height:298px;background-color:#1f08cb;z-index:-1;filter:blur(40px)}.services-wrapper-type2 .services-grid-type2 .service-card-type2.is-cta .cta-shape-6{bottom:-230px;right:-230px;width:396px;height:396px;background-color:#120953;z-index:-1;filter:blur(40px)}.services-wrapper-type2 .services-grid-type2 .service-card-type2.is-cta .cta-btn{padding:12px 48px;border-radius:100px;background:linear-gradient(90deg,#fcb045 0%,#fd1d1d 50%,#ee0979 100%);transition:transform .3s ease,box-shadow .3s ease;text-shadow:0 1px 2px 0 #00000040}.services-wrapper-type2 .services-grid-type2 .service-card-type2.is-cta .cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(228,12,211,.6)}@media(max-width:991.98px){.services-wrapper-type2 .services-grid-type2 .service-card-type2.is-cta{min-height:280px;box-shadow:0 4px 20px rgba(28,13,142,.15)}.services-wrapper-type2 .services-grid-type2 .service-card-type2.is-cta .cta-btn:active{transform:translateY(0)scale(.98)}}.services-type5 .container-fluid{padding-left:clamp(1.25rem,1.67vw,2rem);padding-right:clamp(1.25rem,1.67vw,2rem)}.services-type5 h2{font-size:clamp(1.5rem,calc(1.071rem + 1.19vw),2.5rem);font-family:mi-bold,sans-serif;text-align:center;color:#0a081b;margin-bottom:clamp(1rem,calc(-1.5rem + 3.33vw),2.5rem)}.services-type5 .cards{display:grid;gap:clamp(.5rem,calc(-1.167rem + 2.22vw),1.5rem)}@media(min-width:992px){.services-type5 .cards{grid-template-columns:repeat(6,1fr)}}.services-type5 .cards .card{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;overflow:hidden;background-color:#f8f9ff;border-radius:1rem;border:1px solid #eaecf4}@media(min-width:768px){.services-type5 .cards .card{flex-direction:row}}@media(min-width:992px){.services-type5 .cards .card{grid-column:span 2}}@media(min-width:992px){.services-type5 .cards .card:nth-child(1),.services-type5 .cards .card:nth-child(2){grid-column:span 6}}@media(min-width:1200px){.services-type5 .cards .card:nth-child(1),.services-type5 .cards .card:nth-child(2){grid-column:span 3}}.services-type5 .cards .card .card-body{flex:1;padding:clamp(1rem,calc(-1.5rem + 3.33vw),2.5rem);display:flex;flex-direction:column;justify-content:space-between;gap:clamp(1rem,calc(-1.5rem + 3.33vw),2.5rem);width:100%}.services-type5 .cards .card .card-body .content{display:flex;flex-direction:column;gap:1rem}.services-type5 .cards .card .card-body .content h3{font-size:clamp(1.25rem,calc(.929rem + .89vw),2rem);font-family:mi-semibold,sans-serif;color:#0a081b}.services-type5 .cards .card .card-body .content p{font-size:1rem}.services-type5 .cards .card .card-body .content ul{display:flex;flex-direction:row;flex-wrap:wrap;list-style-type:none;padding:0;gap:4px}.services-type5 .cards .card .card-body .content ul li{background-color:#fff;border:1px solid #eaecf4;font-family:mi-medium,sans-serif;font-size:1rem;line-height:150%;padding:4px 24px;border-radius:4px}.services-type5 .cards .card .card-body .cta-link a{font-family:mi-semibold,sans-serif;font-size:clamp(.875rem,calc(.458rem + .56vw),1.125rem);color:#3b5068;text-decoration:none}.services-type5 .cards .card .card-body .cta-link a .icon-wrapper{display:inline-flex;align-items:center;margin-left:1rem}.services-type5 .cards .card .card-image{display:none}@media(min-width:768px){.services-type5 .cards .card .card-image{display:block;width:240px;flex-shrink:0;min-height:100%;position:relative;overflow:hidden}}@media(min-width:992px){.services-type5 .cards .card .card-image{width:210px}}@media(min-width:1400px){.services-type5 .cards .card .card-image{width:289px}}.services-type5 .cards .card .card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left;display:block;image-rendering:-webkit-optimize-contrast}.split-sections-type1{display:flex;flex-direction:column}@media(min-width:992px){.split-sections-type1{min-height:auto;aspect-ratio:2/1;flex-direction:row}}.split-sections-type1 .who-we-work-with{flex:1;position:relative;overflow:hidden;padding-left:clamp(1.25rem,1.67vw,2rem);padding-right:clamp(1.25rem,1.67vw,2rem);background-color:#0d1326}@media(min-width:992px){.split-sections-type1 .who-we-work-with{padding:clamp(1.25rem,calc(-5rem + 8.33vw),5rem);aspect-ratio:1/1}}.split-sections-type1 .who-we-work-with .bg-image{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:0;pointer-events:none}.split-sections-type1 .who-we-work-with .content-wrapper{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-start;gap:clamp(1rem,calc(-1.5rem + 3.33vw),2.5rem);height:100%}.split-sections-type1 .who-we-work-with .content-wrapper h2{color:#fff;font-family:mi-semibold,sans-serif}@media(min-width:992px){.split-sections-type1 .who-we-work-with .content-wrapper h2{letter-spacing:-4%;line-height:.9;text-transform:uppercase}.split-sections-type1 .who-we-work-with .content-wrapper h2 .who-we{display:block;font-size:3.4vw}.split-sections-type1 .who-we-work-with .content-wrapper h2 .work-best{display:block;font-size:7.2vw}.split-sections-type1 .who-we-work-with .content-wrapper h2 .with{display:block;font-size:3.4vw;text-align:right}}.split-sections-type1 .who-we-work-with .content-wrapper ul{color:#fff;list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:clamp(.25rem,calc(-1rem + 1.67vw),1rem);margin-top:auto}.split-sections-type1 .who-we-work-with .content-wrapper ul li{font-family:mi-semibold,sans-serif;font-size:clamp(1rem,calc(.167rem + 1.11vw),1.5rem);line-height:150%;padding:clamp(1rem,calc(.167rem + 1.11vw),1.5rem);border:1px solid #fff;border-radius:.5rem}.split-sections-type1 .our-engagement-models{display:flex;flex-direction:column;justify-content:flex-start;flex:1;gap:clamp(1rem,calc(-1.5rem + 3.33vw),2.5rem);background:linear-gradient(180deg,#EEF1FF 0%,#FFFFFF 100%);padding-left:clamp(1.25rem,1.67vw,2rem);padding-right:clamp(1.25rem,1.67vw,2rem)}@media(min-width:992px){.split-sections-type1 .our-engagement-models{padding:clamp(1.25rem,calc(-5rem + 8.33vw),5rem);aspect-ratio:1/1}}.split-sections-type1 .our-engagement-models .section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:clamp(1rem,1.5vw,2rem)}.split-sections-type1 .our-engagement-models .section-header h2{font-family:mi-semibold,sans-serif;color:#0a081b}@media(min-width:992px){.split-sections-type1 .our-engagement-models .section-header h2{letter-spacing:-4%;line-height:1;font-size:3.4vw;text-transform:uppercase}.split-sections-type1 .our-engagement-models .section-header h2 span{display:block}}.split-sections-type1 .our-engagement-models .section-header .header-graphic{display:none}@media(min-width:992px){.split-sections-type1 .our-engagement-models .section-header .header-graphic{display:block;width:clamp(5.938rem,calc(-1.278rem + 11.64vw),12.688rem);height:auto;aspect-ratio:203/230;-o-object-fit:contain;object-fit:contain;flex-shrink:0;pointer-events:none}}.split-sections-type1 .our-engagement-models .table-container{margin-top:auto}.split-sections-type1 .our-engagement-models .table-container .table-header{font-family:mi-semibold,sans-serif;font-size:14px;line-height:120%;display:grid;grid-template-columns:1fr 1fr;padding:clamp(.5rem,calc(-.333rem + 1.11vw),1rem)clamp(.75rem,calc(-.5rem + 1.67vw),1.5rem)}.split-sections-type1 .our-engagement-models .table-container .table-body{display:flex;flex-direction:column;gap:4px}.split-sections-type1 .our-engagement-models .table-container .table-body .row-card{display:grid;grid-template-columns:1fr 1fr;background-color:#fff;border-radius:8px;border:1px solid #eaecf4}.split-sections-type1 .our-engagement-models .table-container .table-body .col-title{border-right:1px solid #eaecf4;display:flex;align-items:center;font-family:mi-semibold,sans-serif;font-size:clamp(1rem,calc(.167rem + 1.11vw),1.5rem);line-height:150%;color:#0a081b;padding:clamp(.5rem,calc(-.333rem + 1.11vw),1rem)clamp(.75rem,calc(-.5rem + 1.67vw),1.5rem)}.split-sections-type1 .our-engagement-models .table-container .table-body .col-description{font-size:clamp(.875rem,calc(.458rem + .56vw),1.125rem);display:flex;align-items:center;padding:clamp(.5rem,calc(-.333rem + 1.11vw),1rem)clamp(.75rem,calc(-.5rem + 1.67vw),1.5rem)}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tabsType1 .tab-content .tab-bg{background-size:cover;background-repeat:no-repeat;background-position:top;max-width:60%;right:-7.5rem}@media screen and (min-width:1920px){.tabsType1 .tab-content .tab-bg{border-radius:0 2.5rem 2.5rem 0}}@media(min-width:768px){.tabsType1 .tab-content .tab-bg{width:50vw;right:-2rem}}@media(min-width:1200px){.tabsType1 .tab-content .tab-bg{right:-3rem;width:40vw}}@media(min-width:1400px){.tabsType1 .tab-content .tab-bg{width:30vw;right:-4rem}}.tabsType1 .tab-content .tab-bg::after{content:"";position:absolute;top:0;left:0;width:40%;height:100%;background-image:linear-gradient(to right,#eaecf4,rgba(255,0,0,0))}@media(max-width:991.98px){.tabsType1 .closed .nav-link:not(.active){display:none}}@media(max-width:991.98px){.tabsType1 .closed .active{position:relative}}@media(max-width:991.98px){.tabsType1 .closed .active::after{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}}@media(max-width:991px){@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}100%{opacity:1;max-height:1000px;transform:translateY(0)}}}.teamType1{padding:4rem 16px}@media(min-width:992px){.teamType1{padding:5rem 16px !important}}.teamType1 .container-md{max-width:1280px;padding:0;margin:0 auto}.teamType1 .team-layout{display:flex;flex-direction:column;gap:3rem}@media(min-width:992px){.teamType1 .team-layout{flex-direction:row;justify-content:space-between;gap:133px}}.teamType1 .team-intro{flex:1;max-width:519px}@media(min-width:768px) and (max-width:991px){.teamType1 .team-intro{max-width:600px}}.teamType1 .team-intro .team-eyebrow{font-size:14px;font-weight:600;line-height:150%;letter-spacing:.2em;margin-bottom:1rem;background:linear-gradient(90deg,#6025f5 0%,#e40cd3 49.52%,#ff5555 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block;text-transform:uppercase}.teamType1 .team-intro .team-heading{margin-bottom:.5rem;font-family:mi-semibold,sans-serif;font-weight:600;line-height:130%;font-size:24px}@media(min-width:768px){.teamType1 .team-intro .team-heading{font-size:28px}}@media(min-width:992px){.teamType1 .team-intro .team-heading{font-size:32px}}.teamType1 .team-intro .team-subtext{color:rgba(0,0,0,.6)}.teamType1 .team-accordion-wrapper{flex:1}.teamType1 .team-accordion-wrapper .accordion-item{background:0 0;border:none;border-bottom:1px solid rgba(0,0,0,.1)}.teamType1 .team-accordion-wrapper .accordion-item:last-child{border-bottom:none}.teamType1 .team-accordion-wrapper .accordion-button{color:#0a081b;background:0 0;font-weight:600;font-size:1.25rem;padding:1.5rem 0;box-shadow:none}.teamType1 .team-accordion-wrapper .accordion-button::after{background-size:1rem}.teamType1 .team-accordion-wrapper .accordion-button:not(.collapsed){background:0 0;color:#0a081b;box-shadow:none}.teamType1 .team-accordion-wrapper .accordion-button:focus{box-shadow:none}.teamType1 .team-accordion-wrapper .accordion-body{padding:0 0 1.5rem;color:#3b5068}.tech-stacks .scroll-container{scroll-snap-type:x mandatory;margin:0 -1.25rem 0 0;padding:0 1.25rem 0 0}@media(max-width:1199.98px){.tech-stacks .scroll-container{overflow-x:scroll}}@media(min-width:768px){.tech-stacks .scroll-container{margin:0 -2rem 0 0;padding:0 2rem 0 0}}@media(min-width:1200px){.tech-stacks .scroll-container{margin:0;padding:0;scroll-snap-type:none}}.tech-stacks .teck-stack{min-width:calc(100% - 1.25rem);background-color:#f6f8fb;border-radius:1rem;scroll-snap-align:start}@media(max-width:1199.98px){.tech-stacks .teck-stack{margin:0 !important}}@media(min-width:576px){.tech-stacks .teck-stack{min-width:70%}}@media(min-width:768px){.tech-stacks .teck-stack{min-width:60%}}@media(min-width:992px){.tech-stacks .teck-stack{min-width:40%}}@media(min-width:1200px){.tech-stacks .teck-stack{min-width:auto;background-color:transparent;border-radius:0;scroll-snap-align:none}}@media(min-width:1200px){.tech-stacks .teck-stack:not(:last-child){border-bottom:1px solid #eaecf4}}.tech-stacks .teck-stack .tech-title .icon{width:3rem;height:3rem;background:#f6f8fb}.tech-stacks .teck-stack .tech-title .icon i{font-size:1.8rem}.why-points .accordion-item{background:0 0}.why-points .accordion-button{color:#0a081b;background:0 0}.why-points .accordion-button:not(.collapsed){background:0 0;box-shadow:none}.why-points .accordion-button:focus{box-shadow:none}.why-points .accordion-button i{font-size:calc(1.3rem + .5vw)}@media(min-width:1440px){.why-points .accordion-button i{font-size:1.75rem}}.why-points-type2{padding:0 16px}@media(max-width:768px){.why-points-type2{padding:0}}.why-points-type2 .accordion-item{background:0 0;border-bottom:1px solid #eaecf4;border-top:none;border-left:none;border-right:none}.why-points-type2 .accordion-item:last-child{border-bottom:none}.why-points-type2 .industries-content{display:grid;grid-template-columns:720px 1fr;align-items:start;gap:64px}@media(max-width:1440px){.why-points-type2 .industries-content{grid-template-columns:524px 1fr;gap:40px}}@media(max-width:1199px){.why-points-type2 .industries-content{grid-template-columns:400px 1fr;gap:30px}}@media(max-width:991px){.why-points-type2 .industries-content{grid-template-columns:1fr;gap:20px}}.why-points-type2 .accordion-button{color:#0a081b;background:0 0;padding-left:0;padding-right:0;box-shadow:none}.why-points-type2 .accordion-button:not(.collapsed){background:0 0;box-shadow:none;color:#0a081b}.why-points-type2 .accordion-button:focus{box-shadow:none;background:0 0}.why-points-type2 .accordion-body{padding-left:0;padding-right:0;color:#3b5068}.why-points-type2 .why-image-wrapper{position:relative;width:100%;max-width:400px;aspect-ratio:1/1}@media(min-width:768px){.why-points-type2 .why-image-wrapper{max-width:480px}}@media(min-width:992px){.why-points-type2 .why-image-wrapper{max-width:717px;margin:0}}.why-points-type2 .why-image-wrapper video,.why-points-type2 .why-image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.work .swiper-slide{height:auto}@media(min-width:576px) and (max-width:1199.98px){.work .swiper-slide:not(:last-child){padding-right:0}}.work .swiper-slide .card{height:100%}.work .button-next,.work .button-prev{width:3rem;height:3rem;cursor:pointer}.work .button-next.swiper-button-disabled,.work .button-prev.swiper-button-disabled{opacity:.5}.work .button-next i,.work .button-prev i{font-size:2rem}.work .swiper-slide{height:auto}@media(min-width:576px) and (max-width:1199.98px){.work .swiper-slide:not(:last-child){padding-right:0}}.work .swiper-slide .card{height:100%}.work .button-next,.work .button-prev{width:3rem;height:3rem;cursor:pointer}.work .button-next.swiper-button-disabled,.work .button-prev.swiper-button-disabled{opacity:.5}.work .button-next i,.work .button-prev i{font-size:2rem}.workType2SwiperWrapper .button-next{right:-.5rem;transform:translate(100%,-50%)}.workType2SwiperWrapper .button-prev{left:-.5rem;transform:translate(-100%,-50%)}.workType2SwiperWrapper .swiper-button-disabled{opacity:.5}.workType2SwiperWrapper .workType2Swiper .swiper-slide .imgHoverPointsWrapper{left:0;bottom:0;background-color:rgba(32,34,115,.8);opacity:0;transition:opacity .5s}.workType2SwiperWrapper .workType2Swiper .swiper-slide:hover .imgHoverPointsWrapper{opacity:1}@media(min-width:992px){.workType3 .cards .card .row{min-height:100vh}}.workType3 .cards .card .row img{width:100%;height:auto;border-radius:1.5rem;aspect-ratio:4/3}@media(min-width:992px){.workType3 .cards .card .row img{aspect-ratio:1;height:100%;border-radius:0;width:50vw}}@media(min-width:1200px){section.bg-grey+section.bg-grey,section.bg-white+section.bg-white,section.bg-purple+section.bg-purple,section.bg-blue+section.bg-blue,section.bg-greyB+section.bg-greyB,section.bg-grey+footer.bg-grey,section.bg-white+footer.bg-white,section.bg-purple+footer.bg-purple,section.bg-blue+footer.bg-blue,section.bg-greyB+footer.bg-greyB,footer.bg-grey+section.bg-grey,footer.bg-white+section.bg-white,footer.bg-purple+section.bg-purple,footer.bg-blue+section.bg-blue,footer.bg-greyB+section.bg-greyB,footer.bg-grey+footer.bg-grey,footer.bg-white+footer.bg-white,footer.bg-purple+footer.bg-purple,footer.bg-blue+footer.bg-blue,footer.bg-greyB+footer.bg-greyB{padding-top:0}}.font-size-0{font-size:0}ul,ol{margin-bottom:0}.max-w-100{max-width:100%}.left-0{left:0}.left-4{left:1.5rem}.bottom-4{bottom:1.5rem}.top-100{top:100%}.modal .btn-close{height:1.5rem;width:1.5rem;right:0;top:0;transform:translate(100%,-100%)}.pointer-event-none{pointer-events:none}.pointer-event-auto{pointer-events:auto}.scroll-snap-type-x-mandatory{scroll-snap-type:x mandatory}.scroll-snap-type-x-mandatory .scroll-snap-align-center{scroll-snap-align:center}.form-select{background-image:none !important}.cursor-pointer{cursor:pointer}.stripe{z-index:1}.stripe::before{content:'';position:absolute;height:7.5rem;width:100%;left:0;bottom:0;z-index:-1}.error-message{color:#dc3545;font-size:.875rem;margin-top:4px}@media(min-width:992px){main{padding-top:4.5rem}}.swiper-button-disabled{opacity:.6;cursor:not-allowed}:root{--w-1856:1856px;--w-1736:1736px;--w-1280:1280px;--w-1172:1172px;--gutter:32px;--sp-4:4px;--sp-8:8px;--sp-12:12px;--sp-16:16px;--sp-24:24px;--sp-32:32px;--sp-40:40px;--sp-48:48px;--sp-80:80px;--grad-1:linear-gradient(90deg, #6025f5 0%, #e40cd3 49.519%, #ff5555 100%);--grad-warm:linear-gradient(90deg, #fcb045 0%, #fd1d1d 50%, #ee0979 100%);--r-pill:100px;--r-16:16px;--r-4:4px;--r-60:60px}.shell{width:100%;margin-inline:auto;padding-inline:var(--gutter)}@media(max-width:991px){.shell{padding-inline:16px}}.shell--1856{max-width:calc(var(--w-1856) + var(--gutter) * 2)}.shell--1172{max-width:calc(var(--w-1172) + var(--gutter) * 2)}.t-md{font-size:18px;line-height:26px;color:#3b5068}.hl{color:#ed184f}.intro{display:flex;flex-direction:column;gap:12px}.btn--grad{display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;border-radius:100px !important;font-weight:500 !important;text-align:center !important;white-space:nowrap !important;background-image:linear-gradient(90deg,#6025f5 0%,#e40cd3 49.519%,#ff5555 100%) !important;background-color:transparent !important;color:#fff !important;text-shadow:0 1px 2px rgba(0,0,0,.25) !important;border:none !important;text-decoration:none !important;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease !important}.btn--grad:hover{transform:translateY(-1px) !important;box-shadow:0 8px 22px rgba(96,37,245,.28) !important;color:#fff !important}.btn--md{padding:16px 48px !important;font-size:18px !important;line-height:1.2 !important;height:auto !important}.grad-text{background-image:var(--grad-1);-webkit-background-clip:text;background-clip:text;color:transparent}