#homepage-header {
    padding-bottom: 70px;
    width: 100%;
    overflow: hidden;
}
#homepage-header h1 {
    margin: 0 0 20px 0;
}
#homepage-header h1 + p {
    margin-bottom: 40px;
}
#homepage-header .header-home__img {
  max-width: 767px;
  height: 360px;
  margin: 0 auto 45px auto;
  display: flex;
  justify-content: center;
}
#homepage-header .tz-input-with-btn {
    margin-bottom: 15px;
}

#homepage-subheader {
    padding: 40px 0 100px 0;
}
#homepage-subheader .homepage-subheader__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
#homepage-subheader .homepage-subheader__logos img {
    padding: 35px 25px 0;
    margin: 0 5px;
}

#homepage-features-home .homepage-feature-row {
    margin-bottom: 70px;
}
#homepage-features-home .feature-item__tag,
#homepage-app-integration .app-integration__tag {
    margin-bottom: 10px;
}
#homepage-features-home .homepage-feature-row h2 {
    margin-bottom: 15px;
}
#homepage-features-home .img-group {
    margin-top: 30px;
}
#homepage-features-home .img-group img {
    position: absolute;
    height: auto;
    width: 100%;
}
#homepage-features-home .tz-button--secondary {
    background: transparent;
    font-size: 16px;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    padding: 16px 32px;
    margin-top: 10px;
}
#homepage-features-home .tz-button--secondary:hover {
    border-color: var(--color-secondary);
    color: var(--color-secondary);
}
#homepage-features-home .img-group[data-imagegroup="online-training"] {
    height: 250px;
}
#homepage-features-home .img-group .img-group--online-training-1 {
    max-width: 341px;
}
#homepage-features-home .img-group[data-imagegroup="client-engagement"] {
    height: 280px;
}
#homepage-features-home .img-group .img-group--client-engagement-1 {
    max-width: 338px;
}
#homepage-features-home .img-group[data-imagegroup="business-growth"] {
    height: 320px;
}
#homepage-features-home .img-group .img-group--business-growth-1 {
    max-width: 345px;
}

#homepage-key-features .key-features-item {
    margin-top: 50px;
    padding: 0 30px;
}
#homepage-key-features .key-features-item img {
    margin-bottom: 40px;
    height: 110px;
}
#homepage-key-features .key-features-item p {
    margin-top: 20px;
}

#homepage-fitness-business {
    padding-top: 80px;
}
#homepage-fitness-business #fitness-business-items {
    box-shadow: 0px 4px 50px rgba(var(--color-full-black-rgb), 0.1);
    margin-top: 60px;
}
#homepage-fitness-business .fitness-business-item {
    padding: 30px;
    display: block;
}
#homepage-fitness-business .fitness-business-item:hover{
  text-decoration: none;
}
#homepage-fitness-business .fitness-business-item p {
    margin-top: 20px;
}
#homepage-fitness-business h3 {
  margin-bottom: 20px;
}
#homepage-app-integration {
    padding-top: 100px;
    padding-bottom: 70px;
}
#homepage-app-integration .homepage-app-integrations__text,
#homepage-app-integration .homepage-app-integrations__img {
    text-align: center;
}
#homepage-app-integration .homepage-app-integrations__text p {
    font-size: 16px;
    margin: 16px 0;
}
#homepage-app-integration .homepage-app-integrations__img {
    margin-top: 32px;
}
#homepage-app-integration .homepage-app-integrations__img img {
    width: 341px;
    height: auto;
}

#div_signup0.signUpStep0 {
    position: relative;
    width: 100%;
    max-width: 580px;
    display: block;
    border-radius: 5px;
    margin: 0 auto;
    padding: 30px 15px;
    box-shadow: 0px 0px 50px 10px rgb(20 20 20 / 21%);
}
#div_signup0.signUpStep0 h2 {
    font-size: 24px;
}
#div_signup0.signUpStep0 h2,
#div_signup0.signUpStep0 p {
    margin-bottom: 30px;
}
#div_signup0.signUpStep0 .signUpStep0__content-cta {
    margin-bottom: 20px;
}
#div_signup0.signUpStep0 .signUpStep0__content-cta + * {
    font-size: 14px;
}
#div_signup0 .close-x-0 {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}
#div_signup0 .close-x-0 img {
    width: 20px !important;
}

