body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-header {
  flex-shrink: 0;
}

.site-main,
.survey-page,
.front-page,
.error-404 {
  flex: 1 0 auto;
}

.site-footer {
  flex-shrink: 0;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.site-header__logo a {
  display: block;
  text-decoration: none;
}
.site-header__logo img {
  display: block;
  max-height: 60px;
  width: auto;
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 5rem;
  border-top: 1px solid rgba(255, 68, 0, 0.25);
}
@media (max-width: 767px) {
  .site-footer {
    padding: 1.25rem;
  }
}
.site-footer__copyright {
  font-family: "nexa", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  color: #0b0b13;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  text-align: center;
}
.site-footer__logo {
  width: 28px;
  height: 40px;
  flex-shrink: 0;
}
.site-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-footer--light .site-footer__copyright {
  color: white;
}

.gform_wrapper {
  margin: 0;
}
.gform_wrapper .gform_fields {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.gform_wrapper .gfield {
  margin: 0;
}
.gform_wrapper .gfield_label {
  display: block;
  font-family: "nexa", sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.3;
  color: #0b0b13;
  margin-bottom: 0;
}
.gform_wrapper .gfield_description {
  font-family: "nexa", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  color: #0b0b13;
  margin-top: 0.25rem;
  margin-bottom: 0.9375rem;
}
.gform_wrapper .gfield--type-radio .gfield_radio {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.gform_wrapper .gchoice {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.gform_wrapper .gchoice input[type=radio] {
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1.5px solid #0b0b13;
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.gform_wrapper .gchoice input[type=radio]:checked {
  border-color: #0b0b13;
  box-shadow: inset 0 0 0 4px #0b0b13;
}
.gform_wrapper .gchoice input[type=radio]:focus-visible {
  outline: 2px solid #ff4400;
  outline-offset: 2px;
}
.gform_wrapper .gchoice label {
  font-family: "nexa", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  color: #0b0b13;
  margin: 0;
  cursor: pointer;
}
.gform_wrapper .gfield--type-textarea .ginput_container_textarea {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.gform_wrapper .ginput_container_textarea .gfield_label,
.gform_wrapper .gfield--type-textarea .gfield_label {
  font-weight: 400;
  margin-bottom: 0;
}
.gform_wrapper textarea {
  display: block;
  width: 100%;
  max-width: 382px;
  height: 84px;
  min-height: 84px;
  resize: vertical;
  background-color: rgba(11, 11, 19, 0.05);
  border: none;
  border-radius: 0;
  padding: 0.5rem 0.625rem;
  font-family: "nexa", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #0b0b13;
  appearance: none;
}
.gform_wrapper textarea:focus {
  outline: 1px solid rgba(11, 11, 19, 0.3);
  outline-offset: 0;
}
.gform_wrapper .gfield_description.gfield_description--after {
  font-size: 0.75rem;
  color: rgba(11, 11, 19, 0.5);
  margin-top: 0;
  margin-bottom: 0.3125rem;
}
.gform_wrapper .gform_footer {
  margin-top: 2.5rem;
  padding-top: 0;
}
.gform_wrapper .gform_button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1.25rem 1.75rem;
  font-family: "nexa", sans-serif;
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 1.2;
  color: white;
  background-color: #0b0b13;
  border: 0.5px solid rgba(255, 255, 255, 0.32);
  border-radius: 100px;
  cursor: pointer;
  appearance: none;
  transition: background-color 0.15s ease-in-out;
}
.gform_wrapper .gform_button::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 12px;
  background-image: url("../images/svg/right-red-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.gform_wrapper .gform_button:hover {
  background-color: rgb(25.96, 25.96, 44.84);
}
.gform_wrapper .gform_button:focus-visible {
  outline: 2px solid #ff4400;
  outline-offset: 2px;
}
.gform_wrapper .gfield_error .gfield_label {
  color: var(--bs-danger);
}
.gform_wrapper .validation_message {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: var(--bs-danger);
}
.gform_wrapper .validation_error {
  padding: 0.75rem 1rem;
  background-color: var(--bs-danger-bg-subtle);
  border: 1px solid var(--bs-danger-border-subtle);
  border-radius: 0.375rem;
  color: var(--bs-danger-text-emphasis);
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}

.gfsb-fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.gfsb-title {
  font-family: "nexa", sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.3;
  color: #0b0b13;
  padding: 0;
  margin-bottom: -12px;
}

.gfsb-statement {
  font-family: "nexa", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  color: #0b0b13;
  margin: 0;
}

.gfsb-score-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.gfsb-score-item {
  list-style: none;
  margin: 0;
}

.gfsb-score-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.gfsb-score-input:focus-visible + .gfsb-score-label {
  outline: 2px solid #ff4400;
  outline-offset: 2px;
}

.gfsb-score-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease;
}
.gfsb-score-label::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #0b0b13;
  background-color: white;
  box-sizing: border-box;
  display: inline-block;
  flex-shrink: 0;
  margin-left: -4px;
}

.gfsb-score-input:checked + .gfsb-score-label {
  background-color: #f1f1f1;
}

.gfsb-score-input:checked + .gfsb-score-label::after {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0b0b13;
}

.gfsb-score-option {
  font-family: "nexa", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  color: #0b0b13;
}

.gfsb-comment-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.gfsb-comment-wrap.gfsb-comment-help-position-above .gfsb-comment-help {
  order: 2;
}
.gfsb-comment-wrap.gfsb-comment-help-position-above .gfsb-comment-textarea {
  order: 3;
}
.gfsb-comment-wrap.gfsb-comment-help-position-below .gfsb-comment-textarea {
  order: 2;
}
.gfsb-comment-wrap.gfsb-comment-help-position-below .gfsb-comment-help {
  order: 3;
}

.gfsb-comment-label {
  font-family: "nexa", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  color: #0b0b13;
}

.gfsb-comment-help {
  font-family: "nexa", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(11, 11, 19, 0.5);
  margin: 0;
}

.gfsb-comment-textarea {
  display: block;
  width: 100%;
  max-width: 382px;
  height: 84px;
  min-height: 84px;
  resize: vertical;
  background-color: rgba(11, 11, 19, 0.05);
  border: none;
  border-radius: 0;
  padding: 0.5rem 0.625rem;
  font-family: "nexa", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #0b0b13;
  appearance: none;
}
.gfsb-comment-textarea:focus {
  outline: 1px solid rgba(11, 11, 19, 0.3);
  outline-offset: 0;
}

.survey-hero {
  position: relative;
  overflow: hidden;
  height: 244px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .survey-hero {
    height: 226px;
  }
}
.survey-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center bottom, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0) 60%), linear-gradient(to bottom, #000000 0%, #050510 40%, #111827 100%);
  z-index: 0;
}
.survey-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 60px;
  background: radial-gradient(ellipse 50% 100% at 50% 0%, rgba(255, 255, 255, 0) 99.5%, white 100%);
  z-index: 0;
}
.survey-hero__art {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 1.5rem;
  display: flex;
  justify-content: center;
}
.survey-hero__art .hero-desk {
  display: block;
}
@media (max-width: 575.98px) {
  .survey-hero__art .hero-desk {
    display: none;
  }
}
.survey-hero__art .hero-mob {
  display: none;
}
@media (max-width: 575.98px) {
  .survey-hero__art .hero-mob {
    display: block;
  }
}
.survey-hero__art img {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
}

