body {
    font-family: Arial, sans-serif;
    background-color: #000;
    color: #f5f5f5;
    line-height: 1.5;
    margin: 0;
}

.nx-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nx-container--narrow {
    max-width: 768px;
}

.nx-layout {
    display: flex;
    gap: 3rem;
}

.nx-layout--split {
    flex-direction: column;
}

.nx-layout--split .nx-panel {
    flex: 1;
    position: relative;
}

.nx-layout--padding-regular {
    padding: 60px 0;
}

@media screen and (max-width: 991px) {
    [nx-id="00001"] .nx-layout {
        text-align: center;
        align-items: center;
        gap: 0;
        height: 100vh;
    }

    [nx-id="00002"] {
        max-width: 468px;
        width: 100%;
        margin: 0 auto;
    }

    [nx-id="00003"] .nx-image {
        max-height: 500px;
        object-fit: cover;
        object-position: top;
    }


}

@media screen and (min-width: 992px) {
    .nx-layout--split {
        flex-direction: row;
        align-items: center;
    }


[nx-id="00001"] .nx-layout {
    height: 80vh;
}
}

.nx-image {
    width: 100%;
}

[nx-id="00001"] {
    overflow: hidden;
}


[nx-id="00101"]{
    padding: 24px 0;
    max-width: 468px;
}

[nx-id="00003"] {
    filter: contrast(1.1);
}

[nx-id="00005"] {
    margin-top: 60px;
}

[nx-id="000b2"] {
    max-width: 360px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

[nx-id="00002"] {
    height: 100%;
}

[nx-id="00122"] {
    position: absolute;
    background: linear-gradient(to bottom, transparent, black);
    bottom: 0;
    width: 100%;
    z-index: 2;
    height: 450px;
}

[nx-id="00404"] {
    padding: 24px 0;
    padding-bottom: 96px;
    color: rgb(215, 215, 215);
}

.noxto-bage {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    position: fixed;
    bottom: 16px;
    right: 16px;
    padding: 4px 12px;
    border: 1px solid #ffffff50;
    border-radius: 4px;
    background-color: #000;
    cursor: pointer;
    z-index: 999;
}

.noxto-bage img {
    height: 12px;
}