@media screen and (min-width: 768px) {
    #homepage-header {
        position: relative;
        height: 510px;
        padding-top: 45px;
        padding-bottom: 0;
    }
    #homepage-header .header-home__img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 412px;
        margin: 0;
        max-width: none;
        height: auto;
        overflow: hidden;
    }

    #homepage-subheader {
        padding: 80px 0 100px 0;
    }

    #homepage-features-home .homepage-feature-row {
        margin-bottom: 100px;
    }
    #homepage-features-home .homepage-feature-row:last-child {
        margin-bottom: 0;
    }
    #homepage-features-home .img-group {
        margin-top: 0;
    }
    #homepage-features-home .img-group .img-group--online-training-1 {
        max-width: 290px;
        top: 15px;
    }
    #homepage-features-home .img-group .img-group--client-engagement-1 {
        max-width: 295px;
        top: 10px;
    }
    #homepage-features-home .img-group .img-group--business-growth-1 {
        max-width: 293px;
    }

    #homepage-key-features .key-features-item {
        padding: 0;
    }

    #homepage-fitness-business .fitness-business-item {
        min-height: 180px;
        display: flex;
    }
    #homepage-fitness-business .fitness-business-item > div:first-child {
        flex: 0 0 250px;
        margin-right: 50px;
    }
    #homepage-fitness-business .fitness-business-item p {
        margin-top: 0;
    }

    #homepage-app-integration .homepage-app-integrations__text {
        text-align: left;
        margin-top: 30px;
    }

    #homepage-app-integration .homepage-app-integrations__img {
        margin-top: 0;
    }
}

@media screen and (min-width: 992px) {
    #homepage-subheader {
        padding-top: 80px;
        padding-bottom: 120px;
    }
    #homepage-subheader .homepage-subheader__logos img {
        margin: 0;
    }

    #homepage-features-home {
        padding-top: 40px;
    }
    #homepage-features-home .img-group[data-imagegroup="online-training"] {
        height: 350px;
    }
    #homepage-features-home .img-group .img-group--online-training-1 {
        max-width: 489px;
        top: -25px;
    }
    #homepage-features-home .img-group[data-imagegroup="client-engagement"] {
        height: 390px;
    }
    #homepage-features-home .img-group .img-group--client-engagement-1 {
        max-width: 551px;
        top: -50px;
    }
    #homepage-features-home .img-group .img-group--business-growth-1 {
        max-width: 518px;
        top: -90px;
    }

    #homepage-key-features {
        padding-top: 130px;
    }
    #homepage-key-features .key-features-item {
        padding: 0 30px;
    }

    #homepage-fitness-business {
        padding-top: 145px;
    }

    #homepage-fitness-business .fitness-business-item {
        align-items: center;
        padding: 30px 60px;
        text-decoration: none;
    }
    #homepage-fitness-business .fitness-business-item:hover {
        box-shadow: 0px 4px 50px rgba(var(--color-full-black-rgb), 0.1);
        background-color: var(--color-secondary);
        z-index: 2;
        transform: scaleY(1.01);
    }
    #homepage-fitness-business .fitness-business-item > div:nth-child(2) {
        display: flex;
        align-items: center;
    }
    #homepage-fitness-business .fitness-business-item > div:nth-child(2) > div:nth-child(2) {
        flex: 0 0 150px;
        margin-left: 65px;
    }
    #homepage-fitness-business .fitness-business-item p {
        margin: 0;
    }
    #homepage-fitness-business .fitness-business-item:hover h3,
    #homepage-fitness-business .fitness-business-item:hover p,
    #homepage-fitness-business .fitness-business-item:hover p span {
        color: var(--color-primary);
    }

    #homepage-app-integration .homepage-app-integrations__text {
        margin-top: 20px;
    }
    #homepage-app-integration .homepage-app-integrations__text p {
        font-size: 14px;
        margin-bottom: 27px;
    }
    #homepage-app-integration .homepage-app-integrations__text a {
        font-size: 16px;
    }
    #homepage-app-integration .homepage-app-integrations__img {
        text-align: right;
    }
    #homepage-app-integration .homepage-app-integrations__img img {
        width: 591px;
    }

    #div_signup0.signUpStep0 {
        padding: 30px;
    }
}

@media screen and (min-width: 1200px) {
    #homepage-header {
        padding-top: 95px;
        height: 662px;
    }
    #homepage-header .header-home__text {
        padding-right: 60px;
    }
    #homepage-header h1 {
        margin-bottom: 30px;
    }
    #homepage-header h1 + p {
        margin-bottom: 35px;
    }
    #homepage-header .header-home__img {
        width: 50%;
        display: flex;
        justify-content: center;
    }

    #homepage-subheader {
        padding-bottom: 130px;
    }
    #homepage-subheader .homepage-subheader__logos img {
        margin: 0 5px;
    }

    #homepage-features-home .homepage-feature-row {
        margin-bottom: 155px;
    }
    #homepage-features-home .img-group[data-imagegroup="online-training"] {
        height: 350px;
    }
    #homepage-features-home .img-group .img-group--online-training-1 {
        top: -75px;
    }
    #homepage-features-home .img-group[data-imagegroup="client-engagement"] {
        height: 420px;
    }
    #homepage-features-home .img-group .img-group--client-engagement-1 {
        top: -90px;
    }
    #homepage-features-home .img-group .img-group--business-growth-1 {
        top: -150px;
    }

    #homepage-app-integration .homepage-app-integrations__text {
        margin-top: 30px;
    }
}
/* Adjust alignment for header video */
@media screen and (min-width: 1840px) {
    #homepage-header .header-home__img {
        justify-content: flex-end;
    }
}