.post-tag__header {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1.875rem
}

.post-tag__item {
    margin: .25rem 0
}

.blog__card {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    transition: transform .5s ease;
    will-change: transform;
}

.blog__card:hover {
    transform: scale(1.025)
}

.blog__card-image {
    border-radius: 19px;
    cursor: pointer;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative
}

.blog__card__title a {
    text-decoration: none;
}

.blog__card-image:after {
    background-image: linear-gradient(180deg, rgba(10, 14, 26, 0), #0a0e1a);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.blog__card-image img {
    transition: transform .2s ease-in
}

.blog__card-image img.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog__card__title {
    font-size: 1rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap
}

.blog__card__link {
    align-items: center;
    color: #fff;
    display: flex;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: color .3s ease
}

.blog__card__link:hover {
    color: #f58331
}

.blog__card__link span {
    font-size: 1rem;
    font-weight: 600
}

.blog__card__content {
    color: #fff
}

.blog__card__content i {
    color: #fff;
    font-size: 2rem
}

.blog__card__content--absolute {
    bottom: 20px;
    display: block;
    left: 25px;
    max-width: 60%;
    position: absolute
}

.blog__card__content p {
    color: hsla(0, 0%, 100%, .8);
    font-weight: 400;
    letter-spacing: .16px;
    line-height: 1.75;
    text-align: left
}

.blog__card__tag {
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 12px;
    text-align: center;
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content
}

.blog__card__tag--Games {
    background-color: #f58331
}

.blog__card__tag--Guides {
    background-color: #5731f5
}

.blog__card__tag--News {
    background-color: #00b95c
}

.blog__card__tag--Reviews {
    background-color: #3193f5
}

.blog__card__tag--all {
    background-color: #f58331
}

.blog__card .f-14 {
    font-size: .875rem
}

.blog-header__slider {
    padding-bottom: 30px
}

.blog-header__slider .swiper-pagination {
    bottom: 0
}

.blog-header__slider .swiper-pagination-bullet {
    background-color: #fff
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1055
}

.modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1rem)
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1050
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    align-items: center;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: 1rem
}

.modal-header .btn-close {
    margin: -.5rem -.5rem -.5rem auto;
    padding: .5rem
}

.modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative
}

.modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .75rem
}

.modal-footer > * {
    margin: .25rem
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
}

.modal-fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    ._layout__main {
        flex-grow: 1;
        padding-top: 180px !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .modal-fullscreen-sm-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-md-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-lg-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-xl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-xxl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.social-sharing__modal {
    z-index: 3
}

.social-sharing__modal-backdrop {
    background-color: #000;
    background-color: rgba(14, 19, 36, .8);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1050
}

.social-sharing__modal-backdrop.fade {
    opacity: 0
}

.social-sharing__modal-backdrop.show {
    opacity: .5
}

.social-sharing__modal .modal-footer, .social-sharing__modal .modal-header {
    border: none
}

.social-sharing__modal .modal-title {
    color: #828796
}

.social-sharing__modal .modal-content {
    background-color: var(--footer-secondary);
    border-radius: .85rem;
    color: #fff
}

.other__blog__posts h4 {
    color: #f58331;
    font-weight: 400;
    margin: 0
}

.other__blog__posts .view-all {
    color: var(--white);
    font-size: var(--font-medium);
    font-weight: 400;
    line-height: 1.56rem;
    padding: 0 1rem;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: color .4s ease-in-out
}

.other__blog__posts .view-all:hover {
    color: var(--orange)
}

.section-block {
    margin-bottom: 2rem
}

.section-block h4 {
    color: #f58331;
    font-weight: 400;
    margin: 0
}

.section-block__link {
    color: var(--white);
    font-size: var(--font-medium);
    font-size: 15px;
    font-weight: 400;
    padding: 0 1rem;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: color .2s ease
}

.section-block__link:hover {
    color: var(--orange)
}

.blog-product {
    background-color: #22293c;
    border-radius: 19px;
    display: flex;
    padding: 1rem;
    -webkit-text-decoration: none;
    text-decoration: none
}

.blog-product__image {
    border-radius: 19px;
    flex: none;
    overflow: hidden;
    position: relative;
    transition: transform .5s ease-out;
    width: 146px
}

.blog-product__image:before {
    content: "";
    display: block;
    padding-top: 143.8356164384%;
    width: 100%
}

.blog-product__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-product__content {
    display: flex;
    flex: 1 1 auto;
    overflow: hidden;
    padding-left: 1rem;
    position: relative
}

.blog-product__content__title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 1rem
}

