.full-page-container {
    height: 70vh;
}
#computex-lp-\|-hero-\|-header {
    position: relative;
    top: 50px;
}
.computex-hero-container .CorsairVideo_video-wrapper__1k_jF {
    position: relative;
}
.video-intro,
.video-loop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-loop {
    opacity: 0;
}
.video-switched .video-intro {
    opacity: 1;
}
.video-switched .video-loop {
    opacity: 1;
}
#computex-lp-\|-hero-\|-header div.text-header-3 {
    font-weight: 900;
    font-size: 44px;
}
#computex-lp-\|-hero-\|-header .text-subhead-2 {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: Saira, sans-serif !important;
    font-weight: 500 !important;
}
#computex-lp-\|-hero-\|-header .text-subhead-2::before,
#computex-lp-\|-hero-\|-header .text-subhead-2::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: currentColor;
}
.gradient {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(38.1% 36.12% at 50% 54.12%, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%),
        linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 17.11%);
}
@media (min-width: 768px) {
    .full-page-container {
        height: calc(100svh - 120px);
    }
    #computex-lp-\|-hero-\|-header {
        top: 90px;
    }
    #computex-lp-\|-hero-\|-header div.text-header-3 {
        font-size: 88px;
        font-weight: 300;
    }
}