/* === CUSTOM CSS === */
/* Custom CSS for games */
.home_layout .header_section + .section .m_text .m_text_content, .m_header_title {
  display: none; }
  .home_layout .header_section + .section .m_text .m_text_content h1, .m_header_title h1 {
    display: none; }

.home_layout .full_section .banner_row .action_row {
  display: block; }

.not_mandatory {
  display: none !important; }

.m_options_list_figure {
  height: 100%; }
  .m_options_list_figure .m_badge {
    display: none; }
  .m_options_list_figure figure {
    height: 100%; }

.m_option_label {
  font-size: 11px; }

.m_options_list_figure {
  background: none;
  margin-top: 19px;
  text-align: center;
  padding-right: 0px; }

.m_figure_img, .m_figure_framed {
  left: auto;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.m_options, .m_options_list_input {
  background-color: transparent;
  border: none; }

.m_options_list_figure, .m_options_list_input {
  display: inline; }

.m_options_list_input {
  width: 100%; }

.m_options_list_input .m_option {
  min-width: 1px !important;
  text-align: center; }

.m_figure_content_image {
  padding: 0;
  padding-left: 25%;
  padding-top: 20px;
  padding-bottom: 80px; }

@media only screen and (max-width: 767px) {
  .m_options_list_input .m_option {
    min-width: 270px; }

  .m_figure_content_image {
    height: 0px;
    padding: 64px;
    padding-top: 10px;
    padding-left: 25%; }

  .m_options_list_input .m_option {
    min-width: 194px;
    margin-top: 10px; } }
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  width: 100%; }

