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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

body {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(15 14 14 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

body {
  font-family: 'Manrope', sans-serif !important;
  line-height: 1.35 !important;
}

.container {
  max-width: 1920px !important;
  margin: 0 auto;
}

canvas {
  display: block;
}

a{
  transition: 0.3s;
}

h1,.h1__title {
  margin-bottom: 1rem;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  h1,.h1__title {
    margin-bottom: 1.25rem;
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  h1,.h1__title {
    margin-bottom: 1.5rem;
    font-size: 48px;
  }
}

@media (min-width: 1200px) {
  h1,.h1__title {
    font-size: 56px;
  }
}

h2,.h2__title {
  margin-bottom: 1rem;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  h2,.h2__title {
    margin-bottom: 1.25rem;
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  h2,.h2__title {
    margin-bottom: 1.5rem;
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  h2,.h2__title {
    font-size: 48px;
  }
}

h3,.h3__title {
  margin-bottom: 0.75rem;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  h3,.h3__title {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  h3,.h3__title {
    margin-bottom: 1rem;
    font-size: 28px;
  }
}

.headline__margin {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .headline__margin {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .headline__margin {
    margin-bottom: 1.5rem;
  }
}

a:hover{
  opacity: 0.7;
}

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

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

.container {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

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

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-right: 5%;
    padding-left: 5%;
  }
}

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

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

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

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.\!invisible {
  visibility: hidden !important;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.\!left-0 {
  left: 0px !important;
}

.\!top-28 {
  top: 7rem !important;
}

.-left-px {
  left: -1px;
}

.-right-px {
  right: -1px;
}

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

.-top-px {
  top: -1px;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-0 {
  left: 0px;
}

.left-3 {
  left: 0.75rem;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-3\.5 {
  right: 0.875rem;
}

.top-0 {
  top: 0px;
}

.top-3 {
  top: 0.75rem;
}

.top-3\.5 {
  top: 0.875rem;
}

.top-px {
  top: 1px;
}

.\!-z-10 {
  z-index: -10 !important;
}

.\!z-10 {
  z-index: 10 !important;
}

.\!z-20 {
  z-index: 20 !important;
}

.\!z-\[99\] {
  z-index: 99 !important;
}

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

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

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

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

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

.\!mb-1 {
  margin-bottom: 0.25rem !important;
}

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

.\!mb-2\.5 {
  margin-bottom: 0.625rem !important;
}

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

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

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

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

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

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

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

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

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

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

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

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

.mr-1\.5 {
  margin-right: 0.375rem;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

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

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

.block {
  display: block;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.h-screen {
  height: 100vh;
}

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

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

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

.\!w-\[261px\] {
  width: 261px !important;
}

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

.\!w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}

.w-10 {
  width: 2.5rem;
}

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

.w-28 {
  width: 7rem;
}

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

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

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

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

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

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

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

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

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

.max-w-screen-md {
  max-width: 768px;
}

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

.flex-grow {
  flex-grow: 1;
}

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

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

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

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

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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;
}

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

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

.gap-2 {
  gap: 0.5rem;
}

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

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-px {
  gap: 1px;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

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

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

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

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

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-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)));
}

.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-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.border {
  border-width: 1px;
}

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

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

.border-grey_dark {
  --tw-border-opacity: 1;
  border-color: rgb(118 124 141 / var(--tw-border-opacity));
}

.border-grey_light {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.border-grey_lines {
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(15 14 14 / var(--tw-border-opacity));
}

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

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

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(15 14 14 / var(--tw-bg-opacity));
}

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

.fill-primary {
  fill: #0F0E0E;
}

.fill-primary_light {
  fill: #1B1D1F;
}

.fill-white {
  fill: #fff;
}

.stroke-primary {
  stroke: #0F0E0E;
}

.stroke-primary_light {
  stroke: #1B1D1F;
}

.stroke-white {
  stroke: #fff;
}

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

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

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

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

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

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

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

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

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

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

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!text-14 {
  font-size: 14px !important;
}

.\!text-16 {
  font-size: 16px !important;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-21 {
  font-size: 21px;
}

.text-24 {
  font-size: 24px;
}

.text-28 {
  font-size: 28px;
}

.text-72 {
  font-size: 72px;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.\!normal-case {
  text-transform: none !important;
}

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

.text-grey_dark {
  --tw-text-opacity: 1;
  color: rgb(118 124 141 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(15 14 14 / var(--tw-text-opacity));
}

.text-primary_light {
  --tw-text-opacity: 1;
  color: rgb(27 29 31 / var(--tw-text-opacity));
}

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

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

.\!opacity-0 {
  opacity: 0 !important;
}

.\!opacity-100 {
  opacity: 1 !important;
}

.outline {
  outline-style: solid;
}

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

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

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

@media (min-width: 576px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

@font-face {
  font-family: 'Americana Std';

  src:   url('../resources/fonts/AmericanaSTD/Americana Std Roman.otf');

  font-weight: 400;
}

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

  src:   url('../resources/fonts/SFUI/SFUIText-RegularItalic.eot');

  src: local('SFUI Regular Italic'), local('SFUIText-RegularItalic'),
    url('../resources/fonts/SFUI/SFUIText-RegularItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-RegularItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-RegularItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-RegularItalic.ttf') format('truetype');

  font-weight: normal;

  font-style: italic;
}

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

  src:   url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.eot');

  src: local('SFUI SemiboldItalic'), local('SFUIText-SemiboldItalic'),
    url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.ttf') format('truetype');

  font-weight: 600;

  font-style: italic;
}

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

  src:   url('../resources/fonts/SFUI/SFUIText-Heavy.eot');

  src: local('SFUI Heavy'), local('SFUIText-Heavy'),
    url('../resources/fonts/SFUI/SFUIText-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Heavy.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Heavy.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Heavy.ttf') format('truetype');

  font-weight: 900;

  font-style: normal;
}

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

  src:   url('../resources/fonts/SFUI/SFUIText-Semibold.eot');

  src: local('SFUI Semibold'), local('SFUIText-Semibold'),
    url('../resources/fonts/SFUI/SFUIText-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Semibold.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Semibold.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Semibold.ttf') format('truetype');

  font-weight: 600;

  font-style: normal;
}

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

  src:   url('../resources/fonts/SFUI/SFUIText-Medium.eot');

  src: local('SFUI Medium'), local('SFUIText-Medium'),
    url('../resources/fonts/SFUI/SFUIText-Medium.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Medium.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Medium.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

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

  src:   url('../resources/fonts/SFUI/SFUIText-Light.eot');

  src: local('SFUI Light'), local('SFUIText-Light'),
    url('../resources/fonts/SFUI/SFUIText-Light.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Light.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Light.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Light.ttf') format('truetype');

  font-weight: 200;

  font-style: normal;
}

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

  src:   url('../resources/fonts/SFUI/SFUIText-Regular.eot');

  src: local('SFUI Regular'), local('SFUIText-Regular'),
    url('../resources/fonts/SFUI/SFUIText-Regular.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Regular.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Regular.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

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

  src:   url('../resources/fonts/SFUI/SFUIText-BoldItalic.eot');

  src: local('SFUI BoldItalic'), local('SFUIText-BoldItalic'),
    url('../resources/fonts/SFUI/SFUIText-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-BoldItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-BoldItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-BoldItalic.ttf') format('truetype');

  font-weight: bold;

  font-style: italic;
}

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

  src:   url('../resources/fonts/SFUI/SFUIText-Bold.eot');

  src: local('SFUI Bold'), local('SFUIText-Bold'),
    url('../resources/fonts/SFUI/SFUIText-Bold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Bold.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Bold.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;
}

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

  src:   url('../resources/fonts/SFUI/SFUIText-HeavyItalic.eot');

  src: local('SFUI HeavyItalic'), local('SFUIText-HeavyItalic'),
    url('../resources/fonts/SFUI/SFUIText-HeavyItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-HeavyItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-HeavyItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-HeavyItalic.ttf') format('truetype');

  font-weight: 900;

  font-style: italic;
}

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

  src:   url('../resources/fonts/SFUI/SFUIText-MediumItalic.eot');

  src: local('SFUI MediumItalic'), local('SFUIText-MediumItalic'),
    url('../resources/fonts/SFUI/SFUIText-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-MediumItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-MediumItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-MediumItalic.ttf') format('truetype');

  font-weight: 500;

  font-style: italic;
}

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

  src:   url('../resources/fonts/GoogleSans/GoogleSans-Regular.eot');

  src: local('GoogleSans Regular'), local('GoogleSans-Regular'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.woff2') format('woff2'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.woff') format('woff'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

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

  src:   url('../resources/fonts/GoogleSans/GoogleSans-Regular.eot');

  src: local('GoogleSans Regular'), local('GoogleSans-Regular'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.woff2') format('woff2'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.woff') format('woff'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;
}

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

  src:   url('../resources/fonts/GoogleSans/GoogleSans-Medium.eot');

  src: local('GoogleSans Medium'), local('GoogleSans-Medium'),
    url('../resources/fonts/GoogleSans/GoogleSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GoogleSans/GoogleSans-Medium.woff2') format('woff2'),
    url('../resources/fonts/GoogleSans/GoogleSans-Medium.woff') format('woff'),
    url('../resources/fonts/GoogleSans/GoogleSans-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

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

  src:   url('../resources/fonts/GoogleSans/GoogleSans-Bold.eot');

  src: local('GoogleSans Bold'), local('GoogleSans-Bold'),
    url('../resources/fonts/GoogleSans/GoogleSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GoogleSans/GoogleSans-Bold.woff2') format('woff2'),
    url('../resources/fonts/GoogleSans/GoogleSans-Bold.woff') format('woff'),
    url('../resources/fonts/GoogleSans/GoogleSans-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;
}

.section__padding {
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .section__padding {
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .section__padding {
    padding-bottom: 6rem;
  }
}

.section__margin {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .section__margin {
    margin-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .section__margin {
    margin-bottom: 6rem;
  }
}

.section-video-main {
  height: 670px;
}

@media (min-width: 768px) {
  .section-video-main {
    height: 720px;
  }
}

.section-main {
  padding-top: 1.25rem;
  font-size: 32px;
}

@media (min-width: 768px) {
  .section-main {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .section-main {
    font-size: 48px;
  }
}

@media (min-width: 1200px) {
  .section-main {
    font-size: 56px;
  }
}

@media (min-width: 1440px) {
  .section-main {
    font-size: 70px;
  }
}

.section-main .wrap__headline{
    background: #E9ECF1;
  }

.section-main .link svg{
      width: 60px;
      height: 23px;
    }

.section-main .wrap__slider {
    display: grid;
  }

.section-main .wrap__slider {
    width: 100%;
  }

.section-main .wrap__slider {
    gap: 0.25rem;
  }

@media (min-width: 768px) {
    .section-main .wrap__slider {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

@media (min-width: 768px) {
    .section-main .wrap__slider {
      gap: 0.625rem;
    }
  }

.section-main .wrap__slider .inner__slider{
      width: 100%;
      transition: 0.3s;
    }

.section-main .wrap__slider .inner__slider:nth-of-type(2){
        aspect-ratio: 4/5
      }

@media (min-width: 768px) {
        .section-main .wrap__slider .inner__slider:nth-of-type(2) {
          height: auto;
        }
      }

@media (min-width: 768px) {

.section-main .wrap__slider .inner__slider:nth-of-type(2){
          aspect-ratio: auto
      }
        }

.section-main .wrap__slider .inner__slider:nth-of-type(3),.section-main .wrap__slider .inner__slider:nth-of-type(4) {
        min-height: 270px;
      }

@media (min-width: 1024px) {
        .section-main .wrap__slider .inner__slider:nth-of-type(3),.section-main .wrap__slider .inner__slider:nth-of-type(4) {
          min-height: 192px;
        }
      }

.section-main .wrap__slider .inner__slider:nth-of-type(3) img,.section-main .wrap__slider .inner__slider:nth-of-type(4) img{
          -o-object-position: top;
             object-position: top;
        }

.section-main .wrap__slider .inner__slider:nth-of-type(3) .light__label, .section-main .wrap__slider .inner__slider:nth-of-type(4) .light__label {
          left: 1rem;
        }

@media (min-width: 1024px) {
          .section-main .wrap__slider .inner__slider:nth-of-type(3) .light__label, .section-main .wrap__slider .inner__slider:nth-of-type(4) .light__label {
            left: 1.5rem;
          }
        }

@media (min-width: 1200px) {
          .section-main .wrap__slider .inner__slider:nth-of-type(3) .light__label, .section-main .wrap__slider .inner__slider:nth-of-type(4) .light__label {
            left: 2.5rem;
          }
        }

.section-main .wrap__slider .inner__slider:hover {
        opacity: 1;
      }

@media (min-width: 1024px) {
        .section-main .wrap__slider .inner__slider:hover {
          opacity: 0.7;
        }
      }

.section-main .slider__main{
    height: 100%;
    width: 100%;
    transition: 0.3s;
  }

.section-main .slider__main .slick-track{
      height: 100%;
    }

.section-main .slider__main .slick-list{
      height: 100%;
    }

.section-main .slider__main .light__label {
      left: 1rem;
    }

@media (min-width: 768px) {
      .section-main .slider__main .light__label {
        left: 2.5rem;
      }
    }

.section-main .nav__prev,.section-main .nav__next {
    position: absolute;
  }

.section-main .nav__prev,.section-main .nav__next {
    top: 50%;
  }

.section-main .nav__prev,.section-main .nav__next {
    display: none;
  }

.section-main .nav__prev,.section-main .nav__next {
    --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));
  }

.section-main .nav__prev,.section-main .nav__next {
    fill: #fff;
  }

@media (min-width: 768px) {
    .section-main .nav__prev,.section-main .nav__next {
      display: flex;
    }
  }

.section-main .nav__prev svg,.section-main .nav__next svg{
      width: 29px;
      height: 16px;
    }

.section-main .nav__prev:hover,.section-main .nav__next:hover{
      background: transparent !important;
    }

.section-main .nav__prev {
    left: 5%;
  }

.section-main .nav__prev {
    --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));
  }

.section-main .nav__next {
    right: 5%;
  }

.slick-dots{
  list-style-type: none;
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  display: flex;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center
}

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

.slick-dots button {
    text-indent: -9999px;
    transition: 0.3s;
  }

.slick-dots button {
    height: 0.5rem !important;
  }

.slick-dots button {
    width: 0.5rem !important;
  }

.slick-dots button {
    border-radius: 9999px !important;
  }

.slick-dots button {
    border-width: 1px !important;
  }

.slick-dots button {
    --tw-border-opacity: 1 !important;
    border-color: rgb(15 14 14 / var(--tw-border-opacity)) !important;
  }

.slick-dots button {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  }

.slick-dots li{
    display: flex;
  }

.slick-dots li.slick-active button {
        width: 1.5rem !important;
      }

.slick-dots li.slick-active button {
        --tw-border-opacity: 1 !important;
        border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
      }

.slick-dots li.slick-active button {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(15 14 14 / var(--tw-bg-opacity)) !important;
      }

.custom__dots {
  position: absolute;
  bottom: 1.25rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.custom__dots .swiper-pagination-bullet{
    transition: 0.3s;
  }

.custom__dots .swiper-pagination-bullet {
    height: 0.5rem !important;
  }

.custom__dots .swiper-pagination-bullet {
    width: 0.5rem !important;
  }

.custom__dots .swiper-pagination-bullet {
    border-radius: 9999px !important;
  }

.custom__dots .swiper-pagination-bullet {
    border-width: 1px !important;
  }

.custom__dots .swiper-pagination-bullet {
    --tw-border-opacity: 1 !important;
    border-color: rgb(15 14 14 / var(--tw-border-opacity)) !important;
  }

.custom__dots .swiper-pagination-bullet {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  }

.custom__dots .swiper-pagination-bullet-active {
    width: 1.5rem !important;
  }

.custom__dots .swiper-pagination-bullet-active {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  }

.custom__dots .swiper-pagination-bullet-active {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(15 14 14 / var(--tw-bg-opacity)) !important;
  }

.custom__hover{
  transition: 0.3s;
  cursor: pointer;
}

.custom__hover:hover{
    opacity: 0.7;
  }

.main__btn,.main__btn-transparent,.main__btn-light,.wpforms-container .wpforms-submit{
  transition: 0.3s;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(15 14 14 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  opacity: 1 !important
}

@media (min-width: 576px) {
  .main__btn,.main__btn-transparent,.main__btn-light,.wpforms-container .wpforms-submit {
    width: -moz-max-content;
    width: max-content;
  }
}

.main__btn.main__btn-sold-out, .main__btn-transparent.main__btn-sold-out, .main__btn-light.main__btn-sold-out, .wpforms-container .wpforms-submit.main__btn-sold-out {
    pointer-events: none !important;
  }

.main__btn.main__btn-sold-out, .main__btn-transparent.main__btn-sold-out, .main__btn-light.main__btn-sold-out, .wpforms-container .wpforms-submit.main__btn-sold-out {
    opacity: 0.5 !important;
  }

.main__btn,.wpforms-container .wpforms-submit {
  --tw-bg-opacity: 1;
  background-color: rgb(15 14 14 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.main__btn:hover, .wpforms-container .wpforms-submit:hover {
    background-color: transparent;
  }

.main__btn:hover, .wpforms-container .wpforms-submit:hover {
    --tw-text-opacity: 1;
    color: rgb(15 14 14 / var(--tw-text-opacity));
  }

.main__btn-transparent {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(15 14 14 / var(--tw-text-opacity));
}

.main__btn-transparent:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(15 14 14 / var(--tw-bg-opacity));
  }

.main__btn-transparent:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.main__btn-light {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(15 14 14 / var(--tw-text-opacity));
}

.main__btn-light:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(15 14 14 / var(--tw-border-opacity)) !important;
  }

.main__btn-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(15 14 14 / var(--tw-bg-opacity));
  }

.main__btn-light:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.overlay__video,.overlay__video-sound{
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  cursor: pointer;
  -webkit-backdrop-filter: opacity(1);
          backdrop-filter: opacity(1);
  top: 0;
  left: 0;
}

.overlay__video:hover,.overlay__video-sound:hover{
    background: rgba(0, 0, 0, 0.2);
  }

.overlay__video:hover .video__btn, .overlay__video-sound:hover .video__btn {
      --tw-bg-opacity: 1;
      background-color: rgb(242 242 242 / var(--tw-bg-opacity));
    }

.overlay__video .video__btn,.overlay__video-sound .video__btn{
    width: 76px;
    height: 76px;
    transition: 0.3s;
    cursor: pointer
  }

.overlay__video .video__btn, .overlay__video-sound .video__btn {
    position: absolute;
  }

.overlay__video .video__btn, .overlay__video-sound .video__btn {
    left: 50%;
  }

.overlay__video .video__btn, .overlay__video-sound .video__btn {
    top: 50%;
  }

.overlay__video .video__btn, .overlay__video-sound .video__btn {
    z-index: 10;
  }

.overlay__video .video__btn, .overlay__video-sound .video__btn {
    display: flex;
  }

.overlay__video .video__btn, .overlay__video-sound .video__btn {
    --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));
  }

.overlay__video .video__btn, .overlay__video-sound .video__btn {
    --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));
  }

.overlay__video .video__btn, .overlay__video-sound .video__btn {
    align-items: center;
  }

.overlay__video .video__btn, .overlay__video-sound .video__btn {
    justify-content: center;
  }

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

.overlay__video .video__btn svg, .overlay__video-sound .video__btn svg {
      position: relative;
    }

.overlay__video .video__btn svg, .overlay__video-sound .video__btn svg {
      left: 1px;
    }

.light__label{
  background: rgba(255, 255, 255, 0.60);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(15 14 14 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .light__label {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

@media (min-width: 1024px) {
  .light__label {
    font-size: 18px;
  }
}

.slider__products{
  width: 100%;
}

.slider__products .slick-slide {
    margin-left: 0.5px;
    margin-right: 0.5px;
  }

/* the parent */

.slider__products .slick-list {
    margin-left: -0.5px;
    margin-right: -0.5px;
  }

.slider__products .slick-track{
    margin: 0 !important;
  }

.section-faq .wrap__faq {
    display: flex;
  }

.section-faq .wrap__faq {
    flex-direction: column;
  }

.section-faq .wrap__faq > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

@media (min-width: 768px) {
    .section-faq .wrap__faq > :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));
    }
  }

@media (min-width: 1024px) {
    .section-faq .wrap__faq > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }
  }

.section-faq .wrap__faq .inner__faq {
      border-width: 1px;
    }

.section-faq .wrap__faq .inner__faq {
      --tw-border-opacity: 1;
      border-color: rgb(225 225 225 / var(--tw-border-opacity));
    }

.section-faq .wrap__faq .inner__faq {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }

.section-faq .wrap__faq .inner__faq {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }

.section-reviews .modal__btn {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

.section-reviews .modal__btn {
    --tw-bg-opacity: 1;
    background-color: rgb(15 14 14 / var(--tw-bg-opacity));
  }

.section-reviews .modal__btn .main__text svg, .section-reviews .modal__btn .second__text svg {
        fill: #0F0E0E;
      }

.section-reviews .modal__btn .main__text svg, .section-reviews .modal__btn .second__text svg {
        stroke: transparent;
      }

.modal__window{
  transition: 0.3s;
  visibility: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -10;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.modal__window.active {
    visibility: visible;
  }

.modal__window.active {
    z-index: 999999999;
  }

.modal__window.active {
    opacity: 1;
  }

.modal__window .close__modal {
    height: -moz-max-content;
    height: max-content;
  }

.modal__window .close__modal {
    width: -moz-max-content;
    width: max-content;
  }

.modal__window iframe{
    width: 100%;
    height: 100%;
  }

.overlay,.overlay__menu{
  transition: 0.3s;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.7);
}

.overlay__menu{
  visibility: hidden;
  z-index: -10;
  opacity: 0;
  position: fixed;
}

.section-contacts .wrap__contacts .inner__contacts {
      display: flex;
    }

.section-contacts .wrap__contacts .inner__contacts {
      flex-direction: column;
    }

.section-contacts .wrap__contacts .inner__contacts {
      border-width: 1px;
    }

.section-contacts .wrap__contacts .inner__contacts {
      --tw-border-opacity: 1;
      border-color: rgb(225 225 225 / var(--tw-border-opacity));
    }

.section-contacts .wrap__contacts .inner__contacts {
      padding-left: 1rem;
      padding-right: 1rem;
    }

.section-contacts .wrap__contacts .inner__contacts {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }

.section-contacts .wrap__contacts .inner__contacts {
      font-size: 16px;
    }

.section-contacts .wrap__contacts .inner__contacts {
      --tw-text-opacity: 1;
      color: rgb(118 124 141 / var(--tw-text-opacity));
    }

@media (min-width: 768px) {
      .section-contacts .wrap__contacts .inner__contacts {
        min-height: 240px;
      }
    }

@media (min-width: 768px) {
      .section-contacts .wrap__contacts .inner__contacts {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
      }
    }

@media (min-width: 768px) {
      .section-contacts .wrap__contacts .inner__contacts {
        padding-top: 2rem;
        padding-bottom: 2rem;
      }
    }

.section-contacts .wrap__contacts .inner__contacts h2 {
        --tw-text-opacity: 1;
        color: rgb(15 14 14 / var(--tw-text-opacity));
      }

.section-contacts .wrap__map {
    height: 600px;
  }

.section-contacts .wrap__map {
    width: 100%;
  }

@media (min-width: 768px) {
    .section-contacts .wrap__map {
      height: 700px;
    }
  }

.section-content {
  width: 100%;
}

.section-content h1 {
    margin-bottom: 1.5rem;
  }

.section-content h1 {
    font-size: 28px;
  }

.section-content h1 {
    font-weight: 700;
  }

.section-content h1 {
    text-transform: uppercase;
  }

@media (min-width: 768px) {
    .section-content h1 {
      margin-bottom: 1.75rem;
    }
  }

@media (min-width: 768px) {
    .section-content h1 {
      font-size: 32px;
    }
  }

@media (min-width: 1024px) {
    .section-content h1 {
      margin-bottom: 2rem;
    }
  }

@media (min-width: 1024px) {
    .section-content h1 {
      font-size: 40px;
    }
  }

@media (min-width: 1200px) {
    .section-content h1 {
      font-size: 48px;
    }
  }

.section-content .wrap__content{
    line-height: 1.5
  }

.section-content .wrap__content {
    font-size: 16px;
  }

.section-content .wrap__content {
    font-weight: 500;
  }

.section-content .wrap__content>h2:first-child, .section-content .wrap__content h3:first-child {
        margin-top: 0px !important;
      }

.section-content .wrap__content h2{
      font-family: 'Inter',sans-serif;
    }

.section-content .wrap__content h2 {
      margin-top: 2rem;
    }

.section-content .wrap__content h2 {
      margin-bottom: 1rem;
    }

.section-content .wrap__content h2 {
      font-size: 21px;
    }

.section-content .wrap__content h2 {
      font-weight: 500;
    }

@media (min-width: 768px) {
      .section-content .wrap__content h2 {
        font-size: 24px;
      }
    }

.section-content .wrap__content h3{
      text-transform: none;
    }

.section-content .wrap__content ul > :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));
    }

.section-content .wrap__content ul li{
        display: flex;
        align-items: center;
      }

.section-content .wrap__content ul li:before{
          min-width: 8px;
          height: 8px;
          border-radius: 100%;
          display: block;
          content: '';
        }

.section-content .wrap__content ul li:before {
          margin-right: 0.5rem;
        }

.section-content .wrap__content ul li:before {
          --tw-bg-opacity: 1;
          background-color: rgb(15 14 14 / var(--tw-bg-opacity));
        }

.section-content .wrap__content ol{
      list-style-type: decimal;
    }

.section-content .wrap__content ol {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }

.section-content .wrap__content ol > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
    }

