/* Hero Section */
.hero-section .video-section-text h1 {
    text-transform: none;
}
body .hero-section h2 {
    font-size: 32px;
    font-family: 'Neue Haas Display';
}

.logo-section {
	padding: 30px 0 60px;
}
.logo-section .logo-title {
	font-family: 'Neue Haas Display';
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #414142;
    text-align: center;
    margin-bottom: 36px;
}
.logo-section .logo-title span {
	color: #FC0000;
}
.logo-section .logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
}
.logo-section .logo-wrapper .logo {
	padding: 0 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.logo-section .logo-wrapper img {
    width: 100%;
}
@media (max-width: 1199px) {
	.logo-section .logo-wrapper {
		max-width: 930px;
	}
}
@media (max-width: 991px) {
	.logo-section .logo-wrapper {
		max-width: 690px;
	}
	.logo-section .logo-wrapper .logo {
	    -webkit-box-flex: 0;
	        -ms-flex: 0 0 16.66667%;
	            flex: 0 0 16.66667%;
    	max-width: 16.66667%;
	}
}
@media (max-width: 767px) {
	.logo-section {
		padding: 30px 0;
	}
	.logo-section .logo-title {
	    font-size: 32px;
        line-height: 40px;
        margin-bottom: 16px;
	}
	.logo-section .logo-wrapper {
		max-width: 510px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.logo-section .logo-wrapper .logo {
	    -webkit-box-flex: 0;
	        -ms-flex: 0 0 33.33333%;
	            flex: 0 0 33.33333%;
    	max-width: 33.33333%;
    	margin-bottom: 24px;
	}
}
@media (max-width: 359px) {
    .logo-section .logo-title {
        font-size: 25px;
        line-height: 35px;
    }
}
.text-section {
	padding: 60px 0;
}
.text-section .text-title {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #414142;
    font-family: 'Neue Haas Display';
}
.text-section .red-line {
    width: 86px;
    height: 2px;
    margin: 28px auto;
    background: #fc0000;
}
.text-section .text-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.6px;
    color: #474747;
    font-family: 'Neue Haas Display';
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .text-section {
        padding: 30px 0;
    }
	.text-section .text-title {
		font-size: 32px;
    	line-height: 40px;
	}
	.text-section .text-subtitle {
		font-size: 18px;
    	line-height: 26px;
	}	
}
@media (max-width: 359px) {
    .text-section .text-title {
        font-size: 25px;
        line-height: 35px;
    }
}
.image-section img {
	width: 100%;
    padding: 40px 0;
}