<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/assets/sections/new/flavor-module/index.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
:root {
  --relx-blue: #0d6efd;
  --relx-indigo: #6610f2;
  --relx-purple: #6f42c1;
  --relx-pink: #d63384;
  --relx-red: #ea0029;
  --relx-orange: #fd7e14;
  --relx-yellow: #8fcfb3;
  --relx-green: #00af98;
  --relx-teal: #20c997;
  --relx-cyan: #0dcaf0;
  --relx-white: #fff;
  --relx-gray: #e1e1e1;
  --relx-gray-dark: #343a40;
  --relx-gray-100: #fafafa;
  --relx-gray-200: #f7f7f7;
  --relx-gray-300: #ececec;
  --relx-gray-400: #ced4da;
  --relx-gray-500: #7c7c7c;
  --relx-gray-600: #e1e1e1;
  --relx-gray-700: #4b4b4b;
  --relx-gray-800: #343a40;
  --relx-gray-900: #4b4b4b;
  --relx-primary: #ec6332;
  --relx-secondary: #f0c756;
  --relx-success: #00af98;
  --relx-info: #0dcaf0;
  --relx-warning: #8fcfb3;
  --relx-danger: #ea0029;
  --relx-light: #fafafa;
  --relx-dark: #4b4b4b;
  --relx-thirdary: #fcf4dd;
  --relx-fblack: #2f2f2f;
  --relx-world: #383838;
  --relx-world-orange: #ec6332;
  --relx-light-black: #262626;
  --relx-blue: #0d6efd;
  --relx-primary-rgb: 236, 99, 50;
  --relx-secondary-rgb: 240, 199, 86;
  --relx-success-rgb: 0, 175, 152;
  --relx-info-rgb: 13, 202, 240;
  --relx-warning-rgb: 143, 207, 179;
  --relx-danger-rgb: 234, 0, 41;
  --relx-light-rgb: 250, 250, 250;
  --relx-dark-rgb: 75, 75, 75;
  --relx-thirdary-rgb: 252, 244, 221;
  --relx-fblack-rgb: 47, 47, 47;
  --relx-world-rgb: 56, 56, 56;
  --relx-world-orange-rgb: 236, 99, 50;
  --relx-light-black-rgb: 38, 38, 38;
  --relx-blue-rgb: 13, 110, 253;
  --relx-white-rgb: 255, 255, 255;
  --relx-black-rgb: 0, 0, 0;
  --relx-body-color-rgb: 0, 0, 0;
  --relx-body-bg-rgb: 255, 255, 255;
  --relx-font-sans-serif: Sofia Pro, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --relx-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --relx-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --relx-body-font-family: var(--relx-font-sans-serif);
  --relx-body-font-size: 1rem;
  --relx-body-font-weight: 400;
  --relx-body-line-height: 1.4;
  --relx-body-color: #000;
  --relx-body-bg: #fff;
  --relx-border-width: 1px;
  --relx-border-style: solid;
  --relx-border-color: #ececec;
  --relx-border-color-translucent: rgba(0, 0, 0, 0.175);
  --relx-border-radius: 1rem;
  --relx-border-radius-sm: 0.5rem;
  --relx-border-radius-lg: 2rem;
  --relx-border-radius-xl: 1rem;
  --relx-border-radius-2xl: 2rem;
  --relx-border-radius-pill: 50rem;
  --relx-link-color: #626262;
  --relx-link-hover-color: #ec6332;
  --relx-code-color: #d63384;
  --relx-highlight-bg: #fcf8e3;
}

