.global-hero{background-color:var(--secondary);overflow:hidden;position:relative;z-index:-1}.global-hero__hexagon{content:var(--hexagon-shape-img);height:100%;opacity:.1;position:absolute;width:950px}.global-hero__hexagon.global-hero__hexagon--left{display:none}.global-hero__hexagon.global-hero__hexagon--right{left:20%;top:30%;transform:rotate(180deg)}.global-hero .global-hero__content h1{color:#fff;max-width:740px}.global-hero .global-hero__content h1 .global-hero__typed-text{font-weight:700}.global-hero .global-hero__content h1 .cursor{animation:blink 1s infinite;background-color:var(--quaternary);display:inline-block;margin-left:2px;width:2px}.global-hero .global-hero__content h1 .cursor.typing{animation:none}.global-hero .global-hero__content p{color:#fff}@keyframes blink{0%{background-color:var(--quaternary)}49%{background-color:var(--quaternary)}50%{background-color:transparent}99%{background-color:transparent}to{background-color:var(--quaternary)}}@media (min-width:768px){.global-hero__hexagon.global-hero__hexagon--left{bottom:70%;display:block;right:53%}.global-hero__hexagon.global-hero__hexagon--right{left:57%;top:25%}}