/** Shopify CDN: Minification failed

Line 4736:24 Expected ":"

**/
/*
! tailwindcss v3.1.8 | 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: currentColor; /* 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

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

[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;
  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;
}

*,
::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: ;
}
.aspect-h-1 {
  --tw-aspect-h: 1;
}
.aspect-w-1 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}
.aspect-w-1 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-407 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 407;
}
.aspect-w-407 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-540 {
  --tw-aspect-h: 540;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.-top-20 {
  top: -5rem;
}
.top-20 {
  top: 5rem;
}
.right-14 {
  right: 3.5rem;
}
.bottom-14 {
  bottom: 3.5rem;
}
.bottom-\[50px\] {
  bottom: 50px;
}
.right-9 {
  right: 2.25rem;
}
.bottom-9 {
  bottom: 2.25rem;
}
.bottom-10 {
  bottom: 2.5rem;
}
.top-2 {
  top: 0.5rem;
}
.right-2 {
  right: 0.5rem;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-60 {
  z-index: 60;
}
.z-0 {
  z-index: 0;
}
.z-40 {
  z-index: 40;
}
.z-30 {
  z-index: 30;
}
.z-\[99\] {
  z-index: 99;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.m-auto {
  margin: auto;
}
.m-6 {
  margin: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[72px\] {
  margin-bottom: 72px;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mt-12 {
  padding-top: 3rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-0 {
  margin-top: 0rem;
}
.ml-\[18px\] {
  margin-left: 18px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mr-7 {
  margin-right: 1.75rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.ml-\[15px\] {
  margin-left: 15px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mr-20 {
  margin-right: 5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.ml-0 {
  margin-left: 0px;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mb-36 {
  margin-bottom: 9rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!hidden {
  display: none !important;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.aspect-407\/540 {
  aspect-ratio: 407 / 540;
}
.h-full {
  height: 100%;
}
.h-full-screen {
  min-height: 100vh;
}
.h-\[calc\(100vh-80px\)\] {
  height: calc(100vh - 80px);
}
.h-\[54px\] {
  height: 54px;
}
.h-\[18px\] {
  height: 18px;
}
.h-6 {
  height: 1.5rem;
}
.h-0 {
  height: 0px;
}
.h-\[25px\] {
  height: 25px;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-3 {
  height: 0.75rem;
}
.h-8 {
  height: 2rem;
}
.h-20 {
  height: 5rem;
}
.h-1\/2 {
  height: 50%;
}
.h-screen {
  height: 100vh;
}
.h-2 {
  height: 0.5rem;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[540px\] {
  height: 540px;
}
.h-5 {
  height: 1.25rem;
}
.h-7 {
  height: 1.75rem;
}
.h-14 {
  height: 3.5rem;
}
.h-10 {
  height: 2.5rem;
}
.h-24 {
  height: 6rem;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[77\.60vh\] {
  height: 77.6vh;
}
.h-16 {
  height: 4rem;
}
.min-h-\[87vh\] {
  min-height: 87vh;
}
.min-h-\[54px\] {
  min-height: 54px;
}
.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.w-full {
  width: 100%;
}
.w-\[37px\] {
  width: 37px;
}
.w-6 {
  width: 1.5rem;
}
.w-0 {
  width: 0px;
}
.w-\[99\%\] {
  width: 99%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[30px\] {
  width: 30px;
}
.w-8 {
  width: 2rem;
}
.w-\[90\%\] {
  width: 90%;
}
.w-48 {
  width: 12rem;
}
.w-navlogo-48 {
  max-width: 12rem;
  width: 100%;
}
.w-1\/4 {
  width: 25%;
}
.w-7 {
  width: 1.75rem;
}
.w-screen {
  width: 100vw;
}
.w-2 {
  width: 0.5rem;
}
.w-\[47px\] {
  width: 47px;
}
.w-4\/5 {
  width: 80%;
}
.w-9 {
  width: 2.25rem;
}
.w-9\/12 {
  width: 75%;
}
.w-\[calc\(100\%-44px\)\] {
  width: calc(100% - 44px);
}
.w-14 {
  width: 3.5rem;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-24 {
  width: 6rem;
}
.w-20 {
  width: 5rem;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-5 {
  width: 1.25rem;
}
.min-w-\[250px\] {
  min-width: 250px;
}
.min-w-\[56px\] {
  min-width: 56px;
}
.min-w-\[290px\] {
  min-width: 290px;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-\[50px\] {
  max-width: 50px;
}
.basis-5\/6 {
  flex-basis: 83.333333%;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-support {
  grid-template-columns: 1fr 0.5fr;
  grid-column-gap: 64px;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.5rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
.gap-x-20 {
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}
.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dotted {
  border-style: dotted;
}
.border-none {
  border-style: none;
}
.border-gray-darkest {
  --tw-border-opacity: 1;
  border-color: rgb(83 93 104 / var(--tw-border-opacity));
}
.border-gray-dark {
  --tw-border-opacity: 1;
  border-color: rgb(80 93 105 / var(--tw-border-opacity));
}
.border-gray-medium {
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-light {
  --tw-border-opacity: 1;
  border-color: rgb(214 224 232 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-concrete {
  --tw-border-opacity: 1;
  border-color: #d6e0e8;
}
.border-charcoal {
  --tw-border-opacity: 1;
  border-color: #2e2e2f;
}
.border-steel {
  --tw-border-opacity: 1;
  border-color: #505d69;
}
.border-sky {
  --tw-border-opacity: 1;
  border-color: #ebf2f8;
}
.border-b-gray-dark {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(80 93 105 / var(--tw-border-opacity));
}
.border-b-fennel {
  --tw-border-opacity: 1;
  border-bottom-color: #d8edca;
}
.border-b-earth {
  --tw-border-opacity: 1;
  border-bottom-color: #6c2301;
}
.border-b-concrete {
  --tw-border-opacity: 1;
  border-bottom-color: #d6e0e8;
}
.border-b-charcoal {
  --tw-border-opacity: 1;
  border-bottom-color: #2e2e2f;
}
.border-b-steel {
  --tw-border-opacity: 1;
  border-bottom-color: #505d69;
}
.border-b-sky {
  --tw-border-opacity: 1;
  border-bottom-color: #ebf2f8;
}
.border-t-earth {
  --tw-border-opacity: 1;
  border-top-color: #6c2301;
}
.border-t-concrete {
  --tw-border-opacity: 1;
  border-top-color: #d6e0e8;
}
.border-t-charcoal {
  --tw-border-opacity: 1;
  border-top-color: #2e2e2f;
}
.border-t-steel {
  --tw-border-opacity: 1;
  border-top-color: #505d69;
}
.border-t-sky {
  --tw-border-opacity: 1;
  border-top-color: #ebf2f8;
}
.border-t-gray-medium {
  --tw-border-opacity: 1;
  border-top-color: rgb(112 112 112 / var(--tw-border-opacity));
}
.border-t-charcoal {
  --tw-border-opacity: 1;
  border-top-color: #2e2e2f;
}
.bg-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgb(214 224 232 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-gray-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(80 93 105 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(224 204 108 / var(--tw-bg-opacity));
}
.bg-concrete {
  --tw-bg-opacity: 1;
  background-color: #d6e0e8;
}
.bg-charcoal {
  --tw-bg-opacity: 1;
  background-color: #2e2e2f;
}
.bg-steel {
  --tw-bg-opacity: 1;
  background-color: #505d69;
}
.bg-sky {
  --tw-bg-opacity: 1;
  background-color: #ebf2f8;
}
.bg-crab {
  --tw-bg-opacity: 1;
  background-color: #ff5b15;
}
.bg-peach {
  --tw-bg-opacity: 1;
  background-color: #ffe7c3;
}
.bg-daikon {
  --tw-bg-opacity: 1;
  background-color: #f4e2eb;
}
.bg-eggplant {
  --tw-bg-opacity: 1;
  background-color: #86214b;
}
.bg-oyster {
  --tw-bg-opacity: 1;
  background-color: #f3eee3;
}
.bg-earth {
  --tw-bg-opacity: 1;
  background-color: #6c2301;
}
.bg-fennel {
  --tw-bg-opacity: 1;
  background-color: #d8edca;
}
.bg-spinach {
  --tw-bg-opacity: 1;
  background-color: #294717;
}
.bg-gray-darker {
  --tw-bg-opacity: 1;
  background-color: rgb(114 129 142 / var(--tw-bg-opacity));
}
.bg-mustard-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(225 179 0 / var(--tw-bg-opacity));
}
.bg-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgb(214 224 232 / var(--tw-bg-opacity));
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-cover {
  background-size: cover;
}
.bg-\[length\:60\%\] {
  background-size: 60%;
}
.bg-contain {
  background-size: contain;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-origin-content {
  background-origin: content-box;
}
.fill-dark-yellow {
  fill: #e1b300;
}
.fill-black {
  fill: #000000;
}
.fill-gray-dark {
  fill: #505d69;
}
.fill-peach {
  fill: #ffe7c3;
}
.fill-crab {
  fill: #ff5b15;
}
.fill-daikon {
  fill: #f4e2eb;
}
.fill-eggplant {
  fill: #86214b;
}
.fill-oyster {
  fill: #f3eee3;
}
.fill-earth {
  fill: #6c2301;
}
.fill-fennel {
  fill: #d8edca;
}
.fill-spinach {
  fill: #294717;
}
.fill-charcoal {
  fill: #2e2e2f;
}
.fill-concrete {
  fill: #d6e0e8;
}
.fill-charcoal {
  fill: #2e2e2f;
}
.fill-steel {
  fill: #505d69;
}
.fill-sky {
  fill: #ebf2f8;
}
.fill-white {
  fill: #ffffff;
}
.fill-mustard-dark {
  fill: #e1b300;
}
.fill-green {
  fill: #2a4a1b;
}
.stroke-white {
  stroke: #ffffff;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.p-12 {
  padding: 3rem;
}
.p-14 {
  padding: 3.5rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-0 {
  padding: 0px;
}
.p-9 {
  padding: 2.25rem;
}
.p-5 {
  padding: 1.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.px-gem {
  padding-left: 24px;
  padding-right: 24px;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 075rem;
}
.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.pt-20 {
  padding-top: 5rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[370px\] {
  padding-bottom: 370px;
}
.pt-32 {
  padding-top: 8rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pt-\[144px\] {
  padding-top: 144px;
}
.pb-\[88px\] {
  padding-bottom: 88px;
}
.pl-24 {
  padding-left: 6rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pb-52 {
  padding-bottom: 13rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-56 {
  padding-bottom: 14rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-\[56px\] {
  padding-bottom: 56px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: end;
}
.font-avenir {
  font-family: Avenir, sans-serif;
}
.font-kansas {
  font-family: New-Kansas, sans-serif;
}
.font-avenir-bold {
  font-family: Avenir-Bold, sans-serif;
}
.font-avenir-medium {
  font-family: Avenir-Medium, sans-serif;
}
.\!font-avenir-bold {
  font-family: Avenir-Bold, sans-serif !important;
}
.text-xl {
  font-size: 50px;
  line-height: 111%;
}
.text-link {
  font-size: 18px;
  line-height: 21px;
}
.text-lg {
  font-size: 38px;
  line-height: 115%;
}
.text-base {
  font-size: 16px;
  line-height: 21px;
}
.text-md {
  font-size: 21px;
  line-height: 32px;
}
.text-heading-5 {
  font-size: 23px;
  line-height: 114%;
}
.text-sm {
  font-size: 14px;
  line-height: 16px;
}
.text-xs {
  font-size: 12px;
  line-height: 16px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[18px\] {
  font-size: 18px;
}
.font-normal {
  font-weight: 400;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-tight {
  line-height: 1.25;
}
.leading-normal {
  line-height: 1.5;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-8 {
  line-height: 2rem;
}
.tracking-widest {
  letter-spacing: 0.2em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widerer {
  letter-spacing: 0.1em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-peach {
  --tw-text-opacity: 1;
  color: #ffe7c3;
}
.text-crab {
  --tw-text-opacity: 1;
  color: #ff5b15;
}
.text-daikon {
  --tw-text-opacity: 1;
  color: #f4e2eb;
}
.text-eggplant {
  --tw-text-opacity: 1;
  color: #86214b;
}
.text-oyster {
  --tw-text-opacity: 1;
  color: #f3eee3;
}
.text-earth {
  --tw-text-opacity: 1;
  color: #6c2301;
}
.text-earth-important {
  color: #6c2301!important;
}
.text-fennel {
  --tw-text-opacity: 1;
  color: #d8edca;
}
.text-spinach {
  --tw-text-opacity: 1;
  color: #294717;
}
.text-concrete {
  --tw-text-opacity: 1;
  color: #d6e0e8;
}
.text-charcoal {
  --tw-text-opacity: 1;
  color: #2e2e2f;
}
.text-charcoal-important {
  --tw-text-opacity: 1;
  color: #2e2e2f!important;
}
.text-steel {
  --tw-text-opacity: 1;
  color: #505d69;
}
.text-sky {
  --tw-text-opacity: 1;
  color: #ebf2f8;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-dark {
  --tw-text-opacity: 1;
  color: rgb(80 93 105 / var(--tw-text-opacity));
}
.text-gray-darker {
  --tw-text-opacity: 1;
  color: rgb(114 129 142 / var(--tw-text-opacity));
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.no-underline {
  text-decoration-line: none;
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-25 {
  opacity: 0.25;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* visually hidden screen-reader text */