.blog-product__specs i {
    color: #fff;
    font-size: 30px
}

.blog-product .checkout-items {
    font-size: 14px
}

.blog-product .checkout-items .quick-view {
    color: #f58331;
    padding-right: 2rem
}

.blog-category__slider {
    padding-bottom: 30px
}

.blog-category__slider .swiper-pagination {
    bottom: 0
}

.blog-category__slider .swiper-pagination-bullet {
    background-color: #fff
}

.avatar {
    border-radius: 50%;
    height: 64px;
    width: 64px
}

.avatar__image {
    border-radius: 50%;
    height: 100%;
    width: 100%
}

.author {
    color: hsla(0, 0%, 100%, .8);
    font-size: .875rem
}

.author__name {
    font-size: 1rem;
    font-weight: 600
}

@media screen and (min-width: 992px) {
    .author {
        border-right: 1px solid hsla(0, 0%, 100%, .8)
    }
}

.follow-us {
    color: #fff
}

.follow-us span {
    font-weight: 600
}

.follow-us a {
    border: 1px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 2rem;
    -webkit-text-decoration: none;
    text-decoration: none
}

.post li, .post p, .post ul {
    color: hsla(0, 0%, 100%, .8);
    font-size: 1rem;
    line-height: 1.75;
    text-align: justify;
}

.post a {
    color: #f58331
}

.post h1 {
    font-size: 1.75rem;
    text-align: justify
}

.post__information {
    color: #fff
}

.post__information i {
    color: #fff;
    font-size: 2rem
}

.post-share {
    color: hsla(0, 0%, 100%, .8);
    cursor: pointer
}

.post-media {
    margin-bottom: 1rem
}

.post-media__picture {
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.post-media__picture:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%
}

.post-media__picture iframe, .post-media__picture img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    object-fit: cover;
}

.post-media__picture iframe {
    height: 100%;
    width: 100%
}

