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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-\[100px\] {
  top: 100px;
}
.top-\[7\.5rem\] {
  top: 7.5rem;
}
.top-\[800px\] {
  top: 800px;
}
.right-0 {
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.bottom-12 {
  bottom: 3rem;
}
.z-\[9\] {
  z-index: 9;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[99999\] {
  z-index: 99999;
}
.z-\[9999\] {
  z-index: 9999;
}
.order-2 {
  order: 2;
}
.order-1 {
  order: 1;
}
.order-3 {
  order: 3;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-5 {
  margin: 1.25rem;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mt-\[20vh\] {
  margin-top: 20vh;
}
.mt-4 {
  margin-top: 1rem;
}
.ml-\[-5vw\] {
  margin-left: -5vw;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-\[-100px\] {
  margin-bottom: -100px;
}
.mt-\[-200px\] {
  margin-top: -200px;
}
.ml-auto {
  margin-left: auto;
}
.mr-\[100px\] {
  margin-right: 100px;
}
.mb-\[100px\] {
  margin-bottom: 100px;
}
.mt-\[-160px\] {
  margin-top: -160px;
}
.mr-\[-400px\] {
  margin-right: -400px;
}
.mb-\[-200px\] {
  margin-bottom: -200px;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.h-\[300px\] {
  height: 300px;
}
.h-5 {
  height: 1.25rem;
}
.h-96 {
  height: 24rem;
}
.\!h-12 {
  height: 3rem !important;
}
.min-h-\[130px\] {
  min-height: 130px;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.w-full {
  width: 100%;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[400px\] {
  width: 400px;
}
.w-5 {
  width: 1.25rem;
}
.w-\[110vw\] {
  width: 110vw;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.\!w-12 {
  width: 3rem !important;
}
.w-\[100px\] {
  width: 100px;
}
.max-w-\[60vw\] {
  max-width: 60vw;
}
.max-w-\[50vw\] {
  max-width: 50vw;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[2000px\] {
  max-width: 2000px;
}
.max-w-\[1300px\] {
  max-width: 1300px;
}
.max-w-\[1400px\] {
  max-width: 1400px;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1600px\] {
  max-width: 1600px;
}
.flex-auto {
  flex: 1 1 auto;
}
.basis-\[90vw\] {
  flex-basis: 90vw;
}
.basis-\[50vw\] {
  flex-basis: 50vw;
}
.basis-\[100vw\] {
  flex-basis: 100vw;
}
.basis-\[60vw\] {
  flex-basis: 60vw;
}
.basis-\[70vw\] {
  flex-basis: 70vw;
}
.basis-\[15vw\] {
  flex-basis: 15vw;
}
.basis-full {
  flex-basis: 100%;
}
.\!-translate-x-16 {
  --tw-translate-x: -4rem !important;
  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)) !important;
}
.\!translate-x-16 {
  --tw-translate-x: 4rem !important;
  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)) !important;
}
.translate-y-\[800px\] {
  --tw-translate-y: 800px;
  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-\[260px\] {
  --tw-translate-y: 260px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-280px\] {
  --tw-translate-x: -280px;
  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-\[900px\] {
  --tw-translate-y: 900px;
  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-\[350px\] {
  --tw-translate-y: 350px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[100px\] {
  --tw-translate-x: 100px;
  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-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-0 {
  gap: 0px;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-8 {
  gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.p-10 {
  padding: 2.5rem;
}
.\!p-2 {
  padding: 0.5rem !important;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-\[0px\] {
  padding-left: 0px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-\[12vh\] {
  padding-top: 12vh;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pt-0 {
  padding-top: 0px;
}
.pl-\[100px\] {
  padding-left: 100px;
}
.pr-\[40px\] {
  padding-right: 40px;
}
.pl-\[40px\] {
  padding-left: 40px;
}
.pr-\[100px\] {
  padding-right: 100px;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.text-\[\#26455A\] {
  --tw-text-opacity: 1;
  color: rgb(38 69 90 / var(--tw-text-opacity));
}
.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.placeholder-gray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.opacity-0 {
  opacity: 0;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}


/* Global */
html {
	scroll-behavior: smooth;
}

body {
	background-color: #2B9DC8;
	font-family: 'Gilroy', sans-serif;
}

:target {
	scroll-margin-top: -100px;
}

@font-face {
	font-family: Gilroy;
	src: url('./fonts/Gilroy-Light.ttf');
	font-weight: 300;
}

@font-face {
	font-family: Gilroy;
	src: url('./fonts/Gilroy-Regular.ttf');
	font-weight: 400;
}

@font-face {
	font-family: Gilroy;
	src: url('./fonts/Gilroy-Medium.ttf');
	font-weight: 500;
}

@font-face {
	font-family: Gilroy;
	src: url('./fonts/Gilroy-SemiBold.ttf');
	font-weight: 600;
}

@font-face {
	font-family: Gilroy;
	src: url('./fonts/Gilroy-Bold.ttf');
	font-weight: 700;
}

@font-face {
	font-family: Gilroy;
	src: url('./fonts/Gilroy-ExtraBold.ttf');
	font-weight: 800;
}

@font-face {
	font-family: Gilroy;
	src: url('./fonts/Gilroy-Black.ttf');
	font-weight: 900;
}

@font-face {
	font-family: LazyDog;
	src: url('./fonts/lazy_dog.ttf');
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Coiny", sans-serif !important;
}

h1 {
	font-size: 60px !important;
	font-weight: bold;
}

h2 {
	font-size: 50px !important;
}

.spacer-40 {
	height: 40px;
}

.text-green {
	color: #00CC4B !important;
}

.divider {
	width: 100px;
	background: #fff;
	border-radius: 25px;
	height: 15px;
}

.divider-dark {
	width: 100px;
	background: #26455A;
	border-radius: 25px;
	height: 15px;
}

/* HEADER - Navigation */
#section_navbar {
	width: 100%;
	height: 130px;
	background-image: url('./images/bearly_nav_bg.png');
	background-position: bottom center;
	background-size: cover;
	position: relative;
	z-index: 9;
}
#section_navbar a.active {
	border-bottom: 3px solid #fff;
}

@media screen and (max-width: 640px) {
	#section_navbar {
		width: 100%;
		height: 100px;
		background-image: url('./images/bearly_nav_bg.png');
		background-position: bottom center;
		background-size: cover;
	}

	#navbar_brand {
		width: 100px;
	}
}

#nav_toggle {
	width: 50px;
}

#navbar_mobile {
	height: 100%;
	max-height: 300px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.65);
	z-index: 999;
}

/* FOOTER */
#page_footer {
	background: #172B39;
}

/* EARLY ACCESS MODAL */
.pd-overlay {
	background: rgba(0, 0, 0, 0.8);
}

#early_access_modal_dialog {
	background-image: url('./images/popup/bearly_popup_bg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 80px;
	position: relative;
	z-index: 999;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5)) !important;
}

#early_access_modal_dialog #early_access_modal_email {
	font-size: 20px;
}

#early_access_modal_dialog #early_access_modal_submit {
	display: block;
	color: #fff;
	background-image: linear-gradient(to left bottom, #e65eb4, #df50a9, #d8429e, #d03194, #c91b89);
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	font-size: 17px;
	padding: 10px 25px;
	border-radius: 25px;
	margin-left: auto;
	cursor: pointer;
}
#modal_form_success {
	display: none;
}
#modal_form_success button {
	margin-left: auto !important;
	margin-bottom: -50px !important;
	position: relative !important;
	z-index: 999 !important;
}


#early_access_modal_bears {
	transform: translateY(-250px);
}

.popupSlideOutBearLeft {
	-webkit-animation-name: popupSlideOutBearLeft;
	        animation-name: popupSlideOutBearLeft;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

@-webkit-keyframes popupSlideOutBearLeft {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-170px);
	}
}

@keyframes popupSlideOutBearLeft {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-170px);
	}
}

