@font-face {
  src: url("../fonts/websites-font-regular.woff") format("woff"), url("../images/fonts/websites-font-regular.ttf") format("truetype");
  font-family: source;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  src: url("../fonts/websites-font-light.woff") format("woff"), url("../images/fonts/websites-font-light.ttf") format("truetype");
  font-family: source-light;
  font-style: normal;
  font-weight: 200;
}
@font-face {
  src: url("../fonts/websites-font-bold.woff") format("woff"), url("../images/fonts/websites-font-bold.ttf") format("truetype");
  font-family: source-bold;
  font-weight: 600;
  font-style: normal;
}
html {
  box-sizing: border-box;
  background-color: #CCCCCC;
  font-family: "source", 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, h4 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  color: #3A3941;
  margin: 20px;
  font-family: "source-bold", Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 46px;
  line-height: 46px;
  font-family: "source-light", Arial, Helvetica, sans-serif;
}
h1 span {
  font-family: "source-bold", Arial, Helvetica, sans-serif;
}

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

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

h4 {
  font-size: 30px;
  line-height: 34px;
  text-transform: none;
  margin: 60px 40px 40px 40px;
}

p {
  color: #3A3941;
  text-align: center;
}

ol, ul {
  list-style: none;
}

a {
  color: #FF6900;
}

img {
  display: block;
}

.wrapper {
  padding: 30px 50px 40px 50px;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: 15px solid transparent;
  border-image: url("../images/footer-border.jpg") 20% round;
  overflow: hidden;
}

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

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

.banner img {
  width: 100%;
}

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

.banner-copy {
  background-color: #333333;
  margin: 0 -46.205px;
}
.banner-copy h1 {
  color: #FF6900;
  margin: 0 auto;
  padding: 20px 40px;
  max-width: 660px;
}

.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: 54px;
  padding: 12px 40px;
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 0.4px;
  background-color: #FF6900;
  transition: 0.3s ease-in;
}
.cta:hover, .cta:focus {
  background-color: #FF5400;
}

.bonus-key-img {
  width: 100%;
  padding: 20px 36px;
}

.progress-wrapper {
  width: 100%;
  max-width: 600px;
  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: 51px;
  background-color: #68696E;
  z-index: 1;
}
.progress::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 100%;
  bottom: -14px;
  right: 51px;
  background-color: #A6A7AB;
  z-index: 1;
}

.barOverflow {
  /* Hides half of the circle to create semi circle look */
  position: relative;
  margin: 0 auto;
  width: 500px;
  height: 272px;
  /* Half circle (overflow) */
  overflow: hidden;
  z-index: 2;
}
.barOverflow::before {
  content: "";
  width: 236px;
  height: 236px;
  position: absolute;
  border: 3px dashed #B3B3B3;
  background-color: #FFFFFF;
  border-radius: 50%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.progress-dial {
  width: 36px;
  height: 36px;
  border: 8px solid white;
  background-color: #FF6900;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-box-shadow: 0px 0px 0px 3px #b3b3b3;
  -moz-box-shadow: 0px 0px 0px 3px #b3b3b3;
  box-shadow: 0px 0px 0px 3px #b3b3b3;
}
.progress-dial::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0) rotate(180deg);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 190px solid #FF6900;
}

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

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

.progress-bar-labels {
  display: flex;
  justify-content: space-between;
  margin: 0 20px;
}

.progress-bar-label {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
}
.progress-bar-label p {
  color: #68696E;
}

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

.icon-row-wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.icon-column {
  padding: 0 40px;
}
.icon-column:nth-child(2) {
  border-right: 2px solid #dcdcdc;
  border-left: 2px solid #dcdcdc;
  padding: 0 40px;
}

.icon-column-image {
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
}

@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 {
    top: -44px;
    width: 100%;
    max-width: 400px;
  }

  .progress-wrapper {
    max-width: 280px;
    margin: 80px auto 40px;
  }

  .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: 2px;
  }

  .progress::after {
    right: 2px;
  }

  .progress-dial::after {
    border-bottom: 100px solid #FF6900;
  }

  .barOverflow::before {
    width: 154px;
    height: 154px;
  }

  .barOverflow {
    /* Hides half of the circle to create semi circle look */
    width: 280px;
    height: 162px;
    /* 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;
  }

  .bonus-key-img {
    padding: 10px 5px;
  }

  .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;
  }

  h4 {
    font-size: 22px;
    line-height: 26px;
  }

  .icon-column,
.icon-column:nth-child(2) {
    padding: 0 25px;
  }
}

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