@media print {
  * { /* Keyword values */
    -webkit-print-color-adjust: economy;
    -webkit-print-color-adjust: exact !important;
    /* Global values */
    -webkit-print-color-adjust: inherit;
    -webkit-print-color-adjust: initial;
    -webkit-print-color-adjust: unset;
  }
}
.horizontal {
  position: relative;
  color: #fff;
}
.horizontal__wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.horizontal .panel {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .horizontal .panel {
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .horizontal {
    height: 100vh;
    overflow: hidden;
    margin-top: -150vh;
  }
  .horizontal__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    width: -moz-max-content;
    width: max-content;
    height: 100%;
    will-change: transform;
  }
  .horizontal .panel {
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 100vh;
    flex: 0 0 100vw;
    padding: 0;
    overflow: hidden;
    will-change: transform, opacity;
  }
}
/*# sourceMappingURL=horizontal.css.map */
