@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes crip_left {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes btn {
  0%,
  50% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(-15px);
  }
  70% {
    transform: translateX(15px);
  }
  80% {
    transform: translateX(-10px);
  }
  90% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
body {
  margin: 0;
  text-align: center;
}
body .wrap {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
body .wrap .por {
  position: relative;
}
body .wrap .poa {
  position: absolute;
}
body .wrap img {
  max-width: 750px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}
body .wrap .active {
  display: block !important;
  animation: opacity 0.8s forwards linear;
}
body .wrap .none {
  display: none;
}
body .wrap #question .btn_wrap {
  width: 100%;
  position: relative;
  margin: 10px auto;
}
body .wrap #question .btn_wrap input {
  opacity: 0;
  position: absolute;
  left: 0;
}
body .wrap #question .btn_wrap label {
  width: 90%;
  padding: 5% 0%;
  display: inline-block;
  cursor: pointer;
  transition: 0.5s;
  border: solid 1px #686868;
  border-radius: 5px;
  line-height: 1;
  box-shadow: 0px 5px 15px 0px rgba(87, 87, 87, 0.35);
}
body .wrap #question .btn_wrap input:checked + label {
  background: #fffac4;
}
body .wrap #question .btn_wrap input:focus + label {
  box-shadow: 0 0 4px #fffac4;
}
body .wrap #question .next_btn {
  width: 50%;
  height: auto;
  padding: 1.5em;
  margin: 2em auto;
  box-sizing: border-box;
  background: #ff9716;
  font-weight: bold;
  font-size: 1.5em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
  border: none;
  color: #fff;
  font-family: sans-serif;
  cursor: pointer;
}
body .wrap #question .next_btn .next_icon {
  content: "";
  transform: translateY(-50%) rotate(-45deg);
  width: 0.5em;
  height: 0.5em;
  margin-left: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transition: transform 0.3s;
  background-color: rgba(0, 0, 0, 0);
  top: 50%;
  right: 15%;
}
body .wrap #question .flex {
  display: flex;
}
body .wrap #question .flex .btn_wrap label {
  padding: 10% 0%;
}
body .wrap #question #s1 .swiper-con {
  bottom: 50%;
  right: 0%;
  left: 0%;
}
body .wrap #question #s1 .swiper-con .swiper-button-prev,
body .wrap #question #s1 .swiper-con .swiper-button-next {
  height: 60px;
  width: 60px;
}
body .wrap #question #s1 .swiper-con .swiper-button-prev::after,
body .wrap #question #s1 .swiper-con .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 60px;
  margin: auto;
  width: 60px;
}
body .wrap #question #s1 .swiper-con .swiper-button-prev::after {
  background-image: url(../img/left.webp);
}
body .wrap #question #s1 .swiper-con .swiper-button-next::after {
  background-image: url(../img/right.webp);
}
body .wrap #question #s1 .swiper-con .swiper-button-prev {
  top: 48%;
  left: 11%;
}
body .wrap #question #s1 .swiper-con .swiper-button-next {
  top: 48%;
  right: 11%;
}
body
  .wrap
  #question
  #s1
  .swiper-con
  .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -40px;
}
body .wrap #question #s1 .swiper-con .swiper-pagination-bullet {
  opacity: 1;
  background: #686868;
}
body .wrap #question #s1 .swiper-con .swiper-pagination-bullet-active {
  background: #ddcf34;
}
body
  .wrap
  #question
  #s1
  .swiper-con
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
body
  .wrap
  #question
  #s1
  .swiper-con
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}
body .wrap #question #q5 .btn_wrap input:checked + label .check {
  display: block !important;
  animation: opacity 0.1s forwards linear, crip_left 0.5s forwards ease-in-out;
}
body .wrap #question #q5 .btn_wrap label {
  padding: 2.5% 0%;
  text-align: left;
}
body .wrap #question #q5 .btn_wrap label img {
  margin-left: 7%;
}
body .wrap #question #q5 .btn_wrap label .check {
  display: none;
  width: 6.4814814815%;
  top: 24%;
  left: 3.5%;
}
body .wrap #question #q5 .btn_wrap label .check_2 {
  top: 31%;
  left: 3.5%;
}
body .wrap #question #q5 .next_btn {
  margin-top: 0;
}
body .wrap #thanks {
  display: none;
}
@media (max-width: 750px) {
  body .wrap #question .next_btn {
    width: 80%;
    padding: 1em;
    font-size: 1.2em;
  }
  body .wrap #question #s1 .swiper-con {
    bottom: 52%;
    right: 0%;
    left: 0%;
  }
  body .wrap #question #s1 .swiper-con .swiper-button-prev,
  body .wrap #question #s1 .swiper-con .swiper-button-next {
    height: 8vw;
    width: 8vw;
  }
  body .wrap #question #s1 .swiper-con .swiper-button-prev::after,
  body .wrap #question #s1 .swiper-con .swiper-button-next::after {
    height: 8vw;
    width: 8vw;
  }
  body .wrap #question #s1 .swiper-con .swiper-button-prev {
    top: 52%;
  }
  body .wrap #question #s1 .swiper-con .swiper-button-next {
    top: 52%;
  }
  body
    .wrap
    #question
    #s1
    .swiper-con
    .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -16%;
  }
  body
    .wrap
    #question
    #s1
    .swiper-con
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  body
    .wrap
    #question
    #s1
    .swiper-con
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px);
    width: var(
      --swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 5px)
    );
    height: var(
      --swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 5px)
    );
  }
}
.btn {
  width: 88.7962962963%;
  bottom: 10%;
  left: 0%;
  right: 0%;
  animation: btn 2s ease-in-out infinite;
}
.img1 {
  width: 100%;
}
.img10 {
  width: 100%;
}
.img11 {
  width: 100%;
}
.img12 {
  width: 100%;
}
.img12_1 {
  width: 100%;
}
.img12_2 {
  width: 100%;
}
.img13 {
  width: 100%;
}
.img2 {
  width: 100%;
}
.img2_1 {
  width: 100%;
}
.img2_2 {
  width: 100%;
}
.img3 {
  width: 100%;
}
.img3_1 {
  width: 100%;
}
.img3_2 {
  width: 100%;
}
.img4 {
  width: 100%;
}
.img4_1 {
  width: 100%;
}
.img4_2 {
  width: 100%;
}
.img5 {
  width: 100%;
}
.img6 {
  width: 100%;
}
.img7 {
  width: 100%;
}
.img8 {
  width: 100%;
}
.img8_1 {
  width: 100%;
}
.img8_2 {
  width: 100%;
}
.img9 {
  width: 100%;
}
.men {
  width: 7.3148148148%;
}
.na {
  width: 17.037037037%;
}
.no {
  width: 22.1296296296%;
}
.q5_1 {
  width: 61.1111111111%;
}
.q5_2 {
  width: 59.537037037%;
}
.q5_3 {
  width: 64.8148148148%;
}
.q5_4 {
  width: 69.8148148148%;
}
.q5_5 {
  width: 59.537037037%;
}
.q5_6 {
  width: 63.3333333333%;
}
.q5_7 {
  width: 64.6296296296%;
}
.q5_8 {
  width: 62.4074074074%;
}
.woman {
  width: 7.3148148148%;
}
.yes {
  width: 15.3703703704%;
}
.swiper1 {
  width: 60.1851851852%;
}
.swiper2 {
  width: 60.1851851852%;
}
.swiper3 {
  width: 60.1851851852%;
} /*# sourceMappingURL=style.min.css.map */
