<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* section--product-features */

html {
    scroll-behavior: smooth;
}

.section--product-features .grid .col .tile-pic {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-position: center;
    background-color: #F6F6F6;
}

.section--product-features .tile&gt;.tile-pic {
    max-height: 200px;
}

.section--product-features .tile-copy .ttiw-tile-content p,
.ttiw-tile-content {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 12px;
    color: #232D39;
}

.section--product-features .grid .col {
    border: 1px solid #E5E5E5;
}

.section--product-features .grid.column-4 .col.tile {
    margin: 0;
    padding: 30px;
}

.section--product-features .grid .tile .tile-copy {
    padding-right: 0;
}

.section--product-features .grid .tile {
    color: #232D39;
}

.section--product-features .grid .tile .tile-copy .h4 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    margin-top: 32px;
}

.section--product-features .section-head {
    margin-bottom: 40px;
}

.section--product-features .section-head h2 {
    font-size: 40px;
    line-height: 55px;
    letter-spacing: -0.8px;
    margin: 0;
}

.section--product-features .featured-centered .tile-pic {
    margin: 0 auto;
}

.section--product-features .featured-centered .tile-copy .h4 {
    text-align: center;
}

.section--product-features .featured-centered .tile-copy .ttiw-tile-content p {
    text-align: center !important;
}


/*Features column*/

.grid.features-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section--product-features .features-column .col.tile {
    margin: 0;
}

.section--product-features .grid.column-5 .col.tile {
    width: 20%;
    padding: 22px;
}

.section--product-features .grid.column-5 .col .tile-pic {
    height: 14.8vw;
    width: 14.8vw;
    max-width: 190px;
    max-height: 190px;
}

.section--product-features .grid.column-6 .col.tile {
    width: 16.66667%;
    padding: 20px;
}

.section--product-features .grid.column-6 .col .tile-pic {
    height: 12.1vw;
    width: 12.1vw;
    max-width: 170px;
    max-height: 170px;
}

.section--product-features .grid.column-7 .col.tile {
    width: 14.285%;
    padding: 18px;
}

.section--product-features .grid.column-7 .col .tile-pic {
    height: 10.2vw;
    width: 10.2vw;
    max-width: 150px;
    max-height: 150px;
}

.section--product-features .grid.column-8 .col.tile {
    width: 12.5%;
    padding: 14px;
}

.section--product-features .grid.column-8 .col .tile-pic {
    height: 9.2vw;
    width: 9.2vw;
    max-width: 140px;
    max-height: 140px;
}


/*  Grid Size */

.section--product-features .grid.column-4 .col.tile {
    width: 25%;
}

.section-id {
    position: relative;
    top: -96px;
}

.wistia_responsive_wrapper {
    opacity: 0;
    transition: all 0.2s linear;
}

.wistia_responsive_wrapper.wistia_responsive_wrapper-active {
    opacity: 1;
}

.banner-video-button:before {
    content: "\F40C";
    display: block;
    font-family: "Material Design Icons";
    font-size: 120px;
    line-height: 120px;
    color: #fff;
    transition: 0.2s ease;
}

.banner-video-button:after {
    content: '';
    display: block;
    height: 60px;
    width: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-size: contain;
    cursor: pointer;
    z-index: -1;
    background-color: #232D39;
}

