/* [project]/styles/embla22.css [app-client] (css) */
.embla {
  --slide-height: 360px;
  --slide-spacing: 50px;
  --slide-size: 30%;
  max-width: 1980px;
  margin: auto;
}

.embla__viewport {
  overflow: hidden;
}

.embla__container {
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
  display: flex;
}

.embla__slide {
  flex-basis: var(--slide-height);
  min-width: 0;
  padding-left: var(--slide-spacing);
  flex-shrink: 0;
  transform: translate3d(0, 0, 0);
}

.embla__slide__number {
  box-shadow: inset 0 0 0 .2rem var(--detail-medium-contrast);
  height: var(--slide-height);
  width: var(--slide-height);
  user-select: none;
  border-radius: 1.8rem;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
}

.embla__slide__img {
  object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.embla__controls {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.embla__buttons {
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: .6rem;
  display: grid;
}

.embla__button {
  -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), .5);
  -webkit-appearance: none;
  appearance: none;
  touch-action: manipulation;
  cursor: pointer;
  box-shadow: inset 0 0 0 .2rem var(--detail-medium-contrast);
  z-index: 1;
  width: 3.6rem;
  height: 3.6rem;
  color: var(--text-body);
  background-color: #0000;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.embla__button:disabled {
  color: var(--detail-high-contrast);
}

.embla__button__svg {
  width: 35%;
  height: 35%;
}

.embla__play {
  color: #fff;
  cursor: pointer;
  text-align: center;
  -o-transition: all .4s ease-in-out;
  background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a, #fbb03b);
  background-size: 300% 100%;
  border: 0;
  border-radius: 50px;
  width: 14rem;
  height: 40px;
  font-size: 1rem;
  font-weight: 600;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  box-shadow: 0 4px 15px #ec7495bf;
}

