/*
  Theme Name: Design Desires Reloaded
  Theme URI: https://www.llos.co/
  Author: LLOS&
  Author URI: https://llos.co
  Description: Thme template
  Version: 1.2.63
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: llos
  GitLab Theme URI: llos/clients/design-desires
  GitLab Theme URI: https://gitlab.com/llos/clients/design-desires
*/


/* Webfont: TenorSans */
@font-face {
    font-family: 'TenorSans';
    src: url('../fonts/TenorSans.eot');
    src: url('../fonts/TenorSans.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TenorSans.woff') format('woff'),
         url('../fonts/TenorSans.ttf') format('truetype'),
         url('../fonts/TenorSans.svg#TenorSans') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Canela-Bold */
@font-face {
    font-family: 'Canela';
    src: url('../fonts/Canela-Bold.eot');
    src: url('../fonts/Canela-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Canela-Bold.woff') format('woff'),
         url('../fonts/Canela-Bold.ttf') format('truetype'),
         url('../fonts/Canela-Bold.svg#Canela-Bold') format('svg');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: Canela-Light */
@font-face {
    font-family: 'Canela';
    src: url('../fonts/Canela-Light.eot');
    src: url('../fonts/Canela-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Canela-Light.woff') format('woff'),
         url('../fonts/Canela-Light.ttf') format('truetype'),
         url('../fonts/Canela-Light.svg#Canela-Light') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Canela-RegularItalic */
@font-face {
    font-family: 'Canela';
    src: url('../fonts/Canela-RegularItalic.eot');
    src: url('../fonts/Canela-RegularItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Canela-RegularItalic.woff') format('woff'),
         url('../fonts/Canela-RegularItalic.ttf') format('truetype'),
         url('../fonts/Canela-RegularItalic.svg#Canela-RegularItalic') format('svg');
    font-style: italic;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: Canela-ThinItalic */
@font-face {
    font-family: 'Canela';
    src: url('../fonts/Canela-ThinItalic.eot');
    src: url('../fonts/Canela-ThinItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Canela-ThinItalic.woff') format('woff'),
         url('../fonts/Canela-ThinItalic.ttf') format('truetype'),
         url('../fonts/Canela-ThinItalic.svg#Canela-ThinItalic') format('svg');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/* Webfont: KnockoutHTF54-Sumo */
@font-face {
    font-family: 'KnockoutHTF54-Sumo';
    src: url('../fonts/Knockout-HTF54-Sumo.eot');
    src: url('../fonts/Knockout-HTF54-Sumo.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Knockout-HTF54-Sumo.woff') format('woff'),
         url('../fonts/Knockout-HTF54-Sumo.ttf') format('truetype'),
         url('../fonts/Knockout-HTF54-Sumo.svg#Knockout-HTF54-Sumo') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}






* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'TenorSans', sans-serif;
  color: black;
  font-size: -webkit-calc(0.65vw + 16px);
  font-size: -moz-calc(0.65vw + 16px);
  font-size: calc(0.65vw + 16px);
  line-height: 1.25em;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ----------
   Header
   --------- */

  .logo {
    font-family: 'Canela';
    font-weight: bold;
  }

  header .logo svg path {
    stroke-width: 5px;
  }

  header .logo svg {
    height: 2.8vh;
    vertical-align: top;
    width: auto;
    top: unset;
    left: 0.1vw;
    position: relative;
  }

  .page-template-results header .logo svg path {
    stroke: #6224f4;
  }


  header .logo,
  .page-template-intro header .logo {
    font-family: 'Canela';
    font-weight: bold;
    font-size: 31.18px;
    font-size: -webkit-calc(0.4vw + 22px);
    font-size: -moz-calc(0.4vw + 22px);
    font-size: calc(0.4vw + 22px);
    line-height: -webkit-calc(0.65vw + 22px);
    line-height: -moz-calc(0.65vw + 22px);
    line-height: calc(0.65vw + 22px);
    top: 4vh;
    left: 3vw;
    z-index: 99;
    color: #e8e0d8;
    position: fixed;
  }

.visitor-number {
  position: fixed;
  top: 4vh;
  right: -webkit-calc(50vw + 2.5vw);
  right: -moz-calc(50vw + 2.5vw);
  right: calc(50vw + 2.5vw);
  z-index: 9;
  font-family: 'Canela';
  font-style: italic;
  font-weight: bold;
  border-bottom: 1px solid black;
  padding-left: 6vw;
  padding-bottom: 0.6vh;
  font-size: -webkit-calc(0.55vw + 16px);
  font-size: -moz-calc(0.55vw + 16px);
  font-size: calc(0.55vw + 16px);
  color: #6224f4;
}

  .page-template-intro header .logo {
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
  }

  .page-template-page-survey header .logo,
  .single-survey header .logo,
  .page-template-references header .logo {
    color: black;
  }

  .single-survey .question-title,
  .single-survey .answer {
    opacity: 1!important;
    visibility: visible!important;
  }



/* ----------
   Home
   --------- */

.page-template-intro .fullheight,
.home .fullheight,
.error404 .fullheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.error404 header .logo svg path {
  stroke: white;
}

.page-template-intro .fullheight > div,
.home .fullheight > div,
.error404 .fullheight > div {
  width: 50%;
  display: block;
  height: 100%;
}

.home .fullheight > div.left,
.error404 .fullheight > div.left {
  background-color: #000000;
  color: #e8e0d8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 5.5vh 4.2%;
  text-align: left;
  position: relative;
}

.home .mouse {
    position: absolute;
    bottom: 4vh;
    z-index: 99;
    right: -webkit-calc(25vw - 16px);
    right: -moz-calc(25vw - 16px);
    right: calc(25vw - 16px);
    text-align: center;
    margin: 0 auto;
    max-width: 1.8vw;
}



.error404 .fullheight > div.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home.day-time .fullheight > div.left {
  background-color: #efefef;
  color: #000000;
}

.home .fullheight > div.left {
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
}


.home .logo,
.page-template-intro .logo {
    font-size: 130px;
    line-height: 156px;
    font-size: -webkit-calc(5.1vw + 31px);
    font-size: -moz-calc(5.1vw + 31px);
    font-size: calc(5.1vw + 31px);
    line-height: -webkit-calc(6.1vw + 28px);
    line-height: -moz-calc(6.1vw + 28px);
    line-height: calc(6.1vw + 28px);
}

.home .logo span,
.page-template-intro .logo span,
.logo span {
  font-style: italic;
  font-weight: bold;
}

.home .logo svg,
.page-template-intro .logo svg {
  position: relative;
  top: 3vh;
  left: 0.4vw;
  max-height: 14vh;
}
.home .logo svg path,
.page-template-intro .logo svg path,
.page-template-about .logo svg path {
  stroke: #efefef;
}

.home.day-time .logo svg path {
  stroke: #000;
}

.home .quote,
.page-template-intro .quote {
  border-bottom-color: #efefef;
}

.home.day-time .quote {
  border-color: black;
}

.home .fullheight .right,
.page-template-intro .intro-text .fullheight > div.right,
.error404 .intro-text .fullheight > div.right  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home .fullheight .right.display-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home .fullheight .right.display-flex .home-block {
  height: 50%;
  width: 100%;
}

.home .fullheight .right.display-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.home .right {
  background-color: #ec3724;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.home .right.block-hovered {
  background-color: #6224f4;
}


.home-block {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.home-block > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 38vw;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* .block-home2 .home-block:nth-child(1) {
  margin-bottom: 50%;
}

.block-home2 .home-block:nth-child(2) {
  margin-top: 15%;
}

.block-home2 .home-block:nth-child(1) > a {
  height: 19vw;
}

.block-home2 .home-block:nth-child(2) > a {
  height: 26.5vw;
} */

.home .right.block-home {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
  overflow-y: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 5%;
}

.home .right.block-home > img {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  max-height: 5.4vh;
  top: -4vh;
}

.block-home .home-block:nth-of-type(1n),
.block-home .home-block:nth-of-type(4n):nth-of-type(2n) {
  margin-top: 11%;
  margin-left: auto;
  right: 5%;
  position: relative;
  margin-right: unset;
  left: unset;
}

.block-home .home-block:nth-of-type(2n),
.block-home .home-block:nth-of-type(5n) {
  margin-top: 2%;
  margin-right: auto;
  margin-left: unset;
  left: 8%;
  right: unset;
  position: relative;
}

.block-home .home-block:nth-of-type(3n) {
  margin-top: 0%;
  margin-left: auto;
  right: 8%;
  position: relative;
  left:unset;
  margin-right: unset;
}

.block-home .home-block:nth-of-type(1n) > a,
.block-home .home-block:nth-of-type(4n):nth-of-type(2n) > a {
  height: 30.5vw;
}

.block-home .home-block:nth-of-type(2n) > a,
.block-home .home-block:nth-of-type(5n) > a{
    height: 23vw;
}

.block-home .home-block:nth-of-type(3n) > a {
    height: 19vw;
}

  .block-home .home-block:nth-of-type(3n) > a span {
    font-size: -webkit-calc(0.3vw + 18px);
    font-size: -moz-calc(0.3vw + 18px);
    font-size: calc(0.3vw + 18px);
  }

.home-block > a span {
  color: white;
  font-family: 'KnockoutHTF54-Sumo', 'sans-serif';
  text-transform: uppercase;
  font-size: -webkit-calc(1.3vw + 18px);
  font-size: -moz-calc(1.3vw + 18px);
  font-size: calc(1.3vw + 18px);
  line-height: -webkit-calc(1.3vw + 18px);
  line-height: -moz-calc(1.3vw + 18px);
  line-height: calc(1.3vw + 18px);
  padding-top: 0.6em;
  padding: 0.6em 6%;
}

.home .fullheight .right .click-to {
  position: absolute;
  font-size: -webkit-calc(0.4vw + 18px);
  font-size: -moz-calc(0.4vw + 18px);
  font-size: calc(0.4vw + 18px);
  line-height: -webkit-calc(0.4vw + 18px);
  line-height: -moz-calc(0.4vw + 18px);
  line-height: calc(0.4vw + 18px);
  color: #efefef;
  opacity: 0;
  visibility: hidden;
  padding-top: 0.6em;
}

.home-block,
.home-block > a,
.home-block > a span,
.home .fullheight .right .click-to {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

/* .home-block:hover {
  background-color: #6224f4;
}

.home-block:hover > a {
  background-color: #ec3724;
} */

.home-block a:hover span {
  opacity: 0;
  visibility: hidden;
  color: white;
}

.home .fullheight .right .home-block a:hover .click-to {
  opacity: 0.52;
  visibility: visible;
}


.home .descriptions-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 2.9vw 8.5vw 7vh 5.5vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.home .descriptions-wrapper .intro-home {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  position: absolute;
  left: 5.5vw;
  right: 8.5vw;
}

.home .intro-title {
  font-size: -webkit-calc(1.3vw + 18px);
  font-size: -moz-calc(1.3vw + 18px);
  font-size: calc(1.3vw + 18px);
  line-height: -webkit-calc(1.3vw + 18px);
  line-height: -moz-calc(1.3vw + 18px);
  line-height: calc(1.3vw + 18px);
  font-family: 'KnockoutHTF54-Sumo';
  color: #ec3724;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}

.home .intro-text-title {
  font-size: -webkit-calc(1.3vw + 18px);
  font-size: -moz-calc(1.3vw + 18px);
  font-size: calc(1.3vw + 18px);
  line-height: -webkit-calc(1.3vw + 18px);
  line-height: -moz-calc(1.3vw + 18px);
  line-height: calc(1.3vw + 18px);
  font-family: 'KnockoutHTF54-Sumo';
  color: #6224f4;
  margin-bottom: 7.3vh;
  max-width: 96%;
}

.home .descriptions-wrapper .intro-text-content p {
  margin-bottom: 3.5vh;
}

.home .descriptions-wrappert::after {
  content: "";
  width: 20%;
  height: 1px;
  background: #6224f4;
  display: block;
  position: relative;
  bottom: 3.5vh;
}




/* ----------
   Intro
   --------- */

.page-template-intro,
.page-template-intro .fullheight > div {
  text-align: left;
}

.page-template-intro .intro-text .fullheight > div.left {
  background-color: #6224f4;
}

.home .fullheight > div.left,
.page-template-intro .intro-text .fullheight > div.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8.1vh 4.2%;
  padding: 7.3vh 4% 9.5vh 4%;
  text-align: left;
  color: #e8e0d8;
}

.quote {
  font-style: italic;
  font-family: 'Canela';
  font-size: -webkit-calc(1.2vw + 30px);
  font-size: -moz-calc(1.2vw + 30px);
  font-size: calc(1.2vw + 30px);
  font-size: -webkit-calc(1.8vw + 30px);
  font-size: -moz-calc(1.8vw + 30px);
  font-size: calc(1.8vw + 30px);
  margin-left: auto;
  padding-bottom: 2vh;
  line-height: -webkit-calc(1.5vw + 30px);
  line-height: -moz-calc(1.5vw + 30px);
  line-height: calc(1.5vw + 30px);
  border-bottom: 1px solid black;
  width: 100%;
  padding-left: 0;
  text-align: right;
}

.quote a {
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
}

.quote a:hover {
  color: #6224f4;
}

.page-template-intro .intro-text.intro-hovered .fullheight > div.left {
  background-color: #ec3724;
  color: #e8e0d8;
}

.page-template-intro .intro-text .fullheight > div.left {
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
}

.page-template-intro .intro-text .fullheight > div.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 2.9vw 8.5vw 7vh 5.5vw;
}

.page-template-intro .intro-text .fullheight > div.right > div {
  margin-bottom: 7.3vh;
  max-width: 96%;
}

.page-template-intro .intro-text .fullheight > div.right .intro-text-title {
  font-size: -webkit-calc(1.3vw + 18px);
  font-size: -moz-calc(1.3vw + 18px);
  font-size: calc(1.3vw + 18px);
  line-height: -webkit-calc(1.3vw + 18px);
  line-height: -moz-calc(1.3vw + 18px);
  line-height: calc(1.3vw + 18px);
  font-family: 'KnockoutHTF54-Sumo';
  color: #6224f4;
}

.page-template-intro .intro-text .fullheight > div.right .intro-text-content p {
  margin-bottom: 3.5vh;
}

.page-template-intro .intro-text .fullheight > div.right::after {
  content: "";
  width: 20%;
  height: 1px;
  background: #6224f4;
  display: block;
  position: relative;
  bottom: 3.5vh;
}

.page-template-intro .intro-text .fullheight > div.right .done-button svg {
  vertical-align: middle;
  vertical-align: middle;
  height: 60px;
  width: 50px;
}

.page-template-intro .intro-text .fullheight > div.right .done-button span {
  margin-right: 16px;
  color: #6224f4;
  opacity: 0;
}

.page-template-intro .intro-text .fullheight > div.right .done-button circle,
.page-template-intro .intro-text .fullheight > div.right .done-button path,
.page-template-intro .intro-text .fullheight > div.right .done-button span {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.page-template-intro .intro-text .fullheight > div.right .done-button circle {
  stroke: #6224f4;
}

.page-template-intro .intro-text .fullheight > div.right .done-button path {
  fill: #6224f4;
}

.page-template-intro .intro-text.intro-hovered .fullheight > div.right .done-button circle {
  stroke: #ec3724;
}

.page-template-intro .intro-text.intro-hovered .fullheight > div.right .done-button path {
  fill: #ec3724;
}

.page-template-intro .intro-text.intro-hovered .fullheight > div.right .done-button span {
  opacity: 1;
}


/* .page-template-intro .logo {
  font-size: 130px;
  line-height: 156px;
  font-size: calc(4.7vw + 31px);
  line-height: calc(5.9vw + 28px);
} */

.page-template-intro .intro-menu .fullheight > div a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-template-intro .intro-menu .fullheight > div a {
  font-family: 'KnockoutHTF54-Sumo', 'sans-serif';
  text-transform: uppercase;
  font-size: -webkit-calc(1.3vw + 18px);
  font-size: -moz-calc(1.3vw + 18px);
  font-size: calc(1.3vw + 18px);
  line-height: -webkit-calc(1.3vw + 18px);
  line-height: -moz-calc(1.3vw + 18px);
  line-height: calc(1.3vw + 18px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.page-template-intro .intro-menu .fullheight > div a p {
  font-family: 'Tenorsans';
  font-size: 37px;
  line-height: 45px;
  text-transform: initial;
  font-size: -webkit-calc(1.1vw + 19px);
  font-size: -moz-calc(1.1vw + 19px);
  font-size: calc(1.1vw + 19px);
  line-height: -webkit-calc(1.1vw + 28px);
  line-height: -moz-calc(1.1vw + 28px);
  line-height: calc(1.1vw + 28px);
}

.page-template-intro .intro-menu .fullheight > div a span.site-title {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
}

.page-template-intro .intro-menu .fullheight > div.left,
.page-template-intro.right-hovered .intro-menu .fullheight > div.right {
  background-color: #6224f4;
  color: #e8e0d8;
}

.page-template-intro .intro-menu .fullheight > div.right,
.page-template-intro.right-hovered .intro-menu .fullheight > div.left {
  background-color: #efefef;
  color: #6224f4;
}

.page-template-intro header .logo {
  opacity: 0;
  visibility: hidden;
}

.page-template-intro.fp-viewing-1 header .logo {
  opacity: 1;
  visibility: visible;
}

.page-template-intro.fp-viewing-1 header .logo svg {
  top: 0;
}




/* ----------
   Single Survey
   --------- */



.survey-content .fullheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.survey-content  .fullheight > div {
  width: 50%;
  display: block;
}

.survey-content .right.question {
  padding: 10vh 50px 0 79px;
  padding: 13vh 8vw 9vh 8.1vw;
  padding: 13vh 8vw 9vh 11.5vw;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  background: #efefef;
}



.survey-content .right.question em {
  font-style: normal;
  margin-top: 13px;
  display: block;
  color: #6224f4;
}

.question-title b {
  color: #6224f4;
  font-weight: normal;
}


.survey-content .right.question .ansers-section {
  font-size: -webkit-calc(0.4vw + 16px);
  font-size: -moz-calc(0.4vw + 16px);
  font-size: calc(0.4vw + 16px);
  line-height: 1.25em;
  width: 100%;
}

.ansers-section.theresselection li {
  opacity: 0.2!important;
}

.ansers-section.theresselection li.selected,
.ansers-section.theresselection li.answer-hovered {
  opacity: 1!important;
}

.ansers-section li .percent{
  color: black;
  padding: 0 0.5em 0 1em;
  min-width: 78px;
}
  .page-template-results .ansers-section li .percent{
    color: var(--foo);
  }
 .ansers-section li .mobile-graph {
    display: none;
  }





.ansers-section.border li {
  border: 1px solid black;
  /* font-size: 30px;
  font-size: 3.25vh;
  line-height: 33px; */
  line-height: 1.1;
  text-align: center;
  padding: 0.3em 0 0.3em;
  margin: 0.45em 0 0.9em;
  position: relative;
  float: left;
  width: 100%;
}

.ansers-section.border li input {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
}

.ansers-section.border .letter {
  color: #9B9B9B;
}

.ansers-section.border li::after {
  border-bottom: 1px dashed #0000FF;
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  bottom: -0.75em;
}

.ansers-section.border li:last-of-type::after {
  border-bottom: 0;
  display: none;
}

.ansers-section.border li.selected,
.ansers-section.border li.answer-hovered {
  background: #0000FF;
  color: white;
  border: 1px solid white;
}

.question-title {
  margin-bottom: 0.2em;
}

/* .ansers-section.normal,
.ansers-section.idented {
  display: flex;
  flex-flow: column;
  justify-content: center;
} */

.ansers-section.normal li,
.ansers-section.idented li {
  padding-bottom: 1em;
  padding-top: 1.05em;
  padding-left: 2.1em;
  position: relative;
  border-top: 1px solid #6224f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

}

.page-results-real .ansers-section.normal li {
  color: var(--foo);
}

.page-survey-real .ansers-section.normal li {
  cursor: pointer;
}

.ansers-section.idented li:nth-child(even) {
  margin-left: 45px;
  margin-left: 1.1em;
}

.ansers-section.normal li:first-of-type {
  border-top: 1px solid transparent;
  margin-top: 0;
}

.ansers-section.normal li.selected:first-of-type,
.ansers-section.normal li.answer-hovered:first-of-type {
    border-top: 1px solid #6224f4;
}

.ansers-section.normal li::before,
.ansers-section.idented li::before {
  content: "";
  width: 1.1em;
  height: 1.1em;
  border: 1px solid #6224f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 0.4em;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 1.11em;
}

.ansers-section.normal li.selected::before,
.ansers-section.normal li.answer-hovered::before,
.page-template-results .ansers-section.normal li::before {
  background: var(--foo);
  border-color: var(--foo);
}



.page-template-results .ansers-section.normal li:not(:hover){
  opacity: 0.3!important;
}

.page-template-results .ansers-section.normal:not(:hover) li {
  opacity: 1!important;
}

.ansers-section.normal li.selected::after,
.ansers-section.normal li.answer-hovered::after {
  content: "";
  border-top: 1px solid #6224f4;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.ansers-section.normal li.selected + li,
.ansers-section.normal li.answer-hovered + li {
  border-top: 1px solid transparent;
}

.answer-please-message img {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 99;
  cursor: pointer;
}

/* ----------
   Page Survey
   --------- */

/* Input ranges style */

.visulaization-toggle {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4vh;
  text-align: center;
  z-index: 21;
  display: none;
}

.visulaization-toggle.open-visualization .white {
  opacity: 1;
}

.visulaization-toggle img {
    width: 55px;
}

.visulaization-toggle .white {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
}

.range-buttons {
  width: 100%;
  margin-top: 4vh;
  text-align: center;
}

.range-buttons img {
  vertical-align: middle;
    max-width: 3.4vw;
    max-height: 3.4vw;
}

.range-buttons > div img:first-of-type {
  margin-right: 1vw;
}

.range-buttons > div img:last-of-type {
  margin-left: 1vw;
}

.axis-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.input-wrapper {
  width: 70%;
  position: relative;
}

.input-wrapper span {
  height: 15px;
}

.input-wrapper > span.graphic-line:first-of-type {
  width: 1px;
  background: #6224f4;
  display: inline-block;
  position: absolute;
  left: 5%;
  bottom: 1px;
}

.input-wrapper >  span.graphic-line:nth-of-type(2) {
  width: 1px;
  background: #6224f4;
  display: inline-block;
  position: absolute;
  left: 20%;
  bottom: 1px;
}

.input-wrapper >  span.graphic-line:nth-of-type(3) {
  width: 1px;
  background: #6224f4;
  display: inline-block;
  position: absolute;
  left: 35%;
  bottom: 1px;
}

.input-wrapper >  span.graphic-line:nth-of-type(4) {
  width: 1px;
  background: #6224f4;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 1px;
}

.input-wrapper > span.graphic-line:nth-of-type(5) {
  width: 1px;
  background: #6224f4;
  display: inline-block;
  position: absolute;
  left: 65%;
  bottom: 1px;
}

.input-wrapper > span.graphic-line:nth-of-type(6) {
  width: 1px;
  background: #6224f4;
  display: inline-block;
  position: absolute;
  left: 80%;
  bottom: 1px;
}

.input-wrapper > span.graphic-line:nth-of-type(7) {
  width: 1px;
  background: #6224f4;
  display: inline-block;
  position: absolute;
  left: 95%;
  bottom: 1px;
}

.axis-buttons-title {
  text-align: center;
  font-family: 'KnockoutHTF54-Sumo';
  font-size: -webkit-calc(0.1vw + 14px);
  font-size: -moz-calc(0.1vw + 14px);
  font-size: calc(0.1vw + 14px);
  line-height: -webkit-calc(0.1vw + 14px);
  line-height: -moz-calc(0.1vw + 14px);
  line-height: calc(0.1vw + 14px);
  color: #6224f4;
  margin-bottom: 35px;
}

.x-axis-buttons {
  margin-bottom: 7vh;
}

input[type=range] {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */
  position: relative;
  z-index: 9;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
  width: 86%;
  cursor: pointer;

  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}



/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb,
.rangeslider--horizontal .rangeslider__handle {
  -webkit-appearance: none;
  height: 29px;
  width: 29px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #EC3724;
  cursor: pointer;
  margin-top: -15px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  top: unset;
  border: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.rangeslider__handle:after {
  content: none;
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  height: 29px;
  width: 29px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #EC3724;
  cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {

  height: 29px;
  width: 29px;
  border-radius: 50%;
  background: #EC3724;
  cursor: pointer;
}

.range-output {
  display: none;
}

.rangeslider__fill {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type=range]::-webkit-slider-runnable-track,
.rangeslider__fill,
.rangeslider {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #6224F4;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 0px solid #6224F4;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #6224F4;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #6224F4;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px solid #6224F4;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #6224F4;
  border: 0px solid #6224F4;
  border-radius: 2.6px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #6224F4;
}
input[type=range]::-ms-fill-upper {
  background: #6224F4;
  border: 0px solid #010101;
  border-radius: 2.6px;
}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}

.rangeslider--horizontal {
  height: 1px;
  z-index: 9;
}

.rangeslider--horizontal:after {
  content: "";
  height: 20px;
  width: 100%;
  display: block;
  margin-top: -9px;
}

.rangeslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  top: 8px;
}

.page-template-page-survey,
.single-survey {
  position: relative;
}

.page-template-intro #fp-nav {
  display: none;
}



.fp-slidesNav ul li,
#fp-nav,
#fp-nav ul li a {
  -webkit-transition: width 0.25s;
  -o-transition: width 0.25s;
  -moz-transition: width 0.25s;
  transition: width 0.25s;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    -moz-transition: color 0.25s;
    transition: color 0.25s;

}





.fp-viewing-0 #fp-nav.fp-left,
.your-survey-result  #fp-nav.fp-left {
  opacity: 0!important;
  visibility: hidden!important;
}

.page-survey-real ~ #fp-nav ul li:first-of-type,
.page-survey-real ~ #fp-nav ul li:last-of-type,
.page-survey-real ~ #fp-nav ul li:nth-last-child(2) {
  display: none;
}

.page-template-page-survey #fp-nav ul li a,
.single-survey #fp-nav ul li a {
  pointer-events: none;
}


@media(min-width: 768px){


  .page-template-results #fp-nav.fp-left {
    opacity: 1!important;
    visibility: visible!important;
  }

  .page-template-results #fp-nav ul li a.active span,
  .page-template-results #fp-nav ul li:hover a span,
  .page-template-results .fp-slidesNav ul li a.active span,
  .page-template-results .fp-slidesNav ul li a.active span {
    background: #ec3724;
  }

  #fp-nav ul li a.active {
    width: 1.65em;
  }

  #fp-nav ul li a {
    width: 1em;
  }


  #fp-nav.fp-left {
    left: 3vw;
    margin-top: 0!important;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-flow: column;

    -moz-box-orient: vertical;

    -moz-box-direction: normal;

    -ms-flex-flow: column;

    flex-flow: column;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #fp-nav.fp-left ul li:last-of-type {
    margin-bottom: 0.7em;
  }

   #fp-nav.fp-left .mob-count {
    font-style: italic;
    color: #ec3724;
    font-family: 'Canela';
    font-weight: bold;
    font-size: -webkit-calc(0.4vw + 18px);
    font-size: -moz-calc(0.4vw + 18px);
    font-size: calc(0.4vw + 18px);
   }

  #fp-nav ul li,
  .fp-slidesNav ul li {
    width: 1.5em;
    height: 1px;
    margin: 1em 0;
    position: relative;
  }

  #fp-nav ul li a {
    opacity: 0.3;
    width: 1.5em;
  }

  #fp-nav ul li a.prev {
    opacity: 1;
  }

  #fp-nav ul li a.active {
    width: 3.3em;
    opacity: 1;
  }

  #fp-nav ul li a span,
  #fp-nav ul li:hover a span,
  .fp-slidesNav ul li a span,
  .fp-slidesNav ul li a span {
    height: 1px;
    width: 100%;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    left: 0;
    top: 0;
    background: #6224f4;
  }

  #fp-nav ul li a.prev span {
    background: #EC3724;
  }

  #fp-nav ul li a.active span,
  #fp-nav ul li:hover a.active span,
  .fp-slidesNav ul li a.active span,
  .fp-slidesNav ul li:hover a.active span {
    height: 1px;
    width: 100%;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    left: 0;
    top: 0;
  }
}


