.gray-color {
    color: #FFFFFF;
    padding: 0 16px;
}

h2 {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

h3 {
    font-weight: bold;
    font-size: 14px;
}

p {
    color: #BDC9DB;
    font-size: 14px;
    margin-bottom: 40px;
}

header {
    background: #1F2639;
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
}

.navigation-header {
    display: flex;
    flex-direction: row;
    align-content: center;
    margin-top: 20px;
    padding: 0 16px;
}

.navigation-title {
    flex: 1;
    text-align: center;
    padding-right: 8px;
    font-weight: 600;
}

#section-1 {
    margin: 118px 0 0;
}

.main {
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    display: block;
    overflow-y: hidden;
    height: 40px;
    padding: 0;
    position: relative;
    overflow-x: scroll;
    margin-top: 40px;
}

.main::-webkit-scrollbar {
    display: none;
}

.gray-color::-webkit-scrollbar {
    display: none;
}

.items {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.item {
    display: inline-block;
    height: 32px;
    padding: 0 16px;
    text-align: center;
}

.link {
    color: #BDC9DB;
    text-decoration: none;
    font-weight: 700;
}

.active-link {
    color: #E6FF00;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}

.active-link:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #e3fb01;
    width: 10px;
    bottom: -9px;
    left: 50%;
    right: 0;
    margin-left: -5px;
}

.tab-navigation {
    background: #2B3550;
    border-radius: 4px;
}

.nav {
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #1d2435;
    padding: 0;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav li {
    display: inline-block;
    margin: 0 12px;
}

.active .link {
    color: #E6FF00;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

.active .link:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #e3fb01;
    width: 10px;
    bottom: -6px;
    left: 50%;
    right: 0;
    margin-left: -5px;
}

.tab-content {
    padding: 24px 22px 1px;
}

.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}

.tab-pane h2 {
    margin-top: 0;
}

.tab-pane p {
    margin-bottom: 23px;
}
