.survey-header {
  height: 11.625rem;
  background-size: cover;
  margin: 0 -0.5rem;
  color: #777;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 1.25rem;
}
.survey-header span {
  color: #EF960D;
}
.survey-header__ln1 {
  font-size: 2.5rem;
  margin-bottom: 0;
  padding-bottom: 1.25rem;
  line-height: 2.6875rem;
}
.survey-header__ln2 {
  margin-bottom: 0;
  font-size: 1.5rem;
}
.survey-header__ln3 {
  margin-bottom: 0;
  font-size: 1.25rem;
}
.survey-header__detail, .survey-header__benefit {
  color: var(--text-gray-medium);
  text-decoration: underline;
  padding-top: 1.25rem;
}
.survey-header__detail:hover, .survey-header__benefit:hover {
  color: var(--text-gray-medium);
}
.survey-header__detail, .survey-header__benefit {
  bottom: 0.8125rem;
  left: 2.3125rem;
  justify-content: flex-end;
  display: flex;
}
.survey-header__line {
  display: none;
  margin-top: 0.375rem;
  margin-bottom: 0;
  border: 0;
  border-top: 0.1875rem solid var(--orange);
  position: relative;
  width: 38.3125rem;
  margin-left: 0.3125rem;
}
.survey-header__line::before {
  content: "";
  position: absolute;
  left: -0.3125rem;
  top: -0.1875rem;
  width: 0;
  height: 0;
  border-bottom: 0.1875rem solid var(--orange);
  border-left: 0.3125rem solid transparent;
}
.survey-header__line::after {
  content: "";
  position: absolute;
  right: -0.3125rem;
  top: -0.1875rem;
  width: 0;
  height: 0;
  border-top: 0.1875rem solid var(--orange);
  border-right: 0.3125rem solid transparent;
}
.survey-header--influencer, .survey-header--influencerpro, .survey-header--influencerproplus {
  display: flex;
  align-items: center;
}
.survey-header--influencer .survey-header__icon, .survey-header--influencerpro .survey-header__icon, .survey-header--influencerproplus .survey-header__icon {
  background: left top no-repeat;
  width: 7.375rem;
  height: 7.125rem;
  flex-basis: 7.375rem;
  background-size: contain;
}
.survey-header--influencer .survey-header__content, .survey-header--influencerpro .survey-header__content, .survey-header--influencerproplus .survey-header__content {
  padding-left: 1.5625rem;
  position: relative;
  width: 45.625rem;
}
.survey-header--influencer .survey-header__content::before, .survey-header--influencerpro .survey-header__content::before, .survey-header--influencerproplus .survey-header__content::before {
  content: "";
  width: 0.125rem;
  height: 100%;
  background-color: var(--orange);
  position: absolute;
  left: 0.3125rem;
  right: 0;
}
.survey-header--influencer .survey-header__ln1, .survey-header--influencerpro .survey-header__ln1, .survey-header--influencerproplus .survey-header__ln1 {
  font-size: 1.5rem;
  line-height: 2.1875rem;
}
.survey-header--influencer .survey-header__ln1 span, .survey-header--influencerpro .survey-header__ln1 span, .survey-header--influencerproplus .survey-header__ln1 span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.survey-header--influencer .survey-header__ln2, .survey-header--influencerpro .survey-header__ln2, .survey-header--influencerproplus .survey-header__ln2 {
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.survey-header--influencer .survey-header__detail,
.survey-header--influencer .survey-header__benefit, .survey-header--influencerpro .survey-header__detail,
.survey-header--influencerpro .survey-header__benefit, .survey-header--influencerproplus .survey-header__detail,
.survey-header--influencerproplus .survey-header__benefit {
  position: static;
  margin-top: 0.625rem;
  display: inline-block;
  padding-right: 1.875rem;
}
.survey-header--influencer .survey-header__icon {
  background-image: url("/dist/assets/influencer-37d519f2.png");
}
.survey-header--influencerpro .survey-header__icon {
  background-image: url("/dist/assets/influencer_pro-2688cc47.png");
}
.survey-header--influencerproplus .survey-header__icon {
  background-image: url("/dist/assets/influencer_pro_plus-6b757e7f.png");
}
.device-mobile .survey-header {
  height: 10.6875rem;
  background: right bottom no-repeat url("/dist/assets/header_bg_mobile-c659e0b4.png");
  background-size: cover;
  align-items: stretch;
  padding-top: 1.25rem;
}
.device-mobile .survey-header__content {
  margin-top: 0;
}
.device-mobile .survey-header__ln1 {
  font-size: 1.125rem;
  margin-bottom: 0;
  line-height: 1.3125rem;
}
.device-mobile .survey-header__ln1 span {
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
  display: inline;
}
.device-mobile .survey-header__ln2 {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
.device-mobile .survey-header__ln3 {
  margin-bottom: 0;
  font-size: 1.25rem;
}
.device-mobile .survey-header--influencer, .device-mobile .survey-header--influencerpro, .device-mobile .survey-header--influencerproplus {
  justify-content: flex-start;
  flex-wrap: wrap;
  background: linear-gradient(180deg, rgb(255, 255, 255) 70%, rgb(236, 237, 237) 100%);
  padding: 0 0.9375rem;
  height: auto;
  box-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137);
  border: 0.125rem solid #FFFFFF;
}
.device-mobile .survey-header--influencer::after, .device-mobile .survey-header--influencerpro::after, .device-mobile .survey-header--influencerproplus::after {
  display: none;
}
.device-mobile .survey-header--influencer .survey-header__collapse, .device-mobile .survey-header--influencerpro .survey-header__collapse, .device-mobile .survey-header--influencerproplus .survey-header__collapse {
  padding-bottom: 0.3125rem;
}
.device-mobile .survey-header--influencer .survey-header__content, .device-mobile .survey-header--influencerpro .survey-header__content, .device-mobile .survey-header--influencerproplus .survey-header__content {
  width: 73%;
  margin-top: 1.25rem !important;
  display: flex;
  align-items: center;
}
.device-mobile .survey-header--influencer .survey-header__icon, .device-mobile .survey-header--influencerpro .survey-header__icon, .device-mobile .survey-header--influencerproplus .survey-header__icon {
  width: 5.3125rem;
  height: 5.3125rem;
  flex-basis: 5.3125rem;
  background-size: contain;
  margin-bottom: 0.625rem;
}
.device-mobile .survey-header--influencer .survey-header__ln1, .device-mobile .survey-header--influencerpro .survey-header__ln1, .device-mobile .survey-header--influencerproplus .survey-header__ln1 {
  font-size: 1rem;
  padding-top: 0.5rem;
  line-height: 1.125rem;
  color: red !important;
}
.device-mobile .survey-header--influencer .survey-header__ln2, .device-mobile .survey-header--influencerpro .survey-header__ln2, .device-mobile .survey-header--influencerproplus .survey-header__ln2 {
  font-size: 0.9375rem;
  line-height: 1rem;
}
.device-mobile .survey-header--influencer .survey-header__detail,
.device-mobile .survey-header--influencer .survey-header__benefit, .device-mobile .survey-header--influencerpro .survey-header__detail,
.device-mobile .survey-header--influencerpro .survey-header__benefit, .device-mobile .survey-header--influencerproplus .survey-header__detail,
.device-mobile .survey-header--influencerproplus .survey-header__benefit {
  position: static;
  margin-top: 0.625rem;
  display: inline-block;
}
.device-mobile .survey-header--influencer .survey-header__benefit, .device-mobile .survey-header--influencerpro .survey-header__benefit, .device-mobile .survey-header--influencerproplus .survey-header__benefit {
  display: block;
}
.device-mobile .survey-header--influencer .survey-header__btn, .device-mobile .survey-header--influencerpro .survey-header__btn, .device-mobile .survey-header--influencerproplus .survey-header__btn {
  background-color: #bababa;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.125rem;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 1.375rem;
  padding: 0 0.0625rem 0 0.125rem;
  border-radius: 50%;
  text-decoration: none;
}
.device-mobile .survey-header--influencer .survey-header__btn:hover, .device-mobile .survey-header--influencerpro .survey-header__btn:hover, .device-mobile .survey-header--influencerproplus .survey-header__btn:hover {
  text-decoration: none;
}
.device-mobile .survey-header--influencer .survey-header__btn--font-size, .device-mobile .survey-header--influencerpro .survey-header__btn--font-size, .device-mobile .survey-header--influencerproplus .survey-header__btn--font-size {
  font-size: 2.5rem;
  padding-bottom: 0.1875rem;
  padding-left: 0.0625rem;
  line-height: 0;
}
.device-mobile .survey-header__break {
  flex-basis: 100%;
  height: 0;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
body {
  font-family: "Roboto", sans-serif;
}
body.device-desktop.survey-faq {
  background: linear-gradient(180deg, white 0, white 6.4rem, #4B4B4B calc(6.4rem + 0.0625rem), #363636 calc(15.625rem * 0.27 + 6.4rem), #000000 calc(15.625rem * 0.61 + 6.4rem), #000000 calc(15.625rem + 6.4rem), #F8F8F8 calc(15.625rem + 6.4rem + 0.0625rem));
}
body.device-mobile.survey-faq {
  background: linear-gradient(180deg, white 0, white 5.75rem, #4B4B4B calc(5.75rem + 0.0625rem), #363636 calc(18.125rem * 0.27 + 5.75rem), #000000 calc(18.125rem * 0.61 + 5.75rem), #000000 calc(18.125rem + 5.75rem), #F8F8F8 calc(18.125rem + 5.75rem + 0.0625rem));
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent;
}
body.device-mobile .faq-page__heading {
  padding: 1rem 1rem 0;
}
.faq-page__heading > h1 {
  color: #F8F8F8;
  font-size: 2.5rem;
}
body.device-mobile .faq-page__heading > h1 {
  color: #EF960D;
  font-size: 1.5625rem;
}
@media (max-width: 375px) {
  body.device-mobile .faq-page__heading > h1 {
    font-size: 1.325rem;
  }
}
.faq-page__heading > h2 {
  color: #FFEAC9;
  font-size: 1.25rem;
  font-weight: normal;
  font-style: italic;
}
body.device-mobile .faq-page__heading > h2 {
  font-size: 0.9375rem;
}
.faq-page__content {
  width: 70.9375rem;
  margin: auto;
  background: white;
}
body.device-mobile .faq-page__content {
  background: transparent;
  margin-bottom: 0.9375rem;
}
.faq-page__content > .tab-content {
  padding: 0 1.25rem;
}
body.device-desktop .faq-page__content > .tab-content {
  border-left: 0.0625rem solid #D8D8D8;
  border-right: 0.0625rem solid #D8D8D8;
  border-bottom: 0.0625rem solid #D8D8D8;
}
.faq-contact {
  position: absolute;
  top: 0;
  right: -20rem;
  text-align: center;
  color: white;
}
.faq-button {
  width: 11.25rem;
  color: white;
  background: #EF960D;
  box-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.3019607843);
  border-radius: 11%/50%;
  text-transform: uppercase;
}
body.device-mobile .faq-button {
  width: 10rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  padding: 0;
  margin-top: 0.1875rem;
}
.faq-button:hover {
  color: white;
}
.faq-tabs {
  padding: 2.5rem 1rem 1.5rem 1rem;
  background: #EF960D;
}
body.device-desktop .faq-tabs {
  font-size: 1.375rem;
}
body.device-mobile .faq-tabs {
  background: transparent;
  border-bottom: none;
  padding-top: 0;
}
.faq-tab-item {
  border-top: solid thin rgba(255, 255, 255, 0.3215686275);
  border-bottom: solid thin rgba(255, 255, 255, 0.3215686275);
  text-align: center;
}
.faq-tab-item a.nav-link.active {
  color: white;
  background: #EF960D;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid medium white;
}
body.device-mobile .faq-tab-item a.nav-link.active {
  background: transparent;
  color: white;
  border-bottom: solid medium #EF960D;
}
.faq-tab-item a.nav-link {
  color: #FFEAC9;
}
body.device-mobile .faq-tab-item a.nav-link {
  color: #BABABA;
  text-transform: uppercase;
}
body.device-desktop .faq-tab-item a.nav-link {
  margin: 0 0.9375rem;
}
.faq-item {
  min-height: 3.125rem;
  border: 0.0625rem solid #D8D8D8;
}
body.device-desktop .faq-item {
  margin: 1.875rem 0;
  box-shadow: 0.125rem 0.1875rem 0.1875rem rgba(0, 0, 0, 0.2039215686);
}
body.device-mobile .faq-item {
  background: white;
}
body.device-desktop .faq-item:first-child {
  margin-top: 1.0625rem;
}
body.device-mobile .faq-item:first-child {
  display: flex;
  align-items: center;
  background: #EF960D;
  border: none;
  color: white;
  padding-left: 1.25rem;
  font-size: 1.25rem;
}
.faq-item__question {
  display: flex;
  align-items: center;
  position: relative;
  height: auto;
  min-height: 2.125rem;
  margin: 0.5rem 0.75rem 0.5rem 1.25rem;
  color: #EF960D;
  border-bottom: solid thin #D8D8D8;
  font-size: 1.25rem;
}
.faq-item__question.collapsed {
  border-bottom: none;
}
.faq-item__answer {
  border: none;
  color: #818080;
}
.faq-item__knob {
  position: absolute;
  top: -0.1875rem;
  right: 0;
  width: 2.375rem;
  height: 2.375rem;
  background: no-repeat center url(/dist/assets/icon_contract-2747a79d.svg);
}
.faq-item__knob.collapsed {
  background: no-repeat center url(/dist/assets/icon_expand-e9d59035.svg);
}
@media screen and (max-width: 23.4375rem) {
  .faq-item__question {
    color: #EF960D;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 23.5rem) and (max-width: 24.3125rem) {
  .faq-item__question {
    color: #EF960D;
    font-size: 1rem;
  }
}
@media screen and (min-width: 24.375rem) and (max-width: 26.25rem) {
  .faq-item__question {
    color: #EF960D;
    font-size: 0.875rem;
  }
}
.side-bar {
  display: none;
}
.collapse:not(.show) {
  opacity: 0;
  height: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}