.nav-drop{position:relative;display:inline-flex;align-items:center}.nav-drop>a i{font-style:normal;color:var(--blue);margin-left:4px}.drop-menu{position:absolute;left:-18px;top:38px;width:235px;background:#fff;border-top:3px solid var(--green);box-shadow:0 16px 35px rgba(4,52,83,.18);padding:10px 0;opacity:0;visibility:hidden;transform:translateY(12px);transition:.28s;z-index:80}.nav-drop:hover .drop-menu,.nav-drop:focus-within .drop-menu{opacity:1;visibility:visible;transform:none}.drop-menu a{display:block!important;padding:10px 18px!important;font-size:13px!important;border-bottom:1px solid #edf2f5}.drop-menu a:last-child{border:0}.drop-menu a:hover{background:#f1f8fb}.hero-slides{position:absolute;inset:0}.hero-slide{position:absolute;inset:0;opacity:0;transform:scale(1.04);transition:opacity 1.1s ease,transform 7s ease}.hero-slide.active{opacity:1;transform:scale(1.1)}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-slides:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,42,68,.97),rgba(4,64,99,.78) 55%,rgba(4,53,84,.2))}.hero-dots{position:absolute;z-index:5;bottom:32px;left:calc((100% - min(1240px,100%))/2 + 28px);display:flex;gap:8px}.hero-dots button{width:28px;height:4px;border:0;background:rgba(255,255,255,.4);cursor:pointer;transition:.3s}.hero-dots button.on{width:48px;background:var(--green)}.hero-brand img{animation:logoPulse 3.2s ease-in-out infinite}.hero-brand strong{animation:titleIn .9s ease both}.hero-f h1{animation:titleIn .9s .16s ease both}.hero-f p{animation:titleIn .9s .28s ease both}.hero-f .actions{animation:titleIn .9s .38s ease both}@keyframes logoPulse{50%{transform:translateY(-5px);box-shadow:0 18px 38px rgba(0,0,0,.32)}}@keyframes titleIn{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.feature{transition:transform .35s,box-shadow .35s}.feature:hover{transform:translateY(-8px);box-shadow:0 18px 38px rgba(5,65,99,.12)}.feature .ico{width:52px;height:52px;border-radius:12px;background:#e9f5fb;display:grid;place-items:center;color:var(--blue);transition:.35s}.feature .ico svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.feature:hover .ico{background:var(--blue);color:#fff;transform:rotate(-5deg) scale(1.06)}.mile b{transition:.3s}.mile:hover b{background:var(--green);transform:scale(1.1)}.contact-card{border:1px solid var(--line);padding:8px;background:#fff;border-radius:7px;margin-bottom:26px;box-shadow:0 12px 30px rgba(5,65,99,.1)}.contact-card img{width:100%;border-radius:4px}.fgrid>div:first-child{animation:softFloat 5s ease-in-out infinite}@keyframes softFloat{50%{transform:translateY(-4px)}}@media(max-width:900px){.nav-drop{display:block}.drop-menu{position:static;width:100%;opacity:1;visibility:visible;transform:none;box-shadow:none;border-top:0;border-left:3px solid var(--green);margin-top:8px}.drop-menu a{padding-left:20px!important}.hero-dots{left:28px}}@media(prefers-reduced-motion:reduce){.hero-slide,.hero-brand img,.hero-brand strong,.hero-f h1,.hero-f p,.hero-f .actions,.region,.fgrid>div:first-child{animation:none!important;transition:none!important}}