.banner-video-button {
    color: #fff;
    margin: 0 auto;
    display: flex;
    place-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    max-width: 120px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.wistia_responsive_wrapper .banner-video--inner .w-big-play-button.w-css-reset-button-important {
    display: none !important;
}

.wistia_responsive_padding:hover .banner-video-button:before {
    color: #C7D92D;
}

@media screen and (max-width: 1200px) {
    .section--product-features .grid.column-4 .col.tile {
        padding: 20px;
        width: 33.333%;
    }
    .section--product-features .grid .tile .tile-copy .h4 {
        font-size: 16px;
        line-height: 22px;
        margin-top: 20px;
    }
    .section--product-features .tile-copy .ttiw-tile-content p,
    .ttiw-tile-content {
        font-size: 14px;
        line-height: 24px;
        margin-top: 8px;
    }
    .section--product-features .section-head h2::after {
        height: 4px;
        width: 60px;
    }
    .section--product-features .section-head {
        margin-bottom: 32px;
    }
    .section--product-features .section-head h2 {
        font-size: 32px;
        line-height: 43px;
        letter-spacing: -0.64px;
        margin: 0;
    }
    .section--product-features .grid .col .tile-pic {
        height: 180px;
        width: 180px;
    }
    .section--product-features .grid.column-5 .col.tile {
        width: 25%;
        padding: 20px;
    }
    .section--product-features .grid.column-6 .col.tile {
        width: 20%;
        padding: 16.5px;
    }
    .section--product-features .grid.column-6 .col .tile-pic {
        height: 15vw;
        width: 15vw;
        max-width: 180px;
        max-height: 180px;
    }
    .section--product-features .grid.column-7 .col.tile {
        width: 16.666%;
        padding: 16.5px;
    }
    .section--product-features .grid.column-7 .col .tile-pic {
        height: 12vw;
        width: 12vw;
    }
    .section--product-features .grid.column-8 .col.tile {
        width: 14.285%;
    }
    .section--product-features .grid.column-8 .col .tile-pic {
        height: 10.2vw;
        width: 10.2vw;
    }
    .testimonials-image .lightbox--video div[id*="big_play_button_background"]::before {
        font-size: 80px;
        line-height: 80px;
    }
    .testimonials-image .lightbox--video div[id*="big_play_button_background"] {
        height: 80px !important;
        width: 80px !important;
    }
    .section-id {
        top: -64px;
    }
}

@media screen and (max-width: 1024px) {
    .section--product-features .grid.column-5 .col.tile {
        width: 33.333%;
        padding: 20px;
    }
    .section--product-features .grid.column-5 .col .tile-pic {
        height: 25vw;
        width: 25vw;
        max-width: 180px;
        max-height: 180px;
    }
    .section--product-features .grid.column-6 .col.tile {
        width: 25%;
    }
    .section--product-features .grid.column-6 .col .tile-pic {
        height: 17.8vw;
        width: 17.8vw;
    }
    .section--product-features .grid.column-7 .col.tile {
        width: 20%;
    }
    .section--product-features .grid.column-7 .col .tile-pic {
        height: 13.2vw;
        width: 13.2vw;
    }
    .section--product-features .grid.column-8 .col.tile {
        width: 20%;
    }
    .section--product-features .grid.column-8 .col .tile-pic {
        height: 14vw;
        width: 14vw;
    }
}

@media screen and (max-width: 767px) {
    .section--product-features .grid.column-4 .col.tile {
        padding: 16.5px;
        width: 50%;
    }
    .section--product-features .section-head {
        margin-bottom: 24px;
    }
    .section--product-features .section-head h2 {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: -0.56px;
    }
    .section--product-features .grid.column-5 .col.tile {
        width: 50%;
        padding: 16.5px;
    }
    .section--product-features .grid.column-5 .col .tile-pic {
        height: 40vw;
        width: 40vw;
    }
    .section--product-features .grid.column-6 .col.tile {
        width: 33.333%;
    }
    .section--product-features .grid.column-6 .col .tile-pic {
        height: 23vw;
        width: 23vw;
    }
    .section--product-features .grid.column-7 .col.tile {
        width: 25%;
    }
    .section--product-features .grid.column-7 .col .tile-pic {
        height: 17.5vw;
        width: 17.5vw;
    }
    .section--product-features .grid.column-8 .col.tile {
        width: 25%;
    }
    .section--product-features .grid.column-8 .col .tile-pic {
        height: 18.2vw;
        width: 18.2vw;
    }
}

@media screen and (max-width: 600px) {
    .section--product-features .grid.column-7 .col.tile {
        width: 33.333%;
    }
    .section--product-features .grid.column-7 .col .tile-pic {
        height: 23vw;
        width: 23vw;
    }
    .section--product-features .grid.column-8 .col.tile {
        width: 33.333%;
    }
    .section--product-features .grid.column-8 .col .tile-pic {
        height: 24vw;
        width: 24vw;
    }
}

@media screen and (max-width: 470px) {
    .section--product-features .grid.column-4 .col.tile {
        width: 100%;
    }
    .section--product-features .grid .col .tile-pic {
        height: 160px;
        width: 160px;
    }
    .section--product-features .grid.column-5 .col.tile {
        width: 100%;
    }
    .section--product-features .grid.column-5 .col .tile-pic {
        height: 160px;
        width: 160px;
    }
    .section--product-features .grid.column-6 .col.tile {
        width: 50%;
    }
    .section--product-features .grid.column-6 .col .tile-pic {
        height: 35vw;
        width: 35vw;
        max-width: 160px;
        max-height: 160px;
    }
    .section--product-features .grid.column-7 .col.tile {
        width: 50%;
    }
    .section--product-features .grid.column-7 .col .tile-pic {
        height: 35vw;
        width: 35vw;
    }
    .section--product-features .grid.column-8 .col.tile {
        width: 50%;
    }
    .section--product-features .grid.column-8 .col .tile-pic {
        height: 138px;
        width: 138px;
    }
}

@media screen and (max-width: 375px) {
    .section--product-features .grid.column-6 .col.tile {
        width: 100%;
    }
    .section--product-features .grid.column-6 .col .tile-pic {
        height: 160px;
        width: 160px;
    }
    .section--product-features .grid.column-7 .col.tile {
        width: 100%;
    }
    .section--product-features .grid.column-7 .col .tile-pic {
        height: 160px;
        width: 160px;
        max-width: 160px;
        max-height: 160px;
    }
    .section--product-features .grid.column-8 .col.tile {
        width: 100%;
    }
    .section--product-features .grid.column-8 .col .tile-pic {
        height: 160px;
        width: 160px;
        max-width: 160px;
        max-height: 160px;
    }
}


/* section--product-description */

.section--product-description {
    width: 150%;
    left: 0;
    background-color: #ECECEC;
}

.tabs-vertical.product-info-section .tab {
    background-color: #F6F6F6;
    box-shadow: inset 0 -1px 0 0 #E5E5E5;
}

.video-tab {
    position: relative;
    padding: 0 0 56.25% 0;
}
.video-tab.video-fixed {
    padding: 0 0 46% 0;
}

.tab-body .video-tab iframe {
    width: 100% !important;
    /*max-width: 600px;*/
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.product-details .tabs-vertical.product-info-section {
    width: 50%;
    max-width: 720px;
}

.product-info-section .tab .tab-head a {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.56px;
    line-height: 40px;
}

@media screen and (max-width: 768px) {
    .product-info-section .tab .tab-head a {
        font-size: 22px;
        letter-spacing: -0.44px;
        line-height: 32px;
    }
}

@media screen and (max-width: 480px) {
    .product-info-section .tab .tab-head a {
        font-size: 20px;
        letter-spacing: -0.4px;
        line-height: 30px;
    }
}

.product-info-section .tab .tab-head a {
    padding-left: 0;
}

.product-info-section .tab .tab-head a {
    padding-left: 0;
}

.product-info-section .tab .tab-head {
    padding-left: 0;
    width: calc(100% - 58px);
}

.product-info-section .tab .tab-body ul {
    padding-left: 0;
}

.product-info-section .tab:last-child {
    border-bottom: none;
}

.product-info-section .tab .tab-body {
    border-top: 1px solid #E5E5E5;
    width: calc(100% - 58px);
}

.tab-body .button:hover {
    background-color: transparent;
}

.product-details .tabs-vertical {
    width: 50%;
    left: 0;
    max-width: 660px;
}

@media screen and (max-width: 1400px) {
    .product-details .tabs-vertical.product-info-section {
        width: 50%;
        max-width: 720px;
    }
}

@media screen and (max-width: 1200px) {
    .product-details .tabs-vertical.product-info-section {
        width: calc(100% + 40px);
        margin-top: 60px;
        margin-bottom: 0px;
        max-width: unset;
    }
    .product-info-section.tabs-vertical {
        padding: 0px 0 0;
    }
    .product-info-section.tabs-vertical .tab .tab-head a {
        padding: 24px 0px 20px;
    }
    .product-info-section.tabs-vertical .tab .tab-body {
        padding: 24px 0;
    }
    .product-info-section.product-info-section .tab .tab-head a {
        font-size: 22px;
        letter-spacing: -0.44px;
        line-height: 32px;
    }
    .product-info-section ul li {
        font-size: 14px;
        line-height: 24px;
    }
    .product-info-section .tab-body ul li {
        padding: 0 0 2px;
    }
    .product-info-section .tab .tab-head,
    .product-info-section .tab .tab-body {
        width: calc(100% - 40px);
    }
    .product-info-section.tabs-vertical .tab .tab-head a::after {
        width: 16px;
        height: 16px;
    }
}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 769px) {
    .product-details .tabs-vertical.product-info-section {}
    .tabs-vertical.product-info-section .tab .tab-head a:after {}
    .product-info-section .tab .tab-body {}
}

::marker {
    color: #C7D92D;
}

.product-details .tabs-vertical .tab .tab-head a {
    padding-left: 0;
    position: relative;
}

.product-info-section {
    margin-top: 80px;
}

.product-details .tabs-vertical {
    position: relative;
    z-index: 1;
}

.product-details .tabs-vertical:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    top: 0;
    right: 0;
    background: #F6F6F6;
    z-index: -1;
    box-shadow: inset 0 -1px 0 0 #E5E5E5;
}

