/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  font-family: Arial, sans-serif;
  -webkit-appearance: none; }

@-webkit-keyframes move {
  0% {
    top: -106.25em; }
  100% {
    top: 62.5em; } }

@keyframes move {
  0% {
    top: -106.25em; }
  100% {
    top: 62.5em; } }

.main-wrapper {
  background: #FAECBB;
  overflow: hidden;
  font-size: 16px; }
  @media (max-width: 1920px) {
    .main-wrapper {
      font-size: -webkit-calc(100vw / 120);
      font-size: calc(100vw / 120); } }
  @media (max-width: 991px) {
    .main-wrapper {
      font-size: -webkit-calc(100vw / 48);
      font-size: calc(100vw / 48); } }
  @media (max-width: 767px) {
    .main-wrapper {
      font-size: -webkit-calc(100vw / 20);
      font-size: calc(100vw / 20); } }
  .main-wrapper .yellow {
    background: #FAECBB;
    position: relative; }
    .main-wrapper .yellow section.main-banner {
      position: relative;
      max-width: 96.25em;
      margin: 0 auto; }
      .main-wrapper .yellow section.main-banner .main-banner-round {
        position: absolute;
        width: 73.1875em;
        height: 71.1875em;
        left: -8.4375em;
        top: -5.3125em;
        background: url(../img/main-banner-round-1920.png) no-repeat 50% 50%/contain; }
        @media (max-width: 991px) {
          .main-wrapper .yellow section.main-banner .main-banner-round {
            width: 56.9375em;
            height: 54.9375em;
            left: -6.25em;
            top: 0; } }
        @media (max-width: 767px) {
          .main-wrapper .yellow section.main-banner .main-banner-round {
            width: 24.0625em;
            height: 23.1875em;
            left: -1.875em; } }
      .main-wrapper .yellow section.main-banner .main-banner-woman {
        position: absolute;
        width: 60em;
        height: 56.5625em;
        top: 0.625em;
        right: -4.6875em;
        background: url(../img/main-banner-woman-1920.png) no-repeat 50% 50%/contain; }
        @media (max-width: 991px) {
          .main-wrapper .yellow section.main-banner .main-banner-woman {
            width: 43.625em;
            height: 42.9375em;
            top: auto;
            left: 2.5em;
            bottom: -10.125em; } }
        @media (max-width: 767px) {
          .main-wrapper .yellow section.main-banner .main-banner-woman {
            width: 18.3125em;
            height: 17.25em;
            top: auto;
            left: 0.4375em;
            bottom: -3.8125em; } }
      .main-wrapper .yellow section.main-banner .main-banner-big-text {
        position: absolute;
        width: 88.125em;
        height: 14.5em;
        bottom: -5.5625em;
        left: 4.0625em;
        background: url(../img/main-banner-text-1920.png) no-repeat 50% 50%/contain;
        z-index: 2; }
        @media (max-width: 991px) {
          .main-wrapper .yellow section.main-banner .main-banner-big-text {
            width: 46.75em;
            height: 9.4375em;
            bottom: -4em;
            left: 0.6875em; } }
        @media (max-width: 767px) {
          .main-wrapper .yellow section.main-banner .main-banner-big-text {
            width: 20em;
            height: 3.25em;
            bottom: -1.4375em;
            left: 0; } }
      .main-wrapper .yellow section.main-banner .main-banner-content {
        position: relative;
        padding: 5.5em 6.125em 13em;
        z-index: 2; }
        @media (max-width: 991px) {
          .main-wrapper .yellow section.main-banner .main-banner-content {
            padding: 4.0625em 1.875em 35.625em; } }
        @media (max-width: 767px) {
          .main-wrapper .yellow section.main-banner .main-banner-content {
            padding: 2.5em 0.625em 14.0625em; } }
        .main-wrapper .yellow section.main-banner .main-banner-content .main-banner-date {
          font-family: ProximaNova-Bold, Arial, sans-serif;
          font-weight: normal;
          font-size: 1.75em;
          line-height: 1.6;
          color: #D2A954;
          opacity: 0.8;
          text-shadow: 0 0.0625em 0.125em rgba(0, 0, 0, 0.15);
          margin-bottom: -0.1875em; }
          @media (max-width: 991px) {
            .main-wrapper .yellow section.main-banner .main-banner-content .main-banner-date {
              text-align: center;
              margin-bottom: 0.0625em; } }
          @media (max-width: 767px) {
            .main-wrapper .yellow section.main-banner .main-banner-content .main-banner-date {
              margin-bottom: 0.1875em; } }
        .main-wrapper .yellow section.main-banner .main-banner-content .main-banner-title {
          font-family: ProximaNova-Bold, Arial, sans-serif;
          font-weight: normal;
          font-size: 5em;
          line-height: 0.93;
          text-transform: uppercase;
          color: #F04971;
          margin-bottom: 0.6875em;
          margin-left: -0.0625em; }
          @media (max-width: 991px) {
            .main-wrapper .yellow section.main-banner .main-banner-content .main-banner-title {
              margin-bottom: 0.5em;
              text-align: center;
              margin-left: 0; } }
          @media (max-width: 767px) {
            .main-wrapper .yellow section.main-banner .main-banner-content .main-banner-title {
              font-size: 2.1875em;
              line-height: 1; } }
          .main-wrapper .yellow section.main-banner .main-banner-content .main-banner-title .main-banner-title-small {
            display: inline-block;
            font-family: ProximaNova-Bold, Arial, sans-serif;
            font-size: 0.625em;
            line-height: 1.5;
            color: #353114;
            text-transform: uppercase;
            margin-bottom: 0.4em; }
            @media (max-width: 767px) {
              .main-wrapper .yellow section.main-banner .main-banner-content .main-banner-title .main-banner-title-small {
                margin-bottom: 0.125em;
                font-size: 0.73125em; } }
        .main-wrapper .yellow section.main-banner .main-banner-content .main-banner-more-info {
          font-family: ProximaNova-Bold, Arial, sans-serif;
          font-size: 3.125em;
          line-height: 1.1;
          color: #D2A954;
          text-transform: uppercase;
          text-shadow: 0 0 0.0625em rgba(0, 0, 0, 0.15); }
          @media (max-width: 991px) {
            .main-wrapper .yellow section.main-banner .main-banner-content .main-banner-more-info {
              text-align: center; } }
          @media (max-width: 767px) {
            .main-wrapper .yellow section.main-banner .main-banner-content .main-banner-more-info {
              font-size: 1.5625em;
              line-height: 1.4; } }
    .main-wrapper .yellow section.about {
      position: relative;
      max-width: 96.25em;
      background: #FDCFCF;
      margin: 0 auto;
      padding: 11.875em 6.0625em 0 6.0625em;
      margin-bottom: -15em; }
      @media (max-width: 991px) {
        .main-wrapper .yellow section.about {
          margin-bottom: -6.25em;
          max-width: 44.125em;
          padding: 6.875em 2.5em 0 2.5em; } }
      @media (max-width: 767px) {
        .main-wrapper .yellow section.about {
          margin-bottom: 0;
          padding: 2.9375em 0.75em 0 0.75em; } }
      .main-wrapper .yellow section.about .about-phone {
        position: absolute;
        width: 75.625em;
        height: 72.8125em;
        top: 0;
        left: -12.1875em;
        background: url(../img/about-phone-1920.png) no-repeat 50% 50%/contain;
        pointer-events: none; }
        @media (max-width: 991px) {
          .main-wrapper .yellow section.about .about-phone {
            top: 11.5625em;
            width: 43.1875em;
            height: 39.375em;
            left: -9.375em;
            -webkit-transform: rotate(20deg);
                -ms-transform: rotate(20deg);
                    transform: rotate(20deg); } }
        @media (max-width: 767px) {
          .main-wrapper .yellow section.about .about-phone {
            width: 33.8125em;
            height: 29.375em;
            top: 32.5em;
            left: -1.875em;
            -webkit-transform: rotate(13deg);
                -ms-transform: rotate(13deg);
                    transform: rotate(13deg); } }
        .main-wrapper .yellow section.about .about-phone .before {
          display: none; }
          @media (max-width: 767px) {
            .main-wrapper .yellow section.about .about-phone .before {
              position: absolute;
              display: block;
              width: 1.25em;
              height: 5em;
              background: #FDCFCF;
              bottom: 0.6875em;
              right: 9.5em; } }
      .main-wrapper .yellow section.about .about-content {
        padding: 0 4.5625em 9.375em 34.0625em; }
        @media (max-width: 991px) {
          .main-wrapper .yellow section.about .about-content {
            padding: 0 0.3125em 6.875em 14.0625em; } }
        @media (max-width: 767px) {
          .main-wrapper .yellow section.about .about-content {
            margin-bottom: 0;
            padding: 0 0.3125em 21.875em 0.3125em; } }
        .main-wrapper .yellow section.about .about-content .about-title {
          max-width: 20em;
          margin-bottom: 1.5625em;
          font-family: ProximaNova-Bold, Arial, sans-serif;
          font-weight: normal;
          font-size: 1.75em;
          line-height: 1.43;
          text-transform: uppercase;
          color: #F04971; }
          @media (max-width: 991px) {
            .main-wrapper .yellow section.about .about-content .about-title {
              max-width: none;
              font-size: 1.25em;
              line-height: 2;
              margin-bottom: 2.5em; } }
          @media (max-width: 767px) {
            .main-wrapper .yellow section.about .about-content .about-title {
              text-align: center;
              line-height: 1.75;
              margin-bottom: 1.375em; } }
        .main-wrapper .yellow section.about .about-content .about-text {
          font-family: ProximaNova-Regular, Arial, sans-serif;
          font-weight: normal;
          font-size: 1.75em;
          line-height: 1.8;
          color: #353114; }
          @media (max-width: 991px) {
            .main-wrapper .yellow section.about .about-content .about-text {
              font-size: 1.25em;
              margin-right: -1.875em; } }
          @media (max-width: 767px) {
            .main-wrapper .yellow section.about .about-content .about-text {
              font-size: 1em;
              margin: 0 -0.3125em;
              text-align: center;
              line-height: 1.56; } }
      .main-wrapper .yellow section.about .about-rule {
        position: relative;
        z-index: 2;
        background: #fff;
        -webkit-box-shadow: 0 -0.25em 0.625em rgba(0, 0, 0, 0.15);
                box-shadow: 0 -0.25em 0.625em rgba(0, 0, 0, 0.15);
        padding: 5em 6.875em 15em 6.875em; }
        @media (max-width: 991px) {
          .main-wrapper .yellow section.about .about-rule {
            padding: 4.0625em 4.25em 5.625em 4.5em; } }
        @media (max-width: 767px) {
          .main-wrapper .yellow section.about .about-rule {
            padding: 3em 1.3125em 3.75em 1.3125em; } }
        .main-wrapper .yellow section.about .about-rule:before {
          display: none; }
          @media (max-width: 767px) {
            .main-wrapper .yellow section.about .about-rule:before {
              content: "";
              position: absolute;
              display: block;
              width: 1.25em;
              height: -webkit-calc(100% - 17.6875em);
              height: calc(100% - 17.6875em);
              background: #FAECBB;
              bottom: 0;
              left: -1.25em; } }
        .main-wrapper .yellow section.about .about-rule:after {
          display: none; }
          @media (max-width: 767px) {
            .main-wrapper .yellow section.about .about-rule:after {
              content: "";
              position: absolute;
              display: block;
              width: 1.25em;
              height: -webkit-calc(100% - 17.6875em);
              height: calc(100% - 17.6875em);
              background: #FAECBB;
              bottom: 0;
              right: -1.25em; } }
        .main-wrapper .yellow section.about .about-rule .about-rule-title {
          font-family: ProximaNova-Bold, Arial, sans-serif;
          font-weight: normal;
          font-size: 3.125em;
          line-height: 1;
          text-align: center;
          text-transform: uppercase;
          color: #F04971;
          margin-bottom: 5.5em; }
          @media (max-width: 991px) {
            .main-wrapper .yellow section.about .about-rule .about-rule-title {
              font-size: 2.5em;
              margin-bottom: 5.9em; } }
          @media (max-width: 767px) {
            .main-wrapper .yellow section.about .about-rule .about-rule-title {
              font-size: 1.5625em;
              line-height: 1.4;
              margin-bottom: 6.25em; } }
        .main-wrapper .yellow section.about .about-rule .about-rule-info {
          position: relative;
          font-family: ProximaNova-Bold, Arial, sans-serif;
          font-weight: normal;
          font-size: 2.5em;
          line-height: 1.5;
          text-transform: uppercase;
          color: #353114;
          margin-bottom: 0.5em;
          z-index: 5; }
          @media (max-width: 991px) {
            .main-wrapper .yellow section.about .about-rule .about-rule-info {
              font-size: 1.875em;
              margin-bottom: 0.625em; } }
          @media (max-width: 767px) {
            .main-wrapper .yellow section.about .about-rule .about-rule-info {
              font-size: 1.5625em;
              margin-bottom: 0.625em; } }
        .main-wrapper .yellow section.about .about-rule .about-rule-info-more {
          position: relative;
          z-index: 2;
          font-family: ProximaNova-Regular, Arial, sans-serif;
          font-weight: normal;
          font-size: 1.5em;
          line-height: 1.67;
          color: #353114; }
          @media (max-width: 991px) {
            .main-wrapper .yellow section.about .about-rule .about-rule-info-more {
              font-size: 1.25em; } }
          @media (max-width: 767px) {
            .main-wrapper .yellow section.about .about-rule .about-rule-info-more {
              font-size: 1em; } }
          .main-wrapper .yellow section.about .about-rule .about-rule-info-more .about-rule-info-more-small {
            font-family: ProximaNova-Regular, Arial, sans-serif;
            display: inline-block;
            font-size: 0.75em;
            line-height: 2.22; }
            @media (max-width: 991px) {
              .main-wrapper .yellow section.about .about-rule .about-rule-info-more .about-rule-info-more-small {
                display: block;
                font-size: 0.8em; } }
            @media (max-width: 767px) {
              .main-wrapper .yellow section.about .about-rule .about-rule-info-more .about-rule-info-more-small {
                margin-top: -0.25em;
                font-size: 0.75em; } }
          .main-wrapper .yellow section.about .about-rule .about-rule-info-more .about-rule-info-more-link {
            font-family: ProximaNova-Bold, Arial, sans-serif;
            font-size: 1em;
            font-weight: normal;
            text-decoration: none;
            color: #353114; }
            .main-wrapper .yellow section.about .about-rule .about-rule-info-more .about-rule-info-more-link:hover, .main-wrapper .yellow section.about .about-rule .about-rule-info-more .about-rule-info-more-link:active {
              text-decoration: underline;
              color: #353114; }
        .main-wrapper .yellow section.about .about-rule .about-rule-one {
          position: relative;
          max-width: 41.25em;
          margin-bottom: 6.875em; }
          @media (max-width: 991px) {
            .main-wrapper .yellow section.about .about-rule .about-rule-one .about-rule-info-more {
              margin-right: -2.1875em;
              margin-bottom: 10.625em; } }
          @media (max-width: 767px) {
            .main-wrapper .yellow section.about .about-rule .about-rule-one .about-rule-info-more {
              margin-right: -0.9375em;
              margin-bottom: 11em; }
              .main-wrapper .yellow section.about .about-rule .about-rule-one .about-rule-info-more .about-rule-info-more-small {
                margin-right: -0.9375em; }
              .main-wrapper .yellow section.about .about-rule .about-rule-one .about-rule-info-more br {
                display: none; } }
          .main-wrapper .yellow section.about .about-rule .about-rule-one .about-rule-one-num {
            position: absolute;
            left: 0;
            top: -12.8125em;
            width: 15.75em;
            height: 11.5em;
            background: url(../img/about-one-1920.png) no-repeat 50% 50%/contain;
            pointer-events: none; }
            @media (max-width: 991px) {
              .main-wrapper .yellow section.about .about-rule .about-rule-one .about-rule-one-num {
                left: -0.3125em;
                top: -10.9375em;
                width: 13.4375em;
                height: 10.35em; } }
            @media (max-width: 767px) {
              .main-wrapper .yellow section.about .about-rule .about-rule-one .about-rule-one-num {
                top: -6.5625em;
                left: -0.5em;
                width: 7.5em;
                height: 6.875em; } }
          .main-wrapper .yellow section.about .about-rule .about-rule-one .about-rule-one-img {
            position: absolute;
            right: -22.5em;
            top: -12.1875em;
            width: 25.375em;
            height: 23.375em;
            background: url(../img/about-one-img-1920.png) no-repeat 50% 50%/contain;
            pointer-events: none;
            overflow: hidden; }
            @media (max-width: 991px) {
              .main-wrapper .yellow section.about .about-rule .about-rule-one .about-rule-one-img {
                right: -3.75em;
                top: -13.4375em;
                width: 17.5625em;
                height: 16.25em; } }
            @media (max-width: 767px) {
              .main-wrapper .yellow section.about .about-rule .about-rule-one .about-rule-one-img {
                right: -2.8125em;
                top: -9.375em;
                width: 10.6875em;
                height: 9.375em; } }
            .main-wrapper .yellow section.about .about-rule .about-rule-one .about-rule-one-img:before {
              content: "";
              position: absolute;
              width: 300%;
              top: 0;
              right: -12.5em;
              height: 3.125em;
              background: rgba(255, 255, 255, 0.3);
              -webkit-box-shadow: 0 0 1.875em rgba(255, 255, 255, 0.3);
                      box-shadow: 0 0 1.875em rgba(255, 255, 255, 0.3);
              -webkit-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                      transform: rotate(45deg);
              -webkit-animation: move 3s infinite linear;
                      animation: move 3s infinite linear; }
              @media (max-width: 991px) {
                .main-wrapper .yellow section.about .about-rule .about-rule-one .about-rule-one-img:before {
                  display: none; } }
        .main-wrapper .yellow section.about .about-rule .about-rule-two {
          position: relative;
          max-width: 25em;
          margin-left: auto;
          text-align: right;
          margin-bottom: 10.625em; }
          @media (max-width: 991px) {
            .main-wrapper .yellow section.about .about-rule .about-rule-two {
              margin-bottom: 12.8125em; } }
          @media (max-width: 767px) {
            .main-wrapper .yellow section.about .about-rule .about-rule-two {
              margin-bottom: 12.1875em; } }
          .main-wrapper .yellow section.about .about-rule .about-rule-two .about-rule-two-num {
            position: absolute;
            left: 2.0625em;
            top: -15.625em;
            width: 31.125em;
            height: 18.125em;
            background: url(../img/about-two-1920.png) no-repeat 50% 50%/contain;
            pointer-events: none; }
            @media (max-width: 991px) {
              .main-wrapper .yellow section.about .about-rule .about-rule-two .about-rule-two-num {
                left: 4.375em;
                top: -14.375em;
                width: 28em;
                height: 16.3125em; } }
            @media (max-width: 767px) {
              .main-wrapper .yellow section.about .about-rule .about-rule-two .about-rule-two-num {
                left: 4.8125em;
                top: -7.1875em;
                width: 15.5em;
                height: 8.1875em; } }
          .main-wrapper .yellow section.about .about-rule .about-rule-two .about-rule-two-img {
            position: absolute;
            left: -26.875em;
            top: -7.5em;
            width: 22.625em;
            height: 23.125em;
            background: url(../img/about-two-img-1920.png) no-repeat 50% 50%/contain;
            pointer-events: none;
            overflow: hidden;
            z-index: 2; }
            @media (max-width: 991px) {
              .main-wrapper .yellow section.about .about-rule .about-rule-two .about-rule-two-img {
                left: -12.5em;
                top: -10.9375em;
                width: 17.5em;
                height: 17.5em; } }
            @media (max-width: 767px) {
              .main-wrapper .yellow section.about .about-rule .about-rule-two .about-rule-two-img {
                left: -0.625em;
                top: -10.9375em;
                width: 10em;
                height: 11.375em; } }
            .main-wrapper .yellow section.about .about-rule .about-rule-two .about-rule-two-img:before {
              content: "";
              position: absolute;
              width: 300%;
              top: 0;
              right: -12.5em;
              height: 3.125em;
              background: rgba(255, 255, 255, 0.3);
              -webkit-box-shadow: 0 0 1.875em rgba(255, 255, 255, 0.3);
                      box-shadow: 0 0 1.875em rgba(255, 255, 255, 0.3);
              -webkit-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                      transform: rotate(45deg);
              -webkit-animation: move 3s infinite linear;
                      animation: move 3s infinite linear;
              -webkit-animation-delay: 1s;
                      animation-delay: 1s; }
              @media (max-width: 991px) {
                .main-wrapper .yellow section.about .about-rule .about-rule-two .about-rule-two-img:before {
                  display: none; } }
        .main-wrapper .yellow section.about .about-rule .about-rule-three {
          position: relative;
          max-width: 38.75em; }
          @media (max-width: 991px) {
            .main-wrapper .yellow section.about .about-rule .about-rule-three .about-rule-info-more {
              max-width: 20em; } }
          .main-wrapper .yellow section.about .about-rule .about-rule-three .about-rule-three-num {
            position: absolute;
            left: -1.25em;
            top: -12.5em;
            width: 15.75em;
            height: 11.6875em;
            background: url(../img/about-three-1920.png) no-repeat 50% 50%/contain;
            pointer-events: none; }
            @media (max-width: 991px) {
              .main-wrapper .yellow section.about .about-rule .about-rule-three .about-rule-three-num {
                top: -10.9375em;
                left: -1.125em;
                width: 14.1875em;
                height: 10.5em; } }
            @media (max-width: 767px) {
              .main-wrapper .yellow section.about .about-rule .about-rule-three .about-rule-three-num {
                top: -6.5625em;
                left: -1.75em;
                width: 9.8125em;
                height: 6.125em; } }
          .main-wrapper .yellow section.about .about-rule .about-rule-three .about-rule-three-img {
            position: absolute;
            right: -31.5625em;
            top: -12.1875em;
            width: 42.8125em;
            height: 36.75em;
            background: url(../img/about-three-img-1920.png) no-repeat 50% 50%/contain;
            pointer-events: none;
            overflow: hidden; }
            @media (max-width: 991px) {
              .main-wrapper .yellow section.about .about-rule .about-rule-three .about-rule-three-img {
                right: -14.375em;
                top: -18.125em;
                width: 35.3125em;
                height: 32.0625em;
                -webkit-transform: scale(1);
                    -ms-transform: scale(1);
                        transform: scale(1); } }
            @media (max-width: 767px) {
              .main-wrapper .yellow section.about .about-rule .about-rule-three .about-rule-three-img {
                right: -6.5625em;
                top: -12.5em;
                width: 19.6875em;
                height: 18em;
                z-index: 2; } }
            .main-wrapper .yellow section.about .about-rule .about-rule-three .about-rule-three-img:before {
              content: "";
              position: absolute;
              width: 300%;
              top: 0;
              right: -12.5em;
              height: 3.125em;
              background: rgba(255, 255, 255, 0.3);
              -webkit-box-shadow: 0 0 1.875em rgba(255, 255, 255, 0.3);
                      box-shadow: 0 0 1.875em rgba(255, 255, 255, 0.3);
              -webkit-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                      transform: rotate(45deg);
              -webkit-animation: move 3s infinite linear;
                      animation: move 3s infinite linear;
              -webkit-animation-delay: 2s;
                      animation-delay: 2s; }
              @media (max-width: 991px) {
                .main-wrapper .yellow section.about .about-rule .about-rule-three .about-rule-three-img:before {
                  display: none; } }
  .main-wrapper section.prize {
    position: relative;
    background: #BBDDE0; }
    .main-wrapper section.prize .prize-balloon-1 {
      position: absolute;
      left: 0;
      bottom: -17.25em;
      width: 32.625em;
      height: 85.25em;
      z-index: 10;
      background: url(../img/prize-balloon-1-1920.png) no-repeat 50% 50%/contain;
      pointer-events: none; }
      @media (max-width: 991px) {
        .main-wrapper section.prize .prize-balloon-1 {
          left: -0.625em;
          bottom: -12.625em;
          width: 18.125em;
          height: 48.125em; } }
      @media (max-width: 767px) {
        .main-wrapper section.prize .prize-balloon-1 {
          width: 12.5em;
          height: 40em;
          bottom: -8.75em; } }
    .main-wrapper section.prize .prize-balloon-4 {
      position: absolute;
      right: 0;
      bottom: 5.625em;
      width: 25.0625em;
      height: 54em;
      z-index: 10;
      pointer-events: none;
      background: url(../img/prize-balloon-4-1920.png) no-repeat 50% 50%/contain; }
      @media (max-width: 991px) {
        .main-wrapper section.prize .prize-balloon-4 {
          bottom: 6.875em;
          right: -2.1875em;
          width: 16em;
          height: 34.5625em; } }
      @media (max-width: 767px) {
        .main-wrapper section.prize .prize-balloon-4 {
          z-index: 1;
          bottom: -1.5625em;
          right: 0em;
          width: 12.5em;
          height: 26.875em; } }
    .main-wrapper section.prize .prize-top-wrapper {
      background: #BBDDE0; }
      .main-wrapper section.prize .prize-top-wrapper .prize-top {
        position: relative;
        padding: 21.5625em 24.0625em 13em;
        max-width: 120em;
        margin: 0 auto; }
        @media (max-width: 991px) {
          .main-wrapper section.prize .prize-top-wrapper .prize-top {
            padding: 9.75em 15.625em 8.75em 6.875em; } }
        @media (max-width: 767px) {
          .main-wrapper section.prize .prize-top-wrapper .prize-top {
            padding: 2.9375em 1.25em 14.375em 1.25em; } }
        .main-wrapper section.prize .prize-top-wrapper .prize-top .prize-top-title {
          font-family: ProximaNova-Regular, Arial, sans-serif;
          font-weight: normal;
          font-size: 2.5em;
          line-height: 1.5;
          text-transform: uppercase;
          color: #353114;
          max-width: 20.5em;
          margin-bottom: 0.5em; }
          @media (max-width: 991px) {
            .main-wrapper section.prize .prize-top-wrapper .prize-top .prize-top-title {
              font-size: 1.875em;
              max-width: none; } }
          @media (max-width: 767px) {
            .main-wrapper section.prize .prize-top-wrapper .prize-top .prize-top-title {
              text-align: center;
              font-size: 1.5625em;
              line-height: 1.4;
              margin-bottom: 0.875em; } }
          .main-wrapper section.prize .prize-top-wrapper .prize-top .prize-top-title .prize-top-title-bold {
            font-family: ProximaNova-Bold, Arial, sans-serif;
            font-weight: normal; }
        .main-wrapper section.prize .prize-top-wrapper .prize-top .prize-top-text {
          font-family: ProximaNova-Regular, Arial, sans-serif;
          font-weight: normal;
          font-size: 1.5em;
          line-height: 1.67;
          color: #353114;
          max-width: 22.9375em; }
          @media (max-width: 991px) {
            .main-wrapper section.prize .prize-top-wrapper .prize-top .prize-top-text {
              font-size: 1.25em;
              max-width: none; } }
          @media (max-width: 767px) {
            .main-wrapper section.prize .prize-top-wrapper .prize-top .prize-top-text {
              text-align: center;
              font-size: 1em;
              line-height: 1.56; } }
        .main-wrapper section.prize .prize-top-wrapper .prize-top .prize-box {
          position: absolute;
          width: 48.1875em;
          height: 40.6875em;
          right: 16.875em;
          bottom: 0;
          background: url(../img/prize-box-1920.png) no-repeat 50% 50%/contain;
          z-index: 3; }
          @media (max-width: 991px) {
            .main-wrapper section.prize .prize-top-wrapper .prize-top .prize-box {
              width: 27.1875em;
              height: 27em;
              right: 0;
              background-image: url(../img/prize-box-768.png); } }
          @media (max-width: 767px) {
            .main-wrapper section.prize .prize-top-wrapper .prize-top .prize-box {
              width: 15.125em;
              height: 13.6875em;
              right: 2.1875em;
              background-image: url(../img/prize-box-320.png); } }
    .main-wrapper section.prize .prize-bottom {
      position: relative;
      overflow: hidden;
      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;
      position: relative;
      background: #fff;
      padding: 7.1875em 6.25em 6.25em; }
      @media (max-width: 991px) {
        .main-wrapper section.prize .prize-bottom {
          padding: 3.75em 1.875em 27.5em; } }
      @media (max-width: 767px) {
        .main-wrapper section.prize .prize-bottom {
          padding: 3em 1.375em 26.25em; } }
      .main-wrapper section.prize .prize-bottom .prize-balloon-2 {
        position: absolute;
        left: 18.75em;
        top: -9.375em;
        width: 21.8125em;
        height: 42.875em;
        background: url(../img/prize-balloon-2-1920.png) no-repeat 50% 50%/contain;
        pointer-events: none; }
        @media (max-width: 991px) {
          .main-wrapper section.prize .prize-bottom .prize-balloon-2 {
            display: none; } }
      .main-wrapper section.prize .prize-bottom .prize-balloon-3 {
        position: absolute;
        right: 5.8125em;
        bottom: -14.125em;
        width: 32.5em;
        height: 40.6875em;
        background: url(../img/prize-balloon-3-1920.png) no-repeat 50% 50%/contain;
        pointer-events: none; }
        @media (max-width: 991px) {
          .main-wrapper section.prize .prize-bottom .prize-balloon-3 {
            bottom: -16em;
            right: 0.8125em;
            width: 31.25em;
            height: 38.75em; } }
        @media (max-width: 767px) {
          .main-wrapper section.prize .prize-bottom .prize-balloon-3 {
            display: none; } }
      .main-wrapper section.prize .prize-bottom .prize-bottom-title {
        font-family: ProximaNova-Bold, Arial, sans-serif;
        font-weight: normal;
        font-size: 3.125em;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
        color: #353114;
        margin-bottom: 0.75em; }
        @media (max-width: 991px) {
          .main-wrapper section.prize .prize-bottom .prize-bottom-title {
            font-size: 2.5em;
            line-height: 1.42;
            margin-bottom: 0.875em; } }
        @media (max-width: 767px) {
          .main-wrapper section.prize .prize-bottom .prize-bottom-title {
            font-size: 1.875em;
            line-height: 1.47;
            margin-bottom: 0.625em; } }
        .main-wrapper section.prize .prize-bottom .prize-bottom-title .prize-bottom-title-small {
          font-size: 0.8em;
          font-family: ProximaNova-Bold, Arial, sans-serif;
          font-weight: normal; }
          @media (max-width: 991px) {
            .main-wrapper section.prize .prize-bottom .prize-bottom-title .prize-bottom-title-small {
              font-size: 0.75em;
              margin-bottom: 0.125em; } }
          @media (max-width: 767px) {
            .main-wrapper section.prize .prize-bottom .prize-bottom-title .prize-bottom-title-small {
              font-size: 0.825em;
              display: inline-block;
              padding-top: 0.3125em; } }
      .main-wrapper section.prize .prize-bottom .prize-bottom-text {
        font-family: ProximaNova-Regular, Arial, sans-serif;
        font-weight: normal;
        font-size: 1.5em;
        line-height: 1.67;
        text-align: center;
        color: #353114;
        margin-bottom: 1.875em; }
        @media (max-width: 991px) {
          .main-wrapper section.prize .prize-bottom .prize-bottom-text {
            font-size: 1.25em;
            margin-bottom: 2.5em; } }
        @media (max-width: 767px) {
          .main-wrapper section.prize .prize-bottom .prize-bottom-text {
            font-size: 1em; } }
        .main-wrapper section.prize .prize-bottom .prize-bottom-text .prize-bottom-text-bold {
          font-family: ProximaNova-Bold, Arial, sans-serif;
          font-weight: normal; }
      .main-wrapper section.prize .prize-bottom .prize-bottom-big-text {
        font-family: ProximaNova-Bold, Arial, sans-serif;
        font-weight: normal;
        font-size: 3.125em;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
        color: #F04971;
        margin-bottom: 1.6875em; }
        @media (max-width: 991px) {
          .main-wrapper section.prize .prize-bottom .prize-bottom-big-text {
            font-size: 2.5em;
            margin-bottom: 2em; } }
        @media (max-width: 767px) {
          .main-wrapper section.prize .prize-bottom .prize-bottom-big-text {
            font-size: 1.875em;
            line-height: 1.3; } }
      .main-wrapper section.prize .prize-bottom .prize-bottom-link {
        position: relative;
        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: 16.2em;
        height: 4em;
        padding: 1.2em;
        background: #fff;
        border: 1px solid #F04971;
        -webkit-box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.15);
                box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.15);
        font-family: ProximaNova-Regular, Arial, sans-serif;
        font-weight: normal;
        font-size: 1.25em;
        line-height: 1.2;
        color: #F04971;
        -webkit-text-decoration: navajowhite;
                text-decoration: navajowhite; }
        @media (max-width: 767px) {
          .main-wrapper section.prize .prize-bottom .prize-bottom-link {
            font-size: 1em;
            width: 16em;
            height: 4.5em;
            padding: 1em; } }
        .main-wrapper section.prize .prize-bottom .prize-bottom-link:before {
          content: "";
          position: absolute;
          width: 1.15em;
          height: 0.5em;
          right: 1.2em;
          top: 1.8em;
          background: url(../img/prize-arrow.svg) no-repeat 50% 50%/contain; }
          @media (max-width: 767px) {
            .main-wrapper section.prize .prize-bottom .prize-bottom-link:before {
              top: 1.9375em; } }
  .main-wrapper section.people {
    position: relative;
    background: #FAECBB;
    padding: 4.6875em 0 10.9375em; }
    @media (max-width: 991px) {
      .main-wrapper section.people {
        padding: 4.0625em 0 8.4375em; } }
    @media (max-width: 767px) {
      .main-wrapper section.people {
        z-index: 2;
        padding: 3.5em 1.25em 4.6875em; } }
    .main-wrapper section.people .people-title {
      font-family: ProximaNova-Bold, Arial, sans-serif;
      font-weight: normal;
      font-size: 3.125em;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      color: #F04971;
      margin-bottom: 1.6em; }
      @media (max-width: 991px) {
        .main-wrapper section.people .people-title {
          font-size: 2.5em;
          margin-bottom: 1.2875em; } }
      @media (max-width: 767px) {
        .main-wrapper section.people .people-title {
          font-size: 1.5625em;
          margin-bottom: 1.125em; } }
    .main-wrapper section.people .people-swiper-container-wrapper {
      width: 100%;
      position: relative; }
      .main-wrapper section.people .people-swiper-container-wrapper .people-swiper-container {
        width: 97.5em;
        height: 100%;
        margin-left: auto;
        margin-right: auto; }
        @media (max-width: 991px) {
          .main-wrapper section.people .people-swiper-container-wrapper .people-swiper-container {
            width: 34.125em; } }
        @media (max-width: 767px) {
          .main-wrapper section.people .people-swiper-container-wrapper .people-swiper-container {
            width: 15.3125em; } }
        .main-wrapper section.people .people-swiper-container-wrapper .people-swiper-container .people-swiper-slide {
          padding: 2.375em 0.625em;
          text-align: center; }
          @media (max-width: 991px) {
            .main-wrapper section.people .people-swiper-container-wrapper .people-swiper-container .people-swiper-slide {
              padding: 1.75em 0.625em; } }
          @media (max-width: 767px) {
            .main-wrapper section.people .people-swiper-container-wrapper .people-swiper-container .people-swiper-slide {
              padding: 0; } }
          .main-wrapper section.people .people-swiper-container-wrapper .people-swiper-container .people-swiper-slide .people-swiper-slide-content {
            height: 12.6875em;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-background-size: contain;
                    background-size: contain;
            background-repeat: no-repeat;
            background-position: 50% 50%; }
            @media (max-width: 991px) {
              .main-wrapper section.people .people-swiper-container-wrapper .people-swiper-container .people-swiper-slide .people-swiper-slide-content {
                height: 9.0625em; } }
            @media (max-width: 767px) {
              .main-wrapper section.people .people-swiper-container-wrapper .people-swiper-container .people-swiper-slide .people-swiper-slide-content {
                width: 15.3125em;
                height: 8.6875em; } }
      .main-wrapper section.people .people-swiper-container-wrapper .people-swiper-button-prev {
        left: 2.1875em;
        width: 7.125em;
        height: 7.125em;
        -webkit-box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.25);
                box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.25);
        -webkit-border-radius: 1.875em;
                border-radius: 1.875em;
        background: #FFA4A4 url(../img/left-1920.png) no-repeat 50% 50%;
        -webkit-background-size: 2.625em 4.25em;
                background-size: 2.625em 4.25em;
        outline: none;
        cursor: pointer;
        top: 40%; }
        @media (max-width: 991px) {
          .main-wrapper section.people .people-swiper-container-wrapper .people-swiper-button-prev {
            width: 4.9375em;
            height: 4.9375em;
            -webkit-border-radius: 1.25em;
                    border-radius: 1.25em;
            left: 0.875em;
            -webkit-background-size: 1.8125em 3em;
                    background-size: 1.8125em 3em; } }
        @media (max-width: 767px) {
          .main-wrapper section.people .people-swiper-container-wrapper .people-swiper-button-prev {
            width: 1.25em;
            height: 1.25em;
            -webkit-border-radius: 0.3125em;
                    border-radius: 0.3125em;
            left: -0.75em;
            -webkit-background-size: 0.5em 0.8125em;
                    background-size: 0.5em 0.8125em;
            top: 4.625em; } }
        .main-wrapper section.people .people-swiper-container-wrapper .people-swiper-button-prev.swiper-button-disabled {
          pointer-events: auto;
          cursor: not-allowed;
          background-color: #FDCFCF; }
      .main-wrapper section.people .people-swiper-container-wrapper .people-swiper-button-next {
        right: 2.1875em;
        width: 7.125em;
        height: 7.125em;
        -webkit-box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.25);
                box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.25);
        -webkit-border-radius: 1.875em;
                border-radius: 1.875em;
        background: #FFA4A4 url(../img/right-1920.png) no-repeat 50% 50%;
        -webkit-background-size: 2.625em 4.25em;
                background-size: 2.625em 4.25em;
        outline: none;
        cursor: pointer;
        top: 40%; }
        @media (max-width: 991px) {
          .main-wrapper section.people .people-swiper-container-wrapper .people-swiper-button-next {
            width: 4.9375em;
            height: 4.9375em;
            -webkit-border-radius: 1.25em;
                    border-radius: 1.25em;
            right: 0.875em;
            -webkit-background-size: 1.8125em 3em;
                    background-size: 1.8125em 3em; } }
        @media (max-width: 767px) {
          .main-wrapper section.people .people-swiper-container-wrapper .people-swiper-button-next {
            width: 1.25em;
            height: 1.25em;
            -webkit-border-radius: 0.3125em;
                    border-radius: 0.3125em;
            right: -0.75em;
            -webkit-background-size: 0.5em 0.8125em;
                    background-size: 0.5em 0.8125em;
            top: 4.625em; } }
        .main-wrapper section.people .people-swiper-container-wrapper .people-swiper-button-next.swiper-button-disabled {
          pointer-events: auto;
          cursor: not-allowed;
          background-color: #FDCFCF; }
      .main-wrapper section.people .people-swiper-container-wrapper .people-swiper-pagination {
        font-family: ProximaNova-Bold, Arial, sans-serif;
        font-weight: normal;
        font-size: 3.125em;
        text-transform: uppercase;
        color: #FFA4A4;
        bottom: -1.25em; }
        @media (max-width: 991px) {
          .main-wrapper section.people .people-swiper-container-wrapper .people-swiper-pagination {
            font-size: 1.25em; } }
        @media (max-width: 767px) {
          .main-wrapper section.people .people-swiper-container-wrapper .people-swiper-pagination {
            bottom: -2.5em;
            font-size: 1em; } }
        .main-wrapper section.people .people-swiper-container-wrapper .people-swiper-pagination .swiper-pagination-current {
          font-family: ProximaNova-Bold, Arial, sans-serif;
          font-weight: normal;
          text-transform: uppercase;
          color: #FFA4A4; }
        .main-wrapper section.people .people-swiper-container-wrapper .people-swiper-pagination .swiper-pagination-total {
          font-family: ProximaNova-Bold, Arial, sans-serif;
          font-weight: normal;
          text-transform: uppercase;
          color: #FFA4A4; }