.section-content .wrap__content p {
      margin-bottom: 0.25rem;
    }

.section-content .wrap__content p:last-of-type{
        margin-bottom: 0 !important;
      }

.section-content blockquote {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

.section-content blockquote {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  }

.section-content blockquote {
    padding: 1rem;
  }

.section-content blockquote p{
      margin-bottom: 0 !important;
    }

.section-content h3 {
    margin-bottom: 1rem;
  }

.section-content h3 {
    margin-top: 1rem;
  }

.section-content h3 {
    font-size: 18px;
  }

.section-content h3 {
    font-weight: 600;
  }

.wrap__helper {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(15 14 14 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .wrap__helper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .wrap__helper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.wrap__helper h2 {
    font-size: 19px;
  }

.wrap__helper h2 {
    font-weight: 500;
  }

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

.section-404{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 134px);
}

.section-404 h1 {
    font-size: 35px;
  }

@media (min-width: 576px) {
    .section-404 h1 {
      font-size: 40px;
    }
  }

@media (min-width: 768px) {
    .section-404 h1 {
      font-size: 56px;
    }
  }

@media (min-width: 1024px) {
    .section-404 h1 {
      font-size: 70px;
    }
  }

.section-404 .wrap__404 {
    margin-bottom: 0.625rem;
  }

.section-404 .wrap__404 {
    display: flex;
  }

.section-404 .wrap__404 {
    align-items: center;
  }

.section-404 .wrap__404 span{
      font-weight: 800;
      line-height: 1;
    }

.section-404 .wrap__404 span {
      font-size: 160px;
    }

@media (min-width: 768px) {
      .section-404 .wrap__404 span {
        font-size: 200px;
      }
    }

@media (min-width: 1024px) {
      .section-404 .wrap__404 span {
        font-size: 240px;
      }
    }

.section-404 .wrap__404 img {
      height: 145px;
    }

.section-404 .wrap__404 img {
      width: 145px;
    }

.section-404 .wrap__404 img {
      border-radius: 9999px;
    }

.section-404 .wrap__404 img {
      -o-object-fit: cover;
         object-fit: cover;
    }

@media (min-width: 768px) {
      .section-404 .wrap__404 img {
        height: 180px;
      }
    }

@media (min-width: 768px) {
      .section-404 .wrap__404 img {
        width: 180px;
      }
    }

@media (min-width: 1024px) {
      .section-404 .wrap__404 img {
        height: 222px;
      }
    }

@media (min-width: 1024px) {
      .section-404 .wrap__404 img {
        width: 222px;
      }
    }

.section-scroll-composition .scroll__composition{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
  }

.section-scroll-composition .scroll__composition {
    position: absolute;
  }

.section-scroll-composition .scroll__composition {
    left: 0px;
  }

.section-scroll-composition .scroll__composition {
    height: 350px;
  }

.section-scroll-composition .scroll__composition {
    width: 250px;
  }

.section-scroll-composition .scroll__composition {
    --tw-rotate: -2deg;
    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));
  }

