:root {
  --primary: #F9BF2B;
  --mild-yellow: #F4C643;
  --red: #F4C643;
  --white: #ffffff;
  --gray: #282827;
  --medium-gray: #E9E9EC;
  --light-gray: #F2F2F8;
  --dark: #3c3c3c;
  --black: #0E0E0E;
}

#cmplz-cookiebanner-container,
.grecaptcha-badge {
  display: none !important;
}

body {
  padding-top: 0;
}
body main {
  background-color: #0c2863;
  background: linear-gradient(270deg, #0c2863, #0073dd);
  min-height: 100vh;
}
body main .questionnaire {
  max-width: 900px;
  margin-inline: auto;
}
body main .questionnaire .wrapper {
  background-color: var(--white);
  position: relative;
  margin-bottom: 40px;
}
body main .questionnaire .wrapper h1 {
  font-size: 28px;
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  body main .questionnaire .wrapper h1 {
    font-size: 28px;
    text-align: center;
  }
}
body main .questionnaire .wrapper .logos img {
  height: 50px;
  width: auto;
}
body main .questionnaire .wrapper .question-wrapper .number {
  font-weight: 500;
  border: 2px solid #0063be;
  min-height: 22px;
  min-width: 22px;
}
body main .questionnaire .wrapper .question .alert {
  border-radius: 0;
}
body main .questionnaire .wrapper .answer-wrapper {
  min-width: 110px;
  background-color: #f0f0f0;
  padding: 1rem;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  body main .questionnaire .wrapper .answer-wrapper {
    display: flex;
    width: 100%;
  }
}
body main .questionnaire .wrapper .answer-wrapper label,
body main .questionnaire .wrapper .answer-wrapper input {
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  body main .questionnaire .wrapper .answer-wrapper label,
  body main .questionnaire .wrapper .answer-wrapper input {
    margin-left: 0.5rem;
  }
}
body main .questionnaire .wrapper .answer-wrapper label {
  font-weight: 500;
  margin-left: 10px;
}
body main .questionnaire .wrapper .answer-wrapper:not(.text-only-wrapper) textarea {
  width: calc(100% - 40px);
  padding: 10px;
  margin-left: 20px;
}
body main .questionnaire .wrapper .answer-wrapper.text-only-wrapper textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: -8px;
}
body main .questionnaire .wrapper .optional-comment-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 15px;
}
body main .questionnaire .wrapper .optional-comment-wrapper label {
  font-weight: 500;
}
body main .questionnaire .wrapper .optional-comment-wrapper textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: -8px;
}
body main .questionnaire .you-win {
  margin: 0 auto;
  padding: 15px 30px;
  background-color: rgb(173, 250, 173);
  border: 1px solid rgb(48, 235, 48);
  color: black;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin-top: 35px;
}
body main .questionnaire .buttons .outline {
  color: #0c1b49;
}
body main .questionnaire .buttons .outline:hover {
  background-color: #0c1b49 !important;
  color: white;
}