@keyframes bounce2 {
  0% {
    transform: scale(1, 1) translateX(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateX(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateX(-4px);
  }
  50% {
    transform: scale(1.05, 0.95) translateX(2px);
  }
  57% {
    transform: scale(1, 1) translateX(-2px);
  }
  64% {
    transform: scale(1, 1) translateX(0);
  }
  100% {
    transform: scale(1, 1) translateX(0);
  }
}
/* Fonts */
.accor-how-to {
  position: relative;
  background: #D2E7FA;
}
.accor-how-to__title {
  margin: 0 0 32px;
}
.accor-how-to__nav {
  display: flex;
  margin-bottom: 32px;
}
.accor-how-to__nav .nav {
  display: flex;
  padding: 12px;
  background: #FFF;
  border-radius: 36px;
  list-style: none;
  padding: 12px 6px;
  margin: 0;
}
.accor-how-to__nav .nav-item {
  padding: 0 6px;
}
.accor-how-to__nav .nav-link {
  display: block;
  padding: 12px;
  font-weight: 600;
  color: #626b79;
  transition: all 0.2s ease;
  border-radius: 24px;
}
.accor-how-to__nav .nav-link:hover {
  color: #4b61dd;
  text-decoration: none;
}
.accor-how-to__nav .nav-link.active {
  background: #4b61dd;
  color: #FFF;
}
.accor-how-to__list {
  min-height: 524px;
}
.accor-how-to__list .item {
  display: flex;
  padding: 24px;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: 1px solid #FFF;
  transition: all 0.2s ease;
  border-radius: 0;
  margin: 0 0 12px;
}
.accor-how-to__list .item span.no {
  display: block;
  width: 36px;
  height: 36px;
  max-width: 36px;
  flex: 0 0 36px;
  padding: 6px;
  text-align: center;
  border-radius: 18px;
  background: #FFF;
  border: 1px solid #4B61DC;
  color: #4B61DC;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.accor-how-to__list .item span.text {
  font-weight: 600;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 16px;
}
.accor-how-to__list .item__img-sm {
  display: none;
}
.accor-how-to__list .item:last-child {
  margin-bottom: 0;
}
.accor-how-to__list .item.active {
  background: #FFF;
  border-color: #4B61DC;
  border-radius: 6px;
}
.accor-how-to__list .item.active span.no {
  background: #4B61DC;
  color: #FFF;
}
.accor-how-to__content {
  max-width: 50%;
  flex: 0 0 50%;
  padding-right: 40px;
}
.accor-how-to__content .pane {
  display: none;
}
.accor-how-to__content .pane.active {
  display: block;
}
.accor-how-to__img {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  display: none;
}
.accor-how-to__img .image {
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.accor-how-to__img .image.active {
  display: block;
}
.accor-how-to__img::after {
  content: "";
  z-index: 2;
  display: block;
  width: 520px;
  height: 80px;
  position: absolute;
  bottom: -1px;
  right: 0;
  background: url(shape.webp);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.accor-how-to__img.active {
  display: block;
}
.accor-how-to__wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
.accor-how-to__wrap > .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .accor-how-to::after {
    content: "";
    z-index: 2;
    display: block;
    width: 260px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(shape.webp);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  .accor-how-to__title {
    text-align: center;
  }
  .accor-how-to__nav {
    justify-content: center;
  }
  .accor-how-to__list .item {
    flex-wrap: wrap;
  }
  .accor-how-to__list .item span.no {
    max-width: 36px;
    flex: 0 0 36px;
  }
  .accor-how-to__list .item span.text {
    max-width: calc(100% - 36px);
    flex: 0 0 calc(100% - 36px);
    padding-left: 16px;
  }
  .accor-how-to__list .item__img-sm {
    display: block;
    max-width: 100%;
    flex: 0 0 100%;
    max-height: 0;
    padding-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in;
  }
  .accor-how-to__list .item__img-sm img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in;
    border-radius: 16px;
  }
  .accor-how-to__list .item.active .item__img-sm {
    margin-top: 24px;
    max-height: -moz-max-content;
    max-height: max-content;
    opacity: 1;
    visibility: visible;
  }
  .accor-how-to__list .item.active .item__img-sm img {
    max-height: -moz-max-content;
    max-height: max-content;
    opacity: 1;
    visibility: visible;
  }
  .accor-how-to__content {
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 0;
  }
  .accor-how-to__img {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .accor-how-to__nav .nav-link {
    font-size: 14px;
    line-height: 20px;
  }
}/*# sourceMappingURL=accordion-how-to.css.map */