/** Shopify CDN: Minification failed

Line 1470:0 Unexpected "<"
Line 1476:1 Unexpected ">"
Line 1503:0 Unexpected "<"
Line 1518:1 Unexpected ">"

**/
.w-form sup {
  font-size: 0.625rem;
  line-height: 0.85rem;
  --tw-text-opacity: 1;
  color: rgb(237 1 49 / var(--tw-text-opacity));
}

.w-form .errors {
  margin-bottom: 2rem;
  border-radius: 0.25rem;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(237 1 49 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity));
}

.w-form .errors > ul > :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));
  --tw-divide-opacity: 1;
  border-color: rgb(237 1 49 / var(--tw-divide-opacity));
}

.w-form .errors > ul > li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.w-form .success {
  margin-bottom: 2rem;
  border-radius: 0.25rem;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity));
}

.w-form-field > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.w-form-field + .w-form-field,
  .w-form-field + small {
  margin-top: 1.5rem;
}

.w-form-input {
  -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;
}

.w-form-input: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;
}

.w-form-input::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

.w-form-input::placeholder {
  color: #6b7280;
  opacity: 1;
}

.w-form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

.w-form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
}

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

.w-form-textarea {
  -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;
}

.w-form-textarea: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;
}

.w-form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

.w-form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

.w-form-input,
  .w-form-textarea {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.125rem;
  border-width: 0px;
  font-weight: 500;
}

.w-form-input:focus,
  .w-form-textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 2px;
}

.w-form-input,
  .w-form-textarea {
  background-color: rgb(0 0 0 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.w-form-input:focus,
  .w-form-textarea:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.w-form-input::-moz-selection, .w-form-textarea::-moz-selection{
  color:#fff;
  background:#000;
}

.w-form-input::selection, .w-form-textarea::selection{
  color:#fff;
  background:#000;
}

.w-prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.w-prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.w-prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.w-prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.w-prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.w-prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.w-prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.w-prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.w-prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.w-prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.w-prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.w-prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.w-prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.w-prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.w-prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.w-prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.w-prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.w-prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

.w-prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.w-prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.w-prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.w-prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.w-prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
}

.w-prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}

.w-prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}

.w-prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.w-prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.w-prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
}

.w-prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.w-prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.w-prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.w-prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.w-prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.w-prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.w-prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.w-prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.w-prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}

.w-prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}

.w-prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.w-prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.w-prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.w-prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.w-prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.w-prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.w-prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.w-prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.w-prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.w-prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}

.w-prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}

.w-prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.w-prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.w-prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.w-prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.w-prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.w-prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}

.w-prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.w-prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}

.w-prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.w-prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.w-prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.w-prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.w-prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.w-prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.w-prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.w-prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.w-prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.w-prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.w-prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.w-prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.w-prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.w-prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.w-prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.w-prose {
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.w-prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.w-prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.w-prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}

.w-prose :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.w-prose :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.w-prose :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.w-prose :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.w-prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.w-prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.w-prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.w-prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.w-prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.w-prose :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
}

.w-prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8666667em;
}

.w-prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}

.w-prose :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}

.w-prose :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}

.w-prose :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}

.w-prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.w-prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}

.w-prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}

