@charset "UTF-8";
/* CSS Document */


.bg-img-v2 {
	position: relative;
	z-index: 2 !important;
	opacity: 1 !important;
}
	
.bg-img-v2:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-image: linear-gradient(180deg, rgba(0,0,0,0.80), rgba(0,0,0,0.80));
}


.cc-header h2 {
    font-size: 44px !important;
    line-height: 1.1;
    margin-top: 0px !important;		
}

.cc-header h2 span {
    font-size: 32px !important;
    line-height: 1.1;
}

.cc-header > .cc-brand h2:after {
    margin: 30px auto !important;
}

.cc-main-container h2, .cc-main-container h2 > strong {
    margin-top: 0px !important;
}

.cc-brand h2:after {
    margin: 30px 0px !important;
}

.cc-mdlrg-mrg-top {
    margin-top: 30px !important;
}

.cc-main-container ul {
    margin-bottom: 0px !important;
}

.cc-main-container p {
    margin: 0px 0px 18px;
}

.cc-main-container p:last-child {
    margin: 0px 0px 0px;
}

.cc-main-container h1, .cc-main-container h1 > strong {
    line-height: 1.1;
    font-size: 44px !important;
    background: none !important;
}

.cc-main-container h1 > span {
    font-size: 32px !important;
    display: block;
}

.cc-brand h1:after {
    content: "";
    display: block;
    width: 40px;
    height: 5px;
    background: var(--brand-primary) !important;
    margin: 20px auto;
}