/** Shopify CDN: Minification failed

Line 105:19 Expected ":"

**/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

.how-rewards {
  padding: 50px 0;
}
.bg-gray-diagonal{

}
.bg-gray-diagonal{
  position: relative;
  background: #d9d9d9;
}

@media (max-width: 767px) {
  .bg-gray-diagonal{
    clip-path: none;
  }
}

@media (min-width: 768px) {
  .bg-gray-diagonal{
    padding-bottom:250px !important;
    clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
  }
}


.how-rewards__container_section {
  padding: 50px auto;
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
}
.how-rewards__container_section h2 {
  font-family: "Archivo Black", sans-serif;
  font-size: 50px;
  font-weight: 400px;
  text-align: center;
  text-transform: capitalize;
}
.how-rewards__container_section h2 strong {
  font-family: "Archivo Black", sans-serif;
  color: #C01616;
}
.how-rewards__container_section h3{
    color:#454545;
    font-size: 26px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-align: center;
}
.how-rewards__container_section .how-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0 0;
}
.how-rewards__container_section .how-wrapper .how-it-works__steps {
  width: 60%;
}

.how-rewards__container_section .how-wrapper .how-it-works__steps__content {
display: flex
}
.how-rewards__container_section .how-wrapper .how-it-works__steps ol.steps-list-box{
list-style: none; padding-left: 0; margin: 0;
  position: relative;
  z-index:10;
  padding-top:70px;
}
.how-rewards__container_section .how-wrapper .how-it-works__steps ol.box-steps-space{
padding-bottom: 70px;
padding-top:70px;
}
.how-rewards__container_section .how-wrapper .how-it-works__steps ol.steps-list-box::after{
  content: "";
  position: absolute;
  top: 0;
  right: -33px;
  width: 33px;
  height: 100%;
  background-image: url("/cdn/shop/files/Clip_path_group_1.png?v=1773177697" );
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: right top;
  pointer-events: none;
  z-index:10;
}

.how-rewards__container_section .how-wrapper .how-it-works__steps ol.steps-list-box li{
height: 200px;
    align-items: center;
    display: flex;
    width: 60px;
    justify-content
    align-items: center;
    font-size: 60px;
    font-weight: bold;
}

.how-rewards__container_section .how-wrapper .how-it-works__steps ol.steps-list {
  counter-reset: steps;
  list-style: none;
  /* padding: 0 0 0 50px; */
  position: relative;
}
.how-rewards__container_section .how-wrapper .how-it-works__steps ol.steps-list li {
  color: #222;
  counter-increment: steps;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 530px;
  height: 161px;
  margin: 35px 0;
  padding: 30px 10px 40px 40px;
}
.how-rewards__container_section .how-wrapper .how-it-works__steps ol.steps-list li h3 {
  font-size: 19px;
margin-bottom:5px;
  position: relative;
  z-index: 3;
  font-family: "Roboto", sans-serif;
color: #C01616;
    text-align: left;
    font-weight:bold;

}
.how-rewards__container_section .how-wrapper .how-it-works__steps ol.steps-list li p {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  position: relative;
  z-index: 3;
}
/* .how-rewards__container_section .how-wrapper .how-it-works__steps ol.steps-list li::before {
  content: "0" counter(steps) ".";
  background-color: #C01616;
  border-radius: 5px;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  padding: 9px 11px;
  position: absolute;
  left: 0;
  z-index: 2;
} */
.how-rewards__container_section .how-wrapper .how-it-works__steps ol.steps-list li svg {
  position: absolute;
  top: -20px;
  left: -5px;
  z-index: 2;
}
/* .how-rewards__container_section .how-wrapper .how-it-works__steps ol.steps-list::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #000;
  display: block;
  position: absolute;
  left: 72px;
  top: 50px;
} */
.how-rewards__container_section .how-wrapper .guarantee-badge {
  transform: translateY(-20px);
}
.how-rewards__container_section .how-wrapper .guarantee-badge img {
  position: relative;
  z-index: 2;
}
.how-rewards__container_section .how-it-works__cta {
  transform: translateY(-70px);
  display: flex;
  justify-content: center;
}
.how-rewards__container_section .how-it-works__cta .rewards-btn {
  text-decoration: none;
  background-color: #C01616;
  border: 2px solid #C01616;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 30px;
  border-radius: 40px;
  transition: all 0.3s ease-in;
}
.how-rewards__container_section .how-it-works__cta .rewards-btn:hover {
  color: #C01616;
  background-color: #FFF;
}

