/*
! tailwindcss v3.0.18 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

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

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

@font-face {
  font-family: 'GoodOT';

  src: url('../resources/font/GoodOT-Bold.woff2') format('woff2'),
            url('../resources/font/GoodOT-Bold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'GoodOT';

  src: url('../resources/font/GoodOT.woff2') format('woff2'),
            url('../resources/font/GoodOT.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'GoodOT';

  src: url('../resources/font/GoodOT-Medium.woff2') format('woff2'),
            url('../resources/font/GoodOT-Medium.woff') format('woff');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

html {
  font-family: 'GoodOT', sans-serif;
}

h1 {
  position: relative;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1 !important;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 3.75rem;
  }
}

@media (min-width: 1300px) {
  h1 {
    font-size: 70px;
    line-height: 85px;
  }
}

h2 {
  position: relative;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1 !important;
}

@media (min-width: 1024px) {
  h2 {
    font-size: 2.75rem;
  }
}

@media (min-width: 1300px) {
  h2 {
    font-size: 54px;
    line-height: 65px;
  }
}

h3 {
  position: relative;
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
  line-height: 1 !important;
}

@media (min-width: 1024px) {
  h3 {
    font-size: 30px;
  }

  h3 {
    line-height: 37px;
  }
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 26px;
}

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

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@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: 1300px) {
  .container {
    max-width: 1300px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  padding-left: 1em;
}

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

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

.prose :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;
}

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

.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;
  line-height: 1.3333333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}

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

.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

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

.prose-sm :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.prose-sm :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.prose-sm :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-sm :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

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

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

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

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

.prose-sm :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

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

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

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

.prose-sm :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: flex;
  min-height: 49px;
  min-width: 132px;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(238 49 35 / var(--tw-bg-opacity));
}

.btn-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tag {
  display: flex;
  height: 22px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 35px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(238 49 35 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.625rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dataTables_wrapper label input, .dataTables_wrapper label select {
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  width: 6rem !important;
}

.dataTables_length, .dataTables_filter {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.dataTables_wrapper input, .dataTables_wrapper select, .dataTables_wrapper textarea {
    border-radius: 0.625rem;
  }

.dataTables_wrapper input, .dataTables_wrapper select, .dataTables_wrapper textarea {
    border-width: 2px;
  }

.dataTables_wrapper input, .dataTables_wrapper select, .dataTables_wrapper textarea {
    --tw-border-opacity: 1;
    border-color: rgb(147 149 152 / var(--tw-border-opacity));
  }

.dataTables_wrapper input, .dataTables_wrapper select, .dataTables_wrapper textarea {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

.dataTables_wrapper input, .dataTables_wrapper select, .dataTables_wrapper textarea {
    font-weight: 500;
  }

.dataTables_wrapper input, .dataTables_wrapper select, .dataTables_wrapper textarea {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

.dataTables_wrapper input, .dataTables_wrapper select {
    height: 2.5rem;
  }

.tablepress .sorting:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 49 35 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.tablepress .sorting, .tablepress .sorting_asc, .tablepress .sorting_desc {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity)) !important;
}

iframe {
  max-width: 100%;
}

.brand-logo, .nav-header .custom-logo-link {
  position: absolute;
  top: 25%;
  left: 50%;
  display: flex;
  height: 85px;
  --tw-translate-y: -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));
  align-items: center;
  background-color: transparent;
}

.brand-logo::after, .nav-header .custom-logo-link::after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  content: var(--tw-content);
  z-index: 0;
}

@media (min-width: 768px) {
  .brand-logo, .nav-header .custom-logo-link {
    position: relative;
  }

  .brand-logo, .nav-header .custom-logo-link {
    top: 0px;
  }

  .brand-logo, .nav-header .custom-logo-link {
    left: 0px;
  }

  .brand-logo, .nav-header .custom-logo-link {
    --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));
  }

  .brand-logo, .nav-header .custom-logo-link {
    --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));
  }

  .brand-logo, .nav-header .custom-logo-link {
    --tw-bg-opacity: 1;
    background-color: rgb(238 49 35 / var(--tw-bg-opacity));
  }

  .brand-logo, .nav-header .custom-logo-link {
    padding-right: 1rem;
  }

  .brand-logo::after, .nav-header .custom-logo-link::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(238 49 35 / var(--tw-bg-opacity));
  }
}

@media (min-width: 1300px) {
  .brand-logo, .nav-header .custom-logo-link {
    height: auto;
  }

  .brand-logo, .nav-header .custom-logo-link {
    background-color: transparent;
  }

  .brand-logo, .nav-header .custom-logo-link {
    padding-right: 2.5rem;
  }
}

.brand-logo .custom-logo, .nav-header .custom-logo-link .custom-logo {
    position: relative;
  }

.brand-logo .custom-logo, .nav-header .custom-logo-link .custom-logo {
    z-index: 50;
  }

.brand-logo .custom-logo, .nav-header .custom-logo-link .custom-logo {
    width: 9rem;
  }

@media (min-width: 768px) {
    .brand-logo .custom-logo, .nav-header .custom-logo-link .custom-logo {
      width: 10rem;
    }
  }

#mega-menu-max_mega_menu_1 li a {
  font-weight: 500 !important;
}

.nav-header .custom-logo-link::after, .brand-logo::after {
  /* width: 17vw; */
  width: max(230px, 200px);
  transform: scaleY(1.75) translateX(-49px);
}

@media (min-width: 2560px) {
  .nav-header::before {
    display: none;
  }
}

@media only screen and (max-width: 1299px) {
  .nav-header::before {
    display: block;
  }

  .nav-header .custom-logo-link, .brand-logo {
    overflow: hidden;
  }
}

@media only screen and (max-width: 1045px) {
  .nav-header::before {
    width: 10vw !important;
  }
}

/* @media only screen and (max-width: 1023px) {
    .nav-header::before {
        width: 15vw !important;
    }
} */

.swiper {
  height: 100%;
  width: 100%;
}

/* HERO SLIDER */

.hero__item {
  /* @apply relative h-[500px] before:absolute before:inset-0 before:z-20 before:w-full before:h-full before:bg-gradient-to-r before:from-black/70 before:to-transparent; */
  position: relative;
  height: auto;
}

@media (min-width: 1300px) {
  .hero__item {
    height: 500px !important;
  }
}

.hero__content {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  z-index: 30;
  --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));
}

.hero_slider_title {
  position: relative;
  width: 100%;
  max-width: 1080px;
  padding-bottom: 1.75rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hero_slider_title::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 8px;
  width: 70px;
  --tw-skew-x: -25deg;
  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));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(238 49 35 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .hero_slider_title {
    font-size: 54px;
    line-height: 65px;
  }

  .hero_slider_title {
    line-height: 5.3125rem;
  }
}

@media (min-width: 1300px) {
  .hero_slider_title {
    font-size: 70px;
    line-height: 85px;
  }
}

.hero_slider_caption p {
  margin-top: 1.75rem;
  max-width: 1080px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .hero_slider_caption p {
    font-size: 26px;
    line-height: 31px;
  }
}

.heroSwiper .swiper-next.swiper-button-disabled, .heroSwiper .swiper-prev.swiper-button-disabled {
  opacity: 0.2;
}

@media (min-width: 1300px) {
  .heroSwiper .swiper-pagination {
    bottom: 30px;
  }
}

.heroSwiper .swiper-pagination .swiper-pagination-bullet, .swiperResources .swiper-pagination .swiper-pagination-bullet {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 49 35 / var(--tw-border-opacity));
  background-color: transparent;
  opacity: 1;
}

@media (min-width: 1300px) {
  .heroSwiper .swiper-pagination .swiper-pagination-bullet, .swiperResources .swiper-pagination .swiper-pagination-bullet {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .heroSwiper .swiper-pagination .swiper-pagination-bullet, .swiperResources .swiper-pagination .swiper-pagination-bullet {
    height: 15px;
  }

  .heroSwiper .swiper-pagination .swiper-pagination-bullet, .swiperResources .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
  }
}

.heroSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiperResources .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(238 49 35 / var(--tw-bg-opacity));
}

.swiperProduct .swiper-prod-prev.swiper-button-disabled, .swiper-prod-next.swiper-button-disabled {
  opacity: 0.5 !important;
}

/* END HERO SLIDER */

/* IMAGE CONTENT BOX */

.about-content * {
  margin-top: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

select.about-content * {
  background-position: 0 1rem center;
}

.content-dark .image-content-title, .content-dark .about-content {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

.content-light .image-content-title, .content-light .about-content {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  }

/* END IMAGE CONTENT BOX */

.accordion .accordion__icon img {
  transition-duration: 300ms;
}

.accordion.active .accordion__icon img {
  --tw-rotate: 45deg !important;
  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)) !important;
}

.locator .locator__item {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.locator .locator__item:last-child {
  border-width: 0px;
}

@media screen and (max-width: 425px) {
  h1 {
    font-size: 35px !important;
  }

  h2 {
    font-size: 30px !important;
  }

  .prod-list {
    gap: 0.75rem !important;
  }

  .prod-list figure > div, .prod-list figcaption {
    padding: 0.75rem !important;
  }

  .prod-list hr {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .prod-list .btn {
    min-width: 100%;
  }
}

/* MOBILE MENU */

.sidenav {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 999999;
  height: 100%;
  width: 100%;
  --tw-translate-x: 110vw;
  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));
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 32 / var(--tw-bg-opacity));
  padding-top: 5rem;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .sidenav {
    width: 50%;
  }
}

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

.sidenav ul {
  text-align: center;
}

.sidenav ul li a {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(147 149 152 / var(--tw-text-opacity));
  transition-duration: 300ms;
}

.sidenav ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(238 49 35 / var(--tw-text-opacity));
}

