/*
! tailwindcss v3.4.4 | 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: HelveticaNowDisplay, 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] {
  display: none;
}

html,
  body {
  font-family: HelveticaNowDisplay, sans-serif;
}

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

.container {
  width: 100%;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-left-\[100px\] {
  left: -100px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.top-\[50px\] {
  top: 50px;
}

.top-\[60px\] {
  top: 60px;
}

.top-\[80px\] {
  top: 80px;
}

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

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

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mb-\[100px\] {
  margin-bottom: 100px;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-\[35px\] {
  margin-bottom: 35px;
}

.mr-6 {
  margin-right: 1.5rem;
}

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

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

.mt-6 {
  margin-top: 1.5rem;
}

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

.mt-\[25px\] {
  margin-top: 25px;
}

.mt-\[35px\] {
  margin-top: 35px;
}

.mt-\[44px\] {
  margin-top: 44px;
}

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

.mt-auto {
  margin-top: auto;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

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

.h-10 {
  height: 2.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

.h-\[auto\] {
  height: auto;
}

.h-\[calc\(100\%-80px\)\] {
  height: calc(100% - 80px);
}

.h-full {
  height: 100%;
}

.max-h-10 {
  max-height: 2.5rem;
}

.max-h-6 {
  max-height: 1.5rem;
}

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

.min-h-\[100svh\] {
  min-height: 100svh;
}

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

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

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

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

.min-h-\[50svh\] {
  min-height: 50svh;
}

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

.w-full {
  width: 100%;
}

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

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

.min-w-\[auto\] {
  min-width: auto;
}

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

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

.max-w-7xl {
  max-width: 80rem;
}

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

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

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

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

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-\[50px\] {
  gap: 50px;
}

.gap-x-\[0px\] {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-\[100px\] {
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.gap-x-\[50px\] {
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.gap-y-0 {
  row-gap: 0px;
}

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

.gap-y-\[50px\] {
  row-gap: 50px;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

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

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

.border-solid {
  border-style: solid;
}

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

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

.border-ciyellow {
  --tw-border-opacity: 1;
  border-color: rgb(252 229 1 / var(--tw-border-opacity));
}

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

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

.bg-ciyellow {
  --tw-bg-opacity: 1;
  background-color: rgb(252 229 1 / var(--tw-bg-opacity));
}

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

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

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

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

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

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

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

.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-\[750px\] {
  padding-top: 750px;
  padding-bottom: 750px;
}

.py-\[75px\] {
  padding-top: 75px;
  padding-bottom: 75px;
}

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

.pb-\[25px\] {
  padding-bottom: 25px;
}

.pb-\[35px\] {
  padding-bottom: 35px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pb-\[50px\] {
  padding-bottom: 50px;
}

.pb-\[56px\] {
  padding-bottom: 56px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

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

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

.pt-\[100px\] {
  padding-top: 100px;
}

.pt-\[25px\] {
  padding-top: 25px;
}

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

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

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

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

.text-\[13pt\] {
  font-size: 13pt;
}

.text-\[14pt\] {
  font-size: 14pt;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[17pt\] {
  font-size: 17pt;
}

.text-\[18pt\] {
  font-size: 18pt;
}

.text-\[20pt\] {
  font-size: 20pt;
}

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

.text-\[22pt\] {
  font-size: 22pt;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[25px\] {
  font-size: 25px;
}

.text-\[30pt\] {
  font-size: 30pt;
}

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

.text-\[40pt\] {
  font-size: 40pt;
}

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.\!font-black {
  font-weight: 900 !important;
}

.font-black {
  font-weight: 900;
}

.font-light {
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

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

.text-ciyellow {
  --tw-text-opacity: 1;
  color: rgb(252 229 1 / var(--tw-text-opacity));
}

.text-inherit {
  color: inherit;
}

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

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

.opacity-0 {
  opacity: 0;
}

.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-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@font-face {
  font-family: "HelveticaNowDisplay";

  src: url("/wp-content/plugins/bb-wp-hoch-baumaschinen-plugin/static/font/Display/HelveticaNowDisplay-Regular.woff2")
      format("woff2"),
    url("/wp-content/plugins/bb-wp-hoch-baumaschinen-plugin/static/font/Display/HelveticaNowDisplay-Regular.woff")
      format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "HelveticaNowDisplay";

  src: url("/wp-content/plugins/bb-wp-hoch-baumaschinen-plugin/static/font/Display/HelveticaNowDisplay-Black.woff2")
      format("woff2"),
    url("/wp-content/plugins/bb-wp-hoch-baumaschinen-plugin/static/font/Display/HelveticaNowDisplay-Black.woff")
      format("woff");

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "HelveticaNowDisplay";

  src: url("/wp-content/plugins/bb-wp-hoch-baumaschinen-plugin/static/font/Display/HelveticaNowDisplay-Bold.woff2")
      format("woff2"),
    url("/wp-content/plugins/bb-wp-hoch-baumaschinen-plugin/static/font/Display/HelveticaNowDisplay-Bold.woff")
      format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "HelveticaNowDisplay";

  src: url("/wp-content/plugins/bb-wp-hoch-baumaschinen-plugin/static/font/Display/HelveticaNowDisplay-Light.woff2")
      format("woff2"),
    url("/wp-content/plugins/bb-wp-hoch-baumaschinen-plugin/static/font/Display/HelveticaNowDisplay-Light.woff")
      format("woff");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

/* @font-face {
  font-family: "HelveticaNowDisplay";
  src: url("/wp-content/plugins/bb-wp-hoch-baumaschinen-plugin/static/font/Display/HelveticaNowDisplay-Thin.woff2")
      format("woff2"),
    url("/wp-content/plugins/bb-wp-hoch-baumaschinen-plugin/static/font/Display/HelveticaNowDisplay-Thin.woff")
      format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
} */

