#hero {
    padding: 100px 0;
background: linear-gradient(90deg, #F4FCF7 0%, rgba(244, 252, 247, 0.95) 51.92%, rgba(244, 252, 247, 0.00) 68.75%);
}

#hero .row{
    justify-content: center;
}


#hero .date {
    margin-bottom: 14px;
color: #717182;
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
    display: flex;
    align-items: center;
    gap: 10px;
}

#hero .date i {
    font-size: 15px;
}

#hero .content h1 {
color: #1A1A2E;
font-family: "Proxima-Nova";
font-size: 39px;
font-style: normal;
font-weight: 700;
line-height: 47px; /* 120.513% */
    margin-bottom: 24px;
}

#hero .content p {
color: #4A5568;
font-family: "Niveau-Grotesk";
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 29.25px; /* 139.286% */
    margin-bottom: 0;
}


@media (max-width: 767px) {
    #hero {
        min-height: 0;
        padding: 50px 0;
    }

}

#featuredImage {
    padding: 50px 0;
}
#featuredImage .row {
    justify-content: center;
}
#featuredImage img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 846/379;
    border-radius: 15px;
}

#textCenter {
    padding: 100px 0;
    background: #FFF;
}

#textCenter .row{
    justify-content: center;
}

#textCenter .content {
    margin: 0 auto;
    text-align: center;
}

#textCenter .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F7710D;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 12px;
}

#textCenter .content h2 {
    color: #101828;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 100% */
    margin-bottom: 20px;
}

#textCenter .content h2 strong {
    color: #F7710D;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

#textCenter .content p {
    color: #4A5565;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    margin-bottom: 24px;
}
#textCenter .content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #textCenter {
        padding: 50px 0;
    }
}

#video {
    padding: 50px 0;
    background: linear-gradient(135deg, #F8F9FA 0%, #FFF 50%, rgba(0, 161, 85, 0.35) 100%);
}

#video .row{
    justify-content: center;
}

#video .video {

    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
}

#video .video iframe,
#video .video video {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border: 0;
    display: block;
}

@media (max-width: 767px) {
    #video .video {
        border-radius: 12px;
    }
}

#speaker {
    padding: 100px 0;
    background: #FFF;
}

#speaker .image {
    max-width: 497px;
}

#speaker .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 15px;
    display: block;
}

#speaker .content {
    max-width: 530px;
    margin-left: auto;
}

#speaker .content h2 {
color: #1A1A1A;
font-family: "Proxima-Nova";
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 53px; /* 120.455% */
    margin-bottom: 28px;
}

#speaker .content p {
color: rgba(26, 26, 26, 0.65);
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    #speaker .content {
        max-width: 100%;
        margin: 0
    }

    #speaker .image {
        margin: 0 auto;
    }
    
}


#webinar-cta {
    padding: 100px 0;
    background: #FFF;
}
#webinar-cta .wrap {
    padding: 50px;
    border-radius: 24px;
    background: linear-gradient(135deg, #00A155 0%, #007A40 100%);
}
#webinar-cta .content {
    text-align: center;
}
#webinar-cta .content h2 {
    color: #FFF;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}
#webinar-cta .content p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #DCFCE7;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}
#webinar-cta .content .click {
    margin-top: 40px;
}
#webinar-cta .content .click .btn {
    margin: 0 auto;
}
@media (max-width: 767px) {
    #webinar-cta {
        padding: 50px 0;
    }
    #webinar-cta .wrap {
        padding: 50px 24px;
        border-radius: 18px;
    }
}
