/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../.rvm/gems/ruby-2.6.3/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../.rvm/gems/ruby-2.6.3/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../.rvm/gems/ruby-2.6.3/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../.rvm/gems/ruby-2.6.3/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../.rvm/gems/ruby-2.6.3/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../.rvm/gems/ruby-2.6.3/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../.rvm/gems/ruby-2.6.3/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../.rvm/gems/ruby-2.6.3/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../.rvm/gems/ruby-2.6.3/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/abstracts/_helpers.scss */
.hidden {
  display: none !important;
}

/* line 1, ../sass/vendor/_glidejs.scss */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

/* line 5, ../sass/vendor/_glidejs.scss */
.glide * {
  box-sizing: inherit;
}

/* line 7, ../sass/vendor/_glidejs.scss */
.glide__track {
  overflow: hidden;
}

/* line 9, ../sass/vendor/_glidejs.scss */
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

/* line 22, ../sass/vendor/_glidejs.scss */
.glide__slides--dragging {
  user-select: none;
}

/* line 24, ../sass/vendor/_glidejs.scss */
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 32, ../sass/vendor/_glidejs.scss */
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 37, ../sass/vendor/_glidejs.scss */
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

/* line 40, ../sass/vendor/_glidejs.scss */
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

/* line 43, ../sass/vendor/_glidejs.scss */
.glide--rtl {
  direction: rtl;
}

