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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

[hidden] {
  display: none;
}

[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:-ms-input-placeholder, textarea:-ms-input-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;
     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;
     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;
     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;
      -ms-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-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:-ms-input-placeholder, .form-textarea:-ms-input-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;
     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;
     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;
      -ms-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;
}
:root {
  --main-font: 'Hind Siliguri', sans-serif;
  --mobile-top-bar-height: 2.5rem;
  --mobile-header-height: 3.125rem;
  --desktop-top-bar-height: 3rem;
  --desktop-header-height: 4.625rem;
  --desktop-nav-height: 4.875rem;

  --mobile-page-wrapper-top-padding: calc(var(--mobile-top-bar-height) + var(--mobile-header-height));
  --desktop-page-wrapper-top-padding: calc(var(--desktop-top-bar-height) + var(--desktop-header-height) + var(--desktop-nav-height));
}
html {
    font-size: 100% !important;
}
body {
    font-size: 1rem !important;
    font-family: var(--main-font);
}
p a {
    text-decoration: underline;
}
.translate-center{
  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));
}
.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;
}
.text-white {
    color: #fff;
}
.bg-lightgrey {
    background-color: #F5F6F4;
}
.bg-lightgrey-hover {
    background-color: #EFF0ED;
}
.bg-almost-white {
    background-color: #FAFAFA;
}
.bg-darkblue {
    background-color: #020054;
}
.bg-darkblue-hover {
    background-color: #010034;
}
.z-1 {
    z-index: 1;
}
.z-2 {
    z-index: 2;
}
.max-w-initial {
    max-width: initial;
}
.stroke-black {
    stroke: #1C1C1C;
}
._overlay{
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  width: 100%;
}
._no-highlight {
    -webkit-tap-highlight-color: transparent;
}
@font-face {
  font-family: 'Hind Siliguri';
  src: url('../fonts/hind-siliguri/HindSiliguri-Light.woff2') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hind Siliguri';
  src: url('../fonts/hind-siliguri/HindSiliguri-Regular.woff2') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hind Siliguri';
  src: url('../fonts/hind-siliguri/HindSiliguri-Medium.woff2') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hind Siliguri';
  src: url('../fonts/hind-siliguri/HindSiliguri-SemiBold.woff2') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hind Siliguri';
  src: url('../fonts/hind-siliguri/HindSiliguri-Bold.woff2') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rf';
  src: url('../fonts/rf/rf.woff') format('woff'),
  url('../fonts/rf/rf.svg') 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-end;
}
@media (min-width: 640px){

  .category-filters-container{
    flex-wrap: nowrap;
  }
}
.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;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.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: 1rem;
}
.filter-options-content input[type="checkbox"] {
        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{
  --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{
  --tw-ring-color: transparent;
}
.product-list-section .toolbar-products{
  display: none;
}
.filter-top-item{
  position: relative;
  margin-right: 1rem;
  margin-bottom: 1rem;
  height: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 244 / var(--tw-bg-opacity));
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  text-align: center;
  font-weight: 700;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
    transition: transform 250ms ease, color 250ms ease;
    font-size: 0.875rem;
}
@media (min-width: 1024px){

  .filter-top-item{
    font-size: 1rem;
  }
}
.filter-top-item:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 227 / var(--tw-bg-opacity));
}
.filter-top-item {
    border-radius: 5px;
}
.filter-top-item.active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 227 / var(--tw-bg-opacity));
}
#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;
  }
}
/**
 * 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;
}
.newsletter-block{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 768px){

  .newsletter-block{
    justify-content: flex-start;
  }
}
@media (min-width: 1024px){

  .newsletter-block{
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.subscribe-block{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
@media (min-width: 1024px){

  .subscribe-block{
    flex-direction: row;
  }
}
.subscribe-block {
    z-index: 1;
}
.subscribe-text{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 1024px){

  .subscribe-text{
    align-items: flex-start;
    margin-right: 2rem;
    flex-shrink: 0;
        width: 24rem;
  }
}
.subscribe-text-title{
  font-weight: 700;
  text-align: center;
  font-size: 1.25rem;
}
@media (min-width: 1024px){

  .subscribe-text-title{
    text-align: left;
    font-size: 2.25rem;
  }
}
.subscribe-text-desk{
  text-align: center;
  font-size: 0.875rem;
}
@media (min-width: 1024px){

  .subscribe-text-desk{
    text-align: left;
    font-size: 1.125rem;
  }
}
.subscribe-form{
  width: 100%;
}
.form.subscribe input{
  height: 3rem;
  border-radius: 0.5rem;
  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;
}
@media (min-width: 1024px){

  .form.subscribe input{
    font-size: 1.125rem;
  }
}
.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);
}
@media (min-width: 1024px) {
.form.subscribe input{
    width: 100%;
  }
.form.subscribe .btn-black{
    margin-left: 1rem;
    flex-shrink: 0;
            width: 13rem;
  }
        }
.newsletter-subscribe{
  -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: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::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
.newsletter-subscribe:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}
.newsletter-subscribe::placeholder{
  color: #6b7280;
  opacity: 1;
}
.newsletter-subscribe::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
.newsletter-subscribe::-webkit-date-and-time-value{
  min-height: 1.5em;
}
.newsletter-subscribe::-webkit-datetime-edit, .newsletter-subscribe::-webkit-datetime-edit-year-field, .newsletter-subscribe::-webkit-datetime-edit-month-field, .newsletter-subscribe::-webkit-datetime-edit-day-field, .newsletter-subscribe::-webkit-datetime-edit-hour-field, .newsletter-subscribe::-webkit-datetime-edit-minute-field, .newsletter-subscribe::-webkit-datetime-edit-second-field, .newsletter-subscribe::-webkit-datetime-edit-millisecond-field, .newsletter-subscribe::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
.newsletter-subscribe{
  display: inline-flex;
  flex: 1 1 0%;
  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: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;
}
.newsletter-subscribe{
  padding-left: 3rem;
}
@media (min-width: 1024px){

  .newsletter-subscribe{
    padding-left: 4rem;
  }
}
.newsletter-subscribe {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18.235" height="13.478" viewBox="0 0 18.235 13.478"><g fill="none" stroke="%23000" stroke-width="1.5"><rect width="18.235" height="13.478" rx="1" stroke="none"/><rect x="0.75" y="0.75" width="16.735" height="11.978" rx="0.25" fill="none"/></g><path d="M-1191.177,2831.224l7.987,4.551,8.453-4.551" transform="translate(1192.14 -2829.461)" fill="none" stroke="%23000" stroke-width="1.5"/></svg>');
    background-position: .75rem center;
    background-size: 1.5rem;
    background-repeat: no-repeat;
}
@media (min-width: 1024px) {
.newsletter-subscribe {
        background-position: 1.5rem center
}
    }
.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{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1280px){

  .page.messages .messages
    section#messages{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1768px){

  .page.messages .messages
    section#messages{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
.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);
    color: #fff;
}
.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{
  -webkit-text-decoration-line: underline;
          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;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 227 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}
@media (min-width: 480px){

  .static-label{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.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));
    color: #fff;
}
.product-card .product-card-title{
  width: 100%;
  font-weight: 300;
  line-height: 1.5;
  font-size: 0.75rem;
}
@media (min-width: 640px){

  .product-card .product-card-title{
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px){

  .product-card .product-card-title{
    font-size: 1rem;
  }
}
.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: 1rem;
  }
}
.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)
                }
                    }
.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: '';
}
.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;
  height: 4rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 246 244 / var(--tw-border-opacity));
  padding-top: 1rem;
}
@media (min-width: 640px) {
.category-filters-container {
        height: initial
}
    }
.category-filters-container .toolbar .toolbar-sorter{
  position: absolute;
  right: 0px;
  top: 1rem;
}
@media (min-width: 640px) {
.category-filters-container .toolbar .toolbar-sorter {
                position: initial;
                right: initial;
                top: initial
        }
            }
.category-filters-container .toolbar .toolbar-sorter .form-select{
  margin: -0.25rem;
  border-width: 0px;
  padding: 0px;
  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);
}
.category-filters-container .toolbar .toolbar-amount {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }
@media (min-width: 640px) {
.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-info h1{
  margin-top: 0px;
  margin-bottom: 0.25rem;
  text-align: left;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6875rem;
}
@media (min-width: 1024px){

  .product-info h1{
    font-size: 1.5625rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1768px){

  .product-info h1{
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}
.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;
  left: 50%;
  top: 0px;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 250ms ease, color 250ms ease;
}
@media (min-width: 1024px){
.product-main-image {
        max-height: auto
}
    }
.product-main-image{
    transform: translateX(-50%);
}
.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;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 1276px;
    z-index: 40;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border-width: 6px;
    border-style: solid;
    border-color: #020054 transparent #020054 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;
        }
.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;
    }
.product-gallery-wrapper-inner{
  position: relative;
  height: 0px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100%;
}
@media (min-width: 1024px){

  .product-gallery-wrapper-inner{
    height: auto;
        margin-left: 10.5rem;
        width: calc(100% - 10.5rem);
        padding-bottom: 0;
        min-height: 495px;
        margin-top: 25px;
  }
}
@media (min-width: 1768px) {
.product-gallery-wrapper-inner {
        margin-left: 15rem;
        width: calc(100% - 15rem);
        min-height: 660px
}
    }
.product-gallery-wrapper-image{
  position: relative;
  margin-left: auto;
  height: 0px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100%;
}
@media (min-width: 1024px) {
.product-gallery-wrapper-image {
        max-width: 495px
}
    }
@media (min-width: 1768px) {
.product-gallery-wrapper-image {
        max-width: 660px
}
    }
.product-gallery-wrapper-image img {
        width: 100%;
    }
.product-image-labels{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 1024px){

  .product-image-labels{
    margin-bottom: 1.5rem;
  }
}
.product-image-label{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 227 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
  height: 1.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.5625rem;
}
@media (min-width: 768px){

  .product-image-label{
    height: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
  }
}
.product-image-label {
    border-radius: 5px;
}
.sidebar-accordions{
  position: relative;
  width: 100%;
  padding-top: 0.5rem;
}
.sidebar-accordions .sidebar-accordion{
  position: relative;
  width: 100%;
        border-bottom: 1px solid #e8e8e8;
}
.sidebar-accordions .sidebar-accordion-title{
  position: relative;
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
}
.sidebar-accordions .sidebar-accordion-action{
  position: absolute;
  right: 0px;
  top: 50%;
  display: block;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
        transition: transform .2s;
}
.sidebar-accordions .sidebar-accordion-action:before, .sidebar-accordions .sidebar-accordion-action:after{
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
            content: '';
            transform: translate(-50%, -50%);
            width: 15px;
            height: 3px;
            border-radius: 3px;
}
.sidebar-accordions .sidebar-accordion-action:after {
            transform: translate(-50%, -50%) rotate(90deg);
        }
.sidebar-accordions .sidebar-accordion-text{
  overflow: hidden;
  font-size: 0.875rem;
}
@media (min-width: 1024px){

  .sidebar-accordions .sidebar-accordion-text{
    font-size: 1rem;
  }
}
.sidebar-accordions .sidebar-accordion-text {
        max-height: 0;
        transition: max-height .2s;
    }
.sidebar-accordions .sidebar-accordion-text .sidebar-accordion-text-content{
  padding-bottom: 1rem;
}
.sidebar-accordions .sidebar-accordion-text .sidebar-accordion-text-content ul {
                list-style: none;
                padding-left: 0;
            }
.sidebar-accordions .sidebar-accordion-text .sidebar-accordion-text-content ul li {
                    position: relative;
                    padding-left: 23px;
                }
.sidebar-accordions .sidebar-accordion-text .sidebar-accordion-text-content ul li:before {
                        position: absolute;
                        display: block;
                        content: '';
                        width: 8px;
                        height: 6px;
                        border-radius: 0 3px 3px 0;
                        background-color: #333333;
                        left: 0;
                        top: 10px;
                    }
.sidebar-accordions .sidebar-accordion.expand .sidebar-accordion-text {
            max-height: 1000px;
        }
.sidebar-accordions .sidebar-accordion.expand .sidebar-accordion-action {
            transform: translateY(-50%) rotate(45deg);
        }
.product-details-block{
  width: 100%;
}
@media (min-width: 1024px){

  .product-details-block{
    width: 50%;
  }
}
.product-details-block .product-details-block-title h2{
  width: 100%;
  font-weight: 700;
  font-size: 1.25rem;
}
@media (min-width: 1024px){

  .product-details-block .product-details-block-title h2{
    font-size: 1.5625rem;
  }
}
@media (min-width: 1768px){

  .product-details-block .product-details-block-title h2{
    font-size: 2.25rem;
  }
}
.product-details-block .product-details-block-content{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1024px){

  .product-details-block .product-details-block-content{
    padding-right: 4rem;
  }
}
.product-details-block .product-details-block-content-item{
  display: flex;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
        border-bottom: 1px solid #eacdb7;
}
.product-details-block .product-details-block-content-item-name{
  width: 50%;
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 600;
}
@media (min-width: 1024px){

  .product-details-block .product-details-block-content-item-name{
    font-size: 1.25rem;
  }
}
@media (min-width: 1768px){

  .product-details-block .product-details-block-content-item-name{
    font-size: 1.5rem;
  }
}
.product-details-block .product-details-block-content-item-text{
  width: 50%;
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 300;
}
@media (min-width: 1024px){

  .product-details-block .product-details-block-content-item-text{
    font-size: 1.25rem;
  }
}
@media (min-width: 1768px){

  .product-details-block .product-details-block-content-item-text{
    font-size: 1.5rem;
  }
}
.product-details-block-image{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  margin-top: 1rem;
  height: 0px;
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 1024px){

  .product-details-block-image{
    margin-top: 0px;
    width: 50%;
    padding-bottom: 0px;
        min-height: 494px;
        max-height: 800px;
        height: initial;
  }
}
.product-details-block-img{
  max-height: 83.333333%;
  max-width: 83.333333%;
  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));
}
.modal {
  /*
   * TODO: add tailwind classes used for the cart and modal styles
   * Makeing the modal and offcanvs styles theme specific and mor adjustable
   */
}
.backdrop{
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
}
.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 {
    -ms-scroll-snap-type: x mandatory;
    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
}
    }
