@import url(https://fonts.googleapis.com/css2?family=Montserrat&family=VT323&display=swap);
/*
! tailwindcss v3.0.12 | 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 */
  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;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
*, ::before, ::after{
  --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:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.container, .container-fluid{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--bs-gutter-x, calc(1.5rem / 2));
  padding-left: var(--bs-gutter-x, calc(1.5rem / 2));
}
@media (min-width: 640px){
  .container{
    max-width: 540px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 720px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 960px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1140px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.row{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > *{
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col-2{
  flex: 0 0 auto;
  width: 16.666666666666668%;
}
.col-4{
  flex: 0 0 auto;
  width: 33.333333333333336%;
}
.col-6{
  flex: 0 0 auto;
  width: 50%;
}
.col-8{
  flex: 0 0 auto;
  width: 66.66666666666667%;
}
.col-10{
  flex: 0 0 auto;
  width: 83.33333333333334%;
}
.col-12{
  flex: 0 0 auto;
  width: 100%;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.m-auto{
  margin: auto;
}

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

.mb-5{
  margin-bottom: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mr-5{
  margin-right: 1.25rem;
}

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

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

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

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

.mb-20{
  margin-bottom: 5rem;
}

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

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

.block{
  display: block;
}

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

.table{
  display: table;
}

.hidden{
  display: none;
}

.aspect-3\/4{
  aspect-ratio: 3 / 4;
}

.w-full{
  width: 100%;
}

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

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

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

.grow{
  flex-grow: 1;
}

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

.p-12{
  padding: 3rem;
}

.p-5{
  padding: 1.25rem;
}

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

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

.font-vt323{
  font-family: VT323;
}

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

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

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

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

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(31 225 58 / var(--tw-text-opacity));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(155 28 39 / var(--tw-text-opacity));
}
@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
body {
  background-color: #131313;
  font-weight: 300;
  color: #FFF;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.title{
  font-family: VT323;
  --tw-text-opacity: 1;
  color: rgb(31 225 58 / var(--tw-text-opacity));
}

.debug-item {
  display: none;
}

#top {
  background-image: url(/assets/images/background.jpg?e4ddd3b479370bf0f3d9f687ba0ea1d1);
  position: relative;
  background-size: cover;
  /*.buttons-overlay {

    z-index:6;
  }*/
}
#top .bg-star {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url(/assets/images/stars-layer.gif?b335f3d2bb25a310682986cfd39b53fb);
}
#top .bg-planet {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/background-planets.png?176a0122cb60d9df6fdafacc3bebb42e);
}
#top .bg-ufo {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/background-ufo.gif?eac66536a07e410b39fb69a3fd5f7b3e);
}
#top img {
  position: relative;
  width: 100%;
  z-index: 3;
}
#top .top-absolute {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
#top .cockpit-button {
  position: absolute;
  z-index: 10;
  opacity: 1;
  -webkit-animation: blinker 0.5s linear infinite;
          animation: blinker 0.5s linear infinite;
}
#top .cockpit-button.button-what {
  top: 45%;
  left: 85%;
  width: 5.5%;
}
#top .cockpit-button.button-faq {
  top: 51.7%;
  left: 84.7%;
  width: 5.5%;
}
#top .cockpit-button.button-roadmap {
  top: 59%;
  left: 84.7%;
  width: 5.5%;
}
#top .cockpit-button.button-team {
  top: 66.5%;
  left: 84.4%;
  width: 5.5%;
}
#top .cockpit-button.button-youtube {
  top: 60.6%;
  left: 66.25%;
  width: 7.5%;
}
#top .cockpit-button.button-opensea {
  top: 51.2%;
  left: 65.9%;
  width: 7.5%;
}
#top .cockpit-button.button-rarity {
  top: 41%;
  left: 63.7%;
  width: 10.7%;
}
#top .cockpit-button.button-mint {
  top: 52.7%;
  left: 42.5%;
  width: 15%;
}
#top .cockpit-button.button-cup {
  top: 59.3%;
  left: 30.6%;
  width: 7.5%;
}
#top .cockpit-button.button-whitepaper {
  top: 61.1%;
  left: 20.7%;
  width: 6.5%;
}
#top .cockpit-button.button-tiktok {
  top: 63.8%;
  left: 10.3%;
  width: 6.5%;
}
#top .cockpit-button.button-discord {
  top: 50.5%;
  left: 0.4%;
  width: 6.5%;
}
#top .cockpit-button.button-twitter {
  top: 58.9%;
  left: 0.3%;
  width: 6.5%;
}
#top .cockpit-button.button-instagram {
  top: 67.1%;
  left: 0.35%;
  width: 6.5%;
}
#top .cockpit-button:hover {
  -webkit-animation: none;
          animation: none;
  display: block;
  z-index: 99;
}
#top .cockpit-button:hover.disabled {
  opacity: 0;
  cursor: default;
}
#top .cockpit-button.disabled, #top .cockpit-button.button-opensea, #top .cockpit-button.button-mint, #top .cockpit-button.button-whitepaper, #top .cockpit-button.button-tiktok, #top .cockpit-button.button-discord, #top .cockpit-button.button-twitter, #top .cockpit-button.button-instagram {
  cursor: default;
}
#top .cockpit-button.disabled:hover, #top .cockpit-button.button-opensea:hover, #top .cockpit-button.button-mint:hover, #top .cockpit-button.button-whitepaper:hover, #top .cockpit-button.button-tiktok:hover, #top .cockpit-button.button-discord:hover, #top .cockpit-button.button-twitter:hover, #top .cockpit-button.button-instagram:hover {
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}
#top .cockpit-button.disabled:hover img, #top .cockpit-button.button-opensea:hover img, #top .cockpit-button.button-mint:hover img, #top .cockpit-button.button-whitepaper:hover img, #top .cockpit-button.button-tiktok:hover img, #top .cockpit-button.button-discord:hover img, #top .cockpit-button.button-twitter:hover img, #top .cockpit-button.button-instagram:hover img {
  opacity: 0;
}
#top .cockpit-button.disabled:hover:after, #top .cockpit-button.button-opensea:hover:after, #top .cockpit-button.button-mint:hover:after, #top .cockpit-button.button-whitepaper:hover:after, #top .cockpit-button.button-tiktok:hover:after, #top .cockpit-button.button-discord:hover:after, #top .cockpit-button.button-twitter:hover:after, #top .cockpit-button.button-instagram:hover:after {
  z-index: 999;
  content: "Coming soon";
  width: 200px;
  text-align: center;
  position: absolute;
  padding: 10px;
  display: block;
  background: #000;
  margin-left: auto;
  margin-right: auto;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(31 225 58 / var(--tw-border-opacity));
  font-family: VT323;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(31 225 58 / var(--tw-text-opacity));
}
#top .cockpit-button.button-opensea {
  cursor: pointer;
}
#top .cockpit-button.button-opensea:hover:after {
  content: "Opensea";
}
#top .cockpit-button.button-mint {
  cursor: pointer;
}
#top .cockpit-button.button-mint:hover:after {
  content: "Mint your character";
}
#top .cockpit-button.button-whitepaper {
  cursor: pointer;
}
#top .cockpit-button.button-whitepaper:hover:after {
  content: "Read our whitepaper";
}
#top .cockpit-button.button-tiktok {
  cursor: pointer;
}
#top .cockpit-button.button-tiktok:hover:after {
  content: "Follow us on Tik Tok";
}
#top .cockpit-button.button-discord {
  cursor: pointer;
}
#top .cockpit-button.button-discord:hover:after {
  content: "Join the Discord";
}
#top .cockpit-button.button-twitter {
  cursor: pointer;
}
#top .cockpit-button.button-twitter:hover:after {
  content: "Follow us on Twitter";
}
#top .cockpit-button.button-instagram {
  cursor: pointer;
}
#top .cockpit-button.button-instagram:hover:after {
  content: "Follow us on Instagram";
}
#top.button-active .cockpit-button {
  display: block;
  -webkit-animation: blinker 2s linear infinite;
          animation: blinker 2s linear infinite;
  opacity: 1;
}

