@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");
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: 320px;
}
body header .header-container {
  position: relative;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  width: auto;
  min-width: 280px;
  max-width: 1000px;
  text-align: center;
}
body header .header-container .header-title {
  display: flex;
  padding: 30px 50px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  box-sizing: border-box;
}
body header .header-container .header-title .img-container {
  width: 40%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
body header .header-container .header-title .img-container img {
  width: 100%;
}
body header .header-container .header-title h1 {
  padding: 30px 0;
  margin: 0;
  line-height: 100%;
  font-family: "Orelega One", sans-serif;
  font-weight: 400;
  color: white;
  font-size: 42px;
  flex: 1;
}
body header .header-container .description {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 50px;
  margin: 0;
  box-sizing: border-box;
  background: white;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
body header .header-container .description p {
  padding: 0;
  margin: 0;
  color: #333;
  line-height: 150%;
}
body main {
  width: 100%;
  padding: 0;
  padding-top: 150px;
  padding-bottom: 50px;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}
body main .main-container {
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: auto;
  min-width: 300px;
  max-width: 800px;
  left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
body main .main-container .checking {
  text-align: center;
}
body main .main-container .question-header {
  padding: 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;
  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;
}
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: 700;
  line-height: 150%;
}
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: 0 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-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;
}
body main .progress-bar-container .progress-bar {
  height: 20px;
  background: #289ae0;
  border-radius: 4px;
  overflow: hidden;
}
body main .progress-bar-container .progress-bar .progress {
  background: #8fd4ff;
  height: 20px;
  transition: width 0.5s ease;
}
body footer {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background: #FAFAFA;
}
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: blue;
}
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: 390px;
  }
  body header .header-container .header-title {
    padding: 20px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body header .header-container .header-title .img-container {
    width: 100%;
    box-sizing: border-box;
  }
  body header .header-container .header-title .img-container img {
    width: 80%;
  }
  body header .header-container .header-title h1 {
    font-size: 32px;
    padding: 20px 0;
    padding-bottom: 0;
  }
  body header .header-container .description {
    padding: 30px;
    font-size: 14px;
  }
  body main {
    padding-top: 180px;
    padding-bottom: 0;
  }
  body main .main-container {
    padding: 0 20px;
    row-gap: 20px;
  }
  body main .main-container .question-header h2 {
    font-size: 28px;
  }
  body main .main-container .question-header p.question {
    font-size: 18px;
  }
  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 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;
  }
  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 */