:root {
  --wpp-ink: #17352f;
  --wpp-cream: #f6f1e8;
  --wpp-paper: #fffdf8;
  --wpp-lime: #d8ff63;
  --wpp-lilac: #cfb8ff;
  --wpp-lilac-soft: #eadfff;
  --wpp-error: #bd344d;
  --wpp-line: rgb(23 53 47 / 16%);
}

.wpp-community-page,
.wpp-community-page * {
  box-sizing: border-box;
}

.wpp-community-page {
  margin: 0;
  color: var(--wpp-ink);
  background: var(--wpp-cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.wpp-community-page [hidden] {
  display: none !important;
}

.wpp-community-page h1,
.wpp-community-page h2,
.wpp-community-page h3,
.wpp-community-page p {
  margin-top: 0;
}

.wpp-community-wrap {
  width: min(calc(100% - 28px), 1180px);
  margin-inline: auto;
}

.wpp-skip-link {
  position: fixed;
  top: -6rem;
  left: 1rem;
  z-index: 100;
  padding: .75rem 1rem;
  background: var(--wpp-ink);
  color: white;
}

.wpp-skip-link:focus {
  top: 1rem;
}

.wpp-community-header {
  padding: 13px 0;
  border-bottom: 1px solid var(--wpp-line);
  background: var(--wpp-cream);
}

.wpp-community-header__inner,
.wpp-community-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.wpp-community-brand {
  display: inline-grid;
  color: var(--wpp-ink);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .015em;
  line-height: .9;
  text-decoration: none;
  text-transform: uppercase;
}

.wpp-community-brand span {
  display: block;
}

.wpp-community-brand .trademark-mark {
  display: inline-block;
  font-size: .6em;
  line-height: 0;
  transform: translate(-.3em, .55em);
  vertical-align: top;
}

.wpp-community-header .wpp-language-switcher {
  position: static;
  margin: 0 0 0 auto;
}

.wpp-community-application {
  padding: 48px 0 58px;
  background: var(--wpp-lilac);
}

.wpp-community-grid {
  display: grid;
  gap: 36px;
}

.wpp-community-intro {
  align-self: start;
  max-width: 35rem;
}

.wpp-community-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  padding: .42rem .65rem;
  border-radius: 999px;
  background: var(--wpp-lilac);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.wpp-community-intro h1 {
  margin-bottom: 20px;
  font-size: clamp(2.3rem, 11vw, 3.8rem);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .96;
  text-wrap: balance;
}

.wpp-community-intro p {
  margin-bottom: 12px;
}

.wpp-community-intro .wpp-community-note {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--wpp-line);
  font-size: .9rem;
}

.wpp-community-form-shell {
  min-width: 0;
  padding: 20px;
  border: 2px solid var(--wpp-ink);
  border-radius: 20px;
  background: var(--wpp-paper);
  box-shadow: 7px 7px 0 var(--wpp-ink);
}

.wpp-community-form-shell > :first-child {
  margin-top: 0;
}

.wpp-community-form-shell > :last-child {
  margin-bottom: 0;
}

.wpp-step-marker {
  display: none;
}

.wpp-step-progress {
  margin-bottom: 24px;
}

.wpp-step-context {
  margin: -8px 0 20px;
  font-size: .82rem;
  line-height: 1.45;
}

.wpp-step-progress__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 10px;
}

.wpp-step-progress__count {
  margin: 0;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.wpp-step-progress__title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
}

.wpp-step-progress__track {
  height: 5px;
  overflow: hidden;
  border-radius: 99px;
  background: rgb(23 53 47 / 12%);
}

.wpp-step-progress__bar {
  display: block;
  width: 33.333%;
  height: 100%;
  border-radius: inherit;
  background: var(--wpp-ink);
  transition: width .2s ease;
}

.wpp-step-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--wpp-line);
}

