/** Shopify CDN: Minification failed

Line 7481:3 Expected identifier but found "@media"
Line 7502:2 Unexpected "{"
Line 7573:0 Unexpected "}"

**/
/* ======= */
/* tailwind layers */
/* ! tailwindcss v3.3.6 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: 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;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],input:where(:not([type])),[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, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-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],[size]:where(select:not([size="1"])) {
  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");
}
@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[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");
}
@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[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;
}
@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[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;
}
body {
    background-color: var(--color__bg-body-light);
    color: var(--ll-dark-gray);
  }
/* body */
html,
  body {
    font-family: "proxima-nova", sans-serif;
    font-family: mundial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--ll-non-black);
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
  }
/* headlines */
h1,
  .h1,
  h1 > * {
    font-family: "din-condensed", "proxima-nova", sans-serif;
    text-transform: uppercase;
    font-family: the-seasons,Georgia,serif;
    text-transform: capitalize;
  }
h2,
  .h2,
  h2 > * {
    font-family: "din-condensed", "proxima-nova", sans-serif;
    font-family: mundial, sans-serif;
    text-transform: uppercase;
    font-family: the-seasons,Georgia,serif;
    text-transform: capitalize;
  }
h3,
  .h3,
  h3 > * {
    font-family: "din-condensed", "proxima-nova", sans-serif;
    font-family: the-seasons,Georgia,serif;
    text-transform: uppercase;
    text-transform: capitalize;
    font-size: clamp(1.5rem,.833vw + 1.313rem,2.25rem);
  }
h4,
  .h4,
  h4 > * {
    font-family: "proxima-nova", sans-serif;
    font-family: mundial, sans-serif;
  }
h5,
  .h5,
  h5 > * {
    font-family: "proxima-nova", sans-serif;
    font-family: mundial, sans-serif;
  }
h6,
  .h6,
  h6 > * {
    font-family: "proxima-nova", sans-serif;
    font-family: mundial, sans-serif;
  }
.hoopstr-font {
    font-family: "ledge-hoopstr" !important;
  }
label {
  cursor: pointer;
}
/* links  */
a {
  text-underline-offset: 1px;
}
a:hover {
  text-decoration-line: underline;
}
a:focus {
      /* @apply border--focus; */
    }
a:hover i {
    display: inline-block !important;
    text-decoration: none !important;
  }
#quick-add-warning a {
    text-decoration: underline;
  }
#quick-add-warning a:hover {
      color: var(--ll-deep-end);
    }
/* Breadcrumb Specific Links */
nav.breadcrumb__nav a {
    text-decoration: underline;
  }
nav.breadcrumb__nav a:hover {
      color: var(--ll-deep-end);
    }
/* font weight */
strong {
    font-weight: bold;
  }
/* mark tag for search query highlight */
mark {
    background: none;
    font-weight: bold;
  }
