/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --font-weight-medium: 500;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .start-1 {
    inset-inline-start: calc(var(--spacing) * 1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .-z-1 {
    z-index: calc(1 * -1);
  }
  .z-10 {
    z-index: 10;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-auto {
    margin: auto;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-screen {
    height: 100vh;
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .origin-\[0\] {
    transform-origin: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-4 {
    --tw-translate-y: calc(var(--spacing) * -4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-75 {
    --tw-scale-x: 75%;
    --tw-scale-y: 75%;
    --tw-scale-z: 75%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-b-\[\#AA9633\] {
    border-bottom-color: #AA9633;
  }
  .border-b-\[\#f3efe4\] {
    border-bottom-color: #f3efe4;
  }
  .bg-\[\#3F1F12\] {
    background-color: #3F1F12;
  }
  .bg-\[rgba\(0\,0\,0\,0\.4\)\] {
    background-color: rgba(0,0,0,0.4);
  }
  .bg-\[rgba\(63\,31\,18\,1\)\] {
    background-color: rgba(63,31,18,1);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .text-left {
    text-align: left;
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .text-\[\#f3efe4\] {
    color: #f3efe4;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .peer-placeholder-shown\:top-1\/2 {
    &:is(:where(.peer):placeholder-shown ~ *) {
      top: calc(1/2 * 100%);
    }
  }
  .peer-placeholder-shown\:top-7 {
    &:is(:where(.peer):placeholder-shown ~ *) {
      top: calc(var(--spacing) * 7);
    }
  }
  .peer-placeholder-shown\:-translate-y-1\/2 {
    &:is(:where(.peer):placeholder-shown ~ *) {
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .peer-placeholder-shown\:scale-100 {
    &:is(:where(.peer):placeholder-shown ~ *) {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .peer-focus\:top-1 {
    &:is(:where(.peer):focus ~ *) {
      top: calc(var(--spacing) * 1);
    }
  }
  .peer-focus\:-translate-y-4 {
    &:is(:where(.peer):focus ~ *) {
      --tw-translate-y: calc(var(--spacing) * -4);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .peer-focus\:scale-75 {
    &:is(:where(.peer):focus ~ *) {
      --tw-scale-x: 75%;
      --tw-scale-y: 75%;
      --tw-scale-z: 75%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .hover\:text-\[\#aa9633\] {
    &:hover {
      @media (hover: hover) {
        color: #aa9633;
      }
    }
  }
  .focus\:ring-0 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus\:placeholder\:opacity-0 {
    &:focus {
      &::placeholder {
        opacity: 0%;
      }
    }
  }
  .max-md\:hidden\! {
    @media (width < 48rem) {
      display: none !important;
    }
  }
  .sm\:gap-3 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .md\:hidden\! {
    @media (width >= 48rem) {
      display: none !important;
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:peer-placeholder-shown\:top-9 {
    @media (width >= 48rem) {
      &:is(:where(.peer):placeholder-shown ~ *) {
        top: calc(var(--spacing) * 9);
      }
    }
  }
  .md\:peer-focus\:top-2 {
    @media (width >= 48rem) {
      &:is(:where(.peer):focus ~ *) {
        top: calc(var(--spacing) * 2);
      }
    }
  }
  .lg\:w-22 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 22);
    }
  }
  .lg\:max-w-\[800px\] {
    @media (width >= 64rem) {
      max-width: 800px;
    }
  }
  .lg\:py-4 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .lg\:pt-4 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .xl\:w-\[124px\] {
    @media (width >= 80rem) {
      width: 124px;
    }
  }
  .\32 xl\:max-w-\[894px\] {
    @media (width >= 96rem) {
      max-width: 894px;
    }
  }
  .\32 xl\:py-5 {
    @media (width >= 96rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .\32 xl\:pt-5 {
    @media (width >= 96rem) {
      padding-top: calc(var(--spacing) * 5);
    }
  }
  .rtl\:peer-focus\:left-auto {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      &:is(:where(.peer):focus ~ *) {
        left: auto;
      }
    }
  }
  .rtl\:peer-focus\:translate-x-1\/4 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      &:is(:where(.peer):focus ~ *) {
        --tw-translate-x: calc(1/4 * 100%);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
}
html {
  scroll-behavior: smooth;
}
* {
  font-family: "Outfit";
}
*, *::before, *::after {
  font-family: "Outfit", sans-serif !important;
}
.nav-link {
  border-top: solid 1px transparent;
}
.nav-link:hover {
  color: #aa9633;
  border-top: solid 1px #aa9633;
  transition: 0.3s;
}
.container {
  margin: auto;
  padding: 0 24px;
}
.hero {
  position: relative;
  aspect-ratio: unset;
}
section {
  aspect-ratio: 1920/1080;
}
#hero-slider {
  aspect-ratio: 1920/1080;
  width: 100%;
  max-height: 100vh;
}
#hero-slider .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #f3efe4;
  display: flex;
  align-items: center;
}
#hero-slider .swiper-slide .slide-container {
  max-width: 620px;
  width: 40%;
}
#hero-slider .swiper-slide .title {
  font-size: 62px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
  text-align: justify;
}
#hero-slider .swiper-slide .subtitle {
  font-size: 113px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 24px;
}
#hero-slider .swiper-slide .desc {
  font-size: 25px;
  font-weight: 400;
  text-align: justify;
}
.swiper .swiper-pagination {
  padding-right: 10px;
  right: 0;
  text-align: end;
  margin: auto;
  margin-bottom: 17.6vh;
  gap: 12px;
}
.swiper .swiper-pagination .swiper-pagination-bullet, .swiper-pagination2 .swiper-pagination-bullet {
  background-color: unset;
  background-image: url("./images/Object\ \(1\).svg");
  width: 15px;
  height: 20px;
  margin: 0 8px !important;
}
.swiper-pagination2 {
  position: absolute;
  transform: translateY(100%);
  bottom: -12px !important;
  text-align: center;
}
.yellow-bg {
  background-image: url("./images/Rectangle\ 15.png");
  height: 84px;
  background-repeat: no-repeat;
  background-size: 102%;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.firstinfinite .swiper-slide {
  color: #f3efe4;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding-right: 36px;
  padding-left: 24px;
}
.firstinfinite .swiper-wrapper, #productsSlider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.firstinfinite .swiper-slide::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background-image: url("./images/Object\ \(1\).svg");
  width: 9.12px;
  height: 12.2px;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-coffee {
  background-image: url("./images/Rectangle 17.png");
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.about-coffee > .container {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.products {
  background-image: url("./images/Rectangle 21.png");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #f3efe4;
  text-align: center;
  padding-top: 208px;
  padding-bottom: 140px;
}
.products .header {
  max-width: 50%;
  margin: auto;
  margin-bottom: 80px;
}
.products .header .subtitle {
  font-size: 28px;
  font-weight: 600;
  line-height: 0.99;
}
a, .button, button {
  cursor: pointer;
}
#about-slider {
  aspect-ratio: 1640/830;
  height: 100%;
  margin-right: -1px;
}
#about-slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: right;
  align-items: end;
  z-index: -1;
}
#about-slider .slide-container {
  color: #f3efe4;
  width: 33%;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  padding: 12px 16px;
  margin-bottom: -1px;
}
.slider-bg {
  width: 100vw;
  aspect-ratio: 1920/1080;
  background-image: url("./images/Rectangle 17.png");
  background-size: 100vw;
  background-position: 50% 22%;
  z-index: -1;
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
}
.products .header .title {
  margin-bottom: 24px;
}
.products .header .desc {
  margin-bottom: 24px;
}
#about-slider .swiper-slide .title, .products .header .title {
  font-size: 75px;
  font-weight: 900;
  line-height: 1.2;
}
#about-slider .swiper-slide .desc {
  margin-bottom: 24px;
}
#about-slider .swiper-slide .desc, .desc, .products .header .desc {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.17;
  text-align: justify;
}
#productsSlider .swiper-slide {
  position: relative;
}
#productsSlider .title {
  font-size: 35px;
  font-weight: 700;
  position: absolute;
  line-height: 1.2;
  top: 50%;
  left: 10%;
  max-width: 42.5%;
  color: #f3efe4;
  transform: translateY(-50%);
  text-align: start;
}
.map {
  background-image: url("./images/Rectangle 28.png");
  background-position: center;
  background-size: cover;
}
.map .container {
  height: 100%;
}
.map .content-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 108px;
  height: 100%;
  padding-top: 12.5%;
}
.map .left {
  color: #f3efe4;
  max-width: 370px;
  text-align: justify;
}
.map .left .title {
  font-size: 55px;
  font-weight: 600;
}
strong {
  font-weight: bolder;
  color: #aa9633;
}
footer .footer-bg {
  background-color: #3f1f12;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
footer .footer-bg::after {
  opacity: 0.05;
  background-image: url("./images/footer.png");
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
footer {
  position: relative;
  padding-top: 36px;
  padding-bottom: 78px;
  color: #f3efe4;
}
footer .links {
  display: flex;
  flex-direction: column;
  gap: 28px;
  font-weight: 400;
  width: fit-content;
  margin-right: 57px;
}
footer .links:first-of-type {
  margin-right: 102px;
}
footer .link {
  color: #f3efe4;
  font-size: 25px;
  max-width: 412px;
}
footer .footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
footer .left {
  margin-top: auto;
  max-width: 520px;
  text-align: justify;
}
footer .left .logo {
  width: 260px;
  margin-bottom: 12px;
}
footer .desc {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 28px;
}
footer .sub {
  font-size: 25px;
  font-weight: 300;
}
footer .right {
  width: fit-content;
  width: 190px;
  font-weight: 300;
}
footer .follow {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 6px;
}
footer .right .rights {
  margin-top: 6px;
  font-size: 11.5px;
}
.products-page {
  background-image: url("./images/fresh-coffee-rustic-table-nature-generated-by-ai.jpg");
  filter: blur(0.5);
  background-size: cover;
  background-position: center;
}
.products-page .page-header {
  margin-top: 224px;
}
.page-header {
  text-align: center;
  color: #f3efe4;
}
.page-header h1 {
  font-size: 120px;
  font-weight: 900;
}
input:autofill {
  background-color: transparent !important;
  box-shadow: 0 0 0px 0px #aa9633 inset !important;
}
input:-webkit-autofill {
  background-color: transparent !important;
  box-shadow: 0 0 0px 0px #aa9633 inset !important;
  -webkit-text-fill-color: #f3efe4 !important;
  transition: background-color 9999s ease-in-out 0s;
  caret-color: #f3efe4;
}
.page-header .desc {
  text-align: center;
}
.products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 130px;
  padding-top: 140px;
  padding-bottom: 196px;
}
.products-grid .product-card {
  position: relative;
  width: fit-content;
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.3);
}
.products-grid .product-card .title {
  font-size: 25px;
  font-weight: 700;
  max-width: 60%;
  color: #f3efe4;
  text-align: start;
}
.products-grid .product-card .details {
  font-size: 15px;
  font-weight: 300;
  color: #f3efe4;
  text-align: start;
}
.products-grid .product-card .textContainer {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 24px;
  margin-bottom: 24px;
  max-width: 60%;
}
.about-page section {
  padding-top: 222px;
  padding-bottom: 96px;
  color: #f3efe4;
  position: relative;
  background-color: transparent;
}
.about-page .sect-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("./images/pexels-mwauraken-29093739.jpg");
  filter: brightness(0.3);
  background-size: cover;
  background-position: center;
}
.about-page .sect-bg.contact {
  background-image: url("./images/pexels-jvdm-1524627.jpg");
}
.about-page .about-container {
  flex-direction: row;
  display: flex;
  gap: 164px;
  justify-content: space-between;
  align-items: center;
}
.about-page .text {
  max-width: 38%;
}
.about-page.contact-page .text {
  max-width: 55%;
}
.about-page .gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 45%;
  height: 100%;
}
.about-us.title {
  font-size: 45px;
  font-weight: 500;
}
.about-us ~ .about-us {
  margin-top: 16px;
}
.about-us.desc.last {
  display: none;
}
form {
  width: 100%;
  color: rgb(243, 239, 228, 0.35);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
form > div::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  z-index: -1;
  background-color: rgb(170, 150, 51, 0.5);
}
form input, form textarea {
  border: 10px solid transparent;
  border-image: url("./images/Rectangle 15.png") 20 round;
  padding: 20px 24px;
  background-color: transparent;
  font-size: 25px;
  color: #f3efe4;
}
form textarea {
  height: 312px;
}
form label {
  padding: 10px 20px;
  font-size: 25px;
}
.button {
  background-color: transparent;
  padding: 12px 30px;
  display: block;
  text-align: center;
  width: fit-content;
  font-size: 35px;
  font-weight: 600;
  border: 20px solid transparent;
  border-image: url("./images/Rectangle 15.png") 20 round;
  position: relative;
  z-index: 1;
  color: #f3efe4;
}
.button:hover {
  border-image: url("./images/Rectangle 31.png") 20 round;
  color: #3f1f12;
}
.button:hover::after {
  background-color: #f3efe4;
}
.button::after {
  content: "";
  background-color: #aa9633;
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
}
.contact-form .button {
  min-width: 143px;
  margin: auto;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hero-slider .swiper-slide .slide-container .desc {
  margin-bottom: 20px;
}
#about-slider .swiper-slide .desc {
  margin-bottom: 24px;
}
.products .header .button {
  margin-left: auto;
  margin-right: auto;
}
.sub-form {
  display: flex;
  flex-direction: row;
  gap: 0 !important;
}
.sub-form .button {
  margin-left: -16px;
  border-width: 10px;
  padding: 2px 12px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}
.sub-form input {
  font-weight: 500;
  padding: 14px 12px;
  font-size: 20px;
}
.message-title {
  font-size: 70px;
}
@media (max-width: 1640px) {
  .message-title {
    font-size: 62px;
  }
  .sub-form {
    display: flex;
    flex-direction: row;
    gap: 0 !important;
  }
  .sub-form .button {
    margin-left: -16px;
    border-width: 10px;
    padding: 2px 12px;
    font-weight: 500;
    font-size: 16px;
  }
  .sub-form input {
    font-weight: 500;
    padding: 4px 12px;
    font-size: 16px;
  }
  .button {
    padding: 18px 28px;
    font-size: 24px;
    border: 20px solid transparent;
    border-image: url("./images/Rectangle 15.png") 20 round;
  }
  form input, form textarea {
    border: 10px solid transparent;
    border-image: url("./images/Rectangle 15.png") 20 round;
    padding: 20px 24px;
    background-color: transparent;
    font-size: 22px;
  }
  form label {
    padding: 10px 20px;
    font-size: 25px;
  }
  .about-us.title {
    font-size: 40px;
    font-weight: 500;
  }
  footer .left .logo {
    width: 220px;
  }
  footer .right {
    width: 160px;
  }
  footer .follow img {
    width: 12px;
  }
  footer .desc, footer .link {
    font-size: 20px;
  }
  footer .left {
    max-width: 320px;
  }
  .about-page section {
    padding-top: 222px;
    padding-bottom: 96px;
  }
  .about-page .about-container {
    gap: 144px;
    flex-direction: row;
  }
  .page-header h1 {
    font-size: 88px;
  }
  #about-slider .swiper-slide .title, .products .header .title {
    font-size: 52px;
  }
  #productsSlider .title {
    font-size: 32px;
  }
  #about-slider .swiper-slide .title {
    font-size: 52px;
  }
  #about-slider .swiper-slide .desc, .desc, .products .header .desc {
    font-size: 22px;
  }
  #hero-slider .swiper-slide .title {
    font-size: 48px;
    margin-bottom: 12px;
  }
  #hero-slider .swiper-slide .subtitle {
    font-size: 84px;
    margin-bottom: 24px;
  }
  #hero-slider .swiper-slide .desc, .desc, .products .header .desc {
    font-size: 22px;
  }
  .yellow-bg {
    height: 62px;
  }
}
@media (max-width: 1280px) {
  .message-title {
    font-size: 52px;
  }
  .yellow-bg {
    height: 52px;
  }
  footer .links:first-of-type {
    margin-right: 80px;
  }
  footer .links {
    margin-right: 32px;
  }
  .map .content-container {
    gap: 88px;
    padding-top: 12.5%;
  }
  .map .left {
    color: #f3efe4;
    max-width: 310px;
    text-align: justify;
  }
  .map .left .title {
    font-size: 46px;
    font-weight: 600;
  }
  #hero-slider .swiper-slide .slide-container .desc {
    margin-bottom: 20px;
  }
  #about-slider .swiper-slide .desc {
    margin-bottom: 24px;
  }
  .button {
    padding: 12px 24px;
    font-size: 20px;
    border: 10px solid transparent;
    border-image: url("./images/Rectangle 15.png") 20 round;
  }
  form input, form textarea {
    border: 10px solid transparent;
    border-image: url("./images/Rectangle 15.png") 20 round;
    padding: 20px 20px;
    background-color: transparent;
  }
  form textarea {
    height: 260px;
  }
  form label {
    padding: 16px 20px;
  }
  .about-us.title {
    font-size: 36px;
    font-weight: 500;
  }
  .products-grid {
    gap: 96px;
    padding-top: 140px;
    padding-bottom: 196px;
  }
  .products-grid .product-card .title {
    font-size: 18px;
    max-width: 60%;
    line-height: 1.2;
  }
  .products-grid .product-card .details {
    font-size: 12px;
    font-weight: 300;
  }
  .products-grid .product-card .textContainer {
    margin-left: 20px;
    margin-bottom: 20px;
    max-width: 50%;
  }
  footer .left .logo {
    width: 180px;
  }
  footer .right {
    width: 140px;
  }
  footer .follow {
    font-size: 12px;
  }
  footer .desc, footer .link {
    font-size: 14px;
  }
  footer .links {
    max-width: 220px;
  }
  footer .left {
    max-width: 280px;
  }
  .about-page section {
    padding-top: 222px;
    padding-bottom: 96px;
  }
  .about-page .about-container {
    gap: 106px;
    flex-direction: row;
  }
  .page-header h1 {
    font-size: 72px;
  }
  .products .header .subtitle {
    font-size: 22px;
  }
  #about-slider .swiper-slide .title, .products .header .title {
    font-size: 42px;
  }
  #productsSlider .title {
    font-size: 28px;
    max-width: 52.5%;
  }
  .swiper .swiper-pagination {
    margin-bottom: 12vh;
  }
  #about-slider .swiper-slide .title {
    font-size: 36px;
  }
  #about-slider .swiper-slide .desc, .desc, .products .header .desc {
    font-size: 18px;
  }
  #hero-slider .swiper-slide .title {
    font-size: 32px;
    margin-bottom: 12px;
  }
  #hero-slider .swiper-slide .subtitle {
    font-size: 64px;
    margin-bottom: 24px;
  }
  #hero-slider .swiper-slide .desc, .desc, .products .header .desc {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .message-title {
    font-size: 40px;
  }
  .yellow-bg {
    height: 40px;
  }
  .sub-form {
    display: flex;
    flex-direction: row;
    gap: 0 !important;
  }
  .sub-form .button {
    margin-left: -16px;
    border-width: 5px;
    padding: 2px 12px;
    font-weight: 500;
    font-size: 12px;
  }
  .sub-form input {
    font-weight: 500;
    padding: 4px 12px;
    font-size: 12px;
    border-width: 5px;
  }
  .sub-form > div::after {
    width: calc(100% - 10px);
    left: 4px;
    height: calc(100% - 6px);
    top: 4px;
  }
  footer .links:first-of-type {
    margin-right: 12px;
  }
  footer .links {
    margin-right: 12px;
    max-width: 220px;
  }
  .map .content-container {
    gap: 44px;
    padding-top: 12.5%;
  }
  .map .left {
    color: #f3efe4;
    max-width: 270px;
    text-align: justify;
  }
  .map .left .title {
    font-size: 40px;
  }
  #hero-slider .swiper-slide .slide-container .desc {
    margin-bottom: 16px;
  }
  #about-slider .swiper-slide .desc {
    margin-bottom: 12px;
  }
  .button {
    padding: 8px 16px;
    font-size: 16px;
    border: 10px solid transparent;
    border-image: url("./images/Rectangle 15.png") 20 round;
  }
  form input, form textarea {
    border: 10px solid transparent;
    border-image: url("./images/Rectangle 15.png") 20 round;
    padding: 20px 12px;
    background-color: transparent;
  }
  form textarea {
    height: 260px;
  }
  form label {
    padding: 16px 20px;
  }
  .about-us.title {
    font-size: 28px;
    font-weight: 500;
  }
  .products-grid {
    gap: 72px;
    padding-top: 104px;
    padding-bottom: 160px;
  }
  .products-grid .product-card .title {
    font-size: 16px;
    max-width: 60%;
    line-height: 1.2;
  }
  .products-grid .product-card .details {
    font-size: 10px;
    font-weight: 300;
    line-height: 1.3;
  }
  .products-grid .product-card .textContainer {
    margin-left: 18px;
    margin-bottom: 18px;
    max-width: 50%;
  }
  footer .left .logo {
    width: 140px;
  }
  footer .right {
    width: 100px;
  }
  footer .follow {
    font-size: 10px;
  }
  footer .desc, footer .link {
    font-size: 14px;
  }
  footer .left {
    max-width: 220px;
  }
  .about-page section {
    padding-top: 222px;
    padding-bottom: 96px;
  }
  .about-page .about-container {
    gap: 88px;
    flex-direction: row;
  }
  .page-header h1 {
    font-size: 54px;
  }
  .products .header .subtitle {
    font-size: 16px;
  }
  #about-slider .swiper-slide .title, .products .header .title {
    font-size: 36px;
  }
  #productsSlider .title {
    font-size: 18px;
  }
  #hero-slider .swiper-slide .slide-container {
    margin-top: -12px;
  }
  #hero-slider .swiper-slide .title {
    font-size: 22px;
    margin-bottom: 6px;
  }
  #hero-slider .swiper-slide .subtitle {
    font-size: 42px;
    margin-bottom: 6px;
  }
  #hero-slider .swiper-slide .desc, .desc, #about-slider .swiper-slide .desc, .desc, .products .header .desc {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .message-title {
    font-size: 36px;
    text-align: center;
  }
  .message .desc {
    text-align: center;
  }
  .sub-form {
    display: flex;
    flex-direction: row;
    gap: 0 !important;
  }
  .sub-form .button {
    margin-left: -16px;
    border-width: 5px;
    padding: 2px 6px;
    font-weight: 300;
    font-size: 8px;
  }
  .sub-form input {
    font-weight: 300;
    padding: 4px 6px;
    font-size: 7px;
    border-width: 5px;
  }
  .sub-form > div::after {
    width: calc(100% - 10px);
    left: 4px;
    height: calc(100% - 6px);
    top: 4px;
  }
  .contact-form .button {
    min-width: 70px;
  }
  .products-page {
    min-height: 100vh;
    display: FLEX;
    flex-direction: column;
  }
  .products-page section {
    min-height: unset;
    margin-bottom: auto;
  }
  .products-page .page-header {
    margin-top: 98px;
  }
  #hero-slider .swiper-slide {
    background-position-x: 65%;
  }
  footer .links:first-of-type {
    margin-right: 8px;
  }
  footer .links {
    margin-right: 8px;
    max-width: 120px;
  }
  .map .container {
    min-height: 100vh;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .map .content-container {
    padding: 0;
    gap: 50px;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    flex-grow: 1;
  }
  .map .left {
    max-width: 100%;
    color: #f3efe4;
    text-align: start;
    width: 100%;
  }
  .map .left .title {
    max-width: 280px;
  }
  .map .left .title {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 8px;
  }
  .products .header .title {
    margin-bottom: 34px;
  }
  .products .header .desc {
    margin-bottom: 34px;
  }
  #about-slider .swiper-slide .desc {
    margin-bottom: 4px;
  }
  .button {
    background-color: transparent;
    padding: 4px;
    display: block;
    text-align: center;
    width: fit-content;
    font-size: 12px;
    font-weight: 600;
    border: 5px solid transparent;
    border-image: url("./images/Rectangle 15.png") 20 round;
    position: relative;
  }
  #hero-slider .swiper-slide .slide-container .desc {
    margin-bottom: 10px;
  }
  #hero-slider .swiper-slide .slide-container {
    width: 100%;
  }
  #hero-slider .swiper-slide .title {
    font-size: 20px;
    margin-bottom: 3px;
  }
  #hero-slider .swiper-slide .subtitle {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .swiper .swiper-pagination {
    text-align: center;
    margin: auto;
    margin-bottom: 35px;
    left: 50% !important;
    transform: translateX(-50%);
  }
  .swiper .swiper-pagination .swiper-pagination-bullet, .swiper-pagination2 .swiper-pagination-bullet {
    background-color: unset;
    background-image: url("./images/Object\ \(1\).svg");
    width: 8px;
    height: 10.7px;
  }
  .swiper-pagination2 {
    position: absolute;
    transform: translateY(100%);
    bottom: -12px !important;
    text-align: center;
  }
  .yellow-bg {
    position: fixed;
    background-image: url("./images/Rectangle\ 15.png");
    height: 18px;
    bottom: unset;
    top: -2px;
    width: 100%;
    z-index: 20;
    background-size: 102%;
    background-position: bottom;
  }
  .firstinfinite .swiper-slide {
    padding-right: 16px;
    padding-left: 12px;
    font-size: 10px;
  }
  .firstinfinite .swiper-slide::after {
    width: 3px;
    height: 4.01px;
  }
  .about-coffee {
    border-top: 4px solid #aa9633;
  }
  .about-coffee > .container {
    padding: 12.5vh 24px;
    height: 100vh;
  }
  .products {
    border-top: 4px solid #aa9633;
    background-image: url("./images/Rectangle 21.png");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #f3efe4;
    text-align: center;
    padding-top: 25vh;
    padding-bottom: 20vh;
  }
  .products .header {
    max-width: 330px;
    margin: auto;
    margin-bottom: 34px;
  }
  .products .header .subtitle {
    font-size: 18.5px;
    font-weight: 500;
    line-height: 0.99;
  }
  #about-slider {
    aspect-ratio: unset;
    height: 100%;
  }
  #about-slider .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: right;
    align-items: end;
  }
  #about-slider .slide-container {
    color: #f3efe4;
    width: 150px;
    height: 171px;
    background-color: transparent;
    overflow: hidden;
    position: relative;
    padding: 24px 8px 16px;
    margin-bottom: -1px;
  }
  .slider-bg {
    width: 100vw;
    aspect-ratio: unset;
    height: 100vh;
    background-size: cover;
    background-position: 24px 12.5vh;
  }
  .products .header .title {
    font-size: 48px;
  }
  #about-slider .swiper-slide .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
  }
  #about-slider .swiper-slide .desc, .desc, .products .header .desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
  }
  #productsSlider .swiper-slide {
    position: relative;
  }
  #productsSlider .title {
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    line-height: 1.2;
    top: 50%;
    left: 10%;
    max-width: 42.5%;
    color: #f3efe4;
    transform: translateY(-50%);
    text-align: start;
  }
  .map {
    border-top: 4px solid #aa9633;
    background-image: url("./images/Rectangle 28.png");
    background-position: center;
    background-size: cover;
  }
  form > div::after {
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  form input, form textarea {
    border: 5px solid transparent;
    border-image: url("./images/Rectangle 15.png") 15 round;
    padding: 12px 4px;
    background-color: transparent;
  }
  form textarea {
    height: 260px;
  }
  form label {
    padding: 16px 4px;
    font-size: 12px;
  }
  .about-page .gallery {
    width: 100%;
  }
  .about-us.title {
    font-size: 22px;
    font-weight: 600;
  }
  .page-header h1 {
    font-size: 36px;
  }
  .products-grid {
    gap: 50px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .products-grid .product-card .title {
    font-size: calc(4px + 1vw);
    max-width: 60%;
    line-height: 1.3;
  }
  .products-grid .product-card .details {
    font-size: calc(4px + 0.5vw);
    font-weight: 300;
    line-height: 1.3;
  }
  .products-grid .product-card .textContainer {
    margin-left: 8px;
    margin-bottom: 10px;
    max-width: 50%;
  }
  footer {
    padding-top: 16px;
    padding-bottom: 28px;
  }
  footer .desc {
    margin-bottom: 16px;
  }
  footer .sub {
    margin-bottom: 12px;
  }
  section {
    aspect-ratio: unset;
    min-height: 100vh;
    background-size: cover;
  }
  section #hero-slider {
    aspect-ratio: unset;
    height: 100vh;
  }
  .about-page section {
    aspect-ratio: unset;
  }
  footer .left .logo {
    width: 96px;
  }
  footer .right {
    width: 64px;
  }
  footer .right .rights {
    font-size: 6px;
  }
  footer .follow {
    font-size: 8px;
  }
  footer .desc, footer .link {
    font-size: 10px;
  }
  footer .left {
    max-width: 160px;
  }
  .about-page section {
    display: flex;
    min-height: unset;
    padding-top: 96px;
    padding-bottom: 37px;
    flex-grow: 1;
  }
  .about-page section .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .about-page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
  }
  .about-page .about-container {
    gap: 44px;
    width: 100%;
    flex-direction: column;
  }
  .about-page .text, .about-page.contact-page .text {
    max-width: 100%;
    width: 100%;
  }
  .about-us ~ .about-us {
    display: none;
  }
  .about-us.desc.last {
    display: block;
  }
  footer .links {
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .sub-form {
    display: flex;
    flex-direction: row;
    gap: 0 !important;
  }
  .sub-form .button {
    margin-left: -16px;
    border-width: 5px;
    padding: 2px 6px;
    font-weight: 300;
    font-size: 5px;
  }
  .sub-form input {
    font-weight: 300;
    padding: 4px 6px;
    font-size: 4px;
    border-width: 4px;
  }
  .sub-form > div::after {
    width: calc(100% - 10px);
    left: 4px;
    height: calc(100% - 6px);
    top: 4px;
  }
  #about-slider .swiper-slide .desc {
    margin-bottom: 4px;
  }
  .button {
    font-size: 10px;
  }
  #productsSlider .title {
    font-size: 9px;
    font-weight: 500;
    position: absolute;
    line-height: 1.2;
    top: 50%;
    left: 10%;
    max-width: 42.5%;
    color: #f3efe4;
    transform: translateY(-50%);
    text-align: start;
  }
  form > div::after {
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  form input, form textarea {
    border: 5px solid transparent;
    border-image: url("./images/Rectangle 15.png") 15 round;
    padding: 10px 4px;
    background-color: transparent;
    font-size: 10px;
  }
  form textarea {
    height: 260px;
  }
  form label {
    padding: 16px 4px;
    font-size: 10px;
  }
  .about-us.title {
    font-size: 14px;
    font-weight: 600;
  }
  .page-header h1 {
    font-size: 24px;
  }
  .products-grid {
    gap: 50px;
    padding-top: 60px;
    padding-bottom: 108px;
  }
  .products-grid .product-card .title {
    font-size: 6px;
    max-width: 60%;
    line-height: 1.2;
  }
  .products-grid .product-card .details {
    font-size: 5px;
    font-weight: 300;
    line-height: 1.2;
  }
  .products-grid .product-card .textContainer {
    margin-left: 5px;
    margin-bottom: 8px;
    max-width: 54%;
  }
  footer .desc {
    margin-bottom: 9px;
  }
  footer .sub {
    margin-bottom: 6px;
  }
  footer .left .logo {
    width: 68px;
  }
  footer .right {
    width: 69px;
  }
  footer .follow {
    font-size: 6px;
  }
  footer .right .rights {
    font-size: 4.5px;
  }
  footer .desc, footer .link {
    font-size: 6px;
  }
  footer .footer-grid {
    gap: unset;
    justify-content: space-between;
    flex-grow: 1;
  }
  footer .big-grid {
    gap: 8px;
  }
  footer .left {
    max-width: 120px;
  }
  footer .links {
    gap: 4px;
  }
}
@media (max-width: 360px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
  .products-grid .product-card .title {
    font-size: 10px;
    max-width: 60%;
    line-height: 1.2;
  }
  .products-grid .product-card .details {
    font-size: 8px;
    font-weight: 300;
    line-height: 1.2;
  }
  .products-grid .product-card .textContainer {
    margin-left: 5px;
    margin-bottom: 8px;
    max-width: 54%;
  }
  footer .big-grid {
    flex-direction: column;
  }
  footer .footer-grid {
    flex-direction: column;
    gap: 12px;
    justify-content: start;
    align-items: start;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1640px;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-duration: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
