@font-face {
  font-family: rubik;
  font-style: normal;
  font-weight: 400;
  src: url(../../../assets/fonts/rubik/rubikRegular.eot);
  src: url(../../../assets/fonts/rubik/rubikRegular.woff2) format("woff2"), url(../../../assets/fonts/rubik/rubikRegular.eot?#iefix) format("embedded-opentype"), url(../../../assets/fonts/rubik/rubikRegular.woff) format("woff"), url(../../../assets/fonts/rubik/rubikRegular.ttf) format("truetype"), url(../../../assets/fonts/rubik/rubikRegular.svg#rubikRegular) format("svg");
}
@font-face {
  font-family: rubik;
  font-style: normal;
  font-weight: 500;
  src: url(../../../assets/fonts/rubik/rubikMedium.eot);
  src: url(../../../assets/fonts/rubik/rubikMedium.woff2) format("woff2"), url(../../../assets/fonts/rubik/rubikMedium.eot?#iefix) format("embedded-opentype"), url(../../../assets/fonts/rubik/rubikMedium.woff) format("woff"), url(../../../assets/fonts/rubik/rubikMedium.ttf) format("truetype"), url(../../../assets/fonts/rubik/rubikMedium.svg#rubikMedium) format("svg");
}
@font-face {
  font-family: saira;
  font-style: normal;
  font-weight: 700;
  src: url(../../../assets/fonts/saira/sairaCondensedBold.eot);
  src: url(../../../assets/fonts/saira/sairaCondensedBold.woff2) format("woff2"), url(../../../assets/fonts/saira/sairaCondensedBold.eot?#iefix) format("embedded-opentype"), url(../../../assets/fonts/saira/sairaCondensedBold.woff) format("woff"), url(../../../assets/fonts/saira/sairaCondensedBold.ttf) format("truetype"), url(../../../assets/fonts/saira/sairaCondensedBold.svg#sairaCondensedBold) format("svg");
}
html {
  box-sizing: border-box;
  background-color: #CCCCCC;
  font-family: "rubik", Arial, Helvetica, sans-serif;
  font-size: 18px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  color: #6D6E70;
  margin: 20px;
  font-family: helvetica;
}

h1 {
  font-size: 36px;
  line-height: 40px;
}

h2 {
  font-size: 30px;
  line-height: 36px;
}

h3 {
  font-size: 28px;
  line-height: 34px;
}

p {
  color: #6D6E70;
  text-align: center;
}

ol, ul {
  list-style: none;
}

a {
  color: #9E0000;
}

img {
  display: block;
}

.wrapper {
  padding: 30px 50px 40px 50px;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  background-color: #FFFFFF;
}

header {
  border-bottom: 3px solid #FFFFFF;
  background-color: #FFFFFF;
  margin-bottom: 10px;
  padding: 12px 0;
  width: 100%;
}

header .logo {
  max-width: 150px;
  margin: 0 auto;
  width: 100%;
}

.banner img {
  width: 100%;
}

.content-wrapper {
  margin: 0 auto;
  width: 90%;
}

.copy-block {
  margin-top: 30px;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.cta-wrapper {
  text-align: center;
  margin: 60px 40px 40px;
}

.cta {
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 auto 26px auto;
  border-radius: 8px;
  padding: 12px 40px;
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 0.4px;
  background-color: #9E0000;
  transition: 0.3s ease-in;
}
.cta:hover, .cta:focus {
  background-color: #b80000;
}

.bonus-key__container {
  margin-top: 40px;
}
.bonus-key__row {
  background-color: #CFD1D2;
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
}
.bonus-key__tab-wrapper {
  background-color: #2E89FF;
  color: white;
  padding: 20px 20px 20px 30px;
  margin-right: 30px;
  position: relative;
  border-radius: 20px 0 0 20px;
  border-right: 11px solid #FFFFFF;
}
.bonus-key__tab-wrapper::before {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 46px solid transparent;
  border-left: 30px solid #FFFFFF;
  border-bottom: 46px solid transparent;
}
.bonus-key__tab-wrapper::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 46px solid transparent;
  border-left: 31px solid #2E89FF;
  border-bottom: 46px solid transparent;
  clear: both;
}
.bonus-key__tab-wrapper.current-value {
  background-color: #00A328;
}
.bonus-key__tab-wrapper.current-value::after {
  border-left: 31px solid #00A328;
}
.bonus-key__tab-copy {
  font-size: 22px;
  line-height: 24px;
  color: #FFFFFF;
}
.bonus-key__tab-copy span {
  font-size: 28px;
}
.bonus-key__tab-copy span small {
  font-size: 12px;
}
.bonus-key__inner {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}
.bonus-key__copy {
  padding: 15px 30px;
}
.bonus-key__copy p {
  color: #3A3A3A;
}
.bonus-key__copy--large {
  font-size: 30px;
}
.bonus-key__plus-sign {
  font-size: 28px;
  color: #3A3A3A;
  padding: 15px;
}

.progress-wrapper {
  width: 100%;
  max-width: 500px;
  margin: 40px auto;
}

.progress {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  z-index: 999999;
}
.progress::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 100%;
  bottom: -14px;
  left: 50px;
  background-color: #F9C126;
  z-index: 1;
}
.progress::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 100%;
  bottom: -14px;
  right: 50px;
  background-color: #F4DF9D;
  z-index: 1;
}

.barOverflow {
  /* Hides half of the circle to create semi circle look */
  position: relative;
  margin: 0 auto;
  width: 400px;
  height: 200px;
  /* Half circle (overflow) */
  overflow: hidden;
  z-index: 2;
}

.bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 400px;
  /* full circle! */
  border-radius: 50%;
  box-sizing: border-box;
  border: 30px solid #F4DF9D;
  border-bottom-color: #F9C126;
  border-right-color: #F9C126;
}

