
.c-table {
    padding: 30px 0
}

@media screen and (min-width: 1024px) {
    .c-table {
        padding:60px 0
    }
}

.c-table--offers {
    display: none;
    padding-top: 0
}

@media screen and (min-width: 768px) {
    .c-table--offers {
        padding:0 30px
    }
}

@media screen and (min-width: 1024px) {
    .c-table--offers {
        padding-left:100px;
        padding-right: 100px
    }
}

@media screen and (min-width: 1400px) {
    .c-table--offers {
        padding-left:140px;
        padding-right: 140px
    }
}

@media screen and (min-width: 1600px) {
    .c-table--offers {
        max-width:1600px;
        padding-left: 200px;
        padding-right: 200px
    }
}

.c-table--offers.is-active {
    display: block
}

.c-table__table,.c-table .tablefield,.c-table table {
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    color: #000;
    position: relative;
    width: 1200px
}

@media screen and (min-width: 768px) {
    .c-table__table {
        width:100% !important
    }
}

@media screen and (min-width: 1024px) {
    .c-table__table--spec {
        table-layout:fixed
    }
}

.c-table__th,.c-table th {
    background-color: #fff;
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-top: 0;
    font-size: 11px;
    font-size: .6875rem;
    line-height: 15px;
    line-height: 1;
    padding: 10px;
    text-align: left;
    vertical-align: top
}

@media screen and (min-width: 1024px) {
    .c-table__th,.c-table th {
        font-size:15px;
        font-size: .9375rem;
        line-height: 20px
    }
}

.c-table__th:first-of-type,.c-table th:first-of-type {
    border-left: 0;
    left: 0;
    position: sticky;
    width: 15%;
    z-index: 2
}

@media screen and (min-width: 1024px) {
    .c-table__th:first-of-type,.c-table th:first-of-type {
        width:25%
    }
}

@media screen and (min-width: 1200px) {
    .c-table__th:first-of-type,.c-table th:first-of-type {
        padding-left:0
    }
}

.c-table__th:last-of-type,.c-table th:last-of-type {
    border-right: 0
}

@media screen and (min-width: 768px) {
    .c-table--offers .c-table__th:first-of-type,.c-table--offers .c-table th:first-of-type {
        padding-left:0
    }
}

@media screen and (min-width: 1024px) {
    .c-table--offers .c-table__th:first-of-type,.c-table--offers .c-table th:first-of-type {
        width:25%
    }
}

.c-table__td:nth-child(n+2),.c-table__th:nth-child(n+2) {
    text-align: center
}

.c-table__td,.c-table td {
    background-color: #fff;
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    font-size: 11px;
    font-size: .6875rem;
    line-height: 15px;
    padding: 10px
}

@media screen and (min-width: 1024px) {
    .c-table__td,.c-table td {
        font-size:15px;
        font-size: .9375rem;
        line-height: 20px
    }
}

.c-table__td:first-of-type,.c-table td:first-of-type {
    border-left: 0;
    font-family: "Favorit Medium",sans-serif;
    left: 0;
    position: sticky;
    z-index: 2
}

@media screen and (min-width: 1024px) {
    .c-table__td:first-of-type,.c-table td:first-of-type {
        width:25%
    }
}

@media screen and (min-width: 1200px) {
    .c-table__td:first-of-type,.c-table td:first-of-type {
        padding-left:0
    }
}

.c-table__td:last-of-type,.c-table td:last-of-type {
    border-right: 0
}

@media screen and (min-width: 768px) {
    .c-table--offers .c-table__td:first-of-type,.c-table--offers .c-table td:first-of-type {
        padding-left:0
    }
}

.c-table tr:last-of-type .c-table__td,.c-table tr:last-of-type td {
    border-bottom: 0
}

.c-table__copy,.c-table caption {
    color: #ff0012;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    left: 0;
    margin-bottom: 30px;
    max-width: 100vw;
    padding: 0 30px;
    position: sticky;
    text-align: left
}

@media screen and (min-width: 768px) {
    .c-table__copy,.c-table caption {
        max-width:-moz-max-content;
        max-width: max-content;
        padding: 0
    }
}

.tablefield-wrapper {
    margin-bottom: 30px;
    overflow: auto;
    padding-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 1
}

.c-tabs {
    display: flex;
    padding: 30px;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .c-tabs {
        padding-left:100px;
        padding-right: 100px
    }
}

@media screen and (min-width: 1400px) {
    .c-tabs {
        padding-left:140px;
        padding-right: 140px
    }
}

@media screen and (min-width: 1600px) {
    .c-tabs {
        max-width:1600px;
        padding-left: 200px;
        padding-right: 200px
    }
}

.c-tabs__btn {
    border: 0;
    border-bottom-width: 1px;
    border-color: #000;
    border-style: solid;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    padding: 15px;
    width: inherit
}

@media screen and (min-width: 1200px) {
    .c-tabs__btn {
        font-size:20px;
        font-size: 1.25rem;
        line-height: 26px;
        padding: 23px 30px
    }
}

.c-tabs__btn span {
    font-family: "Favorit Medium",sans-serif
}

.c-tabs__btn--one {
    border-top: 1px solid #fff
}

.c-tabs__btn--one.is-active {
    border-bottom: 0;
    border-right: 1px solid;
    border-top: 1px solid
}

.c-tabs__btn--two {
    border-bottom: 1px solid;
    border-top: 1px solid #fff
}

.c-tabs__btn--two.is-active {
    border-bottom: 0;
    border-left: 1px solid;
    border-top: 1px solid
}

.c-tabs__btn:nth-child(1) {
    padding-left: 0
}

.c-tabs__btn:last-of-type {
    border-right: 0
}

.c-tabs__list {
    margin-bottom: 60px
}

.c-tabs__cta {
    pointer-events: none
}

.c-tabs__cta span {
    font-family: "Favorit Medium",sans-serif
}

.c-text-cta-block {
    padding: 0 30px
}

@media screen and (min-width: 768px) {
    .c-text-cta-block {
        align-items:flex-end;
        display: flex;
        justify-content: space-between
    }
}

@media screen and (min-width: 1200px) {
    .c-text-cta-block {
        padding-left:100px;
        padding-right: 100px
    }
}

.c-text-cta-block__content {
    margin-bottom: 20px
}

@media screen and (min-width: 768px) {
    .c-text-cta-block__content {
        max-width:50%
    }
}

@media screen and (min-width: 1024px) {
    .c-text-cta-block__content {
        max-width:75ch
    }
}
