﻿@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

html {
  overflow-x: hidden;
}

* {
  font-family: "Inter";
}

.hoverOpacity {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.hoverOpacity:hover {
  opacity: 1;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100vw;
  margin: 0;
  padding: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

a {
  text-decoration: none;
}

a:visited {
  color: black;
}

/********TEXTS********/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "Epilogue", sans-serif !important;
  font-weight: 600 !important;
}

h1,
.h1 {
  font-size: 54px !important;
  line-height: 54px !important;
  letter-spacing: -0.75px !important;
}

h2,
.h2 {
  font-size: 48px !important;
  line-height: 48px !important;
  letter-spacing: -1px !important;
}

h3,
.h3 {
  font-size: 28px !important;
  line-height: 28px !important;
  letter-spacing: -1px !important;
}

h4,
.h4 {
  font-size: 21px !important;
  line-height: 21px !important;
  letter-spacing: -1px !important;
}

p.content,
.p.content {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 20px !important;
}

p.title,
.p.title {
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

@media only screen and (max-height: 860px) and (min-width: 864px) {
  h1,
  .h1 {
    font-size: 40px !important;
    line-height: 40px !important;
    letter-spacing: -1px !important;
  }

  h2,
  .h2 {
    font-size: 32px !important;
    line-height: 32px !important;
    letter-spacing: -1px !important;
  }

  h3,
  .h3 {
    font-size: 24px !important;
    line-height: 24px !important;
    letter-spacing: -1px !important;
  }
}

@media only screen and (max-width: 956px) {
  h1,
  .h1 {
    font-size: 40px !important;
    line-height: 40px !important;
    letter-spacing: -1px !important;
  }

  h2,
  .h2 {
    font-size: 32px !important;
    line-height: 32px !important;
    letter-spacing: -1px !important;
  }

  h3,
  .h3 {
    font-size: 24px !important;
    line-height: 24px !important;
    letter-spacing: -1px !important;
  }
}
/********END TEXT********/

/*
h1, h2, h3, h4, h5 {
    font-weight: 600;
    line-height: 140%;
    font-family: 'Epilogue', sans-serif;
}
*/

a:hover {
  opacity: 1;
}

.row {
  display: flex;
  align-items: center;
}

.column {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  flex-direction: row;
}

section {
  width: 100vw;
  /*    padding: 50px calc(calc(100vw - 1124px) / 2);;*/
  padding: 90px calc(calc(100vw - 1124px) / 2);;
  position: relative;
  box-sizing: border-box;
}

section .title {
  margin-top: 0;
  margin-bottom: 100px;
  font-size: 14px;
}

section .button {
  margin-bottom: 90px;
}

@media only screen and (max-width: 1124px) {
  section {
    padding: 50px 50px;
  }
}

@media only screen and (max-height: 860px) and (min-width: 864px) {
  section {
    padding: 30px 150px 30px 150px;
  }
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 1;
}

a.button {
  cursor: pointer;
  border: solid 1px black;
  height: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  min-width: 160px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
}

a.button:hover {
  background-color: #4be3ab;
  border-color: #4be3ab;
}

.green {
  color: #4be3ab;
}

.row {
  display: flex;
  align-items: center;
}

.column {
  display: flex;
  flex-direction: column;
}

/* nav {
    width: 70vw;
    padding-left: 15vw;
    padding-right: 15vw;
    height: 6vh;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease;
} */

.navMenu {
  display: flex;
  justify-content: space-around;
  width: auto;
  /*width: 80px;
    height: 40px;*/
  margin-left: 30px;
  border: solid 1px #ddd;
  border-radius: 20px;
  gap: 5px;
}

.navMenu img {
  cursor: pointer;
}

.navMenu .menu {
  margin-left: 8px;
}

.mirrored {
  transform: scaleX(-1);
}

section .sprites {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
}

section .sprites:last-of-type {
  right: 50px;
  left: auto;
}

/**/

#references {
  padding-top: 100px;
  max-width: 100vw;
  /* height: 40vh; */
  background-image: url();
}

#references .controls img {
  width: 20px;
  padding: 10px;
  border: 1px solid black;
  border-radius: 50%;
  margin: 10px;
  cursor: pointer;
}

