.category-tile {
  position: relative; }
  .category-tile h1,
  .category-tile h2 {
    font-size: 1.75rem;
    position: absolute;
    bottom: 1.875rem;
    left: 1.875rem;
    color: #fff; }
  .category-tile::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5) 100%); }

.home-email-signup {
  background-color: #e4e4e4;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 1.625em;
  padding-bottom: 1.625em;
  gap: 51px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .home-email-signup .email-description {
    color: #000;
    font-family: "Avenir";
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    text-transform: uppercase; }
  .home-email-signup button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    letter-spacing: 0.04em;
    border: none;
    width: 152px;
    height: 100%;
    background: #000000;
    font-size: 1em;
    color: #ffff;
    text-transform: uppercase; }
  @media (max-width: 800px) {
    .home-email-signup {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      gap: 20px; } }
  .home-email-signup .email-description {
    padding-top: 0.375em;
    color: #000;
    font-family: "Avenir";
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-left: 24px; }
  .home-email-signup button {
    letter-spacing: 0.04em;
    border: none;
    width: 152px;
    height: 100%;
    background: #000000;
    border: 1px solid black;
    font-size: 1em;
    color: #ffff;
    text-transform: uppercase; }
  @media (max-width: 800px) {
    .home-email-signup {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      gap: 20px; } }
  .home-email-signup .input-group-append {
    text-transform: uppercase; }
  .home-email-signup div {
    display: -ms-flexbox;
    display: flex;
    font-family: "Avenir";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 135.9%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .home-email-signup div input {
      padding-left: 1rem;
      border-radius: 0;
      background-color: #e4e4e4;
      border: 1px solid black;
      width: 30vh;
      height: 4.5vh; }
    .home-email-signup div input:focus {
      background-color: #e4e4e4;
      overflow: hidden;
      box-shadow: none; }
    .home-email-signup div button {
      letter-spacing: 0.04em;
      border: none;
      width: 152px;
      height: 100%;
      background: #000000;
      color: #ffff;
      text-transform: uppercase; }

@media (max-width: 443px) {
  .home-email-signup div input {
    width: 25vh; } }

@media (max-width: 370px) {
  .home-email-signup div input {
    width: 60vw; }
  .home-email-signup .subscribe-email {
    width: 6.5rem; } }

.image-2 {
  height: 50px; }

.image-square {
  max-height: 700px;
  width: 34vw !important; }

.image-retangular {
  max-height: 1400px;
  width: 32vw !important; }

.category-wrapper-content {
  display: -ms-flexbox;
  display: flex;
  max-height: 79vw;
  overflow: hidden; }

.category-wrapper {
  display: block;
  cursor: pointer; }
  .category-wrapper img {
    width: 100%;
    height: auto; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .category-wrapper .category-container-vertical {
    display: block;
    width: 50%; }
  .category-wrapper .category-area {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .category-wrapper .category-container {
    overflow: hidden;
    display: block;
    width: 50%;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: -webkit-fit-content;
    height: fit-content;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .category-wrapper .category-image {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: -webkit-fit-content;
    height: fit-content;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .category-wrapper .image-square {
    height: auto; }
  @media (max-width: 768px) {
    .category-wrapper .image-square {
      height: 100%; } }
  .category-wrapper .category-image .category-text {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    font-family: "AvenirBold";
    font-size: 2rem;
    padding: 1rem 2rem;
    display: none;
    position: absolute;
    opacity: 0;
    transition: 0.5s; }
  .category-wrapper a,
  .category-wrapper a:hover {
    text-decoration: none; }
  .category-wrapper .vertical {
    grid-column: 3/3;
    grid-row: 1/3; }
  @media screen and (min-width: 768px) {
    .category-wrapper .category-image:hover .category-text {
      display: block;
      animation: fadeIn 2s; } }

.home-product-tiles {
  width: 100%;
  max-width: 1336px;
  margin: 0 auto; }
  .home-product-tiles .hp-product-title h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 700;
    color: black;
    text-align: center; }

@media (max-width: 991px) {
  .home-product-tiles .hp-product-title h2 {
    margin-top: 0; } }

.container-product-home {
  margin: 0 auto;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .container-product-home .slick-next {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 50%;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 15px; }
    .container-product-home .slick-next::before {
      content: ">";
      transform: scaleY(1.3);
      font-size: 2rem;
      outline: none;
      font-weight: 800;
      font-family: "Avenir";
      padding: 1rem 0.9rem;
      color: #fff;
      background-color: rgba(58, 57, 57, 0.4); }
  .container-product-home .slick-prev {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 50%;
    border: none;
    background-color: transparent;
    outline: none;
    padding: 15px; }
    .container-product-home .slick-prev::before {
      content: "<";
      transform: scaleY(1.3);
      font-size: 2rem;
      outline: none;
      font-weight: 800;
      font-family: "Avenir";
      padding: 1rem 0.9rem;
      color: #fff;
      background-color: rgba(58, 57, 57, 0.4); }
  .container-product-home .tile-image {
    transform: scale(0.8); }

.homepage-product-listing {
  margin: 0 auto;
  width: 100vw; }
  .homepage-product-listing h1 {
    width: 100%;
    margin-top: 101px; }

.container-home {
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex; }

.container-home-block1 {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%; }
  .container-home-block1 img {
    width: 50vw;
    min-width: 673px;
    min-height: 642px; }
  .container-home-block1 .container-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 12px; }
    .container-home-block1 .container-text h3 {
      text-transform: uppercase;
      font-size: 1.6rem; }
    .container-home-block1 .container-text a {
      text-transform: uppercase;
      font-weight: 400;
      margin-top: 16px;
      font-size: 21px;
      font-family: "Avenir"; }
    .container-home-block1 .container-text p {
      margin: 0 80px;
      text-align: center; }
    .container-home-block1 .container-text .read-more-button {
      border: 1px solid #000;
      background: transparent;
      padding: 10px 52px;
      font-family: "Avenir";
      font-size: 0.9rem;
      text-transform: uppercase; }

@media (max-width: 344px) {
  .read-more-button {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 2rem; } }

@media (max-width: 443px) {
  .container-text p {
    margin: 0 40px; } }

@media (max-width: 768.98px) {
  .container-home-block1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
    .container-home-block1 img {
      width: 100vw;
      min-width: 100%;
      min-height: 100%; } }

.container-home-block2 {
  width: 100%;
  margin: 0 auto; }
  .container-home-block2 h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 700;
    color: black;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em; }
  .container-home-block2 .img-block2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .container-home-block2 .img-block2 img {
      width: 33vw;
      height: 100%; }
  .container-home-block2 .slick-prev {
    position: absolute;
    left: 0;
    z-index: 1;
    border: none;
    background-color: transparent;
    outline: none !important;
    background-image: url("../images/prev-arrow.png");
    background-repeat: no-repeat;
    padding: 15px;
    margin-left: 0.5rem; }
  .container-home-block2 .slick-next {
    position: absolute;
    right: 0;
    border: none;
    background-color: transparent;
    outline: none !important;
    background-image: url("../images/next-arrow.png");
    background-repeat: no-repeat;
    padding: 15px; }
  .container-home-block2:hover {
    cursor: pointer; }

h1 {
  text-align: center; }

.title-block3 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  color: black;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em; }

.container-home-block3 {
  font-family: "Avenir";
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto; }
  .container-home-block3 .container-banner1 {
    width: 100%;
    height: 100%; }
    .container-home-block3 .container-banner1 img {
      width: 100%;
      height: 100%; }
    .container-home-block3 .container-banner1 span img {
      width: 5.5px;
      height: 9.5px; }
  .container-home-block3 .image-text-container {
    margin-top: 28px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column; }
    .container-home-block3 .image-text-container h5 {
      font-style: normal;
      font-weight: 900;
      font-size: 15px; }
    .container-home-block3 .image-text-container span {
      font-weight: 400;
      font-size: 13px;
      color: black;
      display: -ms-flexbox;
      display: flex;
      gap: 10px;
      -ms-flex-align: baseline;
          align-items: baseline; }
    .container-home-block3 .image-text-container a {
      text-decoration: none;
      overflow: hidden;
      color: black; }

.container-banner2 {
  width: 100%;
  height: 100%; }
  .container-banner2 img {
    width: 100%;
    height: 100%; }
  .container-banner2 span img {
    width: 5.5px;
    height: 9.5px; }

.container-home-block4 {
  font-family: "Avenir";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 58px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px; }
  .container-home-block4 .text-block4 {
    margin-left: 164px; }
    .container-home-block4 .text-block4 h1 {
      text-align: left !important;
      font-weight: 400;
      font-size: 26px;
      text-align: center;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #595959; }
    .container-home-block4 .text-block4 p {
      letter-spacing: 0.04em;
      color: #747071; }
    .container-home-block4 .text-block4 .see-more-button {
      width: 184px;
      height: 44px;
      background-color: #747071;
      border: none;
      color: #ffff; }
  .container-home-block4 div {
    height: 100%; }
    .container-home-block4 div img {
      margin: 5rem;
      width: 388px;
      height: 378px; }

.see-more-button-xl,
.see-more-button-xs {
  position: absolute;
  text-decoration: none;
  display: inline-block;
  outline: none;
  text-align: center;
  padding: 0.6rem 1rem;
  background-color: #747071;
  border: none;
  color: #ffff;
  text-transform: uppercase; }

.see-more-button-xl:hover,
.see-more-button-xl:visited,
.see-more-button-xl:focus,
.see-more-button-xs:focus {
  text-decoration: none;
  color: #fff;
  outline: none; }

.home-media-carousel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-family: "Avenir";
  height: 277px;
  width: 100%;
  background: #383838; }
  .home-media-carousel .media-carousel-content {
    padding: 3rem; }
    .home-media-carousel .media-carousel-content a {
      overflow: hidden;
      color: #989898;
      font-family: "Avenir";
      text-decoration: none; }
    .home-media-carousel .media-carousel-content a:hover {
      color: #fff;
      fill: #fff; }
    .home-media-carousel .media-carousel-content .carousel-press-content-container .logo-redirect-pressText {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      gap: 1rem; }
      .home-media-carousel .media-carousel-content .carousel-press-content-container .logo-redirect-pressText .logo-press {
        width: 10rem;
        transition: unset; }
      .home-media-carousel .media-carousel-content .carousel-press-content-container .logo-redirect-pressText .logo-press:hover {
        fill: #fff;
        color: #fff;
        filter: invert(0%) sepia(120%) saturate(0) hue-rotate(190deg) brightness(120%) contrast(120%); }
    @media (max-width: 426px) {
      .home-media-carousel .media-carousel-content .carousel-press-content-container .logo-redirect-pressText {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        gap: 1rem; } }
  .home-media-carousel h4 {
    color: #dcdcdc;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 1.4rem; }
  .home-media-carousel p {
    letter-spacing: 0.04em;
    color: #989898; }
  .home-media-carousel .slick-prev {
    position: absolute;
    left: 0;
    z-index: 1;
    border: none;
    background-color: transparent;
    outline: none !important;
    background-image: url("../images/prev-arrow.png");
    background-repeat: no-repeat;
    padding: 15px;
    margin-left: 0.5rem; }
  .home-media-carousel .slick-next {
    position: absolute;
    right: 0;
    border: none;
    background-color: transparent;
    outline: none !important;
    background-image: url("../images/next-arrow.png");
    background-repeat: no-repeat;
    padding: 15px; }

@media (max-width: 768px) {
  .img-block2 .slick-slide:not(.slick-center) {
    opacity: 0.5; }
  .img-block2 img {
    width: 80vw !important; }
  .container-home-block4 div img {
    width: 86vw !important;
    height: auto !important; }
  .container-product-home .slick-next {
    right: 0; } }

@media (max-width: 991px) {
  .see-more-button-xl {
    display: none; }
  .see-more-button-xs {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-top: 60px;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    padding: 0.6rem 1rem; }
  .button-area {
    -ms-flex-order: 1;
        order: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
  .container-home-block1 .container-text {
    gap: 24px; }
    .container-home-block1 .container-text h3 {
      padding-top: 32px; }
  .container-home-block3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 0px; }
    .container-home-block3 .image-text-container {
      margin-top: 24px;
      margin-bottom: 24px; } }

@media (min-width: 992px) {
  .button-area {
    display: none; } }

@media (max-width: 768.98px) {
  .container-home-block4 {
    font-family: "Avenir";
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    width: 100%; }
    .container-home-block4 .text-block4 {
      margin: 5vw 9vw; }
      .container-home-block4 .text-block4 h1 {
        text-align: left;
        font-weight: 400;
        line-break: auto;
        font-size: 26px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #595959; }
      .container-home-block4 .text-block4 p {
        letter-spacing: 0.04em;
        line-break: auto;
        color: #747071; }
      .container-home-block4 .text-block4 .see-more-button {
        width: 184px;
        height: 44px;
        background-color: #747071;
        border: none;
        color: #ffff; }
    .container-home-block4 div {
      height: 100%; }
      .container-home-block4 div img {
        padding: 1rem;
        margin: 0;
        width: 54vw;
        height: auto; } }

.awards-container {
  background-color: #000;
  padding: 6rem 4rem; }
  .awards-container .title {
    color: #aaa;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    margin-bottom: 4rem; }
  .awards-container .images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
    margin: auto; }
    .awards-container .images .image {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex: 0 1 160px;
          flex: 0 1 160px; }

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