.w-prose :where(.prose-lg > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.w-prose :where(.prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.w-prose :where(.prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.w-prose :where(.prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.w-prose :where(.prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.w-prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.w-prose :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.w-prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.w-prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.w-prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.w-prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.w-prose :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}

.w-prose :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.w-prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.w-prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.w-prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.w-prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.w-prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.w-prose :where(.prose-lg > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.w-prose :where(.prose-lg > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.w-prose {
  --tw-prose-body: #000;
  --tw-prose-headings: #000;
  --tw-prose-lead: #000;
  --tw-prose-links: #000;
  --tw-prose-bold: #000;
  --tw-prose-counters: #000;
  --tw-prose-bullets: #000;
  --tw-prose-hr: #000;
  --tw-prose-quotes: #000;
  --tw-prose-quote-borders: #000;
  --tw-prose-captions: #000;
  --tw-prose-code: #000;
  --tw-prose-pre-code: #000;
  --tw-prose-pre-bg: #000;
  --tw-prose-th-borders: #000;
  --tw-prose-td-borders: #000;
  --tw-prose-invert-body: #fff;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #fff;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #fff;
  --tw-prose-invert-bullets: #fff;
  --tw-prose-invert-hr: #fff;
  --tw-prose-invert-quotes: #fff;
  --tw-prose-invert-quote-borders: #fff;
  --tw-prose-invert-captions: #fff;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #fff;
  --tw-prose-invert-pre-bg: #fff;
  --tw-prose-invert-th-borders: #fff;
  --tw-prose-invert-td-borders: #fff;
  max-width: 640px;
}

.dark .w-prose {
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}

.w-prose > :first-child {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.noocube-testimonials .swiper{
  --image-size:128px;
  --ornament-size:24px;
  --swiper-theme-color:rgb(var(--color-green));
  --swiper-navigation-size:38px;
}

.noocube-testimonials .swiper-button-prev,
  .noocube-testimonials .swiper-button-next{
  background:var(--swiper-theme-color);
  border-radius:100%;
  color:#fff;
  width:var(--swiper-navigation-size);
}

.noocube-testimonials .swiper-button-prev:focus,
  .noocube-testimonials .swiper-button-next:focus{
  outline:none;
}

.noocube-testimonials .swiper-button-prev:focus-visible,
  .noocube-testimonials .swiper-button-next:focus-visible{
  outline:2.5px solid #fff;
}

.noocube-testimonials .swiper-button-prev::after,
  .noocube-testimonials .swiper-button-next::after{
  font-size:16px;
}

.noocube-testimonials .swiper-button-prev{
  left:4px;
}

.noocube-testimonials .swiper-button-next{
  right:4px;
}

#main .shopify-challenge__container,
  #main .shopify-policy__container{
  width:100%;
  padding-right:1rem;
  padding-left:1rem;
}

#main .shopify-challenge__container:not([class*="max-w-"]),
  #main .shopify-policy__container:not([class*="max-w-"]) {
  max-width: 100%;
}

#main .shopify-challenge__container,
  #main .shopify-policy__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5000rem;
  padding-bottom: 1.5000rem;
}

#main .shopify-policy__title {
  font-size: 1.3750rem;
  line-height: 1.80rem;
}

#main .shopify-policy__body {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

#main .shopify-policy__body :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

#main .shopify-policy__body :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

#main .shopify-policy__body :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

#main .shopify-policy__body :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

#main .shopify-policy__body :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

#main .shopify-policy__body :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

#main .shopify-policy__body :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

#main .shopify-policy__body :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

#main .shopify-policy__body :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

#main .shopify-policy__body :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

#main .shopify-policy__body :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

#main .shopify-policy__body :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

#main .shopify-policy__body :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

#main .shopify-policy__body :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

#main .shopify-policy__body :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

#main .shopify-policy__body :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

#main .shopify-policy__body :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

#main .shopify-policy__body :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

#main .shopify-policy__body :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

#main .shopify-policy__body :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

#main .shopify-policy__body :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

#main .shopify-policy__body :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

#main .shopify-policy__body :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}

#main .shopify-policy__body :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}

#main .shopify-policy__body :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

#main .shopify-policy__body :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

#main .shopify-policy__body :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

#main .shopify-policy__body :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

#main .shopify-policy__body :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

#main .shopify-policy__body :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

#main .shopify-policy__body :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

#main .shopify-policy__body :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

#main .shopify-policy__body :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

#main .shopify-policy__body :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

#main .shopify-policy__body :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

#main .shopify-policy__body :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

#main .shopify-policy__body :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}

#main .shopify-policy__body :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}

#main .shopify-policy__body :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

#main .shopify-policy__body :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

#main .shopify-policy__body :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

#main .shopify-policy__body :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

#main .shopify-policy__body :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

#main .shopify-policy__body :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

#main .shopify-policy__body :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

#main .shopify-policy__body :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

#main .shopify-policy__body :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

#main .shopify-policy__body :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}

#main .shopify-policy__body :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}

#main .shopify-policy__body :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

#main .shopify-policy__body :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

#main .shopify-policy__body :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

#main .shopify-policy__body :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

#main .shopify-policy__body :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

#main .shopify-policy__body :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}

#main .shopify-policy__body :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

#main .shopify-policy__body :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}

#main .shopify-policy__body {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

#main .shopify-policy__body :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

#main .shopify-policy__body :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

#main .shopify-policy__body :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#main .shopify-policy__body :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

#main .shopify-policy__body :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

#main .shopify-policy__body :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

#main .shopify-policy__body :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

#main .shopify-policy__body :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

#main .shopify-policy__body :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

#main .shopify-policy__body :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

#main .shopify-policy__body :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

#main .shopify-policy__body :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

#main .shopify-policy__body :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

#main .shopify-policy__body :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

#main .shopify-policy__body :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

#main .shopify-policy__body :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

#main .shopify-policy__body :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

#main .shopify-policy__body :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

#main .shopify-policy__body :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

#main .shopify-policy__body :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

#main .shopify-policy__body :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

#main .shopify-policy__body :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

#main .shopify-policy__body {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}

#main .shopify-policy__body :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  font-family: futura-pt, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

#main .shopify-policy__body :is(:where(a):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#main .shopify-policy__body{
  max-width: 56rem !important;
}

#main .shopify-policy__body .rte > *:first-child {
  margin-top: 0px !important;
}

#main .shopify-challenge__container > :not([hidden]) ~ :not([hidden]),
  #main .shopify-challenge__container form > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5000rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5000rem * var(--tw-space-y-reverse));
}

