.cyonect-hero-lp {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.cyonect-hero-lp__inner {
    position: relative;
    z-index: 5;
    align-self: stretch;
}

.cyonect-hero-lp__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
}

.cyonect-hero-lp__content {
    position: relative;
    z-index: 10;
    padding-block: 50px;
    max-width: 812px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.cyonect-hero-lp__badge {
    margin-bottom: 27px;
}

.cyonect-hero-lp__text {
    max-width: 600px;
}

.cyonect-hero-lp__buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.cyonect-hero-lp__buttons,
.cyonect-hero-lp__text {
    margin-top: 27px;
}

.cyonect-hero-lp__highlights-content {
    max-width: 768px;
    margin-inline: auto;
}

@media (max-width: 1024px) {
    .cyonect-hero-lp__content {
        justify-content: flex-end;
    }

    .cyonect-hero-lp__row {
        flex-direction: column;
    }
}