body {
  letter-spacing: .1em; }

img {
  max-width: 100%; }

.pb-0 {
  padding-bottom: 0; }

.pt-0 {
  padding-top: 0; }

section.section {
  padding-top: 40px;
  padding-bottom: 40px; }

/* BUTTON */
.mainBtn {
  text-align: center;
  padding: 1em 3em;
  width: 400px;
  max-width: 100%;
  border: 2px solid #70ba97;
  color: #70ba97;
  font-size: 20px;
  display: inline-block;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all 0.3s cubic-bezier(1, 0, 0, 1);
  transition: all 0.3s cubic-bezier(1, 0, 0, 1);
  cursor: pointer; }
  .mainBtn:hover {
    color: #fdfdfd;
    text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(1, 0, 0, 1);
    transition: all 0.3s cubic-bezier(1, 0, 0, 1); }
    .mainBtn:hover:before {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition: all 0.3s cubic-bezier(1, 0, 0, 1);
      transition: all 0.3s cubic-bezier(1, 0, 0, 1); }
  .mainBtn:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #70ba97;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.3s cubic-bezier(1, 0, 0, 1);
    transition: all 0.3s cubic-bezier(1, 0, 0, 1); }
  .mainBtn.purple {
    color: #70309e;
    border-color: #70309e; }
    .mainBtn.purple:hover {
      color: #fdfdfd; }
    .mainBtn.purple:before {
      background-color: #70309e; }

/* NAVIGATION  */
.navWrapper {
  color: #fdfdfd;
  background-color: #333;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .navWrapper .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .navWrapper .navigation h1 {
      font-size: 25px;
      margin-bottom: 0; }

.mv {
  position: relative; }
  .mv:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #333; }
  .mv.mv01 {
    margin-bottom: 50px; }
    .mv.mv01:before {
      display: none; }
  .mv.mv02:before {
    display: none; }

.quizTitle {
  color: #333;
  margin-bottom: .5em;
  margin-top: 50px; }

/* FORM */
section.formSection {
  background-color: rgba(111, 48, 156, 0.03);
  padding-bottom: 80px;
  position: relative; }
  section.formSection:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(111, 48, 156, 0.03);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }

form {
  padding-top: 50px;
  padding-bottom: 25px;
  text-align: center; }
  form label {
    color: #70309e;
    display: block;
    font-size: 18px;
    font-weight: bold; }
    form label span {
      display: inline-block;
      padding: 0 1em; }
  form input {
    width: 600px;
    max-width: 100%;
    padding: .8em 1em;
    margin-bottom: .5em;
    border: 2px solid #70309e; }
    form input:focus {
      outline: none; }
  form .small {
    font-size: .8em; }

.hint01,
.hint02 {
  padding-top: 250px; }

#hint01Box,
#hint02Box {
  margin-top: 800px;
  margin-bottom: 200px; }

.triangleBox {
  margin-top: 1em;
  margin-left: 23px;
  color: #70309e;
  opacity: .5; }

.hintBox {
  position: relative;
  color: #70309e;
  display: block; }
  .hintBox:before {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid #70309e;
    border-radius: 100px;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%); }
  .hintBox:hover {
    color: #70309e; }
  .hintBox .inner {
    position: relative;
    display: inline-block;
    background-color: #fff;
    margin-left: 23px;
    padding: .4em 20px .2em 0;
    font-weight: bold; }
    .hintBox .inner .number {
      font-weight: normal;
      font-size: 50px;
      position: absolute;
      line-height: 1;
      right: 0;
      bottom: 0px; }
  .hintBox.btnHint02 .inner {
    padding-right: 30px; }

.collectAnswer {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #c1272d;
  margin-bottom: 50px; }

.incollectAnswer {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #0071bc;
  margin-bottom: 50px; }
/*# sourceMappingURL=style.css.map */