.input-question {
  font-size: 80px;
  font-size: 8.7vh;
  line-height: 96px;
  line-height: 10.5vh;
  color: #6224f4;
  background: #efefef;
  border: 0;
  border-bottom: 1px solid black;
  margin-top: 3vh;
  max-width: 90%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.answer-please-message {
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  right: 0;
  top: 0;
  left: 0;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.answer-please-message .answer-wrapper {
  width: 25vw;
  background: rgb(236, 55, 36);
  color: white;
  padding: 4vh 2vw;
  position: relative;
  -webkit-box-shadow: -68px 35px 42px 0px rgba(0,0,0,0.14);
  -moz-box-shadow: -78px 35px 42px 0px rgba(0,0,0,0.14);
  box-shadow: -68px 35px 42px 0px rgba(0,0,0,0.14)
}
body.show-message-answer .answer-please-message {
  visibility: visible;
  opacity: 1;
}

#survey_page + footer .right {
  position: relative;
}

#survey_page + footer .right  img {
  max-height: 1em;
}


/* ----------
   Empty Grid
   --------- */

  .empty-grid .left.answer #grid {
    position: relative;
    font-size: 20px;
    font-size: 1.9vh;
    line-height: 22px;
    line-height: 2vh;

    background-color: #6224F4;
    background-image: url('../img/axis-grid.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: -webkit-calc(100% - 39.4%) -webkit-calc(100% - 46vh);
    -moz-background-size: -moz-calc(100% - 39.4%) -moz-calc(100% - 46vh);
    -o-background-size: calc(100% - 39.4%) calc(100% - 46vh);
    background-size: calc(100% - 39.4%) calc(100% - 46vh);
    padding: 23vh 19.7%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .empty-grid .left.answer #grid > div > div {
    width: 50%;
  }

  .empty-grid .left.answer #grid .axis-wrapper {
    position: relative;
    width: 100%;
  }


  .empty-grid .left.answer #grid .axis-labelss .minus_plus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .empty-grid .left.answer #grid .axis-labels .minus_plus > span {
    position: absolute;
    top: 4.6%;
    width: 100%;
    left: 0;
  }


  .empty-grid .left.answer #grid .axis-labels .plus_plus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .empty-grid .left.answer #grid .axis-labels .plus_plus > span {
    position: absolute;
    right: -webkit-calc(8.9% + 3.19vw);
    right: -moz-calc(8.9% + 3.19vw);
    right: calc(8.9% + 3.19vw);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -ms-transform-origin-x: right;
    -ms-transform-origin-y: bottom;
    -webkit-transform-origin-x: right;
    -webkit-transform-origin-y: bottom;
    width: 100vh;
    bottom: 0px;
  }


  .empty-grid .left.answer #grid .axis-labels .minus_minus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .empty-grid .left.answer #grid .axis-labels .minus_minus > span {
    position: absolute;
    left: -webkit-calc(8.9% + 3.19vw);
    left: -moz-calc(8.9% + 3.19vw);
    left: calc(8.9% + 3.19vw);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -ms-transform-origin-x: left;
    -ms-transform-origin-y: bottom;
    -webkit-transform-origin-x: left;
    -webkit-transform-origin-y: bottom;
    width: 100vh;
    bottom: 0px;
  }

  .empty-grid .left.answer #grid .axis-labels .plus_minus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .empty-grid .left.answer #grid .axis-labels .plus_minus > span {
    position: absolute;
    bottom: 4.6vh;
    width: 100%;
    left: 0;
  }



  .empty-grid .left.answer #grid .axis-labels div > span {
    text-align: center;
    font-size: 55px;
    font-size: 3.19vw;
    line-height: 67px;
    font-family: 'KnockoutHTF54-Sumo';
    text-transform: uppercase;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #EFEFEF;
    padding: 0px 12%;
  }

  .empty-grid .left.answer #grid .axis-labels div > span > span {
    font-weight: 600;
  }

  .done-button {
    position: absolute;
    right: 3vw;
    bottom: 4vh;
    cursor: pointer;
  }

  .empty-grid .right.question {
    position: relative;
  }

  .empty-grid.survey-fetch .right.question {
    padding: 13vh 8.5vw 9vh;
  }

  .empty-grid .left.answer #grid div.your-position,
  .empty-grid .left.answer #grid div.your-real-position {
    position: absolute;
    width: 3vw;
    height: 3vw;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ec3724;
    bottom: -webkit-calc(50% - 1.5vw);
    bottom: -moz-calc(50% - 1.5vw);
    bottom: calc(50% - 1.5vw);
    left: -webkit-calc(50% - 1.5vw);
    left: -moz-calc(50% - 1.5vw);
    left: calc(50% - 1.5vw);
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
  }

