.upfold {
  position: relative;
}
.upfold::before {
  content: "";
  position: absolute;
  left: 70px;
  top: 200px;
  height: calc(100% - 300px);
  width: 3px;
  background-color: #efefef;
}
.upfold::after {
  content: "";
  position: absolute;
  left: 65px;
  top: 200px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #e00f14;
}
@media screen and (min-width: 1023px) {
  .upfold {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
  }
}
@media screen and (min-width: 1023px) {
  .upfold .content-holder {
    width: 45%;
    margin-left: auto;
    align-self: center;
  }
}
.upfold h1 {
  width: 80%;
  margin: 45px auto 0px;
  padding: 20px 0;
  position: relative;
}
@media screen and (min-width: 1023px) {
  .upfold h1 {
    padding: 20px 0 40px;
  }
}
.upfold h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  background-color: #232323;
  height: 3px;
  z-index: 1;
}
@media screen and (min-width: 1023px) {
  .upfold h1::before {
    height: 6px;
    width: 90px;
  }
}
.upfold h1::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 50px;
  height: 50px;
  background-color: #e00f14;
  width: 65%;
  z-index: 0;
}
@media screen and (min-width: 1023px) {
  .upfold h1::after {
    height: 120px;
    width: 75%;
    top: 70px;
    left: -25px;
  }
}
.upfold h1 div {
  position: relative;
  font-size: 44px;
  letter-spacing: 0px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  z-index: 1;
}
@media screen and (min-width: 1023px) {
  .upfold h1 div {
    font-size: 90px;
  }
}
.upfold p {
  color: #979797;
  font-size: 13px;
  line-height: 1.5;
  width: 80%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1023px) {
  .upfold p {
    font-size: 16px;
  }
}
.upfold button {
  font-weight: 700;
  margin-left: 10%;
  border: 0;
  background-color: transparent;
  border-bottom: 3px solid #e00f14;
  font-size: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1023px) {
  .upfold button {
    font-size: 22px;
    border-width: 6px;
  }
}
.upfold .upfold-image-holder {
  position: relative;
}
@media screen and (min-width: 1023px) {
  .upfold .upfold-image-holder {
    width: 40%;
  }
}
.upfold .upfold-image-holder img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-images .description {
  width: 80%;
  margin: 80px auto;
  position: relative;
}
@media screen and (min-width: 1023px) {
  .product-images .description {
    width: 70%;
    margin: 150px auto;
  }
}
.product-images .description::before {
  content: "";
  position: absolute;
  left: -15px;
  height: 100%;
  width: 3px;
  background-color: #e00f14;
}
@media screen and (min-width: 1023px) {
  .product-images .description::before {
    width: 4px;
    left: -30px;
  }
}
.product-images .description::after {
  content: "";
  position: absolute;
  right: 0;
  width: 80%;
  background-color: #efefef;
  height: 100%;
  top: -40px;
  padding: 20px 0;
}
@media screen and (min-width: 1023px) {
  .product-images .description::after {
    width: 50%;
    right: -25px;
    padding: 40px 0;
  }
}
.product-images .description h2 {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.product-images .description h2 div {
  position: relative;
  font-size: 20px;
  letter-spacing: 0px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (min-width: 1023px) {
  .product-images .description h2 div {
    font-size: 30px;
  }
}
.product-images .description p {
  position: relative;
  z-index: 1;
  font-size: 13px;
  line-height: 1.5;
  color: #979797;
}
@media screen and (min-width: 1023px) {
  .product-images .description p {
    font-size: 16px;
  }
}
.product-images .slides-holder {
  width: 90%;
  overflow-x: auto;
  margin-left: auto;
  white-space: nowrap;
}
@media screen and (min-width: 1023px) {
  .product-images .slides-holder {
    width: 75%;
    white-space: normal;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
.product-images .slides-holder figure {
  width: 150px;
  height: 150px;
  margin: 0 10px 0 0;
  display: inline-block;
}
@media screen and (min-width: 1023px) {
  .product-images .slides-holder figure {
    width: 24%;
    height: 250px;
    display: block;
    margin: 0 0.5% 15px;
  }
}
.product-images .slides-holder figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-types {
  list-style: none;
}
@media screen and (min-width: 1023px) {
  .product-types {
    margin: 100px auto;
    display: flex;
    width: 75%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.product-types li {
  margin: 40px auto;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 1023px) {
  .product-types li {
    margin: 0 auto 100px;
    width: 33%;
  }
}
.product-types header {
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 18px;
  color: #333333;
}
@media screen and (min-width: 1023px) {
  .product-types header {
    font-size: 22px;
  }
}
.product-types p {
  color: #979797;
  width: 80%;
  margin: 0 auto;
  font-size: 13px;
}
@media screen and (min-width: 1023px) {
  .product-types p {
    font-size: 16px;
  }
}
.product-types svg {
  width: 40px;
  height: 50px;
  fill: #e00f14;
}
@media screen and (min-width: 1023px) {
  .product-types svg {
    width: 55px;
    height: 55px;
    margin-bottom: 20px;
  }
}

.articles {
  list-style: none;
}
.articles li {
  margin: 40px auto;
}
@media screen and (min-width: 1023px) {
  .articles li {
    display: flex;
    width: 87%;
    margin: 0 0 0 auto;
    align-items: center;
  }
}
@media screen and (min-width: 1023px) {
  .articles li:nth-child(2n+1) {
    flex-direction: row-reverse;
  }
}
.articles li .content-holder {
  width: 50%;
}
.articles li header {
  width: 80%;
  position: relative;
  margin: 60px auto 30px;
}
@media screen and (min-width: 1023px) {
  .articles li header {
    margin: 0 auto 20px;
  }
}
.articles li header span {
  font-weight: 700;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0px;
  position: relative;
  z-index: 1;
  color: #333333;
}
@media screen and (min-width: 1023px) {
  .articles li header span {
    font-size: 30px;
  }
}
.articles li header::before {
  content: "";
  position: absolute;
  right: 0;
  top: -10px;
  height: 85%;
  width: 45%;
  background-color: #e00f14;
  z-index: 0;
  padding: 10px 0 0;
}
@media screen and (min-width: 1023px) {
  .articles li header::before {
    padding: 10px 0;
  }
}
.articles li p {
  width: 80%;
  margin: 0 auto 20px;
  font-size: 13px;
  color: #979797;
  line-height: 1.5;
}
@media screen and (min-width: 1023px) {
  .articles li p {
    font-size: 16px;
  }
}
.articles li button {
  font-weight: 700;
  margin-left: 10%;
  border: 0;
  background-color: transparent;
  border-bottom: 3px solid #e00f14;
  font-size: 15px;
}
@media screen and (min-width: 1023px) {
  .articles li button {
    border-width: 5px;
    font-size: 19px;
    margin: 20px auto 20px 10%;
  }
}
@media screen and (min-width: 1023px) {
  .articles figure {
    width: 50%;
  }
}
.articles figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.testimonial {
  width: 80%;
  margin: 70px auto;
  position: relative;
}
@media screen and (min-width: 1023px) {
  .testimonial {
    width: 65%;
    margin: 150px auto;
  }
}
.testimonial::before {
  content: "";
  position: absolute;
  right: 0;
  top: -20px;
  padding: 20px 0;
  background-color: #efefef;
  height: 100%;
  width: 70%;
}
@media screen and (min-width: 1023px) {
  .testimonial::before {
    width: 50%;
    right: -10%;
  }
}
.testimonial svg {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1023px) {
  .testimonial svg {
    width: 50px;
    height: 50px;
  }
}
.testimonial p {
  position: relative;
  z-index: 1;
  font-size: 13px;
  line-height: 1.5;
  color: #979797;
  margin: 20px auto;
}
@media screen and (min-width: 1023px) {
  .testimonial p {
    font-size: 16px;
    width: 75%;
    margin: 30px 0;
  }
}
.testimonial .person {
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0px;
  font-size: 15px;
}
@media screen and (min-width: 1023px) {
  .testimonial .person {
    font-size: 17px;
  }
}

.contact-form-holder {
  width: 80%;
  margin: 100px auto 0;
}
@media screen and (min-width: 1023px) {
  .contact-form-holder {
    margin: 150px auto;
    width: 75%;
  }
}
.contact-form-holder header {
  width: 50%;
  position: relative;
  margin: 60px auto 30px 0;
}
@media screen and (min-width: 1023px) {
  .contact-form-holder header {
    margin: 0;
    width: 200px;
    margin: 0 0 30px;
  }
}
.contact-form-holder header span {
  font-weight: 700;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0px;
  position: relative;
  z-index: 1;
  color: #333333;
}
@media screen and (min-width: 1023px) {
  .contact-form-holder header span {
    font-size: 30px;
    color: black;
  }
}
.contact-form-holder header::before {
  content: "";
  position: absolute;
  right: -50%;
  top: -10px;
  height: 85%;
  width: 100%;
  background-color: #e00f14;
  z-index: 0;
  padding: 10px 0 10px;
}
@media screen and (min-width: 1023px) {
  .contact-form-holder header::before {
    right: -120px;
  }
}
.contact-form-holder p {
  font-size: 13px;
  color: #979797;
  line-height: 1.5;
}
@media screen and (min-width: 1023px) {
  .contact-form-holder p {
    font-size: 16px;
    width: 60%;
  }
}
@media screen and (min-width: 1023px) {
  .contact-form-holder .container {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
    margin: 40px auto;
  }
}
.contact-form-holder .contact-details {
  list-style: none;
  margin: 40px auto;
}
@media screen and (min-width: 1023px) {
  .contact-form-holder .contact-details {
    width: 45%;
    margin: 0;
  }
}
.contact-form-holder .contact-details li {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
  margin: 20px auto;
}
@media screen and (min-width: 1023px) {
  .contact-form-holder .contact-details li {
    align-items: center;
  }
}
.contact-form-holder .contact-details li:nth-child(2n) .icon {
  background-color: #232323;
}
.contact-form-holder .contact-details a {
  width: calc(100% - 50px);
  color: #333333;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 1023px) {
  .contact-form-holder .contact-details a {
    font-size: 16px;
    width: calc(100% - 90px);
  }
}
.contact-form-holder .contact-details .icon {
  width: 30px;
  height: 30px;
  background-color: #e00f14;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1023px) {
  .contact-form-holder .contact-details .icon {
    width: 55px;
    height: 55px;
  }
}
.contact-form-holder .contact-details .icon svg {
  width: 50%;
  height: 50%;
  fill: white;
}
.contact-form-holder form {
  width: 100%;
  margin: 0 auto 80px;
}
@media screen and (min-width: 1023px) {
  .contact-form-holder form {
    width: 45%;
    margin: 0;
  }
}
.contact-form-holder form input {
  width: 100%;
  border: 0px;
  border-bottom: 2px solid #efefef;
  color: #333333;
  font-size: 13px;
  margin: 0 auto 30px;
  padding: 5px;
}
@media screen and (min-width: 1023px) {
  .contact-form-holder form input {
    font-size: 16px;
    padding: 10px 0;
    margin: 0 auto 60px;
  }
}
.contact-form-holder form button {
  font-weight: 700;
  margin-left: auto;
  border: 0;
  display: block;
  background-color: transparent;
  border-bottom: 3px solid #e00f14;
  font-size: 15px;
}
@media screen and (min-width: 1023px) {
  .contact-form-holder form button {
    border-width: 5px;
    font-size: 19px;
  }
}
.contact-form-holder .footer-description {
  border-top: 2px solid #efefef;
}
@media screen and (min-width: 1023px) {
  .contact-form-holder .footer-description {
    width: 50%;
    margin-top: -60px;
  }
}
@media screen and (min-width: 1023px) {
  .contact-form-holder .footer-description .logo-holder {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
  }
}
.contact-form-holder .footer-description .logo {
  width: 70px;
  margin: 20px auto;
  display: block;
}
@media screen and (min-width: 1023px) {
  .contact-form-holder .footer-description .logo {
    width: 130px;
    margin: 0;
  }
}
.contact-form-holder .footer-description p {
  font-size: 13px;
  color: #979797;
  line-height: 1.5;
}
@media screen and (min-width: 1023px) {
  .contact-form-holder .footer-description p {
    font-size: 16px;
    width: calc(100% - 170px);
  }
}
.contact-form-holder .footer-description .social-links-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
}
@media screen and (min-width: 1023px) {
  .contact-form-holder .footer-description .social-links-holder {
    width: calc(100% - 170px);
    margin: 0 0 0 auto;
    justify-content: flex-start;
  }
}
.contact-form-holder .footer-description .social-links-holder a {
  width: 30px;
  height: 30px;
  margin: 0 5px;
}
@media screen and (min-width: 1023px) {
  .contact-form-holder .footer-description .social-links-holder a {
    width: 35px;
    height: 35px;
  }
}
.contact-form-holder .footer-description .social-links-holder a svg {
  width: 100%;
  height: 100%;
}

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