.popupSlideOutBearRight {
	-webkit-animation-name: popupSlideOutBearRight;
	        animation-name: popupSlideOutBearRight;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

@-webkit-keyframes popupSlideOutBearRight {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(170px);
	}
}

@keyframes popupSlideOutBearRight {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(170px);
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------------------- */
/*---------------------------------------------------------  PAGE - The Team ---------------------------------------------------------- */
/*-------------------------------------------------------------------------------------------------------------------------------------------- */
#page_team {
	background-image: url('./images/bearly_team_page_bg.webp');
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 100vh;
	margin-top: -90px;
}
#section_intro_content #team_intro_content_inner {
	background-image: url('./images/bearly_team_content_bg.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
#section_intro_content #team_intro_content_inner h2 {
	font-family: 'Gilroy', sans-serif !important;
	font-size: 44px !important;
	color: #FFF;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}
#section_intro_content #team_intro_content_inner p {
	font-family: 'Gilroy', sans-serif !important;
	font-weight: 300;
	color: #FFF;
	font-size: 18px !important;
}
#section_team_members {
	
}
#section_team_members #team_members_inner {
	
}
#section_team_members #team_members_inner .team-member-card {
	background-image: url('./images/bearly_team_card_bg.png');
	background-size: 100% 100%;
	background-position: top center;
	background-repeat: no-repeat;

}
#section_team_members #team_members_inner  .team-member-card .team-member-card-inner  {
width: 100%;
max-width: 200px;
margin: 0 auto;
}
#section_team_members #team_members_inner  .team-member-card .team-member-card-inner img {
	width: 100%;
	margin: 0 auto;
}
#section_team_members #team_members_inner  .team-member-card .team-member-card-inner h3 {
	color: #FF63A1 !important;
	font-size: 24px !important;
	font-family: 'Gilroy', sans-serif !important;
}
#section_team_members #team_members_inner  .team-member-card .team-member-card-inner p {
	color: #1C384B !important;
	font-weight: 300 !important;
	font-family: 'Gilroy', sans-serif !important;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------- */
