@font-face {
  font-family: 'CircularStd-Bold';
  src: url("../fonts/CircularStd-Bold.eot");
  src: url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.woff2") format("woff2"), url("../fonts/CircularStd-Bold.ttf") format("truetype"), url("bumblebee-webfont.svg#webfontg8dbVmxj") format("svg"); }

body {
  font-size: 17px;
  font-weight: 400;
  color: #000;
  font-family: 'CircularStd-Bold'; }

input {
  font-family: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 800;
  letter-spacing: .5px;
  color: white; }

h1 {
  font-size: 3rem;
  line-height: 3.1rem; }

h2 {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 400; }
  @media (min-width: 412px) {
    h2 {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
  @media (min-width: 708px) {
    h2 {
      font-size: 1.8rem;
      line-height: 2rem; } }
  @media (min-width: 768px) and (min-height: 920px) and (max-width: 768px) and (max-height: 920px) {
    h2 {
      font-size: 1.8rem;
      line-height: 2rem; } }

p {
  margin: 0;
  font-size: 2.5vh;
  color: white; }

.text-left {
  text-align: left !important; }

.title {
  text-align: center;
  font-size: 4vh;
  line-height: 4vh;
  margin: 5vh auto 2vh;
  color: white; }

.claim-text {
  font-size: 2vh !important; }

.data-entry-title {
  text-align: center;
  margin-top: 3vh;
  margin-bottom: 2vh; }

* {
  box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed; }

img {
  max-width: 100%;
  height: auto; }

.main {
  height: 100vh;
  width: 100vw;
  overflow-y: auto;
  overflow-x: hidden;
  /*background-image: url('../images/background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
  background-color: #a5c9ea; }

.orientation {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: fixed;
  display: none;
  background-color: #434343;
  z-index: 1000;
  text-align: center;
  padding-top: 40vh; }

.box {
  background-color: transparent;
  border-radius: 1vh;
  border: none;
  padding: 2vh 2vh 3vh 2vh;
  margin-top: 0vh;
  color: white;
  text-align: center;
  min-height: 50vh; }
  .box p {
    color: white;
    text-align: center;
    font-size: 2.5vh;
    margin: 1vh auto; }

.nopad {
  padding: 0 !important; }

.wheelContainer {
  width: 35vh;
  margin: -1vh auto 0vh; }

.wheelSVG {
  padding-top: 6vh;
  position: relative;
  width: 50vh;
  height: 48vh;
  transform: translate(-50%, -11%) matrix(1, 0, 0, 1, 0, 0) !important; }

.game-segment, .result-segment {
  display: none; }

.ecllipse-back {
  background-image: url(../images/top.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100vh 13vh;
  width: 100%;
  height: 13vh;
  margin: 0 auto;
  text-align: center; }

.spin-logo-top {
  width: 25vh;
  margin: 2vh auto 0; }

.footer {
  position: fixed;
  bottom: 0;
  background-image: url(../images/bottom.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80vh 50vh;
  width: 100%;
  height: 50vh;
  margin: 0 auto;
  text-align: center; }

.enterbtn {
  z-index: 2;
  position: relative;
  width: 17vh;
  margin-top: 3vh; }

.playbtn {
  z-index: 2;
  position: relative;
  width: 17vh;
  margin-top: 2vh; }

.spinbtn {
  z-index: 2;
  position: relative;
  width: 17vh;
  margin-top: -4vh; }

.btn:hover {
  color: white; }

.enter-button {
  text-align: center; }

.accept {
  width: 16vh;
  text-align: center;
  border: none;
  outline: none; }

.decline {
  width: 16vh;
  text-align: center;
  border: none;
  margin-left: 3vh;
  outline: none; }

.claim {
  z-index: 2;
  position: relative;
  display: inline-block;
  outline: none;
  border: none;
  margin-right: 1vh;
  width: 16vh;
  float: left; }

.claim-later {
  z-index: 2;
  position: relative;
  display: inline-block;
  border: none;
  outline: none;
  margin-left: 1vh;
  width: 16vh;
  float: left;
  margin: 0 auto; }

.a:hover {
  color: white;
  text-decoration: none; }

.claim-container {
  display: inline-block;
  margin-top: 3vh; }

.modal {
  color: black; }

.modal-title {
  color: black;
  font-size: 3vh;
  text-align: center; }

.modal-body p {
  color: black !important;
  font-size: 2.2vh !important;
  margin-bottom: 1vh; }

/* Important part */
.modal-dialog {
  overflow-y: initial !important; }

.modal-body {
  height: 60vh;
  overflow-y: auto; }

.modal-footer {
  text-align: center; }

.animation--slide-left {
  -webkit-animation: slideLeft 250ms linear forwards;
          animation: slideLeft 250ms linear forwards; }

.animation--slide-in {
  -webkit-animation: slideIn 250ms linear forwards;
          animation: slideIn 250ms linear forwards; }

.animation--shake {
  -webkit-animation: shake 1s both;
          animation: shake 1s both;
  position: relative; }

@-webkit-keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0); } }

@-webkit-keyframes slideIn {
  100% {
    transform: translateX(0); } }

@keyframes slideIn {
  100% {
    transform: translateX(0); } }

@-webkit-keyframes slideLeft {
  100% {
    transform: translateX(-200vw);
    @media (min-width: 708px) {
      transform: translateX(-100vw); } } }

@keyframes slideLeft {
  100% {
    transform: translateX(-200vw);
    @media (min-width: 708px) {
      transform: translateX(-100vw); } } }

.landing-banner {
  width: 100%; }

.result-banner {
  border-top-left-radius: 1vh;
  border-top-right-radius: 1vh;
  margin-bottom: 2vh; }

.drinks-page {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  transition: 250ms linear;
  width: 100%;
  margin-bottom: 4vh; }
  .drinks-page__purchase-again.hidden, .drinks-page__form.hidden {
    transition: 250ms linear;
    transform: translateX(100vw); }

.drinks-section {
  width: 70%;
  margin: 15px auto 0; }
  .drinks-section--details {
    width: 80%; }
  @media (min-width: 708px) {
    .drinks-section {
      margin-top: 0px; } }
  @media (min-width: 768px) and (min-height: 920px) and (max-width: 768px) and (max-height: 920px) {
    .drinks-section {
      margin-top: 0px; } }
  .drinks-section__option {
    background: #fff;
    border-radius: 10px;
    height: 45px;
    position: relative;
    margin-bottom: 2.2vh; }
    @media (min-width: 412px) {
      .drinks-section__option {
        height: 60px; } }
    @media (min-width: 708px) {
      .drinks-section__option {
        margin-bottom: 30px;
        height: 75px; } }
    .drinks-section__option:last-of-type {
      margin-bottom: 2.5vh; }
    @media (min-width: 768px) and (min-height: 920px) and (max-width: 768px) and (max-height: 920px) {
      .drinks-section__option {
        height: 80px;
        margin-bottom: 40px; }
        .drinks-section__option:last-of-type {
          margin-bottom: 60px; } }
    @media (min-width: 1024px) and (min-height: 1366px) and (max-width: 1024px) and (max-height: 1366px) {
      .drinks-section__option {
        height: 110px;
        margin-bottom: 5vh; } }
  .drinks-section__image {
    width: 8vh;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
    .drinks-section__image--tango {
      left: -10%;
      top: 40%; }
    .drinks-section__image--lipton {
      left: -10%;
      width: 8vh; }
    .drinks-section__image--pepsi {
      left: -8%;
      top: 48%;
      width: 18vh; }
  .drinks-section__checkbox {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 25px;
    height: 25px;
    border: 2px solid #09c;
    border-radius: 4px;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: 10%;
    cursor: pointer;
    outline: none; }
    @media (min-width: 412px) {
      .drinks-section__checkbox {
        top: 50%; } }
    .drinks-section__checkbox:checked {
      background: #09c;
      box-shadow: inset 0 0 0 3px #fff; }
  .drinks-section__other {
    color: #09c;
    font-size: 20px;
    width: 90%;
    padding-top: 10px;
    padding-left: 30px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3); }
    @media (min-width: 412px) {
      .drinks-section__other {
        font-size: 22px;
        padding-top: 17px; } }
    @media (min-width: 708px) {
      .drinks-section__other {
        font-size: 28px;
        padding-top: 26px; } }
    @media (min-width: 992px) {
      .drinks-section__other {
        padding-top: 23px; } }
    @media (min-width: 1024px) and (min-height: 1366px) and (max-width: 1024px) and (max-height: 1366px) {
      .drinks-section__other {
        padding-top: 40px; } }

.purchase-again {
  background: #fff;
  height: 60px;
  line-height: 60px;
  border-radius: 20px;
  padding: 0 30px;
  position: relative;
  box-shadow: 3px 3px 0 2px rgba(0, 0, 0, 0.3); }
  @media (min-width: 412px) {
    .purchase-again {
      height: 90px;
      line-height: 90px; } }
  .purchase-again:first-of-type {
    margin-bottom: 30px; }
  .purchase-again__container {
    width: 85%;
    margin: 20px auto; }
    @media (min-width: 412px) {
      .purchase-again__container {
        margin-bottom: 60px;
        margin: 30px auto; } }
    @media (min-width: 375px) and (min-height: 812px) and (max-width: 375px) and (max-height: 812px) {
      .purchase-again__container {
        margin-bottom: 8vh; } }
  .purchase-again__label {
    color: #09c;
    font-weight: 700;
    font-size: 35px;
    min-width: 90px;
    display: inline-block;
    text-transform: uppercase; }
    @media screen and (min-width: 410px) {
      .purchase-again__label {
        min-width: 140px; } }
    @media (min-width: 708px) {
      .purchase-again__label {
        min-width: 250px; } }
  .purchase-again__checkbox {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 3px solid #09c;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3vh;
    outline: 0; }
    .purchase-again__checkbox:checked {
      background: #09c;
      box-shadow: inset 0 0 0 3px #fff; }

.form-group {
  margin-bottom: 2vh; }
  @media (min-width: 375px) and (min-height: 812px) and (max-width: 375px) and (max-height: 812px) {
    .form-group {
      margin-bottom: 1vh; } }
  @media (min-width: 708px) {
    .form-group {
      margin-bottom: 2vh; } }

.form-section {
  position: relative; }
  @media screen and (min-width: 410px) {
    .form-section {
      margin-top: 10px; } }
  @media (min-width: 708px) {
    .form-section {
      margin-top: 10px; } }
  .form-section--checkbox {
    line-height: 20px;
    text-align: center; }
    @media screen and (min-width: 410px) {
      .form-section--checkbox {
        margin: 0px auto 9px; } }
    @media (min-width: 992px) {
      .form-section--checkbox {
        margin: 1vh 0; } }
    @media (min-width: 768px) and (min-height: 920px) and (max-width: 768px) and (max-height: 920px) {
      .form-section--checkbox {
        margin: 30px 0 40px; } }
    @media (min-width: 375px) and (min-height: 812px) and (max-width: 375px) and (max-height: 812px) {
      .form-section--checkbox {
        margin: 2vh 0; } }
  .form-section__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 35px;
    border: 0;
    margin-bottom: 3px;
    padding-left: 5px;
    font-size: 2vh !important;
    color: #000000;
    outline: 0;
    background-color: transparent;
    border-bottom: 2px solid black; }
    @media screen and (min-width: 410px) {
      .form-section__input {
        height: 50px; } }
    @media (min-width: 708px) {
      .form-section__input {
        font-size: 2vh; } }
    @media (min-width: 375px) and (min-height: 812px) and (max-width: 375px) and (max-height: 812px) {
      .form-section__input {
        height: 50px; } }
    .form-section__input::-webkit-input-placeholder {
      color: #000;
      font-weight: 500;
      font-size: 2vh; }
    .form-section__input::-moz-placeholder {
      color: #000;
      font-weight: 500;
      font-size: 2vh; }
    .form-section__input:-ms-input-placeholder {
      color: #000;
      font-weight: 500;
      font-size: 2vh; }
    .form-section__input::-ms-input-placeholder {
      color: #000;
      font-weight: 500;
      font-size: 2vh; }
    .form-section__input::placeholder {
      color: #000;
      font-weight: 500;
      font-size: 2vh; }
    .form-section__input--error {
      border: 3px solid #017ba4; }
  .form-section__span-error {
    color: #fff;
    font-size: 2vh;
    display: none; }
  .form-section__checkbox {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 5px;
    height: 20px;
    width: 20px;
    background: #262161;
    margin-right: 8px; }
    .form-section__checkbox:checked {
      background: #a5c9ea;
      box-shadow: inset 0 0 0 3px #262161; }
  .form-section__label {
    font-size: 16px;
    position: relative;
    top: -6px;
    font-weight: normal; }
  .form-section__underline {
    font-size: 16px;
    color: inherit;
    text-decoration: underline; }
  .form-section__label_checkbox {
    margin-left: 38px;
    display: block;
    margin-top: -20px; }
  .form-section__label_checkbox::before {
    margin-left: -35px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 34px; }

.white-back {
  background-color: white;
  padding: 2.5vh;
  padding-top: 1vh;
  width: 95%;
  margin: 0 auto;
  border-radius: 1vh; }

.thanks-banner {
  background: #09c;
  width: 100%;
  text-align: center;
  padding: 0 0 10px;
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (min-width: 708px) {
    .thanks-banner {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (min-width: 992px) {
    .thanks-banner {
      margin: 4vh 0 0; } }
  @media (min-width: 768px) and (min-height: 920px) and (max-width: 768px) and (max-height: 920px) {
    .thanks-banner {
      margin-top: 20px; } }
  @media (min-width: 375px) and (min-height: 812px) and (max-width: 375px) and (max-height: 812px) {
    .thanks-banner {
      margin-top: 3vh;
      padding-top: 3vh;
      padding-bottom: 3vh; } }
  .thanks-banner::after {
    content: '';
    width: 110%;
    height: 100%;
    background: #017ba4;
    transform: rotate(-2deg) translateX(-50%);
    position: absolute;
    top: -5px;
    left: 50%;
    z-index: -1; }
    @media (min-width: 708px) {
      .thanks-banner::after {
        transform: rotate(-0.5deg) translateX(-50%); } }
  .thanks-banner__wrapper {
    position: relative;
    z-index: 1; }
  .thanks-banner__title {
    font-size: 25px;
    line-height: 30px; }
    @media (min-width: 412px) {
      .thanks-banner__title {
        font-size: 30px;
        line-height: 35px; } }
    @media (min-width: 708px) {
      .thanks-banner__title {
        font-size: 35px;
        line-height: 40px; } }
    @media (min-width: 375px) and (min-height: 812px) and (max-width: 375px) and (max-height: 812px) {
      .thanks-banner__title {
        padding-bottom: 1vh; } }
  .thanks-banner__sub-title {
    font-size: 18px;
    line-height: 20px;
    width: 70%;
    margin: 0 auto; }
    @media (min-width: 412px) {
      .thanks-banner__sub-title {
        font-size: 20px;
        line-height: 22px; } }

.vip-pass {
  position: relative;
  left: 50%;
  top: 98%;
  transform: translateX(-50%); }
  @media (min-width: 412px) {
    .vip-pass {
      margin-bottom: 4vh; } }
  .vip-pass__image {
    width: 21vh;
    position: relative;
    left: 50%;
    top: -3px;
    transform: translateX(-50%); }
    @media (min-width: 412px) {
      .vip-pass__image {
        width: 22vh; } }
    @media (min-width: 708px) {
      .vip-pass__image {
        width: 30vh; } }
    @media (min-width: 992px) {
      .vip-pass__image {
        width: 25vh; } }

.logo {
  text-align: center;
  padding-top: 3vh; }
  @media (min-width: 567px) {
    .logo {
      padding-top: 20px; } }
  @media (min-width: 768px) and (min-height: 920px) and (max-width: 768px) and (max-height: 920px) {
    .logo {
      padding-top: 50px; } }
  @media (min-width: 375px) and (min-height: 812px) and (max-width: 375px) and (max-height: 812px) {
    .logo {
      padding-top: 50px; } }
  .logo--thanks {
    padding-top: 10px; }
    @media (min-width: 412px) {
      .logo--thanks {
        padding-top: 20px;
        margin-top: 2vh; } }
  .logo__image {
    width: 25vh;
    margin-bottom: 1vh; }
    @media (min-width: 1024px) and (min-height: 1366px) and (max-width: 1024px) and (max-height: 1366px) {
      .logo__image {
        width: 25vh; } }
    @media (min-width: 375px) and (min-height: 812px) and (max-width: 375px) and (max-height: 812px) {
      .logo__image {
        width: 25vh; } }
    @media (min-width: 992px) {
      .logo__image {
        width: 25vh; } }
    .logo__image--landing {
      width: 15vh; }
      @media (min-width: 375px) and (min-height: 812px) and (max-width: 375px) and (max-height: 812px) {
        .logo__image--landing {
          width: 20vh; } }
      @media (min-width: 708px) {
        .logo__image--landing {
          width: 20vh;
          padding-top: 3vh; } }
      @media (min-width: 992px) {
        .logo__image--landing {
          padding-top: 1vh; } }

.britvic-logo {
  position: fixed;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%); }
  @media (min-width: 567px) {
    .britvic-logo {
      bottom: 15px; } }
  .britvic-logo__logo {
    width: 13vh; }

.sub-logo {
  position: relative;
  margin-top: 20px;
  text-align: center; }
  .sub-logo__logo {
    width: 13vh; }

.logo-holder {
  text-align: center; }

.clever-logo {
  width: 15vh;
  margin: 4vh auto; }

.main-button {
  text-align: center;
  margin: 1vh auto 0;
  width: 50%; }
  .main-button--details-form {
    width: 70%; }

.main-text-section {
  width: 80%;
  margin: 10px auto 0;
  text-align: center; }
  @media (min-width: 708px) {
    .main-text-section {
      margin-top: 30px; } }
  @media (min-width: 768px) and (min-height: 920px) and (max-width: 768px) and (max-height: 920px) {
    .main-text-section {
      margin-top: 40px; } }
  @media (min-width: 375px) and (min-height: 812px) and (max-width: 375px) and (max-height: 812px) {
    .main-text-section {
      margin-top: 3vh;
      margin-bottom: 4vh; } }
  .main-text-section--thank-you-page {
    margin-top: 5px; }
    @media (min-width: 708px) {
      .main-text-section--thank-you-page {
        width: 100%;
        margin-top: 10px; } }
  .main-text-section__text {
    text-shadow: 2px 1px rgba(0, 0, 0, 0.1); }
    .main-text-section__text--thank-you-page {
      font-size: 16px;
      line-height: 17px; }
      @media (min-width: 412px) {
        .main-text-section__text--thank-you-page {
          font-size: 18px;
          line-height: 21px;
          margin-top: 9px; } }
      @media (min-width: 708px) {
        .main-text-section__text--thank-you-page {
          font-size: 24px;
          line-height: 28px;
          margin-top: 25px; } }
      @media (min-width: 375px) and (min-height: 812px) and (max-width: 375px) and (max-height: 812px) {
        .main-text-section__text--thank-you-page {
          font-size: 22px;
          line-height: 25px; } }

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