#main .shopify-challenge__container     .w-space-children-collapse,#main .shopify-challenge__container     .w-space-children-collapse-b,#main .shopify-challenge__container form     .w-space-children-collapse,#main .shopify-challenge__container form     .w-space-children-collapse-b {
  margin-bottom: -1.5000rem !important;
}

.w-payment-type-flat path[opacity=".07"],
  .w-payment-type-flat path[fill="#fff"]{
  fill:transparent;
  stroke:transparent;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

<<<<<<< HEAD
=======
.top-\[-20px\] {
  top: -20px;
}

>>>>>>> 9d81e18 (Black Friday New Template)
.col-start-1 {
  grid-column-start: 1;
}

.row-start-1 {
  grid-row-start: 1;
}

.m-0 {
  margin: 0px;
}

.m-0\.5 {
  margin: 0.125rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

<<<<<<< HEAD
=======
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

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

>>>>>>> 9d81e18 (Black Friday New Template)
.mt-8 {
  margin-top: 2rem;
}

.grid {
  display: grid;
}

.h-0 {
  height: 0px;
}

.h-12 {
  height: 3rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.w-12 {
  width: 3rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.auto-cols-\[2rem\] {
  grid-auto-columns: 2rem;
}

.grid-flow-col {
  grid-auto-flow: column;
}

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

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

.grid-cols-\[100px_1fr\] {
  grid-template-columns: 100px 1fr;
}

.grid-cols-\[minmax\(0\2c 380px\)\] {
  grid-template-columns: minmax(0,380px);
}

.grid-cols-\[var\(--noocube-image-width\2c 1fr\)\2c 1fr\] {
  grid-template-columns: var(--noocube-image-width,1fr) 1fr;
}

.grid-rows-\[min-content_min-content-content\] {
  grid-template-rows: -webkit-min-content min-content-content;
  grid-template-rows: min-content min-content-content;
}

.grid-rows-\[repeat\(3\2c min-content\)\] {
  grid-template-rows: repeat(3,-webkit-min-content);
  grid-template-rows: repeat(3,min-content);
}

.flex-wrap {
  flex-wrap: wrap;
}

.place-content-center {
  place-content: center;
}

.place-items-center {
  place-items: center;
}

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

.gap-x-0\.5 {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

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

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border-2 {
  border-width: 2px;
}

.border-\[\#dc2626\] {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.\!bg-transparent {
  background-color: transparent !important;
}

.bg-\[\#fca5a5\]\/20 {
  background-color: rgb(252 165 165 / 0.2);
}

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

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.p-4 {
  padding: 1rem;
}

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

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.font-heading {
  font-family: futura-pt, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-system-ui {
  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";
}

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

.uppercase {
  text-transform: uppercase;
}

.\!leading-none {
  line-height: 1 !important;
}

.\!leading-snug {
  line-height: 1.375 !important;
}

.line-through {
  text-decoration-line: line-through;
}

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

.decoration-2 {
  text-decoration-thickness: 2px;
}

.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.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);
}

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

.ring-offset-black {
  --tw-ring-offset-color: #000;
}

.blur-sm {
  --tw-blur: blur(4px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.grid-areas-\[image_price\2c image_button\2c image_payment\] {
  grid-template-areas: "image price" "image button" "image payment";
}

.grid-areas-\[k1_k2\2c v1_v2\] {
  grid-template-areas: "k1 k2" "v1 v2";
}

.grid-in-\[button\] {
  grid-area: button;
}

.grid-in-\[footline\] {
  grid-area: footline;
}

.grid-in-\[image\] {
  grid-area: image;
}

.grid-in-\[k1\] {
  grid-area: k1;
}

.grid-in-\[k2\] {
  grid-area: k2;
}

.grid-in-\[payment\] {
  grid-area: payment;
}

.grid-in-\[price\] {
  grid-area: price;
}

.grid-in-\[v1\] {
  grid-area: v1;
}

.grid-in-\[v2\] {
  grid-area: v2;
}

.w-space-children > :not([hidden]) ~ :not([hidden]),
  .w-space-children-xl > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5000rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5000rem * var(--tw-space-y-reverse));
}

.w-gap-sm {
  row-gap: 1.5000rem;
  -moz-column-gap: 1.5000rem;
       column-gap: 1.5000rem;
}

.w-gap-2xl {
  row-gap: 1.5000rem;
}

.w-gap-2xl {
  -moz-column-gap: 1.5000rem;
       column-gap: 1.5000rem;
}

.w-space-self,
  .w-space-self-xl {
  padding-top: 1.5000rem;
  padding-bottom: 1.5000rem;
}

.w-space-self,
  .w-space-self-xl {
  padding-left: 1.5000rem;
  padding-right: 1.5000rem;
}

.w-space-self-2xl {
  padding-top: 1.5000rem;
  padding-bottom: 1.5000rem;
}

.w-space-self-2xl {
  padding-left: 1.5000rem;
  padding-right: 1.5000rem;
}

.w-space-self-y,
  .w-space-self-y-xl {
  padding-top: 1.5000rem;
  padding-bottom: 1.5000rem;
}

.w-space-self-b,
  .w-space-self-b-xl {
  padding-bottom: 1.5000rem;
}

.w-space-self-x-sm {
  padding-left: 1.5000rem;
  padding-right: 1.5000rem;
}

.w-space-self-collapse,
  .w-space-self-collapse-t {
  padding-top: 0px !important;
}

.w-space-self-collapse,
  .w-space-self-collapse-b {
  padding-bottom: 0px !important;
}

[open] .w-open\:animate-scale-from-top-and-fade-in {
  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-origin: top;
}

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

.focus-visible\:ring-offset-4:focus-visible {
  --tw-ring-offset-width: 4px;
}

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

.no-js .no-js\:flex-col {
  flex-direction: column;
}

.no-js .no-js\:px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.no-js .no-js\:w-space-children-sm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5000rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5000rem * var(--tw-space-y-reverse));
}

.no-js .no-js\:w-space-children-sm  .w-space-children-collapse,.no-js .no-js\:w-space-children-sm  .w-space-children-collapse-b {
  margin-bottom: -1.5000rem !important;
}

.js .js\:flex {
  display: flex;
}

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

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

.js .js\:max-w-\[896px\] {
  max-width: 896px;
}

.js .js\:shrink-0 {
  flex-shrink: 0;
}

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

[open] .w-open\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes scale-from-top-and-fade-in {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }

  50% {
    opacity: 0.25;
    transform: scaleY(0.5);
  }

  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

[open] .w-open\:animate-scale-from-top-and-fade-in {
  animation: scale-from-top-and-fade-in 0.3000s linear none;
}

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

@media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  .sm\:flex {
    display: flex;
  }

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

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

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

  .sm\: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));
  }

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

  .sm\:text-\[16px\] {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  #main .shopify-policy__body {
    margin-top: 2rem;
  }
  .md\:\!h-16 {
    height: 4rem !important;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:\!w-16 {
    width: 4rem !important;
  }

  .md\:w-8 {
    width: 2rem;
  }
}