.info-card-media .bytes-figure,
.icon-card-media .bytes-figure,
.bg-container .bytes-figure {
  height: 100%;
  width: 100%;
}

.bg-container .bytes-figure .bytes-image {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-card-media .bytes-figure .bytes-image {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.icon-card-media .bytes-figure .bytes-image {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.flip-card {
  perspective: 1000px;
}

.flip-card-inner {
  transition: transform 0.8s;
  transform-style: preserve-3d;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  display: block;
}

.flip-card.active .flip-card-inner,
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-back {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  backface-visibility: hidden;
}

.flip-card-front .image {
  height: 100%;
}

.flip-card-front .bytes-picture {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  display: block;
}

.flip-card-front img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
}

.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2,
.et_pb_column_1_5 h2,
.et_pb_column_1_6 h2,
.et_pb_column_2_5 h2 {
  font-size: 25pt;
}

/* .mega-menu {
  opacity: 0;
  height: 100%;
  z-index: -1;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--white-color);
  color: var(--black-color);
  transition: all 0.3s ease-in-out;
  font-size: 20px;
} */

/* .mega-menu-section-inner {
  --phone-only-section-divider-color: #cecece;
  display: grid;
  height: calc(100vh - 96px);
  grid-gap: 2rem;
  grid-row-gap: 4.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 72px;
  grid-auto-rows: max-content;
  grid-template-areas: "nav nav contact" "nav nav contact" "super super contact" "credits credits credits";
  overflow-y: auto;
  overflow: hidden;
  width: calc(100vw - 24px);
  padding: 3.5rem 2rem 0;
  max-width: var(--section-width);
} */

/* .mega-menu-section-inner .mega-menu-navigation-wrapper {
  grid-area: nav;
} */

@media (min-width: 1440px) {
  .mega-menu-navigation-wrapper .sub-menu {
    position: absolute;
    left: 0;
  }
}

.mega-menu-navigation-wrapper .sub-menu {
  display: none;
  font-size: 55pt;
  font-weight: 900;
  gap: 12px;
}

.mega-menu-navigation-wrapper .menu-item-has-children a {
  font-weight: 900;
  font-size: 30pt;
  text-transform: uppercase;
  display: block;
}

@media (min-width: 1440px) {
  .mega-menu-navigation-wrapper .menu-item-has-children > a {
    padding: 0 0;
    font-weight: 300;
  }
}

.mega-menu-navigation-wrapper .menu-item-has-children.active > a {
  font-weight: 900;
  /* text-decoration: underline; */
}

.mega-menu-navigation-wrapper .active .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#contact-header a:hover,
.menu-item > a:hover {
  text-decoration: underline;
}

@media (min-width: 1440px) {
  .mega-menu-navigation-wrapper .active .sub-menu {
    /* display: block; */
  }
}

/* Toast container style */

#toast {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
}

/* Show the toast */

#toast.show {
  visibility: visible;
  opacity: 1;
}

