h1,
h2,
h3,
h4,
h5 {
  font-family: "forma-djr-banner", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: 5.5rem;
}
@media (min-width: 550px) {
  h1 {
    font-size: 6rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 6.4rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 7.4rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 8.4rem;
  }
}

h2 {
  font-size: 4.5rem;
}
@media (min-width: 550px) {
  h2 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 5.4rem;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 6.4rem;
  }
}

h3 {
  font-size: 4rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 4.4rem;
  }
}

h4 {
  font-size: 3.5rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 4.4rem;
  }
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none !important;
}

/* Remove default margin */
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

:root {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "forma-djr-banner", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  font-variant-ligatures: none;
}

a {
  text-decoration: none;
  outline: 0;
  color: inherit;
}

p,
li,
figcaption {
  text-wrap: pretty;
}

img,
picture {
  display: block;
  max-width: 100%;
  height: auto;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}

table {
  width: 100%;
  border-collapse: collapse;
}

sup {
  font-size: 0.6em;
  line-height: 1;
  vertical-align: top;
}

::-moz-selection {
  background: #f05332;
}

::selection {
  background: #f05332;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
}
#main-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.img-abs {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

a.btn,
button.btn {
  display: inline-block;
  font-size: 2.1rem;
  line-height: 1;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
a.btn:hover,
button.btn:hover {
  background-color: #ffffff;
  color: #000000;
}

.big-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.big-title h2 {
  position: relative;
  color: #ffffff;
  padding: 25px 250px;
}
.big-title h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #024ad8;
  transform: skew(-20deg);
  z-index: -1;
}
@media (min-width: 992px) {
  .big-title {
    margin-bottom: 100px;
  }
}

.hp-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 45px 0;
  z-index: 11;
}
.hp-header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hp-header__left, .hp-header__right {
  width: 50%;
}
.hp-header__left img {
  max-width: 70px;
}
.hp-header__right {
  max-width: 250px;
}

.hp-hero {
  position: relative;
  overflow: hidden;
}
.hp-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background-color: #024ad8;
  transform: skew(-20deg);
  z-index: -1;
}
@media (min-width: 992px) {
  .hp-hero::before {
    width: 85%;
    left: -50%;
  }
}
.hp-hero::after {
  content: "";
  display: none;
  position: absolute;
  top: 200px;
  right: -50%;
  width: 75%;
  height: 100%;
  background-color: #024ad8;
  transform: skew(-20deg);
  z-index: -1;
}
@media (min-width: 992px) {
  .hp-hero::after {
    display: block;
  }
}
.hp-hero__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 50px;
  padding: 190px 0 100px;
  z-index: 2;
}
@media (min-width: 992px) {
  .hp-hero__content {
    flex-direction: row;
  }
}
.hp-hero__info {
  width: 100%;
  color: #ffffff;
}
.hp-hero__info p {
  font-size: 3.6rem;
  padding: 45px 0;
}
.hp-hero__info a.btn {
  padding: 15px 40px;
}
@media (min-width: 992px) {
  .hp-hero__info {
    width: 30%;
  }
}
.hp-hero__img {
  width: 100%;
}
.hp-hero__img img {
  display: block;
  width: 100%;
  max-width: 875px;
}
@media (min-width: 992px) {
  .hp-hero__img {
    width: 70%;
  }
}
.hp-hero__text {
  position: relative;
  width: 100%;
  max-width: 1024px;
  background-color: #ffffff;
  padding: 50px 25px;
}
.hp-hero__text:before {
  content: "";
  position: absolute;
  top: 0;
  left: -25%;
  width: 25%;
  height: 100%;
  background-color: #ffffff;
  display: none;
}
@media (min-width: 992px) {
  .hp-hero__text:before {
    display: block;
    padding: 50px 0;
  }
}
.hp-hero__text h4 {
  padding: 45px 0;
}
.hp-hero__text-inner {
  max-width: 700px;
}
.hp-hero__text-inner ul {
  list-style: none;
}
.hp-hero__text-inner p,
.hp-hero__text-inner li:not(:last-of-type) {
  padding-bottom: 25px;
}

.hp-cta {
  position: relative;
  padding: 100px 0;
}
.hp-cta__content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.hp-cta__content h2 {
  margin-bottom: 50px;
}
.hp-cta__content a.btn {
  padding: 15px 85px;
}