/*----------------------------------------------------  PAGE - Meet The Bearlies  ---------------------------------------------------- */
/*-------------------------------------------------------------------------------------------------------------------------------------------- */
#page_meet {
	background-image: url('./images/page_meet_bg.webp');
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 100vh;
	margin-top: -30px;
}
#page_meet h1 {
	color: #26445A !important;
	margin: 0 !important;
	line-height: 1 !important;
}
@media screen and (max-width: 900px) {
	#page_meet #section_intro-text #intro_text_inner h2 {
		font-size: 8vw !important;
		font-family: "Coiny", sans-serif !important;
		line-height: 1 !important;
		color: #26445A !important;
	}

	#page_meet #section_intro-text #intro_text_inner p {
		font-size: 3vw;
		font-family: 'Gilroy', sans-serif !important;
		font-weight: 300;
		color: #142836;
	}
}

@media screen and (max-width: 640px) {
	#page_meet #section_intro-text #intro_text_inner h2 {
		font-size: 13vw !important;
		font-family: "Coiny", sans-serif !important;
		line-height: 1 !important;
		color: #26445A !important;
	}

	#page_meet #section_intro-text #intro_text_inner p {
		font-size: 5vw;
		font-family: 'Gilroy', sans-serif !important;
		font-weight: 300;
		color: #142836;
	}
}

/* Bear Carousel */
#bear_carousel .swiper-wrapper {
	width: 100%;
	height: -webkit-max-content !important;
	height: -moz-max-content !important;
	height: max-content !important;
	padding-bottom: 64px !important;
	transition-timing-function: linear !important;
	position: relative;
}

#bear_carousel .swiper-pagination-bullet {
	background: #4f46e5;
}

#slider-button-right:after,
#slider-button-left:after {
	display: none;
}
#bear_carousel .bear {
	border-radius: 50px;
}

/*----------------------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------  Home Page ------------------------------------------------------ */
/*----------------------------------------------------------------------------------------------------------------------------------- */
#page_home {
	/* min-height: 4000px; */
	/* background-image: url('./images/bearly_home_bg.webp'); */
	background-image: url('./images/bearly_main_bg.webp');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	/* min-height: 10000px; */

}

#page_home .home-slide {
	min-height: 130vh;
	padding: 60px;
	width: 100%;
	margin: 0 auto;

	overflow: hidden !important;
}

.max-w1600 {
	max-width: 1600px !important;
}

.max-w1800 {
	max-width: 1800px !important;
}

@media screen and (max-width: 640px) {
	.divider {
		width: 100px;
		background: #fff;
		border-radius: 25px;
		height: 8px;
	}

	#page_home .home-slide {
		min-height: 1000px;
		padding: 30px;
		width: 100%;
		margin: 0 auto;
	}
}