#references .slider {
  width: auto;
  margin-top: 80px;
  max-width: none;
  margin-bottom: 30px;
  position: relative;
  min-height: 30vh;
}

#references .controls {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

#references .comment.prev {
  left: -60%;
}

#references .comment.active {
  left: 20%;
}

#references .comment.next {
  right: -70%;
}

#references .comment.prev,
#references .comment.next {
  opacity: 0.3;
}

#references .comment {
  max-width: 70%;
  max-height: 30vh;
  display: flex;
  width: 60vw;
  position: absolute;
  top: 0;
}

#references .comment .avatar {
  width: 80px;
  height: 80px;
  margin-right: 30px;
}

#references .comment span {
  line-height: 230%;
}

#references .comment p {
  font-size: 2.3em;
  margin-top: 0;
}

#references .comment a,
#references .controls a {
  color: #4be3ab;
}

#references .controls img {
  cursor: pointer;
}

/**/
#newsletter {
  background-color: black;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  color: white;
}

#newsletter div {
  flex-direction: column;
  display: flex;
}

#newsletter h2 {
    margin-top: 0;
  margin-bottom: 0.6em;
}

#newsletter p {
  margin-top: 0;
}

#newsletter a.button {
  border: solid 1px white;
  color: white;
  padding: 0px 15px;

  margin: auto 0 auto auto;
}

#newsletter input {
  border: none;
  border-bottom: solid 1px white;
  background-color: transparent;
  color: white;
  padding: 15px 0;
  box-sizing: border-box;
}
#newsletter input:focus {
  outline: none;
}

#newsletter input:autofill {
  background-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
}

a.button img {
  /*    margin-left: 1.3em;*/
}

.disabled {
  cursor: not-allowed;
  opacity: 0.3;
  pointer-events: none;
}

.anchorLogin {
  border-top: solid 1px #d8d8d8;
  padding-top: 20px;
}

#story div {
  width: 45%;
}

#story p {
  margin-bottom: 50px;
}

#story h3 {
  margin-bottom: 30px;
  /*    font-size: 1.4em;*/
  font-size: 50px;
}

.iub__us-widget {
  display: none !important;
}

/*html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}


*/
#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

/* #landing .bar {
    box-shadow: 0px 10px 60px 0px rgba(0,0,0,0.1);
}
 */

.aos-init.aos-animate {
  /*    position: absolute;
    left: 70vw;*/
  z-index: 9999;
  position: relative;
}

.aos-init[customclass="lower"] {
  z-index: 9998 !important;
}

.moved div {
  left: 0 !important;
  position: relative !important;
}

.lower {
  z-index: 0;
}

.dateSelect {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5em 2em 0.5em 0.5em;
  border: 1px solid #eee;
  width: 80%;
  text-overflow: ellipsis;
  font: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: right 15px top 1em, right 10px top 1em;
  background-size: 5px 5px, 5px 5px;
}

.inputs {
  display: flex;
  justify-content: stretch;
  gap: 1em;
}

.input,
.textarea {
  border-radius: 10px;
  padding: 10px 15px;
  min-height: 2em;
  outline: none;
  border: solid 1px #cccccc;
}

.input,
.textarea,
.label {
  width: 100%;
  box-sizing: border-box;
}

.invalid {
  border-color: red !important;
}
.modified.valid {
  border-color: #4BE3AB !important;
}

.form {
  box-sizing: border-box;
  padding-right: 20px;
  /*    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 10%;
    padding: 90px 0 20px 20px;*/
}

@media only screen and (max-width: 956px) {
  .desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 956px) {
  .mobile {
    display: none !important;
  }
}

.btn {
  background-color: #4be3ab;
  width: 180px;
  margin-left: 10px;
  border-radius: 1.25em;
  height: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.123);
}

@media only screen and (max-width: 956px) {
  #references .comment p {
    font-size: 1.3em;
  }
}

/*ABU/HOW/INDEX*/

