@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.app {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  font-family: "Proxima Nova", sans-serif;
  animation: fadeIn 0.5s ease-in-out;
}

button {
  margin-top: 20px;
}

.content {
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

html, body {
  overflow: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
}:root {
  --primary: #00B8CA;
  --primary-logo-background: #00B8CA;
  --white: #FFFFFF;
  --secondary: #2A3795;
  --tertiary: #1872b9;
  --awful-option: #F7565F;
  --not-really-option: #F29148;
  --not-bad-option: #F1D651;
  --pretty-good-option: #B6CF4A;
  --great-option: #319E50;
  --pink: #f8d7da;
  --background: #F5F5F5;
  --gray: #808080FF;
  --dark-gray: #333333;
  --black: #111111;
  --dark-blue: #0a0e25;
}

.bhvk-theme {
  --primary: #2E5CDF;
  --primary-logo-background: #0F8F49;
  --secondary: #0F8F49;
}@keyframes _fadeIn_q92eq_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
._combined-question_q92eq_9 {
  width: 30%;
  text-align: left;
}
@media (max-width: 768px) {
  ._combined-question_q92eq_9 {
    width: 100%;
  }
}
._combined-question_q92eq_9._fade-in_q92eq_18 {
  animation: _fadeIn_q92eq_1 0.5s ease-in-out;
}:root {
  --primary: #00B8CA;
  --primary-logo-background: #00B8CA;
  --white: #FFFFFF;
  --secondary: #2A3795;
  --tertiary: #1872b9;
  --awful-option: #F7565F;
  --not-really-option: #F29148;
  --not-bad-option: #F1D651;
  --pretty-good-option: #B6CF4A;
  --great-option: #319E50;
  --pink: #f8d7da;
  --background: #F5F5F5;
  --gray: #808080FF;
  --dark-gray: #333333;
  --black: #111111;
  --dark-blue: #0a0e25;
}

._bhvk-theme_79cef_20 {
  --primary: #2E5CDF;
  --primary-logo-background: #0F8F49;
  --secondary: #0F8F49;
}

._previous-question-arrow_79cef_26 {
  position: absolute;
  left: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transition: background-color 0.3s;
}
._previous-question-arrow_79cef_26:hover {
  background-color: var(--background);
}
._previous-question-arrow_79cef_26 img {
  width: 15px;
  height: 15px;
}:root {
  --primary: #00B8CA;
  --primary-logo-background: #00B8CA;
  --white: #FFFFFF;
  --secondary: #2A3795;
  --tertiary: #1872b9;
  --awful-option: #F7565F;
  --not-really-option: #F29148;
  --not-bad-option: #F1D651;
  --pretty-good-option: #B6CF4A;
  --great-option: #319E50;
  --pink: #f8d7da;
  --background: #F5F5F5;
  --gray: #808080FF;
  --dark-gray: #333333;
  --black: #111111;
  --dark-blue: #0a0e25;
}

._bhvk-theme_aue9b_20 {
  --primary: #2E5CDF;
  --primary-logo-background: #0F8F49;
  --secondary: #0F8F49;
}

._survey-question-text_aue9b_26 {
  font-size: 16px;
  font-weight: bold;
}
._survey-question-text_aue9b_26._with-arrow_aue9b_30 {
  margin-left: 28px;
}
._survey-question-text_aue9b_26 ._number_aue9b_33 {
  margin-right: 5px;
}
._survey-question-text_aue9b_26 ._total_aue9b_36 {
  font-weight: bold;
  color: var(--gray);
}._survey-question_154uu_1 {
  position: relative;
  margin: 0 auto;
  padding-top: 20px;
  width: 70%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  ._survey-question_154uu_1 {
    width: 90%;
  }
}:root {
  --primary: #00B8CA;
  --primary-logo-background: #00B8CA;
  --white: #FFFFFF;
  --secondary: #2A3795;
  --tertiary: #1872b9;
  --awful-option: #F7565F;
  --not-really-option: #F29148;
  --not-bad-option: #F1D651;
  --pretty-good-option: #B6CF4A;
  --great-option: #319E50;
  --pink: #f8d7da;
  --background: #F5F5F5;
  --gray: #808080FF;
  --dark-gray: #333333;
  --black: #111111;
  --dark-blue: #0a0e25;
}

._bhvk-theme_15gqw_20 {
  --primary: #2E5CDF;
  --primary-logo-background: #0F8F49;
  --secondary: #0F8F49;
}

._survey-question_15gqw_26 {
  margin: 0 auto;
  padding: 5px;
  width: 70%;
  text-align: left;
}
._survey-question_15gqw_26 h2 {
  font-size: 18px;
  color: var(--dark-blue);
  font-weight: 500;
  text-align: left;
}
@media (max-width: 768px) {
  ._survey-question_15gqw_26 {
    width: 90%;
  }
}:root {
  --primary: #00B8CA;
  --primary-logo-background: #00B8CA;
  --white: #FFFFFF;
  --secondary: #2A3795;
  --tertiary: #1872b9;
  --awful-option: #F7565F;
  --not-really-option: #F29148;
  --not-bad-option: #F1D651;
  --pretty-good-option: #B6CF4A;
  --great-option: #319E50;
  --pink: #f8d7da;
  --background: #F5F5F5;
  --gray: #808080FF;
  --dark-gray: #333333;
  --black: #111111;
  --dark-blue: #0a0e25;
}

._bhvk-theme_29eji_20 {
  --primary: #2E5CDF;
  --primary-logo-background: #0F8F49;
  --secondary: #0F8F49;
}

._logo-container_29eji_26 {
  background-color: var(--primary-logo-background);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1002;
}

._logo_29eji_26 {
  width: 250px;
}:root {
  --primary: #00B8CA;
  --primary-logo-background: #00B8CA;
  --white: #FFFFFF;
  --secondary: #2A3795;
  --tertiary: #1872b9;
  --awful-option: #F7565F;
  --not-really-option: #F29148;
  --not-bad-option: #F1D651;
  --pretty-good-option: #B6CF4A;
  --great-option: #319E50;
  --pink: #f8d7da;
  --background: #F5F5F5;
  --gray: #808080FF;
  --dark-gray: #333333;
  --black: #111111;
  --dark-blue: #0a0e25;
}

._bhvk-theme_q86jh_20 {
  --primary: #2E5CDF;
  --primary-logo-background: #0F8F49;
  --secondary: #0F8F49;
}

._progress-bar-container_q86jh_26 {
  width: 21%;
  height: 7px;
  border-radius: 30px;
  background-color: var(--background);
  overflow: hidden;
}

._progress-bar-fill_q86jh_34 {
  background-color: var(--primary);
  transition: width 0.5s ease-in-out;
  height: 100%;
}

@media (max-width: 768px) {
  ._progress-bar-container_q86jh_26 {
    width: 90%;
  }
}:root {
  --primary: #00B8CA;
  --primary-logo-background: #00B8CA;
  --white: #FFFFFF;
  --secondary: #2A3795;
  --tertiary: #1872b9;
  --awful-option: #F7565F;
  --not-really-option: #F29148;
  --not-bad-option: #F1D651;
  --pretty-good-option: #B6CF4A;
  --great-option: #319E50;
  --pink: #f8d7da;
  --background: #F5F5F5;
  --gray: #808080FF;
  --dark-gray: #333333;
  --black: #111111;
  --dark-blue: #0a0e25;
}

._bhvk-theme_a6gm8_20 {
  --primary: #2E5CDF;
  --primary-logo-background: #0F8F49;
  --secondary: #0F8F49;
}

._header_a6gm8_26 {
  top: 0;
  width: 100%;
  background-color: var(--white);
}

._logo-container_a6gm8_32 {
  margin-bottom: 500px;
}

._centered-content_a6gm8_36 {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  margin-top: 30px;
  align-self: center;
  align-items: center;
  justify-content: center;
}._answer-type-container_1jivm_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  width: 21%;
}

