:root {
  --blanket-background: #1f1f1f;
  --blanket-white-88: rgba(255, 255, 255, .88);
  --blanket-white-89: white;
  --blanket-green: #a8ff46;
  --blanket-white-64: rgba(255, 255, 255, .64);
  --blanket-yellow: #ffe548;
  --blanket-magenta: #fe004f;
  --blanket-blue: #00b9fb;
  --blanket-teal: #0feaed;
  --blanket-black: black;
}

body {
  background-color: var(--blanket-background);
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.21;
}

h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.21;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.21;
}

h4 {
  color: var(--blanket-white-88);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.21;
}

p {
  color: var(--blanket-white-88);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
}

a {
  color: var(--blanket-white-89);
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  color: var(--blanket-white-88);
  border-left: 0 solid #000;
  margin-bottom: 10px;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 300;
}

figure {
  margin-bottom: 0;
}

.subtitle {
  font-size: 36px;
  font-weight: 700;
}

.paragraph-link {
  border-bottom: 1px solid var(--blanket-white-89);
  color: var(--blanket-white-89);
  padding-bottom: 3px;
  transition: border-color .2s, color .2s;
  display: inline-block;
}

.paragraph-link:hover {
  border-bottom-color: var(--blanket-green);
  color: var(--blanket-green);
}

.color-b-white-88 {
  color: var(--blanket-white-88);
}

.color-b-white-64 {
  color: var(--blanket-white-64);
}

.color-b-white {
  color: var(--blanket-white-89);
}

.color-b-yellow {
  color: var(--blanket-yellow);
}

.color-b-magenta {
  color: var(--blanket-magenta);
}

.color-b-green {
  color: var(--blanket-green);
}

.color-b-blue {
  color: var(--blanket-blue);
}

.color-b-teal {
  color: var(--blanket-teal);
}

.color-b-background {
  color: var(--blanket-background);
}

.bg-color-b-green {
  background-color: var(--blanket-green);
}

.bg-color-b-yellow {
  background-color: var(--blanket-yellow);
}

.bg-color-b-magenta {
  background-color: var(--blanket-magenta);
}

.bg-color-b-blue {
  background-color: var(--blanket-blue);
}

.bg-color-b-teal {
  background-color: var(--blanket-teal);
}

.bg-color-b-white {
  background-color: var(--blanket-white-89);
}

.bg-color-b-black {
  background-color: #000;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.btn {
  background-color: var(--blanket-green);
  color: var(--blanket-black);
  border-radius: 16px;
  padding: 20px 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.21;
  transition: background-color .2s;
}

.btn:hover {
  background-color: #72b428;
}

.section {
  padding: 120px 5% 32px;
}

.container {
  max-width: 1248px;
}

.header {
  background-color: rgba(0, 0, 0, .88);
  padding-left: 40px;
  padding-right: 40px;
}

.container-full-width {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-link {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-center {
  text-align: center;
}

.hero-title-block {
  text-align: center;
  max-width: 836px;
  margin-left: auto;
  margin-right: auto;
}

.hero-cta {
  text-align: center;
  margin-top: 110px;
}

.lightbox-link {
  border: 1px solid var(--blanket-magenta);
  background-color: var(--blanket-background);
  color: var(--blanket-magenta);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-link:hover {
  color: #d80546;
}

.video-cta {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 90%;
  display: flex;
  position: absolute;
}

.box-1 {
  text-align: center;
  padding: 24px;
  font-size: 1vw;
}

.columns {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.big-number {
  font-size: 11.67em;
  font-weight: 700;
  line-height: 1.21;
}

.col, .col-2 {
  width: 45%;
}

.image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 16px rgba(0, 0, 0, .48);
}

.list {
  color: var(--blanket-white-88);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.21;
  list-style-type: decimal;
}

.list-item {
  margin-bottom: 10px;
}

.grid-2x4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.box {
  padding: 32px;
}

.box-dark {
  background-color: rgba(0, 0, 0, .16);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 0 16px rgba(0, 0, 0, .16);
}

.img-lg-placeholder {
  background-color: var(--blanket-black);
  text-align: center;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 700px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(0, 0, 0, .08);
}

.img-lg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial {
  background-color: rgba(0, 0, 0, .16);
  border-radius: 16px;
  padding: 48px;
  box-shadow: 0 0 16px rgba(0, 0, 0, .16);
}

.testimonial-header {
  align-items: center;
  display: flex;
}

.company-logo {
  margin-right: 10px;
}

.testimonial-footer {
  align-items: center;
  display: flex;
}

.avatar-placeholder {
  border-radius: 50%;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  margin-right: 16px;
  overflow: hidden;
}

.signature {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.col-48, .col-2-48 {
  width: 48%;
}

.flex-row {
  display: flex;
}

.img-thumbnail {
  justify-content: center;
  align-items: center;
  height: 65vh;
  max-height: 576px;
  display: flex;
}

.card-with-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(0, 0, 0, .16);
}

.testimonial-2 {
  background-color: rgba(0, 0, 0, .16);
  border-radius: 0 0 16px 16px;
  padding: 48px;
}

.footer {
  background-color: var(--blanket-black);
  margin-top: 120px;
  padding: 30px 40px;
}

.play-icon {
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: 30px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .video-cta {
    justify-content: center;
  }

  .big-number.color-b-blue {
    font-size: 16.4em;
  }

  .grid-2x4 {
    grid-template-columns: 1fr 1fr;
  }

  .box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial {
    padding-left: 32px;
    padding-right: 32px;
  }

  .img-thumbnail {
    height: 300px;
  }

  .testimonial-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .play-icon {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

  h1 {
    margin-bottom: 20px;
    font-size: 48px;
  }

  h2 {
    font-size: 34px;
  }

  h4 {
    font-size: 19px;
  }

  p {
    font-size: 15px;
  }

  blockquote {
    font-size: 18px;
  }

  .subtitle {
    font-size: 22px;
  }

  .btn {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hero-title-block {
    max-width: 530px;
  }

  .hero-cta, .lightbox-link {
    margin-top: 64px;
  }

  .box-1 {
    padding: 0;
  }

  .columns {
    flex-direction: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-and-body {
    text-align: center;
  }

  .col, .col-2 {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .col-2._1 {
    order: -1;
  }

  .list {
    text-align: left;
    font-size: 19px;
    display: inline-block;
  }

  .grid-2x4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .box-dark, .testimonial {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-48 {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .col-2-48 {
    width: 100%;
  }

  .col-2-48._1 {
    order: -1;
  }

  .img-thumbnail {
    height: 250px;
  }

  .testimonial-2 {
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    margin-top: 48px;
  }

  .play-icon {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 39px;
  }

  .subtitle {
    font-size: 20px;
    line-height: 1.6;
  }

  .btn {
    font-size: 20px;
    display: block;
  }

  .container-full-width {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .logo-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lightbox-link {
    min-height: 250px;
  }

  .image {
    object-fit: cover;
    align-self: stretch;
    height: auto;
  }

  .grid-2x4 {
    grid-template-columns: 1fr;
  }
}