.wpp-step-actions button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: .65rem 1rem;
  border: 2px solid var(--wpp-ink);
  border-radius: 999px;
  background: var(--wpp-lime);
  box-shadow: 0 6px 0 var(--wpp-lilac);
  color: var(--wpp-ink);
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: box-shadow .18s ease, transform .18s ease;
}

.wpp-step-actions button:hover {
  box-shadow: 0 9px 0 var(--wpp-lilac);
  transform: translateY(-2px);
}

.wpp-step-actions .wpp-step-back,
.wpp-community-form-shell .fluentform .wpp-final-actions .wpp-step-back {
  min-height: auto;
  margin-right: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--wpp-ink);
  text-decoration: underline;
  text-underline-offset: 4px;
  transform: none;
}

.wpp-step-actions .wpp-step-back:hover,
.wpp-community-form-shell .fluentform .wpp-final-actions .wpp-step-back:hover {
  box-shadow: none;
  transform: none;
}

/* Fluent Forms, scoped to this page. */
.wpp-community-form-shell .fluentform .ff-el-group {
  margin-bottom: 20px;
}

.wpp-community-form-shell .fluentform fieldset.ff-el-group {
  min-inline-size: 0;
  padding: 0;
  border: 0;
}

.wpp-community-form-shell .fluentform .ff-t-container {
  align-items: start;
  gap: 12px;
  margin-bottom: 20px;
}

.wpp-community-form-shell .fluentform .ff-t-container .ff-el-group {
  margin-bottom: 0;
}

.wpp-community-form-shell .fluentform .ff-t-container > .ff-t-cell {
  align-self: start;
}

.wpp-community-form-shell .fluentform .ff-t-container:has(+ .wpp-phone-help-row) {
  margin-bottom: 0;
}

.wpp-community-form-shell .fluentform label,
.wpp-community-form-shell .fluentform .ff-el-input--label label,
.wpp-community-form-shell .fluentform legend.ff-el-input--label {
  color: var(--wpp-ink);
  font-size: .96rem;
  font-weight: 600;
  line-height: 1.4;
}

.wpp-community-form-shell .fluentform input:not([type="checkbox"]):not([type="radio"]),
.wpp-community-form-shell .fluentform select,
.wpp-community-form-shell .fluentform textarea {
  min-height: 48px;
  padding: .72rem .8rem;
  border: 1.5px solid var(--wpp-ink);
  border-radius: 10px;
  background: white;
  color: var(--wpp-ink);
  font: inherit;
}

.wpp-community-form-shell .fluentform textarea {
  min-height: 120px;
}

.wpp-community-form-shell .fluentform select.ff-el-form-control,
.wpp-community-form-shell .fluentform select {
  width: 100% !important;
  min-height: 48px !important;
  padding: .72rem 2.65rem .72rem .8rem !important;
  border: 1.5px solid var(--wpp-ink) !important;
  border-radius: 10px !important;
  appearance: none;
  background-color: white !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='m1 1 6 6 6-6' fill='none' stroke='%2317352f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right .9rem center !important;
  background-size: 14px 9px !important;
  color: var(--wpp-ink) !important;
  font-family: inherit !important;
  font-size: .92rem !important;
  font-weight: 450 !important;
  line-height: 1.35 !important;
  cursor: pointer;
}

.wpp-community-form-shell .fluentform select.ff-el-form-control:focus,
.wpp-community-form-shell .fluentform select:focus {
  border-color: var(--wpp-lilac) !important;
  box-shadow: 0 0 0 3px var(--wpp-lilac-soft) !important;
  outline: 0 !important;
}

.wpp-community-form-shell .fluentform .wpp-city-autocomplete {
  position: relative;
}

.wpp-community-form-shell .fluentform .wpp-city-autocomplete__list {
  position: absolute;
  z-index: 20;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  max-height: 220px;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  border: 1.5px solid var(--wpp-ink);
  border-radius: 10px;
  background: white;
  box-shadow: 0 10px 26px rgb(23 53 47 / 14%);
  list-style: none;
}