@keyframes _fadeIn_1jivm_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
._fade-in_1jivm_17 {
  animation: _fadeIn_1jivm_1 0.5s ease-in-out;
}

._open-ended_1jivm_21 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

._follow-up_1jivm_28 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media (max-width: 768px) {
  ._answer-type-container_1jivm_1 {
    width: 90%;
  }
}:root {
  --primary: #00B8CA;
  --primary-logo-background: #00B8CA;
  --white: #FFFFFF;
  --secondary: #2A3795;
  --tertiary: #1872b9;
  --awful-option: #F7565F;
  --not-really-option: #F29148;
  --not-bad-option: #F1D651;
  --pretty-good-option: #B6CF4A;
  --great-option: #319E50;
  --pink: #f8d7da;
  --background: #F5F5F5;
  --gray: #808080FF;
  --dark-gray: #333333;
  --black: #111111;
  --dark-blue: #0a0e25;
}

._bhvk-theme_1gh1s_20 {
  --primary: #2E5CDF;
  --primary-logo-background: #0F8F49;
  --secondary: #0F8F49;
}

._button_1gh1s_26 {
  padding: 10px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  color: var(--white);
  cursor: pointer;
  text-align: center;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  width: 100%;
}
._button_1gh1s_26:hover {
  opacity: 0.8;
}
._button_1gh1s_26._primary_1gh1s_41 {
  background-color: var(--primary);
}
._button_1gh1s_26._danger_1gh1s_44 {
  background-color: var(--awful-option);
}
._button_1gh1s_26._success_1gh1s_47 {
  background-color: var(--great-option);
}
._button_1gh1s_26._disabled_1gh1s_50 {
  background-color: var(--gray);
}:root {
  --primary: #00B8CA;
  --primary-logo-background: #00B8CA;
  --white: #FFFFFF;
  --secondary: #2A3795;
  --tertiary: #1872b9;
  --awful-option: #F7565F;
  --not-really-option: #F29148;
  --not-bad-option: #F1D651;
  --pretty-good-option: #B6CF4A;
  --great-option: #319E50;
  --pink: #f8d7da;
  --background: #F5F5F5;
  --gray: #808080FF;
  --dark-gray: #333333;
  --black: #111111;
  --dark-blue: #0a0e25;
}

