.pre-footer {
    display: none;
}

#site-footer>div>div.footer-content>nav>div>div>div>a {
    color: #fff !important;
}

header.site-header .logo img {
    filter: brightness(0) invert(1);
}

.nav-item>a {
    color: #fff !important;
}

.nav-child-item a {
    color: var(--canopy-blue) !important;
}

.nav-child-item a:hover {
    color: var(--canopy-orange) !important;
}

header.site-header {
    box-shadow: none;
    -webkit-box-shadow: none;
    background: var(--canopy-blue);
}

#main-content {
    background-color: #fff;
    background-image: none !important;
}

.header-title {
    background: var(--canopy-blue)!important;
    padding: 9em 0 5em 0;
}

.page-title {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}

.date-event {
    font-size: 1.1em;
    color: #DFCF1C;
    font-weight: bold;
    padding-left: 0.7em;
    margin: -1em 0 1em 0;
    display: block;
}

.related-posts {
    color:  var(--nav-link-color);
    font-weight: 600;
    font-size: 1.3em;

}

.title-background {
    background-image: url(../png/bg-title-2.png)!important;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background-size: inherit;
    background-position: center left;
    background-repeat: no-repeat;
    margin-bottom: 0.8em;
    display: block;
    font-size: 2.5rem;
    line-height: 3rem;
}


/* MOBILE */
@media screen and (max-width: 800px) {
    .header-title {
        background: var(--canopy-blue);
        padding: 6em 0 2em 0!important;
    }
    .title-background {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}


.splide__slide:before {
    display: none;
}


@media (min-width: 992px) {
    .splide__slide {
        transform: none !important;
        flex: 0 0 100% !important;
    }

    .splide__pagination {
        display: none !important;
    }

    .splide__list {
        padding: 1em !important;
    }
}


@media (max-width: 768px) {
    .fcard {
        margin: 0;
    }

    .splide__list {
        padding: 0 0.8em !important;
    }

}




.splide__pagination li:before {
    display: none;
}

.splide__pagination {
    bottom: -5px;
}

.splide__pagination .splide__pagination__page {
    background-color: #888;
}

.splide__pagination .splide__pagination__page.is-active {
    background-color: var(--nav-link-color-hover);
}


.recent-posts {
    background: url('../svg/bg-top-resources.svg');
    background-size: contain;
    background-color: white;
    background-repeat: no-repeat;
    background-position: -180px -150%;
}

.card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #ddd;
    padding-top: 0 !important;
    border-radius: 10px;
    box-shadow: 0 0 13px -5px #0000008a;
    transition: all .35s;
}

.card:hover {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.10);
    transform: translateY(-6px);
}

.cards-body {
    flex: 1;
    overflow: hidden;
    position: relative;
    padding: 0.5rem 1.25rem 60px 1.25rem
}

.post-date {
    color: #7D7D7D
}

.card-image {
    position: relative;
    height: 200px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.card-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 1.3s ease-in-out;
}

.card:hover .card-image::before {
    transform: scale(1.2);
}


.fcard {
    display: flex;
    margin-bottom: 20px;
}

.topic-section {
    padding: 3em 1em;
}

.topics {
    background: var(--canopy-blue)
}

.topic-link {
    color: #fff;
    border: solid 2px #fff;
    border-radius: 150px;
    padding: 0.2em 1em;
    text-decoration: none;
    font-weight: 500
}

.topic-link:hover {
    color:  var(--nav-link-color);
    padding: 0.2em 1em;
    text-decoration: none;
    background: #fff;
}

.topic-post-date {
    color: #7D7D7D;
    padding: 0 0.8em;
}

.link-orange {
    color: var(--canopy-orange);
}

.title-post {
    color:  var(--nav-link-color);
    font-weight: bold !important;
    font-size: 1.3em;
    
    text-align: left !important;
    text-transform: none;
}

.topic-title-post {
    font-size: 1.3em;
}