#project-name{
  margin-bottom: 2.5rem;
}
#project-name iframe {
  max-width: 90%;
  margin: 0 auto;
}

#project {
  overflow: hidden;
}
#project h2 {
  background-color: rgba(0, 0, 0, 0.7);
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 3.75rem;
  line-height: 1;
  font-family: VT323;
  --tw-text-opacity: 1;
  color: rgb(31 225 58 / var(--tw-text-opacity));
}
#roadmap #roadmap-steps .roadmap-step-content #project h2{
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
#characters .charakter-content #project h2{
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 768px) {
  #project .swiper-wrapper {
    height: 100vh;
  }
}
#project .project-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#project .project-slide .project-content {
  background-color: rgba(0, 0, 0, 0.7);
  width: 80%;
  padding: 0.5rem;
}
@media (min-width: 768px){
  #project .project-slide .project-content{
    width: 50%;
  }
}
#project .project-slide .project-content p{
  margin-bottom: 0.5rem;
}
#project .project-slide .project-content p:last-child{
  margin-bottom: 0px;
}
#project .project-slide .project-button-container{
  width: 80%;
  padding: 0.5rem;
}
@media (min-width: 768px){
  #project .project-slide .project-button-container{
    width: 50%;
  }
  #project .project-slide .project-button-container {
    display: flex;
  }
}
#project .project-slide .project-button-container .btn {
  padding: 5px;
  box-shadow: 0 0 15px #12b43a;
  border: 2px solid rgba(0, 0, 0, 0.37);
  width: 80%;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(31 225 58 / var(--tw-bg-opacity));
  font-family: VT323;
}
#project .project-slide .project-button-container .btn:hover {
  color: #FFF;
}
@media (min-width: 768px) {
  #project .project-slide .project-button-container .btn {
    width: 40%;
  }
  #project .project-slide .project-button-container .btn:first-child {
    margin-right: 10%;
  }
}
#project .project-slide.first-slide {
  background-image: url(/assets/images/slide1.gif?84c4d1ff5d0cbf446b5dec9b50453b82);
}
#project .project-slide.second-slide {
  background-image: url(/assets/images/slide2.gif?a4baf2c1c17d2463dc4b973f5fb08558);
}
#project .project-slide.third-slide {
  background-image: url(/assets/images/slide3.gif?87695757c56f7a6725c210cc75fca80c);
}