.embla__play:hover {
  -o-transition: all .4s ease-in-out;
  background-position: 100% 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.embla__progress {
  box-shadow: inset 0 0 0 .2rem var(--detail-medium-contrast);
  background-color: var(--background-site);
  border-radius: 1.8rem;
  place-self: center flex-end;
  width: 13rem;
  max-width: 90%;
  height: .6rem;
  position: relative;
  overflow: hidden;
}

.embla__progress__bar {
  background-color: var(--text-body);
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
}

.embla__controls {
  grid-template-columns: auto 1fr auto;
}

.embla__progress {
  justify-self: center;
  width: 8rem;
  transition: opacity .3s ease-in-out;
}

.embla__progress--hidden {
  opacity: 0;
}

.embla__progress__bar {
  animation-name: autoplay-progress;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.embla__progress--hidden .embla__progress__bar {
  animation-play-state: paused;
}

@keyframes autoplay-progress {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(100%, 0, 0);
  }
}


/* [project]/styles/global.css [app-client] (css) */
:root {
  --color-foreground: #fff;
  --color-background: #fff;
}

body {
  background: var(--color-background);
}

.inputW {
  width: 800px;
}


/* [project]/components/products/index.css [app-client] (css) */
.product {
  max-width: 1200px;
  overflow: hidden;
}

.product .tabs {
  -webkit-overflow-scrolling: touch;
  margin: auto;
  padding: 24px 10px;
  display: flex;
}

.product .tabs-wrap {
  align-items: center;
  width: 100vw;
  display: flex;
  overflow: auto;
}

.product .tabs .tab-i {
  cursor: pointer;
  -o-transition: all .2s ease-in-out;
  background-size: 300% 100%;
  border: 0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: flex;
  box-shadow: 0 1px 4px #ec7495bf;
}

.product .tabs .tab-i.active {
  -o-transition: all .2s ease-in-out;
  color: #fff;
  background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a, #fbb03b);
  background-position: 100% 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.product .tabs .tab-i:not(:last-child) {
  margin-right: 10px;
}

.product .tabs .tab-i:hover {
  -o-transition: all .2s ease-in-out;
  color: #fff;
  background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a, #fbb03b);
  background-position: 100% 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@keyframes autoplay-progress {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(100%, 0, 0);
  }
}


/* [project]/node_modules/react-photo-view/dist/react-photo-view.css [app-client] (css) */
.PhotoView-Portal {
  touch-action: none;
  z-index: 2000;
  direction: ltr;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

@keyframes PhotoView__rotate {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes PhotoView__delayIn {
  0%, 50% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.PhotoView__Spinner {
  animation: .4s linear both PhotoView__delayIn;
}

.PhotoView__Spinner svg {
  animation: .6s linear infinite PhotoView__rotate;
}

.PhotoView__Photo {
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: none;
}

.PhotoView__Photo:active {
  cursor: grabbing;
}

.PhotoView__icon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.PhotoView__PhotoBox, .PhotoView__PhotoWrap {
  touch-action: none;
  direction: ltr;
  width: 100%;
  position: absolute;
  inset: 0;
}

.PhotoView__PhotoWrap {
  z-index: 10;
  overflow: hidden;
}

.PhotoView__PhotoBox {
  transform-origin: 0 0;
}

@keyframes PhotoView__fade {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.PhotoView-Slider__clean .PhotoView-Slider__ArrowLeft, .PhotoView-Slider__clean .PhotoView-Slider__ArrowRight, .PhotoView-Slider__clean .PhotoView-Slider__BannerWrap, .PhotoView-Slider__clean .PhotoView-Slider__Overlay, .PhotoView-Slider__willClose .PhotoView-Slider__BannerWrap:hover {
  opacity: 0;
}

.PhotoView-Slider__Backdrop {
  z-index: -1;
  background: #000;
  width: 100%;
  height: 100%;
  transition-property: background-color;
  position: absolute;
  top: 0;
  left: 0;
}

.PhotoView-Slider__fadeIn {
  opacity: 0;
  animation: linear both PhotoView__fade;
}

.PhotoView-Slider__fadeOut {
  opacity: 0;
  animation: linear reverse both PhotoView__fade;
}

.PhotoView-Slider__BannerWrap {
  color: #fff;
  z-index: 20;
  background-color: #00000080;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44px;
  transition: opacity .2s ease-out;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.PhotoView-Slider__BannerWrap:hover {
  opacity: 1;
}

.PhotoView-Slider__Counter {
  opacity: .75;
  padding: 0 10px;
  font-size: 14px;
}

.PhotoView-Slider__BannerRight {
  align-items: center;
  height: 100%;
  display: flex;
}

.PhotoView-Slider__toolbarIcon {
  fill: #fff;
  box-sizing: border-box;
  cursor: pointer;
  opacity: .75;
  padding: 10px;
  transition: opacity .2s linear;
}

.PhotoView-Slider__toolbarIcon:hover {
  opacity: 1;
}

.PhotoView-Slider__ArrowLeft, .PhotoView-Slider__ArrowRight {
  cursor: pointer;
  opacity: .75;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100px;
  margin: auto;
  transition: opacity .2s linear;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

.PhotoView-Slider__ArrowLeft:hover, .PhotoView-Slider__ArrowRight:hover {
  opacity: 1;
}

.PhotoView-Slider__ArrowLeft svg, .PhotoView-Slider__ArrowRight svg {
  fill: #fff;
  box-sizing: content-box;
  background: #0000004d;
  width: 24px;
  height: 24px;
  padding: 10px;
}

.PhotoView-Slider__ArrowLeft {
  left: 0;
}

.PhotoView-Slider__ArrowRight {
  right: 0;
}


/* [project]/components/stories/index.css [app-client] (css) */
.stories {
  max-width: 1200px;
  overflow: hidden;
}

.stories .tabs {
  -webkit-overflow-scrolling: touch;
  margin: auto;
  padding: 24px 10px;
  display: flex;
}

.stories .tabs-wrap {
  align-items: center;
  width: 100vw;
  display: flex;
  overflow: auto;
}

.stories .tabs .tab-i {
  cursor: pointer;
  -o-transition: all .2s ease-in-out;
  background-size: 300% 100%;
  border: 0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: flex;
  box-shadow: 0 1px 4px #ec7495bf;
}

.stories .tabs .tab-i.active {
  -o-transition: all .2s ease-in-out;
  color: #fff;
  background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a, #fbb03b);
  background-position: 100% 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.stories .tabs .tab-i:not(:last-child) {
  margin-right: 10px;
}

.stories .tabs .tab-i:hover {
  -o-transition: all .2s ease-in-out;
  color: #fff;
  background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a, #fbb03b);
  background-position: 100% 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


/* [project]/components/core/index.css [app-client] (css) */
.core {
  overflow: hidden;
  width: 1200px !important;
  max-width: 1200px !important;
}


/* [project]/components/concat/index.css [app-client] (css) */
.concats {
  overflow: hidden;
  width: 1200px !important;
  max-width: 1200px !important;
}


/* [project]/components/footer/index.css [app-client] (css) */
.footer {
  background-color: #fafafa;
  min-height: 130px;
  margin: auto;
  overflow: hidden;
  width: 1680px !important;
  max-width: 1680px !important;
}

.footer-c {
  background-color: #fafafa;
  padding: 34px 20px;
  width: 1200px !important;
  max-width: 1200px !important;
}


/*# sourceMappingURL=_fae7d476._.css.map*/