/* SECTION - Home Slide / Section 1 */
#page_home #section_slide-one #bearly_logo {
	width: 100%;
	max-width: 200px;
	display: block;
	margin: 0 auto;
}

#page_home #section_slide-one #slide_1_cheep {
	width: 100%;
	max-width: 340px;
	position: relative;
}

#page_home #section_slide-one #slide_1_bear {
	width: 100%;
	max-width: 400px;
	position: relative;
}

#page_home #section_slide-one h3 {
	font-size: 4vw;
	/* max-width: 550px; */
	font-family: 'LazyDog', sans-serif !important;
	line-height: 1 !important;
}

#section_slide-one .section_slide-one-cta {
	filter: drop-shadow(0px 0px 50px rgba(120, 139, 248, 0.8)) !important;
}

#page_home #section_slide-one h4 {
	font-size: 1.2vw;
	/* max-width: 700px; */
	font-family: 'Gilroy', sans-serif !important;
	font-weight: 800;
	line-height: 2 !important;
}

@media screen and (max-width: 640px) {
	#page_home #section_slide-one h3 {
		font-size: 10vw !important;
	}

	#page_home #section_slide-one h4 {
		font-size: 4vw !important;
		line-height: 1.5 !important;
	}
}

/* SECTION - Home Slide / Section 1 Overlay */
#page_home #section_slide-one-overlay #slide_1_overlay_left {
	transform: translateX(-100%);
	-webkit-animation-name: slideOneOverlayConvergeLeft;
	        animation-name: slideOneOverlayConvergeLeft;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
#page_home #section_slide-one-overlay #slide_1_overlay_right {
	transform: translateX(100%);
	-webkit-animation-name: slideOneOverlayConvergeRight;
	        animation-name: slideOneOverlayConvergeRight;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
@-webkit-keyframes slideOneOverlayConvergeLeft {
	0% {
		transform: translateX(-100%);
	}
	
	100% {
		transform: translateX(0%);
	}
}
@keyframes slideOneOverlayConvergeLeft {
	0% {
		transform: translateX(-100%);
	}
	
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideOneOverlayConvergeRight {
	0% {
		transform: translateX(100%);
	}
	
	100% {
		transform: translateX(0%);
	}
}

@keyframes slideOneOverlayConvergeRight {
	0% {
		transform: translateX(100%);
	}
	
	100% {
		transform: translateX(0%);
	}
}

/* SECTION -  Slide / Section 2 */
#section_slide-two h2 {
	font-size: 3.8vw !important;
	font-family: "Coiny", sans-serif !important;
	line-height: 1.2 !important;
}

#section_slide-two p {
	font-size: 1.5vw;
	font-family: 'Gilroy', sans-serif !important;
	font-weight: 300;
}

#section_slide-two #slide_2_icon_globe {
	width: 50px;
}

#section_slide-two #slide_2_earth {
	width: 100%;
	display: block;
}

@media screen and (max-width: 640px) {
	#section_slide-two h2 {
		font-size: 7vw !important;
	}

	#section_slide-two p {
		font-size: 4vw;
	}

	#section_slide-two #slide_2_icon_globe {
		width: 30px;
	}
}

/* SECTION - Slide / Section 3 */
#section_slide-three h2 {
	font-size: 3.8vw !important;
	font-family: "Coiny", sans-serif !important;
	line-height: 1.2 !important;
}

#section_slide-three p {
	font-size: 1.5vw;
	font-family: 'Gilroy', sans-serif !important;
	font-weight: 300;
}

#section_slide-three #slide_3_icon_road {
	width: 50px;
}

#section_slide-three #slide_3_honey {
	width: 100%;
	max-width: 430px;
	display: block;
	margin-bottom: -250px;
}

#section_slide-three #slide_3_bear {
	width: 100%;
	max-width: 500px;
	display: block;
	margin-left: 0px;
}

@media screen and (max-width: 640px) {
	#section_slide-three h2 {
		font-size: 7vw !important;
	}

	#section_slide-three p {
		font-size: 3vw;
	}

	#section_slide-three #slide_3_icon_road {
		width: 30px;
	}
}

/* SECTION -  Slide / Section 4 */
#section_slide-four h2 {
	font-size: 3.8vw !important;
	font-family: "Coiny", sans-serif !important;
	line-height: 1.2 !important;
}