.section-scroll-composition .scroll__composition {
    padding: 1.25rem;
  }

.section-scroll-composition .scroll__composition {
    text-align: center;
  }

@media (min-width: 768px) {
    .section-scroll-composition .scroll__composition {
      height: 400px;
    }
  }

@media (min-width: 768px) {
    .section-scroll-composition .scroll__composition {
      width: 300px;
    }
  }

@media (min-width: 768px) {
    .section-scroll-composition .scroll__composition {
      padding: 1.5rem;
    }
  }

@media (min-width: 1024px) {
    .section-scroll-composition .scroll__composition {
      left: calc(50% - 250px);
    }
  }

@media (min-width: 1024px) {
    .section-scroll-composition .scroll__composition {
      height: 600px;
    }
  }

@media (min-width: 1024px) {
    .section-scroll-composition .scroll__composition {
      width: 500px;
    }
  }

@media (min-width: 1024px) {
    .section-scroll-composition .scroll__composition {
      --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));
    }
  }

@media (min-width: 1024px) {
    .section-scroll-composition .scroll__composition {
      padding: 2rem;
    }
  }

.section-scroll-composition .scroll__composition:nth-child(2n){
      left: unset;
    }

.section-scroll-composition .scroll__composition:nth-child(2n) {
      right: 0px;
    }

.section-scroll-composition .scroll__composition:nth-child(2n) {
      --tw-rotate: 2deg;
      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));
    }

.section-scroll-composition .scroll__composition img{
      border-radius: 16px;
    }

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

footer .menu a {
      font-size: 16px;
    }

footer .menu a {
      --tw-text-opacity: 1;
      color: rgb(27 29 31 / var(--tw-text-opacity));
    }

.mobile__footer h4 {
    display: flex;
  }

.mobile__footer h4 {
    align-items: center;
  }

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

.mobile__footer h4 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

.mobile__footer h4 {
    font-size: 18px;
  }

.mobile__footer h4 {
    font-weight: 500;
  }

.mobile__footer h4 svg {
      --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));
    }

.mobile__footer .inner__accordion.active h4 svg {
          --tw-rotate: 0deg;
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        }

.main__footer h4 {
    margin-bottom: 1.25rem;
  }

.main__footer h4 {
    font-size: 16px;
  }

.main__footer h4 {
    font-weight: 700;
  }

.main__footer h4 {
    text-transform: uppercase;
  }

.main__footer h4 {
    --tw-text-opacity: 1;
    color: rgb(118 124 141 / var(--tw-text-opacity));
  }

.icon__mastercard{
  width: 37px;
  height: 30px;
}

.icon__google-pay{
  width: 62px;
  height: 30px;
}

