@import url(https://fonts.googleapis.com/css?family=Caveat&display=swap);
/**
* Used to declare media queries. Usage examples :
* - @include above(sm) {...}
* - @include below(sm) {...}
* - @include between(sm, md) {...}
 */
 
#username_login{
		text-align:center;
}

#_submit{
	margin-bottom: 1.5em;
	border-width: 0px; 
	background-color: #ef865b;
	border-radius: 10px; 
	height: 44px; 
	width: 65%; 
	font-size: 24px; 
	font-weight: 800; 
	color: white;
	cursor:pointer;
	position:relative;
	z-index:20;
}
 
#sso_login{
	background-color: #ef865b; 
	border-radius: 10px; 
	height: 44px; 
	width: 75%; 
	margin-left: auto; 
	margin-right: auto; 
	border-right-color: #864e37; 
	border-bottom-color: #864e37;
	
	text-align:center;
}	

  @media (max-width: 699px) {
    #sso_login{
      width: 90%; } }

#sso_login h1{
	color: white; font-size: 24px; font-weight: 800; padding-top: 10px
}

#sso_login a{
	text-decoration: none
}

#change_to_username{
	position: absolute; 
	bottom: 5%; 
	left: 50%; 
	transform: translate(-50%, -50%);
}

.loginSubmitContainer{
	text-align:center;
}

.loginSubmitContainer input{
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#fff;
	border-radius: 20px;
	color:#0F4035;
	font-size: 1.7em;
	padding: 1em 2em;
	width:100%;
	cursor:pointer;
	text-align:left;
}
 
.introjs-tooltip{
	border-radius:10px !important;
	padding: 25px !important;
}
 
.introjs-tooltiptext{
	color:#137163;
	font-size: 1.5em;
	line-height: 1.6em;
}

.introjs-button{
	font-family: BNPPSquare, arial, helvetica, sans-serif !important;
	color:#137163 !important;
	font-size: 1.5em !important;
}

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus{
	color:#999999 !important;
}
 
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size:14px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

 
form{
	width:100%;
	height:100%;
}
 
@font-face {
  font-family: "BNPPSquare";
  src: url(/build/font/bnpp-square-regular-v3-b93c82023667b86c2b85fd6559a5dd28.eot);
  src: url(/build/font/bnpp-square-regular-v3-b93c82023667b86c2b85fd6559a5dd28.eot) format("embedded-opentype"), url(/build/font/bnpp-square-regular-v3-865ad8fb42c158e5ab542c6d5e7f1f01.woff) format("woff"), url(/build/font/bnpp-square-regular-v3-736d1988281d470247fc49b08d4b55b4.ttf) format("truetype"), url(/build/images/bnpp-square-regular-v3.svg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPSquare";
  src: url(/build/font/bnpp-square-bold-v3-190a1f02ca29abe57ae817b031459035.eot);
  src: url(/build/font/bnpp-square-bold-v3-190a1f02ca29abe57ae817b031459035.eot) format("embedded-opentype"), url(/build/font/bnpp-square-bold-v3-170609031805d4faa9650cbdfa5c237a.woff) format("woff"), url(/build/font/bnpp-square-bold-v3-71390bae600807d7432a085fbc76506c.ttf) format("truetype"), url(/build/images/bnpp-square-bold-v3.svg) format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPSquare";
  src: url(/build/font/bnpp-square-extrabold-v3-5a78c6b0a99328306e0a3e72bb3bfec8.eot);
  src: url(/build/font/bnpp-square-extrabold-v3-5a78c6b0a99328306e0a3e72bb3bfec8.eot) format("embedded-opentype"), url(/build/font/bnpp-square-extrabold-v3-b25e888d777c54183bfc6751d062077c.woff) format("woff"), url(/build/font/bnpp-square-extrabold-v3-a8897ddcd96a669b2847f97c8db201ad.ttf) format("truetype"), url(/build/images/bnpp-square-extrabold-v3.svg) format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal; }

/* BNPP Rounded */
/* Google Caveat */
* {
  font-family: BNPPSquare, arial, helvetica, sans-serif; }

.text--up {
  font-weight: 700; }

.text--contrast {
  color: #000000; }

.text--secondary {
  color: #137163; }

.text--huge {
  font-weight: 800;
  font-size: 10em;
  text-transform: uppercase; }

.text--squew {
  -webkit-transform: rotateX(40deg) rotateY(-8deg) scaleX(0.5) scaleY(0.6) skew(-5deg);
          transform: rotateX(40deg) rotateY(-8deg) scaleX(0.5) scaleY(0.6) skew(-5deg);
  letter-spacing: -0.06em; }

p {
  font-size: 2.4em;
  line-height: 1.2em;
  margin: 1.4vh 0; }
  @media (max-width: 499px) {
    p {
      font-size: 4.5vmin; } }
  @media (min-width: 700px) {
    p {
      font-size: 2.2em;
      line-height: 1.5em; } }
  @media (max-width: 499px) {
    p.text--up {
      font-size: 5vmin; } }
  @media (min-width: 700px) {
    p.text--up {
      font-size: 2.4em; } }

.chapter-title {
  font-size: 7em;
  color: #137163;
  font-weight: 800; }
  @media (max-width: 699px) {
    .chapter-title {
      font-size: 18em; } }

.button__text {
  font-weight: 800;
  font-size: 4.5em; }
  .button--secondary.disabled .button__text, .button--secondary.disabled, .button--primary.disabled .button__text, .button--primary.disabled svg{
	opacity:0.5;
  }        
  .button--secondary.disabled:hover .button__text {
      color: #FFF; }

  .button--secondary.disabled:hover .bg-button, .button--secondary.selected .bg-button {
    fill: #137163 !important; }
  .button--secondary.disabled:hover .corner-button, .button--secondary.selected .corner-button {
    stroke: #137163 !important; }

  .button--primary.disabled:hover .button__text {
      color: #FFF; }
  .button--primary.disabled:hover .bg-button, .button--primary.selected .bg-button {
    fill: #ef865b !important; }
  .button--primary.disabled:hover .corner-button, .button--primary.selected .corner-button {
    stroke: #ef865b !important; }
  
  
  .button--secondary .button__text {
    text-transform: uppercase;
    font-size: 4.4em; }
  @media (max-width: 499px) {
    .button__text {
      font-size: 2.4rem; } }

@media (max-width: 699px) {
  .button--secondary .button__text {
    font-size: 1.6rem; } }

.character-label {
  font-size: 3.2em;
  font-weight: 700; }
  @media (max-width: 699px) {
    .character-label {
      font-weight: 400;
      font-size: 1.8rem; } }

.center {
  text-align: center; }

.speech-bubble .speech {
  font-weight: 700;
  font-size: 2em;
  line-height: 1.5em; }
  @media (max-width: 499px) {
    .speech-bubble .speech br {
      display: none; } }
  @media (max-width: 699px) {
    .speech-bubble .speech {
      font-size: 2.5vh; } }
  .speech-bubble .speech--down {
    color: #000000;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  .speech-bubble .speech--up {
    -webkit-transform: scale(1.4);
            transform: scale(1.4); }

.main-title__text {
  font-size: 8em;
  font-weight: 800;
  color: #28A88E;
  -webkit-transform: translateY(3%);
          transform: translateY(3%); }
  @media (max-width: 699px) {
    .main-title__text {
      font-size: 4.9rem; } }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .flex--end {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; }
  .flex--start {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .flex--center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .flex--wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .flex--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flex--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .flex--column-centered {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex--row-centered {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex--space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .flex--space-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .flex--content-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .flex--content-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .flex--content-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex--items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex--items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .flex--items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .flex--grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.briefing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .briefing .speech-wrapper {
    position: absolute;
    width: 23.5%;
    left: 55%;
    top: 11%;
    max-width: 50vh; }
    @media (max-width: 699px) {
      .briefing .speech-wrapper {
        left: 18%;
        top: 4%;
        width: 281px; } }
    .briefing .speech-wrapper .speech-bubble {
      position: relative;
      padding-top: 66%;
      background: url(/build/images/bubble.svg) no-repeat; }
      @media (max-width: 699px) {
        .briefing .speech-wrapper .speech-bubble {
          max-height: 20vh; } }
  @media (max-width: 699px) and (min-aspect-ratio: 1 / 1) {
    .briefing .speech-wrapper .speech-bubble {
      -webkit-transform: scaleX(-1);
              transform: scaleX(-1); }
      .briefing .speech-wrapper .speech-bubble .speech {
        -webkit-transform: scaleX(-1);
                transform: scaleX(-1); } }
      .briefing .speech-wrapper .speech-bubble .speech {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 97%;
        height: 81%;
        padding: 7%;
        color: #137163;
        text-align: center; }

* {
  margin: 0;
  padding: 0; }

html {
  background-color: #000000;
  font-family: BNPPSquare, arial, helvetica, sans-serif;
  font-size: 62.5%;
  color: #FFFFFF; }

img {
  border: none; }

input[type="text"] {
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #B9D8D2;
  border-radius: 20px;
  color: #0F4035;
  font-size: 1.7em;
  padding: 1em 2em; }

textarea {
  border: none;
  background-color: #B9D8D2;
  border-radius: 20px;
  color: #0F4035;
  font-size: 1.7em;
  padding: 1em 2em;
  resize: none; }

@media (min-width: 700px) {
  body {
    height: 100vh;
    width: 100vw;
    overflow: hidden; } }

.container {
	text-align:center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative; }
  .container__image-wrapper {
    display: inline-block;
    position: relative; }
    .container__image-wrapper .svg-wrapper {
      -webkit-filter: saturate(1.3) hue-rotate(-6deg);
              filter: saturate(1.3) hue-rotate(-6deg); }
    .container--with-blur .container__image-wrapper .page-background {
      -webkit-filter: blur(25px) brightness(50%);
              filter: blur(25px) brightness(50%); }
    @media (min-width: 700px) {
      .container__image-wrapper {
        overflow: hidden; } }
    .container__image-wrapper .page-background {
      position: relative; }
      @media (max-aspect-ratio: 16 / 9) {
        .container__image-wrapper .page-background {
          width: 100vw; } }
      @media (min-aspect-ratio: 16 / 9) {
        .container__image-wrapper .page-background {
          height: 100vh; } }

@media (max-width: 699px) and (max-aspect-ratio: 16 / 9) {
  .container__image-wrapper .page-background {
    width: auto;
    height: 100vh; } }

@media (max-width: 699px) and (min-aspect-ratio: 16 / 9) {
  .container__image-wrapper .page-background {
    width: 100vw;
    height: auto; } }
  .container__content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
    @media (max-width: 699px) {
      .container__content-wrapper {
        width: 100vw;
        height: 100vh; } }
    @media (min-width: 700px) {
      .container__content-wrapper {
        right: 0;
        bottom: 0; } }
    .container--centered .container__content-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }

.game-area {
  position: absolute;
  width: 40%;
  right: 0;
  top: 0;
  height: 100%;
  background: #FFFFFF;
  z-index: 80; }
  .game-area--wavy-bg:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    padding-bottom: 25%;
    background: bottom right url(/build/images/bg-corner-wave.svg) no-repeat;
    background-size: contain; }
  @media (max-width: 699px) {
    .game-area {
      width: 100%;
      left: 0; } }
  .game-area .close-icon {
    right: 2vw;
    top: 2vw; }
  .game-area__content {
    position: relative;
    z-index: 1;
    height: 100%; }

.page-background--quay #boat-wrapper {
  -webkit-animation: floating 4s ease-in-out infinite;
          animation: floating 4s ease-in-out infinite; }

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.page-background--quay #boat {
  -webkit-animation: rocking 2s ease-in-out alternate infinite;
          animation: rocking 2s ease-in-out alternate infinite;
  -webkit-transform-origin: 60% 40%;
          transform-origin: 60% 40%; }

@-webkit-keyframes rocking {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg); } }

@keyframes rocking {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg); } }
  .page-background--quay #boat #waterwheel {
    -webkit-animation: rotating 12s linear infinite;
            animation: rotating 12s linear infinite;
    -webkit-transform-origin: 31.9% 52.6%;
            transform-origin: 31.9% 52.6%; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes rotating {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }
  .page-background--quay #boat .rope {
    -webkit-animation: rolling-fix 2s ease-in-out alternate infinite;
            animation: rolling-fix 2s ease-in-out alternate infinite; }
    .page-background--quay #boat .rope--1 {
      -webkit-transform-origin: 83% 49%;
              transform-origin: 83% 49%; }
    .page-background--quay #boat .rope--2 {
      -webkit-transform-origin: 83% 49%;
              transform-origin: 83% 49%; }
    .page-background--quay #boat .rope--3 {
      -webkit-transform-origin: 83% 49%;
              transform-origin: 83% 49%; }

@-webkit-keyframes rolling-fix {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(-4.5deg);
            transform: rotate(-4.5deg); } }

@keyframes rolling-fix {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(-4.5deg);
            transform: rotate(-4.5deg); } }

.page-background--quay .bird {
  -webkit-animation: ascending 2s ease-in-out infinite;
          animation: ascending 2s ease-in-out infinite; }

@-webkit-keyframes ascending {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes ascending {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
  .page-background--quay .bird__wing {
    -webkit-transform-origin: 38.1% 17.3%;
            transform-origin: 38.1% 17.3%; }
    .page-background--quay .bird__wing--left {
      -webkit-animation: flying-left 2s ease-in-out infinite;
              animation: flying-left 2s ease-in-out infinite; }

@-webkit-keyframes flying-left {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-70deg);
            transform: rotate(-70deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes flying-left {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-70deg);
            transform: rotate(-70deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
    .page-background--quay .bird__wing--right {
      -webkit-animation: flying-right 2s ease-in-out infinite;
              animation: flying-right 2s ease-in-out infinite; }

@-webkit-keyframes flying-right {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes flying-right {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
  .page-background--quay .bird--2 .bird__wing {
    -webkit-transform-origin: 40.8% 23.3%;
            transform-origin: 40.8% 23.3%; }

.page-background--quay #boat2 {
  -webkit-animation: sliding-left 90s linear infinite;
          animation: sliding-left 90s linear infinite;
  -webkit-animation-delay: -65s;
          animation-delay: -65s; }

@-webkit-keyframes sliding-left {
  from {
    -webkit-transform: translateX(80%);
            transform: translateX(80%); }
  to {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%); } }

@keyframes sliding-left {
  from {
    -webkit-transform: translateX(80%);
            transform: translateX(80%); }
  to {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%); } }

.page-background--quay #boat3 {
  -webkit-animation: sliding-right 90s linear infinite;
          animation: sliding-right 90s linear infinite;
  -webkit-animation-delay: -77s;
          animation-delay: -77s; }

@-webkit-keyframes sliding-right {
  from {
    -webkit-transform: translateX(-95%);
            transform: translateX(-95%); }
  to {
    -webkit-transform: translateX(15%);
            transform: translateX(15%); } }

@keyframes sliding-right {
  from {
    -webkit-transform: translateX(-95%);
            transform: translateX(-95%); }
  to {
    -webkit-transform: translateX(15%);
            transform: translateX(15%); } }

.page-background--quay .smoke__item {
  -webkit-animation: smoking 13s none infinite;
          animation: smoking 13s none infinite;
  -webkit-transform-origin: 88.5% 32%;
          transform-origin: 88.5% 32%; }
  .page-background--quay .smoke__item--1 {
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
    opacity: 0.94118; }
  .page-background--quay .smoke__item--2 {
    -webkit-animation-delay: -2s;
            animation-delay: -2s;
    opacity: 0.88235; }
  .page-background--quay .smoke__item--3 {
    -webkit-animation-delay: -3s;
            animation-delay: -3s;
    opacity: 0.82353; }
  .page-background--quay .smoke__item--4 {
    -webkit-animation-delay: -4s;
            animation-delay: -4s;
    opacity: 0.76471; }
  .page-background--quay .smoke__item--5 {
    -webkit-animation-delay: -5s;
            animation-delay: -5s;
    opacity: 0.70588; }
  .page-background--quay .smoke__item--6 {
    -webkit-animation-delay: -6s;
            animation-delay: -6s;
    opacity: 0.64706; }
  .page-background--quay .smoke__item--7 {
    -webkit-animation-delay: -7s;
            animation-delay: -7s;
    opacity: 0.58824; }
  .page-background--quay .smoke__item--8 {
    -webkit-animation-delay: -8s;
            animation-delay: -8s;
    opacity: 0.52941; }
  .page-background--quay .smoke__item--9 {
    -webkit-animation-delay: -9s;
            animation-delay: -9s;
    opacity: 0.47059; }
  .page-background--quay .smoke__item--10 {
    -webkit-animation-delay: -10s;
            animation-delay: -10s;
    opacity: 0.41176; }
  .page-background--quay .smoke__item--11 {
    -webkit-animation-delay: -11s;
            animation-delay: -11s;
    opacity: 0.35294; }
  .page-background--quay .smoke__item--12 {
    -webkit-animation-delay: -12s;
            animation-delay: -12s;
    opacity: 0.29412; }
  .page-background--quay .smoke__item--13 {
    -webkit-animation-delay: -13s;
            animation-delay: -13s;
    opacity: 0.23529; }
  .page-background--quay .smoke__item--14 {
    -webkit-animation-delay: -14s;
            animation-delay: -14s;
    opacity: 0.17647; }
  .page-background--quay .smoke__item--15 {
    -webkit-animation-delay: -15s;
            animation-delay: -15s;
    opacity: 0.11765; }
  .page-background--quay .smoke__item--16 {
    -webkit-animation-delay: -16s;
            animation-delay: -16s;
    opacity: 0.05882; }
  .page-background--quay .smoke__item--17 {
    -webkit-animation-delay: -17s;
            animation-delay: -17s;
    opacity: 0; }

@-webkit-keyframes smoking {
  0% {
    -webkit-transform: scaleX(0.4) translateX(0);
            transform: scaleX(0.4) translateX(0); }
  25% {
    -webkit-transform: scaleX(0.8) translateX(0.5%);
            transform: scaleX(0.8) translateX(0.5%); }
  50% {
    -webkit-transform: scaleX(1.2) translateX(0%);
            transform: scaleX(1.2) translateX(0%); }
  75% {
    -webkit-transform: scaleX(0.8) translateX(-0.5%);
            transform: scaleX(0.8) translateX(-0.5%); }
  100% {
    -webkit-transform: scaleX(0.4) translateX(0);
            transform: scaleX(0.4) translateX(0); } }

@keyframes smoking {
  0% {
    -webkit-transform: scaleX(0.4) translateX(0);
            transform: scaleX(0.4) translateX(0); }
  25% {
    -webkit-transform: scaleX(0.8) translateX(0.5%);
            transform: scaleX(0.8) translateX(0.5%); }
  50% {
    -webkit-transform: scaleX(1.2) translateX(0%);
            transform: scaleX(1.2) translateX(0%); }
  75% {
    -webkit-transform: scaleX(0.8) translateX(-0.5%);
            transform: scaleX(0.8) translateX(-0.5%); }
  100% {
    -webkit-transform: scaleX(0.4) translateX(0);
            transform: scaleX(0.4) translateX(0); } }

.page-background--quay .leaf {
  -webkit-animation: swaying-leaf 1s ease-in-out alternate infinite;
          animation: swaying-leaf 1s ease-in-out alternate infinite; }
  .page-background--quay .leaf--1 {
    -webkit-transform-origin: 27% 79%;
            transform-origin: 27% 79%; }
  .page-background--quay .leaf--2 {
    -webkit-transform-origin: 31% 89%;
            transform-origin: 31% 89%;
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .page-background--quay .leaf--3 {
    -webkit-transform-origin: 57% 79%;
            transform-origin: 57% 79%;
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .page-background--quay .leaf--4 {
    -webkit-transform-origin: 61% 84%;
            transform-origin: 61% 84%;
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .page-background--quay .leaf--5 {
    -webkit-transform-origin: 65% 85%;
            transform-origin: 65% 85%;
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .page-background--quay .leaf--6 {
    -webkit-transform-origin: 67% 89%;
            transform-origin: 67% 89%;
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }

@-webkit-keyframes swaying-leaf {
  from {
    -webkit-transform: rotate(0) scaleX(1) scaleY(0.97);
            transform: rotate(0) scaleX(1) scaleY(0.97); }
  100% {
    -webkit-transform: rotate(4deg) scaleX(0.97) scaleY(1);
            transform: rotate(4deg) scaleX(0.97) scaleY(1); } }

@keyframes swaying-leaf {
  from {
    -webkit-transform: rotate(0) scaleX(1) scaleY(0.97);
            transform: rotate(0) scaleX(1) scaleY(0.97); }
  100% {
    -webkit-transform: rotate(4deg) scaleX(0.97) scaleY(1);
            transform: rotate(4deg) scaleX(0.97) scaleY(1); } }

.page-background--quay .rush {
  -webkit-animation: swaying-rush 1s ease-in-out alternate infinite;
          animation: swaying-rush 1s ease-in-out alternate infinite; }
  .page-background--quay .rush--1 {
    -webkit-transform-origin: 65% 83%;
            transform-origin: 65% 83%; }
  .page-background--quay .rush--2 {
    -webkit-transform-origin: 65% 79%;
            transform-origin: 65% 79%;
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .page-background--quay .rush--3 {
    -webkit-transform-origin: 65% 77%;
            transform-origin: 65% 77%;
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .page-background--quay .rush--4 {
    -webkit-transform-origin: 74% 105%;
            transform-origin: 74% 105%;
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .page-background--quay .rush--5 {
    -webkit-transform-origin: 74% 105%;
            transform-origin: 74% 105%;
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .page-background--quay .rush--6 {
    -webkit-transform-origin: 74% 105%;
            transform-origin: 74% 105%;
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }

@-webkit-keyframes swaying-rush {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); } }

@keyframes swaying-rush {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); } }

.page-background--hold {
  -webkit-animation: rolling 2s ease-in-out alternate infinite;
          animation: rolling 2s ease-in-out alternate infinite; }

@-webkit-keyframes rolling {
  from {
    -webkit-transform: scale(1.06) rotate(-1deg);
            transform: scale(1.06) rotate(-1deg); }
  to {
    -webkit-transform: scale(1.06) rotate(1deg);
            transform: scale(1.06) rotate(1deg); } }

@keyframes rolling {
  from {
    -webkit-transform: scale(1.06) rotate(-1deg);
            transform: scale(1.06) rotate(-1deg); }
  to {
    -webkit-transform: scale(1.06) rotate(1deg);
            transform: scale(1.06) rotate(1deg); } }
  .page-background--hold #bell {
    -webkit-transform-origin: 10.2% 13.3%;
            transform-origin: 10.2% 13.3%;
    -webkit-animation: rolling-hanging-inverse 2s ease-in-out alternate infinite;
            animation: rolling-hanging-inverse 2s ease-in-out alternate infinite; }
  .page-background--hold #lamp2 {
    -webkit-transform-origin: 26.5% 14.5%;
            transform-origin: 26.5% 14.5%;
    -webkit-animation: rolling-hanging-inverse 2s ease-in-out alternate infinite;
            animation: rolling-hanging-inverse 2s ease-in-out alternate infinite; }
  .page-background--hold #rope-hook {
    -webkit-transform-origin: 56% 16.5%;
            transform-origin: 56% 16.5%;
    -webkit-animation: rolling-hanging-inverse 2s ease-in-out alternate infinite;
            animation: rolling-hanging-inverse 2s ease-in-out alternate infinite; }
  .page-background--hold #rope {
    -webkit-transform-origin: 55.8% 29.3%;
            transform-origin: 55.8% 29.3%;
    -webkit-animation: rolling-hanging-fix 2s ease-in-out alternate infinite;
            animation: rolling-hanging-fix 2s ease-in-out alternate infinite; }

@-webkit-keyframes rolling-hanging-inverse {
  from {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg); }
  to {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg); } }

