@charset "UTF-8";
@font-face {
  font-family: "ITC Avant Garde Std";
  src: url("fonts/ITCAvantGardeStd-Md.woff2") format("woff2"), url("fonts/ITCAvantGardeStd-Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Avant Garde Std";
  src: url("fonts/ITCAvantGardeStd-Bk.woff2") format("woff2"), url("fonts/ITCAvantGardeStd-Bk.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Avant Garde Std";
  src: url("fonts/ITCAvantGardeStd-Demi.woff2") format("woff2"), url("fonts/ITCAvantGardeStd-Demi.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
#ade-container {
  --ade-color-amber: #F9B000;
  --ade-color-light-blue: #435686;
  --ade-color-dark-blue: #111A31;
  --ade-color-grey: #737373;
  --ade-color-border: #e0e0e0;
  font-family: "ITC Avant Garde Std", "sans-serif";
  width: 100%;
  color: black;
  /* Background ring */
  /* Foreground progress ring */
  /* Centered percentage text */
}
#ade-container .ade-quiz {
  gap: 16px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  #ade-container .ade-quiz aside {
    display: none;
  }
}
#ade-container .ade-input {
  border-radius: 4px;
  padding: 14px 20px 10px;
  background: white;
  border: 1px solid var(--ade-color-border);
  width: 100%;
}
#ade-container .ade-input-button {
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  font-weight: 500;
  background: white;
  border-radius: 4px;
  min-width: 128px;
  text-align: center;
  cursor: pointer;
  padding: 14px 20px 10px;
  transition: background-color 0.3s ease;
  box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(25, 28, 33, 0.02);
  user-select: none;
}
#ade-container .ade-input-button:hover {
  background: rgba(255, 255, 255, 0.75);
}
#ade-container .ade-input-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#ade-container .ade-input-button:has(:checked), #ade-container .ade-input-button.ade-input-button--checked {
  color: white;
  background: var(--ade-color-light-blue);
}
#ade-container .ade-input-button input {
  accent-color: white;
  margin-right: 10px;
  cursor: pointer;
}
#ade-container .ade-input-button svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
#ade-container .ade-back {
  background: white;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 0;
  cursor: pointer;
  padding: 50px 10px;
  box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(25, 28, 33, 0.02);
}
#ade-container .ade-back svg {
  transform: rotate(90deg);
  height: 14px;
  width: 14px;
}
#ade-container aside {
  width: 25%;
}
#ade-container aside .progress {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  gap: 28px;
}
#ade-container aside .progress p {
  font-size: 20px;
  font-weight: bold;
  max-width: 208px;
}
@media (max-width: 1200px) {
  #ade-container aside .progress p {
    font-size: 13px;
  }
}
#ade-container aside nav {
  margin-left: 32px;
}
#ade-container aside nav > p {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
}
#ade-container aside nav .ade-line {
  background: var(--ade-color-border);
  width: 1px;
  height: 100%;
  position: absolute;
  left: 18px;
  top: 0;
}
#ade-container aside nav .number {
  position: relative;
  color: var(--ade-color-grey);
  background: white;
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  padding-top: 9px;
  height: 36px;
  width: 36px;
  flex-shrink: 0;
}
#ade-container aside nav li {
  display: flex;
  gap: 16px;
  min-height: 72px;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
}
#ade-container aside nav li:last-of-type .ade-line {
  display: none;
}
#ade-container aside nav li:hover {
  opacity: 0.75;
}
#ade-container aside nav li p {
  position: relative;
  color: var(--ade-color-grey);
  margin-top: 8px;
}
#ade-container #ade-submit {
  background: var(--ade-color-amber);
  color: white;
}
#ade-container .ade-questions {
  width: 66.6666%;
}
@media (min-width: 1300px) {
  #ade-container .ade-questions {
    padding-right: 80px;
  }
}
@media (max-width: 1000px) {
  #ade-container .ade-questions {
    width: 100%;
  }
}
#ade-container .ade-questions .ade-line {
  background: var(--ade-color-border);
  width: 1px;
  height: 100%;
  position: absolute;
  left: 24px;
  top: 0;
}
@media (max-width: 767px) {
  #ade-container .ade-questions .ade-line {
    left: 20px;
  }
}
#ade-container .ade-questions .number {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  padding-top: 11px;
  height: 48px;
  width: 48px;
  flex-shrink: 0;
  color: white;
  background: var(--ade-color-amber);
}
@media (max-width: 767px) {
  #ade-container .ade-questions .number {
    font-size: 14px;
    width: 40px;
    height: 40px;
  }
}
#ade-container .ade-questions li {
  display: flex;
  gap: 28px;
  position: relative;
}
@media (max-width: 767px) {
  #ade-container .ade-questions li {
    gap: 20px;
  }
}
#ade-container .ade-questions li:last-of-type .ade-line {
  display: none;
}
#ade-container .ade-questions li[data-active=true] .number {
  /*					color: white;
  					background: var(--ade-color-amber);*/
}
#ade-container .ade-questions .ade-buttons {
  margin-top: 16px;
  display: flex;
  gap: 12px;
}
#ade-container .ade-questions h2 {
  font-size: 30px;
  color: var(--ade-color-amber);
  font-weight: bold;
  margin: 8px 0 24px;
}
@media (max-width: 767px) {
  #ade-container .ade-questions h2 {
    font-size: 20px;
    margin: 7px 0 16px;
  }
}
#ade-container .ade-questions h3 {
  color: black;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 767px) {
  #ade-container .ade-questions h3 {
    font-size: 15px;
  }
}
#ade-container .ade-questions .ade-theme {
  padding-bottom: 80px;
}
#ade-container .ade-questions .ade-theme:last-of-type {
  padding-bottom: 0;
}
#ade-container .ade-questions .ade-question {
  padding-bottom: 80px;
}
#ade-container .ade-questions .ade-question p {
  color: var(--ade-color-grey);
  font-size: 16px;
}
@media (max-width: 767px) {
  #ade-container .ade-questions .ade-question p {
    margin-top: 5px;
    font-size: 13px;
  }
}
#ade-container .ade-results {
  gap: 16px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  #ade-container .ade-results {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