.hp-slider-container{
  display: flex;
  justify-content: center;
}
@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: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1280px){

  .container{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1768px){

  .container{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
.flex-columns-wrapper{
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px){

  .flex-columns-wrapper{
    flex-direction: row;
  }
}
body:not(.catalog-product-view):not(.cms-index-index):not(.checkout-cart-index):not(.cms-about-us) .columns{
  width: 100%;
}
@media (min-width: 480px){

  body:not(.catalog-product-view):not(.cms-index-index):not(.checkout-cart-index):not(.cms-about-us) .columns{
    max-width: 480px;
  }
}
@media (min-width: 640px){

  body:not(.catalog-product-view):not(.cms-index-index):not(.checkout-cart-index):not(.cms-about-us) .columns{
    max-width: 640px;
  }
}
@media (min-width: 768px){

  body:not(.catalog-product-view):not(.cms-index-index):not(.checkout-cart-index):not(.cms-about-us) .columns{
    max-width: 768px;
  }
}
@media (min-width: 1024px){

  body:not(.catalog-product-view):not(.cms-index-index):not(.checkout-cart-index):not(.cms-about-us) .columns{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){

  body:not(.catalog-product-view):not(.cms-index-index):not(.checkout-cart-index):not(.cms-about-us) .columns{
    max-width: 1280px;
  }
}
@media (min-width: 1768px){

  body:not(.catalog-product-view):not(.cms-index-index):not(.checkout-cart-index):not(.cms-about-us) .columns{
    max-width: 1768px;
  }
}
body:not(.catalog-product-view):not(.cms-index-index):not(.checkout-cart-index):not(.cms-about-us) .columns{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1280px){

  body:not(.catalog-product-view):not(.cms-index-index):not(.checkout-cart-index):not(.cms-about-us) .columns{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1768px){

  body:not(.catalog-product-view):not(.cms-index-index):not(.checkout-cart-index):not(.cms-about-us) .columns{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
.contentmanager-content-view body:not(.catalog-product-view):not(.cms-index-index):not(.checkout-cart-index):not(.cms-about-us) .columns .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view body:not(.catalog-product-view):not(.cms-index-index):not(.checkout-cart-index):not(.cms-about-us) .columns .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
body:not(.catalog-product-view):not(.cms-index-index):not(.checkout-cart-index):not(.cms-about-us) .columns {
    padding-left: 13px;
    padding-right: 13px;
    grid-template-rows: auto minmax(0,1fr);
}
@media (min-width: 1024px) {
body:not(.catalog-product-view):not(.cms-index-index):not(.checkout-cart-index):not(.cms-about-us) .columns {
        padding-left: 1.5rem;
        padding-right: 1.5rem
}
    }
body:not(.catalog-product-view):not(.cms-index-index):not(.checkout-cart-index):not(.cms-about-us) .columns .main{
  order: 2;
}
body:not(.catalog-product-view):not(.cms-index-index):not(.checkout-cart-index):not(.cms-about-us) .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%;
    }
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.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;
  justify-content: center;
  height: 3rem;
  font-weight: 700;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / 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);
  border-style: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
}
@media (min-width: 768px){

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

  .btn{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.btn svg{
  display: inline-flex;
}
.btn span {
        vertical-align: middle;
    }
.btn:hover{
  opacity: 0.9;
}
.btn:focus{
  border-style: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.btn-black{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  font-weight: 700;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
  --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);
    color: #fff;
    border-style: none;
    outline: 2px solid transparent;
    outline-offset: 2px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
}
@media (min-width: 768px){

  .btn-black{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.25rem;
  }
}
.btn-black svg{
  display: inline-flex;
}
.btn-black span {
        vertical-align: middle;
    }
.btn-black:hover{
  opacity: 0.9;
}
.btn-black:focus{
  border-style: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.btn-primary{
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}
.btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity));
  --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: var(--main-font);
}
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: var(--main-font);
}
.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;
}
.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%;
}
body.checkout-cart-index .columns,
    body.checkout-cart-index .column.main {
        padding-left: 0;
        padding-right: 0;   
    }
body.checkout-cart-index .checkout-button{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity));
  font-weight: 700;
  height: 3.75rem;
  border-radius: 0.5rem;
  font-size: 1.125rem;
}
@media (min-width: 1024px){

  body.checkout-cart-index .checkout-button{
    height: 6rem;
    font-size: 1.375rem;
            max-width: 550px;
  }
}
body.checkout-cart-index .price-including-tax, body.checkout-cart-index .price-excluding-tax{
  font-size: 0.875rem;
}
@media (min-width: 1024px){

  body.checkout-cart-index .opc-progress-bar{
    margin-bottom: 3rem;
  }
}
.swiper {
  z-index: 1;
}
.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: 2.0625rem;
  font-weight: 700;
}
@media (min-width: 1024px){

  h1{
    text-align: center;
  }
}
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;
}
.banner-gallery-container{
  position: relative;
  height: 0px;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
@media (min-width: 768px){

  .banner-gallery-container{
    margin-left: 0px;
    margin-right: 0px;
  }
}
.banner-gallery-container {

  padding-bottom: 142.5%;
}
@media (min-width: 640px) {
.banner-gallery-container {
    padding-bottom: 51%
}
  }
.banner-gallery{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.banner-gallery .banner-gallery-item{
  position: relative;
}
.banner-gallery .banner-gallery-item-content{
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 2.5rem;
  padding: 2.5rem;
}
@media (min-width: 1024px){

  .banner-gallery .banner-gallery-item-content{
    align-items: flex-start;
  }
}
.banner-gallery .banner-gallery-item-content .label{
  display: block;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.625rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    color: #fff;
}
@media (min-width: 1024px){

  .banner-gallery .banner-gallery-item-content .label{
    margin-left: 1rem;
  }
}
.banner-gallery .banner-gallery-item-content .label {
      margin-bottom: 0.125rem;
      order: 1;
    }
@media (min-width: 1024px) {
.banner-gallery .banner-gallery-item-content .label {
        order: 2;
        margin-bottom: 1rem
    }
      }
.banner-gallery .banner-gallery-item-content .title-container{
  display: flex;
  align-items: center;
}
@media (min-width: 1024px){

  .banner-gallery .banner-gallery-item-content .title-container{
    flex-direction: row;
    align-items: flex-end;
  }
}
.banner-gallery .banner-gallery-item-content .title{
  font-weight: 700;
  text-align: center;
  font-size: 1.375rem;
  line-height: 2.1875rem;
}
@media (min-width: 1024px){

  .banner-gallery .banner-gallery-item-content .title{
    text-align: left;
    font-size: 2.8125rem;
    line-height: 3.75rem;
  }
}
.banner-gallery .banner-gallery-item-content .title {
      order: 2;
    }
@media (min-width: 1024px) {
.banner-gallery .banner-gallery-item-content .title {
        order: 1
    }
      }
.banner-gallery .banner-gallery-item-content .text{
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px){

  .banner-gallery .banner-gallery-item-content .text{
    margin-bottom: 1.25rem;
    text-align: left;
    font-size: 1.625rem;
    line-height: 2.5rem;
  }
}
.banner-gallery .banner-gallery-item-content .price-text{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1rem;
}
@media (min-width: 1024px){

  .banner-gallery .banner-gallery-item-content .price-text{
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.banner-gallery .banner-gallery-item-content .price{
  font-weight: 700;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.625rem;
}
@media (min-width: 1024px){

  .banner-gallery .banner-gallery-item-content .price{
    text-align: left;
    font-size: 2.1875rem;
    line-height: 3rem;
  }
}
.banner-gallery .banner-gallery-item-content .price .old{
  margin-left: 0.25rem;
  font-size: 0.875rem;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
@media (min-width: 1024px){

  .banner-gallery .banner-gallery-item-content .price .old{
    margin-left: 0.5rem;
  }
}
.banner-gallery .banner-gallery-img{
  width: 100%;
}
.banner-gallery .swiper-pagination{
  position: absolute;
  left: 50%;
  bottom: 1rem;
    transform: translateX(-50%);
}
.banner-gallery .swiper-pagination-bullet{
  margin-right: 0.75rem;
    width: 10px;
    height: 10px;
    background-color: rgba(255,255,255,.41);
    opacity: 1;
}
@media (min-width: 640px) {
.banner-gallery .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      margin-right: 16px
  }
    }
.banner-gallery .swiper-pagination-bullet:last-child{
  margin-right: 0px;
}
.banner-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #fff;
    }
.cms-about-us .top-container{
  display: none;
}
.cms-about-us .page-main, .cms-about-us .page-main-full-width{
  margin-top: 0px;
}
.about-us-top-container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
}
.about-us .about-us-top{
  margin-bottom: 2.5rem;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px){

  .about-us .about-us-top{
    padding-top: 3rem;
    padding-bottom: 9.5rem;
  }
}
.about-us .about-us-top {
    background-color: #FFEFE3;
  }
.about-us .about-us-top .title{
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px){

  .about-us .about-us-top .title{
    margin-left: auto;
    margin-right: auto;
  }
}
.about-us .about-us-top .title h1{
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 3rem;
}
.cms-no-route h1.about-us .about-us-top .title h1{
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px){

  .about-us .about-us-top .title h1{
    margin-left: auto;
    margin-right: auto;
    font-size: 2.25rem;
  }
}
.about-us .about-us-top .title h1 {
        max-width: 960px;
      }
.about-us .about-us-top .text{
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.1875rem;
}
@media (min-width: 768px){

  .about-us .about-us-top .text{
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    margin-bottom: 2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.about-us .about-us-top .text {
      max-width: 960px;
    }
.about-us .about-us-top .image img{
  width: 100%;
}
.about-us .about-us-blocks{
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px){

  .about-us .about-us-blocks{
    width: 100%;
  }

  @media (min-width: 480px){

    .about-us .about-us-blocks{
      max-width: 480px;
    }
  }

  @media (min-width: 640px){

    .about-us .about-us-blocks{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){

    .about-us .about-us-blocks{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){

    .about-us .about-us-blocks{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){

    .about-us .about-us-blocks{
      max-width: 1280px;
    }
  }

  @media (min-width: 1768px){

    .about-us .about-us-blocks{
      max-width: 1768px;
    }
  }

  .about-us .about-us-blocks{
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.about-us .about-us-block{
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 768px){

  .about-us .about-us-block{
    margin-bottom: 5rem;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px){

  .about-us .about-us-block{
    margin-bottom: 10rem;
  }
}
@media (min-width: 768px){

  .about-us .about-us-block .content{
    padding-right: 4rem;
  }
}
.about-us .about-us-block h3{
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.6875rem;
}
@media (min-width: 768px){

  .about-us .about-us-block h3{
    margin-bottom: 1.5rem;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
.about-us .about-us-block .text{
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.1875rem;
}
@media (min-width: 768px){

  .about-us .about-us-block .text{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }

  .about-us .about-us-block .image{
    width: 50%;
    flex-shrink: 0;
  }
}
.about-us .about-us-block .image img{
  width: 100%;
}
@media (min-width: 768px){

  .about-us .about-us-block:nth-child(2n) .content{
    padding-left: 4rem;
    padding-right: 0px;
        order: 2;
  }
.about-us .about-us-block:nth-child(2n) .image {
        order: 1
    }
}
.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==");
}
.search-results {
    overflow-y: auto;
    max-height: calc(100vh - 177px);
}
@media (min-width: 768px) {
.search-results {
        max-height: calc(100vh - 200px)
}
    }
@media (min-width: 1024px) {
.search-results {
        max-height: calc(100vh - 220px)
}
    }
.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;
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 227 / var(--tw-bg-opacity));
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}
.checkout-index-index.page-layout-1column .price-including-tax .header-desktop-right, .checkout-index-index.page-layout-1column .header-desktop-right{
  padding-right: 1rem;
}
@media (min-width: 1280px){

  .checkout-index-index.page-layout-1column .price-including-tax .header-desktop-right, .checkout-index-index.page-layout-1column .header-desktop-right{
    padding-right: 2rem;
  }
}
.checkout-index-index.page-layout-1column .price-including-tax h1, .checkout-index-index.page-layout-1column h1{
  margin-top: 0px;
}
.checkout-index-index.page-layout-1column .price-including-tax .page-main, .checkout-index-index.page-layout-1column .page-main {
        margin-top: initial;
        position: static;
    }
.checkout-index-index.page-layout-1column .price-including-tax .opc-estimated-wrapper, .checkout-index-index.page-layout-1column .opc-estimated-wrapper{
  display: block;
}
@media (min-width: 1024px){

  .checkout-index-index.page-layout-1column .price-including-tax .opc-estimated-wrapper, .checkout-index-index.page-layout-1column .opc-estimated-wrapper{
    top: 2.5rem;
    display: none;
  }
}
.checkout-index-index.page-layout-1column .price-including-tax .opc-estimated-wrapper, .checkout-index-index.page-layout-1column .opc-estimated-wrapper {
        top: 3rem;
        position: absolute;
        z-index: 10;
        right: 1rem;
    }
.checkout-index-index.page-layout-1column .price-including-tax .opc-wrapper, .checkout-index-index.page-layout-1column .opc-wrapper{
  width: 100%;
}
@media (min-width: 1024px){

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

  .checkout-index-index.page-layout-1column .price-including-tax .opc-wrapper .label, .checkout-index-index.page-layout-1column .opc-wrapper .label{
    font-size: 1.125rem;
  }
}
.checkout-index-index.page-layout-1column .price-including-tax .opc-wrapper .actions-toolbar .primary, .checkout-index-index.page-layout-1column .opc-wrapper .actions-toolbar .primary{
  float: none;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.checkout-index-index.page-layout-1column .price-including-tax .opc-wrapper .actions-toolbar .primary .action, .checkout-index-index.page-layout-1column .opc-wrapper .actions-toolbar .primary .action{
  float: none;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
@media (min-width: 1024px){

  .checkout-index-index.page-layout-1column .price-including-tax .opc-wrapper .actions-toolbar .primary .action, .checkout-index-index.page-layout-1column .opc-wrapper .actions-toolbar .primary .action{
    width: auto;
  }

  .checkout-index-index.page-layout-1column .price-including-tax .opc-summary-wrapper .action-close, .checkout-index-index.page-layout-1column .opc-summary-wrapper .action-close{
    display: none;
  }
}
.checkout-index-index.page-layout-1column .price-including-tax .opc-block-summary .minicart-items-wrapper, .checkout-index-index.page-layout-1column .opc-block-summary .minicart-items-wrapper {
            max-height: none;
            padding: 0;
        }
.checkout-index-index.page-layout-1column .price-including-tax .opc-block-summary .checkout-product-item, .checkout-index-index.page-layout-1column .opc-block-summary .checkout-product-item{
  display: flex;
  align-items: flex-start;
}
.checkout-index-index.page-layout-1column .price-including-tax .opc-block-summary .checkout-product-item > :not([hidden]) ~ :not([hidden]), .checkout-index-index.page-layout-1column .opc-block-summary .checkout-product-item > :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)));
}
.checkout-index-index.page-layout-1column .price-including-tax .opc-block-summary .checkout-product-item, .checkout-index-index.page-layout-1column .opc-block-summary .checkout-product-item{
  padding-bottom: 1.5rem;
            padding: .75rem 10px;
            border-top: 2px solid #ffffff;
}
.checkout-index-index.page-layout-1column .price-including-tax .opc-block-summary .checkout-product-item .checkout-product-item-details-toggle, .checkout-index-index.page-layout-1column .opc-block-summary .checkout-product-item .checkout-product-item-details-toggle{
  cursor: pointer;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
                color: #868686;
}
.checkout-index-index.page-layout-1column .price-including-tax .opc-wrapper .fieldset > .field,
    .checkout-index-index.page-layout-1column .price-including-tax .opc-wrapper .fieldset > .fields > .field,
    .checkout-index-index.page-layout-1column .opc-wrapper .fieldset > .field,
    .checkout-index-index.page-layout-1column .opc-wrapper .fieldset > .fields > .field {
        margin: 0 0 10px;
    }
.checkout-index-index.page-layout-1column .price-including-tax .field-error,
    .checkout-index-index.page-layout-1column .price-including-tax div.mage-error[generated],
    .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 .price-including-tax .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .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 .price-including-tax form .field, .checkout-index-index.page-layout-1column form .field {
        margin-top: 0;
    }
.checkout-index-index.page-layout-1column .price-including-tax .message.warning, .checkout-index-index.page-layout-1column .message.warning {
        font-size: .8rem;
    }
/* CHANGED BY SHIRAN */
.checkout-index-index.page-layout-1column .price-including-tax .actions-toolbar, .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 .price-including-tax .opc-block-summary .product-item .sidebar-product-item-info .item-options dt.label, .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 .price-including-tax .opc-block-summary .product-item .sidebar-product-item-info .item-options, .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 .price-including-tax .opc-block-summary .product-item .sidebar-product-item-info .product-item-cost .price, .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 .price-including-tax .opc-block-summary .product-item .sidebar-product-item-info .product-item-cost, .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 .price-including-tax .page-main ul, .checkout-index-index.page-layout-1column .page-main ul {
        padding-left: 0;
    }
.checkout-index-index.page-layout-1column .price-including-tax .opc.checkout-steps, .checkout-index-index.page-layout-1column .opc.checkout-steps {
        padding-left: 0;
    }
.checkout-index-index.page-layout-1column .price-including-tax .action.primary, .checkout-index-index.page-layout-1column .action.primary {
        padding: 15px 15px;
    }
.checkout-index-index.page-layout-1column .price-including-tax select,
    .checkout-index-index.page-layout-1column .price-including-tax textarea,
    .checkout-index-index.page-layout-1column select,
    .checkout-index-index.page-layout-1column textarea {
        background-color: #f3f4f2;
    }
.checkout-index-index.page-layout-1column .price-including-tax .columns, .checkout-index-index.page-layout-1column .columns {
        padding-left: 0;
        padding-right: 0;
    }
.checkout-index-index.page-layout-1column .price-including-tax .opc-progress-bar-item > span, .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 .price-including-tax .opc-progress-bar-item > span, .checkout-index-index.page-layout-1column .opc-progress-bar-item > span{
    font-size: 1rem;
  }
}
.checkout-index-index.page-layout-1column .price-including-tax .billing-address-same-as-shipping-block.field, .checkout-index-index.page-layout-1column .billing-address-same-as-shipping-block.field {
        margin: 0 0 20px;
    }
.checkout-index-index.page-layout-1column .price-including-tax .checkout-payment-method .credit-card-fields-wrapper, .checkout-index-index.page-layout-1column .checkout-payment-method .credit-card-fields-wrapper {
        grid-template-columns: 4fr 3fr 1fr;
    }
.checkout-index-index.page-layout-1column .price-including-tax .button, .checkout-index-index.page-layout-1column .button {
        font-family: 'Hind Siliguri';
    }
.checkout-index-index.page-layout-1column .price-including-tax .opc-estimated-wrapper .minicart-wrapper button span, .checkout-index-index.page-layout-1column .opc-estimated-wrapper .minicart-wrapper button span {
        margin-right: 5px;
    }
@media only screen and (max-width: 480px) {
           /* top: 3.3rem;*/
                    .checkout-index-index.page-layout-1column .opc-estimated-wrapper .minicart-wrapper button span {
                        font-size:12px;
                    }
                    .checkout-index-index.page-layout-1column .opc-estimated-wrapper .minicart-wrapper button .icon-arr-r {
                        font-size:12px;
                    }
}
.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, .sidebar-modals .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%;
}
@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, .sidebar-modals .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;
        }
}
@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;
        }
}
@media screen and (min-width: 768px) {
    .opc-progress-bar {
        margin: 0 0 48px;
    }

    #shipping-new-address-form.fieldset {
        margin: 0 0 30px;
    }
}
.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 .loading-mask{
  display: none;
}
@media (min-width: 1024px){

  .checkout-index-index.page-layout-1column .checkout-container .opc-estimated-wrapper .loading-mask{
    display: block;
  }
}
body.checkout-index-index .page-wrapper {
        padding-top: 0;
    }
