@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-know-what {
  position: relative;
  background: #0D032D;
  background-size: contain;
  background-position: left bottom;
  color: #FFF;
}
.accor-know-what__title {
  margin: 0 0 32px;
  color: #FFF;
}
.accor-know-what__items .item {
  transition: all 0.2s ease;
  border-radius: 0;
  background: transparent;
}
.accor-know-what__items .item__title {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 24px 24px 24px 64px;
  border-bottom: 1px solid #FFF;
  cursor: pointer;
  transition: all 0.2s ease;
}
.accor-know-what__items .item__title::before, .accor-know-what__items .item__title::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: 36px;
  left: 24px;
  transition: all 0.2s ease;
}
.accor-know-what__items .item__title::after {
  transform: rotate(90deg);
}
.accor-know-what__items .item__content {
  max-height: 0;
  padding: 0 24px 0 64px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.accor-know-what__items .item__content ol,
.accor-know-what__items .item__content ul {
  padding-left: 32px;
  margin: 0 0 24px;
}
.accor-know-what__items .item__content ol li,
.accor-know-what__items .item__content ul li {
  margin: 0 0 8px;
}
.accor-know-what__items .item__content ol li ul,
.accor-know-what__items .item__content ul li ul {
  margin-top: 8px;
  padding-left: 24px;
  list-style: disc;
}
.accor-know-what__items .item:last-child .item__title {
  border-bottom-color: transparent;
}
.accor-know-what__items .item.active {
  border-radius: 6px;
  background: #FFF;
  margin-top: 8px;
  margin-bottom: 8px;
}
.accor-know-what__items .item.active .item__title {
  color: #545465;
  padding-bottom: 16px;
  border-bottom: 1px solid #FFF !important;
}
.accor-know-what__items .item.active .item__title::before, .accor-know-what__items .item.active .item__title::after {
  background-color: #545465;
}
.accor-know-what__items .item.active .item__title::after {
  transform: none;
}
.accor-know-what__items .item.active .item__content {
  color: #545465;
  padding: 0 16px 24px 64px;
  opacity: 1;
  visibility: visible;
  max-height: -moz-max-content;
  max-height: max-content;
}
.accor-know-what__items .item.active .item__content img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 24px auto;
}
.accor-know-what__img {
  display: block;
  max-width: 50%;
  flex: 0 0 50%;
  padding: 20px;
}
.accor-know-what__content {
  display: block;
  max-width: 50%;
  flex: 0 0 50%;
}
.accor-know-what__bg {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.accor-know-what__bg img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.accor-know-what__wrap {
  z-index: 2;
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  .accor-know-what__img {
    max-width: 30%;
    flex: 0 0 30%;
  }
  .accor-know-what__content {
    max-width: 70%;
    flex: 0 0 70%;
    padding-left: 24px;
  }
}
@media (max-width: 899px) {
  .accor-know-what__items .item__title::after, .accor-know-what__items .item__title::before {
    left: 18px;
  }
  .accor-know-what__items .item.active {
    background: transparent;
  }
  .accor-know-what__items .item.active .item__title {
    color: #FFF;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 52px;
  }
  .accor-know-what__items .item.active .item__title::after, .accor-know-what__items .item.active .item__title::before {
    background: #FFF;
  }
  .accor-know-what__items .item.active .item__content {
    padding-left: 0;
    padding-top: 24px;
    color: #FFF;
  }
  .accor-know-what__img {
    display: none;
  }
  .accor-know-what__content {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 16px;
  }
  .accor-know-what__bg {
    display: none;
  }
  .accor-know-what__wrap {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.lity-container {
  max-width: 90%;
}/*# sourceMappingURL=accordion-know-what.css.map */