.loadingScreen {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 15px;
  overflow: hidden;
  background: #1abc9c;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: #ffffff;
}
.loadingScreen h1 {
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 479px), (max-height: 479px) {
  .loadingScreen h1 {
    font-size: 32px;
  }
}
.loadingScreen .leftEye,
.loadingScreen .rightEye {
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: leftEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: leftEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.loadingScreen .rightEye {
  -webkit-animation: rightEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: rightEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.loadingScreen .mouth {
  width: 10vh;
  height: 10vh;
  border-radius: 50%;
  border: 1.3vh solid rgba(223, 223, 194, 0);
  border-top-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  -ms-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
  -webkit-animation: mouthAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: mouthAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.loadingScreen .gr-loader-logo-wrapper {
  width: 100%;
  position: absolute;
  top: calc(57.1% + 20px);
  text-align: center;
}
.loadingScreen .gr-loader-logo-wrapper img {
  width: 256px;
}
@media (max-width: 479px), (max-height: 479px) {
  .loadingScreen .gr-loader-logo-wrapper img {
    width: 192px;
  }
}
.loadingScreen .content {
  width: 100%;
  text-align: center;
}
@-webkit-keyframes mouthAnimation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateX(180deg);
    transform: translate(-50%, -50%) rotateX(180deg);
  }
  10% {
    -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
  40% {
    -webkit-transform: translate(-50%, -50%) rotateZ(320deg);
    transform: translate(-50%, -50%) rotateZ(320deg);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
    transform: translate(-50%, -50%) rotateZ(900deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
    transform: translate(-50%, -50%) rotateZ(900deg);
  }
}
@keyframes mouthAnimation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateX(180deg);
    transform: translate(-50%, -50%) rotateX(180deg);
  }
  10% {
    -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
  40% {
    -webkit-transform: translate(-50%, -50%) rotateZ(320deg);
    transform: translate(-50%, -50%) rotateZ(320deg);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
    transform: translate(-50%, -50%) rotateZ(900deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
    transform: translate(-50%, -50%) rotateZ(900deg);
  }
}
@-webkit-keyframes leftEyeAnimation {
  0% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  50% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  60% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%);
  }
  90% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%);
  }
  100% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@keyframes leftEyeAnimation {
  0% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  50% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  60% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(-3vh, -1vh);
    transform: translate(-3vh, -1vh);
  }
  90% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(-3vh, -1vh);
    transform: translate(-3vh, -1vh);
  }
  100% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes rightEyeAnimation {
  0% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  50% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  60% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(1vh, -1vh);
    transform: translate(1vh, -1vh);
  }
  70% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(1vh, -1vh);
    transform: translate(1vh, -1vh);
  }
  75% {
    width: 2vh;
    height: 2px;
    -webkit-transform: translate(1vh, -1vh);
    transform: translate(1vh, -1vh);
  }
  80% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(1vh, -1vh);
    transform: translate(1vh, -1vh);
  }
  90% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(1vh, -1vh);
    transform: translate(1vh, -1vh);
  }
  100% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@keyframes rightEyeAnimation {
  0% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  50% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  60% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(1vh, -1vh);
    transform: translate(1vh, -1vh);
  }
  70% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(1vh, -1vh);
    transform: translate(1vh, -1vh);
  }
  75% {
    width: 2vh;
    height: 2px;
    -webkit-transform: translate(1vh, -1vh);
    transform: translate(1vh, -1vh);
  }
  80% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(1vh, -1vh);
    transform: translate(1vh, -1vh);
  }
  90% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(1vh, -1vh);
    transform: translate(1vh, -1vh);
  }
  100% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@keyframes pop-up_pop-up {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translateY(100vh);
  }
  75% {
    transform: translateY(-25px);
  }
  100% {
    transform: none;
  }
}
@keyframes show_page_from_right {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translateX(100vw);
  }
  75% {
    opacity: 1;
    transform: translateX(-25px);
  }
  to {
    transform: none;
  }
}
@keyframes show_page_from_left {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translateX(-100vw);
  }
  75% {
    opacity: 1;
    transform: translateX(25px);
  }
  to {
    transform: none;
  }
}
@keyframes show_element_from_top {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translateY(-3000px);
  }
  75% {
    transform: translateY(25px);
  }
  to {
    transform: none;
  }
}
@keyframes opacity_raise {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.08;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide-up {  
  0% {    
    opacity: 0;    
    transform: translateY(32px);  
  }  
  100% {    
    opacity: 1;    
    transform: translateY(0);  
  }
}
@keyframes slide-up {  
  0% {    
    opacity: 0;    
    transform: translateY(32px);  
  }  
  100% {    
    opacity: 1;    
    transform: translateY(0);  
  }
}
@-webkit-keyframes slide-up-short {  
  0% {    
    opacity: 0;    
    transform: translateY(16px);  
  }  
  100% {    
    opacity: 1;    
    transform: translateY(0);  
  }
}
@keyframes slide-up-short {  
  0% {    
    opacity: 0;    
    transform: translateY(16px);  
  }  
  100% {    
    opacity: 1;    
    transform: translateY(0);  
  }
}
@-webkit-keyframes slide-up-long {  
  0% {    
    opacity: 0;    
    transform: translateY(48px);  
  }  
  100% {    
    opacity: 1;    
    transform: translateY(0);  
  }
}
@keyframes slide-up-long {  
  0% {    
    opacity: 0;    
    transform: translateY(48px);  
  }  
  100% {    
    opacity: 1;    
    transform: translateY(0);  
  }
}
.animate-slide-up {  
  animation: slide-up 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.animate-slide-up-short {  
  animation: slide-up-short 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.animate-slide-up-long {  
  animation: slide-up-long 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
html,
body,
body > div,
body > div > div,
body > div > div > div,
div.h-window,
div.h-window > div,
main,
form {
  width: 100%;
  height: 100%;
}
legend {
  border: none;
  margin: 0;
}
.page,
#root,
.factor,
.factors {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
body {
  background: black;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
}
.d-none {
  display: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
:focus {
  outline: none;
}
@media (min-width: 480px) {
  .pull-right-sm {
    float: right !important;
  }
}
@media (min-width: 480px) {
  .pull-left-sm {
    float: left !important;
  }
}
h1,
h2 {
  text-align: center;
}
.h-window {
  overflow-x: hidden;
}
.container {
  position: relative;
  text-align: center;
}
.subpage {
  display: none;
}
.page:not(.page-comment),
.page:not(.page-ai),
.gr-popup {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}
img {
  -webkit-user-drag: none;
}
.page {
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  width: 100%;
  min-height: 100%;
  display: none;
  padding-bottom: 65px;
}
.page header {
  margin-top: 20px;
  margin-bottom: 30px;
}
.page header h1 {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 991px) and (min-aspect-ratio: 20/11) {
  .page header {
    margin-bottom: 20px;
  }
  .page header h2 {
    margin-top: 0;
  }
}
.page.showing {
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .page.showing {
    display: flex;
    flex-direction: column;
  }
}
.page.page-factors header {
  margin-bottom: 10px;
}
.v-center-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 80vh;
}
@media (max-width: 479px) {
  .page-smileys .v-center-wrapper {
    min-height: 66vh;
  }
}
.keyboard-on.android .v-center-wrapper {
  min-height: 48vh;
}
header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.progress-bar-bottom {
  position: fixed;
  bottom: 60px;
  height: 5px;
  width: 100%;
}
.progress-bar-bottom .progress-complete {
  width: 0;
  background: #f5f5f5;
  height: 100%;
  display: block;
}
.gr-popup {
  position: fixed;
  width: 100%;
  z-index: 5;
  overflow-y: auto;
  height: calc(100% -  60px);
  left: 0;
  top: 0;
}
.gr-popup p {
  text-align: center;
}
.gr-popup.popped-out {
  transform: translateY(100vh);
  opacity: 0;
}
.gr-popup.popped-up {
  transform: translateY(0);
  opacity: 1;
}
.pop-out {
  position: absolute;
  right: 5vh;
  top: 5vh;
  z-index: 5;
}
@media (max-width: 479px) {
  .pop-out {
    right: 2vh;
    top: 2vh;
  }
}
.pop-out .x-close {
  width: 30px;
  height: 30px;
}
@media (max-height: 767px) {
  .pop-out .x-close {
    width: 20px;
    height: 20px;
  }
}
.flags {
  z-index: 10;
}
.flags .flags-wrap {
  text-align: center;
}
.flags .flags-wrap .option-wrap .flag-icon {
  display: inline-block;
}
.flag-icon {
  background-size: contain;
  background-position: center;
  border-radius: 3%;
}
.option-wrap {
  cursor: pointer;
}
.question-prompt .container-fluid {
  max-width: 1024px;
  min-height: 66vh;
  margin: auto;
}
.question-prompt .container-fluid .row {
  margin-top: 10vh;
  text-align: center;
}
.question-prompt .container-fluid .row button {
  margin: 2vh auto;
  min-width: 200px;
}
.question-prompt .container-fluid .row button.no {
  background-color: #E74C3C;
}
.question-prompt .container-fluid .row button.dl {
  background-color: #228db2;
}
.page.page-info {
  height: 100%;
  padding-bottom: 60px;
}
.thanks {
  display: flex;
  flex-direction: column;
  margin: auto;
  height: 100%;
  padding-bottom: 60px;
}
.thanks .container {
  min-height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}
button {
  background-color: transparent;
}
button.start-survey {
  text-align: center;
  font-size: 36px;
  line-height: 1em;
  border-radius: 39px;
  margin: 20px auto 0;
  padding: 20px 40px;
  border: 0;
}
button.start-survey:focus {
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.5);
}
button.start-survey.floating-dk {
  font-size: 20px;
  padding: 10px 25px 10px 15px;
  margin: 0 20px;
  background-color: #fff;
  color: #7f7f7f;
}
button.start-survey.floating-dk img {
  height: 20px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  button.start-survey.floating-dk {
    margin: auto;
  }
}
button.start-survey.floating-dk:focus {
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.5);
}
.floating-dk-wrapper {
  position: fixed;
  bottom: 100px;
  width: 100vw;
  text-align: right;
}
@media (max-width: 767px) {
  .floating-dk-wrapper {
    text-align: center;
  }
}
label:active,
button:active,
input:active + figure img {
  filter: brightness(50%);
  transition-property: filter;
  transition-duration: 0.1s;
  transition-delay: 0s;
  transition-timing-function: ease;
}
#scrtWin {
  width: 50vw;
  left: 25vw;
  min-height: 60vh;
  overflow: auto;
  padding: 10px;
  top: 5px;
  position: fixed;
  z-index: 9001;
  background: rgba(255, 255, 235, 0.9);
  color: #0a0a0a;
}
@media (max-width: 991px) {
  #scrtWin {
    width: 75vw;
    left: 12.5vw;
  }
}
@media (max-width: 767px) {
  #scrtWin {
    width: 95vw;
    left: 2.5vw;
    min-height: 300px;
  }
  #scrtWin h3 {
    font-size: 18px;
  }
}
@media (min-height: 601px) {
  #scrtWin {
    min-height: 50vh;
  }
}
#scrtWin button {
  font-size: 1.5em;
  margin: 10px 0;
}
#scrtWin .pop-out {
  right: 2vh;
  top: 2vh;
}
@media (max-width: 479px) {
  #scrtWin .pop-out {
    right: 1vh;
    top: 1vh;
  }
}
#scrtWin .x-close {
  background: url(./x-black.png) center;
}
#newScrtWin {
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background: rgba(255, 255, 235, 0.9);
  color: black;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 50px;
}
#newScrtWin .wifi-row {
  margin-top: 5px;
  margin-bottom: 5px;
}
#newScrtWin .wifi-row.connected {
  font-weight: bolder;
}
#newScrtWin .wifi-row.connected .btn {
  background-color: #1abc9c;
}
#newScrtWin .wifi-row.connecting .btn {
  background-color: #ffd966;
}
.bold {
  font-weight: bolder;
}
.x-close {
  background: url(./x-white.png) center;
  background-size: cover;
}
nav#gr-bottom-nav {
  position: fixed;
  height: 60px;
  line-height: 48px;
  padding: 6px 20px;
  width: 100%;
  width: 100vw;
  z-index: 20;
  bottom: 0;
}
nav#gr-bottom-nav * {
  z-index: 22;
}
nav#gr-bottom-nav button {
  border: none;
}
nav#gr-bottom-nav button img {
  height: 44px;
}
nav#gr-bottom-nav button:focus {
  text-decoration: underline;
}
nav#gr-bottom-nav .logo-wrapper {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 5px;
  right: 5px;
  text-align: center;
  z-index: -1;
}
nav#gr-bottom-nav img.gr-logo-small,
nav#gr-bottom-nav img.gr-logo {
  height: 32px;
}
nav#gr-bottom-nav .gr-we-use-gr {
  display: none;
}
nav#gr-bottom-nav .gr-logo-small {
  display: none;
}
@media (max-width: 479px) {
  nav#gr-bottom-nav button .button-txt {
    display: none;
  }
  nav#gr-bottom-nav .gr-logo-small {
    display: initial;
  }
  nav#gr-bottom-nav .gr-logo {
    display: none;
  }
}
nav#gr-bottom-nav #lang-choice-btn {
  display: block;
  float: left;
  width: 54px;
  height: 42px;
  margin-top: 3px;
}
nav#gr-bottom-nav #prev-page {
  float: left;
  padding: 1px 0;
  background: none;
  padding: 6px 20px;
  margin: -6px 10px -6px -20px;
}
nav#gr-bottom-nav #next-page {
  background: none;
  margin: -6px -20px -6px 10px;
  padding: 6px 20px;
}
nav#gr-bottom-nav #next-page.proceed {
  background: #1abc9c;
}
nav#gr-bottom-nav #show-info {
  display: block;
  height: 48px;
  width: 48px;
  background-size: contain;
}
.factors .factor .option-wrap {
  padding: 0;
}
@media (min-width: 992px) {
  .factors .factor .option-wrap {
    min-height: 80px;
  }
}
.factors .factor .option-wrap figure {
  text-align: center;
}
.factors .factor .option-wrap figure img {
  height: 60px;
  width: initial;
}
@media (max-width: 991px) and (max-aspect-ratio: 1/1) {
  .factors .factor .option-wrap figure img {
    height: 81px;
  }
}
@media (max-width: 767px) {
  .factors .factor .option-wrap figure img {
    height: 50px;
  }
}
@media (max-width: 767px) and (max-height: 600px) {
  .factors .factor .option-wrap figure img {
    height: 40px;
  }
}
@media (max-width: 767px), (max-width: 991px) and (max-aspect-ratio: 1/1) {
  .factors .factor .option-wrap {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
.factors .factor h3 {
  display: flex;
  align-items: center;
  margin: 0;
}
@media (min-width: 992px) {
  .factors .factor h3 {
    min-height: 80px;
  }
}
@media (min-width: 992px) and (-ms-high-contrast: none) {
  .factors .factor h3 {
    height: 80px;
  }
}
@media (max-width: 767px), (max-width: 991px) and (max-aspect-ratio: 1/1) {
  .factors .factor h3 {
    margin-top: 10px;
    text-align: center;
    justify-content: center;
  }
}
.factors .header {
  display: flex;
}
.factors .header .left-col-header {
  display: none;
  flex: 1;
}
.factors .header .right-col-header {
  display: flex;
  flex: 1;
}
.factors .header .right-col-header .f1 {
  flex: 1;
}
.factors .header .right-col-header .f1 h3 {
  font-size: 18px;
  text-align: center;
}
@media (min-width: 992px) and (max-height: 800px), (min-width: 768px) and (min-aspect-ratio: 1/1) and (max-height: 800px) {
  .factors header {
    min-height: calc(42.7065vh - 90px);
  }
  .factors .factor .option-wrap {
    min-height: 10.417vh;
  }
  .factors .factor .option-wrap figure {
    text-align: center;
  }
  .factors .factor .option-wrap figure img {
    height: 7.81275vh;
  }
  .factors .factor h3 {
    min-height: 10.417vh;
    text-align: left;
  }
}
@media (min-width: 992px) and (max-height: 800px) and (-ms-high-contrast: none), (min-width: 768px) and (min-aspect-ratio: 1/1) and (max-height: 800px) and (-ms-high-contrast: none) {
  .factors .factor h3 {
    height: 10.417vh;
  }
}
@media (min-width: 992px) and (min-height: 801px), (min-width: 768px) and (min-aspect-ratio: 1/1) and (min-height: 801px) {
  .factors header {
    min-height: 340px;
  }
}
@media (min-width: 768px) and (min-aspect-ratio: 1/1) {
  .left-col {
    padding-left: 2vw;
  }
  .left-col,
  .right-col {
    width: 50%;
    float: left;
  }
  .factors .header .left-col-header {
    display: block;
  }
}
@media (min-width: 992px) {
  .left-col {
    padding-left: 2vw;
  }
  .left-col,
  .right-col {
    width: 50%;
    float: left;
  }
  .factors .header .left-col-header {
    display: block;
  }
}
button[disabled] {
  visibility: hidden;
}
/* Hide input */
input[type="radio"],
input[type="checkbox"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
input[type="checkbox"] + .btn,
input[type="radio"] + .btn {
  border-width: 3px;
}
/* Add styling when focused */
input[type="checkbox"]:focus-visible + figure > img:first-child,
input[type="radio"]:focus-visible + figure > img:first-child {
  border-color: rgba(255, 255, 255, 0.7);
  border-width: 3px;
  border-style: dashed;
}
.smileys input[type="radio"]:focus-visible + figure > img:first-child {
  border-radius: 50%;
}
input[type="radio"]:focus-visible + .border-circle {
  border-color: rgba(120, 120, 120, 0.9);
  border-style: dashed;
  border-width: 3px;
}
input[type="checkbox"]:focus-visible + .btn,
input[type="radio"]:focus-visible + .btn {
  border-color: #454545;
  border-style: dashed;
  border-width: 3px;
}
.options-wrap {
  display: flex;
}
.radio-bars label,
.cb-bars label {
  display: block;
  text-align: center;
  margin: 10px auto;
  width: 78%;
}
@media (max-width: 479px) {
  .radio-bars label,
  .cb-bars label {
    width: 94%;
  }
}
.radio-bars input[type="radio"] + .btn,
.cb-bars input[type="radio"] + .btn,
.radio-bars input[type="checkbox"] + .btn,
.cb-bars input[type="checkbox"] + .btn {
  line-height: 1em;
  border-radius: 29px;
  width: 100%;
  padding: 10px;
  white-space: normal;
}
@media (max-width: 479px) {
  .radio-bars input[type="radio"] + .btn,
  .cb-bars input[type="radio"] + .btn,
  .radio-bars input[type="checkbox"] + .btn,
  .cb-bars input[type="checkbox"] + .btn {
    border-radius: 20px;
  }
}
.radio-bars input[type="radio"]:disabled + .btn,
.cb-bars input[type="radio"]:disabled + .btn,
.radio-bars input[type="checkbox"]:disabled + .btn,
.cb-bars input[type="checkbox"]:disabled + .btn {
  opacity: 0.1;
}
.radio-bars .radio-bars-wrap .radio-bar-wrap,
.cb-bars .radio-bars-wrap .radio-bar-wrap {
  padding: 5px;
  width: 100px;
}
.smileys .option-wrap {
  flex: 1;
  padding: 2vw;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.smileys-10 .option-wrap {
  padding: 1.5em;
}
@media all and (-ms-high-contrast: none) {
  .smileys .option-wrap {
    display: inline-block;
  }
  .factors .smileys .option-wrap {
    display: inline-flex;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-aspect-ratio: 20/11) {
  .smileys .option-wrap {
    padding: 2vw 4vw;
  }
  .smileys-10 .option-wrap {
    padding: 0.5em;
  }
}
.smileys .option-wrap img {
  width: 100%;
}
.smileys .option-wrap img.check-circle {
  display: none;
}
@media (max-width: 479px) {
  .smileys .option-wrap {
    margin: 8px;
  }
  .smileys-10 .option-wrap {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .smileys .option-wrap {
    margin: 5px;
  }
  .smileys-10 .option-wrap {
    padding: 0;
  }
}
.smileys label figure {
  position: relative;
}
.smileys label figure figcaption {
  position: absolute;
  text-align: center;
  bottom: -0.5px;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
}
.thumbs-up-down .options-wrap {
  justify-content: center;
}
.thumbs-up-down .option-wrap {
  margin: 60px 50px;
  width: 270px;
}
.thumbs-up-down .option-wrap img {
  width: 100%;
}
.images input:not(.not-selected):not(:checked) + img,
.slider input:not(.not-selected):not(:checked) + img,
.smileys input:not(.not-selected):not(:checked) + img,
.thumbs-up-down input:not(.not-selected):not(:checked) + img,
.images input:not(.not-selected).is-dk + img,
.slider input:not(.not-selected).is-dk + img,
.smileys input:not(.not-selected).is-dk + img,
.thumbs-up-down input:not(.not-selected).is-dk + img,
.images input:not(.not-selected):not(:checked) + figure img,
.slider input:not(.not-selected):not(:checked) + figure img,
.smileys input:not(.not-selected):not(:checked) + figure img,
.thumbs-up-down input:not(.not-selected):not(:checked) + figure img,
.images input:not(.not-selected).is-dk + figure img,
.slider input:not(.not-selected).is-dk + figure img,
.smileys input:not(.not-selected).is-dk + figure img,
.thumbs-up-down input:not(.not-selected).is-dk + figure img {
  -webkit-filter: grayscale(40%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(40%);
  opacity: 0.4;
}
.smileys input:not(.not-selected):not(:checked) + img,
.smileys input:not(.not-selected):not(:checked) + figure img {
  transform: scale(0.8);
}
.smileys input:not(.not-selected):checked + img,
.smileys input:not(.not-selected):checked + figure img {
  transform: scale(1.15);
}
.smileys.smileys-3 .option-wrap {
  width: 31%;
}
@media (max-width: 767px) {
  .smileys.smileys-3 .option-wrap {
    padding: 0 4vw;
  }
}
@media (min-width: 480px) and (min-aspect-ratio: 4/3) {
  .smileys.smileys-3 .option-wrap {
    padding: 0 8vw;
  }
}
@media (min-width: 768px) and (min-aspect-ratio: 4/3) {
  .smileys.smileys-3 .option-wrap {
    padding: 0 4vw;
  }
}
@media (min-width: 992px) and (min-aspect-ratio: 1/1) {
  .smileys.smileys-3 .option-wrap {
    padding: 0 4.5vw;
  }
}
.smileys.smileys-10 .option-wrap img {
  max-width: 50px;
  max-height: 50px;
}
.smileys.smileys-10 .container {
  display: flex;
  justify-content: center;
}
.smileys.smileys-10 .dkOption-10 {
  display: flex;
  align-items: center;
  padding: 1.5vw;
}
.smileys.smileys-10 .dkOption-10 > .option-wrap {
  padding: 0;
}
@media (max-width: 800px) {
  .smileys.smileys-10 .options-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .smileys.smileys-10 .dkOption-10 label figure figcaption {
    font-size: 16px;
  }
  .smileys.smileys-10 .dkOption-10 label figure figcaption {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .smileys.smileys-10 .option-wrap {
    margin: 0;
    padding: 1vw !important;
  }
  .dkOption-10 .option-container .dk-caption {
    position: relative !important;
  }
  .dkOption-10 .dkOption {
    height: unset !important;
  }
}
.factor-smileys.smileys-10 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.factor-smileys.smileys-10 .options-wrap {
  display: flex;
  justify-content: center;
}
.factor-smileys.smileys-10 .option-wrap {
  margin: 0 1em;
}
.factor-smileys.smileys-10 .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.factor-smileys.smileys-10 .left-col {
  padding: 0 2vw;
  justify-content: center;
  display: flex;
  width: 100%;
}
.dkOption-10 .factor-smileys.smileys-10 .container {
  width: 100%;
}
.dkOption-10 .factor-smileys.smileys-10 .right-col {
  display: flex;
  justify-content: center;
}
.dkOption-10 .factor-smileys.smileys-10 .container {
  align-items: center;
}
.dkOption-10 .dkHeader {
  display: flex;
  justify-content: space-between;
}
.dkOption-10 .dkHeader .header-space {
  justify-content: space-between;
  display: flex;
}
.dkOption-10 .dkHeader .spacer {
  width: 50px;
  margin: 0 1.5vw;
}
.dkOption-10 .dkOption {
  height: 100%;
}
.dkOption-10 .option-container {
  position: relative;
}
.dkOption-10 .option-container .dk-caption {
  display: none;
}
@media (max-width: 991px) {
  .factor-smileys.smileys-10 .option-wrap {
    margin: 7px 0.5em;
  }
}
@media (max-width: 800px) {
  .dkOption-10 .dkHeader {
    display: none;
  }
  .dkOption-10 .option-container .dk-caption {
    display: block;
    position: absolute;
    top: 15px;
  }
  .factor-smileys.smileys-10 .options-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .factor-smileys.smileys-10 .right-col {
    max-width: 500px;
  }
  .dkOption-10 .dkOption {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 400px) {
  .dkOption-10.factor .option-wrap {
    margin: 0;
  }
  .dkOption-10 .dk-caption {
    top: 0px !important;
  }
}
.hidden {
  display: none;
}
.images .options-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.images .options-wrap .option-wrap {
  padding: 1vw 2vw;
  margin-bottom: 2vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-height: 768px) {
  .images .options-wrap .option-wrap {
    margin-bottom: 15px;
  }
}
@media (max-height: 480px) {
  .images .options-wrap .option-wrap {
    margin-bottom: 10px;
  }
}
@media all and (-ms-high-contrast: none) {
  .images .options-wrap .option-wrap {
    display: inline-block;
  }
}
.images .options-wrap .option-wrap figure {
  position: relative;
}
.images .options-wrap .option-wrap img {
  width: 100%;
}
.images .options-wrap .option-wrap img.check-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 17.16%;
}
.images .line-wrap-size-5 .option-wrap {
  width: 18%;
}
.images .line-wrap-size-4 .option-wrap {
  width: 23%;
}
@media (min-width: 992px) and (min-aspect-ratio: 1/1) {
  .images .line-wrap-size-4 .option-wrap {
    padding: 0 2vw;
  }
}
.images .line-wrap-size-3 .option-wrap {
  width: 31%;
}
@media (max-width: 991px) {
  .images .line-wrap .option-wrap {
    width: 23%;
  }
}
@media (max-width: 767px) {
  .images .line-wrap .option-wrap {
    width: 31%;
    padding: 0 4vw;
  }
}
@media (max-width: 479px) {
  .images .line-wrap .option-wrap {
    width: 48%;
  }
}
@media (min-width: 480px) and (min-aspect-ratio: 4/3) {
  .images .line-wrap .option-wrap {
    padding: 0 8vw;
  }
}
@media (min-width: 768px) and (min-aspect-ratio: 4/3) {
  .images .line-wrap .option-wrap {
    padding: 0 4vw;
  }
}
@media (min-width: 992px) and (min-aspect-ratio: 1/1) {
  .images .line-wrap .option-wrap {
    padding: 0 4.5vw;
  }
}
.images .line-wrap-size-2 .option-wrap {
  padding: 0 4vw;
  width: 31%;
}
@media (max-width: 767px) {
  .images .line-wrap-size-2 .option-wrap {
    width: 41%;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-aspect-ratio: 20/11) {
  .images .line-wrap-size-2 .option-wrap {
    width: 33%;
  }
}
@media (min-width: 992px) and (min-aspect-ratio: 1/1) {
  .images .line-wrap-size-4 .option-wrap {
    padding: 0 2vw;
  }
  .images .line-wrap-size-5 .option-wrap {
    padding: 0 1vw;
  }
}
@media (max-width: 767px) {
  .images .options-wrap .line-wrap {
    display: inline;
  }
  .images .options-wrap .line-wrap .option-wrap {
    width: initial;
    max-width: initial;
  }
  .images .options-wrap {
    display: flex;
  }
}
.images label {
  position: relative;
}
.images label figcaption {
  position: absolute;
  text-align: center;
  bottom: -0.5px;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
}
.text {
  position: relative;
  text-align: center;
}
.text .overlay-glass {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100vw;
  height: 100%;
}
.animated .text .overlay-glass {
  display: initial;
}
.text .container {
  flex-direction: column;
  display: flex;
  align-items: center;
}
.text .text-input-wrapper {
  position: relative;
  width: 85%;
}
.text .text-follow-up-locked {
  background-color: rgba(255, 255, 255, 0.8);
  height: 125px;
  border-radius: 12px;
  width: 85%;
  text-align: left;
  padding: 1em;
  overflow-y: auto;
  white-space: pre-wrap;
  margin-bottom: 15px;
}
.text .text-follow-up-locked .title {
  font-size: 1.5rem;
  font-weight: bold;
}
.text .text-follow-up-locked .answer {
  font-size: 1.5rem;
}
.text textarea {
  z-index: -999;
  font-size: 1.5em;
  width: 100%;
  height: 100%;
  padding: 1em 1em 55px;
  border-radius: 12px;
}
.text input {
  font-size: 2em;
  text-align: center;
  width: 100%;
  padding: 0.3em 0;
}
.text input,
.text textarea {
  color: dimgrey;
}
.text .continue-button-wrap {
  position: absolute;
  bottom: 1px;
  right: 0;
  text-align: left;
  display: none;
}
.text .continue-button-wrap .start-survey {
  margin: 0;
  font-size: 1em;
  padding: 6px 20px;
  line-height: inherit;
  height: 100%;
  border-radius: 0;
}
.text .continue-button-wrap .start-survey .fwdArrow {
  height: 44px;
}
.text.comments .text-input-wrapper {
  height: 250px;
}
.text.text-line .continue-button-wrap {
  height: 100%;
}
.text.text-line .text-input-wrapper {
  width: 52em;
  max-width: 100%;
}
@media (min-width: 480px) {
  .keyboard-on .text .continue-button-wrap {
    display: block;
  }
  .keyboard-on .text input:focus {
    padding: 0.3em 3em 0.3em 0;
  }
}
@media (max-width: 991px) {
  .nps .container {
    padding: 5px;
  }
}
.nps .options-wrap {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0;
}
@media (min-width: 768px) and (max-width: 991px) and (min-aspect-ratio: 20/11) {
  .nps .options-wrap {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .nps .options-wrap {
    margin: 40px 0;
  }
}
.nps .options-wrap .option-wrap {
  padding: 20px 10px;
  width: 9%;
  display: block;
  text-align: center;
  position: relative;
}
.nps .options-wrap .option-wrap .text-max,
.nps .options-wrap .option-wrap .text-min {
  position: absolute;
  top: calc(100% - 10px);
  white-space: nowrap;
}
.nps .options-wrap .option-wrap .text-min {
  left: 0;
  text-align: left;
}
.nps .options-wrap .option-wrap .text-max {
  right: 0;
  text-align: right;
}
@media (max-width: 991px) and (max-aspect-ratio: 20/11) {
  .nps .options-wrap .option-wrap {
    padding: 5px;
    margin: 0;
    width: calc(16.6% - 10px);
  }
  .nps .options-wrap .option-wrap .text-min {
    top: initial;
    bottom: calc(100% - 0px);
  }
  .nps .options-wrap .option-wrap .text-max {
    top: calc(100% - 0px);
  }
}
@media (max-width: 479px) {
  .nps .options-wrap .option-wrap {
    width: calc(25% - 10px);
  }
  .nps .options-wrap .option-wrap.extra-left-margin-sm {
    margin-left: 10%;
  }
  .nps .options-wrap .option-wrap.extra-left-margin-sm .text-max {
    right: 10%;
  }
  .nps .options-wrap .option-wrap.extra-right-margin-sm {
    margin-right: 10%;
  }
}
.border-circle {
  font-size: 44px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid;
  text-align: center;
  line-height: 1.4em;
  width: 1.4545em;
  height: 1.4545em;
}
@media (min-width: 768px) and (max-width: 991px) and (min-aspect-ratio: 20/11) {
  .border-circle {
    font-size: 36px;
  }
}
@media (max-width: 991px) and (max-aspect-ratio: 20/11) {
  .border-circle {
    width: 92px;
    height: 92px;
    font-size: 63px;
  }
}
@media (max-width: 767px) {
  .border-circle {
    width: 70px;
    height: 70px;
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .border-circle {
    width: 54px;
    height: 54px;
    font-size: 36px;
  }
}
:checked + .border-circle {
  background: white;
  color: black;
}
.reverse-pairing {
  color: whitesmoke;
}
.reverse-pairing .options-wrap {
  justify-content: center;
}
.focused .reverse-pairing h1 {
  margin-top: 70px;
}
.passcode-area {
  margin-top: 50px;
  text-align: center;
  color: black;
}
.passcode-area > input {
  background-color: #fff;
  border: 2px solid #d6d6d6;
  border-radius: 4px;
  padding: 0;
  margin: 25px 6px 0;
  width: 65px;
  height: 65px;
  text-align: center;
  font-size: 32px;
  line-height: 1.29;
  background-clip: padding-box;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.passcode-area > input::-webkit-outer-spin-button,
.passcode-area > input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.passcode-area > input[type=number] {
  -moz-appearance: textfield;
}
.passcode-area > input:focus {
  -webkit-appearance: none;
  border: 2px solid skyblue;
  outline: 0;
  box-shadow: 0 0 3px rgba(131, 192, 253, 0.5);
}
.nps .text-max,
.nps .text-min {
  font-weight: 200;
  font-size: 24px;
}
@media (max-width: 479px) {
  .nps .text-max,
  .nps .text-min {
    font-size: 16px;
  }
}
h1 {
  font-size: 98px;
}
h1.chars-19-up {
  font-size: 66px;
}
h1.chars-40-up {
  font-size: 48px;
}
h1.chars-150-up {
  font-size: 36px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 84px;
  }
  h1.chars-19-up {
    font-size: 60px;
  }
  h1.chars-40-up {
    font-size: 40px;
  }
  h1.chars-150-up {
    font-size: 32px;
  }
}
@media (max-width: 991px) and (min-aspect-ratio: 4/3) {
  h1 {
    font-size: 48px;
  }
  h1.chars-19-up {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  h1.chars-19-down {
    font-size: 48px;
  }
  h1.chars-19-up {
    font-size: 35px;
  }
  h1.chars-150-up {
    font-size: 24px;
  }
}
@media (max-width: 767px) and (max-height: 800px) {
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) and (max-height: 320px) {
  h1.chars-19-down,
  h1.chars-19-up {
    font-size: 28px;
  }
  h1.chars-150-up {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  h1.chars-19-down {
    font-size: 28px;
  }
  h1.chars-19-up {
    font-size: 25px;
  }
  h1.chars-150-up {
    font-size: 21px;
  }
}
@media (max-width: 479px) and (max-height: 240px) {
  h1 {
    font-size: 25px;
  }
}
.keyboard-on .text h1 {
  font-size: 36px;
}
@media (max-width: 991px) {
  .keyboard-on .text h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .keyboard-on .text h1 {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .keyboard-on .text h1 {
    font-size: 21px;
  }
}
.keyboard-on .text h2 {
  font-size: 18px;
}
h2 {
  font-size: 30px;
}
h2.chars-60-up {
  font-size: 24px;
}
h2.chars-150-up {
  font-size: 18px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 27px;
  }
  h2.chars-60-up {
    font-size: 21px;
  }
  h2.chars-150-up {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h2.chars-19-down {
    font-size: 21px;
  }
  h2.chars-60-up {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 18px;
  }
}
h3 {
  font-size: 24px;
}
h3.chars-60-up {
  font-size: 18px;
}
@media (max-width: 479px) {
  h3.chars-19-down,
  h3.chars-60-up {
    font-size: 16px;
  }
}
.widget {
  font-size: 12px;
}
.widget h1 {
  font-size: 17px;
}
@media (max-height: 240px) {
  .widget h1.chars-40-up {
    font-size: 15px;
  }
}
.widget h2,
.widget h3 {
  font-size: 14px;
}
.widget p,
.widget figcaption,
.widget .text-min,
.widget .text-max {
  font-size: 12px;
}
.widget figcaption,
.widget .images label figcaption {
  font-size: 12px;
  font-weight: 600;
}
.widget .radio-bars input[type="radio"] + .btn,
.widget .cb-bars input[type="radio"] + .btn,
.widget .radio-bars input[type="checkbox"] + .btn,
.widget .cb-bars input[type="checkbox"] + .btn {
  font-size: 14px;
}
.widget button.start-survey {
  font-size: 14px;
}
.widget #gr-bottom-nav button {
  font-size: 12px;
}
.widget .text textarea,
.widget .text input {
  font-size: 12px;
}
h1,
h2,
h3,
p,
button {
  font-weight: 400;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                   supported by Chrome and Opera */
}
.radio-bars input[type="radio"] + .btn,
.cb-bars input[type="radio"] + .btn,
.radio-bars input[type="checkbox"] + .btn,
.cb-bars input[type="checkbox"] + .btn {
  font-size: 28px;
}
@media (min-width: 768px) and (max-width: 991px) and (min-aspect-ratio: 20/11) {
  .radio-bars input[type="radio"] + .btn,
  .cb-bars input[type="radio"] + .btn,
  .radio-bars input[type="checkbox"] + .btn,
  .cb-bars input[type="checkbox"] + .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (max-height: 500px) {
  .radio-bars input[type="radio"] + .btn,
  .cb-bars input[type="radio"] + .btn,
  .radio-bars input[type="checkbox"] + .btn,
  .cb-bars input[type="checkbox"] + .btn {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .radio-bars input[type="radio"] + .btn,
  .cb-bars input[type="radio"] + .btn,
  .radio-bars input[type="checkbox"] + .btn,
  .cb-bars input[type="checkbox"] + .btn {
    font-size: 18px;
  }
}
@media (max-height: 320px) {
  h1,
  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .question-prompt .container-fluid .row {
    margin-top: 6vh;
  }
  button.start-survey {
    font-size: 18px;
    border-radius: 25px;
    padding: 10px 20px;
  }
}
@media (max-height: 240px) {
  .v-center-wrapper {
    min-height: 70vh;
  }
  .widget .page-nps header {
    margin-top: 15px;
  }
  .widget .page-nps .options-wrap {
    margin: 16px 0;
  }
  .widget .page-smileys .v-center-wrapper {
    min-height: 75vh;
  }
  .widget .text.comments .text-input-wrapper {
    height: 100px;
  }
  .widget .images .line-wrap .option-wrap {
    width: 29%;
  }
}
.widget .page {
  padding-bottom: 32.5px;
}
.widget .page header {
  margin-bottom: 10px;
}
.widget .thanks {
  padding-bottom: 32.5px;
}
.widget nav#gr-bottom-nav {
  padding: 3px 10px;
  height: 30px;
  line-height: 24px;
}
.widget nav#gr-bottom-nav .logo-wrapper {
  position: absolute;
  top: 3px;
  bottom: 3px;
}
.widget nav#gr-bottom-nav .logo-wrapper .gr-we-use-gr a {
  text-decoration: underline;
  color: inherit;
}
.widget nav#gr-bottom-nav #lang-choice-btn {
  width: 24px;
  height: 24px;
}
.widget nav#gr-bottom-nav button img {
  height: 24px;
}
.widget nav#gr-bottom-nav #show-info {
  height: 24px;
  width: 24px;
}
.widget nav#gr-bottom-nav #prev-page {
  padding: 0;
}
.widget nav#gr-bottom-nav #next-page.proceed {
  margin: -3px -20px -3px 10px;
  padding: 3px 20px;
}
.widget nav#gr-bottom-nav .gr-logo,
.widget nav#gr-bottom-nav .gr-logo-small {
  display: none;
}
.widget nav#gr-bottom-nav .gr-we-use-gr {
  display: block;
}
.widget .factors .factor .option-wrap figure img {
  height: 30px;
}
.widget .factors .factor .question {
  margin-right: 20px;
  margin-left: 20px;
}
.widget .page-nps .options-wrap .option-wrap {
  padding: 0 5px;
  margin: 0 3px;
  width: calc(16.6% - 6px);
}
.widget .page-nps .options-wrap .option-wrap .text-min {
  top: initial;
  bottom: calc(100% + 2px);
}
.widget .page-nps .options-wrap .option-wrap .text-max {
  top: calc(100% + 2px);
}
.widget .page-nps .options-wrap .option-wrap.extra-left-margin-sm {
  margin-left: 0;
}
.widget .page-nps .options-wrap .option-wrap.extra-right-margin-sm {
  margin-right: 0;
}
.widget .border-circle {
  width: 36px;
  height: 36px;
  font-size: 24px;
}
.widget button.start-survey {
  border-radius: 25px;
  padding: 10px 20px;
}
.pairing-screen {
  background: #014780;
  background: linear-gradient(45deg, #000f3f 0%, #017ec1 100%);
}
.pairing-screen p {
  font-size: 16px;
}
@media (max-width: 479px) {
  .pairing-screen p {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .pairing-screen .add-to-home.android-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .pairing-screen .add-to-home.android-tablet {
    display: none;
  }
}
.pairing-screen .top-section p,
.pairing-screen .top-section h1 {
  margin-bottom: 25px;
}
.pairing-screen .top-section h1 {
  margin-top: 50px;
  font-size: 54px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pairing-screen .top-section h1 {
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .pairing-screen .top-section h1 {
    font-size: 24px;
  }
}
.pairing-screen .middle-section.grey-bg {
  background: rgba(0, 0, 0, 0.25);
}
.pairing-screen .middle-section .option-boxes-wrap {
  display: flex;
  padding: 0;
}
.pairing-screen .middle-section .option-boxes-wrap .option-box {
  flex: 1;
  margin: 10px 24px;
  background: rgba(0, 0, 0, 0.25);
  padding: 40px 15px;
}
.pairing-screen .middle-section .option-boxes-wrap .option-box h2 {
  font-size: 48px;
  font-weight: bold;
  margin: 0.8em 0 1em;
}
.pairing-screen .middle-section .option-boxes-wrap .option-box .row {
  padding-right: 8px;
  padding-left: 8px;
}
.pairing-screen .middle-section .option-boxes-wrap .option-box .row .icon-wrapper {
  padding-right: 8px;
  padding-left: 0;
}
.pairing-screen .middle-section .option-boxes-wrap .option-box .row .text-instructions {
  padding-left: 8px;
  padding-right: 0;
}
.pairing-screen .middle-section .row {
  padding: 15px;
  height: 120px;
}
@media (max-width: 767px) {
  .pairing-screen .middle-section .row {
    height: 100px;
  }
}
.pairing-screen .middle-section .row img {
  height: 90px;
}
@media (max-width: 767px) {
  .pairing-screen .middle-section .row img {
    height: 70px;
  }
}
.pairing-screen .middle-section .row .text-instructions {
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.pairing-screen .middle-section .row .text-instructions p {
  margin: 0 10px;
  font-weight: bold;
}
@media (max-width: 479px) {
  .pairing-screen .middle-section .row .text-instructions p {
    margin: 0 5px;
  }
}
.pairing-screen .pairing-code {
  font-weight: bold;
  background: rgba(0, 0, 0, 0.25);
  width: 7.5em;
  max-width: 95vw;
  margin: 0.333em auto 0;
  padding: 0.4em;
}
.pairing-screen p.pairing-code {
  font-size: 24px;
}
.pairing-screen h2.pairing-code {
  font-size: 72px;
}
@media (max-width: 767px) {
  .pairing-screen h2.pairing-code {
    font-size: 48px;
  }
}
.pairing-screen .bottom-section p {
  margin-top: 25px;
}
.pairing-screen .bottom-section .gr-logo-small {
  display: none;
}
.pairing-screen .bottom-section .logo-wrapper {
  margin-top: 25px;
}
.pairing-screen .bottom-section .logo-wrapper .gr-logo {
  width: 127px;
}
@media (min-width: 1200px) and (max-width: 1368px) and (min-height: 700px) {
  .android nav#gr-bottom-nav {
    font-size: 1.5em;
    height: 90px;
    line-height: 72px;
    padding: 9px 20px;
  }
  .android nav#gr-bottom-nav .logo-wrapper {
    top: 9px;
    bottom: 9px;
  }
  .android nav#gr-bottom-nav img.gr-logo {
    height: 44px;
  }
  .android nav#gr-bottom-nav button img {
    height: 72px;
  }
  .android nav#gr-bottom-nav #lang-choice-btn {
    width: 72px;
    height: 72px;
  }
  .android nav#gr-bottom-nav #prev-page {
    margin-right: 10px;
    padding: 1px 0;
  }
  .android nav#gr-bottom-nav #next-page.proceed {
    margin: -9px -20px -9px 10px;
    padding: 9px 20px;
  }
  .android nav#gr-bottom-nav #show-info {
    height: 72px;
    width: 72px;
  }
  .android .factors header {
    min-height: calc(42.7065vh - 120px);
  }
  .android .page {
    padding-bottom: 95px;
  }
  .android .page.page-info {
    padding-bottom: 90px;
  }
  .android .progress-bar-bottom {
    bottom: 90px;
  }
}
.animated .page {
  top: 0;
  left: 0;
  transition-property: transform, opacity;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: ease;
}
.animated .page.toBeShown {
  position: absolute;
  transform: translateX(100%);
  opacity: 0;
}
.animated .page.shown {
  position: absolute;
  transform: translateX(-100%);
  opacity: 0;
}
.animated .page.animating {
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .animated .page.animating {
    display: flex;
    flex-direction: column;
  }
}
.animated .page.showing {
  position: initial;
  transition: 0s;
  transform: translateX(0);
  opacity: 1;
}
.animated .page.showing.toBeShown {
  animation: show_page_from_right 0.5s;
}
.animated .page.showing.shown {
  animation: show_page_from_left 0.5s;
}
.animated .page.showing img:not(.non-animated) {
  animation: show_element_from_top 0.5s;
}
.animated .page.showing.page-factors figure,
.animated .page.showing.page-image figure {
  animation: opacity_raise 0.5s;
}
.animated .page.showing.page-factors figure img:not(.check-circle),
.animated .page.showing.page-image figure img:not(.check-circle) {
  animation: none;
}
.animated .gr-popup.popped-out {
  -webkit-transition: transform 0.5s, opacity 0.6s;
  transition: transform 0.5s, opacity 0.6s;
}
.animated .gr-popup.popped-up {
  animation: pop-up_pop-up 0.5s;
}
.go-back input {
  width: 10px;
  height: 10px;
  position: relative;
  margin: 0 5px 0 0;
}

.go-back .accept-btn {
  align-self: center;
  background-color: #7f7f7f;
  font-size: 24px;
}

.go-back .dont-show-again-container {
  margin-top: 20px;
}

.resend-answers-container {
  display: flex;
  justify-content: center;
  height: 60px;
}

.resend-answers-container .spinner {
  margin: 0 20px;
}

.resend-answers-container h4 {
  align-self: center;
  margin-left: 20px;
}

.restart-follow-up-container{
  display: flex;
  width: 85%;
  position: relative;
  justify-content: flex-end;
  margin-bottom: 5px;
}

.follow-up-question-header {
  text-align: left;
  width: 85%;
}

.loading-follow-up-container {
  display: flex;
  justify-content: flex-start;
  width: 85%;
  height: 40px;
}

.follow-up-error-container {
  display: flex;
  justify-content: flex-start;
  width: 85%;
  height: 40px;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
}

.loading-follow-up-container .spinner {
  margin: 0 10px 0 0;
  height: 20px;
  width: 20px;
}

.loading-follow-up-container .spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-left: 0px;
  border-radius: 50%;
  border: 4px solid #ccc;
  border-top-color: #333;
  animation: spin 1.2s linear infinite;
}

.loading-follow-up-container h2 {
  align-self: center;
  margin-left: 20px;
}

.m-t-20 {
  margin-top: 20px;
}

.warning-icon {
  width: 20%;
  align-self: center;
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  border: 4px solid #ccc;
  border-top-color: #333;
  animation: spin 1.2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*# sourceMappingURL=gr.css.map */