.empty-grid.your-survey-result .left.answer #grid div.your-real-position {
  background: white;
}

.empty-grid.your-survey-result .left.answer #grid div.your-position span {
    width: 200%;
    display: block;
    font-size: 40px;
    font-size: 2vh;
    line-height: 43px;
    line-height: 3.1vh;
    text-align: center;
    max-width: unset;
    width: 150px;
    text-align: center;
    display: block;
    position: absolute;
    color: #efefef;
    position: relative;
    top: -3vh;
    left: -50px;
}

.empty-grid.your-survey-result .left.answer #grid div.your-real-position span {
    width: 200%;
    display: block;
    font-size: 40px;
    font-size: 2vh;
    line-height: 43px;
    line-height: 3.1vh;
    text-align: center;
    max-width: unset;
    width: 150px;
    text-align: center;
    display: block;
    position: absolute;
    color: #efefef;
    position: relative;
    top: -3vh;
    left: -50px;
}

/* ----------
   Grid
   --------- */

#grid {
  width: 100%;
  height: 100%;
  position: relative;
}

#grid svg {
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

[data-graphic-style="typ3"] #grid svg,
[data-graphic-style="typ4"] #grid svg,
[data-graphic-style="typ5"] #grid svg {
  overflow: visible;
  width: unset;
  height: unset;
}

.survey-content.survey-with-graph #grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: black;
}

.close-graphic {
  display: none;
}

#grid .node {
  padding-top: 0.5em;
  font-size: 40px;
  color: #fff;
  line-height: 48px;
  font-size: 40px;
  font-size: 3.8vh;
  line-height: 43px;
  line-height: 4.9vh;
  overflow: hidden;
  position: absolute;
  text-indent: 0.7em;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  -moz-transition: background 1s;
  transition: background 1s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
  text-align: left;
}

#grid .node[data-value="0.0"] {
  padding-top: 0;
}

/* Diagonal Grid */

#grid .square {
  position: absolute;
  right: 0;
  bottom: 0;
    font-size: 40px;
    font-size: 3.8vh;
    line-height: 43px;
    line-height: 4.9vh;
}

#grid .square div {
  /* position: absolute;
  top: 50px;
  bottom: 25px;
  padding: 50px;
  left: 30px; */
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  bottom: auto;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  padding: 1.1em 50px;
}

#grid .square div .letter {
  /* position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
  left: 12px; */
  position: relative;
  float: left;
  display: inline-block;
}

#grid .square div .value {
  /* transform: rotate(-90deg);
  position: absolute;
  left: 3px;
  top: 7px; */
  position: relative;
  float: left;
  display: inline-block;
}

#grid .square div .line {
  position: relative;
  float: left;
  display: inline-block;
  width: 0;
  height: 3px;
  margin: 20px 10px;
  /* content: '';
  display: block;
  height: 87%;
  width: 3px;
  background: white;
  position: relative;
  right: 23px;
  top: 23px; */
}

/* Bubbles */

#grid .graph circle {
  fill: transparent;
}

#grid .graph text {
  fill: #0000FF!important;
}

/* layers */
#grid .layer-0 path {
  fill: steel#0000FF;
}
#grid .layer-1 path {
  fill: white !important;
  opacity: 0.3;
  stroke-width: 2px;
  stroke: rgb(205, 205, 205);
}

/* Outer circle, tick-circles and spokes */
#grid circle.outer {
  stroke: #aaa;
  stroke-dasharray: 4, 4;
}
#grid .tick-circles circle {
  stroke: rgb(205, 205, 205);
}
#grid .spokes line {
  stroke: rgb(205, 205, 205);
}

/* Axis */
#grid .axis text {
  font-size: 15px;
}
#grid .axis .tick text {
  fill: rgb(154, 154, 154);
}
#grid .axis path {
  stroke: rgb(205, 205, 205);
  /* shape-rendering: crispEdges; */
}
#grid .axis line {
  stroke: rgb(205, 205, 205);
  /* shape-rendering: crispEdges; */
}

.radial-barchart .axis line { display: none; }
.radial-barchart .domain { display: none; }

/* Labels */
#grid .labels text {
  fill: #333;
    font-size: 40px;
    font-size: 3.8vh;
    line-height: 43px;
    line-height: 4.9vh;
}

#grid .graphic-times {
  position: absolute;
  left:0;
  bottom: 0;
  font-size: 80px;
  font-size: 7.7vh;
  line-height: 96px;
  line-height: 10.5vh;
  padding: 0.3em 0.7em;
}

#grid .node.hover circle {
  stroke: #0000FF!important;
}
#grid .node.hover text {
  fill: #0000FF!important;
}

#grid svg > * {
  -webkit-transition: fill 0.25s ease 0s;
  -o-transition: fill 0.25s ease 0s;
  -moz-transition: fill 0.25s ease 0s;
  transition: fill 0.25s ease 0s;
}

#grid #circles-anim rect {
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/* ----------
   Your survey result
   --------- */

  .your-survey-result.last-redirect.plus_plus .question-title.plus_plus,
  .your-survey-result.last-redirect.minus_plus .question-title.minus_plus,
  .your-survey-result.last-redirect.minus_minus .question-title.minus_minus,
  .your-survey-result.last-redirect.plus_minus .question-title.plus_minus,
  .your-survey-result.last-redirect.zero_plus .question-title.zero_plus,
  .your-survey-result.last-redirect.zero_minus .question-title.zero_minus,
  .your-survey-result.last-redirect.minus_zero .question-title.minus_zero,
  .your-survey-result.last-redirect.plus_zero .question-title.plus_zero,
  .your-survey-result.last-redirect.zero_zero .question-title.zero_zero {
    opacity: 1;
    visibility: visible;
  }

  .your-survey-result.last-redirect.plus_plus .question-title.plus_plus,
  .your-survey-result.last-redirect.minus_plus .question-title.minus_plus,
  .your-survey-result.last-redirect.minus_minus .question-title.minus_minus,
  .your-survey-result.last-redirect.plus_minus .question-title.plus_minus,
  .your-survey-result.last-redirect.zero_plus .question-title.zero_plus,
  .your-survey-result.last-redirect.zero_minus .question-title.zero_minus,
  .your-survey-result.last-redirect.minus_zero .question-title.minus_zero,
  .your-survey-result.last-redirect.plus_zero .question-title.plus_zero,
  .your-survey-result.last-redirect.zero_zero .question-title.zero_zero {
    opacity: 1;
    visibility: visible;
  }

  .your-survey-result.last-redirect .question-title {
    position: absolute;
    left: 3vw;
    right: 4vw;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    font-size: -webkit-calc(1.153vw + 35px);
    font-size: -moz-calc(1.153vw + 35px);
    font-size: calc(1.153vw + 35px);
    line-height: 1.2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .your-survey-result.last-redirect .question-title a {
    color: #959595;
    font-size: -webkit-calc(0.65vw + 16px);
    font-size: -moz-calc(0.65vw + 16px);
    font-size: calc(0.65vw + 16px);
  }

  .your-survey-result.last-redirect .question-title span {
    text-transform: uppercase;
    font-family: 'KnockoutHTF54-Sumo';
    text-align: center;
    color: #6224f4;

  }

  .question-title .know-more {
    display: none;
  }

  .know-title {
    text-transform: uppercase;
    margin-bottom: 1em;
  }

  .result-pop-up .share-button {
    border: 1px solid white;
    padding: 15px 30px;
    font-size: -webkit-calc(0.4vw + 16px);
    font-size: -moz-calc(0.4vw + 16px);
    font-size: calc(0.4vw + 16px);
    line-height: 1em;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
  }

  .share-button .buttons-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
  }

  .share-button:hover .buttons-wrap {
    opacity: 1;
    visibility: visible;
    background: white;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s
  }


  .share-button .buttons-wrap > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .share-button .buttons-wrap > a.twitter-final {
    margin-left: -3px;
  }

  .share-button .buttons-wrap svg {
    height: 18px;
  }

  .result-pop-up {
    position: fixed;
    top:0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s
  }


  .result-pop-up.show {
    visibility: visible;
    opacity: 1;
  }

  .result-pop-up.show + div .question-title span {
    color: #ec3724;
  }



  .result-pop-up-wrapper {
    width: 42%;
    background: #ec3724;
    padding: 9vh 4vw;
    color: white;
    position: relative;
    -webkit-box-shadow: -68px 35px 42px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: -78px 35px 42px 0px rgba(0,0,0,0.14);
    box-shadow: -68px 35px 42px 0px rgba(0,0,0,0.14)
  }

  .result-pop-up-wrapper::after {
    content: url('../img/pop-up-close.svg');
    position: absolute;
    right: 30px;
    top: 40px;
    cursor: pointer;

  }





/* ----------
   Traveler bonus
   --------- */

  .traveler-bonus.survey-content .left {
    overflow: hidden;
    background: #6224f4;
    position: relative;
  }

  .traveler-bonus.survey-content .left .text-mobile {
    display: none;
  }

  .survey-content.traveler-bonus .right.question {
    padding: 13vh 9vw 9vh 11.5vw;
  }

  .traveler-bonus.survey-content .left .mouse {
    position: absolute;
    bottom: 4vh;
    z-index: 99;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    max-width: 1.8vw;
  }

  .mouse:not(.text-mobile) {
    -webkit-animation: scroll 1.5s ease infinite;
    -moz-animation: scroll 1.5s ease infinite;
    -o-animation: scroll 1.5s ease infinite;
    animation: scroll 1.5s ease infinite;
  }

  @-webkit-keyframes scroll {
    0% {
      opacity: 0;
      cy: 481;
    }
    33% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      cy: 231;
    }
  }

  @-moz-keyframes scroll {
    0% {
      opacity: 0;
      cy: 481;
    }
    33% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      cy: 231;
    }
  }

  @-o-keyframes scroll {
    0% {
      opacity: 0;
      cy: 481;
    }
    33% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      cy: 231;
    }
  }

  @keyframes scroll {
    0% {
      opacity: 0;
      cy: 481;
    }
    33% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      cy: 231;
    }
  }


  .traveler-bonus.survey-content .left #grid::after {
    content: "";
    background: #ec3724;
    height: 50vw;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -44vh;
  }

  .single-bonus > div {
    margin-bottom: 30px;
  }

  .bonus-wrapper {
    color: #efefef;
    padding: 5vh 3vw 0;
    padding: 8vh 3vw 23vh;
    padding: 8vh 8.2vw 23vh;
    position: relative;
    z-index: 2;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .bonus-wrapper .single-bonus > div {
    margin-bottom: 3vh;
  }

  .bonus-answer {
    text-align: right;
  }

  .survey-content.traveler-bonus .right {
    background-color: #efefef;
    color: black;
    position: relative;
  }

  .survey-content.traveler-bonus .right .single-bonus {
    width: 100%;
  }

  .survey-content.traveler-bonus .right .done-button {
    border-color: white;
  }

  .traveler-bonus .question-title span {
    font-family: 'KnockoutHTF54-Sumo';
    font-size: 50px;
    font-size: -webkit-calc(0.045vw + 30px);
    font-size: -moz-calc(0.045vw + 30px);
    font-size: calc(0.045vw + 30px);
    line-height: 43px;
    line-height: -webkit-calc(0.045vw + 30px);
    line-height: -moz-calc(0.045vw + 30px);
    line-height: calc(0.045vw + 30px);
    color: #6224f4;
  }

  .traveler-bonus .question-title > p {
    margin-top: 8px;
    margin-top: 0.2em;
    margin-bottom: 54px;
    margin-bottom: 1.5em;
    font-weight: 500;
  }

  .survey-content.traveler-bonus .right .single-bonus .bonus-question {
    color: #6224f4;
  }

  .survey-content.traveler-bonus .right .single-bonus .bonus-question::before {
    content: "";
    width: 3.5vw;
    vertical-align: middle;
    height: 1px;
    background: #6224f4;
    display: inline-block;
  }


  .single-bonus.added::before {
    width: 6.5vw;
    margin-right: 1vw;
  }



  .survey-content.traveler-bonus .left .next-bonus  .single-bonus .bonus-answer::after {
    display: none;
  }

  .survey-content.traveler-bonus .left .next-bonus  .single-bonus .bonus-answer::after {
    display: none;
  }

  .survey-content.traveler-bonus .right .single-bonus .bonus-answer {
    text-align: left;
    position: relative;
  }

  .survey-content.traveler-bonus .right .single-bonus .bonus-answer .done-button {
    position: absolute;
    bottom: 8px;
    right: 0;
    border: 1px solid #6224f4;
    padding: 15px 17px;
    font-size: -webkit-calc(0.4vw + 16px);
    font-size: -moz-calc(0.4vw + 16px);
    font-size: calc(0.4vw + 16px);
    line-height: 1em;
    color: #6224f4;
  }

  .survey-content.traveler-bonus.bonus-added .right .single-bonus .bonus-answer .done-button {
    background: #6224f4;
    color: #efefef
  }

  .survey-content.traveler-bonus.bonus-added .blurred-bonus {
    opacity: 0.4;
  }

  .survey-content.traveler-bonus .right .single-bonus .bonus-answer textarea{
    padding: 17px 22px;
    background: transparent;
    color: #6224f4;
    border: 1px solid #6224f4;
    width: 100%;
    margin-top: 20px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

}

.survey-content.traveler-bonus .bonus-skip {
  cursor: pointer;
}

 .bonus-skip.hide {
   opacity: 0;
   visibility: hidden;
 }

.survey-content.traveler-bonus .bonus-skip i {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 0.45vw;
  opacity: 1;
  position: relative;
  top: 2px;
  margin-left: 0;
}

.survey-content.traveler-bonus .bonus-skip i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 1px 0 0px 1px;
}

