/*
Theme Name: Hello Elemetor
Theme URI: https://petyyxz.asia/
Author: Site Owner
Description: Native editable block theme closely matching the authorized AimStar reference website.
Version: 6.0.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: aimstar-editable
*/

:root{--aim-blue:#435ca7;--aim-navy:#203957;--aim-pale:#c0d6ef;--aim-ice:#f1f2f3;--aim-teal:#4ed6d2;--aim-text:#4f4f54}
html{scroll-behavior:smooth}body{margin:0;color:var(--aim-text);font-family:"Century Gothic","URW Gothic L",Arial,sans-serif;font-size:18px;line-height:1.6}.wp-site-blocks{overflow:hidden}.wp-site-blocks>*{margin-block-start:0}
.aim-topbar{height:37px;box-sizing:border-box}.aim-header{min-height:100px;box-sizing:border-box;position:relative;z-index:20}.aim-logo img{width:155px;height:auto}.aim-header .wp-block-navigation-item__content{color:#29292d!important;text-decoration:none}.aim-header .wp-block-navigation-item__content:hover{color:var(--aim-blue)!important}
.aim-hero{min-height:790px}.aim-hero .wp-block-cover__inner-container{width:100%}.aim-hero-title{max-width:1100px;margin-inline:auto!important;font-size:clamp(45px,5vw,72px)!important;line-height:1.05!important;text-shadow:0 2px 8px rgba(0,0,0,.15)}
.aim-btn .wp-block-button__link{background:#4ed6d2!important;color:#fff!important;border-radius:30px!important;padding:16px 31px!important;font-weight:700}.aim-btn .wp-block-button__link:hover{background:#435ca7!important}
.aim-section{padding:90px clamp(24px,5vw,76px)}.aim-gradient-light{background:linear-gradient(180deg,#c0d6ef 0%,#f1f2f3 100%)}.aim-gradient-blue{background:linear-gradient(180deg,#435ca7 0%,#173d7f 100%)}.aim-gradient-mid{background:linear-gradient(180deg,#173d7f 0%,#c0d6ef 100%)}
.aim-heading{font-size:clamp(36px,4vw,46px)!important;line-height:1.18!important;font-weight:600!important;color:#435ca7!important}.aim-heading-white{color:#fff!important}.aim-lead{font-size:18px;line-height:1.8}.aim-image-round img{border-radius:50%;aspect-ratio:1;object-fit:cover}.aim-service-card{position:relative;min-height:540px;overflow:hidden}.aim-service-card img{width:100%;height:540px;object-fit:cover;transition:transform .35s ease}.aim-service-card:hover img{transform:scale(1.03)}.aim-service-overlay{position:absolute;inset:auto 0 0;background:linear-gradient(transparent,rgba(19,49,91,.92));padding:120px 32px 32px;color:white}.aim-service-overlay h2{color:#fff!important;font-size:30px!important}
.aim-insight-card{background:#fff;padding:28px;height:100%;box-shadow:0 12px 35px rgba(23,61,127,.12)}.aim-insight-card img{width:100%;aspect-ratio:2/1;object-fit:cover}.aim-process{position:relative}.aim-process:before{content:"";position:absolute;top:28px;left:9%;right:9%;height:2px;background:#435ca7}.aim-process-item{position:relative;text-align:center}.aim-process-number{width:58px;height:58px;border-radius:50%;background:#435ca7;color:white;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:20px;font-weight:700;position:relative;z-index:2}.aim-process-item h3{font-size:22px!important;color:#4f4f54!important}
.aim-tool-card{min-height:430px;display:flex;align-items:flex-end;background-size:cover;background-position:center;position:relative;padding:36px;box-sizing:border-box}.aim-tool-card:before{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(23,61,127,.92))}.aim-tool-card>*{position:relative;z-index:1}.aim-tier{min-height:570px;background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:42px;box-sizing:border-box;position:relative}.aim-tier:before{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(19,49,91,.93))}.aim-tier>*{position:relative;z-index:1}.aim-tier h2{color:#fff!important}
.aim-footer a{color:#fff!important;text-decoration:none}.aim-footer a:hover{color:#4ed6d2!important}.aim-footer-logo img{width:210px}.aim-inner-hero{min-height:510px}.aim-inner-hero h1{font-size:clamp(42px,5vw,64px)!important}.aim-card{height:100%;box-sizing:border-box;transition:transform .25s ease,box-shadow .25s ease}.aim-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(32,57,87,.14)}.aim-kicker{letter-spacing:.16em;text-transform:uppercase}

/* Dynamic behavior copied from the reference site's motion language. */
.aim-hero-slider{position:relative;height:790px;overflow:hidden}.aim-hero-slider>.aim-hero-slide{position:absolute;inset:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity 1s ease,visibility 1s ease;z-index:1}.aim-hero-slider>.aim-hero-slide.is-active{opacity:1;visibility:visible;z-index:2}.aim-hero-slide .wp-block-cover__image-background{transform:scale(1);transition:transform 10s ease-out}.aim-hero-slide.is-active .wp-block-cover__image-background{transform:scale(1.09)}.aim-hero-slide .aim-hero-title,.aim-hero-slide .wp-block-buttons{opacity:0;transform:translateY(45px)}.aim-hero-slide.is-active .aim-hero-title,.aim-hero-slide.is-active .wp-block-buttons{animation:aimFadeUp 1.2s .25s both}.aim-hero-slide.is-active .wp-block-buttons{animation-delay:.48s}.aim-slider-dots{position:absolute;z-index:5;bottom:22px;left:50%;transform:translateX(-50%);display:flex;gap:9px}.aim-slider-dots button{width:9px;height:9px;border:0;border-radius:50%;padding:0;background:rgba(255,255,255,.35);cursor:pointer;transition:transform .3s,background .3s}.aim-slider-dots button.is-active{background:#4ed6d2;transform:scale(1.25)}
.aim-js .aim-animate{opacity:0;transform:translate3d(0,45px,0);transition:opacity 1.1s ease var(--aim-delay,0ms),transform 1.1s cubic-bezier(.2,.75,.25,1) var(--aim-delay,0ms);will-change:opacity,transform}.aim-js .aim-animate.is-visible{opacity:1;transform:translate3d(0,0,0)}.aim-js .aim-service-card.aim-animate,.aim-js .aim-tier.aim-animate{transform:translate3d(0,55px,0)}.aim-js .aim-service-card.aim-animate.is-visible,.aim-js .aim-tier.aim-animate.is-visible{transform:translate3d(0,0,0)}.aim-image-round{transition:transform .18s ease-out;will-change:transform}.aim-header{transition:box-shadow .35s ease,transform .35s ease}.aim-header.is-scrolled{box-shadow:0 8px 28px rgba(32,57,87,.13)}
.aim-logo-band{padding:54px 0;background:#fff;overflow:hidden}.aim-logo-marquee{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}.aim-logo-track{display:flex;width:max-content;align-items:center;gap:58px;animation:aimMarquee 32s linear infinite}.aim-logo-marquee:hover .aim-logo-track{animation-play-state:paused}.aim-logo-track img{width:150px;height:75px;object-fit:contain;filter:grayscale(1);opacity:.72;transition:filter .3s,opacity .3s,transform .3s}.aim-logo-track img:hover{filter:grayscale(0);opacity:1;transform:scale(1.06)}
.aim-services-section{background:#c0d6ef!important;padding-top:72px!important}.aim-service-kicker{max-width:1240px;margin:0 auto 2px!important;font-size:15px}.aim-service-kicker strong{display:inline-flex;align-items:center;gap:12px}.aim-service-kicker strong::first-letter{color:#435ca7}.aim-services-intro{max-width:1100px;margin:34px auto 18px!important;font-size:18px;line-height:1.55}.aim-services-cards{align-items:stretch}.aim-service-detail-card{height:100%;box-sizing:border-box;padding:44px 40px 32px;border:1px solid rgba(255,255,255,.9);border-radius:19px;background:rgba(255,255,255,.09);transition:transform .4s cubic-bezier(.2,.75,.25,1),box-shadow .4s ease}.aim-service-detail-card:hover{transform:translateY(-9px);box-shadow:0 22px 45px rgba(32,57,87,.14)}.aim-service-detail-card h3{font-size:30px!important;line-height:1.28!important;color:#435ca7!important;margin:0 0 22px}.aim-service-detail-card>p:nth-of-type(1){min-height:80px;max-width:270px;margin:0 auto 28px!important;font-family:Georgia,'Times New Roman',serif;font-size:18px;line-height:1.55}.aim-service-detail-card figure{margin:0 0 18px!important;overflow:hidden;border-radius:19px;box-shadow:0 2px 12px rgba(0,0,0,.38)}.aim-service-detail-card figure img{width:100%;height:378px;object-fit:cover;transition:transform .7s ease}.aim-service-detail-card:hover figure img{transform:scale(1.035)}.aim-service-detail-card ul{list-style:none;padding:0;margin:12px 0 23px}.aim-service-detail-card li{position:relative;padding:7px 0 7px 29px;border-bottom:1px solid rgba(79,79,84,.28);font-family:Georgia,'Times New Roman',serif;font-size:16px;line-height:1.3}.aim-service-detail-card li:before{content:'◎';position:absolute;left:0;color:#435ca7;font-family:Arial,sans-serif;font-weight:700}.aim-service-detail-card li:nth-child(2):before{content:'◔'}.aim-service-detail-card li:nth-child(3):before{content:'⊕'}.aim-service-detail-card>p:last-child{margin-top:auto!important}.aim-service-detail-card>p:last-child a{font-weight:700;text-decoration:none}
.aim-insights-section{background:#35549f!important;padding-top:78px!important}.aim-insights-kicker{margin-bottom:32px!important}.aim-insights-kicker strong{font-size:16px}.aim-insights-kicker strong::first-letter{color:#61d4d5}.aim-insights-section>.aim-heading{margin-bottom:36px!important}.aim-insights-query{max-width:1320px!important}.aim-insights-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:32px 12px!important}.aim-insight-post-card{position:relative;height:100%;min-height:397px;overflow:hidden;border-radius:19px;background:#fff;color:#435ca7;box-shadow:0 8px 24px rgba(14,38,87,.14);transition:transform .4s cubic-bezier(.2,.75,.25,1),box-shadow .4s}.aim-insight-post-card:hover{transform:translateY(-9px);box-shadow:0 20px 38px rgba(11,31,71,.3)}.aim-insight-post-card .wp-block-post-featured-image{margin:0;height:205px;overflow:hidden}.aim-insight-post-card .wp-block-post-featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .75s ease}.aim-insight-post-card:hover .wp-block-post-featured-image img{transform:scale(1.055)}.aim-insight-tag{position:absolute;z-index:2;top:20px;right:20px;margin:0!important}.aim-insight-tag a{display:inline-block;padding:7px 14px;border-radius:20px;background:#61d4d5;color:#35549f!important;font-family:Georgia,'Times New Roman',serif;font-size:11px;text-decoration:none}.aim-insight-post-body{min-height:145px;box-sizing:border-box;padding:24px 20px 18px}.aim-insight-post-body .wp-block-post-title{margin:0 0 28px;font-size:20px!important;line-height:1.28!important;text-transform:none}.aim-insight-post-body .wp-block-post-title a{color:#35549f!important;text-decoration:none}.aim-insight-post-body .wp-block-read-more{color:#ef3340!important;font-size:12px;font-weight:700;text-decoration:none}.aim-insight-date{margin:0!important;padding:10px 20px;border-top:1px solid #e7e7e7;color:#35549f;font-size:12px}.aim-insight-date time{font-size:12px}
@keyframes aimFadeUp{from{opacity:0;transform:translate3d(0,45px,0)}to{opacity:1;transform:translate3d(0,0,0)}}@keyframes aimMarquee{to{transform:translateX(-50%)}}

/* Elementor reference breakpoints: tablet 1024px, mobile 767px. */
@media(max-width:1024px){.aim-header{padding-block:19px!important}.aim-header .wp-block-navigation{font-size:14px}.aim-hero-slider{height:650px}.aim-hero{min-height:650px!important}.aim-section{padding:68px 30px}.aim-process:before{display:none}.aim-service-card,.aim-service-card img{min-height:470px;height:470px}.aim-header .wp-block-navigation__responsive-container{background:#fff!important;color:#29292d!important}.aim-tier{min-height:480px}.aim-logo-track{gap:38px}.aim-logo-track img{width:125px}.aim-tool-card{min-height:380px}.aim-inner-hero{min-height:440px}.aim-services-cards{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px!important}.aim-services-cards>.wp-block-column:last-child{grid-column:1/-1;max-width:50%;margin-inline:auto}.aim-insights-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:26px 18px!important}.aim-service-detail-card figure img{height:350px}}
@media(max-width:767px){.aim-topbar{height:30px}.aim-topbar p{text-align:center!important}.aim-logo img{width:137px}.aim-header{min-height:82px;padding:17px 20px!important}.aim-hero-slider{height:530px}.aim-hero{min-height:530px!important}.aim-hero-title{font-size:38px!important;line-height:1.1!important;padding-inline:15px}.aim-heading{font-size:34px!important}.aim-section{padding:54px 19px}.aim-section>.wp-block-columns{gap:38px}.aim-image-round{max-width:420px;margin-inline:auto}.aim-service-card,.aim-service-card img{height:490px;min-height:490px}.aim-service-overlay{padding:105px 24px 25px}.aim-service-overlay h2{font-size:27px!important}.aim-process{gap:26px}.aim-process-item{padding:8px 20px}.aim-tier{min-height:450px;padding:28px}.aim-tool-card{min-height:400px}.aim-logo-band{padding:38px 0}.aim-logo-track{gap:30px;animation-duration:24s}.aim-logo-track img{width:105px;height:58px}.aim-footer{text-align:center}.aim-footer .wp-block-columns{gap:38px}.aim-inner-hero{min-height:390px}.aim-inner-hero h1{font-size:39px!important}.aim-slider-dots{bottom:17px}.aim-services-intro{font-size:16px}.aim-services-cards{display:flex!important;gap:24px!important}.aim-services-cards>.wp-block-column:last-child{max-width:none}.aim-service-detail-card{padding:34px 25px 25px}.aim-service-detail-card h3{font-size:27px!important}.aim-service-detail-card figure img{height:390px}.aim-insights-grid{grid-template-columns:1fr!important;gap:24px!important}.aim-insight-post-card{min-height:390px}.aim-insight-post-card .wp-block-post-featured-image{height:auto;aspect-ratio:2/1}.aim-insights-section{padding-inline:16px!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.aim-hero-slide,.aim-hero-slide *,.aim-animate,.aim-logo-track,.aim-image-round{animation:none!important;transition:none!important;transform:none!important}.aim-js .aim-animate{opacity:1!important}.aim-hero-slider>.aim-hero-slide:not(.is-active){display:none}}

/* Contact Us 5.3.0 — isolated from the approved Home page. */
.contact-page-section{font-family:"Century Gothic","URW Gothic L",Arial,sans-serif;color:#525257}.contact-page-section .elementor-widget-text-editor p{margin:0}.contact-kicker p{display:flex;align-items:center;gap:26px;font-size:18px;line-height:1.3}.contact-kicker span{display:inline-block;width:20px;height:20px;border-radius:2px;background:#435ca7;flex:0 0 auto}.contact-kicker strong{font-weight:700}.contact-hero-card{box-sizing:border-box;min-height:760px;padding:76px 84px;border-radius:22px;background:#fff;box-shadow:0 20px 52px rgba(17,42,82,.24);gap:64px}.contact-hero-title .elementor-heading-title{margin:28px 0 24px;color:#435ca7;font-size:58px;line-height:1.17;font-weight:700}.contact-hero-lead{max-width:610px;font-size:20px;line-height:1.55}.contact-hero-list{margin-top:36px;max-width:630px;font-family:Georgia,"Times New Roman",serif;font-size:20px;line-height:1.5}.contact-rule{width:38px;height:2px;margin-bottom:27px;background:#435ca7}.contact-hero-list ul{margin:0 0 26px;padding:0;list-style:none}.contact-hero-list li{position:relative;margin:13px 0;padding-left:54px}.contact-hero-list li:before{content:"";position:absolute;left:0;top:.45em;width:0;height:0;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:10px solid #435ca7}.contact-btn .elementor-button{display:inline-flex;align-items:center;justify-content:center;min-height:66px;padding:15px 34px;border-radius:24px;background:#435ca7;color:#fff;font-size:20px;font-weight:700;text-decoration:none;transition:transform .3s ease,background .3s ease,box-shadow .3s ease}.contact-btn .elementor-button:hover{background:#4ed6d2;transform:translateY(-3px);box-shadow:0 12px 25px rgba(29,66,142,.22)}.contact-family-image{position:relative;z-index:1;transition:transform .18s ease-out;will-change:transform}.contact-family-image img{width:100%;max-height:620px;aspect-ratio:1.03;object-fit:cover;border-radius:12px;transform:rotate(-5deg);box-shadow:0 15px 40px rgba(0,0,0,.35)}
.contact-section-inner,.contact-faq-inner{gap:30px}.contact-office-grid{gap:38px}.contact-office-card{box-sizing:border-box;min-height:670px;padding:48px 50px;border:1px solid rgba(67,92,167,.13);border-radius:22px;background:#fff;box-shadow:0 18px 45px rgba(20,43,84,.11);transition:transform .35s ease,box-shadow .35s ease}.contact-office-card:hover{transform:translateY(-7px);box-shadow:0 26px 55px rgba(20,43,84,.18)}.contact-office-title .elementor-heading-title{margin:0 0 26px;color:#435ca7;font-size:38px;line-height:1.2}.contact-office-row{gap:30px;margin:8px 0 18px}.contact-row-icon{width:34px;flex:0 0 34px;margin-top:32px}.contact-row-icon .elementor-icon{color:#435ca7;font-size:28px}.contact-office-detail{font-family:Georgia,"Times New Roman",serif;font-size:21px;line-height:1.45}.contact-office-detail strong{font-weight:700}
.contact-form-section{position:relative}.contact-form-panel{box-sizing:border-box;padding:76px 70px 34px;background:rgba(255,255,255,.91);box-shadow:0 16px 45px rgba(16,39,78,.16)}.contact-section-title .elementor-heading-title{color:#435ca7;font-size:42px;line-height:1.2;font-weight:700}.contact-form-title{text-align:center;margin-top:10px}.contact-form-intro{text-align:center;margin:0 0 44px;font-family:Georgia,"Times New Roman",serif;font-size:21px}.contact-pro-form .elementor-field-group{padding:0 18px;margin-bottom:25px}.contact-pro-form .elementor-field-label{margin-bottom:8px;color:#4f4f54;font-size:20px;font-weight:700}.contact-pro-form input.elementor-field,.contact-pro-form select.elementor-field,.contact-pro-form textarea.elementor-field{min-height:66px;padding:17px 25px;border:1px solid #d4d4d4;border-radius:0;background:#fff;color:#4f4f54;font-size:18px}.contact-pro-form textarea.elementor-field{min-height:125px}.contact-pro-form .elementor-field-type-submit{justify-content:center}.contact-pro-form .elementor-button{min-height:76px;padding:18px 42px;border:2px solid #435ca7;border-radius:25px;background:#435ca7;color:#fff;font-size:19px;font-weight:700;box-shadow:0 5px 9px rgba(35,60,125,.28)}.contact-pro-form .elementor-button:hover{background:#fff;color:#435ca7}.contact-privacy{padding:0 18px;color:#bcbec4;font-family:Georgia,"Times New Roman",serif;font-size:14px;line-height:1.4}
.contact-faq-heading-row{gap:30px}.contact-faq-title .elementor-heading-title{font-size:58px}.contact-faq-intro{font-size:20px}.contact-faq-icon{width:120px;flex:0 0 120px}.contact-faq-icon .elementor-icon{color:#435ca7;font-size:96px}.contact-faq-stage{position:relative;padding:50px;overflow:hidden}.contact-faq-stage:before{content:"";position:absolute;inset:0;background:rgba(22,35,63,.64)}.contact-accordion{position:relative;z-index:1}.contact-accordion .elementor-accordion-item{border:0}.contact-accordion .elementor-tab-title{padding:44px 58px;border:0!important;background:#435ca7;color:#fff;font-size:24px;font-weight:700}.contact-accordion .elementor-tab-title .elementor-accordion-icon{color:#61d4d5}.contact-accordion .elementor-tab-content{padding:28px 58px 38px;border:0!important;background:rgba(30,31,42,.78);color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:20px;line-height:1.55}.contact-accordion .elementor-tab-content a{color:#fff;text-decoration:underline}
.contact-career-section{position:relative;color:#fff;text-align:center}.contact-career-section:before{content:"";position:absolute;inset:0;background:rgba(12,43,79,.81)}.contact-career-section>*{position:relative;z-index:1}.contact-career-title .elementor-heading-title{color:#fff;font-size:58px;line-height:1.12}.contact-career-copy{max-width:1150px;color:#fff;font-size:21px}.contact-career-btn .elementor-button{border-radius:0;background:#61cfd0;min-width:280px}.contact-career-btn .elementor-button:hover{background:#435ca7}
@media(max-width:1024px){.contact-hero-card{min-height:650px;padding:58px 44px;gap:38px}.contact-hero-title .elementor-heading-title{font-size:43px}.contact-hero-lead,.contact-hero-list{font-size:17px}.contact-family-image img{max-height:500px}.contact-office-card{padding:38px 30px;min-height:640px}.contact-office-title .elementor-heading-title{font-size:31px}.contact-office-row{gap:18px}.contact-office-detail{font-size:18px}.contact-form-panel{padding:60px 38px 30px}.contact-faq-title .elementor-heading-title{font-size:45px}.contact-faq-stage{padding:35px}.contact-career-title .elementor-heading-title{font-size:48px}}
@media(max-width:767px){.contact-hero-card{min-height:0;padding:38px 23px;gap:48px;border-radius:16px}.contact-kicker p{gap:15px;font-size:15px}.contact-kicker span{width:15px;height:15px}.contact-hero-title .elementor-heading-title{font-size:38px}.contact-hero-lead,.contact-hero-list{font-size:16px}.contact-hero-list li{padding-left:30px}.contact-btn .elementor-button{min-height:58px;padding:12px 23px;font-size:16px}.contact-family-image img{transform:rotate(-2deg);max-height:none}.contact-office-grid{gap:24px}.contact-office-card{min-height:0;padding:34px 22px}.contact-office-title .elementor-heading-title{font-size:28px}.contact-office-row{gap:14px}.contact-row-icon{width:26px;flex-basis:26px}.contact-row-icon .elementor-icon{font-size:23px}.contact-office-detail{font-size:17px}.contact-form-panel{padding:44px 8px 25px}.contact-section-title .elementor-heading-title{font-size:34px}.contact-form-intro{font-size:17px}.contact-pro-form .elementor-field-group{width:100%!important;padding:0 10px}.contact-pro-form .elementor-field-label{font-size:17px}.contact-privacy{padding:0 10px;font-size:12px}.contact-faq-heading-row{display:block}.contact-faq-heading-copy{width:100%!important}.contact-faq-title .elementor-heading-title{font-size:38px}.contact-faq-icon{display:none}.contact-faq-stage{padding:15px}.contact-accordion .elementor-tab-title{padding:25px 20px;font-size:18px}.contact-accordion .elementor-tab-content{padding:22px 20px 28px;font-size:16px}.contact-career-section{min-height:410px!important}.contact-career-title .elementor-heading-title{font-size:40px}.contact-career-copy{font-size:17px}}

/* Contact Us 5.3.1 refinement: offices, form and FAQ. */
.contact-offices-section .contact-section-inner{max-width:1500px;margin-inline:auto}.contact-office-grid{align-items:stretch}.contact-office-card{height:100%;justify-content:flex-start}.contact-office-card>.contact-office-title{margin-bottom:4px}.contact-office-row{display:grid!important;grid-template-columns:42px minmax(0,1fr);align-items:start;min-height:96px;margin:0;gap:20px}.contact-row-icon{width:42px!important;max-width:42px;display:flex;align-items:center;justify-content:center;margin-top:31px}.contact-row-icon .elementor-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px}.contact-office-detail{align-self:start}.contact-office-detail p{margin:20px 0 0!important}.contact-office-toronto .contact-office-row:first-of-type .elementor-icon{color:#61cfd0}.contact-office-card a{color:inherit;text-decoration:none}.contact-office-card a:hover{color:#435ca7}
.contact-form-panel{max-width:1500px;margin-inline:auto}.contact-pro-form{max-width:1400px;margin-inline:auto}.contact-pro-form input.elementor-field,.contact-pro-form select.elementor-field,.contact-pro-form textarea.elementor-field{transition:border-color .22s ease,box-shadow .22s ease,background .22s ease}.contact-pro-form input.elementor-field:focus,.contact-pro-form select.elementor-field:focus,.contact-pro-form textarea.elementor-field:focus{border-color:#435ca7;box-shadow:0 0 0 3px rgba(67,92,167,.12);background:#fff;outline:0}.contact-pro-form select.elementor-field{cursor:pointer}.contact-pro-form .elementor-message{max-width:1364px;margin:16px auto 0;padding:14px 18px;border-radius:8px;background:rgba(255,255,255,.9)}
.contact-faq-stage{min-height:0}.contact-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:1px solid rgba(255,255,255,.08)}.contact-accordion .elementor-tab-title{min-height:112px;display:flex;align-items:center;transition:background .25s ease}.contact-accordion .elementor-tab-title:hover,.contact-accordion .elementor-tab-title.elementor-active{background:#3d58a4}.contact-accordion .elementor-accordion-icon{margin-left:auto}.contact-accordion .elementor-tab-content{animation:contactFaqIn .32s ease both}.contact-accordion .elementor-tab-content p{margin:0}@keyframes contactFaqIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1024px){.contact-office-row{grid-template-columns:34px minmax(0,1fr);gap:14px}.contact-row-icon{width:34px!important;max-width:34px}.contact-accordion .elementor-tab-title{min-height:96px}}
@media(max-width:767px){.contact-office-row{min-height:0;margin-bottom:10px}.contact-row-icon{margin-top:24px}.contact-office-detail p{margin-top:15px!important}.contact-accordion .elementor-tab-title{min-height:74px}.contact-pro-form .elementor-message{margin-inline:10px}}

/* Contact Us 5.3.2: compact square office cards. */
.contact-offices-section .contact-section-inner{max-width:1320px}.contact-office-grid{width:100%;max-width:1260px;margin-inline:auto;justify-content:center;gap:46px}.contact-office-card{width:calc(50% - 23px)!important;max-width:607px;min-height:0;aspect-ratio:1/1;padding:38px 42px}.contact-office-title .elementor-heading-title{font-size:34px}.contact-office-row{min-height:88px}.contact-office-detail{font-size:19px;line-height:1.38}.contact-office-detail p{margin-top:16px!important}.contact-row-icon{margin-top:26px}
@media(max-width:1024px){.contact-offices-section .contact-section-inner{max-width:940px}.contact-office-grid{gap:28px}.contact-office-card{width:calc(50% - 14px)!important;max-width:none;aspect-ratio:auto;min-height:590px;padding:34px 28px}.contact-office-detail{font-size:17px}.contact-office-title .elementor-heading-title{font-size:29px}}
@media(max-width:767px){.contact-office-grid{gap:22px}.contact-office-card{width:100%!important;max-width:520px;min-height:0;aspect-ratio:auto;padding:32px 22px}.contact-office-title .elementor-heading-title{font-size:27px}.contact-office-detail{font-size:16px}}

/* About AimStar 5.4.0 — isolated Elementor page styles. */
.about-page-section{font-family:"Century Gothic","URW Gothic L",Arial,sans-serif;color:#55555b}.about-page-section .elementor-widget-text-editor p{margin-top:0}.about-kicker p{display:flex;align-items:center;gap:28px;margin:0;font-size:18px}.about-kicker span{width:20px;height:20px;border-radius:2px;background:#435ca7;flex:0 0 auto}.about-rule{width:38px;height:2px;margin:30px 0;background:#435ca7}.about-intro-panel{box-sizing:border-box;min-height:930px;padding:78px 88px;border-radius:6px;background:#fff;gap:70px}.about-hero-title .elementor-heading-title{margin:42px 0 0;color:#435ca7;font-size:58px;line-height:1.2}.about-intro-copytext{font-family:Georgia,"Times New Roman",serif;font-size:20px;line-height:1.55}.about-intro-copytext p{margin-bottom:20px}.about-btn .elementor-button{display:inline-flex;align-items:center;justify-content:center;min-height:66px;padding:14px 35px;border-radius:24px;background:#435ca7;color:#fff;font-size:20px;font-weight:700;transition:transform .3s,background .3s,box-shadow .3s}.about-btn .elementor-button:hover{background:#61cfd0;transform:translateY(-3px);box-shadow:0 12px 25px rgba(29,66,142,.22)}.about-video{margin-top:38px;overflow:hidden;border-radius:8px;box-shadow:0 5px 17px rgba(0,0,0,.42)}.about-regulatory-copy{margin-top:50px;padding-left:38px;border-left:4px solid #435ca7;font-family:Georgia,"Times New Roman",serif;font-size:20px;line-height:1.55}.about-regulator-row{gap:60px}.about-regulator-logo{text-align:center}.about-regulator-logo strong{color:#111;font-size:27px}.about-regulator-logo small{font-size:9px}
.about-solutions-inner{gap:35px;align-items:stretch}.about-solutions-col{gap:25px}.about-solutions-intro{text-align:center}.about-section-title .elementor-heading-title{color:#435ca7;font-size:55px;line-height:1.15}.about-solutions-lead{font-family:Georgia,"Times New Roman",serif;font-size:20px;line-height:1.5}.about-rule-center{margin:25px auto}.about-solution-card{box-sizing:border-box;min-height:350px;padding:45px;border-radius:24px;background:#fff;box-shadow:0 2px 13px rgba(0,0,0,.32);transition:transform .35s ease,box-shadow .35s ease}.about-solution-card:hover{transform:translateY(-8px);box-shadow:0 18px 34px rgba(20,43,84,.2)}.about-card-title .elementor-heading-title{color:#435ca7;font-size:36px;line-height:1.2}.about-card-copy{font-family:Georgia,"Times New Roman",serif;font-size:20px;line-height:1.5}.about-exclusive-card{min-height:470px;text-align:left}.about-solutions-button .elementor-button{width:100%;min-height:145px;border-radius:24px;background:#435ca7;color:#fff;font-size:20px;font-weight:700;text-align:center}
.about-difference-section{position:relative}.about-difference-section:before{content:"";position:absolute;inset:0;background:rgba(48,103,158,.64)}.about-difference-inner{position:relative;z-index:1}.about-white-kicker,.about-white-title,.about-difference-intro{color:#fff;text-align:center}.about-white-kicker p{justify-content:center}.about-white-kicker span{background:#61cfd0}.about-white-title .elementor-heading-title{color:#fff;font-size:53px}.about-difference-intro{font-family:Georgia,"Times New Roman",serif;font-size:20px}.about-difference-grid{gap:25px}.about-difference-card{box-sizing:border-box;width:calc(50% - 13px)!important;min-height:450px;padding:32px 38px;border-radius:13px;background:#fff;text-align:center}.about-icon .elementor-icon{background:#435ca7;color:#fff;font-size:34px}.about-difference-title .elementor-heading-title{color:#36363c;font-size:25px}.about-difference-copy{font-family:Georgia,"Times New Roman",serif;font-size:19px;line-height:1.55}.about-explore{margin-top:auto}.about-explore a{color:#ef3d68;text-decoration:none;font-family:Georgia,"Times New Roman",serif;font-size:20px}.about-explore a:hover{color:#435ca7}
.about-gpm-inner{text-align:center}.about-gpm-kicker{align-self:flex-start}.about-gpm-title .elementor-heading-title{font-size:54px}.about-gpm-copy{max-width:1500px;font-family:Georgia,"Times New Roman",serif;font-size:20px;line-height:1.55}.about-gpm-image{width:min(660px,100%);margin-top:18px;transition:transform .18s ease-out}.about-gpm-image img{width:100%;border-radius:12px;box-shadow:0 2px 14px rgba(0,0,0,.35)}
.about-history-section{position:relative}.about-history-section:before{content:"";position:absolute;inset:0;background:rgba(52,107,159,.4)}.about-history-panel{position:relative;z-index:1;box-sizing:border-box;padding:50px 34px 70px;background:#f5f5f6;text-align:center}.about-history-title .elementor-heading-title{font-size:54px}.about-history-intro{font-size:20px}.about-company-logos{gap:70px;padding:35px 0;border-bottom:1px solid #ddd}.about-company-logo img{width:240px}.about-insurance-label{margin-top:-18px;font-size:13px;letter-spacing:.35em}.about-milestone{position:relative;padding:34px 62px 25px;text-align:left}.about-milestone:before{content:"";position:absolute;left:28px;top:50px;bottom:-25px;width:4px;background:#435ca7}.about-milestone:last-child:before{bottom:35px}.about-year{color:#435ca7;font-size:22px}.about-milestone-title .elementor-heading-title{color:#435ca7;font-size:24px}.about-milestone-copy{font-family:Georgia,"Times New Roman",serif;font-size:19px;line-height:1.5}
.about-team-section{align-items:flex-start}.about-team-panel{box-sizing:border-box;margin-left:10%;padding:70px 75px;background:rgba(48,50,68,.72);color:#fff}.about-team-title .elementor-heading-title{color:#fff;font-size:56px}.about-team-copy{font-family:Georgia,"Times New Roman",serif;font-size:21px;line-height:1.55}.about-team-btn .elementor-button{min-width:235px;border-radius:12px;background:#61cfd0}.about-team-btn .elementor-button:hover{background:#435ca7}
@media(max-width:1024px){.about-intro-panel{min-height:760px;padding:58px 42px;gap:38px}.about-hero-title .elementor-heading-title{font-size:42px}.about-intro-copytext,.about-regulatory-copy{font-size:17px}.about-section-title .elementor-heading-title,.about-gpm-title .elementor-heading-title,.about-history-title .elementor-heading-title{font-size:43px}.about-solutions-inner{gap:20px}.about-solutions-col{gap:20px}.about-solution-card{padding:32px 26px}.about-card-title .elementor-heading-title{font-size:28px}.about-card-copy,.about-solutions-lead{font-size:17px}.about-difference-card{min-height:430px;padding:28px 25px}.about-difference-copy{font-size:17px}.about-team-panel{margin-left:6%;max-width:650px;padding:55px}.about-team-title .elementor-heading-title{font-size:45px}}
@media(max-width:767px){.about-kicker p{gap:15px;font-size:15px}.about-kicker span{width:15px;height:15px}.about-intro-panel{min-height:0;padding:38px 22px;gap:35px}.about-hero-title .elementor-heading-title{font-size:38px}.about-intro-copytext,.about-regulatory-copy{font-size:16px}.about-video{margin-top:10px}.about-regulatory-copy{margin-top:28px;padding-left:20px}.about-regulator-row{gap:20px}.about-btn .elementor-button{min-height:57px;padding:12px 22px;font-size:16px}.about-solutions-inner{gap:24px}.about-solutions-col{width:100%!important;gap:24px}.about-section-title .elementor-heading-title,.about-gpm-title .elementor-heading-title,.about-history-title .elementor-heading-title{font-size:37px}.about-solution-card,.about-exclusive-card{min-height:300px;padding:32px 25px}.about-card-title .elementor-heading-title{font-size:28px}.about-solutions-button .elementor-button{min-height:110px}.about-white-title .elementor-heading-title{font-size:37px}.about-difference-grid{gap:22px}.about-difference-card{width:100%!important;min-height:0;padding:30px 22px}.about-gpm-copy{font-size:16px}.about-history-panel{padding:38px 15px 50px}.about-company-logos{gap:20px}.about-company-logo img{width:210px}.about-milestone{padding:30px 22px 22px 48px}.about-milestone:before{left:20px}.about-milestone-copy{font-size:16px}.about-team-section{min-height:560px!important}.about-team-panel{width:100%;max-width:none;margin:0;padding:40px 25px}.about-team-title .elementor-heading-title{font-size:40px}.about-team-copy{font-size:17px}}

/* Elementor-native Home 4.0 — every section/widget remains selectable in Elementor. */
body.elementor-page,body.elementor-page .elementor,body.elementor-page .elementor-widget-text-editor,body.elementor-page .elementor-widget-icon-list{font-family:"Century Gothic","URW Gothic L",Arial,sans-serif;font-size:18px;line-height:1.6;color:#646464}body.elementor-page .elementor h1,body.elementor-page .elementor h2,body.elementor-page .elementor h3,body.elementor-page .elementor h4,body.elementor-page .elementor .elementor-heading-title{font-family:"Century Gothic","URW Gothic L",Arial,sans-serif;font-weight:700}.elementor-page .entry-content,.wp-block-post-content>.elementor{width:100%!important;max-width:none!important;margin:0!important}.el-home-section{margin:0!important}.el-home-inner{width:100%;margin-inline:auto}
.el-home-hero{position:relative!important;height:650px;min-height:650px;overflow:hidden}.el-home-hero .el-hero-slide{position:absolute!important;inset:0;isolation:isolate;width:100%;height:650px;min-height:650px;opacity:0;visibility:hidden;transition:opacity 1s ease,visibility 1s ease}.el-home-hero .el-hero-slide.is-active{opacity:1;visibility:visible}.el-home-hero .el-hero-slide:before{content:"";position:absolute;inset:0;background:rgba(16,45,80,.16);z-index:0}.el-home-hero .el-hero-slide>*{position:relative;z-index:1}.el-home-hero .el-hero-motion-bg{position:absolute;z-index:-1;inset:-5%;background-position:center;background-size:cover;transform:scale(1);transition:transform 10s ease-out}.el-home-hero .el-hero-slide.is-active .el-hero-motion-bg{transform:scale(1.09)}.el-hero-title{max-width:1120px;text-align:center}.el-hero-title .elementor-heading-title{font-size:clamp(48px,5vw,72px)!important;line-height:1.06!important;color:#fff!important;text-shadow:0 2px 9px rgba(0,0,0,.2)}.el-center-button .elementor-button-wrapper{text-align:center}.aim-btn .elementor-button{background:#4ed6d2!important;border-radius:30px!important;padding:16px 31px!important;color:#fff!important;font-weight:700;transition:background .3s,transform .3s}.aim-btn .elementor-button:hover{background:#435ca7!important;transform:translateY(-3px)}.el-hero-slide .aim-btn{opacity:0;transform:translateY(45px)}.el-hero-slide.is-active .aim-btn{animation:aimFadeUp 1.2s .48s both}
.el-home-welcome{background:linear-gradient(180deg,#c0d6ef 0%,#f1f2f3 100%)}.el-welcome-inner{max-width:1120px!important;min-height:617px;display:flex!important;gap:70px;align-items:center}.el-welcome-copy,.el-welcome-media{width:50%}.el-kicker{font-size:15px;font-weight:700;color:#4f4f54}.el-kicker strong:first-letter{color:#435ca7}.el-welcome-copy .aim-heading .elementor-heading-title{font-size:46px!important;line-height:1.2!important;color:#435ca7}.el-welcome-copy .aim-lead{max-width:500px}.el-welcome-list .elementor-icon-list-icon{color:#435ca7}.el-welcome-tilt{width:500px;max-width:100%;transition:transform .18s ease-out;will-change:transform}.el-welcome-tilt img{width:500px!important;height:500px!important;max-width:100%;aspect-ratio:1;object-fit:cover;border-radius:0!important;box-shadow:none!important}
.el-home-services{min-height:1101px}.el-home-services>.e-con-inner,.el-home-services{align-content:flex-start}.el-center-title{text-align:center}.el-center-title .elementor-heading-title{font-size:46px!important;line-height:1.2;color:#435ca7}.el-services-row{display:flex!important;gap:30px;align-items:stretch}.el-service-card{width:calc((100% - 60px)/3)!important;min-height:840px!important;padding:44px 40px 32px!important;border:1px solid rgba(255,255,255,.95)!important;border-radius:19px!important;background:rgba(255,255,255,.08)!important;box-shadow:0 0 28px rgba(32,57,87,.32)!important;transition:transform .45s cubic-bezier(.2,.75,.25,1),box-shadow .45s!important}.el-service-card:hover{transform:translateY(-10px);box-shadow:0 18px 42px rgba(32,57,87,.48)!important}.el-service-title .elementor-heading-title{font-size:30px!important;line-height:1.28;color:#435ca7}.el-service-description{min-height:96px;text-align:center;font-family:Georgia,"Times New Roman",serif}.el-service-image{overflow:hidden;border-radius:20px;box-shadow:rgba(0,0,0,.5) 0 0 10px 0;transition:transform .55s cubic-bezier(.2,.75,.25,1)}.el-service-image img{width:100%!important;height:376px!important;object-fit:cover;border-radius:20px;transition:transform .65s ease}.el-service-card:hover .el-service-image{transform:scale(.93)}.el-service-card:hover .el-service-image img{transform:scale(1)}.el-service-list{font-family:Georgia,"Times New Roman",serif}.el-service-list .elementor-icon-list-item{padding:6px 0!important;border-bottom:1px solid rgba(79,79,84,.28)}.el-service-link{margin-top:auto}.el-service-link .elementor-button{padding:0!important;background:transparent!important;color:#435ca7!important;font-weight:700}
.el-home-professional{min-height:509px;background:linear-gradient(180deg,#435ca7 0%,#173d7f 100%)}.el-professional-inner{max-width:1120px!important;min-height:509px;display:flex!important;gap:70px;align-items:center}.el-professional-copy,.el-professional-media{width:50%}.el-professional-title .elementor-heading-title{font-size:30px!important;line-height:1.3;color:#fff}.el-professional-copy,.el-professional-copy .aim-lead{color:#fff}.el-professional-image img{width:100%;height:320px;object-fit:cover}.aim-js .el-slide-down.aim-animate{transform:translate3d(0,-65px,0)}.aim-js .el-slide-down.aim-animate.is-visible{transform:translate3d(0,0,0)}
.el-home-insights{position:relative;min-height:1003px;background:#35549f}.el-home-insights:before{content:"";position:absolute;top:0;left:5%;right:5%;height:38px;border-top:2px solid rgba(255,255,255,.92);border-radius:50% 50% 0 0/18px 18px 0 0}.el-home-insights:after{content:"";position:absolute;top:-1px;left:50%;width:22px;height:22px;transform:translateX(-50%) rotate(45deg);background:#35549f;border-right:2px solid #fff;border-bottom:2px solid #fff}.el-white-title .elementor-heading-title{color:#fff!important}.el-insight-kicker{text-align:center;color:#fff}.el-insights-grid{max-width:1320px!important;display:flex!important;flex-wrap:wrap;gap:32px 12px}.el-insight-card{position:relative;width:calc((100% - 36px)/4)!important;min-height:397px;border-radius:19px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(14,38,87,.18);transition:transform .4s,box-shadow .4s}.el-insight-card:hover{transform:translateY(-9px);box-shadow:0 20px 38px rgba(11,31,71,.34)}.el-insight-image img{width:100%!important;height:205px!important;object-fit:cover;transition:transform .7s}.el-insight-card:hover .el-insight-image img{transform:scale(1.055)}.el-insight-category{position:absolute!important;top:20px;right:20px;z-index:2;width:auto!important}.el-insight-category .elementor-widget-container{padding:7px 14px;border-radius:20px;background:#61d4d5;color:#35549f;font:11px Georgia,serif}.el-insight-title{padding:21px 20px 0}.el-insight-title .elementor-heading-title{font-size:20px!important;line-height:1.28;color:#35549f}.el-insight-more{padding:0 20px}.el-insight-more .elementor-button{padding:0;background:transparent;color:#ef3340;font-size:12px;font-weight:700}.el-insight-date{margin-top:auto;padding:10px 20px;border-top:1px solid #e7e7e7;color:#35549f;font-size:12px}
.el-home-process{min-height:1082px;background:linear-gradient(180deg,#c0d6ef 0%,#f1f2f3 100%)}.el-process-row{max-width:1120px!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.el-process-step{width:100%!important;min-height:260px;padding:34px 30px;text-align:center;border:1px solid rgba(255,255,255,.95);border-radius:18px;background:rgba(255,255,255,.22);transition:transform .35s,box-shadow .35s}.el-process-step:last-child{grid-column:1/-1;width:calc(50% - 14px)!important;justify-self:center}.el-process-step:hover{transform:translateY(-8px);box-shadow:0 18px 36px rgba(67,92,167,.2)}.el-process-number .elementor-widget-container{display:flex;width:58px;height:58px;margin:auto;border-radius:50%;align-items:center;justify-content:center;background:#435ca7;color:#fff;font-weight:700}.el-process-title .elementor-heading-title{font-size:22px!important;color:#4f4f54}.el-process-text{text-align:center}
.el-home-diversify{min-height:1106px;background:linear-gradient(180deg,#f1f2f3 0%,#c0d6ef 100%)}.el-diversify-inner{max-width:1120px!important}.el-diversify-video{margin-top:40px;box-shadow:0 18px 45px rgba(32,57,87,.24)}.el-diversify-video iframe,.el-diversify-video video{min-height:620px}
.el-home-tools{min-height:541px;background:linear-gradient(180deg,#c0d6ef 0%,#435ca7 100%)}.el-tools-inner{max-width:1240px!important;min-height:541px;display:flex!important}.el-tools-intro,.el-tool-card{width:33.333%!important;min-height:541px;padding:40px}.el-tool-card{position:relative;background-size:cover;overflow:hidden;transition:transform .4s}.el-tool-card:before{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(23,61,127,.92))}.el-tool-card>*{position:relative;z-index:1}.el-tool-card:hover{transform:translateY(-10px)}.el-tool-title .elementor-heading-title,.el-tool-text,.el-tool-button .elementor-button{color:#fff}.el-tool-button .elementor-button{padding:0;background:transparent;font-weight:700}.el-tool-bird img{width:auto;height:auto;max-width:222px}
.el-home-tiers{min-height:704px;background:#c0d6ef}.el-tiers-inner{max-width:1120px!important;min-height:704px;display:flex!important;gap:18px;align-items:stretch}.el-tier-intro,.el-tier-card{width:33.333%!important}.el-tier-intro{padding:45px 30px}.el-tier-card{position:relative;min-height:570px;padding:42px;border:1px solid rgba(255,255,255,.95);overflow:hidden;background-size:cover;transition:transform .4s,box-shadow .4s}.el-tier-card:before{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(19,49,91,.93));transition:background .4s}.el-tier-card>*{position:relative;z-index:1}.el-tier-card:hover{transform:translateY(-10px);box-shadow:0 22px 46px rgba(32,57,87,.32)}.el-tier-card:hover:before{background:linear-gradient(rgba(67,92,167,.1),rgba(19,49,91,.82))}.el-tier-assets,.el-tier-title .elementor-heading-title,.el-tier-link .elementor-button{color:#fff}.el-tier-title .elementor-heading-title{font-size:26px!important}.el-tier-link .elementor-button{padding:0;background:transparent;font-weight:700}
.el-home-partners{border-bottom:2px solid #435ca7}.el-partner-track{display:flex!important;width:max-content!important;gap:58px;animation:aimMarquee 32s linear infinite}.el-partner-logo{width:150px!important;flex:0 0 150px}.el-partner-logo img{width:150px!important;height:75px!important;object-fit:contain;filter:grayscale(1);opacity:.72}.aim-footer{min-height:603px;font-family:"Century Gothic","URW Gothic L",Arial,sans-serif;background:#203957!important}
.elementor-editor-active .el-home-hero{height:auto!important}.elementor-editor-active .el-home-hero .el-hero-slide{position:relative!important;opacity:1!important;visibility:visible!important;margin-bottom:12px}.elementor-editor-active .el-hero-slide .aim-btn,.elementor-editor-active .aim-animate{opacity:1!important;transform:none!important;animation:none!important}
@media(max-width:1024px){.el-home-hero,.el-home-hero .el-hero-slide{height:520px;min-height:520px}.el-hero-title .elementor-heading-title{font-size:52px!important}.el-welcome-inner,.el-professional-inner{gap:38px;padding-inline:30px}.el-welcome-copy .aim-heading .elementor-heading-title{font-size:40px!important}.el-welcome-tilt img{height:auto!important;aspect-ratio:1}.el-services-row{flex-wrap:wrap}.el-service-card{width:calc(50% - 15px)!important}.el-service-card:last-child{margin-inline:auto}.el-insight-card{width:calc(50% - 6px)!important}.el-process-row{padding-inline:30px}.el-diversify-video iframe,.el-diversify-video video{min-height:500px}.el-tiers-inner{padding:50px 24px}.el-tier-card{padding:28px}.el-tools-intro,.el-tool-card{padding:28px}}
@media(max-width:767px){body.elementor-page .elementor,body.elementor-page .elementor-widget-text-editor{font-size:16px}.el-home-hero,.el-home-hero .el-hero-slide{height:390px;min-height:390px}.el-hero-title .elementor-heading-title{font-size:37px!important}.el-welcome-inner,.el-professional-inner{display:flex!important;flex-direction:column!important;padding:52px 20px}.el-welcome-copy,.el-welcome-media,.el-professional-copy,.el-professional-media{width:100%!important}.el-welcome-copy .aim-heading .elementor-heading-title,.el-center-title .elementor-heading-title{font-size:34px!important}.el-welcome-tilt{margin:auto}.el-welcome-tilt img{width:100%!important;height:auto!important}.el-service-card{width:100%!important;min-height:auto!important;padding:34px 25px 25px!important}.el-service-image img{height:420px!important}.el-insight-card{width:100%!important}.el-process-row{display:flex!important;flex-direction:column;padding-inline:0}.el-process-step,.el-process-step:last-child{width:100%!important}.el-home-diversify{min-height:auto}.el-diversify-video iframe,.el-diversify-video video{min-height:260px}.el-tools-inner,.el-tiers-inner{display:flex!important;flex-direction:column!important}.el-tools-intro,.el-tool-card,.el-tier-intro,.el-tier-card{width:100%!important}.el-tools-intro,.el-tool-card{min-height:400px}.el-tiers-inner{padding:52px 18px}.el-tier-card{min-height:470px}.el-partner-track{gap:30px;animation-duration:24s}.el-partner-logo{width:105px!important;flex-basis:105px}.el-partner-logo img{width:105px!important;height:58px!important}}

/* Global footer is an Elementor Saved Template, editable without Elementor Pro. */
.el-elementor-footer{box-sizing:border-box;min-height:603px;color:#fff;background:#203957!important;font-family:"Century Gothic","URW Gothic L",Arial,sans-serif}.el-footer-columns{width:100%;margin:auto}.el-footer-company{width:calc(38% - 20px)!important}.el-footer-links{width:calc(20.666% - 20px)!important}.el-footer-logo img{width:210px!important;height:auto!important}.el-footer-copy{max-width:360px;line-height:1.55}.el-elementor-footer h4,.el-elementor-footer .elementor-heading-title{color:#fff!important;font-size:18px!important}.el-elementor-footer a{color:#fff!important;text-decoration:none}.el-elementor-footer a:hover{color:#4ed6d2!important}.el-footer-copyright{width:100%;padding-top:22px;border-top:1px solid #435ca7;text-align:center;font-size:13px}.el-footer-copyright p{margin:0}@media(max-width:1024px){.el-footer-company{width:calc(46% - 20px)!important}.el-footer-links{width:calc(18% - 20px)!important}}@media(max-width:767px){.el-elementor-footer{min-height:auto}.el-footer-company,.el-footer-links{width:100%!important;text-align:center}.el-footer-logo{text-align:center}.el-footer-copy{max-width:none}.el-footer-columns{gap:34px!important}}

/* v5 native Elementor inner-page system. Every visual object remains a widget. */
.aim-page-section{box-sizing:border-box;width:100%;margin:0!important}.aim-page-inner{width:100%;max-width:1200px;margin-inline:auto}.aim-split{display:flex!important}.aim-page-hero{min-height:720px}.aim-page-hero .aim-page-inner{min-height:540px}.aim-page-title .elementor-heading-title{font-size:64px!important;line-height:1.05!important;color:#435ca7}.aim-page-lead{max-width:560px}.aim-kicker{font-size:15px;font-weight:700;letter-spacing:.01em;color:#4f4f54}.aim-center{text-align:center}.aim-section-title .elementor-heading-title{font-size:46px!important;line-height:1.2!important;color:#435ca7}.aim-white .elementor-heading-title{color:#fff!important}.aim-main-image img{display:block;width:100%!important;height:510px!important;object-fit:cover}.aim-main-image,.aim-tilt{transition:transform .18s ease-out;will-change:transform}.aim-card-grid{display:flex!important;flex-wrap:wrap;justify-content:center;align-items:stretch;margin-top:38px}.aim-info-card{width:calc(33.333% - 16px)!important;min-height:360px;padding:34px 30px;border:1px solid rgba(255,255,255,.94);border-radius:18px;background:rgba(255,255,255,.18);box-shadow:0 0 28px rgba(32,57,87,.26);overflow:hidden;transition:transform .45s,box-shadow .45s}.aim-info-card:hover{transform:translateY(-10px);box-shadow:0 22px 45px rgba(32,57,87,.4)}.aim-info-card .aim-card-image{margin:-34px -30px 26px;overflow:hidden}.aim-info-card .aim-card-image img{width:100%!important;height:255px!important;object-fit:cover;transition:transform .55s}.aim-info-card:hover .aim-card-image img{transform:scale(.94)}.aim-card-title .elementor-heading-title{font-size:28px!important;line-height:1.25;color:#435ca7}.aim-feature-row{display:flex!important;min-height:560px;padding-block:50px;border-bottom:1px solid rgba(67,92,167,.16)}.aim-feature-title .elementor-heading-title{font-size:34px!important;line-height:1.2;color:#435ca7}.aim-feature-image img{display:block;width:100%!important;height:460px!important;object-fit:cover}.aim-tier-inner{display:flex!important;min-height:620px}.aim-tier-intro{padding:46px 30px}.aim-tier-card{position:relative;min-height:570px;padding:42px;border:1px solid rgba(255,255,255,.95);overflow:hidden;background-position:center;background-size:cover;transition:transform .4s,box-shadow .4s}.aim-tier-card:before{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(19,49,91,.94))}.aim-tier-card>*{position:relative;z-index:1}.aim-tier-card:hover{transform:translateY(-10px);box-shadow:0 22px 46px rgba(32,57,87,.35)}.aim-tier-card .elementor-heading-title,.aim-tier-card,.aim-tier-card .elementor-button{color:#fff!important}.aim-tier-link .elementor-button{padding:0;background:transparent;font-weight:700}.aim-partners{overflow:hidden}.aim-partner-track{display:flex!important;width:max-content!important;gap:45px;animation:aimLogoScroll 38s linear infinite}.aim-partner-logo{width:150px!important;flex:0 0 150px}.aim-partner-logo img{width:150px!important;height:72px!important;object-fit:contain;filter:grayscale(1);opacity:.76}.aim-form-wrap{padding:42px;border-radius:18px;background:#fff;box-shadow:0 16px 44px rgba(17,46,86,.18)}.aim-contact-form .elementor-field{min-height:48px;border-radius:4px}.aim-contact-form .elementor-button{border-radius:30px;background:#66cccc}.aim-faq .elementor-accordion-item{margin-bottom:12px;border:1px solid rgba(67,92,167,.22)!important;border-radius:8px;overflow:hidden}.aim-strategy-brief{min-height:711px}.aim-strategy-brief .aim-split{min-height:570px}
.aim-js .aim-reveal-up,.aim-js .aim-reveal-left,.aim-js .aim-reveal-right{opacity:0;transition:opacity .8s ease,transform .8s ease}.aim-js .aim-reveal-up{transform:translateY(55px)}.aim-js .aim-reveal-left{transform:translateX(-55px)}.aim-js .aim-reveal-right{transform:translateX(55px)}.aim-js .aim-reveal-up.is-visible,.aim-js .aim-reveal-left.is-visible,.aim-js .aim-reveal-right.is-visible{opacity:1;transform:none}
@media(max-width:1024px){.aim-page-hero{min-height:660px}.aim-page-title .elementor-heading-title{font-size:45px!important}.aim-section-title .elementor-heading-title{font-size:32px!important}.aim-page-inner{max-width:1024px}.aim-page-hero .aim-page-inner,.aim-feature-row{padding-inline:20px}.aim-info-card{width:calc(50% - 12px)!important}.aim-feature-row{min-height:500px}.aim-main-image img,.aim-feature-image img{height:420px!important}.aim-tier-inner{padding-inline:20px}.aim-tier-card{padding:28px}.aim-partner-logo{width:130px!important;flex-basis:130px}}
@media(max-width:767px){.aim-page-hero{min-height:auto}.aim-split,.aim-feature-row,.aim-tier-inner{display:flex!important;flex-direction:column!important}.aim-page-title .elementor-heading-title{font-size:35px!important}.aim-section-title .elementor-heading-title{font-size:27px!important}.aim-inner-copy,.aim-inner-media,.aim-feature-copy,.aim-feature-media,.aim-tier-intro,.aim-tier-card{width:100%!important}.aim-main-image img,.aim-feature-image img{height:auto!important;max-height:470px;aspect-ratio:4/5}.aim-info-card{width:100%!important;min-height:auto;padding:28px 24px}.aim-info-card .aim-card-image{margin:-28px -24px 22px}.aim-card-title .elementor-heading-title{font-size:22px!important}.aim-feature-row{min-height:auto;padding:42px 0}.aim-feature-row:nth-child(even) .aim-feature-media{order:2}.aim-feature-title .elementor-heading-title{font-size:25px!important}.aim-tier-inner{padding-inline:0}.aim-tier-intro{padding:32px 12px}.aim-tier-card{min-height:470px}.aim-form-wrap{padding:25px 18px}.aim-partner-track{gap:25px;animation-duration:25s}.aim-partner-logo{width:105px!important;flex-basis:105px}.aim-partner-logo img{width:105px!important;height:58px!important}.aim-strategy-brief{min-height:auto}}
@media(prefers-reduced-motion:reduce){.aim-partner-track{animation:none!important}.aim-js .aim-reveal-up,.aim-js .aim-reveal-left,.aim-js .aim-reveal-right{opacity:1!important;transform:none!important;transition:none!important}.aim-tilt{transform:none!important}}
.aim-pro-header{font-family:"Century Gothic","URW Gothic L",Arial,sans-serif;box-shadow:0 2px 12px rgba(25,49,81,.08)}.aim-pro-topbar{min-height:45px}.aim-pro-email,.aim-pro-email p{margin:0;color:#fff;font-size:13px}.aim-pro-email a{color:#fff}.aim-pro-navrow{display:flex!important}.aim-pro-logo img{width:200px!important;height:auto!important}.aim-pro-menu .elementor-nav-menu--main .elementor-item{padding:16px 18px;color:#111;font-weight:700}.aim-pro-menu .elementor-nav-menu--dropdown{border-radius:0;background:#fff;box-shadow:0 12px 28px rgba(17,44,78,.18)}.aim-pro-menu .elementor-item:hover,.aim-pro-menu .elementor-item-active{color:#435ca7!important}@media(max-width:1024px){.aim-pro-logo img{width:180px!important}.aim-pro-menu .elementor-menu-toggle{margin-left:auto;background:transparent;color:#435ca7}}@media(max-width:767px){.aim-pro-topbar{display:none!important}.aim-pro-logo img{width:155px!important}}

/* Home v5.1 — screenshot-matched interactive sections. */
.el-home-welcome{padding:20px 32px 42px!important;background:#c0d6ef!important}.el-welcome-inner{max-width:1500px!important;min-height:790px!important;padding:70px 85px!important;border-radius:28px;background:rgba(255,255,255,.54);box-shadow:0 0 0 rgba(35,61,93,0);transition:background .42s ease,box-shadow .42s ease,transform .42s ease}.el-welcome-inner:hover{background:rgba(255,255,255,.76);box-shadow:0 12px 32px rgba(35,61,93,.34)}.el-welcome-copy .aim-heading .elementor-heading-title{font-size:58px!important;line-height:1.18!important}.el-welcome-list{font-family:Georgia,"Times New Roman",serif}.el-welcome-list .elementor-icon-list-icon{font-size:12px}.el-welcome-tilt{width:650px;max-width:100%;border-radius:18px;box-shadow:0 8px 22px rgba(31,44,61,.3)}.el-welcome-tilt img{width:650px!important;height:595px!important;border-radius:18px!important;object-fit:cover}
.el-service-card{min-height:890px!important;border:1px solid transparent!important;background:rgba(255,255,255,.06)!important;box-shadow:none!important}.el-service-card:hover{border-color:rgba(255,255,255,.95)!important;background:rgba(255,255,255,.13)!important;box-shadow:0 18px 38px rgba(41,58,82,.26)!important}.el-service-card:hover .el-service-image{transform:scale(.94)}
.el-services-row>.e-con-inner{display:flex!important;align-items:stretch!important}.el-services-row>.e-con-inner>.el-service-card{align-self:stretch!important;height:890px!important;min-height:890px!important}.el-service-link{margin-top:auto!important}
.el-home-professional{min-height:470px!important;padding:68px 32px!important;background:#f2f2f2!important}.el-professional-inner{max-width:1200px!important;min-height:330px!important;padding:34px 50px!important;border-radius:20px;background:#2f559d!important;box-shadow:0 20px 42px rgba(37,61,86,.2);text-align:center}.el-professional-copy{width:100%!important;align-items:center!important;color:#fff}.el-professional-kicker{align-self:flex-start;color:#fff}.el-professional-title .elementor-heading-title{font-size:30px!important;color:#fff!important}.el-professional-copy .aim-lead{max-width:930px;color:#fff;text-align:center}.el-professional-copy .aim-lead p{margin:6px 0}.el-professional-copy .aim-btn .elementor-button:before{content:"\1F4C5";margin-right:10px}
.el-home-insights{position:relative;padding-top:92px!important}.el-home-insights:before{content:""!important;position:absolute;z-index:0;top:-28px;left:12.5%;right:12.5%;height:58px;border:0!important;border-radius:90px 90px 0 0/36px 36px 0 0;background:#35549f!important}.el-home-insights:after{content:""!important;position:absolute;z-index:1;top:-31px;left:50%;width:32px;height:32px;transform:translateX(-50%) rotate(45deg);border:0!important;border-radius:0 0 100% 0;background:#f2f2f2!important}.el-home-insights>*{position:relative;z-index:2}
.el-home-strategy-brief{padding:34px 36px!important;background:#9db8da!important}.el-strategy-brief-inner{position:relative;isolation:isolate;max-width:1600px!important;min-height:530px!important;padding:40px!important;border-radius:19px;overflow:hidden;background:#082c55 url("assets/images/strategy.jpg") center/cover no-repeat!important;box-shadow:0 14px 32px rgba(22,49,79,.2);color:#fff}.el-strategy-brief-inner:before{content:"";position:absolute;z-index:-1;inset:0;background:rgba(3,38,73,.78)}.el-strategy-kicker{color:#fff}.el-strategy-title{text-align:center}.el-strategy-title .elementor-heading-title{font-size:31px!important;color:#fff!important}.el-strategy-copy{color:#fff}.el-strategy-copy ul{list-style:none;padding-left:24px}.el-strategy-copy li:before{content:"◆";margin-right:12px;color:#56b5ed}.el-strategy-button .elementor-button-wrapper{text-align:center}
.el-home-process{min-height:1050px!important;padding-top:55px!important}.el-process-kicker{text-align:center}.el-process-row{max-width:1100px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px 28px!important}.el-process-step{min-height:215px!important;padding:34px 26px!important;border:0!important;border-radius:18px!important;background:#fff!important;box-shadow:none!important}.el-process-step:last-child{grid-column:1/-1!important;width:100%!important}.el-process-step:hover{box-shadow:0 10px 18px rgba(39,55,73,.35)!important;transform:translateY(-5px)}.el-process-icon .elementor-icon-wrapper{text-align:center}.el-process-icon .elementor-icon{font-size:50px;color:#435ca7}.el-process-button{margin:45px auto 0}.el-process-button .elementor-button-wrapper{text-align:center}
.el-home-tools{min-height:415px!important;background:linear-gradient(105deg,#234f95 0%,#809dd2 100%)!important}.el-tools-inner{max-width:1500px!important;min-height:415px!important;align-items:center!important}.el-tools-intro{min-height:360px!important;padding:36px!important;color:#fff}.el-tools-intro .elementor-heading-title,.el-tools-intro .aim-lead,.el-tools-intro .el-kicker{color:#fff!important}.el-tool-card{position:relative;min-height:258px!important;margin:0 18px;padding:36px 40px!important;overflow:hidden;background:#fff!important;transition:background .4s ease,transform .4s ease,box-shadow .4s ease}.el-tool-card:before{display:none!important}.el-tool-card>*{position:relative;z-index:1}.el-tool-title .elementor-heading-title{color:#435ca7!important}.el-tool-text{color:#4f4f54!important}.el-tool-button .elementor-button{padding:15px 28px!important;border-radius:5px;background:#435ca7!important;color:#fff!important}.el-tax-card .el-tool-button .elementor-button{background:#61c8ca!important}.el-tool-tag{position:absolute!important;top:0;right:0;width:auto!important;padding:5px 11px;background:#5fc8c8;color:#fff;font-size:11px}.el-tool-corner-icon{position:absolute!important;right:16px;bottom:-8px;width:auto!important;opacity:0;transform:translate(30px,30px);transition:opacity .4s ease,transform .4s ease}.el-tool-corner-icon .elementor-icon{font-size:82px;color:#61c8ca}.el-tool-card:hover{background:#eef9fa!important;transform:translateY(-8px);box-shadow:0 14px 34px rgba(19,43,74,.28)}.el-insights-tool-card:hover{background:#e9effc!important}.el-tool-card:hover .el-tool-corner-icon{opacity:1;transform:none}
.el-home-tiers{position:relative;isolation:isolate;min-height:610px!important;background:url("assets/images/professional.jpg") center/cover no-repeat!important}.el-home-tiers:before{content:"";position:absolute;z-index:-1;inset:0;background:rgba(255,255,255,.68)}.el-tiers-inner{max-width:1400px!important;min-height:610px!important;gap:18px!important}.el-tier-intro{width:50%!important;padding:55px 50px!important}.el-tier-card{width:25%!important;min-height:510px!important;border-radius:7px!important}.el-tier-card:before{background:linear-gradient(rgba(16,27,39,.12),rgba(16,27,39,.78))!important;transition:background .4s ease,backdrop-filter .4s ease}.el-tier-card:hover:before{background:rgba(80,80,80,.76)!important;backdrop-filter:grayscale(1)}.el-tier-card:hover{filter:grayscale(1);transform:translateY(-5px)}
@media(max-width:1024px){.el-welcome-inner{min-height:1040px!important;padding:55px 42px!important}.el-welcome-copy .aim-heading .elementor-heading-title{font-size:43px!important}.el-welcome-tilt img{height:500px!important}.el-service-card,.el-services-row>.e-con-inner>.el-service-card{height:850px!important;min-height:850px!important}.el-professional-inner{padding:38px 30px!important}.el-strategy-brief-inner{padding:36px 30px!important}.el-tier-intro{width:38%!important}.el-tier-card{width:31%!important}}
@media(max-width:767px){.el-home-welcome{padding:14px 14px 35px!important}.el-welcome-inner{min-height:auto!important;padding:45px 22px!important;border-radius:20px}.el-welcome-copy .aim-heading .elementor-heading-title{font-size:36px!important}.el-welcome-tilt img{height:auto!important;aspect-ratio:1}.el-services-row>.e-con-inner{display:flex!important;flex-direction:column!important}.el-service-card,.el-services-row>.e-con-inner>.el-service-card{height:auto!important;min-height:auto!important}.el-home-professional{padding:45px 16px!important}.el-professional-inner{min-height:420px!important;padding:34px 20px!important}.el-professional-kicker{align-self:center}.el-professional-title .elementor-heading-title{font-size:25px!important}.el-home-insights:before{left:8%;right:8%}.el-strategy-brief-inner{padding:30px 20px!important}.el-strategy-title .elementor-heading-title{font-size:25px!important}.el-process-row{display:flex!important}.el-process-step,.el-process-step:last-child{width:100%!important}.el-tools-inner{padding:45px 0!important}.el-tools-intro,.el-tool-card{width:100%!important;min-height:300px!important;margin:0}.el-tier-intro,.el-tier-card{width:100%!important}.el-tier-card{min-height:480px!important}}

/* Home and global footer v5.2 — corrected against the supplied reference captures. */
.el-services-row{max-width:1420px!important}.el-services-row>.e-con-inner{gap:24px!important}.el-services-row>.e-con-inner>.el-service-card{height:900px!important;min-height:900px!important;padding:42px 38px 28px!important}.el-service-image img{height:470px!important}.el-service-link .elementor-button{display:inline-flex!important;align-items:center;gap:12px;padding:14px 20px!important;border:1px solid #435ca7!important;border-radius:21px!important;background:transparent!important;font-size:18px!important}.el-service-link .elementor-button:after{content:"\279C";display:inline-grid;width:20px;height:20px;border:2px solid currentColor;border-radius:50%;place-items:center;font-size:12px;line-height:1}.el-service-link .elementor-button:hover{background:#435ca7!important;color:#fff!important}
.el-professional-inner{max-width:1500px!important;min-height:412px!important;padding:48px 50px!important}.el-professional-copy,.el-professional-copy>.e-con-inner{width:100%!important}.el-professional-inner .elementor-widget-text-editor,.el-professional-inner .elementor-heading-title,.el-professional-inner p,.el-professional-kicker{color:#fff!important}.el-professional-kicker{width:100%!important;text-align:left!important}.el-professional-kicker strong:before{content:"";display:inline-block;width:20px;height:20px;margin-right:28px;border-radius:2px;background:#61cece;vertical-align:-3px}.el-professional-title .elementor-heading-title{font-size:34px!important;text-transform:capitalize}.el-professional-copy .aim-lead{max-width:1120px!important;font-size:20px}.el-professional-copy .aim-btn .elementor-button{min-width:448px;justify-content:center;font-size:20px!important}
.el-insights-grid{max-width:1850px!important}.el-insights-grid>.e-con-inner{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:40px 14px!important;align-items:stretch}.el-insights-grid>.e-con-inner>.el-insight-card{width:100%!important;min-height:478px!important}.el-insight-image img{height:237px!important}.el-insight-title .elementor-heading-title{font-size:22px!important}.el-home-insights .el-center-title .elementor-heading-title{font-size:58px!important}
.el-strategy-brief-inner{max-width:1880px!important;min-height:665px!important;padding:44px 50px!important;background:#082c55 url("assets/images/strategy-brief.jpg") center/cover no-repeat!important}.el-strategy-brief-inner:before{background:rgba(3,38,73,.72)!important}.el-strategy-kicker,.el-strategy-copy,.el-strategy-copy p,.el-strategy-copy strong{color:#fff!important}.el-strategy-kicker{width:100%!important;text-align:left}.el-strategy-kicker strong:before{content:"";display:inline-block;width:20px;height:20px;margin-right:28px;border-radius:2px;background:#61cece;vertical-align:-3px}.el-strategy-title .elementor-heading-title{font-size:36px!important}.el-strategy-copy{font-size:20px!important;line-height:1.55!important}.el-strategy-button .elementor-button{min-width:350px;justify-content:center;font-size:20px!important}
.el-process-row{max-width:1320px!important;display:block!important}.el-process-row>.e-con-inner{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 34px!important}.el-process-row>.e-con-inner>.el-process-step{width:100%!important;min-height:258px!important}.el-process-row>.e-con-inner>.el-process-step:last-child{grid-column:1/-1!important;width:100%!important}.el-process-step:hover{box-shadow:0 12px 24px rgba(39,55,73,.34)!important}.el-process-text{font-size:18px}.el-process-button .elementor-button{font-size:18px!important}
.el-home-tools{min-height:550px!important}.el-tools-inner{max-width:1850px!important;min-height:550px!important;display:block!important}.el-tools-inner>.e-con-inner{display:grid!important;grid-template-columns:31% 34.5% 34.5%;align-items:center;gap:0!important}.el-tools-inner>.e-con-inner>.el-tools-intro,.el-tools-inner>.e-con-inner>.el-tool-card{width:100%!important;margin:0!important}.el-tools-intro{min-height:470px!important;padding:45px 34px!important}.el-tools-intro .elementor-heading-title{font-size:48px!important;line-height:1.12!important}.el-tool-card{min-height:312px!important;padding:52px 48px!important}.el-tool-title .elementor-heading-title{font-size:25px!important}.el-tool-text{font-family:Georgia,"Times New Roman",serif;font-size:18px}.el-tool-card:hover .el-tool-corner-icon{opacity:1!important;transform:none!important}
.el-home-tiers{min-height:720px!important}.el-tiers-inner{max-width:1600px!important;min-height:720px!important;gap:20px!important}.el-tier-intro{width:50%!important;padding:68px 58px!important}.el-tier-intro-title .elementor-heading-title{max-width:650px;font-size:52px!important;line-height:1.12!important;color:#4f4f54!important;text-transform:capitalize}.el-tier-intro .aim-lead{max-width:650px}.el-tier-intro-button{margin-top:60px}.el-tier-card{width:25%!important;min-height:612px!important;padding:34px!important}.el-tier-assets{position:absolute!important;top:0;right:0;width:145px!important;padding:9px 8px;background:#fff;color:#111!important;clip-path:polygon(30% 0,100% 0,100% 100%);font-size:12px;transform:rotate(45deg) translate(36px,-28px);transform-origin:center}.el-tier-title,.el-tier-summary,.el-tier-link{opacity:0;transform:translateY(18px);transition:opacity .35s ease,transform .35s ease}.el-tier-card:hover .el-tier-title,.el-tier-card:hover .el-tier-summary,.el-tier-card:hover .el-tier-link{opacity:1;transform:none}.el-tier-summary{color:#fff!important}.el-tier-link .elementor-button{padding:13px 28px!important;border:1px solid #fff!important;border-radius:28px!important;background:#000!important;color:#fff!important}.el-tier-card:hover{filter:none!important}.el-tier-card:hover:before{background:rgba(58,58,58,.76)!important;backdrop-filter:grayscale(1)}
.el-elementor-footer{position:relative;isolation:isolate;min-height:650px!important;background:#435ca7!important;overflow:hidden}.el-elementor-footer:before{content:"AimStar";position:absolute;z-index:-1;left:-35px;bottom:-105px;font-size:245px;font-weight:700;line-height:1;color:rgba(255,255,255,.085)}.el-footer-columns{max-width:1360px!important}.el-footer-columns>.e-con-inner{display:flex!important;gap:46px!important}.el-footer-company{width:26%!important}.el-footer-links{width:auto!important;flex:1}.el-footer-connect{width:28%!important}.el-footer-logo img{width:225px!important}.el-footer-copy,.el-footer-links{font-size:18px;line-height:1.75}.el-elementor-footer h4,.el-elementor-footer .elementor-heading-title{font-size:23px!important}.el-footer-social a{display:inline-grid;width:44px;height:44px;border-radius:50%;background:#53555b;place-items:center}.el-footer-trust{width:100%!important;max-width:980px!important;margin:10px auto 20px}.el-footer-trust>.e-con-inner{display:flex!important;align-items:center!important;justify-content:space-between!important}.el-footer-advisor .elementor-button{padding:16px 34px!important;border-radius:4px!important;background:#65ccca!important;font-size:17px!important;font-weight:700}.el-footer-regulators{color:#111!important;text-align:center}.el-footer-regulators p{margin:0}.el-footer-regulators strong{font-size:24px}.el-footer-bottom{width:100%!important;padding-top:22px;border-top:1px solid rgba(255,255,255,.22)}.el-footer-bottom>.e-con-inner{display:flex!important;justify-content:space-between!important}.el-footer-copyright-text,.el-footer-legal{font-size:15px}.el-footer-copyright-text p,.el-footer-legal p{margin:0}
@media(max-width:1024px){.el-services-row>.e-con-inner>.el-service-card{height:850px!important;min-height:850px!important}.el-service-image img{height:410px!important}.el-insights-grid>.e-con-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.el-process-row>.e-con-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.el-tools-inner>.e-con-inner{grid-template-columns:1fr 1fr}.el-tools-intro{grid-column:1/-1;width:100%!important;min-height:300px!important}.el-tier-intro{width:38%!important}.el-tier-card{width:31%!important}.el-footer-columns>.e-con-inner{flex-wrap:wrap!important}.el-footer-company,.el-footer-links,.el-footer-connect{width:calc(50% - 24px)!important;flex:none}.el-footer-trust>.e-con-inner,.el-footer-bottom>.e-con-inner{gap:25px}}
@media(max-width:767px){.el-services-row>.e-con-inner>.el-service-card{height:auto!important;min-height:auto!important}.el-service-image img{height:auto!important;aspect-ratio:3/4}.el-professional-copy .aim-btn .elementor-button{min-width:0;width:100%}.el-insights-grid>.e-con-inner,.el-process-row>.e-con-inner,.el-tools-inner>.e-con-inner{display:flex!important;flex-direction:column!important}.el-home-insights .el-center-title .elementor-heading-title{font-size:36px!important}.el-strategy-brief-inner{min-height:auto!important}.el-strategy-copy{font-size:16px!important}.el-tier-intro,.el-tier-card{width:100%!important}.el-tier-intro-title .elementor-heading-title{font-size:38px!important}.el-footer-columns>.e-con-inner,.el-footer-trust>.e-con-inner,.el-footer-bottom>.e-con-inner{display:flex!important;flex-direction:column!important}.el-footer-company,.el-footer-links,.el-footer-connect{width:100%!important;text-align:center}.el-footer-logo{text-align:center}.el-footer-trust,.el-footer-bottom{gap:24px;text-align:center}.el-elementor-footer:before{font-size:120px;bottom:40px}}

/* v5.2.1 precision fixes: equal media, clean cards, stable ribbons and footer refresh. */
.el-service-image,.el-service-image>.elementor-widget-container{width:100%!important;height:470px!important;min-height:470px!important;overflow:hidden!important}.el-service-image img{display:block!important;width:100%!important;height:100%!important;min-height:100%!important;object-fit:cover!important}.el-service-card:hover .el-service-image{transform:scale(.94)}
.el-professional-kicker strong:before{margin-right:18px!important}.el-professional-copy .aim-btn .elementor-button:before{content:none!important}.el-professional-copy .aim-btn .elementor-button-content-wrapper{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:12px!important}.el-professional-copy .aim-btn .elementor-button-text:before{content:"\f073";font-family:"Font Awesome 5 Free";font-weight:900;margin-right:12px}.el-professional-inner .aim-lead p{color:#fff!important}
.el-insight-card{padding:0!important;--padding-top:0!important;--padding-right:0!important;--padding-bottom:0!important;--padding-left:0!important}.el-insight-image,.el-insight-image>.elementor-widget-container{width:100%!important;margin:0!important;padding:0!important}.el-insight-image img{display:block!important;width:100%!important;border:0!important;border-radius:0!important}.el-insight-category{top:20px!important;right:20px!important}
.el-tier-card{overflow:hidden!important}.el-tier-assets{position:absolute!important;z-index:4!important;top:24px!important;right:-54px!important;width:210px!important;height:42px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#fff!important;clip-path:none!important;transform:rotate(45deg)!important;transform-origin:center!important;color:#111!important;white-space:nowrap!important;font-size:12px!important;line-height:1!important}.el-tier-assets p{margin:0!important}.el-tier-title,.el-tier-summary,.el-tier-link{position:relative!important;z-index:3!important}.el-tier-link{width:100%!important;margin-top:20px!important}.el-tier-link .elementor-button-wrapper{width:100%!important}.el-tier-link .elementor-button{display:flex!important;width:100%!important;min-height:64px!important;align-items:center!important;justify-content:center!important;white-space:normal!important;text-align:center!important}.el-tier-card:hover .el-tier-assets{opacity:0;transition:opacity .25s ease}
.el-elementor-footer,.el-elementor-footer p,.el-elementor-footer a,.el-elementor-footer .elementor-heading-title{color:#fff!important}.el-elementor-footer .el-footer-regulators,.el-elementor-footer .el-footer-regulators p,.el-elementor-footer .el-footer-regulators strong{color:#101828!important}
@media(max-width:1024px){.el-service-image,.el-service-image>.elementor-widget-container{height:410px!important;min-height:410px!important}}
@media(max-width:767px){.el-service-image,.el-service-image>.elementor-widget-container{height:auto!important;min-height:0!important;aspect-ratio:3/4}.el-tier-assets{top:22px!important;right:-55px!important}}

/* v5.2.2 — keep the equal service images and contain every CTA inside its card. */
.el-home-services{min-height:1280px!important}.el-services-row>.e-con-inner>.el-service-card{box-sizing:border-box!important;height:1040px!important;min-height:1040px!important;padding-bottom:38px!important;overflow:hidden!important}.el-service-list{flex:0 0 auto!important}.el-service-link{flex:0 0 auto!important;margin-top:auto!important;padding-top:18px!important;padding-bottom:0!important}.el-service-link .elementor-button-wrapper{display:flex!important;align-items:center!important;min-height:58px!important}
@media(max-width:1024px){.el-home-services{min-height:1220px!important}.el-services-row>.e-con-inner>.el-service-card{height:980px!important;min-height:980px!important}}
@media(max-width:767px){.el-home-services{min-height:auto!important}.el-services-row>.e-con-inner>.el-service-card{height:auto!important;min-height:0!important;overflow:visible!important}.el-service-link{margin-top:20px!important}}
