.watt-careers__banner {
    position: relative;
    width: 100%;
    height: 37.6vw;
    background-size: cover;
    background-position: center;
}
.watt-careers__banner-content {
    margin: 0 auto;
    width: 100%;
    padding-top: 20vw;
}
.watt-careers__banner-title {
    color: #000000;
    font-size: 2vw;
    font-weight: 700;
    line-height: 1.2em;
}

.watt-careers__banner-description {

    margin-top: 0.5vw;
    color: #000000;
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.2em;
}



.watt-careers__s0 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    position: relative;
    background: #000000;
}
.watt-careers__s0-wrap {
    position: relative;
    z-index: 2;
}


.watt-careers__s0-img {
    font-size: inherit;
    width: 15em;
    margin: 0 auto;
}


.watt-careers__canvas {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: #000000;
}

.watt-careers__s0-label {
    text-align: center;
    font-size: 2.5em;
    line-height: 1.2em;
    color: #ffffff;
    margin-top: 1em;
}
.watt-careers__s0-button {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6em;
    padding: 0.5em 0.3em;
    background: #ffffff;
    border-radius: 10em;
    width: 8em;
    margin-top: 2em;
    cursor: pointer;
}

.watt-careers__s1 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(
            135deg,
            var(--watt-blue-dark),
            var(--watt-blue-medium),
            var(--watt-blue-light),
            var(--watt-blue-pale),
            var(--watt-yellow-bright),
            var(--watt-yellow-light)
    );
}
.watt-careers__s1-label {
    font-size: 2.5em;
    line-height: 1.4em;
    color: #ffffff;
}

.watt-careers__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #f5f5f7;
    padding-top: 5em;
    padding-bottom: 8em;
}
.watt-careers__info-content-title {
    color: #1d1d1f;
    font-size: 2em;
    font-weight: 700;
}

.watt-careers__info-content-media {
    margin-top: 5em;
    display: flex;
    gap: 1.2em;
}
.watt-careers__info-content-media-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 15em;
    height: 15em;
    background: #ffffff;
    box-shadow: 0 0 0.8em rgba(0,0,0, .05);
    transition: all 0.3s ease;
}
.watt-careers__info-content-media-item:hover {
    box-shadow: 0 0 1.2em rgba(0,0,0, 0.12);
}
.watt-careers__info-content-media-logo {
    width: 5.375em;
}
.watt-careers__info-content-media-label {
    font-size: 1.2em;
    display: inline-block;
    padding-top: 0.8em;
    text-align: center;
}
.watt-careers__info-content-media-link {
    text-align: center;
}

.watt-careers__info-content-media-inner {
    text-align: center;
    position: relative;
}
.watt-careers__info-content-media--himg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    transition: opacity 0.1s ease;
}

.watt-careers__info-content-media-item:hover .watt-careers__info-content-media--himg,
.watt-careers__info-content-media-item:active .watt-careers__info-content-media--himg{
    opacity: 1;
}