._bhvk-theme_1qi1o_20 {
  --primary: #2E5CDF;
  --primary-logo-background: #0F8F49;
  --secondary: #0F8F49;
}

._text-input-box-container_1qi1o_26 {
  position: relative;
  width: 100%;
}

._text-input-box_1qi1o_26 {
  width: 100%;
  height: 200px;
  padding: 10px;
  border: 1px solid var(--gray);
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
  resize: none;
}

._text-input-box_1qi1o_26:focus {
  border-color: var(--primary);
  outline: none;
}

._text-input-box-label_1qi1o_47 {
  position: absolute;
  top: 10px;
  left: 10px;
  transition: all 0.1s ease;
  pointer-events: none;
  color: var(--gray);
}

._text-input-box-label_1qi1o_47._focused_1qi1o_56 {
  top: -15px;
  left: 10px;
  font-size: 12px;
  color: var(--primary);
}:root {
  --primary: #00B8CA;
  --primary-logo-background: #00B8CA;
  --white: #FFFFFF;
  --secondary: #2A3795;
  --tertiary: #1872b9;
  --awful-option: #F7565F;
  --not-really-option: #F29148;
  --not-bad-option: #F1D651;
  --pretty-good-option: #B6CF4A;
  --great-option: #319E50;
  --pink: #f8d7da;
  --background: #F5F5F5;
  --gray: #808080FF;
  --dark-gray: #333333;
  --black: #111111;
  --dark-blue: #0a0e25;
}

._bhvk-theme_z466z_20 {
  --primary: #2E5CDF;
  --primary-logo-background: #0F8F49;
  --secondary: #0F8F49;
}

._checkbox-container_z466z_26 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  font-size: 17px;
  margin-bottom: 10px;
  user-select: none;
}

._checkbox-container_z466z_26 input {
  opacity: 0;
  height: 0;
  width: 0;
}

._checkmark_z466z_42 {
  height: 20px;
  width: 20px;
  background-color: var(--background);
  border: 1px solid var(--gray);
  margin-right: 10px;
  border-radius: 5px;
  flex-shrink: 0;
}

._checkbox-container_z466z_26 input:checked ~ ._checkmark_z466z_42 {
  background-color: var(--primary);
}

._checkmark_z466z_42:after {
  content: "";
  position: absolute;
  display: none;
}

._checkbox-container_z466z_26 input:checked ~ ._checkmark_z466z_42:after {
  display: block;
}

._checkbox-container_z466z_26 ._checkmark_z466z_42:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: var(--white);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}:root {
  --primary: #00B8CA;
  --primary-logo-background: #00B8CA;
  --white: #FFFFFF;
  --secondary: #2A3795;
  --tertiary: #1872b9;
  --awful-option: #F7565F;
  --not-really-option: #F29148;
  --not-bad-option: #F1D651;
  --pretty-good-option: #B6CF4A;
  --great-option: #319E50;
  --pink: #f8d7da;
  --background: #F5F5F5;
  --gray: #808080FF;
  --dark-gray: #333333;
  --black: #111111;
  --dark-blue: #0a0e25;
}

