#nvrtx40series {
    background: var(--color-black);
    color: var(--color-white);
}

#nvrtx40series img {
    vertical-align: bottom;
    overflow: hidden;
}

#nvrtx40series h1 {
    font-size: 36px;
    line-height: 45px;
}

@media (min-width: 996px) {
    #nvrtx40series h1 {
        font-size: 48px;
        line-height: 60px;
    }
}

#nvrtx40series h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 30px auto;
}

@media (min-width: 996px) {
    #nvrtx40series h2 {
        font-size: 36px;
        line-height: 45px;
    }
}

#nvrtx40series h3 {
    font-size: 24px;
    line-height: 30px;
}

@media (min-width: 996px) {
    #nvrtx40series h3 {
        font-size: 28px;
        line-height: 35px;
    }
}

#nvrtx40series h4 {
    font-size: 20px;
    line-height: 25px;
    margin: 30px auto;
}

@media (min-width: 996px) {
    #nvrtx40series h4 {
        font-size: 24px;
        line-height: 30px;
    }
}

#nvrtx40series h5 {
    font-size: 18px;
    line-height: 22px;
}

@media (min-width: 996px) {
    #nvrtx40series h5 {
        font-size: 20px;
        line-height: 25px;
    }
}

#nvrtx40series h6 {
    font-size: 16px;
    line-height: 20px;
}

@media (min-width: 996px) {
    #nvrtx40series h6 {
        font-size: 18px;
        line-height: 22.5px;
    }
}

#nvrtx40series p {
    font-size: 15px;
    line-height: 25px;
    color: #eee;
}

#nvrtx40series p.nv-note {
    color: #aaa;
    font-size: var(--note-md);
}

#nvrtx40series .btnsty {
    display: inline-block;
    position: relative;
    line-height: 1;
    text-align: center;
    background-color: #76b900;
    color: var(--color-black);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25em;
    min-width: 50px;
}

#nvrtx40series .btnsty:hover::before,
#nvrtx40series .btnsty:hover::after {
    width: 100%;
    left: 0;
}

#nvrtx40series .btnsty:hover span::before,
#nvrtx40series .btnsty:hover span::after {
    height: 100%;
    top: 0;
}

#nvrtx40series .btnsty::before,
#nvrtx40series .btnsty::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    left: 50%;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    background: #fff;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

#nvrtx40series .btnsty::before {
    top: 0;
}

#nvrtx40series .btnsty::after {
    bottom: 0;
}

#nvrtx40series .btnsty span {
    display: block;
    padding: 13px 15px;
}

#nvrtx40series .btnsty span::before,
#nvrtx40series .btnsty span::after {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    top: 50%;
    background: #fff;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

#nvrtx40series .btnsty span::before {
    left: 0;
}

#nvrtx40series .btnsty span::after {
    right: 0;
}

#nvrtx40series .kv {
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}

#nvrtx40series .kv__bg {
    width: 100%;
    position: relative;
}

#nvrtx40series .kv__bg img {
    width: 100%;
}

#nvrtx40series .kv__txtbox {
    text-align: center;
}

#nvrtx40series .kv__txtbox h3 {
    margin: 30px 0;
}

#nvrtx40series .kv__txtbox p {
    line-height: 25px;
    margin-bottom: 30px;
}

#nvrtx40series .kv__nv {
    max-width: 150px;
    margin: 20px auto;
}

@media (min-width: 996px) {
    #nvrtx40series .kv {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #nvrtx40series .kv .msi__container {
        position: absolute;
    }
    #nvrtx40series .kv__txtbox {
        width: 45%;
        text-align: left;
    }
    #nvrtx40series .kv__nv {
        position: absolute;
        right: 14%;
        bottom: 30px;
        margin: 0;
    }
}

#nvrtx40series .buyrtx {
    border-top: #999 1px solid;
    border-bottom: #999 1px solid;
    padding: 90px 0;
    text-align: center;
}

#nvrtx40series .buyrtx__flex {
    margin-top: 60px;
}


/* #nvrtx40series .buyrtx__flex-item:not(:first-child) {
    margin-top: 60px;
} */

#nvrtx40series .buyrtx__flex-item figure {
    overflow: hidden;
    display: block;
}

