body {
	margin: 0 auto;
	padding: 0;
	font-family: neo-sans, sans-serif;
	font-weight: 400;
	line-height: 1.0;
	color: #333333;
}

h2 {
	margin: 0;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 2px;
}

h3 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
	margin-bottom: 2px;
}

p {
	margin: 0;
	margin-bottom: 30px;
}

sup {
	font-size: 60%;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #333333;
}

.clearfix:after {
    clear: both;
    content: "";
    display: table;
}

.header {
	z-index: 102;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
	height: 110px;
	background: #ffffff;
	font-size: 0;
}

.hamburger {
	display: none;
}

.brand-container {
	position: absolute;
	top: 20px;
	left: 30px;
	font-size: 0;
	line-height: 1.0;
}

.brand-logo, .brand-image {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	height: 70px;
	width: 123px;
	background: #3fa535;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.brand-logo {
	background: #3fa535 url('../img/brand/logo.png') left top no-repeat;
	background-size: 96px auto;
	background-position: 10px 10px;
}

.brand-image {
	background: url('../img/brand/logo-image-sml.jpg') center center no-repeat;
	background-size: cover;
}

.brand-description {
	color: #555555;
	display: none;
}

.txt-green {
	color: #3fa535;
}

.txt-heavy {
	font-weight: 500;
}

.semi-bold {
	font-weight: 400;
}

.creative {
	margin: 0 auto;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: #000000;
	box-sizing: border-box;
	padding: 110px 0 120px 0;
}

.home-intro {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #ffffff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	z-index: 10;
	width: 100%;
	box-sizing: border-box;
	padding: 24px 30px 48px 30px;
}

.home-intro p {
	max-width: 300px;
	margin: 0;
}

@media only screen and (min-width: 374px) {
	.home-intro {
		font-size: 19px;
	}
	.home-intro p {
		max-width: 380px;
		margin: 0;
	}
}


.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
	margin-left: -32px;
	margin-top: -28px;
	background: rgba(92,162,70,0.75) url('../img/ui/icon-play.svg') center center no-repeat;
	background-size: 30px 30px;
	background-position: 60% center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
	z-index: 10;
	transition-duration: 0.25s;
	-webkit-transition-duration: 0.25s;
	-moz-transition: 0.25s linear;
	-o-transition: 0.25s linear;
}

.play-button:hover {
	background: rgba(92,162,70,0.85) url('../img/ui/icon-play.svg') center center no-repeat;
	background-size: 30px 30px;
	background-position: 60% center;
	transition-duration: 0.25s;
	-webkit-transition-duration: 0.25s;
	-moz-transition: 0.25s linear;
	-o-transition: 0.25s linear;
}

.hello {
	position: absolute;
	left: 30px;
	bottom: 156px;
	z-index: 100;
	width: 145px;
	height: 36px;
	background: url('../img/ui/hello-fff.svg') left top no-repeat;
	background-size: 140px 35px;
	cursor: pointer;
	font-size: 0;
}

.hello a {
	display: block;
	width: 100%;
	height: 100%;
}

.profile-container {
	margin: 0 auto;
	position: absolute;
	width: 100%;
	left: 0;
	top: 110px;
	background: #b8b8b8;	
	font-size: 0;
	display: none;
	z-index: 101;
}

.profile-close {
	position: absolute;
	width: 22px;
	height: 22px;
	right: 20px;
	top: 20px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #333333;
	background: url('../img/ui/icon-x.svg') center center no-repeat;
	background-size: 10px 10px;
	cursor: pointer;
	opacity: 0.5;
}

.profile-close:hover {
	opacity: 1;
}

.profile-content {
	box-sizing: border-box;
	padding: 65px 30px 40px 30px;
	font-size: 17px;
	font-weight: 200;
	line-height: 1.6;
}

.profile-header {
	width: 100%;
	margin-bottom: 30px;
	font-size: 0;
}

.profile-header img {
	width: 135px;
	height: auto;
	margin-bottom: 0;
	margin-right: 10px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	float: left;
}

.profile-header h2 {
	line-height: 1.5;
	color: #111111;
	font-size: 16px;
}

.profile-body h2 {
	color: #ffffff;
}

