.hero-carousel-container{position:relative;background:#002677;color:var(--bg-white);overflow:hidden;display:flex;flex-direction:column;width:100%;margin-top:70px;padding-top:48px;padding-bottom:160px}
.hero-carousel-container::before{content:"";position:absolute;width:500px;height:500px;left:calc(50% - 500px / 2 + 300px);top:calc(50% - 500px / 2 + 300px);background:#0c55b8;filter:blur(200px);z-index:0;pointer-events:none}
.hero-carousel-container>*{position:relative;z-index:1}
.hero-carousel{display:flex;transition:transform .5s ease-in-out;overflow:hidden;position:relative;width:100%;max-width:1040px;margin:0 auto}
.hero-slide{min-width:100%;max-width:100%;flex-shrink:0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:32px;position:relative;left:0;opacity:1;box-sizing:border-box;z-index:1}
.hero-slide:not(:first-child){position:absolute;top:0;left:0;transform:translateX(100%);z-index:0}
.hero-content{flex:1;min-width:300px;padding-right:32px}
.hero-content h1{font-size:52px;margin-bottom:35px}
.hero-content h4{font-size:20px;margin-bottom:35px;font-weight:400}
.hero-content p{font-size:20px;line-height:1.6}
.highlighted-word{color:#fc0;font-weight:bold}
.cta-button{background-color:var(--bg-white);color:#002677;padding:12px 24px;border-radius:999px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;transition:all .3s ease;box-shadow:0 4px 8px rgba(0,0,0,0.1)}
.arrow-icon{font-size:19.2px;margin-left:8px;transition:transform .2s ease}
.cta-button:hover .arrow-icon{transform:translateX(3px)}
.hero-image{flex-basis:40%;max-height:400px;display:flex;align-items:center;justify-content:center}
.hero-image img{width:100%;height:auto;max-height:400px;object-fit:contain;border-radius:16px}
.carousel-controls-container{position:relative;width:100%;height:30px;margin-top:16px;display:flex;justify-content:flex-start}
.carousel-dots-container{position:relative;left:40px;display:flex;gap:8px;z-index:10;padding:8px 12px;background-color:rgba(0,38,119,0.2);border-radius:20px;backdrop-filter:blur(4px)}
.carousel-dot{width:12px;height:12px;border-radius:50%;background-color:rgba(255,255,255,0.5);cursor:pointer;transition:background-color .3s ease,transform .3s ease}
.carousel-dot.active{background-color:#fc0;transform:scale(1.3);box-shadow:0 0 8px rgba(255,204,0,0.6)}
.feature-tiles-container{position:relative;margin-top:-104px;padding-bottom:60px;display:flex;justify-content:center;width:100%;box-sizing:border-box;background:linear-gradient(to bottom,rgba(0,38,119,0.02) 0,rgba(0,37,118,0.03) 0,rgba(0,38,119,0.04) 13%,white 13%,white 33%,white 52%,white 40%,white 100%)}
.feature-tiles-wrapper{flex-direction:row;display:flex;justify-content:center;gap:24px;padding:0;position:relative;z-index:2;flex-wrap:wrap;width:100%;max-width:1600px}
.feature-tile{background-color:var(--bg-white);border-radius:12px;padding:35px 40px 35px 40px;gap:16px;box-shadow:0 10px 15px -3px rgba(0,38,119,0.1),0 4px 6px -2px rgba(0,38,119,0.05);flex:1;min-width:233px;display:flex;flex-direction:column;align-items:flex-start;transition:all .3s cubic-bezier(0.25,0.8,0.25,1);position:relative;overflow:hidden;border:1px solid rgba(0,38,119,0.05)}
.feature-tile::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;transition:height .2s ease}
.feature-tile:hover::before{height:6px}
.tile-icon{width:50px;height:50px;margin-bottom:0;padding:0;border-radius:50%;transition:all .3s ease;float:left;clear:left}
.feature-tile h3{font-size:23px;color:#002677;margin-bottom:0;line-height:1.2;text-align:left;width:100%}
.feature-tile p{font-size:16px;color:#19191a;line-height:1.3;margin-bottom:0;margin-top:0;flex-grow:1;text-align:left;width:100%;clear:both;margin-top:-8px}
.feature-tile .tile-link{display:inline-flex;align-items:center;color:#00509e;text-decoration:none;font-weight:600;padding:6.4px 0;position:relative;transition:all .2s ease;margin-top:auto;align-self:flex-start}
.feature-tile .tile-link::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#00509e;transition:width .3s ease}
.feature-tile .tile-link:hover{color:#003d7a}
.feature-tile .tile-link:hover::after{width:100%}
.feature-tile .tile-link .arrow-icon{transition:transform .2s ease}
@media(min-width:1240px){.feature-tiles-container{padding-left:200px;padding-right:200px;display:flex;justify-content:center}
.feature-tiles-wrapper{justify-content:center;margin:0 auto;max-width:1040px}
}
@media(min-width:768px) and (max-width:1239px){.hero-carousel-container{padding-top:40px;padding-bottom:144px;background:#002677;margin-top:60.8px}
.hero-carousel-container::before{content:"";position:absolute;width:400px;height:400px;left:calc(50% - 400px / 2 + 250px);top:calc(50% - 400px / 2 + 80px);background:#0c55b8;filter:blur(150px);z-index:0;pointer-events:none}
.hero-content{padding-right:24px;min-width:280px}
.hero-content h1{font-size:40px;margin-bottom:12.8px}
.hero-content h4{margin-bottom:35px}
.hero-content p{font-size:17.6px;line-height:1.5}
.hero-slide{gap:24px}
.hero-image{flex-basis:35%;max-height:350px}
.hero-image img{max-height:350px}
.feature-tiles-container{padding-bottom:60px;margin-top:-88px;background:linear-gradient(to bottom,rgba(0,38,119,0.02) 0,rgba(0,38,119,0.03) 15%,rgba(0,38,119,0.04) 25%,rgba(0,38,119,0.02) 33%,rgba(0,38,119,0.01) 25%,white 25%,white 100%)}
.feature-tiles-wrapper{gap:19.2px;max-width:900px}
.feature-tile{min-width:200px;padding:14.4px 12.8px}
.tile-icon{width:45px;height:45px;margin-bottom:0;margin-right:8px;padding:8px}
.feature-tile h3{font-size:16px;margin-bottom:0}
.feature-tile p{font-size:12px;line-height:1.25;margin-bottom:0}
.carousel-dots-container{left:24px}
}
@media(max-width:767px){.hero-carousel-container{background:#00184d;padding:80px 20px 144px 20px;margin-top:60.8px}
.hero-carousel-container::before{display:none}
.hero-content{flex:1 0 100%;text-align:center;padding-right:0;min-width:100%}
.hero-content h1{font-size:var(--aikyam-h1-mobile-size);margin-bottom:40px;padding-left:20px;padding-right:20px}
.hero-content h4{padding-left:20px;padding-right:20px;margin-bottom:40px;font-weight:400}
.hero-content p{font-size:16px;line-height:1.5}
.hero-image{display:none}
.carousel-controls-container{justify-content:center}
.carousel-dots-container{left:0;position:relative;z-index:0}
.feature-tiles-container{justify-content:center;padding-bottom:0;margin-top:-64px;background:linear-gradient(to bottom,#00184d 0,rgba(0,37,118,0.03) 7%,#fafafa 7%,#fafafa 100%)}
.feature-tiles-wrapper{margin:0 auto;flex-direction:row;justify-content:center;flex-direction:column;align-items:center;gap:16px}
.feature-tile{margin-bottom:16px;width:300px;height:259px;min-height:259px;padding:35px 40px;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;border:0 solid #949494;border-radius:12px}
.tile-icon{width:48px;height:48px;padding:8px;margin-bottom:0;margin-right:8px}
.feature-tile h3{font-size:24px;line-height:125%;margin-bottom:0}
.feature-tile p{font-size:16px;line-height:1.3}
@media(max-width:480px){.hero-carousel-container{padding:80px 20px 144px 20px;background:#00184d;margin-top:60.8px}
.feature-tiles-container{margin-top:-64px;padding-bottom:0;background:linear-gradient(to bottom,#00184d 0)}
.cta-button{display:inline-flex;justify-content:center}
.feature-tiles-wrapper{flex-direction:column;align-items:center;gap:8px}
.feature-tile p{font-size:15px;line-height:1.3}
@media(max-width:320px){.feature-tile{width:280px}
}
}
}