.next-bonus .bonus-answer > div,
.single-bonus.added > div {
  color: #efefef;
  font-family: 'KnockoutHTF54-Sumo';
  font-size: 50px;
  font-size: -webkit-calc(0.045vw + 30px);
  font-size: -moz-calc(0.045vw + 30px);
  font-size: -webkit-calc(0vw + 27px);
  font-size: -moz-calc(0vw + 27px);
  font-size: calc(0vw + 27px);
  line-height: 43px;
  line-height: -webkit-calc(0.045vw + 30px);
  line-height: -moz-calc(0.045vw + 30px);
  line-height: calc(0.045vw + 30px);
  position: absolute;
  right: -6.5vw;
  bottom: -1.7vh;
}

.single-bonus.added > div {
  left: -6.5vw;
  right: unset;
  margin-bottom:0;
}

.traveler-bonus.survey-content.my-question-bonus .left{
  background: #ec3724;
}

.traveler-bonus.survey-content.my-question-bonus .left #grid::after {
  background: #6224f4;
}

.survey-content.my-question-bonus .question-title span {
  color: #ec3724;
}

.survey-content.traveler-bonus.my-question-bonus .right .single-bonus .bonus-answer textarea {
  border-color: #ec3724;
  color: #ec3724;
}

.survey-content.traveler-bonus.my-question-bonus .right .single-bonus .bonus-answer .done-button {
  color: #ec3724;
  border-color: #ec3724;
}

.survey-content.traveler-bonus.my-question-bonus.bonus-added .right .single-bonus .bonus-answer .done-button {
  background: #ec3724;
  color: #efefef
}




.left .single-bonus {
  font-size: -webkit-calc(0.15vw + 16px);
  font-size: -moz-calc(0.15vw + 16px);
  font-size: calc(0.15vw + 16px);
  line-height: -webkit-calc(0.4vw + 16px);
  line-height: -moz-calc(0.4vw + 16px);
  line-height: calc(0.4vw + 16px);display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.left .single-bonus .bonus-question,
.left .single-bonus.added {
  position: relative;
  width: 61%;
  height: auto;
  text-align: left;
  background-color: #efefef;
  border: 1px solid #efefef;
  color: #6224f4;
  padding: 1vh 1.3vw 4.2vh;
}

.left .single-bonus .bonus-question:after,
.left .single-bonus.added:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -23px;
  bottom: 0px;
  border: 11px solid;
  border-color: transparent #efefef #efefef transparent;
}

.left  .single-bonus .bonus-question:before,
.left .single-bonus.added:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -26px;
  bottom: -1px;
  border: 13px solid;
  border-left: 13px solid;
  border-color: transparent #efefef #efefef transparent;
}


.left .single-bonus .bonus-answer {
  position: relative;
  width: 61%;
  height: auto;
  text-align: left;
  background-color: #efefef;
  border: 1px solid #efefef;
  color: #6224f4;
  padding: 1vh 1.3vw 4.2vh;
  margin-left: auto;

}

.left .single-bonus .bonus-answer:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -23px;
  bottom: 0px;
  border: 11px solid;
  border-color: transparent transparent #efefef #efefef ;
}

.left  .single-bonus .bonus-answer:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -26px;
  bottom: -1px;
  border: 13px solid;
  border-left: 13px solid;
  border-color: transparent transparent #efefef #efefef ;
}


.traveler-bonus:not(.my-question-bonus) .left .next-bonus .single-bonus  .bonus-answer {
  opacity: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.traveler-bonus.bonus-added .left .next-bonus .single-bonus  .bonus-answer {
  opacity: 1;
}

.survey-content.traveler-taxonomies .question-title > div:not(.taxonomy){
  margin-bottom: 1.5em
}

.survey-content.traveler-taxonomies .question-title > div.taxonomy > div {
  color: #6224f4;
  margin-bottom: 1.1em;
}

.survey-content.traveler-taxonomies .submit-button {
  color: #6224f4;
    border: 1px solid #6224f4;
    padding: 15px 17px;
    font-size: -webkit-calc(0.4vw + 16px);
    font-size: -moz-calc(0.4vw + 16px);
    font-size: calc(0.4vw + 16px);
    line-height: 1em;
    color: #6224f4;
    display: inline-block;
    cursor: pointer;
    opacity: 0.3;
    pointer-events: none;
}

.anim-gender-done.anim-age-done.anim-country-done .survey-content.traveler-taxonomies .submit-button {
    opacity: 1;
    pointer-events: all;
}

.results-button a {
  color: #ec3724;
    border: 1px solid #ec3724;
    padding: 15px 17px;
    font-size: -webkit-calc(0.4vw + 16px);
    font-size: -moz-calc(0.4vw + 16px);
    font-size: calc(0.4vw + 16px);
    line-height: 1em;
    color: #ec3724;
    display: inline-block;
    cursor: pointer;
}

.survey-content.traveler-taxonomies #grid > div {
  width: 50%;
  height: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.survey-content.traveler-taxonomies #grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.traveler-taxonomies.survey-content .right.question {
  padding: 0vh 6.6vw 0vh 11.9vw;
}

.survey-content.traveler-taxonomies #grid > div > span {
  height: 68%;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.survey-content.traveler-taxonomies #grid > div.top-left {
  background: #6224f4;
}

.survey-content.traveler-taxonomies #grid > div.top-left > span {
  background: #ec3724;
}

.survey-content.traveler-taxonomies #grid > div.top-right {
  background: #000000;
}

.survey-content.traveler-taxonomies #grid > div.top-right > span {
  background: #6224f4;
}

.survey-content.traveler-taxonomies #grid > div.bottom-left {
  background: #ec3724;
}

.survey-content.traveler-taxonomies #grid > div.bottom-left > span {
  background: #efefef;
}

.survey-content.traveler-taxonomies #grid > div.bottom-right {
  background: #efefef;
}

.survey-content.traveler-taxonomies #grid > div.bottom-right > span {
  background: #000000;
}



.survey-content.traveler-taxonomies.tax-changed-1 #grid > div.top-left > span {
  background: #efefef;
}


.survey-content.traveler-taxonomies.tax-changed-1 #grid > div.top-right > span {
  background: #ec3724;
}

.survey-content.traveler-taxonomies.tax-changed-1 #grid > div.bottom-left > span {
  background: #000000;
}

.survey-content.traveler-taxonomies.tax-changed-1 #grid > div.bottom-right > span {
  background: #6224f4;
}

.survey-content.traveler-taxonomies.tax-changed-1 #grid > div.top-left > span {
  background: #efefef;
}


.survey-content.traveler-taxonomies.tax-changed-2 #grid > div.top-left > span {
  background: #000000;
}

.survey-content.traveler-taxonomies.tax-changed-2 #grid > div.top-right > span {
  background: #efefef;
}

.survey-content.traveler-taxonomies.tax-changed-2 #grid > div.bottom-left > span {
  background: #6224f4;
}

.survey-content.traveler-taxonomies.tax-changed-2 #grid > div.bottom-right > span {
  background: #ec3724;
}

.survey-content.traveler-taxonomies.tax-changed-3 #grid > div.top-left > span {
  background: #6224f4;
}

.survey-content.traveler-taxonomies.tax-changed-3 #grid > div.top-right > span {
  background: #000000;
}

.survey-content.traveler-taxonomies.tax-changed-3 #grid > div.bottom-left > span {
  background: #ec3724;
}

.survey-content.traveler-taxonomies.tax-changed-3 #grid > div.bottom-right > span {
  background: #efefef;
}




.select2, .select2-dropdown {
  font-family: 'KnockoutHTF54-Sumo';
  font-size: 50px;
  font-size: -webkit-calc(0.045vw + 30px);
  font-size: -moz-calc(0.045vw + 30px);
  font-size: calc(0.045vw + 30px);
  line-height: 43px;
  line-height: -webkit-calc(0.045vw + 30px);
  line-height: -moz-calc(0.045vw + 30px);
  line-height: calc(0.045vw + 30px);
  color: #6224f4;
}

.select2 .select2-selection {
  line-height: -webkit-calc(0.9vw + 30px);
  line-height: -moz-calc(0.9vw + 30px);
  line-height: calc(0.9vw + 30px);
}



/* Select 2 */

.select2-container {
  width: 320px!important;
  max-width: 100%!important;
}
.results-filters .select2-container--default.select2-container--below .select2-selection--single .select2-selection__rendered {
  color: #ec3724;
}

.survey-content.traveler-taxonomies .right .taxonomy {
  margin: 13px 0 32px;
  margin: 1.9em 0 1.55em;
}

.survey-content.traveler-taxonomies .right .taxonomy.gender {
    margin-top: 1.1em;
}

.select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ec3724;
  line-height: inherit;
}

.select2-container .select2-selection--single {
  height: auto;
  border: 0;
  background-color: #efefef;
  border-bottom: 1px solid #6224f4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  cursor: inherit;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-dropdown {
  background: #efefef;
  border: 1px solid #6224f4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.select2-results__option {
    color: #ec3724;
    opacity: 0.2;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #ec3724;
  opacity: 0.2;
  text-transform: capitalize;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: transparent;
}

.page-template-page-survey .select2-dropdown .select2-search,
.single-survey .select2-dropdown .select2-search {
  display: none;
}

.page-template-results .select2-dropdown .select2-search {
  display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background: #efefef;
  border: 1px solid #6224f4;
}


.select2-results__group:hover {
  background-color: pink;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #efefef;
  color: #ec3724;
  opacity: 1;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none;
}

.your-survey-result.loading .question-title em {
  margin-top: 1.2em;
}

.your-survey-result.loading .question-title::after {
  content: "";
  width: 30%;
  height: 1px;
  background: #6224f4;
  display: block;
  position: relative;
  margin-top: 4.5vh;
}

.your-survey-result.loading #grid {
  background: #6224f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.your-survey-result.loading #grid .loading-bubble {
  height: 23vh;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 0.8em
}

.your-survey-result.loading #grid .loading-bubble:nth-child(2) {
  opacity: 0.75;
}

.your-survey-result.loading #grid .loading-bubble:nth-child(3) {
  opacity: 0.5;
}

.your-survey-result.loading .question-title {
  margin-bottom: 15.5vh;
}


.loader-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loader {
  height: 4px;
  width: 75%;
  margin: 0 25px;
  margin-top: 13px;
  position: relative;
  overflow: hidden;
  background-color: #E9E9E9;
  display: block;
}

