.spline-watermark {
    display: none !important;
}

header {
    position: absolute;
    width: 100%;
    z-index: 100;
}


.img-anim, .img-anim_2 {
    transition: all .5s linear;
}

.img-anim:hover {
    transform: scale(1.025);
}

.img-anim_2:hover {
    transform: translateY(-5%);
}

.t280__logo__content {
    padding: 10px 0 !important;
}

.zindex10 {
    z-index: 10;
}