
@font-face{
    font-family:Xolonium_regular;
    src:url(../fonts/xolonium-regular.otf),url(../fonts/xolonium-regular.otf) format("embedded-opentype"),url(../fonts/xolonium-regular.ttf) format("opentype"),url(../fonts/xolonium-regular.eot);
    font-weight:400;
    font-style:normal
}
@-webkit-keyframes a{
    0%{
        -webkit-transform:translate(-10%);
        transform:translate(-10%);
        opacity:0
    }
    to{
        -webkit-transform:translate(0);
        transform:translate(0);
        opacity:1
    }
}
@keyframes a{
    0%{
        -webkit-transform:translate(-10%);
        transform:translate(-10%);
        opacity:0
    }
    to{
        -webkit-transform:translate(0);
        transform:translate(0);
        opacity:1
    }
}
@-webkit-keyframes b{
    0%{
        -webkit-transform:translate(10%);
        transform:translate(10%);
        opacity:0
    }
    to{
        -webkit-transform:translate(0);
        transform:translate(0);
        opacity:1
    }
}
@keyframes b{
    0%{
        -webkit-transform:translate(10%);
        transform:translate(10%);
        opacity:0
    }
    to{
        -webkit-transform:translate(0);
        transform:translate(0);
        opacity:1
    }
}
body,html{
    width:100%;
    height:100%;
    margin:0 auto;
    padding:0;
    color:#fff;
    font-family:Roboto,sans-serif;
    font-size:16px;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    line-height:1.4;
    background-color:#000;
    -webkit-overflow-scrolling:touch
}
@media only screen and (min-width:1200px){
    body,html{
        font-size:14px
    }
}
@media only screen and (min-width:1500px){
    body,html{
        font-size:16px
    }
}
#countdown{
    background-image:url(../images/bg_01.jpg);
    background-repeat:no-repeat;
    background-position:50%;
    background-size:cover
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    #countdown{
        background-image:url(../images/bg_01.webp)
    }
}
#countdown .logo-set{
    top:0
}
.logo-set{
    left:auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-top:2rem
}
@media only screen and (max-width:768px){
    .logo-set{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        left:0;
        right:0;
        margin-top:1rem
    }
}
.logo-set .pcmr{
    background-image:url(../images/logos/logo-rog-pcmr.png);
    background-repeat:no-repeat;
    background-position:50%;
    background-size:contain;
    width:200px;
    height:72px
}
@media only screen and (max-width:480px){
    .logo-set .pcmr{
        margin-bottom:1rem;
        width:150px;
        height:55px
    }
}
.logo-set .slogan{
    font-family:Xolonium_regular,sans-serif;
    text-transform:uppercase;
    font-size:1.1rem
}
@media only screen and (max-width:480px){
    .logo-set .slogan{
        font-size:.875rem
    }
}
.word-wrap{
    display:inline-block
}
@media only screen and (min-width:768px){
    .word-wrap{
        display:block
    }
}
.word-wrap-m{
    display:block
}
@media only screen and (min-width:768px){
    .word-wrap-m{
        display:inline-block
    }
}
@media only screen and (max-width:480px){
    .container{
        padding-left:20px;
        padding-right:20px
    }
}
@media only screen and (min-width:1500px){
    .container{
        width:1380px
    }
}
@media only screen and (min-width:1500px){
    .container-fluid{
        max-width:1920px
    }
}
.noscript{
    padding:20px;
    color:#fff;
    margin:0;
    position:fixed;
    bottom:0;
    display:block;
    width:100%;
    z-index:3;
    text-align:center;
    background-color:#00aeef
}
sup{
    font-size:60%
}
.meta{
    position:fixed;
    left:-1000%
}
.owl-dots{
    padding-top:10px
}
.owl-theme .owl-nav .disabled{
    opacity:0;
    cursor:default
}
.owl-nav{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    margin-top:0;
    z-index:1
}
.owl-nav .owl-next,.owl-nav .owl-prev{
    position:absolute;
    top:140px;
    margin:auto;
    width:26px;
    height:26px
}
@media only screen and (min-width:768px){
    .owl-nav .owl-next,.owl-nav .owl-prev{
        width:60px;
        height:60px;
        top:280px
    }
}
@media only screen and (min-width:1200px){
    .owl-nav .owl-next,.owl-nav .owl-prev{
        top:250px
    }
}
@media only screen and (min-width:1500px){
    .owl-nav .owl-next,.owl-nav .owl-prev{
        top:250px
    }
}
.owl-nav .owl-next:hover,.owl-nav .owl-prev:hover{
    background-color:hsla(0,0%,88%,.1)!important;
    color:#0abcff
}
.owl-nav .owl-next:focus,.owl-nav .owl-prev:focus{
    outline-color:transparent;
    outline:transparent
}
.owl-nav .owl-next{
    right:0
}
@media only screen and (max-width:768px){
    .owl-nav .owl-next{
        right:0
    }
}
.owl-nav .owl-prev{
    left:0
}
@media only screen and (max-width:768px){
    .owl-nav .owl-prev{
        left:0
    }
}
.owl-nav span{
    font-size:6rem;
    line-height:36px;
    display:block;
    height:50px;
    width:50px
}
@media only screen and (max-width:480px){
    .owl-nav span{
        font-size:3.5rem;
        line-height:23px;
        height:26px;
        width:26px
    }
}
@media only screen and (min-width:768px){
    .owl-nav span{
        font-size:8rem;
        line-height:45px;
        height:60px;
        width:60px
    }
}
.owl-theme .owl-nav [class*=owl-]{
    margin:0
}
.owl-theme .owl-nav [class*=owl-]:hover{
    color:#0abcff
}
a{
    text-decoration:underline;
    transition:color .25s ease-in-out
}
a,a:hover{
    color:#00aeef
}
.btn,a:hover{
    text-decoration:none
}
.btn{
    color:#fff;
    text-transform:uppercase;
    font-family:Xolonium_regular,sans-serif;
    font-size:1.5rem;
    letter-spacing:1px;
    padding:6px 20px;
    line-height:1;
    margin-top:1rem;
    margin-bottom:1rem;
    position:relative
}
.btn:focus{
    color:#fff;
    outline-color:transparent
}
.btn-subscribe{
    background-color:#00aeef;
    padding:15px 20px;
    width:auto;
    white-space:normal
}
.btn-subscribe:hover{
    color:#fff;
    background-color:#0abcff
}
.btn-learn{
    position:relative;
    padding:10px 30px;
    background:#f2c627;
    background:radial-gradient(circle,#f2c627 0,#be944a 100%);
    color:#000;
    text-decoration:none;
    text-align:center;
    text-transform:uppercase;
    font-family:Xolonium_regular,sans-serif;
    font-size:1.2rem;
    line-height:1.3rem
}
.btn-learn:hover{
    color:#fff
}
.btn-learn:hover span{
    left:10px;
    transition:all .5s
}
.btn-learn span{
    color:#00aeef;
    position:relative;
    top:-3px;
    left:0;
    transition:all .5s
}
.btn-cta{
    position:relative;
    display:inline-block;
    margin:0 auto;
    padding:10px 34px 10px 20px;
    font-size:1rem;
    border-radius:0;
    outline:0;
    background-color:#00aeef;
    color:#fff;
    text-decoration:none;
    font-size:1.5rem;
    line-height:1
}
.btn-cta:active,.btn-cta:focus,.btn-cta:hover{
    color:#fff;
    background-color:#009bd6
}
.btn-cta:active,.btn-cta:focus{
    outline-color:transparent;
    outline:none
}
.btn-cta span{
    display:block;
    position:relative
}
.btn-cta span:after{
    content:"";
    position:absolute;
    width:0;
    height:0;
    top:5px;
    right:-15px;
    border-top:7px solid transparent;
    border-left:7px solid #fff;
    border-bottom:7px solid transparent
}
.text-bold{
    font-weight:700
}
.text-highlight{
    color:#fff
}
.img-center{
    margin:auto
}
.border-horizontal-gradient{
    background:#5b5b5b;
    background:linear-gradient(90deg,#000 0,#5b5b5b 50%,#000)
}
.divider{
    width:100%;
    height:.0625rem;
    display:inline-block
}
.divider.solid{
    background:#111;
    line-height:0
}
header{
    width:100%;
    height:auto;
    position:relative;
    padding:0;
    background-color:#f8f8f8;
    z-index:3;
    max-width:1920px
}
header .navbar-brand{
    padding:10px
}
@media only screen and (min-width:768px){
    header .navbar-brand{
        padding:6px 10px
    }
}
@media only screen and (max-width:480px){
    header .navbar-brand{
        height:50px
    }
}
header .navbar-inverse{
    background-color:#151515;
    border-color:#000
}
header .navbar-inverse .navbar-toggle:focus,header .navbar-inverse .navbar-toggle:hover{
    background-color:transparent
}
header .navbar-inverse .navbar-nav>.active>a,header .navbar-inverse .navbar-nav>.active>a:focus,header .navbar-inverse .navbar-nav>.active>a:hover{
    color:#00aeef;
    background-color:transparent
}
@media only screen and (min-width:768px){
    header .navbar-inverse .navbar-nav>.active>a,header .navbar-inverse .navbar-nav>.active>a:focus,header .navbar-inverse .navbar-nav>.active>a:hover{
        border-bottom:5px solid #00aeef
    }
}
header .navbar-inverse .navbar-nav>.open>a,header .navbar-inverse .navbar-nav>.open>a:focus,header .navbar-inverse .navbar-nav>.open>a:hover{
    background-color:#151515
}
header .navbar-nav .open .dropdown-menu{
    background-color:#000
}
@media only screen and (min-width:768px){
    header .navbar-nav .open .dropdown-menu{
        right:auto;
        left:0
    }
}
header .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
    text-align:left;
    font-size:1.1rem;
    line-height:40px;
    padding-left:43px
}
@media only screen and (min-width:768px){
    header .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
        line-height:30px;
        padding-left:20px
    }
}
header .dropdown-menu{
    background-color:#151515;
    padding:0
}
header .dropdown-menu>li>a{
    color:#fff
}
header .dropdown-menu>li>a:focus,header .dropdown-menu>li>a:hover{
    color:#fff;
    background-color:#00aeef
}
header .dropdown-menu>.active>a,header .dropdown-menu>.active>a:focus,header .dropdown-menu>.active>a:hover{
    background-color:#00aeef
}
header .caret{
    background-image:url(../images/icons/icon-dropdown.png);
    background-repeat:no-repeat;
    background-position:bottom;
    border:none;
    width:17px;
    height:10px
}
header .navbar-nav>li>a{
    text-transform:uppercase
}
@media only screen and (max-width:480px){
    header .navbar-nav>li>a{
        padding:20px 1rem;
        text-align:left;
        font-size:1.2rem;
        line-height:1.8rem
    }
}
@media only screen and (min-width:768px){
    header .navbar-nav>li>a{
        padding:15px 7px;
        text-align:center;
        font-size:.875rem
    }
}
@media only screen and (min-width:992px){
    header .navbar-nav>li>a{
        padding:25px 10px
    }
}
@media only screen and (min-width:1200px){
    header .navbar-nav>li>a{
        padding:15px;
        font-size:1.1rem
    }
}
@media only screen and (min-width:1500px){
    header .navbar-nav>li>a{
        padding:15px 25px;
        font-size:1.1rem
    }
}
header .navbar{
    z-index:2;
    border-radius:0;
    margin-bottom:0
}
@media only screen and (max-width:480px){
    header .navbar{
        min-height:50px
    }
}
header .navbar a{
    text-decoration:none
}
header .navbar .logo-primary{
    margin-top:3px;
    height:24px;
    padding-top:0;
    transition:all .3s ease-out
}
@media only screen and (min-width:768px){
    header .navbar .logo-primary{
        height:30px;
        margin-top:5px
    }
}
@media only screen and (min-width:992px){
    header .navbar .logo-primary{
        height:30px;
        margin-top:15px
    }
}
@media only screen and (min-width:1200px){
    header .navbar .logo-primary{
        margin-top:5px
    }
}
header .navbar .logo-secondary{
    height:58px;
    margin-top:-10px
}
@media only screen and (min-width:768px){
    header .navbar .logo-secondary{
        height:58px;
        margin-top:-6px
    }
}
@media only screen and (min-width:992px){
    header .navbar .logo-secondary{
        height:75px
    }
}
header .navbar .navbar-toggle{
    border-radius:0;
    border:none
}
@media only screen and (max-width:480px){
    header .navbar .navbar-toggle{
        margin-right:0
    }
}
header .navbar .navbar-toggle .icon-bar{
    transition:all .1s
}
header .navbar .navbar-toggle .icon-bar:nth-child(2){
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    position:relative;
    top:6px
}
header .navbar .navbar-toggle .icon-bar:nth-child(3){
    display:none
}
header .navbar .navbar-toggle .icon-bar:last-child{
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
header .navbar .navbar-toggle.collapsed .icon-bar:nth-child(2){
    -webkit-transform:inherit;
    transform:inherit;
    position:relative;
    top:0
}
header .navbar .navbar-toggle.collapsed .icon-bar:nth-child(3){
    display:block
}
header .navbar .navbar-toggle.collapsed .icon-bar:last-child{
    -webkit-transform:inherit;
    transform:inherit
}
.module{
    width:100%;
    height:auto;
    padding:0;
    display:block
}
.module h2{
    font-size:2.2rem;
    line-height:2rem;
    margin-top:0;
    margin-bottom:1.5rem;
    font-family:Xolonium_regular,sans-serif;
    word-break:break-word;
    font-weight:400;
    text-transform:uppercase;
    font-style:italic
}
@media only screen and (min-width:768px){
    .module h2{
        font-size:2.5rem;
        line-height:1
    }
}
@media only screen and (min-width:1200px){
    .module h2{
        font-size:4.5rem;
        line-height:1
    }
}
.module h2 span{
    display:block;
    font-size:1.8rem
}
@media only screen and (max-width:480px){
    .module h2 span{
        font-size:1.3rem;
        line-height:1.5rem
    }
}
@media only screen and (min-width:1200px){
    .module h2 span{
        font-size:2.3rem;
        line-height:1.2
    }
}
.module p{
    line-height:1.5rem;
    font-size:1rem;
    margin:0 0 1rem;
    max-width:1000px;
    margin-left:auto;
    margin-right:auto
}
.module p.note{
    font-size:.875rem;
    color:#999;
    line-height:1.2
}
.module p.large{
    font-size:1.2rem;
    font-family:Xolonium_regular,sans-serif
}
@media only screen and (min-width:1200px){
    .module p.large{
        font-size:1.5rem
    }
}
@media only screen and (min-width:1500px){
    .module p.large{
        font-size:1.7rem
    }
}
.flex-box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.carousel-item .kv{
    position:relative;
    text-align:center;
    margin:0 auto;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:50%;
    border:3px solid transparent;
    padding:10px;
    cursor:pointer
}
#owl-timeline{
    position:relative
}
#owl-timeline:before{
    content:"";
    position:absolute;
    bottom:20px;
    left:0;
    height:5px;
    width:100%;
    background:#219adf;
    background:radial-gradient(circle,#219adf 0,#000 100%)
}
.owl-item.center .carousel-item .name{
    font-size:2rem;
    color:#fff;
    transition:all .3s
}
@media only screen and (min-width:1200px){
    .owl-item.center .carousel-item .name{
        font-size:3.5rem
    }
}
.carousel-item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:baseline;
    -ms-flex-align:baseline;
    align-items:baseline;
    height:100px
}
.carousel-item .name{
    position:relative;
    text-transform:uppercase;
    font-size:1.8rem;
    padding:5px 15px;
    font-family:Xolonium_regular,sans-serif;
    display:block;
    text-align:center;
    margin:0 auto;
    line-height:1;
    color:#999;
    height:60px;
    transition:all .3s;
    cursor:pointer
}
@media only screen and (max-width:768px){
    .carousel-item .name{
        font-size:1.2rem
    }
}
.carousel-item .name:after{
    content:"";
    position:absolute;
    background-color:#fff;
    border-radius:50%;
    bottom:-25px;
    height:15px;
    width:15px;
    left:0;
    right:0;
    margin:0 auto
}
.owl-nav [class*=owl-]:hover{
    background:transparent;
    background-color:transparent!important
}
button.owl-dot{
    outline:transparent
}
.owl-theme .owl-dots .owl-dot span{
    background:#00aeef
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
    background:#000
}
.sec_countdown{
    text-align:center;
    padding:0
}
.sec_countdown p{
    font-size:1rem;
    line-height:1.5rem;
    font-weight:200
}
.sec_countdown h2{
    margin-bottom:1rem;
    text-shadow:0 0 15px #000
}
@media only screen and (min-width:1500px){
    .sec_countdown h2{
        font-size:5rem
    }
}
.sec_countdown .btn-cta{
    margin-top:2rem
}
.sec_countdown .tagline{
    font-family:Xolonium_regular,sans-serif;
    font-style:italic;
    font-size:1.5rem;
    text-transform:uppercase;
    margin-bottom:1.5rem;
    text-shadow:0 0 15px #000
}
@media only screen and (max-width:480px){
    .sec_countdown .tagline{
        font-size:1.1rem
    }
}
@media only screen and (min-width:1500px){
    .sec_countdown .tagline{
        font-size:1.8rem
    }
}
.sec_countdown .date{
    max-width:800px;
    margin:2rem auto 3rem
}
@media only screen and (max-width:480px){
    .sec_countdown .date{
        margin:2rem auto
    }
}
@media only screen and (min-width:1500px){
    .sec_countdown .date{
        margin:2rem auto 6rem
    }
}
.sec_countdown .countdown-container{
    margin-top:5rem;
    margin-bottom:5rem
}
.sec_countdown .flex-box{
    -ms-flex-pack:distribute;
    justify-content:space-around
}
.sec_countdown .flex-box .item{
    max-width:160px;
    width:100%;
    text-align:center;
    font-family:Xolonium_regular,sans-serif;
    font-weight:200;
    position:relative
}
@media only screen and (max-width:480px){
    .sec_countdown .flex-box .item{
        width:22%
    }
}
.sec_countdown .flex-box .item:after{
    content:":";
    position:absolute;
    right:-24%;
    top:5px;
    font-size:4rem
}
@media only screen and (max-width:480px){
    .sec_countdown .flex-box .item:after{
        font-size:1rem;
        top:12%;
        right:-14%
    }
}
.sec_countdown .flex-box .item:last-child:after{
    content:""
}
.sec_countdown .flex-box .item-time{
    padding:14px;
    position:relative;
    font-size:5rem;
    line-height:1;
    border-radius:10px;
    text-shadow:0 0 30px #000
}
@media only screen and (max-width:480px){
    .sec_countdown .flex-box .item-time{
        font-size:2rem;
        padding:4px
    }
}
.sec_countdown .flex-box .item-desc{
    font-family:Roboto,sans-serif;
    margin-bottom:.5rem;
    font-size:1.5rem
}
@media only screen and (max-width:480px){
    .sec_countdown .flex-box .item-desc{
        font-size:.875rem
    }
}
.sec_countdown .btn-group{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap
}
.sec_countdown .btn-group .btn-cta{
    margin:2rem
}
.sec_intro{
    background-image:url(../images/bg-intro.jpg);
    background-size:cover;
    background-position:top;
    background-repeat:no-repeat;
    text-align:left;
    padding:2rem 0
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .sec_intro{
        background-image:url(../images/bg-intro.webp)
    }
}
@media only screen and (min-width:768px){
    .sec_intro{
        padding:3rem 0;
        text-align:center
    }
}
@media only screen and (min-width:1200px){
    .sec_intro{
        padding:3rem 0 9rem
    }
}
.sec_intro h2{
    margin-bottom:50px
}
@media only screen and (max-width:480px){
    .sec_intro h2{
        margin-bottom:30px
    }
}
.sec_intro p{
    font-size:1.2rem;
    line-height:2rem;
    margin-bottom:30px
}
@media only screen and (max-width:480px){
    .sec_intro p{
        font-size:1.1rem;
        line-height:1.8rem
    }
}
.sec_timeline{
    text-align:center;
    padding:2rem 0;
    position:relative
}
.sec_timeline:after,.sec_timeline:before{
    content:"";
    height:2px;
    width:100%;
    position:absolute;
    display:block;
    background:#fff;
    background:radial-gradient(circle,#fff 0,#000 100%)
}
.sec_timeline:before{
    top:0
}
.sec_timeline:after{
    bottom:0
}
.sec_timeline .content{
    margin-top:0
}
@media only screen and (min-width:768px){
    .sec_timeline .content{
        margin-top:2rem
    }
}
.sec_timeline .product_content{
    display:none;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column;
    flex-flow:column
}
@media only screen and (min-width:992px){
    .sec_timeline .product_content{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-flow:row;
        flex-flow:row
    }
}
.sec_timeline .product_content.active{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.sec_timeline .timeline-products{
    background:#578fe2;
    background:radial-gradient(ellipse at top,#578fe2 5%,#0a1b47 40%,#000 70%);
    position:relative;
    margin-top:2rem
}
@media only screen and (min-width:768px){
    .sec_timeline .timeline-products{
        margin-top:4rem
    }
}
.sec_timeline .timeline-products:after{
    content:"";
    position:absolute;
    width:0;
    height:0;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    border-left:14px solid transparent;
    border-right:14px solid transparent;
    border-top:14px solid #000
}
@media only screen and (min-width:768px){
    .sec_timeline .timeline-products:after{
        border-left:24px solid transparent;
        border-right:24px solid transparent;
        border-top:24px solid #000
    }
}
.sec_timeline .timeline-products .product_content{
    padding:2rem 0;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
@media only screen and (min-width:768px){
    .sec_timeline .timeline-products .product_content{
        padding:5rem 0
    }
}
.sec_timeline .timeline-products .product_content .kv{
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    opacity:0;
    opacity:1;/*20211026*/
    -webkit-animation:a .8s ease 0s 1 normal;
    animation:a .8s ease 0s 1 normal;
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards
}
@media only screen and (min-width:992px){
    .sec_timeline .timeline-products .product_content .kv{
        width:45%
    }
}
.sec_timeline .timeline-products .product_content .kv .img{
    background-repeat:no-repeat;
    background-position:50%;
    background-size:contain;
    width:100%;
    height:100%;
    max-width:320px;
    max-height:386px;
    padding-top:63%
}
.sec_timeline .timeline-products .product_content .content{
    text-align:left;
    width:100%;
    margin-top:2rem;
    opacity:0;
    -webkit-animation:b .8s ease 0s 1 normal;
    animation:b .8s ease 0s 1 normal;
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards
}
@media only screen and (min-width:992px){
    .sec_timeline .timeline-products .product_content .content{
        width:40%;
        margin-top:0
    }
}
.sec_timeline .timeline-products .product_content .content .title{
    font-family:Xolonium_regular,sans-serif;
    font-size:1.3rem;
    text-transform:uppercase;
    margin:1rem 0
}
@media only screen and (min-width:768px){
    .sec_timeline .timeline-products .product_content .content .title{
        font-size:1.8rem
    }
}
.sec_timeline .timeline-products .product_content .content p{
    font-weight:200
}
.sec_timeline .timeline-products .product_content .content .features ul{
    list-style:none;
    padding:0;
    margin:0
}
.sec_timeline .timeline-products .product_content .content .features ul li{
    padding-left:10px;
    position:relative
}
.sec_timeline .timeline-products .product_content .content .features ul li:before{
    content:"-";
    position:absolute;
    left:0
}
.sec_timeline .timeline-products .product_content .content .tag-list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.sec_timeline .timeline-products .product_content .content .tag-list .tag{
    border-radius:6px;
    padding:7px 5px 5px;
    line-height:1;
    width:110px;
    margin-right:10px;
    text-align:center;
    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
}
.sec_timeline .timeline-products .product_content .content .tag-list .tag:last-child{
    margin-right:0
}
.sec_timeline .timeline-products .product_content .content .tag-list .tag-ezdiy{
    background-color:#972828
}
.sec_timeline .timeline-products .product_content .content .tag-list .tag-ezdiy:after{
    content:"EZ DIY"
}
.sec_timeline .timeline-products .product_content .content .tag-list .tag-oc{
    background-color:#c46e16
}
.sec_timeline .timeline-products .product_content .content .tag-list .tag-oc:after{
    content:"OC"
}
.sec_timeline .timeline-products .product_content .content .tag-list .tag-audio{
    background-color:#8b2562
}
.sec_timeline .timeline-products .product_content .content .tag-list .tag-audio:after{
    content:"Audio"
}
.sec_timeline .timeline-products .product_content .content .tag-list .tag-thermal{
    background-color:#69428e
}
.sec_timeline .timeline-products .product_content .content .tag-list .tag-thermal:after{
    content:"Thermal"
}
.sec_timeline .timeline-products .product_content .content .tag-list .tag-gaming{
    background-color:#68a939
}
.sec_timeline .timeline-products .product_content .content .tag-list .tag-gaming:after{
    content:"Gaming Feature";
    font-size:.8rem
}
.sec_timeline .timeline-products .product_content .content .tag-list .tag-bios{
    background-color:#3d3d86
}
.sec_timeline .timeline-products .product_content .content .tag-list .tag-bios:after{
    content:"BIOS"
}
.sec_timeline .timeline-products .product_content .content .tag-list .tag-aesthetic{
    background-color:#cb0a87
}
.sec_timeline .timeline-products .product_content .content .tag-list .tag-aesthetic:after{
    content:"Aesthetic"
}
.sec_timeline .timeline-products .product_content .content .tag-list .tag-cooling{
    background-color:#05b9cb
}
.sec_timeline .timeline-products .product_content .content .tag-list .tag-cooling:after{
    content:"Cooling"
}
.sec_giveaway{
    background-image:url(../images/bg-giveaway.jpg);
    background-size:cover;
    background-position:top;
    background-repeat:no-repeat;
    text-align:center;
    padding:2rem 0
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .sec_giveaway{
        background-image:url(../images/bg-giveaway.webp)
    }
}
.sec_giveaway .giveaway-container{
    margin-top:4rem
}
.sec_giveaway .terms{
    margin-top:3rem
}
.sec_giveaway .terms a{
    color:#fff;
    font-family:Xolonium_regular,sans-serif;
    text-transform:uppercase;
    font-size:1.1rem;
    display:inline-block;
    margin-bottom:1.5rem
}
@media only screen and (max-width:480px){
    .sec_giveaway .terms a{
        font-size:1rem
    }
}
.sec_giveaway .terms p{
    color:#ddd;
    font-weight:200
}
.sec_prizes{
    background-image:url(../images/bg-prizes.jpg);
    background-size:cover;
    background-position:top;
    background-repeat:no-repeat;
    text-align:center;
    padding:2rem 0 6rem
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .sec_prizes{
        background-image:url(../images/bg-prizes.webp)
    }
}
.sec_prizes .prize-list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto
}
.sec_prizes .prize-list .column-1{
    width:100%
}
@media only screen and (min-width:768px){
    .sec_prizes .prize-list .column-1{
        width:calc(50% - 20px);
        margin:10px
    }
}
.sec_prizes .prize-list .column-2{
    width:100%
}
@media only screen and (min-width:768px){
    .sec_prizes .prize-list .column-2{
        width:calc(50% - 20px);
        margin:10px
    }
}
.sec_prizes .prize-list .column-2 .item{
    height:200px
}
@media only screen and (max-width:480px){
    .sec_prizes .prize-list .column-2 .item{
        background-size:contain;
        height:250px
    }
}
@media only screen and (max-width:768px){
    .sec_prizes .prize-list .column-2 .item{
        background-size:contain;
        height:220px
    }
}
.sec_prizes .prize-list .item{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    background-color:rgba(51,51,51,.5);
    padding:20px 30px;
    background-repeat:no-repeat;
    background-size:auto;
    background-position:100% 100%;
    margin-bottom:20px
}
.sec_prizes .prize-list .item .content{
    width:100%;
    text-align:left
}
@media only screen and (min-width:1200px){
    .sec_prizes .prize-list .item .content{
        width:50%
    }
}
.sec_prizes .prize-list .item .content p{
    font-weight:200;
    max-width:200px;
    margin-left:0
}
@media only screen and (min-width:1500px){
    .sec_prizes .prize-list .item .content p{
        font-size:1.1rem
    }
}
.sec_prizes .prize-list .item .content .title{
    font-family:Xolonium_regular,sans-serif;
    text-transform:uppercase;
    font-size:1.5rem;
    margin-bottom:1rem
}
@media only screen and (min-width:992px){
    .sec_prizes .prize-list .item .content .title{
        font-size:2rem
    }
}
.sec_prizes .prize-list .item-1{
    background-image:url(../images/prize_1.png);
    height:350px;
    background-position:115% 175%;
    background-size:contain
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .sec_prizes .prize-list .item-1{
        background-image:url(../images/prize_1.webp)
    }
}
@media only screen and (min-width:768px){
    .sec_prizes .prize-list .item-1{
        height:calc(100% - 20px);
        background-position:115% 100%
    }
}
@media only screen and (min-width:992px){
    .sec_prizes .prize-list .item-1{
        background-position:115% 200%;
        background-size:auto
    }
}
.sec_prizes .prize-list .item-2{
    background-image:url(../images/prize_2.png);
    background-position:90% 100%
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .sec_prizes .prize-list .item-2{
        background-image:url(../images/prize_2.webp)
    }
}
.sec_prizes .prize-list .item-3{
    background-image:url(../images/prize_3.png);
    background-position:110% 100%
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .sec_prizes .prize-list .item-3{
        background-image:url(../images/prize_3.webp)
    }
}
.ms-crosshair{
    background-image:url(../images/products/ASUS-M2-Crosshair.png)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .ms-crosshair{
        background-image:url(../images/products/ASUS-M2-Crosshair.webp)
    }
}
.rog-commando{
    background-image:url(../images/products/ROG-Commando.png)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .rog-commando{
        background-image:url(../images/products/ROG-Commando.webp)
    }
}
.rog-blitz-extreme{
    background-image:url(../images/products/ROG-Blitz-Extreme.png)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .rog-blitz-extreme{
        background-image:url(../images/products/ROG-Blitz-Extreme.webp)
    }
}
.rog-rampage-extreme{
    background-image:url(../images/products/ROG-Rampage-Extreme.png)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .rog-rampage-extreme{
        background-image:url(../images/products/ROG-Rampage-Extreme.webp)
    }
}
.rog-rampage-formula{
    background-image:url(../images/products/ROG-Rampage-Formula.png)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .rog-rampage-formula{
        background-image:url(../images/products/ROG-Rampage-Formula.webp)
    }
}
.rog-maximus-iii-formula{
    background-image:url(../images/products/ROG-MAXIMUS-III-Formula.png)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .rog-maximus-iii-formula{
        background-image:url(../images/products/ROG-MAXIMUS-III-Formula.webp)
    }
}
.rog-maximus-iii-extreme{
    background-image:url(../images/products/ROG-MAXIMUS-III-Extreme.png)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .rog-maximus-iii-extreme{
        background-image:url(../images/products/ROG-MAXIMUS-III-Extreme.webp)
    }
}
.rog-rampage-iii-extreme{
    background-image:url(../images/products/ROG-Rampage-III-Extreme.png)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .rog-rampage-iii-extreme{
        background-image:url(../images/products/ROG-Rampage-III-Extreme.webp)
    }
}
.rog-crosshair-v-formula{
    background-image:url(../images/products/ROG-Crosshair-V-Formula.png)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .rog-crosshair-v-formula{
        background-image:url(../images/products/ROG-Crosshair-V-Formula.webp)
    }
}
.rog-rampage-iv-formula{
    background-image:url(../images/products/ROG-Rampage-IV-Formula.png)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .rog-rampage-iv-formula{
        background-image:url(../images/products/ROG-Rampage-IV-Formula.webp)
    }
}
.rog-maximus-vi-formula{
    background-image:url(../images/products/ROG-Maximus-VI-Formula.png)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .rog-maximus-vi-formula{
        background-image:url(../images/products/ROG-Maximus-VI-Formula.webp)
    }
}
.z97-deluxe{
    background-image:url(../images/products/Z97-Deluxe.png)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .z97-deluxe{
        background-image:url(../images/products/Z97-Deluxe.webp)
    }
}
.rog-rampage-v-edition-10{
    background-image:url(../images/products/ROG-Rampage-V-Edition-10.png)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .rog-rampage-v-edition-10{
        background-image:url(../images/products/ROG-Rampage-V-Edition-10.webp)
    }
}
.rog-maximus-x-formula{
    background-image:url(../images/products/ROG-Maximus-X-Formula.png)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .rog-maximus-x-formula{
        background-image:url(../images/products/ROG-Maximus-X-Formula.webp)
    }
}
.rog-maximus-xi-series{
    background-image:url(../images/products/ROG-Maximus-XI-Series.png)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .rog-maximus-xi-series{
        background-image:url(../images/products/ROG-Maximus-XI-Series.webp)
    }
}
.rog-maximus-xii-series{
    background-image:url(../images/products/ROG-Maximus-XII-Series.png)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .rog-maximus-xii-series{
        background-image:url(../images/products/ROG-Maximus-XII-Series.webp)
    }
}
.rog-strix-z490-a-gaming{
    background-image:url(../images/products/ROG-Strix-Z490-A-Gaming.png)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .rog-strix-z490-a-gaming{
        background-image:url(../images/products/ROG-Strix-Z490-A-Gaming.webp)
    }
}
.rog-maximus-xiii-series{
    background-image:url(../images/products/ROG-Maximus-XIII-Series.png)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .rog-maximus-xiii-series{
        background-image:url(../images/products/ROG-Maximus-XIII-Series.webp)
    }
}
.sec_hero{
    background-image:url(../images/hero/hero.jpg);
    background-repeat:no-repeat;
    background-size:680px;
    background-position:100% 15%;
    padding-top:400px;
    padding-bottom:0;
    border-bottom:none;
    position:relative;
    margin-top:0
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all,only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx){
    .sec_hero{
        background-image:url(../images/hero/hero.webp)
    }
}
@media only screen and (min-width:768px){
    .sec_hero{
        background-size:1280px;
        background-position:100% 0;
        padding-top:635px
    }
}
@media only screen and (min-width:992px){
    .sec_hero{
        background-size:cover;
        background-position:50%;
        padding-top:0;
        height:570px
    }
}
@media only screen and (min-width:1200px){
    .sec_hero{
        height:610px
    }
}
@media only screen and (min-width:1500px){
    .sec_hero{
        height:910px
    }
}
.sec_hero .container{
    height:100%
}
.sec_hero .flex-box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
@media only screen and (min-width:768px){
    .sec_hero .flex-box{
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
}
.sec_hero .logo-set{
    position:absolute;
    top:0
}
.sec_hero .content{
    position:static;
    text-align:left;
    width:100%;
    padding:0 0 3rem
}
@media only screen and (min-width:768px){
    .sec_hero .content{
        text-align:center
    }
}
@media only screen and (min-width:992px){
    .sec_hero .content{
        width:300px;
        padding:0;
        height:100%;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-flow:column;
        flex-flow:column;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        width:45%;
        text-align:left
    }
}
.sec_hero .content p{
    line-height:1.5rem;
    font-size:1.3rem;
    font-family:Roboto,sans-serif
}
@media only screen and (max-width:480px){
    .sec_hero .content p{
        font-size:1.1rem
    }
}
@media only screen and (min-width:1200px){
    .sec_hero .content p{
        line-height:2rem;
        font-size:1.3rem
    }
}
.sec_hero .content h1{
    font-size:2.8rem;
    line-height:1;
    margin-top:1rem;
    margin-bottom:2rem;
    text-align:left;
    font-family:Xolonium_regular,sans-serif;
    word-break:break-word;
    font-weight:400;
    text-transform:uppercase;
    font-style:italic
}
@media only screen and (min-width:768px){
    .sec_hero .content h1{
        font-size:3.5rem;
        margin-top:2rem;
        margin-bottom:3rem;
        text-align:center
    }
}
@media only screen and (min-width:992px){
    .sec_hero .content h1{
        text-align:left
    }
}
@media only screen and (min-width:1200px){
    .sec_hero .content h1{
        font-size:4.5rem;
        line-height:1
    }
}
@media only screen and (min-width:1500px){
    .sec_hero .content h1{
        font-size:5.8rem;
        line-height:1
    }
}
.sec_hero .content h1 span{
    display:block;
    font-size:1.25rem
}
@media only screen and (min-width:768px){
    .sec_hero .content h1 span{
        font-size:1.8rem
    }
}
@media only screen and (min-width:1200px){
    .sec_hero .content h1 span{
        font-size:2.5rem;
        /*20211026 RCD*/
        line-height:1.2
    }
}
.sec_hero .content p.tagline{
    font-size:1.5rem
}
@media only screen and (min-width:1200px){
    .sec_hero .content p.tagline{
        font-size:2.3rem
    }
}