.screen-reader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#product-thumbnails .slick-current .js-image::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(80 93 105 / var(--tw-bg-opacity));
  opacity: 0.75;
}

#product-thumbnails-white .slick-current .js-image::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(80 93 105 / var(--tw-bg-opacity));
  opacity: 0.75;
}

#product-thumbnails-gray .slick-current .js-image::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(80 93 105 / var(--tw-bg-opacity));
  opacity: 0.75;
}

.slick-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -0.75rem;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
}

.slick-next {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -0.75rem;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
}

.slick-next.mobile {
  right: -32px !important;
}

.slick-prev.mobile {
  left: -32px !important;
}

.slick-next.article-arrow {
  right: -18px !important;
}

.slick-prev.article-arrow {
  left: -18px !important;
}

.slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: -45px;
  width: 100%;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots li button {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  border: 1px solid #707070;
  background-color: transparent;
  font-size: 0px;
}

.slick-dots .slick-active button {
  background-color: #72818e;
}

@media only screen and (min-width: 768px) {
  .slick-next.article-arrow {
    right: -40px !important;
  }

  .slick-prev.article-arrow {
    left: -40px !important;
  }
}

.slick-disabled {
  opacity: 0.5 !important;
}

/* default styling */

/* policy page text styling */

.default-page h1 {
  font-family: "New-Kansas", "sans-serif";
  font-size: 60px;
  line-height: 112%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.default-page h2 {
  font-family: "New-Kansas", "sans-serif";
  font-size: 45px;
  line-height: 112%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.default-page h3 {
  font-family: "New-Kansas", "sans-serif";
  font-size: 35px;
  line-height: 112%;
  margin-bottom: 18px;
  margin-top: 18px;
}

.default-page h4 {
  font-family: "New-Kansas", "sans-serif";
  font-size: 28px;
  line-height: 112%;
  margin-bottom: 16px;
  margin-top: 16px;
}

.default-page h5 {
  font-family: "New-Kansas", "sans-serif";
  font-size: 22px;
  line-height: 112%;
  margin-bottom: 16px;
  margin-top: 16px;
}

.default-page h6 {
  font-family: Avenir-Medium, sans-serif;
  font-size: 18px;
  line-height: 112%;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  text-transform: uppercase;
  margin-top: 16px;
}

.default-page p {
  font-family: "Avenir", "sans-serif";
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 16px;
}

.default-page ul,
.default-page li {
  font-family: "Avenir", "sans-serif";
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 16px;
}

.default-page li {
  list-style-type: circle;
  margin-left: 15px;
}

.default-page a {
  text-decoration: underline;
  font-family: Avenir-Bold, sans-serif;
}

.default-page strong {
  font-family: Avenir-Bold, sans-serif;
}

@media only screen and (max-width: 768px) {
  .default-page h1 {
    font-family: "New-Kansas", "sans-serif";
    font-size: 40px;
    line-height: 112%;
    margin-bottom: 20px;
  }

  .default-page h2 {
    font-family: "New-Kansas", "sans-serif";
    font-size: 34px;
    line-height: 112%;
    margin-bottom: 20px;
  }

  .default-page h3 {
    font-family: "New-Kansas", "sans-serif";
    font-size: 27px;
    line-height: 112%;
    margin-bottom: 18px;
  }

  .default-page h4 {
    font-family: "New-Kansas", "sans-serif";
    font-size: 22px;
    line-height: 112%;
    margin-bottom: 16px;
  }

  .default-page h5 {
    font-family: "New-Kansas", "sans-serif";
    font-size: 19px;
    line-height: 112%;
    margin-bottom: 16px;
  }

  .default-page h6 {
    font-family: Avenir-Medium, sans-serif;
    font-size: 18px;
    line-height: 112%;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    text-transform: uppercase;
  }

  .default-page p {
    font-family: "Avenir", "sans-serif";
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 16px;
  }

  .default-page ul, .default-page li {
    font-family: "Avenir", "sans-serif";
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 16px;
  }

  .default-page li {
    list-style-type: circle;
    margin-left: 12px;
  }

  .default-page a {
    text-decoration: underline;
    font-weight: bold;
  }
}

/* Data Opt Out styling */

.data-page h1 {
  font-family: "New-Kansas", "sans-serif";
  font-size: 60px;
  line-height: 112%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.data-page h2 {
  font-family: "New-Kansas", "sans-serif";
  font-size: 45px;
  line-height: 112%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.data-page h3 {
  font-family: "New-Kansas", "sans-serif";
  font-size: 35px;
  line-height: 112%;
  margin-bottom: 18px;
  margin-top: 18px;
}

.data-page h4 {
  font-family: "New-Kansas", "sans-serif";
  font-size: 28px;
  line-height: 112%;
  margin-bottom: 16px;
  margin-top: 16px;
}

.data-page h5 {
  font-family: "New-Kansas", "sans-serif";
  font-size: 22px;
  line-height: 112%;
  margin-bottom: 16px;
  margin-top: 16px;
}

.data-page h6 {
  font-family: Avenir-Medium, sans-serif;
  font-size: 18px;
  line-height: 112%;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  text-transform: uppercase;
  margin-top: 16px;
}

.data-page p {
  font-family: "Avenir", "sans-serif";
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 16px;
}

.data-page ul,
.data-page li {
  font-family: "Avenir", "sans-serif";
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 16px;
}

.data-page li {
  list-style-type: circle;
  margin-left: 15px;
}

.data-page a {
  text-decoration: underline;
  font-family: Avenir-Bold, sans-serif;
}

.data-page strong {
  font-family: Avenir-Medium, sans-serif;
}

@media only screen and (max-width: 768px) {
  .data-page h1 {
    font-family: "New-Kansas", "sans-serif";
    font-size: 40px;
    line-height: 112%;
    margin-bottom: 20px;
  }

  .data-page h2 {
    font-family: "New-Kansas", "sans-serif";
    font-size: 34px;
    line-height: 112%;
    margin-bottom: 20px;
  }

  .data-page h3 {
    font-family: "New-Kansas", "sans-serif";
    font-size: 27px;
    line-height: 112%;
    margin-bottom: 18px;
  }

  .data-page h4 {
    font-family: "New-Kansas", "sans-serif";
    font-size: 22px;
    line-height: 112%;
    margin-bottom: 16px;
  }

  .data-page h5 {
    font-family: "New-Kansas", "sans-serif";
    font-size: 19px;
    line-height: 112%;
    margin-bottom: 16px;
  }

  .data-page h6 {
    font-family: Avenir-Medium, sans-serif;
    font-size: 18px;
    line-height: 112%;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    text-transform: uppercase;
  }

  .data-page p {
    font-family: "Avenir", "sans-serif";
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 16px;
  }

  .data-page ul, .data-page li {
    font-family: "Avenir", "sans-serif";
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 16px;
  }

  .data-page li {
    list-style-type: circle;
    margin-left: 12px;
  }

  .data-page a {
    text-decoration: underline;
    font-weight: bold;
  }
}

/* feature section html content styles */

.feature-html-div {
  margin-bottom: 54px;
}

@media only screen and (min-width: 1024px) {
  .feature-html-div {
    margin-bottom: 72px;
  }
}

.link-one-flex {
  display: block;
  margin-right: 45px;
}

@media only screen and (min-width: 1024px) {
  .link-one-flex {
    display: block;
    margin-right: 100px;
  }
}

.feature-html-div:last-of-type {
  margin-bottom: 0 !important;
}

/* accordian styling */

.accordion-item-body {
  display: none;
  padding-bottom: 36px;
}

.accordion-item-body.active {
  display: block;
  transition: ease 0.1s;
}

.accordion-item-body a {
  margin-top: 36px;
}

.accordion-item-body p {
  font-size: 1rem;
  line-height: 20px;
  padding-bottom: 36px;
}

.accordion-item-body ul {
  list-style: disc !important;
  margin: 0 0 20px 40px;
}

.accordion-item-body ul li {
  font-size: 1rem;
  line-height: 1.25rem;
}

.accordion-item-body ol {
  list-style: decimal !important;
  margin: 0 0 20px 40px;
}

.accordion-item-body ul li {
  font-size: 1rem;
  line-height: 1.25rem;
}

.accordion-item-body table,
thead,
tbody,
tr,
th,
td {
  display: block;
  text-align: left;
}

td {
  padding-bottom: 36px;
  padding-right: 15px;
  font-family: "Avenir", "sans-serif";
}

td:before {
  float: left;
}

@media only screen and (min-width: 1024px) {
  .accordion-item-body table,
  thead,
  tbody,
  tr,
  th,
  td {
    display: inline-block;
  }
  td::before {
    float: none;
  }
}

.accordion-item-body.product-accordion p {
  padding-bottom: 5px;
}

.accordion-item-body.product-accordion p:last-of-type {
  padding-bottom: 36px;
}

.js-accordion-arrow.active {
  transform: rotate(180deg);
}

.accordion-item-border:last-of-type {
  border-bottom: 2px dotted black;
}

.accordion-item-body a {
  font-weight: semibold;
  text-decoration: underline;
  font-weight: 600;
}

/* slick override */
.related-articles-container {
  display: flex !important;
}

.article-content h1 {
  font-family: "New-Kansas", "sans-serif";
  font-size: 60px;
  line-height: 112%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.article-content h2 {
  font-family: "New-Kansas", "sans-serif";
  font-size: 45px;
  line-height: 112%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.article-content h3 {
  font-family: "New-Kansas", "sans-serif";
  font-size: 35px;
  line-height: 112%;
  margin-bottom: 18px;
  margin-top: 18px;
}

.article-content h4 {
  font-family: "New-Kansas", "sans-serif";
  font-size: 28px;
  line-height: 112%;
  margin-bottom: 16px;
  margin-top: 16px;
}

.article-content h5 {
  font-family: "New-Kansas", "sans-serif";
  font-size: 22px;
  line-height: 112%;
  margin-bottom: 16px;
  margin-top: 16px;
}

.article-content h6 {
  font-family: Avenir-Medium, sans-serif;
  font-size: 18px;
  line-height: 112%;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  text-transform: uppercase;
  margin-top: 16px;
}

.article-content p {
  font-family: "Avenir", "sans-serif";
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 16px;
}

.article-content ul,
.article-content li {
  font-family: "Avenir", "sans-serif";
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 16px;
}

.article-content li {
  list-style-type: circle;
  margin-left: 15px;
}

.article-content a {
  text-decoration: underline;
  font-family: Avenir-Bold, sans-serif;
}

.article-content strong {
  font-family: Avenir-Bold, sans-serif;
}

@media only screen and (max-width: 768px) {
  .article-content h1 {
    font-family: "New-Kansas", "sans-serif";
    font-size: 40px;
    line-height: 112%;
    margin-bottom: 20px;
  }

  .article-content h2 {
    font-family: "New-Kansas", "sans-serif";
    font-size: 34px;
    line-height: 112%;
    margin-bottom: 20px;
  }

  .article-content h3 {
    font-family: "New-Kansas", "sans-serif";
    font-size: 27px;
    line-height: 112%;
    margin-bottom: 18px;
  }

  .article-content h4 {
    font-family: "New-Kansas", "sans-serif";
    font-size: 22px;
    line-height: 112%;
    margin-bottom: 16px;
  }

  .article-content h5 {
    font-family: "New-Kansas", "sans-serif";
    font-size: 19px;
    line-height: 112%;
    margin-bottom: 16px;
  }

  .article-content h6 {
    font-family: Avenir-Medium, sans-serif;
    font-size: 18px;
    line-height: 112%;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    text-transform: uppercase;
  }

  .article-content p {
    font-family: "Avenir", "sans-serif";
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 16px;
  }

  .article-content ul,
  .article-content li {
    font-family: "Avenir", "sans-serif";
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 16px;
  }

  .article-content li {
    list-style-type: circle;
    margin-left: 12px;
  }

  .article-content a {
    text-decoration: underline;
    font-weight: bold;
  }
}

.article-content table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.article-content table tbody {
  width: 100%;
  vertical-align: top;
}

.article-content table tbody tr {
  width: 100%;
  vertical-align: top;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom-width: 1px;
  border-bottom-color: #2e2e2f;
}

.article-content table tbody td {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.article-content table tbody img {
  margin: 0 auto !important;
}

.td-left-sm {
  width: 28%;
}

.td-right-lg {
  width: 69%;
}

@media only screen and (max-width: 768px) {
  .article-content table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .article-content p {
    padding: 0 0;
  }
  .td-left-sm {
    width: 100%;
  }
  .td-right-lg {
    width: 100%;
  }
}

.article-content p:last-of-type {
  margin-bottom: 0;
}

.article-content blockquote {
  background-color: #294717;
  color: #ffffff;
  padding: 25px 35px;
  font-family: "Avenir", "sans-serif";
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 36px;
}

@media only screen and (max-width: 768px) {
  .article-content blockquote {
    font-size: 16px;
    padding: 15px 20px;
  }
}

.article-content blockquote p {
  padding: 0;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  font-family: "New-Kansas", "sans-serif";
}

.article-content img {
  margin: 40px auto !important;
  max-width: 100%;
}

.article-content ul {
  list-style: disc !important;
  margin: 0 0 20px 40px;
}

.article-content ul li {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "avenir";
}

.article-content ol {
  list-style: decimal !important;
  margin: 0 0 20px 40px;
}

.article-content ol li {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "avenir";
}

.article-content table {
  padding: 0 0;
}

@media only screen and (max-width: 768px) {
  .article-content table {
    padding: 0 0;
  }
}

.article-content iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.site-header-main-menu-list {
  position: relative;
}

.site-header-main-menu-list-dropdown {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 440px;
  padding: 20px;
  z-index: 1;
  top: 51px;
}

.site-header-main-menu-list
  .has-dropdown:hover
  .site-header-main-menu-list-dropdown {
  display: block;
}

/* footer styles */

.signup p,
.legal p {
  line-height: 20px !important;
}

/* hubspot newsletter form modal styling */
.footer form {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

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

.js-range-input {
  margin: auto;
  outline: none;
  padding: 0;
  height: 5px;
  background-color: #d8e0e7;
  border-radius: 10px;
  cursor: pointer;
  -webkit-appearance: none;
}

.js-range-input::-webkit-slider-runnable-track {
  box-shadow: none;
  border: none;
  background: transparent;
  -webkit-appearance: none;
}

.js-range-input::-webkit-slider-thumb {
  position: relative;
  height: 27px;
  width: 27px;
  border: 4px solid #72818e;
  background: #72818e;
  border-radius: 50px;
  -webkit-appearance: none;
}

.js-range-input::-moz-range-thumb {
  position: relative;
  height: 27px;
  width: 27px;
  border: 4px solid #72818e;
  background: #72818e;
  border-radius: 50px;
  -webkit-appearance: none;
}

.js-word {
  position: absolute;
  transition: all 0.4s ease-in;
  top: 80px;
  right: 0;
  opacity: 0;
}

.js-word.js-word-active {
  position: relative;
  top: 0;
  opacity: 1;
}

.js-word.js-word-past {
  top: -80px;
  opacity: 0;
}

.js-product-white.active {
  border: 1px solid #e1b300;
}

.js-product-gray.active {
  border: 1px solid #e1b300;
}

.opacity-65 {
  opacity: 0.65;
}

.site-header-main-menu-list
  .has-dropdown:focus
  .site-header-main-menu-list-dropdown {
  display: block;
}

.site-header-main-menu-list
  .has-dropdown:focus-within
  .site-header-main-menu-list-dropdown {
  display: block;
}

.remove-header {
  top: -80px;
}

.newsletter-field {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  width: 100%;
}

.lp_logo-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  max-width: 15rem;
  display: block;
  margin-bottom: 0.5rem;
}

.field__input {
  color: #2e2e2f;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-width: 0;
  background-color: transparent;
  display: inline-flex;
}

.field__input-page-search {
  color: #2e2e2f;
  padding-top: 0.5rem!important;
  padding-bottom: 0.5rem!important;
  padding-left: 1rem!important;
  padding-right: 1rem!important;
  border-width: 0;
  background-color: #EBF2F8!important;
  display: inline-flex;
  border-radius: 100px 0px 0px 100px!important;
}

/* Search Form CSS */
.field {
  border: 1px solid #2e2e2f;
  color: #2e2e2f;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.25rem;
  background-color: transparent;
  height: 54px;
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow .1s ease;
}

.field:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  margin: var(--inputs-border-width);
  outline: 0;
  --tw-ring-color: transparent;
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  line-height: calc(1 + 0.5 / 1.0);
  letter-spacing: 0.04rem;
}

.footer_field-input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: #ebf2f8;
  color: white;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0rem;
  padding-right: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  height: 54px;
  display: inline-flex;
}

.password_field-input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: #2e2e2f;
  color: #2e2e2f;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0rem;
  padding-right: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  height: 54px;
  display: inline-flex;
}

.field-input-primary {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: #2e2e2f;
  color: white;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0rem;
  padding-right: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  height: 54px;
  display: inline-flex;
}

.footer_field-input:placeholder-shown {
  color: #ebf2f8;
}

.footer_field-input::placeholder {
  color: #ebf2f8;
}

.field__input:placeholder-shown {
  color: rgb(46,46,47, 0.3);
}

.field__input:focus {
  border: 2px solid white;
}

.field__input-page-search:focus {
  border: 0px!important;
}

.footer_field-input:focus {
  border: 1px #ebf2f8;
}

/* popup */
#popup {
  display: inline-block;
  opacity: 0;
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 1px 20px 0.5em 0 rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-in-out;
}

#popup.hidden {
  display: none;
}
#popup.fade-in {
  opacity: 1;
}

.popup-dots li {
  list-style-type: disc;
}

@media only screen and (max-width: 767px) {
  .popup-dots li {
    list-style-type: none;
  }
}

@media only screen and (max-width: 450px) {
  #popup {
    height: 76vh;
  }
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none !important;
  display: none;
}