#dev-roadmap .padlock {
  max-width: 150px;
  width: 100%;
}

#rarity-content #rarity-swiper {
  overflow: hidden;
  height: 300px;
}
@media (min-width: 768px) {
  #rarity-content #rarity-swiper {
    height: 130vh;
  }
}
#rarity-content .rarity-stars {
  margin-bottom: -10%;
}
#rarity-content #rarity-selectors {
  display: flex;
  margin-bottom: 0.5rem;
}
#rarity-content #rarity-selectors .rarity-selector {
  flex: 1 0 auto;
  cursor: pointer;
  font-family: VT323;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px){
  #rarity-content #rarity-selectors .rarity-selector{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
#rarity-content .swiper-slide:before {
  content: "";
  height: 50%;
  width: 0;
  position: absolute;
  margin-top: 20%;
  z-index: -1;
}
#rarity-content .swiper-slide.slide-common:before {
  box-shadow: 0 -4px 42px 25px rgba(255, 255, 255, 0.5);
}
#rarity-content .swiper-slide.slide-uncommon:before {
  box-shadow: 0 -4px 42px 25px rgba(18, 180, 58, 0.5);
}
#rarity-content .swiper-slide.slide-rare:before {
  box-shadow: 0 -4px 42px 25px rgba(36, 112, 228, 0.5);
}
#rarity-content .swiper-slide.slide-unique:before {
  box-shadow: 0 -4px 42px 25px rgba(102, 8, 162, 0.5);
}
#rarity-content .swiper-slide.slide-legendary:before {
  box-shadow: 0 -4px 42px 25px rgba(231, 88, 0, 0.5);
}
#rarity-content .rarity-table tr {
  display: none;
  border-bottom: 1px solid #FFF;
}
#rarity-content .rarity-table tr.active {
  display: table-row;
}
#rarity-content .rarity-table tr td {
  padding: 5px 0;
}
#rarity-content .common {
  color: #FFF;
}
#rarity-content .uncommon {
  color: #12b43a;
}
#rarity-content .rare {
  color: #2470E4;
}
#rarity-content .epic {
  color: #6608a2;
}
#rarity-content .legendary {
  color: #e75800;
}