@media (min-width: 1024px) {
body.checkout-index-index .page-wrapper {
            padding-top: 0
    }
        }
body.checkout-index-index .page-header {
        position: static;
    }
@media (min-width: 1024px) {
body.checkout-index-index .page-header {
            position: static
    }
        }
body.checkout-index-index .price-including-tax, body.checkout-index-index .price-excluding-tax{
  font-size: 0.875rem;
}
/* SUPPLY STYLES */
.checkout-index-index {
    font-family: var(--main-font);
}
.checkout-index-index button{
  background-color: transparent;
  padding: 0px;
        color: inherit;
}
.checkout-index-index .page-header .panel.wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(237 204 179 / var(--tw-bg-opacity));
}
.checkout-index-index .page-header a{
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}
.checkout-index-index .header-mobile-left{
  padding-left: 1rem;
  padding-right: 1rem;
}
.checkout-index-index .logo{
  float: none;
  margin: 0px;
  max-width: none;
}
.checkout-index-index .input-text{
  height: 3rem;
  border-radius: 0.5rem;
}
.checkout-index-index .actions-toolbar > .primary .action.opc-continue, .checkout-index-index .actions-toolbar > .primary .action.opc-continue-calc, .checkout-index-index .actions-toolbar > .primary .action.review-save, .checkout-index-index .actions-toolbar > .secondary .action.opc-continue, .checkout-index-index .actions-toolbar > .secondary .action.opc-continue-calc, .checkout-index-index .actions-toolbar > .secondary .action.review-save{
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
.checkout-index-index .actions-toolbar > .primary .action.opc-continue,
        .checkout-index-index .actions-toolbar > .primary .action.opc-continue-calc,
        .checkout-index-index .actions-toolbar > .primary .action.review-save,
        .checkout-index-index .actions-toolbar > .secondary .action.opc-continue,
        .checkout-index-index .actions-toolbar > .secondary .action.opc-continue-calc,
        .checkout-index-index .actions-toolbar > .secondary .action.review-save {
                width: 330px;
                height: 70px
        }
            }
.checkout-index-index .actions-toolbar > .primary .action.opc-continue:active, .checkout-index-index .actions-toolbar > .primary .action.opc-continue:focus, .checkout-index-index .actions-toolbar > .primary .action.opc-continue-calc:active, .checkout-index-index .actions-toolbar > .primary .action.opc-continue-calc:focus, .checkout-index-index .actions-toolbar > .primary .action.review-save:active, .checkout-index-index .actions-toolbar > .primary .action.review-save:focus, .checkout-index-index .actions-toolbar > .secondary .action.opc-continue:active, .checkout-index-index .actions-toolbar > .secondary .action.opc-continue:focus, .checkout-index-index .actions-toolbar > .secondary .action.opc-continue-calc:active, .checkout-index-index .actions-toolbar > .secondary .action.opc-continue-calc:focus, .checkout-index-index .actions-toolbar > .secondary .action.review-save:active, .checkout-index-index .actions-toolbar > .secondary .action.review-save:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}
.checkout-index-index form label, .checkout-index-index form legend{
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}
.checkout-index-index select{
  height: 3rem;
  border-radius: 0.5rem;
}
.checkout-index-index .items-in-cart{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 241 / var(--tw-bg-opacity));
    background-color: #F5F6F4;
}
.checkout-index-index .table-totals{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 241 / var(--tw-bg-opacity));
    background-color: #F5F6F4;
}
.checkout-index-index .opc-block-summary-bottom{
  margin-top: 0.75rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 241 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
    background-color: #F5F6F4;
}
.checkout-index-index .page-footer{
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    color: #fff;
}
.checkout-index-index .page-footer .footer-info-wrapper {
            background-color: transparent;
        }
