﻿@font-face {
    font-family: 'Mazda Type';
    src: url('../newfont/MazdaType-Medium.woff2') format('woff2'),
        url('../newfont/MazdaType-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

iframe {
    border: 0;
}


html,
body {
/*text-align:justify!important;*/
    height: 100%;
    font-size:16px;
    font-family: 'Mazda Type';
    color:#767676;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}

html, body, section, div {

scroll-behavior: unset !important;

}

 

/*Start new style*/
.content-colbg__inner__text__header h3 {
    text-align: left !important;
}




#cssmenu
{
	display:none !important;
}



.reservation {
    padding: 55px;
}














.language
{
    
    font-size:16px;
    font-weight:400;
    margin-right:15px;
}



.box-all img {
    border-radius: 10px;
}

.carousel {

 /*height:700px;*/
 height:800px;
  

    position:relative;
}

.item,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.fill-img{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
   -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #afafaf;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
}

.caption-carousel {
    position: absolute;
    top: auto;
    right:40px;
    bottom:100px;
    left:40px;
    margin:auto;
    z-index: 10;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align:  center;    
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}
.caption-carousel h3{
    font-size:18px;
    font-weight:500;
    color:#fff;
}

.caption-carousel h4{
    font-size:44px;
    font-weight: 500;
    color:#fff;    
  /*  letter-spacing: 20px;*/
}


.carousel-indicators {
    position: absolute;
    bottom: 15px;
    padding-right: 0px;
    z-index: 15;
    width: 100%;
    left: 0;
    padding-left:45%;
    margin-left: 0%;
    text-align:justify;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: #e3e2e2;
    border: 0px solid rgba(255, 255, 255, 0.0);
    border-radius:50px;
}

.carousel-indicators .active {
	display:none;
    width: 21px;
    height:21px;
    margin: 5px;            
    background:rgba(255, 255, 255, 0.0);
   /* border: 1px solid rgba(255, 255, 255, 1);*/
    border: 2px solid rgb(194 2 2);
}



.btn-header {
    display: inline-block;
    padding: 13px 35px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight:500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform:   capitalize;
    background-image: none;
    border: 2px solid transparent;
    border-radius:5px;
    margin-top:20px;
    margin-bottom:20px;    
}


.btn-more{
    color: #101010;
    background-color: rgb(255 255 255 / 0%);
    border-color:#101010;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
section.full-width.full-width--medium .full-width__title {
  /*  color: #000000 !important;*/
}

section.hero.hero--large.hero--light .hero__pre-title {
    margin-right: 38px;
}




.btn-more:hover {
    color:#fff;
    /*background-color: #910A2D;*/
	background-color: #b10e0e;
    /*border-color:#910A2D; */ 
	border-color:#b10e0e;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-red{
    color: #fff;
    background-color: #910A2D;
    border-color:#910A2D;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-red:hover {
    color: #910A2D;
    background-color: #FFFFFF;
    border-color: #910A2D; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white{
    color: #555;
    background-color: #fff;
    border-color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-white:hover {
    color: #555;
    background-color: #FFFFFF;
    border-color: #555; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white2{
    color: #910A2D;
    background-color:#fff;
    border-color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;    
    padding: 13px 25px;

}


.btn-white2:hover {
    color: #fff;
    background-color:rgb(255 255 255 / 0%);
    border-color: #fff; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.welcome
{
	padding: 60px 0;
	overflow:hidden;
    margin-bottom: 0px; 
    background-color:#1c1c1c; 
    position:relative;
}

.white-bg
{
	/*padding: 60px 0;*/
	overflow:hidden;
    margin-bottom: 0px; 
    background-color:#fff; 
    position:relative;
}


.box-all
{
	position:relative;
}
.welcome-img
{
	 width:785px;
	 /*height:475px;*/    
	 object-fit: contain;
}

.box-white
{
/*text-align:justify;*/
    background-color: rgb(255 255 255 / 90%);
    border-radius: 4px;
    padding: 45px;
    position: absolute;
    right:15px;
   /* top: 60px;*/
    top: 24px;
    width: 580px;
}


.welcome-img2
{
	/* width:785px;
	 height:475px;*/
	 border-radius:4px;
	 float:right;    
	 object-fit: contain;
}

.box-white2
{
    background-color: rgb(255 255 255 / 90%);
    border-radius: 4px;
    padding: 45px;
    position: absolute;
    left:15px;
    top: 60px;
    width: 580px;
}

.welcome-img3
{
	 width:785px;
	 height:475px;
	 border-radius:4px;  
	 float:right;  
	 object-fit: cover;
}

.box-white3
{
    background-color: rgb(28 28 28 / 90%);
    border-radius: 4px;
    padding: 45px;
    position: absolute;
    left:15px;
    top: 60px;
    width: 580px;
    color:#FFFFFF;
}



.title
{
   color: #fff;
   font-size: 38px;
   font-weight: 600;
   text-transform:uppercase;
   margin-bottom:30px;
}

.title span
{
   color: #fff;
   font-size: 17px;
   font-weight: 600;
   display:block;
   margin-bottom:8px;
}
.title-black 
{
   color: #2b2b2b;
   font-size: 30px;
   font-weight: 600;
   text-transform:uppercase;
   margin:35px;
}

.title-black span
{
   color: #2b2b2b;
   font-size: 17px;
   font-weight: 600;
   display:block;
   margin-bottom:8px;
}


.welcome-text
{
    line-height: 26px;
    margin-bottom: 10px;
}


.gray-bg
{
	background-color:#f5f5f5;
	padding:80px 0;
}


.cars
{
	padding-top:20px;
	margin-bottom:0px;
	overflow:hidden;
}

.cars ul
{
	 text-align:justify;
	 padding-left: 0;
}

.cars ul a:hover
{
	 text-decoration:none;
	 opacity:0.7;
}

.cars ul li
{
   /* width: 330px;*/
    /*width: 413px;*/
   /* display: inline-block;*/
    margin: 0 5px 10px 5px;
	padding: 0px 0px;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow:hidden;    
    position:relative;
}

.cars ul li img
{
    height:215px;    
    width: 100%;    
    object-fit:contain;    
}
 
.cars-content
{
	padding:0px 0;
}

.cars-content .h3
{
	text-align:center;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size:20px;
    text-transform:capitalize;
    color:#161616;
    height:40px;
    overflow:hidden;
}

.cars-content .h5
{
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 13px;
    color: #636363;
    height:20px;
}

.cars-content ul
{
	 padding-left:0;
	 text-align:justify;
	 margin-top:20px;
}

.cars-content ul li
{
	  display:inline-block;
	  width:80px;
}

.cars-content ul li img
{
	 width:34px !important;
	 height:34px !important;
}

.cars-content ul li .cars-content-text
{
    font-size: 11px;
    color: #636363;
    margin:0;
    height:32px;
    overflow:hidden;
}

.figure {
        position: relative;
        width: 235px; /* can be omitted for a regular non-lazy image */
        max-width: 100%;
        margin:auto;
    }
      .figure img.image-main {
      opacity: 1;
      transition: opacity .5s;

    }
    .figure:hover img.image-main {
      opacity: 0;
      object-fit: contain;
    }

    .figure img.image-hover {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      object-fit: contain;
      opacity: 0;
	   transform: scale(1.5);
      transition: opacity .5s;
    }
    .figure:hover img.image-hover {
      opacity: 1;
      object-fit: contain;
   }
 



.footer
{
	background-color:#1b1b1b;
	font-size:16px;
	padding:40px 0;
	color:#fff;
}

.footer ul
{
   padding-left:20px;
}
.footer ul li
{
   margin:10px 0;    
   color: #fff;
}
.footer ul li a
{
	color:#fff;
}

.amy-social-list ul
{
	padding-left:0;
	font-size: 15px;
}
.amy-social-list ul li
{
	 display:block;
}
.amy-social-list ul li i
{
   color: #fff;
   margin-right:10px;    
   width: 20px;
    text-align: center;
}


.footer-title
{
	 color:#fff;
	 font-size:20px;
	 text-transform: capitalize;
	 font-weight:bold;
	 margin:20px 0;
}

.footer-text
{line-height:20px;
	height: 65px;
    overflow: hidden;
}

.newletter
{
	margin:0;
}

.form-group {
    margin-bottom: 15px;
    position:relative;
}

.footer .form-control {
    display: block;
    width: 100%;
    height:60px;
    padding: 6px 90px 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color:rgb(255 255 255 / 0%);
    background-image: none;
    border: 2px solid #494949;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.footer .btn {
    display: inline-block;
    padding:24px 18px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 0.1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;    
    position: absolute;
    right: 5px;
    top: 6px;
    user-select: none;
    text-transform: capitalize;
    background-color:#fff;
    border: 1px solid transparent;
    border-radius: 5px;
    width: auto;
    color: #1b1b1b;
}
.footer .btn:hover {
    background-color: white;
}
.footer .text-gary
{
	font-size:13px;
	color:#fff;
	line-height:20px;
	text-transform: capitalize;
}
.footer-margin {
    margin-top: 10px;
}



.footer .socials ul{
     padding-left:0;
     margin-top:20px;
}

.footer .socials ul li {
    display: inline-block;	
    width: 45px;
    height: 45px;
}


.footer .socials ul li a {
	width: 45px;
	height: 45px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
    margin-left: 0px;
    border-radius:3px;
	color: #fff;	
	border:2px #494949 solid;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer .socials ul li a:hover {
	color: #ed1c24;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}



.copyright
{
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
    line-height: 55px;	
	background-color:#1b1b1b;

}

.copyright .socials ul{
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.copyright .socials ul li {
    display: inline-block;	
    width: 45px;
    height: 45px;
}


.copyright .socials ul li a {
	width: 45px;
	height: 45px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
    margin-left: 0px;
    border-radius:3px;
	color: #fff;	
	border:2px #494949 solid;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.copyright .socials ul li a:hover {
	color: #ed1c24;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.copyright a
{
    color:#fff;
}



.inner-bg {
    height: 350px;
}


.caption-inner {
    height: auto;
    width: 90%;
    color: #fff;
    padding: 35px 0 10px 0;
    text-align: center;
    position: absolute;
    bottom: 60px;
    right: 5%;
    left: 5%;
    margin: auto;
}


.caption-inner h3 {
    margin-bottom:20px;
    line-height: 65px;
    overflow: hidden;
    font-size: 55px;
    text-transform: capitalize;
    margin-top: 0;
    color: #fff;
}

.breadcrumb {
    padding: 10px 0 10px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
    text-align:   center;
}


.breadcrumb>li {
    display: inline-block;
    font-size:16px;
    color:#fff;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#fff;
}


.breadcrumb>.active {
    color: #910A2D;
    font-weight: 400;
}


.h5{
    font-size: 19px;
    text-align: center;
    font-weight: 600;
}

.content-inner {
  /* padding: 40px 40px;*/
   /* background-color:#1c1c1c;*/
   /* margin-bottom:40px;*/
	/*margin-top: 100px;*/
}

.content-cars {
    padding: 40px 40px;
    background-color: #d7d7d7;
    margin-bottom:40px;
}


.box-header
{
    position: absolute;
    top: 40%;
    left: 0px;
    right: 0px;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    z-index: 99;
    font-weight:600;
}

.box-header span
{
	font-size:13px;
	display:block;    
	font-weight:400;
}

.padding-box {
    padding: 2px 0px;
    border-radius: 0px;
      text-align:left;

}

.padding-box ul{
    padding-left:20px;
    font-size:14px;
}

.padding-box ul li{
    padding:10px 0;
}


.title-cars {
    font-size: 18px;
    font-weight:600;
    color:#910A2D;
}
.details{
    font-size: 16px;
    font-weight:400;
    margin:10px 0;
}

.pic-inner {
    width:100%;
    height:420px;    
    margin-bottom:30px;
	display:block;
}


.pic-inner img{
    width: 100%;
    height:420px;	
   /* object-fit:contain;*/
    object-fit:cover;
	display:block;
}

section.full-width.full-width--medium.full-width--light.img-responsive {
    background-size: auto 100%;
	
	/*    margin-top: 80px;*/
	 /*   margin-top: 105px;*/
}
    .hero--large {
        margin-bottom: -98px;
	}
	

section.hero.hero--large.hero--light {
    margin-bottom: 0px;
	        height: 100%!important;
}

.hero--large .hero__inner-wrapper {
   /* margin: 37px;*/
}

.full-width__inner-wrapper {
    margin-top: -106px!important;
}


.benefit-text {
   /* background-color: #d7d7d7;*/
    padding: 50px 65px;    
   /* height:420px;*/
    margin-bottom:30px;
}


.benefit-text .headline {
    font-size: 26px;
    text-transform: uppercase;
    line-height:40px;
    color:#1c1c1c;
    font-weight:600;
}


.news-text {
   /* background-color: #d7d7d7;*/
  /*padding: 50px 75px;*/
    height: auto;
    margin-bottom:30px;
}


.news-text .headline {
    font-size: 26px;
    text-transform: uppercase;
    line-height:40px;
    color:#1c1c1c;
    font-weight:600;
}

.news-text2 {
   /* background-color: #d7d7d7;*/
   /* padding: 50px 114px;*/
    height: auto;
    margin-bottom:30px;
}


.news-text2 .headline {
    font-size: 26px;
    text-transform: uppercase;
    line-height:40px;
    color:#1c1c1c;
    font-weight:600;
}


.bg-color
{
	background-color: #f6f6f6;
	padding:15px;    
	height: 479px;
}

.bg-red
{
	background-color: #555;
	padding:30px;
	color:#FFFFFF;
	margin-top:30px;
}


.calls
{
	margin-bottom:25px;
	font-size:16px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 40px;
    background: #555;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #555;
   /* margin-right: 10px;*/
    font-size:18px;
}


.btn-contact{
    color: #fff;
    background-color: #910A2D;
    border-color: #910A2D;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
}


.btn-contact:hover {
    color: #910A2D;
    background-color:#fff;
    border-color:#910A2D;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0;
    transition: 0.3s;

}

.btn-news{
    color: #fff;
    background-color: #910A2D;
    border-color: #910A2D;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-news:hover {
    color: #910A2D;
    background-color:#fff;
    border-color:#910A2D;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}


.container2{
    padding:200px 20px 200px 20px;
    text-align:justify;
    color:#FFF;
    font-weight:bold;
}


.section-1{
    background-image:url('../images/img-fixed.png');
    background-position:center;
    position:fixed;
    z-index:999;
}




.gray-box
{
    background-color: #f1f1f1;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    min-height: 90px;
    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #910A2D;
    margin: 0px 0px 10px 20px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: right;
    border-radius: 6px;
}



a.code_apply {
    border:2px solid rgba(255, 255, 255,1);
    color: rgba(255, 255, 255,1);
    padding: 3px 8px;
    margin: 0 0 0 10px;
    float: right;   
    width: auto;
    min-height: auto;
}
   
    
a.code_apply:hover {
    border: 2px solid #ffffff;
    background-color: #ffffff;
    color: #44c8fb;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

 



.btn-career 
{
    background-color:#910A2D;
    border: 1px #910A2D solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0;
    transition: 0.3s;
}

.btn-career:hover 
{
    background-color: #fff;
    border: 1px #ffffff solid;
    color: #910A2D;
    margin:0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}








.btn-career2 
{
    background-color: #459844;
    border: 1px #ffffff solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-career2:hover 
{
    background-color: #ffffff ;
    border: 1px #ffffff solid;
    color: #459844;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.big-text
{
	font-size:18px;
}

.cv-box
{    
    background-color:#2ea053;
    padding: 20px;
}


.cv-box-title {
    text-align: center;
    color: rgba(255, 255, 255,1);
    font-size: 25px;
    margin-bottom: 20px;
}




.title-product
{
	color: #d43f39;
    font-size: 30px;
    margin-bottom: 20px;
}









.products-all
{
 display:inline-block;
 width: 355px;

}


.products-box
{
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    width: 355px;
    text-align: center;    
    padding: 0 10px;
}




.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-right:10px;
}





.title-news {
    font-size: 20px;
    color:#910A2D;
    margin-bottom:10px;
    margin-top:10px;
}




.left-menu ul
{
	 padding-left:0;
	 text-align:justify;
}

.left-menu ul a:hover
{
    text-decoration:none;
}


.left-menu ul a li
{
    padding: 12px 15px;
    background-color: #ed1c24;             
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 1px;
    border-radius: 0px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.left-menu-active
{
    background-color:#25247b!important;             
}

.left-menu ul a:hover li
{    background-color: #25247b;                          
    color: #FFFFFF;
    text-decoration:none;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pro-details1
{
	margin-bottom: 15px;
    font-size: 30px;
    font-weight: 500;
   /* letter-spacing: 1px;*/
    text-transform: capitalize;
    margin:10px 0;    
    color:#242424;
}

.pro-details2
{
    display: block;
    vertical-align: middle;    
    margin:0px 0;
}

.pro-details3
{
    font-size: 25px;
    line-height: 25px;
    color: #910A2D;    
    margin:10px 0;

}
.product-addto-links {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #666666;
    display: block;
    font-size: 14px;
    line-height: 35px;
    margin-top:15px;
    margin-right: 8px;
    padding: 0;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
}


.product-addto-links a {
    display: block;
    color:#5a5a5a;
}


.product-addto-links a i {
     padding-right:10px;
}
   


.div-border
 {
    border: 1px #bfbfbf solid;
    padding: 20px;
    border-radius: 10px;
    font-size:15px;
    margin-bottom:20px;
}



.box-title h4
{
	
	 margin:0;
}

.div-border2
 {
    border: 1px #bfbfbf solid;
    padding: 15px;
    border-radius: 0px;
    font-size:15px;
    margin-bottom:0px;
}

.div-border2
{
    border: 1px #bfbfbf solid;
    padding: 15px;
    border-radius: 0px;
    font-size:15px;
    margin-bottom:0px;
}

.div-border3
{
    padding: 15px 0px;
    border-radius: 0px;
    font-size: 15px;
    margin-bottom: 0px;
}


.lines
{
	 margin-top:30px;
	 margin-bottom:50px;
}
.lines .row .col-md-3
{
	 padding:0;
}

.line-gray
{
	border-top:5px #c9cacc solid;
	text-align:justify;
}

		/* styles unrelated to zoom */
		/* these styles are for the demo, but are not required for the plugin */
		.zoom {
			display:inline-block;
			position: relative;    
			border: 1px #e6e6e6 solid;
		}
		
		/* magnifying glass icon */
		.zoom:after {
			content:'';
			display:block; 
			width:33px; 
			height:33px; 
			position:absolute; 
			top:0;
			right:0;
		}

		.zoom img {
			display: block;
		}

		.zoom img::selection { background-color: transparent; }

		#ex2 img:hover { cursor: url(grab.cur), default; }
		#ex2 img:active { cursor: url(grabbed.cur), default; }


.products-inner
{
	margin-top:30px;
}


.products-inner ul
{
	text-align:justify;
	padding-left:0;
}


.products-inner ul a:hover
{
 text-decoration:none;
}



.products-inner ul li
{
    display: inline-block;
    width: 260px;
    height: 250px;
    border: 2px #f5f5f5 solid;
    margin: 0px 10px 20px 10px;
    position:relative;    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.products-inner ul a:hover li 
{
    border: 2px #971873 solid;    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.products-inner ul li img
{
    height: 195px;
    width: 100%;
    object-fit: cover;
    }


.products-title
{
    color:#605f5f;
	font-size:20px;    
	
	margin-bottom:0px;
	font-style:italic;    
	padding-top: 15px;
	position: absolute;
    bottom: 10px;
    width: 100%;
}


.products-inner ul a:hover li .products-title
{
    color:#971873;
}

.new-lable
{
    background-color: #971873;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    padding: 4px 10px;
}

.title-gallery {
    font-size: 20px;
    color:#910A2D;
    margin: 30px 0;
    text-align: center;
}


.container3 {
    /* padding: 200px 20px 200px 20px; */
    text-align: center;
    /* color: #FFF; */
font-weight: bold;}

.img-responsive{
	/*margin:auto;*/
}


.navi,
.navi * {
  box-sizing: border-box;
}

.navi {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-inline: auto;
  background-color:white;
  justify-content: space-evenly;
}

.navi > a {
  cursor: pointer;
  line-height: 5em;
  position: relative;
  font-weight: 700;
  color:black;
  /*letter-spacing: 0.02em;*/
}


.crash .txt p {
    text-align: center !important;
}


.navi > a:after {
  content: "";
  display: block;
  background-color: #fff;
  height: 4px;
  position: absolute;
  inset: auto 0 0 0;
  opacity: 0;
  transition: opacity 0.5s;
}
.navi[data-hovered-item="0"]:hover > a:nth-child(1):after,
.navi[data-hovered-item="1"]:hover > a:nth-child(2):after,
.navi[data-hovered-item="2"]:hover > a:nth-child(3):after,
.navi[data-hovered-item="3"]:hover > a:nth-child(4):after {
  opacity: 1;
}

.navi__dropdown {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
  flex-basis: 125%;
 /* flex-shrink: 0;*/
 /* background-color: #d7d7d7;*/
}
.navi:hover .navi__dropdown {
  grid-template-rows: 1fr;
}

.navi__dropdown > ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  display: grid;
  grid-auto-columns: 100%;
  grid-auto-flow: column;
}
.navi__dropdown > ul > li {
  list-style-type: none;
  

  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 2em;
  row-gap: 2em;
  transition: translate 0.5s;
  translate: calc(-100% * var(--hovered-item, 0));
}

.navi .level1 > a {
  font-weight: bold;
}
.navi .level1 > ul {
  margin-top: 0.4em;
  padding-left: 0;
}
.navi .level1 > ul > li {
  list-style-type: none;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

@media all and (max-width: 991px){
.logo img {
    margin-top: 20px;
    width: 70%;
    margin: 0;}


.logo2 img {
    margin: auto 0 auto auto;
    margin: 0;
width: 25%;
position: relative;
    z-index: -1;

}}


@media all and (max-width: 767px){



.logo2 img {
    margin: auto 0 auto auto;
    margin: 0;
width: 35%;}}
.btn{
    display: inline-block;
    padding: 12px 36px;
    background-color: var(--color-primary);
    border: 1px solid var(--color-secondary);
    color: white;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.btn.active,
.btn:hover{
    background-color: var(--color-secondary);
    border-color: var(--color-tertiary);
}
.text-center{
  text-align: center;
}

.container {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media(min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media(min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media(min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media(min-width: 1440px) {
    .container {
        max-width: 1310px;
    }
}
section{
  padding: 64px 0;
}

.hide{
    display: none;
}

.tab-nav{
    max-width: 300px;
    margin: 0 auto;
    border: 1px solid gainsboro;
}
.tab-nav button{
    width: 100%;
}
.tab-nav ul {
    display: none;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.tab-nav ul.show{
    display: block;
}
@media(min-width: 992px){
    .tab-nav {
        max-width: 100%;
        border: 0;
    }
    .tab-nav ul {
        gap: 16px;
        flex-direction: row;
    }
}

.tab-content{
    padding: 32px;
    margin-top: 20px;
    border: 1px solid var(--color-primary);
}
.mobile-select{
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    padding: 12px 16px;
    padding-right: 48px;
    cursor: pointer;
}
.mobile-select::after{
    content: '\f282';
   
    display: inline-block;
    position: absolute;
    line-height: 1;
    right: 16px;
    top: 14px;
}
.mobile-select.active::after{
    transform: rotate(180deg);
}
@media(min-width: 992px){
    .mobile-select{
        display: none;
    }
    .tab-nav ul{
        display: flex;
    }
}

@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700&display=swap");
body {
    background: #fafafa;
}
.accordion {
    display: flex;
    flex-direction: column;
    
    max-width: 991px;
    min-width: 320px;
    margin: 50px auto;
    padding: 0 50px;
}
.accordion h1 {
    font-size: 32px;
    text-align: center;
}
.accordion-item {
    margin-top: 16px;
    border: 1px solid #fcfcfc;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 14px 20px;
    box-sizing: border-box;
    align-items: center;
}
.accordion-item .accordion-item-desc {
    display: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #444;
    border-top: 1px dashed #ddd;
    padding: 10px 20px 20px;
    box-sizing: border-box;
}
.accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}
.accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
    display: block;
}
.accordion-item
    input[type="checkbox"]:checked
    ~ .accordion-item-title
    .icon:after {
    content: "-";
    font-size: 20px;
}
.accordion-item input[type="checkbox"] ~ .accordion-item-title .icon:after {
    content: "+";
    font-size: 20px;
}
.accordion-item:first-child {
    margin-top: 0;
}
.accordion-item .icon {
    margin-left: 14px;
}

@media screen and (max-width: 767px) {
    .accordion {
        padding: 0 16px;
    }
    .accordion h1 {
        font-size: 22px;
    }
}


<!-- Rozan-->

<!-- Technology-->
.layout {
    padding: 6px 0;
}

.layout.light {
    background: #fff;
}

 .layout{
    zoom: 1;
}

.layout:after, .layout:before {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.res-1024-cols-12 {
    width: 98.75%;
  /*  margin: 0 .625%;*/
margin: 15px!important;
}

[class*=res-] {
    margin: .27573529% .5859375%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 1px;
}


.module-copy:after {
    content: "";
    display: table;
    clear: both;
}



h2.title_h2 {
    color: #333;
    font-weight: 500;
   /* font-size: 39px;*/
    font-size: 30px;
}

.text-a-C {
    text-align: center !important;
}

.font-size-18 {
    font-size: 18px !important;
}


.forPC {
    display: block !important;
}

.layout.medium {
    background-color: #f5f5f5;
}

.layout.medium {
    background: #ccc;
}

h3.title_h3 {
    color: #333;
    font-weight: 500;
    font-size: 2rem;
}
.medium .module-promos.img-left {
margin-left:-45px;
    background: #FFF;
}

.module-promos.img-left, .module-promos.img-right {
    position: relative;
}



.module-promos.img-left .content {
    right: 0;
}


.module-promos.img-left .content, .module-promos.img-right .content {
    position: absolute;
    top: 0;
    top: 0;
    height: 100%;
}


.module-promos.img-left .content, .module-promos.img-right .content {
    width: 50%;
}



.module-promos.img-left .content, .module-promos.img-right .content, .module-promos.img-top .content {
/*height:318px;*/
height:180px;
    padding: 30px 0 30px 0;
    padding: 3rem 0 3rem 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word;
}

.module-promos.img-left .content .description, .module-promos.img-right .content .description {
    overflow: hidden;
    position: relative;
}


.module-promos.img-left .content .description, .module-promos.img-left .content .secondary-link, .module-promos.img-left .content .title, .module-promos.img-right .content .description, .module-promos.img-right .content .secondary-link, .module-promos.img-right .content .title, .module-promos.img-top .content .description, .module-promos.img-top .content .secondary-link, .module-promos.img-top .content .title {
    padding: 0 30px 0 30px;
  /*  padding: 0 3rem 0 3rem;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.module-promos .content .description {
    line-height: 1.8;
}

.module-promos .content .description h5 {
color: #666;
    font-size: 24px;
    text-decoration: none;
}


.module-promos .content .title, .module-promos .content p {

    color: #333;
}


.font-color-gray {
    color: #999 !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-14 {
    font-size: 14px !important;
}


.text-a-L {
    text-align: left !important;
}


ul.introduce_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}


ul.introduce_list li {
    border: 1px solid #ccc;
    border-radius: 12px;
    font-size: 11px;
    display: inline-block;
    white-space: nowrap;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 1;
}

.medium .module-promos.img-left a {
    color: #333;
}



a.about_link {
    position: relative;
    padding-right: 16px;
    text-decoration: none;
    color: #333;
}

    h3.motorsports {
		    margin-bottom: 35px !important;
        color: #000000;
    }

.font-size-20 {
    font-size: 20px !important;
}


a.about_link:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    bottom: 0.35em;
    vertical-align: middle;
    display: inline-block;
}


module-promos.img-left .content .more-text, .module-promos.img-right .content .more-text {
    display: none;
}


.module-promos.img-left .image {
    float: left;
}


.module-promos.img-left .image, .module-promos.img-right .image {
    width: 48.86%;
}


.module-promos.img-left .image, .module-promos.img-right .image, .module-promos.img-top .image {
    overflow: hidden;
}


.module-promos .image, .module-promos .image img {
    background: no-repeat center center;
    display: block;
    width: 100%;
}



.module-promos.img-left .content {
    right: 0;
}


.module-promos.img-left .content, .module-promos.img-right .content {
    position: absolute;
    top: 0;
    top: 0;
    height: 100%;
}


.medium .module-promos.img-left {
    background: #FFF;
}

.module-promos.img-left:after, .module-promos.img-right:after, .module-promos.img-top:after {
    content: "";
    display: table;
    clear: both;
}

.module-promos.img-left .content .more-text, .module-promos.img-right .content .more-text {
    display: none;
}

.margin-bottom-30.margin-top-60 {
text-align:justify!important;
text-align:justify!important;
    margin-top: 30px!important;
    margin-bottom: 60px!important;
}

p.design {
    text-align: center !important;
}

.margin-top-30 {
    margin-top: 30px!important;
}

.margin-bottom-60 {
   /* margin-bottom: 60px!important;*/
margin-bottom:20px!important;
}

[class*=res-] [class*=res-].last-child {
    margin-right: 0;
}
h2.title_h2.margin-bottom-20 {
    text-align: center !important;
}
p.font-size-18.text-a-C {
    text-align: center !important;
}

.res-1024-cols-12 .res-1024-cols-6 {
    width: 47.36708861%;
    margin: 0 .63291139%;
}

.topics_margin {
    margin-left: 20px !important;
}

.forPC {
    display: block !important;
}


.module-copy h5 {
    font-size: 24px;

}


.topics_margin {
    margin-left: 20px !important;
}

.module-copy img {
	    /*margin-left: -30px;*/
    max-width: 100%;
    height: auto;
}


<!--Heritage--->
a.promos-link:hover {
    color: #a0a0a0!important;
}


.layout.dark {
    background: #1b1b1b;
}

.res-1024-cols-4 {
    width: 32.08333333%;
    margin: 0 .625%;
}

.equal-height-background.dark [class*=res-]:before, .equal-height-background.medium [class*=res-]:before {
    background: #444;
}

.equal-height-background [class*=res-]:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    background: #ccc;
    z-index: 0;
}

.equal-height-background .res-1024-cols-4:before {
    /*width: 27.08333333%;*/
  /*  margin: 0;*/
}

.equal-height-background .module-promos {
   background-color: #444!important;
    position: static;
}


.module-promos.img-top .description, .module-promos.img-top .image, .module-promos.img-top .secondary-link, .module-promos.img-top .title {
    position: relative;
}


.module-promos.img-top .image img {
    width: 100%;
}

.module-promos.img-left .content, .module-promos.img-right .content, .module-promos.img-top .content {
    /*padding: 30px 0 30px 0;*/
	padding: 0px 0 0px 0;
  
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word;
}


.module-promos.img-left .content .description, .module-promos.img-left .content .secondary-link, .module-promos.img-left .content .title, .module-promos.img-right .content .description, .module-promos.img-right .content .secondary-link, .module-promos.img-right .content .title, .module-promos.img-top .content .description, .module-promos.img-top .content .secondary-link, .module-promos.img-top .content .title {
    padding: 0 30px 0 30px;
    /*padding: 0 3rem 0 3rem;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.container:after,  .container:before {
 
    display: block!important;
clear: both!important;
    content: '\0020'!important;
}

.dark .module-promos .content .title{
	text-align:justify!important;
	
}

.col-md-4.first-child .module-promos .content .title {
    text-align: left !important;
}

.dark .module-promos .content .title, .dark .module-promos .content p, .medium .module-promos .content .title, .medium .module-promos .content p {
    color: #fff;
	text-align:left;
}

.medium .module-promos .content p{
color:#333!important;

}
.layout.dark hr {
    margin-top: 1px;
}

.dark1{ 
color:#ffffff;	
margin: 15px 0px 0px 0px;
}

.module-promos.img-left .image, .module-promos.img-right .image, .module-promos.img-top .image {
    overflow: hidden;
}

.module-promos.img-top .description, .module-promos.img-top .image, .module-promos.img-top .secondary-link, .module-promos.img-top .title {
    position: relative;
}


.dark .module-promos .content .title{
text-align: left;
    font-weight: 100;
    line-height: 23px;
    font-size: 18px;
     /* height: 100px;*/
height:63px;
    margin-bottom: 2rem;
   /* letter-spacing: 3px;*/

}

.layout.dark {
    background: #1b1b1b;
}


.layout:before {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}


 .layout:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}


.container-zoomzoom:before {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}



.module-promos.img-left .content .promos-link, .module-promos.img-right .content .promos-link, .module-promos.img-top .content .promos-link {
   padding: 15px 30px 30px 30px;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dark .module-promos .promos-link:after, .medium .module-promos .promos-link:after {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMyIgZGF0YS1uYW1lPSJMYXllciAzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5LjIxIDE0LjQiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+Y2hldnJvbl93aGl0ZV9yaWdodDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMC4yLDExLjlMNC45LDcuMiwwLjIsMi41QTAuNjIsMC42MiwwLDAsMSwwLDIuMSwwLjQ0LDAuNDQsMCwwLDEsLjE3LDEuNzNMMS43LDAuMkEwLjQ5LDAuNDksMCwwLDEsMi4xLDBhMC40OCwwLjQ4LDAsMCwxLC4zOC4xOEw5LjEsNi44YTAuNDgsMC40OCwwLDAsMSwuMS40LDAuNDgsMC40OCwwLDAsMS0uMS40TDIuNSwxNC4yYTAuNTcsMC41NywwLDAsMS0uNC4yLDAuNTcsMC41NywwLDAsMS0uNC0wLjJMMC4yLDEyLjdBMC41OCwwLjU4LDAsMCwxLDAsMTIuMywwLjYzLDAuNjMsMCwwLDEsLjIsMTEuOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiLz48L3N2Zz4=);
    background-repeat: no-repeat;
}


.module-promos .promos-link:after {
    margin-left: 4px;
    margin-left: 0.4rem;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-position: right center;
}

.module-promos.img-top .promos-link {
    /*position: absolute;*/
    bottom: 0;
    display: block;
}

.module-promos .content>.promos-link {
    font-size:20px;
   
    text-decoration: none;
}

.module-promos.full-width {
    padding: 10% 20%;
    background-size: cover;
}


.module-promos {
    background: no-repeat center center;
    position: relative;
}


.module-promos.full-width img {
    width: 100%;
    visibility: hidden;
    height: 0;
}


.module-promos.full-width .content, .module-promos.full-width .video-wrapper {
    text-align: center;
    padding: 30px 0 15px 0;
    padding: 3rem 0 1.5rem 0;
    background-color: #e8e8e8;
    background-color: rgba(232,232,232,.85);
}


.module-promos.full-width .content .title{
	text-align:justify;
    font-size: 36px;
   text-decoration: none;
    word-wrap: break-word;
    color: #333;
}
.module-promos.full-width.dark.img-responsive .title {
    text-align: center !important;
}

.module-promos.full-width.dark .title {
    text-align: center !important;
}

 .module-promos.full-width .content p{
	 text-align:center;
	     padding-top: 16px;

color: #666;
}

.module-promos.full-width .content .promos-link:hover, .module-promos.full-width .video-wrapper .promos-link:hover {
    background: #999;
}


.module-promos.full-width .content .promos-link, .module-promos.full-width .video-wrapper .promos-link {
    line-height: 32px;
    
    /*letter-spacing: 3px;*/
    color: #fff;
    font-size: 14px;
    
    padding: 7px 35px 11px 35px;
    
    background: #666;
    text-transform: uppercase;
    border-top-right-radius: 3px;

    border-bottom-right-radius: 3px;
   
    border-bottom-left-radius: 3px;
  
    border-top-left-radius: 3px;
    
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}



 .description {
    padding: 0 61px 0 30px!important;
   /* margin-top: -22px;*/
margin-top:52px;
    margin-bottom: 30px!important;
}



<!--- Environment --->
.page_lead {
    text-align: center;
    font-size: 19px;
    /* line-height: 2.3; */
    padding: 50px 0;
    font-weight: 600;
}

.in_container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.pc_none {
    display: none !important;
}

.layout.light {
    background: #fff;
}

.our_commitment_to_planet_earth_con {
    position: relative;
    overflow: hidden;
}


.our_commitment_to_planet_earth_con .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.our_commitment_to_planet_earth_con .img img {
    width: 100%;
    height: 100%;
    max-width: inherit;
    object-fit: cover;
   
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.our_commitment_to_planet_earth_con .conwrap {
    position: relative;
    color: #fff;
    max-width: 992px;
    margin: 100px auto;
    text-align: center;
}


.our_commitment_to_planet_earth_con h2 {
    color: #fff;
    font-size: 1.7rem !important;
    /*letter-spacing: 0.15em;*/
}


.our_commitment_to_planet_earth_con .txt {
    font-size: 29px;
   /* letter-spacing: 0.25em;*/
    line-height: 1.8;
    margin-top: 40px;
}


.mazdas_approach .level01 {
    padding-top: 50px;
    margin-bottom: 40px;
}

.level01 {
    font-size: 29px !important;
   /* letter-spacing: 0.15em;*/
    text-align: center;
    color: #221815 !important;
    padding-top: 90px;
    margin-bottom: 50px;
    font-weight: 700;
}


.level01 .sub {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
}
.sp_only_block, .sp_only {
    display: none !important;
}

.mazdas_approach .txt {
    text-align: center;
    font-weight: 700;
    /*letter-spacing: 0.02em;*/
    line-height: 1.9;
    margin-bottom: 100px;
}

.mazdas_approach .img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}



.mazdas_journey_to_2030 {
    padding-bottom: 80px;
}



.life_cycle_perspective {
    padding-bottom: 100px;
}

.mazdas_approach .lead {
    text-align: center;
    font-size: 16px;
/*letter-spacing: 0.05em;*/
    margin-bottom: 40px;
    font-weight: 700;
}

.life_cycle_perspective .con {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.life_cycle_perspective figure {
    width: 40%;
}


.life_cycle_perspective .txt_block {
color:#000000;
    width: 47%;
}
.img_bg_block .img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
}
.img_bg_block .img:before {
    content: '';
    display: block;
    padding-top: 360px;
    width: 100%;
    position: relative;
}

.img_bg_block .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
   /* font-family: 'object-fit: cover;';*/
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    object-position: center bottom;
}

.img_bg_block .conwrap {
    position: relative;
    color: #fff;
    text-align: center;
    width: 100%;
}

.conwrap h2 {
    text-align: center;
   /* letter-spacing: 0.15em;*/
    line-height: 1.9;
    font-size: 1.7rem !important;
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
}
.conwrap .btn a {
    color: #fff !important;
    text-decoration: none;
   /* letter-spacing: 0.1em;*/
    border: 1px solid #fff;
    padding: 15px 60px;
    font-size: 1.2rem;
}

.the_road_to_zero .block:nth-child(2n) {
   /* flex-direction: row;*/
}
.news-text h2, h3 {
    /*text-align: left !important;*/
	text-align:center!important;
}

.page_lead p {
    text-align: center !important;
}

.our_commitment_to_planet_earth_con h2 {
    color: #fff;
    font-size: 1.7rem !important;
  /*  letter-spacing: 0.15em;*/
}


.by2030_con .txt p {
    text-align: center !important;
}


.crash .conwrap .con h2 {
    text-align: center !important;
}

.news-text p {
    text-align: left ;
}


h1.full-width__title {
    color: #ffffff ;
}

.life_cycle_perspective .lead {
color:#000000;
    text-align: center;
    font-size:16px;
    /*letter-spacing: 0.2em;*/
    margin-bottom: 50px;
    font-weight: 700;
}


.mazdas_approach .img>li {
    list-style: none;
    width: 23%;
}

.link {
    margin-top: -61px;
    text-align: center!important;
    font-weight: 700!important;
   /* letter-spacing: 0.02em!important;*/
    line-height: 1.9!important;
}

.life_cycle_perspective .txt {
    text-align: center;
    font-weight: 700;
    /*letter-spacing: 0.02em;*/
    line-height: 1.9;
    margin-bottom: 40px;
}

.life_cycle_perspective .link {
    text-align: center;
    font-weight: 700;
   /* letter-spacing: 0.02em;*/
}

.link:after {
    background-repeat: no-repeat;
    width: 9px;
    width: 0.9rem;
    height: 10px;
    height: 1rem;
    margin-left: 1.2rem;
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMyIgZGF0YS1uYW1lPSJMYXllciAzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5LjIxIDE0LjQiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNjY2O308L3N0eWxlPjwvZGVmcz48dGl0bGU+Y2hldnJvbl9kYXJrX2dyZXlfcmlnaHQ8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTAuMiwxMS45TDQuOSw3LjIsMC4yLDIuNUEwLjYyLDAuNjIsMCwwLDEsMCwyLjEsMC40NCwwLjQ0LDAsMCwxLC4xNywxLjczTDEuNywwLjJBMC40OSwwLjQ5LDAsMCwxLDIuMSwwYTAuNDgsMC40OCwwLDAsMSwuMzguMThMOS4xLDYuOGEwLjQ4LDAuNDgsMCwwLDEsLjEuNCwwLjQ4LDAuNDgsMCwwLDEtLjEuNEwyLjUsMTQuMmEwLjU3LDAuNTcsMCwwLDEtLjQuMiwwLjU3LDAuNTcsMCwwLDEtLjQtMC4yTDAuMiwxMi43QTAuNTgsMC41OCwwLDAsMSwwLDEyLjMsMC42MywwLjYzLDAsMCwxLC4yLDExLjlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIi8+PC9zdmc+);
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
}


a.popup-modal {
    color: #000000;
}

.mfp-hide {
    display: none !important;
}


.mazdas_approach {
    padding-bottom: 100px;
    background: #f3f3f3 !important;
}




.mazdas_approach .level01 {
    padding-top: 50px;
    margin-bottom: 40px;
}


.mazdas_approach .img>li {
    width: 23%;
}


.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px,0,0);
}



.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}



.swiper-container {
    width: 130.64%;
    margin: 0 -15.32%;
    padding-bottom: 80px;
    overflow: visible;
}


.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
}


.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}


.mazdas_approach .txt02 {
    margin-bottom: 70px;
}


.hosoku {
    font-size: 1rem;
}



.by2030_con {
    position: relative;
    height: 500px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.by2030_con video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
}

.page_lead {
    text-align: center;
    font-size: 15px;
    line-height: 2.3;
    padding: 50px 0;
    font-weight: 600;
}

.by2030_con .conwrap {
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 29px !important;
/*letter-spacing: 0.15em;*/
    line-height: 1.9;
}

sub {
    font-size: 10px;
}


.mazdas_journey_to_2030 {
    padding-bottom: 80px;
}

.mazdas_journey_to_2030 .level01 {
    padding-top: 70px;
    margin-bottom: 100px;
}



.mazdas_journey_to_2030 .block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}



.mazdas_journey_to_2030 .block>* {
    width: 44%;
}


.mazdas_journey_to_2030 img {
    display: block;
}


.mazdas_journey_to_2030 .txt {
    font-weight: 700;
   /* letter-spacing: 0.02em;*/
    line-height: 1.9;
    font-size: 18px;
    padding-right: 10%;
    box-sizing: border-box;
}


.mazdas_journey_to_2030 .block:nth-child(2n) {
    flex-direction: row-reverse;
}


.mazdas_journey_to_2030 .block:nth-child(2n) .txt {
    padding-right: 0;
    padding-left: 10%;
    text-align: right;
}

.layout.medium {
    background: #f3f3f3 !important;
}


.the_road_to_zero {
    padding-bottom: 100px;
}


.the_road_to_zero .level01 {
    padding-top: 70px;
    margin-bottom: 40px;
}


.the_road_to_zero .lead {
    text-align: center;
    font-weight: 700;
   /* letter-spacing: 0.1em;*/
    line-height: 1.9;
    margin-bottom: 50px;
}


.the_road_to_zero .con {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}


.the_road_to_zero .con:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0%;
    left: 50%;
    background: #c6c6c6;
}


.the_road_to_zero .block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
}

.the_road_to_zero .block:before {
    position: absolute;
    content: "";
    background: #c6c6c6;
    width: 16%;
    height: 1px;
    top: 50%;
    left: 42%;
}

.the_road_to_zero .block .txt_block {
    text-align: center;
    padding-left: 10%;
    box-sizing: border-box;
}

.the_road_to_zero .block .subtl {
color:#000000;
    text-align: center;
   /* letter-spacing: 0.15em;*/
    line-height: 1.9;
    font-size: 17px;
    margin-bottom: 25px;
    font-weight: 700;
}

.the_road_to_zero .block .txt {
    text-align: center;
    font-weight: 700;
   /* letter-spacing: 0.05em;*/
    line-height: 2;
}


.the_road_to_zero .block .link {
    text-align: center;
    font-weight: 700;
   /* letter-spacing: 0.02em;*/
    line-height: 1.9;
    margin-top: 30px;
}


.mfp-hide {
    display: none !important;
}



.the_road_to_zero .block+.block {
    margin-top: 50px;
}
.the_road_to_zero .block:nth-child(2n) .txt_block {
    padding-left: 0;
    padding-right: 10%;
}

.the_road_to_zero .block .txt_block {
    text-align: center;
    padding-left: 10%;
    box-sizing: border-box;
}

 	


.hosoku {
    font-size: 1rem;
}

.level02 {
    text-align: center;
  /*  letter-spacing: 0.15em;*/
    line-height: 1.9;
    font-size: 1.7rem !important;
    margin-bottom: 50px;
    padding-top: 80px;
    font-weight: 700;
    color: #101010 !important;
}


.the_road_to_zero .models_li {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}


.the_road_to_zero .models_li li {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    width: 25%;
}



.the_road_to_zero .models_li a {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    /*letter-spacing: 0.1em;*/
    line-height: 1.2;
    background: #101010;
    color: #fff !important;
    padding: 10px 0;
    transition: 0.5s ease;
}


.now_discover {
    margin-top: -1px;
    margin-bottom: -1px;
}


.img_bg_block>div {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 50px 0 120px;
}


.img_bg_block .img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
}

.img_bg_block .img:before {
    content: '';
    display: block;
    padding-top: 360px;
    width: 100%;
    position: relative;
}


.img_bg_block .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    object-position: center bottom;
}


.img_bg_block .conwrap {
    position: relative;
    color: #fff;
    text-align: center;
    width: 100%;
}


.img_bg_block h2 {
    text-align: center;
   /* letter-spacing: 0.15em;*/
    line-height: 1.9;
    font-size: 1.7rem !important;
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
}


.img_bg_block .btn {
    position: relative;
    margin-top: 70px;
    text-align: center;
}


.img_bg_block .btn a {
    color: #fff !important;
    text-decoration: none;
    /*letter-spacing: 0.1em;*/
    border: 1px solid #fff;
    padding: 15px 60px;
    font-size: 1.2rem;
}




.the_road_to_zero .models_li a.coming {
    pointer-events: none;
}

.the_road_to_zero .block>* {
    width: 35%;
}


@media screen and (min-width: 768px){
.the_road_to_zero .block:nth-child(2n) .img {
    margin-left: 0;
    margin-right: auto;
}
}

	@media (min-width: 768px){
.lead {
    font-size: 21px;
}

.the_road_to_zero .block .img {
    margin-left: auto;
    margin-right: 0;
}

}




.saving {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 80px 0;
}



.saving .img {
  /* width: 43%!important;*/
    margin-right: 5%!important;
}




.saving .subtl {
    text-align: center;
    font-size: 1.9rem;
   /* letter-spacing: 0.15em;*/
    margin-bottom: 30px;
    font-weight: 700;
}


.saving .txt {
    text-align: center;
    /*letter-spacing: 0.1em;*/
    line-height: 2.2;
    font-weight: 700;
}

.saving .subtl {
    text-align: center;
    font-size: 1.9rem;
    /*letter-spacing: 0.15em;*/
    margin-bottom: 30px;
    font-weight: 700;
}

.saving .txt_block {
    width: 50%;
    text-align: center;
    box-sizing: border-box;
   /* margin-left: 2%;*/
/*margin-left: 20%;*/
margin: 1% 25%;
}


.potential .txt {
    font-weight: 700;
    text-align: center;
   /* letter-spacing: 0.1em;*/
    line-height: 2.2;
    padding: 0 9%;
    box-sizing: border-box;
}


.philosophy .txt {
    font-weight: 700;
    text-align: center;
    /*letter-spacing: 0.1em;*/
    line-height: 2.2;
    padding: 0 9%;
    box-sizing: border-box;
}

.level02 {
    text-align: center;
   /* letter-spacing: 0.15em;*/
    line-height: 1.3;
    font-size: 17px !important;
    margin-bottom: 50px;
    font-weight: 700;
    color: #101010 !important;
    border: 1px solid #101010;
    padding: 15px;
    width: 450px;
    margin: 80px auto 60px;
    box-sizing: border-box;
}

.philosophy_img li {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center; 
    width: 23%;
}

.philosophy_img ul {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    height: 100%;
    width: 72.4%;
    top: 0;
    left: 12.6%;
}


.philosophy_img li a:hover {
    color: #221815 !important;
    font-weight: 700;
    transition: 0.5s ease;
}
.philosophy_img {
    position: relative;
}


.philosophy_img li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
   /* letter-spacing: 0.1em;*/
    font-size: 16px;
    line-height: 1.3;
    transition: 0.5s ease;
}

.philosophy {
    padding-bottom: 80px;
}


.safety_block {
    padding: 80px 0;
    text-align: center;
}

.safety_block .level02 {
	
    text-align: center !important;
    margin-top: 50px;
    margin-bottom: 30px;
    width: 250px;
}

h3.level02 {
    text-align: center !important;
}


.safety_block .level02 span {
    display: block;
    font-size: 1.3rem;
    padding-top: 0.6em;
    font-weight: normal;
    line-height: 1.5;
}


.safety_block .txt {
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 2.2;
    box-sizing: border-box;
}


.safety_block .link {
    margin-top: 40px;
}



.safety_block .inbox + .inbox {
    margin-top: 80px;
}



.safety_block .level02 {
    margin-top: 50px;
    margin-bottom: 30px;
    width: 250px;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}


.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}


.swiper-wrapper .row {
    display: flex;
    justify-content: space-between;
}


.swiper-wrapper .slide_img {
    width: 47%;
}


.swiper-wrapper .txt_block {
    width: 47%;
}


swiper-wrapper .txt_block .stl {
    font-size: 1.6rem;
    /*letter-spacing: 0.2em;*/
    margin-bottom: 30px;
}

.swiper-wrapper .txt_block .txt {
   /* letter-spacing: 0.1em;*/
    line-height: 2.2;
    box-sizing: border-box;
    font-weight: 700;
}



.swiper-navigation {
    margin: 0;
    bottom: -2.6rem;
    position: absolute;
    z-index: 3;
    width: 100%;
    text-align: center;
}


.swiper-navigation .btn-group {
    width: 80%;
}


.swiper-navigation .btn-group .swiper-left-button {
    left: -2rem;
}

.react-cookie-banner .swiper-navigation .button-close img, .swiper-navigation .btn img, .swiper-navigation .react-cookie-banner .button-close img, .swiper-navigation .wp-block-button .wp-block-button__link img, .wp-block-button .swiper-navigation .wp-block-button__link img {
    transition: transform .1s;
}


}
.btn-group-vertical > .btn, .btn-group > .btn, .react-cookie-banner .btn-group-vertical > .button-close, .react-cookie-banner .btn-group > .button-close, .wp-block-button .btn-group-vertical > .wp-block-button__link, .wp-block-button .btn-group > .wp-block-button__link {
    position: relative;
    flex: 1 1 auto;
}

.swiper-container-horizontal > .swiper-scrollbar {
    left: 32.5%;
    width: 34%;
}



.disp_none {
    display: none !important;
}

.swiper-scrollbar-drag {
    background: #fff;
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}


.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

	
.crash {
    position: relative;
}


.crash .crash_con {
    position: relative;
    overflow: hidden;
}


.crash .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.crash .img img {
    width: 100%;
    height: 100%;
    max-width: inherit;
    object-fit: cover;
   
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}


.crash .conwrap {
    position: relative;
    color: #fff;
    max-width: 992px;
    margin: 200px auto;
    text-align: center;
}

.crash h2 {
    color: #fff;
    font-size: 1.7rem !important;
    /*letter-spacing: 0.15em;*/
    font-weight: 700;
}



.crash .txt {
    font-size: 29px;
    /*letter-spacing: 0.25em;*/
    line-height: 1.8;
    margin-top: 40px;
}


.crash_block {
    padding: 80px 0;
}



.crash_block .inbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}



.crash_block .img {
    width: 47%;
    line-height: 1;
}



.crash_block .txt_block {
    width: 47%;
    padding: 20px 0;
}



.crash_block .stl {
    font-size: 17px;
   /* letter-spacing: 0.15em;*/
    margin-bottom: 30px;
    font-weight: 700;
}


	
.crash_block .txt {
font-size: 15px;
    font-weight: 700;
   /* letter-spacing: 0.1em;*/
    line-height: 2.2;
    box-sizing: border-box;
}


.crash_block .inbox:nth-child(2n) {
    flex-direction: row-reverse;
    text-align: right;
}


.btn.btn-sm.swiper-button-nav{

display: inline-block;
    font-weight: 400;
    color: #222;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0.0625rem solid transparent;
    padding: 0.9375rem 3.125rem;
    font-size: .875rem;
    line-height: 1.14286;
    border-radius: 0;

}


.swiper-navigation .btn-group .swiper-left-button {
    left: 17rem;
}


.slide_content {
    background: #2a2b2b;
    padding: 120px 0 80px;
    color: #fff;
    overflow: hidden;
}



.swiper-wrapper .row {
    display: flex;
    justify-content: space-between;
}


.award_block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.award_block .inbox {
   /* width: 31%;*/
width:100%;
}


.saving .subtl {
       letter-spacing: 0px!important;
    font-size: 22px!important;
}

.award_block .stl {
    font-size: 29px !important;
   /* letter-spacing: 0.15em;*/
    text-align: center;
    color: #221815 !important;
    padding-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}


.award_block .stl + p {
    font-size: 14px;
    font-weight: 700;
    /*letter-spacing: 0.1em;*/
    line-height: 2.2;
    box-sizing: border-box;
    text-align: center;
}

.award .hosoku {
    font-size: 1.2rem;
    text-align: center;
/*letter-spacing: 0;*/
    margin-top: 50px;
}

.sp_only_block, .sp_only {
    display: none !important;

}

.find_out {
    margin-top: -1px;
    margin-bottom: -1px;
}



.img_bg_block > div {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 100px 0 100px;
    position: relative;
}



.img_bg_block .img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
}

.img_bg_block .img:before {
    content: '';
    display: block;
    padding-top: 360px;
    width: 100%;
    position: relative;
}

.img_bg_block .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    object-position: center bottom;
}


.img_bg_block .conwrap {
    position: relative;
    color: #fff;
    text-align: center;
    width: 100%;
}


.img_bg_block h2 {
    text-align: center;
    /*letter-spacing: 0.15em;*/
    line-height: 1.9;
    font-size: 17px !important;
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
}

.img_bg_block .btn {
    position: relative;
    margin-top: 70px;
    text-align: center;
}

.img_bg_block .btn a {
    color: #fff !important;
    text-decoration: none;
   /* letter-spacing: 0.1em;*/
    border: 1px solid #fff;
    padding: 15px 60px;
    font-size: 1.2rem;
}

.award {
    background: #d5d5d5;
    padding-bottom: 30px;
}







.sixty-forty__bgimage {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    /*align-items: center;*/
}


.sixty-forty .sixty-forty__mobile-image {
    display: none;
}

section.full-width.full-width--medium.full-width--light.img-responsive h2 {
    text-align: center!important;
}

section.full-width.full-width--medium.full-width--light.img-responsive p {
    text-align: center !important;
}

.sixty-forty__image-container.img-responsive img {
   /* height: 561px;*/
  /*  margin-top: -158px;*/
}



.sixty-forty__content--mainTitle {
    font-size: 1.25rem;
    line-height: 1.75;
    /*letter-spacing: 0.2em;*/
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 27px;
}

.sixty-forty__content--textCopy {
    line-height: 1.75;
    margin: 0 0 28px;
    font-weight: 400;
}

.sixty-forty__button {
    margin-bottom: 20px;
}




.full-width__inner-wrapper {
    max-width: 1200px; 
     width: 100%; 
    margin: 0px auto; 
    text-align: center;
       padding: 41px 10%;
}

.full-width__blurb {
    font-size: 1.25rem;
   /* letter-spacing: 0.01em;*/
    line-height: 1.5;
    margin-bottom: 40px;
    font-weight: 400;
    margin: 0px;
    padding: 90px 40px 40px 40px;
}

.full-width__blurb {
    font-size: 1.25rem;
    /*letter-spacing: 0.01em;*/
    line-height: 1.5;
    margin-bottom: 40px;
    font-weight: 400;
    margin: 0px;
    padding: 90px 40px 40px 40px;
}
.full-width__cite {
    font-size: 0.8125rem;
    line-height: 1.5;
    font-weight: 700;
    /*letter-spacing: 0.2em;*/
    text-transform: uppercase;
    font-style: normal;
    padding-bottom: 90px;
}


.sixty-forty__bgimage {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    align-items: center;
}


.sixty-forty__content {
    justify-content: flex-end;
    flex-grow: 1;
    text-align: center;
    max-width: 1194px;
    /*padding: 50px 15px;*/
	padding: 123px 6px;
}


section.full-width.full-width--large {
    color: #fff;
}


.full-width {
    background-repeat: no-repeat;
    background-size: cover;
    color: #101010;
}

.fifty-fifty {
    display: flex;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
    flex-direction: column;
}


.fifty-fifty__image {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-height: 50vh;
    line-height: 0;
    margin: 0;
    padding: 0;
}


.fifty-fifty__imageAsset {
    height: auto;
    width: 100%;
    display: block;
    line-height: 0;
    overflow: hidden;
    flex-shrink: 0;
}


.fifty-fifty__content {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 50px 30px;
    position: relative;
    width: 100%;
}

.fifty-fifty__content-block {
    color: #101010;
}

.fifty-fifty__content-block--title h2 {
    font-size: 1.25rem;
    line-height: 1.75;
   /* letter-spacing: 0.2em;*/
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1.75;
    margin-bottom: 2rem;
}


.fifty-fifty__content-block--text {
    margin-top: 18px;
}


.fifty-fifty__content-block--text p {
    font-weight: 400;
    line-height: 1.75;
    margin: 0 0 28px;
}



h3.sixty-forty__content--preTitle {
    color: #ffffff;
}



.videoalign .full-width__inner-wrapper {
    display: flex;
    flex-direction: column-reverse;
}


.full-width__pre-title:empty {
    display: none;
}


.full-width__pre-title {
    font-size: 0.8125rem;
    line-height: 1.5;
    /*letter-spacing: 0.2em;*/
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.full-width__title {
    font-size: 1.5625rem;
    line-height: 1.5;
    /*letter-spacing: 0.2em;*/
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 0;
}

	 
h1.whitecolor {
    color: #fff !important;
}

.full-width__copy {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.5;
   /* letter-spacing: 0.01em;*/
    font-weight: 400;
    padding-bottom: 40px;
}


p.whitecolor {
    color: #fff !important;
}


.full-width__links {
    padding-top: 20px;
    padding-bottom: 20px;
}


.primary-light {
    font-size: 82%;
    font-size: 0.8125rem;
    border-radius: 3px;
    min-width: 170px;
    max-width: 300px;
    padding: 14px 23px;
    /*letter-spacing: 0.2em;*/
    white-space: nowrap;
    background-color: #999999;
    color: #101010;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    border: 2px solid #999999;
    transition: background 300ms cubic-bezier(0.785,0.135,0.15,0.86),color 300ms cubic-bezier(0.785,0.135,0.15,0.86),border 300ms cubic-bezier(0.785,0.135,0.15,0.86);
}

.full-width {
    background-repeat: no-repeat;
    background-size: cover;
    color: #101010;
}

.full-width__inner-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 120px 10%;
}



section.image-text {
  /*  padding: 0px 6px;*/
}

.image-text--two article:first-child {
    margin: 0 6px 0 0;
}


.image-text article {
    width: 33.1%;
    margin: 0 -2px;
    display: inline-grid;
}



.image-text__img-container {
    overflow: hidden;
    height: 320px;
    position: relative;
}

.image-text__img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: none;
    background-size: cover;
    transition: all 1.5s cubic-bezier(0.25,0.46,0.45,0.94);
}


