@charset "UTF-8";

body, body * {
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}

:focus { outline:none; }
::-moz-focus-inner { border:0; }

@font-face {
    font-family: 'Nissan Brand Light';
    src: url('https://s0.2mdn.net/creatives/assets/4659273/NissanBrand-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nissan Brand Reg';
    src: url('https://s0.2mdn.net/creatives/assets/4659273/NissanBrand-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nissan Brand Bold';
    src: url('https://s0.2mdn.net/creatives/assets/4659273/NissanBrand-Bold.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* ********************************************************************************************* */
/* Preloader *********************************************************************************** */

#preloader {
	background-color: white;
}

#spinnerContainer {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.spinner {
	animation: spin 400ms linear infinite;
	width: 25px;
	height: 25px;
	border: 3px solid #cc082b;
	/* border-bottom-color: #d3d3d3; */
	border-color: #000000 transparent #cc082b transparent;
	border-radius: 50%;
}

@keyframes spin {
	to { transform: rotate(360deg); }
}
/* ********************************************************************************************* */
/* ********************************************************************************************* */


/* ********************************************************************************************* */
/* Util classes ******************************************************************************** */
/* Only change the width and height in container and content */

#container {
	border: black solid 1px;
	width: 298px;
	height: 598px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

#content {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 300px;
	height: 600px;
	perspective: 800px;
}

.hidden {
	display: none;
	opacity: 0;
}

.full {
	width: 100%;
	height: 100%;
}

.asset {
	position: absolute;
	width: 100%;
	height: 100%;

	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;

	transform-style: preserve-3d;
	backface-visibility: hidden;
	
	cursor: pointer;
}
/* ********************************************************************************************* */
/* ********************************************************************************************* */

  
  .copy {
	position:absolute;
	font-family:'Nissan Brand Reg';
	font-size:14px;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	line-height:1.1;
	padding-left:0px;
	padding-top:324px;
	letter-spacing:-0.5px;
	left:0px;
	top:0px;
	width:300px;
	height:100px;
	color:#FFF;
	/* text-shadow: 3px 3px 15px #000000; */
  }


  .subCopy {
	position:absolute;
	font-family:'Nissan Brand Reg';
	font-size:11px;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	line-height:1;
	padding-left:0px;
	padding-top:289px;
	letter-spacing:-0.2px;
	left:0px;
	top:0px;
	width:100%;
	height:20px;
	color:#FFF;
	/* text-shadow: 3px 3px 15px #000000; */
  }

  .legalCopyPos1 {
	position:absolute;
	font-family:'Nissan Brand Reg';
	font-size:8px;
	text-align:center;
	/* -webkit-font-smoothing: antialiased; */
	line-height:1;
	padding-left:0px;
	padding-top:561px;
	left:0px;
	top:0px;
	width:300px;
	height:100px;
	color:#FFF;
  }


   .fs18 {
	font-size:18px;
  }


	.fontReg {
	font-family:'Nissan Brand Reg';
  }

  .fontBold {
	font-family:'Nissan Brand Bold';
  }

  .sup {
	vertical-align: super;
  }


.line-container {
  position: absolute;
  top:285px;
  left:102px;
  width: 95px;
  height: 20px;
  background: transparent;
  overflow: hidden;
}

.lineTop {
  position: absolute;
  top:-19px;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: white;

  transform-origin: top left; /* Anchor at top-left */
  transform: scaleX(0); /* Line is hidden initially */
}

.lineBot {
  position: absolute;
  top:19px;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: white;

  transform-origin: top right; /* Anchor at top-right */
  transform: scaleX(0); /* Line is hidden initially */
}

  #cta {
	position: absolute;
	left: 85px;
	bottom:119px;
	width:127px;
	height:35px;
	background:#FFFFFF;
	color:#007db0;
	font-family:'Nissan Brand Bold';
	font-size:12px;
	line-height:35px;
	text-align: center;
	letter-spacing:0.2px;
	/* -webkit-font-smoothing: antialiased; */
	background-position: "left top";
	border-radius: 20px;
  }