<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* T A B S S E C T I O N H O M E */

.ndk-section-tabs .ndk-head .uk-tile {
    padding: 80px 80px 100px;
    text-align: center;
    background: var(--linear-bluetrans);
}

.ndk-section-tabs .ndk-head .head-container {
    margin-bottom: -52px;
}

.ndk-section-tabs .ndk-tabs .tab-content {
    min-height: 400px;
}

.ndk-tabs.uk-tab, .ndk-tabs .uk-tab {
    margin: 0 0 -1.5px;
    border-bottom: 1.5px solid var(--divider);
    z-index: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}
.ndk-tabs.uk-tab&gt;* {
    padding: 0;
}

@media (max-width: 840px) {
    .ndk-section-tabs .ndk-head .uk-tile {
        padding: 80px 60px 100px;
    }
}

@media (max-width: 580px) {
    .ndk-section-tabs .ndk-head .uk-tile {
        padding: 80px 40px 100px;
    }
}

@media (max-width: 480px) {
    .ndk-section-tabs .ndk-head .uk-tile {
        padding: 60px 30px 80px;
    }
    .ndk-tabs.uk-tab, .ndk-tabs .uk-tab {
        gap: 8px;
    }
}


/* C O N T E N T S */

.ndk-tabs .uk-switcher .uk-panel {
    background: var(--alpha100);
}

.ndk-switcher.uk-switcher {
    background: var(--alpha100);
    position: relative;
}

.ndk-switcher.uk-switcher li {
    background: inherit;
}

.ndk-tabs .tab-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding: 50px 50px 0;
    background: var(--alpha100);
}

.ndk-tabs .tab-cta {
    max-width: 960px;
    margin: 50px auto 80px;
    background: var(--alpha100);
}


@media (min-width: 960px) {
    .tab-buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        margin-bottom: 80px;
        margin-top: 20px;
    }
}

@media (max-width: 640px) {
    .ndk-tabs .tab-content {
        padding: 40px 40px 0;
    }
}

@media (max-width: 580px) {
    .ndk-section-tabs .ndk-head-intro {
        margin: 10px 0 0;
    }
}

@media (max-width: 390px) {
    .ndk-tabs .tab-content {
        padding: 40px 30px 0;
    }
}


</pre></body></html>