.image-text__content {
    position: relative;
    padding: 35px 20px;
}


section.sixty-forty.sixty-forty--left.sixty-forty--light.content4 {
    margin-top: -63px;
}



.image-text__title {
  /*  font-size: 9px;*/
    font-size: 15px;
    line-height: 1.54;
    /*letter-spacing: 0.2em;*/
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 22px;
    color: #101010;
}

.image-text__copy {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.5;
   /* letter-spacing: 0.01em;*/
    font-weight: 400;
    color: #999999;
}


h2.image-text__copy {
    color: #000 !important;
}



.image-text--two article:last-child {
  /*  margin: 0 0 0 6px;*/
}


.image-text__link {
    text-align: center;
    text-decoration: none!important;
    display: grid;
}

.full-width__subpage-title {
    font-size: 1.5625rem;
    line-height: 1.5;
    /*letter-spacing: 0.2em;*/
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
	    margin-bottom: -81px;
}

.fifty-fifty.center-justified {
    text-align: center;
}


.fifty-fifty__image img {
    height: auto;
    width: 100%;
    display: block;
    line-height: 0;
    overflow: hidden;
    flex-shrink: 0;
}

.fifty-fifty.center-justified {
    text-align: center;
}

.fifty-fifty__content-block {
	        padding: 30px 10px 34px;
    /*min-width: 383px;*/
  /*  max-width: 470px;*/
}