/* Labels */
label {
  display: flex !important;
}
/* basic inputs */
input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="number"],
  input[type="url"],
  input[type="date"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="search"],
  input[type="tel"],
  select,
  select[multiple],
  textarea {
  min-height: 44px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
    background-color: var(--color__bg-overlay-light-1);
    border-color: var(--color__border-divider-light-2);
    border-width: var(--sizes-border-width);
    border-radius: var(--sizes-border-input-radius);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, select::-moz-placeholder, select[multiple]::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 0.5;
    color: var(--ll-dark-gray);
}
input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="email"]::placeholder, input[type="number"]::placeholder, input[type="url"]::placeholder, input[type="date"]::placeholder, input[type="datetime-local"]::placeholder, input[type="month"]::placeholder, input[type="week"]::placeholder, input[type="time"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, select::placeholder, select[multiple]::placeholder, textarea::placeholder {
  opacity: 0.5;
    color: var(--ll-dark-gray);
}
input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="url"]:hover, input[type="date"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="week"]:hover, input[type="time"]:hover, input[type="search"]:hover, input[type="tel"]:hover, select:hover, select[multiple]:hover, textarea:hover {
    border-color: var(--color__border-selected-light-1);
  }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="search"]:focus, input[type="tel"]:focus, select:focus, select[multiple]:focus, textarea:focus {
    background-color: var(--color__bg-body-light);
    border-color: var(--color__border-divider-light-2);
    box-shadow:
      var(--color__bg-body-light) 0px 0px 0px 2px,
      var(--color__border-selected-light-1) 0px 0px 0px 4px;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
/* Forms App Labels */
div.globo-formbuilder label {
  margin-bottom: 1rem !important;
  display: flex !important;
}
div.globo-formbuilder label * {
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(0 21 69 / var(--tw-text-opacity)) !important;
      font-size: 18px !important;
      line-height: 1.3 !important;
}
div.globo-formbuilder label .text-danger {
  order: -9999 !important;
  padding-right: 0.25rem;
  --tw-text-opacity: 1 !important;
  color: rgb(235 21 21 / var(--tw-text-opacity)) !important;
}
/* checkboxes and radios */
input[type="checkbox"] {
  cursor: pointer;
    background-color: var(--color__bg-overlay-light-1);
    color: var(--ll-dark-gray);
    border-color: var(--color__border-divider-light-2);
    border-width: var(--sizes-border-width);
}
input[type="checkbox"]:checked {
  background-color: currentColor !important;
}
input[type="checkbox"]:hover {
    border-color: var(--color__border-selected-light-1);
  }
input[type="checkbox"]:focus {
    border-color: var(--color__border-divider-light-2);
    box-shadow:
      var(--color__bg-body-light) 0px 0px 0px 2px,
      var(--color__border-selected-light-1) 0px 0px 0px 4px;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
input[type="radio"] {
  cursor: pointer;
  border-radius: 9999px;
    background-color: var(--color__bg-overlay-light-1);
    color: var(--ll-dark-gray);
    border-color: var(--color__border-divider-light-2);
    border-width: var(--sizes-border-width);
}
input[type="radio"]:checked {
  background-color: currentColor !important;
}
input[type="radio"]:hover {
    border-color: var(--color__border-selected-light-1);
  }
input[type="radio"]:focus {
    border-color: var(--color__border-divider-light-2);
    box-shadow:
      var(--color__bg-body-light) 0px 0px 0px 2px,
      var(--color__border-selected-light-1) 0px 0px 0px 4px;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
button:hover {
  }
button:focus {
    /* @apply border--focus; */
  }
input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 24px;
    height: 24px;
    -webkit-appearance: none;
  }
img {
  position: relative;
}
img:after {
  display: none;
  align-items: center;
  justify-content: center;
    color: var(--ll-dark-gray);
}
@media (min-width: 768px) {
  img:after {
    position: absolute;
    top: 0px;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    white-space: normal;
    padding: 1rem;
    text-align: center;
  }
}
img:after {
    content: "" attr(alt) !important;
  }
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.\!fixed {
  position: fixed !important;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.\!sticky {
  position: sticky !important;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.\!top-4 {
  top: 1rem !important;
}
.-left-3 {
  left: -0.75rem;
}
.-right-3 {
  right: -0.75rem;
}
.-right-\[1px\] {
  right: -1px;
}
.-top-3 {
  top: -0.75rem;
}
.-top-\[4px\] {
  top: -4px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1\/2 {
  bottom: 50%;
}
.bottom-12 {
  bottom: 3rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-\[50\%\] {
  bottom: 50%;
}
.bottom-\[50px\] {
  bottom: 50px;
}
.bottom-\[8px\] {
  bottom: 8px;
}
.bottom-auto {
  bottom: auto;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-4 {
  left: 1rem;
}
.left-8 {
  left: 2rem;
}
.left-\[10\%\] {
  left: 10%;
}
.left-\[10px\] {
  left: 10px;
}
.left-\[16px\] {
  left: 16px;
}
.left-\[20px\] {
  left: 20px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.right-8 {
  right: 2rem;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[50\%\] {
  right: 50%;
}
.right-auto {
  right: auto;
}
.right-full {
  right: 100%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-12 {
  top: 3rem;
}
.top-2 {
  top: 0.5rem;
}
.top-4 {
  top: 1rem;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[16px\] {
  top: 16px;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[48\%\] {
  top: 48%;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[89\%\] {
  top: 89%;
}
.top-auto {
  top: auto;
}
.\!z-10 {
  z-index: 10 !important;
}
.\!z-20 {
  z-index: 20 !important;
}
.-z-10 {
  z-index: -10;
}
.-z-\[1\] {
  z-index: -1;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[12\] {
  z-index: 12;
}
.z-\[1\] {
  z-index: 1;
}
.order-1 {
  order: 1;
}
.order-10 {
  order: 10;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-last {
  order: 9999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-4 {
  grid-column-start: 4;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-span-3 {
  grid-row: span 3 / span 3;
}
.row-span-4 {
  grid-row: span 4 / span 4;
}
.row-span-5 {
  grid-row: span 5 / span 5;
}
.row-span-6 {
  grid-row: span 6 / span 6;
}
.\!m-0 {
  margin: 0px !important;
}
.m-0 {
  margin: 0px;
}
.m-4 {
  margin: 1rem;
}
.m-\[12px\] {
  margin: 12px;
}
.m-auto {
  margin: auto;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-\[20px\] {
  margin-left: 20px;
  margin-right: 20px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-1 {
  margin-bottom: 0.25rem !important;
}
.\!mb-2 {
  margin-bottom: 0.5rem !important;
}
.\!mb-\[40px\] {
  margin-bottom: 40px !important;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mr-10 {
  margin-right: -2.5rem;
}
.-mr-12 {
  margin-right: -3rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mr-6 {
  margin-right: -1.5rem;
}
.-mr-8 {
  margin-right: -2rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[26px\] {
  margin-top: 26px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.\!inline-block {
  display: inline-block !important;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}
.aspect-\[1\\\/1\] {
  aspect-ratio: 1\/1;
}
.aspect-\[2\/3\] {
  aspect-ratio: 2/3;
}
.aspect-\[2\\\/3\] {
  aspect-ratio: 2\/3;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.\!h-6 {
  height: 1.5rem !important;
}
.\!h-8 {
  height: 2rem !important;
}
.\!h-\[24px\] {
  height: 24px !important;
}
.\!h-\[32px\] {
  height: 32px !important;
}
.\!h-\[44px\] {
  height: 44px !important;
}
.\!h-\[88px\] {
  height: 88px !important;
}
.h-0 {
  height: 0px;
}
.h-1 {
  height: 0.25rem;
}
.h-1\/2 {
  height: 50%;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-60 {
  height: 15rem;
}
.h-8 {
  height: 2rem;
}
.h-96 {
  height: 24rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[105px\] {
  height: 105px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[125px\] {
  height: 125px;
}
.h-\[128px\] {
  height: 128px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[156px\] {
  height: 156px;
}
.h-\[168px\] {
  height: 168px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[204px\] {
  height: 204px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[230px\] {
  height: 230px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[272px\] {
  height: 272px;
}
.h-\[290px\] {
  height: 290px;
}
.h-\[30\%\] {
  height: 30%;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[336px\] {
  height: 336px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[352px\] {
  height: 352px;
}
.h-\[360px\] {
  height: 360px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[40\%\] {
  height: 40%;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[45\%\] {
  height: 45%;
}
.h-\[50\%\] {
  height: 50%;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[70\%\] {
  height: 70%;
}
.h-\[70vh\] {
  height: 70vh;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[80\%\] {
  height: 80%;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[95\%\] {
  height: 95%;
}
.h-\[96px\] {
  height: 96px;
}
.h-\[inherit\] {
  height: inherit;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.\!max-h-max {
  max-height: -moz-max-content !important;
  max-height: max-content !important;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[100vh\] {
  max-height: 100vh;
}
.max-h-\[128px\] {
  max-height: 128px;
}
.max-h-\[150px\] {
  max-height: 150px;
}
.max-h-\[208px\] {
  max-height: 208px;
}
.max-h-\[218px\] {
  max-height: 218px;
}
.max-h-\[24px\] {
  max-height: 24px;
}
.max-h-\[256px\] {
  max-height: 256px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[30px\] {
  max-height: 30px;
}
.max-h-\[328px\] {
  max-height: 328px;
}
.max-h-\[32px\] {
  max-height: 32px;
}
.max-h-\[35px\] {
  max-height: 35px;
}
.max-h-\[380px\] {
  max-height: 380px;
}
.max-h-\[38px\] {
  max-height: 38px;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[477px\] {
  max-height: 477px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[50vh\] {
  max-height: 50vh;
}
.max-h-\[550px\] {
  max-height: 550px;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.max-h-\[64px\] {
  max-height: 64px;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[75vh\] {
  max-height: 75vh;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.max-h-full {
  max-height: 100%;
}
.max-h-screen {
  max-height: 100vh;
}
.\!min-h-0 {
  min-height: 0px !important;
}
.\!min-h-\[38px\] {
  min-height: 38px !important;
}
.\!min-h-max {
  min-height: -moz-max-content !important;
  min-height: max-content !important;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.min-h-\[130px\] {
  min-height: 130px;
}
.min-h-\[16px\] {
  min-height: 16px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[275px\] {
  min-height: 275px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[323px\] {
  min-height: 323px;
}
.min-h-\[328px\] {
  min-height: 328px;
}
.min-h-\[350px\] {
  min-height: 350px;
}
.min-h-\[450px\] {
  min-height: 450px;
}
.min-h-\[550px\] {
  min-height: 550px;
}
.min-h-\[650px\] {
  min-height: 650px;
}
.min-h-\[90px\] {
  min-height: 90px;
}
.min-h-\[\] {
  min-height: ;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-12 {
  width: 3rem !important;
}
.\!w-6 {
  width: 1.5rem !important;
}
.\!w-8 {
  width: 2rem !important;
}
.\!w-\[24px\] {
  width: 24px !important;
}
.\!w-\[32px\] {
  width: 32px !important;
}
.\!w-\[44px\] {
  width: 44px !important;
}
.\!w-\[88px\] {
  width: 88px !important;
}
.\!w-auto {
  width: auto !important;
}
.\!w-full {
  width: 100% !important;
}
.\!w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}
.w-0 {
  width: 0px;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/4 {
  width: 50%;
}
.w-2\/5 {
  width: 40%;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/12 {
  width: 25%;
}
.w-3\/5 {
  width: 60%;
}
.w-4 {
  width: 1rem;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-4\/5 {
  width: 80%;
}
.w-5 {
  width: 1.25rem;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-6\/12 {
  width: 50%;
}
.w-60 {
  width: 15rem;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-8 {
  width: 2rem;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-9\/12 {
  width: 75%;
}
.w-\[105px\] {
  width: 105px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[156px\] {
  width: 156px;
}
.w-\[174px\] {
  width: 174px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[200\%\] {
  width: 200%;
}
.w-\[208px\] {
  width: 208px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[230px\] {
  width: 230px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[25vw\] {
  width: 25vw;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[312px\] {
  width: 312px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[54px\] {
  width: 54px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[80px\] {
  width: 80px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-min {
  width: -moz-min-content;
  width: min-content;
}
.w-screen {
  width: 100vw;
}
.\!min-w-0 {
  min-width: 0px !important;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[160px\] {
  min-width: 160px;
}
.min-w-\[240px\] {
  min-width: 240px;
}
.min-w-\[250px\] {
  min-width: 250px;
}
.min-w-\[256px\] {
  min-width: 256px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[312px\] {
  min-width: 312px;
}
.min-w-\[320px\] {
  min-width: 320px;
}
.min-w-\[60px\] {
  min-width: 60px;
}
.min-w-full {
  min-width: 100%;
}
.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}
.\!max-w-\[1680px\] {
  max-width: 1680px !important;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[100vw\] {
  max-width: 100vw;
}
.max-w-\[1024px\] {
  max-width: 1024px;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[1140px\] {
  max-width: 1140px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-\[1288px\] {
  max-width: 1288px;
}
.max-w-\[12rem\] {
  max-width: 12rem;
}
.max-w-\[130px\] {
  max-width: 130px;
}
.max-w-\[1400px\] {
  max-width: 1400px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[1600px\] {
  max-width: 1600px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[1680px\] {
  max-width: 1680px;
}
.max-w-\[1800px\] {
  max-width: 1800px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[204px\] {
  max-width: 204px;
}
.max-w-\[216px\] {
  max-width: 216px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[256px\] {
  max-width: 256px;
}
.max-w-\[285px\] {
  max-width: 285px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[45\%\] {
  max-width: 45%;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[60px\] {
  max-width: 60px;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-\[80rem\] {
  max-width: 80rem;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-prose {
  max-width: 65ch;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.grow-\[7\] {
  flex-grow: 7;
}
.basis-0 {
  flex-basis: 0px;
}
.basis-\[10\%\] {
  flex-basis: 10%;
}
.origin-bottom-left {
  transform-origin: bottom left;
}
.origin-top-left {
  transform-origin: top left;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-8 {
  --tw-translate-x: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-20 {
  --tw-translate-y: -5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-4 {
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-24 {
  --tw-translate-x: 6rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-8 {
  --tw-translate-x: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[100\%\] {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-8 {
  --tw-translate-y: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[50\%\] {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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 ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.resize {
  resize: both;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-center {
  scroll-snap-align: center;
}
.\!list-inside {
  list-style-position: inside !important;
}
.\!list-outside {
  list-style-position: outside !important;
}
.\!list-disc {
  list-style-type: disc !important;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-center {
  align-content: center;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.\!gap-2 {
  gap: 0.5rem !important;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[21px\] {
  gap: 21px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[7px\] {
  gap: 7px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-\[40px\] {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-y-0\.5 {
  row-gap: 0.125rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-\[40px\] {
  row-gap: 40px;
}
.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10rem * var(--tw-space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[16px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.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-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-\[16px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.space-y-\[8px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}
.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}
.divide-ll-blue > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 21 69 / var(--tw-divide-opacity));
}
.divide-ll-light-gray > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(230 231 232 / var(--tw-divide-opacity));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.\!rounded-\[4px\] {
  border-radius: 4px !important;
}
.\!rounded-full {
  border-radius: 9999px !important;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.\!rounded-l-\[4px\] {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.\!rounded-l-none {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.\!rounded-r-\[4px\] {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.\!rounded-r-none {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.rounded-b-\[4px\] {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-t-\[4px\] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}
.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-tl-none {
  border-top-left-radius: 0px;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.rounded-tr-none {
  border-top-right-radius: 0px;
}
.\!border {
  border-width: 1px !important;
}
.\!border-0 {
  border-width: 0px !important;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.\!border-x-0 {
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}
.\!border-b-0 {
  border-bottom-width: 0px !important;
}
.\!border-l-0 {
  border-left-width: 0px !important;
}
.\!border-r-0 {
  border-right-width: 0px !important;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-b-\[6px\] {
  border-bottom-width: 6px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.\!border-solid {
  border-style: solid !important;
}
.border-solid {
  border-style: solid;
}
.\!border-none {
  border-style: none !important;
}
.\!border-ll-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 21 69 / var(--tw-border-opacity)) !important;
}
.\!border-ll-dark-gray {
  --tw-border-opacity: 1 !important;
  border-color: rgb(77 78 80 / var(--tw-border-opacity)) !important;
}
.\!border-ll-dark-gray-40 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(166 163 165 / var(--tw-border-opacity)) !important;
}
.\!border-ll-dark-gray-80 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(104 102 104 / var(--tw-border-opacity)) !important;
}
.\!border-ll-light-gray {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 231 232 / var(--tw-border-opacity)) !important;
}
.\!border-ll-non-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(34 35 35 / var(--tw-border-opacity)) !important;
}
.\!border-rose-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 63 94 / var(--tw-border-opacity)) !important;
}
.\!border-transparent {
  border-color: transparent !important;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-ll-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 21 69 / var(--tw-border-opacity));
}
.border-ll-dark-gray {
  --tw-border-opacity: 1;
  border-color: rgb(77 78 80 / var(--tw-border-opacity));
}
.border-ll-dark-gray-40 {
  --tw-border-opacity: 1;
  border-color: rgb(166 163 165 / var(--tw-border-opacity));
}
.border-ll-dark-gray-60 {
  --tw-border-opacity: 1;
  border-color: rgb(132 130 131 / var(--tw-border-opacity));
}
.border-ll-light-blue {
  --tw-border-opacity: 1;
  border-color: rgb(5 195 222 / var(--tw-border-opacity));
}
.border-ll-light-gray {
  --tw-border-opacity: 1;
  border-color: rgb(230 231 232 / var(--tw-border-opacity));
}
.border-ll-light-gray\/30 {
  border-color: rgb(230 231 232 / 0.3);
}
.border-ll-light-gray\/50 {
  border-color: rgb(230 231 232 / 0.5);
}
.border-ll-non-black {
  --tw-border-opacity: 1;
  border-color: rgb(34 35 35 / var(--tw-border-opacity));
}
.\!bg-ll-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 21 69 / var(--tw-bg-opacity)) !important;
}
.\!bg-ll-brown {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(89 71 59 / var(--tw-bg-opacity)) !important;
}
.\!bg-ll-light-gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 231 232 / var(--tw-bg-opacity)) !important;
}
.\!bg-ll-non-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 35 35 / var(--tw-bg-opacity)) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-affirm-indigo {
  --tw-bg-opacity: 1;
  background-color: rgb(78 79 235 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-ll-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 69 / var(--tw-bg-opacity));
}
.bg-ll-dark-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(77 78 80 / var(--tw-bg-opacity));
}
.bg-ll-light-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(230 231 232 / var(--tw-bg-opacity));
}
.bg-ll-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

/* --- 2025 REBRAND --- */

.bg-day-break {
  --tw-bg-opacity: 1;
  background: var(--ll-day-break);
}
.bg-mid-day {
  --tw-bg-opacity: 1;
  background: var(--ll-mid-day);
}
.bg-afternoon {
    --tw-bg-opacity: 1;
    background: var(--ll-afternoon);
}
.bg-twilight {
    --tw-bg-opacity: 1;
    background: var(--ll-twilight);
}

.bg-ll-deep-end {
  --tw-bg-opacity: 1 !important;
  background-color: #001545;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-gray-800 {
  --tw-gradient-from: #1f2937 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-800\/70 {
  --tw-gradient-from: rgb(31 41 55 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-ll-non-black {
  --tw-gradient-from: #222323 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 35 35 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-\[50\%_0\%\] {
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-2 {
  padding: 0.5rem !important;
}
.\!p-\[12px\] {
  padding: 12px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[24px\] {
  padding: 24px;
}
.p-\[32px\] {
  padding: 32px;
}
.p-\[4px\] {
  padding: 4px;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.\!px-\[12px\] {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.\!px-\[24px\] {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.\!py-\[12px\] {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.\!py-\[6px\] {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.\!py-\[8px\] {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.\!pl-12 {
  padding-left: 3rem !important;
}
.\!pl-4 {
  padding-left: 1rem !important;
}
.\!pl-8 {
  padding-left: 2rem !important;
}
.\!pr-0 {
  padding-right: 0px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[4px\] {
  padding-left: 4px;
}
.pl-\[8px\] {
  padding-left: 8px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.\!font-prox {
  font-family: proxima-nova, sans-serif !important;
}
.font-din {
  font-family: din-condensed, proxima-nova, sans-serif;
  font-family: mundial, sans-serif;
}
.font-mun {
  font-family: mundial, sans-serif;
}

.font-season {
  font-family: the-seasons,sans-serif;
}

.\!text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.\!font-\[700\] {
  font-weight: 700 !important;
}
.\!font-bold {
  font-weight: 700 !important;
}
.\!font-normal {
  font-weight: 400 !important;
}
.font-\[500\] {
  font-weight: 500;
}
.font-\[600\] {
  font-weight: 600;
}
.font-\[700\] {
  font-weight: 700;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.\!uppercase {
  text-transform: uppercase !important;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.\!leading-\[\.6\] {
  line-height: .6 !important;
}
.\!leading-none {
  line-height: 1 !important;
}
.\!leading-tight {
  line-height: 1.25 !important;
}
.leading-\[17px\] {
  line-height: 17px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[42px\] {
  line-height: 42px;
}
.leading-\[57px\] {
  line-height: 57px;
}
.leading-loose {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[\.84px\] {
  letter-spacing: .84px;
}
.tracking-\[5\%\] {
  letter-spacing: 5%;
}
.tracking-\[6\%\] {
  letter-spacing: 6%;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-ll-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(0 21 69 / var(--tw-text-opacity)) !important;
}
.\!text-ll-dark-gray {
  --tw-text-opacity: 1 !important;
  color: rgb(77 78 80 / var(--tw-text-opacity)) !important;
}
.\!text-ll-error-red {
  --tw-text-opacity: 1 !important;
  color: rgb(235 21 21 / var(--tw-text-opacity)) !important;
}
.\!text-ll-non-black {
  --tw-text-opacity: 1 !important;
  color: rgb(34 35 35 / var(--tw-text-opacity)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-affirm-indigo {
  --tw-text-opacity: 1;
  color: rgb(78 79 235 / var(--tw-text-opacity));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-ll-blue {
  --tw-text-opacity: 1;
  color: rgb(0 21 69 / var(--tw-text-opacity));
}
.text-ll-brown {
  --tw-text-opacity: 1;
  color: rgb(89 71 59 / var(--tw-text-opacity));
}
.text-ll-dark-gray {
  --tw-text-opacity: 1;
  color: rgb(77 78 80 / var(--tw-text-opacity));
}
.text-ll-dark-gray-60 {
  --tw-text-opacity: 1;
  color: rgb(132 130 131 / var(--tw-text-opacity));
}
.text-ll-dark-gray-80 {
  --tw-text-opacity: 1;
  color: rgb(104 102 104 / var(--tw-text-opacity));
}
.text-ll-error-red {
  --tw-text-opacity: 1;
  color: rgb(235 21 21 / var(--tw-text-opacity));
}
.text-ll-green {
  --tw-text-opacity: 1;
  color: rgb(67 149 41 / var(--tw-text-opacity));
}
.text-ll-light-blue {
  --tw-text-opacity: 1;
  color: rgb(5 195 222 / var(--tw-text-opacity));
}
.text-ll-non-black {
  --tw-text-opacity: 1;
  color: rgb(34 35 35 / var(--tw-text-opacity));
}
.text-ll-original-blue {
  --tw-text-opacity: 1;
  color: rgb(0 146 188 / var(--tw-text-opacity));
}
.text-ll-sale-red {
  --tw-text-opacity: 1;
  color: rgb(192 72 72 / var(--tw-text-opacity));
}
.text-ll-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\!underline {
  text-decoration-line: underline !important;
}
.underline {
  text-decoration-line: underline;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.no-underline {
  text-decoration-line: none;
}
.underline-offset-1 {
  text-underline-offset: 1px;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.\!opacity-100 {
  opacity: 1 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.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);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.outline-\[2px\] {
  outline-width: 2px;
}
.outline-offset-1 {
  outline-offset: 1px;
}
.outline-ll-original-blue {
  outline-color: #0092BC;
}

.outline-ll-deep-end {
  outline-color: #001545;
}

.hover\:outline-ll-deep-end:hover {
    outline-color: #001545;
  }

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-none {
  transition-property: none;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-0 {
  transition-duration: 0s;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* ======= */
/* backgrounds */
/* - body */
.color__bg-body {
    background-color: var(--color__bg-body-light);
  }
/* - text */
.color__bg-text {
    background-color: var(--color__text-light);
  }
/* - ll overlay */
.color__bg-overlay-ll-light-gray {
    background-color: var(--ll-light-gray);
  }
/* - overlay 1 */
.color__bg-overlay-1 {
    background-color: var(--color__bg-overlay-light-1);
  }
/* - overlay 2 */
.color__bg-overlay-2 {
    background-color: var(--color__bg-overlay-light-2);
  }
/* - overlay 3 */
.color__bg-overlay-3 {
    background-color: var(--color__bg-overlay-light-3);
  }
/* - primary */
.color__bg-primary {
    background-color: var(--color-primary-button-background-light);
  }
/* - secondary */
.color__bg-secondary {
    background-color: var(--color-secondary-button-background-light);
  }
/* - tertiary */
.color__bg-tertiary {
    background-color: var(--color-tertiary-button-background-light);
  }
/* - neutral */
.color__bg-neutral {
    background-color: var(--color-neutral-button-background-light);
  }
/* - sale red */
.color__bg-sale-red{
    background-color: var(--ll-sale-red);
  }
/* - best seller blue */
/* - light grey */
.\!color__bg-light-gray {
    background: var(--LL-Light-Gray, #e6e7e8) !important;
  }
/* ======= */
/* text */
/* force text color, dark color that contrasts on light background */
.color__dark {
    color: var(--color__text-light);
  }
.color__dark * {
      color: var(--color__text-light);
    }
/* force text color, light color that contrasts on dark background */
.color__light {
    color: var(--color__text-dark);
  }
.color__light * {
      color: var(--color__text-dark);
    }
/* - text */
.\!color__text {
    color: var(--ll--deep-end) !important;
  }
.color__text {
    color: var(--ll--deep-end);
  }
/* - link */
/* - primary */
.color__primary {
    color: var(--ll-deep-end);
  }
/* - secondary */
.color__secondary {
    color: var(--ll-light-blue);
  }
/* - tertiary */
.color__tertiary {
    color: var(--ll-light-blue);
  }
/* - neutral */
/* - sale red */
.color__sale-red,
  .color__best-seller {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.color__sale-red *, .color__best-seller * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* ======= */
/* borders */
/* - transparent */
.\!color__border-transparent {
    border-color: transparent !important;
  }
/* .color__border-transparent-sides {
    border-left-color: transparent;
    border-right-color: transparent;
  } */
/* - divider 1 */
.color__border-divider-1 {
    border-color: var(--color__border-divider-light-1);
  }
/* .color__border-divider-1-sides {
    border-left-color: var(--color__border-divider-light-1);
    border-right-color: var(--color__border-divider-light-1);
  } */
/* - divider 2 */
.color__border-divider-2 {
    border-color: var(--color__border-divider-light-2);
  }
/* - divider 3 */
/* - selected 1 */
.color__border-selected-1 {
    border-color: var(--color__border-selected-light-1);
  }
/* .color__border-selected-1-sides {
    border-left-color: var(--color__border-selected-light-1);
    border-right-color: var(--color__border-selected-light-1);
  } */
/* - selected 2 */
/* - primary */
/* ======= */
/* buttons */
/* - primary */
/* states */
/* - secondary */
/* states */
/* ======= */
/* default borders */
/* - default border width */
.border--width {
    border-width: var(--sizes-border-width);
  }
.border--t-width {
    border-top-width: var(--sizes-border-width);
  }
.border--r-width {
    border-right-width: var(--sizes-border-width);
  }
.border--b-width {
    border-bottom-width: var(--sizes-border-width);
  }
.border--l-width {
    border-left-width: var(--sizes-border-width);
  }
/* - default border raidus */
.border--radius {
    border-radius: var(--sizes-border-element-radius);
  }
@media (max-width: 768px) {
  .mobile-border--radius-t-0 {
      border-top-left-radius: 0;
      border-top-right-radius: 0
  }
  .mobile-border--radius-b-0 {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0
  }
    }
/* - default focus border */
/* ======= */
/* button borders */
.border__button--radius {
    border-radius: var(--sizes-border-button-radius);
  }
/* ======= */
/* input borders */
.border__input--radius {
    border-radius: var(--sizes-border-input-radius);
  }
/* ======= */
/* REF: Fluid Typography - Default Styles */
/* Note: Use fluid typography calculator @ https://fluidtypography.com/#app-get-started
    * Viewport range set to 360-1400px
    * Font Size & Line Height reference figma style guide
  */
/* font-size: 36px-40px | line-height: 1.16-1.2 */
h1, .h1 {
    font-size: clamp(2.25rem, 0.385vw + 2.163rem, 2.5rem);
    line-height: clamp(2.61rem, 0.6vw + 2.475rem, 3rem);
  }
/* font-size: 32px-36px | line-height: 1.18-1.16 */
h2, .h2 {
    font-size: clamp(1.75rem,1.389vw + 1.438rem,3rem);
    line-height: clamp(2.36rem, 0.385vw + 2.273rem, 2.61rem);
    line-height: 1.1;
  }
/* font-size: 28px-32px | line-height: 1.2-1.18 */
h3, .h3 {
    font-size: clamp(1.75rem, 0.385vw + 1.663rem, 2rem);
    line-height: clamp(2.1rem, 0.4vw + 2.01rem, 2.36rem);
  }
/* font-size: 22px-26px | line-height: 1.27-1.23 */
h4, .h4 {
    font-size: clamp(1.375rem, 0.385vw + 1.288rem, 1.625rem);
    line-height: clamp(1.746rem, 0.388vw + 1.659rem, 1.999rem);
  }
/* font-size: 18px-22px | line-height: 1.3-1.36 */
h5, .h5 {
    font-size: clamp(1.125rem, 0.385vw + 1.038rem, 1.375rem);
    line-height: clamp(1.463rem, 0.627vw + 1.321rem, 1.87rem);
  }
/* font-size: 18px-18px | line-height: 1.3 */
h6, .h6 {
    font-size: 18px;
    line-height: 1.3;
  }
/* font-size: 14px-16px | line-height: 1.28-1.37 */
html,
  body,
  blockquote,
  dl,
  dd,
  hr,
  figure,
  p,
  pre,
  span,
  button,
  .body-1 {
    font-size: clamp(0.875rem, 0.192vw + 0.832rem, 1rem);
    line-height: clamp(1.12rem, 0.385vw + 1.033rem, 1.37rem);
  }
.affirm-normal-height {
    height: clamp(0.875rem, 0.192vw + 0.832rem, 1rem);
  }
/* Style overrides for heading styles & SEO */
.normal-text-override {
    font-size: clamp(0.875rem, 0.192vw + 0.832rem, 1rem) !important;
    line-height: clamp(1.12rem, 0.385vw + 1.033rem, 1.37rem) !important;
    font-family: proxima-nova, sans-serif;
    font-family: mundial, sans-serif;
    text-transform: none;
  }
.normal-text-line-height {
    line-height: clamp(1.12rem, 0.385vw + 1.033rem, 1.37rem);
  }
/* Note: Body Small - font-size: 12px-14px | line-height: 1.16-1.16 */
.body-2,
  .body-2 > * {
    font-size: clamp(0.75rem, 0.192vw + 0.707rem, 0.875rem) !important;
    line-height: 1.16 !important;
  }
.body-2 *, .body-2 > * * {
      font-size: clamp(0.75rem, 0.192vw + 0.707rem, 0.875rem) !important;
      line-height: 1.16 !important;
    }
/* Note: Body Large - font-size: 18px-22px | line-height: 1.28-1.36 */
.body-3 {
    font-size: clamp(1.125rem,.139vw + 1.094rem,1.25rem);
    line-height: clamp(1.44rem, 0.662vw + 1.291rem, 1.87rem);
  }
/* Product Title Heading Styling one-off */
#product-title_h1 {
  font-size: clamp(1.5rem,.833vw + 1.313rem,2.25rem);
  line-height: 1.1;
  letter-spacing: .01em;
  font-weight: 700 !important;
  }
/* Homepage Banner H1 */
/* font-size: 44px-60px | line-height: 1.16-1.2 */
.hero_h1 {
    font-size: clamp(2.75rem, 2.41vw + 2.208rem, 3.75rem) !important;
    line-height: clamp(3.19rem, 3.157vw + 2.48rem, 4.5rem);
  }
.animation-100 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}
.animation-300 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.animation-500 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.animation-500--all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.animation-1000 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}
.animation-5000--all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 5000ms;
}
.padding--t-gap {
    padding-top: var(--sizes-gap-width);
  }
.padding--r-gap {
    padding-right: var(--sizes-gap-width);
  }
.padding--b-gap {
    padding-bottom: var(--sizes-gap-width);
  }
.padding--l-gap {
    padding-left: var(--sizes-gap-width);
  }
.margin--t-gap {
    margin-top: var(--sizes-gap-width);
  }
.margin--b-gap {
    margin-bottom: var(--sizes-gap-width);
  }
.container {
  width: 100%;
}
@media (min-width: 360px) {
  .container {
    max-width: 360px;
  }
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.aspect-h-1 {
  --tw-aspect-h: 1;
}
.aspect-h-3 {
  --tw-aspect-h: 3;
}
.aspect-h-9 {
  --tw-aspect-h: 9;
}
.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-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-2 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 2;
}
.aspect-w-2 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -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;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
.form-input::-webkit-datetime-edit {
  display: inline-flex;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
.form-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;
}
.form-select:where([size]:not([size="1"])) {
  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;
}
.form-checkbox,.form-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;
}
.form-checkbox {
  border-radius: 0px;
}
.form-radio {
  border-radius: 100%;
}
.form-checkbox:focus,.form-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);
}
.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.form-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");
}
@media (forced-colors: active)  {
  .form-checkbox:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
.form-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");
}
@media (forced-colors: active)  {
  .form-radio:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
.form-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;
}
@media (forced-colors: active)  {
  .form-checkbox:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
/* standard button */
.btn {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 21 69 / var(--tw-border-opacity));
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  text-decoration-line: none;
  background-color: var(--ll-deep-end);
  color: var(--ll-white);
  font-size: 16px;
}
.btn * {
      color: var(--ll-white);
    }
@media (min-width: 1024px) {
  .btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 21 69 / var(--tw-text-opacity));
  }
  .btn:hover * {
    --tw-text-opacity: 1;
    color: rgb(0 21 69 / var(--tw-text-opacity));
  }
}
.btn {
    border-radius: var(--sizes-border-button-radius);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    text-transform: var(--type-button-capiliziation);
    font-weight: 700;
  }
.btn * {
      text-transform: var(--type-button-capiliziation);
      text-transform: uppercase;
    }
.btn__content {
  display: flex;
  align-items: center;
}
/* states */
.btn--hover,
    .btn:hover {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 21 69 / var(--tw-border-opacity));
  text-decoration-line: none;
}
.btn--focus,
    .btn:focus {
    /* @apply border--focus; */
  }
.btn--disabled,
    .btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
/* standard colors */
.btn--secondary {
    background-color: var(--ll-white);
    border-color: var(--ll-deep-end);
    color: var(--ll-deep-end);
  }
.btn--secondary * {
      color: var(--ll-deep-end);
    }
@media (min-width: 1024px) {
  .btn--secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 21 69 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .btn--secondary:hover * {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.btn--checkout {
  border-width: 1px;
    border-color: var(--ll-deep-end);
}
.btn--cart_continue {
    background-color: var(--ll-white);
    border-color: var(--ll-deep-end);
    color: var(--ll-deep-end);

    /* states */
    /* &--hover,
    &:hover {
      background-color: var(--ll-deep-end);
      color: var(--ll-white);
      * {
        color: var(--ll-white);
      }
    } */
  }
.btn--cart_continue * {
      color: var(--ll-deep-end);
    }
/* button animations */
/* - set style for default loading button */
.btn--load {
  position: relative;
}
.btn--loading {
      cursor: wait;
    }
/* - make sure spinner is spinner */
.btn__spinner {
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  width: 91.666667%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  background-color: inherit;
}
.btn__spinner svg {
  margin: 0px;
  margin: auto;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.btn__spinner svg {
  animation: spin 3s linear infinite;
}
/* - when loading class used, hide content and show spinner */
.btn--loading .btn__content {
  visibility: hidden;
}
.btn--loading .btn__spinner {
  visibility: visible;
}
/* standard containers */
.window--narrow {
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .window--narrow {
    max-width: 42rem;
  }
}
@media (min-width: 1024px) {
  .window--narrow {
    max-width: 48rem;
  }
}
@media (min-width: 1280px) {
  .window--narrow {
    max-width: 56rem;
  }
}
.\!window {
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .\!window {
    max-width: 56rem;
  }
}
@media (min-width: 1024px) {
  .\!window {
    max-width: 64rem;
  }
}
@media (min-width: 1280px) {
  .\!window {
    max-width: 72rem;
  }
}
.window {
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .window {
    max-width: 56rem;
  }
}
@media (min-width: 1024px) {
  .window {
    max-width: 64rem;
  }
}
@media (min-width: 1280px) {
  .window {
    max-width: 72rem;
  }
}
.window--wide {
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .window--wide {
    max-width: 64rem;
  }
}
@media (min-width: 1024px) {
  .window--wide {
    max-width: 72rem;
  }
}
@media (min-width: 1280px) {
  .window--wide {
    max-width: 80rem;
  }
}
.window--full {
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.header__link:hover + .header__dropdown,
  .header__link:focus + .header__dropdown,
  .header__dropdown:hover,
  .header__dropdown:focus-within {
  height: auto;
  opacity: 1;
}
/* ======= */
/* utilities */
/* COLORS */
/* - utility color classes that can be re-used throughout */
/* ======= */
/* BORDERS */
/* - utility classes to add default border styles */
/* ======= */
/* TYPOGRAPHY */
/* - utility classes to add default typography styles */
/* ======= */
/* ANIMATION */
/* - utility classes to add default animation stuff */
/* ======= */
/* SPACING */
/* - utility classes to add padding and margin that matches the set gap sizing */
/* ======= */
/* ======= */
/* pages */
body.page-showrooms > main {
  display: flex;
  flex-direction: column;
}
section.video-wrapper {
  position: relative;
  height: 450px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
section.video-wrapper > video {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
input[disabled] {
  cursor: not-allowed;
  border-color: white;
}
input[disabled]:hover {
    border-color: white;
  }
.grayed-out {
  cursor: not-allowed;
  opacity: 0.5;
}
.close-btn svg {
  display: inline;
}
@media (min-width: 1023px) {
  .ll-matguide-zoom-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ll-matguide-zoom .ll-matguide-img_zoom-lrg {
    pointer-events: none;
    position: absolute;
    display: block;
    opacity: 0;
    width: 120px;
    height: 120px;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    border: 4px solid #efefef;
    z-index: 999;
    border-radius: 100%;
    transition: opacity 0.2s;
  }

  .ll-matguide-img_zoom-lrg:active {
    opacity: 1;
  }

  .ll-matguide-img_zoom:hover {
    cursor: none;
  }
}
.affirm-page > section {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {
  .affirm-page > section {
    padding-left: 0px;
    padding-right: 0px;
  }
}
section.careers div:not(div#gallery, div.iso-grid) {
      /* @apply lg:p-10; */
    }
section.careers div.benefits > div {
  padding-bottom: 2.5rem;
}
section.careers div.benefits > div:not(i) {
  --tw-text-opacity: 1;
  color: rgb(166 163 165 / var(--tw-text-opacity));
}
section.careers div.video-wrapper {
  position: relative;
  height: 600px;
  width: 100%;
      box-sizing: border-box;
      overflow: hidden;
}
section.careers div.video-wrapper > video {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover;
      }
section.careers div.video-wrapper a.careers_down-page-arrow {
  text-decoration-line: none;
}
@keyframes slideDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
}
section.careers div.video-wrapper a.careers_down-page-arrow:hover {
  animation: slideDown 1s ease-in-out infinite;
  text-decoration-line: none;
}
.gallery-item {
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
@media (min-width: 1024px) {
  .gallery-item {
    width: 25%;
  }
}
.affirm-plus::before {
  content: "\002B";
  font-weight: 500;
  font-size: 24px;
}
@media screen and (min-width: 1024px) {
  .hh-title_new > p {
    font-size: 64px !important;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
  }

  .hh-title > a > p {
    font-size: 18px;
    text-transform: uppercase;
  }
}
div.short-desc p:not(p:first-child) {
    display: none;
  }
div.short-desc p {
    text-align: center;
  }
div.short-desc div br {
      display: none;
    }
/* Woodgrain A/B Test */
.woodgrain-h1 {
  font-size: clamp(2.25rem, 2.308vw + 1.731rem, 3.75rem);
  line-height: clamp(2.61rem, 0.6vw + 2.475rem, 3rem);
 }
.woodgrain-h2 {
  font-size: clamp(1.75rem, 1.154vw + 1.49rem, 2.5rem);
  line-height: clamp(2.1rem, 1.385vw + 1.788rem, 3rem);
 }
/* End Woodgrain A/B Test */
@media screen and (min-width: 640px) {
  .hh-title_new > p {
    font-size: 50px !important;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
  }
}
/* Beyond the ledge component styles */
div.btf-container p:empty, section.btl-container p:empty {
  display: none;
}
div.btf-container div.metafield-rich_text_field, section.btl-container div.metafield-rich_text_field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
div.btf-container div.metafield-rich_text_field h2, section.btl-container div.metafield-rich_text_field h2 {
      font-size: clamp(1.75rem, 0.385vw + 1.663rem, 2rem);
      line-height: clamp(2.1rem, 0.4vw + 2.01rem, 2.36rem);
    }
div.btf-container div.metafield-rich_text_field h3, section.btl-container div.metafield-rich_text_field h3 {
  text-transform: uppercase;
}
div.btf-container div.metafield-rich_text_field ul, section.btl-container div.metafield-rich_text_field ul {
  list-style-type: disc;
  padding-left: 29px;
}
div.btf-container div.metafield-rich_text_field p:empty, section.btl-container div.metafield-rich_text_field p:empty {
  display: none;
}
/* Hide ShopPay Messaging */
shopify-payment-terms {
  display: none !important;
}
.product-price-container * {
    color: var(--ll-non-black) !important;
    font-size: 12px !important;
  }
.product-price-container .affirm-as-low-as a {
    text-decoration: underline;
  }
.product-price-container .affirm-as-low-as a:hover {
      color: var(--affirm-indigo) !important;
      font-weight: 600 !important;
      transition: none;
    }
/* USP Content Component Styles */
div.usp-block div.metafield-rich_text_field {
  width: 100%;
}
div.usp-block div.metafield-rich_text_field p {
  width: 100%;
  text-align: left;
}
div.usp-block div.metafield-rich_text_field p:empty {
  display: none;
}
#usp-content_bundle .usp-block .metafield-rich_text_field .text-ll-non-black {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  #usp-content_bundle .usp-block .metafield-rich_text_field .text-ll-non-black {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 1024px) {
  #usp-content_bundle .usp-block .metafield-rich_text_field .text-ll-non-black {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
#usp-content_bundle .usp-block .metafield-rich_text_field p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  #usp-content_bundle .usp-block .metafield-rich_text_field p {
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 1024px) {
  #usp-content_bundle .usp-block .metafield-rich_text_field p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
/* Simple Video Component */
#simple-video-component .metafield-rich_text_field {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
/* Hoopstr Comp Chart */
table#hoopstr-comp-chart {
  width: 100%;
  border-style: none;
}
table#hoopstr-comp-chart * {
  border-style: none;
}
table#hoopstr-comp-chart th {
    font-family: "proxima-nova", sans-serif;
    font-family: mundial, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(0 21 69 / var(--tw-text-opacity));
    font-size: clamp(1.125rem, 0.385vw + 1.038rem, 1.375rem);
    line-height: clamp(1.463rem, 0.627vw + 1.321rem, 1.87rem);
  }
@media (min-width: 768px) {
  table#hoopstr-comp-chart td {
    font-weight: 600;
  }
}
table#hoopstr-comp-chart th, table#hoopstr-comp-chart td {
  padding: 1rem;
  text-align: center;
}
table#hoopstr-comp-chart th:first-child, table#hoopstr-comp-chart td:first-child {
  text-align: left;
}
table#hoopstr-comp-chart tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(230 231 232 / var(--tw-bg-opacity));
}
/* FAQ Content Component Styles */
.faq-content div.metafield-rich_text_field p a {
  text-decoration-line: underline;
}
.faq-content div.metafield-rich_text_field p a:hover {
  font-weight: 600;
}
/* Carousel Thumbnail Active State */
.carousel-active {
  border-radius: 4px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 231 232 / var(--tw-border-opacity)) !important;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 1px;
  outline-color: #001545;
}
.pdp-stick-atc {
  z-index: 30 !important;
  box-shadow: 0px 0 6px rgba(34, 35, 35, 0.25);
}
.quickAdd__stickyAtc {
  box-shadow: 0px 0 10px 0px rgba(34, 35, 35, 0.25);
}
div.pdp-sticky-olark-override.olark-launch-button-wrapper {
  bottom: 110px !important;
}
div#olark-wrapper.pdp-sticky-olark-toggle div#olark-container {
    bottom: 189px !important;
  }
p.affirm-messaging,p.affirm-messaging > * {
    font-size: clamp(0.75rem, 0.192vw + 0.707rem, 0.875rem);
    line-height: 1.16;
  }
p.affirm-messaging *,p.affirm-messaging > * * {
      font-size: clamp(0.75rem, 0.192vw + 0.707rem, 0.875rem);
      line-height: 1.16;
    }
p.affirm-messaging a {
  text-decoration-line: underline;
  transition-property: none;
}
@media (hover: hover) and (pointer: fine) {
  p.affirm-messaging a:hover {
    --tw-text-opacity: 1;
    color: rgb(78 79 235 / var(--tw-text-opacity));
  }
  @media (min-width: 1024px) {
    p.affirm-messaging a:hover {
      font-weight: 600;
    }
  }
}
@media (min-width: 1024px) {
  div.pdp-sticky-olark-override.olark-launch-button-wrapper {
    bottom: 80px !important;
  }
    div#olark-wrapper.pdp-sticky-olark-toggle div#olark-container {
      bottom: 159px !important;
    }
}
div#infiniteoptions-container > div {
  margin-bottom: 32px;
}
div#infiniteoptions-container div.cushion-options span > label {
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1;
  border-color: rgb(166 163 165 / var(--tw-border-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(34 35 35 / var(--tw-text-opacity)) !important;
}
@media (hover: hover) and (pointer: fine) {
  div#infiniteoptions-container div.cushion-options span > label:hover {
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 1px;
    outline-color: #001545;
  }
}
div.io-embroidery {
  display: none !important;
}
div.spb-label-tooltip {
  margin-bottom: 8px;
  color: var(--ll-dark-gray) !important;
  font-weight: 600;
}
/* Hide Text within label - CSS Trick */
label.spb-productoptionswatchwrapper {
  text-indent: 150%;
  white-space: nowrap;
  /* overflow: hidden; */
  font-size: 0.0001em;
  display: flex;
}
label.spb-productoptionswatchwrapper input,
div#infiniteoptions-container input[type="radio"] {
  display: none;
}
/* Setup Swatch Container into Flex Box */
div#infiniteoptions-container > div > span {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
div.io-embroidery span > label {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 21 69 / var(--tw-border-opacity));
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  text-decoration-line: none;
    background-color: var(--ll-deep-end);
    color: var(--ll-white);
}
div.io-embroidery span > label * {
      color: var(--ll-white);
    }
@media (min-width: 1024px) {
  div.io-embroidery span > label:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 21 69 / var(--tw-text-opacity));
  }
  div.io-embroidery span > label:hover * {
    --tw-text-opacity: 1;
    color: rgb(0 21 69 / var(--tw-text-opacity));
  }
}
div.io-embroidery span > label {
    border-radius: var(--sizes-border-button-radius);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    text-transform: var(--type-button-capiliziation);
  }
div.io-embroidery span > label * {
      text-transform: var(--type-button-capiliziation);
    }
div.io-embroidery span > label:hover {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 21 69 / var(--tw-border-opacity));
  text-decoration-line: none;
}
div.io-embroidery span > label:focus {
    /* @apply border--focus; */
  }
div.io-embroidery span > label:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
div.io-embroidery span > label {
  border-radius: 0px;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1;
  border-color: rgb(166 163 165 / var(--tw-border-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(34 35 35 / var(--tw-text-opacity)) !important;
}
div.io-embroidery span > label[data-shopify-xr-hidden] {
  display: none;
}
@media screen and (max-width: 749px) {
  div.io-embroidery span > label:not([data-shopify-xr-hidden]) {
    display: inline-flex;
  }
}
@media (hover: hover) and (pointer: fine) {
  div.io-embroidery span > label:hover {
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 1px;
    outline-color: #001545;
  }
}
label.io-embroidery__active {
  border-radius: 4px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 231 232 / var(--tw-border-opacity)) !important;
  font-weight: 700 !important;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 1px;
  outline-color: #001545;
}
/* Swatch styles */
span.spb-productoptionswatch {
  height: 44px !important;
  width: 44px !important;
  margin: 0px;
  border: solid 1px var(--ll-dark-gray-40);
  border-radius: 0px;
}
div.legacy-options span.spb-productoptionswatch {
  height: 44px !important;
  width: 88px !important;
  margin: 0px;
  border: solid 1px var(--ll-dark-gray-40);
  border-radius: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 88px;
}
span.spb-productoptionswatch:hover {
  border: solid 1px var(--ll-light-gray) !important;
  outline-style: solid !important;
  outline-width: 2px !important;
  outline-offset: 1px !important;
  outline-color: var(--ll-deep-end) !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}
label.spb-productoptionswatchwrapper
  input:checked
  + span.spb-productoptionswatch {
  border: solid 1px var(--ll-light-gray) !important;
  outline-style: solid !important;
  outline-width: 2px !important;
  outline-offset: 1px !important;
  outline-color: var(--ll-deep-end) !important;
  box-shadow: none !important;
  border-radius: 4px;
}
@media screen and (min-width: 1024px) {
  div#infiniteoptions-container > div {
    margin-bottom: 40px;
  }
}
section.marketing div.rich-text-content div.metafield-rich_text_field {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  section.marketing div.rich-text-content div.metafield-rich_text_field {
    gap: 2.5rem;
  }
}
section.marketing div.rich-text-content div.metafield-rich_text_field > div {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: left;
}
section.marketing div.rich-text-content div.metafield-rich_text_field > div div {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
section.marketing div.rich-text-content div.metafield-rich_text_field h2 {
  --tw-text-opacity: 1;
  color: rgb(0 21 69 / var(--tw-text-opacity));
}
section.marketing div.rich-text-content div.metafield-rich_text_field h3 {
  text-align: left;
}
section.marketing div.rich-text-content div.metafield-rich_text_field p {
  text-align: left;
}
.marketing-card-gradient {
  background: linear-gradient(0deg, rgba(31, 41, 55, 0.70) 49.79%, rgba(31, 41, 55, 0.00) 100%);
}
div.accordion-content div.swatch-res-blues {
    background-image: url(https://cdn.shopify.com/s/files/1/0829/5756/6254/files/ProductType_Resins_Colors_Blues.png?v=1707845165);
    background-repeat: no-repeat;
    background-size: contain;
  }
div.accordion-content div.swatch-res-brights {
    background-image: url(https://cdn.shopify.com/s/files/1/0829/5756/6254/files/ProductType_Resins_Colors_Brights.png?v=1707845165);
    background-repeat: no-repeat;
    background-size: contain;
  }
div.accordion-content div.swatch-res-neutrals {
    background-image: url(https://cdn.shopify.com/s/files/1/0829/5756/6254/files/ProductType_Resins_Colors_Neutrals.png?v=1707845165);
    background-repeat: no-repeat;
    background-size: contain;
  }
div.accordion-content div.swatch-res-woodgrain {
    background-image: url(https://cdn.shopify.com/s/files/1/0829/5756/6254/files/ProductType_Resins_Colors_Woodgrain.png?v=1708463100);
    background-repeat: no-repeat;
    background-size: contain;
  }
div.accordion-content div.swatch-fab-blues {
    background-image: url(https://cdn.shopify.com/s/files/1/0829/5756/6254/files/ProductType_Fabrics_Colors_Blues.png?v=1707845165);
    background-repeat: no-repeat;
    background-size: contain;
  }
div.accordion-content div.swatch-fab-limited-selection-2023 {
    background-image: url(https://cdn.shopify.com/s/files/1/0829/5756/6254/files/ProductType_Fabrics_Colors_Limited2023.png?v=1707845165);
    background-repeat: no-repeat;
    background-size: contain;
  }
div.accordion-content div.swatch-fab-neutrals {
    background-image: url(https://cdn.shopify.com/s/files/1/0829/5756/6254/files/ProductType_Fabrics_Colors_Neutrals.png?v=1707845165);
    background-repeat: no-repeat;
    background-size: contain;
  }
div.accordion-content div.swatch-fab-brights {
    background-image: url(https://cdn.shopify.com/s/files/1/0829/5756/6254/files/ProductType_Fabrics_Colors_Brights.png?v=1707845165);
    background-repeat: no-repeat;
    background-size: contain;
  }
div.accordion-content div.swatch-fab-patterns {
    background-image: url(https://cdn.shopify.com/s/files/1/0829/5756/6254/files/ProductType_Fabrics_Colors_Patterns.png?v=1707845165);
    background-repeat: no-repeat;
    background-size: contain;
  }
/* #plp-quick-cta {
  display: none;
} */
#form__design-services .globo-form-app {
  max-width: 100%;
}
#form__design-services .globo-heading {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 500;
  line-height: 42px;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
div.rte div#enap-video-12397 i.enrm-position-relative {
  z-index: 10;
}
#form__become-dealer .globo-form-app {
  max-width: 100%;
}
#form__become-dealer .globo-heading {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  line-height: 42px;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
#form__become-dealer .label-content {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 21 69 / var(--tw-text-opacity));
}
#form__become-dealer .text-danger {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(235 21 21 / var(--tw-text-opacity));
}
#form__become-dealer .classic-button.wizard__submit {
  border-radius: 0.375rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
/* Cart Header */
div#upCart div.upcart-header {
    padding: 12px 12px 0 12px;
  }
div#upCart div.upcart-header div.upcart-header-close-button {
      background-color: var(--ll-light-gray);
      color: var(--ll-deep-end);
    }
div#upCart div.upcart-header div.upcart-header-close-button svg {
        transform: scale(1.3);
      }
div#upCart div.upcart-header div.upcart-header-close-button svg path {
        fill: var(--ll-deep-end);
      }
div#upCart div.upcart-header div.upcart-header-close-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 69 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
  div#upCart div.upcart-header div.upcart-header-close-button:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  div#upCart div.upcart-header div.upcart-header-close-button:hover svg path {
    fill: #fff;
  }
}
/* Cart Timer */
div#upCart div.upcart-announcement {
    padding: 8px 8px;
    background-color: var(--ll-deep-end);
    color: white;
    font-family: proxima-nova, sans-serif;
    font-family: mundial, sans-serif;
  }
/* Cart Products */
div#upCart div.upcart-products-section svg {
      transform: scale(1.2);
    }
/* Individual Product */
div#upCart div.upcart-products-section div.upcart-product-item {
      padding: 16px;
    }
/* Image */
div#upCart div.upcart-products-section div.upcart-product-item div.upcart-product-image-wrapper {
        position: relative;
      }
div#upCart div.upcart-products-section div.upcart-product-item div.upcart-product-image-wrapper a {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
        }
div#upCart div.upcart-products-section div.upcart-product-item div.upcart-product-image-wrapper a img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
               object-fit: cover;
          }
div#upCart div.upcart-products-section div.upcart-product-item h3.upcart-product-title {
  font-family: proxima-nova, sans-serif;
  font-family: mundial, sans-serif;
}
div#upCart div.upcart-products-section div.upcart-product-item h3.upcart-product-title * {
    font-family: "proxima-nova", sans-serif;
    font-family: proxima-nova, sans-serif;
    font-family: mundial, sans-serif;
    text-transform: none;
    --tw-text-opacity: 1;
    color: rgb(0 21 69 / var(--tw-text-opacity));
    font-size: clamp(1.125rem, 0.385vw + 1.038rem, 1.375rem);
    line-height: clamp(1.463rem, 0.627vw + 1.321rem, 1.87rem);
  }
div#upCart div.upcart-products-section div.upcart-product-item .UpcartDesignSettings__cartTextSubduedColor {
        opacity: 1;
      }
div#upCart div.upcart-products-section div.upcart-product-item span.upcart-item-option-category,
      div#upCart div.upcart-products-section div.upcart-product-item p.upcart-item-property strong {
  font-family: proxima-nova, sans-serif;
  font-family: mundial, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 35 35 / var(--tw-text-opacity));
}
#usp-content_bundle .usp-block .metafield-rich_text_field div#upCart div.upcart-products-section div.upcart-product-item span.upcart-item-option-category,#usp-content_bundle .usp-block .metafield-rich_text_field 
      div#upCart div.upcart-products-section div.upcart-product-item p.upcart-item-property strong {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  #usp-content_bundle .usp-block .metafield-rich_text_field div#upCart div.upcart-products-section div.upcart-product-item span.upcart-item-option-category,#usp-content_bundle .usp-block .metafield-rich_text_field 
      div#upCart div.upcart-products-section div.upcart-product-item p.upcart-item-property strong {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 1024px) {
  #usp-content_bundle .usp-block .metafield-rich_text_field div#upCart div.upcart-products-section div.upcart-product-item span.upcart-item-option-category,#usp-content_bundle .usp-block .metafield-rich_text_field 
      div#upCart div.upcart-products-section div.upcart-product-item p.upcart-item-property strong {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
div#upCart div.upcart-products-section div.upcart-product-item span.upcart-item-option-value,
      div#upCart div.upcart-products-section div.upcart-product-item p.upcart-item-property span {
  font-family: proxima-nova, sans-serif;
  font-family: mundial, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(34 35 35 / var(--tw-text-opacity));
}
#usp-content_bundle .usp-block .metafield-rich_text_field div#upCart div.upcart-products-section div.upcart-product-item span.upcart-item-option-value,#usp-content_bundle .usp-block .metafield-rich_text_field 
      div#upCart div.upcart-products-section div.upcart-product-item p.upcart-item-property span {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  #usp-content_bundle .usp-block .metafield-rich_text_field div#upCart div.upcart-products-section div.upcart-product-item span.upcart-item-option-value,#usp-content_bundle .usp-block .metafield-rich_text_field 
      div#upCart div.upcart-products-section div.upcart-product-item p.upcart-item-property span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 1024px) {
  #usp-content_bundle .usp-block .metafield-rich_text_field div#upCart div.upcart-products-section div.upcart-product-item span.upcart-item-option-value,#usp-content_bundle .usp-block .metafield-rich_text_field 
      div#upCart div.upcart-products-section div.upcart-product-item p.upcart-item-property span {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
div#upCart div.upcart-products-section div.upcart-product-item button.upcart-product-quantity-minus {
  border-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-width: 1px;
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(104 102 104 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(230 231 232 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
  @media (hover: hover) and (pointer: fine) {
    div#upCart div.upcart-products-section div.upcart-product-item button.upcart-product-quantity-minus:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(0 21 69 / var(--tw-bg-opacity));
    }
  }
}
div#upCart div.upcart-products-section div.upcart-product-item button.upcart-product-quantity-minus svg {
          transform: scale(1.8);
        }
div#upCart div.upcart-products-section div.upcart-product-item button.upcart-product-quantity-minus svg path {
          fill: var(--ll-deep-end);
        }
@media (min-width: 1024px) {
  div#upCart div.upcart-products-section div.upcart-product-item button.upcart-product-quantity-minus:hover svg path {
    fill: #fff;
  }
}
div#upCart div.upcart-products-section div.upcart-product-item input.upcart-product-quantity-input {
  border-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(104 102 104 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(230 231 232 / var(--tw-bg-opacity));
  font-family: proxima-nova, sans-serif;
  font-family: mundial, sans-serif;
  font-weight: 700;
}
div#upCart div.upcart-products-section div.upcart-product-item button.upcart-product-quantity-plus {
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-width: 1px;
  border-left-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(104 102 104 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(230 231 232 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
  @media (hover: hover) and (pointer: fine) {
    div#upCart div.upcart-products-section div.upcart-product-item button.upcart-product-quantity-plus:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(0 21 69 / var(--tw-bg-opacity));
    }
  }
}
div#upCart div.upcart-products-section div.upcart-product-item button.upcart-product-quantity-plus svg {
          transform: scale(1.8);
        }
div#upCart div.upcart-products-section div.upcart-product-item button.upcart-product-quantity-plus svg path {
          fill: var(--ll-deep-end);
        }
@media (min-width: 1024px) {
  div#upCart div.upcart-products-section div.upcart-product-item button.upcart-product-quantity-plus:hover svg path {
    fill: #fff;
  }
}
div#upCart div.upcart-products-section div.upcart-product-item div.upcart-item-prices-row {
        gap: 4px;
        flex-wrap: wrap;
      }
div#upCart div.upcart-products-section div.upcart-product-item div.upcart-item-prices-row * {
    font-size: clamp(0.875rem, 0.192vw + 0.832rem, 1rem);
    line-height: clamp(1.12rem, 0.385vw + 1.033rem, 1.37rem);
    font-family: proxima-nova, sans-serif;
    font-family: mundial, sans-serif;
    text-transform: none;
  }
div#upCart div.upcart-products-section div.upcart-product-item div.upcart-item-prices-row span.upcart-item-price {
  font-weight: 700;
}
div#upCart div.upcart-products-section div.upcart-product-item span.upcart-product-savings {
  font-family: proxima-nova, sans-serif;
  font-family: mundial, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(192 72 72 / var(--tw-text-opacity));
}
/* Cart Upsells */
div#upCart div#up-upsell-carousel {
    padding: 16px;
  }
div#upCart div#up-upsell-carousel h2.upcart-upsells-title {
  padding: 0px;
}
div#upCart div#up-upsell-carousel h2.upcart-upsells-title * {
    font-family: "din-condensed", "proxima-nova", sans-serif;
    font-family: mundial, sans-serif;
    text-transform: uppercase;
    padding: 0px;
    text-align: left;
    font-weight: 500;
    font-size: clamp(2rem, 0.385vw + 1.913rem, 2.25rem);
    line-height: clamp(2.36rem, 0.385vw + 2.273rem, 2.61rem);
  }
div#upCart div#up-upsell-carousel div.upcart-upsell-item-card {
      padding: 8px 0;
    }
div#upCart div#up-upsell-carousel div.upcart-upsell-item-card div.upcart-upsell-item-image-wrapper {
        position: relative;
      }
div#upCart div#up-upsell-carousel div.upcart-upsell-item-card div.upcart-upsell-item-image-wrapper a {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
        }
div#upCart div#up-upsell-carousel div.upcart-upsell-item-card div.upcart-upsell-item-image-wrapper a img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
               object-fit: cover;
          }
div#upCart div#up-upsell-carousel div.upcart-upsell-item-card h3.upcart-upsell-item-title {
    font-family: "proxima-nova", sans-serif;
    white-space: normal;
    font-family: proxima-nova, sans-serif;
    font-family: mundial, sans-serif;
    text-transform: none;
    --tw-text-opacity: 1;
    color: rgb(0 21 69 / var(--tw-text-opacity));
    font-size: clamp(1.125rem, 0.385vw + 1.038rem, 1.375rem);
    line-height: clamp(1.463rem, 0.627vw + 1.321rem, 1.87rem);
  }
div#upCart div#up-upsell-carousel div.upcart-upsell-item-card h3.upcart-upsell-item-title * {
    font-family: "proxima-nova", sans-serif;
    font-family: proxima-nova, sans-serif;
    font-family: mundial, sans-serif;
    text-transform: none;
    --tw-text-opacity: 1;
    color: rgb(0 21 69 / var(--tw-text-opacity));
    font-size: clamp(1.125rem, 0.385vw + 1.038rem, 1.375rem);
    line-height: clamp(1.463rem, 0.627vw + 1.321rem, 1.87rem);
  }
div#upCart div#up-upsell-carousel div.upcart-upsell-item-card span.upcart-upsell-item-price-row {
        gap: 8px;
      }
div#upCart div#up-upsell-carousel div.upcart-upsell-item-card span.upcart-upsell-item-price-row * {
  opacity: 1;
    font-size: clamp(0.875rem, 0.192vw + 0.832rem, 1rem);
    line-height: clamp(1.12rem, 0.385vw + 1.033rem, 1.37rem);
    font-family: proxima-nova, sans-serif;
    font-family: mundial, sans-serif;
    text-transform: none;
}
div#upCart div#up-upsell-carousel div.upcart-upsell-item-card span.upcart-upsell-item-price-row span.upcart-upsell-item-price {
  font-weight: 700;
}
div#upCart div#up-upsell-carousel div.upcart-upsell-item-card span.upcart-product-savings {
  font-family: proxima-nova, sans-serif;
  font-family: mundial, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(192 72 72 / var(--tw-text-opacity));
}
div#upCart div#up-upsell-carousel div.upcart-upsell-item-card div:has(input.upcart-upsells-button) {
        flex-basis: auto;
        width: auto;
      }
div#upCart div#up-upsell-carousel div.upcart-upsell-item-card div:has(select.upcart-upsell-item-variant-selector) {
        flex-basis: auto;
        width: 100%;

        font-weight: 700;
    font-size: clamp(0.875rem, 0.192vw + 0.832rem, 1rem);
    line-height: clamp(1.12rem, 0.385vw + 1.033rem, 1.37rem);
    font-family: proxima-nova, sans-serif;
    font-family: mundial, sans-serif;
    text-transform: none;
      }
div#upCart div#up-upsell-carousel div.upcart-upsell-item-card select.upcart-upsell-item-variant-selector {
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(104 102 104 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(230 231 232 / var(--tw-bg-opacity));
        width: 100%;
}
div#upCart div#up-upsell-carousel div.upcart-upsell-item-card select.upcart-upsell-item-variant-selector:focus {
          box-shadow: none;
        }
div#upCart div#up-upsell-carousel div.upcart-upsell-item-card input.upcart-upsells-button {
  border-radius: 4px;
}
@media (min-width: 1024px) {
  @media (hover: hover) and (pointer: fine) {
    div#upCart div#up-upsell-carousel div.upcart-upsell-item-card input.upcart-upsells-button:hover {
      --tw-scale-x: 1.04;
      --tw-scale-y: 1.04;
      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));
    }
  }
}
div#upCart div#up-upsell-carousel div.upcart-upsell-item-card input.upcart-upsells-button {
        width: auto !important;
      }
div#upCart p#affirm-msg_cart {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  max-width: -moz-max-content;
  max-width: max-content;
}
div#upCart p#affirm-msg_cart,div#upCart p#affirm-msg_cart > * {
    font-size: clamp(0.75rem, 0.192vw + 0.707rem, 0.875rem);
    line-height: 1.16;
  }
div#upCart p#affirm-msg_cart *,div#upCart p#affirm-msg_cart > * * {
      font-size: clamp(0.75rem, 0.192vw + 0.707rem, 0.875rem);
      line-height: 1.16;
    }
div#upCart p#affirm-msg_cart a {
  text-decoration-line: underline;
  transition-property: none;
}
@media (hover: hover) and (pointer: fine) {
  div#upCart p#affirm-msg_cart a:hover {
    --tw-text-opacity: 1;
    color: rgb(78 79 235 / var(--tw-text-opacity));
  }
  @media (min-width: 1024px) {
    div#upCart p#affirm-msg_cart a:hover {
      font-weight: 600;
    }
  }
}
#basic-page ul {
  list-style-position: inside;
  list-style-type: disc;
}
#basic-page ul p {
  display: inline-block;
}
/* ======= */
/* base */
/* COLORS */
/* - apply base styles to color the page */
/* ======= */
:root {
  --ll-blue-40: #a5d0df;
  --ll-blue-60: #7bb9cf;
  --ll-blue-80: #56a3c0;
  --ll-blue: #0080a3;
  --ll-original-blue: #0092bc;
  --ll-light-blue: #05c3de;
  --ll-non-black: #222323;
  --ll-dark-gray-40: #a6a3a5;
  --ll-dark-gray-60: #848283;
  --ll-dark-gray-80: #686668;
  --ll-dark-gray: #4d4e50;
  --ll-light-gray: #e6e7e8;
  --ll-white: #ffffff;
  --ll-off-white: #d9d8d6;
  --ll-green: #439529;
  --ll-gold: #fdaf14;
  --ll-sale-red: #c04848;
  --ll-error-red: #eb1515;
  --affirm-indigo: #4e4feb;
  --ll-brown:  #59473B;
  --ll-deep-end: #001545;
  --ll-day-break: transparent linear-gradient(135deg, #D1E8F4 0%, #FAE8CC 100%) 0% 0% no-repeat;
  --ll-mid-day: transparent linear-gradient(135deg, #C8DEEF 0%, #CEF5F1 100%) 0% 0% no-repeat;
  --ll-afternoon: transparent linear-gradient(135deg, #F2D3D8 0%, #FAE8CC 100%) 0% 0% no-repeat;
  --ll-twilight: transparent linear-gradient(135deg, #693838 0%, #001545 100%) 0% 0% no-repeat;
}
/* TYPOGRAPHY */
/* - apply base styles to set type */
/* ======= */
/* FORMS */
/* - apply base styles to set form inputs */
/* ======= */
/* IMAGES */
/* - apply base styles to set form images */
/* ======= */
/* TABLES */
/* - apply base styles to set table */
/* ======= */
table {
    border-color: var(--color__border-divider-light-1);
    border-top-width: var(--sizes-border-width);
    border-right-width: var(--sizes-border-width);
  }
table p {
  margin: 0px;
}
table tr {
    border-color: var(--color__border-divider-light-1);
    border-bottom-width: var(--sizes-border-width);
  }
table td {
  padding: 0.5rem;
    border-color: var(--color__border-divider-light-1);
    border-left-width: var(--sizes-border-width);
}
/* ======= */
/* components */
/* - atoms */
/* BUTTONS */
/* ======= */
.water-depth-active,
.pairing-with-active {
  font-weight: 700;
  border-radius: 4px;
  border-color: var(--ll-light-gray);
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 1px;
  outline-color: var(--ll-original-blue);
}
.btn--cart {
  border-radius: 8px;
  border: 1px solid var(--LL-Dark-Gray-80, #686668);
  background: var(--LL-Light-Gray, #e6e7e8);
  color: var(--LL-Dark-Gray-100, #4d4e50);
  text-align: center;
  padding: 8px;
}
.btn--cart * {
    color: var(--LL-Dark-Gray-100, #4d4e50);
  }
.btn--cart-quantity {
  background: var(--LL-Light-Gray, #e6e7e8);
  color: var(--ll-deep-end, #4d4e50);
  padding: 8px;
}
.btn--cart-quantity * {
    color: var(--ll-deep-end, #4d4e50);
  }
button.btn-quantity {
  color: var(--ll-deep-end);
}
button.btn-quantity * {
    color: var(--ll-deep-end);
  }
div#water-depth button:hover {
  font-weight: 700;
  border-color: var(--ll-light-gray);
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 1px;
  outline-color: var(--ll-original-blue);
  border-radius: 0px !important;
}
div#pairing-with button:hover {
  font-weight: 700;
  border-color: var(--ll-light-gray);
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 1px;
  outline-color: var(--ll-original-blue);
  border-radius: 0px !important;
}
/* Olark Z-Index Fix */
div.olark-launch-button-wrapper {
  z-index: 40 !important;
}
@media (min-width: 1024px) {
    button.btn-quantity:hover {
      background-color: var(--ll-deep-end) !important;
    }
      button.btn-quantity:hover * {
        color: white;
      }
}
/* CONTAINERS */
/* ======= */
div#yotpo-app div.yotpo-head a.yotpo-reviews-seo-trademark {
      display: none;
    }
div#yotpo-app div#yotpo-seo-reviews-container > div > nav {
  display: flex;
  width: 100%;
}
div#yotpo-app div#yotpo-seo-reviews-container > div > nav div {
  display: flex;
}
div#yotpo-app div#yotpo-seo-reviews-container > div > nav div a {
  display: flex;
  align-items: center;
  line-height: 1;
}
div.yotpo.yotpo-pictures-widget {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 1024px) {
  div.yotpo.yotpo-pictures-widget {
    margin-bottom: 80px;
    max-width: 1200px;
  }
}
div.yotpo.yotpo-pictures-widget div.yotpo-pictures-gallery-header-wrapper {
    visibility: hidden;
  }
div.yotpo-header {
  max-width: 1200px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
}
@media (min-width: 1024px) {
  div.yotpo-header {
    margin-left: auto;
    margin-right: auto;
  }
}
div.yotpo-header > p {
  width: 100%;
    font-size: clamp(1.125rem, 0.385vw + 1.038rem, 1.375rem);
    line-height: clamp(1.44rem, 0.662vw + 1.291rem, 1.87rem);
}
/* - components */
/* HEADER */
/* ======= */
.navigation-shadow {
  box-shadow: 0px 2px 6px 0px rgba(34, 35, 35, 0.25);
}
.navMenu,
.topNavMenu {
  display: none;
}
.navLink {
  border-bottom-width: 4px;
  border-style: solid;
  border-color: transparent;
  /* font-size: 16px; */
  font-size: 19px;
  font-weight: 500;
  line-height: 1.37;
  letter-spacing: 0.32px;
}
.navContainer:hover .navMenu {
  display: flex;
}
#topNav a:hover {
  color: var(--ll-deep-end);
}
.topNavHover:hover > div.topNavHover_nested {
  color: var(--ll-deep-end);
  border-color: var(--ll-deep-end);
}
.topNavHover:hover > .topNavMenu {
  display: flex;
}
.navContainer:hover .navLink {
  border-bottom-width: 4px;
  border-style: solid;
  border-color: var(--ll-deep-end);
}
/* Style Featured Image Height dependant on # of siblings */
.navFeatImageCont-1 > a:first-child:nth-last-child(1) {
  height: 100%;
}
.navFeatImageCont-1 > a:first-child:nth-last-child(2),
.navFeatImageCont-1 > a:first-child:nth-last-child(2) ~ a {
  height: 50%;
}
.navFeatImageCont-1 > a:first-child:nth-last-child(3),
.navFeatImageCont-1 > a:first-child:nth-last-child(3) ~ a {
  height: 33.3333%;
}
.klaviyo-form button {
  background-color: var(--ll-deep-end) !important;
}
/* Hoopstr Font */
@font-face {
  font-family: "ledge-hoopstr";
  src: url("data:font/woff2;base64,d09GMk9UVE8AAAkwAAkAAAAADmgAAAjoAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAADZMJBmAAYgE2AiQDgXYEBgWDfwcgG78NUdQsSioV2Y8E281UCX/kxIWF6DDiJBIrAGmyx3da8yRbShxAFdCLSRcQ0d0jwD8AknvurefT+ZqkcFeprKKVJxWA3t7OmUrbBwCb9YUGPlk6AVv+gAXaynumJRnlVvO/5upJWzRJWAvkPerJ7JufIeYVj4G8/38/V/+dJW9/UbRtoS4txrc/86aGaBP1UjSLSoLEWcQkjk6MhErtRHpgQc8SKcjJHxchGAxElDNnFivX7TF//oLFSxbVfXcRkXiTNdwY3EJyi5ibZ3iJMN/tjSkK/VnxoJkEY7oocbtIrkiCESUzpxvdhqtdI812gZQsVM1HJ/JSiSBiQITQmYHwNzQ8VOJ/3IVPHb9mRpwMMkmQpAAFyaIQhSlCUYpRnBKUpBSlSVEO5VIe5VMBFVILakmtqDW1obbUjo4ywAKsmN3lJbyU27wKr8qr8epilBgtxoixYpwYLyaIiWKSmCymiKli2s/e6F3ncecSX+QV5/ILF8sd+XsXXHOuld9TfvVgztvJ7z/q+HEHbXu2npxxZulpXjUxPdXafZryn1FuvYoHlffeXaPfE972d5Ujbz9ufuHoVrNmi65jzD9mCa+VLlLa1K08U4rQcT9O698el5RAp1lLZr4gUqGO5m8pIEoVqnKd/5aTyZX1okrRU6T3rXt71rRgz64yo3PUX791fWsmrnaLOJJCdKOI9cJaLjztrVkiFUfAy6/8Wgk++7fHg6UzIoV43B1qCL4Ozj3CJ5olot74aFHw7SjM+8zuigGkv4rQ67xxr7ODJrLW8bw9ulVPPyoL0v88k5vrxzE1xvfwJPhGvQcd1WUdZGvYMrDqIAf2/PZzxIuW9DxRA29ZaaCbqL3gondlHDOvWBCv9JO5eg3MieNS2n7ZgqWTrfPLzMPJg97bFY2oMT7PE+Mb9WZ3VIe1++bAMDBWbeTBvteNokwLRHIouozg83bZsIbRVN9Dufwxpfezu1WOzYumYp21hRA45HNVsl2vgTet1PC2q/+yGctc7EUTQwI8/PBzu8fHqZE8yRv3jjs6WNVKv5QPV/iFXnxHekL6s3+4+7CeVZxdwUazukAK8b5Esmu7puO6ulN0uR7X47tSH0r9mooybYC7WB8wKra7Ee1GsjBkh0LIxYXf/vOgMzYn2hIB5YKscvX3LZTXMzOHjWatyZicLbiCI7qiLVuyUTVlrOiSpgxkJPUE2BfbAp+pgbyUFYs2V85uQ3pz/fRmnd1UgQG8fbmm1GVus4w1XSWCnj+wsYN1U/Mh8rvBKNMCoewKFvPwxxf2xm/+Rne0x5Pb7ol6WTcTKRx6X3otm6lvgYch56al8Gqh+Q4Ld5st9sWbP9YSPja/6P7VWdn8de25T1/STsr45pLqvYSe2lKuQFL8WtY6WrA3mutQAunLUgyrwzjTAsN23I+YtoohvgSkjOdqWm0RPWBLhGirA9bqNbCmQB4ywlCJD/PersPOkRozrV673+7hU/cwisLoyD0zIT69Qt/TP1xIpfPOafFIRijCDjDGsN6sNxh9BaXz9RqY5yfcmKF2csm/GasBB2Nk8L7Vlu5rVpquPCRSqP+VdbiWTGmFzzEma8Q0PTt/ebPMLuGpSyIcisPsrAyeqYlVnPcyoajVjILp52XE+JbuqresXd5NVQHroXZy7GXH+s4n9zqkL5h+VpeGxdrKXQHyTqD4dBjs2lIeMjTTwnWn52zmt54j3rM4p2wZrA25TZ9z95TQu3vbVZbNiqqUOWdyJTEoPk+MzZ1PEt9nH8nQcdj7Vr1tUTt+33Wac0/wUwM22JP6v88o7xJ3/+lb1IHn0qHeA26nQdJM7oT/LpIK/D5d7utUpWiJkIuKqesB7uE2QFYr8MHhEofUTu6QQc58xr3/f+WeqAHC4xulpxhYOXqDoIz4E9nGQ6PVS9Z87LiwF569amoDN8aXZuxBmVto7hKMcVV01JSMwm9o9Wl3x2nd5/Rnp0U657RkLjT3w8HdYdL9Oe1m1O0UkgwEiQhaYxL2wcH70FRArWk0LaX9FNEF/UK/02tjXfAzLUDmFLpXJ1Mgre/D46PgOLrSfqnC9OGtYGN3t9hjd0VZ0dLqjJUQClvKfLFOvmcdOCXLYWWIvof2908pvbO7XeXZfVGXnHOmUAKDZGYnmJCiYtquLKsZo4QCBTOvsj7bntITS1eP6+y6Q30RemkhVFoRc4LxGjFDz80cLOsDF0colIfuLDROncNhBNbRnir1Pbqiv7+CM/JhWjyAx2QCm0k3DsNDB7qH5+qP9PGhxB2xcWWkfOJTB+IUkmks+5qqD7SB+PF01US4Z3Vh13baDv3PI/n5jw6ZEvp7+QN/mvXaQW7jKqaX1wu628luF7PpenqfJKG6tHw6pjd39qpddk8SB6qonVWlrG9Xq3WF3G4TlTMoOxCGM6xZ2CLkHVfxaPKQlUVZTerWJHngPyzyMHuqznJYufwTr+hh3EIBS26v8bHzyotRGd6pXNYB980/QhergeAyokvWwGaPDzRDEoHBdlAXJgJsF/sGQG9rKjQOjfAfQJVjH0N7D++HZ2FjFbf9FniVf89yAZAi6G/2JACbAzDguWlwEMYx0M8TRSDZJAosVQ8tMQqrcMH3KxSvgwboiIlBBEt9AUD4z/lP+BMr9ggDcjuiEzokYPQls3NenD4+1uafAOffA8CXYsZeK8dvEfqTDwWkFYVREWLIeLgAQBmEWBuyWtDfGJuFA6GJP5iNkAdKr6BYIZ2FXJRFYXsH2xaNhAsQsBoGxgEodA5EcGk5TORRIWKQiIgMKKRFJqqgLEdAodeGrmQEQSjAeFTEEMVKEUcHbBcZqIVXRCY64Q+RQC1q3DLeBClR+wpfR9R/1a975Wlu+E85JbvPWblgxmK7cT3/NDSys40bNm1Y9vhRfA6mYgqmG9l10QPzlSILsBhLkAiDPNOxNNM0MZDbEPXQAC/ZGkPRG8PRz2loxTbq0g0tpMyGYQj1LMbM7NHzYHdq6o6aVlYyzaBzbTRGvQxTI4+TReOxaoqGKBuQbj/H/TNoVA8AAAAA");
}
/* ======= */
/* development */
/* - reset default border color */
*,
::before,
::after {
    border-color: var(--color__border-divider-light-1);
  }
/* - update page behavior */
/* - scale with base size */
html {
  scroll-behavior: smooth;
  font-size: var(--type-font-base-size);
}
body.no-scroll {
    overflow: hidden;
    height: 100%;
  }
/* Global Scrollbar Edits */
/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}
/* Track */
::-webkit-scrollbar-track {
  background: var(--ll-light-gray);
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--ll-deep-end);
  border-radius: 4px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--ll-deep-end);
}
/* - hide alpine elements until ready */
[x-cloak] {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* - remove margin on child content */
.m-0--clear p {
  margin: 0px;
}
/* strikethrough */
.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  left: 0px;
  right: 0px;
  opacity: 0.5;
  content: "";
  top: 50%;
  border-top: 2px solid;
  border-color: var(--color__text-light) !important;
  transform: rotate(-15deg);
}
/* Hide Infinite Options Water Depth & Pairing with */
.water-depth-container,
.pairing-with-container {
  display: none;
}
/* hide scrollbar */
.hidescrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hidescrollbar::-webkit-scrollbar {
  display: none;
}
.ll-shadow {
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.25);
}
/* - flag stuff */
.fi {
  position: relative;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-right: 0.5rem;
  width: 1.33333333em;
  line-height: 1em;
}
.fi:before {
  content: "\00a0";
}
/* 3d model viewer */
.btn[data-shopify-xr-hidden] {
  display: none;
}
@media screen and (max-width: 749px) {
  .btn:not([data-shopify-xr-hidden]) {
    display: inline-flex;
  }
}
/* store locator */
.gmnoprint {
  min-height: 28px;
}
.gm-style-cc {
  min-height: 28px;
}
/* Page layout adjustment */
.rte img {
  display: initial;
}
.rte {
  display: flex;
  flex-direction: column;
}
/* Customer template */
.login a {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.login a[href="#recover"] {
  margin-left: 0;
  margin-right: 0;
}
.login .field + a {
  margin-top: 1rem;
}
.login p {
  margin: 1.5rem 0;
}
.login h3 {
  margin-top: 1.5rem;
  text-align: left;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}
/* Scrollbar styles */
.ll-scrollbar::-webkit-scrollbar {
  -webkit-appearance: none;
}
.ll-scrollbar::-webkit-scrollbar-thumb {
  background-color: #4d4e50;
}
.ll-scrollbar::-webkit-scrollbar:horizontal {
  height: 6px;
  background-color: #b3b4b6;
}
@media (min-width: 1024px) {
  .ll-scrollbar::-webkit-scrollbar:horizontal {
    height: 11px;
  }
}
/* LIVECHANNEL STYLES */
.prod-details-tab{
  padding-left:10px;
  align-items:center;
}
.prod-details-tab ul{
  list-style:disc;
}
.lft-warning-message{
  border:1px solid #FF7A00;
  border-radius:10px;
  background:#FFF8EF;
}
#customer_login_guest button {
  margin-top: 0;
}
#recover,
#recover + div {
  display: none;
}
#recover:target {
  display: block;
}
#recover:target + div {
  display: block;
}
#recover:target ~ #login,
#recover:target ~ #login + div {
  display: none;
}
#recover,
#login {
  scroll-margin-top: 20rem;
}
#recover {
  margin-bottom: 0;
}
/* - add spacing to challenge captcha page */
/* - add spacing to shopify legal pages */
.shopify-challenge__container,
.shopify-policy__container {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
/* dynamic checkout */
/* https://github.com/Shopify/dawn/blob/main/assets/section-main-product.css */
[data-shopify-buttoncontainer] {
  justify-content: center !important;
}
[data-shopify-buttoncontainer] li {
  flex-grow: 1 !important;
}
.shopify-payment-button__button--hidden {
  display: none !important;
}
.shopify-payment-button__button,
.shopify-payment-button__more-options {
  overflow: hidden;
    border-radius: var(--sizes-border-button-radius) !important;
}
.shopify-payment-button__button--unbranded {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
    background-color: var(--color-secondary-button-background-light) !important;
    color: var(--ll-light-blue) !important;
}
@media (hover: hover) and (pointer: fine) {
  .shopify-payment-button__button--unbranded:hover {
    background-color: var(--color-secondary-button-background-light);
  }
}
.shopify-payment-button__button--unbranded {
  line-height: 1.5 !important;
  letter-spacing: 0.025em !important;
}
@media (hover: hover) and (pointer: fine) {
  .shopify-payment-button__button--branded:hover {
    background-color: var(--color-secondary-button-background-light);
  }
}
.shopify-payment-button__button--branded {
  line-height: 1.5 !important;
  letter-spacing: 0.025em !important;
}
.shopify-payment-button__button [role="button"] {
  min-height: 0px;
  padding: 0px;
}
.shopify-payment-button__button:focus-within {
    box-shadow:
      var(--color__bg-body-light) 0px 0px 0px 2px,
      var(--color__border-selected-light-1) 0px 0px 0px 4px !important;
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }
.shopify-payment-button__more-options {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
    background-color: var(--color__bg-overlay-light-1) !important;
}
.after\:pl-1::after {
  content: var(--tw-content);
  padding-left: 0.25rem;
}
.after\:content-\[\'\\007C\'\]::after {
  --tw-content: '\007C';
  content: var(--tw-content);
}
.after\:content-\[\'\\00B7\'\]::after {
  --tw-content: '\00B7';
  content: var(--tw-content);
}
.after\:color__bg-body::after {
    content: var(--tw-content);
    background-color: var(--color__bg-body-light);
  }
.after\:color__bg-overlay-1::after {
    content: var(--tw-content);
    background-color: var(--color__bg-overlay-light-1);
  }
.after\:color__bg-overlay-2::after {
    content: var(--tw-content);
    background-color: var(--color__bg-overlay-light-2);
  }
.after\:color__bg-overlay-3::after {
    content: var(--tw-content);
    background-color: var(--color__bg-overlay-light-3);
  }
.after\:color__bg-primary::after {
    content: var(--tw-content);
    background-color: var(--color-primary-button-background-light);
  }
.after\:color__bg-secondary::after {
    content: var(--tw-content);
    background-color: var(--color-secondary-button-background-light);
  }
.after\:color__bg-neutral::after {
    content: var(--tw-content);
    background-color: var(--color-neutral-button-background-light);
  }
.after\:color__text::after {
    content: var(--tw-content);
    color: var(--ll-dark-gray);
  }
.after\:color__primary::after {
    content: var(--tw-content);
    color: var(--ll-deep-end);
  }
.after\:color__secondary::after {
    content: var(--tw-content);
    color: var(--ll-light-blue);
  }
.first\:mt-\[24px\]:first-child {
  margin-top: 24px;
}
.first\:pt-\[24px\]:first-child {
  padding-top: 24px;
}
.last\:after\:hidden:last-child::after {
  content: var(--tw-content);
  display: none;
}
.focus-within\:block:focus-within {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .hover\:block:hover {
    display: block;
  }
  .hover\:scale-\[1\.02\]:hover {
    --tw-scale-x: 1.02;
    --tw-scale-y: 1.02;
    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));
  }
  .hover\:scale-\[1\.04\]:hover {
    --tw-scale-x: 1.04;
    --tw-scale-y: 1.04;
    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));
  }
  .hover\:cursor-default:hover {
    cursor: default;
  }
  .hover\:cursor-pointer:hover {
    cursor: pointer;
  }
  .hover\:\!border-ll-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 21 69 / var(--tw-border-opacity)) !important;
  }
  .hover\:border-ll-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 21 69 / var(--tw-border-opacity));
  }
  .hover\:border-ll-light-gray:hover {
    --tw-border-opacity: 1;
    border-color: rgb(230 231 232 / var(--tw-border-opacity));
  }
  .hover\:\!bg-ll-light-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(230 231 232 / var(--tw-bg-opacity)) !important;
  }
  .hover\:\!bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  }
  .hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }
  .hover\:bg-ll-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 21 69 / var(--tw-bg-opacity));
  }
  .hover\:font-\[600\]:hover {
    font-weight: 600;
  }
  .hover\:font-bold:hover {
    font-weight: 700;
  }
  .hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgb(30 58 138 / var(--tw-text-opacity));
  }
  .hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  }
  .hover\:text-ll-blue:hover {
    --tw-text-opacity: 1;
    color: rgb(0 21 69 / var(--tw-text-opacity));
  }
  .hover\:text-ll-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
  .hover\:\!no-underline:hover {
    text-decoration-line: none !important;
  }
  .hover\:no-underline:hover {
    text-decoration-line: none;
  }
  .hover\:decoration-ll-blue:hover {
    text-decoration-color: #0080A3;
  }
  .hover\:opacity-100:hover {
    opacity: 1;
  }
  .hover\:opacity-70:hover {
    opacity: 0.7;
  }
  .hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .hover\:outline:hover {
    outline-style: solid;
  }
  .hover\:outline-\[2px\]:hover {
    outline-width: 2px;
  }
  .hover\:outline-offset-1:hover {
    outline-offset: 1px;
  }
  .hover\:outline-ll-original-blue:hover {
    outline-color: #001545;
  }
  .hover\:color__bg-overlay-1:hover {
    background-color: var(--color__bg-overlay-light-1);
  }
  .hover\:color__border-selected-1:hover {
    border-color: var(--color__border-selected-light-1);
  }
}
.focus\:-mr-\[4rem\]:focus {
  margin-right: -4rem;
}
.focus\:translate-y-0:focus {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.focus\:rounded-r-\[50px\]:focus {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:focus-within .group-focus-within\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:focus-within .group-focus-within\:opacity-100 {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .group:hover .group-hover\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group\/banner:hover .group-hover\/banner\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group:hover .group-hover\:bg-white\/50 {
    background-color: rgb(255 255 255 / 0.5);
  }
  .group:hover .group-hover\:opacity-0 {
    opacity: 0;
  }
  .group:hover .group-hover\:opacity-100 {
    opacity: 1;
  }
  .group:hover .group-hover\:border__button--focus {
    /* @apply border--focus; */
  }
}
.group:focus .group-focus\:outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:focus .group-focus\:ring-4 {
  --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(4px + 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:focus .group-focus\:ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.peer:focus ~ .peer-focus\:block {
  display: block;
}
@media (prefers-color-scheme: dark) {
  .dark\:bg-gray-800\/30 {
    background-color: rgb(31 41 55 / 0.3);
  }
  @media (hover: hover) and (pointer: fine) {
    .group:hover .dark\:group-hover\:bg-gray-800\/60 {
      background-color: rgb(31 41 55 / 0.6);
    }
  }
  .group:focus .dark\:group-focus\:ring-gray-800\/70 {
    --tw-ring-color: rgb(31 41 55 / 0.7);
  }
}
@media (max-width: 1850px) {
  .max-\[1850px\]\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .max-\[1850px\]\:mr-6 {
    margin-right: 1.5rem;
  }
  .max-\[1850px\]\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media not all and (min-width: 1024px) {
  .max-lg\:mb-\[16px\] {
    margin-bottom: 16px;
  }
}
@media (min-width: 640px) {
  .sm\:order-1 {
    order: 1;
  }
  .sm\:order-2 {
    order: 2;
  }
  .sm\:mb-0 {
    margin-bottom: 0px;
  }
  .sm\:block {
    display: block;
  }
  .sm\:h-10 {
    height: 2.5rem;
  }
  .sm\:h-full {
    height: 100%;
  }
  .sm\:w-10 {
    width: 2.5rem;
  }
  .sm\:max-w-\[70\%\] {
    max-width: 70%;
  }
  .sm\:basis-1\/3 {
    flex-basis: 33.333333%;
  }
  .sm\:basis-2\/3 {
    flex-basis: 66.666667%;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:gap-14 {
    gap: 3.5rem;
  }
  .sm\:p-0 {
    padding: 0px;
  }
}
@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }
  .md\:sticky {
    position: sticky;
  }
  .md\:bottom-auto {
    bottom: auto;
  }
  .md\:left-0 {
    left: 0px;
  }
  .md\:left-4 {
    left: 1rem;
  }
  .md\:left-5 {
    left: 1.25rem;
  }
  .md\:left-auto {
    left: auto;
  }
  .md\:right-4 {
    right: 1rem;
  }
  .md\:right-5 {
    right: 1.25rem;
  }
  .md\:top-1\/2 {
    top: 50%;
  }
  .md\:top-5 {
    top: 1.25rem;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-10 {
    order: 10;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
  .md\:order-4 {
    order: 4;
  }
  .md\:order-5 {
    order: 5;
  }
  .md\:order-6 {
    order: 6;
  }
  .md\:order-7 {
    order: 7;
  }
  .md\:order-8 {
    order: 8;
  }
  .md\:order-9 {
    order: 9;
  }
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:m-auto {
    margin: auto;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-\[40px\] {
    margin-bottom: 40px;
  }
  .md\:ml-4 {
    margin-left: 1rem;
  }
  .md\:mr-0 {
    margin-right: 0px;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:mt-\[32px\] {
    margin-top: 32px;
  }
  .md\:mt-\[40px\] {
    margin-top: 40px;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:table-cell {
    display: table-cell;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-\[30px\] {
    height: 30px;
  }
  .md\:h-\[368px\] {
    height: 368px;
  }
  .md\:h-\[4rem\] {
    height: 4rem;
  }
  .md\:h-\[500px\] {
    height: 500px;
  }
  .md\:max-h-\[400px\] {
    max-height: 400px;
  }
  .md\:min-h-\[350px\] {
    min-height: 350px;
  }
  .md\:min-h-\[352px\] {
    min-height: 352px;
  }
  .md\:min-h-\[450px\] {
    min-height: 450px;
  }
  .md\:min-h-\[550px\] {
    min-height: 550px;
  }
  .md\:min-h-\[60vh\] {
    min-height: 60vh;
  }
  .md\:min-h-\[70vh\] {
    min-height: 70vh;
  }
  .md\:min-h-\[80vh\] {
    min-height: 80vh;
  }
  .md\:min-h-full {
    min-height: 100%;
  }
  .md\:\!w-auto {
    width: auto !important;
  }
  .md\:w-1\/12 {
    width: 8.333333%;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-1\/4 {
    width: 25%;
  }
  .md\:w-10\/12 {
    width: 83.333333%;
  }
  .md\:w-11\/12 {
    width: 91.666667%;
  }
  .md\:w-12 {
    width: 3rem;
  }
  .md\:w-2 {
    width: 0.5rem;
  }
  .md\:w-2\/12 {
    width: 16.666667%;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:w-2\/4 {
    width: 50%;
  }
  .md\:w-3\/12 {
    width: 25%;
  }
  .md\:w-3\/4 {
    width: 75%;
  }
  .md\:w-4\/12 {
    width: 33.333333%;
  }
  .md\:w-5\/12 {
    width: 41.666667%;
  }
  .md\:w-6\/12 {
    width: 50%;
  }
  .md\:w-7\/12 {
    width: 58.333333%;
  }
  .md\:w-8\/12 {
    width: 66.666667%;
  }
  .md\:w-9\/12 {
    width: 75%;
  }
  .md\:w-96 {
    width: 24rem;
  }
  .md\:w-\[26\%\] {
    width: 26%;
  }
  .md\:w-\[30px\] {
    width: 30px;
  }
  .md\:w-\[48\%\] {
    width: 48%;
  }
  .md\:w-\[52\%\] {
    width: 52%;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:max-w-\[1140px\] {
    max-width: 1140px;
  }
  .md\:max-w-\[300px\] {
    max-width: 300px;
  }
  .md\:max-w-\[48\%\] {
    max-width: 48%;
  }
  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .md\:max-w-\[616px\] {
    max-width: 616px;
  }
  .md\:max-w-md {
    max-width: 28rem;
  }
  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }
  .md\:snap-center {
    scroll-snap-align: center;
  }
  .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-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:gap-10 {
    gap: 2.5rem;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .md\:gap-y-0 {
    row-gap: 0px;
  }
  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-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\:border-t-0 {
    border-top-width: 0px;
  }
  .md\:bg-ll-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(0 21 69 / var(--tw-bg-opacity));
  }
  .md\:p-20 {
    padding: 5rem;
  }
  .md\:\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:pb-4 {
    padding-bottom: 1rem;
  }
  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .md\:pl-2 {
    padding-left: 0.5rem;
  }
  .md\:pr-10 {
    padding-right: 2.5rem;
  }
  .md\:pr-4 {
    padding-right: 1rem;
  }
  .md\:pt-0 {
    padding-top: 0px;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-start {
    text-align: start;
  }
  .md\:align-middle {
    vertical-align: middle;
  }
  .md\:text-\[22px\] {
    font-size: 22px;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:leading-loose {
    line-height: 2;
  }
  .md\:border--r-width {
    border-right-width: var(--sizes-border-width);
  }
  .md\:border--l-width {
    border-left-width: var(--sizes-border-width);
  }
  .md\:margin--r-gap {
    margin-right: var(--sizes-gap-width);
  }
  .md\:margin--l-gap {
    margin-left: var(--sizes-gap-width);
  }
  @media (hover: hover) and (pointer: fine) {
    .md\:hover\:font-semibold:hover {
      font-weight: 600;
    }
  }
}
@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }
  .lg\:relative {
    position: relative;
  }
  .lg\:-left-2 {
    left: -0.5rem;
  }
  .lg\:left-8 {
    left: 2rem;
  }
  .lg\:left-\[5\%\] {
    left: 5%;
  }
  .lg\:top-\[40\%\] {
    top: 40%;
  }
  .lg\:top-\[75\%\] {
    top: 75%;
  }
  .lg\:z-10 {
    z-index: 10;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-10 {
    order: 10;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:order-3 {
    order: 3;
  }
  .lg\:order-4 {
    order: 4;
  }
  .lg\:order-5 {
    order: 5;
  }
  .lg\:order-6 {
    order: 6;
  }
  .lg\:order-7 {
    order: 7;
  }
  .lg\:order-8 {
    order: 8;
  }
  .lg\:order-9 {
    order: 9;
  }
  .lg\:m-auto {
    margin: auto;
  }
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mb-\[60px\] {
    margin-bottom: 60px;
  }
  .lg\:mb-\[80px\] {
    margin-bottom: 80px;
  }
  .lg\:mb-\[8px\] {
    margin-bottom: 8px;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:mt-4 {
    margin-top: 1rem;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:inline-flex {
    display: inline-flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-\[100px\] {
    height: 100px;
  }
  .lg\:h-\[224px\] {
    height: 224px;
  }
  .lg\:h-\[234px\] {
    height: 234px;
  }
  .lg\:h-\[304px\] {
    height: 304px;
  }
  .lg\:h-\[323px\] {
    height: 323px;
  }
  .lg\:h-\[368px\] {
    height: 368px;
  }
  .lg\:h-\[375px\] {
    height: 375px;
  }
  .lg\:h-\[400px\] {
    height: 400px;
  }
  .lg\:h-\[450px\] {
    height: 450px;
  }
  .lg\:h-\[468px\] {
    height: 468px;
  }
  .lg\:h-\[492px\] {
    height: 492px;
  }
  .lg\:h-\[50\%\] {
    height: 50%;
  }
  .lg\:h-\[500px\] {
    height: 500px;
  }
  .lg\:h-\[56px\] {
    height: 56px;
  }
  .lg\:h-\[60vh\] {
    height: 60vh;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:max-h-\[250px\] {
    max-height: 250px;
  }
  .lg\:max-h-\[488px\] {
    max-height: 488px;
  }
  .lg\:max-h-\[500px\] {
    max-height: 500px;
  }
  .lg\:max-h-\[512px\] {
    max-height: 512px;
  }
  .lg\:max-h-\[70vh\] {
    max-height: 70vh;
  }
  .lg\:min-h-\[200px\] {
    min-height: 200px;
  }
  .lg\:min-h-\[20px\] {
    min-height: 20px;
  }
  .lg\:min-h-\[224px\] {
    min-height: 224px;
  }
  .lg\:min-h-\[300px\] {
    min-height: 300px;
  }
  .lg\:min-h-\[400px\] {
    min-height: 400px;
  }
  .lg\:min-h-\[512px\] {
    min-height: 512px;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-2\/5 {
    width: 40%;
  }
  .lg\:w-3\/5 {
    width: 60%;
  }
  .lg\:w-\[200px\] {
    width: 200px;
  }
  .lg\:w-\[234px\] {
    width: 234px;
  }
  .lg\:w-\[25\%\] {
    width: 25%;
  }
  .lg\:w-\[304px\] {
    width: 304px;
  }
  .lg\:w-\[40\%\] {
    width: 40%;
  }
  .lg\:w-\[460px\] {
    width: 460px;
  }
  .lg\:w-\[468px\] {
    width: 468px;
  }
  .lg\:w-\[60\%\] {
    width: 60%;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:min-w-\[230px\] {
    min-width: 230px;
  }
  .lg\:max-w-\[1000px\] {
    max-width: 1000px;
  }
  .lg\:max-w-\[1024px\] {
    max-width: 1024px;
  }
  .lg\:max-w-\[1120px\] {
    max-width: 1120px;
  }
  .lg\:max-w-\[1280px\] {
    max-width: 1280px;
  }
  .lg\:max-w-\[1440px\] {
    max-width: 1440px;
  }
  .lg\:max-w-\[1600px\] {
    max-width: 1600px;
  }
  .lg\:max-w-\[1800px\] {
    max-width: 1800px;
  }
  .lg\:max-w-\[225px\] {
    max-width: 225px;
  }
  .lg\:max-w-\[250px\] {
    max-width: 250px;
  }
  .lg\:max-w-\[304px\] {
    max-width: 304px;
  }
  .lg\:max-w-\[376px\] {
    max-width: 376px;
  }
  .lg\:max-w-\[400px\] {
    max-width: 400px;
  }
  .lg\:max-w-\[460px\] {
    max-width: 460px;
  }
  .lg\:max-w-\[468px\] {
    max-width: 468px;
  }
  .lg\:max-w-\[485px\] {
    max-width: 485px;
  }
  .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .lg\:max-w-\[500px\] {
    max-width: 500px;
  }
  .lg\:max-w-\[550px\] {
    max-width: 550px;
  }
  .lg\:max-w-\[800px\] {
    max-width: 800px;
  }
  .lg\:max-w-\[80rem\] {
    max-width: 80rem;
  }
  .lg\:max-w-md {
    max-width: 28rem;
  }
  .lg\:max-w-xl {
    max-width: 36rem;
  }
  .lg\:basis-2\/5 {
    flex-basis: 40%;
  }
  .lg\:basis-3\/5 {
    flex-basis: 60%;
  }
  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:cursor-pointer {
    cursor: pointer;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:items-stretch {
    align-items: stretch;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-10 {
    gap: 2.5rem;
  }
  .lg\:gap-20 {
    gap: 5rem;
  }
  .lg\:gap-4 {
    gap: 1rem;
  }
  .lg\:gap-6 {
    gap: 1.5rem;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:gap-\[120px\] {
    gap: 120px;
  }
  .lg\:gap-\[24px\] {
    gap: 24px;
  }
  .lg\:gap-\[32px\] {
    gap: 32px;
  }
  .lg\:gap-\[40px\] {
    gap: 40px;
  }
  .lg\:gap-\[80px\] {
    gap: 80px;
  }
  .lg\:gap-\[8px\] {
    gap: 8px;
  }
  .lg\:space-x-\[40px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40px * var(--tw-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\: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));
  }
  .lg\:overflow-x-auto {
    overflow-x: auto;
  }
  .lg\:p-0 {
    padding: 0px;
  }
  .lg\:p-4 {
    padding: 1rem;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-\[136px\] {
    padding-left: 136px;
    padding-right: 136px;
  }
  .lg\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .lg\:px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }
  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem;
  }
  .lg\:pl-4 {
    padding-left: 1rem;
  }
  .lg\:pl-6 {
    padding-left: 1.5rem;
  }
  .lg\:pl-\[136px\] {
    padding-left: 136px;
  }
  .lg\:pr-4 {
    padding-right: 1rem;
  }
  .lg\:pr-6 {
    padding-right: 1.5rem;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pt-4 {
    padding-top: 1rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-start {
    text-align: start;
  }
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:font-bold {
    font-weight: 700;
  }
  .lg\:\!text-ll-blue {
    --tw-text-opacity: 1 !important;
    color: rgb(0 21 69 / var(--tw-text-opacity)) !important;
  }
  .lg\:text-ll-blue {
    --tw-text-opacity: 1;
    color: rgb(0 21 69 / var(--tw-text-opacity));
  }
  .lg\:first\:mt-\[40px\]:first-child {
    margin-top: 40px;
  }
  .lg\:first\:pt-\[40px\]:first-child {
    padding-top: 40px;
  }
  .px-14 {
    padding-left: 3.5rem; 
    padding-right: 3.5rem;
  }
  @media (hover: hover) and (pointer: fine) {
    .lg\:hover\:scale-\[1\.02\]:hover {
      --tw-scale-x: 1.02;
      --tw-scale-y: 1.02;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .lg\:hover\:text-affirm-indigo:hover {
      --tw-text-opacity: 1;
      color: rgb(78 79 235 / var(--tw-text-opacity));
    }
    .lg\:hover\:text-ll-blue:hover {
      --tw-text-opacity: 1;
      color: rgb(0 21 69 / var(--tw-text-opacity));
    }
  }
}
@media (min-width: 1200px) {
  .dtop\:inline-block {
    display: inline-block;
  }
  .dtop\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .xl\:w-1\/3 {
    width: 33.333333%;
  }
  .xl\:w-\[100vw\] {
    width: 100vw;
  }
  .xl\:max-w-\[250px\] {
    max-width: 250px;
  }
  .xl\:gap-8 {
    gap: 2rem;
  }
  .xl\:pl-\[32px\] {
    padding-left: 32px;
  }
  .@media (min-width: 1280px) {
  .xl\:w-1\/3 {
    width: 33.333333%;
  }
  .xl\:w-\[100vw\] {
    width: 100vw;
  }
  .xl\:max-w-\[250px\] {
    max-width: 250px;
  }
  .xl\:gap-8 {
    gap: 2rem;
  }
  .xl\:pl-\[32px\] {
    padding-left: 32px;
  }
}
@media (min-width: 1536px) {
  .\32xl\:max-w-\[1800px\] {
    max-width: 1800px;
  }
} {
    padding-left: 3.5rem; 
    padding-right: 3.5rem;
  }
}
@media (min-width: 1536px) {
  .\32xl\:max-w-\[1800px\] {
    max-width: 1800px;
  }
}

.gap-3 {
  gap: 1.5rem;
  padding-left: .75rem;
  padding-right: .75rem;
}

footer .gap-3 {
  padding-left: 0;
  padding-right: 0;
}

footer .gap-3 h2 {
  margin-bottom: -1.2rem;
}

.btn.shop-button .h5 {
  line-height: 1.4 !important;
}

.btn {
  padding: 12px 20px;
}

.btn h5,
.btn h6 {
  margin-top: -0.2em;
}

h1.hero {
  color: white;
}

h2.hero {
  font-size: clamp(1rem,.278vw + .938rem,1.25rem);
  line-height: 1.15;
  letter-spacing: normal;
  font-weight: 700;
  font-family: mundial,sans-serif;
  text-transform: capitalize;
  margin: 1.5rem 0;
  font-size: 18px;
}

.main-homepage-hero .btn--secondary {
  border-color: var(--ll-deep-end) !important;  
}

.main-homepage-hero .btn--secondary:hover {
  background-color: var(--ll-deep-end) !important;
  border-color: var(--ll-white) !important;
  color: var(--ll-white) !important;
}

#basic-page h1,
.collection h1 {
  font-size: 57.5293px;
  line-height: 1.1;
  letter-spacing: .01em;
  font-weight: 700 !important;
}
}