.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: MakeItSans, Arial, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Alright Sans Ultra', sans-serif;
  font-size: 55px;
  line-height: 55px;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Alright Sans Ultra', sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 900;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Alright Sans Ultra', sans-serif;
  font-size: 32px;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Alright Sans Ultra', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

p {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 28px;
}

a {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #333;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

.navbar {
  position: fixed;
  z-index: 12;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
}

.navbar__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  max-width: 1490px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar__nav {
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar__branding {
  padding-right: 24px;
  padding-left: 24px;
}

.navbar__nav-list {
  margin-bottom: 0px;
  padding-left: 0px;
  line-height: 1em;
  list-style-type: none;
}

.navbar__nav-list.hide {
  display: none;
}

.navbar__nav-list-item {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}

.navbar__nav-list-item.hide {
  display: none;
}

.deco--header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
}

.navbar__nav-list-item-link {
  color: #333;
}

.button {
  display: inline-block;
  padding: 12px 18px;
  background-color: #333;
  color: #fff;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1490px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid.grid--v-centered {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-6 {
  display: inline-block;
  width: 50%;
  padding-right: 24px;
  padding-left: 24px;
}

.hero {
  position: relative;
  z-index: 2;
  padding-top: 64px;
  padding-bottom: 32px;
}

.hero__video-block {
  position: relative;
  width: 100%;
}

.hero__video-block-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('../images/vid-bg.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero__video-block-vid {
  z-index: 2;
}

.hero__video-block-txt {
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 80px;
  font-family: 'Alright Sans Ultra', sans-serif;
  font-size: 19px;
  font-weight: 900;
  text-align: right;
}

.hero__video-block-content {
  width: 90%;
}

.col-12 {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
}

.col-12.text-align-center.hide {
  display: none;
}

.chevron-section {
  position: relative;
}

.chevron-section.footer {
  padding-top: 0px;
}

.chevron-section__triangle {
  position: relative;
  z-index: 2;
}

.chevron-section__content {
  position: relative;
  z-index: 3;
  padding-top: 96px;
}

.chevron-section__content.chevron-section__content--dark {
  color: #fff;
}

.c--is24-teal {
  color: #00ffd0;
}

.chevron-section__bg-dark {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('../images/black-bg--md2x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.chevron-section__triangle-img {
  width: 100%;
}

.chevron-section__bg-teal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('../images/teal-bg--sm2x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.fs--xxl {
  font-size: 96px;
  line-height: 1em;
}

.no-bottom-margin {
  margin-bottom: 0px;
}

.grid--lg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.grid--md {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.spacer--lg {
  width: 100%;
  height: 48px;
}

.spacer--md {
  width: 100%;
  height: 24px;
}

.checklist {
  padding-left: 0px;
  text-align: center;
  list-style-type: none;
}

.checklist__item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
  padding-left: 40px;
  background-image: url('../images/check.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 28px;
}

.col-4 {
  width: 33.3%;
  padding-right: 24px;
  padding-left: 24px;
}

.check-card {
  margin-bottom: 48px;
  text-align: center;
}

.check-card__check {
  width: 48px;
  margin-bottom: 24px;
}

.chevron-section__bg-teal-02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('../images/teal-bg--lg2x.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.narrow-content {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.bold {
  font-weight: 700;
}

.chevron-section__bg-teal-03 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('../images/teal-bg--xl2x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.col-3 {
  width: 25%;
  padding-right: 24px;
  padding-left: 24px;
}

.logo-card {
  margin-bottom: 48px;
  text-align: center;
}

.faq-item.hide {
  display: none;
}

.footer {
  padding-top: 96px;
  padding-bottom: 96px;
}

.navbar__nav-list-item-overlay {
  display: none;
  margin-right: 8px;
  margin-left: 8px;
}

.navbar__nav-right {
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.menu-trigger {
  position: relative;
  z-index: 11;
  display: none;
  padding-right: 24px;
  padding-left: 24px;
}

.hero__logo-group {
  margin-top: 24px;
}

.button-outline {
  display: inline-block;
  padding: 12px 18px;
  border: 2px solid #333;
  border-radius: 1px;
  color: #333;
}

.button-outline.topbar {
  font-size: 14px;
  font-weight: 700;
}

.footer__nav-menu {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.footer__nav-menu-item {
  display: inline-block;
  margin-right: 16px;
  margin-left: 16px;
}

.main {
  padding-top: 128px;
}

.infografik--mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 42px;
    line-height: 42px;
  }

  .navbar__nav {
    display: none;
  }

  .navbar__branding {
    position: relative;
    z-index: 11;
  }

  .navbar__nav-list-item {
    display: block;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .navbar__nav-list-item-link {
    font-size: 24px;
  }

  .col-6 {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .hero {
    padding-top: 16px;
    padding-bottom: 32px;
  }

  .hero__video-block-txt {
    font-size: 18px;
    line-height: 18px;
  }

  .hero__title {
    text-align: center;
  }

  .chevron-section__content {
    padding-top: 64px;
    padding-bottom: 24px;
  }

  .fs--xxl {
    font-size: 76px;
  }

  .col-4 {
    width: 50%;
  }

  .chevron-section__bg-teal-02 {
    height: 500px;
    background-size: cover;
  }

  .narrow-content {
    width: 100%;
  }

  .navbar__nav-list-item-overlay {
    display: none;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .navbar__nav-right {
    z-index: 10;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-trigger__icon {
    width: 20px;
  }

  .navbar__branding-image {
    width: 280px;
  }

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

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

  .main {
    position: relative;
    z-index: 0;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .navbar__container {
    height: 80px;
  }

  .hero__video-block-txt {
    padding-top: 16px;
    font-size: 16px;
    line-height: 16px;
  }

  .hero__title {
    font-size: 38px;
    line-height: 38px;
  }

  .chevron-section.footer {
    padding-bottom: 64px;
  }

  .chevron-section__content {
    padding-top: 48px;
  }

  .fs--xxl {
    font-size: 48px;
  }

  .spacer--lg {
    height: 32px;
  }

  .spacer--md {
    height: 16px;
  }

  .checklist__item {
    background-size: 32px 32px;
  }

  .navbar__nav-right {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    height: 100vh;
    background-color: #fff;
  }

  .menu-trigger {
    display: block;
  }

  .navbar__branding-image {
    width: 220px;
  }

  .button-outline.topbar {
    padding: 8px 12px;
    font-size: 12px;
  }

  .footer__nav-menu-item {
    margin-right: 8px;
    margin-left: 8px;
  }

  .main {
    padding-top: 64px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 24px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    margin-bottom: 16px;
  }

  p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .navbar__container {
    height: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .navbar__nav {
    padding-right: 8px;
    padding-left: 8px;
  }

  .navbar__branding {
    padding-right: 8px;
    padding-left: 8px;
  }

  .button {
    font-size: 12px;
    line-height: 16px;
  }

  .grid.grid--v-centered {
    padding-right: 8px;
    padding-left: 8px;
  }

  .col-6 {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .hero {
    padding-top: 48px;
  }

  .hero__video-block-bg {
    display: none;
  }

  .hero__video-block-txt {
    padding-top: 12px;
    padding-bottom: 0px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }

  .hero__video-block-content {
    width: 100%;
  }

  .hero__title {
    font-size: 32px;
    line-height: 1em;
  }

  .col-12 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .chevron-section.footer {
    padding-bottom: 32px;
  }

  .grid--lg {
    padding-right: 8px;
    padding-left: 8px;
  }

  .grid--md {
    padding-right: 8px;
    padding-left: 8px;
  }

  .checklist {
    text-align: left;
  }

  .col-4 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .check-card {
    margin-bottom: 32px;
  }

  .check-card__check {
    margin-bottom: 8px;
  }

  .chevron-section__bg-teal-02 {
    background-size: auto 400px;
  }

  .col-3 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .menu-trigger {
    padding-right: 8px;
    padding-left: 8px;
  }

  .navbar__branding-image {
    width: 180px;
  }

  .button-outline {
    font-size: 12px;
    line-height: 16px;
  }

  .main {
    padding-top: 32px;
  }

  .infografik {
    display: none;
  }

  .infografik--mobile {
    display: inline-block;
  }
}

@font-face {
  font-family: 'MakeItSans';
  src: url('../fonts/MakeItSansIS24WEB-Bold.woff2') format('woff2'), url('../fonts/MakeItSansIS24WEB-Bold.eot') format('embedded-opentype'), url('../fonts/MakeItSansIS24WEB-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MakeItSans';
  src: url('../fonts/MakeItSansIS24WEB-Regular.woff2') format('woff2'), url('../fonts/MakeItSansIS24WEB-Regular.eot') format('embedded-opentype'), url('../fonts/MakeItSansIS24WEB-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alright Sans Ultra';
  src: url('../fonts/Alright-Sans-Ultra.woff2') format('woff2'), url('../fonts/Alright-Sans-Ultra.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
