<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* N D K  W H A T */

.ndk-section-what {
    overflow: hidden;
}

.ndk-what-container {
    position: relative;
    padding: 80px 0 40px;
    height: auto;
}

.ndk-what-container::after {
    left: 0;
    bottom: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 85%;
    background: var(--linear-bluetrans);
    z-index: -2;
    opacity: 0.8;
}

.what-bg {
    max-width: 840px;
    margin: 0 auto;
    aspect-ratio: 1.1;
    pointer-events: none;
}

.what-pulse {
    aspect-ratio: 1.1;
    margin: -40px;
    animation-iteration-count: 60;
    padding-top: 10%;
}

.what-power {
    height: 60%;
    filter: blur(5px);
}

.what-power img {
    height: 100%;
    width: auto;
    max-width: none;
}

.what-panel {
    position: relative;
    max-width: 960px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 40px;
    width: auto;
    gap: 0;
    height: auto;
    max-height: 100%;
}

.what-head {
    order: -1;
}

.what-earth {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1.95;
    margin-bottom: -60px;
    filter: drop-shadow(0px 20px 20px var(--alpha100));
}

.what-content {
    position: relative;
    text-align: center;
    order: -1;
    z-index: 1;
    padding: 30px 0 0;
    mix-blend-mode: multiply;
}

.content-headline h2 {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
}

.content-headline h2 {
    margin: 0;
    line-height: 1.2;
    font-weight: 500;
}

.content-headline h2 img {
    vertical-align: initial;
    height: 45px;
}

.what-content .content {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 1.3;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.what-content .content strong {
    font-size: 26px;
    font-weight: 700;
}

.network .uk-animation-stroke {
    animation-duration: 10s;
    animation-iteration-count: 5;
    mix-blend-mode: multiply;
}

.planet img {
    filter: drop-shadow(0px 10px 20px var(--alpha50))
            drop-shadow(0px 20px 40px var(--alpha50))
            drop-shadow(0px 40px 60px var(--alpha80));
}

.section-divider {
    position: relative;
}

.what-buttons {
    z-index: 1;
    display: flex;
    gap: 40px;
    margin-top: -40px;
    padding-bottom: 20px;
}


/* R E S P O N S I V E */


@media (min-width: 960px) {
    .what-content .content {
        max-width: 650px;
    }
    .what-content .content span {
        display: block;
    }
    .what-content .content span:first-child {
        display: inline-block;
    }
    .what-content .content strong:nth-child(2) {
        display: inline-block;
    }
}

@media (min-width: 1280px) {
    .what-content .content {
        max-width: 960px;
    }
}
@media (max-width: 1280px) {
    .what-earth {
        width: 95%;
        height: 95%;
        margin-bottom: -80px;
        margin-top: 20px;
    }
    .what-content .content {
        max-width: none;
    }
    .what-buttons {
        margin-top: -20px;
    }
}

@media (max-width: 1080px) {
    .what-earth {
        width: 90%;
        height: 90%;
        margin-bottom: -60px;
    }
    .what-content {
        padding: 25px 0 0;
    }
    .what-content .content {
        font-size: 22px;
    }
    .content-headline h2 img {
        height: 40px;
    }
}

@media (max-width: 960px) {
    .what-earth {
        width: 95%;
        height: 95%;
        margin-bottom: -40px;
    }
    .what-content .content {
        max-width: 800px;
    }
    .what-content .content strong {
        font-size: 24px;
    }
    .content-headline h2 img {
        height: 36px;
    }
}

@media (max-width: 840px) {
    .what-earth {
        width: 100%;
        height: 100%;
        margin-bottom: -20px;
        margin-top: 10px;
    }
    .ndk-what-container::after {
        height: 80%;
    }
    .content-headline h2.uk-heading-medium {
        line-height: 1.1;
    }
    .what-content {
        padding: 20px 0 0;
    }
    .what-content .content {
        font-size: 20px;
        max-width: 650px;
        justify-content: center;
        line-height: 1.25;
    }
    .what-content .content&gt;* {
        display: inline;
    }
    .what-content .content strong {
        font-size: 22px;
    }
    .what-buttons {
        gap: 30px;
        padding-bottom: 15px;
        margin-top: -25px;
    }
    .content-headline h2 img {
        height: 34px;
    }
}

@media (max-width: 720px) {
    .what-earth {
        width: 120%;
        height: 120%;
    }
    .content-headline h2 img {
        height: 32px;
    }
    .what-buttons {
        padding-bottom: 10px;
    }
}
@media (max-width: 640px) {
    .what-earth {
        width: 130%;
        height: 130%;
        margin: 30px 0 -40px;
    }
    .ndk-what-container::after {
        background: var(--alpha100);
        height: 100%;
    }
    .what-power {
        height: 280px;
    }
    .what-content {
        order: 0;
        padding: 0;
    }
    .what-panel {
        padding: 0 30px;
    }
    .content-headline h2 {
        line-height: 1;
    }
    .content-headline h2.uk-heading-medium {
        line-height: 1.1;
        margin-bottom: 4px;
    }
    .content-headline h2 img {
        height: 30px;
    }
    .what-content .content {
        gap: 5px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        display: flex;
        font-size: 22px;
    }
    .what-content .content strong {
        font-size: 26px;
    }
    .what-buttons {
        margin: 40px 0;
        gap: 25px;
        padding-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .what-head {
        max-width: 320px;
    }
    .what-pulse {
        margin: -50px;
    }
    .what-buttons {
        flex-direction: column;
    }
}
@media (max-width: 580px) {
    .what-earth {
        width: 150%;
        height: 150%;
    }
    .what-content .content strong {
        max-width: 340px;
    }
}

@media (max-width: 480px) {
    .what-earth {
        width: 170%;
        height: 170%;
        margin: 25px 0 -45px;
    }
    .what-content .content {
        max-width: 320px;
        font-size: 20px;
        line-height: 1.2;
    }
}

@media (max-width: 420px) {
    .what-earth {
        width: 180%;
        height: 180%;
    }
    .content-headline p.uk-heading-small,
    .content-headline p.uk-heading-medium {
        font-size: 28px;
    }
}

@media (max-width: 370px) {
    .ndk-what-container {
        padding: 60px 0 40px;
    }
    .what-content .content {
        font-size: 18px;
    }
    .what-content .content strong {
        font-size: 20px;
    }
}


/* F O G */

.ndk-what-container .fog-container {
    height: 50%;
    display: block;
    pointer-events: none;
}

.ndk-what-container .fog-container .fog {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: -40%;
    right: -40%;
    width: 180%;
    height: 100%;
    pointer-events: none;
    display: flex;
    justify-content: center;
}

.ndk-what-container .fog img {
    transform-origin: center bottom;
    display: block;
    position: absolute;
    bottom: 0;
    max-width: 100%;
    mix-blend-mode: screen;
    animation: fogfx calc(3s * var(--i)) ease-in infinite;
}

@keyframes fogfx {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    25%,
    75% {
        opacity: 0.75;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

@media (max-width: 840px) {
    .ndk-what-container .fog-container .fog {
        height: 80%;
    }
}

@media (max-width: 640px) {
    .ndk-what-container .fog-container {
        bottom: 20%;
    }
}

@media (max-width: 580px) {
    .ndk-what-container .fog-container {
        bottom: 30%;
    }
}

@media (max-width: 480px) {
    .ndk-what-container .fog-container {
        bottom: 40%;
    }
}</pre></body></html>