/**
  This file contains the basic styles for the ABB Quiz
*/
@font-face {
  font-family: "ABBvoice light";
  src: url('../fonts/ABBvoice_W_Lt.woff?1560275816') format('woff'), url('../fonts/ABBvoice_Lt.ttf?1560275817') format('truetype'), url('../fonts/ABBvoice_W_Lt.eot?1560275817') format('embedded-opentype');
}
@font-face {
  font-family: "ABBvoice regular";
  src: url('../fonts/ABBvoice_W_Rg.woff?1560275816') format('woff'), url('../fonts/ABBvoice_Rg.ttf?1560275816') format('truetype'), url('../fonts/ABBvoice_W_Rg.eot?1560275817') format('embedded-opentype');
}
@font-face {
  font-family: "ABBvoice medium";
  src: url('../fonts/ABBvoice_W_Md.woff?1560275817') format('woff'), url('../fonts/ABBvoice_Md.ttf?1560275818') format('truetype'), url('../fonts/ABBvoice_W_Md.eot?1560275817') format('embedded-opentype');
}
@font-face {
  font-family: "ABBvoice bold";
  src: url('../fonts/ABBvoice_W_Bd.woff?1560275817') format('woff'), url('../fonts/ABBvoice_Bd.ttf?1560275817') format('truetype'), url('../fonts/ABBvoice_W_Bd.eot?1560275816') format('embedded-opentype');
}
/* line 1, ../sass/layout/_header.scss */
.logo-wrap {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 7, ../sass/layout/_header.scss */
.logo-wrap svg {
  margin-right: 42px;
}
/* line 9, ../sass/layout/_header.scss */
.logo-wrap svg .a {
  fill: #ff000f;
}
/* line 13, ../sass/layout/_header.scss */
.logo-wrap span {
  color: #707070;
  text-transform: uppercase;
  font-size: 2.6875rem;
  font-family: 'ABBvoice regular';
}
@media (max-width: 1365px) {
  /* line 13, ../sass/layout/_header.scss */
  .logo-wrap span {
    font-size: calc(0.1075rem + 3.02418vw) ;
  }
}

/* line 1, ../sass/pages/_index.scss */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 6, ../sass/pages/_index.scss */
*, *:before, *:after {
  box-sizing: border-box;
}

/* line 10, ../sass/pages/_index.scss */
body {
  font-family: 'ABBvoice regular';
  -webkit-overflow-scrolling: auto;
  overflow-y: scroll;
}

/* line 16, ../sass/pages/_index.scss */
.main-frame {
  height: 100vh;
  position: relative;
  left: 0;
  top: 0;
}

/* line 22, ../sass/pages/_index.scss */
header, main {
  width: 100vw;
}

/* line 26, ../sass/pages/_index.scss */
header {
  position: fixed;
  height: 17.77%;
  background-color: #fff;
  z-index: 2;
}

/* line 33, ../sass/pages/_index.scss */
main {
  top: 17.77%;
  position: absolute;
  height: 82.23%;
}
/* line 38, ../sass/pages/_index.scss */
main > div {
  background-image: url("../assets/images/alexandru-bogdan-ghita-481900-unsplash.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 43, ../sass/pages/_index.scss */
main > div:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 0, 15, 0.69);
  z-index: -1;
}

/* line 58, ../sass/pages/_index.scss */
button {
  outline: none;
}

/* line 62, ../sass/pages/_index.scss */
.submit-button-wrapper {
  position: absolute;
  margin: 0 auto;
  bottom: 6.64%;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1025px) {
  /* line 73, ../sass/pages/_index.scss */
  .submit-button-wrapper {
    bottom: 11.64%;
  }
}
/* line 78, ../sass/pages/_index.scss */
.button {
  padding: 0;
  width: 27.31vw;
  height: 8.4vh;
  position: relative;
  display: block;
  left: -2.1vw;
  background-color: #fff;
  border-color: transparent;
  border: none;
  font-size: 1.9375rem;
  font-family: 'ABBvoice bold';
  color: #FF000F;
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  opacity: 0;
  outline: none;
}
@media (max-width: 1365px) {
  /* line 78, ../sass/pages/_index.scss */
  .button {
    font-size: calc(0.0775rem + 2.18022vw) ;
  }
}
/* line 95, ../sass/pages/_index.scss */
.button:focus, .button:active {
  outline: none;
}
/* line 98, ../sass/pages/_index.scss */
.button.button--visible {
  opacity: 1;
  transition: opacity .5s ease;
}
/* line 102, ../sass/pages/_index.scss */
.button:after {
  content: ' ';
  position: absolute;
  border-left: 4.2vw solid #fff;
  border-bottom: 4.2vh solid transparent;
  border-top: 4.2vh solid transparent;
  height: 0px;
  width: 0px;
  margin-right: -4.2vw;
  right: 0;
  top: 0;
}

/* line 116, ../sass/pages/_index.scss */
.welcome-screen, .quiz-screen, .end-screen {
  position: absolute;
  z-index: 1;
  color: #fff;
  text-align: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* line 126, ../sass/pages/_index.scss */
.welcome-screen {
  top: -100%;
  transition: top .75s ease-in .1s;
}
/* line 129, ../sass/pages/_index.scss */
.welcome-screen.active {
  top: 0%;
}
/* line 133, ../sass/pages/_index.scss */
.welcome-screen h1 {
  font-size: 6.6875rem;
  font-family: 'ABBvoice bold';
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 7.36%;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1365px) {
  /* line 133, ../sass/pages/_index.scss */
  .welcome-screen h1 {
    font-size: calc(0.2675rem + 7.52527vw) ;
  }
}
/* line 142, ../sass/pages/_index.scss */
.welcome-screen h2 {
  font-size: 3rem;
  font-family: 'ABBvoice regular';
  margin-top: 1.48%;
  margin-bottom: 7%;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1365px) {
  /* line 142, ../sass/pages/_index.scss */
  .welcome-screen h2 {
    font-size: calc(0.12rem + 3.37582vw) ;
  }
}
/* line 150, ../sass/pages/_index.scss */
.welcome-screen .welcome-screen__start-teaser {
  font-size: 3.625rem;
  font-family: 'ABBvoice bold';
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 3.9%;
}
@media (max-width: 1365px) {
  /* line 150, ../sass/pages/_index.scss */
  .welcome-screen .welcome-screen__start-teaser {
    font-size: calc(0.145rem + 4.07912vw) ;
  }
}
/* line 158, ../sass/pages/_index.scss */
.welcome-screen .welcome-screen__carets .caret {
  display: block;
  box-sizing: content-box;
  width: 2.56%;
  padding-left: 2.56%;
  padding-top: 2.56%;
  height: 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.611%;
}
/* line 171, ../sass/pages/_index.scss */
.welcome-screen .welcome-screen__carets .caret:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -500px;
  margin-top: -500px;
  border-left: 500px solid transparent;
  border-right: 500px solid transparent;
  border-top: 500px solid #FFFFFF;
}
/* line 184, ../sass/pages/_index.scss */
.welcome-screen .welcome-screen__carets .caret:nth-child(1) {
  opacity: .3;
}
/* line 187, ../sass/pages/_index.scss */
.welcome-screen .welcome-screen__carets .caret:nth-child(2) {
  opacity: .4;
}
/* line 190, ../sass/pages/_index.scss */
.welcome-screen .welcome-screen__carets .caret:nth-child(3) {
  opacity: .6;
}
/* line 193, ../sass/pages/_index.scss */
.welcome-screen .welcome-screen__carets .caret:nth-child(4) {
  opacity: .8;
}

/* line 201, ../sass/pages/_index.scss */
.quiz-screen {
  top: 100%;
}
/* line 203, ../sass/pages/_index.scss */
.quiz-screen .h2 {
  font-size: 3rem;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1365px) {
  /* line 203, ../sass/pages/_index.scss */
  .quiz-screen .h2 {
    font-size: calc(0.12rem + 3.37582vw) ;
  }
}
/* line 207, ../sass/pages/_index.scss */
.quiz-screen.section--on-top {
  top: 0%;
  transition: top .75s ease-in .1s;
}
/* line 211, ../sass/pages/_index.scss */
.quiz-screen .quiz-screen__slider-wrapper {
  margin: 0 auto;
  max-width: 71.03%;
}
@media (min-width: 1025px) {
  /* line 211, ../sass/pages/_index.scss */
  .quiz-screen .quiz-screen__slider-wrapper {
    max-width: 69.03%;
  }
}
/* line 220, ../sass/pages/_index.scss */
.quiz-screen .slider__nav {
  margin-top: 12.68%;
}
/* line 223, ../sass/pages/_index.scss */
.quiz-screen .slider__slides {
  padding-top: 7.36vh;
}
/* line 227, ../sass/pages/_index.scss */
.quiz-screen .form {
  position: relative;
}
/* line 231, ../sass/pages/_index.scss */
.quiz-screen .form__character-select {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 7.72%;
  margin-left: auto;
  margin-right: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  padding: 0 25px;
}
/* line 243, ../sass/pages/_index.scss */
.quiz-screen .form__character-select .character-select__choice {
  position: relative;
  display: -webkit-flex;
  display: flex;
}
/* line 248, ../sass/pages/_index.scss */
.quiz-screen .form__character-select .character-select__choice label {
  padding: 20px 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: end;
  justify-content: end;
}
/* line 256, ../sass/pages/_index.scss */
.quiz-screen .form__character-select .character-select__choice input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* line 263, ../sass/pages/_index.scss */
.quiz-screen .form__character-select .character-select__choice input:checked + label {
  background-color: #fff;
}
/* line 265, ../sass/pages/_index.scss */
.quiz-screen .form__character-select .character-select__choice input:checked + label svg .a {
  fill: #FF000F;
}
/* line 268, ../sass/pages/_index.scss */
.quiz-screen .form__character-select .character-select__choice input:checked + label p {
  color: #FF000F;
}
/* line 271, ../sass/pages/_index.scss */
.quiz-screen .form__character-select .character-select__choice input:checked + label .checkmark {
  display: block;
}
/* line 274, ../sass/pages/_index.scss */
.quiz-screen .form__character-select .character-select__choice input:checked + label .checkmark:after {
  display: block;
}
/* line 280, ../sass/pages/_index.scss */
.quiz-screen .form__character-select .character-select__choice .checkmark {
  position: absolute;
  top: -28px;
  right: -22px;
  height: 54px;
  width: 54px;
  background-color: #fff;
  border-radius: 50%;
  display: none;
}
/* line 290, ../sass/pages/_index.scss */
.quiz-screen .form__character-select .character-select__choice .checkmark:after {
  content: "";
  background: url("../assets/images/checkmark.svg") no-repeat center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.953' height='28.867' viewBox='0 0 26.953 28.867'%3E%3Cpath class='checkmark' d='M2571.605,512.5l9.246,8.992s7.836-15.772,11.707-22.867' stroke='%23FF000F' stroke-linecap='round' stroke-width='6px' fill='none' transform='translate(-2568.605 -495.625)'/%3E%3C/svg%3E");
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
}
/* line 300, ../sass/pages/_index.scss */
.quiz-screen .form__character-select .character-select__choice p {
  font-size: 2.5rem;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (max-width: 1365px) {
  /* line 300, ../sass/pages/_index.scss */
  .quiz-screen .form__character-select .character-select__choice p {
    font-size: calc(0.1rem + 2.81319vw) ;
  }
}
/* line 304, ../sass/pages/_index.scss */
.quiz-screen .form__character-select .character-select__choice svg {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 15px;
}
/* line 317, ../sass/pages/_index.scss */
.quiz-screen .form__character-select .character-select__choice svg .a {
  fill: #ffffff;
}
/* line 325, ../sass/pages/_index.scss */
.quiz-screen .form__data {
  opacity: 0;
  z-index: -1;
  top: calc(3.606% + 2.8em);
  text-align: left;
  padding: 0 60px;
  margin-top: 3.606%;
}
/* line 332, ../sass/pages/_index.scss */
.quiz-screen .form__data.form__data--active {
  opacity: 1;
  z-index: 1;
  transition: opacity .35s ease-in;
}
/* line 338, ../sass/pages/_index.scss */
.quiz-screen .form__data .form__data-inner {
  padding: 27px 34px 30px 34px;
  background-color: rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 47px;
}
/* line 344, ../sass/pages/_index.scss */
.quiz-screen .form__data .form__data-inner p {
  color: #fff;
}
/* line 347, ../sass/pages/_index.scss */
.quiz-screen .form__data .form__data-inner p:nth-child(1) {
  font-size: 1.9375rem;
  font-family: 'ABBvoice bold';
  margin-bottom: 4px;
}
@media (max-width: 1365px) {
  /* line 347, ../sass/pages/_index.scss */
  .quiz-screen .form__data .form__data-inner p:nth-child(1) {
    font-size: calc(0.0775rem + 2.18022vw) ;
  }
}
/* line 353, ../sass/pages/_index.scss */
.quiz-screen .form__data .form__data-inner p:nth-child(2) {
  font-size: 1.8125rem;
  font-family: 'ABBvoice regular';
  line-height: 1.2;
}
@media (max-width: 1365px) {
  /* line 353, ../sass/pages/_index.scss */
  .quiz-screen .form__data .form__data-inner p:nth-child(2) {
    font-size: calc(0.0725rem + 2.03956vw) ;
  }
}
/* line 359, ../sass/pages/_index.scss */
.quiz-screen .form__data .form__data-inner .form__fields {
  margin-top: 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.8125rem;
  font-family: 'ABBvoice regular';
}
@media (max-width: 1365px) {
  /* line 359, ../sass/pages/_index.scss */
  .quiz-screen .form__data .form__data-inner .form__fields {
    font-size: calc(0.0725rem + 2.03956vw) ;
  }
}
/* line 368, ../sass/pages/_index.scss */
.quiz-screen .form__data .form__data-inner .form__fields .form__field {
  display: -webkit-flex;
  display: flex;
  width: calc(1/2*100% - (1 - 1/2)*24px);
  margin-bottom: 32px;
  min-width: auto;
}
/* line 374, ../sass/pages/_index.scss */
.quiz-screen .form__data .form__data-inner .form__fields .form__field label {
  -webkit-flex: 1 0 29%;
  flex: 1 0 29%;
  -webkit-align-self: center;
  align-self: center;
  display: block;
  margin-right: 16px;
}
/* line 380, ../sass/pages/_index.scss */
.quiz-screen .form__data .form__data-inner .form__fields .form__field input {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 60%;
  height: 4.49vh;
  font-family: 'ABBvoice regular';
  font-size: 1.625rem;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
  min-width: 0;
  border: 2px solid transparent;
}
@media (max-width: 1365px) {
  /* line 380, ../sass/pages/_index.scss */
  .quiz-screen .form__data .form__data-inner .form__fields .form__field input {
    font-size: calc(0.065rem + 1.82857vw) ;
  }
}
/* line 392, ../sass/pages/_index.scss */
.quiz-screen .form__data .form__data-inner .form__fields .form__field input.input-invalid {
  border: 2px solid red;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
/* line 401, ../sass/pages/_index.scss */
.quiz-screen .form__data .form__data-inner .form__fields .form__field:last-child {
  margin-bottom: 0;
}

/* line 410, ../sass/pages/_index.scss */
.end-screen {
  top: -100%;
  visibility: hidden;
  left: -100%;
  opacity: 0;
  position: fixed;
}
/* line 417, ../sass/pages/_index.scss */
.end-screen.section--on-top {
  position: absolute;
  top: 0%;
  left: 0%;
  visibility: visible;
  opacity: 1;
  transition: top 0.6s cubic-bezier(0.43, 0.06, 0.51, 0.91) 0.5s;
}
/* line 426, ../sass/pages/_index.scss */
.end-screen h1 {
  font-size: 6.6875rem;
  font-family: 'ABBvoice bold';
  font-weight: bold;
  padding-top: 13.06%;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1365px) {
  /* line 426, ../sass/pages/_index.scss */
  .end-screen h1 {
    font-size: calc(0.2675rem + 7.52527vw) ;
  }
}
/* line 433, ../sass/pages/_index.scss */
.end-screen h2 {
  font-family: 'ABBvoice bold';
  font-size: 3.625rem;
  margin-top: 2.1%;
}
@media (max-width: 1365px) {
  /* line 433, ../sass/pages/_index.scss */
  .end-screen h2 {
    font-size: calc(0.145rem + 4.07912vw) ;
  }
}
/* line 438, ../sass/pages/_index.scss */
.end-screen .h2 {
  font-size: 3rem;
  margin-top: 2.05%;
  line-height: 1.4;
  font-family: 'ABBvoice regular';
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1365px) {
  /* line 438, ../sass/pages/_index.scss */
  .end-screen .h2 {
    font-size: calc(0.12rem + 3.37582vw) ;
  }
}

/* line 448, ../sass/pages/_index.scss */
.slider__slide.slider__slide--question .quiz__question {
  font-size: 3rem;
  font-family: 'ABBvoice regular';
  white-space: normal;
  margin-bottom: 30px;
}
@media (max-width: 1365px) {
  /* line 448, ../sass/pages/_index.scss */
  .slider__slide.slider__slide--question .quiz__question {
    font-size: calc(0.12rem + 3.37582vw) ;
  }
}
/* line 454, ../sass/pages/_index.scss */
.slider__slide.slider__slide--question .quiz__answer-wrapper {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  display: inline-block;
  max-width: 50vw;
  position: relative;
}
/* line 464, ../sass/pages/_index.scss */
.slider__slide.slider__slide--question .quiz__answer-wrapper .quiz__answers.quiz__answers--hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
}
/* line 471, ../sass/pages/_index.scss */
.slider__slide.slider__slide--question .quiz__answer-wrapper .radio-wrapper {
  font-size: 1.9375rem;
  font-family: 'ABBvoice bold';
}
/* line 472, ../sass/pages/_index.scss */
.slider__slide.slider__slide--question .quiz__answer-wrapper .radio-wrapper:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 1365px) {
  /* line 471, ../sass/pages/_index.scss */
  .slider__slide.slider__slide--question .quiz__answer-wrapper .radio-wrapper {
    font-size: calc(0.0775rem + 2.18022vw) ;
  }
}
/* line 478, ../sass/pages/_index.scss */
.slider__slide.slider__slide--question .quiz__answer-wrapper .radio-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* line 485, ../sass/pages/_index.scss */
.slider__slide.slider__slide--question .quiz__answer-wrapper .radio-wrapper input:checked ~ label:after {
  display: block;
}
/* line 490, ../sass/pages/_index.scss */
.slider__slide.slider__slide--question .quiz__answer-wrapper .radio-wrapper label {
  position: relative;
  padding-left: 65px;
  display: list-item;
  text-align: left;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* line 503, ../sass/pages/_index.scss */
.slider__slide.slider__slide--question .quiz__answer-wrapper .radio-wrapper label:before {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 26px;
  width: 26px;
  background-color: #FF000F;
  border-radius: 50%;
}
/* line 514, ../sass/pages/_index.scss */
.slider__slide.slider__slide--question .quiz__answer-wrapper .radio-wrapper label:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.953' height='28.867' viewBox='0 0 26.953 28.867'%3E%3Cpath class='checkmark' d='M2571.605,512.5l9.246,8.992s7.836-15.772,11.707-22.867' stroke='%23FFFFFF' stroke-linecap='round' stroke-width='6px' fill='none' transform='translate(-2568.605 -495.625)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 34px;
  width: 30px;
  position: absolute;
  display: none;
  top: calc(50% - 9px);
  left: 0;
  transform: translateY(-50%);
}
/* line 532, ../sass/pages/_index.scss */
.slider__slide.slider__slide--question .quiz__answer-wrapper .quiz__reactions {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1.25;
  font-size: 1.9375rem;
  font-family: 'ABBvoice bold';
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1365px) {
  /* line 532, ../sass/pages/_index.scss */
  .slider__slide.slider__slide--question .quiz__answer-wrapper .quiz__reactions {
    font-size: calc(0.0775rem + 2.18022vw) ;
  }
}
/* line 545, ../sass/pages/_index.scss */
.slider__slide.slider__slide--question .quiz__answer-wrapper .quiz__reactions > div {
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* line 555, ../sass/pages/_index.scss */
.slider__slide.slider__slide--question .quiz__answer-wrapper .quiz__reactions > div > div {
  display: none;
}
/* line 558, ../sass/pages/_index.scss */
.slider__slide.slider__slide--question .quiz__answer-wrapper .quiz__reactions > div > div.reaction--visible {
  display: block;
}

/* line 568, ../sass/pages/_index.scss */
.glide__bullets {
  margin-bottom: 4.88vh;
}
/* line 570, ../sass/pages/_index.scss */
.glide__bullets .glide__bullet {
  background: none;
  border: 0;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  width: 104px;
  height: 36px;
  touch-action: none;
  font-size: 1.5rem;
  font-family: 'ABBvoice bold';
  color: #ffffff;
}
@media (max-width: 1365px) {
  /* line 570, ../sass/pages/_index.scss */
  .glide__bullets .glide__bullet {
    font-size: calc(0.06rem + 1.68791vw) ;
  }
}
/* line 585, ../sass/pages/_index.scss */
.glide__bullets .glide__bullet span {
  position: relative;
  z-index: 10;
}
/* line 590, ../sass/pages/_index.scss */
.glide__bullets .glide__bullet:first-child {
  width: calc(104px);
  background: rgba(255, 255, 255, 0.4);
  left: -10px;
}
/* line 596, ../sass/pages/_index.scss */
.glide__bullets .glide__bullet:first-child:after {
  content: ' ';
  position: absolute;
  border-left: 18px solid rgba(255, 255, 255, 0.4);
  border-bottom: 18px solid transparent;
  border-top: 18px solid transparent;
  height: 0;
  width: 0px;
  right: 0;
  top: 0;
  margin-right: -18px;
}
/* line 610, ../sass/pages/_index.scss */
.glide__bullets .glide__bullet:not(:first-child):before, .glide__bullets .glide__bullet:not(:first-child):after {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 18px;
}
/* line 620, ../sass/pages/_index.scss */
.glide__bullets .glide__bullet:not(:first-child):before {
  transform: skew(45deg);
  top: 0;
}
/* line 624, ../sass/pages/_index.scss */
.glide__bullets .glide__bullet:not(:first-child):after {
  transform: skew(-45deg);
  bottom: 0;
}
/* line 630, ../sass/pages/_index.scss */
.glide__bullets .glide__bullet.glide__bullet--active {
  color: #FF000F;
}
/* line 632, ../sass/pages/_index.scss */
.glide__bullets .glide__bullet.glide__bullet--active:first-child {
  background: white;
}
/* line 635, ../sass/pages/_index.scss */
.glide__bullets .glide__bullet.glide__bullet--active:first-child:after {
  border-left-color: white;
}
/* line 639, ../sass/pages/_index.scss */
.glide__bullets .glide__bullet.glide__bullet--active:not(:first-child):before, .glide__bullets .glide__bullet.glide__bullet--active:not(:first-child):after {
  background: white;
}

/* line 649, ../sass/pages/_index.scss */
.slider__char-icon {
  position: absolute;
  left: 5vw;
  margin-top: -20px;
}
/* line 654, ../sass/pages/_index.scss */
.slider__char-icon img {
  display: block;
  max-height: 70px;
  width: auto;
}

/* line 661, ../sass/pages/_index.scss */
.refresh-arrow {
  position: absolute;
  width: 6vw;
  height: 6vw;
  bottom: 3vw;
  right: -100%;
  background: transparent;
  border: 0;
  outline: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 439 439' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill:%23ffffff;fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;'%3E%3Cpath d='M370.306,60.53c-20.366,-19.225 -43.634,-34.118 -69.806,-44.682c-26.172,-10.563 -53.249,-15.845 -81.229,-15.845c-29.692,0 -58.052,5.808 -85.08,17.417c-27.03,11.61 -50.347,27.215 -69.951,46.82c-19.605,19.607 -35.214,42.921 -46.824,69.949c-11.609,27.03 -17.416,55.386 -17.416,85.082c0,29.687 5.807,58.05 17.417,85.079c11.613,27.031 27.218,50.347 46.824,69.952c19.604,19.599 42.921,35.207 69.951,46.818c27.028,11.611 55.388,17.419 85.08,17.419c32.736,0 63.865,-6.899 93.363,-20.7c29.5,-13.795 75.377,-58.386 75.377,-58.386l-53.388,-50.812c0,0 -30.93,32.072 -51.107,41.977c-20.173,9.894 -41.586,14.839 -64.237,14.839c-19.792,0 -38.684,-3.854 -56.671,-11.564c-17.989,-7.706 -33.551,-18.127 -46.682,-31.261c-13.13,-13.135 -23.551,-28.691 -31.261,-46.682c-7.708,-17.987 -11.563,-36.874 -11.563,-56.671c0,-19.795 3.858,-38.691 11.563,-56.674c7.707,-17.985 18.127,-33.547 31.261,-46.678c13.135,-13.134 28.693,-23.555 46.682,-31.265c17.983,-7.707 36.879,-11.563 56.671,-11.563c38.259,0 71.475,13.039 99.646,39.116' style='fill-rule:nonzero;'/%3E%3Cpath d='M429.19,170.144l-166.01,-2.626l160.88,-163.325l5.13,165.951Z'/%3E%3C/svg%3E");
}
/* line 673, ../sass/pages/_index.scss */
.refresh-arrow.refresh-arrow--is-visible {
  right: 3vw;
  transition: right .5s ease-in-out;
  -webkit-animation: spin 1s ease 1;
  -moz-animation: spin 1s ease 1;
  animation: spin 1s ease 1;
  animation-delay: .75s;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

/* Later added custom CSS */

.quiz-screen .form__data .form__data-inner .gdpr {
  margin-top: 20px;
  white-space: normal;
}

.quiz-screen .form__data .form__data-inner .radio-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.quiz-screen .form__data .form__data-inner .radio-wrapper input:checked ~ label:after {
  display: block;
}

.quiz-screen .form__data .form__data-inner .radio-wrapper label {
  position: relative;
  padding-left: 45px;
  display: list-item;
  text-align: left;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.quiz-screen .form__data .form__data-inner .radio-wrapper label:before {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 26px;
  width: 26px;
  background-color: #FF000F;
  border-radius: 50%;
}

.quiz-screen .form__data .form__data-inner .radio-wrapper label:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.953' height='28.867' viewBox='0 0 26.953 28.867'%3E%3Cpath class='checkmark' d='M2571.605,512.5l9.246,8.992s7.836-15.772,11.707-22.867' stroke='%23FFFFFF' stroke-linecap='round' stroke-width='6px' fill='none' transform='translate(-2568.605 -495.625)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 34px;
  width: 30px;
  position: absolute;
  display: none;
  top: calc(50% - 9px);
  left: 0;
  transform: translateY(-50%);
}

.link-btn, .link-btn:hover, .link-btn:focus, .link-btn:active {
  color: #fff;
}

#gdpr.input-invalid + label {
  border-right: 5px solid #FF000F;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

/* Modal css */

.modal {
  display: none;
}

.vanilla-modal .modal {
  display: block;
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.2s, z-index 0s 0.2s;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.vanilla-modal .modal > * {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  text-align: left;
}

.vanilla-modal .modal:before {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}

.vanilla-modal.modal-visible .modal {
  z-index: 99;
  opacity: 1;
  transition: opacity 0.2s;
}

.modal-inner {
  padding: 24px;
  position: relative;
  overflow: hidden;
  max-width: 80%;
  max-height: 80%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  z-index: -1;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.2s, transform 0.2s, z-index 0s 0.2s;
}
.modal-visible .modal-inner {
  z-index: 100;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.2s, transform 0.2s;
}

[data-modal-close] {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  cursor: pointer;
  text-align: center;
  background: #fff;
}

.modal-content .h1 {
  font-size: 1.35rem;
}

.modal-content p {
  margin-bottom: 10px;
}
