.hero-banner{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:max-content;justify-content:center;position:relative}.hero-banner .desktop-image{display:block;width:100%}.hero-banner .mobile-image{display:none;width:100%}.hero-banner .cta-container{align-items:center;bottom:95px;display:flex;justify-content:center;left:0;position:absolute;width:100%}.hero-banner .cta{align-items:center;background-color:#ebf892;border-radius:4px;color:#1f4659;display:inline-flex;font-size:14px;font-weight:700;gap:10px;height:40px;justify-content:center;padding:0 15px}.hero-banner .cta:hover{background-color:#1f4659;color:#fff}.hero-banner .cta:hover #Altron---Home-Page---Dev{stroke:#fff}@media (max-width:700px){.hero-banner .cta-container{bottom:-20px}}@media (max-width:767px){.hero-banner .mobile-image{display:block;width:100%}.hero-banner:has(.mobile-image) .desktop-image{display:none}.hero-banner:not(:has(.mobile-image)) .desktop-image{display:block;width:100%;zoom:.7;min-height:540px;object-fit:cover}}