.scaffoldSupplierWrapperHeader section{
    font-family: Arial, sans-serif;
    letter-spacing: 0.1rem;
}
.page-cmsitem-00193002 .scaffoldSupplierWrapper { max-width:100%; padding: 0px;  }
.page-cmsitem-00193002  .main__inner-wrapper { padding: 0px; }
:root {
    --grey: #A39E9E;
    --white: #fff;
    --black: #000;
    --red: #DB3331;
}
.nexan-text-white {
    color: var(--white);
}
.bg-grey {
    background-color: #F2F4F5;
}
.nexan-slider-padding {
    padding-top: 20px;
    padding-bottom: 10px;
}
.nexan-title {
    width: 100%;
    text-align: center;
}
.nexan-btn {
    background-color: var(--red);
    color: var(--white);
    padding: 25px;
    font-size: 16px !important;
    font-weight: 600;
    border: 0px;
    border-radius: 100px !important;
    margin-top: 15px;
    margin-bottom: 15px;
}
.nexan-btn:hover {
    background-color: var(--black);
}
.nexan-btn.small {
    padding: 15px;
    font-size: 12px !important;
}
.nexan-banner {
    background-image: url('https://static-files.bgwgroup.com.au/theme-cnw/img/supplier-directory/nexans/landing-page/images/nexan-bg.webp');
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 70px 0px 0px 0px;
}
.nexan-banner-content {
    padding: 10px;
    text-align: center;
}
.nexan-logo {
    max-width: 250px;
    background-color: var(--white);
    padding: 10px;
    border-radius: 10px;
}
.nexan-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.nexan-info-column {
    width: 50%;
}
.nexan-content {
    padding: 30px 20px;
    text-align: left;
}
.nexan-content-container {
    max-width: 600px;
    margin: auto;
}
.nexan-content p {
    margin: auto;
    padding-top: 0px;
    padding-bottom: 15px;    
    line-height: 150%;
    font-size: 16px;
}
.nexan-content h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 120%;
    width: 100%;
}
.nexan-content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    width: 100%;
}
.nexan-feature-container {
    padding: 20px 10px;
    text-align: center;
}
.nexan-feature {
    width: 100%;
}
.nexan-product-display {
    text-align: center;
    margin: auto;
    padding: 20px 10px;
    gap: 20px;
    flex-direction: row;
}
.nexan-product-info {
    max-width: 400px;
}
.nexan-product-container {
    text-align: center;
    outline: 1px solid var(--black);
    padding: 15px;
    border-radius: 25px;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}
.nexan-sku {
    padding-bottom: 0px !important;
}
.nexan-info .swiper-slide {
    overflow: hidden;
}
.nexan-info .sliderComponent {
    max-width: 900px;
}
.nexan-slider {
    padding-top: 30px;
    padding-bottom: 50px;
}
.nexan-slider .content-btn {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.nexan-image-bg-2 {
    background-image: url('https://static-files.bgwgroup.com.au/theme-cnw/img/supplier-directory/nexans/landing-page/images/nexan-about-people.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;    
    min-height: 200px;
}
.nexan-footer {
    background-color: var(--white);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px 20px;
    gap: 10px;
}
.nexan-social-links {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.nexan-social-links .btn {
    padding: 0px;
    border-radius: 50% !important;
    max-width: 30px;
    max-height: 30px;
    border: 0px;
}
.website-divider-container-787872 {
    overflow:hidden;
    position: relative;
    height: 130px;
    width: 100%;
}
  
.divider-img-787872 {
      position: absolute;
      width: 100%;
      height: 128px;
      
      transform: scale(1, 1);
      bottom:0px;
      left: 0px;
      fill: rgb(255, 255, 255)
}
@media screen and (max-width: 450px) {
    .nexan-content-container {
        text-align: center;
        width: 100%;
    }
    .swiper-slide-product-btn {
        text-align: center;
    }
    .nexan-info-column {
        width: 100%;
    }
    .reverse {
        flex-direction: column-reverse;
    }
    .nexan-video-container iframe {
        width: 100%;
        height: 200px;
    }
    .nexan-product-display {
        gap: 0px;
    }
    .nexan-slider .content-btn {
        flex-direction: column;
        gap: 0px;
        align-items: center;
    }
}
@media screen and (min-width: 451px) and (max-width: 850px) {
    .nexan-content-container {
        text-align: center;
        width: 100%;
    }
    .nexan-info-column {
        width: 100%;
    }
    .reverse {
        flex-direction: column-reverse;
    }
    .nexan-video-container iframe {
        width: 100%;
        height: 200px;
    }
    .nexan-product-display {
        gap: 0px;
    }
}