.checkout-index-index .footer-info-item{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    color: #fff;
}
/* OPC */
.checkout-index-index .opc-wrapper .step-calc-shipping-form .checkout-button{
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.checkout-index-index .opc-wrapper .step-calc-shipping-image-wrapper {
            position: relative;
            width: 185px;
            height: 75px;
            margin: 0 auto 34px
        }
.checkout-index-index .opc-wrapper .step-calc-shipping-image-icon {
            display: none;
        }
.checkout-index-index .opc-wrapper .step-calc-shipping-image-success {
            background: url('../images/shipping-icon.svg') no-repeat center;
            background-size: contain;
            width: 147px;
            height: 63px;
            margin: 0 auto 20px
        }
.checkout-index-index .opc-wrapper .step-calc-shipping-image {
            width: 185px;
            height: 75px;
            background: url('../images/shipping-progress.gif') no-repeat center;
            animation: none;
            background-size: contain;
        }
.checkout-index-index .opc-progress-bar-item:before,
        .checkout-index-index .opc-progress-bar-item:after {
            background: #f0f0f0;
            top: 19px;
            transition: background 0.3s;
            content: '';
            height: 9px;
            left: 0;
            position: absolute;
            width: 100%;
        }
.checkout-index-index .opc-progress-bar-item:after{
  border-radius: 9999px;
}
.checkout-index-index .opc-progress-bar-item._active:before {
                background: #f0f0f0;
            }
.checkout-index-index .opc-progress-bar-item._active:after{
  --tw-bg-opacity: 1;
  background-color: rgb(237 204 179 / var(--tw-bg-opacity));
}
.checkout-index-index .opc-progress-bar-item._active > span{
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}
.checkout-index-index .opc-progress-bar-item._active:not(:first-child):after {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }
.checkout-index-index .opc-progress-bar-item:first-child:before{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.checkout-index-index .opc-progress-bar-item:last-child:before{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.checkout-index-index .opc-progress-bar-item._complete > span{
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}
.checkout-index-index .opc-progress-bar-item._complete:before, .checkout-index-index .opc-progress-bar-item._complete:after{
  --tw-bg-opacity: 1;
  background-color: rgb(237 204 179 / var(--tw-bg-opacity));
}
.checkout-index-index .opc-block-summary{
  background-color: transparent;
}
.checkout-index-index [type='checkbox'], .checkout-index-index [type='checkbox']:focus, .checkout-index-index [type='checkbox']:active, .checkout-index-index [type='radio'], .checkout-index-index [type='radio']:focus, .checkout-index-index [type='radio']:active{
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(237 204 179 / var(--tw-bg-opacity));
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='#1c1c1c' 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");
        border-width: 0;
}
.checkout-index-index [type='checkbox']:checked {
        border-width: 0;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10.973" height="8.499" viewBox="0 0 10.973 8.499"><path d="M18808.26,1239.726l3.1,3.11,6.465-6.376" transform="translate(-18807.551 -1235.749)" fill="none" stroke="%23020454" stroke-width="2"/></svg>');
        background-size: 50%;
    }
.checkout-index-index .table-totals .grand th{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
}
.checkout-index-index .checkout-payment-method .payment-method-title._active{
  --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));
}
.checkout-index-index .checkout-payment-method .payment-method-title._active label:before{
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}
.checkout-index-index.page-layout-1column .opc-sidebar .opc-block-summary .table-totals .grand .mark{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.checkout-index-index.page-layout-1column .opc-sidebar .opc-block-summary .table-totals .grand .amount{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.checkout-index-index .checkout-product-item-qty.label {
        color: #868686;
    }
.checkout-index-index .checkout-product-item-options div:nth-child(2n+1) {
        color: #868686;
    }
.checkout-index-index .price-including-tax .price, .checkout-index-index .price-excluding-tax .price{
  font-weight: 500;
}
.checkout-index-index .page-title-wrapper{
  width: 100%;
}
@media (min-width: 480px){

  .checkout-index-index .page-title-wrapper{
    max-width: 480px;
  }
}
@media (min-width: 640px){

  .checkout-index-index .page-title-wrapper{
    max-width: 640px;
  }
}
@media (min-width: 768px){

  .checkout-index-index .page-title-wrapper{
    max-width: 768px;
  }
}
@media (min-width: 1024px){

  .checkout-index-index .page-title-wrapper{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){

  .checkout-index-index .page-title-wrapper{
    max-width: 1280px;
  }
}
@media (min-width: 1768px){

  .checkout-index-index .page-title-wrapper{
    max-width: 1768px;
  }
}
.checkout-index-index .page-title-wrapper{
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1280px){

  .checkout-index-index .page-title-wrapper{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1768px){

  .checkout-index-index .page-title-wrapper{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
.checkout-index-index .page-title-wrapper{
  padding-left: 0px;
  padding-right: 0px;
}
.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));
    color: #fff;
}
.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));
}
.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;
}
.display-none-important {
  display: none !important;
}
.vue-product-configurator .bottom-section, .sidebar-modals .bottom-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
  }
.vue-product-configurator .bottom-section .price-container, .sidebar-modals .bottom-section .price-container {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr;
      gap: 0 20px;
      grid-template-areas: ". .";
    }
.vue-product-configurator .bottom-section .price-wrapper, .sidebar-modals .bottom-section .price-wrapper {
      text-align: right;
      font-size: 16px;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }
@media (min-width: 1280px) {
.vue-product-configurator .bottom-section .price-wrapper, .sidebar-modals .bottom-section .price-wrapper {
        font-size: 21px
    }
      }
.vue-product-configurator .bottom-section .qty-wrapper, .sidebar-modals .bottom-section .qty-wrapper {
      display: flex;
      align-items: center;
    }
.vue-product-configurator .bottom-section .qty-wrapper label, .sidebar-modals .bottom-section .qty-wrapper label {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        margin-right: 8px;
        margin-bottom: 0;
        color: #1C1C1C;
      }
.vue-product-configurator .bottom-section .qty-wrapper input, .sidebar-modals .bottom-section .qty-wrapper input {
        border: none;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        background: #F5F6F4;
        width: 65px;
        height: 37px;
        border-radius: 10px;
      }
.vue-product-configurator .bottom-section .qty-container, .sidebar-modals .bottom-section .qty-container {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 8px;
    }
.vue-product-configurator .bottom-section .qty-change, .sidebar-modals .bottom-section .qty-change {
      display: block;
      position: relative;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      background-color: #F5F6F4;
      line-height: 0;
    }
.vue-product-configurator .bottom-section .qty-change:before, .vue-product-configurator .bottom-section .qty-change:after, .sidebar-modals .bottom-section .qty-change:before, .sidebar-modals .bottom-section .qty-change:after {
        position: absolute;
        display: block;
        content: '';
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        background-color: #333333;
        width: 10px;
        height: 3px;
      }
.vue-product-configurator .bottom-section .qty-change.plus:after, .sidebar-modals .bottom-section .qty-change.plus:after {
        width: 3px;
        height: 10px;
      }
.vue-product-configurator .bottom-section .configurator-price-error, .sidebar-modals .bottom-section .configurator-price-error {
      margin-top: 15px;
      font-size: 14px;
      color: #D2081E;
    }
.vue-product-configurator .bottom-section .box--text-why, .sidebar-modals .bottom-section .box--text-why {
      margin-top: 15px;
    }
.vue-product-configurator .bottom-section .actions-wrapper, .sidebar-modals .bottom-section .actions-wrapper {
      width: 100%;
      margin-top: 15px;
    }
.vue-product-configurator .bottom-section .actions-wrapper .btn, .sidebar-modals .bottom-section .actions-wrapper .btn{
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity));
  line-height: 2.875rem;
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
  font-size: 1.125rem;
}
@media (min-width: 1024px){

  .vue-product-configurator .bottom-section .actions-wrapper .btn, .sidebar-modals .bottom-section .actions-wrapper .btn{
    font-size: 1.375rem;
  }
}
.vue-product-configurator .bottom-section .actions-wrapper .btn, .sidebar-modals .bottom-section .actions-wrapper .btn {
        height: 60px;
        box-shadow: none;
        width: 100%;
        justify-content: center;
        padding: 0;
      }
@media (min-width: 1768px) {
.vue-product-configurator .bottom-section .actions-wrapper .btn, .sidebar-modals .bottom-section .actions-wrapper .btn {
          height: 95px
      }
        }
.vue-product-configurator .bottom-section .actions-wrapper .btn:hover, .sidebar-modals .bottom-section .actions-wrapper .btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity));
}
.vue-product-configurator .reset-selection, .sidebar-modals .reset-selection {
    display: block;
    margin-top: 20px;
    text-decoration: underline;
    visibility: hidden;
  }
.vue-product-configurator .reset-selection.visible, .sidebar-modals .reset-selection.visible {
      visibility: visible;
    }
.vue-product-configurator .accordions-list, .sidebar-modals .accordions-list {
    position: relative;
  }
.vue-product-configurator .accordions-list .accordion-overlay, .sidebar-modals .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, .sidebar-modals .accordions-list .accordion-overlay.active {
        display: block;
      }
.vue-product-configurator .accordion-item, .sidebar-modals .accordion-item {
    padding: 16px;
    background: #F5F6F4;
    margin-top: 15px;
    cursor: pointer;
    border-radius: 10px;
    -webkit-tap-highlight-color: transparent;
  }
.vue-product-configurator .accordion-item:first-child, .sidebar-modals .accordion-item:first-child {
      margin-top: 0;
    }
.vue-product-configurator .accordion-item .accordion-item-title, .sidebar-modals .accordion-item .accordion-item-title {
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
    }
.vue-product-configurator .accordion-item .accordion-header, .sidebar-modals .accordion-item .accordion-header {
      position: relative;
    }
.vue-product-configurator .accordion-item .accordion-header:after, .sidebar-modals .accordion-item .accordion-header:after {
        display: block;
        content: '';
        width: 1rem;
        height: 1rem;
        font-size: 14px;
        line-height: 1;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19.743" height="15.536" viewBox="0 0 19.743 15.536"><g transform="translate(1.5 2.121)"><path d="M-108.867,2285.778l5.817,5.817-5.817,5.478" transform="translate(119.793 -2285.778)" fill="none" stroke="%231c1c1c" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/><path d="M10.772,0H-4.693" transform="translate(4.693 5.703)" fill="none" stroke="%231c1c1c" stroke-linecap="round" stroke-width="3"/></g></svg>');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
      }
.vue-product-configurator .accordion-item .accordion-header .selected-options, .sidebar-modals .accordion-item .accordion-header .selected-options {
        padding-right: 35px;
        font-size: 14px;
        line-height: 19px;
      }
.vue-product-configurator .accordion-item .accordion-header .selected-options.with-color, .sidebar-modals .accordion-item .accordion-header .selected-options.with-color {
          padding-right: 90px;
        }
.vue-product-configurator .accordion-item .accordion-header .accordion-options:after, .sidebar-modals .accordion-item .accordion-header .accordion-options:after {
          content: ',';
          display: inline;
        }
.vue-product-configurator .accordion-item .accordion-header .accordion-options:last-of-type:after, .sidebar-modals .accordion-item .accordion-header .accordion-options:last-of-type:after {
            display: none;
          }
.vue-product-configurator .accordion-item .accordion-header .accordion-image-wrapper, .sidebar-modals .accordion-item .accordion-header .accordion-image-wrapper {
        width: 49px;
        height: 49px;
        position: absolute;
        right: 30px;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 2px solid #fff;
        border-radius: 50%;
      }
.vue-product-configurator .accordion-item .accordion-header .accordion-color, .sidebar-modals .accordion-item .accordion-header .accordion-color {
        width: 45px;
        height: 45px;
        margin: auto 0;
        border-radius: 50%;
      }
.vue-product-configurator .control-sidebar-wrapper, .sidebar-modals .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);
  }
.vue-product-configurator .control-sidebar-wrapper .control-sidebar-block, .sidebar-modals .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;
    }
.vue-product-configurator .control-sidebar-wrapper.active, .sidebar-modals .control-sidebar-wrapper.active {
      right: 0;
      z-index: 50;
      opacity: 1;
    }
.vue-product-configurator .control-sidebar-wrapper.active .control-sidebar-block, .sidebar-modals .control-sidebar-wrapper.active .control-sidebar-block {
        transform: translateX(0%);
      }
.vue-product-configurator .control-sidebar-wrapper .control-sidebar-header, .sidebar-modals .control-sidebar-wrapper .control-sidebar-header {
      border-bottom: 1px solid #D0D0D0;
      padding: 1.75rem 1.844rem;
      position: relative;
      background: #fff;
    }
.vue-product-configurator .control-sidebar-wrapper .control-sidebar-header .control-sidebar-title, .sidebar-modals .control-sidebar-wrapper .control-sidebar-header .control-sidebar-title {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 20px;
      }
.vue-product-configurator .control-sidebar-wrapper .control-sidebar-header .icon-close, .sidebar-modals .control-sidebar-wrapper .control-sidebar-header .icon-close {
        position: absolute;
        top: 1.9rem;
        right: 1.299rem;
        cursor: pointer;
        font-size: 1.5rem;
      }
.vue-product-configurator .control-sidebar-wrapper .control-sidebar, .sidebar-modals .control-sidebar-wrapper .control-sidebar {
      background: #FFF;
      overflow: auto;
      flex: 1;
      padding-bottom: 40px;
    }
.vue-product-configurator .control-sidebar-wrapper .control-sidebar.with-tabs, .sidebar-modals .control-sidebar-wrapper .control-sidebar.with-tabs {
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
      }
.vue-product-configurator .control-sidebar-wrapper .control-item, .sidebar-modals .control-sidebar-wrapper .control-item {
      padding: 0 0.5rem;
      margin-top: 20px;
    }
@media (min-width: 480px) {
.vue-product-configurator .control-sidebar-wrapper .control-item, .sidebar-modals .control-sidebar-wrapper .control-item {
        padding: 0 1.844rem
    }
      }
.vue-product-configurator .control-sidebar-wrapper .control-item .control-title, .sidebar-modals .control-sidebar-wrapper .control-item .control-title {
        font-size: 15px;
        margin-bottom: 10px;
      }