.mega-menu-navigation-wrapper .sub-menu a {
  font-size: 22px;
  margin: 0;
}

@media (min-width: 1440px) {
  .mega-menu-navigation-wrapper .sub-menu a {
    font-size: 55pt;
    margin: 0;
  }
}

.gobacknav {
  display: none;
}

@media (max-width: 1440px) {
  .mega-menu:not(.deep) .mega-menu-navigation-wrapper .active .sub-menu {
    display: none;
  }

  .mega-menu.deep .menu-item-has-children:not(.active) {
    display: none;
  }

  .mega-menu.deep .gobacknav {
    display: block;
  }
}

.menu-item-has-children .sub-menu li a,
.menu-item-has-children .sub-menu li {
  display: block;
}

.menu-item-has-children .sub-menu li {
  line-height: 1;
}

.menu-item-has-children .sub-menu {
  padding-top: 50px;
}

@media (min-width: 1440px) {
  .menu-item-has-children .sub-menu {
    padding-top: 75px;
  }
}

@media (max-width: 42.4375rem) {
  .mega-menu-navigation-wrapper .menu-item-has-children .sub-menu {
  }

  .mega-menu-navigation-wrapper .menu-item-has-children .sub-menu li {
    margin: 0;
  }

  .mega-menu-navigation-wrapper .menu-item-has-children .sub-menu.collapsed {
    display: none;
  }
}

.mega-menu-section-inner .mega-menu-credits-wrapper {
  grid-area: credits;
  text-align: center;
  display: flex;
  justify-content: center;
}

.mega-menu-section-inner .mega-menu-credits-wrapper .copyright-wrapper {
  max-width: 80%;
}

@media (max-width: 42.4375rem) {
  .mega-menu-section-inner .mega-menu-credits-wrapper .copyright-wrapper {
    max-width: 100%;
    font-size: 0.875rem;
  }
}

.mega-menu-section-inner .menu-header {
  margin-bottom: 1.5rem;
}

.mega-menu-section-inner .menu-header .menu-header-title {
  font-family: var(--title-font);
  font-size: 32px;
  margin: 0;
  font-weight: 900;
}

.mega-menu-section-inner .menu-header-sub-title {
  font-family: var(--title-font);
  font-size: 20px;
  margin: 0;
  font-weight: 900;
  margin-bottom: 0px;
}

.mega-menu-section-inner .presentation {
  max-width: 196px;
}

@media (max-width: 42.4375rem) {
  .mega-menu-section-inner .presentation {
    margin: 1.5rem auto;
  }
}

a {
  color: var(--black-color);
}

