.racing {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 14;
}

.racing__title {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 5;
}

.racing__subtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 5;
}

.racing__subtitle-title {
  color: #fff;
  text-align: center;
  width: 100%;
  text-align: center;
  font-size: 6vw;
  font-family: DINPro_Bold;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .racing__subtitle-title {
    font-size: 80px;
  }
}

@media screen and (max-width: 991px) {
  .racing__subtitle-title {
    font-size: 70px;
  }
}

@media screen and (max-width: 675px) {
  .racing__subtitle-title {
    font-size: 11vw;
  }
}

.racing__subtitle-sub {
  color: #fff;
  text-align: center;
  font-weight: 400;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-family: 'DINPro-Regular';
  line-height: 1.4;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .racing__subtitle-sub {
    font-size: 20px;
  }
}

.racing__textarea {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 991px) {
  .racing__textarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.racing__textarea p {
  font-size: 24px;
  font-family: 'DINPro-Regular';
  line-height: 1.4;
  color: #fff;
  color: #dddddd;
}

@media screen and (max-width: 1400px) {
  .racing__textarea p {
    font-size: 20px;
  }
}

.racing__textarea p span {
  color: #ffffff;
  font-weight: 800;
}

.racing__textarea-left {
  width: 300px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .racing__textarea-left {
    width: 90%;
  }
}

.racing__textarea-left > div {
  position: absolute;
  top: 0;
  width: 100%;
}

.racing__textarea-left > div:nth-child(1) {
  position: relative;
}

.racing__textarea-mid {
  width: 90%;
  max-width: 550px;
}

@media screen and (max-width: 991px) {
  .racing__textarea-mid {
    height: 30vh;
  }
}

.racing__textarea-right {
  width: 300px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .racing__textarea-right {
    width: 90%;
  }
}

.racing__textarea-right p {
  font-style: italic;
  font-weight: 900;
}

.racing__flexbox {
  width: 70%;
}

.racing__flexbox-item {
  background: #555555b7;
  text-align: center;
  margin: 10px 0;
  padding: 5px 0;
  -moz-border-radius: 10px;
       border-radius: 10px;
  color: #dddddd70;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.racing__flexbox-item--active {
  background: #bfbfbf;
  color: #333;
}

.racing__imgbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-60%, -50%);
     -moz-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
  z-index: -1;
  width: 100%;
  height: 100vh;
  opacity: 0.3;
}

@media screen and (max-width: 991px) {
  .racing__imgbox {
    -webkit-transform: translate(50%, -50%);
       -moz-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

.racing__imgbox img {
  width: auto;
  height: 100vh;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}

@media screen and (max-width: 991px) {
  .racing__imgbox img {
    height: 30vh;
    top: 0%;
    -webkit-transform: translate(-50%, 0%);
       -moz-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

.racing__imgbox img:nth-child(1) {
  position: relative;
  opacity: 1;
}
/*# sourceMappingURL=racing.css.map */