body {
  background-color: #0d0c18 !important;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-image: url(https://d2rymieonr1vbk.cloudfront.net/assets/pictures/9c30f34146ec11e8859d03d56d1db055/:original_landing-mobile.jpg); }
  @media only screen and (min-width: 768px) {
    body {
      background-position: center center;
      background-size: cover;
      background-image: url(https://d2rymieonr1vbk.cloudfront.net/assets/pictures/ea93970146eb11e8bcdb17aa6227cb43/:original_landing-desktop.jpg); } }
  @media only screen and (min-width: 1200px) {
    body {
      background-position: center center;
      background-image: url(https://d2rymieonr1vbk.cloudfront.net/assets/pictures/677f606146eb11e8a6c6dfedbce448c1/:original_landing-desktop-HD.jpg);
      background-size: cover; } }

.wrapper {
  width: 100%;
  height: 100%;
  max-width: 100%; }
  @media only screen and (min-width: 768px) {
    .wrapper {
      overflow: auto;
      height: 100vh; } }
  .wrapper .container {
    max-width: 810px;
    margin-bottom: 3em; }

header {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 120px auto; }

h2 {
  font-size: 1.4rem !important; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 2rem !important; } }

hr {
  max-width: 45%; }

.common-btn a {
  font-family: Arial, Helvetica, sans-serif; }

.m_btn,
.btn {
  color: #fff;
  border: 0 !important;
  font-size: 1.2rem !important;
  height: auto;
  position: relative;
  white-space: normal !important;
  font-weight: bold !important;
  border-radius: 5px !important;
  margin: 0 !important;
  padding: 0.5rem 2rem !important;
  -webkit-box-shadow: 0 2px 2px rgba(37, 50, 56, 0.82);
  box-shadow: 0 2px 2px rgba(37, 50, 56, 0.82); }
  .landing .m_btn, .landing
  .btn {
    max-width: 86%; }
    @media only screen and (min-width: 768px) {
      .landing .m_btn, .landing
      .btn {
        max-width: 50%;
        font-size: 1.8rem !important; } }
  .m_btn::after,
  .btn::after {
    content: none; }
  .m_btn:hover,
  .btn:hover {
    background-color: var(--green);
    text-shadow: 0;
    color: #fff;
    text-decoration: none; }

.landing .container, .thanks .container {
  margin-bottom: 0;
  z-index: 2; }
.landing header, .thanks header {
  z-index: 3;
  position: relative;
  height: 220px; }
.landing h1, .thanks h1 {
  margin: 2.5rem 0 0 0;
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 0 .5rem; }
.landing h2, .thanks h2 {
  font-weight: bold;
  padding: 0 .5rem; }
  @media only screen and (min-width: 768px) {
    .landing h2, .thanks h2 {
      padding: 0 3rem; } }
.landing p, .thanks p {
  padding: 2em;
  margin-bottom: .3rem; }
.landing .badge-cup, .thanks .badge-cup {
  z-index: 0;
  position: relative;
  width: 100%;
  height: 140px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: -102px; }
.landing .logo, .thanks .logo {
  max-width: 145px; }
.landing .promo-description, .thanks .promo-description {
  background: rgba(37, 50, 56, 0.95);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  padding: 15px;
  margin-bottom: 1rem; }
.landing .section:first-of-type, .thanks .section:first-of-type {
  margin-top: -4rem;
  padding-top: 5rem;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 4rem;
  position: relative;
  z-index: 0; }
  .landing .section:first-of-type::before, .thanks .section:first-of-type::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 98%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    z-index: -1; }
    @media only screen and (min-width: 768px) {
      .landing .section:first-of-type::before, .thanks .section:first-of-type::before {
        width: 50%; } }

.formulary .form_header h1 {
  margin: 2.5rem 0 0 0;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .formulary .form_header h1 {
      font-size: 2.5rem; } }
.formulary .section:first-of-type {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  z-index: 0;
  margin-top: 6rem;
  padding-top: 2rem; }
  @media only screen and (min-width: 768px) {
    .formulary .section:first-of-type {
      margin-top: 9rem;
      padding-top: 4rem; } }
  .formulary .section:first-of-type::before {
    content: '';
    display: block;
    position: absolute;
    top: -5rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("https://d2rymieonr1vbk.cloudfront.net/assets/pictures/88a45601470511e89222d7a1624db36d/:original_banner-form-desktop.png"); }
    @media only screen and (min-width: 768px) {
      .formulary .section:first-of-type::before {
        top: -8rem; } }
  .formulary .section:first-of-type .m_header {
    display: none; }
.formulary .panel-primary {
  position: relative; }
.formulary .panel-heading {
  position: relative;
  margin-bottom: 5px;
  background-color: #005499;
  border-radius: 5px; }
  .formulary .panel-heading h3.panel-title {
    line-height: 2.1;
    font-size: 1.3rem;
    height: 3rem;
    background: transparent;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
    padding: 0;
    border: 0;
    z-index: 0;
    border: 1px solid #fff;
    border-radius: 5px; }
    .formulary .panel-heading h3.panel-title::before {
      font-family: 'FontAwesome';
      font-size: 1.2rem;
      line-height: 2.6;
      color: #fff;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      text-align: right;
      margin-right: 1rem;
      color: var(--green);
      z-index: 0; }
.formulary .panel-primary.is-checked .panel-heading h3 {
  color: #253238; }
  .formulary .panel-primary.is-checked .panel-heading h3::before {
    content: '\f00c'; }
.formulary .panel-body {
  border: 0;
  padding: 0 15px;
  background: rgba(37, 50, 56, 0.82);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  border: 1px solid #FFFFFF;
  border-radius: 5px; }
  .formulary .panel-body .m_header_step {
    width: 100%;
    padding: 0;
    text-align: center;
    background: #fff;
    border-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
    margin: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35); }
    .formulary .panel-body .m_header_step::before {
      content: none; }
    .formulary .panel-body .m_header_step h1 {
      margin: 0;
      padding: 0.5rem;
      width: 100%;
      color: #253238; }
  .formulary .panel-body .m_options_list {
    width: 100%; }
    .formulary .panel-body .m_options_list .m_options_list_viewport {
      background-color: transparent;
      padding: 10px; }
    .formulary .panel-body .m_options_list .m_figure_viewport {
      position: relative;
      height: 100%; }
      .formulary .panel-body .m_options_list .m_figure_viewport .m_figure_content_image {
        background-color: transparent; }
        .formulary .panel-body .m_options_list .m_figure_viewport .m_figure_content_image .click_to_view {
          display: none !important; }
    .formulary .panel-body .m_options_list .m_options_pagination {
      display: none; }
  .formulary .panel-body .m_options_list_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0; }
    .formulary .panel-body .m_options_list_content li.li_wrapper {
      background-color: rgba(37, 50, 56, 0.82);
      text-align: center;
      padding-top: 15px;
      margin: 0 5px 5px 5px;
      border: 1px solid #FFFFFF;
      border-radius: 5px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: calc(33% - 10px) !important; }
      @media only screen and (min-width: 992px) {
        .formulary .panel-body .m_options_list_content li.li_wrapper {
          width: calc(100% - 10px) !important; } }
      .formulary .panel-body .m_options_list_content li.li_wrapper:hover {
        background-color: rgba(255, 255, 255, 0.32); }
      .formulary .panel-body .m_options_list_content li.li_wrapper::before {
        content: '';
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 5px;
        background-color: #005499;
        -webkit-transition: width 0.35s cubic-bezier(1, 0, 0, 1);
        -o-transition: width 0.35s cubic-bezier(1, 0, 0, 1);
        transition: width 0.35s cubic-bezier(1, 0, 0, 1); }
      .formulary .panel-body .m_options_list_content li.li_wrapper.active::before {
        width: 100%; }
      .formulary .panel-body .m_options_list_content li.li_wrapper:nth-child(2n) .m_figure::before {
        content: '\f024';
        font-family: 'FontAwesome';
        font-size: 3rem;
        color: #fff;
        display: block;
        position: absolute;
        width: 100%;
        height: 64px; }
      .formulary .panel-body .m_options_list_content li.li_wrapper .m_options_list_figure {
        width: 100%;
        height: 64px;
        margin-top: 0; }
        @media only screen and (min-width: 768px) {
          .formulary .panel-body .m_options_list_content li.li_wrapper .m_options_list_figure {
            margin-top: 19px; } }
      .formulary .panel-body .m_options_list_content li.li_wrapper .m_figure_content {
        padding: 0;
        height: inherit;
        max-width: 96px;
        margin: 0 auto; }
        .formulary .panel-body .m_options_list_content li.li_wrapper .m_figure_content img {
          position: relative;
          display: block;
          width: 100%;
          height: 100%; }
    .formulary .panel-body .m_options_list_content .m_options_list_input {
      padding: 0;
      display: block;
      position: relative;
      min-height: inherit; }
      .formulary .panel-body .m_options_list_content .m_options_list_input input {
        opacity: 0; }
      .formulary .panel-body .m_options_list_content .m_options_list_input .m_option .m_option_label {
        background-color: transparent;
        color: #fff;
        font-weight: normal;
        border: 0;
        font-size: 0.8rem;
        padding: 0;
        margin-bottom: 0px; }
        @media only screen and (min-width: 768px) {
          .formulary .panel-body .m_options_list_content .m_options_list_input .m_option .m_option_label {
            font-size: 1rem;
            padding: 17px 5px 14px; } }
        .formulary .panel-body .m_options_list_content .m_options_list_input .m_option .m_option_label::after {
          content: none; }
      .formulary .panel-body .m_options_list_content .m_options_list_input .m_options_list_separator {
        display: none;
        height: 0 !important; }
.formulary .login_buttons_on_form {
  position: relative;
  display: block;
  width: 100%;
  background-color: rgba(37, 50, 56, 0.82);
  padding: 15px;
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #fff;
  border-bottom: 0;
  margin: 0; }
  .formulary .login_buttons_on_form h2 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 1px #253238; }
  .formulary .login_buttons_on_form .login_buttons {
    width: 100%;
    margin: 0;
    min-height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-content: center; }
    @media only screen and (min-width: 768px) {
      .formulary .login_buttons_on_form .login_buttons {
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
    .formulary .login_buttons_on_form .login_buttons .common-btn {
      margin-right: 0;
      position: relative;
      display: block; }
      .formulary .login_buttons_on_form .login_buttons .common-btn[class*='icon-bg'] {
        position: relative;
        overflow: hidden;
        width: 100%; }
        @media only screen and (min-width: 768px) {
          .formulary .login_buttons_on_form .login_buttons .common-btn[class*='icon-bg'] {
            width: calc(48% - 2em); } }
      .formulary .login_buttons_on_form .login_buttons .common-btn .common-bg {
        padding-left: 40px;
        width: 100%; }
      .formulary .login_buttons_on_form .login_buttons .common-btn::after {
        position: absolute;
        top: 0;
        left: 0; }
.formulary .form_fields {
  margin: 0;
  background-color: rgba(37, 50, 56, 0.82);
  color: #fff;
  padding: 15px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #fff;
  border-top: 0;
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media only screen and (min-width: 992px) {
    .formulary .form_fields {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .formulary .form_fields .form_input {
    width: 100%;
    color: #fff; }
    .formulary .form_fields .form_input label:not(.step_error) {
      color: #fff; }
    .formulary .form_fields .form_input input {
      color: #253238; }
.formulary .actions_section {
  background-color: rgba(37, 50, 56, 0.82);
  padding: 15px;
  width: 100%;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: 1px solid #fff;
  border-top: 0; }
  .formulary .actions_section .form_fields {
    border: 0;
    background-color: transparent; }
    .formulary .actions_section .form_fields .form_checkbox {
      margin: 0 auto; }
      .formulary .actions_section .form_fields .form_checkbox label:not(.step_error) a {
        color: white; }
  .formulary .actions_section .m_form_actions::before, .formulary .actions_section .m_form_actions::before {
    content: none; }
  .formulary .actions_section .m_form_actions .m_form_actions_content {
    padding: 0;
    margin: 0;
    background-color: transparent; }
  .formulary .actions_section .m_form_actions::after {
    content: none; }

.ball-contender {
  display: block;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1; }

#ball {
  margin: 0 auto;
  position: relative;
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.82);
  border-radius: 35px;
  -webkit-animation: jump 1.4s  infinite;
  animation: jump 1.4s  infinite; }
  #ball.jumping {
    -webkit-animation: jump 1.4s  infinite;
    animation: jump 1.4s  infinite; }
  #ball i {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 4.5rem;
    margin-left: -0.04rem; }

/* Animation keyframes */
/*
* Source: https://codepen.io/gxash/pen/QNzKoj
*/
@-webkit-keyframes jump {
  0% {
    top: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    border-radius: 100%;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  45% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    top: 200px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale3d(1.3, 0.8, 1);
    transform: scale3d(1.3, 0.8, 1); }

  55% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  60% {
    -webkit-transform: scale3d(0.8, 1.1, 1);
    transform: scale3d(0.8, 1.1, 1); }

  70% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  72% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    top: 0;
    border-radius: 100%; } }

@keyframes jump {
  0% {
    top: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    border-radius: 100%;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  45% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    top: 200px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale3d(1.3, 0.8, 1);
    transform: scale3d(1.3, 0.8, 1); }

  55% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  60% {
    -webkit-transform: scale3d(0.8, 1.1, 1);
    transform: scale3d(0.8, 1.1, 1); }

  70% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  72% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    top: 0;
    border-radius: 100%; } }

.m_popup {
  width: 90%; }
  @media only screen and (min-width: 768px) {
    .m_popup {
      width: 42%; } }
  .m_popup .m_popup_header {
    padding: 1rem; }
    .m_popup .m_popup_header p {
      padding: 0;
      text-align: center; }
  .m_popup .m_popup_content {
    padding: 1rem; }
    .m_popup .m_popup_content .m_popup_text {
      height: 100%;
      min-height: 25vh;
      max-height: 85vh; }
      @media only screen and (min-width: 768px) {
        .m_popup .m_popup_content .m_popup_text {
          min-height: 25vh;
          max-height: 75vh; } }
    .m_popup .m_popup_content h1 {
      display: none; }
  .m_popup .mfp-close {
    width: 65px;
    height: 65px; }

#legal_provider {
  width: 90%; }
  @media only screen and (min-width: 768px) {
    #legal_provider {
      width: 42%; } }

.share-btn .btn {
  display: inline-block;
  padding: 0.5rem 1.5rem !important;
  border: 0 !important;
  margin: 2px !important;
  width: 30%;
  text-align: center;
  font-size: 0.8rem !important;
  border-radius: 5px !important;
  padding: 0.5rem 2rem !important;
  -webkit-box-shadow: 0 0 0 rgba(37, 50, 56, 0.82);
  box-shadow: 0 0 0 rgba(37, 50, 56, 0.82); }
.share-btn h2 {
  font-size: 1.2rem !important; }

#error_explanation {
  font-size: 1.4em;
  z-index: 999;
  width: 100%;
  height: auto;
  background-color: #ff000094;
  color: white;
  border-radius: 5px;
  text-align: center;
  margin: 3em 0 0;
  padding: 10px; }
  #error_explanation h3 {
    color: white;
    padding-bottom: 0;
    margin-bottom: 0; }
  #error_explanation ul {
    margin: 0; }
  #error_explanation ul li {
    list-style: none; }