.post-media__player__button {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.post-media__player__button svg {
    max-width: 4.25rem;
    transition: transform .2s ease-in;
    width: 8.33333vw
}

.post-media__player__button svg:hover {
    --voidu-scale-x: 1.1;
    --voidu-scale-y: 1.1;
    transform: var(--voidu-transform)
}

.dynamic-blog-product {
    float: left;
    margin-right: 1rem;
    width: 50%
}

@media screen and (min-width: 768px) {
    .dynamic-blog-product {
        width: 250px
    }
}

.button-social {
    -webkit-text-decoration: none;
    text-decoration: none
}

.media-box img {
    border-radius: 19px;
    max-width: 100%;
    object-fit: cover
}


@media (min-width: 768px) {
    .grid .g-col-md-1 {
        grid-column: auto/span 1
    }

    .grid .g-col-md-2 {
        grid-column: auto/span 2
    }

    .grid .g-col-md-3 {
        grid-column: auto/span 3
    }

    .grid .g-col-md-4 {
        grid-column: auto/span 4
    }

    .grid .g-col-md-5 {
        grid-column: auto/span 5
    }

    .grid .g-col-md-6 {
        grid-column: auto/span 6
    }

    .grid .g-col-md-7 {
        grid-column: auto/span 7
    }

    .grid .g-col-md-8 {
        grid-column: auto/span 8;
    }

    .grid .g-col-md-9 {
        grid-column: auto/span 9
    }

    .grid .g-col-md-10 {
        grid-column: auto/span 10
    }

    .grid .g-col-md-11 {
        grid-column: auto/span 11
    }

    .grid .g-col-md-12 {
        grid-column: auto/span 12
    }

    .grid .g-start-md-1 {
        grid-column-start: 1
    }

    .grid .g-start-md-2 {
        grid-column-start: 2
    }

    .grid .g-start-md-3 {
        grid-column-start: 3
    }

    .grid .g-start-md-4 {
        grid-column-start: 4
    }

    .grid .g-start-md-5 {
        grid-column-start: 5
    }

    .grid .g-start-md-6 {
        grid-column-start: 6
    }

    .grid .g-start-md-7 {
        grid-column-start: 7
    }

    .grid .g-start-md-8 {
        grid-column-start: 8
    }

    .grid .g-start-md-9 {
        grid-column-start: 9
    }

    .grid .g-start-md-10 {
        grid-column-start: 10
    }

    .grid .g-start-md-11 {
        grid-column-start: 11
    }
}


.grid {
    grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
    grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
}

@media screen and (min-width: 992px) {
    .blog__tab {
        display: flex;
        margin: 4.5rem 0 1rem
    }
}

.blog__tab__item {
    background-color: transparent;
    border: 1px solid #ffffff4d;
    color: hsla(0, 0%, 100%, .6);
    flex: 1;
    font-weight: 600;
    padding: 1rem;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .3s ease
}

.blog__tab__item:focus {
    box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .5)
}

.blog__tab__item.selected, .blog__tab__item:hover {
    background-color: #ffffff4d;
    color: #fff
}

.blog__tab__item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.blog__tab__item:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

@media screen and (min-width: 992px) {
    .blog__tab__item {
        padding: 1.5rem 1rem
    }

    .blog__tab__item:first-child {
        border-radius: 0;
        border-radius: initial;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px
    }

    .blog__tab__item:last-child {
        border-radius: 0;
        border-radius: initial;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px
    }
}

.blog-tab__container {
    align-items: center;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: space-between
}

@media screen and (min-width: 992px) {
    .blog-tab__container {
        display: none
    }
}

.blog-tab__container__select {
    flex: 1;
    position: relative
}

.blog-tab__container__select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8 0a8 8 0 1 1-8 8 8 8 0 0 1 8-8' data-name='Path 11971' style='fill:%23fff'/%3E%3Cpath d='M.086.7a.4.4 0 0 0 .039.043L3.256 3.87a.446.446 0 0 0 .628 0L7.015.739a.445.445 0 0 0 0-.628L6.973.074a.46.46 0 0 0-.587.072L4.647 1.877c-.092.092-.919.934-.919.934L3.6 2.94 2.507 1.88.775.149A.47.47 0 0 0 .435 0a.46.46 0 0 0-.259.08A.44.44 0 0 0 0 .367.44.44 0 0 0 .086.7' data-name='Path 11952' style='fill:%230a0e1a' transform='translate(4.428 6.001)'/%3E%3C/svg%3E");
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border: 1px solid var(--border-white);
    border-radius: 10px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    padding: 11px 2rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.blog-search {
    width: 100%
}

.blog-search__container {
    align-items: stretch;
    display: flex;
    position: relative
}

.blog-search__container input {
    border: none;
    border-radius: 10px 0 0 10px;
    display: block;
    flex: auto;
    outline: none;
    padding: .75rem 1rem;
    width: 1%
}

.blog-search__container input:focus {
    box-shadow: 0 0 0 .25rem hsla(0, 0%, 100%, .25)
}

@media screen and (min-width: 992px) {
    .blog-search__container input {
        padding: 1rem
    }
}

.blog-search__container button {
    background-color: #f58331;
    border: none;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: #fff;
    font-size: 19px;
    margin-left: -1px;
    padding: 8px 14.5px;
    transition: background-color .2s ease-in
}

