@font-face {
    font-family: 'NissanBrand-Regular';
    src: url('../fonts/NissanBrand-Regular.eot');
    src: url('../fonts/NissanBrand-Regular.ttf') format('truetype'),
        url('../fonts/NissanBrand-Regular.svg#NissanBrand-Regular') format('svg'),
        url('../fonts/NissanBrand-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NissanAGMed';
    src: url('../fonts/NissanBrand-Bold.eot');
    src: url('../fonts/NissanBrand-Bold.ttf') format('truetype'),
        url('../fonts/NissanBrand-Bold.svg#NissanBrand-Bold') format('svg'),
        url('../fonts/NissanBrand-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NissanBrand-Light';
    src: url('../fonts/NissanBrand-Light..eot');
    src: url('../fonts/NissanBrand-Light.ttf') format('truetype'),
        url('../fonts/NissanBrand-Light.svg#NissanBrand-Light') format('svg'),
        url('../fonts/NissanBrand-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
    outline: 0
}

html {
    font-size: 10px
}

body {
    font-family: 'NissanBrand-Regular';
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
}

.footer,
.tooltip {
    background-color: #1F1E38
}

.container {
    width: 90%;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto
}

.tooltip {
    position: relative;
    padding: 4px 8px;
    color: #F5F5F3
}

.tooltip-right {
    margin-right: 5px
}

.tooltip-left {
    margin-left: 5px
}

.tooltip::before {
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border: 5px solid transparent
}

.tooltip-right::before {
    right: -4px;
    border-right: none;
    border-left: 5px solid #1F1E38
}

.tooltip-left::before {
    left: -4px;
    border-right: 5px solid #1F1E38;
    border-left: none
}



.header-container {}

.header-heading,
.header-social,
.header-tagline {
    margin-bottom: 50px
}

.header-heading {
    font-size: 3.6rem;
    color: #1F1E38
}

.header-heading-suffix {
    color: #EF5322
}

.header-tagline {
    font-size: 2.4rem;
    line-height: 1.25;
    color: #8FA3AD
}

.header-tagline-link,
.step-heading {
    color: #1F1E38
}

.header-social-link {
    margin-right: 20px;
    font-size: 1.3rem
}

.header-social-link-icon {
    margin-right: 10px
}

.header-cta {
    left: 50%;
    position: absolute;
    bottom: 20px;
    font-size: 17px;
    margin-left: -257px;
    text-align: center;
    background: #000;
    border-radius: 5px;
    color: #333;
    padding: 14px 57px;
}

.steps {
    margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
    .grid_3 {
        width: 100% !important;
    }
}

@media screen and (min-width: 768px) {
    .header-tagline {
        max-width: 450px
    }
}

.step {

    margin-bottom: 75px
}



.step-last {
    margin-bottom: 0
}

.step-heading {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 95px;
    -ms-flex-preferred-size: 95px;
    flex-basis: 95px;
    margin-right: 30px;
    font-weight: 500;
    font-size: 1.8rem;
    text-align: right
}

@media screen and (min-width: 768px) {
    .step-heading {
        -webkit-flex-basis: 120px;
        -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
        margin-right: 50px;
        font-size: 2.4rem
    }
}

.step-content {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: calc(100% - 125px);
    -ms-flex-preferred-size: calc(100% - 125px);
    flex-basis: calc(100% - 125px);
    font-size: 1.4rem;
    line-height: 1.6;
    color: #8FA3AD
}

.top {
    margin-bottom: 125px
}

@media screen and (min-width: 768px) {
    .step-content {
        -webkit-flex-basis: calc(100% - 170px);
        -ms-flex-preferred-size: calc(100% - 170px);
        flex-basis: calc(100% - 170px);
        max-width: 400px;
        font-size: 1.8rem
    }

    .top {
        margin-bottom: 250px
    }
}

.top-button-icon {
    margin-right: 20px
}

.top-button-text {
    font-weight: 500;
    font-size: 2.4rem;
    color: #1F1E38
}

.footer {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #F5F5F3
}

.footer-credit {
    display: block;
    margin-bottom: 20px;
    font-size: 1.8rem
}

.footer-credit-last {
    margin-bottom: 0
}

.footer-credit-prefix {
    opacity: .5;
    margin-right: 10px;
    font-size: 1.4rem
}

.robot {
    display: none
}

@media screen and (min-width: 1024px) {

    .robot,
    .robot-image {
        display: block
    }

    .robot {
        position: fixed;
        bottom: 0;
        right: 7.5%
    }

    .robot-progress {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: center 30px;
        -ms-transform-origin: center 30px;
        transform-origin: center 30px;
        position: absolute;
        top: calc(50% - 2px);
        left: 50%;
        margin-left: -5px
    }
}



.title {
    z-index: 1000;
    margin: 0 auto;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
}

.title img.logo {
    background-size: 100%;
    width: 70px;
    position: absolute;
    top: -30px;
	margin: 20px 0;
}

.text-pc {
    color: #000;
max-width: 615px;
margin: 30px auto;
}
.ultext  {
	padding-left: 15px;
	margin-top: 10px;
}
.ultext li {
	list-style: disc;
	padding-left: 7px;
	margin-bottom: 7px
}
.title h1 {
	font-family: 'NissanBrand-Light';
    padding: 5px 0px 3px;
    color: #000;
    font-size: 33px;
    margin: 0 auto;
	letter-spacing: 0.11px;
	text-align: center
	
}
.title h1 span {
    text-transform: none;
}
.title h2 {
    text-transform: uppercase;
}
.title h3 {
    font-size: 20px;
}
.title p {
    color: #000;
	margin: 12px auto 0;
    font-family: 'NissanBrand-Regular';
}

.title h2 {
    color: #000;
    margin: 0;
    font-size: 23px;
}

.title h1,
.title p.subline {
    line-height: 1.2;
}

.title p.subline {
    font-size: 1.75em;
}

.grid_3 {
    width: 50%;
}

.form_register {
    margin: 20px auto 0;
    max-width: 420px;
}

.content-copy h2 {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 4px;
    font-family: 'NissanBrand-Light';
    text-transform: uppercase;
}

.content-copy label {
    color: #000;
    width: 100%;
    margin-bottom: 3px;
    display: block;
    float: left;
    text-align: center;
    font-family: 'NissanBrand-Regular';

}

.content-copy input {
    width: 100%;
    height: 28px;
    background: #fff none repeat scroll 0% 0%;
    box-sizing: border-box;
    border: 1px solid #000;
}

.content-copy .inputContainer {
    padding-bottom: 10px;
    width: 100%;
    overflow: hidden;
}

.formInput .inputContainer {
    float: left;
}

.required {
    float: right;
}

#btnSubmit {
    background: #c3002f;
    color: #fff;
    border: medium none;
    font-family: "NissanAGMed", Verdana, Geneva, sans-serif;
    font-size: 13px;
    height: auto;
    text-transform: uppercase;
    width: 110px;
    text-indent: 0px;
    padding: 7px 0px 7px;
    cursor: pointer;
	border: none;
	-webkit-appearance: button;
}

#btnSubmit:hover {
    color: #fff;
    text-decoration: none;
    background: #920023
}

.white {
    color: #000;

    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 19px;
}


input {

    padding: 0px 2px;
    height: 30px;
    text-indent: 5px;
    width: 233px;
    border: 1px solid #C1C1C1;
    font-size: 13px;
    position: relative;
    background: transparent none repeat scroll 0% 0%;
    border-radius: 0px;
    font-family: Verdana, Geneva, sans-serif;
}

.clear {
    clear: both;
}

.text_2 {
    padding: 25px 0;
}

.text_2 h2 {
    font-size: 17px;
}

.text_2 h1 {
    color: #000;
    font-size: 23px;
    line-height: 25px;
    margin-top: 2px;
}

.bg_mobile {
    display: none;
}

.vs2 {
    display: none;
}

@media screen and (max-width: 680px) {
    .title img.logo {
        width: 57px;
    }
	.title p  {
		font-size: 15px
	}
}

@media screen and (max-width: 580px) {

    .header {

        height: auto;
        padding-bottom: 20px;
    }

    .title img.logo {
        display: none;

    }

    .bg_mobile {
        display: block;
        position: relative;
        line-height: 0;
		margin: 20px 15px;
    }




    .text_2 {
        display: none;
    }

    .steps {
        margin: 5% 0;
    }

    .text_3 {
        position: absolute;
        color: #000;
        top: 5%;
        left: 5%;
        line-height: 21px;
        margin-top: -3px;
    }

    .text_3 h2 {
        font-size: 17px;
    }

    .text_3 h1 {
        color: #000;
        font-size: 31px;
        line-height: 25px;
        margin-top: 10px;
        margin-bottom: 6px;
    }

}

@media screen and (max-width: 580px) {

    .bg_mobile .logo img {
        width: 120px;
    }

    .title img.logo {
        float: none;
       width: 120px;
    }

    .text {
        float: none;
        margin-left: 0;
        margin: 0
    }

    .header-container {
        padding-top: 10px;
    }

    .text_2 h2 {
        font-size: 15px;
    }

    .header-cta {
        margin-left: -139px;
        font-size: 12px;
    }

    .steps {

        background-size: 100% !important;
    }

    .text_3 h2 {
        font-size: 12px;

    }

    .vs1 {
        display: none;
    }

    .vs2 {
        display: block
    }

    .text_3 h1 {
        font-size: 21px;
        margin: 0;
    }
	.text-pc {
		margin-top: 0 !important
	}
}

.white-popup-block {
    background: #000;
    padding: 20px 30px 0 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}

.mfp-content {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

.mfp-content p {
    margin: 0 0 11px;
}

.mfp-content p.dismiss {
    margin: 0 -30px;
}

.mfp-content p.dismiss a {
    margin-left: 30px;
}

.ui-dialog-buttonset {
    padding: 15px 0;
    background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
    color: #333333;
    margin: 0 -30px;
}

.ui-dialog-buttonset button {
    margin-left: 30px;
}

.title_mobile h1 {
    padding: 5px 0px 3px;
    color: #000;
    font-weight: 800;
    font-size: 26px;
    margin: 0 auto;
    position: absolute;
    top: 20px;
    left: 20px;
}

.content-copy {
    margin: auto;
    width: 90%;
}
.mb {
	display: none
}
@media only screen and (max-width: 980px) {
    .content-copy {
        margin: auto;
        width: 82%;
    }
	.title img.logo {
		width: 80px
	}
	.text-pc {
		max-width: 480px
	}
	.text-pc h1 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .text-pc {
        margin-top: 30px;
    }
    .text-pc h3 {
        font-size: 15px;
    }

    .text-pc h1 {
        font-size: 22px;
    }
	.pc {
		display: none
	}
	.mb {
		display: block
	}
}

@media only screen and (max-width: 480px) {
    .content-copy input {
        width: 100%
    }
}

.chekbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.form-group {
    display: block;
    margin-top: 20px;
  }
  
  .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    cursor: pointer;
  }
  
  .form-group label {
    position: relative;
    cursor: pointer;
    width: auto;
    text-align: left;
  }
  
  .form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    position: relative;
    float: left;
  }
  
  .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 4px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  
  
    .formField label i {
      color: red;
      font-style: normal;
  }
  
  .inputRadio  .form-group label {
	float: none;
	display: inline-block;
  }
  .inputRadio .form-group label:before, .inputRadio .form-group label:after {
	display: none;
  }
   .inputRadio  .form-group input:checked + label::after {
  display: none;
  }
  
  
  .video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}