#nvrtx40series .buyrtx__flex-item figure img {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#nvrtx40series .buyrtx__flex-item figure:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

@media (min-width: 996px) {
    #nvrtx40series .buyrtx {
        background: #111;
        border: 0;
    }
    #nvrtx40series .buyrtx__flex {
        margin-top: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #nvrtx40series .buyrtx__flex-item {
        width: calc( 100%/3 - 25px);
    }
    /* #nvrtx40series .buyrtx__flex-item:not(:first-child) {
        margin: 0;
    } */
}

#nvrtx40series .dlss {
    width: 100%;
    background: url("https://storage-asset.msi.com/event/2023/GNP/NV-Q3FY23-GeForce-RTX-40-series/images/nvidia-dlss-video-bg.jpg") top center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 90px 0 30px;
}

#nvrtx40series .dlss__img {
    max-width: 1280px;
    margin: 30px auto;
}

#nvrtx40series .dlss__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px auto 0;
    max-width: 1280px;
}

#nvrtx40series .dlss__icon img {
    max-width: 300px;
}

@media (min-width: 996px) {
    #nvrtx40series .dlss__img {
        width: 60%;
        margin: 60px auto;
    }
    #nvrtx40series .dlss__icon {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 60px;
    }
}

#nvrtx40series .raytracing {
    text-align: center;
    padding: 90px 0 0;
}

#nvrtx40series .raytracing figure {
    width: 100%;
    margin: 60px auto 0;
}

#nvrtx40series .raytracing figure img {
    width: 100%;
}

#nvrtx40series .reflex {
    text-align: center;
    position: relative;
}

#nvrtx40series .reflex__bg {
    position: relative;
    width: 100%;
}

#nvrtx40series .reflex__bg img {
    width: 100%;
}

#nvrtx40series .reflex .msi__container {
    padding: 30px 25px 60px;
}

@media (min-width: 996px) {
    #nvrtx40series .reflex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #nvrtx40series .reflex .msi__container {
        position: absolute;
        padding: 90px 0;
    }
}

#nvrtx40series .create {
    background: url("https://storage-asset.msi.com/event/2023/GNP/NV-Q3FY23-GeForce-RTX-40-series/images/create-bg.jpg") top center no-repeat;
    background-size: cover;
    padding: 90px 0;
}

#nvrtx40series .create h2 {
    text-align: center;
}

#nvrtx40series .create h3 {
    margin: 30px 0;
}

#nvrtx40series .create__single {
    margin: 60px auto 30px;
    text-align: center;
}

#nvrtx40series .create__single figure {
    margin-bottom: 30px;
}

#nvrtx40series .create__flex {
    text-align: center;
}

#nvrtx40series .create__flex-item {
    margin: 30px 0;
}

#nvrtx40series .create__flex-item figure {
    margin-bottom: 30px;
}

@media (min-width: 996px) {
    #nvrtx40series .create__single {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
    }
    #nvrtx40series .create__single figure {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        margin-bottom: 0;
    }
    #nvrtx40series .create__single-txt {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    }
    #nvrtx40series .create__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        text-align: left;
    }
    #nvrtx40series .create__flex-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    }
}

#nvrtx40series .footer {
    padding: 60px 0;
    text-align: center;
}

#nvrtx40series .footer__logo {
    margin: 0 auto 30px;
}

#nvrtx40series .footer__logo figure {
    margin: 30px;
}

#nvrtx40series .footer__logo figure img {
    max-height: 90px;
}

#nvrtx40series .footer__logo figure:not(:first-child) img {
    max-height: 60px;
}

#nvrtx40series .footer p {
    font-size: 11px;
    line-height: 15px;
    color: #666;
    margin: auto;
    padding: 0 25px;
}

@media (min-width: 996px) {
    #nvrtx40series .footer__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 40%;
        margin: 0 auto 30px;
    }
    #nvrtx40series .footer__logo figure {
        margin: 0 30px;
    }
    #nvrtx40series .footer__logo figure img {
        max-height: 90px;
    }
    #nvrtx40series .footer__logo figure:not(:first-child) img {
        max-height: 60px;
    }
    #nvrtx40series .footer p {
        font-size: 11px;
        line-height: 15px;
        color: #666;
        width: 50%;
        margin: auto;
    }
}


/*# sourceMappingURL=nvrtx40series.css.map */