#roadmap .roadmap-step {
  transition: border 0.5s ease-in;
  position: relative;
  margin-bottom: 1.25rem;
  display: flex;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  align-items: center;
  border-radius: 0.25rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 225 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(2 39 10 / var(--tw-bg-opacity));
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(31 225 58 / var(--tw-text-opacity));
}
#roadmap .roadmap-step:first-child:before {
  height: 0;
}
#roadmap .roadmap-step:before {
  content: "";
  width: 1px;
  position: absolute;
  top: -2.5rem;
  height: 2.5rem;
  left: 50%;
  z-index: -1;
  --tw-bg-opacity: 1;
  background-color: rgb(31 225 58 / var(--tw-bg-opacity));
}
#roadmap .roadmap-step span{
  width: 100%;
  text-align: center;
  font-family: VT323;
  font-weight: 700;
}
#roadmap .roadmap-step.active{
  border-radius: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#roadmap #roadmap-steps {
  overflow: hidden;
}
#roadmap #roadmap-steps .roadmap-step-content {
  text-align: left;
}
#roadmap #roadmap-steps .roadmap-step-content .title{
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
#roadmap #roadmap-steps .roadmap-step-content ul {
  padding-left: 1em;
}
#roadmap #roadmap-steps .roadmap-step-content ul li:before {
  content: "-";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
  --tw-text-opacity: 1;
  color: rgb(155 28 39 / var(--tw-text-opacity));
}
#roadmap #roadmap-steps .roadmap-step-content .roadmap-line {
  width: 100%;
  height: 5px;
  position: relative;
  margin-bottom: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(2 39 10 / var(--tw-bg-opacity));
}
#roadmap #roadmap-steps .roadmap-step-content .roadmap-line .roadmap-completed {
  height: 5px;
  display: inline-block;
  border-right: 1px solid;
  position: absolute;
  left: 0;
  top: 0;
  --tw-border-opacity: 1;
  border-color: rgb(31 225 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(155 28 39 / var(--tw-bg-opacity));
}
#roadmap #roadmap-steps .roadmap-image-container {
  overflow: hidden;
}
#roadmap #roadmap-steps .roadmap-image-container img {
  width: 150%;
  max-width: 150%;
  margin-top: -40%;
  margin-left: -32.5%;
}
@media (min-width: 768px) {
  #roadmap #roadmap-steps .roadmap-image-container img {
    width: 200%;
    max-width: 200%;
    margin-top: -40%;
    margin-left: -50%;
  }
}
#roadmap #roadmap-steps .swiper-slide {
  background: none;
  max-height: 800px;
}

#characters > .row {
  border-bottom: 2px solid #626262;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#characters > .row:last-child {
  border-bottom: none;
}
#characters .characters-image-container {
  overflow: hidden;
}
#characters .characters-image-container img {
  width: 175%;
  max-width: 175%;
  margin-top: -40%;
  margin-left: -32.5%;
}
#characters .charakter-content .title{
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

#special {
  clear: both;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