.row-products {
  position: relative;
}
.row-products__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 50px;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .row-products__item {
    flex-direction: row;
    gap: 125px;
  }
}
.row-products__info, .row-products__img {
  width: 100%;
}
@media (min-width: 992px) {
  .row-products__info, .row-products__img {
    width: 50%;
  }
}
.row-products__info img {
  display: block;
  width: 100%;
  max-width: 275px;
}
.row-products__info p {
  margin-bottom: 25px;
}
.row-products__info h5 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.row-products__info a.btn {
  margin-top: 25px;
  padding: 15px 40px;
}
.row-products__info--subtitle {
  margin-top: 25px;
}
.row-products__img {
  position: relative;
}
.row-products__img img {
  margin: 0 auto;
}
.row-products__features ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 45px 0;
}
.row-products__features li {
  padding: 10px 35px;
  border-right: 1px solid #024ad8;
}
.row-products__features li:first-of-type {
  border-left: 1px solid #024ad8;
}

.hp-laptops {
  position: relative;
}
.hp-laptops .row-products__item:nth-child(even) {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .hp-laptops .row-products__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.hp-laptops .row-products__item:nth-child(even) .row-products__img:before {
  content: "";
  position: absolute;
  left: -50%;
  bottom: 0;
  width: 150%;
  height: 50%;
  background-color: #024ad8;
  transform: skew(-20deg);
  z-index: -1;
}

.hp-prints {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hp-prints::before {
    content: "";
    position: absolute;
    top: 100px;
    right: -50%;
    width: 65%;
    height: 80%;
    background-color: #024ad8;
    transform: skew(-20deg);
    z-index: -1;
  }
  .hp-prints .row-products__info p {
    max-width: 550px;
  }
}
@media (min-width: 992px) {
  .hp-prints .row-products__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.hp-poly {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hp-poly {
    margin-top: 75px;
  }
  .hp-poly::before {
    content: "";
    position: absolute;
    top: 100px;
    right: -50%;
    width: 65%;
    height: 100%;
    background-color: #024ad8;
    transform: skew(-20deg);
    z-index: -1;
  }
  .hp-poly .row-products__info p {
    max-width: 550px;
  }
}
@media (min-width: 992px) {
  .hp-poly .row-products__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.hp-poly .row-products__item:nth-child(odd) .row-products__img:before {
  content: "";
  position: absolute;
  left: -50%;
  bottom: 0;
  width: 150%;
  height: 50%;
  background-color: #024ad8;
  transform: skew(-20deg);
  z-index: -1;
}

.hp-acc {
  position: relative;
}
@media (min-width: 992px) {
  .hp-acc .row-products__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.hp-acc .row-products__item:nth-child(odd) .row-products__img:before {
  content: "";
  position: absolute;
  left: -50%;
  bottom: 0;
  width: 150%;
  height: 50%;
  background-color: #024ad8;
  transform: skew(-20deg);
  z-index: -1;
}
@media (min-width: 992px) {
  .hp-acc {
    margin-top: 75px;
  }
}

.hp-form {
  position: relative;
  overflow: hidden;
}
.hp-form::before {
  content: "";
  position: absolute;
  top: 250px;
  left: -50%;
  width: 85%;
  height: 100%;
  background-color: #024ad8;
  transform: skew(-20deg);
  z-index: -1;
}
.hp-form::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50%;
  width: 75%;
  height: 100%;
  background-color: #024ad8;
  transform: skew(-20deg);
  z-index: -1;
}
.hp-form__head {
  width: 100%;
  max-width: 1100px;
  background-color: #ffffff;
  font-size: 3rem;
  padding: 15px 0;
}
.hp-form__head a {
  display: inline-block;
  color: #024ad8;
}
.hp-form__head a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .hp-form__head {
    font-size: 4rem;
    padding: 25px;
  }
}
@media (min-width: 992px) {
  .hp-form__head {
    font-size: 5rem;
  }
}
.hp-form__wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 75px auto 0;
  padding: 75px 25px;
  background-color: #ffffff;
  border-radius: 19px;
}
.hp-form__wrapper h4 {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .hp-form__wrapper {
    padding: 125px 50px;
    margin: 125px auto 0;
  }
  .hp-form__wrapper h4 {
    font-size: 5rem;
  }
}
.hp-form__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}
.hp-form__logo img {
  display: block;
  width: 100%;
  max-width: 115px;
}

.digital-form {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.form-left,
.form-right {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-group label {
  font-size: 0.75rem;
  margin-bottom: 0.3rem;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}

input,
textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #000;
  border-radius: 8px;
  font-size: 1rem;
}

textarea {
  min-height: 175px;
  resize: vertical;
}

.form-submit {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.form-submit button {
  padding: 15px 45px;
}

.hp-footer {
  position: relative;
  padding: 75px 0;
}
.hp-footer__content ol {
  list-style-position: inside;
}
.hp-footer__content p,
.hp-footer__content li:not(:last-of-type) {
  margin-bottom: 15px;
}

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