/*@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");
@font-face {
  font-family: 'Avenir';
  src: url("fonts/avenir/Avenir-Roman.eot");
  src: url("fonts/avenir/Avenir-Roman.woff") format("woff"), url("fonts/avenir/Avenir-Roman.ttf") format("truetype"), url("fonts/avenir/Avenir-Roman.svg#Avenir-Roman") format("svg"), url("fonts/avenir/Avenir-Roman.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}*/

html, body {
  font-size: 16px;
}

.logo-slick-bg {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 20px 20px;
  position: absolute;
  top: 100%;
  margin-top: -70px;
  height: 130px;
  width: 100%;
}

@media only screen and (max-width: 425px) {
  .logo-slick-bg {
    height: 150px;
  }
}

.logo-slick-bg .logo-slick-header {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: normal;
  color: #222222;
  margin-top: 10px;
  margin-left: 20px;
}

.logo-slick-bg .logo-slick-header .logo-blue {
  color: #291e30;
}

.logo-slick-bg .logo-carousel {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}

.logo-slick-bg .logo-carousel .slick-track {
  padding: 0px;
}

.logo-slick-bg img {
  margin: auto;
}

.top-blob-bg {
  position: absolute;
}

.no-data-row .no-data-header {
  width: 85%;
  margin: auto;
  text-align: center;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
}

.no-data-row .no-data-content {
  width: 85%;
  margin: auto;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
  text-align: center;
}

section.top-hero-row {
  width: 100%;
  position: relative;
}

