@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@media only screen and (min-width: 1025px) {
  .hero {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 7.5rem 0rem 0rem 0rem;
    display: flex;
    flex-direction: column;
    gap: 6.25rem;
  }
  .hero .top {
    padding: 0rem 2rem;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
  .hero .top .left {
    width: 30%;
  }
  .hero .top .left .title {
    color: #1E1E1E;
    font-size: 3rem;
    font-weight: 700;
  }
  .hero .top .right {
    width: 20%;
  }
  .hero .top .right .desc {
    color: #1E1E1E;
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 1rem;
  }
  .hero .banner .hero-banner {
    width: 100%;
    height: auto;
  }
  .about {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 5rem 2rem;
  }
  .about .top {
    padding-bottom: 3rem;
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
  .about .top .left {
    width: 30%;
  }
  .about .top .left .eyebrow-text {
    color: #1E1E1E;
    padding-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .about .top .left .title {
    color: #1E1E1E;
    font-size: 3rem;
    font-weight: 700;
  }
  .about .top .right {
    width: 20%;
  }
  .about .top .right .desc {
    color: #1E1E1E;
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 1rem;
  }
  .about .cards {
    width: 100%;
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
  }
  .about .cards .card {
    width: 25%;
    height: -moz-max-content;
    height: max-content;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0rem 0rem 0.5rem 0rem rgba(0, 0, 0, 0.1);
  }
  .about .cards .card .icon {
    background-color: #2D5FB5;
    border-radius: 100000px;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about .cards .card .icon svg {
    width: 2rem;
    height: 2rem;
  }
  .about .cards .card .text {
    padding-top: 10rem;
  }
  .about .cards .card .text .card-title {
    color: #1E1E1E;
    font-size: 1.375rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
  }
  .about .cards .card .text .desc {
    color: #1E1E1E;
    font-size: 1.125rem;
    font-weight: 500;
    opacity: 0.9;
  }
  .products {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 5rem 2rem;
  }
  .products .top {
    padding-bottom: 3rem;
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
  .products .top .left {
    width: 30%;
  }
  .products .top .left .eyebrow-text {
    color: #1E1E1E;
    padding-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .products .top .left .title {
    color: #1E1E1E;
    font-size: 3rem;
    font-weight: 700;
  }
  .products .top .right {
    width: 20%;
  }
  .products .top .right .desc {
    color: #1E1E1E;
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .products .bottom {
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }
  .products .bottom .prod {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    gap: 2.5rem;
  }
  .products .bottom .prod .image {
    width: 50%;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 1rem;
  }
  .products .bottom .prod .product-list {
    width: 50%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 2rem;
  }
  .products .bottom .prod .product-list .box {
    width: calc(50% - 2.5rem);
    height: -moz-max-content !important;
    height: max-content !important;
    border-top: 1px solid rgba(30, 30, 30, 0.5);
    padding: 1rem 0rem 0rem 0rem;
  }
  .products .bottom .prod .product-list .box:nth-last-child(-n+2) {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(30, 30, 30, 0.5);
  }
  .products .bottom .prod .product-list .box .title {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1E1E1E;
  }
  .products .bottom .prod .product-list .box .description {
    font-size: 1.125rem;
    font-weight: 500;
    color: #1E1E1E;
    opacity: 0.9;
    padding: 0.5rem 0rem 1rem 0rem;
  }
  .products .bottom .prod .product-list .box .product-link {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
  }
  .products .bottom .prod .product-list .box .product-link span {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1E1E1E;
  }
  .products .bottom .prod .product-list .box .product-link:hover {
    gap: 1rem;
  }
  .products .bottom .prod-one {
    justify-content: start;
  }
  .products .bottom .prod-two {
    justify-content: end;
  }
  .we-stock {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 5rem 2rem;
  }
  .we-stock .top {
    padding-bottom: 3rem;
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
  .we-stock .top .left {
    width: 30%;
  }
  .we-stock .top .left .eyebrow-text {
    color: #1E1E1E;
    padding-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .we-stock .top .left .title {
    color: #1E1E1E;
    font-size: 3rem;
    font-weight: 700;
  }
  .we-stock .top .right {
    width: 20%;
  }
  .we-stock .top .right .desc {
    color: #1E1E1E;
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 1rem;
  }
  .we-stock .bottom {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .we-stock .bottom .brands {
    width: calc(25% - 1.25rem);
    height: 8.5rem;
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    box-shadow: 0rem 0rem 0.5rem 0rem rgba(0, 0, 0, 0.05);
  }
  .we-stock .bottom .brands img {
    max-width: 100%;
    max-height: 100%;
  }
  .certification {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 5rem 2rem;
  }
  .certification .top {
    padding-bottom: 3rem;
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
  .certification .top .left {
    width: 30%;
  }
  .certification .top .left .title {
    color: #1E1E1E;
    font-size: 3rem;
    font-weight: 700;
  }
  .certification .top .right {
    width: 20%;
  }
  .certification .top .right .desc {
    color: #1E1E1E;
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 1rem;
  }
  .certification .bottom {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .certification .bottom .certification-img {
    border-radius: 1rem;
    width: calc(33.33% - 1.25rem);
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 4rem 0rem 0rem 0rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .hero .top {
    padding: 0rem 1.5rem;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
  }
  .hero .top .left {
    width: 70%;
  }
  .hero .top .left .title {
    color: #1E1E1E;
    font-size: 3rem;
    font-weight: 700;
  }
  .hero .top .right {
    width: 70%;
  }
  .hero .top .right .desc {
    color: #1E1E1E;
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 1rem;
  }
  .hero .banner .hero-banner {
    width: 100%;
    height: auto;
  }
  .about {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 2.5rem 1.5rem;
  }
  .about .top {
    padding-bottom: 1.875rem;
  }
  .about .top .left {
    width: 70%;
  }
  .about .top .left .eyebrow-text {
    color: #1E1E1E;
    padding-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .about .top .left .title {
    color: #1E1E1E;
    font-size: 3rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
  }
  .about .top .right {
    width: 70%;
  }
  .about .top .right .desc {
    color: #1E1E1E;
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 1rem;
  }
  .about .cards {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    gap: 1.125rem;
    justify-content: flex-start;
    overflow-y: hidden;
    flex-wrap: nowrap;
    padding: 1rem;
    margin: -1rem;
  }
  .about .cards .card {
    min-width: 40%;
    height: -moz-max-content;
    height: max-content;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0rem 0rem 0.5rem 0rem rgba(0, 0, 0, 0.1);
  }
  .about .cards .card .icon {
    background-color: #2D5FB5;
    border-radius: 100000px;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about .cards .card .icon svg {
    width: 2rem;
    height: 2rem;
  }
  .about .cards .card .text {
    padding-top: 10rem;
  }
  .about .cards .card .text .card-title {
    color: #1E1E1E;
    font-size: 1.375rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
  }
  .about .cards .card .text .desc {
    color: #1E1E1E;
    font-size: 1.125rem;
    font-weight: 500;
    opacity: 0.9;
  }
  .products {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 2.5rem 1.5rem;
  }
  .products .top {
    padding-bottom: 1.875rem;
  }
  .products .top .left {
    width: 70%;
  }
  .products .top .left .eyebrow-text {
    color: #1E1E1E;
    padding-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .products .top .left .title {
    color: #1E1E1E;
    font-size: 3rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
  }
  .products .top .right {
    width: 70%;
    padding-bottom: 1rem;
  }
  .products .top .right .desc {
    color: #1E1E1E;
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 1rem;
  }
  .products .bottom {
    display: flex;
    flex-direction: column;
  }
  .products .bottom .prod {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
  }
  .products .bottom .prod .image {
    width: 100%;
    border-radius: 1rem;
  }
  .products .bottom .prod .product-list {
    width: 100%;
    justify-content: space-between;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
    row-gap: 1.875rem;
    padding-bottom: 2rem;
  }
  .products .bottom .prod .product-list .box {
    width: calc(50% - 1.125rem);
    height: -moz-max-content;
    height: max-content;
    border-top: 1px solid rgba(30, 30, 30, 0.5);
    padding: 1rem 0rem 0rem 0rem;
  }
  .products .bottom .prod .product-list .box .title {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1E1E1E;
  }
  .products .bottom .prod .product-list .box .description {
    font-size: 1.125rem;
    font-weight: 500;
    color: #1E1E1E;
    opacity: 0.9;
    padding: 0.5rem 0rem 1rem 0rem;
  }
  .products .bottom .prod .product-list .box .product-link {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .products .bottom .prod .product-list .box .product-link span {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1E1E1E;
  }
  .products .bottom .prod-one {
    justify-content: start;
  }
  .products .bottom .prod-two {
    justify-content: end;
  }
  .products .bottom .prod-two .image {
    display: none;
  }
  .products .bottom .prod-two .box:nth-last-child(-n+2) {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(30, 30, 30, 0.5);
  }
  .we-stock {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 2.5rem 1.5rem;
  }
  .we-stock .top {
    padding-bottom: 1.875rem;
  }
  .we-stock .top .left {
    width: 70%;
  }
  .we-stock .top .left .eyebrow-text {
    color: #1E1E1E;
    padding-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .we-stock .top .left .title {
    color: #1E1E1E;
    font-size: 3rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
  }
  .we-stock .top .right {
    width: 70%;
  }
  .we-stock .top .right .desc {
    color: #1E1E1E;
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 1rem;
  }
  .we-stock .bottom {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .we-stock .bottom .brands {
    width: calc(50% - 1.25rem);
    height: 8.5rem;
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    box-shadow: 0rem 0rem 0.5rem 0rem rgba(0, 0, 0, 0.05);
  }
  .we-stock .bottom .brands img {
    max-width: 100%;
    max-height: 100%;
  }
  .certification {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 2.5rem 1.5rem;
  }
  .certification .top {
    padding-bottom: 1.875rem;
  }
  .certification .top .left {
    width: 70%;
  }
  .certification .top .left .title {
    color: #1E1E1E;
    font-size: 3rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
  }
  .certification .top .right {
    width: 70%;
  }
  .certification .top .right .desc {
    color: #1E1E1E;
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 1rem;
  }
  .certification .bottom {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .certification .bottom .certification-img {
    border-radius: 1rem;
    width: calc(50% - 1.25rem);
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 3rem 0rem 0rem 0rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  .hero .top {
    padding: 0rem 1rem;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
  }
  .hero .top .left .title {
    color: #1E1E1E;
    font-size: 2rem;
    font-weight: 700;
  }
  .hero .top .right .desc {
    color: #1E1E1E;
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 1rem;
  }
  .hero .banner .hero-banner {
    width: 100%;
    height: auto;
  }
  .about {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 2.5rem 1.5rem;
  }
  .about .top {
    padding-bottom: 1.875rem;
  }
  .about .top .left .eyebrow-text {
    color: #1E1E1E;
    padding-bottom: 0.25rem;
    font-size: 1rem;
    font-weight: 700;
  }
  .about .top .left .title {
    color: #1E1E1E;
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
  }
  .about .top .right .desc {
    color: #1E1E1E;
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 1rem;
  }
  .about .cards {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    gap: 1.125rem;
    justify-content: flex-start;
    overflow-y: hidden;
    flex-wrap: nowrap;
    padding: 1rem;
    margin: -1rem;
  }
  .about .cards .card {
    min-width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0rem 0rem 0.5rem 0rem rgba(0, 0, 0, 0.1);
  }
  .about .cards .card .icon {
    background-color: #2D5FB5;
    border-radius: 100000px;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about .cards .card .icon svg {
    width: 2rem;
    height: 2rem;
  }
  .about .cards .card .text {
    padding-top: 6rem;
  }
  .about .cards .card .text .card-title {
    color: #1E1E1E;
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
  }
  .about .cards .card .text .desc {
    color: #1E1E1E;
    font-size: 1rem;
    font-weight: 500;
    opacity: 0.9;
  }
  .products {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 2.5rem 1.5rem;
  }
  .products .top {
    padding-bottom: 1.875rem;
  }
  .products .top .left .eyebrow-text {
    color: #1E1E1E;
    padding-bottom: 0.25rem;
    font-size: 1rem;
    font-weight: 700;
  }
  .products .top .left .title {
    color: #1E1E1E;
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
  }
  .products .top .right {
    padding-bottom: 1rem;
  }
  .products .top .right .desc {
    color: #1E1E1E;
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 1rem;
  }
  .products .bottom {
    display: flex;
    flex-direction: column;
  }
  .products .bottom .prod {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
  }
  .products .bottom .prod .image {
    width: 100%;
    border-radius: 1rem;
  }
  .products .bottom .prod .product-list {
    width: 100%;
    justify-content: space-between;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.875rem;
    padding-bottom: 2rem;
  }
  .products .bottom .prod .product-list .box {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    border-top: 1px solid rgba(30, 30, 30, 0.5);
    padding: 1rem 0rem 0rem 0rem;
  }
  .products .bottom .prod .product-list .box .title {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1E1E1E;
  }
  .products .bottom .prod .product-list .box .description {
    font-size: 1.125rem;
    font-weight: 500;
    color: #1E1E1E;
    opacity: 0.9;
    padding: 0.5rem 0rem 1rem 0rem;
  }
  .products .bottom .prod .product-list .box .product-link {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .products .bottom .prod .product-list .box .product-link span {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1E1E1E;
  }
  .products .bottom .prod-one {
    justify-content: start;
  }
  .products .bottom .prod-two {
    justify-content: end;
  }
  .products .bottom .prod-two .image {
    display: none;
  }
  .products .bottom .prod-two .box:nth-last-child(-n+1) {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(30, 30, 30, 0.5);
  }
  .we-stock {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 2.5rem 1.5rem;
  }
  .we-stock .top {
    padding-bottom: 1.875rem;
  }
  .we-stock .top .left .eyebrow-text {
    color: #1E1E1E;
    padding-bottom: 0.25rem;
    font-size: 1rem;
    font-weight: 700;
  }
  .we-stock .top .left .title {
    color: #1E1E1E;
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
  }
  .we-stock .top .right .desc {
    color: #1E1E1E;
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 1rem;
  }
  .we-stock .bottom {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .we-stock .bottom .brands {
    width: 100%;
    height: 8.5rem;
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    box-shadow: 0rem 0rem 0.5rem 0rem rgba(0, 0, 0, 0.05);
  }
  .we-stock .bottom .brands img {
    max-width: 100%;
    max-height: 100%;
  }
  .certification {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 2.5rem 1.5rem;
  }
  .certification .top {
    padding-bottom: 1.875rem;
  }
  .certification .top .left {
    width: 70%;
  }
  .certification .top .left .title {
    color: #1E1E1E;
    font-size: 3rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
  }
  .certification .top .right {
    width: 70%;
  }
  .certification .top .right .desc {
    color: #1E1E1E;
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 1rem;
  }
  .certification .bottom {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .certification .bottom .certification-img {
    border-radius: 1rem;
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=index.css.map */