.heading-light {
	font-family: neo-sans, sans-serif;
	font-weight: 400;
	font-style: italic;
}

.ir-name { 
	font-weight: 600;
}

.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	z-index: 103;
	display: none;
}

.video-close {
	position: absolute;
	width: 22px;
	height: 22px;
	right: 20px;
	top: 20px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ffffff;
	background: url('../img/ui/icon-x-fff.svg') center center no-repeat;
	background-size: 10px 10px;
	cursor: pointer;
	opacity: 0.75;
	z-index: 1;
}

.video-close:hover {
	opacity: 1;
}

.video-wrapper {
	margin: 0 auto;
	margin-left: 30px;
	margin-right: 30px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.video-wrapper-html {
	margin: 0 auto;
	z-index: 0;
	height: 100%;
	width: 100%;
}

.video-wrapper-html video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.video-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	border: 0;
	margin-bottom: 40px;
}

.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
	border: 0;
}

@media only screen and (min-width: 767px) {
	.video-wrapper {
		margin-left: 40px;
		margin-right: 40px;
	}
	.video-close {top: 20px; right: 20px;}
}

@media only screen and (min-width: 900px) {
	.video-wrapper {
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media only screen and (min-width: 1025px) {
	.video-wrapper {
		margin-left: 40px;
		margin-right: 40px;
	}
}

@media only screen and (min-width: 1200px) {
	.video-wrapper {
		margin-left: 50px;
		margin-right: 50px;
	}
}

@media only screen and (min-width: 1400px) {
	.video-wrapper {
		margin-left: 180px;
		margin-right: 180px;
	}
}

@media only screen and (min-width: 1600px) {
	.video-wrapper {
		margin-left: 300px;
		margin-right: 300px;
	}
}

@media only screen and (min-width: 1800px) {
	.video-wrapper {
		margin-left: 400px;
		margin-right: 400px;
	}
}


/* iPhone 6, 7, 8 upwards */
@media only screen and (min-width: 375px) {
	.header {
		height: 135px;
	}
	.brand-container {
		top: 25px;
	}
	.brand-logo, .brand-image {
		width: 152px;
		height: 85px;
	}
	.brand-logo {
		background: #3fa535 url('../img/brand/logo.png') left top no-repeat;
		background-size: 118px auto;
		background-position: 10px 10px;
	}
	.profile-container {
		top: 135px;
	}
	.profile-header img {
		width: 152px;
	}
	.profile-close {
		right: 30px;
	}
	.hello {
		width: 180px;
		height: 45px;
		background: url('../img/ui/hello-fff.svg') left top no-repeat;
		background-size: 175px 44px;
	}
	.creative {
		padding: 135px 0 120px 0;
	}
}





/* iPhone 8 Plus Landscape 
@media only screen 
  and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) { 
  	.brand-description {margin-top: 30px;}
  	.hello {
  		top: 274px;
  	}
}
*/

/* iPad Portrait */
@media only screen and (min-width: 767px) {
	h2 {
		font-size: 16px;
	}
	.header {
		height: 165px;
	}
	.brand-container {
		top: 40px;
		left: 40px;
	}
	.brand-logo, .brand-image {
		width: 150px;
		height: 85px;
		margin-right: 12px;
	}
	.brand-logo {
		background-size: 117px auto;
		background-position: 10px 10px;
	}
	.brand-image {
		background: url('../img/brand/logo-image.jpg') center center no-repeat;
		background-size: cover;
	}

	.home-intro {
		padding: 40px;
		font-size: 22px;
	}
	.home-intro p {
		max-width: 400px;
	}
	.creative {
		padding: 165px 0 130px 0;
	}
	.profile-container {
		top: 165px;
	}
	.profile-close {top: 30px; right: 40px;}
	.profile-content {
		padding: 40px 40px 60px 40px;
		font-size: 16px;
	}
	.profile-header, .profile-body {
		display: inline-block;
		vertical-align: top;
	}
	.profile-header {
		width: 150px;
	}
	.profile-header h2 {
		line-height: 1.5;
		font-size: 14px;
	}
	.profile-header img {
		width: 150px;
		height: auto;
		margin-bottom: 15px;
		float: none;
	}
	.profile-body {
		margin-left: 10px;
		margin-top: -5px;
		width: 480px;
	}
	.profile-body, .profile-body h2 {
		font-size: 17px;
	}
	.hello {
		display: block;
		position: absolute;
		left: 40px;
		bottom: 200px;
		z-index: 100;
		width: 180px;
		height: 45px;
		background: url('../img/ui/hello-fff.svg') left top no-repeat;
		background-size: 172px 43px;
		cursor: pointer;
		font-size: 0;
	}
	.hello a {display: block; width: 100%; height: 100%;}
	.hello:hover {
		background: url('../img/ui/hello-active.svg') left top no-repeat;
		background-size: 172px 43px;
	}
	.play-button {
		width: 80px;
		height: 80px;
		margin-left: -40px;
		margin-top: -28px;
		background: rgba(92,162,70,0.75) url('../img/ui/icon-play.svg') center center no-repeat;
		background-size: 40px 40px;
		background-position: 60% center;
}

	.play-button:hover {
		background: rgba(92,162,70,0.85) url('../img/ui/icon-play.svg') center center no-repeat;
		background-size: 40px 40px;
		background-position: 60% center;
	}
}


/* iPad Landscape */
@media only screen and (min-width: 900px) and (max-width: 1024px) and (max-height: 790px) {
	.header {
		width: 210px;
		height: 100%;
	}
	.brand-container {
		left: 30px;
		top: 0;
		height: 100%;
		box-sizing: border-box;
		padding: 30px 0 0 0;
	}

	.brand-logo {
		margin-bottom: 10px;
		background-size: 116px auto;
		background-position: 10px 10px;
	}
	.brand-description {
		display: block;
		vertical-align: top;
		position: absolute;
		bottom: 30px;
		left: 0;
		width: 140px;
		font-size: 20px;
		font-weight: 200;
		line-height: 1.25;
	}
	.play-button {
		margin-top: -40px;
		margin-left: 60px;
	}
	.creative {
		padding: 0 0 0 210px;
	}
	.profile-container {
		top: 0;
		left: 0;
	}
	.profile-content {
		box-sizing: border-box;
		padding: 30px 30px 60px 240px;
	}
	.profile-header img {
		width: 149px;
		height: auto;
		margin-bottom: 15px;
		float: none;
	}
	.profile-header h2 {
		font-size: 15px;
	}
	.profile-body {
		margin-left: 10px;
		width: 440px;
	}
	.profile-body, .profile-body h2 {
		font-size: 18px;
	}
	.profile-close {
		right: 30px;
		top: 30px;
	}
	.home-intro {
		display: none;
	}
	.hello {
		left: 240px;
		bottom: 60px;
	}
	.video-close {
		right: 30px;
		top: 30px;
	}
}

@media only screen and (min-width: 1025px) {
	.header {
		height: 145px;
	}
	.brand-container {
		top: 30px;
	}
	.home-intro {
		display: none;
	}
	.creative {
		padding: 145px 0 0 0;
	}
	.play-button {
		margin-top: 30px;
	}
	.profile-container {
		top: 145px;
	}
	.profile-header {
		margin-left: 160px;
	}
	.profile-header h2 {font-size: 16px;}
	.profile-body {
		margin-left: 16px;
		width: 580px;
	}
	.hello {
		left: 40px;
		bottom: 80px;
	}
	.brand-logo {
		margin-bottom: 0px;
		background-size: 118px auto;
		background-position: 10px 10px;
	}
	.brand-description {
		position: static;
		display: inline-block;
		vertical-align: top;
		bottom: none;
		left: none;
		font-size: 23px;
		font-weight: 200;
		line-height: 1.25;
		width: 270px;
		margin-left: 5px;
		margin-top: -2px;
	}
}

@media only screen and (min-width: 1200px) {
	.header {
		height: 140px;
	}
	.creative {
		padding: 140px 0 0 0;
	}
	.brand-container {
		top: 30px;
		left: 50px;
		padding: 0;
	}
	.brand-logo, .brand-image {
		height: 80px;
		width: 140px;
	}
	.brand-logo {
		margin-bottom: 0px;
		background-size: 110px auto;
		background-position: 10px 10px;
	}
	.brand-description {
		margin-left: 12px;
	}
	.profile-container {
		top: 140px;
	}
	.profile-header {
		margin-left: 152px;
	}
	.profile-close {
		right: 50px;
		top: 30px;
	}
	.profile-content {
		padding: 30px 50px 60px 50px;
	}
	.profile-header h2 {font-size: 15px;}
	.profile-header img {
		width: 140px;
		height: auto;
		margin-bottom: 15px;
	}
	.profile-body, .profile-body h2 {font-size: 18px;}
	.profile-body {
		margin-left: 10px;
		width: 590px;
	}
	.ir-name {
		font-size: 20px;
	}
	.video-close {top: 30px; right: 50px;}
	.hello {
		display: block;
		position: absolute;
		left: 50px;
		bottom: 90px;
		z-index: 10;
		width: 165px;
		height: 42px;
		background: url('../img/ui/hello-fff.svg') left top no-repeat;
		background-size: 160px 40px;
		cursor: pointer;
		font-size: 0;
	}
	.hello:hover {
		background: url('../img/ui/hello-active.svg') left top no-repeat;
		background-size: 160px 40px;
	}
}


/* Slim Desktop */
@media only screen and (min-width: 1025px) and (max-height: 640px) {
	.header {
		width: 200px;
		height: 100%;
	}
	.brand-container {
		left: 30px;
		top: 0;
		height: 100%;
		box-sizing: border-box;
		padding: 30px 0 0 0;
	}
	.brand-logo, .brand-image {
		height: 80px;
		width: 140px;
	}
	.brand-logo {
		margin-bottom: 10px;
		background-size: 110px auto;
		background-position: 10px 10px;
	}
	.brand-description {
		display: block;
		vertical-align: top;
		position: absolute;
		bottom: 30px;
		left: 0;
		width: 140px;
		font-size: 20px;
		font-weight: 200;
		line-height: 1.25;
		margin-left: 0;
	}
	.play-button {
		margin-top: -40px;
		margin-left: 60px;
	}
	.creative {
		padding: 0 0 0 200px;
	}
	.profile-container {
		top: 0;
		left: 0;
	}
	.profile-content {
		box-sizing: border-box;
		padding: 30px 30px 60px 230px;
	}
	.profile-header {
		margin-left: 0;
		margin-right: 10px;
	}
	.profile-header img {
		width: 140px;
		height: auto;
		margin-bottom: 15px;
		float: none;
	}
	.profile-header h2 {
		font-size: 15px;
	}
	.profile-body {
		margin-left: 10px;
		width: 500px;
	}
	.profile-body, .profile-body h2 {
		font-size: 18px;
	}
	.profile-close {
		right: 30px;
		top: 30px;
	}
	.home-intro {
		display: none;
	}
	.hello {
		left: 240px;
		bottom: 60px;
	}
	.video-close {
		right: 30px;
		top: 30px;
	}
}



/* iPhone Landscape */
@media only screen and (min-width: 700px) and (max-height: 540px) {
	.video-wrapper {
		margin-left: 60px;
		margin-right: 60px;
	}
	.header {
		width: 200px;
		height: 100%;
	}
	.brand-container {
		left: 30px;
	}
	.brand-logo, .brand-image {
		width: 140px;
		height: 79px;
	}
	.brand-logo {
		margin-bottom: 10px;
		background: #3fa535 url('../img/brand/logo.png') left top no-repeat;
		background-size: 107px auto;
		background-position: 10px 10px;
	}

	.brand-description {
		display: block;
		font-size: 16px;
		font-weight: 200;
		line-height: 1.2;
		width: 140px;
		margin-top: 40px;
	}
	.home-intro {
		display: none;
	}
	.hello {
		left: 230px;
		bottom: 45px;
	}
	.creative {
		padding: 0 0 0 200px;
	}
	.play-button {
		margin-top: -40px;
		margin-left: 60px;
	}
	.profile-container {
		top: 0;
		left: 0;
	}
	.profile-content {
		box-sizing: border-box;
		padding: 25px 30px 30px 230px;
	}
	.profile-close {
		right: 20px;
		top: 20px;
	}
	.profile-header img {width: 140px;}
}