/* [project]/src/components/pages/home/stories/stories.module.scss.module.css [app-client] (css) */
.stories-module-scss-module__D39ixG__stories {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  outline: none;
  gap: 12px;
  max-width: 900px;
  margin: 10px auto 0;
  padding: 0 20px;
  display: flex;
  overflow: scroll;
}

.stories-module-scss-module__D39ixG__stories::-webkit-scrollbar {
  background: none;
  width: 0;
}

.stories-module-scss-module__D39ixG__stories {
  margin-bottom: var(--mb-30);
}

.stories-module-scss-module__D39ixG__stories_item {
  scroll-snap-align: center;
  border: 1px solid #ff8102;
  border-radius: 12px;
  flex: none;
  width: 100px;
  height: 100px;
  padding: 6px;
  transition: all .2s;
  position: relative;
}

.stories-module-scss-module__D39ixG__stories_item:active {
  transform: scale(.95);
}

.stories-module-scss-module__D39ixG__stories_item .stories-module-scss-module__D39ixG__stories_item_text {
  color: var(--primary-white);
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}

.stories-module-scss-module__D39ixG__stories_item_image {
  object-fit: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 10px;
}

.stories-module-scss-module__D39ixG__stories_item.stories-module-scss-module__D39ixG__light_orange {
  background-color: #ffc183;
}

.stories-module-scss-module__D39ixG__stories_item.stories-module-scss-module__D39ixG__light_pink {
  background-color: #ffa883;
}

.stories-module-scss-module__D39ixG__stories_item.stories-module-scss-module__D39ixG__pink {
  background-color: #ff9683;
}

.stories-module-scss-module__D39ixG__stories_item.stories-module-scss-module__D39ixG__orange {
  background-color: var(--primary-orange);
}

.stories-module-scss-module__D39ixG__stories_item .stories-module-scss-module__D39ixG__watched {
  border-color: rgba(0, 0, 0, 0);
}

.stories-module-scss-module__D39ixG__stories_item_skeleton {
  background-color: #dddbdd;
  border-radius: 12px;
  flex: none;
  width: 100px;
  height: 100px;
  position: relative;
}

.stories-module-scss-module__D39ixG__stories_item_skeleton:after {
  content: "";
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0));
  width: 100%;
  height: 100%;
  animation: 1.5s infinite stories-module-scss-module__D39ixG__shimmer;
  position: absolute;
  transform: translateX(-100%);
}

@keyframes stories-module-scss-module__D39ixG__shimmer {
  100% {
    transform: translateX(100%);
  }
}

/* [project]/src/components/pages/home/short-menu/short-menu.module.scss.module.css [app-client] (css) */
.short-menu-module-scss-module__dC0ewG__menu {
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-width: 900px;
  margin: 0 auto;
}

.short-menu-module-scss-module__dC0ewG__menu::-webkit-scrollbar {
  background: none;
  width: 0;
}

.short-menu-module-scss-module__dC0ewG__menu {
  margin-bottom: var(--mb-30);
  gap: 12px;
  padding: 0 20px;
  display: flex;
  overflow: scroll;
}

.short-menu-module-scss-module__dC0ewG__menu_item {
  scroll-snap-align: center;
  flex: none;
  transition: all .2s;
}

.short-menu-module-scss-module__dC0ewG__menu_item:active {
  transform: scale(.98);
}

