@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');/*
! 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: 1rem;
  padding-right: 1rem;
}@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;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.inset-0{
  inset: 0px;
}.-bottom-px{
  bottom: -1px;
}.-left-1\/2{
  left: -50%;
}.bottom-0{
  bottom: 0px;
}.bottom-\[calc\(100\%-1px\)\]{
  bottom: calc(100% - 1px);
}.bottom-\[calc\(100\%-2px\)\]{
  bottom: calc(100% - 2px);
}.left-0{
  left: 0px;
}.left-1\/2{
  left: 50%;
}.left-4{
  left: 1rem;
}.left-\[calc\(100\%-1px\)\]{
  left: calc(100% - 1px);
}.right-0{
  right: 0px;
}.right-\[calc\(100\%-1px\)\]{
  right: calc(100% - 1px);
}.top-0{
  top: 0px;
}.top-1\/2{
  top: 50%;
}.top-4{
  top: 1rem;
}.top-\[calc\(100\%-1px\)\]{
  top: calc(100% - 1px);
}.top-\[calc\(100\%-2px\)\]{
  top: calc(100% - 2px);
}.z-10{
  z-index: 10;
}.z-20{
  z-index: 20;
}.z-30{
  z-index: 30;
}.z-40{
  z-index: 40;
}.z-50{
  z-index: 50;
}.z-\[999\]{
  z-index: 999;
}.col-span-full{
  grid-column: 1 / -1;
}.-my-px{
  margin-top: -1px;
  margin-bottom: -1px;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-4{
  margin-bottom: 1rem;
}.ml-auto{
  margin-left: auto;
}.mt-2{
  margin-top: 0.5rem;
}.mt-4{
  margin-top: 1rem;
}.mt-5{
  margin-top: 1.25rem;
}.mt-6{
  margin-top: 1.5rem;
}.mt-8{
  margin-top: 2rem;
}.mt-\[70px\]{
  margin-top: 70px;
}.block{
  display: block;
}.flex{
  display: flex;
}.grid{
  display: grid;
}.hidden{
  display: none;
}.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}.aspect-\[5\/3\]{
  aspect-ratio: 5/3;
}.size-10{
  width: 2.5rem;
  height: 2.5rem;
}.size-11{
  width: 2.75rem;
  height: 2.75rem;
}.size-2{
  width: 0.5rem;
  height: 0.5rem;
}.size-2\.5{
  width: 0.625rem;
  height: 0.625rem;
}.size-3{
  width: 0.75rem;
  height: 0.75rem;
}.size-4{
  width: 1rem;
  height: 1rem;
}.size-7{
  width: 1.75rem;
  height: 1.75rem;
}.size-8{
  width: 2rem;
  height: 2rem;
}.size-\[16px\]{
  width: 16px;
  height: 16px;
}.size-\[18px\]{
  width: 18px;
  height: 18px;
}.size-\[40px\]{
  width: 40px;
  height: 40px;
}.\!h-\[2px\]{
  height: 2px !important;
}.h-16{
  height: 4rem;
}.h-6{
  height: 1.5rem;
}.h-\[1\.5px\]{
  height: 1.5px;
}.h-\[450px\]{
  height: 450px;
}.h-\[500px\]{
  height: 500px;
}.h-\[50px\]{
  height: 50px;
}.h-\[60lvh\]{
  height: 60lvh;
}.h-auto{
  height: auto;
}.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}.h-full{
  height: 100%;
}.h-lvh{
  height: 100lvh;
}.h-px{
  height: 1px;
}.h-screen{
  height: 100vh;
}.min-h-0{
  min-height: 0px;
}.min-h-lvh{
  min-height: 100lvh;
}.min-h-screen{
  min-height: 100vh;
}.w-0{
  width: 0px;
}.w-1\/2{
  width: 50%;
}.w-16{
  width: 4rem;
}.w-3\/4{
  width: 75%;
}.w-6{
  width: 1.5rem;
}.w-\[150\%\]{
  width: 150%;
}.w-\[18px\]{
  width: 18px;
}.w-\[3rem\]{
  width: 3rem;
}.w-\[55\%\]{
  width: 55%;
}.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}.w-full{
  width: 100%;
}.max-w-4xl{
  max-width: 56rem;
}.max-w-\[1000px\]{
  max-width: 1000px;
}.max-w-\[1050px\]{
  max-width: 1050px;
}.max-w-\[1200px\]{
  max-width: 1200px;
}.max-w-\[375px\]{
  max-width: 375px;
}.max-w-\[400px\]{
  max-width: 400px;
}.max-w-\[450px\]{
  max-width: 450px;
}.max-w-\[500px\]{
  max-width: 500px;
}.max-w-\[550px\]{
  max-width: 550px;
}.max-w-\[700px\]{
  max-width: 700px;
}.max-w-\[850px\]{
  max-width: 850px;
}.shrink-0{
  flex-shrink: 0;
}.flex-grow{
  flex-grow: 1;
}.origin-center{
  transform-origin: center;
}.-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));
}.translate-y-4{
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-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));
}.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.cursor-pointer{
  cursor: pointer;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-rows-\[0fr\]{
  grid-template-rows: 0fr;
}.flex-row{
  flex-direction: row;
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.items-start{
  align-items: flex-start;
}.items-end{
  align-items: flex-end;
}.items-center{
  align-items: center;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.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-2\.5{
  gap: 0.625rem;
}.gap-24{
  gap: 6rem;
}.gap-3{
  gap: 0.75rem;
}.gap-4{
  gap: 1rem;
}.gap-5{
  gap: 1.25rem;
}.gap-6{
  gap: 1.5rem;
}.gap-8{
  gap: 2rem;
}.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}.gap-y-20{
  row-gap: 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-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-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));
}.overflow-hidden{
  overflow: hidden;
}.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.rounded-\[4px\]{
  border-radius: 4px;
}.rounded-full{
  border-radius: 9999px;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}.border{
  border-width: 1px;
}.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}.border-b{
  border-bottom-width: 1px;
}.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(12 12 29 / var(--tw-border-opacity));
}.border-bone\/25{
  border-color: rgb(244 243 241 / 0.25);
}.border-darkNavy\/25{
  border-color: rgb(12 12 29 / 0.25);
}.border-darkNavy\/50{
  border-color: rgb(12 12 29 / 0.5);
}.border-opacity-25{
  --tw-border-opacity: 0.25;
}.\!bg-bone{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 243 241 / var(--tw-bg-opacity)) !important;
}.bg-babyBlue{
  --tw-bg-opacity: 1;
  background-color: rgb(132 181 255 / var(--tw-bg-opacity));
}.bg-bone{
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 241 / var(--tw-bg-opacity));
}.bg-darkNavy{
  --tw-bg-opacity: 1;
  background-color: rgb(12 12 29 / var(--tw-bg-opacity));
}.bg-greyBlue{
  --tw-bg-opacity: 1;
  background-color: rgb(159 157 206 / var(--tw-bg-opacity));
}.bg-greyBlue\/50{
  background-color: rgb(159 157 206 / 0.5);
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 241 / var(--tw-bg-opacity));
}.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}.from-darkNavy{
  --tw-gradient-from: #0C0C1D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 12 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.to-darkNavy\/0{
  --tw-gradient-to: rgb(12 12 29 / 0) var(--tw-gradient-to-position);
}.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.object-center{
  -o-object-position: center;
     object-position: center;
}.p-4{
  padding: 1rem;
}.p-6{
  padding: 1.5rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.\!pb-0{
  padding-bottom: 0px !important;
}.\!pb-16{
  padding-bottom: 4rem !important;
}.\!pb-20{
  padding-bottom: 5rem !important;
}.\!pb-28{
  padding-bottom: 7rem !important;
}.\!pt-16{
  padding-top: 4rem !important;
}.\!pt-24{
  padding-top: 6rem !important;
}.\!pt-28{
  padding-top: 7rem !important;
}.\!pt-32{
  padding-top: 8rem !important;
}.\!pt-48{
  padding-top: 12rem !important;
}.pb-16{
  padding-bottom: 4rem;
}.pb-4{
  padding-bottom: 1rem;
}.pb-8{
  padding-bottom: 2rem;
}.pr-2{
  padding-right: 0.5rem;
}.pt-28{
  padding-top: 7rem;
}.pt-6{
  padding-top: 1.5rem;
}.pt-8{
  padding-top: 2rem;
}.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}.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-medium{
  font-weight: 500;
}.font-semibold{
  font-weight: 600;
}.capitalize{
  text-transform: capitalize;
}.\!leading-none{
  line-height: 1 !important;
}.\!text-bone{
  --tw-text-opacity: 1 !important;
  color: rgb(244 243 241 / var(--tw-text-opacity)) !important;
}.text-babyBlue{
  --tw-text-opacity: 1;
  color: rgb(132 181 255 / var(--tw-text-opacity));
}.text-black{
  --tw-text-opacity: 1;
  color: rgb(12 12 29 / var(--tw-text-opacity));
}.text-bone{
  --tw-text-opacity: 1;
  color: rgb(244 243 241 / var(--tw-text-opacity));
}.text-darkNavy{
  --tw-text-opacity: 1;
  color: rgb(12 12 29 / var(--tw-text-opacity));
}.text-greyBlue{
  --tw-text-opacity: 1;
  color: rgb(159 157 206 / var(--tw-text-opacity));
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(244 243 241 / var(--tw-text-opacity));
}.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);
}.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-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-200{
  transition-duration: 200ms;
}.duration-300{
  transition-duration: 300ms;
}.duration-500{
  transition-duration: 500ms;
}.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}html,
body{
  scroll-behavior: smooth;
  font-family: Geist, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}body{
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
}strong{
  font-weight: 700;
}h1,
h2,
h3,
h4,
h5,
h6{
  font-family: Geist, sans-serif;
  font-weight: 600;
  line-height: 1.2;
}h1,
.is-h1{
  font-size: 38px;
  font-weight: 600;
}@media (min-width: 640px){h1,
.is-h1{
    font-size: 42px;
  }
}@media (min-width: 768px){h1,
.is-h1{
    font-size: 48px;
  }
}@media (min-width: 1024px){h1,
.is-h1{
    font-size: 64px;
  }
}@media (min-width: 1280px){h1,
.is-h1{
    font-size: 72px;
  }
}h2,
.is-h2{
  font-size: 36px;
  font-weight: 600;
}@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: 1280px){h2,
.is-h2{
    font-size: 64px;
  }
}h3,
.is-h3{
  font-size: 30px;
  font-weight: 600;
}@media (min-width: 640px){h3,
.is-h3{
    font-size: 34px;
  }
}@media (min-width: 768px){h3,
.is-h3{
    font-size: 40px;
  }
}@media (min-width: 1024px){h3,
.is-h3{
    font-size: 44px;
  }
}@media (min-width: 1280px){h3,
.is-h3{
    font-size: 54px;
  }
}h4,
.is-h4{
  font-size: 28px;
  font-weight: 600;
}@media (min-width: 640px){h4,
.is-h4{
    font-size: 28px;
  }
}@media (min-width: 768px){h4,
.is-h4{
    font-size: 32px;
  }
}@media (min-width: 1024px){h4,
.is-h4{
    font-size: 34px;
  }
}@media (min-width: 1280px){h4,
.is-h4{
    font-size: 40px;
  }
}h5,
.is-h5{
  font-size: 24px;
  font-weight: 600;
}h6,
.is-h6{
  font-size: 16px;
  font-weight: 500;
}@media (min-width: 640px){h6,
.is-h6{
    font-size: 18px;
  }
}/* 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: 16px;
  font-weight: 500;
}@media (min-width: 640px){.supertitle,
.is-supertitle{
    font-size: 18px;
  }
}.menu-font{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}/* Makes animated elements hidden by default on page load */[data-fade], [data-stagger]{
  display: none;
}.button,
.is-button{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 1rem;
  border-radius: 9999px;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  transition-duration: 150ms;
}.button:hover, .is-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 241 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(12 12 29 / var(--tw-text-opacity));
}.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;
}:root {
	--slider-slide-spacing: 1rem;
	--slider-slide-width: 70%;
	--slider-slide-height: 25rem;
	--infinite-slide-spacing: 1rem;
	--infinite-slide-width: 20%;
}.embla{
  overflow: hidden;
}.embla__slider .embla__container{
  display: flex;
  cursor: grab;
}.embla__slider .embla__slide{
  height: var(--slider-slide-height);
  min-width: 0px;
  flex: 0 0 var(--slider-slide-width);
  padding-left: var(--slider-slide-spacing);
}.embla__slider .embla__slide .embla__content{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}.embla__slider .embla__controls{
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  gap: 1rem;
}.embla__slider .embla__buttons{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 0.5rem;
}.embla__slider .embla__button{
  position: relative;
  margin: 0px;
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity)) !important;
  background-color: transparent;
  padding: 0px;
}.embla__slider .embla__button:disabled{
  opacity: 0.3;
}.embla__slider .embla__button__svg{
  width: 33.333333%;
  height: 33.333333%;
}.embla__slider .embla__dots{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}.embla__slider .embla__dot{
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}.embla__slider .embla__dot.embla__dot--selected{
  --tw-bg-opacity: 1;
  background-color: rgb(12 12 29 / var(--tw-bg-opacity));
}.embla__infinite .embla__container{
  display: flex;
  cursor: grab;
}.embla__infinite .embla__slide{
  height: 5rem;
  min-width: 0px;
  flex: 0 0 var(--infinite-slide-width);
  padding-left: var(--infinite-slide-spacing);
}.embla__infinite .embla__slide .embla__content{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}.accordion-header{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0.5rem;
  font-family: Geist, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  transition-duration: 300ms;
}.accordion-header:hover{
  padding-left: 0.5rem;
}@media (min-width: 768px){.accordion-header{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}.accordion-header svg{
  transition-duration: 300ms;
}.accordion-header.active{
  --tw-bg-opacity: 1;
  background-color: rgb(203 201 212 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
}.accordion-header.active svg{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.accordion-content {
    transition: max-height 0.4s ease;
    max-height: 0px;
    overflow: hidden;
    border-bottom-width: 1px;

}.accordion-content > .accordion-inner{
  padding: 1.5rem;
}/* Form styles go here */header svg path{
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}header::before{
  position: absolute;
  top: -1px;
  left: 0px;
  display: flex;
  height: 0px;
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(12 12 29 / 0);
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 241 / var(--tw-bg-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}header.header-scrolling{
  padding-top: 1rem;
  padding-bottom: 1rem;
}header.header-scrolling::before{
  height: 100%;
  border-color: rgb(12 12 29 / 0.1);
}header.header-scrolling .desktop-nav{
  --tw-text-opacity: 1;
  color: rgb(12 12 29 / var(--tw-text-opacity));
}header.header-scrolling .menu-hover-line{
  --tw-bg-opacity: 1;
  background-color: rgb(12 12 29 / var(--tw-bg-opacity));
}header.header-scrolling svg.logo path:not(.blue-path){
  fill: #0C0C1D;
}header.header-scrolling .hamburger-menu{
  --tw-bg-opacity: 1;
  background-color: rgb(12 12 29 / var(--tw-bg-opacity));
}header.header-scrolling .hamburger-menu .line{
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 241 / var(--tw-bg-opacity));
}body.menu-open [data-menu]{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}body.menu-open header{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}body.menu-open header svg.logo path:not(.blue-path){
  fill: #F4F3F1 !important;
}body.menu-open header .hamburger-menu{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 243 241 / var(--tw-bg-opacity)) !important;
}body.menu-open header .hamburger-menu .line{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(12 12 29 / var(--tw-bg-opacity)) !important;
}body.menu-open header .hamburger-menu .line:first-child{
  --tw-translate-y: 4px;
  --tw-rotate: 45deg;
  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));
}body.menu-open header .hamburger-menu .line:last-child{
  --tw-translate-y: -4px;
  --tw-rotate: -45deg;
  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));
}[data-menu]{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}main section{
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}@media (min-width: 1024px){main section{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}@media (min-width: 1690px){main section{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}.banner-gradient{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #0C0C1D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 12 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(12 12 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(12 12 29 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: rgb(12 12 29 / 0.4) var(--tw-gradient-to-position);
}.banner{
  position: relative;
  padding-top: 6rem !important;
}@media (min-width: 640px){.banner{
    padding-top: 11rem !important;
  }
}@media (min-width: 1690px){.banner{
    padding-top: 13rem !important;
  }
}/* REMOVE LOOM EXTENSION PADDING */section#shadow-host-companion{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}[data-block='text']:first-of-type > div{
  padding-top: 0px !important;
}[data-block='images'] + [data-block='images'] > div{
  padding-top: 0px !important;
}.hover\:bg-darkNavy:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(12 12 29 / var(--tw-bg-opacity));
}.hover\:bg-darkNavy\/75:hover{
  background-color: rgb(12 12 29 / 0.75);
}.hover\:bg-slate-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}.hover\:text-babyBlue:hover{
  --tw-text-opacity: 1;
  color: rgb(132 181 255 / var(--tw-text-opacity));
}.group:hover .group-hover\:pointer-events-auto{
  pointer-events: auto;
}.group:hover .group-hover\:bottom-0{
  bottom: 0px;
}.group:hover .group-hover\:bottom-0\.5{
  bottom: 0.125rem;
}.group:hover .group-hover\:left-0{
  left: 0px;
}.group:hover .group-hover\:left-0\.5{
  left: 0.125rem;
}.group:hover .group-hover\:left-1\/2{
  left: 50%;
}.group:hover .group-hover\:left-\[150\%\]{
  left: 150%;
}.group:hover .group-hover\:right-0{
  right: 0px;
}.group:hover .group-hover\:right-0\.5{
  right: 0.125rem;
}.group:hover .group-hover\:top-0{
  top: 0px;
}.group:hover .group-hover\:top-0\.5{
  top: 0.125rem;
}.group:hover .group-hover\:w-full{
  width: 100%;
}.group:hover .group-hover\:-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group:hover .group-hover\:scale-\[1\.1\]{
  --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));
}.group:hover .group-hover\:bg-darkNavy\/75{
  background-color: rgb(12 12 29 / 0.75);
}.group:hover .group-hover\:text-bone{
  --tw-text-opacity: 1;
  color: rgb(244 243 241 / var(--tw-text-opacity));
}.group:hover .group-hover\:opacity-100{
  opacity: 1;
}.group:hover .group-hover\:opacity-75{
  opacity: 0.75;
}.group.active .group-\[\.active\]\:translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group.active .group-\[\.active\]\:-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group.active .group-\[\.active\]\:grid-rows-\[1fr\]{
  grid-template-rows: 1fr;
}.group.active .group-\[\.active\]\:text-bone{
  --tw-text-opacity: 1;
  color: rgb(244 243 241 / var(--tw-text-opacity));
}.group.active .group-\[\.active\]\:opacity-100{
  opacity: 1;
}.group.active .group-\[\.active\]\:delay-300{
  transition-delay: 300ms;
}.group.active .group-\[\.active\]\:delay-500{
  transition-delay: 500ms;
}@media not all and (min-width: 1024px){.max-lg\:order-1{
    order: 1;
  }.max-lg\:order-2{
    order: 2;
  }.max-lg\:order-3{
    order: 3;
  }.max-lg\:order-4{
    order: 4;
  }.max-lg\:hidden{
    display: none;
  }.max-lg\:justify-end{
    justify-content: flex-end;
  }
}@media not all and (min-width: 768px){.max-md\:hidden{
    display: none;
  }.max-md\:h-\[400px\]{
    height: 400px;
  }.max-md\:flex-col{
    flex-direction: column;
  }
}@media not all and (min-width: 640px){.max-sm\:hidden{
    display: none;
  }.max-sm\:h-\[350px\]{
    height: 350px;
  }
}@media (min-width: 640px){.sm\:aspect-square{
    aspect-ratio: 1 / 1;
  }.sm\:h-\[500px\]{
    height: 500px;
  }.sm\:w-1\/3{
    width: 33.333333%;
  }.sm\:max-w-\[540px\]{
    max-width: 540px;
  }.sm\:flex-row{
    flex-direction: row;
  }.sm\:items-center{
    align-items: center;
  }.sm\:justify-between{
    justify-content: space-between;
  }.sm\:gap-12{
    gap: 3rem;
  }.sm\:gap-8{
    gap: 2rem;
  }.sm\:\!pb-20{
    padding-bottom: 5rem !important;
  }.sm\:pt-12{
    padding-top: 3rem;
  }
}@media (min-width: 768px){.md\:mb-12{
    margin-bottom: 3rem;
  }.md\:aspect-video{
    aspect-ratio: 16 / 9;
  }.md\:h-8{
    height: 2rem;
  }.md\:h-\[550px\]{
    height: 550px;
  }.md\:w-3\/4{
    width: 75%;
  }.md\:max-w-\[475px\]{
    max-width: 475px;
  }.md\:max-w-\[850px\]{
    max-width: 850px;
  }.md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.md\:flex-row{
    flex-direction: row;
  }.md\:items-center{
    align-items: center;
  }.md\:justify-between{
    justify-content: space-between;
  }.md\:gap-16{
    gap: 4rem;
  }.md\:gap-24{
    gap: 6rem;
  }.md\:gap-\[250px\]{
    gap: 250px;
  }.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\:self-end{
    align-self: flex-end;
  }.md\:p-8{
    padding: 2rem;
  }.md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}@media (min-width: 1024px){.lg\:mt-\[90px\]{
    margin-top: 90px;
  }.lg\:flex{
    display: flex;
  }.lg\:grid{
    display: grid;
  }.lg\:hidden{
    display: none;
  }.lg\:aspect-square{
    aspect-ratio: 1 / 1;
  }.lg\:h-\[650px\]{
    height: 650px;
  }.lg\:h-\[90px\]{
    height: 90px;
  }.lg\:w-1\/2{
    width: 50%;
  }.lg\:w-3\/4{
    width: 75%;
  }.lg\:w-\[30\%\]{
    width: 30%;
  }.lg\:w-\[47\.5\%\]{
    width: 47.5%;
  }.lg\:w-\[65\%\]{
    width: 65%;
  }.lg\:w-\[75\%\]{
    width: 75%;
  }.lg\:w-\[90\%\]{
    width: 90%;
  }.lg\:max-w-\[350px\]{
    max-width: 350px;
  }.lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.lg\:flex-row{
    flex-direction: row;
  }.lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }.lg\:items-end{
    align-items: flex-end;
  }.lg\:justify-end{
    justify-content: flex-end;
  }.lg\:justify-center{
    justify-content: center;
  }.lg\:gap-12{
    gap: 3rem;
  }.lg\:gap-16{
    gap: 4rem;
  }.lg\:gap-20{
    gap: 5rem;
  }.lg\:gap-24{
    gap: 6rem;
  }.lg\:gap-28{
    gap: 7rem;
  }.lg\:gap-32{
    gap: 8rem;
  }.lg\:gap-8{
    gap: 2rem;
  }.lg\:self-end{
    align-self: flex-end;
  }.lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }.lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }.lg\:\!pb-12{
    padding-bottom: 3rem !important;
  }.lg\:\!pb-32{
    padding-bottom: 8rem !important;
  }.lg\:\!pb-36{
    padding-bottom: 9rem !important;
  }.lg\:pb-20{
    padding-bottom: 5rem;
  }.lg\:pb-24{
    padding-bottom: 6rem;
  }.lg\:pt-16{
    padding-top: 4rem;
  }
}@media (min-width: 1280px){.xl\:h-\[725px\]{
    height: 725px;
  }.xl\:h-\[90px\]{
    height: 90px;
  }.xl\:w-1\/2{
    width: 50%;
  }.xl\:w-3\/4{
    width: 75%;
  }.xl\:w-\[40\%\]{
    width: 40%;
  }.xl\:w-\[45\%\]{
    width: 45%;
  }.xl\:w-\[47\.5\%\]{
    width: 47.5%;
  }.xl\:w-\[75\%\]{
    width: 75%;
  }.xl\:w-\[90\%\]{
    width: 90%;
  }.xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.xl\:flex-row{
    flex-direction: row;
  }.xl\:gap-12{
    gap: 3rem;
  }.xl\:gap-16{
    gap: 4rem;
  }.xl\:gap-32{
    gap: 8rem;
  }
}@media (min-width: 1435px){.\32xl\:w-\[35\%\]{
    width: 35%;
  }.\32xl\:w-\[52\.5\%\]{
    width: 52.5%;
  }.\32xl\:w-\[60\%\]{
    width: 60%;
  }.\32xl\:w-full{
    width: 100%;
  }.\32xl\:gap-4{
    gap: 1rem;
  }
}@media (min-width: 1690px){.\33xl\:\!pt-52{
    padding-top: 13rem !important;
  }
}.\[\&\.active\]\:opacity-100.active{
  opacity: 1;
}.\[\&\.active\]\:delay-150.active{
  transition-delay: 150ms;
}.\[\&\>\*\:is\(p\)\]\:max-w-\[500px\]>*:is(p){
  max-width: 500px;
}.\[\&\>\*\:is\(p\)\]\:max-w-\[550px\]>*:is(p){
  max-width: 550px;
}.\[\&\>\*\:not\(p\)\]\:max-w-\[250px\]>*:not(p){
  max-width: 250px;
}