section.top-hero-row .top-hero-content {
  width: 85%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

section.top-hero-row .top-hero-content.hero-with-bg {
 /* background-color: #fff2e6; */
  padding: 40px 60px;
  border-radius: 4px;
}

@media only screen and (max-width: 1024px) {
  section.top-hero-row .top-hero-content.hero-with-bg {
    padding: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  section.top-hero-row .top-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 90%;
    padding: 0px;
  }
}

section.top-hero-row .top-hero-content .top-hero-pill {
  background-color: #e7edff;
  border-radius: 4px;
  padding: 10px 10px;
  display: inline-block;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: normal;
  color: #291e30;
}

section.top-hero-row .top-hero-content .top-hero-bigtext {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: normal;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  section.top-hero-row .top-hero-content .top-hero-bigtext {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    width: 95%;
    margin: auto;
  }
}

section.top-hero-row .top-hero-content .top-hero-smalltext {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: normal;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  section.top-hero-row .top-hero-content .top-hero-smalltext {
    text-align: center;
  }
}

section.top-hero-row .top-hero-content .hero-main-cta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

@media only screen and (max-width: 1024px) {
  section.top-hero-row .top-hero-content .hero-main-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

section.top-hero-row .top-hero-content .hero-main-cta .why-video-link {
  cursor: pointer;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  color: #291e30;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 30px;
}

section.top-hero-row .top-hero-content .hero-main-cta .why-video-link span {
  margin-left: 5px;
}

section.top-hero-row .top-hero-content .hero-main-cta .dummy-grow {
  flex-grow: 1;
}

section.top-hero-row .top-hero-content .top-hero-left {
  flex-basis: 50%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  section.top-hero-row .top-hero-content .top-hero-left {
    flex-basis: auto;
  }
}

section.top-hero-row .top-hero-content .top-hero-right {
  flex-basis: 45%;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  section.top-hero-row .top-hero-content .top-hero-right {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-basis: auto;
  }
}

section.top-hero-row .top-hero-content .top-hero-right img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  section.top-hero-row .top-hero-content .top-hero-right img {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

section.top-hero-row .top-hero-content .top-hero-right .wistia_embed {
  width: 100% !important;
}

section.top-hero-row .company-partners-carousel {
  width: 85%;
  position: relative;
  margin: auto;
}

section.top-hero-row-careers {
  width: 100%;
  position: relative;
}

section.top-hero-row-careers .top-hero-content {
  width: 85%;
  height: 500px;
  margin: auto;
  background-color: #fff2e6;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  section.top-hero-row-careers .top-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 90%;
    padding: 0px;
  }
}

section.top-hero-row-careers .top-hero-content .top-hero-pill {
  background-color: #e7edff;
  border-radius: 4px;
  padding: 10px 10px;
  display: inline-block;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: normal;
  color: #291e30;
}

section.top-hero-row-careers .top-hero-content .top-hero-bigtext {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 900;
  font-size: 44px;
  line-height: 64px;
  letter-spacing: normal;
  color: #222222;
}

@media only screen and (max-width: 1024px) {
  section.top-hero-row-careers .top-hero-content .top-hero-bigtext {
    text-align: center;
  }
}

section.top-hero-row-careers .top-hero-content .top-hero-smalltext {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: normal;
  color: #222222;
}

@media only screen and (max-width: 1024px) {
  section.top-hero-row-careers .top-hero-content .top-hero-smalltext {
    text-align: center;
  }
}

section.top-hero-row-careers .top-hero-content .hero-main-cta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

@media only screen and (max-width: 1024px) {
  section.top-hero-row-careers .top-hero-content .hero-main-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

section.top-hero-row-careers .top-hero-content .hero-main-cta .why-video-link {
  cursor: pointer;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  color: #291e30;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 30px;
}

section.top-hero-row-careers .top-hero-content .hero-main-cta .why-video-link span {
  margin-left: 5px;
}

section.top-hero-row-careers .top-hero-content .hero-main-cta .dummy-grow {
  flex-grow: 1;
}

section.top-hero-row-careers .top-hero-content .top-hero-left {
  width: 600px;
  padding: 0px 60px;
  align-self: center;
}

@media only screen and (max-width: 1024px) {
  section.top-hero-row-careers .top-hero-content .top-hero-left {
    flex-basis: auto;
  }
}

section.top-hero-row-careers .top-hero-content .top-hero-left .carousel-pill-h-content .slick-slide {
  margin: 0px !important;
}

section.top-hero-row-careers .top-hero-content .top-hero-right {
  flex-basis: 45%;
  position: relative;
  align-self: flex-end;
}

@media only screen and (max-width: 1024px) {
  section.top-hero-row-careers .top-hero-content .top-hero-right {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-basis: auto;
  }
}

section.top-hero-row-careers .top-hero-content .top-hero-right img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  section.top-hero-row-careers .top-hero-content .top-hero-right img {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

section.top-hero-row-careers .company-partners-carousel {
  width: 85%;
  position: relative;
  margin: auto;
}

section.top-hero-row-indi-reso {
  width: 100%;
  position: relative;
}

section.top-hero-row-indi-reso.hero-with-bg {
  background-color: #fff2e6;
  padding: 40px 60px 40px 100px;
  border-radius: 4px;
}

@media only screen and (max-width: 1299px) {
  section.top-hero-row-indi-reso {
    display: none;
  }
}

section.top-hero-row-indi-reso .slick-slide {
  margin: 0px !important;
}

section.top-hero-row-indi-reso .slick-track {
  padding: 0px !important;
}

section.top-hero-row-indi-reso .top-hero-content {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

section.top-hero-row-indi-reso .top-hero-content.hero-with-bg {
  background-color: #fff2e6;
  padding: 40px 60px 40px 100px;
  border-radius: 4px;
}

@media only screen and (max-width: 1024px) {
  section.top-hero-row-indi-reso .top-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 90%;
    padding: 0px;
  }
}

section.top-hero-row-indi-reso .top-hero-content .top-hero-pill {
  background-color: #c1bbf6;
  border-radius: 4px;
  padding: 10px 10px;
  display: inline-block;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: normal;
  color: #291e30;
}

section.top-hero-row-indi-reso .top-hero-content .top-hero-bigtext {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: normal;
  color: #222222;
}

@media only screen and (max-width: 1024px) {
  section.top-hero-row-indi-reso .top-hero-content .top-hero-bigtext {
    text-align: center;
  }
}

section.top-hero-row-indi-reso .top-hero-content .top-hero-smalltext {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: normal;
  color: #222222;
}

@media only screen and (max-width: 1024px) {
  section.top-hero-row-indi-reso .top-hero-content .top-hero-smalltext {
    text-align: center;
  }
}

section.top-hero-row-indi-reso .top-hero-content .hero-main-cta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

@media only screen and (max-width: 1024px) {
  section.top-hero-row-indi-reso .top-hero-content .hero-main-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

section.top-hero-row-indi-reso .top-hero-content .hero-main-cta .why-video-link {
  cursor: pointer;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  color: #291e30;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 30px;
}

section.top-hero-row-indi-reso .top-hero-content .hero-main-cta .why-video-link span {
  margin-left: 5px;
}

section.top-hero-row-indi-reso .top-hero-content .hero-main-cta .dummy-grow {
  flex-grow: 1;
}

section.top-hero-row-indi-reso .top-hero-content .top-hero-left {
  flex-basis: 50%;
}

@media only screen and (max-width: 1024px) {
  section.top-hero-row-indi-reso .top-hero-content .top-hero-left {
    flex-basis: auto;
  }
}

section.top-hero-row-indi-reso .top-hero-content .top-hero-right {
  flex-basis: 45%;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  section.top-hero-row-indi-reso .top-hero-content .top-hero-right {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-basis: auto;
  }
}

section.top-hero-row-indi-reso .top-hero-content .top-hero-right img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  section.top-hero-row-indi-reso .top-hero-content .top-hero-right img {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

section.top-hero-row-indi-reso .company-partners-carousel {
  width: 85%;
  position: relative;
  margin: auto;
}

@media only screen and (min-width: 1300px) {
  .top-hero-row-indi-reso-mobile.featured-resource {
    display: none;
  }
}

.top-hero-row-indi-reso-mobile.featured-resource .featured-resource-content {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.top-hero-row-indi-reso-mobile.featured-resource .featured-resource-content .featured-title {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.5px;
  color: #222222;
}

@media only screen and (max-width: 1024px) {
  .top-hero-row-indi-reso-mobile.featured-resource .featured-resource-content .featured-title {
    text-align: center;
  }
}

.top-hero-row-indi-reso-mobile.featured-resource .featured-resource-content .featured-text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #222222;
  text-align: center;
}

.top-hero-row-indi-reso-mobile.featured-resource .featured-resource-content .content-content {
  width: 100%;
  margin: auto;
}

.top-hero-row-indi-reso-mobile.featured-resource .featured-resource-content .content-content .content-body {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 30px;
  padding-bottom: 30px;
}

.top-hero-row-indi-reso-mobile.featured-resource .featured-resource-content .feature-resource-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.top-hero-row-indi-reso-mobile.featured-resource .featured-resource-content .feature-resource-cta .f-r-button {
  display: inline-block;
  margin: auto;
  padding: 10px 20px;
  color: #291e30;
  border: 1px solid #291e30;
  filter: drop-shadow(0px 9px 40px rgba(0, 0, 0, 0.15));
  border-radius: 6px;
  cursor: pointer;
}

.top-hero-row-indi-reso-mobile.featured-resource .featured-resource-content .feature-resource-cta .f-r-button:hover {
  color: #ffffff;
  background-color: #291e30;
}
/*# sourceMappingURL=hero-styles.css.map */