#section_slide-four p {
	font-size: 1.5vw;
	font-family: 'Gilroy', sans-serif !important;
	font-weight: 300;
}

#section_slide-four #slide_4_icon_list {
	width: 50px;
}

#section_slide-four #slide_4_bear {
	width: 100%;
	display: block;
}

@media screen and (max-width: 640px) {
	#section_slide-four h2 {
		font-size: 7vw !important;
	}

	#section_slide-four p {
		font-size: 4vw;
	}

	#section_slide-four #slide_4_icon_list {
		width: 30px;
	}
}

/* SECTION -  Slide / Section 5 */
#section_slide-five h2 {
	font-size: 3.8vw !important;
	font-family: "Coiny", sans-serif !important;
	line-height: 1.2 !important;
}

#section_slide-five p {
	font-size: 1.5vw;
	font-family: 'Gilroy', sans-serif !important;
	font-weight: 300;
}

#section_slide-five #slide_5_icon_pawprint {
	width: 50px;
}

@media screen and (max-width: 640px) {
	#section_slide-five h2 {
		font-size: 7vw !important;
	}

	#section_slide-five p {
		font-size: 4vw;
	}

	#section_slide-five #slide_5_icon_pawprint {
		width: 30px;
	}
}

/* SECTION -  Slide / Section 6 */
#section_slide-six h2 {
	font-size: 3.8vw !important;
	font-family: "Coiny", sans-serif !important;
	line-height: 1.2 !important;
}

#section_slide-six p {
	font-size: 1.5vw;
	font-family: 'Gilroy', sans-serif !important;
	font-weight: 300;
}

#section_slide-six #bearly_btn_discord {
	filter: drop-shadow(0px 0px 50px rgba(0, 255, 176, 0.8)) !important;
}

#slide_6_brown_bear,
#slide_6_panda_bear {
	position: relative;
}

#slide_6_brown_bear {
	margin-right: 60px;
	margin-left: -60px;
}

#slide_6_panda_bear {
	margin-right: -60px;
	margin-left: 60px;
}

@media screen and (max-width: 640px) {
	#section_slide-six h2 {
		font-size: 9vw !important;
	}

	#section_slide-six p {
		font-size: 4vw;
	}

	#slide_6_brown_bear {
		margin-right: 0px;
		margin-left: 0px;
		transform: translate(-30px, 0px);
	}

	#slide_6_panda_bear {
		margin-right: 0px;
		margin-left: 0px;
		transform: translate(30px, 0px);
	}
}

#page_privacy-policy {
	/* min-height: 4000px; */
	background-image: url('./images/page_privacy-policy-bg.webp');
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;

}

/* SECTION - Privacy Policy Header */
#page_privacy-policy #section_privacy-policy-header {
	padding: 100px 20px;
}

#page_privacy-policy #section_privacy-policy-header img {
	width: 70px;
}

#page_privacy-policy #section_privacy-policy-header p {
	font-size: 30px;
}



/* SECTION - Privacy Policy Body */
#page_privacy-policy #section_privacy-policy-body {
	padding-left: 40px;
	padding-right: 40px;
}

#page_privacy-policy #section_privacy-policy-body #section_privacy-policy-body-inner {
	width: 100%;
	max-width: 1400px;
	background: #fff;
	border-radius: 20px;
	padding: 100px 60px 80px;
	margin: 0 auto;
	margin-bottom: 100px;
}

#page_privacy-policy #section_privacy-policy-body #section_privacy-policy-body-inner a {
	color: #E05DBA;
	text-decoration: underline;
}

#page_privacy-policy #section_privacy-policy-body #section_privacy-policy-body-inner h2 {
	color: #26445A !important;
	margin-bottom: 10px;
	margin-top: 100px;
}

#page_privacy-policy #section_privacy-policy-body #section_privacy-policy-body-inner p {
	font-size: 30px;
	margin-bottom: 30px;
}

#page_privacy-policy #section_privacy-policy-body #section_privacy-policy-body-inner ul {
	list-style: inside;
	padding-left: 30px;
}

#page_privacy-policy #section_privacy-policy-body #section_privacy-policy-body-inner ul li {
	font-size: 30px;
}

/* SECTION - Privacy Policy Footer */
#section_privacy-policy-footer {
	background-color: #172B39;
	min-height: 400px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

#section_privacy-policy-footer img {
	width: 460px;
	display: block;
	margin: -180px auto 0px;
}

