.main-content {
    line-height: 1.2;
}

@media screen and (max-width: 749px) {
    .small-hide {
      display: none !important;
    }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
    .medium-hide {
      display: none !important;
    }
}

@media screen and (min-width: 990px) {
    .large-up-hide {
      display: none !important;
    }
}

:root {
    --duration-short: 100ms;
    --duration-default: 200ms;
    --duration-announcement-bar: 250ms;
    --duration-medium: 300ms;
    --duration-long: 500ms;
    --duration-extra-long: 600ms;
    --duration-extra-longer: 750ms;
    --duration-extended: 3s;
    --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
    --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
    --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

@media (prefers-reduced-motion: no-preference) {

    .animate--ambient>img,
    .animate--ambient>svg {
        animation: animateAmbient 30s linear infinite;
    }

    @keyframes animateAmbient {
        0% {
            transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
        }

        100% {
            transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
        }
    }

    .scroll-trigger.animate--fade-in,
    .scroll-trigger.animate--slide-in {
        opacity: 0.01;
    }

    .scroll-trigger.animate--slide-in {
        transform: translateY(2rem);
    }

    .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
        opacity: 1;
        animation: var(--animation-fade-in);
    }

    .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
        animation: var(--animation-slide-in);
        animation-delay: calc(var(--animation-order) * 75ms);
    }

    .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
    .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
    .scroll-trigger.scroll-trigger--design-mode .slider,
    .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
        opacity: 1;
        animation: none;
        transition: none;
        transform: none;
    }

    .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
        transform: translateY(0);
    }

    @keyframes slideIn {
        from {
            transform: translateY(2rem);
            opacity: 0.01;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0.01;
        }

        to {
            opacity: 1;
        }
    }
}


.mix-diff {
    mix-blend-mode: difference
}

.x-gina-media-text {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.x-gina-media {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.x-gina-media__img, .x-gina-media__video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.x-gina-media__content {
    margin-bottom: 120px;
    max-width: 960px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.x-gina-media__content h2 p {
    color: #fff;
    text-align: center;
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -2.88px
}

.x-gina-media__content h4 {
    margin: 20px 0 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.36px
}

.x-gina-media__content>p {
    max-width: 600px;
    color: #fff6;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -.28px;
    margin-bottom: 0;
}

@media screen and (max-width: 989px) {
    .x-gina-media__content {
        margin-bottom: 100px;
        max-width: 270px
    }

    .x-gina-media__content h2 p {
        font-size: 48px;
        line-height: 52px;
        letter-spacing: -1.92px
    }

    .x-gina-media__content h4 {
        margin: 20px 0 4px;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -.28px
    }

    .x-gina-media__content p {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: -.24px
    }
}
@media screen and (max-width: 989px) {
    .x-gina-media__content h2 p {
        font-size: 38px;
        line-height: 42px;
    }
}




.x-gina-big {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #000;
    overflow: hidden
}

.x-gina-big video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: inset(120px 119px round 40px)
}

.x-gina-big-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.x-gina-big-content .tips {
    position: absolute;
    right: 80px;
    top: 60px;
    max-width: 575px;
    color: #fff9;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.36px
}

.x-gina-big-content .screen {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: -2.88px
}

.x-gina-big-content .screen span {
    margin-left: 10px
}

.x-gina-big-content .screen p {
    margin: 0 50px
}

.x-gina-big-content .product {
    position: absolute;
    left: 120px;
    bottom: 60px;
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -.96px
}

.x-gina-big-content.one-pro {
    opacity: 0
}

@media screen and (max-width: 989px) {
    .x-gina-big video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        clip-path: inset(100px 45px round 20px)
    }

    .x-gina-big-content .tips {
        right: 30px;
        top: 50px;
        max-width: 270px;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: -.24px
    }

    .x-gina-big-content .screen {
        flex-direction: column;
        font-size: 48px;
        line-height: 52px;
        letter-spacing: -1.92px
    }

    .x-gina-big-content .product {
        position: absolute;
        left: 145px;
        bottom: 48px;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -.28px
    }
}



.x-gina-lens {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #000;
    overflow: hidden
}

.x-gina-lens-bg {
    position: relative;
    width: 100%;
    height: 100%
}

.x-gina-lens-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.x-gina-lens-bg .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .9;
    display: unset !important
}