.product-info-section .tab .tab-head a {
    padding: 22px 0px 26px 0px;
}

.product-info-section {
    padding: 10px 0px 0px 0px;
}

.product-info-section .tab {
    position: relative;
}

.product-info-section .tab-body ul li {
    padding: 0 0 5px;
    margin: 0px 0 0 15px;
}

.product-info-section ul li,
.product-info-section p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    color: #232D39;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .product-info-section ul li,
    .product-info-section p {
        font-size: 14px;
        line-height: 24px;
    }
    .product-info-section.product-info-section .tab .tab-head a {
        font-size: 20px;
        letter-spacing: -0.4px;
        line-height: 30px;
    }
    .product-info-section.tabs-vertical .tab .tab-head a {
        padding: 16px 0px 16px;
    }
    .product-info-section.tabs-vertical {
        padding: 10px 0 0;
    }
    .product-details .tabs-vertical.product-info-section {
        width: calc(100% + 20px);
        margin-top: 40px;
    }
    .product-info-section .tab .tab-head,
    .product-info-section .tab .tab-body {
        width: calc(100% - 20px);
    }
    .product-info-section.tabs-vertical .tab .tab-body {
        padding: 20px 0;
    }
}

.product-info-section .tab:after {
    content: '';
    background-color: #E5E5E5;
    height: 1px;
    width: 200%;
    bottom: 0;
    right: 0;
    z-index: 1;
    position: absolute;
}

.product-info-section .tab:last-child:after {
    content: '';
    background-color: transparent;
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    position: absolute;
}


/* Products to suit Transporting Water section */

.product-list-water-trnsprt .inner .section-head {
    margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
    .product-list-water-trnsprt .inner .section-head {
        margin-bottom: 24px;
    }
}

.product-list-water-trnsprt {
    border: 1px solid #E5E5E5;
    border-bottom: none;
    border-right: none;
}

.product-list-water-trnsprt .col {
    margin: 0;
    border-radius: none;
    border: 1px solid #E5E5E5;
    border-top: none;
    border-left: none;
}

.product-list-water-trnsprt.grid.column-3 .col.tile {
    margin: 0;
}

.product-list-water-trnsprt .col {
    background: transparent;
    border-radius: none;
}

.product-list-water-trnsprt.grid.column-3 .col.tile {
    width: 33.33%;
}

.tiles .product-list-water-trnsprt.grid.column-3 {
    margin-left: 0;
    margin-right: 0;
}

.product-list-water-trnsprt .col {
    border-radius: 0px;
}

.product-list-water-trnsprt .slide-wrap {
    display: flex;
    padding: 0;
}

.product-list-water-trnsprt .slide-wrap a {
    display: flex;
    padding: 20px 32px;
}

.product-list-water-trnsprt .col.tile .image {
    height: 160px;
    width: 160px;
    margin-right: 32px;
    min-width: 160px;
    align-items: center;
    padding-top: 0;
}

.product-list-water-trnsprt.grid .tile .tile-copy {
    padding-right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 80%;
}

.margin-0-b {
    margin-bottom: 0 !important;
}

.product-list-water-trnsprt.grid .tile .tile-copy .h4 {
    color: #232D39;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
}

.product-list-water-trnsprt.grid.column-3 .col.tile:hover {
    background-color: #232D39;
}


/* .grid.column-3 .col.tile:hover ~ */

.slide-wrap:hover .tile-copy a {
    color: #C7D92D;
}

@media screen and (max-width: 1200px) {
    .product-list-water-trnsprt.grid.column-3 .col.tile {
        width: 50%;
    }
    .product-info-section {
        margin-top: 60px;
    }
    .product-list-water-trnsprt .slide-wrap a {
        padding: 16px 24px;
    }
}

@media screen and (max-width: 850px) {
    .product-list-water-trnsprt .col.tile .image {
        height: 100px;
        width: 100px;
        min-width: 100px;
        margin-right: 24px;
    }
}

@media screen and (max-width: 768px) {
    .product-list-water-trnsprt .col.tile .image {
        height: 100px;
        width: 100px;
        margin-right: 24px;
    }
    .product-list-water-trnsprt .slide-wrap {
        display: flex;
        padding: 16.5px 24.5px;
    }
    .product-list-water-trnsprt.grid.column-3 .col.tile {
        width: 50%;
    }
}

