/** Shopify CDN: Minification failed

Line 4737:9 Unexpected "{"
Line 4747:9 Unexpected "{"
Line 4757:9 Unexpected "{"
Line 5536:9 Unexpected "{"
Line 5546:9 Unexpected "{"
Line 5556:9 Unexpected "{"
Line 5566:9 Unexpected "{"
Line 5576:9 Unexpected "{"

**/
/*
! tailwindcss v3.2.4 | 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.
*/

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: Montserrat, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
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;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
    /* HEADING STYLES */

    h1, .h1 {
        font-size:40px;
        line-height:56px;
    }

    h2, .h2 {
        font-size:33px;
        line-height:48px;
    }

    h3, .h3 {
        font-size:28px;
        line-height:40px;
    }

    h4, .h4 {
        font-size:23px;
        line-height:32px;
    }

    h5, .h5 {
        font-size:19px;
        line-height:26px;
    }

    h6, .h6 {
        font-size:16px;
        line-height:26px;
    }


    @media (min-width: 1024px) {
        h1, .h1 {
            font-size:48px;
            line-height:64px;
        }

        h2, .h2 {
            font-size:40px;
            line-height:56px;
        }

        h3, .h3 {
            font-size:33px;
            line-height:48px;
        }

        h4, .h4 {
            font-size:28px;
            line-height:40px;
        }

        h5, .h5 {
            font-size:23px;
            line-height:32px;
        }

        h6, .h6 {
            font-size:19px;
            line-height:26px;
        }    
    }


    /* INPUT STYLING */

    input[type="text"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], select, textarea {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(71 2 17 / var(--tw-text-opacity));
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

    input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(197 198 204 / var(--tw-text-opacity));
}

    input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="tel"]::placeholder, select::placeholder, textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(197 198 204 / var(--tw-text-opacity));
}

    input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="tel"]:focus, select:focus, textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(105 27 50 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(105 27 50 / var(--tw-ring-opacity));
}

    input[type="search"] {
  border-radius: 0.25rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(71 2 17 / var(--tw-text-opacity));
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

    input[type="search"]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(197 198 204 / var(--tw-text-opacity));
}

    input[type="search"]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(197 198 204 / var(--tw-text-opacity));
}

    input[type="search"]:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

    @media (min-width: 1024px) {

    input[type="search"] {
        font-size:33px;
        line-height:48px;
    }


    @media (min-width: 1024px) {

        input[type="search"] {
            font-size:40px;
            line-height:56px;
        }    
    }
}

    input[type="text"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="tel"]:disabled, select:disabled, textarea:disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

    select {
  border-radius: 0px;
  padding-right: 1.75rem;
}

    button:disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

    button:disabled:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

    button:disabled:active {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

    form[action^="/account/addresses"]:not(.js-delete-address) {
        width:100%;
    }

*, ::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-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-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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 640px) {

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

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

  .container {
    max-width: 1024px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1280px) {

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

  .container {
    max-width: 1536px;
  }
}
.container-fluid {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {

  .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
/* HYPERLINK STYLING */
.rte a {
  --tw-text-opacity: 1;
  color: rgb(53 148 199 / var(--tw-text-opacity));
}
.rte a:hover {
  text-decoration-line: underline;
}
.rte-error a {
  text-decoration-line: underline;
}
/* BUTTON STYLING */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-xs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-xs svg {
  height: 1rem;
  width: 1rem;
}
.btn-xs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 12px;
  line-height: 22px;
}
.btn-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-sm svg {
  height: 1rem;
  width: 1rem;
}
.btn-sm {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  line-height: 22px;
}
.btn-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-lg svg {
  height: 1rem;
  width: 1rem;
}
.btn-lg {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.btn svg {
  height: 1rem;
  width: 1rem;
}
.btn-lg svg {
  height: 1rem;
  width: 1rem;
}
.btn-primary-hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 205 137 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 205 137 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(76 49 4 / var(--tw-text-opacity));
}
.btn-primary-active {
  --tw-border-opacity: 1;
  border-color: rgb(249 205 137 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 205 137 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(76 49 4 / var(--tw-text-opacity));
}
.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(246 188 94 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(76 49 4 / var(--tw-text-opacity));
}
.btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 205 137 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 205 137 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(76 49 4 / var(--tw-text-opacity));
}
.btn-primary:active {
  --tw-border-opacity: 1;
  border-color: rgb(249 205 137 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 205 137 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(76 49 4 / var(--tw-text-opacity));
}
.btn-secondary-hover {
  --tw-border-opacity: 1;
  border-color: rgb(48 82 158 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(48 82 158 / var(--tw-text-opacity));
}
.btn-secondary-active {
  --tw-border-opacity: 1;
  border-color: rgb(154 161 208 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(154 161 208 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(48 82 158 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(48 82 158 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(48 82 158 / var(--tw-text-opacity));
}
.btn-secondary:active {
  --tw-border-opacity: 1;
  border-color: rgb(154 161 208 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(154 161 208 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-tertiary-hover {
  --tw-border-opacity: 1;
  border-color: rgb(246 188 94 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(246 188 94 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(76 49 4 / var(--tw-text-opacity));
}
.btn-tertiary-active {
  --tw-border-opacity: 1;
  border-color: rgb(246 188 94 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(246 188 94 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(76 49 4 / var(--tw-text-opacity));
}
.btn-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(246 188 94 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(246 188 94 / var(--tw-text-opacity));
}
.btn-tertiary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(246 188 94 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(246 188 94 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(76 49 4 / var(--tw-text-opacity));
}
.btn-tertiary:active {
  --tw-border-opacity: 1;
  border-color: rgb(246 188 94 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(246 188 94 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(76 49 4 / var(--tw-text-opacity));
}
.btn-quaternary, .btn-trans-maroon {
  --tw-border-opacity: 1;
  border-color: rgb(71 2 17 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(71 2 17 / var(--tw-text-opacity));
}
.btn-quaternary:hover, .btn-trans-maroon:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 2 17 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-quaternary:active, .btn-trans-maroon:active {
  --tw-bg-opacity: 1;
  background-color: rgb(71 2 17 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-link {
  --tw-text-opacity: 1;
  color: rgb(246 188 94 / var(--tw-text-opacity));
}
.btn-link:hover {
  text-decoration-line: underline;
}
.btn-link-secondary {
  --tw-text-opacity: 1;
  color: rgb(48 82 158 / var(--tw-text-opacity));
}
.btn-link-secondary:hover {
  text-decoration-line: underline;
}
.btn-disabled {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.btn-personalisation {
  gap: 1.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(246 188 94 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(71 2 17 / var(--tw-text-opacity));
}
.btn-personalisation:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 188 94 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(71 2 17 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.btn-personalisation:active {
  --tw-bg-opacity: 1;
  background-color: rgb(246 188 94 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(71 2 17 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.btn-personalisation svg {
  height: 0.875rem;
  width: 0.875rem;
}
.input-sm {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 14px !important;
  line-height: 22px !important;
}
.input-lg {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
select.input-sm {
  padding-right: 1.25rem !important;
}
select.input-lg {
  padding-right: 2rem !important;
}
.input-error {
  --tw-border-opacity: 1 !important;
  border-color: rgb(216 84 78 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 238 238 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(159 5 42 / var(--tw-text-opacity)) !important;
}
.input-error:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
/* CUSTOM CHECKBOX STYLING */
.input-checkbox {
  display: grid;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(197 198 204 / var(--tw-border-opacity));
        grid-template-columns: 16px auto;
}
.input-checkbox input[type="checkbox"] {
  margin: 0px;
  display: grid;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(197 198 204 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        width:16px;
        height:16px;
}
.input-checkbox input[type="checkbox"]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(105 27 50 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(105 27 50 / var(--tw-bg-opacity));
        /* To use SVG inline, it needs to be URL escaped - https://yoksel.github.io/url-encoder/ */
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1904 1.1875L5.56543 10.8125L1.19043 6.4375' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-size:10px 10px;
}
.input-checkbox input[type="checkbox"]:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.input-checkbox input[type="checkbox"]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(71 2 17 / var(--tw-ring-opacity));
}
@media (min-width: 1024px) {
        .input-checkbox {
            grid-template-columns: 25px auto;
        }
    
        .input-checkbox input[type="checkbox"] {
            width:25px;
            height:25px;
        }
    
        .input-checkbox input[type="checkbox"]:checked {
            background-size:14px 14px;
        }
    }
/* CUSTOM RADIO STYLING */
.input-radio {
  display: grid;
  align-items: center;
  gap: 0.5rem;
        grid-template-columns: 16px auto;
}
.input-radio input[type="radio"] {
  margin: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        width:16px;
        height:16px;
}
.input-radio input[type="radio"]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        /* To use SVG inline, it needs to be URL escaped - https://yoksel.github.io/url-encoder/ */
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
.input-radio input[type="radio"]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity));
}
.input-radio input[type="radio"]:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.input-radio input[type="radio"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(178 215 234 / var(--tw-ring-opacity));
}
@media (min-width: 1024px) {
        .input-radio {
            grid-template-columns: 25px auto;
        }
    
        .input-radio input[type="radio"] {
            width:25px;
            height:25px;
        }
    
        .input-radio input[type="radio"]:checked {
            background-size:25px 25px;
        }
    }
/* BG: If flicking is being used to display one full cell at time, thess two styles will hide all additional flickity cells until flickity has been enabled. It prevents the initial flash of cells before the JS kicks in.  */
.flickity-incoming .flickity-cell:not(:first-of-type) {
        display:none;
    }
.flickity-incoming.flickity-enabled .flickity-cell {
        display:block;
    }
/* BG: Remove the arrows on a number field. */
/* BG: Used on the PDP to highlight unavailable variants */
.js-unavailable-variant {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.js-unavailable-variant img {
  opacity: 0.3;
}
.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;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.-left-\[1px\] {
  left: -1px;
}
.top-\[4\%\] {
  top: 4%;
}
.right-\[50\%\] {
  right: 50%;
}
.-top-\[1px\] {
  top: -1px;
}
.bottom-12 {
  bottom: 3rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.left-2\.5 {
  left: 0.625rem;
}
.top-2 {
  top: 0.5rem;
}
.left-2 {
  left: 0.5rem;
}
.top-20 {
  top: 5rem;
}
.right-0 {
  right: 0px;
}
.-left-5 {
  left: -1.25rem;
}
.top-5 {
  top: 1.25rem;
}
.right-5 {
  right: 1.25rem;
}
.left-\[20px\] {
  left: 20px;
}
.bottom-2\.5 {
  bottom: 0.625rem;
}
.left-\[7px\] {
  left: 7px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.top-\[80px\] {
  top: 80px;
}
.top-\[2px\] {
  top: 2px;
}
.-top-\[2px\] {
  top: -2px;
}
.top-\[130px\] {
  top: 130px;
}
.left-1\.5 {
  left: 0.375rem;
}
.left-1 {
  left: 0.25rem;
}
.left-\[1px\] {
  left: 1px;
}
.top-\[1px\] {
  top: 1px;
}
.z-50 {
  z-index: 50;
}
.z-\[10\] {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-10 {
  z-index: 10;
}
.z-\[8\] {
  z-index: 8;
}
.z-\[9\] {
  z-index: 9;
}
.z-\[98\] {
  z-index: 98;
}
.z-\[-1\] {
  z-index: -1;
}
.z-30 {
  z-index: 30;
}
.-z-\[1\] {
  z-index: -1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[101\] {
  z-index: 101;
}
.z-\[102\] {
  z-index: 102;
}
.z-\[100\] {
  z-index: 100;
}
.z-40 {
  z-index: 40;
}
.-z-\[1px\] {
  z-index: -1px;
}
.-order-1 {
  order: -1;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.m-4 {
  margin: 1rem;
}
.m-auto {
  margin: auto;
}
.m-\[20px\] {
  margin: 20px;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.ml-auto {
  margin-left: auto;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-15 {
  margin-bottom: 60px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.mr-auto {
  margin-right: auto;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mt-auto {
  margin-top: auto;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-7\.5 {
  margin-top: 30px;
}
.mt-7 {
  margin-top: 1.75rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.ml-\[1px\] {
  margin-left: 1px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}
.aspect-\[4\/7\] {
  aspect-ratio: 4/7;
}
.aspect-\[8\/1\] {
  aspect-ratio: 8/1;
}
.\!h-4 {
  height: 1rem !important;
}
.h-96 {
  height: 24rem;
}
.h-full {
  height: 100%;
}
.h-5 {
  height: 1.25rem;
}
.\!h-3 {
  height: 0.75rem !important;
}
.h-\[7px\] {
  height: 7px;
}
.h-2 {
  height: 0.5rem;
}
.h-auto {
  height: auto;
}
.h-\[70px\] {
  height: 70px;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.h-10 {
  height: 2.5rem;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[50px\] {
  height: 50px;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-min {
  height: -moz-min-content;
  height: min-content;
}
.h-\[calc\(100\%_-_73px\)\] {
  height: calc(100% - 73px);
}
.h-\[calc\(100vh_-_80px\)\] {
  height: calc(100vh - 80px);
}
.h-\[22px\] {
  height: 22px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[calc\(100\%_-_88px\)\] {
  height: calc(100% - 88px);
}
.h-6 {
  height: 1.5rem;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-0 {
  height: 0px;
}
.h-\[calc\(100\%_-_130px\)\] {
  height: calc(100% - 130px);
}
.h-\[18px\] {
  height: 18px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[calc\(100\%_-_2px\)\] {
  height: calc(100% - 2px);
}
.h-12 {
  height: 3rem;
}
.h-7\.5 {
  height: 30px;
}
.h-7 {
  height: 1.75rem;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[calc\(100\%_\+_2px\)\] {
  height: calc(100% + 2px);
}
.max-h-0 {
  max-height: 0px;
}
.max-h-12\.5 {
  max-height: 50px;
}
.max-h-12 {
  max-height: 3rem;
}
.max-h-\[450px\] {
  max-height: 450px;
}
.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.w-full {
  width: 100%;
}
.\!w-4 {
  width: 1rem !important;
}
.w-screen {
  width: 100vw;
}
.w-1\/2 {
  width: 50%;
}
.w-\[200px\] {
  width: 200px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-5 {
  width: 1.25rem;
}
.\!w-3 {
  width: 0.75rem !important;
}
.w-\[35px\] {
  width: 35px;
}
.w-3 {
  width: 0.75rem;
}
.w-1\/4 {
  width: 25%;
}
.w-4\/6 {
  width: 66.666667%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-2 {
  width: 0.5rem;
}
.w-\[80\%\] {
  width: 80%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[65\%\] {
  width: 65%;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[33\%\] {
  width: 33%;
}
.w-\[105px\] {
  width: 105px;
}
.w-3\/5 {
  width: 60%;
}
.w-1\/5 {
  width: 20%;
}
.w-6 {
  width: 1.5rem;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[35\%\] {
  width: 35%;
}
.w-\[calc\(100\%_\+_2px\)\] {
  width: calc(100% + 2px);
}
.w-20 {
  width: 5rem;
}
.w-\[calc\(100\%_\+_40px\)\] {
  width: calc(100% + 40px);
}
.w-9 {
  width: 2.25rem;
}
.w-1 {
  width: 0.25rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[calc\(100\%_-_100px\)\] {
  width: calc(100% - 100px);
}
.w-7 {
  width: 1.75rem;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[9px\] {
  width: 9px;
}
.w-\[calc\(100\%_-_2px\)\] {
  width: calc(100% - 2px);
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-7\.5 {
  width: 30px;
}
.w-\[152px\] {
  width: 152px;
}
.w-\[154px\] {
  width: 154px;
}
.w-\[50px\] {
  width: 50px;
}
.w-10 {
  width: 2.5rem;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-full {
  min-width: 100%;
}
.min-w-\[12px\] {
  min-width: 12px;
}
.min-w-\[21px\] {
  min-width: 21px;
}
.min-w-\[16px\] {
  min-width: 16px;
}
.min-w-\[9px\] {
  min-width: 9px;
}
.min-w-\[23px\] {
  min-width: 23px;
}
.min-w-\[28px\] {
  min-width: 28px;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-\[60px\] {
  max-width: 60px;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[630px\] {
  max-width: 630px;
}
.max-w-\[846px\] {
  max-width: 846px;
}
.grow-0 {
  flex-grow: 0;
}
.grow {
  flex-grow: 1;
}
.basis-full {
  flex-basis: 100%;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.origin-\[top_left\] {
  transform-origin: top left;
}
.-translate-x-full {
  --tw-translate-x: -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));
}
.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));
}
.rotate-\[-90deg\] {
  --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));
}
.rotate-90 {
  --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));
}
.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;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.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-6 {
  gap: 1.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-15 {
  gap: 60px;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-0 {
  gap: 0px;
}
.gap-4 {
  gap: 1rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-7\.5 {
  gap: 30px;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-full {
  border-radius: 9999px;
}
.\!border {
  border-width: 1px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-silver {
  --tw-border-opacity: 1;
  border-color: rgb(197 198 204 / var(--tw-border-opacity));
}
.\!border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(105 27 50 / var(--tw-border-opacity)) !important;
}
.border-error-200 {
  --tw-border-opacity: 1;
  border-color: rgb(216 84 78 / var(--tw-border-opacity));
}
.border-grey-200 {
  --tw-border-opacity: 1;
  border-color: rgb(201 201 201 / var(--tw-border-opacity));
}
.border-gold {
  --tw-border-opacity: 1;
  border-color: rgb(246 188 94 / var(--tw-border-opacity));
}
.border-\[\#D2D5DA\] {
  --tw-border-opacity: 1;
  border-color: rgb(210 213 218 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-base-color {
  --tw-border-opacity: 1;
  border-color: rgb(71 2 17 / var(--tw-border-opacity));
}
.border-success-200 {
  --tw-border-opacity: 1;
  border-color: rgb(0 221 96 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(105 27 50 / var(--tw-border-opacity));
}
.border-grey-100 {
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-current {
  border-color: currentColor;
}
.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-grey-300 {
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
}
.\!border-\[\#d9d9d9\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 217 217 / var(--tw-border-opacity)) !important;
}
.bg-slate-900\/75 {
  background-color: rgb(15 23 42 / 0.75);
}
.bg-base-color {
  --tw-bg-opacity: 1;
  background-color: rgb(71 2 17 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-error-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 238 / var(--tw-bg-opacity));
}
.bg-grey-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 246 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(246 188 94 / var(--tw-bg-opacity));
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(105 27 50 / var(--tw-bg-opacity));
}
.bg-success-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(179 255 216 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-primary-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(171 125 133 / var(--tw-bg-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(159 25 48 / var(--tw-bg-opacity));
}
.bg-secondary-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 139 134 / var(--tw-bg-opacity));
}
.bg-gold-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 205 137 / var(--tw-bg-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(48 82 158 / var(--tw-bg-opacity));
}
.bg-blue-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(154 161 208 / var(--tw-bg-opacity));
}
.bg-silver {
  --tw-bg-opacity: 1;
  background-color: rgb(197 198 204 / var(--tw-bg-opacity));
}
.bg-silver-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 230 / var(--tw-bg-opacity));
}
.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}
.bg-grey-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(201 201 201 / var(--tw-bg-opacity));
}
.bg-grey-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(184 184 184 / var(--tw-bg-opacity));
}
.bg-grey-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(162 162 162 / var(--tw-bg-opacity));
}
.bg-grey-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(142 142 142 / var(--tw-bg-opacity));
}
.bg-grey-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(111 111 111 / var(--tw-bg-opacity));
}
.bg-grey-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
.bg-grey-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(53 53 53 / var(--tw-bg-opacity));
}
.bg-grey-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
.bg-success-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 255 138 / var(--tw-bg-opacity));
}
.bg-success-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 221 96 / var(--tw-bg-opacity));
}
.bg-success-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 154 68 / var(--tw-bg-opacity));
}
.bg-success-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 51 / var(--tw-bg-opacity));
}
.bg-active-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 244 250 / var(--tw-bg-opacity));
}
.bg-active-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(178 215 234 / var(--tw-bg-opacity));
}
.bg-active-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(116 182 217 / var(--tw-bg-opacity));
}
.bg-active-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(53 148 199 / var(--tw-bg-opacity));
}
.bg-active-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 94 132 / var(--tw-bg-opacity));
}
.bg-warning-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 216 176 / var(--tw-bg-opacity));
}
.bg-warning-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 176 96 / var(--tw-bg-opacity));
}
.bg-warning-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 166 38 / var(--tw-bg-opacity));
}
.bg-warning-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(164 67 36 / var(--tw-bg-opacity));
}
.bg-warning-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(85 44 21 / var(--tw-bg-opacity));
}
.bg-error-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 186 / var(--tw-bg-opacity));
}
.bg-error-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 84 78 / var(--tw-bg-opacity));
}
.bg-error-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 5 42 / var(--tw-bg-opacity));
}
.bg-error-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 1 23 / var(--tw-bg-opacity));
}
.bg-variant-white {
  background-color: rgba(255, 255, 255, 0.9);;
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-primary {
  --tw-gradient-from: #691B32;
  --tw-gradient-to: rgb(105 27 50 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-primary-hover {
  --tw-gradient-to: #AB7D85;
}
.fill-white {
  fill: #fff;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.p-4 {
  padding: 1rem;
}
.\!p-0 {
  padding: 0px !important;
}
.p-1 {
  padding: 0.25rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-0 {
  padding: 0px;
}
.p-8 {
  padding: 2rem;
}
.p-10 {
  padding: 2.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-\[1\.25rem\] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-15 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-17\.5 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-\[72px\] {
  padding-top: 72px;
  padding-bottom: 72px;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-\[1px\] {
  padding-left: 1px;
  padding-right: 1px;
}
.pt-0 {
  padding-top: 0px;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-7\.5 {
  padding-top: 30px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-15 {
  padding-bottom: 60px;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pl-12\.5 {
  padding-left: 50px;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-\[48px\] {
  padding-top: 48px;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pr-3\.5 {
  padding-right: 0.875rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pt-15 {
  padding-top: 60px;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pl-\[11px\] {
  padding-left: 11px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pb-\[1px\] {
  padding-bottom: 1px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.text-xs {
  font-size: 12px;
  line-height: 22px;
}
.text-lg {
  font-size: 19px;
  line-height: 32px;
}
.text-sm {
  font-size: 14px;
  line-height: 22px;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.\!text-sm {
  font-size: 14px !important;
  line-height: 22px !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-base {
  font-size: 16px;
  line-height: 28px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-\[33px\] {
  font-size: 33px;
}
.\!text-xs {
  font-size: 12px !important;
  line-height: 22px !important;
}
.text-\[10px\] {
  font-size: 10px;
}
.font-light {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-normal {
  font-weight: 400;
}
.font-black {
  font-weight: 900;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-loose {
  line-height: 2;
}
.\!leading-\[1\] {
  line-height: 1 !important;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[68px\] {
  line-height: 68px;
}
.leading-tight {
  line-height: 1.25;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-snug {
  line-height: 1.375;
}
.leading-\[40px\] {
  line-height: 40px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[50px\] {
  line-height: 50px;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-3 {
  line-height: .75rem;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[12px\] {
  line-height: 12px;
}
.leading-none {
  line-height: 1;
}
.text-base-color {
  --tw-text-opacity: 1;
  color: rgb(71 2 17 / var(--tw-text-opacity));
}
.text-silver {
  --tw-text-opacity: 1;
  color: rgb(197 198 204 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(105 27 50 / var(--tw-text-opacity));
}
.text-error-600 {
  --tw-text-opacity: 1;
  color: rgb(75 1 23 / var(--tw-text-opacity));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.text-gold {
  --tw-text-opacity: 1;
  color: rgb(246 188 94 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#D2D5DA\] {
  --tw-text-opacity: 1;
  color: rgb(210 213 218 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(48 82 158 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.\!text-base-color {
  --tw-text-opacity: 1 !important;
  color: rgb(71 2 17 / var(--tw-text-opacity)) !important;
}
.\!text-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(48 82 158 / var(--tw-text-opacity)) !important;
}
.text-grey-600 {
  --tw-text-opacity: 1;
  color: rgb(111 111 111 / var(--tw-text-opacity));
}
.text-success-600 {
  --tw-text-opacity: 1;
  color: rgb(0 112 51 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-grey-500 {
  --tw-text-opacity: 1;
  color: rgb(142 142 142 / var(--tw-text-opacity));
}
.text-warning-200 {
  --tw-text-opacity: 1;
  color: rgb(252 166 38 / var(--tw-text-opacity));
}
.text-error-400 {
  --tw-text-opacity: 1;
  color: rgb(159 5 42 / var(--tw-text-opacity));
}
.text-primary-button {
  --tw-text-opacity: 1;
  color: rgb(76 49 4 / var(--tw-text-opacity));
}
.text-grey-300 {
  --tw-text-opacity: 1;
  color: rgb(184 184 184 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-\[\#d9d9d9\] {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.\!placeholder-silver::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(197 198 204 / var(--tw-placeholder-opacity)) !important;
}
.\!placeholder-silver::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(197 198 204 / var(--tw-placeholder-opacity)) !important;
}
.opacity-0 {
  opacity: 0;
}
.shadow-\[0px_0px_10px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0px 0px 10px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 0px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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);
}
.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-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/*
BG: Hide x-show alpine JS
*/
[x-cloak] {
  display: none !important;
}

/* ==========================================================================
#Third Party Libs
========================================================================== */

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}

/* ==========================================================================
#Global Custom Styling for Flickity Dots and Arrows
========================================================================== */

.flickity-page-dots {
  position: relative;
  bottom: 0px;
  z-index: 10;
  margin-top: 2.5rem;
}

@media (min-width: 1024px) {
    .flickity-page-dots {
    margin-top: 60px;
  }
}

.flickity-page-dots .dot {
  margin-left: 5px;
  margin-right: 5px;
  height: 0.625rem;
  width: 0.875rem;
  border-radius: 0px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
    background-image: url('https://cdn.shopify.com/s/files/1/0574/4204/1921/files/flickity-dot.svg?v=1668780049');
    background-size: 14px 10px;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
    background-image: url('https://cdn.shopify.com/s/files/1/0574/4204/1921/files/flickity-dot-filled.svg?v=1668780053');
}

.flickity-button {
  height: 2.5rem !important;
  width: 2.5rem !important;
  border-radius: 0px;
  background-color: transparent !important;
  background-position: center;
  background-repeat: no-repeat;
    background-size: 40px 40px;
}

.flickity-button:disabled, .flickity-button:active {
    opacity: 1 !important;
}

.flickity-button:focus {
    box-shadow: none !important;
}

.flickity-button svg {
  display: none !important;
}

.flickity-prev-next-button.previous {
  left: 0px !important;
    background-image: url("https://cdn.shopify.com/s/files/1/0574/4204/1921/files/left-arrow-hover.svg?v=1668432443");
}

.flickity-prev-next-button.previous:hover {
  left: 0px !important;
    background-image: url("https://cdn.shopify.com/s/files/1/0574/4204/1921/files/left-arrow-hover.svg?v=1668432443");
}

.flickity-prev-next-button.previous:disabled {
  left: 0px !important;
    background-image: url("https://cdn.shopify.com/s/files/1/0574/4204/1921/files/left-arrow-disabled.svg?v=1670336423");
}

.flickity-prev-next-button.next {
  right: 0px !important;
    background-image: url("https://cdn.shopify.com/s/files/1/0574/4204/1921/files/right-arrow-hover.svg?v=1668435896");
}

.flickity-prev-next-button.next:hover {
  right: 0px !important;
    background-image: url("https://cdn.shopify.com/s/files/1/0574/4204/1921/files/right-arrow-hover.svg?v=1668435896");
}

.flickity-prev-next-button.next:disabled {
  right: 0px !important;
    background-image: url("https://cdn.shopify.com/s/files/1/0574/4204/1921/files/right-arrow-disabled.svg?v=1670336423");
}

/* ==========================================================================
#Hero
========================================================================== */

/* BG: Needed for lazying loading. Firstly, lazysizes works by using display none and block to determine when to load the asset. We're checking to see if we're loading all assets, if we're not, and it's not the first slide, then we hide the image, until it's active below and then display block it to then trigger the image download. Thankfully the lazyload class changes once it's loaded so it only fires once. */
.hero .carousel-item:not([data-flickity-position="0"]):not(.lazyload-all) .carousel-image .lazyload {
  display: none;
}

.hero .carousel-item.is-selected .carousel-image .lazyload {
  display: block;
}

/* BG: Prevents CLS by hiding any additional hero slides until flickity kicks in. */
.hero:not(.flickity-enabled) .carousel-item:not(:first-of-type) {
  display: none;
}

.hero.flickity-enabled .carousel-item:not(:first-of-type) {
  display: block !important;
}

.hero .flickity-page-dots {
  position: absolute;
  bottom: 30px;
  margin: auto;
  margin-top: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {

  .hero .flickity-page-dots {
    padding-left: 5rem;
    padding-right: 5rem;
    bottom: 40px;
    margin-left: 5px;
    margin-top: 0px;
    justify-content: flex-start;
  }
}

/* ==========================================================================
#Product Detail
========================================================================== */
.carousel-nav .is-selected {
  --tw-border-opacity: 1;
  border-color: rgb(105 27 50 / var(--tw-border-opacity));
}

/* ==========================================================================
#Site Switcher Item
========================================================================== */

.site-switcher ul::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    width: calc(100% + 8px);
}

.site-switcher li:first-of-type a {
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}

.site-switcher li a {
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}

.site-switcher li:last-of-type a {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
}

@media (min-width: 1024px) {
    .site-switcher li:last-of-type a {
        -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
        clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    }
}

/* ==========================================================================
#Site USP
========================================================================== */
/* LM: Prevents CLS by hiding any additional hero slides until flickity kicks in. */
.flickity-carousel:not(.flickity-enabled) .flickity-cell:not(:first-of-type) {
  display: none;
}

@media (min-width: 1024px) {
    .flickity-carousel:not(.flickity-enabled) .flickity-cell:not(:first-of-type) {
    display: block;
  }
}

.flickity-carousel.flickity-enabled .flickity-cell:not(:first-of-type) {
  display: block !important;
}

/* ==========================================================================
#Sticky Header
========================================================================== */

#shopify-section-header {
  z-index: 100;
}

.site-switcher {
    transition-property: max-height;
}

#site-mobile-navigation {
    transition: all .3s ease-in-out;
}

@media (max-width: 1024px) {
    .mobile-nav-open .search-wrapper {
        top: 130px;
        height: calc(100vh - 130px);
    }
}

@media (min-width: 1024px) {

    #shopify-section-header {
    position: fixed;
  }

    body {
    padding-top: 172px;
  }

    .six-column {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }

    /* ==========================================================================
    #Scroll Down
    ========================================================================== */

    .scroll-down {
        transform: translateY(-40px);
    }

    .scroll-down .logo, .scroll-down .logo > div {
        width: 74px;
        height: 60px;
    }

    .scroll-down .nav-first-level > a {
        padding-top: 19px;
        padding-bottom: 19px;
    }
    
    .scroll-down .megamenu {
        padding-left: 134px;
        padding-right: 134px;
    }

    .scroll-down .search-wrapper{
        top: 100px;
        height: calc(100vh - 60px);
    }

    .scroll-down .mini-cart-wrapper {
        top: 100px;
    }
}

/* ==========================================================================
#Burger Nav Animation
========================================================================== */

.burger-nav span, .burger-nav span:before, .burger-nav span:after {
    transition: all;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
}

.burger-nav[aria-expanded="true"] span {
    background-color: transparent;
}

.burger-nav[aria-expanded="true"] span:before {
    top: 0px;
    transform: rotate(45deg);
}

.burger-nav[aria-expanded="true"] span:after {
    bottom: 0;
    transform: rotate(-45deg);
}

/* ==========================================================================
#Hiding 'X' for type search
========================================================================== */

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

/* ===========================================================================
#carousel
===========================================================================*/

.carousel:not(.flickity-enabled) {
    display: flex;
    flex-direction: row;
}

.carousel.mobile-carousel .carousel-cell {
    display: none;
}

.carousel.mobile-carousel .carousel-cell:nth-child(1) {
    display: block;
}

.carousel.mobile-carousel.flickity-enabled .carousel-cell {
    display: block;
}

@media (min-width: 768px) {
    .fc.carousel.mobile-carousel .carousel-cell {
        display: flex;
    }
}


@media (min-width: 1024px) {
    .carousel.mobile-carousel .carousel-cell {
        display: block;
    }
}

/* ===========================================================================
#Section Spacing
===========================================================================*/

.bottom-spacing {
    margin-bottom: 40px;
}

.top-spacing {
    margin-top: 40px;
}
@media (min-width: 1024px) {
    .bottom-spacing {
        margin-bottom: 60px;
    }

    .top-spacing {
        margin-top: 60px;
    }
}

/* ===========================================================================
#Social Icons Hover
===========================================================================*/

.social-icons li a svg * {
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.social-icons li a:hover svg * {
  fill: #F9CD89;
}

.social-icons li.youtube a:hover svg path:last-of-type {
  fill: #691B32;
}

.sbp-item:first-of-type * {
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.sbp-item * {
    -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}

.sbp-item:last-of-type * {
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

#Goalkeepers .h3 {top: 280px}

#Defenders .h3 {top: 236px}

#Midfielders .h3 {top: 250px}

#Forwards .h3 {top: 226px}

[id*="Technical"] .h3 {top: 400px}

#Manager .h3 { top: 190px }

#Coaches .h3 {top: 190px}

[id*="Staff"] .h3 {top: 226px}

[id*="Head"] .h3 {top: 240px}

/* MG */
.mg-debug {
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

/* Password Login Captcha */
.shopify-challenge__container {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.shopify-challenge__container form {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.shopify-challenge__message {
  margin-top: 1rem;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(71 2 17 / var(--tw-text-opacity));
}

.shopify-challenge__button {
  --tw-bg-opacity: 1;
  background-color: rgb(246 188 94 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(76 49 4 / var(--tw-text-opacity));
}

.shopify-challenge__button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 205 137 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 205 137 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(76 49 4 / var(--tw-text-opacity));
}

.shopify-challenge__button:active {
  --tw-border-opacity: 1;
  border-color: rgb(249 205 137 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 205 137 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(76 49 4 / var(--tw-text-opacity));
}

.shopify-challenge__button {
  margin-top: 1.5rem;
}

/* Account Addresses */
.default-address {
  order: -1;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 246 / var(--tw-bg-opacity));
}

/* New Address Form */

#address_form_new input {
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 1024px) {

  #address_form_new input {
    font-size: 14px;
    line-height: 22px;
  }
}
#address_form_new input::-moz-placeholder {
  font-size: 12px;
  line-height: 22px;
}
#address_form_new input::placeholder {
  font-size: 12px;
  line-height: 22px;
}
#address_form_new input[type='checkbox'] {
  border-width: 1px;
}

#address_form_new select {
  font-size: 12px;
  line-height: 22px;
}

.existing-address input[type="text"] {
  display: flex;
  font-size: 14px;
  line-height: 22px;
}

.existing-address .province-selector select {
  width: 100%;
}

/* Password Page Modal styling */

#login_form {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  padding: 1rem;
}

.pp__modal-open svg {
  height: 2rem !important;
  width: 2rem !important;
}

.storefront-password-form input {
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}

@media (min-width: 768px) {

  .storefront-password-form input {
    font-size: 14px;
    line-height: 22px;
  }
}
.storefront-password-form::-moz-placeholder {
  font-size: 12px !important;
  line-height: 22px !important;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.storefront-password-form::placeholder {
  font-size: 12px !important;
  line-height: 22px !important;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .storefront-password-form::-moz-placeholder {
    font-size: 14px;
    line-height: 22px;
  }

  .storefront-password-form::placeholder {
    font-size: 14px;
    line-height: 22px;
  }
}


/* ===========================================================================
#Table Styling
===========================================================================*/

table * {
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
    padding: 6px;
}

table {
    border-top: 1px solid #E2E2E6;
    border-left: 1px solid #E2E2E6;
}

table tr {
    border-bottom: 1px solid #E2E2E6;
}

table th, table td {
    border-right: 1px solid #E2E2E6;
}

/* ===========================================================================
#Table Styling
===========================================================================*/

.mini-cart-wrapper {
    top: 80px;
}

@media (min-width: 1022px) {
    .mini-cart-wrapper {
        top: 150px;
    }
}

/* ===========================================================================
#Search View All
===========================================================================*/

.search-view-all svg {
    width: 100%;
    height: 100%;
}

/* ===========================================================================
#View All Animation
===========================================================================*/

.view-all:hover .view-all-icon {
    transform: translateX(8px);
}

.view-all-icon svg {
    width: 100%;
    height: 100%;
}

/* ===========================================================================
#Careers Button
===========================================================================*/

.btn-careers svg path {
  fill: #F6BC5E;
  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: 300ms;
}

.btn-careers:hover svg path {
  fill: #470211;
  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: 300ms;
}

/* ===========================================================================
#RTE Styling
===========================================================================*/

.rte {
    display: flex;
    flex-direction: column;
}

.rte a {
  --tw-text-opacity: 1 !important;
  color: rgb(246 188 94 / var(--tw-text-opacity)) !important;
}

.rte ul {
    list-style: disc !important;
    margin-left: 20px;
}

.rte ol {
    list-style-type: decimal !important;
    margin-left: 20px;
}

/* ===========================================================================
#Footer Column styling
===========================================================================*/

@media (max-width: 640px) {
    footer .menu-item {
        padding-right: 10px;
    }
}

/* ===========================================================================
#Header Image Ratio
===========================================================================*/

.header-image picture, .header-image picture img {
    aspect-ratio: 1/1;
}

@media (min-width: 768px) {
    .header-image picture, .header-image picture img {
        aspect-ratio: 5/1;
    }
}

.header-image picture {
    position: relative;
}

.header-image:after {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(0deg, rgba(34, 2, 5, 0.65), rgba(34, 2, 5, 0.65));
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ===========================================================================
#Article Header Image Ratio
===========================================================================*/

.article-header-image picture, .article-header-image picture img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .article-header-image picture, .article-header-image picture img {
        aspect-ratio: 5/1;
        width: 100%;
        height: 100%;
    }
}

/* ===========================================================================
#Breadcrumb Overlay Colour
===========================================================================*/

.crumbs ol {
    color: #FFFFFF;
}

.crumbs svg path {
    stroke: #fff;
}

/* ===========================================================================
#Klaviyo Footer
===========================================================================*/

.klaviyo-form {
    width: 100% !important;
}

.klaviyo-form, .klaviyo-form * {
  font-family: Montserrat, sans-serif !important;
}

.klaviyo-form h3, .klaviyo-form h3 * {
        font-size:16px !important;
        line-height:26px !important;
    }

@media (min-width: 1024px) {

        .klaviyo-form h3, .klaviyo-form h3 * {
            font-size:19px !important;
            line-height:26px !important;
        }    
    }

.klaviyo-form h3, .klaviyo-form h3 * {
  font-size: 19px !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.klaviyo-form input {
    height: 48px !important;
}

.klaviyo-form button {
    font-size: 0px !important;
    height: 48px !important;
    background-image: url('https://cdn.shopify.com/s/files/1/0574/4204/1921/files/newsletter-arrow.svg?v=1675786313') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 16px 16px !important;
    padding: 0 30px !important;
}

.klaviyo-form p, .klaviyo-form p * {
  font-size: 16px !important;
  line-height: 28px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.first-letter\:w-\[7px\]::first-letter {
  width: 7px;
}

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

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

.before\:top-\[9px\]::before {
  content: var(--tw-content);
  top: 9px;
}

.before\:mb-\[-28px\]::before {
  content: var(--tw-content);
  margin-bottom: -28px;
}

.before\:h-0\.5::before {
  content: var(--tw-content);
  height: 0.125rem;
}

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

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

.before\:bg-gold::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(246 188 94 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

.after\:top-2\.5::after {
  content: var(--tw-content);
  top: 0.625rem;
}

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

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

.after\:bottom-\[9px\]::after {
  content: var(--tw-content);
  bottom: 9px;
}

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

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

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

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

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

.after\:h-0\.5::after {
  content: var(--tw-content);
  height: 0.125rem;
}

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

.after\:w-screen::after {
  content: var(--tw-content);
  width: 100vw;
}

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

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

.after\:bg-primary::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(105 27 50 / var(--tw-bg-opacity));
}

.after\:bg-gold::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(246 188 94 / var(--tw-bg-opacity));
}

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

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

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

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:bg-grey-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}

.hover\:bg-gold-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 205 137 / var(--tw-bg-opacity));
}

.hover\:bg-gold:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 188 94 / var(--tw-bg-opacity));
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.hover\:fill-gold-hover:hover {
  fill: #F9CD89;
}

.hover\:text-gold-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(249 205 137 / var(--tw-text-opacity));
}

.hover\:text-gold:hover {
  --tw-text-opacity: 1;
  color: rgb(246 188 94 / var(--tw-text-opacity));
}

.hover\:text-base-color:hover {
  --tw-text-opacity: 1;
  color: rgb(71 2 17 / var(--tw-text-opacity));
}

.hover\:text-primary-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(171 125 133 / var(--tw-text-opacity));
}

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

.hover\:underline:hover {
  text-decoration-line: underline;
}

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

.hover\:outline:hover {
  outline-style: solid;
}

.hover\:outline-gray-500:hover {
  outline-color: #6b7280;
}

.focus\:text-base-color:focus {
  --tw-text-opacity: 1;
  color: rgb(71 2 17 / var(--tw-text-opacity));
}

.focus\:text-gold-hover:focus {
  --tw-text-opacity: 1;
  color: rgb(249 205 137 / var(--tw-text-opacity));
}

.focus\:text-gold:focus {
  --tw-text-opacity: 1;
  color: rgb(246 188 94 / var(--tw-text-opacity));
}

.focus\:text-primary-hover:focus {
  --tw-text-opacity: 1;
  color: rgb(171 125 133 / var(--tw-text-opacity));
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-base-color:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(71 2 17 / var(--tw-ring-opacity));
}

.active\:bg-gold:active {
  --tw-bg-opacity: 1;
  background-color: rgb(246 188 94 / var(--tw-bg-opacity));
}

.group\/quick-view:hover .group-hover\/quick-view\:visible {
  visibility: visible;
}

.group\/quick-view:hover .group-hover\/quick-view\:z-10 {
  z-index: 10;
}

.group\/image:hover .group-hover\/image\:btn-primary-hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 205 137 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 205 137 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(76 49 4 / var(--tw-text-opacity));
}

.group\/player:hover .group-hover\/player\:btn-primary-hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 205 137 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 205 137 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(76 49 4 / var(--tw-text-opacity));
}

.group:hover .group-hover\:bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(246 188 94 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-gold {
  --tw-text-opacity: 1;
  color: rgb(246 188 94 / var(--tw-text-opacity));
}

.group\/quick-view:hover .group-hover\/quick-view\:opacity-100 {
  opacity: 1;
}

.peer:checked ~ .peer-checked\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(105 27 50 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(246 188 94 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

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

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

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

.peer:checked ~ .peer-checked\:outline-primary {
  outline-color: #691B32;
}

@media not all and (min-width: 1024px) {

  .max-lg\:bottom-\[60px\] {
    bottom: 60px;
  }

  .max-lg\:col-start-2 {
    grid-column-start: 2;
  }

  .max-lg\:col-start-1 {
    grid-column-start: 1;
  }

  .max-lg\:col-start-3 {
    grid-column-start: 3;
  }

  .max-lg\:row-start-1 {
    grid-row-start: 1;
  }

  .max-lg\:row-start-2 {
    grid-row-start: 2;
  }

  .max-lg\:row-start-3 {
    grid-row-start: 3;
  }

  .max-lg\:mt-4 {
    margin-top: 1rem;
  }

  .max-lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .max-lg\:flex {
    display: flex;
  }
    .max-lg\:btn-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-width: 1px;
    border-color: transparent;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    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-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

    .max-lg\:btn-sm svg {
    height: 1rem;
    width: 1rem;
  }

    .max-lg\:btn-sm {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 14px;
    line-height: 22px;
  }

    .max-lg\:grid {
    display: grid;
  }

    .max-lg\:hidden {
    display: none;
  }

    .max-lg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

    .max-lg\:grid-cols-\[40\%_20\%_40\%\] {
    grid-template-columns: 40% 20% 40%;
  }

    .max-lg\:grid-cols-\[42\%_16\%_42\%\] {
    grid-template-columns: 42% 16% 42%;
  }

    .max-lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

    .max-lg\:flex-col {
    flex-direction: column;
  }

    .max-lg\:flex-wrap {
    flex-wrap: wrap;
  }

    .max-lg\:items-center {
    align-items: center;
  }

    .max-lg\:justify-end {
    justify-content: flex-end;
  }

    .max-lg\:justify-center {
    justify-content: center;
  }

    .max-lg\:gap-10 {
    gap: 2.5rem;
  }

    .max-lg\:gap-y-3 {
    row-gap: 0.75rem;
  }

    .max-lg\:self-center {
    align-self: center;
  }

    .max-lg\:overflow-x-auto {
    overflow-x: auto;
  }

    .max-lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

    .max-lg\:pb-8 {
    padding-bottom: 2rem;
  }

    .max-lg\:pb-28 {
    padding-bottom: 7rem;
  }

    .max-lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

    .max-lg\:text-sm {
    font-size: 14px;
    line-height: 22px;
  }

    .max-lg\:text-\[19px\] {
    font-size: 19px;
  }

    .max-lg\:text-xs {
    font-size: 12px;
    line-height: 22px;
  }

    .max-lg\:leading-\[14px\] {
    line-height: 14px;
  }

    .max-lg\:shadow-\[0px_0px_6px_0px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
    --tw-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
    --tw-shadow-colored: 0px 0px 6px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media not all and (min-width: 768px) {

  .max-md\:mr-3 {
    margin-right: 0.75rem;
  }

  .max-md\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .max-md\:mt-2 {
    margin-top: 0.5rem;
  }

  .max-md\:w-full {
    width: 100%;
  }

  .max-md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .max-md\:text-\[12px\] {
    font-size: 12px;
  }

  .max-md\:text-xs {
    font-size: 12px;
    line-height: 22px;
  }
}

@media not all and (min-width: 640px) {

  .max-sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .max-sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 640px) {

  .sm\:relative {
    position: relative;
  }

  .sm\:top-\[6\%\] {
    top: 6%;
  }

  .sm\:right-\[49\%\] {
    right: 49%;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-\[46\%\] {
    width: 46%;
  }

  .sm\:w-\[160px\] {
    width: 160px;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

    .sm\:h3 {
        font-size:28px;
        line-height:40px;
    }

    .sm\:h4 {
        font-size:23px;
        line-height:32px;
    }


    @media (min-width: 1024px) {
         {
            font-size:40px;
            line-height:56px;
        }

        .sm\:h3 {
            font-size:33px;
            line-height:48px;
        }

         {
            font-size:33px;
            line-height:48px;
        }

        .sm\:h4 {
            font-size:28px;
            line-height:40px;
        }

         {
            font-size:19px;
            line-height:26px;
        }    
    }


    .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }


    .sm\:text-base {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

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

  .md\:mx-\[40px\] {
    margin-left: 40px;
    margin-right: 40px;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mt-15 {
    margin-top: 60px;
  }

  .md\:mb-7\.5 {
    margin-bottom: 30px;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

    .md\:container-fluid {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

    @media (min-width: 1024px) {

    .md\:container-fluid {
      padding-left: 5rem;
      padding-right: 5rem;
    }
  }

    .md\:grid {
    display: grid;
  }

    .md\:hidden {
    display: none;
  }

    .md\:w-\[280px\] {
    width: 280px;
  }

    .md\:w-\[35\%\] {
    width: 35%;
  }

    .md\:grow-0 {
    flex-grow: 0;
  }

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

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

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

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

    .md\:flex-row {
    flex-direction: row;
  }

    .md\:items-start {
    align-items: flex-start;
  }

    .md\:items-end {
    align-items: flex-end;
  }

    .md\:items-center {
    align-items: center;
  }

    .md\:justify-start {
    justify-content: flex-start;
  }

    .md\:justify-end {
    justify-content: flex-end;
  }

    .md\:justify-center {
    justify-content: center;
  }

    .md\:gap-5 {
    gap: 1.25rem;
  }

    .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

    .md\:gap-y-15 {
    row-gap: 60px;
  }

    .md\:self-start {
    align-self: flex-start;
  }

    .md\:self-end {
    align-self: flex-end;
  }

    .md\:self-center {
    align-self: center;
  }

    .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

    .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

    .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

    .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

    .md\:text-left {
    text-align: left;
  }

    .md\:text-center {
    text-align: center;
  }

    .md\:text-right {
    text-align: right;
  }

    .md\:text-base {
    font-size: 16px;
    line-height: 28px;
  }

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

@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-\[4\%\] {
    top: 4%;
  }

  .lg\:right-\[47\%\] {
    right: 47%;
  }

  .lg\:top-\[2px\] {
    top: 2px;
  }

  .lg\:-top-\[2px\] {
    top: -2px;
  }

  .lg\:-top-16 {
    top: -4rem;
  }

  .lg\:-top-8 {
    top: -2rem;
  }

  .lg\:top-4 {
    top: 1rem;
  }

  .lg\:bottom-16 {
    bottom: 4rem;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-\[600px\] {
    top: 600px;
  }

  .lg\:top-\[150px\] {
    top: 150px;
  }

  .lg\:top-full {
    top: 100%;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-auto {
    grid-column: auto;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-end-4 {
    grid-column-end: 4;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:mx-\[80px\] {
    margin-left: 80px;
    margin-right: 80px;
  }

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

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-7\.5 {
    margin-bottom: 30px;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-\[72px\] {
    margin-bottom: 72px;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mt-15 {
    margin-top: 60px;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-\[62px\] {
    margin-top: 62px;
  }

  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mb-15 {
    margin-bottom: 60px;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:block {
    display: block;
  }

  .lg\:\!block {
    display: block !important;
  }

  .lg\:flex {
    display: flex;
  }

    .lg\:container-fluid {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

    @media (min-width: 1024px) {

    .lg\:container-fluid {
      padding-left: 5rem;
      padding-right: 5rem;
    }
  }

    .lg\:grid {
    display: grid;
  }

    .lg\:hidden {
    display: none;
  }

    .lg\:h-auto {
    height: auto;
  }

    .lg\:h-\[100px\] {
    height: 100px;
  }

    .lg\:h-\[110px\] {
    height: 110px;
  }

    .lg\:h-15 {
    height: 60px;
  }

    .lg\:h-\[50px\] {
    height: 50px;
  }

    .lg\:h-\[90vh\] {
    height: 90vh;
  }

    .lg\:h-\[calc\(100vh_-_150px\)\] {
    height: calc(100vh - 150px);
  }

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

    .lg\:h-\[calc\(100\%_-_132px\)\] {
    height: calc(100% - 132px);
  }

    .lg\:h-\[70px\] {
    height: 70px;
  }

    .lg\:max-h-\[640px\] {
    max-height: 640px;
  }

    .lg\:max-h-full {
    max-height: 100%;
  }

    .lg\:w-1\/2 {
    width: 50%;
  }

    .lg\:w-\[20px\] {
    width: 20px;
  }

    .lg\:w-7\/12 {
    width: 58.333333%;
  }

    .lg\:w-5\/12 {
    width: 41.666667%;
  }

    .lg\:w-1\/4 {
    width: 25%;
  }

    .lg\:w-\[330px\] {
    width: 330px;
  }

    .lg\:w-auto {
    width: auto;
  }

    .lg\:w-1\/3 {
    width: 33.333333%;
  }

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

    .lg\:w-\[22\.25\%\] {
    width: 22.25%;
  }

    .lg\:w-\[16\.6\%\] {
    width: 16.6%;
  }

    .lg\:w-\[115px\] {
    width: 115px;
  }

    .lg\:w-\[40px\] {
    width: 40px;
  }

    .lg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

    .lg\:w-\[80\%\] {
    width: 80%;
  }

    .lg\:w-\[50\%\] {
    width: 50%;
  }

    .lg\:w-10 {
    width: 2.5rem;
  }

    .lg\:w-1\/5 {
    width: 20%;
  }

    .lg\:w-4\/5 {
    width: 80%;
  }

    .lg\:w-1\/6 {
    width: 16.666667%;
  }

    .lg\:w-5\/6 {
    width: 83.333333%;
  }

    .lg\:w-\[500px\] {
    width: 500px;
  }

    .lg\:w-\[20\%\] {
    width: 20%;
  }

    .lg\:w-\[12\.5\%\] {
    width: 12.5%;
  }

    .lg\:w-\[calc\(100\%_-_12\.50\%\)\] {
    width: calc(100% - 12.50%);
  }

    .lg\:w-4\/6 {
    width: 66.666667%;
  }

    .lg\:w-\[150px\] {
    width: 150px;
  }

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

    .lg\:w-\[14px\] {
    width: 14px;
  }

    .lg\:w-\[60px\] {
    width: 60px;
  }

    .lg\:w-2\/12 {
    width: 16.666667%;
  }

    .lg\:w-\[70px\] {
    width: 70px;
  }

    .lg\:w-3\/12 {
    width: 25%;
  }

    .lg\:min-w-\[40px\] {
    min-width: 40px;
  }

    .lg\:max-w-\[900px\] {
    max-width: 900px;
  }

    .lg\:max-w-\[350px\] {
    max-width: 350px;
  }

    .lg\:basis-\[65\%\] {
    flex-basis: 65%;
  }

    .lg\:basis-\[25\%\] {
    flex-basis: 25%;
  }

    .lg\:basis-1\/2 {
    flex-basis: 50%;
  }

    .lg\:basis-\[34\%\] {
    flex-basis: 34%;
  }

    .lg\:basis-\[66\%\] {
    flex-basis: 66%;
  }

    .lg\:-skew-x-3 {
    --tw-skew-x: -3deg;
    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\:skew-x-3 {
    --tw-skew-x: 3deg;
    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\:-skew-x-6 {
    --tw-skew-x: -6deg;
    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\:skew-x-6 {
    --tw-skew-x: 6deg;
    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\:transform-none {
    transform: none;
  }

    .lg\:h1 {
        font-size:40px;
        line-height:56px;
    }

    .lg\:h2 {
        font-size:33px;
        line-height:48px;
    }

    .lg\:h3 {
        font-size:28px;
        line-height:40px;
    }

    .lg\:h4 {
        font-size:23px;
        line-height:32px;
    }

    .lg\:h5 {
        font-size:19px;
        line-height:26px;
    }

    .lg\:h6 {
        font-size:16px;
        line-height:26px;
    }


    @media (min-width: 1024px) {
        .lg\:h1 {
            font-size:48px;
            line-height:64px;
        }

         {
            font-size:48px;
            line-height:64px;
        }

        .lg\:h2 {
            font-size:40px;
            line-height:56px;
        }

         {
            font-size:40px;
            line-height:56px;
        }

        .lg\:h3 {
            font-size:33px;
            line-height:48px;
        }

         {
            font-size:33px;
            line-height:48px;
        }

        .lg\:h4 {
            font-size:28px;
            line-height:40px;
        }

         {
            font-size:28px;
            line-height:40px;
        }

        .lg\:h5 {
            font-size:23px;
            line-height:32px;
        }

         {
            font-size:23px;
            line-height:32px;
        }

        .lg\:h6 {
            font-size:19px;
            line-height:26px;
        }    
    }


    .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, 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\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }


    .lg\:grid-cols-60\/40 {
    grid-template-columns: 60% 40%;
  }


    .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }


    .lg\:flex-row {
    flex-direction: row;
  }


    .lg\:flex-col {
    flex-direction: column;
  }


    .lg\:items-start {
    align-items: flex-start;
  }


    .lg\:items-end {
    align-items: flex-end;
  }


    .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-8 {
    gap: 2rem;
  }


    .lg\:gap-0 {
    gap: 0px;
  }


    .lg\:gap-7 {
    gap: 1.75rem;
  }


    .lg\:gap-5 {
    gap: 1.25rem;
  }


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


    .lg\:gap-2 {
    gap: 0.5rem;
  }


    .lg\:gap-3 {
    gap: 0.75rem;
  }


    .lg\:gap-10 {
    gap: 2.5rem;
  }


    .lg\:gap-\[15\%\] {
    gap: 15%;
  }


    .lg\:gap-12 {
    gap: 3rem;
  }


    .lg\:gap-6 {
    gap: 1.5rem;
  }


    .lg\:gap-32 {
    gap: 8rem;
  }


    .lg\:gap-7\.5 {
    gap: 30px;
  }


    .lg\:gap-1 {
    gap: 0.25rem;
  }


    .lg\:gap-y-0 {
    row-gap: 0px;
  }


    .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }


    .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }


    .lg\:gap-y-5 {
    row-gap: 1.25rem;
  }


    .lg\:gap-y-1 {
    row-gap: 0.25rem;
  }


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


    .lg\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }


    .lg\:self-start {
    align-self: flex-start;
  }


    .lg\:self-end {
    align-self: flex-end;
  }


    .lg\:border-0 {
    border-width: 0px;
  }


    .lg\:border {
    border-width: 1px;
  }


    .lg\:border-t {
    border-top-width: 1px;
  }


    .lg\:border-b-0 {
    border-bottom-width: 0px;
  }


    .lg\:border-silver {
    --tw-border-opacity: 1;
    border-color: rgb(197 198 204 / var(--tw-border-opacity));
  }


    .lg\:border-grey-100 {
    --tw-border-opacity: 1;
    border-color: rgb(227 227 227 / var(--tw-border-opacity));
  }


    .lg\:bg-transparent {
    background-color: transparent;
  }


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


    .lg\:p-0 {
    padding: 0px;
  }


    .lg\:p-5 {
    padding: 1.25rem;
  }


    .lg\:p-7\.5 {
    padding: 30px;
  }


    .lg\:p-7 {
    padding: 1.75rem;
  }


    .lg\:p-12 {
    padding: 3rem;
  }


    .lg\:p-\[50px\] {
    padding: 50px;
  }


    .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }


    .lg\:px-15 {
    padding-left: 60px;
    padding-right: 60px;
  }


    .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }


    .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }


    .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }


    .lg\:py-\[9px\] {
    padding-top: 9px;
    padding-bottom: 9px;
  }


    .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }


    .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }


    .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }


    .lg\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }


    .lg\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }


    .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }


    .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }


    .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }


    .lg\:py-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }


    .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }


    .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }


    .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }


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


    .lg\:pb-0 {
    padding-bottom: 0px;
  }


    .lg\:pt-10 {
    padding-top: 2.5rem;
  }


    .lg\:pr-15 {
    padding-right: 60px;
  }


    .lg\:pl-20 {
    padding-left: 5rem;
  }


    .lg\:pr-20 {
    padding-right: 5rem;
  }


    .lg\:pl-15 {
    padding-left: 60px;
  }


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


    .lg\:pl-\[68px\] {
    padding-left: 68px;
  }


    .lg\:pr-10 {
    padding-right: 2.5rem;
  }


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


    .lg\:pt-15 {
    padding-top: 60px;
  }


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


    .lg\:pr-\[80px\] {
    padding-right: 80px;
  }


    .lg\:pb-20 {
    padding-bottom: 5rem;
  }


    .lg\:pb-15 {
    padding-bottom: 60px;
  }


    .lg\:pl-24 {
    padding-left: 6rem;
  }


    .lg\:pl-32 {
    padding-left: 8rem;
  }


    .lg\:pl-5 {
    padding-left: 1.25rem;
  }


    .lg\:pt-6 {
    padding-top: 1.5rem;
  }


    .lg\:pt-20 {
    padding-top: 5rem;
  }


    .lg\:pl-8 {
    padding-left: 2rem;
  }


    .lg\:pt-8 {
    padding-top: 2rem;
  }


    .lg\:pt-9 {
    padding-top: 2.25rem;
  }


    .lg\:text-left {
    text-align: left;
  }


    .lg\:text-center {
    text-align: center;
  }


    .lg\:text-right {
    text-align: right;
  }


    .lg\:text-sm {
    font-size: 14px;
    line-height: 22px;
  }


    .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }


    .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }


    .lg\:text-\[33px\] {
    font-size: 33px;
  }


    .lg\:text-\[23px\] {
    font-size: 23px;
  }


    .lg\:text-\[12px\] {
    font-size: 12px;
  }


    .lg\:text-xs {
    font-size: 12px;
    line-height: 22px;
  }


    .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }


    .lg\:text-base {
    font-size: 16px;
    line-height: 28px;
  }


    .lg\:leading-\[48px\] {
    line-height: 48px;
  }


    .lg\:leading-\[32px\] {
    line-height: 32px;
  }


    .lg\:opacity-0 {
    opacity: 0;
  }


    .lg\:opacity-\[\.7\] {
    opacity: .7;
  }


    .lg\:opacity-\[0\] {
    opacity: 0;
  }


    .lg\:placeholder\:text-sm::-moz-placeholder {
    font-size: 14px;
    line-height: 22px;
  }


    .lg\:placeholder\:text-sm::placeholder {
    font-size: 14px;
    line-height: 22px;
  }


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


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


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


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


    .lg\:hover\:opacity-\[1\]:hover {
    opacity: 1;
  }


    .group\/sub-nav:hover .lg\:group-hover\/sub-nav\:flex {
    display: flex;
  }


    .group:hover .lg\:group-hover\:fill-gold {
    fill: #F6BC5E;
  }


    .group:hover .lg\:group-hover\:pt-\[68px\] {
    padding-top: 68px;
  }


    .group:hover .lg\:group-hover\:pt-15 {
    padding-top: 60px;
  }


    .group:hover .lg\:before\:group-hover\:opacity-100::before {
    content: var(--tw-content);
    opacity: 1;
  }
}

@media (min-width: 1280px) {

  .xl\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:w-1\/12 {
    width: 8.333333%;
  }

  .xl\:w-\[calc\(100\%_\+_20px\)\] {
    width: calc(100% + 20px);
  }

  .xl\:w-\[34\.5\%\] {
    width: 34.5%;
  }

  .xl\:w-\[31\%\] {
    width: 31%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:max-w-\[150px\] {
    max-width: 150px;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:px-15 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:pt-7\.5 {
    padding-top: 30px;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .xl\:pr-7\.5 {
    padding-right: 30px;
  }

  .xl\:pl-15 {
    padding-left: 60px;
  }

  .xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .xl\:text-base {
    font-size: 16px;
    line-height: 28px;
  }

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

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