@font-face {
  font-family: Bmwtypenextlatin;
  src: url('../fonts/BMWTypeNextLatin-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bmwtypenextlatin;
  src: url('../fonts/BMWTypeNextLatin-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bmwtypenextlatin;
  src: url('../fonts/BMWTypeNextLatin-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bmwtypenextlatin;
  src: url('../fonts/BMWTypeNextLatin-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue-dark: #003d78;
  --white: white;
  --blue-light: #0066b1;
  --red: #e22718;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section-hero {
  background-image: linear-gradient(0deg, #0000 61%, #00000080), url('../images/Free-Transform_0004_FOTO.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-bottom: 5vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.body {
  background-color: var(--blue-dark);
  color: var(--white);
  font-family: Bmwtypenextlatin, Times New Roman, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.container-hero {
  margin: auto 5vw 5vw auto;
}

.heading {
  text-align: center;
  text-shadow: 5px 5px 10px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 44px;
}

.heading.small {
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
}

.heading.bot-5 {
  text-align: center;
  margin-bottom: 5vw;
}

.heading.blue {
  color: var(--blue-dark);
}

.heading.blue.bot-20 {
  margin-bottom: 20px;
}

.heading.blue.bot-5-px {
  margin-bottom: 5px;
}

.heading.bot-2 {
  text-align: center;
}

.section-main {
  background-image: url('../images/Free-Transform_0005_BG.webp');
  background-position: 0 0;
  background-size: cover;
  padding: 5vw;
}

.section-main.white {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.section-main.blue {
  background-color: var(--blue-light);
  background-image: url('../images/blue_BG.webp');
  background-position: 50%;
  background-size: cover;
}

.section-main.social {
  background-image: linear-gradient(#00000080, #00000080), url('../images/P90612801_highRes_the-first-ever-bmw-m-1.webp'), url('../images/Free-Transform_0005_BG.webp');
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, cover;
  justify-content: flex-start;
  align-items: center;
  height: 70vh;
  display: flex;
}

.container-main {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.container-main.vert-cent {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-main.vert-cent.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.container-main.vert-cent.max {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  text-align: center;
  text-shadow: 0 0 10px #00000080;
  font-size: 16px;
}

.text-block.left-ali {
  color: var(--blue-dark);
  text-align: left;
  text-shadow: none;
}

.text-block.bot-10 {
  margin-bottom: 10px;
}

.div-horizontal {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: center;
  align-items: center;
  margin: 5vw auto auto;
  display: flex;
}

.div-button {
  background-color: var(--white);
  color: var(--blue-dark);
  border-radius: 100px;
  padding: 9px 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  box-shadow: 5px 5px 10px #0003;
}

.text-block-2 {
  font-weight: 100;
}

.quick-stack {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  margin-top: 5vw;
  padding: 0;
}

.bold-text, .bold-text-2, .bold-text-3 {
  color: var(--blue-light);
}

.container-navbar {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 20px;
  display: flex;
}

.image {
  height: 100px;
}

.cell {
  background-image: url('../images/blue_BG.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  box-shadow: 5px 5px 10px #0003;
}

.container-foot {
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin-top: 5vw;
  display: flex;
}

.link {
  color: var(--white);
  text-decoration: none;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.link:hover {
  opacity: .5;
  transform: translate(0, -3px);
}

.link-block {
  aspect-ratio: 1;
  width: 50px;
  height: 50px;
}

.bot-2 {
  margin-bottom: 2vw;
}

.image-2 {
  margin-top: 2vw;
}

.button {
  background-color: var(--blue-light);
  border-radius: 100px;
  padding: 15px 20px;
  font-size: 24px;
  font-weight: 700;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  box-shadow: 2px 2px 10px #0003;
}

.button:hover {
  background-color: var(--red);
  scale: 1.1;
}

.button.top-5 {
  margin-top: 5vw;
}

.div-hero {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.code-embed {
  margin-top: 5vw;
}

@media screen and (min-width: 1280px) {
  .section-main {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
}

@media screen and (min-width: 1440px) {
  .section-hero {
    font-size: 30px;
  }

  .section-main {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .image-2 {
    margin-top: 5vw;
  }
}

@media screen and (max-width: 991px) {
  .heading.blue.bot-20.left-ali {
    text-align: left;
  }

  .heading.blue.bot-20.mob-cent {
    margin-left: auto;
    margin-right: auto;
  }

  .section-main {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .container-main.vert-cent.max {
    width: 100%;
    max-width: none;
  }

  .text-block.left-ali.mob-cent {
    text-align: center;
  }

  .div-horizontal {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .image {
    height: 10vh;
  }

  .container-foot {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .container-foot.mob {
    flex-flow: row;
  }
}

@media screen and (max-width: 767px) {
  .div-horizontal {
    flex-flow: column;
    margin-top: auto;
    margin-bottom: 5vw;
  }

  .div-horizontal.top-5 {
    margin-top: 5vw;
    margin-bottom: 0;
  }

  .image {
    height: 10vh;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    background-position: 100%;
    height: 100vh;
  }

  .heading.bot-5 {
    margin-bottom: 10vw;
  }

  .heading.blue.bot-20.small.mob-l {
    text-align: left;
  }

  .section-main {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .div-horizontal {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    margin-top: auto;
    margin-bottom: 10vw;
  }

  .div-horizontal.top-5 {
    margin-top: 10vw;
  }

  .div-button {
    font-size: 14px;
  }

  .quick-stack {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    margin-top: 10vw;
  }

  .image {
    height: 50px;
  }

  .container-foot {
    margin-top: 10vw;
  }

  .button.top-5 {
    text-align: center;
  }
}

#w-node-_6ee2fb8e-ebff-647f-66fd-eabe8ccd9202-c7896221 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_6ee2fb8e-ebff-647f-66fd-eabe8ccd9202-c7896221 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Bmwtypenextlatin';
  src: url('../fonts/BMWTypeNextLatin-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bmwtypenextlatin';
  src: url('../fonts/BMWTypeNextLatin-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bmwtypenextlatin';
  src: url('../fonts/BMWTypeNextLatin-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bmwtypenextlatin';
  src: url('../fonts/BMWTypeNextLatin-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}