.-translate-x-1\/2 {
  --translate-x: -50%;
  translate: var(--translate-x, 0) var(--translate-y, 0);
}
.-translate-x-full {
  --translate-x: -100%;
  translate: var(--translate-x, 0) var(--translate-y, 0);
}
.-translate-y-1\/2 {
  --translate-y: -50%;
  translate: var(--translate-x, 0) var(--translate-y, 0);
}
.\[word-break\:break-word\] {
  word-break: break-word;
}
.absolute {
  position: absolute;
}
.aspect-\[143\.1600341796875\/48\.279998779296875\] {
  aspect-ratio: 143.1600341796875/48.279998779296875;
}
.aspect-\[200\/200\] {
  aspect-ratio: 200/200;
}
.aspect-\[300\/200\] {
  aspect-ratio: 300/200;
}
.aspect-\[640\/320\] {
  aspect-ratio: 640/320;
}
.aspect-\[67\/60\] {
  aspect-ratio: 67/60;
}
.aspect-\[70\/50\] {
  aspect-ratio: 70/50;
}
.bg-\[\#9ca7aa\] {
  background-color: #9ca7aa;
}
.bg-\[\#e1e1e1\] {
  background-color: #e1e1e1;
}
.bg-\[var\(--black\,\#232322\)\] {
  background-color: #232322;
}
.bg-\[var\(--blue\/medium\,\#4c727e\)\] {
  background-color: #4c727e;
}
.bg-\[var\(--brown\/dark\,\#48342d\)\] {
  background-color: #48342d;
}
.bg-\[var\(--brown\/light\,\#8d6f65\)\] {
  background-color: #8d6f65;
}
.bg-\[var\(--brown\/medium\,\#6a3f33\)\] {
  background-color: #6a3f33;
}
.bg-\[var\(--green\/dark\,\#1f3526\)\] {
  background-color: #1f3526;
}
.bg-\[var\(--neutral\/800\,\#474747\)\] {
  background-color: #474747;
}
.bg-\[var\(--off-white\/dark\,\#f3eedc\)\] {
  background-color: #f3eedc;
}
.bg-\[var\(--off-white\/light\,\#fbf9f4\)\] {
  background-color: #fbf9f4;
}
.bg-\[var\(--off-white\/medium\,\#f7f4e9\)\] {
  background-color: #f7f4e9;
}
.bg-\[var\(--white\,white\)\] {
  background-color: white;
}
.bg-clip-padding {
  background-clip: padding-box;
}
.bg-gradient-to-b {
  background-image: linear-gradient(
    to bottom,
    var(--gradient-from) var(--gradient-from-position, 0%),
    var(--gradient-to)
  );
}
.bg-gradient-to-r {
  background-image: linear-gradient(
    to right,
    var(--gradient-from) var(--gradient-from-position, 0%),
    var(--gradient-to)
  );
}
.bg-white {
  background-color: white;
}
.block {
  display: block;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0;
}
.border-\[rgba\(255\,255\,255\,0\.1\)\] {
  border-color: rgba(255, 255, 255, 0.1);
}
.border-\[transparent\] {
  border-color: transparent;
}
.border-\[var\(--green\/light\,\#a4a586\)\] {
  border-color: #a4a586;
}
.border-\[var\(--green\/medium\,\#808855\)\] {
  border-color: #808855;
}
.border-b {
  border-bottom-width: 1px;
}
.border-solid {
  border-style: solid;
}
.bottom-\[-0\.1px\] {
  bottom: -0.1px;
}
.bottom-\[40px\] {
  bottom: 40px;
}
.bottom-full {
  bottom: 100%;
}
.col-1 {
  grid-column-start: 1;
}
.col-2 {
  grid-column-start: 2;
}
.content-stretch {
  align-content: stretch;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.flex-\[1_0_0\] {
  flex: 1 0 0;
}
.flex-col {
  flex-direction: column;
}
.flex-none {
  flex: none;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-sans {
  font-family: var(--sans);
}
.font-serif {
  font-family: var(--serif);
}
.from-1\/2 {
  --gradient-from-position: 50%;
}
.from-\[rgba\(0\,0\,0\,0\)\] {
  --gradient-from: rgba(0, 0, 0, 0);
}
.from-\[rgba\(243\,238\,220\,0\)\] {
  --gradient-from: rgba(243, 238, 220, 0);
}
.from-\[rgba\(35\,35\,34\,0\)\] {
  --gradient-from: rgba(35, 35, 34, 0);
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[227px\] {
  gap: 227px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[48px\] {
  gap: 48px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[var\(--0\\\,5\,2px\)\] {
  gap: 2px;
}
.gap-\[var\(--1\,4px\)\] {
  gap: 4px;
}
.gap-\[var\(--10\,40px\)\] {
  gap: 40px;
}
.gap-\[var\(--2\,8px\)\] {
  gap: 8px;
}
.gap-\[var\(--3\,12px\)\] {
  gap: 12px;
}
.gap-\[var\(--4\,16px\)\] {
  gap: 16px;
}
.gap-\[var\(--5\,20px\)\] {
  gap: 20px;
}
.gap-\[var\(--6\,24px\)\] {
  gap: 24px;
}
.gap-\[var\(--8\,32px\)\] {
  gap: 32px;
}
.gap-x-\[10px\] {
  column-gap: 10px;
}
.gap-x-\[16px\] {
  column-gap: 16px;
}
.gap-y-\[10px\] {
  row-gap: 10px;
}
.gap-y-\[16px\] {
  row-gap: 16px;
}
.grid {
  display: grid;
}
.grid-cols-\[repeat\(2\,minmax\(0\,1fr\)\)\] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-rows-\[max-content\] {
  grid-template-rows: max-content;
}
.grid-rows-\[repeat\(1\,fit-content\(100\%\)\)\] {
  grid-template-rows: repeat(1, fit-content(100%));
}
.grid-rows-\[repeat\(6\,fit-content\(100\%\)\)\] {
  grid-template-rows: repeat(6, fit-content(100%));
}
.h-0 {
  height: 0;
}
.h-\[105px\] {
  height: 105px;
}
.h-\[113\.11\%\] {
  height: 113.11%;
}
.h-\[115px\] {
  height: 115px;
}
.h-\[118\.1\%\] {
  height: 118.1%;
}
.h-\[118\.61\%\] {
  height: 118.61%;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[152px\] {
  height: 152px;
}
.h-\[165\.86\%\] {
  height: 165.86%;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[175\.55\%\] {
  height: 175.55%;
}
.h-\[179px\] {
  height: 179px;
}
.h-\[19px\] {
  height: 19px;
}
.h-\[210px\] {
  height: 210px;
}
.h-\[215px\] {
  height: 215px;
}
.h-\[224\.836px\] {
  height: 224.836px;
}
.h-\[333px\] {
  height: 333px;
}
.h-\[334px\] {
  height: 334px;
}
.h-\[33px\] {
  height: 33px;
}
.h-\[374px\] {
  height: 374px;
}
.h-\[379px\] {
  height: 379px;
}
.h-\[380px\] {
  height: 380px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[414px\] {
  height: 414px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[456px\] {
  height: 456px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[48\.103px\] {
  height: 48.103px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[49px\] {
  height: 49px;
}
.h-\[502\.5px\] {
  height: 502.5px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[54\.59px\] {
  height: 54.59px;
}
.h-\[541px\] {
  height: 541px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[74px\] {
  height: 74px;
}
.h-\[796px\] {
  height: 796px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[82px\] {
  height: 82px;
}
.h-\[89px\] {
  height: 89px;
}
.h-full {
  height: 100%;
}
.inline-grid {
  display: inline-grid;
}
.inset-0 {
  inset: 0;
}
.inset-\[-0\.13\%_0_-0\.12\%_0\] {
  inset: -0.13% 0 -0.12% 0;
}
.inset-\[-0\.18\%_-7\.36px_0_-7\.36px\] {
  inset: -0.18% -7.36px 0 -7.36px;
}
.inset-\[-0\.5px_-0\.21\%\] {
  inset: -0.5px -0.21%;
}
.inset-\[-0\.5px_-0\.22\%\] {
  inset: -0.5px -0.22%;
}
.inset-\[-0\.5px_-0\.23\%\] {
  inset: -0.5px -0.23%;
}
.inset-\[-0\.5px_-0\.24\%\] {
  inset: -0.5px -0.24%;
}
.inset-\[-0\.5px_-0\.25\%\] {
  inset: -0.5px -0.25%;
}
.inset-\[-0\.5px_-0\.26\%\] {
  inset: -0.5px -0.26%;
}
.inset-\[-0\.5px_-0\.27\%\] {
  inset: -0.5px -0.27%;
}
.inset-\[-0\.5px_-0\.28\%\] {
  inset: -0.5px -0.28%;
}
.inset-\[-0\.5px_-0\.29\%\] {
  inset: -0.5px -0.29%;
}
.inset-\[-0\.5px_-0\.3\%\] {
  inset: -0.5px -0.3%;
}
.inset-\[-0\.5px_-0\.31\%\] {
  inset: -0.5px -0.31%;
}
.inset-\[-0\.5px_-0\.32\%\] {
  inset: -0.5px -0.32%;
}
.inset-\[-0\.5px_-0\.34\%\] {
  inset: -0.5px -0.34%;
}
.inset-\[-0\.5px_-0\.41\%\] {
  inset: -0.5px -0.41%;
}
.inset-\[-0\.5px_0\] {
  inset: -0.5px 0;
}
.inset-\[0\.13\%_0_0\.03\%_0\] {
  inset: 0.13% 0 0.03% 0;
}
.inset-\[0_-0\.65\%_0_0\.05\%\] {
  inset: 0 -0.65% 0 0.05%;
}
.inset-\[0_14\.33\%_58\.18\%_0\] {
  inset: 0 14.33% 58.18% 0;
}
.inset-\[17\.56\%_6\.56\%_77\.16\%_90\.16\%\] {
  inset: 17.56% 6.56% 77.16% 90.16%;
}
.inset-\[2\.86\%_6\.56\%_1\.66\%_1\.26\%\] {
  inset: 2.86% 6.56% 1.66% 1.26%;
}
.inset-\[2\.86\%_89\.96\%_91\.86\%_6\.76\%\] {
  inset: 2.86% 89.96% 91.86% 6.76%;
}
.inset-\[24\.16\%_9\.36\%_70\.56\%_87\.36\%\] {
  inset: 24.16% 9.36% 70.56% 87.36%;
}
.inset-\[29\.26\%_11\.76\%_65\.46\%_84\.96\%\] {
  inset: 29.26% 11.76% 65.46% 84.96%;
}
.inset-\[29\.96\%_34\.96\%_64\.76\%_61\.76\%\] {
  inset: 29.96% 34.96% 64.76% 61.76%;
}
.inset-\[3\.96\%_88\.96\%_90\.76\%_7\.76\%\] {
  inset: 3.96% 88.96% 90.76% 7.76%;
}
.inset-\[30\.26\%_95\.46\%_64\.46\%_1\.26\%\] {
  inset: 30.26% 95.46% 64.46% 1.26%;
}
.inset-\[33\.26\%_93\.86\%_61\.46\%_2\.86\%\] {
  inset: 33.26% 93.86% 61.46% 2.86%;
}
.inset-\[33\.76\%_66\.46\%_60\.96\%_30\.26\%\] {
  inset: 33.76% 66.46% 60.96% 30.26%;
}
.inset-\[34\.26\%_95\.46\%_60\.46\%_1\.26\%\] {
  inset: 34.26% 95.46% 60.46% 1.26%;
}
.inset-\[35\.16\%_65\.96\%_59\.56\%_30\.76\%\] {
  inset: 35.16% 65.96% 59.56% 30.76%;
}
.inset-\[36\.06\%_93\.96\%_58\.66\%_2\.76\%\] {
  inset: 36.06% 93.96% 58.66% 2.76%;
}
.inset-\[37\.66\%_93\.56\%_57\.06\%_3\.16\%\] {
  inset: 37.66% 93.56% 57.06% 3.16%;
}
.inset-\[38\.56\%_31\.66\%_56\.16\%_65\.06\%\] {
  inset: 38.56% 31.66% 56.16% 65.06%;
}
.inset-\[41\.06\%_28\.76\%_53\.66\%_67\.96\%\] {
  inset: 41.06% 28.76% 53.66% 67.96%;
}
.inset-\[52\.66\%_31\.96\%_42\.06\%_64\.76\%\] {
  inset: 52.66% 31.96% 42.06% 64.76%;
}
.inset-\[53\.76\%_23\.06\%_40\.96\%_73\.66\%\] {
  inset: 53.76% 23.06% 40.96% 73.66%;
}
.inset-\[56\.96\%_88\.26\%_37\.76\%_8\.46\%\] {
  inset: 56.96% 88.26% 37.76% 8.46%;
}
.inset-\[57\.16\%_91\.06\%_37\.56\%_5\.66\%\] {
  inset: 57.16% 91.06% 37.56% 5.66%;
}
.inset-\[58\.24\%_0_0_13\.27\%\] {
  inset: 58.24% 0 0 13.27%;
}
.inset-\[58\.26\%_26\.76\%_36\.46\%_69\.96\%\] {
  inset: 58.26% 26.76% 36.46% 69.96%;
}
.inset-\[58\.36\%_89\.36\%_36\.36\%_7\.36\%\] {
  inset: 58.36% 89.36% 36.36% 7.36%;
}
.inset-\[58\.86\%_90\.76\%_35\.86\%_5\.96\%\] {
  inset: 58.86% 90.76% 35.86% 5.96%;
}
.inset-\[59\.06\%_80\.96\%_35\.66\%_15\.76\%\] {
  inset: 59.06% 80.96% 35.66% 15.76%;
}
.inset-\[60\.36\%_88\.06\%_34\.36\%_8\.66\%\] {
  inset: 60.36% 88.06% 34.36% 8.66%;
}
.inset-\[64\.26\%_79\.46\%_30\.46\%_17\.26\%\] {
  inset: 64.26% 79.46% 30.46% 17.26%;
}
.inset-\[64\.66\%_88\.16\%_30\.06\%_8\.56\%\] {
  inset: 64.66% 88.16% 30.06% 8.56%;
}
.inset-\[65\.86\%_50\.16\%_28\.86\%_46\.56\%\] {
  inset: 65.86% 50.16% 28.86% 46.56%;
}
.inset-\[75\.16\%_51\.36\%_19\.56\%_45\.36\%\] {
  inset: 75.16% 51.36% 19.56% 45.36%;
}
.inset-\[78\.96\%_46\.86\%_15\.76\%_49\.86\%\] {
  inset: 78.96% 46.86% 15.76% 49.86%;
}
.inset-\[81\.36\%_17\.06\%_13\.36\%_79\.66\%\] {
  inset: 81.36% 17.06% 13.36% 79.66%;
}
.inset-\[88\.86\%_14\.66\%_5\.86\%_82\.06\%\] {
  inset: 88.86% 14.66% 5.86% 82.06%;
}
.inset-\[90\.26\%_18\.36\%_4\.46\%_78\.36\%\] {
  inset: 90.26% 18.36% 4.46% 78.36%;
}
.inset-\[93\.06\%_12\.66\%_1\.66\%_84\.06\%\] {
  inset: 93.06% 12.66% 1.66% 84.06%;
}
.isolate {
  isolation: isolate;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-self-stretch {
  justify-self: stretch;
}
.leading-\[0\] {
  line-height: 0;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[normal\] {
  line-height: normal;
}
.left-0 {
  left: 0;
}
.left-1\/2 {
  left: 50%;
}
.left-\[-20\.69\%\] {
  left: -20.69%;
}
.left-\[-65\.92\%\] {
  left: -65.92%;
}
.left-\[-8\.52\%\] {
  left: -8.52%;
}
.left-\[-82\.17\%\] {
  left: -82.17%;
}
.left-\[-9\.21\%\] {
  left: -9.21%;
}
.left-\[181px\] {
  left: 181px;
}
.left-\[368px\] {
  left: 368px;
}
.left-\[47px\] {
  left: 47px;
}
.left-\[53px\] {
  left: 53px;
}
.left-\[65px\] {
  left: 65px;
}
.left-\[calc\(25\%\+4\.5px\)\] {
  left: calc(25% + 4.5px);
}
.left-\[calc\(50\%\+0\.09px\)\] {
  left: calc(50% + 0.09px);
}
.left-\[calc\(50\%\+181px\)\] {
  left: calc(50% + 181px);
}
.left-\[calc\(50\%\+57px\)\] {
  left: calc(50% + 57px);
}
.left-\[calc\(50\%\+8px\)\] {
  left: calc(50% + 8px);
}
.left-\[calc\(75\%\+11\.5px\)\] {
  left: calc(75% + 11.5px);
}
.max-w-\[818\.4030151367188px\] {
  max-width: 818.4030151367188px;
}
.max-w-none {
  max-width: none;
}
.mb-0 {
  margin-bottom: 0;
}
.min-h-px {
  min-height: 1px;
}
.min-w-full {
  min-width: 100%;
}
.min-w-px {
  min-width: 1px;
}
.ml-0 {
  margin-left: 0;
}
.mt-0 {
  margin-top: 0;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.opacity-25 {
  opacity: 0.25;
}
.overflow-clip {
  overflow: clip;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-clip {
  overflow-x: clip;
}
.overflow-y-auto {
  overflow-y: auto;
}
.pb-\[7px\] {
  padding-bottom: 7px;
}
.pb-\[var\(--1\,4px\)\] {
  padding-bottom: 4px;
}
.pb-\[var\(--10\,40px\)\] {
  padding-bottom: 40px;
}
.pb-\[var\(--2\\\,5\,10px\)\] {
  padding-bottom: 10px;
}
.pb-\[var\(--2\\\,5\,11px\)\] {
  padding-bottom: 11px;
}
.pb-\[var\(--3\,12px\)\] {
  padding-bottom: 12px;
}
.place-items-start {
  place-items: start;
}
.pointer-events-none {
  pointer-events: none;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pr-\[var\(--3\,12px\)\] {
  padding-right: 12px;
}
.pt-\[11px\] {
  padding-top: 11px;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.pt-\[var\(--10\,40px\)\] {
  padding-top: 40px;
}
.pt-\[var\(--1\\\,5\,6px\)\] {
  padding-top: 6px;
}
.pt-\[var\(--5\,20px\)\] {
  padding-top: 20px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[22\.25px\] {
  padding-left: 22.25px;
  padding-right: 22.25px;
}
.px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[48px\] {
  padding-left: 48px;
  padding-right: 48px;
}
.px-\[var\(--1\,4px\)\] {
  padding-left: 4px;
  padding-right: 4px;
}
.px-\[var\(--10\,40px\)\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[var\(--3\,12px\)\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[var\(--3\,13px\)\] {
  padding-left: 13px;
  padding-right: 13px;
}
.px-\[var\(--4\,16px\)\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[var\(--5\,20px\)\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[var\(--8\,32px\)\] {
  padding-left: 32px;
  padding-right: 32px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[48px\] {
  padding-top: 48px;
  padding-bottom: 48px;
}
.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.py-\[var\(--10\,40px\)\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[var\(--3\,12px\)\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[var\(--4\,16px\)\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[var\(--5\,20px\)\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.relative {
  position: relative;
}
.right-0 {
  right: 0;
}
.right-\[20px\] {
  right: 20px;
}
.rotate-180 {
  rotate: 180deg;
}
.rotate-90 {
  rotate: 90deg;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[999px\] {
  border-radius: 999px;
}
.rounded-\[inherit\] {
  border-radius: inherit;
}
.row-1 {
  grid-row-start: 1;
}
.row-2 {
  grid-row-start: 2;
}
.row-3 {
  grid-row-start: 3;
}
.row-4 {
  grid-row-start: 4;
}
.row-5 {
  grid-row-start: 5;
}
.row-6 {
  grid-row-start: 6;
}
.self-start {
  align-self: flex-start;
}
.self-stretch {
  align-self: stretch;
}
.shrink-0 {
  flex-shrink: 0;
}
.size-\[16px\] {
  width: 16px;
  height: 16px;
}
.size-\[19px\] {
  width: 19px;
  height: 19px;
}
.size-\[24px\] {
  width: 24px;
  height: 24px;
}
.size-\[5px\] {
  width: 5px;
  height: 5px;
}
.size-\[9\.52px\] {
  width: 9.52px;
  height: 9.52px;
}
.size-full {
  width: 100%;
  height: 100%;
}
.sticky {
  position: sticky;
}
.text-\[\#a4a586\] {
  color: #a4a586;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[64px\] {
  font-size: 64px;
}
.text-\[color\:var\(--black\,\#232322\)\] {
  color: #232322;
}
.text-\[color\:var\(--blue\/light\,\#a7bbbc\)\] {
  color: #a7bbbc;
}
.text-\[color\:var\(--brown\/dark\,\#48342d\)\] {
  color: #48342d;
}
.text-\[color\:var\(--green\/dark\,\#1f3526\)\] {
  color: #1f3526;
}
.text-\[color\:var\(--green\/extra-light\,\#e3e4da\)\] {
  color: #e3e4da;
}
.text-\[color\:var\(--green\/medium\,\#808855\)\] {
  color: #808855;
}
.text-\[color\:var\(--neutral\/500\,\#959994\)\] {
  color: #959994;
}
.text-\[color\:var\(--off-white\/light\,\#fbf9f4\)\] {
  color: #fbf9f4;
}
.text-\[color\:var\(--off-white\/medium\,\#f7f4e9\)\] {
  color: #f7f4e9;
}
.text-\[color\:var\(--white\,white\)\] {
  color: white;
}
.text-\[rgba\(255\,255\,255\,0\.55\)\] {
  color: rgba(255, 255, 255, 0.55);
}
.text-\[rgba\(255\,255\,255\,0\.92\)\] {
  color: rgba(255, 255, 255, 0.92);
}
.text-\[rgba\(35\,35\,34\,0\.25\)\] {
  color: rgba(35, 35, 34, 0.25);
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-right {
  text-align: right;
}
.to-\[\#f3eedc\] {
  --gradient-to: #f3eedc;
}
.to-\[rgba\(0\,0\,0\,0\.6\)\] {
  --gradient-to: rgba(0, 0, 0, 0.6);
}
.to-\[rgba\(0\,0\,0\,0\.65\)\] {
  --gradient-to: rgba(0, 0, 0, 0.65);
}
.to-\[var\(--black\,\#232322\)\] {
  --gradient-to: #232322;
}
.top-0 {
  top: 0;
}
.top-\[-15\.48\%\] {
  top: -15.48%;
}
.top-\[-32\.93\%\] {
  top: -32.93%;
}
.top-\[-7\.44\%\] {
  top: -7.44%;
}
.top-\[-75\.52\%\] {
  top: -75.52%;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[145px\] {
  top: 145px;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[223px\] {
  top: 223px;
}
.top-\[233\.5px\] {
  top: 233.5px;
}
.top-\[265px\] {
  top: 265px;
}
.top-\[317px\] {
  top: 317px;
}
.top-\[402px\] {
  top: 402px;
}
.top-\[449\.5px\] {
  top: 449.5px;
}
.top-\[59px\] {
  top: 59px;
}
.top-\[6\.5px\] {
  top: 6.5px;
}
.tracking-\[-0\.18px\] {
  letter-spacing: -0.18px;
}
.tracking-\[-0\.24px\] {
  letter-spacing: -0.24px;
}
.tracking-\[-0\.28px\] {
  letter-spacing: -0.28px;
}
.tracking-\[-0\.32px\] {
  letter-spacing: -0.32px;
}
.tracking-\[-0\.4px\] {
  letter-spacing: -0.4px;
}
.tracking-\[-0\.64px\] {
  letter-spacing: -0.64px;
}
.tracking-\[0\.16px\] {
  letter-spacing: 0.16px;
}
.tracking-\[0\.24px\] {
  letter-spacing: 0.24px;
}
.tracking-\[0\.2px\] {
  letter-spacing: 0.2px;
}
.tracking-\[0\.96px\] {
  letter-spacing: 0.96px;
}
.tracking-\[1\.12px\] {
  letter-spacing: 1.12px;
}
.tracking-\[1\.5px\] {
  letter-spacing: 1.5px;
}
.tracking-\[1\.8px\] {
  letter-spacing: 1.8px;
}
.uppercase {
  text-transform: uppercase;
}
.w-0 {
  width: 0;
}
.w-\[112px\] {
  width: 112px;
}
.w-\[113px\] {
  width: 113px;
}
.w-\[118\.18\%\] {
  width: 118.18%;
}
.w-\[123px\] {
  width: 123px;
}
.w-\[141\.39\%\] {
  width: 141.39%;
}
.w-\[145px\] {
  width: 145px;
}
.w-\[155\%\] {
  width: 155%;
}
.w-\[164px\] {
  width: 164px;
}
.w-\[165\.94\%\] {
  width: 165.94%;
}
.w-\[172px\] {
  width: 172px;
}
.w-\[173px\] {
  width: 173px;
}
.w-\[179px\] {
  width: 179px;
}
.w-\[189px\] {
  width: 189px;
}
.w-\[267px\] {
  width: 267px;
}
.w-\[268px\] {
  width: 268px;
}
.w-\[271px\] {
  width: 271px;
}
.w-\[276px\] {
  width: 276px;
}
.w-\[281px\] {
  width: 281px;
}
.w-\[283px\] {
  width: 283px;
}
.w-\[306\.28\%\] {
  width: 306.28%;
}
.w-\[361\.812px\] {
  width: 361.812px;
}
.w-\[361\.813px\] {
  width: 361.813px;
}
.w-\[362px\] {
  width: 362px;
}
.w-\[382px\] {
  width: 382px;
}
.w-\[402px\] {
  width: 402px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[414px\] {
  width: 414px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[4px\] {
  width: 4px;
}
.w-\[57px\] {
  width: 57px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[78px\] {
  width: 78px;
}
.w-\[79px\] {
  width: 79px;
}
.w-\[81px\] {
  width: 81px;
}
.w-\[min-content\] {
  width: min-content;
}
.w-full {
  width: 100%;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[11\] {
  z-index: 11;
}
.z-\[12\] {
  z-index: 12;
}
.z-\[13\] {
  z-index: 13;
}
.z-\[14\] {
  z-index: 14;
}
.z-\[15\] {
  z-index: 15;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[4\] {
  z-index: 4;
}
.z-\[5\] {
  z-index: 5;
}
.z-\[6\] {
  z-index: 6;
}
.z-\[7\] {
  z-index: 7;
}
.z-\[8\] {
  z-index: 8;
}
.z-\[9\] {
  z-index: 9;
}
