.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 {
    --blue: #313e48;
    --orange: #da6227;
    --white: #fff;
    --black: #000;
}
.uppercase {
    text-transform: uppercase;
}
.white {
    color: var(--white);
}
.br-btn {
    background-color: var(--orange);
    color: var(--white);
    padding: 25px;
    font-size: 16px !important;
    font-weight: 600;
    border: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.br-btn:hover {
    background-color: var(--blue);
}
.br-btn.small {
    padding: 15px;
    font-size: 12px !important;
}
.br-banner {
    width: 100%;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px 10px 40px 10px;
}
.br-logo {
    max-width: 150px;
}
.br-bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    min-height: 200px;
}
.br-image-bg-1 {
    background-image: url('https://cms.bgwgroup.com.au/components/suppliers/landing-pages/she/br-enclosures/assets/images/she-br-about.webp');
}
.br-image-bg-2 {
    background-image: url('https://cms.bgwgroup.com.au/components/suppliers/landing-pages/she/br-enclosures/assets/images/she-br-australian.webp');
}
.br-intro-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 15px;
}
.br-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.br-info-column {
    width: 50%;
}
.br-content {
    padding: 30px 20px;
    text-align: left;
}
.br-content-container {
    max-width: 550px;
    margin: auto;
}
.br-content h3, .br-content h2 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 120%;
    font-family: 'Arial Narrow', sans-serif;
}
.br-content p {
    margin: auto;
    padding-top: 0px;
    padding-bottom: 15px;    
    line-height: 150%;
}
.br-info .content-btn {
    display: flex;
    justify-content: start;
    gap: 20px;
}
.br-product-container {
    padding-bottom: 20px;
}
.br-products-intro {
    background-color: var(--blue);
}
.swiper-slide {
    border-radius: 10px;
    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;
}
.br-video-section {
    background-color: var(--orange);
    width: 100%;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 50px 20px;
}
.br-video-container {
    display: flex;    
    gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.br-tools-options {
    padding-top: 50px;
    padding-bottom: 50px;
}
.br-tools-wrapper {
    align-content: center;
}
.br-tools-options-selection {
    display: flex;
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
.br-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;
}
.br-social-links {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.br-social-links .btn {
    padding: 0px;
    max-width: 30px;
    max-height: 30px;
    border: 0px;
}
.br-social-links img {
    width: 100%;
}
.br-tools-options-content {
    max-width: 800px;
    text-align: center;
    margin: auto;
    justify-content: center;
    h2 {
        margin: auto;
    }
    p {
        line-height: 1.5em;
    }
}
.br-tools-options-content h2 {
    margin: auto;
} 
.br-tools-options-content p {
    line-height: 1.5em;
}
.br-tools-item-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 250px;
}
.br-tools-item-content {
    text-align: center;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    justify-content: center;
}
.br-tools-item-content h4 {
    margin: auto;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.2em;
    color: var(--black);
}
.br-tools-item-content p {
    line-height: 1.5em;
    font-size: 12px;
    color: var(--black);
}
.br-tools-item {
    flex-basis: 25%;
    align-self: stretch;
    border-radius: 10px;
    padding: 10px;
    outline: 1px solid var(--blue);
    text-align: center;
}
@media screen and (max-width: 450px) {
    .swiper-slide-product-btn {
        text-align: center;
    }
    .br-info-column {
        width: 100%;
    }
    .reverse {
        flex-direction: column-reverse;
    }
    .br-tools-item {
        flex-basis: 100%;
    }
    .br-video-container iframe {
        width: 100%;
    }
}

@media screen and (min-width: 451px) and (max-width: 850px) {
    .br-info-column {
        width: 100%;
    }
    .reverse {
        flex-direction: column-reverse;
    }
    .br-tools-item {
        flex-basis: 45%;
    }
}