.topic-card-text {
    font-weight: 400 !important;
}

.topic-read-link {
    position: absolute;
    bottom: 20px;
    color: var(--nav-link-color-hover);
    font-size: 0.75em;
    font-weight: 600;
}

.read-link {
    position: absolute;
    bottom: 20px;
    color: var(--nav-link-color-hover);
    font-weight: 600;
}

.card-text {
    font-size: 16px;
    color: #7D7D7D;
    line-height: 20px;

}

.topic-title {
    color:  var(--nav-link-color);
    font-size: 1.2em;
    font-weight: 700;
    
}

.resources-title {
    color:  var(--nav-link-color);
    font-size: 1.7em;
    font-weight: 700;
    
    text-transform: capitalize;
}

.topic-title-white {
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    
    margin-bottom: 1em;

}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 0 20%;
}

.topic-pill {
    color: var(--nav-link-color-hover);
    border-radius: 50px;
    padding: 4px 16px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-style: italic;
    float: right;
}

.row-top-post {
    padding: 0 0.6rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.topic-row-top-post {
    padding: 0;
}


.topic-pill-post {
    background: var(--canopy-blue);
    color: #fff;
    border-radius: 50px;
    padding: 4px 16px;
    position: absolute;
    top: 1em;
    right: 1em;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-style: italic;
    font-size: 0.7em;
}

.icon-container {
    width: 24px;
    /* ajuste conforme necessário */
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.card-side-image {
    height: 100% !important;
    border-radius: 10px 0 0 10px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Read post icon */
.read-link-btn {
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease, padding 0.3s ease;
    text-decoration: none;
    color: var(--nav-link-color-hover);
}

.read-link-btn::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../svg/arrow-right-orange.svg') no-repeat center;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) translateX(-100%);
    transition: transform 0.3s ease, padding 0.3s ease;
    opacity: 0;
}

.read-link-btn:hover::before {
    transform: translateY(-40%) translateX(-150%) scale(0.8) !important;
    opacity: 1;
    transition: transform 0.3s ease, padding 0.3s ease;
}

.read-link-btn:hover {
    color: var(--nav-link-color-hover);
    text-decoration: none;
    transform: translateX(16px);
    transition: transform 0.3s ease, padding 0.3s ease;
}




/* First Fold Small Desktop */

/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .recent-posts {
        padding-bottom: 30px;
    }
}

/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .recent-posts {
        padding-bottom: 30px;
    }
}

@media screen and (max-device-width: 900px) {
    .first-card {
        margin-bottom: 1em;
    }

    nav.mobile-nav .nav-item a {
        color: var(--nav-link-color-hover);
        display: block;
        padding: 10px 30px 5px 30px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 400;
        line-height: 1.3;
    }

    nav.mobile-nav .nav-item a:hover {
        color: #14233b;
    }

    .flex-container {
        padding: 0 10%;
    }

    .hide-mobile {
        display: none;
    }

    .view-all-btn {
        margin-top: 20px;
    }
}

@media screen and (min-device-width: 901px) {
    .hide-desktop {
        display: none;
    }
}


a {
    color: var(--nav-link-color-hover);
}




.gform_wrapper.gravity-theme .gform_validation_errors {
    border-radius: 5px !important;
    position: fixed !important;
    width: 400px !important;
    top: 1em !important;
    z-index: 99999 !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    right: 1em !important;
}

.title-webinar {
    font-size: 1.4em !important;
    text-transform: uppercase !important;
    line-height: 1.15em !important;
    
}

.img-bullets {
    border-radius: 10px;
    box-shadow: 0 3px 10px -2px #00000063;
}

.flip-clock-wrapper {
    margin: 2em 0 0 0;
}

.the-speaker {
    padding: 0 3em !important;
}