.sidenav .close-btn {
  position: absolute;
  top: 1.625rem;
  right: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

select {
  height: 10rem;
  border-radius: 0.625rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(147 149 152 / var(--tw-text-opacity));
  display: block;
  width: 100%;
  /** for the dropdown indicator */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23939598' stroke-width='3' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 22px;
}

select.text-xl {
  background-position: 0 1rem center !important;
}

/* ENQUIRY SECTION */

/* .enquiry-section, .partner-form {

    .gform_fields, .gform_validation_errors {
        @apply !gap-[20px] w-full md:max-w-[772px] mx-auto mt-7;
        
        input, textarea {
            @apply  border text-black border-tertiary focus:outline-none focus:border-black focus:ring-0;
        }
    }

    .gfield_label, select {
        @apply !py-0 h-10 font-normal text-black;
    }

    select {
        @apply border rounded-none !font-normal;
    }

    .gform_footer {
        @apply flex justify-center;
        .gform_button {
            @apply btn btn-primary btn-hover min-w-[86px] min-h-[49px] cursor-pointer;
        }
        .gform_button + img {
            @apply hidden;
        }
    }

    .gform_wrapper.gravity-theme .gfield textarea.small {
        @apply h-32;
    }

    .gform_wrapper.gravity-theme .gfield_label {
        @apply h-auto font-normal text-base;
    }

    .gform_wrapper .gfield_label span {
        @apply hidden;
    }

    .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
        @apply !border-red-500 !border-2;
    }

    .gform_wrapper .gfield_error [aria-invalid=true] {
        @apply !border-red-500 !border-2;
    }

    .gform_wrapper .gform_validation_errors {
        @apply border-red-500 !border-2 !mt-8;
    }

    .gform_wrapper .gform_validation_errors>h2 .gform-icon {
        @apply left-auto right-0;
    }

    .gform_wrapper .gform_validation_errors>h2, .gform_wrapper .gfield_error .gfield_repeater_cell label, .gform_wrapper .gfield_error label, .gform_wrapper .gfield_error legend, .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message, .gform_wrapper [aria-invalid=true]+label, .gform_wrapper label+[aria-invalid=true] {
        @apply text-red-500;
    }

    .gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
        @apply rounded-lg;
    }
} */

.gform_confirmation_wrapper .gform_confirmation_message {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

select.gform_confirmation_wrapper .gform_confirmation_message {
  background-position: 0 1rem center;
}

.enquiry-section-2 .gform_footer {
    display: flex;
  }

.enquiry-section-2 .gform_footer {
    justify-content: flex-start;
  }

.partner-form {
  /* input[type="submit"] {
        @apply !bg-primary !rounded-lg w-max text-base uppercase !font-medium !text-black flex justify-center items-center h-10 ease-in-out duration-300 hover:bg-black hover:text-primary;
    } */
}

.partner-form .gform_fields input, .partner-form .gform_fields textarea, .partner-form .gform_fields select, .partner-form .gform_validation_errors input, .partner-form .gform_validation_errors textarea, .partner-form .gform_validation_errors select {
      padding-left: 1rem !important;
    }

.partner-form .gform_fields input:focus, .partner-form .gform_fields textarea:focus, .partner-form .gform_fields select:focus, .partner-form .gform_validation_errors input:focus, .partner-form .gform_validation_errors textarea:focus, .partner-form .gform_validation_errors select:focus {
      --tw-border-opacity: 1;
      border-color: rgb(0 0 0 / var(--tw-border-opacity));
    }

.partner-form .gform_fields input:focus, .partner-form .gform_fields textarea:focus, .partner-form .gform_fields select:focus, .partner-form .gform_validation_errors input:focus, .partner-form .gform_validation_errors textarea:focus, .partner-form .gform_validation_errors select:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }

.partner-form .gform_fields input:focus, .partner-form .gform_fields textarea:focus, .partner-form .gform_fields select:focus, .partner-form .gform_validation_errors input:focus, .partner-form .gform_validation_errors textarea:focus, .partner-form .gform_validation_errors select:focus {
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

.partner-form .gform_fields fieldset legend, .partner-form .gform_validation_errors fieldset legend {
      padding-left: 1rem !important;
    }

.partner-form .gform_fields fieldset legend, .partner-form .gform_validation_errors fieldset legend {
      font-weight: 500 !important;
    }

.partner-form .gform_fields fieldset legend, .partner-form .gform_validation_errors fieldset legend {
      --tw-text-opacity: 1;
      color: rgb(147 149 152 / var(--tw-text-opacity));
    }

.partner-form .gform_fields fieldset .gfield_radio, .partner-form .gform_validation_errors fieldset .gfield_radio {
      display: flex;
    }

.partner-form .gform_fields fieldset .gfield_radio, .partner-form .gform_validation_errors fieldset .gfield_radio {
      align-items: center;
    }

.partner-form .gform_fields fieldset .gfield_radio, .partner-form .gform_validation_errors fieldset .gfield_radio {
      gap: 2rem;
    }

.partner-form .gform_fields fieldset .gfield_radio, .partner-form .gform_validation_errors fieldset .gfield_radio {
      padding-left: 2rem !important;
    }

.partner-form .gform_fields fieldset .gfield_radio, .partner-form .gform_validation_errors fieldset .gfield_radio {
      --tw-text-opacity: 1;
      color: rgb(147 149 152 / var(--tw-text-opacity));
    }

.partner-form .gform_fields fieldset .gfield_radio .gchoice, .partner-form .gform_validation_errors fieldset .gfield_radio .gchoice {
      display: flex;
    }

.partner-form .gform_fields fieldset .gfield_radio .gchoice, .partner-form .gform_validation_errors fieldset .gfield_radio .gchoice {
      align-items: center;
    }

.partner-form .gform_fields fieldset .gfield_radio .gchoice, .partner-form .gform_validation_errors fieldset .gfield_radio .gchoice {
      gap: 0.5rem;
    }

.partner-form .gform_fields fieldset .gfield_radio .gchoice label, .partner-form .gform_validation_errors fieldset .gfield_radio .gchoice label {
        max-width: 100%;
      }

.partner-form .ginput_container_checkbox {
    padding-left: 1rem;
    padding-right: 1rem;
  }

.partner-form .ginput_container_checkbox .gfield_checkbox {
      display: grid;
    }

@media (min-width: 768px) {
      .partner-form .ginput_container_checkbox .gfield_checkbox {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

@media (min-width: 768px) {
      .partner-form .ginput_container_checkbox .gfield_checkbox {
        -moz-column-gap: 1rem;
             column-gap: 1rem;
      }
    }

.partner-form .ginput_container_checkbox button[type="button"] {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
    }

.partner-form .ginput_container_checkbox button[type="button"] {
      border-radius: 0.375rem;
    }

.partner-form .ginput_container_checkbox button[type="button"] {
      --tw-bg-opacity: 1;
      background-color: rgb(238 49 35 / var(--tw-bg-opacity));
    }

.partner-form .ginput_container_checkbox button[type="button"] {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }

.partner-form .ginput_container_checkbox button[type="button"] {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }

.partner-form .ginput_container_checkbox button[type="button"] {
      font-weight: 500;
    }

.partner-form .ginput_container_checkbox button[type="button"] {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.partner-form .ginput_container_checkbox button[type="button"] {
      transition-duration: 300ms;
    }

.partner-form .ginput_container_checkbox button[type="button"] {
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

.partner-form .ginput_container_checkbox button[type="button"]:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    }

.partner-form .ginput_container_checkbox button[type="button"]:hover {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

/* END ENQUIRY SECTION */

/* CUSTOM WP NAV LINKS */

header .menu .menu-item a {
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

header .menu .menu-item a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

header .menu .menu-item-has-children {
  position: relative;
}

header .menu .menu-item-has-children ul {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 50;
  display: none;
  min-width: 180px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

header .menu .menu-item-has-children ul li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

header .menu .menu-item-has-children ul li {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

header .menu .menu-item-has-children ul li {
    font-weight: 500;
  }

header .menu .menu-item-has-children ul li {
    text-transform: uppercase;
  }

header .menu .menu-item-has-children ul li a {
      width: 100%;
    }

header .menu .menu-item-has-children ul li a {
      cursor: pointer;
    }

header .menu .menu-item-has-children ul li a {
      transition-duration: 300ms;
    }

header .menu .menu-item-has-children ul li a {
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

header .menu .menu-item-has-children ul li a:hover {
      --tw-text-opacity: 1;
      color: rgb(238 49 35 / var(--tw-text-opacity));
    }

header .menu .menu-item-has-children:hover ul {
    display: block;
  }

.footer-links {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-links a {
    transition-duration: 300ms;
  }

.footer-links a {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

.footer-links:hover a {
      --tw-text-opacity: 1;
      color: rgb(238 49 35 / var(--tw-text-opacity));
    }

/* @apply pb-8 pt-16 lg:py-16; */

.section-content h1 + .content-default p {
    margin-top: 2rem;
  }

.section-content h1 + .content-default p {
    white-space: pre-wrap;
  }

.section-content h1 + .content-default p {
    font-size: 24px;
    line-height: 28px;
  }

.section-content h1 + .content-default p {
    font-weight: 500;
  }

.section-content h1 + .content-default p {
    --tw-text-opacity: 1;
    color: rgb(147 149 152 / var(--tw-text-opacity));
  }

@media (min-width: 1024px) {
    .section-content h1 + .content-default p {
      font-size: 30px;
    }
  }

@media (min-width: 1024px) {
    .section-content h1 + .content-default p {
      line-height: 40px;
    }
  }

.section-content .position-left, .section-content title-left {
    text-align: left !important;
  }

.section-content .position-center, .section-content title-center {
    text-align: center !important;
  }

.section-content .position-right, .section-content title-right {
    text-align: right !important;
  }

.section-content .title-left {
    margin-right: auto;
  }

.section-content .title-left {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

.section-content .title-left {
    text-align: left;
  }

.section-content .title-left::after {
    content: var(--tw-content);
    text-align: left;
  }

.section-content .title-center {
    margin-left: auto;
    margin-right: auto;
  }

.section-content .title-center {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

.section-content .title-center {
    text-align: center;
  }

.section-content .title-center::after {
    content: var(--tw-content);
    text-align: center;
  }

.section-content .title-right {
    margin-left: auto;
  }

.section-content .title-right {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

.section-content .title-right {
    text-align: right;
  }

.section-content .title-right::after {
    content: var(--tw-content);
    text-align: right;
  }

.acf-map {
  height: 400px;
}

/* STORE LOCATOR OVERRIDE */

.storerocket-notify-me-button, .storerocket-show-all-results-link, .storerocket-overlay-filters-apply-button {
  display: flex !important;
  min-height: 41px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0.625rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 49 35 / var(--tw-bg-opacity)) !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  text-transform: uppercase !important;
  line-height: 0 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  box-shadow: none !important;
}

#storerocket-widget, .mapboxgl-map, .gm-err-title, .gm-err-message {
  font-family: 'GoodOT', sans-serif !important;
}

#storerocket-widget {
  border: 1px solid #dddddd !important;
  padding: 1rem 0;
  border-radius: 10px;
}

#storerocket-map-container {
  border-left: 1px solid #dddddd !important;
}

.storerocket-lead-fields #storerocket-lead-email, .storerocket-lead-fields #storerocket-lead-name, .storerocket-lead-fields #storerocket-lead-phone, .storerocket-lead-fields #storerocket-lead-comment {
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(128 128 128 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  max-width: 330px !important;
}

.storerocket-lead-fields input {
  border-radius: 0.625rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 600 !important;
}

.storerocket-lead-fields input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.storerocket-no-results {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.gm-err-icon img {
  margin-left: auto !important;
  margin-right: auto !important;
}

.page-id-51 .store-locator {
  padding-bottom: 6rem !important;
}

.page-id-51 .store-locator h1 {
    font-size: 2.125rem !important;
  }

.page-id-51 .store-locator h1 {
    line-height: 1 !important;
  }

@media (min-width: 1024px) {
    .page-id-51 .store-locator h1 {
      font-size: 2.75rem !important;
    }
  }

@media (min-width: 1300px) {
    .page-id-51 .store-locator h1 {
      font-size: 54px !important;
      line-height: 65px !important;
    }
  }

/* END STORE LOCATOR */

/* PRODUCT CATALOGUES */

.prod-catalog .prod-catalog__img {
    overflow: hidden;
  }

.prod-catalog .prod-catalog__img img {
      width: 100% !important;
    }

.prod-catalog .prod-catalog__img img {
      -o-object-fit: cover !important;
         object-fit: cover !important;
    }

.prod-catalog .prod-catalog__img img {
      transition-duration: 500ms;
    }

.prod-catalog .prod-catalog__img img {
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

.prod-catalog .prod-catalog__img .group:hover img {
      --tw-scale-x: 1.05;
      --tw-scale-y: 1.05;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

.prod-catalog .prod-catalog__content {
    margin-top: 1.25rem;
  }

.prod-catalog .prod-catalog__content .catalog-title {
      font-size: 24px;
      line-height: 28px;
    }

.prod-catalog .prod-catalog__content .catalog-title {
      font-weight: 500;
    }

.prod-catalog .prod-catalog__content .catalog-title {
      --tw-text-opacity: 1;
      color: rgb(35 31 32 / var(--tw-text-opacity));
    }

.prod-catalog .prod-catalog__content .catalog-desc > p {
      margin-top: 0.75rem;
    }

.prod-catalog .prod-catalog__content .catalog-desc > p {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }

.prod-catalog .prod-catalog__content .catalog-desc > p {
      font-weight: 500;
    }

.prod-catalog .prod-catalog__content .catalog-desc > p {
      --tw-text-opacity: 1;
      color: rgb(35 31 32 / var(--tw-text-opacity));
    }

/* END PRODUCT CATALOGUES */

@media (min-width: 1920px) {
  .site-main {
    max-width: 1536px !important;
  }
}

.site-main {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .site-main {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .site-main {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .site-main {
    max-width: 1024px;
  }
}

@media (min-width: 1300px) {
  .site-main {
    max-width: 1300px;
  }
}

@media (min-width: 1536px) {
  .site-main {
    max-width: 1536px;
  }
}

@media (min-width: 1920px) {
  .site-main {
    max-width: 1920px;
  }
}

.site-main {
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}

.entry-content .site-main {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (min-width: 1300px) {
  .site-main {
    max-width: 1152px;
  }
}

.prose {
  margin-left: auto;
  margin-right: auto;
  width: 1268px;
  max-width: 1268px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .prose {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1536px) {
  @media (min-width: 1920px) {
    .prose {
      max-width: 1536px !important;
    }
  }

  .prose {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

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

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

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

  @media (min-width: 1300px) {
    .prose {
      max-width: 1300px;
    }
  }

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

  @media (min-width: 1920px) {
    .prose {
      max-width: 1920px;
    }
  }
}

/* .home .footer-subs {
    @apply hidden;
} */

/* NEWSLETTER */

.hbspt-form > form {
  display: grid;
  align-items: end;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
        "fname lname"
        "email occupation";
  max-width: 780px;
  margin: 0 auto;
  grid-gap: 1rem;
}

@media screen and (max-width: 500px) {

.hbspt-form > form {
    grid-column-gap: 0
}
  }

.hbspt-form > form input {
    width: 100%;
  }

.hbspt-form > form input {
    border-radius: 0px;
  }

.hbspt-form > form input:focus {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

.hbspt-form > form input:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

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

.hbspt-form > form label span, .hbspt-form > form .hs-error-msg {
    font-weight: 500;
  }

.hbspt-form > form label span, .hbspt-form > form .hs-error-msg {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.hbspt-form > form .hs_email {
    grid-area: email;
    min-height: 90px;
  }

.hbspt-form > form .hs_firstname {
    grid-area: fname;
  }

.hbspt-form > form .hs_lastname {
    grid-area: lname;
  }

.hbspt-form > form .hs_occupation {
    grid-area: occupation;
    min-height: 90px;
  }

.hbspt-form > form .hs_submit {
    grid-column: span 2;
    justify-self: center;
  }

.hbspt-form > form .hs_submit input {
      height: 48px;
    }

.hbspt-form > form .hs_submit input {
      min-width: 86px;
    }

.hbspt-form > form .hs_submit input {
      cursor: pointer;
    }

.hbspt-form > form .hs_submit input {
      border-radius: 0px;
    }

.hbspt-form > form .hs_submit input {
      border-width: 1px;
    }

.hbspt-form > form .hs_submit input {
      --tw-border-opacity: 1;
      border-color: rgb(0 0 0 / var(--tw-border-opacity));
    }

.hbspt-form > form .hs_submit input {
      --tw-bg-opacity: 1;
      background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    }

.hbspt-form > form .hs_submit input {
      text-transform: uppercase;
    }

.hbspt-form > form .hs_submit input {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.hbspt-form > form .hs_submit input {
      transition-duration: 300ms;
    }

.hbspt-form > form .hs_submit input {
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

.hbspt-form > form .hs_submit input:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

.hbspt-form > form .hs_submit input:hover {
      --tw-text-opacity: 1;
      color: rgb(0 0 0 / var(--tw-text-opacity));
    }

.hbspt-form > form .hs_error_rollup {
    display: none;
  }

.hbspt-form .submitted-message, .hbspt-form .hs-main-font-element {
    text-align: center !important;
  }

.hbspt-form .submitted-message, .hbspt-form .hs-main-font-element {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

.hbspt-form .submitted-message, .hbspt-form .hs-main-font-element {
    font-weight: 500 !important;
  }

.hbspt-form .submitted-message, .hbspt-form .hs-main-font-element {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

.hbspt-form select.submitted-message, .hbspt-form select.hs-main-font-element {
    background-position: 0 1rem center !important;
  }

@media screen and (max-width: 520px) {
  .hbspt-form > form {
    grid-template-columns: 1fr !important;
    grid-template-areas: "fname" "lname" "email" "occupation";
  }
    .hbspt-form > form .hs_occupation, .hbspt-form > form .hs_email {
      min-height: auto;
    }
    .hbspt-form > form .hs_submit {
      margin-top: 1rem;
    }
}

.partner-form .gform_fields fieldset .gfield_radio {
  padding-left: 1rem !important;
}

.product-category.product a .woocommerce-loop-category__title {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.product-category.product:hover a .woocommerce-loop-category__title {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

div.product .woocommerce-tabs ul.tabs li {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

div.product .woocommerce-tabs ul.tabs li a {
    --tw-text-opacity: 1 !important;
    color: rgb(35 31 32 / var(--tw-text-opacity)) !important;
  }

div.product .woocommerce-tabs ul.tabs li.active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(35 31 32 / var(--tw-bg-opacity)) !important;
}

div.product .woocommerce-tabs ul.tabs li.active a {
    --tw-text-opacity: 1 !important;
    color: rgb(238 49 35 / var(--tw-text-opacity)) !important;
  }

.columns-4 {
  -moz-columns:1 !important;
       columns:1 !important;
}

.page-id-19 .store-locator div {
  max-width: 1120px;
}

.ql-dark-bg .ql-title, .ql-dark-bg .ql-texts {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.ql-light-bg .ql-title, .ql-light-bg .ql-texts {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

.max-container {
  /* @apply w-full xl:!max-w-[1268px] !px-0; */
  margin-left: auto;
  margin-right: auto;
  max-width: 1268px;
}

.entry-content .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.iframe-aspect-video {
  aspect-ratio: 16 / 9;
}

blockquote p {
  color: inherit !important;
}

.product-category  a {
  display: flex;
  height: 100%;
  flex-grow: 1;
  flex-direction: column;
}

.product-category {
  height: 100%;
}

.product-category a h2.woocommerce-loop-category__title {
  flex-grow: 1;
}

.webkit-apperance-none {
  -webkit-appearance: none;
}

/* .ql-cta {
    @apply flex md:justify-center mt-auto;

    a {
        @apply md:mx-auto;
    }
} */

.yotu-playlist {
  padding-top: 0px !important;
}

#sticky-header input[type="search"] {
  height: 36px;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.woocommerce .pswp__caption__center, .woocommerce-page .pswp__caption__center {
  display: none;
}

.hbst-form>form {
  align-items:start !important;
}

/* =========== YOUTUBE CAROUSEL =========== */

.youtube-carousel .yotu-mode-carousel {
  margin-top: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.youtube-carousel .yotu-mode-carousel .owl-item {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (min-width: 768px) {
  .youtube-carousel .yotu-mode-carousel .owl-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

body .youtube-carousel .yotu-videos.yotu-preset-abnb .yotu-video-description, body .youtube-carousel .yotu-videos.yotu-preset-abnb .yotu-video-title {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

@media (prefers-color-scheme: dark) {
  body .youtube-carousel .yotu-videos.yotu-preset-abnb .yotu-video-description, body .youtube-carousel .yotu-videos.yotu-preset-abnb .yotu-video-title {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
}

body .youtube-carousel .yotu-videos.yotu-preset-abnb .yotu-video-title {
  margin-bottom: 0.5rem !important;
  margin-top: 1.25rem !important;
  padding: 0px !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  letter-spacing: 0.025em !important;
}

selectbody .youtube-carousel .yotu-videos.yotu-preset-abnb .yotu-video-title {
  background-position: 0 1rem center !important;
}

@media (min-width: 768px) {
  body .youtube-carousel .yotu-videos.yotu-preset-abnb .yotu-video-title {
    margin-top: 1.75rem !important;
  }

  body .youtube-carousel .yotu-videos.yotu-preset-abnb .yotu-video-title {
    font-size: 22px !important;
  }
}

body .youtube-carousel .yotu-videos.yotu-preset-abnb .yotu-video-description {
  height: auto !important;
}

/* WOO CUSTOM */

iframe {
  max-width: 100%;
}

.single-product div.product::after {
  clear: both;
  content: var(--tw-content);
  display: table;
}

.woocommerce-products-header__title {
  text-align: center;
  text-transform: uppercase;
}

ul.products {
  padding-top: 3rem !important;
}

h2.woocommerce-loop-product__title {
  min-height: 36px !important;
  padding-top: 1rem !important;
  font-size: 0.9375rem !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(46 46 34 / var(--tw-text-opacity)) !important;
}

nav.woocommerce-breadcrumb {
  margin-bottom: 2rem !important;
  text-align: center;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(147 149 152 / var(--tw-text-opacity)) !important;
}

nav.woocommerce-breadcrumb a {
  --tw-text-opacity: 1 !important;
  color: rgb(147 149 152 / var(--tw-text-opacity)) !important;
}

.woocommerce-shop .woocommerce-breadcrumb > * {
  visibility: hidden;
}

.woocommerce-shop .woocommerce-breadcrumb > span a {
  visibility: visible;
}

.woocommerce-breadcrumb span:nth-child(1), .woocommerce-breadcrumb span:nth-child(2) {
    display: none;
  }

h2.woocommerce-loop-category__title .count {
  display: none;
}

.woocommerce ul.products[class*=columns-] li.product-category, .woocommerce-page ul.products[class*=columns-] li.product {
  margin: auto !important;
  width: 100% !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 1rem;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 1rem !important;
}

.flex-control-nav.flex-control-thumbs li {
  width: auto !important;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count  {
  margin: 2rem 0 1em !important;
}

.woocommerce input, .woocommerce select, .woocommerce textarea, .hbspt-form input, .hbspt-form select, .hbspt-form textarea {
    border-radius: 0.625rem;
  }

.woocommerce input, .woocommerce select, .woocommerce textarea, .hbspt-form input, .hbspt-form select, .hbspt-form textarea {
    border-width: 2px;
  }

.woocommerce input, .woocommerce select, .woocommerce textarea, .hbspt-form input, .hbspt-form select, .hbspt-form textarea {
    --tw-border-opacity: 1;
    border-color: rgb(238 49 35 / var(--tw-border-opacity));
  }

.woocommerce input, .woocommerce select, .woocommerce textarea, .hbspt-form input, .hbspt-form select, .hbspt-form textarea {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

.woocommerce input, .woocommerce select, .woocommerce textarea, .hbspt-form input, .hbspt-form select, .hbspt-form textarea {
    font-weight: 500;
  }

.woocommerce input, .woocommerce select, .woocommerce textarea, .hbspt-form input, .hbspt-form select, .hbspt-form textarea {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

.woocommerce input, .woocommerce select, .hbspt-form input, .hbspt-form select {
    height: 2.5rem;
  }

.home h2.woocommerce-loop-category__title, .woocommerce-page h2.woocommerce-loop-category__title {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(238 49 35 / 0.8);
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 700;
}

select.home h2.woocommerce-loop-category__title, select.woocommerce-page h2.woocommerce-loop-category__title {
  background-position: 0 1rem center !important;
}

@media (min-width: 768px) {
  .home h2.woocommerce-loop-category__title, .woocommerce-page h2.woocommerce-loop-category__title {
    min-height: 60px;
  }
}

@media (min-width: 1024px) {
  .home h2.woocommerce-loop-category__title, .woocommerce-page h2.woocommerce-loop-category__title {
    font-size: 24px !important;
    line-height: 28px !important;
  }
}

.home ul.products li.product-category a img, .woocommerce-page ul.products li.product-category a img {
  margin-bottom: 0px !important;
}

.home .woocommerce > ul.products, .woocommerce-page ul.products {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.home .woocommerce > ul.products::before, .woocommerce-page ul.products::before {
  content: var(--tw-content);
  display: none;
}

.home .woocommerce > ul.products li.product-category, .woocommerce-page ul.products li.product-category {
    grid-column: span 6 / span 6;
  }

.home .woocommerce > ul.products li.product-category, .woocommerce-page ul.products li.product-category {
    float: none;
  }

.home .woocommerce > ul.products li.product-category, .woocommerce-page ul.products li.product-category {
    margin: auto;
  }

.home .woocommerce > ul.products li.product-category, .woocommerce-page ul.products li.product-category {
    width: auto;
  }

@media (min-width: 768px) {
    .home .woocommerce > ul.products li.product-category, .woocommerce-page ul.products li.product-category {
      grid-column: span 3 / span 3;
    }
  }

.product_category .product a {
  position: relative;
}

.product-category.product a .woocommerce-loop-category__title {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
}

.product-category.product a .woocommerce-loop-category__title::before {
  position: absolute;
  bottom: -1.25rem;
  left: 0px;
  z-index: -1;
  height: calc(100% + 25px);
  width: 100%;
  --tw-skew-y: -3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  content: var(--tw-content);
  background-color: rgb(238 49 35 / 0.8);
}

.product-category.product:hover a .woocommerce-loop-category__title {
  background-color: transparent !important;
}

.woocommerce-page ul.products, .page-id-17 .woocommerce ul.products {
    gap: 1rem;
  }

@media (min-width: 1300px) {
    .woocommerce-page ul.products, .page-id-17 .woocommerce ul.products {
      gap: 3rem;
    }
  }

.woocommerce-page ul.products li.product.type-product, .page-id-17 .woocommerce ul.products li.product.type-product {
      grid-column: span 6 / span 6;
    }

.woocommerce-page ul.products li.product.type-product, .page-id-17 .woocommerce ul.products li.product.type-product {
      display: grid;
    }

.woocommerce-page ul.products li.product.type-product, .page-id-17 .woocommerce ul.products li.product.type-product {
      height: 100%;
    }

.woocommerce-page ul.products li.product.type-product, .page-id-17 .woocommerce ul.products li.product.type-product {
      border-radius: 0.625rem;
    }

.woocommerce-page ul.products li.product.type-product, .page-id-17 .woocommerce ul.products li.product.type-product {
      border-width: 1px;
    }

.woocommerce-page ul.products li.product.type-product, .page-id-17 .woocommerce ul.products li.product.type-product {
      --tw-border-opacity: 1;
      border-color: rgb(0 0 0 / var(--tw-border-opacity));
    }

.woocommerce-page ul.products li.product.type-product, .page-id-17 .woocommerce ul.products li.product.type-product {
      padding: 1rem;
    }

@media (min-width: 768px) {
      .woocommerce-page ul.products li.product.type-product, .page-id-17 .woocommerce ul.products li.product.type-product {
        grid-column: span 3 / span 3;
      }
    }

@media (min-width: 1024px) {
      .woocommerce-page ul.products li.product.type-product, .page-id-17 .woocommerce ul.products li.product.type-product {
        grid-column: span 4 / span 4;
      }
    }

.woocommerce-page ul.products li.product.type-product a.woocommerce-loop-product__link, .page-id-17 .woocommerce ul.products li.product.type-product a.woocommerce-loop-product__link {
        display: grid;
      }

.woocommerce-page ul.products li.product.type-product a.woocommerce-loop-product__link div div.star-rating, .page-id-17 .woocommerce ul.products li.product.type-product a.woocommerce-loop-product__link div div.star-rating {
          font-size: 0.75rem;
          line-height: 1rem;
        }

.woocommerce-page ul.products li.product.type-product a.woocommerce-loop-product__link div div.star-rating, .page-id-17 .woocommerce ul.products li.product.type-product a.woocommerce-loop-product__link div div.star-rating {
          line-height: 1 !important;
        }

@media (min-width: 768px) {
          .woocommerce-page ul.products li.product.type-product a.woocommerce-loop-product__link div div.star-rating, .page-id-17 .woocommerce ul.products li.product.type-product a.woocommerce-loop-product__link div div.star-rating {
            font-size: 1rem;
            line-height: 1.5rem;
          }
        }

.woocommerce-page ul.products li.product.type-product a.woocommerce-loop-product__link div div.rating-count, .page-id-17 .woocommerce ul.products li.product.type-product a.woocommerce-loop-product__link div div.rating-count {
          margin-bottom: 6px;
        }

.woocommerce-page ul.products li.product.type-product a.woocommerce-loop-product__link div div.rating-count, .page-id-17 .woocommerce ul.products li.product.type-product a.woocommerce-loop-product__link div div.rating-count {
          font-size: 0.75rem;
          line-height: 1rem;
        }

.woocommerce-page ul.products li.product.type-product a.woocommerce-loop-product__link div div.rating-count, .page-id-17 .woocommerce ul.products li.product.type-product a.woocommerce-loop-product__link div div.rating-count {
          --tw-text-opacity: 1;
          color: rgb(35 31 32 / var(--tw-text-opacity));
        }

@media (min-width: 768px) {
          .woocommerce-page ul.products li.product.type-product a.woocommerce-loop-product__link div div.rating-count, .page-id-17 .woocommerce ul.products li.product.type-product a.woocommerce-loop-product__link div div.rating-count {
            margin-bottom: 5px;
          }
        }

@media (min-width: 768px) {
          .woocommerce-page ul.products li.product.type-product a.woocommerce-loop-product__link div div.rating-count, .page-id-17 .woocommerce ul.products li.product.type-product a.woocommerce-loop-product__link div div.rating-count {
            font-size: 1rem;
            line-height: 1.5rem;
          }
        }

.woocommerce-page ul.products li.product.type-product a > img, .page-id-17 .woocommerce ul.products li.product.type-product a > img {
        /* @apply border-b border-[#dddddd] pb-4 order-1; */
      }

.woocommerce-page ul.products li.product.type-product a > img, .page-id-17 .woocommerce ul.products li.product.type-product a > img {
        order: 1;
      }

.woocommerce-page ul.products li.product.type-product a h2 + .star-rating, .page-id-17 .woocommerce ul.products li.product.type-product a h2 + .star-rating {
        display: none;
      }

.woocommerce-page ul.products li.product.type-product a > h2, .page-id-17 .woocommerce ul.products li.product.type-product a > h2 {
        order: 2;
      }

.woocommerce-page ul.products li.product.type-product a > h2, .page-id-17 .woocommerce ul.products li.product.type-product a > h2 {
        min-height: 52px !important;
      }

/* a > div div.star-rating {
                @apply text-base leading-none text-primary mb-0 mt-4 order-4 w-full tracking-[2px];
            } */

.woocommerce-page ul.products li.product.type-product .count-rating, .page-id-17 .woocommerce ul.products li.product.type-product .count-rating {
        font-family: 'GoodOT', sans-serif;
      }

.woocommerce-page ul.products li.product.type-product .count-rating, .page-id-17 .woocommerce ul.products li.product.type-product .count-rating {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
      }

.woocommerce-page ul.products li.product.type-product .count-rating, .page-id-17 .woocommerce ul.products li.product.type-product .count-rating {
        --tw-translate-x: 100px;
        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));
      }

.woocommerce-page ul.products li.product.type-product .count-rating, .page-id-17 .woocommerce ul.products li.product.type-product .count-rating {
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
      }

.woocommerce-page ul.products li.product.type-product div.woocommerce-loop-product__sku, .page-id-17 .woocommerce ul.products li.product.type-product div.woocommerce-loop-product__sku {
        order: 3;
      }

.woocommerce-page ul.products li.product.type-product div.woocommerce-loop-product__sku, .page-id-17 .woocommerce ul.products li.product.type-product div.woocommerce-loop-product__sku {
        font-size: 0.75rem;
        line-height: 1rem;
      }

.woocommerce-page ul.products li.product.type-product div.woocommerce-loop-product__sku, .page-id-17 .woocommerce ul.products li.product.type-product div.woocommerce-loop-product__sku {
        font-weight: 500;
      }

.woocommerce-page ul.products li.product.type-product div.woocommerce-loop-product__sku, .page-id-17 .woocommerce ul.products li.product.type-product div.woocommerce-loop-product__sku {
        --tw-text-opacity: 1;
        color: rgb(147 149 152 / var(--tw-text-opacity));
      }

.woocommerce-page ul.products li.product.type-product div.woocommerce-loop-product__sku, .page-id-17 .woocommerce ul.products li.product.type-product div.woocommerce-loop-product__sku {
        align-self: end;
      }

.woocommerce-page ul.products li.product.type-product a.button, .page-id-17 .woocommerce ul.products li.product.type-product a.button {
        display: flex;
      }

.woocommerce-page ul.products li.product.type-product a.button, .page-id-17 .woocommerce ul.products li.product.type-product a.button {
        height: 2.5rem;
      }

.woocommerce-page ul.products li.product.type-product a.button, .page-id-17 .woocommerce ul.products li.product.type-product a.button {
        width: 100%;
      }

.woocommerce-page ul.products li.product.type-product a.button, .page-id-17 .woocommerce ul.products li.product.type-product a.button {
        align-items: center;
      }

.woocommerce-page ul.products li.product.type-product a.button, .page-id-17 .woocommerce ul.products li.product.type-product a.button {
        justify-content: center;
      }

.woocommerce-page ul.products li.product.type-product a.button, .page-id-17 .woocommerce ul.products li.product.type-product a.button {
        border-radius: 0px;
      }

.woocommerce-page ul.products li.product.type-product a.button, .page-id-17 .woocommerce ul.products li.product.type-product a.button {
        --tw-bg-opacity: 1;
        background-color: rgb(238 49 35 / var(--tw-bg-opacity));
      }

.woocommerce-page ul.products li.product.type-product a.button, .page-id-17 .woocommerce ul.products li.product.type-product a.button {
        font-size: 1rem;
        line-height: 1.5rem;
      }

.woocommerce-page ul.products li.product.type-product a.button, .page-id-17 .woocommerce ul.products li.product.type-product a.button {
        font-weight: 500;
      }

.woocommerce-page ul.products li.product.type-product a.button, .page-id-17 .woocommerce ul.products li.product.type-product a.button {
        text-transform: uppercase;
      }

.woocommerce-page ul.products li.product.type-product a.button, .page-id-17 .woocommerce ul.products li.product.type-product a.button {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }

.woocommerce-page ul.products li.product.type-product a.button, .page-id-17 .woocommerce ul.products li.product.type-product a.button {
        transition-duration: 300ms;
      }

.woocommerce-page ul.products li.product.type-product a.button, .page-id-17 .woocommerce ul.products li.product.type-product a.button {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      }

.woocommerce-page ul.products li.product.type-product a.button:hover, .page-id-17 .woocommerce ul.products li.product.type-product a.button:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
      }

.woocommerce-page ul.products li.product.type-product a.button:hover, .page-id-17 .woocommerce ul.products li.product.type-product a.button:hover {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }

.woocommerce-page ul.products li.product.type-product .count-rating::before, .page-id-17 .woocommerce ul.products li.product.type-product .count-rating::before {
        content: var(--tw-content);
        display: none;
      }

.woocommerce-page ul.products li.product.type-product .count-rating::after, .page-id-17 .woocommerce ul.products li.product.type-product .count-rating::after {
        content: var(--tw-content);
        display: none;
      }

.woocommerce-info {
  margin-top: 1rem;
  --tw-border-opacity: 1;
  border-color: rgb(238 49 35 / var(--tw-border-opacity));
}

.woocommerce-info::before {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.woocommerce .star-rating span::before {
  --tw-text-opacity: 1;
  color: rgb(238 49 35 / var(--tw-text-opacity));
}

.woocommerce .products .product {
    overflow: hidden;
  }

.woocommerce .products .product a img {
    transition-duration: 300ms;
  }

.woocommerce .products .product a img {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

.woocommerce .products .product:hover a img {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

.home .woocommerce > .products, .woocommerce-page div.woocommerce-notices-wrapper + ul.products {
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .home .woocommerce > .products, .woocommerce-page div.woocommerce-notices-wrapper + ul.products {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .home .woocommerce > .products, .woocommerce-page div.woocommerce-notices-wrapper + ul.products {
    row-gap: 1.5rem;
  }
}

.single-product {
  /* .related > h2 {
        @apply bottom-line;
    } */
}

.single-product .summary h1.product_title {
      position: relative !important;
    }

.single-product .summary h1.product_title {
      font-size: 26px !important;
      line-height: 31px !important;
    }

.single-product .summary h1.product_title {
      font-weight: 500 !important;
    }

.single-product .summary h1.product_title {
      line-height: 1 !important;
    }

@media (min-width: 1024px) {
      .single-product .summary h1.product_title {
        font-size: 30px !important;
      }
    }

@media (min-width: 1024px) {
      .single-product .summary h1.product_title {
        line-height: 37px !important;
      }
    }

/* input[type="submit"] {
    @apply !bg-primary !rounded-lg w-max text-base uppercase !font-medium !text-black flex justify-center items-center h-10 ease-in-out duration-300 hover:bg-black hover:text-primary;
} */

.product_details_custom, .tech_specs_custom {
  width: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.woocommerce-result-count, .woocommerce-ordering {
  display: none;
}

.prose ul, .prose ol, .prose p, .prose span, .prose div {
    font-weight: 200;
  }

.prose ul, .prose ol, .prose p, .prose span, .prose div {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

.prose strong {
    font-weight: 500 !important;
  }

.tech_specs_custom {
  display: grid;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .tech_specs_custom {
    grid-template-columns: 535px auto;
  }
}

.tech_specs_custom .prose {
    padding-left: 0px;
    padding-right: 0px;
  }

.woocommerce ol.commentlist {
    display: grid;
  }

.woocommerce ol.commentlist {
    gap: 0.5rem;
  }

.woocommerce ol.commentlist::before {
    content: var(--tw-content) !important;
    display: none !important;
  }

@media (min-width: 768px) {
    .woocommerce ol.commentlist {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

.woocommerce ol.commentlist li.review {
      margin-bottom: 0px !important;
    }

.woocommerce ol.commentlist li.review {
      border-radius: 0.625rem !important;
    }

.woocommerce ol.commentlist li.review {
      --tw-border-opacity: 1 !important;
      border-color: rgb(240 240 240 / var(--tw-border-opacity)) !important;
    }

.woocommerce ol.commentlist .comment-text {
      display: grid;
    }

.woocommerce ol.commentlist .comment-text .review-rating {
        order: 2;
      }

.woocommerce ol.commentlist .comment-text .review-rating {
        margin-top: 1rem;
      }

.woocommerce ol.commentlist .comment-text .review-rating {
        display: flex;
      }

.woocommerce ol.commentlist .comment-text .review-rating {
        align-items: center;
      }

.woocommerce ol.commentlist .comment-text .review-rating {
        gap: 0.5rem;
      }

.woocommerce ol.commentlist .comment-text .review-rating .timestamp {
          margin-top: 3px;
        }

.woocommerce ol.commentlist .comment-text .review-rating .timestamp {
          font-weight: 500;
        }

.woocommerce ol.commentlist .comment-text .review-rating .timestamp {
          line-height: 1;
        }

.woocommerce ol.commentlist .comment-text .review-rating .timestamp {
          --tw-text-opacity: 1;
          color: rgb(147 149 152 / var(--tw-text-opacity));
        }

.woocommerce ol.commentlist .comment-text .meta {
        order: 1;
      }

.woocommerce ol.commentlist .comment-text .meta .woocommerce-review__author {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }

.woocommerce ol.commentlist .comment-text .meta .woocommerce-review__author {
          font-weight: 500 !important;
        }

.woocommerce ol.commentlist .comment-text .meta .woocommerce-review__author {
          --tw-text-opacity: 1;
          color: rgb(35 31 32 / var(--tw-text-opacity));
        }

.woocommerce ol.commentlist .comment-text .meta select.woocommerce-review__author {
          background-position: 0 1rem center;
        }

.woocommerce ol.commentlist .comment-text .meta .woocommerce-review__dash, .woocommerce ol.commentlist .comment-text .meta .woocommerce-review__published-date {
          display: none;
        }

.woocommerce ol.commentlist .comment-text .description {
        order: 3;
      }

.woocommerce ol.commentlist .comment-text .description {
        margin-top: 1rem;
      }

.woocommerce ol.commentlist .comment-text .description {
        font-weight: 500;
      }

.woocommerce ol.commentlist .comment-text .description {
        line-height: 1.5rem;
      }

.woocommerce ol.commentlist .comment-text .description {
        --tw-text-opacity: 1;
        color: rgb(147 149 152 / var(--tw-text-opacity));
      }

.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce #reviews #comments .commentlist>li::before {
  display: none !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 0px !important;
}

.woocommerce .star-rating, .woocommerce .star-rating::before, .woocommerce p.stars a {
  --tw-text-opacity: 1;
  color: rgb(238 49 35 / var(--tw-text-opacity));
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin-top: 6px !important;
}

/* DETAILS PAGE TABS */

.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li {
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin-left: -3px;
  margin-right: -3px;
  border-radius: 0px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity)) !important;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 500 !important;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 49 35 / var(--tw-bg-opacity)) !important;
}

.reviews_tab.active, .description_tab.active {
  --tw-text-opacity: 1 !important;
  color: rgb(35 31 32 / var(--tw-text-opacity)) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}

.woocommerce .summary.entry-summary > div h1 {
    order: 1;
  }

.woocommerce .summary.entry-summary > div .product_meta {
    order: 2;
  }

.woocommerce .summary.entry-summary > div .product_meta {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

.woocommerce .summary.entry-summary > div .woocommerce-product-rating {
    order: 3;
  }

.woocommerce .summary.entry-summary > div .woocommerce-product-rating {
    margin-bottom: 0px;
  }

.woocommerce .summary.entry-summary > div .woocommerce-product-rating .woocommerce-review-link {
      font-weight: 500;
    }

.woocommerce .summary.entry-summary > div .woocommerce-product-rating .woocommerce-review-link {
      --tw-text-opacity: 1;
      color: rgb(35 31 32 / var(--tw-text-opacity));
    }

.woocommerce .summary.entry-summary > div .product_details_custom {
    order: 4;
  }

.woocommerce .summary.entry-summary > div .prod-actions {
    order: 5;
  }

.woocommerce-product-gallery .flex-viewport {
    height: 352px !important;
  }

.woocommerce-product-gallery .flex-viewport figure > div a img {
        height: 352px !important;
      }

.woocommerce-product-gallery .flex-viewport figure > div a img {
        -o-object-fit: contain;
           object-fit: contain;
      }

.woocommerce-page .related.products > h2 {
    text-transform: uppercase;
  }

#review_form_wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  width: 100%;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  #review_form_wrapper {
    width: 645px;
  }
}

#review_form_wrapper input, #review_form_wrapper select, #review_form_wrapper textarea {
    padding-left: 0.75rem;
  }

#review_form_wrapper input, #review_form_wrapper select, #review_form_wrapper textarea {
    font-size: 1.25rem;
  }

#review_form_wrapper textarea {
    min-height: 150px;
  }

#review_form_wrapper textarea {
    padding-top: 0.5rem;
  }

#review_form_wrapper .form-submit input#submit {
    display: flex;
  }

#review_form_wrapper .form-submit input#submit {
    min-height: 49px;
  }

#review_form_wrapper .form-submit input#submit {
    min-width: 132px;
  }

#review_form_wrapper .form-submit input#submit {
    align-items: center;
  }

#review_form_wrapper .form-submit input#submit {
    justify-content: center;
  }

#review_form_wrapper .form-submit input#submit {
    border-radius: 0px;
  }

#review_form_wrapper .form-submit input#submit {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

#review_form_wrapper .form-submit input#submit {
    padding-left: 1rem;
    padding-right: 1rem;
  }

#review_form_wrapper .form-submit input#submit {
    text-align: center;
  }

#review_form_wrapper .form-submit input#submit {
    font-weight: 500;
  }

#review_form_wrapper .form-submit input#submit {
    text-transform: uppercase;
  }

#review_form_wrapper .form-submit input#submit {
    line-height: 1;
  }

#review_form_wrapper .form-submit input#submit {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

#review_form_wrapper .form-submit input#submit {
    transition-duration: 300ms;
  }

#review_form_wrapper .form-submit input#submit {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

#review_form_wrapper .form-submit input#submit {
    --tw-bg-opacity: 1;
    background-color: rgb(238 49 35 / var(--tw-bg-opacity));
  }

#review_form_wrapper .form-submit input#submit {
    margin-left: auto;
    margin-right: auto;
  }

#review_form_wrapper .form-submit input#submit {
    margin-top: 1rem;
  }

#review_form_wrapper .form-submit input#submit {
    min-height: 49px;
  }

#review_form_wrapper .form-submit input#submit {
    min-width: 162px;
  }

#review_form_wrapper .prod-list .form-submit input#submit {
    min-width: 100%;
  }

#review_form_wrapper .form-submit input#submit:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

#review_form_wrapper .form-submit input#submit:hover {
    --tw-text-opacity: 1;
    color: rgb(238 49 35 / var(--tw-text-opacity));
  }

#review_form_wrapper .comment-notes {
    text-align: center;
  }

#review_form_wrapper .comment-notes {
    font-weight: 500;
  }

#review_form_wrapper .comment-notes {
    line-height: 1.5rem;
  }

#review_form_wrapper .comment-notes {
    --tw-text-opacity: 1;
    color: rgb(147 149 152 / var(--tw-text-opacity));
  }

#review_form_wrapper .comment-form-rating p.stars {
    font-size: 1.5rem;
  }

#review_form_wrapper .comment-respond #reply-title {
      display: none;
    }

#review_form_wrapper #review_form form.comment-form {
  display: grid;
  gap: 1rem;
}

#review_form_wrapper #review_form form.comment-form div {
  display: grid;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 0.5rem;
}

@media (min-width: 768px) {
  #review_form_wrapper #review_form form.comment-form div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#review_form_wrapper #review_form form.comment-form div label {
    align-self: flex-start;
  }

#review_form_wrapper #review_form form.comment-form div label {
    font-size: 1.375rem;
  }

#review_form_wrapper #review_form form.comment-form div label {
    font-weight: 500;
  }

#review_form_wrapper #review_form form.comment-form div label {
    line-height: 26px;
  }

#review_form_wrapper #review_form form.comment-form div.comment-form-details > div {
    display: grid;
  }

#review_form_wrapper #review_form form.comment-form div.comment-form-details > div {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

#review_form_wrapper #review_form form.comment-form div.comment-form-details > div {
    gap: 1rem;
  }

.woocommerce-reviews ol.commentlist {
  margin-bottom: 60px !important;
}

/* END WOO CUSTOM */

.woocommerce nav.woocommerce-pagination ul {
  --tw-border-opacity: 1 !important;
  border-color: rgb(240 240 240 / var(--tw-border-opacity)) !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  --tw-bg-opacity: 1;
  background-color: rgb(238 49 35 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pagination {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
  background-color: transparent;
}

.pagination li {
    margin-right: -1px;
  }

.pagination li {
    overflow: hidden;
  }

.pagination li {
    border-left-width: 1px;
    border-right-width: 1px;
  }

.pagination li {
    --tw-border-opacity: 1 !important;
    border-color: rgb(240 240 240 / var(--tw-border-opacity)) !important;
  }

.pagination li:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

.pagination li:hover {
    --tw-text-opacity: 1;
    color: rgb(238 49 35 / var(--tw-text-opacity));
  }

.pagination li a, .pagination li span {
      padding: .6em .5em;
      min-width: 1em;
      line-height: 2;
    }

.pagination li .page-link.current {
      --tw-bg-opacity: 1;
      background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    }

.pagination li .page-link.current {
      /* padding: .5em; */
      min-width: 1em;
      line-height: 2;
    }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  overflow-x: scroll !important;
  white-space: nowrap;
}

.term-description {
  margin-top: 1rem;
}

/* .page-id-19  .store-locator,
.single-product .content-area,
.tax-product_cat .content-area,
.woocommerce-shop .content-area {
    @apply relative pt-20 pb-28 lg:!py-44 after:absolute after:top-0 after:left-0 after:w-full after:h-28 lg:after:h-40 after:bg-bottom-curve after:bg-top after:bg-no-repeat after:bg-contain lg:after:bg-cover lg:after:bg-bottom before:absolute before:bottom-0 before:left-0 before:w-full before:h-28 lg:before:h-40 before:bg-top-curve before:bg-bottom before:bg-no-repeat before:bg-contain lg:before:bg-cover lg:before:bg-top;
} */

/* .page-id-19 .store-locator > .container,
.single-product .site-main,
.tax-product_cat .site-main,
.woocommerce-shop  .site-main {
    @apply relative z-10 py-0 lg:-mt-10;
} */

.woocommerce-shop .woocommerce-breadcrumb {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0px;
}

.single-product .content-area, .tax-product_cat .content-area, .woocommerce-shop .content-area {
  background-image: url('../img/bottom-curve.svg');
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .single-product .content-area, .tax-product_cat .content-area, .woocommerce-shop .content-area {
    padding-top: 5rem;
  }
}

@media (min-width: 1300px) {
  .single-product .content-area, .tax-product_cat .content-area, .woocommerce-shop .content-area {
    padding-top: 8rem;
  }
}

.single-product .content-area, .tax-product_cat .content-area, .woocommerce-shop .content-area {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .single-product .content-area, .tax-product_cat .content-area, .woocommerce-shop .content-area {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1300px) {
  .single-product .content-area, .tax-product_cat .content-area, .woocommerce-shop .content-area {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.single-product .content-area, .tax-product_cat .content-area, .woocommerce-shop .content-area {
  background-color: ;
  background-image: url('../img/top-curve.svg'), url('../img/bottom-curve.svg');
  background-position: center bottom, center top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.single-product .content-area > *, .tax-product_cat .content-area > *, .woocommerce-shop .content-area > * {
  position: relative;
}

@media (min-width: 1920px) {
  .single-product .content-area > *, .tax-product_cat .content-area > *, .woocommerce-shop .content-area > * {
    z-index: 2;
  }
}

@media (min-width: 1300px) {
  .single-product .content-area, .tax-product_cat .content-area, .woocommerce-shop .content-area {
    padding-top: 7rem;
  }
}

body .gform_wrapper .gform_validation_errors {
  padding-left: 1rem;
}

body .gform_wrapper .gform_validation_errors>h2 .gform-icon {
  display: none;
}

/* .woocommerce-shop  .site-main {
    @apply relative z-10 py-0 lg:-mt-10;
} */

/* PRODUCT POPUP ENQUIRY */

.popup-enquiry {
  visibility: hidden;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.8);
  padding: 1.25rem;
  opacity: 0;
  transition-duration: 300ms;
}

.popup-enquiry.is-open {
  visibility: visible;
  opacity: 1;
}

.popup-enquiry__wrapper {
  position: relative;
  max-height: calc(100vh - 5rem);
  width: 100%;
  max-width: 32rem;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --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);
}

@media (min-width: 768px) {
  .popup-enquiry__wrapper {
    padding: 2.5rem;
  }
}

.popup-enquiry__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}

.popup-enquiry h2.gform_title {
  margin-bottom: 1.5rem;
  font-size: 28px;
  line-height: 33px;
}

@media (min-width: 768px) {
  .popup-enquiry h2.gform_title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.popup-enquiry .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
}

.popup-enquiry .gform_wrapper .gform_validation_errors {
  margin-bottom: 0.75rem;
  border-radius: 0px;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  --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);
}

.popup-enquiry .gform_wrapper .gform_validation_errors>h2 .gform-icon {
  display: none;
}

.popup-enquiry .gform_wrapper.gravity-theme .gform_footer {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 0px;
}

.popup-enquiry .gform_wrapper.gravity-theme .gform_footer .gform_button {
  margin-bottom: 0px;
  min-height: 0px !important;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  line-height: 1 !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

.popup-enquiry .gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.popup-enquiry .gform_ajax_spinner {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  margin: 0px !important;
  --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));
  padding: 0px !important;
}

.popup-enquiry .gform_wrapper.gravity-theme .gform_fields {
  display: block;
}

.popup-enquiry .gform_wrapper.gravity-theme .gform_fields > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

@media (min-width: 640px) {
  .popup-enquiry .gform_wrapper.gravity-theme .gform_fields {
    display: grid;
  }

  .popup-enquiry .gform_wrapper.gravity-theme .gform_fields > :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));
  }
}