@media (min-width: 896px) {
  .noocube-testimonials .swiper-button-prev{
    left:50%;
    transform:translateX(calc(-896px / 2 - var(--margin, 0px)));
  }

  .noocube-testimonials .swiper-button-next{
    right:50%;
    transform:translateX(calc(896px / 2 + var(--margin, 0px)));
  }
}

@media (min-width: 992px) {
  .w-form .success {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .w-form-field + .w-form-field,
  .w-form-field + small {
    margin-top: 2rem;
  }
  .noocube-testimonials .swiper{
    --image-size:196px;
    --ornament-size:32px;
    --margin:16px;
  }
  #main .shopify-challenge__container,
  #main .shopify-policy__container {
    padding-top: 2.0000rem;
    padding-bottom: 2.0000rem;
  }
  #main .shopify-policy__title {
    font-size: 2.1250rem;
    line-height: 2.75rem;
  }
  #main .shopify-challenge__container > :not([hidden]) ~ :not([hidden]),
  #main .shopify-challenge__container form > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.0000rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.0000rem * var(--tw-space-y-reverse));
  }
  #main .shopify-challenge__container     .w-space-children-collapse,#main .shopify-challenge__container     .w-space-children-collapse-b,#main .shopify-challenge__container form     .w-space-children-collapse,#main .shopify-challenge__container form     .w-space-children-collapse-b {
    margin-bottom: -2.0000rem !important;
  }
  .w-space-children > :not([hidden]) ~ :not([hidden]),
  .w-space-children-xl > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.0000rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.0000rem * var(--tw-space-y-reverse));
  }
  .w-gap-2xl {
    row-gap: 2.0000rem;
  }
  .w-gap-2xl {
    -moz-column-gap: 2.0000rem;
         column-gap: 2.0000rem;
  }
  .w-space-self,
  .w-space-self-xl {
    padding-top: 2.0000rem;
    padding-bottom: 2.0000rem;
  }
  .w-space-self,
  .w-space-self-xl {
    padding-left: 2.0000rem;
    padding-right: 2.0000rem;
  }
  .w-space-self-2xl {
    padding-top: 2.0000rem;
    padding-bottom: 2.0000rem;
  }
  .w-space-self-2xl {
    padding-left: 2.0000rem;
    padding-right: 2.0000rem;
  }
  .w-space-self-y,
  .w-space-self-y-xl {
    padding-top: 2.0000rem;
    padding-bottom: 2.0000rem;
  }
  .w-space-self-b,
  .w-space-self-b-xl {
    padding-bottom: 2.0000rem;
  }
    .xl\:container {
      max-width: 992px;
    }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:contents {
    display: contents;
  }

  .lg\:\!h-32 {
    height: 8rem !important;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

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

  .lg\:min-h-13 {
    min-height: 3.25rem;
  }

  .lg\:min-h-15 {
    min-height: 3.75rem;
  }

  .lg\:\!w-32 {
    width: 8rem !important;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

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

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

  .lg\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-3 {
    --tw-translate-y: 0.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .lg\:grid-cols-\[var\(--noocube-lg-menu-columns\)\] {
    grid-template-columns: var(--noocube-lg-menu-columns);
  }

  .lg\:grid-cols-\[var\(--noocube-lg-template-columns\)\] {
    grid-template-columns: var(--noocube-lg-template-columns);
  }

  .lg\:grid-cols-\[var\(--noocube-product-cards-columns\)\] {
    grid-template-columns: var(--noocube-product-cards-columns);
  }

  .lg\:grid-rows-\[repeat\(6\2c min-content\)\] {
    grid-template-rows: repeat(6,-webkit-min-content);
    grid-template-rows: repeat(6,min-content);
  }

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

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

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

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

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

  .lg\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

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

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

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

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

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

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

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

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

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

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

  .lg\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .lg\:grid-areas-\[headline\2c image\2c name\2c price\2c button\2c footline\] {
    grid-template-areas: "headline" "image" "name" "price" "button" "footline";
  }

  .lg\:grid-in-\[headline\] {
    grid-area: headline;
  }

  .lg\:grid-in-\[name\] {
    grid-area: name;
  }
}

@media (min-width: 1366px) {
  #main .shopify-challenge__container:not([class*="max-w-"]),
  #main .shopify-policy__container:not([class*="max-w-"]) {
    max-width: 1366px;
  }
  #main .shopify-challenge__container,
  #main .shopify-policy__container {
    padding-top: 2.5000rem;
    padding-bottom: 2.5000rem;
  }
  #main .shopify-challenge__container > :not([hidden]) ~ :not([hidden]),
  #main .shopify-challenge__container form > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5000rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5000rem * var(--tw-space-y-reverse));
  }
  #main .shopify-challenge__container     .w-space-children-collapse,#main .shopify-challenge__container     .w-space-children-collapse-b,#main .shopify-challenge__container form     .w-space-children-collapse,#main .shopify-challenge__container form     .w-space-children-collapse-b {
    margin-bottom: -2.5000rem !important;
  }
  .w-space-children > :not([hidden]) ~ :not([hidden]),
  .w-space-children-xl > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5000rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5000rem * var(--tw-space-y-reverse));
  }
  .w-gap-2xl {
    row-gap: 2.5000rem;
  }
  .w-gap-2xl {
    -moz-column-gap: 2.5000rem;
         column-gap: 2.5000rem;
  }
  .w-space-self,
  .w-space-self-xl {
    padding-top: 2.5000rem;
    padding-bottom: 2.5000rem;
  }
  .w-space-self,
  .w-space-self-xl {
    padding-left: 2.5000rem;
    padding-right: 2.5000rem;
  }
  .w-space-self-2xl {
    padding-top: 2.5000rem;
    padding-bottom: 2.5000rem;
  }
  .w-space-self-2xl {
    padding-left: 2.5000rem;
    padding-right: 2.5000rem;
  }
  .w-space-self-y,
  .w-space-self-y-xl {
    padding-top: 2.5000rem;
    padding-bottom: 2.5000rem;
  }
  .w-space-self-b,
  .w-space-self-b-xl {
    padding-bottom: 2.5000rem;
  }

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

@media (min-width: 1660px) {
  #main .shopify-challenge__container:not([class*="max-w-"]),
  #main .shopify-policy__container:not([class*="max-w-"]) {
    max-width: 1366px;
  }
  #main .shopify-challenge__container,
  #main .shopify-policy__container {
    padding-top: 3.0000rem;
    padding-bottom: 3.0000rem;
  }
  .w-gap-2xl {
    row-gap: 3.0000rem;
  }
  .w-gap-2xl {
    -moz-column-gap: 3.0000rem;
         column-gap: 3.0000rem;
  }
  .w-space-self-2xl {
    padding-top: 3.0000rem;
    padding-bottom: 3.0000rem;
  }
  .w-space-self-2xl {
    padding-left: 3.0000rem;
    padding-right: 3.0000rem;
  }
}

@media (min-width: 1920px) {
  #main .shopify-challenge__container:not([class*="max-w-"]),
  #main .shopify-policy__container:not([class*="max-w-"]) {
    max-width: 1366px;
  }
}

@media (max-width: 991.98px) {

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

  .max-lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .max-lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}

@media (max-width: 374.98px) {

  .max-xs\:grid-cols-\[60px_1fr\] {
    grid-template-columns: 60px 1fr;
  }
}
