@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Orelega+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap");
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
body header {
  margin: 0;
  box-sizing: border-box;
  background: #2ca8f5;
  padding: 0 20px;
  position: relative;
  width: 100%;
  height: 240px;
}
body header .header-container {
  position: relative;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  width: auto;
  max-width: 900px;
  text-align: center;
}
body header .header-container h1 {
  padding: 20px 0;
  padding-top: 40px;
  margin: 0;
  line-height: 100%;
  font-family: "Shadows Into Light Two", sans-serif;
  font-weight: 800;
  color: white;
  font-size: 31px;
  letter-spacing: 3px;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
body header .header-container .description {
  position: relative;
  display: flex;
  background: white;
  padding: 40px 50px;
  align-items: center;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 20px;
  box-sizing: border-box;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
body header .header-container .description img {
  width: 40%;
}
body header .header-container .description div {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  flex: 1;
  padding: 0;
  box-sizing: border-box;
  padding-left: 20px;
  border: none;
  border-left: #ddd solid 4px;
}
body header .header-container .description div p {
  text-align: left;
  padding: 0;
  margin: 0;
  line-height: 150%;
  font-size: 14px;
}
body main {
  width: 100%;
  padding: 0 20px;
  padding-top: 100px;
  padding-bottom: 20px;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  /* .progress-bar-container {
      position: relative;
      width: auto;
      min-width: 300px;
      max-width: 900px;
      background: transparent;
      margin: 0 auto;
      margin-top: 20px;
      padding: 0;
      box-sizing: border-box;
      border: none;
      border-radius: 12px;
      margin-bottom: 50px;

      .progress-bar {
          height: 12px;
          background: #fff;
          overflow: hidden;
          border: #eee solid 2px;
          border-radius: 100px;
          transition: width 0.5 ease;
          box-sizing: border-box;

          .progress {
              background: #ddd;
              height: 12px;
              transition: width 0.5 ease;
          }
      }
  } */
  /* .progress-bar-container {
      position: relative;
      width: auto;
      min-width: 300px;
      max-width: 1000px;
      background: #2ca8f5;
      margin: 0 auto;
      margin-top: 50px;
      padding: 20px;
      box-sizing: border-box;
      border: none;
      border-radius: 12px;

      .progress-bar {
          height: 20px;
          background: #289ae0;
          border-radius: 4px;
          overflow: hidden;

          .progress {
              background: #8fd4ff;
              height: 20px;
              transition: width 0.5s ease;
          }
      }
  } */
}
body main .main-container {
  position: relative;
  padding: 20px 0;
  margin: 0 auto;
  left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  min-width: 300px;
  max-width: 800px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  box-sizing: border-box;
}
body main .main-container .checking {
  text-align: center;
}
body main .main-container .question-header {
  padding: 20px 0;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
body main .main-container .question-header h2 {
  font-size: 32px;
  font-family: "Orelega One", sans-serif;
  font-weight: 500;
  color: #333;
  text-align: center;
  padding: 0;
  margin: 0;
  position: relative;
  line-height: 100%;
}
body main .main-container .question-header p.question {
  padding: 0;
  margin: 0;
  line-height: 120%;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
body main .main-container .question-header .guidelines {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 0;
  margin: 20px 0;
  box-sizing: border-box;
}
body main .main-container .question-header .guidelines .guide-row {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
body main .main-container .question-header .guidelines .guide-row .guide-number {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font-size: 20px;
  font-weight: 800;
  background: #ffc61c;
}
body main .main-container .question-header .guidelines .guide-row p {
  padding: 20px;
  background: #2ca8f5;
  color: white;
  border-radius: 12px;
  margin: 0;
  flex: 1;
  line-height: 150%;
  text-align: left;
  font-weight: 600;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
body main .main-container .question-header .agreement {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: center;
  align-items: center;
}
body main .main-container .question-header .agreement p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #555;
}
body main .main-container .question-header .agreement button {
  width: 50%;
  box-sizing: border-box;
  padding: 24px;
  color: #222;
  border: none;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(to bottom, rgb(255, 202, 89), #e4a319);
  background-size: 100% 100%;
  background-position: bottom;
  box-shadow: inset 0px 8px 0px rgba(255, 230, 177, 0.5);
  transition: all 0.3s;
}
body main .main-container .question-header .agreement button:hover {
  cursor: pointer;
  background-position: top;
  box-shadow: inset 0px 8px 0px rgba(255, 230, 177, 0.3), 0px 5px 10px rgba(0, 0, 0, 0.2);
  background-size: 100% 200%;
}
body main .main-container .question-options {
  position: relative;
  width: 100%;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body main .main-container .question-options button {
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
  color: #222;
  border: none;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(to bottom, rgb(255, 202, 89), #e4a319);
  background-size: 100% 100%;
  background-position: bottom;
  box-shadow: inset 0px 8px 0px rgba(255, 230, 177, 0.5);
  transition: all 0.3s;
}
body main .main-container .question-options button:hover {
  cursor: pointer;
  background-position: top;
  box-shadow: inset 0px 8px 0px rgba(255, 230, 177, 0.3), 0px 5px 10px rgba(0, 0, 0, 0.2);
  background-size: 100% 200%;
}
body main .checking-container {
  position: relative;
  width: auto;
  min-width: 300px;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px 20px;
  display: none;
  text-align: center;
}
body main .checking-container .checking {
  text-align: center;
}
body main .checking-container .checking h3 {
  transition: opacity 0.5s ease;
}
body main .checking-container .checking p {
  color: #888;
  transition: opacity 0.5s ease;
}
body main .progress-bar {
  position: relative;
  width: auto;
  min-width: 300px;
  max-width: 900px;
  background: #fff;
  border: #eee solid 2px;
  transition: width 0.5s ease;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 50px;
  height: 14px;
  padding: 1px;
  margin: 20px auto;
  margin-bottom: 0;
}
body main .progress-bar .progress {
  position: relative;
  background: #ddd;
  height: 100%;
  transition: width 0.5s ease;
  border-radius: 50px;
}
body footer {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background: #f5f5f5;
}
body footer .footer-container {
  position: relative;
  width: auto;
  min-width: 300px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 50px 20px 50px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
body footer .footer-container .footer-copy {
  font-size: 14px;
  color: #888;
}
body footer .footer-container .footer-links {
  text-align: center;
}
body footer .footer-container .footer-links ul {
  list-style: none;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
body footer .footer-container .footer-links ul li {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #888;
}
body footer .footer-container .footer-links ul li a {
  color: #888;
}
body footer .footer-container .footer-disclaimer p {
  line-height: 150%;
  font-size: 13px;
  color: #888;
}
body .content {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: #333;
  font-family: "Inter", sans-serif;
}
body .content .content-container {
  position: relative;
  width: auto;
  min-width: 300px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
body .content .content-container div {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
body .content .content-container h1, body .content .content-container h2 {
  padding: 0;
  margin: 0;
  line-height: 120%;
}
body .content .content-container h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
body .content .content-container p {
  line-height: 150%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #555;
  font-weight: 400;
}
body .content .content-container p a {
  color: blue;
}
body .content .content-container ul {
  margin: 0;
}
body .content .content-container ul li {
  font-size: 14px;
  color: #555;
  line-height: 150%;
}

@media screen and (max-width: 450px) {
  body header {
    padding: 0 20px;
    height: 310px;
  }
  body header .header-container .header-title {
    padding: 20px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body header .header-container .header-title h1 {
    font-size: 20px;
    padding: 20px 0;
    padding-bottom: 0;
  }
  body header .header-container .description {
    padding: 30px;
    font-size: 14px;
    flex-direction: column;
    row-gap: 20px;
  }
  body header .header-container .description img {
    width: 100%;
  }
  body header .header-container .description div p {
    font-size: 13px;
  }
  body main {
    padding: 0 20px;
    padding-top: 210px;
    padding-bottom: 0;
  }
  body main .main-container {
    padding: 0;
    padding-bottom: 20px;
    row-gap: 20px;
  }
  body main .main-container .question-header h2 {
    font-size: 24px;
  }
  body main .main-container .question-header p.question {
    font-size: 16px;
  }
  body main .main-container .question-header .guidelines {
    margin: 10px 0;
  }
  body main .main-container .question-header .guidelines .guide-row {
    flex-direction: column;
    row-gap: 0;
  }
  body main .main-container .question-header .guidelines .guide-row .guide-number {
    position: relative;
    z-index: 10;
  }
  body main .main-container .question-header .guidelines .guide-row p {
    font-size: 14px;
    padding-top: 31px;
    margin-top: -21px;
  }
  body main .main-container .question-header .agreement p {
    font-size: 14px;
  }
  body main .main-container .question-header .agreement button {
    width: 100%;
    font-size: 18px;
  }
  body main .main-container .question-options {
    flex-direction: column;
    row-gap: 10px;
  }
  body main .main-container .question-options button {
    font-size: 18px;
  }
  body main .checking-container .checking h3 {
    font-size: 16px;
  }
  body main .checking-container .checking p {
    font-size: 14px;
  }
  body main .progress-bar-container {
    border-radius: 0;
    padding: 10px;
    box-sizing: border-box;
  }
  body footer .footer-container {
    padding: 50px 20px 20px 20px;
    row-gap: 20px;
  }
  body footer .footer-container .footer-copy {
    font-size: 12px;
  }
  body footer .footer-container .footer-links ul li {
    font-size: 12px;
  }
  body footer .footer-container .footer-disclaimer p {
    font-size: 11px;
  }
}/*# sourceMappingURL=style.css.map */