@import url(https://fonts.googleapis.com/css2?family=Open+Sans&display=swap);
@font-face {
  font-family: "Yonit-Light";
  src: url(/static/abb2113c690cb8e81b13.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Yonit-Regular";
  src: url(/static/0948156dbc5b27dce975.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Yonit-Medium";
  src: url(/static/82ba15b6c899292d7970.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Yonit-Bold";
  src: url(/static/770bf2e138c03da7b3ed.ttf);
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 62.5%;
}

html,
body {
  direction: rtl;
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: linear-gradient(180deg, #1E3761 0%, #0C1A32 100%);
  overflow-x: hidden;
}
html.full-height,
body.full-height {
  height: 100%;
  overflow-y: hidden;
}

#root {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

div {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

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

button {
  outline: none;
  border: none;
  background-color: transparent;
}

p {
  margin: 0;
}

input {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
}

.grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
}
.icon--mmn5O {
  display: inline-block;
}
.icon--mmn5O svg {
  display: block;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.popup--FvVqv {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  /* Use predefined media query */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .popup--FvVqv {
    min-height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
}
.popup--FvVqv {
  /* Use custom media query */
  /* Use predefined media query */
}
@media only screen and (max-width: 767px) {
  .popup--FvVqv {
    min-height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
}
.popup--FvVqv {
  /* Use custom media query */
}
.popup-overlay--_LYGd {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
}
.popup-content--RCvPR {
  width: 350px;
  max-height: 465px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 16px;
  color: #1E3761;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  /* Use predefined media query */
}
@media only screen and (max-width: 767px) {
  .popup-content--RCvPR {
    width: calc(100% - 48px);
  }
}
.popup-content--RCvPR {
  /* Use custom media query */
}
.popup--FvVqv .content-inner--x8Lm2 {
  padding: 24px 0 14px;
  max-height: inherit;
  height: 100%;
  overflow: hidden;
}
.popup--FvVqv .content-inner--x8Lm2:after {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 59.62%, #FFFFFF 82.69%);
}
.popup--FvVqv .content-inner--x8Lm2 .scrollable--NvHjI {
  height: 417px;
  padding: 0 24px 50px 16px;
  overflow: auto;
  cursor: default;
}
.popup--FvVqv .content-inner--x8Lm2 .title--wLJyF {
  padding-bottom: 10px;
  font-family: "Yonit-Bold", sans-serif;
  font-size: 24px;
  line-height: 1;
}
.popup--FvVqv .content-inner--x8Lm2 .p--I5DZV {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.35px;
}
.popup--FvVqv .close-btn--bnqrU {
  width: 32px;
  height: 32px;
  padding: 4px;
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  cursor: pointer;
  transition: transform 0.3s;
  /* Use predefined media query */
}
@media only screen and (min-width: 1024px) {
  .popup--FvVqv .close-btn--bnqrU:hover {
    transform: scale(1.05) translateX(-50%);
    transform-origin: center;
  }
}
.popup--FvVqv .close-btn--bnqrU {
  /* Use custom media query */
}
/* stylelint-disable */

/* stylelint-enable */
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
@keyframes page-fade-in--l0JMx {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes page-fade-up--GH4lw {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes page-fade-down--yDdnw {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes page-slide-in-start--Oa8eB {
  from {
    opacity: 0;
    transform: translateX(-48px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes page-slide-in-end--Y5U7W {
  from {
    opacity: 0;
    transform: translateX(48px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes intro-face-left--bIWIM {
  from {
    opacity: 0;
    transform: translateX(-72px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes intro-face-right--E_9dG {
  from {
    opacity: 0;
    transform: translateX(72px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes portrait-exit-left--_MIZw {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-16px);
  }
}
@keyframes portrait-enter-left--HUu5_ {
  from {
    opacity: 0;
    transform: translateX(-16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes portrait-exit-right--FnPlm {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(16px);
  }
}
@keyframes portrait-enter-right--Eh6qN {
  from {
    opacity: 0;
    transform: translateX(16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes intro-texts--f02Rz {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes continue-btn-enter--TM8rh {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes results-card-enter--nqP8L {
  from {
    opacity: 0;
    transform: rotate(6.5deg) translateY(28px) scale(0.86);
  }
  to {
    opacity: 1;
    transform: rotate(6.5deg) translateY(0) scale(1);
  }
}
@keyframes progress-fill--WN5PY {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.header--YGWap {
  position: relative;
  z-index: 10;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 32px 16px 10px;
  direction: rtl;
  animation-name: page-fade-down--yDdnw;
  animation-duration: 0.45s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0s;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}
@media (prefers-reduced-motion: reduce) {
  .header--YGWap {
    animation: none !important;
  }
}

.n12-logo--LkHQl {
  width: 40px;
}

.actions--PfVSg {
  display: flex;
  gap: 8px;
}
.actions--PfVSg .info-btn--tN6Qs {
  padding: 0;
  cursor: pointer;
}

.central-logo--Ha87O {
  margin-right: 23px;
}
.central-logo--Ha87O img {
  width: 100%;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.socials--YMGxD {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials--YMGxD.open--YJ_ZX .btns--ORyhq {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.socials--YMGxD .share-icon--XAhRx {
  cursor: pointer;
}

.btns--ORyhq {
  position: absolute;
  top: 40px;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  z-index: 2;
  opacity: 0;
}

.toggleBtn--EO6Rb {
  display: flex;
  margin-top: -3px;
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  overflow: visible;
}
.toggleBtn--EO6Rb.open--YJ_ZX {
  margin: 0;
}
.toggleBtn--EO6Rb.open--YJ_ZX::before {
  opacity: 0.12;
  transform: scaleY(1);
}
.toggleBtn--EO6Rb.open--YJ_ZX svg {
  opacity: 0.5;
  width: 35px;
  height: 35px;
  transition: all 0.3s ease;
}

.in-content--fzQnl .btns--ORyhq {
  display: flex;
  flex-direction: column;
  gap: 10px;
  visibility: visible;
  opacity: 1;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.content--z4Ktl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: inherit;
}
.content-inner--l_0gd {
  display: flex;
  flex-direction: column;
  width: 650px;
  height: calc(100vh - 116px);
  border-radius: 8px;
  background-color: #E9EBF0;
  /* Use predefined media query */
}
@media only screen and (max-width: 767px) {
  .content-inner--l_0gd {
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: auto;
  }
}
.content-inner--l_0gd {
  /* Use custom media query */
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.card--JFXN4 {
  min-height: 112px;
  border: 1px solid #A7ADBB;
  border-radius: 8px;
  color: #1E3761;
  cursor: default;
}
.card--JFXN4.default--qzNCU {
  transition: 0.3s;
}
.card--JFXN4.default--qzNCU .info--SuaSz, .card--JFXN4.default--qzNCU .shape--V7fqO path {
  transition: 0.3s;
}
.card--JFXN4.default--qzNCU.is-hover-blue--dURoD {
  /* Use predefined media query */
}
@media only screen and (min-width: 1024px) {
  .card--JFXN4.default--qzNCU.is-hover-blue--dURoD {
    cursor: pointer;
  }
  .card--JFXN4.default--qzNCU.is-hover-blue--dURoD:hover {
    color: white;
  }
  .card--JFXN4.default--qzNCU.is-hover-blue--dURoD:hover .info--SuaSz {
    box-shadow: none;
    background-color: #0C65AC;
  }
  .card--JFXN4.default--qzNCU.is-hover-blue--dURoD:hover .shape--V7fqO path {
    fill: #0C65AC;
  }
}
.card--JFXN4.default--qzNCU.is-hover-blue--dURoD {
  /* Use custom media query */
}
.card--JFXN4.default--qzNCU.is-hover-red--xnhO9 {
  /* Use predefined media query */
}
@media only screen and (min-width: 1024px) {
  .card--JFXN4.default--qzNCU.is-hover-red--xnhO9 {
    cursor: pointer;
  }
  .card--JFXN4.default--qzNCU.is-hover-red--xnhO9:hover {
    color: white;
  }
  .card--JFXN4.default--qzNCU.is-hover-red--xnhO9:hover .info--SuaSz {
    box-shadow: none;
    background-color: #DB0000;
  }
  .card--JFXN4.default--qzNCU.is-hover-red--xnhO9:hover .shape--V7fqO path {
    fill: #DB0000;
  }
}
.card--JFXN4.default--qzNCU.is-hover-red--xnhO9 {
  /* Use custom media query */
}
.card--JFXN4.disabled--XQOzJ {
  border-color: #a6aebb;
  color: #A7ADBB;
  pointer-events: none;
  cursor: default;
}
.card--JFXN4.disabled--XQOzJ .imageWrap--I2T01 {
  background-color: #cad0db;
}
.card--JFXN4.disabled--XQOzJ .info--SuaSz {
  background-color: #E9EBF0;
}
.card--JFXN4.disabled--XQOzJ img {
  filter: grayscale(100%);
}
.card--JFXN4.disabled--XQOzJ .shape--V7fqO path {
  fill: #E9EBF0;
}
.card--JFXN4.blue--XIrA8 {
  cursor: pointer;
  color: white;
}
.card--JFXN4.blue--XIrA8 .info--SuaSz {
  box-shadow: none;
  background-color: #0C65AC;
}
.card--JFXN4.blue--XIrA8 .shape--V7fqO path {
  fill: #0C65AC;
}
.card--JFXN4.red--QrhVf {
  cursor: pointer;
  color: white;
}
.card--JFXN4.red--QrhVf .info--SuaSz {
  box-shadow: none;
  background-color: #DB0000;
}
.card--JFXN4.red--QrhVf .shape--V7fqO path {
  fill: #DB0000;
}
.card--JFXN4.size-m--hxKc2 {
  border-radius: 10px;
}
.card--JFXN4.size-m--hxKc2 .info--SuaSz {
  height: 54px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  box-shadow: 0px -5.18px 0px 0px rgba(43, 56, 83, 0.1607843137) inset;
}
.card--JFXN4.size-m--hxKc2 .info--SuaSz .party--cqpgT {
  font-size: 18px;
}
.card--JFXN4.size-m--hxKc2 .info--SuaSz .party-leader--JOXIH {
  font-size: 13px;
}
.card--JFXN4.size-m--hxKc2 .imageWrap--I2T01 {
  height: 110px;
}
.card--JFXN4.size-m--hxKc2 .imageWrap--I2T01 img {
  transform: translate(22px, 16px);
}
.card--JFXN4 .imageWrap--I2T01 {
  position: relative;
  background-color: #28426e;
  border-radius: 7.2px;
  height: 88px;
  margin-bottom: -20px;
}
.card--JFXN4 .imageWrap--I2T01 .shape--V7fqO {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 19px;
  left: 0;
}
.card--JFXN4 .imageWrap--I2T01 .image--nhAiU {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.card--JFXN4 .imageWrap--I2T01 img {
  width: 115%;
  transform: translate(14px, 4px);
  transform-origin: center;
}
.card--JFXN4 .info--SuaSz {
  position: relative;
  height: 42px;
  margin-top: -9.5px;
  box-shadow: 0px -4px 0px 0px rgba(43, 56, 83, 0.1607843137) inset;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #fff;
  text-align: center;
}
.card--JFXN4 .info--SuaSz .party--cqpgT {
  font-family: "Yonit-Bold", sans-serif;
  font-size: 14px;
  letter-spacing: -1%;
}
.card--JFXN4 .info--SuaSz .party-leader--JOXIH {
  font-size: 10px;
  line-height: 1;
  letter-spacing: -1%;
  font-weight: 400;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
@keyframes page-fade-in--MWC2N {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes page-fade-up--p0o1Z {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes page-fade-down--Bku0t {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes page-slide-in-start--rgQvq {
  from {
    opacity: 0;
    transform: translateX(-48px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes page-slide-in-end--VM31O {
  from {
    opacity: 0;
    transform: translateX(48px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes intro-face-left--oeRuK {
  from {
    opacity: 0;
    transform: translateX(-72px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes intro-face-right--aY2d1 {
  from {
    opacity: 0;
    transform: translateX(72px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes portrait-exit-left--DU1Ul {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-16px);
  }
}
@keyframes portrait-enter-left--oPLuf {
  from {
    opacity: 0;
    transform: translateX(-16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes portrait-exit-right--v_JRd {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(16px);
  }
}
@keyframes portrait-enter-right--gcU6x {
  from {
    opacity: 0;
    transform: translateX(16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes intro-texts--wUFxd {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes continue-btn-enter--GVAgG {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes results-card-enter--jkcrd {
  from {
    opacity: 0;
    transform: rotate(6.5deg) translateY(28px) scale(0.86);
  }
  to {
    opacity: 1;
    transform: rotate(6.5deg) translateY(0) scale(1);
  }
}
@keyframes progress-fill--li3Lt {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.main--bb2i6 .list--vSbyB {
  position: relative;
  height: calc(100vh - 76px - 358px - 116px);
  overflow: hidden;
  /* Use predefined media query */
}
@media only screen and (max-width: 767px) {
  .main--bb2i6 .list--vSbyB {
    height: auto;
    padding: 0 0 25px;
  }
}
.main--bb2i6 .list--vSbyB {
  /* Use custom media query */
}
.main--bb2i6 .list--vSbyB:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 100%;
  background-color: #e9ebf0;
  z-index: 0;
  /* Use predefined media query */
}
@media only screen and (max-width: 767px) {
  .main--bb2i6 .list--vSbyB:after {
    position: fixed;
    height: 44px;
  }
}
.main--bb2i6 .list--vSbyB:after {
  /* Use custom media query */
}
.main--bb2i6 .list--vSbyB .scrollable--f1_eI {
  height: 100%;
  padding: 27px 16px 25px 1px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px 16px;
  overflow: auto;
  /* Use predefined media query */
}
@media only screen and (max-width: 767px) {
  .main--bb2i6 .list--vSbyB .scrollable--f1_eI {
    height: auto;
    padding: 27px 16px 75px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.main--bb2i6 .list--vSbyB .scrollable--f1_eI {
  /* Use custom media query */
}
.main--bb2i6 .list--vSbyB .scrollable--f1_eI > * {
  animation-name: page-fade-up--p0o1Z;
  animation-duration: 1.25s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0.38s;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}
@media (prefers-reduced-motion: reduce) {
  .main--bb2i6 .list--vSbyB .scrollable--f1_eI > * {
    animation: none !important;
  }
}
.main--bb2i6 .list--vSbyB .scrollable--f1_eI > *:nth-child(1) {
  animation-delay: 0.38s;
}
.main--bb2i6 .list--vSbyB .scrollable--f1_eI > *:nth-child(2) {
  animation-delay: 0.425s;
}
.main--bb2i6 .list--vSbyB .scrollable--f1_eI > *:nth-child(3) {
  animation-delay: 0.47s;
}
.main--bb2i6 .list--vSbyB .scrollable--f1_eI > *:nth-child(4) {
  animation-delay: 0.515s;
}
.main--bb2i6 .list--vSbyB .scrollable--f1_eI > *:nth-child(5) {
  animation-delay: 0.56s;
}
.main--bb2i6 .list--vSbyB .scrollable--f1_eI > *:nth-child(6) {
  animation-delay: 0.605s;
}
.main--bb2i6 .list--vSbyB .scrollable--f1_eI > *:nth-child(7) {
  animation-delay: 0.65s;
}
.main--bb2i6 .list--vSbyB .scrollable--f1_eI > *:nth-child(8) {
  animation-delay: 0.695s;
}
.main--bb2i6 .list--vSbyB .scrollable--f1_eI > *:nth-child(9) {
  animation-delay: 0.74s;
}
.main--bb2i6 .list--vSbyB .scrollable--f1_eI > *:nth-child(10) {
  animation-delay: 0.785s;
}
.main--bb2i6 .list--vSbyB .scrollable--f1_eI > *:nth-child(11) {
  animation-delay: 0.83s;
}
.main--bb2i6 .list--vSbyB .scrollable--f1_eI > *:nth-child(12) {
  animation-delay: 0.875s;
}
.main--bb2i6 .list--vSbyB .scrollable--f1_eI > *:nth-child(13) {
  animation-delay: 0.92s;
}
.main--bb2i6 .list--vSbyB .scrollable--f1_eI > *:nth-child(14) {
  animation-delay: 0.965s;
}
.main--bb2i6 .list--vSbyB .scrollable--f1_eI > *:nth-child(15) {
  animation-delay: 1.01s;
}
.main--bb2i6 .list--vSbyB .scrollable--f1_eI > *:nth-child(16) {
  animation-delay: 1.055s;
}
.main--bb2i6 .list--vSbyB .button--mRsAc {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  height: 36px;
  width: 368px;
  font-family: "Yonit-Medium", sans-serif;
  font-size: 18px;
  color: #E9EBF0;
  border-radius: 8px;
  background-color: #A7ADBB;
  box-shadow: 0px -4px 0px 0px rgba(255, 255, 255, 0.1607843137) inset;
  cursor: default;
  z-index: 1;
  animation-name: continue-btn-enter--GVAgG;
  animation-duration: 0.42s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0s;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}
@media (prefers-reduced-motion: reduce) {
  .main--bb2i6 .list--vSbyB .button--mRsAc {
    animation: none !important;
  }
}
.main--bb2i6 .list--vSbyB .button--mRsAc {
  /* Use predefined media query */
}
@media only screen and (max-width: 767px) {
  .main--bb2i6 .list--vSbyB .button--mRsAc {
    width: calc(100% - 32px);
    position: fixed;
    bottom: 40px;
  }
}
.main--bb2i6 .list--vSbyB .button--mRsAc {
  /* Use custom media query */
}
.main--bb2i6 .list--vSbyB .button--mRsAc.active--RG8Ju {
  background-color: #1E3761;
  pointer-events: all;
  cursor: pointer;
}

.intro--xrrrQ {
  --portrait-swap-duration: 600ms;
  padding-top: 27px;
  padding-bottom: 26px;
  overflow: hidden;
  /* Use predefined media query */
}
@media only screen and (max-width: 767px) {
  .intro--xrrrQ {
    padding-top: 11px;
  }
}
.intro--xrrrQ {
  /* Use custom media query */
}
.intro--xrrrQ .intro-top--F10Zu {
  position: relative;
}
.intro--xrrrQ .intro-top--F10Zu .face--KeigF {
  width: 160px;
  aspect-ratio: 265/339;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .intro--xrrrQ .intro-top--F10Zu .face--KeigF {
    animation: none !important;
  }
}
.intro--xrrrQ .intro-top--F10Zu .face--KeigF.right--ltbXI {
  top: 0;
  right: -44px;
  animation-name: intro-face-right--aY2d1;
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0.08s;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}
.intro--xrrrQ .intro-top--F10Zu .face--KeigF.left--nACUJ {
  top: 0;
  left: -44px;
  animation-name: intro-face-left--oeRuK;
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0.08s;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}
.intro--xrrrQ .intro-top--F10Zu .face--KeigF .stage--A8QKn {
  position: relative;
  width: 100%;
  height: 100%;
}
.intro--xrrrQ .intro-top--F10Zu .face--KeigF .portrait--jj56U {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (prefers-reduced-motion: reduce) {
  .intro--xrrrQ .intro-top--F10Zu .face--KeigF .portrait--jj56U {
    animation: none !important;
  }
}
.intro--xrrrQ .intro-top--F10Zu .face--KeigF.left--nACUJ .portrait--jj56U.exit--L8tjZ {
  animation: portrait-exit-left--DU1Ul var(--portrait-swap-duration) cubic-bezier(0.22, 1, 0.36, 1) both;
}
.intro--xrrrQ .intro-top--F10Zu .face--KeigF.left--nACUJ .portrait--jj56U.enter--hRdkb {
  animation: portrait-enter-left--oPLuf var(--portrait-swap-duration) cubic-bezier(0.22, 1, 0.36, 1) both;
}
.intro--xrrrQ .intro-top--F10Zu .face--KeigF.right--ltbXI .portrait--jj56U.exit--L8tjZ {
  animation: portrait-exit-right--v_JRd var(--portrait-swap-duration) cubic-bezier(0.22, 1, 0.36, 1) both;
}
.intro--xrrrQ .intro-top--F10Zu .face--KeigF.right--ltbXI .portrait--jj56U.enter--hRdkb {
  animation: portrait-enter-right--gcU6x var(--portrait-swap-duration) cubic-bezier(0.22, 1, 0.36, 1) both;
}
.intro--xrrrQ .intro-top--F10Zu .texts--p7QXA {
  display: flex;
  flex-direction: column;
  width: 218px;
  padding-top: 10px;
  margin: 0 auto;
  font-family: "Yonit-Bold", sans-serif;
  font-size: 18.6px;
  line-height: 1.4;
  align-items: center;
  color: #0C65AC;
  animation-name: intro-texts--wUFxd;
  animation-duration: 0.65s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0.12s;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}
@media (prefers-reduced-motion: reduce) {
  .intro--xrrrQ .intro-top--F10Zu .texts--p7QXA {
    animation: none !important;
  }
}
.intro--xrrrQ .intro-top--F10Zu .texts--p7QXA img:last-child {
  margin-top: 6px;
}
.intro--xrrrQ .bottom-texts--ATJsA {
  padding: 37px 50px 0;
  text-align: center;
  animation-name: page-fade-up--p0o1Z;
  animation-duration: 0.55s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0.28s;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}
@media (prefers-reduced-motion: reduce) {
  .intro--xrrrQ .bottom-texts--ATJsA {
    animation: none !important;
  }
}
.intro--xrrrQ .bottom-texts--ATJsA {
  /* Use predefined media query */
}
@media only screen and (max-width: 767px) {
  .intro--xrrrQ .bottom-texts--ATJsA {
    padding: 20px 16px 0;
  }
}
.intro--xrrrQ .bottom-texts--ATJsA {
  /* Use custom media query */
}
.intro--xrrrQ .bottom-texts--ATJsA .p1--S8jU9 {
  font-family: "Yonit-Medium", sans-serif;
  font-size: 20px;
  line-height: 130%;
  color: #2B3853;
}
.intro--xrrrQ .bottom-texts--ATJsA .p2--NVq20 {
  padding-top: 2px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-weight: 600;
  color: #1E3761;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
@keyframes page-fade-in--p3lq1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes page-fade-up--LaJEr {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes page-fade-down--nt7IF {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes page-slide-in-start--TJX5F {
  from {
    opacity: 0;
    transform: translateX(-48px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes page-slide-in-end--fscmI {
  from {
    opacity: 0;
    transform: translateX(48px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes intro-face-left--AwU_J {
  from {
    opacity: 0;
    transform: translateX(-72px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes intro-face-right--IJh31 {
  from {
    opacity: 0;
    transform: translateX(72px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes portrait-exit-left--AZ0P4 {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-16px);
  }
}
@keyframes portrait-enter-left--Rzw6N {
  from {
    opacity: 0;
    transform: translateX(-16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes portrait-exit-right--ltmL_ {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(16px);
  }
}
@keyframes portrait-enter-right--ysw9c {
  from {
    opacity: 0;
    transform: translateX(16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes intro-texts--Ny4ja {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes continue-btn-enter--JqPnB {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes results-card-enter--zf6MR {
  from {
    opacity: 0;
    transform: rotate(6.5deg) translateY(28px) scale(0.86);
  }
  to {
    opacity: 1;
    transform: rotate(6.5deg) translateY(0) scale(1);
  }
}
@keyframes progress-fill--A1QFj {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.questions--iqMZx {
  display: flex;
  height: 100%;
  overflow: auto;
}
.questions-content--sIKFf {
  display: flex;
  flex-direction: column;
  min-height: 0;
  width: 354px;
  margin: 0 auto;
  padding: 10px 0 0;
  /* Use predefined media query */
}
@media only screen and (max-width: 767px) {
  .questions-content--sIKFf {
    width: calc(100% - 48px);
    padding: 10px 0 24px;
  }
}
.questions-content--sIKFf {
  /* Use custom media query */
}
.questions--iqMZx .answers-progress--x3AU3 {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
}
.questions--iqMZx .answers-progress--x3AU3 .qw-number--pMBs5 {
  width: 26px;
  height: 26px;
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  color: #a7adbb;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #a7adbb;
  box-shadow: 2px 3px 0 0 #a7adbb;
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  animation-name: page-fade-in--p3lq1;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0.15s;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}
@media (prefers-reduced-motion: reduce) {
  .questions--iqMZx .answers-progress--x3AU3 .qw-number--pMBs5 {
    animation: none !important;
  }
}
.questions--iqMZx .answers-progress--x3AU3 .qw-number--pMBs5 {
  /* Use predefined media query */
}
@media only screen and (max-width: 767px) {
  .questions--iqMZx .answers-progress--x3AU3 .qw-number--pMBs5 {
    width: 24px;
    height: 24px;
    line-height: 20px;
  }
}
.questions--iqMZx .answers-progress--x3AU3 .qw-number--pMBs5 {
  /* Use custom media query */
}
.questions--iqMZx .answers-progress--x3AU3 .qw-number--pMBs5.active--LPOOR {
  color: white;
  border-color: #1E3761;
  background-color: #1E3761;
  transform: scale(1.08);
}
.questions--iqMZx .answers-progress--x3AU3 .qw-number--pMBs5.done--Ghm9v {
  color: #1E3761;
  border-color: #1E3761;
}
.questions--iqMZx .answers-progress--x3AU3 .qw-number--pMBs5:nth-child(1) {
  animation-delay: 0.15s;
}
.questions--iqMZx .answers-progress--x3AU3 .qw-number--pMBs5:nth-child(2) {
  animation-delay: 0.2s;
}
.questions--iqMZx .answers-progress--x3AU3 .qw-number--pMBs5:nth-child(3) {
  animation-delay: 0.25s;
}
.questions--iqMZx .answers-progress--x3AU3 .qw-number--pMBs5:nth-child(4) {
  animation-delay: 0.3s;
}
.questions--iqMZx .answers-progress--x3AU3 .qw-number--pMBs5:nth-child(5) {
  animation-delay: 0.35s;
}
.questions--iqMZx .answers-progress--x3AU3 .qw-number--pMBs5:nth-child(6) {
  animation-delay: 0.4s;
}
.questions--iqMZx .answers-progress--x3AU3 .qw-number--pMBs5:nth-child(7) {
  animation-delay: 0.45s;
}
.questions--iqMZx .answers-progress--x3AU3 .qw-number--pMBs5:nth-child(8) {
  animation-delay: 0.5s;
}
.questions--iqMZx .answers-progress--x3AU3 .qw-number--pMBs5:nth-child(9) {
  animation-delay: 0.55s;
}
.questions--iqMZx .answers-progress--x3AU3 .qw-number--pMBs5:nth-child(10) {
  animation-delay: 0.6s;
}
.questions--iqMZx .comparison--GqlCp {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  animation-name: page-fade-in--p3lq1;
  animation-duration: 0.55s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0.22s;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}
@media (prefers-reduced-motion: reduce) {
  .questions--iqMZx .comparison--GqlCp {
    animation: none !important;
  }
}
.questions--iqMZx .comparison--GqlCp .party--VGgNs {
  width: 142px;
  height: 107px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.questions--iqMZx .comparison--GqlCp .party--VGgNs.red--MhxoP .label--W6DNH {
  background-color: #DB0000;
}
.questions--iqMZx .comparison--GqlCp .party--VGgNs.blue--lGF0Y .label--W6DNH {
  background-color: #0C65AC;
}
.questions--iqMZx .comparison--GqlCp .party--VGgNs img {
  max-width: 77%;
  margin-bottom: -18px;
}
.questions--iqMZx .comparison--GqlCp .label--W6DNH {
  width: 100%;
  height: 27px;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -2%;
  color: #F2F2F2;
  border-radius: 23px;
  text-align: center;
  cursor: default;
}

.cards-slider--xBN8o {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  margin-top: 20px;
  animation-name: page-fade-up--LaJEr;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0.32s;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}
@media (prefers-reduced-motion: reduce) {
  .cards-slider--xBN8o {
    animation: none !important;
  }
}
.cards-slider--xBN8o .deck--uZsKJ {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-height: 210px;
  max-height: 400px;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cards-slider--xBN8o .slide--VP1su {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 0 #E9EBF0;
  transform: translate3d(0, calc(var(--stack, 0) * 21px), 0) scale(calc(1 - var(--stack, 0) * 0.045));
  transform-origin: center center;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
  z-index: calc(10 - var(--stack, 0));
  overflow: hidden;
  cursor: grab;
}
.cards-slider--xBN8o .slide--VP1su.front--WLNsP {
  cursor: grab;
}
.cards-slider--xBN8o .slide--VP1su.front--WLNsP:active {
  cursor: grabbing;
}
.cards-slider--xBN8o .slide--VP1su.leaving--CYiSf {
  pointer-events: none;
}
.cards-slider--xBN8o .card-header--SpEw7 {
  padding: 12px 15px 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cards-slider--xBN8o .card-header--SpEw7 .card-index--nez9m,
.cards-slider--xBN8o .card-header--SpEw7 .card-title--GezEc {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2%;
  color: #A7ADBB;
}
.cards-slider--xBN8o .card-question--V6OK_ {
  display: flex;
  height: 100%;
  padding: 0 24px;
  align-items: center;
  font-family: "Yonit-Medium", sans-serif;
  font-size: 28px;
  line-height: 120%;
  text-align: center;
  color: #1E3761;
}
.cards-slider--xBN8o .actions--rSeaZ {
  direction: ltr;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  gap: 15px;
  margin-top: 55px;
  padding-bottom: 24px;
}
.cards-slider--xBN8o .answer-btn--qiB5w {
  width: 169px;
  height: 38px;
  font-family: "Yonit-Medium", sans-serif;
  font-size: 18px;
  border-radius: 8px;
  color: #1E3761;
  background-color: #fff;
  border: 1px solid #A7ADBB;
  box-shadow: 0px -4px 0px 0px rgba(43, 56, 83, 0.1607843137) inset;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  cursor: pointer;
}
.cards-slider--xBN8o .answer-btn--qiB5w:disabled {
  cursor: default;
  color: #A7ADBB;
}
.cards-slider--xBN8o .answer-btn--qiB5w:not(:disabled):hover, .cards-slider--xBN8o .answer-btn--qiB5w:not(:disabled):focus-visible {
  transform: translateY(-1px) scale(1.04);
  box-shadow: 0px -4px 0px 0px #fff inset;
}
.cards-slider--xBN8o .answer-btn--qiB5w:not(:disabled):active {
  transform: translateY(1px) scale(0.96);
}
.cards-slider--xBN8o .answer-btn--qiB5w.hot--l6XsL {
  transform: translateY(-2px) scale(1.08);
}

@media (prefers-reduced-motion: reduce) {
  .slide--VP1su,
  .answer-btn--qiB5w,
  .qw-number--pMBs5 {
    transition: none;
  }
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
@keyframes page-fade-in--e3VuD {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes page-fade-up--mLw9D {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes page-fade-down--ibKsj {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes page-slide-in-start--sMpYc {
  from {
    opacity: 0;
    transform: translateX(-48px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes page-slide-in-end--jwHqV {
  from {
    opacity: 0;
    transform: translateX(48px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes intro-face-left--GC_dK {
  from {
    opacity: 0;
    transform: translateX(-72px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes intro-face-right--Yiwp1 {
  from {
    opacity: 0;
    transform: translateX(72px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes portrait-exit-left--I09AZ {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-16px);
  }
}
@keyframes portrait-enter-left--doxwq {
  from {
    opacity: 0;
    transform: translateX(-16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes portrait-exit-right--fOtiH {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(16px);
  }
}
@keyframes portrait-enter-right--RetDq {
  from {
    opacity: 0;
    transform: translateX(16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes intro-texts--jL0Bz {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes continue-btn-enter--pHJqu {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes results-card-enter--b5ZAJ {
  from {
    opacity: 0;
    transform: rotate(6.5deg) translateY(28px) scale(0.86);
  }
  to {
    opacity: 1;
    transform: rotate(6.5deg) translateY(0) scale(1);
  }
}
@keyframes progress-fill--bAgQo {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.progress--cR0vy {
  position: relative;
  height: 16px;
  background-color: #C1C9DA;
  border-radius: 30px;
}
.progress--cR0vy:has(.currentProgress--lm9a2.blue--O2nSW), .progress--cR0vy:has(.currentProgress--lm9a2.red--rB6Xv) {
  background-color: #E9EBF0;
}
.progress--cR0vy:has(.currentProgress--lm9a2.blue--O2nSW) .currentProgress--lm9a2, .progress--cR0vy:has(.currentProgress--lm9a2.red--rB6Xv) .currentProgress--lm9a2 {
  animation-name: progress-fill--bAgQo;
  animation-duration: 0.85s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0.45s;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}
.progress--cR0vy .currentProgress--lm9a2 {
  position: absolute;
  right: 0;
  top: 0;
  height: 16px;
  border-radius: 30px;
  background-color: #1E3761;
  transform-origin: right center;
  animation-name: progress-fill--bAgQo;
  animation-duration: 2.5s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0.45s;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}
@media (prefers-reduced-motion: reduce) {
  .progress--cR0vy .currentProgress--lm9a2 {
    animation: none !important;
  }
}
.progress--cR0vy .currentProgress--lm9a2.blue--O2nSW {
  background-color: #0C65AC;
}
.progress--cR0vy .currentProgress--lm9a2.red--rB6Xv {
  background-color: #DB0000;
}
.progress--cR0vy .currentProgress--lm9a2 .highlight--kJc9S {
  width: calc(100% - 12px);
  height: 3px;
  margin: 2px auto;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.2);
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
.preloader-wrapper--vWJtT {
  height: calc(100vh - 116px - 152px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E9EBF0;
  z-index: 100000;
}

.loader-content--ssJlJ {
  width: 354px;
  font-family: "Yonit-Regular", sans-serif;
  font-size: 22px;
  text-align: center;
}
/*
	Common media query mixin.

	Usage:
	.element {
		@include screen('tablet') {
			width: 90%;
		}
		@include screen('desktop') {
			width: 85%;
		}
		@include screen('(min-width: 999px)') {
			width: 1280px;
		}
	}
 */
@keyframes page-fade-in--JmvJc {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes page-fade-up--bz4Tj {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes page-fade-down--pDepH {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes page-slide-in-start--eLEDr {
  from {
    opacity: 0;
    transform: translateX(-48px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes page-slide-in-end--Ol0ca {
  from {
    opacity: 0;
    transform: translateX(48px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes intro-face-left--gEUbE {
  from {
    opacity: 0;
    transform: translateX(-72px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes intro-face-right--FD4ip {
  from {
    opacity: 0;
    transform: translateX(72px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes portrait-exit-left--e_P_y {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-16px);
  }
}
@keyframes portrait-enter-left--v2wxG {
  from {
    opacity: 0;
    transform: translateX(-16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes portrait-exit-right--cxY97 {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(16px);
  }
}
@keyframes portrait-enter-right--g_VSJ {
  from {
    opacity: 0;
    transform: translateX(16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes intro-texts--pOWRT {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes continue-btn-enter--pY_AI {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes results-card-enter--_pYlx {
  from {
    opacity: 0;
    transform: rotate(6.5deg) translateY(28px) scale(0.86);
  }
  to {
    opacity: 1;
    transform: rotate(6.5deg) translateY(0) scale(1);
  }
}
@keyframes progress-fill--zj0d0 {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.results--ax1zP {
  width: 370px;
  margin: 0 auto;
  padding: 9px 0 10px;
  /* Use predefined media query */
}
@media only screen and (max-width: 767px) {
  .results--ax1zP {
    width: calc(100% - 32px);
    padding: 0 0 115px;
  }
}
.results--ax1zP {
  /* Use custom media query */
}
.results--ax1zP .top--rAYaz {
  position: relative;
  padding-bottom: 25px;
  /* Use predefined media query */
}
@media only screen and (max-width: 767px) {
  .results--ax1zP .top--rAYaz {
    overflow: hidden;
  }
}
.results--ax1zP .top--rAYaz {
  /* Use custom media query */
}
.results--ax1zP .top--rAYaz .title--Rxkma {
  position: relative;
  max-width: 145px;
  margin: 0 auto 31px;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 4%;
  font-weight: 700;
  text-align: center;
  color: white;
  background-color: #1E3761;
  border-radius: 100px;
  box-shadow: 2px 3px 0px 0px #A7ADBB;
  z-index: 1;
  animation-name: page-fade-down--pDepH;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0.04s;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}
@media (prefers-reduced-motion: reduce) {
  .results--ax1zP .top--rAYaz .title--Rxkma {
    animation: none !important;
  }
}
.results--ax1zP .top--rAYaz .card--HJth7 {
  position: relative;
  width: 148px;
  height: 145px;
  margin: 0 auto;
  transform: rotate(6.5deg);
  z-index: 1;
  animation-name: results-card-enter--_pYlx;
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0.12s;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}
@media (prefers-reduced-motion: reduce) {
  .results--ax1zP .top--rAYaz .card--HJth7 {
    animation: none !important;
  }
}
.results--ax1zP .top--rAYaz .star-animation--hatvX {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  animation-name: page-fade-in--JmvJc;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0.08s;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}
@media (prefers-reduced-motion: reduce) {
  .results--ax1zP .top--rAYaz .star-animation--hatvX {
    animation: none !important;
  }
}
.results--ax1zP .top--rAYaz .star-animation--hatvX svg {
  width: 100%;
}
.results--ax1zP .top--rAYaz .socials--XkrwY {
  position: absolute;
  top: 10px;
  right: 14px;
}
.results--ax1zP .top--rAYaz .socials--XkrwY > div {
  animation-name: page-fade-in--JmvJc;
  animation-duration: 0.45s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0.75s;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}
@media (prefers-reduced-motion: reduce) {
  .results--ax1zP .top--rAYaz .socials--XkrwY > div {
    animation: none !important;
  }
}
.results--ax1zP .list--ZoLWX {
  position: relative;
  padding-top: 10px;
  margin-bottom: 15px;
  border-radius: 14px;
  background-color: white;
  z-index: 1;
  animation-name: page-fade-in--JmvJc;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0.28s;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}
@media (prefers-reduced-motion: reduce) {
  .results--ax1zP .list--ZoLWX {
    animation: none !important;
  }
}
.results--ax1zP .list-item--WVPYN {
  padding: 0 12px 12px;
}
.results--ax1zP .list-item--WVPYN.blue--UgD24 .percents--P55lp,
.results--ax1zP .list-item--WVPYN.blue--UgD24 .party-title--OdWzp {
  color: #0C65AC;
}
.results--ax1zP .list-item--WVPYN.red--eefKu .percents--P55lp,
.results--ax1zP .list-item--WVPYN.red--eefKu .party-title--OdWzp {
  color: #DB0000;
}
.results--ax1zP .list-item--WVPYN .percents--P55lp {
  font-family: "Yonit-Bold", sans-serif;
  font-size: 48px;
  line-height: 0.9;
  letter-spacing: 0%;
  font-variant-numeric: tabular-nums;
}
.results--ax1zP .list-item--WVPYN .percents--P55lp span {
  font-size: 38px;
}
.results--ax1zP .list-item--WVPYN .percents--P55lp .percent-value--C5_xx {
  font-size: inherit;
}
.results--ax1zP .list-item--WVPYN .party-title--OdWzp {
  padding-bottom: 7px;
  font-family: "Yonit-Regular", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1%;
  font-weight: 400;
}
.results--ax1zP .list-item--WVPYN .desc--Xf6mc {
  padding-top: 8px;
  display: flex;
  gap: 8px;
}
.results--ax1zP .list-item--WVPYN .desc--Xf6mc .col--tdlY4 {
  width: 169px;
  min-height: 100px;
  padding: 4px 8px 6px;
  border: 1px solid #E9EBF0;
  border-radius: 8px;
}
.results--ax1zP .list-item--WVPYN .desc--Xf6mc .col-title--ZNuft {
  padding-bottom: 3px;
  font-family: "Yonit-Regular", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.results--ax1zP .list-item--WVPYN .desc--Xf6mc .col-text--TnAZw {
  font-family: "Yonit-Medium", sans-serif;
  font-size: 16px;
  line-height: 120%;
}
.results--ax1zP .list--ZoLWX .dashed-border--MINuS {
  width: 100%;
}
.results--ax1zP .list--ZoLWX .dashed-border--MINuS svg {
  width: 100.5%;
  height: auto;
}
.results--ax1zP .footer--sbSbI {
  padding: 8px 8px 24px;
  animation-name: page-fade-up--bz4Tj;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0.46s;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}
@media (prefers-reduced-motion: reduce) {
  .results--ax1zP .footer--sbSbI {
    animation: none !important;
  }
}
.results--ax1zP .footer--sbSbI {
  /* Use predefined media query */
}
@media only screen and (max-width: 767px) {
  .results--ax1zP .footer--sbSbI {
    padding: 8px 8px 19px;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #D8DBE0;
    z-index: 1;
  }
}
.results--ax1zP .footer--sbSbI {
  /* Use custom media query */
}
.results--ax1zP .footer--sbSbI .buttons-group--ZJ8_h {
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.results--ax1zP .footer--sbSbI .buttons-group--ZJ8_h .btn--Qu3Au {
  width: 169px;
  height: 38px;
  font-family: "Yonit-Medium", sans-serif;
  font-size: 18px;
  border-radius: 8px;
  color: #1E3761;
  background-color: #fff;
  border: 1px solid #A7ADBB;
  box-shadow: 0px -4px 0px 0px rgba(43, 56, 83, 0.1607843137) inset;
  transition: 0.3s;
  cursor: pointer;
}
.results--ax1zP .footer--sbSbI .buttons-group--ZJ8_h .btn--Qu3Au.play-again--h9ocV {
  color: white;
  background-color: #1E3761;
  border-color: #1E3761;
  box-shadow: 0px -4px 0px 0px rgba(255, 255, 255, 0.1607843137) inset;
}
.results--ax1zP .footer--sbSbI .buttons-group--ZJ8_h .btn--Qu3Au:hover {
  box-shadow: 0px -4px 0px 0px transparent inset;
}
.results--ax1zP .footer--sbSbI .footer-text--rFvoH {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 2%;
  font-weight: 600;
  text-align: center;
}

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