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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Montserrat, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

h1, .h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

h2, .h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

b, strong {
  font-weight: 700;
}

:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

p {
  margin-bottom: 10px;
  line-height: 1.5rem;
}

p a {
  text-decoration-line: underline;
}

input,
    select,
    textarea {
  width: 100%;
  max-width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #d9d9d9;
  --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);
}

input:focus,
    select:focus,
    textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
}

button,
  input[type="submit"] {
  cursor: pointer;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

button:hover,
  input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 88 92 / var(--tw-bg-opacity, 1));
}

input[type="checkbox"],
  input[type="radio"] {
  width: auto;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.container {
  width: 100%;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-top-2 {
  top: -0.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[9px\] {
  bottom: 9px;
}

.left-0 {
  left: 0px;
}

.left-\[267px\] {
  left: 267px;
}

.left-\[9px\] {
  left: 9px;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-5 {
  top: 1.25rem;
}

.top-\[10px\] {
  top: 10px;
}

.top-\[148px\] {
  top: 148px;
}

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

.top-full {
  top: 100%;
}

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

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

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

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

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

.z-\[120\] {
  z-index: 120;
}

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

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

.col-span-6 {
  grid-column: span 6 / span 6;
}

.m-auto {
  margin: auto;
}

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

.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

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

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

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: 0.25rem;
}

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

.mt-3 {
  margin-top: 0.75rem;
}

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-12 {
  height: 3rem;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

.h-\[124\.84px\] {
  height: 124.84px;
}

.h-\[138\.34px\] {
  height: 138.34px;
}

.h-\[16\.34px\] {
  height: 16.34px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[292\.15px\] {
  height: 292.15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-0 {
  max-height: 0px;
}

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

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

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

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

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

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

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

.max-h-screen {
  max-height: 100vh;
}

.w-0 {
  width: 0px;
}

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

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

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

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

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

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-80 {
  width: 20rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[433\.62px\] {
  width: 433.62px;
}

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

.max-w-5xl {
  max-width: 64rem;
}

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

.max-w-\[25\.4rem\] {
  max-width: 25.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

.max-w-md {
  max-width: 28rem;
}

.max-w-sm {
  max-width: 24rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink {
  flex-shrink: 1;
}

.grow {
  flex-grow: 1;
}

.basis-0 {
  flex-basis: 0px;
}

.origin-top-left {
  transform-origin: top left;
}

.translate-x-\[-5px\] {
  --tw-translate-x: -5px;
  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-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.translate-y-10 {
  --tw-translate-y: 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));
}

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

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

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-start {
  scroll-snap-align: start;
}

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

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

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

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

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

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

.content-start {
  align-content: flex-start;
}

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

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

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

.items-stretch {
  align-items: stretch;
}

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

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

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

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[17px\] {
  gap: 17px;
}

.gap-\[9\.74px\] {
  gap: 9.74px;
}

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

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

.overflow-y-auto {
  overflow-y: auto;
}

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

.scroll-smooth {
  scroll-behavior: smooth;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[400px\] {
  border-radius: 400px;
}

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

.rounded-sm {
  border-radius: 0.125rem;
}

.border {
  border-width: 1px;
}

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

.border-b {
  border-bottom-width: 1px;
}

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

.border-b-8 {
  border-bottom-width: 8px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-8 {
  border-right-width: 8px;
}

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

.border-t-0 {
  border-top-width: 0px;
}

.border-\[\#131313\] {
  --tw-border-opacity: 1;
  border-color: rgb(19 19 19 / var(--tw-border-opacity, 1));
}

.border-\[\#5b585c\] {
  --tw-border-opacity: 1;
  border-color: rgb(91 88 92 / var(--tw-border-opacity, 1));
}

.border-\[\#A0A0A0\] {
  --tw-border-opacity: 1;
  border-color: rgb(160 160 160 / var(--tw-border-opacity, 1));
}

.border-\[\#a0a0a0\] {
  --tw-border-opacity: 1;
  border-color: rgb(160 160 160 / var(--tw-border-opacity, 1));
}

.border-\[\#bbb7b3\] {
  --tw-border-opacity: 1;
  border-color: rgb(187 183 179 / var(--tw-border-opacity, 1));
}

.border-\[\#d9d9d9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-neutral-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

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

.border-b-\[\#d9d9d9\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-b-black\/90 {
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.border-l-transparent {
  border-left-color: transparent;
}

.border-r-transparent {
  border-right-color: transparent;
}

.bg-\[\#131313\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 19 19 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2f62e5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(47 98 229 / var(--tw-bg-opacity, 1));
}

.bg-\[\#5b585c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(91 88 92 / var(--tw-bg-opacity, 1));
}

.bg-\[\#61e440\] {
  --tw-bg-opacity: 1;
  background-color: rgb(97 228 64 / var(--tw-bg-opacity, 1));
}

.bg-\[\#84786f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(132 120 111 / var(--tw-bg-opacity, 1));
}

.bg-\[\#BBB7B3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(187 183 179 / var(--tw-bg-opacity, 1));
}

.bg-\[\#a0a0a0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(160 160 160 / var(--tw-bg-opacity, 1));
}

.bg-\[\#bab7b3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(186 183 179 / var(--tw-bg-opacity, 1));
}

.bg-\[\#bbb7b3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(187 183 179 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d9d9d9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ededed\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f7ebcc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 235 204 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f7eee7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 238 231 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(36\2c 36\2c 36\2c 0\.55\)\] {
  background-color: rgba(36,36,36,0.55);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

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

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-black\/0 {
  --tw-gradient-from: rgb(0 0 0 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-50 {
  --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

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

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

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

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

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

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

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

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

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

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

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

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

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

.pb-1 {
  padding-bottom: 0.25rem;
}

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

.pb-2 {
  padding-bottom: 0.5rem;
}

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

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

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

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

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

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

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

.pl-10 {
  padding-left: 2.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

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

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

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

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

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

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

.pt-2 {
  padding-top: 0.5rem;
}

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

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

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

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

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

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

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.font-\[\'Montserrat\'\] {
  font-family: 'Montserrat';
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

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

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[1\.2em\] {
  line-height: 1.2em;
}

.leading-\[1\.4em\] {
  line-height: 1.4em;
}

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

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

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

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

.leading-\[37\.01px\] {
  line-height: 37.01px;
}

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

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

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0px\] {
  letter-spacing: 0px;
}

.tracking-\[8px\] {
  letter-spacing: 8px;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-\[\#131313\] {
  --tw-text-opacity: 1;
  color: rgb(19 19 19 / var(--tw-text-opacity, 1));
}

.text-\[\#242424\] {
  --tw-text-opacity: 1;
  color: rgb(36 36 36 / var(--tw-text-opacity, 1));
}

.text-\[\#5b585c\] {
  --tw-text-opacity: 1;
  color: rgb(91 88 92 / var(--tw-text-opacity, 1));
}

.text-\[\#84786f\] {
  --tw-text-opacity: 1;
  color: rgb(132 120 111 / var(--tw-text-opacity, 1));
}

.text-\[\#888\] {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}

.text-\[\#a0a0a0\] {
  --tw-text-opacity: 1;
  color: rgb(160 160 160 / var(--tw-text-opacity, 1));
}

.text-\[\#d9d9d9\] {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

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

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

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

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

.placeholder-\[\#a0a0a0\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(160 160 160 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#a0a0a0\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(160 160 160 / var(--tw-placeholder-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-75 {
  opacity: 0.75;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_0px_100px_20px_rgba\(33\2c 33\2c 33\2c 0\.15\)\] {
  --tw-shadow: 0px 0px 100px 20px rgba(33,33,33,0.15);
  --tw-shadow-colored: 0px 0px 100px 20px 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-\[5px_5px_10px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 5px 5px 10px rgba(0,0,0,0.25);
  --tw-shadow-colored: 5px 5px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.outline-1 {
  outline-width: 1px;
}

.outline-offset-\[-1px\] {
  outline-offset: -1px;
}

.outline-\[\#a0a0a0\] {
  outline-color: #a0a0a0;
}

.outline-\[\#bbb7b3\] {
  outline-color: #bbb7b3;
}

.outline-\[\#d9d9d9\] {
  outline-color: #d9d9d9;
}

.outline-neutral-50 {
  outline-color: #fafafa;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.invert {
  --tw-invert: invert(100%);
  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);
}

.backdrop-blur-\[10px\] {
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

.duration-\[1500ms\] {
  transition-duration: 1500ms;
}

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

body {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Montserrat, sans-serif;
}

.select2-container--default .select2-selection--single {
  margin: 0px !important;
  height: auto !important;
  width: 100%;
  max-width: 100% !important;
  border-radius: 0px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
  padding: 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #d9d9d9;
  --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);
}

.select2-container--default .select2-selection--single:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  line-height: 1.5 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 0 / var(--tw-bg-opacity, 1));
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 10px !important;
  position: absolute;
  top: 0px !important;
  right: 10px !important;
  width: 15px !important;
  bottom: 0px !important;
  margin: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none !important;
  height: 10px !important;
  left: auto !important;
  margin-left: auto !important;
  margin-top: auto !important;
  position: relative !important;
  top: auto !important;
  width: 15px !important;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="10" viewBox="0 0 15 10" fill="none"><path d="M0.5 1L7.5 9L14.5 1" stroke="black"/></svg>') no-repeat;
  display: block;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  /* Hide scrollbar in IE & Edge */
  scrollbar-width: none;
  /* Hide scrollbar in Firefox */
}

/* Scrollbar Styles */

.custom-scrollbar::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 1);
  border-radius: 4px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}

/* Firefox */

.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 1) transparent;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.swiper-wrapper {
  align-items: center;
}

.swiper-button-next, .swiper-button-prev {
  color: #000000 !important;
  background: #ffffff;
}

.swiper-button-prev {
  left:0px !important
}

.swiper-button-next {
  right: 0px !important;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 22px !important;
}

.arrow-nav.swiper-button-next::after, .arrow-nav.swiper-button-prev::after {
  display: none !important;
}

.arrow-nav.swiper-button-next, .arrow-nav.swiper-button-prev {
  width: 18px;
}

.pimg-thumb-swiper .thumb-img {
  height: 5rem !important;
  width: 5rem !important;
}

.mega-m-h:hover .mega-m-h-sub.active > a {
  --tw-text-opacity: 1 !important;
  color: rgb(132 120 111 / var(--tw-text-opacity, 1)) !important;
}

.mega-m-h:hover .mega-m-h-sub.active .mega-m-h-arrow {
  --tw-translate-x: 0px !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;
  opacity: 1 !important;
}

.mega-m-h:hover .mega-m-h-sub.active .mega-m-h-sub-right {
  visibility: visible !important;
  opacity: 1 !important;
}

.woocommerce-products-header h1, .woocommerce-products-header h2, .woocommerce-products-header h3 {
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.term-description {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
}

.text-content.read-more {
  max-height: 22px;
  overflow: hidden;
}

.page-id-9 .text-content.read-more {
  max-height: 100px;
}

.filter-btn.active {
  font-weight: 600;
}

.header-review.trustpilot-widget iframe {
  scale: 0.8;
}

.trustpilot-widget-scale.trustpilot-widget iframe {
  scale: 120%;
}

.trustpilot-widget-scale.trustpilot-widget {
  padding-left: 12px;
}

.trustpilot-widget-full.trustpilot-widget iframe {
  width: 130% !important;
  scale: 0.8;
  margin-left: -25%;
}

.reviews-usp-section .trustpilot-widget-full.trustpilot-widget iframe {
  margin-left: -15%;
}

body.woocommerce.archive .woocommerce-breadcrumb {
  display: none;
}

body.single-product .woocommerce-notices-wrapper {
  width: 100%;
  max-width: 1536px;
  /* 2xl container size */
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.pagination ul.page-numbers {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.product-card-price > .pagination ul.page-numbers {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.fproduct-card-price > .pagination ul.page-numbers {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-card-price > .pagination ul.page-numbers .v-price,
.fproduct-card-price > .pagination ul.page-numbers .v-price {
  padding-left: 0.375rem;
}

.product-card-price > .pagination ul.page-numbers .v-price del,
.product-card-price > .pagination ul.page-numbers .v-price ins,
.fproduct-card-price > .pagination ul.page-numbers .v-price del,
.fproduct-card-price > .pagination ul.page-numbers .v-price ins {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 18px;
}

#compare-items-list .ccol-price > .pagination ul.page-numbers,
#wishlist-items-list .wcol-price > .pagination ul.page-numbers {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pagination ul.page-numbers a:hover {
  text-decoration-line: underline;
}

.hlc-section, .hlc-section.is-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1)) !important;
  padding-top: 0px !important;
}

.hlc-section__header {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}

.hlc-section__header h2 {
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 2.5rem !important;
}

.hlc-section__step-number {
  margin-right: 0.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(160 160 160 / var(--tw-bg-opacity, 1)) !important;
}

.hlc-button:not(.hlc-button-list--room-type .hlc-button):not(.hlc-button-list--radiator-range .hlc-button) {
  border-radius: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 171 7 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  line-height: 1.5 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.hlc-button:not(.hlc-button-list--room-type .hlc-button):not(.hlc-button-list--radiator-range .hlc-button):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hlc-heat-loss-statement-pane::before {
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(225 251 222 / var(--tw-bg-opacity, 1)) !important;
  text-align: center !important;
}

.hlc-heat-loss-statement-pane {
  padding-top: 1.25rem !important;
  text-align: center !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(83 161 64 / var(--tw-text-opacity, 1)) !important;
}

.hlc-heat-loss-statement {
  position: relative !important;
}

/* Style Gravity Forms Input Fields */

#gform_fields_1, #gform_fields_25 {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

#gform_fields_1 #field_1_8, #gform_fields_1 #field_1_9,
#gform_fields_1 #field_1_14, #gform_fields_1 #field_1_15,
#gform_fields_25 #field_25_8, #gform_fields_25 #field_25_9,
#gform_fields_25 #field_25_11, #gform_fields_25 #field_25_14 {
  grid-column: span 3 / span 3;
}

#gform_fields_1 #field_1_3, #gform_fields_1 #field_1_11,
#gform_fields_1 #field_1_6, #gform_fields_1 #field_1_7, #gform_fields_1 #field_1_12,
#gform_fields_25 #field_25_3, #gform_fields_25 #field_25_12, 
#gform_fields_25 #field_25_16, #gform_fields_25 #field_25_19 {
  grid-column: span 6 / span 6;
}

#gform_fields_1 #field_1_7, #gform_fields_1 #field_1_12,
  #gform_1 .gform-footer, #gform_fields_25 #field_25_19 {
  padding: 0px;
}

#gform_fields_25 #field_25_12, #input_25_19_6_container,
  #gform_fields_25 #field_25_19 {
  text-align: left;
}

#gform_fields_25 #input_25_12 {
  display: flex;
  gap: 1.25rem;
  padding-top: 0.5rem;
}

.product-card-price > #gform_fields_25 #input_25_12 {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.fproduct-card-price > #gform_fields_25 #input_25_12 {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-card-price > #gform_fields_25 #input_25_12 .v-price,
.fproduct-card-price > #gform_fields_25 #input_25_12 .v-price {
  padding-left: 0.375rem;
}

.product-card-price > #gform_fields_25 #input_25_12 .v-price del,
.product-card-price > #gform_fields_25 #input_25_12 .v-price ins,
.fproduct-card-price > #gform_fields_25 #input_25_12 .v-price del,
.fproduct-card-price > #gform_fields_25 #input_25_12 .v-price ins {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 18px;
}

#compare-items-list .ccol-price > #gform_fields_25 #input_25_12,
#wishlist-items-list .wcol-price > #gform_fields_25 #input_25_12 {
  align-items: center;
  justify-content: center;
  text-align: center;
}

#gform_fields_25 #field_25_8, #gform_fields_25 #field_25_11 {
  padding-left: 0.5rem;
}

#gform_fields_25 #field_25_9, #gform_fields_25 #field_25_14 {
  padding-right: 0.5rem;
}

#gform_fields_25 #field_25_3, #gform_fields_25 #field_25_16, 
  #gform_fields_25 #field_25_12, #gform_fields_25 #field_25_19 label,
  #gform_25 .gform-footer {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#gform_fields_1 #field_1_6 label {
  display: none;
}

#gform_fields_1 #field_1_12 {
  display: flex;
  flex-direction: column;
}

.product-card-price > #gform_fields_1 #field_1_12 {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.fproduct-card-price > #gform_fields_1 #field_1_12 {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-card-price > #gform_fields_1 #field_1_12 .v-price,
.fproduct-card-price > #gform_fields_1 #field_1_12 .v-price {
  padding-left: 0.375rem;
}

.product-card-price > #gform_fields_1 #field_1_12 .v-price del,
.product-card-price > #gform_fields_1 #field_1_12 .v-price ins,
.fproduct-card-price > #gform_fields_1 #field_1_12 .v-price del,
.fproduct-card-price > #gform_fields_1 #field_1_12 .v-price ins {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 18px;
}

#compare-items-list .ccol-price > #gform_fields_1 #field_1_12,
#wishlist-items-list .wcol-price > #gform_fields_1 #field_1_12 {
  align-items: center;
  justify-content: center;
  text-align: center;
}

#gform_fields_1 #field_1_12 label {
  order: 2;
  font-size: 0.75rem;
  line-height: 1rem;
}

#gform_fields_1 #field_1_12 #input_1_12 {
  display: flex;
  gap: 1rem;
}

.product-card-price > #gform_fields_1 #field_1_12 #input_1_12 {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.fproduct-card-price > #gform_fields_1 #field_1_12 #input_1_12 {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-card-price > #gform_fields_1 #field_1_12 #input_1_12 .v-price,
.fproduct-card-price > #gform_fields_1 #field_1_12 #input_1_12 .v-price {
  padding-left: 0.375rem;
}

