.hhs-hero-overlay {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.hhs-rich-text h1 {
    font-size: 72px;
    padding-top: 216px;
    padding-bottom: 0px;
    font-weight: 900;
}

.hhs-rich-text h3 {
    padding-bottom: 32px;
    font-weight: 700;
}

.hhs-rich-text h5 {
    padding-top: 16px;
    padding-bottom: 8px;
    font-weight: 500;
}

@media (max-width: 767px) {

    .hhs-rich-text h1 {
        font-size: 36px;
        padding-top: 108px;
    }

    .hhs-rich-text h3 {
        font-size: 21px;
    }

    .hhs-rich-text h5 {
        font-size: 18px;
    }

}

p {
    line-height: 1.8em;
    font-weight: 400;
}

.container-relative {
    position: relative;
}

.bg-image-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80% !important;
    object-fit: cover;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: rgba(0, 0, 0, 0.5);
}

.text-overlay > h3 {
    color: #fff !important;
}

.text-overlay > p {
    color: #fff !important;
    font-weight: 500;
}

.container-r-l {
    flex-direction: row-reverse;
    padding-top: 40%;
}

.list-agenda {
    padding-left: 16px;
    list-style: none;
}

.list-agenda > li {
    margin-bottom: 32px;
}

.list-agenda > li > h6 {
    margin-top: 8px;
}

.list-agenda > li > p {
    margin-top: 12px;
    font-size: 14px;
}

.cta-primary {
    font-weight: 600;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
}

.hhs-footer-mod h5 {
    font-weight: 500;
}

.hhs-footer-mod p a {
    color: #fff;
}

.hhs-footer-mod p a:hover {
    color: #64C7EA;
}

.footer-contact-title {
    color: #fff;
    font-weight: 600;
}

.card {
    background-color: #fff;
    border: 0 solid #e2dcd9;
    border-radius: 20px;
    padding: 32px;
}

.spacer {
    height: 150px;
    background: #eeedef;
}

.contact {
    font-weight: 600;
}

.videoSrc {
    max-width: 100% !important;
    height: auto !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
}

.footer-partner {
    display: flex;
    padding: 16px 0;
    justify-content: end;
}

@media (max-width: 575px) {
    .footer-partner {
        justify-content: center;
    }
}