.bar-logo {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 274px;
  left: 62px;
  transform-origin: bottom left;
  transform: rotate(230deg);
  display: block;
}

.progress-bar-copy {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  max-width: 200px;
}

.progress-bar-labels {
  display: flex;
  justify-content: space-between;
}

.progress-bar-label {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
}

.progress-bar-current-value,
.progress-bar-target-value {
  font-size: 42px;
  font-weight: bold;
}
.progress-bar-current-value small,
.progress-bar-target-value small {
  font-size: 26px;
}

@media only screen and (max-width: 867px) {
  header {
    margin-bottom: 0;
  }

  .wrapper {
    padding: 0 0 40px 0;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  html {
    font-size: 18px;
    font-size: 14px;
  }

  .progress-bar-copy {
    font-size: 14px;
    top: 72%;
  }

  .progress-wrapper {
    max-width: 280px;
  }

  .progress-bar-label {
    font-size: 18px;
  }

  .progress-bar-current-value,
.progress-bar-target-value {
    font-size: 24px;
  }

  .progress-bar-current-value small,
.progress-bar-target-value small {
    font-size: 14px;
  }

  .progress::before {
    left: 0;
  }

  .progress::after {
    right: 0;
  }

  .barOverflow {
    /* Hides half of the circle to create semi circle look */
    width: 280px;
    height: 140px;
    /* Half circle (overflow) */
  }

  .bar {
    width: 280px;
    height: 280px;
    /* full circle! */
  }

  .bar-logo {
    top: 172px;
    left: 45px;
  }

  .bonus-key__tab-wrapper {
    padding: 20px 20px 20px 30px;
    margin-right: 30px;
    padding: 20px 10px 20px 10px;
    margin-right: 0;
    border-right: 5px solid #FFFFFF;
  }

  .bonus-key__tab-wrapper::before {
    display: none;
  }

  .bonus-key__tab-wrapper::after {
    display: none;
  }

  .bonus-key__tab-copy {
    font-size: 14px;
    line-height: 18px;
  }

  .bonus-key__tab-copy span {
    font-size: 18px;
  }

  .bonus-key__tab-copy span small {
    font-size: 12px;
  }

  .bonus-key__copy--large {
    font-size: 16px;
  }

  .bonus-key__plus-sign {
    font-size: 16px;
    padding: 5px;
  }

  .bonus-key__copy {
    padding: 12px;
  }

  .cta-wrapper {
    text-align: center;
    margin: 30px 10px 10px;
  }

  .cta {
    font-size: 16px;
    line-height: 20px;
  }

  h1 {
    font-size: 26px;
    line-height: 32px;
  }

  h2 {
    font-size: 22px;
    line-height: 28px;
  }

  h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

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