.product-card-price > #gform_fields_1 #field_1_12 #input_1_12 .v-price del,
.product-card-price > #gform_fields_1 #field_1_12 #input_1_12 .v-price ins,
.fproduct-card-price > #gform_fields_1 #field_1_12 #input_1_12 .v-price del,
.fproduct-card-price > #gform_fields_1 #field_1_12 #input_1_12 .v-price ins {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 18px;
}

#compare-items-list .ccol-price > #gform_fields_1 #field_1_12 #input_1_12,
#wishlist-items-list .wcol-price > #gform_fields_1 #field_1_12 #input_1_12 {
  align-items: center;
  justify-content: center;
  text-align: center;
}

#gform_1 .gform-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#gform_fields_1 textarea {
  max-height: 5rem;
}

.newsletter-section .gform_wrapper .gfield input[type="text"],
.newsletter-section .gform_wrapper .gfield input[type="email"] {
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.newsletter-section .gform_wrapper .gfield input[type="text"]:focus,
.newsletter-section .gform_wrapper .gfield input[type="email"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
}

.newsletter-section .gform_wrapper .gfield input[type="email"] {
  border-radius: 0px;
  background-color: rgba(255,255,255,0.15);
}

.newsletter-section .gform_footer {
  padding: 0px;
}

.newsletter-section .gform_wrapper input[type="submit"] {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 5rem;
  padding-right: 5rem;
  font-weight: 600;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.newsletter-section .gform_wrapper input[type="submit"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
}

.newsletter-section .gform-field-label,
.newsletter-section .gform_anchor, 
.newsletter-section .gform_heading, .gform_body .gfield--type-honeypot {
  display: none;
}

.newsletter-section .mailchimp-signup-horizontal_wrapper,
.newsletter-section .mailchimp-signup-horizontal,
.newsletter-section .gform-body {
  width: 100%;
}

.newsletter-section .gform-body input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}

.newsletter-section .gform-body input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}