@media (max-width: 1160px) {
  .how-rewards__container_section {
    width: 95%;
  }
  .how-rewards__container_section .how-wrapper__image {
    width: 60%;
  }
  .how-rewards__container_section .how-wrapper__image img {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .how-rewards__container_section .how-wrapper__image {
    width: 45%;
  }
  .how-rewards__container_section .how-wrapper__image img {
    width: 100%;
  }
}
@media (max-width: 880px) {
  .how-rewards__container_section .how-wrapper {
    flex-direction: column;
  }
  .how-rewards__container_section .how-wrapper__image {
    width: 100%;
  }
  .how-rewards__container_section .how-wrapper__image img {
    width: 100%;
  }
  .how-rewards__container_section .how-it-works__cta {
    transform: translateY(0);
    margin-top: 30px;
  }
}
@media (max-width: 550px) {
  .how-rewards__container_section h2 {
    font-size: 26px;
  }
  .how-rewards__container_section .how-wrapper {
    padding: 0;
  }
  .how-rewards__container_section .how-wrapper .how-it-works__steps {
    width: 100%;
  }
  .how-rewards__container_section .how-wrapper .how-it-works__steps ol.steps-list {
    padding: 0;
    width: 100%;
  }
  .how-rewards__container_section .how-wrapper .how-it-works__steps ol.steps-list-box li{
    height:108px;
            justify-content: center;
  }
  .how-rewards__container_section .how-wrapper .how-it-works__steps ol.steps-list li {
         width: 100%;
        margin: 25px 0;
        padding: 90px 16px 0px;
            height: 111px;
    margin: 0px 0;
  }
  .how-rewards__container_section .how-wrapper .how-it-works__steps ol.steps-list-box {
     padding-bottom:70px;
  }
  .how-rewards__container_section .how-wrapper .how-it-works__steps ol.steps-list li h3 {
    font-size: 14px;
    margin-bottom:2px;
  }
  .how-rewards__container_section .how-wrapper .how-it-works__steps ol.steps-list li p {
    font-size: 12px;
  }
  .how-rewards__container_section .how-wrapper .how-it-works__steps ol.steps-list li svg {
    width: 100%;
    left: -2px;
    top: 30px;

  }
  .how-rewards__container_section .how-wrapper .how-it-works__steps ol.steps-list li::before {
    top: -20px;
  }
  .how-rewards__container_section .how-wrapper .how-it-works__steps ol.steps-list::before {
    left: 0%;
    top: 0;
    height: 120%;
  }
  .how-rewards__container_section .how-wrapper .guarantee-badge {
    transform: translate(-20px);
  }
  .how-rewards__container_section .how-wrapper__image {
    margin-top: 20px;
  }
}
@media (max-width: 330px) {
  .how-rewards__container_section .how-wrapper .how-it-works__steps ol.steps-list li {
    margin: 60px 0;
  }
  .how-rewards__container_section .how-wrapper .how-it-works__steps ol.steps-list li p {
    font-size: 14px;
  }
  .how-rewards__container_section .how-wrapper .how-it-works__steps ol.steps-list li svg {
    top: 20px;
  }
  .how-rewards__container_section .how-wrapper .guarantee-badge {
    transform: translate(-10px);
  }
  .how-rewards__container_section .how-wrapper .guarantee-badge img {
    width: 120px;
  }
}