/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 03 2025 | 19:02:20 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.homepageHero__cta-wrapper {
    z-index: 999 !important;
    width: 100% !important;
    height: auto !important;
}
button.btn-play.homepageHero__play-btn {
    background: transparent !important;
}
.home.page-template .homepageHero__cta-wrapper {
    
    left: 45% !important;
    bottom: 10%;
}
.homepageHero__play-btn .btn-play-icon {
   
    background-color: #253528 !important;
}
button.btn-close.vmodal-close.js-btn-vmodal-close.first-focusable-element {
    z-index: 9999999;
    position: absolute;
}
.homepageHero__cta-wrapper{
	display: none;
}
.home .homepageHero__cta-wrapper{
	display: block;
}
.home.page-template .homepageHero__cta-wrapper {
    left: 0% !important;
    bottom: 10%;
    width: 100% !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
@media (max-width: 800px){
	.btn-play, .btn-play-trigger{
		width: auto !important;
		height: auto !important;
	}
}