/* ---------------------------------
serves as entrypoint for tailwindcss:
add the individual style files here
and they will be compiled into tailwind.css file
--------------------------------- */

/* Components */

@tailwind base;

@tailwind components;

@tailwind utilities;

/* Features */

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::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;
}

video {
  height: 100vh;
  /* overwrite tailwindcss as it sets height to auto */
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

h1{
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 13.75rem;
  line-height: 15rem;
  letter-spacing: 4.4px;
}

h4{
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  letter-spacing: 4.5px;
}

b {
  font-weight: 700;
}

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

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

.container{
  width: 100%;
}

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

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

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

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

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

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

.btn{
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.btn:active{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn:disabled{
  opacity: 0.5;
}

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

.btn-transparent{
  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));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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: 500ms;
}

.btn-transparent:active{
  --tw-bg-opacity: 1;
  background-color: rgb(218 23 32 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-light{
  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));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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: 500ms;
}

.btn-light:hover{
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-light:active{
  --tw-bg-opacity: 1;
  background-color: rgb(218 23 32 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-close{
  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));
  stroke: #fff;
  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: 500ms;
}

.btn-close:active{
  stroke: #DA1720;
}

.btn-close:hover{
  stroke: #4b5563;
}

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

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

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

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

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

.bottom-0{
  bottom: 0px;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-6{
  bottom: 1.5rem;
}

.bottom-64{
  bottom: 16rem;
}

.bottom-8{
  bottom: 2rem;
}

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

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

.bottom-\[-44px\]{
  bottom: -44px;
}

.left-0{
  left: 0px;
}

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

.left-4{
  left: 1rem;
}

.left-6{
  left: 1.5rem;
}

.left-64{
  left: 16rem;
}

.right-0{
  right: 0px;
}

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

.right-3{
  right: 0.75rem;
}

.right-3\.5{
  right: 0.875rem;
}

.right-4{
  right: 1rem;
}

.right-5{
  right: 1.25rem;
}

.right-6{
  right: 1.5rem;
}

.right-8{
  right: 2rem;
}

.top-0{
  top: 0px;
}

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

.top-12{
  top: 3rem;
}

.top-3{
  top: 0.75rem;
}

.top-3\.5{
  top: 0.875rem;
}

.top-4{
  top: 1rem;
}

.top-6{
  top: 1.5rem;
}

.top-8{
  top: 2rem;
}

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

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

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

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

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

.order-first{
  order: -9999;
}

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

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

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

.col-start-1{
  grid-column-start: 1;
}

.col-start-2{
  grid-column-start: 2;
}

.col-start-8{
  grid-column-start: 8;
}

.m-auto{
  margin: auto;
}

.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.mx-\[-32px\]{
  margin-left: -32px;
  margin-right: -32px;
}

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-1\.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-2\.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

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

.mb-3{
  margin-bottom: 0.75rem;
}

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

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-\[15dvh\]{
  margin-bottom: 15dvh;
}

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

.ml-3{
  margin-left: 0.75rem;
}

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

.ml-6{
  margin-left: 1.5rem;
}

.ml-\[-32px\]{
  margin-left: -32px;
}

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

.mr-2\.5{
  margin-right: 0.625rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-\[-10\.5px\]{
  margin-right: -10.5px;
}

.mr-\[5px\]{
  margin-right: 5px;
}

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

.mt-0\.5{
  margin-top: 0.125rem;
}

.mt-12{
  margin-top: 3rem;
}

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

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

.mt-2\.5{
  margin-top: 0.625rem;
}

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

.mt-3{
  margin-top: 0.75rem;
}

.mt-3\.5{
  margin-top: 0.875rem;
}

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

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

.mt-\[10dvh\]{
  margin-top: 10dvh;
}

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

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

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

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

.block{
  display: block;
}

.flex{
  display: flex;
}

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

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.h-10{
  height: 2.5rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-24{
  height: 6rem;
}

.h-32{
  height: 8rem;
}

.h-36{
  height: 9rem;
}

.h-4{
  height: 1rem;
}

.h-40{
  height: 10rem;
}

.h-6{
  height: 1.5rem;
}

.h-64{
  height: 16rem;
}

.h-72{
  height: 18rem;
}

.h-8{
  height: 2rem;
}

.h-\[0\.75rem\]{
  height: 0.75rem;
}

.h-\[1\.125rem\]{
  height: 1.125rem;
}

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

.h-\[15dvh\]{
  height: 15dvh;
}

.h-\[15rem\]{
  height: 15rem;
}

.h-\[19\.75rem\]{
  height: 19.75rem;
}

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

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

.h-\[3\.5rem\]{
  height: 3.5rem;
}

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

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

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

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

.h-\[6\.8rem\]{
  height: 6.8rem;
}

.h-\[60dvh\]{
  height: 60dvh;
}

.h-\[65dvh\]{
  height: 65dvh;
}

.h-\[67dvh\]{
  height: 67dvh;
}

.h-\[7\.875rem\]{
  height: 7.875rem;
}

.h-\[70dvh\]{
  height: 70dvh;
}

.h-\[80dvh\]{
  height: 80dvh;
}

.h-\[85dvh\]{
  height: 85dvh;
}

.h-full{
  height: 100%;
}

.h-px{
  height: 1px;
}

.h-screen{
  height: calc(var(--vh) * 100);
}

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

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

.w-10{
  width: 2.5rem;
}

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-28{
  width: 7rem;
}

.w-3{
  width: 0.75rem;
}

.w-4{
  width: 1rem;
}

.w-40{
  width: 10rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-8\/12{
  width: 66.666667%;
}

.w-80{
  width: 20rem;
}

.w-\[0\.75rem\]{
  width: 0.75rem;
}

.w-\[1\.125rem\]{
  width: 1.125rem;
}

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

.w-\[10rem\]{
  width: 10rem;
}

.w-\[20rem\]{
  width: 20rem;
}

.w-\[23dvw\]{
  width: 23dvw;
}

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

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

.w-\[3\.5rem\]{
  width: 3.5rem;
}

.w-\[30\%\]{
  width: 30%;
}

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

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

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

.w-\[45\%\]{
  width: 45%;
}

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

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

.w-\[60\%\]{
  width: 60%;
}

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

.w-\[6rem\]{
  width: 6rem;
}

.w-\[75\%\]{
  width: 75%;
}

.w-\[7rem\]{
  width: 7rem;
}

.w-\[80\%\]{
  width: 80%;
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.min-w-\[9\.375rem\]{
  min-width: 9.375rem;
}

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

.max-w-2xl{
  max-width: 42rem;
}

.max-w-\[9\.375rem\]{
  max-width: 9.375rem;
}

.max-w-none{
  max-width: none;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.shrink-0{
  flex-shrink: 0;
}

.grow{
  flex-grow: 1;
}

.-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-x-4{
  --tw-translate-x: -1rem;
  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-x-8{
  --tw-translate-x: -2rem;
  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));
}

.-translate-y-4{
  --tw-translate-y: -1rem;
  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-x-0{
  --tw-translate-x: 0px;
  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-x-4{
  --tw-translate-x: 1rem;
  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-x-8{
  --tw-translate-x: 2rem;
  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-x-\[75\%\]{
  --tw-translate-x: 75%;
  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-x-full{
  --tw-translate-x: 100%;
  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-0{
  --tw-translate-y: 0px;
  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-4{
  --tw-translate-y: 1rem;
  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));
}

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

.rotate-90{
  --tw-rotate: 90deg;
  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));
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce{
  animation: bounce 1s infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.snap-y{
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}

.snap-mandatory{
  --tw-scroll-snap-strictness: mandatory;
}

.snap-center{
  scroll-snap-align: center;
}

.appearance-none{
  -webkit-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

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

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

.overflow-scroll{
  overflow: scroll;
}

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

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

.scroll-smooth{
  scroll-behavior: smooth;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.whitespace-nowrap{
  white-space: nowrap;
}

.border{
  border-width: 1px;
}

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

.border-l{
  border-left-width: 1px;
}

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

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

.border-ifdesign{
  --tw-border-opacity: 1;
  border-color: rgb(218 23 32 / 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-black\/\[0\.15\]{
  background-color: rgb(0 0 0 / 0.15);
}

.bg-ifdesign{
  --tw-bg-opacity: 1;
  background-color: rgb(218 23 32 / var(--tw-bg-opacity));
}

.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.bg-slate-400{
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / 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));
}

.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}

.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.bg-article-section-1{
  background-image: url("/src/assets/images/2-1.jpg");
}

.bg-article-section-1-mobile{
  background-image: url("/src/assets/images/2-1.jpg");
}

.bg-article-section-2{
  background-image: url("/src/assets/images/3-1.jpg");
}

.bg-article-section-2-mobile{
  background-image: url("/src/assets/images/3-1.jpg");
}

.bg-article-section-3{
  background-image: url("/src/assets/images/4.jpg");
}

.bg-article-section-3-mobile{
  background-image: url("/src/assets/images/4.jpg");
}

.bg-awards-section-1{
  background-image: url("/src/assets/images/5.jpg");
}

.bg-awards-section-2{
  background-image: url("/src/assets/images/6-3.jpg");
}

.bg-page-background{
  background-image: url("/src/assets/images/launch-view-background.png");
}

.bg-page-background-mobile{
  background-image: url("/src/assets/images/launch-view-background-mobile.png");
}

.bg-sample-background{
  background-image: url("/src/assets/images/sample-background.jpg");
}

.bg-stay-tuned-background{
  background-image: url("/src/assets/images/8.jpg");
}

.bg-stay-tuned-background-mobile{
  background-image: url("/src/assets/images/8.jpg");
}

.bg-temp-video-thumbnail{
  background-image: url("/src/assets/images/2-3.jpg");
}

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

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

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

.bg-origin-padding{
  background-origin: padding-box;
}

.fill-\[\#1A1A1A\]{
  fill: #1A1A1A;
}

.fill-\[\#C0B4A5\]{
  fill: #C0B4A5;
}

.fill-\[\#F2F2F2\]{
  fill: #F2F2F2;
}

.fill-black{
  fill: #000;
}

.fill-white{
  fill: #fff;
}

.stroke-ifdesign{
  stroke: #DA1720;
}

.stroke-white{
  stroke: #fff;
}

.p-1{
  padding: 0.25rem;
}

.p-1\.5{
  padding: 0.375rem;
}

.p-12{
  padding: 3rem;
}

.p-2{
  padding: 0.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

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

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

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

.py-\[8dvh\]{
  padding-top: 8dvh;
  padding-bottom: 8dvh;
}

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

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

.pl-5{
  padding-left: 1.25rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pr-6{
  padding-right: 1.5rem;
}

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

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

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

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

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

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

.align-bottom{
  vertical-align: bottom;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

.text-8xl{
  font-size: 6rem;
  line-height: 1;
}

.text-\[1\.75rem\]{
  font-size: 1.75rem;
}

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

.text-\[3rem\]{
  font-size: 3rem;
}

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

.text-\[4em\]{
  font-size: 4em;
}

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

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

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

.text-highlight{
  font-size: 132px;
  line-height: 140px;
}

.text-highlightMobile{
  font-size: 76px;
}

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

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.normal-case{
  text-transform: none;
}

.leading-10{
  line-height: 2.5rem;
}

.leading-3{
  line-height: .75rem;
}

.leading-4{
  line-height: 1rem;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-8{
  line-height: 2rem;
}

.leading-\[1\.5rem\]{
  line-height: 1.5rem;
}

.leading-\[22px\]{
  line-height: 22px;
}

.leading-\[2rem\]{
  line-height: 2rem;
}

.leading-\[3rem\]{
  line-height: 3rem;
}

.leading-\[52px\]{
  line-height: 52px;
}

.leading-\[82px\]{
  line-height: 82px;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-\[0\.01rem\]{
  letter-spacing: 0.01rem;
}

.tracking-\[0\.02rem\]{
  letter-spacing: 0.02rem;
}

.tracking-\[0\.05rem\]{
  letter-spacing: 0.05rem;
}

.tracking-\[0\.15rem\]{
  letter-spacing: 0.15rem;
}

.tracking-\[0\.1rem\]{
  letter-spacing: 0.1rem;
}

.tracking-\[0\.25rem\]{
  letter-spacing: 0.25rem;
}

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

.tracking-\[0\.76px\]{
  letter-spacing: 0.76px;
}

.tracking-\[1\.92px\]{
  letter-spacing: 1.92px;
}

.tracking-\[10\.5px\]{
  letter-spacing: 10.5px;
}

.tracking-\[11px\]{
  letter-spacing: 11px;
}

.tracking-\[2\.1px\]{
  letter-spacing: 2.1px;
}

.tracking-\[2px\]{
  letter-spacing: 2px;
}

.tracking-\[3\.5px\]{
  letter-spacing: 3.5px;
}

.tracking-\[3px\]{
  letter-spacing: 3px;
}

.tracking-\[4\.5px\]{
  letter-spacing: 4.5px;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

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

.text-ifdesign{
  --tw-text-opacity: 1;
  color: rgb(218 23 32 / var(--tw-text-opacity));
}

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

.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}

.text-white\/75{
  color: rgb(255 255 255 / 0.75);
}

.text-opacity-50{
  --tw-text-opacity: 0.5;
}

.text-opacity-75{
  --tw-text-opacity: 0.75;
}

.placeholder-white\/90::placeholder{
  color: rgb(255 255 255 / 0.9);
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-50{
  opacity: 0.5;
}

.mix-blend-screen{
  mix-blend-mode: screen;
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.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-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-100{
  transition-delay: 100ms;
}

.delay-200{
  transition-delay: 200ms;
}

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

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

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

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

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

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

.scrollbar-hide{
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar{
  display: none;
}

@font-face {
  font-family: SuisseIntlCond;

  font-weight: 700;

  src: url("./assets/fonts/SuisseIntlCond-Bold-WebXL.woff2");
}

@font-face {
  font-family: SuisseIntlCond;

  font-weight: 300;

  src: url("./assets/fonts/SuisseIntlCond-Light-WebXL.woff2");
}

body {
  font-family: SuisseIntlCond;
}

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

.placeholder\:font-normal::placeholder{
  font-weight: 400;
}

.placeholder\:uppercase::placeholder{
  text-transform: uppercase;
}

.placeholder\:normal-case::placeholder{
  text-transform: none;
}

.placeholder\:leading-\[40px\]::placeholder{
  line-height: 40px;
}

.placeholder\:tracking-\[0\.8px\]::placeholder{
  letter-spacing: 0.8px;
}

.placeholder\:tracking-\[3px\]::placeholder{
  letter-spacing: 3px;
}

.placeholder\:tracking-tight::placeholder{
  letter-spacing: -0.025em;
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}

.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}

.after\:h-\[100dvh\]::after{
  content: var(--tw-content);
  height: 100dvh;
}

.after\:w-\[100dvw\]::after{
  content: var(--tw-content);
  width: 100dvw;
}

.after\:bg-black\/30::after{
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.3);
}

.after\:bg-black\/50::after{
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.5);
}

.hover\:border-l:hover{
  border-left-width: 1px;
}

.hover\:bg-white\/50:hover{
  background-color: rgb(255 255 255 / 0.5);
}

.hover\:bg-opacity-50:hover{
  --tw-bg-opacity: 0.5;
}

.hover\:fill-white\/50:hover{
  fill: rgb(255 255 255 / 0.5);
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.active\:bg-ifdesign:active{
  --tw-bg-opacity: 1;
  background-color: rgb(218 23 32 / var(--tw-bg-opacity));
}

.active\:bg-opacity-100:active{
  --tw-bg-opacity: 1;
}

.active\:fill-ifdesign:active{
  fill: #DA1720;
}

.active\:text-ifdesign:active{
  --tw-text-opacity: 1;
  color: rgb(218 23 32 / var(--tw-text-opacity));
}

.disabled\:opacity-30:disabled{
  opacity: 0.3;
}

.group:hover .group-hover\:block{
  display: block;
}

.group:hover .group-hover\:bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}

.group:hover .group-hover\:bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.group:hover .group-hover\:fill-\[\#F2F2F2\]{
  fill: #F2F2F2;
}

.group:hover .group-hover\:text-opacity-75{
  --tw-text-opacity: 0.75;
}

.group:hover .group-hover\:opacity-50{
  opacity: 0.5;
}

.group:active .group-active\:bg-ifdesign{
  --tw-bg-opacity: 1;
  background-color: rgb(218 23 32 / var(--tw-bg-opacity));
}

.group:active .group-active\:bg-opacity-100{
  --tw-bg-opacity: 1;
}

.group:active .group-active\:fill-ifdesign{
  fill: #DA1720;
}

.group:active .group-active\:opacity-100{
  opacity: 1;
}

.group.disabled .group-\[\.disabled\]\:border-opacity-30{
  --tw-border-opacity: 0.3;
}

.group.border-ifdesign .group-\[\.border-ifdesign\]\:opacity-50{
  opacity: 0.5;
}

@media (min-width: 640px){
  .sm\:hidden{
    display: none;
  }

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

  .sm\:w-10{
    width: 2.5rem;
  }
}

@media (min-width: 768px){
  .md\:left-4{
    left: 1rem;
  }

  .md\:top-60{
    top: 15rem;
  }

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

  .md\:col-start-2{
    grid-column-start: 2;
  }

  .md\:mb-3{
    margin-bottom: 0.75rem;
  }

  .md\:h-\[18\.75rem\]{
    height: 18.75rem;
  }

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

  .md\:w-\[22rem\]{
    width: 22rem;
  }

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

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

  .md\:p-6{
    padding: 1.5rem;
  }

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

@media (min-width: 1024px){
  .lg\:left-6{
    left: 1.5rem;
  }

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

  .lg\:top-9{
    top: 2.25rem;
  }

  .lg\:order-last{
    order: 9999;
  }

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

  .lg\:col-start-2{
    grid-column-start: 2;
  }

  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }

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

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

  .lg\:h-14{
    height: 3.5rem;
  }

  .lg\:h-\[18\.75rem\]{
    height: 18.75rem;
  }

  .lg\:h-\[20dvh\]{
    height: 20dvh;
  }

  .lg\:h-\[70dvh\]{
    height: 70dvh;
  }

  .lg\:w-14{
    width: 3.5rem;
  }

  .lg\:w-\[30rem\]{
    width: 30rem;
  }

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

  .lg\:w-\[60\%\]{
    width: 60%;
  }

  .lg\:w-\[85\%\]{
    width: 85%;
  }

  .lg\:w-fit{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:max-w-\[80\%\]{
    max-width: 80%;
  }

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

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

  .lg\:gap-10{
    gap: 2.5rem;
  }

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

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:text-\[2\.5rem\]{
    font-size: 2.5rem;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:leading-\[3\.5rem\]{
    line-height: 3.5rem;
  }

  .lg\:after\:absolute::after{
    content: var(--tw-content);
    position: absolute;
  }

  .lg\:after\:left-0::after{
    content: var(--tw-content);
    left: 0px;
  }

  .lg\:after\:top-0::after{
    content: var(--tw-content);
    top: 0px;
  }

  .lg\:after\:h-\[100dvh\]::after{
    content: var(--tw-content);
    height: 100dvh;
  }

  .lg\:after\:w-\[100dvw\]::after{
    content: var(--tw-content);
    width: 100dvw;
  }

  .lg\:after\:bg-black\/20::after{
    content: var(--tw-content);
    background-color: rgb(0 0 0 / 0.2);
  }
}

@media (min-width: 1280px){
  .xl\:mb-10{
    margin-bottom: 2.5rem;
  }

  .xl\:mb-3{
    margin-bottom: 0.75rem;
  }

  .xl\:mt-\[9\.75rem\]{
    margin-top: 9.75rem;
  }

  .xl\:max-h-14{
    max-height: 3.5rem;
  }

  .xl\:max-h-\[11\.5rem\]{
    max-height: 11.5rem;
  }

  .xl\:max-h-\[4\.5rem\]{
    max-height: 4.5rem;
  }
}

@media (min-width: 1536px){
  .\32xl\:top-14{
    top: 3.5rem;
  }

  .\32xl\:w-\[29rem\]{
    width: 29rem;
  }

  .\32xl\:w-\[3\.25rem\]{
    width: 3.25rem;
  }

  .\32xl\:w-\[55\%\]{
    width: 55%;
  }

  .\32xl\:w-\[60\%\]{
    width: 60%;
  }

  .\32xl\:w-\[70\%\]{
    width: 70%;
  }
}

@media (min-width: 2560px){
  .\33xl\:left-12{
    left: 3rem;
  }

  .\33xl\:top-12{
    top: 3rem;
  }

  .\33xl\:mb-12{
    margin-bottom: 3rem;
  }

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

  .\33xl\:mb-6{
    margin-bottom: 1.5rem;
  }

  .\33xl\:mb-\[20\.5rem\]{
    margin-bottom: 20.5rem;
  }

  .\33xl\:mb-\[5\.25rem\]{
    margin-bottom: 5.25rem;
  }

  .\33xl\:ml-3{
    margin-left: 0.75rem;
  }

  .\33xl\:ml-6{
    margin-left: 1.5rem;
  }

  .\33xl\:mr-\[-13\.5px\]{
    margin-right: -13.5px;
  }

  .\33xl\:mt-\[20rem\]{
    margin-top: 20rem;
  }

  .\33xl\:flex{
    display: flex;
  }

  .\33xl\:h-12{
    height: 3rem;
  }

  .\33xl\:h-16{
    height: 4rem;
  }

  .\33xl\:h-\[1\.125rem\]{
    height: 1.125rem;
  }

  .\33xl\:h-\[1\.5rem\]{
    height: 1.5rem;
  }

  .\33xl\:h-\[112px\]{
    height: 112px;
  }

  .\33xl\:h-\[18dvh\]{
    height: 18dvh;
  }

  .\33xl\:h-\[3\.25rem\]{
    height: 3.25rem;
  }

  .\33xl\:max-h-\[10rem\]{
    max-height: 10rem;
  }

  .\33xl\:max-h-\[22\.5rem\]{
    max-height: 22.5rem;
  }

  .\33xl\:max-h-\[5\.5rem\]{
    max-height: 5.5rem;
  }

  .\33xl\:max-h-\[7\.5rem\]{
    max-height: 7.5rem;
  }

  .\33xl\:w-12{
    width: 3rem;
  }

  .\33xl\:w-16{
    width: 4rem;
  }

  .\33xl\:w-8{
    width: 2rem;
  }

  .\33xl\:w-\[1\.125rem\]{
    width: 1.125rem;
  }

  .\33xl\:w-\[1\.5rem\]{
    width: 1.5rem;
  }

  .\33xl\:w-\[112px\]{
    width: 112px;
  }

  .\33xl\:w-\[14rem\]{
    width: 14rem;
  }

  .\33xl\:w-\[20\%\]{
    width: 20%;
  }

  .\33xl\:w-\[3\.25rem\]{
    width: 3.25rem;
  }

  .\33xl\:w-\[32\.5rem\]{
    width: 32.5rem;
  }

  .\33xl\:w-\[360px\]{
    width: 360px;
  }

  .\33xl\:w-\[580px\]{
    width: 580px;
  }

  .\33xl\:w-\[65\%\]{
    width: 65%;
  }

  .\33xl\:w-\[80\%\]{
    width: 80%;
  }

  .\33xl\:max-w-\[12\.25rem\]{
    max-width: 12.25rem;
  }

  .\33xl\:flex-col{
    flex-direction: column;
  }

  .\33xl\:gap-6{
    gap: 1.5rem;
  }

  .\33xl\:gap-8{
    gap: 2rem;
  }

  .\33xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:p-12{
    padding: 3rem;
  }

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

  .\33xl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\33xl\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\33xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

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

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

  .\33xl\:text-\[9rem\]{
    font-size: 9rem;
  }

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

  .\33xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\33xl\:leading-9{
    line-height: 2.25rem;
  }

  .\33xl\:leading-\[112px\]{
    line-height: 112px;
  }

  .\33xl\:tracking-\[13\.5px\]{
    letter-spacing: 13.5px;
  }

  .\33xl\:placeholder\:text-xl::placeholder{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.\[\&\:\:-webkit-slider-runnable-track\]\:rounded-full::-webkit-slider-runnable-track{
  border-radius: 9999px;
}

.\[\&\:\:-webkit-slider-thumb\]\:appearance-none::-webkit-slider-thumb{
  -webkit-appearance: none;
          appearance: none;
}

.\[\&\:\:-webkit-slider-thumb\]\:rounded-full::-webkit-slider-thumb{
  border-radius: 9999px;
}

.\[\&\:\:-webkit-slider-thumb\]\:bg-white::-webkit-slider-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\[\&\:\:-webkit-slider-thumb\]\:outline::-webkit-slider-thumb{
  outline-style: solid;
}

.\[\&\:\:-webkit-slider-thumb\]\:outline-2::-webkit-slider-thumb{
  outline-width: 2px;
}

.\[\&\:\:-webkit-slider-thumb\]\:outline-offset-2::-webkit-slider-thumb{
  outline-offset: 2px;
}

.\[\&\:\:-webkit-slider-thumb\]\:outline-white::-webkit-slider-thumb{
  outline-color: #fff;
}

@media (min-width: 1280px){
  .xl\:\[\&\:\:-webkit-slider-thumb\]\:h-\[0\.875rem\]::-webkit-slider-thumb{
    height: 0.875rem;
  }

  .xl\:\[\&\:\:-webkit-slider-thumb\]\:w-\[0\.875rem\]::-webkit-slider-thumb{
    width: 0.875rem;
  }
}

@media (min-width: 2560px){
  .\33xl\:\[\&\:\:-webkit-slider-thumb\]\:h-\[1\.375rem\]::-webkit-slider-thumb{
    height: 1.375rem;
  }

  .\33xl\:\[\&\:\:-webkit-slider-thumb\]\:w-\[1\.375rem\]::-webkit-slider-thumb{
    width: 1.375rem;
  }
}
