.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}.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-1{margin-top:.25rem !important;margin-bottom:.25rem !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-5{margin-top:2.5rem !important;margin-bottom:2.5rem !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-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5) !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-0{border-top-left-radius:0 !important;border-top-right-radius:0 !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-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important}@media(min-width:576px){.flex-sm-grow-0{flex-grow:0 !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.pt-sm-2{padding-top:.5rem !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-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){.pt-xxl-3{padding-top:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}}.badge{border:1px solid #3b5068;color:#3b5068;font-family:mi-medium;vertical-align:top}.badge.rounded-pill{--bs-badge-padding-x:1rem}.badge.rounded-pill:has(>i){display:inline-flex;align-items:center;--bs-badge-padding-y:0.1875rem;padding-left:.25rem;padding-right:.75rem}.badge.rounded-pill:has(>i) i{font-size:1rem;margin-right:.5rem}.badge.rounded-pill:has(>i).badge-lg{--bs-badge-padding-y:0.4375rem;--bs-badge-font-size:1.125rem;padding-left:.5rem}.badge.rounded-pill:has(>i).badge-lg i{font-size:1.375rem}.badge.badge-primary{color:#f14672;border-color:#f14672;background-color:#fde8ed}.mi-list{list-style:none;padding-left:0;gap:.5rem;display:flex;flex-direction:column;flex-wrap:wrap;margin-bottom:0}.mi-list:not(.list-with-icon) li::before{content:"";width:.3125rem;height:.3125rem;background-color:#3b5068;border-radius:var(--bs-border-radius-pill);margin:0 .875rem}.mi-list.list-with-icon li{gap:.75rem}.mi-list.list-with-icon li::before{content:"\e911";font-family:icomoon !important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.5rem}.mi-list li{display:flex;align-items:center}.card.blog-card{position:relative;display:flex;flex-direction:column;background-color:#fff}.card.blog-card .card-img-wrapper img{width:100%;height:auto}.card.blog-card>.card-body{display:flex;flex-direction:column}.card.blog-card>.card-body .card-title{margin-bottom:0;color:#0a081b}.card.blog-card>.card-body .card-title a{color:inherit;text-decoration:none}.card.blog-card>.card-body .card-text{margin-bottom:0}.card.solution-card{position:relative;display:flex;flex-direction:column;background-color:#fff}.card.solution-card .card-img-wrapper img{width:100%;height:auto}.card.solution-card>.card-body{display:flex;flex-direction:column}.card.solution-card>.card-body .card-title{margin-bottom:0;color:#0a081b}.card.solution-card>.card-body .card-title a{color:inherit;text-decoration:none}.card.solution-card>.card-body .card-text{margin-bottom:0}.card.solution-card i{top:1rem;right:1rem}.card.service-card{position:relative;display:flex;flex-direction:column;background-color:#fff}.card.service-card .card-img-wrapper img{width:100%;height:auto}.card.service-card>.card-body{display:flex;flex-direction:column}.card.service-card>.card-body .card-title{margin-bottom:0;color:#0a081b}.card.service-card>.card-body .card-title a{color:inherit;text-decoration:none}.card.service-card>.card-body .card-text{margin-bottom:0}.card.service-card.active,.card.service-card:hover{background:#eaecf4}.card.service-card .card-title i{position:absolute;right:2rem;top:2rem;font-size:1.5rem}.card.ongoing-portfolio-card{position:relative;display:flex;flex-direction:column;background-color:#fff}.card.ongoing-portfolio-card .card-img-wrapper img{width:100%;height:auto}.card.ongoing-portfolio-card>.card-body{display:flex;flex-direction:column}.card.ongoing-portfolio-card>.card-body .card-title{margin-bottom:0;color:#0a081b}.card.ongoing-portfolio-card>.card-body .card-title a{color:inherit;text-decoration:none}.card.ongoing-portfolio-card>.card-body .card-text{margin-bottom:0}.card.ongoing-portfolio-card .card-icon-wrapper{width:calc(1.625rem + 3.75vw);height:calc(1.625rem + 3.75vw)}@media(min-width:1440px){.card.ongoing-portfolio-card .card-icon-wrapper{width:5rem}}@media(min-width:1440px){.card.ongoing-portfolio-card .card-icon-wrapper{height:5rem}}.card.ongoing-portfolio-card .card-icon-wrapper i{font-size:calc(1.445rem + 1.95vw)}@media(min-width:1440px){.card.ongoing-portfolio-card .card-icon-wrapper i{font-size:3.2rem}}.card.ongoing-portfolio-card>.card-body{height:100%}.card.featured-portfolio-card{position:relative;display:flex;flex-direction:column;background-color:#fff}.card.featured-portfolio-card .card-img-wrapper img{width:100%;height:auto}.card.featured-portfolio-card>.card-body{display:flex;flex-direction:column}.card.featured-portfolio-card>.card-body .card-title{margin-bottom:0;color:#0a081b}.card.featured-portfolio-card>.card-body .card-title a{color:inherit;text-decoration:none}.card.featured-portfolio-card>.card-body .card-text{margin-bottom:0}.card.featured-portfolio-card .card-img-wrapper{aspect-ratio:3;overflow:hidden}.card.featured-portfolio-card .card-img-wrapper img{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;aspect-ratio:3}.card.featured-portfolio-card .card-img-wrapper .tags{top:1.5rem;left:1.5rem;z-index:1}.card.featured-portfolio-card .card-img-wrapper .statistics-wrapper{background-color:rgba(32,34,115,.6);background-image:linear-gradient(0deg,rgba(32,34,115,.8),rgba(32,34,115,.4),transparent,transparent)}.card.featured-portfolio-card .linkIcon{width:3rem;height:3rem;right:1rem;top:1rem}.card.cardType9{position:relative;display:flex;flex-direction:column;background-color:#fff}.card.cardType9 .card-img-wrapper img{width:100%;height:auto}.card.cardType9>.card-body{display:flex;flex-direction:column}.card.cardType9>.card-body .card-title{margin-bottom:0;color:#0a081b}.card.cardType9>.card-body .card-title a{color:inherit;text-decoration:none}.card.cardType9>.card-body .card-text{margin-bottom:0}.card.cardType9 .card-icon-wrapper{width:calc(1.5rem + 2.5vw);height:calc(1.5rem + 2.5vw)}@media(min-width:1440px){.card.cardType9 .card-icon-wrapper{width:3.75rem}}@media(min-width:1440px){.card.cardType9 .card-icon-wrapper{height:3.75rem}}.card.cardType9 .card-icon-wrapper i{font-size:calc(1.365rem + 1.15vw)}@media(min-width:1440px){.card.cardType9 .card-icon-wrapper i{font-size:2.4rem}}.card.cardType9.bg-light-blue{background:#74d4f4}.card.cardType9.bg-neon-green{background:#1cec7e}.toast-container{position:fixed !important;top:10px !important;right:10px !important;z-index:10000 !important;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast-custom{pointer-events:auto;min-width:320px;max-width:420px;background:#fff;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.1);display:flex;flex-direction:column;position:relative;overflow:hidden;transform:translateX(120%);transition:all .5s cubic-bezier(.175,.885,.32,1.275);font-family:mona-sans,sans-serif}.toast-custom:hover{box-shadow:0 15px 35px rgba(0,0,0,.15)}.toast-custom.toast-show{transform:translateX(0)}.toast-custom.toast-hide{transform:translateX(120%);opacity:0}.toast-custom .toast-main{padding:1rem 1.25rem;display:flex;align-items:center;gap:12px}.toast-custom .toast-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;border:2px solid;padding:5px}.toast-custom .toast-icon svg{width:100%;height:100%}.toast-custom .toast-message{color:#333;font-size:.95rem;font-weight:600;line-height:1.4;flex:1}.toast-custom .toast-close{background:0 0;border:none;color:#bbb;font-size:1.5rem;cursor:pointer;padding:0;line-height:1;transition:color .2s}.toast-custom .toast-close:hover{color:#333}.toast-custom .toast-progress-container{height:4px;width:100%;background:rgba(0,0,0,5%);position:relative}.toast-custom .toast-progress{position:absolute;top:0;left:0;height:100%;width:100%;animation:progress-animation linear forwards}.toast-custom.toast-success .toast-icon{color:#a5dc86}.toast-custom.toast-success .toast-progress{background:#a5dc86}.toast-custom.toast-error .toast-icon{color:#f27474}.toast-custom.toast-error .toast-progress{background:#f27474}@keyframes progress-animation{from{width:100%}to{width:0%}}@media(max-width:576px){.toast-container{top:5px;right:5px;left:5px}.toast-custom{min-width:0;width:100%}}.rich-text h1,.rich-text h2,.rich-text h3,.rich-text h4,.rich-text h5,.rich-text h6{color:#0a081b;font-family:mi-semibold;margin-top:1rem}.rich-text h1:first-child,.rich-text h2:first-child,.rich-text h3:first-child,.rich-text h4:first-child,.rich-text h5:first-child,.rich-text h6:first-child{margin-top:0}.rich-text p{margin-top:1rem}.rich-text p:first-child{margin-top:0}.rich-text ul{list-style:none;margin-top:1rem;padding:0}.rich-text ul:first-child{margin-top:0}.rich-text ul li{margin-top:.5rem;position:relative;padding-left:1.5rem}.rich-text ul li:first-child{margin-top:0}@media(min-width:768px){.rich-text ul li{padding-left:1.725rem}}.rich-text ul li::before{content:"\e911";font-family:icomoon !important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;left:0}.rich-text em{font-style:normal}@media(min-width:992px){.submenu{}.submenu .dropdown:hover .dropdown-menu{display:block;margin-top:0}}.whyType3{background-color:#f4f7ff;padding:4rem 1rem;position:relative;z-index:2}@media(min-width:768px){.whyType3{padding:5rem 2rem}}@media(min-width:1200px){.whyType3{padding:6rem 3rem}}.whyType3__wrapper{max-width:1280px;margin:0 auto}.whyType3__header{display:flex;flex-direction:column;margin-bottom:2.5rem;align-items:end}@media(max-width:991.98px){.whyType3__header{align-items:start;gap:24px;margin-bottom:24px}}@media(min-width:992px){.whyType3__header{flex-direction:row;justify-content:space-between;gap:32px}}@media(min-width:992px) and (max-width:1279.98px){.whyType3__header{margin-bottom:4rem}}.whyType3__headerLeft{max-width:736px}.whyType3__heading{font-size:2rem;font-weight:600;margin-bottom:1rem;line-height:130%;color:var(--bs-heading-color)}@media(min-width:992px){.whyType3__heading{font-size:2rem}}.whyType3__subtext{font-size:18px;line-height:26px;color:#3b5068}.whyType3__subtext p{margin-bottom:0}.whyType3__actions{display:flex;flex-direction:column;gap:1rem}@media(min-width:576px){.whyType3__actions{flex-direction:row}}.whyType3__grid{display:grid;grid-template-columns:1fr}@media(min-width:992px){.whyType3__grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:32px}}@media(min-width:1280px){.whyType3__grid{grid-template-columns:1fr auto 1fr;align-items:center;gap:0}}.whyType3__columnLeft,.whyType3__columnRight{height:100%;display:flex;flex-direction:column}.whyType3__columnCenter{display:none}@media(min-width:1280px){.whyType3__columnCenter{display:flex;justify-content:center;align-items:center}}.whyType3__card{background-color:transparent;padding:24px;border-bottom:1px solid #eaecf4;flex:1}@media(min-width:992px) and (max-width:1023.98px){.whyType3__card{flex:none;height:295px}}@media(min-width:1024px) and (max-width:1279.98px){.whyType3__card{flex:none;height:265px}}@media(min-width:992px){.whyType3__card{padding:40px}}.whyType3__card:last-child{border-bottom:none}.whyType3__cardTitle{font-size:21px;font-weight:600;margin-bottom:.5rem;line-height:150%;color:var(--bs-heading-color)}@media(min-width:992px){.whyType3__cardTitle{font-size:1.5rem}}.whyType3__cardDesc{font-size:1rem;line-height:150%}.whyType3__cardDesc p{margin-bottom:0}.whyType3__image{max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain}@media(max-width:1279.98px){.whyType3__image{max-height:400px}}.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}.expertise-type5{background:#fff;border-bottom:1px solid #eaecf4;padding:80px 0 0;position:relative;overflow:hidden;z-index:1}@media(max-width:991px){.expertise-type5{padding:40px 0 0;background:#f8f9ff}}.expertise-type5::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:#f8f9ff;z-index:-1}@media(max-width:991px){.expertise-type5::before{display:none}}.expertise-type5 .type5-bg-shapes{position:absolute;width:100%;max-width:1920px;height:100%;left:50%;transform:translateX(-50%);top:0;z-index:0;pointer-events:none}.expertise-type5 .type5-bg-shapes .shape{position:absolute;border-radius:50%}.expertise-type5 .type5-bg-shapes .shape-1{width:702.33px;height:873.44px;left:-285px;top:258px;background:#ff00b7;opacity:.2;filter:blur(200px)}@media(max-width:991px){.expertise-type5 .type5-bg-shapes .shape-1{top:959px}}.expertise-type5 .type5-bg-shapes .shape-2{width:500px;height:426px;left:1420px;top:0;background:#00e1ff;opacity:.2;filter:blur(100px)}@media(max-width:991px){.expertise-type5 .type5-bg-shapes .shape-2{width:359.91px;height:306.65px;left:57px;top:-233px}}.expertise-type5 .type5-bg-shapes .shape-3{width:702px;height:598px;left:-332px;top:105px;background:#0004ff;opacity:.2;filter:blur(100px)}@media(max-width:991px){.expertise-type5 .type5-bg-shapes .shape-3{top:806px}}.expertise-type5 .type5-bg-shapes .shape-4{width:702.33px;height:873.44px;left:1553px;top:49px;background:#0004ff;opacity:.2;filter:blur(200px)}@media(max-width:991px){.expertise-type5 .type5-bg-shapes .shape-4{width:505.55px;height:628.73px;left:152.74px;top:-197.73px}}.expertise-type5 .type5-container{max-width:1920px;margin:0 auto;padding:0 32px !important}@media(max-width:991px){.expertise-type5 .type5-container{padding:0 16px !important}}.expertise-type5 .type5-row{min-height:624px;flex-wrap:nowrap}@media(max-width:991px){.expertise-type5 .type5-row{flex-wrap:wrap}}.expertise-type5 .type5-left-col{background:#1e1d28;border-radius:16px 0 0 0;padding:40px;display:flex;flex-direction:column;justify-content:flex-start;position:relative;overflow:hidden;gap:20px}@media(max-width:991px){.expertise-type5 .type5-left-col{background:0 0;border-radius:0;padding:0;flex-direction:column-reverse;gap:24px;overflow:visible}}.expertise-type5 .type5-left-col .type5-left-content{position:relative;z-index:2;max-width:848px;display:flex;flex-direction:column;align-items:flex-start;gap:0}.expertise-type5 .type5-left-col .type5-heading{font-size:32px;font-weight:400;line-height:1.3;margin-bottom:12px;color:#fff;font-family:mi-semibold,sans-serif}@media(max-width:991px){.expertise-type5 .type5-left-col .type5-heading{color:#1e1d28;font-size:24px;line-height:1.25}}.expertise-type5 .type5-left-col .type5-subtext{color:#eaecf4;font-size:18px;font-weight:400;line-height:1.44;margin-bottom:20px;font-family:mi-regular,sans-serif}@media(max-width:991px){.expertise-type5 .type5-left-col .type5-subtext{color:#3b5068;font-size:16px;line-height:1.5;margin-bottom:24px}}.expertise-type5 .type5-left-col .type5-subtext p{margin-bottom:0}.expertise-type5 .type5-left-col .type5-btn{display:flex !important;flex-direction:row;justify-content:center;align-items:center;padding:0 24px !important;gap:8px;min-width:266px;height:44px !important;background:linear-gradient(90deg,#6025F5 0%,#E40CD3 49.52%,#FF5555 100%) !important;border-radius:100px !important;font-family:mi-medium,sans-serif !important;font-style:normal;font-weight:500 !important;font-size:18px !important;line-height:25px !important;text-align:center;color:#fff !important;text-shadow:0 1px 2px rgba(0,0,0,.25) !important;box-sizing:border-box;transition:all .3s ease;margin-top:0}.expertise-type5 .type5-left-col .type5-btn:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.1);color:#fff !important}.expertise-type5 .type5-left-col .type5-left-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover !important;background-position:50% !important;background-repeat:no-repeat !important;z-index:1;pointer-events:none}@media(max-width:991px){.expertise-type5 .type5-left-col .type5-left-bg{position:relative;height:233px;border-radius:16px 26px 0 0}}.expertise-type5 .type5-right-col{background:#fff;border-radius:0 16px 0 0;padding:40px;display:flex;flex-direction:column}@media(max-width:991px){.expertise-type5 .type5-right-col{border-radius:0 16px 0 0;padding:24px}}.expertise-type5 .type5-right-col .type5-accordion-wrapper{max-width:848px;margin:0;width:100%}.expertise-type5 .type5-right-col .accordion{display:flex;flex-direction:column;gap:0}.expertise-type5 .type5-accordion-item{border:none;border-bottom:1px solid #eaecf4;margin-bottom:0;background:0 0;padding-bottom:24px;padding-top:24px}.expertise-type5 .type5-accordion-item:first-child{padding-top:0}.expertise-type5 .type5-accordion-item:last-child{border-bottom:none;padding-bottom:0}.expertise-type5 .type5-accordion-button{padding:0;height:auto;min-height:36px;box-shadow:none !important;display:flex;align-items:center;gap:12px;background:0 0}.expertise-type5 .type5-accordion-button::after{display:none}.expertise-type5 .type5-accordion-button .type5-accordion-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.expertise-type5 .type5-accordion-button .type5-accordion-icon svg{width:24px;height:24px}.expertise-type5 .type5-accordion-button .type5-accordion-title{font-family:mi-semibold,sans-serif;font-size:24px;font-weight:400;line-height:1.5;color:#1e1d28;transition:color .3s ease;margin:0;display:flex;align-items:center;min-height:36px}@media(max-width:991px){.expertise-type5 .type5-accordion-button .type5-accordion-title{font-size:18px;line-height:25px}}.expertise-type5 .type5-accordion-button .type5-accordion-arrow{color:#3b5068;display:flex;align-items:center;justify-content:center;margin-left:auto;width:24px;height:36px;transition:transform .3s ease;flex-shrink:0}.expertise-type5 .type5-accordion-button .type5-accordion-arrow svg{width:24px;height:24px}.expertise-type5 .type5-accordion-button:not(.collapsed) .type5-accordion-arrow{transform:rotate(-180deg);color:#3b5068}.expertise-type5 .type5-accordion-body{padding:8px 0 0 36px;color:#3b5068;font-family:mi-regular,sans-serif;font-size:16px;font-weight:400;line-height:1.5}.expertise-type5 .type5-accordion-body p{margin-bottom: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}}.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}}.work-type5-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-type5-section{padding:60px 0}}.work-type5-section__bg{position:absolute;width:100%;height:100%;left:0;top:0;background:#f8f9ff;z-index:0;overflow:hidden}.work-type5-section__ellipse{position:absolute;border-radius:50%;opacity:.2}.work-type5-section__ellipse--1{width:702.33px;height:873.44px;left:-285px;top:257.37px;background:#ff00b7;filter:blur(200px)}.work-type5-section__ellipse--2{width:702.33px;height:873.44px;left:1553px;top:48.37px;background:#0004ff;filter:blur(200px)}.work-type5-section__ellipse--3{width:500px;height:426px;left:1420px;top:-.63px;background:#00e1ff;filter:blur(100px)}.work-type5-section__ellipse--4{width:702px;height:598px;left:-332px;top:104.37px;background:#0004ff;filter:blur(100px)}.work-type5-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-type5-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-type5-section__container{padding:0}}.work-type5-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-type5-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-type5-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-type5-section__title-large{font-size:28px}}@media(min-width:992px){.work-type5-section__title-large{font-size:32px}}.work-type5-section__description{font-family:mi-regular,sans-serif;font-weight:400;font-size:18px;line-height:26px;color:#3b5068}.work-type5-section__description p{margin:0}.work-type5-section__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;width:100%}@media(max-width:991px){.work-type5-section__cards{grid-template-columns:1fr;gap:20px}}.work-type5-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-type5-section__card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,8%)}.work-type5-section__card-image{width:100%;height:260px;background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative}.work-type5-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-type5-section__card-content{display:flex;flex-direction:column;padding:40px;gap:24px;flex-grow:1}@media(max-width:767px){.work-type5-section__card-content{padding:24px;gap:24px}}.work-type5-section__card-info{display:flex;flex-direction:column;gap:16px}.work-type5-section__card-text{display:flex;flex-direction:column;gap:8px}.work-type5-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-type5-section__card-desc{margin:0;font-family:mi-regular,sans-serif;font-weight:400;font-size:16px;line-height:150%;color:#3b5068}.work-type5-section__card-desc p{margin:0}.work-type5-section__card-tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.work-type5-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-type5-section__card-outcomes{display:flex;flex-direction:column;gap:8px;margin-top:auto}.work-type5-section__card-outcomes-title{font-family:mi-regular,sans-serif;font-weight:400;font-size:16px;line-height:150%;color:#3b5068}.work-type5-section__card-outcomes-grid{display:flex;flex-direction:row;align-items:flex-start;gap:24px}@media(max-width:575px){.work-type5-section__card-outcomes-grid{flex-wrap:wrap}}.work-type5-section__card-outcome-item{width:140px;display:flex;flex-direction:column;align-items:flex-start;gap:2px;flex:none}@media(max-width:575px){.work-type5-section__card-outcome-item{flex:1 1 calc(50% - 24px)}}.work-type5-section__card-outcome-metric{font-family:mi-semibold,sans-serif;font-weight:600;font-size:32px;line-height:130%;color:#1e1d28}.work-type5-section__card-outcome-label{font-family:mi-medium,sans-serif;font-weight:500;font-size:14px;line-height:120%;letter-spacing:0;color:#3b5068}.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-type2{background:#fff;padding:80px 0}@media(max-width:991px){.other-services-type2{padding:0 0 40px}}.other-services-type2__container{width:100%;margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px}@media(max-width:991px){.other-services-type2__container{padding-right:16px;padding-left:16px}}@media(min-width:576px){.other-services-type2__container{max-width:540px}}@media(min-width:768px){.other-services-type2__container{max-width:720px}}@media(min-width:992px){.other-services-type2__container{max-width:960px}}@media(min-width:1200px){.other-services-type2__container{max-width:1140px}}@media(min-width:1400px){.other-services-type2__container{max-width:1320px}}.other-services-type2__header{max-width:628px;margin:0 auto 40px;display:flex;flex-direction:column;gap:12px;text-align:center}@media(max-width:991px){.other-services-type2__header{margin-bottom:24px;max-width:358px}}.other-services-type2__heading{font-family:mi-semibold,sans-serif;font-weight:600;font-size:32px;line-height:1.3;color:#1e1d28 !important;background:0 0 !important;-webkit-text-fill-color:initial !important;margin:0}@media(max-width:991px){.other-services-type2__heading{font-size:24px;line-height:1.25}}.other-services-type2__subtext{font-family:mi-regular,sans-serif;font-weight:400;font-size:18px;line-height:26px;color:#3b5068;margin:0}@media(max-width:991px){.other-services-type2__subtext{font-size:16px;line-height:24px}}.other-services-type2__wrapper{background:#f8f9ff;border-radius:16px;padding:40px}@media(max-width:991px){.other-services-type2__wrapper{padding:24px}}.other-services-type2__columns{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;margin-bottom:40px}@media(max-width:1199px){.other-services-type2__columns{grid-template-columns:repeat(2,1fr)}}@media(max-width:991px){.other-services-type2__columns{grid-template-columns:1fr;grid-gap:16px;margin-bottom:24px}}.other-services-type2__col{display:flex;flex-direction:column;gap:16px}.other-services-type2__card{background:#fff;border:1px solid #eaecf4;border-radius:16px;padding:20px;height:65px;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;gap:16px;position:relative;text-decoration:none}.other-services-type2__card::before{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}.other-services-type2__card:hover{box-shadow:0 4px 20px rgba(0,0,0,5%)}.other-services-type2__card:hover::before{opacity:1}.other-services-type2__card:hover .other-services-type2__card-icon i{transform:translateX(4px)}.other-services-type2__card-name{font-family:mi-semibold,sans-serif;font-weight:600;font-size:18px;line-height:25px;color:#1e1d28}.other-services-type2__card-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#1e1d28;font-size:24px}.other-services-type2__card-icon i{transition:transform .3s ease}.other-services-type2__cta{display:grid;grid-template-columns:54px 1fr 48px;grid-template-areas:"icon title arrow" "icon subtext arrow";-moz-column-gap:16px;column-gap:16px;row-gap:4px;align-items:center;background:#fff;border:1px solid #eaecf4;border-radius:8px;padding:24px;height:102px;box-sizing:border-box;transition:all .3s ease;text-decoration:none}@media(max-width:991px){.other-services-type2__cta{grid-template-columns:1fr 24px;grid-template-areas:"icon icon" "title arrow" "subtext subtext";row-gap:8px;height:226px}}.other-services-type2__cta:hover{box-shadow:0 4px 20px rgba(0,0,0,5%)}@media(min-width:992px){.other-services-type2__cta:hover .other-services-type2__cta-arrow{background:#1e1d28;color:#fff}}.other-services-type2__cta:hover .other-services-type2__cta-arrow i{transform:rotate(45deg)}.other-services-type2__cta-icon-box{grid-area:icon;width:54px;height:54px;background:#1e1d28;border-radius:8px;display:flex;align-items:center;justify-content:center}@media(max-width:991px){.other-services-type2__cta-icon-box{margin-bottom:8px}}.other-services-type2__cta-icon-box img{width:24px;height:24px}.other-services-type2__cta-title{grid-area:title;font-family:mi-semibold,sans-serif;font-weight:600;font-size:18px;line-height:25px;color:#1e1d28;margin:0}.other-services-type2__cta-subtext{grid-area:subtext;font-family:mi-regular,sans-serif;font-weight:400;font-size:18px;line-height:25px;color:#3b5068;margin:0}.other-services-type2__cta-arrow{grid-area:arrow;width:48px;height:48px;border:1px solid #eaecf4;border-radius:40px;background:#fff;color:#1e1d28;font-size:20px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}@media(max-width:991px){.other-services-type2__cta-arrow{width:24px;height:24px;border:none;background:0 0;justify-content:flex-end}}.other-services-type2__cta-arrow i{transition:transform .3s ease}.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)}.production-wrapper{width:100%;background:#fff;padding:80px 20px}.production-wrapper .main-grade{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:40px}.production-wrapper .main-grade .enterprise-grid{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.production-wrapper .main-grade .title-depend-box{width:100%}.production-wrapper .main-grade .title-depend-box .title-depend{font-family:mi-semibold;font-weight:600;font-size:32px;line-height:130%;color:#1e1d28;margin:0}.production-wrapper .main-grade .text-depend{font-family:mi-regular;font-weight:400;font-size:18px;line-height:26px;color:#3b5068;margin:0}.production-wrapper .main-grade .office-grid{width:100%;display:grid;grid-template-columns:350px 1fr}.production-wrapper .main-grade .officeimg{width:100%;text-align:center}.production-wrapper .main-grade .officeimg img{max-width:100%}.production-wrapper .main-grade .office-content-right{width:100%}.production-wrapper .main-grade .office-content-right .have-three{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.production-wrapper .main-grade .office-content-right .counting{width:100%;padding:40px;border-right:1px solid #eaecf4}.production-wrapper .main-grade .office-content-right .counting:last-child{border-right:0}.production-wrapper .main-grade .office-content-right .counting .counting-bold{font-family:mi-semibold;font-weight:600;font-size:32px;line-height:130%;width:-moz-fit-content;width:fit-content;color:#1e1d28;margin:0;background:linear-gradient(90deg,#6025f5 0%,#e40cd3 49.52%,#ff5555 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.production-wrapper .main-grade .office-content-right .counting .counting-text{font-family:mi-regular;font-weight:400;color:#3b5068;font-size:16px;line-height:150%;margin-top:8px}.production-wrapper .main-grade .office-content-right .compliant{width:100%;border-top:1px solid #eaecf4;border-bottom:1px solid #eaecf4;padding:21px 40px;display:flex;flex-direction:column;gap:8px}.production-wrapper .main-grade .office-content-right .compliant .iso-compliant{max-width:100%;display:flex;gap:10px}.production-wrapper .main-grade .office-content-right .compliant .iso-compliant .iso-ginti{padding:4px 12px;border:2px solid transparent;border-radius:4px !important;background-image:linear-gradient(#fff,#fff),linear-gradient(90deg,#6025f5 0%,#e40cd3 49.52%,#ff5555 100%);background-origin:border-box;background-clip:padding-box,border-box}.production-wrapper .main-grade .office-content-right .compliant .iso-compliant .iso-text-title{background:linear-gradient(90deg,#6025f5 0%,#e40cd3 49.52%,#ff5555 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;font-family:mi-semibold;font-size:14px;line-height:150%}.production-wrapper .main-grade .office-content-right .compliant .artificial{font-family:mi-regular;font-weight:400;color:#3b5068;font-size:16px;line-height:150%}.production-wrapper .main-grade .office-content-right .implement-list{width:100%;padding:40px;display:flex;flex-direction:column;gap:16px}.production-wrapper .main-grade .office-content-right .implement-list .list-circle-main{width:100%;display:flex;gap:8px}.production-wrapper .main-grade .office-content-right .implement-list .list-circle-main .grounding{width:24px;margin-top:2px}.production-wrapper .main-grade .office-content-right .implement-list .list-circle-main .grounding img{width:24px;height:24px}.production-wrapper .main-grade .office-content-right .implement-list .list-circle-main .pipelines{font-family:mi-regular;font-weight:400;color:#3b5068;font-size:16px;line-height:150%;margin:0}@media(max-width:1366px){.production-wrapper{padding:65px 48px}.production-wrapper .main-grade .office-content-right .counting{padding:24px}.production-wrapper .main-grade .office-content-right .compliant{padding:24px 0 24px 24px}.production-wrapper .main-grade .office-content-right .implement-list{padding:24px 0 0 24px}.production-wrapper .main-grade .title-depend-box .title-depend{font-size:28px;line-height:36px}}@media(max-width:1024px){.production-wrapper{padding:55px 30px}.production-wrapper .main-grade{gap:30px}.production-wrapper .main-grade .title-depend-box .title-depend{font-size:26px;line-height:36px}.production-wrapper .main-grade .office-content-right .counting{border-bottom:solid 1px #eaecf4;padding:15px 0 15px 24px;border-right:0}.production-wrapper .main-grade .office-content-right .counting:last-child{border-bottom:0}.production-wrapper .main-grade .office-grid{grid-template-columns:320px 1fr}.production-wrapper .main-grade .office-content-right .have-three{grid-template-columns:1fr;gap:0}.production-wrapper .main-grade .office-content-right .compliant{padding:20px 0 20px 24px}.production-wrapper .main-grade .office-content-right .implement-list{padding:20px 0 0 24px}.production-wrapper .main-grade .office-content-right .counting .counting-bold{font-size:28px;line-height:130%}}@media(max-width:767px){.production-wrapper{padding:40px 20px}.production-wrapper .main-grade .office-grid{grid-template-columns:1fr}.production-wrapper .main-grade .enterprise-grid{grid-template-columns:repeat(1,1fr);gap:24px}.production-wrapper .main-grade .text-depend{font-size:16px;line-height:24px}.production-wrapper .main-grade .office-content-right .counting{border-bottom:solid 1px #eaecf4;border-right:0;padding:15px 0}.production-wrapper .main-grade .office-content-right .compliant{padding:20px 0}.production-wrapper .main-grade .officeimg{margin-bottom:15px}.production-wrapper .main-grade .officeimg img{width:100%}.production-wrapper .main-grade .office-content-right .implement-list{padding:20px 0 0}}.leading-ai-wrapper{width:100%;padding:80px 48px 0;background:#1e1d28}.leading-ai-wrapper .leading-ai-inn{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.leading-ai-wrapper .leading-ai-inn .models-grid{display:grid;grid-template-columns:694px 1fr;gap:40px}.leading-ai-wrapper .leading-ai-inn .models-grid .leading-title-cover{width:100%;margin-bottom:60px}.leading-ai-wrapper .leading-ai-inn .models-grid .leading-title-cover .leading-title-and-text{width:100%;display:flex;flex-direction:column;gap:12px}.leading-ai-wrapper .leading-ai-inn .models-grid .leading-title-cover .leading-title-and-text .leading-title{font-family:mi-semibold;font-weight:600;font-size:32px;line-height:130%;color:#fff;margin:0}.leading-ai-wrapper .leading-ai-inn .models-grid .leading-title-cover .leading-title-and-text .leading-text{font-family:mi-regular;font-weight:400;font-size:18px;line-height:26px;color:#fff;margin:0;opacity:.8}.leading-ai-wrapper .leading-ai-inn .models-grid .leading-title-cover .leading-title-and-text .leading-text p{margin:0}.leading-ai-wrapper .leading-ai-inn .models-grid .models-right-box{width:100%;background:linear-gradient(90deg,#6025f5 0%,#e40cd3 49.52%,#ff5555 100%);border-radius:16px 16px 0 0;padding:40px}.leading-ai-wrapper .leading-ai-inn .models-grid .models-right-box .gpttext{width:100%;margin:8px 0}.leading-ai-wrapper .leading-ai-inn .models-grid .models-right-box .gpttext ul{margin:0;padding:0;text-align:center;display:flex;gap:16px;flex-direction:row;flex-wrap:wrap;justify-content:center}.leading-ai-wrapper .leading-ai-inn .models-grid .models-right-box .gpttext ul li{will-change:transform;transition:all .3s ease-in-out;list-style:none;display:inline-block;border:1px solid #fff3;color:#fff;font-family:mi-medium;font-weight:500;font-size:16px;line-height:100%;text-align:center;border-radius:50px;padding:6px 14px}.leading-ai-wrapper .leading-ai-inn .models-grid .models-right-box .gpttext ul li:hover{color:#1e1d28;background:#fff}@media(min-width:1025px) and (max-width:1366px){.leading-ai-wrapper{padding:65px 48px 0}.leading-ai-wrapper .leading-ai-inn .models-grid{grid-template-columns:1fr 1fr;gap:30px}.leading-ai-wrapper .leading-ai-inn .models-grid .models-right-box{padding:30px}.leading-ai-wrapper .leading-ai-inn .models-grid .models-right-box .gpttext ul{margin:15px 0}}@media(min-width:768px) and (max-width:1024px){.leading-ai-wrapper{padding:55px 30px 0}.leading-ai-wrapper .leading-ai-inn .models-grid{grid-template-columns:1fr;gap:30px}.leading-ai-wrapper .leading-ai-inn .models-grid .leading-title-cover{margin-bottom:5px}.leading-ai-wrapper .leading-ai-inn .models-grid .leading-title-and-text{text-align:center}.leading-ai-wrapper .leading-ai-inn .models-grid .leading-title-and-text .leading-title{font-size:28px;line-height:36px}.leading-ai-wrapper .leading-ai-inn .models-grid .models-right-box{padding:30px}.leading-ai-wrapper .leading-ai-inn .models-grid .models-right-box .gpttext ul{margin:10px 0}}@media(max-width:767px){.leading-ai-wrapper{padding:40px 20px 0}.leading-ai-wrapper .leading-ai-inn .models-grid{grid-template-columns:1fr;gap:30px}.leading-ai-wrapper .leading-ai-inn .models-grid .leading-title-cover{margin-bottom:0}.leading-ai-wrapper .leading-ai-inn .models-grid .leading-title-and-text{text-align:center}.leading-ai-wrapper .leading-ai-inn .models-grid .leading-title-and-text .leading-title{font-size:26px;line-height:34px}.leading-ai-wrapper .leading-ai-inn .models-grid .models-right-box{padding:20px}.leading-ai-wrapper .leading-ai-inn .models-grid .models-right-box .gpttext ul{margin:10px 0}}.develop-services-wrapper{width:100%;background:#f8f9ff;padding:80px 48px}.develop-services-wrapper .whether-main{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:40px}.develop-services-wrapper .whether-main .whether{max-width:920px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.develop-services-wrapper .whether-main .whether .ai-title-box{width:100%}.develop-services-wrapper .whether-main .whether .ai-title{font-family:mi-semibold;font-weight:600;font-size:32px;line-height:130%;color:#1e1d28;text-align:center;margin:0}.develop-services-wrapper .whether-main .whether .ai-title-text{font-family:mi-regular;font-weight:400;font-size:18px;line-height:26px;color:#3b5068;text-align:center;margin:0}.develop-services-wrapper .whether-main .whether .ai-title-text p{margin:0}.develop-services-wrapper .whether-main .ai-strategy{width:100%}.develop-services-wrapper .whether-main .ai-strategy-grid{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.develop-services-wrapper .whether-main .ai-content{width:100%;border:solid 1px #eaecf4;background:#fff;border-radius:16px;display:flex;flex-direction:column;position:relative;gap:40px;transition:all .3s ease}.develop-services-wrapper .whether-main .ai-content::before{content:'';position:absolute;inset:0;padding:2px;border-radius:14px;background:linear-gradient(90deg,#6025f5,#e40cd3,#ff5555);-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}.develop-services-wrapper .whether-main .ai-content:hover::before{opacity:1}.develop-services-wrapper .whether-main .ai-content .ai-strategy-and{width:100%}.develop-services-wrapper .whether-main .ai-content .ai-strategy-and img{width:100%;border-radius:14px 14px 0 0;display:block}.develop-services-wrapper .whether-main .ai-content .title-and-text{display:flex;flex-direction:column;gap:8px;padding:0 40px 40px}.develop-services-wrapper .whether-main .ai-content .title-common{font-family:mi-semibold;font-weight:600;font-size:24px;line-height:130%;color:#1e1d28;margin:0}.develop-services-wrapper .whether-main .ai-content .text-common{font-family:mi-regular;font-weight:400;font-size:16px;line-height:26px;color:#3b5068;margin:0}.develop-services-wrapper .whether-main .ai-content .text-common p{margin:0}@media(max-width:1366px){.develop-services-wrapper{padding:65px 48px}.develop-services-wrapper .whether-main .whether .ai-title{font-size:28px;line-height:130%}.develop-services-wrapper .whether-main .ai-content{gap:24px}.develop-services-wrapper .whether-main .ai-content .title-common{font-size:20px;line-height:28px}.develop-services-wrapper .whether-main .ai-content .title-and-text{padding:0 24px 24px}}@media(max-width:1024px){.develop-services-wrapper{padding:55px 30px}.develop-services-wrapper .whether-main .whether .ai-title{font-size:28px;line-height:130%}.develop-services-wrapper .whether-main .ai-content{gap:24px}.develop-services-wrapper .whether-main .ai-content .title-and-text{padding:0 20px 20px}}@media(min-width:768px) and (max-width:1024px){.develop-services-wrapper .whether-main .ai-strategy-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.develop-services-wrapper{padding:40px 20px}.develop-services-wrapper .whether-main .whether .ai-title{font-size:26px;line-height:130%}.develop-services-wrapper .whether-main .whether .ai-title-text{font-size:16px;line-height:26px}.develop-services-wrapper .whether-main .ai-strategy-grid{grid-template-columns:repeat(1,1fr)}.develop-services-wrapper .whether-main .ai-content{gap:16px}.develop-services-wrapper .whether-main .ai-content .title-and-text{padding:0 15px 15px}}.insightsType4{background-color:#f8f9ff;padding:4rem 1rem}@media(max-width:767.98px){.insightsType4{padding:2.5rem 1rem}}.insightsType4 .insights-container{max-width:1240px;margin:0 auto}.insightsType4 .insights-header{text-align:center;max-width:680px;margin:0 auto 3rem}@media(max-width:767.98px){.insightsType4 .insights-header{margin-bottom:2rem}}.insightsType4 .insights-header .insights-heading{font-size:2.25rem;font-weight:700;line-height:1.25;color:#0a081b;margin-bottom:.75rem}@media(max-width:767.98px){.insightsType4 .insights-header .insights-heading{font-size:1.75rem}}.insightsType4 .insights-header .insights-subtext{font-size:1.125rem;line-height:1.5;color:#3b5068}.insightsType4 .insights-header .insights-subtext p{margin:0}.insightsType4 .insights-grid{display:grid;grid-template-columns:1fr;gap:0}@media(min-width:992px){.insightsType4 .insights-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}}.insightsType4 .insights-grid .insight-card{position:relative;display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem;background:0 0;border:none;box-shadow:none}@media(max-width:991.98px){.insightsType4 .insights-grid .insight-card{border-bottom:1px solid rgba(0,0,0,8%)}.insightsType4 .insights-grid .insight-card:last-child{border-bottom:none}}.insightsType4 .insights-grid .insight-card.insight-card-featured{padding:1rem 2.5rem 1rem 1rem}@media(min-width:992px){.insightsType4 .insights-grid .insight-card.insight-card-featured{grid-column:1/2;grid-row:1/3;border-right:1px solid rgba(0,0,0,8%);border-bottom:none}}@media(max-width:991.98px){.insightsType4 .insights-grid .insight-card.insight-card-featured{padding:1rem 0 2rem}}.insightsType4 .insights-grid .insight-card.insight-card-featured .insight-card-image-wrap{width:100%;border-radius:1rem;margin-bottom:.75rem}.insightsType4 .insights-grid .insight-card.insight-card-featured .insight-card-image-wrap .insight-card-image{width:100%;height:auto;max-width:100%;display:block;-o-object-fit:contain;object-fit:contain;border-radius:1rem}.insightsType4 .insights-grid .insight-card.insight-card-featured .insight-card-content{display:flex;flex-direction:column;gap:.75rem;height:100%}.insightsType4 .insights-grid .insight-card.insight-card-featured .insight-card-tags{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:.75rem}.insightsType4 .insights-grid .insight-card.insight-card-standard{padding:2rem 1rem 2rem 2.5rem}@media(min-width:992px){.insightsType4 .insights-grid .insight-card.insight-card-standard{grid-column:2/3;border-bottom:1px solid rgba(0,0,0,8%)}.insightsType4 .insights-grid .insight-card.insight-card-standard:last-child{border-bottom:none}}@media(max-width:991.98px){.insightsType4 .insights-grid .insight-card.insight-card-standard{padding:2rem 0}}.insightsType4 .insights-grid .insight-card.insight-card-standard .insight-card-tags{display:flex;flex-wrap:wrap;gap:.5rem}.insightsType4 .insights-grid .insight-card.insight-card-standard .insight-card-content{display:flex;flex-direction:column;gap:.75rem}.insightsType4 .insights-grid .insight-card .insight-card-title{font-size:1.375rem;font-weight:600;line-height:1.35;margin:0}@media(max-width:767.98px){.insightsType4 .insights-grid .insight-card .insight-card-title{font-size:1.125rem}}.insightsType4 .insights-grid .insight-card .insight-card-title .insight-card-link{color:#0a081b;text-decoration:none;transition:color .2s ease}.insightsType4 .insights-grid .insight-card .insight-card-title .insight-card-link::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0}.insightsType4 .insights-grid .insight-card .insight-card-title .insight-card-link:hover{color:#ed184f}.insightsType4 .insights-grid .insight-card .insight-card-excerpt{font-size:.9375rem;line-height:1.55;color:#3b5068;margin:0}.benefitsType2{background-color:#fff;padding-top:0;padding-bottom:5rem}.benefitsType2 .benefits-container{width:100%;max-width:358px;margin-right:auto;margin-left:auto}@media(min-width:768px){.benefitsType2 .benefits-container{max-width:720px}}@media(min-width:992px){.benefitsType2 .benefits-container{max-width:960px}}@media(min-width:1200px){.benefitsType2 .benefits-container{max-width:1140px}}@media(min-width:1400px){.benefitsType2 .benefits-container{max-width:1280px}}.benefitsType2 .benefits-intro{max-width:775px;margin-left:auto;margin-right:auto;margin-bottom:1.5rem;text-align:center;padding-left:0;padding-right:0}@media(min-width:992px){.benefitsType2 .benefits-intro{padding-left:10px;padding-right:10px;margin-bottom:2.5rem}}.benefitsType2 .benefits-heading{line-height:130% !important;margin-bottom:.75rem}.benefitsType2 .benefits-custom-grid{display:grid;grid-template-columns:1fr}@media(min-width:992px){.benefitsType2 .benefits-custom-grid{grid-template-columns:repeat(6,1fr)}}@media(min-width:992px){.benefitsType2 .benefits-custom-grid .card-col-span-2{grid-column:span 2}}@media(min-width:992px){.benefitsType2 .benefits-custom-grid .card-col-span-3{grid-column:span 3}}@media(min-width:992px){.benefitsType2 .benefits-custom-grid .card-col-span-4{grid-column:span 4}}@media(min-width:992px){.benefitsType2 .benefits-custom-grid .card-row-span-2{grid-row:span 2}}.benefitsType2 .benefits-card{padding:1.5rem;background-color:#fff;height:100%;border-right:1px solid transparent;border-bottom:1px solid #eaeaea}@media(max-width:991.98px){.benefitsType2 .benefits-card.last-card-in-grid{border-bottom:1px solid transparent}}@media(min-width:992px){.benefitsType2 .benefits-card{border-right:1px solid #eaeaea}.benefitsType2 .benefits-card.no-border-right{border-right:1px solid transparent}.benefitsType2 .benefits-card.no-border-bottom,.benefitsType2 .benefits-card.last-card-in-grid{border-bottom:1px solid transparent}}@media(min-width:768px){.benefitsType2 .benefits-card{padding:2.5rem}}.benefitsType2 .benefits-card .benefits-card-title{margin-bottom:1rem;font-size:21px;line-height:150%;color:#0a081b}@media(min-width:768px){.benefitsType2 .benefits-card .benefits-card-title{font-size:1.5rem}}.benefitsType2 .benefits-card .rich-text{color:#3b5068;letter-spacing:.5%}@media(max-width:767.98px){.benefitsType2 .benefits-card .rich-text{font-size:16px;line-height:150%}}.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}.badge-gradient{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;font-size:14px;font-weight:500;line-height:1;background:linear-gradient(#fff,#fff)padding-box,linear-gradient(90deg,#6025f5 0%,#e40cd3 50%,#ff5555 100%)border-box;border:1px solid transparent;border-radius:4px;text-transform:none}.badge-gradient span{background:linear-gradient(90deg,#6025f5 0%,#e40cd3 50%,#ff5555 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;display:inline-block}.badge-gradient{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;font-size:14px;font-weight:500;line-height:1;background:linear-gradient(#fff,#fff)padding-box,linear-gradient(90deg,#6025f5 0%,#e40cd3 50%,#ff5555 100%)border-box;border:1px solid transparent;border-radius:4px;text-transform:none}.badge-gradient span{background:linear-gradient(90deg,#6025f5 0%,#e40cd3 50%,#ff5555 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;display:inline-block}.work-type8-section{background-color:#fff;padding-bottom:24px;padding-top:0;box-sizing:border-box}@media(min-width:768px){.work-type8-section{padding-bottom:32px}}@media(min-width:992px){.work-type8-section{padding-bottom:80px}}.work-type8-container{width:100%;margin-right:auto;margin-left:auto;box-sizing:border-box;padding-left:20px;padding-right:20px}@media(min-width:576px){.work-type8-container{max-width:540px}}@media(min-width:768px){.work-type8-container{max-width:720px}}@media(min-width:992px){.work-type8-container{max-width:960px}}@media(min-width:1200px){.work-type8-container{max-width:1140px}}@media(min-width:1400px){.work-type8-container{max-width:1280px}}.work-type8-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:32px;box-sizing:border-box;width:100%}@media(min-width:992px){.work-type8-header{margin-bottom:48px}}.work-type8-main-title{font-family:mona-sans,sans-serif;font-weight:700;line-height:1.3;color:#1e1d28;margin:0 0 12px;font-size:28px}@media(min-width:768px){.work-type8-main-title{font-size:32px}}@media(min-width:992px){.work-type8-main-title{font-size:36px}}.work-type8-main-subtext{font-size:16px;line-height:26px;color:#3b5068;font-weight:400;max-width:800px;margin:0}@media(min-width:992px){.work-type8-main-subtext{font-size:18px}}.work-type8-body{display:flex;flex-direction:column;gap:24px;width:100%;box-sizing:border-box}@media(min-width:992px){.work-type8-body{flex-direction:row;align-items:stretch;gap:24px}.work-type8-body.image-right{flex-direction:row-reverse}}.work-type8-img-col{width:100%;box-sizing:border-box}@media(min-width:992px){.work-type8-img-col{flex:0 0 530px;width:530px;max-width:530px}}.work-type8-img-wrapper{width:100%;overflow:hidden;box-sizing:border-box}@media(min-width:992px){.work-type8-img-wrapper{width:530px;height:100%;min-width:530px;min-height:530px}}.work-type8-img{width:100%;height:auto;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;display:block;box-sizing:border-box}@media(min-width:768px){.work-type8-img{aspect-ratio:4/3;max-height:450px}}@media(min-width:992px){.work-type8-img{width:530px;height:100%;min-width:530px;min-height:530px;-o-object-fit:cover;object-fit:cover}}.work-type8-content-col{width:100%;box-sizing:border-box;padding:16px 0}@media(min-width:768px){.work-type8-content-col{padding:24px 0}}@media(min-width:1200px){.work-type8-content-col{flex:auto;max-width:calc(100% - 554px);padding:40px}}.work-type8-content{display:flex;flex-direction:column;width:100%;height:100%;box-sizing:border-box;align-items:space-between;justify-content:space-between}.work-type8-badges{display:flex;flex-wrap:wrap;gap:8px;width:100%;box-sizing:border-box;margin-bottom:24px}.work-type8-card-title{font-weight:600;line-height:100%;color:#1e1d28;margin:0 0 8px;font-size:22px}@media(min-width:768px){.work-type8-card-title{font-size:24px}}@media(min-width:992px){.work-type8-card-title{font-size:26px}}@media(min-width:1200px){.work-type8-card-title{font-size:28px}}.work-type8-card-description{font-size:15px;line-height:1.6;color:#3b5068;margin:0 0 24px}@media(min-width:992px){.work-type8-card-description{font-size:16px}}.work-type8-stats{display:flex;flex-direction:row;gap:24px;margin-top:8px;width:100%;box-sizing:border-box}@media(min-width:576px){.work-type8-stats{gap:40px}}.work-type8-stat-item{display:flex;flex-direction:column;gap:4px;flex:initial;box-sizing:border-box}.work-type8-stat-number{font-family:mona-sans,sans-serif;font-weight:600;line-height:130%;color:#011627;font-size:28px}@media(min-width:768px){.work-type8-stat-number{font-size:30px}}@media(min-width:992px){.work-type8-stat-number{font-size:32px}}.work-type8-stat-label{font-size:14px;font-weight:500;line-height:120%;color:#3b5068;margin:2px 0 0;max-width:140px}@media(min-width:768px){.work-type8-stat-label{font-size:14px}}.work-type8-buttons{display:flex;flex-wrap:wrap;gap:16px;margin-top:12px;width:100%;box-sizing:border-box}.tabsType3{position:relative;overflow:hidden;z-index:1;padding-top:24px;padding-bottom:24px}@media(min-width:768px){.tabsType3{padding-top:32px;padding-bottom:32px}}@media(min-width:992px){.tabsType3{padding-top:80px;padding-bottom:80px}}.tabsType3 .background{background-color:#f8f9ff;position:absolute;width:100%;height:100%;overflow:hidden;left:0;right:0;top:0;bottom:0;z-index:-1;-webkit-user-select:none;-moz-user-select:none;user-select:none;will-change:transform}.tabsType3 .background .ellipse{position:absolute;opacity:.2;border-radius:50%}@media(max-width:1199.98px){.tabsType3 .background .ellipse{transform:scale(.7)rotate(-60deg) !important}}.tabsType3 .background .ellipse-1{width:492px;height:612px;left:-12%;top:40%;background-color:#0004ff;filter:blur(150px)saturate(1.1);transform:rotate(-45deg)}.tabsType3 .background .ellipse-2{width:383px;height:476px;left:-14%;top:20%;background:#ff00b7;filter:blur(75px)saturate(1.1);transform:rotate(-60deg)}.tabsType3 .background .ellipse-3{width:226px;height:281px;left:-5%;top:10%;background:#00e1ff;filter:blur(50px)saturate(1.1);transform:rotate(-60deg)}.tabsType3 .background .ellipse-4{width:226px;height:281px;left:59%;top:62.5%;background:#00e1ff;filter:blur(50px)saturate(1.1);transform:rotate(-60deg)}.tabsType3 .background .ellipse-5{width:383px;height:476px;left:42%;top:6%;background:#ff00b7;filter:blur(75px)saturate(1.1);transform:rotate(-60deg)}.tabsType3 .background .ellipse-6{width:492px;height:612px;left:78%;top:-10%;background:#0004ff;filter:blur(150px)saturate(1.1);transform:rotate(-90deg)}.tabsType3 .background .grid-lines{position:absolute;background:url(/images/bg-patterns/grid-line-w.svg)repeat top/100px;top:0;left:0;right:0;bottom:0}.tabsType3 .tabs-type3-container{position:relative;z-index:1}.tabsType3 .tabs-type3-intro{display:flex;justify-content:center;text-align:center;margin-bottom:32px}@media(min-width:768px){.tabsType3 .tabs-type3-intro{margin-bottom:40px}}@media(min-width:992px){.tabsType3 .tabs-type3-intro{margin-bottom:56px}}.tabsType3 .tabs-type3-intro .tabs-type3-intro-content{width:100%}.tabsType3 .tabs-type3-intro .tabs-type3-intro-content h3{font-weight:600;font-size:32px;line-height:130%;letter-spacing:0%;text-align:center;color:#1e1d28}@media(min-width:992px){.tabsType3 .tabs-type3-intro .tabs-type3-intro-content{max-width:80%}}@media(min-width:1200px){.tabsType3 .tabs-type3-intro .tabs-type3-intro-content{max-width:75%}}@media(min-width:1400px){.tabsType3 .tabs-type3-intro .tabs-type3-intro-content{max-width:66%}}.tabsType3 .tabs-type3-intro .tabs-type3-intro-content .tabs-type3-subtext{margin-top:8px;font-size:16px;font-weight:400;line-height:26px;color:#3b5068 !important}.tabsType3 .tabs-type3-wrapper{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}@media(min-width:992px){.tabsType3 .tabs-type3-wrapper{gap:24px;flex-wrap:nowrap;align-items:stretch}}.tabsType3 .tabs-type3-col{width:100%;display:flex;justify-content:center;min-width:0}@media(min-width:992px){.tabsType3 .tabs-type3-col.tabs-type3-col-left{justify-content:flex-end;width:auto;flex:1;min-width:0}}@media(min-width:992px){.tabsType3 .tabs-type3-col.tabs-type3-col-right{justify-content:flex-start;width:auto;flex:1;min-width:0}}.tabsType3 .tabs-type3-card{border:1px solid #eaecf4 !important;border-radius:24px;background-color:#fff;box-shadow:0 10px 30px rgba(0,0,0,3%);height:auto;display:flex;flex-direction:column;justify-content:space-between;width:100%;padding:24px;min-width:0}@media(min-width:768px){.tabsType3 .tabs-type3-card{max-width:100%;padding:32px}}@media(min-width:992px){.tabsType3 .tabs-type3-card{height:521px;max-width:628px;padding:40px}}.tabsType3 .tabs-type3-img-container{border-radius:24px;overflow:hidden;height:300px;width:100%;min-width:0}@media(min-width:768px){.tabsType3 .tabs-type3-img-container{height:400px;max-width:100%}}@media(min-width:992px){.tabsType3 .tabs-type3-img-container{height:521px;max-width:628px}}.tabsType3 .tabs-type3-pane{display:none;height:100%;width:100%}.tabsType3 .tabs-type3-pane.active{display:flex;flex-direction:column;min-width:0}.tabsType3 .tabs-type3-img{width:100% !important;height:100% !important;-o-object-fit:cover;object-fit:cover;border-radius:24px;box-shadow:0 1px 2px rgba(0,0,0,.075);transition:transform .3s ease}.tabsType3 .tabs-type3-content-container{width:100%;overflow:hidden}.tabsType3 .tabs-type3-content-container h3{margin-bottom:8px;font-weight:600;font-size:20px;color:#1e1d28;white-space:nowrap;text-overflow:ellipsis;width:100%}@media(min-width:768px){.tabsType3 .tabs-type3-content-container h3{font-size:24px}}@media(min-width:992px){.tabsType3 .tabs-type3-content-container h3{font-size:28px}}.tabsType3 .tabs-type3-content-container .text-secondary p{color:#3b5068;font-size:15px;font-weight:400;line-height:22px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-weight:400px}@media(min-width:768px){.tabsType3 .tabs-type3-content-container .text-secondary p{font-size:16px;line-height:24px}}@media(min-width:992px){.tabsType3 .tabs-type3-content-container .text-secondary p{font-size:18px;line-height:26px}}.tabsType3 .tabs-type3-nav{display:flex;flex-direction:column;width:100%}.tabsType3 .tabs-type3-nav .tabs-type3-btn{font-size:15px;font-weight:500;color:#667085;border-bottom:1px solid #f2f4f7 !important;border-radius:0;transition:all .2s ease;cursor:pointer;padding:12px 0 !important;text-align:left;border:0;background:0 0;width:100%}.tabsType3 .tabs-type3-nav .tabs-type3-btn:last-child{border-bottom:0 !important}.tabsType3 .tabs-type3-nav .tabs-type3-btn:hover{color:#1d2939}.tabsType3 .tabs-type3-nav .tabs-type3-btn.active{font-weight:700;color:#101828;padding-left:0 !important;position:relative}.tabsType4{position:relative;overflow:hidden;z-index:1;background-color:#1e1d28;padding-top:40px;padding-bottom:40px}@media(min-width:768px){.tabsType4{padding-top:60px;padding-bottom:60px}}@media(min-width:992px){.tabsType4{padding-top:80px;padding-bottom:80px}}.tabsType4 .tabs-type4-container{position:relative;z-index:1}.tabsType4 .tabs-type4-intro-content{width:100%;margin-bottom:32px}@media(min-width:768px){.tabsType4 .tabs-type4-intro-content{margin-bottom:40px}}@media(min-width:992px){.tabsType4 .tabs-type4-intro-content{margin-bottom:48px}}.tabsType4 .tabs-type4-intro-content h2{color:#fff;font-size:24px;line-height:130%}@media(min-width:768px){.tabsType4 .tabs-type4-intro-content h2{font-size:28px}}@media(min-width:992px){.tabsType4 .tabs-type4-intro-content h2{font-size:32px}}.tabsType4 .tabs-type4-intro-content .tabs-type4-subtext{margin-top:12px;color:#ddd;font-size:15px;line-height:24px;font-weight:400}@media(min-width:768px){.tabsType4 .tabs-type4-intro-content .tabs-type4-subtext{font-size:16px;line-height:24px}}@media(min-width:992px){.tabsType4 .tabs-type4-intro-content .tabs-type4-subtext{font-size:18px;line-height:26px}}.tabsType4 .tabs-type4-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:40px}.tabsType4 .tabs-type4-nav{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:36px}@media(min-width:768px){.tabsType4 .tabs-type4-nav{margin-bottom:48px}}.tabsType4 .tabs-type4-pill{background:rgba(255,255,255,3%);border:1px solid rgba(255,255,255,.12);border-radius:500px;color:rgba(255,255,255,.75);font-size:14px;font-weight:500;line-height:1.4;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;white-space:nowrap;padding:12px 28px}@media(min-width:768px){.tabsType4 .tabs-type4-pill{font-size:15px;padding:12px 28px}}@media(min-width:992px){.tabsType4 .tabs-type4-pill{font-size:18px;padding:16px 48px}}.tabsType4 .tabs-type4-pill:hover{background:#fff;border-color:#fff;color:#1e1d28;font-weight:600;box-shadow:0 4px 20px rgba(255,255,255,.15)}.type24-section{padding:40px 0}.type24-section .container-md{padding:0 16px}@media(min-width:992px){.type24-section{padding:80px 0}}@media(min-width:768px){.type24-section{padding:60px 0}}.type24-section.bg-white{background-color:#fff}.type24-section.bg-greyB{background-color:var(--bs-tertiary-bg,#f5f6fa)}.type24-section .type24-card{background-color:#f8f9ff;border-radius:16px;border:1px solid #eaecf4}.type24-section .type24-row{display:flex;flex-direction:column;gap:2rem;align-items:center}@media(min-width:992px){.type24-section .type24-row{flex-direction:row;gap:3rem}}.type24-section .type24-col-left{width:100%;padding:24px 20px}@media(min-width:768px){.type24-section .type24-col-left{padding:40px}}@media(min-width:992px){.type24-section .type24-col-left{padding:60px;width:45%;flex:0 0 45%}}.type24-section .type24-col-right{width:100%}@media(min-width:992px){.type24-section .type24-col-right{width:55%;flex:0 0 55%}}.type24-section .type24-content{margin-left:0}@media(min-width:992px){.type24-section .type24-content{margin-left:20px;margin-right:1rem;max-width:408px}}.type24-section .type24-heading{margin-bottom:1rem;font-size:20px;line-height:125%;font-weight:600}@media(min-width:768px){.type24-section .type24-heading{font-size:26px;line-height:130%;margin-bottom:1.5rem}}@media(min-width:992px){.type24-section .type24-heading{font-size:32px}}.type24-section .type24-btn-wrapper{margin-top:1rem}@media(min-width:768px){.type24-section .type24-btn-wrapper{margin-top:1.5rem}}.type24-section .type24-marquee-wrapper{position:relative;overflow:hidden;height:300px;width:100%;max-width:100%}@media(min-width:768px){.type24-section .type24-marquee-wrapper{max-width:600px;margin:0 auto;height:340px}}@media(min-width:992px){.type24-section .type24-marquee-wrapper{max-width:420px;margin:0;height:440px}}@media(min-width:1200px){.type24-section .type24-marquee-wrapper{max-width:500px}}.type24-section .type24-scroll-container{height:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.type24-section .type24-scroll-container::-webkit-scrollbar{display:none}.type24-section .type24-marquee-group{display:flex;flex-direction:column;gap:.875rem;padding-bottom:.875rem}.type24-section .type24-item{background-color:#fff;padding:12px 14px;border-radius:1rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 4px 16px rgba(0,0,0,3%);border:1px solid rgba(225,228,238,.6)}@media(min-width:768px){.type24-section .type24-item{padding:14px 16px;gap:1rem}}@media(min-width:992px){.type24-section .type24-item{padding:15px 16px}}.type24-section .type24-icon-box{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#f0effd}.type24-section .type24-icon-box img{width:20px;height:20px}@media(min-width:768px){.type24-section .type24-icon-box{width:48px;height:48px}.type24-section .type24-icon-box img{width:24px;height:24px}}@media(min-width:992px){.type24-section .type24-icon-box{width:54px;height:54px}.type24-section .type24-icon-box img{width:auto;height:auto}}.type24-section .type24-item-text{font-size:.875rem;font-weight:500;margin-bottom:0;color:#1e1d28;line-height:150%}@media(min-width:768px){.type24-section .type24-item-text{font-size:.95rem;line-height:22px}}@media(min-width:992px){.type24-section .type24-item-text{font-size:1rem;line-height:25px}}.type25-section{padding:40px 0;background-color:#f8f9ff}@media(min-width:768px){.type25-section{padding:60px 0}}@media(min-width:992px){.type25-section{padding:80px 0}}.type25-section .type25-row{display:flex;flex-direction:column;gap:24px;align-items:stretch}@media(min-width:768px){.type25-section .type25-row{gap:32px}}@media(min-width:992px){.type25-section .type25-row{flex-direction:row;align-items:stretch;justify-content:space-between;gap:40px}}@media(min-width:1200px){.type25-section .type25-row{gap:56px}}.type25-section .type25-col-left{width:100%;min-width:0}@media(min-width:992px){.type25-section .type25-col-left{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}}.type25-section .type25-col-right{display:none}@media(min-width:992px){.type25-section .type25-col-right{display:flex;flex:1;min-width:0;justify-content:flex-end;align-self:stretch}}.type25-section .type25-content{width:100%}.type25-section .type25-heading{color:#1e1d28;font-size:24px;line-height:130%;font-weight:700;margin-bottom:8px}@media(min-width:768px){.type25-section .type25-heading{font-size:28px;margin-bottom:12px}}@media(min-width:992px){.type25-section .type25-heading{font-size:32px;margin-bottom:16px}}.type25-section .type25-subtext{color:#3b5068;font-size:15px;line-height:24px;margin-bottom:16px}@media(min-width:768px){.type25-section .type25-subtext{font-size:16px;line-height:26px;margin-bottom:24px}}@media(min-width:992px){.type25-section .type25-subtext{font-size:18px;line-height:26px;margin-bottom:32px}}.type25-section .type25-divider{height:1px;background-color:#eaecf4;width:100%;margin:12px 0}@media(min-width:768px){.type25-section .type25-divider{margin:16px 0}}@media(min-width:992px){.type25-section .type25-divider{margin:20px 0}}.type25-section .type25-accordion{display:flex;flex-direction:column;width:100%}.type25-section .type25-accordion .type25-item{border:0;background:0 0}.type25-section .type25-accordion .type25-item .type25-item-btn{width:100%;display:flex;align-items:center;justify-content:space-between;color:#1e1d28;border:0;background:0 0;cursor:pointer;text-align:left;padding:0;transition:color .2s ease}.type25-section .type25-accordion .type25-item .type25-item-btn .type25-item-title{font-size:16px;line-height:24px;font-weight:600;flex:1}@media(min-width:768px){.type25-section .type25-accordion .type25-item .type25-item-btn .type25-item-title{font-size:18px;line-height:26px}}@media(min-width:992px){.type25-section .type25-accordion .type25-item .type25-item-btn .type25-item-title{font-size:20px;line-height:28px}}.type25-section .type25-accordion .type25-item .type25-item-btn .type25-item-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;position:relative}.type25-section .type25-accordion .type25-item .type25-item-btn .type25-item-icon::before{content:"";width:8px;height:8px;border-right:2px solid #1e1d28;border-bottom:2px solid #1e1d28;transform:rotate(45deg);transition:transform .3s ease}@media(min-width:992px){.type25-section .type25-accordion .type25-item .type25-item-btn .type25-item-icon{display:none !important}}.type25-section .type25-accordion .type25-item .type25-item-content{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(0,1,0,1);font-weight:400}.type25-section .type25-accordion .type25-item.active .type25-item-btn{color:#101828}.type25-section .type25-accordion .type25-item.active .type25-item-btn .type25-item-icon::before{transform:rotate(-135deg)}.type25-section .type25-accordion .type25-item.active .type25-item-content{max-height:500px;transition:max-height .35s ease-in-out}.type25-section .type25-accordion .type25-item .type25-item-body{font-size:14px;line-height:22px;color:#3b5068;padding-top:8px}@media(min-width:768px){.type25-section .type25-accordion .type25-item .type25-item-body{font-size:15px;line-height:24px}}@media(min-width:992px){.type25-section .type25-accordion .type25-item .type25-item-body{font-size:16px;line-height:26px}}.type25-section .type25-image-card{display:none}@media(min-width:992px){.type25-section .type25-image-card{display:block;border-radius:24px;border:1px solid #eaecf4;background-color:#fff;width:100%;height:100%;max-width:560px;margin:0;overflow:hidden;position:relative}}@media(min-width:1200px){.type25-section .type25-image-card{max-width:620px}}.type25-section .type25-image-card .type25-image-wrapper{position:relative;width:100%;height:100%}.type25-section .type25-image-card .type25-image-wrapper .type25-img-pane{position:absolute;top:0;left:0;display:none;opacity:0;transition:opacity .35s ease-in-out,transform .35s ease-in-out;transform:scale(.98);width:100%;height:100%}.type25-section .type25-image-card .type25-image-wrapper .type25-img-pane.active.show{display:block;opacity:1;transform:scale(1)}.type25-section .type25-image-card .type25-image-wrapper .type25-img-pane .type25-img{width:100% !important;height:100% !important;-o-object-fit:cover;object-fit:cover;border-radius:inherit;display:block}@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}