#special .card {
  width: 49%;
  overflow: hidden;
  display: inline-block;
  position: relative;
  aspect-ratio: 3 / 4;
}
@media (min-width: 768px) {
  #special .card {
    width: 19.5%;
  }
}
#special .card .faces-holder {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
#special .card:hover .faces-holder {
  transform: rotateY(180deg);
}
#special .card .front, #special .card .back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
  transform-style: preserve-3d;
  top: 0;
  left: 0;
  transition: 0.6s;
}
#special .card .front {
  background-size: cover;
  transform: rotateY(0deg);
  z-index: 2;
  display: flex;
  flex-direction: row;
  background-image: url(/assets/images/cards.gif?5b4c5b524b3161db3b75324560fa3956);
  align-items: center;
}
#special .card .front > div {
  width: 100%;
  flex: 1 0 auto;
}
#special .card .front .unlock-at {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(31 225 58 / var(--tw-text-opacity));
}
#special .card .front .unlock-step{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(155 28 39 / var(--tw-text-opacity));
}
#special .card.step-20 .front {
  background-image: url("/assets/images/Card_Animation 1_00.png?025d0512a7ee6436b373fbb0543b114f");
}
#special .card.step-50 .front {
  background-image: url("/assets/images/Card_Animation 1_01.png?d7b71bccf1c210dfe782e5c62e7a3895");
}
#special .card.step-80 .front {
  background-image: url("/assets/images/Card_Animation 1_02.png?495ea11fed5def9d78b6468dd8d4a82a");
}
#special .card.step-90 .front {
  background-image: url("/assets/images/Card_Animation 1_03.png?841273dc9fbd4fdc746c03a88370587e");
}
#special .card.step-100 .front {
  background-image: url("/assets/images/Card_Animation 1_04.png?dd97930f803e99c7272c38a043366aed");
}
#special .card .back {
  transform: rotateY(-180deg);
  background-size: cover;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#special .card .back > div {
  width: 100%;
  flex: 1 0 auto;
}
#special .card .back.back-20 {
  background-image: url(/assets/images/20.png?925d35171ab83f5291603f70e245b64e);
}
#special .card .back.back-50-1 {
  background-image: url(/assets/images/50-1.png?b37d155b34551627904b87d4184fbd92);
}
#special .card .back.back-50-2 {
  background-image: url(/assets/images/50-2.png?f02960bb2b07aee49cf5d78133209da2);
}
#special .card .back.back-80-1 {
  background-image: url(/assets/images/80-1.png?230e73cf086150715d8f66844d32ad80);
}
#special .card .back.back-80-2 {
  background-image: url(/assets/images/80-2.png?53d05c2289914ef8c2cb169ae2c16531);
}
#special .card .back.back-80-3 {
  background-image: url(/assets/images/80-3.png?2b1a475bbf3d06aba497510e84e2246c);
}
#special .card .back.back-90-1 {
  background-image: url(/assets/images/90-1.png?0f42c67627373f2a94c3f77d699ac842);
}
#special .card .back.back-90-2 {
  background-image: url(/assets/images/90-2.png?6b60dbce18afa5ce04efa7612ae4faf2);
}
#special .card .back.back-90-3 {
  background-image: url(/assets/images/90-3.png?cfc18496a8b0d0155b11229674dfbd15);
}
#special .card .back.back-90-4 {
  background-image: url(/assets/images/90-4.png?ea7d3bf1552cede28af0dd5f7b44e60d);
}
#special .card .back.back-100-1 {
  background-image: url(/assets/images/100-1.png?19b97c26c9e2451524762a410eea5bc3);
}
#special .card .back.back-100-2 {
  background-image: url(/assets/images/100-2.png?dc4af66f4df88fbbc780ccc075ea6f03);
}
#special .card .back.back-100-3 {
  background-image: url(/assets/images/100-3.png?89600dad269cc8aa81b0986dbf00bc95);
}
#special .card .back.back-100-4 {
  background-image: url(/assets/images/100-4.png?1d1d4107261b1b7d2883686189fe4639);
}
#special .card .back.back-100-5 {
  background-image: url(/assets/images/100-5.png?5477fc7589379f1f932ab394ab348e3f);
}
#special .card .back .unlock-at {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(31 225 58 / var(--tw-text-opacity));
}
#special .card .back .unlock-step{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(155 28 39 / var(--tw-text-opacity));
}

