.slider-controls,
.ml-sub-tab-controls.is-active {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.slider-controls a,
.ml-sub-tab-controls.is-active button {
    aspect-ratio: 1/0.73;
    border-radius: 2px;
    border: 1px solid var(--lightest-blue);
    color: var(--dark-blue);
    cursor: pointer;
    display: flex;
    flex-basis: 14%;
    flex-direction: column;
    flex-grow: 1;
    font: 600 22px/26px "Lato";
    justify-content: center;
    padding-bottom: 5px;
    position: relative;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
}
.slider-controls a:hover,
.slider-controls a.active,
.ml-sub-tab-controls.is-active button.active,
.ml-sub-tab-controls.is-active button:hover {
    background: var(--dark-blue);
    color: white;
}
.slider-controls a::after,
.ml-sub-tab-controls.is-active button::after {
    background: #fff;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transition: background-color 0.3s;
    width: 100%;
}
.slider-controls a:hover::after,
.slider-controls a.active::after,
.ml-sub-tab-controls.is-active button:hover::after,
.ml-sub-tab-controls.is-active button.active::after {
    background: #f2873b;
}
.slider-controls a i {
    display: block;
    font-size: 45px;
    line-height: 60px;
}
.adv-slider * {
    text-shadow: none;
}
.adv-slider .et-pb-controllers {
    opacity: 0;
}
.adv-slider .et_pb_slide_content,
.adv-slider .et_pb_slide_title {
    text-align: left;
}
@media (min-width: 1300px) {
    .adv-slider .et_pb_slide {
        padding: 0;
    }
    .et_pb_slide_image {
        max-width: 40.13%;
    }
    .et_pb_slide_with_image .et_pb_slide_description {
        max-width: 60.36%;
        width: unset;
    }
}
@media (max-width: 1299px) {
    .et_pb_slide_image {
        max-width: 29.5%;
    }
    .et_pb_slide_with_image .et_pb_slide_description {
        max-width: unset;
        width: 65%;
        padding: 0 !important;
    }
    .slider-controls a,
    .ml-sub-tab-controls button {
        padding: 0 10px 10px;
        font-size: 16px;
        line-height: 1rem;
    }
    .slider-controls a i {
        font-size: 26px;
    }
}
@media (max-width: 850px) {
    .adv-slider .et_pb_slide_image {
        top: unset !important;
    }
    .adv-slider {
        overflow: visible;
    }
    .slider-controls {
        display: none;
    }
    .adv-slider .et-pb-controllers {
        opacity: 1;
        top: 105%;
        bottom: unset;
    }
    .et-pb-controllers a {
        background: var(--lightest-blue);
        opacity: 1;
    }
    .et-pb-controllers a.et-pb-active-control {
        background: var(--dark-blue);
    }
    .et_pb_slide_image {
        position: relative;
        margin: auto;
        margin-bottom: 20px;
    }
    .et_pb_slide_with_image .et_pb_slide_description {
        max-width: unset;
        inset: initial;
        width: 100%;
        padding: 0 !important;
    }
    div.et_pb_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title {
        font-size: 24px !important;
    }
    div.et_pb_slider_0.et_pb_slider .et_pb_slide_content {
        font-size: 18px !important;
    }
    div.et_pb_slider_0.et_pb_slider .et_pb_slide_content ul li {
        font-size: 18px;
        text-align: left;
    }
    body #page-container .et_pb_section .et_pb_slider_0.et_pb_slider .et_pb_more_button.et_pb_button {
        padding: 8px 25px !important;
        font-size: 18px;
        line-height: 28px;
    }
    .adv-slider .et_pb_slide_content ul li::before {
        font-size: 18px;
    }
    .et-pb-arrow-prev,
    .et-pb-arrow-next {
        opacity: 0;
        pointer-events: none;
        color: transparent !important;
    }
}
ul.icon-list,
#Industries ul {
    padding-left: 40px;
}
ul.icon-list>li,
#Industries ul>li {
    list-style: none;
    position: relative;
}
ul.icon-list>li::before,
#Industries ul>li::before,
.yellow-arrow-icon::before {
    color: #f2873b;
    content: "\f138";
    font: 400 22px "font awesome 6 pro";
    height: 20px;
    left: -40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}
