@font-face {
  font-family: Notosans Condensed;
  src: url("/smartcity/assets/fonts/webfontkit/notosans-condensed-webfont.woff");
}

@font-face {
  font-family: Notosans Condensedlight;
  src: url("/smartcity/assets/fonts/webfontkit/notosans-condensedlight-webfont.woff");
}

@font-face {
  font-family: Notosans Condensedbold;
  src: url("/smartcity/assets/fonts/webfontkit/notosans-condensedbold-webfont.woff");
}

/* line 77, main.scss */
.font-default {
  font-family: "Notosans Condensed";
}

/* line 81, main.scss */
.font-bold {
  font-family: "Notosans Condensedbold";
}

/****************/
/***  GENRAL  ***/
/****************/
/* line 6, _sass/basic.scss */
body, h1, h2 {
  margin: 0;
  user-select: none;
}

/* line 10, _sass/basic.scss */
body {
  overscroll-behavior: none;
}

/* line 14, _sass/basic.scss */
p {
  font-family: "Notosans Condensed";
  color: white;
  font-weight: 300;
  font-size: 1rem;
  user-select: none;
}

/* line 22, _sass/basic.scss */
h1 {
  font-size: 3.4rem;
}

/* line 26, _sass/basic.scss */
h2 {
  font-size: 2rem;
}

/* line 30, _sass/basic.scss */
a {
  font-family: "Notosans Condensed";
  text-decoration: none;
  font-size: 0.7rem;
  user-select: none;
}

/* TEXT */
/* line 40, _sass/basic.scss */
.text {
  position: relative;
  pointer-events: none;
}

/* line 45, _sass/basic.scss */
.overlay > .text {
  pointer-events: initial;
}

/* line 49, _sass/basic.scss */
.align-left {
  text-align: left;
  align-items: flex-start !important;
  width: 90%;
}

/* line 55, _sass/basic.scss */
.padding-top-1 {
  padding-top: 1rem;
}

/* line 59, _sass/basic.scss */
.padding-top-2 {
  padding-top: 2rem;
}

/* line 63, _sass/basic.scss */
.padding-top-3 {
  padding-top: 3rem;
}

/* line 67, _sass/basic.scss */
.padding-top-max {
  padding-top: 5rem;
}

/* line 71, _sass/basic.scss */
.padding-top-multi-max {
  padding-top: 3rem;
}

/* line 75, _sass/basic.scss */
.padding-bottom-1 {
  padding-bottom: 1rem;
}

/* line 79, _sass/basic.scss */
.padding-bottom-2 {
  padding-bottom: 2rem;
}

/* line 83, _sass/basic.scss */
.padding-bottom-3 {
  padding-bottom: 5rem;
}

/* line 87, _sass/basic.scss */
.padding-left-1 {
  padding-left: 1rem !important;
}

/* line 91, _sass/basic.scss */
.padding-left-2 {
  padding-left: 2rem !important;
}

/* line 95, _sass/basic.scss */
.padding-left-right-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* line 100, _sass/basic.scss */
.padding-left-right-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

/* line 105, _sass/basic.scss */
.padding-1 {
  padding: 1rem;
}

/* line 109, _sass/basic.scss */
.padding-2 {
  padding: 2rem;
}

/* line 113, _sass/basic.scss */
.font-size-small {
  font-size: 0.7rem !important;
}

/* line 117, _sass/basic.scss */
.font-size-normal {
  font-size: 18px !important;
}

/* line 121, _sass/basic.scss */
.font-size-big {
  font-size: 2rem !important;
}

/*******/
/* line 128, _sass/basic.scss */
.page-container {
  width: 100%;
  background-color: white;
  position: absolute;
  z-index: 0;
  flex-direction: column;
  align-items: center;
  scrollbar-width: none;
}

/* line 141, _sass/basic.scss */
#page-content {
  min-height: 100dvh;
  width: 100vw;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
}

/* line 154, _sass/basic.scss */
.splash {
  justify-content: space-around !important;
}

/* line 158, _sass/basic.scss */
.background-container {
  /* background: $default-gradient; */
  width: 100vw;
  position: absolute;
  z-index: -1;
  overflow-x: hidden;
  max-width: 1000px;
}

/* line 168, _sass/basic.scss */
.background-image {
  width: inherit;
  height: inherit;
  overflow: hidden;
  opacity: 0.7;
}

/* .background-container:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: -1;
    transform: rotate(30deg);
}
 */
/* line 190, _sass/basic.scss */
.background-container-alter {
  background-color: black !important;
  background-position: center top !important;
  -webkit-background-position: center top !important;
  background-attachment: fixed !important;
  -webkit-background-attachment: fixed !important;
  background-size: auto 100% !important;
  width: 100vw !important;
  position: absolute !important;
  z-index: -1;
  opacity: 1;
  max-width: 1000px;
  animation: var(--animation-content) 2s ease-in;
}

/* line 208, _sass/basic.scss */
:root {
  --animation: fade-out;
  --secondary-opacity: 0;
}

/* line 213, _sass/basic.scss */
.background-container-alter::after {
  content: "";
  background-color: #ffffffad;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  opacity: var(--secondary-opacity);
  animation: var(--animation) 2s ease-in;
  animation-fill-mode: forwards;
  animation-delay: 1200ms;
  filter: blur(2px);
  max-width: 1000px;
}

/* line 231, _sass/basic.scss */
.text-middle > p {
  color: white;
  padding: 2rem;
  text-align: center;
  line-height: 25px;
  font-family: "Notosans Condensedlight";
  font-size: 18px;
  font-weight: 400;
  padding-top: 10%;
}

/* icon text left */
/* line 244, _sass/basic.scss */
.icon-left {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  bottom: 0;
  left: 0px;
  right: 0px;
  justify-content: center;
  margin-bottom: 7%;
  align-items: center;
}

/* line 256, _sass/basic.scss */
.icon-left > div {
  /* margin: 0.5rem; */
}

