header.lander {
  background-image: url(https://assets-cdn.carwars.com/websites/landing-pages/gridbg.png),
    linear-gradient(var(--d-gray), var(--d-gray1));
  background-repeat: repeat, no-repeat;
  background-size: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

header.lander .textwrapper {
  margin: 0;
}

header.lander .title {
  font-family: var(--mlight);
}

header.lander .subtitle {
  font-weight: 700;
  font-size: 2rem;
}

header.lander .bracket {
  font-family: var(--head);
  text-transform: uppercase;
  color: var(--green4);
  font-size: 2rem;
  margin-left: 0.5rem;
}

header.lander .bracket:after {
  content: "[Live Webinar]";
}

header.lander .bracket.viewlink:after {
  content: "[On-demand Webinar]";
}

section.first.lander .container {
  flex-wrap: nowrap;
  text-align: left;
}

section.first.lander .left,
section.first.lander .right {
  margin: 0;
  text-align: left;
  width: 50%;
}

section.first.lander .left {
  margin-right: 3rem;
}

section.first.lander .slogan {
  margin: 2rem;
  margin-top: 0;
  color: var(--green2) !important;
}

section.first.lander .pill.solid {
  font-size: 1.25em;
  font-weight: 500;
  padding: 0 0.5rem;
  border-radius: 3rem;
  margin: 1.5rem 0;
}

.pill .zmdi-check {
  color: var(--green2);
  font-size: 1.5rem;
  font-weight: 900;
  margin-right: 0.75rem;
}

.formfill .title {
  color: var(--green2) !important;
  font-size: 2rem;
  margin: 1.5rem auto;
  margin-top: 0;
}

.formfill .subtitle {
  font-size: 1.25em;
}

.formfill .host {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--gray3);
  transition: var(--ease);
}

.host .blurb,
.host .mug {
  padding: 0 1rem;
  width: 100%;
  box-sizing: border-box;
}

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

.host .mug .circle {
  margin: 0 1rem;
  width: 7.5rem;
  border-radius: 50%;
  overflow: hidden;
  border-style: solid;
  border-color: var(--green2);
  border-width: 2px;
}

.host .mug .circle img {
  width: 100%;
  margin-bottom: -5px;
}

@media screen and (max-width: 960px), screen and (max-device-width: 960px) {
  .formfill {
    padding: 1.5rem !important;
  }
}

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
  section.first.lander .container {
    flex-wrap: wrap-reverse;
  }

  section.first.lander .left,
  section.first.lander .right {
    width: 100%;
    padding: 0 1rem;
    margin: auto;
  }

  section.first.lander .left {
    margin-top: 3rem;
  }

  .formfill .title {
    margin-top: 1rem;
  }

  section.first.lander .slogan {
    text-align: center;
  }
}

@media screen and (max-width: 550px), screen and (max-device-width: 550px) {
  section.first.lander .slogan {
    margin: 0 1rem;
    margin-bottom: 1.5rem;
  }

  header > .textwrapper > .title {
    font-size: 2.75rem;
  }

  .host .mug .circle {
    margin: 0;
    margin-right: 1rem;
  }
}

@media screen and (max-width: 450px), screen and (max-device-width: 450px) {
  header > .textwrapper > .title {
    font-size: 2.5rem;
  }
}