.icon__visa{
  width: 56px;
  height: 30px;
}

.icon__apple-pay{
  width: 59px;
  height: 23px;
}

.icon__visa svg,.icon__mastercard svg,.icon__google-pay svg,.icon__apple-pay svg{
    width: 100%;
    height: 100%;
  }

.contact__form .inner__form {
    display: flex;
  }

.contact__form .inner__form {
    height: 100%;
  }

.contact__form .inner__form {
    width: 100%;
  }

@media (min-width: 1024px) {
    .contact__form .inner__form {
      width: 50%;
    }
  }

.contact__form .inner__form:first-of-type {
      position: absolute;
    }

.contact__form .inner__form:first-of-type {
      left: 0px;
    }

.contact__form .inner__form:first-of-type {
      top: 0px;
    }

.contact__form .inner__form:first-of-type {
      display: none;
    }

@media (min-width: 1024px) {
      .contact__form .inner__form:first-of-type {
        display: flex;
      }
    }

.contact__form .inner__form:last-of-type {
      display: flex;
    }

.contact__form .inner__form:last-of-type {
      flex-direction: column;
    }

.contact__form .inner__form:last-of-type {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }

.contact__form .inner__form:last-of-type {
      padding-right: 1.25rem;
    }

.contact__form .inner__form:last-of-type {
      padding-left: 1.25rem;
    }

@media (min-width: 1024px) {
      .contact__form .inner__form:last-of-type {
        padding-top: 5rem;
        padding-bottom: 5rem;
      }
    }

@media (min-width: 1024px) {
      .contact__form .inner__form:last-of-type {
        padding-left: 2rem;
      }
    }

.contact__form .wrap__form {
    display: flex;
  }

.contact__form .wrap__form {
    width: 100%;
  }

.contact__form .wrap__form {
    max-width: 810px;
  }

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

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

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

.contact__form .wrap__form .description{
      color: #6E7494;
      font-size: 16px;
    }

.wpforms-field-container {
  margin-bottom: 1.75rem;
}

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

.wpforms-field-container input[type='text'],.wpforms-field-container input[type='tel']{
    border: 1px solid #E1E1E1;
    padding: 16px;
  }

.wpforms-field-container input[type='text']::-moz-placeholder, .wpforms-field-container input[type='tel']::-moz-placeholder {
      --tw-text-opacity: 1 !important;
      color: rgb(118 124 141 / var(--tw-text-opacity)) !important;
    }

.wpforms-field-container input[type='text']::placeholder, .wpforms-field-container input[type='tel']::placeholder {
      --tw-text-opacity: 1 !important;
      color: rgb(118 124 141 / var(--tw-text-opacity)) !important;
    }

.wpforms-field-container input[type='text']::-moz-placeholder, .wpforms-field-container input[type='tel']::-moz-placeholder {
      opacity: 1 !important;
    }

.wpforms-field-container input[type='text']::placeholder, .wpforms-field-container input[type='tel']::placeholder {
      opacity: 1 !important;
    }

.iti{
  z-index: 999999 !important;
  width: 100% !important;
}

.wpforms-container .wpforms-field,.wpforms-container .wpforms-submit-container{
    padding: 0 !important;
  }

.wpforms-container .wpforms-submit{
    width: 100% !important;
    font-size: 18px !important;
  }