.loader:before{
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #6224f4;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

@-webkit-keyframes loading {
  from {left: -200px; width: 30%;}
  50% {width: 30%;}
  70% {width: 70%;}
  80% { left: 50%;}
  95% {left: 120%;}
  to {left: 100%;}
}

@-moz-keyframes loading {
  from {left: -200px; width: 30%;}
  50% {width: 30%;}
  70% {width: 70%;}
  80% { left: 50%;}
  95% {left: 120%;}
  to {left: 100%;}
}

@-o-keyframes loading {
  from {left: -200px; width: 30%;}
  50% {width: 30%;}
  70% {width: 70%;}
  80% { left: 50%;}
  95% {left: 120%;}
  to {left: 100%;}
}

@keyframes loading {
  from {left: -200px; width: 30%;}
  50% {width: 30%;}
  70% {width: 70%;}
  80% { left: 50%;}
  95% {left: 120%;}
  to {left: 100%;}
}

.count {
  opacity: 0;
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}


/* ----------
   References
   --------- */

   .results-button a.mobile-go-ref {
    display: none;
  }

  .references-content .left.answer p,
  .references-content .left.answer .frase {
      margin-bottom: 3.5vh;
  }

  .references-content .left.answer .frase {
    font-family: 'KnockoutHTF54-Sumo', 'sans-serif';
    text-transform: uppercase;
    font-size: -webkit-calc(0.8vw + 18px);
    font-size: -moz-calc(0.8vw + 18px);
    font-size: calc(0.8vw + 18px);
    line-height: -webkit-calc(0.8vw + 18px);
    line-height: -moz-calc(0.8vw + 18px);
    line-height: calc(0.8vw + 18px);
  }

  .references-content .left.answer #grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .references-content.survey-content .right.question,
  .references-content.survey-content .left.answer {
    padding: 11vh 50px 0 79px;
    padding: 10vh 4vw;
  }

  .references-content.survey-content .left.answer {
    position: relative;
    background: #efefef;
    padding: 13vh 8vw 9vh 8.1vw;
  }

  .references-content.survey-content .right.question {
    padding: 11vh 105px;
    padding: 8vh 5vw;
    padding: 8vh 2vw 8vh 5vw;
    padding: -webkit-calc(4vh - 14px) 2vw 8vh 5vw;
    padding: -moz-calc(4vh - 14px) 2vw 8vh 5vw;
    padding: calc(4vh - 14px) 2vw 8vh 5vw;
    background: #6224f4;
    color: #efefef;
    display: initial;
    font-size: -webkit-calc(2.7vw + 17px);
    font-size: -moz-calc(2.7vw + 17px);
    font-size: calc(2.7vw + 17px);
    font-size: -webkit-calc(5vh + 17px);
    font-size: -moz-calc(5vh + 17px);
    font-size: calc(5vh + 17px);
    line-height: -webkit-calc(3vw + 24px);
    line-height: -moz-calc(3vw + 24px);
    line-height: calc(3vw + 24px);
    line-height: -webkit-calc(5vh + 24px);
    line-height: -moz-calc(5vh + 24px);
    line-height: calc(5vh + 24px);
    font-family: KnockoutHTF54-Sumo;
  }

  .references-content.survey-content .right.question .about-image {
    right: 3vw;
    bottom: 5vh;
    width: 10.5vw;
  }

  .references-content.survey-content .right .reference-list {
    position: relative;
    max-height: 100%;
    overflow-y: auto;
    padding-right: 3vw;
  }

    /* width */
  .references-content.survey-content .right .reference-list::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  .references-content.survey-content .right .reference-list::-webkit-scrollbar-track {
    background:rgba(239, 239, 239, 0.3);
    opacity: 0.3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  /* Handle */
  .references-content.survey-content .right .reference-list::-webkit-scrollbar-thumb {
    background: #ec3724;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }


  .references-content.survey-content .right .references-title {
    font-family: 'KnockoutHTF54-Sumo', 'sans-serif';
    font-size: -webkit-calc(2.2vw + 18px);
    font-size: -moz-calc(2.2vw + 18px);
    font-size: calc(2.2vw + 18px);
    line-height: -webkit-calc(2.2vw + 18px);
    line-height: -moz-calc(2.2vw + 18px);
    line-height: calc(2.2vw + 18px);
    margin-bottom: 1em;
    position: fixed;
    width: -webkit-calc(50vw - 6vw - 5vw);
    width: -moz-calc(50vw - 6vw - 5vw);
    width: calc(50vw - 6vw - 5vw);
    background: #6224f4;

  }

  .reference-list > div:nth-child(2) {
    margin-top: 100px;
  }

  .reference-list .reference {
    margin-bottom: 1em;
  }

  .reference-list .reference a:hover,
  .reference-list .reference a.active {
    color: #ec3724;
  }

  .close-reference {
    padding: 0.5vh 2vw;
    top: 4.5vh;
    right: .9vw;
    position: absolute;
    height: 5.5vh;
    cursor: pointer
  }

  .post-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 7vh;
    right: 3vw;
  }

  .post-nav .nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }

  .post-nav i a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }

  .post-nav i span {
    border: 0;
    opacity: 1;
  }

  .post-nav .arrow.right span,
  .post-nav .arrow.left span {
    opacity: 1;
    border: 0;
  }

  .post-nav i.right span a {
    opacity: 1;
    border: solid #6224f4;
    border-width: 1px 0 0px 1px;
  }

  .post-nav i.left span a {
    opacity: 1;
    border: solid #efefef;
    border-width: 0 1px 1px 0;
  }

  .opened-reference .reference-link {
    display: inline-block;
    border: 1px solid #6224f4;
    color: #6224f4;
    padding: 0.5em 0.5em 0.55em;
    margin-top: 2.5em;
    font-size: -webkit-calc(0.35vw + 16px);
    font-size: -moz-calc(0.35vw + 16px);
    font-size: calc(0.35vw + 16px);
    line-height: -webkit-calc(0.35vw + 16px);
    line-height: -moz-calc(0.35vw + 16px);
    line-height: calc(0.35vw + 16px);
  }

  .survey-content.references-content .opened-reference {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    right: 0;
  }

  .survey-content.references-content .opened-reference.show {
    opacity: 1;
    visibility: visible;
  }

  /* ----------
   Single Reference
   --------- */

   .opened-reference {
    padding: 11vh 105px;
    background-color: #efefef;
    height: 100%;
    padding: 8vh 6vw 8vh 5vw;
    color: white;
    background: #ec3724;
  }



  .references-content.survey-content .right  .opened-reference .references-title {
    border-bottom: 1px solid #efefef;
    padding-bottom: 0.8em;
    color: #6224f4;
    background: #ec3724;
  }


  .opened-reference .reference-title {
    margin-bottom: 0.5em;
    color: #6224f4;
    font-size: -webkit-calc(0.80vw + 20px);
    font-size: -moz-calc(0.80vw + 20px);
    font-size: calc(0.80vw + 20px);
    line-height: 1.23em;

  }

  .opened-reference .reference-title {
    margin-top: -webkit-calc( 100px + 1em);
    margin-top: -moz-calc( 100px + 1em);
    margin-top: calc( 100px + 1em)
  }

/* ----------
   Results
   --------- */


  .results-content #grid .question-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding: 0.5em 0.8em;
    background: white;
    z-index: 9999;
    font-size: 40px;
    font-size: 3.8vh;
    line-height: 43px;
    line-height: 4.9vh;
  }

  .results-content .show-answer {
    position: absolute;
    text-align: left;
    background: white;
    z-index: 9999;
    border: 1px solid black;
  }


  .results-content .right.question {
    position: relative;
  }

  .results-content .question-title span,
  .results-content .question-title strong {
    color: #0000FF;
    font-weight: inherit;
  }

  .results-content .question-title .taxonomy {
    position: absolute;
    background: white;
    border: 1px solid #979797;
    opacity: 0;
    visibility: hidden;
    padding: 0em 0.1em 0.3em 0.3em;
    margin-top: 10px;
  }

  .results-content .question-title .taxonomy.opened {
    opacity: 1;
    visibility: visible;
  }

  .results-content .question-title .taxonomy > div:hover {
    background: white;
    color: #0000FF;
  }

  .results-content #grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 40px;
    font-size: 3.8vh;
    line-height: 43px;
    line-height: 4.9vh;
   }

  .spinner {
    margin: 20px auto 0;
    text-align: center;
  }

  .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #0000FF;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    -moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    -o-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    margin: 0 5px;
  }

  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    -moz-animation-delay: -0.32s;
    -o-animation-delay: -0.32s;
    animation-delay: -0.32s;
    opacity: 0.25;
  }

  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    -moz-animation-delay: -0.16s;
    -o-animation-delay: -0.16s;
    animation-delay: -0.16s;
    opacity: 0.5;
  }

  @-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
  }

  @-moz-keyframes sk-bouncedelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      transform: scale(0);
    } 40% {
      -webkit-transform: scale(1.0);
      -moz-transform: scale(1.0);
      transform: scale(1.0);
    }
  }

  @-o-keyframes sk-bouncedelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
    } 40% {
      -webkit-transform: scale(1.0);
      -o-transform: scale(1.0);
      transform: scale(1.0);
    }
  }

  @keyframes sk-bouncedelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
    } 40% {
      -webkit-transform: scale(1.0);
      -moz-transform: scale(1.0);
      -o-transform: scale(1.0);
      transform: scale(1.0);
    }
  }

  .results-filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 99;
    top: 4vh;
    right: 57.2vw;
    visibility: visible;
    opacity: 1;
    /* transform: translate(5vw); */
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s
  }

  /* .filter-toggle.opened + .results-filters {
    transform: translate(0);
    visibility: visible;
    opacity: 1;
  } */

  .filter-toggle {
    position: fixed;
    z-index: 9;
    right: 54vw;
    top: 9vh;
    display: none;
  }

  .filter-toggle.opened img {
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
  }

  .filter-toggle img {
    height: 4vh;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s
  }

  .filter-toggle.opened .menu-toggle {
    visibility: visible;
    opacity: 1;
  }

  .filter-toggle .menu-toggle {
    position: absolute;
    top: -7px;
    right: -7px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s
  }

  .filter-toggle.opened .menu-toggle .vertical {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #ec3724;
}

.filter-toggle.opened .menu-toggle .horizontal {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
  background-color: #ec3724;
}

.page-template-about .menu-toggle .horizontal,
.page-template-about .menu-toggle .vertical,
.page-template-about footer .menu-toggle:after,
.page-template-about footer .menu-toggle:before,
.page-template-about footer .menu-toggle div,
.error404 .menu-toggle .horizontal,
.error404 .menu-toggle .vertical,
.error404 footer .menu-toggle:after,
.error404 footer .menu-toggle:before,
.error404 footer .menu-toggle div {
  background-color: #efefef;
}

  .results-filters .taxonomy {
    margin-left: 1vw;
  }

  .results-filters .select2,
  .results-filters .select2-dropdown {
    font-size: -webkit-calc(0vw + 21px);
    font-size: -moz-calc(0vw + 21px);
    font-size: calc(0vw + 21px);
    line-height: -webkit-calc(0vw + 21px);
    line-height: -moz-calc(0vw + 21px);
    line-height: calc(0vw + 21px);
  }

  .results-filters .select2-container .select2-selection--single {
    background-color: transparent;
    border-bottom: 0;
  }
  .results-filters  .select2-container--default .select2-selection--single .select2-selection__placeholder,
  .results-filters  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6224f4;
    opacity: 1;
  }

  .page-template-results .select2-dropdown {
    border-color: #ec3724;
    border-top: 1px solid #ec3724;
    background: black;
    font-size: -webkit-calc(0vw + 12px);
    font-size: -moz-calc(0vw + 12px);
    font-size: calc(0vw + 12px);
    line-height: -webkit-calc(0vw + 12px);
    line-height: -moz-calc(0vw + 12px);
    line-height: calc(0vw + 12px);
  }

  .page-template-results  .select2-results__option {
    padding: 2px 6px;
    opacity: 0.62;
  }


  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: transparent;
  }

    .results-filters .select2-container {
      width: initial!important;
    }

  .page-template-results,
  .page-template-about {
    color: #efefef;
  }

  .page-template-results .mouse {
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    max-height: 5.4vh;
    top: -4vh;
  }

  .page-template-results header .logo {
    color: #6224f4
  }



  .page-template-results .survey-content .right.question {
    background: black;
  }

  .page-template-results .done-button {
    border: 1px solid #6224f4;
    padding: 15px 17px;
    font-size: -webkit-calc(0.2vw + 16px);
    font-size: -moz-calc(0.2vw + 16px);
    font-size: calc(0.2vw + 16px);
    line-height: 1em;
    bottom: 4vh;
    color: #6224f4;
    font-family: 'TenorSans';
    bottom: 0;
  }

  .page-template-results #fp-nav ul li a span,
  .page-template-results #fp-nav ul li:hover a span,
  .page-template-results .fp-slidesNav ul li a span,
  .page-template-results .fp-slidesNav ul li a span {

  }



  /* ----------
   Footer
   --------- */
.home footer,
.page-template-intro.fp-viewing-0 footer{
  display: none;
}

.page-template-intro .menu-toggle .horizontal,
.page-template-intro .menu-toggle .vertical,
.page-template-intro footer .menu-toggle:after,
.page-template-intro footer .menu-toggle:before,
.page-template-intro footer .menu-toggle div {
  background-color: #efefef;
}

footer {
  font-family: 'Canela';
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  width: 50vw;
  position: fixed;
  bottom: 4vh;
  padding: 0 2vw 0 3vw;
  z-index: 999;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-template-intro footer .nav,
.page-template-about footer .nav,
.page-template-references footer .nav,
.page-template-results footer .nav,
body.your-survey-result:not(.redirect-references) footer .nav  {
  opacity: 0;
  visibility: hidden;
}


footer .nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

footer .mob-count {
  display: none;
}

footer .nav .go-ahead {
  font-size: -webkit-calc(0.15vw + 16px);
  font-size: -moz-calc(0.15vw + 16px);
  font-size: calc(0.15vw + 16px);
  line-height: 3em;
  color: #ec3724;
  position: relative;
  left: -0.5em;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translatex(15%);
  -moz-transform: translatex(15%);
  -ms-transform: translatex(15%);
  -o-transform: translatex(15%);
  transform: translatex(15%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

footer.ahead .nav .go-ahead {
  visibility: visible;
  opacity: 1;
  position: initial;
  -webkit-transform: translatex(-0em);
  -moz-transform: translatex(-0em);
  -ms-transform: translatex(-0em);
  -o-transform: translatex(-0em);
  transform: translatex(-0em);
}


.page-template-page-survey.fp-viewing-0 .page-survey-real ~ footer i span,
.single-survey.fp-viewing-0 .page-survey-real ~ footer i span {
  opacity: 0.3;
}

.page-template-page-survey.fp-viewing-0 .page-survey-real ~ footer i.right,
.single-survey.fp-viewing-0 .page-survey-real ~ footer i.right,
.traveler-bonus-shown i.right,
.my-question-bonus-shown i.right,
body.submit-form .arrow.right {
  pointer-events: none;
}

.page-template-page-survey.fp-viewing-0.graphic-answered  .page-survey-real ~ footer i.right span,
.single-survey.fp-viewing-0.graphic-answered  .page-survey-real ~ footer i.right span,
body.graphic-answered i.right span,
body.bonus-is-shown i.right span,
.your-survey-result.redirect-references i.right span {
  border-color: #ec3724;
  opacity: 1;
  cursor: pointer;
  pointer-events: all;
}

footer i {
  cursor: pointer;
}

i span {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 1vw;
}

.error404 i span {
  display: none;
}

.arrow.right span{
  border: solid black;
  opacity: 0.3;
  border-width: 1px 0 0px 1px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  right: 1.4vw;
  bottom: 0.4vw;
  top: 0.4vw;
}

.arrow.left,
.arrow.right {
  width: 3vw;
  height: 3vw;
  position: relative;
}

.arrow.left span {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  left: 1.4vw;
  right: -0.4vw;
  bottom: 0.4vw;
  top: 0.4vw;

}

footer.opened .menu-toggle .vertical {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #ec3724;
}

footer.opened .menu-toggle .horizontal {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
  background-color: #ec3724;
}

.menu-toggle {
  height: 3vw;
  width: 3vw;
  font-size: 1em;
  opacity: 1;
  position: relative;
  cursor: pointer;
}
.menu-toggle .horizontal {
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 2px;
  left: 50%;
  margin-left: -webkit-calc(-50% + 1px);
  margin-left: -moz-calc(-50% + 1px);
  margin-left: calc(-50% + 1px);
  top: 50%;
}
.menu-toggle .vertical {
  position: absolute;
  background-color: #000000;
  width: 2px;
  height: 100%;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -webkit-calc(-50% + 1px);
  margin-top: -moz-calc(-50% + 1px);
  margin-top: calc(-50% + 1px);
}

footer .menu-toggle {
  height: 1.5vw;
  width: 2.5vw;
  font-size: 1em;
  opacity: 1;
  position: relative;
  cursor: pointer;
}


	footer .menu-toggle:after,
	footer .menu-toggle:before,
	footer .menu-toggle div {
		background-color: #000;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		content: '';
		display: block;
		height: 2px;
		margin-bottom: 12px;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
  }

  .page-template-results footer .menu-toggle:after,
  .page-template-results footer .menu-toggle:before,
  .page-template-results footer .menu-toggle div {
    background-color: #6224f4
  }

	footer.opened .menu-toggle:before {
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
		position: relative;
      top: 14px;
      margin-bottom: 0;
	}

	footer.opened .menu-toggle:after {
		-webkit-transform:  rotate(-135deg);
		-moz-transform:  rotate(-135deg);
		-ms-transform:  rotate(-135deg);
		-o-transform:  rotate(-135deg);
		transform:  rotate(-135deg);
		position: relative;
    top: -2px;
    margin-bottom: 0;
	}

	footer.opened .menu-toggle div {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}



.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: translate(-5vw);
  -moz-transform: translate(-5vw);
  -ms-transform: translate(-5vw);
  -o-transform: translate(-5vw);
  transform: translate(-5vw)
}

footer.opened .menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0vw);
  -moz-transform: translate(0vw);
  -ms-transform: translate(0vw);
  -o-transform: translate(0vw);
  transform: translate(0vw);
}