@media screen and (min-width: 992px) {
    .blog-search__container button {
        padding: 1rem 1.5rem
    }
}

.blog-search__container button:hover {
    background-color: #fda90f
}

.blog-search__container button:focus {
    box-shadow: 0 0 0 .25rem rgba(245, 131, 49, .5)
}

.sorting-container {
    align-items: center;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: space-between
}

.sorting-container__label {
    margin-right: 1.25rem;
    min-width: 3.75rem
}

.sorting-container .v-select .vs__dropdown-toggle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.529' height='18.038'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23fff}%3C/style%3E%3C/defs%3E%3Cg id='Group_19827' data-name='Group 19827' transform='translate(-328.003 -32.962)'%3E%3Cg id='sort' transform='translate(354.889 32.962)'%3E%3Cg id='Double_Arrow_Up_x2F_Down' transform='translate(-26.886)'%3E%3Cpath id='Path_5788' d='M153.008 4.053 149.063.164a.577.577 0 0 0-.805 0l-3.945 3.889a.56.56 0 0 0 0 .8.573.573 0 0 0 .8 0l2.973-2.931v8.79a.569.569 0 0 0 1.139 0V1.919L152.2 4.85a.573.573 0 0 0 .8 0 .56.56 0 0 0 .008-.797' class='cls-1' data-name='Path 5788' transform='translate(-139.646)'/%3E%3Cpath id='Path_5789' d='m56.172 150.825-2.972 2.931v-8.79a.569.569 0 0 0-1.139 0v8.79l-2.973-2.931a.573.573 0 0 0-.8 0 .56.56 0 0 0 0 .8l3.945 3.889a.58.58 0 0 0 .806 0l3.945-3.889a.56.56 0 0 0 0-.8.574.574 0 0 0-.812 0' class='cls-1' data-name='Path 5789' transform='translate(-48.114 -137.637)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: left .875rem center;
    background-repeat: no-repeat;
    background-size: 16px
}

.sorting-container .v-select .vs__dropdown-toggle .vs__selected-options .vs__selected {
    padding-left: 1.5rem
}

.blog__wrapper .sorting-container .v-select .vs__dropdown-toggle {
    height: 48px
}

@media screen and (min-width: 992px) {
    .blog__wrapper .sorting-container .v-select .vs__dropdown-toggle {
        height: 62px
    }
}

.blog__posts--empty {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 2rem 0;
    text-align: center
}

.blog-card-group {
    padding-bottom: calc(var(--gutter-section-y) / 2);
    padding-top: calc(var(--gutter-section-y) / 2)
}

@media screen and (min-width: 768px) {
    .blog-card-group {
        padding-bottom: calc(var(--gutter-section-y) / 1.5);
        padding-top: calc(var(--gutter-section-y) / 1.5)
    }
}

@media screen and (min-width: 992px) {
    .blog-card-group {
        padding-bottom: var(--gutter-section-y);
        padding-top: var(--gutter-section-y)
    }
}

.blog-card-group:last-child {
    padding-bottom: 0
}


.follow-us {
    color: #fff
}

.follow-us span {
    font-weight: 600
}

.follow-us a {
    border: 1px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 2rem;
    -webkit-text-decoration: none;
    text-decoration: none
}

.post li, .post p, .post ul {
    color: hsla(0, 0%, 100%, .8);
    font-size: 1rem;
    line-height: 1.75;
    text-align: justify
}

.post a {
    color: #f58331
}

.post h1 {
    font-size: 1.75rem
}

.post__information {
    color: #fff
}

.post__information i {
    color: #fff;
    font-size: 2rem
}

.post-share {
    color: hsla(0, 0%, 100%, .8);
    cursor: pointer
}

.post-media {
    margin-bottom: 1rem
}

.post-media__picture {
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.post-media__picture:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%
}