/* [project]/src/components/shared/button-with-icon/button-with-icon.module.scss.module.css [app-client] (css) */
.button-with-icon-module-scss-module__PEA_QG__button {
  height: 96px;
  color: var(--primary-black);
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-with-icon-module-scss-module__PEA_QG__button_bg {
  background-color: var(--primary-white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-height: 64px;
  padding: 5px;
  display: flex;
}

.button-with-icon-module-scss-module__PEA_QG__button_bg_wrapper {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.button-with-icon-module-scss-module__PEA_QG__button_bg_image {
  object-fit: contain;
}

.button-with-icon-module-scss-module__PEA_QG__button_label {
  text-align: center;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: var(--primary-black) !important;
}

/* [project]/src/components/pages/home/our-services/our-services.module.scss.module.css [app-client] (css) */
.our-services-module-scss-module__l1bu0a__services {
  grid-template-columns: 2fr 1fr;
  gap: 12px;
  display: grid;
}

.our-services-module-scss-module__l1bu0a__box {
  margin-bottom: 20px;
}

.our-services-module-scss-module__l1bu0a__wrapper {
  margin-bottom: 30px;
}

/* [project]/src/components/shared/white-box/white-box.module.scss.module.css [app-client] (css) */
.white-box-module-scss-module__X4MzJa__box {
  background-color: var(--primary-white);
  border-radius: 12px;
  padding: 16px;
}

.white-box-module-scss-module__X4MzJa__box_title {
  color: var(--primary-black);
  margin-bottom: var(--mb-20);
  font-size: 20px;
  font-weight: bold;
}

/* [project]/src/components/shared/service-button/service-button.module.scss.module.css [app-client] (css) */
.service-button-module-scss-module___TuuIW__card {
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100px;
  padding: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.service-button-module-scss-module___TuuIW__card:active {
  transform: scale(.98);
}

.service-button-module-scss-module___TuuIW__card.service-button-module-scss-module___TuuIW__light_orange {
  background-color: #ffc183;
}

.service-button-module-scss-module___TuuIW__card.service-button-module-scss-module___TuuIW__light_orange .service-button-module-scss-module___TuuIW__card_description {
  background-color: rgba(255, 193, 131, .518);
}

.service-button-module-scss-module___TuuIW__card.service-button-module-scss-module___TuuIW__light_pink {
  background-color: #ffa883;
}

.service-button-module-scss-module___TuuIW__card.service-button-module-scss-module___TuuIW__light_pink .service-button-module-scss-module___TuuIW__card_description {
  background-color: rgba(255, 168, 131, .396);
}

.service-button-module-scss-module___TuuIW__card.service-button-module-scss-module___TuuIW__pink {
  background-color: #ff9683;
}

.service-button-module-scss-module___TuuIW__card.service-button-module-scss-module___TuuIW__pink .service-button-module-scss-module___TuuIW__card_description {
  background-color: rgba(255, 150, 131, .435);
}

.service-button-module-scss-module___TuuIW__card.service-button-module-scss-module___TuuIW__orange {
  background-color: var(--primary-orange);
}

.service-button-module-scss-module___TuuIW__card.service-button-module-scss-module___TuuIW__orange .service-button-module-scss-module___TuuIW__card_description {
  background-color: rgba(248, 150, 51, .427);
}

.service-button-module-scss-module___TuuIW__card_title {
  max-width: 150px;
  color: var(--primary-white);
  text-align: left;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  display: block;
}

.service-button-module-scss-module___TuuIW__card_description {
  color: var(--primary-white);
  text-align: left;
  z-index: 1;
  max-width: 150px;
  font-size: 12px;
  font-weight: 500;
  display: block;
  position: relative;
}

.service-button-module-scss-module___TuuIW__card_image {
  object-fit: contain;
  z-index: 0;
  position: absolute;
}

.service-button-module-scss-module___TuuIW__card.service-button-module-scss-module___TuuIW__sm .service-button-module-scss-module___TuuIW__card_image {
  max-width: 50px;
  max-height: 35px;
  bottom: 10px;
  right: 10px;
}

.service-button-module-scss-module___TuuIW__card.service-button-module-scss-module___TuuIW__lg .service-button-module-scss-module___TuuIW__card_image {
  max-width: 80px;
  max-height: 80px;
  bottom: 50%;
  right: 0;
  transform: translateY(50%);
}

/* [project]/src/components/shared/add-banner/add-banner.module.scss.module.css [app-client] (css) */
.add-banner-module-scss-module__gZolcq__button {
  border-radius: 16px;
  width: 100%;
  height: 95px;
  padding: 16px;
  text-decoration: none;
  transition: all .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.add-banner-module-scss-module__gZolcq__button:active {
  transform: scale(.98);
}

.add-banner-module-scss-module__gZolcq__button_bg_image {
  object-fit: cover;
  object-position: right;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.add-banner-module-scss-module__gZolcq__button_title {
  color: var(--primary-white);
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  line-height: 14px;
  display: block;
}

.add-banner-module-scss-module__gZolcq__button_description {
  color: var(--primary-white);
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.add-banner-module-scss-module__gZolcq__button_content {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 180px;
  height: 100%;
  display: flex;
  position: relative;
}

/* [project]/src/components/pages/home/our-merch/our-merch.module.scss.module.css [app-client] (css) */
.our-merch-module-scss-module__X6-rVW__products {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  display: grid;
}

.our-merch-module-scss-module__X6-rVW__box {
  margin-bottom: var(--mb-20);
}

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