@media only screen and (max-width: 956px) {
  #references {
    padding: 5vh 20px !important;
    width: 100%;
    box-sizing: border-box;
  }

  #references .comment {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
    font-weight: bold;
  }

  #references .comment.active {
    left: 0;
  }

  #references .comment.next {
    right: -120%;
  }

  #references .comment.prev {
    left: -120%;
  }

  #references .avatar {
    margin-bottom: 1em;
  }

  #references .controls {
    justify-content: flex-start;
  }

  /**/
  section {
    padding: 50px;
  }

  .form {
    padding-right: 0 !important;
  }
}

button {
  cursor: pointer;
}
/*
.loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url("../img/bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 100;
    margin: 0;
    padding: 0;
}

    .loading h1 {
        animation: breath 2s ease infinite;
        font-family: "Epilogue", sans-serif;
        font-weight: 500;
        letter-spacing: 110%;
        margin: 10vh 0;
    }

    .loading .logo {
        width: 25vw;
        height: auto;
        margin-bottom: 40px;
    }*/

@keyframes breath {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

/*REsTYLING*/
.goback,
.goforward {
  color: black !important;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 21px;
}

.goback::before,
.goforward::before {
  width: 30px;
  height: 30px;
  background-image: url(/img/circle_arrow.png);
  content: "";
  display: block;
}

.goforward::before {
  order: 2;
  transform: rotate(180deg);
}


.goback.popup {
  border: 1px solid #DDDDDD;
  font-size: 16px!important;
  height: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  gap: 8px !important;
  cursor: pointer;

  transition: all 0.3s ease;
}


.goback.popup:hover {
  border-color: #000;
}


.goback.popup::before {
  background-image: url(/img/circleuncircled_arrow.png)!important;
  width: 17px !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
}

/*ERROR PAGE*/
#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.error-page {
  font-family: "Epilogue", sans-serif;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  /*    background-image: url("../img/bg.svg");*/
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  /*    flex-direction: column;*/
  z-index: 99;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  padding: 20vh 170px;
  text-align: center;
}

.error-page > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.error-page h5 {
  font-size: 54px;
  font-weight: 500;
  font-family: "Epilogue", sans-serif !important;
  margin-top: 0;
  margin-bottom: 3px;
  letter-spacing: -0.75px;
}

.error-page img {
  transform: rotate(-12deg);
  width: 27vw;
  height: auto;
  max-width: 473.92px;
}

.error-page small {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 956px) {
  .error-page {
    flex-direction: column;
    padding: 46px 10px 30px 10px;
    align-items: center;
  }

  .error-page div,
  .error-page h5,
  .error-page small,
  .error-page .goback {
    width: 100%;
    text-align: left;
  }

  .error-page img {
    /*width: 473.92px;*/
    width: 126vw;
    max-width: none;
    height: auto;
  }
}

.errors {
  display: flex;
  flex-direction: column;
  color: red;
}

.errors p {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 1em;
  box-sizing: border-box;
  background: white;
  width: fit-content;
  border: solid red 1px;
}

/*LOADING (GLOBAL)*/

div.loadingUI {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

div.loadingUI .loading_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 294px;
  gap: 10px;
}

div.loadingUI .loading_content img {
  height: 40px;
  width: 100%;
  max-width: 40px;
  object-position: left center;
  object-fit: cover;
  overflow: hidden;
  animation: slide-in 500ms ease 50ms forwards;
}

@keyframes slide-in {
  from {
    max-width: 40px;
  }

  to {
    max-width: 294px;
  }
}

div.loadingUI .progress {
  content: "";
  width: 100%;
  max-width: 0px;
  overflow: hidden;
  transition: max-width 250ms ease;
  height: 5px;
  background-color: #ddd;
  animation: slide-in 500ms ease 500ms forwards;
  position: relative;
}

div.loadingUI .progress #loadingProgress {
  background: black;
  position: absolute;
  max-width: 0;
  width: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  transition: max-width 250ms ease;
  bottom: 0;
  animation: loadingAnimation 2000ms linear 150ms forwards infinite;
}

@keyframes loadingAnimation {
  from {
    max-width: 0;
    margin-left: 0;
  }
  30% {
    max-width: 30%;
  }
  60% {
    margin-left: 50%;
    max-width: 50%;
  }
  90%,
  99% {
    max-width: 0;
    margin-left: 100%;
  }
  to {
    margin-left: 0;
  }
}



.account-layout .side.main .form {
  width: 100%!important;
}