.t-footer {
    contain-intrinsic-size: auto 800px;
    content-visibility: auto
}

:root {
    --side-padding: 32px;
    --root-padding: 0 32px
}

@media(max-width:991px) {
    :root {
        --side-padding: 16px;
        --root-padding: 0 16px
    }
}

@media(max-width:479px) {
    :root {
        --side-padding: 12px;
        --root-padding: 0 12px
    }
}

.t-animated-background__animation {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.t-animated-background__canvas {
    display: block;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0
}