/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Montserrat, sans-serif; /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.order-first {
  order: -9999;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-start-1 {
  grid-column-start: 1;
}
.m-auto {
  margin: auto;
}
.m-6 {
  margin: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mr-auto {
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mr-0 {
  margin-right: 0px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-20 {
  height: 5rem;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-8 {
  height: 2rem;
}
.h-12 {
  height: 3rem;
}
.h-6 {
  height: 1.5rem;
}
.h-auto {
  height: auto;
}
.h-64 {
  height: 16rem;
}
.h-\[80vh\] {
  height: 80vh;
}
.max-h-48 {
  max-height: 12rem;
}
.min-h-\[65vh\] {
  min-height: 65vh;
}
.w-screen {
  width: 100vw;
}
.w-auto {
  width: auto;
}
.w-1\/2 {
  width: 50%;
}
.w-full {
  width: 100%;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-24 {
  width: 6rem;
}
.w-8 {
  width: 2rem;
}
.w-\[99\%\] {
  width: 99%;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.overflow-hidden {
  overflow: hidden;
}
.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-full {
  border-radius: 9999px;
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-petrol-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 162 182 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-black {
  --tw-gradient-to: #000;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.stroke-gray-50 {
  stroke: #F2F2F2;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-2 {
  padding: 0.5rem;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-0 {
  padding: 0px;
}
.p-6 {
  padding: 1.5rem;
}
.p-4 {
  padding: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pl-4 {
  padding-left: 1rem;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.font-black {
  font-weight: 900;
}
.font-light {
  font-weight: 300;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.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;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 900;
    font-variation-settings: "wght" 900;
    src: url('/static/ftw/fonts/Montserrat-VariableFont_wght.ttf');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 700;
    font-variation-settings: "wght" 700;
    src: url('/static/ftw/fonts/Montserrat-VariableFont_wght.ttf');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 500;
    font-variation-settings: "wght" 400;
    src: url('/static/ftw/fonts/Montserrat-VariableFont_wght.ttf');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 300;
    font-variation-settings: "wght" 300;
    src: url('/static/ftw/fonts/Montserrat-VariableFont_wght.ttf');
}
/* These styles are used in articles, but should be overwritten for the UI */
#title h1 {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  text-align: left;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 900;
}
#subtitle h2 {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
}
#main p {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
.navbar-content-entry {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar-content-entry:hover {
  --tw-text-opacity: 1;
  color: rgb(108 190 204 / var(--tw-text-opacity));
}
.navbar-content-entry-icon {
  margin-left: 0.5rem;
  display: inline-block;
  height: 2rem;
  stroke: #F2F2F2;
  vertical-align: middle;
}
@keyframes arrow {

  0% {
    transform: scale3d(calc(var(--arrow-scale) * 1.5),1,1);
  }

  1% {
    transform: scale3d(calc(var(--arrow-scale) * 1.5086376425752204),1,1);
  }

  2% {
    transform: scale3d(calc(var(--arrow-scale) * 1.5330887624770404),1,1);
  }

  3% {
    transform: scale3d(calc(var(--arrow-scale) * 1.571151063113489),1,1);
  }

  4% {
    transform: scale3d(calc(var(--arrow-scale) * 1.6206407565858014),1,1);
  }

  5% {
    transform: scale3d(calc(var(--arrow-scale) * 1.679427456478355),1,1) ;
  }

  6% {
    transform: scale3d(calc(var(--arrow-scale) * 1.7454642205549498),1,1);
  }

  7% {
    transform: scale3d(calc(var(--arrow-scale) * 1.8168127829891672),1,1);
  }

  8% {
    transform: scale3d(calc(var(--arrow-scale) * 1.8916640927479398),1,1);
  }

  9% {
    transform: scale3d(calc(var(--arrow-scale) * 1.968354341057632),1,1);
  }

  10% {
    transform: scale3d(calc(var(--arrow-scale) * 2.0453767165955568),1,1);
  }

  11% {
    transform: scale3d(calc(var(--arrow-scale) * 2.121389172421658),1,1);
  }

  12% {
    transform: scale3d(calc(var(--arrow-scale) * 2.1952185240960485),1,1);
  }

  13% {
    transform: scale3d(calc(var(--arrow-scale) * 2.265861224442231),1,1) ;
  }

  14% {
    transform: scale3d(calc(var(--arrow-scale) * 2.3324811776374395),1,1);
  }

  15% {
    transform: scale3d(calc(var(--arrow-scale) * 2.394404964443162),1,1) ;
  }

  16% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4511148521907242),1,1);
  }

  17% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5022399584071477),1,1);
  }

  18% {
    transform: scale3d(calc(var(--arrow-scale) * 2.547545926524034),1,1) ;
  }

  19% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5869234567798163),1,1);
  }

  20% {
    transform: scale3d(calc(var(--arrow-scale) * 2.6203760160160154),1,1);
  }

  21% {
    transform: scale3d(calc(var(--arrow-scale) * 2.6480070273708898),1,1);
  }

  22% {
    transform: scale3d(calc(var(--arrow-scale) * 2.67000681564529),1,1)  ;
  }

  23% {
    transform: scale3d(calc(var(--arrow-scale) * 2.6866395570691064),1,1);
  }

  24% {
    transform: scale3d(calc(var(--arrow-scale) * 2.6982304539961044),1,1);
  }

  25% {
    transform: scale3d(calc(var(--arrow-scale) * 2.7051533263082375),1,1);
  }

  26% {
    transform: scale3d(calc(var(--arrow-scale) * 2.7078187825664557),1,1);
  }

  27% {
    transform: scale3d(calc(var(--arrow-scale) * 2.7066631056899624),1,1);
  }

  28% {
    transform: scale3d(calc(var(--arrow-scale) * 2.702137960603221),1,1) ;
  }

  29% {
    transform: scale3d(calc(var(--arrow-scale) * 2.6947010052195237),1,1);
  }

  30% {
    transform: scale3d(calc(var(--arrow-scale) * 2.6848074616294655),1,1);
  }

  31% {
    transform: scale3d(calc(var(--arrow-scale) * 2.6729026816694685),1,1);
  }

  32% {
    transform: scale3d(calc(var(--arrow-scale) * 2.6594157203396898),1,1);
  }

  33% {
    transform: scale3d(calc(var(--arrow-scale) * 2.644753911948081),1,1) ;
  }

  34% {
    transform: scale3d(calc(var(--arrow-scale) * 2.62929842745402),1,1)  ;
  }

  35% {
    transform: scale3d(calc(var(--arrow-scale) * 2.6134007773010595),1,1);
  }

  36% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5973802120531624),1,1);
  }

  37% {
    transform: scale3d(calc(var(--arrow-scale) * 2.581521963335417),1,1) ;
  }

  38% {
    transform: scale3d(calc(var(--arrow-scale) * 2.566076259850347),1,1) ;
  }

  39% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5512580474899123),1,1);
  }

  40% {
    transform: scale3d(calc(var(--arrow-scale) * 2.537247338664745),1,1) ;
  }

  41% {
    transform: scale3d(calc(var(--arrow-scale) * 2.524190113782636),1,1) ;
  }

  42% {
    transform: scale3d(calc(var(--arrow-scale) * 2.512199697171616),1,1) ;
  }

  43% {
    transform: scale3d(calc(var(--arrow-scale) * 2.501358530494345),1,1) ;
  }

  44% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4917202686702495),1,1);
  }

  45% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4833121263387836),1,1);
  }

  46% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4761374067918616),1,1);
  }

  47% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4701781499106477),1,1);
  }

  48% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4653978408029538),1,1);
  }

  49% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4617441264023805),1,1);
  }

  50% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4591514931191876),1,1);
  }

  51% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4575438645970955),1,1);
  }

  52% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4568370846134497),1,1);
  }

  53% {
    transform: scale3d(calc(var(--arrow-scale) * 2.456941256059036),1,1) ;
  }

  54% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4577629126578153),1,1);
  }

  55% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4592070055589312),1,1);
  }

  56% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4611786920891867),1,1);
  }

  57% {
    transform: scale3d(calc(var(--arrow-scale) * 2.463584918742374),1,1) ;
  }

  58% {
    transform: scale3d(calc(var(--arrow-scale) * 2.466335794862737),1,1) ;
  }

  59% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4693457574253515),1,1);
  }

  60% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4725345308087796),1,1);
  }

  61% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4758278884869647),1,1);
  }

  62% {
    transform: scale3d(calc(var(--arrow-scale) * 2.479158226138827),1,1) ;
  }

  63% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4824649577938938),1,1);
  }

  64% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4856947483156144),1,1);
  }

  65% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4888015967917716),1,1);
  }

  66% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4917467862789886),1,1);
  }

  67% {
    transform: scale3d(calc(var(--arrow-scale) * 2.494498715865099),1,1) ;
  }

  68% {
    transform: scale3d(calc(var(--arrow-scale) * 2.497032631201088),1,1) ;
  }

  69% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4993302695474706),1,1);
  }

  70% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5013794350134355),1,1);
  }

  71% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5031735190764994),1,1);
  }

  72% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5047109806910353),1,1);
  }

  73% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5059947993605),1,1)   ;
  }

  74% {
    transform: scale3d(calc(var(--arrow-scale) * 2.507031913493653),1,1) ;
  }

  75% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5078326552211365),1,1);
  }

  76% {
    transform: scale3d(calc(var(--arrow-scale) * 2.508410191644902),1,1) ;
  }

  77% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5087799812563585),1,1);
  }

  78% {
    transform: scale3d(calc(var(--arrow-scale) * 2.508959253014334),1,1) ;
  }

  79% {
    transform: scale3d(calc(var(--arrow-scale) * 2.508966514343102),1,1) ;
  }

  80% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5088210931130037),1,1);
  }

  81% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5085427175181687),1,1);
  }

  82% {
    transform: scale3d(calc(var(--arrow-scale) * 2.508151136681366),1,1) ;
  }

  83% {
    transform: scale3d(calc(var(--arrow-scale) * 2.507665783806208),1,1) ;
  }

  84% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5071054827705006),1,1);
  }

  85% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5064881982177143),1,1);
  }

  86% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5058308284604225),1,1);
  }

  87% {
    transform: scale3d(calc(var(--arrow-scale) * 2.505149039862032),1,1) ;
  }

  88% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5044571408114624),1,1);
  }

  89% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5037679929480534),1,1);
  }

  90% {
    transform: scale3d(calc(var(--arrow-scale) * 2.503092956927998),1,1) ;
  }

  91% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5024418697448985),1,1);
  }

  92% {
    transform: scale3d(calc(var(--arrow-scale) * 2.501823050420429),1,1) ;
  }

  93% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5012433307606385),1,1);
  }

  94% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5007081078225966),1,1);
  }

  95% {
    transform: scale3d(calc(var(--arrow-scale) * 2.50022141474777),1,1)  ;
  }

  96% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4997860066855706),1,1);
  }

  97% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4994034586454346),1,1);
  }

  98% {
    transform: scale3d(calc(var(--arrow-scale) * 2.499074272271287),1,1) ;
  }

  99% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4987979887210745),1,1);
  }

  100% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4985733050492103),1,1);
  }
}
.group:hover .navbar-content-entry-icon {
  animation: arrow 0.7s linear;
}
:root {
    --footer-font-size-main: 1.25rem;
    --footer-font-size-instagram: 0.75rem;
    --footer-font-size-instagram-bold: 1.25rem;
    --footer-font-size-credits: 0.7rem;
    --arrow-width: 1.25rem;
    --arrow-scale: 0.4;
    --instagram-width: 1.25rem;
}
.footer {
    width: 100%;
    margin: 0;
    font-weight: bold;
    font-stretch: -2%;
    font-size: var(--footer-font-size-main);
    color: #F2F2F2;
    font-family: 'Montserrat', sans-serif;
    background-color: #2DA2B6;
    display: flex;
    flex-direction: column;
}
.footerRowLinks {
    margin-inline: 3vw;
    margin-top: 3rem;
    width: 94vw;
    display: flex;
    flex-direction: row;
}
instagram {
    display: block;
    font-weight: 900;
    font-size: var(--footer-font-size-instagram-bold);
    width: 24vw;
    display: flex;
    flex-direction: column;
}
.footerInstagramLink {
    margin-top: 0.3rem;
    text-decoration: none;
    color: #F2F2F2;
    font-weight: bold;
    font-size: var(--footer-font-size-instagram);
    display: inline-flex;
}
.footerInstagramLink p {
    margin-left: .5vw;
    margin-top: 0vw;
}
.footerInstagramIcon {
    align-self: center;
}
.footerLinksProject {
    margin-left: 10vw;
    display: flex;
    flex-direction: column;
}
.footerLinks {
    text-decoration: none;
    color: #F2F2F2;
    margin-bottom: 1rem;
    display: flex;
    transition: color 0.3s ease-in-out;
}
.footerLinks svg {
    align-self: center;
    margin-left: 0.5vw;
}
.footerLinks:hover {
    color: #333333;
}
.footerLinksOther {
    margin-left: 5vw;
    display: flex;
    position: absolute;
    left: 65vw;
    flex-direction: column;
}
.footerLinks:hover .footerArrowMain {
    display: none;
}
.footerArrow {
    transition: ease-in-out;
    max-width: var(--arrow-width);
}
.footerArrowHover {
    display: none;
}
.footerLinks:hover .footerArrowHover {
    display: inherit;
    animation: footerLinkArrow;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    max-width: var(--arrow-width);
}
@keyframes footerLinkArrow {
    0%   { transform: scale3d(calc(var(--arrow-scale) * 1.5),1,1);                }
    1%   { transform: scale3d(calc(var(--arrow-scale) * 1.5086376425752204),1,1); }
    2%   { transform: scale3d(calc(var(--arrow-scale) * 1.5330887624770404),1,1); }
    3%   { transform: scale3d(calc(var(--arrow-scale) * 1.571151063113489),1,1);  }
    4%   { transform: scale3d(calc(var(--arrow-scale) * 1.6206407565858014),1,1); }
    5%   { transform: scale3d(calc(var(--arrow-scale) * 1.679427456478355),1,1);  }
    6%   { transform: scale3d(calc(var(--arrow-scale) * 1.7454642205549498),1,1); }
    7%   { transform: scale3d(calc(var(--arrow-scale) * 1.8168127829891672),1,1); }
    8%   { transform: scale3d(calc(var(--arrow-scale) * 1.8916640927479398),1,1); }
    9%   { transform: scale3d(calc(var(--arrow-scale) * 1.968354341057632),1,1);  }
    10%  { transform: scale3d(calc(var(--arrow-scale) * 2.0453767165955568),1,1); }
    11%  { transform: scale3d(calc(var(--arrow-scale) * 2.121389172421658),1,1);  }
    12%  { transform: scale3d(calc(var(--arrow-scale) * 2.1952185240960485),1,1); }
    13%  { transform: scale3d(calc(var(--arrow-scale) * 2.265861224442231),1,1);  }
    14%  { transform: scale3d(calc(var(--arrow-scale) * 2.3324811776374395),1,1); }
    15%  { transform: scale3d(calc(var(--arrow-scale) * 2.394404964443162),1,1);  }
    16%  { transform: scale3d(calc(var(--arrow-scale) * 2.4511148521907242),1,1); }
    17%  { transform: scale3d(calc(var(--arrow-scale) * 2.5022399584071477),1,1); }
    18%  { transform: scale3d(calc(var(--arrow-scale) * 2.547545926524034),1,1);  }
    19%  { transform: scale3d(calc(var(--arrow-scale) * 2.5869234567798163),1,1); }
    20%  { transform: scale3d(calc(var(--arrow-scale) * 2.6203760160160154),1,1); }
    21%  { transform: scale3d(calc(var(--arrow-scale) * 2.6480070273708898),1,1); }
    22%  { transform: scale3d(calc(var(--arrow-scale) * 2.67000681564529),1,1);   }
    23%  { transform: scale3d(calc(var(--arrow-scale) * 2.6866395570691064),1,1); }
    24%  { transform: scale3d(calc(var(--arrow-scale) * 2.6982304539961044),1,1); }
    25%  { transform: scale3d(calc(var(--arrow-scale) * 2.7051533263082375),1,1); }
    26%  { transform: scale3d(calc(var(--arrow-scale) * 2.7078187825664557),1,1); }
    27%  { transform: scale3d(calc(var(--arrow-scale) * 2.7066631056899624),1,1); }
    28%  { transform: scale3d(calc(var(--arrow-scale) * 2.702137960603221),1,1);  }
    29%  { transform: scale3d(calc(var(--arrow-scale) * 2.6947010052195237),1,1); }
    30%  { transform: scale3d(calc(var(--arrow-scale) * 2.6848074616294655),1,1); }
    31%  { transform: scale3d(calc(var(--arrow-scale) * 2.6729026816694685),1,1); }
    32%  { transform: scale3d(calc(var(--arrow-scale) * 2.6594157203396898),1,1); }
    33%  { transform: scale3d(calc(var(--arrow-scale) * 2.644753911948081),1,1);  }
    34%  { transform: scale3d(calc(var(--arrow-scale) * 2.62929842745402),1,1);   }
    35%  { transform: scale3d(calc(var(--arrow-scale) * 2.6134007773010595),1,1); }
    36%  { transform: scale3d(calc(var(--arrow-scale) * 2.5973802120531624),1,1); }
    37%  { transform: scale3d(calc(var(--arrow-scale) * 2.581521963335417),1,1);  }
    38%  { transform: scale3d(calc(var(--arrow-scale) * 2.566076259850347),1,1);  }
    39%  { transform: scale3d(calc(var(--arrow-scale) * 2.5512580474899123),1,1); }
    40%  { transform: scale3d(calc(var(--arrow-scale) * 2.537247338664745),1,1);  }
    41%  { transform: scale3d(calc(var(--arrow-scale) * 2.524190113782636),1,1);  }
    42%  { transform: scale3d(calc(var(--arrow-scale) * 2.512199697171616),1,1);  }
    43%  { transform: scale3d(calc(var(--arrow-scale) * 2.501358530494345),1,1);  }
    44%  { transform: scale3d(calc(var(--arrow-scale) * 2.4917202686702495),1,1); }
    45%  { transform: scale3d(calc(var(--arrow-scale) * 2.4833121263387836),1,1); }
    46%  { transform: scale3d(calc(var(--arrow-scale) * 2.4761374067918616),1,1); }
    47%  { transform: scale3d(calc(var(--arrow-scale) * 2.4701781499106477),1,1); }
    48%  { transform: scale3d(calc(var(--arrow-scale) * 2.4653978408029538),1,1); }
    49%  { transform: scale3d(calc(var(--arrow-scale) * 2.4617441264023805),1,1); }
    50%  { transform: scale3d(calc(var(--arrow-scale) * 2.4591514931191876),1,1); }
    51%  { transform: scale3d(calc(var(--arrow-scale) * 2.4575438645970955),1,1); }
    52%  { transform: scale3d(calc(var(--arrow-scale) * 2.4568370846134497),1,1); }
    53%  { transform: scale3d(calc(var(--arrow-scale) * 2.456941256059036),1,1);  }
    54%  { transform: scale3d(calc(var(--arrow-scale) * 2.4577629126578153),1,1); }
    55%  { transform: scale3d(calc(var(--arrow-scale) * 2.4592070055589312),1,1); }
    56%  { transform: scale3d(calc(var(--arrow-scale) * 2.4611786920891867),1,1); }
    57%  { transform: scale3d(calc(var(--arrow-scale) * 2.463584918742374),1,1);  }
    58%  { transform: scale3d(calc(var(--arrow-scale) * 2.466335794862737),1,1);  }
    59%  { transform: scale3d(calc(var(--arrow-scale) * 2.4693457574253515),1,1); }
    60%  { transform: scale3d(calc(var(--arrow-scale) * 2.4725345308087796),1,1); }
    61%  { transform: scale3d(calc(var(--arrow-scale) * 2.4758278884869647),1,1); }
    62%  { transform: scale3d(calc(var(--arrow-scale) * 2.479158226138827),1,1);  }
    63%  { transform: scale3d(calc(var(--arrow-scale) * 2.4824649577938938),1,1); }
    64%  { transform: scale3d(calc(var(--arrow-scale) * 2.4856947483156144),1,1); }
    65%  { transform: scale3d(calc(var(--arrow-scale) * 2.4888015967917716),1,1); }
    66%  { transform: scale3d(calc(var(--arrow-scale) * 2.4917467862789886),1,1); }
    67%  { transform: scale3d(calc(var(--arrow-scale) * 2.494498715865099),1,1);  }
    68%  { transform: scale3d(calc(var(--arrow-scale) * 2.497032631201088),1,1);  }
    69%  { transform: scale3d(calc(var(--arrow-scale) * 2.4993302695474706),1,1); }
    70%  { transform: scale3d(calc(var(--arrow-scale) * 2.5013794350134355),1,1); }
    71%  { transform: scale3d(calc(var(--arrow-scale) * 2.5031735190764994),1,1); }
    72%  { transform: scale3d(calc(var(--arrow-scale) * 2.5047109806910353),1,1); }
    73%  { transform: scale3d(calc(var(--arrow-scale) * 2.5059947993605),1,1);    }
    74%  { transform: scale3d(calc(var(--arrow-scale) * 2.507031913493653),1,1);  }
    75%  { transform: scale3d(calc(var(--arrow-scale) * 2.5078326552211365),1,1); }
    76%  { transform: scale3d(calc(var(--arrow-scale) * 2.508410191644902),1,1);  }
    77%  { transform: scale3d(calc(var(--arrow-scale) * 2.5087799812563585),1,1); }
    78%  { transform: scale3d(calc(var(--arrow-scale) * 2.508959253014334),1,1);  }
    79%  { transform: scale3d(calc(var(--arrow-scale) * 2.508966514343102),1,1);  }
    80%  { transform: scale3d(calc(var(--arrow-scale) * 2.5088210931130037),1,1); }
    81%  { transform: scale3d(calc(var(--arrow-scale) * 2.5085427175181687),1,1); }
    82%  { transform: scale3d(calc(var(--arrow-scale) * 2.508151136681366),1,1);  }
    83%  { transform: scale3d(calc(var(--arrow-scale) * 2.507665783806208),1,1);  }
    84%  { transform: scale3d(calc(var(--arrow-scale) * 2.5071054827705006),1,1); }
    85%  { transform: scale3d(calc(var(--arrow-scale) * 2.5064881982177143),1,1); }
    86%  { transform: scale3d(calc(var(--arrow-scale) * 2.5058308284604225),1,1); }
    87%  { transform: scale3d(calc(var(--arrow-scale) * 2.505149039862032),1,1);  }
    88%  { transform: scale3d(calc(var(--arrow-scale) * 2.5044571408114624),1,1); }
    89%  { transform: scale3d(calc(var(--arrow-scale) * 2.5037679929480534),1,1); }
    90%  { transform: scale3d(calc(var(--arrow-scale) * 2.503092956927998),1,1);  }
    91%  { transform: scale3d(calc(var(--arrow-scale) * 2.5024418697448985),1,1); }
    92%  { transform: scale3d(calc(var(--arrow-scale) * 2.501823050420429),1,1);  }
    93%  { transform: scale3d(calc(var(--arrow-scale) * 2.5012433307606385),1,1); }
    94%  { transform: scale3d(calc(var(--arrow-scale) * 2.5007081078225966),1,1); }
    95%  { transform: scale3d(calc(var(--arrow-scale) * 2.50022141474777),1,1);   }
    96%  { transform: scale3d(calc(var(--arrow-scale) * 2.4997860066855706),1,1); }
    97%  { transform: scale3d(calc(var(--arrow-scale) * 2.4994034586454346),1,1); }
    98%  { transform: scale3d(calc(var(--arrow-scale) * 2.499074272271287),1,1);  }
    99%  { transform: scale3d(calc(var(--arrow-scale) * 2.4987979887210745),1,1); }
    100% { transform: scale3d(calc(var(--arrow-scale) * 2.4985733050492103),1,1); }
}
.footerRowSlogan {
    margin-top: 4rem;
    margin-left: 3vw;
    width: 94vw;
}
.footerRowSlogan p {
    margin: 0;
    font-weight: bold;
    font-size: var(--footer-font-size-slogan-bold);
    text-align: center;
    text-transform: uppercase;
}
.footerRowCredits {
    margin-left: 3vw;
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content
}
.footerRowCredits p,
.footerRowCredits a {
    margin: 0;
    font-weight: normal;
    font-size: var(--footer-font-size-credits);
    line-height: 0;
    text-decoration: none;
    color: #F2F2F2;
}
.footerRowCredits a {
    margin-top: 0vw;
}
@media (max-width: 768px) {
    .footerRowLinks {
        flex-direction: column;
        margin-left: 1rem;
        margin-top: 10vw;
    }

    .footerLinksProject {
        margin-left: 0vw;
        margin-top: 15vw;
    }

    .footerLinksOther {
        position: inherit;
        left: 0;
        margin-left: 0;
    }

    .footerRowLinks {
        width: 80vw;
    }

    .footerRowSlogan {
        display: none;
    }

    .footerLinks {
        margin-bottom: 2.5vw;
        width: -moz-fit-content;
        width: fit-content;
    }
    
    .footerInstagramText{
        font-size: var(--footer-font-size-instagram-bold);
        width: 23ch;
    }

    .footerInstagramLink {
        margin-top: 3vw;
    }

    .footerInstagramLink p {
        margin-left: 1vw;
    }

    .footerInstagramIcon {
        min-width: var(--instagram-width);
    }

    .footerRowCredits {
        font-size: var(--footer-font-size-credits);
        margin-top: 15vw;
    }

    .footerRowCredits p {
        margin-bottom: 1.5vw;
    }

    :root {
        --footer-font-size-main: 4.5vw;
        --footer-font-size-instagram: 3vw;
        --footer-font-size-instagram-bold: 4vw;
        --footer-font-size-credits: 2.5vw;
        --arrow-width: 4vw;
        --arrow-scale: 0.4;
        --instagram-width: 5vw;
    }
}
@media (min-width: 768px) {
    .footerLinksOther {
        right: 4rem;
        align-items: end;
    }
    .footerLinksProject {
        margin-left: 3rem;
    }
    
}
@media (min-width: 1024px) {
    .footerLinksProject {
        margin-left: 15vw;
    }
}
@media (min-width: 1280px) {
    .footerLinksProject {
        margin-left: 18vw;
    }
}
@media (min-width: 1536px) {
    
}
.placeholder\:font-light::-moz-placeholder {
  font-weight: 300;
}
.placeholder\:font-light::placeholder {
  font-weight: 300;
}
.placeholder\:italic::-moz-placeholder {
  font-style: italic;
}
.placeholder\:italic::placeholder {
  font-style: italic;
}
.placeholder\:text-gray-50::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}
.placeholder\:text-gray-50::placeholder {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}
.hover\:-rotate-90:hover {
  --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));
}
.hover\:text-petrol-400:hover {
  --tw-text-opacity: 1;
  color: rgb(108 190 204 / var(--tw-text-opacity));
}
.group:hover .group-hover\:inline-block {
  display: inline-block;
}
.group:hover .group-hover\:hidden {
  display: none;
}
@keyframes arrow {

  0% {
    transform: scale3d(calc(var(--arrow-scale) * 1.5),1,1);
  }

  1% {
    transform: scale3d(calc(var(--arrow-scale) * 1.5086376425752204),1,1);
  }

  2% {
    transform: scale3d(calc(var(--arrow-scale) * 1.5330887624770404),1,1);
  }

  3% {
    transform: scale3d(calc(var(--arrow-scale) * 1.571151063113489),1,1);
  }

  4% {
    transform: scale3d(calc(var(--arrow-scale) * 1.6206407565858014),1,1);
  }

  5% {
    transform: scale3d(calc(var(--arrow-scale) * 1.679427456478355),1,1) ;
  }

  6% {
    transform: scale3d(calc(var(--arrow-scale) * 1.7454642205549498),1,1);
  }

  7% {
    transform: scale3d(calc(var(--arrow-scale) * 1.8168127829891672),1,1);
  }

  8% {
    transform: scale3d(calc(var(--arrow-scale) * 1.8916640927479398),1,1);
  }

  9% {
    transform: scale3d(calc(var(--arrow-scale) * 1.968354341057632),1,1);
  }

  10% {
    transform: scale3d(calc(var(--arrow-scale) * 2.0453767165955568),1,1);
  }

  11% {
    transform: scale3d(calc(var(--arrow-scale) * 2.121389172421658),1,1);
  }

  12% {
    transform: scale3d(calc(var(--arrow-scale) * 2.1952185240960485),1,1);
  }

  13% {
    transform: scale3d(calc(var(--arrow-scale) * 2.265861224442231),1,1) ;
  }

  14% {
    transform: scale3d(calc(var(--arrow-scale) * 2.3324811776374395),1,1);
  }

  15% {
    transform: scale3d(calc(var(--arrow-scale) * 2.394404964443162),1,1) ;
  }

  16% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4511148521907242),1,1);
  }

  17% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5022399584071477),1,1);
  }

  18% {
    transform: scale3d(calc(var(--arrow-scale) * 2.547545926524034),1,1) ;
  }

  19% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5869234567798163),1,1);
  }

  20% {
    transform: scale3d(calc(var(--arrow-scale) * 2.6203760160160154),1,1);
  }

  21% {
    transform: scale3d(calc(var(--arrow-scale) * 2.6480070273708898),1,1);
  }

  22% {
    transform: scale3d(calc(var(--arrow-scale) * 2.67000681564529),1,1)  ;
  }

  23% {
    transform: scale3d(calc(var(--arrow-scale) * 2.6866395570691064),1,1);
  }

  24% {
    transform: scale3d(calc(var(--arrow-scale) * 2.6982304539961044),1,1);
  }

  25% {
    transform: scale3d(calc(var(--arrow-scale) * 2.7051533263082375),1,1);
  }

  26% {
    transform: scale3d(calc(var(--arrow-scale) * 2.7078187825664557),1,1);
  }

  27% {
    transform: scale3d(calc(var(--arrow-scale) * 2.7066631056899624),1,1);
  }

  28% {
    transform: scale3d(calc(var(--arrow-scale) * 2.702137960603221),1,1) ;
  }

  29% {
    transform: scale3d(calc(var(--arrow-scale) * 2.6947010052195237),1,1);
  }

  30% {
    transform: scale3d(calc(var(--arrow-scale) * 2.6848074616294655),1,1);
  }

  31% {
    transform: scale3d(calc(var(--arrow-scale) * 2.6729026816694685),1,1);
  }

  32% {
    transform: scale3d(calc(var(--arrow-scale) * 2.6594157203396898),1,1);
  }

  33% {
    transform: scale3d(calc(var(--arrow-scale) * 2.644753911948081),1,1) ;
  }

  34% {
    transform: scale3d(calc(var(--arrow-scale) * 2.62929842745402),1,1)  ;
  }

  35% {
    transform: scale3d(calc(var(--arrow-scale) * 2.6134007773010595),1,1);
  }

  36% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5973802120531624),1,1);
  }

  37% {
    transform: scale3d(calc(var(--arrow-scale) * 2.581521963335417),1,1) ;
  }

  38% {
    transform: scale3d(calc(var(--arrow-scale) * 2.566076259850347),1,1) ;
  }

  39% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5512580474899123),1,1);
  }

  40% {
    transform: scale3d(calc(var(--arrow-scale) * 2.537247338664745),1,1) ;
  }

  41% {
    transform: scale3d(calc(var(--arrow-scale) * 2.524190113782636),1,1) ;
  }

  42% {
    transform: scale3d(calc(var(--arrow-scale) * 2.512199697171616),1,1) ;
  }

  43% {
    transform: scale3d(calc(var(--arrow-scale) * 2.501358530494345),1,1) ;
  }

  44% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4917202686702495),1,1);
  }

  45% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4833121263387836),1,1);
  }

  46% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4761374067918616),1,1);
  }

  47% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4701781499106477),1,1);
  }

  48% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4653978408029538),1,1);
  }

  49% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4617441264023805),1,1);
  }

  50% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4591514931191876),1,1);
  }

  51% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4575438645970955),1,1);
  }

  52% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4568370846134497),1,1);
  }

  53% {
    transform: scale3d(calc(var(--arrow-scale) * 2.456941256059036),1,1) ;
  }

  54% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4577629126578153),1,1);
  }

  55% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4592070055589312),1,1);
  }

  56% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4611786920891867),1,1);
  }

  57% {
    transform: scale3d(calc(var(--arrow-scale) * 2.463584918742374),1,1) ;
  }

  58% {
    transform: scale3d(calc(var(--arrow-scale) * 2.466335794862737),1,1) ;
  }

  59% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4693457574253515),1,1);
  }

  60% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4725345308087796),1,1);
  }

  61% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4758278884869647),1,1);
  }

  62% {
    transform: scale3d(calc(var(--arrow-scale) * 2.479158226138827),1,1) ;
  }

  63% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4824649577938938),1,1);
  }

  64% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4856947483156144),1,1);
  }

  65% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4888015967917716),1,1);
  }

  66% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4917467862789886),1,1);
  }

  67% {
    transform: scale3d(calc(var(--arrow-scale) * 2.494498715865099),1,1) ;
  }

  68% {
    transform: scale3d(calc(var(--arrow-scale) * 2.497032631201088),1,1) ;
  }

  69% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4993302695474706),1,1);
  }

  70% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5013794350134355),1,1);
  }

  71% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5031735190764994),1,1);
  }

  72% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5047109806910353),1,1);
  }

  73% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5059947993605),1,1)   ;
  }

  74% {
    transform: scale3d(calc(var(--arrow-scale) * 2.507031913493653),1,1) ;
  }

  75% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5078326552211365),1,1);
  }

  76% {
    transform: scale3d(calc(var(--arrow-scale) * 2.508410191644902),1,1) ;
  }

  77% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5087799812563585),1,1);
  }

  78% {
    transform: scale3d(calc(var(--arrow-scale) * 2.508959253014334),1,1) ;
  }

  79% {
    transform: scale3d(calc(var(--arrow-scale) * 2.508966514343102),1,1) ;
  }

  80% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5088210931130037),1,1);
  }

  81% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5085427175181687),1,1);
  }

  82% {
    transform: scale3d(calc(var(--arrow-scale) * 2.508151136681366),1,1) ;
  }

  83% {
    transform: scale3d(calc(var(--arrow-scale) * 2.507665783806208),1,1) ;
  }

  84% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5071054827705006),1,1);
  }

  85% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5064881982177143),1,1);
  }

  86% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5058308284604225),1,1);
  }

  87% {
    transform: scale3d(calc(var(--arrow-scale) * 2.505149039862032),1,1) ;
  }

  88% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5044571408114624),1,1);
  }

  89% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5037679929480534),1,1);
  }

  90% {
    transform: scale3d(calc(var(--arrow-scale) * 2.503092956927998),1,1) ;
  }

  91% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5024418697448985),1,1);
  }

  92% {
    transform: scale3d(calc(var(--arrow-scale) * 2.501823050420429),1,1) ;
  }

  93% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5012433307606385),1,1);
  }

  94% {
    transform: scale3d(calc(var(--arrow-scale) * 2.5007081078225966),1,1);
  }

  95% {
    transform: scale3d(calc(var(--arrow-scale) * 2.50022141474777),1,1)  ;
  }

  96% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4997860066855706),1,1);
  }

  97% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4994034586454346),1,1);
  }

  98% {
    transform: scale3d(calc(var(--arrow-scale) * 2.499074272271287),1,1) ;
  }

  99% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4987979887210745),1,1);
  }

  100% {
    transform: scale3d(calc(var(--arrow-scale) * 2.4985733050492103),1,1);
  }
}
.group:hover .group-hover\:animate-\[arrow_1s_linear\] {
  animation: arrow 1s linear;
}
@media (min-width: 768px) {

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

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

  .md\:m-2 {
    margin: 0.5rem;
  }

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

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

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

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

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {

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

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

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

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

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

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

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

  .xl\:grid {
    display: grid;
  }

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

  .xl\:w-screen {
    width: 100vw;
  }

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

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