.x-gina-lens-woman {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.x-gina-lens-content {
    position: absolute;
    bottom: 60px;
    left: 120px;
    max-width: 490px
}

.x-gina-lens-content .intro h2 {
    margin: 66px 0 10px
}

.x-gina-lens-content .intro h2, .x-gina-lens-content h3 {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -.96px
}

.x-gina-lens-content .intro p {
    color: #fff6;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -.36px
}

.x-gina-lens-content h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0
}

.x-gina-lens-content .mode_1 {
    transform: translate(-30px)
}

@media screen and (max-width: 989px) {
    .x-gina-lens-content {
        left: 40px
    }
}


.x-gina-points {
    padding: 120px 20px;
    background-color: #111;
    overflow: hidden
}

.x-gina-points ul {
    margin: 0 auto;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    justify-content: center;
    border-radius: 40px;
    overflow: hidden
}

.x-gina-points ul li {
    padding: 40px;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #202021
}

.x-gina-points ul li img {
    width: 100px
}

.x-gina-points ul li h3 {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: -1.92px
}

.x-gina-points ul li .big-title {
    font-size: 100px;
    line-height: 100%;
    letter-spacing: -4px
}

.x-gina-points ul li h4 {
    margin: 4px 0 8px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: -.36px
}

.x-gina-points ul li p {
    color: #fff6;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -.28px
}

.x-gina-points__noblur, .x-gina-points__noflicker {
    display: block !important;
    align-content: end;
    background-color: #2e2e2f !important
}

.x-gina-points__ipd {
    position: relative;
    grid-column: span 2;
    aspect-ratio: 2 !important;
    background: url(bim/ipdBG.png);
    background-size: cover;
    background-color: #171717 !important
}

.x-gina-points__ipd-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -.28px;
    border-radius: 36px;
    background: #ffffff1a;
    text-decoration: none
}

@media screen and (max-width: 989px) {
    .x-gina-points {
        padding: 40px 20px
    }

    .x-gina-points ul {
        grid-template-columns: repeat(2, 1fr);
        border-radius: 20px
    }

    .x-gina-points ul li {
        padding: 20px;
        aspect-ratio: 175/300
    }

    .x-gina-points ul li img {
        width: 60px
    }

    .x-gina-points ul li h3 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -.96px
    }

    .x-gina-points ul li .big-title {
        font-size: 48px;
        line-height: 52px;
        letter-spacing: -1.92px
    }

    .x-gina-points ul li h4 {
        margin: 3px 0 10px;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -.28px
    }

    .x-gina-points ul li p {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: -.24px
    }

    .x-gina-points__ipd {
        aspect-ratio: 1 !important
    }

    .x-gina-points__noblur {
        order: 2
    }

    .x-gina-points__120hz {
        order: 1
    }

    .x-gina-points__noflicker {
        order: 3
    }

    .x-gina-points__color {
        order: 4
    }

    .x-gina-points__ipd-btn {
        position: unset;
        display: inline-block;
        margin-top: 20px
    }
}



.x-gina-mode {
    background-color: #fff;
    overflow: hidden
}

.x-gina-mode-main {
    padding: 120px;
    width: 100%;
    height: 100%
}

.x-gina-mode__video {
    position: relative
}

.x-gina-mode__video video {
    width: 100%;
    aspect-ratio: 720/370;
    object-fit: cover;
    border-radius: 40px
}

.x-gina-mode__video-label {
    position: absolute;
    top: 40px;
    right: 40px;
    display: block;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -.28px
}

