/* Tailwind entry file processed by Tailwind CLI.
   Build with: npm run tailwind:build  (or npm run tailwind:watch during development)
   Output: /css/tailwind.css (enqueued by the theme)
*/

.container {
  width: 100%
}

@media (min-width: 640px) {
  .container {
    max-width: 640px
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px
  }
}

.static {
  position: static
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.inset-0 {
  inset: 0px
}

.bottom-\[42px\] {
  bottom: 42px
}

.right-\[42px\] {
  right: 42px
}

.z-\[2\] {
  z-index: 2
}

.z-\[3\] {
  z-index: 3
}

.m-0 {
  margin: 0px
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.mb-0 {
  margin-bottom: 0px
}

.mb-5 {
  margin-bottom: 1.25rem
}

.mb-\[56px\] {
  margin-bottom: 56px
}

.mb-\[60px\] {
  margin-bottom: 60px
}

.mr-3 {
  margin-right: 0.75rem
}

.mt-4 {
  margin-top: 1rem
}

.mt-9 {
  margin-top: 2.25rem
}

.block {
  display: block
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.table {
  display: table
}

.grid {
  display: grid
}

.hidden {
  display: none
}

.h-\[30px\] {
  height: 30px
}

.h-auto {
  height: auto
}

.h-full {
  height: 100%
}

.w-\[212px\] {
  width: 212px
}

.w-\[30px\] {
  width: 30px
}

.w-full {
  width: 100%
}

.max-w-\[1200px\] {
  max-width: 1200px
}

.max-w-\[1260px\] {
  max-width: 1260px
}

.max-w-full {
  max-width: 100%
}

.flex-none {
  flex: none
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.resize {
  resize: both
}

.list-none {
  list-style-type: none
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

.items-center {
  align-items: center
}

.justify-center {
  justify-content: center
}

.gap-2\.5 {
  gap: 0.625rem
}

.gap-3 {
  gap: 0.75rem
}

.gap-y-12 {
  row-gap: 3rem
}

.overflow-hidden {
  overflow: hidden
}

.whitespace-nowrap {
  white-space: nowrap
}

.rounded-full {
  border-radius: 9999px
}

.border-l {
  border-left-width: 1px
}

.border-r {
  border-right-width: 1px
}

.border-\[\#d3955f\]\/70 {
  border-color: rgb(211 149 95 / 0.7)
}

.border-white\/75 {
  border-color: rgb(255 255 255 / 0.75)
}

.bg-\[\#191919\] {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1))
}

.bg-\[\#d3955f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(211 149 95 / var(--tw-bg-opacity, 1))
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.bg-cover {
  background-size: cover
}

.bg-center {
  background-position: center
}

.bg-no-repeat {
  background-repeat: no-repeat
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover
}

.p-0 {
  padding: 0px
}

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem
}

.pl-\[30px\] {
  padding-left: 30px
}

.pr-3 {
  padding-right: 0.75rem
}

.font-\[\'Oswald\'\2c Arial\2c Helvetica\2c sans-serif\] {
  font-family: 'Oswald',Arial,Helvetica,sans-serif
}

.font-\[\'Playfair_Display\'\2c Arial\2c Helvetica\2c sans-serif\] {
  font-family: 'Playfair Display',Arial,Helvetica,sans-serif
}

.font-\[\'Roboto_Condensed\'\2c Arial\2c Helvetica\2c sans-serif\] {
  font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif
}

.text-\[14px\] {
  font-size: 14px
}

.text-\[15px\] {
  font-size: 15px
}

.text-\[16px\] {
  font-size: 16px
}

.text-\[18px\] {
  font-size: 18px
}

.font-normal {
  font-weight: 400
}

.uppercase {
  text-transform: uppercase
}

.leading-\[1\.2\] {
  line-height: 1.2
}

.leading-\[1\.45\] {
  line-height: 1.45
}

.leading-\[1\.4\] {
  line-height: 1.4
}

.leading-\[1\.65\] {
  line-height: 1.65
}

.leading-none {
  line-height: 1
}

.leading-tight {
  line-height: 1.25
}

.tracking-\[1px\] {
  letter-spacing: 1px
}

.text-\[\#6e4518\] {
  --tw-text-opacity: 1;
  color: rgb(110 69 24 / var(--tw-text-opacity, 1))
}

.text-\[\#ba9778\] {
  --tw-text-opacity: 1;
  color: rgb(186 151 120 / var(--tw-text-opacity, 1))
}

.text-\[\#d3955f\] {
  --tw-text-opacity: 1;
  color: rgb(211 149 95 / var(--tw-text-opacity, 1))
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.no-underline {
  text-decoration-line: none
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.hover\:text-\[\#6e4518\]:hover {
  --tw-text-opacity: 1;
  color: rgb(110 69 24 / var(--tw-text-opacity, 1))
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.hover\:opacity-80:hover {
  opacity: 0.8
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .sm\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem
  }
}

@media (min-width: 768px) {
  .md\:inline-flex {
    display: inline-flex
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .md\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .lg\:pb-\[115px\] {
    padding-bottom: 115px
  }

  .lg\:pt-\[75px\] {
    padding-top: 75px
  }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .xl\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem
  }
}
