.WebElementsTabsBasic001__tabs012020201 {
    margin-bottom: 50px;
}

@media screen and (min-width: 1200px) {
    .WebElementsTabsBasic001__tabs012020201 {
        margin-bottom: 100px;
    }
}

.WebElementsTabsBasic001__tabs012020201-top-items {
    display:               -webkit-box;
    display:               -ms-flexbox;
    display:               flex;
    -webkit-box-align:     center;
    -ms-flex-align:        center;
    align-items:           center;
    border-bottom:         1px solid #ddd;
    padding-bottom:        18px;
    margin-bottom:         0;
    -webkit-box-orient:    vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction:    column;
    flex-direction:        column;
    -webkit-box-pack:      center;
    -ms-flex-pack:         center;
    justify-content:       center;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .WebElementsTabsBasic001__tabs012020201-top-items {
        -webkit-box-orient:    horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction:    row;
        flex-direction:        row;
    }
}

@media screen and (min-width: 1200px) {
    .WebElementsTabsBasic001__tabs012020201-top-items {
        -webkit-box-pack: start;
        -ms-flex-pack:    start;
        justify-content:  flex-start;
    }
}

.WebElementsTabsBasic001__tabs012020201-top-item {
    color:              #363636;
    font-size:          1rem;
    cursor:             pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition:         all 0.25s ease-in-out;
    padding:            14px 24px;
    border-radius:      24px;
}

.WebElementsTabsBasic001__tabs012020201-top-item:hover {
    color:      #4481eb;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.12);
}

.WebElementsTabsBasic001__tabs012020201-top-item--active {
    cursor:     default;
    color:      #4481eb;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.12);
}

.WebElementsTabsBasic001__tabs012020201-bottom {
    margin-top: 32px;
}

.WebElementsTabsBasic001__tabs012020201-bottom-items {
    position:           relative;
    height:             72px;
    -webkit-transition: all 0.25s ease-in-out;
    transition:         all 0.25s ease-in-out;
}

.WebElementsTabsBasic001__tabs012020201-bottom-item {
    opacity:            0;
    visibility:         hidden;
    position:           absolute;
    -webkit-transition: all 0.25s ease-in-out;
    transition:         all 0.25s ease-in-out;
    width:              100%;
}

.WebElementsTabsBasic001__tabs012020201-bottom-item--active {
    opacity:    1;
    visibility: visible;
}

.WebElementsTabsBasic001__tabs012020201-bottom-item-title {
    color:          #363636;
    letter-spacing: 0.03em;
    font-size:      1.875rem;
    text-align:     center;
}

@media screen and (min-width: 1200px) {
    .WebElementsTabsBasic001__tabs012020201-bottom-item-title {
        text-align: left;
    }
}

.WebElementsTabsBasic001__tabs012020201-bottom-item-txt {
    color:       #797979;
    font-size:   0.875rem;
    line-height: 1.7;
    margin-top:  18px;
    padding:     0 10px;
    box-sizing:  border-box;
}

@media screen and (min-width: 1200px) {
    .WebElementsTabsBasic001__tabs012020201-bottom-item-txt {
        padding: 0;
    }
}

.WebElementsTabsBasic001__tabs012020201-bottom-item-table {
    width:      100%;
    margin-top: 20px;
}

.WebElementsTabsBasic001__tabs012020201-bottom-item-table-tr {
    height: 37px;
}

.WebElementsTabsBasic001__tabs012020201-bottom-item-table-tr:nth-child(odd) {
    background: #f2f5fd;
}

.WebElementsTabsBasic001__tabs012020201-bottom-item-table-td:first-child {
    padding: 0 20px;
}


/* mobile */

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

    div.site .BlocksTextBasic003__history25022020-item-left-year h2.WebElementsTitleH2__text {
        text-align: center !important;
    }

    div.site .BlocksTextBasic003__history25022020-item-left-title .WebElementsTitleH4__text {
        text-align: center !important;
    }

}
