.grid-and-padding {
  display: grid;
  padding-left: calc(70rem * 1 / 18);
  padding-right: calc(70rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .grid-and-padding {
    grid-template-columns: repeat(12, 1fr);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-and-padding {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid-no-padding {
  display: grid;
  grid-template-columns: 2.604% repeat(24, 1fr) 2.604%;
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .grid-no-padding {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-no-padding {
    grid-template-columns: repeat(4, 1fr);
  }
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.z-4 {
  z-index: 4 !important;
}
.z-5 {
  z-index: 5 !important;
}
.z-6 {
  z-index: 6 !important;
}
.z-7 {
  z-index: 7 !important;
}
.z-8 {
  z-index: 8 !important;
}
.z-9 {
  z-index: 9 !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-11 {
  z-index: 11 !important;
}
.z-12 {
  z-index: 12 !important;
}
.z-13 {
  z-index: 13 !important;
}
.z-14 {
  z-index: 14 !important;
}
.z-15 {
  z-index: 15 !important;
}
.z-16 {
  z-index: 16 !important;
}
.z-17 {
  z-index: 17 !important;
}
.z-18 {
  z-index: 18 !important;
}
.z-19 {
  z-index: 19 !important;
}
.z-20 {
  z-index: 20 !important;
}
.articulatCF-normal {
  font-family: "articulat-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.articulatCF-regular {
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.articulatCF-medium {
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.articulatCF-demibold {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.articulatCF-bold {
  font-family: "articulat-cf", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.arrow-button {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: calc(15rem * 1 / 18) 0;
  color: #101921;
  text-decoration: none;
  font-size: calc(16rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  transition: background-color 0.3s;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .arrow-button {
    font-size: 16px;
    line-height: 24.5px;
    letter-spacing: 0.35px;
  }
}
@media only screen and (max-width: 600px) {
  .arrow-button {
    font-size: 14px;
    line-height: 22.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .arrow-button {
    align-items: center;
  }
}
.arrow-button svg {
  margin-right: calc(15rem * 1 / 18);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .arrow-button svg {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .arrow-button svg {
    margin-right: 10px;
  }
}
.arrow-button:hover {
  color: #FA851E;
}
.arrow-button:hover svg {
  margin-right: calc(10rem * 1 / 18);
  margin-left: calc(5rem * 1 / 18);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .arrow-button:hover svg {
    margin-right: 10px;
    margin-left: 5px;
  }
}
.arrow-button:hover svg path {
  stroke: #FA851E;
}
.font-size72 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(72rem * 1 / 18);
  line-height: calc(82rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size72 {
    font-size: 44px;
    line-height: 48.5px;
  }
}
.font-size56 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(56rem * 1 / 18);
  line-height: calc(61.6rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size56 {
    font-size: 56px;
    line-height: 61.6px;
  }
}
.section-title {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(48rem * 1 / 18);
  line-height: calc(56rem * 1 / 18);
  color: #101921;
}
@media only screen and (max-width: 1023px) {
  .section-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .section-title {
    font-size: 36px;
    line-height: 39.6px;
  }
}
.font-size42 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(42rem * 1 / 18);
  line-height: calc(50rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size42 {
    font-size: 42px;
    line-height: 50px;
  }
}
.font-size40 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(40rem * 1 / 18);
  line-height: calc(48rem * 1 / 18);
  color: #101921;
}
@media only screen and (max-width: 1023px) {
  .font-size40 {
    font-size: 40px;
    line-height: 48px;
  }
}
.font-size36 {
  font-size: calc(36rem * 1 / 18);
  line-height: calc(47rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size36 {
    font-size: 36px;
    line-height: 47px;
  }
}
.font-size30 {
  font-size: calc(30rem * 1 / 18);
  line-height: calc(32.5rem * 1 / 18);
  letter-spacing: calc(0.8rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size30 {
    font-size: 30px;
    line-height: 32.5px;
    letter-spacing: 0.8px;
  }
}
@media only screen and (max-width: 600px) {
  .font-size30 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.5px;
  }
}
.font-size28 {
  font-size: calc(28rem * 1 / 18);
  line-height: calc(30.5rem * 1 / 18);
  letter-spacing: calc(0.6rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size28 {
    font-size: 28px;
    line-height: 30.5px;
    letter-spacing: 0.6px;
  }
}
.font-size26 {
  font-size: calc(26rem * 1 / 18);
  line-height: calc(28.5rem * 1 / 18);
  letter-spacing: calc(0.6rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size26 {
    font-size: 26px;
    line-height: 28.5px;
    letter-spacing: 0.6px;
  }
}
.font-size24 {
  font-size: calc(24rem * 1 / 18);
  line-height: calc(26.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size24 {
    font-size: 24px;
    line-height: 26.5px;
    letter-spacing: 0.5px;
  }
}
.font-size22 {
  font-size: calc(22rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size22 {
    font-size: 22px;
    line-height: 24.5px;
    letter-spacing: 0.5px;
  }
}
.font-size20 {
  font-size: calc(20rem * 1 / 18);
  line-height: calc(22.5rem * 1 / 18);
  letter-spacing: calc(0.9rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size20 {
    font-size: 20px;
    line-height: 22.5px;
    letter-spacing: 0.9px;
  }
}
.font-size18-demibold {
  font-size: calc(18rem * 1 / 18);
  line-height: calc(27rem * 1 / 18);
  letter-spacing: calc(0.36rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size18-demibold {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
  }
}
.font-size18-regular {
  font-size: calc(18rem * 1 / 18);
  line-height: calc(27rem * 1 / 18);
  letter-spacing: calc(0.36rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size18-regular {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
  }
}
.font-size17 {
  font-size: calc(17rem * 1 / 18);
  line-height: calc(25.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size17 {
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 600px) {
  .font-size17 {
    font-size: 16px;
    line-height: 25.5px;
  }
}
.font-size16 {
  font-size: calc(16rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size16 {
    font-size: 16px;
    line-height: 24.5px;
    letter-spacing: 0.35px;
  }
}
@media only screen and (max-width: 600px) {
  .font-size16 {
    font-size: 14px;
    line-height: 22.5px;
  }
}
.font-size15 {
  font-size: calc(15rem * 1 / 18);
  line-height: calc(23.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size15 {
    font-size: 15px;
    line-height: 23.5px;
    letter-spacing: 0.5px;
  }
}
.font-size14 {
  font-size: calc(14rem * 1 / 18);
  line-height: calc(15.5rem * 1 / 18);
  letter-spacing: calc(1rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size14 {
    font-size: 14px;
    line-height: 15.5px;
    letter-spacing: 1px;
  }
}
.font-size14-bold {
  font-size: calc(14rem * 1 / 18);
  line-height: calc(15.5rem * 1 / 18);
  letter-spacing: calc(1rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 800;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size14-bold {
    font-size: 14px;
    line-height: 15.5px;
    letter-spacing: 1px;
  }
}
.font-size12 {
  font-size: calc(12rem * 1 / 18);
  line-height: calc(13.5rem * 1 / 18);
  letter-spacing: calc(0.9rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size12 {
    font-size: 12px;
    line-height: 13.5px;
    letter-spacing: 0.9px;
  }
}
.radius5 {
  border-radius: calc(5rem * 1 / 18);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .radius5 {
    border-radius: 5px;
  }
}
.pp {
  display: grid;
  grid-template-columns: 2.604% repeat(24, 1fr) 2.604%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  row-gap: calc(150rem * 1 / 18);
  margin-bottom: calc(144rem * 1 / 18);
  /* HTML: <div class="loader"></div> */
}
@media only screen and (max-width: 1023px) {
  .pp {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .pp {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1023px) {
  .pp {
    row-gap: 150px;
    margin-bottom: 144px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .pp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pp__policy,
.pp__terms {
  grid-column: 2 / span 24;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .pp__policy,
  .pp__terms {
    grid-column: 1 / -1;
    column-gap: 20px;
    grid-template-columns: repeat(12, 1fr);
  }
}
.pp__policy-left,
.pp__terms-left {
  grid-column: 1 / span 9;
}
@media only screen and (max-width: 1023px) {
  .pp__policy-left,
  .pp__terms-left {
    grid-column: 1 / -1;
  }
}
.pp__policy-left--heading,
.pp__terms-left--heading {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(48rem * 1 / 18);
  line-height: calc(56rem * 1 / 18);
  color: #101921;
}
@media only screen and (max-width: 1023px) {
  .pp__policy-left--heading,
  .pp__terms-left--heading {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .pp__policy-left--heading,
  .pp__terms-left--heading {
    font-size: 36px;
    line-height: 39.6px;
  }
}
.pp__policy-left--description,
.pp__terms-left--description {
  padding: calc(32rem * 1 / 18) calc(10rem * 1 / 18) 0 calc(5rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .pp__policy-left--description,
  .pp__terms-left--description {
    padding: 32px 10px 0 5px;
  }
}
.pp__policy-left--description > *,
.pp__terms-left--description > * {
  font-size: calc(17rem * 1 / 18);
  line-height: calc(25.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #101921;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .pp__policy-left--description > *,
  .pp__terms-left--description > * {
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 600px) {
  .pp__policy-left--description > *,
  .pp__terms-left--description > * {
    font-size: 16px;
    line-height: 25.5px;
  }
}
.pp__policy-left--description a,
.pp__terms-left--description a {
  color: #FA851E;
  text-decoration: none;
}
.pp__policy-left--description a:hover,
.pp__terms-left--description a:hover {
  text-decoration: underline;
}
.pp__policy-right,
.pp__terms-right {
  grid-column: 11 / span 14;
  margin-top: calc(90rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .pp__policy-right,
  .pp__terms-right {
    grid-column: 1 / -1;
    margin-top: 58px;
  }
}
.pp__policy-right > *,
.pp__terms-right > * {
  font-size: calc(17rem * 1 / 18);
  line-height: calc(25.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .pp__policy-right > *,
  .pp__terms-right > * {
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 600px) {
  .pp__policy-right > *,
  .pp__terms-right > * {
    font-size: 16px;
    line-height: 25.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .pp__policy-right > *,
  .pp__terms-right > * {
    margin-bottom: 10px;
  }
}
.pp__policy-right > * .mb-0,
.pp__terms-right > * .mb-0 {
  margin-bottom: 0 !important;
}
.pp__policy-right > * .pl-13,
.pp__terms-right > * .pl-13 {
  padding-left: calc(13rem * 1 / 18) !important;
  opacity: 0.9;
}
@media only screen and (max-width: 1023px) {
  .pp__policy-right > * .pl-13,
  .pp__terms-right > * .pl-13 {
    padding-left: 13px !important;
  }
}
.pp__policy-right h3,
.pp__terms-right h3 {
  font-size: calc(20rem * 1 / 18);
  line-height: calc(22.5rem * 1 / 18);
  letter-spacing: calc(0.9rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: calc(5rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .pp__policy-right h3,
  .pp__terms-right h3 {
    font-size: 20px;
    line-height: 22.5px;
    letter-spacing: 0.9px;
  }
}
@media only screen and (max-width: 1023px) {
  .pp__policy-right h3,
  .pp__terms-right h3 {
    margin-bottom: 5px;
  }
}
.pp__policy-right p strong,
.pp__terms-right p strong {
  font-size: calc(20rem * 1 / 18);
  line-height: calc(22.5rem * 1 / 18);
  letter-spacing: calc(0.9rem * 1 / 18);
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .pp__policy-right p strong,
  .pp__terms-right p strong {
    font-size: 20px;
    line-height: 22.5px;
    letter-spacing: 0.9px;
  }
}
.pp__policy-right p a,
.pp__terms-right p a {
  color: #FA851E;
  text-decoration: none;
}
.pp__policy-right p a:hover,
.pp__terms-right p a:hover {
  text-decoration: underline;
}
.pp__policy-right .wp-block-heading,
.pp__terms-right .wp-block-heading {
  font-size: calc(22rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-weight: 600;
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .pp__policy-right .wp-block-heading,
  .pp__terms-right .wp-block-heading {
    font-size: 22px;
    line-height: 24.5px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .pp__policy-right .wp-block-heading,
  .pp__terms-right .wp-block-heading {
    margin-bottom: 10px;
  }
}
.pp__policy-right ul,
.pp__terms-right ul {
  margin-left: calc(25rem * 1 / 18);
  list-style: disc;
}
@media only screen and (max-width: 1023px) {
  .pp__policy-right ul,
  .pp__terms-right ul {
    margin-left: 12.5px;
  }
}
.pp__policy-right ul li,
.pp__terms-right ul li {
  position: relative;
  padding-left: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .pp__policy-right ul li,
  .pp__terms-right ul li {
    padding-left: 13px;
  }
}
.pp__terms {
  position: relative;
}
.pp__loadMore {
  grid-column: 1 / -1;
  width: calc(1920rem * 1 / 18);
  height: calc(583rem * 1 / 18);
  background: linear-gradient(0deg, #FFF 24.03%, rgba(255, 255, 255, 0.5) 85.18%);
  position: absolute;
  bottom: calc(-144rem * 1 / 18);
  left: 0;
}
@media only screen and (max-width: 1023px) {
  .pp__loadMore {
    width: calc(100% + 64px);
    height: 583px;
    bottom: -144px;
    left: -32px;
  }
}
@media only screen and (max-width: 600px) {
  .pp__loadMore {
    width: calc(100% + 40px);
    left: -20px;
  }
}
.pp__loadMore-button {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: calc(15rem * 1 / 18) 0;
  color: #101921;
  text-decoration: none;
  font-size: calc(16rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  transition: background-color 0.3s;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  bottom: calc(139rem * 1 / 18);
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1023px) {
  .pp__loadMore-button {
    font-size: 16px;
    line-height: 24.5px;
    letter-spacing: 0.35px;
  }
}
@media only screen and (max-width: 600px) {
  .pp__loadMore-button {
    font-size: 14px;
    line-height: 22.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .pp__loadMore-button {
    align-items: center;
  }
}
.pp__loadMore-button svg {
  margin-right: calc(15rem * 1 / 18);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .pp__loadMore-button svg {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pp__loadMore-button svg {
    margin-right: 10px;
  }
}
.pp__loadMore-button:hover {
  color: #FA851E;
}
.pp__loadMore-button:hover svg {
  margin-right: calc(10rem * 1 / 18);
  margin-left: calc(5rem * 1 / 18);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .pp__loadMore-button:hover svg {
    margin-right: 10px;
    margin-left: 5px;
  }
}
.pp__loadMore-button:hover svg path {
  stroke: #FA851E;
}
@media only screen and (max-width: 1023px) {
  .pp__loadMore-button {
    bottom: 139px;
  }
}
.pp .loader {
  width: 88px;
  height: 12px;
  --_g: no-repeat radial-gradient(farthest-side, #FA851E 94%, #0000);
  background: var(--_g) 25% 0, var(--_g) 75% 0;
  background-size: 12px 12px;
  position: relative;
  animation: l24-0 1s linear infinite;
  position: absolute;
  bottom: calc(150rem * 1 / 18);
  left: 50%;
  transform: translateX(-50%);
}
.pp .loader:before {
  content: "";
  position: absolute;
  height: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #FA851E;
  inset: 0;
  margin: auto;
  animation: l24-1 1s cubic-bezier(0.5, 300, 0.5, -300) infinite;
}
@keyframes l24-0 {
  0%,
  24% {
    background-position: 25% 0, 75% 0;
  }
  40% {
    background-position: 25% 0, 85% 0;
  }
  50%,
  72% {
    background-position: 25% 0, 75% 0;
  }
  90% {
    background-position: 15% 0, 75% 0;
  }
  100% {
    background-position: 25% 0, 75% 0;
  }
}
@keyframes l24-1 {
  100% {
    transform: translate(0.1px);
  }
}