#section_privacy-policy-footer p {
	max-width: 1000px;
	display: block;
	margin: 30px auto 0;
	font-size: 30px;
}

/* MOBILE - Max Width 1024px */
@media screen and (max-width: 1024px) {

	/* Page Header */
	#page_privacy-policy #section_privacy-policy-header br {
		display: none;
	}

	/* Page Body */
	#page_privacy-policy #section_privacy-policy-body #section_privacy-policy-body-inner {
		padding: 60px 40px;
	}

	#page_privacy-policy #section_privacy-policy-body #section_privacy-policy-body-inner h2 {
		font-size: 40px !important;
		margin-bottom: 5px;
		margin-top: 50px;
	}

	#page_privacy-policy #section_privacy-policy-body #section_privacy-policy-body-inner p {
		font-size: 20px;
		margin-bottom: 20px;
	}

	#page_privacy-policy #section_privacy-policy-body #section_privacy-policy-body-inner ul li {
		font-size: 20px;
	}

	/* Page Footer */
	#section_privacy-policy-footer img {
		width: 400px;
		display: block;
		margin: -230px auto 0px;
	}

	#section_privacy-policy-footer p {
		font-size: 20px;
	}
}



/*----------------------------------------------------------------------------------------------------------------------------------- */
/*----------------------------------------------------------  Animations -------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------- */