@media (min-width: 960px){



.fifty-fifty__content {
    width: 50%;
}


.fifty-fifty--left {
    flex-direction: row-reverse;
}



.primary-light {
    min-width: 170px;
}

.sixty-forty__content-inner {
    min-width: 365px;
    width: 33.3333333333%;
    padding: 0 30px;
}





.fifty-fifty__content {
    width: 50%;
}


.fifty-fifty__image {
    width: 50%;
    max-height: none;
}

.sixty-forty__bgimage--medium {
    height: 726px;
}




.sixty-forty--right.sixty-forty--hasImg .sixty-forty__content-inner {
    /*margin: 0 auto 0 0;*/
          margin: 8px 20px 3px 38px;
    }

   .the_road_to_zero .block:nth-child(2n) .img {
        margin-left: 0;
        margin-right: auto;
    }
	
	
	.the_road_to_zero .block:nth-child(2n) .txt_block {
    padding-left: 0;
    padding-right: 10%;
}
.sixty-forty--hasImg .sixty-forty__content {
    width: 40%;
    color: white;
}

.sixty-forty__content {
    text-align: left;
}

.sixty-forty--right.sixty-forty--hasImg .sixty-forty__bgimage {
    flex-direction: row-reverse;
}

.sixty-forty--hasImg .sixty-forty__content-inner {
   /* width: 33.3333333333%;*/
width:50%;
    margin: 0 0 0 auto;
    padding: 0;
}

.sixty-forty__image-container {
	        margin-bottom: 107px;
    left: auto;
    align-items: center;
    width: 60%;
}

.sixty-forty__image-container.img-responsive.committed {
    margin-bottom: 1px;
}

.sixty-forty--right.sixty-forty--hasImg .sixty-forty__image {
    left: 0;
}

.sixty-forty--hasImg .sixty-forty__image {
    left: 5%;
    position: relative;
}


.sixty-forty--right.sixty-forty--hasImg .sixty-forty__bgimage {
    flex-direction: row-reverse;
}

.sixty-forty__bgimage--medium {
    height: 726px;
}


.fifty-fifty {
    flex-direction: row;
    max-height: 900px;
}

}