@keyframes rolling-hanging-inverse {
  from {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg); }
  to {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg); } }

@-webkit-keyframes rolling-hanging-fix {
  from {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg); }
  to {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg); } }

@keyframes rolling-hanging-fix {
  from {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg); }
  to {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg); } }
  .page-background--hold #cask {
    -webkit-animation: rolling-laying 2s ease-in-out alternate infinite;
            animation: rolling-laying 2s ease-in-out alternate infinite;
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
  .page-background--hold #glasses {
    -webkit-animation: rolling-laying-light 2s ease-in-out alternate infinite;
            animation: rolling-laying-light 2s ease-in-out alternate infinite;
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }

@-webkit-keyframes rolling-laying {
  from {
    -webkit-transform: translateX(-0.5%);
            transform: translateX(-0.5%); }
  to {
    -webkit-transform: translateX(0.5%);
            transform: translateX(0.5%); } }

@keyframes rolling-laying {
  from {
    -webkit-transform: translateX(-0.5%);
            transform: translateX(-0.5%); }
  to {
    -webkit-transform: translateX(0.5%);
            transform: translateX(0.5%); } }

@-webkit-keyframes rolling-laying-light {
  from {
    -webkit-transform: translateX(-0.15%);
            transform: translateX(-0.15%); }
  to {
    -webkit-transform: translateX(0.15%);
            transform: translateX(0.15%); } }

@keyframes rolling-laying-light {
  from {
    -webkit-transform: translateX(-0.15%);
            transform: translateX(-0.15%); }
  to {
    -webkit-transform: translateX(0.15%);
            transform: translateX(0.15%); } }
  .page-background--hold #hammock {
    -webkit-animation: rolling-swinging-fix 2s ease-in-out alternate infinite;
            animation: rolling-swinging-fix 2s ease-in-out alternate infinite;
    -webkit-transform-origin: 42% 39.5%;
            transform-origin: 42% 39.5%; }

@-webkit-keyframes rolling-swinging-fix {
  from {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg); }
  to {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg); } }

@keyframes rolling-swinging-fix {
  from {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg); }
  to {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg); } }
  .page-background--hold #mouse1 {
    -webkit-transform-origin: 60% 94%;
            transform-origin: 60% 94%;
    -webkit-animation: mouse-move-1 0.5s ease-in-out alternate infinite;
            animation: mouse-move-1 0.5s ease-in-out alternate infinite; }

@-webkit-keyframes mouse-move-1 {
  from {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  to {
    -webkit-transform: translateY(0.2deg);
            transform: translateY(0.2deg); } }

@keyframes mouse-move-1 {
  from {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  to {
    -webkit-transform: translateY(0.2deg);
            transform: translateY(0.2deg); } }
  .page-background--hold #mouse2 {
    -webkit-transform-origin: 84% 94%;
            transform-origin: 84% 94%;
    -webkit-animation: mouse-move-2 1s ease-in-out alternate infinite;
            animation: mouse-move-2 1s ease-in-out alternate infinite; }

@-webkit-keyframes mouse-move-2 {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  20% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  30% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  60% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  70% {
    -webkit-transform: translateY(0.5%) rotate(-10deg);
            transform: translateY(0.5%) rotate(-10deg); }
  100% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); } }

@keyframes mouse-move-2 {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  20% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  30% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  60% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  70% {
    -webkit-transform: translateY(0.5%) rotate(-10deg);
            transform: translateY(0.5%) rotate(-10deg); }
  100% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); } }

.container__image-wrapper--hold .candle-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: rolling 2s ease-in-out alternate infinite;
          animation: rolling 2s ease-in-out alternate infinite; }
  .container__image-wrapper--hold .candle-wrapper .candle {
    position: absolute;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms; }
  .container__image-wrapper--hold .candle-wrapper--right .candle {
    width: 0.7%;
    height: 1.4%;
    top: 48.5%;
    right: 4.4%; }
  .container__image-wrapper--hold .candle-wrapper--left .candle {
    width: 0.5%;
    height: 1%;
    top: 26.6%;
    left: 25.5%;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-animation: rolling-candle-fix 2s ease-in-out alternate infinite;
            animation: rolling-candle-fix 2s ease-in-out alternate infinite; }

@-webkit-keyframes rolling-candle-fix {
  from {
    -webkit-transform: translateX(30%);
            transform: translateX(30%); }
  to {
    -webkit-transform: translateX(210%);
            transform: translateX(210%); } }

@keyframes rolling-candle-fix {
  from {
    -webkit-transform: translateX(30%);
            transform: translateX(30%); }
  to {
    -webkit-transform: translateX(210%);
            transform: translateX(210%); } }
  .container__image-wrapper--hold .candle-wrapper .flame {
    bottom: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: gold;
    -webkit-box-shadow: 0 0 9px 4px gold;
            box-shadow: 0 0 9px 4px gold;
    -webkit-animation: flicker 3ms ease-in alternate infinite;
            animation: flicker 3ms ease-in alternate infinite;
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms; }

@-webkit-keyframes flicker {
  0% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    -webkit-box-shadow: 0 0 50px 50px rgba(255, 165, 0, 0.3);
            box-shadow: 0 0 50px 50px rgba(255, 165, 0, 0.3); }
  20% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-box-shadow: 0 0 50px 50px rgba(255, 165, 0, 0.4);
            box-shadow: 0 0 50px 50px rgba(255, 165, 0, 0.4); }
  40% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    -webkit-box-shadow: 0 0 50px 50px rgba(255, 165, 0, 0.3);
            box-shadow: 0 0 50px 50px rgba(255, 165, 0, 0.3); }
  60% {
    -webkit-transform: rotate(30deg) scaleY(1.2);
            transform: rotate(30deg) scaleY(1.2);
    -webkit-box-shadow: 0 0 50px 50px rgba(255, 165, 0, 0.2);
            box-shadow: 0 0 50px 50px rgba(255, 165, 0, 0.2); }
  80% {
    -webkit-transform: rotate(-60deg) scaleY(0.8);
            transform: rotate(-60deg) scaleY(0.8);
    -webkit-box-shadow: 0 0 50px 50px rgba(255, 165, 0, 0.4);
            box-shadow: 0 0 50px 50px rgba(255, 165, 0, 0.4); }
  100% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-box-shadow: 0 0 50px 50px rgba(255, 165, 0, 0.3);
            box-shadow: 0 0 50px 50px rgba(255, 165, 0, 0.3); } }

@keyframes flicker {
  0% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    -webkit-box-shadow: 0 0 50px 50px rgba(255, 165, 0, 0.3);
            box-shadow: 0 0 50px 50px rgba(255, 165, 0, 0.3); }
  20% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-box-shadow: 0 0 50px 50px rgba(255, 165, 0, 0.4);
            box-shadow: 0 0 50px 50px rgba(255, 165, 0, 0.4); }
  40% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    -webkit-box-shadow: 0 0 50px 50px rgba(255, 165, 0, 0.3);
            box-shadow: 0 0 50px 50px rgba(255, 165, 0, 0.3); }
  60% {
    -webkit-transform: rotate(30deg) scaleY(1.2);
            transform: rotate(30deg) scaleY(1.2);
    -webkit-box-shadow: 0 0 50px 50px rgba(255, 165, 0, 0.2);
            box-shadow: 0 0 50px 50px rgba(255, 165, 0, 0.2); }
  80% {
    -webkit-transform: rotate(-60deg) scaleY(0.8);
            transform: rotate(-60deg) scaleY(0.8);
    -webkit-box-shadow: 0 0 50px 50px rgba(255, 165, 0, 0.4);
            box-shadow: 0 0 50px 50px rgba(255, 165, 0, 0.4); }
  100% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-box-shadow: 0 0 50px 50px rgba(255, 165, 0, 0.3);
            box-shadow: 0 0 50px 50px rgba(255, 165, 0, 0.3); } }

.page-background--wheelhouse #boat1 {
  -webkit-animation: sliding-left 90s linear infinite;
          animation: sliding-left 90s linear infinite;
  -webkit-animation-delay: -65s;
          animation-delay: -65s; }

@keyframes sliding-left {
  from {
    -webkit-transform: translateX(80%);
            transform: translateX(80%); }
  to {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%); } }

.page-background--wheelhouse #boat2 {
  -webkit-animation: sliding-right 90s linear infinite;
          animation: sliding-right 90s linear infinite;
  -webkit-animation-delay: -77s;
          animation-delay: -77s; }

@keyframes sliding-right {
  from {
    -webkit-transform: translateX(-95%);
            transform: translateX(-95%); }
  to {
    -webkit-transform: translateX(15%);
            transform: translateX(15%); } }

.page-background--wheelhouse #lamp, .page-background--wheelhouse #light-mask {
  -webkit-transform-origin: 34% 1%;
          transform-origin: 34% 1%;
  -webkit-animation: swinging-lamp 2s ease-in-out alternate infinite;
          animation: swinging-lamp 2s ease-in-out alternate infinite;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg); }

@-webkit-keyframes swinging-lamp {
  from {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg); }
  to {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg); } }

@keyframes swinging-lamp {
  from {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg); }
  to {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg); } }

.page-background--wheelhouse #light-mask {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }

.page-background--wheelhouse .shadow {
  -webkit-animation: shadow-gliding 2s ease-in-out alternate infinite;
          animation: shadow-gliding 2s ease-in-out alternate infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }

@-webkit-keyframes shadow-gliding {
  from {
    -webkit-transform: translateX(-0.1%);
            transform: translateX(-0.1%); }
  to {
    -webkit-transform: translateX(0.1%);
            transform: translateX(0.1%); } }

@keyframes shadow-gliding {
  from {
    -webkit-transform: translateX(-0.1%);
            transform: translateX(-0.1%); }
  to {
    -webkit-transform: translateX(0.1%);
            transform: translateX(0.1%); } }

.page-background--wheelhouse .needle {
  -webkit-animation: needle-rotating 8s ease-in-out alternate infinite;
          animation: needle-rotating 8s ease-in-out alternate infinite; }
  .page-background--wheelhouse .needle-1 {
    -webkit-transform-origin: 27.8% 54.2%;
            transform-origin: 27.8% 54.2%; }
  .page-background--wheelhouse .needle-2 {
    -webkit-transform-origin: 37.2% 54.2%;
            transform-origin: 37.2% 54.2%; }
    .page-background--wheelhouse .needle-2--a {
      -webkit-animation-delay: -6s;
              animation-delay: -6s; }
    .page-background--wheelhouse .needle-2--b {
      -webkit-animation-delay: -4s;
              animation-delay: -4s; }
    .page-background--wheelhouse .needle-2--c {
      -webkit-animation-delay: -2s;
              animation-delay: -2s; }
  .page-background--wheelhouse .needle-4 {
    -webkit-transform-origin: 56% 54.2%;
            transform-origin: 56% 54.2%;
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }

@-webkit-keyframes needle-rotating {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  10% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); }
  70% {
    -webkit-transform: rotate(160deg);
            transform: rotate(160deg); }
  80% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); } }

@keyframes needle-rotating {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  10% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); }
  70% {
    -webkit-transform: rotate(160deg);
            transform: rotate(160deg); }
  80% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); } }

.page-background--wheelhouse #see {
  -webkit-animation: boat-rolling 2s ease-in-out alternate infinite;
          animation: boat-rolling 2s ease-in-out alternate infinite; }

@-webkit-keyframes boat-rolling {
  from {
    -webkit-transform: translateY(-0.3%) rotate(-0.5deg);
            transform: translateY(-0.3%) rotate(-0.5deg); }
  to {
    -webkit-transform: translateY(0.3%) rotate(0.5deg);
            transform: translateY(0.3%) rotate(0.5deg); } }

@keyframes boat-rolling {
  from {
    -webkit-transform: translateY(-0.3%) rotate(-0.5deg);
            transform: translateY(-0.3%) rotate(-0.5deg); }
  to {
    -webkit-transform: translateY(0.3%) rotate(0.5deg);
            transform: translateY(0.3%) rotate(0.5deg); } }

.page-background--wheelhouse #whole-wheel {
  -webkit-transform-origin: 95.2% 54.1%;
          transform-origin: 95.2% 54.1%;
  -webkit-animation: wheel-rotating 1s ease-in-out alternate infinite;
          animation: wheel-rotating 1s ease-in-out alternate infinite; }

@-webkit-keyframes wheel-rotating {
  from {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  to {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); } }

@keyframes wheel-rotating {
  from {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  to {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); } }

.page-background--wheelhouse #shadow-fix, .page-background--wheelhouse #wheel-support {
  -webkit-transform-origin: 95.2% 54.1%;
          transform-origin: 95.2% 54.1%;
  -webkit-animation: wheel-rotating-invert 1s ease-in-out alternate infinite;
          animation: wheel-rotating-invert 1s ease-in-out alternate infinite; }

@-webkit-keyframes wheel-rotating-invert {
  from {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  to {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); } }

@keyframes wheel-rotating-invert {
  from {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  to {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); } }

.page-background--deck #boat-deck {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg); }

.page-background--deck #landscape {
  -webkit-transform-origin: 60% 50%;
          transform-origin: 60% 50%;
  -webkit-animation: boat-rolling 2s ease-in-out alternate infinite;
          animation: boat-rolling 2s ease-in-out alternate infinite; }

@keyframes boat-rolling {
  from {
    -webkit-transform: translateY(-1.5%) rotate(0);
            transform: translateY(-1.5%) rotate(0); }
  to {
    -webkit-transform: translateY(1.5%) rotate(1deg);
            transform: translateY(1.5%) rotate(1deg); } }

.page-background--deck #cloud1 {
  -webkit-animation: sliding-cloud-1 900s linear infinite;
          animation: sliding-cloud-1 900s linear infinite;
  -webkit-animation-delay: -670s;
          animation-delay: -670s; }

@-webkit-keyframes sliding-cloud-1 {
  from {
    -webkit-transform: translateX(90%);
            transform: translateX(90%); }
  to {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%); } }

@keyframes sliding-cloud-1 {
  from {
    -webkit-transform: translateX(90%);
            transform: translateX(90%); }
  to {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%); } }

.page-background--deck #cloud2 {
  -webkit-animation: sliding-cloud-2 900s linear infinite;
          animation: sliding-cloud-2 900s linear infinite;
  -webkit-animation-delay: -250s;
          animation-delay: -250s; }