#faq-content .faq-item {
  overflow: hidden;
  transition: background-color 1s;
  background-color: #054210;
  margin-bottom: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 225 58 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#faq-content .faq-item .faq-item-title {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.5rem;
  font-family: VT323;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(31 225 58 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  #faq-content .faq-item .faq-item-title{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
#faq-content .faq-item .faq-item-title:before, #faq-content .faq-item .faq-item-title:after {
  transition: transform 0.25s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: center;
  display: inline-block;
  padding: 3px;
  font-size: 30px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  font-family: Montserrat;
}
#faq-content .faq-item .faq-item-title:before {
  content: "+";
  font-weight: bold;
  display: block;
}
#faq-content .faq-item .faq-item-title:after {
  content: "-";
  display: none;
}
#faq-content .faq-item .faq-item-content {
  display: none;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#faq-content .faq-item.active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#faq-content .faq-item.active .faq-item-title:before {
  display: none;
}
#faq-content .faq-item.active .faq-item-title:after {
  display: block;
}
.big-title-container {
  position: relative;
  overflow: hidden;
  /* ---- stats.js ---- */
}
.big-title-container .big-title{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  font-size: 3.75rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: VT323;
  --tw-text-opacity: 1;
  color: rgb(31 225 58 / var(--tw-text-opacity));
}
#roadmap #roadmap-steps .roadmap-step-content .big-title-container .big-title{
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
#characters .charakter-content .big-title-container .big-title{
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.big-title-container .particule-backgrounds {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.big-title-container .count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.big-title-container .js-count-particles {
  font-size: 1.1em;
}
.big-title-container #stats, .big-title-container .count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
.big-title-container #stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.big-title-container .count-particles {
  border-radius: 0 0 3px 3px;
}

#team #team-content{
  text-align: center;
}
#team #team-content .team-picture {
  margin: 0 auto;
  position: relative;
  transition: opacity 1s;
}
#team #team-content .team-picture .hover-image {
  position: absolute;
  opacity: 0;
}
@media (min-width: 768px) {
  #team #team-content .team-picture .hover-image {
    left: 25%;
  }
}
#team #team-content .team-picture:hover .hover-image {
  opacity: 1;
}
#team #team-content .team-picture:hover img {
  opacity: 0;
}
#team #team-content .team-picture img {
  overflow: hidden;
  border-radius: 100%;
  margin: auto;
  width: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(31 225 58 / var(--tw-border-opacity));
}
@media (min-width: 768px){
  #team #team-content .team-picture img{
    width: 50%;
  }
}
#team #team-content .team-name{
  font-family: VT323;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#team #team-content .team-job{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(31 225 58 / var(--tw-text-opacity));
}
#team #team-content a:hover{
  --tw-text-opacity: 1;
  color: rgb(31 225 58 / var(--tw-text-opacity));
}

#footer {
  background-color: #084812;
}
#footer a {
  display: inline-block;
  text-align: center;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}
#footer a img {
  display: inline-block;
  width: 60%;
}
#footer a:hover {
  -webkit-animation: blinker 0.5s linear infinite;
          animation: blinker 0.5s linear infinite;
}
#footer a:nth-child(2){
  margin-right: 0px;
}
#footer a:last-child{
  margin-right: 0px;
}
#footer .links{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 225 58 / var(--tw-border-opacity));
}
@media (min-width: 768px){
  .md\:col-3{
    flex: 0 0 auto;
    width: 25%;
  }
  .md\:col-4{
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }
  .md\:col-5{
    flex: 0 0 auto;
    width: 41.66666666666667%;
  }
  .md\:col-6{
    flex: 0 0 auto;
    width: 50%;
  }
  .md\:col-7{
    flex: 0 0 auto;
    width: 58.333333333333336%;
  }
  .md\:col-8{
    flex: 0 0 auto;
    width: 66.66666666666667%;
  }
  .md\:offset-1{
    margin-left: 8.333333333333334%;
  }
  .md\:offset-2{
    margin-left: 16.666666666666668%;
  }
  .md\:offset-4{
    margin-left: 33.333333333333336%;
  }
  .md\:offset-5{
    margin-left: 41.66666666666667%;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:mb-auto{
    margin-bottom: auto;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
}
@media (min-width: 1024px){
  .lg\:w-2\/3{
    width: 66.666667%;
  }
}