.image-text__link:hover .image-text__img-wrapper {
    -webkit-transform: scale(1.07) translateZ(0);
    transform: scale(1.07) translateZ(0);
    transition: all 1.5s cubic-bezier(0.25,0.46,0.45,0.94);
}

.hero--small .hero__inner-wrapper {
    align-items: center;
    justify-content: center;
}

.hero__inner-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0 5%;
}

.hero__icon {
    display: inline-block;
    margin-bottom: 20px;
}


p.hero__copy {
    color: #000;
}
.full-width__links a {
    margin-bottom: 5px;
}

.hero__copy {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.5;
   /* letter-spacing: 0.01em;*/
    font-weight: 400;
    width: 100%;
}

.hero--small {
    padding: 20px 0;
    max-height: 600px;
}
.icon-check:before{
	
	content: "\2713"!important;
	
	
}

.hero {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #101010;
    position: relative;
    max-height: 900px;
    min-height: 200px;
    overflow: hidden;
}

.full-width--small {
    display: flex;
    align-items: center;
}

section.sixty-forty.sixty-forty--left.sixty-forty--light {
    padding-bottom: 0px;
}

.tout-carousel {
    margin-top: 30px;
}


.tout-carousel__tabs {
    text-align: center;
}

.tabs {
    display: inline-flex;
    opacity: 0;
    height: 0;
    justify-content: center;
    position: relative;
}


