.section {
  color: #f6f6f6;
  text-align: center;
  white-space: normal;
  background-color: #ece9e900;
  border: 1px solid #fff0;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin: 0 auto 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: Bmwtypenextlatintt, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
  overflow: auto;
}

.body {
  text-align: center;
  background-color: #231f1f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: auto;
}

.section-2 {
  margin: 60px 10px;
}

.code-embed {
  width: 85%;
  height: 1640px;
  margin: 0 auto 10px;
  overflow: auto;
}

.image {
  width: 20%;
}

.paragraph {
  letter-spacing: 2px;
  margin: 20px 0;
  font-weight: 400;
}

.paragraph-2 {
  margin-top: 10px;
}

.bold-text {
  font-weight: 400;
}

.paragraph-3 {
  text-align: center;
  letter-spacing: 1.7px;
  margin-left: 0;
  margin-right: 0;
  font-family: Bmwtypenextlatin, Arial, sans-serif;
}

.paragraph-4 {
  letter-spacing: 1.7px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  font-family: Bmwtypenextlatin, Arial, sans-serif;
  font-weight: 300;
}

.paragraph-5 {
  text-align: left;
  letter-spacing: 1.7px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.hero-stack {
  background-color: #f5f7fa00;
  border: 1px solid #0000;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: static;
}

.container {
  width: 100%;
  max-width: 940px;
  margin: 80px auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  vertical-align: middle;
  width: 50%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-2 {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .hero-stack {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }
}


@font-face {
  font-family: 'Bmwtypenextlatin';
  src: url('../fonts/BMWTypeNextLatin-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bmwtypenextlatin';
  src: url('../fonts/BMWTypeNextLatin-Light.woff2') format('woff2'), url('../fonts/BMWTypeNextLatin-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bmwtypenextlatintt';
  src: url('../fonts/BMWTypeNextLatinTT-Regular.eot') format('embedded-opentype'), url('../fonts/BMWTypeNextLatinTT-Regular.woff') format('woff'), url('../fonts/BMWTypeNextLatinTT-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bmwtypenextlatintt';
  src: url('../fonts/BMWTypeNextLatinTT-Light.eot') format('embedded-opentype'), url('../fonts/BMWTypeNextLatinTT-Light.woff') format('woff'), url('../fonts/BMWTypeNextLatinTT-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}