/*
! tailwindcss v3.2.4 | 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.
*/

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
    color: #6b7280;
    opacity: 1;
}

input::placeholder,textarea::placeholder{
    color: #6b7280;
    opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
    padding: 0;
}

::-webkit-date-and-time-value{
    min-height: 1.5em;
}

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

select{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
}

[multiple]{
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
            print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
    border-radius: 0px;
}

[type='radio']{
    border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[type='checkbox']:checked{
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked{
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
    border-color: transparent;
    background-color: currentColor;
}

[type='checkbox']:indeterminate{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
    border-color: transparent;
    background-color: currentColor;
}

[type='file']{
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}

[type='file']:focus{
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
}

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

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

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

    .container{
        max-width: 1768px;
    }
}
.form-input,.form-textarea,.form-select,.form-multiselect{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder{
    color: #6b7280;
    opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder{
    color: #6b7280;
    opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper{
    padding: 0;
}
.form-input::-webkit-date-and-time-value{
    min-height: 1.5em;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field{
    padding-top: 0;
    padding-bottom: 0;
}
.form-select{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
}
.form-checkbox,.form-radio{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}
.form-checkbox{
    border-radius: 0px;
}
.form-radio{
    border-radius: 100%;
}
.form-checkbox:focus,.form-radio:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.form-checkbox:checked,.form-radio:checked{
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.form-checkbox:checked{
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
.form-radio:checked{
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus{
    border-color: transparent;
    background-color: currentColor;
}
.form-checkbox:indeterminate{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus{
    border-color: transparent;
    background-color: currentColor;
}
html {
    font-size: 100% !important;
}
body {
    font-size: 1rem !important;
}
p a {
    text-decoration: underline;
}
p:last-child {
    padding-bottom: 0;
}
.translate-center{
    top: 50%;
    left: 50%;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-center{
    left: 50%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-center{
    top: 50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.icon.arrow-left,
    .icon.arrow-right{
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon.arrow-left:after, .icon.arrow-right:after {
             font-family: 'rf';
        }
.icon.arrow-left:after {
            content: '\e905';
        }
.icon.arrow-right:after {
             content: '\e904';
         }
.clip-rect-0-auto-auto-0 {
    clip: rect(0, auto, auto, 0);
}
.header-search [type='text']:focus,
    .header-search [type='search']:focus {
        --tw-ring-color: transparent;
    }
.lowercase {
    text-transform: lowercase;
}
.flex-centered{
    display: flex;
    align-items: center;
    justify-content: center;
}
.hover-opacity-0:hover{
    opacity: 0;
}
.max-w-initial {
    max-width: initial;
}
.title-container{
    width: 100%;
}
@media (min-width: 480px){

    .title-container{
        max-width: 480px;
    }
}
@media (min-width: 640px){

    .title-container{
        max-width: 640px;
    }
}
@media (min-width: 768px){

    .title-container{
        max-width: 768px;
    }
}
@media (min-width: 1024px){

    .title-container{
        max-width: 1024px;
    }
}
@media (min-width: 1280px){

    .title-container{
        max-width: 1280px;
    }
}
@media (min-width: 1768px){

    .title-container{
        max-width: 1768px;
    }
}
.title-container{
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
@media screen and (min-width: 1866px) {
    .title-container {
        padding-left: 0;
        padding-right: 0;
    }
}
.title-container{
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
@media screen and (max-width: 640px) {
    .showroom-products .title-container{
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (min-width: 480px){

    .title-container{
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }
}
@media (min-width: 768px){

    .title-container{
        flex-direction: row;
        justify-content: center;
    }
}
.title-container h1{
    width: 100%;
    font-size: 1.5625rem;
    line-height: 2rem;
}
@media (min-width: 480px){

    .title-container h1{
        text-align: center;
    }
}
@media (min-width: 1024px){

    .title-container h1{
        font-size: 1.875rem;
    }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.only-mobile {
    display: flex;
}
.only-tablet {
    display: none;
}
.only-desktop {
    display: none;
}
.logo-lined {
    display: block;
    background-image: url('../../frontend/Remoserv/default/en_US/images/logo-lined.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (min-width: 480px) {
    .only-mobile {
        display: none;
    }

    .only-tablet {
        display: flex;
    }

    .only-desktop {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .only-mobile {
        display: none;
    }

    .only-tablet {
        display: flex;
    }

    .only-desktop {
        display: none;
    }
}
@media screen and (min-width: 1024px) {
    .only-mobile {
        display: none;
    }

    .only-tablet {
        display: none;
    }

    .only-desktop {
        display: flex;
    }

    .lg\:max-w-initial {
        max-width: initial;
    }
}
@media screen and (min-width: 1866px) {
    .columns,
    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
picture{
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
picture > img{
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
picture.default{
    position: relative;
    display: block;
    height: auto;
    width: 100%;
}
picture.swiper-slide.default {
  height: auto;
}
picture.default > img{
    position: relative;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
picture.swiper-slide.default > img {
  height: auto;
}
.text-nowrap {
    text-wrap: nowrap;
}
.text-grey {
    color: #868686;
  }
.text-lightgrey {
    color: #969696;
  }
.border-white {
    border-color: #FFFFFF;
  }
.border-white-05 {
    border-color: rgba(255,255,255,.5);
  }
.border-grey {
    border-color: #A7A7A7;
  }
.border-lightgrey {
    border-color: #F1F1F1;
  }
.btn {
  background-color: #F4F4F4;
  color: #1C1C1C;
}
.btn.sb{
    font-weight: 600;
}
.btn-primary {
  background-color: #FDC758;
  color: #1C1C1C;
}
.btn-primary.sb{
    font-weight: 600;
}
@font-face {
  font-family: 'Lexend Deca';
  src: url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Bold.eot');
  src: url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Bold.eot?#iefix') format('embedded-opentype'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Bold.woff2') format('woff2'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Bold.woff') format('woff'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Bold.ttf') format('truetype'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Bold.svg#LexendDeca-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend Deca';
  src: url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Black.eot');
  src: url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Black.eot?#iefix') format('embedded-opentype'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Black.woff2') format('woff2'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Black.woff') format('woff'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Black.ttf') format('truetype'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Black.svg#LexendDeca-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend Deca';
  src: url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-SemiBold.eot');
  src: url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-SemiBold.eot?#iefix') format('embedded-opentype'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-SemiBold.woff2') format('woff2'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-SemiBold.woff') format('woff'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-SemiBold.ttf') format('truetype'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-SemiBold.svg#LexendDeca-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend Deca';
  src: url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Regular.eot');
  src: url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Regular.eot?#iefix') format('embedded-opentype'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Regular.woff2') format('woff2'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Regular.woff') format('woff'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Regular.ttf') format('truetype'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Regular.svg#LexendDeca-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend Deca';
  src: url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Medium.eot');
  src: url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Medium.eot?#iefix') format('embedded-opentype'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Medium.woff2') format('woff2'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Medium.woff') format('woff'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Medium.ttf') format('truetype'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Medium.svg#LexendDeca-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend Deca';
  src: url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Light.eot');
  src: url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Light.eot?#iefix') format('embedded-opentype'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Light.woff2') format('woff2'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Light.woff') format('woff'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Light.ttf') format('truetype'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Light.svg#LexendDeca-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend Deca';
  src: url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-ExtraLight.eot');
  src: url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-ExtraLight.eot?#iefix') format('embedded-opentype'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-ExtraLight.woff2') format('woff2'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-ExtraLight.woff') format('woff'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-ExtraLight.ttf') format('truetype'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-ExtraLight.svg#LexendDeca-ExtraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend Deca';
  src: url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-ExtraBold.eot');
  src: url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-ExtraBold.eot?#iefix') format('embedded-opentype'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-ExtraBold.woff2') format('woff2'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-ExtraBold.woff') format('woff'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-ExtraBold.ttf') format('truetype'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-ExtraBold.svg#LexendDeca-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend Deca';
  src: url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Thin.eot');
  src: url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Thin.eot?#iefix') format('embedded-opentype'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Thin.woff2') format('woff2'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Thin.woff') format('woff'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Thin.ttf') format('truetype'),
  url('../../frontend/Remoserv/default/en_US/fonts/lexend_deca/LexendDeca-Thin.svg#LexendDeca-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('../../frontend/Remoserv/default/en_US/fonts/raleway/Raleway-SemiBold.eot');
    src: url('../../frontend/Remoserv/default/en_US/fonts/raleway/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/Remoserv/default/en_US/fonts/raleway/Raleway-SemiBold.woff2') format('woff2'),
    url('../../frontend/Remoserv/default/en_US/fonts/raleway/Raleway-SemiBold.woff') format('woff'),
    url('../../frontend/Remoserv/default/en_US/fonts/raleway/Raleway-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('../../frontend/Remoserv/default/en_US/fonts/raleway/Raleway-Regular.eot');
    src: url('../../frontend/Remoserv/default/en_US/fonts/raleway/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/Remoserv/default/en_US/fonts/raleway/Raleway-Regular.woff2') format('woff2'),
    url('../../frontend/Remoserv/default/en_US/fonts/raleway/Raleway-Regular.woff') format('woff'),
    url('../../frontend/Remoserv/default/en_US/fonts/raleway/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('../../frontend/Remoserv/default/en_US/fonts/raleway/Raleway-Medium.eot');
    src: url('../../frontend/Remoserv/default/en_US/fonts/raleway/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/Remoserv/default/en_US/fonts/raleway/Raleway-Medium.woff2') format('woff2'),
    url('../../frontend/Remoserv/default/en_US/fonts/raleway/Raleway-Medium.woff') format('woff'),
    url('../../frontend/Remoserv/default/en_US/fonts/raleway/Raleway-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('../../frontend/Remoserv/default/en_US/fonts/raleway/Raleway-Bold.eot');
    src: url('../../frontend/Remoserv/default/en_US/fonts/raleway/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/Remoserv/default/en_US/fonts/raleway/Raleway-Bold.woff2') format('woff2'),
    url('../../frontend/Remoserv/default/en_US/fonts/raleway/Raleway-Bold.woff') format('woff'),
    url('../../frontend/Remoserv/default/en_US/fonts/raleway/Raleway-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'rf';
    src:
            url('../../frontend/Remoserv/default/en_US/fonts/rf/rf.ttf?myq1bw') format('truetype'),
            url('../../frontend/Remoserv/default/en_US/fonts/rf/rf.woff?myq1bw') format('woff'),
            url('../../frontend/Remoserv/default/en_US/fonts/rf/rf.svg?myq1bw#rf') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'rf' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-filter:before {
    content: "\e906";
}
.icon-lock:before {
    content: "\e900";
}
.icon-card:before {
    content: "\e901";
}
.icon-phone-alt:before {
    content: "\e902";
}
.icon-phone:before {
    content: "\e903";
}
.icon-arr-r:before {
    content: "\e904";
}
.icon-arr-l:before {
    content: "\e905";
}
.icon-cart:before {
    content: "\e907";
}
.icon-phones:before {
    content: "\e908";
}
.icon-mail:before {
    content: "\e909";
}
.icon-search:before {
    content: "\e90a";
}
.icon-phones-alt:before {
    content: "\e90b";
}
.icon-burger:before {
    content: "\e90c";
}
.icon-config:before {
    content: "\e90d";
}
.icon-close:before {
    content: "\e90e";
}
.subcategories-item {
    flex: 0 0 auto;
}
.category-description h2{
    padding-bottom: 1rem;
    font-size: 1.375rem;
    font-weight: 700;
}
.category-description h3{
    padding-top: 0.5rem;
}
.category-description h3,
    .category-description h4{
    padding-bottom: 0.5rem;
    font-weight: 700;
}
.category-description p{
    padding-bottom: 1.5rem;
    line-height: 1.625rem;
}
.category-description-appearance-parallax {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border-style: none;
    border-width: 1px;
    border-radius: 0;
    margin: 0 0 10px;
    padding: 10px 0;
}
.category-description-appearance-default {
    border-style: none;
    border-width: 1px;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.toolbar-products .modes-mode{
    height: 1.5rem;
    width: 1.5rem;
}
.toolbar-products .modes-mode span{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.toolbar-products .modes-mode.mode-grid {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z" /></svg>');
        }
.toolbar-products .modes-mode.mode-list {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 10h16M4 14h16M4 18h16" /></svg>');
        }
.category-filters-container{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity));
    padding-bottom: 1rem;
}
@media (min-width: 640px){

    .category-filters-container{
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: space-between;
    }
}
.filters-sidebar{
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 50;
    display: flex;
    width: 100%;
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    flex-direction: column;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
@media (min-width: 640px){

    .filters-sidebar{
        max-width: 480px;
    }
}
.filter-counter{
    margin-left: 0.5rem;
    display: inline-block;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
    padding: 0 0.4rem;
}
.filter-swatch-img {
    width: 100%;
    height: 94px;
    margin-bottom: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}
.filter-options-content label{
    font-size: 0.813rem;
}
.filter-options-content input[type="checkbox"], .filter-options-content input[type="radio"] {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        --tw-border-opacity: 1;
        border-color: rgb(28 28 28 / var(--tw-border-opacity));
        --tw-text-opacity: 1;
        color: rgb(28 28 28 / var(--tw-text-opacity));
    }
.filter-options-content input[type="checkbox"]:checked, .filter-options-content input[type="radio"]:checked{
    --tw-bg-opacity: 1;
    background-color: rgb(28 28 28 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(28 28 28 / var(--tw-ring-opacity));
}
.filter-options-content input[type="checkbox"]:focus, .filter-options-content input[type="radio"]:focus{
    --tw-ring-color: transparent;
}
.product-list-section .toolbar-products{
    display: none;
}
.catalog-category-view .page-description {
        margin-left: 0;
        margin-right: 0;
    }
.most-trendy-section {
    width: 100%;
}
.auth-screen{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 42rem;
  //min-height: calc(100vh - 178px);
  //padding-bottom: 126px;
}
@media (min-width: 768px) {
.auth-screen {
    min-height: initial
}
  }
.auth-button,
.sidebar-modal-button,
.f-button{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity));
    font-size: 1.125rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
  height: 62px;
}
/**
 * different styles can be found at https://tailwindcss-forms.vercel.app/
 **/
.form-input,
.form-email,
.form-select,
.form-multiselect,
.form-textarea{
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.form-input:focus, .form-email:focus, .form-select:focus, .form-multiselect:focus, .form-textarea:focus{
    --tw-border-opacity: 1;
    border-color: rgb(28 28 28 / var(--tw-border-opacity));
    --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-color: rgb(28 28 28 / var(--tw-ring-opacity));
    --tw-ring-opacity: 0.5;
}
.form.subscribe input{
    height: 3rem;
    border-radius: 0px;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.form.subscribe input:focus{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --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);
}
.form.subscribe button{
    height: 3rem;
    justify-content: center;
    border-radius: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(18 28 57 / var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    font-size: 0.9375rem;
}
@media (min-width: 1024px){

    .form.subscribe button{
        font-size: 1.125rem;
    }
}
.form.subscribe button:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(18 28 57 / var(--tw-bg-opacity));
}
.form.subscribe button:focus{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --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-subscribe-input{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}
.newsletter-subscribe-input:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}
.newsletter-subscribe-input::-moz-placeholder{
    color: #6b7280;
    opacity: 1;
}
.newsletter-subscribe-input::placeholder{
    color: #6b7280;
    opacity: 1;
}
.newsletter-subscribe-input::-webkit-datetime-edit-fields-wrapper{
    padding: 0;
}
.newsletter-subscribe-input::-webkit-date-and-time-value{
    min-height: 1.5em;
}
.newsletter-subscribe-input::-webkit-datetime-edit,.newsletter-subscribe-input::-webkit-datetime-edit-year-field,.newsletter-subscribe-input::-webkit-datetime-edit-month-field,.newsletter-subscribe-input::-webkit-datetime-edit-day-field,.newsletter-subscribe-input::-webkit-datetime-edit-hour-field,.newsletter-subscribe-input::-webkit-datetime-edit-minute-field,.newsletter-subscribe-input::-webkit-datetime-edit-second-field,.newsletter-subscribe-input::-webkit-datetime-edit-millisecond-field,.newsletter-subscribe-input::-webkit-datetime-edit-meridiem-field{
    padding-top: 0;
    padding-bottom: 0;
}
.newsletter-subscribe-input{
    display: inline-flex;
    height: 3rem;
    width: 100%;
    padding-left: 4.375rem;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.newsletter-subscribe-input:focus{
    --tw-border-opacity: 1;
    border-color: rgb(28 28 28 / var(--tw-border-opacity));
    --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-color: rgb(28 28 28 / var(--tw-ring-opacity));
    --tw-ring-opacity: 0.5;
}
.hyva-checkout-container .field-wrapper .newsletter-subscribe-input.field:not(.f-input):not(.f-select) {
            margin-top: 0;
            margin-bottom: 0;
            border-radius: 0;
            background-color: #f3f4f2;
            border: none;
        }
svg.newsletter-subscribe-icon{
    position: absolute;
    left: 1.75rem;
    top: 50%;
    height: 1.5rem;
    width: 1.5rem;
    transform: translateY(-50%);
}
.form .radio-group{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.form .radio{
    display: flex;
    height: 3rem;
    flex-direction: row;
    align-items: center;
    justify-items: start;
}
.form .radio label{
    margin-bottom: 0px;
    padding-left: 0.5rem;
}
input[type='text']:focus, input[type='email']:focus, input[type='url']:focus, input[type='password']:focus, input[type='number']:focus, input[type='date']:focus, input[type='datetime-local']:focus, input[type='month']:focus, input[type='search']:focus, input[type='tel']:focus, input[type='time']:focus, input[type='week']:focus, input[multiple]:focus, textarea[type='text']:focus, textarea[type='email']:focus, textarea[type='url']:focus, textarea[type='password']:focus, textarea[type='number']:focus, textarea[type='date']:focus, textarea[type='datetime-local']:focus, textarea[type='month']:focus, textarea[type='search']:focus, textarea[type='tel']:focus, textarea[type='time']:focus, textarea[type='week']:focus, textarea[multiple]:focus, select[type='text']:focus, select[type='email']:focus, select[type='url']:focus, select[type='password']:focus, select[type='number']:focus, select[type='date']:focus, select[type='datetime-local']:focus, select[type='month']:focus, select[type='search']:focus, select[type='tel']:focus, select[type='time']:focus, select[type='week']:focus, select[multiple]:focus {
            outline: none;
            border-color: #6b7280;
            border-width: 1px;
            box-shadow: none;
        }
/* NEW FORM FIELDS */
.f-button-sign-in,
.f-button-create,
.f-button-reset,
.f-button-main-yellow{
    --tw-bg-opacity: 1;
    background-color: rgb(253 199 88 / var(--tw-bg-opacity));
}
.f-input,
.f-select{
    box-sizing: border-box;
    display: block;
    height: 3rem;
    width: 100%;
    border-radius: 0px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(234 234 234 / var(--tw-border-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-color: #A7A7A7;
}
.f-select{
    padding-right: 2.5rem;
}
.f-radio{
    display: flex;
}
.f-radio input[type="radio"]{
    display: none;
}
.f-radio .f-radio-radio{
    position: relative;
    margin-right: 1rem;
    display: block;
    cursor: pointer;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(134 134 134 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        margin-top: 2px;
        width: 20px;
        height: 20px;
}
.f-radio .f-radio-radio:before{
    position: absolute;
    display: none;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(28 28 28 / var(--tw-bg-opacity));
    top: 50%;
    left: 50%;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            content: '';
            width: 10px;
            height: 10px;
}
.f-radio input[type="radio"]:checked ~ .f-radio-radio{
    --tw-bg-opacity: 1;
    background-color: rgb(253 199 88 / var(--tw-bg-opacity));
}
.f-radio input[type="radio"]:checked ~ .f-radio-radio:before{
    display: block;
}
.f-bottom-buttons-block{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    padding-top: 2rem;
}
.contentmanager-content-view .f-bottom-buttons-block .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .f-bottom-buttons-block .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
.f-bottom-buttons-block.single{
    display: flex;
    align-items: center;
    justify-content: center;
}
.field-error .messages{
    font-size: 0.875rem;
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}
.control .field {
    margin-top: 0;
    margin-bottom: 0;
}
.page.messages{
    position: sticky;
    z-index: 2;
    top: 0;
}
.page.messages .messages
    section#messages{
    width: 100%;
}
@media (min-width: 480px){

    .page.messages .messages
    section#messages{
        max-width: 480px;
    }
}
@media (min-width: 640px){

    .page.messages .messages
    section#messages{
        max-width: 640px;
    }
}
@media (min-width: 768px){

    .page.messages .messages
    section#messages{
        max-width: 768px;
    }
}
@media (min-width: 1024px){

    .page.messages .messages
    section#messages{
        max-width: 1024px;
    }
}
@media (min-width: 1280px){

    .page.messages .messages
    section#messages{
        max-width: 1280px;
    }
}
@media (min-width: 1768px){

    .page.messages .messages
    section#messages{
        max-width: 1768px;
    }
}
.page.messages .messages
    section#messages{
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
@media screen and (min-width: 1866px) {
    .page.messages .messages
    section#messages {
        padding-left: 0;
        padding-right: 0;
    }
}
.page.messages .messages
    section#messages{
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
@media screen and (max-width: 640px) {
    .showroom-products .page.messages .messages
    section#messages{
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}
.message{
    margin-bottom: 0.5rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
    padding: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --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);
}
.message.error{
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.message.success{
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.message.info,
    .message.warning,
    .message.notice{
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.message a{
    text-decoration-line: underline;
}
.product-item .price-container{
    display: block;
}
.product-item .price-container .price{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
}
.product-item .price-container .price-label{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.product-item .special-price .price-container .price-label{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.product-item .old-price .price-container{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.product-item .old-price .price-container .price{
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}
.static-label{
    display: inline-block;
    --tw-bg-opacity: 1;
    background-color: rgb(253 199 88 / var(--tw-bg-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
    margin: 0 3px;
}
.sale-label{
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 10;
    display: inline-block;
    --tw-bg-opacity: 1;
    background-color: rgb(210 8 30 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.625rem;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.product-card .product-card-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
.product-card .price-box{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
@media (min-width: 640px){

    .product-card .price-box{
        flex-direction: column;
        align-items: flex-end;
    }
}
.product-card .price-box .price-label{
    display: none;
}
.product-card .price-box .price{
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
}
@media (min-width: 1280px){

    .product-card .price-box .price{
        font-size: 0.9375rem;
    }
}
.product-card .price-box .special-price .price{
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(210 8 30 / var(--tw-text-opacity));
}
.product-card .price-box .old-price{
    margin-right: 0.25rem;
}
.product-card .price-box .old-price .price{
    position: relative;
    display: inline-block;
    line-height: 1.5rem;
}
.product-card .price-box .old-price .price:before {
                    content: '';
                    position: absolute;
                    top: 0px;
                    bottom: 0px;
                    margin-top: auto;
                    margin-bottom: auto;
                    height: 0px;
                    width: 100%;
                    border-top-width: 1px;
                    --tw-border-opacity: 1;
                    border-color: rgb(51 51 51 / var(--tw-border-opacity));
                }
@media (min-width: 1024px) {
.product-card .price-box .old-price .price:before {
                        transform:rotate(-12deg)
                }
                    }
.product-card .product-border {
        border-top: 1px solid #E5E5E5;
    }
.product-card .product .product-img-main,
        .product-card .product .product-img-hover{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.product-card .product .product-img-main{
    opacity: 1;
}
.product-card .product .product-img-hover{
    opacity: 0;
}
.product-card .product:hover .product-img-main{
    opacity: 0;
}
.product-card .product:hover .product-img-main.no-hover{
    opacity: 1;
}
.product-card .product:hover .product-img-hover{
    opacity: 1;
}
.product-card .product:hover .product-img-hover.no-hover{
    opacity: 0;
}
.price-w-sale{
    position: relative;
}
.price-w-sale:before{
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    height: 0px;
    width: 100%;
    --tw-rotate: -12deg;
    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-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(51 51 51 / var(--tw-border-opacity));
        content: '';
}
.product-card-wrapper,
.hp-slider-block{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
@media (min-width: 640px){

    .product-card-wrapper,
.hp-slider-block{
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }
}
.slider-item{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
@media (min-width: 640px){

    .slider-item{
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
}
.slider-item {
    flex: 0 0 auto;
}
.products-toolbar-bottom .toolbar {
        /*@apply flex flex-col-reverse;*/
        display: none !important;
    }
.products-toolbar-bottom .toolbar .toolbar-sorter{
    display: none;
}
.products-toolbar-bottom .toolbar .toolbar-amount{
    margin-top: 1.25rem;
}
.products-toolbar-bottom .toolbar .toolbar-pager-container .pages-items {
                box-shadow: none;
            }
.products-toolbar-bottom .toolbar .toolbar-pager-container .pages-items li {
                    border: none;
                }
.category-filters-container{
    position: relative;
    margin-bottom: 3rem;
    height: 4rem;
    padding-bottom: 0px;
}
@media (min-width: 640px){

    .category-filters-container{
        padding-bottom: 1rem;
    }
}
@media (min-width: 1024px){

    .category-filters-container{
        margin-bottom: 0px;
    }
}
@media (min-width: 640px) {
.category-filters-container {
        height: initial
}
    }
.category-filters-container .toolbar .toolbar-sorter{
    position: absolute;
    right: 0px;
    top: 0px;
}
@media (min-width: 640px) {
.category-filters-container .toolbar .toolbar-sorter {
                position: initial;
                right: initial;
                top: initial
        }
            }
.category-filters-container .toolbar .toolbar-sorter .form-select{
    border-width: 0px;
    padding: 0px;
    padding-right: 1.5rem;
    text-align: right;
    font-size: 0.875rem;
    font-weight: 700;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
                background-position: right center;
}
.category-filters-container .toolbar .toolbar-amount {
            position: absolute;
            left: 50%;
            bottom: -2.75rem;
            transform: translateX(-50%);
        }
@media (min-width: 1024px) {
.category-filters-container .toolbar .toolbar-amount {
                position: initial;
                left: initial;
                transform: none;
                bottom: initial
        }
            }
.category-filters-container .toolbar .toolbar-pager-container{
    display: none;
}
.filters-button {
    z-index: 5;
}
.product-types{
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 10px;
    top: 10px;
    width: 27px;
}
.product-type{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 39px;
    background-position: center;
    background-repeat: no-repeat;
}
.product-type.active{
    --tw-bg-opacity: 1;
    background-color: rgb(253 199 88 / var(--tw-bg-opacity));
}
.product-type.product-type-1,
    .product-type.product-type-chair {
        /* background-size: 11.94px auto; */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.94' height='26.906' viewBox='0 0 13.94 26.906'%3E%3Cg transform='translate(1 1)'%3E%3Cline y2='24.894' transform='translate(11.94 0)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath d='M-24427.949 8121.5h-11.937v12.459' transform='translate(24439.887 -8109.053)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    }
.product-type.product-type-2,
    .product-type.product-type-arm_chair {
        /* background-size: 11.94px auto; */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.938' height='26.906' viewBox='0 0 13.938 26.906'%3E%3Cg transform='translate(1 1)'%3E%3Cline y2='24.894' transform='translate(11.938 0)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath d='M-24428.674 8121.5h-11.211' transform='translate(24439.887 -8113.147)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath d='M2.926 0H0' transform='translate(2.565 8.439) rotate(90)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='1.5'/%3E%3Cpath d='M-24427.949 8121.5h-11.937v12.459' transform='translate(24439.887 -8109.053)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    }
.product-type.product-type-3,
    .product-type.product-type-bar_stool {
        /* background-size: 9.37px auto; */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.305' height='30.447' viewBox='0 0 11.305 30.447'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M0 3.045V31.436' transform='translate(9.305 -3.045)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath d='M-24430.582 8121.5h-9.3v19.6' transform='translate(24439.887 -8112.654)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M-24431.7 8121.5h-8.187' transform='translate(24441.068 -8099.011)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
    }
.product-type.product-type-4,
    .product-type.product-type-bar_stool_arms {
        /* background-size: 9.37px auto; */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.374' height='30.447' viewBox='0 0 11.374 30.447'%3E%3Cg id='Group_6173' data-name='Group 6173' transform='translate(1 1)'%3E%3Cpath id='Path_2205' data-name='Path 2205' d='M0 3.045V31.436' transform='translate(9.374 -3.045)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath id='Path_2204' data-name='Path 2204' d='M-24430.582 8121.5h-9.3v19.6' transform='translate(24439.955 -8112.654)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_2206' data-name='Path 2206' d='M-24431.7 8121.5h-8.187' transform='translate(24439.887 -8116.749)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath id='Path_2218' data-name='Path 2218' d='M-24431.7 8121.5h-8.187' transform='translate(24439.887 -8099.012)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='1.5'/%3E%3Cpath id='Path_2211' data-name='Path 2211' d='M2.926 0H0' transform='translate(2.366 4.838) rotate(90)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
    }
.product-type.product-type-5,
    .product-type.product-type-bolt_down_bar_stool {
        /* background-size: 9.37px auto; */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.305' height='30.447' viewBox='0 0 11.305 30.447'%3E%3Cg id='Group_6334' data-name='Group 6334' transform='translate(1 1)'%3E%3Cpath id='Path_2216' data-name='Path 2216' d='M0,3.045V22.032' transform='translate(4.575 6.415)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath id='Path_2215' data-name='Path 2215' d='M0,3.045v8.847' transform='translate(9.305 -3.045)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath id='Path_2214' data-name='Path 2214' d='M-24430.582,8121.5h-9.3' transform='translate(24439.887 -8112.653)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_2217' data-name='Path 2217' d='M-24436.078,8121.5h-3.8' transform='translate(24442.42 -8093.053)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    }
.product-type.product-type-6,
    .product-type.product-type-bolt_down_chair {
        /* background-size: 9.3px auto; */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.305' height='21.861' viewBox='0 0 11.305 21.861'%3E%3Cg id='Group_6335' data-name='Group 6335' transform='translate(1 -8.88)'%3E%3Cpath id='Path_2216' data-name='Path 2216' d='M0,3.045V14.06' transform='translate(4.575 15.682)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath id='Path_2215' data-name='Path 2215' d='M0,3.045v8.847' transform='translate(9.305 6.835)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath id='Path_2214' data-name='Path 2214' d='M-24430.582,8121.5h-9.3' transform='translate(24439.887 -8102.773)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_2217' data-name='Path 2217' d='M-24436.078,8121.5h-3.8' transform='translate(24442.42 -8091.759)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    }
.product-type.product-type-7,
    .product-type.product-type-swivel_bar_stool  {
        /* background-size: 9.3px auto; */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.305' height='30.803' viewBox='0 0 11.305 30.803'%3E%3Cg id='Group_6172' data-name='Group 6172' transform='translate(1 1)'%3E%3Cpath id='Path_2216' data-name='Path 2216' d='M-.528,3.231a19.7,19.7,0,0,0-2.407,8.857v10.3' transform='translate(3.575 6.415)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath id='Path_2375' data-name='Path 2375' d='M-2.936,3.231A19.7,19.7,0,0,1-.528,12.088v10.3' transform='translate(9.327 6.415)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath id='Path_2215' data-name='Path 2215' d='M0,3.045v8.847' transform='translate(9.305 -3.045)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath id='Path_2214' data-name='Path 2214' d='M-24430.582,8121.5h-9.3' transform='translate(24439.887 -8112.653)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_2217' data-name='Path 2217' d='M-24433.42,8121.5h-6.461' transform='translate(24441.219 -8099.053)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    }
.product-info h1{
    text-align: left;
}
.product-info-main{
    line-height: 1.625rem;
}
.page-product-bundle .price-final_price{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
}
.page-product-bundle .price-final_price .price-from .price-container, .page-product-bundle .price-final_price .price-to .price-container{
    margin-bottom: 1rem;
    display: block;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.page-product-bundle .price-final_price .price-from .price-container .price-label, .page-product-bundle .price-final_price .price-to .price-container .price-label{
    display: block;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
}
.page-product-bundle .price-final_price .price-from .price-container .price, .page-product-bundle .price-final_price .price-to .price-container .price{
    display: block;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
.page-product-bundle .price-final_price .price-from .old-price .price-container .price,
                    .page-product-bundle .price-final_price .price-from .old-price .price-container .price-label,
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price,
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price-label{
    display: inline;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
.product-gallery-wrapper {
        height: 700px
}
    }
.product-gallery-wrapper.fullscreen {
         position: absolute;
         top: 0;
         width: 100%;
         left: 0;
    }
.product-gallery-wrapper.fullscreen.dynamic-gallery-image {
             height: calc(100% - 140px);
        }
.product-gallery-wrapper.fullscreen.static-gallery-image {
             height: calc(100% - 220px);
        }
.product-gallery-control{
    position: absolute;
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    top: 50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.product-gallery-control.disabled{
    opacity: 0.25;
}
.product-main-image{
    position: absolute;
    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: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 250ms ease, color 250ms ease;
}
.product-main-image.static-gallery{
    min-height: 100%;
    width: auto;
    min-width: 100%;
    max-width: none;
}
.gallery-fullwidth{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 50;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 1276px;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-color: #FDC758;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border-width: 6px;
    border-style: solid;
    border-color: #FDC758 transparent #FDC758 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.static-gallery {
    min-height: 82px;
}
.static-gallery-thumbs,
.dynamic-gallery-thumbs{
    max-width: 1276px;
}
.static-gallery-thumbs .gallery-item:first-child, .dynamic-gallery-thumbs .gallery-item:first-child {
            margin-left: auto;
        }
.static-gallery-thumbs .gallery-item:last-child, .dynamic-gallery-thumbs .gallery-item:last-child {
            margin-right: auto;
        }
.static-gallery-thumbs .gallery-item, .dynamic-gallery-thumbs .gallery-item{

        width: 50px;
        height: 50px;
        padding: 5px;
}
@media (min-width: 1024px) {
.static-gallery-thumbs .gallery-item, .dynamic-gallery-thumbs .gallery-item {
            width: 63px;
            height: 63px;
            min-width: 63px;
            min-height: 63px;
            padding: 6px
    }
        }
@media (min-width: 1280px) {
.static-gallery-thumbs .gallery-item, .dynamic-gallery-thumbs .gallery-item {
            width: 83px;
            height: 83px;
            min-width: 83px;
            min-height: 83px;
            padding: 8px
    }
        }
@media (min-width: 1768px) {
.static-gallery-thumbs .gallery-item, .dynamic-gallery-thumbs .gallery-item {
            width: 94px;
            height: 94px;
            min-width: 94px;
            min-height: 94px;
            padding: 9px
    }
        }
.slider-gallery-item{
    margin-right: 1rem;
    height: 450px;
    width: auto;
}
.static-gallery-container {
    height: calc(100% - 260px);
}
.dynamic-gallery-container {
    height: calc(100% - 140px);
}
.cart-popup-header {
    width: calc(100% + 1rem);
    background-color: #fff;

}
.cart-popup-tint,
.cart-popup-tint.backdrop {
    background-color: rgba(0,0,0,.75);
}
.cart-popup-container {
    background-color: #fff;
}
.cart-popup-button-checkout-cart .btn, .cart-popup-button-checkout-cart .btn-primary {
        background-color: #020054;
        color: #fff;
    }
.pdp-top{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 5rem;
}
@media (min-width: 768px){

    .pdp-top{
        flex-direction: row;
    }
}
.pdp-top .pdp-top-image{
    width: 100%;
}
@media (min-width: 768px) {
.pdp-top .pdp-top-image {
            width: 40%;
            flex-shrink: 0
    }
        }
.pdp-top .pdp-top-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media (min-width: 768px) {
.pdp-top .pdp-top-info {
            margin-left: 45px
    }
        }
@media (min-width: 1024px) {
.pdp-top .pdp-top-info {
            margin-left: 75px
    }
        }
.pdp-top .pdp-top-title{
    width: 100%;
}
.pdp-top .pdp-top-title h1{
    text-align: left;
    font-weight: 600;
}
@media (min-width: 1024px){

    .pdp-top .pdp-top-title h1{
        font-size: 2.5rem;
        line-height: 3.0625rem;
    }
}
.pdp-top .pdp-top-sku{
    --tw-text-opacity: 1;
    color: rgb(244 244 244 / var(--tw-text-opacity));
    color: #969696;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
}
@media (min-width: 768px){

    .pdp-top .pdp-top-sku{
        padding-top: 1rem;
        padding-bottom: 2rem;
        font-size: 1rem;
    }
}
.pdp-top .pdp-top-text{
    padding-bottom: 2rem;
}
@media (min-width: 768px){

    .pdp-top .pdp-top-text{
        padding-bottom: 3rem;
    }
}
.pdp-top .pdp-top-action{
    width: 100%;
}
.pdp-top .pdp-top-action-button{
    display: flex;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(253 199 88 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
    height: 5rem;
    width: 100%;
    font-size: 1.375rem;
}
@media (min-width: 1024px){

    .pdp-top .pdp-top-action-button{
        height: 87px;
        width: 320px;
    }
}
.product-image-loader{
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.product-image-loader.show{
    display: inline-block;
}
.product-highlights ul.product-highlights-ul{
    padding-left: 0px;
        list-style: none;
}
.product-highlights ul.product-highlights-ul li{
    position: relative;
    padding-left: 2.5rem;
}
.product-highlights ul.product-highlights-ul li:before{
    position: absolute;
    left: 0px;
    height: 1rem;
    width: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(253 199 88 / var(--tw-bg-opacity));
                display: block;
                content: '';
                top: 5px;
}
.pdp-rwtp-control{
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 10;
    display: none;
    align-items: center;
    height: 3rem;
    width: 3rem;
    top: 50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1024px){

    .pdp-rwtp-control{
        display: flex;
    }
}
.pdp-rwtp-control-left{
    left: 1rem;
}
.pdp-rwtp-control-right{
    right: 1rem;
}
.swiper-control {
    z-index: 2;
}
.catalog-product-view .product-info-details {
        max-width: 1320px;
    }
.catalog-product-view .attribute-name{
    box-sizing: border-box;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity));
    font-weight: 300;
    font-size: 0.75rem;
}
@media (min-width: 1024px){

    .catalog-product-view .attribute-name{
        font-size: 1rem;
    }
}
.catalog-product-view .attribute-value{
    box-sizing: border-box;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(253 199 88 / var(--tw-bg-opacity));
    font-weight: 500;
    font-size: 0.75rem;
}
@media (min-width: 1024px){

    .catalog-product-view .attribute-value{
        font-size: 1rem;
    }
}
.pdp-left{
    position: relative;
    order: -9999;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}
@media (min-width: 1024px){

    .pdp-left{
        flex-shrink: 0;
        width: calc(60% - 4rem);
    }
}
@media (min-width: 1280px) {
.pdp-left {
        width: calc(66.6666% - 4rem)
}
    }
.pdp-right{
    top: 1.25rem;
    display: none;
    width: 40%;
    flex-direction: column;
}
@media (min-width: 1024px){

    .pdp-right{
        display: flex;
    }
}
@media (min-width: 1280px){

    .pdp-right{
        width: 33.333333%;
        flex-shrink: 0;
    }
}
@media (min-width: 1768px){

    .pdp-right{
        position: sticky;
        z-index: 10;
    }
}
.product-highlights-ul{
    font-size: 0.9375rem;
}
@media (min-width: 1024px){

    .product-highlights-ul{
        font-size: 1rem;
    }
}
@media (min-width: 1280px){

    .product-highlights-ul{
        font-size: 1.125rem;
    }
}
.product-highlights-ul li{
    margin-bottom: 1rem;
}
.product-highlights-ul li:last-child{
    margin-bottom: 0px;
}
.modal {
  /*
   * TODO: add tailwind classes used for the cart and modal styles
   * Making the modal and off canvas styles theme specific and mor adjustable
   */
}
.backdrop{
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: flex;
    background-color: rgba(0,0,0,.73);
}
.sidebar-overlay{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(28 28 28 / var(--tw-bg-opacity));
    opacity: 0;
  z-index: -20;
}
.modals-container {
  background-color: rgba(0,0,0,.5);
}
section.modals {
  position: relative;
  z-index: 1;
}
.snap {
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}
.snap::-webkit-scrollbar {
        display: none;
    }
.snap > div {
        scroll-snap-align: start;
    }
.hp-slider-control {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 9rem;
}
@media (min-width: 1768px) {
.hp-slider-control {
        width: 48px;
        height: 48px;
        top: 216px
}
    }
@media (min-width: 768px) {
.hp-slider-container {
        margin: 0
}
    }
@media (min-width: 1768px) {
.hp-slider-container {
        margin: 0
}
    }
body {
    overflow-y: scroll;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.page-main,
.page-main-full-width{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
@media (min-width: 640px){

    .page-main,
.page-main-full-width{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}
.container{
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.flex-columns-wrapper{
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px){

    .flex-columns-wrapper{
        flex-direction: row;
    }
}
.columns{
    width: 100%;
}
@media (min-width: 480px){

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

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

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

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

    .columns{
        max-width: 1280px;
    }
}
@media (min-width: 1768px){

    .columns{
        max-width: 1768px;
    }
}
.columns{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 1rem;
}
@media screen and (min-width: 1866px) {
    .columns {
        padding-left: 0;
        padding-right: 0;
    }
}
.columns{
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.contentmanager-content-view .columns .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .columns .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
@media screen and (max-width: 640px) {
    .showroom-products .columns{
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}
.columns {
    grid-template-rows: auto minmax(0,1fr);
}
.columns .main{
    order: 2;
}
.columns .sidebar{
    order: 3;
}
.page-with-filter .columns .sidebar-main{
    order: 1;
}
@media (min-width: 640px) {
        .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

            .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main{
        grid-column: span 2 / span 2;
    }

            .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar{
        order: 3;
    }

}
@media (min-width: 768px) {
        .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

        .page-layout-2columns-left .main, .page-layout-2columns-right .main, .page-layout-3columns .main{
        grid-row: span 2 / span 2;
    }

        .page-layout-2columns-left .sidebar, .page-layout-2columns-right .sidebar, .page-layout-3columns .sidebar{
        grid-column: span 1 / span 1;
    }
            .page-layout-2columns-left .columns .main, .page-layout-3columns .columns .main{
        grid-column-start: 2 !important;
    }
            .page-layout-2columns-left .columns .sidebar, .page-layout-3columns .columns .sidebar{
        order: 1;
    }

            .page-layout-2columns-left .columns .sidebar ~ .sidebar-additional, .page-layout-3columns .columns .sidebar ~ .sidebar-additional{
        order: 3;
    }
        .page-layout-2columns-right .sidebar-main, .page-layout-2columns-right.page-with-filter .sidebar-main{
        order: 3;
    }
}
@media (min-width: 1024px) {
        .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
            .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main{
        grid-column: span 3 / span 3;
    }
            .page-layout-3columns .columns .sidebar-additional{
        grid-column-start: 4;
    }
}
.product-image-container {
    width: 100% !important;
}
.product-image-container img {
        width: 100%;
    }
.swatch-attribute .swatch-attribute-options{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}
.contentmanager-content-view .swatch-attribute .swatch-attribute-options .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .swatch-attribute .swatch-attribute-options .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
.swatch-attribute .swatch-attribute-options .swatch-option{
    display: flex;
    justify-content: center;
    padding: 0.25rem;
}
.swatch-attribute .swatch-attribute-options .swatch-option:before {
                display:block;
                content: '';
                width: 100%;
                padding-bottom: 100%;
            }
.swatch-attribute .swatch-attribute-options .swatch-option.swatch-square,
            .swatch-attribute .swatch-attribute-options .swatch-option.swatch-image{
    width: 100%;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    background-size: contain;
}
.swatch-attribute .swatch-attribute-options .swatch-option.swatch-square.selected, .swatch-attribute .swatch-attribute-options .swatch-option.swatch-image.selected{
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.swatch-attribute .swatch-attribute-options .swatch-option.swatch-square.selected:after, .swatch-attribute .swatch-attribute-options .swatch-option.swatch-image.selected:after {
                        position: absolute;
                        display: block;
                        content: '';
                        transform: translate(50%, -50%);
                        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: 100%;
                        top: 0px;
                        right: 0px;
                        height: 1.25rem;
                        width: 1.25rem;
                        border-radius: 9999px;
                        --tw-bg-opacity: 1;
                        background-color: rgb(28 28 28 / var(--tw-bg-opacity));
                    }
.btn{
    display: flex;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){

    .btn{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
@media (min-width: 1280px){

    .btn{
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
.btn svg{
    display: inline-flex;
}
.btn span {
        vertical-align: middle;
    }
.btn:focus{
    border-color: transparent;
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.btn-primary{
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(253 199 88 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
}
.btn-primary:hover{
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
}
.btn-secondary{
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
    --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);
}
.btn-secondary:hover{
    --tw-border-opacity: 1;
    border-color: rgb(30 64 175 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --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);
}
.btn-secondary:focus{
    border-width: 2px;
    border-color: transparent;
}
.btn-size-lg{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.btn-size-sm{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
body{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
p{
    padding-bottom: 1rem;
}
p.toolbar-amount{
    padding-bottom: 0px;
}
#cart-drawer{
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
}
[x-cloak] {
    display: none;
}
.input{
    margin-right: 0.5rem;
    width: auto;
    border-radius: 0.25rem;
    border-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
}
@media (min-width: 768px){

    .input{
        margin-right: 1rem;
    }
}
@media (min-width: 1024px){

    .input{
        margin-right: 0px;
    }
}
@media (min-width: 1280px){

    .input{
        margin-right: 1rem;
    }
}
.input-light{
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.input-light:focus{
    --tw-border-opacity: 1;
    border-color: rgb(29 78 216 / var(--tw-border-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.card{
    border-radius: 0.125rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.card-interactive:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.duration-200 {
    transition-duration: 200ms;
}
.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.transition {
    transition: transform 250ms ease, color 250ms ease;
}
.transform-180 {
    transform: rotate(-180deg);
}
.text-sans-serif {
    font-family: "Lexend Deca", Arial, sans-serif;
}
html{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body{
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0em;
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
    font-family: "Lexend Deca", Arial, sans-serif;
}
.section-cart .table-row-items > div.table-row-item {
        background-color: transparent;
    }
.lds-dual-ring-small {
    display: inline-block;
}
.lds-dual-ring-small:after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: #020054 transparent #020054 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
.lds-dual-ring-small.yellow:after {
    border-color: #FDC758 transparent #FDC758 transparent;
}
.table-totals tr.totals th, .table-totals tr.totals td{
    font-size: 0.875rem;
}
@media (min-width: 768px) {
.table-totals tr.totals th, .table-totals tr.totals td{
        font-size: 1rem;
    }
            }
.abs-sidebar-totals tbody .mark, .abs-sidebar-totals tbody th.mark, .abs-sidebar-totals tbody .amount, .abs-sidebar-totals tbody td.amount, .abs-sidebar-totals tfoot .mark, .abs-sidebar-totals tfoot th.mark, .abs-sidebar-totals tfoot .amount, .abs-sidebar-totals tfoot td.amount, .cart-totals tbody .mark, .cart-totals tbody th.mark, .cart-totals tbody .amount, .cart-totals tbody td.amount, .cart-totals tfoot .mark, .cart-totals tfoot th.mark, .cart-totals tfoot .amount, .cart-totals tfoot td.amount, .opc-block-summary .table-totals tbody .mark, .opc-block-summary .table-totals tbody th.mark, .opc-block-summary .table-totals tbody .amount, .opc-block-summary .table-totals tbody td.amount, .opc-block-summary .table-totals tfoot .mark, .opc-block-summary .table-totals tfoot th.mark, .opc-block-summary .table-totals tfoot .amount, .opc-block-summary .table-totals tfoot td.amount, .opc-sidebar .opc-block-summary .table-totals .grand .mark, .opc-sidebar .opc-block-summary .table-totals .grand th.mark, .opc-sidebar .opc-block-summary .table-totals .grand .amount, .opc-sidebar .opc-block-summary .table-totals .grand td.amount, .opc-sidebar .opc-block-summary .table-totals .grand .mark, .opc-sidebar .opc-block-summary .table-totals .grand th.mark, .opc-sidebar .opc-block-summary .table-totals .grand .amount, .opc-sidebar .opc-block-summary .table-totals .grand td.amount{
    font-size: 0.875rem;
}
@media (min-width: 768px) {
.abs-sidebar-totals tbody .mark, .abs-sidebar-totals tbody th.mark, .abs-sidebar-totals tbody .amount, .abs-sidebar-totals tbody td.amount, .abs-sidebar-totals tfoot .mark, .abs-sidebar-totals tfoot th.mark, .abs-sidebar-totals tfoot .amount, .abs-sidebar-totals tfoot td.amount, .cart-totals tbody .mark, .cart-totals tbody th.mark, .cart-totals tbody .amount, .cart-totals tbody td.amount, .cart-totals tfoot .mark, .cart-totals tfoot th.mark, .cart-totals tfoot .amount, .cart-totals tfoot td.amount, .opc-block-summary .table-totals tbody .mark, .opc-block-summary .table-totals tbody th.mark, .opc-block-summary .table-totals tbody .amount, .opc-block-summary .table-totals tbody td.amount, .opc-block-summary .table-totals tfoot .mark, .opc-block-summary .table-totals tfoot th.mark, .opc-block-summary .table-totals tfoot .amount, .opc-block-summary .table-totals tfoot td.amount, .opc-sidebar .opc-block-summary .table-totals .grand .mark, .opc-sidebar .opc-block-summary .table-totals .grand th.mark, .opc-sidebar .opc-block-summary .table-totals .grand .amount, .opc-sidebar .opc-block-summary .table-totals .grand td.amount, .opc-sidebar .opc-block-summary .table-totals .grand .mark, .opc-sidebar .opc-block-summary .table-totals .grand th.mark, .opc-sidebar .opc-block-summary .table-totals .grand .amount, .opc-sidebar .opc-block-summary .table-totals .grand td.amount{
        font-size: 1rem;
    }
        }
.opc-sidebar .opc-block-summary .table-totals .grand .mark,
.opc-sidebar .opc-block-summary .table-totals .grand .amount {
    font-size: 1rem;
}
.cart-drawer-inner-content-mobile {
    height: calc(100vh - 8rem);
}
.cart-drawer-inner-content-desktop {
    height: 100%;
}
.swiper {
  z-index: 1;
}
.pdp-related-swiper .swiper-slide {
   height: auto !important;
  }
@media screen and (max-width: 640px) {
  .pdp-related-swiper {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
    position: relative;
  }
    .pdp-related-swiper .swiper-slide {
      margin-left: 1.5rem !important;
      margin-right: 0 !important;
    }
}
.swiper-slide.h-auto {
  height: auto;
}
.dynamic-attribute table{
    width: 100%;
}
.dynamic-attribute table thead tr{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(208 208 208 / var(--tw-border-opacity));
}
.dynamic-attribute table thead tr td{
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 0.875rem;
}
.dynamic-attribute table tbody tr{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(208 208 208 / var(--tw-border-opacity));
}
.dynamic-attribute table tbody tr td{
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 0.875rem;
}
h1{
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 1.875rem;
    font-weight: 600;
}
@media (min-width: 1024px){

    h1{
        text-align: center;
        font-size: 2.0625rem;
    }
}
h2{
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.375rem;
    font-weight: 700;
}
h3{
    font-weight: 700;
}
.restaurant-installations-image{
    margin-bottom: 2rem;
}
.description-resources{
    max-width: 1024px;
    padding-bottom: 2.5rem;
}
@media (min-width: 1024px){

    .description-resources{
        padding-bottom: 4rem;
        text-align: center;
    }
}
.contentmanager-content-view p {
    margin-top: 1rem;
}
.contentmanager-content-view .inner-content {
    padding-top: 1rem;
}
.contentmanager-content-view .inner-content > img {
    padding: 1rem 0
}
.contentmanager-content-view .intro {
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.contentmanager-content-view .border-padding {
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
}
.contentmanager-content-view .grid .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .grid .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
.cms-no-route h1.my-0{
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.page-description{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(234 234 234 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1.25rem;
    padding-bottom: 2rem;
}
@media (min-width: 1024px){

    .page-description{
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (min-width: 480px){

    .page-description{
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media (min-width: 1024px){

    .page-description{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
        background-color: transparent;
        padding-top: 3rem;
        padding-bottom: 0px;
    }

    .hp-description-container .page-description{
        padding-top: 6rem;
        padding-bottom: 2rem;
    }
}
.page-description-image{
    position: relative;
    height: 0px;
    width: 100%;
    padding-bottom: 100%;
}
.page-description-img{
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    left: 50%;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.page-description-content{
    --tw-bg-opacity: 1;
    background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){

    .page-description-content{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.page-description-content-inner{
    display: flex;
    flex-direction: column;
}
@media (min-width: 1024px){

    .page-description-content-inner{
        width: 83.333333%;
    }
}
@media (min-width: 1280px){

    .page-description-content-inner{
        width: 75%;
    }
}
.page-description-title{
    text-align: left;
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    line-height: 1.375rem;
}
@media (min-width: 1024px){

    .page-description-title{
        font-size: 2.4375rem;
        line-height: 2.8125rem;
    }
}
.page-description-title h1{
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    font-weight: 500;
}
.cms-no-route h1.page-description-title h1{
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.page-description-title h1{
    font-size: 1.25rem;
    line-height: 1.375rem;
}
@media (min-width: 1024px){

    .page-description-title h1{
        font-size: 2.4375rem;
        line-height: 2.8125rem;
    }
}
.page-description-text{
    font-size: 0.9375rem;
}
@media (min-width: 1024px){

    .page-description-text{
        font-size: 1.125rem;
        line-height: 1.5625rem;
    }
}
.page-description-links{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 1rem;
}
@media (min-width: 1024px){

    .page-description-links{
        padding-top: 2rem;
    }
}
.page-description-links a{
    display: inline-block;
    cursor: pointer;
    padding-top: 0.5rem;
    font-weight: 600;
    text-decoration-line: underline;
    margin-right: 0.5rem;
    font-size: 1.125rem;
}
@media (min-width: 1024px){

    .page-description-links a{
        margin-right: 1rem;
        font-size: 1.3125rem;
    }
}
@media (min-width: 1280px){

    .page-description-links a{
        margin-right: 1rem;
    }
}
.header-search-input::-webkit-search-cancel-button{
    height: 0.75rem;
    width: 0.75rem;
    -webkit-appearance: none;
            appearance: none;
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8IS0tIENyZWF0b3I6IENvcmVsRFJBVyAyMDIwICg2NC1CaXQpIC0tPg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI2NG1tIiBoZWlnaHQ9IjY0bW0iIHZlcnNpb249IjEuMSIgc3R5bGU9InNoYXBlLXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IHRleHQtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgaW1hZ2UtcmVuZGVyaW5nOm9wdGltaXplUXVhbGl0eTsgZmlsbC1ydWxlOmV2ZW5vZGQ7IGNsaXAtcnVsZTpldmVub2RkIg0Kdmlld0JveD0iMCAwIDY0MDAgNjQwMCINCiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayINCiB4bWxuczp4b2RtPSJodHRwOi8vd3d3LmNvcmVsLmNvbS9jb3JlbGRyYXcvb2RtLzIwMDMiPg0KIDxkZWZzPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KICAgPCFbQ0RBVEFbDQogICAgLmZpbDAge2ZpbGw6YmxhY2s7ZmlsbC1ydWxlOm5vbnplcm99DQogICBdXT4NCiAgPC9zdHlsZT4NCiA8L2RlZnM+DQogPGcgaWQ9IkxheWVyX3gwMDIwXzEiPg0KICA8bWV0YWRhdGEgaWQ9IkNvcmVsQ29ycElEXzBDb3JlbC1MYXllciIvPg0KICA8cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTU3MTIuNDMgMTIzLjA4bC0yNTEwLjI4IDI1MTAuMTIgLTI1MDkuODcgLTI1MTAuMTJjLTczLjMyLC03NS45MyAtMTc2LjAzLC0xMjMuMDkgLTI4OS43NCwtMTIzLjA5IC0yMjIuMzIsMCAtNDAyLjU0LDE4MC4yMiAtNDAyLjU0LDQwMi41MiAwLDExMy41MSA0Ni45OSwyMTYuMDQgMTIyLjU3LDI4OS4yMmwyNTEwLjM5IDI1MTAuNjMgLTI1MTAuMjggMjUxMC4xMWMtNzIuODgsNzIuODggLTExNy45NywxNzMuNTYgLTExNy45NywyODQuNzkgMCwyMjIuNDMgMTgwLjMzLDQwMi43NCA0MDIuNzcsNDAyLjc0IDExMS4yMywwIDIxMS45MiwtNDUuMDggMjg0LjgsLTExNy45NmwyNTA5Ljg3IC0yNTEwLjUyIDI1MTAuMjggMjUxMC41MmM3Mi44OSw3Mi44OCAxNzMuNTcsMTE3Ljk2IDI4NC44LDExNy45NiAyMjIuNDUsMCA0MDIuNzcsLTE4MC4zMSA0MDIuNzcsLTQwMi43NCAwLC0xMTEuMjMgLTQ1LjA4LC0yMTEuOTEgLTExNy45NywtMjg0Ljc5bC0yNTEwLjI4IC0yNTEwLjExIDI1MTAuMjggLTI1MTAuNTJjNjkuOCwtNzIuMjkgMTEyLjgxLC0xNzAuODMgMTEyLjgxLC0yNzkuNDQgMCwtMjIyLjMxIC0xODAuMjMsLTQwMi41MSAtNDAyLjU1LC00MDIuNTEgLTEwOC44LDAgLTIwNy41Miw0My4xNyAtMjc5Ljk3LDExMy4yOWwwLjExIC0wLjExIDAgMC4wMXoiLz4NCiA8L2c+DQo8L3N2Zz4NCg==");
}
.checkout-index-index.page-layout-1column .opc.checkout-steps {
    padding-left: 1rem;
}
.checkout-index-index.page-layout-1column .opc-wrapper .step-title .step-counter{
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
.checkout-index-index.page-layout-1column .price-including-tax,
.checkout-index-index.page-layout-1column .price-excluding-tax{
    font-size: 0.875rem;
}
.checkout-index-index.page-layout-1column h1{
    margin-top: 0px;
}
.checkout-index-index.page-layout-1column .page-main {
        margin-top: initial;
    }
.checkout-index-index.page-layout-1column .opc-estimated-wrapper{
    display: block;
}
@media (min-width: 1024px){

    .checkout-index-index.page-layout-1column .opc-estimated-wrapper{
        top: 2.5rem;
        display: none;
    }
}
.checkout-index-index.page-layout-1column .opc-estimated-wrapper {
        top: 2.2rem;
    }
.checkout-index-index.page-layout-1column .opc-wrapper{
    width: 100%;
}
@media (min-width: 1024px){

    .checkout-index-index.page-layout-1column .opc-wrapper{
        width: 66.666667%;
    }

    .checkout-index-index.page-layout-1column .opc-summary-wrapper .action-close{
        display: none;
    }
}
.checkout-index-index.page-layout-1column .opc-block-summary .minicart-items-wrapper {
            max-height: none;
        }
.checkout-index-index.page-layout-1column .field-error,
    .checkout-index-index.page-layout-1column div.mage-error[generated] {
        font-size: .8rem;
    }
.checkout-index-index.page-layout-1column .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
        font-size: 1.2rem;
    }
.checkout-index-index.page-layout-1column form .field {
        margin-top: 0;
        margin-bottom: 0;
    }
.checkout-index-index.page-layout-1column .message.warning {
        font-size: .8rem;
    }
/* CHANGED BY SHIRAN */
.checkout-index-index.page-layout-1column .actions-toolbar {
        margin-top: 0;
        padding-top: 0;
        display: block;
        border-top: none;
    }
.checkout-index-index.page-layout-1column .opc-block-summary .product-item .sidebar-product-item-info .item-options dt.label {
        /* margin-right: 30px; */
        margin-right: 5px;
        line-height: 18px;
        font-size: 12px;
    }
.checkout-index-index.page-layout-1column .opc-block-summary .product-item .sidebar-product-item-info .item-options {
        /* font-size: 14px; */
        font-size: 12px;
    }
.checkout-index-index.page-layout-1column .opc-block-summary .product-item .sidebar-product-item-info .product-item-cost .price {
        /* font-size: 14px; */
        font-size: 12px;
    }
.checkout-index-index.page-layout-1column .opc-block-summary .product-item .sidebar-product-item-info .product-item-cost {
        /* font-size: 14px; */
        font-size: 12px;
    }
.checkout-index-index.page-layout-1column .page-main ul {
        padding-left: 0;
    }
.checkout-index-index.page-layout-1column .opc.checkout-steps {
        padding-left: 0;
    }
.checkout-index-index.page-layout-1column .action.primary {
        padding: 15px 15px;
    }
.checkout-index-index.page-layout-1column select,
    .checkout-index-index.page-layout-1column textarea {
        background-color: #f3f4f2;
    }
.checkout-index-index.page-layout-1column .columns {
        padding-left: 0;
        padding-right: 0;
    }
.checkout-index-index.page-layout-1column .opc-progress-bar-item > span{
    font-size: 0.75rem;
}
@media (min-width: 1024px){

    .checkout-index-index.page-layout-1column .opc-progress-bar-item > span{
        font-size: 1rem;
    }
}
.checkout-index-index.page-layout-1column .billing-address-same-as-shipping-block.field {
        margin: 0 0 20px;
    }
.checkout-index-index.page-layout-1column .opc-sidebar .opc-block-summary .table-totals .grand .mark,
    .checkout-index-index.page-layout-1column .opc-sidebar .opc-block-summary .table-totals .grand .amount{
    font-size: 1rem;
}
.checkout-index-index.page-layout-1column .opc-sidebar .opc-block-summary .items-in-cart > .title strong{
    font-size: 1rem;
}
.checkout-index-index.page-layout-1column .opc-sidebar.custom-slide{
    visibility: hidden;
    position: fixed;
    bottom: 0px;
    right: 0px;
    top: 0px;
    min-width: 0px;
    opacity: 0;
}
@media (min-width: 1024px){

    .checkout-index-index.page-layout-1column .opc-sidebar.custom-slide{
        visibility: visible;
        position: static;
        opacity: 1;
    }
}
.checkout-index-index.page-layout-1column .opc-sidebar.custom-slide {
        left: initial;
        transition: visibility 0s .3s, opacity .3s ease;
        z-index: 900;
    }
.checkout-index-index.page-layout-1column .opc-sidebar.custom-slide._show{
    visibility: visible;
    opacity: 1;
}
.vue-product-configurator .reset-selection.checkout-index-index.page-layout-1column .opc-sidebar.custom-slide._show, .vue-project-configurator .reset-selection.checkout-index-index.page-layout-1column .opc-sidebar.custom-slide._show, .product-info-details .reset-selection.checkout-index-index.page-layout-1column .opc-sidebar.custom-slide._show, .sidebar-modal .reset-selection.checkout-index-index.page-layout-1column .opc-sidebar.custom-slide._show {
      visibility: visible;
    }
.product-configurator .reset-selection.checkout-index-index.page-layout-1column .opc-sidebar.custom-slide._show {
            visibility: visible;
        }
.checkout-index-index.page-layout-1column .opc-sidebar.custom-slide._show {
            transition: opacity .3s ease;
        }
body.checkout-index-index.page-layout-1column._has-modal-custom .modal-custom-overlay{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    z-index: 899;
    background-color: rgba(51, 51, 51, 0.55);
}
.checkout-index-index.page-layout-1column .modal-custom.opc-sidebar{
    max-width: 480px;
}
@media (min-width: 1024px){

    .checkout-index-index.page-layout-1column .modal-custom.opc-sidebar{
        max-width: none;
    }
}
.checkout-index-index.page-layout-1column .modal-custom.opc-sidebar .modal-inner-wrap{
    height: auto;
    min-height: 100%;
}
.swiper-slide.checkout-index-index.page-layout-1column .modal-custom.opc-sidebar .modal-inner-wrap {
  height: auto;
}
@media (min-width: 1024px){

    .checkout-index-index.page-layout-1column .modal-custom.opc-sidebar .modal-inner-wrap{
        min-height: 0px;
    }
}
@media screen and (max-width: 1023px) {
        .checkout-index-index.page-layout-1column .custom-slide {
            left: initial;
            bottom: 0;
            min-width: 0;
            position: fixed;
            right: 0;
            top: 0;
            visibility: hidden;
            opacity: 0;
            transition: visibility 0s .3s, opacity .3s ease;
            width: 100%;
            max-width: 480px;
            z-index: 900;
        }
        .checkout-index-index.page-layout-1column .custom-slide._show{
        visibility: visible;
        opacity: 1;
    }
.vue-product-configurator .reset-selection.checkout-index-index.page-layout-1column .custom-slide._show, .vue-project-configurator .reset-selection.checkout-index-index.page-layout-1column .custom-slide._show, .product-info-details .reset-selection.checkout-index-index.page-layout-1column .custom-slide._show, .sidebar-modal .reset-selection.checkout-index-index.page-layout-1column .custom-slide._show {
      visibility: visible;
    }
.product-configurator .reset-selection.checkout-index-index.page-layout-1column .custom-slide._show {
            visibility: visible;
        }
        .checkout-index-index.page-layout-1column .custom-slide._show {
             -webkit-overflow-scrolling: touch;
             overflow-x: hidden;
             overflow-y: auto;
             transition: opacity .3s ease;
         }
            .checkout-index-index.page-layout-1column .custom-slide .modal-inner-wrap {
                background-color: #f4f4f4;
                box-sizing: border-box;
                height: auto;
                min-height: 100%;
                padding-top: 20px;
            }
}
@media only screen and (max-width: 767px) {
        .checkout-index-index.page-layout-1column .custom-slide .modal-inner-wrap {
            padding-top: 20px;
        }
        .checkout-index-index.page-layout-1column .opc-block-summary .minicart-items-wrapper {
            padding: 0 5px 0 28px;
        }
}
@media only screen and (max-width: 639px) {
        .checkout-index-index.page-layout-1column .opc-wrapper .form-login,
        .checkout-index-index.page-layout-1column .opc-wrapper .form-shipping-address,
        .checkout-index-index.page-layout-1column .opc-wrapper .methods-shipping {
            margin: 20px -15px 0px;
            padding: 20px 15px 0;
        }
}
.checkout-index-index .mobile-totals .estimated-price{
    font-size: 1rem;
}
.checkout-index-index .mobile-totals .icon-arr-r{
    font-size: 1rem;
}
.checkout-index-index.page-layout-1column .checkout-container .opc-estimated-wrapper {
    top: .625rem;
}
.checkout-index-index.page-layout-1column .checkout-container .opc-estimated-wrapper .loading-mask{
    display: none;
}
@media (min-width: 1024px){

    .checkout-index-index.page-layout-1column .checkout-container .opc-estimated-wrapper .loading-mask{
        display: block;
    }
}
/* NEW CHECKOUT */
.hyva_checkout-index-index {
    line-height: 1.42857143;
    position: relative;
}
.hyva_checkout-index-index .page-wrapper{
    padding-top: 0px;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
}
.hyva_checkout-index-index .page-wrapper .page-main {
            flex-grow: 1;
        }
.hyva_checkout-index-index .page-wrapper .page-footer .footer.content {
                background-color: #F5F6F4;
            }
.hyva_checkout-index-index .page-header{
    position: relative;
    height: auto;
}
.swiper-slide.hyva_checkout-index-index .page-header {
  height: auto;
}
.hyva_checkout-index-index .header-info {
        display: none;
        padding-top: 0;
    }
.hyva_checkout-index-index .header-info .header-info-link {
            color: #1C1C1C;
        }
.hyva_checkout-index-index .header-info .header-info-link:hover,
            .hyva_checkout-index-index .header-info .header-info-link:active,
            .hyva_checkout-index-index .header-info .header-info-link:focus,
            .hyva_checkout-index-index .header-info .header-info-link:visited {
                text-decoration: none;
                color: #1C1C1C;
            }
.hyva_checkout-index-index .header-info .header-info-link:first-child {
                margin-right: 60px;
            }
.hyva_checkout-index-index .header-info span {
            font-weight: bold;
            text-transform: uppercase;
            font-size: 14px;
            display: inline-block;
        }
.hyva_checkout-index-index .header-info i {
            font-size: 14px;
            display: inline-block;
            margin-right: 10px;
        }
.hyva_checkout-index-index .footer-info-wrapper {
        background: #F5F6F4;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 40px 1rem;
        max-width: 1768px;
        margin: 0 auto;
    }
.hyva_checkout-index-index .footer-info-contacts {
        display: block;
    }
.hyva_checkout-index-index .footer-info-item {
        display: flex;
        align-items: center;
        color: #1C1C1C;
    }
.hyva_checkout-index-index .footer-info-item:first-child {
            margin-bottom: 50px;
        }
.hyva_checkout-index-index .footer-info-item:hover,
        .hyva_checkout-index-index .footer-info-item:active,
        .hyva_checkout-index-index .footer-info-item:focus,
        .hyva_checkout-index-index .footer-info-item:visited {
            text-decoration: none;
            color: #1C1C1C;
        }
.hyva_checkout-index-index .footer-info-item i {
            display: inline-block;
            font-size: 27px;
            margin-right: 28px;
        }
.hyva_checkout-index-index .footer-info-item .footer-info-item-content-title {
            font-weight: bold;
            font-size: 14px;
        }
.hyva_checkout-index-index .page-title{
    margin-bottom: 0px;
    margin-top: 0px;
        color: #333333;
        line-height: 1.1;
}
.hyva_checkout-index-index .opc-wrapper{
    width: 100%;
}
@media (min-width: 1024px){

    .hyva_checkout-index-index .opc-wrapper{
        width: 60%;
    }
}
.hyva_checkout-index-index .opc-wrapper {
        max-width: 850px;
    }
.hyva_checkout-index-index .opc-wrapper .step-title{
    text-align: left;
    font-size: 1.125rem;
    font-weight: 700;
}
@media (min-width: 1024px){

    .hyva_checkout-index-index .opc-wrapper .step-title{
        font-size: 1.375rem;
    }
}
.hyva_checkout-index-index .opc-wrapper .step-title {
            color: #1C1C1C;
            margin-bottom: 18px;
            margin-top: 0;
        }
.hyva_checkout-index-index .opc-wrapper .step-title .step-counter{
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(253 199 88 / var(--tw-bg-opacity));
    padding: 0px;
    text-align: center;
    line-height: 1.125rem;
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
                margin-right: 15px;
}
.hyva_checkout-index-index .opc-cart{
    width: 100%;
}
@media (min-width: 1024px){

    .hyva_checkout-index-index .opc-cart{
        width: 40%;
    }
}
.hyva_checkout-index-index .opc.checkout-steps {
        padding-left: 0;
    }
.hyva_checkout-index-index .opc-progress-bar{
    display: flex;
    width: 100%;
    padding: 0px;
    font-size: 0rem;
        margin: 0;
        counter-reset: i;
}
.hyva_checkout-index-index .opc-progress-bar-item{
    position: relative;
    width: 100%;
    text-align: center;
        margin: 0 0 10px;
        vertical-align: top;
}
.hyva_checkout-index-index .opc-progress-bar-item:before {
            background: #f0f0f0;
            top: 19px;
            transition: background .3s;
            content: '';
            height: 9px;
            left: 0;
            position: absolute;
            width: 100%;
        }
.hyva_checkout-index-index .opc-progress-bar-item:first-child span{
    text-align: left;
}
.hyva_checkout-index-index .opc-progress-bar-item:last-child span{
    text-align: right;
}
.hyva_checkout-index-index .opc-progress-bar-item > span{
    display: inline-block;
    width: 100%;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}
@media (min-width: 1024px){

    .hyva_checkout-index-index .opc-progress-bar-item > span{
        font-size: 1rem;
    }
}
.hyva_checkout-index-index .opc-progress-bar-item > span {
            display: inline-block;
            padding-top: 45px;
            word-wrap: break-word;
            color: #646464;
        }
.hyva_checkout-index-index .opc-progress-bar-item._active:before, .hyva_checkout-index-index .opc-progress-bar-item._completed:before{
    --tw-bg-opacity: 1;
    background-color: rgb(253 199 88 / var(--tw-bg-opacity));
}
.hyva_checkout-index-index .opc-progress-bar-item._active > span, .hyva_checkout-index-index .opc-progress-bar-item._completed > span{
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
}
.hyva_checkout-index-index .page-title-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hyva_checkout-index-index .opc-block-summary-bottom {
        padding: 25px 28px 38px;
        color: rgba(28, 28, 28, 0.59);
        background-color: #f4f4f4;
    }
.hyva_checkout-index-index .opc-block-summary-bottom .summary-bottom-info{
    display: flex;
    align-items: center;
}
.hyva_checkout-index-index .opc-block-summary-bottom .summary-bottom-info i{
    margin-right: 1.5rem;
    display: inline-block;
    font-size: 1.75rem;
    line-height: 1rem;
}
.hyva_checkout-index-index .opc-block-summary-bottom .summary-bottom-info .summary-bottom-content-title{
    margin-bottom: 0.25rem;
    font-weight: 700;
    text-transform: uppercase;
}
.hyva_checkout-index-index .opc-block-summary-bottom .summary-bottom-info .summary-bottom-caption{
    font-size: 0.9375rem;
}
.hyva_checkout-index-index .footer-copyrights {
        padding-top: 50px;
    }
@media (min-width: 1280px) {
.hyva_checkout-index-index .secure-checkout-button {
            min-width: 380px
    }
        }
.hyva-checkout-container .btn {
        padding: 15px;
    }
.hyva-checkout-container .field-wrapper label{
    font-size: 1rem;
}
.hyva-checkout-container .field-wrapper .form-input.field:not(.f-input):not(.f-select) {
            margin-top: 0;
            margin-bottom: 0;
            border-radius: 0;
            background-color: #f3f4f2;
            border: none;
        }
@media (min-width: 768px){

    .hyva-checkout-container .address-form .field-wrapper.city,
            .hyva-checkout-container .address-form .field-wrapper.region,
            .hyva-checkout-container .address-form .field-wrapper.postcode{
        grid-column: span 4 / span 4;
    }
}
.hyva-checkout-container input:not(.f-input), .hyva-checkout-container select:not(.f-select), .hyva-checkout-container textarea{
    border-style: none;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    vertical-align: baseline;
    font-size: 0.875rem;
        background-color: #f3f4f2;
        line-height: 1.42857143;
}
.hyva-checkout-container input:not(.f-input):active, .hyva-checkout-container select:not(.f-select):active, .hyva-checkout-container textarea:active {
            border: none;
            outline: none;
            box-shadow: none;
        }
.hyva-checkout-container select:not(.f-select){
    width: 100%;
        height: 38px;
}
.hyva-checkout-container input:not(.f-input)[type="text"],
        .hyva-checkout-container input:not(.f-input)[type="phone"],
        .hyva-checkout-container input:not(.f-input)[type="date"],
        .hyva-checkout-container input:not(.f-input)[type="password"],
        .hyva-checkout-container input:not(.f-input)[type="number"]{
    width: 100%;
            height: 38px;
}
.hyva-checkout-container input[type="checkbox"]:focus {
                border: none;
                outline: none;
                box-shadow: none;
            }
.hyva-checkout-container textarea{
    width: 100%;
}
.hyva-checkout-container .field:not(.checkout-sb-field){
    margin-top: 0px;
    margin-bottom: 0px;
}
.cms-no-route h1.hyva-checkout-container .field:not(.checkout-sb-field){
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.hyva-checkout-container .field:not(.checkout-sb-field) .messages {
            color: #E02b27;
            margin-top: 7px;
            font-size: .8rem;
        }
.hyva-checkout-container .field:not(.checkout-sb-field) .messages li {
                margin-bottom: 0;
            }
.hyva-checkout-container ul.messages{
    padding-left: 0px;
        list-style: none;
}
.hyva-checkout-container .quote-summary{
    visibility: hidden;
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    max-width: 480px;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
}
@media (min-width: 1024px) {
.hyva-checkout-container .quote-summary {
            max-width: none

    }
        }
.hyva-checkout-container .quote-summary{
        left: initial;
        min-width: 0;
        transition: visibility 0s .3s, opacity .3s ease;
        z-index: 9;
}
.hyva-checkout-container .quote-summary .price-summary{
    position: relative;
    overflow-y: auto;
    padding-top: 2rem;
    padding-bottom: 0px;
            transform: translateX(100%);
            transition: transform .3s;
            background-color: #f4f4f4;
            height: 100%;
}
.hyva-checkout-container .quote-summary .price-summary .total-segments{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.hyva-checkout-container .quote-summary .price-summary .total-segments .item {
                    padding-left: 28px;
                    padding-right: 28px;
                }
.hyva-checkout-container .quote-summary .price-summary .total-segments .item.grand_total{
    border-top-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    border-color: #FFFFFF;
}
.hyva-checkout-container .quote-summary .price-summary .total-segments .item.sales_tax{
    display: none;
}
.hyva-checkout-container .quote-summary .checkout-cart-mobile-close{
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
}
.hyva-checkout-container .quote-summary.show{
    visibility: visible;
    opacity: 1;
}
.vue-product-configurator .reset-selection.hyva-checkout-container .quote-summary.show, .vue-project-configurator .reset-selection.hyva-checkout-container .quote-summary.show, .product-info-details .reset-selection.hyva-checkout-container .quote-summary.show, .sidebar-modal .reset-selection.hyva-checkout-container .quote-summary.show {
      visibility: visible;
    }
.product-configurator .reset-selection.hyva-checkout-container .quote-summary.show {
            visibility: visible;
        }
.hyva-checkout-container .quote-summary.show .price-summary {
                transform: translateX(0);
            }
.hyva-checkout-container .quote-summary.show{

            transition: opacity .3s ease;
            z-index: 20;
}
.hyva-checkout-container .quote-summary textarea{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hyva-checkout-container .billing-details .step-title,
        .hyva-checkout-container .billing-details address{
    display: none;
}
.hyva-checkout-container .field.required > label:after, .hyva-checkout-container .field.required > .label:after, .hyva-checkout-container .field._required > label:after, .hyva-checkout-container .field._required > .label:after {
                    content: '*';
                    color: #1c1c1c;
                    font-size: 1.6rem;
                    margin: 0 0 0 5px
                }
.hyva-checkout-container .page-main {
        padding-left: 0;
        padding-right: 0;
    }
.hyva-checkout-container .additional-information-block {
        margin-bottom: 20px;
    }
form.checkout-email-form .field-wrapper label{
    font-size: 1rem;
}
form.checkout-email-form .field input {
        background: #f3f4f2;
        background-clip: padding-box;
        border: none;
        border-radius: 0;
        font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 14px;
        height: 38px;
        line-height: 1.42857143;
        padding: 0 9px;
        vertical-align: baseline;
        box-sizing: border-box;
    }
form.checkout-email-form .btn {
        padding: 15px;
    }
.checkout-total-mobile{
    display: flex;
    align-items: center;
    padding: 0px;
    font-weight: 700;
}
.checkout-total-mobile .total-price{
    margin-right: 0.5rem;
}
.checkout-total-mobile i {
        transform: rotate(90deg);
    }
.checkout-minicart-container .minicart-title-button{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.checkout-minicart-container .minicart-title-button:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.checkout-minicart-container .minicart-title{
    position: relative;
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 0px;
        text-decoration: none;
        padding-left: 28px;
}
.checkout-minicart-container .checkout-cart-items {

    }
.checkout-minicart-container .checkout-product-item-options .checkout-product-item-product-options{
    display: none;
}
.checkout-minicart-container .checkout-product-item-options .checkout-product-item-details-toggle{
    cursor: pointer;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-decoration-line: underline;
}
.checkout-minicart-container .checkout-product-item-options .checkout-product-item-details-toggle.show{
    display: block;
}
.checkout-minicart-container .checkout-product-item-options .checkout-product-item-details-toggle.hide{
    display: none;
}
.checkout-minicart-container .checkout-product-item-options .options-details-checkbox{
    display: none;
}
.checkout-minicart-container .checkout-product-item-options .options-details-checkbox:checked ~ .checkout-product-item-product-options{
    display: block;
}
.checkout-minicart-container .checkout-product-item-options .options-details-checkbox:checked ~ .checkout-product-item-details-toggle.show{
    display: none;
}
.checkout-minicart-container .checkout-product-item-options .options-details-checkbox:checked ~ .checkout-product-item-details-toggle.hide{
    display: block;
}
@media screen and (min-width: 768px) {
        .hyva_checkout-index-index .header-info {
            display: block;
        }

        .hyva_checkout-index-index .page-main {
            padding-left: 0;
            padding-right: 0;
        }

        .hyva_checkout-index-index .footer-info-contacts {
            display: flex;
        }
            .hyva_checkout-index-index .footer-info-item:first-child {
                margin-bottom: 0;
                margin-right: 50px;
            }

        .hyva_checkout-index-index .columns {
            padding-left: 1rem;
            padding-right: 1rem;
        }
}
@media screen and (min-width: 1024px) {

        .hyva_checkout-index-index .checkout-total-mobile{
        display: none;
    }

        .hyva_checkout-index-index .quote-summary{
        position: relative;
            opacity: 1;
            visibility: visible;
            transition: all 0s;
            margin-top: 18px;
    }

            .hyva_checkout-index-index .quote-summary .price-summary{
        padding-top: 0px;
                transform: none;
    }

                .hyva_checkout-index-index .quote-summary .price-summary .checkout-cart-mobile-close{
        display: none;
    }

        .hyva_checkout-index-index .footer-info-wrapper {
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
        }

        .hyva_checkout-index-index .footer-copyrights {
            padding-top: 0;
        }
}
.opc-wrapper .step-calc-shipping {
        text-align: center;
        font-size: 16px;
        line-height: 26px;
        padding-top: 48px
    }
.opc-wrapper .step-calc-shipping-title {
        font-weight: bold
    }
.opc-wrapper .step-calc-shipping-text {
        line-height: 26px;
    }
.opc-wrapper .step-calc-shipping-error {
        text-align: center;
        max-width: 730px;
        margin: 0 auto;
    }
.opc-wrapper .step-calc-shipping-image-wrapper {
        position: relative;
        width: 81px;
        height: 81px;
        margin: 0 auto 34px
    }
.opc-wrapper .step-calc-shipping-image-icon {
        width: 33px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: url('../../frontend/Remoserv/default/en_US/images/shipping-icon.svg') no-repeat center;
        background-size: cover;
        z-index: 2
    }
.opc-wrapper .step-calc-shipping-image-success {
        background: url('../../frontend/Remoserv/default/en_US/images/shipping-icon.svg') no-repeat center;
        background-size: cover;
        width: 78px;
        height: 49px;
        margin: 0 auto 20px
    }
.opc-wrapper .step-calc-shipping-form {
        padding-top: 28px
    }
.opc-wrapper .step-calc-shipping-form .actions-toolbar {
        text-align: center
    }
.opc-wrapper .step-calc-shipping-form .actions-toolbar .primary {
        float: none;
        display: inline-block
    }
.opc-wrapper .step-calc-shipping-form .actions-toolbar .primary .button {
        margin-left: 0
    }
.opc-wrapper .step-calc-shipping-image {
        background: url('../../frontend/Remoserv/default/en_US/images/shipping-calc.svg') no-repeat center;
        background-size: cover;
        width: 100%;
        height: 100%;
        animation: spin 4s linear infinite
    }
@keyframes spin {
        100% {
            transform: rotate(360deg);
        }
    }
.payment-method-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.payment-method-option{
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid transparent;
}
.payment-method-option:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: inherit;
        color: #1c1c1c;
        font-family: 'rf';
        margin: 0 13px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
.payment-method-option-savedcc:before {
            content: "\e901";
        }
.payment-method-option-paybyphone:before {
            content: "\e903";
        }
.payment-method-option.active {
        border-bottom: 3px solid #1c1c1c;
    }
.payment-method-option.active:before{
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
}
.payment-method-option.active .method-text{
    font-weight: 700;
}
.payment-method-content .credit-card-types {
    list-style-type: none;
}
.payment-method-content .credit-card-types .active {
        display: block;
    }
.payment-method-content .credit-card-types .inactive {
        display: none;
    }
@media (min-width: 768px){

    #billing-details{
        padding-left: 3.75em;
    }
}
#billing-details address{
    display: none;
}
.column.main {
    padding-bottom: 40px;
}
.popup-info-wrapper {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.popup-info-wrapper.show {
    display: block;
}
.popup-info-tint {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .84);
}
.popup-info-content-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}
.popup-info-top {
    padding: 15px 35px;
    background-color: #333333;
    color: #ffffff;
    font-size: 15px;
    display: flex;
    flex-wrap: nowrap;
}
.popup-info-content {
    position: relative;
    height: 100%;
}
.popup-info-top-loader {
    position: relative;
    width: 22px;
    height: 22px;
    animation: rotate .8s infinite linear;
    flex-shrink: 0;
    margin-top: 6px;
}
.popup-info-top-loader svg {
    position: relative;
    width: 100%;
    height: 100%;
}
.popup-info-top-text {
    margin-left: 20px;
}
.popup-info-slides-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}
.popup-info-slides {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    transition: transform .5s;
    background-color: #DDDDDD;
}
.popup-info-slides.move {
    transition: transform 0s;
}
.popup-info-slide {
    width: 100%;
    height: 100%;
    position: relative;
    flex-shrink: 0;
}
.popup-info-slide-image {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #DDDDDD;
    background-size: cover;
    background-position: center;
}
.popup-info-slide-title {
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    left: 20px;
    top: 100px;
    width: 90%;
}
.popup-info-slide-text {
    font-size: 21px;
    color: #ffffff;
    line-height: 26px;
    position: absolute;
    left: 20px;
    top: 140px;
    width: 90%;
    max-width: 350px;
}
.popup-info-dots {
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    top: 250px;
    left: 18px;
}
.popup-info-dot-wrapper {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    cursor: pointer;
}
.popup-info-dot {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, .21);
    border-radius: 50%;
}
.popup-info-dot.current {
    background-color: rgba(255, 255, 255, 1);
}
.hyva_checkout-index-index .column.main {
        padding-bottom: 0;
    }
@media screen and (min-width: 768px) {
    .popup-info-content-wrapper {
        max-width: 784px;
        max-height: 414px;
    }

    .popup-info-slide-title {
        top: 77px;
    }

    .popup-info-slide-text {
        top: 118px;
    }

    .popup-info-dots {
        top: 220px;
    }
}
.project-item{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    display: none;
}
.project-item.active{
    display: flex;
}
.project-item .project-card{
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #F5F6F4;
}
.project-item .project-link-layer{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.project-item .project-info{
    width: 100%;
    padding: 1rem;
}
.project-item .project-number{
    position: relative;
    font-size: 0.875rem;
    --tw-text-opacity: 1;
    color: rgb(134 134 134 / var(--tw-text-opacity));
}
.project-item .project-name{
    font-size: 1.125rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
}
.project-item .project-count{
    font-size: 0.875rem;
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
}
.project-item .project-images{
    position: relative;
    margin-left: 1rem;
    margin-right: 1rem;
    display: grid;
    height: 7rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}
.contentmanager-content-view .project-item .project-images .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .project-item .project-images .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
.project-item .project-images {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
  }
.project-item .project-images .no-products-placeholder{
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
      opacity: .15;
}
.project-item .project-image{
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.project-item .project-img{
    position: absolute;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}
.project-item .project-info-bottom{
    display: flex;
    height: 3rem;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
}
.project-item .project-created-date{
    font-size: 0.625rem;
    --tw-text-opacity: 1;
    color: rgb(134 134 134 / var(--tw-text-opacity));
}
.project-item .project-total{
    font-size: 1rem;
    font-weight: 600;
}
.project-item .project-status{
    display: flex;
    height: 1.5rem;
    align-items: center;
    justify-content: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 0.6875rem;
    font-weight: 500;
}
.project-item .project-status.placed {
      background-color: rgba(134,134,134,.2);
    }
.project-item .project-status.open {
      background-color: rgba(237,201,0,.2);
    }
.projects-title{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity));
    padding-bottom: 1rem;
}
@media (min-width: 640px){

    .projects-title{
        align-items: stretch;
        justify-content: space-between;
    }
.projects-title .toolbar-sorter {
          position: initial;
          right: initial;
          top: initial
  }
}
.projects-title .toolbar-sorter .form-select{
    border-width: 0px;
    padding: 0px;
    padding-right: 1.5rem;
    text-align: right;
    font-size: 0.875rem;
    font-weight: 700;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          background-position: right center;
}
.projects-title .toolbar-amount {
      position: absolute;
      left: 50%;
      bottom: -4.17rem;
      transform: translateX(-150%);
      width:6rem;
  }
@media (min-width: 1024px) {
.projects-title .toolbar-amount {
          position: initial;
          left: initial;
          transform: none;
          bottom: initial
  }
      }
.project-details{
    padding-top: 3.25rem;
}
@media (min-width: 1024px){

    .project-details{
        padding-top: 4.5rem;
        padding-right: 2rem;
    }
}
.project-details {
  max-width: 49rem;
}
.project-details > .title{
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.6875rem;
}
@media (min-width: 1024px){

    .project-details > .title{
        margin-bottom: 2.5rem;
        font-size: 1.5625rem;
        line-height: 2.875rem;
    }
}
.project-details-tile{
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 0.75rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(226 226 226 / var(--tw-border-opacity));
    padding: 1rem;
    margin-bottom: 1.25rem;
    font-size: 0.75rem;
}
@media (min-width: 1024px){

    .project-details-tile{
        margin-bottom: 2.5rem;
        font-size: 1rem;
    }
}
.project-details-item > .title{
    font-weight: 700;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
}
@media (min-width: 1024px){

    .project-details-item > .title{
        margin-bottom: 1rem;
        font-size: 1.125rem;
        line-height: 1.4375rem;
    }
}
.lds-dual-ring-top {
  display: inline-block;
  border-color: #000;
}
.lds-dual-ring-top:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin: 8px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  opacity: 0.4;
}
@keyframes lds-dual-ring-top {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
.project-menu-item{
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.project-menu-item:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.project-menu-item-name{
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 0.25rem;
  width: calc(100% - 1.5rem);
}
.project-menu-item-name-text{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
}
.table-bases-container{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.contentmanager-content-view .table-bases-container .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .table-bases-container .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
@media (min-width: 1024px){

    .table-bases-container{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4rem;
    }
}
.table-bases{
    font-size: 0.75rem;
}
@media (min-width: 1024px){

    .table-bases{
        font-size: 1rem;
    }
}
.table-bases {
    border-collapse: collapse;
    line-height: 1;
}
.table-bases th{
    --tw-bg-opacity: 1;
    background-color: rgb(28 28 28 / var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.table-bases th:first-child{
    border-right-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    border-color: #FFFFFF;
}
.table-bases tr:first-child td{
    width: 33.333333%;
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(28 28 28 / var(--tw-border-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.table-bases tr:nth-child(2) td{
    padding-top: 1rem;
}
.table-bases td{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-align: center;
}
.table-bases td:first-child{
    border-right-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(28 28 28 / var(--tw-border-opacity));
}
.table-bases td small{
    font-size: 0.625rem;
}
@media (min-width: 1024px){

    .table-bases td small{
        font-size: 0.875rem;
    }
}
.table-bases .col-img{
    display: flex;
    height: 2.25rem;
    align-items: center;
    justify-content: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.table-bases .col-img svg{
    -o-object-fit: contain;
       object-fit: contain;
}
.table-bases .col-name{
    padding-top: 0.5rem;
    font-weight: 700;
}
@media (min-width: 640px){

    .filters-button{
        padding-right: 2.75em;
    }

    .filters-button.with-count{
        padding-right: 1rem;
    }
}
.display-none-important {
  display: none !important;
}
.vue-product-configurator,
.vue-project-configurator,
.product-info-details,
.sidebar-modal {
  position: relative;
}
.vue-product-configurator .bottom-section, .vue-project-configurator .bottom-section, .product-info-details .bottom-section, .sidebar-modal .bottom-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
  }
.vue-product-configurator .bottom-section .price-container, .vue-project-configurator .bottom-section .price-container, .product-info-details .bottom-section .price-container, .sidebar-modal .bottom-section .price-container {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr;
      gap: 0 10px;
      grid-template-areas: ". .";
    }
.vue-product-configurator .bottom-section .price-wrapper, .vue-project-configurator .bottom-section .price-wrapper, .product-info-details .bottom-section .price-wrapper, .sidebar-modal .bottom-section .price-wrapper {
      text-align: right;
      font-size: 15px;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }
.vue-product-configurator .bottom-section .qty-wrapper, .vue-project-configurator .bottom-section .qty-wrapper, .product-info-details .bottom-section .qty-wrapper, .sidebar-modal .bottom-section .qty-wrapper {
      display: flex;
      align-items: center;
    }
.vue-product-configurator .bottom-section .qty-wrapper label, .vue-project-configurator .bottom-section .qty-wrapper label, .product-info-details .bottom-section .qty-wrapper label, .sidebar-modal .bottom-section .qty-wrapper label {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        margin-right: 13px;
        margin-bottom: 0;
      }
.vue-product-configurator .bottom-section .qty-wrapper input, .vue-project-configurator .bottom-section .qty-wrapper input, .product-info-details .bottom-section .qty-wrapper input, .sidebar-modal .bottom-section .qty-wrapper input {
        border: none;
        font-size: 21px;
        text-align: center;
        background: #F5F6F4;
        height: 38px;
        width: 65px;
      }
.vue-product-configurator .bottom-section .qty-control, .vue-project-configurator .bottom-section .qty-control, .product-info-details .bottom-section .qty-control, .sidebar-modal .bottom-section .qty-control {
      border-radius: 9999px;
      background-color: #F5F6F4;
      width: 24px;
      height: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #111111;
      font-weight: 700;
    }
.vue-product-configurator .bottom-section .box--text-why, .vue-project-configurator .bottom-section .box--text-why, .product-info-details .bottom-section .box--text-why, .sidebar-modal .bottom-section .box--text-why {
      margin-top: 15px;
    }
.vue-product-configurator .bottom-section .actions-wrapper, .vue-project-configurator .bottom-section .actions-wrapper, .product-info-details .bottom-section .actions-wrapper, .sidebar-modal .bottom-section .actions-wrapper {
      width: 100%;
      margin-top: 15px;
    }
.vue-product-configurator .bottom-section .actions-wrapper .btn, .vue-project-configurator .bottom-section .actions-wrapper .btn, .product-info-details .bottom-section .actions-wrapper .btn, .sidebar-modal .bottom-section .actions-wrapper .btn {
        border-radius: 0;
        box-shadow: none;
        width: 100%;
        justify-content: center;
        padding: 1.75rem 0;
        font-size: 20px;
      }
.vue-product-configurator .reset-selection, .vue-project-configurator .reset-selection, .product-info-details .reset-selection, .sidebar-modal .reset-selection {
    display: block;
    margin-top: 20px;
    text-decoration: underline;
    visibility: hidden;
  }
.vue-product-configurator .reset-selection.visible, .vue-project-configurator .reset-selection.visible, .product-info-details .reset-selection.visible, .sidebar-modal .reset-selection.visible {
      visibility: visible;
    }
.vue-product-configurator .accordions-list, .vue-project-configurator .accordions-list, .product-info-details .accordions-list, .sidebar-modal .accordions-list {
    position: relative;
  }
.vue-product-configurator .accordions-list .accordion-overlay, .vue-project-configurator .accordions-list .accordion-overlay, .product-info-details .accordions-list .accordion-overlay, .sidebar-modal .accordions-list .accordion-overlay {
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      opacity: 0.6;
    }
.vue-product-configurator .accordions-list .accordion-overlay.active, .vue-project-configurator .accordions-list .accordion-overlay.active, .product-info-details .accordions-list .accordion-overlay.active, .sidebar-modal .accordions-list .accordion-overlay.active {
        display: block;
      }
.vue-product-configurator .accordion-item, .vue-project-configurator .accordion-item, .product-info-details .accordion-item, .sidebar-modal .accordion-item {
    padding: 20px 1rem;
    background: #F5F6F4;
    margin-top: 8px;
    -webkit-tap-highlight-color: transparent;
  }
.vue-product-configurator .accordion-item:first-child, .vue-project-configurator .accordion-item:first-child, .product-info-details .accordion-item:first-child, .sidebar-modal .accordion-item:first-child {
      margin-top: 0;
    }
.vue-product-configurator .accordion-item .accordion-item-title, .vue-project-configurator .accordion-item .accordion-item-title, .product-info-details .accordion-item .accordion-item-title, .sidebar-modal .accordion-item .accordion-item-title {
      font-size: 14px;
      line-height: 18px;
      font-weight: bold;
      text-transform: uppercase;
    }
.vue-product-configurator .accordion-item .accordion-header, .vue-project-configurator .accordion-item .accordion-header, .product-info-details .accordion-item .accordion-header, .sidebar-modal .accordion-item .accordion-header {
      min-height: 40px;
      position: relative;
      padding-right: 32px;
    }
.vue-product-configurator .accordion-item .accordion-header.with-color, .vue-project-configurator .accordion-item .accordion-header.with-color, .product-info-details .accordion-item .accordion-header.with-color, .sidebar-modal .accordion-item .accordion-header.with-color {
        padding-right: 90px;
      }
.vue-product-configurator .accordion-item .accordion-header .selected-options, .vue-project-configurator .accordion-item .accordion-header .selected-options, .product-info-details .accordion-item .accordion-header .selected-options, .sidebar-modal .accordion-item .accordion-header .selected-options {
        margin-top: 8px;
        font-size: 14px;
        line-height: 22px;
      }
.vue-product-configurator .accordion-item .accordion-header .accordion-options:after, .vue-project-configurator .accordion-item .accordion-header .accordion-options:after, .product-info-details .accordion-item .accordion-header .accordion-options:after, .sidebar-modal .accordion-item .accordion-header .accordion-options:after {
          content: ',';
          display: inline;
        }
.vue-product-configurator .accordion-item .accordion-header .accordion-options:last-of-type:after, .vue-project-configurator .accordion-item .accordion-header .accordion-options:last-of-type:after, .product-info-details .accordion-item .accordion-header .accordion-options:last-of-type:after, .sidebar-modal .accordion-item .accordion-header .accordion-options:last-of-type:after {
            display: none;
          }
.vue-product-configurator .accordion-item .accordion-header .accordion-image-wrapper, .vue-project-configurator .accordion-item .accordion-header .accordion-image-wrapper, .product-info-details .accordion-item .accordion-header .accordion-image-wrapper, .sidebar-modal .accordion-item .accordion-header .accordion-image-wrapper {
        width: 43px;
        height: 43px;
        position: absolute;
        right: 40px;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 4px solid #fff;
        border-radius: 50%;
      }
.vue-product-configurator .accordion-item .accordion-header .accordion-color, .vue-project-configurator .accordion-item .accordion-header .accordion-color, .product-info-details .accordion-item .accordion-header .accordion-color, .sidebar-modal .accordion-item .accordion-header .accordion-color {
        height: 35px;
        margin: auto 0;
        border-radius: 50%;
      }
.vue-product-configurator .calculate-box, .vue-project-configurator .calculate-box, .product-info-details .calculate-box, .sidebar-modal .calculate-box {
    position:  relative;
    z-index: 10;
    display: inline-flex;
  }
.vue-product-configurator .calculate-tooltip-text, .vue-project-configurator .calculate-tooltip-text, .product-info-details .calculate-tooltip-text, .sidebar-modal .calculate-tooltip-text {
    position: absolute;
    top: 2rem;
    z-index: 10;
    width: 18rem;
    padding: 0.5rem;
    margin-top: -0.25rem;
    font-size: 0.875rem;
    line-height: 1.25;
    color: #fff;
    transform: translate(-100%, 0);
    background-color: #000;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
  }
.vue-product-configurator .calculate-tooltip-arrow, .vue-project-configurator .calculate-tooltip-arrow, .product-info-details .calculate-tooltip-arrow, .sidebar-modal .calculate-tooltip-arrow {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #000;
    transform: rotate(45deg) translateX(-50%);
    left: 50%;
    top: 0;
  }
.vue-product-configurator.no-tint .control-sidebar-block.active, .vue-project-configurator.no-tint .control-sidebar-block.active, .product-info-details.no-tint .control-sidebar-block.active, .sidebar-modal.no-tint .control-sidebar-block.active{
    --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));
}
.vue-product-configurator.no-tint .control-sidebar-block .control-sidebar, .vue-project-configurator.no-tint .control-sidebar-block .control-sidebar, .product-info-details.no-tint .control-sidebar-block .control-sidebar, .sidebar-modal.no-tint .control-sidebar-block .control-sidebar{
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
        margin-bottom: 130px;
}
.vue-product-configurator.no-tint .control-sidebar-block .control-sidebar .control-sidebar-content, .vue-project-configurator.no-tint .control-sidebar-block .control-sidebar .control-sidebar-content, .product-info-details.no-tint .control-sidebar-block .control-sidebar .control-sidebar-content, .sidebar-modal.no-tint .control-sidebar-block .control-sidebar .control-sidebar-content{
    padding-left: 2rem;
    padding-right: 2rem;
}
.vue-product-configurator .control-sidebar.no-bottom-space, .vue-project-configurator .control-sidebar.no-bottom-space, .product-info-details .control-sidebar.no-bottom-space, .sidebar-modal .control-sidebar.no-bottom-space {
      margin: 0 0 16px;
    }
.vue-product-configurator-accordions-tint {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.5);
}
.configurator-price-error {
  margin-top: 15px;
  font-size: 14px;
  color: #D2081E;
}
.control-sidebar-block {
  background-color: #FFFFFF;
  max-width: 480px;
  width: 100%;
  border-left: 1px solid #D0D0D0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 55;
  display: flex;
  flex-direction: column;
  transition: transform ease-in-out 0.2s;
}
.control-sidebar-block .button-close {
    width: 40px;
    height: 40px;
    background-color: #F5F6F4;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 1.25rem;
    right: 1rem;
    cursor: pointer;
    border-radius: 50%;
  }
.control-sidebar-block .button-close .icon-close {
      font-size: 1rem;
    }
.control-sidebar-header {
  padding: 44px 2rem 30px 0;
  position: relative;
  border-bottom: 1px solid #F1F1F1;
  margin: 0 2rem;
}
.control-sidebar-header .control-sidebar-title {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 600;
    font-size: 30px;
  }
.control-sidebar {
  overflow: auto;
  flex: 1;
  padding: 0 2rem;
  margin: 0 0 126px;
}
.control-sidebar.with-tabs {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
  }
.control-sidebar-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100%;
  z-index: -9999;
  opacity: 0;
}
.control-sidebar-wrapper.active {
    right: 0;
    z-index: 50;
    opacity: 1;
  }
.control-sidebar-wrapper.active .control-sidebar-block {
      transform: translateX(0%);
    }
.control-sidebar-wrapper .control-item {
    padding: 0;
    margin-top: 20px;
  }
@media (min-width: 480px) {
.control-sidebar-wrapper .control-item {
      padding: 0
  }
    }
.control-sidebar-wrapper .control-item .control-title {
      font-size: 15px;
      margin-bottom: 10px;
    }
.control-sidebar-wrapper .control-item .radio-group {
      display: flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
    }
.control-sidebar-wrapper .control-item .radio-group label {
        font-size: 15px;
        display: block;
        cursor: pointer;
        margin-right: 0;
      }
.control-sidebar-wrapper .control-item .radio-group label .radio-image-wrapper {
          position: relative;
        }
.control-sidebar-wrapper .control-item .radio-group label .radio-image-control {
          background-repeat: no-repeat;
          background-position: center;
          position: relative;
          overflow: hidden;
        }
.control-sidebar-wrapper .control-item .radio-group label .radio-image-control img {
            position: absolute;
            left: 0;
            top: 0;
            min-width: 100%;
            min-height: 100%;
          }
.control-sidebar-wrapper .control-item .radio-group label .radio-title {
          margin-top: 10px;
          text-align: center;
          font-size: 15px;
        }
.control-sidebar-wrapper .control-item .input-item input {
        font-size: 15px;
        width: 100%;
        border: 1px solid #F0F0F0;
        height: 48px;
        padding: 0 10px;
      }
.control-sidebar-wrapper .control-item .input-item input:focus {

        }
.control-sidebar-wrapper .control-item .input-item input:focus-visible {
          outline: none;
        }
.control-sidebar-wrapper .control-item input[type="radio"] {
      display: none;
    }
.control-sidebar-wrapper .control-item input[type="radio"]:checked + label .radio-image-wrapper {
          position: relative;
        }
.control-sidebar-wrapper .control-item input[type="radio"]:checked + label .radio-image-wrapper:after {
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            width: 24px;
            height: 24px;
            position: absolute;
            right: 10px;
            top: 10px;
            content: ' ';

            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23'%3E%3Cg id='Group_6076' data-name='Group 6076' transform='translate(-886 -1365)'%3E%3Ccircle id='Ellipse_40' data-name='Ellipse 40' cx='11.5' cy='11.5' r='11.5' transform='translate(886 1365)' fill='%231c1c1c'/%3E%3Cpath id='Path_275' data-name='Path 275' d='M11873.131 4830.824l2.55 3.178 7.575-5.929' transform='translate(-10980.277 -3454.229)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
          }
.control-sidebar-wrapper .control-item select {
      border: 1px solid #F0F0F0;
      font-size: 15px;
      height: 48px;
      width: 100%;
    }
.control-sidebar-wrapper .control-item select:focus {

      }
.control-sidebar-wrapper .control-item select:focus-visible {
        outline: none;
      }
.control-sidebar-wrapper .control-item .error select,
      .control-sidebar-wrapper .control-item .error input {
        border-color: #D2081E;
      }
.control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group .radio-item {
          width: 33.3333%;
        }
@media (min-width: 480px) {
.control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group .radio-item {
            width: 25%
        }
          }
.control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group label {
          padding: 5px;
        }
.control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group label .radio-image-wrapper {
            width: 92px;
            border-radius: 50%;
            padding: 4px;
            margin: 0 auto;
          }
.control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group label .radio-image-control {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            overflow: hidden;
          }
.control-sidebar-wrapper .control-item.cols-1 .radio-image-control {
        min-height: 150px;
      }
.control-sidebar-wrapper .control-item.cols-1 .radio-group {
        display: block;
      }
.control-sidebar-wrapper .control-item.cols-1 .radio-item {
        width: 100%;
      }
.control-sidebar-wrapper .control-item.cols-1 .radio-item label .radio-image-control {
            width: 100%;
            padding-bottom: 30%;
            border-radius: 0;
          }
.control-sidebar-wrapper .control-item.cols-2 .radio-item {
        width: 50%;
        padding: 0 10px;
      }
.control-sidebar-wrapper .control-item.cols-2 .radio-image-control {
        padding-bottom: 100%;
      }
.control-sidebar-wrapper .control-item .control-images {
      padding: 30px 0 20px 0;
    }
.control-sidebar-wrapper .control-item .control-images .control-images-item {
        margin-top: 20px;
        text-align: center;
      }
.control-sidebar-wrapper .control-item .control-images .control-images-item:first-child {
          margin-top: 0;
        }
.control-sidebar-wrapper .control-item .control-images .control-images-item img {
          display: inline-block;
        }
.control-sidebar-wrapper .control-item.cols-1 .radio-item, .control-sidebar-wrapper .control-item.cols-2 .radio-item {
        margin-bottom: 1.75rem;
      }
.control-sidebar-wrapper .control-item.cols-1 .radio-group label .radio-image-control img, .control-sidebar-wrapper .control-item.cols-2 .radio-group label .radio-image-control img {
            min-width: auto;
            min-height: auto;
            right: 0;
            bottom: 0;
            margin: auto;
            max-height: 100%;
          }
.control-sidebar-wrapper .control-item.tabs {
      z-index: 1;
      width: 100%;
      padding: 0;
      margin-top: 0;
    }
.control-sidebar-wrapper .control-item.under-tabs {
      padding-top: 20px;
      margin-top: 0;
      overflow-y: auto;
    }
.control-sidebar-footer {
  width: 100%;
  padding: 1.125rem 1.844rem;
  position: fixed;
  bottom: 0;
}
.control-sidebar-footer .btn {
    padding-top: 0.864rem;
    padding-bottom: 0.926rem;
    width: 100%;
    border-radius: 0;
    justify-content: center;
  }
.tablist {
  display: flex;
  overflow-x: auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom: 1px solid #D0D0D0;
  background: #fff;
  padding: 10px 0 0;
}
.tablist .tablist-item label {
      display: block;
      font-size: 15px;
      padding: 10px;
      font-family: 'Raleway', serif;
      font-weight: bold;
      border-bottom: 4px solid transparent;
      text-transform: none;
      cursor: pointer;
      margin-right: 0;
      margin-bottom: 0;
      white-space: nowrap;
    }
@media (min-width: 640px) {
.tablist .tablist-item label {
        font-size: 16px
    }
      }
.tablist .tablist-item input:checked + label {
      border-bottom-color: #000;
    }
.tablist .tab-radio {
    display: none;
  }
.control-item-subtext {
  font-size: 13px;
  padding: 10px 0 20px;
  line-height: 1.45;
}
.add-new-project-button{
    margin-left: 1.5rem;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(253 199 88 / var(--tw-bg-opacity));
    font-weight: 700;
  font-size: 30px;
  padding-bottom: 4px;
}
.sidebar-projects-list{
    display: flex;
    flex-direction: column;
    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: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 250ms ease, color 250ms ease;
}
.spl-title{
    margin-bottom: 1.25rem;
}
.spl-items{
    display: flex;
    flex-direction: column;
}
.spl-item{
    display: flex;
    height: 3.75em;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
}
.spl-item:hover {
    background-color: #F8F8F8;
  }
.spl-item-actions{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.spl-item-radio:hover,
  .spl-item-radio:focus {
    outline: none;
    box-shadow: none;
  }
.spl-item-radio{
    margin-right: 1.5rem;
}
.spl-item-radio:checked,
  .spl-item-radio:checked:hover,
  .spl-item-radio:checked:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(253 199 88 / var(--tw-bg-opacity));
    outline: none;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12L10.2426 16.2426L18.727 7.75732' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: 45% 55%;
    background-repeat: no-repeat;
    background-size: 90%;
    box-shadow: none;
}
.spl-item-link{
    cursor: pointer;
    text-decoration-line: underline;
  color: #868686;
}
.sidebar-loader-wrapper{
    position: absolute;
    height: 100%;
    width: 100%;
  background-color: rgba(255,255,255,.5);
}
@media screen and (max-width: 480px) {
  .control-item {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1024px) {
      .vue-product-configurator .bottom-section .price-wrapper {
        font-size: 21px;
      }
    .vue-product-configurator .accordion-item, .vue-project-configurator .accordion-item, .sidebar-modal .accordion-item {
      padding-right: 1.25rem;
    }
}
@media screen and (min-width: 1280px) {
    .vue-product-configurator .accordion-item, .vue-project-configurator .accordion-item, .sidebar-modal .accordion-item {
      padding-right: 2.5rem;
    }
}
.footer-tab{
    width: 100%;
}
@media (min-width: 1024px){

    .footer-tab{
        margin-right: 3rem;
        width: 25%;
    }
}
@media (min-width: 1280px){

    .footer-tab{
        width: auto;
    }
}
@media (min-width: 1024px){

    .footer-tab:last-child{
        margin-right: 0px;
    }
}
.footer-tab-title{
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-top-width: 1px;
    font-size: 0.75rem;
    border-color: rgba(255,255,255,.5);
}
@media (min-width: 768px){

    .footer-tab-title{
        border-style: none;
        font-size: 0.875rem;
    }
}
@media (min-width: 1768px){

    .footer-tab-title{
        font-size: 1.25rem;
    }
}
.footer-tab-title {
  position: relative;
  padding: .75rem 0;
}
.footer-tab-title:after {
    position: absolute;
    display: block;
    content: ' ';
    width: .75rem;
    height: .5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .75rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.359' height='8.574' viewBox='0 0 15.359 8.574'%3E%3Cpath d='M0 0 6.16 6.454 0 12.531' transform='translate(1.414 7.16) rotate(-90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(180deg);
  }
.footer-tab-title.active::after {
      transform: translateY(-50%) rotate(0);
    }
@media (min-width: 768px) {
    .footer-tab-title:after {
      display: none;
    }
  }
@media (min-width: 1024px) {
.footer-tab-title {
    white-space: nowrap
}
  }
.footer-tab-content{
    display: flex;
    flex-direction: column;
    padding-bottom: 0.5rem;
    font-size: 0.75rem;
}
@media (min-width: 768px){

    .footer-tab-content{
        font-size: 0.875rem;
    }
}
@media (min-width: 1768px){

    .footer-tab-content{
        font-size: 1.125rem;
    }
}
.footer-tab-content.inactive{
    display: none;
}
@media (min-width: 768px){

    .footer-tab-content.inactive{
        display: flex;
    }
}
.footer-tab-content li{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
.footer-tab-content li {
      white-space: nowrap
  }
    }
.page-header {
}
.mobile-menu-image-link {
    padding-bottom: 65.83%;
}
.hero-image {

}
.max-w-1500 {
    max-width: 1500px;
}
.header-separator {
    width: 1px;
    height: 30px;
    background-color: #CED0D6;
}
.project-counter{
    display: flex;
    height: 1rem;
    width: 1rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(4 30 66 / var(--tw-bg-opacity));
    font-size: 0.5rem;
    color: #FFFFFF;
}
.header-dropdown-icon{
    height: 2rem;
    width: 1rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: .5rem auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.315' height='5.516' viewBox='0 0 9.315 5.516'%3E%3Cg transform='translate(8.412 -6.234) rotate(-90)'%3E%3Cpath d='M-105.162 2285.778l-3.705 3.706 3.705 3.489' transform='translate(97.867 -2293.13)' fill='none' stroke='%23141c37' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
}
.customer-user-icon{
    height: 2rem;
    width: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1rem auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16'%3E%3Cg transform='translate(-1795.666 -30)'%3E%3Cg transform='translate(1795.666 37)' fill='%23fff'%3E%3Cpath d='M 16.23841667175293 8.25 L 0.761583149433136 8.25 C 0.753875195980072 8.13037109375 0.75 8.005586624145508 0.75 7.876100063323975 C 0.75 3.946759939193726 4.227700233459473 0.75 8.50236988067627 0.75 C 12.77443027496338 0.75 16.25 3.946759939193726 16.25 7.876100063323975 C 16.25 8.005582809448242 16.24612426757812 8.130370140075684 16.23841667175293 8.25 Z' stroke='none'/%3E%3Cpath d='M 15.48796844482422 7.5 C 15.27374172210693 4.158484935760498 12.22240352630615 1.5 8.50236988067627 1.5 C 4.779820442199707 1.5 1.726411461830139 4.158484935760498 1.512039542198181 7.5 L 15.48796844482422 7.5 M 16.89328002929688 9 L 0.1067299991846085 9 C 0.03675999864935875 8.673159599304199 0 8.30126953125 0 7.876100063323975 C 0 3.526609897613525 3.805320024490356 0 8.50236988067627 0 C 13.1958703994751 0 17 3.526609897613525 17 7.876100063323975 C 17 8.30126953125 16.9632396697998 8.673159599304199 16.89328002929688 9 Z' stroke='none' fill='%23101c38'/%3E%3C/g%3E%3Cg transform='translate(1799.666 30)' fill='%23fff' stroke='%23101c38' stroke-width='1.5'%3E%3Ccircle cx='5' cy='5' r='5' stroke='none'/%3E%3Ccircle cx='5' cy='5' r='4.25' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.project-cart-icon{
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1rem auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.476' height='18.476' viewBox='0 0 18.476 18.476'%3E%3Cg transform='translate(0.75 0.75)'%3E%3Cpath d='M.5.5H3.9L5.027 10.686H15.213L17.476 3.9H7.29' transform='translate(-0.5 -0.5)' fill='none' stroke='%23101c38' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3C/path%3E%3Ccircle cx='1.698' cy='1.698' r='1.698' transform='translate(3.395 13.581)' fill='none' stroke='%23101c38' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3C/circle%3E%3Ccircle cx='1.698' cy='1.698' r='1.698' transform='translate(12.449 13.581)' fill='none' stroke='%23101c38' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
}
.logo .logo-desktop{
    display: none;
    height: 100%;
}
@media (min-width: 1280px){

    .logo .logo-desktop{
        display: block;
    }
}
.logo .logo-desktop {
        width: 252px;
        height: 77px;
    }
.logo .logo-desktop img {
            width: 252px;
            height: 77px;
            z-index: 1;
        }
.logo .logo-desktop-homepage{
    display: none;
        width: 250px;
        height: 77px;
}
.logo .logo-desktop-homepage img {
            width: 250px;
            height: 250px;
        }
.cms-home .logo-desktop{
    display: none;
}
.cms-home .logo-desktop-homepage{
    display: none;
    height: 100%;
}
@media (min-width: 1280px){

    .cms-home .logo-desktop-homepage{
        display: block;
    }
}
.logo-mobile{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    --tw-bg-opacity: 1;
    background-color: rgb(253 199 88 / var(--tw-bg-opacity));
}
@media (min-width: 1280px){

    .logo-mobile{
        display: none;
    }
}
.logo-mobile {
    width: 113px;
    height: 58px;
}
.logo-mobile img {
        width: 113px;
        height: 58px;
    }
@media (min-width: 1024px) {
.logo-mobile img {
            position: relative
    }
.logo-mobile {
        height: 77px
}
        }
.logo-desktop,
.logo-desktop-homepage,
.logo-mobile {
    position: relative;
}
.logo-desktop img, .logo-desktop-homepage img, .logo-mobile img {
        top: 0;
        z-index: 20;
    }
.logo-desktop img, .logo-desktop-homepage img {
        position: absolute;
    }
.nav-container{
    position: fixed;
    top: 0px;
    z-index: 40;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
@media (min-width: 480px){

    .nav-container{
        width: 480px;
    }
}
.nav-container {
    background-color: #fff;
}
.nav-items{
    position: relative;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 1rem;
    padding-left: 3.5rem;
}
@media (min-width: 1024px) {
.nav-items {
        padding-left: 6.5rem
}
    }
.nav-items-container{
    position: relative;
    display: flex;
    height: auto;
    min-height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    overflow-x: hidden;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.swiper-slide.nav-items-container {
  height: auto;
}
.nav-items-container {
    height: calc(100vh - 58px);
}
@media (min-width: 1024px) {
.nav-items-container {
        height: calc(100vh - 77px)
}
    }
.nav-items-container-inner {
    padding-top: 80px;
}
@media (min-width: 1024px) {
.nav-items-container-inner {
        padding-top: 127px
}
    }
.nav-add-items{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 1.5rem;
}
.nav-item{
    position: relative;
    width: 100%;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1.25rem;
    font-weight: 700;
}
@media (min-width: 480px){

    .nav-item{
        font-size: 2.25rem;
    }
}
.nav-add-item{
    display: block;
    width: 100%;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
}
@media (min-width: 480px){

    .nav-add-item{
        font-size: 1rem;
    }
}
.nav-categories-container {
}
.nav-category{
    position: absolute;
    top: 58px;
    display: flex;
    width: 100%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
@media (min-width: 1024px){

    .nav-category{
        top: 77px;
    }
}
.nav-category {
    background-color: #fff;
    height: calc(100vh - 58px);
}
@media (min-width: 1024px) {
.nav-category {
        height: calc(100vh - 77px)
}
    }
.nav-category .nav-button.back {
        height: 3rem;
    }
@media (min-width: 1024px) {
.nav-category .nav-button.back {
            top: 50px
    }
        }
.nav-category-inner{
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    overflow-y: auto;
    padding-top: 22px;
}
@media (min-width: 1024px) {
.nav-category-inner {
        padding-top: 0
}
    }
.nav-category-container{
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 2.5rem;
}
@media (min-width: 1024px){

    .nav-category-container{
        padding-left: 2rem;
    }
}
.nav-category-container {
    padding-left: 3.5rem;
}
@media (min-width: 1024px) {
.nav-category-container {
        padding-left: 6.5rem;
        padding-top: 50px
}
    }
.nav-category-items{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.nav-category-item{
    width: 100%;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1rem;
}
.nav-category-title{
    display: flex;
    height: 3rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.25rem;
    font-weight: 700;
}
@media (min-width: 1024px){

    .nav-category-title{
        font-size: 1.875rem;
    }
}
.nav-button{
    display: flex;
    flex-shrink: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    height: 58px;
    width: 3.5rem;
}
.nav-button:hover {
        background-color: transparent;
        color: #1C1C1C;
    }
@media (min-width: 1024px) {
.nav-button {
        width: 6.5rem;
        height: 77px
}
    }
.nav-button-close{
    display: flex;
    flex-shrink: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 58px;
}
@media (min-width: 1024px) {
.nav-button-close {
        width: 6.5rem;
        height: 77px
}
    }
.nav-button.back {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.484' height='20.085' viewBox='0 0 26.484 20.085'%3E%3Cg transform='translate(1.5 2.121)'%3E%3Cpath d='M-100.708 2285.778l-8.16 8.16 8.16 7.684' transform='translate(108.867 -2285.778)' fill='none' stroke='%231c1c1c' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath d='M-4.693 0H17' transform='translate(6.485 8)' fill='none' stroke='%231c1c1c' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    top: 22px;
}
@media (min-width: 1024px) {
.nav-button.back {
        background-size: 24px
}
    }
.nav-help-container{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(18 28 57 / var(--tw-bg-opacity));
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    padding-left: 3.5rem;
}
@media (min-width: 1024px) {
.nav-help-container {
        padding-left: 6.5rem
}
    }
.nav-help-title{
    padding-bottom: 0.75rem;
    font-size: 0.75rem;
}
.nav-help-buttons{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.75rem;
}
.nav-help-button{
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    background-color: transparent;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-color: #FFFFFF;
}
@media (min-width: 1024px){

    .nav-help-button{
        font-size: 0.875rem;
    }
}
.nav-help-button {
    height: 3.25rem;
}
.nav-popular{
    padding-top: 3.5rem;
}
.nav-popular-products{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}
.contentmanager-content-view .nav-popular-products .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .nav-popular-products .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
.nav-popular-title{
    padding-bottom: 1.25rem;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}
.nav-popular .product-tile{
    display: flex;
}
.nav-popular .product-tile-image{
    display: flex;
    align-items: center;
    justify-content: center;
            width: 152px;
            height: 152px;
            background-color: #F5F6F4;
}
.nav-popular .product-tile-img{
    display: block;
            max-width: 108px;
            max-height: 108px;
}
.nav-header-bar{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 20;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    --tw-bg-opacity: 1;
    background-color: rgb(253 199 88 / var(--tw-bg-opacity));
    height: 58px;
}
@media (min-width: 1024px) {
.nav-header-bar {
        height: 77px
}
    }
.nav-tint {
    z-index: 21;
}
.header-search-field {
    max-width: 345px;
    position: relative;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    width: 2rem;
}
@media (min-width: 1024px){

    .header-search-field{
        width: auto;
    }
}
.header-search-input {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    position: relative;
    width: 100%;
    border-bottom-width: 1px;
    padding-left: 2rem;
    display: none;
}
@media (min-width: 1024px){

    .header-search-input{
        display: block;
    }
}
.header-search-input {
    border-color: #101C38;
}
@media (min-width: 1024px) {
.header-search-input {
        border-bottom-style: solid !important
}
    }
.header-search-container.active .header-search-input, .header-search-form.active .header-search-input {
            display: block;
        }
.header-search-icon{
    position: relative;
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1024px){

    .header-search-icon{
        position: absolute;
        left: 0px;
        top: 0.25rem;
    }
}
.top-categories{
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(18 28 57 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
.top-categories {
        height: 700px
}
    }
.header-right-sep{
    display: block;
}
@media (min-width: 1024px){

    .header-right-sep{
        display: none;
    }
}
.header-right-sep {
    width: 1px;
    height: 30px;
    background-color: #CED0D6;
}
.dropdown-menu{
    position: absolute;
    right: 0px;
    z-index: 20;
    margin-right: -1rem;
    transform-origin: top right;
    overflow: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    top: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-size: 0.875rem;
    width: 10rem;
}
@media (min-width: 640px){

    .dropdown-menu{
        width: 12rem;
    }
}
.dropdown-menu {
    border: 1px solid #DBDBDB;
    box-shadow: 0 3px 6px #00000029;
}
.dropdown-menu.project-menu {
        width: 214px;
    }
@media screen and (min-width: 544px) and (max-width: 639px) {
    .nav {
        margin-left: -2rem;
    }
}
@media screen and (min-width: 704px) and (max-width: 767px) {
    .nav {
        margin-left: -2rem;
    }
}
@media screen and (min-width: 832px) and (max-width: 1023px) {
    .nav {
        margin-left: -2rem;
    }
}
@media screen and (min-width: 1184px) and (max-width: 1279px) {
    .nav {
        margin-left: -5rem;
    }
}
@media screen and (min-width: 1440px) and (max-width: 1767px) {
    .nav {
        margin-left: -5rem;
    }
}
@media screen and (min-width: 2000px) {
    .nav {
        margin-left: -6.5rem;
    }
}
body{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.page-main ul{
    list-style-type: disc;
    padding-left: 1rem;
}
.page-main ul li{
    margin-bottom: 1rem;
}
.table-row-items > div.table-row-item{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.table-row-items > div.table-row-item:nth-child(2n + 1){
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.section-title{
    margin-top: 3rem;
    margin-bottom: 1rem;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 700;
}
@media (min-width: 1024px){

    .section-title{
        font-size: 1.75rem;
    }
}
@media (min-width: 1768px){

    .section-title{
        font-size: 2.25rem;
    }
}
.hp-description-content{
    line-height: 1.625rem;
}
.hp-description-content p{
    margin-bottom: 1rem;
}
.hp-products .product-card .price-box {
            flex-direction: row;
            justify-content: flex-start;
        }
@media (min-width: 640px) {
.hp-products .product-card .price-box {
                flex-direction: column;
                align-items: flex-end
        }
            }
.vue-conf-show-sidebar .product-info-details {
    position: relative;
    z-index: 2;
}
.cms-home .page-main, .page-products .page-main {
        margin-top: 0;
        margin-bottom: 0;
    }
.cms-home .column.main, .page-products .column.main {
        padding-bottom: 0;
    }
.pdf-sheet .buttons-set {
        width:100%;
     }
.pdf-sheet button {
        margin-top:20px;
        display: block;
        text-align: center;
        box-shadow: none;
        background: #FDC758;
        color: #1c1c1c;
        width: 100%;
        justify-content: center;
        padding: 0.75rem 0;
        font-size: 1rem;
        font-weight:bold;
     }
.pdf-sheet button.btn--close {
            background: none;
            border: 1px solid #353535;
            color:#000;
        }
.pdf-sheet .form__item label {
        font-weight: bold;
     }
.pdf-sheet .form__item-field input {
        width:100%;
        background: #F5F6F4;
        border:none;
     }
.popup-pdf-answer {
    font-size: 16px;
    line-height: 26px;
    margin-top:5rem;
    text-align: center;
}
.category-view{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    line-height: 1.625rem;
}
.p-grid{
    display: grid;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1rem;
}
.contentmanager-content-view .p-grid .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .p-grid .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
.p-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-bottom: 1.25rem;
}
@media (min-width: 480px){

    .p-grid{
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media (min-width: 640px){

    .p-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1024px){

    .p-grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 1.25rem;
    }
}
@media (min-width: 1280px){

    .p-grid{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.p-item{
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.p-a{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.p-image{
    position: relative;
    height: 0px;
    width: 100%;
    padding-bottom: 100%;
}
.p-img{
    position: absolute;
    top: 50%;
    left: 50%;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    width: 80%;
}
@media (min-width: 480px){

    .p-img{
        width: 72.727273%;
    }
}
.p-img {
  transition: opacity .2s;
}
.p-img-hover{
    position: relative;
    height: 0px;
    width: 100%;
    padding-bottom: 100%;
    opacity: 0;
  transition: opacity .2s;
}
.p-item:hover .p-img{
    opacity: 0;
}
.p-item:hover .p-img-hover{
    opacity: 1;
}
.p-info{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1rem;
    text-align: center;
}
.p-sku{
    width: 100%;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(244 244 244 / var(--tw-border-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.625rem;
    --tw-text-opacity: 1;
    color: rgb(150 150 150 / var(--tw-text-opacity));
    border-color: #F1F1F1;
}
.p-name{
    width: 100%;
    padding-top: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}
.product-card .p-name {
        border-top: 1px solid #E5E5E5;
    }
.p-price{
    width: 100%;
    font-size: 0.875rem;
}
.p-types{
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 0.625rem;
    top: 0.625rem;
    width: 1.6875rem;
}
.p-type{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.4375rem;
    width: 1.6875rem;
    background-position: center;
    background-repeat: no-repeat;
}
.p-type.active{
    --tw-bg-opacity: 1;
    background-color: rgb(253 199 88 / var(--tw-bg-opacity));
}
.p-type.p-type-1, .p-type.p-type-chair {
    /* background-size: 11.94px auto; */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.94' height='26.906' viewBox='0 0 13.94 26.906'%3E%3Cg transform='translate(1 1)'%3E%3Cline y2='24.894' transform='translate(11.94 0)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath d='M-24427.949 8121.5h-11.937v12.459' transform='translate(24439.887 -8109.053)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  }
.p-type.p-type-2, .p-type.p-type-arm_chair {
    /* background-size: 11.94px auto; */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.938' height='26.906' viewBox='0 0 13.938 26.906'%3E%3Cg transform='translate(1 1)'%3E%3Cline y2='24.894' transform='translate(11.938 0)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath d='M-24428.674 8121.5h-11.211' transform='translate(24439.887 -8113.147)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath d='M2.926 0H0' transform='translate(2.565 8.439) rotate(90)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='1.5'/%3E%3Cpath d='M-24427.949 8121.5h-11.937v12.459' transform='translate(24439.887 -8109.053)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  }
.p-type.p-type-3, .p-type.p-type-bar_stool {
    /* background-size: 9.37px auto; */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.305' height='30.447' viewBox='0 0 11.305 30.447'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M0 3.045V31.436' transform='translate(9.305 -3.045)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath d='M-24430.582 8121.5h-9.3v19.6' transform='translate(24439.887 -8112.654)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M-24431.7 8121.5h-8.187' transform='translate(24441.068 -8099.011)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
  }
.p-type.p-type-4, .p-type.p-type-bar_stool_arms {
    /* background-size: 9.37px auto; */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.374' height='30.447' viewBox='0 0 11.374 30.447'%3E%3Cg id='Group_6173' data-name='Group 6173' transform='translate(1 1)'%3E%3Cpath id='Path_2205' data-name='Path 2205' d='M0 3.045V31.436' transform='translate(9.374 -3.045)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath id='Path_2204' data-name='Path 2204' d='M-24430.582 8121.5h-9.3v19.6' transform='translate(24439.955 -8112.654)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_2206' data-name='Path 2206' d='M-24431.7 8121.5h-8.187' transform='translate(24439.887 -8116.749)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath id='Path_2218' data-name='Path 2218' d='M-24431.7 8121.5h-8.187' transform='translate(24439.887 -8099.012)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='1.5'/%3E%3Cpath id='Path_2211' data-name='Path 2211' d='M2.926 0H0' transform='translate(2.366 4.838) rotate(90)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
  }
.p-type.p-type-5, .p-type.p-type-bolt_down_bar_stool {
    /* background-size: 9.37px auto; */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.305' height='30.447' viewBox='0 0 11.305 30.447'%3E%3Cg id='Group_6334' data-name='Group 6334' transform='translate(1 1)'%3E%3Cpath id='Path_2216' data-name='Path 2216' d='M0,3.045V22.032' transform='translate(4.575 6.415)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath id='Path_2215' data-name='Path 2215' d='M0,3.045v8.847' transform='translate(9.305 -3.045)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath id='Path_2214' data-name='Path 2214' d='M-24430.582,8121.5h-9.3' transform='translate(24439.887 -8112.653)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_2217' data-name='Path 2217' d='M-24436.078,8121.5h-3.8' transform='translate(24442.42 -8093.053)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
.p-type.p-type-6, .p-type.p-type-bolt_down_chair {
    /* background-size: 9.3px auto; */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.305' height='21.861' viewBox='0 0 11.305 21.861'%3E%3Cg id='Group_6335' data-name='Group 6335' transform='translate(1 -8.88)'%3E%3Cpath id='Path_2216' data-name='Path 2216' d='M0,3.045V14.06' transform='translate(4.575 15.682)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath id='Path_2215' data-name='Path 2215' d='M0,3.045v8.847' transform='translate(9.305 6.835)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath id='Path_2214' data-name='Path 2214' d='M-24430.582,8121.5h-9.3' transform='translate(24439.887 -8102.773)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_2217' data-name='Path 2217' d='M-24436.078,8121.5h-3.8' transform='translate(24442.42 -8091.759)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
.p-type.p-type-7, .p-type.p-type-swivel_bar_stool  {
    /* background-size: 9.3px auto; */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.305' height='30.803' viewBox='0 0 11.305 30.803'%3E%3Cg id='Group_6172' data-name='Group 6172' transform='translate(1 1)'%3E%3Cpath id='Path_2216' data-name='Path 2216' d='M-.528,3.231a19.7,19.7,0,0,0-2.407,8.857v10.3' transform='translate(3.575 6.415)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath id='Path_2375' data-name='Path 2375' d='M-2.936,3.231A19.7,19.7,0,0,1-.528,12.088v10.3' transform='translate(9.327 6.415)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath id='Path_2215' data-name='Path 2215' d='M0,3.045v8.847' transform='translate(9.305 -3.045)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-width='2'/%3E%3Cpath id='Path_2214' data-name='Path 2214' d='M-24430.582,8121.5h-9.3' transform='translate(24439.887 -8112.653)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_2217' data-name='Path 2217' d='M-24433.42,8121.5h-6.461' transform='translate(24441.219 -8099.053)' fill='none' stroke='%23585858' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
#customer-login-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
@media (min-width: 768px){

    #customer-login-container{
        flex-direction: row;
    }
}
.customer-account-index .account-title.title-container,
    .customer-account-index .theme-title.title-container,
    .customer-address-index .account-title.title-container,
    .customer-address-index .theme-title.title-container,
    .projects-credit-index .account-title.title-container,
    .projects-credit-index .theme-title.title-container,
    .projects-index-project .account-title.title-container,
    .projects-index-project .theme-title.title-container,
    .projects-index-placed .account-title.title-container,
    .projects-index-placed .theme-title.title-container,
    .projects-account-changepassword .account-title.title-container,
    .projects-account-changepassword .theme-title.title-container{
    margin-bottom: 1.5rem;
    flex-direction: row;
    justify-content: space-between;
    border-bottom-width: 1px;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
}
.customer-account-index .account-title.title-container h1, .customer-account-index .theme-title.title-container h1, .customer-address-index .account-title.title-container h1, .customer-address-index .theme-title.title-container h1, .projects-credit-index .account-title.title-container h1, .projects-credit-index .theme-title.title-container h1, .projects-index-project .account-title.title-container h1, .projects-index-project .theme-title.title-container h1, .projects-index-placed .account-title.title-container h1, .projects-index-placed .theme-title.title-container h1, .projects-account-changepassword .account-title.title-container h1, .projects-account-changepassword .theme-title.title-container h1{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
@media (min-width: 1024px){

    .customer-account-index .account-title.title-container h1, .customer-account-index .theme-title.title-container h1, .customer-address-index .account-title.title-container h1, .customer-address-index .theme-title.title-container h1, .projects-credit-index .account-title.title-container h1, .projects-credit-index .theme-title.title-container h1, .projects-index-project .account-title.title-container h1, .projects-index-project .theme-title.title-container h1, .projects-index-placed .account-title.title-container h1, .projects-index-placed .theme-title.title-container h1, .projects-account-changepassword .account-title.title-container h1, .projects-account-changepassword .theme-title.title-container h1{
        flex-direction: row;
        align-items: flex-end;
        gap: 1rem;
    }
}
.customer-account-index .account-title.title-container .project-id-text, .customer-account-index .theme-title.title-container .project-id-text, .customer-address-index .account-title.title-container .project-id-text, .customer-address-index .theme-title.title-container .project-id-text, .projects-credit-index .account-title.title-container .project-id-text, .projects-credit-index .theme-title.title-container .project-id-text, .projects-index-project .account-title.title-container .project-id-text, .projects-index-project .theme-title.title-container .project-id-text, .projects-index-placed .account-title.title-container .project-id-text, .projects-index-placed .theme-title.title-container .project-id-text, .projects-account-changepassword .account-title.title-container .project-id-text, .projects-account-changepassword .theme-title.title-container .project-id-text{
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(134 134 134 / var(--tw-text-opacity));
    font-size: 0.75rem;
}
@media (min-width: 1024px){

    .customer-account-index .account-title.title-container .project-id-text, .customer-account-index .theme-title.title-container .project-id-text, .customer-address-index .account-title.title-container .project-id-text, .customer-address-index .theme-title.title-container .project-id-text, .projects-credit-index .account-title.title-container .project-id-text, .projects-credit-index .theme-title.title-container .project-id-text, .projects-index-project .account-title.title-container .project-id-text, .projects-index-project .theme-title.title-container .project-id-text, .projects-index-placed .account-title.title-container .project-id-text, .projects-index-placed .theme-title.title-container .project-id-text, .projects-account-changepassword .account-title.title-container .project-id-text, .projects-account-changepassword .theme-title.title-container .project-id-text{
        font-size: 1rem;
    }
}
.customer-account-index .account-title.title-container .project-id-text, .customer-account-index .theme-title.title-container .project-id-text, .customer-address-index .account-title.title-container .project-id-text, .customer-address-index .theme-title.title-container .project-id-text, .projects-credit-index .account-title.title-container .project-id-text, .projects-credit-index .theme-title.title-container .project-id-text, .projects-index-project .account-title.title-container .project-id-text, .projects-index-project .theme-title.title-container .project-id-text, .projects-index-placed .account-title.title-container .project-id-text, .projects-index-placed .theme-title.title-container .project-id-text, .projects-account-changepassword .account-title.title-container .project-id-text, .projects-account-changepassword .theme-title.title-container .project-id-text {
            line-height: 1.3rem;
        }
@media (min-width: 768px){

    .customer-account-index .column.main, .projects-account-changepassword .column.main, .customer-address-index .column.main, .projects-credit-index .column.main{
        border-left-width: 1px;
        padding-left: 3rem;
    }
}
.projects-index-project .column.main{
    padding-bottom: 0px;
}
.account-nav ul li a,
.account-nav ul li strong{
    display: flex;
    justify-content: space-between;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
.account-nav ul li a:hover{
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
}
.account-nav ul li strong{
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
    text-decoration-line: underline;
}
.actions-toolbar{
    margin-top: 1.5rem;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(182 182 182 / var(--tw-border-opacity));
    padding-top: 1rem;
}
.actions-toolbar .primary button {
  background-color: #F4F4F4;
  color: #1C1C1C;
}
.actions-toolbar .primary button.sb{
    font-weight: 600;
}
.actions-toolbar .primary button {
  background-color: #FDC758;
  color: #1C1C1C;
}
.actions-toolbar .primary button.sb{
    font-weight: 600;
}
.cart-popup-button-checkout-cart .actions-toolbar .primary button {
        background-color: #020054;
        color: #fff;
    }
 .cart-popup-button-checkout-cart .actions-toolbar .primary button {
        background-color: #020054;
        color: #fff;
    }
.actions-toolbar .primary button{
    display: flex;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){

    .actions-toolbar .primary button{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
@media (min-width: 1280px){

    .actions-toolbar .primary button{
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
.actions-toolbar .primary button svg{
    display: inline-flex;
}
.actions-toolbar .primary button span {
        vertical-align: middle;
    }
.actions-toolbar .primary button:focus{
    border-color: transparent;
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.actions-toolbar .primary button{
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(253 199 88 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
}
.actions-toolbar .primary button:hover{
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
}
.hyva-checkout-container .actions-toolbar .primary button {
        padding: 15px;
    }
form.checkout-email-form .actions-toolbar .primary button {
        padding: 15px;
    }
.vue-product-configurator .bottom-section .actions-wrapper .actions-toolbar .primary button, .vue-project-configurator .bottom-section .actions-wrapper .actions-toolbar .primary button, .product-info-details .bottom-section .actions-wrapper .actions-toolbar .primary button, .sidebar-modal .bottom-section .actions-wrapper .actions-toolbar .primary button {
        border-radius: 0;
        box-shadow: none;
        width: 100%;
        justify-content: center;
        padding: 1.75rem 0;
        font-size: 20px;
      }
.control-sidebar-footer .actions-toolbar .primary button {
    padding-top: 0.864rem;
    padding-bottom: 0.926rem;
    width: 100%;
    border-radius: 0;
    justify-content: center;
  }
.product-configurator .bottom-section .actions-wrapper .actions-toolbar .primary button {
                border-radius: 0;
                box-shadow: none;
                background: #020054;
                width: 100%;
                justify-content: center;
                padding: 1.75rem 0;
                font-size: 20px;
            }
.product-configurator .control-sidebar-footer .actions-toolbar .primary button {
            padding-top: 0.864rem;
            padding-bottom: 0.926rem;
            width: 100%;
            background: #020054;
            border-radius: 0;
            justify-content: center;
        }
.actions-toolbar a.back{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
    text-decoration-line: underline;
}
.account-nav{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding-top: 1rem;
}
.account-nav-item{
    display: block;
    width: 100%;
    cursor: pointer;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.25rem;
    height: 50px;
}
.account-nav-item:hover {
        background-color: #F5F6F4;
    }
.account-info-section{
    width: 100%;
    border-bottom-width: 1px;
    padding-bottom: 2.5rem;
}
.account-info-section:last-child{
    border-style: none;
}
.account-info-section-top{
    display: flex;
    justify-content: space-between;
}
.account-info-section-top h2{
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.75rem;
    font-size: 1.0625rem;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
}
.button-edit{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}
.account-icon.icon-edit{
    margin-right: 0.75rem;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6400' height='6400' viewBox='0 0 6400 6400'%3E%3Cpath class='fil0' d='M43.56 1477.88l1433.54 -1433.54c58.57 -58.57 154.16 -58.57 212.73 0l4140.93 4140.92c19.53 19.54 31.77 40.78 38.93 67.44l524.44 1958.01c14.28 53.37 0.1 106.27 -38.94 145.3 -39.07 39.08 -91.93 53.22 -145.3 38.94l-1957.97 -524.48c-26.67 -7.16 -47.9 -19.39 -67.44 -38.93l-4140.92 -4140.92c-58.58 -58.57 -58.58 -154.17 0 -212.74zm5170.11 2515.78l0.04 600.52 -597.65 0 0.03 597.62 -645.91 -0.03 398.53 398.53 589.11 157.81 789.47 -789.47 -157.78 -589.14 -375.84 -375.84zm-200.54 399.95l0 -600.49 -2798.58 -2798.58 -1220.8 1220.8 2775.89 2775.88 645.87 0 -0.03 -597.61 597.65 0zm-4650.47 -2809.36l418.36 418.35 1220.8 -1220.8 -418.35 -418.35 -1220.81 1220.8z'/%3E%3C/svg%3E");
}
table.account-info .info-name{
    font-size: 1rem;
}
@media (min-width: 1024px){

    table.account-info .info-name{
        font-size: 1.125rem;
    }
}
table.account-info .info-text{
    font-weight: 500;
    font-size: 1rem;
}
@media (min-width: 1024px){

    table.account-info .info-text{
        font-size: 1.125rem;
    }
}
table.account-info tr td:first-child{
    padding-right: 2rem;
}
.account-info-address address{
    font-size: 1.125rem;
    font-style: normal;
}
.customer-title-button{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}
.icon{
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.icon-add-address {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18'%3E%3Cg transform='translate(0.305 0.363)'%3E%3Cg transform='translate(4.695 -0.363)' fill='%23fff' stroke='%231c1c1c' stroke-width='1.5'%3E%3Cpath d='M0 0H11a3 3 0 0 1 3 3V15a3 3 0 0 1-3 3H0a0 0 0 0 1 0 0V0A0 0 0 0 1 0 0Z' stroke='none'/%3E%3Cpath d='M1.5.75H11A2.25 2.25 0 0 1 13.25 3V15A2.25 2.25 0 0 1 11 17.25H1.5a.75.75 0 0 1-.75-.75V1.5A.75.75 0 0 1 1.5.75Z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(-0.305 -0.363)' fill='%23fff' stroke='%231c1c1c' stroke-width='1.5'%3E%3Crect width='7' height='18' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='5.5' height='16.5' fill='none'/%3E%3C/g%3E%3Cline x1='5.187' transform='translate(8.839 5.706)' fill='none' stroke='%231c1c1c' stroke-width='1.5'/%3E%3Cline x1='5.187' transform='translate(8.839 8.818)' fill='none' stroke='%231c1c1c' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-add-card {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.09' height='16.06' viewBox='0 0 24.09 16.06'%3E%3Cg transform='translate(-771 -2834.175)'%3E%3Cg transform='translate(771 2834.175)' fill='none' stroke='%231c1c1c' stroke-width='1.5'%3E%3Crect width='24.09' height='16.06' rx='3' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='22.59' height='14.56' rx='2.25' fill='none'/%3E%3C/g%3E%3Crect width='24.09' height='4.015' transform='translate(771 2838.19)' fill='%231c1c1c'/%3E%3C/g%3E%3C/svg%3E");
}
.a-cards{
    display: grid;
    gap: 1.5rem;
}
.contentmanager-content-view .a-cards .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .a-cards .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
.a-cards{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px){

    .a-cards{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1280px){

    .a-cards{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.a-cards .a-item{
    position: relative;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
        min-height: 160px;
}
.a-action{
    position: absolute;
    top: 0px;
    right: 0px;
}
.a-action .a-action-button{
    display: flex;
    height: 2.5rem;
    width: 1.5rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.a-action .a-action-button .icon{
    position: relative;
    display: block;
    height: 0.25rem;
    width: 0.25rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(134 134 134 / var(--tw-bg-opacity));
}
.a-action .a-action-button .icon:before, .a-action .a-action-button .icon:after{
    position: absolute;
    display: block;
    height: 0.25rem;
    width: 0.25rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(134 134 134 / var(--tw-bg-opacity));
                content: '';
}
.a-action .a-action-button .icon:before{
    top: -0.5rem;
}
.a-action .a-action-button .icon:after{
    bottom: -0.5rem;
}
.a-action .a-action-menu{
    position: absolute;
    top: 100%;
    right: 0px;
    width: 10rem;
    justify-content: flex-start;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --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);
    display: none;
        border: 1px solid #DBDBDB;
}
.a-action .a-action-menu.show{
    display: flex;
    flex-direction: column;
}
.a-action .a-action-menu .a-action-menu-item{
    width: 100%;
    cursor: pointer;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    text-align: left;
    font-size: 1rem;
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
}
.a-action .a-action-menu .a-action-menu-item:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.projects-index-project .theme-title.title-container, .projects-index-placed .theme-title.title-container{
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0px;
}
@media (min-width: 1024px){

    .projects-index-project .theme-title.title-container, .projects-index-placed .theme-title.title-container{
        margin-top: 5rem;
        margin-bottom: 2.5rem;
    }
}
.projects-index-project .theme-title.title-container, .projects-index-placed .theme-title.title-container {
        border-bottom-color: transparent;
    }
.title-container-account{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-container-account h1{
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2rem;
}
@media (min-width: 1024px){

    .title-container-account h1{
        font-size: 1.875rem;
    }
}
.button-add{
    display: flex;
    height: 3.75em;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    --tw-bg-opacity: 1;
    background-color: rgb(253 199 88 / var(--tw-bg-opacity));
    font-weight: 600;
    gap: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.75rem;
    line-height: 0.75rem;
}
@media (min-width: 768px){

    .button-add{
        gap: 1.25rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        font-size: 1.125rem;
        line-height: 1.125rem;
    }
}
.project-tabs .tabs{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
        border-bottom: 1px solid #121C3934;
}
.project-tabs .tabs .tab{
    cursor: pointer;
    margin-right: 1.5rem;
    height: 2rem;
    font-size: 0.875rem;
}
@media (min-width: 768px){

    .project-tabs .tabs .tab{
        margin-right: 2rem;
        height: 2.5rem;
        font-size: 1.125rem;
    }
}
.project-tabs .tabs .tab {
            margin-bottom: -2px;
        }
.project-tabs .tabs .tab.active{
    border-bottom-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgb(28 28 28 / var(--tw-border-opacity));
    font-weight: 700;
}
.project-tabs .tabs .tab:last-child{
    margin-right: 0px;
}
.customer-menu {
    width: 13.375rem;
}
body > div > div.grecaptcha-badge{
    display: none;
    height: 0px !important;
    width: 0px !important;
}
.order-items > div:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.order-links{
    display: block;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.order-links li{
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    cursor: pointer;
    white-space: nowrap;
}
.order-links li.current{
    flex-grow: 1;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
.order-links li a{
    text-decoration-line: underline;
}
.order-date{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
form .field{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
form label{
    margin-bottom: 0.5rem;
    display: block;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
form .field.choice{
    display: flex;
    align-items: center;
}
form .field.choice input{
    margin-right: 1rem;
}
form .field.choice label{
    margin-bottom: 0px;
}
form legend{
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
form legend + br{
    display: none;
}
fieldset ~ fieldset{
    margin-top: 2rem;
}
body[class*="cms-resources-"] .wrapper-main-container .page-title h1 {
    margin-top: 20px;
    padding: 0;
}
body[class*="cms-resources-"] .resources-page--text {

}
/* RESOURCES PAGE ELEMENTS */
.resources-description{
    margin-bottom: 3rem;
    max-width: 1024px;
}
@media (min-width: 1024px){

    .resources-description{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}
.resources-section-title{
    margin-bottom: 1rem;
    font-size: 2.0625rem;
    font-weight: 700;
}
@media (min-width: 1024px){

    .resources-section-title{
        text-align: center;
    }
}
@media (min-width: 480px){

    .resources-topics{
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: center;
    }
}
.resources-topics-links{
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding-bottom: 3rem;
}
@media (min-width: 480px){

    .resources-topics-links{
        justify-content: flex-start;
    }
}
.resources-topics-link{
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    font-weight: 700;
}
@media (min-width: 480px){

    .resources-topics-link{
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.resources-topics-link.current{
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.resources-topics-label{
    display: none;
    padding-bottom: 0.5rem;
}
@media (min-width: 480px){

    .resources-topics-label{
        display: block;
        padding-top: 0.75rem;
        padding-bottom: 3rem;
        padding-right: 1rem;
    }
}
/* RESOURCES SECTION */
.resources-section{
    width: 100%;
}
.resources-section-top{
    width: 100%;
}
@media (min-width: 1024px){

    .resources-section-top{
        display: flex;
    }
}
.resources-section-top {
    clear: both;
    margin-bottom: 5rem;
}
.resources-section-bottom{
    display: flex;
    flex-direction: column;
}
/* RESOURCES MAIN */
.resources-main{
    position: relative;
    margin-bottom: 2rem;
    width: 100%;
    flex-shrink: 0;
}
@media (min-width: 1024px){

    .resources-main{
        margin-bottom: 0px;
        width: 58.333333%;
    }
}
.resources-main-image{
    width: 100%;
}
.resources-main-text{
    display: flex;
    flex-direction: column;
}
@media (min-width: 1024px){

    .resources-main-text{
        position: absolute;
        top: 4rem;
        left: 4rem;
        width: 50%;
    }
}
.resources-main-type{
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    font-size: 1.125rem;
    text-transform: capitalize;
}
@media (min-width: 1024px){

    .resources-main-type{
        padding-top: 0px;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }
}
.resources-main-title.txt{
    margin-bottom: 2rem;
    display: none;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 3.125rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

    .resources-main-title.txt{
        display: block;
    }
}
.resources-main-title.lnk{
    font-size: 1.125rem;
    font-weight: 700;
}
@media (min-width: 1024px){

    .resources-main-title.lnk{
        display: none;
    }
}
.resources-main-button{
    display: none;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    font-weight: 600;
}
@media (min-width: 1024px){

    .resources-main-button{
        display: inline-block;
    }
}
/* RESOURCES ADDS */
.resources-adds{
    position: relative;
    width: 100%;
}
@media (min-width: 1024px){

    .resources-adds{
        padding-left: 3rem;
    }
}
.resources-adds-title{
    padding-bottom: 2rem;
    font-size: 2.0625rem;
    font-weight: 700;
    line-height: 1.5rem;
}
.resources-adds-items{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.contentmanager-content-view .resources-adds-items .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .resources-adds-items .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
.resources-adds-items{
    display: grid;
}
.contentmanager-content-view .resources-adds-items .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .resources-adds-items .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
@media (min-width: 1024px){

    .resources-adds-items{
        position: absolute;
        bottom: 0px;
        left: 3rem;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-template-rows: repeat(4, minmax(0, 1fr));
        gap: 1.25rem;
        top: 70px;
    }
}
.resources-add{
    margin-bottom: 2rem;
    width: 100%;
}
@media (min-width: 1024px){

    .resources-add{
        margin-bottom: 0px;
        display: flex;
        //height: calc(25% - 15px);
        //margin-bottom: 20px;
    }
.resources-add:last-child {
            margin-bottom: 0
    }
}
.resources-add-image,
.resources-add-img{
    width: 100%;
}
@media (min-width: 1024px){

    .resources-add-image,
.resources-add-img{
        max-height: 100%;
        width: auto;
        max-width: 100%;
    }
}
.resources-add-text{
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
@media (min-width: 1024px){

    .resources-add-text{
        align-items: flex-start;
        justify-content: center;
        padding-left: 1.5rem;
    }
}
.resources-add-type{
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    font-size: 1.125rem;
    text-transform: capitalize;
}
@media (min-width: 1024px){

    .resources-add-type{
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
@media (min-width: 1768px){

    .resources-add-type{
        padding-bottom: 0.5rem;
    }
}
.resources-add-title{
    font-size: 1.125rem;
    font-weight: 700;
}
/* RESOURCES REGULARS */
.resources-regulars{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.contentmanager-content-view .resources-regulars .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .resources-regulars .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
@media (min-width: 1024px){

    .resources-regulars{
        grid-template-columns: repeat(3, minmax(0, 1fr));
        -moz-column-gap: 1.25rem;
             column-gap: 1.25rem;
        row-gap: 3rem;
    }
}
.resources-regular{
    margin-bottom: 2rem;
    width: 100%;
}
@media (min-width: 1024px){

    .resources-regular{
        margin-bottom: 0px;
    }
}
.resources-regular-image,
.resources-regular-img{
    width: 100%;
}
.resources-regular-text{
    display: flex;
    flex-direction: column;
}
.resources-regular-type{
    padding-top: 1rem;
    font-size: 1.125rem;
    text-transform: capitalize;
}
.resources-regular-title{
    padding-top: 0.5rem;
    font-size: 1.125rem;
    font-weight: 700;
}
@keyframes placeholderArticle {
    0% {
        background-position: -730px 0
    }

    to {
        background-position: 730px 0
    }
}
.resources-main-article--image.lazyloaded {
    opacity: 1;
}
.resources-regular-article--image.lazyloaded {
    opacity: 1;
}
img.lazyload:not([src]) {
    visibility: hidden;
}
/* Homepage Slider */
.installations-wrapper .ctm-wrapper {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.installations-wrapper .slick-list {
    width: 90%;
    background: inherit;
}
.installations-slider-arrows {
    width: 100%;
    clear: both;
}
.installations-slider-arrows .slick-prev, .installations-slider-arrows .slick-next {
    position: relative;
    right: 10%;
}
.installations-wrapper .ctm-3 {
    margin-left: 0;
    margin-right: 0;
}
.installations-wrapper .ctm-3 .ctm-wrapper {
    width: 50%;
}
.installations-wrapper .ctm-3 .ctm-image-wrapper img {
    border: none;
}
.installations-wrapper .ctm-3 .ctm-wrapper h3 a {
    font-size: 1.3rem;
    font-weight: normal;
}
.installations-wrapper .ctm-3 .content {
    padding-left: 1.5rem;
    padding-right: 0.5rem;
}
.installations-wrapper .ctm-3 .content-text a {
    color: #FFB202;
}
/* */
.ct-view{
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
}
.contentmanager-contenttype-restaurant_installations h1, .cms-resources-restaurant-installations h1, .cms-resources-guides h1, .cms-resources h1{
    margin-top: 0px;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 2.5rem;
}
@media (min-width: 768px){

    .contentmanager-contenttype-restaurant_installations h1, .cms-resources-restaurant-installations h1, .cms-resources-guides h1, .cms-resources h1{
        flex-direction: row;
    }
}
@media (min-width: 1024px){

    .contentmanager-contenttype-restaurant_installations h1, .cms-resources-restaurant-installations h1, .cms-resources-guides h1, .cms-resources h1{
        margin-top: 2rem;
    }
}
body._hidden {
    overflow: hidden;
}
body._hidden #header {
        z-index: 0;
    }
.product-configurator .bottom-section {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 15px;
    }
.product-configurator .bottom-section .price-container {
            width: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr;
            gap: 0 20px;
            grid-template-areas: ". .";
        }
.product-configurator .bottom-section .price-wrapper {
            text-align: right;
            font-size: 21px;
            font-weight: 600;
        }
.product-configurator .bottom-section .qty-wrapper {
            display: flex;
            align-items: center;
        }
.product-configurator .bottom-section .qty-wrapper label {
                text-transform: uppercase;
                font-size: 14px;
                font-weight: 700;
                margin-right: 34px;
                margin-bottom: 0;
            }
.product-configurator .bottom-section .qty-wrapper input {
                border: none;
                font-size: 21px;
                text-align: center;
                background: #F5F6F4;
                height: 38px;
                width: 72px;
            }
.product-configurator .bottom-section .configurator-price-error {
            margin-top: 15px;
            font-size: 14px;
            color: #D2081E;
        }
.product-configurator .bottom-section .box--text-why {
            margin-top: 15px;
        }
.product-configurator .bottom-section .actions-wrapper {
            width: 100%;
            margin-top: 15px;
        }
.product-configurator .bottom-section .actions-wrapper .btn {
                border-radius: 0;
                box-shadow: none;
                background: #020054;
                width: 100%;
                justify-content: center;
                padding: 1.75rem 0;
                font-size: 20px;
            }
.product-configurator .reset-selection {
        display: block;
        margin-top: 20px;
        visibility: hidden;
    }
.product-configurator .reset-selection.visible {
            visibility: visible;
        }
.product-configurator .section-list {
        position: relative;
    }
.product-configurator .section-list .section-overlay {
            display: none;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: #fff;
            opacity: 0.6;
        }
.product-configurator .section-list .section-overlay.active {
                display: block;
            }
.product-configurator .section-item {
        padding: 12px 20px;
        background: #F5F6F4;
        margin-top: 15px;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }
.product-configurator .section-item:first-child {
            margin-top: 0;
        }
.product-configurator .section-item .section-item-title {
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
        }
.product-configurator .section-item .section-header {
            position: relative;
        }
.product-configurator .section-item .section-header:after {
                content: '\e904';
                font-family: 'rf';
                height: 14px;
                font-size: 14px;
                line-height: 1;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                margin: auto;
            }
.product-configurator .section-item .section-header .selected-options {
                margin-top: 8px;
                padding-right: 20px;
                font-size: 14px;
            }
.product-configurator .section-item .section-header .selected-options.with-color {
                    padding-right: 80px;
                }
.product-configurator .section-item .section-header .section-options:after {
                    content: ',';
                    display: inline;
                }
.product-configurator .section-item .section-header .section-options:last-of-type:after {
                        display: none;
                    }
.product-configurator .section-item .section-header .section-image-wrapper {
                width: 33px;
                height: 33px;
                position: absolute;
                right: 30px;
                top: 0;
                bottom: 0;
                margin: auto;
                border: 4px solid #fff;
                border-radius: 50%;
            }
.product-configurator .section-item .section-header .section-color {
                height: 25px;
                margin: auto 0;
                border-radius: 50%;
            }
.product-configurator .control-sidebar-wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 100%;
        width: 100%;
        z-index: -9999;
        opacity: 0;
        background: rgba(0, 0, 0, 0.62);
    }
.product-configurator .control-sidebar-wrapper .control-sidebar-block {
            max-width: 480px;
            width: 100%;
            border-left: 1px solid #D0D0D0;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 2;
            display: flex;
            flex-direction: column;
            transform: translateX(100%);
            transition: transform ease-in-out 0.2s;
        }
.product-configurator .control-sidebar-wrapper.active {
            right: 0;
            z-index: 50;
            opacity: 1;
        }
.product-configurator .control-sidebar-wrapper.active .control-sidebar-block {
                transform: translateX(0%);
            }
.product-configurator .control-sidebar-wrapper .control-sidebar-header {
            border-bottom: 1px solid #D0D0D0;
            padding: 1.75rem 1.844rem;
            position: relative;
            background: #fff;
        }
.product-configurator .control-sidebar-wrapper .control-sidebar-header .control-sidebar-title {
                font-family: 'Raleway';
                font-weight: bold;
                text-transform: uppercase;
                font-size: 20px;
            }
.product-configurator .control-sidebar-wrapper .control-sidebar-header .icon-close {
                position: absolute;
                top: 1.9rem;
                right: 1.299rem;
                cursor: pointer;
                font-size: 1.5rem;
            }
.product-configurator .control-sidebar-wrapper .control-sidebar {
            background: #F5F6F4;
            overflow: auto;
            flex: 1;
            padding-bottom: 40px;
        }
.product-configurator .control-sidebar-wrapper .control-item {
            padding: 0 0.5rem;
            margin-top: 20px;
        }
@media (min-width: 480px) {
.product-configurator .control-sidebar-wrapper .control-item {
                padding: 0 1.844rem
        }
            }
.product-configurator .control-sidebar-wrapper .control-item.tabs {
                margin-top: 0;
            }
.product-configurator .control-sidebar-wrapper .control-item .control-title {
                font-size: 15px;
                margin-bottom: 10px;
            }
.product-configurator .control-sidebar-wrapper .control-item .radio-group {
                display: flex;
                display: -webkit-flex;
                flex-wrap: wrap;
                -webkit-flex-wrap: wrap;
            }
.product-configurator .control-sidebar-wrapper .control-item .radio-group label {
                    font-size: 15px;
                    display: block;
                    cursor: pointer;
                    margin-right: 0;
                }
.product-configurator .control-sidebar-wrapper .control-item .radio-group label .radio-image-wrapper {
                        border: 2px solid transparent;
                    }
.product-configurator .control-sidebar-wrapper .control-item .radio-group label .radio-image-control {
                        background-color: #fff;
                        background-repeat: no-repeat;
                        background-position: center;
                        position: relative;
                        overflow: hidden;
                    }
.product-configurator .control-sidebar-wrapper .control-item .radio-group label .radio-image-control img {
                            position: absolute;
                            left: 0;
                            top: 0;
                            min-width: 100%;
                            min-height: 100%;
                        }
.product-configurator .control-sidebar-wrapper .control-item .radio-group label .radio-title {
                        margin-top: 10px;
                        text-align: center;
                        font-size: 15px;
                    }
.product-configurator .control-sidebar-wrapper .control-item .input-item input {
                    font-size: 15px;
                    width: 100%;
                    border: 1px solid #F0F0F0;
                    height: 48px;
                    padding: 0 10px;
                }
.product-configurator .control-sidebar-wrapper .control-item .input-item input:focus {

                    }
.product-configurator .control-sidebar-wrapper .control-item .input-item input:focus-visible {
                        outline: none;
                    }
.product-configurator .control-sidebar-wrapper .control-item input[type="radio"] {
                display: none;
            }
.product-configurator .control-sidebar-wrapper .control-item input[type="radio"]:checked + label .radio-image-wrapper {
                        border: 2px solid #000;
                    }
.product-configurator .control-sidebar-wrapper .control-item select {
                border: 1px solid #F0F0F0;
                font-size: 15px;
                height: 48px;
                width: 100%;
            }
.product-configurator .control-sidebar-wrapper .control-item select:focus {

                }
.product-configurator .control-sidebar-wrapper .control-item select:focus-visible {
                    outline: none;
                }
.product-configurator .control-sidebar-wrapper .control-item .error select,
                .product-configurator .control-sidebar-wrapper .control-item .error input {
                    border-color: #D2081E;
                }
.product-configurator .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group .radio-item {
                        width: 33.3333%;
                    }
@media (min-width: 480px) {
.product-configurator .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group .radio-item {
                            width: 25%
                    }
                        }
.product-configurator .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group label {
                        padding: 5px;
                    }
.product-configurator .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group label .radio-image-wrapper {
                            width: 92px;
                            border-radius: 50%;
                            padding: 4px;
                            margin: 0 auto;
                        }
.product-configurator .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group label .radio-image-control {
                            width: 80px;
                            height: 80px;
                            border-radius: 50%;
                            overflow: hidden;
                        }
.product-configurator .control-sidebar-wrapper .control-item.cols-1 .radio-image-control {
                    min-height: 150px;
                }
.product-configurator .control-sidebar-wrapper .control-item.cols-1 .radio-group {
                    display: block;
                }
.product-configurator .control-sidebar-wrapper .control-item.cols-1 .radio-item {
                    width: 100%;
                }
.product-configurator .control-sidebar-wrapper .control-item.cols-1 .radio-item label .radio-image-control {
                            width: 100%;
                            padding-bottom: 30%;
                            border-radius: 0;
                        }
.product-configurator .control-sidebar-wrapper .control-item.cols-2 .radio-item {
                    width: 50%;
                    padding: 0 10px;
                }
.product-configurator .control-sidebar-wrapper .control-item.cols-2 .radio-image-control {
                    padding-bottom: 100%;
                }
.product-configurator .control-sidebar-wrapper .control-item .control-images {
                padding: 30px 0 20px 0;
            }
.product-configurator .control-sidebar-wrapper .control-item .control-images .control-images-item {
                    margin-top: 20px;
                    text-align: center;
                }
.product-configurator .control-sidebar-wrapper .control-item .control-images .control-images-item:first-child {
                        margin-top: 0;
                    }
.product-configurator .control-sidebar-wrapper .control-item .control-images .control-images-item img {
                        display: inline-block;
                    }
.product-configurator .control-sidebar-wrapper .control-item.tabs {
                padding: 0;
            }
.product-configurator .control-sidebar-wrapper .control-item.cols-1 .radio-item, .product-configurator .control-sidebar-wrapper .control-item.cols-2 .radio-item {
                    margin-bottom: 1.75rem;
                }
.product-configurator .control-sidebar-wrapper .control-item.cols-1 .radio-group label .radio-image-control img, .product-configurator .control-sidebar-wrapper .control-item.cols-2 .radio-group label .radio-image-control img {
                            min-width: auto;
                            min-height: auto;
                            right: 0;
                            bottom: 0;
                            margin: auto;
                            max-height: 100%;
                        }
.product-configurator .control-sidebar-footer {
        background: #fff;
        border-top: 1px solid #D0D0D0;
        width: 100%;
        padding: 1.125rem 1.844rem;
        display: flex;
        justify-content: space-between;
    }
.product-configurator .control-sidebar-footer .btn {
            padding-top: 0.864rem;
            padding-bottom: 0.926rem;
            width: 100%;
            background: #020054;
            border-radius: 0;
            justify-content: center;
        }
.product-configurator .tablist {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        border-bottom: 1px solid #D0D0D0;
        background: #fff;
        padding: 10px 1.844rem 0;
    }
.product-configurator .tablist .tablist-item label {
                display: block;
                font-size: 15px;
                padding: 10px;
                font-family: 'Raleway',serif;
                font-weight: bold;
                border-bottom: 4px solid transparent;
                text-transform: none;
                cursor: pointer;
                margin-right: 0;
                margin-bottom: 0;
            }
@media (min-width: 640px) {
.product-configurator .tablist .tablist-item label {
                    font-size: 16px
            }
                }
.product-configurator .tablist .tablist-item input:checked + label {
                border-bottom-color: #000;
            }
.product-configurator .tablist .tab-radio {
            display: none;
        }
.svg-icon{
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.svg-icon.cart {
    background-image: url('../../frontend/Remoserv/default/en_US/images/cart.svg');
  }
.svg-icon.mail {
    background-image: url('../../frontend/Remoserv/default/en_US/images/mail.svg');
  }
.svg-icon.live-chat {
    background-image: url('../../frontend/Remoserv/default/en_US/images/live-chat.svg');
  }
.svg-icon.phone {
    background-image: url('../../frontend/Remoserv/default/en_US/images/phone.svg');
  }
.svg-icon.arrow-left {
    background-image: url('../../frontend/Remoserv/default/en_US/images/arrow-left.svg');
  }
.svg-icon.arrow-right {
    background-image: url('../../frontend/Remoserv/default/en_US/images/arrow-right.svg');
  }
.svg-icon.arrow-right-white {
    background-image: url('../../frontend/Remoserv/default/en_US/images/arrow-right-white.svg');
  }
.svg-icon.email {
    background-image: url('../../frontend/Remoserv/default/en_US/images/email.svg');
  }
.svg-icon.back {
    background-image: url('../../frontend/Remoserv/default/en_US/images/nav-back.svg');
  }
.svg-icon.wand {
    background-image: url('../../frontend/Remoserv/default/en_US/images/wand.svg');
  }
.svg-icon.close {
    background-image: url('../../frontend/Remoserv/default/en_US/images/close.svg');
  }
.svg-icon.delete {
    background-image: url('../../frontend/Remoserv/default/en_US/images/delete.svg');
  }
.svg-icon.search {
    background-image: url('../../frontend/Remoserv/default/en_US/images/search.svg');
  }
.svg-icon.search-cancel {
    background-image: url('../../frontend/Remoserv/default/en_US/images/search-cancel.svg');
  }
.svg-icon.showroom-yellow {
    background-image: url('../../frontend/Remoserv/default/en_US/images/location-black.svg');
    background-position: left;
    padding-left: 1.5rem
  }
.hp-top-section{
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
  height: 32.375rem;
}
@media (min-width: 1024px) {
.hp-top-section {
    height: 55.625rem

}
  }
.hp-top-section-image{
    position: relative;
    height: 100%;
    width: auto;
    overflow: hidden;
}
.hp-top-section-content{
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.hp-categories-title{
    font-size: 1.5rem;
}
.hp-category{
    position: relative;
    cursor: pointer;
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
    text-decoration-line: none;
}
.hp-category .space-item.single{
    position: relative;
    height: 0px;
    width: 100%;
      padding-bottom: 100%;
}
.hp-category .space-item.double-h{
    position: relative;
    height: 0px;
    width: 100%;
      padding-bottom: 50%;
}
.hp-category .space-item.double-v{
    position: relative;
    height: 0px;
    width: 100%;
      padding-bottom: 200%;
}
.hp-category .hp-category-image{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity));
    height: calc(100% - 2rem);
}
@media (min-width: 1024px) {
.hp-category .hp-category-image {
      height: calc(100% - 2.25rem)
  }
    }
.hp-category .hp-category-title{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-weight: 700;
    height: 1.5rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
}
@media (min-width: 1024px){

    .hp-category .hp-category-title{
        height: 2rem;
        text-align: left;
        font-size: 1.4375rem;
        line-height: 2rem;
    }
}
.hp-meet{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(4 30 66 / var(--tw-bg-opacity));
    margin-top: 3.5rem;
    padding: 2.25rem;
}
@media (min-width: 480px){

    .hp-meet{
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media (min-width: 1024px){

    .hp-meet{
        position: relative;
        margin-top: 5rem;
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
}
.hp-meet-title{
    text-align: center;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(253 199 88 / var(--tw-text-opacity));
    margin-bottom: 2rem;
    font-size: 1.5rem;
}
@media (min-width: 1024px){

    .hp-meet-title{
        margin-bottom: 4rem;
        font-size: 2.25rem;
    }
}
.hp-meet-more{
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 1rem;
    gap: 0.75rem;
}
@media (min-width: 1024px){

    .hp-meet-more{
        position: absolute;
        top: 3.5rem;
        right: 4.5rem;
        margin-top: 0px;
        gap: 1rem;
    }
}
.hp-meet-more-text{
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(253 199 88 / var(--tw-text-opacity));
    font-size: 0.9375rem;
}
@media (min-width: 1024px){

    .hp-meet-more-text{
        font-size: 1.375rem;
    }
}
.hp-meet-metrics{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 1.5rem;
}
@media (min-width: 1024px){

    .hp-meet-metrics{
        flex-direction: row;
        justify-content: space-between;
        gap: 0px;
    }
}
@media (min-width: 1280px){

    .hp-meet-metrics{
        margin-left: auto;
        margin-right: auto;
    max-width: 1320px;
    }
}
.hp-meet-metric{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.hp-meet-metric-num{
    text-align: center;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(253 199 88 / var(--tw-text-opacity));
    font-size: 2.75rem;
}
@media (min-width: 1280px){

    .hp-meet-metric-num{
        font-size: 3.375rem;
    }
}
.hp-meet-metric-dsc{
    white-space: nowrap;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: 1rem;
}
@media (min-width: 1280px){

    .hp-meet-metric-dsc{
        font-size: 1.6875rem;
    }
}
.hp-meet-labels{
    margin-top: 2.5rem;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    justify-content: space-between;
}
@media (min-width: 1024px){

    .hp-meet-labels{
        margin-top: 4.5rem;
        flex-direction: row;
    }
}
@media (min-width: 1280px){

    .hp-meet-labels{
        margin-left: auto;
        margin-right: auto;
    max-width: 1320px;
    }
}
.hp-meet-label{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-color: #FFFFFF;
}
@media (min-width: 1024px){

    .hp-meet-label{
        border-top-width: 0px;
    }
}
.hp-meet-label-image{
    position: relative;
}
.hp-meet-label-image svg{
    position: absolute;
    left: 50%;
    top: 0px;
    height: 100%;
    transform: translateX(-50%);
}
.hp-meet-label-title{
    white-space: nowrap;
    text-align: center;
    font-size: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hp-meet .hp-meet-label-sep{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    display: none;
}
@media (min-width: 1024px){

    .hp-meet .hp-meet-label-sep{
        display: block;
    }
}
.hp-meet .hp-meet-label-sep {
    width: .0625rem;
    height: 13.5rem;
  }
.hp-meet .hp-meet-label-sep-hidden{
    display: none;
}
@media (min-width: 1024px){

    .hp-meet .hp-meet-label-sep-hidden{
        display: block;
    }
}
@media (min-width: 1768px){

    .hp-meet .hp-meet-label-sep-hidden{
        display: none;
    }
}
.hp-meet .hp-meet-label-sep-hidden {
    width: .0625rem;
    height: 13.5rem;
  }
.hp-galleries{
    margin-bottom: 3.5rem;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.25rem;
}
.contentmanager-content-view .hp-galleries .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .hp-galleries .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
@media (min-width: 768px){

    .hp-galleries{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1024px){

    .hp-galleries{
        margin-bottom: 6.875rem;
        gap: 1.75rem;
    }
}
.hp-galleries .hp-galleries-item{
    position: relative;
    height: 0px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 100%;
}
.hp-galleries .hp-galleries-item-inner{
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hp-galleries .hp-galleries-item-image{
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 50%;
    left: 50%;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    max-width: none;
    z-index: 1;
}
.hp-galleries .hp-galleries-item-image img{
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 50%;
    left: 50%;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hp-galleries .hp-galleries-item-title{
    position: relative;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

    .hp-galleries .hp-galleries-item-title{
        font-size: 1.5625rem;
    }
}
.hp-galleries .hp-galleries-item-title {
    z-index: 2;
  }
.hp-galleries .hp-galleries-item-button{
    position: relative;
    display: flex;
    height: 3rem;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.9375rem;
    margin-top: 0.75rem;
    gap: 1.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

    .hp-galleries .hp-galleries-item-button{
        margin-top: 1.25rem;
        height: 4rem;
        padding-left: 3rem;
        padding-right: 3rem;
        font-size: 1.375rem;
    }
}
.hp-galleries .hp-galleries-item-button {
    z-index: 2;
  }
.hp-galleries .hp-galleries-item-button svg {
      width: 1.125rem;
      height: 1.125rem;
    }
@media (min-width: 1024px){

    .hp-galleries .hp-galleries-item-button svg{
        width: 1.5rem;
        height: 1.5rem;
    }
}
.cms-showroom .top-container{
    display: none;
}
.cms-showroom .page-main,.cms-showroom .page-main-full-width{
    margin-top: 0px;
}
.cms-showroom .columns{
    padding-left: 0px;
    padding-right: 0px;
    max-width: initial;
}
.showroom-top{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2.5rem;
    padding-bottom: 0px;
}
@media (min-width: 1024px){

    .showroom-top{
        margin-bottom: 7.25rem;
        padding-top: 4.625rem;
        padding-bottom: 8.6875rem;
    }
}
.showroom-top-image{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 10rem;
    width: 100%;
}
@media (min-width: 1024px){

    .showroom-top-image{
        bottom: 0px;
    }
}
.showroom-top-image img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.showroom-top-content{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.showroom-top-title h1{
    text-align: center;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    margin-bottom: 0.875rem;
    font-size: 1.25rem;
    line-height: 1.5625rem;
}
@media (min-width: 1024px){

    .showroom-top-title h1{
        margin-bottom: 1.375rem;
        font-size: 2.25rem;
        line-height: 2.875rem;
    }
}
.showroom-top-desc{
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    margin-bottom: 1.875rem;
    font-size: 0.9375rem;
    line-height: 1.25rem;
}
@media (min-width: 1024px){

    .showroom-top-desc{
        margin-bottom: 3.125rem;
        font-size: 1.3125rem;
        line-height: 1.875rem;
    }
}
.showroom-top-desc {
  max-width: 64rem;
}
.showroom-top-form{
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1.25rem;
  max-width: 35rem;
  box-shadow: 0 0 26px #0000008E;
}
.showroom-top-form-title{
    text-align: center;
    font-weight: 700;
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
    line-height: 1.5625rem;
}
.showroom-top-form-desc{
    text-align: center;
    margin-bottom: 1.25rem;
    font-size: 0.9375rem;
    line-height: 1.25rem;
}
.showroom-top-form-fields{
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.showroom-top-form-fields.loading{
    opacity: 0.5;
}
.showroom-top-form-field{
    margin-bottom: 1.5625rem;
}
.showroom-top-form-field input{
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(183 183 183 / var(--tw-border-opacity));
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}
@media (min-width: 1024px){

    .showroom-top-form-field input{
        padding-left: 1.125rem;
        padding-right: 1.125rem;
    }
}
.showroom-top-form-field input::-moz-placeholder {
      color: rgba(0,0,0,.49);
    }
.showroom-top-form-field input::placeholder {
      color: rgba(0,0,0,.49);
    }
.showroom-top-form-button{
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(253 199 88 / var(--tw-bg-opacity));
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
    height: 4.375rem;
}
@media (min-width: 1024px){

    .showroom-top-form-button{
        height: 3.875rem;
    }
}
.showroom-top-form-button:disabled{
    cursor: default;
    opacity: 0.5;
}
.showroom-top-form-button .loader{
    display: none;
}
.showroom-top-form-button.loading .text{
    display: none;
}
.showroom-top-form-button.loading .loader{
    display: block;
}
.showroom-top-form-note{
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.0625rem;
    margin-top: 1rem;
}
@media (min-width: 1024px){

    .showroom-top-form-note{
        margin-top: 2rem;
    }
}
.showroom-top-form-success{
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
@media (min-width: 1024px){

    .showroom-top-form-success{
        padding-left: 6.25rem;
        padding-right: 6.25rem;
    }
}
.showroom-top-form-success.active{
    display: flex;
}
.showroom-top-form-success-title{
    margin-bottom: 0.625rem;
    text-align: center;
    font-weight: 700;
    font-size: 1.25rem;
}
@media (min-width: 1024px){

    .showroom-top-form-success-title{
        font-size: 1.625rem;
    }
}
.showroom-top-form-success-text{
    text-align: center;
    font-size: 0.9375rem;
    line-height: 1.25rem;
}
@media (min-width: 1024px){

    .showroom-top-form-success-text{
        font-size: 1rem;
        line-height: 1.5625rem;
    }
}
@media screen and (max-width: 640px) {
    .showroom-products .container{
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.pointer-events-none{
    pointer-events: none;
}
.visible{
    visibility: visible;
}
.\!visible{
    visibility: visible !important;
}
.invisible{
    visibility: hidden;
}
.collapse{
    visibility: collapse;
}
.static{
    position: static;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.inset-x-0{
    left: 0px;
    right: 0px;
}
.inset-y-0{
    top: 0px;
    bottom: 0px;
}
.top-0{
    top: 0px;
}
.right-0{
    right: 0px;
}
.bottom-0{
    bottom: 0px;
}
.left-0{
    left: 0px;
}
.top-8{
    top: 2rem;
}
.top-4{
    top: 1rem;
}
.right-4{
    right: 1rem;
}
.left-10{
    left: 2.5rem;
}
.bottom-10{
    bottom: 2.5rem;
}
.left-2{
    left: 0.5rem;
}
.right-2{
    right: 0.5rem;
}
.left-4{
    left: 1rem;
}
.top-1\/2{
    top: 50%;
}
.bottom-4{
    bottom: 1rem;
}
.-left-14{
    left: -3.5rem;
}
.-right-14{
    right: -3.5rem;
}
.-left-6{
    left: -1.5rem;
}
.-right-6{
    right: -1.5rem;
}
.top-32{
    top: 8rem;
}
.-left-full{
    left: -100%;
}
.left-full{
    left: 100%;
}
.top-7{
    top: 1.75rem;
}
.left-7{
    left: 1.75rem;
}
.bottom-7{
    bottom: 1.75rem;
}
.z-50{
    z-index: 50;
}
.z-10{
    z-index: 10;
}
.z-40{
    z-index: 40;
}
.z-30{
    z-index: 30;
}
.z-0{
    z-index: 0;
}
.z-20{
    z-index: 20;
}
.order-3{
    order: 3;
}
.order-2{
    order: 2;
}
.order-1{
    order: 1;
}
.order-4{
    order: 4;
}
.order-5{
    order: 5;
}
.col-span-2{
    grid-column: span 2 / span 2;
}
.col-span-3{
    grid-column: span 3 / span 3;
}
.col-span-6{
    grid-column: span 6 / span 6;
}
.col-span-4{
    grid-column: span 4 / span 4;
}
.row-span-2{
    grid-row: span 2 / span 2;
}
.m-auto{
    margin: auto;
}
.-m-2{
    margin: -0.5rem;
}
.-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
}
.my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.my-0{
    margin-top: 0px;
    margin-bottom: 0px;
}
.my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
}
.mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.mx-0{
    margin-left: 0px;
    margin-right: 0px;
}
.-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.mb-\[40px\]{
    margin-bottom: 40px;
}
.mt-4{
    margin-top: 1rem;
}
.mt-8{
    margin-top: 2rem;
}
.mt-7{
    margin-top: 1.75rem;
}
.mr-3{
    margin-right: 0.75rem;
}
.mb-1{
    margin-bottom: 0.25rem;
}
.mt-1{
    margin-top: 0.25rem;
}
.ml-10{
    margin-left: 2.5rem;
}
.mb-2{
    margin-bottom: 0.5rem;
}
.mt-2{
    margin-top: 0.5rem;
}
.mr-2{
    margin-right: 0.5rem;
}
.ml-2{
    margin-left: 0.5rem;
}
.ml-4{
    margin-left: 1rem;
}
.mt-6{
    margin-top: 1.5rem;
}
.mt-3{
    margin-top: 0.75rem;
}
.mb-3{
    margin-bottom: 0.75rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.mr-8{
    margin-right: 2rem;
}
.mb-6{
    margin-bottom: 1.5rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.-mt-5{
    margin-top: -1.25rem;
}
.mr-5{
    margin-right: 1.25rem;
}
.mb-5{
    margin-bottom: 1.25rem;
}
.mb-12{
    margin-bottom: 3rem;
}
.ml-1{
    margin-left: 0.25rem;
}
.mt-0{
    margin-top: 0px;
}
.mt-9{
    margin-top: 2.25rem;
}
.mr-1{
    margin-right: 0.25rem;
}
.-ml-px{
    margin-left: -1px;
}
.mb-16px{
    margin-bottom: 1rem;
}
.mb-0{
    margin-bottom: 0px;
}
.mt-\[20px\]{
    margin-top: 20px;
}
.mb-10{
    margin-bottom: 2.5rem;
}
.mb-16{
    margin-bottom: 4rem;
}
.ml-6{
    margin-left: 1.5rem;
}
.ml-auto{
    margin-left: auto;
}
.mr-auto{
    margin-right: auto;
}
.mt-11{
    margin-top: 2.75rem;
}
.mb-7{
    margin-bottom: 1.75rem;
}
.mt-5{
    margin-top: 1.25rem;
}
.mr-6{
    margin-right: 1.5rem;
}
.mr-4{
    margin-right: 1rem;
}
.mt-10{
    margin-top: 2.5rem;
}
.mt-16{
    margin-top: 4rem;
}
.-mt-2{
    margin-top: -0.5rem;
}
.ml-7{
    margin-left: 1.75rem;
}
.mt-15{
    margin-top: 3.75rem;
}
.box-content{
    box-sizing: content-box;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.inline{
    display: inline;
}
.flex{
    display: flex;
}
.inline-flex{
    display: inline-flex;
}
.table{
    display: table;
}
.table-caption{
    display: table-caption;
}
.grid{
    display: grid;
}
.contents{
    display: contents;
}
.hidden{
    display: none;
}
.h-12{
    height: 3rem;
}
.h-8{
    height: 2rem;
}
.h-full{
    height: 100%;
}
.h-5{
    height: 1.25rem;
}
.h-4{
    height: 1rem;
}
.h-0{
    height: 0px;
}
.h-10{
    height: 2.5rem;
}
.h-6{
    height: 1.5rem;
}
.h-7{
    height: 1.75rem;
}
.h-20{
    height: 5rem;
}
.h-\[126px\]{
    height: 126px;
}
.h-14{
    height: 3.5rem;
}
.h-48{
    height: 12rem;
}
.h-3{
    height: 0.75rem;
}
.h-92{
    height: 23rem;
}
.h-28{
    height: 7rem;
}
.h-auto{
    height: auto;
}
.h-screen{
    height: 100vh;
}
.h-16{
    height: 4rem;
}
.h-\[44px\]{
    height: 44px;
}
.h-\[58px\]{
    height: 58px;
}
.h-2{
    height: 0.5rem;
}
.h-24{
    height: 6rem;
}
.max-h-screen{
    max-height: 100vh;
}
.max-h-full{
    max-height: 100%;
}
.max-h-6\/7{
    max-height: 85.714286%;
}
.min-h-screen-50{
    min-height: 50vh;
}
.min-h-full{
    min-height: 100%;
}
.min-h-0{
    min-height: 0px;
}
.min-h-screen{
    min-height: 100vh;
}
.min-h-14{
    min-height: 3.5rem;
}
.w-full{
    width: 100%;
}
.w-0{
    width: 0px;
}
.w-4{
    width: 1rem;
}
.w-8{
    width: 2rem;
}
.w-5{
    width: 1.25rem;
}
.w-1\/2{
    width: 50%;
}
.w-8\/10{
    width: 80%;
}
.w-6{
    width: 1.5rem;
}
.w-3\/12{
    width: 25%;
}
.w-2\/3{
    width: 66.666667%;
}
.w-9\/12{
    width: 75%;
}
.w-12{
    width: 3rem;
}
.w-7\/12{
    width: 58.333333%;
}
.w-5\/12{
    width: 41.666667%;
}
.w-28{
    width: 7rem;
}
.w-2\/7{
    width: 28.571429%;
}
.w-10{
    width: 2.5rem;
}
.w-9\/10{
    width: 90%;
}
.w-3\/4{
    width: 75%;
}
.w-9{
    width: 2.25rem;
}
.w-3{
    width: 0.75rem;
}
.w-92{
    width: 23rem;
}
.w-17{
    width: 4.375rem;
}
.w-14{
    width: 3.5rem;
}
.w-16{
    width: 4rem;
}
.w-\[44px\]{
    width: 44px;
}
.w-auto{
    width: auto;
}
.w-1\/1{
    width: 100%;
}
.w-20{
    width: 5rem;
}
.w-screen{
    width: 100vw;
}
.w-screen-xs{
    width: 480px;
}
.w-1\/3{
    width: 33.333333%;
}
.w-56{
    width: 14rem;
}
.w-48{
    width: 12rem;
}
.w-7{
    width: 1.75rem;
}
.w-24{
    width: 6rem;
}
.w-6\/7{
    width: 85.714286%;
}
.min-w-full{
    min-width: 100%;
}
.max-w-\[866px\]{
    max-width: 866px;
}
.max-w-screen-xs{
    max-width: 480px;
}
.max-w-4xl{
    max-width: 56rem;
}
.max-w-\[32rem\]{
    max-width: 32rem;
}
.max-w-6\/7{
    max-width: 85.714286%;
}
.max-w-gallery-popup{
    max-width: 1276px;
}
.max-w-md{
    max-width: 28rem;
}
.max-w-full{
    max-width: 100%;
}
.max-w-\[1300px\]{
    max-width: 1300px;
}
.max-w-\[45rem\]{
    max-width: 45rem;
}
.max-w-xs{
    max-width: 20rem;
}
.max-w-sm{
    max-width: 24rem;
}
.max-w-xl{
    max-width: 36rem;
}
.flex-none{
    flex: none;
}
.flex-1{
    flex: 1 1 0%;
}
.flex-shrink-0{
    flex-shrink: 0;
}
.shrink-0{
    flex-shrink: 0;
}
.flex-grow{
    flex-grow: 1;
}
.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-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full{
    --tw-translate-y: 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));
}
.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));
}
.transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin{

    to{
        transform: rotate(360deg);
    }
}
.animate-spin{
    animation: spin 1s linear infinite;
}
.cursor-pointer{
    cursor: pointer;
}
.cursor-default{
    cursor: default;
}
.select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.resize-y{
    resize: vertical;
}
.resize{
    resize: both;
}
.appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.grid-flow-row{
    grid-auto-flow: row;
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-row{
    flex-direction: row;
}
.flex-row-reverse{
    flex-direction: row-reverse;
}
.flex-col{
    flex-direction: column;
}
.flex-col-reverse{
    flex-direction: column-reverse;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-nowrap{
    flex-wrap: nowrap;
}
.content-center{
    align-content: center;
}
.content-start{
    align-content: flex-start;
}
.items-start{
    align-items: flex-start;
}
.items-end{
    align-items: flex-end;
}
.items-center{
    align-items: center;
}
.items-baseline{
    align-items: baseline;
}
.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-2{
    gap: 0.5rem;
}
.gap-1{
    gap: 0.25rem;
}
.gap-4{
    gap: 1rem;
}
.gap-5{
    gap: 1.25rem;
}
.gap-3{
    gap: 0.75rem;
}
.gap-15{
    gap: 3.75rem;
}
.gap-6{
    gap: 1.5rem;
}
.gap-10{
    gap: 2.5rem;
}
.gap-8{
    gap: 2rem;
}
.gap-y-2{
    row-gap: 0.5rem;
}
.gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}
.gap-y-4{
    row-gap: 1rem;
}
.gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
}
.gap-y-0{
    row-gap: 0px;
}
.gap-y-8{
    row-gap: 2rem;
}
.gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
}
.gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
}
.gap-y-3{
    row-gap: 0.75rem;
}
.gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.self-center{
    align-self: center;
}
.self-stretch{
    align-self: stretch;
}
.overflow-auto{
    overflow: auto;
}
.overflow-hidden{
    overflow: hidden;
}
.overflow-x-auto{
    overflow-x: auto;
}
.overflow-y-auto{
    overflow-y: auto;
}
.overflow-x-hidden{
    overflow-x: hidden;
}
.truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.overflow-ellipsis{
    text-overflow: ellipsis;
}
.text-ellipsis{
    text-overflow: ellipsis;
}
.whitespace-nowrap{
    white-space: nowrap;
}
.rounded-lg{
    border-radius: 0.5rem;
}
.rounded{
    border-radius: 0.25rem;
}
.rounded-none{
    border-radius: 0px;
}
.rounded-3xl{
    border-radius: 1.5rem;
}
.rounded-full{
    border-radius: 9999px;
}
.rounded-md{
    border-radius: 0.375rem;
}
.rounded-2xl{
    border-radius: 1rem;
}
.rounded-\[\.3125rem\]{
    border-radius: .3125rem;
}
.rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.border-2{
    border-width: 2px;
}
.border{
    border-width: 1px;
}
.border-0{
    border-width: 0px;
}
.border-3{
    border-width: 3px;
}
.border-t-2{
    border-top-width: 2px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-b-2{
    border-bottom-width: 2px;
}
.border-t{
    border-top-width: 1px;
}
.border-b-\[1px\]{
    border-bottom-width: 1px;
}
.border-dashed{
    border-style: dashed;
}
.border-none{
    border-style: none;
}
.border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-lightgrey{
    --tw-border-opacity: 1;
    border-color: rgb(244 244 244 / var(--tw-border-opacity));
}
.border-rs-primary{
    --tw-border-opacity: 1;
    border-color: rgb(28 28 28 / var(--tw-border-opacity));
}
.border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-container{
    --tw-border-opacity: 1;
    border-color: rgb(231 231 231 / var(--tw-border-opacity));
}
.border-a7{
    --tw-border-opacity: 1;
    border-color: rgb(167 167 167 / var(--tw-border-opacity));
}
.border-grey-f1{
    --tw-border-opacity: 1;
    border-color: rgb(241 241 241 / var(--tw-border-opacity));
}
.border-grey-e2{
    --tw-border-opacity: 1;
    border-color: rgb(226 226 226 / var(--tw-border-opacity));
}
.border-rs-red{
    --tw-border-opacity: 1;
    border-color: rgb(210 8 30 / var(--tw-border-opacity));
}
.border-white-05{
    border-color: rgba(255,255,255,.5);
}
.border-container-lighter{
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(29 78 216 / var(--tw-border-opacity));
}
.border-red-700{
    --tw-border-opacity: 1;
    border-color: rgb(185 28 28 / var(--tw-border-opacity));
}
.border-rs-primary-light-alt{
    --tw-border-opacity: 1;
    border-color: rgb(208 208 208 / var(--tw-border-opacity));
}
.border-main-yellow{
    --tw-border-opacity: 1;
    border-color: rgb(253 199 88 / var(--tw-border-opacity));
}
.border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-transparent{
    border-color: transparent;
}
.border-black{
    --tw-border-opacity: 1;
    border-color: rgb(28 28 28 / var(--tw-border-opacity));
}
.border-rs-primary-dark{
    --tw-border-opacity: 1;
    border-color: rgb(51 51 51 / var(--tw-border-opacity));
}
.border-grey-e5{
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-current{
    border-color: currentColor;
}
.border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgb(250 204 21 / var(--tw-border-opacity));
}
.bg-main-yellow{
    --tw-bg-opacity: 1;
    background-color: rgb(253 199 88 / var(--tw-bg-opacity));
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black-73{
    background-color: rgba(0,0,0,.73);
}
.bg-white-05{
    background-color: rgba(255,255,255,.5);
}
.bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(28 28 28 / var(--tw-bg-opacity));
}
.bg-lightgrey{
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-transparent{
    background-color: transparent;
}
.bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-rs-primary-lighter{
    --tw-bg-opacity: 1;
    background-color: rgb(245 246 244 / var(--tw-bg-opacity));
}
.bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-container-darker{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-section-blue{
    --tw-bg-opacity: 1;
    background-color: rgb(4 30 66 / var(--tw-bg-opacity));
}
.bg-container-lighter{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-main-blue{
    --tw-bg-opacity: 1;
    background-color: rgb(18 28 57 / var(--tw-bg-opacity));
}
.bg-rs-blue{
    --tw-bg-opacity: 1;
    background-color: rgb(2 0 84 / var(--tw-bg-opacity));
}
.bg-gallery-active-40{
    background-color: rgba(253,199,88,.4);
}
.bg-gallery-active{
    --tw-bg-opacity: 1;
    background-color: rgb(253 199 88 / var(--tw-bg-opacity));
}
.bg-main-yellow-034{
    background-color: rgba(253,199,88,.34);
}
.bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(2 0 84 / var(--tw-bg-opacity));
}
.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-opacity-50{
    --tw-bg-opacity: 0.5;
}
.bg-opacity-25{
    --tw-bg-opacity: 0.25;
}
.bg-opacity-100{
    --tw-bg-opacity: 1;
}
.bg-opacity-80{
    --tw-bg-opacity: 0.8;
}
.fill-current{
    fill: currentColor;
}
.stroke-current{
    stroke: currentColor;
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.p-2{
    padding: 0.5rem;
}
.p-10{
    padding: 2.5rem;
}
.p-0{
    padding: 0px;
}
.p-4{
    padding: 1rem;
}
.p-6{
    padding: 1.5rem;
}
.p-1{
    padding: 0.25rem;
}
.p-3{
    padding: 0.75rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.px-0{
    padding-left: 0px;
    padding-right: 0px;
}
.px-8{
    padding-left: 2rem;
    padding-right: 2rem;
}
.px-\[28px\]{
    padding-left: 28px;
    padding-right: 28px;
}
.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}
.px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-0{
    padding-top: 0px;
    padding-bottom: 0px;
}
.py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}
.py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
}
.pb-1{
    padding-bottom: 0.25rem;
}
.pt-6{
    padding-top: 1.5rem;
}
.pt-10{
    padding-top: 2.5rem;
}
.pt-12{
    padding-top: 3rem;
}
.pb-14{
    padding-bottom: 3.5rem;
}
.pt-4{
    padding-top: 1rem;
}
.pb-4{
    padding-bottom: 1rem;
}
.pl-1{
    padding-left: 0.25rem;
}
.pr-1{
    padding-right: 0.25rem;
}
.pt-1{
    padding-top: 0.25rem;
}
.pb-12{
    padding-bottom: 3rem;
}
.pb-5{
    padding-bottom: 1.25rem;
}
.pb-1\/1{
    padding-bottom: 100%;
}
.pt-2{
    padding-top: 0.5rem;
}
.pb-2{
    padding-bottom: 0.5rem;
}
.pr-0{
    padding-right: 0px;
}
.pb-0{
    padding-bottom: 0px;
}
.pr-6{
    padding-right: 1.5rem;
}
.pr-2{
    padding-right: 0.5rem;
}
.pt-15{
    padding-top: 3.75em;
}
.pt-3{
    padding-top: 0.75rem;
}
.pt-8{
    padding-top: 2rem;
}
.pr-4{
    padding-right: 1rem;
}
.pb-6{
    padding-bottom: 1.5rem;
}
.pt-0{
    padding-top: 0px;
}
.pt-5{
    padding-top: 1.25rem;
}
.pr-9{
    padding-right: 2.25rem;
}
.pr-10{
    padding-right: 2.5rem;
}
.pb-10{
    padding-bottom: 2.5rem;
}
.pl-4{
    padding-left: 1rem;
}
.pb-8{
    padding-bottom: 2rem;
}
.pb-2\/3{
    padding-bottom: 66.666667%;
}
.pb-3{
    padding-bottom: 0.75rem;
}
.pt-20{
    padding-top: 5rem;
}
.pr-14{
    padding-right: 3.5rem;
}
.pl-6{
    padding-left: 1.5rem;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-14{
    font-size: 0.875rem;
}
.text-20{
    font-size: 1.25rem;
}
.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-15{
    font-size: 0.9375rem;
}
.text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-10{
    font-size: 0.625rem;
}
.text-16{
    font-size: 1rem;
}
.text-12{
    font-size: 0.75rem;
}
.text-xs-13{
    font-size: 0.813rem;
}
.text-xs-19{
    font-size: 1.1875rem;
}
.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-30{
    font-size: 1.875rem;
}
.text-22{
    font-size: 1.375rem;
}
.text-26{
    font-size: 1.625rem;
}
.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-24{
    font-size: 1.5rem;
}
.text-xxs{
    font-size: 0.625rem;
}
.text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
}
.text-24px{
    font-size: 1.5rem;
}
.text-18{
    font-size: 1.125rem;
}
.text-11{
    font-size: 0.6875rem;
}
.text-1-5xl{
    font-size: 1.375rem;
}
.text-13{
    font-size: 0.813rem;
}
.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-33{
    font-size: 2.0625rem;
}
.text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.font-bold{
    font-weight: 700;
}
.font-medium{
    font-weight: 500;
}
.font-semibold{
    font-weight: 600;
}
.font-light{
    font-weight: 300;
}
.font-normal{
    font-weight: 400;
}
.uppercase{
    text-transform: uppercase;
}
.lowercase{
    text-transform: lowercase;
}
.leading-8{
    line-height: 2rem;
}
.leading-default{
    line-height: 1.5;
}
.leading-5{
    line-height: 1.25rem;
}
.leading-7{
    line-height: 1.75rem;
}
.leading-relaxed{
    line-height: 1.625;
}
.leading-36{
    line-height: 2.25rem;
}
.leading-22{
    line-height: 1.375rem;
}
.leading-29{
    line-height: 1.8125rem;
}
.leading-loose{
    line-height: 2;
}
.leading-normal{
    line-height: 1.5;
}
.leading-12{
    line-height: 0.75rem;
}
.leading-none{
    line-height: 1;
}
.leading-26{
    line-height: 1.625rem;
}
.leading-6{
    line-height: 1.5rem;
}
.leading-14{
    line-height: 0.875rem;
}
.text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-green-500{
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-green-700{
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-purple-700{
    --tw-text-opacity: 1;
    color: rgb(126 34 206 / var(--tw-text-opacity));
}
.text-yellow-600{
    --tw-text-opacity: 1;
    color: rgb(202 138 4 / var(--tw-text-opacity));
}
.text-red-600{
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-700{
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-primary{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-grey-96{
    --tw-text-opacity: 1;
    color: rgb(150 150 150 / var(--tw-text-opacity));
}
.text-primary-lighter{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-secondary{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-secondary-darker{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-grey-86{
    --tw-text-opacity: 1;
    color: rgb(134 134 134 / var(--tw-text-opacity));
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
}
.text-dark-grey{
    --tw-text-opacity: 1;
    color: rgb(134 134 134 / var(--tw-text-opacity));
}
.text-rs-red{
    --tw-text-opacity: 1;
    color: rgb(210 8 30 / var(--tw-text-opacity));
}
.text-section-blue{
    --tw-text-opacity: 1;
    color: rgb(4 30 66 / var(--tw-text-opacity));
}
.text-grey{
    --tw-text-opacity: 1;
    color: rgb(234 234 234 / var(--tw-text-opacity));
}
.text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-rs-primary{
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
}
.text-grey-98{
    --tw-text-opacity: 1;
    color: rgb(152 152 152 / var(--tw-text-opacity));
}
.text-neutral-900{
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity));
}
.text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-indigo-600{
    --tw-text-opacity: 1;
    color: rgb(79 70 229 / var(--tw-text-opacity));
}
.underline{
    text-decoration-line: underline;
}
.line-through{
    text-decoration-line: line-through;
}
.no-underline{
    text-decoration-line: none;
}
.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opacity-50{
    opacity: 0.5;
}
.opacity-100{
    opacity: 1;
}
.opacity-0{
    opacity: 0;
}
.opacity-20{
    opacity: 0.2;
}
.opacity-25{
    opacity: 0.25;
}
.opacity-80{
    opacity: 0.8;
}
.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);
}
.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{
    --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-sm{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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);
}
.outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.outline{
    outline-style: solid;
}
.ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
.ring-opacity-50{
    --tw-ring-opacity: 0.5;
}
.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);
}
.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-sm{
    --tw-backdrop-blur: blur(4px);
    -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-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-300{
    transition-duration: 300ms;
}
.duration-200{
    transition-duration: 200ms;
}
.duration-500{
    transition-duration: 500ms;
}
.duration-150{
    transition-duration: 150ms;
}
.ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[_nosid\:1\]{
    _nosid: 1;
}
.first\:mt-0:first-child{
    margin-top: 0px;
}
.last\:mr-0:last-child{
    margin-right: 0px;
}
.last\:mb-0:last-child{
    margin-bottom: 0px;
}
.last\:mb-6:last-child{
    margin-bottom: 1.5rem;
}
.last\:border-b:last-child{
    border-bottom-width: 1px;
}
.focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.hover\:border-transparent:hover{
    border-color: transparent;
}
.hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgb(28 28 28 / var(--tw-border-opacity));
}
.hover\:border-current:hover{
    border-color: currentColor;
}
.hover\:bg-rs-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(28 28 28 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-rs-primary-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.hover\:bg-transparent:hover{
    background-color: transparent;
}
.hover\:bg-rs-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(2 0 84 / var(--tw-bg-opacity));
}
.hover\:bg-gallery-active:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(253 199 88 / var(--tw-bg-opacity));
}
.hover\:bg-container-darker:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.hover\:bg-container:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.hover\:text-rs-primary-lighter:hover{
    --tw-text-opacity: 1;
    color: rgb(245 246 244 / var(--tw-text-opacity));
}
.hover\:text-secondary-darker:hover{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
.hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
}
.hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-rs-primary:hover{
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-yellow-500:hover{
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity));
}
.hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity));
}
.hover\:underline:hover{
    text-decoration-line: underline;
}
.hover\:no-underline:hover{
    text-decoration-line: none;
}
.hover\:opacity-100:hover{
    opacity: 1;
}
.hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:z-10:focus{
    z-index: 10;
}
.focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.focus\:border-transparent:focus{
    border-color: transparent;
}
.focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgb(28 28 28 / var(--tw-border-opacity));
}
.focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgb(165 180 252 / var(--tw-border-opacity));
}
.focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.focus\:bg-gallery-active:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(253 199 88 / var(--tw-bg-opacity));
}
.focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:outline-0:focus{
    outline-width: 0px;
}
.focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}
.focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(28 28 28 / var(--tw-ring-opacity));
}
.focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
}
.focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
}
.focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
}
.active\:border-transparent:active{
    border-color: transparent;
}
.active\:bg-gray-100:active{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.active\:text-gray-500:active{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.active\:text-gray-700:active{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.active\:outline-none:active{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.active\:ring-0:active{
    --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);
}
@media (min-width: 480px){

    .xs\:mx-0{
        margin-left: 0px;
        margin-right: 0px;
    }

    .xs\:-mx-6{
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .xs\:mb-16{
        margin-bottom: 4rem;
    }

    .xs\:block{
        display: block;
    }

    .xs\:hidden{
        display: none;
    }

    .xs\:h-12{
        height: 3rem;
    }

    .xs\:h-40{
        height: 10rem;
    }

    .xs\:w-8\/11{
        width: 72.727273%;
    }

    .xs\:w-12{
        width: 3rem;
    }

    .xs\:w-40{
        width: 10rem;
    }

    .xs\:w-2\/5{
        width: 40%;
    }

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

    .xs\:px-0{
        padding-left: 0px;
        padding-right: 0px;
    }

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

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

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

    .xs\:text-16{
        font-size: 1rem;
    }

    .xs\:text-32{
        font-size: 2rem;
    }
}
@media (min-width: 640px){

    .sm\:top-1{
        top: 0.25rem;
    }

    .sm\:order-2{
        order: 2;
    }

    .sm\:order-1{
        order: 1;
    }

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

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

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

    .sm\:mx-0{
        margin-left: 0px;
        margin-right: 0px;
    }

    .sm\:-mx-6{
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .sm\:-mt-8{
        margin-top: -2rem;
    }

    .sm\:mb-16{
        margin-bottom: 4rem;
    }

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

    .sm\:ml-4{
        margin-left: 1rem;
    }

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

    .sm\:block{
        display: block;
    }

    .sm\:flex{
        display: flex;
    }

    .sm\:grid{
        display: grid;
    }

    .sm\:hidden{
        display: none;
    }

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

    .sm\:min-h-screen-75{
        min-height: 75vh;
    }

    .sm\:w-80{
        width: 20rem;
    }

    .sm\:w-2\/5{
        width: 40%;
    }

    .sm\:w-9\/12{
        width: 75%;
    }

    .sm\:w-3\/12{
        width: 25%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .sm\:gap-2{
        gap: 0.5rem;
    }

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

    .sm\:gap-x-4{
        -moz-column-gap: 1rem;
             column-gap: 1rem;
    }

    .sm\:gap-y-16{
        row-gap: 4rem;
    }

    .sm\:rounded-none{
        border-radius: 0px;
    }

    .sm\:bg-lightgrey{
        --tw-bg-opacity: 1;
        background-color: rgb(244 244 244 / var(--tw-bg-opacity));
    }

    .sm\:p-5{
        padding: 1.25rem;
    }

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

    .sm\:px-0{
        padding-left: 0px;
        padding-right: 0px;
    }

    .sm\:py-0{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .sm\:pl-11{
        padding-left: 2.75em;
    }

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

    .sm\:pt-24{
        padding-top: 6rem;
    }

    .sm\:pt-8{
        padding-top: 2rem;
    }

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

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

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

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

    .sm\:text-14{
        font-size: 0.875rem;
    }

    .sm\:text-16{
        font-size: 1rem;
    }

    .sm\:duration-700{
        transition-duration: 700ms;
    }
}
@media (min-width: 768px){

    .md\:order-3{
        order: 3;
    }

    .md\:order-1{
        order: 1;
    }

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

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

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

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

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

    .md\:-mx-6{
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

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

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

    .md\:mr-6{
        margin-right: 1.5rem;
    }

    .md\:block{
        display: block;
    }

    .md\:flex{
        display: flex;
    }

    .md\:grid{
        display: grid;
    }

    .md\:hidden{
        display: none;
    }

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

    .md\:h-4{
        height: 1rem;
    }

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

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

    .md\:w-44{
        width: 11rem;
    }

    .md\:w-2\/7{
        width: 28.571429%;
    }

    .md\:w-screen-xs{
        width: 480px;
    }

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

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

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

    .md\:w-2\/3{
        width: 66.666667%;
    }

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

    .md\:w-4{
        width: 1rem;
    }

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

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

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

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

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

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

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

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

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

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

    .md\:gap-y-0{
        row-gap: 0px;
    }

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

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

    .md\:gap-y-5{
        row-gap: 1.25rem;
    }

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

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

    .md\:rounded-r-none{
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .md\:rounded-b-2xl{
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .md\:p-6{
        padding: 1.5rem;
    }

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

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

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

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

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

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

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

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

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

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

    .md\:text-16{
        font-size: 1rem;
    }

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

    .md\:text-14{
        font-size: 0.875rem;
    }

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

    .md\:text-2xl{
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
@media (min-width: 1024px){

    .lg\:container{
        width: 100%;
    }

    @media (min-width: 480px){

        .lg\:container{
            max-width: 480px;
        }
    }

    @media (min-width: 640px){

        .lg\:container{
            max-width: 640px;
        }
    }

    @media (min-width: 768px){

        .lg\:container{
            max-width: 768px;
        }
    }

    @media (min-width: 1024px){

        .lg\:container{
            max-width: 1024px;
        }
    }

    .lg\:invisible{
        visibility: hidden;
    }

    @media (min-width: 1280px){

        .lg\:container{
            max-width: 1280px;
        }
    }

    @media (min-width: 1768px){

        .lg\:container{
            max-width: 1768px;
        }
    }

    .lg\:absolute{
        position: absolute;
    }

    .lg\:relative{
        position: relative;
    }

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

    .lg\:top-7{
        top: 1.75rem;
    }

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

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

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

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

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

    .lg\:bottom-5{
        bottom: 1.25rem;
    }

    .lg\:top-3{
        top: 0.75rem;
    }

    .lg\:order-2{
        order: 2;
    }

    .lg\:order-1{
        order: 1;
    }

    .lg\:order-3{
        order: 3;
    }

    .lg\:order-4{
        order: 4;
    }

    .lg\:order-5{
        order: 5;
    }

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

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

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

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

    .lg\:mx-0{
        margin-left: 0px;
        margin-right: 0px;
    }

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

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

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

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

    .lg\:mr-4{
        margin-right: 1rem;
    }

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

    .lg\:mt-16{
        margin-top: 4rem;
    }

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

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

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

    .lg\:mt-32{
        margin-top: 8rem;
    }

    .lg\:mt-8{
        margin-top: 2rem;
    }

    .lg\:mb-40px{
        margin-bottom: 2.5rem;
    }

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

    .lg\:ml-16{
        margin-left: 4rem;
    }

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

    .lg\:mb-8{
        margin-bottom: 2rem;
    }

    .lg\:mt-18{
        margin-top: 4.5rem;
    }

    .lg\:mb-10{
        margin-bottom: 2.5rem;
    }

    .lg\:mb-16{
        margin-bottom: 4rem;
    }

    .lg\:mt-14{
        margin-top: 3.5rem;
    }

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

    .lg\:block{
        display: block;
    }

    .lg\:flex{
        display: flex;
    }

    .lg\:grid{
        display: grid;
    }

    .lg\:hidden{
        display: none;
    }

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

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

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

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

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

    .lg\:h-16{
        height: 4rem;
    }

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

    .lg\:max-h-hero{
        max-height: 45.625rem;
    }

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

    .lg\:min-h-0{
        min-height: 0px;
    }

    .lg\:w-2\/3{
        width: 66.666667%;
    }

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

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

    .lg\:w-6{
        width: 1.5rem;
    }

    .lg\:w-1\/6{
        width: 16.666667%;
    }

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

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

    .lg\:w-7\/12{
        width: 58.333333%;
    }

    .lg\:w-5\/12{
        width: 41.666667%;
    }

    .lg\:w-12{
        width: 3rem;
    }

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

    .lg\:w-23{
        width: 5.75em;
    }

    .lg\:w-21{
        width: 5.25em;
    }

    .lg\:w-37{
        width: 9.25rem;
    }

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

    .lg\:w-2\/5{
        width: 40%;
    }

    .lg\:w-1\/5{
        width: 20%;
    }

    .lg\:w-70{
        width: 17.5rem;
    }

    .lg\:w-5\/6{
        width: 83.333333%;
    }

    .lg\:min-w-60{
        min-width: 15rem;
    }

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

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

    .lg\:max-w-\[51\.75rem\]{
        max-width: 51.75rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:gap-36{
        gap: 9rem;
    }

    .lg\:gap-0{
        gap: 0px;
    }

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

    .lg\:gap-6{
        gap: 1.5rem;
    }

    .lg\:gap-y-5{
        row-gap: 1.25rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:px-36{
        padding-left: 9rem;
        padding-right: 9rem;
    }

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

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

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

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

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

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

    .lg\:pr-23{
        padding-right: 5.75rem;
    }

    .lg\:pb-0{
        padding-bottom: 0px;
    }

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

    .lg\:pl-23{
        padding-left: 5.75rem;
    }

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

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

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

    .lg\:pb-1\/2{
        padding-bottom: 50%;
    }

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

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

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

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

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

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

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

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

    .lg\:text-36{
        font-size: 2.25rem;
    }

    .lg\:text-16{
        font-size: 1rem;
    }

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

    .lg\:text-40{
        font-size: 2.5rem;
    }

    .lg\:text-18{
        font-size: 1.125rem;
    }

    .lg\:text-30{
        font-size: 1.875rem;
    }

    .lg\:text-14{
        font-size: 0.875rem;
    }

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

    .lg\:text-22{
        font-size: 1.375rem;
    }

    .lg\:text-top-menu{
        font-size: 0.8rem;
    }

    .lg\:text-21{
        font-size: 1.3125rem;
    }

    .lg\:text-25{
        font-size: 1.5625rem;
    }

    .lg\:text-39{
        font-size: 2.4375rem;
    }

    .lg\:text-23{
        font-size: 1.4375rem;
    }

    .lg\:text-35{
        font-size: 2.1875rem;
    }

    .lg\:text-27{
        font-size: 1.6875rem;
    }

    .lg\:text-12{
        font-size: 0.75rem;
    }

    .lg\:leading-40{
        line-height: 2.5rem;
    }

    .lg\:leading-27{
        line-height: 1.6875rem;
    }

    .lg\:leading-54{
        line-height: 3.375rem;
    }

    .lg\:leading-44{
        line-height: 2.75rem;
    }

    .lg\:leading-46{
        line-height: 2.875rem;
    }
}
@media (min-width: 1280px){

    .xl\:top-5{
        top: 1.25rem;
    }

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

    .xl\:mx-0{
        margin-left: 0px;
        margin-right: 0px;
    }

    .xl\:ml-24{
        margin-left: 6rem;
    }

    .xl\:ml-10{
        margin-left: 2.5rem;
    }

    .xl\:mr-6{
        margin-right: 1.5rem;
    }

    .xl\:flex{
        display: flex;
    }

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

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

    .xl\:w-44{
        width: 11rem;
    }

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

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

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

    .xl\:flex-nowrap{
        flex-wrap: nowrap;
    }

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

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

    .xl\:border-none{
        border-style: none;
    }

    .xl\:px-0{
        padding-left: 0px;
        padding-right: 0px;
    }

    .xl\:py-0{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .xl\:pr-20{
        padding-right: 5rem;
    }

    .xl\:pl-6{
        padding-left: 1.5rem;
    }

    .xl\:text-60{
        font-size: 3.75rem;
    }

    .xl\:text-18{
        font-size: 1.125rem;
    }

    .xl\:text-36{
        font-size: 2.25rem;
    }

    .xl\:text-16{
        font-size: 1rem;
    }

    .xl\:leading-60{
        line-height: 3.75rem;
    }
}
@media (min-width: 1768px){

    .\32xl\:sticky{
        position: sticky;
    }

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

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

    .\32xl\:flex{
        display: flex;
    }

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

    .\32xl\:w-1\/5{
        width: 20%;
    }

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

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

    .\32xl\:pr-32{
        padding-right: 8rem;
    }

    .\32xl\:pr-40{
        padding-right: 10rem;
    }

    .\32xl\:pt-15{
        padding-top: 3.75em;
    }

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

    .\32xl\:text-20{
        font-size: 1.25rem;
    }

    .\32xl\:text-38{
        font-size: 2.375rem;
    }

    .\32xl\:text-xs-14{
        font-size: 0.875rem;
    }

    .\32xl\:text-14{
        font-size: 0.875rem;
    }

    .\32xl\:leading-65{
        line-height: 4.0625rem;
    }

    .\32xl\:leading-49{
        line-height: 3.0625rem;
    }
}/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}