.tabs__items {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.tabs__item {
    flex-direction: row;
}

.tabs__item.active .tabs__button {
    color: #101010;
}



tabs__item .tabs__button {
    padding: 10px 5px !important;
}


.tabs__inactive-line.loaded {
    width: 100%;
}


.tabs__inactive-line {
    background-color: #e7e7e7;
    height: 1px;
    bottom: -2px;
    left: 0;
    transition: all 1s;
}



.tabs__active-line, .tabs__inactive-line {
    position: absolute;
    width: 0;
}


.tabs__active-line {
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #101010;
    transition: all 1s cubic-bezier(0.77,0,0.175,1);
}



.tout-carousel .choices {
    z-index: 10;
    max-width: 300px !important;
}

.tabs .choices {
    display: none;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    /*letter-spacing: 0.2em;*/
    z-index: 10;
}



.choices[data-type*=select-one] {
    cursor: pointer;
}


.choices:last-child {
    margin-bottom: 0;
}


.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #ddd;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
}

choices[data-type*=select-one] .choices__inner {
    padding-bottom: 7.5px;
}


.choices[data-type*=select-one] .choices__input.is-hidden, .choices__input.is-hidden {
    display: none;
}


.choices[data-type*=select-one] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0;
}

.tabs .choices__list--single {
    padding: 4px 30px 4px 4px;
}

.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%;
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}



tabs .choices__item {
    line-height: 1.75;
    word-break: break-all;
}



.choices__list--single .choices__item {
    width: 100%;
}


.choices__item--selectable {
    cursor: pointer;
}


.tout-carousel .choices .choices__list {
    text-align: left;
}

.choices__list--dropdown {
    display: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}


.tabs .choices__item--choice.is-highlighted {
    color: #101010;
    background-color: transparent;
}



.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
}


.tabs .choices__item--choice {
    transition: color 0.3s ease-in-out;
    color: #999999;
    padding: 15px;
}



.tabs .choices__item {
    line-height: 1.75;
    word-break: break-all;
} 	


