@charset "utf-8";
@font-face{
	font-family: 'SamsungOne';
	src: url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-400.eot);
	src: url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-400.eot?#iefix) format("embedded-opentype"),
		 url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-400.woff2) format("woff2"),
		 url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-400.woff) format("woff"),
		 url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-400.ttf) format("truetype");
	font-weight: normal;
	font-style: normal
}
@font-face{
	font-family: 'SamsungOne';
	src: url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-700.eot);
	src: url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-700.eot?#iefix) format("embedded-opentype"),
		 url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-700.woff2) format("woff2"),
		 url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-700.woff) format("woff"),
		 url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-700.ttf) format("truetype");
	font-weight: bold;
	font-style: normal
}
@font-face{
	font-family: 'SamsungSharpSans';
	src: url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungSharpSansBd.eot);
	src: url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungSharpSansBd.eot?#iefix) format("embedded-opentype"),
		url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungSharpSansBd.woff) format("woff");
	font-weight: bold;
	font-style: normal
}
@font-face{
	font-family: 'SamsungSharpSans';
	src: url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungSharpSansRg.eot);
	src: url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungSharpSansRg.eot?#iefix) format("embedded-opentype"),
		url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungSharpSansRg.woff) format("woff");
	font-weight: normal;
	font-style: normal
}

#LP-it *::before, #LP-it *::after {box-sizing: border-box;}
#LP-it :focus {outline: 0 !important; box-shadow: none !important;}

#LP-it {
	font-family: sans-serif; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin: 0; color: #000; font-size: 1em; line-height: 1.5; text-align: left; font-family: 'SamsungOne'; font-weight: normal;
}

#LP-it img {vertical-align: middle; border-style: none;}
#LP-it h1, #LP-it h2, #LP-it h3, #LP-it h4, #LP-it h5, #LP-it h6 {margin-top: 0; margin-bottom: 0.5em; line-height: 1.2; font-weight: 500;}
#LP-it p {margin-top: 0; margin-bottom: 1em;}
#LP-it p:last-child {margin-bottom: 0;}
#LP-it sup {top: -.5em; position: relative; font-size: 75%; line-height: 0; vertical-align: baseline;}
#LP-it .small, #LP-it small {font-size: 70%;}

#LP-it .img-fluid {max-width: 100%; height: auto;}

#LP-it .text-justify {text-align: justify !important;}
#LP-it .text-wrap {white-space: normal !important;}
#LP-it .text-nowrap {white-space: nowrap !important;}
#LP-it .text-left {text-align: left !important;}
#LP-it .text-right {text-align: right !important;}
#LP-it .text-center {text-align: center !important;}
#LP-it .text-lowercase {text-transform: lowercase !important;}
#LP-it .text-uppercase {text-transform: uppercase !important;}
#LP-it .text-capitalize {text-transform: capitalize !important;}
#LP-it .font-weight-light {font-weight: 300 !important;}
#LP-it .font-weight-lighter {font-weight: lighter !important;}
#LP-it .font-weight-normal {font-weight: 400 !important;}
#LP-it .font-weight-bold {font-weight: 700 !important;}
#LP-it .font-weight-bolder {font-weight: bolder !important;}
#LP-it .font-italic {font-style: italic !important;}
#LP-it .text-white {color: #fff !important;}
#LP-it .position-relative {position: relative;}
#LP-it .position-absolute {position: absolute;}
#LP-it .position-static {position: static;}
#LP-it .h-100 {height: 100%!important;}
#LP-it .w-100 {width: 100%!important;}

#LP-it a {text-decoration: underline; color: #000;}
#LP-it a:hover {color: #000;}

#LP-it .f_one {font-family: 'SamsungOne';}
#LP-it .f_sharp {font-family: 'SamsungSharpSans';}

#LP-it h1, #LP-it .h1 {font-size: 5em;}
#LP-it h2, #LP-it .h2 {font-size: 3em;}
#LP-it h3, #LP-it .h3 {font-size: 2.25em;}
#LP-it h4, #LP-it .h4 {font-size: 1.75em;}
#LP-it h5, #LP-it .h5 {font-size: 1.5em;}
#LP-it h6, #LP-it .h6 {font-size: 1em;}

