@font-face {
  font-family: HPFont;
  src: url(../fonts/hp-simplified-2.woff);
}
#headercont {
  display: none;
}

#contentcont {
  padding-top: 0;
}

#centercont {
  padding-top: 0 !important;
}

.lp {
  max-width: 122.8rem;
  margin-inline: auto;
  padding: 0 2.4rem;
  font-size: 1.6rem;
  padding-bottom: 20rem;
  background-image: url(./img/bg.svg);
  background-repeat: no-repeat;
  background-position: top left 12.4rem;
  color: #3D4E66;
}
@media screen and (max-width: 1023px) {
  .lp {
    background-position: center top;
    margin: 0 -2.4rem;
  }
}
.lp *,
.lp *::before,
.lp *::after {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: unset;
}
.lp h1,
.lp h2,
.lp h3 {
  font-family: "HPFont";
  font-weight: bold;
  color: #1E293B;
}
.lp h1 {
  font-size: 5rem;
  line-height: 5.6rem;
}
@media screen and (max-width: 1023px) {
  .lp h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.lp h2 {
  font-size: 3rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 1023px) {
  .lp h2 {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
}
.lp-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5.6rem;
  background-color: #0284C7;
  color: white;
  font-weight: bold;
  padding: 0 2.8rem;
  border-radius: 999px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  line-height: 1.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 2px 2px 0px #cbd5e1;
          box-shadow: 0px 2px 2px 0px #cbd5e1;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.lp-button:hover {
  background-color: #0EA5E9;
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
  -webkit-box-shadow: 0px 4px 8px 0px #cbd5e1;
          box-shadow: 0px 4px 8px 0px #cbd5e1;
}

.lp-header {
  min-height: 53.6rem;
  background-image: url(./img/header-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top 11.3rem;
}
@media screen and (max-width: 1023px) {
  .lp-header {
    background-image: none;
  }
}
.lp-header-bar {
  padding-top: 2rem;
}
.lp-header-bar img {
  max-height: 4rem;
}
.lp-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 58rem;
  margin-inline: auto;
  padding-top: 11.2rem;
}
@media screen and (max-width: 1023px) {
  .lp-header-content {
    padding-top: 6.4rem;
  }
}
.lp-header-content p {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.lp-header-content a {
  margin-top: 5.6rem;
}

.lp-video {
  padding-top: 8rem;
}
.lp-video-heading {
  max-width: 38rem;
  margin-inline: auto;
  text-align: center;
}
.lp-video-heading p {
  color: #566E8F;
  margin-top: 0.8rem;
}
.lp-video-iframe {
  min-height: 43.2rem;
  padding-top: 4rem;
  background-image: url(./img/video-bg.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.lp-video-iframe iframe {
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 1023px) {
  .lp-video-iframe iframe {
    width: 100% !important;
  }
}

.lp-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  background-image: url(./img/steps-bg.svg);
  background-repeat: no-repeat;
  background-position: center top 4rem;
}
@media screen and (max-width: 1023px) {
  .lp-steps {
    background-image: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp-steps-item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 2rem;
  text-align: center;
}
.lp-steps-item span {
  display: block;
  font-size: 4rem;
  line-height: 4rem;
  color: #0284C7;
  margin-bottom: 1.2rem;
  font-family: "HPFont";
  font-weight: bold;
}
.lp-steps-item h3 {
  font-size: 1.8rem;
  line-height: 2rem;
  margin-bottom: 1.2rem;
}
.lp-steps-item p {
  line-height: 2.4rem;
}

.lp-pricing {
  padding-top: 12rem;
}
.lp-pricing-heading {
  -moz-text-align-last: center;
       text-align-last: center;
}
.lp-pricing-heading p {
  margin-top: 0.8rem;
}
.lp-pricing-switch {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-pricing-switch button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  height: 4.8rem;
  padding: 0 2.4rem;
  font-size: inherit;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  background-color: white;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.lp-pricing-switch button#buttonToner {
  border-radius: 0 99px 99px 0;
  border: 1px solid #eb8100;
  border-left: 0;
}
.lp-pricing-switch button#buttonToner.acti {
  background-color: #eb8100;
  color: white;
}
.lp-pricing-switch button#buttonInk {
  border-radius: 99px 0 0 99px;
  border: 1px solid #0284C7;
  border-right: 0;
}
.lp-pricing-switch button#buttonInk.acti {
  background-color: #0284C7;
  color: white;
}
.lp-pricing-table {
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-top: 4rem;
  display: none;
}
.lp-pricing-table.acti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .lp-pricing-table.acti {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.8rem;
  }
}
.lp-pricing-table-item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  min-height: 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2rem;
}
@media screen and (max-width: 1023px) {
  .lp-pricing-table-item {
    min-height: 8rem;
  }
}
.lp-pricing-table-item > span {
  display: block;
  font-size: 2rem;
  line-height: 2.4rem;
  font-family: "HPFont";
  margin-bottom: 0.4rem;
  color: #0284C7;
}
.lp-pricing-table#tableToner .lp-pricing-table-item {
  border: 1px solid #eb8100;
}
.lp-pricing-table#tableToner .lp-pricing-table-item:nth-child(1) {
  background-color: #eb8100;
  color: white;
}
.lp-pricing-table#tableToner .lp-pricing-table-item:nth-child(1) span {
  color: white;
}
.lp-pricing-table#tableInk .lp-pricing-table-item {
  border: 1px solid #0284C7;
}
.lp-pricing-table#tableInk .lp-pricing-table-item:nth-child(3) {
  background-color: #0284C7;
  color: white;
}
.lp-pricing-table#tableInk .lp-pricing-table-item:nth-child(3) span {
  color: white;
}

.lp-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 98rem;
  margin-inline: auto;
  margin-top: 12rem;
}
@media screen and (max-width: 1023px) {
  .lp-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    margin-top: 8rem;
  }
}
.lp-cta-item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  padding: 4rem 4rem;
}
.lp-cta-item img {
  margin-bottom: 2rem;
  max-height: 16rem;
}
.lp-cta-item p {
  margin-top: 2rem;
}
.lp-cta-item a {
  margin-inline: auto;
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .lp-cta-item-printer {
    display: none;
  }
}
.lp-cta-item-printer a {
  border: 1px solid #0284C7;
  background-color: white;
  color: #0284C7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lp-cta-item-printer a:hover {
  background-color: white;
}
.lp-cta-item-service {
  background-color: #DCF3FF;
  border: 1px solid #0284C7;
  border-radius: 4rem;
}