.speaker-info {
    position: absolute;
    bottom: 1em;
    color: #fff;
    
    left: 3%;
    font-weight: 600;
    z-index: 3;
    background: rgb(255 255 255 / 11%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 1em 0em 0em 1em;
    width: 94%;
    border: none;
}

.speaker-info>h3 {
    font-size: 2em;
    margin-bottom: 0.5em;
}

.speaker-info>h4 {
    font-style: italic;
    font-size: 1em;
    font-weight: 400;
}

.lh-30 {
    line-height: 30px;
}

.topic-description .flex-ul {
    padding-left: 15px;
}

.bullet-point-webinar {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: normal;
}

.form-headline {
    margin-bottom: 2rem;
}

.form-headline p {
    font-size: 1rem;
    line-height: 1.5rem;
}

.topic-description p {
    font-size: 1rem;
}

.color-green {
    color: var(--canopy-blue)
}

.clock {
    width: 100%;
    max-width: 475px;
    position: absolute;
}

.flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 2px;
    width: 10%;
    height: 90px;
    font-size: 60px;
    font-weight: bold;
    line-height: 80px;
    border-radius: 6px;
    background: #000;
}

.flip-clock-divider {
    width: 2%;
    left: -1%;
    height: 90px;
}

.flip-clock-dot.bottom {
    display: block;
    background: #323434;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50%;
    box-shadow: none;
    left: 6.7px;
}

.flip-clock-dot.top {
    display: block;
    background: #323434;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50%;
    box-shadow: none;
    left: 6.7px;
}

.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 87px;
    text-decoration: none !important;
}


/* Neutraliza o efeito de outros estilos */
.flip-clock-wrapper ul li:before {
    content: none;
    width: auto;
    height: auto;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    background: none;
}


.flip-clock-wrapper ul li a div div.inn {
    font-size: 50px;
    padding-top: 64%;
}

.flip-clock-wrapper ul li a div {
    font-size: 60px;
    width: 99.2%;
}

.flip-clock-wrapper ul li a div.up:after {
    top: 39px;
}

.flip-clock-wrapper ul {
    height: 80px;
}

.flip-clock-divider .flip-clock-label {
    right: -72px;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -78px;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -81px;
}



.form-side {
    padding-right: 3em;
    margin-top: -1.5em;
}

.webinar-type {
    color:  var(--nav-link-color);
    text-transform: uppercase;
    font-weight: bold;
}

input[type=text],
input[type=email] {
    border-radius: 10px !important;
    border: solid 1px var(--canopy-blue) !important;
    box-shadow: none !important;
}

input[type=submit] {
    background: var(--canopy-orange) !important;
    color: #fff !important;
    width: 100% !important;
    padding: 14px 0px !important;
    border-radius: 10px !important;
    font-size: 1.2em !important;
    margin: 0 !important;
}

.gfield {
    margin-bottom: 0 !important;
}

.gfield_label {
    font-size: 1em !important;
    line-height: 0 !important;
}

.ginput_container {
    margin-top: 0 !important;
}


.shadow-img {
    position: relative;
    top: -6em;
    border-radius: 10px;
    height: 38em;
    background-position: center;
    background-size: cover;
    z-index: 2;
    overflow: hidden;
}

.shadow-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.73) 0%, transparent 40%);
    mix-blend-mode: multiply;
}



.shadow-img-2 {
    top: 0em!important;
    position: relative;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    z-index: 2;
    overflow: hidden;
	width: 100%;
	aspect-ratio: 1/1;
} 

.shadow-img-2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.73) 0%, transparent 40%);
    mix-blend-mode: multiply;
}


.shadow-bg{
    filter: blur(15px);
    position: relative;
    top: -43em;
    border-radius: 10px;
    height: 38em;
    background-position: center;
    background-size: cover;
    margin-bottom: -34em;
    z-index: 1;
    opacity: 0.7;
}
.shadow-bg-2 {
    filter: blur(15px);
    position: relative;
    top: -37em;
    border-radius: 10px;
    height: 38em;
    background-position: center;
    background-size: cover;
    margin-bottom: -34em;
    z-index: 1;
    opacity: 0.7;
}

