header {
	background-image: url(https://assets-cdn.carwars.com/websites/callbox/landers/onboarding-overlay.png),
		linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
		url(https://assets-cdn.carwars.com/websites/callbox/landers/onboarding-webinar-header.jpg) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-attachment: scroll;
	color: var(--blue2);
}


header.lander .title {
	font-family: var(--head);
	font-weight: 900;
	font-size: 2rem;
	color: var(--blue1);
	text-transform: uppercase;
	text-shadow: none;
	margin-bottom: 0;
}

.chip {
	display: inline-block;
	padding: 1rem 2.5rem;
	background-color: var(--blue1);
	border-radius: 3rem;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--head);
	color: white;
}

header .textwrapper .title:not(.black), header .textwrapper label.res-type {
	color: var(--blue1);
}

#webinar .bracket {
  font-family: var(--head);
  color: var(--blue4);
  font-size: 1.5rem;
  margin-left: 0.5rem;
}

header .subtitle {
  font-family: var(--mlight);
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1;
  color: var(--blue1);
}

.card {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 1.5rem !important;
  height: fit-content;
  overflow: hidden;
  max-width: 500px;
}

.card .thumbnail img {
  width: 25%;
  transition: var(--ease);
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
}

.card .details {
  text-align: center;
  margin-top: 1rem;
}

.card .zmdi {
  margin-right: 0.5rem;
}

.card .date {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 500;
  width: auto;
  margin-top: 1rem;
}

.card .date p {
  margin: auto;
}

.card a {
  width: 100%;
}

.card button {
  box-shadow: none !important;
  margin-top: 1rem;
}

.card.upcoming {
  opacity: 60%;
}

.card.upcoming .details {
  color: var(--gray2) !important;
}

.card.aired .thumbnail img:hover {
  opacity: 0.8;
}

.card.aired .zmdi {
  color: var(--green2);
}

.card.aired .date {
  color: var(--d-gray);
}

section.first {
  display: flex;
  flex-direction: column;
}

section.first .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min-content;
  text-align: center;
}

section.first article {
  box-shadow: var(--shadow-hover);
  border: none;
  margin: 0;
  margin-left: 5rem;
}

section.first article .textwrapper .content {
  padding-bottom: 0;
}

section.first article label {
  margin-bottom: 2rem;
}

#eventButton {
  margin-top: 2rem;
}

#eventButton a {
  z-index: 15 !important;
}

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
  section.first.lander .container {
    flex-direction: column;
  }
  section.feature .wrapper {
    margin-top: 2.5rem;
  }

  section.feature article {
    margin-left: auto;
  }
  section.first article label {
    margin-bottom: 1rem;
  }

  .card {
    flex-direction: column;
    width: 100%;
    padding: 0rem !important;
  }

  .card .details {
    text-align: center;
    margin-left: 0;
    margin-top: 1rem;
  }

  .card .details p {
    margin: auto;
  }

  header .subtitle {
    font-family: var(--mlight);
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 1;
  }
  header {
    background-image: url(https://assets-cdn.carwars.com/websites/callbox/landers/onboarding-overlay.png),
      linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
      url(https://assets-cdn.carwars.com/websites/callbox/landers/onboarding-webinar-header.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: scroll;
    color: var(--blue2);
  }
}