/*
! tailwindcss v3.4.10 | 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.
7. Disable tap highlights on iOS
*/

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  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:  ;
  --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:  ;
}

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

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.display-1 {
  font-family: century-gothic, sans-serif;
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}

@media (min-width: 1024px) {
  .display-1 {
    font-size: 4rem;
    letter-spacing: 0.8rem;
  }
}

.display-2 {
  font-family: century-gothic, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}

@media (min-width: 1024px) {
  .display-2 {
    font-size: 3rem;
    letter-spacing: 0.8rem;
  }
}

.display-3 {
  font-family: century-gothic, sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}

@media (min-width: 1024px) {
  .display-3 {
    font-size: 2.25rem;
    letter-spacing: 0.5rem;
  }
}

.display-4 {
  font-family: century-gothic, sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}

@media (min-width: 1024px) {
  .display-4 {
    font-size: 1.75rem;
    letter-spacing: 0.5rem;
  }
}

.display-5 {
  font-family: century-gothic, sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}

@media (min-width: 1024px) {
  .display-5 {
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
  }
}

.display-6 {
  font-family: century-gothic, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}

@media (min-width: 1024px) {
  .display-6 {
    font-size: 1.25rem;
    letter-spacing: 0.5rem;
  }
}

.text-small {
  font-family: montserrat, sans-serif;
  font-size: .875rem;
  line-height: 1.625;
}

@media (min-width: 1024px) {
  .text-small {
    font-size: 1rem;
  }
}

.text-default {
  font-family: montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.625;
}

@media (min-width: 1024px) {
  .text-default {
    font-size: 1.125rem;
  }
}

.text-large {
  font-family: montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 1.625;
}

@media (min-width: 1024px) {
  .text-large {
    font-size: 1.5rem;
  }
}

.text-xlarge {
  font-family: montserrat, sans-serif;
  font-size: 1.25rem;
  line-height: 1.625;
}

@media (min-width: 1024px) {
  .text-xlarge {
    font-size: 2.25rem;
  }
}

.text-xxlarge {
  font-family: montserrat, sans-serif;
  font-size: 1.5rem;
  line-height: 1.625;
}

@media (min-width: 1024px) {
  .text-xxlarge {
    font-size: 4rem;
  }
}

strong {
  font-family: montserrat, sans-serif;
  font-weight: 700;
}

.socialButtons {
  display: flex;
}

.socialButtons a {
  margin-right: 2rem;
  font-size: 2.25rem;
}

/* HEADER */

header {
  position: absolute;
  z-index: 99999;
  width: 100%;
}

