:root {
  --_colors---color: #99c6ee;
  --_colors---color-3: #0f0fb4;
  --_colors---color-2: #07081e;
  --_colors---color-5: #0841bc;
  --_colors---color-4: #0b1e33;
}

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

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

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

.body {
  background-color: var(--_colors---color);
  height: 100vh;
  padding-bottom: 140px;
}

.heading {
  color: var(--_colors---color-3);
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 30px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 64px;
  line-height: 63px;
}

.text-block {
  color: var(--_colors---color-2);
  text-align: center;
  margin-top: 24px;
  margin-bottom: 4px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
}

.text-block.sub-2 {
  color: var(--_colors---color-5);
  text-align: center;
  margin-top: 22px;
  font-size: 20px;
  font-style: italic;
}

.text-block.sub-lond {
  margin-top: 54px;
  margin-bottom: 26px;
}

.video {
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 450px;
  min-height: 100px;
  margin-top: 23px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.video.video-tall {
  max-width: 400px;
  margin-top: -1px;
}

.video.v2 {
  width: 97%;
}

.container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1020px;
  padding-bottom: 42px;
  display: flex;
}

.code-embed {
  width: 100%;
  margin-bottom: 0;
}

.code-embed.v2 {
  width: 95%;
}

.grid {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  flex-flow: row;
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.bb {
  background-color: var(--_colors---color);
  padding-bottom: 205px;
}

@media screen and (min-width: 1280px) {
  .heading {
    margin-bottom: 10px;
    font-family: Changa One, Impact, sans-serif;
  }

  .video {
    max-width: 500px;
  }

  .container {
    max-width: 1200px;
  }

  .code-embed {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .grid {
    justify-content: space-between;
    align-items: flex-start;
  }

  .bb {
    background-color: var(--_colors---color);
    padding-bottom: 220px;
  }
}

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

  .container {
    flex-flow: column;
    max-width: 590px;
  }

  .code-embed.v2 {
    width: 100%;
  }

  .grid {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    font-size: 27px;
  }

  .text-block.sub-2 {
    font-size: 18px;
  }

  .video.video-tall {
    margin-top: 15px;
  }

  .container {
    max-width: 440px;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    margin-bottom: 16px;
    font-size: 26px;
  }

  .text-block.sub-2 {
    margin-top: 18px;
  }

  .video {
    margin-top: 17px;
  }

  .grid {
    padding-left: 10px;
    padding-right: 10px;
  }
}