.yellow-arrow-icon {
    position: relative;
}
.et-pb-arrow-prev {
    left: 0 !important;
}
.et-pb-arrow-next {
    right: 0 !important;
}
.slider-controls,
.ml-sub-tab-controls.is-active {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.slider-controls a,
.ml-sub-tab-controls.is-active button {
    aspect-ratio: 1/0.73;
    border-radius: 2px;
    border: 1px solid var(--lightest-blue);
    color: var(--dark-blue);
    cursor: pointer;
    display: flex;
    flex-basis: 14%;
    flex-direction: column;
    flex-grow: 1;
    font: 600 22px/26px "Lato";
    justify-content: center;
    padding-bottom: 5px;
    position: relative;
    text-align: center;
    transition:
        background-color 0.3s,
        color 0.3s;
}
.slider-controls a:hover,
.slider-controls a.active,
.ml-sub-tab-controls.is-active button:hover,
.ml-sub-tab-controls.is-active button.active {
    background: var(--dark-blue);
    color: white;
}
.slider-controls a::after,
.ml-sub-tab-controls.is-active button::after {
    background: #fff;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transition: background-color 0.3s;
    width: 100%;
}
.slider-controls a:hover::after,
.slider-controls a.active::after,
.ml-sub-tab-controls.is-active button:hover::after,
.ml-sub-tab-controls.is-active button.active::after {
    background: #f2873b;
}
.slider-controls a i {
    display: block;
    font-size: 45px;
    line-height: 60px;
}
.second-custom-slider .slider-controls a {
    max-height: 150px;
}
.slider-controls .inactive {
    display: none;
}
.grey-slider.slider-controls a:hover,
.grey-slider.slider-controls a.active,
.grey-slider .ml-sub-tab-controls.is-active button:hover,
.grey-slider .ml-sub-tab-controls.is-active button.active {
    background-color: #49494A;
}
.product-custom-slider .slider-controls a,
.product-custom-slider .ml-sub-tab-controls.is-active button {
    background-color: var(--pure-white);
    color: var(--dark-blue);
    max-height: 150px;
    padding-inline: 10px;
}
.product-custom-slider .slider-controls a:hover,
.product-custom-slider .slider-controls a.active,
.product-custom-slider .ml-sub-tab-controls.is-active button:hover,
.product-custom-slider .ml-sub-tab-controls.is-active button.active {
    background-color: #C9C9CC;
    color: var(--dark-blue);
}
.related-articles img:hover {
    opacity: 0.7;
}
.related-articles .swiper-button-next:hover::after,
.related-articles .swiper-button-prev:hover::after {
    color: var(--blue);
}
.related-articles a.dsm-readmore-btn {
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: translateY(-50%);
    left: 20px;
    max-width: calc(100% - 40px);
}
.related-articles .dsm-blog-carousel-wrapper {
    height: unset !important;
}
.related-articles header.dsm-entry-header {
    padding-bottom: 70px;
}
.related-articles .dsm-entry-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media (max-width: 319px) {
    .swiper-wrapper {
        flex-wrap: nowrap !important;
    }
}
.general-specifications-row i {
    border-radius: 50%;
    background-color: var(--lightest-blue);
    aspect-ratio: 1;
    min-width: 125px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.general-specifications-row i::before {
    font-size: 57px;
    color: var(--dark-blue);
}
.general-specifications-row {
    display: flex;
}
.general-specifications-row>.et_pb_column {
    flex: 1;
    margin-right: 30px !important;
    overflow: visible !important;
}
.general-specifications-row>.et_pb_column:last-child {
    margin-right: 0;
}
@media (max-width: 1300px) and (min-width: 768px) {
    .general-specifications-row {
        flex-wrap: wrap;
    }
    .general-specifications-row>.et_pb_column {
        flex: 1 0 calc(50% - 30px);
        margin-right: 0 !important;
    }
    .general-specifications-row>.et_pb_column:nth-child(odd) {
        margin-right: 30px !important;
    }
    .general-specifications-row>.et_pb_column:nth-child(3),
    .general-specifications-row>.et_pb_column:nth-child(4) {
        margin-top: 93px;
    }
}
@media (max-width: 1550px) and (min-width: 981px) {
    .general-specifications-row h4 {
        font-size: 30px !important;
    }
}
.general-specifications-row .icon .et-pb-icon:hover {
    cursor: pointer;
}
.general-specifications-row #tooltip-col-1.active,
.general-specifications-row #tooltip-col-2.active,
.general-specifications-row #tooltip-col-3.active,
.general-specifications-row #tooltip-col-4.active {
    opacity: 1 !important;
}
.general-specifications-row #tooltip-col-1,
.general-specifications-row #tooltip-col-2,
.general-specifications-row #tooltip-col-3,
.general-specifications-row #tooltip-col-4 {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.tooltip-text {
    position: absolute !important;
    top: 0px;
    transform: translate(0%, calc(-110% - 70px));
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s;
}
.tooltip-text.active {
    pointer-events: all;
    opacity: 1;
}
.related-products .woocommerce-loop-product__title {
    padding-inline: 20px !important;
    padding-bottom: 13px !important;
}
#Related .products::before,
#Related .products::after {
    content: none !important;
}
@media screen and (max-width: 1300px) and (min-width: 992px) {
    .et-db #et-boc .et-l #Related .et_pb_wc_related_products ul.products.columns-4 li.product {
        width: calc(50% - 10px) !important;
        margin: 0 !important;
    }
    #Related .products {
        column-gap: 10px;
        row-gap: 30px;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 991px) {
    .et-db #et-boc .et-l #Related .et_pb_wc_related_products ul.products.columns-4 li.product {
        width: 100% !important;
        margin: 0 !important;
    }
    #Related .products {
        row-gap: 30px;
        flex-wrap: wrap;
    }
}
.featured-articles>div {
    align-items: stretch;
    display: grid;
    column-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    row-gap: 20px;
}
@media screen and (min-width: 1200px) {
    .featured-articles>div article:first-of-type h3.entry-title {
        font-size: 32px !important;
    }
    .featured-articles>div article:first-of-type {
        grid-area: 1 / 1 / 4 / 2;
        padding: 0px 50px;
        padding-bottom: 50px;
    }
    .featured-articles>div article:not(:first-of-type) .post-content {
        display: none;
    }
    .featured-articles>div article:not(:first-of-type)>*:not(.entry-featured-image-url) {
        padding-inline: 20px;
    }
    .featured-articles>div article:not(:first-of-type) .entry-title {
        align-content: end;
        font-size: 24px;
        padding-top: 40px;
    }
    .featured-articles>div article:not(:first-of-type) .post-meta {
        padding-bottom: 40px;
    }
    .featured-articles>div article:not(:first-of-type) .entry-featured-image-url {
        padding-right: 10px;
        grid-area: 1 / 1 / 4 / 2;
        margin-bottom: 0px;
        width: 100%;
        max-width: 275px;
    }
    .featured-articles>div article:not(:first-of-type) {
        padding: 0px;
        display: grid;
        grid-template-columns: repeat(2, auto);
        grid-template-rows: repeat(2, auto);
        overflow: hidden;
    }
}
.featured-articles>div article {
    background-color: white;
    height: fit-content;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 0px;
    box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.11);
    height: 100%;
}
.featured-articles .entry-featured-image-url img {
    object-fit: cover;
    height: 100%;
}
@media screen and (max-width: 1199px) {
    .featured-articles>div {
        column-gap: 20px;
        grid-template-rows: auto;
    }
}
.recent-articles .et_pb_salvattore_content {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: space-between;
}
.recent-articles .column {
    width: 32% !important;
    margin-right: 0% !important;
}
.recent-articles .column article {
    margin-bottom: 6% !important;
}
.wp-pagenavi span.current {
    background-color: var(--blue);
    color: white;
}
.wp-pagenavi a,
.wp-pagenavi span.current {
    border: 1px solid var(--lightest-blue);
}
@media screen and (max-width: 980px) {
    .recent-articles .column {
        width: 49% !important;
    }
}
@media screen and (max-width: 767px) {
    .recent-articles .column {
        width: 100% !important;
    }
    .featured-articles>div {
        grid-template-columns: auto;
    }
}
.wp-pagenavi span,
.wp-pagenavi a {
    padding: 10px 12px;
    background-color: white;
    color: black;
    transition:
        background-color 0.3s ease 0s,
        color 0.3s ease 0s,
        border-color 0.3s ease 0s;
}
@media (max-width: 980px) {
    .accordian-row .et_pb_column {
        margin-bottom: 0px;
    }
    .accordian-row .et_pb_column:first-child .et_pb_text_inner>div:last-child {
        border-bottom: 0 !important;
    }
}
@media (min-width: 500px) {
    .eye-list ul.icon-list {
        width: max-content;
    }
}
.eye-list ul.icon-list a li.eye-symbol,
.eye-list ul.icon-list a li::before,
.faq-link-module ul.icon-list a li.eye-symbol,
.faq-link-module ul.icon-list a li::before {
    transition: 0.3s;
}
.eye-list ul.icon-list a:hover li.eye-symbol,
.eye-list ul.icon-list a:hover li::before,
.faq-link-module ul.icon-list a:hover li.question-symbol,
.faq-link-module ul.icon-list a:hover li::before {
    color: var(--lighter-black);
}
ul.faq {
    width: max-content;
    margin: auto;
}
ul.icon-list>li.question-symbol::before {
    content: "\f059";
    color: var(--blue);
}
.faq-link-module ul.icon-list>li::before {
    font: 400 30px/24px "font awesome 6 pro";
    left: -35px;
}
.faq-link-module ul.icon-list {
    padding-left: 35px;
}
.accordian-row h4 {
    font-weight: 400 !important;
    transition: 0.3s;
}
.accordian-row .et_pb_text_inner>div:last-child {
    border-bottom: 1px solid var(--lightest-blue);
}
.yellow-arrow-icon {
    padding-left: 40px;
}
.accordian-row .accordion-content {
    padding-left: 20px;
}
.yellow-arrow-icon::before {
    position: relative;
    font: 400 30px/24px "font awesome 6 pro";
}
.accordian-row .accordion-content {
    height: 0;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
}
.accordian-row .accordion-content.active {
    height: auto;
    opacity: 1;
    padding-bottom: 25px;
    pointer-events: unset;
}
.accordian-row .accordion-toggle.active::before,
.accordian-row h3.active::before,
.accordian-row h4.active::before {
    transform: rotate(90deg);
    display: inline-block;
    height: unset;
    width: unset;
}
.accordian-row .accordion-toggle::before,
.accordian-row h3::before,
.accordian-row h4::before {
    transition: transform 0.3s ease;
}
.accordian-row .accordion-toggle:hover,
.accordian-row h3:hover,
.accordian-row h4:hover {
    cursor: pointer;
    color: var(--blue) !important;
}
#page-container .accordian-two-col .accordion-toggle {
    padding-top: 15px;
    padding-bottom: 30px;
    border-top: 1px solid var(--lightest-blue);
    font-size: 30px !important;
    line-height: 1.3em !important;
    font-weight: 400 !important;
    transition: color .3s;
}
#page-container div.accordian-two-col .accordion-toggle:hover {
    color: var(--orange) !important;
}
.yellow-arrow-icon.application-uses {
    padding-left: 20px;
}
.yellow-arrow-icon.application-uses::before {
    left: -20px;
}
.accordian-row>div:hover .yellow-arrow-icon.application-uses {
    color: red !important;
}
.wp-pagenavi {
    text-align: center;
}
.slide-up {
    position: absolute;
    top: 100%;
    left: 10%;
    margin-right: 10%;
    transition: 0.3s;
    pointer-events: none;
}
@media (max-width: 1500px) and (min-width: 1376px) {
    .slide-up p {
        font-size: 20px !important;
    }
    .slide-up li {
        font-size: 16px !important;
    }
}
@media (max-width: 1375px) and (min-width: 981px) {
    .slide-up p {
        font-size: 18px !important;
    }
    .slide-up li {
        font-size: 14px !important;
    }
}
.slide-up-text {
    position: absolute !important;
    top: 200%;
    left: 6%;
    transform: translate(-3%, -65%);
    padding: 20px;
    pointer-events: none;
    transition: 0.3s;
}
.trusted-images:hover .slide-up-text {
    top: 50%;
}
.card-bottom-text {
    position: absolute !important;
    bottom: 0%;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-left: 10px;
    padding-right: 20px;
    margin-bottom: 0px !important;
    pointer-events: none;
}
.card-bottom-text::before {
    content: "";
    position: absolute;
    top: -10%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-color: var(--opacity-blue);
    transform: rotate(2deg);
}
.trusted-images:hover .card-bottom-text::before {
    background: var(--grey-opacity);
}
.card-bottom-text p {
    padding-bottom: 0;
}
.card-bottom-text.arrow-icon .et_pb_text_inner,
.card-bottom-text p.arrow-icon {
    padding: 10px 0 !important;
}
.card-bottom-text.arrow-icon:has(.arrow-icon) .et_pb_text_inner {
    padding: 0 !important;
}
#main-content .slide-up-text.small-text,
#main-content .slide-up-text.small-text p {
    font-size: 15px !important;
    line-height: 1.4rem !important;
}
@media (min-width: 1101px) {
    .slide-up-text p {
        font-size: clamp(16px, 1.5vw, 25px);
    }
    .slide-up-text li {
        font-size: clamp(10px, 1vw, 18px) !important;
    }
    .card-bottom-text p {
        font-size: clamp(10px, 1vw, 18px) !important;
    }
}
@media (max-width: 1100px) and (min-width: 981px) {
    .card-row {
        flex-wrap: wrap;
    }
    .card-row>.et_pb_column {
        margin-right: 0;
        width: 100% !important;
        margin-right: 0 !important;
    }
}
@media (max-width: 1100px) {
    .card-row {
        max-width: 470px !important;
    }
}
@media (max-width: 500px) {
    .slide-up-text p {
        font-size: clamp(16px, 5vw, 25px);
        line-height: 20px;
    }
    .slide-up-text li {
        font-size: clamp(10px, 1.5vw, 18px) !important;
    }
    .card-bottom-text p {
        font-size: clamp(15px, 2vw, 18px) !important;
        line-height: 18px;
    }
}
.filter-buttons .et_pb_text_inner {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}
.filter-buttons .et_pb_text_inner p:first-child {
    padding: 10px 15px;
}
.filter-buttons .et_pb_text_inner p:first-child i:before {
    padding-right: 15px;
}
.filter-buttons .et_pb_text_inner p:last-child {
    cursor: pointer;
    font-size: 16px;
    line-height: 1em;
    padding: 8px 15px;
    transition: background-color 0.3s ease 0s;
}
.filter-buttons .et_pb_text_inner p:last-child i:before {
    padding-left: 10px;
}
.filter-buttons .et_pb_text_inner p:last-child:hover {
    background-color: var(--orange);
}
.filter-buttons .et_pb_text_inner p {
    background-color: var(--lightest-black);
    border-radius: 2px;
}
.explore-careers-section::after,
.cta-column-2::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    max-width: 914px;
    height: 100%;
    transform: skewX(-200deg);
    transform-origin: top left;
}
@media (max-width: 767px) {
    .mounting-platforms .upsells ul.products {
        display: flex;
        flex-wrap: wrap;
    }
    .mounting-platforms .upsells ul.products li {
        margin-right: 0px !important;
        min-width: 100% !important;
    }
    h2.woocommerce-loop-product__title {
        height: 10%;
    }
    .related-articles article.dsm-blog-carousel-item.swiper-slide.swiper-slide {
        height: min-content;
    }
    .general-specifications-row {
        flex-wrap: wrap;
    }
    .general-specifications-row>.et_pb_column {
        flex: unset !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-top: 80px !important;
        margin-bottom: 0 !important;
    }
}
@media (min-width: 550px) {
    .card-horizontal .et_pb_module_inner {
        display: flex;
    }
    .card-horizontal figure {
        height: unset !important;
        min-width: 190px !important;
    }
    .card-horizontal {
        border-left: none !important;
    }
}
@media (max-width: 980px) {
    .card-row .et_pb_module {
        margin-bottom: 0px !important;
    }
    .card-text {
        top: calc(100% - 47px);
    }
    .trusted-innovation-section::before {
        border-width: 0 100vw 45px 0px !important;
        top: -45px !important;
    }
    .trusted-innovation-section::after {
        border-width: 0 100vw 45px 0px !important;
        bottom: -45px !important;
    }
}
.cta-column-2:hover p,
.cta-column-2:hover .et-pb-icon {
    color: var(--lighter-blue) !important;
}
.cta-column-2 p,
.cta-column-2 .et-pb-icon {
    transition: 0.3s;
}
@media screen and (min-width: 1921px) {
    .card-row {
        justify-content: center;
    }
}
@media (min-width: 981px) {
    .cta-column-2::before {
        content: "";
        background-color: var(--lightest-blue);
    }
    .cta-column-2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        flex-grow: 1;
    }
    .trusted-innovation-section .et_pb_column_1_3:last-child {
        margin-right: 0 !important;
    }
    .card-row,
    .mounting-platforms ul.products {
        display: flex;
        justify-content: center;
    }
    .mounting-platforms ul.products li {
        margin-right: 30px !important;
        flex-grow: 1;
    }
    .mounting-platforms ul.products li:last-child {
        margin-right: 0 !important;
    }
}
@media (min-width: 1101px) {
    .trusted-innovation-section .et_pb_column_1_3 {
        flex: 1;
        margin-right: 30px;
        box-sizing: border-box;
    }
}
@media (max-width: 1360px) and (min-width: 981px) {
    .cta-column-1 {
        padding-right: 40px;
    }
}
@media (max-width: 1360px) {
    .cta-column-1 {
        margin-bottom: 18px !important;
    }
}
.trusted-innovation-section::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 100vw 90px 0px;
    border-color: transparent transparent var(--dark-blue) transparent;
    top: -90px;
}
.trusted-innovation-section::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 100vw 90px 0px;
    border-color: transparent transparent var(--dark-blue) transparent;
    transform: rotate(-180deg);
    bottom: -90px;
    z-index: 1;
}
.trusted-innovation-section.ml6::before,
.trusted-innovation-section.ml6::after {
    border-color: transparent transparent var(--lightest-black) transparent !important;
}
.trusted-grey.trusted-innovation-section::before, 
.trusted-grey.trusted-innovation-section::after {
	border-color: transparent transparent #49494A transparent;
}
.width-max-content {
    width: max-content;
}
.mounting-platforms .products h2 {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    left: 20px;
    width: calc(100% - 40px);
}
.card-bottom-text.arrow-icon:has(.arrow-icon)::after {
    content: none !important;
}
.arrow-icon::after,
.mounting-platforms .products h2::before {
    content: "\f061";
    font-weight: 400;
    color: white;
    font-family: "font awesome 6 pro";
    font-size: 25px;
    position: absolute;
    left: calc(100% - 30px);
    top: 0;
    transform: translateY(50%);
    transition: 0.3s;
}
.mounting-platforms .products h2::before {
    left: calc(100% - 30px);
}
.arrow-icon::after {
    left: calc(100% - 10px);
}
.et_builder_inner_content {
    background-color: var(--background-white);
}
.mounting-platforms .et_shop_image::after {
    content: "";
    position: absolute;
    height: 47%;
    transform: rotate(2deg);
    width: 108%;
    left: -5%;
    bottom: -30%;
    z-index: 1;
    pointer-events: none;
    background: var(--opacity-blue);
}
.mounting-platforms .et_shop_image::after {
    bottom: -31%;
}
.blue-triangle,
.mounting-platforms .et_shop_image {
    overflow: hidden;
}
.card-text {
    position: absolute;
    z-index: 2;
    padding-left: 23px;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, 0%);
}
@media (min-width: 1676px) {
    .card-text {
        top: 84%;
    }
}
.trusted-images:hover::after,
.mounting-platforms .product:hover .et_shop_image::after {
    background: var(--grey-opacity);
}
.trusted-images:hover img,
.mounting-platforms .product:hover img {
    scale: 1.1;
}
.trusted-images::after,
.trusted-images img,
.mounting-platforms .product .et_shop_image::after,
.mounting-platforms .product img,
.related-articles img,
.related-articles .swiper-button-next::after,
.related-articles .swiper-button-prev::after {
    transition: 0.3s;
}
@media (max-width: 550px) {
    p.arrow-icon {
        font-size: 16px;
    }
}
@media (max-width: 1675px) and (min-width: 1450px) {
    .card-text {
        top: 83%;
    }
}
@media (max-width: 1449px) and (min-width: 1230px) {
    .card-text {
        top: 81%;
    }
}
@media (max-width: 1229px) and (min-width: 1030px) {
    .card-text {
        top: 79%;
    }
}
@media (max-width: 1029px) and (min-width: 981px) {
    .card-text {
        top: 77%;
    }
}
@media (max-width: 1300px) and (min-width: 981px) {
    p.arrow-icon {
        font-size: 16px;
    }
}
.cta-column-1 h3 {
    padding-bottom: 0px !important;
}
.trusted-images {
    margin-bottom: 20px !important;
    position: relative;
}
.resources .orange-line::after {
    width: 130px;
}
.resources .arrow-list ul {
    padding-left: 0;
}
.resources .arrow-list li {
    list-style: none !important;
    padding-right: 40px;
    margin-top: 5px;
    margin-right: 20px;
}
.resources .arrow-list li a {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 20px !important;
}
.resources .arrow-list li a::after {
    content: "\f061";
    font-family: "font awesome 6 pro" !important;
    font-weight: 400 !important;
    position: absolute;
    right: -25px;
    top: 0;
}
@media screen and (max-width:625px) {
    .resources .arrow-list li a::after {
        right: 0;
    }
}
.overlay-card .dsm_card_wrapper::after {
    background: #0c384f82;
    clip-path: polygon(100% 100%, 100% 0%, 40% 0%, 30% 100%);
    content: "";
    inset: 0 0 0 0;
    position: absolute;
}
.overlay-card .dsm_card_description,
.overlay-card .dsm_card_title,
.et_pb_button_wrapper {
    position: relative;
    z-index: 1;
}
@media (max-width: 1700px) and (min-width: 1401px) {
    .overlay-card .dsm_card_wrapper.et_pb_module {
        padding-left: 40% !important;
    }
}
@media (max-width: 1400px) {
    .overlay-card .dsm_card_wrapper.et_pb_module {
        padding-left: 50px !important;
    }
    .overlay-card .dsm_card_wrapper::after {
        clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0);
    }
    .resources .arrow-list li {
        padding-right: 0;
    }
}
@media screen and (max-width: 1050px) and (min-width: 981px) {
    .resources .et_pb_column {
        width: 100% !important;
    }
}
@media screen and (max-width: 1550px) and (min-width: 1401px) {
    .resources .overlay-card .dsm_card_title {
        font-size: 2.75rem !important;
    }
}
.overlay-card .dsm_card_wrapper::after {
    background: #0c384fc9;
}
.overlay-grey.overlay-card .dsm_card_wrapper::after {
    background: #49494Ac9;
}
.resources .overlay-card a.et_pb_button {
    padding-left: 0 !important;
}
@media (max-width: 634px) {
    .resources .orange-line:after {
        margin: unset !important;
    }
    .arrow-list .et_pb_column {
        margin-bottom: 0 !important;
    }
}
.product-links .et_pb_text_inner a {
    margin: auto;
    text-align: center;
}
.product-links .et_pb_text_inner {
    display: flex;
    justify-content: center;
}
.product-links .et_pb_text_inner a {
    padding: 0 10px;
}
@media (max-width: 1550px) {
    .product-links a {
        font-size: 16px !important;
    }
}
#page-container #wdf-products .product-card a.product-link {
    transition: background-color .3s;
    color: var(--white) !important;
}
.anchor-links-section {
    height: 0;
    z-index: 99 !important;
}
.application-image {
    display: flex;
    align-items: center;
}
.bigger-arrows ul.icon-list>li::before,
.eye-list ul.icon-list>li::before {
    font: 400 30px/24px "font awesome 6 pro";
    left: -50px;
}
.bigger-arrows ul.icon-list,
.eye-list ul.icon-list {
    padding-left: 50px;
}
ul.icon-list>li.eye-symbol::before {
    content: "\f06e";
    color: var(--blue);
}
.features-button {
    width: 100%;
}
.product-gallery img {
    width: fit-content !important;
    height: max-content !important;
    max-height: 447px;
    display: flex;
    margin: auto;
}
.product-gallery .et_pb_gallery_image {
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-gallery .et-pb-arrow-prev::before,
.product-gallery .et-pb-arrow-next::before {
    font-weight: 600;
    color: #c9c9cc;
    font-size: 60px;
    transition: 0.3s;
    position: relative;
}
.product-gallery .et-pb-arrow-prev:hover::before,
.product-gallery .et-pb-arrow-next:hover::before {
    color: var(--dark-blue);
}
.product-gallery .et-pb-arrow-prev::before {
    left: -12px !important;
}
.product-gallery .et-pb-arrow-next::before {
    right: -12px !important;
}
.mounting-platforms .upsells>h2,
.product-gallery .et-pb-controllers,
.contact-form-wrapper br {
    display: none;
}
.product-gallery .et_pb_gallery_fullwidth .et_pb_gallery_image img,
.product-gallery .et_pb_gallery_item {
    height: 100%;
}
.product-gallery .et_pb_gallery_items {
    width: 100%;
    height: 100%;
}
.mounting-platforms .price {
    display: none !important;
}
@media (max-width: 1550px) {
    section.upsells ul.products li.product a h2.woocommerce-loop-product__title {
        font-size: 18px !important;
    }
}
@media (max-width: 1550px) and (min-width: 981px) {
    .mounting-platforms .et_shop_image::after {
        bottom: -29%;
    }
}
@media (max-width: 980px) {
    .mounting-platforms .et_shop_image::after {
        bottom: -32%;
    }
}
@media (max-width: 400px) {
    h2.woocommerce-loop-product__title {
        height: auto !important;
    }
}
.trusted-images {
    max-width: 470px;
}
.slick-slide.trusted-images {
    max-width: unset;
}
#Industries .card-row {
    justify-content: center;
}
.related-products-cta a img {
    transition: opacity .3s;
}
.related-products-cta a img:hover {
    opacity: .7;
}
.related-products-cta a {
    transition: color .3s, background-color .3s;
    margin-top: 0px;
}
.related-products-cta h3 a:hover {
    color: var(--lighter-blue) !important;
}
.related-products-cta {
    display: flex;
    gap: 20px;
}
@media screen and (max-width: 600px) {
    .related-products-cta {
        flex-wrap: wrap;
    }
}
.related-heading {
    padding-top: 20px;
}
.et-db #et-boc .et-l .et-pb-controllers {
    pointer-events: none;
}
.related-products-cta .btn a {
    color: #0c384f !important;
    background-color: #a5c2ca;
    padding: 14px 10px !important;
    width: 100%;
    display: block;
    text-align: center;
}
.related-products-cta .btn a:hover {
    color: #f6fafe !important;
    background-color: #f2873b;
}
@media screen and (min-width: 981px) {
    .resources-page .full-width-btn {
        width: 100%;
    }
    .resources-page .et_pb_row {
        display: flex;
        align-items: center;
    }
}
.et_pb_button_module_wrapper>a.et_pb_button {
    max-width: 100%;
    min-width: 250px;
}
.blog-carousel-custom img:hover {
    opacity: .7;
}
.blog-carousel-custom img {
    transition: opacity .3s;
}
.blog-carousel-custom .slick-slide {
    margin: 0 15px;
    border-radius: 4px;
    border-width: 8px 1px 1px 1px;
    border-style: solid;
    border-color: var(--grey);
    border-top-color: var(--orange);
    background: white;
    min-height: 500px;
}
.blog-carousel-custom h3 {
    font-weight: 900 !important;
    color: var(--dark-blue) !important;
    line-height: 2em !important;
    text-align: center !important;
    transition: color .3s;
    padding-inline: 20px;
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-carousel-custom h3:hover {
    color: #0C71C3 !important;
}
.blog-carousel-custom .read-more {
    margin-inline: 20px;
    width: calc(100% - 40px);
    display: block;
    text-align: center;
    background-color: var(--dark-blue);
    padding: 10px 20px;
    transition: background-color .3s;
    font-size: 18px;
    color: var(--white);
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.7em !important;
}
.blog-carousel-custom .read-more:hover {
    background-color: var(--blue);
}
.blog-carousel-custom .blog-image {
    width: 100%;
    max-height: 230px;
    overflow: hidden;
}
.blog-carousel-custom button.slick-next.slick-arrow:hover::before,
.blog-carousel-custom button.slick-prev.slick-arrow:hover::before {
    color: var(--blue) !important;
}
.blog-carousel-custom button.slick-next.slick-arrow::before,
.blog-carousel-custom button.slick-prev.slick-arrow::before {
    transition: color .3s;
}
#page-container #et-boc .blog-carousel-custom.related-products a.read-more {
    color: var(--white) !important;
    transition: background-color .3s !important;
}
#page-container #et-boc .blog-carousel-custom.related-products h3 {
    font-size: 22px !important;
    line-height: 2em !important;
}
.filter-buttons {
    z-index: 1;
}
.filter-buttons p {
    color: white;
}
.variation-table {
    background-color: white;
    padding: 25px 0px;
}
.variation-table .wtbpFilters .wtbpFiltersWrapper select {
    border-radius: 6px;
    border: 1px solid #A5C2CA;
    font: 400 16px / 19px var(--lato);
    height: 39px;
    margin-right: 28px;
    width: 100%;
    max-width: 142px;
}
.variation-table .wtbpFilters {
    width: 100%;
}
#page-container .variation-table thead {
    background: #0C384F;
    color: white !important;
    font-size: 16px;
}
#page-container .variation-table thead tr th {
    color: white !important;
}
.ml6-table .variation-table tbody a {
    font-size: 16px !important;
}
#page-container .ml6-table .variation-table thead,
#page-container .ml6-table.variation-table thead {
    background: #105DAA !important;
}
.variation-table .acf-part_number .product {
    align-items: center;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
}
.variation-table tbody tr:nth-of-type(even) {
    background-color: #EFF3F6;
}
.woocommerce #et-main-area .variation-table .acf-part_number .product p a,
.woocommerce #et-main-area .variation-table .acf-part_number_durometer .product p a {
    display: inline-block;
    white-space: nowrap;
    background-color: var(--orange);
    color: white !important;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
}
.variation-table .acf-part_number,
#page-container .variation-table thead tr>th:first-child {
    width: 20% !important;
}
.dataTables_paginate {
    padding-top: 0px !important;
    margin: 20px 20px 0px 20px;
}
#et-main-area #main-content .variation-table .dataTables_paginate.paging_simple_numbers a.paginate_button {
    border: 1px solid #A5C2CA !important;
    padding: 5px 15px;
    margin: 0px;
    border-radius: 0px;
    color: black !important;
    transition: color .3s ease 0s, background-color .3s ease 0s, border-color .3s ease 0s;
}
#et-main-area .variation-table .dataTables_paginate.paging_simple_numbers a.paginate_button.next {
    border-radius: 0px 4px 4px 0px !important;
}
#et-main-area .variation-table .dataTables_paginate.paging_simple_numbers a.paginate_button.previous {
    border-radius: 4px 0px 0px 4px !important;
}
#et-main-area #main-content .variation-table .dataTables_paginate.paging_simple_numbers a.paginate_button:not(.disabled):not(.current):hover,
#et-main-area #main-content .variation-table .dataTables_paginate.paging_simple_numbers a.paginate_button:not(.disabled):not(.current):focus,
#et-main-area #main-content .variation-table .dataTables_paginate.paging_simple_numbers a.paginate_button.current {
    background: #4F6D7E;
    border-color: #4F6D7E;
    color: white !important;
}
.wtbpTableWrapper .wtbpFilters {
    height: auto;
    transition: max-height .5s ease 0s;
    max-height: 50vh;
}
.wtbpTableWrapper .wtbpFilters.hide {
    max-height: 0px !important;
    margin: 0px;
}
@media screen and (min-width: 768px) {
    .sideways-slider .et_pb_column {
        display: flex;
        gap: 50px;
    }
    .sideways-slider .et_pb_column .slider-controls {
        max-width: 230px;
        flex-wrap: wrap;
    }
    .sideways-slider .et_pb_column .et_pb_slide_description {
        width: 100% !important;
    }
}
.general-specifications-row>.et_pb_column {
    padding-inline: 10px;
}
.no-margin-top {
    margin-top: 0 !important;
}
@media screen and (max-width: 1920px) and (min-width: 1700px) {
    .combine-row-app.slick-row .slick-slide,
    .combine-row.slick-row .slick-slide {
        margin: 0 15px;
    }
    .combine-row-app.slick-row .slick-track,
    .combine-row.slick-row .slick-track {
        margin-left: -15px;
        margin-right: -15px;
    }
}
.slick-next.slick-arrow::before,
.slick-prev.slick-arrow::before {
    font-family: "font awesome 6 pro";
    color: black;
    font-weight: 700;
    font-size: 40px;
    transition: color .3s;
    opacity: 1;
}
.slick-next.slick-arrow:hover::before,
.slick-prev.slick-arrow:hover::before {
    color: var(--blue);
}
.slick-next.slick-arrow::before {
    content: "\f054";
}
.slick-prev.slick-arrow::before {
    content: "\f053";
}
@media screen and (min-width: 767px) {
    .slick-next {
        right: -50px;
    }
    .slick-prev {
        left: -50px;
    }
}
.center-content {
    align-items: center;
    display: flex
}
@media screen and (max-width:1199px) {
    .center-content.image-left {
        flex-direction: column
    }
    .center-content.image-left>div:first-of-type {
        margin-bottom: 15px
    }
    .center-content.image-right {
        flex-direction: column-reverse
    }
    .center-content.image-right>div:last-of-type {
        margin-bottom: 15px
    }
    .center-content .et_pb_column {
        width: 100% !important;
        margin-right: 0 !important
    }
}
@media screen and (max-width:980px) {
    .center-content.image-right>div:first-of-type {
        margin-bottom: 0 !important
    }
}
.accordian-row>div>p>a {
    font-size: 20px !important;
}
.et_pb_slider .et_pb_slides .et_pb_container {
    height: auto !important;
}
.remove-top-divider::before {
    content: none !important;
}
.remove-top-divider {
    margin-top: 0 !important;
}
.et_pb_text_inner .mlp-models-table-wrap~div>div>form {
    display: none
}
.mlp-grid:has(> .mlp-no-results) {
    display: block;
}
#page-container #et-boc a.btn-primary,
#page-container #et-boc a.mlp-btn-quote {
    color: var(--white) !important;
    border-width: 0px;
    border-radius: 1px;
    font-weight: 900;
    background-color: var(--dark-blue);
    transition: background-color .3s;
    padding: 21px 50px;
    line-height: 34px;
}
#page-container #et-boc a.btn-primary:hover,
#page-container #et-boc a.mlp-btn-quote:hover {
    background-color: var(--blue);
}
.mlp-no-results>p {
    padding-bottom: 36px !important;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 2rem;
    color: var(--lighter-black);
}
@media screen and (min-width: 981px) {
    .mlp-no-results>p {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}
@media screen and (min-width: 767px) and (max-width: 980px) {
    .mlp-no-results>p {
        font-size: 1.75rem;
        line-height: 2.5rem;
    }
}
.mlp-models-table-wrap~div .wpcf7.js {
    display: none !important;
}
.video-slider-wrap {
    overflow: hidden;
}
.video-slider-wrap .slick-prev::before,
.video-slider-wrap .slick-next::before {
    display: none;
}
.video-slider-wrap .slick-prev,
.video-slider-wrap .slick-next {
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    cursor: pointer;
    background: none;
}
.video-slider-wrap .slick-prev:hover,
.video-slider-wrap .slick-next:hover {
    color: var(--blue);
}
li:has(> a[href="https://meridianlab.fmtemp.com/shop/"]) {
    display: none;
}
.dsm_breadcrumbs_separator:has(~ li> a[href="https://meridianlab.fmtemp.com/shop/"]) {
    display: none;
}
#page-container .slider-control-btn:empty {
    display: none !important;
}
.filter-buttons:has(~ .et_pb_module > .et_pb_text_inner .hide-filters),
.filter-buttons:has(~ .et_pb_module .hide-filters) {
    display: none;
}
.wdf-pill-bar {
    display: flex;
    gap: 10px;
}
.wdf-pill-bar .wdf-clear-pills {
    display: none;
}
.wdf-pill-bar .wdf-pill {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 0;
    padding: 20px 10px;
    cursor: pointer;
    background-color: var(--lightest-black);
    transition: background-color 0.3s;
    gap: 10px 25px;
}
.wdf-pill-bar .wdf-pill:hover {
    background-color: #49494a77;
}
.wdf-pill-bar .wdf-pill .wdf-pill-label {
    color: var(--white);
    font-size: 18px;
    text-transform: uppercase;
}
.wdf-pill-bar .wdf-pill::before {
    content: '';
    width: 100%;
    height: 4px;
    background-color: var(--orange);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
}
.wdf-pill-bar .wdf-pill.active::before {
    opacity: 1;
}
.ml-anim {
    will-change: opacity, transform;
    transition: opacity 450ms ease, transform 450ms ease;
}
.ml-anim-out {
    opacity: 0;
    transform: translateY(24px);
}
.ml-anim-in {
    opacity: 1;
    transform: translateY(0);
}
.ml-sub-tab-controls:not(.is-active) {
    display: none
}
.second-custom-slider .et_pb_slide_description {
    overflow: visible !important;
}
.ml-sub-tab-controls:has(> button:only-child) {
    display: none !important;
}
#Resources li a {
    text-transform: unset !important;
}
.resources .overlay-card a.et_pb_more_button:hover {
    background-color: transparent !important;
}
body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_button.btn-arrow:after {
    content: '\f061';
    font-family: 'font awesome 6 pro' !important;
}
.trusted-innovation-section .width-max-content a i {
    padding-left: 7px;
}
.product-gallery .et-pb-controllers {
    display: none;
}
#page-container #et-boc .overlay-card:hover .btn-arrow,
#page-container #et-boc .overlay-card:hover .btn-arrow::after {
    color: var(--orange) !important;
}
.overlay-card .btn-arrow::after {
    content: '\f061' !important;
    font-family: 'font awesome 6 pro' !important;
    font-weight: 900;
    margin-left: 8px;
    opacity: 1;
    font-size: inherit !important;
    padding-top: 7px;
}
.overlay-card.grey .dsm_card_wrapper::after {
    background: rgba(102, 102, 102, .7);
}
.slider-controls {
    width: 100%;
    overflow: auto;
}
@media screen and (max-width: 980px) {
    .slider-controls .slider-control-btn {
        padding: 30px !important;
        min-width: 250px
    }
    .et_pb_module.et_pb_slider .et_pb_slider_container_inner {
        display: flex !important;
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .et_pb_module.et_pb_slider .et_pb_slider_container_inner .et_pb_slide_image {
        position: relative !important;
        top: unset !important;
        margin: 0 !important;
    }
    .et_pb_module.et_pb_slider .et_pb_slider_container_inner .et_pb_slide_description {
        width: 100% !important;
    }
    .et_pb_module.et_pb_slider .et_pb_slider_container_inner .et_pb_slide_image {
        width: 100% !important;
        max-width: 400px;
    }
    .et_pb_module.et_pb_slider .et_pb_slider_container_inner .et-pb-controllers {
        display: none;
    }
}
@media screen and (max-width: 850px) {
    .et_pb_module.et_pb_code:has(.slider-controls) {
        margin-bottom: 20px !important;
    }
}
.mlp-filter .mlp-filter-menu input {
    min-width: 16px;
}
.product-gallery .et_pb_gallery_item {
    padding-block: 20px !important;
}
.et_pb_column:has(.product-gallery) {
    height: max-content !important;
}
.general-specifications-row i {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wtbpFilters:not(:has(> *)) {
    margin-block: 0 !important;
}
.filter-buttons {
    display: none !important;
}
.filter-buttons:has(~ .variation-table .wtbpFiltersWrapper .wrapper) {
    display: block !important;
}
.models-table .dataTables_scroll {
    overflow-x: scroll;
}
.models-table th,
.models-table tr {
    min-width: 200px;
    width: max-content;
}
.models-table .dataTables_scrollHead {
    width: max-content;
}
.blog-carousel-custom .slick-item {
    padding-bottom: 101px;
    position: relative;
}
.blog-carousel-custom .slick-item a.read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 40px);
}
.wdf-filters .opt-wdf > span {
    border-style: solid;
    border-color: black;
    border-left-width: 1px;
    border-right-width: 1px;
}
.wdf-filters .opt-wdf {
    border-radius: 5px;
    overflow: hidden;
}
.product-gallery .et_pb_gallery_item::marker {
    content: none !important;
}

