<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
*  VARIABLES TABLE CONTENT
*
*  1.0 - General
*  2.0 - Font Family, Size and Text-Color
*  3.0 - Primary and Accent Color
*  4.0 - Non-Specify
*  5.0 - Transition
*  6.0 - Utilities
*       6.1 - Inputs, selects and text areas
*       6.2 - Buttons
*       6.3 - Links
*       6.4 - Icons
*       6.5 - Navbar
*       6.6 - Overlay
*  7.0 - Responsiveness
*/
/*** 1.0 - GENERAL ***/
/*** 2.0 - FONT FAMILY, SIZE AND TEXT-COLOR ***/
/*** 3.0 - PRIMARY AND ACCENT COLOR ***/
/*** 4.0 - NON-SPECIFY ***/
/*** 5.0 - TRANSITION ***/
/*** 6.0 - UTILITIES ***/
body.b2b .bottom-banner-container .bottom-banner {
  margin-top: 1rem;
}

body.b2c .banner-container .bottom-banner-container {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
body.b2c .banner-container .bottom-banner-container .bottom-banner:not(:nth-child(1), :nth-child(2)) {
  grid-column: 1/3;
}
@media screen and (max-width: 1023px) {
  body.b2c .banner-container.is-full-width {
    margin-left: 0;
    margin-right: 0;
  }
}

.emphasized-sections-container .emphasized-sections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 33px;
}
.emphasized-sections-container .emphasized-sections .emphasized-section {
  position: relative;
}
.emphasized-sections-container .emphasized-sections .emphasized-section .emphasized-section-title {
  font-weight: 800;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  body.b2b .emphasized-sections-container {
    border-top: 2px solid #c7d1d6;
    margin-top: 3rem !important;
  }
}
@media screen and (min-width: 1024px) {
  body.b2b .emphasized-sections-container .emphasized-sections {
    padding-top: 3rem;
  }
}
body.b2b .emphasized-sections-container .emphasized-sections .emphasized-section {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 20px;
  text-align: center;
}
body.b2b .emphasized-sections-container .emphasized-sections .emphasized-section img {
  height: 100%;
}
@media screen and (max-width: 1023px) {
  body.b2b .emphasized-sections-container .emphasized-sections {
    display: block;
  }
  body.b2b .emphasized-sections-container .emphasized-sections .emphasized-section + .emphasized-section {
    margin-top: 20px;
  }
}

body.b2c .emphasized-sections-container .emphasized-sections {
  display: flex;
  justify-content: space-around;
}
@media screen and (min-width: 769px), print {
  body.b2c .emphasized-sections-container .emphasized-sections {
    padding: 20px 40px;
    border: 1px solid #c7d1d6;
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  body.b2c .emphasized-sections-container .emphasized-sections {
    gap: 0px;
  }
}
body.b2c .emphasized-sections-container .emphasized-sections .emphasized-section {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 10px;
}
body.b2c .emphasized-sections-container .emphasized-sections .emphasized-section .svg {
  background-color: #0161b5;
  border-radius: 100%;
}
body.b2c .emphasized-sections-container .emphasized-sections .emphasized-section .svg path {
  fill: #fff;
}
@media screen and (min-width: 1024px) {
  body.b2c .emphasized-sections-container .emphasized-sections .emphasized-section .svg {
    grid-column: 1;
    grid-row: 1;
    max-width: 60px;
  }
}
body.b2c .emphasized-sections-container .emphasized-sections .emphasized-section span.accent-link {
  color: #0161b5;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  body.b2c .emphasized-sections-container .emphasized-sections .emphasized-section {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  body.b2c .emphasized-sections-container .emphasized-sections .emphasized-section {
    display: flex;
    justify-content: space-between;
    flex-flow: column-reverse;
    align-items: center;
    gap: 10px;
  }
  body.b2c .emphasized-sections-container .emphasized-sections .emphasized-section .emphasized-section-title,
  body.b2c .emphasized-sections-container .emphasized-sections .emphasized-section .accent-link {
    font-size: 12px;
  }
  body.b2c .emphasized-sections-container .emphasized-sections .emphasized-section .svg {
    max-width: 50px;
  }
  body.b2c .emphasized-sections-container .emphasized-sections .emphasized-section .info {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  body.b2c .emphasized-sections-container .emphasized-sections .emphasized-section {
    gap: 5px;
  }
  body.b2c .emphasized-sections-container .emphasized-sections .emphasized-section .emphasized-section-title,
  body.b2c .emphasized-sections-container .emphasized-sections .emphasized-section .accent-link {
    font-size: 10px;
  }
  body.b2c .emphasized-sections-container .emphasized-sections .emphasized-section .info {
    max-width: 50px;
    display: flex;
    flex-flow: column;
  }
}

.category-list-section .title, .list-slider-section .title, .banner-section .title, .category-slider-section .title {
  text-transform: uppercase;
}

.category-list:not(.list-slider) {
  margin-top: 1.5rem;
}

@media screen and (max-width: 1023px) {
  h1, h2, h3, h4 {
    text-align: center;
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  body.b2b .category-list-section, body.b2b .emphasized-sections-container, body.b2b .list-slider-section, body.b2b .banner-section {
    padding: 0px 60px;
  }
  body.b2b .category-list-section .emphasized-sections, body.b2b .emphasized-sections-container .emphasized-sections, body.b2b .list-slider-section .emphasized-sections, body.b2b .banner-section .emphasized-sections {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
.category-list-section .category-list {
  grid-template-columns: repeat(4, 1fr);
}
.category-list-section .category-list .item-info p {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .category-list-section .category-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
</pre></body></html>