/* General */
.fadeIn {
	-webkit-animation-name: fadeIn;
	        animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	opacity: 1;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeInFast {
	-webkit-animation-name: fadeInFast;
	        animation-name: fadeInFast;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
}

@-webkit-keyframes fadeInFast {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeInFast {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeInSlow {
	-webkit-animation-name: fadeInSlow;
	        animation-name: fadeInSlow;
	-webkit-animation-duration: 3s;
	        animation-duration: 3s;
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	opacity: 1;
}

@-webkit-keyframes fadeInSlow {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeInSlow {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.btnPulse {
	-webkit-animation: btnPulse 2s infinite;
	        animation: btnPulse 2s infinite;
}

@-webkit-keyframes btnPulse {
	0% {
		transform: scale(0.95);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}

@keyframes btnPulse {
	0% {
		transform: scale(0.95);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}

.riseUp {
	-webkit-animation-name: riseUp;
	        animation-name: riseUp;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
}

@-webkit-keyframes riseUp {
	0% {
		transform: translateY(400px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes riseUp {
	0% {
		transform: translateY(400px);
	}

	100% {
		transform: translateY(0px);
	}
}

.riseUpFast {
	-webkit-animation-name: riseUpFast;
	        animation-name: riseUpFast;
	-webkit-animation-duration: .5s;
	        animation-duration: .5s;
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
}

@-webkit-keyframes riseUpFast {
	0% {
		transform: translateY(400px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes riseUpFast {
	0% {
		transform: translateY(400px);
	}

	100% {
		transform: translateY(0px);
	}
}

.floating {  
		-webkit-animation-name: floating;  
		        animation-name: floating;
		-webkit-animation-duration: 3s;
		        animation-duration: 3s;
		-webkit-animation-iteration-count: infinite;
		        animation-iteration-count: infinite;
		-webkit-animation-timing-function: ease-in-out;
		        animation-timing-function: ease-in-out;
		
}
.floating2 {  
		-webkit-animation-name: floating;  
		        animation-name: floating;
		-webkit-animation-duration: 5s;
		        animation-duration: 5s;
		-webkit-animation-iteration-count: infinite;
		        animation-iteration-count: infinite;
		-webkit-animation-timing-function: ease-in-out;
		        animation-timing-function: ease-in-out;
		
}
.floating3 {  
		-webkit-animation-name: floating;  
		        animation-name: floating;
		-webkit-animation-duration: 4s;
		        animation-duration: 4s;
		-webkit-animation-iteration-count: infinite;
		        animation-iteration-count: infinite;
		-webkit-animation-timing-function: ease-in-out;
		        animation-timing-function: ease-in-out;
}
@-webkit-keyframes floating {
		from { transform: translateY(0px); }
		65%  { transform: translateY(15px); }
		to   { transform: translateY(-0px); }    
}
@keyframes floating {
		from { transform: translateY(0px); }
		65%  { transform: translateY(15px); }
		to   { transform: translateY(-0px); }    
}

.floatingX {  
		-webkit-animation-name: floatingX;  
		        animation-name: floatingX;
		-webkit-animation-duration: 6s;
		        animation-duration: 6s;
		-webkit-animation-iteration-count: infinite;
		        animation-iteration-count: infinite;
		-webkit-animation-timing-function: ease-in-out;
		        animation-timing-function: ease-in-out;
		
}
.floatingX2 {  
		-webkit-animation-name: floatingX;  
		        animation-name: floatingX;
		-webkit-animation-duration: 5s;
		        animation-duration: 5s;
		-webkit-animation-iteration-count: infinite;
		        animation-iteration-count: infinite;
		-webkit-animation-timing-function: ease-in-out;
		        animation-timing-function: ease-in-out;
}
@-webkit-keyframes floatingX {
		from { transform: translateX(0px); }
		65%  { transform: translateX(15px); }
		to   { transform: translateX(-0px); }    
}
@keyframes floatingX {
		from { transform: translateX(0px); }
		65%  { transform: translateX(15px); }
		to   { transform: translateX(-0px); }    
}

/* Slide 1 */
.floatInLeft {
	-webkit-animation-name: floatInLeft;
	        animation-name: floatInLeft;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
}

@-webkit-keyframes floatInLeft {
	0% {
		transform: translateY(400px);

	}

	25% {
		transform: translateY(-50px);

	}

	50% {
		transform: translateY(25px);

	}

	75% {
		transform: translateY(-25px);

	}

	100% {
		transform: translateY(0px);

	}
}

@keyframes floatInLeft {
	0% {
		transform: translateY(400px);

	}

	25% {
		transform: translateY(-50px);

	}

	50% {
		transform: translateY(25px);

	}

	75% {
		transform: translateY(-25px);

	}

	100% {
		transform: translateY(0px);

	}
}

.floatInRight {
	-webkit-animation-name: floatInRight;
	        animation-name: floatInRight;
	-webkit-animation-duration: 3s;
	        animation-duration: 3s;
	-webkit-animation-delay: 0s;
	        animation-delay: 0s;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
}

@-webkit-keyframes floatInRight {
	0% {
		transform: translateY(400px);

	}

	25% {
		transform: translateY(-50px);

	}

	50% {
		transform: translateY(25px);

	}

	75% {
		transform: translateY(-25px);

	}

	100% {
		transform: translateY(0px);

	}
}

@keyframes floatInRight {
	0% {
		transform: translateY(400px);

	}

	25% {
		transform: translateY(-50px);

	}

	50% {
		transform: translateY(25px);

	}

	75% {
		transform: translateY(-25px);

	}

	100% {
		transform: translateY(0px);

	}
}



/* Slide 2 */
.scaleUpSlow {
	-webkit-animation-name: scaleUpSlow;
	        animation-name: scaleUpSlow;
	-webkit-animation-duration: 4s;
	        animation-duration: 4s;
	transform: scale(1.2);
}

@-webkit-keyframes scaleUpSlow {
	0% {
		transform: scale(0.8);
	}

	100% {
		transform: scale(1.2);
	}
}

@keyframes scaleUpSlow {
	0% {
		transform: scale(0.8);
	}

	100% {
		transform: scale(1.2);
	}
}

/* Slide 6 */
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	        animation-name: slideInLeft;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
}

@-webkit-keyframes slideInLeft {
	0% {
		left: -200px;
	}

	100% {
		left: 0;
	}
}

@keyframes slideInLeft {
	0% {
		left: -200px;
	}

	100% {
		left: 0;
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	        animation-name: slideInRight;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
}

@-webkit-keyframes slideInRight {
	0% {
		right: -200px;
	}

	100% {
		right: 0;
	}
}

@keyframes slideInRight {
	0% {
		right: -200px;
	}

	100% {
		right: 0;
	}
}

/* Slide 4 */
.slideSlideFourSlideInRight {
	-webkit-animation-name: slideSlideFourSlideInRight;
	        animation-name: slideSlideFourSlideInRight;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
}

@-webkit-keyframes slideSlideFourSlideInRight {
	0% {
		right: -100%;
	}

	100% {
		right: 0;
	}
}

@keyframes slideSlideFourSlideInRight {
	0% {
		right: -100%;
	}

	100% {
		right: 0;
	}
}


/* Navbar */
.navbarZoomIn {
	-webkit-animation-name: navbarZoomIn;
	        animation-name: navbarZoomIn;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	transform: scale(1);
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	opacity: 0;
}

@-webkit-keyframes navbarZoomIn {
	0% {
		transform: scale(.8);
		opacity: 0
	}

	25% {
		transform: scale(1.2);

	}

	50% {
		transform: scale(.9);

	}

	75% {
		transform: scale(1.1);

	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes navbarZoomIn {
	0% {
		transform: scale(.8);
		opacity: 0
	}

	25% {
		transform: scale(1.2);

	}

	50% {
		transform: scale(.9);

	}

	75% {
		transform: scale(1.1);

	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}


.navbarFadeIn1 {
	opacity: 0;
	-webkit-animation-name: navbarFadeIn1;
	        animation-name: navbarFadeIn1;
	-webkit-animation-duration: .2s;
	        animation-duration: .2s;
	-webkit-animation-delay: .2s;
	        animation-delay: .2s;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

@-webkit-keyframes navbarFadeIn1 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes navbarFadeIn1 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.navbarFadeIn2 {
	opacity: 0;
	-webkit-animation-name: navbarFadeIn2;
	        animation-name: navbarFadeIn2;
	-webkit-animation-duration: .3s;
	        animation-duration: .3s;
	-webkit-animation-delay: .3s;
	        animation-delay: .3s;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

@-webkit-keyframes navbarFadeIn2 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes navbarFadeIn2 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.navbarFadeIn3 {
	opacity: 0;
	-webkit-animation-name: navbarFadeIn3;
	        animation-name: navbarFadeIn3;
	-webkit-animation-duration: .4s;
	        animation-duration: .4s;
	-webkit-animation-delay: .4s;
	        animation-delay: .4s;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

@-webkit-keyframes navbarFadeIn3 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes navbarFadeIn3 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.navbarFadeIn4 {
	opacity: 0;
	-webkit-animation-name: navbarFadeIn4;
	        animation-name: navbarFadeIn4;
	-webkit-animation-duration: .5s;
	        animation-duration: .5s;
	-webkit-animation-delay: .5s;
	        animation-delay: .5s;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

@-webkit-keyframes navbarFadeIn4 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes navbarFadeIn4 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.navbarFadeIn5 {
	opacity: 0;
	-webkit-animation-name: navbarFadeIn5;
	        animation-name: navbarFadeIn5;
	-webkit-animation-duration: .6s;
	        animation-duration: .6s;
	-webkit-animation-delay: .6s;
	        animation-delay: .6s;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

@-webkit-keyframes navbarFadeIn5 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes navbarFadeIn5 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}



/* Remove Animation on Mobile */
@media screen and (max-width: 640px) {

	.fadeIn,
	.fadeInFast,
	.btnPulse,
	.riseUp,
	.riseUpFast,
	.floatInLeft,
	.floatInRight,
	.scaleUpSlow,
	.slideInLeft,
	.slideInRight {
		-webkit-animation: none !important;
		        animation: none !important;
	}

	.scaleUpSlow {
		transform: scale(1) !important;
	}
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:hover .group-hover\:text-\[\#2AC8D9\] {
  --tw-text-opacity: 1;
  color: rgb(42 200 217 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

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

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:basis-\[70vw\] {
    flex-basis: 70vw;
  }

  .sm\:basis-\[30vw\] {
    flex-basis: 30vw;
  }

  .sm\:basis-\[50vw\] {
    flex-basis: 50vw;
  }

  .sm\:basis-\[40vw\] {
    flex-basis: 40vw;
  }

  .sm\:basis-\[35vw\] {
    flex-basis: 35vw;
  }

  .sm\:basis-\[45vw\] {
    flex-basis: 45vw;
  }

  .sm\:basis-1\/2 {
    flex-basis: 50%;
  }

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

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

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

  .sm\:text-left {
    text-align: left;
  }
}
@media (min-width: 768px) {

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:basis-1\/4 {
    flex-basis: 25%;
  }

  .md\:pl-\[70px\] {
    padding-left: 70px;
  }
}
@media (min-width: 1024px) {

  .lg\:basis-\[100vw\] {
    flex-basis: 100vw;
  }
}