._bhvk-theme_380jy_20 {
  --primary: #2E5CDF;
  --primary-logo-background: #0F8F49;
  --secondary: #0F8F49;
}

._disabled_380jy_26 {
  opacity: 0.5;
  pointer-events: none;
}

._container_380jy_31 {
  display: flex;
  align-items: center;
  gap: 10px;
}

._text-input-box-label_380jy_37 {
  margin-bottom: 10px;
  color: var(--gray);
}

._text-input-box-label_380jy_37._focused_380jy_42 input {
  border-color: var(--primary);
  outline: none;
  top: -15px;
}

._text-input-box_380jy_37 {
  width: 175%;
  padding: 2px;
  border: 1px solid var(--gray);
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  ._text-input-box_380jy_37 {
    width: 120%;
  }
}
@supports (-moz-appearance: none) {
  ._text-input-box_380jy_37 {
    width: 100%;
  }
}:root {
  --primary: #00B8CA;
  --primary-logo-background: #00B8CA;
  --white: #FFFFFF;
  --secondary: #2A3795;
  --tertiary: #1872b9;
  --awful-option: #F7565F;
  --not-really-option: #F29148;
  --not-bad-option: #F1D651;
  --pretty-good-option: #B6CF4A;
  --great-option: #319E50;
  --pink: #f8d7da;
  --background: #F5F5F5;
  --gray: #808080FF;
  --dark-gray: #333333;
  --black: #111111;
  --dark-blue: #0a0e25;
}

._bhvk-theme_b8j6s_20 {
  --primary: #2E5CDF;
  --primary-logo-background: #0F8F49;
  --secondary: #0F8F49;
}

._follow-up-container_b8j6s_26 {
  display: flex;
  flex-direction: column;
}

._checkbox-input_b8j6s_31 {
  width: 70%;
}

@media (max-width: 768px) {
  ._scrollable-answers_b8j6s_36 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 260px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  ._scrollable-answers_b8j6s_36::-webkit-scrollbar {
    width: 5px;
  }
  ._scrollable-answers_b8j6s_36::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 5px;
  }
  ._checkbox-input_b8j6s_31 {
    width: 80%;
  }
}._likert-scale_1g8v2_1 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}:root {
  --primary: #00B8CA;
  --primary-logo-background: #00B8CA;
  --white: #FFFFFF;
  --secondary: #2A3795;
  --tertiary: #1872b9;
  --awful-option: #F7565F;
  --not-really-option: #F29148;
  --not-bad-option: #F1D651;
  --pretty-good-option: #B6CF4A;
  --great-option: #319E50;
  --pink: #f8d7da;
  --background: #F5F5F5;
  --gray: #808080FF;
  --dark-gray: #333333;
  --black: #111111;
  --dark-blue: #0a0e25;
}

._bhvk-theme_1p3p7_20 {
  --primary: #2E5CDF;
  --primary-logo-background: #0F8F49;
  --secondary: #0F8F49;
}

._likert-option-container_1p3p7_26 {
  display: flex;
  flex-direction: column;
}

._likert-option_1p3p7_26 {
  width: 50px;
  height: 50px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  margin: 0 8px;
  justify-content: center;
  align-items: center;
}
._likert-option_1p3p7_26._hovered_1p3p7_39 {
  transform: scale(1.2);
}
._likert-option_1p3p7_26._faded_1p3p7_42 {
  opacity: 0.5;
}

._option-text_1p3p7_46 {
  margin-top: 8px;
  font-size: 0.7em;
  font-weight: bold;
  text-align: center;
}
._option-text_1p3p7_46._awfulOption_1p3p7_52 {
  color: var(--awful-option);
}
._option-text_1p3p7_46._notReallyOption_1p3p7_55 {
  color: var(--not-really-option);
}
._option-text_1p3p7_46._prettyGoodOption_1p3p7_58 {
  color: var(--pretty-good-option);
}
._option-text_1p3p7_46._greatOption_1p3p7_61 {
  color: var(--great-option);
}
._option-text_1p3p7_46._notBadOption_1p3p7_64 {
  color: var(--not-bad-option);
}
._option-text_1p3p7_46._faded_1p3p7_42 {
  opacity: 0.5;
}._multiple-choice_1rx61_1 {
  display: flex;
  justify-content: center;
  width: 100%;
}

._button-wrapper_1rx61_7 {
  display: flex;
  gap: 20px;
  width: 100%;
}

