.cck_article_general {margin-bottom: 25px;}

/*home-landing-video*/
body.homeLanding {
background-color: #000102;
}
.homeTopArea {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 12;
}
.homeLogo {
position: absolute;
top: 35px;
text-align: center;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
.homeLogo h1 {
color: #fff;
text-transform: uppercase;
font-size: 1.4rem;
font-weight: 500;
margin: 25px 0 0;
text-shadow: 0px 0px 10px #000;
}
.homeContact {
display: none;
position: absolute;
top: 35px;
right: 75px;
z-index: 100;
}
.homeContact span {
color: #fff;
text-transform: uppercase;
font-size: 0.9rem;
font-weight: bold;
}
.homeContact span a {
color: #fff;
}
span.borderHome {
border-top: 2px solid #fff;
width: 32px;
display: block;
}
.homeButtons {
display: inline-block;
text-align: center;
margin: 225px auto 0;
}
.btnHome {
background-color: #fff;
border-radius: 30px;
padding: 10px 50px;
text-transform: uppercase;
font-size: 0.9rem;
font-weight: bold;
margin: 0 0 15px;
display: block;
width: auto;
text-align: center;
line-height: 1;
}
.btnHome span{
font-size: 0.7rem;
}
.btnHome:last-child{
margin:0;
}
.VideoHome,
#Video4Sight {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
transform: translateX(calc((100% - 100vw) / 2));
z-index:9;
}
.VideoHome {
background-color: rgb(0 0 0 / 40%);
background-blend-mode: overlay;
z-index: 10;
}