@media screen and (max-width: 800px) {
    .shadow-img {
        height: 23em;
        top: 0;
    }

    .shadow-bg {
        height: 23em;
        margin-bottom: -16em;
    }

    .clock {
        width: 90vw;
    }

    .the-speaker {
        padding: 1em !important;
        margin-top: 9em;
    }

    #main-content {
        padding-top: 4em;
    }

    #site #main-content {
        padding-top: 1em;
    }

    #gform_wrapper_14 .ginput_container>input[type=text],
    #gform_wrapper_14 .ginput_container>input[type=email] {
        padding: 10px;
    }

    input[type=submit] {
        padding: 10px 0px !important;
    }

    .flip-clock-wrapper ul li a div div.inn {
        font-size: 40px;
    }

    .flip-clock-wrapper ul li {
        line-height: 70px;
    }

    .flip-clock-wrapper ul {
        height: 60px;
    }

    .flip-clock-wrapper ul li a div.up:after {
        top: 29px;
    }

    .flip-clock-divider .flip-clock-label {
        right: -58px;
    }

    .flip-clock-divider.minutes .flip-clock-label {
        right: -63px;
    }

    .flip-clock-divider.seconds .flip-clock-label {
        right: -64px;
    }

    .flip-clock-dot.top {
        top: 20px;
        left: 4.7px;
    }

    .flip-clock-dot.bottom {
        bottom: 50px;
        left: 4.7px;
    }

    .form-area.mobile {
        display: block;
        margin-bottom: -10em !important;
    }

}

/* CLOSE BAR TIME */
.progress-bar-container {
    width: 96%;
    background-color: #f0f0f0 !important;
    height: 6px;
    border-radius: 5px 5px;
    overflow: hidden;
    position: absolute;
    bottom: 3%;
    left: 1%;
}

.progress-bar {
    width: 100%;
    height: 100%;
    background-color: #c02b0a75 !important;
    transition: width 1s linear;
}

.closeButton {
    background: none;
    border: none;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #cb7059;
}

.gfield_validation_message {

    position: relative !important;
    background: none !important;
    border: none !important;
    top: 0 !important;
    left: 8px !important;
    font-size: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.grey-cta {
    padding: 2em;
    background: #efefef;
    border-radius: 10px;
    margin-bottom: 2em;
    position: relative;
    margin-top: 3em;
}
.grey-cta > p{
    margin-bottom: 0;
}

a {
    color: var(--canopy-orange) !important;
}


.has-time {
    display: flex;
}

.has-no-time {
    display: none;
}


/* VIdeo */

.video-iframe {
    top: -3em;
    border-radius: 10px;
    height: 33em;
    position: relative;
}





.video-thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.video-thumbnail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(24 58 81 / 87%);
    z-index: 1;
    border-radius: 10px;
}

.video-thumbnail-video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.video-thumbnail-video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 70 55 / 85%);
    z-index: 1;
    border-radius: 10px;
    backdrop-filter: blur(9px);
    mix-blend-mode: lighten;
}


.play-icon {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    color: #fff;
    height: auto;
    align-items: center;

}

.play-icon svg {
    width: 70px;
    height: auto;
    margin-bottom: 5px;
}

@media screen and (max-width: 800px) {
    .shadow-img {
        height: 14em;
        top: -4em;
    }
    .shadow-bg {
        height: 14em;
        margin-bottom: -16em;
    }
}

/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .shadow-bg {
        top: -37em;
    }
}

/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .shadow-bg {
        top: -37em;
    }
}

#shar-btn-linkedin {
    color: #0077b5 !important;
    font-size: 24px;
}
#shar-btn-facebook {
    color: #3b5998 !important;
    font-size: 24px;
}
#shar-btn-x {
    color: #1da1f2 !important;
    font-size: 24px;
}