.copy {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mega-menu-trigger {
  --line-len: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.mega-menu-trigger::before {
  transition: all 0.3s ease-in-out;
  width: 0%;
  height: 0%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mega-menu-trigger .trigger {
  width: var(--line-len);
  height: var(--line-len);
  display: block;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transform: rotate(0deg);
  z-index: 10;
}

.mega-menu-trigger .trigger .horiz,
.mega-menu-trigger .trigger .vert {
  position: absolute;
  height: 0.125rem;
  width: var(--line-len);
  background-color: #000000;
}

.mega-menu-trigger .trigger .horiz::after,
.mega-menu-trigger .trigger .vert::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
}

.mega-menu-trigger .trigger .horiz {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.mega-menu-trigger .trigger .vert {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

@media not all and (pointer: coarse) {
  .mega-menu-trigger .trigger:hover .horiz::after,
  .mega-menu-trigger .trigger:hover .vert::after {
    width: 100%;
  }
}

.mega-menu-trigger.drawer-triggered::before {
  width: 100%;
  height: 100%;
}

.mega-menu-trigger.drawer-triggered .trigger {
  transform: rotate(45deg);
}

.mega-menu .mega-menu-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.mega-menu .mega-menu-inner .section {
  background-color: var(--white-color);
  color: var(--black-color);
}

.mega-menu .mega-menu-inner .section .section-inner {
  max-width: var(--header-width);
}

.mega-menu .mega-menu-inner .mega-menu-footer {
  width: 100%;
}

.mega-menu .mega-menu-inner .mega-menu-footer-inner {
  width: 100%;
}

.mega-menu .mega-menu-inner .mega-menu-footer-inner::before {
  content: "";
  position: absolute;
  width: calc(100% - 10vw);
  height: 0.0625rem;
  background-color: var(--black-color);
  top: -0.0625rem;
  left: 5vw;
}

.mega-menu .mega-menu-inner .social-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-columns: 1fr;
  grid-template-rows: auto;
  grid-column-gap: 4rem;
  width: 100%;
}

.mega-menu .mega-menu-inner .social-wrapper .mega-social-entry {
  color: var(--black-color);
  font-size: 1.25rem;
  font-weight: 600;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Non standard for WebKit */
  width: 100%;
}

.mega-menu .mega-menu-inner .social-wrapper .mega-social-entry a {
  text-align: left;
  font-family: var(--title-font);
  font-size: 1.125rem;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  color: var(--black-color);
  /*
   * https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pointer
   * coarse: The primary input mechanism includes a pointing device of limited accuracy.
   */
}

.mega-menu .mega-menu-inner .social-wrapper .mega-social-entry a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  left: 0;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  bottom: -0.125rem;
  background-color: currentColor;
}

@media not all and (pointer: coarse) {
  .mega-menu .mega-menu-inner .social-wrapper .mega-social-entry a:hover {
    color: var(--black-color);
    text-decoration: none;
  }

  .mega-menu
    .mega-menu-inner
    .social-wrapper
    .mega-social-entry
    a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}

/* .offset-drawer {
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  pointer-events: none;
  top: calc(var(--page-top-offset) + var(--page-header-height));
} */

/* .offset-drawer.drawer-triggered {
  pointer-events: auto;
  overflow: auto;
} */

/* .offset-drawer.drawer-triggered .mega-menu {
  opacity: 1;
  z-index: 10;
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: auto;
  height: 100vh;
} */

.offset-drawer.drawer-triggered ul li {
  opacity: 1;
}

.offset-drawer .bytes-section-mega-hero {
  padding-top: 140px;
  padding-bottom: 32px;
}

.page-scrolled .offset-drawer {
  top: calc(var(--page-top-offset) + var(--page-header-scrolled-height));
}

body.drawer-triggered {
  overflow: hidden;
}

.page-header.drawer-triggered .inline-main-menu {
  opacity: 0;
  pointer-events: none;
}

.page-header.drawer-triggered.scrolled .header-logo .logo {
  height: 3.5rem;
}

.page-header.drawer-triggered .header-logo .logo.white {
  opacity: 0;
}

.page-header.drawer-triggered .header-logo .logo.dark {
  opacity: 1 !important;
}

.footer-menu-main {
  grid-area: main;
}

.footer-menu-secondary {
  grid-area: secondary;
  border-bottom: 1px solid #7f7c7d;
  margin-bottom: 3.25rem;
}

@media (min-width: 64rem) {
  .footer-menu-secondary {
    border-bottom: none;
    margin-bottom: 0;
  }
}

.sp-3-1 > .et_pb_row .et_pb_column_1_3,
.sp-3-1 > .et_pb_row .et_pb_column_2_3 {
  width: 100%;
}

.sp-3-1 > .et_pb_row .et_pb_column_2 {
  max-width: 315px;
}

@media (min-width: 1200px) {
  .sp-3-1 > .et_pb_row {
    display: grid !important;
    grid-template-columns: 2fr 1fr !important;
    gap: 200px !important;
  }

  .sp-1-1 > .et_pb_row {
    display: grid !important;
    grid-template-columns: 2fr 1fr !important;
    gap: 200px !important;
  }
}

.sr-1-1,
.sp-3-1 {
  display: flex !important;
  margin: 0 auto !important;
  max-width: 1650px !important;
  width: 100% !important;
}

.sr-1-1.sr-black {
  max-width: 1500px !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}

.sr-1-1.sr-ciorange {
  max-width: 1500px !important;
  background-color: #fce501 !important;
}

.sr-1-1.et_pb_row,
.sp-3-1 > .et_pb_row {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.sr-1-1 article .mobile\:px-\[32px\],
.sp-3-1 article .mobile\:px-\[32px\] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 769px) {
  .sr-1-1.et_pb_row,
  .sp-3-1 > .et_pb_row {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .sp-3-1 .et_pb_column_single {
    padding-top: 0;
  }

  .sp-3-1 .et_pb_specialty_column::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #000000;
    position: absolute;
    right: -100px;
    top: 0;
  }

  .sp-3-1 .et_pb_specialty_column .et_pb_row_inner {
    padding-top: 0;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .sp-3-1 .et_pb_specialty_column {
    padding-right: 0px;
    margin-right: 0px;
  }
}

body div div.wpforms-container-full .wpforms-form .wpforms-submit {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-duration: 150ms;
  font-weight: 100;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  font-size: 20px;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-bg-opacity: 1;
  border: 2px solid #000000;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  border-width: 2px;
  border-style: solid;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  min-width: 205px;
  display: flex;
  height: 35px;
}

body div div.wpforms-container-full .wpforms-form .wpforms-submit:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration: none;
  border: 2px solid #000000;
}

.wpforms-field-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
}

.wpforms-field .wpforms-field-label {
  margin-bottom: 20px !important;
}

.wpforms-field-medium,
.wpforms-field {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}

.wpforms-submit-container {
  padding-top: 0 !important;
  margin-top: 35px !important;
}

.bytes-figure.image img {
  -o-object-fit: cover;
     object-fit: cover;
}

ul li {
  margin-bottom: 8px;
}

ul.footer-menu-wrapper li {
  margin-bottom: 0px;
}

p a {
  color: inherit !important;
  font-weight: 900;
}

p a:hover {
  text-decoration: underline;
}

.mega-menu-list li {
  margin-bottom: 0;
}

@media (max-width: 42.4375rem) {
  .mega-menu-list {
    gap: 0 !important;
  }
}

.bytes-section-bauma-base .bytes-figure.image {
  height: 100%;
  width: 100%;
}

.bytes-section-bauma-base .bytes-figure.image .bytes-picture img {
  min-height: 100%;
  width: auto;
}

#contact-header a,
.menu-hauptmenue-container .sub-menu .menu-item > a,
.menu-hauptmenue-container .menu-item > a {
  display: flex;
  position: relative;
}

#contact-header a::after,
.menu-hauptmenue-container .menu-item > a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  left: 0;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  bottom: 2px;
  background-color: currentColor;
}

