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

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

::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: 1435px) {

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

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

  .container {
    max-width: 2000px;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1600px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-\[42\.5\%\] {
  right: 42.5%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[41\] {
  z-index: 41;
}
.z-\[60\] {
  z-index: 60;
}
.col-span-full {
  grid-column: 1 / -1;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-16\/9 {
  aspect-ratio: 16/9;
}
.aspect-3\/2 {
  aspect-ratio: 3/2;
}
.aspect-4\/3 {
  aspect-ratio: 4/3;
}
.aspect-\[4\/4\.25\] {
  aspect-ratio: 4/4.25;
}
.aspect-\[4\/4\.5\] {
  aspect-ratio: 4/4.5;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-1 {
  width: 0.25rem;
  height: 0.25rem;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-12 {
  width: 3rem;
  height: 3rem;
}
.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}
.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.h-0 {
  height: 0px;
}
.h-16 {
  height: 4rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-\[15vw\] {
  height: 15vw;
}
.h-\[2px\] {
  height: 2px;
}
.h-full {
  height: 100%;
}
.h-lvh {
  height: 100lvh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[375px\] {
  min-height: 375px;
}
.min-h-lvh {
  min-height: 100lvh;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-\[calc\(100vw-2rem\)\] {
  width: calc(100vw - 2rem) !important;
}
.w-0 {
  width: 0px;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-3\/4 {
  width: 75%;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[calc\(100\%\+0\.5rem\)\] {
  width: calc(100% + 0.5rem);
}
.w-\[calc\(100\%-1rem\)\] {
  width: calc(100% - 1rem);
}
.w-\[calc\(20\%\+0\.1rem\)\] {
  width: calc(20% + 0.1rem);
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-full {
  max-width: 100%;
}
.\!shrink-0 {
  flex-shrink: 0 !important;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-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-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));
}
.cursor-grab {
  cursor: grab;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.\!gap-12 {
  gap: 3rem !important;
}
.\!gap-8 {
  gap: 2rem !important;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.place-self-end {
  place-self: end;
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-balance {
  text-wrap: balance;
}
.text-pretty {
  text-wrap: pretty;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-darkNavy {
  --tw-border-opacity: 1;
  border-color: rgb(1 15 25 / var(--tw-border-opacity));
}
.border-paragraph {
  --tw-border-opacity: 1;
  border-color: rgb(108 133 152 / var(--tw-border-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(13 68 109 / var(--tw-bg-opacity));
}
.bg-blue\/60 {
  background-color: rgb(13 68 109 / 0.6);
}
.bg-current {
  background-color: currentColor;
}
.bg-darkNavy {
  --tw-bg-opacity: 1;
  background-color: rgb(1 15 25 / var(--tw-bg-opacity));
}
.bg-darkNavy\/30 {
  background-color: rgb(1 15 25 / 0.3);
}
.bg-darkNavy\/70 {
  background-color: rgb(1 15 25 / 0.7);
}
.bg-paragraph {
  --tw-bg-opacity: 1;
  background-color: rgb(108 133 152 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(249 243 234 / var(--tw-bg-opacity));
}
.bg-white\/10 {
  background-color: rgb(249 243 234 / 0.1);
}
.bg-white\/30 {
  background-color: rgb(249 243 234 / 0.3);
}
.bg-white\/5 {
  background-color: rgb(249 243 234 / 0.05);
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-blue {
  --tw-gradient-from: #0D446D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 68 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-darkNavy {
  --tw-gradient-from: #010F19 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(1 15 25 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-blue\/0 {
  --tw-gradient-to: rgb(13 68 109 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(13 68 109 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-darkNavy\/65 {
  --tw-gradient-to: rgb(1 15 25 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(1 15 25 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-blue\/0 {
  --tw-gradient-to: rgb(13 68 109 / 0) var(--tw-gradient-to-position);
}
.to-darkNavy\/65 {
  --tw-gradient-to: rgb(1 15 25 / 0.65) var(--tw-gradient-to-position);
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!pt-24 {
  padding-top: 6rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-12 {
  padding-top: 3rem;
}
.text-end {
  text-align: end;
}
.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[15vw\] {
  font-size: 15vw;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.capitalize {
  text-transform: capitalize;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(13 68 109 / var(--tw-text-opacity));
}
.text-paragraph {
  --tw-text-opacity: 1;
  color: rgb(108 133 152 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(249 243 234 / var(--tw-text-opacity));
}
.text-white\/50 {
  color: rgb(249 243 234 / 0.5);
}
.opacity-0 {
  opacity: 0;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -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);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -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);
}
.backdrop-blur-none {
  --tw-backdrop-blur: blur(0);
  -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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-\[300ms\] {
  transition-duration: 300ms;
}
.duration-\[400ms\] {
  transition-duration: 400ms;
}
.duration-\[650ms\] {
  transition-duration: 650ms;
}
.ease-fancy {
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.will-change-transform {
  will-change: transform;
}
.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}
@font-face {
	font-family: "Futura";
	src: url("/wp-content/themes/ab-productions/static/fonts/futura.woff2");
}
@font-face {
	font-family: "Satoshi";
	src: url("/wp-content/themes/ab-productions/static/fonts/satoshi.woff2");
}
html,
body {
  scroll-behavior: smooth;
  font-family: Satoshi, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  line-height: 1.375;
  letter-spacing: -0.025em;
}
strong {
  font-weight: 700;
}
h1,
.is-h1,
h2,
.is-h2,
h3,
.is-h3,
h4,
.is-h4,
h5,
.is-h5,
h6,
.is-h6,
.is-heading {
  font-family: Futura, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.05em;
}
h1,
.is-h1 {
  font-size: 34px;
}
@media (min-width: 640px) {

  h1,
.is-h1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) {

  h1,
.is-h1 {
    font-size: 64px;
  }
}
@media (min-width: 1024px) {

  h1,
.is-h1 {
    font-size: 72px;
  }
}
@media (min-width: 1435px) {

  h1,
.is-h1 {
    font-size: 96px;
  }
}
h2,
.is-h2 {
  font-size: 32px;
}
@media (min-width: 640px) {

  h2,
.is-h2 {
    font-size: 38px;
  }
}
@media (min-width: 768px) {

  h2,
.is-h2 {
    font-size: 44px;
  }
}
@media (min-width: 1024px) {

  h2,
.is-h2 {
    font-size: 48px;
  }
}
@media (min-width: 1435px) {

  h2,
.is-h2 {
    font-size: 64px;
  }
}
h3,
.is-h3 {
  font-size: 28px;
}
@media (min-width: 640px) {

  h3,
.is-h3 {
    font-size: 32px;
  }
}
@media (min-width: 1435px) {

  h3,
.is-h3 {
    font-size: 48px;
  }
}
h4,
.is-h4 {
  font-size: 22px;
}
@media (min-width: 640px) {

  h4,
.is-h4 {
    font-size: 24px;
  }
}
@media (min-width: 1435px) {

  h4,
.is-h4 {
    font-size: 32px;
  }
}
h5,
.is-h5 {
  font-size: 20px;
}
@media (min-width: 1435px) {

  h5,
.is-h5 {
    font-size: 24px;
  }
}
h6,
.is-h6 {
  font-size: 20px;
}
@media (min-width: 1435px) {

  h6,
.is-h6 {
    font-size: 24px;
  }
}
/* List styles inside WYSIWYG editors */
.block-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {

  .block-content {
    gap: 1.5rem;
  }
}
.block-content ul {
  margin-left: 1rem;
}
.block-content ul li {
  list-style-type: disc;
}
.block-content ol {
  margin-left: 1rem;
}
.block-content ol li {
  list-style-type: decimal;
}
.block-content p a:not(.button, .is-button) {
  font-weight: 700;
  text-decoration-line: underline;
}
.supertitle,
.is-supertitle {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.subtitle,
.is-subtitle {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}
.menu-font {
  font-family: Futura, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-transform: uppercase;
}
.circle {
  position: relative;
}
.circle::before {
  position: absolute;
  left: -1rem;
  top: 50%;
  display: none;
  width: 0.375rem;
  height: 0.375rem;
  --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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(108 133 152 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 640px) {

  .circle::before {
    display: flex;
  }
}
.perthTime {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.button-font {
  font-family: Futura, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  line-height: 1;
}
.button,
.is-button {
  position: relative;
  display: flex;
  height: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0.5rem;
  overflow: hidden;
  padding-right: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(13 68 109 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-family: Futura, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  line-height: 1;
}
.button::after, .is-button::after {
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(13 68 109 / var(--tw-bg-opacity));
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
		background-size: 40%;
		background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.146447 4.74264C-0.0488156 4.9379 -0.0488156 5.25448 0.146447 5.44974C0.341709 5.64501 0.658291 5.64501 0.853553 5.44974L0.5 5.09619L0.146447 4.74264ZM5.59619 0.499997C5.59619 0.223854 5.37234 -3.14334e-06 5.09619 -2.92097e-06L0.596194 -2.83668e-06C0.320051 -2.82504e-06 0.0961939 0.223855 0.0961939 0.499997C0.0961939 0.77614 0.320051 0.999997 0.596194 0.999997L4.59619 0.999997V5C4.59619 5.27614 4.82005 5.5 5.09619 5.5C5.37234 5.5 5.59619 5.27614 5.59619 5L5.59619 0.499997ZM0.5 5.09619L0.853553 5.44974L5.44975 0.85355L5.09619 0.499997L4.74264 0.146444L0.146447 4.74264L0.5 5.09619Z' fill='%23F9F3EA'/%3E%3C/svg%3E%0A");
}
.button::before, .is-button::before {
  position: absolute;
  left: -2.25rem;
  top: 0px;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.125rem;
  background-color: rgb(13 68 109 / 0.8);
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
		background-size: 50%;
		background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 3.18188C0.223858 3.18188 0 3.40574 0 3.68188C0 3.95803 0.223858 4.18188 0.5 4.18188V3.68188V3.18188ZM7.35355 4.03544C7.54882 3.84018 7.54882 3.52359 7.35355 3.32833L4.17157 0.146351C3.97631 -0.0489113 3.65973 -0.0489113 3.46447 0.146351C3.2692 0.341613 3.2692 0.658195 3.46447 0.853458L6.29289 3.68188L3.46447 6.51031C3.2692 6.70557 3.2692 7.02216 3.46447 7.21742C3.65973 7.41268 3.97631 7.41268 4.17157 7.21742L7.35355 4.03544ZM0.5 3.68188V4.18188H7V3.68188V3.18188H0.5V3.68188Z' fill='%23F9F3EA'/%3E%3C/svg%3E%0A");
}
.button:active, .is-button:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
  transition-duration: 150ms;
}
.button.white, .is-button.white {
  --tw-text-opacity: 1;
  color: rgb(249 243 234 / var(--tw-text-opacity));
}
.button.white::after, .is-button.white::after {
  background-color: rgb(249 243 234 / 0.1);
			background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.146447 4.74264C-0.0488156 4.9379 -0.0488156 5.25448 0.146447 5.44974C0.341709 5.64501 0.658291 5.64501 0.853553 5.44974L0.5 5.09619L0.146447 4.74264ZM5.59619 0.499997C5.59619 0.223854 5.37234 -3.14334e-06 5.09619 -2.92097e-06L0.596194 -2.83668e-06C0.320051 -2.82504e-06 0.0961939 0.223855 0.0961939 0.499997C0.0961939 0.77614 0.320051 0.999997 0.596194 0.999997L4.59619 0.999997V5C4.59619 5.27614 4.82005 5.5 5.09619 5.5C5.37234 5.5 5.59619 5.27614 5.59619 5L5.59619 0.499997ZM0.5 5.09619L0.853553 5.44974L5.44975 0.85355L5.09619 0.499997L4.74264 0.146444L0.146447 4.74264L0.5 5.09619Z' fill='%23F9F3EA'/%3E%3C/svg%3E%0A");
}
.button.white::before, .is-button.white::before {
  background-color: rgb(249 243 234 / 0.1);
			background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 3.18188C0.223858 3.18188 0 3.40574 0 3.68188C0 3.95803 0.223858 4.18188 0.5 4.18188V3.68188V3.18188ZM7.35355 4.03544C7.54882 3.84018 7.54882 3.52359 7.35355 3.32833L4.17157 0.146351C3.97631 -0.0489113 3.65973 -0.0489113 3.46447 0.146351C3.2692 0.341613 3.2692 0.658195 3.46447 0.853458L6.29289 3.68188L3.46447 6.51031C3.2692 6.70557 3.2692 7.02216 3.46447 7.21742C3.65973 7.41268 3.97631 7.41268 4.17157 7.21742L7.35355 4.03544ZM0.5 3.68188V4.18188H7V3.68188V3.18188H0.5V3.68188Z' fill='%23F9F3EA'/%3E%3C/svg%3E%0A");
}
.button.white:hover, .is-button.white:hover {
  color: rgb(249 243 234 / 0.8);
}
.button:hover, .is-button:hover {
  padding-left: 2.25rem;
  padding-right: 0px;
  color: rgb(13 68 109 / 0.8);
}
.button:hover::before,
		.button:hover::after,
		.is-button:hover::before,
		.is-button:hover::after {
  --tw-translate-x: 2.25rem;
  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));
}
.button-white .button,
	.button-white .is-button {
  --tw-text-opacity: 1;
  color: rgb(249 243 234 / var(--tw-text-opacity));
}
.button-white .button::after, .button-white .is-button::after {
  background-color: rgb(249 243 234 / 0.1);
			background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.146447 4.74264C-0.0488156 4.9379 -0.0488156 5.25448 0.146447 5.44974C0.341709 5.64501 0.658291 5.64501 0.853553 5.44974L0.5 5.09619L0.146447 4.74264ZM5.59619 0.499997C5.59619 0.223854 5.37234 -3.14334e-06 5.09619 -2.92097e-06L0.596194 -2.83668e-06C0.320051 -2.82504e-06 0.0961939 0.223855 0.0961939 0.499997C0.0961939 0.77614 0.320051 0.999997 0.596194 0.999997L4.59619 0.999997V5C4.59619 5.27614 4.82005 5.5 5.09619 5.5C5.37234 5.5 5.59619 5.27614 5.59619 5L5.59619 0.499997ZM0.5 5.09619L0.853553 5.44974L5.44975 0.85355L5.09619 0.499997L4.74264 0.146444L0.146447 4.74264L0.5 5.09619Z' fill='%23F9F3EA'/%3E%3C/svg%3E%0A");
}
.button-white .button::before, .button-white .is-button::before {
  background-color: rgb(249 243 234 / 0.1);
			background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 3.18188C0.223858 3.18188 0 3.40574 0 3.68188C0 3.95803 0.223858 4.18188 0.5 4.18188V3.68188V3.18188ZM7.35355 4.03544C7.54882 3.84018 7.54882 3.52359 7.35355 3.32833L4.17157 0.146351C3.97631 -0.0489113 3.65973 -0.0489113 3.46447 0.146351C3.2692 0.341613 3.2692 0.658195 3.46447 0.853458L6.29289 3.68188L3.46447 6.51031C3.2692 6.70557 3.2692 7.02216 3.46447 7.21742C3.65973 7.41268 3.97631 7.41268 4.17157 7.21742L7.35355 4.03544ZM0.5 3.68188V4.18188H7V3.68188V3.18188H0.5V3.68188Z' fill='%23F9F3EA'/%3E%3C/svg%3E%0A");
}
.button-white .button:hover, .button-white .is-button:hover {
  color: rgb(249 243 234 / 0.8);
}
.is-back-button {
  position: relative;
  display: flex;
  height: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0.5rem;
  overflow: hidden;
  padding-left: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(249 243 234 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-family: Futura, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  line-height: 1;
}
.is-back-button::before {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.125rem;
  background-color: rgb(249 243 234 / 0.1);
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
		background-size: 40%;
		background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4.18198C7.27614 4.18198 7.5 3.95812 7.5 3.68198C7.5 3.40583 7.27614 3.18198 7 3.18198L7 3.68198L7 4.18198ZM0.146447 3.32842C-0.0488157 3.52368 -0.0488157 3.84027 0.146447 4.03553L3.32843 7.21751C3.52369 7.41277 3.84027 7.41277 4.03553 7.21751C4.2308 7.02225 4.2308 6.70567 4.03553 6.5104L1.20711 3.68198L4.03553 0.853549C4.2308 0.658287 4.2308 0.341705 4.03553 0.146442C3.84027 -0.0488199 3.52369 -0.0488199 3.32843 0.146442L0.146447 3.32842ZM7 3.68198L7 3.18198L0.5 3.18198L0.5 3.68198L0.5 4.18198L7 4.18198L7 3.68198Z' fill='%23F9F3EA'/%3E%3C/svg%3E%0A");
}
.is-back-button::after {
  position: absolute;
  right: -2.25rem;
  top: 0px;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.125rem;
  background-color: rgb(249 243 234 / 0.1);
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
		background-size: 40%;
		background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4.18198C7.27614 4.18198 7.5 3.95812 7.5 3.68198C7.5 3.40583 7.27614 3.18198 7 3.18198L7 3.68198L7 4.18198ZM0.146447 3.32842C-0.0488157 3.52368 -0.0488157 3.84027 0.146447 4.03553L3.32843 7.21751C3.52369 7.41277 3.84027 7.41277 4.03553 7.21751C4.2308 7.02225 4.2308 6.70567 4.03553 6.5104L1.20711 3.68198L4.03553 0.853549C4.2308 0.658287 4.2308 0.341705 4.03553 0.146442C3.84027 -0.0488199 3.52369 -0.0488199 3.32843 0.146442L0.146447 3.32842ZM7 3.68198L7 3.18198L0.5 3.18198L0.5 3.68198L0.5 4.18198L7 4.18198L7 3.68198Z' fill='%23F9F3EA'/%3E%3C/svg%3E%0A");
}
.is-back-button:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
  transition-duration: 150ms;
}
.is-back-button:hover {
  padding-left: 0px;
  padding-right: 2.25rem;
  color: rgb(249 243 234 / 0.8);
}
.is-back-button:hover::before,
		.is-back-button:hover::after {
  --tw-translate-x: -2.25rem;
  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));
}
.menu-font {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(249 243 234 / var(--tw-text-opacity));
}
.menu-font::after {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.125rem;
  background-color: rgb(249 243 234 / 0.1);
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
		background-size: 40%;
		background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.146447 4.74264C-0.0488156 4.9379 -0.0488156 5.25448 0.146447 5.44974C0.341709 5.64501 0.658291 5.64501 0.853553 5.44974L0.5 5.09619L0.146447 4.74264ZM5.59619 0.499997C5.59619 0.223854 5.37234 -3.14334e-06 5.09619 -2.92097e-06L0.596194 -2.83668e-06C0.320051 -2.82504e-06 0.0961939 0.223855 0.0961939 0.499997C0.0961939 0.77614 0.320051 0.999997 0.596194 0.999997L4.59619 0.999997V5C4.59619 5.27614 4.82005 5.5 5.09619 5.5C5.37234 5.5 5.59619 5.27614 5.59619 5L5.59619 0.499997ZM0.5 5.09619L0.853553 5.44974L5.44975 0.85355L5.09619 0.499997L4.74264 0.146444L0.146447 4.74264L0.5 5.09619Z' fill='%23F9F3EA'/%3E%3C/svg%3E%0A");
}
.button-icon::after {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.125rem;
  background-color: rgb(249 243 234 / 0.1);
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
		background-size: 40%;
		background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.146447 4.74264C-0.0488156 4.9379 -0.0488156 5.25448 0.146447 5.44974C0.341709 5.64501 0.658291 5.64501 0.853553 5.44974L0.5 5.09619L0.146447 4.74264ZM5.59619 0.499997C5.59619 0.223854 5.37234 -3.14334e-06 5.09619 -2.92097e-06L0.596194 -2.83668e-06C0.320051 -2.82504e-06 0.0961939 0.223855 0.0961939 0.499997C0.0961939 0.77614 0.320051 0.999997 0.596194 0.999997L4.59619 0.999997V5C4.59619 5.27614 4.82005 5.5 5.09619 5.5C5.37234 5.5 5.59619 5.27614 5.59619 5L5.59619 0.499997ZM0.5 5.09619L0.853553 5.44974L5.44975 0.85355L5.09619 0.499997L4.74264 0.146444L0.146447 4.74264L0.5 5.09619Z' fill='%23F9F3EA'/%3E%3C/svg%3E%0A");
}
main section {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 640px) {

  main section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1024px) {

  main section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1690px) {

  main section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
/* REMOVE LOOM EXTENSION PADDING */
section#shadow-host-companion {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:-bottom-0::before {
  content: var(--tw-content);
  bottom: -0px;
}
.before\:-bottom-0\.5::before {
  content: var(--tw-content);
  bottom: -0.125rem;
}
.before\:-bottom-1::before {
  content: var(--tw-content);
  bottom: -0.25rem;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:flex::before {
  content: var(--tw-content);
  display: flex;
}
.before\:h-\[1\.5px\]::before {
  content: var(--tw-content);
  height: 1.5px;
}
.before\:h-\[2px\]::before {
  content: var(--tw-content);
  height: 2px;
}
.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}
.before\:origin-right::before {
  content: var(--tw-content);
  transform-origin: right;
}
.before\:scale-x-0::before {
  content: var(--tw-content);
  --tw-scale-x: 0;
  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));
}
.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}
.before\:bg-blue::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(13 68 109 / var(--tw-bg-opacity));
}
.before\:bg-paragraph::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(108 133 152 / var(--tw-bg-opacity));
}
.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(249 243 234 / var(--tw-bg-opacity));
}
.before\:transition-transform::before {
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.before\:duration-300::before {
  content: var(--tw-content);
  transition-duration: 300ms;
}
.before\:ease-fancy::before {
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:bg-darkNavy:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 15 25 / var(--tw-bg-opacity));
}
.hover\:bg-white\/20:hover {
  background-color: rgb(249 243 234 / 0.2);
}
.hover\:before\:origin-left:hover::before {
  content: var(--tw-content);
  transform-origin: left;
}
.hover\:before\:scale-x-100:hover::before {
  content: var(--tw-content);
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.active\:scale-90:active {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}
.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
.group:hover .group-hover\:-translate-y-full {
  --tw-translate-y: -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));
}
@media not all and (min-width: 1024px) {

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

  .max-lg\:text-paragraph {
    --tw-text-opacity: 1;
    color: rgb(108 133 152 / var(--tw-text-opacity));
  }
}
@media not all and (min-width: 768px) {

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

  .sm\:bottom-4 {
    bottom: 1rem;
  }

  .sm\:right-4 {
    right: 1rem;
  }

  .sm\:aspect-16\/9 {
    aspect-ratio: 16/9;
  }

  .sm\:aspect-\[4\/5\] {
    aspect-ratio: 4/5;
  }

  .sm\:h-\[10vw\] {
    height: 10vw;
  }

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

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

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

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

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

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-16 {
    gap: 4rem;
  }

  .sm\:gap-20 {
    gap: 5rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

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

  .sm\:gap-y-16 {
    row-gap: 4rem;
  }

  .sm\:gap-y-20 {
    row-gap: 5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:text-\[10vw\] {
    font-size: 10vw;
  }
}
@media (min-width: 768px) {

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

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

  .md\:aspect-16\/9 {
    aspect-ratio: 16/9;
  }

  .md\:aspect-\[4\/4\.5\] {
    aspect-ratio: 4/4.5;
  }

  .md\:aspect-\[9\/16\] {
    aspect-ratio: 9/16;
  }

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

  .md\:\!w-\[calc\(50vw-1\.5rem\)\] {
    width: calc(50vw - 1.5rem) !important;
  }

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

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

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

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

  .md\:gap-24 {
    gap: 6rem;
  }

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

  .md\:pb-16 {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1024px) {

  .lg\:right-4 {
    right: 1rem;
  }

  .lg\:top-4 {
    top: 1rem;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[4\/4\.5\] {
    aspect-ratio: 4/4.5;
  }

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

  .lg\:h-\[7vw\] {
    height: 7vw;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:\!gap-12 {
    gap: 3rem !important;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-32 {
    gap: 8rem;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:gap-y-32 {
    row-gap: 8rem;
  }

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

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

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

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:\!pt-32 {
    padding-top: 8rem !important;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

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

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

  .lg\:text-\[8vw\] {
    font-size: 8vw;
  }
}
@media (min-width: 1280px) {

  .xl\:mt-48 {
    margin-top: 12rem;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:\!w-\[calc\(33\.333vw-1rem\)\] {
    width: calc(33.333vw - 1rem) !important;
  }

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

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

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

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

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

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

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

  .xl\:\!gap-12 {
    gap: 3rem !important;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

  .xl\:gap-56 {
    gap: 14rem;
  }

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

  .xl\:place-self-start {
    place-self: start;
  }
}
@media (min-width: 1435px) {

  .\32xl\:top-6 {
    top: 1.5rem;
  }

  .\32xl\:aspect-\[2\.75\] {
    aspect-ratio: 2.75;
  }

  .\32xl\:max-w-\[1000px\] {
    max-width: 1000px;
  }

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

  .\32xl\:gap-24 {
    gap: 6rem;
  }

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

  .\32xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1690px) {

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

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

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

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

  .\33xl\:gap-32 {
    gap: 8rem;
  }
}
@media (min-width: 2000px) {

  .\34xl\:\!w-\[25vw\] {
    width: 25vw !important;
  }

  .\34xl\:max-w-\[1200px\] {
    max-width: 1200px;
  }
}
.\[\&\.header-hidden\]\:-translate-y-full.header-hidden {
  --tw-translate-y: -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));
}
.\[\&\.header-light\]\:text-blue.header-light {
  --tw-text-opacity: 1;
  color: rgb(13 68 109 / var(--tw-text-opacity));
}
.\[\&\.is-hidden\]\:hidden.is-hidden {
  display: none;
}
.\[\&\.menu-active\]\:\!text-white.menu-active {
  --tw-text-opacity: 1 !important;
  color: rgb(249 243 234 / var(--tw-text-opacity)) !important;
}
.\[\&\:has\(\.menu-font\:hover\)_\.menu-font\:not\(\:hover\)\]\:opacity-40:has(.menu-font:hover) .menu-font:not(:hover) {
  opacity: 0.4;
}
.\[\&\:has\(\.tease-project\:hover\)_\.tease-project\:not\(\:hover\)\]\:scale-90:has(.tease-project:hover) .tease-project:not(:hover) {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}
.\[\&\:has\(\.tease-project\:hover\)_\.tease-project\:not\(\:hover\)_\.project-title\]\:opacity-40:has(.tease-project:hover) .tease-project:not(:hover) .project-title {
  opacity: 0.4;
}
.\[\&\:has\(\.tease-project\:hover\)_\.tease-project\:not\(\:hover\)_video\]\:scale-110:has(.tease-project:hover) .tease-project:not(:hover) video {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&\:has\(\.tease-project\:hover\)_\.tease-project\:not\(\:hover\)_video\]\:opacity-0:has(.tease-project:hover) .tease-project:not(:hover) video {
  opacity: 0;
}
.\[\&\:has\(\.tease-project\:hover\)_\[data-project-grid-bg\]\]\:opacity-100:has(.tease-project:hover) [data-project-grid-bg] {
  opacity: 1;
}
.\[\&\:has\(\[data-tease-art\]\:hover\)_\[data-tease-art\]\:not\(\:hover\)\]\:opacity-30:has([data-tease-art]:hover) [data-tease-art]:not(:hover) {
  opacity: 0.3;
}
.\[\&\:has\(\[data-tease-art\]\:hover\)_\[data-tease-art\]\:not\(\:hover\)_span\]\:scale-90:has([data-tease-art]:hover) [data-tease-art]:not(:hover) span {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}
.\[\&\>\*\:not\(\.button\2c h1\2c h2\2c h2\2c h3\2c h4\2c h5\2c h6\)\]\:text-paragraph>*:not(.button,h1,h2,h2,h3,h4,h5,h6) {
  --tw-text-opacity: 1;
  color: rgb(108 133 152 / var(--tw-text-opacity));
}
.\[\&_p\]\:max-w-\[500px\] p {
  max-width: 500px;
}
.\[\&_p\]\:max-w-\[600px\] p {
  max-width: 600px;
}