.wpforms-container .wpforms-submit {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

input:focus{
    outline: 0 !important;
  }

.wpforms-container{
  margin-bottom: 0 !important;
}

.xoo-wsc-container {
  right: -100%;
  width: 100% !important;
  max-width: 100%;
}

@media (min-width: 576px) {
  .xoo-wsc-container {
    right: -540px;
    max-width: 540px;
  }
}

.xoo-wsc-markup{
  position: absolute;
  z-index: 99999999999;
}

.xoo-wsc-header{
  border-bottom: 1px solid #E1E1E1;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 0.625rem;
}

.xoo-wsc-body,.xoo-wsc-footer {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (min-width: 576px) {
  .xoo-wsc-body,.xoo-wsc-footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.xoo-wsch-top{
  justify-content: space-between;
}

span.xoo-wsch-close{
  position: static !important;
  right: unset !important;
}

.xoo-wsc-empty-cart{
  padding: 0 !important;
  text-align: center;
}

.xoo-wsc-footer{
  border-top: 1px solid #E1E1E1;
  box-shadow: none !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.xoo-wsc-body{
  display: flex;
  background: #fff;
  overflow: visible;
  padding-top: 16px;
}

.xoo-wsc-body .image {
    min-width: 112px;
  }

.xoo-wsc-body .image {
    max-width: 112px;
  }

@media (min-width: 576px) {
    .xoo-wsc-body .image {
      min-width: 160px;
    }
  }

@media (min-width: 576px) {
    .xoo-wsc-body .image {
      max-width: 160px;
    }
  }

.xoo-wsc-body .image img{
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      aspect-ratio: 4/5;
    }

.xoo-wsc-body del {
    font-size: 14px !important;
  }

.xoo-wsc-body del {
    --tw-text-opacity: 1 !important;
    color: rgb(118 124 141 / var(--tw-text-opacity)) !important;
  }

.xoo-wsc-body del span {
      font-size: 14px !important;
    }

.xoo-wsc-body del span {
      --tw-text-opacity: 1 !important;
      color: rgb(118 124 141 / var(--tw-text-opacity)) !important;
    }

.xoo-wsc-body ins{
    text-decoration: none !important;
  }

.xoo-wsc-body ins span{
      font-size: 18px;
      font-weight: 700;
    }

.xoo-wsc-body ins .amount{
      font-size: 18px;
      font-weight: 700;
    }

.xoo-wsc-empty-cart{
  width: 100%;
}

.xoo-wsc-empty-cart p{
    max-width: 340px;
  }

.custom__underline{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.xoo-wsc-opac{
  transition: 0.5s !important;
  height: 100%;
  z-index: -10;
  visibility: hidden;
}

.xoo-wsc-cart-active .xoo-wsc-opac{
  visibility: visible;
  z-index: 99999;
  opacity: 0.7;
}

.card__product{
  display: flex;
  flex-direction: column;
}

.card__product .image{
    position: relative;
    height: inherit;
    width: 100%;
  }

.card__product .image .main__image{
      width: 100%;
      height: 100%;
      transition: 0.3s;
    }

.card__product .image .main__image img{
        aspect-ratio: 4/5;
      }

.card__product .image.hover__image:hover .overlay__image{
          visibility: visible;
          opacity: 1;
          z-index: 10;
        }

.card__product .image.hover__image:hover .main__image{
          visibility: hidden;
          z-index: -10;
          opacity: 0;
        }

.card__product .image img{
      height: 100%;
    }

.card__product .image .overlay__image{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      visibility: hidden;
      z-index: -10;
      opacity: 0;
      transition: 0.3s;
    }

.card__product h3 {
    margin-bottom: 0.5rem;
  }

.card__product h3 {
    font-size: 16px;
  }

@media (min-width: 768px) {
    .card__product h3 {
      font-size: 18px;
    }
  }

.card__product .quantity{
    display: none;
  }

.card__product .main__btn {
    width: 100%;
  }

.card__product .main__btn {
    background-color: transparent;
  }

.card__product .main__btn {
    --tw-text-opacity: 1;
    color: rgb(15 14 14 / var(--tw-text-opacity));
  }

.card__product .main__btn:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(15 14 14 / var(--tw-bg-opacity));
    }

.card__product .main__btn:hover {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.custom__price{
  font-weight: 600;
}

.custom__price del {
    --tw-text-opacity: 1;
    color: rgb(118 124 141 / var(--tw-text-opacity));
  }

.custom__price ins{
    text-decoration: none;
  }

.xoo-wsc-ft-amt-total{
  border: 0;
  margin:0;
  padding: 0;
}

.xoo-wsc-product dl.variation {
    margin-bottom: 0.875rem;
  }

.xoo-wsc-product dl.variation {
    display: block;
  }

.xoo-wsc-product dl.variation dd {
      float: left;
    }

.xoo-wsc-product dl.variation dd {
      margin-right: 0.25rem !important;
    }

.xoo-wsc-product dl.variation dd {
      margin-bottom: 0.125rem !important;
    }

.xoo-wsc-product dl.variation dd {
      display: inline-block !important;
    }

.xoo-wsc-product dl.variation dd:last-of-type {
        margin-bottom: 0px !important;
      }

.xoo-wsc-product dl.variation dd p {
        font-size: 14px !important;
      }

.xoo-wsc-product dl.variation dt {
      float: left;
    }

.xoo-wsc-product dl.variation dt {
      clear: left;
    }

.xoo-wsc-product dl.variation dt {
      margin-right: 0.25rem !important;
    }

.xoo-wsc-product dl.variation dt {
      display: inline-block !important;
    }

.xoo-wsc-product dl.variation dt {
      font-size: 14px !important;
    }

.xoo-wsc-product dl.variation dt {
      font-weight: 700 !important;
    }

.xoo-wsc-product dl.variation dd, .xoo-wsc-product dl.variation dt{
  font-style: normal;
}

.xoo-wsc-product{
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.xoo-wsc-sm-info{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.xoo-wsc-qty-box,.wrap__quantity{
  border:1px solid #E1E1E1;
  max-width: 100% !important;
  margin-top: 0px !important;
  display: flex;
  height: 2.75rem;
  width: 8rem;
  align-items: center
}

.xoo-wsc-qty-box > *,.wrap__quantity > * {
  width: 33.333333% !important;
}

.xoo-wsc-qty-box .xoo-wsc-minus,.xoo-wsc-qty-box .minus,.wrap__quantity .xoo-wsc-minus,.wrap__quantity .minus{
    border-right: 1px solid #E1E1E1;
  }

.xoo-wsc-qty-box .xoo-wsc-plus,.xoo-wsc-qty-box .plus,.wrap__quantity .xoo-wsc-plus,.wrap__quantity .plus{
    border-left: 1px solid #E1E1E1;
  }

.xoo-wsc-qty-box .xoo-wsc-qty,.wrap__quantity .xoo-wsc-qty{
    height: 100% !important;
    border: 0 !important;
    pointer-events: none !important;
  }

.wrap__quantity>*{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

.wrap__quantity .qty{
    width: 100% !important;
  }

.wrap__quantity input{
    background: transparent;
    pointer-events: none;
  }

.xoo-wsc-qty-box.xoo-wsc-qtb-square {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.woocommerce-form-login-toggle{
  display: none !important;
}

.woocommerce-form-login{
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1rem;
}

@media (min-width: 576px) {
  .woocommerce-billing-fields__field-wrapper {
    flex-direction: row;
  }
}

.woocommerce-billing-fields__field-wrapper .form-row{
    margin: 0 !important
  }

.woocommerce-billing-fields__field-wrapper .form-row {
    display: flex;
  }

.woocommerce-billing-fields__field-wrapper .form-row {
    flex-direction: column;
  }

.woocommerce-billing-fields__field-wrapper .form-row {
    justify-content: flex-end;
  }

.woocommerce-billing-fields__field-wrapper .form-row {
    border-width: 1px;
  }

.woocommerce-billing-fields__field-wrapper .form-row {
    --tw-border-opacity: 1;
    border-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

.woocommerce-billing-fields__field-wrapper .form-row {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

.woocommerce-billing-fields__field-wrapper .form-row {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

.woocommerce-billing-fields__field-wrapper .form-row input{
      border: 0 !important;
      padding: 0 !important;
    }

.woocommerce-billing-fields__field-wrapper .form-row label{
      line-height: 1.5 !important;
    }

.woocommerce-billing-fields__field-wrapper .form-row label {
      font-size: 14px;
    }

.woocommerce-billing-fields__field-wrapper .form-row label {
      --tw-text-opacity: 1;
      color: rgb(118 124 141 / var(--tw-text-opacity));
    }

.woocommerce-billing-fields__field-wrapper .form-row input {
      font-size: 16px;
    }

.woocommerce-billing-fields__field-wrapper .form-row .select2{
      overflow: hidden !important;
    }

.woocommerce-billing-fields__field-wrapper>p {
    width: 100% !important;
  }

@media (min-width: 576px) {
    .woocommerce-billing-fields__field-wrapper>p {
      width: calc(50% - 8px) !important;
    }
  }

#billing_country_field{
  display: none;
}

.woocommerce-additional-fields{
  display: none;
}

.woocommerce-form-coupon-toggle{
  display: none;
}

.checkout_coupon{
  display: block !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0px !important;
}

.checkout_coupon .form-row{
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }

.checkout_coupon .form-row *{
      display: none !important;
    }

.coupon-error-notice,.wrap__woocommerce-error{
  font-size: 14px !important;
  color: #070707 !important;
  display: flex;
  align-items: center;
  background: rgba(240, 80, 80, 0.10);
  font-weight: 500;
  border: 0 !important;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important
}

@media (min-width: 576px) {
  .coupon-error-notice,.wrap__woocommerce-error {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .coupon-error-notice,.wrap__woocommerce-error {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .coupon-error-notice,.wrap__woocommerce-error {
    margin-bottom: 2.5rem;
    margin-top: 0px;
  }
}

.coupon-error-notice .svg, .wrap__woocommerce-error .svg {
    background: #F05050;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px !important
  }

.coupon-error-notice .svg, .wrap__woocommerce-error .svg {
    height: 1.75rem;
  }

.coupon-error-notice .svg, .wrap__woocommerce-error .svg {
    min-width: 28px;
  }

@media (min-width: 576px) {
    .coupon-error-notice .svg, .wrap__woocommerce-error .svg {
      height: 2.5rem;
    }
  }

@media (min-width: 576px) {
    .coupon-error-notice .svg, .wrap__woocommerce-error .svg {
      min-width: 40px;
    }
  }

.coupon-error-notice .svg:after, .wrap__woocommerce-error .svg:after {
      content: url("../resources/img/error.svg");
    }

.coupon-error-notice .svg:after, .wrap__woocommerce-error .svg:after {
      height: 1.25rem;
    }

.coupon-error-notice .svg:after, .wrap__woocommerce-error .svg:after {
      width: 1.25rem;
    }

.coupon-error-notice .svg:after, .wrap__woocommerce-error .svg:after {
      --tw-scale-x: .75;
      --tw-scale-y: .75;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

@media (min-width: 576px) {
      .coupon-error-notice .svg:after, .wrap__woocommerce-error .svg:after {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      }
    }

.woocommerce-error,.woocommerce-message{
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  display: flex !important;
  flex-direction: column !important;
  --tw-text-opacity: 1;
  color: rgb(15 14 14 / var(--tw-text-opacity));
}

.woocommerce-error:before,.woocommerce-message:before{
    display: none;
  }

.custom__coupon-form input {
    display: flex;
  }

.custom__coupon-form input {
    height: 3rem;
  }

.custom__coupon-form input {
    width: 100%;
  }

.custom__coupon-form input {
    flex-direction: column;
  }

.custom__coupon-form input {
    border-width: 1px;
  }

.custom__coupon-form input {
    border-right-width: 0px;
  }

.custom__coupon-form input {
    --tw-border-opacity: 1;
    border-color: rgb(15 14 14 / var(--tw-border-opacity));
  }

.custom__coupon-form input {
    background-color: transparent;
  }

.custom__coupon-form input {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

.custom__coupon-form .main__btn:hover svg {
      stroke: #0F0E0E;
    }

.woocommerce-checkout-review-order {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity));
  padding-bottom: 1.25rem;
}

.woocommerce .wrap__terms {
    font-size: 14px;
  }

.woocommerce .wrap__terms {
    --tw-text-opacity: 1;
    color: rgb(118 124 141 / var(--tw-text-opacity));
  }

.woocommerce .wrap__terms ul > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
    }

.woocommerce .wrap__terms ul li{
        display: flex;
        align-items: center;
      }

.woocommerce .wrap__terms ul li:before{
          min-width: 8px;
          height: 8px;
          content: '';
          display: flex;
          border-radius: 100%;
        }

.woocommerce .wrap__terms ul li:before {
          position: relative;
        }

.woocommerce .wrap__terms ul li:before {
          top: 1px;
        }

.woocommerce .wrap__terms ul li:before {
          margin-right: 0.5rem;
        }

.woocommerce .wrap__terms ul li:before {
          --tw-bg-opacity: 1;
          background-color: rgb(118 124 141 / var(--tw-bg-opacity));
        }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce-checkout .checkout-inline-error-message{
    display: none;
  }

.zen-ui-select .zen-ui-select__value {
    --tw-border-opacity: 1;
    border-color: rgb(242 242 242 / var(--tw-border-opacity));
  }

.wrap__woocommerce-message{
  font-size: 14px !important;
  color: #070707 !important;
  display: flex;
  align-items: center;
  border: 0 !important;
  background: rgba(101, 175, 75, 0.10);
  font-weight: 500;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important
}

@media (min-width: 576px) {
  .wrap__woocommerce-message {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .wrap__woocommerce-message {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .wrap__woocommerce-message {
    margin-bottom: 2.5rem;
    margin-top: 0px;
  }
}

.wrap__woocommerce-message .svg{
    background: #65AF4B;
    width: 40px;
    height: 40px;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center
  }

.wrap__woocommerce-message .svg {
    margin-right: 0.625rem;
  }

.wrap__woocommerce-message .svg {
    height: 1.75rem;
  }

.wrap__woocommerce-message .svg {
    width: 1.75rem;
  }

@media (min-width: 576px) {
    .wrap__woocommerce-message .svg {
      margin-right: 0.75rem;
    }
  }

@media (min-width: 576px) {
    .wrap__woocommerce-message .svg {
      height: 2.5rem;
    }
  }

@media (min-width: 576px) {
    .wrap__woocommerce-message .svg {
      width: 2.5rem;
    }
  }

.wrap__woocommerce-message .svg:after {
      content: url("../resources/img/check_light.svg");
    }

.wrap__woocommerce-message .svg:after {
      height: 1.25rem;
    }

.wrap__woocommerce-message .svg:after {
      width: 1.25rem;
    }

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

@media (min-width: 576px) {
      .wrap__woocommerce-message .svg:after {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      }
    }

.section-main-product .cart .quantity{
      display: none;
    }

.section-main-product .cart .variations{
      display: none;
    }

.section-main-product .wrap__advantages {
    display: flex;
  }

.section-main-product .wrap__advantages {
    flex-wrap: wrap;
  }

.section-main-product .wrap__advantages {
    justify-content: space-between;
  }

.section-main-product .wrap__advantages {
    row-gap: 1rem;
  }

.section-main-product .wrap__advantages {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  }

.section-main-product .wrap__advantages {
    padding: 1.25rem;
  }

.section-main-product .wrap__advantages .inner__advantages {
      display: flex;
    }

.section-main-product .wrap__advantages .inner__advantages {
      width: calc(50% - 7px);
    }

.section-main-product .wrap__advantages .inner__advantages {
      align-items: center;
    }

@media (min-width: 1200px) {
      .section-main-product .wrap__advantages .inner__advantages {
        width: calc(50% - 16px);
      }
    }

.section-main-product .wrap__advantages .inner__advantages img {
        margin-right: 0.625rem;
      }

.section-main-product .wrap__advantages .inner__advantages img {
        height: 2.5rem;
      }

.section-main-product .wrap__advantages .inner__advantages img {
        width: 2.5rem;
      }

.section-main-product .wrap__advantages .inner__advantages .headline {
        font-size: 14px;
      }

@media (min-width: 768px) {
        .section-main-product .wrap__advantages .inner__advantages .headline {
          font-size: 16px;
        }
      }

.section-main-product .custom__price del bdi {
        font-size: 14px;
      }

@media (min-width: 768px) {
        .section-main-product .custom__price del bdi {
          font-size: 16px;
        }
      }

@media (min-width: 1024px) {
        .section-main-product .custom__price del bdi {
          font-size: 18px;
        }
      }

.section-main-product .custom__price bdi {
      font-size: 21px;
    }

@media (min-width: 768px) {
      .section-main-product .custom__price bdi {
        font-size: 24px;
      }
    }

@media (min-width: 1024px) {
      .section-main-product .custom__price bdi {
        font-size: 28px;
      }
    }

.section-main-product .main__btn{
    width: 100%;
  }

.section-main-product .wrap__faq .headline {
      display: flex;
    }

.section-main-product .wrap__faq .headline {
      width: 100%;
    }

.section-main-product .wrap__faq .headline {
      align-items: center;
    }

.section-main-product .wrap__faq .headline {
      justify-content: space-between;
    }

.section-main-product .wrap__faq .headline {
      font-size: 18px;
    }

.section-main-product .wrap__faq .headline {
      font-weight: 500;
    }

@media (min-width: 768px) {
      .section-main-product .wrap__faq .headline {
        font-size: 21px;
      }
    }

.section-main-product .wrap__faq .headline svg{
        transform: rotate(180deg);
      }

.section-main-product .wrap__faq .headline.active svg{
          transform: rotate(0deg);
        }

.section-main-product .wrap__stock .in-stock{
      color: #65AF4B;
      display: flex;
      align-items: center;
    }

.section-main-product .wrap__stock .on-backorder{
      color: #65AF4B;
      display: flex;
      align-items: center;
    }

.section-main-product .wrap__stock .no-stock {
      --tw-text-opacity: 1;
      color: rgb(204 0 0 / var(--tw-text-opacity));
    }

.section-main-product .wrap__stock .no-stock{
      display: flex;
      align-items: center;
    }

.added_to_cart{
  display: none;
}

.slider__gallery-product .swiper-slide{
    aspect-ratio: 4/5;
  }

.slider__gallery-product .swiper-slide {
    max-height: 500px;
  }

@media (min-width: 1024px) {
    .slider__gallery-product .swiper-slide {
      max-height: none;
    }
  }

.slider__gallery-product~.wrap__nav{
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 48px)
  }

.slider__gallery-product~.wrap__nav {
    z-index: 10;
  }

.slider__gallery-product~.wrap__nav {
    display: none;
  }

.slider__gallery-product~.wrap__nav {
    justify-content: space-between;
  }

@media (min-width: 1024px) {
    .slider__gallery-product~.wrap__nav {
      display: flex;
    }
  }

.slider__gallery-product~.wrap__nav .nav__prev,.slider__gallery-product~.wrap__nav .nav__next{
      width: 40px;
      height: 40px;
      background: rgba(0, 0, 0, 0.2);
      -webkit-backdrop-filter: blur(14px);
              backdrop-filter: blur(14px);
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

.slider__gallery-product-navigation {
  display: none;
}

@media (min-width: 1024px) {
  .slider__gallery-product-navigation {
    display: block;
  }
}

.slider__gallery-product-navigation .swiper-slide{
    aspect-ratio: 4/5;
  }

.wrap__feedback {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0.75rem;
}

.wrap__feedback .inner__feedback {
    display: flex;
  }

.wrap__feedback .inner__feedback {
    width: calc(50% - 7px);
  }

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

.wrap__feedback .inner__feedback {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  }

.wrap__feedback .inner__feedback {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

.wrap__feedback .inner__feedback {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

.wrap__feedback .inner__feedback svg {
      margin-right: 0.625rem;
    }

.section-about-us {
  position: relative;
  display: flex;
  align-items: center;
}

.section-about-us h2 {
    font-size: 20px;
  }

@media (min-width: 768px) {
    .section-about-us h2 {
      font-size: 28px;
    }
  }

@media (min-width: 1440px) {
    .section-about-us h2 {
      font-size: 34px;
    }
  }

.container__image {
  position: relative;
  min-height: 670px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (min-width: 768px) {
  .container__image {
    min-height: 720px;
  }
}

.container__image .image{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(15 14 14 / var(--tw-text-opacity));
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
  display: none !important;
}

.select2-selection__arrow{
  display: flex;
}

.select2-selection__arrow:after{
    content: url("../resources/img/chevron.svg");
    position: relative;
    left: 0;
    top: -1.5px;
    width: 100%;
    height: 100%;
    margin-left: 7px;
    transition: 0.3s;
  }

.select2-selection--single{
  display: flex !important;
  align-items: center !important;
  height: auto !important;
  border: 0 !important;
}

.select2-selection__arrow{
  height: auto !important;
  position: static !important;
  width: auto !important;
}

.select2-container .select2-selection--single .select2-selection__rendered{
  padding: 0 !important;
  overflow: visible !important;
}

header .select2-container{
    padding:0px 12px;
  }

header .select2-dropdown {
    position: absolute;
    width: 100%;
    height: 100%;
    top:4px;
  }

.select2-results__option{
  padding: 8px 12px;
}

.select2-results__options{
  background: #fff;
}

.select2-container--default .select2-results__option--selected {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  --tw-bg-opacity: 1;
  background-color: rgb(15 14 14 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.select2-container--open .select2-selection__arrow:after{
      transform: translateY(2px) rotate(180deg);
    }

.select2-container--open .select2-selection__rendered{
    transition: 0.3s;
  }

.select2-container--open .select2-selection__rendered {
    --tw-text-opacity: 1 !important;
    color: rgb(118 124 141 / var(--tw-text-opacity)) !important;
  }

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

.select2-selection:focus-visible{
    outline: none !important;
  }

.select2-dropdown{
  position: absolute;
}

.mobile__window-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.mobile__window{
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: 0.3s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mobile__window.active {
    visibility: visible !important;
  }

.mobile__window.active {
    z-index: 99999999 !important;
  }

.mobile__window.active {
    opacity: 1 !important;
  }

.mobile__window.active .wrap__mobile-window{
      bottom: 0;
    }

.mobile__window .wrap__mobile-window{
    position: absolute;
    left: 0;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    bottom: -100%;
    transition: 0.3s;
  }

.mobile__window .wrap__mobile-window {
    z-index: 10;
  }

.mobile__window .wrap__mobile-window {
    display: flex;
  }

.mobile__window .wrap__mobile-window {
    flex-direction: column;
  }

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

.mobile__window .wrap__mobile-window {
    padding-left: 1rem;
    padding-right: 1rem;
  }

.mobile__window .wrap__mobile-window {
    padding-top: 1.25rem;
  }

.mobile__window .wrap__mobile-window {
    padding-bottom: 1.25rem;
  }

.header__out .line__menu{
    top: calc(100% - 48px);
  }

.line__menu{
  transition: 0.3s;
  position: absolute;
  z-index: -1;
  top: 100%;
}

.header__site{
  z-index: 9999999;
}

.header__site .wrap__lang {
    font-size: 16px;
  }

.header__site .wrap__lang {
    text-transform: uppercase;
  }

.header__site .wrap__lang {
    --tw-text-opacity: 1;
    color: rgb(118 124 141 / var(--tw-text-opacity));
  }

.header__site .wrap__lang .divider {
      margin-left: 0.375rem;
      margin-right: 0.375rem;
    }

.header__site .wrap__lang .divider {
      font-size: 14px;
    }

.header__site .wrap__lang .divider {
      font-weight: 500;
    }

.header__site .wrap__lang .divider {
      --tw-text-opacity: 1;
      color: rgb(225 225 225 / var(--tw-text-opacity));
    }

.header__site .wrap__lang .current__language {
      font-weight: 500;
    }

.header__site .wrap__lang .current__language {
      --tw-text-opacity: 1;
      color: rgb(15 14 14 / var(--tw-text-opacity));
    }

.header__site .wrap__select-gender .menu {
      display: flex;
    }

.header__site .wrap__select-gender .menu {
      align-items: center;
    }

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

.header__site .wrap__select-gender .menu a {
        font-size: 18px;
      }

.header__site .wrap__select-gender .menu a {
        font-weight: 500;
      }

.header__site .wrap__select-gender .menu li:first-of-type a{
          text-decoration-line: underline;
          text-decoration-thickness: 1px;
          text-underline-offset: 4px;
        }

.header__site .main__menu {
    display: flex;
  }

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

@media (min-width: 1024px) {
    .header__site .main__menu > :not([hidden]) ~ :not([hidden]) {
      --tw-space-x-reverse: 0;
      margin-right: calc(0.625rem * var(--tw-space-x-reverse));
      margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }
  }

@media (min-width: 1200px) {
    .header__site .main__menu > :not([hidden]) ~ :not([hidden]) {
      --tw-space-x-reverse: 0;
      margin-right: calc(1.25rem * var(--tw-space-x-reverse));
      margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
  }

.header__site .main__menu .menu-item-has-children:hover>.sub-menu{
          transition: 0.5s;
        }

.header__site .main__menu .menu-item-has-children:hover>.sub-menu {
          visibility: visible;
        }

.header__site .main__menu .menu-item-has-children:hover>.sub-menu {
          top: 100%;
        }

.header__site .main__menu .menu-item-has-children:hover>.sub-menu {
          opacity: 1;
        }

.header__site .main__menu .menu-item-has-children>.sub-menu {
        visibility: hidden;
      }

.header__site .main__menu .menu-item-has-children>.sub-menu {
        position: absolute;
      }

.header__site .main__menu .menu-item-has-children>.sub-menu {
        left: 0px;
      }

.header__site .main__menu .menu-item-has-children>.sub-menu {
        top: -100%;
      }

.header__site .main__menu .menu-item-has-children>.sub-menu {
        z-index: -10;
      }

.header__site .main__menu .menu-item-has-children>.sub-menu {
        width: 100%;
      }

.header__site .main__menu .menu-item-has-children>.sub-menu {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      }

.header__site .main__menu .menu-item-has-children>.sub-menu {
        padding-top: 2.5rem;
      }

.header__site .main__menu .menu-item-has-children>.sub-menu {
        opacity: 0;
      }

.header__site .main__menu .menu-item-has-children>.sub-menu a {
          font-size: 18px;
        }

.header__site .main__menu .menu-item-has-children>.sub-menu a {
          text-transform: uppercase;
        }

.header__site .main__menu .menu-item-has-children>.sub-menu .wrap__image{
          max-width: 300px;
          width: 50%;
          height: 100%;
          position: absolute;
          right: 0;
          top: 0;
          padding-bottom: 40px;
          visibility: hidden;
          z-index: -10;
          opacity: 0;
          transition: 0.3s;
        }

.header__site .main__menu .menu-item-has-children>.sub-menu .wrap__image img{
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
          }

.header__site .main__menu .menu-item-has-children>.sub-menu ul {
          height: 440px;
        }

.header__site .main__menu>li {
      height: 100%;
    }

.header__site .main__menu>li {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }

@media (min-width: 1200px) {
      .header__site .main__menu>li {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
      }
    }

.header__site .main__menu>li a {
        height: 100%;
      }

.header__site .main__menu>li a {
        font-size: 16px;
      }

.header__site .main__menu>li:first-of-type {
        padding-left: 0px;
      }

.header__site .mobile__menu{
    transition: 0.5s
  }

.header__site .mobile__menu {
    visibility: hidden;
  }

.header__site .mobile__menu {
    position: fixed;
  }

.header__site .mobile__menu {
    left: -100%;
  }

.header__site .mobile__menu {
    top: 0px;
  }

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

.header__site .mobile__menu {
    display: flex;
  }

.header__site .mobile__menu {
    height: 100%;
  }

.header__site .mobile__menu {
    width: 100%;
  }

.header__site .mobile__menu {
    flex-direction: column;
  }

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

.header__site .mobile__menu {
    opacity: 0;
  }

.header__site .mobile__menu .wrap__select-gender .current_page_item{
        text-underline-offset: 15px;
      }

.header__site .mobile__menu .wrap__mobile-menu{
      position: relative;
    }

.header__site .mobile__menu .wrap__mobile-menu .menu {
        display: flex;
      }

.header__site .mobile__menu .wrap__mobile-menu .menu {
        height: 100%;
      }

.header__site .mobile__menu .wrap__mobile-menu .menu {
        flex-direction: column;
      }

.header__site .mobile__menu .wrap__mobile-menu .menu {
        overflow: auto;
      }

.header__site .mobile__menu .wrap__mobile-menu .menu a,.header__site .mobile__menu .wrap__mobile-menu .menu .prev__menu,.header__site .mobile__menu .wrap__mobile-menu .menu .next__menu {
          display: flex;
        }

.header__site .mobile__menu .wrap__mobile-menu .menu a,.header__site .mobile__menu .wrap__mobile-menu .menu .prev__menu,.header__site .mobile__menu .wrap__mobile-menu .menu .next__menu {
          width: 100%;
        }

.header__site .mobile__menu .wrap__mobile-menu .menu a,.header__site .mobile__menu .wrap__mobile-menu .menu .prev__menu,.header__site .mobile__menu .wrap__mobile-menu .menu .next__menu {
          align-items: center;
        }

.header__site .mobile__menu .wrap__mobile-menu .menu a,.header__site .mobile__menu .wrap__mobile-menu .menu .prev__menu,.header__site .mobile__menu .wrap__mobile-menu .menu .next__menu {
          justify-content: space-between;
        }

.header__site .mobile__menu .wrap__mobile-menu .menu a,.header__site .mobile__menu .wrap__mobile-menu .menu .prev__menu,.header__site .mobile__menu .wrap__mobile-menu .menu .next__menu {
          border-bottom-width: 1px;
        }

.header__site .mobile__menu .wrap__mobile-menu .menu a,.header__site .mobile__menu .wrap__mobile-menu .menu .prev__menu,.header__site .mobile__menu .wrap__mobile-menu .menu .next__menu {
          --tw-border-opacity: 1;
          border-color: rgb(242 242 242 / var(--tw-border-opacity));
        }

.header__site .mobile__menu .wrap__mobile-menu .menu a,.header__site .mobile__menu .wrap__mobile-menu .menu .prev__menu,.header__site .mobile__menu .wrap__mobile-menu .menu .next__menu {
          padding-left: 1rem;
          padding-right: 1rem;
        }

.header__site .mobile__menu .wrap__mobile-menu .menu a,.header__site .mobile__menu .wrap__mobile-menu .menu .prev__menu,.header__site .mobile__menu .wrap__mobile-menu .menu .next__menu {
          padding-top: 0.75rem;
          padding-bottom: 0.75rem;
        }

.header__site .mobile__menu .wrap__mobile-menu .menu a,.header__site .mobile__menu .wrap__mobile-menu .menu .prev__menu,.header__site .mobile__menu .wrap__mobile-menu .menu .next__menu {
          font-size: 16px;
        }

.header__site .mobile__menu .wrap__mobile-menu .menu a,.header__site .mobile__menu .wrap__mobile-menu .menu .prev__menu,.header__site .mobile__menu .wrap__mobile-menu .menu .next__menu {
          font-weight: 500;
        }

.header__site .mobile__menu .wrap__mobile-menu .menu .prev__menu {
          justify-content: flex-start !important;
        }

.header__site .mobile__menu .wrap__mobile-menu .menu .prev__menu {
          --tw-bg-opacity: 1;
          background-color: rgb(242 242 242 / var(--tw-bg-opacity));
        }

.header__site .mobile__menu .wrap__mobile-menu .menu .prev__menu {
          font-weight: 700;
        }

.header__site .mobile__menu .wrap__mobile-menu .menu .sub-menu {
          visibility: hidden;
        }

.header__site .mobile__menu .wrap__mobile-menu .menu .sub-menu {
          position: absolute;
        }

.header__site .mobile__menu .wrap__mobile-menu .menu .sub-menu {
          left: -100%;
        }

.header__site .mobile__menu .wrap__mobile-menu .menu .sub-menu {
          top: 0px;
        }

.header__site .mobile__menu .wrap__mobile-menu .menu .sub-menu {
          height: 100%;
        }

.header__site .mobile__menu .wrap__mobile-menu .menu .sub-menu {
          width: 100%;
        }

.header__site .mobile__menu .wrap__mobile-menu .menu .sub-menu {
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        }

.header__site .mobile__menu .wrap__mobile-menu .menu>a:first-of-type, .header__site .mobile__menu .wrap__mobile-menu .sub-menu>a:first-of-type {
            border-top-width: 0px;
          }

.header__site .mobile__menu .wrap__mobile-menu .menu ul, .header__site .mobile__menu .wrap__mobile-menu .sub-menu ul {
          overflow: auto;
        }

.header__site .xoo-wsc-sc-count{
    border-radius: 50%;
    height: 12px;
    line-height: 12px;
    width: 12px;
    display: inline-block;
    text-align: center;
    font-size: 8px;
    right: -8px;
    position: absolute;
    top: -4px;
  }

.header__site .xoo-wsc-sc-bkcont{
    display: flex !important;
    margin-right: 0 !important;
  }

.header__site .xoo-wsc-sc-bki{
    font-size: unset !important;
  }

.header__site .xoo-wsc-sc-cont,.header__site .select2-selection{
    transition: 0.3s;
  }

.header__site .xoo-wsc-sc-cont:hover,.header__site .select2-selection:hover{
      opacity: 0.7;
    }

.header__site .xoo-wsc-sc-subt{
    display: none;
  }

.hamburger__menu{
  height: 12.5px;
  width: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hamburger__menu span{
    width: 100%;
    height: 1.5px;
    position: relative;
    display: block;
    border-radius: 8px;
    transition: 0.3s;
    left: 0
  }

.hamburger__menu span {
    --tw-bg-opacity: 1;
    background-color: rgb(15 14 14 / var(--tw-bg-opacity));
  }

.hamburger__menu span:last-of-type{
      width: 18px;
    }

.hamburger__menu span.rotate__line:nth-of-type(1){
        transform: rotate(45deg) translate(6px,2px);
      }

.hamburger__menu span.rotate__line:nth-of-type(2){
        left: -100%;
        opacity: 0;
      }

.hamburger__menu span.rotate__line:nth-of-type(3){
        width: 100%;
        transform: rotate(-45deg) translate(6px, -2px);
      }

.string__sale {
  --tw-bg-opacity: 1;
  background-color: rgb(15 14 14 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.string__sale .slick-slide {
    margin: 0 16px;
  }

.string__sale .slick-list {
    margin: 0 16px;
    overflow: visible;
  }

.string__sale .slick-track{
    display: flex !important;
  }

.string__sale .slick-track span{
      min-width: -moz-max-content !important;
      min-width: max-content !important;
    }

.string__sale .wrap__items {
    position: relative;
    display: flex;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    gap: 32px;
  }

.string__sale .inner__items {
    flex-shrink: 0;
    display: flex;
    gap: 32px;
    counter-reset: item;
    justify-content: space-around;
    min-width: 100%;
  }

.string__sale .item {
    width: -moz-max-content;
    width: max-content;
  }

.string__sale .marque {
    animation: scroll 20s linear infinite;
  }

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 32px));
  }
}

.card__certificate{
  border: 0.7px #e8e8e8 solid;
}

.card__product h3{
  font-weight: 500;
  font-size: 12px;
}

.card__product .card__content, .card__additional-product .card__content{
  padding-top: 0.625rem;
}

.card__product .attachment-woocommerce_thumbnail, .card__product .hidden__thumbnail, .card__additional-product .attachment-woocommerce_thumbnail, .card__additional-product .hidden__thumbnail{
  aspect-ratio: 1/1.5;
}

.slider__products .slick-track{
  display: flex;
}

.slider__products .card__content{
  height: 100% !important;
  justify-content: space-between;
}

.slider__products .card__product{
  display: flex;
  flex-direction: column;
  height: inherit;
}

.section-taxonomy-category .container__mobile{
  padding: 0 !important;
}

.products{
  row-gap: 2.5rem;
}

.coming__soon{
  font-size: 14px;
  display: flex;
  align-items: center;
}

form .wc-variation-is-unavailable,form .single_add_to_cart_button.unabled{
  pointer-events: none !important;
  opacity: 0.5 !important;
}

.label__sale{
  -webkit-text-stroke: 0.4px #BD0C0C;
  text-shadow: 0px 1px 5px #8A0303CC;
}

.section-taxonomy-category .wrap__category-list ul{
  display: flex;
  align-items: center;
  gap: 24px;
  overflow: auto;
}

.section-taxonomy-category .wrap__category-list ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
}

.section-taxonomy-category .wrap__category-list{
  padding: 16px 0px;
  margin-bottom: 12px;
}

.section-taxonomy-category .wrap__category-list ul li a.active{
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.sticky__add-to-cart{
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0px -2px 24px 0px #66666626;
  width: 100%;
  height: 68px;
  opacity: 0;
  visibility: hidden;
  z-index: -10;
  transition: 0.3s;
}

.sticky__add-to-cart .custom__price del bdi {
        font-size: 16px;
      }

@media (min-width: 1024px) {
        .sticky__add-to-cart .custom__price del bdi {
          font-size: 18px;
        }
      }

.sticky__add-to-cart .custom__price bdi {
      font-size: 18px;
    }

@media (min-width: 1024px) {
      .sticky__add-to-cart .custom__price bdi {
        font-size: 21px;
      }
    }

.sticky__add-to-cart .information{
  display: none;
}

.sticky__add-to-cart .information .image{
  width: 42px;
  height: 63px;
  margin-right: 12px;
}

.sticky__add-to-cart .information .image img{
  -o-object-fit:cover;
     object-fit:cover;
  width: 100%;
  height: 100%;
}

.sticky__add-to-cart .information .headline{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  flex: 1;
}

.sticky__add-to-cart .wrap__button{
  display: flex;
  align-items: center;
}

.sticky__add-to-cart .wrap__button .main__btn{
  cursor: pointer;
  line-height: 1;
  padding-left: 16px;
  padding-right: 16px;
  width: 180px;
  font-size: 14px;
  margin-right: 10px;
}

.add__to-wishlist-btn{
  width: 50px;
  height: 50px;
}

.sticky__add-to-cart .current__price{
  margin-right: 16px;
}

.sticky__add-to-cart .price ins,.sticky__add-to-cart .current__price{
  text-decoration: none !important;
  font-size: 20px;
  font-weight: 500;
}

.sticky__add-to-cart .price del{
  color: #767C8D;
  font-size: 14px !important;
}

.sticky__add-to-cart .price{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.sticky__add-to-cart .container{
  gap: 16px;
}

.sticky__add-to-cart .wrap__price{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.sticky__add-to-cart.active{
  visibility: visible;
  opacity: 1;
  z-index: 999999;
}

.header__site .main__menu .menu-item-has-children>.sub-menu ul{
  height: 600px;
}

header .main__menu .sub-menu{
  padding-top: 0 !important;
}

header .main__menu .second-sub-menu,header .main__menu .third-sub-menu{
  visibility: hidden;
  z-index: -10;
  opacity: 0;
  position: absolute;
  left: 100%;
  width: 100%;
  transition: 0.3s;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 40px;
  top: 0;
}

header .main__menu .main-sub-menu{
  position: relative;
  background: #F8F8F8;
  width: 25%;
  padding-top: 40px;
}

header .main__menu .main-sub-menu > li > a{
  font-size: 21px !important;
  font-weight: 700;
}

header .main__menu .menu-item-has-subchildren{
  width: 100%;
}

header .main__menu .sub-menu a{
  width: -moz-max-content;
  width: max-content;
}

header .main__menu .second-sub-menu.active,header .main__menu .third-sub-menu.active{
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

.header__site .main__menu .menu-item-has-children .sub-menu .wrap__image{
  right: unset;
  padding-bottom: 0;
  max-width: 100%;
  width: 100%;
  left: 200%;
}

.header__site .main__menu .menu-item-has-children>.sub-menu .hover__image:hover .wrap__image{
  visibility: visible;
  opacity: 1;
  z-index: 20;
}

header .main__menu .second-sub-menu a{
  font-size: 16px !important;
  font-weight: 500;
}

header .main__menu .second-sub-menu{
  background: rgba(248, 248, 248, 0.4);
}

header .main__menu .show__all{
  color: #4C4C4C;
}

@media (min-width: 576px) {
  .card__product h3{
    font-weight: 700;
    font-size: 16px;
  }

  .card__product .card__content, .card__additional-product .card__content{
    padding-top: 1.25rem;
  }

  .card__product .attachment-woocommerce_thumbnail, .card__product .hidden__thumbnail, .card__additional-product .attachment-woocommerce_thumbnail, .card__additional-product .hidden__thumbnail{
    aspect-ratio: 1/1.4;
  }

  .sticky__add-to-cart .information{
    display: flex;
    align-items: center;
  }

  .sticky__add-to-cart{
    height: 82px;
  }

  .sticky__add-to-cart .wrap__price{
    justify-content: flex-start;
    width: auto;
  }
}

@media (min-width: 992px) {
  .section-taxonomy-category .container__mobile{
    padding: 1rem !important;
  }

  .products{
    row-gap: 3rem;
  }

  .section-taxonomy-category .wrap__category-list ul li a{
    padding:16px 20px;
    background: #F8F8F8;
    font-size: 16px;
  }

  .section-taxonomy-category .wrap__category-list ul{
    flex-wrap: wrap;
    gap: 10px;
  }

  .section-taxonomy-category .wrap__category-list ul li a.active{
    background:#0F0E0E;
    color: #fff;
    text-decoration: none;
  }

  .section-taxonomy-category .wrap__category-list{
    margin-bottom: 24px;
  }

  .sticky__add-to-cart .information .headline{
    font-size: 18px;
  }

  .sticky__add-to-cart .current__price{
    margin-right: 32px;
  }

  .sticky__add-to-cart .wrap__button .main__btn{
    font-size: 16px;
    width: 220px;
  }

  .sticky__add-to-cart .price ins,.sticky__add-to-cart .current__price{
    font-size: 24px;
  }

  .sticky__add-to-cart .price del{
    font-size: 16px !important;
  }
}

@media (min-width: 1200px) {
  .section-taxonomy-category .container__mobile{
    padding: 1.25rem !important;
  }
}

section:first-of-type {
  padding-top: 2rem;
}

@media (min-width: 1024px) {
  section:first-of-type {
    padding-top: 4rem;
  }
}

.custom-logo-link img{
  max-width: 141px;
  width: 100%;
}

.section-checkout .woocommerce-notices-wrapper{
    display: none !important;
  }

.breadcrumbs {
  padding-top: 1rem;
  padding-bottom: 0.625rem;
  font-size: 14px;
}

.breadcrumbs .separator {
    --tw-text-opacity: 1;
    color: rgb(118 124 141 / var(--tw-text-opacity));
  }

.breadcrumbs a {
    --tw-text-opacity: 1;
    color: rgb(118 124 141 / var(--tw-text-opacity));
  }

.breadcrumbs p{
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

.wrap__pagination {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
}

.wrap__pagination .page-numbers,.wrap__pagination .page {
    display: flex;
  }

.wrap__pagination .page-numbers,.wrap__pagination .page {
    align-items: center;
  }

.wrap__pagination .page-numbers,.wrap__pagination .page {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

.wrap__pagination .page-numbers,.wrap__pagination .page {
    font-size: 16px;
  }

.wrap__pagination .page-numbers,.wrap__pagination .page {
    --tw-text-opacity: 1;
    color: rgb(118 124 141 / var(--tw-text-opacity));
  }

.wrap__pagination .next {
    margin-left: 0.5rem;
  }

.wrap__pagination .next {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

.wrap__pagination .prev {
    margin-right: 0.5rem;
  }

.wrap__pagination .prev {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

.wrap__pagination .page-numbers.current {
      font-weight: 500;
    }

.wrap__pagination .page-numbers.current {
      --tw-text-opacity: 1;
      color: rgb(15 14 14 / var(--tw-text-opacity));
    }

.sticky__add-to-cart{
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0px -2px 24px 0px #66666626;
  width: 100%;
  height: 68px;
  opacity: 0;
  visibility: hidden;
  z-index: -10;
  transition: 0.3s;
}

.sticky__add-to-cart .information{
  display: none;
}

.sticky__add-to-cart .information .image{
  width: 42px;
  height: 63px;
  margin-right: 12px;
}

.sticky__add-to-cart .information .image img{
  -o-object-fit:cover;
     object-fit:cover;
  width: 100%;
  height: 100%;
}

.sticky__add-to-cart .information .headline{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  flex: 1;
}

.sticky__add-to-cart .wrap__button{
  display: flex;
  align-items: center;
}

.sticky__add-to-cart .wrap__button .main__btn{
  cursor: pointer;
  line-height: 1;
  padding-left: 16px;
  padding-right: 16px;
  width: 180px;
  font-size: 14px;
  margin-right: 10px;
}

.add__to-wishlist-btn{
  width: 50px;
  height: 50px;
}

.sticky__add-to-cart .current__price{
  margin-right: 16px;
}

.sticky__add-to-cart .price ins,.sticky__add-to-cart .current__price{
  text-decoration: none !important;
  font-size: 20px;
  font-weight: 500;
}

.sticky__add-to-cart .price del{
  color: #767C8D;
  font-size: 14px !important;
}

.sticky__add-to-cart .price{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.sticky__add-to-cart .container{
  gap: 16px;
}

.sticky__add-to-cart .wrap__price{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.sticky__add-to-cart.active{
  visibility: visible;
  opacity: 1;
  z-index: 999999;
}

.play__btn {
  display: flex;
  height: 4rem;
  width: 4rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 576px) {
  .sticky__add-to-cart .information{
    display: flex;
    align-items: center;
  }

  .sticky__add-to-cart{
    height: 82px;
  }

  .sticky__add-to-cart .wrap__price{
    justify-content: flex-start;
    width: auto;
  }
}

@media (min-width: 992px) {
  .sticky__add-to-cart .information .headline{
    font-size: 18px;
  }

  .sticky__add-to-cart .current__price{
    margin-right: 32px;
  }

  .sticky__add-to-cart .wrap__button .main__btn{
    font-size: 16px;
    width: 220px;
  }

  .sticky__add-to-cart .price ins,.sticky__add-to-cart .current__price{
    font-size: 24px;
  }

  .sticky__add-to-cart .price del{
    font-size: 16px !important;
  }
}

.woocommerce-checkout-review-order-table .image img{
      aspect-ratio: 4/5;
    }

.fancybox__container{
  z-index: 99999999999;
}

.xoo-wsc-ft-amt-value .amount {
    font-size: 21px;
  }

.xoo-wsc-ft-amt-value .amount {
    font-weight: 600;
  }

.first-of-type\:pt-0:first-of-type {
  padding-top: 0px;
}

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

.child\:flex > * {
  display: flex;
}

.child\:flex-1 > * {
  flex: 1 1 0%;
}

.child\:items-center > * {
  align-items: center;
}

.child\:border-b > * {
  border-bottom-width: 1px;
}

.child\:border-grey_light > * {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.child\:p-5 > * {
  padding: 1.25rem;
}

.child\:text-16 > * {
  font-size: 16px;
}

.child\:font-medium > * {
  font-weight: 500;
}

.first-of-type\:child\:border-t > *:first-of-type {
  border-top-width: 1px;
}

@media (min-width: 576px) {
  .sm\:right-5 {
    right: 1.25rem;
  }

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

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

  .sm\:flex {
    display: flex;
  }

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

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

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

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

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

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

  .sm\:text-24 {
    font-size: 24px;
  }

  .sm\:text-32 {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  .md\:col-start-1 {
    grid-column-start: 1;
  }

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

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

  .md\:col-end-5 {
    grid-column-end: 5;
  }

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

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:row-end-3 {
    grid-row-end: 3;
  }

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

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

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

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

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

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

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

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

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

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

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

  .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\:gap-12 {
    gap: 3rem;
  }

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

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

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

  .md\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

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

  .md\:gap-y-8 {
    row-gap: 2rem;
  }

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

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

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

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

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

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

  .md\:text-21 {
    font-size: 21px;
  }

  .md\:text-24 {
    font-size: 24px;
  }

  .md\:text-28 {
    font-size: 28px;
  }

  .md\:text-32 {
    font-size: 32px;
  }

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

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

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

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

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

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

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

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:\!hidden {
    display: none !important;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

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

  .lg\:gap-x-\[40\%\] {
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .lg\:gap-y-12 {
    row-gap: 3rem;
  }

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

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

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

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

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

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

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

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

  .lg\:text-28 {
    font-size: 28px;
  }

  .lg\:text-32 {
    font-size: 32px;
  }

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

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

@media (min-width: 1200px) {
  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

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

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

  .xl\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

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

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

  .xl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

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

  .xl\:pr-24 {
    padding-right: 6rem;
  }

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

  .xl\:text-48 {
    font-size: 48px;
  }

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