#ade-container .ade-results aside {
  width: 25%;
}
@media (max-width: 1000px) {
  #ade-container .ade-results aside {
    width: 100%;
  }
}
#ade-container .ade-results aside .donut-chart {
  width: 130px;
  height: 130px;
  margin: 0 auto 20px;
}
#ade-container .ade-results aside h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
  text-align: center;
}
#ade-container .ade-results aside p {
  color: var(--ade-color-grey);
}
#ade-container .ade-results aside form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
#ade-container .ade-results aside form label:has(input[type=checkbox]) {
  font-size: 12px;
}
#ade-container .ade-results aside form a {
  text-decoration: underline;
}
#ade-container .ade-results .ade-results-content {
  width: 66.6666%;
}
@media (max-width: 1000px) {
  #ade-container .ade-results .ade-results-content {
    width: 100%;
  }
}
#ade-container .ade-results .ade-results-content .title {
  font-size: 32px;
  font-weight: bold;
  color: black;
}
@media (max-width: 767px) {
  #ade-container .ade-results .ade-results-content .title {
    font-size: 28px;
    line-height: 1.2em;
  }
}
#ade-container .ade-results .ade-results-content .intro {
  margin: 20px 0 30px;
}
#ade-container .ade-results .ade-results-content .intro p:not(.title) {
  color: var(--ade-color-grey);
  max-width: 575px;
}
#ade-container .ade-results .ade-results-content p {
  font-size: 14px;
  color: var(--ade-color-grey);
}
#ade-container .ade-results details {
  background: white;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(25, 28, 33, 0.02);
  transition: 0.3s;
  margin-bottom: 15px;
  cursor: pointer;
}
#ade-container .ade-results details:hover {
  box-shadow: 0px 2px 20px -1px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(25, 28, 33, 0.02);
}
#ade-container .ade-results details[open] .score button svg {
  transform: rotate(180deg);
}
#ade-container .ade-results details h2 {
  color: var(--ade-color-amber);
  font-weight: bold;
  font-size: 20px;
  margin-left: 50px;
  margin-top: 6px;
  margin-bottom: 10px;
}
@media (max-width: 1000px) {
  #ade-container .ade-results details h2 {
    font-size: 16px;
    line-height: 1.25em;
  }
}
#ade-container .ade-results details .subtitle {
  font-size: 14px;
  font-weight: 500;
  color: var(--ade-color-grey);
  margin-top: 3px;
}
@media (max-width: 1000px) {
  #ade-container .ade-results details .subtitle {
    font-size: 11px;
  }
}
#ade-container .ade-results details .score {
  display: flex;
  align-items: center;
  gap: 15px;
}
#ade-container .ade-results details .score .ade-arrow {
  background: var(--ade-color-amber);
  border-radius: 4px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
