html,
body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  background: #000;
}
.wrapper {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  flex: 0 1 1200px;
  box-sizing: border-box;
  padding: 15px;
  align-items: center;
}
.col1 {
  flex: 1 1 70%;
}
.col2 {
  flex: 0 0 60px;
}
.col3 {
  flex: 1 1 30%;
}
.mainLogo {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.mainTitle {
  text-align: center;
  color: #a8a9ad;
  font-size: 43px;
  text-transform: uppercase;
  font-weight: bold;
}
.mainMeta,
.andThen {
  text-align: center;
  color: #a8a9ad;
  text-transform: uppercase;
  font-size: 18px;
}
.conceptText {
  text-align: center;
  color: #a8a9ad;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 10px;
}
.conceptBox {
  display: flex;
}
.boxItem img {
  width: 100%;
}
.andThen {
  text-align: center;
  margin-top: 40px;
}
.visionaries {
  text-align: center;
  color: #a8a9ad;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
.invitation {
  text-align: center;
  color: #a8a9ad;
  font-size: 18px;
}
.arrowDivider,
.teslaContent {
  width: 100%;
  height: auto;
  border: none;
}
@media screen and (max-width: 768px) {
  .wrapper {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .col2 {
    display: none;
  }
  .teslaContent {
    margin-top: -110px;
  }
}

/* Second Wrapper */
.secondWrapper {
  color: #fff;
  display: flex;
  widows: 100%;
  max-width: 1200px;
  margin: auto;
  flex: 0 1 1200px;
  box-sizing: border-box;
  padding: 15px;
  align-items: center;
  margin-bottom: 70px;
  margin-top: 40px;
}
.scol1 {
  flex: 1 1 50%;
  padding: 0 80px;
  border-right: 1px solid #444;
}
.scol2 {
  flex: 1 1 50%;
  padding: 0 80px;
}
.mission {
  color: #f0b332;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
}
.rsLogo {
  width: 100%;
  max-width: 350px;
}
.missionMeta {
  text-align: center;
  max-width: 320px;
  margin: auto;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
}
.hashNumber {
  position: relative;
  height: 36px;
  margin-top: 15px;
}
.line {
  border-bottom: 1px solid #f0b332;
  position: absolute;
  left: 0;
  top: 18px;
  width: 100%;
}
.number {
  position: absolute;
  left: 50%;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  background: #000;
  border-radius: 18px;
  box-sizing: border-box;
  text-align: center;
  line-height: 36px;
  font-size: 12px;
  color: #f0b332;
  font-weight: bold;
  border: 1px solid #f0b332;
}
.objectiveText {
  max-width: 280px;
  color: #f0b332;
  font-weight: bold;
  text-align: center;
  margin: auto;
  margin-top: 10px;
}
.retailVisionary {
  margin-top: 30px;
  text-align: center;
  line-height: 20px;
}
.wholeRSText {
  line-height: 24px;
  width: 95%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .secondWrapper {
    flex-direction: column-reverse;
  }
  .mission {
    margin-top: 100px;
  }
  .scol2 {
    padding: 0;
  }
}

.thirdWrapper {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin-bottom: 70px;
}
.thirdWrapper span {
  color: #f0b332;
}