.popup-enquiry .gform_wrapper .gform_validation_errors>h2 {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

body .gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=color], body .gform_wrapper .gform_body .gform_fields .gfield input[type=date], body .gform_wrapper .gform_body .gform_fields .gfield input[type=datetime-local], body .gform_wrapper .gform_body .gform_fields .gfield input[type=datetime], body .gform_wrapper .gform_body .gform_fields .gfield input[type=email], body .gform_wrapper .gform_body .gform_fields .gfield input[type=month], body .gform_wrapper .gform_body .gform_fields .gfield input[type=number], body .gform_wrapper .gform_body .gform_fields .gfield input[type=password], body .gform_wrapper .gform_body .gform_fields .gfield input[type=search], body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel], body .gform_wrapper .gform_body .gform_fields .gfield input[type=text], body .gform_wrapper .gform_body .gform_fields .gfield input[type=time], body .gform_wrapper .gform_body .gform_fields .gfield input[type=url], body .gform_wrapper .gform_body .gform_fields .gfield input[type=week], body .gform_wrapper .gform_body .gform_fields .gfield select, body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  height: auto;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=color]:focus, body .gform_wrapper .gform_body .gform_fields .gfield input[type=date]:focus, body .gform_wrapper .gform_body .gform_fields .gfield input[type=datetime-local]:focus, body .gform_wrapper .gform_body .gform_fields .gfield input[type=datetime]:focus, body .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:focus, body .gform_wrapper .gform_body .gform_fields .gfield input[type=month]:focus, body .gform_wrapper .gform_body .gform_fields .gfield input[type=number]:focus, body .gform_wrapper .gform_body .gform_fields .gfield input[type=password]:focus, body .gform_wrapper .gform_body .gform_fields .gfield input[type=search]:focus, body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:focus, body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus, body .gform_wrapper .gform_body .gform_fields .gfield input[type=time]:focus, body .gform_wrapper .gform_body .gform_fields .gfield input[type=url]:focus, body .gform_wrapper .gform_body .gform_fields .gfield input[type=week]:focus, body .gform_wrapper .gform_body .gform_fields .gfield select:focus, body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus {
  border-radius: 0px;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=color]:focus-visible, body .gform_wrapper .gform_body .gform_fields .gfield input[type=date]:focus-visible, body .gform_wrapper .gform_body .gform_fields .gfield input[type=datetime-local]:focus-visible, body .gform_wrapper .gform_body .gform_fields .gfield input[type=datetime]:focus-visible, body .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:focus-visible, body .gform_wrapper .gform_body .gform_fields .gfield input[type=month]:focus-visible, body .gform_wrapper .gform_body .gform_fields .gfield input[type=number]:focus-visible, body .gform_wrapper .gform_body .gform_fields .gfield input[type=password]:focus-visible, body .gform_wrapper .gform_body .gform_fields .gfield input[type=search]:focus-visible, body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:focus-visible, body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus-visible, body .gform_wrapper .gform_body .gform_fields .gfield input[type=time]:focus-visible, body .gform_wrapper .gform_body .gform_fields .gfield input[type=url]:focus-visible, body .gform_wrapper .gform_body .gform_fields .gfield input[type=week]:focus-visible, body .gform_wrapper .gform_body .gform_fields .gfield select:focus-visible, body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus-visible {
  border-radius: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  height: 8rem !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font-weight: 400;
}