@media screen and (max-width: 710px) {
    .product-list-water-trnsprt.grid.column-3 .col.tile {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .product-list-water-trnsprt .col.tile .image {
        height: 80px;
        width: 80px;
        min-width: 80px;
        margin-right: 20px;
    }
    .product-list-water-trnsprt .slide-wrap {
        display: flex;
        padding: 16.5px 20.5px;
    }
    .product-list-water-trnsprt.grid.column-3 .col.tile {
        width: 100%;
    }
}


/* class .font-size-20 */

.font-size-20 {
    font-size: 20px !important;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px !important;
}

@media screen and (max-width: 850px) {
    .font-size-20 {
        font-size: 16px !important;
        line-height: 22px !important;
    }
}


/* Testomonials */

.testimonials-grey-bg {
    background-color: #F6F6F6;
}

.testimonials-grey-bg .inner {
    padding: 60px 40px 85px;
}

.testimonials-grey-bg .testimonial-inner {
    display: flex;
    flex-direction: row;
    padding: 0;
}

.testimonials-grey-bg .big-comma {
    background: #C7D92D;
    border-radius: 50%;
    min-width: 100px;
    min-height: 100px;
    max-height: 100px;
    margin-right: 80px;
    display: flex;
    justify-content: center;
}

.testimonials-grey-bg .tetimonial__text {
    max-width: 750px;
    margin-top: 40px;
}

.testimonials-grey-bg .testimonial-inner p:first-child {
    color: #232D39;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.56px;
    line-height: 40px;
    margin: 0;
}

.testimonials-grey-bg .testimonial-inner p:first-child::after {
    content: '';
    margin-bottom: 0;
    margin-top: 20px;
    height: 6px;
    width: 80px;
    position: relative;
    bottom: 0;
    display: block;
    background: #c7d92d;
}

.testimonials-grey-bg .testimonial-inner p:last-child {
    color: #232D39;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin: 20px 0 0;
}

.testimonials-grey-bg .testimonial-inner p:last-child strong {
    font-weight: 600;
}

.testimonials-grey-bg img {
    width: 40px;
    height: 40px;
    border-radius: 0;
}

.testimonials-grey-bg .testimonial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.testimonials-grey-bg .testimonial__arrows {
    display: flex;
    justify-content: flex-end;
    width: fit-content;
    align-self: flex-end;
    margin-right: 10px;
}

.testimonials-grey-bg .testimonial__arrows .testimonial__arrow-left {
    height: 28px;
    width: 28px;
    margin-right: 16px;
    cursor: pointer;
}

.testimonials-grey-bg .testimonial__arrows .testimonial__arrow-right {
    height: 28px;
    width: 28px;
    cursor: pointer;
}

.testimonials-grey-bg .slick-list {
    padding: 0 0 0;
}

.testimonials-layer .slick-prev,
.testimonials-layer .slick-next {
    top: auto;
    bottom: -25px;
    left: auto;
    right: 0;
    background-color: transparent;
    background: none;
    height: 28px;
    width: 28px;
    box-shadow: none;
}

.testimonials-layer.testimonials-grey-bg .slick-prev::before,
.testimonials-layer.testimonials-grey-bg .slick-next::before {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    background-size: contain;
    top: 0;
}

.testimonials-layer.testimonials-grey-bg .slick-prev::before {
    background-image: url('../img/Stem-Left.svg');
    left: -43px;
}

.testimonials-layer.testimonials-grey-bg .slick-next::before {
    background-image: url('../img/Stem-Right.svg');
    left: 0;
}

@media screen and (max-width: 1024px) {
    .testimonials-grey-bg .inner {
        padding: 40px 40px 65px;
    }
    .testimonials-grey-bg .big-comma {
        min-width: 57px;
        min-height: 57px;
        max-height: 57px;
        margin-right: 30px;
    }
    .testimonials-grey-bg img {
        width: 22px;
        height: 22px;
    }
    .testimonials-grey-bg .testimonial-inner p:first-child {
        font-size: 22px;
        letter-spacing: -0.44px;
        line-height: 32px;
    }
    .testimonials-grey-bg .tetimonial__text {
        margin-top: 20px;
    }
    .testimonials-grey-bg .testimonial-inner p:last-child {
        font-size: 15px;
        line-height: 20px;
        margin: 16px 0 0;
    }
    .testimonials-grey-bg .testimonial-inner p:first-child::after {
        width: 60px;
        margin-top: 16px;
        height: 4px;
    }
    .testimonials-layer.testimonials-grey-bg .slick-prev::before,
    .testimonials-layer.testimonials-grey-bg .slick-next::before,
    .testimonials-layer .slick-prev,
    .testimonials-layer .slick-next {
        width: 20px;
        height: 20px;
    }
    .testimonials-layer.testimonials-grey-bg .slick-prev::before {
        left: -35px;
    }
}

@media screen and (max-width: 767px) {
    .testimonials-grey-bg .inner {
        padding: 32px 20px 65px;
    }
    .testimonials-grey-bg .testimonial-inner {
        flex-direction: column;
    }
    .testimonials-grey-bg .tetimonial__text {
        margin-top: 22px;
        padding-bottom: 32px;
    }
    .testimonials-grey-bg .big-comma {
        min-height: 48px;
        min-width: 48px;
        margin-right: 0;
        max-height: 48px;
        padding: 0;
        width: 48px;
    }
    .testimonials-grey-bg .big-comma img {
        height: 18px;
        width: 18px;
    }
    .testimonials-grey-bg .testimonial-inner p:first-child {
        font-size: 20px;
        letter-spacing: -0.4px;
        line-height: 30px;
    }
    .testimonials-layer .slick-prev,
    .testimonials-layer .slick-next {
        left: 0;
        right: auto;
    }
    .testimonials-layer.testimonials-grey-bg .slick-prev::before {
        left: 0;
    }
    .testimonials-layer.testimonials-grey-bg .slick-next::before {
        left: 36px;
    }
    .product-list-water-trnsprt .slide-wrap a {
        padding: 16px 20px;
    }
}


/* Slick arrow css overright */


/* Testomonials */


/* Testomonials-with-video */

.testimonials-grey-bg-with-video {
    background-color: #F6F6F6;
}

.testimonials-grey-bg-with-video .testimonial--text-container {
    display: flex;
}

.testimonials-grey-bg-with-video .inner {
    padding-right: 40px;
    padding-left: 40px;
}

.testimonials-grey-bg-with-video .testimonial-inner {
    display: flex;
    flex-direction: row;
    padding: 0;
    padding-left: 10px;
    max-width: 1520px;
}

.testimonials-grey-bg-with-video .big-comma {
    background: #C7D92D;
    border-radius: 50%;
    min-width: 100px;
    min-height: 100px;
    max-height: 100px;
    margin-right: 80px;
    display: flex;
    justify-content: center;
}

.testimonials-grey-bg-with-video .tetimonial__text {
    max-width: 720px;
    margin-right: 120px;
}

.testimonials-grey-bg-with-video .testimonial-inner p:first-child {
    color: #232D39;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.56px;
    line-height: 40px;
    margin-top: 40px;
    margin-right: 0;
}

.testimonials-grey-bg-with-video .testimonial-inner p:first-child::after {
    content: '';
    width: 80px;
    margin-bottom: 0;
    margin-top: 20px;
    height: 6px;
    position: relative;
    bottom: 0;
    display: block;
    background: #c7d92d;
}

.testimonials-grey-bg-with-video .testimonial-inner p:last-child {
    color: #232D39;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 12px;
}

.testimonials-grey-bg-with-video img {
    width: unset;
    border-radius: unset;
    height: unset;
    margin: unset;
}

.testimonials-image .wistia_responsive_padding .bannr-video-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials-grey-bg-with-video .testimonial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.component-video-container {
    width: fit-content;
    position: relative;
}

.testimonials.testimonials-grey-bg-with-video .tile-image-background {
    height: 420px;
    min-width: 420px;
    border-radius: 50%;
    overflow: hidden;
    top: -110px;
    display: flex;
    align-items: center;
}

.testimonials.testimonials-grey-bg-with-video .tile-image-background a {
    /*display: contents;
    height: unset;*/
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials.testimonials-grey-bg-with-video .tile-image-background a&gt;img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

.testimonials.testimonials-grey-bg-with-video .tile-image-background a:hover&gt;img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.testimonials.testimonials-grey-bg-with-video .tile-image-background a span {
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    height: 120px;
    width: 120px;
    align-items: center;
    margin: 0 auto;
    z-index: 1;
}

@media screen and (max-width: 1400px) {
    .testimonials.testimonials-grey-bg-with-video .tile-image-background {
        top: -80px;
    }
    .testimonials.testimonials-grey-bg-with-video {
        overflow-x: hidden;
    }
}

@media screen and (max-width: 1200px) {
    .testimonials-grey-bg-with-video .big-comma {
        margin-right: 40px;
    }
    .testimonials-grey-bg-with-video .tetimonial__text {
        margin-right: 60px;
    }
    .testimonials.testimonials-grey-bg-with-video .tile-image-background {
        height: 350px;
        min-width: 350px;
    }
    .testimonials.testimonials-grey-bg-with-video .testimonial-inner {
        padding-left: 0;
    }
}

@media screen and (max-width: 980px) {
    .testimonials-grey-bg-with-video .inner {
        padding: 40px 40px 60px 40px !important;
    }
    .testimonials.testimonials-section .inner.testimonial-container {
        padding: 20px 0px 20px 40px !important;
    }
    .testimonials-grey-bg-with-video .big-comma {
        margin-right: 30px;
    }
    .testimonials-grey-bg-with-video .tetimonial__text {
        margin-right: 0;
    }
    .testimonials.testimonials-grey-bg-with-video .tile-image-background {
        right: -80px;
        height: 280px;
        min-width: 280px;
    }
    .testimonials.testimonials-grey-bg-with-video .tile-image-background a span {
        height: 80px;
        width: 80px;
    }
    .testimonials.testimonials-grey-bg-with-video .tile-image-background a span img {
        height: 21px;
        width: 26px;
    }
    .testimonials-grey-bg-with-video .testimonial-inner p:first-child {
        font-size: 22px;
        letter-spacing: -0.44px;
        line-height: 32px;
    }
    .testimonials-grey-bg-with-video .testimonial-inner p:last-child {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 20px;
    }
    .testimonials-grey-bg-with-video .big-comma {
        height: 57px;
        width: 57px;
    }
}

@media screen and (max-width: 700px) {
    .testimonials-grey-bg-with-video .inner {
        padding: 32px 20px !important;
    }
    .testimonials-grey-bg-with-video .testimonial-inner {
        flex-direction: column;
    }
    .testimonials-grey-bg-with-video .testimonial--text-container {
        flex-direction: column;
    }
    .testimonials.testimonials-grey-bg-with-video .tile-image-background {
        top: 0;
        right: 0px;
        height: 280px;
        min-width: 280px;
        max-width: 280px;
        align-self: flex-end;
        margin-top: 28px;
    }
}

@media screen and (max-width: 480px) {
    .testimonials-grey-bg-with-video .big-comma {
        height: 48px;
        width: 48px;
        margin-bottom: 20px;
    }
    .testimonials-grey-bg-with-video .testimonial-inner p:first-child {
        font-size: 20px;
        letter-spacing: -0.4px;
        line-height: 30px;
        margin-top: 0;
    }
}


/* Testomonials-with-video */


/* Contact us locations  */


/* Headings */

.section--office-locations.light-gray {
    background-color: #FFF;
}

.section--office-locations .inner {
    padding: 40px 40px 80px;
}

.section--office-locations h3 {
    color: #232D39;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.8px;
    line-height: 55px;
    margin-bottom: 4px;
}

.section--office-locations h3::after {
    display: none;
}

.section--office-locations h4 {
    color: #232D39;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
    margin-bottom: 32px;
}


/* Contact information section */

.section--office-locations .grid .col {
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.section--office-locations .location {
    border-left: 1px solid #E5E5E5;
    padding: 40px 40px 0px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section--office-locations hr {
    height: 1px solid #E5E5E5;
    margin-block-end: 24px;
    margin-block-start: 4px;
}

.layer.locations.section--office-locations .contact-details-wrap {
    padding: 0;
}

.section--office-locations .mdi-phone:before {
    content: url("../img/Phone.svg");
}

.section--office-locations .mdi-email:before {
    content: url("../img/Email.svg");
}

.section--office-locations .mdi-map-marker:before {
    content: url("../img/Location.svg");
}

.section--office-locations .contact-rows .contact-row label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 12px;
    color: #232D39;
    opacity: 0.4;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.section--office-locations .contact-row a:hover label {
    color: #C7D92D;
    opacity: 1;
}

.section--office-locations .contact-rows .contact-row h5 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 27px;
    margin-top: 0;
    color: #232D39;
}

.section--office-locations .grid.column-2 {
    border-top: 6px solid #232D39;
}

.section--office-locations .contact-rows .contact-row h5::after {
    display: none;
}

.content-columns .grid.column-2 .col.column.location:nth-child(odd) {
    padding-right: 40px;
    border-right: none;
}

.content-columns .grid.column-2 .col.column.location:nth-child(even) {
    padding-left: 40px;
}

.section--office-locations .icon-wrap {
    min-width: 48px;
    width: 48px;
    height: 48px;
    background-color: #F6F6F6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section--office-locations .mdi:before {}

.layer.locations.section--office-locations .contact-details-wrap .contact-rows .contact-row {
    padding: 0 10px 20px 20px;
}

.layer.locations.section--office-locations .contact-details-wrap .contact-rows .contact-row h5 {
    padding: 0;
}


/* Maps section */

.map-section {
    margin-top: 32px;
    position: relative;
}

.layer.locations.section--office-locations .tti-map {
    width: calc(100% + 80px);
    position: relative;
    left: -40px;
    border-top: 1px solid #E5E5E5;
    margin-top: 0;
    min-height: 320px;
}

.map-with-overlay {
    position: relative;
}

.section--office-locations .tti-map-logo {
    width: 76px;
    height: 76px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 6;
    transform: translate(-50%, -50%);
}


/* media queries */

@media screen and (max-width: 1200px) {
    .section--office-locations .inner {
        padding: 10px 40px 60px;
    }
    .section--office-locations .contact-rows {
        flex-direction: column;
    }
    .layer.locations.section--office-locations .contact-details-wrap .contact-rows .contact-row {
        width: 100%;
    }
    .content-columns .grid.column-2 .col.column.location:nth-child(odd) {
        padding-right: 20px;
    }
    .content-columns .grid.column-2 .col.column.location:nth-child(even) {
        padding-left: 20px;
    }
    .section--office-locations .tti-map {
        width: calc(100% + 40px);
        left: -20px;
    }
    .section--office-locations h3 {
        font-size: 32px;
        letter-spacing: -0.64px;
        line-height: 43px;
    }
    .section--office-locations h4 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 24px;
    }
    .section--office-locations .contact-rows .contact-row label {
        font-size: 11px;
        line-height: 11px;
    }
    .section--office-locations .contact-rows .contact-row h5 {
        font-size: 16px;
        line-height: 22px;
    }
    /* Margin paddings */
    /* icon */
    .section--office-locations .icon-wrap {
        min-width: 40px;
        width: 40px;
        height: 40px;
    }
    /* contact details */
    .layer.locations.section--office-locations .contact-details-wrap .contact-rows .contact-row {
        padding: 0 8px 8px 16px;
    }
    .section--office-locations .mdi:before {
        padding-left: 1px;
        padding-top: 0px;
    }
    .section--office-locations .location {
        padding: 24px 20px 0px 20px;
    }
    .section--office-locations hr {
        margin-block-end: 17px;
        margin-block-start: 10px;
    }
    /* map */
    .section--office-locations .tti-map {
        width: calc(100% + 40px);
        left: -20px;
        margin-top: 32px;
        min-height: 320px;
    }
    .layer.locations.section--office-locations .tti-map {
        min-height: 190px !important;
        width: calc(100% + 40px);
        left: -20px;
    }
    .section--office-locations .tti-map-logo {
        width: 60px;
        height: 60px;
        background-size: contain;
    }
}

@media screen and (max-width: 1024px) {
    .content-columns.locations .grid.column-2 {
        flex-direction: inherit;
    }
    .content-columns.locations .grid.column-2 .location {
        width: 50%;
        padding: 24px 20px 0px 20px;
    }
}

@media screen and (max-width: 767px) {
    /*html{overflow-x: hidden;}*/
    .section--office-locations .inner {
        padding: 5px 20px 40px;
    }
    .content-columns.locations .grid.column-2 {
        flex-direction: column;
    }
    .content-columns.locations .grid.column-2 .location {
        width: 100%;
        padding: 24px 20px 0px 20px;
    }
    .section--office-locations.content-columns .grid.column-2 .col.location:nth-child(2n+1) {
        border-right: 1px solid #E5E5E5;
        margin-bottom: 0;
    }
    .section--office-locations.content-columns .grid.column-2 .col:nth-child(2n) {
        margin-top: 20px;
        border-top: 6px solid #232D39;
    }
    /* fonts */
    .section--office-locations h3 {
        font-size: 28px;
        letter-spacing: -0.56px;
        line-height: 38px;
    }
    .section--office-locations h4 {
        font-size: 15px;
        line-height: 20px;
    }
    /* map */
    .layer.locations.section--office-locations .tti-map {
        min-height: 180px;
    }
    .banner-video-button:before {
        font-size: 60px;
        line-height: 60px;
    }
    .banner-video-button::after {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 290px) {
    .layer.testimonials.testimonials-section .tile-image-background {
        width: 80vw;
        min-width: auto;
        height: 80vw;
        max-width: 250px;
        max-height: 250px;
    }
}


/* Contact us locations  */

.pac-container:after {
    /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */
    background-image: none !important;
    height: 0px;
}

@media screen and (max-width: 500px) {
    .single.single-post span.wistia_embed {
        height: 220px;
        width: 100%;
    }
    .content.blog p a {
        line-height: 32px!important;
    }
}


/*Cart menu item*/

.cart-menu-item,
.menu-item-47315:after {
    opacity: 0 !important;
    transition: opacity 0.5s ease;
}

.cart-menu-item.fadeInOnLoad {
    opacity: 1 !important;
}

.menu-item-47315.fadeInOnLoad:after {
    opacity: 0.1 !important;
}

.cart-menu-item.show,
.menu-item-47315.show:after {
    opacity: 0.1 !important;
    transition: none;
}

.cart-menu-item.show {
    opacity: 1 !important;
}

.menu-item-47315.show:after {
    opacity: 0.1 !important;
}


/* Hide after element of contact us link */

.no-before.menu-item-47315:after {
    opacity: 0 !important;
    transition: opacity 0.5s ease;
}

.lightbox--video {
    width: 100%;
    height: 100%;
}

.lightbox--video img[id*=".thumbnail_img"] {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    position: static !important;
    width: 100% !important;
    min-height: 498px !important;
    height: 100% !important;
    opacity: 0;
}

.section-variant-video .lightbox--video img[id*=".thumbnail_img"] {
    opacity: 1;
    object-fit: cover;
}

.lightbox--video:hover img[id*=".thumbnail_img"] {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.lightbox--video div[id*="big_play_button_background"] {
    height: 120px !important;
    width: 120px !important;
    top: 50% !important;
    transform: translateY(-50%);
    background-color: transparent !important;
    margin: 0 auto;
    left: 0 !important;
    right: 0;
}

.lightbox--video div[id*="big_play_button_background"]:before {
    content: "\F40C";
    display: block;
    font-family: "Material Design Icons";
    font-size: 120px;
    line-height: 120px;
    color: #fff;
    transition: 0.2s ease;
}

.lightbox--video div[id*="big_play_button_background"]:after {
    content: '';
    display: block;
    height: 60px;
    width: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-size: contain;
    cursor: pointer;
    z-index: -1;
    background-color: #232D39;
}

.modal-video .wistia_responsive_padding:hover .bannr-video-overlay img,
.testimonials-image .wistia_responsive_padding:hover .bannr-video-overlay img {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.modal-video .wistia_responsive_padding .bannr-video-overlay img,
.testimonials-image .wistia_responsive_padding .bannr-video-overlay img {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.lightbox--video .wistia_click_to_play::after {
    background-color: transparent;
}

.lightbox--video:hover div[id*="big_play_button_background"]:before {
    color: #C7D92D;
}

.lightbox--video div[id*="big_play_button_graphic"] {
    display: none !important;
}

.lightbox--video .wistia_click_to_play div[id*="thumbnail"] {
    height: 100% !important;
    width: 100% !important;
}

.lightbox--video .wistia_click_to_play {
    height: 100% !important;
    cursor: pointer;
    width: 100% !important;
    z-index: 2;
}

.lightbox--video div[id*="thumbnail"] {
    height: 100% !important;
    width: 100% !important;
}

.wistia_popover_overlay {
    background-color: #0b0b0b !important;
    opacity: 0.8 !important;
}

.wistia_placebo_close_button {
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    position: fixed !important;
    height: 43px !important;
    width: 44px !important;
    line-height: 44px;
    border-radius: 8px;
    outline: none !important;
    display: none;
}

.wistia_popover_mode .wistia_placebo_close_button {
    opacity: 1 !important;
    display: block;
}

.wistia_placebo_close_button:hover {
    background-color: #c7d92d !important;
}

.wistia_placebo_close_button:before {
    content: 'Ã—';
    position: relative;
    text-align: center;
    top: -3px;
    right: 0;
    color: #fff;
    font-size: 55px;
}

.wistia_placebo_close_button img {
    display: none;
}

.wistia_popover_embed {
    position: fixed !important;
}

.video-tab .banner-video--inner,
.gallery-video .banner-video--inner {
    position: absolute;
}

.banner-video--inner {
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 0 !important;
}

.thumbnail-video {
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0 0 56.25% 0;
}

.woocommerce-product-gallery__image .thumbnail-video.video-fixed{
    padding: 0px 0 46% 0;
}

.banner-video .wistia_responsive_padding,
.modal-video .wistia_responsive_padding,
.testimonials-image .wistia_responsive_padding,
.section-variant-video .wistia_responsive_padding {
    width: 100%;
    height: 100%;
}

.bannr-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}

.bannr-video-overlay img {
    opacity: 1 !important;
}

.wistia_popover_embed {
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    height: auto !important;
}

.contained-layout {
    position: relative;
    padding: 0px 0px 56.25% 30px;
    height: auto !important;
    width: 100% !important;
    margin: 0 auto 0px 30px;
}
.contained-layout .wistia_responsive_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}
.contained-layout .bannr-video-overlay {
    left: 0;
    height: 100% !important;
}
.contained-layout.category-video-contained {
    padding: 0px 0px 0px 0px !important;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.contained-layout.category-video-contained .wistia_responsive_wrapper {
    top: auto !important;
    height: auto !important;
}
@media screen and (max-width: 1200px) {
    .contained-layout {
        padding: 0px 0px 56.25% 0px;
        margin: 0 auto;
    }
    .contained-layout.category-video-contained .wistia_responsive_wrapper {
        position: relative !important;
    }
    .contained-layout .bannr-video-overlay {
        left: 0px;
    }
    .intro-product .brochure-download::before {
        top: 18px;
    }
}
@media screen and (max-width: 767px) {
    .intro-product .brochure-download::before {
        top: 13px;
        width: 14px;
        height: 16px;
    }
}
@media screen and (max-width: 600px) {
    .intro-product .brochure-download::before {
        top: 11px;
    }
}

/* .flex-viewport {
    height: auto !important;
} */

.banner-video--inner img.w-css-reset {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    position: static !important;
}

.banner-video--inner div[id*="wistia_chrome"],
.banner-video--inner div[id*="wistia_chrome"]&gt;div {
    height: 100% !important;
    width: 100% !important;
}

.about-content-video img.w-css-reset {
    object-fit: cover;
}

.banner-video--inner .w-css-reset[data-handle="thumbnail"] .w-css-reset {
    z-index: 1;
    cursor: pointer;
}

.banner-video .banner-video--inner .w-css-reset[data-handle="thumbnail"] .w-css-reset img {
    opacity: 0 !important;
}

.banner-video--inner .w-ui-container:hover .w-big-play-button.w-css-reset-button-important::before {
    color: #C7D92D;
}

.banner-video--inner .w-ui-container:hover .w-css-reset[data-handle="thumbnail"] .w-css-reset img {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.banner-video--inner .w-video-wrapper video {
    object-fit: cover !important;
}

.banner-video--inner .w-big-play-button svg {
    display: none !important;
}

.banner-video--inner .w-big-play-button.w-css-reset-button-important {
    background-color: transparent !important;
}

.banner-video--inner .w-big-play-button.w-css-reset-button-important div {
    display: none !important;
}

.banner-video--inner .w-big-play-button.w-css-reset-button-important {
    height: 120px !important;
    width: 120px !important;
    background-color: transparent !important;
    margin: 0 auto;
    left: 0 !important;
    right: 0;
    position: absolute !important;
    z-index: 2;
}

.banner-video--inner .w-big-play-button.w-css-reset-button-important:before {
    content: "\F40C";
    display: block;
    font-family: "Material Design Icons";
    font-size: 120px;
    line-height: 120px;
    color: #fff;
    transition: 0.2s ease;
}

.banner-video--inner .w-big-play-button.w-css-reset-button-important:after {
    content: '';
    display: block;
    height: 60px;
    width: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-size: contain;
    cursor: pointer;
    z-index: -1;
    background-color: #232D39;
}

.banner-video--inner .w-ui-container {
    cursor: pointer;
}

.banner-video--inner .w-bpb-wrapper {
    width: 120px;
    height: 120px;
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
    transform: translateY(-52%);
    z-index: 2;
    margin: 0 auto !important;
    cursor: pointer;
}

.wistia_responsive_padding.banner-video-wrapper.wistia_responsive_wrapper-active:hover .banner-video-button::before {
    color: #C7D92D;
}


/* .banner-video .banner-video--inner .w-bpb-wrapper {
    z-index: 2;
} */

.banner-video .wistia_responsive_padding .bannr-video-overlay img,
.content-slider-video .wistia_responsive_padding .bannr-video-overlay img,
.banner-video--inner .w-css-reset[data-handle="thumbnail"] .w-css-reset img, 
.content-slider-video .wistia_responsive_padding .popup-video.youtube-lightbox img {
    -webkit-transition: all 0.6s ease-in-out !important;
    -moz-transition: all 0.6s ease-in-out !important;
    -ms-transition: all 0.6s ease-in-out !important;
    -o-transition: all 0.6s ease-in-out !important;
    transition: all 0.6s ease-in-out !important;
    opacity: 1 !important;
    object-fit: cover;
    width: 100%;
}

.banner-video .wistia_responsive_padding:hover .bannr-video-overlay img,
.content-slider-video .wistia_responsive_padding:hover .bannr-video-overlay img, 
.content-slider-video .wistia_responsive_padding:hover .popup-video.youtube-lightbox img {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.banner-video .wistia_responsive_padding .bannr-video-overlay a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: grid;
    place-items: center;
    z-index: 1;
}

.banner-video .wistia_responsive_padding .bannr-video-overlay a::after {
    content: '';
    display: block;
    height: 60px;
    width: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-size: contain;
    cursor: pointer;
    z-index: -1;
    background-color: #232D39;
}

.banner-video .wistia_responsive_padding .bannr-video-overlay a::before {
    content: "\F40C";
    display: block;
    font-family: "Material Design Icons";
    font-size: 120px;
    line-height: 120px;
    color: #fff;
    transition: 0.2s ease;
}

.banner-video--inner .w-vulcan-overlays--center&gt;.w-css-reset,
.banner-video--inner .w-vulcan-overlays-table {
    height: 100% !important;
}

.content-slider .content-slider-video {
    display: grid;
    place-items: center;
    height: 100%;
}

.content-slider .content-slider-video .wistia_responsive_padding {
    width: 100%;
}

.product-cat-description .wistia_embed .wistia_click_to_play,
.section-variant-video .wistia_embed .wistia_click_to_play {
    width: 100% !important;
    display: grid;
    place-items: center;
}

.product-cat-description .wistia_embed .wistia_click_to_play .thumb_container {
    height: 100%;
    display: grid;
    place-items: center;
    font-size: 0;
}

.product-cat-description .wistia_embed .wistia_click_to_play:after {
    display: none;
}

.product-cat-description .watch-button,
.section-variant-video .watch-button {
    padding: 0;
}

.product-cat-description .watch-button .wistia_embed,
.section-variant-video .watch-button .wistia_embed {
    height: 100%;
}

.section-variant-video .watch-button .wistia_click_to_play:after {
    background-color: transparent;
}

.button.watch-button::after {
    content: 'Watch Video';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1200px) {
    .intro-product .inner .col-img .lightbox--video.wistia_embed {
        margin-bottom: 0px;
    }
    .lightbox--video img[id*=".thumbnail_img"] {
        min-height: auto !important;
    }
    .banner-video--inner .w-video-wrapper.w-css-reset {
        position: static !important;
    }
    .banner-video--inner div[id*="wistia_chrome"]&gt;div,
    .banner-video--inner div[id*="wistia_chrome"]&gt;div&gt;div:nth-child(2) {
        height: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .banner-video--inner .w-big-play-button.w-css-reset-button-important,
    .banner-video--inner .w-bpb-wrapper,
    .banner-video--inner .w-big-play-button.w-css-reset-button-important::before,
    .lightbox--video div[id*="big_play_button_background"] {
        width: 80px !important;
        height: 80px !important;
    }
    .banner-video--inner .w-big-play-button.w-css-reset-button-important::before,
    .lightbox--video div[id*="big_play_button_background"]::before {
        font-size: 80px;
        line-height: 80px;
    }
    .wistia_click_to_play::after,
    .banner-video--inner .w-big-play-button.w-css-reset-button-important::after {
        height: 32px;
        width: 32px;
    }
    .lightbox--video div[id*="big_play_button_background"]:after {
        width: 32px;
        height: 32px;
    }
}

@media screen and (max-width: 600px) {
    .lightbox--video div[id*="big_play_button_background"]::before {
        font-size: 80px;
        line-height: 80px;
    }
    .lightbox--video div[id*="big_play_button_background"] {
        height: 80px !important;
        width: 80px !important;
    }
}</pre></body></html>