.post-media__picture iframe, .post-media__picture img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    object-fit: cover;
}

.post-media__picture iframe {
    height: 100%;
    width: 100%
}

.post-media__player__button {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.post-media__player__button svg {
    max-width: 4.25rem;
    transition: transform .2s ease-in;
    width: 8.33333vw
}

.post-media__player__button svg:hover {
    --voidu-scale-x: 1.1;
    --voidu-scale-y: 1.1;
    transform: var(--voidu-transform)
}

.dynamic-blog-product {
    float: left;
    margin-right: 1rem;
    width: 50%
}

@media screen and (min-width: 768px) {
    .dynamic-blog-product {
        width: 250px
    }
}

@media screen and (max-width: 768px) {
    .blog-card-group {
        padding: 5px;
    }

    .blog__tab__item {
        padding: 10px !important;

    }
}

.button-social {
    -webkit-text-decoration: none;
    text-decoration: none
}

.media-box img {
    border-radius: 19px;
    max-width: 100%;
    object-fit: cover
}

.blog-product__image:before {
    content: "";
    display: block;
    padding-top: 143.8356164384%;
    width: 100%
}

.blog-category__slider {
    padding-bottom: 30px
}

.blog-category__slider .swiper-pagination {
    bottom: 0
}

.blog-category__slider .swiper-pagination-bullet {
    background-color: #fff
}

.avatar {
    border-radius: 50%;
    height: 64px;
    width: 64px
}

.avatar__image {
    border-radius: 50%;
    height: 100%;
    width: 100%
}

.author {
    color: hsla(0, 0%, 100%, .8);
    font-size: .875rem
}

.author__name {
    font-size: 1rem;
    font-weight: 600
}

.section-block {
    margin-bottom: 2rem
}

.section-block h4 {
    color: #f58331;
    font-weight: 400;
    margin: 0
}

.section-block__link {
    color: var(--white);
    font-size: var(--font-medium);
    font-size: 15px;
    font-weight: 400;
    padding: 0 1rem;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: color .2s ease
}

.section-block__link:hover {
    color: var(--orange)
}

.voidu-button--default {
    background-color: transparent;
    border: 1px solid #566184;
    font-weight: 600;
    transition: all .2s ease-in;
}

.voidu-button {
    border-radius: 0.375rem;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    padding: 0.5rem 1rem;
    text-align: center;
    text-transform: uppercase;
}

.blog-description {
    text-align: justify;
    width: 98%;
    h1 {
        font-size: 1.5rem;
    }
}

.steam {
    background-image: url(https://wl-static.voidu.com/image/catalog/steam-logo-icon.svg);
    display: flex;
    height: 40px !important;
    width: 70px !important;
    background-repeat: no-repeat !important;
    margin-right: 8px;
    padding: 10px !important;
    background-size: contain;
    margin-bottom: 10px;
    float: left;
}

.windows {
    background-image: url(https://wl-static.voidu.com/image/catalog/windows-icon.svg);
    float: left;
    display: flex;
    height: 20px !important;
    width: 20px !important;
    background-repeat: no-repeat !important;
    margin-right: 8px;
    padding: 10px !important;
    background-size: contain;
    margin-bottom: 10px;
    margin-top: 10px;
}

.blog-product__specs {
    height: 50px;
}

.price.pe-2 {
    font-size: 20px;
}

.category-grid-header a {
    display: none;
}

/* All Mobiles (768 => Tablet, Pad) */
@media (max-width: 767px) {
    .product-grid-container.page-blog {
        margin-top: 85px !important;
    }
}
.bg-voidu-navy.rounded-lg.overflow-hidden.shadow-lg.game-card.group {
    width: 25%;
    margin-top: 20px;
}

h1 {
    font-size: 30px !important;
    font-weight: bold !important;
    margin-bottom: 30px !important;
}

ul.breadcrumb {
    display: none !important;
}

main._layout__main {
    padding-top: 40px;
}