.wpp-community-form-shell .fluentform .wpp-city-autocomplete__option {
  width: 100%;
  padding: .7rem .8rem;
  border: 0;
  border-bottom: 1px solid var(--wpp-line);
  border-radius: 0;
  background: white;
  box-shadow: none;
  color: var(--wpp-ink);
  font-family: inherit;
  font-size: .92rem;
  font-weight: 450;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.wpp-community-form-shell .fluentform li:last-child .wpp-city-autocomplete__option {
  border-bottom: 0;
}

.wpp-community-form-shell .fluentform .wpp-city-autocomplete__option:hover,
.wpp-community-form-shell .fluentform .wpp-city-autocomplete__list [aria-selected="true"] .wpp-city-autocomplete__option {
  background: var(--wpp-lilac-soft);
  box-shadow: none;
  transform: none;
}

.wpp-community-form-shell .fluentform input:focus,
.wpp-community-form-shell .fluentform select:focus,
.wpp-community-form-shell .fluentform textarea:focus {
  border-color: var(--wpp-lilac);
  box-shadow: 0 0 0 3px var(--wpp-lilac-soft);
  outline: 0;
}

.wpp-community-form-shell .fluentform .ff-el-form-check {
  margin-bottom: 7px;
}

.wpp-community-form-shell .fluentform .wpp-choice-disclosure__toggle {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: .72rem .9rem;
  border: 1.5px solid var(--wpp-ink);
  border-radius: 10px;
  background: white;
  color: var(--wpp-ink);
  font: inherit;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
}

.wpp-community-form-shell .fluentform .wpp-choice-disclosure__toggle:hover {
  background: var(--wpp-paper);
}

.wpp-community-form-shell .fluentform .wpp-choice-disclosure__toggle:focus-visible {
  border-color: var(--wpp-ink);
  box-shadow: 0 0 0 3px var(--wpp-lilac-soft);
  outline: 0;
}

.wpp-community-form-shell .fluentform .wpp-choice-disclosure__icon {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .18s ease;
}

.wpp-community-form-shell .fluentform .wpp-choice-disclosure__toggle[aria-expanded="true"] .wpp-choice-disclosure__icon {
  transform: translateY(3px) rotate(225deg);
}

.wpp-community-form-shell .fluentform .wpp-choice-disclosure__panel {
  margin-top: 10px;
  padding: 12px;
  border: 1px solid var(--wpp-line);
  border-radius: 12px;
  background: var(--wpp-paper);
}

.wpp-community-form-shell .fluentform .wpp-choice-disclosure__panel[hidden] {
  display: none !important;
}

.wpp-community-form-shell .fluentform .wpp-single-step-marker-group {
  display: none !important;
}

.wpp-community-form-shell .fluentform .wpp-other-club {
  flex: 0 0 100%;
  width: 100%;
  margin: 4px 0 0;
}

.wpp-community-form-shell .fluentform .wpp-other-club[hidden] {
  display: none !important;
}

.wpp-community-form-shell .fluentform .wpp-other-club label {
  margin-bottom: 6px;
  font-size: .88rem;
}

.wpp-community-form-shell .fluentform .wpp-other-club input {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  min-height: 48px;
  padding: .72rem .85rem;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.wpp-community-form-shell .fluentform .ff-el-is-error .wpp-choice-disclosure__toggle,
.wpp-community-form-shell .fluentform .wpp-field-is-error .wpp-choice-disclosure__toggle {
  border-color: var(--wpp-error);
}

/* Compact pill controls used by the prototype for multi-choice questions. */
.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="club_memberships"]) .ff-el-input--content,
.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="available_days"]) .ff-el-input--content,
.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="available_times"]) .ff-el-input--content,
.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="interests"]) .ff-el-input--content {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="club_memberships"]) .ff-el-form-check,
.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="available_days"]) .ff-el-form-check,
.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="available_times"]) .ff-el-form-check,
.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="interests"]) .ff-el-form-check {
  margin: 0;
}