.flavor-module {
  display: block;
}
.flavor-module .flavor-module-content {
  scroll-behavior: smooth;
}
.flavor-module .linear-background {
  background: -webkit-gradient(linear, left top, right top, from(#ffd2c1), to(#ffa98a));
  background: linear-gradient(to right, #ffd2c1, #ffa98a);
}
.flavor-module .linear-background .world-card-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.flavor-module .linear-background .child-content {
  position: relative;
  z-index: 1;
}
.flavor-module .text-gray {
  color: #f9f9f9;
}
.flavor-module .text-gray-f3 {
  color: #f3f3f3;
}
.flavor-module .overflow-x-auto {
  overflow-x: auto;
}
.flavor-module .flavor-card-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
}
@media (max-width: 767.98px) {
  .flavor-module .flavor-card-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 767.98px) {
  .flavor-module .flavor-card {
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
  }
}
.flavor-module .flavor-card .flavor-image,
.flavor-module .flavor-card .flavor-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.flavor-module .flavor-card .flavor-content {
  z-index: 100;
}
.flavor-module .clear-p p {
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-size: 14px;
}
.flavor-module .flavor-shadow {
  -webkit-box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.08);
}
.flavor-module .sub-title-color {
  color: rgba(0, 0, 0, 0.6);
}
.flavor-module .pb-b-125 {
  padding-bottom: 125%;
  height: 0;
}
.flavor-module .w-max-165 {
  max-width: 165px;
}
.flavor-module .flavor-backdrop {
  background: rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(4.5px);
          backdrop-filter: blur(4.5px);
}
.flavor-module .h-b-51 {
  height: 51%;
}
.flavor-module .pb-b-265 {
  padding-bottom: 266.6%;
}
.flavor-module .fill-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
}
.flavor-module .fix-pod {
  position: absolute;
  right: 22px;
  top: -50px;
}
.flavor-module .fix-pod .fix-pod-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.flavor-module .fix-pod .fix-pod-image img {
  width: 100%;
  height: 100%;
}
.flavor-module .w-b-26 {
  width: 26%;
}
.flavor-module .right-title {
  position: absolute;
  right: 20px;
  top: 26px;
  padding: 3px 8px;
  padding-bottom: 0;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  z-index: 200;
}
@media (max-width: 767.98px) {
  .flavor-module .right-title {
    font-size: 14px;
  }
}
.flavor-module .tag-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 15px 4px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.5);
  color: #ec6332;
  font-size: 14px;
  font-family: Sofia Pro;
  line-height: 150%;
}
.flavor-module .tag-item.active {
  background-color: #ec6332;
  color: #fff;
}
.flavor-module .radius-10 {
  border-radius: 10px;
}
.flavor-module .comment-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 8000;
}
.flavor-module .comment-modal .comment-modal-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 40px;
  overflow-y: auto;
}
.flavor-module .comment-modal .comment-modal-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.flavor-module .comment-modal .comment-modal-image img {
  width: 100%;
  height: 100%;
}
.flavor-module .comment-modal .comment-border {
  border-radius: 6px;
  border: 1.276px solid #efefef;
  width: 56px;
  height: 56px;
  overflow: hidden;
}
.flavor-module .comment-modal .comment-border img {
  width: 100%;
  height: 100%;
}
.flavor-module .comment-modal .bottom-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.flavor-module .pb-b-123 {
  padding-bottom: 123.2%;
}
.flavor-module .modal-close {
  position: absolute;
  right: 16px;
  top: 60px;
  z-index: 200;
  padding: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.flavor-module .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.flavor-module .min-w-o-26 {
  min-width: 26px;
}
.flavor-module .likes-button {
  color: #ec6332;
}
.flavor-module .likes-button:hover, .flavor-module .likes-button:active {
  background-color: transparent;
  color: #ec6332;
}
.flavor-module .likes-button:hover:after, .flavor-module .likes-button:active:after {
  display: none;
}
.flavor-module .likes-button.active {
  background: #ec6332;
}
.flavor-module .likes-button.active span,
.flavor-module .likes-button.active svg {
  color: #fff;
  stroke: #fff;
}
.flavor-module .pb-b-125 {
  padding-bottom: 125%;
}
.flavor-module .radius-12 {
  border-radius: 12px;
}
@media (min-width: 576px) {
  .flavor-module .pb-b-sm-265 {
    padding-bottom: 265.7%;
  }
  .flavor-module .w-sm-b-27 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
  }
  .flavor-module .h-sm-b-45 {
    height: 45%;
  }
  .flavor-module .fix-pod {
    position: absolute;
    right: 30px;
    top: -76px;
  }
}

@media (max-width: 575.98px) {
  .w-xs-b-82 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 82%;
            flex: 0 0 82%;
  }
  .right-title {
    right: 26px;
    top: 35px;
  }
  .flavor-module {
    margin-right: auto;
    margin-left: auto;
  }
  .w-xs-b-42 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
  }
}
@media (min-width: 768px) {
  .flavor-module {
    --postcard-margin: 24px;
    --swiper-navigation-size: 48px;
  }
  .flavor-module-header {
    margin-left: calc((100vw - min(1280px, 100vw - var(--postcard-margin))) / 2);
    width: calc(100vw - (100vw - min(1280px, 100vw - var(--postcard-margin))) / 2);
  }
  .flavor-module-content {
    width: 100%;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flavor-module .flavor-card {
    -webkit-transform: translateX(calc((100vw - min(1280px, 100vw - var(--postcard-margin))) / 2));
            transform: translateX(calc((100vw - min(1280px, 100vw - var(--postcard-margin))) / 2));
  }
  .flavor-module:hover .swiper-button-prev,
  .flavor-module:hover .swiper-button-next {
    display: block !important;
  }
  .flavor-module .swiper-button-prev {
    display: none !important;
  }
}
@media (min-width: 768px) and (min-width: 1800px) {
  .flavor-module .swiper-button-prev {
    left: 7.8125vw !important;
  }
}
@media (min-width: 768px) {
  .flavor-module .swiper-button-next {
    display: none !important;
  }
}
@media (min-width: 768px) and (min-width: 1800px) {
  .flavor-module .swiper-button-next {
    right: 7.8125vw !important;
  }
}
@media (min-width: 768px) {
  .flavor-module .swiper-button-prev {
    left: 8px;
  }
}
@media (min-width: 768px) {
  .flavor-module .swiper-button-next {
    right: 8px;
  }
}
@media (min-width: 768px) {
  .flavor-module .swiper-button-prev,
  .flavor-module .swiper-button-next {
    top: calc((100% - 24px - 8px) / 2);
  }
  .flavor-module .swiper-button-prev svg,
  .flavor-module .swiper-button-prev span,
  .flavor-module .swiper-button-next svg,
  .flavor-module .swiper-button-next span {
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .flavor-module .swiper-button-prev::after,
  .flavor-module .swiper-button-next::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .flavor-module .swiper-button-prev,
  .flavor-module .swiper-button-next {
    padding: 12px;
    background: rgba(0, 0, 0, 0.3);
  }
  .flavor-module .swiper-button-prev:hover,
  .flavor-module .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 768px) {
  .flavor-module .swiper-pagination {
    position: relative;
    bottom: auto;
    font-size: 0;
  }
  .flavor-module .swiper-pagination .swiper-pagination-bullet {
    background: #c8c8c8;
  }
  .flavor-module .swiper-pagination .swiper-pagination-bullet-active {
    background: #000000;
  }
}
@media (min-width: 768px) {
  .flavor-module .swiper-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet,
  .flavor-module .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 0.375rem;
  }
}
</pre></body></html>