/* Start custom CSS for section, class: .elementor-element-6abfd91b */body > div.template-container > div.template-content > div.page-wrapper > div.page-heading.bc-type-default.bc-effect-none.bc-color-white {
    display: none;
}

body > div.template-container > div.template-content > div.page-wrapper > div.content-page.container {
    margin-top: 8px;
}

.elementor-5686 .elementor-element.elementor-element-6abfd91b .elementor-custom-embed-play i {
    animation: shadow-animation 2s infinite;
    box-shadow: 0px 0px 15px 7px rgb(255 255 255 / 0%);
    animation-fill-mode: both;
    border-radius: 50%;
}
@keyframes shadow-animation {
    0% {
        box-shadow: 0px 0px 15px 7px rgb(255 255 255 / 44%);
        transform: scale(.95);
    }
    
    50% {
        box-shadow: 0px 0px 15px 7px rgb(255 255 255 / 0%);
        transform: scale(1);
    }

    100% {
        box-shadow: 0px 0px 15px 7px rgb(255 255 255 / 44%);
        transform: scale(.95);
    }
}/* End custom CSS */