.tabs ul li a {
    background-image: none
}

.tabs ul {
    background-color: #fff;
    border-bottom: 2px solid #edeff0;
    list-style: none;
    padding-left: 0
}

@media(min-width:48em) {
    .tabs ul {
        padding-left: 3rem
    }
}

.tabs ul li {
    border-bottom: 2px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    letter-spacing: .03em;
    margin-bottom: -.125rem;
    margin-right: 1.5rem;
    margin-top: .75rem;
    padding-bottom: .5rem;
    padding-left: 0;
    text-transform: uppercase
}

.tabs ul li.is-active {
    border-bottom: 2px solid #d12800
}

@media(min-width:64em) {
    .tabs ul li:hover {
        border-bottom: 2px solid #a9b1b7
    }
}

.tabs ul li a {
    font-size: 1rem
}

.tabs .tabs-content {
    background-color: #fff
}

.tabs .tabs-content .tabs-panel {
    display: none
}

.tabs .tabs-content .tabs-panel.is-active {
    display: inherit
}

.tabs .tabs-content .tabs-panel p {
    margin-top: 1rem
}

@media(min-width:48em) {
    .tabs .tabs-content .tabs-panel p {
        margin-top: 2.5rem
    }
}

[dir=rtl] .tabs ul {
    padding-right: 0
}

@media(min-width:48em) {
    [dir=rtl] .tabs ul {
        padding-right: 3rem
    }
}

[dir=rtl] .tabs ul li {
    margin-left: 1.5rem;
    margin-right: 0;
    padding-right: 0
}
