.profile-category {
  padding: 1rem 0;
  border-top: solid 0.125rem var(--profile-border-color);
}
.profile-category__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.profile-category__header > h2 {
  order: 2;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0;
  padding: 0 1.25rem;
  width: 12.5rem;
}
.device-mobile .profile-category__header > h2 {
  padding: 0;
  width: 7.375rem;
}
.profile-category__icon {
  order: 1;
  padding: 0 1.25rem;
  width: 3.6875rem;
}
.device-desktop .profile-category__icon {
  padding: 0 0 0 1.25rem;
  width: 2.25rem;
}
@media screen and (max-width: 48rem) {
  .profile-category__icon svg {
    height: 1.1875rem;
    width: 1.1875rem;
  }
}
.profile-category__date {
  order: 3;
  flex-grow: 1;
  font-size: 0.75rem;
  font-style: italic;
}
.profile-category__control {
  order: 4;
  transition: transform 1s ease-in-out;
  margin: 0 1.25rem;
}
.profile-category__control--open {
  transform: rotate(135deg);
}
@media screen and (max-width: 48rem) {
  .profile-category__control {
    width: 0.75rem;
    height: 0.75rem;
    display: flex;
    align-items: center;
  }
}
.profile-category__question-list {
  padding: 1.5rem 1.25rem;
}
.device-desktop .profile-category__question-list {
  padding: 2.2rem 0 1.5rem;
}
.device-desktop .profile-question {
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
}
.device-desktop .profile-question__text {
  align-self: flex-start;
  padding-right: 3rem;
  font-weight: 500;
  margin-top: 1rem;
}
.profile-question__text {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.device-desktop .profile-question__control {
  width: 50%;
}
.profile-question__control--multi-check {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.device-mobile .profile-question__control--multi-check {
  grid-template-columns: 1fr;
}
.profile-question__control--multi-check {
  grid-gap: 1.1rem 1rem;
}
.profile-question__control--multi-check .form-check {
  padding-left: 1.75rem;
}
.profile-question__control--multi-check .form-check-label {
  padding-top: 0.25rem;
  padding-left: 0.65rem;
}
.profile-question__checkbox {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -1.75rem;
}
.device-desktop .profile-question--grid {
  display: block;
}
.profile-question__grid {
  display: grid;
  grid-gap: 0;
  border: solid thin var(--profile-border-color);
  padding: 0.625rem 1.25rem;
}
.profile-question__grid-answer {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  font-weight: 500;
}
.profile-question__grid-cell {
  padding: 0.3125rem 2.5rem;
  line-height: 2.3125rem;
}
.profile-question__grid-cell--select {
  padding: 0.25rem;
}
.profile-question__grid-cell--alt-row {
  background: var(--profile-grid-altrow-color);
}
.profile-question__grid-radio {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.profile-question__grid-radio .form-check-input {
  margin: 0;
}
.device-mobile .uninav {
  margin-bottom: 0;
}
.device-mobile .survey__types {
  flex-direction: column;
  height: auto;
  margin-top: 0.9375rem;
}
.device-mobile .survey__types__categories {
  width: 100%;
  height: 2.5rem;
  box-shadow: none;
  background-color: transparent;
}
.device-mobile .survey__types__categories__list {
  width: auto;
}
.device-mobile .survey__types__categories__category {
  padding: 0.4375rem 0;
}
.device-mobile .survey__types__legend {
  margin-top: 0.5rem;
  height: 1.25rem;
}
.device-mobile .survey__types__legend__featured, .device-mobile .survey__types__legend__ending {
  font-size: 0.8125rem;
}
.device-mobile .survey__list {
  border-radius: 0;
}
.device-mobile .survey__list__link {
  padding-right: 0.625rem;
}
.device-mobile .survey__list__link__btn {
  width: 1.625rem;
  height: 1.625rem;
  line-height: 1.4375rem;
}
.device-mobile .survey__list__link__btn .survey__arrow--right {
  border-color: var(--cta-blue);
  margin-right: 0.125rem;
}
.device-mobile .survey__list__ending {
  width: 1.125rem;
  height: 1.125rem;
  top: -0.5625rem;
  right: -0.5625rem;
}
.device-mobile .survey__list__featured {
  width: 1.125rem;
  height: 1.125rem;
}
.device-mobile .survey__list__icon {
  width: 3.375rem;
}
.device-mobile .survey__list__icon__base {
  width: 2rem;
  height: 1.375rem;
  background-position: center;
}
.device-mobile .survey__list__title {
  width: 14.5rem;
  color: var(--text-gray-dark);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.125rem;
  padding-right: 0.3125rem;
}
.device-mobile .survey__list__time {
  width: 5.3125rem;
  font-size: 0.8125rem;
  font-weight: 500;
}
.device-mobile .survey__list__time span {
  font-size: 0.625rem;
}
.device-mobile .survey__legal-links {
  background-color: #000;
  text-align: center;
  color: #a8a8a8;
}
.device-mobile .survey__profile-builder {
  margin-top: 0.3125rem;
  border-radius: 0;
}
.device-mobile .survey__profile-builder__badges {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, min-content);
  gap: 3rem 3.5rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.device-mobile .survey__profile-builder__header {
  border-radius: 0;
  padding: 0.5rem 0.625rem;
}
.device-mobile .survey__profile-builder__header__txt {
  line-height: 1rem;
  flex-basis: 10.25rem;
}
.device-mobile .survey__profile-builder__header__txt span {
  display: block;
}
.device-mobile .survey__profile-builder__header__btn {
  background-color: var(--cta-blue);
  color: #fff;
  font-size: 0.75rem;
}
.device-mobile .survey__profile-builder__header__progress .progress {
  height: 1.25rem;
  max-width: 5.5rem;
  border-radius: 0.375rem;
  background-color: var(--text-gray-dark);
  flex-basis: 100%;
}
.device-mobile .survey__profile-builder__header__progress .progress .progress-bar span {
  font-size: 0.875rem;
  font-weight: 700;
  margin-left: 0.4375rem;
}
.device-mobile .survey__profile-builder__content {
  padding: 0.625rem;
  align-items: stretch;
}
.device-mobile .survey__profile-builder__content__img {
  align-items: stretch;
}
.device-mobile .survey__profile-builder__content__img__icon {
  width: 3.75rem;
  height: 3.75rem;
}
.device-mobile .survey__profile-builder__content__txt__title {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  margin-bottom: 0.25rem;
}
.device-mobile .survey__profile-builder__content__txt__description {
  font-size: 0.75rem;
}
.device-mobile .survey__profile-builder__subheader {
  background-color: var(--header-gray);
  color: #fff;
  padding: 0 0.625rem 0.625rem;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  flex-wrap: wrap;
}
.device-mobile .survey__profile-builder__subheader hr {
  width: 100%;
  background-color: var(--text-gray-dark);
  border-width: 0.125rem 0 0 0;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
.device-mobile .survey__handraiser {
  border-radius: 0.375rem;
  margin: 0.625rem 0.625rem 0;
}
.device-mobile .survey__handraiser__content {
  font-size: 0.75rem;
  line-height: 1rem;
}
.device-mobile .survey__handraiser__content span {
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.3125rem;
}
.device-mobile .survey__handraiser p {
  width: 65%;
  margin-bottom: 0;
  line-height: 0.875rem;
}
.device-mobile .survey__handraiser__link {
  width: 35%;
  height: 1.625rem;
  line-height: 1.3125rem;
  font-size: 0.75rem;
}
.device-mobile .survey__handraiser__wrapper {
  padding: 0.625rem;
  flex-wrap: wrap;
  margin-top: 0;
}
.device-mobile .survey__all-time {
  border-radius: 0;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.device-mobile .survey__all-time__header {
  border-radius: 0;
}
.device-mobile .survey__card__header__txt {
  font-size: 0.875rem;
}
.device-mobile .survey__disclaimer {
  font-size: 0.75rem;
  margin-top: 0;
}
.device-mobile .groupShadow {
  box-shadow: none;
  position: fixed;
  border-radius: 0.375rem;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.device-mobile .survey-winners,
.device-mobile #surveyRewards {
  margin: 0.625rem;
}
:root {
  --control-color-light: #BABABA;
  --profile-font-color: var(--text-gray-dark);
  --profile-border-color: #EEEEEE;
  --profile-border-radius: 0.625rem;
  --profile-grid-altrow-color: #EEEEEE;
  --profile-button-color-m: #80AD1A;
  --profile-button-color-dt: var(--cta-blue);
}
.profile-builder {
  color: var(--profile-font-color);
}
.device-desktop .profile-builder {
  padding: 0 6.25rem;
}
.profile-builder__caption {
  padding: 0 1.25rem;
  font-size: 1.125rem;
}
.profile-builder__token-msg {
  padding: 0 1.25rem 1.25rem;
  font-size: 1.125rem;
  text-align: left;
}
.device-mobile .profile-builder__token-msg {
  padding: 0 1.25rem 1.25rem 1.25rem;
  line-height: 1.4rem;
}
.profile-builder__wrapper {
  background: white;
  padding: 0 0 2.5rem 0;
  border-radius: var(--profile-border-radius);
}
.profile-builder__page-title {
  color: var(--profile-font-color);
  padding: 0 1.25rem;
}
.profile-builder__button {
  text-align: center;
  text-transform: uppercase;
}
.device-desktop .profile-builder__button {
  text-align: right;
}
.profile-builder__button {
  padding: 1.25rem;
}
.profile-builder__button a {
  padding: 0.5rem 4rem;
  color: white;
  background: var(--profile-button-color-dt);
  border-radius: 1.125rem/50%;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  height: 2.5rem;
  display: inline-block;
  text-decoration: none;
}
.device-desktop .survey__profile-builder {
  border-radius: var(--profile-border-radius) var(--profile-border-radius) 0 0;
}
.survey__card__header.survey__profile-builder__header {
  justify-content: space-between;
}
.device-desktop .survey__card__header.survey__profile-builder__header {
  height: 3.125rem;
  background: url(/dist/assets/ProfileBuilderIcon_Desktop-df5a9bba.svg) no-repeat 1.5625rem center/3%, var(--header-gray);
}
.device-mobile .survey__card__header.survey__profile-builder__header .survey__profile-builder__header__progress {
  flex-basis: 5.625rem;
}
.survey__card__header__txt.survey__profile-builder__header__txt {
  flex-basis: auto;
}
.survey__card__header__txt.survey__profile-builder__header__txt span {
  display: inline;
}
.device-mobile .survey__card__header__txt.survey__profile-builder__header__txt {
  font-size: 1.25rem;
  letter-spacing: 0.02rem;
  line-height: 2.125rem;
}
.device-desktop .survey__card__header__txt.survey__profile-builder__header__txt {
  height: auto;
  font-size: 1.125rem;
  background: none;
  padding-left: 3.4375rem;
}
.device-desktop.pch-profile .survey__profile-builder__header__progress__txt {
  font-size: 0.875rem;
}