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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

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

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

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

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

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

h1 {
  font-family: Londrina-Solid-Regular, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

h2 {
  font-family: Londrina-Solid-Regular, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

h3 {
  font-family: Londrina-Solid-Regular, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

p {
  font-family: Barlow-Regular, sans-serif;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

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

.top-\[3px\] {
  top: 3px !important;
}

.top-\[22px\] {
  top: 22px !important;
}

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

.bottom-10 {
  bottom: 2.5rem !important;
}

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

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

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

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

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

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.my-\[100px\] {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mt-\[470px\] {
  margin-top: 470px !important;
}

.mt-\[540px\] {
  margin-top: 540px !important;
}

.mb-\[20px\] {
  margin-bottom: 20px !important;
}

.mt-\[30px\] {
  margin-top: 30px !important;
}

.mt-\[50px\] {
  margin-top: 50px !important;
}

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

.mt-\[150px\] {
  margin-top: 150px !important;
}

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

.mb-\[40px\] {
  margin-bottom: 40px !important;
}

.mb-\[12px\] {
  margin-bottom: 12px !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.flex {
  display: flex !important;
}

.grid {
  display: grid !important;
}

.hidden {
  display: none !important;
}

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

.h-auto {
  height: auto !important;
}

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

.h-full {
  height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1 1 0% !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;
}

.resize-y {
  resize: vertical !important;
}

.list-none {
  list-style-type: none !important;
}

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

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

.items-start {
  align-items: flex-start !important;
}

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

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

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

.justify-evenly {
  justify-content: space-evenly !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

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

.space-x-\[9px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(9px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(9px * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

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

.space-y-\[15px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(15px * var(--tw-space-y-reverse)) !important;
}

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

.space-x-\[20px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(20px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

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

.space-y-\[30px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(30px * var(--tw-space-y-reverse)) !important;
}

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

.space-y-\[20px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(20px * var(--tw-space-y-reverse)) !important;
}

.self-end {
  align-self: flex-end !important;
}

.rounded-\[10px\] {
  border-radius: 10px !important;
}

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

.border-none {
  border-style: none !important;
}

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

.bg-\[\#F5C451\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 196 81 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#121212\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity)) !important;
}

.bg-red-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 31 24 / var(--tw-bg-opacity)) !important;
}

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

.bg-yellow-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 196 81 / var(--tw-bg-opacity)) !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-center {
  background-position: center !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

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

.p-10 {
  padding: 2.5rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

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

.py-\[100px\] {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-\[45px\] {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

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

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

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

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

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

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

.pt-\[50px\] {
  padding-top: 50px !important;
}

.pb-\[100px\] {
  padding-bottom: 100px !important;
}

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

.pt-\[200px\] {
  padding-top: 200px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

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

.font-londrina {
  font-family: Londrina-Solid-Regular, sans-serif !important;
}

.font-barlow {
  font-family: Barlow-Regular, sans-serif !important;
}

.text-\[28px\] {
  font-size: 28px !important;
}

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

.text-\[20px\] {
  font-size: 20px !important;
}

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-\[22px\] {
  font-size: 22px !important;
}

.text-\[88px\] {
  font-size: 88px !important;
}

.text-\[30px\] {
  font-size: 30px !important;
}

.text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.text-\[26px\] {
  font-size: 26px !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.leading-\[0\.8\] {
  line-height: 0.8 !important;
}

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

.text-yellow-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(245 196 81 / var(--tw-text-opacity)) !important;
}

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

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

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

.drop-shadow-sint-text-shadow-yellow {
  --tw-drop-shadow: drop-shadow(2px 0px 0px rgba(208, 167, 69, 0.75)) !important;
  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;
}

.drop-shadow-sint-text-shadow-header {
  --tw-drop-shadow: drop-shadow(3px 0px 0px rgba(0, 0, 0, 0.75)) !important;
  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;
}

.drop-shadow-sint-text-shadow {
  --tw-drop-shadow: drop-shadow(2px 0px 0px rgba(0, 0, 0, 0.75)) !important;
  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;
}

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

@font-face {
  font-family: "Londrina-Solid-Regular";

  src: url("../fonts/LondrinaSolid-Regular.ttf");
}

@font-face {
  font-family: "Barlow-Regular";

  src: url("../fonts/Barlow-Regular.ttf");
}

@media (min-width: 1024px) {
  * {
    cursor: none;
  }
}

* {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  *:hover {
    cursor: none;
  }
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

html {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
}

.test {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.detailwithoutimage a {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

/* Contentblock styles */

.content_container-1 .div {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

/*Dont know how to do this efficient*/

.content_container-1, 
.content_container-5, 
.content_container-9, 
.content_container-13, 
.content_container-17, 
.content_container-21 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 31 24 / var(--tw-bg-opacity));
}

.content_container-1 .staf,  .content_container-5 .staf,  .content_container-9 .staf,  .content_container-13 .staf,  .content_container-17 .staf,  .content_container-21 .staf {
  position: absolute;
  left: 0px;
  margin-top: 125px;
  max-height: 100px;
}

.content_container-3, 
.content_container-7, 
.content_container-11, 
.content_container-15, 
.content_container-19, 
.content_container-23 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 196 81 / var(--tw-bg-opacity));
}

.content_container-3 .staf,  .content_container-7 .staf,  .content_container-11 .staf,  .content_container-15 .staf,  .content_container-19 .staf,  .content_container-23 .staf {
  position: absolute;
  right: 0px;
  margin-top: 125px;
  max-height: 100px;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.text-shadow {
  text-shadow: 2px 0px 0px #D0A745;
}

.box-shadow {
  box-shadow: 0px 3px 0px #D0A745;
}

.anbi a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(245 196 81 / var(--tw-text-opacity));
}

.anbi a:hover {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(221 176 71 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

/* Photo slider */

.swiper {
  width: 100%;
  border-radius: 0px !important;
}

@media (min-width: 280px) {
  .swiper {
    height: 300px !important;
  }
}

@media (min-width: 1024px) {
  .swiper {
    height: 400px !important;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: auto !important;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}

/* Flying pepernoot as cursor */

.cursor {
  background-size: cover;
}

@media (min-width: 280px) {
  .cursor {
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .cursor {
    visibility: visible;
  }
}

.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 999;
  background-image: url("../images/pepernoot.png");
}

.cursor2 {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

@media (min-width: 280px) {
  .cursor2 {
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .cursor2 {
    visibility: visible;
  }
}

.cursor2 {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: white;
  opacity: 1;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width .3s, height .3s, opacitys .3s;
  z-index: 999;
}

.contact-spanner {
  @include span-width;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: $secondary-color-four;
}

.contact-spanner .contact-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  max-width: 1440px;
  padding-top: 85px;
  padding-bottom: 100px;
  @include media-tablet {
    padding-top: 55px;
  }
  @include media-mobile {
    padding-top: 45px;
  }
}

.contact-spanner .contact-container p {
  text-align: center;
}

.contact-spanner .contact-container .contact-section {
  width: 100%;
  margin-top: 50px;
  display: flex;
  align-items: stretch;
  @include media-tablet {
    flex-wrap: wrap-reverse;
  }
}

.contact-spanner .contact-container .contact-section .contact-info-container {
  position: relative;
  width: 26%;
  min-width: 400px;
  background-color: $primary-color-two;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  padding: 60px 45px;
  @include media-tablet {
    width: 100%;

    min-width: initial;
  }
  @include media-mobile {
    padding: 60px 30px;
  }
}

.contact-spanner .contact-container .contact-section .contact-info-container .line-left {
  align-self: flex-start;
}

.contact-spanner .contact-container .contact-section .contact-info-container .background {
  position: absolute;
  bottom: 0;
  left: 0;
}

.contact-spanner .contact-container .contact-section .contact-info-container .background img {
  max-width: 100%;
}

.contact-spanner .contact-container .contact-section .contact-info-container p, .contact-spanner .contact-container .contact-section .contact-info-container h3, .contact-spanner .contact-container .contact-section .contact-info-container a {
  color: white;
  text-align: initial;
  word-break: break-word;
}

.contact-spanner .contact-container .contact-section .contact-info-container .contact-item {
  margin-top: 35px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.contact-spanner .contact-container .contact-section .contact-info-container .contact-item a:hover {
  color: white;
}

.contact-spanner .contact-container .contact-section .contact-info-container .contact-item img {
  margin-right: 27px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 26px;
}

.contact-spanner .contact-container .contact-section .contact-form-container {
  background-color: white;
  min-height: 475px;
  width: 74%;
  display: flex;
  flex-direction: column;
  padding: 25px 55px 100px;
  @include media-tablet {
    width: 100%;

    padding: 25px 25px 100px;
  }
}

.contact-spanner .contact-container .contact-section .contact-form-container form {
  width: 100%;
  position: relative;
}

.contact-spanner .contact-container .contact-section .contact-form-container form input[type="submit"] {
  display: none;
}

.contact-spanner .contact-container .contact-section .contact-form-container form .fieldset {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 80%;
}

.contact-spanner .contact-container .contact-section .contact-form-container form .fieldset textarea {
  min-width: 100%;
}

.contact-spanner .contact-container .contact-section .contact-form-container form .fieldset label {
  margin-top: 40px;
}

.contact-spanner .contact-container .contact-section .contact-form-container form .fieldset .floating-button-container {
  position: absolute;
  bottom: -50px;
  right: -25px;
  z-index: 1;
  background-color: white;
  @include media-tablet {
    bottom: -42px;

    right: 0;
  }
}

.contact-spanner .contact-container .contact-section .contact-form-container form .fieldset .field-container {
  min-height: 50%;
  height: 50%;
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  @include media-mobile {
    width: 100%;
  }
}

.contact-spanner .contact-container .contact-section .contact-form-container form .fieldset .field-container .select {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #DAE2F2;
  padding-bottom: 11px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.contact-spanner .contact-container .contact-section .contact-form-container form .fieldset .field-container .select img {
  cursor: pointer;
  position: absolute;
  right: 10px;
}

.contact-spanner .contact-container .contact-section .contact-form-container form .fieldset .field-container .select select {
  width: 100%;
  cursor: pointer;
  z-index: 1;
}

/*Contact form*/

#Form_Form {
  width: 100%;
}

fieldset {
  width: 100%;
  row-gap: 0.75rem;
  text-transform: uppercase;
}

@media (min-width: 280px) {
  fieldset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
}

@media (min-width: 768px) {
  fieldset {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

#Form_Form_Naam_Holder {
  font-family: Londrina-Solid-Regular, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

@media (min-width: 280px) {
  #Form_Form_Naam_Holder {
    width: 100%;
  }
}

@media (min-width: 768px) {
  #Form_Form_Naam_Holder {
    grid-column-start: 1;
    grid-column-end: 2;
    width: 95%;
  }
}

#Form_Form_Naam_Holder input {
  display: block;
  width: 100%;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(245 196 81 / var(--tw-border-opacity));
  background-color: transparent;
  font-family: Barlow-Regular, sans-serif;
  font-size: 16px;
  font-style: italic;
}

#Form_Form_E-mail_Holder {
  font-family: Londrina-Solid-Regular, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #Form_Form_E-mail_Holder {
    grid-column-start: 2;
    grid-column-end: 3;
  }
}

#Form_Form_E-mail_Holder input {
  display: block;
  width: 100%;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(245 196 81 / var(--tw-border-opacity));
  background-color: transparent;
  font-family: Barlow-Regular, sans-serif;
  font-size: 16px;
  font-style: italic;
}

#Form_Form_Bericht_Holder {
  font-family: Londrina-Solid-Regular, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #Form_Form_Bericht_Holder {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

#Form_Form_Bericht_Holder textarea {
  display: block;
  width: 100%;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(245 196 81 / var(--tw-border-opacity));
  background-color: transparent;
  font-family: Barlow-Regular, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.btn-toolbar {
  float: right;
  margin-top: 2rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: row;
  align-items: center;
}

.btn-toolbar > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(9px * var(--tw-space-x-reverse));
  margin-left: calc(9px * calc(1 - var(--tw-space-x-reverse)));
}

.btn-toolbar {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 196 81 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Londrina-Solid-Regular, sans-serif;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  box-shadow: 0px 3px 0px #D0A745;
}

.btn-toolbar:active {
  --tw-bg-opacity: 1;
  background-color: rgb(208 167 69 / var(--tw-bg-opacity));
}

@media (min-width: 280px) {
  .btn-toolbar {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .btn-toolbar {
    margin-bottom: 0px;
  }
}

.btn-toolbar input {
  text-transform: uppercase;
}

.more-button:after {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-left: 10px;
  text-align: center;
  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: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .more-button:after {
    top: 0px;
  }
}

.more-button:after {
  content: url("../images/staf-button.svg");
}

.more-button:hover:after {
  --tw-translate-x: 6px;
  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));
}

.mijter-hover {
  top: -60%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.navigation-item:hover img {
  visibility: visible !important;
}

.white-sinterklaas-roofs {
  filter: invert(100%) sepia(97%) saturate(13%) hue-rotate(220deg) brightness(103%) contrast(103%);
}

.close {
  position: absolute;
  right: 20px;
  top: 65px;
  width: 30px;
  height: 30px;
  opacity: 1;
}

.close:hover {
  opacity: 1;
}

.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 3px;
  background-color: white;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

.active\:bg-\[\#D0A745\]:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(208 167 69 / var(--tw-bg-opacity)) !important;
}

@media (min-width: 280px) {
  .mobile\:bottom-\[80px\] {
    bottom: 80px !important;
  }

  .mobile\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .mobile\:block {
    display: block !important;
  }

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

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

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

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

  .mobile\:w-\[90\%\] {
    width: 90% !important;
  }

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

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

  .mobile\:flex-col {
    flex-direction: column !important;
  }

  .mobile\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .mobile\:justify-around {
    justify-content: space-around !important;
  }

  .mobile\:space-y-\[-30px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--tw-space-y-reverse)) !important;
  }

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

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

  .mobile\:rounded-b-\[10px\] {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .mobile\:rounded-t-\[10px\] {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  .mobile\:text-\[54px\] {
    font-size: 54px !important;
  }

  .mobile\:text-\[40px\] {
    font-size: 40px !important;
  }

  .mobile\:text-\[30px\] {
    font-size: 30px !important;
  }

  .mobile\:text-\[20px\] {
    font-size: 20px !important;
  }
}

@media (min-width: 768px) {
  .tablet\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .tablet\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .tablet\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .tablet\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .tablet\:mt-\[540px\] {
    margin-top: 540px !important;
  }

  .tablet\:block {
    display: block !important;
  }

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

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

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

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

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

  .tablet\:text-\[64px\] {
    font-size: 64px !important;
  }

  .tablet\:text-\[18px\] {
    font-size: 18px !important;
  }

  .tablet\:text-\[54px\] {
    font-size: 54px !important;
  }

  .tablet\:text-\[39px\] {
    font-size: 39px !important;
  }
}

@media (min-width: 1024px) {
  .desktop-sm\:bottom-\[90px\] {
    bottom: 90px !important;
  }

  .desktop-sm\:col-auto {
    grid-column: auto !important;
  }

  .desktop-sm\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .desktop-sm\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .desktop-sm\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .desktop-sm\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .desktop-sm\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .desktop-sm\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .desktop-sm\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .desktop-sm\:mt-\[200px\] {
    margin-top: 200px !important;
  }

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

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

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

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

  .desktop-sm\:min-h-\[400px\] {
    min-height: 400px !important;
  }

  .desktop-sm\:w-\[55\%\] {
    width: 55% !important;
  }

  .desktop-sm\:w-\[75vw\] {
    width: 75vw !important;
  }

  .desktop-sm\:max-w-\[350px\] {
    max-width: 350px !important;
  }

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

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

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

  .desktop-sm\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .desktop-sm\:justify-between {
    justify-content: space-between !important;
  }

  .desktop-sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .desktop-sm\:space-x-\[-50px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-50px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop-sm\:space-x-\[-20px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop-sm\:space-x-\[50px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(50px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop-sm\:-space-y-\[45px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-45px * var(--tw-space-y-reverse)) !important;
  }

  .desktop-sm\:rounded-l-\[10px\] {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .desktop-sm\:rounded-r-\[10px\] {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  .desktop-sm\:text-\[88px\] {
    font-size: 88px !important;
  }

  .desktop-sm\:text-\[22px\] {
    font-size: 22px !important;
  }

  .desktop-sm\:text-\[64px\] {
    font-size: 64px !important;
  }

  .desktop-sm\:text-\[28px\] {
    font-size: 28px !important;
  }
}
