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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}@media (min-width: 540px) {

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

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

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

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

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

  .container {
    max-width: 1680px;
  }

  .view-3xl {
    margin-left: auto;
    margin-right: auto;
    max-width: 1680px;
    padding-left: 0px;
    padding-right: 0px;
  }
}.static {
  position: static !important;
}.absolute {
  position: absolute !important;
}.relative {
  position: relative !important;
}.sticky {
  position: sticky !important;
}.left-0 {
  left: 0px !important;
}.left-6 {
  left: 1.5rem !important;
}.top-0 {
  top: 0px !important;
}.top-6 {
  top: 1.5rem !important;
}.z-0 {
  z-index: 0 !important;
}.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}.mb-0 {
  margin-bottom: 0px !important;
}.mb-1 {
  margin-bottom: 0.25rem !important;
}.mb-10 {
  margin-bottom: 2.5rem !important;
}.mb-12 {
  margin-bottom: 3rem !important;
}.mb-16 {
  margin-bottom: 4rem !important;
}.mb-2 {
  margin-bottom: 0.5rem !important;
}.mb-4 {
  margin-bottom: 1rem !important;
}.mb-6 {
  margin-bottom: 1.5rem !important;
}.mb-8 {
  margin-bottom: 2rem !important;
}.mt-0 {
  margin-top: 0px !important;
}.mt-4 {
  margin-top: 1rem !important;
}.mt-6 {
  margin-top: 1.5rem !important;
}.mt-8 {
  margin-top: 2rem !important;
}.block {
  display: block !important;
}.inline-block {
  display: inline-block !important;
}.inline {
  display: inline !important;
}.flex {
  display: flex !important;
}.table {
  display: table !important;
}.grid {
  display: grid !important;
}.contents {
  display: contents !important;
}.hidden {
  display: none !important;
}.size-full {
  width: 100% !important;
  height: 100% !important;
}.h-10 {
  height: 2.5rem !important;
}.h-15 {
  height: 3.75rem !important;
}.h-\[200px\] {
  height: 200px !important;
}.max-h-\[200px\] {
  max-height: 200px !important;
}.min-h-\[54px\] {
  min-height: 54px !important;
}.min-h-screen {
  min-height: 100vh !important;
}.w-10 {
  width: 2.5rem !important;
}.w-15 {
  width: 3.75rem !important;
}.w-full {
  width: 100% !important;
}.min-w-60 {
  min-width: 15rem !important;
}.max-w-2xl {
  max-width: 42rem !important;
}.flex-shrink-0 {
  flex-shrink: 0 !important;
}.shrink-0 {
  flex-shrink: 0 !important;
}.cursor-pointer {
  cursor: pointer !important;
}.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}.flex-col {
  flex-direction: column !important;
}.flex-wrap {
  flex-wrap: wrap !important;
}.items-center {
  align-items: center !important;
}.justify-center {
  justify-content: center !important;
}.justify-between {
  justify-content: space-between !important;
}.gap-2 {
  gap: 0.5rem !important;
}.gap-4 {
  gap: 1rem !important;
}.gap-6 {
  gap: 1.5rem !important;
}.rounded {
  border-radius: 0.25rem !important;
}.rounded-\[18px\] {
  border-radius: 18px !important;
}.rounded-\[30px\] {
  border-radius: 30px !important;
}.rounded-full {
  border-radius: 9999px !important;
}.rounded-md {
  border-radius: 0.375rem !important;
}.rounded-xl {
  border-radius: 0.75rem !important;
}.rounded-t-\[30px\] {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
}.border {
  border-width: 1px !important;
}.border-0 {
  border-width: 0px !important;
}.border-black-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1)) !important;
}.bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1)) !important;
}.bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}.bg-neutral-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(82 100 124 / var(--tw-bg-opacity, 1)) !important;
}.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3) !important;
}.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
}.from-blue-900 {
  --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}.from-solid-blue-oss {
  --tw-gradient-from: #002e54 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(0 46 84 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}.to-\[\#055ddf\] {
  --tw-gradient-to: #055ddf var(--tw-gradient-to-position) !important;
}.to-solid-blue-oss-blog {
  --tw-gradient-to: #017dc1 var(--tw-gradient-to-position) !important;
}.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}.p-0 {
  padding: 0px !important;
}.p-8 {
  padding: 2rem !important;
}.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}.py-\[6px\] {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}.pb-1 {
  padding-bottom: 0.25rem !important;
}.pb-12 {
  padding-bottom: 3rem !important;
}.pb-4 {
  padding-bottom: 1rem !important;
}.pb-6 {
  padding-bottom: 1.5rem !important;
}.pl-\[76px\] {
  padding-left: 76px !important;
}.pl-\[92px\] {
  padding-left: 92px !important;
}.pt-1 {
  padding-top: 0.25rem !important;
}.pt-3 {
  padding-top: 0.75rem !important;
}.pt-4 {
  padding-top: 1rem !important;
}.pt-6 {
  padding-top: 1.5rem !important;
}.text-center {
  text-align: center !important;
}.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}.text-fs10 {
  font-size: 0.875rem !important;
}.text-fs11 {
  font-size: 0.75rem !important;
}.text-fs5 {
  font-size: 1.5rem !important;
}.text-fs8 {
  font-size: 1.125rem !important;
}.text-fs9 {
  font-size: 1rem !important;
}.font-bold {
  font-weight: 700 !important;
}.font-medium {
  font-weight: 500 !important;
}.font-normal {
  font-weight: 400 !important;
}.font-semibold {
  font-weight: 600 !important;
}.not-italic {
  font-style: normal !important;
}.leading-4 {
  line-height: 1rem !important;
}.leading-5 {
  line-height: 1.25rem !important;
}.leading-6 {
  line-height: 1.5rem !important;
}.leading-relaxed {
  line-height: 1.625 !important;
}.text-black-700-base {
  --tw-text-opacity: 1 !important;
  color: rgb(63 59 59 / var(--tw-text-opacity, 1)) !important;
}.text-black-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(18 18 18 / var(--tw-text-opacity, 1)) !important;
}.text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1)) !important;
}.text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}.text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
}.text-neutral-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}.text-solid-black-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(63 59 59 / var(--tw-text-opacity, 1)) !important;
}.text-solid-black-800-black {
  --tw-text-opacity: 1 !important;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1)) !important;
}.text-solid-blue-500-base {
  --tw-text-opacity: 1 !important;
  color: rgb(13 110 253 / var(--tw-text-opacity, 1)) !important;
}.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}.underline {
  text-decoration-line: underline !important;
}.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.shadow-custom2 {
  --tw-shadow: 0px 3px 6px #00000029 !important;
  --tw-shadow-colored: 0px 3px 6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.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) !important;
}.template-part-container-row{width:100%}.template-part-container{margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.template-part-container__is-mobile-full{max-width:100%;padding-left:0;padding-right:0}@media(min-width: 540px){.template-part-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width: 1440px){.template-part-container{padding-left:4.5rem;padding-right:4.5rem}}@media(min-width: 1680px){.template-part-container{max-width:1680px}}div.woocommerce {
  padding-top: 1.5rem;
}@media (min-width: 540px) {

  div.woocommerce {
    padding-top: 2.5rem;
  }
}.woocommerce-Input{border:1px solid var(--wp--preset--color--black-400);border-radius:.5rem}.woocommerce-Button{background-color:var(--wp--preset--color--blue-500);border-radius:.5rem}.blog-container {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}@media (min-width: 960px) {

  .blog-container {
    max-width: 720px;
    padding-left: 0px;
    padding-right: 0px;
  }
}.oss-header {
  overflow: hidden;
  max-height: 216px;
}@media (min-width: 540px) {

  .oss-header {
    max-height: 224px;
  }
}@media (min-width: 720px) {

  .oss-header {
    max-height: none;
  }

  .oss-header__main {
    max-height: 243px;
  }
}@media (min-width: 960px) {

  .oss-header__main {
    max-height: 225px;
  }
}@media (min-width: 1680px) {

  .oss-header__main {
    max-height: 227px;
  }
}body{font-family:var(--wp--preset--font-family--montserrat);font-size:var(--wp--preset--font-size--font-size-9);color:var(--wp--preset--color--black-800);overflow:auto !important}.has-primary-font-family{font-family:var(--wp--preset--font-family--montserrat)}.has-font-weight-bold{font-weight:var(--wp--custom--font-weight--bold)}.has-font-weight-semibold{font-weight:var(--wp--custom--font-weight--semibold)}.has-font-weight-medium{font-weight:var(--wp--custom--font-weight--medium)}.has-font-weight-regular{font-weight:var(--wp--custom--font-weight--regular)}.has-font-weight-light{font-weight:var(--wp--custom--font-weight--light)}.has-font-size-1{font-size:var(--wp--preset--font-size--font-size-1)}.has-font-size-2{font-size:var(--wp--preset--font-size--font-size-2)}.has-font-size-3{font-size:var(--wp--preset--font-size--font-size-3)}.has-font-size-4{font-size:var(--wp--preset--font-size--font-size-4)}.has-font-size-5{font-size:var(--wp--preset--font-size--font-size-5)}.has-font-size-6{font-size:var(--wp--preset--font-size--font-size-6)}.has-font-size-7{font-size:var(--wp--preset--font-size--font-size-7)}.has-font-size-8{font-size:var(--wp--preset--font-size--font-size-8)}.has-font-size-9{font-size:var(--wp--preset--font-size--font-size-9)}.has-font-size-10{font-size:var(--wp--preset--font-size--font-size-10)}.has-font-size-11{font-size:var(--wp--preset--font-size--font-size-11)}.has-font-size-12{font-size:var(--wp--preset--font-size--font-size-12)}.content-styled-typo ul{margin-top:2rem}@media(min-width: 540px){.content-styled-typo ul{margin-top:0}}.content-styled-typo ul li{padding-left:0;margin-bottom:3.2rem;position:relative}@media(min-width: 540px){.content-styled-typo ul li{padding-left:2rem;margin-bottom:2rem}}.content-styled-typo ul li::before{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIgMjRjNi42MjcgMCAxMi01LjM3MyAxMi0xMlMxOC42MjcgMCAxMiAwIDAgNS4zNzMgMCAxMnM1LjM3MyAxMiAxMiAxMnoiIGZpbGw9IiMwRDZFRkQiLz4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuODUzIDYuOTQ5YS44MzMuODMzIDAgMCAxIC42Mi0uMjgyYy4yMzIgMCAuNDM5LjA5NC42MTguMjgyLjE2Mi4xNy4yNDIuMzguMjQyLjYzNSAwIC4yNTQtLjA4LjQ2NS0uMjQyLjYzNGwtOC41ODUgOS4wNTQtLjA1My4wNTYtLjA1NC4wNTdhLjc2NS43NjUgMCAwIDEtLjYwNi4yODIuNzY1Ljc2NSAwIDAgMS0uNjA1LS4yODJsLTQuMjgtNC40NTdhLjg4My44ODMgMCAwIDEtLjI0MS0uNjM0YzAtLjI1NC4wOC0uNDY2LjI0Mi0uNjM1YS44MzMuODMzIDAgMCAxIC42MTktLjI4MmMuMjMzIDAgLjQ0LjA5NC42MTkuMjgybDMuNjMzIDMuODA4IDguMDczLTguNTE4eiIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K);background-size:contain;background-position:center center;background-repeat:no-repeat;width:1.5rem;height:1.5rem;display:block;position:absolute;top:-2rem}@media(min-width: 540px){.content-styled-typo ul li::before{width:1rem;height:100%;top:0;left:0}}.content-styled-typo ul li:last-child{margin-bottom:0}.content-styled-description figure:not(:first-child){margin-top:2rem}.content-styled-description h1,.content-styled-description h2,.content-styled-description h3,.content-styled-description h4,.content-styled-description h5,.content-styled-description h6{margin-bottom:0;font-size:1.25rem;line-height:1.75;font-weight:500;color:var(--wp--preset--color--black-900)}.content-styled-description h2{margin-bottom:1rem}.content-styled-description h1:not(:first-child),.content-styled-description h2:not(:first-child),.content-styled-description h3:not(:first-child),.content-styled-description h4:not(:first-child),.content-styled-description h5:not(:first-child),.content-styled-description h6:not(:first-child){margin-top:2rem}.content-styled-description a{color:var(--wp--preset--color--blue-500);font-weight:600}.content-styled-description pre{white-space:normal}.content-styled-description ul{list-style-type:disc;padding-left:1.25rem}.content-styled-description ol{list-style-type:decimal;padding-left:1.25rem}.content-styled-description table{width:100%;table-layout:fixed;word-break:break-words;border-collapse:collapse}.content-styled-description table th,.content-styled-description table td{padding:.5rem;text-align:left;line-height:normal;font-style:normal}.content-styled-description table tbody{font-size:.875rem}.content-styled-description table thead,.content-styled-description table th{font-size:1rem;font-weight:600}.content-styled-description figure figcaption{text-align:center;font-style:italic}.content-styled-description p:not(:first-child),.content-styled-description table:not(:first-child){margin-top:1rem}.content-styled-hbspt-form .hs-form label,.content-styled-hbspt-form .hs-form .hs-success-msg {
  margin-bottom: 0.25rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(63 59 59 / var(--tw-text-opacity, 1));
}.content-styled-hbspt-form .hs-form label .hs-form-required,.content-styled-hbspt-form .hs-form .hs-success-msg .hs-form-required {
  margin-left: 0.25rem;
}.content-styled-hbspt-form .hs-form input[type=text],.content-styled-hbspt-form .hs-form input[type=email],.content-styled-hbspt-form .hs-form input[type=tel],.content-styled-hbspt-form .hs-form input[type=number] {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity, 1));
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(63 59 59 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}.content-styled-hbspt-form .hs-form input[type=text].invalid,.content-styled-hbspt-form .hs-form input[type=email].invalid,.content-styled-hbspt-form .hs-form input[type=tel].invalid,.content-styled-hbspt-form .hs-form input[type=number].invalid {
  --tw-border-opacity: 1;
  border-color: rgb(220 53 69 / var(--tw-border-opacity, 1));
}.content-styled-hbspt-form .hs-form a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}.content-styled-hbspt-form .hs-form textarea {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity, 1));
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(63 59 59 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}.content-styled-hbspt-form .hs-form select {
  width: 100%;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity, 1));
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(63 59 59 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4IiBmaWxsPSJub25lIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQuOTcgMTEuMjMzYTEuMDM3IDEuMDM3IDAgMCAxIDEuMzUtMS41NjdsLjExNy4xTDE0IDE3LjMzbDcuNTYzLTcuNTYyYTEuMDM3IDEuMDM3IDAgMCAxIDEuMzUtLjFsLjExNi4xYy4zNjkuMzY4LjQwMi45NDQuMSAxLjM1bC0uMS4xMTYtOC4yOTYgOC4yOTdhMS4wMzcgMS4wMzcgMCAwIDEtMS4zNS4xbC0uMTE2LS4xLTguMjk3LTguMjk3eiIgZmlsbD0iIzgwN2U3ZSIvPjwvc3ZnPg==);
  background-size: 1.25rem;
  background-position: right 1rem center;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-repeat:no-repeat,repeat;
}.content-styled-hbspt-form .hs-form select::-ms-expand{display:none}.content-styled-hbspt-form .hs-form .hs-error-msg {
  margin-top: 2px;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(220 53 69 / var(--tw-text-opacity, 1));
}.content-styled-hbspt-form .hs-form input[type=submit] {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  cursor: pointer;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(13 110 253 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}@media (min-width: 960px) {

  .content-styled-hbspt-form .hs-form input[type=submit] {
    width: auto;
  }
}.content-styled-hbspt-form .hs-form .hs-form-field:not(:last-child) {
  margin-bottom: 1.5rem;
}.content-styled-hbspt-form .hs-form .hs-form-field:has(>div.input input.invalid)>label {
  --tw-text-opacity: 1;
  color: rgb(220 53 69 / var(--tw-text-opacity, 1));
}.content-styled-hbspt-form .hs-form .hs-form-checkbox label,.content-styled-hbspt-form .hs-form .hs-form-booleancheckbox label,.content-styled-hbspt-form .hs-form .hs-form-radio label {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}.content-styled-hbspt-form .hs-form .hs-form-checkbox label input,.content-styled-hbspt-form .hs-form .hs-form-checkbox label span,.content-styled-hbspt-form .hs-form .hs-form-booleancheckbox label input,.content-styled-hbspt-form .hs-form .hs-form-booleancheckbox label span,.content-styled-hbspt-form .hs-form .hs-form-radio label input,.content-styled-hbspt-form .hs-form .hs-form-radio label span {
  cursor: pointer;
}ul.wp-block-list{list-style:circle;margin-bottom: 2.5rem;padding-left: 1.25rem}@media (min-width: 960px) {

  ul.wp-block-list {
    margin-bottom: 1.5rem;
  }
}ul.wp-block-list li::marker{line-height:8px;font-size: 1.5rem;--tw-text-opacity: 1;color: rgb(59 130 246 / var(--tw-text-opacity, 1))}.has-base-blue-color{color:var(--wp--preset--color--blue-500)}.has-base-blue-background-color{background-color:var(--wp--preset--color--blue-500)}.has-base-indigo-color{color:var(--wp--preset--color--indigo-500)}.has-base-indigo-background-color{background-color:var(--wp--preset--color--indigo-500)}.has-base-purple-color{color:var(--wp--preset--color--purple-500)}.has-base-purple-background-color{background-color:var(--wp--preset--color--purple-500)}.has-base-pink-color{color:var(--wp--preset--color--pink-500)}.has-base-pink-background-color{background-color:var(--wp--preset--color--pink-500)}.has-base-red-color{color:var(--wp--preset--color--red-500)}.has-base-red-background-color{background-color:var(--wp--preset--color--red-500)}.has-base-orange-color{color:var(--wp--preset--color--orange-500)}.has-base-orange-background-color{background-color:var(--wp--preset--color--orange-500)}.has-base-yellow-color{color:var(--wp--preset--color--yellow-500)}.has-base-yellow-background-color{background-color:var(--wp--preset--color--yellow-500)}.has-base-grass-color{color:var(--wp--preset--color--grass-500)}.has-base-grass-background-color{background-color:var(--wp--preset--color--grass-500)}.has-base-green-color{color:var(--wp--preset--color--green-500)}.has-base-green-background-color{background-color:var(--wp--preset--color--green-500)}.has-base-teal-color{color:var(--wp--preset--color--teal-500)}.has-base-teal-background-color{background-color:var(--wp--preset--color--teal-500)}.has-base-cyan-color{color:var(--wp--preset--color--cyan-500)}.has-base-cyan-background-color{background-color:var(--wp--preset--color--cyan-500)}.has-base-grey-color{color:var(--wp--preset--color--black-500)}.has-base-grey-background-color{background-color:var(--wp--preset--color--black-500)}.has-base-black-color{color:var(--wp--preset--color--black-800)}.has-base-black-background-color{background-color:var(--wp--preset--color--black-800)}.wp-block-search {
  position: relative;
  border-radius: 0px;
}.wp-block-search__inside-wrapper {
  position: relative;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--wp--preset--color--black-400);
}.wp-block-search__input{border-top-left-radius:inherit;border-bottom-left-radius:inherit;border-style: none !important;width: 100%;min-width: 0px;background-color: var(--wp--preset--color--natural-white);padding-top: 0.75rem;padding-bottom: 0.75rem;padding-left: 1rem;padding-right: 1rem;font-size: 0.875rem;font-weight: 400;font-style: normal;line-height: 1.3;color: var(--wp--preset--color--black-600);outline: 2px solid transparent;outline-offset: 2px}@media (min-width: 960px) {

  .wp-block-search__input {
    font-weight: 300;
    line-height: 1.15;
  }
}@media (min-width: 1140px) {

  .wp-block-search__input {
    font-weight: 400;
    line-height: 1.3;
  }
}@media (min-width: 1680px) {

  .wp-block-search__input {
    font-weight: 300;
    line-height: 1.15;
  }
}.wp-block-search__input::-moz-placeholder {
  color: var(--wp--preset--color--black-600);
}.wp-block-search__input::placeholder {
  color: var(--wp--preset--color--black-600);
}.wp-block-search__button{border-top-right-radius:inherit;border-bottom-right-radius:inherit;margin: 0px !important;border-left-width: 1px;border-color: var(--wp--preset--color--black-400);background-color: var(--wp--preset--color--black-200);padding: 0.75rem;font-size: 0;line-height: 0;color: var(--wp--preset--color--blue-700)}@media (min-width: 1140px) {

  .wp-block-search__button {
    color: var(--wp--preset--color--blue-500);
  }
}.wp-block-search__button::before{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDE5LjUgMTkuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTkuNSAxOS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzA5NEJBQzt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03LjcsMEMzLjUsMCwwLDMuNSwwLDcuOGMwLDQuMywzLjUsNy43LDcuOCw3LjdjMS44LDAsMy41LTAuNiw0LjktMS44bDUuNSw1LjVsMC4xLDAuMWMwLjMsMC4yLDAuOCwwLjIsMS0wLjIKCWMwLjItMC4zLDAuMi0wLjctMC4xLTFsLTUuNS01LjVjMi43LTMuMywyLjItOC4yLTEuMS0xMC45QzExLjMsMC42LDkuNSwwLDcuNywweiBNNy43LDEuNWMzLjUsMCw2LjIsMi44LDYuMiw2LjJTMTEuMiwxNCw3LjcsMTQKCXMtNi4yLTIuOC02LjItNi4yUzQuMywxLjUsNy43LDEuNXoiLz4KPC9zdmc+Cg==);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDE5LjUgMTkuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTkuNSAxOS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzA5NEJBQzt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03LjcsMEMzLjUsMCwwLDMuNSwwLDcuOGMwLDQuMywzLjUsNy43LDcuOCw3LjdjMS44LDAsMy41LTAuNiw0LjktMS44bDUuNSw1LjVsMC4xLDAuMWMwLjMsMC4yLDAuOCwwLjIsMS0wLjIKCWMwLjItMC4zLDAuMi0wLjctMC4xLTFsLTUuNS01LjVjMi43LTMuMywyLjItOC4yLTEuMS0xMC45QzExLjMsMC42LDkuNSwwLDcuNywweiBNNy43LDEuNWMzLjUsMCw2LjIsMi44LDYuMiw2LjJTMTEuMiwxNCw3LjcsMTQKCXMtNi4yLTIuOC02LjItNi4yUzQuMywxLjUsNy43LDEuNXoiLz4KPC9zdmc+Cg==);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;margin: 0px;display: block;height: 1.5rem;width: 1.5rem;background-color: currentColor;--tw-content: "";content: var(--tw-content)}.search-filter-select-style {
  border-left-width: 1px;
  border-color: var(--wp--preset--color--black-400);
  background-color: var(--wp--preset--color--black-100);
}.search-filter-select-style select {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  height: 0px;
  width: 0px;
  overflow: hidden;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.search-filter-select-style select)) {
    margin-bottom: 0px;
  }
}.search-filter-select-style__selected {
  display: flex;
  min-height: 100%;
  width: 8.25rem;
  cursor: pointer;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
  color: var(--wp--preset--color--blue-700);
}.search-filter-select-style__selected::before{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDEzLjMgNy40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMy4zIDcuNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiMwOTRCQUM7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC4yLDEuM2MtMC4zLTAuMy0wLjMtMC43LDAtMWMwLjMtMC4zLDAuNy0wLjMsMS0wLjFsMC4xLDAuMWw1LjQsNS40bDUuNC01LjRjMC4zLTAuMywwLjctMC4zLDEtMC4xbDAuMSwwLjEKCWMwLjMsMC4zLDAuMywwLjcsMC4xLDFsLTAuMSwwLjFMNy4yLDcuMmMtMC4zLDAuMy0wLjcsMC4zLTEsMC4xTDYuMiw3LjJMMC4yLDEuM3oiLz4KPC9zdmc+Cg==);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDEzLjMgNy40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMy4zIDcuNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiMwOTRCQUM7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC4yLDEuM2MtMC4zLTAuMy0wLjMtMC43LDAtMWMwLjMtMC4zLDAuNy0wLjMsMS0wLjFsMC4xLDAuMWw1LjQsNS40bDUuNC01LjRjMC4zLTAuMywwLjctMC4zLDEtMC4xbDAuMSwwLjEKCWMwLjMsMC4zLDAuMywwLjcsMC4xLDFsLTAuMSwwLjFMNy4yLDcuMmMtMC4zLDAuMy0wLjcsMC4zLTEsMC4xTDYuMiw3LjJMMC4yLDEuM3oiLz4KPC9zdmc+Cg==);-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:70%;mask-size:70%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;margin-right: 0.5rem;display: block;height: 1.25rem;width: 1.25rem;flex-shrink: 0;background-color: currentColor;transition-property: transform;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 150ms;--tw-content: "";content: var(--tw-content)}.search-filter-select-style__selected span {
  pointer-events: none;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}.search-filter-select-style__items {
  position: absolute;
  top: 100%;
  left: auto;
  right: 3rem;
  z-index: 10;
  margin-top: 1px;
  margin-right: 1px;
  width: 8.25rem;
  overflow: hidden;
  --tw-shadow: 0 12px 16px 0 rgba(40,41,61,0.1);
  --tw-shadow-colored: 0 12px 16px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.search-filter-select-style__items--hide {
  display: none;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.search-filter-select-style__items--hide)) {
    margin-bottom: 0px;
  }
}.search-filter-select-style__item {
  cursor: pointer;
  background-color: var(--wp--preset--color--natural-white);
  padding: 1rem;
  font-weight: 500;
  font-style: normal;
  color: var(--wp--preset--color--black-700);
}.search-filter-select-style__item:hover {
  color: var(--wp--preset--color--blue-500);
}.search-filter-select-style__item--selected {
  background-color: var(--wp--preset--color--blue-50);
  color: var(--wp--preset--color--blue-500) !important;
}.search-filter-select-style__item:hover,.search-filter-select-style__item--selected {
  font-weight: 600;
}.search-filter-select-style__item span {
  pointer-events: none;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.3;
}.oss-search.active .wp-block-search__inside-wrapper {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(13 110 253 / var(--tw-border-opacity, 1));
}@media(max-width: 539px){.oss-search.active .wp-block-search__button{border-top-right-radius:0;border-bottom-right-radius:0}}.oss-search.active .wp-block-search__button {
  z-index: 101;
  background-color: var(--wp--preset--color--blue-500);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.oss-search.active .wp-block-search__input {
  z-index: 101;
}.oss-search.active .search-filter-select-style {
  z-index: 101;
  border-left-width: 0px;
  background-color: var(--wp--preset--color--blue-50);
}@media (min-width: 540px) {

  .oss-search.active .search-filter-select-style-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 0.4;
  }
}.relevanssi-live-search-results {
  top: 100% !important;
  left: 0px !important;
  width: 100% !important;
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}.relevanssi-live-search-results .relevanssi-live-search-result p {
  border-style: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.relevanssi-live-search-no-results {
  padding-top: 0.5rem !important;
}.oss-search-mobile-head {
  display: none;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.oss-search-mobile-head)) {
    margin-bottom: 0px;
  }
}@media(max-width: 539px){.oss-search-mobile-head {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }}.oss-search-mobile-head__back-btn {
  display: flex;
  width: 3.75rem;
  cursor: pointer;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}.oss-search-mobile-head__title {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity, 1));width:calc(100% - 7.5rem);
}.oss-search-mobile-head__gap {
  width: 3.75rem;
}.ep-autosuggest{box-shadow:none !important;border-radius:3px;border-bottom-right-radius:.75rem !important;border-bottom-left-radius:.75rem !important;overflow: hidden !important;border-width: 0px !important;padding-top: 1rem !important}@media (min-width: 540px) {

  .ep-autosuggest {
    border-width: 1px !important;
    padding-top: 0px !important;box-shadow:0 0 2px 0 rgba(30,30,30,.4) !important;
  }
}.ep-autosuggest li{font-family:var(--wp--preset--font-family--montserrat) !important}.ep-autosuggest li a{font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left: 0px !important;padding-right: 0px !important;padding-top: 0.5rem !important;padding-bottom: 0.5rem !important}@media (min-width: 540px) {

  .ep-autosuggest li a {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}@media(max-width: 539px){.ep-autosuggest li a:hover{background-color:rgba(0,0,0,0) !important}}.wp-block-navigation>ul>.wp-block-navigation-item{font-family:var(--wp--preset--font-family--montserrat);color:var(--wp--preset--color--black-800);font-size: 1.25rem;font-weight: 500;font-style: normal;line-height: 1.2;letter-spacing: 0em}@media (min-width: 960px) {

  .wp-block-navigation>ul>.wp-block-navigation-item {
    font-size: 1rem;
    line-height: 1.25;color:var(--wp--preset--color--black-700);
  }
}.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content{color:var(--wp--preset--color--black-800);font-size: 1rem;font-weight: 300;font-style: normal;line-height: 1.5;letter-spacing: 0em}@media (min-width: 540px) {

  .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    font-weight: 500;
    line-height: 1.25;
  }
}@media (min-width: 960px) {

  .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}.wp-block-navigation-item.is-selected{min-width:auto}.site-footer{--screen-3xl: 1680px;padding-top: 2.5rem;padding-bottom: 2.5rem;padding-left: 1.5rem;padding-right: 1.5rem}@media (min-width: 540px) {

  .site-footer {
    padding-top: 3.5rem;
  }
}@media (min-width: 960px) {

  .site-footer {
    padding-top: 3.5rem;
  }
}@media (min-width: 1440px) {

  .site-footer {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}@media (min-width: 1680px) {

  .site-footer {
    max-width: none;--horizontal-padding: calc(100vw - var(--screen-3xl) + 9rem);padding-left:calc(var(--horizontal-padding)/2);padding-right:calc(var(--horizontal-padding)/2);
  }
}.site-footer hr{width:calc(100% + 3rem);margin-left: -1.5rem;margin-right: -1.5rem;border-top-width: 1px;border-bottom-width: 0px;--tw-border-opacity: 1;border-color: rgb(30 64 175 / var(--tw-border-opacity, 1))}@media (min-width: 1440px){.site-footer hr{width:calc(100% + 9rem);margin-left: -4.5rem;margin-right: -4.5rem}}@media (min-width: 1680px){.site-footer hr{--horizontal-margin: calc(100vw - var(--screen-3xl) + 9rem);width:calc(100% + var(--horizontal-margin));margin-left:calc(var(--horizontal-margin)/2*-1);margin-right:calc(var(--horizontal-margin)/2*-1)}}@media (min-width: 960px) {

  .site-footer__top {
    padding-bottom: 1.5rem;
  }
}.site-footer__top--inner-grid {
  margin-bottom: 2.5rem !important;
  display: grid !important;
  align-items: flex-start !important;
  gap: 0px !important;grid-template-areas:"memberships-support memberships-support" "memberships-links-element menu-2" "menu menu-2" "menu help-links" "social-icons social-icons";
}.site-footer__top--inner-grid div:has(>nav.site-footer__help-links){grid-area:help-links}@media(min-width: 540px){.site-footer__top--inner-grid{grid-template-areas:"memberships-support memberships-support" "memberships-links-element menu" "memberships-links-element help-links" "menu-2 help-links" "social-icons social-icons"}}@media(min-width: 720px){.site-footer__top--inner-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));grid-template-areas:"memberships-support memberships-support memberships-support memberships-support" "memberships-links-element menu menu-2 help-links" "social-icons social-icons social-icons social-icons";
  }}@media(min-width: 960px){.site-footer__top--inner-grid{grid-template-areas:"memberships-support memberships-support memberships-support memberships-support" "memberships-links-element menu menu-2 help-links" "memberships-links-element menu menu-2 social-icons"}}@media(min-width: 1140px){.site-footer__top--inner-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }}.site-footer__element {
  width: 100%;
}.site-footer__element--title {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}.site-footer__element>p>a {
  font-weight: 600;
  color: inherit;
  text-decoration-line: none;
}.site-footer__element .wp-block-button__link {
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
}.site-footer__headset-icon {
  display: flex;
}.site-footer__headset-icon>div {
  padding-top: 0.25rem !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}.site-footer__memberships-texts {
  gap: 0px;
}@media (min-width: 540px) {

  .site-footer__memberships-texts {
    flex-direction: row !important;
  }
}.site-footer__memberships-support{grid-area:memberships-support;margin-bottom: 3.5rem !important}.site-footer__memberships-support .site-footer__memberships-row {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}@media (min-width: 720px) {

  .site-footer__memberships-support .site-footer__memberships-row {
    gap: 0.5rem;
  }
}@media (min-width: 1440px) {

  .site-footer__memberships-support .site-footer__memberships-row {
    flex-direction: row;
    align-items: center;
  }
}.site-footer__memberships-support-title,.site-footer__memberships-support-text,.site-footer__memberships-links-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}.site-footer__memberships-links-title {
  margin-bottom: 0.5rem;
  line-height: 1;
}@media (min-width: 540px) {

  .site-footer__memberships-support-text {
    padding-left: 1.25rem;
  }
}.site-footer__memberships-support-text a{color:var(--wp--preset--color--natural-white) !important;text-decoration-line: none}@media (min-width: 720px) {

  .site-footer__memberships-support-text a {
    pointer-events: none;
  }
}.site-footer .wp-block-navigation-item,.site-footer li {
  padding-bottom: 1rem;
}.site-footer .wp-block-navigation-item a,.site-footer li a{color:var(--wp--preset--color--natural-white) !important;font-size: 1rem;font-weight: 500;line-height: 1.5;text-decoration-line: none}@media (min-width: 720px) {

  .site-footer__memberships-links {
    padding-top: 1.25rem;
  }
}.site-footer__memberships-links-element{grid-area:memberships-links-element}@media (min-width: 960px) {

  .site-footer__memberships-links-element {
    padding-top: 0px;
  }
}.site-footer__about-links {
  padding-top: 1.5rem;
}@media (min-width: 540px) {

  .site-footer__about-links {
    padding-top: 1rem;
  }
}.site-footer__menu{grid-area:menu}.site-footer__menu-2{grid-area:menu-2}@media (min-width: 540px) {

  .site-footer__menu-2 {
    padding-top: 1rem;
  }
}@media (min-width: 720px) {

  .site-footer__menu-2 {
    padding-top: 0px;
  }
}.site-footer__help-links{grid-area:help-links}@media (min-width: 540px) {

  .site-footer__help-links {
    padding-top: 1rem;
  }
}@media (min-width: 720px) {

  .site-footer__help-links {
    padding-top: 0px;
  }
}.site-footer__social-icons {
  margin-top: 3.5rem !important;grid-area:social-icons;
}.site-footer__social-icons.block-editor-block-list__block {
  margin-top: 0px !important;
  grid-area: unset !important;
}.site-footer__social-icons ul{grid-template-columns:repeat(3, 2.5rem) !important;margin: 0px !important;justify-content: space-between !important;padding: 0px !important}@media (min-width: 540px) {

  .site-footer__social-icons ul {
    flex-wrap: nowrap !important;
  }
}@media (min-width: 720px) {

  .site-footer__social-icons ul {
    display: inline-flex !important;
    gap: 2.5rem !important;
  }
}@media (min-width: 960px) {

  .site-footer__social-icons ul {
    display: grid !important;
    max-width: 200px !important;
  }
}@media (min-width: 1140px) {

  .site-footer__social-icons ul {
    max-width: 248px !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
}@media (min-width: 1440px) {

  .site-footer__social-icons ul {
    max-width: 280px !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
}.site-footer__social-icons li {
  padding: 2px !important;
  text-align: center !important;
}@media (min-width: 540px) {

  .site-footer__social-icons li {
    margin-top: 0px !important;
  }
}@media (min-width: 960px) {

  .site-footer__social-icons li {
    padding: 0px;
    text-align: left;
    justify-content: flex-start !important;
  }
}.site-footer__social-icons .wp-block-social-link-anchor {
  margin: 0px !important;
  height: 2.25rem !important;
  width: 2.25rem !important;
}.site-footer__logos {
  justify-content: space-between;
}@media (min-width: 540px) {

  .site-footer__logos {
    justify-content: flex-start;
  }
}@media (min-width: 720px) {

  .site-footer__logo {
    height: 2rem;
  }
}.site-footer__logo:first-child{max-width:calc(40% - 1rem);height:100%;padding-right: 1rem}.site-footer__logo:last-child{max-width:calc(60% - 1rem);height:100%}.site-footer__copyright {
  padding-top: 1rem;
}@media (min-width: 540px) {

  .site-footer__copyright {
    padding-top: 1rem;
  }
}.site-footer__copyright p{color:var(--wp--preset--color--natural-white);font-size: 0.875rem;font-weight: 400;line-height: 1.25}.site-footer__payment-logos {
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0px;
}@media (min-width: 540px) {

  .site-footer__payment-logos {
    justify-content: flex-start;
  }
}@media (min-width: 960px) {

  .site-footer__payment-logos {
    height: 100%;
    justify-content: flex-end;
    align-items: flex-end !important;
  }
}.site-footer__payment-logo{width:calc(25% - 1.5rem)}@media (min-width: 540px) {

  .site-footer__payment-logo {
    height: 2.5rem;
    width: auto;
    margin-right: 1rem !important;
  }
}@media (min-width: 1140px) {

  .site-footer__payment-logo {
    width: 3.5rem;
    margin-right: 2.5rem !important;
  }

  .site-footer__payment-logo:last-child {
    margin-right: 1rem !important;
  }
}.site-footer__bottom-columns {
  margin: 0px;
  gap: 2.5rem;
  padding-top: 2.25rem;
}@media (min-width: 540px) {

  .site-footer__bottom-columns {
    margin-top: 2.5rem;
    padding-top: 0px;
  }
}@media (min-width: 720px) {

  .site-footer__bottom-columns {
    flex-direction: column;
  }
}@media (min-width: 960px) {

  .site-footer__bottom-columns {
    margin-top: 0.75rem;
    flex-direction: row;
  }
}body.language-en .site-footer__top--inner-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  gap: 2rem !important;grid-template-areas:"links" "text" "contact" "social";
}@media(min-width: 540px){body.language-en .site-footer__top--inner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;grid-template-areas:"links text" "links social" "contact social";
  }}@media(min-width: 960px){body.language-en .site-footer__top--inner-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;grid-template-areas:"links contact social text";
  }}body.language-en .site-footer__element {
  margin: 0px !important;
}body.language-en .site-footer__element__links{grid-area:links}body.language-en .site-footer__element__contact{grid-area:contact}body.language-en .site-footer__element__text{grid-area:text}body.language-en .site-footer__element__social{grid-area:social}@media (min-width: 540px) {

  body.language-en .site-footer__social-icons ul {
    display: grid !important;
    gap: 2.5rem !important;
  }
}body.woocommerce-account .site-footer {
  padding-bottom: 6.25rem;
}@media (min-width: 960px) {

  body.woocommerce-account .site-footer {
    padding-bottom: 2.5rem;
  }
}.wp-block-social-links {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  place-content: center !important;
  gap: 2.5rem;
  padding-top: 1rem;
}@media (min-width: 540px) {

  .wp-block-social-links {
    display: flex !important;
    justify-content: flex-start !important;
    margin-top: 2rem;
    margin-bottom: 2rem;
    gap: 0px;
  }
}@media (min-width: 720px) {

  .wp-block-social-links {
    margin-top: 0px;
  }
}@media (min-width: 960px) {

  .wp-block-social-links {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    place-content: center !important;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 3rem;
  }
}.wp-block-social-links .wp-social-link {
  display: grid;
  place-content: start;
  padding: 0px;
}.wp-block-social-links .wp-social-link:hover {
  transform: none;
}.wp-block-social-links .wp-social-link .wp-block-social-link-anchor {
  height: 1.75rem;
  width: 1.75rem;
}@media (min-width: 540px) {

  .wp-block-social-links .wp-social-link .wp-block-social-link-anchor {
    margin-right: 2.5rem;
    height: 2rem;
    width: 2rem;
  }
}@media (min-width: 960px) {

  .wp-block-social-links .wp-social-link .wp-block-social-link-anchor {
    margin-right: 0px;
  }
}.wp-block-social-links .wp-social-link .wp-block-social-link-anchor:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.wp-block-social-links .wp-social-link .wp-block-social-link-anchor svg {
  height: auto;
  width: auto;min-width:inherit;min-height:inherit;
}.wp-block-social-links .wp-social-link-facebook,.wp-block-social-links .wp-social-link-linkedin,.wp-block-social-links .wp-social-link-instagram,.wp-block-social-links .wp-social-link-youtube,.wp-block-social-links .wp-social-link-twitter,.wp-block-social-links .wp-social-link-telegram {
  border-radius: 0px;
}.wp-block-social-links .wp-social-link-facebook .wp-block-social-link-anchor,.wp-block-social-links .wp-social-link-linkedin .wp-block-social-link-anchor,.wp-block-social-links .wp-social-link-instagram .wp-block-social-link-anchor,.wp-block-social-links .wp-social-link-youtube .wp-block-social-link-anchor,.wp-block-social-links .wp-social-link-twitter .wp-block-social-link-anchor,.wp-block-social-links .wp-social-link-telegram .wp-block-social-link-anchor{-webkit-mask-position:center center;mask-position:center center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background-color: currentColor}.wp-block-social-links .wp-social-link-facebook .wp-block-social-link-anchor svg,.wp-block-social-links .wp-social-link-linkedin .wp-block-social-link-anchor svg,.wp-block-social-links .wp-social-link-instagram .wp-block-social-link-anchor svg,.wp-block-social-links .wp-social-link-youtube .wp-block-social-link-anchor svg,.wp-block-social-links .wp-social-link-twitter .wp-block-social-link-anchor svg,.wp-block-social-links .wp-social-link-telegram .wp-block-social-link-anchor svg {
  display: none;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.wp-block-social-links .wp-social-link-facebook .wp-block-social-link-anchor svg)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.wp-block-social-links .wp-social-link-linkedin .wp-block-social-link-anchor svg)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.wp-block-social-links .wp-social-link-instagram .wp-block-social-link-anchor svg)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.wp-block-social-links .wp-social-link-youtube .wp-block-social-link-anchor svg)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.wp-block-social-links .wp-social-link-twitter .wp-block-social-link-anchor svg)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.wp-block-social-links .wp-social-link-telegram .wp-block-social-link-anchor svg)) {
    margin-bottom: 0px;
  }
}.wp-block-social-links .wp-social-link-facebook .wp-block-social-link-anchor{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDIwLjggMzIuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAuOCAzMi41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTE5LjYsMGMwLjYsMCwxLjIsMC41LDEuMiwxLjFsMCwwLjJ2Ni43YzAsMC42LTAuNSwxLjItMS4xLDEuMmwtMC4yLDBoLTVjLTAuMiwwLTAuNCwwLjEtMC40LDAuM2wwLDAuMXYyLjEKCWg1LjRjMC44LDAsMS4zLDAuNywxLjIsMS40bDAsMC4ybC0xLjcsNi43Yy0wLjEsMC41LTAuNSwwLjktMSwwLjlsLTAuMiwwaC0zLjh2MTAuNGMwLDAuNi0wLjUsMS4yLTEuMSwxLjJsLTAuMiwwSDYuMgoJYy0wLjYsMC0xLjItMC41LTEuMi0xLjFsMC0wLjJWMjAuOEgxLjJjLTAuNiwwLTEuMi0wLjUtMS4yLTEuMWwwLTAuMnYtNi43YzAtMC42LDAuNS0xLjIsMS4xLTEuMmwwLjIsMEg1VjkuNkM1LDQuNCw5LjEsMC4yLDE0LjIsMAoJbDAuNCwwQzE0LjYsMCwxOS42LDAsMTkuNiwweiBNMTguMywyLjVoLTMuOGMtMy44LDAtNi45LDMtNy4xLDYuN2wwLDAuM3YzLjNjMCwwLjYtMC41LDEuMi0xLjEsMS4ybC0wLjIsMEgyLjV2NC4yaDMuOAoJYzAuNiwwLDEuMiwwLjUsMS4yLDEuMWwwLDAuMlYzMGg0LjJWMTkuNmMwLTAuNiwwLjUtMS4yLDEuMS0xLjJsMC4yLDBoNGwxLTQuMmgtNS4xYy0wLjYsMC0xLjItMC41LTEuMi0xLjFsMC0wLjJWOS42CgljMC0xLjUsMS4yLTIuOCwyLjctMi45bDAuMiwwaDMuOEwxOC4zLDIuNUwxOC4zLDIuNXoiLz4KPC9zdmc+Cg==);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDIwLjggMzIuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAuOCAzMi41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTE5LjYsMGMwLjYsMCwxLjIsMC41LDEuMiwxLjFsMCwwLjJ2Ni43YzAsMC42LTAuNSwxLjItMS4xLDEuMmwtMC4yLDBoLTVjLTAuMiwwLTAuNCwwLjEtMC40LDAuM2wwLDAuMXYyLjEKCWg1LjRjMC44LDAsMS4zLDAuNywxLjIsMS40bDAsMC4ybC0xLjcsNi43Yy0wLjEsMC41LTAuNSwwLjktMSwwLjlsLTAuMiwwaC0zLjh2MTAuNGMwLDAuNi0wLjUsMS4yLTEuMSwxLjJsLTAuMiwwSDYuMgoJYy0wLjYsMC0xLjItMC41LTEuMi0xLjFsMC0wLjJWMjAuOEgxLjJjLTAuNiwwLTEuMi0wLjUtMS4yLTEuMWwwLTAuMnYtNi43YzAtMC42LDAuNS0xLjIsMS4xLTEuMmwwLjIsMEg1VjkuNkM1LDQuNCw5LjEsMC4yLDE0LjIsMAoJbDAuNCwwQzE0LjYsMCwxOS42LDAsMTkuNiwweiBNMTguMywyLjVoLTMuOGMtMy44LDAtNi45LDMtNy4xLDYuN2wwLDAuM3YzLjNjMCwwLjYtMC41LDEuMi0xLjEsMS4ybC0wLjIsMEgyLjV2NC4yaDMuOAoJYzAuNiwwLDEuMiwwLjUsMS4yLDEuMWwwLDAuMlYzMGg0LjJWMTkuNmMwLTAuNiwwLjUtMS4yLDEuMS0xLjJsMC4yLDBoNGwxLTQuMmgtNS4xYy0wLjYsMC0xLjItMC41LTEuMi0xLjFsMC0wLjJWOS42CgljMC0xLjUsMS4yLTIuOCwyLjctMi45bDAuMiwwaDMuOEwxOC4zLDIuNUwxOC4zLDIuNXoiLz4KPC9zdmc+Cg==)}.wp-block-social-links .wp-social-link-linkedin .wp-block-social-link-anchor{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDI5LjIgMjkuMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjkuMiAyOS4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTQuNiwwaDIwYzIuNSwwLDQuNiwyLjEsNC42LDQuNnYyMGMwLDIuNS0yLjEsNC42LTQuNiw0LjZjMCwwLDAsMCwwLDBoLTIwYy0yLjUsMC00LjYtMi4xLTQuNi00LjZjMCwwLDAsMCwwLDAKCXYtMjBDMCwyLjEsMi4xLDAsNC42LDB6IE0yNC42LDIuNWgtMjBjLTEuMSwwLTIuMSwwLjktMi4xLDIuMXYyMGMwLDEuMSwwLjksMi4xLDIuMSwyLjFoMjBjMS4xLDAsMi4xLTAuOSwyLjEtMi4xdi0yMAoJQzI2LjcsMy40LDI1LjcsMi41LDI0LjYsMi41eiBNNy45LDExLjdjMC42LDAsMS4yLDAuNSwxLjIsMS4xbDAsMC4ydjguM2MwLDAuNy0wLjYsMS4yLTEuMywxLjJjLTAuNiwwLTEuMS0wLjUtMS4yLTEuMWwwLTAuMnYtOC4zCglDNi43LDEyLjIsNy4yLDExLjcsNy45LDExLjd6IE05LjIsNy43QzkuMSw3LjEsOC40LDYuNiw3LjgsNi43QzcuMSw2LjgsNi43LDcuMyw2LjcsNy45bDAsMC4yYzAuMSwwLjcsMC43LDEuMiwxLjQsMS4xCgljMC42LTAuMSwxLjEtMC42LDEuMS0xLjJMOS4yLDcuN3ogTTE1LjcsMTIuM2MtMC40LTAuNi0xLjEtMC44LTEuNy0wLjRjLTAuNCwwLjItMC42LDAuNi0wLjYsMS4xdjguM2wwLDAuMgoJYzAuMSwwLjcsMC43LDEuMiwxLjQsMS4xYzAuNi0wLjEsMS4xLTAuNiwxLjEtMS4ydi01bDAtMC4yYzAuMS0xLjEsMS4xLTIsMi4zLTEuOWMxLjEsMC4xLDEuOSwxLDEuOSwyLjF2NWwwLDAuMgoJYzAuMSwwLjcsMC43LDEuMiwxLjQsMS4xYzAuNi0wLjEsMS4xLTAuNiwxLjEtMS4ydi01bDAtMC4zYy0wLjItMi41LTIuMy00LjUtNC45LTQuM0MxNi45LDExLjcsMTYuMywxMS45LDE1LjcsMTIuM3oiLz4KPC9zdmc+Cg==);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDI5LjIgMjkuMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjkuMiAyOS4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTQuNiwwaDIwYzIuNSwwLDQuNiwyLjEsNC42LDQuNnYyMGMwLDIuNS0yLjEsNC42LTQuNiw0LjZjMCwwLDAsMCwwLDBoLTIwYy0yLjUsMC00LjYtMi4xLTQuNi00LjZjMCwwLDAsMCwwLDAKCXYtMjBDMCwyLjEsMi4xLDAsNC42LDB6IE0yNC42LDIuNWgtMjBjLTEuMSwwLTIuMSwwLjktMi4xLDIuMXYyMGMwLDEuMSwwLjksMi4xLDIuMSwyLjFoMjBjMS4xLDAsMi4xLTAuOSwyLjEtMi4xdi0yMAoJQzI2LjcsMy40LDI1LjcsMi41LDI0LjYsMi41eiBNNy45LDExLjdjMC42LDAsMS4yLDAuNSwxLjIsMS4xbDAsMC4ydjguM2MwLDAuNy0wLjYsMS4yLTEuMywxLjJjLTAuNiwwLTEuMS0wLjUtMS4yLTEuMWwwLTAuMnYtOC4zCglDNi43LDEyLjIsNy4yLDExLjcsNy45LDExLjd6IE05LjIsNy43QzkuMSw3LjEsOC40LDYuNiw3LjgsNi43QzcuMSw2LjgsNi43LDcuMyw2LjcsNy45bDAsMC4yYzAuMSwwLjcsMC43LDEuMiwxLjQsMS4xCgljMC42LTAuMSwxLjEtMC42LDEuMS0xLjJMOS4yLDcuN3ogTTE1LjcsMTIuM2MtMC40LTAuNi0xLjEtMC44LTEuNy0wLjRjLTAuNCwwLjItMC42LDAuNi0wLjYsMS4xdjguM2wwLDAuMgoJYzAuMSwwLjcsMC43LDEuMiwxLjQsMS4xYzAuNi0wLjEsMS4xLTAuNiwxLjEtMS4ydi01bDAtMC4yYzAuMS0xLjEsMS4xLTIsMi4zLTEuOWMxLjEsMC4xLDEuOSwxLDEuOSwyLjF2NWwwLDAuMgoJYzAuMSwwLjcsMC43LDEuMiwxLjQsMS4xYzAuNi0wLjEsMS4xLTAuNiwxLjEtMS4ydi01bDAtMC4zYy0wLjItMi41LTIuMy00LjUtNC45LTQuM0MxNi45LDExLjcsMTYuMywxMS45LDE1LjcsMTIuM3oiLz4KPC9zdmc+Cg==)}.wp-block-social-links .wp-social-link-instagram .wp-block-social-link-anchor{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDI5LjIgMjkuMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjkuMiAyOS4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTcuOSwwaDEzLjNjNC40LDAsNy45LDMuNSw3LjksNy45djEzLjNjMCw0LjQtMy41LDcuOS03LjksNy45SDcuOWMtNC40LDAtNy45LTMuNS03LjktNy45VjcuOQoJQzAsMy41LDMuNSwwLDcuOSwweiBNMjEuMiwyLjVINy45Yy0zLDAtNS40LDIuNC01LjQsNS40djEzLjNjMCwzLDIuNCw1LjQsNS40LDUuNGgxMy4zYzMsMCw1LjQtMi40LDUuNC01LjRWNy45CglDMjYuNyw0LjksMjQuMiwyLjUsMjEuMiwyLjV6IE04LjMsMTQuNmMwLTMuNSwyLjgtNi4yLDYuMi02LjJzNi4yLDIuOCw2LjIsNi4ycy0yLjgsNi4yLTYuMiw2LjJTOC4zLDE4LDguMywxNC42eiBNMTguMywxNC42CgljMC0yLjEtMS43LTMuOC0zLjgtMy44cy0zLjgsMS43LTMuOCwzLjhzMS43LDMuOCwzLjgsMy44UzE4LjMsMTYuNywxOC4zLDE0LjZ6IE0yMy4zLDYuOWMtMC4xLTAuNy0wLjctMS4yLTEuNC0xLjEKCWMtMC42LDAuMS0xLjEsMC42LTEuMSwxLjJsMCwwLjJjMC4xLDAuNywwLjcsMS4yLDEuNCwxLjFjMC42LTAuMSwxLjEtMC42LDEuMS0xLjJMMjMuMyw2Ljl6Ii8+Cjwvc3ZnPgo=);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDI5LjIgMjkuMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjkuMiAyOS4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTcuOSwwaDEzLjNjNC40LDAsNy45LDMuNSw3LjksNy45djEzLjNjMCw0LjQtMy41LDcuOS03LjksNy45SDcuOWMtNC40LDAtNy45LTMuNS03LjktNy45VjcuOQoJQzAsMy41LDMuNSwwLDcuOSwweiBNMjEuMiwyLjVINy45Yy0zLDAtNS40LDIuNC01LjQsNS40djEzLjNjMCwzLDIuNCw1LjQsNS40LDUuNGgxMy4zYzMsMCw1LjQtMi40LDUuNC01LjRWNy45CglDMjYuNyw0LjksMjQuMiwyLjUsMjEuMiwyLjV6IE04LjMsMTQuNmMwLTMuNSwyLjgtNi4yLDYuMi02LjJzNi4yLDIuOCw2LjIsNi4ycy0yLjgsNi4yLTYuMiw2LjJTOC4zLDE4LDguMywxNC42eiBNMTguMywxNC42CgljMC0yLjEtMS43LTMuOC0zLjgtMy44cy0zLjgsMS43LTMuOCwzLjhzMS43LDMuOCwzLjgsMy44UzE4LjMsMTYuNywxOC4zLDE0LjZ6IE0yMy4zLDYuOWMtMC4xLTAuNy0wLjctMS4yLTEuNC0xLjEKCWMtMC42LDAuMS0xLjEsMC42LTEuMSwxLjJsMCwwLjJjMC4xLDAuNywwLjcsMS4yLDEuNCwxLjFjMC42LTAuMSwxLjEtMC42LDEuMS0xLjJMMjMuMyw2Ljl6Ii8+Cjwvc3ZnPgo=)}.wp-block-social-links .wp-social-link-youtube .wp-block-social-link-anchor{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDMyLjUgMjUuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIuNSAyNS44OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI0LjYsMEg3LjlDMy41LDAsMCwzLjUsMCw3Ljl2MTBjMCw0LjQsMy41LDcuOSw3LjksNy45aDE2LjdjNC40LDAsNy45LTMuNSw3LjktNy45di0xMEMzMi41LDMuNSwyOSwwLDI0LjYsMHoKCSBNNy45LDIuNWgxNi43YzMsMCw1LjQsMi40LDUuNCw1LjR2MTBjMCwzLTIuNCw1LjQtNS40LDUuNEg3LjljLTMsMC01LjQtMi40LTUuNC01LjR2LTEwQzIuNSw0LjksNC45LDIuNSw3LjksMi41eiBNMTEuNyw3Ljl2MTAKCWMwLDAuNywwLjYsMS4zLDEuMiwxLjNjMC4yLDAsMC40LTAuMSwwLjYtMC4ybDguMy01YzAuNi0wLjQsMC44LTEuMSwwLjQtMS43Yy0wLjEtMC4yLTAuMy0wLjMtMC40LTAuNGwtOC4zLTUKCWMtMC42LTAuNC0xLjQtMC4yLTEuNywwLjRDMTEuNyw3LjUsMTEuNyw3LjcsMTEuNyw3LjlMMTEuNyw3Ljl6IE0xNC4yLDEwLjFsNC43LDIuOGwtNC43LDIuOEMxNC4yLDE1LjcsMTQuMiwxMC4xLDE0LjIsMTAuMXoiLz4KPC9zdmc+Cg==);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDMyLjUgMjUuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIuNSAyNS44OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI0LjYsMEg3LjlDMy41LDAsMCwzLjUsMCw3Ljl2MTBjMCw0LjQsMy41LDcuOSw3LjksNy45aDE2LjdjNC40LDAsNy45LTMuNSw3LjktNy45di0xMEMzMi41LDMuNSwyOSwwLDI0LjYsMHoKCSBNNy45LDIuNWgxNi43YzMsMCw1LjQsMi40LDUuNCw1LjR2MTBjMCwzLTIuNCw1LjQtNS40LDUuNEg3LjljLTMsMC01LjQtMi40LTUuNC01LjR2LTEwQzIuNSw0LjksNC45LDIuNSw3LjksMi41eiBNMTEuNyw3Ljl2MTAKCWMwLDAuNywwLjYsMS4zLDEuMiwxLjNjMC4yLDAsMC40LTAuMSwwLjYtMC4ybDguMy01YzAuNi0wLjQsMC44LTEuMSwwLjQtMS43Yy0wLjEtMC4yLTAuMy0wLjMtMC40LTAuNGwtOC4zLTUKCWMtMC42LTAuNC0xLjQtMC4yLTEuNywwLjRDMTEuNyw3LjUsMTEuNyw3LjcsMTEuNyw3LjlMMTEuNyw3Ljl6IE0xNC4yLDEwLjFsNC43LDIuOGwtNC43LDIuOEMxNC4yLDE1LjcsMTQuMiwxMC4xLDE0LjIsMTAuMXoiLz4KPC9zdmc+Cg==)}.wp-block-social-links .wp-social-link-twitter .wp-block-social-link-anchor{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDM1LjggMjkuMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzUuOCAyOS4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTMyLjgsOWwwLTAuOGwwLDAuMWMwLDAsMCwwLDAsMGwwLjYtMS4ybDAuOC0xLjVsMC41LTFsMC4yLTAuNGMwLjQtMC45LDAuNy0xLjYsMC45LTIuMmwwLTAuMWwwLDAKCWMwLjMtMC43LTAuMi0xLjctMS4yLTEuN2wtMC4yLDBsLTAuMiwwTDM0LDAuM2MtMC4zLDAuMi0wLjYsMC4zLTEsMC40TDMyLjMsMWwtMC42LDAuMmwtMC44LDAuMmwtMSwwLjNsLTAuMi0wLjIKCWMtMi4xLTEuNy00LjktMS45LTcuOS0wLjhsLTAuMywwLjFjLTIuOSwxLjItNC43LDMuOS00LjgsNi45bDAsMC43bC0wLjMsMEMxMiw4LjEsOC4yLDYsNS42LDIuNEM1LjIsMS44LDQuNCwxLjcsMy45LDIuMQoJQzMuNywyLjIsMy42LDIuMywzLjUsMi41TDMuMywyLjhMMy4zLDIuOWMtMS4yLDIuNC0xLjksNS40LTEuNyw4LjVsMCwwLjRjMC41LDMuOCwyLjYsNy4xLDYuNiw5LjVsMC40LDAuM2wtMC4zLDAuMgoJYy0yLjUsMS4zLTQuNywxLjktNy4xLDEuOGMtMS4zLTAuMS0xLjgsMS43LTAuNiwyLjNjNS45LDMuMiwxMi4yLDQuMiwxNy43LDIuNkMyNSwyNi42LDMwLDIxLjYsMzEuOSwxNC43CglDMzIuNSwxMi44LDMyLjcsMTAuOSwzMi44LDl6IE0yOC43LDMuOWMwLjMsMC40LDAuOCwwLjUsMS4zLDAuNGwyLTAuNWwwLjUtMC4xbC0wLjMsMC42bC0xLjQsMi43bC0wLjIsMC4zCgljLTAuMiwwLjQtMC4yLDAuNS0wLjIsMC44djAuMWMwLDItMC4zLDQtMC44LDUuOWMtMS43LDYtNi4xLDEwLjMtMTEuOSwxMmwtMC41LDAuMWMtMy4yLDAuOC02LjksMC42LTEwLjUtMC41bC0wLjctMC4ybDAuNC0wLjEKCWMxLjgtMC42LDMuNy0xLjUsNS43LTIuOWMwLjYtMC40LDAuNy0xLjIsMC4zLTEuN2MtMC4xLTAuMi0wLjMtMC40LTAuNS0wLjVjLTUtMi4yLTcuMy01LjMtNy43LTkuMWwwLTAuNkM0LDksNC4zLDcuMyw0LjgsNS45CglsMC4xLTAuNEw1LDUuNWMzLjMsMy42LDcuOSw1LjYsMTMsNS41YzAuNywwLDEuMi0wLjYsMS4yLTEuMlY4LjFjMC0yLjMsMS40LTQuMiwzLjYtNS4xQzI1LjIsMi4xLDI3LjMsMi40LDI4LjcsMy45eiIvPgo8L3N2Zz4K);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDM1LjggMjkuMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzUuOCAyOS4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTMyLjgsOWwwLTAuOGwwLDAuMWMwLDAsMCwwLDAsMGwwLjYtMS4ybDAuOC0xLjVsMC41LTFsMC4yLTAuNGMwLjQtMC45LDAuNy0xLjYsMC45LTIuMmwwLTAuMWwwLDAKCWMwLjMtMC43LTAuMi0xLjctMS4yLTEuN2wtMC4yLDBsLTAuMiwwTDM0LDAuM2MtMC4zLDAuMi0wLjYsMC4zLTEsMC40TDMyLjMsMWwtMC42LDAuMmwtMC44LDAuMmwtMSwwLjNsLTAuMi0wLjIKCWMtMi4xLTEuNy00LjktMS45LTcuOS0wLjhsLTAuMywwLjFjLTIuOSwxLjItNC43LDMuOS00LjgsNi45bDAsMC43bC0wLjMsMEMxMiw4LjEsOC4yLDYsNS42LDIuNEM1LjIsMS44LDQuNCwxLjcsMy45LDIuMQoJQzMuNywyLjIsMy42LDIuMywzLjUsMi41TDMuMywyLjhMMy4zLDIuOWMtMS4yLDIuNC0xLjksNS40LTEuNyw4LjVsMCwwLjRjMC41LDMuOCwyLjYsNy4xLDYuNiw5LjVsMC40LDAuM2wtMC4zLDAuMgoJYy0yLjUsMS4zLTQuNywxLjktNy4xLDEuOGMtMS4zLTAuMS0xLjgsMS43LTAuNiwyLjNjNS45LDMuMiwxMi4yLDQuMiwxNy43LDIuNkMyNSwyNi42LDMwLDIxLjYsMzEuOSwxNC43CglDMzIuNSwxMi44LDMyLjcsMTAuOSwzMi44LDl6IE0yOC43LDMuOWMwLjMsMC40LDAuOCwwLjUsMS4zLDAuNGwyLTAuNWwwLjUtMC4xbC0wLjMsMC42bC0xLjQsMi43bC0wLjIsMC4zCgljLTAuMiwwLjQtMC4yLDAuNS0wLjIsMC44djAuMWMwLDItMC4zLDQtMC44LDUuOWMtMS43LDYtNi4xLDEwLjMtMTEuOSwxMmwtMC41LDAuMWMtMy4yLDAuOC02LjksMC42LTEwLjUtMC41bC0wLjctMC4ybDAuNC0wLjEKCWMxLjgtMC42LDMuNy0xLjUsNS43LTIuOWMwLjYtMC40LDAuNy0xLjIsMC4zLTEuN2MtMC4xLTAuMi0wLjMtMC40LTAuNS0wLjVjLTUtMi4yLTcuMy01LjMtNy43LTkuMWwwLTAuNkM0LDksNC4zLDcuMyw0LjgsNS45CglsMC4xLTAuNEw1LDUuNWMzLjMsMy42LDcuOSw1LjYsMTMsNS41YzAuNywwLDEuMi0wLjYsMS4yLTEuMlY4LjFjMC0yLjMsMS40LTQuMiwzLjYtNS4xQzI1LjIsMi4xLDI3LjMsMi40LDI4LjcsMy45eiIvPgo8L3N2Zz4K)}.wp-block-social-links .wp-social-link-telegram .wp-block-social-link-anchor{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDMyLjUgMjkuMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIuNSAyOS4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTMwLjgsMC4xYzAuOS0wLjMsMS44LDAuNCwxLjcsMS4zbDAsMC4ybC02LjcsMjYuN2MtMC4yLDAuNy0wLjgsMS4xLTEuNSwwLjljLTAuMiwwLTAuMy0wLjEtMC40LTAuMmwtMC4xLTAuMQoJbC03LjMtNy4zTDEyLjMsMjdjLTAuNCwwLjYtMS4yLDAuNy0xLjcsMC4zYy0wLjItMC4xLTAuMy0wLjMtMC40LTAuNGwtMC4xLTAuMmwtMy4yLTkuNUwwLjcsMTRjLTAuOS0wLjUtMC45LTEuNy0wLjEtMi4ybDAuMi0wLjEKCUMwLjgsMTEuOCwzMC44LDAuMSwzMC44LDAuMXogTTI5LjUsMy4zTDQuMywxMy4xbDQuMSwyLjFjMC4yLDAuMSwwLjQsMC4zLDAuNiwwLjVsMC4xLDAuMmwyLjYsNy43bDIuOS0zLjlsLTAuOS0wLjkKCWMtMC40LTAuNC0wLjUtMS4xLTAuMS0xLjZsMC4xLTAuMWw2LjctNi43YzAuNS0wLjUsMS4zLTAuNSwxLjgsMGMwLjQsMC40LDAuNSwxLjEsMC4xLDEuNmwtMC4xLDAuMWwtNS44LDUuOGw3LjYsNy42TDI5LjUsMy4zeiIvPgo8L3N2Zz4K);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDMyLjUgMjkuMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIuNSAyOS4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTMwLjgsMC4xYzAuOS0wLjMsMS44LDAuNCwxLjcsMS4zbDAsMC4ybC02LjcsMjYuN2MtMC4yLDAuNy0wLjgsMS4xLTEuNSwwLjljLTAuMiwwLTAuMy0wLjEtMC40LTAuMmwtMC4xLTAuMQoJbC03LjMtNy4zTDEyLjMsMjdjLTAuNCwwLjYtMS4yLDAuNy0xLjcsMC4zYy0wLjItMC4xLTAuMy0wLjMtMC40LTAuNGwtMC4xLTAuMmwtMy4yLTkuNUwwLjcsMTRjLTAuOS0wLjUtMC45LTEuNy0wLjEtMi4ybDAuMi0wLjEKCUMwLjgsMTEuOCwzMC44LDAuMSwzMC44LDAuMXogTTI5LjUsMy4zTDQuMywxMy4xbDQuMSwyLjFjMC4yLDAuMSwwLjQsMC4zLDAuNiwwLjVsMC4xLDAuMmwyLjYsNy43bDIuOS0zLjlsLTAuOS0wLjkKCWMtMC40LTAuNC0wLjUtMS4xLTAuMS0xLjZsMC4xLTAuMWw2LjctNi43YzAuNS0wLjUsMS4zLTAuNSwxLjgsMGMwLjQsMC40LDAuNSwxLjEsMC4xLDEuNmwtMC4xLDAuMWwtNS44LDUuOGw3LjYsNy42TDI5LjUsMy4zeiIvPgo8L3N2Zz4K)}aside#moove_gdpr_cookie_info_bar.cookiebar {
  max-height: -moz-max-content;
  max-height: max-content;
  --tw-bg-opacity: 1;
  background-color: rgb(61 74 92 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;font-family:var(--wp--preset--font-family--montserrat);
}aside#moove_gdpr_cookie_info_bar.cookiebar .moove-gdpr-info-bar-container {
  width: 100%;
}aside#moove_gdpr_cookie_info_bar.cookiebar .moove-gdpr-infobar-close-btn .moovegdpr-arrow-close {
  height: 1rem;
  width: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}aside#moove_gdpr_cookie_info_bar.cookiebar .cookiebar__header .moove-gdpr-infobar-close-btn {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}aside#moove_gdpr_cookie_info_bar.cookiebar .cookiebar__logo-container {
  flex-grow: 1;
}aside#moove_gdpr_cookie_info_bar.cookiebar .moove-gdpr-company-logo-holder {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  height: 2rem;
  flex-direction: row;width:calc(100% - 1.5rem);
}aside#moove_gdpr_cookie_info_bar.cookiebar .moove-gdpr-info-bar-content {
  flex-direction: column;
  padding: 0px;
  font-weight: 400;
}aside#moove_gdpr_cookie_info_bar.cookiebar .moove-gdpr-info-bar-content p {
  font-weight: 400;
}aside#moove_gdpr_cookie_info_bar.cookiebar .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
  line-height: 1.25rem;
}aside#moove_gdpr_cookie_info_bar.cookiebar .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p:first-of-type {
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}aside#moove_gdpr_cookie_info_bar.cookiebar .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p:not(p:first-of-type) {
  margin-bottom: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}aside#moove_gdpr_cookie_info_bar.cookiebar .moove-gdpr-info-bar-content .col:first-of-type {
  max-height: 23.75rem;
  overflow-y: auto;
}aside#moove_gdpr_cookie_info_bar.cookiebar .moove-gdpr-info-bar-content .col:not(.col:first-of-type) {
  width: 100%;
}@media (min-width: 960px) {

  aside#moove_gdpr_cookie_info_bar.cookiebar .moove-gdpr-info-bar-content .col:not(.col:first-of-type) {
    width: auto;
  }
}aside#moove_gdpr_cookie_info_bar.cookiebar .moove-gdpr-info-bar-content .col:not(.col:first-of-type) .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn {
  display: none;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+aside#moove_gdpr_cookie_info_bar.cookiebar .moove-gdpr-info-bar-content .col:not(.col:first-of-type) .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn)) {
    margin-bottom: 0px;
  }
}aside#moove_gdpr_cookie_info_bar.cookiebar .moove-gdpr-info-bar-content .col:not(.col:first-of-type) .moove-gdpr-button-holder {
  display: flex;
  flex-direction: column;
  padding: 0px;
}aside#moove_gdpr_cookie_info_bar.cookiebar .moove-gdpr-info-bar-content .col:not(.col:first-of-type) .moove-gdpr-button-holder p:first-of-type {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}aside#moove_gdpr_cookie_info_bar.cookiebar .moove-gdpr-info-bar-content .col:not(.col:first-of-type) .moove-gdpr-button-holder .mgbutton {
  margin: 0px;
  height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}aside#moove_gdpr_cookie_info_bar.cookiebar .moove-gdpr-info-bar-content .col:not(.col:first-of-type) .moove-gdpr-button-holder .mgbutton:first-of-type {
  margin-bottom: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(61 74 92 / var(--tw-text-opacity, 1));
}@media screen and (min-width: 960px){aside#moove_gdpr_cookie_info_bar.cookiebar {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }aside#moove_gdpr_cookie_info_bar.cookiebar .moove-gdpr-info-bar-container .moove-gdpr-company-logo-holder {
    margin-top: -1.5rem;
  }aside#moove_gdpr_cookie_info_bar.cookiebar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }aside#moove_gdpr_cookie_info_bar.cookiebar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
    margin-right: 6.75rem;
  }aside#moove_gdpr_cookie_info_bar.cookiebar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p:first-of-type {
    margin-top: 0.5rem;
  }aside#moove_gdpr_cookie_info_bar.cookiebar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p:not(p:first-of-type) {
    margin-bottom: 0px;
  }aside#moove_gdpr_cookie_info_bar.cookiebar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .col:not(.col:first-of-type) .moove-gdpr-button-holder {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }aside#moove_gdpr_cookie_info_bar.cookiebar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .col:not(.col:first-of-type) .moove-gdpr-button-holder .mgbutton {
    height: 3rem;
    width: 19.5rem;
  }}div.gdpr_lightbox {
  background-color: rgba(216, 216, 216, 0);
  transition-property: none;
}div.gdpr_lightbox .gdpr_lightbox-container {
  position: absolute;
  bottom: 0px;
  left: 0px;
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content {
  transition-property: none;
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));font-family:var(--wp--preset--font-family--montserrat);
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
  margin: 0px;
  max-height: -moz-max-content;
  max-height: max-content;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  --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));
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(61 74 92 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .main-modal-content .moove-gdpr-tab-content #strict-necessary-cookies,div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .main-modal-content .moove-gdpr-tab-content #third_party_cookies,div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .main-modal-content .moove-gdpr-tab-content #advanced-cookies {
  margin-bottom: 1.5rem;
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .main-modal-content .moove-gdpr-tab-content #strict-necessary-cookies .moove-gdpr-tab-main-content,div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .main-modal-content .moove-gdpr-tab-content #third_party_cookies .moove-gdpr-tab-main-content,div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .main-modal-content .moove-gdpr-tab-content #advanced-cookies .moove-gdpr-tab-main-content {
  flex-direction: row;
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main-content {
  display: flex;
  padding: 0px;
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main-content .mgbuttons {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main-content .mgbuttons .mgbutton {
  height: 3rem;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main-content .mgbuttons .moove-gdpr-modal-reject-all {
  margin-bottom: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main-content .mgbuttons .moove-gdpr-modal-allow-all {
  margin: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(61 74 92 / var(--tw-text-opacity, 1));
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main-content p {
  margin: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main-content .moove-gdpr-status-bar {
  margin: 0px;
  margin-left: 1.5rem;
  display: flex;
  width: 3rem;
  flex-direction: column;
  justify-content: center;
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-fieldset {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-fieldset .cookie-switch {
  width: 3rem;
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-fieldset .cookie-switch .cookie-slider {
  height: 2rem;
  width: 3rem;
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-fieldset .cookie-switch .cookie-slider::before {
  height: 1.75rem;
  width: 1.75rem;
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
  height: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(61 74 92 / var(--tw-bg-opacity, 1));
  padding: 0px;
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-header {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-header .moove-gdpr-infobar-close-btn {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-header .moove-gdpr-infobar-close-btn .moovegdpr-arrow-close {
  display: block;
  height: 1rem;
  width: 1rem;
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-header .moove-gdpr-infobar-close-btn .moovegdpr-arrow-close::after,div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-header .moove-gdpr-infobar-close-btn .moovegdpr-arrow-close::before{height:18px}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-company-logo-holder {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  height: 2rem;
  flex-direction: row;width:calc(100% - 1.5rem);
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content {
  position: static;
  height: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(61 74 92 / var(--tw-bg-opacity, 1));
  padding: 0px;
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .tab-title {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-title {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-title .tab-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content::before {
  --tw-content: none;
  content: var(--tw-content);
}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-save-settings {
  margin: 0px;
  height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(61 74 92 / var(--tw-text-opacity, 1));
}@media screen and (min-width: 960px){div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
    position: absolute;
    bottom: 0px;
    width: 100vw;
    max-width: none;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-company-logo-holder {
    margin-top: -1.5rem;
  }div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-title {
    margin-top: 3.5rem;
    margin-bottom: 0.5rem;
  }div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content #privacy_overview {
    margin-bottom: 3rem;
  }div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content #privacy_overview .moove-gdpr-tab-main-content {
    justify-content: space-between;
  }div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content #strict-necessary-cookies .moove-gdpr-tab-main-content,div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content #third_party_cookies .moove-gdpr-tab-main-content,div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content #advanced-cookies .moove-gdpr-tab-main-content {
    min-height: 2.25rem;
  }div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content #strict-necessary-cookies .moove-gdpr-tab-main-content p,div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content #third_party_cookies .moove-gdpr-tab-main-content p,div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content #advanced-cookies .moove-gdpr-tab-main-content p {
    width: 80%;
  }div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content #strict-necessary-cookies .moove-gdpr-tab-main-content .moove-gdpr-status-bar,div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content #third_party_cookies .moove-gdpr-tab-main-content .moove-gdpr-status-bar,div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content #advanced-cookies .moove-gdpr-tab-main-content .moove-gdpr-status-bar{width:12.25rem}div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content #strict-necessary-cookies .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-fieldset,div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content #third_party_cookies .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-fieldset,div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content #advanced-cookies .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-fieldset {
    justify-content: center;
  }div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main-content {
    flex-direction: row;
  }div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main-content .mgbuttons {
    margin: 0px;
    margin-left: 3rem;
    flex-direction: row;
    align-items: flex-end;
  }div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main-content .mgbuttons .mgbutton {
    height: 3rem;width:12.25rem;
  }div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main-content .mgbuttons .moove-gdpr-modal-reject-all {
    margin: 0px;
    margin-right: 1.5rem;
  }div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content {
    justify-content: flex-end;
  }div.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-modal-save-settings {
    height: 3rem;width:12.25rem;
  }}@media(min-width: 768px)and (max-width: 960px){#strict-necessary-cookies .moove-gdpr-tab-main-content p,#third_party_cookies .moove-gdpr-tab-main-content p,#advanced-cookies .moove-gdpr-tab-main-content p {
    width: 83.333333%;
  }}.box-enroll-modal,.box-edit-billing-field-modal,.box-update-consensi-modal,.box-update-consensi-modal-sostenitore{background-color:rgba(0,0,0,.2);position: fixed;top: 0px;left: 0px;z-index: 999;display: flex;height: 100vh;width: 100vw;align-items: center;justify-content: center}.box-enroll-modal.box-enroll-modal__hidden,.box-edit-billing-field-modal.box-enroll-modal__hidden,.box-update-consensi-modal.box-enroll-modal__hidden,.box-update-consensi-modal-sostenitore.box-enroll-modal__hidden {
  display: none;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-enroll-modal.box-enroll-modal__hidden)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-edit-billing-field-modal.box-enroll-modal__hidden)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-update-consensi-modal.box-enroll-modal__hidden)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-update-consensi-modal-sostenitore.box-enroll-modal__hidden)) {
    margin-bottom: 0px;
  }
}.box-enroll-modal__inner-area,.box-edit-billing-field-modal__inner-area,.box-update-consensi-modal__inner-area,.box-update-consensi-modal-sostenitore__inner-area {
  position: relative;
  margin: 1.25rem;
  display: flex;
  max-height: 90vh;
  width: 100%;
  max-width: 540px;
  flex-direction: column;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.box-enroll-modal__title-tag,.box-edit-billing-field-modal__title-tag,.box-update-consensi-modal__title-tag,.box-update-consensi-modal-sostenitore__title-tag {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}.box-enroll-modal__description-container,.box-edit-billing-field-modal__description-container,.box-update-consensi-modal__description-container,.box-update-consensi-modal-sostenitore__description-container {
  margin-top: 0.5rem;
}.box-enroll-modal__description-tag,.box-edit-billing-field-modal__description-tag,.box-update-consensi-modal__description-tag,.box-update-consensi-modal-sostenitore__description-tag {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}.box-enroll-modal__form-container,.box-edit-billing-field-modal__form-container,.box-update-consensi-modal__form-container,.box-update-consensi-modal-sostenitore__form-container {
  margin-top: 1rem;
  overflow-y: scroll;scrollbar-width:none;
}.box-enroll-modal__form-container::-webkit-scrollbar,.box-edit-billing-field-modal__form-container::-webkit-scrollbar,.box-update-consensi-modal__form-container::-webkit-scrollbar,.box-update-consensi-modal-sostenitore__form-container::-webkit-scrollbar {
  display: none;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-enroll-modal__form-container))::-webkit-scrollbar,.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-edit-billing-field-modal__form-container))::-webkit-scrollbar,.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-update-consensi-modal__form-container))::-webkit-scrollbar,.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-update-consensi-modal-sostenitore__form-container))::-webkit-scrollbar {
    margin-bottom: 0px;
  }
}.box-enroll-modal__form-container .text-line,.box-enroll-modal__form-container tr.radio th,.box-enroll-modal__form-container tr.checkbox th,.box-edit-billing-field-modal__form-container .text-line,.box-edit-billing-field-modal__form-container tr.radio th,.box-edit-billing-field-modal__form-container tr.checkbox th,.box-update-consensi-modal__form-container .text-line,.box-update-consensi-modal__form-container tr.radio th,.box-update-consensi-modal__form-container tr.checkbox th,.box-update-consensi-modal-sostenitore__form-container .text-line,.box-update-consensi-modal-sostenitore__form-container tr.radio th,.box-update-consensi-modal-sostenitore__form-container tr.checkbox th {
  display: none;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-enroll-modal__form-container .text-line)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-enroll-modal__form-container tr.radio th)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-enroll-modal__form-container tr.checkbox th)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-edit-billing-field-modal__form-container .text-line)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-edit-billing-field-modal__form-container tr.radio th)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-edit-billing-field-modal__form-container tr.checkbox th)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-update-consensi-modal__form-container .text-line)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-update-consensi-modal__form-container tr.radio th)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-update-consensi-modal__form-container tr.checkbox th)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-update-consensi-modal-sostenitore__form-container .text-line)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-update-consensi-modal-sostenitore__form-container tr.radio th)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-update-consensi-modal-sostenitore__form-container tr.checkbox th)) {
    margin-bottom: 0px;
  }
}.box-enroll-modal__form-container tr.checkbox label,.box-enroll-modal__form-container label:has(input[type=checkbox]),.box-edit-billing-field-modal__form-container tr.checkbox label,.box-edit-billing-field-modal__form-container label:has(input[type=checkbox]),.box-update-consensi-modal__form-container tr.checkbox label,.box-update-consensi-modal__form-container label:has(input[type=checkbox]),.box-update-consensi-modal-sostenitore__form-container tr.checkbox label,.box-update-consensi-modal-sostenitore__form-container label:has(input[type=checkbox]) {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}.box-enroll-modal__form-container tr.checkbox label input,.box-enroll-modal__form-container label:has(input[type=checkbox]) input,.box-edit-billing-field-modal__form-container tr.checkbox label input,.box-edit-billing-field-modal__form-container label:has(input[type=checkbox]) input,.box-update-consensi-modal__form-container tr.checkbox label input,.box-update-consensi-modal__form-container label:has(input[type=checkbox]) input,.box-update-consensi-modal-sostenitore__form-container tr.checkbox label input,.box-update-consensi-modal-sostenitore__form-container label:has(input[type=checkbox]) input {
  flex-shrink: 0;
}.box-enroll-modal__form-container a,.box-edit-billing-field-modal__form-container a,.box-update-consensi-modal__form-container a,.box-update-consensi-modal-sostenitore__form-container a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity, 1));
}.box-enroll-modal__spinner,.box-edit-billing-field-modal__spinner,.box-update-consensi-modal__spinner,.box-update-consensi-modal-sostenitore__spinner {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-enroll-modal__spinner)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-edit-billing-field-modal__spinner)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-update-consensi-modal__spinner)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-update-consensi-modal-sostenitore__spinner)) {
    margin-bottom: 0px;
  }
}.box-enroll-modal__spinner,.box-edit-billing-field-modal__spinner,.box-update-consensi-modal__spinner,.box-update-consensi-modal-sostenitore__spinner{background-color:hsla(0,0%,100%,.5)}.box-enroll-modal__spinner.blockUI.blockOverlay,.box-edit-billing-field-modal__spinner.blockUI.blockOverlay,.box-update-consensi-modal__spinner.blockUI.blockOverlay,.box-update-consensi-modal-sostenitore__spinner.blockUI.blockOverlay {
  position: absolute;
}.box-enroll-modal__spinner-active .box-enroll-modal__spinner,.box-enroll-modal__spinner-active .box-update-consensi-modal__spinner,.box-enroll-modal__spinner-active .box-update-consensi-modal-sostenitore__spinner,.box-edit-billing-field-modal__spinner-active .box-enroll-modal__spinner,.box-edit-billing-field-modal__spinner-active .box-update-consensi-modal__spinner,.box-edit-billing-field-modal__spinner-active .box-update-consensi-modal-sostenitore__spinner,.box-update-consensi-modal__spinner-active .box-enroll-modal__spinner,.box-update-consensi-modal__spinner-active .box-update-consensi-modal__spinner,.box-update-consensi-modal__spinner-active .box-update-consensi-modal-sostenitore__spinner,.box-update-consensi-modal-sostenitore__spinner-active .box-enroll-modal__spinner,.box-update-consensi-modal-sostenitore__spinner-active .box-update-consensi-modal__spinner,.box-update-consensi-modal-sostenitore__spinner-active .box-update-consensi-modal-sostenitore__spinner {
  display: flex;
}.box-enroll-modal__close-button-container,.box-edit-billing-field-modal__close-button-container,.box-update-consensi-modal__close-button-container,.box-update-consensi-modal-sostenitore__close-button-container {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}.box-enroll-modal__close-button-tag,.box-edit-billing-field-modal__close-button-tag,.box-update-consensi-modal__close-button-tag,.box-update-consensi-modal-sostenitore__close-button-tag {
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity, 1));
}.box-enroll-modal__close-button-tag:hover,.box-edit-billing-field-modal__close-button-tag:hover,.box-update-consensi-modal__close-button-tag:hover,.box-update-consensi-modal-sostenitore__close-button-tag:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 110 253 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.box-enroll-modal__submit-button-tag,.box-edit-billing-field-modal__submit-button-tag,.box-update-consensi-modal__submit-button-tag,.box-update-consensi-modal-sostenitore__submit-button-tag {
  margin-left: 1rem;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(13 110 253 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.box-enroll-modal__submit-button-tag:hover,.box-edit-billing-field-modal__submit-button-tag:hover,.box-update-consensi-modal__submit-button-tag:hover,.box-update-consensi-modal-sostenitore__submit-button-tag:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 92 213 / var(--tw-bg-opacity, 1));
}.box-enroll-modal__type-registration-field label,.box-enroll-modal__consenso-comunicazione-osservatori-finalita-2-field label,.box-enroll-modal__consenso-cessione-dati-ps-finalita-4-field label,.box-enroll-modal__consenso-profilazione-finalita-6-field label,.box-edit-billing-field-modal__type-registration-field label,.box-edit-billing-field-modal__consenso-comunicazione-osservatori-finalita-2-field label,.box-edit-billing-field-modal__consenso-cessione-dati-ps-finalita-4-field label,.box-edit-billing-field-modal__consenso-profilazione-finalita-6-field label,.box-update-consensi-modal__type-registration-field label,.box-update-consensi-modal__consenso-comunicazione-osservatori-finalita-2-field label,.box-update-consensi-modal__consenso-cessione-dati-ps-finalita-4-field label,.box-update-consensi-modal__consenso-profilazione-finalita-6-field label,.box-update-consensi-modal-sostenitore__type-registration-field label,.box-update-consensi-modal-sostenitore__consenso-comunicazione-osservatori-finalita-2-field label,.box-update-consensi-modal-sostenitore__consenso-cessione-dati-ps-finalita-4-field label,.box-update-consensi-modal-sostenitore__consenso-profilazione-finalita-6-field label {
  margin-bottom: 0.75rem;
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  font-size: 0.875rem;
}.box-enroll-modal__type-registration-field input[type=radio],.box-enroll-modal__consenso-comunicazione-osservatori-finalita-2-field input[type=radio],.box-enroll-modal__consenso-cessione-dati-ps-finalita-4-field input[type=radio],.box-enroll-modal__consenso-profilazione-finalita-6-field input[type=radio],.box-edit-billing-field-modal__type-registration-field input[type=radio],.box-edit-billing-field-modal__consenso-comunicazione-osservatori-finalita-2-field input[type=radio],.box-edit-billing-field-modal__consenso-cessione-dati-ps-finalita-4-field input[type=radio],.box-edit-billing-field-modal__consenso-profilazione-finalita-6-field input[type=radio],.box-update-consensi-modal__type-registration-field input[type=radio],.box-update-consensi-modal__consenso-comunicazione-osservatori-finalita-2-field input[type=radio],.box-update-consensi-modal__consenso-cessione-dati-ps-finalita-4-field input[type=radio],.box-update-consensi-modal__consenso-profilazione-finalita-6-field input[type=radio],.box-update-consensi-modal-sostenitore__type-registration-field input[type=radio],.box-update-consensi-modal-sostenitore__consenso-comunicazione-osservatori-finalita-2-field input[type=radio],.box-update-consensi-modal-sostenitore__consenso-cessione-dati-ps-finalita-4-field input[type=radio],.box-update-consensi-modal-sostenitore__consenso-profilazione-finalita-6-field input[type=radio] {
  margin-right: 1rem;
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
}.box-enroll-modal__consenso-comunicazione-osservatori-finalita-2-desc,.box-enroll-modal__consenso-cessione-dati-ps-finalita-4-desc,.box-enroll-modal__consenso-profilazione-finalita-6-desc,.box-enroll-modal__desc,.box-edit-billing-field-modal__consenso-comunicazione-osservatori-finalita-2-desc,.box-edit-billing-field-modal__consenso-cessione-dati-ps-finalita-4-desc,.box-edit-billing-field-modal__consenso-profilazione-finalita-6-desc,.box-edit-billing-field-modal__desc,.box-update-consensi-modal__consenso-comunicazione-osservatori-finalita-2-desc,.box-update-consensi-modal__consenso-cessione-dati-ps-finalita-4-desc,.box-update-consensi-modal__consenso-profilazione-finalita-6-desc,.box-update-consensi-modal__desc,.box-update-consensi-modal-sostenitore__consenso-comunicazione-osservatori-finalita-2-desc,.box-update-consensi-modal-sostenitore__consenso-cessione-dati-ps-finalita-4-desc,.box-update-consensi-modal-sostenitore__consenso-profilazione-finalita-6-desc,.box-update-consensi-modal-sostenitore__desc {
  margin-bottom: 1rem;
  font-size: 0.875rem;
}.box-enroll-modal__sorgente-iscrizione-field,.box-edit-billing-field-modal__sorgente-iscrizione-field,.box-update-consensi-modal__sorgente-iscrizione-field,.box-update-consensi-modal-sostenitore__sorgente-iscrizione-field {
  display: none;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-enroll-modal__sorgente-iscrizione-field)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-edit-billing-field-modal__sorgente-iscrizione-field)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-update-consensi-modal__sorgente-iscrizione-field)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-update-consensi-modal-sostenitore__sorgente-iscrizione-field)) {
    margin-bottom: 0px;
  }
}.box-enroll-modal__error-message-container,.box-edit-billing-field-modal__error-message-container,.box-update-consensi-modal__error-message-container,.box-update-consensi-modal-sostenitore__error-message-container {
  display: none;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(220 53 69 / var(--tw-text-opacity, 1));
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-enroll-modal__error-message-container)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-edit-billing-field-modal__error-message-container)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-update-consensi-modal__error-message-container)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-update-consensi-modal-sostenitore__error-message-container)) {
    margin-bottom: 0px;
  }
}.box-enroll-modal__error-message-container.error-showed,.box-edit-billing-field-modal__error-message-container.error-showed,.box-update-consensi-modal__error-message-container.error-showed,.box-update-consensi-modal-sostenitore__error-message-container.error-showed {
  display: block;
}.box-enroll-modal .pdb-signup,.box-edit-billing-field-modal .pdb-signup,.box-update-consensi-modal .pdb-signup,.box-update-consensi-modal-sostenitore .pdb-signup {
  width: 100%;
}.heart-background {
  opacity: 0;
}.favorite-btn:hover {
  cursor: pointer;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
}.favorite-btn .heart-background {
  opacity: 0;
}.favorite-btn-full {
  --tw-text-opacity: 1;
  color: rgb(220 53 69 / var(--tw-text-opacity, 1));
}.favorite-btn-full:hover {
  cursor: pointer;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
}.favorite-btn-full .heart-background {
  --tw-bg-opacity: 1;
  background-color: rgb(220 53 69 / var(--tw-bg-opacity, 1));
  opacity: 1;
}.favorite-btn-full i,.favorite-btn-full svg {
  display: none !important;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.favorite-btn-full i)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.favorite-btn-full svg)) {
    margin-bottom: 0px;
  }
}.favorite-btn-full::after{content:"";background-image:url(https://static.aws.osservatori.net/icons/Icon_heart-full.svg);display: block;height: 1.5rem;width: 1.5rem;background-size: contain;background-repeat: no-repeat}.favorite-btn-full.card-prodotto__image-container__overlay::after {
  height: 1.25rem;
  width: 1.25rem;
}.woocommerce.single-product .product__card-image .favorite-btn.icon {
  --tw-bg-opacity: 0.5;
}.woocommerce.single-product .product__card-image .favorite-btn.icon:hover {
  --tw-bg-opacity: 0.5 !important;
}.extra-title-box-contatti-assistenza {
  margin-left: auto;
  margin-right: auto;
  max-width: 56.25rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity, 1));
}@media (min-width: 1440px) {

  .extra-title-box-contatti-assistenza {
    padding-bottom: 2.5rem;
  }
}.box-contatti-assistenza {
  margin-bottom: 3rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}@media (min-width: 720px) {

  .box-contatti-assistenza {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}@media (min-width: 960px) {

  .box-contatti-assistenza {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}@media (min-width: 1140px) {

  .box-contatti-assistenza {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}@media (min-width: 1440px) {

  .box-contatti-assistenza {
    padding: 2.5rem;
  }
}.box-contatti-assistenza__container {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 251 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}@media (min-width: 960px) {

  .box-contatti-assistenza__container {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}.box-contatti-assistenza__container .box-contatti-assistenza {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 56.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.box-contatti-assistenza__card-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}.box-contatti-assistenza__people-section {
  display: flex;
  flex-direction: column;
}@media (min-width: 720px) {

  .box-contatti-assistenza__people-section {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }
}.box-contatti-assistenza__person-div {
  display: grid;
  padding-top: 2rem;
}@media (min-width: 1140px) {

  .box-contatti-assistenza__person-div {
    padding-top: 3.5rem;
  }
}@media (min-width: 1440px) {

  .box-contatti-assistenza__person-div {
    padding-top: 2.5rem;
  }
}.box-contatti-assistenza__person-div{grid-template-areas:"person-separator" "person-image" "person-fullname" "person-jobtitle" "person-telephone" "person-email" "person-orario"}@media(min-width: 720px){.box-contatti-assistenza__person-div{width:calc(50% - 1.75rem);grid-template-columns:4.7rem;grid-template-rows:1.25rem 1.25rem;grid-template-areas:"person-image person-telephone" "person-image person-email" "person-fullname person-fullname" "person-jobtitle person-jobtitle" "person-orario person-orario"}}@media(min-width: 960px){.box-contatti-assistenza__person-div{width:100%;grid-template-columns:4.7rem repeat(3, minmax(0, 1fr));grid-template-areas:"person-separator person-separator person-separator person-separator" "person-image person-fullname person-fullname person-telephone" "person-image person-jobtitle person-jobtitle person-email" "person-image person-orario person-orario person-orario"}}@media(min-width: 1140px){.box-contatti-assistenza__person-div{width:calc(50% - 1.75rem);grid-template-columns:4.7rem;grid-template-areas:"person-image person-telephone" "person-image person-email" "person-fullname person-fullname" "person-jobtitle person-jobtitle" "person-orario person-orario"}}.box-contatti-assistenza__person-div::before{content:"";grid-area:person-separator;border-top:1px solid var(--wp--preset--color--black-300);width:calc(100% + 2rem);display:block;position:relative;top:-1rem;left:-1rem}@media(min-width: 720px){.box-contatti-assistenza__person-div::before{content:none}}@media(min-width: 960px){.box-contatti-assistenza__person-div::before{content:"";width:calc(100% + 1rem);top:-0.5rem;left:-0.5rem}}@media(min-width: 1140px){.box-contatti-assistenza__person-div::before{content:none;width:calc(100% + 2rem);top:-1rem;left:-1rem}}.box-contatti-assistenza__person-div:first-child::before{content:none}.box-contatti-assistenza__image-section{grid-area:person-image;margin-bottom: 0.5rem;height: 3rem;width: 3rem;overflow: hidden;border-radius: 9999px}@media (min-width: 720px) {

  .box-contatti-assistenza__image-section {
    margin-bottom: 0px;
    height: 3.5rem;
    width: 3.5rem;
  }
}.box-contatti-assistenza__image-section>.person-image__placeholder {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;color:var(--wp--preset--color--natural-white);background-color:var(--wp--preset--color--blue-500);
}.box-contatti-assistenza__image-section img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.box-contatti-assistenza__person-fullname{grid-area:person-fullname;color:var(--wp--preset--color--black-800);font-size: 0.875rem;font-weight: 500;line-height: 1.3}@media (min-width: 720px) {

  .box-contatti-assistenza__person-fullname {
    margin-top: 2.25rem;
  }
}@media (min-width: 960px) {

  .box-contatti-assistenza__person-fullname {
    margin-top: 0.5rem;
  }
}@media (min-width: 1140px) {

  .box-contatti-assistenza__person-fullname {
    margin-top: 2.25rem;
  }
}.box-contatti-assistenza__person-jobtitle{color:var(--wp--preset--color--black-500);grid-area:person-jobtitle;margin-top: 0.5rem;display: block;font-size: 0.875rem;font-weight: 400;line-height: 1.3}@media (min-width: 720px) {

  .box-contatti-assistenza__person-jobtitle {
    margin-top: 0px;
  }
}@media (min-width: 960px) {

  .box-contatti-assistenza__person-jobtitle {
    margin-top: 0.5rem;
  }
}@media (min-width: 1140px) {

  .box-contatti-assistenza__person-jobtitle {
    margin-top: 0px;
  }
}.box-contatti-assistenza__person-orario-assistenza{color:var(--wp--preset--color--black-500);grid-area:person-orario;min-height:1.25rem;margin-top: 0.5rem;font-size: 0.875rem;font-weight: 400;line-height: 1.3}@media (min-width: 720px) {

  .box-contatti-assistenza__person-orario-assistenza {
    margin-top: 1rem;
  }
}@media (min-width: 960px) {

  .box-contatti-assistenza__person-orario-assistenza {
    margin-top: 1.5rem;
  }
}.box-contatti-assistenza__icon-telephone-div{grid-area:person-telephone}.box-contatti-assistenza__icon-email-div{grid-area:person-email}.box-contatti-assistenza__icon-telephone-div,.box-contatti-assistenza__icon-email-div {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}@media (min-width: 720px) {

  .box-contatti-assistenza__icon-telephone-div,.box-contatti-assistenza__icon-email-div {
    margin-top: 1rem;
    align-items: flex-start;
  }
}@media (min-width: 960px) {

  .box-contatti-assistenza__icon-telephone-div,.box-contatti-assistenza__icon-email-div {
    align-items: center;
  }
}@media (min-width: 1140px) {

  .box-contatti-assistenza__icon-telephone-div,.box-contatti-assistenza__icon-email-div {
    align-items: flex-start;
  }
}.box-contatti-assistenza__icon-telephone-img svg,.box-contatti-assistenza__icon-email-img svg,.box-contatti-assistenza__icon-telephone-img i,.box-contatti-assistenza__icon-email-img i {
  margin-right: 0.5rem;
  height: auto;
  width: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}@media (min-width: 720px) {

  .box-contatti-assistenza__icon-telephone-img svg,.box-contatti-assistenza__icon-email-img svg,.box-contatti-assistenza__icon-telephone-img i,.box-contatti-assistenza__icon-email-img i {
    width: 1rem;
  }
}.box-contatti-assistenza__icon-telephone-text,.box-contatti-assistenza__icon-email-text{overflow-wrap:anywhere;display: block;white-space: break-spaces;font-size: 0.875rem;font-weight: 400;line-height: 1.3}.button-box-contatti-assistenza {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(13 110 253 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}@media (min-width: 540px) {

  .button-box-contatti-assistenza {
    width: auto;
  }
}@media (min-width: 1440px) {

  .button-box-contatti-assistenza {
    margin-top: 2.5rem;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}.box-a-cura-di {
  margin-top: 3rem;
  margin-bottom: 3rem;
}.box-a-cura-di__section-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}.box-a-cura-di__inner-section {
  margin-top: 1.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
}@media (min-width: 720px) {

  .box-a-cura-di__inner-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}.box-a-cura-di__top-section {
  display: grid;grid-template-columns:4.5rem auto 1.25rem;grid-template-areas:"person-image person-maindetails person-chevron" "person-image person-maindetails person-chevron" "person-tel person-tel person-tel" "person-email person-email person-email" "person-otherdetails person-otherdetails person-otherdetails";
}@media(min-width: 720px){.box-a-cura-di__top-section{grid-template-columns:6rem auto 1.25rem;grid-template-areas:"person-image person-maindetails person-chevron" "person-image person-tel person-chevron" "person-image person-email person-chevron" "person-otherdetails person-otherdetails person-chevron"}}.box-a-cura-di__person-div {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.box-a-cura-di__person-div::after{content:"";border-bottom:1px solid var(--wp--preset--color--black-300);width:calc(100% + 2rem);display:block;position:relative;bottom:-1.6rem;left:-1rem}@media(min-width: 720px){.box-a-cura-di__person-div::after{width:calc(100% - 1px);left:0}}.box-a-cura-di__person-div:last-child::after{content:none}.box-a-cura-di__image-section {
  margin-right: 1rem;
  height: 3.5rem;
  width: 3.5rem;
  overflow: hidden;
  border-radius: 9999px;
}@media (min-width: 720px) {

  .box-a-cura-di__image-section {
    height: 5rem;
    width: 5rem;
  }
}.box-a-cura-di__image-section{min-width:3.5rem;grid-area:person-image}@media(min-width: 720px){.box-a-cura-di__image-section{min-width:5rem}}.box-a-cura-di__image-section>.person-image__placeholder {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
}@media (min-width: 720px) {

  .box-a-cura-di__image-section>.person-image__placeholder {
    font-size: 1rem;
  }
}.box-a-cura-di__image-section>.person-image__placeholder{color:var(--wp--preset--color--natural-white);background-color:var(--wp--preset--color--blue-500)}.box-a-cura-di__image-section img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.box-a-cura-di__main-details-section {
  align-self: center;
  padding-right: 1rem;
}@media (min-width: 720px) {

  .box-a-cura-di__main-details-section {
    align-self: flex-end;
  }
}.box-a-cura-di__main-details-section{grid-area:person-maindetails}@media (min-width: 720px) {

  .box-a-cura-di__main-details-section-fullrow {
    grid-row: span 2 / span 2;
    align-self: center;
  }
}.box-a-cura-di__person-fullname {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;color:var(--wp--preset--color--black-800);
}.box-a-cura-di__person-jobtitle {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
}@media (min-width: 720px) {

  .box-a-cura-di__person-jobtitle {
    padding-top: 0.25rem;
  }
}.box-a-cura-di__person-jobtitle{color:var(--wp--preset--color--black-800)}.box-a-cura-di__chevron-section {
  margin-left: auto;
  cursor: pointer;grid-area:person-chevron;
}.box-a-cura-di__chevron-section-active svg{transform:rotate(180deg);transition:transform .3s ease-in-out}.box-a-cura-di__bottom-section {
  margin-top: 1.5rem;
  display: none;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-a-cura-di__bottom-section)) {
    margin-bottom: 0px;
  }

  .box-a-cura-di__bottom-section {
    margin-top: 1rem;
  }
}.box-a-cura-di__bottom-section{grid-area:person-otherdetails}@media(min-width: 720px){.box-a-cura-di__bottom-section {
    grid-column-start: 2;
  }}.box-a-cura-di__bottom-section-show{display:block}.box-a-cura-di__phone-section,.box-a-cura-di__email-section {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}.box-a-cura-di__icon-email-div,.box-a-cura-di__icon-phone-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: flex-start;
  padding-top: 1.5rem;
}@media (min-width: 720px) {

  .box-a-cura-di__icon-email-div,.box-a-cura-di__icon-phone-div {
    padding-top: 0.25rem;
    margin-top: 0px;
  }
}.box-a-cura-di__icon-email-div,.box-a-cura-di__icon-phone-div{grid-area:person-email}.box-a-cura-di__icon-phone-div{grid-area:person-tel}.box-a-cura-di__icon-phone-img svg,.box-a-cura-di__icon-email-img svg,.box-a-cura-di__icon-phone-img i,.box-a-cura-di__icon-email-img i {
  margin-right: 0.5rem;
  height: auto;
  width: 1rem;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}.box-a-cura-di__icon-phone-text,.box-a-cura-di__icon-email-text,.box-a-cura-di__bio-text {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;color:var(--wp--preset--color--black-800);
}.box-a-cura-di__load-more-button {
  margin-top: 1.5rem;
  width: 100%;
}@media (min-width: 960px) {

  .box-a-cura-di__load-more-button {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
}.box-gli-autori {
  margin-top: 3rem;
  margin-bottom: 3rem;
}.box-gli-autori__section-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}.box-gli-autori__inner-section {
  margin-top: 1.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
}@media (min-width: 720px) {

  .box-gli-autori__inner-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}.box-gli-autori__top-section {
  display: grid;grid-template-columns:5.5rem auto;grid-template-areas:"person-image person-maindetails" "person-email person-email";
}@media(min-width: 720px){.box-gli-autori__top-section{grid-template-columns:6.875rem auto;grid-template-areas:"person-image person-maindetails" "person-image person-email"}}.box-gli-autori__person-div {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.box-gli-autori__person-div::after{content:"";border-bottom:1px solid var(--wp--preset--color--black-300);width:calc(100% + 2rem);display:block;position:relative;bottom:-1.6rem;left:-1rem}@media(min-width: 720px){.box-gli-autori__person-div::after{width:calc(100% - 1px);left:0}}.box-gli-autori__person-div:last-child::after{content:none}.box-gli-autori__image-section {
  height: 4.5rem;
  width: 4.5rem;
  overflow: hidden;
  border-radius: 9999px;
}@media (min-width: 720px) {

  .box-gli-autori__image-section {
    height: 5rem;
    width: 5rem;
  }
}.box-gli-autori__image-section{min-width:4.5rem;grid-area:person-image}@media(min-width: 720px){.box-gli-autori__image-section{min-width:5rem}}.box-gli-autori__image-section>.person-image__placeholder {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
}@media (min-width: 720px) {

  .box-gli-autori__image-section>.person-image__placeholder {
    font-size: 1rem;
  }
}.box-gli-autori__image-section>.person-image__placeholder{color:var(--wp--preset--color--natural-white);background-color:var(--wp--preset--color--blue-500)}.box-gli-autori__image-section img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.box-gli-autori__main-details-section {
  align-self: center;
}@media (min-width: 720px) {

  .box-gli-autori__main-details-section {
    align-self: flex-end;
  }
}.box-gli-autori__main-details-section{grid-area:person-maindetails}@media (min-width: 720px) {

  .box-gli-autori__main-details-section-fullrow {
    grid-row: span 2 / span 2;
    align-self: center;
  }
}.box-gli-autori__person-fullname {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;color:var(--wp--preset--color--black-800);
}.box-gli-autori__person-jobtitle {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
}@media (min-width: 720px) {

  .box-gli-autori__person-jobtitle {
    padding-top: 0.25rem;
  }
}.box-gli-autori__person-jobtitle{color:var(--wp--preset--color--black-800)}.box-gli-autori__icon-email-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: flex-start;
  padding-top: 1.5rem;
}@media (min-width: 720px) {

  .box-gli-autori__icon-email-div {
    padding-top: 0.25rem;
  }
}.box-gli-autori__icon-email-div{grid-area:person-email}.box-gli-autori__icon-email-img svg {
  margin-right: 0.5rem;
  height: auto;
  width: 1rem;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}.box-gli-autori__icon-email-text {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;color:var(--wp--preset--color--black-800);
}.box-note-tecniche {
  margin-top: -3rem;
  margin-bottom: 1.5rem;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding: 2rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(63 59 59 / var(--tw-text-opacity, 1));
}@media (min-width: 960px) {

  .box-note-tecniche {
    margin-top: 1.5rem;
  }
}.box-correlati{background-color:var(--wp--preset--color--black-100);margin-bottom: 3rem;width: 100%;padding: 1.5rem}@media (min-width: 720px) {

  .box-correlati {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}.box-correlati__section-title{color:var(--wp--preset--color--black-900);margin-bottom: 0.5rem;font-size: 1.25rem;font-weight: 500;line-height: 1.2}.box-correlati__section-products {
  display: flex;
  flex-direction: column;
}.box-correlati__single-product{border-bottom:1px solid var(--wp--preset--color--black-300);display: flex;flex-direction: row;-moz-column-gap: 1rem;column-gap: 1rem;padding-top: 1.5rem;padding-bottom: 1.5rem}.box-correlati__single-product--hideable {
  display: none;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-correlati__single-product--hideable)) {
    margin-bottom: 0px;
  }
}.box-correlati__single-product--image-area {
  aspect-ratio: 17/10;
  height: 33px;
  min-width: 3.5rem;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 46 84 / var(--tw-bg-opacity, 1));
}.box-correlati__single-product--image-tag {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.box-correlati__single-product--title{grid-area:title;color:var(--wp--preset--color--black-800);margin-bottom: 0.5rem;font-size: 0.875rem;font-weight: 600;line-height: 1.3}.box-correlati__single-product--type{grid-area:type;background-color:var(--wp--preset--color--blue-500);color:var(--wp--preset--color--natural-white);width: -moz-max-content;width: max-content;border-radius: 9999px;padding-left: 1rem;padding-right: 1rem;padding-top: 0.25rem;padding-bottom: 0.25rem;font-size: 0.75rem;font-weight: 400;text-transform: uppercase;line-height: 1.3}.box-correlati__section-show-more {
  margin-top: 1.5rem;
}@media (min-width: 720px) {

  .box-correlati__section-show-more {
    margin-top: 2.25rem;
  }
}.box-correlati__section-show-more--btn{background-color:var(--wp--preset--color--blue-500);color:var(--wp--preset--color--natural-white) !important;display: block;width: 100%;cursor: pointer;border-radius: 0.25rem;padding-top: 0.5rem;padding-bottom: 0.5rem;text-align: center;font-size: 0.875rem;font-weight: 600;line-height: 1.6}@media (min-width: 720px) {

  .box-correlati__section-show-more--btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 16rem;
  }
}.box-correlati__section-show-more--btn:hover{background-color:var(--wp--preset--color--blue-600)}.single-post .box-correlati {
  margin-top: 2rem;
}.product__sostenitori{grid-area:sostenitori;margin-top: 1.5rem;margin-bottom: 1.5rem}.product__sostenitori .sostenitori-inner-section--title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity, 1));
}.product__sostenitori .sostenitori-inner-section .sostenitori-micro-section {
  margin-top: 2.5rem;
}.product__sostenitori .sostenitori-inner-section .sostenitori-micro-section--title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity, 1));
}.product__sostenitori .sostenitori-inner-section .sostenitori-micro-section--container {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
}.sostenitori-micro-section--card {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));flex-basis:calc(50% - .75rem);max-width:calc(50% - .75rem);
}@media (min-width: 960px){.sostenitori-micro-section--card{flex-basis:calc(25% - 1.13rem);max-width:calc(25% - 1.13rem)}}.sostenitori-micro-section--link,.sostenitori-micro-section--div {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}@media (min-width: 720px) {

  .sostenitori-micro-section--link,.sostenitori-micro-section--div {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}.sostenitori-micro-section--logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 1.5rem;
  display: flex;
  height: 7.5rem;
  width: auto;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}@media (min-width: 540px) {

  .sostenitori-micro-section--logo {
    height: 9rem;
  }
}.sostenitori-micro-section--logo img,.sostenitori-micro-section--logo picture{width:auto;height:auto;max-width:100%;max-height:100%}.sostenitori-micro-section--name {
  padding-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity, 1));
}@media (min-width: 720px) {

  .sostenitori-micro-section--name {
    padding-bottom: 3rem;
    font-size: 1.25rem;
  }
}.sostenitori-micro-section--cta {
  margin-top: auto;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(13 110 253 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity, 1));
}.sostenitori-micro-section--cta:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 251 / var(--tw-bg-opacity, 1));
}@media (min-width: 720px) {

  .sostenitori-micro-section--cta {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}.sostenitori-micro-section--cta{border-radius:.188rem}.woocommerce-notices-wrapper {
  margin: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}@media(min-width: 1440px){.woocommerce-notices-wrapper {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }}@media(min-width: 1680px){.woocommerce-notices-wrapper{max-width:1680px}}.wc-block-components-notice-banner{border:1px solid;border-radius:4px;box-sizing:border-box;display:flex;font-size:.875em;gap:12px;line-height:1.5;padding:16px !important}.wc-block-components-notice-banner>svg{fill:#fff;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.is-success.wc-block-components-notice-banner,.is-error.wc-block-components-notice-banner {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0px;
  margin-left: 0px;
  align-items: center;color:var(--wp--preset--color--natural-white);font-weight:var(--wp--custom--font-weight--semibold);
}.is-success.wc-block-components-notice-banner:focus-visible,.is-error.wc-block-components-notice-banner:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.is-success.wc-block-components-notice-banner .wc-block-components-notice-banner__content,.is-error.wc-block-components-notice-banner .wc-block-components-notice-banner__content {
  display: flex;
  align-items: center;
}.is-success.wc-block-components-notice-banner .wc-block-components-notice-banner__content br,.is-error.wc-block-components-notice-banner .wc-block-components-notice-banner__content br {
  display: none;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.is-success.wc-block-components-notice-banner .wc-block-components-notice-banner__content br)),.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.is-error.wc-block-components-notice-banner .wc-block-components-notice-banner__content br)) {
    margin-bottom: 0px;
  }
}.is-success.wc-block-components-notice-banner{background-color:var(--wp--preset--color--green-500) !important;border-color:var(--wp--preset--color--green-500) !important}.is-success.wc-block-components-notice-banner>svg {
  padding: 0px;background-color:var(--wp--preset--color--green-500) !important;
}.is-success.wc-block-components-notice-banner .custom-undo {
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.is-success.wc-block-components-notice-banner .spinner {
  right: 1.5rem;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
}@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}.is-success.wc-block-components-notice-banner .spinner {
  animation: spin 1s linear infinite;
  border-radius: 9999px;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-bottom-color: transparent;
}.is-success.wc-block-components-notice-banner .wc-block-components-notice-banner__content {
  justify-content: space-between;
}.is-error.wc-block-components-notice-banner{background-color:var(--wp--preset--color--red-500) !important;border-color:var(--wp--preset--color--red-500) !important}.is-error.wc-block-components-notice-banner>svg {
  display: none;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.is-error.wc-block-components-notice-banner>svg)) {
    margin-bottom: 0px;
  }
}.is-error.wc-block-components-notice-banner .wc-block-components-notice-banner__content {
  justify-content: center;
}.is-error.wc-block-components-notice-banner .wc-block-components-notice-banner__content p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}.is-error.wc-block-components-notice-banner .wc-block-components-notice-banner__content p svg {
  border-radius: 9999px;background-color:var(--wp--preset--color--natural-white);color:var(--wp--preset--color--red-500);padding:2px;
}.is-error.wc-block-components-notice-banner .wc-block-components-notice-banner__content p svg path{fill:var(--wp--preset--color--red-500)}.woocommerce.single-product .product{--layout-column-gap: 1.5rem;--colored-stripe-height-lg: 17.25rem;--layout-cols-margintop: 3rem;--screen-3xl: 1680px;--product-img-height: 11.25rem;--product-img-height-md: 6rem;--product-img-height-lg: 12.5rem;--top-admin: var(--wp-admin--admin-bar--height, 0px)}.woocommerce.single-product .product__colored-stripe{grid-area:coloredstripe}@media (min-width: 1680px){.woocommerce.single-product .product__colored-stripe{width:calc(100% + 100vw - var(--screen-3xl) + 9rem);margin-left:calc(-50vw + var(--screen-3xl)/2 - 4.5rem);margin-right:calc(-50vw + var(--screen-3xl)/2 - 4.5rem)}}.woocommerce.single-product .product__colored-stripe {
  position: sticky;
  z-index: 3;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(5 40 91 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}@media (min-width: 960px) {

  .woocommerce.single-product .product__colored-stripe {
    z-index: 1;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}@media (min-width: 1440px) {

  .woocommerce.single-product .product__colored-stripe {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }
}.woocommerce.single-product .product__colored-stripe .template-part-container {
  height: 100%;
}.woocommerce.single-product .product__colored-stripe .product_title {
  --tw-bg-opacity: 1;
  background-color: rgb(5 40 91 / var(--tw-bg-opacity, 1));
}.woocommerce.single-product .product__colored-stripe-inner {
  height: 100%;
}@media (min-width: 960px) {

  .woocommerce.single-product .product__colored-stripe-inner {
    margin-left: 0px;
    padding-right: var(--layout-column-gap);
    max-width: calc(66% - 52px);
  }
}@media (min-width: 1005px) {

  .woocommerce.single-product .product__colored-stripe-inner {
    max-width: calc(66% - 36px);
  }
}@media (min-width: 1050px) {

  .woocommerce.single-product .product__colored-stripe-inner {
    max-width: calc(66% - 21px);
  }
}@media (min-width: 1095px) {

  .woocommerce.single-product .product__colored-stripe-inner {
    max-width: calc(66% - 6px);
  }
}@media (min-width: 1140px) {

  .woocommerce.single-product .product__colored-stripe-inner {
    max-width: 66.666667%;
  }
}@media (min-width: 960px) {

  .woocommerce.single-product .product__colored-stripe-inner.product__fullwidth-oss-top-row {
    max-width: 100%;
    padding-right: 0px;
  }
}.woocommerce.single-product .product__colored-stripe-inner.product__fullwidth-oss-top-row .product_meta {
  display: none;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.woocommerce.single-product .product__colored-stripe-inner.product__fullwidth-oss-top-row .product_meta)) {
    margin-bottom: 0px;
  }
}@media (min-width: 960px) {

  .woocommerce.single-product .product__colored-stripe-inner.product__fullwidth-oss-top-row .woocommerce-breadcrumb,.woocommerce.single-product .product__colored-stripe-inner.product__fullwidth-oss-top-row .product_title,.woocommerce.single-product .product__colored-stripe-inner.product__fullwidth-oss-top-row .product_description {
    max-width: 66.666667%;
  }
}.woocommerce.single-product .product__colored-stripe-inner.product__fullwidth-oss-top-row .woocommerce-breadcrumb.w-oss-full,.woocommerce.single-product .product__colored-stripe-inner.product__fullwidth-oss-top-row .product_title.w-oss-full,.woocommerce.single-product .product__colored-stripe-inner.product__fullwidth-oss-top-row .product_description.w-oss-full {
  padding-bottom: 0px;
}@media (min-width: 960px) {

  .woocommerce.single-product .product__colored-stripe-inner.product__fullwidth-oss-top-row .woocommerce-breadcrumb.w-oss-full,.woocommerce.single-product .product__colored-stripe-inner.product__fullwidth-oss-top-row .product_title.w-oss-full,.woocommerce.single-product .product__colored-stripe-inner.product__fullwidth-oss-top-row .product_description.w-oss-full {
    max-width: 100%;
  }
}.woocommerce.single-product .product .woocommerce-breadcrumb {
  margin-bottom: 1.5rem;
  color: inherit;
}@media (min-width: 960px) {

  .woocommerce.single-product .product .woocommerce-breadcrumb {
    margin-bottom: 2rem;
  }
}.woocommerce.single-product .product .woocommerce-breadcrumb a {
  color: inherit;
}@media (min-width: 960px) {

  .woocommerce.single-product .product .product_title:not(:first-child) {
    margin-top: 1rem;
  }
}.woocommerce.single-product .product .product_title {
  position: sticky;
  top: 0px;
  padding-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
}@media (min-width: 960px) {

  .woocommerce.single-product .product .product_title {
    padding-top: 1rem;
    font-size: 1.875rem;
    line-height: 1.25;
    letter-spacing: -0.35px;
  }
}.woocommerce.single-product .product .product_meta:not(:first-child) {
  margin-top: 1.5rem;
}@media (min-width: 960px) {

  .woocommerce.single-product .product .product_meta:not(:first-child) {
    padding-bottom: 3.5rem;
  }
}.woocommerce.single-product .product .product_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}.woocommerce.single-product .product .product_meta .sku_wrapper {
  display: none;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.woocommerce.single-product .product .product_meta .sku_wrapper)) {
    margin-bottom: 0px;
  }
}.woocommerce.single-product .product .product_meta>span,.woocommerce.single-product .product .product_meta>a {
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border-radius: 9999px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));background-color:hsla(0,0%,100%,.3);
}.woocommerce.single-product .product .product_meta>span.free-product {
  --tw-bg-opacity: 1;
  background-color: rgb(32 201 151 / var(--tw-bg-opacity, 1));
}.woocommerce.single-product .product .product_meta>span.file-extension {
  text-transform: uppercase;
}.woocommerce.single-product .product .product_description {
  margin-bottom: 2rem;
}.woocommerce.single-product .product .product_description.is-into-product-top-row {
  margin-top: 3rem;
  margin-bottom: 1rem;
}.woocommerce.single-product .product__layout>*{height:-moz-fit-content;height:fit-content}.woocommerce.single-product .product__layout {
  display: grid;
  -moz-column-gap: var(--layout-column-gap);
       column-gap: var(--layout-column-gap);
  padding-bottom: 2.5rem;
}@media (min-width: 960px) {

  .woocommerce.single-product .product__layout {
    padding-bottom: 7.5rem;
  }
}.woocommerce.single-product .product__layout{grid-template-areas:"coloredstripe" "card-image" "l1" "l2" "l3" "sostenitori" "sidebar";grid-template-columns:1fr;grid-template-rows:repeat(7, auto)}@media (min-width: 720px){.woocommerce.single-product .product__layout{grid-template-areas:"card-image" "coloredstripe" "l1" "l2" "l3" "sostenitori" "sidebar";grid-template-rows:repeat(7, auto)}}@media (min-width: 960px){.woocommerce.single-product .product__layout{grid-template-areas:"coloredstripe coloredstripe" "l1 card-image" "l1 sidebar" "l2 sidebar" "l3 sidebar" "sostenitori sostenitori";grid-template-columns:2fr 1fr;grid-template-rows:repeat(6, auto)}}@media (min-width: 1680px){.woocommerce.single-product .product__layout{max-width:unset;padding-left:calc(50vw - var(--screen-3xl)/2 + 4.5rem);padding-right:calc(50vw - var(--screen-3xl)/2 + 4.5rem)}}.woocommerce.single-product .product__layout.has-video{grid-template-areas:"coloredstripe" "card-image" "l1" "video" "l2" "chat" "l3" "sostenitori" "sidebar";grid-template-columns:1fr;grid-template-rows:repeat(9, auto)}@media (min-width: 720px){.woocommerce.single-product .product__layout.has-video{grid-template-areas:"card-image" "coloredstripe" "l1" "video" "l2" "chat" "l3" "sostenitori" "sidebar";grid-template-rows:repeat(9, auto)}}@media (min-width: 960px){.woocommerce.single-product .product__layout.has-video{grid-template-areas:"coloredstripe coloredstripe" "video video" "l2 l2" "chat chat" "l3 card-image" "l3 sidebar" "sostenitori sostenitori";grid-template-columns:2fr 1fr;grid-template-rows:auto auto auto auto calc(var(--product-img-height-lg) + var(--layout-cols-margintop) + 1.5rem) auto auto}.woocommerce.single-product .product__layout.has-video .product__card-image {
    margin-top: var(--layout-cols-margintop);
  }.woocommerce.single-product .product__layout.has-video .product__colored-stripe .product_meta {
    padding-bottom: 6rem;
  }.woocommerce.single-product .product__layout.has-video .product__datetime {
    display: none;
  }}.woocommerce.single-product .product__layout.has-video .product-card .product__datetime__container {
  order: -1;
}@media (min-width: 960px) {

  .woocommerce.single-product .product__layout.has-video .product-card .product__datetime__container {
    display: grid;
  }
}.woocommerce.single-product .product__layout.has-video .product__streaming-notice+.product__info:not(:first-child) {
  margin-top: 12.75rem;
}.woocommerce.single-product .product__layout.has-vod{grid-template-areas:"coloredstripe" "card-image" "video" "l3" "sostenitori" "sidebar";grid-template-columns:1fr;grid-template-rows:repeat(6, auto)}@media (min-width: 720px){.woocommerce.single-product .product__layout.has-vod{grid-template-areas:"card-image" "coloredstripe" "video" "l3" "sostenitori" "sidebar";grid-template-rows:repeat(6, auto)}}@media (min-width: 960px){.woocommerce.single-product .product__layout.has-vod{grid-template-areas:"coloredstripe coloredstripe" "video card-image" "video sidebar" "l3 sidebar" "sostenitori sostenitori";grid-template-columns:2fr 1fr;grid-template-rows:repeat(5, auto)}.woocommerce.single-product .product__layout.has-vod .product__colored-stripe .product_meta {
    padding-bottom: 6rem;
  }.woocommerce.single-product .product__layout :nth-child(2).product__datetime,.woocommerce.single-product .product__layout :nth-child(2).product__info:nth-child(1):has(:not(.product-content-wysiwyg)) {
    margin-top: -1.75rem;
  }}.woocommerce.single-product .product__layout :nth-child(2).product__datetime,.woocommerce.single-product .product__layout :nth-child(2).product__info:nth-child(1):has(:not(.product-content-wysiwyg)){z-index:1 !important}@media (min-width: 960px) {

  .woocommerce.single-product .product .box-thematic-datetime,.woocommerce.single-product .product .box-grafico-interattivo {
    position: relative;
    z-index: 1;
  }

  .woocommerce.single-product .product .box-thematic-datetime {
    margin-top: -3.75rem;
  }
}.woocommerce.single-product .product .box-grafico-interattivo {
  margin-top: 1.5rem;
}@media (min-width: 960px) {

  .woocommerce.single-product .product .box-grafico-interattivo {
    margin-top: -1.5rem;
  }
}.woocommerce.single-product .product .left_side:has(.grafici__description),.woocommerce.single-product .product .left_side:has(.grafici__description--root){margin-top:2.125rem !important}.woocommerce.single-product .product .left_side:has(.has-image){margin-top:5rem !important}.woocommerce.single-product .product .left_side:has(.has-image)>*{place-items:start stretch}.woocommerce.single-product .product .left_side{grid-area:l1}.woocommerce.single-product .product .left_side~.left_side{grid-area:l2}.woocommerce.single-product .product .left_side~.left_side~.left_side{grid-area:l3}.woocommerce.single-product .product__datetime {
  margin-top: 1.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-shadow: 0 0.25rem 0 0 #eaeaea;
  --tw-shadow-colored: 0 0.25rem 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime {
    margin-top: 2.5rem;
  }
}@media (min-width: 960px) {

  .woocommerce.single-product .product__datetime.overlaid {
    margin-top: -1.75rem;
  }
}.woocommerce.single-product .product__datetime__container {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: grid;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;grid-template-areas:"info-date" "info-location" "button-date" "button-location";
}@media(min-width: 720px){.woocommerce.single-product .product__datetime__container {
    grid-template-columns: auto max-content;grid-template-areas:"info-date button-date" "info-location button-location";
  }}.woocommerce.single-product .product__datetime__container>*:not(:last-child) {
  margin-bottom: 1rem;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>div:last-of-type,.woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.hidden)) {
    margin-bottom: 0px;
  }
}.woocommerce.single-product .product__datetime__info-container {
  display: flex;
  flex-grow: 1;
  align-items: center;
  gap: 1rem;
}.woocommerce.single-product .product__datetime__info-container.date{grid-area:info-date}.woocommerce.single-product .product__datetime__info-container.location {
  align-items: flex-start;grid-area:info-location;
}.woocommerce.single-product .product__datetime__info-container__icon {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product__datetime__info-container__title {
  margin: 0px !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(63 59 59 / var(--tw-text-opacity, 1)) !important;
}.woocommerce.single-product .product__datetime__info-container__date {
  margin: 0px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(18 18 18 / var(--tw-text-opacity, 1)) !important;
}.woocommerce.single-product .product__datetime__info-container__location {
  margin: 0px !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(63 59 59 / var(--tw-text-opacity, 1)) !important;
}.woocommerce.single-product .product__datetime__button {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product__datetime__button.date{grid-area:button-date}.woocommerce.single-product .product__datetime__button.location{grid-area:button-location}.woocommerce.single-product .product__datetime>*:last-child {
  margin-bottom: 1.5rem;
}.woocommerce.single-product .product__streaming-notice {
  margin-top: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}.woocommerce.single-product .product__streaming-notice.standalone {
  margin-top: 2.25rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  padding: 1.5rem;
  --tw-shadow: 0 0.25rem 0 0 #eaeaea;
  --tw-shadow-colored: 0 0.25rem 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.woocommerce.single-product .product__streaming-notice.standalone-pt {
  margin-bottom: 2.25rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  padding: 1.5rem;
  --tw-shadow: 0 0.25rem 0 0 #eaeaea;
  --tw-shadow-colored: 0 0.25rem 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.woocommerce.single-product .product__streaming-notice__icon {
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product__streaming-notice__container {
  flex-grow: 1;
}.woocommerce.single-product .product__streaming-notice__title {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product__streaming-notice__content {
  max-height: 0px;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(63 59 59 / var(--tw-text-opacity, 1));transition:max-height .3s ease-in-out;
}.woocommerce.single-product .product__streaming-notice__button {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(96 95 95 / var(--tw-text-opacity, 1));transition:transform .3s ease-in-out;
}.woocommerce.single-product .product__streaming-notice__button.open{transform:rotate(180deg)}.woocommerce.single-product .product .not_future {
  z-index: 2;
  --tw-border-opacity: 1;
  border-color: rgb(13 110 253 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(230 240 255 / var(--tw-bg-opacity, 1));
  --tw-shadow-color: #0d6efd;
  --tw-shadow: var(--tw-shadow-colored);
}.woocommerce.single-product .product .not_future .product__streaming-notice__title {
  --tw-text-opacity: 1;
  color: rgb(7 57 132 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product .box-comunicazione {
  margin-top: 0px;
  margin-bottom: 2.25rem;
}.woocommerce.single-product .product__info:not(:first-child) {
  margin-top: var(--layout-cols-margintop);
}:has(.woocommerce.single-product .product__video) .left_side{grid-area:l3 !important}.woocommerce.single-product .product__info__section {
  margin-bottom: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(63 59 59 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product__info__section p.title {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product__info__section.overlaid{--margin-top: calc(var(--layout-cols-margintop) + 1.75rem);margin-bottom: 2.25rem}@media (min-width: 960px) {

  .woocommerce.single-product .product__info__section.overlaid {
    margin-top: calc(var(--margin-top) * -1);
  }
}.woocommerce.single-product .product__info__section:last-child {
  margin-bottom: 1.5rem;
}.woocommerce.single-product .product__info .include__cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__info .include__cards {
    flex-direction: row;
  }
}.woocommerce.single-product .product__info .include__card {
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  padding: 1rem;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__info .include__card {
    width: 33.333333%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}@media (min-width: 960px) {

  .woocommerce.single-product .product__info .include__card {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 1rem;
  }
}@media (min-width: 1140px) {

  .woocommerce.single-product .product__info .include__card {
    flex-direction: row;
    align-items: center;
    padding: 1.5rem;
  }
}.woocommerce.single-product .product__info .include__card-info {
  flex-grow: 1;
}@media (min-width: 960px) {

  .woocommerce.single-product .product__info .include__card-info {
    padding-top: 0.5rem;
  }
}@media (min-width: 1140px) {

  .woocommerce.single-product .product__info .include__card-info {
    padding-top: 0px;
  }
}.woocommerce.single-product .product__info .include__card-info h3 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(82 100 124 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product__info .include__card-info p {
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product__info .include__card-icon {
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product__info .container {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
}.woocommerce.single-product .product__video{grid-area:video;--video-negative-mt: calc(1.5rem + var(--product-img-height-lg));z-index: 2;margin-top: 1.5rem}@media (min-width: 960px) {

  .woocommerce.single-product .product__video {
    margin-top: -4.5rem;
  }
}.woocommerce.single-product .product__video>div {
  overflow: hidden;
  border-radius: 0.5rem;
}.woocommerce.single-product .product__video__chat-container{grid-area:chat;margin-top: 2.25rem;display: grid;height: 460px;overflow: hidden;border-radius: 0.5rem}.woocommerce.single-product .product__video--vimeo-showcase{aspect-ratio:16/9;position: relative}@media(min-width: 720px){.woocommerce.single-product .product__video--vimeo-showcase{aspect-ratio:27/10}}.woocommerce.single-product .product__video--vimeo-venue {
  position: relative;
  aspect-ratio: 1/2;
}@media(min-width: 960px){.woocommerce.single-product .product__video--vimeo-venue {
    aspect-ratio: 16 / 9;
  }}.woocommerce.single-product .product .product-content-wysiwyg p:not(:first-child),.woocommerce.single-product .product .product-content-wysiwyg table:not(:first-child) {
  margin-top: 1rem;
}.woocommerce.single-product .product .product-content-wysiwyg figure:not(:first-child) {
  margin-top: 2rem;
}.woocommerce.single-product .product .product-content-wysiwyg h1,.woocommerce.single-product .product .product-content-wysiwyg h2,.woocommerce.single-product .product .product-content-wysiwyg h3,.woocommerce.single-product .product .product-content-wysiwyg h4,.woocommerce.single-product .product .product-content-wysiwyg h5,.woocommerce.single-product .product .product-content-wysiwyg h6 {
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product .product-content-wysiwyg h1:not(:first-child),.woocommerce.single-product .product .product-content-wysiwyg h2:not(:first-child),.woocommerce.single-product .product .product-content-wysiwyg h3:not(:first-child),.woocommerce.single-product .product .product-content-wysiwyg h4:not(:first-child),.woocommerce.single-product .product .product-content-wysiwyg h5:not(:first-child),.woocommerce.single-product .product .product-content-wysiwyg h6:not(:first-child) {
  margin-top: 2rem;
}.woocommerce.single-product .product .product-content-wysiwyg h2 {
  margin-bottom: 1rem;
}.woocommerce.single-product .product .product-content-wysiwyg a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product .product-content-wysiwyg pre {
  white-space: normal;
}.woocommerce.single-product .product .product-content-wysiwyg ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}.woocommerce.single-product .product .product-content-wysiwyg ol {
  list-style-type: decimal;
  padding-left: 1.25rem;
}.woocommerce.single-product .product .product-content-wysiwyg table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  overflow-wrap: break-word;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity, 1));
}.woocommerce.single-product .product .product-content-wysiwyg table th,.woocommerce.single-product .product .product-content-wysiwyg table td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
  text-align: left;
  font-style: normal;
  line-height: 1.5;
}.woocommerce.single-product .product .product-content-wysiwyg table tbody {
  font-size: 0.875rem;
}.woocommerce.single-product .product .product-content-wysiwyg table thead,.woocommerce.single-product .product .product-content-wysiwyg table th {
  font-size: 1rem;
  font-weight: 600;
}.woocommerce.single-product .product .product-content-wysiwyg figure figcaption {
  text-align: center;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(96 95 95 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product .overlaid:not(.product__video) {
  position: relative;
  z-index: 1;
  border-radius: 0.25rem;
}.woocommerce.single-product .product .overlaid:not(.product__video):not(.not_future) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.woocommerce.single-product .product .featured__container {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --tw-shadow: 0 0.25rem 0 0 #eaeaea;
  --tw-shadow-colored: 0 0.25rem 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}@media (min-width: 960px) {

  .woocommerce.single-product .product .featured__container {
    border-top-width: 0px;
  }
}.woocommerce.single-product .product .featured__container .info-modal {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product .featured__container .info-modal svg,.woocommerce.single-product .product .featured__container .info-modal i {
  margin-left: 0px;
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product .featured__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}@media (min-width: 960px) {

  .woocommerce.single-product .product .featured__content {
    flex-direction: row;
    align-items: center;
  }
}.woocommerce.single-product .product .featured__content>* {
  margin-bottom: auto;
  --tw-text-opacity: 1;
  color: rgb(63 59 59 / var(--tw-text-opacity, 1));
}@media (min-width: 960px) {

  .woocommerce.single-product .product .featured__content>* {
    width: 50%;
    max-width: 50%;
  }
}.woocommerce.single-product .product .featured__content .featured__media {
  display: flex;
  align-items: center;
  justify-content: center;
}@media (min-width: 960px) {

  .woocommerce.single-product .product .featured__content .featured__media {
    margin-bottom: unset;
    width: 50%;
  }
}.woocommerce.single-product .product .featured__content .featured__label {
  margin-bottom: 2rem;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product .featured__content__title {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.3;
}.woocommerce.single-product .product .product-card{grid-area:card;z-index: 2;text-align: center}@media (min-width: 960px) {

  .woocommerce.single-product .product .product-card {
    margin-top: 0px;
  }
}.woocommerce.single-product .product .product-card__container {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  display: flex;
  min-height: 8rem;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-width: 1px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}@media (min-width: 960px) {

  .woocommerce.single-product .product .product-card__container {
    position: relative;
    min-height: 0px;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-width: 1px;
    border-top-width: 1px;
  }
}.woocommerce.single-product .product .product-card__container>*:last-child {
  margin-bottom: 0px;
}.woocommerce.single-product .product .product-card__spinner {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.woocommerce.single-product .product .product-card__spinner)) {
    margin-bottom: 0px;
  }
}.woocommerce.single-product .product .product-card__spinner{background-color:hsla(0,0%,100%,.5)}.woocommerce.single-product .product .product-card__spinner.blockUI.blockOverlay {
  position: absolute;
}.woocommerce.single-product .product .product-card__spinner-active .product-card__spinner {
  display: flex;
}.woocommerce.single-product .product .product-card__error-message-container {
  display: none;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(220 53 69 / var(--tw-text-opacity, 1));
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.woocommerce.single-product .product .product-card__error-message-container)) {
    margin-bottom: 0px;
  }
}.woocommerce.single-product .product .product-card__error-message-container.error-showed {
  display: block;
}.woocommerce.single-product .product .product-card__subscribed-text {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(12 72 54 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product .product-card__subscribed-text__icon {
  --tw-text-opacity: 1;
  color: rgb(103 218 184 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product .product-card__btn {
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2rem;
}.woocommerce.single-product .product .product-card__btn span {
  margin-left: auto;
  margin-right: auto;
}.woocommerce.single-product .product .product-card__btn.with-spinner {
  justify-content: center;
  gap: 0.75rem;
}.woocommerce.single-product .product .product-card__btn.with-spinner span {
  margin-left: 0px;
  margin-right: 0px;
}.woocommerce.single-product .product .product-card__btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(13 110 253 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product .product-card__btn-primary[data-action] {
  cursor: pointer;
}.woocommerce.single-product .product .product-card__btn-secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(13 110 253 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product .product-card__btn-secondary[data-action] {
  cursor: pointer;
}.woocommerce.single-product .product .product-card__btn-secondary .oss-spinner {
  --tw-border-opacity: 1;
  border-color: rgb(13 110 253 / var(--tw-border-opacity, 1));
  border-bottom-color: transparent;
}.woocommerce.single-product .product .product-card__btn-cancel {
  margin-bottom: 0px;
  width: auto;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: .75rem;
  --tw-text-opacity: 1;
  color: rgb(220 53 69 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product .product-card__btn-closed {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(220 53 69 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product .product-card__btn.w-dropdown {
  cursor: pointer;
}.woocommerce.single-product .product .product-card__top-btn {
  margin-bottom: 1.5rem;
}.woocommerce.single-product .product .product-card__text-container {
  margin-bottom: 1.5rem;
  text-align: center;
}.woocommerce.single-product .product .product-card p {
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity, 1));
}@media (min-width: 960px) {

  .woocommerce.single-product .product .product-card p {
    margin-bottom: 1.5rem;
  }
}.woocommerce.single-product .product .product-card p a {
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product .product-card p.product-card__light-text {
  margin-bottom: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}.woocommerce.single-product .product .product-card p.product-card__bottom-text {
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(96 95 95 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product .product-card p.product-card__closed-text {
  margin-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(220 53 69 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product .product-card .product__datetime__container {
  margin-top: 2rem;
  display: none;
  width: 100%;
  -moz-column-gap: 0px;
       column-gap: 0px;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.woocommerce.single-product .product .product-card .product__datetime__container)) {
    margin-bottom: 0px;
  }
}.woocommerce.single-product .product .product-card .product__datetime__container{grid-template-areas:"info-date" "info-location" "button-date" "button-location"}.woocommerce.single-product .product .product-card .product__datetime__container>*:not(:last-child) {
  margin-bottom: 1rem;
}.woocommerce.single-product .product .product-card .product__datetime__info-container__label {
  flex-grow: 1;
  text-align: left;
}.woocommerce.single-product .product .product-card .product__datetime__button {
  justify-content: center;
}.woocommerce.single-product .product .product-card__buy-dropdown {
  position: relative;
  top: -1rem;
  z-index: 10;
  display: none;
  height: auto;
  width: 100%;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.woocommerce.single-product .product .product-card__buy-dropdown)) {
    margin-bottom: 0px;
  }
}@media (min-width: 960px) {

  .woocommerce.single-product .product .product-card__buy-dropdown {
    height: 0px;
  }
}.woocommerce.single-product .product .product-card__buy-dropdown.show-grid {
  display: grid;
}.woocommerce.single-product .product .product-card__buy-dropdown .prod-dropdown-element {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  line-height: 2rem;
  --tw-shadow: 0 12px 16px 0 rgba(40,41,61,0.1);
  --tw-shadow-colored: 0 12px 16px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.woocommerce.single-product .product .product-card__buy-dropdown .prod-dropdown-element:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 110 253 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.woocommerce.single-product .product .product-card__buy-dropdown .prod-dropdown-element:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}.woocommerce.single-product .product .product-card__buy-dropdown .prod-dropdown-element:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}.woocommerce.single-product .product__sidebar{grid-area:sidebar;z-index: 3}@media (min-width: 960px) {

  .woocommerce.single-product .product__sidebar {
    margin-top: 0px;
  }
}.woocommerce.single-product .product__sidebar-inner {
  position: sticky;
  top: var(--top-admin);
  z-index: 2;
}.woocommerce.single-product .product__card-image{grid-area:card-image;--card-image-negative-mt: calc(1.5rem + var(--product-img-height-lg));--card-width-mobile: calc(100% + var(--layout-column-gap) * 2);position: relative;right: -1.5rem;z-index: 2;margin-left: -3rem;aspect-ratio: 17/10;height: auto;width: calc(100% + 3rem)}@media (min-width: 720px) {

  .woocommerce.single-product .product__card-image {
    aspect-ratio: unset;
    height: var(--product-img-height-md);
  }
}@media (min-width: 960px) {

  .woocommerce.single-product .product__card-image {
    right: 0px;
    margin-left: 0px;
    margin-top: calc(var(--card-image-negative-mt) * -1);
    aspect-ratio: 17/10;
    height: auto;
    width: 100%;
  }
}.woocommerce.single-product .product__card-image .icon {
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.woocommerce.single-product .product__card-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}@media (min-width: 960px) {

  .woocommerce.single-product .product__card-image img {
    height: 100%;
  }
}.woocommerce.single-product .product .box-abbonamenti {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  row-gap: 1.5rem;
}@media (min-width: 720px) {

  .woocommerce.single-product .product .box-abbonamenti {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
}@media (min-width: 960px) {

  .woocommerce.single-product .product .box-abbonamenti {
    margin-top: 2.5rem;
    row-gap: 1.25rem;
    border-radius: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
  }
}.woocommerce.single-product .product .box-abbonamenti{grid-template-areas:"title" "cta" "image" "logos"}@media (min-width: 720px){.woocommerce.single-product .product .box-abbonamenti {
    grid-template-columns: repeat(2, minmax(0, 1fr));grid-template-areas:"title image" "logos image" "cta image";
  }}@media (min-width: 960px){.woocommerce.single-product .product .box-abbonamenti {
    grid-template-columns: repeat(1, minmax(0, 1fr));grid-template-areas:"title" "cta" "image" "logos";
  }}.woocommerce.single-product .product .box-abbonamenti__title{grid-area:title;text-align: center;font-size: 1rem;font-weight: 500;font-style: normal;line-height: 1.25;--tw-text-opacity: 1;color: rgb(18 18 18 / var(--tw-text-opacity, 1))}@media (min-width: 720px) {

  .woocommerce.single-product .product .box-abbonamenti__title {
    text-align: left;
  }
}@media (min-width: 960px) {

  .woocommerce.single-product .product .box-abbonamenti__title {
    text-align: center;
    letter-spacing: 0.3px;
  }
}.woocommerce.single-product .product .box-abbonamenti__cta{grid-area:cta;display: inline-flex;width: 100%;align-items: center;justify-content: center;gap: 1rem;--tw-text-opacity: 1;color: rgb(13 110 253 / var(--tw-text-opacity, 1))}@media (min-width: 720px) {

  .woocommerce.single-product .product .box-abbonamenti__cta {
    justify-content: flex-start;
  }
}@media (min-width: 960px) {

  .woocommerce.single-product .product .box-abbonamenti__cta {
    justify-content: center;
  }
}.woocommerce.single-product .product .box-abbonamenti__cta-text {
  max-width: 12.5rem;
  flex-shrink: 1;
  flex-grow: 1;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.25;
}@media (min-width: 960px) {

  .woocommerce.single-product .product .box-abbonamenti__cta-text {
    max-width: 12.875rem;
    font-weight: 700;
  }
}.woocommerce.single-product .product .box-abbonamenti__cta-link {
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  flex-grow: 0;
  --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));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}.woocommerce.single-product .product .box-abbonamenti__image{grid-area:image}.woocommerce.single-product .product .box-abbonamenti__image img {
  margin-left: auto;
  margin-right: auto;
}@media (min-width: 720px) {

  .woocommerce.single-product .product .box-abbonamenti__image img {
    margin-right: 0px;
  }
}@media (min-width: 960px) {

  .woocommerce.single-product .product .box-abbonamenti__image img {
    margin-right: auto;
  }
}.woocommerce.single-product .product .box-abbonamenti__logos{grid-area:logos;display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));align-items: center;justify-content: center;row-gap: 0.75rem;padding-top: 1.25rem}@media (min-width: 720px) {

  .woocommerce.single-product .product .box-abbonamenti__logos {
    padding-top: 0px;
  }
}@media (min-width: 960px) {

  .woocommerce.single-product .product .box-abbonamenti__logos {
    padding-top: 1.25rem;
  }
}.woocommerce.single-product .product .box-abbonamenti__logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}@media (min-width: 720px) {

  .woocommerce.single-product .product .box-abbonamenti__logo-item {
    align-items: flex-start;
  }
}@media (min-width: 960px) {

  .woocommerce.single-product .product .box-abbonamenti__logo-item {
    align-items: center;
  }
}.woocommerce.single-product .product .box-abbonamenti__logo-item img {
  max-height: 1.75rem;
  width: auto;
  max-width: 4.125rem;
  -o-object-fit: contain;
     object-fit: contain;
}@media (min-width: 960px) {

  .woocommerce.single-product .product .box-abbonamenti__logo-item img {
    max-width: 4.5rem;
  }
}.woocommerce.single-product .product .box-abbonamenti__logo-item img{filter:brightness(0) saturate(1) invert(70%) sepia(0%) saturate(0%) hue-rotate(165deg) brightness(97%) contrast(86%)}.woocommerce.single-product .product .entry-summary {
  float: none;
  margin: 0px;
  width: 100%;
}.woocommerce.single-product .oss-header__main,.woocommerce.single-product .oss-header__main-cols .oss-header___first-row {
  position: relative;
  top: 0px;
}.woocommerce.single-product .oss-header__main-cols .oss-header___first-row {
  padding-left: 0px;
  padding-right: 0px;
}.woocommerce.single-product .oss-header__main-cols {
  padding-top: 0px;
}.woocommerce.single-product .has-video .left_side,.woocommerce.single-product .has-vod .left_side{grid-area:l3 !important}@media(max-width: 959px){.woocommerce.single-product .cta-mobile--hidden-node {
    display: none !important;
  }@media (min-width: 720px) {

    .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.woocommerce.single-product .cta-mobile--hidden-node)) {
      margin-bottom: 0px;
    }
  }}.woocommerce.single-product .cta-mobile--expand-btn {
  margin-bottom: 0px !important;
  cursor: pointer !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1)) !important;
}@media (min-width: 960px) {

  .woocommerce.single-product .cta-mobile--expand-btn {
    display: none;
  }
}.woocommerce.single-product .cta-mobile--reduce-btn {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: none;
  cursor: pointer;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.woocommerce.single-product .cta-mobile--reduce-btn)) {
    margin-bottom: 0px;
  }
}.woocommerce.single-product .cta-mobile--expanded .cta-mobile--expand-btn {
  display: none;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.woocommerce.single-product .cta-mobile--expanded .cta-mobile--expand-btn)) {
    margin-bottom: 0px;
  }
}.woocommerce.single-product .cta-mobile--expanded .cta-mobile--reduce-btn {
  display: block;
}@media (min-width: 960px) {

  .woocommerce.single-product .cta-mobile--expanded .cta-mobile--reduce-btn {
    display: none;
  }
}@media(max-width: 959px){.woocommerce.single-product .cta-mobile--expanded .cta-mobile--hidden-node {
    display: block !important;
  }}.box-in-thematic-product {
  margin-bottom: 2.5rem;
  margin-top: 1.5rem;
}.box-in-thematic-product.exist-video-player {
  margin-top: 0px;
}.box-in-thematic-product.exist-video-player p.title {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}.box-in-thematic-product p.title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}@media (min-width: 960px) {

  .box-in-thematic-product p.title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}.box-in-thematic-product .content{grid-template-areas:"image title title title" "labels labels labels labels" "button button . .";grid-template-columns:3.5rem auto auto auto;margin-top: 0.5rem;display: grid;gap: 1rem;border-radius: 0.25rem;border-width: 1px;--tw-border-opacity: 1;border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));padding: 1rem;--tw-shadow: 0 0.25rem 0 0 #eaeaea;--tw-shadow-colored: 0 0.25rem 0 0 var(--tw-shadow-color);box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}@media (min-width: 720px) {

  .box-in-thematic-product .content {
    gap: 0px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}@media (min-width: 1440px) {

  .box-in-thematic-product .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}@media (min-width: 720px){.box-in-thematic-product .content{grid-template-areas:"image title button" "image labels button";grid-template-columns:5rem 7fr 2fr}}@media (min-width: 1140px){.box-in-thematic-product .content{grid-template-columns:6rem 7fr 2fr}}.box-in-thematic-product .content .image-container-box{grid-area:image;aspect-ratio: 17/10;height: 33px;width: 3.5rem;overflow: hidden;border-radius: 0.25rem;--tw-bg-opacity: 1;background-color: rgb(0 46 84 / var(--tw-bg-opacity, 1))}.box-in-thematic-product .content .image-container-box picture,.box-in-thematic-product .content .image-container-box img {
  height: auto;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.box-in-thematic-product .content .title{grid-area:title;--tw-text-opacity: 1;color: rgb(33 33 33 / var(--tw-text-opacity, 1))}.box-in-thematic-product .content .labels{grid-area:labels}@media (min-width: 720px) {

  .box-in-thematic-product .content .labels {
    padding-top: 1rem;
  }
}.box-in-thematic-product .content .labels span {
  max-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}.box-in-thematic-product .content .labels .label-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(13 110 253 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.box-in-thematic-product .content .labels .label-grey {
  margin-left: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 251 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity, 1));
}@media (min-width: 720px) {

  .box-in-thematic-product .content .labels .label-grey {
    margin-left: 1.5rem;
  }
}@media (min-width: 1140px) {

  .box-in-thematic-product .content .labels .label-grey {
    margin-left: 2.5rem;
  }
}.box-in-thematic-product .content a{grid-area:button;max-height: 2.5rem;width: -moz-fit-content;width: fit-content;border-radius: 0.25rem;border-width: 1px;--tw-border-opacity: 1;border-color: rgb(13 110 253 / var(--tw-border-opacity, 1));padding-left: 1rem;padding-right: 1rem;padding-top: 0.5rem;padding-bottom: 0.5rem;font-size: 0.875rem;font-weight: 600;line-height: 1.5rem;--tw-text-opacity: 1;color: rgb(13 110 253 / var(--tw-text-opacity, 1))}@media (min-width: 720px) {

  .box-in-thematic-product .content a {
    margin: auto;
    margin-right: 0px;
  }
}.box-in-thematic-product .double-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}@media (min-width: 720px) {

  .box-in-thematic-product .double-content {
    flex-direction: row;
  }
}.box-in-thematic-product .double-content .content{grid-template-areas:"image title button";grid-template-columns:2.5rem auto auto}@media (min-width: 720px){.box-in-thematic-product .double-content .content{grid-template-columns:3.5rem auto auto}}.box-in-thematic-product .double-content .content {
  position: relative;
  overflow: hidden;
}@media (min-width: 720px) {

  .box-in-thematic-product .double-content .content {
    width: 50%;
  }
}.box-in-thematic-product .double-content .image-container-box {
  height: 1.25rem;
  width: 2.5rem;
  border-radius: 0px;
}.box-in-thematic-product .double-content a.oss-fullcard-link{grid-area:fullcard;position: absolute;top: 0px;left: 0px;height: 100%;width: 100%;border-width: 0px;padding: 6.75rem}.box-in-thematic-product .double-content a.oss-chevron{grid-area:button;margin-left: auto;margin-right: -1rem;border-width: 0px;--tw-text-opacity: 1;color: rgb(33 33 33 / var(--tw-text-opacity, 1))}.woocommerce.single-product .product .has-video .box-in-thematic-product.exist-video-player {
  margin-top: 6.75rem;
}.box-calendar-modal{background-color:rgba(0,0,0,.2);position: fixed;top: 0px;left: 0px;z-index: 999;display: flex;height: 100vh;width: 100vw;align-items: center;justify-content: center}.box-calendar-modal.box-calendar-modal__hidden {
  display: none;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.box-calendar-modal.box-calendar-modal__hidden)) {
    margin-bottom: 0px;
  }
}.box-calendar-modal__inner-area {
  margin: 2.5rem;
  display: flex;
  width: 100%;
  max-width: 520px;
  flex-direction: column;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.box-calendar-modal__title-tag {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}.box-calendar-modal__description-container {
  margin-top: 0.5rem;
}.box-calendar-modal__description-tag {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}.box-calendar-modal__calendars-container {
  margin-top: 1rem;
}.box-calendar-modal__close-button-container {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}.box-calendar-modal__close-button-tag {
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity, 1));
}#wc-container .attendee-content{width:auto !important}.box-key-questions {
  display: grid;
  align-items: center;
  gap: 2rem;
}.box-key-questions h2 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity, 1));
}.box-key-questions ul li {
  display: flex;
  padding-top: 1.5rem;
}.box-key-questions ul li:first-child {
  padding-top: 0px;
}.box-key-questions ul li::before{content:"";margin-top: 0.5rem;margin-right: 1rem;margin-left: 0.5rem;max-height: 0.5rem;min-width: 0.5rem;border-radius: 9999px;border-width: 1px;--tw-border-opacity: 1;border-color: rgb(13 110 253 / var(--tw-border-opacity, 1))}.box-key-questions ul li span {
  font-size: 1rem;
  line-height: 1.5rem;
}@media (min-width: 720px) {

  .box-key-questions.has-image {
    grid-template-columns: 50% 50%;
  }
}@media (min-width: 1140px) {

  .box-key-questions.has-image {
    gap: 8rem;
  }
}.box-key-questions.has-image .box-key-questions__content {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}.box-key-questions.has-image picture {
  aspect-ratio: 1 / 1;
  max-height: 26rem;
  max-width: 26rem;
}.box-key-questions.has-image img {
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}.product__info__section.container .box-key-questions {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}@media (min-width: 540px) {

  .product__info__section.container .box-key-questions {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}.product__info__section.container .box-key-questions {
  margin-bottom: 0px !important;
}.product__info__section.container .box-key-questions:not(:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
}.modal {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: none;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.4;
}.modal__inner {
  position: relative;
  max-height: 90vh;
  max-width: 540px;
  overflow-y: scroll;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;scrollbar-width:none;
}.modal__inner::-webkit-scrollbar {
  display: none;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.modal__inner))::-webkit-scrollbar {
    margin-bottom: 0px;
  }
}.modal__inner h2 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}.modal__inner .icons {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}.modal__inner .icons .heateor_sss_sharing_ul {
  display: grid;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1rem;grid-template-columns:repeat(2, auto);
}.modal__inner .icons .heateor_sss_sharing_ul a {
  display: flex !important;
  padding: 0.25rem !important;
  align-items: center;
}.modal__inner .icons .heateor_sss_sharing_ul a::after{content:attr(title);padding-left: 1.5rem;padding-right: 2rem;font-size: 0.875rem;font-weight: 400;line-height: 1.3;--tw-text-opacity: 1;color: rgb(33 33 33 / var(--tw-text-opacity, 1))}@media (min-width: 960px) {

  .modal__inner .icons .heateor_sss_sharing_ul a::after {
    padding-right: 4.5rem;
  }
}.modal__inner .icons .heateor_sss_sharing_ul a[title=X]::after{content:"Twitter"}.modal__inner .icons .heateor_sss_sharing_ul a:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 240 255 / var(--tw-bg-opacity, 1)) !important;
}.modal__inner .buttons {
  margin-top: 1.5rem;
  margin-left: auto;
  display: flex;
  gap: 1rem;
}.modal__inner .buttons.end {
  justify-content: flex-end;
}.modal__inner .buttons button.close,.modal__inner .buttons a.login,.modal__inner .buttons button.confirm {
  margin: 0px;
}.modal__inner button.close,.modal__inner a.login,.modal__inner button.confirm {
  margin-top: 1.5rem;
  margin-left: auto;
  display: block;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;border:1px solid var(--wp--preset--color--blue-500);
}.modal__inner button.close {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity, 1));
}.modal__inner button.close:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 110 253 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.modal__inner a.login,.modal__inner button.confirm {
  --tw-bg-opacity: 1;
  background-color: rgb(13 110 253 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.modal__inner a.login:hover,.modal__inner button.confirm:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity, 1));
}.modal__inner p.error-message {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(220 53 69 / var(--tw-text-opacity, 1));
}.modal__inner.share-icons {
  margin: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}@media (min-width: 540px) {

  .modal__inner.share-icons {
    margin: 0px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}.modal__inner.share-icons .icons .heateor_sss_sharing_ul {
  -moz-column-gap: 0px;
       column-gap: 0px;
}@media (min-width: 540px) {

  .modal__inner.share-icons .icons .heateor_sss_sharing_ul {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}.modal__spinner {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.modal__spinner)) {
    margin-bottom: 0px;
  }
}.modal__spinner{background-color:hsla(0,0%,100%,.5)}.modal__spinner.blockUI.blockOverlay {
  position: absolute;
}.modal__spinner-active {
  display: flex;
}.modal .product-content-wysiwyg p:not(:first-child),.modal .product-content-wysiwyg table:not(:first-child) {
  margin-top: 1rem;
}.modal .product-content-wysiwyg figure:not(:first-child) {
  margin-top: 2rem;
}.modal .product-content-wysiwyg h1,.modal .product-content-wysiwyg h2,.modal .product-content-wysiwyg h3,.modal .product-content-wysiwyg h4,.modal .product-content-wysiwyg h5,.modal .product-content-wysiwyg h6 {
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity, 1));
}.modal .product-content-wysiwyg h1:not(:first-child),.modal .product-content-wysiwyg h2:not(:first-child),.modal .product-content-wysiwyg h3:not(:first-child),.modal .product-content-wysiwyg h4:not(:first-child),.modal .product-content-wysiwyg h5:not(:first-child),.modal .product-content-wysiwyg h6:not(:first-child) {
  margin-top: 2rem;
}.modal .product-content-wysiwyg h2 {
  margin-bottom: 1rem;
}.modal .product-content-wysiwyg a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity, 1));
}.modal .product-content-wysiwyg pre {
  white-space: normal;
}.modal .product-content-wysiwyg ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}.modal .product-content-wysiwyg ol {
  list-style-type: decimal;
  padding-left: 1.25rem;
}.modal .product-content-wysiwyg table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  overflow-wrap: break-word;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity, 1));
}.modal .product-content-wysiwyg table th,.modal .product-content-wysiwyg table td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
  text-align: left;
  font-style: normal;
  line-height: 1.5;
}.modal .product-content-wysiwyg table tbody {
  font-size: 0.875rem;
}.modal .product-content-wysiwyg table thead,.modal .product-content-wysiwyg table th {
  font-size: 1rem;
  font-weight: 600;
}.modal .product-content-wysiwyg figure figcaption {
  text-align: center;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(96 95 95 / var(--tw-text-opacity, 1));
}.modal.hidden-lock {
  display: none;
}@media (min-width: 720px) {

  .woocommerce.single-product .product__datetime__container>button:last-of-type:not(:has(+.modal.hidden-lock)) {
    margin-bottom: 0px;
  }
}.info-modal svg,.info-modal i {
  margin-left: 0.5rem;
  display: inline;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(128 126 126 / var(--tw-text-opacity, 1));
}.info-modal i {
  vertical-align: middle;
  display: inline-block !important;
}.no-scroll {
  overflow-y: hidden;
}.woocommerce-cart .main-col .input-info-modal,.woocommerce-checkout .main-col .input-info-modal {
  position: absolute;
  top: 2.5rem;
  right: 1rem;
  z-index: 10;
}.woocommerce-cart .main-col .input-info-modal .info-modal svg,.woocommerce-checkout .main-col .input-info-modal .info-modal svg {
  margin-left: 0px;
  vertical-align: text-bottom;
}.woocommerce-cart #stripe-payment-data .form-row-last,.woocommerce-checkout #stripe-payment-data .form-row-last {
  position: relative;
}.woocommerce-cart #stripe-payment-data .form-row-last .info-modal,.woocommerce-checkout #stripe-payment-data .form-row-last .info-modal {
  position: absolute;
  top: 2.375rem;
  right: 1rem;
  z-index: 1;
}.woocommerce-cart #stripe-payment-data .form-row-last .info-modal svg,.woocommerce-checkout #stripe-payment-data .form-row-last .info-modal svg {
  margin-left: 0px;
}.woocommerce-cart .side-col .info-modal,.woocommerce-checkout .side-col .info-modal {
  vertical-align: text-bottom;
}.woocommerce-cart .product-third-party .info-modal,.woocommerce-checkout .product-third-party .info-modal {
  vertical-align: middle;
}.woocommerce.single-product .product-type-webinar .product__colored-stripe {
  --tw-bg-opacity: 1;
  background-color: rgb(5 73 86 / var(--tw-bg-opacity, 1));
}.woocommerce.single-product .product-type-webinar .product__colored-stripe .product_title {
  --tw-bg-opacity: 1;
  background-color: rgb(5 73 86 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(78 224 188 / var(--tw-text-opacity, 1));
}.checked\:bg-blue-500:checked {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1)) !important;
}@media (min-width: 540px) {

  .sm\:flex {
    display: flex !important;
  }
}@media (min-width: 720px) {

  .md\:p-12 {
    padding: 3rem !important;
  }

  .md\:text-fs9 {
    font-size: 1rem !important;
  }
}@media (min-width: 960px) {

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

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

  .lg\:h-\[100px\] {
    height: 100px !important;
  }

  .lg\:min-h-\[74px\] {
    min-height: 74px !important;
  }

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

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

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

  .lg\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .lg\:pl-\[124px\] {
    padding-left: 124px !important;
  }

  .lg\:text-fs5 {
    font-size: 1.5rem !important;
  }
}