.x-gina-mode__title {
    margin: 40px 20px 10px;
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -1.92px
}

.x-gina-mode__desc {
    margin: 0 20px;
    color: #0006;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -.36px
}

@media screen and (max-width: 989px) {
    .x-gina-mode-main {
        padding: 40px 20px
    }

    .x-gina-mode__video video {
        aspect-ratio: 350/200;
        border-radius: 20px
    }

    .x-gina-mode__video-label {
        top: 16px;
        right: 16px;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -.28px
    }

    .x-gina-mode__title {
        margin: 20px 10px 6px;
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -.72px
    }

    .x-gina-mode__desc {
        margin: 0 10px;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -.28px
    }
}



.x-gina-x1 {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #000;
    overflow: hidden
}

.x-gina-x1__img {
    margin-right: 120px;
    width: 360px
}

.x-gina-x1__content .content-box {
    height: 100vh;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.x-gina-x1__content h2 {
    font-size: 150px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -9px;
    background: linear-gradient(90deg, #fee582, #ffba4f);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: blur(0px)
}

.x-gina-x1__content h4 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -.96px
}

.x-gina-x1__content p {
    color: #fff6;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.36px
}

@media screen and (max-width: 989px) {
    .x-gina-x1 {
        flex-direction: column;
        align-items: center
    }

    .x-gina-x1__img {
        margin-right: 0;
        width: 200px
    }

    .x-gina-x1__content {
        margin-top: 40px
    }

    .x-gina-x1__content .content-box {
        height: auto;
        max-width: 200px;
        display: block
    }

    .x-gina-x1__content .content1 {
        margin-bottom: 80px
    }

    .x-gina-x1__content h2 {
        text-align: center;
        font-size: 48px;
        line-height: 52px;
        letter-spacing: -1.92px
    }

    .x-gina-x1__content .content2 h2 {
        -webkit-text-fill-color: #FFF
    }

    .x-gina-x1__content h4 {
        margin-bottom: 4px;
        text-align: center;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: -.36px
    }

    .x-gina-x1__content p {
        text-align: center;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: -.24px
    }
}


.x-gina-slide {
    background-color: #fff;
    overflow: hidden
}

.x-gina-slide-main {
    padding: 120px;
    width: 100%;
    height: 100%
}

.x-gina-slide__img {
    position: relative
}

.x-gina-slide__img img {
    width: 100%;
    aspect-ratio: 2;
    object-fit: cover;
    border-radius: 40px
}

.x-gina-slide__img-label {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex
}

.x-gina-slide__img-label span {
    display: block;
    width: 50%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -.36px
}

.x-gina-slide__title {
    margin: 30px 20px 10px;
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -.96px
}

.x-gina-slide__desc {
    margin: 0 20px;
    color: #0006;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -.36px
}

@media screen and (max-width: 989px) {
    .x-gina-slide-main {
        padding: 40px 20px 72px
    }

    .x-gina-slide__img img {
        aspect-ratio: 350/200;
        border-radius: 20px
    }

    .x-gina-slide__img-label span {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -.28px
    }

    .x-gina-slide__title {
        margin: 20px 10px 4px;
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -.72px
    }

    .x-gina-slide__desc {
        margin: 0 10px;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -.28px
    }
}



.x-gina-osd {
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

.x-gina-osd-main {
    position: relative;
    width: calc(100% - 240px);
    height: calc(100% - 180px);
    border-radius: 40px;
    overflow: hidden
}

.x-gina-osd__img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.x-gina-osd__content {
    opacity: 1;
    padding: 120px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(0deg, #0006 0% 100%)
}

.x-gina-osd__content h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -.96px
}

.x-gina-osd__content p {
    max-width: 744px;
    color: #fff6;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.36px
}

@media screen and (max-width: 989px) {
    .x-gina-osd {
        align-items: flex-start
    }

    .x-gina-osd-main {
        width: calc(100% - 40px);
        height: calc(100% - 120px);
        border-radius: 20px
    }

    .x-gina-osd__content {
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .x-gina-osd__content h3 {
        margin-bottom: 4px;
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -.72px
    }

    .x-gina-osd__content p {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -.28px
    }
}


.x-gina-bose {
    padding: 120px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url(bim/soundbybose.jpeg);
    background-size: cover;
    background-position: center
}

.x-gina-bose img {
    margin-left: auto;
    height: 40px
}

.x-gina-bose__content {
    width: 520px
}

.x-gina-bose__content h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -.96px
}

.x-gina-bose__content p {
    color: #fff6;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.36px
}

@media screen and (max-width: 989px) {
    .x-gina-bose {
        padding: 80px 60px;
        align-items: center
    }

    .x-gina-bose img {
        margin-left: unset;
        height: 20px
    }

    .x-gina-bose__content {
        width: unset
    }

    .x-gina-bose__content h3, .x-gina-bose__content p {
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -.28px
    }
}



.x-gina-mic {
    width: 100%;
    height: 100vh;
    display: flex;
    background-color: #000;
    overflow: hidden
}

.x-gina-mic-box {
    position: relative
}

.x-gina-mic-box.box1 {
    flex: 0 0 63%
}

.x-gina-mic-box.box2 {
    flex: 0 0 37%
}

.x-gina-mic-box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.x-gina-mic-box .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 120px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.x-gina-mic-box h2 {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -.96px
}

.x-gina-mic-box p {
    margin-top: 10px;
    color: #fff6;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.36px;
    height: 60px
}

.x-gina-mic .box2 p {
    height: 0;
    opacity: 0
}

@media screen and (max-width: 989px) {
    .x-gina-mic {
        flex-direction: column;
        padding: 20px;
        height: auto
    }

    .x-gina-mic-box.box1 {
        flex: unset
    }

    .x-gina-mic-box.box2 {
        margin-top: 20px;
        flex: unset
    }

    .x-gina-mic-box img {
        aspect-ratio: 1 / 1
    }

    .x-gina-mic-box .content {
        padding: 0 40px
    }

    .x-gina-mic-box h2 {
        color: #fff;
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -.72px
    }

    .x-gina-mic-box p {
        margin-top: 4px;
        color: #fff6;
        height: unset;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -.28px
    }

    .x-gina-mic .box2 p {
        height: auto;
        opacity: 1
    }
}



.x-gina-slogan {
    padding: 250px 0;
    width: 100%;
    background-color: #000;
    overflow: hidden
}

.x-gina-slogan h2 {
    margin: 0 auto;
    text-align: center;
    font-size: 100px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -4px;
    background-image: unset;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: white
}

@media screen and (max-width: 989px) {
    .x-gina-slogan {
        padding: 100px 0
    }

    .x-gina-slogan h2 {
        width: 150px;
        font-size: 48px;
        line-height: 200%;
        letter-spacing: -1.92px
    }
}

@media screen and (max-width: 400px) {
    .x-gina-slogan h2 {
        width: 75%;
        font-size: 38px;
    }
}



.x-gina-capture {
    padding-bottom: 144px;
    width: 100%;
    background-color: #000;
    overflow: hidden
}

.x-gina-capture__video {
    margin: 0 auto 40px;
    width: 960px;
    height: 540px;
    object-fit: cover;
    border-radius: 40px;
    display: block;
}

.x-gina-capture__content p {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -.72px
}

.x-gina-capture__content span {
    margin-top: 10px;
    display: block;
    color: #fff6;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -.28px
}

@media screen and (max-width: 989px) {
    .x-gina-capture {
        padding-bottom: 60px
    }

    .x-gina-capture__video {
        margin: 0 auto 20px;
        width: 350px;
        height: 224px;
        border-radius: 20px
    }

    .x-gina-capture__content {
        width: 270px;
        margin: 0 auto
    }

    .x-gina-capture__content p {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -.28px
    }
}