.no-scrollbars::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.placeholder\:font-avenir-medium::-moz-placeholder {
  font-family: Avenir-Medium, sans-serif;
}
.placeholder\:font-avenir-medium::placeholder {
  font-family: Avenir-Medium, sans-serif;
}
.placeholder\:tracking-wide::-moz-placeholder {
  letter-spacing: 0.025em;
}
.placeholder\:tracking-wide::placeholder {
  letter-spacing: 0.025em;
}
.placeholder\:text-black::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.placeholder\:text-black::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.placeholder\:text-earth::placeholder {
  --tw-text-opacity: 1;
  color: #6c2301;
}
.placeholder\:text-concrete::placeholder {
  --tw-text-opacity: 1;
  color: #d6e0e8;
}
.placeholder\:text-charcoal::placeholder {
  --tw-text-opacity: 1;
  color: #2e2e2f;
}
.placeholder\:text-steel::placeholder {
  --tw-text-opacity: 1;
  color: #505d69;
}
.placeholder\:text-sky::placeholder {
  --tw-text-opacity: 1;
  color: #ebf2f8;
}
.before\:block::before {
  content: var(--tw-content);
  display: block;
}
.before\:pt-\[41\.5\%\]::before {
  content: var(--tw-content);
  padding-top: 41.5%;
}
.before\:pt-\[56\.25\%\]::before {
  content: var(--tw-content);
  padding-top: 56.25%;
}
.before\:pt-\[52\%\]::before {
  content: var(--tw-content);
  padding-top: 52%;
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:bg-peach:hover {
  background-color: #ffe7c3;
}
.hover\:bg-crab:hover {
  background-color: #ff5b15;
}
.hover\:bg-daikon:hover {
  background-color: #f4e2eb;
}
.hover\:bg-eggplant:hover {
  background-color: #86214b;
}
.hover\:bg-oyster:hover {
  background-color: #f3eee3;
}
.hover\:bg-earth:hover {
  background-color: #6c2301;
}
.hover\:bg-fennel:hover {
  background-color: #d8edca;
}
.hover\:bg-spinach:hover {
  background-color: #294717;
}
.hover\:bg-concrete:hover {
  background-color: #d6e0e8;
}
.hover\:bg-white:hover {
  background-color: #ffffff;
}
.hover\:bg-charcoal:hover {
  background-color: #2e2e2f;
}
.hover\:bg-steel:hover {
  background-color: #505d69;
}
.hover\:bg-sky:hover {
  background-color: #ebf2f8;
}
.hover\:text-yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(224 204 108 / var(--tw-text-opacity));
}
.hover\:text-peach:hover {
  --tw-text-opacity: 1;
  color: #ffe7c3;
}
.hover\:text-crab:hover {
  --tw-text-opacity: 1;
  color: #ff5b15;
}
.hover\:text-daikon:hover {
  --tw-text-opacity: 1;
  color: #f4e2eb;
}
.hover\:text-eggplant:hover {
  --tw-text-opacity: 1;
  color: #86214b;
}
.hover\:text-oyster:hover {
  --tw-text-opacity: 1;
  color: #f3eee3;
}
.hover\:text-earth:hover {
  --tw-text-opacity: 1;
  color: #6c2301;
}
.hover\:text-fennel:hover {
  --tw-text-opacity: 1;
  color: #d8edca;
}
.hover\:text-spinach:hover {
  --tw-text-opacity: 1;
  color: #294717;
}
.hover\:text-concrete:hover {
  --tw-text-opacity: 1;
  color: #d6e0e8;
}
.hover\:text-charcoal:hover {
  --tw-text-opacity: 1;
  color: #2e2e2f;
}
.hover\:text-steel:hover {
  --tw-text-opacity: 1;
  color: #505d69;
}
.hover\:text-sky:hover {
  --tw-text-opacity: 1;
  color: #ebf2f8;
}
.hover\:border-concrete:hover {
  --tw-border-opacity: 1;
  border-color: #d6e0e8;
}
.hover\:border-steel:hover {
  --tw-border-opacity: 1;
  border-color: #505d69;
}
.focus\:top-0:focus {
  top: 0px;
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:border-earth:focus {
  border-color: #6c2301;
}
.focus\:border-concrete:focus {
  border-color: #d6e0e8;
}
.focus\:border-charcoal:focus {
  border-color: #2e2e2f;
}
.focus\:border-steel:focus {
  border-color: #505d69;
}
.focus\:border-sky:focus {
  border-color: #ebf2f8;
}
.focus\:text-yellow:focus {
  --tw-text-opacity: 1;
  color: rgb(224 204 108 / var(--tw-text-opacity));
}
.focus\:text-peach:focus {
  --tw-text-opacity: 1;
  color: #ffe7c3;
}
.focus\:text-crab:focus {
  --tw-text-opacity: 1;
  color: #ff5b15;
}
.focus\:text-daikon:focus {
  --tw-text-opacity: 1;
  color: #f4e2eb;
}
.focus\:text-eggplant:focus {
  --tw-text-opacity: 1;
  color: #86214b;
}
.focus\:text-oyster:focus {
  --tw-text-opacity: 1;
  color: #f3eee3;
}
.focus\:text-earth:focus {
  --tw-text-opacity: 1;
  color: #6c2301;
}
.focus\:text-fennel:focus {
  --tw-text-opacity: 1;
  color: #d8edca;
}
.focus\:text-spinach:focus {
  --tw-text-opacity: 1;
  color: #294717;
}
.focus\:text-concrete:focus {
  --tw-text-opacity: 1;
  color: #d6e0e8;
}
.focus\:text-charcoal:focus {
  --tw-text-opacity: 1;
  color: #2e2e2f;
}
.focus\:text-steel:focus {
  --tw-text-opacity: 1;
  color: #505d69;
}
.focus\:text-sky:focus {
  --tw-text-opacity: 1;
  color: #ebf2f8;
}
.focus\:ring-1: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(1px + 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-0: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);
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {
  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }
}
@media (min-width: 768px) {
  .md\:newsletter-field {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
    width: 100%;
  }

  .md\:-left-\[130px\] {
    left: -130px;
  }

  .md\:-bottom-\[200px\] {
    bottom: -200px;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

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

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

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

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

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

  .md\:m-0 {
    margin: 0px;
  }

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

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

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

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

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

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

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

  .md\:mb-36 {
    margin-bottom: 9rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

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

  .md\:-ml-9 {
    margin-left: -2.25rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:show {
    display: block;
  }

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

  .md\:h-20 {
    height: 5rem;
  }

  .md\:min-h-\[300px\] {
    min-height: 300px;
  }

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

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

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

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

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

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

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

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

  .md\:max-w-6xl {
    max-width: 72rem;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:basis-2\/5 {
    flex-basis: 40%;
  }

  .md\:basis-3\/5 {
    flex-basis: 60%;
  }

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

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

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

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

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

  .md\:grid-cols-support {
    grid-template-columns: 1fr 0.5fr;
    grid-column-gap: 64px;
  }

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

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

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

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

  .md\:gap-28 {
    gap: 7rem;
  }

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

  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:p-4 {
    padding: 1rem;
  }

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

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

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

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

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

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

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-96 {
    padding-top: 24rem;
  }

  .md\:pl-\[10\%\] {
    padding-left: 10%;
  }

  .md\:pr-\[20\%\] {
    padding-right: 20%;
  }

  .md\:pr-\[10\%\] {
    padding-right: 10%;
  }

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

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

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

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

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

  .md\:pt-40 {
    padding-top: 10rem;
  }

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

  .md\:pt-12 {
    padding-top: 3rem;
  }

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

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-44 {
    padding-bottom: 11rem;
  }

  .md\:pr-\[16\%\] {
    padding-right: 16%;
  }

  .md\:pb-52 {
    padding-bottom: 13rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pt-\[40px\] {
    padding-top: 40px;
  }

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

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

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

  .md\:text-md {
    font-size: 21px;
    line-height: 32px;
  }

  .md\:text-heading-5 {
    font-size: 28px;
    line-height: 114%;
  }

  .md\:text-xl {
    font-size: 75px;
    line-height: 112%;
  }

  .md\:text-lg {
    font-size: 60px;
    line-height: 113%;
  }

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

  .md\:text-sm {
    font-size: 14px;
    line-height: 16px;
  }

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

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

  .md\:before\:pt-\[100\%\]::before {
    content: var(--tw-content);
    padding-top: 100%;
  }
}
@media (min-width: 1024px) {
  .lg\:-bottom-\[350px\] {
    bottom: -350px;
  }

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

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

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

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

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

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

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-4\/6 {
    height: 66.666667%;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

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

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

  .lg\:min-h-screen {
    min-height: 100vh;
  }

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

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

  .lg\:w-16 {
    width: 4rem;
  }

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

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

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

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

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

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

  .lg\:basis-1\/6 {
    flex-basis: 16.666667%;
  }

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

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

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

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

  .lg\:gap-y-\[72px\] {
    row-gap: 72px;
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

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

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

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

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

  .lg\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:pl-\[20\%\] {
    padding-left: 20%;
  }

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

  .lg\:pr-16 {
    padding-right: 4rem;
  }

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

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

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

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pt-44 {
    padding-top: 11rem;
  }

  .lg\:pb-44 {
    padding-bottom: 11rem;
  }

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

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

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

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

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

  .lg\:pb-72 {
    padding-bottom: 18rem;
  }

  .lg\:text-md {
    font-size: 21px;
    line-height: 32px;
  }

  .lg\:text-xl {
    font-size: 48px;
    line-height: 53px;
  }

  .lg\:text-lg {
    font-size: 36px;
    line-height: 41px;
  }

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

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

  .lg\:text-link {
    font-size: 18px;
    line-height: 21px;
  }

  .lg\:leading-\[5rem\] {
    line-height: 5rem;
  }
}
@media (min-width: 1280px) {
  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:mt-28 {
    margin-top: 7rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:ml-14 {
    margin-left: 3.5rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:min-h-\[465px\] {
    min-height: 465px;
  }

  .xl\:w-0 {
    width: 0px;
  }

  .xl\:w-2\/6 {
    width: 33.333333%;
  }

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

  .xl\:max-w-screen-2xl {
    max-width: 1536px;
  }

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

  .xl\:gap-28 {
    gap: 7rem;
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

  .xl\:text-md {
    font-size: 21px;
    line-height: 32px;
  }

  .xl\:text-lg {
    font-size: 36px;
    line-height: 41px;
  }
}
@media (min-width: 1536px) {
  .\32xl\:-left-\[280px\] {
    left: -280px;
  }

  .\32xl\:mr-0 {
    margin-right: 0px;
  }

  .\32xl\:w-3\/4 {
    width: 75%;
  }

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

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

  .\32xl\:gap-x-9 {
    -moz-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .\32xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:pt-60 {
    padding-top: 15rem;
  }

  .\32xl\:pb-60 {
    padding-bottom: 15rem;
  }

  .\32xl\:text-lg {
    font-size: 36px;
    line-height: 41px;
  }

  .\32xl\:text-sm {
    font-size: 14px;
    line-height: 16px;
  }

  .\32xl\:text-xl {
    font-size: 48px;
    line-height: 53px;
  }

  .\32xl\:text-md {
    font-size: 21px;
    line-height: 32px;
  }
}
.blog-landing-articles {
  background-color: #ebf2f8;
}
.page-blogs {
  background-color: #ebf2f8;
}
.img-height-65 {
  height: 65vh;
}
.text-highlight-crab {
  background-color: rgba(255, 91, 21, 0.1);
  color: #ff5b15;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.text-highlight-steel {
  background-color: rgba(80, 93, 105, 0.1);
  color: #505d69;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.align-center {
  align-content: center;
}
.header__icon {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  display: block;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);ƒ
  word-wrap: normal !important;
}
.cart-count-bubble {
  position: absolute;
  background-color: #505d69;
  color: white;
  height: 1.1rem;
  width: 1.1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.85rem;
  bottom: 0.2rem;
  left: 1.4rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}
.header__icon--cart {
  position: relative;
}

.shopify-policy__container {
  padding-left: 20px !important;
  padding-right: 20px !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  max-width: 800px !important;
  width: 100% !important;
  display: flex !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.shopify-policy__title {
  padding-top: 8rem !important;
  width: 100% !important;
  font-family: New-Kansas, "sans-serif" !important;
  font-size: 75px !important;
  line-height: 112% !important;
}
.shopify-policy__body {
  width: 100% !important;
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

/* policy page text styling */

.shopify-policy__body h1 {
  font-family: "New-Kansas", "sans-serif";
  font-size: 60px;
  line-height: 112%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.shopify-policy__body h2 {
  font-family: "New-Kansas", "sans-serif";
  font-size: 45px;
  line-height: 112%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.shopify-policy__body h3 {
  font-family: "New-Kansas", "sans-serif";
  font-size: 35px;
  line-height: 112%;
  margin-bottom: 18px;
  margin-top: 18px;
}

.shopify-policy__body h4 {
  font-family: "New-Kansas", "sans-serif";
  font-size: 28px;
  line-height: 112%;
  margin-bottom: 16px;
  margin-top: 16px;
}

.shopify-policy__body h5 {
  font-family: "New-Kansas", "sans-serif";
  font-size: 22px;
  line-height: 112%;
  margin-bottom: 16px;
  margin-top: 16px;
}

.shopify-policy__body h6 {
  font-family: Avenir-Medium, sans-serif;
  font-size: 18px;
  line-height: 112%;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  text-transform: uppercase;
  margin-top: 16px;
}

.shopify-policy__body p {
  font-family: "Avenir", "sans-serif";
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 16px;
}

.shopify-policy__body ul,
.shopify-policy__body li {
  font-family: "Avenir", "sans-serif";
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 16px;
}

.shopify-policy__body li {
  list-style-type: circle;
  margin-left: 15px;
}

.shopify-policy__body a {
  text-decoration: underline;
  font-family: Avenir-Bold, sans-serif;
}

.shopify-policy__body strong {
  font-family: Avenir-Bold, sans-serif;
}

@media only screen and (max-width: 768px) {
  .shopify-policy__body h1 {
    font-family: "New-Kansas", "sans-serif";
    font-size: 40px;
    line-height: 112%;
    margin-bottom: 20px;
  }

  .shopify-policy__body h2 {
    font-family: "New-Kansas", "sans-serif";
    font-size: 34px;
    line-height: 112%;
    margin-bottom: 20px;
  }

  .shopify-policy__body h3 {
    font-family: "New-Kansas", "sans-serif";
    font-size: 27px;
    line-height: 112%;
    margin-bottom: 18px;
  }

  .shopify-policy__body h4 {
    font-family: "New-Kansas", "sans-serif";
    font-size: 22px;
    line-height: 112%;
    margin-bottom: 16px;
  }

  .shopify-policy__body h5 {
    font-family: "New-Kansas", "sans-serif";
    font-size: 19px;
    line-height: 112%;
    margin-bottom: 16px;
  }

  .shopify-policy__body h6 {
    font-family: Avenir-Medium, sans-serif;
    font-size: 18px;
    line-height: 112%;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    text-transform: uppercase;
  }

  .shopify-policy__body p {
    font-family: "Avenir", "sans-serif";
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 16px;
  }

  .shopify-policy__body ul,
  .shopify-policy__body li {
    font-family: "Avenir", "sans-serif";
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 16px;
  }

  .shopify-policy__body li {
    list-style-type: circle;
    margin-left: 12px;
  }

  .shopify-policy__body a {
    text-decoration: underline;
    font-weight: bold;
  }

  .shopify-policy__title {
    padding-top: 4rem !important;
    font-size: 50px !important;
    line-height: 111% !important;
    text-align: left !important;
  }
  .shopify-policy__body {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
.text-right {
  text-align: right;
}
.cart_progress {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-end;
  align-items: flex-end;
  margin-top: 1.5rem;
  text-align: right;
}
.cart_progress-bar {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
progress {
  border-radius: 4px;
  height: 20px;
  margin-top: 2px;
  margin-left: 5px;
  margin-right: 5px;
}
progress::-webkit-progress-bar {
  background-color: rgba(80, 93, 105, 0.12);
  border-radius: 4px;
}
progress::-webkit-progress-value {
  background-color: #505d69;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .cart_progress {
    align-content: center;
    align-items: center;
    text-align: center;
  }
}

/* Header Localization Styling */

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}
html.no-js .no-js-hidden {
  display: none !important;
}
.tax-note a {
  text-decoration: underline;
}
.faq_category-wrap {
  gap: 1.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 768px) {
.md\:faq_category-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  display: grid;
  width: 100%;
}
}
.faq_category-item {
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-width: 1px;
  border-color: #2e2e2f;
  background-color: rgba(46, 46, 47, 0);
}
.hover\:faq_category-item:hover {
  background-color: rgba(46, 46, 47, 0.08);
}
.faq_category-img {
  width: 8rem;
  height: 8rem;
  padding-bottom: 0.75rem;
}
.trustshop-review-wrap button {
  padding: 10px!important;
}
.trustshop-image-review--list {
  max-width: none!important;
}
.wrap__button--unbranded__gPOrdAaETq .shopify-payment-button div {
  text-transform: uppercase;
  border-radius: 8px;
}
.disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 767px) {
  .page-link {
    display: none;
  }
  
  .pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
}
@media (min-width: 768px) {
.page-link {
  display: block;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
}
._hj-widget-container ._hj-n5JRY__styles__openStateButtonToggle {
  height: 29px!important;
}
._hj-widget-container ._hj-WIlMg__styles__buttonToggleMiddleRight {
  transform: rotate(-90deg) translateY(-15.5px)!important;
}
.css-cgid1n {
  height: 21px!important;
}
.css-1xi4v5y {
  width: 0.8em!important;
  height: 0.8em!important;
}
.css-9yw7j7 {
  font-size: 0.8em!important;
  text-transform: uppercase!important;
  letter-spacing: 0.5px!important;
}

.css-ct59r3.css-ct59r3 {
  height: 30px!important;
  padding: 0px 12px!important;
  margin-left: 0px!important;
}

.css-g6qtas.css-g6qtas {
  height: 30px!important;
  top: -30px!important;
  padding: 0px 12px!important;
  margin-left: 0px!important;
}

@media screen and (min-width: 650px) {
  .css-ct59r3.css-ct59r3 {
  top: -30px!important;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  padding-right: 0.8rem;
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(18, 18, 18);
}

.header__icon span {
  height: 100%;
}

.header__icon .svg-wrapper {
  width: 44px;
  height: 44px;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 1.5rem;
  width: 1.5rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 2.5rem;
  width: 2.5rem;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  margin-right: 0.5rem;
}

.header__icon--menu[aria-expanded='true']::before {
  content: '';
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(18, 18, 18, 0.5);
}

.header__icon--account shop-user-avatar {
  --shop-avatar-size: 2.8rem;
}

details .header__icon-close {
  display: none;
}

details[open] .header__icon-close {
  display: inline-block;
}

account-icon {
  display: flex;
}


/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icons;
  justify-self: start;
}

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.header:not(.header--has-menu) * > .header__search {

}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(18, 18, 18, 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(18, 18, 18, 0.08);
  min-height: calc(100% + 0px + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: 1;
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((0px / 2));
}

.search-modal__content-top {
  top: calc((0px / 2));
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Details */
details > * {
  box-sizing: border-box;
}

/* Details | Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

header-menu > details,
details-disclosure > details {
  position: relative;
}