@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
.scaffoldSupplierWrapperHeader section{
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 300;
}
.page-cmsitem-00231002 .scaffoldSupplierWrapper { max-width:100%; padding: 0px;  }
.page-cmsitem-00231002  .main__inner-wrapper { padding: 0px; }
.page-cmsitem-00231002 .sherriffFooter, .page-cmsitem-00231002  .scaffoldFooter { margin-top: 0px; }
:root {
    --grey: #5C666F;
    --dark-grey: #1E242B;
    --white: #fff;
    --black: #2b2b2b;
    --red: #DC0411;
    --dark-red: #bc010b;
}
.uppercase {
    text-transform: uppercase;
}
.white {
    color: var(--white);
}
.aps-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;
}
.aps-btn:hover {
    background-color: var(--dark-red);
}
.aps-btn.small {
    padding: 15px;
    font-size: 12px !important;
}
.aps-banner {
    background-color: var(--black);
    width: 100%;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.aps-logo {
    max-width: 90px;
}
.aps-bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    min-height: 200px;
}
.aps-image-bg-1 {
    background-image: url('https://cms.bgwgroup.com.au/components/suppliers/landing-pages/she/aps-industrial/assets/aps-img-1.webp');
}
.aps-image-bg-2 {
    background-image: url('https://cms.bgwgroup.com.au/components/suppliers/landing-pages/she/aps-industrial/assets/aps-img-2.webp');
}
.aps-intro-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 15px;
}
.aps-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.aps-info-column {
    width: 50%;
}
.aps-content {
    padding: 30px 20px;
    text-align: left;
}
.aps-content-container {
    max-width: 550px;
    margin: auto;
}
.aps-content h3, .aps-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 120%;
}
.aps-content p {
    margin: auto;
    padding-top: 0px;
    padding-bottom: 15px;    
    line-height: 150%;
    font-size: 16px;
}
.aps-info .content-btn {
    display: flex;
    justify-content: start;
    gap: 20px;
}
.aps-product-container {
    padding-bottom: 20px;
}
.aps-products-intro {
    background-color: var(--grey);
}
.swiper-slide {
    border-radius: 25px;
    overflow: hidden;
}
.swiper-slide-product-title h3 {
    font-size: 16px !important;
    color: #060500 !important;
}
.swiper-slide-product-description ul {
    padding-inline-start: 20px;
}
.swiper-slide-product {
    justify-content: space-between !important;
}
.swiper-slide-product-btn {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}
.aps-video-section {    
    background-color: var(--black);
    width: 100%;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 70px 20px;
}
.aps-video-container {
    display: flex;    
    gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.aps-video-container iframe {
    overflow: hidden;
    border-radius: 25px;
}
.aps-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;
}
.aps-social-links {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.aps-social-links .btn {
    padding: 0px;
    border-radius: 50% !important;
    max-width: 30px;
    max-height: 30px;
    border: 0px;
}
@media screen and (max-width: 450px) {
    .swiper-slide-product-btn {
        text-align: center;
    }
    .aps-info-column {
        width: 100%;
    }
    .reverse {
        flex-direction: column-reverse;
    }
    .aps-video-container iframe {
        width: 100%;
        height: 200px;
    }
}

@media screen and (min-width: 451px) and (max-width: 850px) {
    .aps-info-column {
        width: 100%;
    }
    .reverse {
        flex-direction: column-reverse;
    }
    .aps-video-container iframe {
        width: 100%;
        height: 200px;
    }
}