._option_1rx61_13 {
  flex-grow: 1;
  width: 40%;
}:root {
  --primary: #00B8CA;
  --primary-logo-background: #00B8CA;
  --white: #FFFFFF;
  --secondary: #2A3795;
  --tertiary: #1872b9;
  --awful-option: #F7565F;
  --not-really-option: #F29148;
  --not-bad-option: #F1D651;
  --pretty-good-option: #B6CF4A;
  --great-option: #319E50;
  --pink: #f8d7da;
  --background: #F5F5F5;
  --gray: #808080FF;
  --dark-gray: #333333;
  --black: #111111;
  --dark-blue: #0a0e25;
}

._bhvk-theme_9ghqe_20 {
  --primary: #2E5CDF;
  --primary-logo-background: #0F8F49;
  --secondary: #0F8F49;
}

._popup-overlay_9ghqe_26 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation: _fadeInAnimation_9ghqe_1 ease 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes _fadeInAnimation_9ghqe_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
._popup-content_9ghqe_50 {
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  position: relative;
  z-index: 1001;
}

._popup-image_9ghqe_58 {
  width: 100px;
  height: 100px;
}

._signs_9ghqe_63 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

._sign-thanks_9ghqe_70 {
  color: var(--secondary);
  padding: 10px;
  border-radius: 4px;
  font-size: 3em;
}

._sign-explanation_9ghqe_77 {
  padding: 10px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 0.8em;
}:root {
  --primary: #00B8CA;
  --primary-logo-background: #00B8CA;
  --white: #FFFFFF;
  --secondary: #2A3795;
  --tertiary: #1872b9;
  --awful-option: #F7565F;
  --not-really-option: #F29148;
  --not-bad-option: #F1D651;
  --pretty-good-option: #B6CF4A;
  --great-option: #319E50;
  --pink: #f8d7da;
  --background: #F5F5F5;
  --gray: #808080FF;
  --dark-gray: #333333;
  --black: #111111;
  --dark-blue: #0a0e25;
}

._bhvk-theme_1rtkw_20 {
  --primary: #2E5CDF;
  --primary-logo-background: #0F8F49;
  --secondary: #0F8F49;
}

._loadingContainer_1rtkw_26 {
  flex-direction: column;
  text-align: left;
  width: 17%;
}
@media (max-width: 768px) {
  ._loadingContainer_1rtkw_26 {
    width: 80%;
  }
}

._spinner_1rtkw_37 {
  margin-top: 30vh;
  width: 50px;
  height: 50px;
  border: 6px solid var(--white);
  border-top: 6px solid var(--primary);
  border-radius: 50%;
  animation: _spin_1rtkw_37 1s linear infinite;
}

._text_1rtkw_47 {
  font-size: 20px;
  color: var(--black);
  text-align: left;
}
._text_1rtkw_47._fade-in_1rtkw_52 {
  animation: _fadeIn_1rtkw_1 0.5s ease-in-out;
}

._text-secondary_1rtkw_56 {
  font-size: 13px;
  font-weight: bold;
  color: var(--black);
}
._text-secondary_1rtkw_56._fade-in_1rtkw_52 {
  animation: _fadeIn_1rtkw_1 0.5s ease-in-out;
}

@keyframes _spin_1rtkw_37 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes _fade_1rtkw_52 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}:root {
  --primary: #00B8CA;
  --primary-logo-background: #00B8CA;
  --white: #FFFFFF;
  --secondary: #2A3795;
  --tertiary: #1872b9;
  --awful-option: #F7565F;
  --not-really-option: #F29148;
  --not-bad-option: #F1D651;
  --pretty-good-option: #B6CF4A;
  --great-option: #319E50;
  --pink: #f8d7da;
  --background: #F5F5F5;
  --gray: #808080FF;
  --dark-gray: #333333;
  --black: #111111;
  --dark-blue: #0a0e25;
}

._bhvk-theme_1qlmo_20 {
  --primary: #2E5CDF;
  --primary-logo-background: #0F8F49;
  --secondary: #0F8F49;
}

._alert_1qlmo_26 {
  padding: 15px;
  margin: 10px 0;
  border-radius: 4px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 21%;
}

._alert_1qlmo_26 span {
  flex-grow: 1;
}

._alert_1qlmo_26 ._close-button_1qlmo_41 {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: var(--awful-option);
}

._alert_1qlmo_26._error_1qlmo_49 {
  background-color: var(--pink);
  color: var(--awful-option);
}

@media (max-width: 768px) {
  ._alert_1qlmo_26 {
    width: 80%;
  }
}