/*
! tailwindcss v3.3.3 | 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: currentColor; /* 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.
*/

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
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] {
  display: none;
}

*, ::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:  ;
}

::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:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 1160px) {

  .container {
    max-width: 1160px;
  }
}
/*
* 1 - Fonts
*/
/*----------------------Zalando Sans (Variable Font)------------------------*/
@font-face {
  font-family: "Zalando Sans";
  src: url("../../fonts/zalando-sans/zalando-sans.woff2") format("woff2"), url("../../fonts/zalando-sans/zalando-sans.woff") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Zalando Sans";
  src: url("../../fonts/zalando-sans/zalando-sans-italic.woff2") format("woff2"), url("../../fonts/zalando-sans/zalando-sans-italic.woff") format("woff");
  font-weight: 100 900;
  font-style: italic;
  font-display: fallback;
}
/*----------------------Zalando Sans Expanded (Variable Font)------------------------*/
@font-face {
  font-family: "Zalando Sans Expanded";
  src: url("../../fonts/zalando-sans-expanded/zalando-sans-expanded.woff2") format("woff2"), url("../../fonts/zalando-sans-expanded/zalando-sans-expanded.woff") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Zalando Sans Expanded";
  src: url("../../fonts/zalando-sans-expanded/zalando-sans-expanded-italic.woff2") format("woff2"), url("../../fonts/zalando-sans-expanded/zalando-sans-expanded-italic.woff") format("woff");
  font-weight: 100 900;
  font-style: italic;
  font-display: fallback;
}
/* ==========================================================================
 * Basic elements (no class selectors allowed)
 * ========================================================================== */
/**
 * Set up the html
 *
 * 1. Makes sure that some fonts are better rendered
 * 2. Set font to lining figures
 */
html {
  box-sizing: border-box;
}

body {
  font-family: Zalando Sans, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * [1] Turn off text-shadow when selecting text for better readability
 */
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}

a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration: none;
}

p {
  margin: 0 0 16px;
  line-height: inherit;
}

.c-main-menu__list {
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  padding: 0px;
}
.c-main-menu__list .menu-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
.c-main-menu__list .menu-item a {
  position: relative;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 24px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.c-main-menu__list .menu-item a:hover {
  opacity: 0.75;
}
.c-main-menu__list .menu-item a:after {
  position: absolute;
  right: 0px;
  top: 5px;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  background-image: url("../../img/icons/menu-arrow-right.svg");
  --tw-content: "";
  content: var(--tw-content);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--pulse-color);
}
.c-main-menu__list .menu-item:not(:last-child) {
  margin-bottom: 8px;
}

