:root {
  --color-cta: #e77622;
  --color-green: #66C61C;
  --color-green: #66C61C;
}
html{
  overflow-x: hidden;
}
.text-green{
  color: #4FB94A;
}
.text-cyan{
  color: #45a9c2;
}
@media ( max-width: 870px ){
  body{
    padding-top: 0px;
  }
} 
.btn{
  display: inline-block;
  padding: 17px 80px;
  font-family: "Poppins";
  letter-spacing: 0;
  text-decoration: none;
  border-radius: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media ( max-width: 768px ){
  .btn{
    padding: 12px 60px;
  }
}
.btn-green{
  color: #fff;
  background: var(--color-green);
}
.btn-green:hover{
  background: var(--color-green);
  color: #000;
}
.btn-cta-revert{
  color: var(--color-cta);
  border-color: var(--color-cta);
  border-width: 2px;
  font-weight: 700;
}
.btn-cta-revert:hover{
  color: white;
  border-color: var(--color-cta);
  background-color: var(--color-cta);
}
/*
@media ( max-width: 1200px ){
  .btn-green{
    padding: 11px 56px;
    font-size: 14px;
    line-height: 21px;
  }
}
*/

/* Are you ready start */
section.are_you_ready {
  padding: 0px 0 93px;
  background-color: #151515;
  margin-top:0px;
  margin-bottom:0px;
}
section.are_you_ready .inner_wrap{
  padding: 90px 0;
  background-image: url(https://store-kcny5.mybigcommerce.com/content/upload/you-ready-img.png);
  background-repeat: no-repeat; 
  background-size: cover;
}
section.are_you_ready .inner-right-text-section h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 65px;
}
section.are_you_ready h2 span {
  color: #fff;
  font-weight: 700;
  display: block;
}
section.are_you_ready .row .inner-right-text-section h2 {
  margin: 0 0 20px;
}
section.are_you_ready .row .inner-right-text-section ul li {
  font-size: 18px;
  font-family: "Poppins";
  margin-bottom: 25px;
  color: #fff;
  max-width: 503px;
  line-height: 29px;
  position: relative;
}
section.are_you_ready ul{
  list-style: none;
}
section.are_you_ready .row .inner-right-text-section ul li:after{
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 9px;
  left: 0;
  color: #4cae33;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding-top: 2px;
  padding-left: 2px;

  content: "";
  margin-left: 5px;
  width: 6px;
  height: 6px;
  top: 14px;
}
section.are_you_ready .row .inner-right-text-section ul li{
  padding-left: 26px;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

section .pdf_container {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  max-width: 1075px;
  margin: auto;
  background: var(--unnamed-color-ffffff) 0 0 no-repeat padding-box;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 32px 53px #0000000d;
  border-radius: 11px;
  opacity: 1;
  min-height: 162px;
  position: relative;
  margin-top: 150px;
  margin-bottom: -135px;
  justify-content: space-around;
  padding: 0px 40px;
}
section .pdf_container .origin-brand{
  width: 100%;
  position: absolute;
  top: -80px;
  /*left: calc(50% + 80px);*/
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding-left: 100px;
  color: white;
}
section .pdf_container .pdf_product_container{
  width: 220px;
}
section .pdf_container > div:nth-child(2), section .pdf_container > div:nth-child(3){
  flex: 1;
  display: flex;
  justify-content: center;
}
section .pdf_container .image_container{
  position: absolute;
  bottom: 0px;
}
section .pdf_container span{
  font-size: 22px;
  font-weight: 600;
  font-family: "Poppins";
  color: #000;
}
section .pdf_container .btn-cta-revert{
  padding: 17px 40px;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  section .pdf_container .origin-brand{
    left: calc(50% + 80px);
  }
}

@media only screen and (max-width: 768px) {
  section.are_you_ready .inner_wrap{
    padding-top: 10px;
  }
  section.are_you_ready .row .inner-right-text-section ul li{
    margin-bottom: 10px;
  }
  section.are_you_ready .home-page-cstm-logos{
    margin-top:0px;
  }
  section.are_you_ready .home-page-cstm-logos ul{
    display: flex;
    flex-wrap: wrap;
    max-width: 250px;
    margin: auto;
  }
  section .pdf_container{
    flex-direction: column;
    /*margin-top: 100px;*/
    margin-top: 180px;
    padding: 20px;
  }
  section .pdf_container .origin-brand{
    top: -150px;
    padding-left: 0px;
  }
  section .pdf_container .pdf_product_container{
    min-height: 200px;
  }
  section .pdf_container .image_container{
    bottom: 195px;
  }
  section .pdf_container > div:nth-child(2), section .pdf_container > div:nth-child(3){
    text-align: center;
  }
}
/* Are you ready end */