.vue-product-configurator .control-sidebar-wrapper .control-item .radio-group, .sidebar-modals .control-sidebar-wrapper .control-item .radio-group {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
      }
.vue-product-configurator .control-sidebar-wrapper .control-item .radio-group label, .sidebar-modals .control-sidebar-wrapper .control-item .radio-group label {
          font-size: 15px;
          display: block;
          cursor: pointer;
          margin-right: 0;
          color: #1C1C1C;
        }
.vue-product-configurator .control-sidebar-wrapper .control-item .radio-group label .radio-image-wrapper, .sidebar-modals .control-sidebar-wrapper .control-item .radio-group label .radio-image-wrapper {
            display: block;
            border: 2px solid transparent;
          }
.vue-product-configurator .control-sidebar-wrapper .control-item .radio-group label .radio-image-control, .sidebar-modals .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;
          }
.vue-product-configurator .control-sidebar-wrapper .control-item .radio-group label .radio-image-control img, .sidebar-modals .control-sidebar-wrapper .control-item .radio-group label .radio-image-control img {
              position: absolute;
              left: 0;
              top: 0;
              min-width: 100%;
              min-height: 100%;
            }
.vue-product-configurator .control-sidebar-wrapper .control-item .radio-group label .radio-title, .sidebar-modals .control-sidebar-wrapper .control-item .radio-group label .radio-title {
            display: block;
            margin-top: 10px;
            text-align: center;
            font-size: 15px;
          }
.vue-product-configurator .control-sidebar-wrapper .control-item .input-item input, .sidebar-modals .control-sidebar-wrapper .control-item .input-item input {
          font-size: 15px;
          width: 100%;
          border: 1px solid #F0F0F0;
          height: 48px;
          padding: 0 10px;
        }
.vue-product-configurator .control-sidebar-wrapper .control-item .input-item input:focus, .sidebar-modals .control-sidebar-wrapper .control-item .input-item input:focus {

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

        }
.vue-product-configurator .control-sidebar-wrapper .control-item select:focus-visible, .sidebar-modals .control-sidebar-wrapper .control-item select:focus-visible {
          outline: none;
        }
.vue-product-configurator .control-sidebar-wrapper .control-item .error select,
        .vue-product-configurator .control-sidebar-wrapper .control-item .error input,
        .sidebar-modals .control-sidebar-wrapper .control-item .error select,
        .sidebar-modals .control-sidebar-wrapper .control-item .error input {
          border-color: #D2081E;
        }
.vue-product-configurator .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group .radio-item, .sidebar-modals .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group .radio-item {
            width: 33.3333%;
          }
@media (min-width: 480px) {
.vue-product-configurator .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group .radio-item, .sidebar-modals .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group .radio-item {
              width: 25%
          }
            }
.vue-product-configurator .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group label, .sidebar-modals .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group label {
            padding: 5px;
          }
.vue-product-configurator .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group label .radio-image-wrapper, .sidebar-modals .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;
            }
.vue-product-configurator .control-sidebar-wrapper .control-item:not(.cols-1):not(.cols-2) .radio-group label .radio-image-control, .sidebar-modals .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;
            }
.vue-product-configurator .control-sidebar-wrapper .control-item.cols-1 .radio-image-control, .sidebar-modals .control-sidebar-wrapper .control-item.cols-1 .radio-image-control {
          min-height: 150px;
        }
.vue-product-configurator .control-sidebar-wrapper .control-item.cols-1 .radio-group, .sidebar-modals .control-sidebar-wrapper .control-item.cols-1 .radio-group {
          display: block;
        }
.vue-product-configurator .control-sidebar-wrapper .control-item.cols-1 .radio-item, .sidebar-modals .control-sidebar-wrapper .control-item.cols-1 .radio-item {
          width: 100%;
        }
.vue-product-configurator .control-sidebar-wrapper .control-item.cols-1 .radio-item label .radio-image-control, .sidebar-modals .control-sidebar-wrapper .control-item.cols-1 .radio-item label .radio-image-control {
              width: 100%;
              padding-bottom: 30%;
              border-radius: 0;
            }
.vue-product-configurator .control-sidebar-wrapper .control-item.cols-2 .radio-item, .sidebar-modals .control-sidebar-wrapper .control-item.cols-2 .radio-item {
          width: 50%;
          padding: 0 10px;
        }
.vue-product-configurator .control-sidebar-wrapper .control-item.cols-2 .radio-image-control, .sidebar-modals .control-sidebar-wrapper .control-item.cols-2 .radio-image-control {
          padding-bottom: 100%;
        }
.vue-product-configurator .control-sidebar-wrapper .control-item .control-images, .sidebar-modals .control-sidebar-wrapper .control-item .control-images {
        padding: 30px 0 20px 0;
      }
.vue-product-configurator .control-sidebar-wrapper .control-item .control-images .control-images-item, .sidebar-modals .control-sidebar-wrapper .control-item .control-images .control-images-item {
          margin-top: 20px;
          text-align: center;
        }
.vue-product-configurator .control-sidebar-wrapper .control-item .control-images .control-images-item:first-child, .sidebar-modals .control-sidebar-wrapper .control-item .control-images .control-images-item:first-child {
            margin-top: 0;
          }
.vue-product-configurator .control-sidebar-wrapper .control-item .control-images .control-images-item img, .sidebar-modals .control-sidebar-wrapper .control-item .control-images .control-images-item img {
            display: inline-block;
          }
.vue-product-configurator .control-sidebar-wrapper .control-item.cols-1 .radio-item, .vue-product-configurator .control-sidebar-wrapper .control-item.cols-2 .radio-item, .sidebar-modals .control-sidebar-wrapper .control-item.cols-1 .radio-item, .sidebar-modals .control-sidebar-wrapper .control-item.cols-2 .radio-item {
          margin-bottom: 1.75rem;
        }
.vue-product-configurator .control-sidebar-wrapper .control-item.cols-1 .radio-group label .radio-image-control img, .vue-product-configurator .control-sidebar-wrapper .control-item.cols-2 .radio-group label .radio-image-control img, .sidebar-modals .control-sidebar-wrapper .control-item.cols-1 .radio-group label .radio-image-control img, .sidebar-modals .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%;
            }
.vue-product-configurator .control-sidebar-wrapper .control-item.tabs, .sidebar-modals .control-sidebar-wrapper .control-item.tabs {
        z-index: 1;
        width: 100%;
        padding: 0;
        margin-top: 0;
      }
.vue-product-configurator .control-sidebar-wrapper .control-item.under-tabs, .sidebar-modals .control-sidebar-wrapper .control-item.under-tabs {
        padding-top: 20px;
        margin-top: 0;
        overflow-y: auto;
      }
.vue-product-configurator .control-sidebar-footer, .sidebar-modals .control-sidebar-footer {
    background: #fff;
    border-top: 1px solid #D0D0D0;
    width: 100%;
    padding: 1.125rem 1.844rem;
    display: flex;
    justify-content: space-between;
  }
.vue-product-configurator .control-sidebar-footer .btn, .sidebar-modals .control-sidebar-footer .btn{
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
      padding-top: 0.864rem;
      padding-bottom: 0.926rem;
      width: 100%;
      justify-content: center;
}
.vue-product-configurator .tablist, .sidebar-modals .tablist {
    display: flex;
    overflow-x: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #D0D0D0;
    background: #fff;
    padding: 10px 1.844rem 0;
  }
.vue-product-configurator .tablist .tablist-item label, .sidebar-modals .tablist .tablist-item label {
        display: block;
        font-size: 16px;
        line-height: 26px;
        padding: 4px 12px;
        font-weight: bold;
        text-transform: none;
        cursor: pointer;
        white-space: nowrap;
        border-radius: 7px;
        margin-right: 8px;
        margin-bottom: 8px;
        background-color: #F5F4F1;
        color: #1C1C1C;
      }
.vue-product-configurator .tablist .tablist-item label:hover, .sidebar-modals .tablist .tablist-item label:hover {
          background-color: #D5D2CC;
        }
.vue-product-configurator .tablist .tablist-item input:checked + label, .sidebar-modals .tablist .tablist-item input:checked + label {
        color: #FFFFFF;
        background-color: #393939;
      }
.vue-product-configurator .tablist .tab-radio, .sidebar-modals .tablist .tab-radio {
      display: none;
    }
.vue-product-configurator .control-item-subtext, .sidebar-modals .control-item-subtext {
    font-size: 13px;
    padding: 10px 0 20px;
    line-height: 1.45;
  }
.vue-product-configurator .calculate-box, .sidebar-modals .calculate-box {
    position:  relative;
    display: inline-flex;
  }
.vue-product-configurator .calculate-tooltip-text, .sidebar-modals .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, .sidebar-modals .calculate-tooltip-arrow {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #000;
    transform: rotate(45deg) translateX(-50%);
    left: 50%;
    top: 0;
  }
.vue-product-configurator .btn, .vue-product-configurator .btn-primary, .sidebar-modals .btn, .sidebar-modals .btn-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}
.sidebar-modals .control-sidebar-wrapper .control-sidebar {
      padding-bottom: 0 !important;
    }
.sidebar-modals .control-sidebar-wrapper .lds-dual-ring:after {
      border-color: #fff transparent #fff transparent;
    }
.page-main .product-highlights ul {
  list-style: none;
}
.page-main .product-highlights ul li {
    position: relative;
  }
.page-main .product-highlights ul li::before {
      display: block;
      content: '';
      width: .5rem;
      height: .375rem;
      border-top-right-radius: 999px;
      border-bottom-right-radius: 999px;
      position: absolute;
      left: -1rem;
      top: .6rem;
      background-color: #1C1C1C;
    }