/*-------------Placeholders Start-------------*/
.o-header-dropdown__btn, button[type=submit],
input[type=submit] {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 100px;
  border-width: 1px;
  text-align: center;
  font-family: Zalando Sans, sans-serif;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.o-header-dropdown__btn {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  color: var(--pulse-color);
}
.o-header-dropdown__btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(38 41 44 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(38 41 44 / var(--tw-bg-opacity));
}

button[type=submit],
input[type=submit] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
button[type=submit]:hover,
input[type=submit]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.c-footer-menu {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.c-footer-menu__item:not(:last-child) {
  margin-bottom: 16px;
}

.c-footer-menu__link {
  display: inline-block;
  font-family: Zalando Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.c-social-menu {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.c-social-menu__icon {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.c-social-menu__icon:hover {
  opacity: 0.7;
}
.c-social-menu__icon svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.o-header-dropdown .c-social-menu__icon {
  height: 45px;
  width: 45px;
  border-radius: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(38 41 44 / var(--tw-bg-opacity));
  color: var(--pulse-color);
}
.o-header-dropdown .c-social-menu__icon svg path {
  fill: var(--pulse-color);
}
.o-header-dropdown .c-social-menu__icon svg rect {
  stroke: #26292C;
}

.o-footer .c-social-menu__icon {
  height: 30px;
  width: 30px;
}

/*-------------Placeholders Start-------------*/
.o-header-dropdown__btn, button[type=submit],
input[type=submit] {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 100px;
  border-width: 1px;
  text-align: center;
  font-family: Zalando Sans, sans-serif;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.o-header-dropdown__btn {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  color: var(--pulse-color);
}
.o-header-dropdown__btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(38 41 44 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(38 41 44 / var(--tw-bg-opacity));
}

button[type=submit],
input[type=submit] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
button[type=submit]:hover,
input[type=submit]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.c-nl-form {
  display: flex;
  height: 100%;
  min-height: 300px;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  --tw-bg-opacity: 1;
  background-color: rgb(38 41 44 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.c-nl-form input[type=checkbox] {
  display: none;
}
.c-nl-form input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
}
.c-nl-form input[type=checkbox] + label:before {
  position: absolute;
  left: 5px;
  top: 1px;
  height: 18px;
  width: 18px;
  border-radius: 2px;
  border-width: 1px;
  --tw-content: "";
  content: var(--tw-content);
  border-color: var(--pulse-color);
}
.c-nl-form input[type=checkbox]:checked + label:before {
  background-color: var(--pulse-color);
}
.c-nl-form input[type=checkbox]:checked + label:after {
  position: absolute;
  --tw-content: "";
  content: var(--tw-content);
  top: 2px;
  left: 10px;
  width: 7px;
  height: 12px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
}
.c-nl-form .sib_loader {
  margin-bottom: 8px;
  height: 20px;
  width: 20px;
  background-image: url("../../img/icons/nl-spinner.gif");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-nl-form .sib_loader img {
  display: none !important;
}

.c-nl-form__box {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 364px;
  flex-grow: 0;
}

.c-nl-form__title {
  margin-bottom: 32px;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.3px;
}

.c-nl-form__description {
  margin-bottom: 24px;
  font-family: Zalando Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.c-nl-form__hidden-fields {
  display: none;
}

input[type=email],
input[type=text],
input[type=number] {
  margin-bottom: 16px;
  display: block;
  width: 100%;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Zalando Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(38 41 44 / var(--tw-text-opacity));
}

input[type=email]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder {
  font-family: Zalando Sans, sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(38 41 44 / var(--tw-text-opacity));
}

input[type=email]::placeholder,
input[type=text]::placeholder,
input[type=number]::placeholder {
  font-family: Zalando Sans, sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(38 41 44 / var(--tw-text-opacity));
}

.input-sm {
  max-width: 80px;
}

button[type=submit],
input[type=submit] {
  margin-top: 24px;
  cursor: pointer;
}

label {
  margin-bottom: 16px;
  display: inline-block;
  cursor: pointer;
  font-family: Zalando Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--pulse-color);
}

body.nl-popup-overflow {
  overflow: hidden;
}

.c-nl-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.5);
}

.c-nl-popup__container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 1024px) {

  .c-nl-popup__container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.c-nl-popup__box {
  position: relative;
  max-height: 95%;
  width: 552px;
  overflow: auto;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(38 41 44 / var(--tw-bg-opacity));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 40px;
  padding-bottom: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.c-nl-popup__box::-webkit-scrollbar {
  display: none;
}
.c-nl-popup__box::-webkit-scrollbar-track {
  display: none;
}
.c-nl-popup__box::-webkit-scrollbar-thumb {
  display: none;
}

.c-nl-popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.c-nl-popup__close span {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  width: 18px;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.c-nl-popup__close span:first-child {
  --tw-rotate: 45deg;
  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));
}
.c-nl-popup__close span:last-child {
  --tw-rotate: -45deg;
  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));
}

.c-image-fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.c-image-fullscreen-overlay img {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  cursor: zoom-out;
}

.s-bottom-nl {
  margin-top: 40px;
  margin-bottom: 40px;
}
.s-bottom-nl .c-nl-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 584px;
}

/*-------------Placeholders Start-------------*/
.o-header-dropdown__btn, button[type=submit],
input[type=submit] {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 100px;
  border-width: 1px;
  text-align: center;
  font-family: Zalando Sans, sans-serif;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.o-header-dropdown__btn {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  color: var(--pulse-color);
}
.o-header-dropdown__btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(38 41 44 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(38 41 44 / var(--tw-bg-opacity));
}

button[type=submit],
input[type=submit] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
button[type=submit]:hover,
input[type=submit]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.o-header__body-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.5);
}

.o-header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  width: 100%;
  background-color: transparent;
  padding-top: 8px;
  padding-bottom: 8px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.o-header.is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(38 41 44 / var(--tw-bg-opacity));
}

.o-header.is-sticky {
  --tw-bg-opacity: 1;
  background-color: rgb(38 41 44 / var(--tw-bg-opacity));
}

.o-header__main-holder {
  position: relative;
  padding-right: 56px;
  line-height: 0px;
}

.o-header__logo-link {
  display: inline-block;
}

.o-header-dropdown {
  position: absolute;
  top: 64px;
  left: 0px;
  display: none;
  height: calc(100vh - 64px);
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {

  .o-header-dropdown {
    height: auto;
  }
}

.o-header-dropdown {
  -webkit-backdrop-filter: blur(29.8999996185px);
          backdrop-filter: blur(29.8999996185px);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {

  .o-header-dropdown .container {
    display: flex;
    height: 100%;
    flex-direction: column;
  }

  .o-header-dropdown .o-header-dropdown__main-menu {
    flex: 1 1 0%;
  }
}

.o-header-dropdown__main-menu {
  max-height: 70%;
  overflow: auto;
  padding-top: 32px;
  padding-bottom: 101px;
}

@media (min-width: 1024px) {

  .o-header-dropdown__main-menu {
    padding-bottom: 24px;
  }
}
.o-header-dropdown__main-menu::-webkit-scrollbar {
  display: none;
}
.o-header-dropdown__main-menu::-webkit-scrollbar-track {
  display: none;
}
.o-header-dropdown__main-menu::-webkit-scrollbar-thumb {
  display: none;
}

.o-header-dropdown__social-menu {
  left: 16px;
  bottom: 0px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  -moz-column-gap: 43px;
       column-gap: 43px;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (max-width: 1023px) {

  .o-header-dropdown__social-menu {
    position: static;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

.o-header-dropdown__social-menu {
  border-top: 1px solid var(--pulse-color);
}

.o-header-dropdown__social-menu-col {
  flex: 1 1 0%;
  text-align: right;
}

.o-header__menu-btn {
  position: absolute;
  right: 16px;
  top: 50%;
  height: 24px;
  width: 24px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
}
.o-header__menu-btn span {
  position: absolute;
  left: 50%;
  display: block;
  height: 2px;
  width: 18px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.o-header__menu-btn span:nth-child(1) {
  top: 6px;
}
.o-header__menu-btn span:nth-child(2) {
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.o-header__menu-btn span:nth-child(3) {
  bottom: 6px;
}

.o-header__menu-btn.is-open span:nth-child(1) {
  top: 50%;
  --tw-translate-y: -50%;
  --tw-rotate: 45deg;
  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));
}
.o-header__menu-btn.is-open span:nth-child(2) {
  opacity: 0;
}
.o-header__menu-btn.is-open span:nth-child(3) {
  top: 50%;
  --tw-translate-y: -50%;
  --tw-rotate: -45deg;
  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));
}

/*----------Logo-------------*/
.o-header__logo {
  position: relative;
  display: flex;
  flex-direction: row;
  color: var(--pulse-color);
}
.page-template-home-page .o-header__logo {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.o-header.is-active .o-header__logo {
  visibility: visible;
  opacity: 1;
}
.o-header.is-sticky .o-header__logo {
  visibility: visible;
  opacity: 1;
}
.o-header__logo .o-header__logo-link {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  height: 100%;
  width: 100%;
  max-width: 120px;
}
.o-header__logo .o-header__logo-link.is-active {
  display: block;
  max-width: 100%;
  visibility: visible;
}

.o-header__logo-part {
  margin: 0 -1px;
  color: var(--pulse-color);
}
.o-header__logo-part svg {
  width: 100%;
}

#logo-header-grow {
  width: 30px;
  transition: 300ms ease-in-out;
}

.logo-header-grow--active {
  flex-grow: 1;
}

.o-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(38 41 44 / var(--tw-bg-opacity));
  padding-top: 32px;
  padding-bottom: 32px;
}

.o-footer__top {
  margin-bottom: 24px;
}
.o-footer__grid {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.o-footer__text {
  margin-bottom: 0px;
  font-family: Zalando Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.o-footer__text--left {
  margin-right: auto;
}
.o-footer__text--right {
  margin-left: auto;
}

.o-footer__nl {
  margin-bottom: 32px;
}
.o-footer__nl .c-nl-form {
  border-radius: 0px;
  border-bottom-width: 1px;
  padding: 0px;
  padding-bottom: 48px;
  border-color: var(--pulse-color);
}
.o-footer__nl .c-nl-form__box {
  max-width: 100%;
}
.o-footer__nl .c-nl-form__title {
  font-size: 64px;
  text-transform: uppercase;
  line-height: 64px;
  letter-spacing: -0.3px;
}
@media (min-width: 768px) {

  .o-footer__nl .c-nl-form__title {
    font-size: 110px;
    line-height: 110px;
  }
}
@media (min-width: 1280px) {

  .o-footer__nl .c-nl-form__title {
    font-size: 123px;
    line-height: 123px;
  }
}
.o-footer__nl .c-nl-form__description {
  max-width: 552px;
}
@media (min-width: 768px) {

  .o-footer__nl .c-nl-form__form {
    max-width: 328px;
  }
}
.o-footer__nl button[type=submit], .o-footer__nl input[type=submit] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  color: var(--pulse-color);
}

/*
* 7 - Gutenberg Blocks
*/
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignright {
  text-align: right;
}
.wp-block-image.alignfull {
  width: 100%;
}
.wp-block-image.alignfull a {
  display: block;
}
.wp-block-image.alignfull picture, .wp-block-image.alignfull img {
  display: block;
  width: 100%;
}
.wp-block-image.alignfull picture img {
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-image img, .wp-block-image a {
  display: inline-block;
}
.wp-block-image.is-style-rounded picture {
  display: inline-block;
  overflow: hidden;
  border-radius: 100%;
}
.wp-block-image.is-style-rounded picture img {
  height: 100%;
  -o-object-fit: inherit;
     object-fit: inherit;
}
.wp-block-image .wp-element-caption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 13.2px;
}
.wp-block-image.is-style-tab-desk-only {
  display: none;
}
@media (min-width: 768px) {

  .wp-block-image.is-style-tab-desk-only {
    display: block;
  }
}
.wp-block-image.is-style-mobile-only {
  display: block;
}
@media (min-width: 768px) {

  .wp-block-image.is-style-mobile-only {
    display: none;
  }
}

p {
  font-family: Zalando Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.acf-content-box p {
  margin-bottom: 24px;
  /*   &.is-style-border-bottom {
       @apply border-b border-grey-400 mb-[16px] pb-[12px];
     }*/
}
.acf-content-box p > a {
  color: var(--pulse-color);
}
.acf-content-box p a {
  text-decoration-line: underline;
}
.acf-content-box p a:hover {
  text-decoration-line: none;
}
.acf-content-box p.is-style-big-fl span.first-letter {
  float: left;
  margin-right: 6px;
  margin-bottom: -22px;
  font-size: 493%;
  font-weight: 500;
  line-height: 1;
}
.acf-content-box p b, .acf-content-box p strong {
  font-weight: 600;
}
.acf-content-box p sub, .acf-content-box p sup {
  font-size: 50%;
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 1024px) {

  .acf-content-box p sub, .acf-content-box p sup {
    font-size: 38%;
  }
}
.acf-content-box p sub {
  bottom: 0px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ol, ul {
  margin: 0px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 16px;
  font-family: Zalando Sans, sans-serif;
}
ol a, ul a {
  text-decoration-line: underline;
}
ol a:hover, ul a:hover {
  text-decoration-line: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Zalando Sans Expanded, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-size: 58px;
  line-height: 58px;
}

h2 {
  font-size: 45px;
  line-height: 45px;
  letter-spacing: -0.3px;
}

h3 {
  font-size: 30px;
  line-height: 30px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

h5 {
  font-size: 16px;
  line-height: 17.6px;
}

h6 {
  font-size: 15px;
  line-height: 18px;
}

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

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

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

.has-black-color {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.has-black-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.has-dark-grey-color {
  --tw-text-opacity: 1;
  color: rgb(38 41 44 / var(--tw-text-opacity));
}

.has-dark-grey-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(38 41 44 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.has-pulse-primary-color {
  color: var(--pulse-color);
}

.has-pulse-primary-background-color {
  background-color: var(--pulse-color);
}

/*---------------------Typography---------------------------*/
.is-style-font-tt-norms-serif-var-roman {
  font-family: Zalando Sans Expanded, sans-serif;
}

.is-style-font-roc-grotesk {
  font-weight: 700;
}

.has-12-font-size {
  font-size: 12px;
  line-height: 13.2px;
}

.has-14-font-size {
  font-size: 14px;
  line-height: 21px;
}

.has-16-font-size {
  font-size: 16px;
  line-height: 24px;
}

.has-18-font-size {
  font-size: 18px;
  line-height: 27px;
}

.has-25-font-size {
  font-size: 25px;
  line-height: 27px;
}

.has-30-font-size {
  font-size: 30px;
  line-height: 30px;
}

.has-40-font-size {
  font-size: 40px;
  line-height: 44px;
}

.has-60-font-size {
  font-size: 50px;
  line-height: 48px;
}

@media (min-width: 768px) {

  .has-60-font-size {
    font-size: 60px;
    line-height: 54px;
  }
}

.has-120-font-size {
  font-size: 100px;
  line-height: 1;
}

@media (min-width: 768px) {

  .has-120-font-size {
    font-size: 120px;
  }
}

.has-160-font-size {
  font-size: 100px;
  line-height: 1;
}

@media (min-width: 768px) {

  .has-160-font-size {
    font-size: 160px;
  }
}

.static {
  position: static !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.-mx-\[15px\] {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

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

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

.block {
  display: block !important;
}

.flex {
  display: flex !important;
}

.table {
  display: table !important;
}

.contents {
  display: contents !important;
}

.hidden {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite !important;
}

.resize {
  resize: both !important;
}

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

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

.gap-y-\[30px\] {
  row-gap: 30px !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.rounded {
  border-radius: 4px !important;
}

.px-\[15px\] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.italic {
  font-style: italic !important;
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.underline {
  text-decoration-line: underline !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;
}

@media (min-width: 768px) {

  .tablet\:h-\[0px\] {
    height: 0px !important;
  }

  .tablet\:h-\[104px\] {
    height: 104px !important;
  }

  .tablet\:h-\[120px\] {
    height: 120px !important;
  }

  .tablet\:h-\[16px\] {
    height: 16px !important;
  }

  .tablet\:h-\[24px\] {
    height: 24px !important;
  }

  .tablet\:h-\[32px\] {
    height: 32px !important;
  }

  .tablet\:h-\[40px\] {
    height: 40px !important;
  }

  .tablet\:h-\[48px\] {
    height: 48px !important;
  }

  .tablet\:h-\[56px\] {
    height: 56px !important;
  }

  .tablet\:h-\[64px\] {
    height: 64px !important;
  }

  .tablet\:h-\[72px\] {
    height: 72px !important;
  }

  .tablet\:h-\[80px\] {
    height: 80px !important;
  }

  .tablet\:h-\[88px\] {
    height: 88px !important;
  }

  .tablet\:h-\[8px\] {
    height: 8px !important;
  }

  .tablet\:w-1\/2 {
    width: 50% !important;
  }
}

@media (min-width: 1280px) {

  .desktop\:h-\[0px\] {
    height: 0px !important;
  }

  .desktop\:h-\[104px\] {
    height: 104px !important;
  }

  .desktop\:h-\[120px\] {
    height: 120px !important;
  }

  .desktop\:h-\[16px\] {
    height: 16px !important;
  }

  .desktop\:h-\[24px\] {
    height: 24px !important;
  }

  .desktop\:h-\[32px\] {
    height: 32px !important;
  }

  .desktop\:h-\[40px\] {
    height: 40px !important;
  }

  .desktop\:h-\[48px\] {
    height: 48px !important;
  }

  .desktop\:h-\[56px\] {
    height: 56px !important;
  }

  .desktop\:h-\[64px\] {
    height: 64px !important;
  }

  .desktop\:h-\[72px\] {
    height: 72px !important;
  }

  .desktop\:h-\[80px\] {
    height: 80px !important;
  }

  .desktop\:h-\[88px\] {
    height: 88px !important;
  }

  .desktop\:h-\[8px\] {
    height: 8px !important;
  }

  .desktop\:w-11\/12 {
    width: 91.666667% !important;
  }

  .desktop\:w-5\/12 {
    width: 41.666667% !important;
  }

  .desktop\:w-auto {
    width: auto !important;
  }
}
