.hero-img-seo {
  position: absolute;
  height: 0px;
  width: 0px;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.hero-banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0px 120px;
    max-width: 100%;
}

.button-container .cmp-container {
    display: flex;
    flex-wrap: wrap;
}

.button-container .button {
    margin: 4px;
}

.hero-banner {
    max-width: 588px;
    width: 100%;
    min-height: 224px;
}

.banner-description p {
    font-size: 22px;
    font-weight: normal;
    font-family: Aeonik Regular;
    letter-spacing: 0.05px;
    padding: 0px 0px 32px;
    color: rgb(75, 75, 75);
    margin: 0;
}

.hero-banner-content h1 {
    color: rgb(28, 28, 28);
    font-size: 56px;
    font-weight: 800;
    font-family: "Aeonik Bold";
    letter-spacing: 1px;
    line-height: 64px;
    padding: 0px 0px 16px;
}

.hero-banner-wrapper {
    display: flex;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.right-img {
    background-position: center top;
    background-size: cover;
    width: 100%;
    flex: 50%;
}

@media (max-width: 1440px) {
    .hero-banner {
        padding: 64px 0px;
    }
}

@media (max-width: 990px) {
    .hero-banner {
        padding: 60px 0px;
    }

    .hero-banner-content {
        padding: 0px 60px;
    }
}

@media (min-width: 991px) {
    .hero-banner-content button {
        width: auto;
        min-width: 231.453px;
        padding: 0px 48px;
    }
}


@media (min-width: 769px) {
    .hero-banner-wrapper {
        min-height: 384px;
    }

    .hero-banner-large .hero-banner-container .hero-banner-wrapper {
        min-height: calc(31.25vw);
    }
}

@media (max-width: 768px) {
    .hero-banner {
        padding: 0px;
        width: 100%;
        margin-bottom: 0px;
    }

    .hero-banner-content {
        width: 100%;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: start;
        justify-content: flex-start;
        padding: 40px 24px 32px;
        min-height: 472px;
    }

    .hero-banner {
        max-width: 100%;
    }

    .hero-banner-content h1 {
        font-size: 40px;
        letter-spacing: 0.7px;
        line-height: 48px;
    }

    .hero-banner-content .button {
        margin: 4px 0px;
        min-width: unset;
        width: 100%;
    }

}

@media (max-width: 767px) {
    .banner-description p {
        font-size: 20px;
        letter-spacing: 0.05px;
        line-height: 30px;
    }
}


@media (max-width: 600px) {
    .hero-banner-content h1 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 0.6px;
    }
}

@media (max-width: 424px) {
    .hero-banner-wrapper {
        background-position: center bottom;
    }
}

@media (min-width: 428px) and (max-width: 768px) {
    .hero-banner-wrapper {
        display: block;
        width: 100%;
        max-width: 100%;
        min-height: 1000px;
        background-position: bottom;
    }
}

@media (max-width: 427px) {
    .hero-banner-wrapper {
        display: block;
        width: 100%;
        max-width: 100%;
        min-height: 826px;
    }

    #help-chat-banner .hero-banner-wrapper {
        min-height: 690px;
    }

    #help-chat-banner .hero-banner-content {
        padding: 0px 24px;
    }
}