.menu-hauptmenue-container .sub-menu .menu-item > a::after {
  height: 4px;
  bottom: -10px;
}

#contact-header a:hover,
.menu-hauptmenue-container .sub-menu .menu-item > a:hover,
.menu-hauptmenue-container .menu-item > a:hover {
  text-decoration: none;
}

#contact-header a:hover::after,
.menu-hauptmenue-container .menu-item > a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

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

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-ciyellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 229 1 / var(--tw-bg-opacity));
}

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

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

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

.hover\:text-ciyellow:hover {
  --tw-text-opacity: 1;
  color: rgb(252 229 1 / var(--tw-text-opacity));
}

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

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

.group.drawer-triggered .group-\[\.drawer-triggered\]\:pointer-events-auto {
  pointer-events: auto;
}

.group.drawer-triggered .group-\[\.drawer-triggered\]\:z-10 {
  z-index: 10;
}

.group.drawer-triggered .group-\[\.drawer-triggered\]\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.group.scrolled .group-\[\.scrolled\]\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.group.drawer-triggered .group-\[\.drawer-triggered\]\:opacity-100 {
  opacity: 1;
}

@media (min-width: 769px) {
  .mobile\:absolute {
    position: absolute;
  }

  .mobile\:-left-8 {
    left: -2rem;
  }

  .mobile\:-right-8 {
    right: -2rem;
  }

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

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

  .mobile\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .mobile\:min-h-\[120px\] {
    min-height: 120px;
  }

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

  .mobile\:w-1\/3 {
    width: 33.333333%;
  }

  .mobile\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

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

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

  .mobile\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

  .mobile\:px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }

  .mobile\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .mobile\:px-\[75px\] {
    padding-left: 75px;
    padding-right: 75px;
  }

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

  .mobile\:pr-\[50px\] {
    padding-right: 50px;
  }

  .mobile\:text-\[20pt\] {
    font-size: 20pt;
  }

  .mobile\:text-\[25pt\] {
    font-size: 25pt;
  }

  .mobile\:text-\[30pt\] {
    font-size: 30pt;
  }

  .mobile\:text-\[40pt\] {
    font-size: 40pt;
  }

  .mobile\:text-\[80pt\] {
    font-size: 80pt;
  }
}