.newsletter-section .mailchimp-signup-horizontal {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.product-card-price > .newsletter-section .mailchimp-signup-horizontal {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.fproduct-card-price > .newsletter-section .mailchimp-signup-horizontal {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-card-price > .newsletter-section .mailchimp-signup-horizontal .v-price,
.fproduct-card-price > .newsletter-section .mailchimp-signup-horizontal .v-price {
  padding-left: 0.375rem;
}

.product-card-price > .newsletter-section .mailchimp-signup-horizontal .v-price del,
.product-card-price > .newsletter-section .mailchimp-signup-horizontal .v-price ins,
.fproduct-card-price > .newsletter-section .mailchimp-signup-horizontal .v-price del,
.fproduct-card-price > .newsletter-section .mailchimp-signup-horizontal .v-price ins {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 18px;
}

#compare-items-list .ccol-price > .newsletter-section .mailchimp-signup-horizontal,
#wishlist-items-list .wcol-price > .newsletter-section .mailchimp-signup-horizontal {
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Make Gravity Forms Button Match Your Design */

.gform_wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.product-card-price > .gform_wrapper {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.fproduct-card-price > .gform_wrapper {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-card-price > .gform_wrapper .v-price,
.fproduct-card-price > .gform_wrapper .v-price {
  padding-left: 0.375rem;
}

.product-card-price > .gform_wrapper .v-price del,
.product-card-price > .gform_wrapper .v-price ins,
.fproduct-card-price > .gform_wrapper .v-price del,
.fproduct-card-price > .gform_wrapper .v-price ins {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 18px;
}

#compare-items-list .ccol-price > .gform_wrapper,
#wishlist-items-list .wcol-price > .gform_wrapper {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.series-block {
  width: 100%;
}

@media (min-width: 1024px) {
  .series-block {
    width: 193.79px;
  }

  .series-block.expanded {
    width: 712.84px;
  }

  .series-content {
    opacity: 0;
    transform: scale(0.95);
  }

  .series-block.expanded .series-content {
    opacity: 1;
    transform: scale(1);
  }
}

.swiper-slide {
  display: flex !important;
}

.swiper-slide iframe {
  max-width: 100%;
}

.dgwt-wcas-search-wrapp {
  min-width: 180px;
}

.dgwt-wcas-search-form {
  display: flex;
  justify-content: center;
}

.dgwt-wcas-details-title-tax, .dgwt-wcas-pd-title .product-title {
  font-weight: 600;
  letter-spacing: 0em;
}

.dgwt-wcas-si {
  width: 70px !important;
}

.dgwt-wcas-st {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  max-width: 400px;
  padding: 0px;
  border-radius: 0px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding: 4px 12px 4px 12px;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  background-color: #fff;
  border-radius: 0px;
  border-width: 1px;
}

.dgwt-wcas-open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  border-radius: 0px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: auto;
  top: 0px;
  right: 0px;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  right: 0px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
  right: 0px !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
  width: 16px;
  height: 16px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover {
  background: none;
  box-shadow: 0 0 0 0px #e4e4e4;
  border-radius: 0;
}

.dgwt-wcas-suggestions-wrapp {
  width: min(740px, 50vw) !important;
  left: max(0vw, (calc(50vw - 740px))) !important;
}

.dgwt-wcas-details-wrapp {
  width: min(740px, 50vw) !important;
  left: 50vw !important;
}

.term-bg-shape svg {
  width: 100%;
  height: 100%;
}

.product-card-price > .flex {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.fproduct-card-price > .flex {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-card-price > .flex .v-price,
.fproduct-card-price > .flex .v-price {
  padding-left: 0.375rem;
}

.product-card-price > .flex .v-price del,
.product-card-price > .flex .v-price ins,
.fproduct-card-price > .flex .v-price del,
.fproduct-card-price > .flex .v-price ins {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 18px;
}

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

body.search-results header.woocommerce-products-header,
body.woocommerce-shop header.woocommerce-products-header {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1.25rem;
}

@media (min-width: 1536px) {
  body.search-results header.woocommerce-products-header,
body.woocommerce-shop header.woocommerce-products-header {
    width: 100%;
  }

  @media (min-width: 640px) {
    body.search-results header.woocommerce-products-header,
body.woocommerce-shop header.woocommerce-products-header {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    body.search-results header.woocommerce-products-header,
body.woocommerce-shop header.woocommerce-products-header {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    body.search-results header.woocommerce-products-header,
body.woocommerce-shop header.woocommerce-products-header {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    body.search-results header.woocommerce-products-header,
body.woocommerce-shop header.woocommerce-products-header {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    body.search-results header.woocommerce-products-header,
body.woocommerce-shop header.woocommerce-products-header {
      max-width: 1536px;
    }
  }

  body.search-results header.woocommerce-products-header,
body.woocommerce-shop header.woocommerce-products-header {
    margin-left: auto;
    margin-right: auto;
  }
}

body.woocommerce-account > .woocommerce {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1.25rem;
}

@media (min-width: 1536px) {
  body.woocommerce-account > .woocommerce {
    width: 100%;
  }

  @media (min-width: 640px) {
    body.woocommerce-account > .woocommerce {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    body.woocommerce-account > .woocommerce {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    body.woocommerce-account > .woocommerce {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    body.woocommerce-account > .woocommerce {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    body.woocommerce-account > .woocommerce {
      max-width: 1536px;
    }
  }

  body.woocommerce-account > .woocommerce {
    margin-left: auto;
    margin-right: auto;
  }
}

.show-password-input {
  display: none;
}

body.woocommerce-account.logged-in > .woocommerce {
  display: flex;
  gap: 1.25rem;
  padding-bottom: 1.25rem;
}

.product-card-price > body.woocommerce-account.logged-in > .woocommerce {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.fproduct-card-price > body.woocommerce-account.logged-in > .woocommerce {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-card-price > body.woocommerce-account.logged-in > .woocommerce .v-price,
.fproduct-card-price > body.woocommerce-account.logged-in > .woocommerce .v-price {
  padding-left: 0.375rem;
}

.product-card-price > body.woocommerce-account.logged-in > .woocommerce .v-price del,
.product-card-price > body.woocommerce-account.logged-in > .woocommerce .v-price ins,
.fproduct-card-price > body.woocommerce-account.logged-in > .woocommerce .v-price del,
.fproduct-card-price > body.woocommerce-account.logged-in > .woocommerce .v-price ins {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 18px;
}

#compare-items-list .ccol-price > body.woocommerce-account.logged-in > .woocommerce,
#wishlist-items-list .wcol-price > body.woocommerce-account.logged-in > .woocommerce {
  align-items: center;
  justify-content: center;
  text-align: center;
}

body.woocommerce-account.logged-in > .woocommerce .woocommerce-MyAccount-navigation {
  width: 33.333333%;
}

body.woocommerce-account.logged-in > .woocommerce .woocommerce-MyAccount-content {
  width: 66.666667%;
}

body.woocommerce-account.logged-in > .woocommerce table {
  width: 100%;
}

.woocommerce-pagination {
  padding-bottom: 1.25rem;
}

.woocommerce-pagination .page-numbers {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}

.product-card-price > .woocommerce-pagination .page-numbers {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.fproduct-card-price > .woocommerce-pagination .page-numbers {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-card-price > .woocommerce-pagination .page-numbers .v-price,
.fproduct-card-price > .woocommerce-pagination .page-numbers .v-price {
  padding-left: 0.375rem;
}

.product-card-price > .woocommerce-pagination .page-numbers .v-price del,
.product-card-price > .woocommerce-pagination .page-numbers .v-price ins,
.fproduct-card-price > .woocommerce-pagination .page-numbers .v-price del,
.fproduct-card-price > .woocommerce-pagination .page-numbers .v-price ins {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 18px;
}

#compare-items-list .ccol-price > .woocommerce-pagination .page-numbers,
#wishlist-items-list .wcol-price > .woocommerce-pagination .page-numbers {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.wpc-filters-open-button-container {
  display: none !important;
}

.wpc-filters-widget-content {
  display: block !important;
}

.woocommerce-ordering {
  position: absolute;
  right: 0px;
  z-index: 1;
  top: 0px;
}

/* Style the WooCommerce sorting dropdown */

.woocommerce-ordering select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0px;
  outline: none;
  padding: 8px 70px 8px 10px;
  font-size: 0.75rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: right;
  width: 0px;
}

.woocommerce-ordering::after {
  content: ' ';
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
}

/* Style dropdown options */

.woocommerce-ordering select option {
  background: #fff;
  color: #333;
  padding: 10px;
}

.widget_wpc_filters_widget {
  width: 100%;
}

.wpc-filter-collapsible .wpc-filter-title .wpc-open-icon, 
.wpc-filter-collapsible-reverse.wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon, 
.wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon, 
.wpc-filter-has-selected.wpc-closed .wpc-filter-title .wpc-open-icon {
  margin-right: 3px;
}

.wpc-wrap-icons {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.filter-sidebar .wpc-filters-main-wrap li.wpc-term-item label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.filter-sidebar .wpc-filters-main-wrap input[type="checkbox"]::after {
  top: 0px !important;
  bottom: 0px !important;
  right: 0px !important;
  left: 0px !important;
  margin: auto !important;
  height: 6px !important;
  width: 6px !important;
  --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));
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}

.wpc-filters-main-wrap ul.wpc-filters-ul-list {
  padding: 0px !important;
  margin-top: 25px;
}

body .wpc-filters-main-wrap li.wpc-checkbox-item {
  margin-bottom: 15px !important;
}

body .wpc-filters-main-wrap .wpc-term-item-content-wrapper {
  align-items: start;
  justify-content: space-between;
}

.filter-sidebar .wpc-filters-main-wrap li.wpc-term-item input[type="checkbox"], .filter-sidebar .wpc-filters-main-wrap li.wpc-term-item input[type="radio"] {
  margin-left: 5px !important;
  margin-right: 0px !important;
  order: 2;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item {
  margin-bottom: 5px !important;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label {
  margin-right: 5px !important;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
  border: none !important;
  width: 100%;
  text-align: center;
  padding: 2px 5px !important;
  display: block !important;
  border-radius: 0px !important;
}

.filter-sidebar .wpc-filters-main-wrap li.wpc-term-item label {
  border-radius: 0px !important;
  min-width: 53px;
}

body .wpc-filters-main-wrap input.wpc-label-input + label:hover span.wpc-filter-label-wrapper {
  border-radius: 0px !important;
  background-color: #000000 !important;
  border: none !important;
}

.filter-sidebar .wpc-filters-main-wrap li.wpc-term-item input[type="checkbox"], .filter-sidebar .wpc-filters-main-wrap li.wpc-term-item input[type="radio"] {
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  width: 0.625rem !important;
  height: 0.625rem !important;
  border: solid 1px #000 !important;
  padding: 0px !important;
  border-radius: 0px !important;
  min-width: 5px !important;
}

.wpc-filters-section {
  margin-bottom: 0.8em !important;
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 10px;
}

.wpc-filter-title {
  margin-bottom: 0.4em !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
}

.wpc-filters-range-slider-wrapper {
  padding: 0px 8px;
}

.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle {
  box-shadow: none !important;
}

.wpc-filter-collapsible .wpc-filter-content {
  position: relative;
  padding-bottom: 30px;
}

.wpc-filters-main-wrap a.wpc-toggle-a {
  border:none !important;
  text-decoration:underline !important;
  position: absolute;
  right: 0px;
  bottom: 10px;
  font-size: 0.875rem;
  font-weight: 300;
}

.wpc-filter-chips-list li, body .wpc-filter-chips-list li.wpc-filter-chip, li.wpc-filter-chip {
  display: inline-block;
  margin: 0 5px 5px 0 !important;
}

.wpc-filters-main-wrap .wpc-filter-pa_colour .wpc-filters-labels li.wpc-term-item label {
  border-radius: 100% !important;
  min-width: 20px;
  width: 20px;
  height: 20px;
}

.wpc-filters-main-wrap .wpc-filter-pa_colour .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
  padding: 0px !important;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label a.colour-swatch {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 0px;
  border-radius: 100% !important;
  vertical-align: top;
}

body .wpc-filters-main-wrap .wpc-filter-pa_colour input.wpc-label-input + label:hover span.wpc-filter-label-wrapper {
  background: none !important;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border-radius: 0px !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1)) !important;
  font-weight: 600 !important;
  box-shadow: var(--wvs-item-box-shadow,0 0 0 0px #a8a8a8) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  width: 64px !important;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item):hover,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
  background-color: rgb(91 88 92 / var(--tw-bg-opacity, 1)) !important;
  color: #fff !important;
}

.reset_variations, .product_meta, .woocommerce-variation-price {
  display: none;
}

.single_variation_wrap {
  padding-top: 1.5rem;
}

.woocommerce-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
  align-self: stretch;
}

.product-card-price > .woocommerce-add-to-cart {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.fproduct-card-price > .woocommerce-add-to-cart {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-card-price > .woocommerce-add-to-cart .v-price,
.fproduct-card-price > .woocommerce-add-to-cart .v-price {
  padding-left: 0.375rem;
}

.product-card-price > .woocommerce-add-to-cart .v-price del,
.product-card-price > .woocommerce-add-to-cart .v-price ins,
.fproduct-card-price > .woocommerce-add-to-cart .v-price del,
.fproduct-card-price > .woocommerce-add-to-cart .v-price ins {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 18px;
}

#compare-items-list .ccol-price > .woocommerce-add-to-cart,
#wishlist-items-list .wcol-price > .woocommerce-add-to-cart {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.woocommerce-add-to-cart .quantity {
  display: flex;
  height: 60px;
  width: 102px;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #d9d9d9;
}

.product-card-price > .woocommerce-add-to-cart .quantity {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.fproduct-card-price > .woocommerce-add-to-cart .quantity {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-card-price > .woocommerce-add-to-cart .quantity .v-price,
.fproduct-card-price > .woocommerce-add-to-cart .quantity .v-price {
  padding-left: 0.375rem;
}

.product-card-price > .woocommerce-add-to-cart .quantity .v-price del,
.product-card-price > .woocommerce-add-to-cart .quantity .v-price ins,
.fproduct-card-price > .woocommerce-add-to-cart .quantity .v-price del,
.fproduct-card-price > .woocommerce-add-to-cart .quantity .v-price ins {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 18px;
}

#compare-items-list .ccol-price > .woocommerce-add-to-cart .quantity,
#wishlist-items-list .wcol-price > .woocommerce-add-to-cart .quantity {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.woocommerce-add-to-cart .quantity input {
  border: none !important;
  outline: none !important;
}

.woocommerce-add-to-cart .single_add_to_cart_button {
  height: 60px;
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.frequently-bought-with .product-card a .woocommerce-add-to-cart .single_add_to_cart_button {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.woocommerce-add-to-cart .single_add_to_cart_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 88 92 / var(--tw-bg-opacity, 1));
}

.wc-simple .woocommerce-Price-amount {
  justify-content: flex-start;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  line-height: 38px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

@media (min-width: 1024px) {
  .wc-simple .woocommerce-Price-amount {
    text-align: right;
  }
}

.wc-simple .woocommerce-price-suffix, .woocommerce-price-suffix {
  display: none;
}

.LPMcontainer {
  background: radial-gradient(circle,rgba(0, 0, 0, 1) 99%, rgba(255, 255, 255, 1) 99%);
}

.LPMcontainer img {
  left:0px !important;
  right:0px !important;
  top:0px !important;
  bottom:0px !important;
  margin:auto !important;
  max-width:100% !important;
}

@media (max-width: 767px) {
  /* xs breakpoint */

  html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
    margin-right: 0px;
  }
}

.gfield_visibility_hidden {
  display: none;
}

.gform_wrapper {
  gap: 0px;
}

.contact-details-wrapper,
.gfield--type-address,
.gfield--type-textarea,
.gfield--type-choice,
.gfield--input-type-captcha,
.gfield--input-type-html,
.gform_footer {
  gap: 0.75rem;
  padding: 0.75rem;
}

.gfield--type-textarea,
.gfield--type-choice,
.gfield--input-type-captcha,
.gfield--input-type-html,
.gform_footer {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.frequently-bought-with .product-card a .gfield--type-textarea,.frequently-bought-with .product-card a 
.gfield--type-choice,.frequently-bought-with .product-card a 
.gfield--input-type-captcha,.frequently-bought-with .product-card a 
.gfield--input-type-html,.frequently-bought-with .product-card a 
.gform_footer {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.gform_footer {
  padding-bottom: 1.25rem;
}

.contact-form .gform_button {
  --tw-bg-opacity: 1;
  background-color: rgb(235 171 7 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

#gform_wrapper_21 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}

#gform_fields_21 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.product-card-price > #gform_fields_21 {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.fproduct-card-price > #gform_fields_21 {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-card-price > #gform_fields_21 .v-price,
.fproduct-card-price > #gform_fields_21 .v-price {
  padding-left: 0.375rem;
}

.product-card-price > #gform_fields_21 .v-price del,
.product-card-price > #gform_fields_21 .v-price ins,
.fproduct-card-price > #gform_fields_21 .v-price del,
.fproduct-card-price > #gform_fields_21 .v-price ins {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 18px;
}

#compare-items-list .ccol-price > #gform_fields_21,
#wishlist-items-list .wcol-price > #gform_fields_21 {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.color-picker-field .gfield_checkbox {
  gap: 0.25rem;
}

.color-swatch-accordion h2 {
  position: relative;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(19 19 19 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.color-picker-field:not(.color-picker-admin-field) {
  padding: 1.25rem;
}

.color-picker-style-compact-button .gfield_label {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(19 19 19 / var(--tw-text-opacity, 1));
}

.color-picker-style-compact-button .color-picker-swatch {
  position: relative !important;
  display: flex !important;
  min-height: 60px !important;
  min-width: 200px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 1rem !important;
  border-radius: 0px !important;
  border-width: 0px !important;
  background-color: transparent !important;
  --tw-shadow: 0 0 0 #ccc !important;
  --tw-shadow-colored: 0 0 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.color-picker-style-compact-button .color-picker-swatch-color-wrap {
  left: 20px !important;
  display: flex !important;
  align-items: center !important;
  border-width: 0px !important;
}

.color-picker-style-compact-button .color-picker-swatch-color {
  height: 30px !important;
  width: 30px !important;
  transform-origin: top left !important;
  --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;
  border-radius: 0.25rem !important;
  border-width: 1.33px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(91 88 92 / var(--tw-border-opacity, 1)) !important;
}

.color-picker-style-compact-button .color-picker-swatch-text {
  justify-content: flex-start;
  align-self: stretch;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.color-picker-style-compact-button .color-picker-swatch-text-wrap {
  margin-right: 0px !important;
  margin-left: 40px !important;
  display: flex !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 300 !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.color-picker-style-compact-button .color-picker-swatch-color i {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  --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;
  width: 20px;
  height: 20px;
}

.contact-form .gform_body ul.gform_fields li.gfield.color-picker-field .ginput_container .color-picker-choice-selected .color-picker-swatch-color i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3C!-- Outer circle --%3E%3Cpath d='M10 20C11.3132 20 12.6136 19.7413 13.8268 19.2388C15.0401 18.7362 16.1425 17.9997 17.0711 17.0711C17.9997 16.1425 18.7362 15.0401 19.2388 13.8268C19.7413 12.6136 20 11.3132 20 10C20 8.68678 19.7413 7.38642 19.2388 6.17317C18.7362 4.95991 17.9997 3.85752 17.0711 2.92893C16.1425 2.00035 15.0401 1.26375 13.8268 0.761205C12.6136 0.258658 11.3132 0 10 0C7.34784 0 4.8043 1.05357 2.92893 2.92893C1.05357 4.8043 0 7.34784 0 10C0 12.6522 1.05357 15.1957 2.92893 17.0711C4.8043 18.9464 7.34784 20 10 20Z' fill='%23131313'/%3E%3C!-- White check mark --%3E%3Cpath d='M9.74222 14.0444L15.2978 7.37778L13.5911 5.95556L8.81333 11.6878L6.34111 9.21445L4.77 10.7856L8.10333 14.1189L8.96333 14.9789L9.74222 14.0444Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.ginput_container_address {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.product-card-price > .ginput_container_address {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.fproduct-card-price > .ginput_container_address {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-card-price > .ginput_container_address .v-price,
.fproduct-card-price > .ginput_container_address .v-price {
  padding-left: 0.375rem;
}

.product-card-price > .ginput_container_address .v-price del,
.product-card-price > .ginput_container_address .v-price ins,
.fproduct-card-price > .ginput_container_address .v-price del,
.fproduct-card-price > .ginput_container_address .v-price ins {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 18px;
}

#compare-items-list .ccol-price > .ginput_container_address,
#wishlist-items-list .wcol-price > .ginput_container_address {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ginput_container_address .gform-grid-col {
  width: 50%;
  padding: 0.5rem;
}

.address_country .gform-field-label {
  display: none;
}

.video-content iframe {
  height: 400px;
  width: 100%;
  border-radius: 30.37px;
  mix-blend-mode: darken;
}

#StoickistModal #field_14_4 {
  padding-left: 0px;
  padding-right: 0px;
}

#StoickistModal textarea {
  height: 50px;
}

body.woocommerce-cart > .container,
body.woocommerce-checkout > .container {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}

.frequently-bought-with .product-card .h-\[372px\] {
  height: 220px !important;
}

.frequently-bought-with .product-card a .px-5 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.frequently-bought-with .product-card a .product-name {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.woocommerce-message {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1536px) {
  .woocommerce-message {
    width: 100%;
  }

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

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

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

  @media (min-width: 1280px) {
    .woocommerce-message {
      max-width: 1280px;
    }
  }

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

  .woocommerce-message {
    margin-left: auto;
    margin-right: auto;
  }
}

body.woocommerce-cart .wc-empty-cart-message, body.woocommerce-cart .woocommerce-notices-wrapper, body.woocommerce-cart .return-to-shop {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1536px) {
  body.woocommerce-cart .wc-empty-cart-message, body.woocommerce-cart .woocommerce-notices-wrapper, body.woocommerce-cart .return-to-shop {
    width: 100%;
  }

  @media (min-width: 640px) {
    body.woocommerce-cart .wc-empty-cart-message, body.woocommerce-cart .woocommerce-notices-wrapper, body.woocommerce-cart .return-to-shop {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    body.woocommerce-cart .wc-empty-cart-message, body.woocommerce-cart .woocommerce-notices-wrapper, body.woocommerce-cart .return-to-shop {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    body.woocommerce-cart .wc-empty-cart-message, body.woocommerce-cart .woocommerce-notices-wrapper, body.woocommerce-cart .return-to-shop {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    body.woocommerce-cart .wc-empty-cart-message, body.woocommerce-cart .woocommerce-notices-wrapper, body.woocommerce-cart .return-to-shop {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    body.woocommerce-cart .wc-empty-cart-message, body.woocommerce-cart .woocommerce-notices-wrapper, body.woocommerce-cart .return-to-shop {
      max-width: 1536px;
    }
  }

  body.woocommerce-cart .wc-empty-cart-message, body.woocommerce-cart .woocommerce-notices-wrapper, body.woocommerce-cart .return-to-shop {
    margin-left: auto;
    margin-right: auto;
  }
}

body.woocommerce-cart .wc-empty-cart-message {
  padding-top: 2rem;
}

body.woocommerce-cart .woocommerce-notices-wrapper {
  display: none;
}

dl.variation {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 0.25rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

dl.variation dt {
  grid-column: span 1 / span 1;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

dl.variation dd {
  grid-column: span 1 / span 1;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

dl.variation dd p {
  margin: 0px !important;
  padding: 0px !important;
  line-height: 1.5;
}

.cart-count {
  top: -11px;
  right: -10px;
  font-size: 10px;
  line-height: 18px;
  width: 18px;
  height: 18px;
  font-weight: 600;
  text-align: center;
}

form.cart a.added_to_cart {
  display: none;
}

body.single-product form.cart {
  width: 100%;
}

.woocommerce-cart-form__cart-item .product-subtotal .tax_label {
  display: none;
}

.wc-proceed-to-checkout {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.product-card-price > .wc-proceed-to-checkout {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.fproduct-card-price > .wc-proceed-to-checkout {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-card-price > .wc-proceed-to-checkout .v-price,
.fproduct-card-price > .wc-proceed-to-checkout .v-price {
  padding-left: 0.375rem;
}

.product-card-price > .wc-proceed-to-checkout .v-price del,
.product-card-price > .wc-proceed-to-checkout .v-price ins,
.fproduct-card-price > .wc-proceed-to-checkout .v-price del,
.fproduct-card-price > .wc-proceed-to-checkout .v-price ins {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 18px;
}

#compare-items-list .ccol-price > .wc-proceed-to-checkout,
#wishlist-items-list .wcol-price > .wc-proceed-to-checkout {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cart_totals  .checkout-button {
  align-self: stretch;
  --tw-bg-opacity: 1;
  background-color: rgb(91 88 92 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}

.frequently-bought-with .product-card a .cart_totals  .checkout-button {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.cart_totals  .checkout-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.wc-proceed-to-checkout .ppcp-messages, .wc-proceed-to-checkout .wc-apa-button-separator {
  display: none !important;
}

#pay_with_amazon {
  height: 45px;
  width: 100%;
}

.woocommerce-mini-cart-item.mini_cart_item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}

.product-card-price > .woocommerce-mini-cart-item.mini_cart_item {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.fproduct-card-price > .woocommerce-mini-cart-item.mini_cart_item {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-card-price > .woocommerce-mini-cart-item.mini_cart_item .v-price,
.fproduct-card-price > .woocommerce-mini-cart-item.mini_cart_item .v-price {
  padding-left: 0.375rem;
}

.product-card-price > .woocommerce-mini-cart-item.mini_cart_item .v-price del,
.product-card-price > .woocommerce-mini-cart-item.mini_cart_item .v-price ins,
.fproduct-card-price > .woocommerce-mini-cart-item.mini_cart_item .v-price del,
.fproduct-card-price > .woocommerce-mini-cart-item.mini_cart_item .v-price ins {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 18px;
}

#compare-items-list .ccol-price > .woocommerce-mini-cart-item.mini_cart_item,
#wishlist-items-list .wcol-price > .woocommerce-mini-cart-item.mini_cart_item {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.woocommerce-mini-cart-item.mini_cart_item .attachment-woocommerce_thumbnail, 
.woocommerce-checkout-review-order-table .attachment-woocommerce_thumbnail {
  height: 60px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(187 183 179 / var(--tw-bg-opacity, 1));
}

.woocommerce-mini-cart-item.mini_cart_item dl.variation dt,
.woocommerce-mini-cart-item.mini_cart_item dl.variation dd,
.woocommerce-checkout-review-order-table dl.variation dt,
.woocommerce-checkout-review-order-table dl.variation dd {
  font-size: 0.75rem;
  line-height: 1rem;
}

.woocommerce-mini-cart-item.mini_cart_item .quantity,
.woocommerce-checkout-review-order-table .quantity {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#cartdrawer-items p.woocommerce-mini-cart__total, #cartdrawer-items p.woocommerce-mini-cart__buttons {
  display: none;
}

body.woocommerce-checkout .woocommerce-form-login-toggle,
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-billing-fields__field-wrapper .clear,
.woocommerce-billing-fields__field-wrapper .mailchimp-newsletter,
.woocommerce-billing-fields .woocommerce-account-fields,
.woocommerce-checkout-review-order-table .tax_label,
.woocommerce-checkout-review-order-table .order-total .includes_tax,
#order_comments_field,
#order_comments_field label,
.ppcp-messages {
  display: none !important;
}

#order_comments_field, .dnotes-icon-toggle {
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#order_comments_field.active {
  display: block !important;
}

.dnotes-icon-toggle.minus .icon-vertical,
.rotate-180 .dnotes-icon-toggle .icon-vertical {
  display: none;
}

.woocommerce-checkout label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.woocommerce-checkout .marketing-opt-in label {
  font-size: 0.75rem;
  line-height: 1rem;
}

#order_comments_field {
  padding-top: 0.75rem;
}

#shipping_country_field {
  padding-top: 0.5rem;
}

.form-row-first.wc-address-validation-billing-field {
  grid-column: span 3 / span 3;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .form-row-first.wc-address-validation-billing-field {
    grid-column: span 2 / span 2;
    padding-top: 1.5rem;
  }
}

.form-row-first.wc-address-validation-shipping-field {
  grid-column: span 3 / span 3;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .form-row-first.wc-address-validation-shipping-field {
    grid-column: span 2 / span 2;
  }
}

.form-row-last.wc-address-validation-billing-field {
  grid-column: span 3 / span 3;
}

@media (min-width: 768px) {
  .form-row-last.wc-address-validation-billing-field {
    grid-column: span 1 / span 1;
    padding-top: 1.5rem;
  }
}

.form-row-last.wc-address-validation-shipping-field {
  grid-column: span 3 / span 3;
}

@media (min-width: 768px) {
  .form-row-last.wc-address-validation-shipping-field {
    grid-column: span 1 / span 1;
  }
}

.form-row-last.wc-address-validation-billing-field a.button,
.form-row-last.wc-address-validation-shipping-field a.button {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(91 88 92 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.form-row-last.wc-address-validation-billing-field a.button:hover,
.form-row-last.wc-address-validation-shipping-field a.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.wc-address-validation-results.form-row {
  grid-column: span 6 / span 6;
}

.woocommerce-checkout-payment {
  width: 100%;
}

.woocommerce-checkout-payment li.wc_payment_method {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  align-self: stretch;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(160 160 160 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.product-card-price > .woocommerce-checkout-payment li.wc_payment_method {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.fproduct-card-price > .woocommerce-checkout-payment li.wc_payment_method {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-card-price > .woocommerce-checkout-payment li.wc_payment_method .v-price,
.fproduct-card-price > .woocommerce-checkout-payment li.wc_payment_method .v-price {
  padding-left: 0.375rem;
}

.product-card-price > .woocommerce-checkout-payment li.wc_payment_method .v-price del,
.product-card-price > .woocommerce-checkout-payment li.wc_payment_method .v-price ins,
.fproduct-card-price > .woocommerce-checkout-payment li.wc_payment_method .v-price del,
.fproduct-card-price > .woocommerce-checkout-payment li.wc_payment_method .v-price ins {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 18px;
}

#compare-items-list .ccol-price > .woocommerce-checkout-payment li.wc_payment_method,
#wishlist-items-list .wcol-price > .woocommerce-checkout-payment li.wc_payment_method {
  align-items: center;
  justify-content: center;
  text-align: center;
}

/*.woocommerce-checkout-payment li.wc_payment_method .payment_box {
  display: none !important;
}*/

.woocommerce-checkout-payment li.wc_payment_method label {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.product-card-price > .woocommerce-checkout-payment li.wc_payment_method label {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.fproduct-card-price > .woocommerce-checkout-payment li.wc_payment_method label {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-card-price > .woocommerce-checkout-payment li.wc_payment_method label .v-price,
.fproduct-card-price > .woocommerce-checkout-payment li.wc_payment_method label .v-price {
  padding-left: 0.375rem;
}

.product-card-price > .woocommerce-checkout-payment li.wc_payment_method label .v-price del,
.product-card-price > .woocommerce-checkout-payment li.wc_payment_method label .v-price ins,
.fproduct-card-price > .woocommerce-checkout-payment li.wc_payment_method label .v-price del,
.fproduct-card-price > .woocommerce-checkout-payment li.wc_payment_method label .v-price ins {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 18px;
}

#compare-items-list .ccol-price > .woocommerce-checkout-payment li.wc_payment_method label,
#wishlist-items-list .wcol-price > .woocommerce-checkout-payment li.wc_payment_method label {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.woocommerce-terms-and-conditions-wrapper input#terms {
  display: none !important;
}

.woocommerce-terms-and-conditions-wrapper label {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.product-card-price > .woocommerce-terms-and-conditions-wrapper label {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.fproduct-card-price > .woocommerce-terms-and-conditions-wrapper label {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-card-price > .woocommerce-terms-and-conditions-wrapper label .v-price,
.fproduct-card-price > .woocommerce-terms-and-conditions-wrapper label .v-price {
  padding-left: 0.375rem;
}

.product-card-price > .woocommerce-terms-and-conditions-wrapper label .v-price del,
.product-card-price > .woocommerce-terms-and-conditions-wrapper label .v-price ins,
.fproduct-card-price > .woocommerce-terms-and-conditions-wrapper label .v-price del,
.fproduct-card-price > .woocommerce-terms-and-conditions-wrapper label .v-price ins {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 18px;
}

#compare-items-list .ccol-price > .woocommerce-terms-and-conditions-wrapper label,
#wishlist-items-list .wcol-price > .woocommerce-terms-and-conditions-wrapper label {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.place-order #place_order {
  width: 100%;
}

.ppc-button-wrapper {
  z-index: 0;
  margin: auto;
  width: 100%;
  max-width: 750px;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, 
.woocommerce form .form-row.woocommerce-invalid input.input-text, 
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #e11c27 !important;
}

.woocommerce form .form-row.woocommerce-invalid .woocommerce-input-wrapper {
  position:relative;
}

.woocommerce form .form-row.woocommerce-invalid .woocommerce-input-wrapper::after {
  content: 'x';
  background: #e11c27;
  color:#fff;
  display:block;
  width:20px;
  height:20px;
  line-height:16px;
  border-radius:100%;
  position: absolute;
  top:0px;
  bottom: 0px;
  right: 12px;
  text-align: center;
  margin: auto;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select {
  border-color: green !important;
}

.woocommerce form .form-row.woocommerce-validated .woocommerce-input-wrapper {
  position:relative;
}

.woocommerce form .form-row.woocommerce-validated .woocommerce-input-wrapper::after {
  content: '\2713';
  background: green;
  color:#fff;
  display:block;
  width:20px;
  height:20px;
  line-height:20px;
  border-radius:100%;
  position: absolute;
  top:0px;
  bottom: 0px;
  right: 12px;
  text-align: center;
  margin: auto;
}

.woocommerce form .form-row.select.woocommerce-validated .woocommerce-input-wrapper::after, .woocommerce form .form-row.opt-in-input-checkbox.woocommerce-validated .woocommerce-input-wrapper::after {
  display: none;
}

#compare-items-list .ccol-price > .flex,
#wishlist-items-list .wcol-price > .flex {
  align-items: center;
  justify-content: center;
  text-align: center;
}

#compare-items-list .v-price del,
#wishlist-items-list .v-price del {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.5;
}

#compare-items-list .v-price ins,
#wishlist-items-list .v-price ins {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:hover {
  background: none;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-focused .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  outline-width: 0px;
}

.dgwt-wcas-si img, .dgwt-wcas-tpd-image {
  border-radius: 0px !important;
  background: #bab7b3 !important;
  border: none !important;
}

.dgwt-wcas-sp .v-price del, .dgwt-wcas-tpd-price .v-price del {
  line-height: 1.5;
}

.dgwt-wcas-sp .v-price ins, .dgwt-wcas-tpd-price .v-price ins {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.5;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp {
  max-width: 100%;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-wrapp-focused .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  outline-width: 0px;
}

.dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile {
  width: calc(100% - 90px);
}

.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp {
  border-style: none !important;
}

@media (max-width: 1023px) {
  .header .dgwt-wcas-search-wrapp {
    min-width: 0px;
  }

  .header .dgwt-wcas-search-form {
    width: auto;
    justify-content: flex-end;
  }

  .header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    width: auto;
  }

  .header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
  .header .dgwt-wcas-style-pirx .dgwt-wcas-preloader {
    display: none;
  }

  .header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    position: relative;
  }

  .mmf-item.max-h-screen {
    max-height: 0;
  }

  .mmf-item.rotate-180 .dnotes-icon-toggle .icon-vertical {
    display: block;
  }
}

@media (max-width: 639px) {
  .newsletter-section .mailchimp-signup-horizontal {
    flex-direction: column;
  }

  .newsletter-section .gform_footer {
    width: 100%;
  }
}

.woocommerce-checkout .woocommerce-order {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1.25rem;
}

@media (min-width: 1536px) {
  .woocommerce-checkout .woocommerce-order {
    max-width: 900px;
  }
}

.woocommerce-checkout-review-order .woocommerce-shipping-totals .woocommerce-shipping-methods {
  display: none;
}

.woocommerce-MyAccount-navigation {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.woocommerce-MyAccount-navigation ul li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.woocommerce-MyAccount-navigation ul li.is-active {
  font-weight: 600;
}

.woocommerce-MyAccount-content a {
  text-decoration-line: underline;
}

.woocommerce-MyAccount-content h2 {
  padding-bottom: 1rem;
}

.woocommerce-checkout .woocommerce-order .woocommerce-customer-details {
  padding-top: 1rem;
}

.woocommerce-MyAccount-content .woocommerce-Addresses.col2-set,
.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses.col2-set {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
}

.product-card-price > .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set,.product-card-price > 
.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses.col2-set {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.fproduct-card-price > .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set,.fproduct-card-price > 
.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses.col2-set {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-card-price > .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .v-price,
.fproduct-card-price > .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .v-price,.product-card-price > 
.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses.col2-set .v-price,
.fproduct-card-price > 
.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses.col2-set .v-price {
  padding-left: 0.375rem;
}

.product-card-price > .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .v-price del,
.product-card-price > .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .v-price ins,
.fproduct-card-price > .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .v-price del,
.fproduct-card-price > .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .v-price ins,.product-card-price > 
.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses.col2-set .v-price del,
.product-card-price > 
.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses.col2-set .v-price ins,
.fproduct-card-price > 
.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses.col2-set .v-price del,
.fproduct-card-price > 
.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses.col2-set .v-price ins {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 18px;
}

#compare-items-list .ccol-price > .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set,
#wishlist-items-list .wcol-price > .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set,#compare-items-list .ccol-price > 
.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses.col2-set,
#wishlist-items-list .wcol-price > 
.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses.col2-set {
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (min-width: 768px) {
  .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set,
.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses.col2-set {
    flex-direction: row;
  }
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.woocommerce-MyAccount-content .form-row-first.wc-address-validation-billing-field,
.woocommerce-MyAccount-content .form-row-last.wc-address-validation-billing-field,
.woocommerce-MyAccount-content .form-row-first.wc-address-validation-shipping-field,
.woocommerce-MyAccount-content .form-row-last.wc-address-validation-shipping-field {
  grid-column: span 1 / span 1;
}

@media (min-width: 768px) {
  .woocommerce-MyAccount-content .form-row-first.wc-address-validation-billing-field,
.woocommerce-MyAccount-content .form-row-last.wc-address-validation-billing-field,
.woocommerce-MyAccount-content .form-row-first.wc-address-validation-shipping-field,
.woocommerce-MyAccount-content .form-row-last.wc-address-validation-shipping-field {
    grid-column: span 1 / span 1;
    padding-top: 0px;
  }
}

.woocommerce-MyAccount-content .form-row.form-row-wide#billing_address_1_field,
.woocommerce-MyAccount-content .form-row.form-row-wide#billing_address_2_field,
.woocommerce-MyAccount-content .form-row.form-row-wide#shipping_address_1_field,
.woocommerce-MyAccount-content .form-row.form-row-wide#shipping_address_2_field {
  grid-column: span 2 / span 2;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-orders,
.woocommerce-MyAccount-content .woocommerce-table--order-details,
.woocommerce-checkout .woocommerce-order .woocommerce-table--order-details {
  width: 100% !important;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-orders th,
.woocommerce-MyAccount-content .woocommerce-table--order-details thead th,
.woocommerce-checkout .woocommerce-order .woocommerce-table--order-details thead th {
  text-align: left !important;
}

.woocommerce-MyAccount-content .woocommerce-table--order-details tfoot th,
.woocommerce-checkout .woocommerce-order .woocommerce-table--order-details tfoot th {
  padding-right: 1.25rem;
  text-align: right !important;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody td,
.woocommerce-checkout .woocommerce-order .woocommerce-table--order-details tbody td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.woocommerce-checkout .woocommerce-order .woocommerce-table--order-details tbody td {
  vertical-align: top;
}

.woocommerce-checkout .woocommerce-order .woocommerce-table--order-details .wc-item-meta li {
  display: flex;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.product-card-price > .woocommerce-checkout .woocommerce-order .woocommerce-table--order-details .wc-item-meta li {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.fproduct-card-price > .woocommerce-checkout .woocommerce-order .woocommerce-table--order-details .wc-item-meta li {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-card-price > .woocommerce-checkout .woocommerce-order .woocommerce-table--order-details .wc-item-meta li .v-price,
.fproduct-card-price > .woocommerce-checkout .woocommerce-order .woocommerce-table--order-details .wc-item-meta li .v-price {
  padding-left: 0.375rem;
}

.product-card-price > .woocommerce-checkout .woocommerce-order .woocommerce-table--order-details .wc-item-meta li .v-price del,
.product-card-price > .woocommerce-checkout .woocommerce-order .woocommerce-table--order-details .wc-item-meta li .v-price ins,
.fproduct-card-price > .woocommerce-checkout .woocommerce-order .woocommerce-table--order-details .wc-item-meta li .v-price del,
.fproduct-card-price > .woocommerce-checkout .woocommerce-order .woocommerce-table--order-details .wc-item-meta li .v-price ins {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 18px;
}

#compare-items-list .ccol-price > .woocommerce-checkout .woocommerce-order .woocommerce-table--order-details .wc-item-meta li,
#wishlist-items-list .wcol-price > .woocommerce-checkout .woocommerce-order .woocommerce-table--order-details .wc-item-meta li {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.woocommerce-checkout .woocommerce-order .woocommerce-table--order-details .wc-item-meta li p {
  margin: 0px;
  line-height: 1.5;
}

.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.lp-window-root .lp_logo_area_wrapper .lp_logo_image_wrapper .lp_image {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1536px) {
  .\32xl\:container {
    width: 100%;
  }

  @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: 1280px) {
    .\32xl\:container {
      max-width: 1280px;
    }
  }

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

.hover\:border-\[\#5B585C\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(91 88 92 / var(--tw-border-opacity, 1));
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-4:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 88 92 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#5B585C\]:hover {
  --tw-text-opacity: 1;
  color: rgb(91 88 92 / var(--tw-text-opacity, 1));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-5:hover {
  --tw-text-opacity: 1;
  color: rgb(99 126 110 / var(--tw-text-opacity, 1));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

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

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

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:block {
  display: block;
}

.group\/submenu:hover .group-hover\/submenu\: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));
}

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

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

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

.group:hover .group-hover\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.group\/submenu:hover .group-hover\/submenu\:text-\[\#84786f\] {
  --tw-text-opacity: 1;
  color: rgb(132 120 111 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

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

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

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

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

.peer:checked ~ .peer-checked\:bg-\[\#131313\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 19 19 / var(--tw-bg-opacity, 1));
}

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

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

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

.peer:checked ~ .peer-checked\:ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.peer:checked ~ .peer-checked\:ring-offset-black {
  --tw-ring-offset-color: #000;
}

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

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

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

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

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

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

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

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

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

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: sticky;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:h-\[292\.15px\] {
    height: 292.15px;
  }

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

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

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

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

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

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

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

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

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

  .lg\:w-6 {
    width: 1.5rem;
  }

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

  .lg\:w-\[193\.79px\] {
    width: 193.79px;
  }

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

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

  .lg\:w-\[712\.84px\] {
    width: 712.84px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:justify-between {
    justify-content: space-between;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-\[1\.5em\] {
    font-size: 1.5em;
  }

  .lg\:text-\[3em\] {
    font-size: 3em;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:hover\:w-\[712\.84px\]:hover {
    width: 712.84px;
  }

  .group:hover .group-hover\:lg\:opacity-100 {
    opacity: 1;
  }

  .peer:hover ~ .peer-hover\:lg\:w-\[193\.79px\] {
    width: 193.79px;
  }
}

@media (min-width: 1280px) {
  .xl\:left-\[367px\] {
    left: 367px;
  }

  .xl\:flex {
    display: flex;
  }

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

  .xl\:max-w-\[40rem\] {
    max-width: 40rem;
  }

  .xl\:max-w-\[50rem\] {
    max-width: 50rem;
  }

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

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

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

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pl-\[120px\] {
    padding-left: 120px;
  }

  .xl\:pr-\[120px\] {
    padding-right: 120px;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:leading-\[72px\] {
    line-height: 72px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:max-w-\[100vw\] {
    max-width: 100vw;
  }

  .\32xl\:pr-\[calc\(50vw-775px\)\] {
    padding-right: calc(50vw - 775px);
  }
}