header .navWrapper {
  position: fixed;
  left: -100%;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(191 191 191 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

header .navContainer {
  display: flex;
  width: 100%;
  max-width: 1440px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

@media (min-width: 1024px) {
  header .navContainer {
    flex-direction: row;
  }
}

header nav {
  width: 100%;
}

@media (min-width: 1024px) {
  header nav {
    width: 75%;
  }
}

header .contactWrapper {
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  header .contactWrapper {
    width: 25%;
  }
}

header .contactWrapper h3 {
  font-size: 1.125rem;
  font-weight: 700;
}

header .contactWrapper address {
  font-style: normal;
}

header .contactWrapper div {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

header .mainNav a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

header .logoWrapper {
  position: absolute;
  left: 0px;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 0.75rem;
}

header .logoWrapper .icon-logo {
  margin: 0px;
  font-size: 70px;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  header .logoWrapper .icon-logo {
    font-size: 100px;
  }
}

header .signetWrapper {
  position: absolute;
  left: 0px;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 1.5rem;
}

header .signetWrapper .signetContainer {
  font-size: 50px;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
}

header.showLogo > .signetWrapper {
  display: none;
}

header.showSignet > .logoWrapper {
  display: none;
}

.nav-burgerContainer {
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 99998;
}

@media (min-width: 1024px) {
  .nav-burgerContainer {
    top: 1.25rem;
    right: 1.25rem;
  }
}

.nav-burgerContainer svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-burgerContainer .active svg {
  transform: rotate(90deg);
}

.nav-burgerContainer path {
  stroke: #fff;
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
			stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
			stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-burgerContainer path:nth-child(1) {
  transform-origin: 36% 40%;
}

.nav-burgerContainer path:nth-child(2) {
  stroke-dasharray: 29 299;
}

.nav-burgerContainer path:nth-child(3) {
  transform-origin: 35% 63%;
}

.nav-burgerContainer path:nth-child(4) {
  stroke-dasharray: 29 299;
}

.nav-burgerContainer path:nth-child(5) {
  transform-origin: 61% 52%;
}

.nav-burgerContainer path:nth-child(6) {
  transform-origin: 62% 52%;
}

.navOpen header .navWrapper {
  left: 0px;
}

.navOpen .nav-burgerContainer path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.navOpen .nav-burgerContainer path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.navOpen .nav-burgerContainer path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.navOpen .nav-burgerContainer path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.navOpen .nav-burgerContainer path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.navOpen .nav-burgerContainer path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.invertHeader .nav-burgerContainer svg path {
  stroke: #0D0D0D;
}

/* BASIS */

section {
  display: flex;
  width: 100%;
  justify-content: center;
}

.maxWidth {
  width: 100%;
}

.content {
  width: 100%;
  max-width: 1440px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.content.multiColumns {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}

.content.multiColumns > div {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .content.multiColumns > div {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

coloring {
  --tw-text-opacity: 1;
  color: rgb(255 69 133 / var(--tw-text-opacity));
}

.pink-background {
  margin-left: -1rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 69 133 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.white-background {
  margin-left: -1rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gray-light-background {
  margin-left: -1rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gray-background {
  margin-left: -1rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(191 191 191 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gray-medium-background {
  margin-left: -1rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(100 100 100 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gray-dark-background {
  margin-left: -1rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 69 133 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: century-gothic, sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .btn {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

/* HERO */

.hero {
  position: relative;
  display: flex;
  height: 75vh;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  --tw-bg-opacity: 1;
  background-color: rgb(100 100 100 / var(--tw-bg-opacity));
  padding-bottom: 6rem;
}

@media (min-width: 1024px) {
  .hero {
    padding-bottom: 3rem;
  }
}

.hero.screenheight {
  height: 100vh;
}

.hero.small {
  height: 50vh;
}

.hero.navigation li {
  padding-bottom: 1.25rem;
}

.hero .content {
  z-index: 10;
  width: 100%;
  max-width: 1440px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .hero .content p {
    max-width: 40%;
  }
}

.hero .content .headlines {
  height: 42px;
  overflow-y: hidden;
}

@media (min-width: 1024px) {
  .hero .content .headlines {
    height: 6rem;
  }
}

.hero .content .headline {
  margin-left: 0px !important;
  display: inline-block;
}

.hero .content .teaserText {
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .hero .content .teaserText {
    padding-bottom: 1rem;
    font-size: 1.75rem;
  }
}

.hero .hero-bg {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.hero .hero-bg img {
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}

.hero .hero-bg.darken:before {
  content: "";
  position: absolute;
  top: 0px;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.6;
}

.hero .hero-bg.lighten:before {
  content: "";
  position: absolute;
  top: 0px;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.6;
}

.hero .heroVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100vh;
  min-width: 100%;
  max-width: none;
  --tw-translate-x: -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));
}

.hero .heroFoto {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  max-width: none;
  --tw-translate-x: -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));
}

.headlines ul {
  position: relative;
}

.headlines.show5 ul {
  animation: show5Mobil 7s linear infinite;
}

.headlines.show4 ul {
  animation: show4Mobil 6s linear infinite;
}

.headlines.show3 ul {
  animation: show3Mobil 5s linear infinite;
}

.headlines.show2 ul {
  animation: show2Mobil 4s linear infinite;
}

@media only screen and (min-width: 1024px) {
  .headlines.show5 ul {
    animation: show5 7s linear infinite;
  }

  .headlines.show4 ul {
    animation: show4 6s linear infinite;
  }

  .headlines.show3 ul {
    animation: show3 5s linear infinite;
  }

  .headlines.show2 ul {
    animation: show2 4s linear infinite;
  }
}

@keyframes show2Mobil {
  0% {
    bottom: 84px;
  }

  5% {
    bottom: 42px;
  }

  50% {
    bottom: 42px;
  }

  55% {
    bottom: 0px;
  }

  99.99% {
    bottom: 0px;
  }

  100% {
    bottom: 84px;
  }
}

@keyframes show3Mobil {
  0% {
    bottom: 126px;
  }

  5% {
    bottom: 84px;
  }

  33% {
    bottom: 84px;
  }

  38% {
    bottom: 42px;
  }

  66% {
    bottom: 42px;
  }

  71% {
    bottom: 0px;
  }

  99.99% {
    bottom: 0px;
  }

  100% {
    bottom: 126px;
  }
}

@keyframes show4Mobil {
  0% {
    bottom: 168px;
  }

  5% {
    bottom: 126px;
  }

  25% {
    bottom: 126px;
  }

  30% {
    bottom: 84px;
  }

  50% {
    bottom: 84px;
  }

  55% {
    bottom: 42px;
  }

  75% {
    bottom: 42px;
  }

  80% {
    bottom: 0px;
  }

  99.99% {
    bottom: 0px;
  }

  100% {
    bottom: 168px;
  }
}

@keyframes show5Mobil {
  0% {
    bottom: 210px;
  }

  5% {
    bottom: 168px;
  }

  20% {
    bottom: 168px;
  }

  25% {
    bottom: 126px;
  }

  40% {
    bottom: 126px;
  }

  45% {
    bottom: 84px;
  }

  60% {
    bottom: 84px;
  }

  65% {
    bottom: 42px;
  }

  80% {
    bottom: 42px;
  }

  85% {
    bottom: 0px;
  }

  99.99% {
    bottom: 0px;
  }

  100% {
    bottom: 210px;
  }
}

@keyframes show2 {
  0% {
    bottom: 192px;
  }

  5% {
    bottom: 96px;
  }

  50% {
    bottom: 96px;
  }

  55% {
    bottom: 0px;
  }

  99.99% {
    bottom: 0px;
  }

  100% {
    bottom: 192px;
  }
}

@keyframes show3 {
  0% {
    bottom: 288px;
  }

  5% {
    bottom: 192px;
  }

  33% {
    bottom: 192px;
  }

  38% {
    bottom: 96px;
  }

  66% {
    bottom: 96px;
  }

  71% {
    bottom: 0px;
  }

  99.99% {
    bottom: 0px;
  }

  100% {
    bottom: 288px;
  }
}

@keyframes show4 {
  0% {
    bottom: 384px;
  }

  5% {
    bottom: 288px;
  }

  25% {
    bottom: 288px;
  }

  30% {
    bottom: 192px;
  }

  50% {
    bottom: 192px;
  }

  55% {
    bottom: 96px;
  }

  75% {
    bottom: 96px;
  }

  80% {
    bottom: 0px;
  }

  99.99% {
    bottom: 0px;
  }

  100% {
    bottom: 384px;
  }
}

@keyframes show5 {
  0% {
    bottom: 480px;
  }

  5% {
    bottom: 384px;
  }

  20% {
    bottom: 384px;
  }

  25% {
    bottom: 288px;
  }

  40% {
    bottom: 288px;
  }

  45% {
    bottom: 192px;
  }

  60% {
    bottom: 192px;
  }

  65% {
    bottom: 96px;
  }

  80% {
    bottom: 96px;
  }

  85% {
    bottom: 0px;
  }

  99.99% {
    bottom: 0px;
  }

  100% {
    bottom: 480px;
  }
}

.headline-animation {
  position: relative;
  z-index: 1;
  align-items: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.headline-animation .arrow {
  margin-left: -2rem;
  display: inline-block;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.headline-animation .arrow img {
  margin-left: 1rem;
  margin-bottom: 0.5rem;
  height: auto;
  width: 2rem;
}

.headline-animation:before {
  content: "";
  position: absolute;
  top: 0px;
  z-index: -1;
  margin-left: -1rem;
  display: block;
  height: 100%;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 69 133 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.headline-animation:hover .arrow {
  margin-left: 0px;
  opacity: 1;
}

.headline-animation:hover:before {
  width: calc(100% + 40px);
}

.headline-animation:hover + p {
  position: relative;
  opacity: 1;
}

.headline-animation + p {
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.signet {
  position: absolute;
  left: 45%;
  bottom: -50vw;
  z-index: 10;
  width: 100vw;
}

@media (min-width: 1024px) {
  .signet {
    bottom: -67.5vh;
    width: 135vh;
  }
}

.signet svg {
  width: 100%;
  height: 100%;
}

/* WORKCASES HOME */

.workCase {
  width: 100%;
}

.workCase .imgWrapper {
  width: 100%;
  overflow: hidden;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.workCase .imgWrapper:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 69 133 / var(--tw-border-opacity));
}

.workCase img {
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.workCase img:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.workCase h3 {
  padding-top: 0.5rem;
}

.workCases {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.sideBySide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sideBySide .workCase {
  width: 100%;
}

@media (min-width: 1024px) {
  .sideBySide .workCase {
    width: 41.666667%;
  }
}

.sideBySide .workCase + .workCase {
  margin-top: 7rem;
}

.oneCase {
  display: flex;
}

.oneCase .workCase {
  width: 100%;
}

@media (min-width: 1024px) {
  .oneCase .workCase {
    margin-left: 8.33333%;
    width: 66.666667%;
  }
}

.workCases + .btn {
  margin-top: 3.5rem;
}

/* IMAGEMASK */

.imageMaskWrapper {
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .imageMaskWrapper {
    padding-bottom: 0px;
  }
}

.imageMaskWrapper .imageMask {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 75%;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

/* LINIE */

hr {
  height: 5px;
  width: 100%;
  border-style: none;
}

/* TEXT  */

.textModul.text-small p + p {
  padding-top: 1rem;
}

.textModul.text-default p + p {
  padding-top: 1.5rem;
}

.textModul.text-large p + p {
  padding-top: 2rem;
}

.textModul.text-xlarge p + p {
  padding-top: 3rem;
}

.textModul.text-xxlarge p + p {
  padding-top: 4rem;
}

/* IMAGE  */

.imageWrapper {
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .imageWrapper {
    padding-bottom: 0px;
  }
}

/* VIDEO  */

.myVideo {
  width: 100%;
}

/* FOOTER */

footer {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(100 100 100 / var(--tw-bg-opacity));
}

footer .logoWrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

footer .logoWrapper .icon-logo {
  margin: 0px;
  font-size: 60px;
  --tw-text-opacity: 1;
  color: rgb(234 234 234 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  footer .logoWrapper .icon-logo {
    font-size: 100px;
  }
}

footer .content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer .content > div {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  footer .content > div {
    width: 25%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

footer p + .socialButtons {
  margin-top: 1.25rem;
}

/* ICONS */

@font-face {
  font-family: "4media";

  src: url("../font/4media.eot?6013355");

  src: url("../font/4media.eot?6013355#iefix") format("embedded-opentype"),
		url("../font/4media.woff2?6013355") format("woff2"),
		url("../font/4media.woff?6013355") format("woff"),
		url("../font/4media.ttf?6013355") format("truetype"),
		url("../font/4media.svg?6013355#4media") format("svg");

  font-weight: normal;

  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: '4media';
    src: url('../font/4media.svg?6013355#4media') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "4media";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 100%;
  /* margin-right: 0.2em; */
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* margin-left: 0.2em; */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-logo:before {
  content: "\e800";
}

/* '' */

.icon-signet:before {
  content: "\e801";
}

/* '' */

.icon-twitter:before {
  content: "\f099";
}

/* '' */

.icon-facebook:before {
  content: "\f09a";
}

/* '' */

.icon-linkedin:before {
  content: "\f0e1";
}

/* '' */

.icon-xing:before {
  content: "\f168";
}

/* '' */

.icon-youtube-play:before {
  content: "\f16a";
}

/* '' */

.icon-instagram:before {
  content: "\f16d";
}

/* '' */

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-bottom-\[50vw\] {
  bottom: -50vw;
}

.-left-full {
  left: -100%;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-\[45\%\] {
  left: 45%;
}

.right-2 {
  right: 0.5rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-2 {
  top: 0.5rem;
}

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

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

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

.z-\[99998\] {
  z-index: 99998;
}

.z-\[99999\] {
  z-index: 99999;
}

.m-0 {
  margin: 0px;
}

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

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

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

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

.ml-4 {
  margin-left: 1rem;
}

.mr-8 {
  margin-right: 2rem;
}

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

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

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

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

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

.mt-64 {
  margin-top: 16rem;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

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

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

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

.h-\[75vh\] {
  height: 75vh;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-0 {
  width: 0px;
}

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

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

.w-1\/4 {
  width: 25%;
}

.w-1\/6 {
  width: 16.666667%;
}

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

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/4 {
  width: 75%;
}

.w-8 {
  width: 2rem;
}

.w-\[100vw\] {
  width: 100vw;
}

.w-full {
  width: 100%;
}

.min-w-full {
  min-width: 100%;
}

.max-w-screen-3xl {
  max-width: 1440px;
}

.-translate-x-1\/2 {
  --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));
}

.-translate-y-1\/2 {
  --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));
}

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

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

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

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

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

.items-end {
  align-items: flex-end;
}

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

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

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

.overflow-y-hidden {
  overflow-y: hidden;
}

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.border-\[3px\] {
  border-width: 3px;
}

.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-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(191 191 191 / var(--tw-bg-opacity));
}

.bg-gray-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
}

.bg-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}

.bg-gray-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(100 100 100 / var(--tw-bg-opacity));
}

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

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

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.p-4 {
  padding: 1rem;
}

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

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

.pb-64 {
  padding-bottom: 16rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

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

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-64 {
  padding-top: 16rem;
}

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

.font-headline {
  font-family: century-gothic, sans-serif;
}

.font-text {
  font-family: montserrat, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.75rem;
}

.text-5xl {
  font-size: 3rem;
}

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

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

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

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

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

.text-sm {
  font-size: .875rem;
}

.text-xl {
  font-size: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.tracking-\[0\.3rem\] {
  letter-spacing: 0.3rem;
}

.tracking-\[0\.5rem\] {
  letter-spacing: 0.5rem;
}

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

.text-gray-dark {
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}

.text-gray-light {
  --tw-text-opacity: 1;
  color: rgb(234 234 234 / var(--tw-text-opacity));
}

.text-gray-medium {
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
}

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

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

[data-sal] {
  transition-delay: 0s;
  transition-delay: var(--sal-delay, 0s);
  transition-duration: 0.2s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-timing-function: ease;
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing="linear"] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing="ease"] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing="ease-in"] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing="ease-out"] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing="ease-in-out"] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing="ease-in-circ"] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing="ease-out-circ"] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing="ease-in-out-circ"] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing="ease-in-expo"] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing="ease-out-expo"] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing="ease-in-out-expo"] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing="ease-in-quint"] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing="ease-out-quint"] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing="ease-in-out-quint"] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-sal|="fade"] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|="fade"].sal-animate,
body.sal-disabled [data-sal|="fade"] {
  opacity: 1;
}

[data-sal|="slide"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal="slide-up"] {
  transform: translateY(20%);
}

[data-sal="slide-down"] {
  transform: translateY(-20%);
}

[data-sal="slide-left"] {
  transform: translateX(20%);
}

[data-sal="slide-right"] {
  transform: translateX(-20%);
}

[data-sal|="slide"].sal-animate,
body.sal-disabled [data-sal|="slide"] {
  opacity: 1;
  transform: none;
}

[data-sal|="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal="zoom-in"] {
  transform: scale(0.5);
}

[data-sal="zoom-out"] {
  transform: scale(1.1);
}

[data-sal|="zoom"].sal-animate,
body.sal-disabled [data-sal|="zoom"] {
  opacity: 1;
  transform: none;
}

[data-sal|="flip"] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-sal="flip-left"] {
  transform: perspective(2000px) rotateY(-91deg);
}

[data-sal="flip-right"] {
  transform: perspective(2000px) rotateY(91deg);
}

[data-sal="flip-up"] {
  transform: perspective(2000px) rotateX(-91deg);
}

[data-sal="flip-down"] {
  transform: perspective(2000px) rotateX(91deg);
}

[data-sal|="flip"].sal-animate,
body.sal-disabled [data-sal|="flip"] {
  transform: none;
}

.before\:bg-gray::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(191 191 191 / var(--tw-bg-opacity));
}

.before\:bg-gray-dark::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
}

.before\:bg-gray-light::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}

.before\:bg-gray-medium::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(100 100 100 / var(--tw-bg-opacity));
}

.before\:bg-pink::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 69 133 / var(--tw-bg-opacity));
}

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

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

@media (min-width: 1024px) {
  .xl\:-bottom-\[67\.5vh\] {
    bottom: -67.5vh;
  }

  .xl\:right-5 {
    right: 1.25rem;
  }

  .xl\:top-5 {
    top: 1.25rem;
  }

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

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem;
  }

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

  .xl\:ml-\[8\.33333\%\] {
    margin-left: 8.33333%;
  }

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

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mt-32 {
    margin-top: 8rem;
  }

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

  .xl\:mt-64 {
    margin-top: 16rem;
  }

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

  .xl\:block {
    display: block;
  }

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

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

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

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

  .xl\:w-2\/6 {
    width: 33.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-\[135vh\] {
    width: 135vh;
  }

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

  .xl\:max-w-\[40\%\] {
    max-width: 40%;
  }

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

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

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

  .xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

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

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pt-64 {
    padding-top: 16rem;
  }

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

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-3xl {
    font-size: 1.75rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }

  .xl\:text-6xl {
    font-size: 4rem;
  }

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

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
  }

  .xl\:tracking-\[0\.5rem\] {
    letter-spacing: 0.5rem;
  }

  .xl\:tracking-\[0\.8rem\] {
    letter-spacing: 0.8rem;
  }
}