.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="club_memberships"]) .ff-el-form-check-label,
.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="available_days"]) .ff-el-form-check-label,
.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="available_times"]) .ff-el-form-check-label,
.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="interests"]) .ff-el-form-check-label {
  position: relative;
  display: block;
  cursor: pointer;
}

.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="club_memberships"]) input[type="checkbox"],
.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="available_days"]) input[type="checkbox"],
.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="available_times"]) input[type="checkbox"],
.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="interests"]) input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="club_memberships"]) .ff-el-form-check-label > span,
.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="available_days"]) .ff-el-form-check-label > span,
.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="available_times"]) .ff-el-form-check-label > span,
.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="interests"]) .ff-el-form-check-label > span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: .58rem .85rem;
  border: 1.5px solid var(--wpp-ink);
  border-radius: 999px;
  background: white;
  font-size: .9rem;
  font-weight: 650;
  line-height: 1.2;
  transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="club_memberships"]) input:checked + span,
.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="available_days"]) input:checked + span,
.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="available_times"]) input:checked + span,
.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="interests"]) input:checked + span {
  background: var(--wpp-lilac-soft);
  box-shadow: inset 0 0 0 1px var(--wpp-ink);
}

.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="club_memberships"]) input:focus-visible + span,
.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="available_days"]) input:focus-visible + span,
.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="available_times"]) input:focus-visible + span,
.wpp-community-form-shell .fluentform .ff-el-group:has(input[name^="interests"]) input:focus-visible + span {
  outline: 3px solid var(--wpp-lilac);
  outline-offset: 3px;
}

.wpp-community-form-shell .fluentform .ff-el-form-check-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-weight: 500;
}

.wpp-community-form-shell .fluentform .ff-el-form-check-label a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.wpp-community-form-shell .fluentform input[type="checkbox"],
.wpp-community-form-shell .fluentform input[type="radio"] {
  flex: 0 0 auto;
  width: 24px !important;
  min-width: 24px;
  height: 24px !important;
  min-height: 24px !important;
  padding: 0 !important;
  margin: .05em 0 0;
  border: 1.5px solid var(--wpp-ink);
  background-color: white;
  box-shadow: none;
  appearance: none;
  cursor: pointer;
}

.wpp-community-form-shell .fluentform input[type="checkbox"] {
  border-radius: 3px;
}

.wpp-community-form-shell .fluentform input[type="radio"] {
  border-radius: 50%;
}

