@charset "UTF-8";
/* CSS Document */
	
	
.cc-cta {
    border-radius: 100px !important;
	font-size: 20px !important;
}
	
	
.cc-testimonial-card {
	background-color: var(--brand-secondary) !important;
	background-color: #FFFFFF !important;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	padding: 25px 40px;
	margin: 40px auto 0px;
	text-align: center !important;
}
	
.cc-testimonial-card p, .cc-testimonial-card p strong {
	margin: 0px auto !important;
	font-size: 17px !important;
	line-height: 135% !important;
}

.cc-testimonial-card p.testimonial-name {
	font-size: 20px !important;
	font-weight: 800;
	line-height: 135% !important;
	margin: 25px auto !important;
	text-align: center !important;
}

.cc-testimonial-card img {
	margin: 0px auto !important;
	max-width: 300px !important;
}
	
.cc-main-container .text-white a,
.cc-main-container .text-white p a {
    color: #00b0f0 !important;
}
	
.cc-content-wrap {
	width: 100%;
	max-width: 1400px !important;
    display: flex;
    flex-wrap: wrap;
	margin: 0px auto !important;
}

.cc-header h2 {
    font-size: 38px !important;
    line-height: 1.1;
    margin: 0px auto !important;
	font-weight: bold !important;
}

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

.cc-main-container h2, .cc-main-container h2 > strong {
    margin-top: 50px !important;
	font-weight: bold !important;
}

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

.cc-main-container ul {
    margin-top: 0px !important;
    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 !important;
    font-size: 50px !important;
    background: none !important;
    margin: 0px auto !important;
	font-weight: bold !important;
}

.cc-main-container h1 > span {
    line-height: 1 !important;
    font-size: 26px !important;
    display: block;
    margin-top: 0px;
    margin-bottom: 5px;
}

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

.cc-brand h2:after {
    margin-top: 25px !important;
    margin-bottom: 30px !important;
}
	
.cc-learn-more {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.cc-learn-more p.cc-learn-more-title, .cc-learn-more p.cc-learn-more-title strong {
    font-size: 24px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    text-transform: uppercase !important;
}

.cc-learn-more p, .cc-learn-more p strong, .cc-learn-more p a, .cc-learn-more p strong a {
    font-size: 18px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    line-height: 1 !important;
    text-decoration: none !important;
}
	
.cc-learn-more p a:hover, .cc-learn-more p strong a:hover {
    text-decoration: underline !important;
}

.cc-learn-more p:last-child, .cc-learn-more p:last-child a {
    margin-bottom: 0px !important;
}
	
.cc-img-radius {
    border-radius: 100% !important;
}