/* line 260, _sass/basic.scss */
.icon-box {
  border: 1px solid white;
}

/* line 264, _sass/basic.scss */
.icon-img {
  /* padding: 1rem 0rem; */
  height: 64px;
}

/* line 269, _sass/basic.scss */
.font-default.bold {
  font-weight: 600;
}

/* FOOTER */
/* line 275, _sass/basic.scss */
.footer {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex: 50% 50%;
  justify-content: space-evenly;
  width: 100%;
  height: 44px;
  align-items: center;
  max-width: 1000px;
  background: linear-gradient(0deg, #ffffffad 40.6%, #ffffff94 91.43%);
  box-shadow: -1px -2px 6px #41108d30;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  z-index: 2;
}

/* line 299, _sass/basic.scss */
.footer > div {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  flex: 1;
}

/* line 307, _sass/basic.scss */
.footer > div > a {
  color: #220044;
  font-family: "Notosans Condensed";
  font-size: 0.8rem;
}

/* line 313, _sass/basic.scss */
.fixed-25, .fixed-0 {
  position: absolute;
  box-shadow: -1px -2px 6px #41108d17;
}

/* line 319, _sass/basic.scss */
.fixed-0 {
  background: linear-gradient(0deg, #ffffff6b 40.6%, #ffffff00 91.43%);
  bottom: 0;
  border: 0px solid #ffffff00;
  border-top-width: 1px;
}

/* line 326, _sass/basic.scss */
.fixed-25 {
  bottom: 0;
}

/* Install Prompt */
/* line 333, _sass/basic.scss */
.add-button {
  /* Gradient */
  opacity: 0.8;
  border-radius: 20px;
  display: flex;
  background: no-repeat, linear-gradient(#843ff3, #ffa0134d), radial-gradient(#ff26da, #eb7622);
  backdrop-filter: blur(2px);
  border: 0px;
  color: white;
  font-family: "Notosans Condensed";
  box-shadow: 0px 4px 4px #00000026;
  overflow: hidden;
}

/* line 365, _sass/basic.scss */
#install-prompt {
  display: none;
  z-index: 3;
  position: fixed;
  bottom: 0;
  flex-direction: column;
  font-family: "Notosans Condensed";
  background-size: cover;
  border-radius: 30px;
  background-color: transparent;
  max-width: 1000px;
  transition: 0.5s;
  padding: 1rem;
}

/* line 381, _sass/basic.scss */
#install-prompt > p {
  color: white;
}

/* line 385, _sass/basic.scss */
.ip_header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

/* line 391, _sass/basic.scss */
.ip_header > p {
  margin: 0;
  color: white;
  font-family: "Notosans Condensedlight";
  font-size: 24px;
}

/* line 398, _sass/basic.scss */
.ip_header > .exit-cross {
  opacity: 1;
  pointer-events: unset;
}

/* line 403, _sass/basic.scss */
.ip_header > .exit-cross > span {
  background-color: #FFF;
}

/* line 407, _sass/basic.scss */
.ip_footer {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 415, _sass/basic.scss */
.ip_footer > a {
  color: white;
  text-decoration: underline;
  font-size: 18px;
}

/* line 421, _sass/basic.scss */
#install-button {
  border-radius: 30px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: 40%;
  justify-content: space-evenly;
  background: linear-gradient(0deg, white, #ffffff1c);
  border: 1.75px solid #845EE5;
  padding: 0.5rem;
}

/* line 433, _sass/basic.scss */
#install-button > p {
  color: #845EE5;
  font-size: 24px;
  margin: 0;
}

/* TOP-ROUNDED */
/* line 444, _sass/basic.scss */
.height-25 {
  transform: translateY(15vh);
}

/* line 448, _sass/basic.scss */
.top-rounded {
  width: 100%;
  background-color: #f7f7f7;
  position: relative;
  min-height: 80vh;
}

/* line 456, _sass/basic.scss */
.top-rounded::before,
.top-rounded::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
}

/* line 465, _sass/basic.scss */
.top-rounded::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><path fill="%23f7f7f7" d="M0 0 Q20 0 20 20 L20 0Z" /></svg>');
  top: -30px;
  left: 10px;
  transform: rotate(180deg) translateY(-1px) scale(2);
}

/* line 472, _sass/basic.scss */
.top-rounded::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><path fill="%23f7f7f7" d="M0 20 Q20 20 20 0 L20 20Z" /></svg>');
  top: -30px;
  transform: translateY(1px) scale(2);
  right: 10px;
}

/* BUTTON */
/* line 481, _sass/basic.scss */
.button {
  gap: 6px;
  background-size: cover !important;
  box-shadow: 0px 2px 5px #41108d29, inset 0px 4px 4px #ffffffed;
  border-radius: 60px;
  width: 160px;
  height: 32px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 1rem;
  filter: contrast(0.9);
  padding: 0.5rem 1rem;
  cursor: pointer;
}

/* line 502, _sass/basic.scss */
.button-wrap {
  z-index: 1;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  position: fixed;
  display: flex;
  display: -webkit-flex;
  bottom: 7%;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(0.9);
  max-width: 1000px;
}

/* line 520, _sass/basic.scss */
.button-img {
  height: 32px;
  filter: brightness(3);
}

/* line 525, _sass/basic.scss */
.button-text {
  color: #fff;
  font-family: "Notosans Condensed";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
}

/* line 535, _sass/basic.scss */
#orientation-alert {
  top: 0;
  position: absolute;
  display: none;
  background-color: black;
  color: white;
  height: 100vh;
  width: 100%;
  z-index: 20;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/***************/