.tout-carousel__container {
    max-width: 1320px;
    width: 100%;
    overflow: visible;
    margin: 0 auto;
}



.tout-carousel__tabs-content {
    padding: 0;
    margin: 75px auto 0 auto;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 520px;
}



.tout-carousel__tabs-content-item.active {
    opacity: 1;
    visibility: visible;
}


.tout-carousel__tabs-content-item {
    position: absolute;
    width: 100%;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    overflow: visible;
    transition: -webkit-transform 0.5s cubic-bezier(0.54,0.09,0.38,0.82) !important;
    transition: transform 0.5s cubic-bezier(0.54,0.09,0.38,0.82) !important;
    transition: transform 0.5s cubic-bezier(0.54,0.09,0.38,0.82),-webkit-transform 0.5s cubic-bezier(0.54,0.09,0.38,0.82) !important;
}


.tout-carousel__tabs-content-item.active .tout-carousel__item {
    opacity: 1;
    top: 0 !important;
}



.tout-carousel__item:nth-child(1) {
    top: 10px;
    transition: all 0.35s ease-in-out 100ms;
}


.tout-carousel__item {
    width: 270px!important;
    max-width: 270px;
    background: #ffffff;
    border: 1px solid #d5d5d5!important;
    height: 460px!important;
    position: relative;
    margin: 0 15px;
    max-width: 300px;
    outline: 0;
    cursor: pointer;
    flex-direction: row;
    opacity: 0;
    transition: all 0.35s ease-in-out;
}



.tout-carousel__item:nth-child(2) {
    top: 20px;
    transition: all 0.35s ease-in-out 200ms;
}

.tout-carousel__item:nth-child(3) {
    top: 30px;
    transition: all 0.35s ease-in-out 300ms;
}

.tout-carousel__item:nth-child(4) {
    top: 40px;
    transition: all 0.35s ease-in-out 400ms;
}



.tout-carousel__tabs-content-item.active .last-partial, .tout-carousel__tabs-content-item.active .first-partial {
    pointer-events: none;
}



.tout-carousel__tabs-content-item.active .tout-carousel__item {
    opacity: 1;
    top: 0 !important;
}


.tout-carousel__item:nth-child(5) {
    top: 50px;
    transition: all 0.35s ease-in-out 500ms;
}

.tout-carousel-button-prev.swiper-button-disabled, .tout-carousel-button-next.swiper-button-disabled {
    display: none;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}


.tout-carousel-button-prev, .tout-carousel-button-next {
    background-image: none;
    width: auto;
    opacity: 0;
    height: 100%;
    margin-top: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 300ms cubic-bezier(0.785,0.135,0.15,0.86);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E)!important;
    right: 10px;
    left: auto;
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}


.tout-carousel-button-prev:before, .tout-carousel-button-next:before {

    font-size: 263%;
    font-size: 2.625rem;
}



.tout-carousel-button-next:before {
    content: "\f11A";
}
.tout-carousel__item-image:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


.tout-carousel__item-image {
    background-color: gray;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
    height: 235px;
    width: 100%;
    transition: -webkit-transform 1.5s cubic-bezier(0.25,0.46,0.45,0.94);
    transition: transform 1.5s cubic-bezier(0.25,0.46,0.45,0.94);
    transition: transform 1.5s cubic-bezier(0.25,0.46,0.45,0.94),-webkit-transform 1.5s cubic-bezier(0.25,0.46,0.45,0.94);
}

.tout-carousel__tabs-content-item {
    position: absolute;
    width: 100%;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    overflow: visible;
    transition: -webkit-transform 0.5s cubic-bezier(0.54,0.09,0.38,0.82) !important;
    transition: transform 0.5s cubic-bezier(0.54,0.09,0.38,0.82) !important;
    transition: transform 0.5s cubic-bezier(0.54,0.09,0.38,0.82),-webkit-transform 0.5s cubic-bezier(0.54,0.09,0.38,0.82) !important;
}

	.tout-carousel__item-content-wrapper {
    width: 100%;
    height: 225px;
    border: 1px solid #d5d5d5;
    border-top: 0 none;
    text-align: center;
    padding: 18px;
    position: relative;
}

.tout-carousel__tabs-content-item.hover-right .tout-carousel-button-next {
    opacity: 1;
}



.tout-carousel__item-category .tout-carousel__item-categoryText {
    font-size: 82%;
    font-size: 0.8125rem;
    color: #999999;
    margin: 7px 0;
    font-weight: 700;
    /*letter-spacing: 0.2em;*/
    text-transform: uppercase;
}



.tout-carousel__item-title .tout-carousel__item-titleText {
    font-size: 82%;
    font-size: 0.8125rem;
    margin: 0;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}


.tout-carousel__item-content-wrapper {
    width: 100%;
    height: 225px;
    border: 1px solid #d5d5d5;
    border-top: 0 none;
    text-align: center;
    padding: 18px;
    position: relative;
}



.content-01-2 .content-col__inner {
    margin-top: 0;
}	


.content-col__inner__text {
    order: 1;
    width: 239.33333px;
    margin-top: 0;
    padding-right: 25px;
    text-align: left;
}


.content-col__inner__text__header {
    z-index: 50;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 8.75vw 44px 7.5vw;
}



.content-01-2 .content-col__inner__text__header h2 {
    font-weight: normal;
}


.content-col__inner__text__header h2 {
    line-height: 1.5;
}

.content-col__inner__text__area {
    z-index: 40;
    position: relative;
}

.content-01-2 .content-col__inner__text__area .btn_movie {
    margin-top: 0;
}

.btn_movie a {
    display: inline-block;
    position: relative;
    height: 5.3125vw;
    padding-left: 9.0625vw;
    font-size: 4.375vw;
   /* letter-spacing: 0.08em;*/
    line-height: 5.3125vw;
}


.btn_movie a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5.3125vw;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCIgdmlld0JveD0iMCAwIDM0IDM0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJpY29uX3BsYXkiIGRhdGEtbmFtZT0iaWNvbiBwbGF5IiBjbGFzcz0iY2xzLTEiIGQ9Ik0yMjAsMTQ0OGExNywxNywwLDEsMS0xNywxN0ExNywxNywwLDAsMSwyMjAsMTQ0OFptOC4wNzUsMTcuMTZMMjE2LDE0NzJ2LTE0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwMyAtMTQ0OCkiLz4KPC9zdmc+Cg==) left center no-repeat;
    background-size: contain;
    transform: translateY(-2px);
}


.content-col__inner__img {
    z-index: 20;
    order: 1;
    width: 100%;
}

.content-col__inner__img__area {
    margin: 0 -44px;
    padding: 0 25px;
}

.btn_movie_img {
    display: block;
    position: relative;
    transition: opacity .3s ease;
}



.btn_movie_img:before {
    content: "";
    display: none;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: opacity .3s ease;
}

.wrap .tab-block, .wrap .pc-block {
    display: block;
}


.wrap img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
}


.content-nav, .content-col, .content-colbg, .content-info, .content-sns, .content-bnr {
    position: relative;
}



.content-colbg {
    overflow: hidden;
    background: #000 center top no-repeat;
    background-size: 100% auto;
    color: #fff;
}

.content-02 .content-colbg__inner__text__header {
    z-index: 50;
    position: static;
    padding: 0;
}

.content-02 .content-colbg__inner__text__header h2 {
    line-height: 1.5;
}

.content-02 .content-colbg__inner__text__header h2 span {
    display: block;
    margin-bottom: 1.6rem;
}

.content-02 .content-colbg__inner__text__header h2 span:last-child {
    margin-bottom: 0;
}


.content-colbg__inner__text__area {
    position: relative;
    z-index: 40;
}


.content-02 .content-colbg__inner__text__header {
    z-index: 50;
    position: static;
    padding: 0;
}


.content-02 .content-colbg__inner__text {
    width: auto;
    margin-right: 295px!important;
}


.btn a {
    display: inline-block;
    position: relative;
    text-align: left;
    padding: 2.5vw;
    padding-right: 8.90625vw;
    padding-bottom: 1.84375vw;
    border: #fff solid 2px !important;
    border-radius: 3.95px;
    line-height: 1.5;
}

.btn a:hover {
  color:#ffffff;
    border: #fff solid 2px !important;
   
}

.btn a:after {
    content: "";
    display: block;
    position: absolute;
    right: 3.59375vw;
    top: 0;
    bottom: 0;
    width: 1.71875vw;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDExIDIwIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Imljb25fY2hldnJvbiIgZGF0YS1uYW1lPSJpY29uIGNoZXZyb24iIGNsYXNzPSJjbHMtMSIgZD0iTTUxMC45NSw0MjI4Ljk5bC0xLjk0LDIuMTUsNy4xMTgsNy44NS03LjExOCw3Ljg2LDEuOTQsMi4xNCw5LjA1OS0xMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MDkgLTQyMjkpIi8+Cjwvc3ZnPgo=) right center no-repeat;
    background-size: contain;
}



content-03 {
    background-color: #3b3a38;
    background-image: url(images/img_content03_sp.jpg);
}