body .gform_wrapper.gravity-theme .gform_footer {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  padding: 0px;
}

body .gform_wrapper .gform_footer input[type=submit] {
  display: flex;
  min-height: 49px;
  min-width: 132px;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-bg-opacity: 1;
  background-color: rgb(238 49 35 / var(--tw-bg-opacity));
  text-transform: none;
}

.prod-list body .gform_wrapper .gform_footer input[type=submit] {
  min-width: 100%;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

body img.gform_ajax_spinner {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: -1.25rem;
  margin-left: auto;
  margin-right: auto;
}

body .gform_wrapper.gravity-theme .gform_fields {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

body .gform_wrapper.gravity-theme .gfield_checkbox button {
  border-radius: 0px;
}

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

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.\!relative {
  position: relative !important;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-\[3vh\] {
  bottom: 3vh;
}

.right-16 {
  right: 4rem;
}

.top-1\/4 {
  top: 25%;
}

.top-1\/2 {
  top: 50%;
}

.right-\[-6\%\] {
  right: -6%;
}

.left-auto {
  left: auto;
}

.left-\[-6\%\] {
  left: -6%;
}

.right-auto {
  right: auto;
}

.top-0 {
  top: 0px;
}

.left-1\/2 {
  left: 50%;
}

.top-\[1\.625rem\] {
  top: 1.625rem;
}

.right-\[0\.875rem\] {
  right: 0.875rem;
}

.left-0 {
  left: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.top-5 {
  top: 1.25rem;
}

.-bottom-4 {
  bottom: -1rem;
}

.z-50 {
  z-index: 50;
}

.z-20 {
  z-index: 20;
}

.z-40 {
  z-index: 40;
}

.z-10 {
  z-index: 10;
}

.z-\[999999\] {
  z-index: 999999;
}

.z-\[2\] {
  z-index: 2;
}

.order-last {
  order: 9999;
}

.order-4 {
  order: 4;
}

.order-3 {
  order: 3;
}

.order-2 {
  order: 2;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.m-8 {
  margin: 2rem;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.\!m-0 {
  margin: 0px !important;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-16 {
  margin-top: 60px;
  margin-bottom: 60px;
}

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

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

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

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

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

.mt-20 {
  margin-top: 5rem;
}

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

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

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

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

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

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

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

.mt-12 {
  margin-top: 3rem;
}

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

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

.mt-auto {
  margin-top: auto;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

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

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

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

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

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

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

.-mr-\[1px\] {
  margin-right: -1px;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.\!flex {
  display: flex !important;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.\!grid {
  display: grid !important;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

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

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

.h-5 {
  height: 1.25rem;
}

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

.h-auto {
  height: auto;
}

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

.h-1\/2 {
  height: 50%;
}

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

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

.h-full {
  height: 100%;
}

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

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

.h-60 {
  height: 15rem;
}

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

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

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

.h-40 {
  height: 10rem;
}

.h-10 {
  height: 2.5rem;
}

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

.\!h-\[352px\] {
  height: 352px !important;
}

.max-h-0 {
  max-height: 0px;
}

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

.min-h-fit {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

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

.\!min-h-\[41px\] {
  min-height: 41px !important;
}

.\!min-h-\[36px\] {
  min-height: 36px !important;
}

.\!min-h-\[52px\] {
  min-height: 52px !important;
}

.\!min-h-0 {
  min-height: 0px !important;
}

.w-full {
  width: 100%;
}

.w-16 {
  width: 4rem;
}

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

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.w-5 {
  width: 1.25rem;
}

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

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

.w-6 {
  width: 1.5rem;
}

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

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

.\!w-24 {
  width: 6rem !important;
}

.w-36 {
  width: 9rem;
}

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

.w-auto {
  width: auto;
}

.w-20 {
  width: 5rem;
}

.min-w-fit {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

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

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

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

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

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

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

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

.max-w-sm {
  max-width: 24rem;
}

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

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

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

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

.max-w-none {
  max-width: none;
}

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

.max-w-lg {
  max-width: 32rem;
}

.flex-1 {
  flex: 1 1 0%;
}

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

.grow {
  flex-grow: 1;
}

.translate-x-\[8\.4rem\] {
  --tw-translate-x: 8.4rem;
  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-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-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-x-\[110vw\] {
  --tw-translate-x: 110vw;
  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-\[100px\] {
  --tw-translate-x: 100px;
  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-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));
}

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.scroll-p-48 {
  scroll-padding: 12rem;
}

.columns-4 {
  -moz-columns: 4;
       columns: 4;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

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

.grid-cols-\[190px_44px\] {
  grid-template-columns: 190px 44px;
}

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

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

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

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

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

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

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

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

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

.\!items-center {
  align-items: center !important;
}

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

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

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

.\!justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-\[1\.3vw\] {
  gap: 1.3vw;
}

.gap-\[3vw\] {
  gap: 3vw;
}

.gap-12 {
  gap: 3rem;
}

.gap-10 {
  gap: 2.5rem;
}

.\!gap-\[20px\] {
  gap: 20px !important;
}

.\!gap-4 {
  gap: 1rem !important;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

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

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

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

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

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

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

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

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-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-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

.\!overflow-x-scroll {
  overflow-x: scroll !important;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-none {
  border-radius: 0px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.\!rounded-lg {
  border-radius: 0.625rem !important;
}

.border {
  border-width: 1px;
}

.\!border {
  border-width: 1px !important;
}

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

.\!border-2 {
  border-width: 2px !important;
}

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

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

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

.border-l {
  border-left-width: 1px;
}

.\!border-solid {
  border-style: solid !important;
}

.border-solid {
  border-style: solid;
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(238 49 35 / var(--tw-border-opacity));
}

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

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

.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(147 149 152 / var(--tw-border-opacity));
}

.border-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
}

.\!border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

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

.\!border-grayLight {
  --tw-border-opacity: 1 !important;
  border-color: rgb(240 240 240 / var(--tw-border-opacity)) !important;
}

.border-grayLight {
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(238 49 35 / var(--tw-bg-opacity));
}

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

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

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

.\!bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 49 35 / var(--tw-bg-opacity)) !important;
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 32 / var(--tw-bg-opacity));
}

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

.bg-primary\/80 {
  background-color: rgb(238 49 35 / 0.8);
}

.\!bg-tertiary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity)) !important;
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-gray-curve {
  background-image: url('../img/gray-curve.svg');
}

.bg-bottom-curve {
  background-image: url('../img/bottom-curve.svg');
}

.bg-cover {
  background-size: cover;
}

.bg-\[length\:100\%\] {
  background-size: 100%;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-top {
  background-position: top;
}

.bg-bottom {
  background-position: bottom;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-primary {
  fill: #EE3123;
}

.fill-current {
  fill: currentColor;
}

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

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

.\!object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

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

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

.p-5 {
  padding: 1.25rem;
}

.p-0 {
  padding: 0px;
}

.\!p-0 {
  padding: 0px !important;
}

.p-4 {
  padding: 1rem;
}

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

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

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

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

.\!py-\[10px\] {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

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

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

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

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

.pb-12 {
  padding-bottom: 3rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

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

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

.pt-2 {
  padding-top: 0.5rem;
}

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

.\!pl-9 {
  padding-left: 2.25rem !important;
}

.pb-4 {
  padding-bottom: 1rem;
}

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

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

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

.\!pt-28 {
  padding-top: 7rem !important;
}

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

.\!pb-28 {
  padding-bottom: 7rem !important;
}

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

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

.\!pl-4 {
  padding-left: 1rem !important;
}

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

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

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

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

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

.text-5xl {
  font-size: 54px;
  line-height: 65px;
}

.text-2xl {
  font-size: 26px;
  line-height: 31px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-1xl {
  font-size: 24px;
  line-height: 28px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[2\.125rem\] {
  font-size: 2.125rem;
}

.text-\[3\.125rem\] {
  font-size: 3.125rem;
}

.text-\[0\.625rem\] {
  font-size: 0.625rem;
}

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

.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.\!text-\[2\.125rem\] {
  font-size: 2.125rem !important;
}

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

.\!text-\[0\.9375rem\] {
  font-size: 0.9375rem !important;
}

.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.\!text-2xl {
  font-size: 26px !important;
  line-height: 31px !important;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

.text-\[1\.375rem\] {
  font-size: 1.375rem;
}

.text-3xl {
  font-size: 28px;
  line-height: 33px;
}

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

.font-light {
  font-weight: 300;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-extrabold {
  font-weight: 800;
}

.\!font-medium {
  font-weight: 500 !important;
}

.\!font-semibold {
  font-weight: 600 !important;
}

.font-extralight {
  font-weight: 200;
}

.uppercase {
  text-transform: uppercase;
}

.\!uppercase {
  text-transform: uppercase !important;
}

.leading-none {
  line-height: 1;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-tight {
  line-height: 1.25;
}

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

.leading-normal {
  line-height: 1.5;
}

.\!leading-\[18px\] {
  line-height: 18px !important;
}

.leading-6 {
  line-height: 1.5rem;
}

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

.\!tracking-wide {
  letter-spacing: 0.025em !important;
}

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(238 49 35 / var(--tw-text-opacity));
}

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

.text-gray {
  --tw-text-opacity: 1;
  color: rgb(147 149 152 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity));
}

.text-\[\#939598\] {
  --tw-text-opacity: 1;
  color: rgb(147 149 152 / var(--tw-text-opacity));
}

.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

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

.\!text-secondaryLight {
  --tw-text-opacity: 1 !important;
  color: rgb(46 46 34 / var(--tw-text-opacity)) !important;
}

.\!text-gray {
  --tw-text-opacity: 1 !important;
  color: rgb(147 149 152 / var(--tw-text-opacity)) !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-100 {
  opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

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

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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 {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  width: 1268px;
  max-width: 1268px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.res-video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}

@media (min-width: 1300px) {
  .res-video iframe {
    height: 400px;
  }
}

.bottom-line {
  padding-bottom: 1.75rem;
}

.bottom-line::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 8px;
  width: 70px;
  --tw-skew-x: -25deg;
  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));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(238 49 35 / var(--tw-bg-opacity));
}

.bottom-line--center {
  padding-bottom: 1.75rem;
}

.bottom-line--center::after {
  left: 0px;
  right: 0px;
  content: var(--tw-content);
  margin-left: auto;
  margin-right: auto;
}

.iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}

.responsive-iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.accordion__panel {
  max-height: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
  transition: max-height 0.2s ease-out;
}

.sticky-header {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  right: 0px;
  top: 0px;
}

@-webkit-keyframes down {
  0% {
    transform: translateY(-.5rem);
  }

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

@keyframes down {
  0% {
    transform: translateY(-.5rem);
  }

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

.sticky-header {
  -webkit-animation: down .3s ease-in-out;
          animation: down .3s ease-in-out;
}

.full-width {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: calc(100vw - var(--scrollbar-width));
}

.alignright {
  float: right;
  margin-top: 0px;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.alignleft {
  float: left;
  margin-top: 0px;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.gray-curve {
  background-image: url('../img/gray-curve.svg');
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 11rem !important;
}

@media (min-width: 768px) {
  .gray-curve {
    background-position: bottom;
  }
}

/* .top-curve {
        @apply relative !pt-28 lg:!pt-44 bg-grayLight before:absolute before:top-0 before:left-0 before:w-full before:h-28 lg:before:h-40 3xl:before:h-56 before:bg-top-curve before:bg-top before:bg-no-repeat before:bg-contain lg:before:bg-cover;
    } */

.top-curve, .top-curve-inverted {
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .top-curve, .top-curve-inverted {
    padding-top: 5rem;
  }
}

@media (min-width: 1300px) {
  .top-curve, .top-curve-inverted {
    padding-top: 8rem;
  }
}

.top-curve {
  background-image: url('../img/top-curve.svg');
}

.top-curve-inverted {
  background-image: url('../img/bottom-curve.svg');
}

/* .top-curve-inverted {
        @apply relative !pt-28 lg:!pt-44 after:absolute after:top-0 after:left-0 after:w-full after:h-28 lg:after:h-40 3xl:after:h-56 after:bg-bottom-curve after:bg-top after:bg-no-repeat after:bg-contain lg:after:bg-cover lg:after:bg-bottom;
    } */

/* .bottom-curve {
        @apply relative !pb-28 lg:!pb-44 bg-grayLight after:absolute after:bottom-0 after:left-0 after:w-full after:h-28 lg:after:h-40 3xl:after:h-56 after:bg-bottom-curve 
        after:bg-bottom after:bg-no-repeat after:bg-contain lg:after:bg-cover;
    } */

.bottom-curve, .bottom-curve-inverted {
  background-image: url('../img/bottom-curve.svg');
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .bottom-curve, .bottom-curve-inverted {
    padding-bottom: 5rem;
  }
}

@media (min-width: 1300px) {
  .bottom-curve, .bottom-curve-inverted {
    padding-bottom: 8rem;
  }
}

.bottom-curve {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  background-image: url('../img/bottom-curve.svg');
}

/* .bottom-curve-inverted {
        @apply relative !pb-28 lg:!pb-44 before:absolute before:bottom-0 before:left-0 before:w-full before:h-28 lg:before:h-40 3xl:before:h-56 before:bg-top-curve before:bg-bottom before:bg-no-repeat before:bg-contain lg:before:bg-cover lg:before:bg-top;
    } */

.bottom-curve-inverted {
  background-image: url('../img/top-curve.svg');
}

/* .top-bottom-curve {
        @apply relative pt-20 pb-28 lg:!py-44 after:absolute after:top-0 after:left-0 after:w-full after:h-28 lg:after:h-40 3xl:after:h-56 after:bg-bottom-curve after:bg-top after:bg-no-repeat after:bg-contain lg:after:bg-cover lg:after:bg-bottom before:absolute before:bottom-0 before:left-0 before:w-full before:h-28 lg:before:h-40 3xl:before:h-56 before:bg-top-curve before:bg-bottom before:bg-no-repeat before:bg-contain lg:before:bg-cover lg:before:bg-top;
    } */

.top-bottom-curve {
  background-image: url('../img/bottom-curve.svg');
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .top-bottom-curve {
    padding-top: 5rem;
  }
}

@media (min-width: 1300px) {
  .top-bottom-curve {
    padding-top: 8rem;
  }
}

.top-bottom-curve {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .top-bottom-curve {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1300px) {
  .top-bottom-curve {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.top-bottom-curve {
  background-color: ;
  background-image: url('../img/top-curve.svg'), url('../img/bottom-curve.svg');
  background-position: center bottom, center top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.top-curve > *, .top-curve-inverted > *, .bottom-curve > *, .bottom-curve-inverted > *, .top-bottom-curve > * {
  position: relative;
}

@media (min-width: 1920px) {
  .top-curve > *, .top-curve-inverted > *, .bottom-curve > *, .bottom-curve-inverted > *, .top-bottom-curve > * {
    z-index: 2;
  }
}

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

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

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

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

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

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

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

.before\:z-20::before {
  content: var(--tw-content);
  z-index: 20;
}

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

.before\:h-28::before {
  content: var(--tw-content);
  height: 7rem;
}

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

.before\:h-\[calc\(100\%_\+_25px\)\]::before {
  content: var(--tw-content);
  height: calc(100% + 25px);
}

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

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

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

.before\:bg-primary\/80::before {
  content: var(--tw-content);
  background-color: rgb(238 49 35 / 0.8);
}

.before\:bg-top-curve::before {
  content: var(--tw-content);
  background-image: url('../img/top-curve.svg');
}

.before\:bg-gradient-to-r::before {
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.before\:from-black\/70::before {
  content: var(--tw-content);
  --tw-gradient-from: rgb(0 0 0 / 0.7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}

.before\:bg-contain::before {
  content: var(--tw-content);
  background-size: contain;
}

.before\:bg-top::before {
  content: var(--tw-content);
  background-position: top;
}

.before\:bg-bottom::before {
  content: var(--tw-content);
  background-position: bottom;
}

.before\:bg-no-repeat::before {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

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

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

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

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

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

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

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

.after\:clear-both::after {
  content: var(--tw-content);
  clear: both;
}

.after\:mx-auto::after {
  content: var(--tw-content);
  margin-left: auto;
  margin-right: auto;
}

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

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

.after\:h-28::after {
  content: var(--tw-content);
  height: 7rem;
}

.after\:w-\[calc\(100\%_-_36px\)\]::after {
  content: var(--tw-content);
  width: calc(100% - 36px);
}

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

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

.after\:-skew-x-\[25deg\]::after {
  content: var(--tw-content);
  --tw-skew-x: -25deg;
  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));
}

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

.after\:border-tertiary::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
}

.after\:bg-primary::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(238 49 35 / var(--tw-bg-opacity));
}

.after\:bg-bottom-curve::after {
  content: var(--tw-content);
  background-image: url('../img/bottom-curve.svg');
}

.after\:bg-contain::after {
  content: var(--tw-content);
  background-size: contain;
}

.after\:bg-top::after {
  content: var(--tw-content);
  background-position: top;
}

.after\:bg-bottom::after {
  content: var(--tw-content);
  background-position: bottom;
}

.after\:bg-no-repeat::after {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.after\:text-left::after {
  content: var(--tw-content);
  text-align: left;
}

.after\:text-center::after {
  content: var(--tw-content);
  text-align: center;
}

.after\:text-right::after {
  content: var(--tw-content);
  text-align: right;
}

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

.hover\:-translate-x-10:hover {
  --tw-translate-x: -2.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));
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 49 35 / var(--tw-bg-opacity));
}

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

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

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

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(238 49 35 / var(--tw-text-opacity));
}

.focus\:rounded-none:focus {
  border-radius: 0px;
}

.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

.focus-visible\:rounded-none:focus-visible {
  border-radius: 0px;
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(238 49 35 / var(--tw-text-opacity));
}

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

@media (min-width: 640px) {
  .sm\:grid {
    display: grid;
  }
}

@media (min-width: 768px) {
  .md\:relative {
    position: relative;
  }

  .md\:bottom-\[15vh\] {
    bottom: 15vh;
  }

  .md\:top-1\/2 {
    top: 50%;
  }

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

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

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

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

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

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

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

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .md\:w-40 {
    width: 10rem;
  }

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

  .md\:max-w-\[calc\(768px_\/_2\)\] {
    max-width: calc(768px / 2);
  }

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

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

  .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\:auto-rows-fr {
    grid-auto-rows: 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-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .md\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

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

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

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

  .md\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(238 49 35 / var(--tw-bg-opacity));
  }

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

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

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

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

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

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

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

  .md\:text-3xl {
    font-size: 28px;
    line-height: 33px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:\!text-\[22px\] {
    font-size: 22px !important;
  }

  .before\:md\:bg-primary::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(238 49 35 / var(--tw-bg-opacity));
  }

  .after\:md\:bg-primary::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(238 49 35 / var(--tw-bg-opacity));
  }

  .prose-h2\:md\:text-\[35px\] :is(:where(h2):not(:where([class~="not-prose"] *))) {
    font-size: 35px;
  }
}

@media (min-width: 1024px) {
  .lg\:static {
    position: static;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:\!h-\[300px\] {
    height: 300px !important;
  }

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

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

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

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

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

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

  .lg\:max-w-\[calc\(1024px_\/_2\)\] {
    max-width: calc(1024px / 2);
  }

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

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

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

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

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

  .lg\:grid-cols-\[535px_auto\] {
    grid-template-columns: 535px auto;
  }

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

  .lg\:justify-between {
    justify-content: space-between;
  }

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

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

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

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

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

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

  .lg\:\!py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

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

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

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

  .lg\:text-1xl {
    font-size: 24px;
    line-height: 28px;
  }

  .lg\:text-\[2\.75rem\] {
    font-size: 2.75rem;
  }

  .lg\:text-\[3\.75rem\] {
    font-size: 3.75rem;
  }

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

  .lg\:text-5xl {
    font-size: 54px;
    line-height: 65px;
  }

  .lg\:text-2xl {
    font-size: 26px;
    line-height: 31px;
  }

  .lg\:\!text-\[2\.75rem\] {
    font-size: 2.75rem !important;
  }

  .lg\:\!text-1xl {
    font-size: 24px !important;
    line-height: 28px !important;
  }

  .lg\:\!text-\[30px\] {
    font-size: 30px !important;
  }

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:leading-\[5\.3125rem\] {
    line-height: 5.3125rem;
  }

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

  .lg\:before\:h-40::before {
    content: var(--tw-content);
    height: 10rem;
  }

  .lg\:before\:bg-cover::before {
    content: var(--tw-content);
    background-size: cover;
  }

  .lg\:after\:h-40::after {
    content: var(--tw-content);
    height: 10rem;
  }

  .lg\:after\:bg-cover::after {
    content: var(--tw-content);
    background-size: cover;
  }

  .lg\:after\:bg-bottom::after {
    content: var(--tw-content);
    background-position: bottom;
  }
}

@media (min-width: 1300px) {
  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .xl\:max-w-\[calc\(1280px_\/_2\)\] {
    max-width: calc(1280px / 2);
  }

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

  .xl\:\!max-w-\[1268px\] {
    max-width: 1268px !important;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

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

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

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

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

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

  .xl\:text-5xl {
    font-size: 54px;
    line-height: 65px;
  }

  .xl\:text-6xl {
    font-size: 70px;
    line-height: 85px;
  }
}

@media (min-width: 1536px) {
  @media (min-width: 1920px) {
    .\32xl\:container {
      max-width: 1536px !important;
    }
  }

  .\32xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

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

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

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

  @media (min-width: 1300px) {
    .\32xl\:container {
      max-width: 1300px;
    }
  }

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

  @media (min-width: 1920px) {
    .\32xl\:container {
      max-width: 1920px;
    }
  }

  .\32xl\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }
}

@media (min-width: 1920px) {
  .\33xl\:before\:h-56::before {
    content: var(--tw-content);
    height: 14rem;
  }

  .\33xl\:after\:h-56::after {
    content: var(--tw-content);
    height: 14rem;
  }
}

.single_add_to_cart_button {
    display: none !important;
}