#ade-container .ade-results details .score .ade-arrow svg {
  height: 12px;
  width: 12px;
}
#ade-container .ade-results details .score .ade-arrow path {
  fill: white;
}
#ade-container .ade-results details .donut-chart {
  width: 33px;
  height: 33px;
}
#ade-container .ade-results details ul {
  font-size: 14px;
  padding-left: 37px;
  color: var(--ade-color-grey);
}
@media (max-width: 1000px) {
  #ade-container .ade-results details ul {
    padding-left: 0;
  }
}
#ade-container .ade-results details .list-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-left: 48px;
}
@media (max-width: 1000px) {
  #ade-container .ade-results details .list-item {
    font-size: 13px;
  }
}
#ade-container .ade-results details .list-item svg {
  height: 1em;
  width: 1em;
  display: inline;
}
#ade-container .ade-results details summary {
  list-style: none;
}
#ade-container .ade-results details summary::-webkit-details-marker {
  display: none;
}
#ade-container .ade-results .theme-content {
  margin-left: 50px;
  margin-top: 30px;
}
#ade-container .ade-results .theme-content > p {
  margin-bottom: 20px;
}
#ade-container .ade-results .theme-content h3 {
  display: flex;
  gap: 15px;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 3px;
}
@media (max-width: 1000px) {
  #ade-container .ade-results .theme-content h3 {
    font-size: 14px;
    margin-bottom: 1em;
  }
}
#ade-container .ade-results .theme-content h3 svg {
  height: 20px;
  width: 20px;
}
#ade-container .ade-results .theme-content li {
  margin-bottom: 0.25em;
}
#ade-container .ade-results .question {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
#ade-container .ade-results .question .number {
  color: white;
  background: var(--ade-color-amber);
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  padding-top: 6px;
  height: 30px;
  width: 30px;
  flex-shrink: 0;
}
#ade-container .ade-results .question .right {
  padding-top: 4px;
}
#ade-container #ade-pdf-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 0;
  height: 0;
  overflow: hidden;
}
#ade-container .ade-pdf {
  display: block;
  background: white;
  width: 1240px;
  height: 1754px;
  padding: 90px;
  font-size: 16px;
}
#ade-container .ade-pdf .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#ade-container .ade-pdf .banner {
  background: var(--ade-color-dark-blue);
  border-radius: 8px;
  padding: 35px 50px;
  display: flex;
  color: white;
}
#ade-container .ade-pdf .banner > div:first-child {
  width: 50%;
}
#ade-container .ade-pdf .banner > div:nth-child(2) {
  width: 50%;
}
#ade-container .ade-pdf .banner img {
  margin-left: auto;
  width: 45%;
  height: auto;
}
#ade-container .ade-pdf .banner p:first-child {
  font-size: 30px;
  font-weight: bold;
}
#ade-container .ade-pdf .banner p:first-child span {
  color: var(--ade-color-amber);
}
#ade-container .ade-pdf .first-page {
  margin-top: 50px;
}
#ade-container .ade-pdf .charts {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-top: 40px;
}
#ade-container .ade-pdf .charts > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#ade-container .ade-pdf .charts > div:first-child {
  margin-right: 20px;
}
#ade-container .ade-pdf .charts > div:first-child .percent-text {
  top: 60px;
  font-size: 30px;
}
#ade-container .ade-pdf .charts > div:first-child p {
  font-size: 18px;
  font-weight: bold;
}
#ade-container .ade-pdf .charts > div:first-child .donut-chart {
  width: 160px;
  height: 160px;
}
#ade-container .ade-pdf .charts p {
  text-align: center;
  font-weight: 500;
  margin-top: 1em;
  font-size: 14px;
}
#ade-container .ade-pdf .charts .percent-text {
  position: absolute;
  top: 48px;
  font-size: 20px;
  font-weight: bold;
}
#ade-container .ade-pdf .charts .donut-chart {
  transform: rotate(90deg);
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
}
#ade-container .ade-pdf .themes {
  margin-top: 80px;
  display: grid;
  column-gap: 50px;
  row-gap: 100px;
  grid-template-columns: 1fr 1fr;
}
#ade-container .ade-pdf .themes > div {
  display: flex;
  gap: 25px;
}
#ade-container .ade-pdf .themes h2 {
  color: var(--ade-color-amber);
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.3em;
}
#ade-container .ade-pdf .themes p {
  color: var(--ade-color-grey);
}
#ade-container .ade-pdf .themes .desc {
  margin-top: 1em;
}
#ade-container .ade-pdf .themes .number {
  color: white;
  background: black;
  font-weight: 500;
  font-size: 20px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  padding-top: 12px;
  height: 48px;
  width: 48px;
  flex-shrink: 0;
}
#ade-container .ade-pdf .foot {
  margin-top: auto;
}
#ade-container .ade-pdf .foot .left {
  display: flex;
  gap: 20px;
  align-items: center;
}
#ade-container .ade-pdf .foot .left img {
  width: 65px;
  height: 65px;
}
#ade-container .ade-pdf .foot .text {
  font-size: 12px;
  display: flex;
  gap: 22px;
  align-items: flex-end;
}
#ade-container .ade-pdf .foot .text > div:first-child p:first-child {
  color: var(--ade-color-amber);
  font-size: 14px;
  font-weight: 500;
}
#ade-container .ade-pdf .question {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
#ade-container .ade-pdf .question .number {
  color: white;
  background: var(--ade-color-amber);
  font-weight: 500;
  font-size: 18px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  padding-top: 9px;
  height: 40px;
  width: 40px;
  flex-shrink: 0;
}
#ade-container .ade-pdf .question .right {
  padding-top: 8px;
  color: var(--ade-color-grey);
}
#ade-container .ade-pdf .question .ade-title {
  color: black;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