.content-04 .content-colbg__inner__text__header .inner:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -1.09375vw;
    right: 25%;
    width: 12.8125vw;
    height: 12.5vw;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4Mi44NDQiIGhlaWdodD0iODAuNjMiIHZpZXdCb3g9IjAgMCA4Mi44NDQgODAuNjMiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNmZmY7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0ic2FraWdha2UiIGNsYXNzPSJjbHMtMSIgZD0iTTQ4Ni44NjgsMjUxNS45NGExMi4xNTEsMTIuMTUxLDAsMCwxLDUuNjU4LjE2YzEuNDg2LDAuNDgsMi4zMDUsMS4yNiwyLjQ1MywyLjMycy0wLjQ2OSwxLjcxLTEuODU3LDEuOTNhMTEuNzg3LDExLjc4NywwLDAsMS01LjY0Mi0uOTZjLTIuMzc2LS44Ni0zLjYtMS41Ny0zLjY4LTIuMTFzMC45NDUtMSwzLjA2OC0xLjM0bTAuOTU0LDM3Ljk1YzEuNDcxLDMuMTMsMy4xLDMuNjIsNC4xNDgsMy4xLDEuNDcxLS43NCwxLjA1MS0zLjYxLTAuNS00Ljk5YTIyLjcsMjIuNywwLDAsMC03LjUwOS00LjY3LDE3LjkyMiwxNy45MjIsMCwwLDEsMi40NDUsMy44N2MtMS40MzIuODItNy43MTUsMi41NC04LjIyOCwyLjcyLTAuNDkxLjE2LS44MzYtMC4wMi0wLjQ2OC0wLjU1LDAuODQ2LTEuMjEsMy4wNTctNCw0LjY2Mi01Ljk1LDAuNjQyLS43OCwxLjc5Mi0xLjMsMi4xNzItMi4xNiwxLjAxMi0yLjI3LTMuMDkyLTUuNTUtNy43MTgtMS40NiwyLjk0My0uOTgsMi45ODQtMC4wNywyLjAxLDIuM2E2OS4yODksNjkuMjg5LDAsMCwxLTMuODcyLDYuNzUsNC4wNTYsNC4wNTYsMCwwLDEtMi44MTUsMi4yNGMtMS4xNDkuMzYsMC45NTQsNC43NSwzLjUwOCwzLjAyLDIuODI5LTEuOTIsOS40LTMuOTYsMTIuMTYyLTQuMjJtLTguNjQyLTM3LjgzYy0xLjk5My0xLjk3LTMuMTYzLTIuMTctNi4wNzQtLjg1LTMuMDI0LDEuMzctOC4yMzEsMy43Mi0xMS4yNjYsNS4wNywyLjEzNS0xLjc0LDcuMTI3LTcuMzcsOS4xNDQtOS40OCwxLjEzMi0xLjE5LDIuMjEyLTIuMzUsMS41NDEtMy45NC0xLjA5MS0yLjU3LTMuMDczLTMuODMtNy4wNjItMS4xMSwzLjExOS0uMzQsMy4xLDEuNTcsMi40LDMuMDktMS45LDQuMTMtNS43NjgsOS41My05LjMyOCwxNCwxLjIxOC0uMjgsMi41NTUtMC45OSw0Ljg5MS0xLjU4LDAuOC0uMDkuNDA1LDMuNjgsMC40MjYsNS4xOC0yLjIzOSwxLjIzLTIuNzc0LDIuMjUtNS4yMTUsMi45My0wLjI0MS00LjMxLTEuNi03LjM5LTUuNjE5LTguNDQsMy4xNiwzLjU4LDIuODg4LDcuNDEsMi42NiwxNC4yMy0wLjA4MywyLjQ5LS4zNzgsNC4xOS0wLjQ2NCw1LjIzLTAuMTkzLDIuNCwzLjAyMiwxLjM2LDMuMzItLjQxLDIuMzYyLS41MiwzLjEyMS4xOSwyLjg5MiwyLjM1LTAuOSw4LjM1LTExLjAyMSwyMC43Ny0yMy4xNTQsMjcuNTgsMTYuNDUzLTUuNzksMjUuMTI3LTE5LjM5LDI2LjUxMy0yNy40MywwLjM4OC0yLjI1LS40MDktMy4zMy0xLjctMy42NiwzLjM5LS43Niw3LjY2Mi0xLjU4LDkuNjE2LTEuNDctMC4zOCwyLjc1LDMuNTkyLDMuNjYsNC43ODctMi4yMywwLjg3MS00LjMxLDEuNjIzLTcuODIsMi42MjEtMTIuNjEsMC42ODYtMy4yOC45NjEtNC41OS0uOTI2LTYuNDVtLTE1LjUsMTkuNzZjLTEuNzY4LjUtMy45MzYsMC45NS00Ljg1NiwxLjEzYTQwLjcxMyw0MC43MTMsMCwwLDAtLjAwOC03LjAxYzEuNjA3LDAuNzUsMy4xMzYuNDEsNC45MzQtLjIxLDAuMDkzLDEuMzItLjAwOCw0LjcxLTAuMDcsNi4wOW0zLjgwNy0xNi4wNmMxLjkxMi0uNTgsNC44MzktMS4yNiw2LjkyNS0xLjc2YTAuODgxLDAuODgxLDAsMCwxLDEuMi45NGMwLDEuNDYtLjAyMiwzLjEyLTAuMDg5LDQuODVhMy42NDYsMy42NDYsMCwwLDAtMi4wNTMtLjY0LDEyLjQ3MSwxMi40NzEsMCwwLDAtNi4wNTgsMS40MmMwLjAzNS0xLjk1Ljk3NS00LjQ4LDAuMDcxLTQuODFtNi43ODMsMTMuNjZhNjIuNjg2LDYyLjY4NiwwLDAsMS04LjI2NywxLjkzYzAuOTE3LTEuNjgsMS4wMzYtNC41OSwxLjIxMi03LjAyYTE3LjA4MSwxNy4wODEsMCwwLDEsNi43LTIuMDIsNS4zMDgsNS4zMDgsMCwwLDAsMS41LS40MSwzNi44MjYsMzYuODI2LDAsMCwxLTEuMTQ4LDcuNTJtNDUuODIzLDI4LjdjLTMuMy0xLjg4LTMuNjc0LTcuNTItNC44NDUtMTIuODgtMC41NjMsMy4xNC0uNTQ1LDguNzctMC42ODcsMTAuNjQtMC4xMzQsMS43Ni0uNzY2LDIuNDMtMy4xNSwyLjk2YTk1LjMyLDk1LjMyLDAsMCwxLTEwLjU2MiwxLjUyYzAuMjkzLTQuNi4zNTEtOS4wMywwLjM1OC0xMy40NywwLjAxMi00LjksMC0xMC4xNC0uMDItMTUuMWExMDIuOTY1LDEwMi45NjUsMCwwLDEsMTEuMDM5LTMuNjUsMjcuMjUzLDI3LjI1MywwLDAsMCw0LjkxNS0xLjUxLDAuOCwwLjgsMCwwLDAsLjA5LTEuNTQsNy41ODIsNy41ODIsMCwwLDAtOC4wMS0uMzhjLTIuMDksMS00LjksMi4zOS04LjA0OCwzLjg2LTAuMDM5LTkuMjUtLjA5Mi0xNi45My0wLjAzMS0xOC41OSwwLjEyLTMuMjguMTg5LTYuNTgsMC41MjItOS44NGE2LjE0LDYuMTQsMCwwLDAtMS44NTItNS40NCwyLjYzNywyLjYzNywwLDAsMC0zLjU4NC0uMjgsNy4zMiw3LjMyLDAsMCwwLTIsMi41LDIuOCwyLjgsMCwwLDEsMi4zNjMsMi45M2MwLjE3OSwyLjY4LjQ0LDE1Ljg0LDAuNzksMzAuNDVhODQuNSw4NC41LDAsMCwxLTE0Ljk0MSw1LjM1YzIuOTQxLDIuMzksNy4yODgsMS41LDE0LjUxNy0yLjAyLDAuMTYtLjA3LjMzLTAuMTUsMC41LTAuMjMsMC4yMzIsOS41My41LDE5LjQsMC44MTEsMjcuMi04LjQzNy43LTE4LjI0OSwwLjg3LTI0LjAwNy0uMzctNC4xNjctLjktNS45NTItNS4wNi0yLjA2OC0yMS4xNCwwLjk0NS0zLjkxLTIuODI4LTQuMjEtNi41NjEtMy4zNiwzLjAxLDAuMzIsMi44NTQsMi40NywyLjU3Nyw1LjU1LTAuNDc1LDUuMy0xLjAyNCw4Ljg1LTEuMSwxNC4xNC0wLjA3NSw1LjA0LDEuOCw3LjkxLDEwLjkyNCw4LjkxLDQuNSwwLjQ5LDEyLjY0My4zMiwyMC4zOTQtLjA0LDAuMjE5LDQuODEuNDU4LDguNDYsMC43MTQsMTAuMTcsMC42NTYtMy41NywxLjEwNS02Ljk3LDEuNDA5LTEwLjI3LDQuNTc0LS4yNCw4Ljg4LTAuNTMsMTIuMDUtMC43N2EyMi4zLDIyLjMsMCwwLDAsNi4zLTEuMThjMi42LS45NCwyLjgyNi0zLjE5LDEuMTk1LTQuMTJtLTM1LjEzNi0zNC40NGMxLjYtMS4yNiwyLjk5LTEuMjUsNS44MDctLjI4LDAuODI1LDAuMjgsMS42LjY1LDIuNDYsMC44NiwxLjM0MywwLjMyLDEuMy40NiwwLjU0MSwxLjMyLTEuODA4LDIuMDMtMy45MzUsMi44LTcuMDU3LDIuMi0zLjIyOC0uNjQtMy43MTItMi41Ni0xLjc1MS00LjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MzguMjgxIC0yNDk3Ljg0KSIvPgo8L3N2Zz4K) center center no-repeat !important;
    background-size: contain;
}



.sixty-forty--light .sixty-forty__content--preTitle, .sixty-forty--light .sixty-forty__content--mainTitle, .sixty-forty--light .sixty-forty__content--textCopy, .sixty-forty--light .sixty-forty__content--disclaimerCopy {
    color: #ffffff;
}

.primary-dark {
    font-size: 82%;
    font-size: 0.8125rem;
    border-radius: 3px;
    min-width: 170px;
    max-width: 300px;
    padding: 14px 23px;
   /* letter-spacing: 0.2em;*/
    white-space: nowrap;
    background-color: #999999;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    border: 2px solid #999999;
    transition: background 300ms cubic-bezier(0.785,0.135,0.15,0.86),color 300ms cubic-bezier(0.785,0.135,0.15,0.86),border 300ms cubic-bezier(0.785,0.135,0.15,0.86);
}


@media screen and (min-width: 960px){


.content-04 .content-colbg__inner__text__header .inner:after {
    top: -4px;
    width: 64px;
    height: 62px;
}


.content-02 .content-colbg__inner__text__header h1, .content-03 .content-colbg__inner__text__header h1 {
    padding: 0 0 32px;
    font-size: 24px;
}

.content-colbg__inner__text__area .btn, .content-colbg__inner__text__area .btn_movie {
    margin-top: 0;
}


.btn_movie_img:before {
    display: block;
}



.content-col__inner__img {
    order: 2;
    width: 640px;
}


.content-col__inner .btn, .content-col__inner .btn_movie {
    margin-top: 1.6rem;
}

.content-col__inner__text__header h2 {
    font-size: 22px;
}


.content-01-2 {
    height: auto;
}

.content-col {
    height: 472px;
}
.content-01-2 .content-col__inner {
    height: auto;
}

.content-col__inner{
width: 960px;

}


.content-col__inner__text__header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding: 0;
}


.content-01-2 .content-col__inner__text {
    padding-right: 25px;
}

.content-col__inner__text {
    width: 320px;
    padding-right: 50px;
}


.content-colbg {
    height: 680px;
}

.content-colbg__inner {
    height: 680px;
}


.content-02 .content-colbg__inner__text__header h2, .content-03 .content-colbg__inner__text__header h2, .content-04 .content-colbg__inner__text__header h2 {
    font-size: 35px;
}
.content-04 .content-colbg__inner__text__header h1 {

    padding: 80px 0 32px;
    font-size: 24px;
}


.content-04 .content-colbg__inner__text__header .inner {
    margin: 0 auto;
    padding-right: 55px;
}

.content-col__inner {
    height: 472px!important;
}

.content-col__inner__text {
    width: 320px;
    padding-right: 50px;
}

.content-col {
    height: 472px;
}



.fifty-fifty--left {
    flex-direction: row-reverse;
}



}

.content-03 .content-colbg__inner__text__header h3 span, .content-04 .content-colbg__inner__text__header h2 span {
    display: block!important;
    font-size: 2.8125vw!important;
    line-height: 1em!important;
    text-align: left!important;
}





@media screen and (min-width: 768px){

.content-05-1 .content-col__inner {
    padding: 0;
}



.content-04.content-colbg {
    background-image: url(../images/img_content04_pc.jpg);
}

.content-04 .content-colbg__inner__text__header .inner {
    position: relative;
    display: inline-block;
    padding-right: 14.21875vw;
}



.content-03 .content-colbg__inner, .content-04 .content-colbg__inner {
    padding: 0;
}

.content-03 .content-colbg__inner__text, .content-04 .content-colbg__inner__text {
    width: 100%;
    margin-left: 21px;
}


.content-03 .content-colbg__inner__text__header, .content-04 .content-colbg__inner__text__header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding: 0;
}

.content-03 .content-colbg__inner__text, .content-04 .content-colbg__inner__text {
    width: 100%;
    margin-left: 234px!important;
}


.content-03 {
    background-image: url(../images/img_content03_pc.jpg);
}


.content-03 .content-colbg__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.content-03 .content-colbg__inner__text, .content-04 .content-colbg__inner__text {
    width: 100%;
    margin-left: 21px;
}

.content-03 .content-colbg__inner__text__header, .content-04 .content-colbg__inner__text__header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding: 0;
}

.content-02 .content-colbg__inner__text__header h1, .content-03 .content-colbg__inner__text__header h1 {
    padding: 0 0 32px;
    font-size: 24px;
}



.content-03 .content-colbg__inner__text__header__box, .content-04 .content-colbg__inner__text__header__box {
    display: inline-block;
}



.content-02 .content-colbg__inner__text {
    width: auto;
    margin-right: 295px;
}


.content-02 .content-colbg__inner {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.content-colbg {
    height: 45.3125vw;
    background-size: auto 100%;
}



.btn a {
    padding: 13px 29px 10px 13px;
    border-radius: 4px;
    border-width: 1px;
    font-size: 14px;
}


.content-02 .content-colbg__inner__text__header h2 span {
    margin-bottom: 15px;
}




.content-colbg__inner__text__header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding: 0;
}


.content-02 .content-colbg__inner__text {
    width: auto;
    margin-right: 21px;
}


.content-colbg {
    height: 45.3125vw;
    background-size: auto 100%;
}


.content-02 {
    background-image: url(../images/img_content02_pc.jpg);
}


.wrap .sp-inline, .wrap .sp-block {
    display: none;
}

.content-col__inner__img__area {
    margin: 0;
    padding: 0;
}


.btn_movie a {
    color: #000000;
    height: 25px;
    padding-left: 39px;
    font-size: 18px;
   /* letter-spacing: 0.025em;*/
    line-height: 25px;
}



.btn_movie a:before {
    width: 25px;
}

.btn a:after {
    right: 11px;
    width: 6px;
}


.content-col__inner__text__header h2 {
    text-align: left;
    margin-bottom: 1.6rem;
    font-size: 20px;
}

.content-01-2 {
    height: auto;
    background-color: #d8d8d8;
}


.content-col__inner__text {
    order: 1;
    width: 239.33333px;
    margin-top: 0;
    padding-right: 25px;
    text-align: left;
}


.content-01-2 .content-col__inner {
    height: auto;
    padding: 80px 0;
}
.content-col__inner {
    height: 49.16666vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
}

.content-col__inner{
width: 900px;
    margin: 0 auto;
    padding: 0;
}
}







<!-- Why Mazda -->

.align4{
    margin-top: 39px;
    margin-bottom: -61px;
}
section.image-text.section3 {
    margin-top: -102px;
}

.title6{
	color:#000000!important;
}
.title7{
	
	color:#ffffff!important;
}


.fifty-fifty__content.content3 {
    margin-bottom: -12px !important;
}

.about5 img {
  /*  height: 459px !important;*/
}


.main {
    position: absolute;
    z-index: 9999;
    width: 100%;
  
}



.ori_hero .img {
    line-height: 1;
    overflow: hidden;
}

.ori_hero {
    position: relative;
}

.ori_hero video {
    width: 100%;
    height: auto;
}


.ori_hero .conwrap {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    color: #fff;
    text-align: center;
}

.t1{
	
margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;}
	
	.ori_hero h1 {
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 1.3;
    font-size: 35px;
}

.sp_only_block, .sp_only {
    display: none !important;
}


.vehicles1:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
	transform-origin: bottom left;
	    -webkit-transform: scale(1, 1);
}


.vehicles1:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.gray-bg.gray1 {
    padding: 2px 0;
}



.innovation_hero {
    position: relative;
    background: no-repeat center center;
    background-image: url(../images/generation1.jpg);
    background-size: cover;
    display: block;
    width: 100%;
}


.innovation_hero .innovation_hero_inner {
    max-width: 99.2rem;
    height: 39rem;
    margin: auto;
    position: relative;
    cursor: pointer;
}


.innovation_hero .innovation_hero_inner .innovation_hero_text {
    color: #FFF;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40%;
}

h2.title_h2 {
    color: #fff;
    font-weight: 500;
    font-size: 32px;
}

font-size-18 {
    font-size: 18px !important;
}

.forPC {
    display: block !important;
}

.text3{
	
		    padding: 12px 104px 12px 0px;

}

.innovation_hero .innovation_hero_btn {
    display: inline-block;
    text-decoration: none;
    background-color: rgba(27, 27, 27, .7);
    padding: 0.4px 7.5px 0.4px 5px;
    letter-spacing: 3px;
    border: solid 1px #666;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-size: 22px;
}

