@font-face {
  font-family: Avenir LT Pro;
  src: url('../fonts/AvenirLTProHeavy.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir LT Pro;
  src: url('../fonts/AvenirLTProBlack.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir LT Pro;
  src: url('../fonts/AvenirLTProMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir LT Pro;
  src: url('../fonts/AvenirLTProLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.hero-container {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  min-width: 100vw;
  max-width: 1300px;
  height: 100%;
  display: flex;
  position: relative;
}

.get-ready-titles-img {
  width: 45vw;
}

.navbar {
  background-color: #ddd0;
  width: 100vw;
}

.nav-logos-container {
  margin-left: 0;
  margin-right: 0;
}

.nav-logos-img {
  width: 150px;
}

.image-3 {
  width: 160px;
}

.bottom-part-hero-div {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
}

._25-reward-text {
  color: #e33f34;
  text-align: center;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #fff;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-size: 53px;
  font-weight: 900;
  line-height: 20px;
}

.buy5-text-img {
  width: 450px;
}

.selected-products-text {
  color: #fff;
  text-align: center;
  padding-bottom: 25px;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-size: 26px;
  font-weight: 900;
}

.fanatics-logo-img {
  width: 370px;
  margin-top: -5px;
}

.selected-products-2-text {
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-size: 26px;
  font-weight: 900;
}

.jerseys-img {
  width: 35vw;
  position: absolute;
  top: 170px;
  left: 0;
}

.goal-img {
  width: 20vw;
  position: absolute;
  top: 0;
  right: 0;
}

.botellas-img {
  width: 33vw;
  position: absolute;
  top: 300px;
  right: 0;
}

.howto-section {
  background-color: #e33f34;
}

.howto-container {
  max-width: 1000px;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-size: 55px;
  font-weight: 900;
}

.howto-3steps-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.howto-step-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.howto-icon {
  width: 70px;
  margin-bottom: 30px;
}

.receipt-icon, .fanatics-sq-icon {
  width: 65px;
}

.howto-text {
  color: #fff;
  text-align: center;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-weight: 300;
}

.bold-text {
  font-weight: 900;
}

.link {
  color: #fff;
}

._3info-section {
  background-color: #001a3f;
}

._3info-container {
  max-width: 1500px;
}

._3info-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.one-info-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 60px;
  display: flex;
}

.one-info-h2 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-size: 35px;
  font-weight: 900;
}

.one-info-h2.program-terms-h2 {
  padding-left: 20px;
}

.one-info-ol {
  color: #fff;
  padding-left: 20px;
  list-style-type: decimal;
}

.one-info-description-text {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-weight: 300;
}

.one-info-ul {
  color: #fff;
  list-style-type: disc;
}

.footer-section {
  background-color: #e33f34;
}

.footer-container {
  max-width: 1400px;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-text {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-size: 10.1px;
  font-weight: 300;
  line-height: 15px;
}

.image-4 {
  width: 100%;
  height: 100%;
}

.image-5 {
  width: 100%;
}

.image-6 {
  width: 40px;
  position: absolute;
  top: -40px;
  left: 0;
}

.header-n-arrows {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.arrowdown-howtocontainer-right {
  width: 40px;
  position: relative;
  left: 100px;
}

.arrowdown-howtocontainer-left {
  width: 40px;
  position: relative;
  right: 100px;
}

@media screen and (max-width: 991px) {
  ._3info-div {
    flex-flow: column;
    grid-template-rows: auto;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .one-info-div {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20vw;
    padding-right: 20vw;
  }
}

@media screen and (max-width: 479px) {
  .get-ready-titles-img {
    z-index: 10;
    width: 90vw;
    margin-top: 20px;
    position: relative;
  }

  .nav-logos-img {
    width: 15vw;
    min-width: 60px;
  }

  .bottom-part-hero-div {
    z-index: 10;
    position: relative;
  }

  ._25-reward-text {
    font-size: 12vw;
  }

  .buy5-text-img {
    width: 90vw;
  }

  .selected-products-text {
    font-size: 6vw;
  }

  .fanatics-logo-img {
    width: 100vw;
  }

  .selected-products-2-text {
    font-size: 6vw;
  }

  .jerseys-img {
    z-index: 1;
    width: 52vw;
    top: 200px;
  }

  .goal-img {
    z-index: 1;
    width: 25vw;
    top: 0;
  }

  .botellas-img {
    z-index: 1;
    width: 42vw;
    top: 290px;
  }

  .heading {
    margin-bottom: 30px;
    font-size: 10vw;
  }

  .howto-3steps-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .howto-step-div {
    margin-bottom: 40px;
  }

  ._3info-div {
    justify-content: center;
    align-items: center;
  }

  .one-info-div {
    padding-left: 0;
    padding-right: 0;
  }

  .one-info-h2 {
    margin-top: 40px;
  }

  .one-info-ol {
    text-align: justify;
    max-width: 83vw;
  }

  .one-info-description-text {
    text-align: justify;
    max-width: 85vw;
  }

  .one-info-ul {
    max-width: 85vw;
  }

  .footer-text {
    text-align: justify;
  }
}


@font-face {
  font-family: 'Avenir LT Pro';
  src: url('../fonts/AvenirLTProHeavy.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir LT Pro';
  src: url('../fonts/AvenirLTProBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir LT Pro';
  src: url('../fonts/AvenirLTProMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir LT Pro';
  src: url('../fonts/AvenirLTProLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}