.wpp-community-form-shell .fluentform input[type="checkbox"]:checked {
  background-color: var(--wpp-lilac-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='m2 7 3 3 7-7' fill='none' stroke='%2317352f' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.wpp-community-form-shell .fluentform input[type="radio"]:checked {
  background: radial-gradient(circle, var(--wpp-ink) 0 4px, var(--wpp-lilac-soft) 4.5px);
}

.wpp-community-form-shell .fluentform input[type="checkbox"]:focus-visible,
.wpp-community-form-shell .fluentform input[type="radio"]:focus-visible {
  outline: 3px solid var(--wpp-lilac-soft);
  outline-offset: 2px;
}

.wpp-community-form-shell .fluentform .ff-el-help-message {
  margin-top: 4px;
  color: var(--wpp-ink);
  font-size: .82rem;
  opacity: .76;
}

.wpp-community-form-shell .fluentform .wpp-phone-help-row {
  width: 100%;
  margin: 4px 0 20px;
}

.wpp-community-form-shell .fluentform .error,
.wpp-community-form-shell .fluentform .ff-el-is-error .text-danger {
  color: var(--wpp-error);
}

.wpp-community-form-shell .fluentform .text-danger {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.wpp-community-form-shell .wpp-form-error-summary {
  margin: 8px 0 18px;
  color: var(--wpp-error);
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.35;
}

.wpp-community-form-shell .wpp-submit-status {
  margin: 16px 0 0;
  padding: 0.75rem 0.85rem;
  border: 1.5px solid #b3261e;
  border-radius: 10px;
  background: #fff4f2;
  color: #831b16;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.45;
}

.wpp-community-form-shell .wpp-submit-status[hidden] {
  display: none !important;
}

.wpp-community-form-shell .wpp-field-error {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  margin: 6px 0 0;
  color: var(--wpp-error);
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.3;
  visibility: visible;
  opacity: 1;
}

.wpp-community-form-shell .wpp-step-error-summary {
  flex: 0 0 100%;
  width: 100%;
  margin: 0 0 10px;
  color: var(--wpp-error);
  font-size: .86rem;
  font-weight: 700;
  text-align: right;
}

.wpp-community-form-shell .fluentform .wpp-field-is-error {
  margin-bottom: 20px;
}

.wpp-community-form-shell .fluentform .ff-el-is-error input,
.wpp-community-form-shell .fluentform .ff-el-is-error select,
.wpp-community-form-shell .fluentform .ff-el-is-error textarea {
  border-color: var(--wpp-error) !important;
}

.wpp-community-form-shell .fluentform .ff-el-is-error .ff-el-form-check-label,
.wpp-community-form-shell .fluentform .ff-el-is-error .ff-el-form-check-label > span {
  color: var(--wpp-ink) !important;
}

.wpp-community-form-shell .fluentform .ff-el-is-error:has(input[name^="club_memberships"]) .ff-el-form-check-label > span,
.wpp-community-form-shell .fluentform .ff-el-is-error:has(input[name^="available_days"]) .ff-el-form-check-label > span,
.wpp-community-form-shell .fluentform .ff-el-is-error:has(input[name^="available_times"]) .ff-el-form-check-label > span {
  border-color: var(--wpp-error);
}

.wpp-community-form-shell .fluentform .ff-btn-submit {
  display: inline-flex !important;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: .7rem 1.15rem;
  border: 2px solid var(--wpp-ink);
  border-radius: 999px;
  background: var(--wpp-lime) !important;
  box-shadow: 0 6px 0 var(--wpp-lilac) !important;
  color: var(--wpp-ink) !important;
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.2;
  opacity: 1;
  cursor: pointer;
  transition: box-shadow .18s ease, transform .18s ease;
}

.wpp-community-form-shell .fluentform .ff-btn-submit:hover,
.wpp-community-form-shell .fluentform .ff-btn-submit:focus-visible {
  background: var(--wpp-lime) !important;
  box-shadow: 0 9px 0 var(--wpp-lilac) !important;
  color: var(--wpp-ink) !important;
  transform: translateY(-2px);
}

.wpp-community-form-shell .fluentform .ff-btn-submit.wpp-is-submitting {
  gap: .55rem;
  box-shadow: 0 4px 0 var(--wpp-lilac) !important;
  opacity: .78;
  pointer-events: none;
  transform: none;
}

.wpp-community-form-shell .fluentform .ff-btn-submit.wpp-is-submitting::before {
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  border: 2px solid rgba(23, 53, 47, .28);
  border-top-color: var(--wpp-ink);
  border-radius: 50%;
  animation: wpp-submit-spin .7s linear infinite;
  content: '';
}

@keyframes wpp-submit-spin {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .wpp-community-form-shell .fluentform .ff-btn-submit.wpp-is-submitting::before {
    animation-duration: 1.5s;
  }
}

.wpp-community-form-shell .fluentform .ff_submit_btn_wrapper {
  display: flex;
  justify-content: flex-end;
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--wpp-line);
}

.wpp-community-form-shell .fluentform .ff_submit_btn_wrapper.wpp-final-actions {
  align-items: center;
  justify-content: space-between;
}

.wpp-community-form-shell .fluentform .wpp-final-actions .wpp-step-back {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--wpp-ink);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.wpp-community-form-shell .ff-message-success {
  margin: 0;
  padding: 22px;
  border: 0;
  border-radius: 16px;
  background: var(--wpp-lilac-soft);
  color: var(--wpp-ink);
  box-shadow: none;
}

.wpp-community-confirmation {
  display: grid;
  gap: 16px;
  min-height: 320px;
  align-content: center;
  padding: 32px;
  border-radius: 16px;
  background: var(--wpp-lilac-soft);
  color: var(--wpp-ink);
  outline: 0;
}

.wpp-community-confirmation h2 {
  font-size: 1.65rem;
  letter-spacing: -.04em;
  line-height: 1;
}

.wpp-community-confirmation p {
  font-size: 1rem;
  line-height: 1.55;
}

.wpp-community-confirmation__link {
  width: fit-content;
  margin-top: 4px;
  color: var(--wpp-ink);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.wpp-community-faq {
  padding: 54px 0;
  background: var(--wpp-cream);
  color: var(--wpp-ink);
}

.wpp-community-faq h2 {
  margin-bottom: 24px;
  font-size: clamp(2rem, 8vw, 3.6rem);
  letter-spacing: -.045em;
  line-height: 1;
}

.wpp-community-faq__list {
  display: grid;
  gap: 0;
  margin-top: 20px;
}

.wpp-community-faq details {
  padding: 16px 0;
  border-top: 1px solid var(--wpp-line);
}

.wpp-community-faq details:last-child {
  border-bottom: 1px solid var(--wpp-line);
}

.wpp-community-faq summary {
  font-weight: 800;
  cursor: pointer;
}

.wpp-community-faq details p {
  max-width: 760px;
  margin: 12px 0 0;
}

.wpp-community-footer {
  padding: 36px 0;
  background: var(--wpp-ink);
  color: white;
}

.wpp-community-brand--footer {
  color: white;
  font-size: .72rem;
}

.wpp-community-footer p {
  margin: 0;
  font-size: .78rem;
  text-align: right;
}

.wpp-community-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
}

.wpp-community-socials a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 35%);
  border-radius: 50%;
}