.innovation_hero .innovation_hero_btn .about_link {
    text-decoration: none;
    color: inherit !important;
}

.about_link {
    position: relative;
    padding-right: 16px;

}


.about_link:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    bottom: 0.35em;
    vertical-align: middle;
    display: inline-block;
}


.layout.medium {
    background-color: #666666;
}

.module-copy img {
    max-width: 100%;
    height: auto;
}

.layout.medium {
    background: #ccc;
}


.layout .layout {
    padding: 0;
}

h2.title_h2.title10 {
    text-align: left !important;
}


.layout.medium.mazda7 {
    background: #898989 !important;
	    margin-bottom: 40px;
}


.category_margin {
	margin-top: 10%;
    color: #ffffff;
}

.generation {
    color: #fff !important;
    font-weight: 600;
}

a.about_link_img img {
  /*  margin-left: -30px;*/
}




.innovDsnCnt1 {
    width: 100%;
    position: relative;
    height: 600px;
    background-color: #1b1b1b;
}


.innovDsnCnt1 .innovDsnCnt1img {
    position: absolute;
    width: 100%;
    line-height: 0;
}


.innovDsnCnt1 .innovDsnCnt1txtwrap {
    max-width: 980px;
    height: 600px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 5%;
    box-sizing: border-box;
}

.innovDsnCnt1 .innovDsnCnt1img video {
    width: 100%;
    height: 600px;
    object-fit: cover 
}


.forSP {
    display: none;
}


.innovDsnCnt1 .innovDsnCnt1txtwrap .innovDsnCnt1txt {
    width: 49%;
    float: right;
    text-align: left;
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    padding-right: 1%;
}


.innovDsnCnt1 .innovDsnCnt1txtwrap .innovDsnCnt1txt h2 {
    font-size: 30px;
    color: #ffffff;
    padding-bottom: 8px;
    display: inline-block;
    margin-bottom: 16px;
    letter-spacing: 3px;
}

.innovDsnCnt1 .innovDsnCnt1txtwrap .innovDsnCnt1txt .innovDsnCnt1txtsub {
    font-size: 16px;
    line-height: 2em;
}



.innovDsnCnt2 .innovDsnCnt2img {
    position: absolute;
    width: 100%;
    line-height: 0;
}

.innovDsnCnt2 .innovDsnCnt2txtwrap {
    max-width: 980px;
    height: 600px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 3%;
    box-sizing: border-box;
}

.innovDsnCnt2 .innovDsnCnt2txtwrap .innovDsnCnt2txt {
    width: 55%;
    float: left;
    text-align: left;
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    padding-left: 1%;
}	

.innovDsnCnt2 {
    width: 100%;
    position: relative;
    height: 600px;
    /* padding-bottom: 9.6rem; */
    background-color: #1b1b1b;
}

.innovDsnCnt2 .innovDsnCnt2txtwrap .innovDsnCnt2txt .innovDsnCnt2txtsub {
    font-size: 16px;
    line-height: 2em;
}


.innovDsnCnt2 .innovDsnCnt2txtwrap .innovDsnCnt2txt h2 {
    font-size: 30px;
    color: #ffffff;
    padding-bottom: 8px;
    display: inline-block;
    margin-bottom: 16px;
    /* letter-spacing: 3px; */
}

.innovDsnCnt2 .innovDsnCnt2img video {
    width: 100%;
    height: 600px;
    object-fit: cover;
}




.fia.light {
    background-color: #FFFFFF;
}

.fia {
    width: 100%;
    background-color: #1B1B1B;
    padding-top: 100px;
}

.fia .light .fiatxtwrap {
    color: #000;
}

.fia .fiatxtwrap {
    max-width: 980px;
    margin: 0 auto;
    color: #000000;
    text-align: center;
}

.fia .fiatxtwrap h2 {
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: 500;
    position: relative;
    text-align: center;
    margin-bottom: 32px;
    color: #000000;
}


.fia .fiatxtwrap .fiatxt1 {
    font-size: 16px;
    line-height: 2em;
    text-align: center;
    font-weight: 500;
}

.fia .fiatxtwrap .fiaimg {
    max-width: 100%;
    padding-top: 48px;
    margin: 0 auto;
}

.module-copy img {
    max-width: 100%;
    height: auto;
}

.module-copy .margin-bottom-4 {
    margin-bottom: 96px;
    margin-bottom: 9.6rem;
}


.innovDsnCnt3 {
    position: relative;
    line-height: 0;
    background-color: #1b1b1b;
}

.innovDsnCnt3 video {
    width: 100%;
    height: 530px;
    object-fit: cover;
}

.fia.hands {
    padding-top: 70px;
}

.fiatxtwrap.txt2 h2 {
    color: #ffffff;
}

.fiatxt1.margin-bottom-2 {
    color: #ffffff;
}


.title6{
	color:#000000!important;
}
.title7{
	
	color:#ffffff!important;
}


.full-width__inner-wrapper.w13 {
    padding: 64px 0px 95px 0px;
}

.full-width__inner-wrapper.mazda8.w14 {
    margin-top: -105px !important;
}



<!-- Design -->

.cmp-container {
    background-position: 50%;
}

@media (min-width: 1025px) {
    header.experiencefragment.is-small {
        height: 60px;
        margin-bottom: 49px;
    }
	
	
	.cmp-container:has(.cc-header-bg-clear:not(.cq-Editable-dom)) .breadcrumb+.container {
        margin-top: -109px;
    }
	
}

@media (min-width: 821px) {
    .container.root:has(.cc-header-bg-clear) .breadcrumb {
        --color-txt: #fff;
    }
	
	.teaser.cc-teaser-kv:not(.cc-teaser-align-mid) .cmp-teaser__action-container, .teaser.cc-teaser-kv:not(.cc-teaser-align-mid) .cmp-teaser__description, .teaser.cc-teaser-kv:not(.cc-teaser-align-mid) .cmp-teaser__pretitle, .teaser.cc-teaser-kv:not(.cc-teaser-align-mid) .cmp-teaser__title {
        width: 74.5980707395%;
    }
	
	
	    .cmp-teaser__description h1 {
        font-family: MazdaTypeMedium, Noto Sans JP, Hiragino Kaku Gothic ProN, HiraKakuProN-W3, Meiryo, Yu Gothic Medium, sans-serif;
        font-size: 38px;
        font-size: 42px;
        font-weight: 500;
        letter-spacing: .075em;
        line-height: 1.3;
        margin-top: 5pc;
    }
	
    .teaser .cmp-teaser__sp-image {
        display: none;
    }
	
	.js-teaser-movie-btn {
        bottom: 20px;
        right: 20px;
    }
	
	
	
	
}


.teaser .cmp-teaser__sp-image {
    position: relative;
}


.container.cc-container-w-full>div {
    width: 100%;
}

.teaser.cc-teaser-kv {
    --color-txt: #fff;
    position: relative;
}


.teaser.cc-teaser-kv .cmp-teaser {
    width: 100%;
}

.cmp-teaser {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    color: var(--color-txt);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    width: 100%;
    z-index: 0;
}

.adv-container-kv-content-center .cc-teaser-kv .cmp-teaser__content {
    bottom: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



.cmp-teaser__description>:first-child {
    margin-top: 0;
}


.cmp-teaser__description, .cmp-teaser__title {
    color: var(--color-txt);
}

.teaser.cc-teaser-kv .cmp-image__image, .teaser.cc-teaser-kv .cmp-image__video, .teaser.cc-teaser-kv .cmp-teaser__image {
    width: 100%;
}

.teaser .cmp-teaser__image {
    overflow: hidden;
    position: relative;
    width: 100%;
	height:675px;
    z-index: -1;
}



.teaser .cmp-image__video, .teaser .cmp-teaser__image .cmp-teaser__image {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}


.js-teaser-movie-btn
Specificity: (0,1,0)
 {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 30px;
    position: absolute;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 30px;
}


.js-teaser-movie-btn:after, .js-teaser-movie-btn:before {
    border: 1px solid #fff;
    content: "";
    height: 9pt;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 5px;
}


.js-teaser-movie-btn:after, .js-teaser-movie-btn:before
Specificity: (0,1,1)
 {
    border: 1px solid #fff;
    content: "";
    height: 9pt;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 5px;
}

.js-teaser-movie-btn:after {
    left: 8px;
}

.js-teaser-movie-btn.is-pause:after, .js-teaser-movie-btn.is-pause:before {
    opacity: 1;
}


.js-teaser-movie-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 30px;
    position: absolute;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 30px;
}



.teaser img, .teaser video
Specificity: (0,1,1)
 {
    vertical-align: middle;
}

.cc-bg-white {
/*background-color: #fff;*/
}

.cc-bg-lightgray, .cc-bg-white {
    --color-txt: var(--color-txt-pri);
}

.container.cc-container-anim-fadeu:not(.cq-Editable-dom).is-active {
    opacity: 1;
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}


.container.cc-container-w-full>div {
    width: 100%;
}

.separator.cc-separater-margin-small .cmp-separator {
    margin: 0 auto;
}

.cmp-title__text{
	
	color:#000000;
	
}

.d1{
	
	
	    font-size: 20px;
    transform: translate(0%, 15%);
	
}

.d2{
	margin-top: 9%;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 29%;
    margin-left: auto;
    margin-right: auto;
    /* max-width: 39in; */
    position: absolute;
    text-align: left;
    -webkit-transform: translateX(-50%);
    transform: translateX(-46%);
    z-index: 1;
	
}

.d2 .cmp-teaser__description {
    width: 100% !important;
}

.marg1 .cmp-teaser{
	    flex-direction: unset;
	
}

.sec3{
	
	   /* direction: rtl;*/
}

.sec3 .cmp-teaser__title{
	    line-height: 39px;
	    margin-bottom: 49px;
	    color: #000000;
	
}


.sec3 .cmp-teaser__description{
	    font-size: 21px;

	 color: #000000;
}

.sec4 .cmp-teaser__title{
	    line-height: 39px;
	    margin-bottom: 49px;
	    color: #000000;
	
}


.sec4 .cmp-teaser__description{
	    font-size: 21px;

	 color: #000000;
}

.teaser.cc-teaser-card .cmp-teaser {
    -webkit-column-gap: 1.6077170418%;
    -moz-column-gap: 1.6077170418%;
    column-gap: 1.6077170418%;
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
}

.sec5 .cmp-teaser__title{
	    line-height: 39px;
	    margin-bottom: 49px;
	    color: #000000;
	
}


.sec5 .cmp-teaser__description{
	    font-size: 21px;

	 color: #000000;
}

.sec6 .cmp-teaser__title{
	    line-height: 39px;
	    margin-bottom: 49px;
	    color: #000000;
	
}


.sec6 .cmp-teaser__description{
	    font-size: 21px;

	 color: #000000;
}

.cmp-teaser__content {
    margin-top: 97px;
}








.container-fluid {
    padding-right: 8%;
    padding-left: 8%;
}
.top
{
    padding: 5px 0;
    border-bottom: 1px rgba(255, 255, 255, 0.31) solid;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 35px;
    position: absolute;
    z-index: 99;
    width: 100%;
}


.top i
{
	font-size:15px;
	margin-right:10px;
}


.top a
{
	color:#fff;
	display:inline-block;
	margin-right:20px;
}



.top .socials {
	position: relative;
	overflow: hidden;	
	margin-top:0px;	
	font-weight:400;
	text-align:right;
	margin-bottom:0px;

}


.top ul 
{
	padding-left:0px;
	text-align:right;
}



.top .socials li {
    display: inline-block;	
    width: 33px;
    height: 33px;
}


.top .socials li a {
	width: 33px;
	height: 33px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.top .socials li a i{
 margin-right:0;
 font-size:15px;	
 margin-left: 0px;			
}

.top .socials li a:hover {
	color: #ed1c24;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}




.logo-center
{
	text-align:center;
}
.logo
{
    background-image: url("https://www.mazda.com/etc.clientlibs/mazda-com/clientlibs/clientlib-site/resources/images/icon/logo_mark_wh.svg");
    width: 80px;
    height: 65px;    
	background-position: center center;
    margin: 5px auto auto auto;
	z-index:999;   
	position: absolute;
    font-size: 0px;
    color: #ffffff00;    
	background-size: cover;       
	scale: 1;    
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
	left: 0;
    right: 0;
    top: 12px;

}

.logo img
{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.logo2
{
	margin-top:25px;
}

.logo2 img
{
	margin: auto 0 auto auto;
}
.header
{
    padding: 5px 0;
    position: absolute;
    /*top:56px;*/
    width:100%;
    left:0;
    z-index:99;
    height: 109px;
    max-height: 109px;
}
.header:hover
{
	background-color: #ffffff;    
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.header:hover .logo
{
    background-image: url("https://www.mazda.com/etc.clientlibs/mazda-com/clientlibs/clientlib-site/resources/images/icon/logo_mark_bk.svg");
	background-position: center center;
    /*margin: 5px auto auto auto;*/
	z-index:999;   
	position: absolute;
    font-size: 0px;
    color: #ffffff00;    
	background-size: cover;     
	/*scale: 0.7;   */    
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header:hover .cbp-hrmenu > ul > li > a {
    color: #000;
}





.sticky
{
    position:fixed;    
	background-color: #ffffff;
    top:0px;    
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sticky .logo
{
	margin-top:5px;
    background-image: url("https://www.mazda.com/etc.clientlibs/mazda-com/clientlibs/clientlib-site/resources/images/icon/logo_mark_bk.svg");
	color: #ffffff00;    
	margin: 5px auto auto auto;
    background-size: contain;   
    scale: 0.7;    
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sticky .cbp-hrmenu > ul > li > a {
    color: #000;
}