@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('custom-fonts/HelveticaNeueLTPro-Lt.woff2') format('woff2'),
        url('custom-fonts/HelveticaNeueLTPro-Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('custom-fonts/HelveticaNeueLTPro-Roman.woff2') format('woff2'),
        url('custom-fonts/HelveticaNeueLTPro-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('custom-fonts/HelveticaNeueLTPro-Roman.woff2') format('woff2'),
        url('custom-fonts/HelveticaNeueLTPro-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('custom-fonts/HelveticaNeueLTPro-Bd.woff2') format('woff2'),
        url('custom-fonts/HelveticaNeueLTPro-Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('custom-fonts/HelveticaNeueLTPro-Hv.woff2') format('woff2'),
        url('custom-fonts/HelveticaNeueLTPro-Hv.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

div#home-hero .column.one-second {
    margin: 0;
    display: flex;
    align-items: flex-end;
    align-items: center;
}

img.home-hero-image {
    width: calc(50vw + 24px);
    max-width: 100vw!important;
    vertical-align: middle;
    object-fit: cover;
    height: 100%!important;
    max-height: 650px;
    object-position: top center;
}

div#home-hero .items_group {
    flex-wrap: wrap;
    display: flex;
}

.home-hero-content-wrap {
    padding-top: 160px;
    padding-right: 40px;
    color: #fff;
    padding-bottom: 50px;
}

.home-hero-subtitle {
    font-size: 16px;
    font-family: 'Helvetica Neue LT Pro';
}

.home-hero-title {
    margin: 12px 0 24px;
    font-family: 'mergelight';
    font-size: 32px;
}

.home-hero-content {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    font-family: 'Helvetica Neue LT Pro';
    margin-bottom: 24px;
}

.home-hero-signature {
    font-size: 11px;
    line-height: 20px;
}

.home-hero-signature > img {
    margin-left: -40px;
}

.home-hero-signature > img {
    max-width: 333px!important;
    width: 100%;
}

.home-hero-signature > div strong {
    display: block;
    font-family: 'Helvetica Neue LT Pro';
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
}

.hero-buttons {
    margin-bottom: 20px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.hero-buttons a {
    padding: 18px 21px;
    font-size: 18px;
    line-height: 20px;
    border-radius: 30px;
    display: block;
	font-family: 'Helvetica Neue LT Pro';
}

a.hero-btn-blue {
    background: rgba(31, 183, 252, 1);
    color: #fff;
}

a.hero-btn-white {
    background: #fff;
    color: rgba(0, 0, 0, 1);
}

.hero-buttons > a {
    margin-right: 16px;
    text-decoration: none;
    transition: .35s ease;
}

.hero-buttons > a:last-child {
    margin-right: 0;
}

a.hero-btn-blue:hover {
    color: rgba(31, 183, 252, 1);
    background: #fff;
}

a.hero-btn-white:hover {
    background: rgba(31, 183, 252, 1);
    color: #fff;
}

.hero-recommendation-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 11px;
    line-height: 14px;
    font-family: 'Helvetica Neue LT Pro';
}

.hero-recommendation-block .img-col {
    width: 71px;
    margin-right: 17px;
}

.hero-recommendation-block .content-col {
    width: calc(100% - 88px);
}

.hero-recommendation-block .content-col strong {
    display: block;
    font-size: 12px;
    line-height: 16px;
}

video.home-hero-image {
    width: 500px;
    object-fit: cover;
    object-position: top center;
    vertical-align: middle;
    height: 100%;
    pointer-events: none;
    margin: 0 auto;
}

.sound-active .unmute-btn {
    opacity: 0;
}

.mute-btn{
	opacity: 0;
}

.sound-active .mute-btn {
    opacity: 1!important;
}

.toggle-sound-btn {
    display: table;
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 48px;
    border-radius: 6px;
    color: #fff;
}

.mute-btn {
    position: absolute;
/*     top: 12px; */
    left: 12px;
    opacity: 0;
}

.hero-video {
    position: relative;
    padding-top: 100px;
    margin: 0 auto;
}

.toggle-sound-btn.sound-active .unmute-btn {
    opacity: 0;
}

.toggle-play-btn.video-paused .toggle-play {
    opacity: 1!important;
}

.hero-video video::-webkit-media-controls {
  display: none !important;
}

.hero-video video::-moz-media-controls {
  display: none !important;
}

.hero-video video::-ms-media-controls {
  display: none !important;
}

.hero-video video::-o-media-controls {
  display: none !important;
}

/* Responsiveness */

@media all and (min-width: 768px){
	.page-id-21965 #Top_bar #logo img {
		filter: invert(1);
	}
}

@media all and (max-width: 1240px){
	div#home-hero .section_wrapper.clearfix {
		width: 100%;
		padding-left: 50px;
	}
	
	.hero-buttons > a {
		margin-right: 8px;
	}
}

@media all and (max-width: 992px){
	.home-hero-title {
		font-size: 24px;
	}

	.hero-buttons {
		margin: 12px 0;
	}

	.hero-buttons > a {
		font-size: 18px;
        padding: 16px 24px;
        margin-bottom: 10px;
	}
	
	.hero-buttons > a:last-child{
		margin-bottom: 0;
	}
	
	div#home-hero .section_wrapper.clearfix {
		padding-left: 30px;
	}

	.home-hero-signature > img {
		margin-left: -20px;
	}
}

@media all and (max-width: 767px){
	.home-hero-content-wrap {
		width: 100%;
		padding: 0;
		padding-bottom: 20px;
	}

	div#home-hero .column.one-second {
		width: 100%;
	}

	div#home-hero .items_group {
		width: 100%;
		/* display: block; */
	}

	div#home-hero .section_wrapper.clearfix {
		width: 100%!important;
		padding: 0px 0px 0;
	}

	img.home-hero-image {
		width: calc(100vw + 24px);
		margin-left: -30px;
	}

	div#home-hero .column.one-second:last-child {
		order: -1;
	}

	video.home-hero-image {
	    width: 100%;
	}
	
	div#home-hero .column.one-second:first-child {
	    padding: 30px;
	}
}