@font-face {
  font-family: BalooBhaina2;
  src: url("_fonts/BalooBhaina2-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: BalooBhaina2;
  src: url("_fonts/BalooBhaina2-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: BalooBhaina2;
  src: url("_fonts/BalooBhaina2-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: BalooBhaina2;
  src: url("_fonts/BalooBhaina2-ExtraBold.ttf");
  font-weight: 900;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
}

.asmd-quiz {
  width: 100%;
  font-family: "BalooBhaina2";
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
.asmd-quiz * {
  box-sizing: border-box;
}
.asmd-quiz h1, .asmd-quiz h2, .asmd-quiz h3, .asmd-quiz h4 {
  font-weight: 900;
  line-height: 1.07;
  margin: 0;
}
.asmd-quiz h1, .asmd-quiz .h1 {
  font-size: 55px;
}
.asmd-quiz h2, .asmd-quiz .h2 {
  font-size: 35px;
}
.asmd-quiz h3, .asmd-quiz .h3 {
  font-size: 28px;
}
.asmd-quiz p {
  margin: 0;
}
.asmd-quiz .green {
  color: #00F38D;
}
.asmd-quiz .orange {
  color: #F57942;
}
.asmd-quiz .white {
  color: #fff;
}
.asmd-quiz .mt-small {
  margin-top: 10px;
}
.asmd-quiz .mt-smaller {
  margin-top: 30px;
}
.asmd-quiz .mt-normal {
  margin-top: 45px;
}
.asmd-quiz .mt-large {
  margin-top: 60px;
}
.asmd-quiz .asmd-footer-mb {
  display: none;
}
.asmd-quiz .asmd-footer-d {
  display: block;
}
.asmd-quiz .a-btn {
  position: relative;
  display: inline-block;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  opacity: 1;
  transition: 0.3s ease;
  cursor: pointer;
}
.asmd-quiz .a-btn.btn-intro {
  font-size: 30px;
  background-color: #0038C1;
  padding: 20px 55px 15px;
}
.asmd-quiz .a-btn.btn-answer {
  font-size: 25px;
  background-color: #0038C1;
  padding: 24px 15px 20px;
}
.asmd-quiz .a-btn.ctr-btn {
  padding: 11px 12px 7px;
  border-radius: 10px;
  font-size: 17px;
  background-color: #0038C1;
  color: #fff;
}
.asmd-quiz .a-btn.q-prev:before, .asmd-quiz .a-btn.q-prev:after, .asmd-quiz .a-btn.q-next:before, .asmd-quiz .a-btn.q-next:after, .asmd-quiz .a-btn.btn-action:before, .asmd-quiz .a-btn.btn-action:after {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.asmd-quiz .a-btn.q-prev {
  margin-right: 5px;
}
.asmd-quiz .a-btn.q-prev:before {
  content: "";
  margin-right: 10px;
  background-image: url("../img/global/arrow.svg");
}
.asmd-quiz .a-btn.q-prev:hover:before {
  animation: arrow-to-prev 0.6s ease forwards;
}
@keyframes arrow-to-prev {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
}
.asmd-quiz .a-btn.q-next {
  transition: 0.5s ease opacity, 0.8s ease transform;
  transition-delay: 0.5s;
}
.asmd-quiz .a-btn.q-next:after {
  content: "";
  margin-left: 10px;
  background-image: url("../img/global/arrow-white.svg");
}
.asmd-quiz .a-btn.q-next:hover:after {
  animation: arrow-to-next 0.6s ease forwards;
}
.asmd-quiz .a-btn.q-next.btn-hide {
  transform: translateY(3px);
}
.asmd-quiz .a-btn.q-next span:last-child {
  display: none;
}
@keyframes arrow-to-next {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}
.asmd-quiz .a-btn.btn-action:after {
  content: "";
  width: 17px;
  height: 17px;
  margin-left: 7px;
  margin-top: -2px;
  background-image: url("../img/global/action.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.asmd-quiz .a-btn.btn-action.a-bl:after {
  background-image: url("../img/global/action-blue.svg");
}
.asmd-quiz .a-btn.btn-result span:first-child {
  display: none;
}
.asmd-quiz .a-btn.btn-hide {
  opacity: 0;
  pointer-events: none;
  transition-delay: 0s;
}
.asmd-quiz a {
  color: inherit;
  text-decoration: none;
}
.asmd-quiz a:hover {
  color: inherit;
  text-decoration: none;
}
.asmd-quiz ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.asmd-quiz section {
  display: none;
  position: relative;
  width: 100%;
  background-image: url("../img/module01/background-pattern.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.asmd-quiz .asmd-inner-wrapper {
  max-width: 1001px;
  margin-left: auto;
  margin-right: auto;
}
.asmd-quiz .asmd-intro {
  transition: height 0.6s ease;
}
.asmd-quiz .asmd-intro .asmd-intro-banner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  padding-top: 90px;
  padding-left: 30px;
  z-index: 3;
}
.asmd-quiz .asmd-intro .asmd-intro-banner .intro-txt {
  margin-bottom: auto;
  width: 100%;
  max-width: 375px;
}
.asmd-quiz .asmd-intro .asmd-intro-banner .btn-intro {
  margin-top: auto;
  margin-bottom: auto;
  transform: translate(20%, -50%);
  flex-shrink: 0;
}
.asmd-quiz .asmd-intro .asmd-intro-banner .asmd-intro-person {
  width: 50%;
  flex-grow: 0;
  max-width: 750px;
  transform: translateX(10%);
}
.asmd-quiz .asmd-intro .asmd-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.asmd-quiz .asmd-intro > * {
  animation: fade-in 1s ease forwards;
}
.asmd-quiz .asmd-intro.active {
  display: block;
}
.asmd-quiz .asmd-quizes {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  transition: height 0.6s ease;
}
.asmd-quiz .asmd-quizes .asmd-quiz-container {
  width: 100%;
  animation: fade-in 1s ease forwards;
}
.asmd-quiz .asmd-quizes .swiper-title-wrapper {
  max-width: 100%;
  background-color: #0038C1;
}
.asmd-quiz .asmd-quizes .swiper-title-wrapper .swiper {
  max-width: 1001px;
  padding: 15px 10px 13px;
}
.asmd-quiz .asmd-quizes .swiper-title-wrapper .swiper .swiper-wrapper {
  align-items: center;
}
.asmd-quiz .asmd-quizes .swiper-title-wrapper .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
}
.asmd-quiz .asmd-quizes .swiper-title-wrapper .swiper .swiper-wrapper .swiper-slide p {
  font-size: 35px;
  line-height: 1.05;
}
.asmd-quiz .asmd-quizes .swiper-quiz-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
  padding-left: 10px;
}
.asmd-quiz .asmd-quizes .swiper-quiz-info ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  font-size: 12px;
}
.asmd-quiz .asmd-quizes .swiper-quiz-info ul li {
  width: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 5px;
  padding: 6px 4px 2px;
  border-radius: 50%;
  color: transparent;
  font-weight: 700;
  transition: 0.4s ease;
  border: 2px solid #0038C1;
}
.asmd-quiz .asmd-quizes .swiper-quiz-info ul li.solved {
  background-color: #0038C1;
}
.asmd-quiz .asmd-quizes .swiper-quiz-info ul li.active {
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #0038C1;
}
.asmd-quiz .asmd-quizes .swiper-quiz-info .ctr-btn {
  color: #0038C1;
  background-color: rgba(255, 255, 255, 0.6);
}
.asmd-quiz .asmd-quizes .swiper-answers {
  margin-bottom: 10px;
}
.asmd-quiz .asmd-quizes .swiper-answers .swiper-slide {
  display: flex;
  justify-content: space-between;
  margin-bottom: 220px;
}
.asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .btn-answer {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(33.333% - 20px);
  margin: 10px;
  padding: 13px 15px 11px;
  min-height: 120px;
}
.asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .btn-answer > span {
  margin-top: 5px;
}
.asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .btn-answer svg {
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
}
.asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .btn-answer svg path {
  stroke-dasharray: 24px;
  stroke-dashoffset: 24px;
  animation: checkmark 0.3s linear forwards;
}
.asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .btn-answer svg .cross_path_01 {
  animation-delay: 0.2s;
}
.asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .btn-answer:before {
  content: "";
  width: 41px;
  height: 41px;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 15px;
  border: 3px solid #00F38D;
  border-radius: 50%;
  box-sizing: border-box;
}
.asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .btn-answer.correct:before, .asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .btn-answer.wrong:before {
  background-color: #0038C1;
  border-color: #0038C1;
}
.asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .btn-answer.correct {
  background-color: #3CE09C;
  color: #0038C1;
}
.asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .btn-answer.wrong {
  background-color: #F57942;
}
.asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .btn-answer.wrong svg {
  transform: rotate(-90deg) translateX(50%);
}
.asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .answer-txt {
  position: absolute;
  width: calc(33.3% - 20px);
  height: 210px;
  top: calc(100% - 30px);
  left: 0;
  transform: translateX(10px);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #0038C1;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}
.asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .answer-txt:before, .asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .answer-txt:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 17px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
  pointer-events: none;
}
.asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .answer-txt:before {
  top: 0;
  height: 30px;
}
.asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .answer-txt .answer-txt-inner > div {
  display: none;
  padding: 40px 20px 30px;
}
.asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .answer-txt .answer-txt-inner > div p {
  color: #3CE09C;
  text-transform: uppercase;
}
.asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .answer-txt .answer-txt-inner .wrong-answer p {
  color: #F57942;
}
.asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .answer-txt.r-correct, .asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .answer-txt.r-false {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease 0.3s;
}
.asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .answer-txt.r-correct .correct-answer {
  display: block;
}
.asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .answer-txt.r-false .wrong-answer {
  display: block;
}
.asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .answer-txt.v1 {
  left: 33.33%;
}
.asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .answer-txt.v2 {
  left: 66.66%;
}
.asmd-quiz .asmd-quizes .asmd-quiz-footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 15px 0 30px;
  height: 250px;
}
.asmd-quiz .asmd-quizes .asmd-quiz-footer > * {
  position: relative;
  z-index: 1;
}
.asmd-quiz .asmd-quizes .asmd-quiz-footer img {
  height: 100%;
}
.asmd-quiz .asmd-quizes .asmd-quiz-footer .img-right {
  animation: move-to-left 1s ease forwards;
}
.asmd-quiz .asmd-quizes .asmd-quiz-footer .img-left {
  position: relative;
  top: -20%;
  animation: move-to-right 1s ease forwards;
}
.asmd-quiz .asmd-quizes .asmd-quiz-footer .ctr-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.asmd-quiz .asmd-quizes .asmd-quiz-footer .asmd-footer {
  position: absolute;
  bottom: -180px;
  right: 0;
}
.asmd-quiz .asmd-quizes .next-question-wrapper {
  text-align: center;
}
.asmd-quiz .asmd-quizes.active {
  display: flex;
}
.asmd-quiz .asmd-result {
  display: none;
  flex-direction: column;
  justify-content: space-between;
}
.asmd-quiz .asmd-result .asmd-result-container {
  position: relative;
  z-index: 3;
}
.asmd-quiz .asmd-result .asmd-result-title {
  background-color: #0038C1;
  padding: 15px 10px 13px;
}
.asmd-quiz .asmd-result .asmd-result-title .asmd-inner-wrapper {
  max-width: 636px;
  text-align: center;
}
.asmd-quiz .asmd-result .asmd-result-info {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.asmd-quiz .asmd-result .asmd-result-info ul {
  position: absolute;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
}
.asmd-quiz .asmd-result .asmd-result-info ul li {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  margin-right: 20px;
  background-color: #0038C1;
  border-radius: 50%;
}
.asmd-quiz .asmd-result .asmd-result-info ul li:last-child {
  margin-right: 0;
}
.asmd-quiz .asmd-result .asmd-result-content {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 0 15px 0 30px;
  padding-top: 100px;
}
.asmd-quiz .asmd-result .asmd-result-content img {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 17%;
  max-width: 231px;
}
.asmd-quiz .asmd-result .asmd-result-content .result-detail-txt {
  position: relative;
  display: inline-block;
  max-width: 605px;
  margin: 0 auto;
  padding: 30px 20px;
  border-radius: 15px;
  background-color: #fff;
  color: #0038C1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.asmd-quiz .asmd-result .asmd-result-content .result-detail-txt .result-detail-txt-scroll {
  padding: 10px;
}
.asmd-quiz .asmd-result .asmd-result-content .result-detail-txt .result-detail-txt-scroll p {
  margin-bottom: 30px;
}
.asmd-quiz .asmd-result .asmd-result-content .result-detail-txt .result-detail-txt-scroll .ctr-btn {
  margin-right: 8px;
  margin-top: 8px;
  padding: 11px 12px 7px;
}
.asmd-quiz .asmd-result .asmd-result-footer {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 100px;
  pointer-events: none;
}
.asmd-quiz .asmd-result .asmd-result-footer .result-footer-bg {
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
}
.asmd-quiz .asmd-result .asmd-result-footer .img-left {
  display: none;
}
.asmd-quiz .asmd-result .asmd-result-footer .result-footer-lady {
  position: absolute;
  width: 35%;
  max-width: 700px;
  right: -8%;
  bottom: 0;
  z-index: 1;
}
.asmd-quiz .asmd-result.active {
  display: flex;
}
.asmd-quiz .asmd-result.active > * {
  animation: fade-in 1s ease forwards;
}
.asmd-quiz .iScrollVerticalScrollbar {
  position: absolute;
  top: 30px;
  right: 10px;
  width: 5px;
  bottom: 20px;
  background-color: #ededed;
  border-radius: 5px;
}
.asmd-quiz .iScrollVerticalScrollbar .iScrollIndicator {
  position: absolute;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background-color: #bbbbbb;
}
.asmd-quiz.module02 section {
  background-image: url("../img/module02/background-pattern.png");
}
@media (max-width: 991.98px) {
  .asmd-quiz .asmd-footer-mb {
    display: block;
  }
  .asmd-quiz .asmd-footer-d {
    display: none;
  }
  .asmd-quiz .asmd-intro .asmd-intro-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5vh;
    padding-left: 0;
  }
  .asmd-quiz .asmd-intro .asmd-intro-banner .intro-txt {
    max-width: 345px;
    margin-bottom: 0;
  }
  .asmd-quiz .asmd-intro .asmd-intro-banner .btn-intro {
    margin-top: 45px;
    transform: none;
  }
  .asmd-quiz .asmd-intro .asmd-intro-banner .asmd-intro-person {
    width: 70%;
    transform: translateX(20%);
    align-self: flex-end;
  }
  .asmd-quiz .asmd-quizes .swiper-quiz-info {
    justify-content: space-between;
    max-width: 420px;
  }
  .asmd-quiz .asmd-quizes .swiper-quiz-info ul {
    position: relative;
    left: 0;
    transform: none;
  }
  .asmd-quiz .asmd-quizes .swiper-quiz-info ul li {
    margin: 0 2px;
  }
  .asmd-quiz .asmd-quizes .swiper-answers {
    padding: 0 10px;
  }
  .asmd-quiz .asmd-quizes .swiper-answers .swiper-slide {
    display: block;
    margin-bottom: 15px;
  }
  .asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .btn-answer {
    width: 100%;
    max-width: 420px;
    margin: 10px auto;
  }
  .asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .btn-answer.clickedOnce {
    display: none;
  }
  .asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .btn-answer.clickedOnce.wrong, .asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .btn-answer.clickedOnce.correct {
    display: flex;
  }
  .asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .answer-txt {
    width: 100%;
    max-width: 420px;
    min-height: 70%;
    left: 50%;
    top: auto;
    bottom: 15px;
    transform: translateX(-50%);
  }
  .asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .answer-txt.v1 {
    left: 50%;
  }
  .asmd-quiz .asmd-quizes .swiper-answers .swiper-slide .answer-txt.v2 {
    left: 50%;
  }
  .asmd-quiz .asmd-quizes .next-question-wrapper {
    margin-bottom: 50px;
  }
  .asmd-quiz .asmd-quizes .asmd-quiz-footer {
    justify-content: flex-end;
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .asmd-quiz .asmd-quizes .asmd-quiz-footer img {
    height: auto;
  }
  .asmd-quiz .asmd-quizes .asmd-quiz-footer .img-left {
    position: absolute;
    width: 35%;
    left: 40%;
    top: 10%;
    transform: translateX(-40%);
    animation: fade-in-simple 1s ease forwards;
  }
  .asmd-quiz .asmd-quizes .asmd-quiz-footer .img-right {
    width: 60%;
    left: 8%;
  }
  .asmd-quiz .asmd-quizes .asmd-quiz-footer .asmd-footer {
    width: 100%;
    bottom: 0;
  }
  .asmd-quiz .asmd-quizes .asmd-quiz-footer .ctr-btn {
    display: none;
  }
  .asmd-quiz .asmd-result .asmd-result-info {
    max-width: 605px;
    position: relative;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  .asmd-quiz .asmd-result .asmd-result-info ul {
    position: relative;
    left: 0;
    transform: none;
  }
  .asmd-quiz .asmd-result .asmd-result-info ul li {
    margin-right: 4px;
  }
  .asmd-quiz .asmd-result .asmd-result-content {
    padding: 15px 10px;
  }
  .asmd-quiz .asmd-result .asmd-result-content img {
    display: none;
  }
  .asmd-quiz .asmd-result .asmd-result-footer {
    position: relative;
    margin-top: 60px;
  }
  .asmd-quiz .asmd-result .asmd-result-footer .result-footer-bg {
    position: absolute;
    bottom: -10%;
  }
  .asmd-quiz .asmd-result .asmd-result-footer .result-footer-lady {
    position: relative;
    width: 45%;
  }
  .asmd-quiz .asmd-result .asmd-result-footer .img-left {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10%);
    width: 35%;
  }
  .asmd-quiz .asmd-result.active {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .asmd-quiz.module02 section {
    background-image: url("../img/module02/background-pattern-mob.png");
  }
}
@media (max-width: 420px) {
  .asmd-quiz .asmd-quizes .swiper-quiz-info {
    flex-direction: column;
  }
  .asmd-quiz .asmd-quizes .swiper-quiz-info ul {
    margin-bottom: 15px;
  }
  .asmd-quiz .asmd-quizes .swiper-control {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .asmd-quiz .asmd-quizes .swiper-control .ctr-btn {
    width: 50%;
  }
  .asmd-quiz .asmd-quizes .swiper-control .ctr-btn.btn-action {
    flex-shrink: 0;
    text-align: center;
  }
}
@keyframes checkmark {
  to {
    stroke-dashoffset: 48px;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fade-in-simple {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes move-to-right {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  80% {
    transform: translateX(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes move-to-left {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  80% {
    transform: translateX(0px);
  }
  100% {
    opacity: 1;
  }
}

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