@-webkit-keyframes sliding-cloud-2 {
  from {
    -webkit-transform: translateX(40%);
            transform: translateX(40%); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes sliding-cloud-2 {
  from {
    -webkit-transform: translateX(40%);
            transform: translateX(40%); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

.page-background--temple .leaf {
  -webkit-animation: swaying-leaf 2s ease-in-out alternate infinite;
          animation: swaying-leaf 2s ease-in-out alternate infinite; }
  .page-background--temple .leaf-1 {
    -webkit-transform-origin: 69% 64%;
            transform-origin: 69% 64%; }
  .page-background--temple .leaf-2 {
    -webkit-transform-origin: 71% 67%;
            transform-origin: 71% 67%; }
  .page-background--temple .leaf-3 {
    -webkit-transform-origin: 33% 64%;
            transform-origin: 33% 64%; }

.page-background--temple .tree {
  -webkit-animation: swaying-tree 2s ease-in-out alternate infinite;
          animation: swaying-tree 2s ease-in-out alternate infinite; }
  .page-background--temple .tree-1 {
    -webkit-transform-origin: 100% 60%;
            transform-origin: 100% 60%;
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .page-background--temple .tree-2 {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-animation-delay: -1.3s;
            animation-delay: -1.3s; }
  .page-background--temple .tree-3 {
    -webkit-transform-origin: 15% 75%;
            transform-origin: 15% 75%;
    -webkit-animation-delay: -1.6s;
            animation-delay: -1.6s; }
  .page-background--temple .tree-4 {
    -webkit-transform-origin: 12% 75%;
            transform-origin: 12% 75%;
    -webkit-animation-delay: -1.9s;
            animation-delay: -1.9s; }
  .page-background--temple .tree-5 {
    -webkit-transform-origin: 5% 75%;
            transform-origin: 5% 75%;
    -webkit-animation-delay: -2.2s;
            animation-delay: -2.2s; }
  .page-background--temple .tree-6 {
    -webkit-transform-origin: 3% 65%;
            transform-origin: 3% 65%;
    -webkit-animation-delay: -2.5s;
            animation-delay: -2.5s; }
  .page-background--temple .tree-7 {
    -webkit-transform-origin: 1% 65%;
            transform-origin: 1% 65%;
    -webkit-animation-delay: -2.8s;
            animation-delay: -2.8s; }
  .page-background--temple .tree-8 {
    -webkit-transform-origin: 85% 75%;
            transform-origin: 85% 75%;
    -webkit-animation-delay: -3.1s;
            animation-delay: -3.1s; }
  .page-background--temple .tree-9 {
    -webkit-transform-origin: 75% 65%;
            transform-origin: 75% 65%;
    -webkit-animation-delay: -3.3s;
            animation-delay: -3.3s; }
  .page-background--temple .tree-10 {
    -webkit-transform-origin: 72% 60%;
            transform-origin: 72% 60%;
    -webkit-animation-delay: -3.6s;
            animation-delay: -3.6s; }

.page-background--temple #beach {
  -webkit-transform-origin: 49.50% 107.24%;
          transform-origin: 49.50% 107.24%; }

.page-background--temple .beachtree {
  -webkit-animation: swaying-tree-shadow 2s ease-in-out alternate infinite;
          animation: swaying-tree-shadow 2s ease-in-out alternate infinite;
  -webkit-animation-delay: -2s;
          animation-delay: -2s; }
  .page-background--temple .beachtree-1 {
    -webkit-transform-origin: 4% 78%;
            transform-origin: 4% 78%; }
  .page-background--temple .beachtree-2 {
    -webkit-transform-origin: 4% 78%;
            transform-origin: 4% 78%; }
  .page-background--temple .beachtree-3, .page-background--temple .beachtree-4 {
    -webkit-transform-origin: 5% 77%;
            transform-origin: 5% 77%; }
  .page-background--temple .beachtree-5 {
    -webkit-transform-origin: 22% 80%;
            transform-origin: 22% 80%;
    -webkit-animation-delay: -1.6s;
            animation-delay: -1.6s; }

.page-background--temple .meerschaum {
  -webkit-animation: bubbling 11s ease-in-out infinite;
          animation: bubbling 11s ease-in-out infinite; }
  .page-background--temple .meerschaum-1 {
    -webkit-transform-origin: 87% 84.5%;
            transform-origin: 87% 84.5%; }
  .page-background--temple .meerschaum-2 {
    -webkit-transform-origin: 89% 83.5%;
            transform-origin: 89% 83.5%; }
  .page-background--temple .meerschaum-3 {
    -webkit-transform-origin: 72.4% 90.6%;
            transform-origin: 72.4% 90.6%; }
  .page-background--temple .meerschaum-4 {
    -webkit-transform-origin: 60.5% 94%;
            transform-origin: 60.5% 94%; }
  .page-background--temple .meerschaum-5 {
    -webkit-transform-origin: 59% 94%;
            transform-origin: 59% 94%; }

@-webkit-keyframes bubbling {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  16% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes bubbling {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  16% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

.page-background--temple #see, .page-background--temple #all-meerschaum {
  -webkit-animation: backwash 11s ease-in-out infinite;
          animation: backwash 11s ease-in-out infinite; }

.page-background--temple #foam {
  -webkit-animation: backwash-bold 11s ease-in-out infinite;
          animation: backwash-bold 11s ease-in-out infinite; }

@-webkit-keyframes backwash {
  0% {
    -webkit-transform: translate(6%, 6%);
            transform: translate(6%, 6%); }
  15% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  80% {
    -webkit-transform: translate(6%, 6%);
            transform: translate(6%, 6%); }
  100% {
    -webkit-transform: translate(6%, 6%);
            transform: translate(6%, 6%); } }

@keyframes backwash {
  0% {
    -webkit-transform: translate(6%, 6%);
            transform: translate(6%, 6%); }
  15% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  80% {
    -webkit-transform: translate(6%, 6%);
            transform: translate(6%, 6%); }
  100% {
    -webkit-transform: translate(6%, 6%);
            transform: translate(6%, 6%); } }

@-webkit-keyframes backwash-bold {
  0% {
    -webkit-transform: translate(6%, 6%);
            transform: translate(6%, 6%); }
  15% {
    -webkit-transform: translate(2%, -3%);
            transform: translate(2%, -3%); }
  80% {
    -webkit-transform: translate(6%, 6%);
            transform: translate(6%, 6%); }
  100% {
    -webkit-transform: translate(6%, 6%);
            transform: translate(6%, 6%); } }

@keyframes backwash-bold {
  0% {
    -webkit-transform: translate(6%, 6%);
            transform: translate(6%, 6%); }
  15% {
    -webkit-transform: translate(2%, -3%);
            transform: translate(2%, -3%); }
  80% {
    -webkit-transform: translate(6%, 6%);
            transform: translate(6%, 6%); }
  100% {
    -webkit-transform: translate(6%, 6%);
            transform: translate(6%, 6%); } }

.page-background--temple #foam path {
  -webkit-animation: test 11s ease-in-out infinite;
          animation: test 11s ease-in-out infinite; }

@-webkit-keyframes test {
  0% {
    fill: #7aafc0; }
  15% {
    fill: #D9E4F5; }
  80% {
    fill: #7aafc0; }
  100% {
    fill: #7aafc0; } }

@keyframes test {
  0% {
    fill: #7aafc0; }
  15% {
    fill: #D9E4F5; }
  80% {
    fill: #7aafc0; }
  100% {
    fill: #7aafc0; } }

@-webkit-keyframes swaying-tree {
  from {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes swaying-tree {
  from {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes swaying-leaf {
  from {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); } }

@-webkit-keyframes swaying-tree-shadow {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); } }

@keyframes swaying-tree-shadow {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); } }

/**
* Used to declare media queries. Usage examples :
* - @include above(sm) {...}
* - @include below(sm) {...}
* - @include between(sm, md) {...}
 */
/**
 * Use 'corner' class to add border with one detached coin specified with BEM (top-right, top-left, bottom-left, bottom-right).
 * Element with 'corner' must include "<div class="corner__coin"></div>".
 *
 * Ex : <div class="corner corner--top-left">
 *          <div class="corner__coin"></div>
 *          <span>TEST WITH BORDER (detached coin in left/top)</span>
 *      </div>
 */
.corner {
  min-height: 25px;
  min-width: 50px;
  position: relative; }
  .corner:before {
    content: '';
    height: 50%;
    position: absolute;
    width: calc(100% - 30px); }
  .corner .corner__coin {
    position: absolute;
    width: 25px; }
  .corner:after {
    content: '';
    height: calc(100% - 17px);
    position: absolute;
    width: 100%; }
  .corner--top-left:before {
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    border-top-right-radius: 10px;
    right: -2px;
    top: -2px; }
  .corner--top-right:before {
    border-left: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    border-top-left-radius: 10px;
    left: -2px;
    top: -2px; }
  .corner--bottom-left:before {
    border-bottom: 2px solid #FFFFFF;
    border-bottom-right-radius: 10px;
    border-right: 2px solid #FFFFFF;
    bottom: -2px;
    right: -2px; }
  .corner--bottom-right:before {
    border-left: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    border-bottom-left-radius: 10px;
    bottom: -2px;
    left: -2px; }
  .corner--top-left .corner__coin {
    border-left: 2px solid #FFFFFF;
    border-top-left-radius: 10px;
    border-top: 2px solid #FFFFFF;
    height: 12px;
    left: -2px;
    top: -2px; }
  .corner--top-right .corner__coin {
    border-right: 2px solid #FFFFFF;
    border-top-right-radius: 10px;
    border-top: 2px solid #FFFFFF;
    height: 12px;
    right: -2px;
    top: -2px; }
  .corner--bottom-left .corner__coin {
    bottom: -2px;
    border-bottom: 2px solid #FFFFFF;
    border-bottom-left-radius: 10px;
    border-left: 2px solid #FFFFFF;
    height: 12px;
    left: -2px; }
  .corner--bottom-right .corner__coin {
    border-bottom: 2px solid #FFFFFF;
    border-bottom-right-radius: 10px;
    border-right: 2px solid #FFFFFF;
    bottom: -2px;
    height: 12px;
    right: -2px; }
  .corner--top-left:after {
    border-bottom: 2px solid #FFFFFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    bottom: -2px;
    left: -2px; }
  .corner--top-right:after {
    border-bottom: 2px solid #FFFFFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    bottom: -2px;
    right: -2px; }
  .corner--bottom-left:after {
    border-top: 2px solid #FFFFFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    left: -2px;
    top: -2px; }
  .corner--bottom-right:after {
    border-top: 2px solid #FFFFFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    right: -2px;
    top: -2px; }

/**
 * Use 'offset' class to add background and border with an offset.
 * Use BEM to define offset direction (top-right, top-left, bottom-left, bottom-right).
 * NOTE : Element with 'offset' must be used as a double wrapper (first one for background, second one for border).
 *
 * Ex : <div class="offset offset--bottom-right">
 *          <div class="offset__border">
 *              <div>CONTENT MOVED WITH OFFSET (in bottom/right directions)</div>
 *          </div>
 *      </div>
 */
.offset {
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 2px; }
  .offset__border {
    border: 2px solid #333333;
    border-radius: 2px; }
  .offset--top-left {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px); }
    .offset--top-left > .offset__border {
      -webkit-transform: translate(2px, 2px);
              transform: translate(2px, 2px); }
  .offset--top-right {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px); }
    .offset--top-right > .offset__border {
      -webkit-transform: translate(-2px, 2px);
              transform: translate(-2px, 2px); }
  .offset--bottom-left {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px); }
    .offset--bottom-left > .offset__border {
      -webkit-transform: translate(2px, -2px);
              transform: translate(2px, -2px); }
  .offset--bottom-right {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px); }
    .offset--bottom-right > .offset__border {
      -webkit-transform: translate(-2px, -2px);
              transform: translate(-2px, -2px); }

.button {
  cursor: pointer;
  position: relative;
  width: 100%;
  z-index: 2; }
  @media (max-width: 499px) {
    .button {
      width: 176px; } }
  .button--primary svg .bg-button {
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
    fill: #EF865B !important; }
  .button--primary svg .corner-button {
    -webkit-transition: stroke 0.2s;
    transition: stroke 0.2s;
    stroke: #EF865B !important; }
  .button--primary:hover .bg-button, .button--primary.selected .bg-button {
    fill: #E25054 !important; }
  .button--primary:hover .corner-button, .button--primary.selected .corner-button {
    stroke: #E25054 !important; }
  .button--secondary svg .bg-button {
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
    fill: #137163 !important; }
  .button--secondary svg .corner-button {
    -webkit-transition: stroke 0.2s;
    transition: stroke 0.2s;
    stroke: #137163 !important; }
  .button--secondary:hover .bg-button, .button--secondary.selected .bg-button {
    fill: #045946 !important; }
  .button--secondary:hover .corner-button, .button--secondary.selected .corner-button {
    stroke: #045946 !important; }
  .button svg {
    max-width: 100%;
    max-height: 100%; }
  .button__text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.6em;
    -webkit-transform: translate(-0.1em, 0.1em);
            transform: translate(-0.1em, 0.1em);
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    color: #FFFFFF; }
    .button--primary:hover .button__text {
      color: #C2454B; }
    .button--secondary:hover .button__text {
      color: #0F4035; }
    .button__text span {
      text-align: center; }

.character {
  -webkit-transform: translateY(2vh);
          transform: translateY(2vh);
  position: absolute;
  z-index: 20; }
  .character img {
    max-height: 90vh; }
  .character--jones {
    bottom: -9.5%;
    left: 7.2%;
    width: 30.6%; }
  .character--jane {
    bottom: -5.2%;
    left: 7.7%;
    width: 27.7%; }
  @media (max-width: 699px) {
    .character--jones {
      bottom: -2%;
      left: -13.8%;
      width: 290px; }
    .character--jane {
      bottom: -4%;
      left: -9.8%;
      width: 279px; } }

.close-icon, .help-icon {
  position: absolute;
  width: 4vmin;
  height: 4vmin;
  min-width: 25px;
  min-height: 25px;
  right: 1.5vw;
  top: 1.5vw;
  margin: 1em;
  background: url(/build/images/close.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s; }
  
  .help-icon{
	background: url(/build/images/icon-help.svg) no-repeat;
	right: initial;
	left: 1.5vw;
  transform: initial;
  }
  @media (max-width: 699px) {
    .close-icon, .help-icon {
      width: 7vmin;
      height: 7vmin; } }
  .close-icon:hover {
    -webkit-transform: scale(1.2, 1.2) rotate(45deg);
            transform: scale(1.2, 1.2) rotate(45deg); }
	 .help-icon:hover{
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2); }
.main-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 100%;
  max-width: 100%;
  position: relative; }
  .main-title-wrapper .main-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3% 0; }
    .main-title-wrapper .main-title__background {
      position: absolute;
      top: 0;
      right: -10%;
      bottom: 0;
      left: 10%;
      z-index: 1; }
      .main-title-wrapper .main-title__background .shape {
        position: relative;
        background-size: contain;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        .main-title-wrapper .main-title__background .shape--1 {
          background: url(/build/images/bg-shape-1.svg) no-repeat;
          height: 100%;
          width: 100%; }
    .main-title-wrapper .main-title__symbol {
      width: 23%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 2; }
      .main-title-wrapper .main-title__symbol img {
        max-width: 100%; }
    .main-title-wrapper .main-title__text {
      width: 68%;
      padding-left: 0.1em;
      z-index: 2; }

.menu {
  color: #137163;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 20; }
  @media (max-width: 699px) {
    .menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-size: 0.9rem;
      height: 100%;
      width: 100%; } }
  .menu__items {
    height: 64%;
    width: 100%; }
    @media (max-width: 699px) {
      .menu__items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        height: auto; } }
    .menu__items .menu__item {
      cursor: pointer;
      display: block;
      padding-bottom: 2.5em;
      position: relative;
      text-align: center;
      text-decoration: none; }
      @media (max-width: 699px) {
        .menu__items .menu__item {
          margin: 0 2em 1em 2em;
		  padding-bottom:0.5em;
		  } }
      .menu__items .menu__item .menu__icon {
        height: 11em;
        width: 11em; }
      @media (max-width: 699px) {
        .menu__items .menu__item .menu__icon {
        height: 8em;
        width: 8em;} }
      .menu__items .menu__item .menu__label {
/*        bottom: 0.5em;*/
        color: #137163;
        display: none;
        font-size: 1.4em;
        font-style: italic;
        font-weight: 700;
/*        position: absolute;*/
        -webkit-transform: rotate(-3deg);
                transform: rotate(-3deg);
        width: 100%; }
      .menu__items .menu__item--enabled .menu__label {
        display: block; }
      .menu__items .menu__item--validated:after {
        background: url(/build/images/check.svg) no-repeat;
        background-size: 100% 100%;
        content: '';
        height: 2.8em;
        position: absolute;
        right: -0.5em;
        top: 1.5em;
        width: 2.8em; }
      .menu__items .menu__item--locked {
        opacity: 0.3; }
        .menu__items .menu__item--locked:before, .menu__items .menu__item--locked:after {
          content: '';
          height: 1.7em;
          padding: 0.5em 0;
          position: absolute;
          right: -0.3em;
          top: 4.1em;
          width: 2.5em; }
        .menu__items .menu__item--locked:before {
          background-color: #FFFFFF;
          z-index: 24; }
        .menu__items .menu__item--locked:after {
          background: url(/build/images/lock.svg) left 0 top 50% no-repeat;
          background-size: 100% 80%;
          z-index: 25; }
      .menu__items .menu__item--battle .menu__label {
        color: #71AAA1; }
  .menu__langs {
    height: 24%;
    font-size: 2em;
    width: 100%; }
    @media (max-width: 699px) {
      .menu__langs {
        height: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 1.6em; } }
    .menu__langs .menu__lang {
      color: #71AAA1;
      padding: 0.7em 0.7em 0 0;
      text-decoration: none; }
      @media (max-width: 699px) {
        .menu__langs .menu__lang {
          padding: 0.7em 0 0 0.7em; } }
    .menu__langs .menu__lang--active {
      color: #137163;
      font-weight: 800; }

.menu-nav {
  height: 100%;
  width: 100%; }
  @media (max-width: 699px) {
    .menu-nav {
      bottom: 2em;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 0.9rem;
      width: 100%; } }
  .menu-nav__items {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70%; }
    @media (max-width: 699px) {
      .menu-nav__items {
        width: auto; } }
    .menu-nav__items .menu-nav__icon {
      cursor: pointer;
      height: 4em;
      width: 4em; }
      @media (max-width: 699px) {
        .menu-nav__items .menu-nav__icon {
          margin: 0 1em; } }
      .menu-nav__items .menu-nav__icon img {
        max-height: 100%;
        max-width: 100%; }
      .menu-nav__items .menu-nav__icon:hover img {
        -webkit-transform: scale(1.2, 1.2);
                transform: scale(1.2, 1.2); }

.menu-pane {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10; }
  @media (max-width: 699px) {
    .menu-pane.active {
      z-index: 50; } }
  .menu-pane__burger {
    background: url(/build/images/burger-open.svg) no-repeat;
    background-size: cover;
    display: block;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: 25px;
    top: 20px;
    width: 35px; }
    @media (min-width: 700px) {
      .menu-pane__burger {
        display: none; } }
  .menu-pane__wrapper {
    height: 100%;
    position: relative;
    width: 100%; }
    @media (max-width: 699px) {
      .menu-pane__wrapper {
        display: none; } }
    @media (min-width: 700px) {
      .menu-pane__wrapper-primary {
        background-color: #FFFFFF;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 10.3%; } }
    @media (min-width: 700px) {
      .menu-pane__wrapper-secondary {
        background-color: #FFFFFF;
        bottom: 0;
        border-top-left-radius: 20px;
        height: 8%;
        position: absolute;
        right: 0;
        width: 14.1%; } }
  @media (max-width: 699px) {
    .menu-pane.active {
      background-color: #FFFFFF;
      z-index: 50; }
      .menu-pane.active .menu-pane__burger {
        background: url(/build/images/burger-close.svg) no-repeat;
        background-size: cover;
        z-index: 50; }
      .menu-pane.active .menu-pane__wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0 auto; }
        .menu-pane.active .menu-pane__wrapper-secondary {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }

.modal {
  position: absolute;
  left: 24%;
  top: 17%;
  height: 59%;
  width: 52%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1em;
  z-index: 1000; }
  .modal-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999; }
  .modal:after {
    content: "";
    position: absolute;
    top: -0.6em;
    right: -0.6em;
    bottom: 0.6em;
    left: 0.6em;
    border-radius: 1em;
    border: 1.5px solid #333333;
    pointer-events: none; }
  @media (max-width: 699px) {
    .modal {
      left: 5%;
      top: 5%;
      width: 90%;
      height: 90%; } }
  .modal--crumbled-paper {
    background: url(/build/images/crumbled-paper.png) no-repeat;
    background-size: cover; }
  .modal--palm-trees {
    background: #FFFFFF; }
    .modal--palm-trees:before {
      content: "";
      background: url(/build/images/palm-trees.svg) no-repeat;
      -webkit-filter: brightness(170%);
              filter: brightness(170%);
      background-size: cover;
      opacity: .2;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      z-index: -1; }
  .modal--jungle {
    background: #FFFFFF; }
    .modal--jungle:before {
      content: "";
      background: url(/build/images/bg-jungle-02.svg) no-repeat;
      -webkit-filter: brightness(170%);
              filter: brightness(170%);
      background-size: cover;
      opacity: .2;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      z-index: -1; }
  .modal--old-paper {
    background: url(/build/images/old-paper.jpg) no-repeat;
    background-size: cover; }
  .modal--message-in-a-bottle:before {
    content: "";
    background: -25% bottom url(/build/images/bottle.svg) no-repeat;
    background-size: 46% 89%;
    top: 0;
    left: 0.15em;
    bottom: 0.15em;
    right: 0;
    position: absolute;
    z-index: -1; }
    @media (max-width: 699px) {
      .modal--message-in-a-bottle:before {
        background-size: 51% 64%;
        background-position-y: 150%;
        opacity: .8; } }
  .modal--tv {
    background: url(/build/images/bg-tv-desktop.svg) no-repeat;
    background-size: 100% 100%; }
    @media (max-width: 699px) {
      .modal--tv {
        background: url(/build/images/bg-tv-mobile.png) no-repeat;
        background-size: 100% 100%; } }
  .modal--wood-sign {
    background: url(/build/images/bg-sign-desktop.jpg) no-repeat;
    background-size: 100% 100%; }
    @media (max-width: 699px) {
      .modal--wood-sign {
        background: url(/build/images/bg-sign-mobile.jpg) no-repeat;
        background-size: 100% 100%; } }
  .modal__content {
    height: 100%;
    max-width: 100%; }

.score-player {
  border-radius: 2px;
  padding: 1.2em;
  position: absolute;
  right: 2.7%;
  top: 9.2%;
  z-index: 30; }
  @media (max-width: 699px) {
    .score-player {
      font-size: 0.6rem; } }
  .score-player .offset-wrapper {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px); }
    .score-player .offset-wrapper .info-wrapper {
      -webkit-transform: translate(2px, 2px);
              transform: translate(2px, 2px); }
      .score-player .offset-wrapper .info-wrapper .score {
        background-color: #FFFFFF;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: #137163;
        position: relative;
        text-align: right;
        padding: 1em 5em 0 12em; }
        @media (max-width: 699px) {
          .score-player .offset-wrapper .info-wrapper .score {
            text-align: center;
            padding: 1em 0 0 7em; } }
        .score-player .offset-wrapper .info-wrapper .score:before {
          border: 1px solid #FFFFFF;
          border-radius: 2px;
          content: '';
          height: 100%;
          left: -4px;
          position: absolute;
          -webkit-transform: translate(-2px, -2px);
                  transform: translate(-2px, -2px);
          top: -2px;
          width: 100%; }
        .score-player .offset-wrapper .info-wrapper .score__value {
          font-size: 4.5em;
          font-weight: 800; }
        .score-player .offset-wrapper .info-wrapper .score__unity {
          font-size: 2.1em;
          font-weight: 800; }
      .score-player .offset-wrapper .info-wrapper .team {
        background-color: #137163;
        border-radius: 0 0 2px 2px;
        border-bottom: 1px solid #71AAA1;
        border-right: 1px solid #71AAA1;
        padding: 1em 5em 1em 12em; }
        @media (min-width: 700px) {
          .score-player .offset-wrapper .info-wrapper .team {
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
                -ms-flex-pack: end;
                    justify-content: flex-end; } }
        @media (max-width: 699px) {
          .score-player .offset-wrapper .info-wrapper .team {
            padding: 1em 0 1em 7em; } }
        .score-player .offset-wrapper .info-wrapper .team__icon {
          width: 3.8em; }
        .score-player .offset-wrapper .info-wrapper .team__name {
          color: #FFFFFF;
          font-size: 1.2em;
          font-weight: 700;
          padding-left: 1em;
          white-space: nowrap; }
  .score-player .picture-wrapper {
    left: -5em;
    top: -1em;
	border-radius: 100px;
    position: absolute;
    z-index: 2; }
	.score-player .picture-wrapper .tooltip{
		position:absolute;
	}
    .score-player .picture-wrapper > img {
      -o-object-fit: cover;
         object-fit: cover;
		cursor:pointer;
      border-radius: 100%;

      -webkit-box-shadow: 1em 1em 0 0 rgba(255, 255, 255, 0.2);
              box-shadow: 1em 1em 0 0 rgba(255, 255, 255, 0.2); }
      @media (max-aspect-ratio: 16 / 9) {
        .score-player .picture-wrapper  > img {
          height: 7.9vw;
          width: 7.9vw; } }
      @media (min-aspect-ratio: 16 / 9) {
        .score-player .picture-wrapper  > img {
          height: 14vh;
          width: 14vh; } }
      @media (max-width: 699px) {
        .score-player .picture-wrapper  > img {
          max-width: 82px;
          max-height: 82px; } }
    .score-player .picture-wrapper > span {
      position: absolute;
      z-index: 3; }
      .score-player .picture-wrapper > span.life--1 {
        left: -0.5em;
        top: 1em; }
      .score-player .picture-wrapper > span.life--2 {
        left: -2em;
        top: 5.5em; }
      .score-player .picture-wrapper > span.life--ko {
        -webkit-filter: brightness(45%);
                filter: brightness(45%); }
      .score-player .picture-wrapper > span.life img {
        width: 4em; }
      .score-player .picture-wrapper > span.name {
        background-color: #FFFFFF;
        border-radius: 6px;
        bottom: -0.3em;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: #137163;
        font-size: 1.8em;
        font-weight: 800;
        left: 0;
        padding: 0.4em;
        text-align: center;
        text-transform: uppercase;
        width: 100%; }
  @media (max-width: 699px) {
    .score-player {
      bottom: 5%;
      left: 23%;
      right: 18%;
      top: auto; }
      .score-player .offset-wrapper .info-wrapper .team__name {
        max-width: 80%;
        overflow: hidden;
        text-overflow: ellipsis; }
      .score-player .picture-wrapper  > img {
        height: 25vw;
        width: 25vw; }
      .score-player .picture-wrapper > span.name {
        bottom: -1em; } }

.title-picture-text {
  background: url(/build/images/bg-shape-3.svg) left 50% bottom 10% no-repeat;
  background-size: contain;
  font-weight: 800;
  position: relative; }
  .title-picture-text__picture {
    height: 10em;
    width: 10em; }
    .title-picture-text__picture img {
      height: 10em;
      width: 10em; }
  .title-picture-text__title {
    color: #28A88E;
    font-size: 8em; }
  .title-picture-text__subtitle {
    color: #137163;
    font-size: 3em; }

.step-title {
  position: absolute;
  top: 8.4%;
  left: 10.4%;
  width: 22%; }
  @media (max-width: 699px) {
    .step-title {
      font-size: 0.6rem; } }
  .step-title__title {
    width: 55%; }
    .step-title__title img {
      max-width: 100%; }
  .step-title__subtitle {
    color: #E25054;
    font-size: 3.4em;
    font-weight: 800;
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
    font-style: italic; }
  @media (min-width: 700px) {
    .step-title .button__text {
      white-space: nowrap; } }
  @media (max-width: 699px) {
    .step-title {
      top: 5%;
      left: -4%;
      width: 65%; }
      .step-title__title {
        width: 65%; } }

.battle-tabs {
  bottom: 5%;
  height: auto;
  left: 0;
  position: absolute;
  width: 100%; }
  @media (max-width: 699px) {
    .battle-tabs {
      font-size: 0.8rem;
		bottom: initial;
      top: 2%; } }
  .battle-tabs__wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin: 0 auto;
    width: 80%; }
    @media (max-width: 699px) {
      .battle-tabs__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .battle-tabs__wrapper .battle-tabs__tab {
      color: #137163;
      font-size: 1.6em;
      font-weight: 800;
      opacity: 0.4;
      text-decoration: none; }
      @media (max-width: 699px) {
        .battle-tabs__wrapper .battle-tabs__tab {
          font-weight: 400;
          line-height: 1.5em; } }
      .battle-tabs__wrapper .battle-tabs__tab--active {
        color: #28A88E;
        opacity: 1;
        position: relative; }
        @media (max-width: 699px) {
          .battle-tabs__wrapper .battle-tabs__tab--active {
            font-weight: 800; } }
        .battle-tabs__wrapper .battle-tabs__tab--active:before {
          border-bottom: 1px solid #333333;
          content: '';
          height: 1.3em;
          left: 0;
          position: absolute;
          top: 0;
          width: 60%; }
        .battle-tabs__wrapper .battle-tabs__tab--active:after {
          border-bottom: 1px solid #28A88E;
          content: '';
          height: 1.3em;
          left: 64%;
          position: absolute;
          top: 0;
          width: 10%; }

.battle-title {
  background: url(/build/images/bg-shape-3.svg) left 50% top 80% no-repeat;
  background-size: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .battle-title__icon > img {
    width: 13em; }
  .battle-title__title {
    color: #28A88E;
    font-size: 8.3em;
    font-weight: 800;
    line-height: 0.9em;
    margin: 0 auto;
    text-align: center; }

.match-option {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 5px #137163;
          box-shadow: 0 0 5px #137163;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 4em 0 4em 1em;
  position: relative;
  width: 100%; }
  @media (max-width: 699px) {
    .match-option {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 0.7rem;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .match-option:before {
    background-size: 100%;
    content: '';
    position: absolute; }
  .match-option--shark:before {
    background: url(/build/images/shark.svg) no-repeat;
    height: 8em;
    left: -3.8em;
    top: 3em;
    width: 8em; }
    @media (max-width: 699px) {
      .match-option--shark:before {
        height: 6em;
        left: 3em;
        top: -3em;
        width: 6em; } }
  .match-option--sword:before {
    background: url(/build/images/sword.svg) no-repeat;
    height: 6em;
    left: -3em;
    top: 2em;
    width: 6em; }
    @media (max-width: 699px) {
      .match-option--sword:before {
        height: 5em;
        left: 3em;
        top: -2.7em;
        width: 5em; } }
  .match-option__content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #28A88E;
    padding-left: 2em;
    width: 65%; }
    @media (max-width: 699px) {
      .match-option__content {
        padding-left: 0;
        padding-bottom: 2em;
        width: 90%; } }
    .match-option__content-title {
      font-size: 3em;
      font-weight: 800;
      padding-bottom: 0.5em; }
      @media (max-width: 699px) {
        .match-option__content-title {
          font-size: 2.5em; } }
    .match-option__content-text {
      font-size: 1.7em; }
  .match-option__button {
    width: 27%; }
    @media (max-width: 699px) {
      .match-option__button {
        width: auto; } }
    .match-option__button .button__text {
      font-size: 1.8em;
      text-transform: uppercase; }

.match-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 5px #137163;
          box-shadow: 0 0 5px #137163;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 800;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }
  @media (max-width: 699px) {
    .match-item {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
  .match-item__team {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%; }
    @media (max-width: 699px) {
      .match-item__team {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 20%; } }
    .match-item__team--right {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media (max-width: 699px) {
        .match-item__team--right {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .match-item__team--winner {
      position: relative; }
      .match-item__team--winner:after {
        background: url(/build/images/winner-cup.svg) no-repeat;
        background-size: 100%;
        content: '';
        height: 4em;
        position: absolute;
        right: -1.5em;
        top: 0;
        width: 3.8em;
        z-index: 2; }
        @media (max-width: 699px) {
          .match-item__team--winner:after {
            right: -3.5em; } }
    .match-item__team--winner.match-item__team--right:after {
      right: unset;
      left: -1.5em; }
      @media (max-width: 699px) {
        .match-item__team--winner.match-item__team--right:after {
          left: -3.5em; } }
    .match-item__team-picture {
      height: 4.2em;
      width: 4.2em; }
      @media (max-width: 699px) {
        .match-item__team-picture {
          padding-top: 0.5em; } }
      .match-item__team-picture > img {
        height: 4.2em;
        width: 4.2em; }
    .match-item__team-name {
      color: #137163;
      font-size: 1.8em;
      padding: 1em; }
      @media (max-width: 699px) {
        .match-item__team-name {
          padding: 0.5em; } }
  .match-item__infos {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(/build/images/bg-match.svg) no-repeat;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.5em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 6em;
    text-transform: uppercase;
    width: 30%; }
    .match-item__infos--playing {
      background: url(/build/images/bg-match-play.svg) no-repeat;
      background-size: 100% 100%;
      position: relative; }
    @media (max-width: 699px) {
      .match-item__infos {
        width: 50%; } }
    .match-item__infos-label, .match-item__infos-label a {
      color: #28A88E;
	  text-decoration:none;
      margin: 1em 0; }
    .match-item__infos-detail, .match-item__infos-detail a {
      color: #FFFFFF;
		text-decoration:none;
	  }
      .match-item__infos-detail--button {
        background: #28A88E;
        border-radius: 10%;
        padding: 0.5em 1em; }
      .match-item__infos--playing .match-item__infos-detail {
        position: absolute;
        bottom: -0.5em; }

.member-item, .member-item a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #137163;
	text-decoration:none;
  }
  .member-item--selected {
    font-weight: 800; }
  @media (max-width: 699px) {
    .member-item {
      font-size: 0.7rem; } }
  .member-item__picture {
    font-size: 1.6em;
    height: 4em;
    width: 4em; }
    .member-item__picture > img {
      border-radius: 100%;
      height: 4em;
      -o-object-fit: cover;
         object-fit: cover;
      width: 4em; }
    .member-item--selected .member-item__picture {
      position: relative; }
      .member-item--selected .member-item__picture:before {
        border: 1px solid #333333;
        border-radius: 100%;
        content: '';
        height: 100%;
        position: absolute;
        right: 2px;
        top: 2px;
        width: 100%; }
      .member-item--selected .member-item__picture:after {
        background: url(/build/images/check.svg) no-repeat;
        content: '';
        height: 38%;
        position: absolute;
        right: -10%;
        top: 0;
        width: 38%; }
  .member-item__name {
    font-size: 2em;
    padding-left: 0.5em; }
    @media (max-width: 699px) {
      .member-item__name {
        font-size: 2em; } }

.members-popin {
  background-color: #FFFFFF;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px #137163;
          box-shadow: 0 0 5px #137163;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: 800;
  height: auto;
  left: 0;
  margin: 0 10%;
  padding: 1em 3em 1em 1em;
  position: absolute;
  top: 50%;
  width: 80%;
  z-index: 5; }
  @media (max-width: 699px) {
    .members-popin {
      font-size: 0.6rem;
      padding-left: 0; } }
  .members-popin .close-icon {
    height: 3em;
    min-width: 15px;
    min-height: 15px;
    right: 1em;
    top: 1em;
    width: 3em; }
  .members-popin .member-item {
    padding: 0.5em 1em;
    width: 50%; }
    @media (max-width: 699px) {
      .members-popin .member-item {
        padding: 1em;
        width: 80%; } }

.team-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #137163;
  font-size: 1.7em; }
  .team-item .checkChecked{
	  display:none;
  }
  .team-item--selected {
    font-weight: 800; }
  .team-item--selected .checkChecked{
	  display:block;
  }
  .team-item--selected .checkUnchecked{
	  display:none;
  }
  .team-item__check {
    width: 2.5em; }
    @media (max-width: 699px) {
      .team-item__check {
        width: 3.5em; } }
    .team-item__check > img {
      width: 100%; }
  .team-item__name {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 0.5em; }
    @media (max-width: 699px) {
      .team-item__name {
        font-size: 1.6em; } }
  .team-item__help {
    background-color: #B9D8D2;
    border-radius: 100%;
    cursor: pointer;
    height: 1.1em;
    width: 1.1em; }
    @media (max-width: 699px) {
      .team-item__help {
        height: 2em;
        width: 2em; } }
    .team-item__help > span {
      font-size: 0.8em;
      font-weight: 400; }
      @media (max-width: 699px) {
        .team-item__help > span {
          font-size: 1.2em; } }

.team-match {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #137163;
  width: 100%; }
  @media (max-width: 699px) {
    .team-match {
      font-size: 0.6rem; } }
  .team-match__name {
    font-size: 3.5em;
    font-weight: 800;
	height:50px;
    line-height: 50px; }
	
    @media (min-width: 699px) {
		.team-match__name.small{
			font-size: 2em;
		}
	}
	
    @media (max-width: 699px) {
      .team-match__name {
        padding-top: 1em; } }
  .team-match__content {
    -webkit-box-shadow: 0 0 5px #137163;
            box-shadow: 0 0 5px #137163;
    border-radius: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    width: 100%; }
    .team-match--winner .team-match__content {
      position: relative; }
      .team-match--winner .team-match__content:before {
        content: '';
        position: absolute;
        background: url(/build/images/winner-cup.svg) no-repeat;
        background-size: 100%;
        height: 5.2em;
        right: 0.4em;
        top: -2.6em;
        width: 5em;
        z-index: 5; }
    .team-match__content .team-match__members {
      margin: 0 auto;
      width: 100%; }
      .team-match__content .team-match__members .team-match__member {
        width: 100%; }
        .team-match__content .team-match__members .team-match__member .member-item {
          font-weight: 800;
          padding: 0.5em 0;
          width: 60%; }
          .team-match__content .team-match__members .team-match__member .member-item__picture {
            font-size: 1.4em; }
          .team-match__content .team-match__members .team-match__member .member-item__name {
            font-size: 1.7em; }
        .team-match__content .team-match__members .team-match__member-state, .team-match__content .team-match__members .team-match__member-score {
          white-space: nowrap;
          width: 35%; }
          @media (max-width: 699px) {
            .team-match__content .team-match__members .team-match__member-state, .team-match__content .team-match__members .team-match__member-score {
              font-size: 0.8rem; } }
        .team-match__content .team-match__members .team-match__member-state {
          padding-right: 10px;
          text-align: right; }
          .team-match__content .team-match__members .team-match__member-state > span {
            border-radius: 0.5em;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            font-size: 1.6em;
            font-weight: 800;
            padding: 0.5em 0.8em 0.3em 0.8em; }
          .team-match__content .team-match__members .team-match__member-state--current > span {
            background-color: #28A88E;
            color: #FFFFFF;
            cursor: pointer; }
          .team-match__content .team-match__members .team-match__member-state--playing > span {
            background-color: #B9D8D2;
            color: #28A88E; }
        .team-match__content .team-match__members .team-match__member-score > img {
          width: 1.5em; }
        .team-match__content .team-match__members .team-match__member-score > span {
          padding: 0 10px;
          font-size: 1.6em; }
    .team-match__content .team-match__score {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 1.6rem;
      font-weight: 800;
      width: 100%; }
      @media (max-width: 699px) {
        .team-match__content .team-match__score {
          font-size: 1.5rem; } }
      .team-match__content .team-match__score-label {
        padding: 0.5em 0 0.5em 3.5em;
        width: 60%; }
      .team-match__content .team-match__score-value {
        padding: 0 10px;
        text-align: right;
        width: 35%; }

.team-pagination__item {
  background-color: #B9D8D2;
  border-radius: 100%;
  height: 1em;
  margin: 0 0.4em;
  width: 1em; }
  .team-pagination__item--selected {
    background-color: #28A88E;
    height: 1.5em;
    width: 1.5em; }

.podium-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2.5em; }
  .podium-item__wrapper {
    border-radius: 24px;
    -webkit-box-shadow: 0 0 5px #137163;
            box-shadow: 0 0 5px #137163; }
    .podium-item__wrapper .podium-item__picture {
      height: 5em;
      width: 5em;
      margin-left: -2.5em; }
      .podium-item__wrapper .podium-item__picture > img {
        border-radius: 100%;
        height: 5em;
        -o-object-fit: cover;
           object-fit: cover;
        width: 5em; }
    .podium-item__wrapper .podium-item__name {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: #137163;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      font-size: 1.8em;
      font-weight: 800;
      padding: 0 1em; }
    .podium-item__wrapper .podium-item__score {
      background-color: #8FD6B4;
      border-radius: 24px;
      padding: 1em 2em; }
      .podium-item__wrapper .podium-item__score-order {
        height: 7em;
        margin-top: -1.5em;
        width: 7em; }
      .podium-item__wrapper .podium-item__score-value {
        color: #137163;
        font-size: 1.6em;
        font-weight: 800; }

.rank-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #137163;
  font-size: 1.6em;
  font-weight: 800;
  margin-bottom: 1.2em;
  padding: 0 1em;
  width: 100%; }
  .rank-item--last {
    background-color: #8FD6B4;
    font-size: 1.8em;
    padding: 0.5em 1em;
    border-radius: 2em; }
  .rank-item__name {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .rank-item__score {
    text-align: right; }

.ranking-board {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  @media (max-width: 699px) {
    .ranking-board {
      font-size: 0.8rem; } }
  .ranking-board__podium {
    width: 48%; }
    @media (max-width: 699px) {
      .ranking-board__podium {
        width: 90%; } }
    .ranking-board__podium .podium-item {
      margin: 1em 0; }
      @media (max-width: 699px) {
        .ranking-board__podium .podium-item {
          margin: 2em 0; } }
  .ranking-board__other {
    margin-top: 1.2em;
    width: 42%; }
    @media (max-width: 699px) {
      .ranking-board__other {
        display: none; } }

.result-tabs {
  width: 100%; }
  @media (max-width: 699px) {
    .result-tabs {
      font-size: 0.8rem; } }
  .result-tabs__wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: 80%; }
    @media (max-width: 699px) {
      .result-tabs__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .result-tabs__wrapper .result-tabs__tab {
      border-right: 1px solid #28A88E;
      font-weight: 800;
      padding: 0.5em 2em; }
      @media (max-width: 699px) {
        .result-tabs__wrapper .result-tabs__tab {
          border-right: none;
          font-weight: 700;
          line-height: 1.5em;
          opacity: 0.3;
          padding: 0.5em 0; } }
      .result-tabs__wrapper .result-tabs__tab-link {
        color: #137163;
        font-size: 1.6em;
        text-decoration: none; }
      .result-tabs__wrapper .result-tabs__tab--active .result-tabs__tab-link {
        border-bottom: 1px solid #137163; }
      @media (max-width: 699px) {
        .result-tabs__wrapper .result-tabs__tab--active {
          opacity: 1; } }
      .result-tabs__wrapper .result-tabs__tab:last-child {
        border-right: none; }

.reward-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2em; }
  @media (max-width: 699px) {
    .reward-block {
      font-size: 0.8rem; } }
  .reward-block__wrapper {
    -webkit-box-shadow: 0 0 5px #137163;
            box-shadow: 0 0 5px #137163;
    border-radius: 24px; }
    .reward-block__wrapper .reward-block__picture {
      height: 4em;
      margin-left: -2em;
      position: relative;
      width: 4em; }
      .reward-block__wrapper .reward-block__picture:before {
        background-color: #B9D8D2;
        border-radius: 100%;
        content: '';
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 1; }
      .reward-block__wrapper .reward-block__picture > img {
        margin-top: -0.7em;
        max-height: 4em;
        max-width: 4em;
        position: relative;
        z-index: 2; }
    .reward-block__wrapper .reward-block__label {
      color: #137163;
      font-size: 1.7em;
      font-weight: 800;
      width: 35%; }
      @media (max-width: 699px) {
        .reward-block__wrapper .reward-block__label {
          width: 45%; } }
    .reward-block__wrapper .reward-block__link {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .reward-block__wrapper .reward-block__link-wrapper {
        border-radius: 24px;
        overflow: hidden;
        padding: 4em 0;
        position: relative; }
        @media (max-width: 699px) {
          .reward-block__wrapper .reward-block__link-wrapper {
            padding: 1em 0; } }
        .reward-block__wrapper .reward-block__link-wrapper:before {
          background-color: #8FD6B4;
          border-radius: 4em;
          bottom: -2em;
          content: '';
          height: 20em;
          left: 10em;
          position: absolute;
          -webkit-transform: rotate(35deg);
                  transform: rotate(35deg);
          -webkit-transform-origin: 0 0;
                  transform-origin: 0 0;
          width: 10em;
          z-index: 1; }
        .reward-block__wrapper .reward-block__link-wrapper > a {
          color: #FFFFFF;
          font-size: 1.5em;
          font-weight: 700;
          position: relative;
          text-decoration: none;
          z-index: 2; }
          @media (max-width: 699px) {
            .reward-block__wrapper .reward-block__link-wrapper > a {
              font-size: 1.3em;
              line-height: 1.5em;
              text-align: center;
              width: 8em; } }
        .reward-block__wrapper .reward-block__link-wrapper:after {
          background-color: #8FD6B4;
          content: '';
          height: 100%;
          position: absolute;
          top: 0;
          right: -5em;
          width: 100%;
          z-index: 1; }

.trophy-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 4em; }
  @media (max-width: 699px) {
    .trophy-item {
      font-size: 0.8rem; } }
  .trophy-item__wrapper {
    border-radius: 24px;
    -webkit-box-shadow: 0 0 5px #137163;
            box-shadow: 0 0 5px #137163;
    color: #137163; }
    .trophy-item__wrapper .trophy-item__picture {
      height: 8.5em;
      margin-top: -4em;
      width: 8.5em; }
      .trophy-item__wrapper .trophy-item__picture > img {
        max-height: 8.5em;
        max-width: 8.5em; }
    .trophy-item__wrapper .trophy-item__content {
      height: 10em; }
      .trophy-item__wrapper .trophy-item__content-name {
        font-size: 1.7em;
        font-weight: 800;
        line-height: 2em; }
      .trophy-item__wrapper .trophy-item__content-description {
        font-size: 1.2em;
        font-weight: 700;
        line-height: 1.4em;
        text-align: center;
        width: 80%; }

.irl-action-title {
  background: url(/build/images/bg-shape-4.svg) 0 0 no-repeat;
  background-size: 90% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #28A88E;
  font-weight: 800;
  padding: 3em 0 1em 2em;
  position: relative; }
  @media (max-width: 699px) {
    .irl-action-title {
      font-size: 0.5rem; } }
  .irl-action-title:before {
    background-size: contain;
    content: '';
    height: 13em;
    left: 0;
    position: absolute;
    top: -3.5em;
    width: 13em; }
    @media (max-width: 699px) {
      .irl-action-title:before {
        height: 60px;
        width: 60px; } }
  .irl-action-title--book:before {
    background: url(/build/images/book.svg) 0 0 no-repeat; }
  .irl-action-title--camera:before {
    background: url(/build/images/camera-old.svg) 0 0 no-repeat; }
  .irl-action-title--hat:before {
    background: url(/build/images/hat.svg) 0 0 no-repeat;
    left: -5em;
    top: 9em; }
    @media (max-width: 699px) {
      .irl-action-title--hat:before {
        left: -20px;
        top: 45px; } }
  .irl-action-title__primary {
    font-size: 8.1em;
    line-height: 0.9em;
    text-align: center; }
  .irl-action-title__secondary {
    color: #137163;
    font-size: 2.4em;
    margin-top: 0.5em;
    text-align: center; }

.irl-gallery-title {
  background: url(/build/images/bg-shape-4.svg) 0 0 no-repeat;
  background-size: 90% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #28A88E;
  font-weight: 800;
  padding: 3em 0 1em 3em;
  position: relative; }
  @media (max-width: 699px) {
    .irl-gallery-title {
      font-size: 0.5rem; } }
  .irl-gallery-title:before {
    background-size: contain;
    content: '';
    height: 13em;
    left: 0;
    position: absolute;
    top: 0;
    width: 13em; }
    @media (max-width: 699px) {
      .irl-gallery-title:before {
		height: 11em;
        left: -3em; } }
  .irl-gallery-title--book:before {
    background: url(/build/images/book.svg) no-repeat; }
  .irl-gallery-title--camera:before {
    background: url(/build/images/camera-old.svg) no-repeat; }
  .irl-gallery-title__title {
    font-size: 8.1em;
    line-height: 0.9em;
    text-align: center; }

.irl-menu-block {
  background-color: #FFFFFF;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 5px rgba(19, 113, 99, 0.3);
          box-shadow: 0 0 5px rgba(19, 113, 99, 0.3);
  color: #28A88E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media (max-width: 699px) {
    .irl-menu-block {
      padding: 5em 0 2em 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .irl-menu-block:before {
    background-size: 100%;
    content: '';
    position: absolute; }
  .irl-menu-block--book:before {
    background: url(/build/images/book.svg) no-repeat #FFFFFF;
    height: 38%;
    left: -5%;
    top: 18%;
    width: 10%; }
    @media (max-width: 699px) {
      .irl-menu-block--book:before {
        width: 12%;
        left: 6%;
        top: 8%; } }
  .irl-menu-block--camera:before {
    background: url(/build/images/camera-old.svg) no-repeat #FFFFFF;
    height: 33%;
    left: -3%;
    top: 18%;
    width: 10%; }
    @media (max-width: 699px) {
      .irl-menu-block--camera:before {
        width: 13%;
        left: 7%;
        top: 6%; } }
  .irl-menu-block--hat:before {
    background: url(/build/images/hat.svg) no-repeat #FFFFFF;
    height: 27%;
    left: -7%;
    top: 18%;
    width: 14%; }
    @media (max-width: 699px) {
      .irl-menu-block--hat:before {
        width: 17%;
        left: 4%;
        top: 12%; } }
  .irl-menu-block__content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    padding: 3% 5% 3% 12%;
    width: 77%; }
    @media (max-width: 699px) {
      .irl-menu-block__content {
        width: 100%;
        padding: 0 5% 5% 22%;
        position: relative; } }
    .irl-menu-block__content .irl-menu-block__title {
      font-size: 3.5em;
      font-weight: 800;
      padding-bottom: 2%; }
      @media (max-width: 699px) {
        .irl-menu-block__content .irl-menu-block__title {
          font-size: 3.8em;
          padding-bottom: 4%; } }
    .irl-menu-block__content .irl-menu-block__text {
      font-size: 1.5em; }
      @media (max-width: 699px) {
        .irl-menu-block__content .irl-menu-block__text {
          font-size: 2.4em; } }
    .irl-menu-block__content .irl-menu-block__gallery-desktop {
      padding-top: 3%;
	display:block;
	text-decoration:none;
	  }
      @media (max-width: 699px) {
        .irl-menu-block__content .irl-menu-block__gallery-desktop {
          display: none; } }
      .irl-menu-block__content .irl-menu-block__gallery-desktop .irl-menu-block__gallery-text {
        background-color: #B9D8D2;
        border-radius: 24px;
        color: #0F4035;
        font-size: 1.5em;
        padding: 0.5em 1.2em; }
  .irl-menu-block__action {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33%; }
    @media (max-width: 699px) {
      .irl-menu-block__action {
        width: 100%;
        position: relative; } }
    .irl-menu-block__action .button {
      width: 85%; }
      @media (max-width: 699px) {
        .irl-menu-block__action .button {
          width: 40%; } }
      .irl-menu-block__action .button__text {
        font-size: 2.5em; }
        @media (max-width: 699px) {
          .irl-menu-block__action .button__text {
            font-size: 3.5em; } }
    .irl-menu-block__action .irl-menu-block__gallery-mobile {
      display: none; }
      @media (max-width: 699px) {
        .irl-menu-block__action .irl-menu-block__gallery-mobile {
          background-color: #B9D8D2;
          border-radius: 25px;
          display: block;
          height: 25px;
		  padding-left:5px;
		  padding-right:5px;
		  line-height:27px;
          position: absolute;
          right: 9%;
          top: 8%; } }
      .irl-menu-block__action .irl-menu-block__gallery-mobile .irl-menu-block__gallery-picture {
		  display:block;
        height: 23px;
		text-decoration:none;
		color:#0F4035;
		font-size: 1.5em;
		}

.irl-picture-item {
  position: relative; }
  @media (max-width: 699px) {
    .irl-picture-item {
      font-size: 0.7rem; } }
  .irl-picture-item__photo {
    height: 100%;
    width: 100%; }
    .irl-picture-item__photo > img {
      border-radius: 1em;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
    .irl-picture-item__photo .irl-picture-item__infos {
      background-color: #FFFFFF;
      border-top-right-radius: 1em;
      bottom: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: #137163;
      font-size: 1.7em;
      height: 21%;
      left: -0.4em;
      padding-right: 0.8em;
      position: absolute;
      width: 66%; }
      @media (max-width: 699px) {
        .irl-picture-item__photo .irl-picture-item__infos {
          height: 26%;
          width: 90%; } }
      .irl-picture-item__photo .irl-picture-item__infos-author {
        background-color: #B9D8D2;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0.4em 0.2em 0.2em 0.2em;
        border-radius: 0.5em;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        height: 85%;
        max-width: 66%; }
        .irl-picture-item__photo .irl-picture-item__infos-author > span {
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
      .irl-picture-item__photo .irl-picture-item__infos-like {
        padding: 0 0.4em; }
        .irl-picture-item__photo .irl-picture-item__infos-like--green {
          color: #71AAA1; }
        .irl-picture-item__photo .irl-picture-item__infos-like--red {
          color: #C2454B; }
      .irl-picture-item__photo .irl-picture-item__infos-heart {
        height: 1.6em;
        width: 1.6em; }
        .irl-picture-item__photo .irl-picture-item__infos-heart > img {
          max-height: 100%;
          max-width: 100%; }

.irl-story-item {
  background-color: #FFFFFF;
  border-radius: 1em;
  -webkit-box-shadow: 0 0 5px #137163;
          box-shadow: 0 0 5px #137163;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #28A88E;
  padding: 5%;
  overflow: hidden; }
  @media (max-width: 699px) {
    .irl-story-item {
      font-size: 0.7rem; } }
  .irl-story-item__header {
    font-size: 1em;
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 699px) {
      .irl-story-item__header {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .irl-story-item__header .irl-story-item__publish {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (max-width: 699px) {
        .irl-story-item__header .irl-story-item__publish {
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .irl-story-item__header .irl-story-item__publish-author {
        font-size: 2.9em;
        font-weight: 800;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        @media (max-width: 699px) {
          .irl-story-item__header .irl-story-item__publish-author {
            width: 100%; } }
      .irl-story-item__header .irl-story-item__publish-date {
        color: rgba(113, 170, 161, 0.6);
        font-size: 1.8em;
        text-align: right; }
        @media (max-width: 699px) {
          .irl-story-item__header .irl-story-item__publish-date {
            text-align: left;
            width: 100%; } }
    .irl-story-item__header .irl-story-item__like {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (max-width: 699px) {
        .irl-story-item__header .irl-story-item__like {
          width: 30%; } }
      .irl-story-item__header .irl-story-item__like-count {
        font-size: 2em;
        padding: 0 0.3em 0 1em;
        text-align: right; }
        @media (max-width: 699px) {
          .irl-story-item__header .irl-story-item__like-count {
            font-size: 2.5em; } }
      .irl-story-item__header .irl-story-item__like--green .irl-story-item__like-count {
        color: #71AAA1; }
      .irl-story-item__header .irl-story-item__like--red .irl-story-item__like-count {
        color: #C2454B; }
      .irl-story-item__header .irl-story-item__like-heart {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-top: -0.3em;
        width: 2.6em; }
        .irl-story-item__header .irl-story-item__like-heart > img {
          max-width: 100%; }
  .irl-story-item__text {
    height: auto;
    font-size: 1.5em;
    line-height: 1.2em;
    margin-top: 2em;
    width: 100%; }
    @media (max-width: 699px) {
      .irl-story-item__text {
        margin-top: 1.5em; } }

.irl-title {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #137163;
  position: relative;
  padding: 0 0 0 3em; }
  .irl-title--full {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(/build/images/bg-shape-5.svg) left 50% bottom 0 no-repeat;
    background-size: 65% 65%;
    padding: 0 0 2em 0; }
  @media (max-width: 699px) {
    .irl-title {
      font-size: 0.5rem; } }
  .irl-title__primary {
    font-weight: 800;
    position: relative; }
    .irl-title__primary-value {
      font-size: 6.1em; }
    .irl-title--full .irl-title__primary-value {
      font-size: 8.7em; }
      @media (max-width: 699px) {
        .irl-title--full .irl-title__primary-value {
          font-size: 7em; } }
    .irl-title__primary-leaf {
      height: 3.5em;
      left: -4em;
      position: absolute;
      top: 0;
      -webkit-transform: rotate(-80deg);
              transform: rotate(-80deg);
      width: 3.5em; }
      .irl-title--full .irl-title__primary-leaf {
        height: 6em;
        left: 4em;
        top: -5em;
        width: 6em; }
        @media (max-width: 699px) {
          .irl-title--full .irl-title__primary-leaf {
            left: -7em;
            top: -2em; } }
      .irl-title__primary-leaf img {
        max-height: 100%;
        max-width: 100%; }
    .irl-title__primary-reed {
      bottom: 2em;
      height: 8em;
      position: absolute;
      right: -5em;
      width: 4em; }
      .irl-title--full .irl-title__primary-reed {
        bottom: 2em;
        height: 16em;
        right: -8em;
        width: 8em; }
        @media (max-width: 699px) {
          .irl-title--full .irl-title__primary-reed {
            bottom: 0;
            height: 10em;
            right: -6em;
            width: 6em; } }
      .irl-title__primary-reed img {
        max-height: 100%;
        max-width: 100%; }
  .irl-title__secondary {
    color: #28A88E;
    font-weight: 700;
    margin-top: -1em;
    position: relative; }
    .irl-title__secondary-value {
      font-size: 2.5em; }
      @media (max-width: 699px) {
        .irl-title__secondary-value {
          font-size: 3.2em; } }
    .irl-title--full .irl-title__secondary-value {
      color: #137163; }
    .irl-title__secondary-leaf {
      bottom: -1em;
      height: 3em;
      position: absolute;
      right: -4em;
      -webkit-transform: rotate(120deg);
              transform: rotate(120deg);
      width: 3em; }
      .irl-title--full .irl-title__secondary-leaf {
        height: 5em;
        left: -6em;
        right: unset;
        -webkit-transform: rotate(210deg);
                transform: rotate(210deg);
        width: 5em; }
      .irl-title__secondary-leaf img {
        max-height: 100%;
        max-width: 100%; }

.progress-bar {
  color: #28A88E;
  font-size: 2.2em;
  font-weight: 700; }
  .progress-bar__start {
    text-align: right;
    width: 10%; }
  .progress-bar__wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 90%;
    margin: 0 0.5em;
    position: relative;
    width: 80%; }
    .progress-bar__wrapper:before, .progress-bar__wrapper .corner__coin, .progress-bar__wrapper:after {
      height: 50%;
      border-color: #333333; }
    .progress-bar__wrapper:before {
      border-top-right-radius: 2em; }
    .progress-bar__wrapper .corner__coin {
      border-color: #137163;
      border-top-left-radius: 2em; }
      .progress-bar__wrapper .corner__coin:after {
        content: "";
        position: absolute;
        left: -2px;
        bottom: -2px;
        height: 4px;
        width: 3px;
        background: #FFFFFF; }
    .progress-bar__wrapper:after {
      border-bottom-left-radius: 2em;
      border-bottom-right-radius: 2em; }
    .progress-bar__wrapper .progress-bar__content {
      height: 80%;
      position: relative;
      width: 95%; }
      .progress-bar__wrapper .progress-bar__content:before {
        border: 1px solid #333333;
        border-radius: 2em;
        content: '';
        height: 100%;
        left: -1px;
        position: absolute;
        top: -1px;
        width: 100%;
        z-index: 3; }
      .progress-bar__wrapper .progress-bar__content .progress-bar__fill {
        background-color: #B9D8D2;
        border-radius: 2em;
        height: 100%;
        -webkit-transform: translate(-2px, 2px);
                transform: translate(-2px, 2px); }
        .progress-bar--red .progress-bar__wrapper .progress-bar__content .progress-bar__fill {
          background-color: #E25054; }
      .progress-bar__wrapper .progress-bar__content .progress-bar__cursor {
        position: absolute;
        height: 140%;
        left: 42%;
        top: -19%;
        width: auto;
        z-index: 4; }
        .progress-bar__wrapper .progress-bar__content .progress-bar__cursor > img {
          height: 100%; }
  .progress-bar__end {
    width: 10%; }

.quiz-question {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%; }
  @media (min-width: 700px) {
    .quiz-question {
      background: url(/build/images/bg-question-right.svg) 0 0 no-repeat;
      background-size: 100% 100%; } }
  @media (max-width: 699px) {
    .quiz-question {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 0.7rem; } }
  .quiz-question__query-wrapper {
    width: 55%;
    z-index: 2; }
    @media (max-width: 699px) {
      .quiz-question__query-wrapper {
        background-color: #8FD6B4;
        border-top-left-radius: 1em;
        border-top-right-radius: 1em;
        width: 100%; } }
    .quiz-question__query-wrapper .quiz-question__query-content {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: #28A88E;
      padding: 2em;
	  padding-right:4em;
      width: 100%; }
      @media (max-width: 699px) {
        .quiz-question__query-wrapper .quiz-question__query-content {
          padding-bottom: 1em; } }
      .quiz-question__query-wrapper .quiz-question__query-content .quiz-question__question {
        color: #FFFFFF;
        font-weight: 800;
        font-size: 2.2em; }
      .quiz-question__query-wrapper .quiz-question__query-content .quiz-question__text {
        font-size: 2em;
        line-height: 1.3em;
/*        max-height: 3em;
        text-overflow: ellipsis;
        overflow: hidden;*/
        margin: 1em 0; }
      .quiz-question__query-wrapper .quiz-question__query-content .quiz-question__text-more {
        font-size: 1.6em;
        font-weight: 800;
        cursor: pointer; }
  .quiz-question__result-wrapper {
    position: relative;
    width: 45%;
    z-index: 2; }
    @media (max-width: 699px) {
      .quiz-question__result-wrapper {
        background: url(/build/images/bg-question-mobile-right.svg) 0 0 no-repeat #8FD6B4;
        background-size: 100% 100%;
        border-bottom-left-radius: 1em;
        border-bottom-right-radius: 1em;
        width: 100%; } }
    .quiz-question__result-wrapper .quiz-question__result-content {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: #8FD6B4;
      font-style: italic;
      font-weight: 800;
      width: 100%; }
      @media (max-width: 699px) {
        .quiz-question__result-wrapper .quiz-question__result-content {
          padding: 2em; } }
      .quiz-question__result-wrapper .quiz-question__result-content .quiz-question__response {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 2em;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%; }
        @media (max-width: 699px) {
          .quiz-question__result-wrapper .quiz-question__result-content .quiz-question__response {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
                -ms-flex-align: end;
                    align-items: flex-end; } }
        .quiz-question__result-wrapper .quiz-question__result-content .quiz-question__response-label {
          line-height: 1em;
          max-width: 50%;
          text-align: center;
          text-transform: uppercase;
          -webkit-transform: scale(1, 1.3);
                  transform: scale(1, 1.3);
          white-space: nowrap; }
          @media (max-width: 699px) {
            .quiz-question__result-wrapper .quiz-question__result-content .quiz-question__response-label {
              max-width: 40%; } }
        .quiz-question__result-wrapper .quiz-question__result-content .quiz-question__response-value {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          color: #045946;
          font-size: 1em;
          font-style: normal;
		  padding-left:1em;
		  padding-right:1em;
		  overflow:hidden;
          padding-top: 1em; }
          @media (max-width: 699px) {
            .quiz-question__result-wrapper .quiz-question__result-content .quiz-question__response-value {
              -webkit-box-flex: 1;
              -webkit-flex-grow: 1;
                  -ms-flex-positive: 1;
                      flex-grow: 1;
              padding-top: 0;
              text-align: center; } }
  .quiz-question__index {
    color: #8FD6B4;
    font-size: 1.3em;
    font-style: italic;
    font-weight: 800;
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 3; }
    @media (max-width: 699px) {
      .quiz-question__index {
        display: none; } }
  .quiz-question__icon {
    background: url(/build/images/check.svg) no-repeat;
    height: 5em;
    position: absolute;
    right: -2.5em;
    top: 35%;
    width: 5em;
    z-index: 3; }
    @media (max-width: 699px) {
      .quiz-question__icon {
        height: 4em;
        right: -2em;
        top: 25%;
        width: 4em; } }
  @media (min-width: 700px) {
    .quiz-question--wrong {
      background: url(/build/images/bg-question-wrong.svg) 0 0 no-repeat;
      background-size: 100% 100%; } }
  @media (max-width: 699px) {
    .quiz-question--wrong .quiz-question__query-wrapper {
      background-color: #E25054; } }
  .quiz-question--wrong .quiz-question__query-wrapper .quiz-question__query-content {
    color: #4e221e; }
  @media (max-width: 699px) {
    .quiz-question--wrong .quiz-question__result-wrapper {
      background: url(/build/images/bg-question-mobile-wrong.svg) 0 0 no-repeat #E25054;
      background-size: 100% 100%; } }
  .quiz-question--wrong .quiz-question__result-wrapper .quiz-question__result-content {
    color: #E2725B; }
    .quiz-question--wrong .quiz-question__result-wrapper .quiz-question__result-content .quiz-question__response-value {
      color: #E25054; }
  .quiz-question--wrong .quiz-question__index {
    color: #E2725B; }
  .quiz-question--wrong .quiz-question__icon {
    background: url(/build/images/cross.svg) no-repeat; }

.quiz-title {
  color: #137163; }
  @media (max-width: 699px) {
    .quiz-title {
      font-size: 0.6rem; } }
  .quiz-title__symbol {
    width: 25%;
    margin-bottom: 1.5em; }
  .quiz-title__chapter {
    font-size: 2.5em;
    font-weight: 700; }
    @media (min-width: 700px) {
      .quiz-title__chapter {
        line-height: 1.5em; } }
  .quiz-title__text {
    font-size: 8.6em;
    font-weight: 800;
    text-transform: uppercase; }

.quiz-value {
  font-weight: 800; }
  .quiz-value__title {
    font-size: 2.5em;
    color: #8FD6B4; }
    @media (max-width: 699px) {
      .quiz-value__title {
        font-size: 1.4rem; } }
    .quiz-value__title--column {
      -webkit-transform: translateY(0.2em);
              transform: translateY(0.2em);
      margin-bottom: 0.5em; }
    .quiz-value__title--row {
      margin-right: 0.5em;
      max-width: 4.5em;
      -webkit-transform: translateY(-1em);
              transform: translateY(-1em); }
  .quiz-value__value {
    color: #28A88E;
	margin-right: 0.5em;
    font-size: 8.5em; }
    @media (max-width: 699px) {
      .quiz-value__value {
        font-size: 4.4rem;
        -webkit-transform: translateY(-0.1em);
                transform: translateY(-0.1em); } }
    .quiz-value__value--down {
      font-size: 50%; }

.team-battle-title {
  color: #FFFFFF;
  left: 15%;
  position: absolute;
  text-align: center;
  top: 8.8%;
  -webkit-transform: rotate(-5deg) scaleX(0.9);
          transform: rotate(-5deg) scaleX(0.9); }
  @media (max-width: 699px) {
    .team-battle-title {
      font-size: 0.8rem;
      left: 4%;
      top: 5%; } }
  .team-battle-title__value {
    font-size: 8.3em;
    font-style: italic;
    font-weight: 800;
    line-height: 0.76em;
    text-transform: uppercase; }
    @media (max-width: 699px) {
      .team-battle-title__value--2 {
        font-size: 5em; } }

@media (max-width: 699px) and (max-aspect-ratio: 1 / 1) {
  .container__image-wrapper--hold .svg-wrapper {
    -webkit-transform: translateX(calc(-66% + 40vw));
            transform: translateX(calc(-66% + 40vw)); } }

@media (max-width: 699px) and (min-aspect-ratio: 1 / 1) {
  .container__image-wrapper--hold .svg-wrapper {
    -webkit-transform: translateX(calc(-44% + 40vw));
            transform: translateX(calc(-44% + 40vw)); } }

@media (max-width: 699px) {
  .container__image-wrapper--hold .candle-wrapper {
    display: none; } }

.battle-build-team {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 95%;
  width: 100%; }
  @media (max-width: 699px) {
    .battle-build-team {
      font-size: 0.6rem;
      padding-top: 17%; } }
  .battle-build-team__title {
    height: 30%; }
    @media (max-width: 699px) {
      .battle-build-team__title {
        height: 35%;
		min-height:150px;
		} }
  .battle-build-team__content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 40%;
    padding-top: 5%;
    width: 100%; }
    .battle-build-team__content-title {
      color: #137163;
      font-size: 3em;
      font-weight: 800;
      height: 12%;
      text-align: center; }
      @media (max-width: 699px) {
        .battle-build-team__content-title {
          margin-top: 16px; } }
    .battle-build-team__content-input {
      height: 15%;
      text-align: center;
      width: 100%; }
      .battle-build-team__content-input > button {
		position:relative;
		width:70px;
		left:-35px;
		height:50px;
		cursor:pointer;
		opacity:0;
	  }
      .battle-build-team__content-input > input {
        background: url(/build/images/magnificient-glass.svg) right 1em top 50% no-repeat #B9D8D2;
        background-size: auto 60%;
        padding-right: 4em;
		position:relative;
		left:35px;
        width: 50%; }
        @media (max-width: 699px) {
          .battle-build-team__content-input > input {
            width: 70%; } }
    .battle-build-team__content-members {
      height: 60%;
      margin: 0 auto;
      width: 85%; }
      @media (max-width: 699px) {
        .battle-build-team__content-members {
          width: 65%; } }
      .battle-build-team__content-members .battle-build-team__members {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 80%;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        overflow-y: auto;
        padding-left: 10%;
        width: 100%; }
        .battle-build-team__content-members .battle-build-team__members .member-item {
          padding: 0.5em 1em;
          width: 50%; }
          @media (max-width: 699px) {
            .battle-build-team__content-members .battle-build-team__members .member-item {
              padding: 1em;
              width: 80%; } }
        @media (max-width: 699px) {
          .battle-build-team__content-members .battle-build-team__members {
            padding-left: 0%; } }
  .battle-build-team__button {
    height: 15%;
    width: 37%; }
    @media (max-width: 699px) {
      .battle-build-team__button {
        width: auto; } }

.battle-challenge {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 90%;
  width: 100%; }
  @media (max-width: 699px) {
    .battle-challenge {
      font-size: 0.6rem;
      padding-top: 22%; } }
  .battle-challenge__content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 40%;
    padding-top: 5%;
    width: 100%; }
    .battle-challenge__content-title {
      color: #137163;
      font-size: 3em;
      font-weight: 800;
      text-align: center; }
    .battle-challenge__content-input {
      text-align: center;
      width: 100%; }
      .battle-challenge__content-input > button {
		position:relative;
		width:70px;
		left:-35px;
		height:50px;
		cursor:pointer;
		opacity:0;
	  }
      .battle-challenge__content-input > input {
        background: url(/build/images/magnificient-glass.svg) right 1em top 50% no-repeat #B9D8D2;
        background-size: auto 60%;
        padding-right: 4em;
		position:relative;
		left:35px;
        width: 50%; }
        @media (max-width: 699px) {
          .battle-challenge__content-input > input {
            width: 70%; } }
    .battle-challenge__content-teams {
      height: 60%;
      margin: 0 auto;
      width: 85%; }
      @media (max-width: 699px) {
        .battle-challenge__content-teams {
          width: 65%; } }
      .battle-challenge__content-teams .battle-challenge__teams {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 80%;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        overflow-y: auto;
        position: relative;
        padding-left: 10%;
        width: 100%; }
        @media (max-width: 699px) {
          .battle-challenge__content-teams .battle-challenge__teams {
            padding-left: 0%; } }
        .battle-challenge__content-teams .battle-challenge__teams .team-item {
          padding: 0.5em 1em;
          width: 45%; }
          @media (max-width: 699px) {
            .battle-challenge__content-teams .battle-challenge__teams .team-item {
              padding: 0.5em 2em 0.5em 1em;
              width: 100%; } }
        .battle-challenge__content-teams .battle-challenge__teams .battle-challenge__popin {
          height: auto;
          position: absolute;
          width: 100%; }
    .battle-challenge__content-pagination {
      margin: 1em 0; }
      @media (max-width: 699px) {
        .battle-challenge__content-pagination {
          margin: 20px 0; } }
  .battle-challenge__button {
    width: 37%; }
    @media (max-width: 699px) {
      .battle-challenge__button {
        width: auto; } }

.match-history {
  height: 100%;
  width: 100%; }
  @media (max-width: 699px) {
    .match-history {
      font-size: 0.6rem; } }
  .match-history__title {}
  .match-history__subtitle {
    color: #137163;
    font-size: 3.1em;
    font-weight: 800; }
  .match-history__button {
    height: 15%;
    width: 30%; }
    .match-history__button .button__text {
      font-size: 2.5em;
      text-transform: uppercase; }
  .match-history__content {
    height: 40%;
    overflow-y: auto;
    width: 100%; }
    .match-history__content-wrapper {
      margin: 0 auto;
      width: 85%; }
      .match-history__content-wrapper .match-item {
        margin: 1em 0; }

.match-pending {
  height: 100%;
  width: 100%; }
  @media (max-width: 699px) {
    .match-pending {
      font-size: 0.6rem; } }
  .match-pending__title {
    height: 25%; }
  .match-pending__subtitle {
    color: #137163;
    font-size: 3.1em;
    font-weight: 800;
    height: 5%; }
    .match-pending__subtitle-picture {
      padding-right: 0.5em;
      height: 1em;
      width: 1em; }
      .match-pending__subtitle-picture > img {
        height: 1em;
        width: 1em; }
  .match-pending__content {
    height: 50%;
    width: 85%; }
    @media (max-width: 699px) {
      .match-pending__content {
        overflow-y: auto; } }
    .match-pending__content-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      width: 100%; }
      @media (max-width: 699px) {
        .match-pending__content-wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          height: auto;
          padding: 1em 0; } }
      .match-pending__content-wrapper .team-match {
        width: 45%; }
        @media (max-width: 699px) {
          .match-pending__content-wrapper .team-match {
            width: 85%; } }

.match-start {
  height: 100%;
  width: 100%; }
  @media (max-width: 699px) {
    .match-start {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 0.6rem;
      padding-top: 17%; } }
  .match-start__title {
    height: 30%; }
    @media (max-width: 699px) {
      .match-start__title {
        height: 35%; } }
  .match-start__content {
    height: 50%;
    width: 90%; }
    @media (max-width: 699px) {
      .match-start__content {
        overflow-y: auto; } }
    .match-start__content .match-option {
      margin: 3.5em auto 5em auto;
      width: 90%; }
      .match-start__content .match-option:last-child {
        margin-bottom: 2em; }

.battle-name-team {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 95%;
  width: 100%; }
  @media (max-width: 699px) {
    .battle-name-team {
      font-size: 0.6rem;
      padding-top: 10%; } }
  .battle-name-team__title {
    height: 35%; }
    @media (max-width: 699px) {
      .battle-name-team__title {
        height: 40%; } }
  .battle-name-team__content {
    height: 25%;
    width: 100%; }
    .battle-name-team__content-title {
      color: #137163;
      font-size: 3em;
      font-weight: 800;
      line-height: 2em;
      text-align: center; }
    .battle-name-team__content-input {
      text-align: center;
      width: 100%; }
      .battle-name-team__content-input > input {
        width: 50%; }
        @media (max-width: 699px) {
          .battle-name-team__content-input > input {
            width: 70%; } }
  .battle-name-team__button {
    height: 15%;
    width: 37%; }
    @media (max-width: 699px) {
      .battle-name-team__button {
        width: auto; } }

.map-title {
  left: 5.4%;
  position: absolute;
  top: 8%;
  width: 20%; }
  @media (max-width: 699px) {
    .map-title {
      display: none; } }
  .map-title > img {
    max-width: 100%; }

.map-content {
  height: 100%;
  margin: 0 auto;
  padding-left: 4%;
  width: 50%; }
  @media (max-width: 699px) {
    .map-content {
      font-size: 0.5rem;
      padding-left: 0;
      width: 90%; } }
  .map-content__title {
    font-size: 6.5em;
    font-style: italic;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-transform: rotate(-5deg) scaleX(0.8);
            transform: rotate(-5deg) scaleX(0.8);
    white-space: nowrap; }
  .map-content__text {
    font-size: 2em;
    margin-top: 2em;
    text-align: center;
    width: 66%; }
    @media (max-width: 699px) {
      .map-content__text {
        font-size: 3em;
        width: 100%; } }
  .map-content__map {
    position: relative;
    height: 27em;
    margin: 6em 0 6em 0;
    width: 53.7em; }
    .map-content__map-picture {
      position: absolute;
      max-height: 100%;
      max-width: 100%;
      opacity: 0.2; }
      .map-content__map-picture--1 {
        right: 0;
        top: 0;
        -webkit-transform: translate(0.9em, -1.3em);
                transform: translate(0.9em, -1.3em); }
      .map-content__map-picture--2 {
        left: 0;
        top: 0;
        -webkit-transform: translate(0.4em, -0.7em);
                transform: translate(0.4em, -0.7em); }
      .map-content__map-picture--3 {
        bottom: 0;
        left: 0;
        -webkit-transform: translate(-0.3em, 0.4em);
                transform: translate(-0.3em, 0.4em); }
      .map-content__map-picture--4 {
        bottom: 0;
        right: 0;
        -webkit-transform: translate(0.6em, 0.1em);
                transform: translate(0.6em, 0.1em); }
      .map-content--1 .map-content__map-picture--1 {
        -webkit-animation: highlight 1s ease-in-out infinite;
                animation: highlight 1s ease-in-out infinite; }

@-webkit-keyframes highlight {
  0% {
    opacity: 0.7; }
  10% {
    opacity: 1; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }

@keyframes highlight {
  0% {
    opacity: 0.7; }
  10% {
    opacity: 1; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }
      .map-content--2 .map-content__map-picture--1 {
        opacity: 1; }
      .map-content--3 .map-content__map-picture--1 {
        opacity: 1; }
      .map-content--4 .map-content__map-picture--1 {
        opacity: 1; }
      .map-content--2 .map-content__map-picture--2 {
        -webkit-animation: highlight 1s ease-in-out infinite;
                animation: highlight 1s ease-in-out infinite; }

@keyframes highlight {
  0% {
    opacity: 0.7; }
  10% {
    opacity: 1; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }
      .map-content--3 .map-content__map-picture--2 {
        opacity: 1; }
      .map-content--4 .map-content__map-picture--2 {
        opacity: 1; }
      .map-content--3 .map-content__map-picture--3 {
        -webkit-animation: highlight 1s ease-in-out infinite;
                animation: highlight 1s ease-in-out infinite; }

@keyframes highlight {
  0% {
    opacity: 0.7; }
  10% {
    opacity: 1; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }
      .map-content--4 .map-content__map-picture--3 {
        opacity: 1; }
      .map-content--4 .map-content__map-picture--4 {
        -webkit-animation: highlight 1s ease-in-out infinite;
                animation: highlight 1s ease-in-out infinite; }

@keyframes highlight {
  0% {
    opacity: 0.7; }
  10% {
    opacity: 1; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }
  .map-content__button {
    width: 63%; }
    @media (max-width: 699px) {
      .map-content__button {
        width: 80%; } 
      .map-content__button .button {
        width: 100%; } 
		
		}
    @media (max-width: 399px) {
      .map-content__button {
        width: 100%; } 
		}

@media (max-width: 699px) and (max-aspect-ratio: 1 / 1) {
  .container__image-wrapper--wheelhouse .page-background {
    -webkit-transform: translateX(calc(-33% + 40vw));
            transform: translateX(calc(-33% + 40vw)); } }

@media (max-width: 699px) and (min-aspect-ratio: 1 / 1) {
  .container__image-wrapper--wheelhouse .page-background {
    -webkit-transform: translateX(calc(-40% + 40vw));
            transform: translateX(calc(-40% + 40vw)); } }

.storm-message {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  padding: 5% 21% 5% 5%;
  width: 100%; }
  @media (max-width: 699px) {
    .storm-message {
      font-size: 0.7rem;
      padding: 11% 3% 44% 7%; } }
  .storm-message__content {
    color: #333333;
    width: 85%; }
    .storm-message__content-title {
      color: #0F4035;
      font-size: 2.4em;
      font-weight: 700; }
    .storm-message__content-text > p {
      font-size: 1.9em;
      margin: 1.5em 0; }
    .storm-message__content-text li {
      font-size: 1.9em;
      list-style: none;
      margin-bottom: 0.4em;
      position: relative; }
      @media (max-width: 699px) {
        .storm-message__content-text li {
          margin: 0 0 0 0.4em; } }
      @media (min-width: 700px) {
        .storm-message__content-text li:before {
          color: #0F4035;
          content: "\2022";
          font-size: 2em;
          left: -0.6em;
          position: absolute;
          top: -0.3em; } }

@media (max-width: 699px) and (max-aspect-ratio: 1 / 1) {
  .container__image-wrapper--quay .page-background {
    -webkit-transform: translateX(calc(-63% + 40vw));
            transform: translateX(calc(-63% + 40vw)); } }

@media (max-width: 699px) and (min-aspect-ratio: 1 / 1) {
  .container__image-wrapper--quay .page-background {
    -webkit-transform: translateX(calc(-40% + 40vw));
            transform: translateX(calc(-40% + 40vw)); } }

.quay-welcome-message {
  height: 100%;
  text-align: center;
  width: 100%; }
  @media (max-width: 699px) {
    .quay-welcome-message {
      font-size: 0.8rem; } }
  .quay-welcome-message__title {
    color: #045946;
    font-family: 'Caveat', cursive;
    font-size: 4em;
    font-weight: 700; }
  .quay-welcome-message__content {
    color: #333333;
    width: 60%; }
    @media (max-width: 699px) {
      .quay-welcome-message__content {
        width: 70%; } }
    .quay-welcome-message__content > p {
      font-family: 'Caveat', cursive;
      font-size: 2.8em;
      line-height: 1.2em;
      margin: 1em 0; }
      @media (max-width: 699px) {
        .quay-welcome-message__content > p {
          font-size: 3em; } }
  .quay-welcome-message__button {
    text-align: center;
    margin-top: 2em;
    width: 100%; }
    .quay-welcome-message__button .button {
      display: none;
      margin: 0 auto;
      width: 66%; }
      @media (max-width: 699px) {
        .quay-welcome-message__button .button {
          width: 50%; } }
      @media (max-width: 699px) {
        .quay-welcome-message__button .button:not(.button--big) {
          display: block; } }
      @media (min-width: 700px) {
        .quay-welcome-message__button .button.button--big {
          display: block; } }

@media (max-width: 699px) {
  .container__image-wrapper--deck {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #64A78F), color-stop(50%, #85C1D4));
    background: linear-gradient(to top, #64A78F 50%, #85C1D4 50%); } }
  @media (max-width: 699px) and (max-aspect-ratio: 1 / 1) {
    .container__image-wrapper--deck .page-background {
      -webkit-transform: scale(0.8) translate(calc(-52% + 40vw), -12%);
              transform: scale(0.8) translate(calc(-52% + 40vw), -12%); } }
  @media (max-width: 699px) and (min-aspect-ratio: 1 / 1) {
    .container__image-wrapper--deck .page-background {
      -webkit-transform: scale(1) translate(calc(-40% + 40vw));
              transform: scale(1) translate(calc(-40% + 40vw)); } }

@media (max-width: 699px) {
    .container__image-wrapper--deck .container__content-wrapper:before {
      content: "";
      position: absolute;
      top: 80vh;
      height: 1vh;
      left: 0;
      width: 100%;
      background: #64A78F; } }
    @media (max-width: 699px) and (min-aspect-ratio: 1 / 1) {
      .container__image-wrapper--deck .container__content-wrapper:before {
        display: none; } }

.journey-message {
  height: 100%;
  width: 100%; }
  @media (max-width: 699px) {
    .journey-message {
      font-size: 1rem; } }
  .journey-message__content {
    text-align: center;
    position: relative;
    width: 43%; }
    @media (max-width: 699px) {
      .journey-message__content {
        width: 80%; } }
    .journey-message__content:before {
      border-radius: 100%;
      -webkit-box-shadow: 0 0 10em 25em #FFFFFF;
              box-shadow: 0 0 10em 25em #FFFFFF;
      content: '';
      height: 2%;
      left: 40%;
      opacity: 0.8;
      position: absolute;
      top: 49%;
      width: 20%;
      z-index: 1; }
      @media (max-width: 699px) {
        .journey-message__content:before {
          -webkit-box-shadow: 0 0 10em 20em #FFFFFF;
                  box-shadow: 0 0 10em 20em #FFFFFF;
          height: 20%;
          left: 49%;
          top: 40%;
          width: 2%; } }
    .journey-message__content > p {
      color: #0F4035;
      font-size: 1.9em;
      font-weight: 700;
      margin: 1em 0;
      position: relative;
      z-index: 2; }

@media (max-width: 699px) and (max-aspect-ratio: 1 / 1) {
  .container__image-wrapper--temple .page-background {
    -webkit-transform: translateX(calc(-50% + 40vw));
            transform: translateX(calc(-50% + 40vw)); } }

@media (max-width: 699px) and (min-aspect-ratio: 1 / 1) {
  .container__image-wrapper--temple .page-background {
    -webkit-transform: translateX(calc(-40% + 40vw));
            transform: translateX(calc(-40% + 40vw)); } }

.chapter-start {
  height: 100%;
  width: 100%; }
  @media (max-width: 699px) {
    .chapter-start {
      font-size: 0.6rem; } }
  .chapter-start__title {
    color: #137163;
    width: 100%; }
    .chapter-start__title-picture {
      width: 40%; }
      @media (max-width: 699px) {
        .chapter-start__title-picture {
          width: 60%; } }
      .chapter-start__title-picture > img {
        max-width: 100%; }
    .chapter-start__title-text {
      font-size: 7em;
      font-weight: 800;
      line-height: 1.5em; }
      @media (max-width: 699px) {
        .chapter-start__title-text {
          font-size: 5em; } }
  .chapter-start__text {
    color: #137163;
    font-size: 2.3em;
    line-height: 1.6em;
    padding: 2em 0;
    text-align: center;
    width: 70%; }
    @media (max-width: 699px) {
      .chapter-start__text {
        font-size: 2.6em; } }
    @media (max-width: 399px) {
      .chapter-start__text {
		padding: 0 0 1em 0;
        font-size: 2.0em; } }
  .chapter-start__buttons {
    width: 100%; }
    .chapter-start__buttons .button {
      margin: 1em 0;
      width: 38%; }
      @media (max-width: 699px) {
        .chapter-start__buttons .button {
          width: 56%; } }
      .chapter-start__buttons .button__text {
        font-size: 3.8em; }
  .chapter-start__icon {
    margin-top: 3em;
    width: 8%; }
    .chapter-start__icon > img {
      max-width: 100%; }

.modal .temple-welcome-message {
  height: 100%; }

.modal--message-in-a-bottle .temple-welcome-message {
  margin-left: 35%; }
  @media (max-width: 699px) {
    .modal--message-in-a-bottle .temple-welcome-message {
      margin-left: 0; } }

.temple-welcome-message .wrapper {
  height: 100%;
  width: 100%; }
  .temple-welcome-message .wrapper-content {
    width: 67%;
    height: 50%;
    max-width: 80%;
    color: #0F4035; }
    @media (max-height: 269px) {
      .temple-welcome-message .wrapper-content {
        height: 50%; } }
    @media (min-width: 700px) {
      .temple-welcome-message .wrapper-content {
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .temple-welcome-message .wrapper-content p {
      font-size: 2em;
      margin: 2vh 0;
      line-height: 1.3em; }
    @media (max-width: 699px) {
      .temple-welcome-message .wrapper-content {
        max-width: 90%;
        width: 90%;
        height: 80%;
        overflow-y: auto; }
        .temple-welcome-message .wrapper-content p {
          text-align: center;
          font-size: 2.5vmax; }
          .temple-welcome-message .wrapper-content p.text--up {
            font-size: 3vmax; } }

.final-home {
  color: #333333;
  height: 80%;
  position: relative;
  width: 100%;
  z-index: 30; }
  @media (max-width: 699px) {
    .final-home {
      font-size: 0.6rem; } }
  .final-home__content {
    font-size: 1em;
    font-weight: 700;
    height: auto;
    position: relative;
    text-align: center;
    width: 50%; }
    @media (max-width: 699px) {
      .final-home__content {
        width: 85%; } }
    .final-home__content:before {
      border-radius: 100%;
      -webkit-box-shadow: inset 0 0 0 1em #FEF5EB, 0 0 25em 35em #FEF5EB;
              box-shadow: inset 0 0 0 1em #FEF5EB, 0 0 25em 35em #FEF5EB;
      content: '';
      height: 2%;
      left: 49%;
      position: absolute;
      top: 49%;
      width: 2%;
      z-index: 1; }
    .final-home__content .final-home__text {
      position: relative;
      z-index: 2; }

.ranking {
  height: 100%;
  width: 100%; }
  @media (max-width: 699px) {
    .ranking {
      font-size: 0.6rem; } }
  .ranking:before {
    content: '';
    height: 10%; }
    @media (max-width: 699px) {
      .ranking:before {
        display: none; } }
  .ranking__title {
    height: 25%; }
    @media (max-width: 699px) {
      .ranking__title {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
  .ranking__tabs {
    height: 8%;
    width: 100%; }
    @media (max-width: 699px) {
      .ranking__tabs {
        height: 10%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
  .ranking__wrapper {
    height: 50%;
    overflow-y: auto;
    width: 90%; }
    @media (max-width: 699px) {
      .ranking__wrapper {
        height: 60%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3; } }
    .ranking__wrapper .ranking__board {
      width: 95%; }
    .ranking__wrapper .ranking__reward {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-top: 2em;
      padding: 0 2em;
      width: 95%; }

.trophy {
  height: 100%;
  width: 100%; }
  @media (max-width: 699px) {
    .trophy {
      font-size: 0.6rem; } }
  .trophy__title {
    height: 25%; }
  .trophy__content {
    height: 55%;
    overflow-y: auto;
    width: 90%; }
    .trophy__content-wrapper {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
      @media (max-width: 699px) {
        .trophy__content-wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .trophy__content-wrapper .trophy-item {
        width: 31%; }
        @media (max-width: 699px) {
          .trophy__content-wrapper .trophy-item {
            width: 70%;
            margin: 1em 0; } }

@media (max-width: 699px) {
  .container__image-wrapper--intro .page-background {
    -webkit-transform: scale(1.4) translateX(-12%);
            transform: scale(1.4) translateX(-12%); } }

.briefing {
  overflow: hidden; }
  .briefing .character--jones {
    bottom: 0;
    left: 7%;
    width: 34%; }
  .briefing .character--jane {
    bottom: 0;
    left: 7.5%;
    width: 32.5%; }
  @media (max-width: 699px) {
    .briefing .character {
      display: none; } }

@media (max-width: 699px) and (min-aspect-ratio: 1 / 1) {
  .container__image-wrapper--briefing .page-background {
    -webkit-transform: scale(1.4) translate(-14%, 28%);
            transform: scale(1.4) translate(-14%, 28%);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left; } }

@media (max-width: 699px) and (max-aspect-ratio: 1 / 1) {
  .container__image-wrapper--briefing .page-background {
    -webkit-transform: scale(1.2) translate(-44%, 15%);
            transform: scale(1.2) translate(-44%, 15%);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left; } }

.character-choice {
  width: 100%;
  height: 100%;
  position: relative; }
  .character-choice .background-wrapper {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
    .character-choice .background-wrapper .character {
      position: absolute;
      bottom: 0;
      -webkit-transform: translateY(3%);
              transform: translateY(3%); }
      .character-choice .background-wrapper .character-label {
        position: absolute;
        top: 22%; }
        .character-choice .background-wrapper .character-label--jane {
          top: 23%; }
        @media (max-width: 699px) {
          .character-choice .background-wrapper .character-label {
            top: 10%; } }
      .character-choice .background-wrapper .character--jones {
        left: 16.5%;
        width: 33%; }
        @media (max-width: 699px) {
          .character-choice .background-wrapper .character--jones {
            left: auto;
            right: 32%;
            width: 310px; }
            .character-choice .background-wrapper .character--jones .character-label {
              display: none; } }
        @media (min-width: 700px) {
          .character-choice .background-wrapper .character--jones {
            -webkit-transform: translateY(10%);
                    transform: translateY(10%); } }
        @media (min-width: 500px) and (max-width: 699px) {
          .character-choice .background-wrapper .character--jones {
            left: -18%;
            right: auto; } }
        .character-choice .background-wrapper .character--jones .character-label {
          left: 8%; }
      .character-choice .background-wrapper .character--jane {
        left: auto;
        right: 20%;
        width: 30.5%; }
        @media (max-width: 699px) {
          .character-choice .background-wrapper .character--jane {
            right: auto;
            left: 36%;
            width: 293px; }
            .character-choice .background-wrapper .character--jane .character-label {
              display: none; } }
        @media (min-width: 700px) {
          .character-choice .background-wrapper .character--jane {
            -webkit-transform: translateY(9%);
                    transform: translateY(9%); } }
        @media (min-width: 500px) and (max-width: 699px) {
          .character-choice .background-wrapper .character--jane {
            right: -16%;
            left: auto; } }
        .character-choice .background-wrapper .character--jane .character-label {
          right: 10%; }
      @media (max-width: 699px) {
        .character-choice .background-wrapper .character {
          display: block; } }
  .character-choice .content-wrapper {
    width: 34%;
    min-width: 240px;
    height: 68%;
    margin: auto;
    text-align: center;
    z-index: 2; }
    @media (max-width: 699px) {
      .character-choice .content-wrapper {
        height: 90%; } }
    .character-choice .content-wrapper .logo-wrapper {
      height: 27%; }
      @media (max-width: 699px) {
        .character-choice .content-wrapper .logo-wrapper {
          height: 20%; } }
      .character-choice .content-wrapper .logo-wrapper .logo {
        margin: auto;
        width: 58.35%;
        min-width: 158px; }
    @media (max-width: 699px) {
      .character-choice .content-wrapper .button {
        width: 176px;
        max-height: 10vh; }
        .character-choice .content-wrapper .button svg {
          height: 100%; }
        .character-choice .content-wrapper .button__text {
          font-size: 2.4rem; }
        .character-choice .content-wrapper .button--secondary .button__text {
          font-size: 1.6rem; } }
    .character-choice .content-wrapper .button--secondary {
      display: none; }
      @media (max-width: 699px) {
        .character-choice .content-wrapper .button--secondary:not(.button--big) {
          display: block; } }
      @media (min-width: 700px) {
        .character-choice .content-wrapper .button--secondary.button--big {
          display: block; } }
    .character-choice .content-wrapper .selection-area-wrapper {
      height: 59%; }
      @media (max-width: 699px) {
        .character-choice .content-wrapper .selection-area-wrapper {
          height: 60%; } }
      .character-choice .content-wrapper .selection-area-wrapper .selection-area {
        width: 100%;
        height: 75%;
        margin: auto; }
        .character-choice .content-wrapper .selection-area-wrapper .selection-area .title {
          font-weight: 700;
          font-size: 2.4em;
          white-space: nowrap; }
          @media (max-width: 699px) {
            .character-choice .content-wrapper .selection-area-wrapper .selection-area .title {
              -webkit-transform: translateY(-6vh);
                      transform: translateY(-6vh);
              font-size: 1.6rem; } }
        @media (min-width: 700px) {
          .character-choice .content-wrapper .selection-area-wrapper .selection-area .button {
            width: 42%;
            height: 30%; } }
        @media (max-width: 699px) {
          .character-choice .content-wrapper .selection-area-wrapper .selection-area .button.select--jane {
            -webkit-transform: translateY(-20%);
                    transform: translateY(-20%); } }
        .character-choice .content-wrapper .selection-area-wrapper .selection-area .character-names {
          display: none; }
          @media (max-width: 699px) {
            .character-choice .content-wrapper .selection-area-wrapper .selection-area .character-names {
              display: block;
              width: 128px;
              height: 64px;
              min-height: 64px;
              background: bottom url(/build/images/arrows.png) no-repeat;
              background-size: contain;
              position: relative; }
              .character-choice .content-wrapper .selection-area-wrapper .selection-area .character-names .character-label {
                position: absolute; }
                .character-choice .content-wrapper .selection-area-wrapper .selection-area .character-names .character-label--jones {
                  top: 30%;
                  left: 10%; }
                .character-choice .content-wrapper .selection-area-wrapper .selection-area .character-names .character-label--jane {
                  top: -35%;
                  left: 60%; } }
    .character-choice .content-wrapper .validation-wrapper {
      height: 14%; }
      @media (max-width: 699px) {
        .character-choice .content-wrapper .validation-wrapper {
          height: 12%; } }
      @media (min-width: 700px) {
        .character-choice .content-wrapper .validation-wrapper .button {
          width: 100%;
          height: 100%; } }

.start {
  height: 100%;
  width: 100%; }
  @media (max-width: 699px) {
    .start {
      font-size: 0.5rem; } }
  .start .header {
    background-color: #FFFFFF;
    height: 11%;
    width: 100%; }
    @media (max-width: 699px) {
      .start .header {
        height: 14%; } }
    .start .header__content {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      margin: 0 auto;
      width: 75.8%; }
      .start .header__content-logo {
        text-align: center;
        width: 25.7%; }
        .start .header__content-logo img {
          max-height: 72%;
          max-width: 72%; }
      .start .header__content-title {
        color: #333333;
        font-size: 2em;
        margin-left: 1em; }
      @media (max-width: 699px) {
        .start .header__content {
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 85%; }
          .start .header__content-logo {
            height: 50%;
            text-align: left;
            width: 100%; }
          .start .header__content-title {
            height: 20%;
            margin-left: 0; } }
  .start .content {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 89.7%;
    margin: 0 auto;
    width: 36%; }
    .start .content:after {
      content: "";
      -webkit-flex-basis: 13%;
          -ms-flex-preferred-size: 13%;
              flex-basis: 13%; }
      @media (max-width: 699px) {
        .start .content:after {
          -webkit-flex-basis: 0;
              -ms-flex-preferred-size: 0;
                  flex-basis: 0; } }
    @media (max-width: 699px) {
      .start .content {
        height: 85%;
        width: 85%; } }
    @media (min-width: 500px) and (max-width: 699px) {
      .start .content p {
        font-size: 3.5vmin; } }
    .start .content__title {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 32%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 54.8%; }
      .start .content__title img {
        max-width: 100%;
        max-height: 100%; }
      @media (max-width: 699px) {
        .start .content__title {
          height: 20%; }
          .start .content__title img {
            width: 158px; } }
    .start .content__text {
      text-align: center;
      height: 37%; }
      @media (max-width: 699px) {
        .start .content__text {
          overflow-y: auto; } }
      @media (max-width: 699px) {
        .start .content__text {
          height: 60%;
          text-align: left; } }
    .start .content__button {
      width: 100%;
      height: 21%; }
      @media (max-width: 699px) {
        .start .content__button {
          height: 20%; } }
      .start .content__button .button {
        width: 100%;
        display: none; }
        @media (max-width: 699px) {
          .start .content__button .button {
            max-width: 180px; }
            .start .content__button .button:not(.button--big) {
              display: block; } }
        @media (min-width: 700px) {
          .start .content__button .button__text {
            white-space: nowrap; }
          .start .content__button .button.button--big {
            display: block; } }

.irl-home {
  background: url(/build/images/bg-jungle.svg) -5% 0 no-repeat;
  background-size: 77%;
  height: 100%;
  width: 100%; }
  @media (max-width: 699px) {
    .irl-home {
      background-size: 160%;
      background-position: left 5% top -20%;
      font-size: 0.6rem; } }
  .irl-home__title {
    height: 18%;
    margin-top: 12%;
    width: 80%; }
    @media (max-width: 699px) {
      .irl-home__title {
        height: 10%; } }
  .irl-home__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 60%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 3%;
    width: 77%; }
    @media (max-width: 699px) {
      .irl-home__content {
        display: block;
        height: 65%;
        overflow-y: auto;
        padding: 5%;
        width: 85%; } }
    .irl-home__content .irl-menu-block {
      height: 30%; }
      @media (max-width: 699px) {
        .irl-home__content .irl-menu-block {
          height: auto;
          margin-bottom: 5%; } }

.irl-gallery {
  height: 100%;
  width: 100%; }
  @media (max-width: 699px) {
    .irl-gallery {
      font-size: 0.6rem; } }
  .irl-gallery__title {
    height: 15%;
    margin: 4em 0 0 4em; }
    @media (max-width: 699px) {
      .irl-gallery__title {
        width: 60%; } }
  .irl-gallery__content {
    height: 83%;
    width: 100%; }
    .irl-gallery__content .irl-gallery-title {
      margin: 3em 0;
      width: 60%; }
    .irl-gallery__content .irl-gallery__items {
      margin: 1em 0 5em 0;
      overflow-y: auto;
      width: 92%; }
      .irl-gallery__content .irl-gallery__items-wrapper {
        width: 100%; }
        .irl-gallery__content .irl-gallery__items-wrapper .irl-picture-item {
          height: auto;
          margin: 2em 1em;
          width: 45%; }
        .irl-gallery__content .irl-gallery__items-wrapper .irl-story-item {
          height: auto;
          margin: 2em auto;
          width: 90%; }

.irl-modal {
  color: #28A88E;
  font-weight: 800;
  height: 100%;
  width: 100%; }
  @media (max-width: 699px) {
    .irl-modal {
      font-size: 0.6rem; } }
  .irl-modal__title, .irl-modal__title-error {
    background: url(/build/images/bg-shape-4.svg) no-repeat;
    background-size: 100% 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 8.1em;
    line-height: 0.9em;
    padding-top: 0.5em;
    position: relative;
    text-align: center; }
    .irl-modal__title:before, .irl-modal__title:after, .irl-modal__title-error:before, .irl-modal__title-error:after {
      background-size: 100%;
      position: absolute;
      content: ''; }
    .irl-modal__title:before {
      background: url(/build/images/check.svg) no-repeat;
      height: 1em;
      top: 0.3em;
      width: 1em; }
    .irl-modal__title-error:before {
      background: url(/build/images/cross.svg) no-repeat;
      height: 1em;
      top: 0.3em;
      width: 1em; }
    .irl-modal__title--book:before {
      left: -0.4em; }
    .irl-modal__title--book:after {
      background: url(/build/images/book.svg) no-repeat;
      height: 1.6em;
      left: 1.5em;
      top: -1.3em;
      width: 1.3em; }
    .irl-modal__title--camera:before {
      left: -0.5em; }
    .irl-modal__title--camera:after {
      background: url(/build/images/camera-old.svg) no-repeat;
      height: 1.6em;
      left: 1.5em;
      top: -1.3em;
      width: 1.3em; }
    .irl-modal__title--hat:before {
      left: -0.8em; }
    .irl-modal__title--hat:after {
      background: url(/build/images/hat.svg) no-repeat;
      height: 0.9em;
      left: 1em;
      top: -0.5em;
      width: 1.3em; }
  .irl-modal__message {
    color: #137163;
    font-size: 3em;
    padding-top: 1em; }
    @media (max-width: 699px) {
      .irl-modal__message {
        max-width: 60%; } }

.irl-pane {
  height: 100%;
  width: 100%; }
  @media (max-width: 699px) {
    .irl-pane {
      font-size: 0.6rem; } }
  .irl-pane__title {
    margin: 4em 0 0 4em;
    height: 23%; }
    @media (max-width: 699px) {
      .irl-pane__title {
        width: 60%; } }
  .irl-pane__content {
    height: 48%;
    width: 100%; }
    .irl-pane__content .irl-action-title {
      margin: 0 auto;
      width: 60%; }
    .irl-pane__content .button {
      margin: 0 auto; }
      .irl-pane__content .button__text {
        font-size: 3em; }
      @media (max-width: 699px) {
        .irl-pane__content .button {
          width: 60%;
          max-width: 200px; }
          .irl-pane__content .button__text {
            font-size: 4em; } }
      @media (min-width: 700px) {
        .irl-pane__content .button {
          height: 20%;
          width: 36%; } }

.irl-picture-action {
  height: 100%;
  width: 100%; }
  @media (max-width: 699px) {
    .irl-picture-action {
      font-size: 0.6rem; } }
  .irl-picture-action__top-title {
    height: 17%;
    margin: 4em 0 0 4em; }
    @media (max-width: 699px) {
      .irl-picture-action__top-title {
        width: 60%; } }
  .irl-picture-action__content {
    height: 70%;
    width: 100%; }
    .irl-picture-action__content .irl-picture-action__title {
      height: 37%;
      width: 60%; }
    .irl-picture-action__content .irl-picture-action__picture {
      text-align: center;
      height: 50%;
      width: 100%; }
      .irl-picture-action__content .irl-picture-action__picture-wrapper {
        height: 60%;
        position: relative;
        width: 55%; }
        .irl-picture-action__content .irl-picture-action__picture-wrapper:before {
          background: url(/build/images/double-arrow.svg) no-repeat;
          background-size: 100%;
          content: '';
          cursor: pointer;
          height: 18%;
          position: absolute;
          right: -4%;
          top: 15%;
          width: 9%; }
        .irl-picture-action__content .irl-picture-action__picture-wrapper .irl-picture-action__picture-box {
          background-color: #EAF6EE;
          border-radius: 1em;
          height: 100%;
          overflow: hidden;
          width: 100%; }
          .irl-picture-action__content .irl-picture-action__picture-wrapper .irl-picture-action__picture-box > img {
            max-height: 100%;
            max-width: 100%; }
      .irl-picture-action__content .irl-picture-action__picture-description {
        height: 20%;
        text-align: center;
        width: 100%; }
        .irl-picture-action__content .irl-picture-action__picture-description > input {
          width: 45%; }
    .irl-picture-action__content .button {
      font-size: 0.6em;
      max-width: 37%;
      text-transform: uppercase; }
      @media (max-width: 699px) {
        .irl-picture-action__content .button__text {
          font-size: 1.4rem; } }

.irl-picture-modal {
  color: #137163;
  height: 100%;
  margin: 0 auto;
  width: 60%; }
  @media (max-width: 699px) {
    .irl-picture-modal {
      font-size: 0.8rem;
      width: 80%; } }
  .irl-picture-modal__picture {
    height: 75%;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    width: 100%; }
    .irl-picture-modal__picture > img {
      border-radius: 1em;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; 
      width: 100%; }
  .irl-picture-modal__infos {
    padding-top: 1.5em;
    width: 100%; }
    @media (max-width: 699px) {
      .irl-picture-modal__infos {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .irl-picture-modal__infos .irl-picture-modal__publish-author {
      font-size: 3.1em;
      font-weight: 800;
      width: 100%; }
    .irl-picture-modal__infos .irl-picture-modal__publish-date {
      color: #71AAA1;
      font-size: 1.7em;
      width: 100%; }
    .irl-picture-modal__infos .irl-picture-modal__like {
      margin-left: 2em; }
      .irl-picture-modal__infos .irl-picture-modal__like-count {
        font-size: 1.9em;
        margin: 0 0.5em; }
      .irl-picture-modal__infos .irl-picture-modal__like--green {
        color: #71AAA1; }
      .irl-picture-modal__infos .irl-picture-modal__like--red {
        color: #C2454B; }
      .irl-picture-modal__infos .irl-picture-modal__like-heart {
        width: 2.8em; }
        .irl-picture-modal__infos .irl-picture-modal__like-heart > img {
          max-height: 100%;
          max-width: 100%; }
  .irl-picture-modal__text {
    font-size: 1.6em;
    text-align: justify;
    margin-top: 1em;
    width: 100%; }

.irl-recruit-action {
  height: 100%;
  width: 100%; }
  @media (max-width: 699px) {
    .irl-recruit-action {
      font-size: 0.6rem; } }
  .irl-recruit-action__top-title {
    height: 20%;
    margin: 4em 0 0 4em; }
    @media (max-width: 699px) {
      .irl-recruit-action__top-title {
        width: 60%; } }
  .irl-recruit-action__content {
    height: 60%;
    width: 100%; }
    .irl-recruit-action__content .irl-recruit-action__title {
      width: 60%; }
    .irl-recruit-action__content .irl-recruit-action__email {
      text-align: center;
      width: 100%; }
      .irl-recruit-action__content .irl-recruit-action__email input {
        width: 50%; }
    .irl-recruit-action__content .irl-recruit-action__button {
      width: 37%; }
      @media (max-width: 699px) {
        .irl-recruit-action__content .irl-recruit-action__button {
          width: auto; } }

.irl-story-action {
  height: 100%;
  width: 100%; }
  @media (max-width: 699px) {
    .irl-story-action {
      font-size: 0.6rem; } }
  .irl-story-action__top-title {
    height: 20%;
    margin: 4em 0 0 4em; }
    @media (max-width: 699px) {
      .irl-story-action__top-title {
        width: 60%; } }
  .irl-story-action__content {
    height: 70%;
    width: 100%; }
    .irl-story-action__content .irl-story-action__title {
      width: 60%; }
    .irl-story-action__content .irl-story-action__text {
      text-align: center;
      height: 50%;
      width: 100%; }
      .irl-story-action__content .irl-story-action__text textarea {
        height: 70%;
        width: 50%; }
    .irl-story-action__content .button {
      font-size: 0.6em;
      max-width: 37%;
      text-transform: uppercase; }
      @media (max-width: 699px) {
        .irl-story-action__content .button__text {
          font-size: 1.4rem; } }

.irl-story-modal {
  height: 100%;
  margin: 0 auto;
  width: 73%; }
  .irl-story-modal .irl-story-item {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 1.1em; }
    .irl-story-modal .irl-story-item__text {
      font-size: 2em; }
  @media (max-width: 699px) {
    .irl-story-modal {
      font-size: 0.8rem;
      width: 80%; }
      .irl-story-modal .irl-story-item {
        font-size: 0.9em; } }

.quiz-game-wrapper {
  height: 100%; }
	.quiz-game .button {
		margin: 1em 0;
		width: 60%;
	}
	.quiz-resume .button {
		margin: 1em 0;
		width: 50%;
	}
  .quiz-game-wrapper__top-border {
    position: absolute;
    top: 0;
    height: 1%;
    width: 100%;
	background-color:#8FD6B4;
  }
	
	.quiz-game-wrapper__top-border__blockRelative{
		position:relative;
		height:100%;
	}
	.quiz-game-wrapper__top-border__blockRelative__blockInside{
		background-color:#28A88E;
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		width:0%;
		transition-property:width;
		transition-duration:0.3s;
	}
  .quiz-game-wrapper .quiz-game {
    width: 82%;
    height: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

@media (orientation: landscape) and (max-width: 699px) {
  .quiz-game-wrapper .quiz-game {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 90%; } }
    @media (max-width: 699px) {
      .quiz-game-wrapper .quiz-game {
        height: 95%; } }
    .quiz-game-wrapper .quiz-game-header-wrapper {
      -webkit-flex-basis: 32%;
          -ms-flex-preferred-size: 32%;
              flex-basis: 32%; }
      @media (min-width: 700px) {
        .quiz-game-wrapper .quiz-game-header-wrapper {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      @media (max-width: 699px) {
        .quiz-game-wrapper .quiz-game-header-wrapper {
          -webkit-flex-basis: 28%;
              -ms-flex-preferred-size: 28%;
                  flex-basis: 28%; } }

@media (orientation: landscape) and (max-width: 699px) {
  .quiz-game-wrapper .quiz-game-header-wrapper {
    -webkit-flex-basis: 22%;
        -ms-flex-preferred-size: 22%;
            flex-basis: 22%; } }
      .quiz-game-wrapper .quiz-game-header {
        width: 100%;
        height: 90%; }
      @media (orientation: landscape) and (max-width: 699px) {
        .quiz-game-wrapper .quiz-game-header {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          height: 90%; } }
        .quiz-game-wrapper .quiz-game-header > *, .quiz-game-wrapper .quiz-game-header:after {
		  position:relative;
		  z-index:3;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
        .quiz-game-wrapper .quiz-game-header__title {
          -webkit-align-self: flex-end;
              -ms-flex-item-align: end;
                  align-self: flex-end; }
		.quiz-game-wrapper .quiz-game-header .quiz-title__symbol{
			width:17%;
		}
		.quiz-game-wrapper .quiz-game-header .quiz-game-header__time{
			position:absolute;
		}		
		
		.quiz-game-wrapper .quiz-game-header:after{
			display:none;
		}
      @media (orientation: landscape) and (max-width: 699px) {
        .quiz-game-wrapper .quiz-game-header__title {
          display: none; } }
        .quiz-game-wrapper .quiz-game-header:after {
          content: ""; }
    .quiz-game-wrapper .quiz-game-contents {
      -webkit-flex-basis: 56%;
          -ms-flex-preferred-size: 56%;
              flex-basis: 56%;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 82%; }
      @media (max-width: 699px) {
        .quiz-game-wrapper .quiz-game-contents {
          -webkit-flex-basis: 70%;
              -ms-flex-preferred-size: 70%;
                  flex-basis: 70%;
/*				  overflow:auto;*/
          width: 94%; } }
      @media (max-width: 399px) {
        .quiz-game-wrapper .quiz-game-contents {
          width: 110%; } }

@media (orientation: landscape) and (max-width: 699px) {
  .quiz-game-wrapper .quiz-game-contents {
    -webkit-flex-basis: 78%;
        -ms-flex-preferred-size: 78%;
            flex-basis: 78%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; } }
    .quiz-game-wrapper .quiz-game-statistics {
      width: 85%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
/*      -webkit-flex-basis: 10%;
          -ms-flex-preferred-size: 10%;
              flex-basis: 10%;*/
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
      @media (max-width: 699px) {
        .quiz-game-wrapper .quiz-game-statistics {
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          width: 100%; } }

  .quiz-game-wrapper .quiz-game-statistics .quiz-game-statistics__good-answers .quiz-value__value{
		text-align:right;
	  width:100%;
  }
  
@media (orientation: landscape) and (max-width: 699px) {
  .quiz-game-wrapper .quiz-game-statistics {
    position: absolute;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 80%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }
    .quiz-game-wrapper .quiz-game:after {
      content: "";
      -webkit-flex-basis: 2%;
          -ms-flex-preferred-size: 2%;
              flex-basis: 2%; }
      @media (max-width: 699px) {
        .quiz-game-wrapper .quiz-game:after {
          -webkit-flex-basis: 0;
              -ms-flex-preferred-size: 0;
                  flex-basis: 0; } }

.chapter-over {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #137163;
  height: 100%;
  padding: 8% 0;
  width: 100%; }
  @media (max-width: 699px) {
    .chapter-over {
      font-size: 0.5rem; } }
  .chapter-over__title {
    background: url(/build/images/bg-shape-2.svg) left 50% top 50% no-repeat;
    background-size: 70%; }
    .chapter-over__title-picture {
      padding-bottom: 2em; }
      .chapter-over__title-picture > img {
        width: 20em; }
        @media (max-width: 699px) {
          .chapter-over__title-picture > img {
            width: 30em; } }
    .chapter-over__title-text {
      font-size: 8.8em;
      font-weight: 800;
      line-height: 0.9em;
      text-align: center; }
  .chapter-over__text {
    font-size: 2.2em;
    line-height: 1.5em;
    text-align: justify;
    width: 60%; }
    @media (max-width: 699px) {
      .chapter-over__text {
        font-size: 3em;
        line-height: 1em; } }
  .chapter-over__progress {
    text-align: center;
    width: 80%; }
    @media (max-width: 699px) {
      .chapter-over__progress {
        font-size: 1.4em; } }
    .chapter-over__progress-title {
      color: #28A88E;
      font-size: 2.2em;
      font-weight: 800; }
    .chapter-over__progress-subtitle {
      font-size: 2em;
      font-weight: 700; }
    .chapter-over__progress .progress-bar {
      height: 2.5em;
      margin: 1em auto;
      width: 85%; }
  .chapter-over__buttons {
    width: 37%; }
    @media (max-width: 699px) {
      .chapter-over__buttons {
        width: 150px; } }
    @media (min-width: 700px) {
      .chapter-over__buttons-2 br {
        display: none; } }
    .chapter-over__buttons .button {
      margin: 1em 0; }
      .chapter-over__buttons .button__text {
        padding: 1em;
        text-transform: uppercase;
        font-size: 2.1em; }
        @media (max-width: 699px) {
          .chapter-over__buttons .button__text {
            font-size: 3em; } }

.game-rules {
  background: url(/build/images/bg-jungle.svg) -5% 0 no-repeat;
  background-size: 77%;
  height: 100%;
  width: 100%; }
  @media (max-width: 699px) {
    .game-rules {
      background-size: 160%;
      background-position: left 5% top -20%;
      font-size: 0.65rem; } }
  .game-rules__title {
    background: url(/build/images/bg-titre.png) 50% 0 no-repeat;
    background-size: 60%;
    height: 20%;
    width: 80%; }
    .game-rules__title--1 {
      color: #137163;
      font-size: 2.5em; }
    .game-rules__title--2 {
      color: #137163;
      font-size: 8.5em;
      font-weight: 800;
      text-transform: uppercase; }
    .game-rules__title--3 {
      color: #C2454B;
      font-size: 3.9em;
      font-style: italic;
      font-weight: 700;
      margin-top: -0.5em; }
  .game-rules__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 38%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    .game-rules__content .rules-wrapper {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 78%; }
      @media (max-width: 699px) {
        .game-rules__content .rules-wrapper {
          height: 100%;
          display: block;
          margin-top: 0;
          position: relative; } }
      .game-rules__content .rules-wrapper__time, .game-rules__content .rules-wrapper__bonus, .game-rules__content .rules-wrapper__penalty {
        position: relative; }
        @media (max-width: 699px) {
          .game-rules__content .rules-wrapper__time, .game-rules__content .rules-wrapper__bonus, .game-rules__content .rules-wrapper__penalty {
            position: absolute; } }
        .game-rules__content .rules-wrapper__time:before, .game-rules__content .rules-wrapper__bonus:before, .game-rules__content .rules-wrapper__penalty:before {
          content: '';
          position: absolute; }
      .game-rules__content .rules-wrapper__time {
        background: url(/build/images/bg-shape-1.svg) right 0 top 40% no-repeat;
        background-size: 85%;
        padding: 0 0 10% 10%; }
        @media (max-width: 699px) {
          .game-rules__content .rules-wrapper__time {
            padding-bottom: 20%;
            background-position: top 60%;
            left: 5%;
            top: 0; } }
        .game-rules__content .rules-wrapper__time:before {
          background: url(/build/images/hourglass.svg) no-repeat;
          height: 55%;
          left: -8%;
          top: 4%;
          width: 40%; }
          @media (max-width: 699px) {
            .game-rules__content .rules-wrapper__time:before {
              width: 30%;
              top: 2%; } }
      .game-rules__content .rules-wrapper__bonus {
        background: url(/build/images/bg-shape-2.svg) right 0 top 40% no-repeat;
        background-size: 100%;
        padding: 0 5% 10% 5%; }
        @media (max-width: 699px) {
          .game-rules__content .rules-wrapper__bonus {
            right: 5%;
            top: 27%; } }
        .game-rules__content .rules-wrapper__bonus:before {
          background: url(/build/images/more.svg) no-repeat;
          height: 65%;
          left: -11%;
          top: 6%;
          width: 50%; }
          @media (max-width: 699px) {
            .game-rules__content .rules-wrapper__bonus:before {
              left: -28%;
              top: 2%; } }
      .game-rules__content .rules-wrapper__penalty {
        background: url(/build/images/bg-shape-3.svg) right 10% top 60% no-repeat;
        background-size: 85%;
        padding: 0 5% 10% 5%; }
        @media (max-width: 699px) {
          .game-rules__content .rules-wrapper__penalty {
            padding: 0 5% 5% 15%;
            background-size: 90%;
            left: 20%;
            top: 55%; } }
        .game-rules__content .rules-wrapper__penalty:before {
          background: url(/build/images/less.svg) no-repeat;
          height: 68%;
          left: -8%;
          top: 6%;
          width: 58%; }
          @media (max-width: 699px) {
            .game-rules__content .rules-wrapper__penalty:before {
              height: 54%;
              left: -3%;
              top: 9%;
              width: 48%; } }
      .game-rules__content .rules-wrapper .rules-value {
        color: #28A88E;
        font-size: 8.4em;
        font-weight: 800;
        -webkit-transform: translateY(0.12em);
                transform: translateY(0.12em); }
      .game-rules__content .rules-wrapper .rules-unity {
        color: #28A88E;
        font-size: 2.5em;
        font-weight: 800;
        margin-top: -0.5em; }
  .game-rules .button {
    width: 35%; }
    @media (max-width: 699px) {
      .game-rules .button {
        width: 50%;
        max-width: 200px; } }

.modal .info-message {
  height: 100%; }

.info-message .wrapper {
  width: 100%;
  height: 90%; }
  @media (max-width: 699px) {
    .info-message .wrapper {
      height: 90%; } }
  .info-message .wrapper-title {
    height: 25%; }
    @media (max-width: 699px) {
      .info-message .wrapper-title {
        height: 20%; }
        .info-message .wrapper-title .title {
			font-size: 2rem;
			-webkit-transform: rotateX(40deg) rotateY(-8deg)  skew(-5deg);
			transform: rotateX(40deg) rotateY(-8deg) skew(-5deg);
		  } }
  .info-message .wrapper-text {
    width: 62%;
    height: 45%; }
    @media (max-height: 269px) {
      .info-message .wrapper-text {
        height: 50%; } }
    @media (max-width: 699px) {
      .info-message .wrapper-text {
        width: 85%;
        height: 55%;
        overflow-y: auto; }
        .info-message .wrapper-text p {
          font-size: 5vmin; }
          .info-message .wrapper-text p.text--up {
            font-size: 6vmin; } }
    .info-message .wrapper-text p {
      text-align: center;
      margin: 2vh 0; }
      @media (min-width: 700px) {
        .info-message .wrapper-text p {
          font-size: 2.4em;
          line-height: 1.8em; } }
  .info-message .wrapper-button {
    height: 25%;
    width: 40%;
    text-align: center; }
    @media (max-width: 499px) {
      .info-message .wrapper-button {
        width: 70%; } }
    .info-message .wrapper-button .button {
      width: 100%; }
      @media (max-width: 699px) {
        .info-message .wrapper-button .button__text {
          font-size: 8em; } }

.quiz-end-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 90%; }
  @media (max-width: 699px) {
    .quiz-end-wrapper {
      width: 100%;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .quiz-end-wrapper .quiz-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 52%; }
    @media (max-width: 699px) {
      .quiz-end-wrapper .quiz-end {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 70%; } }
    .quiz-end-wrapper .quiz-end .main-title-wrapper {
      width: 100%; }
    .quiz-end-wrapper .quiz-end .time-elapsed {
	  position:relative;
	  z-index:2;
      width: 78%; }
      @media (max-width: 699px) {
        .quiz-end-wrapper .quiz-end .time-elapsed {
          margin-top: 1vh; } }
      .quiz-end-wrapper .quiz-end .time-elapsed__bullet {
        background: url(/build/images/leaves.svg) no-repeat;
        -webkit-flex-basis: 15%;
            -ms-flex-preferred-size: 15%;
                flex-basis: 15%;
        height: 80%;
        -webkit-transform: rotate(-100deg) translateX(20%);
                transform: rotate(-100deg) translateX(20%); }
      .quiz-end-wrapper .quiz-end .time-elapsed__text {
        font-weight: 800; }
        .quiz-end-wrapper .quiz-end .time-elapsed__text-main {
          color: #278A5B;
          font-size: 2.5em;
          text-transform: uppercase; }
          @media (max-width: 699px) {
            .quiz-end-wrapper .quiz-end .time-elapsed__text-main {
              font-size: 1.8rem; } }
        .quiz-end-wrapper .quiz-end .time-elapsed__text-sub {
          color: #137163;
          font-size: 3em;
          margin-top: 0.2em; }
          @media (max-width: 699px) {
            .quiz-end-wrapper .quiz-end .time-elapsed__text-sub {
              font-size: 1.8rem; } }

.quiz-item {
  width: 100%; }
  .quiz-item-question {
    width: calc(100% - (2 * 1.8em));
    padding: 0.7em 1.8em;
    background-color: #137163;
    font-weight: 800;
    font-size: 2.8em;
    line-height: 1.4em; }
    @media (max-width: 699px) {
      .quiz-item-question {
        font-size: 1.7rem; } }
    @media (max-width: 399px) {
      .quiz-item-question {
		width: calc(100% - (2 * 1.0em));
		padding: 0.5em 1.0em;
        font-size: 1.7rem; } }
  .quiz-item-answers {
    width: 100%; }
    @media (min-width: 700px) {
      .quiz-item-answers {
        margin-top: 3em; } }
    .quiz-item-answers__answer {
		cursor:pointer;
      background-color: #EAF6EE;
      color: #137163;
      font-size: 2.2em;
      padding: 1.5em 2em;
      margin-top: 0.5em; }
      @media (max-width: 699px) {
        .quiz-item-answers__answer {
          font-size: 1.6rem; } }
      @media (max-width: 399px) {
        .quiz-item-answers__answer {
			padding: 0.5em 1em;
          font-size: 1.6rem; } }
		  
      .quiz-item-answers__answer--correct, .quiz-item-answers__answer--wrong {
        font-weight: 800;
        position: relative;
        color: #FFFFFF; }
        .quiz-item-answers__answer--correct:after, .quiz-item-answers__answer--wrong:after {
          position: absolute;
          top: 15%;
          bottom: 15%;
          left: 95%;
          right: -5%;
          content: "";
          background-size: contain; }
      .quiz-item-answers__answer--correct {
        background-color: #8FD6B4; }
        .quiz-item-answers__answer--correct:after {
          background: center center url(/build/images/check.svg) no-repeat; }
      .quiz-item-answers__answer--wrong {
        background-color: #E25054; }
        .quiz-item-answers__answer--wrong:after {
          background: center center url(/build/images/cross.svg) no-repeat; }
  .quiz-item-question, .quiz-item-answers__answer {
    border-radius: 0.6em; }

.quiz-resume {
  background: url(/build/images/bg-jungle.svg) -5% 0 no-repeat;
  background-size: 77%;
  height: 100%;
  width: 100%; }
  @media (max-width: 699px) {
    .quiz-resume {
      background-size: 160%;
      background-position: left 5% top -20%;
      font-size: 0.6rem; } }
  .quiz-resume .quiz-title {
    font-size: 0.6em; }
    @media (max-width: 699px) {
      .quiz-resume .quiz-title {
        margin-top: 3em;
        font-size: 0.6rem; } }
  .quiz-resume__title {
    color: #EF865B;
    font-size: 3.4em;
    font-style: italic;
    font-weight: 800;
    height: 10%;
    text-transform: uppercase;
    -webkit-transform: rotate(-4deg) scale(1, 1.3);
            transform: rotate(-4deg) scale(1, 1.3);
    width: auto; }
  .quiz-resume__score {
    width: 100%; }
    @media (max-width: 699px) {
      .quiz-resume__score {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    .quiz-resume__score .quiz-value {
      -webkit-transform: translateY(-1.4em);
              transform: translateY(-1.4em);
      padding: 0 1em; }
  .quiz-resume__content {
    height: 60%;
    overflow-y: auto;
    width: 90%; }
    .quiz-resume__content-wrapper {
      margin: 0 auto;
      width: 90%; }
      @media (max-width: 699px) {
        .quiz-resume__content-wrapper {
          width: 80%; } }
      .quiz-resume__content-wrapper .quiz-question {
        margin: 1.5em 0; }
        @media (max-width: 699px) {
          .quiz-resume__content-wrapper .quiz-question {
            border-radius: 0; } }


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