.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

* {
    outline: none !important;
}

body {
    font-family: Brownpro, sans-serif;
    color: #262626;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 5em;
    line-height: 1;
    font-weight: 700;
}

h2 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 2.3em;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

h3 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 1.7em;
    line-height: 1.2;
    font-weight: 700;
}

p {
    margin-bottom: 30px;
}

.overflow {
    overflow: hidden;
}

.header {
    background-color: #1e1e1e;
}

.fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: hidden;
    transition: all 0.3s ease;
}

.header.fixed .content.header_c {
    padding-top: 15px;
    padding-bottom: 15px;
}

.content {
    width: 80%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.content.header_c {
    padding-top: 30px;
    padding-bottom: 30px;
}

.content.banner_c {
    padding-top: 40px;
    padding-bottom: 100px;
    color: #fff;
    position: relative;
    z-index: 999;
}

.content.dominate_c {
    padding-top: 60px;
    padding-bottom: 60px;
}

.content.power_c {
    padding-top: 100px;
    padding-bottom: 100px;
}

.content.test_c {
    max-width: 850px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.content.wireless_c {
    max-width: 960px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.content.collection_c {
    padding-top: 100px;
    padding-bottom: 100px;
}

.content.footer_c {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 0.9em;
    line-height: 1;
}

.header_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta {
    padding: 20px 15px 18px;
    border: 2px solid #00b8fc;
    background-color: #00b8fc;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #000;
    font-size: 0.8em;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.cta:hover {
    background-color: transparent;
    color: #00b8fc;
}

.cta:active {
    color: #00b8fc;
}

.cta.cta_mobile {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cta.cta_header {
    padding: 15px 40px 12px;
}

.cta.cta_coll {
    position: absolute;
    left: 20px;
    top: auto;
    right: auto;
    bottom: 20px;
}

.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    list-style-type: none;
}

.menu_item {
    margin-right: 20px;
    margin-left: 20px;
}

.menu_link {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.menu_link:hover {
    color: #00b8fc;
}

.banner {
    background-color: #1e1e1e;
    position: relative;
    overflow-x: hidden;
}

.super_nova {
    position: absolute;
    top: 25%;
    right: -23%;
    z-index: 5;
}

.banner_txt {
    margin-bottom: 20px;
    text-align: center;
}

.blue_h {
    color: #00b8fc;
}

.banner_p {
    max-width: 650px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 1.3em;
    line-height: 1.5;
}

.banner_grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    grid-template-rows: auto;
    grid-row-gap: 20px;
    grid-column-gap: 60px;
    padding: 20px 0 0;
}

.tab_content_desk {
    grid-column-start: 1;
    grid-column-end: 3;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    padding: 40px 0 0;
}

.tab_content_desk .banner_grid_box:first-of-type {
    width: 55%;
}

.tab_content_desk .banner_grid_box:last-of-type {
    width: 40%;
}

.banner_grid_box.tabs {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: 3;
}

._5-stars {
    margin-bottom: 20px;
}

.author {
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.grey_p {
    margin-bottom: 0px;
    color: #868686;
    font-size: 12px;
    line-height: 20px;
}

.banner_img {
    width: 500px;
    padding: 100px 0 0 0;
}

.awards_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.awards_inner {
    margin: 0 0 20px 0;
}

.lightspeed {
    display: inline-block;
    margin-right: 30px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
}

.powered {
    display: block;
    color: #00b8fc;
}

.award {
    margin-right: 20px;
}

.banner_img_wr {
    margin-bottom: 20px;
    position: relative;
}

.banner_img_wr .dominate_product_name {
    z-index: -1;
    color: #e4e4e430;
}

.g502 {
    display: none;
    color: #484848;
    font-size: 4.4em;
    line-height: 1;
    font-weight: 700;
}

.banner_slider {
    display: -ms-grid;
    display: grid;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.banner_slider_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #697172;
    text-align: center;
    text-decoration: none;
}

.banner_slider_box:hover {
    color: #fff;
}

.banner_slider_box.active {
    color: #fff;
}

.banner_slider_img {
    margin-bottom: 20px;
}

.carousel .slick-dots {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.carousel .slick-dots li {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #464646;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
}

.carousel .slick-dots li.slick-active {
    background: none;
    width: 14px;
    height: 14px;
    border: 2px solid #00b8fc;
}

.carousel .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: none;
}

.dominate_holder h2 {
    text-align: center;
}

.dominate_tabs {
    list-style: none;
    padding: 0;
    max-width: 960px;
    margin: 0 auto 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
    background: #fff;
    z-index: 9999;
    position: sticky;
    top: 0;
}

.dominate_tabs li {
    width: 34%;
    border-bottom: 3px solid #dddddd;
    cursor: pointer;
    padding: 20px 0;
    text-align: center;
    transition: all 0.2s ease;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.dominate_tabs li:hover {
    border-bottom-color: #010101;
}

.dominate_tabs li.active {
    border-bottom-color: #010101;
}

.dominate_tabs li img {
    display: block;
    margin: 0 auto 30px;
    transition: all 0.2s ease;
}

.dominate_tabs li.active img {
    filter: invert(63%) sepia(31%) saturate(4262%) hue-rotate(159deg) brightness(99%) contrast(99%);
}

.down_arow {
    display: block;
    margin: 0 auto 60px;
}

.game_img {
    display: block;
    margin: 0 auto 60px;
}

.dominate_grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 100px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.dominate_grid_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.dominate_column_img_wr {
    position: relative;
    margin-bottom: 60px;
    text-align: center;
}

.small_product_name {
    color: #9c9c9c;
}

.h_line {
    margin-top: 30px;
    margin-bottom: 30px;
}

.col_list {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
}

.col_list_item {
    margin-bottom: 20px;
    padding-left: 20px;
    background-image: url('../images/dot_line.png');
    background-position: 0px 10px;
    background-size: auto;
    background-repeat: no-repeat;
}

.col_list li:last-of-type {
    margin-bottom: 0
}

.dominate_product_name {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    color: #e4e4e4;
    font-size: 4.2em;
    line-height: 1;
    font-weight: 700;
}

.dominate_product_img {
    position: relative;
    z-index: 2;
}

.dominate_column_txt {
    margin-bottom: 60px;
}

.dominate_column_h {
    margin-bottom: 10px;
}

.power {
    background-color: #333331;
}

.power_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.power_txt {
    width: 40%;
    color: #fff;
}

.power_quote {
    font-size: 1.1em;
    line-height: 1.5;
}

.power_img {
    width: 70%;
    margin-right: -15%;
}

.testimonials {
    background-color: #f4f4f4;
}

.test_wr {
    text-align: center;
}

.test_slider {
    margin-bottom: 60px;
    position: relative;
}

.test_slider div img {
    margin: 0 auto;
}

.test_slider .slick-prev {
    background: url(../images/arrow_left@2x.png) no-repeat center;
    background-size: 20px;
    font-size: 0px !important;
    margin: 0 1px;
    width: 20px;
    height: 40px;
    position: absolute;
    left: -15%;
    top: 20%;
}

.test_slider .slick-next {
    background: url(../images/arrow_right@2x.png) no-repeat center;
    background-size: 20px;
    font-size: 0px !important;
    margin: 0 1px;
    width: 20px;
    height: 40px;
    position: absolute;
    right: -15%;
    top: 20%;
}

.test_slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: 60px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.test_slider .slick-dots li {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #c3c6c8;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
}

.test_slider .slick-dots li.slick-active {
    background: none;
    width: 14px;
    height: 14px;
    border: 2px solid #010101;
}

.test_slider .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: none;
}

.test_p {
    font-size: 1.3em;
    line-height: 1.5;
    font-weight: 700;
}

.wireless_wr {
    text-align: center;
}

.wireless_txt {
    max-width: 800px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
}

.wireless_p {
    margin-bottom: 0px;
    font-size: 1.2em;
    line-height: 1.5;
}

.wireless_video {
    position: relative;
}

.play {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-top: -123px;
    margin-left: -123px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.collection {
    background-color: #262626;
}

.collection_wr {
    color: #fff;
    text-align: center;
}

.collection_grid {
    margin-right: auto;
    margin-bottom: 120px;
    margin-left: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.ollection_grid_box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px;
    padding: 60px 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #161616;
    width: 48% !important;
}

.collection_product_name {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    color: #2f2f2f;
    font-size: 5em;
    line-height: 1;
    font-weight: 700;
}

.collection_product_img {
    position: relative;
    margin: 40px auto 0;
}

.collection_product_name.power_pad {
    font-size: 5em;
}

.collection_product_img.power_image {
    width: 320px;
}

.collection_txt {
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
}

.collection_grid .slick-dots {
    list-style: none;
    padding: 0;
    margin: 60px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.collection_grid .slick-dots li {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #464646;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
}

.collection_grid .slick-dots li.slick-active {
    background: none;
    width: 14px;
    height: 14px;
    border: 2px solid #00b8fc;
}

.collection_grid .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: none;
}

.collection_grid .ollection_grid_box {
    margin: 5px 10px;
}

.name {
    font-size: 0.9em;
    line-height: 1;
    font-weight: 700;
}

.footer_wr {
    text-align: center;
}

.footer_link {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #00b8fc;
    font-weight: 400;
    text-decoration: none;
}

.footer_link:hover {
    text-decoration: underline;
}

.footer_p {
    margin-bottom: 10px;
}


@media screen and (max-width: 1440px) {

    .super_nova {
        top: 14%;
        right: -28%;
    }

    h1 {
        font-size: 4em;
        margin-bottom: 10px;
    }

    h3 {
        margin-bottom: 20px;
        font-size: 1.4em;
    }

    .content.header_c {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .content.banner_c {
        padding-top: 20px;
    }

    .banner_txt {
        margin-bottom: 10px;
    }

}


@media screen and (max-width: 1366px) {

    .cta {
        padding: 20px 30px 18px
    }

    .collection_product_name.power_pad {
        font-size: 4em;
    }

}


@media screen and (max-width: 1200px) {

    .collection_grid .ollection_grid_box {
        margin: 5px 5px;
    }

    .super_nova {
        display: none;
    }

}


@media screen and (max-width: 1120px) {

    .test_slider .slick-prev {
        left: -5%;
    }

    .test_slider .slick-next {
        right: -5%;
    }

}


@media screen and (max-width: 1024px) {

    h1 {
        font-size: 4.2em;
    }

    .award {
        display: none;
    }

    .collection_product_name {
        font-size: 4em;
    }

    .collection_product_name.power_pad {
        font-size: 2.6em;
    }

}


@media screen and (max-width: 991px) {

    br {
        display: none;
    }

    .banner_slider_txt br {
        display: block;
    }

    h1 {
        font-size: 3.3em;
    }

    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 1.6em;
    }

    .content.header_c {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .content.banner_c {
        padding-top: 20px;
        padding-bottom: 80px;
    }

    .content.power_c {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .content.test_c {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .content.wireless_c {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .content.collection_c {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .content.footer_c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .logo {
        width: 140px;
    }

    .cta.cta_mobile {
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-right: 45px;
        padding-left: 45px;
    }

    .menu {
        display: none;
    }

    .banner_grid {
        display: block;
    }

    .banner_grid_box:first-of-type {
        margin: 0 0 20px 0;
    }

    .banner_txt {
        margin-bottom: 20px;
    }

    .banner_p {
        font-size: 1.2em;
    }

    .banner_grid {
        grid-column-gap: 0px;
        grid-row-gap: 60px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }

    .banner_grid_box {
        text-align: center;
    }

    .awards_wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .lightspeed {
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .down_arow {
        margin-bottom: 40px;
    }

    .dominate_grid {
        grid-row-gap: 60px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }

    .dominate_column_img_wr {
        margin-bottom: 40px;
    }

    .dominate_product_name {
        font-size: 3.5em;
    }

    .banner_img_wr .dominate_product_name {
        font-size: 6.5em;
    }

    .dominate_column_txt {
        margin-bottom: 40px;
    }

    .power_wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .power_txt {
        width: 100%;
        text-align: center;
    }

    .power_img {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 60px;
    }

    .testimonials {
        background-color: #f4f4f4;
    }

    .test_p {
        font-size: 1.2em;
    }

    .wireless_p {
        font-size: 1.1em;
    }

    .play {
        width: 200px;
        margin-top: -100px;
        margin-left: -100px;
    }

    .collection_grid {
        margin-bottom: 80px;
    }

}

@media screen and (max-width: 820px) {

    .content.banner_c {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .dominate_product_img.headset_g935 {
        width: auto;
    }

    .tab_content_desk {
        flex-direction: column;
    }

    .tab_content_desk .banner_grid_box:first-of-type {
        width: 100%;
    }

    .tab_content_desk .banner_grid_box:last-of-type {
        width: 100%;
    }

    .banner_grid_box:nth-of-type(2) {
        margin: 0;
    }

    .awards_wr .cta {
        margin: 0 auto;
    }

}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 3em;
    }

    h2 {
        font-size: 1.7em;
    }

    h3 {
        font-size: 1.5em;
    }

    .content.banner_c {
        padding-bottom: 60px;
    }

    .content.dominate_c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.power_c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content.test_c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content.wireless_c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content.collection_c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .logo {
        width: 130px;
    }

    .banner_txt {
        margin-bottom: 40px;
    }

    .banner_p {
        font-size: 1em;
    }

    .banner_slider {
        max-width: none;
        display: block;
    }

    .g502 {
        display: block;
    }

    .dominate_grid {
        grid-row-gap: 40px;
    }

    .dominate_product_name {
        margin-top: 25px;
    }

    .banner_img_wr .dominate_product_name {
        margin: 0;
    }

    .test_slider {
        margin-bottom: 40px;
    }

    .test_p {
        font-size: 1.1em;
    }

    .div-block {
        margin-bottom: 40px;
    }

    .wireless_txt {
        margin-bottom: 40px;
    }

    .wireless_p {
        font-size: 1em;
    }

    .play {
        width: 140px;
        margin-top: -70px;
        margin-left: -70px;
    }

    .collection_grid {
        margin-bottom: 60px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 2.6em;
    }

    h2 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 1.2em;
    }

    .content.banner_c {
        padding-bottom: 40px;
    }

    .content.power_c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.test_c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.wireless_c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.collection_c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.footer_c {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .collection_product_name.power_pad {
        font-size: 2em;
        word-break: break-all;
    }

    .banner_img_wr .dominate_product_name {
        font-size: 3.5em;
    }

    .logo {
        width: 120px;
    }

    .cta.cta_header {
        padding-right: 20px;
        padding-left: 20px;
    }

    .g502 {
        margin-bottom: -15px;
    }

    .test_p {
        font-size: 1em;
    }

    .play {
        width: 100px;
        margin-top: -50px;
        margin-left: -50px;
    }

    .grey_p {
        font-size: 10px;
        line-height: 18px;
    }

    .collection_grid {
        margin-bottom: 40px;
    }

    .collection_product_name {
        font-size: 3.5em;
    }

    .dominate_tabs li {
        font-size: 14px;
        min-height: 183px;
    }

    .dominate_tabs li img {
        width: 70px;
    }

    .ollection_grid_box {
        width: 45% !important;
        min-height: 240px;
        padding: 60px 10px 10px;
    }

    .cta.cta_coll {
        padding: 0 20px 0 0;
        color: #00b8fc;
        background: url(../images/right-arrow-btn.png) no-repeat center right;
        border: none;
        background-size: 8px;
    }

    .collection_product_name {
        font-size: 2.5em;
    }

    .video-play-btn svg {
        width: 50%;
        height: 50%;
    }

    .test_slider .slick-prev {
        left: -10%;
    }

    .test_slider .slick-next {
        right: -10%;
    }

    .slick-slide img {
        margin: 0 auto 20px;
    }

    .collection_product_img.headset_g733 {
        width: 70px;
    }

    .footer_links_wr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer_link {
        margin-bottom: 5px;
    }
}

@font-face {
    font-family: 'Brownpro';
    src: url('../fonts/BrownPro-Light.woff2') format('woff2'),
        url('../fonts/BrownPro-Light.eot') format('embedded-opentype'),
        url('../fonts/BrownPro-Light.woff') format('woff'),
        url('../fonts/BrownPro-Light.ttf') format('truetype'),
        url('../fonts/BrownPro-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brownpro';
    src: url('../fonts/BrownPro-Regular.woff2') format('woff2'),
        url('../fonts/BrownPro-Regular.eot') format('embedded-opentype'),
        url('../fonts/BrownPro-Regular.woff') format('woff'),
        url('../fonts/BrownPro-Regular.ttf') format('truetype'),
        url('../fonts/BrownPro-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brownpro';
    src: url('../fonts/BrownPro-Bold.woff2') format('woff2'),
        url('../fonts/BrownPro-Bold.eot') format('embedded-opentype'),
        url('../fonts/BrownPro-Bold.woff') format('woff'),
        url('../fonts/BrownPro-Bold.ttf') format('truetype'),
        url('../fonts/BrownPro-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
