.hero{background-color:var(--white-light);justify-content:space-between;align-items:center;gap:3rem;padding:5rem 0;display:flex}.hero-content{word-wrap:break-word;flex-direction:column;flex:2;gap:1rem;max-width:100%;display:flex}.hero-title{flex-direction:column;gap:.25rem;display:flex}.hero-image{flex:1;justify-content:flex-end;display:flex}.hero-image img{border:1px solid var(--border-color);border-radius:1rem;box-shadow:0 .5rem 1.5rem #1c66441f}.hero-buttons{flex-wrap:wrap;gap:2rem;max-width:100%;padding-top:1rem;display:flex}.icon{justify-content:center;align-items:center;gap:2rem;display:flex}.hero-subtitle{margin-top:0}.hero-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--text-color-3)}.hero-typing-text{border-right:2px solid var(--text-color-2);white-space:nowrap;width:0;max-width:fit-content;padding-right:.75rem;animation:3s steps(36,end) forwards typing,.75s step-end infinite blink;display:inline-block;overflow:hidden}@media (max-width:480px){.hero-typing-text{white-space:normal;border-right:none;width:auto;max-width:100%;animation:none;overflow:visible}}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{0%,to{border-color:#0000}50%{border-color:var(--text-color-2)}}@media (max-width:768px){.hero{flex-direction:column;align-items:center;gap:4rem}.hero-buttons{flex-direction:column;align-items:center;gap:1rem;display:flex}.hero-image{justify-content:center}}