#LP-it .nowrap {white-space: nowrap;}

#LP-it .cursor-pointer {cursor: pointer;}

#LP-it .btn {text-transform: uppercase; font-size: 1.6em; line-height: 1; font-weight: bold; color: #000000; border: 1px solid #000000; border-radius: 30px; padding: 0.5em 1.1em 0.4em; text-decoration: none; display: inline-block; text-align: center; vertical-align: middle; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
#LP-it .btn:hover {color: #ffffff; background: #000000;}
#LP-it .btn.white {color: #ffffff; background: #000000; border: 1px solid #ffffff;}
#LP-it .btn.white:hover {color: #000000; background: #ffffff;}




#LP-it video:focus {outline: 0;}
#LP-it .plyr__control--overlaid {background: transparent; border: 2px solid rgba(0, 0, 0, 0.23); color: rgba(0, 0, 0, 0.23);}
#LP-it .plyr--video .plyr__control:hover {background: rgba(0, 0, 0, 0.23); border: 2px solid rgba(0, 0, 0, 0.23); color: #fff;}
#LP-it .plyr--video .plyr__control.plyr__tab-focus {box-shadow: none; background: transparent; color: rgba(0, 0, 0, 0.23);}
#LP-it #countdown {font-size: 3.25em; line-height: 1; color: #221f20;}
#LP-it #countdown span {font-family: 'SamsungOne'; font-weight: normal; font-size: 16px; line-height: 1; color: #221f20;}
#LP-it #countdown div {font-family: 'SamsungOne'; font-weight: bold; border-right: 2px solid #1e1e1e;}
#LP-it #countdown div:last-child {border-right: 0 solid #1e1e1e;}




@media (min-width: 576px) {
	#LP-it .text-sm-left {text-align: left !important;}
	#LP-it .text-sm-right {text-align: right !important;}
	#LP-it .text-sm-center {text-align: center !important;}
}
@media (min-width: 768px) {
	#LP-it .text-md-left {text-align: left !important;}
	#LP-it .text-md-right {text-align: right !important;}
	#LP-it .text-md-center {text-align: center !important;}
}
@media (min-width: 992px) {
	#LP-it .text-lg-left {text-align: left !important;}
	#LP-it .text-lg-right {text-align: right !important;}
	#LP-it .text-lg-center {text-align: center !important;}
}
@media (min-width: 1200px) {
	#LP-it .container {max-width: 1440px !important;}
	#LP-it .text-xl-left {text-align: left !important;}
	#LP-it .text-xl-right {text-align: right !important;}
	#LP-it .text-xl-center {text-align: center !important;}
}


@media (max-width: 575px) {
	#LP-it h1, #LP-it .h1 {font-size: 2em;}
	#LP-it h2, #LP-it .h2 {font-size: 1.25em;}
	#LP-it #countdown div {padding-right: 10px; padding-left: 10px;}
}
@media (min-width: 576px) and (max-width: 767px) {
	#LP-it h1, #LP-it .h1 {font-size: 3em;}
	#LP-it h2, #LP-it .h2 {font-size: 1.5em;}
	#LP-it #countdown {font-size: 4.5em;}
	#LP-it #countdown span {font-size: 18px;}
}
@media (min-width: 768px) and (max-width: 991px) {
	#LP-it h1, #LP-it .h1 {font-size: 4em;}
	#LP-it h2, #LP-it .h2 {font-size: 2em;}
	#LP-it #countdown {font-size: 7em;}
	#LP-it #countdown span {font-size: 24px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#LP-it h1, #LP-it .h1 {font-size: 4.5em;}
	#LP-it h2, #LP-it .h2 {font-size: 2.5em;}
	#LP-it #countdown {font-size: 8em;}
	#LP-it #countdown span {font-size: 26px;}
}
@media (min-width: 1200px) {
	#LP-it #countdown {font-size: 10em;}
	#LP-it #countdown span {font-size: 32px;}
}