.itracks-hero{background:#001a33;overflow:hidden;position:relative;z-index:0}.itracks-hero-background{inset:0;overflow:hidden;position:absolute;z-index:0}.bubble{animation:float 40s ease-in-out infinite;border-radius:50%;opacity:.6;position:absolute}.bubble.blue{background:rgba(0,50,109,.4)}.bubble.yellow{background:rgba(253,191,35,.35)}.bubble.small{height:80px;width:80px}.bubble.medium{height:120px;width:120px}.bubble:not(.small):not(.medium){height:200px;width:200px}.bubble:first-child{animation-duration:35s;left:15%;top:20%}.bubble:nth-child(2){animation-duration:45s;left:60%;top:70%}.bubble:nth-child(3){animation-duration:50s;left:80%;top:40%}.bubble:nth-child(4){animation-duration:60s;left:25%;top:80%}.bubble:nth-child(5){animation-duration:55s;left:70%;top:10%}@keyframes float{0%{opacity:.6;transform:translateY(0) translateX(0) scale(1)}25%{opacity:.8;transform:translateY(-40px) translateX(20px) scale(1.1)}50%{opacity:.5;transform:translateY(20px) translateX(-30px) scale(.95)}75%{opacity:.7;transform:translateY(-30px) translateX(15px) scale(1.05)}to{opacity:.6;transform:translateY(0) translateX(0) scale(1)}}.itracks-hero-container{color:#fff;display:flex;flex-direction:row;gap:30px;height:80vh;justify-content:space-between;margin:0 auto;max-width:1200px;position:relative;z-index:1}.itracks-hero-left{display:flex;flex:1 1 50%;flex-direction:column;justify-content:center;min-width:300px}.itracks-hero-right{display:flex;height:100%;justify-content:center}.itracks-hero-right img.itracks-hero-image{border-radius:16px;max-height:90%;max-width:100%;object-fit:contain}.itracks-hero-right.top{align-items:flex-start}.itracks-hero-right.middle{align-items:center}.itracks-hero-right.bottom{align-items:flex-end}.itracks-hero-title{color:#fff;font-size:48px;font-weight:700;margin-bottom:20px}.itracks-hero-description{color:#e0e0e0;font-size:20px;line-height:1.6;margin-bottom:20px}.itracks-hero-statement{color:#fdbf23;font-size:18px;font-weight:600}.itracks-hero-cta .hs-cta-wrapper a{background:#0073e6;border-radius:8px;color:#fff!important;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:background .3s ease}.itracks-hero-cta .hs-cta-wrapper a:hover{background:#005bb5}@media (max-width:768px){.itracks-hero-container{flex-direction:column;height:auto;text-align:center}.itracks-hero-left,.itracks-hero-right{flex:1 1 100%;height:auto;margin:20px 0}.itracks-hero-right img.itracks-hero-image{max-height:400px;width:100%}}