.banner-img {
    background: #313131;
    padding: 4px;
}
.page-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #272727;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 40px;
}
.page-title::after {
    content: '';
    width: 60px;
    height: 5px;
    background: #ffc038;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3px;
}
.section-title {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #272727;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.section-text {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #4e4e4e;
    font-weight: 500;
}
.section-text.highlight {
    background: #ffc038;
    padding: 4px;
    border-radius: 4px;
}
.section-list {
    list-style-position: inside;
}
.section-list li {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #4e4e4e;
    margin-bottom: 8px;
}
.tabular-menu {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.tabular-menu .nav-tabs {
    justify-content: center;
    border-bottom: none;
    gap: 3px;
}
.tabular-menu .nav-tabs .nav-link {
    color: #ffffff;
    background-color: #924b08;
    border-color: #dba021 #dba021 #924b08;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    padding: 8px 30px;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.tabular-menu .nav-tabs .nav-item.show .nav-link, 
.tabular-menu .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #ffc038;
    border-color: #dba021 #dba021 #ffc038;
}
.tabular-menu .tab-content {
    background: #ffc038;
    border: 1px solid #dba021;
    border-radius: 24px;
    padding: 24px 48px;
    margin-bottom: 16px;
}
.tabular-menu .tab-content>.active {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.tabular-menu .tab-content .tab-pane .points {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.tabular-menu .tab-content .tab-pane .points .number {
    width: 30px;
    height: 30px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    font-family: Roboto, sans-serif;
    color: #272727;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabular-menu .tab-content .tab-pane .points .text {
    font-family: Roboto, sans-serif;
    color: #272727;
    font-weight: 500;
    font-size: 18px;
}
.inlinelink {
    text-decoration: none;
    color: #dd399e;
}
.navigator {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 30px;
}
.navigator a {
    position: relative;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #272727;
    width: 100%;
    max-width: 230px;
    background: #ffc038;
    padding: 24px;
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.navigator a:hover {
    background: #924b08;
    color: #ffffff;
}
.sponsors {
    position: relative;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 30px;
}
.sponsors .items {
    width: 100%;
    max-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.sponsors .items img {
    max-width: 100%;
    margin-bottom: 8px;
    border-radius: 14px;
    border: 1px solid #c5c5c5;
    padding: 12px;
}
.sponsors .items .title {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #272727;
}
.notices {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.notices a {
    position: relative;
    text-decoration: none;
    background: #ffc038;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 6px;
    min-width: 300px;
    max-width: 100%;
}
.notices a:hover {
    background: #924b08;
}

@media only screen and (max-width: 991px){
    .thsn-title-bar-content, .thsn-title-bar-wrapper {
        min-height: 360px;
    }
    body.thsn-sidebar-no #content {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .page-title {
        font-size: 30px;
        line-height: 40px;
    }
    .tabular-menu .nav-tabs .nav-link {
        padding: 8px 16px;
        font-size: 16px;
    }
    .tabular-menu .tab-content .tab-pane .points .number,
    .tabular-menu .tab-content .tab-pane .points .text {
        font-size: 16px;
    }
    .sponsors {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 767px){
    body.thsn-sidebar-no #content {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .page-title {
        font-size: 24px;
        line-height: 36px;
    }
    .section-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .section-text, .section-list li {
        font-size: 14px;
        line-height: 20px;
    }
    .tabular-menu .nav-tabs .nav-link {
        padding: 6px 12px;
        font-size: 12px;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
    }
    .tabular-menu .tab-content .tab-pane .points .number,
    .tabular-menu .tab-content .tab-pane .points .text {
        font-size: 14px;
    }
    .tabular-menu .tab-content>.active {
        gap: 8px;
    }
    .tabular-menu .tab-content {
        border-radius: 16px;
        padding: 16px 32px;
    }
    .tabular-menu .tab-content .tab-pane .points {
        gap: 4px;
    }
    .tabular-menu .tab-content .tab-pane .points .number {
        width: 24px;
        height: 24px;
    }
    .notices a {
        width: 100%;
    }
}
@media only screen and (max-width: 575px){
    .thsn-title-bar-content, .thsn-title-bar-wrapper {
        min-height: 260px;
    }
    body.thsn-sidebar-no #content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .tabular-menu .nav-tabs {
        gap: 1px;
        flex-wrap: nowrap;
        width: calc(100% - 24px);
        margin: 0 auto;
    }
    .tabular-menu .tab-content {
        padding: 16px;
    }
    .navigator {
        flex-direction: column;
    }
    .navigator a {
        font-size: 16px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 420px){
    .thsn-title-bar-content, .thsn-title-bar-wrapper {
        min-height: 200px;
    }
}