.loading[data-v-9c25df0c] {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55vh;
}
.loader[data-v-9c25df0c] {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 8px solid transparent;
  border-top: 8px solid white;
  animation: spin-9c25df0c 1s linear infinite;
}
.smallLoading[data-v-9c25df0c] {
  display: inline-block;
  position: relative;
}
.smallLoader[data-v-9c25df0c] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top: 4px solid white;
  animation: spin-9c25df0c 1s linear infinite;
}
@keyframes spin-9c25df0c {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}p[data-v-46f30bc9] {
  margin: 0;
  padding: 0;
}
.three-dot-status[data-v-46f30bc9] {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 1em;
  font-size: 0.9em;
}
.three-dot-status .status-icon[data-v-46f30bc9] {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  align-items: center;
  background: rgba(187, 185, 215, 0.3490196078);
  backdrop-filter: blur(5px);
  position: relative;
  padding: 0.5em 1em;
  border-radius: 20px;
}
.three-dot-status .status-icon strong[data-v-46f30bc9] {
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
.three-dot-status .status-icon strong[data-v-46f30bc9] {
    margin-right: 0;
}
}
.three-dot-status .status-icon p[data-v-46f30bc9] {
  display: none;
}
@media screen and (min-width: 768px) {
.three-dot-status .status-icon p[data-v-46f30bc9] {
    display: initial;
}
}
.three-dot-status .status-icon span[data-v-46f30bc9] {
  height: 16px;
  width: 16px;
  border-radius: 50%;
}
.three-dot-status .status-icon span.status-red[data-v-46f30bc9] {
  background-color: #c60b16;
}
.three-dot-status .status-icon span.status-yellow[data-v-46f30bc9] {
  background-color: #dfe305;
}
.three-dot-status .status-icon span.status-green[data-v-46f30bc9] {
  background-color: #68c60b;
}
.creago-gauge {
  /* transition: 1000ms ease-in-out; */
  /* animation-delay: 500ms; */
  animation-duration: 2000ms;
  animation-name: gauge-animation;
}
@keyframes gauge-animation {
0% {
    stroke-dashoffset: var(--gauge-circumference);
    opacity: 0;
}
100% {
    stroke-dashoffset: var(--gauge-stroke-offset);
    opacity: 100;
}
}
p[data-v-344b55db] {
  margin: 0;
  padding: 0;
}
.status[data-v-344b55db] {
  width: 100%;
  background-color: rgba(186, 187, 220, 0.0705882353);
  border-radius: 40px;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 1em 2em;
  justify-self: center;
}
@media screen and (min-width: 768px) {
.status[data-v-344b55db] {
    width: 450px;
}
}
.status .header[data-v-344b55db] {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 1em;
}
.status .summary[data-v-344b55db] {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
.status .summary .label[data-v-344b55db] {
  color: rgba(217, 217, 217, 0.6);
}
.status .summary strong[data-v-344b55db] {
  color: #dfe305;
}
.status .status-bars[data-v-344b55db] {
  height: 180px;
  margin: 0;
  scale: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
.status .status-bars[data-v-344b55db] {
    scale: 100%;
}
}
.status .status-bars .status-bar[data-v-344b55db] {
  position: absolute;
}.container-wrapper[data-v-d95fa3f7] {
  margin: 0 auto;
  margin-bottom: 30px;
}
.container-wrapper.full[data-v-d95fa3f7] {
  width: 100%;
}
.container-wrapper.large[data-v-d95fa3f7] {
  width: 100%;
}
@media screen and (min-width: 768px) {
.container-wrapper.large[data-v-d95fa3f7] {
    width: 90%;
}
}
.container-wrapper.normal[data-v-d95fa3f7] {
  max-width: 1150px;
}
.container-wrapper.medium[data-v-d95fa3f7] {
  width: 85%;
}button[data-v-21890e68] {
  all: unset;
}
.btn[data-v-21890e68] {
  padding: 0.7em 1.7em;
  border-radius: 35px;
  background: #3d3d56;
  color: #828ba3;
  text-align: center;
  font-size: 1.1em;
  cursor: pointer;
  transition: all 0.1s;
  font-weight: 600;
}
.btn .button-content[data-v-21890e68] {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
}
.btn.wide[data-v-21890e68] {
  width: 100%;
}
.btn.shadow[data-v-21890e68] {
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
}
.btn[data-v-21890e68]:hover {
  transition: all 0.1s;
}
.btn.small[data-v-21890e68] {
  font-size: 0.8em;
  padding: 0.8em 1.2em;
}
.btn.round[data-v-21890e68] {
  padding: 0.5em;
  border-radius: 50px;
}
.btn.primary[data-v-21890e68] {
  color: #dfe305;
  background: linear-gradient(90deg, rgba(223, 227, 5, 0.3) 0%, rgba(126, 133, 167, 0.3) 100%);
}
.btn.primary.solid[data-v-21890e68] {
  background: linear-gradient(90deg, rgb(223, 227, 5) 0%, rgb(126, 133, 167) 100%);
}
.btn.primary[data-v-21890e68]:hover {
  color: #343755;
  background: linear-gradient(90deg, #dfe305 0%, #7e85a7 100%);
}
.btn.primary[data-v-21890e68]:disabled {
  background: #3d3d56;
  color: #828ba3;
  cursor: not-allowed;
}
.btn.secondary[data-v-21890e68] {
  background: rgba(201, 202, 211, 0.0666666667);
  color: #d9d9d9;
}
.btn.secondary[data-v-21890e68]:hover {
  background: rgba(201, 202, 211, 0.6);
}
.btn.secondary[data-v-21890e68]:disabled {
  background: #3d3d56;
  color: #828ba3;
  cursor: not-allowed;
}
.btn.opaque[data-v-21890e68] {
  background: rgba(201, 202, 211, 0.6666666667);
  color: #d9d9d9;
}
.btn.opaque.inverse[data-v-21890e68] {
  color: rgba(130, 139, 163, 0.3333333333);
  background: rgba(217, 217, 217, 0.8);
}
.btn.opaque[data-v-21890e68]:hover {
  background: rgba(201, 202, 211, 0.6);
}
.btn.transparent[data-v-21890e68] {
  color: #fff;
  background: transparent;
}
.btn.transparent[data-v-21890e68]:hover {
  background: rgba(201, 202, 211, 0.6);
}
.btn .icon[data-v-21890e68] {
  height: 1em;
}p[data-v-781806d2] {
  margin: 0;
  padding: 0;
}
.recent-updates[data-v-781806d2] {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 40px;
  background: linear-gradient(90deg, rgba(126, 133, 167, 0.1) 0%, rgba(245, 247, 131, 0.1) 100%);
  backdrop-filter: blur(5px);
  padding: 0.5em 2em 2em 2em;
}
@media screen and (min-width: 768px) {
.recent-updates[data-v-781806d2] {
    padding: 0.5em 4em 3em 4em;
}
}
.recent-updates h2[data-v-781806d2] {
  text-align: center;
}
.recent-updates .update-list[data-v-781806d2] {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  gap: 1em;
}
@media (min-width: 768px) {
.recent-updates .update-list[data-v-781806d2] {
    gap: 2em;
    flex-direction: row;
}
}
.recent-updates .update-list .update-item[data-v-781806d2] {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 1em;
  box-sizing: border-box;
  width: inherit;
  border-radius: 6px;
  background: rgba(157, 157, 191, 0.15);
  backdrop-filter: blur(4px);
  width: 100%;
  padding: 1em 1em 1em 1.5em;
  cursor: pointer;
  transition: 0.1s all;
}
.recent-updates .update-list .update-item.empty-update-item[data-v-781806d2] {
  line-height: 2em;
  justify-content: center;
  align-items: center;
}
.recent-updates .update-list .update-item.empty-update-item[data-v-781806d2]:hover {
  transition: none;
  background: unset;
  cursor: not-allowed;
}
@media (min-width: 768px) {
.recent-updates .update-list .update-item[data-v-781806d2] {
    width: 100%;
}
}
.recent-updates .update-list .update-item[data-v-781806d2]:hover {
  transition: 0.1s all;
  background: rgba(157, 157, 191, 0.25);
}.search-input[data-v-ceec16eb] {
  border-radius: 25px;
  border: none;
  margin-bottom: 0;
  display: block;
  padding: 9px 4px 9px 40px;
  background: #333545 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'  viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z' fill='%23555' %3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}
.search-input[data-v-ceec16eb]:active, .search-input[data-v-ceec16eb]:focus {
  color: white;
}
.search-input[data-v-ceec16eb]::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #aaa;
  opacity: 1; /* Firefox */
}
.search-input[data-v-ceec16eb]::placeholder {
  /* Edge 12 -18 */
  color: #aaa;
  opacity: 1; /* Firefox */
}p[data-v-26e7a416] {
  margin: 0;
  padding: 0;
}
.buildings[data-v-26e7a416] {
  width: 100%;
  text-align: center;
}
.buildings h2[data-v-26e7a416] {
  font-weight: normal;
}
.buildings .filter[data-v-26e7a416] {
  max-width: 350px;
  text-align: center;
  margin: 2em auto;
}
.buildings .building-list[data-v-26e7a416] {
  color: #fff;
  justify-content: space-between;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  gap: 1em;
}
@media only screen and (min-width: 1000px) {
.buildings .building-list[data-v-26e7a416] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75em;
}
}
.buildings .building-list .project-card[data-v-26e7a416] {
  display: flex;
  aspect-ratio: 1/1;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.buildings .building-list .project-card.empty-project-card[data-v-26e7a416] {
  background-color: rgba(90, 102, 132, 0.1490196078);
}
.buildings .building-list .project-card .background[data-v-26e7a416] {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-blend-mode: color;
  filter: brightness(0.6) contrast(0.6) saturate(1.5);
  overflow: hidden;
  border-radius: 5px;
}
.buildings .building-list .project-card .project-summary[data-v-26e7a416] {
  transition: all 0.1s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5em;
}
.buildings .building-list .project-card .project-summary .project-name[data-v-26e7a416] {
  color: #dfe305;
  font-size: 1.3em;
  font-weight: 500;
}
.buildings .building-list .project-card .project-reports[data-v-26e7a416] {
  display: none;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  margin-top: 2em;
}
.buildings .building-list .project-card .project-reports .project-reports-details[data-v-26e7a416] {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.5em;
  width: 50%;
  margin: 1em auto 0 auto;
}
.buildings .building-list .project-card .project-reports .project-reports-header[data-v-26e7a416] {
  text-align: center;
  font-weight: 700;
}
.buildings .building-list .project-card:hover .background[data-v-26e7a416]::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: hard-light;
  background-color: #8b8d32;
  mix-blend-mode: hue;
  background-color: rgb(139, 141, 50);
  backdrop-filter: blur(2px) brightness(1) saturate(1.5);
}
.buildings .building-list .project-card:hover .project-reports[data-v-26e7a416] {
  display: block;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.buildings .building-list .project-card:hover .project-summary[data-v-26e7a416] {
  transition: all 0.1s ease-in-out;
  transform: translateY(-1em);
}
.buildings .building-list .project-card .project-reports p[data-v-26e7a416],
.buildings .building-list .project-card .project-reports div[data-v-26e7a416] {
  margin-bottom: 0.2em;
}:root {
  --vc-clr-primary: #000;
  --vc-clr-secondary: #090f207f;
  --vc-clr-white: #ffffff;
}

.carousel__slide {
  flex-shrink: 0;
  margin: 0;

  display: flex;
  justify-content: center;
  align-items: center;

  /* Fix iOS scrolling #22 */
  transform: translateZ(0);
}

.carousel {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  touch-action: pan-y;
  overscroll-behavior: none;
}

.carousel.is-dragging {
  touch-action: none;
}

.carousel * {
  box-sizing: border-box;
}

.carousel__track {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  transition: transform ease-out;
  height: var(--vc-trk-height, auto);
}

.carousel__viewport {
  overflow: hidden;
}

.carousel__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.carousel.is-ttb {
  .carousel__track {
    flex-direction: column;
  }
}

.carousel.is-btt {
  .carousel__track {
    flex-direction: column-reverse;
  }
}

:root {
  --vc-icn-width: 1.2em;
}

.carousel__icon {
  width: var(--vc-icn-width);
  height: var(--vc-icn-width);
  fill: currentColor;
}

:root {
  --vc-nav-width: 30px;
  --vc-nav-height: 30px;
  --vc-nav-border-radius: 0;
  --vc-nav-color: var(--vc-clr-primary);
  --vc-nav-color-hover: var(--vc-clr-secondary);
  --vc-nav-background: transparent;
}

.carousel__prev,
.carousel__next {
  box-sizing: content-box;
  background: var(--vc-nav-background);
  border-radius: var(--vc-nav-border-radius);
  width: var(--vc-nav-width);
  height: var(--vc-nav-height);
  text-align: center;
  font-size: var(--vc-nav-height);
  padding: 0;
  color: var(--vc-nav-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border: 0;
  cursor: pointer;
  margin: 0 10px;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__next--disabled,
.carousel__prev--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.carousel__prev {
  left: 0;
}

.carousel__next {
  right: 0;
}

.carousel.is-rtl {
  .carousel__prev {
    left: auto;
    right: 0;
  }
  .carousel__next {
    right: auto;
    left: 0;
  }
}

.carousel.is-vertical {
  .carousel__prev,
  .carousel__next {
    left: auto;
    top: auto;
    right: 50%;
    transform: translate(50%);
    margin: 5px auto;
  }
}

.carousel.is-btt {
  .carousel__prev {
    bottom: 0;
  }
  .carousel__next {
    top: 0;
  }
}

.carousel.is-ttb {
  .carousel__prev {
    top: 0;
  }
  .carousel__next {
    bottom: 0;
  }
}

@media (hover: hover) {
  .carousel__prev:hover,
  .carousel__next:hover {
    color: var(--vc-nav-color-hover);
  }
}

:root {
  --vc-pgn-width: 16px;
  --vc-pgn-height: 4px;
  --vc-pgn-margin: 6px 5px;
  --vc-pgn-border-radius: 0;
  --vc-pgn-background-color: var(--vc-clr-secondary);
  --vc-pgn-active-color: var(--vc-clr-primary);
}

.carousel__pagination {
  display: flex;
  justify-content: center;
  list-style: none !important;
  line-height: 0;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.carousel__pagination-button {
  display: block;
  border: 0;
  margin: 0;
  cursor: pointer;
  padding: var(--vc-pgn-margin);
  background: transparent;
}

.carousel__pagination-button::after {
  display: block;
  content: '';
  width: var(--vc-pgn-width);
  height: var(--vc-pgn-height);
  border-radius: var(--vc-pgn-border-radius);
  background-color: var(--vc-pgn-background-color);
}

.carousel__pagination-button--active::after {
  background-color: var(--vc-pgn-active-color);
}

@media (hover: hover) {
  .carousel__pagination-button:hover::after {
    background-color: var(--vc-pgn-active-color);
  }
}


.carousel.is-vertical {
  .carousel__pagination {
    left: auto;
    right: 5px;
    bottom: 50%;
    transform: translateY(50%);
    flex-direction: column;
  }

  .carousel__pagination-button::after {
    height: var(--vc-pgn-width);
    width: var(--vc-pgn-height);
  }
}

.carousel {
  --vc-icn-width: 2em;
  --vc-icn-height: 2em;
}
.carousel .carousel__viewport {
  width: 90%;
  margin: 0 auto;
}
.carousel__icon {
  color: white;
}
p[data-v-2148b956] {
  margin: 0;
  padding: 0;
}
.current-issues[data-v-2148b956] {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  background-color: rgba(186, 187, 220, 0.1019607843);
  backdrop-filter: blur(5px) brightness(1.1);
  padding: 1em 0 2em 0;
}
@media screen and (min-width: 768px) {
.current-issues[data-v-2148b956] {
    padding: 1em 2em 2em 2em;
}
}
.current-issues h2[data-v-2148b956] {
  text-align: center;
  font-weight: normal;
}
.current-issues .empty-list[data-v-2148b956] {
  text-align: center;
  padding: 2em 0;
}
.current-issues .carousel-container .navigation-left[data-v-2148b956] {
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-43px) translateX(2em);
  z-index: 1;
  height: 4.5em;
}
@media screen and (min-width: 768px) {
.current-issues .carousel-container .navigation-left[data-v-2148b956] {
    top: 50%;
}
}
.current-issues .carousel-container .navigation-right[data-v-2148b956] {
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-43px) translateX(-2em) rotateZ(180deg);
  height: 86px;
  z-index: 1;
  height: 4.5em;
}
@media screen and (min-width: 768px) {
.current-issues .carousel-container .navigation-right[data-v-2148b956] {
    top: 50%;
}
}
.current-issues .carousel-container .building-card[data-v-2148b956] {
  box-sizing: border-box;
  display: flex;
  border-radius: 6px;
  height: 250px;
  width: 400px;
  transition: 0.1s all;
  border-radius: 25px;
}
.current-issues .carousel-container .building-card.empty-building-card[data-v-2148b956] {
  background-color: rgba(90, 102, 132, 0.1490196078);
  color: rgba(119, 118, 147, 0.6392156863);
}
.current-issues .carousel-container .building-card.empty-building-card .card-content[data-v-2148b956] {
  box-shadow: none;
  justify-content: center;
}
.current-issues .carousel-container .building-card.empty-building-card .card-content .card-background[data-v-2148b956]:after {
  content: none;
}
.current-issues .carousel-container .building-card .card-content[data-v-2148b956] {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  max-height: 250px;
}
.current-issues .carousel-container .building-card .card-content .card-background[data-v-2148b956] {
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
  width: 100%;
  filter: brightness(0.5) saturate(0.9);
  background-size: cover;
  background-position: center;
  background-blend-mode: color;
  z-index: -1;
  border-radius: 25px;
  max-height: 250px;
}
.current-issues .carousel-container .building-card .card-content .card-background[data-v-2148b956]:after {
  border-radius: 25px;
  content: "";
  position: absolute;
  inset: 0%;
  max-height: 250px;
}
.current-issues .carousel-container .building-card .card-content .top-row[data-v-2148b956] {
  display: flex;
  flex-flow: row nowrap;
  justify-content: end;
  padding: 1em;
}
.current-issues .carousel-container .building-card .card-content .middle-row p[data-v-2148b956] {
  font-size: 1.3em;
  color: #dfe305;
  font-weight: 500;
}
.current-issues .carousel-container .building-card .card-content .bottom-row[data-v-2148b956] {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 1em 2.5em;
}p[data-v-3fc37181] {
  margin: 0;
  padding: 0;
}
.projects-background[data-v-3fc37181] {
  width: 100%;
  height: 100%;
  background: url("/static/assets/background-DodxQPvI.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  z-index: -1;
}
.projects-background.content[data-v-3fc37181] {
  padding-bottom: 30px;
}
.homepage[data-v-3fc37181] {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 3em;
  padding-top: 0;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
.homepage[data-v-3fc37181] {
    padding-top: 50px;
    padding-bottom: 0;
}
}
.homepage.status-container[data-v-3fc37181] {
  display: flex;
  flex-flow: column nowrap;
  padding: 0 1em 50px 1em;
}
@media screen and (min-width: 768px) {
.homepage.status-container[data-v-3fc37181] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: unset;
}
}
.homepage.status-container .status-facts[data-v-3fc37181] {
  display: flex;
  flex-flow: column nowrap;
  gap: 2.5em;
  align-items: start;
}
.homepage.status-container .status-facts hr[data-v-3fc37181] {
  width: 70%;
  margin: 0;
}
.homepage.status-container .status-facts .facts-header[data-v-3fc37181] {
  font-size: 1.6em;
  font-weight: 300;
}
.homepage.status-container .status-facts .highlight[data-v-3fc37181] {
  color: #dfe305;
}
.homepage.buildings-container[data-v-3fc37181] {
  background-color: #252535;
  width: 100% !important;
  padding: 0 5%;
  margin: 2em 0;
}h1[data-v-e6c23ffb],
h2[data-v-e6c23ffb],
h3[data-v-e6c23ffb],
h4[data-v-e6c23ffb],
h5[data-v-e6c23ffb],
h6[data-v-e6c23ffb] {
  margin: 0;
  padding: 0;
}
.header-wrapper[data-v-e6c23ffb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  width: 100%;
  padding-bottom: 10px;
  height: 850px;
  position: fixed;
  top: -30px;
}
.header-wrapper[data-v-e6c23ffb]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-blend-mode: color;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(0deg, rgb(90, 102, 132) 0%, rgb(90, 102, 132) 100%), var(--63d86948);
  filter: contrast(0.6) brightness(0.7);
  z-index: 0;
}
.header-wrapper .back-navigation[data-v-e6c23ffb] {
  position: absolute;
  width: 98%;
  padding: 0 2em;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 768px) {
.header-wrapper .back-navigation[data-v-e6c23ffb] {
    display: flex;
}
}
.header-title-container[data-v-e6c23ffb] {
  position: fixed;
  z-index: 2;
  border-radius: 40px;
  backdrop-filter: blur(8px) brightness(1.2);
  top: 30vh;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
@media screen and (min-width: 768px) {
.header-title-container[data-v-e6c23ffb] {
    width: min-content;
}
}
.header-title-container.open[data-v-e6c23ffb] {
  z-index: 10;
}
.header-title-container .header-title[data-v-e6c23ffb] {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  color: #dfe305;
  font-weight: normal;
  padding: 0.55em;
}
@media screen and (min-width: 768px) {
.header-title-container .header-title[data-v-e6c23ffb] {
    min-width: 350px;
}
}
.header-title-container .header-title h1[data-v-e6c23ffb] {
  width: min-content;
}
@media screen and (min-width: 768px) {
.header-title-container .header-title h1[data-v-e6c23ffb] {
    width: max-content;
}
}
.header-title-container .header-title .icon[data-v-e6c23ffb] {
  height: 3.5em;
}
.header-title-container .header-title .icon.info-icon[data-v-e6c23ffb] {
  font-size: 2.5em;
  padding: 0;
  margin: 0;
  line-height: 1.5em;
}
.header-title-container .info-modal[data-v-e6c23ffb] {
  background-color: rgba(201, 202, 211, 0.2509803922);
  width: 100%;
  padding: 3em;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  border-radius: 0 0 40px 40px;
  z-index: 10;
  backdrop-filter: blur(8px) brightness(1);
}
.header-title-container label[data-v-e6c23ffb] {
  color: #dfe305;
}p[data-v-846cbe1c] {
  margin: 0;
  padding: 0;
}
.tab-container[data-v-846cbe1c] {
  width: 100%;
  position: relative;
  z-index: 2;
}
.tab-container .tab[data-v-846cbe1c] {
  padding: 5em 0;
  background: #252535;
  position: relative;
}
.tab-container .tab-selector[data-v-846cbe1c] {
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  gap: 2px;
  height: 3em;
  overflow-x: scroll;
  overflow-y: hidden;
  /* Chrome, Safari and Opera */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.tab-container .tab-selector[data-v-846cbe1c]::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
.tab-container .tab-selector[data-v-846cbe1c] {
    justify-content: center;
}
}
.tab-container .tab-selector .tab-item[data-v-846cbe1c] {
  transition: all 0.1s;
  cursor: pointer;
  background: #1b1b29;
  transition: all 0.2s;
  transform: translateY(0.5em);
  padding: 0.8em;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 768px) {
.tab-container .tab-selector .tab-item[data-v-846cbe1c] {
    padding: 0.8em 5em;
}
}
.tab-container .tab-selector .tab-item p[data-v-846cbe1c] {
  min-width: 120px;
  width: max-content;
  text-align: center;
}
.tab-container .tab-selector .tab-item[data-v-846cbe1c]:hover {
  transition: all 0.1s;
  background: #252535;
}
.tab-container .tab-selector .active-tab[data-v-846cbe1c] {
  background: #252535;
  color: #dfe305;
  height: 3em;
  transform: translateY(0);
  transition: all 0.2s;
}.project-details[data-v-947d47ee] {
  background: #252535;
  background-image: none;
  margin-top: -100px;
}
.project-details .loader-container[data-v-947d47ee] {
  min-height: 90vh;
  display: flex;
  align-items: center;
}
.project-details .tab-container-parent[data-v-947d47ee] {
  margin-top: 60vh;
}.container[data-v-ecad5a70] {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.container .fixed-background[data-v-ecad5a70] {
  height: 100vh;
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1;
  background: url("/static/assets/background-DodxQPvI.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.container .header[data-v-ecad5a70] {
  font-size: 2.1875rem;
  color: #fff;
}.button-container[data-v-2c524093] {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  border-radius: 28px;
  background-color: rgba(201, 202, 211, 0.2);
  padding: 0 1.9em;
}
.button-container .group-button[data-v-2c524093]:first-child {
  z-index: 10;
}p[data-v-23eba775] {
  margin: 0;
  padding: 0;
}
.profile[data-v-23eba775] {
  position: absolute;
  height: 100vh;
  right: 0;
  top: 0;
  background-color: color-mix(in srgb, #1d1d2c 95%, transparent);
  width: 85%;
  z-index: 100;
  box-shadow: -4px 4px 8px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px 0px 25px 25px;
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
.profile[data-v-23eba775] {
    width: 500px;
}
}
.profile input[data-v-23eba775] {
  font-size: 1em;
}
.profile .profile-actions[data-v-23eba775] {
  padding: 2em;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
}
.profile .profile-content[data-v-23eba775] {
  padding: 2em 2.5em;
}
@media screen and (min-width: 768px) {
.profile .profile-content[data-v-23eba775] {
    padding: 2em 4em;
}
}
.profile .profile-content .header[data-v-23eba775] {
  text-align: center;
  padding-bottom: 2em;
}
.profile .profile-content .profile-values[data-v-23eba775] {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
  gap: 1em;
}p[data-v-2db2ad11] {
  margin: 0;
  padding: 0;
}
.navbar-container[data-v-2db2ad11] {
  z-index: 100;
  position: fixed;
  top: 0.5em;
  transition: top 0.2s;
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
.navbar-container[data-v-2db2ad11] {
    font-size: 1em;
}
}
.navbar-container.hidden[data-v-2db2ad11] {
  top: -80px;
  transition: top 0.2s;
}
.navbar-container .navbar[data-v-2db2ad11] {
  width: 100%;
  border-radius: 50px;
  padding: 0.7em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-container .navbar.has-background[data-v-2db2ad11] {
  background: rgba(232, 232, 232, 0.0509803922);
}
.navbar-container .homepage-button[data-v-2db2ad11] {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0.7em;
  display: none;
}
@media screen and (min-width: 768px) {
.navbar-container .homepage-button[data-v-2db2ad11] {
    display: initial;
}
}
.navbar-container .group-container[data-v-2db2ad11] {
  position: absolute;
  right: 1.2em;
  top: 1.2em;
}
@media screen and (min-width: 768px) {
.navbar-container .group-container[data-v-2db2ad11] {
    right: 0.7em;
}
}
.navbar-container .logo[data-v-2db2ad11] {
  margin-left: 2em;
}
.navbar-container .logo img[data-v-2db2ad11] {
  height: 3.5em;
}
.white-svg[data-v-2db2ad11] {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(281deg) brightness(100%) contrast(100%);
}
.navbar-right-wrapper[data-v-2db2ad11] {
  display: flex;
  gap: 30px;
}
.icon-style[data-v-2db2ad11] {
  color: white;
}
@media print {
.navbar[data-v-2db2ad11] {
    display: none;
}
}p[data-v-ea5d45be] {
  margin: 0;
  padding: 0;
}
.yellow[data-v-ea5d45be] {
  color: #dfe305;
}
.yellow a[data-v-ea5d45be] {
  color: #dfe305;
  text-decoration: none;
}
.footer[data-v-ea5d45be] {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
  gap: 2em;
  height: 242px;
  padding-top: 6rem;
  padding-bottom: 4rem;
  background: linear-gradient(180deg, #252535 0%, #0d0c1c 100%);
  z-index: 100;
}
@media screen and (min-width: 768px) {
.footer[data-v-ea5d45be] {
    font-size: 1em;
    flex-flow: row;
    gap: 4em;
    padding-bottom: 2rem;
}
}
.footer .logo[data-v-ea5d45be] {
  height: 70px;
}
.footer .text[data-v-ea5d45be] {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.5em;
}*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  background-color: #252535;
  height: 100%;
}
body {
  margin: 0;
  font-family: "Raleway Variable", monospace;
  color: white;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body .content {
  padding-top: 150px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
body .content {
    padding-left: 1em;
    padding-right: 1em;
}
}
label {
  width: 100%;
}
input {
  font-family: "Raleway Variable", monospace;
  font-size: 1em;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 10px 0 10px 10px;
  background: transparent;
  color: #fff;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
}
h1 {
  font-weight: 500;
}
h2,
h3 {
  font-size: 1.3em;
  font-weight: 400;
}
#app {
  height: 100%;
}
.info-button {
  font-size: 1.2rem;
  position: fixed;
  bottom: 5em;
  left: 2em;
  z-index: 100;
}
@media screen and (min-width: 768px) {
.info-button {
    bottom: 2em;
}
}
.info-button .btn.primary {
  transition: all 0.2s;
  color: #fff;
  max-width: 90px;
}
.info-button .btn.primary:hover {
  color: #fff;
  transition: all 0.2s;
  max-width: 200px;
}
.info-button strong {
  font-size: 1em;
  font-weight: 800;
}
.info-button .info-icon {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  padding: 0.3em 0.8em;
}
.info-button .active .info-icon {
  opacity: 0;
}
.info-button .info-text {
  padding: 0 3.5em;
}
.navbar-container {
  position: absolute;
  width: 98%;
  margin: 1em auto;
  top: 0;
  left: 0;
  right: 0;
}/* raleway-cyrillic-ext-wght-normal */
@font-face {
  font-family: 'Raleway Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/static/assets/raleway-cyrillic-ext-wght-normal-Dc5xu4We.woff2) format('woff2-variations');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* raleway-cyrillic-wght-normal */
@font-face {
  font-family: 'Raleway Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/static/assets/raleway-cyrillic-wght-normal-CqKTn0sv.woff2) format('woff2-variations');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* raleway-vietnamese-wght-normal */
@font-face {
  font-family: 'Raleway Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/static/assets/raleway-vietnamese-wght-normal-wikBsL6_.woff2) format('woff2-variations');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* raleway-latin-ext-wght-normal */
@font-face {
  font-family: 'Raleway Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/static/assets/raleway-latin-ext-wght-normal-Dm8rnUUK.woff2) format('woff2-variations');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* raleway-latin-wght-normal */
@font-face {
  font-family: 'Raleway Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/static/assets/raleway-latin-wght-normal-B0Bc4KU0.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}