.img-fluid{max-width:100%;height:auto}.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}.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}.card.card-type11{position:relative;display:flex;flex-direction:column;background-color:#fff;border:1px solid var(--Border-Color,#EAECF4);background:linear-gradient(125.37deg,#F8F9FF -.01%,#FFFFFF 82.24%);border-radius:4px !important;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;display:flex;flex-direction:column;justify-content:space-between;width:100%;height:180px;margin:0 auto}.card.card-type11 .card-img-wrapper img{width:100%;height:auto}.card.card-type11>.card-body{display:flex;flex-direction:column}.card.card-type11>.card-body .card-title{margin-bottom:0;color:#0a081b}.card.card-type11>.card-body .card-title a{color:inherit;text-decoration:none}.card.card-type11>.card-body .card-text{margin-bottom:0}@media(min-width:768px){.card.card-type11{width:100%;max-width:none;height:200px;padding:1.5rem;margin:0}}@media(min-width:992px){.card.card-type11{height:220px;padding:2rem}}@media(min-width:1200px){.card.card-type11{height:265px;padding:40px}}.card.card-type11 .stat-number{font-size:2.5rem;font-weight:700;line-height:1.1;margin-bottom:1rem;width:-moz-fit-content;width:fit-content;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){.card.card-type11 .stat-number{font-size:2.75rem;margin-bottom:1.5rem}}@media(min-width:992px){.card.card-type11 .stat-number{font-size:3rem}}@media(min-width:1200px){.card.card-type11 .stat-number{font-size:3.5rem;line-height:130%}}@media(min-width:1400px){.card.card-type11 .stat-number{font-size:4rem;margin-bottom:2rem}}.card.card-type11 .stat-label{color:#4a5568;font-size:.9rem;line-height:1.4;text-align:right;align-self:flex-end;margin-top:auto;max-width:150px}@media(min-width:768px){.card.card-type11 .stat-label{font-size:.95rem;max-width:120px}}@media(min-width:992px){.card.card-type11 .stat-label{font-size:1rem;max-width:150px}}@media(min-width:1200px){.card.card-type11 .stat-label{font-size:1.1rem;max-width:190px}}@media(min-width:1400px){.card.card-type11 .stat-label{font-size:1.2rem;max-width:220px}}.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}}.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-right:none !important;border-bottom:1px solid #eaecf4 !important;padding:32px 20px}.why-type8-card:last-child{border-bottom:none !important}}.why-type8-card::after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;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:destination-out;mask-composite:exclude;pointer-events:none;z-index:2;opacity:0;transition:opacity .4s cubic-bezier(.4,0,.2,1)}.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:#1e1d28;padding:80px 32px}@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__tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;max-width:1350px;width:100%;margin-bottom:40px}.tech-stack-type7__tab-btn{height:40px;padding:0 12px;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}.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:calc(100%/8);min-width:160px;height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px;background:#1e1d28;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)}}@media(max-width:1200px){.tech-stack-type7 .tech-card{width:calc(100%/4)}}@media(max-width:768px){.tech-stack-type7 .tech-card{width:calc(100%/3)}}@media(max-width:576px){.tech-stack-type7 .tech-card{width:calc(100%/2)}}.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,.tech-stack-type7 .tech-card.active{z-index:2;background:#1e1d28}.tech-stack-type7 .tech-card:hover::before,.tech-stack-type7 .tech-card.active::before{opacity:1}.tech-stack-type7 .tech-card__icon{width:60px;height:60px;-o-object-fit:contain;object-fit:contain}.tech-stack-type7 .tech-card__name{color:#ececec;font-size:18px;font-weight:500;margin:0;text-align:center}.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){.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}}.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--small{max-width:628px}.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}.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}@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: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-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:nowrap;font-size:13px;padding-left:48px;padding-right:48px;min-width:0}@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}}@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}