#ade-container .ade-pdf-theme-page .intro {
  margin: 30px 0 50px;
  display: flex;
  gap: 50px;
}
#ade-container .ade-pdf-theme-page .ade-text {
  display: flex;
  gap: 25px;
  margin-top: 35px;
}
#ade-container .ade-pdf-theme-page .ade-text h2 {
  color: var(--ade-color-amber);
  font-weight: bold;
  font-size: 30px;
  margin: 8px 0 10px;
  line-height: 1.3em;
}
#ade-container .ade-pdf-theme-page .ade-text p {
  color: var(--ade-color-grey);
}
#ade-container .ade-pdf-theme-page .ade-text .desc {
  margin-top: 1em;
}
#ade-container .ade-pdf-theme-page .ade-text .number {
  color: white;
  background: black;
  font-weight: 500;
  font-size: 20px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  padding-top: 12px;
  height: 48px;
  width: 48px;
  flex-shrink: 0;
}
#ade-container .ade-pdf-theme-page .donut-chart {
  width: 120px;
  height: 120px;
  position: relative;
}
#ade-container .ade-pdf-theme-page .percent-text {
  position: absolute;
  top: 48px;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
#ade-container .ade-response-message > div {
  border-radius: 4px;
  background: #eafff3;
  padding: 15px 20px;
  margin-top: 10px;
  font-size: 14px;
}
#ade-container .ade-response-message > div p {
  color: #00401a;
}
#ade-container .ade-response-message > div[type=error] {
  background: #ffeaea;
}
#ade-container .ade-response-message > div[type=error] p {
  color: #690212;
}
#ade-container .ade-response-message > div p {
  margin: 0;
}
#ade-container .donut-chart {
  flex-shrink: 0;
  --percent: 0;
  width: 100px;
  height: 100px;
}
#ade-container .donut-chart svg {
  /* Start the circle at 12 o’clock */
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
  overflow: visible;
}
#ade-container .donut-chart circle {
  fill: none;
  stroke-width: 40;
  stroke-linecap: round;
}
#ade-container .donut-chart .bg {
  stroke: rgba(0, 0, 0, 0.05);
}
#ade-container .donut-chart .progress {
  /* Link to the gradient defined below */
  stroke: url(#ade-gradient);
  /* circumference = 2πr ≈ 2π×80 ≈ 502.65 */
  stroke-dasharray: 502.65px;
  /* Offset by the unfilled portion */
  stroke-dashoffset: calc(502.65px * (1 - var(--percent) / 100));
  transition: stroke-dashoffset 0.5s;
  filter: url(#shadow);
}
#ade-container .donut-chart text {
  /* counter the parent’s –90° */
  transform: rotate(90deg);
  /* make the center of rotation the middle of the SVG */
  transform-box: fill-box;
  transform-origin: center;
  font-weight: bold;
  font-size: 30px;
}

/*# sourceMappingURL=styles.css.map */
