.mwd_redesign-range_bar {
    background-color: #F1F3F5;
}

.mwd_tabbed-range {
    padding: 0 0 100px;
}

.slick-arrow {
    background: none;
    width: 30px;
    height: 100%;
    margin: 0;
    top: 0 !important
}

.slick-arrow::after {
    content: '';
    width: 30px;
    height: 30px;
    border-top: 1px solid #353535;
    border-left: 1px solid #353535;
    position: absolute;
}

.mwd_redesign {
    width: 100%;
}

.mwd_redesign-range_caroussel .slick-arrow.slick-next::after {
    transform: rotate(135deg);
}

.mwd_redesign-range_caroussel .slick-arrow.slick-prev::after {
    transform: rotate(-45deg);
}

.mwd_redesign-range h2,
.mwd_redesign-range h3,
.mwd_redesign-range h4,
.mwd_redesign-range h6 {
    color: #353535;
}

.mwd_redesign_accordion_item {
    margin-bottom: -25px;
}

.mwd_redesign_accordion_item header .mwd_headline {
    font-size: 30px;
    line-height: 1;
    min-height: 80px;
    margin-top: -25px;
    display: flex;
    align-items: center;
    padding-right: 40px;
}

@media (max-width: 959px) {
    .mwd_redesign_accordion_item header .mwd_headline {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .mwd_redesign_accordion_item header .mwd_headline {
        font-size: 18px;
    }
}

@media (max-width: 599px) {
    .mwd_redesign_accordion_item header .mwd_headline {
        font-size: 18px;
    }
}

.mwd_redesign-range_bar {
    margin-bottom: 90px;
}

.mwd_redesign_accordion_item header {
    background: none;
    background-image: none !important;
    position: relative;
}

.mwd_redesign_accordion_item header::before,
.mwd_redesign_accordion_item header::after {
    content: '';
    position: absolute;
    background-color: lightgrey;
}

.mwd_redesign_accordion_item header::before {
    top: 40px;
    right: 0;
    width: 31px;
    height: 1px;
}

.mwd_redesign_accordion_item header::after {
    top: 25px;
    right: 15px;
    width: 1px;
    height: 31px;
    visibility: visible !important;
    transition: .2s ease-out;
}

.mwd_redesign_accordion_item.mwd_active header::after {
    transform: scaleY(0);
}

table.wfsc_table td {
    padding: 15px 13px;
    border-right: 6px solid white;
    min-width: 120px;
}

table.wfsc_table td:last-of-type {
    padding: 15px 13px;
    border-right: none;
}

table.wfsc_table th {
    background: none;
    color: #353535;
    font-weight: bold;
}

table.wfsc_table tbody tr:nth-of-type(odd) {
    background: #F1F3F5;
}

.mwd_pdf_download_list {
    padding-top: 20px
}

.mwd_pdf_download_list li {
    background-position: center left;
    padding-left: 40px;
}

.mwd_tabbed-range_content .mwd_redesign-range_products {
    width: 100%;
}

.slick-dots li button {
    background: #BBBBBB;
    border: none;
}

.slick-dots li.slick-active button {
    background: #10218B;
}

.mwd_redesign-range_product {
    opacity: 0;
    transition: .2 ease-out;
    transition-delay: .3s;
}

.mwd_redesign-range_product.is-selected {
    animation: fadeIn .3s .7s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.slick-initialized .slick-slide {
    text-decoration: none;
}

table th:last-child {
    text-align: left;
}

/* table {
    max-width: 700px;
} */

article {
    min-height: 105px;
}

.row {
    margin-bottom: unset;
}

.mwd_redesign_accordion_content {
    overflow: hidden;
}