.survey-page {
  padding: 2.5rem 5rem;
}
@media (max-width: 767px) {
  .survey-page {
    padding: 1.25rem;
  }
}
.survey-page__intro {
  font-family: "nexa", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #0b0b13;
  letter-spacing: 0.03em;
  margin-bottom: 2.5rem;
}
.survey-page__intro p {
  margin-bottom: 0.5rem;
}
.survey-page__intro p:last-child {
  margin-bottom: 0;
}
.survey-page__intro strong,
.survey-page__intro b {
  font-weight: 900;
}
.survey-page__intro ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
}
.survey-page__intro ul li {
  margin-bottom: 0.25rem;
  font-family: "nexa", sans-serif;
  font-size: 0.875rem;
}
.survey-page__divider {
  border: none;
  border-top: 1px solid #F8D2C2;
  margin-bottom: 2.5rem;
  opacity: 1;
}

.thankyou-hero {
  position: relative;
  overflow: visible;
  min-height: 532px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .thankyou-hero {
    overflow: hidden;
    min-height: auto;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 2rem;
    padding-bottom: 4.5rem;
  }
}
.thankyou-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center bottom, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0) 60%), linear-gradient(to bottom, #000000 0%, #050510 40%, #111827 100%);
  z-index: 0;
}
.thankyou-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 180px;
  background: radial-gradient(ellipse 50% 100% at 50% 0%, rgba(255, 255, 255, 0) 99.5%, white 100%);
  z-index: 0;
}
@media (max-width: 575px) {
  .thankyou-hero::after {
    height: 20%;
  }
}
.thankyou-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
  padding: 2.5rem 5rem;
  max-width: 675px;
}
@media (max-width: 767px) {
  .thankyou-hero__inner {
    padding: 1.25rem;
    order: 1;
  }
}
.thankyou-hero__headline img {
  display: block;
  max-width: 100%;
  height: auto;
}
.thankyou-hero__body {
  font-family: "nexa", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  color: white;
  text-align: center;
  letter-spacing: 0.03em;
  max-width: 547px;
}
.thankyou-hero__body p {
  margin-bottom: 0;
}
.thankyou-hero__mascot {
  position: absolute;
  right: 0;
  bottom: -50px;
  top: auto;
  transform: none;
  width: 38%;
  max-width: 548px;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .thankyou-hero__mascot {
    position: static;
    width: 60%;
    max-width: 250px;
    transform: none;
    order: 2;
    margin-top: 1rem;
  }
}
.thankyou-hero__mascot img {
  display: block;
  width: 100%;
  height: auto;
}
.thankyou-hero__mascot-mobile {
  position: relative;
  z-index: 2;
  margin-top: -90px;
  margin-bottom: 2rem;
}
.thankyou-hero__mascot-mobile img {
  width: 100%;
  max-width: 548px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.frontpage-hero {
  position: relative;
  overflow: visible;
  min-height: 532px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .frontpage-hero {
    overflow: hidden;
    min-height: auto;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 2rem;
    padding-bottom: 4.5rem;
  }
}
.frontpage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center bottom, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0) 60%), linear-gradient(to bottom, #000000 0%, #050510 40%, #111827 100%);
  z-index: 0;
}
.frontpage-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 180px;
  background: radial-gradient(ellipse 50% 100% at 50% 0%, rgba(255, 255, 255, 0) 99.5%, white 100%);
  z-index: 0;
}
@media (max-width: 575px) {
  .frontpage-hero::after {
    height: 20%;
  }
}
.frontpage-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
  padding: 2.5rem 5rem;
  max-width: 675px;
}
@media (max-width: 767px) {
  .frontpage-hero__inner {
    padding: 1.25rem;
    order: 1;
  }
}
.frontpage-hero__headline img {
  display: block;
  max-width: 100%;
  height: auto;
}
.frontpage-hero__body {
  font-family: "nexa", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  color: white;
  text-align: center;
  letter-spacing: 0.03em;
  max-width: 547px;
}
.frontpage-hero__body p {
  margin-bottom: 0;
}
.frontpage-hero__mascot {
  position: absolute;
  right: 0;
  bottom: -50px;
  top: auto;
  transform: none;
  width: 38%;
  max-width: 548px;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .frontpage-hero__mascot {
    position: static;
    width: 60%;
    max-width: 250px;
    transform: none;
    order: 2;
    margin-top: 1rem;
  }
}
.frontpage-hero__mascot img {
  display: block;
  width: 100%;
  height: auto;
}
.frontpage-hero__mascot-mobile {
  position: relative;
  z-index: 2;
  margin-top: -90px;
  margin-bottom: 2rem;
}
.frontpage-hero__mascot-mobile img {
  width: 100%;
  max-width: 548px;
  height: auto;
  margin: 0 auto;
  display: block;
}

body.error404 {
  background: linear-gradient(166.35deg, #0b0b13 63.3%, #2a2a2a 85.9%);
  min-height: 100vh;
}

.page-404 {
  display: flex;
  flex-direction: column;
}
.page-404__hero {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 3rem 1.5rem;
}
.page-404__headline img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-404__body {
  font-family: "nexa", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: white;
  text-align: center;
  letter-spacing: 0.03em;
  max-width: 547px;
}
.page-404__body p {
  margin-bottom: 0;
}
.page-404__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "nexa", sans-serif;
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 1.2;
  color: white;
  text-decoration: none;
  background: #0b0b13;
  border: 0.5px solid rgba(255, 255, 255, 0.32);
  border-radius: 100px;
  padding: 1.25rem 1.75rem;
}
.page-404__cta svg {
  display: block;
  flex-shrink: 0;
  color: #ff4400;
}
.page-404__cta svg path {
  stroke: #ff4400;
}
.page-404__cta:hover, .page-404__cta:focus-visible {
  color: white;
  text-decoration: none;
}