@media (min-width: 1440px) {
  .desktop\:top-\[100px\] {
    top: 100px;
  }

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

  .desktop\:mt-\[75px\] {
    margin-top: 75px;
  }

  .desktop\:block {
    display: block;
  }

  .desktop\:flex {
    display: flex;
  }

  .desktop\:grid {
    display: grid;
  }

  .desktop\:hidden {
    display: none;
  }

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

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

  .desktop\:h-\[calc\(100\%-100px\)\] {
    height: calc(100% - 100px);
  }

  .desktop\:h-full {
    height: 100%;
  }

  .desktop\:max-h-10 {
    max-height: 2.5rem;
  }

  .desktop\:min-h-\[50px\] {
    min-height: 50px;
  }

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

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

  .desktop\:min-w-\[50px\] {
    min-width: 50px;
  }

  .desktop\:max-w-\[70\%\] {
    max-width: 70%;
  }

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

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

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

  .desktop\:grid-cols-\[3fr_300px\] {
    grid-template-columns: 3fr 300px;
  }

  .desktop\:grid-rows-\[1fr_150px\] {
    grid-template-rows: 1fr 150px;
  }

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

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

  .desktop\:gap-\[12px\] {
    gap: 12px;
  }

  .desktop\:gap-x-\[200px\] {
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .desktop\:border-l-\[1px\] {
    border-left-width: 1px;
  }

  .desktop\:border-none {
    border-style: none;
  }

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

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

  .desktop\:text-\[14pt\] {
    font-size: 14pt;
  }
}

.\[\&\.drawer-triggered\]\:pointer-events-auto.drawer-triggered {
  pointer-events: auto;
}

.\[\&\.drawer-triggered\]\:overflow-auto.drawer-triggered {
  overflow: auto;
}

.\[\&\.drawer-triggered\]\:bg-black.drawer-triggered {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