.wpp-community-footer__meta {
  display: grid;
  justify-items: end;
  gap: 10px;
}

.wpp-community-footer__meta nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 16px;
  font-size: .75rem;
}

.wpp-community-footer__meta a {
  color: white;
  text-underline-offset: 4px;
}

@media (min-width: 37.5625rem) {
  .wpp-community-footer__inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }

  .wpp-community-brand--footer {
    justify-self: start;
  }

  .wpp-community-socials {
    justify-self: center;
  }

  .wpp-community-footer__meta {
    justify-self: end;
  }
}

@media (min-width: 48rem) {
  .wpp-community-application {
    padding: 72px 0 82px;
  }

  .wpp-community-grid {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    justify-content: space-between;
    gap: clamp(48px, 7vw, 100px);
  }

  .wpp-community-form-shell {
    padding: 30px;
  }

}

@media (max-width: 37.5rem) {
  .wpp-community-header .wpp-language-switcher {
    margin: 0 0 0 auto;
  }

  .wpp-community-form-shell {
    padding: 18px 14px;
    border-radius: 18px;
  }

  .wpp-community-form-shell .fluentform .ff-t-container {
    display: block;
  }

  .wpp-community-form-shell .fluentform .ff-t-container > * + * {
    margin-top: 20px;
  }

  .wpp-community-footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .wpp-community-footer__meta {
    justify-items: center;
  }

  .wpp-community-footer__meta nav {
    justify-content: center;
  }

  .wpp-community-footer p {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wpp-step-progress__bar,
  .wpp-step-actions button {
    transition: none;
  }
}
.wpp-spam-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