.menu li {
  margin-right: 2.1vw;
  font-size: -webkit-calc(0.75vw + 16px);
  font-size: -moz-calc(0.75vw + 16px);
  font-size: calc(0.75vw + 16px);
}

.menu li a {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.page-template-intro .menu li a,
.error404 .menu li a {
  color: #efefef;
}

.menu li.current-menu-item a,
.menu li:hover a {
  color: #ec3724;
}

/* ----------
  About
  --------- */

#about {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #efefef;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  background: #6224f4;
}

.about-image {
  position: absolute;
  right: 5vw;
  bottom: 0vh;
  width: 20.5vw;
}

.about-image a {
  display: block;
}

.about-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: relative;
  z-index: 2;
}

.about-image a:after {
  content: "";
  background-color: black;
  -webkit-filter: blur(6.6px);
  filter: blur(6.6px);
  opacity: 0.38;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}


#about.about-opened {
  opacity: 1;
  visibility: visible;
}

#about strong {
  font-family: 'Canela';
  font-weight: bold;
}

#about .about-wrapper {
  width: 44%;
  margin-left: -9vw;
  margin-top: -7vh;
  background: #6224f4;
  padding: 4vh 0vw;
  position: relative;
  border-bottom: 1px solid #efefef;
}



.about-wrapper p:not(:last-of-type) {
  margin-bottom: 1em;
}

/* ----------
  Don't leave
  --------- */
#dont_leave {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #efefef;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

#dont_leave.leave-opened {
  opacity: 1;
  visibility: visible;
}

#dont_leave strong {
  font-family: 'Canela';
  font-weight: bold;
}

#dont_leave .leave-wrapper {
  width: 26%;
  background: #ec3724;
  padding: 3vh 2.5vw 4.5vh;
  position: relative;
  -webkit-box-shadow: -68px 35px 42px 0px rgba(0,0,0,0.14);
  -moz-box-shadow: -78px 35px 42px 0px rgba(0,0,0,0.14);
  box-shadow: -68px 35px 42px 0px rgba(0,0,0,0.14)
}

#dont_leave .leave-wrapper .done-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: initial;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: -12px;
  font-size: -webkit-calc(0.15vw + 16px);
  font-size: -moz-calc(0.15vw + 16px);
  font-size: calc(0.15vw + 16px);
}

#dont_leave .leave-wrapper .done-button svg {
  -webkit-transform: scale(0.65);
  -moz-transform: scale(0.65);
  -ms-transform: scale(0.65);
  -o-transform: scale(0.65);
  transform: scale(0.65);
}

.leave-wrapper img {
  position: absolute;
  right: 1em;
  top: 1em;
  cursor: pointer;
  width: 20px;
}

.leave-wrapper .visitor-number {
  position: initial;
  color: #efefef;
  padding-bottom: 0.1em;
  text-align: left;
  top: initial;
  padding-left: 0;
  border-bottom-color: #efefef;
  display: inline-block;
  margin-bottom: 20px;
  padding-right: 7vw;
}

.leave-wrapper p:not(:last-of-type) {
  margin-bottom: 1em;
}

#tap_to {
  opacity: 0;
  visibility: hidden;
}



@media (max-height: 915px) {
  body {
    font-size: -webkit-calc(0.35vw + 16px);
    font-size: -moz-calc(0.35vw + 16px);
    font-size: calc(0.35vw + 16px);
  }

  footer {
    bottom: 5vh;
  }

  .menu li {
    font-size: -webkit-calc(0.45vw + 16px);
    font-size: -moz-calc(0.45vw + 16px);
    font-size: calc(0.45vw + 16px);
  }

  .empty-grid.survey-fetch .right.question {
    padding: 0vh 4vw 0vh;
  }

  .visitor-number {
    right: -webkit-calc(50vw + 4vw);
    right: -moz-calc(50vw + 4vw);
    right: calc(50vw + 4vw);
    top: 6vh;
  }

  header .logo, .page-template-intro header .logo {
    top: 5vh;
  }

  .axis-buttons-title {
    margin-bottom: 10px;
  }

  .x-axis-buttons {
    margin-bottom: 9vh;
  }

  .survey-content .right.question .ansers-section {
    font-size: -webkit-calc(0.15vw + 16px);
    font-size: -moz-calc(0.15vw + 16px);
    font-size: calc(0.15vw + 16px);
  }

  .ansers-section.normal li,
  .ansers-section.idented li {
    padding-bottom: 0.8em;
    padding-top: 0.8em;
    padding-left: 1.5em;
  }

  .ansers-section.normal li::before,
  .ansers-section.idented li::before {
    content: "";
    width: 0.9em;
    height: 0.9em;
    border: 1px solid #6224f4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 0.4em;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 1.05em;
  }

  #fp-nav.fp-left {
    left: 2vw;
  }

  .survey-content .right.question {

  }
  #fp-nav ul li a.active {
    width: 2.6em;
  }

  .menu-toggle .vertical {
    margin-left: 0;
  }

  #fp-nav ul li, .fp-slidesNav ul li,
  #fp-nav ul li a {
    width: 1.3em;
  }

  #fp-nav ul li, .fp-slidesNav ul li {
    margin: 0.9em 0;
  }

  .survey-content .right.question {
    padding: 13vh 4vw 9vh 10vw;
  }

  .survey-content.traveler-bonus .right .single-bonus .bonus-answer .done-button {
    bottom: 6px;
  }
  .traveler-bonus .question-title span,
  .next-bonus .bonus-answer > div, .single-bonus.added > div,
  .select2,
  .select2-dropdown {
    font-size: -webkit-calc(0vw + 24px);
    font-size: -moz-calc(0vw + 24px);
    font-size: calc(0vw + 24px);
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: -webkit-calc(0vw + 30px);
    line-height: -moz-calc(0vw + 30px);
    line-height: calc(0vw + 30px);
  }

  .traveler-bonus .question-title > p {
    margin-bottom: 0.5em;
  }

  .survey-content.traveler-bonus .right .single-bonus .bonus-answer textarea {
    margin-top: 0;
  }

  .survey-content.traveler-bonus .right .single-bonus .bonus-answer textarea {
    padding: 14px 14px;
  }
  .survey-content.traveler-taxonomies .question-title > div.taxonomy > div {
    color: #6224f4;
    margin-bottom: 0.8em;
  }

  .survey-content.traveler-taxonomies .right .taxonomy.gender {
    margin-top: 0.8em;
  }

  .survey-content.traveler-taxonomies .right .taxonomy {
    margin: 0.9em 0 1.45em;
  }

  .survey-content.traveler-taxonomies .question-title > div.taxonomy > div {
    margin-bottom: 0.3em;
  }

  .traveler-taxonomies.survey-content .right.question {
    padding: 0vh 4vw 0vh 10vw;
  }

  .survey-content.traveler-taxonomies .question-title > div:not(.taxonomy) {
    margin-bottom: 1.1em;
  }

  .survey-content.traveler-taxonomies .submit-button {
    margin-bottom: 0;
  }

  .result-pop-up-wrapper {
    width: 53%;
    padding: 9vh 4vw 16vh;
  }

  .references-content.survey-content .left.answer {
    padding: 0vh 4vw 0vh 4vw;
  }

  .opened-reference .reference-title {
    font-size: -webkit-calc(0.20vw + 20px);
    font-size: -moz-calc(0.20vw + 20px);
    font-size: calc(0.20vw + 20px);
  }

  .quote {
    font-size: -webkit-calc(1vw + 30px);
    font-size: -moz-calc(1vw + 30px);
    font-size: calc(1vw + 30px);
  }

}

@media (max-width: 1000px) and (max-height: 600px) {
    body {
      font-size: -webkit-calc(0vw + 16px);
      font-size: -moz-calc(0vw + 16px);
      font-size: calc(0vw + 16px);
      line-height: -webkit-calc(1vw + 16px);
      line-height: -moz-calc(1vw + 16px);
      line-height: calc(1vw + 16px);
    }
    header .logo, .page-template-intro header .logo {
      top: 4vw;
      left: 4vw;
      font-size: -webkit-calc(0vw + 17px);
      font-size: -moz-calc(0vw + 17px);
      font-size: calc(0vw + 17px);
      line-height: -webkit-calc(0vw + 20px);
      line-height: -moz-calc(0vw + 20px);
      line-height: calc(0vw + 20px);
      -webkit-transition: all 0.25s;
      -o-transition: all 0.25s;
      -moz-transition: all 0.25s;
      transition: all 0.25s
    }
}