/***  MEDIA  ***/
/***************/
/*                  *
*       iphone SE   *
*                   */
@media (max-width: 390px) {
  /* line 559, _sass/basic.scss */
  .splash {
    max-height: 100vh;
  }
  /* line 562, _sass/basic.scss */
  .splash-header-container {
    padding-top: 15% !important;
    padding-bottom: 0 !important;
  }
  /* line 566, _sass/basic.scss */
  .header-sub {
    padding-top: 4rem;
  }
  /* line 569, _sass/basic.scss */
  .text-middle {
    height: 100px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding-top: 10%;
  }
  /* line 577, _sass/basic.scss */
  .fixed-25 {
    position: relative !important;
  }
}

/*                  *
*  Surface Pro Duo  *
*                   */
@media (max-width: 540px) and (min-aspect-ratio: 540/720) {
  /* line 588, _sass/basic.scss */
  .splash {
    max-height: 100vh;
  }
  /* line 591, _sass/basic.scss */
  .splash-header-container {
    padding-bottom: 0 !important;
  }
  /* line 594, _sass/basic.scss */
  .header-sub {
    padding-top: 4rem;
  }
  /* line 597, _sass/basic.scss */
  .text-middle {
    height: 100px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding-top: 5%;
  }
}

/*                  *
*      NestHub      *
*                   */
@media (min-width: 1000px) {
  /* line 612, _sass/basic.scss */
  .splash {
    max-height: 100vh;
  }
  /* line 615, _sass/basic.scss */
  .splash-header-container {
    padding-bottom: 0 !important;
  }
  /* line 618, _sass/basic.scss */
  .header-sub {
    padding-top: 4rem;
  }
  /* line 621, _sass/basic.scss */
  .text-middle {
    height: 100px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding-top: 5%;
  }
}

/*                  *
*       iphone 6/7/8   *
*                   */
@supports (-webkit-touch-callout: none) {
  /* line 635, _sass/basic.scss */
  .text-middle > p {
    padding: 0rem 2rem;
  }
  /* line 639, _sass/basic.scss */
  .background-container-alter {
    /* background-attachment: scroll !important; */
    background-size: auto 60% !important;
  }
}

@supports (-webkit-text-size-adjust: percentage) {
  /* line 646, _sass/basic.scss */
  .text-middle > p {
    padding: 0rem 2rem;
  }
  /* line 650, _sass/basic.scss */
  .background-container-alter {
    /* background-attachment: scroll !important; */
    background-size: auto 60% !important;
  }
}

/*                   *
*       most tablets *
*                    */
@media (min-aspect-ratio: 9/14) {
  /* CSS */
  /* line 664, _sass/basic.scss */
  .background-container-alter {
    /* background-attachment: scroll !important; */
    background-size: 100% auto !important;
  }
}

/*****************/
/***  DESKTOP  ***/
/*****************/
/* line 675, _sass/basic.scss */
:root {
  --max-width: 1000px;
}

@media (min-width: 1000px) {
  /* line 681, _sass/basic.scss */
  html {
    background-color: white;
    font-size: 2vh;
  }
  /* line 686, _sass/basic.scss */
  .page-container {
    overflow-y: auto;
    overflow-y: auto;
    aspect-ratio: 9/16;
    height: 100vh;
    width: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* line 698, _sass/basic.scss */
  .page-container::-webkit-scrollbar {
    display: none;
  }
  /* line 703, _sass/basic.scss */
  #page-content {
    width: unset !important;
    aspect-ratio: 9/16 !important;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* line 712, _sass/basic.scss */
  .background-container {
    width: unset !important;
    aspect-ratio: 9/16 !important;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* line 721, _sass/basic.scss */
  .icon-left {
    margin-bottom: 15%;
  }
  /* line 725, _sass/basic.scss */
  .background-container-alter {
    background-attachment: inherit !important;
    -webkit-background-attachment: inherit !important;
  }
  /* line 730, _sass/basic.scss */
  .webviewer-container {
    width: 100% !important;
  }
  /* line 734, _sass/basic.scss */
  .footer {
    border: 0px solid #ffffff00;
    border-top-width: 1px;
  }
  /* line 739, _sass/basic.scss */
  .header-container {
    position: absolute;
    top: 0;
  }
  /* line 744, _sass/basic.scss */
  .header-container .align-left {
    position: relative;
    top: unset;
  }
  /* line 749, _sass/basic.scss */
  .top-slide-up {
    top: 35vh;
  }
  /* line 753, _sass/basic.scss */
  .header-container-topic {
    padding: 2rem !important;
    padding-top: 50% !important;
  }
  /* line 758, _sass/basic.scss */
  .header-top-row {
    position: absolute !important;
  }
  /* line 763, _sass/basic.scss */
  needle-engine {
    overflow: hidden;
    overscroll-behavior: none;
    width: unset !important;
    aspect-ratio: 9/16 !important;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* line 774, _sass/basic.scss */
  .overlay-container, #bottom-blur {
    max-width: calc(100vh*0.564) !important;
  }
  /* line 778, _sass/basic.scss */
  #live-daten {
    position: absolute !important;
  }
  /* line 782, _sass/basic.scss */
  #install-prompt {
    max-width: calc(var(--max-width)*0.4) !important;
  }
  /* line 786, _sass/basic.scss */
  #orientation-alert {
    display: none !important;
  }
  /* line 790, _sass/basic.scss */
  .grid-container {
    grid-template-columns: auto auto !important;
  }
  /* line 794, _sass/basic.scss */
  .grid-item {
    width: 25vh !important;
    height: 17vh !important;
    margin: 0.5rem !important;
  }
  /* line 800, _sass/basic.scss */
  .grid-text {
    padding: 0 !important;
    margin: 0 !important;
    word-break: unset !important;
  }
  /* line 806, _sass/basic.scss */
  #live-daten {
    bottom: 48px !important;
  }
  /* line 810, _sass/basic.scss */
  #live-daten::-webkit-scrollbar {
    display: block !important;
  }
  /* line 815, _sass/basic.scss */
  #live-daten::-webkit-scrollbar-thumb {
    display: block !important;
    background: #ffffff8c;
    backdrop-filter: blur(2px);
    border-radius: 25px;
  }
  /* line 822, _sass/basic.scss */
  .fixed-25 {
    bottom: 0;
  }
  /* line 828, _sass/basic.scss */
  .slider-container::before {
    height: 25% !important;
    filter: blur(100px) !important;
    max-width: calc(0.3*var(--max-width)) !important;
    overflow: hidden;
  }
  /* line 835, _sass/basic.scss */
  #install-prompt {
    max-width: calc(var(--max-width)*0.9);
    bottom: 1vw;
    width: 100vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* line 845, _sass/basic.scss */
  .thumb-img {
    margin: 10% !important;
  }
  /* line 849, _sass/basic.scss */
  .button-wrap {
    bottom: 6% !important;
  }
  /*****************/
  /***  4K  ***/
  /*****************/
}