@media screen and (max-width: 480px) {
  .control-item {
    padding: 0 1rem;
  }
}
.product-configurator-accordion-item{
  margin-bottom: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 241 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.8;
    background-color: #F5F6F4;
}
.product-configurator-accordion-item:last-child{
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
    .vue-product-configurator .accordion-item, .sidebar-modals .accordion-item {
      padding: 10 16px;
      min-height: 77px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      overflow: hidden;
    }
}
@media screen and (min-width: 1024px) {
        .vue-product-configurator .accordion-item .accordion-header:after, .sidebar-modals .accordion-item .accordion-header:after {
          width: 1.5rem;
          height: 1.5rem;
        }
        .vue-product-configurator .accordion-item .accordion-header .accordion-image-wrapper, .sidebar-modals .accordion-item .accordion-header .accordion-image-wrapper {
          right: 40px;
        }
}
@media screen and (min-width: 1280px) {
    .vue-product-configurator .price-wrapper, .sidebar-modals .price-wrapper {
      font-size: 21px;
    }
        .vue-product-configurator .bottom-section .qty-wrapper label, .sidebar-modals .bottom-section .qty-wrapper label {
          font-size: 16px;
        }
        .vue-product-configurator .accordion-item .accordion-header .accordion-image-wrapper, .sidebar-modals .accordion-item .accordion-header .accordion-image-wrapper {
          right: 70px;
        }
}
@media screen and (min-width: 1768px) {
    .vue-product-configurator .accordion-item, .sidebar-modals .accordion-item {
      min-height: 95px;
    }
        .vue-product-configurator .accordion-item .accordion-header .selected-options, .sidebar-modals .accordion-item .accordion-header .selected-options {
          font-size: 16px;
        }

        .vue-product-configurator .accordion-item .accordion-header .accordion-image-wrapper, .sidebar-modals .accordion-item .accordion-header .accordion-image-wrapper {
          width: 63px;
          height: 63px;
          border: 3px solid #FFFFFF;
        }

        .vue-product-configurator .accordion-item .accordion-header .accordion-color, .sidebar-modals .accordion-item .accordion-header .accordion-color {
          width: 57px;
          height: 57px;
        }

      .vue-product-configurator .accordion-item .accordion-item-title, .sidebar-modals .accordion-item .accordion-item-title {
        font-size: 16px;
      }
}
.hp-map-container{
  display: flex;
  justify-content: center;
}
.map{
  position: relative;
}
.map .map-view-container{
  position: relative;
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 3.5rem;
  margin-bottom: 2.75rem;
  flex-direction: column;
}
@media (min-width: 1024px){

  .map .map-view-container{
    margin-top: 6.5rem;
    margin-bottom: 3.5rem;
    flex-direction: row;
  }
}
.map .map-description{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  font-size: 2.125rem;
}
@media (min-width: 1024px){

  .map .map-description{
    width: 40%;
    justify-content: center;
    padding-left: 0px;
    padding-right: 2rem;
    font-size: 3.125rem;
  }
}
@media (min-width: 1280px){

  .map .map-description{
    padding-right: 4rem;
  }
}
.map .map-description-title{
  position: relative;
  width: 100%;
  font-weight: 700;
  text-align: center;
  font-size: 1.25rem;
}
@media (min-width: 1024px){

  .map .map-description-title{
    text-align: left;
    font-size: 2.25rem;
  }
}
.map .map-description-subtitle{
  position: relative;
  width: 100%;
  font-weight: 700;
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 1rem;
}
@media (min-width: 1024px){

  .map .map-description-subtitle{
    padding-bottom: 2rem;
    text-align: left;
    font-size: 1.5rem;
  }
}
.map .map-description-text{
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
}
@media (min-width: 1024px){

  .map .map-description-text{
    text-align: left;
    font-size: 1.125rem;
  }
}
.map .map-view{
  position: relative;
  margin-top: 2rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px){

  .map .map-view{
    width: 66.666667%;
  }
}
.map .map-image{
  position: relative;
  top: 0px;
  left: 0px;
  height: 0px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
    background-image: url('../images/map.svg');
    padding-bottom: 61.58%;
}
.map .map-items{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.map .map-point{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    color: #fff;
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(237 204 179 / var(--tw-bg-opacity));
    height: 1rem;
    width: 1rem;
    font-size: 0.5rem;
}
@media (min-width: 1024px){

  .map .map-point{
    height: 1.5rem;
    width: 1.5rem;
    font-size: 0.625rem;
  }
}
@media (min-width: 1280px){

  .map .map-point{
    height: 2rem;
    width: 2rem;
    font-size: 0.875rem;
  }
}
.map .map-point {
    line-height: 1;
    z-index: 0;
    transition: transform .2s;
    transform: translate(-50%,-50%) scale(1);
    -webkit-tap-highlight-color: transparent;
  }
.map .map-point.current{
  height: 1rem;
  width: 1rem;
      font-size: 0;
      z-index: 1;
}
.map .map-point.scaled {
      transform: translate(-50%,-50%) scale(.2);
      border: none;
      font-size: 0;
    }
.map .map-point-text {
    margin-top: .0625rem;
  }
.map .map-point-overlay{
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  width: 100%;
}
.map .map-pointer{
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
    transform: translate(-50%,-100%);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" width="100%" height="100%" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"><path d="M205.74 119.78c4.73,-10.6 7.36,-22.33 7.36,-34.68 0,-47 -38.1,-85.1 -85.1,-85.1 -47,0 -85.1,38.1 -85.1,85.1 0,12.35 2.63,24.08 7.36,34.68l74.34 133.97c0.69,1.26 1.86,2.25 3.4,2.25 1.54,0 2.72,-1.04 3.44,-2.33l74.3 -133.89zm-33.34 -34.68c0,-24.52 -19.88,-44.4 -44.4,-44.4 -24.52,0 -44.4,19.88 -44.4,44.4 0,58.4 88.8,58.4 88.8,0z" fill="%23404040"/></svg>');
    z-index: 1;
}
.hp-map-slider-container{
  margin-bottom: 1rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
@media (min-width: 1024px){

  .hp-map-slider-container{
    margin-left: 0px;
    margin-right: 0px;
  }
}
.hp-map-slider-container {
  width: calc(100% + 1.5rem);
}
@media (min-width: 1024px) {
.hp-map-slider-container{
    width: 100%;
  }
  }
.hp-map-slider-container .hp-map-slider-title{
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 1024px){

  .hp-map-slider-container .hp-map-slider-title{
    margin-bottom: 2rem;
    border-bottom-width: 1px;
  }
}
.hp-map-slider-container .hp-map-slider-title {
    border-color: #E0E0E0;
  }
.hp-map-slider-container .hp-map-slider-title-left{
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  display: flex;
}
@media (min-width: 1024px){

  .hp-map-slider-container .hp-map-slider-title-left{
    display: block;
    display: inline-block;
    min-width: 33.333333%;
    border-bottom-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgb(28 28 28 / var(--tw-border-opacity));
  }
}
.hp-map-slider-container .hp-map-slider-title-left {
    margin-bottom: -2px;
  }
.hp-map-slider-container .hp-map-slider-title-city{
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 1024px){

  .hp-map-slider-container .hp-map-slider-title-city{
    display: inline;
    width: auto;
    text-align: left;
    font-size: 2.25rem;
  }
}
.hp-map-slider-container .hp-map-slider-title-count{
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 1024px){

  .hp-map-slider-container .hp-map-slider-title-count{
    margin-left: 1.25rem;
    display: inline;
    width: auto;
    text-align: left;
    font-size: 1.125rem;
  }
}
.hp-map-slider-container .slider-item {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0.75rem;
  }
.hp-map-slider-container .slider-item:last-child{
  margin-right: 0px;
}
.hp-map-slider-container .slider-item img{
  width: 100%;
}
.hp-map-slider-container .hp-map-slider-item-title{
  margin-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  font-size: 0.875rem;
}
@media (min-width: 1024px){

  .hp-map-slider-container .hp-map-slider-item-title{
    font-size: 1.125rem;
  }
}
.hp-map-slider-container .hp-map-slider-item-text{
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
}
@media (min-width: 1024px){

  .hp-map-slider-container .hp-map-slider-item-text{
    font-size: 1rem;
  }
}
.hp-map-slider-container .hp-map-slider-item-image{
  position: relative;
  display: block;
  height: 0px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100%;
}
.hp-map-slider-container .hp-map-slider-item-picture{
  display: block;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  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));
    max-width: initial;
}
.hp-map-slider-container .hp-map-slider-item-picture img{
  display: block;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  width: auto;
  min-width: 100%;
  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));
      max-width: initial;
}
.hp-map-slider-container .hp-map-slider-item-loader{
  position: absolute;
  height: 100%;
  width: 100%;
}
.hp-map-slider-container .hp-map-slider-item-loader .lds-dual-ring{
  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));
}
.svg-icon{
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.svg-icon.cart {
    background-image: url('../images/cart.svg');
  }
.svg-icon.arrow-left {
    background-image: url('../images/arrow-left.svg');
  }
.svg-icon.arrow-right {
    background-image: url('../images/arrow-right.svg');
  }
.svg-icon.arrow-right-white {
    background-image: url('../images/arrow-right-white.svg');
  }
.svg-icon.email {
    background-image: url('../images/email.svg');
  }
.svg-icon.back {
    background-image: url('../images/nav-back.svg');
  }
.svg-icon.wand {
    background-image: url('../images/wand.svg');
  }
.svg-icon.close {
    background-image: url('../../../../../frontend/Hyva/default/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  }
.svg-icon.delete {
    background-image: url('../images/delete.svg');
  }
.svg-icon.search {
    background-image: url('../images/search.svg');
  }
.svg-icon.search-cancel {
    background-image: url('../images/search-cancel.svg');
  }
.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;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 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-6{
  top: 1.5rem;
}
.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;
}
.top-3{
  top: 0.75rem;
}
.-left-14{
  left: -3.5rem;
}
.-right-14{
  right: -3.5rem;
}
.top-1\/2{
  top: 50%;
}
.-left-2{
  left: -0.5rem;
}
.-right-2{
  right: -0.5rem;
}
.top-32{
  top: 8rem;
}
.bottom-7{
  bottom: 1.75rem;
}
.left-7{
  left: 1.75rem;
}
.z-20{
  z-index: 20;
}
.z-10{
  z-index: 10;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-0{
  z-index: 0;
}
.z-50{
  z-index: 50;
}
.order-first{
  order: -9999;
}
.order-3{
  order: 3;
}
.order-2{
  order: 2;
}
.order-1{
  order: 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-8{
  grid-column: span 8 / span 8;
}
.col-span-5{
  grid-column: span 5 / span 5;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.float-left{
  float: left;
}
.clear-left{
  clear: left;
}
.m-auto{
  margin: auto;
}
.-m-2{
  margin: -0.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.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;
}
.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.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-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-4{
  margin-left: 1rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.-mt-6{
  margin-top: -1.5rem;
}
.-mr-5{
  margin-right: -1.25rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.-ml-px{
  margin-left: -1px;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-auto{
  margin-right: auto;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mt-11{
  margin-top: 2.75rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.mb-15{
  margin-bottom: 3.75rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-16{
  margin-top: 4rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.ml-7{
  margin-left: 1.75rem;
}
.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-8{
  height: 2rem;
}
.h-full{
  height: 100%;
}
.h-10{
  height: 2.5rem;
}
.h-6{
  height: 1.5rem;
}
.h-0{
  height: 0px;
}
.h-5{
  height: 1.25rem;
}
.h-7{
  height: 1.75rem;
}
.h-4{
  height: 1rem;
}
.h-12{
  height: 3rem;
}
.h-48{
  height: 12rem;
}
.h-3{
  height: 0.75rem;
}
.h-14px{
  height: .875rem;
}
.h-auto{
  height: auto;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-24{
  height: 6rem;
}
.h-6\/7{
  height: 85.714285%;
}
.h-20{
  height: 5rem;
}
.h-2{
  height: 0.5rem;
}
.h-32{
  height: 8rem;
}
.max-h-full{
  max-height: 100%;
}
.max-h-6\/7{
  max-height: 85.714285%;
}
.min-h-screen-50{
  min-height: 50vh;
}
.min-h-full{
  min-height: 100%;
}
.min-h-0{
  min-height: 0px;
}
.min-h-14{
  min-height: 3.5rem;
}
.w-full{
  width: 100%;
}
.w-0{
  width: 0px;
}
.w-8{
  width: 2rem;
}
.w-1\/2{
  width: 50%;
}
.w-8\/11{
  width: 72.727273%;
}
.w-6{
  width: 1.5rem;
}
.w-1\/5{
  width: 20%;
}
.w-2\/3{
  width: 66.666667%;
}
.w-4\/5{
  width: 80%;
}
.w-5{
  width: 1.25rem;
}
.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.571428%;
}
.w-10{
  width: 2.5rem;
}
.w-9\/12{
  width: 75%;
}
.w-3\/12{
  width: 25%;
}
.w-3\/4{
  width: 75%;
}
.w-3{
  width: 0.75rem;
}
.w-14px{
  width: .875rem;
}
.w-16{
  width: 4rem;
}
.w-auto{
  width: auto;
}
.w-20{
  width: 5rem;
}
.w-7\/10{
  width: 70%;
}
.w-3\/10{
  width: 30%;
}
.w-4{
  width: 1rem;
}
.w-6\/7{
  width: 85.714285%;
}
.w-1\/1{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.w-screen-xs{
  width: 480px;
}
.w-1\/3{
  width: 33.333333%;
}
.w-3\/5{
  width: 60%;
}
.w-2\/5{
  width: 40%;
}
.w-56{
  width: 14rem;
}
.w-24{
  width: 6rem;
}
.w-32{
  width: 8rem;
}
.min-w-full{
  min-width: 100%;
}
.max-w-120px{
  max-width: 120px;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-gallery-popup{
  max-width: 1276px;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.flex-none{
  flex: none;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1{
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2{
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-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));
}
.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));
}
.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));
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-default{
  cursor: default;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.list-disc{
  list-style-type: disc;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-flow-row{
  grid-auto-flow: row;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.content-center{
  align-content: center;
}
.content-start{
  align-content: flex-start;
}
.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-8{
  gap: 2rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.gap-y-16{
  row-gap: 4rem;
}
.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-4{
  row-gap: 1rem;
}
.gap-y-12{
  row-gap: 3rem;
}
.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-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-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-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)));
}
.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;
}
.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;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre{
  white-space: pre;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-\[5px\]{
  border-radius: 5px;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.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-b-2{
  border-bottom-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-none{
  border-style: none;
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / 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-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.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-rs-primary-light-alt{
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
}
.border-rs-blue{
  --tw-border-opacity: 1;
  border-color: rgb(2 0 84 / 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-rs-primary-dark{
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}
.border-top{
  --tw-border-opacity: 1;
  border-color: rgb(237 204 179 / var(--tw-border-opacity));
}
.border-current{
  border-color: currentColor;
}
.bg-secondary-light{
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 227 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-lightgrey{
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 241 / var(--tw-bg-opacity));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-rs-primary-lighter{
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 244 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
}
.bg-container-lighter{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(237 204 179 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-rs-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(2 0 84 / var(--tw-bg-opacity));
}
.bg-light-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 241 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}
.bg-opacity-100{
  --tw-bg-opacity: 1;
}
.fill-green-600{
  fill: #16a34a;
}
.fill-current{
  fill: currentColor;
}
.stroke-black{
  stroke: #1C1C1C;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2{
  padding: 0.5rem;
}
.p-0{
  padding: 0px;
}
.p-10{
  padding: 2.5rem;
}
.p-4{
  padding: 1rem;
}
.p-8{
  padding: 2rem;
}
.p-1{
  padding: 0.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-3{
  padding: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pt-0{
  padding-top: 0px;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pb-1\/1{
  padding-bottom: 100%;
}
.pr-0{
  padding-right: 0px;
}
.pr-6{
  padding-right: 1.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pr-4{
  padding-right: 1rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pb-\[2px\]{
  padding-bottom: 2px;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pr-14{
  padding-right: 3.5rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-top{
  vertical-align: top;
}
.text-14{
  font-size: 0.875rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-10{
  font-size: 0.625rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-18{
  font-size: 1.125rem;
}
.text-12{
  font-size: 0.75rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xs-19{
  font-size: 1.1875rem;
}
.text-19{
  font-size: 1.1875rem;
}
.text-16{
  font-size: 1rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-20{
  font-size: 1.25rem;
}
.text-9{
  font-size: 0.5625rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-21{
  font-size: 1.3125rem;
}
.text-xs-13{
  font-size: 0.813rem;
}
.text-13{
  font-size: 0.813rem;
}
.text-11{
  font-size: 0.6875rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-33{
  font-size: 2.0625rem;
}
.text-1-5xl{
  font-size: 1.375rem;
}
.text-22{
  font-size: 1.375rem;
}
.text-15{
  font-size: 0.9375rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.font-bold{
  font-weight: 700;
}
.font-semibold{
  font-weight: 600;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-default{
  line-height: 1.5;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-21{
  line-height: 1.3125rem;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(255 206 0 / var(--tw-text-opacity));
}
.text-rs-red{
  --tw-text-opacity: 1;
  color: rgb(210 8 30 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 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{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.line-through{
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.no-underline{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-80{
  opacity: 0.8;
}
.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow{
  --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-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-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);
}
.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);
}
.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{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-500{
  transition-duration: 500ms;
}
.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);
}
@media (min-width: 1024px){

  .footer-bottom{
    padding-top: 2.5rem;
  }
}
.footer-bottom .footer-top-logo-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px){

  .footer-bottom .footer-top-logo-container{
    display: none;
  }
}
.footer-bottom .footer-top-logo{
  position: relative;
  height: 2.5rem;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
    background-image: url('../images/logo-white.svg');
}
.footer-bottom .footer-nav-mobile{
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px){

  .footer-bottom .footer-nav-mobile{
    display: none;
  }
}
.footer-bottom .footer-nav-mobile .footer-nav-section{
  display: flex;
  flex-direction: column;
      border-top: 1px solid #454545;
}
.footer-bottom .footer-nav-mobile .footer-nav-title{
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.footer-bottom .footer-nav-mobile .footer-nav-title .arrow{
  position: relative;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
}
.footer-bottom .footer-nav-mobile .footer-nav-title .arrow:after{
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  border-right-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
          transform: rotate(45deg);
          content: ' ';
}
.footer-bottom .footer-nav-mobile .footer-nav-title.active .arrow:after {
            transform: rotate(225deg);
          }
.footer-bottom .footer-nav-mobile .footer-nav-items{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
      max-height: 900px;
}
.footer-bottom .footer-nav-mobile .footer-nav-items.inactive {
        max-height: 0;
      }
.footer-bottom .footer-nav-mobile .footer-nav-item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
}
.footer-bottom .footer-nav-desktop{
  display: none;
}
@media (min-width: 1024px){

  .footer-bottom .footer-nav-desktop{
    display: flex;
  }
}
.footer-bottom .copyright{
  border-top-width: 1px;
  padding-top: 2rem;
  padding-bottom: 3rem;
  font-size: 0.625rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    color: #fff;
}
@media (min-width: 1024px){

  .footer-bottom .copyright{
    font-size: 0.875rem;
    border-style: none;
  }
}
.footer-bottom .copyright {
    border-color: #454545;

  }
.page-header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 2;
    background-color: #fff;
}
@media (min-width: 1024px) {
.page-header {
        height: 120px
}
    }
.max-w-1500 {
    max-width: 1500px;
}
.page-wrapper {
    padding-top: var(--mobile-page-wrapper-top-padding);
}
@media (min-width: 1024px) {
.page-wrapper {
        padding-top: var(--desktop-page-wrapper-top-padding)
}
    }
.top-bar{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(237 204 179 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    color: #fff;
    font-size: 0.75rem;
    height: var(--mobile-top-bar-height);
}
@media (min-width: 1024px) {
.top-bar {
        height: var(--desktop-top-bar-height)
}
    }
/* HEADER MOBILE */
.header-mobile{
  align-items: center;
  justify-content: space-between;
  display: flex;
}
@media (min-width: 1024px){

  .header-mobile{
    display: none;
  }
}
.header-mobile {
    height: var(--mobile-header-height);
}
.header-mobile .logo {
        width: 12rem;
        max-width: 100%;
    }
.header-mobile-left{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-mobile-right{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/* HEADER DESKTOP */
.header-desktop{
  flex-direction: column;
  display: none;
}
@media (min-width: 1024px){

  .header-desktop{
    display: flex;
  }
}
.header-desktop-bar{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
    height: var(--desktop-header-height);
}
.header-desktop-bar .logo {
        width: 22.5rem;
    }
.header-desktop-nav {
    border-top: 1px solid #E0E0E0;
}
.header-desktop-left{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1024px){

  .header-desktop-left{
    width: 33.333333%;
  }
}
.header-desktop-center{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px){

  .header-desktop-center{
    width: 33.333333%;
  }
}
.header-desktop-right{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.25rem;
}
@media (min-width: 1024px){

  .header-desktop-right{
    width: 33.333333%;
  }
}
@media (min-width: 1280px){

  .header-desktop-right{
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 360px) {
        .header-mobile .logo {
            width: 14.5rem;
        }
}
.hero{
  position: relative;
}
.hero .hero-image{
  position: relative;
  width: 100%;
  overflow: hidden;
    height: 28.875rem;
}
@media (min-width: 1024px) {
.hero .hero-image {
      height: 55rem
  }
    }
.hero .hero-img{
  position: absolute;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
    transform: translateX(-50%);
}
.hero .hero-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 0px;
  left: 0px;
  padding-top: 1.5rem;
  width: 100%;
}
@media (min-width: 1024px) {
.hero .hero-content {
      padding-top: 7rem
  }
    }
.hero .hero-title{
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    color: #fff;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
}
@media (min-width: 1024px){

  .hero .hero-title{
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 2.375rem;
  }
}
.hero .hero-desk{
  margin-bottom: 1.5rem;
  width: 14rem;
  text-align: center;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    color: #fff;
}
@media (min-width: 1024px){

  .hero .hero-desk{
    width: 100%;
    font-size: 1.125rem;
  }
}
.hero .hero-button {
    width: 11rem;
  }
@media (min-width: 1024px) {
.hero .hero-button {
      width: 13rem
  }
    }
.navigation .nav-mobile{
  max-width: 28rem;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    clip: rect(0, auto, auto, 0);
}
@media (min-width: 1024px){

  .navigation .nav-mobile{
    display: none;
  }
}
.navigation .nav-mobile .nav-mobile-icon{
  display: flex;
  align-items: center;
  justify-content: center;
      height: 3.125rem;
      width: 40px;
}
.navigation .nav-mobile .nav-container{
  position: fixed;
  bottom: 0px;
  width: 15rem;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      top: 5.125rem;
}
.navigation .nav-mobile .nav-item{
  display: flex;
  width: 100%;
  flex-direction: column;
}
.navigation .nav-mobile .nav-item.expanded .nav-item-title{
  --tw-text-opacity: 1;
  color: rgb(173 131 99 / var(--tw-text-opacity));
}
.navigation .nav-mobile .nav-item.expanded .nav-item-title-arrow {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11.268" height="7.023" viewBox="0 0 11.268 7.023"><path d="M8.439,4.2,4.2,0,0,4.2" transform="translate(1.414 1.411)" fill="none" stroke="%23ad8363" stroke-linecap="round" stroke-width="2"/></svg>');
        }
.navigation .nav-mobile .nav-item.expanded .nav-item-children{
  position: relative;
          max-height: 9999px;
}
.navigation .nav-mobile .nav-item.expanded .nav-item-children:after{
  left: 0.75rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: block;
            position: relative;
            width: calc(100% - 1.5rem);
            height: 1px;
            background-color: #CCCCCC;
            content: ' ';
}
.navigation .nav-mobile .nav-item-title{
  display: flex;
  height: 2.25rem;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}
.navigation .nav-mobile .nav-item-title-arrow{
  height: 2.25rem;
  width: 2.25rem;
  background-position: center;
  background-repeat: no-repeat;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11.268" height="7.022" viewBox="0 0 11.268 7.022"><path d="M8.44,0,4.2,4.2,0,0" transform="translate(1.414 1.414)" fill="none" stroke="%231c1c1c" stroke-linecap="round" stroke-width="2"/></svg>');
      background-size: .5rem auto;
}
.navigation .nav-mobile .nav-item-children{
  overflow: hidden;
      max-height: 0;
      transition: height .5s;
}
.navigation .nav-mobile .nav-item-child{
  display: flex;
  height: 2rem;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0.75rem;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}
.navigation .nav-mobile-tint{
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
    top: 5.125rem;
    background-color: rgba(0, 0, 0, .5);
}
.navigation .nav-desktop{
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
    height: var(--desktop-nav-height);
}
.navigation .nav-desktop .nav-items{
  display: flex;
  align-items: center;
  justify-content: space-between;
      width: 48rem;
      height: var(--desktop-nav-height);
}
.navigation .nav-desktop .nav-item{
  display: flex;
  align-items: center;
  font-size: 1.125rem;
      height: var(--desktop-nav-height);
}
.navigation .nav-desktop .nav-item.current{
  --tw-border-opacity: 1;
  border-color: rgb(173 131 99 / var(--tw-border-opacity));
}
.navigation .nav-desktop .nav-item.current .nav-item-link{
  --tw-border-opacity: 1;
  border-color: rgb(173 131 99 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(173 131 99 / var(--tw-text-opacity));
}
.navigation .nav-desktop .nav-item-link{
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  border-bottom-width: 2px;
  border-color: transparent;
      height: var(--desktop-nav-height);
}
.navigation .nav-desktop .nav-category{
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  z-index: 30;
  width: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.navigation .nav-desktop .nav-category-inner{
  position: relative;
  display: flex;
  flex-wrap: nowrap;
      width: 48rem;
}
.navigation .nav-desktop .nav-category-items{
  margin-right: 2rem;
  width: 25%;
  flex-shrink: 0;
}
.navigation .nav-desktop .nav-category-item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.25rem;
  height: 1.5rem;
}
.navigation .nav-desktop .nav-category-item:hover{
  --tw-text-opacity: 1;
  color: rgb(173 131 99 / var(--tw-text-opacity));
}
.navigation .nav-desktop .nav-category-all{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  height: 3rem;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
  font-size: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    color: #fff;
}
.navigation .nav-desktop .nav-category-image{
  width: 75%;
}
@media screen and (min-width: 360px) {
      .navigation .nav-mobile .nav-mobile-icon {
        width: 50px;
      }
}
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{
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
}
@media (min-width: 1024px){

  .section-title{
    font-size: 2.25rem;
  }
}
.section-title {
    line-height: 1.4;
    margin: 2rem 0 1rem;
}
.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;
    }
.vue-conf-show-sidebar .product-info {
        position: static;
    }
.product-card-image{
  position: relative;
  height: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 241 / var(--tw-bg-opacity));
  padding-bottom: 100%;
    background-color: #F5F6F4;
}
.product-icons-item:hover {
    background-color: #FAFAFA;
}
.pdf-sheet .buttons-set {
        width:100%;
     }
.pdf-sheet button {
        margin-top:20px;
        display: block;
        text-align: center;
        border-radius: 9999px;
        box-shadow: none;
    
        justify-content: center;
        padding: 0.75rem 0;
        font-size: 1rem;
        font-weight:bold;
     }
.pdf-sheet button.btn{
            background: #1C1C1C 0% 0% no-repeat padding-box;
            color: #fff;
            width: 100%;
        }
.pdf-sheet button.btn--close {
            background: none;
            border: 1px solid #353535;
            color:#000;
        }
.pdf-sheet .form__item label {
        font-weight: normal;
        color:#000;
     }
.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;
}
.cms-index-index .page-main{
  margin-top: 0px;
}
.cms-index-index .columns {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
.cms-index-index p{
  margin-bottom: 2rem;
  font-size: 0.875rem;
}
@media (min-width: 1024px){

  .cms-index-index p{
    font-size: 1.125rem;
  }
}
.cms-index-index h4{
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 0.875rem;
}
@media (min-width: 1024px){

  .cms-index-index h4{
    font-size: 1.125rem;
  }
}
.hp-categories{
  width: 100%;
}
@media (min-width: 480px){

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

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

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

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

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

  .hp-categories{
    max-width: 1768px;
  }
}
.hp-categories{
  position: relative;
  display: grid;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1280px){

  .hp-categories{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1768px){

  .hp-categories{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
.contentmanager-content-view .hp-categories .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .hp-categories .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
.hp-categories{
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 1024px){

  .hp-categories{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.hp-categories .hp-category{
  position: relative;
  height: 0px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 66.666667%;
}
.hp-categories .hp-category-img{
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  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));
}
.hp-categories .hp-category-title{
  position: absolute;
  font-weight: 600;
  left: 1rem;
  bottom: 0.5rem;
  font-size: 0.875rem;
}
@media (min-width: 1024px){

  .hp-categories .hp-category-title{
    left: 1.5rem;
    bottom: 1rem;
    font-size: 1.5rem;
  }
}
.pros{
  position: relative;
  margin-top: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 227 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px){

  .pros{
    margin-top: 6rem;
  }
}
.pros .pros-items{
  width: 100%;
}
@media (min-width: 480px){

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

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

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

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

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

  .pros .pros-items{
    max-width: 1768px;
  }
}
.pros .pros-items{
  display: grid;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1280px){

  .pros .pros-items{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1768px){

  .pros .pros-items{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
.contentmanager-content-view .pros .pros-items .grid-img img {
    margin-left: auto;
    margin-right: auto;
}
.contentmanager-content-view .pros .pros-items .grid-title {
    text-align: center;
    padding: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.25rem;
}
.pros .pros-items{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 1024px){

  .pros .pros-items{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 1rem;
  }
}
.pros .pros-item{
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px){

  .pros .pros-item{
    flex-direction: row;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1768px){

  .pros .pros-item{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.pros .pros-item-image{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.pros .pros-item-image.i1 svg {
      width: 3.5rem;
      height: 6rem;
    }
.pros .pros-item-image.i2 svg {
      width: 7.5rem;
      height: 6.75rem;
    }
.pros .pros-item-image.i3 svg {
      width: 4.625rem;
      height: 4.625rem;
    }
.pros .pros-item-info{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1024px){

  .pros .pros-item-info{
    align-items: flex-start;
  }
}
.pros .pros-item-title{
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 1024px){

  .pros .pros-item-title{
    text-align: left;
    font-size: 1.3125rem;
  }
}
.pros .pros-item-desk{
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 0.875rem;
}
@media (min-width: 1024px){

  .pros .pros-item-desk{
    text-align: left;
    font-size: 1.125rem;
  }
}
.hp-slider-container{
  position: relative;
  overflow-x: hidden;
  margin-left: -13px;
  margin-right: -13px;
}
.hp-content-info{
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}
@media (min-width: 1024px){

  .hp-content-info{
    flex-direction: row;
  }

  .hp-new-cat-title{
    margin-top: 4rem;
  }
}
.hp-new-cat{
  position: relative;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px){

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

  .hp-new-cat{
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1rem;
  }
}
.hp-new-cat {
  width: calc(100% + 1.5rem);
}
@media (min-width: 768px) {
.hp-new-cat{
    width: 100%;
  }
  }
@media (min-width: 1024px) {
.hp-new-cat {
    grid-auto-rows: 1fr;
    aspect-ratio: 2.5031
}
  }
.hp-new-cat-item{
  position: relative;
  height: 0px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px){

  .hp-new-cat-item{
    height: 100%;
    padding-bottom: 0px;
  }
}
.hp-new-cat-item {
  padding-bottom: 44.375%;
}
.hp-new-cat-item picture{
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  width: 100%;
}
.hp-new-cat-item picture img{
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hp-new-cat-item .desc{
  position: absolute;
  top: 1.75rem;
  display: flex;
  max-width: 60%;
  flex-direction: column;
  left: 1.75rem;
}
@media (min-width: 1024px){

  .hp-new-cat-item .desc{
    gap: 0.5rem;
  }
}
.hp-new-cat-item .title{
  font-weight: 600;
  font-size: 1.6875rem;
  line-height: 1.6875rem;
}
@media (min-width: 768px){

  .hp-new-cat-item .title{
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px){

  .hp-new-cat-item .title{
    font-size: 1.6875rem;
    line-height: 1.6875rem;
  }
}
@media (min-width: 1768px){

  .hp-new-cat-item .title{
    font-size: 2.8125rem;
    line-height: 2.4375rem;
  }
}
.hp-new-cat-item .shop-now{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-size: 1rem;
  line-height: 1rem;
}
@media (min-width: 768px){

  .hp-new-cat-item .shop-now{
    font-size: 1.25rem;
    line-height: 1rem;
  }
}
@media (min-width: 1024px){

  .hp-new-cat-item .shop-now{
    font-size: 1rem;
  }
}
@media (min-width: 1768px){

  .hp-new-cat-item .shop-now{
    font-size: 1.3125rem;
    line-height: 1.3125rem;
  }
}
@media (min-width: 1024px) {
    .hp-new-cat-item.chairs{
    grid-column: span 4 / span 4;
    grid-row: span 2 / span 2;
  }

    .hp-new-cat-item.tables{
    grid-column: span 5 / span 5;
  }

    .hp-new-cat-item.booths{
    grid-column: span 3 / span 3;
  }

    .hp-new-cat-item.bar-stools{
    grid-column: span 3 / span 3;
  }

    .hp-new-cat-item.patio{
    grid-column: span 3 / span 3;
  }

    .hp-new-cat-item.table-bases{
    grid-column: span 2 / span 2;
  }
}
.category-view{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  line-height: 1.625rem;
}
.category-top{
  width: 100%;
}
@media (min-width: 480px){

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

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

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

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

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

  .category-top{
    max-width: 1768px;
  }
}
.category-top{
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1280px){

  .category-top{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1768px){

  .category-top{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
@media (min-width: 1024px){

  .category-top{
    display: flex;
  }
}
.category-top-title{
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px){

  .category-top-title{
    padding-right: 1rem;
    text-align: left;
        width: 40%;
  }
}
@media (min-width: 1768px) {
.category-top-title {
        width: 25%
}
    }
.category-top-title h1{
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px){

  .category-top-title h1{
    margin-top: 0px;
    margin-bottom: 2rem;
    text-align: left;
    font-size: 2.25rem;
  }
}
.category-top-description{
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px){

  .category-top-description{
    width: 75%;
    text-align: left;
  }
}
/* READ MORE */
.category-read-more-button{
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  color: #868686;
}
.category-read-more-checkbox {display: none}
.category-read-more-checkbox:checked ~ .category-read-description {display: inline}
.category-read-more-checkbox:checked ~ .category-read-more-button.show {display: none}
.category-read-more-checkbox:checked ~ .category-read-more-button.hide {display: block}
.category-read-more-checkbox:not(:checked) ~ .category-read-description {display: none}
.category-read-more-checkbox:not(:checked) ~ .category-read-more-button.show {display: block}
.category-read-more-checkbox:not(:checked) ~ .category-read-more-button.hide {display: none}
@media (min-width: 1024px) {
  .category-read-more-checkbox:checked ~ .category-read-more-button.hide {display: none}
  .category-read-more-checkbox:not(:checked) ~ .category-read-description {display: inline}
  .category-read-more-checkbox:not(:checked) ~ .category-read-more-button.show {display: none}
}
.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(237 204 179 / 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));
  -webkit-text-decoration-line: underline;
          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;
}
@media (min-width: 1768px) {
.vue-product-configurator .bottom-section .actions-wrapper .actions-toolbar .primary button, .sidebar-modals .bottom-section .actions-wrapper .actions-toolbar .primary button {
          height: 95px
      }
        }
.cart-popup-button-checkout-cart .actions-toolbar .primary button, .cart-popup-button-checkout-cart .actions-toolbar .primary button-primary {
        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;
  justify-content: center;
  height: 3rem;
  font-weight: 700;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / 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);
  border-style: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
}
@media (min-width: 768px){

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

  .actions-toolbar .primary button{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.actions-toolbar .primary button svg{
  display: inline-flex;
}
.actions-toolbar .primary button span {
        vertical-align: middle;
    }
.actions-toolbar .primary button:hover{
  opacity: 0.9;
}
.actions-toolbar .primary button:focus{
  border-style: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.actions-toolbar .primary button{
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}
.actions-toolbar .primary button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}
.vue-product-configurator .bottom-section .actions-wrapper .actions-toolbar .primary button, .sidebar-modals .bottom-section .actions-wrapper .actions-toolbar .primary button{
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity));
  line-height: 2.875rem;
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
  font-size: 1.125rem;
}
@media (min-width: 1024px){

  .vue-product-configurator .bottom-section .actions-wrapper .actions-toolbar .primary button, .sidebar-modals .bottom-section .actions-wrapper .actions-toolbar .primary button{
    font-size: 1.375rem;
  }
}
.vue-product-configurator .bottom-section .actions-wrapper .actions-toolbar .primary button, .sidebar-modals .bottom-section .actions-wrapper .actions-toolbar .primary button {
        height: 60px;
        box-shadow: none;
        width: 100%;
        justify-content: center;
        padding: 0;
      }
.vue-product-configurator .bottom-section .actions-wrapper .actions-toolbar .primary button:hover, .sidebar-modals .bottom-section .actions-wrapper .actions-toolbar .primary button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity));
}
.vue-product-configurator .control-sidebar-footer .actions-toolbar .primary button, .sidebar-modals .control-sidebar-footer .actions-toolbar .primary button{
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
      padding-top: 0.864rem;
      padding-bottom: 0.926rem;
      width: 100%;
      justify-content: center;
}
.vue-product-configurator .actions-toolbar .primary button, .vue-product-configurator .actions-toolbar .primary button-primary, .sidebar-modals .actions-toolbar .primary button, .sidebar-modals .actions-toolbar .primary button-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}
.vue-product-configurator .actions-toolbar .primary button, .sidebar-modals .actions-toolbar .primary button{
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}
.pdf-sheet button.actions-toolbar .primary button{
            background: #1C1C1C 0% 0% no-repeat padding-box;
            color: #fff;
            width: 100%;
        }
.product-configurator .bottom-section .actions-wrapper .actions-toolbar .primary button{
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
                border-radius: 0;
                box-shadow: none;
                width: 100%;
                justify-content: center;
                padding: 1.75rem 0;
                font-size: 20px;
}
.product-configurator .control-sidebar-footer .actions-toolbar .primary button{
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
            padding-top: 0.864rem;
            padding-bottom: 0.926rem;
            width: 100%;
            border-radius: 0;
            justify-content: center;
}
.actions-toolbar a.back{
  --tw-text-opacity: 1;
  color: rgb(173 131 99 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
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(255 206 0 / var(--tw-text-opacity));
}
.order-links li a{
  -webkit-text-decoration-line: underline;
          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(173 131 99 / 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(255 206 0 / 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));
    color: #fff;
}
.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));
    color: #fff;
}
@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{
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
                border-radius: 0;
                box-shadow: none;
                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{
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
            padding-top: 0.864rem;
            padding-bottom: 0.926rem;
            width: 100%;
            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;
        }
.first\:mt-0:first-child{
  margin-top: 0px;
}
.last\:mr-0:last-child{
  margin-right: 0px;
}
.last\:mb-6:last-child{
  margin-bottom: 1.5rem;
}
.last\:border-b:last-child{
  border-bottom-width: 1px;
}
.even\:bg-container-darker:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.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-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-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\:text-rs-primary-lighter:hover{
  --tw-text-opacity: 1;
  color: rgb(245 246 244 / 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{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.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-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\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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);
}
.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}
.disabled\:bg-gray-100:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.disabled\:opacity-75:disabled{
  opacity: 0.75;
}
@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-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\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

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

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

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

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

  .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\:min-h-screen-75{
    min-height: 75vh;
  }

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

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

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

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

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

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

  .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\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

  .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\:p-5{
    padding: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:m-0{
    margin: 0px;
  }

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-8{
    height: 2rem;
  }

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

  .md\:h-\[70\%\]{
    height: 70%;
  }

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

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

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

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

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

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

  .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-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-8{
    gap: 2rem;
  }

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

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

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

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 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\:pt-9{
    padding-top: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@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;
    }
  }

  @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\:top-0{
    top: 0px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:mr-12{
    margin-right: 3rem;
  }

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

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

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

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

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

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

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

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

  .lg\:mb-30{
    margin-bottom: 7.5rem;
  }

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

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

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:table-cell{
    display: table-cell;
  }

  .lg\:table-header-group{
    display: table-header-group;
  }

  .lg\:table-row{
    display: table-row;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

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

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

  .lg\:h-\[85\%\]{
    height: 85%;
  }

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

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

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

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

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

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

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

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

  .lg\:w-4\/5{
    width: 80%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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\:self-stretch{
    align-self: stretch;
  }

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

  .lg\:p-3{
    padding: 0.75rem;
  }

  .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-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\:pb-4{
    padding-bottom: 1rem;
  }

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

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

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

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

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

  .lg\:pb-26{
    padding-bottom: 6.5rem;
  }

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

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

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

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

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

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

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

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

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

  .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-16{
    font-size: 1rem;
  }

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

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

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

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

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

  .lg\:text-11{
    font-size: 0.6875rem;
  }

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

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

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

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

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

  .lg\:font-semibold{
    font-weight: 600;
  }
}
@media (min-width: 1280px){

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

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

  .xl\:left-4{
    left: 1rem;
  }

  .xl\:right-4{
    right: 1rem;
  }

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

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

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

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

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

  .xl\:flex{
    display: flex;
  }

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

  .xl\:w-3\/5{
    width: 60%;
  }

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

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

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

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

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

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

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

  .xl\:pl-8{
    padding-left: 2rem;
  }

  .xl\:text-16{
    font-size: 1rem;
  }
}
@media (min-width: 1768px){

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

  .\32xl\:top-\[160px\]{
    top: 160px;
  }

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

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

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

  .\32xl\:w-8\/12{
    width: 66.666667%;
  }

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

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

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