@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap);
.surveyStepTitle {
  background: #4440a0 !important;
  padding: 12px;
  color: #fff;
}
a,
abbr,
address,
article,
aside,
b,
blockquote,
body,
caption,
cite,
code,
data,
dd,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif !important;
}
@media (max-width: 299px) {
  .__m_up {
    background-image: none !important;
  }
}
@media (max-width: 479px) {
  .__mx {
    background-image: none !important;
  }
}
@media (min-width: 480px) {
  .__m {
    background-image: none !important;
  }
}
@media (max-width: 767px) {
  .__t,
  .__t_up {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  .__mx {
    background-image: none !important;
  }
}
@media (max-width: 979px) {
  .__d,
  .__d_up {
    background-image: none !important;
  }
}
@media (min-width: 980px) {
  .__t {
    background-image: none !important;
  }
}
@media (max-width: 1279px) {
  .__w,
  .__w_up {
    background-image: none !important;
  }
}
@media (min-width: 1280px) {
  .__d {
    background-image: none !important;
  }
}
@media (max-width: 1599px) {
  .__wx,
  .__wx_up {
    background-image: none !important;
  }
}
@media (min-width: 1600px) {
  .__w {
    background-image: none !important;
  }
}
.sectionDeco:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
}
.heroContent {
  margin-bottom: 0;
  margin-top: 5rem;
}
div#progress-bar {
  background: #3149bc;
}
.tab {
  text-align: center;
}
.tab p:first-child {
  font-size: 20px;
  color: #3149bc;
  line-height: 25px;
}