@media (max-width: 768px) {
  body.theres-reference-opened {
    overflow:hidden;
    position: fixed;
  }
  body {
    font-size: -webkit-calc(0vw + 16px);
    font-size: -moz-calc(0vw + 16px);
    font-size: calc(0vw + 16px);
    line-height: -webkit-calc(1vw + 16px);
    line-height: -moz-calc(1vw + 16px);
    line-height: calc(1vw + 16px);
  }

  .visulaization-toggle {
    display: block;
  }

  .page-template-intro .menu li a {
    color: #6224f4;
  }

  .page-template-intro .intro-text .fullheight > div.right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 7.8vw 8.1vw;
  }

  .page-template-about #about .about-wrapper {
    padding: 7.8vw 8.1vw;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    border-bottom: 0;
  }

  .about-image {
    width: 30vw;
  }

  .quote {
    font-size: -webkit-calc(0vw + 18px);
    font-size: -moz-calc(0vw + 18px);
    font-size: calc(0vw + 18px);
    line-height: -webkit-calc(0vw + 20px);
    line-height: -moz-calc(0vw + 20px);
    line-height: calc(0vw + 20px);
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: auto;
    margin-bottom: 0;
    border: 1px solid #efefef;
    padding: 1vh 7vw 0.5vh;
  }

  .page-template-about #about .about-wrapper:after {
    content: "";
    width: -webkit-calc(100% - 8.1vw - 8.1vw);
    width: -moz-calc(100% - 8.1vw - 8.1vw);
    width: -webkit-calc(100vw - 8.1vw - 8.1vw);
    width: -moz-calc(100vw - 8.1vw - 8.1vw);
    width: calc(100vw - 8.1vw - 8.1vw);
    height: 1px;
    background-color: #efefef;
    display: block;
    margin-top: 2.8vh;
  }

  /* .block-home2 .home-block:nth-child(2) {
    margin-top: 45%;
  }

  .block-home2 .home-block:nth-child(1) > a {
    height: 39vw;
  }

  .block-home2 .home-block:nth-child(2) > a {
    height: 46.5vw;
  } */

  .block-home .home-block:nth-of-type(1n), .block-home .home-block:nth-of-type(4n):nth-of-type(2n) {
    margin-top: 25%;
  }

  .block-home .home-block:nth-of-type(2n),
  .block-home .home-block:nth-of-type(5n) {
    margin-top: 2%;
  }

  .block-home .home-block:nth-of-type(3n) {
    margin-top: 0%;
  }

  .block-home .home-block:nth-of-type(1n) > a, .block-home .home-block:nth-of-type(4n):nth-of-type(2n) > a {
      height: 59vw;
  }

  .block-home .home-block:nth-of-type(2n) > a,
    .block-home .home-block:nth-of-type(5n) > a {
    height: 43vw;
  }

  .block-home .home-block:nth-of-type(3n) > a {
    height: 38vw;
  }

  .block-home .home-block:nth-of-type(3n) > a span {
    font-size: -webkit-calc(0.3vw + 18px);
    font-size: -moz-calc(0.3vw + 18px);
    font-size: calc(0.3vw + 18px);
  }

  .home .right.block-home {
    padding-top: 15%;
    padding-bottom: 30%;
  }

  .menu li.current-menu-item a,
  .menu li:hover a {
    color: black;
  }

  .page-template-intro .intro-text .fullheight > div.right > div {
    max-width: 100%;
  }

  .page-template-intro .intro-text .fullheight > div.right .intro-text-title {
    color: white;
    font-size: -webkit-calc(0vw + 18px);
    font-size: -moz-calc(0vw + 18px);
    font-size: calc(0vw + 18px);
    margin-top: 5.1vw;
  }

  .page-template-intro .intro-text .fullheight > div.right > div {
    margin-bottom: 2.4vh;
  }

  .page-template-intro .intro-text .fullheight > div.right .done-button svg circle,
  .page-template-intro .intro-text.intro-hovered .fullheight > div.right .done-button circle {
    stroke: white;
  }

  .page-template-intro .intro-text .fullheight > div.right .done-button svg path,
  .page-template-intro .intro-text.intro-hovered .fullheight > div.right .done-button path {
    fill: white;
  }

  .page-template-intro .intro-text.intro-hovered .fullheight > div.left {
    background-color: #6224f4;
  }

  .home .fullheight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  /* .home .logo br,
  .page-template-intro:not(.fp-viewing-1) .logo br {
    display: none;
  } */

  .home .logo svg,
  .page-template-intro .logo svg {
    top: -0.5vh;
    left: 0.4vw;
    max-height: 3.6vh;
    width: auto;
  }

  .home .logo svg path,
  .home.day-time .logo svg path {
    stroke: #efefef;
    stroke-width: 9px;
  }

  .home .quote,
  .home.day-time .quote {
    border-color: #efefef;
  }

  .home-block > a span {
    visibility: visible;
    opacity: 0.63;
    color: #e8e0d8;
  }

    .home .fullheight .right .click-to {
      display: none;
    }

  .home-block > a span {
    font-size: -webkit-calc(0vw + 17px);
    font-size: -moz-calc(0vw + 17px);
    font-size: calc(0vw + 17px);
  }

  .home-block > a {
    height: 80vw;
    position: relative;
    top: 2vh;
  }

  .quote {
    font-size: -webkit-calc(0vw + 24px);
    font-size: -moz-calc(0vw + 24px);
    font-size: calc(0vw + 24px);
    line-height: -webkit-calc(0vw + 24px);
    line-height: -moz-calc(0vw + 24px);
    line-height: calc(0vw + 24px);
    padding-bottom: 1vh;
  }

  .quote::before {
    width: 17vw;
  }

  .home .fullheight .right .click-to {
    font-size: -webkit-calc(0vw + 16px);
    font-size: -moz-calc(0vw + 16px);
    font-size: calc(0vw + 16px);
    bottom: 5vh;
  }

  .home.day-time .fullheight > div.left,
  .home .fullheight > div.left,
  .page-template-intro .intro-text .fullheight > div.left {
    position: absolute;
    z-index: 99;
    background: transparent;
    height: auto;
    top: 0;
    color: #efefef;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 7.8vw 8.1vw;
  }

  .home .logo {
    font-size: -webkit-calc(0vw + 14px);
    font-size: -moz-calc(0vw + 14px);
    font-size: calc(0vw + 14px);
    font-size: -webkit-calc(0vw + 17px);
    font-size: -moz-calc(0vw + 17px);
    font-size: calc(0vw + 17px);
    font-size: -webkit-calc(2.3vw + 31px);
    font-size: -moz-calc(2.3vw + 31px);
    font-size: calc(2.3vw + 31px);
  }

  .page-template-intro .logo {
top: 8.1vw;
    left: 8.1vw;

    font-size: -webkit-calc(0vw + 17px);

    font-size: -moz-calc(0vw + 17px);

    font-size: calc(0vw + 17px);
    line-height: -webkit-calc(0vw + 20px);
    line-height: -moz-calc(0vw + 20px);
    line-height: calc(0vw + 20px);
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
  }

    .home .logo br:first-of-type {
      display: none;
    }

    .home .logo span:before {
      content: "";
      width: 52vw;
      border-bottom: 1px solid white;
      height: 1px;
      display: inline-block;
      margin-right: 1vw;
      padding-right: 1vw;
      position: relative;
      top: -0.3em;
    }

  .page-template-intro .intro-text .fullheight > div.left {
    background-color: #6224f4;
    padding-bottom: 0;
  }

  .page-template-intro .intro-text .fullheight > div.right {
    background-color: #6224f4;
    color:#efefef;
  }

  .home .fullheight > div.left:hover {
    background-color: initial;
    color: white;
  }

  .home .quote {
    display: block;
  }

  .home .quote::before {
    background: #efefef;
  }

  .visitor-number{
    display: none;
  }

  footer .nav {
    position: fixed;
    bottom: 4vh;
    left: 6vw;
    right: 6vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  footer .mob-count {
    display: block;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: -5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
  }

  body:not(.fp-viewing-0):not(.traveler-bonus-shown):not(.my-question-bonus-shown):not(.your-survey-result):not(.submit-form) footer .mob-count   {
    opacity: 1;
    visibility: visible;
  }

  .redirect-references footer .mob-count {
    display: none;
  }

  footer .nav i.arrow.left {
    display: none;
  }

  footer .arrow.right {
    width: 6vw;
    height: 6vw;
    padding: 0;
  }

  footer .arrow.right span {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-left: 1px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
  }



  footer .nav .go-ahead {
    width: auto;
    display: inline-block;
    vertical-align: super;
    left:unset;
    top: -0.5em;
    display: none!important;
  }

  footer.ahead .nav .go-ahead {
    -webkit-transform: translatex(-0em);
    -moz-transform: translatex(-0em);
    -ms-transform: translatex(-0em);
    -o-transform: translatex(-0em);
    transform: translatex(-0em);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    position: relative;
  }

  .empty-grid.survey-fetch .right.question {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  .empty-grid .left.answer #grid div.your-position,
  .empty-grid .left.answer #grid div.your-real-position {
    width: 8vw;
    height: 8vw;
    bottom: -webkit-calc(50% - 4vw);
    bottom: -moz-calc(50% - 4vw);
    bottom: calc(50% - 4vw);
  }


  .survey-content.survey-fetch .fullheight > div,
  .survey-content.traveler-bonus .fullheight > div,
  .survey-content.results-content .fullheight > div,
  .page-template-intro .fullheight > div, .home .fullheight > div,
  .survey-content .fullheight > div {
    width: 100%;
  }

  .survey-content.survey-with-graph .fullheight,
   .survey-content.traveler-bonus .fullheight {
    position: relative;
  }

  .page-survey-real .survey-content .fullheight > div.left,
  .survey-content.traveler-bonus .fullheight > div.left {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 20;
    height: 100%;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
  }

  .left .single-bonus .bonus-question, .left .single-bonus.added,
  .left .single-bonus .bonus-answer {
    width: 90%;
  }

  .empty-grid .left.answer #grid .axis-labels .minus_plus > span {
    top: 11.6%;
  }

  .empty-grid .left.answer #grid .axis-labels .plus_minus > span {
    bottom: 11.6%;
  }

  .survey-content.traveler-bonus.show-for-mobile .fullheight > div,
   .survey-content.empty-grid.open-visualization .fullheight > div {
    opacity: 1;
    visibility: visible;
  }

  header.open-visualization .logo {
    color: #efefef;
  }

  header.open-visualization .logo svg path {
    stroke: #efefef;
  }

   footer.open-visualization i.right {
     border-color: #efefef;
   }

  .empty-grid .left.answer #grid .axis-labels div > span {
    font-size: 5.9vw;
  }

  .empty-grid .left.answer #grid .axis-labels .minus_minus > span {
    left: -webkit-calc(13.9% + 3.19vw);
    left: -moz-calc(13.9% + 3.19vw);
    left: calc(13.9% + 3.19vw);
  }

  .empty-grid .left.answer #grid .axis-labels .plus_plus > span {
    right: -webkit-calc(13.9% + 3.19vw);
    right: -moz-calc(13.9% + 3.19vw);
    right: calc(13.9% + 3.19vw);
  }

  .empty-grid .left.answer #grid .axis-labels .plus_plus > span,
  .empty-grid .left.answer #grid .axis-labels .minus_minus > span {
    width: 142%;
  }

  footer.open-visualization .menu-toggle > div,
  footer.open-visualization .menu-toggle::after,
  footer.open-visualization .menu-toggle::before {
    background-color: #efefef;
  }

  .survey-content.survey-with-graph .close-graphic,
   .survey-content.traveler-bonus .close-graphic {
    display: block;
    position: absolute;
    top: 25px;
    left: 25px;
    width: 20px;
    z-index: 99;
    display: none;
  }

  .ansers-section.normal li, .ansers-section.idented li {
    padding-bottom: 0.9em;
    padding-top: 0.9em;
  }

  .question-title {
    margin-bottom: 1em;
  }

  .survey-content .right.question .ansers-section {
    padding-top: 0.2em;
    font-size: -webkit-calc(0vw + 14px);
    font-size: -moz-calc(0vw + 14px);
    font-size: calc(0vw + 14px);
  }

  .survey-content .right.question {
      -webkit-box-pack: end;
      -webkit-justify-content: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end;
  }

  #fp-nav.fp-left {
  opacity: 0;
  visibility: hidden;
}

  body.bonus-is-shown  #fp-nav.fp-left {
    opacity: 0;
    visibility: hidden;
  }

  .survey-content.your-survey-result .right.question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #fp-nav.fp-left {
    bottom: 5vh;
    top: unset;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vw;
    left: -15px;
    margin-top: 7vh!important;
    z-index: 2;
  }
  .answer-please-message .answer-wrapper {
    padding: 4vh;
    width: 90%;
  }

  .answer-please-message img {
    right: 12px;
    top: 12px;
  }

  #fp-nav ul li a span,
  .fp-slidesNav ul li a span {
    background: #000000;
    opacity: 0.18;
  }

  #fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 3px;
    width: 3px;
    margin: -2px 0 0 -2px;
    opacity: 1;
  }

  .page-template-intro #fp-nav {
    display: none;
  }

  #fp-nav ul {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  footer {
    bottom: unset;
    top: 8.1vw;
    right: 8.1vw;
    padding: 0;
    width: 100%;
  }

  .menu {
    position: absolute;
  }


  .traveler-bonus.survey-content .left .mouse {
    display: none;
  }

  .traveler-bonus.survey-content .left .mouse.text-mobile {
    display: block;
    max-width: unset;
    bottom: 3vh;
    color: #efefef;
    opacity: 0.92;
    height: auto;
  }

  .survey-content.traveler-bonus .bonus-skip i {
    padding: 1.5vw;
  }



  #grid .square {
    font-size: 2.8vh;
    line-height: 3.9vh;
  }

  #grid .square div .line {
    height: 2px;
    margin: 13px 10px;
  }



  .traveler-taxonomies.survey-content .fullheight > div.left {
    display: none;
  }

  .traveler-taxonomies.survey-content .fullheight > div.right {
    height: 100%;
    border-top: 0;
    padding: 13vh 8vw 9vh 8.1vw;
  }

  .survey-content.traveler-taxonomies .right.question .question-title {
    max-width: 83%;
  }

  .range-buttons img {
    vertical-align: middle;
    max-width: 5vh;
    max-height: 5vh;
  }

  .range-buttons > div img:first-of-type {
    margin-right: 1vw;
  }

  .range-buttons > div img:last-of-type {
    margin-left: 1vw;
  }

  /* Special styling for WebKit/Blink */
  input[type=range]::-webkit-slider-thumb,
  .rangeslider--horizontal .rangeslider__handle {
    -webkit-appearance: none;
    height: 22px;
    width: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #EC3724;
    cursor: pointer;
    margin-top: -15px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  }

  /* All the same stuff for Firefox */
  input[type=range]::-moz-range-thumb {
    height: 22px;
    width: 22px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #EC3724;
    cursor: pointer;
  }

  /* All the same stuff for IE */
  input[type=range]::-ms-thumb {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background: #EC3724;
    cursor: pointer;
  }

  header .logo,
  .page-template-intro header .logo {
    top: 8.1vw;
    left: 8.1vw;
    font-size: -webkit-calc(0vw + 17px);
    font-size: -moz-calc(0vw + 17px);
    font-size: calc(0vw + 17px);
    line-height: -webkit-calc(0vw + 20px);
    line-height: -moz-calc(0vw + 20px);
    line-height: calc(0vw + 20px);
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s
  }


  .menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #efefef;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 8;
  }

  .menu li {
    margin-right: 0;
    font-size: -webkit-calc(1.5vw + 16px);
    font-size: -moz-calc(1.5vw + 16px);
    font-size: calc(1.5vw + 16px);
    line-height: -webkit-calc(6.75vw + 16px);
    line-height: -moz-calc(6.75vw + 16px);
    line-height: calc(6.75vw + 16px);
  }

  .menu a {
    color: #6224f4;
  }

  footer .menu-toggle {
    height: 8vw;
    width: 8vw;
    position: absolute;
    right: 0;
    top: 1vh;
    z-index: 9;
  }



  footer .menu-toggle:after,
  footer .menu-toggle:before,
  footer .menu-toggle div {
    margin-bottom: 9px;
  }

  footer.opened .menu-toggle:before {
    top: 12px;
  }

  .menu-toggle .horizontal {
    margin-left: -webkit-calc(-50%);
    margin-left: -moz-calc(-50%);
    margin-left: calc(-50%);
  }

  i {
    padding: 3vw;
  }

  #fp-nav ul li, .fp-slidesNav ul li {
    margin: 0;
  }

  .survey-content.survey-with-graph .right.question {
    padding-right: 7vw;
  }

  .survey-content.survey-with-graph .right.question .question-title {
    padding-right: 10vw;
  }



  .ansers-section li .percent {
    min-width: unset;
  }

  .ansers-section li .mobile-graph {
    position: absolute;
    bottom: -0.5em;
    left: 0;
    height: 0.5em;
    background: var(--foo);
    display: block;
    z-index: 10;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 0;
  }

  .ansers-section.theresselection li {
    opacity: 1!important;
  }


  .traveler-bonus .question-title span {
    font-size: initial;
  }

  .survey-content.traveler-bonus .right .single-bonus .bonus-answer .done-button,
  .survey-content.traveler-taxonomies .submit-button {
    bottom: 5px;
    font-size: -webkit-calc(0.4vw + 16px);
    font-size: -moz-calc(0.4vw + 16px);
    font-size: calc(0.4vw + 16px);
    line-height: 0.8em;
  }

  .survey-content.traveler-bonus .right.question {
    padding: 13vh 8vw 9vh 8.1vw;
  }

  .traveler-bonus.survey-content .left .mouse {
    height: 5.4vh;
  }

  .traveler-bonus .question-title > p {
    margin-bottom: 0;
  }

  .traveler-bonus-shown header .logo {
    color: #6224f4
  }

  .traveler-bonus-shown header .logo svg path {
    stroke: #6224f4
  }

  .traveler-bonus-shown .menu-toggle .horizontal,
  .traveler-bonus-shown .menu-toggle .vertical {
    background-color: #6224f4
  }

  .my-question-bonus-shown header .logo {
    color: #ec3724
  }

  .my-question-bonus-shown header .logo svg path {
    stroke:#ec3724
  }


  .my-question-bonus-shown .menu-toggle .horizontal,
  .my-question-bonus-shown .menu-toggle .vertical {
    background-color: #ec3724
  }

  .bonus-is-shown header .logo {
    color: #efefef
  }

  .bonus-is-shown footer i.right span {
    border-color: #efefef;
  }

  .bonus-is-shown .menu-toggle .horizontal,
  .bonus-is-shown .menu-toggle .vertical {
   background-color: #efefef
  }

  .bonus-is-shown header::after {
    content: "";
    background: #6224f4;
    height: 13vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
  }
  .bonus-is-shown.my-question-bonus-shown header::after {
    background-color: #ec3724
  }

  .bonus-wrapper {
    padding: 13vh 20vw 29vh 20vw;
  }

  .next-bonus .bonus-answer > div, .single-bonus.added > div {
    right: -17.5vw;
    bottom: 1.3vh;
  }

  .single-bonus.added > div {
    left: -17.5vw;
    right: unset;
  }

  .next-bonus .bonus-answer > div,
  .single-bonus.added > div {
    font-size: -webkit-calc(0vw + 14px);
    font-size: -moz-calc(0vw + 14px);
    font-size: calc(0vw + 14px);
  }

  .single-bonus,
  .bonus-question {
    font-size: -webkit-calc(0vw + 16px);
    font-size: -moz-calc(0vw + 16px);
    font-size: calc(0vw + 16px);
  }

  .bonus-wrapper .single-bonus:not(.added) > div {
    margin-bottom: 3vh;
  }

  .select2,
  .select2-dropdown {
    font-size: -webkit-calc(0vw + 18px);
    font-size: -moz-calc(0vw + 18px);
    font-size: calc(0vw + 18px);
  }

  .survey-content.traveler-taxonomies .question-title > div.taxonomy > div {
    margin-bottom: 0.5em;
  }

  .survey-content.traveler-taxonomies .right .taxonomy {
    margin-top: 0.5em;
  }

  .your-survey-result.last-redirect .question-title {
    font-size: -webkit-calc(0vw + 33px);
    font-size: -moz-calc(0vw + 33px);
    font-size: calc(0vw + 33px);
  }



  .result-pop-up-wrapper {
    padding: 6vh 5vw;
    width: 90%;
    font-size: -webkit-calc(0vw + 14px);
    font-size: -moz-calc(0vw + 14px);
    font-size: calc(0vw + 14px);
    line-height: -webkit-calc(0vw + 20px);
    line-height: -moz-calc(0vw + 20px);
    line-height: calc(0vw + 20px);
  }

  .result-pop-up-wrapper::after {
    content: url(../img/pop-up-close.svg);
    position: absolute;
    right: 3vw;
    top: 1vh;
    cursor: pointer;
    width: 3.5vh;
    content: "";
    background-image: url(../img/pop-up-close.svg);
    height: 3.5vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .result-pop-up .share-button {
    padding: 8px 16px;
    font-size: inherit;
    line-height: 1em;
    bottom: 2vh;
    right: 4vw;
    cursor: pointer;
  }

    .result-pop-up-wrapper {
    padding: 6vh 5vw;
    width: 90%;
    font-size: -webkit-calc(0vw + 14px);
    font-size: -moz-calc(0vw + 14px);
    font-size: calc(0vw + 14px);
    line-height: -webkit-calc(0vw + 20px);
    line-height: -moz-calc(0vw + 20px);
    line-height: calc(0vw + 20px);
  }

  .result-pop-up-wrapper::after {
    content: url(../img/pop-up-close.svg);
    position: absolute;
    right: 3vw;
    top: 1vh;
    cursor: pointer;
    width: 3.5vh;
    content: "";
    background-image: url(../img/pop-up-close.svg);
    height: 3.5vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .result-pop-up .share-button {
    padding: 8px 16px;
    font-size: inherit;
    line-height: 1em;
    bottom: 2vh;
    right: 4vw;
    cursor: pointer;
  }

  .survey-content.results-content .right.question {
    position: absolute;
    z-index: 999;
    height: 100%;
    background: black;
    padding-top: 12vh;
    left: 0;
    right: 0;
    padding-left: 8.1vw;
    padding-right: 8.1vw;
  }

  .survey-content.results-content .left.answer {
    position: relative;
    z-index: 999;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 8.1vw;
    bottom: 11.5vh;

  }

  .survey-content.results-content .fullheight {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .survey-content.results-content .right.question .ansers-section {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
  }

  .survey-content.results-content .right.question .ansers-section.normal li {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0.9em 8.1vw 0.9em 8.1vw;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
  }

  .ansers-section.normal li:last-of-type {
    border-bottom: 1px solid #6224f4;
  }

  .page-results-real .ansers-section.normal li::before, .page-results-real .ansers-section.idented li::before {
    left: 2vw;
  }

  .survey-content.results-content.active .right.question .ansers-section.normal li.mobile-show {
    opacity: 1!important;
    visibility: visible!important;
  }

  .page-template-results .ansers-section.normal:not(:hover) li {
    opacity: 0!important;
  }


.page-template-results footer .nav {
  margin-top: -3vh;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  bottom: 11.5vh;
}

.page-template-results.results-mobile-scroll footer .nav {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(3vh);
  -moz-transform: translateY(3vh);
  -ms-transform: translateY(3vh);
  -o-transform: translateY(3vh);
  transform: translateY(3vh);

}

.page-template-results.results-mobile-scroll footer .go-ahead {
  display: block!important;
  color:#6224f4;
  opacity: 1;
  visibility: visible;
  top: unset;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  position: initial;
  font-size: 20px;
}

.page-template-results.results-mobile-scroll footer .nav i.arrow.left {
  display: none;
}

.page-template-results.results-mobile-scroll footer .nav i.arrow.right {
  border-color: #6224f4;
  opacity: 1;
}


  .page-template-results .mouse,
  .page-template-results .done-button {
    display: none;
  }

  .filter-toggle.opened + .results-filters {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    visibility: visible;
    opacity: 1;
  }

  .filter-toggle {
    display: block;
    position: absolute;
    z-index: 999;
    height: auto;
    width: 12vw;
    top: 9.1vw;
    right: 22.1vw;
  }

  .filter-toggle .menu-toggle {
    top: 0px;
    right: 6px;
  }

  .filter-toggle img {
    height: 5vh;
  }

  .tax-select {
    text-transform: uppercase;
    font-family: KnockoutHTF54-Sumo;
    color: #ec3724;
    font-size: 19px;
    padding: 4vh 0;
    background-color: transparent;
    border: 0;;
    -moz-text-align-last:center;;
    text-align-last:center;
  }

  .results-filters .taxonomy {
    margin-left: 0;
    border-bottom: 1px solid #ab94f2;
    width: -webkit-calc(100% - 35.2vw);
    width: -moz-calc(100% - 35.2vw);
    width: calc(100% - 35.2vw);
    text-align: center;
  }

  .filter-toggle.opened .menu-toggle .horizontal,
  .filter-toggle.opened .menu-toggle .vertical {
    background-color: #efefef;
  }



  .results-filters {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    background: #6224f4;
    opacity:0;
    visibility: hidden;
    color: #ec3724;
    text-transform: uppercase;
  }

  .results-filters .select2-container--default .select2-selection--single .select2-selection__placeholder,
  .results-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ec3724;
    text-transform: uppercase;
  }

    /* -------------
  ---- SURVEY ---
  ------------------ */

  .input-wrapper span {
    height: 10px;
  }

  .empty-grid.survey-fetch .right.question,
  .references-content.survey-content .left.answer {
    padding: 0vh 8vw 0vh;
  }

  .references-content.survey-content .left.answer {
    padding-top: 5vh;
  }

  .survey-content .right.question em {
    margin-top: 5px;
  }

  /* .fp-viewing-0 #fp-nav.fp-left {
    opacity: 1!important;
    visibility: visible!important;
  } */

  .page-survey-real ~ #fp-nav ul li:first-of-type {
    display: block;
  }

  #fp-nav ul li a.active {
    width: auto;
  }

  #fp-nav.fp-left {
    bottom: 4vh;
  }

  .traveler-bonus .question-title span {
    font-size: -webkit-calc(0vw + 14px);
    font-size: -moz-calc(0vw + 14px);
    font-size: calc(0vw + 14px);
    line-height: -webkit-calc(0vw + 14px);
    line-height: -moz-calc(0vw + 14px);
    line-height: calc(0vw + 14px);
  }

  .survey-content.traveler-bonus .right .single-bonus .bonus-question::before {
    width: 10.5vw;
  }

  .bonus-question {
    font-size: -webkit-calc(0vw + 16px);
    font-size: -moz-calc(0vw + 16px);
    font-size: calc(0vw + 16px);
  }

  .done-button {
    font-size: -webkit-calc(0vw + 16px);
    font-size: -moz-calc(0vw + 16px);
    font-size: calc(0vw + 16px);
  }

  .survey-content.references-content .fullheight {
    height: unset!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .results-button a.mobile-go-ref {
    display: inline-block;
  }

  .references-content.survey-content .right .references-title {
    position: initial;
  }

  .page-template-references.whiteHeader header {
    height: 16vh;
    width: 100%;
    position: fixed;
    background: #6224f4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 20;
  }

  .page-template-references.whiteHeader header .logo {
    color: white;
  }

  .page-template-references.whiteHeader header .logo svg path {
    stroke: white;
  }

  .page-template-references.whiteHeader .menu-toggle:after,
  .page-template-references.whiteHeader .menu-toggle:before,
  .page-template-references.whiteHeader .menu-toggle div {
    background-color: white;
  }

  .post-nav i span {
    padding: 3vw;
  }

  .post-nav .arrow.left span {
    left: 0.4vw;
  }

  .references-content.survey-content .right.question,
  .opened-reference {
    padding: 7.8vw 8.1vw;
  }

  .references-content.survey-content .right.question {
    min-height: 100vh;
  }

  .references-content.survey-content .right.question .about-image {
    right: 5vw;
    bottom: 4vh;
    width: 35.5vw;
  }

  .reference-list > div:nth-child(2) {
    margin-top: 0px;
  }

  .survey-content.references-content .opened-reference {
    padding-top: -webkit-calc(32px + 9vh);
    padding-top: -moz-calc(32px + 9vh);
    padding-top: calc(32px + 9vh);
  }

  .survey-content.references-content .opened-reference {
    position: fixed;
  }

  .opened-reference .reference-title {
    margin-top: 0px;
  }

  .survey-content.references-content .opened-reference.show {
    z-index: 999999;
  }

  #about .about-wrapper {
    width: 90%;
  }

  .about-wrapper img {
    width: 20px;
  }

  #dont_leave .leave-wrapper {
    width: 90%;
  }


