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

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

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: elza-text, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

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

  .container {
    max-width: 576px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {

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

  .container {
    max-width: 992px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media (min-width: 1280px) {

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

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

  .container {
    max-width: 1920px;
  }
}
.container {
  max-width: 100%;
  margin: auto;
}
@media (min-width: 480px) {

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

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

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

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

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

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

  .container {
    max-width: 1560px;
  }
}
.container-fluid {
  width: 100%;
  padding: 0 20px;
  margin: auto;
}
@media (min-width: 480px) {

  .container-fluid {
    padding: 0 20px;
  }
}
@media (min-width: 576px) {

  .container-fluid {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {

  .container-fluid {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {

  .container-fluid {
    padding: 0 28px;
  }
}
@media (min-width: 1280px) {

  .container-fluid {
    padding: 0 28px;
  }
}
@media (min-width: 1536px) {

  .container-fluid {
    padding: 0 32px;
  }
}
@media (min-width: 1920px) {

  .container-fluid {
    padding: 0 36px;
  }
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.top-0 {
  top: 0px;
}
.top-20 {
  top: 5rem;
}
.z-10 {
  z-index: 10;
}
.z-100 {
  z-index: 100;
}
.z-91 {
  z-index: 91;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.m-8 {
  margin: 2rem;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-100p {
  margin-bottom: 100px;
}
.mb-10p {
  margin-bottom: 10px;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20p {
  margin-bottom: 20px;
}
.mb-30p {
  margin-bottom: 30px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-40p {
  margin-bottom: 40px;
}
.mb-50p {
  margin-bottom: 50px;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-60p {
  margin-bottom: 60px;
}
.mb-70p {
  margin-bottom: 70px;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-80p {
  margin-bottom: 80px;
}
.mb-90p {
  margin-bottom: 90px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mr-0 {
  margin-right: 0px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-100p {
  margin-top: 100px;
}
.mt-10p {
  margin-top: 10px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20p {
  margin-top: 20px;
}
.mt-30p {
  margin-top: 30px;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-40p {
  margin-top: 40px;
}
.mt-50p {
  margin-top: 50px;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-60p {
  margin-top: 60px;
}
.mt-70p {
  margin-top: 70px;
}
.mt-80p {
  margin-top: 80px;
}
.mt-90p {
  margin-top: 90px;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-1\/2 {
  aspect-ratio: 1 / 2;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.aspect-\[5\/4\] {
  aspect-ratio: 5/4;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-1 {
  height: 0.25rem;
}
.h-10v {
  height: 10vh;
}
.h-20v {
  height: 20vh;
}
.h-30v {
  height: 30vh;
}
.h-40v {
  height: 40vh;
}
.h-50v {
  height: 50vh;
}
.h-60v {
  height: 60vh;
}
.h-70v {
  height: 70vh;
}
.h-80v {
  height: 80vh;
}
.h-90v {
  height: 90vh;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-full {
  max-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-16 {
  width: 4rem;
}
.w-\[1rem\] {
  width: 1rem;
}
.w-full {
  width: 100%;
}
.min-w-12 {
  min-width: 3rem;
}
.min-w-60 {
  min-width: 15rem;
}
.max-w-52 {
  max-width: 13rem;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-sm {
  max-width: 540px;
}
.flex-grow {
  flex-grow: 1;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-12 {
  gap: 3rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-100p {
  border-radius: 100px;
}
.rounded-10p {
  border-radius: 10px;
}
.rounded-20p {
  border-radius: 20px;
}
.rounded-30p {
  border-radius: 30px;
}
.rounded-40p {
  border-radius: 40px;
}
.rounded-50p {
  border-radius: 50px;
}
.rounded-60p {
  border-radius: 60px;
}
.rounded-70p {
  border-radius: 70px;
}
.rounded-80p {
  border-radius: 80px;
}
.rounded-90p {
  border-radius: 90px;
}
.rounded-b-100p {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
.rounded-b-10p {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rounded-b-20p {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.rounded-b-30p {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.rounded-b-40p {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.rounded-b-50p {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.rounded-b-60p {
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}
.rounded-b-70p {
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 70px;
}
.rounded-b-80p {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
.rounded-b-90p {
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
}
.rounded-t-100p {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}
.rounded-t-10p {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rounded-t-20p {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.rounded-t-30p {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.rounded-t-40p {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.rounded-t-50p {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.rounded-t-60p {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
.rounded-t-70p {
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
}
.rounded-t-80p {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}
.rounded-t-90p {
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-neutral-800 {
  --tw-border-opacity: 1;
  border-color: rgb(198 198 198 / var(--tw-border-opacity, 1));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(213 18 30 / var(--tw-border-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-neutral-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(213 18 30 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-100p {
  padding-bottom: 100px;
}
.pb-10p {
  padding-bottom: 10px;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-20p {
  padding-bottom: 20px;
}
.pb-30p {
  padding-bottom: 30px;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-40p {
  padding-bottom: 40px;
}
.pb-50p {
  padding-bottom: 50px;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-60p {
  padding-bottom: 60px;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-70p {
  padding-bottom: 70px;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-80p {
  padding-bottom: 80px;
}
.pb-90p {
  padding-bottom: 90px;
}
.pb-\[85px\] {
  padding-bottom: 85px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-100p {
  padding-top: 100px;
}
.pt-10p {
  padding-top: 10px;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20p {
  padding-top: 20px;
}
.pt-30p {
  padding-top: 30px;
}
.pt-40p {
  padding-top: 40px;
}
.pt-50p {
  padding-top: 50px;
}
.pt-60p {
  padding-top: 60px;
}
.pt-70p {
  padding-top: 70px;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-80p {
  padding-top: 80px;
}
.pt-90p {
  padding-top: 90px;
}
.text-center {
  text-align: center;
}
.font-credits {
  font-family: ClashDisplay-Variable, Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.\!font-medium {
  font-weight: 500 !important;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-tight {
  line-height: 1.25;
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-neutral {
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity, 1));
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(145 145 145 / var(--tw-text-opacity, 1));
}
.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(171 171 171 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(213 18 30 / var(--tw-text-opacity, 1));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(59 31 39 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shadow-\[0_0_25px_-12px_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-shadow: 0 0 25px -12px rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 0 25px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
*:focus-visible {
	outline: rgba(100, 116, 139, 1) auto;
	box-shadow: 0px 0px 10px 3px rgba(100, 116, 139, 0.14);
}
html {
    scroll-behavior: smooth;
}
body {
    position: relative;
}
input[type="checkbox"] {
	height: 25px;
    width: 25px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #fff;
    border-radius: 0px;
    outline: none;
    transition-duration: all 0.3s ease-in-out;
    background-color: transparent;
    cursor: pointer;
	margin-right: 1rem;
	padding: 11px;
}
input:checked {
    border: 1px solid #fff;
    background-color: #fff;
}
img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
ul:is(#primary-menu ul, #menu-footer-menu, #primary-menu, #menu-footer-menu-1, #lang-menu, #lang-menu .sub-menu, #menu-footer-menu-1-inglese) {
    margin-top: 5px;
    margin-bottom: 5px;
    list-style: none;
    margin-inline-start: 0px;
}
ul:not(#primary-menu ul, #menu-footer-menu, #primary-menu, #menu-footer-menu-1, #lang-menu, #lang-menu .sub-menu, #menu-footer-menu-1-inglese) {
    margin-top: 5px;
    margin-bottom: 5px;
    list-style: disc;
    margin-inline-start: 18px;
}
ul:not(#primary-menu ul, #menu-footer-menu, #primary-menu, #menu-footer-menu-1, #lang-menu, #lang-menu .sub-menu, #menu-footer-menu-1-inglese) li{
    margin-top: 8px;
    margin-bottom: 8px;
}
.noscroll {
    overflow-y: hidden;
}
.text-color {
  --tw-text-opacity: 1;
  color: rgb(59 31 39 / var(--tw-text-opacity, 1));
}
.text-color strong {
  --tw-text-opacity: 1;
  color: rgb(213 18 30 / var(--tw-text-opacity, 1));
}
strong {
	font-weight: 700;
}
article > *:not(.entry-content),
.entry-content > * {
  margin-left: auto;
  margin-right: auto;
}
.entry-content, .entry-header {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}
.entry-content h2, .block-editor-block-list__layout h2 {
        padding-top: 25px
    }
.entry-content h3, .block-editor-block-list__layout h3 {
        padding-top: 12px
    }
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol {
		padding-bottom: 1rem;
    }
a:not(.fake-link) {
	cursor: pointer !important;
}
a:not(.fake-link):hover {
	cursor: pointer !important;
}
.home #block_f159cc869d2c4931db8eab166a1a1e63 ul li::marker {
	color: rgb(213 18 30 / 1);
}
.home #block_f159cc869d2c4931db8eab166a1a1e63 ul li a {
 text-decoration: underline;
 font-weight: 500;
}
:root {
    --header-height: 102px;
}
figure {
    position: relative;
    overflow: hidden;
    height: 100%;
}
figure .thumb {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    transform: scale(1.1);
    transition: 1s ease-in-out;
}
figure .thumb img {
    width: 100%;
    height: 100%;
    display: block;
}
figure .final {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1px;
    min-height: 1px;
    opacity: 0;
    z-index: 10;
    transform: scale(1.1);
    transition: 1s ease-in-out;
}
figure .final img {
    width: 100%;
    height: 100%;
    display: block;
}
figure.cover .thumb {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
}
figure.cover .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
}
figure.cover .final img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
}
figure.lazy .final {
    height: 100%;
    transform: scale(1);
    opacity: 1;
}
figure.lazy .thumb {
    position: relative;
    transform: scale(1);
    opacity: 0;
}
figure.is-svg picture img, figure.is-svg picture svg {
    width: 100%;
    height: auto;
}
.fade-in {
    opacity: 1;
}
.svh-screen {
    height: calc(100vh - var(--header-height));
    height: calc(100svh - var(--header-height));
}
.container-fluid-left {
	padding-left: 0;
}
@media (max-width: 992px) {
.container-fluid-left { 
		padding: 0 20px
}
	}
.container-fluid-right {
	padding-right: 0;
}
@media (max-width: 992px) {
.container-fluid-right { 
		padding: 0 20px
}
	}
.container-side-right {
	max-width: 100vw;
    padding: 0;
}
@media (min-width: 992px) {
.container-side-right { 
        padding-left: calc((100vw - 960px) / 2)
}
    }
@media (min-width: 1280px) {
.container-side-right { 
        padding-left: calc((100vw - 1220px) / 2)
}
    }
@media (min-width: 1536px) {
.container-side-right { 
        padding-left: calc((100vw - 1456px) / 2)
}
    }
@media (min-width: 1920px) {
.container-side-right { 
        padding-left: calc((100vw - 1820px) / 2)
}
    }
.container-side-left {
	max-width: 100vw;
    padding: 0;
}
@media (min-width: 992px) {
.container-side-left { 
        padding-right: calc((100vw - 960px) / 2)
}
    }
@media (min-width: 1280px) {
.container-side-left { 
        padding-right: calc((100vw - 1220px) / 2)
}
    }
@media (min-width: 1536px) {
.container-side-left { 
        padding-right: calc((100vw - 1456px) / 2)
}
    }
@media (min-width: 1920px) {
.container-side-left { 
        padding-right: calc((100vw - 1820px) / 2)
}
    }
.pl-container {
	max-width: 100vw;
    padding-left: calc((100vw - 460px) / 2);
}
@media (min-width: 576px) {
.pl-container { 
        padding-left: calc((100vw - 540px) / 2)
}
    }
@media (min-width: 768px) {
.pl-container { 
        padding-left: calc((100vw - 720px) / 2)
}
    }
@media (min-width: 992px) {
.pl-container { 
        padding-left: calc((100vw - 960px) / 2)
}
    }
@media (min-width: 1280px) {
.pl-container { 
        padding-left: calc((100vw - 1220px) / 2)
}
    }
@media (min-width: 1536px) {
.pl-container { 
        padding-left: calc((100vw - 1456px) / 2)
}
    }
@media (min-width: 1920px) {
.pl-container { 
        padding-left: calc((100vw - 1820px) / 2)
}
    }
.pl-container-sm {
	max-width: 100vw;
    padding-left: calc((100vw - 460px) / 2);
}
@media (min-width: 576px) {
.pl-container-sm { 
        padding-left: calc((100vw - 540px) / 2)
}
    }
@media (min-width: 768px) {
.pl-container-sm { 
        padding-left: calc((100vw - 720px) / 2)
}
    }
@media (min-width: 992px) {
.pl-container-sm { 
        padding-left: 0
}
    }
.pr-container {
	max-width: 100vw;
    padding-right: calc((100vw - 460px) / 2);
}
@media (min-width: 576px) {
.pr-container { 
        padding-right: calc((100vw - 540px) / 2)
}
    }
@media (min-width: 768px) {
.pr-container { 
        padding-right: calc((100vw - 720px) / 2)
}
    }
@media (min-width: 992px) {
.pr-container { 
        padding-right: calc((100vw - 960px) / 2)
}
    }
@media (min-width: 1280px) {
.pr-container { 
        padding-right: calc((100vw - 1220px) / 2)
}
    }
@media (min-width: 1536px) {
.pr-container { 
        padding-right: calc((100vw - 1456px) / 2)
}
    }
@media (min-width: 1920px) {
.pr-container { 
        padding-right: calc((100vw - 1820px) / 2)
}
    }
.pr-container-sm {
	max-width: 100vw;
    padding-right: calc((100vw - 460px) / 2);
}
@media (min-width: 576px) {
.pr-container-sm { 
        padding-right: calc((100vw - 540px) / 2)
}
    }
@media (min-width: 768px) {
.pr-container-sm { 
        padding-right: calc((100vw - 720px) / 2)
}
    }
@media (min-width: 992px) {
.pr-container-sm { 
        padding-right: 0
}
    }
#gmap {
	min-height: 500px;
}
.cursor-circle {
	--circle-size: 30px;
	position: fixed;
	height: var(--circle-size);
	width: var(--circle-size);
	border: 1px solid #fff;
	mix-blend-mode: difference;
	opacity: 0.7;
	border-radius: 100%;
	top: calc(var(--circle-size) / 2 * -1);
	left: calc(var(--circle-size) / 2 * -1);
	pointer-events: none;
	z-index: 9999999999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: auto;
	transform-origin: center center;
	transition: height 0.3s ease-in-out, width 0.3s ease-in-out, left 0.3s ease-in-out, top 0.3s ease-in-out;
}
@media (max-width: 992px) {
.cursor-circle { 
		display: none
}
	}
.heading-1, h1 {
  font-family: elza-text, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 28px;
    line-height: 1;
    font-weight: 300;
	margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
.heading-1, h1 {
		font-size: 34px
}
    }
@media screen and (min-width: 1440px) {
.heading-1, h1 {
		font-size: 40px
}
    }
.heading-2, h2 {
  font-family: elza-text, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 28px;
    line-height: 1;
    font-weight: 300;
	margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
.heading-2, h2 {
		font-size: 34px
}
    }
@media screen and (min-width: 1440px) {
.heading-2, h2 {
		font-size: 40px
}
    }
.heading-3, h3 {
  font-family: elza-text, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
	font-size: 26px;
    line-height: 1.2;
}
@media screen and (min-width: 768px) {
.heading-3, h3 {
        font-size: 28px
}
    }
@media screen and (min-width: 1440px) {
.heading-3, h3 {
        font-size: 30px
}
    }
.heading-4, h4 {
  font-family: elza-text, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 1.25rem;
    line-height: 1.2;
}
@media screen and (min-width: 768px) {
.heading-4, h4 {
        font-size: 1.44rem
}
    }
@media screen and (min-width: 1440px) {
.heading-4, h4 {
        font-size: 1.56rem
}
    }
.heading-5, h5 {
  font-family: elza-text, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 1.125rem;
    line-height: 1.2;
}
@media screen and (min-width: 768px) {
.heading-5, h5 {
        font-size: 1.2rem
}
    }
@media screen and (min-width: 1440px) {
.heading-5, h5 {
        font-size: 1.25rem
}
    }
.heading-6, h6 {
  font-family: elza-text, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 1rem;
    line-height: 1.2;
}
.text-0 {
  font-family: elza-text, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 300;
}
@media screen and (min-width: 768px) {
.text-0 {
        font-size: 1.2rem
}
    }
@media screen and (min-width: 1440px) {
.text-0 {
        font-size: 1.25rem
}
    }
.text-1, p {
  font-family: elza-text, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
	margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
.text-1, p {
        font-size: 19px
}
    }
@media screen and (min-width: 1440px) {
.text-1, p {
        font-size: 20px;
		margin-bottom: 16px
}
    }
.text-2 {
  font-family: elza-text, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
	margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
.text-2 {
        font-size: 17px
}
    }
@media screen and (min-width: 1440px) {
.text-2 {
        font-size: 18px
}
    }
.text-3 {
  font-family: elza-text, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
	margin-bottom: 12px;
}
li, ul {
  font-family: elza-text, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
}
@media screen and (min-width: 768px) {
li, ul {
        font-size: 19px
}
    }
@media screen and (min-width: 1440px) {
li, ul {
        font-size: 20px
}
    }
.text-1-bigger {
  font-family: elza-text, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
}
@media screen and (min-width: 768px) {
.text-1-bigger {
        font-size: 22px
}
    }
.font-credits {
	font-size: 16px;
}
div p:last-child {
	margin-bottom: 0;
}
h1 strong, h2 strong {
	font-weight: 700;
}
.entry-content h1 strong, .entry-content h2 strong, .entry-content h3 strong {
  --tw-text-opacity: 1;
  color: rgb(213 18 30 / var(--tw-text-opacity, 1));
}
a:hover {
	cursor: pointer;
}
.stp-button {
	display: inline-flex;
	align-items: center;
	padding: 13px 32px;
	transition: all 0.3s ease-in-out;
	font-size: 18px;
	font-weight: 400;
}
.stp-button.btn-fill.btn-accent {
	background-color: #00B1D1;
	color: white;
	text-align: center;
}
.stp-button.btn-fill.btn-accent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 130 154 / var(--tw-bg-opacity, 1));
}
.stp-button.btn-outline.btn-accent {
	background-color: transparent;
	border: 1px solid #00B1D1;
	color: #00B1D1;
	text-align: center;
}
.stp-button.btn-fill.btn-accent::after {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(../images/arrow-white.svg?91e565d53ce6a3effa152413f692a6f8);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 17px 17px;
	margin-left: 10px;
	z-index: 99;
}
.stp-button.btn-outline.btn-accent:hover {
	background-color: #00B1D1;
	color: white;
}
.stp-button.btn-fill.btn-primary {
	background-color: #D5121E;
	color: white;
	text-align: center;
}
.stp-button.btn-fill.btn-primary::after {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(../images/arrow-white.svg?91e565d53ce6a3effa152413f692a6f8);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 17px 17px;
	margin-left: 10px;
	z-index: 99;
	transition: transform 0.3s ease-in-out;
}
.stp-button.btn-outline.btn-primary {
	background-color: transparent;
	border: 1px solid #D5121E;
	text-align: center;
	display: inline-flex;
	align-items: center;
}
.stp-button.btn-outline.btn-primary::after {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(../images/arrow-primary.svg?f14d9b3047be2ef04bd5c0c70323f7e5);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 17px 17px;
	margin-left: 10px;
	z-index: 99;
	transition: all 0.3s ease-in-out;
}
.stp-button.btn-outline.btn-primary:hover::after {
	background-image: url(../images/arrow-white.svg?91e565d53ce6a3effa152413f692a6f8);
}
.stp-button.btn-outline.btn-primary:hover {
	background-color: #D5121E;
	color: white;
}
.btn-tertiary {
	transition: all 0.3s ease-in-out;
	font-size: 22px;
	line-height: 0.9;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	overflow: hidden;
	width: 50px;
}
.btn-tertiary:hover {
	width: 192px;
}
.btn-tertiary::before { 
	content: attr(data-content);
	display: inline-flex;
	min-width: 124px;
	transform: translateX(-50px);
	position: absolute;
	transition: transform 0.3s ease-in-out;
}
.btn-primary.btn-color-primary {
	background-color: #D5121E;
	color: white;
	text-align: center;
}
.btn-primary.btn-color-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(189 16 27 / var(--tw-bg-opacity, 1));
}
.btn-primary.btn-color-accent {
	background-color: #00B1D1;
	color: white;
	text-align: center;
}
.btn-primary.btn-color-accent::after {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(../images/arrow-white.svg?91e565d53ce6a3effa152413f692a6f8);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 17px 17px;
	margin-left: 10px;
	z-index: 99;
	transition: all 0.3s ease-in-out;
}
.btn-primary.btn-color-accent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 130 154 / var(--tw-bg-opacity, 1));
}
.btn-secondary.btn-color-primary {
	background-color: white;
	border: 1px solid #D5121E;
	color: #D5121E;
	text-align: center;
}
.btn-secondary.btn-color-primary::after {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(../images/arrow-primary.svg?f14d9b3047be2ef04bd5c0c70323f7e5);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 17px 17px;
	margin-left: 10px;
	z-index: 99;
	transition: all 0.3s ease-in-out;
}
.btn-secondary.btn-color-primary:hover {
	background-color: #D5121E;
	color: white;
}
.btn-secondary.btn-color-primary:hover::after {
	background-image: url(../images/arrow-white.svg?91e565d53ce6a3effa152413f692a6f8);
}
.btn-secondary.btn-color-white {
	background-color: #D5121E00;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
}
.btn-secondary.btn-color-white::after {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(../images/arrow-white.svg?91e565d53ce6a3effa152413f692a6f8);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 17px 17px;
	margin-left: 10px;
	z-index: 99;
	transition: all 0.3s ease-in-out;
}
.btn-secondary.btn-color-white:hover {
	background-color: #fff;
	color: #D5121E;
}
.btn-secondary.btn-color-white:hover::after {
	background-image: url(../images/arrow-primary.svg?f14d9b3047be2ef04bd5c0c70323f7e5);
}
.btn-secondary.btn-color-accent {
	background-color: transparent;
	border: 1px solid #00B1D1;
	color: #00B1D1;
	text-align: center;
}
.btn-secondary.btn-color-accent:hover {
	background-color: #00B1D1;
	color: white;
}
.btn-tertiary.btn-color-primary {
	background-color: #D5121E;
	color: white;
	text-align: center;
}
.btn-tertiary.btn-color-primary::after {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background-color: #D5121E;
	background-image: url(../images/arrow-white.svg?91e565d53ce6a3effa152413f692a6f8);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 17px 17px;
	padding: 25px;
	z-index: 99;
	transition: all 0.3s ease-in-out;
}
.btn-tertiary.btn-color-white {
	background-color: white;
	color: #D5121E;
	text-align: center;
}
.btn-tertiary.btn-color-white::after {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background-color: white;
	background-image: url(../images/arrow-primary.svg?f14d9b3047be2ef04bd5c0c70323f7e5);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 17px 17px;
	padding: 25px;
	z-index: 99;
	transition: all 0.3s ease-in-out;
}
.btn-tertiary.btn-color-accent {
	background-color: #00B1D1;
	color: white;
	text-align: center;
}
.btn-tertiary.btn-color-accent::after {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background-color: #00B1D1;
	background-image: url(../images/arrow-white.svg?91e565d53ce6a3effa152413f692a6f8);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 17px 17px;
	padding: 25px;
	z-index: 99;
	transition: all 0.3s ease-in-out;
}
.btn-social {
	display: inline-flex;
	align-items: center;
	padding: 11px 41px;
	color: white;
	background-color: #019DFF;
	box-shadow: 0px 3px 30px 0px rgba(0, 157, 255, 0.24);
	transition: all 0.3s ease-in-out;
	font-size: 22px;
	cursor: pointer;
}
.btn-social::before {
	content: '';
	position: relative;
	display: block;
	width: 27px;
	height: 27px;
	background: url(../images/instagram.svg?795e289ee20ee4fb5420062dbb474c9a);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin-right: 12px;
}
.btn-phone {
	display: inline-flex;
	align-items: center;
	padding: 13px;
	transition: all 0.3s ease-in-out;
	font-size: 18px;
	font-weight: 400;
	background-color: #D5121E;
	color: white;
	text-align: center;
}
.go-back-button a {
	display: inline-flex;
	align-items: center;
	line-height: 1;
}
.go-back-button a::before {
	content: '';
	position: relative;
	display: block;
	width: 11px;
	height: 7px;
	background: url(../images/arrow-back.svg?a9fcbad53bdf7011dd4101b5cafaae09);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin-right: 8px;
	margin-bottom: 1px;
}
.stp-button.btn-phone::after {
	width: 22px !important;
	height: 22px !important;
	background-image: url(../images/phone-white.svg?7058ed7aba11522b2560a86581bee20e) !important;
	background-repeat: no-repeat !important;
	background-size: 100% auto !important;
	background-position: center;
}
.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	opacity: 0.3;
	background-color: rgba(10, 10, 10, 1);
	transition: all 0.4s ease-in-out;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #D87F86;
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], input[type="date"], input[type="time"], input[type="url"], input[type="search"], input[type="range"], textarea {
	border: 1px solid #E8E8E8;
	width: 100%;
	padding: 13px 17px;
	font-size: 18px;
	font-weight: 300;
}
input[type="checkbox"] {
	border: 1px solid #E8E8E8;
	width: 28px;
	height: 28px;
	transition: all 0.3s ease-in-out;
}
input[type="checkbox"]:checked {
	border: 1px solid #121212;
	background-color: #121212;
}
.screen-reader-response {
	display: none;
}
.wpcf7-acceptance .wpcf7-list-item label {
	display: flex;
	align-items: center;
}
.form-submit {
	padding: 14px 50px;
	font-size: 18px;
	color: white;
	background-color: #D5121E;
	cursor: pointer;
	position: relative;
	transition: all 0.4s ease-in-out;
}
.form-submit:hover {
	background-color: rgb(48.33% 0% 4.77%);
}
/* generic */
.header-height {
    min-height: var(--header-height);
}
.h-full-screen {
    height: calc(100vh - var(--header-height));
}
#content {
    padding-top: var(--header-height);
}
#main-header {
	display: flex;
	align-items: center;
	min-height: var(--header-height);
	z-index: 9999;
	background-color: rgba(255, 255, 255, 1);
}
#main-header .brand {
    max-height: 70px;
}
#main-header .brand svg {
    height: 45px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
}
.footer-logo img{
    max-width: 210px;
}
.social-wrapper .socials .social {
	width: 35px;
	height: 35px;
	border: 2px solid white;
	border-radius: 99px;
	padding: 7px;
}
.social-wrapper .socials .social img {
	-o-object-fit: contain !important;
	   object-fit: contain !important;
}
#footer-nav-one ul{
    list-style-type: none;
}
#footer-nav-one ul li {
	margin: 0;
	font-size: 18px;
	margin-inline-start: 0;
}
.site-footer .main-footer {
    position: relative;  
    overflow: hidden;
}
.test-class {
    display: none;
}
#menu-wrapper #primary-menu ul li {
    margin-left: 2.2rem;
}
#menu-wrapper #primary-menu ul li a {
    font-weight: 400;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
	text-transform: uppercase;
}
#menu-wrapper .link-black ul li:not(.find-me) a {
    color: black;
}
#menu-wrapper .primary-menu-trigger.link-black .ham path {
    stroke: black;
}
#menu-wrapper .link-white ul li:not(.find-me) a {
    color: white;
}
#menu-wrapper .primary-menu-trigger.link-white .ham path {
    stroke: white;
}
#menu-wrapper #primary-menu ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(213 18 30 / var(--tw-text-opacity, 1));
}
#menu-main-menu .menu-item {
    display: flex;
    align-items: center;
}
#menu-main-menu :is(.current-menu-ancestor .dropdown-toggle, .current-menu-item a) {
    font-weight: 900 !important;
    --tw-text-opacity: 1;
    color: rgb(213 18 30 / var(--tw-text-opacity, 1));
}
#menu-wrapper #primary-menu .menu-item-has-children {
    position: relative;
}
#menu-wrapper #primary-menu ul li.menu-item-has-children .dropdown-toggle {
    display: flex;
	align-items: center;
	line-height: 16px;
}
#menu-wrapper #primary-menu ul li.menu-item-has-children .sub-menu {
    overflow:hidden;
    padding: 12px;
    width: auto;
    height: -moz-min-content;
    height: min-content;
    max-height: 0;
    position: fixed;
    background: white;
    top: 55px;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    pointer-events: none;
	transform: translateX(-30px);
}
#menu-wrapper #primary-menu ul li.menu-item-has-children .sub-menu .menu-item {
    width: auto;
    display: flex;
    align-items: center;
    margin-left: 0 !important;
}
#menu-wrapper #primary-menu ul li.menu-item-has-children .sub-menu .menu-item a {
    position: relative;
    display: block;
	padding: 0.5rem 1rem;
	width: 100%;
    transition: all 0.2s ease-in-out;
	background-color: transparent;
    color: #121212 !important;
}
#menu-wrapper #primary-menu ul li.menu-item-has-children .sub-menu .menu-item a:hover {
	background-color: rgba(212, 19, 29, 0.1);
}
#menu-wrapper #primary-menu ul li.menu-item-has-children>a .arrow {
	transform: translateY(-1px);
    transition: all 0.2s ease-in-out;
}
#menu-wrapper #primary-menu ul li.menu-item-has-children.open>a .arrow {
    transform: translateY(-1px) rotate(180deg);
}
#menu-wrapper #primary-menu ul li.menu-item-has-children.open .sub-menu {
    pointer-events: auto;
    box-shadow: 0 3px 30px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1280px) {
    #menu-wrapper #primary-menu {
        display: block;
        position: fixed;
        top: 0;
        left: -101%;
        height: 100vh;
        width: 100%;
        background: white;
        padding: 100px 20px 0 20px;
        transition: 0.7s ease;
        pointer-events: none;
        overflow-y: auto;
    }

    #menu-wrapper #primary-menu::-webkit-scrollbar {
        display: none;
        width: 0;
        background: transparent;
    }

    #menu-wrapper #primary-menu ul {
        display: flex;
        flex-direction: column;
        align-items: left;
        flex-wrap: wrap;
    }

    #menu-wrapper #primary-menu ul>li {
        margin-left: 0;
        margin-top: 0.7rem;
        margin-bottom: 0.7rem;
        display: inline-flex;
    }

	#menu-wrapper #primary-menu ul>li a {
		font-size: 16px !important;
		line-height: 1;
	}

    #menu-wrapper #primary-menu ul>li.menu-item-has-children {
        padding-bottom: 0;
        flex-direction: column;
		align-items: flex-start;
    }

    #menu-wrapper #primary-menu ul>li.menu-item-has-children>a {
        pointer-events: none;
    }

    #menu-wrapper #primary-menu ul>li.menu-item-has-children>a svg path {
        fill: #121212 !important;
    }

    #menu-wrapper #primary-menu ul>li.menu-item-has-children .sub-menu {
        top: 0;
        padding: 10px 12px 0px 12px;
        width: 100%;
        position: relative;
        overflow: visible;
        display: flex;
        flex-direction: column;
        align-items: left;
        opacity: 1;
        pointer-events: auto;
        flex-wrap: wrap;
        box-shadow: none;
        background-color: transparent;
        max-height: unset;
        margin-inline-start: 0;
        transform: none;
        border-radius: 0;
		height: 100%;
		overflow: hidden;
		transition: all 0.3s ease-in-out;
    }

    #menu-wrapper #primary-menu ul>li.menu-item-has-children .sub-menu .menu-item {
        width: 100%;
        padding: 0;
        border-bottom: none;
        justify-content: center;
        margin: 0;
    }

    #menu-wrapper #primary-menu ul>li.menu-item-has-children .sub-menu .menu-item a {
        font-weight: 500;
    }

    #menu-wrapper #primary-menu[aria-hidden="false"] {
        transform: translateX(0);
        pointer-events: auto;
    }
}
@media screen and (min-width: 1280px) {
    #menu-wrapper #primary-menu ul .menu-item-has-children .sub-menu .menu-item {
        width: 100% !important;
        max-width: 20rem !important;
        min-width: 250px;
    }

    #menu-wrapper #primary-menu ul .menu-item-has-children .sub-menu .menu-item a {
        margin-right: 0;
    }
}
#menu-wrapper #primary-menu-trigger {
    display: none;
    width: 40px;
    height: 40px;
    position: relative;
    min-width: 35px;
    overflow: clip;
}
#menu-wrapper #primary-menu-trigger:hover {
    cursor: pointer;
}
@media screen and (max-width: 1280px) {
    #menu-wrapper #primary-menu-trigger {
        display: flex !important;
    }
}
.ham {
    cursor: pointer;
    transition: transform 400ms;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -5px;
}
.hamRotate.active {
    transform: rotate(45deg);
}
.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000;
    stroke-width: 5.5;
    stroke-linecap: round;
}
.ham4 .top {
    stroke-dasharray: 40 121;
}
.ham4 .bottom {
    stroke-dasharray: 40 121;
}
.ham4.active .top {
    stroke-dashoffset: -68px;
}
.ham4.active .bottom {
    stroke-dashoffset: -68px;
}
.find-me {
    border-radius: 999px;
    border: 1px solid;
    padding: 8px 15px;
    --tw-border-opacity: 1;
    border-color: rgb(213 18 30 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.find-me:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(213 18 30 / var(--tw-bg-opacity, 1));
}
.find-me:hover a{
    color: white !important;
}
#lang-nav {
	position: fixed;
	top: 102px;
	right: 0;
	width: 100%;
	height: calc(100vh - 102px);
	background-color: #fff;
	z-index: 10010;
	transition: 1s ease-in-out;
	transform: translateX(101%);
	pointer-events: auto;
}
#lang-nav #lang-menu li {
			width: 100%;
		}
#lang-nav #lang-menu li a {
				width: 100%;
				display: block;
				padding: 1.5rem 0;
				text-align: center;
				font-weight: 400;
				color: #121212;
			}
#lang-nav.open {
		transform: translateX(0);
		pointer-events: auto;
	}
#lang-nav-toggler {
	border: 1.5px solid #121212;
	width: 2.5rem;
	height: 2.5rem;
	padding: 3px 0;
	text-align: center;
	z-index: 10001;
	display: block;
}
/* navigation */
#filters .wrapper-filters ul {
	list-style: none;
	margin-inline-start: 0;
}
#filters .wrapper-filters ul li {
	display: inline-block;
}
#filters .wrapper-filters ul li a {
	display: block;
	background-color: #c8c8c8;
	color: white;
	padding: 1rem 4rem;
	transition: all 0.3s ease-in-out;
}
#filters .wrapper-filters ul li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 146 152 / var(--tw-bg-opacity, 1));
}
#filters .wrapper-filters ul li a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(213 18 30 / var(--tw-bg-opacity, 1));
	font-weight: 500;
}
#filters .wrapper-filters ul li a.active:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(213 18 30 / var(--tw-bg-opacity, 1));
}
article.card-primary .wrapper-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 11;
	transition: all 0.3s ease-in-out;
}
article.card-primary .wrapper-content .container-content::after {
	content: '';
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
	transform: scaleY(0);
    transform-origin: bottom center;
	z-index: -1;
	background-color: rgb(213 18 30 / 1);
	transition: all 0.3s ease-in-out;
}
article.card-primary:hover .wrapper-content .container-content::after {
	transform: scaleY(1);
}
article.card-primary .wrapper-content .container-content .wrapper-title {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
article.card-primary .wrapper-content .container-content .wrapper-title::after {
	content: '';
	display: block;
	width: 30px;
	height: 21px;
	background-image: url(../images/arrow-white.svg?91e565d53ce6a3effa152413f692a6f8);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 21px 21px;
	margin-left: 10px;
	z-index: 99;
	transition: all 0.3s ease-in-out;
}
article.card-primary:hover .wrapper-content .container-content .wrapper-title::after {
	transform: rotate(45deg);
}
article.card-primary .wrapper-content .container-content .wrapper-desc {
	overflow: hidden;
}
article.card-primary .wrapper-image::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 10;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.5018601190476191) 0%, rgba(33,33,33,0) 100%);
}
article.card-primary img, article.card-secondary img, article.card-product img  {
	transition: all 0.3s ease-in-out;
}
article.card-primary:hover img, article.card-secondary:hover img, article.card-product:hover img {
	transform: scale(1.05);
}
article.card-secondary .read-more-button {
	margin-top: 1rem;
	display: inline-block;
	display: inline-flex;
    align-items: center;
}
article.card-secondary .read-more-button::after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-image: url(../images/arrow-primary.svg?f14d9b3047be2ef04bd5c0c70323f7e5);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 12px;
	margin-left: 10px;
	z-index: 99;
	transition: all 0.3s ease-in-out;
}
.card-secondary {
	transition: all 0.2s ease-in-out;
}
.card-secondary:hover  {
	border-bottom: 2px solid;
	--tw-border-opacity: 1;
	border-color: rgb(213 18 30 / var(--tw-border-opacity, 1));
}
.card-secondary :is(h2, h3, h4, p, a) {
	transition: all 0.3s ease-in-out;
}
.card-secondary:hover :is(h2, h3, h4, p, a) {
  --tw-text-opacity: 1;
  color: rgb(213 18 30 / var(--tw-text-opacity, 1));
}
.card-secondary:hover .read-more-button::after {
	transform: rotate(45deg);
}
article.card-product .wrapper-image {
	display: block;
	transition: all 0.3s ease-in-out;
	border: 1px solid;
	border-color: rgb(213 18 30 / 0);
}
article.card-product .wrapper-image::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgb(0 0 0 / 0.2);
	transition: all 0.3s ease-in-out;
	opacity: 1;
}
article.card-product:hover .wrapper-image::after {
	opacity: 0;
}
article.card-product:hover .wrapper-image {
	border-color: rgb(213 18 30 / 1);
}
article.card-product :is(h2, h3, .item-data) {
	transition: all 0.3s ease-in-out;
}
article.card-product:hover :is(h2, h3, .item-data) {
	color: rgb(213 18 30 / 1);
}
article.card-product .wrapper-image .image::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: 0;
	right: 0;
	background-image: url(../images/arrow-white.svg?91e565d53ce6a3effa152413f692a6f8);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 12px;
	z-index: 12;
	transition: all 0.3s ease-in-out;
}
article.card-product .wrapper-image .image::before {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: 0;
	right: 0;
	background-color: rgb(213 18 30 / 0);
	z-index: 11;
	transition: all 0.3s ease-in-out;
}
article.card-product:hover .wrapper-image .image::before {
	background-color: rgb(213 18 30 / 1);
}
article.card-product:hover .wrapper-image .image::after {
	transform: rotate(45deg);
}
/* cards */
.map-consent-placeholder {
	position: absolute;
	width: 90%;
	height: 90%;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: #f1f1f1;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.map-consent-placeholder .accept-map-consent {
    padding: 14px 50px;
    font-size: 18px;
    color: white;
    background-color: #D5121E;
    cursor: pointer;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.map-loader {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 12;
	background-color: #f1f1f1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.map-loader .loader-16{
    width : 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
	background: linear-gradient(0deg, rgba(213, 18, 30, 0.2) 33%, rgba(213, 18, 30, 1) 100%);
    animation: rotation 1s linear infinite;
}
.map-loader .loader-16:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	width: calc(48px - 4px);
	height: calc(48px - 4px);
	border-radius: 50%;
	background: #f1f1f1;
}
@keyframes rotation {
	0% { transform: rotate(0deg) }
	100% { transform: rotate(360deg) }
}
.block-solutions h2 {
	margin-bottom: 0px;
}
.block-columns .background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.block-columns .background-image .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.stp-hero-small-block .image-overlay, #blog-hero .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: black;
	opacity: 0.5;
}
/* parts */
@media (min-width: 768px) {

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

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:flex {
    display: flex;
  }

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

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

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

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

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

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 992px) {

  .lg\:sticky {
    position: sticky;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

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

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

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

  .lg\:mt-20 {
    margin-top: 5rem;
  }

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-1\/2 {
    aspect-ratio: 1 / 2;
  }

  .lg\:aspect-2 {
    aspect-ratio: 2 / 1;
  }

  .lg\:aspect-\[4\/5\] {
    aspect-ratio: 4/5;
  }

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

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

  .lg\:max-w-sm {
    max-width: 540px;
  }

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

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

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

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

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:p-0 {
    padding: 0px;
  }

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

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

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

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

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

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

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

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

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

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

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

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

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

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

  .lg\:pl-12 {
    padding-left: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pt-90p {
    padding-top: 90px;
  }
}
@media (min-width: 1280px) {

  .xl\:relative {
    position: relative;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }
}
@media (min-width: 1536px) {

  .xxl\:max-w-md {
    max-width: 720px;
  }
}
