html, body {
  background: #FFFFFF;
  height: 100%;
  overflow: hidden; }

.bg-image {
  background-image: url("../images/background.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  filter: blur(8px);
  -webkit-filter: blur(15px);
  top: 0;
  left: 0; }

.carousel-wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto;
  height: 90%;
  margin-top: 20%; }
  .carousel-wrapper .slick-slider {
    height: 100%; }
    .carousel-wrapper .slick-slider .slick-track {
      height: 100%; }

.carousel .slick-slide {
  background: #FFFFFF;
  height: 80%;
  text-align: center;
  margin: 0 10px;
  border-radius: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
.carousel .slick-list {
  height: 100%; }
.carousel .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -5%;
  margin-top: 10px;
  margin: 0 auto;
  width: 90%;
  list-style-type: none; }
  .carousel .slick-dots button {
    display: block;
    width: 30px;
    height: 30px;
    top: 20px;
    margin-left: 30px;
    border: none;
    border-radius: 100%;
    background-color: #FFFFFF;
    text-indent: -9999px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .carousel .slick-dots li.slick-active button {
    background-color: #27a7ac; }
  .carousel .slick-dots li.visited button {
    background-color: #27a7ac; }

.question {
  font-family: 'Lato', sans-serif;
  font-size: 45px;
  padding-top: 40%;
  line-height: 1.5; }

.alternatives {
  display: table;
  width: 100%;
  margin-top: 20%; }

.alt-button {
  display: table-cell;
  width: 110px;
  height: 110px;
  background-color: #27a7ac;
  background-image: linear-gradient(to top right, #27a7ac, #83F4F8);
  color: white;
  border: none;
  font-family: 'Lato', sans-serif;
  font-weight: bolder;
  border-radius: 15px;
  margin-left: 10px;
  font-size: 45px;
  text-align: center; }

#chosen {
  background-color: #158185;
  background-image: none; }

.hint-text {
  color: #27a7ac;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  margin: 0 auto;
  width: 80%;
  font-weight: bold;
  overflow: hidden; }
  .hint-text .p1 {
    float: left;
    display: inline; }
  .hint-text .p2 {
    float: right;
    display: inline; }

#analysis {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 12%;
  background-color: #FFFFFF;
  margin: 10% auto 0;
  border-radius: 50% 50% 0 0/ 100% 100% 0px 0px;
  opacity: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all, 1s; }
  #analysis button {
    opacity: 0;
    transition: all, 1s;
    width: 50%;
    margin: 0 auto;
    margin-top: 8%;
    margin-left: 25%; }

.blue-button {
  background-image: linear-gradient(to bottom right, #27a7ac, #83F4F8);
  color: white;
  font-weight: bolder;
  text-transform: uppercase;
  width: 50%;
  margin: 0 auto;
  height: 40%;
  border-radius: 40px;
  font-size: 35px;
  margin-top: 8%;
  border: none; }

.card {
  position: relative;
  background-color: #FFFFFF;
  border: none;
  border-radius: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height: 95%;
  width: 95%;
  margin: 0 auto;
  margin-top: 5%; }
  .card p {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 45px; }
  .card #more-info {
    width: 90px;
    height: 90px;
    margin-top: 15%;
    margin-right: 5%;
    position: absolute;
    right: 0;
    z-index: 999;
    border-radius: 100%; }

.message {
  position: relative;
  border-radius: 35px;
  padding: 0 35px;
  margin-left: 33%;
  display: inline-block;
  margin-top: 0;
  background-color: #EDF0F5; }
  .message:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: -3px;
    left: -2px;
    height: 30px;
    width: 30px;
    border-bottom-right-radius: 15px;
    background: #EDF0F5; }
  .message:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 1px;
    left: -10px;
    width: 10px;
    background: white;
    border-bottom-right-radius: 10px;
    left: 36px;
    right: 0;
    border-left: 16px solid transparent; }
  .message p {
    font-family: 'Lato', sans-serif;
    font-size: 35px;
    text-align: center; }

#my-page {
  height: 80px;
  position: absolute;
  bottom: 5%;
  width: 60%;
  background-image: linear-gradient(to bottom right, #27a7ac, #83F4F8);
  color: white;
  font-weight: bolder;
  text-transform: uppercase;
  border-radius: 40px;
  font-size: 35px;
  border: none;
  left: 20%; }

.highcharts-container {
  margin-top: 5%; }

.highcharts-title {
  font-family: 'Lato', sans-serif;
  font-size: 60px; }

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

.nav {
  position: absolute;
  bottom: 0;
  display: table;
  width: 50%;
  margin-left: 25%; }
  .nav .nav-item {
    display: table-cell;
    opacity: 0.5; }
    .nav .nav-item p {
      font-family: 'Lato', sans-serif;
      font-size: 30px; }
    .nav .nav-item .nav-icon {
      display: block;
      width: 70px;
      height: 70px;
      margin: 0 auto; }
  .nav #current-page {
    opacity: 1; }
    .nav #current-page p {
      font-weight: bold; }

#container-line {
  height: 50%; }

#message2 {
  width: 50%;
  margin-left: 20%;
  margin-top: 10%; }

.circles {
  width: 90%;
  height: 30px;
  position: absolute;
  bottom: 15%;
  display: table;
  margin-left: 10%; }
  .circles .done {
    border-radius: 50%;
    border: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: table-cell;
    width: 30px;
    height: 30px;
    background-color: #27a7ac;
    margin-left: 5%; }
  .circles .not-done {
    border-radius: 50%;
    border: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: table-cell;
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    margin-left: 5%; }

#js-start {
  height: 90px;
  margin-left: 25%; }

.message-center {
  margin-left: 25%; }

#message-knas {
  margin-left: 15%;
  margin-top: 15%; }

#container-streak {
  margin-top: 15%;
  margin-bottom: 5%; }

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