.ip-28f8fc33-wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    margin-left: calc(-50vw + 50%);
    background-color: #000;
}

.ip-28f8fc33-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.ip-28f8fc33-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2b2b28;
    opacity: 0.45;
    z-index: 2;
}

.ip-28f8fc33-logo {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 10;
}

.ip-28f8fc33-logo svg,
.ip-28f8fc33-logo img {
    max-width: 150px;
    height: auto;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ip-28f8fc33-logo svg path,
.ip-28f8fc33-logo svg rect,
.ip-28f8fc33-logo svg circle,
.ip-28f8fc33-logo svg polygon {
    fill: #ffffff;
    stroke: #ffffff;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ip-28f8fc33-logo:hover svg path,
.ip-28f8fc33-logo:hover svg rect,
.ip-28f8fc33-logo:hover svg circle,
.ip-28f8fc33-logo:hover svg polygon {
    fill: #e5ff00;
    stroke: #e5ff00;
}

.ip-28f8fc33-nav-item {
    position: absolute;
    z-index: 10;
    font-family: 'Familjen Grotesk', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -0.05em;
    color: #ffffff;
    text-decoration: none;
    font-size: 24px;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ip-28f8fc33-nav-item:hover {
    color: #e5ff00;
    transform: translateX(5px);
}

.ip-28f8fc33-nav-1 {
    bottom: 40px;
    left: 40px;
}

.ip-28f8fc33-nav-2 {
    top: 40px;
    right: 40px;
}

.ip-28f8fc33-nav-3 {
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

.ip-28f8fc33-nav-3:hover {
    transform: translate(5px, -50%);
}

.ip-28f8fc33-nav-4 {
    bottom: 40px;
    right: 40px;
}