/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@-webkit-keyframes balloon {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(-6deg);
            transform: translateY(0) rotate(-6deg); }
  50% {
    -webkit-transform: translateY(-20px) rotate(8deg);
            transform: translateY(-20px) rotate(8deg); } }
@keyframes balloon {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(-6deg);
            transform: translateY(0) rotate(-6deg); }
  50% {
    -webkit-transform: translateY(-20px) rotate(8deg);
            transform: translateY(-20px) rotate(8deg); } }

@-webkit-keyframes coinRotationTop {
  0% {
    fill: url(#coin1); }
  9% {
    fill: url(#coin2); }
  18% {
    fill: url(#coin3); }
  27% {
    fill: url(#coin4); }
  36% {
    fill: url(#coin5); }
  45% {
    fill: url(#coin6); }
  54% {
    fill: url(#coin7); }
  63% {
    fill: url(#coin8); }
  72% {
    fill: url(#coin9); }
  81% {
    fill: url(#coin10); }
  90% {
    fill: url(#coin11); }
  100% {
    fill: url(#coin12); } }

@keyframes coinRotationTop {
  0% {
    fill: url(#coin1); }
  9% {
    fill: url(#coin2); }
  18% {
    fill: url(#coin3); }
  27% {
    fill: url(#coin4); }
  36% {
    fill: url(#coin5); }
  45% {
    fill: url(#coin6); }
  54% {
    fill: url(#coin7); }
  63% {
    fill: url(#coin8); }
  72% {
    fill: url(#coin9); }
  81% {
    fill: url(#coin10); }
  90% {
    fill: url(#coin11); }
  100% {
    fill: url(#coin12); } }

@-webkit-keyframes coinRotationLeft {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes coinRotationLeft {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@font-face {
  font-family: 'Proxima-Nova-Rg';
  src: url("../fonts/ProximaNova-Regular.woff?v=2d2ae255") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima-Nova-Rg-It';
  src: url("../fonts/ProximaNova-RegularIt.woff?v=c88bf689") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Proxima-Nova-Bold';
  src: url("../fonts/ProximaNova-Bold.woff?v=e2cf3dc2") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Proxima-Nova-Bold-It';
  src: url("../fonts/ProximaNova-BoldIt.woff?v=af44a852") format("woff");
  font-weight: bold;
  font-style: italic; }

html {
  font-size: 16px; }
  @media (min-width: 1025px) {
    html {
      font-size: -webkit-calc(100vw / 120);
      font-size: calc(100vw / 120); } }
  @media (max-width: 1024px) {
    html {
      font-size: -webkit-calc(100vw / 48);
      font-size: calc(100vw / 48); } }
  @media (min-width: 320px) and (max-width: 767px) {
    html {
      font-size: -webkit-calc(100vw / 21.25);
      font-size: calc(100vw / 21.25); } }

.container {
  max-width: 105.625rem;
  width: 100%;
  margin: 0 auto; }

.wrapper {
  overflow: hidden; }

.first-screen {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 78.625rem;
  z-index: 2; }
  @media (max-width: 1024px) {
    .first-screen {
      min-height: 60rem; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .first-screen {
      margin-bottom: 18.75rem;
      min-height: 48.75rem; } }
  .first-screen::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: -webkit-calc(50% + 15px);
    width: calc(50% + 15px);
    height: 100%;
    background: #F21E41; }
    @media (max-width: 1024px) {
      .first-screen::after {
        left: -10rem;
        top: -12.6875rem;
        width: 37.6875rem;
        height: 100%;
        -webkit-transform: rotate(23deg);
            -ms-transform: rotate(23deg);
                transform: rotate(23deg); } }
    @media (min-width: 320px) and (max-width: 767px) {
      .first-screen::after {
        width: 42.43312rem;
        height: 42.43312rem;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        top: -18.4375rem; } }
  .first-screen::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    height: 100%;
    background: #F1EEE1; }
    @media (max-width: 1024px) {
      .first-screen::before {
        width: 100%; } }
  .first-screen .container {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (min-width: 320px) and (max-width: 767px) {
      .first-screen .container {
        -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; } }
  .first-screen .red {
    position: relative;
    padding-top: 12.0625rem;
    width: -webkit-calc(50% + 15px);
    width: calc(50% + 15px); }
    @media (max-width: 1024px) {
      .first-screen .red {
        padding-top: 2.1875rem;
        padding-left: 1.4375rem;
        width: 28.0625rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .first-screen .red {
        width: 100%;
        padding-left: 0;
        padding-top: 2.3125rem; } }
    .first-screen .red .title {
      font-family: 'Proxima-Nova-Bold';
      font-weight: bold;
      font-size: 3.75rem;
      line-height: 3.75rem;
      text-transform: uppercase;
      color: #FFF61D; }
      @media (max-width: 1024px) {
        .first-screen .red .title {
          font-size: 2.5rem;
          line-height: 3.75rem;
          margin-bottom: 0; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .first-screen .red .title {
          font-size: 1.875rem;
          line-height: 1.5625rem;
          text-align: center;
          margin-top: 0;
          margin-bottom: 0.3125rem; } }
    .first-screen .red .subtitle {
      position: relative;
      z-index: 3;
      margin-left: -0.3125rem; }
      @media (max-width: 1024px) {
        .first-screen .red .subtitle {
          margin-top: 0; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .first-screen .red .subtitle {
          text-align: center; } }
      .first-screen .red .subtitle .big {
        position: relative;
        font-family: 'Proxima-Nova-Bold';
        font-style: normal;
        font-weight: bold;
        font-size: 9.375rem;
        line-height: 11.4375rem;
        text-transform: uppercase;
        color: #FFFFFF; }
        @media (max-width: 1024px) {
          .first-screen .red .subtitle .big {
            font-size: 5.625rem;
            line-height: 6.875rem; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .first-screen .red .subtitle .big {
            font-size: 3.75rem;
            line-height: 4.5625rem;
            text-align: center;
            padding-right: 1.5625rem; } }
        .first-screen .red .subtitle .big::after {
          content: '';
          width: 3.98188rem;
          height: 4.96188rem;
          background: url("../img/Rub.svg") no-repeat center top/cover;
          position: absolute;
          right: -5.4375rem;
          top: 3.9375rem; }
          @media (max-width: 1024px) {
            .first-screen .red .subtitle .big::after {
              width: 2.03563rem;
              height: 2.53625rem;
              right: -2.4375rem;
              top: 2.6875rem; } }
          @media (min-width: 320px) and (max-width: 767px) {
            .first-screen .red .subtitle .big::after {
              width: 1.625rem;
              height: 2rem;
              right: -0.75rem;
              top: 1.5625rem; } }
      .first-screen .red .subtitle .small {
        font-family: 'Proxima-Nova-Bold';
        font-style: normal;
        font-weight: bold;
        font-size: 5rem;
        line-height: 6.0625rem;
        text-transform: uppercase;
        color: #FFFFFF; }
        @media (max-width: 1024px) {
          .first-screen .red .subtitle .small {
            font-size: 2.5rem;
            line-height: 3.0625rem; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .first-screen .red .subtitle .small {
            font-size: 1.875rem;
            line-height: 2.3125rem;
            text-align: center; } }
    .first-screen .red .coin {
      position: absolute;
      right: -0.875rem;
      top: 36.3125rem;
      width: 20.70688rem;
      height: 15.94375rem;
      z-index: 4;
      -webkit-transition: -webkit-transform 10s;
      transition: -webkit-transform 10s;
      -o-transition: transform 10s;
      transition: transform 10s;
      transition: transform 10s, -webkit-transform 10s;
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7); }
      @media (max-width: 1024px) {
        .first-screen .red .coin {
          right: auto;
          left: -4.375rem;
          width: 14.055rem;
          height: 11.18938rem;
          top: 21.25rem;
          -webkit-transform: rotate(15.41deg);
              -ms-transform: rotate(15.41deg);
                  transform: rotate(15.41deg); } }
      .first-screen .red .coin.load {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transition: -webkit-transform 10s;
        transition: -webkit-transform 10s;
        -o-transition: transform 10s;
        transition: transform 10s;
        transition: transform 10s, -webkit-transform 10s; }
        @media (max-width: 1024px) {
          .first-screen .red .coin.load {
            -webkit-transform: scale(1) rotate(15.41deg);
                -ms-transform: scale(1) rotate(15.41deg);
                    transform: scale(1) rotate(15.41deg); } }
      @media (min-width: 320px) and (max-width: 767px) {
        .first-screen .red .coin {
          display: none; } }
  .first-screen .silver {
    position: relative;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    padding-top: 18.75rem;
    padding-left: 24.625rem; }
    @media (max-width: 1024px) {
      .first-screen .silver {
        padding-left: 0;
        padding-top: 15.8125rem;
        padding-left: 3.125rem;
        width: 40%;
        width: 18.75rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .first-screen .silver {
        width: 100%;
        padding-left: 0;
        padding-top: 18.5625rem; } }
    .first-screen .silver .title {
      position: relative;
      z-index: 3;
      margin-bottom: 1.25rem; }
      @media (max-width: 1024px) {
        .first-screen .silver .title {
          margin-bottom: 0.9375rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .first-screen .silver .title {
          text-align: center;
          margin-top: 1.6875rem;
          margin-bottom: 0.375rem; } }
      .first-screen .silver .title .quantity {
        display: none; }
      .first-screen .silver .title .big {
        font-family: 'Proxima-Nova-Bold';
        font-style: normal;
        font-weight: bold;
        font-size: 5.625rem;
        line-height: 5.625rem;
        text-transform: uppercase;
        color: #FB1821; }
        @media (max-width: 1024px) {
          .first-screen .silver .title .big {
            font-size: 3.125rem;
            line-height: 3.8125rem; } }
      .first-screen .silver .title .small {
        font-family: 'Proxima-Nova-Bold';
        font-style: normal;
        font-weight: bold;
        font-size: 4.375rem;
        line-height: 5.3125rem;
        text-transform: uppercase;
        color: #FB1821; }
        @media (max-width: 1024px) {
          .first-screen .silver .title .small {
            font-size: 2.5rem;
            line-height: 3.0625rem; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .first-screen .silver .title .small {
            font-size: 1.875rem;
            line-height: 2.3125rem; } }
    .first-screen .silver .text {
      position: relative;
      z-index: 3;
      font-family: 'Proxima-Nova-Bold';
      font-style: normal;
      font-weight: bold;
      font-size: 2.875rem;
      line-height: 4.125rem;
      text-transform: uppercase;
      color: #1F1F1F; }
      @media (max-width: 1024px) {
        .first-screen .silver .text {
          font-size: 1.75rem;
          line-height: 2.125rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .first-screen .silver .text {
          text-align: center;
          font-size: 1.25rem;
          line-height: 1.5rem; } }
    .first-screen .silver .balloon {
      position: absolute;
      left: -5.1875rem;
      top: 7.0625rem;
      width: 31.88563rem;
      height: 58.04812rem;
      z-index: 3;
      -webkit-animation: balloon 5s ease-in-out infinite;
              animation: balloon 5s ease-in-out infinite; }
      @media (max-width: 1024px) {
        .first-screen .silver .balloon {
          width: 17.54688rem;
          height: 32.47375rem;
          left: -13.5rem;
          top: 13.9375rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .first-screen .silver .balloon {
          display: none; } }
    .first-screen .silver .balloon-mob {
      display: none; }
      @media (min-width: 320px) and (max-width: 767px) {
        .first-screen .silver .balloon-mob {
          position: absolute;
          display: block;
          width: 16.875rem;
          height: 22.5rem;
          left: 3.5rem;
          top: 0.8125rem;
          -webkit-animation: balloon 5s ease-in-out infinite;
                  animation: balloon 5s ease-in-out infinite;
          z-index: 2; } }
    .first-screen .silver .coin {
      position: absolute;
      left: -28.5625rem;
      top: -6.3125rem;
      width: 78.19125rem;
      height: 63.73rem;
      z-index: 2;
      -webkit-transition: -webkit-transform 10s;
      transition: -webkit-transform 10s;
      -o-transition: transform 10s;
      transition: transform 10s;
      transition: transform 10s, -webkit-transform 10s;
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7); }
      @media (max-width: 1024px) {
        .first-screen .silver .coin {
          display: none; } }
      .first-screen .silver .coin.load {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transition: -webkit-transform 10s;
        transition: -webkit-transform 10s;
        -o-transition: transform 10s;
        transition: transform 10s;
        transition: transform 10s, -webkit-transform 10s; }
    .first-screen .silver .coin-table {
      display: none; }
      @media (max-width: 1024px) {
        .first-screen .silver .coin-table {
          display: block;
          width: 27.5625rem;
          height: 47.5625rem;
          position: absolute;
          right: -0.625rem;
          top: 0; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .first-screen .silver .coin-table {
          display: none; } }
    .first-screen .silver .coin-table-bottom {
      display: none; }
      @media (max-width: 1024px) {
        .first-screen .silver .coin-table-bottom {
          display: block;
          width: 11.8125rem;
          height: 27.75rem;
          position: absolute;
          right: -0.625rem;
          top: 17.1875rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .first-screen .silver .coin-table-bottom {
          display: none; } }
    .first-screen .silver .coin-mob-right {
      display: none; }
      @media (min-width: 320px) and (max-width: 767px) {
        .first-screen .silver .coin-mob-right {
          display: block;
          position: absolute;
          right: -0.75rem;
          top: -3.875rem;
          width: 8rem;
          height: 17.1875rem;
          z-index: 1; } }
    .first-screen .silver .coin-mob-left {
      display: none; }
      @media (min-width: 320px) and (max-width: 767px) {
        .first-screen .silver .coin-mob-left {
          display: block;
          position: absolute;
          left: -0.625rem;
          top: -2.5rem;
          width: 11.25rem;
          height: 23.125rem;
          z-index: 3; } }
  .first-screen .ball-top {
    position: absolute;
    right: -1.0625rem;
    top: 5.8125rem;
    width: 7.6875rem;
    height: 13.375rem; }
    @media (max-width: 1024px) {
      .first-screen .ball-top {
        display: none; } }
  .first-screen .ball-bottom {
    position: absolute;
    right: -1rem;
    top: 41.25rem;
    width: 31.875rem;
    height: 36.8125rem; }
    @media (max-width: 1024px) {
      .first-screen .ball-bottom {
        display: none; } }

.prizes {
  position: relative;
  background: #F1EEE1;
  padding-bottom: 35.625rem; }
  @media (max-width: 1024px) {
    .prizes {
      padding-bottom: 40.625rem; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .prizes {
      padding-bottom: 12.5rem; } }
  .prizes .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -23.4375rem; }
    @media (max-width: 1024px) {
      .prizes .list {
        padding-left: 0; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .prizes .list {
        -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; } }
  .prizes .item {
    position: relative;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    list-style: none; }
    @media (min-width: 320px) and (max-width: 767px) {
      .prizes .item {
        width: 100%; } }
    .prizes .item .circle {
      background-color: #fff;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      left: -3.375rem;
      width: 51.25rem;
      height: 51.25rem; }
    @media (min-width: 320px) and (max-width: 767px) {
      .prizes .item:nth-of-type(1) {
        height: 27.5rem; } }
    .prizes .item:nth-of-type(1) .circle {
      position: relative;
      width: 51.24375rem;
      height: 51.24375rem;
      z-index: 6; }
      @media (max-width: 1024px) {
        .prizes .item:nth-of-type(1) .circle {
          width: 30.625rem;
          height: 30rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .prizes .item:nth-of-type(1) .circle {
          left: -3.4375rem;
          width: 27.8125rem;
          height: 27.8125rem;
          z-index: 4; } }
      .prizes .item:nth-of-type(1) .circle::after {
        content: '';
        width: 100%;
        height: 100%;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background-color: #fff;
        z-index: -1; }
      .prizes .item:nth-of-type(1) .circle::before {
        content: "";
        position: absolute;
        right: -3.9375rem;
        bottom: -0.1875rem;
        height: 44.8125rem;
        width: 44.8125rem;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background: -webkit-radial-gradient(50% 50%, 22.375rem, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
        background: -o-radial-gradient(50% 50%, 22.375rem, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
        background: radial-gradient(22.375rem at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
        z-index: -2; }
        @media (max-width: 1024px) {
          .prizes .item:nth-of-type(1) .circle::before {
            background: -webkit-radial-gradient(50% 50%, 15rem, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
            background: -o-radial-gradient(50% 50%, 15rem, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
            background: radial-gradient(15rem at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
            -webkit-transform: rotate(26.85deg);
                -ms-transform: rotate(26.85deg);
                    transform: rotate(26.85deg);
            right: -0.625rem;
            bottom: -1.25rem;
            height: 30.125rem;
            width: 30.125rem; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .prizes .item:nth-of-type(1) .circle::before {
            background: -webkit-radial-gradient(50% 50%, 13.9375rem, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
            background: -o-radial-gradient(50% 50%, 13.9375rem, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
            background: radial-gradient(13.9375rem at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
            -webkit-transform: rotate(26.85deg);
                -ms-transform: rotate(26.85deg);
                    transform: rotate(26.85deg);
            width: 27.82rem;
            height: 27.82rem;
            bottom: auto;
            top: 1.5625rem;
            right: -0.625rem; } }
    .prizes .item:nth-of-type(1) .priz-img {
      position: absolute;
      left: 11.875rem;
      top: -7.1875rem;
      width: 28.0625rem;
      height: 35.625rem; }
      @media (max-width: 1024px) {
        .prizes .item:nth-of-type(1) .priz-img {
          width: 14.61937rem;
          height: 18.5725rem;
          left: 7.875rem;
          top: -6.1875rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .prizes .item:nth-of-type(1) .priz-img {
          width: 10.82625rem;
          height: 13.75375rem;
          left: 9.375rem;
          top: -2.8125rem; } }
    .prizes .item:nth-of-type(1) .priz-img3-table {
      display: none; }
      @media (max-width: 1024px) {
        .prizes .item:nth-of-type(1) .priz-img3-table {
          display: block;
          position: absolute;
          width: 11.3125rem;
          height: 14.875rem;
          left: 18.1875rem;
          top: 21.875rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .prizes .item:nth-of-type(1) .priz-img3-table {
          display: none; } }
    .prizes .item:nth-of-type(1) .quantity {
      font-family: 'Proxima-Nova-Bold';
      font-style: normal;
      font-weight: bold;
      font-size: 18.75rem;
      letter-spacing: -0.05em;
      color: #FF2A2A;
      line-height: 1;
      margin-right: 2rem; }
      @media (max-width: 1024px) {
        .prizes .item:nth-of-type(1) .quantity {
          font-size: 13.125rem;
          line-height: 16rem;
          margin-right: 0.625rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .prizes .item:nth-of-type(1) .quantity {
          font-size: 170px;
          line-height: 207px;
          letter-spacing: -0.05em;
          margin-right: 1.125rem; } }
    .prizes .item:nth-of-type(1) .text-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      position: absolute;
      top: 27.3125rem;
      left: 8.9375rem;
      z-index: 7; }
      @media (max-width: 1024px) {
        .prizes .item:nth-of-type(1) .text-container {
          top: 9.75rem;
          left: 3.75rem; } }
    .prizes .item:nth-of-type(1) .col {
      max-width: 15.625rem;
      padding-top: 2.1875rem; }
      @media (max-width: 1024px) {
        .prizes .item:nth-of-type(1) .col {
          padding-top: 2.8125rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .prizes .item:nth-of-type(1) .col {
          padding-top: 2.1875rem;
          max-width: 10rem; } }
    .prizes .item:nth-of-type(1) .priz {
      font-family: 'Proxima-Nova-Bold';
      font-style: normal;
      font-weight: bold;
      font-size: 2.5rem;
      line-height: 3.0625rem;
      text-transform: uppercase;
      color: #331F1F;
      margin-bottom: 0; }
      @media (max-width: 1024px) {
        .prizes .item:nth-of-type(1) .priz {
          font-size: 1.875rem;
          line-height: 2.3125rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .prizes .item:nth-of-type(1) .priz {
          font-size: 1.5rem;
          line-height: 1.8125rem; } }
      .prizes .item:nth-of-type(1) .priz.red {
        color: #FF2A2A; }
        @media (min-width: 320px) and (max-width: 767px) {
          .prizes .item:nth-of-type(1) .priz.red {
            margin-bottom: 0.3125rem; } }
      .prizes .item:nth-of-type(1) .priz .big {
        font-family: 'Proxima-Nova-Bold';
        font-style: normal;
        font-weight: bold;
        font-size: 4.375rem;
        line-height: 4.375rem;
        text-transform: uppercase;
        color: #331F1F; }
        @media (max-width: 1024px) {
          .prizes .item:nth-of-type(1) .priz .big {
            font-size: 3.125rem;
            line-height: 2.3125rem; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .prizes .item:nth-of-type(1) .priz .big {
            font-size: 40px;
            line-height: 49px; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .prizes .item:nth-of-type(2) {
        height: 15.625rem; } }
    .prizes .item:nth-of-type(2) .circle {
      position: absolute;
      left: -2.875rem;
      top: 3.125rem;
      width: 47.75375rem;
      height: 47.75375rem;
      z-index: 5; }
      @media (max-width: 1024px) {
        .prizes .item:nth-of-type(2) .circle {
          width: 30rem;
          height: 29.375rem;
          left: 5.9375rem;
          top: 4.375rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .prizes .item:nth-of-type(2) .circle {
          z-index: 5;
          width: 21rem;
          height: 20.375rem;
          left: 2.625rem;
          top: -4.6875rem; } }
      .prizes .item:nth-of-type(2) .circle::after {
        content: '';
        width: 100%;
        height: 100%;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background-color: #fff;
        z-index: -1; }
      .prizes .item:nth-of-type(2) .circle::before {
        content: "";
        position: absolute;
        right: -4.1875rem;
        bottom: -2.875rem;
        height: 44.8125rem;
        width: 44.8125rem;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background: -webkit-radial-gradient(50% 50%, 22.375rem, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
        background: -o-radial-gradient(50% 50%, 22.375rem, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
        background: radial-gradient(22.375rem at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
        z-index: -2; }
        @media (max-width: 1024px) {
          .prizes .item:nth-of-type(2) .circle::before {
            background: -webkit-radial-gradient(50% 50%, 15rem, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
            background: -o-radial-gradient(50% 50%, 15rem, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
            background: radial-gradient(15rem at 50% 50%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
            -webkit-transform: rotate(26.06deg);
                -ms-transform: rotate(26.06deg);
                    transform: rotate(26.06deg);
            height: 30.125rem;
            width: 30.125rem;
            right: -0.625rem;
            bottom: -2.5rem; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .prizes .item:nth-of-type(2) .circle::before {
            background: -webkit-radial-gradient(50% 50%, 12.2rem, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
            background: -o-radial-gradient(50% 50%, 12.2rem, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
            background: radial-gradient(12.2rem at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
            -webkit-transform: rotate(104.35deg);
                -ms-transform: rotate(104.35deg);
                    transform: rotate(104.35deg);
            width: 24.4725rem;
            height: 24.4725rem;
            bottom: auto;
            top: -1.875rem;
            right: auto;
            left: -0.9375rem; } }
    .prizes .item:nth-of-type(2) .priz-img {
      position: absolute;
      left: 7.5rem;
      top: -9.375rem;
      width: 41rem;
      height: 32.125rem; }
      @media (max-width: 1024px) {
        .prizes .item:nth-of-type(2) .priz-img {
          width: 22.73438rem;
          height: 17.83312rem;
          left: 4.375rem;
          top: -4.6875rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .prizes .item:nth-of-type(2) .priz-img {
          width: 16.5625rem;
          height: 12.99188rem;
          left: -2.125rem;
          top: -1.375rem; } }
    .prizes .item:nth-of-type(2) .text-container {
      position: absolute;
      left: 14.8125rem;
      top: 21.375rem;
      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;
      max-width: 20.5rem;
      z-index: 7; }
      @media (max-width: 1024px) {
        .prizes .item:nth-of-type(2) .text-container {
          left: 3.3125rem;
          top: 10rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .prizes .item:nth-of-type(2) .text-container {
          top: 4.25rem;
          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: end;
          -webkit-align-items: flex-end;
              -ms-flex-align: end;
                  align-items: flex-end;
          max-width: 14.0625rem; } }
    .prizes .item:nth-of-type(2) .quantity {
      font-family: 'Proxima-Nova-Bold';
      font-style: normal;
      font-weight: bold;
      font-size: 12.5rem;
      line-height: 15.25rem;
      text-align: center;
      letter-spacing: -0.05em;
      color: #FF2A2A;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      line-height: 1;
      margin-bottom: -0.3125rem; }
      @media (max-width: 1024px) {
        .prizes .item:nth-of-type(2) .quantity {
          font-size: 9.375rem;
          line-height: 8.125rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .prizes .item:nth-of-type(2) .quantity {
          text-align: right;
          font-size: 6.25rem;
          line-height: 7.625rem;
          margin-bottom: -0.9375rem; } }
    .prizes .item:nth-of-type(2) .priz {
      font-family: 'Proxima-Nova-Bold';
      font-style: normal;
      font-weight: bold;
      font-size: 2.25rem;
      line-height: 2.75rem;
      text-align: center;
      text-transform: uppercase;
      color: #1F1F1F; }
      @media (max-width: 1024px) {
        .prizes .item:nth-of-type(2) .priz {
          font-size: 1.875rem;
          line-height: 2.0625rem;
          letter-spacing: -0.0625rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .prizes .item:nth-of-type(2) .priz {
          text-align: right;
          font-size: 1.5rem;
          line-height: 1.8125rem;
          letter-spacing: normal; } }
      .prizes .item:nth-of-type(2) .priz.red {
        color: #FF2A2A; }
        @media (max-width: 1024px) {
          .prizes .item:nth-of-type(2) .priz.red {
            letter-spacing: normal; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .prizes .item:nth-of-type(2) .priz.red {
            margin-bottom: 0; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .prizes .item:nth-of-type(3) {
        height: 15.625rem; } }
    .prizes .item:nth-of-type(3) .circle {
      position: absolute;
      top: 14.6875rem;
      width: 43.90937rem;
      height: 43.90937rem;
      z-index: 4; }
      @media (max-width: 1024px) {
        .prizes .item:nth-of-type(3) .circle {
          width: 30rem;
          height: 29.375rem;
          left: -26.875rem;
          top: 22.5rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .prizes .item:nth-of-type(3) .circle {
          z-index: 5;
          width: 23.75rem;
          height: 23.125rem;
          left: -4.3125rem;
          top: -4.375rem; } }
      .prizes .item:nth-of-type(3) .circle::after {
        content: '';
        width: 100%;
        height: 100%;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background-color: #fff;
        z-index: -1; }
      .prizes .item:nth-of-type(3) .circle::before {
        content: "";
        position: absolute;
        right: -2.625rem;
        bottom: -2.25rem;
        height: 44.8125rem;
        width: 44.8125rem;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background: -webkit-radial-gradient(50% 50%, 22.375rem, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
        background: -o-radial-gradient(50% 50%, 22.375rem, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
        background: radial-gradient(22.375rem at 50% 50%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
        z-index: -2; }
        @media (max-width: 1024px) {
          .prizes .item:nth-of-type(3) .circle::before {
            background: -webkit-radial-gradient(50% 50%, 15.25rem, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
            background: -o-radial-gradient(50% 50%, 15.25rem, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
            background: radial-gradient(15.25rem at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
            -webkit-transform: rotate(17.95deg);
                -ms-transform: rotate(17.95deg);
                    transform: rotate(17.95deg);
            height: 30.5rem;
            width: 30.5rem;
            right: 0.9375rem;
            bottom: -1.25rem; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .prizes .item:nth-of-type(3) .circle::before {
            background: -webkit-radial-gradient(50% 50%, 13.4rem, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
            background: -o-radial-gradient(50% 50%, 13.4rem, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
            background: radial-gradient(13.4rem at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
            -webkit-transform: rotate(104.35deg);
                -ms-transform: rotate(104.35deg);
                    transform: rotate(104.35deg);
            width: 26.86875rem;
            height: 26.86875rem;
            top: -1.25rem;
            right: -1.25rem;
            bottom: auto; } }
    .prizes .item:nth-of-type(3) .priz-img {
      width: 20.4375rem;
      height: 26.9375rem;
      position: absolute;
      left: 12.6875rem;
      top: -9.5625rem; }
      @media (max-width: 1024px) {
        .prizes .item:nth-of-type(3) .priz-img {
          display: none;
          width: 11.31687rem;
          height: 14.93062rem;
          left: 9.6875rem;
          top: -0.6875rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .prizes .item:nth-of-type(3) .priz-img {
          display: block;
          width: 8.56312rem;
          height: 11.29813rem;
          left: 15.8125rem;
          top: 3.75rem; } }
    .prizes .item:nth-of-type(3) .text-container {
      max-width: 22.5rem;
      position: absolute;
      left: 11.25rem;
      top: 18.125rem;
      z-index: 7; }
      @media (max-width: 1024px) {
        .prizes .item:nth-of-type(3) .text-container {
          max-width: 17.5rem;
          left: 6.6875rem;
          top: 13.6875rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .prizes .item:nth-of-type(3) .text-container {
          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: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          text-align: left;
          max-width: 13.125rem;
          left: 5.5625rem;
          top: 2.8125rem; } }
    .prizes .item:nth-of-type(3) .quantity {
      font-family: 'Proxima-Nova-Bold';
      font-style: normal;
      font-weight: bold;
      font-size: 9.375rem;
      line-height: 11.4375rem;
      text-align: center;
      letter-spacing: -0.05em;
      color: #FF2A2A;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      line-height: 1;
      margin-bottom: -0.3125rem; }
      @media (max-width: 1024px) {
        .prizes .item:nth-of-type(3) .quantity {
          font-size: 5.625rem;
          line-height: 6.875rem;
          text-align: center;
          letter-spacing: -0.25rem;
          margin-bottom: -0.9375rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .prizes .item:nth-of-type(3) .quantity {
          font-size: 5rem;
          line-height: 6.9375rem;
          letter-spacing: -0.05em; } }
    .prizes .item:nth-of-type(3) .priz {
      font-family: 'Proxima-Nova-Bold';
      font-style: normal;
      font-weight: bold;
      font-size: 1.5rem;
      line-height: 2.25rem;
      text-align: center;
      text-transform: uppercase;
      color: #1F1F1F;
      margin-bottom: 0; }
      @media (max-width: 1024px) {
        .prizes .item:nth-of-type(3) .priz {
          font-size: 1.125rem;
          line-height: 1.75rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .prizes .item:nth-of-type(3) .priz {
          font-size: 1rem;
          line-height: 1.5rem;
          text-align: left;
          max-width: 11.25rem; } }
      .prizes .item:nth-of-type(3) .priz.red {
        font-family: 'Proxima-Nova-Bold';
        font-style: normal;
        font-weight: bold;
        font-size: 2.5rem;
        line-height: 3.0625rem;
        text-align: center;
        text-transform: uppercase;
        color: #FF2A2A;
        margin-bottom: 0.625rem; }
        @media (max-width: 1024px) {
          .prizes .item:nth-of-type(3) .priz.red {
            font-size: 1.875rem;
            line-height: 2.3125rem;
            margin-bottom: 0; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .prizes .item:nth-of-type(3) .priz.red {
            font-size: 1.5rem;
            line-height: 1.8125rem;
            margin-bottom: 0.3125rem; } }
      .prizes .item:nth-of-type(3) .priz.thin {
        font-family: 'Proxima-Nova-Rg';
        font-style: normal;
        font-weight: normal;
        font-size: 1.5rem;
        line-height: 1.8125rem;
        text-align: center;
        text-transform: lowercase;
        color: #1F1F1F; }
        @media (max-width: 1024px) {
          .prizes .item:nth-of-type(3) .priz.thin {
            font-size: 1rem;
            line-height: 1.1875rem; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .prizes .item:nth-of-type(3) .priz.thin {
            font-size: 0.875rem;
            line-height: 1.0625rem; } }
  .prizes .balls1 {
    position: absolute;
    left: 22.5625rem;
    bottom: 0.3125rem;
    z-index: 3;
    width: 72.5rem;
    height: 47rem;
    z-index: 6; }
    @media (max-width: 1024px) {
      .prizes .balls1 {
        display: none; } }
  .prizes .balls1-table {
    display: none; }
    @media (max-width: 1024px) {
      .prizes .balls1-table {
        display: block;
        width: 30.8125rem;
        height: 34.3125rem;
        position: absolute;
        right: 0;
        top: 40rem;
        z-index: 4; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .prizes .balls1-table {
        display: none; } }
  .prizes .balls2 {
    position: absolute;
    left: 5.125rem;
    bottom: 17.375rem;
    width: 106.875rem;
    height: 35.4375rem;
    z-index: 3; }
    @media (max-width: 1024px) {
      .prizes .balls2 {
        display: none; } }
  .prizes .balls2-table {
    display: none; }
    @media (max-width: 1024px) {
      .prizes .balls2-table {
        display: block;
        width: 48rem;
        height: 75.75rem;
        position: absolute;
        left: 0;
        top: -10.625rem;
        z-index: 3; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .prizes .balls2-table {
        display: none; } }
  .prizes .balls1-mob {
    display: none; }
    @media (min-width: 320px) and (max-width: 767px) {
      .prizes .balls1-mob {
        display: block;
        position: absolute;
        top: 15.3125rem;
        left: 0;
        width: 21.25rem;
        height: 59.9375rem;
        z-index: 3; } }
  .prizes .balls2-mob {
    display: none; }
    @media (min-width: 320px) and (max-width: 767px) {
      .prizes .balls2-mob {
        display: block;
        position: absolute;
        top: 55.625rem;
        right: 0;
        width: 17rem;
        height: 12.875rem;
        z-index: 5; } }
  .prizes .balls3-mob {
    display: none; }
    @media (min-width: 320px) and (max-width: 767px) {
      .prizes .balls3-mob {
        display: block;
        position: absolute;
        top: 33.125rem;
        left: 0;
        width: 4.75rem;
        height: 8.625rem;
        z-index: 8; } }

.countdown {
  position: relative;
  z-index: 2;
  min-height: 90.9375rem;
  padding-top: 37.25rem;
  margin-top: -36.25rem;
  background: url("../img/countdown-section-bg.svg?v=a113910c") no-repeat center top/cover; }
  @media (max-width: 1024px) {
    .countdown {
      margin-top: -19.375rem;
      background: url("../img/countdown-section-bg-table.svg?v=56bf09a0") no-repeat center top/cover;
      min-height: 48.125rem;
      padding-top: 18.4375rem; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .countdown {
      margin-top: -16.875rem;
      padding-top: 15.9375rem;
      min-height: 39.6875rem; } }
  .countdown .container {
    padding-left: 1.6875rem; }
    @media (max-width: 1024px) {
      .countdown .container {
        padding-left: 0.375rem; } }
  .countdown .blab_countdown {
    width: 68.75rem;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      .countdown .blab_countdown {
        width: 36.875rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .countdown .blab_countdown {
        width: 19.25rem; } }
  .countdown .time_circles {
    position: relative; }
    .countdown .time_circles canvas {
      width: 100%; }
  .countdown .title {
    font-family: 'Proxima-Nova-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 3.125rem;
    line-height: 3.8125rem;
    text-align: center;
    text-transform: uppercase;
    color: #1F1F1F;
    margin-bottom: 2.0625rem; }
    @media (max-width: 1024px) {
      .countdown .title {
        font-size: 1.5rem;
        line-height: 1.8125rem;
        margin-bottom: 1.25rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .countdown .title {
        font-size: 1rem;
        line-height: 1.375rem;
        letter-spacing: 0.05em;
        margin-bottom: 0.75rem; } }
  .countdown .blab_count-wrapper {
    margin-bottom: 2.0625rem; }
    @media (max-width: 1024px) {
      .countdown .blab_count-wrapper {
        margin-bottom: 1.5625rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .countdown .blab_count-wrapper {
        margin-bottom: 2.5rem; } }
  .countdown .blab_count {
    width: 100%;
    margin-left: 0 !important; }
  .countdown .textDiv_Days {
    position: absolute;
    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; }
    .countdown .textDiv_Days h4 {
      font-family: Open Sans;
      font-style: normal;
      font-weight: normal;
      font-size: 1rem !important;
      line-height: 2.0625rem !important;
      text-align: center;
      color: #1F1F1F; }
      @media (max-width: 1024px) {
        .countdown .textDiv_Days h4 {
          font-size: 0.75rem !important;
          line-height: 1.5625rem !important;
          margin-top: -0.3125rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .countdown .textDiv_Days h4 {
          font-size: 0.875rem !important;
          line-height: 1.8125rem !important;
          margin-top: -0.3125rem; } }
    .countdown .textDiv_Days span {
      font-family: 'Proxima-Nova-Rg';
      font-style: normal;
      font-weight: normal;
      font-size: 4.375rem !important;
      line-height: 3.4375rem !important;
      text-align: center;
      color: #1F1F1F; }
      @media (max-width: 1024px) {
        .countdown .textDiv_Days span {
          font-size: 2.5rem !important;
          line-height: 1.5625rem !important;
          margin-bottom: 0.625rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .countdown .textDiv_Days span {
          font-size: 1.875rem !important;
          line-height: 1.375rem !important;
          margin-bottom: 1.5625rem; } }
  .countdown .textDiv_Hours {
    position: absolute;
    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; }
    .countdown .textDiv_Hours h4 {
      font-family: Open Sans;
      font-style: normal;
      font-weight: normal;
      font-size: 1rem !important;
      line-height: 2.0625rem !important;
      text-align: center;
      color: #1F1F1F; }
      @media (max-width: 1024px) {
        .countdown .textDiv_Hours h4 {
          font-size: 0.75rem !important;
          line-height: 1.5625rem !important;
          margin-top: -0.3125rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .countdown .textDiv_Hours h4 {
          font-size: 0.875rem !important;
          line-height: 1.8125rem !important;
          margin-top: -0.3125rem; } }
    .countdown .textDiv_Hours span {
      font-family: 'Proxima-Nova-Rg';
      font-style: normal;
      font-weight: normal;
      font-size: 4.375rem !important;
      line-height: 3.4375rem !important;
      text-align: center;
      color: #1F1F1F; }
      @media (max-width: 1024px) {
        .countdown .textDiv_Hours span {
          font-size: 2.5rem !important;
          line-height: 1.5625rem !important;
          margin-bottom: 0.625rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .countdown .textDiv_Hours span {
          font-size: 1.875rem !important;
          line-height: 1.375rem !important;
          margin-bottom: 1.5625rem; } }
  .countdown .textDiv_Minutes {
    position: absolute;
    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; }
    .countdown .textDiv_Minutes h4 {
      font-family: Open Sans;
      font-style: normal;
      font-weight: normal;
      font-size: 1rem !important;
      line-height: 2.0625rem !important;
      text-align: center;
      color: #1F1F1F; }
      @media (max-width: 1024px) {
        .countdown .textDiv_Minutes h4 {
          font-size: 0.75rem !important;
          line-height: 1.5625rem !important;
          margin-top: -0.3125rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .countdown .textDiv_Minutes h4 {
          font-size: 0.875rem !important;
          line-height: 1.8125rem !important;
          margin-top: -0.3125rem; } }
    .countdown .textDiv_Minutes span {
      font-family: 'Proxima-Nova-Rg';
      font-style: normal;
      font-weight: normal;
      font-size: 4.375rem !important;
      line-height: 3.4375rem !important;
      text-align: center;
      color: #1F1F1F; }
      @media (max-width: 1024px) {
        .countdown .textDiv_Minutes span {
          font-size: 2.5rem !important;
          line-height: 1.5625rem !important;
          margin-bottom: 0.625rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .countdown .textDiv_Minutes span {
          font-size: 1.875rem !important;
          line-height: 1.375rem !important;
          margin-bottom: 1.5625rem; } }
  .countdown .textDiv_Seconds {
    position: absolute;
    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; }
    .countdown .textDiv_Seconds h4 {
      font-family: Open Sans;
      font-style: normal;
      font-weight: normal;
      font-size: 1rem !important;
      line-height: 2.0625rem !important;
      text-align: center;
      color: #1F1F1F; }
      @media (max-width: 1024px) {
        .countdown .textDiv_Seconds h4 {
          font-size: 0.75rem !important;
          line-height: 1.5625rem !important;
          margin-top: -0.3125rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .countdown .textDiv_Seconds h4 {
          font-size: 0.875rem !important;
          line-height: 1.8125rem !important;
          margin-top: -0.3125rem; } }
    .countdown .textDiv_Seconds span {
      font-family: 'Proxima-Nova-Rg';
      font-style: normal;
      font-weight: normal;
      font-size: 4.375rem !important;
      line-height: 3.4375rem !important;
      text-align: center;
      color: #1F1F1F; }
      @media (max-width: 1024px) {
        .countdown .textDiv_Seconds span {
          font-size: 2.5rem !important;
          line-height: 1.5625rem !important;
          margin-bottom: 0.625rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .countdown .textDiv_Seconds span {
          font-size: 1.875rem !important;
          line-height: 1.375rem !important;
          margin-bottom: 1.5625rem; } }
  .countdown .btn {
    position: relative;
    width: 19.625rem;
    height: 5rem;
    background: #D1083E;
    -webkit-border-radius: 0.625rem;
            border-radius: 0.625rem;
    font-family: 'Proxima-Nova-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 3.25rem;
    margin: 0 auto;
    text-transform: none;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s; }
    .countdown .btn:hover {
      background: #F21E41;
      -webkit-transition: background 0.5s;
      -o-transition: background 0.5s;
      transition: background 0.5s; }
    @media (max-width: 1024px) {
      .countdown .btn {
        width: 17.5rem;
        height: 5rem;
        font-size: 1.25rem;
        line-height: 1.5rem;
        padding-left: 2.5rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .countdown .btn {
        width: 13.1875rem;
        height: 4.0625rem;
        font-size: 0.875rem;
        line-height: 1.5rem;
        padding-left: 1.875rem; } }
    .countdown .btn::after {
      content: '';
      position: absolute;
      right: 3.4375rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: url("../img/btn-arrow.svg") no-repeat center top/cover;
      width: 1.4375rem;
      height: 0.9375rem; }
      @media (max-width: 1024px) {
        .countdown .btn::after {
          right: 2.5rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .countdown .btn::after {
          right: 1.6875rem;
          width: 1.125rem;
          height: 0.8125rem; } }
  .countdown .coin-left {
    position: absolute;
    left: 0;
    bottom: -18.75rem;
    width: 10.125rem;
    height: 19.5rem; }
    @media (max-width: 1024px) {
      .countdown .coin-left {
        display: none;
        width: 11.345rem;
        height: 21.92rem;
        bottom: -5rem; } }
    .countdown .coin-left.mob {
      display: none; }
      @media (max-width: 1024px) {
        .countdown .coin-left.mob {
          display: block; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .countdown .coin-left.mob {
          display: none; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .countdown .coin-left {
        display: none; } }
  .countdown .coin-right {
    position: absolute;
    right: -1.0625rem;
    bottom: -6.25rem;
    width: 12.125rem;
    height: 28.75rem; }
    @media (max-width: 1024px) {
      .countdown .coin-right {
        display: none;
        width: 13.375rem;
        height: 31.935rem;
        bottom: -6.25rem;
        right: -3.4375rem; } }
    .countdown .coin-right.mob {
      display: none; }
      @media (max-width: 1024px) {
        .countdown .coin-right.mob {
          display: block; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .countdown .coin-right.mob {
          display: none; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .countdown .coin-right {
        display: none; } }

#circle {
  opacity: 0; }

.steps {
  position: relative;
  z-index: 1;
  background: #F8512C;
  margin-top: -31.25rem;
  padding-top: 28.4375rem;
  padding-bottom: 12.5rem;
  min-height: 125rem;
  background: url("../img/steps-bg.png?v=25913fff") no-repeat center top/cover; }
  @media (max-width: 1024px) {
    .steps {
      padding-top: 25.625rem;
      background: url("../img/steps-bg-tablet.png?v=766c5874") no-repeat center top/cover;
      background-position-y: -15rem;
      padding-bottom: 0;
      min-height: 115.9375rem;
      margin-top: -25rem; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .steps {
      background: url("../img/steps-bg-mob.png?v=7f53eb16") no-repeat center top/cover;
      background-position-y: -8.75rem;
      min-height: 96.875rem; } }
  .steps .track {
    width: 100.3125rem;
    height: 94rem;
    margin-left: 1.6875rem;
    margin-top: -3.3125rem;
    margin-bottom: 1rem; }
    @media (max-width: 1024px) {
      .steps .track {
        display: none; } }
  @media (max-width: 1024px) {
    .steps .list {
      padding-left: 18.125rem;
      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: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 1.875rem; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .steps .list {
      padding-left: 4.375rem;
      padding-top: 2.6875rem;
      margin-bottom: 1.25rem; } }
  .steps .item {
    list-style: none;
    position: absolute; }
    @media (max-width: 1024px) {
      .steps .item {
        margin-bottom: 2.8125rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .steps .item {
        margin-bottom: 6.25rem; } }
    .steps .item:nth-of-type(1) {
      max-width: 29.375rem;
      position: absolute;
      left: 40.375rem;
      top: 36.625rem; }
      @media (max-width: 1024px) {
        .steps .item:nth-of-type(1) {
          position: relative;
          max-width: 24.375rem;
          top: initial;
          left: initial; } }
      .steps .item:nth-of-type(1)::after {
        content: '1';
        font-family: 'Proxima-Nova-Bold';
        font-style: normal;
        font-weight: bold;
        font-size: 2.25rem;
        line-height: 2.75rem;
        text-transform: uppercase;
        color: #F66241;
        width: 3.64rem;
        height: 3.64rem;
        background: #FFD75E;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -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;
        position: absolute;
        left: -4.5625rem;
        top: 0.9375rem; }
        @media (max-width: 1024px) {
          .steps .item:nth-of-type(1)::after {
            font-size: 2.25rem;
            line-height: 2.75rem;
            width: 3.64rem;
            height: 3.64rem; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .steps .item:nth-of-type(1)::after {
            font-size: 1.5rem;
            line-height: 1.8125rem;
            width: 2.465rem;
            height: 2.465rem;
            left: -3.75rem;
            top: 1.25rem; } }
      .steps .item:nth-of-type(1)::before {
        content: '';
        position: absolute;
        left: -19.3125rem;
        top: -2.1875rem;
        width: 12.8725rem;
        height: 14.43125rem;
        background: url("../img/steps-icon-1.png?v=8f126b25") no-repeat center top/cover; }
        @media (max-width: 1024px) {
          .steps .item:nth-of-type(1)::before {
            width: 8.66rem;
            height: 9.70875rem;
            left: -14.75rem;
            top: 0.375rem; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .steps .item:nth-of-type(1)::before {
            width: 4.87375rem;
            height: 5.46375rem;
            left: 3.125rem;
            top: -5rem; } }
    .steps .item:nth-of-type(2) {
      max-width: 21.5625rem;
      position: absolute;
      right: 9rem;
      top: 48.1875rem; }
      @media (max-width: 1024px) {
        .steps .item:nth-of-type(2) {
          position: relative;
          top: initial;
          left: initial;
          right: initial; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .steps .item:nth-of-type(2) {
          margin-bottom: 5.625rem; } }
      .steps .item:nth-of-type(2)::after {
        content: '2';
        font-family: 'Proxima-Nova-Bold';
        font-style: normal;
        font-weight: bold;
        font-size: 2.25rem;
        line-height: 2.75rem;
        text-transform: uppercase;
        color: #F66241;
        width: 3.64rem;
        height: 3.64rem;
        background: #FFD75E;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -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;
        position: absolute;
        left: -4.9375rem;
        top: 0.8125rem; }
        @media (max-width: 1024px) {
          .steps .item:nth-of-type(2)::after {
            font-size: 2.25rem;
            line-height: 2.75rem;
            width: 3.64rem;
            height: 3.64rem; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .steps .item:nth-of-type(2)::after {
            font-size: 1.5rem;
            line-height: 1.8125rem;
            width: 2.465rem;
            height: 2.465rem;
            left: -3.75rem;
            top: 1.25rem; } }
      .steps .item:nth-of-type(2)::before {
        content: '';
        position: absolute;
        left: -20.4375rem;
        top: -2.75rem;
        width: 13.94937rem;
        height: 15.59875rem;
        background: url("../img/steps-icon-2.png?v=58e7031e") no-repeat center top/cover; }
        @media (max-width: 1024px) {
          .steps .item:nth-of-type(2)::before {
            width: 8.66rem;
            height: 9.68437rem;
            top: 0.9375rem;
            left: -14.6875rem; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .steps .item:nth-of-type(2)::before {
            width: 4.87375rem;
            height: 5.46375rem;
            left: 3.125rem;
            top: -5rem; } }
    .steps .item:nth-of-type(3) {
      max-width: 21.5625rem;
      position: absolute;
      left: 32.3125rem;
      top: 81.0625rem; }
      @media (max-width: 1024px) {
        .steps .item:nth-of-type(3) {
          max-width: 24.6875rem;
          position: relative;
          top: initial;
          left: initial; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .steps .item:nth-of-type(3) {
          margin-bottom: 2.1875rem; } }
      .steps .item:nth-of-type(3)::after {
        content: '3';
        font-family: 'Proxima-Nova-Bold';
        font-style: normal;
        font-weight: bold;
        font-size: 2.25rem;
        line-height: 2.75rem;
        text-transform: uppercase;
        color: #F66241;
        width: 3.64rem;
        height: 3.64rem;
        background: #FFD75E;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -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;
        position: absolute;
        left: -5.0625rem;
        top: 1.125rem; }
        @media (max-width: 1024px) {
          .steps .item:nth-of-type(3)::after {
            font-size: 2.25rem;
            line-height: 2.75rem;
            width: 3.64rem;
            height: 3.64rem; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .steps .item:nth-of-type(3)::after {
            font-size: 1.5rem;
            line-height: 1.8125rem;
            width: 2.465rem;
            height: 2.465rem;
            left: -3.75rem;
            top: 1.25rem; } }
      .steps .item:nth-of-type(3)::before {
        content: '';
        position: absolute;
        left: -22.6875rem;
        top: -3.1875rem;
        width: 19.62125rem;
        height: 13.56938rem;
        background: url("../img/steps-icon-3.png?v=5d8b5585") no-repeat center top/cover; }
        @media (max-width: 1024px) {
          .steps .item:nth-of-type(3)::before {
            width: 8.66rem;
            height: 5.98937rem;
            top: 0.9375rem;
            left: -14.6875rem; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .steps .item:nth-of-type(3)::before {
            width: 6.875rem;
            height: 4.75rem;
            left: 2.1875rem;
            top: -4.6875rem; } }
      .steps .item:nth-of-type(3) .title {
        font-size: 2.5rem;
        line-height: 3.0625rem; }
        @media (max-width: 1024px) {
          .steps .item:nth-of-type(3) .title {
            font-size: 1.875rem;
            line-height: 2.3125rem; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .steps .item:nth-of-type(3) .title {
            font-size: 1.25rem;
            line-height: 1.5rem;
            max-width: 10rem; } }
      @media (max-width: 1024px) {
        .steps .item:nth-of-type(3) .text {
          max-width: 19.6875rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .steps .item:nth-of-type(3) .text {
          max-width: 13.75rem; } }
      @media (max-width: 1024px) {
        .steps .item:nth-of-type(3) .text br {
          display: none; } }
    .steps .item:nth-of-type(4) {
      max-width: 30.9375rem;
      position: absolute;
      right: 26.4375rem;
      top: 85.8125rem; }
      @media (max-width: 1024px) {
        .steps .item:nth-of-type(4) {
          position: relative;
          top: initial;
          right: initial;
          margin-bottom: 0; } }
      .steps .item:nth-of-type(4)::after {
        content: '4';
        font-family: 'Proxima-Nova-Bold';
        font-style: normal;
        font-weight: bold;
        font-size: 2.25rem;
        line-height: 2.75rem;
        text-transform: uppercase;
        color: #F66241;
        width: 3.64rem;
        height: 3.64rem;
        background: #FFD75E;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -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;
        position: absolute;
        left: -4.5625rem;
        top: 0.9375rem; }
        @media (max-width: 1024px) {
          .steps .item:nth-of-type(4)::after {
            font-size: 2.25rem;
            line-height: 2.75rem;
            width: 3.64rem;
            height: 3.64rem; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .steps .item:nth-of-type(4)::after {
            font-size: 1.5rem;
            line-height: 1.8125rem;
            width: 2.465rem;
            height: 2.465rem;
            left: -3.75rem;
            top: 1.25rem; } }
      .steps .item:nth-of-type(4)::before {
        content: '';
        position: absolute;
        z-index: 2;
        right: -11.625rem;
        top: -16.25rem;
        width: 29.375rem;
        height: 25rem;
        background: url("../img/steps-icon-4.png?v=d5853289") no-repeat center top/cover; }
        @media (max-width: 1024px) {
          .steps .item:nth-of-type(4)::before {
            width: 16.5rem;
            height: 16.5rem;
            top: -2rem;
            left: -18.0625rem; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .steps .item:nth-of-type(4)::before {
            width: 10.125rem;
            height: 7.8125rem;
            left: 6.9375rem;
            top: -3.0625rem; } }
      .steps .item:nth-of-type(4) .title {
        font-size: 2.5rem;
        line-height: 3.0625rem; }
        @media (max-width: 1024px) {
          .steps .item:nth-of-type(4) .title {
            font-size: 1.875rem;
            line-height: 2.3125rem; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .steps .item:nth-of-type(4) .title {
            font-size: 1.25rem;
            line-height: 1.5rem; } }
      @media (max-width: 1024px) {
        .steps .item:nth-of-type(4) .text {
          max-width: 23.75rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .steps .item:nth-of-type(4) .text {
          font-size: 0.875rem;
          line-height: 1.625rem; } }
      @media (max-width: 1024px) {
        .steps .item:nth-of-type(4) .text br {
          display: none; } }
      .steps .item:nth-of-type(4) .text br.mob {
        display: none; }
        @media (min-width: 320px) and (max-width: 767px) {
          .steps .item:nth-of-type(4) .text br.mob {
            display: block; } }
  .steps .title {
    font-family: 'Proxima-Nova-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 2.125rem;
    line-height: 2.5625rem;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 1.875rem; }
    @media (max-width: 1024px) {
      .steps .title {
        font-size: 1.875rem;
        line-height: 2.3125rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .steps .title {
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-bottom: 1.3125rem; } }
    .steps .title .lowercase {
      text-transform: lowercase; }
  .steps .text {
    font-family: 'Proxima-Nova-Rg';
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 2.75rem;
    color: #FFFFFF; }
    @media (max-width: 1024px) {
      .steps .text {
        font-size: 1.25rem;
        line-height: 2.3125rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .steps .text {
        font-size: 0.875rem;
        line-height: 1.625rem; } }
    .steps .text a {
      font-family: 'Proxima-Nova-Bold';
      border-bottom: 1px solid #fff; }
    .steps .text .bold {
      font-family: 'Proxima-Nova-Bold'; }
  .steps .btn {
    position: relative;
    font-family: 'Proxima-Nova-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #F8512C;
    background: #FFF61D;
    -webkit-border-radius: 0.625rem;
            border-radius: 0.625rem;
    width: 24.0625rem;
    height: 5rem;
    padding-left: 2.125rem;
    text-transform: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto;
    margin-bottom: 2.8125rem;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s; }
    .steps .btn:hover {
      background: #FFFA82;
      -webkit-transition: background 0.5s;
      -o-transition: background 0.5s;
      transition: background 0.5s; }
    @media (max-width: 1024px) {
      .steps .btn {
        margin-bottom: 1.25rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .steps .btn {
        width: 18.25rem;
        height: 4.0625rem;
        font-size: 0.875rem;
        line-height: 1.5rem;
        margin-bottom: 1.875rem; } }
    .steps .btn::after {
      content: '';
      position: absolute;
      right: 2.1875rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 1.5625rem;
      height: 0.9375rem;
      background: url("../img/btn-arrow-orange.svg") no-repeat center top/cover; }
      @media (min-width: 320px) and (max-width: 767px) {
        .steps .btn::after {
          right: 1.5625rem; } }
  .steps .coin-center {
    position: absolute;
    z-index: 2;
    top: 50rem;
    left: 50rem;
    width: 14.375rem;
    height: 11.75rem; }
    @media (max-width: 1024px) {
      .steps .coin-center {
        display: none; } }
  .steps .prize-amount {
    width: 80.29625rem;
    height: 10.63125rem;
    position: absolute;
    position: absolute;
    left: 24.5rem;
    top: 65.375rem; }
    @media (max-width: 1024px) {
      .steps .prize-amount {
        display: none; } }

#circle {
  -webkit-animation: coinRotationTop 1.5s linear infinite, coinRotationLeft 4s linear infinite;
          animation: coinRotationTop 1.5s linear infinite, coinRotationLeft 4s linear infinite; }

.summary {
  position: relative;
  margin-top: -61rem;
  padding-top: 60.9375rem;
  z-index: 0;
  background: -webkit-linear-gradient(324.42deg, #FF7C53 34.8%, #FF7222 82.48%);
  background: -o-linear-gradient(324.42deg, #FF7C53 34.8%, #FF7222 82.48%);
  background: linear-gradient(125.58deg, #FF7C53 34.8%, #FF7222 82.48%);
  padding-bottom: 52.5rem;
  background: url("../img/summary-bg.svg") no-repeat center top/cover; }
  @media (max-width: 1024px) {
    .summary {
      margin-top: -60rem;
      padding-top: 47.25rem;
      padding-bottom: 28.75rem; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .summary {
      background: url("../img/summary-bg-mob.svg") no-repeat center top/cover;
      margin-top: -38.4375rem;
      padding-top: 35rem;
      padding-bottom: 16.875rem; } }
  .summary .container {
    position: relative;
    z-index: 5; }
  .summary .title {
    font-family: 'Proxima-Nova-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 2.875rem;
    line-height: 5rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 59.375rem;
    margin: 0 auto;
    margin-bottom: 1.875rem; }
    @media (max-width: 1024px) {
      .summary .title {
        font-size: 1.875rem;
        line-height: 3.125rem;
        max-width: 37.5rem;
        margin-bottom: 1.875rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .summary .title {
        font-size: 1.25rem;
        line-height: 2.25rem;
        max-width: 17.5rem;
        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;
        margin-bottom: 1.5625rem; } }
    .summary .title .yellow {
      font-size: 5rem;
      line-height: 6.25rem;
      text-align: center;
      text-transform: uppercase;
      color: #FFF61D; }
      @media (max-width: 1024px) {
        .summary .title .yellow {
          font-size: 3.125rem;
          line-height: 3.125rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .summary .title .yellow {
          font-size: 1.5rem;
          line-height: 2.25rem; } }
  .summary .text {
    font-family: 'Proxima-Nova-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 3.75rem;
    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;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 31.25rem;
    margin-left: 39.375rem;
    margin-bottom: 3.4375rem; }
    @media (max-width: 1024px) {
      .summary .text {
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin: 0 auto;
        margin-bottom: 3.125rem;
        text-align: center;
        max-width: 16.875rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .summary .text {
        font-size: 1.125rem;
        line-height: 1.875rem;
        max-width: 12.8125rem;
        margin-bottom: 1.875rem; } }
  .summary .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin-bottom: 2.125rem; }
    @media (max-width: 1024px) {
      .summary .row {
        -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;
        margin-bottom: 1.875rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .summary .row {
        margin-bottom: 0; } }
  .summary .btn {
    position: relative;
    font-family: 'Proxima-Nova-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.5rem;
    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;
    width: 24rem;
    height: 5rem;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-border-radius: 0.625rem;
            border-radius: 0.625rem;
    text-transform: none;
    padding-left: 1.75rem;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s; }
    @media (max-width: 1024px) {
      .summary .btn {
        font-size: 1.25rem;
        line-height: 1.5rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .summary .btn {
        width: 18.125rem;
        height: 4.0625rem; } }
    .summary .btn.yellow {
      margin-right: 1.25rem;
      background: #FFF61D;
      color: #F8512C; }
      @media (max-width: 1024px) {
        .summary .btn.yellow {
          margin-bottom: 1.875rem;
          margin-right: 0; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .summary .btn.yellow {
          margin-bottom: 1.25rem; } }
      .summary .btn.yellow:hover {
        background: #FFFA82;
        -webkit-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s; }
    .summary .btn.red {
      background: #D1083E;
      color: #FFFFFF;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 3.4375rem;
      padding: 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 1024px) {
        .summary .btn.red {
          margin-bottom: 2.9375rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .summary .btn.red {
          margin-bottom: 1.25rem; } }
      .summary .btn.red:hover {
        background: #F21E41;
        -webkit-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s; }
      .summary .btn.red:after {
        content: none; }
    .summary .btn.white {
      background: #FFFFFF;
      color: #F8512C;
      padding-left: 3.4375rem; }
      @media (min-width: 320px) and (max-width: 767px) {
        .summary .btn.white {
          margin-bottom: 1.25rem; } }
      .summary .btn.white:hover {
        background: #FFF0EA;
        -webkit-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s; }
      .summary .btn.white::after {
        right: 3.125rem; }
        @media (max-width: 1024px) {
          .summary .btn.white::after {
            right: 1.875rem; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .summary .btn.white::after {
            right: 1.5625rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .summary .btn {
        width: 18.25rem;
        height: 4.0625rem;
        font-size: 0.875rem;
        line-height: 1.5rem;
        margin-bottom: 1.875rem; } }
    .summary .btn::after {
      content: '';
      position: absolute;
      right: 1.875rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 1.5625rem;
      height: 0.9375rem;
      background: url("../img/btn-arrow-orange.svg") no-repeat center top/cover; }
      @media (min-width: 320px) and (max-width: 767px) {
        .summary .btn::after {
          right: 1.5625rem; } }
  .summary .balls {
    position: absolute;
    left: 0;
    bottom: 1.5625rem;
    width: 120rem;
    height: 69.6875rem; }
    @media (max-width: 1024px) {
      .summary .balls {
        position: absolute;
        left: -2.5625rem;
        bottom: -1.0625rem;
        width: 59rem;
        height: 36.25rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .summary .balls {
        width: 34.5625rem;
        height: 19.0625rem;
        left: -7.8125rem;
        bottom: 1.5625rem;
        -webkit-transform: rotate(6.5deg);
            -ms-transform: rotate(6.5deg);
                transform: rotate(6.5deg); } }
  .summary .description {
    font-family: Open Sans;
    font-size: 1rem;
    line-height: 1.8125rem;
    text-align: center;
    color: #FFFFFF;
    font-style: italic;
    max-width: 65.625rem;
    margin: 0 auto;
    letter-spacing: 0.3px; }
    @media (max-width: 1024px) {
      .summary .description {
        max-width: 43.125rem;
        font-size: 1rem;
        line-height: 1.9375rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .summary .description {
        font-size: 0.875rem;
        line-height: 1.625rem;
        max-width: 19.8125rem; } }
    @media (max-width: 1024px) {
      .summary .description br {
        display: none; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .summary .description br {
        display: block; } }
    .summary .description .yellow {
      color: #FFD700;
      font-family: Open Sans;
      font-weight: 800;
      letter-spacing: 0.5px;
      font-size: 0.9375rem; }
      @media (min-width: 320px) and (max-width: 767px) {
        .summary .description .yellow {
          letter-spacing: normal;
          font-size: 0.9375rem; } }

.video {
  margin-bottom: 5.625rem; }
  @media (max-width: 1024px) {
    .video {
      padding-top: 1.875rem;
      margin-bottom: 4.0625rem; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .video {
      padding-top: 0;
      margin-top: -2.5rem;
      margin-bottom: 1.25rem; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .video .container {
      padding: 0; } }
  .video .title {
    font-family: 'Proxima-Nova-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 2.875rem;
    line-height: 3.75rem;
    text-align: center;
    text-transform: uppercase;
    color: #D1083E;
    margin-bottom: 3.125rem; }
    @media (max-width: 1024px) {
      .video .title {
        font-size: 1.875rem;
        line-height: 3.125rem;
        margin-bottom: 0.625rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .video .title {
        font-size: 1.25rem;
        line-height: 1.875rem; } }
  .video .video-wrap {
    position: relative;
    max-width: 79.125rem;
    margin: 0 auto;
    overflow: hidden;
    -webkit-border-radius: 0.625rem;
            border-radius: 0.625rem;
    height: 38.75rem; }
    @media (max-width: 1024px) {
      .video .video-wrap {
        max-width: 46.0625rem;
        height: 22.5rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .video .video-wrap {
        max-width: 21.25rem;
        height: 10.375rem; } }
    .video .video-wrap .video-overlay {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      @media (min-width: 320px) and (max-width: 767px) {
        .video .video-wrap .video-overlay {
          display: none; } }
    .video .video-wrap .play {
      width: 9.125rem;
      height: 9.125rem;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: url("../img/video-play.svg") no-repeat center top/cover;
      border: none; }
      @media (max-width: 1024px) {
        .video .video-wrap .play {
          width: 7.5rem;
          height: 7.5rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .video .video-wrap .play {
          width: 3.4375rem;
          height: 3.4375rem; } }
    .video .video-wrap iframe {
      border: 0;
      width: 100%;
      height: 100%; }

.subscribe {
  padding-bottom: 7.5rem; }
  @media (max-width: 1024px) {
    .subscribe {
      padding-bottom: 3.75rem; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .subscribe {
      padding-bottom: 1.875rem; } }
  .subscribe .title {
    font-family: 'Proxima-Nova-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 3.75rem;
    text-align: center;
    text-transform: uppercase;
    color: #1F1F1F;
    max-width: 63.125rem;
    margin: 0 auto;
    margin-bottom: 3.4375rem; }
    @media (max-width: 1024px) {
      .subscribe .title {
        font-size: 1.875rem;
        line-height: 2.5rem;
        margin-bottom: 2.5rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .subscribe .title {
        font-size: 1rem;
        line-height: 1.875rem;
        margin-bottom: 1rem; } }
  .subscribe .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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; }
    @media (max-width: 1024px) {
      .subscribe .form {
        -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; } }
  .subscribe .input {
    width: 36.25rem;
    height: 5rem;
    background: #FFFFFF;
    border: 1px solid #C1C1C1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 0.625rem;
            border-radius: 0.625rem;
    margin-right: 1.875rem;
    padding: 0 2.875rem;
    font-family: 'Proxima-Nova-Rg';
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.875rem; }
    @media (max-width: 1024px) {
      .subscribe .input {
        margin-right: 0;
        width: 36.24188rem;
        height: 5rem;
        margin-bottom: 2.5rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .subscribe .input {
        width: 18.75rem;
        height: 4.0625rem;
        font-size: 1rem;
        line-height: 1.875rem;
        padding: 0 1.25rem;
        margin-bottom: 2.1875rem; } }
    .subscribe .input::-webkit-input-placeholder {
      font-family: 'Proxima-Nova-Rg';
      font-style: normal;
      font-weight: normal;
      font-size: 1.5rem;
      line-height: 1.875rem;
      color: #B4B4B4; }
    .subscribe .input::-moz-placeholder {
      font-family: 'Proxima-Nova-Rg';
      font-style: normal;
      font-weight: normal;
      font-size: 1.5rem;
      line-height: 1.875rem;
      color: #B4B4B4; }
    .subscribe .input:-ms-input-placeholder {
      font-family: 'Proxima-Nova-Rg';
      font-style: normal;
      font-weight: normal;
      font-size: 1.5rem;
      line-height: 1.875rem;
      color: #B4B4B4; }
    .subscribe .input::-ms-input-placeholder {
      font-family: 'Proxima-Nova-Rg';
      font-style: normal;
      font-weight: normal;
      font-size: 1.5rem;
      line-height: 1.875rem;
      color: #B4B4B4; }
    .subscribe .input::placeholder {
      font-family: 'Proxima-Nova-Rg';
      font-style: normal;
      font-weight: normal;
      font-size: 1.5rem;
      line-height: 1.875rem;
      color: #B4B4B4; }
      @media (min-width: 320px) and (max-width: 767px) {
        .subscribe .input::-webkit-input-placeholder {
          font-size: 1rem;
          line-height: 1.875rem; }
        .subscribe .input::-moz-placeholder {
          font-size: 1rem;
          line-height: 1.875rem; }
        .subscribe .input:-ms-input-placeholder {
          font-size: 1rem;
          line-height: 1.875rem; }
        .subscribe .input::-ms-input-placeholder {
          font-size: 1rem;
          line-height: 1.875rem; }
        .subscribe .input::placeholder {
          font-size: 1rem;
          line-height: 1.875rem; } }
  .subscribe .submit {
    position: relative;
    width: 17.5rem;
    height: 5rem;
    background: #D1083E;
    -webkit-border-radius: 0.625rem;
            border-radius: 0.625rem;
    font-family: 'Proxima-Nova-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #FFFFFF;
    text-align: left;
    border: none;
    padding-left: 3.125rem; }
    @media (min-width: 320px) and (max-width: 767px) {
      .subscribe .submit {
        width: 13.1875rem;
        height: 4.0625rem;
        font-size: 0.875rem;
        line-height: 1.5rem;
        padding-left: 2.8125rem; } }
    .subscribe .submit::after {
      content: '';
      position: absolute;
      right: 3.125rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 1.5625rem;
      height: 0.9375rem;
      background: url("../img/btn-arrow.svg") no-repeat center top/cover; }
      @media (min-width: 320px) and (max-width: 767px) {
        .subscribe .submit::after {
          right: 1.875rem; } }
    .subscribe .submit:hover {
      background: #F21E41;
      -webkit-transition: background 0.5s;
      -o-transition: background 0.5s;
      transition: background 0.5s; }
  .subscribe .thank {
    font-family: 'Proxima-Nova-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 3.125rem;
    line-height: 3.75rem;
    text-align: center;
    text-transform: uppercase;
    color: #D1083E;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    @media (min-width: 320px) and (max-width: 767px) {
      .subscribe .thank {
        font-size: 1.875rem; } }

.footer {
  margin-top: 0; }
