/** Shopify CDN: Minification failed

Line 6470:8 Unexpected "!"
Line 6477:9 Unexpected "!"

**/
@charset "UTF-8";
/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 750px){
  .container{
    max-width: 750px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 990px){
  .container{
    max-width: 990px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
@media (min-width: 1545px){
  .container{
    max-width: 1545px;
  }
}
.h1{
  font-size: 1.75rem;
  line-height: 2rem;
  letter-spacing: 0.25rem;
}
@media (min-width: 990px){
  .h1{
    font-size: 4.5rem;
    line-height: 1;
    line-height: 5rem;
    letter-spacing: 0.313rem;
  }
}
.h2{
  font-size: 1.125rem;
  line-height: 1.25rem;
  letter-spacing: 0.188rem;
}
@media (min-width: 990px){
  .h2{
    font-size: 2.625rem;
    line-height: 3rem;
    letter-spacing: 0.225rem;
  }
}
.h3{
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.175rem;
}
@media (min-width: 990px){
  .h3{
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: 0.25rem;
  }
}
.h4{
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.15rem;
}
@media (min-width: 990px){
  .h4{
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
.h5{
  font-size: 0.813rem;
  line-height: 1rem;
  letter-spacing: 0.188rem;
}
@media (min-width: 990px){
  .h5{
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
.h6{
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.138rem;
}
@media (min-width: 990px){
  .h6{
    font-size: 0.938rem;
    line-height: 1.25rem;
    letter-spacing: 0.188rem;
  }
}
.heading-minor{
  font-size: 0.625rem;
  text-transform: uppercase;
  line-height: .75rem;
  letter-spacing: 0.125rem;
}
.text-extra-large{
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.063rem;
}
.text-large{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-small{
  font-size: 0.813rem;
  line-height: 1.25rem;
}
.text-extra-small{
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.text-minor{
  font-size: 0.625rem;
  line-height: 1rem;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.\!pointer-events-auto{
  pointer-events: auto !important;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.\!absolute{
  position: absolute !important;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.\!right-0{
  right: 0px !important;
}
.-bottom-7{
  bottom: -1.75rem;
}
.-left-full{
  left: -100%;
}
.-right-1{
  right: -0.25rem;
}
.-right-1\.5{
  right: -0.375rem;
}
.-right-4{
  right: -1rem;
}
.-right-6{
  right: -1.5rem;
}
.-right-9{
  right: -2.25rem;
}
.-right-\[18px\]{
  right: -18px;
}
.-right-\[20px\]{
  right: -20px;
}
.-right-full{
  right: -100%;
}
.-top-1{
  top: -0.25rem;
}
.-top-3{
  top: -0.75rem;
}
.-top-\[8px\]{
  top: -8px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-1{
  bottom: 0.25rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.bottom-\[11px\]{
  bottom: 11px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-2{
  left: 0.5rem;
}
.left-2\.5{
  left: 0.625rem;
}
.left-4{
  left: 1rem;
}

.left-10{
  left: 2.25rem;
}

.left-auto{
  left: auto;
}
.right-0{
  right: 0px;
}
.right-1{
  right: 0.15rem;
}
.right-2{
  right: 0.5rem;
}
.right-2\.5{
  right: 0.625rem;
}
.right-5{
  right: 1.25rem;
}
.right-\[12px\]{
  right: 12px;
}
.right-\[14px\]{
  right: 14px;
}
.right-\[9px\]{
  right: 9px;
}
.right-auto{
  right: auto;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-3{
  top: 0.75rem;
}
.top-5{
  top: 1.25rem;
}
.top-\[12px\]{
  top: 12px;
}
.top-\[60px\]{
  top: 60px;
}
.top-\[88px\]{
  top: 88px;
}
.top-auto{
  top: auto;
}
.top-full{
  top: 100%;
}

.top-\[20\%\]{
  top: 20%;
}
.-z-\[1\]{
  z-index: -1;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-50{
  z-index: 50;
}
.z-\[10000\]{
  z-index: 10000;
}
.z-\[10001\]{
  z-index: 10001;
}
.z-\[10002\]{
  z-index: 10002;
}
.z-\[1001\]{
  z-index: 1001;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[10900\]{
  z-index: 10900;
}
.z-\[11000\]{
  z-index: 11000;
}
.z-\[1100\]{
  z-index: 1100;
}
.z-\[11\]{
  z-index: 11;
}
.z-\[150000\]{
  z-index: 150000;
}
.z-\[150001\]{
  z-index: 150001;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[3\]{
  z-index: 3;
}
.z-\[5\]{
  z-index: 5;
}
.z-\[999999\]{
  z-index: 999999;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.mx-2{
    margin-left: 2rem;
  margin-right: 2rem;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-2\.5{
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-\[21px\]{
  margin-left: -21px;
  margin-right: -21px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-\[14px\]{
  margin-bottom: 14px;
}
.mb-px{
  margin-bottom: 1px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-1\.5{
  margin-left: 0.375rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}

.ml-\[12px\]{
  margin-left: 12px;
}
.ml-auto{
  margin-left: auto;
}
.mr-auto{
    margin-right: auto;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-\[12px\]{
  margin-right: 12px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-\[18px\]{
  margin-top: 18px;
}
.mt-\[52px\]{
  margin-top: 52px;
}
.mt-\[60px\]{
  margin-top: 60px;
}
.mt-\[88px\]{
  margin-top: 88px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.\!grid{
  display: grid !important;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-\[13\/15\]{
  aspect-ratio: 13/15;
}
.aspect-\[4\/5\]{
  aspect-ratio: 4/5;
}

.aspect-\[185\/39\]{
  aspect-ratio: 185/39;
}
.aspect-\[405\/506\]{
  aspect-ratio: 405/506;
}
.aspect-\[41\/57\]{
  aspect-ratio: 41/57;
}
.aspect-\[43\/51\]{
  aspect-ratio: 43/51;
}
.aspect-\[72\/84\.66\]{
  aspect-ratio: 72/84.66;
}
.aspect-\[90\/113\]{
  aspect-ratio: 90/113;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.\!h-5{
  height: 1.25rem !important;
}
.\!h-9{
  height: 2.25rem !important;
}
.\!h-\[100\.6vw\]{
  height: 100.6vw !important;
}
.\!h-\[100vw\]{
  height: 100vw !important;
}
.\!h-\[27px\]{
  height: 27px !important;
}
.h-0{
  height: 0px;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-14{
  height: 3.5rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-\[100dvh\]{
  height: 100dvh;
}

.h-\[80dvh\]{
  height: 80dvh;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[114px\]{
  height: 114px;
}
.h-\[94\.1vw\]{
  height: 94.1vw;
}
.h-\[154\.1vw\]{
  height: 154.1vw;
}
.h-\[209px\]{
  height: 209px;
}
.h-\[240px\]{
  height: 240px;
}
.h-\[28px\]{
  height: 28px;
}
.h-\[390px\]{
  height: 390px;
}
.h-\[530px\]{
  height: 530px;
}
.h-\[91\.11dvh\]{
  height: 91.11dvh;
}
.h-\[9px\]{
  height: 9px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}

.h-\[70vh\]{
  height: 70vh;
}
.max-h-0{
  max-height: 0px;
}
.max-h-\[120px\]{
  max-height: 120px;
}
.max-h-\[250px\]{
  max-height: 250px;
}
.max-h-\[380px\]{
  max-height: 380px;
}
.max-h-\[calc\(100\%-310px\)\]{
  max-height: calc(100% - 310px);
}
.max-h-\[calc\(100dvh-147px\)\]{
  max-height: calc(100dvh - 147px);
}
.max-h-\[calc\(100dvh-300px\)\]{
  max-height: calc(100dvh - 300px);
}
.max-h-\[calc\(91\.11dvh-60px\)\]{
  max-height: calc(91.11dvh - 60px);
}
.max-h-full{
  max-height: 100%;
}
.min-h-full{
  min-height: 100%;
}
.\!min-h-\[20px\]{
  min-height: 20px !important;
}
.\!min-h-\[32px\]{
  min-height: 32px !important;
}
.min-h-\[100px\]{
  min-height: 100px;
}
.min-h-\[120px\]{
  min-height: 120px;
}
.min-h-\[20px\]{
  min-height: 20px;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-\[30vh\]{
  min-height: 30vh;
}
.min-h-\[44px\]{
  min-height: 44px;
}
.min-h-\[70vh\]{
  min-height: 70vh;
}
.min-h-\[80px\]{
  min-height: 80px;
}
.\!w-5{
  width: 1.25rem !important;
}

.\!w-full{
  width: 100% !important;
}

.\!w-9{
  width: 2.25rem !important;
}
.\!w-\[320px\]{
  width: 320px !important;
}
.\!w-\[328px\]{
  width: 328px !important;
}
.\!w-\[92\.31vw\]{
  width: 92.31vw !important;
}
.w-0{
  width: 0px;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.33%;
}
.w-1\/4{
  width: 25%;
}
.w-1\/5{
  width: 20%;
}
.w-1\/6{
  width: 16.66%;
}
.w-10{
  width: 2.5rem;
}
.w-14{
  width: 3.5rem;
}

.w-2\/3{
  width: 66.66%;
}
.w-2{
  width: 0.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[114px\]{
  width: 114px;
}
.w-\[13px\]{
  width: 13px;
}
.w-\[244px\]{
  width: 244px;
}
.w-\[28px\]{
  width: 28px;
}
.w-\[292px\]{
  width: 292px;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[347px\]{
  width: 347px;
}
.w-\[350px\]{
  width: 350px;
}
.w-\[360px\]{
  width: 360px;
}
.w-\[3px\]{
  width: 3px;
}
.w-\[94px\]{
  width: 94px;
}
.w-\[98\%\]{
  width: 98%;
}
.w-\[calc\(50\%-5px\)\]{
  width: calc(50% - 5px);
}
.w-\[calc\(50\%-6px\)\]{
  width: calc(50% - 6px);
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.\!min-w-\[148px\]{
  min-width: 148px !important;
}
.\!min-w-\[20px\]{
  min-width: 20px !important;
}
.\!min-w-\[99px\]{
  min-width: 99px !important;
}
.min-w-\[100px\]{
  min-width: 100px;
}
.min-w-\[100vw\]{
  min-width: 100vw;
}
.min-w-\[114px\]{
  min-width: 114px;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.min-w-\[216px\]{
  min-width: 216px;
}
.min-w-\[44px\]{
  min-width: 44px;
}
.min-w-\[90\%\]{
  min-width: 90%;
}
.min-w-\[92\.4\%\]{
  min-width: 92.4%;
}
.min-w-full{
  min-width: 100%;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[22px\]{
  max-width: 22px;
}
.max-w-\[25\%\]{
  max-width: 25%;
}
.max-w-\[33\.3333\%\]{
  max-width: 33.3333%;
}

.max-w-\[49\%\]{
  max-width: 49%;
}
.max-w-\[337px\]{
  max-width: 337px;
}
.max-w-\[468px\]{
  max-width: 468px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[65\%\]{
  max-width: 65%;
}
.max-w-\[920px\]{
  max-width: 920px;
}
.max-w-full{
  max-width: 100%;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-initial{
  flex: 0 1 auto;
}
.shrink-0{
  flex-shrink: 0;
}
.grow{
  flex-grow: 1;
}
.grow-0{
  flex-grow: 0;
}
.basis-1\/2{
  flex-basis: 50%;
}
.basis-1\/3{
  flex-basis: 33.333333%;
}
.basis-1\/4{
  flex-basis: 25%;
}
.basis-full{
  flex-basis: 100%;
}
.table-fixed{
  table-layout: fixed;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  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));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  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));
}
.-translate-y-full{
  --tw-translate-y: -100%;
  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));
}
.translate-x-0{
  --tw-translate-x: 0px;
  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));
}
.translate-y-0{
  --tw-translate-y: 0px;
  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));
}
.rotate-0{
  --tw-rotate: 0deg;
  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));
}
.rotate-180{
  --tw-rotate: 180deg;
  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));
}
.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));
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.resize{
  resize: both;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.place-content-center{
  place-content: center;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.\!gap-0{
  gap: 0px !important;
}
.gap-0{
  gap: 0px;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-14{
  gap: 3.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-3\.5{
  gap: 0.875rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-9{
  gap: 2.25rem;
}
.gap-\[80px\]{
  gap: 80px;
}
.gap-px{
  gap: 1px;
}
.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-x-0\.5{
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}
.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-9{
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
.gap-x-\[4px\]{
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.gap-y-0{
  row-gap: 0px;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.\!overflow-visible{
  overflow: visible !important;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[64px\]{
  border-radius: 64px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-bl-\[6px\]{
  border-bottom-left-radius: 6px;
}
.rounded-br-\[6px\]{
  border-bottom-right-radius: 6px;
}
.rounded-tl{
  border-top-left-radius: 0.25rem;
}
.rounded-tl-\[6px\]{
  border-top-left-radius: 6px;
}
.rounded-tr{
  border-top-right-radius: 0.25rem;
}
.rounded-tr-\[6px\]{
  border-top-right-radius: 6px;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-r-0{
  border-right-width: 0px;
}
.border-t{
  border-top-width: 1px;
}
.border-solid{
  border-style: solid;
}
.\!border-border-gray{
  --tw-border-opacity: 1 !important;
  border-color: rgb(233 233 233 / var(--tw-border-opacity)) !important;
}
.border-beige-light{
  --tw-border-opacity: 1;
  border-color: rgb(233 225 214 / var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-border-gray{
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
}
.border-brand-beige{
  border-color: rgba(var(--color-brand-beige));
}
.border-brand-black{
  border-color: rgba(var(--color-brand-black));
}
.border-brand-black\/10{
  border-color: rgba(var(--color-brand-black), 0.1);
}
.border-light-gray{
  --tw-border-opacity: 1;
  border-color: rgb(247 247 247 / var(--tw-border-opacity));
}
.\!bg-brand-off-white{
  background-color: rgba(var(--color-brand-off-white)) !important;
}
.\!bg-transparent{
  background-color: transparent !important;
}
.bg-\[\#EADDC5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(234 221 197 / var(--tw-bg-opacity));
}
.bg-\[\#a7a3a3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(167 163 163 / var(--tw-bg-opacity));
}
.bg-\[\#f3f1eb\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 241 235 / var(--tw-bg-opacity));
}
.bg-\[\#f9f9f9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/50{
  --tw-bg-opacity: 0.5;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-border-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}
.bg-brand-beige{
  background-color: rgba(var(--color-brand-beige));
}
.bg-brand-black{
  background-color: rgba(var(--color-brand-black));
}
.bg-brand-black\/50{
  background-color: rgba(var(--color-brand-black), 0.5);
}
.bg-brand-brown{
  background-color: rgba(var(--color-brand-brown));
}
.bg-brand-dark-brown{
  background-color: rgba(var(--color-brand-dark-brown));
}
.bg-brand-dark-red{
  background-color: rgba(var(--color-brand-dark-red));
}
.bg-brand-light-blue{
  background-color: rgba(var(--color-brand-light-blue));
}
.bg-brand-off-white{
  background-color: rgba(var(--color-brand-off-white));
}
.bg-brand-scarlet-red{
  background-color: rgba(var(--color-brand-scarlet-red));
}
.bg-brand-white{
  background-color: rgba(var(--color-brand-white));
}

.bg-brand-white-50{
    background-color: rgba(var(--color-brand-white), 0.5);

}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-light-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-utility-error{
  background-color: rgb(var(--color-utility-error));
}
.bg-utility-success{
  background-color: rgb(var(--color-utility-success));
}
.bg-utility-warning{
  background-color: rgb(var(--color-utility-warning));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.\!p-0{
  padding: 0px !important;
}
.p-0{
  padding: 0px;
}
.p-0\.5{
  padding: 0.125rem;
}
.p-10{
  padding: 2.5rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-7{
  padding: 1.75rem;
}
.p-8{
  padding: 2rem;
}
.\!px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.\!py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[10\.45vw\]{
  padding-left: 10.45vw;
  padding-right: 10.45vw;
}
.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[8px\]{
  padding-left: 8px;
  padding-right: 8px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[3\.75rem\]{
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[3px\]{
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[4px\]{
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}
.\!pr-5{
  padding-right: 1.25rem !important;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[128px\]{
  padding-bottom: 128px;
}
.pb-\[14px\]{
  padding-bottom: 14px;
}
.pb-\[154px\]{
  padding-bottom: 154px;
}
.pb-\[54px\]{
  padding-bottom: 54px;
}
.pb-\[60px\]{
  padding-bottom: 60px;
}
.pb-\[72px\]{
  padding-bottom: 72px;
}
.pb-\[88px\]{
  padding-bottom: 88px;
}
.pb-\[92px\]{
  padding-bottom: 92px;
}
.pl-0{
  padding-left: 0px;
}

.pl-1{
  padding-left: 0.25rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-\[10px\]{
  padding-left: 10px;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-2{
  padding-right: 0.625rem;
}
.pr-\[52px\]{
  padding-right: 52px;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-11{
  padding-top: 2.75rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-9{
  padding-top: 2.25rem;
}
.pt-\[14px\]{
  padding-top: 14px;
}
.pt-\[220px\]{
  padding-top: 220px;
}
.pt-\[260px\]{
  padding-top: 260px;
}
.pt-\[60px\]{
  padding-top: 60px;
}
.pt-\[72px\]{
  padding-top: 72px;
}
.pt-\[87px\]{
  padding-top: 87px;
}
.pt-\[88px\]{
  padding-top: 88px;
}
.pt-\[96\.5vw\]{
  padding-top: 96.5vw;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}

.text-last-center{
  text-align-last:center;
}
.text-right{
  text-align: right;
}
.align-baseline{
  vertical-align: baseline;
}
.\!font-body{
  font-family: var(--font-body) !important;
}
.font-body{
  font-family: var(--font-body);
}
.font-heading{
  font-family: var(--font-heading);
}
.\!text-\[10px\]{
  font-size: 10px !important;
}
.\!text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.\!text-sm\/4{
  font-size: 0.875rem !important;
  line-height: 1rem !important;
}
.\!text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[118px\]{
  font-size: 118px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-\[0\.781rem\]{
  font-size: 0.781rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-xs\/3{
  font-size: 0.75rem;
  line-height: .75rem;
}
.\!font-medium{
  font-weight: 500 !important;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.\!not-italic{
  font-style: normal !important;
}
.\!leading-3{
  line-height: .75rem !important;
}
.\!leading-5{
  line-height: 1.25rem !important;
}
.\!leading-6{
  line-height: 1.5rem !important;
}
.\!leading-\[8px\]{
  line-height: 8px !important;
}
.leading-3{
  line-height: .75rem;
}
.leading-4{
  line-height: 1rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-\[124px\]{
  line-height: 124px;
}
.leading-\[14px\]{
  line-height: 14px;
}
.leading-\[16px\]{
  line-height: 16px;
}
.leading-\[28px\]{
  line-height: 28px;
}
.leading-\[8px\]{
  line-height: 8px;
}
.leading-none{
  line-height: 1;
}
.\!tracking-\[-0\.2px\]{
  letter-spacing: -0.2px !important;
}
.\!tracking-\[0\.125rem\]{
  letter-spacing: 0.125rem !important;
}
.-tracking-\[0\.031rem\]{
  letter-spacing: -0.031rem;
}
.-tracking-\[0\.063rem\]{
  letter-spacing: -0.063rem;
}
.-tracking-\[0\.2px\]{
  letter-spacing: -0.2px;
}
.tracking-\[0\.025rem\]{
  letter-spacing: 0.025rem;
}
.tracking-\[0\.031rem\]{
  letter-spacing: 0.031rem;
}
.tracking-\[0\.038rem\]{
  letter-spacing: 0.038rem;
}
.tracking-\[0\.125rem\]{
  letter-spacing: 0.125rem;
}
.tracking-\[0\.138rem\]{
  letter-spacing: 0.138rem;
}
.tracking-\[0\.15rem\]{
  letter-spacing: 0.15rem;
}
.tracking-\[0\.25rem\]{
  letter-spacing: 0.25rem;
}
.tracking-\[0\.4px\]{
  letter-spacing: 0.4px;
}
.tracking-\[1px\]{
  letter-spacing: 1px;
}
.tracking-\[2px\]{
  letter-spacing: 2px;
}
.tracking-normal{
  letter-spacing: 0em;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-brand-black{
  color: rgba(var(--color-brand-black));
}
.text-brand-black\/80{
  color: rgba(var(--color-brand-black), 0.8);
}
.text-brand-brown{
  color: rgba(var(--color-brand-brown));
}
.text-brand-brown\/80{
  color: rgba(var(--color-brand-brown), 0.8);
}
.text-brand-dark-red{
  color: rgba(var(--color-brand-dark-red));
}
.text-brand-off-white{
  color: rgba(var(--color-brand-off-white));
}
.text-brand-scarlet-red{
  color: rgba(var(--color-brand-scarlet-red));
}
.text-brand-white{
  color: rgba(var(--color-brand-white));
}
.text-primary-gray{
  --tw-text-opacity: 1;
  color: rgb(80 82 90 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-utility-error{
  color: rgb(var(--color-utility-error));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.\!no-underline{
  text-decoration-line: none !important;
}
.no-underline{
  text-decoration-line: none;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[2px\]{
  --tw-backdrop-blur: blur(2px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-1000{
  transition-delay: 1000ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-linear{
  transition-timing-function: linear;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loader-icon {
  animation: rotating 2s linear infinite;
}

.page-width{
  margin-left: auto;
  margin-right: auto;
  max-width: var(--page-width);
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 990px){
  .page-width{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.page-width.page-width--small{
  max-width: calc(var(--page-width));
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px){
  .page-width.page-width--small{
    padding-left: 16.875rem;
    padding-right: 16.875rem;
  }
}
.page-width.page-width-large{
  padding-left: 1.313rem;
  padding-right: 1.313rem;
}
@media (min-width: 990px){
  .page-width.page-width-large{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.page-width.page-fullwidth{
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 990px){
  .page-width.page-fullwidth{
    padding-left: 4rem;
    padding-right: 4rem;
  }

.lg\:page-width{
  padding-left: 1rem;
  padding-right: 1rem;
}
}

@media (min-width: 990px){
  .lg\:page-width{
    margin-left: auto;
    margin-right: auto;
    max-width: var(--page-width);
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:page-width.page-width--small{
    max-width: calc(var(--page-width) - 14.5rem);
  }
}

[x-cloak]{
  display: none;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

:focus-visible{
  outline-style: solid;
}

html{
  scroll-padding-top: calc(58px + 20px);
  scroll-behavior: smooth;
}

@media (min-width: 990px){
  html{
    scroll-padding-top: calc(58px + 38px);
  }
}

body{
  position: relative;
  height: 100dvh;
  width: 100%;
  font-family: var(--font-body);
  line-height: 1;
}

@media (min-width: 990px){
  body{
    height: auto;
  }
}
body.search-is-open, body.mobile-menu-open, body.mini-cart-si-open {
  touch-action: none;
}

details summary{
  list-style-type: none;
}
details summary::-webkit-details-marker{
  display: none;
}
details summary span{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
details[open] summary span{
  --tw-rotate: 90deg;
  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));
}

.image-placeholder svg{
  height: 100%;
  width: 100%;
}

.btn.shopify-challenge__button{
  position: relative;
  display: inline-flex;
  min-height: 3.25rem;
  min-width: 7.875rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1rem;
  letter-spacing: 0.125rem;
  margin: 16px auto !important;
}

html.scrollLockM main:after,
html.scrollLockD main:after,
html.scrollLockM footer:after,
html.scrollLockD footer:after{
  pointer-events: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 10;
  --tw-content: "";
  content: var(--tw-content);
  background: var(--utility-opacity-overlay, rgba(26, 26, 26, 0.2));
}

input#menu:checked + #header > div > nav,
input#menu:checked + #header > div > label[aria-label="Close Menu"]{
  display: flex;
}
input#menu:checked + #header > div > label[aria-label="Open Menu"],
input#menu:checked + #header > div:last-child{
  display: none;
}
@media (min-width: 990px){
  input#menu:checked + #header > div > label[aria-label="Open Menu"],
input#menu:checked + #header > div:last-child{
    display: flex;
  }
}
input#menu:checked + #header > div:nth-child(1){
  order: -9999;
}
@media (min-width: 990px){
  input#menu:checked + #header > div:nth-child(1){
    order: 0;
  }
}
input#menu:checked + #header > div:nth-child(2){
  grid-column-start: 3;
  margin-left: auto;
}
@media (min-width: 990px){
  input#menu:checked + #header > div:nth-child(2){
    grid-column-start: auto;
    margin-left: 0px;
  }
}
input#menu:checked + #header > div:nth-child(2) > label:last-child{
  display: none;
}

.rte p, .rte a{
  font-family: var(--font-body);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.rte ul{
  display: flex;
  list-style-type: none;
  flex-direction: column;
}
.rte ul li{
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0.025rem;
}
.rte ul li::before{
  position: absolute;
  top: 0.625rem;
  left: 0px;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-content: "";
  content: var(--tw-content);
}
.rte ul li:last-child{
  margin-bottom: 0px;
}
.rte ul li:before {
  background-color: rgba(var(--color-accents-blue), 1);
}
.rte ol {
  list-style: none;
  display: flex;
  flex-direction: column;
  counter-reset: my-awesome-counter;
}
.rte ol li{
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  counter-increment: my-awesome-counter;
  margin-bottom: 12px;
}
.rte ol li:last-child {
  margin-bottom: 0;
}
.rte ol li:before {
  margin-right: 12px;
  content: counter(my-awesome-counter) ". ";
  font-weight: 400;
  color: rgba(var(--color-accents-blue), 1);
}

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

.no-js-grid {
  display: none !important;
}

html.no-js .no-js-grid {
  display: grid !important;
}

/*h1, h2, h3, h4, h5, h6 {
  @apply uppercase;
}*/
h1, .h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  text-transform: uppercase;
}

.font-primary{
  font-family: var(--font-heading);
}
.font-secondary {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.font-tertiary {
  font-family: 'Helvetica', Arial, sans-serif;
}
.fon-body{
   font-family: var(--font-body);
}
h1{
  font-size: 1.75rem;
  line-height: 2rem;
  letter-spacing: 0.25rem;
}

@media (min-width: 990px){
  h1{
    font-size: 4.5rem;
    line-height: 1;
    line-height: 5rem;
    letter-spacing: 0.313rem;
  }
}

h2{
  font-size: 1.125rem;
  line-height: 1.25rem;
  letter-spacing: 0.188rem;
}

@media (min-width: 990px){
  h2{
    font-size: 2.625rem;
    line-height: 3rem;
    letter-spacing: 0.225rem;
  }
}

h3{
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.175rem;
}

@media (min-width: 990px){
  h3{
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: 0.25rem;
  }
}

h4{
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.15rem;
}

@media (min-width: 990px){
  h4{
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

h5{
  font-size: 0.813rem;
  line-height: 1rem;
  letter-spacing: 0.188rem;
}

@media (min-width: 990px){
  h5{
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}

h6{
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.138rem;
}

@media (min-width: 990px){
  h6{
    font-size: 0.938rem;
    line-height: 1.25rem;
    letter-spacing: 0.188rem;
  }
}

p, a{
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.038rem;
}
p {
  margin-bottom: 0.5rem;
}

a{
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
a:hover:not(.button--quick-add_expanded, .button){
  color: rgba(var(--color-brand-black));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

a.button{
  text-decoration-line: none;
}
a.button:hover{
  text-decoration-line: none;
}
.content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.content ul ol, .content ul ul {
  padding-left: 20px;
}
.content ul ol li:before, .content ul ul li:before {
  background: transparent;
  border: 1px solid;
}
.content ul li{
  position: relative;
  margin-bottom: 0.625rem;
  padding-left: 1rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.75rem;
  letter-spacing: 0.025rem;
}
.content ul li::before{
  position: absolute;
  top: 50%;
  left: 0px;
  height: 0.375rem;
  width: 0.375rem;
  --tw-translate-y: -50%;
  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));
  border-radius: 9999px;
  --tw-content: "";
  content: var(--tw-content);
}
.content ul li:last-child{
  margin-bottom: 0px;
}
.content ul li:before {
  background-color: rgba(var(--color-brand-black), 1);
}
.content ol {
  list-style: none;
  display: flex;
  flex-direction: column;
  counter-reset: my-awesome-counter;
  margin-bottom: 12px;
}
.content ol ol, .content ol ul {
  padding-left: 20px;
}
.content ol li {
  counter-increment: my-awesome-counter;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
}
.content ol li:last-child {
  margin-bottom: 0;
}
.content ol li:before {
  content: counter(my-awesome-counter) ". ";
  font-weight: 300;
}
.content p{
  margin-bottom: 2.5rem;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.025rem;
}
.content p:last-of-type{
  margin-bottom: 0px;
}
@media (min-width: 990px){
  .content p{
    font-size: 15px;
  }
}

.standard-content p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 32px;
}
.standard-content p:last-of-type {
  margin-bottom: 0;
}
.standard-content ul li {
  font-size: 16px;
  line-height: 32px;
}
.standard-content ul li:before {
  background-color: rgba(var(--color-brand-black), 1);
}
.standard-content ol li {
  font-size: 16px;
  line-height: 32px;
}
.standard-content a {
  font-size: 13px;
  line-height: 24px;
}

.testimonials-manual-section .testimonials-content p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: normal;
}
.testimonials-manual-section .testimonials-cards .swiper-wrapper {
  display: flex;
  align-content: stretch;
}
.testimonials-manual-section .testimonials-cards .swiper-slide {
  height: auto;
}
.testimonials-manual-section .swiper-scrollbar {
  max-width: 350px;
  background-color: #E1E2E5;
  margin-top: 20px;
  border-radius: 2px;
}
.testimonials-manual-section .swiper-scrollbar .swiper-scrollbar-drag {
  height: 2px;
  background: #5C59FE;
  border-radius: 2px;
}

.compare-scroller {
  width: 4px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  pointer-events: auto;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .compare-scroller {
    width: 2px;
  }
}
.compare-scroller::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  width: 30px;
  height: 100%;
}
.compare-scroller.scrolling {
  pointer-events: none;
  opacity: 1;
}
.compare-scroller .cscroller-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 9px;
}
@media only screen and (max-width: 768px) {
  .compare-scroller .cscroller-icons {
    width: 40px;
    height: 40px;
    gap: 0;
  }
  .compare-scroller .cscroller-icons svg {
    height: 10px;
    width: 10px;
  }
}

.faq-item.active{
  font-weight: 600;
}

.faq-list-items-desktop {
  border: 1px solid #e1e2e5;
}

.accordion_title .before\:content-\[\'\'\]:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Cpath d='M6 0.512573V12.5126' stroke='black' stroke-width='0.5'/%3E%3Cpath d='M0 6.51257L12 6.51257' stroke='black' stroke-width='0.5'/%3E%3C/svg%3E");
}

.accordion_title .after\:content-\[\'\'\]:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Cpath d='M0 6.51257L12 6.51257' stroke='black' stroke-width='0.5'/%3E%3C/svg%3E");
}

.accordion__button {
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

@media (max-width: 990px) {
  .accordions-wrapper {
    margin-top: 40px;
  }
}
.social-icons__list svg {
  width: 100%;
  height: 100%;
}

.footer__menu-link {
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 990px) {
  .footer__menu-link {
    font-size: 11px;
  }
}

.video-wrapper.playing .button--pause--larger {
  display: none;
}
.video-wrapper.playing:hover .button--pause--larger {
  display: block;
}

.popup-table table{
  width: 100%;
  min-width: 521px;
  table-layout: auto;
  border-collapse: collapse;
  font-weight: 400;
}

@media (min-width: 990px){
  .popup-table table{
    min-width: 100%;
    table-layout: fixed;
  }
}
.popup-table table tbody tr td{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
  padding: 14px;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 990px){
  .popup-table table tbody tr td{
    padding: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.popup-table table tbody tr td {
  line-height: 24px !important;
}
.popup-table table tbody tr td:first-child{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.popup-table table tbody tr:first-child td{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  font-weight: 600;
}
.popup-table table tbody tr:last-child td{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}
@media (min-width: 990px){
  .popup-table table tbody tr:last-child td{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.popup-table::-webkit-scrollbar{
  height: 0.125rem;
  width: 0.125rem;
}
.popup-table::-webkit-scrollbar-track{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}
.popup-table::-webkit-scrollbar-thumb {
  background: rgba(var(--color-brand-black));
}

.product-card {
  position: relative;
}

.product-card__collection {
  max-width: 100%;
  aspect-ratio: 1/1;
}

.product-card__image-block {
  height: 280px;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .product-card__image-block {
    height: 320px;
  }
}

.product-card__collection-image-block {
  max-height: 280px;
}
@media (min-width: 1024px) {
  .product-card__collection-image-block {
    height: 25.25vw;
    max-height: 320px;
  }
}

.product-card__image-block.product-card__collection-image-block {
  height: 100%;
  max-height: 100%;
}

.product-card-wishlist__icon {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 10;
}

.product-card__image-wrap {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: all 0.3s linear;
}

.group:hover .product-card__image-wrap-hovered {
  opacity: 0;
}

.product-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 1;
  transition: all 0.3s linear;
}

.product-card__image-hovered {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  transition: all 0.3s linear;
}

.group:hover .product-card__image-hovered {
  opacity: 1;
}

.product-card__picture-hovered {
  position: absolute;
  top: 0;
  left: 0;
}

a.product-card__meta {
  display: inline-flex;
  width: 90%;
  flex-direction: column;
  margin-top: 0.75rem;
  row-gap: 0.25rem;
  text-decoration: none;
}
@media (min-width: 1024px) {
  a.product-card__meta {
    width: 100%;
    row-gap: 0.5rem;
  }
}

a.product-card__meta:hover {
  text-decoration: none;
}

.product-card__meta-title {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.031rem;
  text-decoration: none;
}

.product-card__price-wrap {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.25;
}

.product-card__price-text {
  margin-right: 0.25rem;
  display: inline-block;
}

.product-card__price-text-compare {
  margin-right: 0.25rem;
  display: inline-block;
  font-size: 13px;
  opacity: 0.6;
}

@media (min-width: 1024px) {
  .product-card__price-text-compare {
    font-size: 0.875rem;
  }
}
.product-card__price-text-price {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
}

@media (min-width: 1024px) {
  .product-card__price-text-price {
    font-size: 0.875rem;
  }
}
.main-article {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  max-width: 875px;
  margin: auto;
}
.main-article img {
  width: 100%;
}
.main-article p img {
  width: 100%;
  height: auto;
  margin-bottom: 28px;
}
.main-article .table-container {
  max-width: 100%;
  overflow: auto;
  padding-bottom: 32px;
  margin-bottom: 40px;
}
.main-article .table-container::-webkit-scrollbar {
  height: 2px;
}
.main-article .table-container table {
  display: table;
  visibility: visible;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  table-layout: auto;
  border-collapse: collapse;
}
.main-article .table-container table tr {
  width: 100%;
}
.main-article .table-container table tr:nth-child(odd) td {
  background-color: rgba(var(--color-blacks-color_black_70), 1);
}
.main-article .table-container table td {
  position: relative;
  font-size: 14px;
  line-height: 28px;
  color: rgba(var(--color_grays_gray), 1);
  text-align: center;
  border: 1px solid #3F3F3F;
  padding: 14px;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 991px) {
  .main-article .table-container table td {
    min-width: 120px;
    max-width: 120px;
  }
}
.main-article .table-container table td figure {
  margin: 0;
}
.main-article .table-container table td img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.main-article .table-container table td ul li {
  padding-bottom: 16px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(var(--color-beige-mid));
  margin-right: 24px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(var(--color-main-black));
}
.main-article .table-container table td ul li strong {
  display: inline-block;
  min-width: 140px;
  font-size: 14px;
  font-weight: 600;
  color: #252A2A;
}
.main-article table {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
  max-height: 0;
  overflow: hidden;
}
.main-article blockquote {
  margin: 40px 0;
  padding-left: 36px;
}
.main-article blockquote h5 {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 16px;
  text-transform: none !important;
  color: rgba(var(--color_grays_gray));
}
@media (max-width: 991px) {
  .main-article blockquote h5 {
    font-size: 16px !important;
  }
}
.main-article blockquote p {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  line-height: 20px;
  color: rgba(var(--color-brand-white));
}
.main-article blockquote p img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
}
.main-article blockquote p strong {
  display: flex;
  flex-direction: column;
  font-weight: 400 !important;
}
.main-article blockquote p strong em {
  font-style: normal !important;
  color: rgba(var(--color_grays_gray));
}
.main-article iframe {
  width: 100%;
  height: 486px;
}
.main-article figure {
  margin: 60px 0;
}
@media (max-width: 991px) {
  .main-article blockquote {
    margin-top: 48px;
  }
}
@media (max-width: 476px) {
  .main-article iframe {
    height: 200px;
  }
}

.article-content{
  padding-bottom: 3.5rem;
  text-align: :justify;
}
.article-content p{
  margin-bottom: 1.75rem;
  font-size: 1rem;
  line-height: 1.75rem;
}
@media (min-width: 990px){
  .article-content p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.article-content ul{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.article-content ul li{
  font-size: 15px;
  line-height: 1.75rem;
}
.article-content ol{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.article-content ol li{
  font-size: 15px;
  line-height: 1.75rem;
}
.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6{
  margin-bottom: 1rem;
  text-transform: none;
}

.main-article__tag {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1px;
}

.main-article__tags {
  margin-bottom: 80px;
}
@media (max-width: 990px) {
  .main-article__tags {
    margin-bottom: 60px;
  }
}

.filter-dropdown__summary {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  gap: 6px;
  padding: 10px 8px 10px 0px;
}

.filter-dropdown:not(:first-child) .filter-dropdown__summary {
  border-left: 0;
}

.filter-dropdown .filter-dropdown__arrow {
  transition: all ease 0.3s;
  transform: rotate(0);
  transform-origin: center;
  width: 8px;
  height: 4px;
}
.filter-dropdown .filter-dropdown__arrow svg {
  width: 100%;
  height: 100%;
}
.filter-dropdown .filter-dropdown__label {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.8px;
}
.filter-dropdown[open] .filter-dropdown__arrow {
  transform: rotate(180deg);
  transform-origin: center;
}

.sort_by-wrapper {
  position: relative;
}
.sort_by-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 0;
  border-radius: 0;
}
.sort_by-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 10px;
  height: 5px;
  transform: translateY(-50%);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5' fill='none'%3E%3Cpath d='M1 0.5L5 4.5L9 0.5' stroke='black' stroke-width='0.5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' viewBox='0 0 10 5' fill='none'%3E%3Cpath d='M1 0.5L5 4.5L9 0.5' stroke='black' stroke-width='0.5'/%3E%3C/svg%3E");
  background: black;
  pointer-events: none;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 768px) {
}

.collection-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #9c9c9c;
  text-align: left;
  font-size: 1.2rem;
  text-shadow: 0 0 0 #9c9c9c;
  min-height: 65px;
  max-height: 65px;
  transition: all ease 0.3s;
}

.mobile-filters__container {
  right: -100%;
}

.mobile-filters__container.active-filters {
  right: 0;
}

.shadow-smal {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
}

.checkbox-styled {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(var(--color-brand-black));
  content: "";
  color: white;
  position: relative;
}

.checkbox-styled:checked {
  background: rgba(var(--color-brand-black));
  border: 1px solid rgba(var(--color-brand-black));
}

.checkbox-styled:checked:after {
  content: "✓";
  color: black;
  position: absolute;
  top: 2px;
  left: 2px;
  font-weight: 100;
  font-size: 10px;
}

#ProductGridContainer details[open] summary{
  border-width: 1px;
  border-style: solid;
}
#ProductGridContainer details[open] summary svg path {
  fill: #85754E;
}

.swatch {
  --swatch--size: var(--swatch-input--size, 4.4rem);
  --swatch--border-radius: var(--swatch-input--border-radius, 50%);
  display: block;
  width: var(--swatch--size);
  max-width: 100%;
  aspect-ratio: 1/1;
  background: var(--swatch--background);
  background-position: var(--swatch-focal-point, initial);
  background-size: cover;
  background-origin: border-box;
  border: 0.1rem solid rgba(var(--color-foreground), 0.15);
  border-radius: var(--swatch--border-radius);
}

.filter_desctop_label {
  color: rgba(var(--color-brand-black));
  font-family: "Zapf Humanist 601";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.4px;
  margin-left: 8px;
  text-transform: uppercase;
}

.checkbox-styled:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.filter-clear{
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: rgba(var(--color-brand-black));
}

.button-grid-swithcer svg path,
.button-grid-swithcer svg rect {
  fill: currentColor;
}

.button-grid-swithcer.active {
  color: rgba(var(--color-brand-black));
}

#product_grid[data-grid-cols="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.promo-card {
  border-radius: 2px;
  overflow: hidden;
}
@media (max-width: 990px) {
  .promo-card {
    grid-row: span 1/span 1;
    grid-column: span 2/span 2;
  }
  .promo-card.row-span--2 {
    grid-row: span 1/span 1;
    grid-column: span 2/span 2;
  }
}
@media (min-width: 990px) {
  #product_grid[data-grid-cols="4"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  #product_grid[data-grid-cols="4"] .promo-card.col-span--2 {
    grid-column: span 2/span 2;
  }
  #product_grid[data-grid-cols="4"] .promo-card.row-span--2 {
    grid-row: span 2/span 2;
  }
  #product_grid[data-grid-cols="3"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

#product_grid[data-grid-cols="0"] {
  display: flex;
  flex-direction: column;
}

.mobileFiltersClose{
  left: -100%;
}

@media (min-width: 990px){
  .mobileFiltersClose{
    left: auto;
    right: -100%;
  }
}

.mobileFiltersOpen{
  left: 0px;
}

@media (min-width: 990px){
  .mobileFiltersOpen{
    left: auto;
    right: 0px;
  }
}

.sticky_filter {
  position: sticky;
  top: 52px;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(var(--color-brand-off-white));
}
@media (min-width: 990px) {
  .sticky_filter {
    top: 72px;
  }
}

.scroll-up .sticky_filter {
  top: 0;
}

.filter-dropdown__values input[type=radio]:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.filter-dropdown__values input[type=radio]:disabled:hover:before, .filter-dropdown__values input[type=radio]:disabled:hover:after {
  background: transparent;
}
.filter-dropdown__values .form-field__input {
  padding: 0;
}

.link {
  cursor: pointer;
}

.promocard__title {
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 10px;
}

.promocard__description {
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: white;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.promocard__link {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-end;
  gap: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}

.promocard__text-bg {
  background-color: white;
  padding-top: 16px;
  padding-bottom: 28px;
  padding-left: 0;
  padding-right: 0;
  z-index: 300;
}
@media (max-width: 990px) {
  .promocard__text-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.promocard__text-bg .promocard__title, .promocard__text-bg .promocard__description {
  color: #000000;
}

span.filter-icon {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  border-radius: 50%;
}
span.filter-icon svg path {
  fill: white;
}

.filter__floating-button {
  position: fixed;
  bottom: 45px;
  z-index: 2000;
  left: 50%;
  transform: translateX(-50%);
  background: #FFF;
  padding: 14px 20px;
  border: 1px solid black;
  border-radius: 128px;
  height: 48px;
}
.filter__floating-button .filter-icon {
  width: auto;
  height: auto;
  background-color: white;
  border-radius: 0;
}
.filter__floating-button .filter-icon svg path {
  fill: black;
}
.filter__floating-button:hover {
  background: black;
  color: white;
}
.filter__floating-button:hover .filter-icon {
  background-color: black;
}
.filter__floating-button:hover .filter-icon svg path {
  fill: white;
}

.product-count__text {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 990px) {
  .product-count__text {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
}
.product-count__text span {
  position: absolute;
  top: -5px;
  right: -15px;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.6px;
}

.filter-select {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.8px;
}

.filter-btn {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.8px;
}

.filter-arrow-right svg {
  width: 100%;
  height: 100%;
}

.filter-mobile-label {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.mobile-filters__container .form-field__input {
  padding-top: 0;
}

.filter-item-label{
  color: rgba(var(--color-brand-black));
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: var(--Tailwind-Spacing-14px, 14px); /* 116.667% */
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.filter-clear-btn-inner {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.6px;
  text-decoration: underline;
}

.filter-clear-btn:hover .filter-clear-btn-inner {
  color: black;
}

.filter-drawer-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.order-details__table {
  table-layout: auto;
  width: 100%;
}
.order-details__table tbody tr td {
  flex-grow: 1;
  padding: 16px 0;
}

.page-content iframe {
  width: 100%;
  height: 40vw;
  max-height: 580px;
  min-height: 300px;
}
.page-content p, .page-content span{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25rem;
    letter-spacing: .038rem;
    text-align: justify;
}
@media (min-width: 990px){
  .page-content p, .page-content span{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25rem;
    letter-spacing: .038rem;
    text-align: justify;
  }
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  margin-bottom: 12px;
  text-transform: none;
}
.page-content ul{
  margin-top: 1.25rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 990px){
  .page-content ul{
    margin-top: 1.75rem;
    margin-bottom: 2.25rem;
  }
}
.page-content ul li{
   font-size: 13px;
  line-height: 1.25rem;
}
@media (min-width: 990px){
  .page-content ul li{
    font-size: 13px;
    line-height: 1.25rem;
  }
}
.page-content ul li:before {
  background-color: rgba(var(--color-brand-black));
}
.page-content ul ul {
  list-style: circle;
}
.page-content ul ul, .page-content ul ol{
  padding-left: 3rem;
}
.page-content ul ul li, .page-content ul ol li{
  padding: 0px;
}
.page-content ul ul li:before, .page-content ul ol li:before {
  content: none;
}
.page-content ol{
  margin-top: 1.25rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 990px){
  .page-content ol{
    margin-top: 1.75rem;
    margin-bottom: 2.25rem;
  }
}
.page-content ol li{
  font-size: 1rem;
  line-height: 2rem;
}
@media (min-width: 990px){
  .page-content ol li{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.page-content ol ul {
  list-style: circle;
}
.page-content ol ul, .page-content ol ol{
  padding-left: 3rem;
}
.page-content ol ul li, .page-content ol ol li{
  padding: 0px;
}
.page-content ol ul li:before, .page-content ol ol li:before {
  content: none;
}
.page-content a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.accordion-question .accordion-icon_wrapper{
  position: absolute;
  top: 50%;
  right: 0px;
  height: 0.75rem;
  width: 0.75rem;
  --tw-translate-y: -50%;
  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));
}
.accordion-question .accordion-icon_wrapper .accordion-icon{
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.accordion-question .accordion-icon_wrapper .accordion-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
  width: 1px;
  height: 100%;
  background-color: rgba(var(--color-brand-black));
  transition: transform 0.3s ease;
}
.accordion-question .accordion-icon_wrapper .accordion-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: rgba(var(--color-brand-black));
}
.accordion-question .accordion-icon_wrapper.open .accordion-icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-inner__content *{
  font-size: 0.875rem;
  line-height: 1.75rem;
  letter-spacing: 0em;
  color: rgba(var(--color-brand-black));
}
.accordion-inner__content ul{
  margin-top: 0.75rem;
  list-style-position: inside;
  list-style-type: disc;
}
.accordion-inner__content ul li{
  position: relative;
  margin-bottom: 1rem;
}
.accordion-inner__content ol{
  margin-top: 0.75rem;
  list-style-position: inside;
  list-style-type: decimal;
}
.accordion-inner__content ol li{
  position: relative;
  margin-bottom: 1rem;
}

.breadcrumbs__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 0.25rem;
  display: flex;
}

.breadcrumbs__item{
  display: inline-block;
}
.breadcrumbs__item a{
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: rgba(var(--color-brand-black));
  text-decoration-line: none;
}

.breadcrumbs__item:not(:last-child):after {
  border-style: solid;
  border-width: 0.1rem 0.1rem 0 0;
  border-color: #bfbfbf;
  content: "";
  display: inline-block;
  height: 0.3rem;
  margin: 0 0.5rem;
  position: relative;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 0.3rem;
}

.breadcrumbs__link{
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: rgba(var(--color-brand-black));
  text-decoration-line: none;
}

.breadcrumbs__link:first-of-type{
  font-weight: 500;
}
.breadcrumbs__link:hover {
  text-decoration: none !important;
}

.breadcrumbs__link[aria-current=page]{
  color: rgba(var(--color-brand-black));
  font-weight: normal;
  text-decoration: none;
}

.breadcrumbs__link[aria-current=page]:hover,
.breadcrumbs__link[aria-current=page]:focus {
  text-decoration: underline;
}

.form-field__group{
  height: 100%;
}
.form-field__group.disabled{
  opacity: 0.5;
}

.form-field__input{
  position: relative;
  padding-top: 0.25rem;
}
.form-field__input input[type=text],
.form-field__input input[type=email],
.form-field__input input[type=tel],
.form-field__input input[type=password],
.form-field__input textarea{
  min-height: 28px;
  width: 100%;
  border-radius: 0px;
  border-bottom-width: 1px;
  background-color: transparent;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.form-field__input input[type=text]:focus,
.form-field__input input[type=email]:focus,
.form-field__input input[type=tel]:focus,
.form-field__input input[type=password]:focus,
.form-field__input textarea:focus{
  border-bottom-width: 1px;
  outline-width: 0px;
}
.form-field__input input[type=text]::-moz-placeholder, .form-field__input input[type=email]::-moz-placeholder, .form-field__input input[type=tel]::-moz-placeholder, .form-field__input input[type=password]::-moz-placeholder, .form-field__input textarea::-moz-placeholder{
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.form-field__input input[type=text]::placeholder,
.form-field__input input[type=email]::placeholder,
.form-field__input input[type=tel]::placeholder,
.form-field__input input[type=password]::placeholder,
.form-field__input textarea::placeholder{
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.form-field__input.error input[type=text],
.form-field__input.error input[type=email],
.form-field__input.error input[type=tel],
.form-field__input.error input[type=password],
.form-field__input.error textarea{
  border-color: rgb(var(--color-utility-error));
}
.form-field__input.error input[type=text]:focus,
.form-field__input.error input[type=email]:focus,
.form-field__input.error input[type=tel]:focus,
.form-field__input.error input[type=password]:focus,
.form-field__input.error textarea:focus{
  border-color: rgb(var(--color-utility-error));
}
.form-field__input input[type=text]:not(:-moz-placeholder-shown), .form-field__input input[type=email]:not(:-moz-placeholder-shown), .form-field__input input[type=tel]:not(:-moz-placeholder-shown), .form-field__input input[type=password]:not(:-moz-placeholder-shown), .form-field__input textarea:not(:-moz-placeholder-shown){
  border-color: rgba(var(--color-brand-black));
  color: rgba(var(--color-brand-black));
}
.form-field__input input[type=text]:not(:placeholder-shown),
.form-field__input input[type=email]:not(:placeholder-shown),
.form-field__input input[type=tel]:not(:placeholder-shown),
.form-field__input input[type=password]:not(:placeholder-shown),
.form-field__input textarea:not(:placeholder-shown){
  border-color: rgba(var(--color-brand-black));
  color: rgba(var(--color-brand-black));
}
.form-field__input input[type=text]:not(:-moz-placeholder-shown) + .arrow--button_standard, .form-field__input input[type=email]:not(:-moz-placeholder-shown) + .arrow--button_standard, .form-field__input input[type=tel]:not(:-moz-placeholder-shown) + .arrow--button_standard, .form-field__input input[type=password]:not(:-moz-placeholder-shown) + .arrow--button_standard, .form-field__input textarea:not(:-moz-placeholder-shown) + .arrow--button_standard{
  border-color: rgba(var(--color-brand-black));
}
.form-field__input input[type=text]:not(:placeholder-shown) + .arrow--button_standard,
.form-field__input input[type=email]:not(:placeholder-shown) + .arrow--button_standard,
.form-field__input input[type=tel]:not(:placeholder-shown) + .arrow--button_standard,
.form-field__input input[type=password]:not(:placeholder-shown) + .arrow--button_standard,
.form-field__input textarea:not(:placeholder-shown) + .arrow--button_standard{
  border-color: rgba(var(--color-brand-black));
}
.form-field__input input[type=text]:not(:-moz-placeholder-shown) + .arrow--button_standard:after, .form-field__input input[type=email]:not(:-moz-placeholder-shown) + .arrow--button_standard:after, .form-field__input input[type=tel]:not(:-moz-placeholder-shown) + .arrow--button_standard:after, .form-field__input input[type=password]:not(:-moz-placeholder-shown) + .arrow--button_standard:after, .form-field__input textarea:not(:-moz-placeholder-shown) + .arrow--button_standard:after{
  background-color: rgba(var(--color-brand-black));
}
.form-field__input input[type=text]:not(:placeholder-shown) + .arrow--button_standard:after,
.form-field__input input[type=email]:not(:placeholder-shown) + .arrow--button_standard:after,
.form-field__input input[type=tel]:not(:placeholder-shown) + .arrow--button_standard:after,
.form-field__input input[type=password]:not(:placeholder-shown) + .arrow--button_standard:after,
.form-field__input textarea:not(:placeholder-shown) + .arrow--button_standard:after{
  background-color: rgba(var(--color-brand-black));
}
.form-field__input input[type=text]:not(:-moz-placeholder-shown) + .arrow--button_standard:hover:not(:disabled), .form-field__input input[type=email]:not(:-moz-placeholder-shown) + .arrow--button_standard:hover:not(:disabled), .form-field__input input[type=tel]:not(:-moz-placeholder-shown) + .arrow--button_standard:hover:not(:disabled), .form-field__input input[type=password]:not(:-moz-placeholder-shown) + .arrow--button_standard:hover:not(:disabled), .form-field__input textarea:not(:-moz-placeholder-shown) + .arrow--button_standard:hover:not(:disabled){
  border-color: rgba(var(--color-brand-black));
  background-color: rgba(var(--color-brand-black));
}
.form-field__input input[type=text]:not(:placeholder-shown) + .arrow--button_standard:hover:not(:disabled),
.form-field__input input[type=email]:not(:placeholder-shown) + .arrow--button_standard:hover:not(:disabled),
.form-field__input input[type=tel]:not(:placeholder-shown) + .arrow--button_standard:hover:not(:disabled),
.form-field__input input[type=password]:not(:placeholder-shown) + .arrow--button_standard:hover:not(:disabled),
.form-field__input textarea:not(:placeholder-shown) + .arrow--button_standard:hover:not(:disabled){
  border-color: rgba(var(--color-brand-black));
  background-color: rgba(var(--color-brand-black));
}
.form-field__input input[type=text]:not(:-moz-placeholder-shown) + .arrow--button_standard:hover:not(:disabled):after, .form-field__input input[type=email]:not(:-moz-placeholder-shown) + .arrow--button_standard:hover:not(:disabled):after, .form-field__input input[type=tel]:not(:-moz-placeholder-shown) + .arrow--button_standard:hover:not(:disabled):after, .form-field__input input[type=password]:not(:-moz-placeholder-shown) + .arrow--button_standard:hover:not(:disabled):after, .form-field__input textarea:not(:-moz-placeholder-shown) + .arrow--button_standard:hover:not(:disabled):after{
  background-color: rgba(var(--color-brand-off-white));
}
.form-field__input input[type=text]:not(:placeholder-shown) + .arrow--button_standard:hover:not(:disabled):after,
.form-field__input input[type=email]:not(:placeholder-shown) + .arrow--button_standard:hover:not(:disabled):after,
.form-field__input input[type=tel]:not(:placeholder-shown) + .arrow--button_standard:hover:not(:disabled):after,
.form-field__input input[type=password]:not(:placeholder-shown) + .arrow--button_standard:hover:not(:disabled):after,
.form-field__input textarea:not(:placeholder-shown) + .arrow--button_standard:hover:not(:disabled):after{
  background-color: rgba(var(--color-brand-off-white));
}
.form-field__input.search-field input[type=text]{
  border-width: 1px;
  background-color: rgba(var(--color-brand-white));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 3rem;
  padding-right: 0.75rem;
  color: rgba(var(--color-brand-black));
}
.form-field__input.search-field input[type=text]:focus{
  border-width: 1px;
  outline-width: 0px;
}
.form-field__input.search-field:after{
  background-color: rgba(var(--color-brand-black));
  content: "";
  position: absolute;
  top: 16px;
  left: 12px;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3059_1839)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.46873 13.5835C1.89863 11.0134 1.89863 6.84644 4.46873 4.27635C7.03883 1.70625 11.2058 1.70625 13.7759 4.27634C16.346 6.84644 16.346 11.0134 13.7759 13.5835C11.2058 16.1536 7.03883 16.1536 4.46873 13.5835ZM3.59618 3.4038C0.544195 6.45579 0.544195 11.404 3.59618 14.456C6.50514 17.365 11.1368 17.5013 14.2072 14.865L17.5398 18.1976C17.7354 18.3932 18.0843 18.3615 18.3191 18.1267C18.5539 17.892 18.5856 17.543 18.39 17.3474L15.0574 14.0148C17.6937 10.9444 17.5574 6.31276 14.6484 3.4038C11.5964 0.35181 6.64817 0.351811 3.59618 3.4038Z' fill='%23231F20'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3059_1839'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3059_1839)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.46873 13.5835C1.89863 11.0134 1.89863 6.84644 4.46873 4.27635C7.03883 1.70625 11.2058 1.70625 13.7759 4.27634C16.346 6.84644 16.346 11.0134 13.7759 13.5835C11.2058 16.1536 7.03883 16.1536 4.46873 13.5835ZM3.59618 3.4038C0.544195 6.45579 0.544195 11.404 3.59618 14.456C6.50514 17.365 11.1368 17.5013 14.2072 14.865L17.5398 18.1976C17.7354 18.3932 18.0843 18.3615 18.3191 18.1267C18.5539 17.892 18.5856 17.543 18.39 17.3474L15.0574 14.0148C17.6937 10.9444 17.5574 6.31276 14.6484 3.4038C11.5964 0.35181 6.64817 0.351811 3.59618 3.4038Z' fill='%23231F20'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3059_1839'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.form-field__input .form-field__input-checkbox{
  display: flex;
  align-items: center;
  gap: 9px;
}
.form-field__input .form-field__input-checkbox .custom-checkbox__label{
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1rem;
}
.form-field__input .form-field__input-checkbox input[type=checkbox]{
  position: relative;
  display: inline-block;
  height: 0.875rem;
  width: 0.875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.125rem;
  border-width: 1px;
  border-color: rgba(var(--color-brand-beige));
}
.form-field__input .form-field__input-checkbox input[type=checkbox]:checked{
  background-color: rgba(var(--color-brand-beige));
}
.form-field__input .form-field__input-checkbox input[type=checkbox]:checked:after{
  background-color: rgba(var(--color-brand-white));
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color-brand-black));
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.5 7L5.83333 9.33333L10.5 4.66666' stroke='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.5 7L5.83333 9.33333L10.5 4.66666' stroke='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.form-field__input .form-field__input-checkbox.disabled{
  opacity: 0.5;
}
.form-field__input .form-field__input-radio-button{
  display: flex;
  align-items: center;
  gap: 9px;
}
.form-field__input .form-field__input-radio-button .custom-radio__label{
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1rem;
}
.form-field__input .form-field__input-radio-button input[type=radio]{
  position: relative;
  display: inline-block;
  height: 0.875rem;
  width: 0.875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgba(var(--color-brand-beige));
  background-color: rgba(var(--color-brand-off-white));
}
.form-field__input .form-field__input-radio-button input[type=radio]:checked:after{
  border-radius: 9999px;
  border-width: 4px;
  border-color: rgba(var(--color-brand-beige));
  background-color: rgba(var(--color-brand-off-white));
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.form-field__input .form-field__input-radio-button.disabled{
  opacity: 0.5;
}

.form-field__input-brown input[type=text],
.form-field__input-brown input[type=email],
.form-field__input-brown input[type=tel],
.form-field__input-brown input[type=password],
.form-field__input-brown textarea{
  border-color: rgba(var(--color-brand-brown));
  color: rgba(var(--color-brand-brown));
}
.form-field__input-brown input[type=text]::-moz-placeholder, .form-field__input-brown input[type=email]::-moz-placeholder, .form-field__input-brown input[type=tel]::-moz-placeholder, .form-field__input-brown input[type=password]::-moz-placeholder, .form-field__input-brown textarea::-moz-placeholder{
  color: rgba(var(--color-brand-brown));
}
.form-field__input-brown input[type=text]::placeholder,
.form-field__input-brown input[type=email]::placeholder,
.form-field__input-brown input[type=tel]::placeholder,
.form-field__input-brown input[type=password]::placeholder,
.form-field__input-brown textarea::placeholder{
  color: rgba(var(--color-brand-brown));
}
.form-field__input-brown.error input[type=text]::-moz-placeholder, .form-field__input-brown.error input[type=email]::-moz-placeholder, .form-field__input-brown.error input[type=tel]::-moz-placeholder, .form-field__input-brown.error input[type=password]::-moz-placeholder, .form-field__input-brown.error textarea::-moz-placeholder{
  color: rgba(var(--color-brand-brown));
}
.form-field__input-brown.error input[type=text]::placeholder,
.form-field__input-brown.error input[type=email]::placeholder,
.form-field__input-brown.error input[type=tel]::placeholder,
.form-field__input-brown.error input[type=password]::placeholder,
.form-field__input-brown.error textarea::placeholder{
  color: rgba(var(--color-brand-brown));
}

.form-field__input-black input[type=text],
.form-field__input-black input[type=email],
.form-field__input-black input[type=tel],
.form-field__input-black input[type=password],
.form-field__input-black textarea{
  border-color: rgba(var(--color-brand-black));
  color: rgba(var(--color-brand-black));
}
.form-field__input-black input[type=text]::-moz-placeholder, .form-field__input-black input[type=email]::-moz-placeholder, .form-field__input-black input[type=tel]::-moz-placeholder, .form-field__input-black input[type=password]::-moz-placeholder, .form-field__input-black textarea::-moz-placeholder{
  color: rgba(var(--color-brand-black));
}
.form-field__input-black input[type=text]::placeholder,
.form-field__input-black input[type=email]::placeholder,
.form-field__input-black input[type=tel]::placeholder,
.form-field__input-black input[type=password]::placeholder,
.form-field__input-black textarea::placeholder{
  color: rgba(var(--color-brand-black));
}
.form-field__input-black.error input[type=text]::-moz-placeholder, .form-field__input-black.error input[type=email]::-moz-placeholder, .form-field__input-black.error input[type=tel]::-moz-placeholder, .form-field__input-black.error input[type=password]::-moz-placeholder, .form-field__input-black.error textarea::-moz-placeholder{
  color: rgba(var(--color-brand-black));
}
.form-field__input-black.error input[type=text]::placeholder,
.form-field__input-black.error input[type=email]::placeholder,
.form-field__input-black.error input[type=tel]::placeholder,
.form-field__input-black.error input[type=password]::placeholder,
.form-field__input-black.error textarea::placeholder{
  color: rgba(var(--color-brand-black));
}

.form-field__input-white input[type=text],
.form-field__input-white input[type=email],
.form-field__input-white input[type=tel],
.form-field__input-white input[type=password],
.form-field__input-white textarea{
  border-color: rgba(var(--color-brand-off-white));
  color: rgba(var(--color-brand-off-white));
}
.form-field__input-white input[type=text]::-moz-placeholder, .form-field__input-white input[type=email]::-moz-placeholder, .form-field__input-white input[type=tel]::-moz-placeholder, .form-field__input-white input[type=password]::-moz-placeholder, .form-field__input-white textarea::-moz-placeholder{
  color: rgba(var(--color-brand-off-white));
}
.form-field__input-white input[type=text]::placeholder,
.form-field__input-white input[type=email]::placeholder,
.form-field__input-white input[type=tel]::placeholder,
.form-field__input-white input[type=password]::placeholder,
.form-field__input-white textarea::placeholder{
  color: rgba(var(--color-brand-off-white));
}
.form-field__input-white.error input[type=text]::-moz-placeholder, .form-field__input-white.error input[type=email]::-moz-placeholder, .form-field__input-white.error input[type=tel]::-moz-placeholder, .form-field__input-white.error input[type=password]::-moz-placeholder, .form-field__input-white.error textarea::-moz-placeholder{
  color: rgba(var(--color-brand-off-white));
}
.form-field__input-white.error input[type=text]::placeholder,
.form-field__input-white.error input[type=email]::placeholder,
.form-field__input-white.error input[type=tel]::placeholder,
.form-field__input-white.error input[type=password]::placeholder,
.form-field__input-white.error textarea::placeholder{
  color: rgba(var(--color-brand-off-white));
}

.form-field__input-with-button{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.form-field__dropdown{
  position: relative;
}
.form-field__dropdown:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: rgba(var(--color-brand-black));
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 11.7245L14.9026 7.17474C15.1536 6.94175 15.5607 6.94175 15.8117 7.17474C16.0628 7.40772 16.0628 7.78546 15.8117 8.01844L10.7576 12.7088C10.3392 13.0971 9.66081 13.0971 9.24239 12.7088L4.18829 8.01844C3.93724 7.78546 3.93724 7.40772 4.18829 7.17474C4.43934 6.94175 4.84637 6.94175 5.09743 7.17474L10 11.7245Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 11.7245L14.9026 7.17474C15.1536 6.94175 15.5607 6.94175 15.8117 7.17474C16.0628 7.40772 16.0628 7.78546 15.8117 8.01844L10.7576 12.7088C10.3392 13.0971 9.66081 13.0971 9.24239 12.7088L4.18829 8.01844C3.93724 7.78546 3.93724 7.40772 4.18829 7.17474C4.43934 6.94175 4.84637 6.94175 5.09743 7.17474L10 11.7245Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.form-field__dropdown select{
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  background-color: rgba(var(--color-brand-white));
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 1.25rem;
  padding-right: 2.5rem;
  font-size: 0.75rem;
  line-height: 1.75rem;
}
.form-field__dropdown select:focus{
  border-width: 1px;
  outline-width: 0px;
}
.form-field__dropdown select:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
}
.form-field__dropdown select.error{
  border-color: rgb(var(--color-utility-error));
}

.form-field__quantity-selector{
  display: flex;
  height: 100%;
  min-height: 44px;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 0.75rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.form-field__quantity-selector input[type=number]{
  width: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1;
  color: rgba(var(--color-brand-dark-red));
  -moz-appearance: textfield;
}
.form-field__quantity-selector input[type=number]::-webkit-outer-spin-button, .form-field__quantity-selector input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-field__quantity-selector input[type=number]:focus{
  border-width: 0px;
  outline-width: 0px;
}
.form-field__quantity-selector .quantity-selector__button{
  position: relative;
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
}
.form-field__quantity-selector .quantity-selector__button:after{
  background-color: rgba(var(--color-brand-black));
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.form-field__quantity-selector .quantity-selector__button:disabled:after{
  --tw-bg-opacity: 1;
  background-color: rgb(143 71 48 / var(--tw-bg-opacity));
}
.form-field__quantity-selector .quantity-selector__button.minus:after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='8' height='2' viewBox='0 0 8 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' fill-rule='evenodd' clip-rule='evenodd' d='M8 1.19999H0V0.799988H8V1.19999Z' fill='%23853D26'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='8' height='2' viewBox='0 0 8 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' fill-rule='evenodd' clip-rule='evenodd' d='M8 1.19999H0V0.799988H8V1.19999Z' fill='%23853D26'/%3E%3C/svg%3E%0A");
}
.form-field__quantity-selector .quantity-selector__button.plus:after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.2 3.8V0H3.8V3.8H0V4.2H3.8V8H4.2V4.2H8V3.8H4.2Z' fill='%23853D26'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.2 3.8V0H3.8V3.8H0V4.2H3.8V8H4.2V4.2H8V3.8H4.2Z' fill='%23853D26'/%3E%3C/svg%3E%0A");
}

.success-message p{
  color: rgb(var(--color-utility-success));
}

.button{
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1rem;
  letter-spacing: 0.15rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.button .button--inner{
  position: relative;
  display: inline-block;
  padding-right: 1rem;
}
.button .button--inner:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(0);
  width: 8px;
  height: 6px;
  background-color: rgba(var(--color-brand-off-white));
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.25708 1L7.99994 4L5.25708 7' stroke='%23F3F1EB' stroke-width='0.6'/%3E%3Cpath d='M7.77142 4.00003L-5.27501e-06 4.00003' stroke='%23F3F1EB' stroke-width='0.6'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.25708 1L7.99994 4L5.25708 7' stroke='%23F3F1EB' stroke-width='0.6'/%3E%3Cpath d='M7.77142 4.00003L-5.27501e-06 4.00003' stroke='%23F3F1EB' stroke-width='0.6'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.button--primary{
  min-width: 117px;
}

.button--primary_red{
  border-width: 1px;
  border-color: rgba(var(--color-brand-dark-red));
  background-color: rgba(var(--color-brand-dark-red));
  color: rgba(var(--color-brand-off-white));
}
.button--primary_red:hover:not(:disabled){
  --tw-bg-opacity: 1;
  background-color: rgb(143 71 48 / var(--tw-bg-opacity));
  color: rgba(var(--color-brand-off-white));
}
.button--primary_red:hover:not(:disabled) .button--inner:after{
  background-color: rgba(var(--color-brand-off-white));
}
.button--primary_red:disabled{
  border-color: rgba(var(--color-brand-dark-red), 18%);
  background-color: rgba(var(--color-brand-dark-red), 18%);
  color: rgba(var(--color-brand-off-white));
}
.button--primary_red:disabled .button--inner:after{
  background-color: rgba(var(--color-brand-off-white));
}

.button--primary_black{
  border-width: 1px;
  border-color: rgba(var(--color-brand-black));
  background-color: rgba(var(--color-brand-black));
  color: rgba(var(--color-brand-off-white));
}
.button--primary_black:after{
  background-color: rgba(var(--color-brand-off-white));
}
.button--primary_black:hover:not(:disabled, .button--account){
  --tw-border-opacity: 1;
  border-color: rgb(30 30 30 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity));
  color: rgba(var(--color-brand-off-white));
}
.button--primary_black:hover:not(:disabled, .button--account) .button--inner:after{
  background-color: rgba(var(--color-brand-off-white));
}
.button--primary_black:disabled{
  border-color: rgba(var(--color-brand-black), 18%);
  background-color: rgba(var(--color-brand-black), 18%);
  color: rgba(var(--color-brand-white));
}
.button--primary_black:disabled .button--inner:after{
  background-color: rgba(var(--color-brand-white));
}
.button--primary_black.button--account:hover:not(:disabled){
  border-color: rgba(var(--color-brand-black));
  background-color: rgba(var(--color-brand-white));
  color: rgba(var(--color-brand-black));
}

.button--primary_white{
  border-color: rgba(var(--color-brand-off-white));
  background-color: rgba(var(--color-brand-off-white));
  color: rgba(var(--color-brand-black));
}
.button--primary_white .button--inner:after{
  background-color: rgba(var(--color-brand-black));
}
.button--primary_white:hover:not(:disabled){
  background-color: rgba(var(--color-brand-white));
  color: rgba(var(--color-brand-black));
}
.button--primary_white:hover:not(:disabled) .button--inner:after{
  background-color: rgba(var(--color-brand-black));
}
.button--primary_white:disabled{
  border-color: rgba(var(--color-brand-off-white), 18%);
  background-color: rgba(var(--color-brand-off-white), 18%);
  color: rgba(var(--color-brand-black));
}
.button--primary_white:disabled .button--inner:after{
  background-color: rgba(var(--color-brand-black));
}

.button--secondary{
  min-width: 117px;
  background-color: transparent;
}

.button--secondary_red{
  border-width: 1px;
  border-color: rgba(var(--color-brand-dark-red));
  color: rgba(var(--color-brand-dark-red));
}
.button--secondary_red .button--inner:after{
  background-color: rgba(var(--color-brand-dark-red));
}
.button--secondary_red:hover:not(:disabled){
  background-color: rgba(var(--color-brand-dark-red));
  color: rgba(var(--color-brand-off-white));
}
.button--secondary_red:hover:not(:disabled) .button--inner:after{
  background-color: rgba(var(--color-brand-off-white));
}
.button--secondary_red:disabled{
  border-width: 1px;
  border-color: rgba(var(--color-brand-dark-red), 18%);
  background-color: rgba(var(--color-brand-dark-red), 18%);
  color: rgba(var(--color-brand-dark-red));
}

.button--secondary_black{
  border-width: 1px;
  border-color: rgba(var(--color-brand-black));
  color: rgba(var(--color-brand-black));
}
.button--secondary_black .button--inner:after{
  background-color: rgba(var(--color-brand-black));
}
.button--secondary_black:hover:not(:disabled){
  background-color: rgba(var(--color-brand-white));
  color: rgba(var(--color-brand-black));
}
.button--secondary_black:hover:not(:disabled) .button--inner:after{
  background-color: rgba(var(--color-brand-black));
}
.button--secondary_black:disabled{
  border-width: 1px;
  border-color: rgba(var(--color-brand-black), 18%);
  background-color: rgba(var(--color-brand-white), 18%);
  color: rgba(var(--color-brand-black));
}

.button--secondary_white{
  border-width: 1px;
  border-color: rgba(var(--color-brand-off-white), 0.2);
  color: rgba(var(--color-brand-off-white));
}
.button--secondary_white .button--inner:after{
  background-color: rgba(var(--color-brand-off-white));
}
.button--secondary_white:hover:not(:disabled){
  background-color: rgba(var(--color-brand-off-white));
  color: rgba(var(--color-brand-black));
}
.button--secondary_white:hover:not(:disabled) .button--inner:after{
  background-color: rgba(var(--color-brand-black));
}
.button--secondary_white:disabled{
  border-width: 1px;
  border-color: rgba(var(--color-brand-off-white), 18%);
  background-color: rgba(var(--color-brand-off-white), 18%);
  color: rgba(var(--color-brand-black));
}
.button--secondary_white:disabled .button--inner:after{
  background-color: rgba(var(--color-brand-black));
}

.arrow--button{
  position: relative;
  height: 1.75rem;
  min-height: 28px;
  width: 1.75rem;
  min-width: 28px;
  border-radius: 9999px;
  border-width: 1px;
}
.arrow--button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 7px;
  mask-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.16669 0.5L10.6667 4L7.16669 7.5' stroke='%23F3F1EB' stroke-width='0.6'/%3E%3Cpath d='M10.6667 4L0.166687 4' stroke='%23F3F1EB' stroke-width='0.6'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.16669 0.5L10.6667 4L7.16669 7.5' stroke='%23F3F1EB' stroke-width='0.6'/%3E%3Cpath d='M10.6667 4L0.166687 4' stroke='%23F3F1EB' stroke-width='0.6'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.arrow--button_standard:after {
  transform: translate(-50%, -50%) rotate(0);
}

.arrow--button_upward:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.arrow--button_white{
  border-color: rgba(var(--color-brand-off-white), 62%);
}
.arrow--button_white:after{
  background-color: rgba(var(--color-brand-off-white), 62%);
}
.arrow--button_white:active{
  border-color: rgba(var(--color-brand-off-white));
}
.arrow--button_white:active:after{
  background-color: rgba(var(--color-brand-off-white));
}
.arrow--button_white:hover:not(:disabled){
  border-color: rgba(var(--color-brand-off-white));
  background-color: rgba(var(--color-brand-off-white));
}
.arrow--button_white:hover:not(:disabled):after{
  background-color: rgba(var(--color-brand-dark-red));
}

.arrow--button_brown{
  border-color: rgba(var(--color-brand-brown), 62%);
}
.arrow--button_brown:after{
  background-color: rgba(var(--color-brand-brown), 62%);
}
.arrow--button_brown:active{
  border-color: rgba(var(--color-brand-brown));
}
.arrow--button_brown:active:after{
  background-color: rgba(var(--color-brand-brown));
}
.arrow--button_brown:hover:not(:disabled){
  border-color: rgba(var(--color-brand-brown));
  background-color: rgba(var(--color-brand-brown));
}
.arrow--button_brown:hover:not(:disabled):after{
  background-color: rgba(var(--color-brand-off-white));
}

.arrow--button_black{
  border-color: rgba(var(--color-brand-black), 62%);
}
.arrow--button_black:after{
  background-color: rgba(var(--color-brand-black), 62%);
}
.arrow--button_black:active{
  border-color: rgba(var(--color-brand-black));
}
.arrow--button_black:active:after{
  background-color: rgba(var(--color-brand-black));
}
.arrow--button_black:hover:not(:disabled){
  border-color: rgba(var(--color-brand-black));
  background-color: rgba(var(--color-brand-black));
}
.arrow--button_black:hover:not(:disabled):after{
  background-color: rgba(var(--color-brand-off-white));
}

.arrow--button_red{
  border-color: rgba(var(--color-brand-dark-red), 62%);
}
.arrow--button_red:after{
  background-color: rgba(var(--color-brand-dark-red), 62%);
}
.arrow--button_red:active{
  border-color: rgba(var(--color-brand-dark-red));
}
.arrow--button_red:active:after{
  background-color: rgba(var(--color-brand-dark-red));
}
.arrow--button_red:hover:not(:disabled){
  border-color: rgba(var(--color-brand-dark-red));
  background-color: rgba(var(--color-brand-dark-red));
}
.arrow--button_red:hover:not(:disabled):after{
  background-color: rgba(var(--color-brand-off-white));
}

.arrow--button_solid-white{
  border-color: rgba(var(--color-brand-off-white));
  background-color: rgba(var(--color-brand-off-white));
}
.arrow--button_solid-white:after{
  background-color: rgba(var(--color-brand-brown));
}
.arrow--button_solid-white:active{
  border-color: rgba(var(--color-brand-brown));
}
.arrow--button_solid-white:active:after{
  background-color: rgba(var(--color-brand-brown));
}
.arrow--button_solid-white:hover:not(:disabled){
  border-color: rgba(var(--color-brand-dark-red));
}
.arrow--button_solid-white:hover:not(:disabled):after{
  background-color: rgba(var(--color-brand-dark-red));
}

.button--slider{
  position: relative;
  height: 1rem;
  width: 1.25rem;
}
.button--slider:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color-brand-dark-red));
  mask-image: url("data:image/svg+xml,%3Csvg width='21' height='18' viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.5271 9L13.4469 17.2603L12.8395 16.7397L19.4734 9L12.8395 1.26031L13.4469 0.739685L20.5271 9Z' fill='%23853D26'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.49692e-08 8.60002L19.4283 8.60002V9.40002L0 9.40002L3.49692e-08 8.60002Z' fill='%23853D26'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='21' height='18' viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.5271 9L13.4469 17.2603L12.8395 16.7397L19.4734 9L12.8395 1.26031L13.4469 0.739685L20.5271 9Z' fill='%23853D26'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.49692e-08 8.60002L19.4283 8.60002V9.40002L0 9.40002L3.49692e-08 8.60002Z' fill='%23853D26'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.button--slider:disabled {
  opacity: 30%;
}

.button--left:after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.button--right:after {
  transform: translate(-50%, -50%) rotate(0);
}

.button--media{
  border-radius: 9999px;
  background-color: rgba(var(--color-brand-white));
}
.button--media:after{
  background-color: rgba(var(--color-brand-black));
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.button--media.button--media--larger{
  height: 8.25rem;
  min-height: 8.25rem;
  width: 8.25rem;
  min-width: 8.25rem;
}
.button--media.button--media--larger:after{
  height: 1.25rem;
  width: 1.5rem;
}
.button--media.button--media--large{
  height: 4rem;
  min-height: 4rem;
  width: 4rem;
  min-width: 4rem;
}
.button--media.button--media--large:after{
  height: 1.25rem;
  width: 1.25rem;
}
.button--media.button--media--small{
  height: 2rem;
  min-height: 2rem;
  width: 2rem;
  min-width: 2rem;
}
.button--media.button--media--small:after{
  height: 0.625rem;
  width: 0.625rem;
}
.button--media.button--play:after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.286 3.407A1.5 1.5 0 0 0 6 4.684v14.632a1.5 1.5 0 0 0 2.286 1.277l11.888-7.316a1.5 1.5 0 0 0 0-2.555L8.286 3.407z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.286 3.407A1.5 1.5 0 0 0 6 4.684v14.632a1.5 1.5 0 0 0 2.286 1.277l11.888-7.316a1.5 1.5 0 0 0 0-2.555L8.286 3.407z' fill='%23000000'/%3E%3C/svg%3E");
}
.button--media.button--pause:after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 7V18' stroke='%23000000' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M15.5 7V12.5V18' stroke='%23000000' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 7V18' stroke='%23000000' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M15.5 7V12.5V18' stroke='%23000000' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  width: 10px;
  height: 10px;
}
.button--media.button--pause--larger:after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 7V18' stroke='%23000000' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M15.5 7V12.5V18' stroke='%23000000' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 7V18' stroke='%23000000' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M15.5 7V12.5V18' stroke='%23000000' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  height: 1.25rem;
  width: 1.5rem;
}

.button--link{
  min-height: -moz-fit-content;
  min-height: fit-content;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}
.button--link:disabled{
  border-width: 0px;
  background-color: transparent;
  opacity: 18%;
}
.button--link:hover:not(:disabled){
  background-color: transparent;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.button-load-more .button--inner:after {
  transform: translateY(-50%) rotate(90deg);
}

.button--link_black{
  color: rgba(var(--color-brand-black));
}
.button--link_black .button--inner:after {
  background-color: rgba(var(--color-brand-black));
}

.button--link_red{
  color: rgba(var(--color-brand-dark-red));
}
.button--link_red .button--inner:after {
  background-color: rgba(var(--color-brand-dark-red));
}

.button--link_white{
  color: rgba(var(--color-brand-off-white));
}
.button--link_white .button--inner:after {
  background-color: rgba(var(--color-brand-off-white));
}

.button--quick-add_collapsed{
  position: relative;
  height: 1.25rem;
  width: 1.25rem;
  overflow: hidden;
  border-radius: 9999px;
 /** background-color: rgba(var(--color-brand-off-white)); **/
  padding: 0.5rem;
}
.button--quick-add_collapsed:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: rgba(var(--color-brand-black));
  mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_6049_439)'%3E%3Ccircle cx='11' cy='11' r='10.3' stroke='black' stroke-width='0.6'/%3E%3C/g%3E%3Cpath d='M11.0001 7V15' stroke='black' stroke-width='0.6'/%3E%3Cpath d='M7.00012 11L15.0001 11' stroke='black' stroke-width='0.6'/%3E%3Cdefs%3E%3Cfilter id='filter0_b_6049_439' x='-13.6' y='-13.6' width='49.2' height='49.2' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='7'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_6049_439'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_6049_439' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_6049_439)'%3E%3Ccircle cx='11' cy='11' r='10.3' stroke='black' stroke-width='0.6'/%3E%3C/g%3E%3Cpath d='M11.0001 7V15' stroke='black' stroke-width='0.6'/%3E%3Cpath d='M7.00012 11L15.0001 11' stroke='black' stroke-width='0.6'/%3E%3Cdefs%3E%3Cfilter id='filter0_b_6049_439' x='-13.6' y='-13.6' width='49.2' height='49.2' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='7'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_6049_439'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_6049_439' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.button--quick-add_expanded{
  position: relative;
  display: flex;
  min-height: 44px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--color-brand-white), 84%);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 2rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 0.125rem;
  color: rgba(var(--color-brand-black));
}
.button--quick-add_expanded:hover{
  color: rgba(var(--color-brand-black));
}
.button--quick-add_expanded:after {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: rgba(var(--color-brand-black));
  mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_6049_439)'%3E%3Ccircle cx='11' cy='11' r='10.3' stroke='black' stroke-width='0.6'/%3E%3C/g%3E%3Cpath d='M11.0001 7V15' stroke='black' stroke-width='0.6'/%3E%3Cpath d='M7.00012 11L15.0001 11' stroke='black' stroke-width='0.6'/%3E%3Cdefs%3E%3Cfilter id='filter0_b_6049_439' x='-13.6' y='-13.6' width='49.2' height='49.2' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='7'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_6049_439'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_6049_439' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_6049_439)'%3E%3Ccircle cx='11' cy='11' r='10.3' stroke='black' stroke-width='0.6'/%3E%3C/g%3E%3Cpath d='M11.0001 7V15' stroke='black' stroke-width='0.6'/%3E%3Cpath d='M7.00012 11L15.0001 11' stroke='black' stroke-width='0.6'/%3E%3Cdefs%3E%3Cfilter id='filter0_b_6049_439' x='-13.6' y='-13.6' width='49.2' height='49.2' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='7'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_6049_439'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_6049_439' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.button--add-to-cart{
  width: 100%;
  background-color: rgba(var(--color-brand-black));
  padding: 1rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.125rem;
  color: rgba(var(--color-brand-off-white));
}

.button--trade-button{
  width: 100%;
  background-color: rgba(var(--color-brand-off-white));
  padding: 1rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.125rem;
  color: rgba(var(--color-brand-black)); 
}

.button--trade-button:hover{
  background-color:rgba(var(--color-brand-black)); 
  color: rgba(var(--color-brand-off-white));
}

.button--add-to-cart:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity));
}
.button--add-to-cart:disabled{
  background-color: rgba(var(--color-brand-black), 18%);
}

.button--close{
  position: relative;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 9999px;
  border-color: rgba(var(--color-brand-dark-red));
}
.button--close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: rgba(var(--color-brand-dark-red));
  mask-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0.428319L0.428319 8L0 7.57168L7.57168 0L8 0.428319Z' fill='%23F3F1EB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0.428319L7.57168 8L8 7.57168L0.428319 0L0 0.428319Z' fill='%23F3F1EB'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0.428319L0.428319 8L0 7.57168L7.57168 0L8 0.428319Z' fill='%23F3F1EB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0.428319L7.57168 8L8 7.57168L0.428319 0L0 0.428319Z' fill='%23F3F1EB'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.button--close:hover{
  background-color: rgba(var(--color-brand-dark-red));
}
.button--close:hover:after {
  background-color: rgba(var(--color-brand-off-white));
}

.button--close__black{
  border-color: rgba(var(--color-brand-black));
}
.button--close__black:after {
  background-color: rgba(var(--color-brand-black));
}
.button--close__black:hover{
    border-width: 1px;
  background-color: rgba(var(--color-brand-black));
}
.button--close__black:hover:after {
  background-color: rgba(var(--color-brand-off-white));
}

.article-card {
  font-size: 0.875rem;
  line-height: 1.5;
  position: relative;
}
.article-card .article-card__image-wrap img{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.article-card:hover .article-card__image-wrap img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.article-card:has(.article-card__image-wrap-related) .article-card__created-wrap {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  flex-wrap: wrap;
}
.article-card:has(.article-card__image-wrap-related) .article-card__tags-wrap {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.article-card:has(.article-card__image-wrap-related) .article-card__tag {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 0;
  text-transform: capitalize;
  background-color: transparent;
  color: initial;
}
.article-card:has(.article-card__image-wrap-related) .article-card__title {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 500;
}
@media (min-width: 990px) {
  .article-card:has(.article-card__image-wrap-related) .article-card__title {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.article-card:has(.article-card__image-wrap-related) .article-card__read-more {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  margin-top: 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.article-card:has(.article-card__image-wrap-related) .article-card__read-more svg {
  width: 0.375rem;
  height: 0.5rem;
}
.article-card:has(.article-card__image-wrap-related) .article-card__read-more:hover {
  text-decoration: underline;
  color: initial;
}

.article-card__image-wrap {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .article-card__image-wrap {
  }
}
.article-card__image-wrap-related {
  border-radius: 0;
  margin-bottom: 0.5rem;
}
@media (min-width: 990px) {
  .article-card__image-wrap-related {
  }
}


.article-card__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.article-card__created-wrap {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: baseline;
  gap: 0.625rem;
}

a.article-card__link,
a.article-card__link:hover {
  text-decoration: none;
}

.article-card__created-data {
  display: inline-block;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-size: 0.75rem;
  line-height: 1;
  color: rgba(var(--color-secondary-gray));
}

.article-card__tags-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}

.article-card__tag {
  display: inline-block;
  border-radius: 1rem;
  background-color: rgba(var(--color-primary-black));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.125rem;
  padding-top: 0.25rem;
  font-size: 0.5625rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.031rem;
  color: rgba(var(--color-primary-white));
}

.article-card__title {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75;
}

a.article-card__link:hover .article-card__title {
  color: rgba(var(--color-primary-black));
}

.article-card__title:hover {
  color: rgba(var(--color-primary-black));
}

.article-card__read-more {
  margin-top: 0.5rem;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}

@media (min-width: 480px){
  .sm\:h1{
    font-size: 1.75rem;
    line-height: 2rem;
    letter-spacing: 0.25rem;
  }
  @media (min-width: 990px){
    .sm\:h1{
      font-size: 4.5rem;
      line-height: 1;
      line-height: 5rem;
      letter-spacing: 0.313rem;
    }
  }
  .sm\:h2{
    font-size: 1.125rem;
    line-height: 1.25rem;
    letter-spacing: 0.188rem;
  }
  @media (min-width: 990px){
    .sm\:h2{
      font-size: 2.625rem;
      line-height: 3rem;
      letter-spacing: 0.225rem;
    }
  }
  .sm\:h3{
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.175rem;
  }
  @media (min-width: 990px){
    .sm\:h3{
      font-size: 1.5rem;
      line-height: 1.75rem;
      letter-spacing: 0.25rem;
    }
  }
  .sm\:h4{
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 0.15rem;
  }
  @media (min-width: 990px){
    .sm\:h4{
      font-size: 1.25rem;
      line-height: 1.25rem;
    }
  }
  .sm\:h5{
    font-size: 0.813rem;
    line-height: 1rem;
    letter-spacing: 0.188rem;
  }
  @media (min-width: 990px){
    .sm\:h5{
      font-size: 1.125rem;
      line-height: 1.25rem;
    }
  }
  .sm\:h6{
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.138rem;
  }
  @media (min-width: 990px){
    .sm\:h6{
      font-size: 0.938rem;
      line-height: 1.25rem;
      letter-spacing: 0.188rem;
    }
  }
  .sm\:heading-minor{
    font-size: 0.625rem;
    text-transform: uppercase;
    line-height: .75rem;
    letter-spacing: 0.125rem;
  }
  .sm\:text-extra-large{
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.063rem;
  }
  .sm\:text-large{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-small{
    font-size: 0.813rem;
    line-height: 1.25rem;
  }
  .sm\:text-minor{
    font-size: 0.625rem;
    line-height: 1rem;
  }
}

@media (min-width: 768px){
  .md\:h1{
    font-size: 1.75rem;
    line-height: 2rem;
    letter-spacing: 0.25rem;
  }
  @media (min-width: 990px){
    .md\:h1{
      font-size: 4.5rem;
      line-height: 1;
      line-height: 5rem;
      letter-spacing: 0.313rem;
    }
  }
  .md\:h2{
    font-size: 1.125rem;
    line-height: 1.25rem;
    letter-spacing: 0.188rem;
  }
  @media (min-width: 990px){
    .md\:h2{
      font-size: 2.625rem;
      line-height: 3rem;
      letter-spacing: 0.225rem;
    }
  }
  .md\:h3{
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.175rem;
  }
  @media (min-width: 990px){
    .md\:h3{
      font-size: 1.5rem;
      line-height: 1.75rem;
      letter-spacing: 0.25rem;
    }
  }
  .md\:h4{
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 0.15rem;
  }
  @media (min-width: 990px){
    .md\:h4{
      font-size: 1.25rem;
      line-height: 1.25rem;
    }
  }
  .md\:h5{
    font-size: 0.813rem;
    line-height: 1rem;
    letter-spacing: 0.188rem;
  }
  @media (min-width: 990px){
    .md\:h5{
      font-size: 1.125rem;
      line-height: 1.25rem;
    }
  }
  .md\:h6{
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.138rem;
  }
  @media (min-width: 990px){
    .md\:h6{
      font-size: 0.938rem;
      line-height: 1.25rem;
      letter-spacing: 0.188rem;
    }
  }
  .md\:heading-minor{
    font-size: 0.625rem;
    text-transform: uppercase;
    line-height: .75rem;
    letter-spacing: 0.125rem;
  }
  .md\:text-extra-large{
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.063rem;
  }
  .md\:text-large{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-small{
    font-size: 0.813rem;
    line-height: 1.25rem;
  }
  .md\:text-minor{
    font-size: 0.625rem;
    line-height: 1rem;
  }
}

@media (min-width: 990px){
  .lg\:h1{
    font-size: 1.75rem;
    line-height: 2rem;
    letter-spacing: 0.25rem;
  }
  @media (min-width: 990px){
    .lg\:h1{
      font-size: 4.5rem;
      line-height: 1;
      line-height: 5rem;
      letter-spacing: 0.313rem;
    }
  }
  .lg\:h2{
    font-size: 1.125rem;
    line-height: 1.25rem;
    letter-spacing: 0.188rem;
  }
  @media (min-width: 990px){
    .lg\:h2{
      font-size: 2.625rem;
      line-height: 3rem;
      letter-spacing: 0.225rem;
    }
  }
  .lg\:h3{
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.175rem;
  }
  @media (min-width: 990px){
    .lg\:h3{
      font-size: 1.5rem;
      line-height: 1.75rem;
      letter-spacing: 0.25rem;
    }
  }
  .lg\:h4{
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 0.15rem;
  }
  @media (min-width: 990px){
    .lg\:h4{
      font-size: 1.25rem;
      line-height: 1.5rem;
    }
  }
  .lg\:h5{
    font-size: 0.813rem;
    line-height: 1rem;
    letter-spacing: 0.188rem;
  }
  @media (min-width: 990px){
    .lg\:h5{
      font-size: 1.125rem;
      line-height: 1.25rem;
    }
  }
  .lg\:h6{
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.138rem;
  }
  @media (min-width: 990px){
    .lg\:h6{
      font-size: 0.938rem;
      line-height: 1.25rem;
      letter-spacing: 0.188rem;
    }
  }
  .lg\:heading-minor{
    font-size: 0.625rem;
    text-transform: uppercase;
    line-height: .75rem;
    letter-spacing: 0.125rem;
  }
  .lg\:text-extra-large{
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.063rem;
  }
  .lg\:text-large{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-small{
    font-size: 0.813rem;
    line-height: 1.25rem;
  }
  .lg\:text-minor{
    font-size: 0.625rem;
    line-height: 1rem;
  }
}

@media (min-width: 1024px){
  .xl\:h1{
    font-size: 1.75rem;
    line-height: 2rem;
    letter-spacing: 0.25rem;
  }
  @media (min-width: 990px){
    .xl\:h1{
      font-size: 4.5rem;
      line-height: 1;
      line-height: 5rem;
      letter-spacing: 0.313rem;
    }
  }
  .xl\:h2{
    font-size: 1.125rem;
    line-height: 1.25rem;
    letter-spacing: 0.188rem;
  }
  @media (min-width: 990px){
    .xl\:h2{
      font-size: 2.625rem;
      line-height: 3rem;
      letter-spacing: 0.225rem;
    }
  }
  .xl\:h3{
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.175rem;
  }
  @media (min-width: 990px){
    .xl\:h3{
      font-size: 1.5rem;
      line-height: 1.75rem;
      letter-spacing: 0.25rem;
    }
  }
  .xl\:h4{
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 0.15rem;
  }
  @media (min-width: 990px){
    .xl\:h4{
      font-size: 1.25rem;
      line-height: 1.25rem;
    }
  }
  .xl\:h5{
    font-size: 0.813rem;
    line-height: 1rem;
    letter-spacing: 0.188rem;
  }
  @media (min-width: 990px){
    .xl\:h5{
      font-size: 1.125rem;
      line-height: 1.25rem;
    }
  }
  .xl\:h6{
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.138rem;
  }
  @media (min-width: 990px){
    .xl\:h6{
      font-size: 0.938rem;
      line-height: 1.25rem;
      letter-spacing: 0.188rem;
    }
  }
  .xl\:heading-minor{
    font-size: 0.625rem;
    text-transform: uppercase;
    line-height: .75rem;
    letter-spacing: 0.125rem;
  }
  .xl\:text-extra-large{
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.063rem;
  }
  .xl\:text-large{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .xl\:text-small{
    font-size: 0.813rem;
    line-height: 1.25rem;
  }
  .xl\:text-minor{
    font-size: 0.625rem;
    line-height: 1rem;
  }
}

@media (min-width: 1440px){
  .\32xl\:h1{
    font-size: 1.75rem;
    line-height: 2rem;
    letter-spacing: 0.25rem;
  }
  @media (min-width: 990px){
    .\32xl\:h1{
      font-size: 4.5rem;
      line-height: 1;
      line-height: 5rem;
      letter-spacing: 0.313rem;
    }
  }
  .\32xl\:h2{
    font-size: 1.125rem;
    line-height: 1.25rem;
    letter-spacing: 0.188rem;
  }
  @media (min-width: 990px){
    .\32xl\:h2{
      font-size: 2.625rem;
      line-height: 3rem;
      letter-spacing: 0.225rem;
    }
  }
  .\32xl\:h3{
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.175rem;
  }
  @media (min-width: 990px){
    .\32xl\:h3{
      font-size: 1.5rem;
      line-height: 1.75rem;
      letter-spacing: 0.25rem;
    }
  }
  .\32xl\:h4{
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 0.15rem;
  }
  @media (min-width: 990px){
    .\32xl\:h4{
      font-size: 1.25rem;
      line-height: 1.25rem;
    }
  }
  .\32xl\:h5{
    font-size: 0.813rem;
    line-height: 1rem;
    letter-spacing: 0.188rem;
  }
  @media (min-width: 990px){
    .\32xl\:h5{
      font-size: 1.125rem;
      line-height: 1.25rem;
    }
  }
  .\32xl\:h6{
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.138rem;
  }
  @media (min-width: 990px){
    .\32xl\:h6{
      font-size: 0.938rem;
      line-height: 1.25rem;
      letter-spacing: 0.188rem;
    }
  }
  .\32xl\:heading-minor{
    font-size: 0.625rem;
    text-transform: uppercase;
    line-height: .75rem;
    letter-spacing: 0.125rem;
  }
  .\32xl\:text-extra-large{
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.063rem;
  }
  .\32xl\:text-large{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .\32xl\:text-small{
    font-size: 0.813rem;
    line-height: 1.25rem;
  }
  .\32xl\:text-minor{
    font-size: 0.625rem;
    line-height: 1rem;
  }
}

@media (min-width: 1545px){
  .\33xl\:h1{
    font-size: 1.75rem;
    line-height: 2rem;
    letter-spacing: 0.25rem;
  }
  @media (min-width: 990px){
    .\33xl\:h1{
      font-size: 4.5rem;
      line-height: 1;
      line-height: 5rem;
      letter-spacing: 0.313rem;
    }
  }
  .\33xl\:h2{
    font-size: 1.125rem;
    line-height: 1.25rem;
    letter-spacing: 0.188rem;
  }
  @media (min-width: 990px){
    .\33xl\:h2{
      font-size: 2.625rem;
      line-height: 3rem;
      letter-spacing: 0.225rem;
    }
  }
  .\33xl\:h3{
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.175rem;
  }
  @media (min-width: 990px){
    .\33xl\:h3{
      font-size: 1.5rem;
      line-height: 1.75rem;
      letter-spacing: 0.25rem;
    }
  }
  .\33xl\:h4{
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 0.15rem;
  }
  @media (min-width: 990px){
    .\33xl\:h4{
      font-size: 1.25rem;
      line-height: 1.25rem;
    }
  }
  .\33xl\:h5{
    font-size: 0.813rem;
    line-height: 1rem;
    letter-spacing: 0.188rem;
  }
  @media (min-width: 990px){
    .\33xl\:h5{
      font-size: 1.125rem;
      line-height: 1.25rem;
    }
  }
  .\33xl\:h6{
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.138rem;
  }
  @media (min-width: 990px){
    .\33xl\:h6{
      font-size: 0.938rem;
      line-height: 1.25rem;
      letter-spacing: 0.188rem;
    }
  }
  .\33xl\:heading-minor{
    font-size: 0.625rem;
    text-transform: uppercase;
    line-height: .75rem;
    letter-spacing: 0.125rem;
  }
  .\33xl\:text-extra-large{
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.063rem;
  }
  .\33xl\:text-large{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .\33xl\:text-small{
    font-size: 0.813rem;
    line-height: 1.25rem;
  }
  .\33xl\:text-minor{
    font-size: 0.625rem;
    line-height: 1rem;
  }
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-0::before{
  content: var(--tw-content);
  bottom: 0px;
}

.before\:left-1\/2::before{
  content: var(--tw-content);
  left: 50%;
}

.before\:left-5::before{
  content: var(--tw-content);
  left: 1.25rem;
}

.before\:top-1\/2::before{
  content: var(--tw-content);
  top: 50%;
}

.before\:block::before{
  content: var(--tw-content);
  display: block;
}

.before\:hidden::before{
  content: var(--tw-content);
  display: none;
}

.before\:h-full::before{
  content: var(--tw-content);
  height: 100%;
}

.before\:h-px::before{
  content: var(--tw-content);
  height: 1px;
}

.before\:w-\[94\%\]::before{
  content: var(--tw-content);
  width: 94%;
}

.before\:w-px::before{
  content: var(--tw-content);
  width: 1px;
}

.before\:bg-brand-brown::before{
  content: var(--tw-content);
  background-color: rgba(var(--color-brand-brown));
}

.before\:transition-all::before{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.before\:duration-300::before{
  content: var(--tw-content);
  transition-duration: 300ms;
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:-bottom-2::after{
  content: var(--tw-content);
  bottom: -0.5rem;
}

.after\:left-1\/2::after{
  content: var(--tw-content);
  left: 50%;
}

.after\:left-\[0\.640625rem\]::after{
  content: var(--tw-content);
  left: 0.640625rem;
}

.after\:top-1\/2::after{
  content: var(--tw-content);
  top: 50%;
}

.after\:block::after{
  content: var(--tw-content);
  display: block;
}

.after\:hidden::after{
  content: var(--tw-content);
  display: none;
}

.after\:\!h-3::after{
  content: var(--tw-content);
  height: 0.75rem !important;
}

.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}

.after\:h-px::after{
  content: var(--tw-content);
  height: 1px;
}

.after\:\!w-3::after{
  content: var(--tw-content);
  width: 0.75rem !important;
}

.after\:w-\[0\.46875rem\]::after{
  content: var(--tw-content);
  width: 0.46875rem;
}

.after\:w-px::after{
  content: var(--tw-content);
  width: 1px;
}

.after\:bg-black::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.after\:opacity-0::after{
  content: var(--tw-content);
  opacity: 0;
}

.after\:transition-all::after{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.after\:duration-150::after{
  content: var(--tw-content);
  transition-duration: 150ms;
}

.after\:duration-300::after{
  content: var(--tw-content);
  transition-duration: 300ms;
}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

.first\:pl-0:first-child{
  padding-left: 0px;
}

.last\:mb-0:last-child{
  margin-bottom: 0px;
}

.last\:pr-0:last-child{
  padding-right: 0px;
}

.first-of-type\:border-t:first-of-type{
  border-top-width: 1px;
}

.first-of-type\:pt-0:first-of-type{
  padding-top: 0px;
}

.last-of-type\:\!mb-0:last-of-type{
  margin-bottom: 0px !important;
}

.last-of-type\:mb-0:last-of-type{
  margin-bottom: 0px;
}

.last-of-type\:border-0:last-of-type{
  border-width: 0px;
}

.last-of-type\:pb-12:last-of-type{
  padding-bottom: 3rem;
}

.last-of-type\:pb-3:last-of-type{
  padding-bottom: 0.75rem;
}

@media (hover: hover) and (pointer: fine){
  .hover\:bg-\[\#EADDC5\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(234 221 197 / var(--tw-bg-opacity));
  }
  .hover\:\!text-brand-dark-red:hover{
    color: rgba(var(--color-brand-dark-red)) !important;
  }
  .hover\:text-brand-black:hover{
    color: rgba(var(--color-brand-black));
  }
  .hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .hover\:\!underline:hover{
    text-decoration-line: underline !important;
  }
  .hover\:\!no-underline:hover{
    text-decoration-line: none !important;
  }
  .hover\:no-underline:hover{
    text-decoration-line: none;
  }
  .hover\:after\:opacity-100:hover::after{
    content: var(--tw-content);
    opacity: 1;
  }
  .hover\:scale-\[1\.5\]:hover {
  transform: scale(1.5);
}
  
}

.focus\:translate-y-0:focus{
  --tw-translate-y: 0px;
  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));
}

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

.focus\:no-underline:focus{
  text-decoration-line: none;
}

.focus-visible\:outline-0:focus-visible{
  outline-width: 0px;
}
.focus\:!underline:focus {
  text-decoration: underline !important;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.active\:!underline:active {
  text-decoration: underline !important;
}
.peer:checked ~ .peer-checked\:after\:opacity-100::after{
  content: var(--tw-content);
  opacity: 1;
}

.peer:focus-visible ~ .peer-focus-visible\:outline{
  outline-style: solid;
}

.peer:focus-visible ~ .peer-focus-visible\:outline-offset-2{
  outline-offset: 2px;
}

.peer:disabled ~ .peer-disabled\:border-opacity-50{
  --tw-border-opacity: 0.5;
}

.peer:disabled ~ .peer-disabled\:bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.peer:disabled ~ .peer-disabled\:text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.peer:disabled ~ .peer-disabled\:text-opacity-50{
  --tw-text-opacity: 0.5;
}

.peer:disabled ~ .peer-disabled\:before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.peer:disabled ~ .peer-disabled\:before\:-left-5::before{
  content: var(--tw-content);
  left: -1.25rem;
}

.peer:disabled ~ .peer-disabled\:before\:right-0::before{
  content: var(--tw-content);
  right: 0px;
}

.peer:disabled ~ .peer-disabled\:before\:z-10::before{
  content: var(--tw-content);
  z-index: 10;
}

.peer:disabled ~ .peer-disabled\:before\:h-px::before{
  content: var(--tw-content);
  height: 1px;
}

.peer:disabled ~ .peer-disabled\:before\:w-20::before{
  content: var(--tw-content);
  width: 5rem;
}

.peer:disabled ~ .peer-disabled\:before\:-rotate-45::before{
  content: var(--tw-content);
  --tw-rotate: -45deg;
  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));
}

.peer:disabled ~ .peer-disabled\:before\:bg-black::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.peer:disabled ~ .peer-disabled\:before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 480px){
  .sm\:h-20{
    height: 5rem;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:max-w-\[calc\(100\%-8px\)\]{
    max-width: calc(100% - 8px);
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:border{
    border-width: 1px;
  }
  .sm\:p-1{
    padding: 0.25rem;
  }
  .sm\:p-1\.5{
    padding: 0.375rem;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 750px){
  .smd\:max-h-full{
    max-height: 100%;
  }
  .smd\:w-1\/2{
    width: 50%;
  }
  .smd\:max-w-\[calc\(100\%-16px\)\]{
    max-width: calc(100% - 16px);
  }
  .smd\:items-start{
    align-items: flex-start;
  }
}

@media (min-width: 768px){
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:mt-\[60px\]{
    margin-top: 60px;
  }
  .md\:flex{
    display: flex;
  }
  .md\:table{
    display: table;
  }
  .md\:hidden{
    display: none;
  }
  .md\:w-\[340px\]{
    width: 340px;
  }
  .md\:min-w-\[448px\]{
    min-width: 448px;
  }
  .md\:max-w-\[448px\]{
    max-width: 448px;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:gap-\[100px\]{
    gap: 100px;
  }
  .md\:gap-\[76px\]{
    gap: 76px;
  }
  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:pb-\[60px\]{
    padding-bottom: 60px;
  }
  .md\:pt-\[296px\]{
    padding-top: 296px;
  }
}

@media (min-width: 990px){
  .lg\:static{
    position: static;
  }
  .lg\:absolute{
    position: absolute;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:sticky{
    position: sticky;
  }
  .lg\:-right-7{
    right: -1.75rem;
  }
  .lg\:-right-full{
    right: -100%;
  }
  .lg\:-top-2{
    top: -0.5rem;
  }
  .lg\:bottom-10{
    bottom: 2.5rem;
  }
  .lg\:bottom-7{
    bottom: 1.75rem;
  }
  .lg\:left-0{
    left: 0px;
  }
  .lg\:left-1\/2{
    left: 50%;
  }
  .lg\:left-5{
    left: 1.25rem;
  }
  .lg\:left-7{
    left: 1.75rem;
  }
  .lg\:left-auto{
    left: auto;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:right-3{
    right: 0.75rem;
  }
  .lg\:right-auto{
    right: auto;
  }
  .lg\:top-0{
    top: 0px;
  }
  .lg\:top-1\/2{
    top: 50%;
  }
  .lg\:top-5{
    top: 1.25rem;
  }
  .lg\:top-\[100px\]{
    top: 100px;
  }
  .lg\:top-\[68px\]{
    top: 68px;
  }
  .lg\:top-auto{
    top: auto;
  }
  .lg\:z-20{
    z-index: 20;
  }
  .lg\:z-auto{
    z-index: auto;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-1{
    margin-bottom: 0.25rem;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-12{
    margin-bottom: 3rem;
  }
  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mb-7{
    margin-bottom: 1.75rem;
  }
  .lg\:mb-\[100px\]{
    margin-bottom: 100px;
  }
  .lg\:mb-\[60px\]{
    margin-bottom: 60px;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:ml-0\.5{
    margin-left: 0.125rem;
  }
  .lg\:ml-\[130px\]{
    margin-left: 130px;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-12{
    margin-top: 3rem;
  }
  .lg\:mt-2{
    margin-top: 0.5rem;
  }
  .lg\:mt-7{
    margin-top: 1.75rem;
  }
  .lg\:mt-9{
    margin-top: 2.25rem;
  }
  .lg\:\!block{
    display: block !important;
  }
  .lg\:block{
    display: block;
  }
  .lg\:\!flex{
    display: flex !important;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:aspect-\[11\/14\]{
    aspect-ratio: 11/14;
  }
  .lg\:aspect-\[480\/103\]{
    aspect-ratio: 480/103;
  }
  .lg\:aspect-\[6\/7\]{
    aspect-ratio: 6/7;
  }
  .lg\:\!h-9{
    height: 2.25rem !important;
  }
  .lg\:\!h-\[37\.8vw\]{
    height: 37.8vw !important;
  }
  .lg\:\!h-\[46vw\]{
    height: 46vw !important;
  }
  .lg\:h-16{
    height: 4rem;
  }
  .lg\:h-\[100dvh\]{
    height: 100dvh;
  }
  .lg\:h-\[136px\]{
    height: 136px;
  }
  .lg\:h-\[180px\]{
    height: 180px;
  }
  .lg\:h-\[253px\]{
    height: 253px;
  }
  .lg\:h-\[48\.85vw\]{
    height: 48.85vw;
  }
  .lg\:h-\[56\.15vw\]{
    height: 56.15vw;
  }
  .lg\:h-\[800px\]{
    height: 800px;
  }
  .lg\:h-\[900px\]{
    height: 900px;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:h-screen{
    height: 100vh;
  }
  .lg\:h-\[85vh\]{
  height:85vh;
  }
  .lg\:\!max-h-\[544px\]{
    max-height: 544px !important;
  }
  .lg\:max-h-\[664px\]{
    max-height: 664px;
  }
  .lg\:max-h-\[704px\]{
    max-height: 704px;
  }
  .lg\:max-h-\[800px\]{
    max-height: 800px;
  }
  .lg\:max-h-\[calc\(100dvh-60px\)\]{
    max-height: calc(100dvh - 60px);
  }
  .lg\:\!min-h-\[44px\]{
    min-height: 44px !important;
  }
  .lg\:min-h-\[136px\]{
    min-height: 136px;
  }
  .lg\:min-h-\[68px\]{
    min-height: 68px;
  }
  .lg\:min-h-\[704px\]{
    min-height: 704px;
  }
  .lg\:w-full{
    width: 100%;
  }

  .lg\:\!w-9{
    width: 2.25rem !important;
  }
  .lg\:\!w-\[344px\]{
    width: 344px !important;
  }
  .lg\:\!w-\[660px\]{
    width: 660px !important;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.33%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-1\/5{
    width: 20%;
  }
  .lg\:w-1\/6{
    width: 16.66%;
  }
  .lg\:w-2\/3{
    width: 66.66%;
  }
  .lg\:w-16{
    width: 4rem;
  }
  .lg\:w-\[136px\]{
    width: 136px;
  }
  .lg\:w-\[180px\]{
    width: 180px;
  }
  .lg\:w-\[35\%\]{
    width: 35%;
  }
  .lg\:w-\[480px\]{
    width: 480px;
  }
  .lg\:w-\[488px\]{
    width: 488px;
  }
  .lg\:w-\[512px\]{
    width: 512px;
  }
  .lg\:w-\[576px\]{
    width: 576px;
  }
  .lg\:w-\[610px\]{
    width: 610px;
  }
  .lg\:w-\[calc\(100\%-610px\)\]{
    width: calc(100% - 610px);
  }
  .lg\:min-w-\[132px\]{
    min-width: 132px;
  }
  .lg\:min-w-\[136px\]{
    min-width: 136px;
  }
  .lg\:min-w-\[180px\]{
    min-width: 180px;
  }
  .lg\:min-w-\[343px\]{
    min-width: 343px;
  }
  .lg\:min-w-\[35\%\]{
    min-width: 35%;
  }
  .lg\:min-w-\[60\%\]{
    min-width: 60%;
  }
  .lg\:min-w-\[610px\]{
    min-width: 610px;
  }
  .lg\:min-w-\[920px\]{
    min-width: 920px;
  }
  .lg\:max-w-\[1072px\]{
    max-width: 1072px;
  }
  .lg\:max-w-\[1440px\]{
    max-width: 1440px;
  }
  .lg\:max-w-\[25px\]{
    max-width: 25px;
  }
  .lg\:max-w-\[40vw\]{
    max-width: 40vw;
  }
  .lg\:max-w-\[469px\]{
    max-width: 469px;
  }
  .lg\:max-w-\[590px\]{
    max-width: 590px;
  }
  .lg\:max-w-\[60\%\]{
    max-width: 60%;
  }
  .lg\:max-w-\[900px\]{
    max-width: 900px;
  }
  .lg\:max-w-fit{
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .lg\:basis-1\/2{
    flex-basis: 50%;
  }
  .lg\:-translate-x-1\/2{
    --tw-translate-x: -50%;
    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));
  }
  .lg\:-translate-y-1\/2{
    --tw-translate-y: -50%;
    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));
  }
  .lg\:translate-y-0{
    --tw-translate-y: 0px;
    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));
  }
  .lg\:translate-y-\[calc\(100\%\+11px\)\]{
    --tw-translate-y: calc(100% + 11px);
    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));
  }
  .lg\:translate-y-full{
    --tw-translate-y: 100%;
    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));
  }
  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .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\:flex-row{
    flex-direction: row;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-2{
    gap: 0.5rem;
  }
  .lg\:gap-2\.5{
    gap: 0.625rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-5{
    gap: 1.25rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-\[72px\]{
    gap: 72px;
  }
  .lg\:gap-\[8\.78vw\]{
    gap: 8.78vw;
  }
  .lg\:gap-\[97px\]{
    gap: 97px;
  }
  .lg\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .lg\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .lg\:gap-x-5{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .lg\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .lg\:gap-x-\[80px\]{
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .lg\:gap-x-\[91px\]{
    -moz-column-gap: 91px;
         column-gap: 91px;
  }
  .lg\:gap-y-0{
    row-gap: 0px;
  }
  .lg\:gap-y-5{
    row-gap: 1.25rem;
  }
  .lg\:overflow-visible{
    overflow: visible;
  }
  .lg\:rounded-\[12px\]{
    border-radius: 12px;
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
  .lg\:p-0{
    padding: 0px;
  }
  .lg\:p-3{
    padding: 0.75rem;
  }
  .lg\:p-5{
    padding: 1.25rem;
  }
  .lg\:p-7{
    padding: 1.75rem;
  }
  .lg\:p-9{
    padding: 2.25rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .lg\:px-\[26px\]{
    padding-left: 26px;
    padding-right: 26px;
  }
  .lg\:px-\[60px\]{
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg\:px-\[90px\]{
    padding-left: 90px;
    padding-right: 90px;
  }
.lg\:px-\[80px\]{
    padding-left: 80px;
    padding-right: 80px;
  }
.lg\:px-\[160px\]{
    padding-left: 160px;
    padding-right: 160px;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .lg\:py-\[80px\]{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .lg\:\!pr-0{
    padding-right: 0px !important;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-11{
    padding-bottom: 2.75rem;
  }
  .lg\:pb-16{
    padding-bottom: 4rem;
  }
  .lg\:pb-2{
    padding-bottom: 0.5rem;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pb-3{
    padding-bottom: 0.75rem;
  }
  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }
  .lg\:pb-\[168px\]{
    padding-bottom: 168px;
  }
  .lg\:pb-\[172px\]{
    padding-bottom: 172px;
  }
  .lg\:pb-\[206px\]{
    padding-bottom: 206px;
  }
  .lg\:pb-\[60px\]{
    padding-bottom: 60px;
  }
  .lg\:pb-\[72px\]{
    padding-bottom: 72px;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pl-4{
    padding-left: 1rem;
  }
  .lg\:pl-5{
    padding-left: 1.25rem;
  }
  .lg\:pl-\[120px\]{
    padding-left: 120px;
  }
  .lg\:pr-10{
    padding-right: 2.5rem;
  }
  .lg\:pr-\[90px\]{
    padding-right:90px;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:pt-16{
    padding-top: 4rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-5{
    padding-top: 1.25rem;
  }
  .lg\:pt-6{
    padding-top: 1.5rem;
  }
  .lg\:pt-7{
    padding-top: 1.75rem;
  }
  .lg\:pt-\[100px\]{
    padding-top: 100px;
  }
  .lg\:pt-\[122px\]{
    padding-top: 122px;
  }
  .lg\:pt-\[156px\]{
    padding-top: 156px;
  }
  .lg\:pt-\[183px\]{
    padding-top: 183px;
  }
  .lg\:pt-\[210px\]{
    padding-top: 210px;
  }
  .lg\:pt-\[280px\]{
    padding-top: 280px;
  }
  .lg\:pt-\[96px\]{
    padding-top: 96px;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:align-middle{
    vertical-align: middle;
  }
  .lg\:text-\[11px\]{
    font-size: 11px;
  }
  .lg\:text-\[12px\]{
    font-size: 12px;
  }
  .lg\:text-\[158px\]{
    font-size: 158px;
  }
  .lg\:text-\[16px\]{
    font-size: 16px;
  }
  .lg\:text-\[9px\]{
    font-size: 9px;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .lg\:font-medium{
    font-weight: 500;
  }
  .lg\:font-normal{
    font-weight: 400;
  }
  .lg\:leading-7{
    line-height: 1.75rem;
  }
  .lg\:leading-8{
    line-height: 2rem;
  }
  .lg\:leading-\[140px\]{
    line-height: 140px;
  }
  .lg\:text-brand-black{
    color: rgba(var(--color-brand-black));
  }
  .lg\:text-brand-brown{
    color: rgba(var(--color-brand-brown));
  }
  .lg\:text-brand-off-white{
    color: rgba(var(--color-brand-off-white));
  }
  .lg\:first-of-type\:pt-5:first-of-type{
    padding-top: 1.25rem;
  }
  .lg\:last-of-type\:mb-\[60px\]:last-of-type{
    margin-bottom: 60px;
  }
  .lg\:last-of-type\:pb-0:last-of-type{
    padding-bottom: 0px;
  }
  .lg\:opacity-0{
      opacity: 0;
  }
  @media (hover: hover) and (pointer: fine){
    .lg\:hover\:opacity-75:hover{
      opacity: 0.75;
    }
    .group:hover .lg\:group-hover\:inline-flex{
      display: inline-flex;
    }
  }
}

@media (hover: hover) and (pointer: fine){
  @media (min-width: 990px){
    .group:hover .group-hover\:lg\:translate-y-0{
      --tw-translate-y: 0px;
      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));
    }
    .group:hover .group-hover\:lg\:translate-y-\[calc\(100\%\+11px\)\]{
      --tw-translate-y: calc(100% + 11px);
      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));
    }
  }
}

@media (min-width: 1024px){
  .xl\:order-1{
    order: 1;
  }
  .xl\:order-2{
    order: 2;
  }
  .xl\:mb-8{
    margin-bottom: 2rem;
  }
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:block{
    display: block;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:w-\[292px\]{
    width: 292px;
  }
  .xl\:w-auto{
    width: auto;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:flex-col{
    flex-direction: column;
  }
  .xl\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .xl\:justify-between{
    justify-content: space-between;
  }
  .xl\:gap-10{
    gap: 2.5rem;
  }
  .xl\:gap-7{
    gap: 1.75rem;
  }
  .xl\:whitespace-normal{
    white-space: normal;
  }
  .xl\:rounded-2xl{
    border-radius: 1rem;
  }
  .xl\:rounded-xl{
    border-radius: 0.75rem;
  }
  .xl\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }
  .xl\:rounded-tl-none{
    border-top-left-radius: 0px;
  }
  .xl\:border-l-0{
    border-left-width: 0px;
  }
  .xl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .xl\:px-\[100px\]{
    padding-left: 100px;
    padding-right: 100px;
  }
  .xl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .xl\:pt-\[96px\]{
    padding-top: 96px;
  }
}

@media (min-width: 1440px){
  .\32xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .\32xl\:gap-\[152px\]{
    gap: 152px;
  }
  .\32xl\:rounded-bl-\[6px\]{
    border-bottom-left-radius: 6px;
  }
  .\32xl\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }
  .\32xl\:rounded-tl-\[6px\]{
    border-top-left-radius: 6px;
  }
  .\32xl\:rounded-tl-none{
    border-top-left-radius: 0px;
  }
  .\32xl\:border-l-0{
    border-left-width: 0px;
  }
}

select:focus {
  outline: 1px solid #000 !important;
  outline-offset: 2px;
}

.text-transform-none{
  text-transform: none;
}

.z-0{
  z-index: 0 !important;
}

.returnprime .customer__search .search__wrapper .form__wrapper{
    max-width: 100% !important;
    background-color: rgba(252, 250, 247)!important;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 !important;
}
.returnprime .customer__search .search__wrapper .form__wrapper .text__wrapper{
 text-align: left !important; 
}

  .returnprime p{
    margin-bottom: 16px !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    line-height: 2rem !important;
    color: #000;
    text-align: justify;
  }
.returnprime__app a{
        color: #000 !important;
        text-decoration: underline !important;
        font-size: 13px;
        line-height: 16px;
        text-underline-offset: 4px;
}
.returnprime .info__text{
  opacity: 1 !important;
  text-align: justify;
}
.returnprime .info__text strong {
  font-weight: 900;
}
.secured_by_returnprime{
  display: none !important;
}
@media (min-width: 990px) {

  .returnprime .customer__search .search__wrapper .form__wrapper .text__wrapper {
      max-width: 100% !important;
      padding-left: 16.875rem;
      padding-right: 16.875rem;
  }
    
.returnprime .customer .title{
        font-size: 1.25rem !important;
        line-height: 1.25;
        letter-spacing: .313rem;
        font-family: var(--font-heading) !important;
        font-weight: 400 !important;
        text-transform: uppercase !important;
}

.returnprime p{
  font-size: 13px !important;
  line-height: 1.75rem !important;
}

  .returnprime .customer__search .search__wrapper .form__wrapper .form__field{
          max-width: 100% !important;
        margin-left: 16rem;
        margin-right: 16rem;
  }
}

@media (max-width: 686px) {
 body .returnprime .customer__search .search__wrapper .form__wrapper .text__wrapper .info__text{
        max-width: 100% !important;
        margin: auto !important;
  }

  .returnprime .customer__search .search__wrapper .form__wrapper .text__wrapper .title{
    font-size: 1.75rem;
        line-height: 2rem;
        letter-spacing: .25rem;
        font-family: var(--font-heading);
        font-weight: 400;
        text-transform: uppercase !important;
  }
}


#Pole\ length\ in\ cm\ \(length\ between\ the\ finials\)::placeholder {
  opacity: 0.5;
}
.backdrop-blur-sm {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px); /* for Safari */
}
.modal-zoom-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