/* Product gallery grid shortcode */
.mlp-product-gallery {
    --mlp-gallery-cols: 4;
}
.mlp-product-gallery-stage {
    transition: opacity 0.2s ease;
}
.mlp-product-gallery-stage.is-loading {
    opacity: 0.5;
    pointer-events: none;
}
.mlp-product-gallery-grid {
    display: grid;
    grid-template-columns: repeat(var(--mlp-gallery-cols), minmax(0, 1fr));
    gap: 20px;
}
.mlp-product-gallery-item img {
    display: block;
    width: 100%;
    height: auto;
}
.mlp-product-gallery-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.mlp-product-gallery-nav button {
    border: 1px solid var(--lightest-blue);
    background: var(--pure-white);
    color: var(--dark-blue);
    padding: 8px 14px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.mlp-product-gallery-nav button:hover {
    background: var(--dark-blue);
    color: white;
}
.mlp-product-gallery-nav button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.mlp-gallery-pages {
    display: flex;
    gap: 8px;
}
.mlp-gallery-page.is-active {
    background: var(--dark-blue);
    color: white;
}
@media (max-width: 980px) {
    .mlp-product-gallery {
        --mlp-gallery-cols: 3;
    }
}
@media (max-width: 767px) {
    .mlp-product-gallery {
        --mlp-gallery-cols: 2;
    }
}
body #page-container #et-boc.et-boc .wdf-match-label .product-info h3.product-title {
    color: #49494a !important;
    text-transform: none !important;
}
body #et-boc.et-boc .product-card a.product-link {
    background-color: #105daa !important;
}
body #et-boc.et-boc .product-card a.product-link:hover {
    background-color: #0c384f !important;
}
.slider-controls .slider-control-btn {
    text-transform: uppercase;
}
#et-boc .wdf-match-label .product-info p.product-category {
    text-transform: none !important;
}
#accordian-row .accordion-toggle {
    font-weight: bold;
    font-size: 20px !important;
    line-height: 1.3em !important;
    color: var(--black);
    transition: color .3s;
}
#accordian-row > div:hover .accordion-toggle {
    color: var(--orange) !important;
}
#Applications .bigger-arrows .et_pb_text_inner > *:first-child {
    padding-bottom: 30px;
    font-size: 30px !important;
    color: var(--black) !important;
    line-height: 1.3em !important;
}
.card-bottom-text.arrow-icon::after {
    left: calc(100% - 30px) !important;
}
.overlay-card .btn.btn-arrow::after {
    line-height: 1 !important;
}