@media (min-width: 1000px) and (min-width: 2160px) {
  /* line 860, _sass/basic.scss */
  html {
    background-color: white;
    font-size: 2vh;
  }
  /* line 865, _sass/basic.scss */
  :root {
    --max-width: unset;
  }
  /* line 869, _sass/basic.scss */
  #page-content {
    max-width: var(--max-width);
  }
  /* line 873, _sass/basic.scss */
  .background-container {
    max-width: var(--max-width);
  }
  /* line 877, _sass/basic.scss */
  .text-middle > p {
    line-height: unset;
  }
  /* line 881, _sass/basic.scss */
  .logo {
    height: 400px !important;
  }
  /* line 885, _sass/basic.scss */
  .slider {
    width: 500px !important;
    height: 150px !important;
  }
  /* line 890, _sass/basic.scss */
  .slider-handle {
    height: 140px !important;
    width: 140px !important;
  }
  /* line 895, _sass/basic.scss */
  .icon-img {
    height: 200px;
  }
  /* line 899, _sass/basic.scss */
  .footer {
    height: 150px !important;
    max-width: var(--max-width);
  }
}

/* line 3, _sass/header.scss */
.header-container, .header-container-topic, .splash-header-container {
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(144.38deg, rgba(255, 255, 255, 0.4) 3.77%, rgba(255, 255, 255, 0.08) 93.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-direction: column;
}

/* line 17, _sass/header.scss */
.splash-header-container {
  padding-top: 40%;
}

/* line 21, _sass/header.scss */
.header-container > .logo {
  height: 80px;
}

/* line 25, _sass/header.scss */
.header-container, .header-container-topic {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* line 30, _sass/header.scss */
.header-container-topic {
  background: none !important;
}

/* line 35, _sass/header.scss */
.header-headline {
  letter-spacing: -0.5pt;
  font-family: "Notosans Condensed";
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  font-size: 2.5rem;
}

/* line 45, _sass/header.scss */
.header-headline-sub {
  font-family: "Notosans Condensedlight";
  font-weight: 300;
  line-height: 30px;
  text-align: center;
}

/* line 52, _sass/header.scss */
.logo {
  height: 120px;
}

/* line 56, _sass/header.scss */
.header-text-container a .logo {
  height: 72px;
}

/* line 61, _sass/header.scss */
.header-sub {
  padding-top: 4rem;
}

/* line 65, _sass/header.scss */
.header-sub > p {
  font-size: 18px;
  font-style: normal;
  line-height: 25px;
}

/* line 71, _sass/header.scss */
.header {
  font-family: "Notosans Condensed";
  text-align: left;
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
}

/* line 79, _sass/header.scss */
.header-topic {
  font-family: "Notosans Condensed";
  text-align: left;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 30px;
}

/* line 87, _sass/header.scss */
.subtext {
  font-family: "Notosans Condensed";
  font-size: 18px;
  text-align: left;
  font-weight: 300;
}

/* line 94, _sass/header.scss */
.overlay > .text > .subtext {
  height: 55dvh;
  overflow-y: auto;
}

/* line 99, _sass/header.scss */
.overlay > .text > .subtext::-webkit-scrollbar {
  display: none;
}

/* line 103, _sass/header.scss */
.header-theme {
  color: #845EE5;
  margin: 0;
  text-transform: uppercase;
  opacity: 0;
  transition: 200ms ease-in-out;
}

/* line 111, _sass/header.scss */
.header-theme.active {
  opacity: 1;
}

/* line 116, _sass/header.scss */
.header-headline-small {
  -webkit-text-fill-color: black;
  font-family: "Notosans Condensed";
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  font-size: 24px;
}

/* line 125, _sass/header.scss */
.header-headline-sub-small {
  -webkit-text-fill-color: black;
  font-family: "Acumin Pro ExtraCondensed";
  font-weight: 300;
  letter-spacing: 0em;
  text-align: center;
  font-size: 18px;
  line-height: 14px;
}

/* line 137, _sass/header.scss */
.header-sub-big {
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  font-family: "Notosans Condensed";
}

/* line 144, _sass/header.scss */
.header-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(#ff5200, #6e00ff), radial-gradient(#ff00d4, #6813f1);
  filter: contrast(1.5) saturate(1.5);
}

/* line 151, _sass/header.scss */
.header-top-row {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  top: 0;
  position: absolute;
  width: 100%;
  justify-content: space-between;
  max-width: 1000px;
  top: 0;
  z-index: 2;
  pointer-events: none;
}

/* line 166, _sass/header.scss */
.header-text-container {
  width: 100%;
  text-align: right;
  padding: 1.5rem;
  pointer-events: auto;
}

/* line 173, _sass/header.scss */
.back-button {
  margin: 1.5rem;
  background-color: #ffffff96;
  border-radius: 50px;
  height: 48px;
  width: 48px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-blend-mode: overlay, normal;
  box-shadow: 0px 0.856354px 5.13812px -0.214088px #0000001a, inset 0px 0.856354px 2.99724px #ffffff4d;
  backdrop-filter: blur(5.35221px);
  background-size: cover;
  z-index: 2;
  pointer-events: auto;
  position: fixed;
}

/* line 194, _sass/header.scss */
.back-button > .slider-arrow {
  position: absolute;
  transform: rotateZ(180deg) scale(0.8);
  transition: 400ms ease-in-out;
}

/* line 200, _sass/header.scss */
.slider-arrow.active {
  opacity: 0.8;
}

/* line 204, _sass/header.scss */
.back-button > .slider-arrow > .slider-vector-container > div {
  background-color: black;
}

/* line 208, _sass/header.scss */
.exit-cross {
  opacity: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  height: 18px;
  width: 18px;
  position: relative;
  transition: 400ms ease-in-out;
  pointer-events: none;
}

/* line 220, _sass/header.scss */
.exit-cross.active {
  opacity: 0.8;
}

/* line 224, _sass/header.scss */
.cross {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
}

/* line 232, _sass/header.scss */
.cross-1 {
  transform: rotate(45deg);
}

/* line 236, _sass/header.scss */
.cross-2 {
  transform: rotate(-45deg);
}

/* line 240, _sass/header.scss */
.thumb-img {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40%;
}

/* line 248, _sass/header.scss */
.thumb-img > p {
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
}

/* line 254, _sass/header.scss */
.thumb-img > .grid-image {
  height: 80px;
  filter: brightness(1.5) saturate(1.5);
}

/* line 1, _sass/slider.scss */
.slider-container {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
}

/* line 8, _sass/slider.scss */
.slider {
  box-shadow: 0px 0.8563535809516907px 5.138121604919434px -0.21408839523792267px #0000001A;
  box-shadow: 0px 0.8563535809516907px 2.99723744392395px 0px #FFFFFF4D inset;
  box-sizing: border-box;
  /* position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 38.46%; */
  width: 180px;
  height: 50px;
  background: url(), linear-gradient(353.78deg, rgba(255, 255, 255, 0.5) 40.6%, rgba(255, 255, 255, 0.2) 91.43%);
  background-blend-mode: overlay, normal;
  box-shadow: 0px 0.856354px 5.13812px -0.214088px rgba(0, 0, 0, 0.1), inset 0px 0.856354px 2.99724px rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5.35221px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 200px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

/* line 35, _sass/slider.scss */
.slider-arrow-container {
  display: inline-flex;
  display: -webkit-inline-flex;
  width: 100%;
  height: 100%;
  justify-content: space-evenly;
}

/* line 43, _sass/slider.scss */
.slider-arrow {
  opacity: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  margin-right: 0.2rem;
  pointer-events: none;
}

/* line 52, _sass/slider.scss */
.slider-vector-container {
  position: relative;
  height: 44px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 60, _sass/slider.scss */
.vector-1 {
  height: 2px;
  width: 16px;
  border-radius: 10px;
  position: absolute;
  background-color: white;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -5px;
}

/* line 72, _sass/slider.scss */
.vector-2 {
  position: absolute;
  height: 12px;
  width: 2px;
  border-radius: 10px;
  background-color: white;
  transform-origin: right;
  transform: rotateZ(135deg);
  top: 13px;
}

/* line 83, _sass/slider.scss */
.vector-3 {
  position: absolute;
  height: 12px;
  width: 2px;
  background-color: white;
  border-radius: 10px;
  transform-origin: right;
  transform: rotateZ(225deg);
  bottom: 13px;
}

/* line 94, _sass/slider.scss */
.slider-handle {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(0deg, #8055DD, #8055DD), linear-gradient(151.48deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.02) 47.07%);
  height: 44px;
  width: 44px;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  position: absolute;
  box-shadow: 0px 0px 0px 1px #0000000d;
  border-radius: 200px;
  margin: 0rem 0.1rem;
  z-index: 1;
  cursor: pointer;
  position: relative;
}

/* line 110, _sass/slider.scss */
.slider-sub-text {
  font-family: "Notosans Condensedlight" !important;
  font-size: 18px;
  text-align: center;
  margin: 8px;
}

/* line 1, _sass/grid.scss */
.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  position: relative;
  z-index: 1;
}

/* line 9, _sass/grid.scss */
.grid-item {
  background-color: #ffffffb3;
  border-radius: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 44vw;
  height: 32vw;
  margin: 1.5vw;
  align-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  flex-direction: column;
  mix-blend-mode: screen;
  box-shadow: 2px -2px 5px 0px #6c11a458, -2px -2px 5px 0px #82208552, -2px 2px 5px 0px #ac237e53, 2px 2px 5px 0px #e15a1b4e;
}

/* line 46, _sass/grid.scss */
.grid-text {
  color: black;
  font-family: "Notosans Condensed";
  font-weight: 500;
  padding: 0vw 2vw;
  word-break: break-all;
  margin: 1vw;
  pointer-events: none;
}

/* line 56, _sass/grid.scss */
.grid-image {
  height: 45%;
  pointer-events: none;
}

/****************************

 *   BACKGROUND ANIMATION   *

 ****************************/
/* line 20, _sass/animation.scss */
.background-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  background-color: #f7f7f7;
}

/* line 29, _sass/animation.scss */
.brick {
  position: absolute;
  left: var(--brick-left-offset);
  bottom: -25%;
  display: block;
  width: var(--brick-radius);
  height: var(--brick-radius);
  opacity: 1;
  animation: float-up var(--brick-float-duration) var(--brick-float-delay) ease-in infinite, fade-in-out;
}

/* line 41, _sass/animation.scss */
.brick::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat, linear-gradient(#843ff3, #ffa0134d), radial-gradient(#ff26da, #eb7622);
  filter: opacity(0.2) blur(4px);
  border-radius: inherit;
  animation: var(--brick-sway-type) var(--brick-sway-duration) var(--brick-sway-delay) ease-in-out alternate infinite;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(0) {
  --brick-left-offset: 100vw;
  --brick-radius: 8vw;
  --brick-float-duration: 46s;
  --brick-sway-duration: 5s;
  --brick-float-delay: -21s;
  --brick-sway-delay: -22s;
  --brick-sway-type: sway-right-to-left;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(1) {
  --brick-left-offset: 93vw;
  --brick-radius: 2vw;
  --brick-float-duration: 50s;
  --brick-sway-duration: 6s;
  --brick-float-delay: -20s;
  --brick-sway-delay: -23s;
  --brick-sway-type: sway-right-to-left;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(2) {
  --brick-left-offset: 60vw;
  --brick-radius: 6vw;
  --brick-float-duration: 57s;
  --brick-sway-duration: 5s;
  --brick-float-delay: -22s;
  --brick-sway-delay: -23s;
  --brick-sway-type: sway-left-to-right;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(3) {
  --brick-left-offset: 30vw;
  --brick-radius: 10vw;
  --brick-float-duration: 39s;
  --brick-sway-duration: 6s;
  --brick-float-delay: -20s;
  --brick-sway-delay: -20s;
  --brick-sway-type: sway-left-to-right;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(4) {
  --brick-left-offset: 82vw;
  --brick-radius: 5vw;
  --brick-float-duration: 55s;
  --brick-sway-duration: 5s;
  --brick-float-delay: -23s;
  --brick-sway-delay: -29s;
  --brick-sway-type: sway-right-to-left;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(5) {
  --brick-left-offset: 91vw;
  --brick-radius: 8vw;
  --brick-float-duration: 33s;
  --brick-sway-duration: 6s;
  --brick-float-delay: -24s;
  --brick-sway-delay: -22s;
  --brick-sway-type: sway-right-to-left;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(6) {
  --brick-left-offset: 29vw;
  --brick-radius: 7vw;
  --brick-float-duration: 57s;
  --brick-sway-duration: 5s;
  --brick-float-delay: -27s;
  --brick-sway-delay: -28s;
  --brick-sway-type: sway-right-to-left;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(7) {
  --brick-left-offset: 2vw;
  --brick-radius: 1vw;
  --brick-float-duration: 51s;
  --brick-sway-duration: 6s;
  --brick-float-delay: -23s;
  --brick-sway-delay: -27s;
  --brick-sway-type: sway-right-to-left;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(8) {
  --brick-left-offset: 80vw;
  --brick-radius: 7vw;
  --brick-float-duration: 42s;
  --brick-sway-duration: 5s;
  --brick-float-delay: -24s;
  --brick-sway-delay: -25s;
  --brick-sway-type: sway-left-to-right;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(9) {
  --brick-left-offset: 31vw;
  --brick-radius: 4vw;
  --brick-float-duration: 31s;
  --brick-sway-duration: 5s;
  --brick-float-delay: -21s;
  --brick-sway-delay: -26s;
  --brick-sway-type: sway-right-to-left;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(10) {
  --brick-left-offset: 29vw;
  --brick-radius: 7vw;
  --brick-float-duration: 36s;
  --brick-sway-duration: 5s;
  --brick-float-delay: -29s;
  --brick-sway-delay: -29s;
  --brick-sway-type: sway-left-to-right;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(11) {
  --brick-left-offset: 68vw;
  --brick-radius: 6vw;
  --brick-float-duration: 30s;
  --brick-sway-duration: 5s;
  --brick-float-delay: -20s;
  --brick-sway-delay: -29s;
  --brick-sway-type: sway-left-to-right;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(12) {
  --brick-left-offset: 17vw;
  --brick-radius: 7vw;
  --brick-float-duration: 46s;
  --brick-sway-duration: 6s;
  --brick-float-delay: -30s;
  --brick-sway-delay: -26s;
  --brick-sway-type: sway-right-to-left;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(13) {
  --brick-left-offset: 93vw;
  --brick-radius: 10vw;
  --brick-float-duration: 50s;
  --brick-sway-duration: 6s;
  --brick-float-delay: -25s;
  --brick-sway-delay: -23s;
  --brick-sway-type: sway-right-to-left;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(14) {
  --brick-left-offset: 71vw;
  --brick-radius: 8vw;
  --brick-float-duration: 59s;
  --brick-sway-duration: 5s;
  --brick-float-delay: -27s;
  --brick-sway-delay: -30s;
  --brick-sway-type: sway-left-to-right;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(15) {
  --brick-left-offset: 35vw;
  --brick-radius: 2vw;
  --brick-float-duration: 48s;
  --brick-sway-duration: 6s;
  --brick-float-delay: -24s;
  --brick-sway-delay: -24s;
  --brick-sway-type: sway-right-to-left;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(16) {
  --brick-left-offset: 34vw;
  --brick-radius: 5vw;
  --brick-float-duration: 51s;
  --brick-sway-duration: 4s;
  --brick-float-delay: -22s;
  --brick-sway-delay: -27s;
  --brick-sway-type: sway-right-to-left;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(17) {
  --brick-left-offset: 67vw;
  --brick-radius: 2vw;
  --brick-float-duration: 36s;
  --brick-sway-duration: 4s;
  --brick-float-delay: -21s;
  --brick-sway-delay: -23s;
  --brick-sway-type: sway-left-to-right;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(18) {
  --brick-left-offset: 99vw;
  --brick-radius: 5vw;
  --brick-float-duration: 49s;
  --brick-sway-duration: 6s;
  --brick-float-delay: -21s;
  --brick-sway-delay: -25s;
  --brick-sway-type: sway-left-to-right;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(19) {
  --brick-left-offset: 78vw;
  --brick-radius: 7vw;
  --brick-float-duration: 55s;
  --brick-sway-duration: 5s;
  --brick-float-delay: -22s;
  --brick-sway-delay: -29s;
  --brick-sway-type: sway-right-to-left;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(20) {
  --brick-left-offset: 56vw;
  --brick-radius: 5vw;
  --brick-float-duration: 43s;
  --brick-sway-duration: 6s;
  --brick-float-delay: -29s;
  --brick-sway-delay: -30s;
  --brick-sway-type: sway-left-to-right;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(21) {
  --brick-left-offset: 25vw;
  --brick-radius: 1vw;
  --brick-float-duration: 45s;
  --brick-sway-duration: 6s;
  --brick-float-delay: -30s;
  --brick-sway-delay: -27s;
  --brick-sway-type: sway-right-to-left;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(22) {
  --brick-left-offset: 21vw;
  --brick-radius: 9vw;
  --brick-float-duration: 58s;
  --brick-sway-duration: 4s;
  --brick-float-delay: -27s;
  --brick-sway-delay: -22s;
  --brick-sway-type: sway-right-to-left;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(23) {
  --brick-left-offset: 77vw;
  --brick-radius: 1vw;
  --brick-float-duration: 54s;
  --brick-sway-duration: 6s;
  --brick-float-delay: -28s;
  --brick-sway-delay: -30s;
  --brick-sway-type: sway-right-to-left;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(24) {
  --brick-left-offset: 30vw;
  --brick-radius: 6vw;
  --brick-float-duration: 33s;
  --brick-sway-duration: 5s;
  --brick-float-delay: -27s;
  --brick-sway-delay: -22s;
  --brick-sway-type: sway-right-to-left;
}

/* line 55, _sass/animation.scss */
.brick:nth-child(25) {
  --brick-left-offset: 86vw;
  --brick-radius: 7vw;
  --brick-float-duration: 50s;
  --brick-sway-duration: 5s;
  --brick-float-delay: -25s;
  --brick-sway-delay: -28s;
  --brick-sway-type: sway-left-to-right;
}

@keyframes float-up {
  to {
    transform: translateY(-175vh);
  }
}

@keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sway-left-to-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes sway-right-to-left {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

/****************************

 *         HEADER           *

 ****************************/
/* line 114, _sass/animation.scss */
.background-image {
  animation: spinning 8s ease-in-out infinite alternate;
  transition: 200ms;
  opacity: 1;
  background-size: 100% auto;
}

/* line 122, _sass/animation.scss */
.background-container::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  animation: breath 12s ease-in-out infinite alternate;
  opacity: .2;
  mix-blend-mode: hard-light;
}

/* line 134, _sass/animation.scss */
:root {
  --opacity: 0;
}

/* line 138, _sass/animation.scss */
.slider-container::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 15%;
  background-image: linear-gradient(to right, #eb7622, #fee400);
  background-blend-mode: multiply;
  filter: blur(50px);
  bottom: 25%;
  opacity: var(--opacity);
  max-width: calc(0.9*var(--max-width));
}

@keyframes spinning {
  0% {
    background-size: 150% 200%;
    background-position: center;
    -webkit-background-size: 150% 200%;
    -webkit-background-position: center;
  }
  25% {
    background-size: 170% 200%;
    background-position: 50% 50%;
    -webkit-background-size: 170% 200%;
    -webkit-background-position: 50% 50%;
  }
  50% {
    background-size: 150% 150%;
    background-position: 0% 50%;
    -webkit-background-size: 150% 150%;
    -webkit-background-position: 0% 50%;
  }
  100% {
    background-size: 150% 200%;
    background-position: center;
    -webkit-background-size: 150% 200%;
    -webkit-background-position: center;
  }
}

@keyframes breath {
  from {
    background-color: #4800ff;
  }
  to {
    background-color: #ff9500;
  }
}

@keyframes slide {
  0% {
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-position: 0% 0%;
    -webkit-background-position: 0% 0%;
  }
  100% {
    background-size: 200% 200%;
    background-position: 100% 100%;
    -webkit-background-size: 200% 200%;
    -webkit-background-position: 100% 100%;
    opacity: 1;
  }
}

/* line 224, _sass/animation.scss */
.header-fade-in {
  opacity: 0;
  animation: fade-in 2s ease-in;
  animation-fill-mode: forwards;
  animation-delay: 1600ms;
}

/* line 231, _sass/animation.scss */
.blur-out {
  animation: blur-out 2s ease-in;
  animation-fill-mode: forwards;
  animation-delay: 1600ms;
}

@keyframes blur-out {
  100% {
    filter: blur(2px);
  }
  0% {
    filter: blur(0px);
  }
}

@keyframes fade-out {
  100% {
    opacity: 0.7;
  }
  0% {
    opacity: 0;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 265, _sass/animation.scss */
.swipe-icon {
  animation: swipe 2s ease-in-out alternate infinite;
  transform: translate(10px, 8px);
}

@keyframes swipe {
  0% {
    transform: translateX(-10px, 8px);
  }
  100% {
    transform: translate(20px, 8px);
  }
}

/* line 279, _sass/animation.scss */
.display-none {
  animation: display-none 1s linear;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

@keyframes display-none {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 294, _sass/animation.scss */
.bottom-slide-up {
  animation: bottom-slide-up 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes bottom-slide-up {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

/****************************

 *    Page Transition       *

 ****************************/
/* line 322, _sass/animation.scss */
.fade-in-transition {
  animation: page-fade-in 0.5s ease-in-out;
  animation-delay: 100ms;
  animation-fill-mode: forwards;
  opacity: 0;
}

/* line 329, _sass/animation.scss */
.fade-out-transition {
  animation: page-fade-out 0.5s ease-in-out;
}

/* line 334, _sass/animation.scss */
.page-slide-in {
  animation: page-slide-in 0.5s ease-in-out;
}

/* line 338, _sass/animation.scss */
.page-slide-out {
  animation: page-slide-out 0.5s ease-in-out;
}

/* line 342, _sass/animation.scss */
.top-slide-up {
  animation: slide-up 0.8s ease-out;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

/* line 348, _sass/animation.scss */
.top-slide-up-25 {
  transform: translateY(100vh);
  animation: slide-up-25 0.8s ease-out;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

/* line 356, _sass/animation.scss */
.no-scroll {
  height: 100%;
  overflow: hidden;
  position: relative;
}

@keyframes page-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes page-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes page-slide-in {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0vw);
  }
}

@keyframes page-slide-out {
  0% {
    transform: translateX(0vw);
  }
  100% {
    transform: translateX(100vw);
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(100vh);
  }
  100% {
    transform: translateY(0vh);
  }
}

@keyframes slide-up-25 {
  0% {
    transform: translateY(100vh);
  }
  100% {
    transform: translateY(0vh);
  }
}

/* line 1, _sass/fx.scss */
.grid-item:hover {
  background-color: #e9dbff;
}

/* line 5, _sass/fx.scss */
.grid-item:active {
  background-color: #e9dbff;
}

/**  HAND-SWIPE   **/
/* line 11, _sass/fx.scss */
.swipe-icon-container {
  display: flex;
  display: -webkit-flex;
  bottom: 7%;
  position: fixed;
  width: -webkit-fill-available;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}

/* line 22, _sass/fx.scss */
.swipe-icon-container > img {
  filter: brightness(0.8);
}

/* line 26, _sass/fx.scss */
.swipe-arrow {
  position: absolute;
}

/* line 30, _sass/fx.scss */
.swipe-icon {
  transform: translate(0px, 8px);
}

/* line 1, _sass/overlay.scss */
.webviewer-container {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: fixed;
  max-width: 1000px;
}

/* NEEDLE */
/* line 10, _sass/overlay.scss */
needle-engine {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  max-width: 1000px;
}

/* line 20, _sass/overlay.scss */
.overlay-container {
  z-index: 1;
  width: 100%;
  bottom: 0;
  position: fixed;
  transform: translateY(100vh);
  transition: transform 0.5s ease-in-out;
  height: 100vh;
  -webkit-mask-position: bottom;
  -webkit-mask-size: 100% 100%;
  max-width: 1000px;
}

/* line 34, _sass/overlay.scss */
.overlay-container.swipe-up {
  transform: translateY(0vh) !important;
}

/* line 38, _sass/overlay.scss */
.overlay-container.swipe-down {
  transform: translateY(100vh) !important;
}

/* line 42, _sass/overlay.scss */
.overlay {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  height: 100vh;
  backdrop-filter: blur(2px);
}

/* line 54, _sass/overlay.scss */
.overlay > .text {
  transition: transform 0.5s ease-in-out;
}

/* line 58, _sass/overlay.scss */
#bottom-blur {
  height: 10%;
  width: 100%;
  position: fixed;
  bottom: 0;
  -webkit-backdrop-blur: 10px;
  z-index: 2;
  background-image: linear-gradient(to top, #ffffff91, transparent);
  transition: 500ms ease-in-out;
  opacity: 0;
  max-width: 1000px;
  pointer-events: none;
}

/* line 73, _sass/overlay.scss */
.bullet-points {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  position: fixed;
  bottom: 15%;
}

/* line 82, _sass/overlay.scss */
.bullet-point {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #0a0a0a8c;
  margin: 1vw;
  box-shadow: #00000059 0px 5px 15px;
}

/* line 91, _sass/overlay.scss */
.bullet-point.active {
  background-color: #0a0a0adb;
}

/* line 95, _sass/overlay.scss */
.slide-up-handle {
  width: 120px;
  height: 6px;
  position: fixed;
  background-color: #ffffff80;
  border-radius: 22px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 2vw;
  z-index: 2;
}

/********LIVEDATEN*********/
/* line 111, _sass/overlay.scss */
#live-daten {
  display: none;
  position: fixed;
  bottom: 16px;
  z-index: 3;
  overflow-x: scroll;
  scrollbar-width: none;
  width: 100%;
  max-width: 1000px;
  cursor: pointer;
}

/* line 124, _sass/overlay.scss */
#live-daten::-webkit-scrollbar {
  display: none;
}

/* line 128, _sass/overlay.scss */
.ld-item {
  background: linear-gradient(353.78deg, #ffffffbf 40.6%, #ffffff73 91.43%);
  background-blend-mode: overlay, normal;
  backdrop-filter: blur(10px);
  border-radius: 20px;
  height: 20%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex: none;
  margin: 0.5vw;
  padding: 1vw;
  max-width: 75vw;
  box-shadow: 0px 2px 10px #41108d40;
}

/* line 146, _sass/overlay.scss */
.ld-img-container {
  height: 64px;
  width: 64px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 2;
}

/* line 157, _sass/overlay.scss */
.ld-bg {
  position: absolute;
  height: 60%;
  aspect-ratio: 1/1;
  background: no-repeat, linear-gradient(#843ff3, #ffa0134d), radial-gradient(#ff26da, #eb7622);
  mix-blend-mode: normal;
  opacity: 0.8;
  border-radius: 50%;
  filter: blur(5px);
}

/* line 168, _sass/overlay.scss */
.ld-bg-tranparent {
  position: absolute;
  height: 80%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0.6;
  backdrop-filter: blur(2px);
  box-shadow: 0px 0.856354px 5.13812px -0.214088px rgba(0, 0, 0, 0.1), inset 0px 0.856354px 2.99724px rgba(255, 255, 255, 0.3);
}

/* line 179, _sass/overlay.scss */
.ld-live-dot {
  position: absolute;
  height: 10px;
  width: 10px;
  top: 3px;
  right: 3px;
  border-radius: 50%;
  background: #ff0d00;
  box-shadow: 0px 0px 4.8px rgba(201, 0, 0, 0.6);
}

/* line 190, _sass/overlay.scss */
.ld-number {
  font-size: 24px;
  color: white;
  word-wrap: anywhere;
  z-index: 1;
  text-align: center;
}

/* line 198, _sass/overlay.scss */
.ld-text {
  margin: 1vw;
  flex: 5;
}

/* line 203, _sass/overlay.scss */
.ld-header {
  font-size: 18px;
}

/* line 207, _sass/overlay.scss */
.ld-subtext {
  font-size: 0.7rem;
}

/*# sourceMappingURL=main.css.map */