@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto+Slab:wght@100..900&display=swap');
.scaffoldSupplierWrapperHeader section{
    font-family: "IBM Plex Sans", Arial, Helvetica, 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: #383e42;
    --white: #fff;
    --black: #1D2022;
    --red: #e60002;
    --dark-red: #C20002;
}
.uppercase {
    text-transform: uppercase;
}
.white {
    color: var(--white);
}
.hensel-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;
}
.hensel-btn:hover {
    background-color: var(--dark-red);
}
.hensel-btn.small {
    padding: 15px;
    font-size: 12px !important;
}
.hensel-banner {
    background-color: var(--black);
    width: 100%;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.hensel-logo {
    max-width: 250px;
}
.hensel-bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    min-height: 200px;
}
.hensel-image-bg-1 {
    background-image: url('https://static-files.bgwgroup.com.au/theme-cnw/img/supplier-directory/hensel/images/hensel-electrical-support.webp');
}
.hensel-image-bg-2 {
    background-image: url('https://static-files.bgwgroup.com.au/theme-cnw/img/supplier-directory/hensel/images/hensel-electrical-technology.webp');
}
.hensel-intro-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 15px;
}
.hensel-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.hensel-info-column {
    width: 50%;
}
.hensel-content {
    padding: 30px 20px;
    text-align: left;
}
.hensel-content-container {
    max-width: 550px;
    margin: auto;
}
.hensel-content h3, .hensel-content h2 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 120%;
}
.hensel-content p {
    margin: auto;
    padding-top: 0px;
    padding-bottom: 15px;    
    line-height: 150%;
}
.hensel-info .content-btn {
    display: flex;
    justify-content: start;
    gap: 20px;
}
.hensel-product-container {
    padding-bottom: 20px;
}
.hensel-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;
}
.hensel-video-section {
    background-image: url('https://static-files.bgwgroup.com.au/theme-cnw/img/supplier-directory/hensel/images/hensel-electrical-product.webp');
    background-color: rgba(0,0,0,.7);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 70px 20px;
}
.hensel-video-container {
    display: flex;    
    gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hensel-video-container iframe {
    overflow: hidden;
    border-radius: 25px;
}
.hensel-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;
}
.hensel-social-links {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.hensel-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;
    }
    .hensel-info-column {
        width: 100%;
    }
    .reverse {
        flex-direction: column-reverse;
    }
    .hensel-video-container iframe {
        width: 100%;
        height: 200px;
    }
}

@media screen and (min-width: 451px) and (max-width: 850px) {
    .hensel-info-column {
        width: 100%;
    }
    .reverse {
        flex-direction: column-reverse;
    }
    .hensel-video-container iframe {
        width: 100%;
        height: 200px;
    }
}