/* ----------
  Tap to
  --------- */
#tap_to {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #efefef;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

body.results-mobile-scroll #tap_to {
  visibility: hidden;
  opacity: 0;
}

#tap_to .leave-wrapper {
  width: 90%;
  background: #ec3724;
  padding: 3vh 2.5vw 4.5vh;
  position: relative;
  -webkit-box-shadow: -68px 35px 42px 0px rgba(0,0,0,0.14);
  -moz-box-shadow: -78px 35px 42px 0px rgba(0,0,0,0.14);
  box-shadow: -68px 35px 42px 0px rgba(0,0,0,0.14)
}



.leave-wrapper img {
  position: absolute;
  right: 1em;
  top: 1em;
  cursor: pointer;
  width: 20px;
}
}

@media (max-width: 435px) and (max-height: 600px) {



    /* --------------
  ---- HEADER 435 ---
  ----------------- */

  .menu-toggle .horizontal {
    margin-left: -webkit-calc(-50% + 1px);
    margin-left: -moz-calc(-50% + 1px);
    margin-left: calc(-50% + 1px);
  }

  /* --------------
  ---- HOME 435 ---
  ----------------- */

  /* .home .fullheight > div.left, .page-template-intro .intro-text .fullheight > div.left {
    padding: 7.4vh 4.2% 0;
  } */



  .quote::before {
    width: 20vw;
  }

  .menu-toggle {
    height: 9vw;
    width: 9vw;
  }



    /* -------------
  ---- INTRO 435 ---
  ------------------ */

  .page-template-intro .intro-text .fullheight > div.right > div {
    padding: 0 0vw;
  }

  .page-template-intro .intro-menu .fullheight > div a {
    font-size: -webkit-calc(0vw + 17px);
    font-size: -moz-calc(0vw + 17px);
    font-size: calc(0vw + 17px);
  }

  /* -------------
  ---- SURVEY 435 ---
  ------------------ */

  .visulaization-toggle img {
    width: 55px;
  }
  .survey-content .right.question {
    padding-left: 8.1vw
  }

  .axis-buttons-title{
    font-size: -webkit-calc(0vw + 11px);
    font-size: -moz-calc(0vw + 11px);
    font-size: calc(0vw + 11px);
  }

    /* Special styling for WebKit/Blink */
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #EC3724;
    cursor: pointer;
    margin-top: -8px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  }

  /* All the same stuff for Firefox */
  input[type=range]::-moz-range-thumb {
    height: 18px;
    width: 18px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #EC3724;
    cursor: pointer;
  }

  /* All the same stuff for IE */
  input[type=range]::-ms-thumb {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #EC3724;
    cursor: pointer;
  }

  .range-buttons img {
    vertical-align: middle;
    max-width: 6vh;
    max-height: 6vh;
  }

  header .logo,
  .page-template-intro header .logo {
    top: 7.8vw;
    left: 8.1vw;
    line-height: -webkit-calc(0vw + 16px);
    line-height: -moz-calc(0vw + 16px);
    line-height: calc(0vw + 16px);
    font-size: -webkit-calc(0vw + 14px);
    font-size: -moz-calc(0vw + 14px);
    font-size: calc(0vw + 14px);
  }

  .empty-grid .left.answer #grid {
    -webkit-background-size: -webkit-calc(100% - 39.4%) -webkit-calc(100% - 56vh);
    -moz-background-size: -moz-calc(100% - 39.4%) -moz-calc(100% - 56vh);
    -o-background-size: calc(100% - 39.4%) calc(100% - 56vh);
    background-size: calc(100% - 39.4%) calc(100% - 56vh);
    padding: 28vh 19.7%;
  }

  .survey-content .right.question .ansers-section {
    font-size: -webkit-calc(0vw + 12px);
    font-size: -moz-calc(0vw + 12px);
    font-size: calc(0vw + 12px);
  }

  .survey-content.survey-fetch .right.question .question-title {
    margin-bottom: 0.6em;
    font-size: -webkit-calc(0vw + 12px);
    font-size: -moz-calc(0vw + 12px);
    font-size: calc(0vw + 12px);
    line-height: -webkit-calc(0vw + 15px);
    line-height: -moz-calc(0vw + 15px);
    line-height: calc(0vw + 15px);
  }

  .survey-content.traveler-bonus .right .single-bonus {
    font-size: -webkit-calc(0vw + 16px);
    font-size: -moz-calc(0vw + 16px);
    font-size: calc(0vw + 16px);
  }

  .survey-content.traveler-bonus .right .single-bonus .bonus-answer .done-button,
  .survey-content.traveler-taxonomies .submit-button {
    bottom: 3px;
    font-size: -webkit-calc(0vw + 16px);
    font-size: -moz-calc(0vw + 16px);
    font-size: calc(0vw + 16px);
    line-height: 0.8em;
    padding: 9px 14px;
    margin-top: 0.6em;
  }

  .survey-content.traveler-taxonomies .submit-button {
    margin-top: 0.6em;
  }

  .left .single-bonus, .single-bonus, .bonus-question, .text-mobile {
    font-size: -webkit-calc(0vw + 14px);
    font-size: -moz-calc(0vw + 14px);
    font-size: calc(0vw + 14px);
    line-height: -webkit-calc(0vw + 16px);
    line-height: -moz-calc(0vw + 16px);
    line-height: calc(0vw + 16px);
  }

  .select2,
  .select2-dropdown,
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: -webkit-calc(0vw + 16px);
    font-size: -moz-calc(0vw + 16px);
    font-size: calc(0vw + 16px);
    line-height: -webkit-calc(0vw + 23px);
    line-height: -moz-calc(0vw + 23px);
    line-height: calc(0vw + 23px);

  }

  .survey-content.traveler-taxonomies .right .taxonomy {
    margin: 0.9em 0 1.15em;
  }



   .page-template-intro .intro-text .fullheight > div.right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 7.8vw 5vw;
  }

  .page-template-about #about .about-wrapper {
    padding: 7.8vw 5vw;
    padding-top: 0;

  }
.home.day-time .fullheight > div.left,
  .home .fullheight > div.left,
  .page-template-intro .intro-text .fullheight > div.left {

    padding: 7.8vw 5vw;
  }

    .references-content.survey-content .right.question,
  .opened-reference {
    padding: 7.8vw 5vw;
  }

  .empty-grid.survey-fetch .right.question, .references-content.survey-content .left.answer {
    padding: 0vh 5vw 0vh;
  }

   .references-content.survey-content .left.answer {
     padding-top: 5vh;
   }

  .survey-content.traveler-bonus .right.question,
  .traveler-taxonomies.survey-content .fullheight > div.right {
    padding: 13vh 5vw 9vh 5vw;
  }

  .survey-content.results-content .left.answer{
    padding: 0 5vw;
  }

  .survey-content.results-content .right.question {
    padding-left: 5vw;
    padding-right: 5vw;
  }


  .survey-content .right.question {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  footer {
    right: 5vw;
  }

  header .logo, .page-template-intro header .logo {
    left: 5vw;
  }

  .about-image {
    width: 23vw;
  }

  .empty-grid .left.answer #grid .axis-labels .plus_minus > span {
    bottom: 14.6%;
  }

  .empty-grid .left.answer #grid .axis-labels .minus_plus > span {
    top: 14.6%;
  }

}
