body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571;
    padding: 0;
    margin: 0;
    background: #ECEFF1;
    color: #313131;
    background-blend-mode: luminosity
    }
a {
    color: #4A90E2;
    text-decoration: none
    }
img {
    max-width: 100%;
    height: auto
    }
a:hover {
    opacity: 0.75;
    transition: 0.3s
    }
ol, ul {
    box-sizing: border-box;
    margin-inline-start: 0 !important
    }
strong {
    font-weight: 900
    }
.wrapper {
    max-width: 1060px;
    margin: 0 auto
    }
.main-index {
    max-width: 910px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 7px
    }
.main-single {
    max-width: 850px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 7px
    }
@media screen and (max-width: 1066px) {
    main {
        margin: 0 auto
        }
    }
.box-item {
    border-radius: 10px;
    background: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    box-shadow: 0 2px 6px 0 #878787
    }
.main-item {
    margin: 0 auto;
    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;
    position: relative
    }
.main-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%
    }
.main-content {
    box-sizing: border-box;
    padding: 0
    }
.flex-main {
    margin: 0 auto;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative
    }
.aside-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    max-width: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
    }
@media screen and (max-width: 1066px) {
    .main-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 99.6%
        }
    .main-content {
        padding: 0
        }
    .aside-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 99.6%;
        padding: 30px 0
        }
    article {
        margin-right: 0 !important
        }
    }
.content-header- {
    display: flex;
    margin-bottom: 15px;
    padding: 0.3rem 1rem;
    border-bottom: 2px solid #334DC4;
    justify-content: space-between;
    font-size: 16px
    }
.content-header h1 {
    padding: 0;
    margin: auto 0;
    font-size: 16px;
    color: #334DC4;
    font-family: Calibri, Arial, sans-serifsans-serif;
    letter-spacing: 1px;
    text-transform: uppercase
    }
.top-slide {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    display: block
    }
@media screen and (max-width: 1066px) {
    .top-slide {
        padding: 0 !important;
        position: relative;
        width: 910px
        }
    }
.top-slide .item-slide {
    position: static;
    width: 120px;
    height: 120px;
    border-right: 1px solid #ddd;
    text-align: center;
    padding: 15px 4px;
    float: left
    }
.top-slide .item-slide:last-child {
    border-right: 0
    }
.top-slide .item-slide img {
    height: 70px;
    width: auto;
    border-radius: 15%
    }
.top-slide .item-slide a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
    }
.top-slide .item-slide p {
    padding: 0;
    margin: 3px 0 0 0
    }
/**/
.content-header-menu {
    display: flex;
    margin: 0;
    padding: 0.3rem 0 0 1rem;
    justify-content: space-between;
    font-size: 30px;
    letter-spacing: 1px
    }
.content-header-menu h3 {
    padding: 0;
    margin: auto 0;
    font-size: 30px;
    color: #fff;
    font-family: Calibri, Arial, sans-serifsans-serif;
    letter-spacing: -1px;
    text-transform: uppercase
    }
.content-header-menu a::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    margin-left: 10px;
    font-weight: 600
    }
.menu::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    margin-right: 7px;
    font-size: 25px
    }
.content-header-trend {
    display: flex;
    margin: 0;
    padding: 0.3rem 0 0 1rem;
    background: #4A90E2;
    justify-content: space-between;
    font-size: 16px;
    border-radius: 10px 10px 0 0
    }
.content-header-trend h2 {
    padding: 0;
    margin: auto 0;
    font-size: 16px;
    color: #fff;
    font-family: Calibri, Arial, sans-serifsans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: 27px;
    margin-top: -2px
    }
.content-header-trend h1 {
    padding: 0;
    margin: auto 0;
    font-size: 16px;
    color: #fff;
    font-family: Calibri, Arial, sans-serifsans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: 27px;
    margin-top: -2px
    }
.content-header-trend a {
    order: 2;
    color: #4A90E2;
    background-color: #fff;
    margin: 0 10px 4px 0;
    padding: 1px 10px;
    text-align: center;
    font-size: 13px;
    border-radius: 5px;
    transition: 0.3s;
    letter-spacing: 0.5px;
    font-weight: bold
    }
.content-header-trend a::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    margin-left: 10px;
    font-weight: 600
    }
.trend::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    margin-right: 7px
    }
.content-header-games {
    display: flex;
    margin: 0;
    padding: 0.3rem 0 0 1rem;
    background: #4A90E2;
    justify-content: space-between;
    font-size: 16px;
    border-radius: 10px 10px 0 0
    }
.content-header-games h2 {
    padding: 0;
    margin: auto 0;
    font-size: 16px;
    color: #fff;
    font-family: Calibri, Arial, sans-serifsans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: -2px
    }
.content-header-games h1 {
    padding: 0;
    margin: auto 0;
    font-size: 16px;
    color: #fff;
    font-family: Calibri, Arial, sans-serifsans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: -2px
    }
.content-header-games a {
    order: 2;
    color: #4A90E2;
    background-color: #fff;
    margin: 0 10px 4px 0;
    padding: 1px 10px;
    text-align: center;
    font-size: 13px;
    border-radius: 5px;
    transition: 0.3s;
    letter-spacing: 0.5px;
    font-weight: bold
    }
.content-header-games a::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    margin-left: 10px;
    font-weight: 600
    }
.games::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    margin-right: 7px
    }
.content-header-wallpaper {
    display: flex;
    margin: 0;
    padding: 0.3rem 0 0 1rem;
    background: #4A90E2;
    justify-content: space-between;
    font-size: 16px;
    border-radius: 10px 10px 0 0
    }
.content-header-wallpaper h2 {
    padding: 0;
    margin: auto 0;
    font-size: 16px;
    color: #fff;
    font-family: Calibri, Arial, sans-serifsans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: -2px
    }
.content-header-wallpaper h1 {
    padding: 0;
    margin: auto 0;
    font-size: 16px;
    color: #fff;
    font-family: Calibri, Arial, sans-serifsans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: -2px
    }
.content-header-wallpaper a {
    order: 2;
    color: #4A90E2;
    background-color: #fff;
    margin: 0 10px 4px 0;
    padding: 1px 10px;
    text-align: center;
    font-size: 13px;
    border-radius: 5px;
    transition: 0.3s;
    letter-spacing: 0.5px;
    font-weight: bold
    }
.content-header-wallpaper a::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    margin-left: 10px;
    font-weight: 600
    }
.wallpaper::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    margin-right: 7px
    }
.content-header-popular {
    margin: 0;
    padding: 0.3rem 0 0 1rem;
    border-bottom: 2px solid #787a81;
    justify-content: space-between;
    color: #787a81;
    font-size: 16px;
    font-family: Calibri, Arial, sans-serifsans-serif;
    letter-spacing: 1px;
    text-transform: uppercase
    }
.content-header-popular::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    margin-right: 7px
    }
.content-header-related {
    display: flex;
    padding: 0 10px 0 10px;
    margin: 0.3rem 0.5rem 0 0.5rem;
    background: #4A90E2;
    justify-content: space-between
    }
.content-header-related h2 {
    padding: 0;
    margin: auto 0;
    font-size: 19px;
    color: #fff;
    font-family: Calibri, Arial, sans-serifsans-serif;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    text-overflow: ellipsis
    }
.content-header-related h2::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    margin-right: 5px
    }
.content-header-related h2::after {
    content: "";
    position: absolute;
    top: 0;
    right: -9px;
    bottom: 0;
    height: 35px;
    width: 35px;
    pointer-events: none
    }
.content-header-find {
    display: flex;
    margin: 0;
    padding: 0.3rem 0 0 1rem;
    background: #4A90E2;
    justify-content: space-between;
    font-size: 16px;
    border-radius: 10px 10px 0 0
    }
.content-header-find h1 {
    padding: 0;
    margin: auto 0;
    font-size: 16px;
    color: #fff;
    font-family: Calibri, Arial, sans-serifsans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: -2px
    }
.adsv {
    line-height: 0;
    opacity: 0;
    margin: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
    }
.find::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    margin-right: 7px
    }
.fa-gamepad {
    color: #FFF
    }
.fa-gamepad a {
    color: #FFF
    }
.fa-feather-alt {
    color: #FFF
    }
.fa-feather-alt a {
    color: #FFF
    }
/* Stars */
@media screen and (max-width: 1060px) {
    .slide-source {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden
        }
    }
/* Button Go To Top */
#btnTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #4A90E2;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    transition: 0.3s;
    border: 2px solid #ECEFF1
    }
/* Main Slide */
.main-slide {
    padding: 5px
    }
.main-box {
    width: calc(33% - 20px);
    display: inline-block;
    font-size: 0.8rem;
    position: relative;
    padding: 10px 10px 15px 10px
    }
.main-box img {
    width: 100%;
    height: auto;
    transition: 0.9s;
    margin-bottom: -5px;
    margin-right: 10px;
    box-shadow: 0 -1px 5px 0 #787a81
    }
.main-slide-related {
    padding: 0 15px;
    text-align: center
    }
.main-box-related {
    display: inline-block;
    padding: 10px 5px;
    font-size: 0.8rem
    }
.main-box-related img {
    width: 200px;
    height: 125px;
    float: left;
    margin-bottom: 5px;
    transition: 0.9s;
    margin-right: 10px;
    box-shadow: 0 2px 6px 0 #787a81
    }
.main-box-related a:hover {
    opacity: 0.75;
    transition: 0.3s
    }
.meta-box-title {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 13px;
    color: #4a4a4a;
    padding: 5px 0 5px 5px;
    position: relative;
    font-weight: 900;
    border-bottom: 2px solid #4a90e2
    }
.meta-box-title::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(img/nowrap.png);
    right: 0;
    top: 0
    }
.main-box p {
    margin: 0 0.5rem
    }
.meta-box-version {
    font-size: 11px;
    margin: 5px 0
    }
.meta-box-category {
    font-size: 11px;
    color: #FFF;
    background: #4A90E2;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 700;
    position: absolute;
    z-index: 0;
    left: 10px;
    top: 10px;
    margin: 0;
    padding: 5px 15px;
    clear: both
    }
@media screen and (min-width: 0) and (max-width: 320px) {
    .main-box {
        width: 92.8% !important
        }
    }
@media screen and (min-width: 321px) and (max-width: 480px) {
    .main-box {
        width: calc(100% - 20px) !important;
        overflow: hidden;
        margin: auto;
        padding: 10px 10px 15px 10px
        }
    }
@media screen and (min-width: 481px) and (max-width: 667px) {
    .main-box {
        width: calc(49.5% - 20px) !important;
        overflow: hidden;
        margin: auto;
        padding: 10px 10px 15px 10px
        }
    }
@media screen and (min-width: 668px) and (max-width: 768px) {
    .main-box {
        width: calc(32.9% - 20px) !important;
        overflow: hidden;
        margin: auto;
        padding: 10px 10px 15px 10px
        }
    }
@media screen and (min-width: 769px) and (max-width: 1066px) {
    .main-box {
        width: calc(33% - 20px) !important;
        overflow: hidden;
        margin: auto;
        padding: 10px 10px 15px 10px
        }
    }
/* Navbar  */
.navbar-logo img {
    display: block;
    width: 174px;
    height: 87px
    }
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 5
    }
.overlay.active {
    display: block
    }
.nav-items li {
    list-style: none
    }
.nav-items a {
    color: white;
    padding: 0 15px;
    text-decoration: none;
    transition: background-color 0.3s
    }
.slide-menu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 270px;
    height: 100%;
    background-color: #4A90E2;
    transition: left 0.5s;
    z-index: 6;
    overflow-y: auto;
    padding: 10px;
    -webkit-overflow-scrolling: touch
    }
.slide-menu ul {
    display: block;
    padding: 0
    }
.slide-menu li {
    list-style: none;
    font-weight: 800
    }
.slide-menu li a {
    color: #fff
    }
.slide-menu.active {
    left: 0
    }
.no-scroll {
    overflow: hidden;
    height: 100%
    }
.parent-cat {
    margin: 15px 0 15px 0;
    display: block
    }
.parent {
    display: block;
    border-bottom: 1px dotted;
    padding-left: 6px;
    padding-bottom: 4px;
    text-transform: uppercase
    }
.fa-folder {
    color: #fff;
    padding-right: 3px
    }
.child-cat {
    display: block;
    margin: 5px 0 0 10px;
    padding: 5px 0 5px 0
    }
.navbar {
    padding: 0 15px;
    top: 0;
    position: sticky;
    z-index: 2;
    background: #4A90E2;
    height: 4rem
    }
nav .logo img {
    height: 3rem;
    width: 230px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto
    }
.nav-items {
    display: flex;
    justify-content: center;
    margin: 15px 0
    }
.nav-items li {
    list-style: none;
    padding: 0 10px;
    border-left: 1px solid #ddd;
    line-height: normal;
    margin-right: -1px;
    border-right: 1px solid #ddd;
    color: #FFF;
    position: relative
    }
.nav-items li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding-left: 7px;
    font-family: Calibri, Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s linear;
    color: inherit;
    text-decoration: none
    }
.nav-items li a i {
    margin-right: 10px
    }
nav form {
    display: flex;
    height: 30px;
    padding: 2px;
    background: #f5f6f7;
    min-width: 18% !important;
    border-radius: 5px
    }
nav form .search-data {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    color: #000;
    font-size: 13px;
    border: none;
    font-weight: 500;
    background: none;
    letter-spacing: 1px
    }
nav form button {
    padding: 0 15px;
    color: #ddd;
    font-size: 17px;
    background: transparent;
    border: none;
    border-radius: 2px;
    cursor: pointer
    }
nav form button:hover {
    color: #000
    }
nav .menu-icon {
    text-align: center;
    margin: 0 10px;
    font-size: 30px;
    color: #FFF;
    cursor: pointer
    }
nav .cancel-icon, nav .search-icon {
    text-align: center;
    margin: 0 10px;
    font-size: 18px;
    color: #FFF;
    cursor: pointer;
    display: none
    }
nav .cancel-icon, nav .search-icon {
    display: none
    }
@media (max-width: 1245px) {
    nav {
        padding: 0
        }
    }
@media (max-width: 1140px) {
    nav {
        padding: 0
        }
    nav .logo {
        flex: 2;
        text-align: center
        }
    .nav-items {
        display: none
        }
    nav form {
        position: absolute;
        top: 80px;
        right: 50px;
        opacity: 0;
        pointer-events: none;
        transition: top 0.3s ease, opacity 0.1s ease
        }
    nav form.active {
        top: 13px;
        opacity: 1;
        pointer-events: auto
        }
    nav form:after {
        position: absolute;
        content: "";
        min-width: calc(100% + 20px);
        z-index: -2;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
        }
    nav .menu-icon {
        display: block
        }
    nav .search-icon, nav .menu-icon span {
        display: block
        }
    nav .menu-icon span.hide, nav .search-icon.hide {
        display: none
        }
    nav .cancel-icon.show {
        display: block
        }
    }
.menu-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1060px;
    margin: auto;
    overflow: hidden;
    height: 100%
    }
button.fas.fa-search {
    color: #4A90E2;
    border-left: 1px solid #ddd
    }
/*download*/
.table-download {
    width: 100%;
    margin: 1rem 0;
    border-collapse: collapse;
    border-spacing: 1rem
    }
.table-download tr {
    border-bottom: 1px solid #ddd
    }
.table-download tr td {
    padding: 0.5rem 0
    }
.loading-message {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px
    }
.verify-box {
    position: relative
    }
.error-checkbox {
    outline: none;
    box-shadow: 0 0 0 2px #4A90E2
    }
#hint {
    bottom: 25px;
    left: 50%;
    transform: translatex(-50%) translatey(100%)
    }
#hint::before {
    content: "!";
    background-color: #000;
    color: white;
    text-align: center;
    font-weight: 900;
    font-size: 9px;
    padding: 2px 5px 2px 7px;
    margin-right: 4px;
    margin-left: -1px
    }
#hint::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 43%;
    transform: translate(-275%, -260%);
    top: 45%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000
    }
.progress-bar {
    height: 30px;
    width: 70%;
    background-color: #eee;
    border-radius: 3px;
    position: relative;
    margin: auto
    }
.progress-bar-fill {
    display: block;
    height: 30px;
    background-color: #4A90E2;
    border-radius: 3px;
    position: relative;
    background-size: 150% 150%;
    animation: moveWave 2s linear infinite
    }
#percentage-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold
    }
.verify-box {
    display: flex;
    align-items: center;
    margin: auto;
    font-size: 10px;
    margin-top: 3px;
    width: max-content;
    margin-left: 5px
    }
.verify-box a {
    color: #27ff00
    }
.verify-box a:hover {
    opacity: 0.75;
    transition: 0.3s
    }
.verify-box label {
    margin-left: 5px;
    cursor: pointer;
    color: #fff
    }
@media screen and (min-width: 0) and (max-width: 395px) {
    .dlhead > .icon {
        margin: auto;
        float: none !important;
        display: flex !important;
        margin-bottom: 7px
        }
    .dlinfo {
        width: 230px
        }
    .dlform {
        float: none !important;
        clear: both;
        padding-top: 15px;
        margin: auto
        }
    }
@media screen and (min-width: 396px) and (max-width: 560px) {
    .dlform {
        float: none !important;
        clear: both;
        padding-top: 15px;
        margin: auto
        }
    }
#termsCheckbox {
    cursor: pointer
    }
#termsSection {
    margin: auto;
    text-align: center
    }
#file-download {
    text-align: center;
    margin: 1.5rem 0;
    background: none;
    border: none
    }
#file-download a {
    list-style: none;
    margin: auto;
    background: #4A90E2;
    padding: 5px 10px;
    display: table;
    border-radius: 7px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase
    }
#file-download a::before {
    content: "";
    font-weight: bold;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    padding-right: 10px
    }
/* Mobile menu */
.menu {
    display: hidden;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0
    }
.menu li a {
    font-weight: 600;
    display: block;
    padding: 15px 5px
    }
.toggle {
    order: 1
    }
.toggle .bi {
    width: 1em;
    height: 1em
    }
.item.button {
    order: 2
    }
.item {
    display: inline-block;
    order: 3;
    width: 100%;
    text-align: center;
    display: none
    }
.button.secondary {
    border-bottom: 1px #444 solid
    }
/* Tablet menu */
@media all and (min-width: 700px) {
    .menu {
        justify-content: center
        }
    .item.button {
        width: auto;
        order: 1;
        display: block
        }
    .toggle {
        flex: 1;
        text-align: right;
        order: 2
        }
    .menu li.button a {
        padding: 10px 15px;
        margin: 5px 0
        }
    .button a {
        background: #0080ff;
        border: 1px royalblue solid
        }
    .button.secondary {
        border: 0
        }
    .button.secondary a {
        background: transparent;
        border: 1px #0080ff solid
        }
    .button a:hover {
        text-decoration: none
        }
    .button:not(.secondary) a:hover {
        background: royalblue;
        border-color: darkblue
        }
    }
@media all and (min-width: 960px) {
    .menu-wrapper {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center
        }
    .menu {
        align-items: flex-start;
        flex-wrap: nowrap;
        background: none
        }
    .item {
        order: 1;
        position: relative;
        display: inline-block;
        width: auto
        }
    .button {
        order: 2
        }
    .submenu-active .submenu {
        display: block;
        position: absolute;
        left: 0;
        top: 68px;
        background: #111
        }
    .toggle {
        display: none
        }
    .submenu-active {
        border-radius: 0
        }
    }
/* Post Page */
.breadcrumb {
    color: #4A90E2;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
    }
article {
    padding: 0.5rem 1rem;
    letter-spacing: 0.7px;
    line-height: 1.8;
    text-align: justify
    }
.headline img {
    width: auto
    }
.headline {
    margin: 0;
    padding: 0.5rem 0 0 0
    }
.published {
    display: block;
    font-size: 12px
    }
.headline a {
    color: #4a90e2;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 600
    }
/* Sidebar Recent */
article h1 {
    font-weight: 900;
    margin: auto;
    text-align: left
    }
article h2 {
    padding: 0;
    margin-bottom: -7px;
    font-weight: bold;
    text-align: left
    }
article h3 {
    padding: 5px 0 0;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left
    }
.post {
    padding: 1rem;
    margin: 0;
    border: 0;
    overflow: hidden;
    text-decoration: none;
    padding-bottom: 10px
    }
.post .post-link {
    position: relative;
    width: 65px;
    height: 65px;
    float: left;
    overflow: hidden;
    display: block;
    vertical-align: middle;
    margin: 0 12px 0 0
    }
.post .post-link .post-thumb {
    width: 100%;
    border-radius: 15%
    }
.post:hover .post-content .post-info .post-title a {
    color: #000
    }
.post .post-content .post-info {
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
    }
.post .post-content .post-info {
    overflow: hidden
    }
.post .post-content .post-info .post-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5em;
    margin: 0 0 3px
    }
.post .post-content .post-info .post-title a {
    display: block;
    color: #333;
    transition: color 0.17s
    }
.post .post-content .post-meta {
    overflow: hidden;
    padding: 0 1px
    }
.post .post-content .post-meta .post-category {
    font-size: 11px;
    text-transform: uppercase;
    padding: 0.3rem;
    border: 1px solid #333
    }
.list-item {
    line-height: 23px;
    margin-top: -2px
    }
.list-item h1 {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -1px
    }
.item-info a {
    color: #777
    }
.item-thumb {
    margin: 10px 0 0 0
    }
@media screen and (max-width: 520px) {
    .screenshots {
        clear: both
        }
    .list-item {
        float: left;
        margin: 5px 0 15px 0
        }
    .item-thumb {
        margin: auto;
        text-align: center;
        float: inherit !important
        }
    .headline {
        padding: 0.5rem 0
        }
    .dlarea {
        display: inline !important
        }
    .dlarea .dlpk {
        float: none !important
        }
    }
.item-info a {
    color: #777
    }
.item-info {
    font-size: 13px;
    color: #777;
    list-style: none;
    margin: auto;
    padding: inherit;
    font-weight: 700
    }
.item-date {
    color: #757575;
    font-size: 12px
    }
.item-rating {
    list-style: none;
    padding: inherit;
    margin: auto
    }
.rating-amount {
    color: #757575;
    font-size: 12px;
    list-style: none;
    display: inline
    }
.checked {
    color: orange;
    font-size: 13px;
    margin-right: -3px
    }
.side-box {
    width: 300px;
    height: 73px;
    display: inline-block;
    padding: 10px;
    list-style: none;
    font-size: 0.8rem
    }
.side-ul {
    margin: 0;
    padding: 0
    }
.side-box img {
    width: 65px;
    height: 65px;
    float: left;
    margin-bottom: 5px;
    transition: 0.9s;
    margin-right: 10px;
    border-radius: 15%
    }
.side-box a {
    margin-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
    }
.side-box p {
    margin: 0 0.5rem
    }
/* Sidebar Tags / Category */
.tags-content {
    margin: 0.5rem
    }
.tags {
    color: #333;
    border: 1px solid #ddd;
    padding: 0.3rem 0.5rem;
    margin: 0.5rem 1rem;
    display: inline-block;
    border-left: 5px solid #4A90E2;
    font-size: 12px
    }
.tags a {
    color: #4A90E2
    }
/* Pagination */
.navigation {
    text-align: center;
    padding-bottom: 5px
    }
.pagination {
    list-style-type: none
    }
.pagination li {
    display: inline;
    margin: 0 3px
    }
.pagination li a {
    display: inline-block;
    font-weight: 600;
    padding: 5px 11px;
    background: #f5f5f5;
    border-radius: 5px;
    color: #4A90E2
    }
.pagination li .active {
    color: #fff !important;
    background: #4A90E2
    }
.pagination li a:hover {
    color: #fff !important;
    background: #787a81
    }
/* Article Screenshots */
.slide-image {
    position: relative;
    width: 100%;
    padding-right: 15px;
    margin-bottom: 15px;
    clear: both
    }
#slide-left {
    text-align: center;
    width: 30px;
    position: absolute;
    background: #4A90E2;
    color: #FFF;
    z-index: 0;
    cursor: pointer;
    top: 90px;
    border-radius: 0 5px 5px 0
    }
#slide-left::before {
    display: inline-block;
    content: "";
    font-weight: bold;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-size: 25px
    }
#slide-right {
    text-align: center;
    right: 15px;
    width: 30px;
    position: absolute;
    background: #4A90E2;
    color: #fff;
    z-index: 0;
    cursor: pointer;
    top: 90px;
    border-radius: 5px 0 0 5px
    }
#slide-right::before {
    display: inline-block;
    content: "";
    font-weight: bold;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-size: 25px
    }
#slide-main {
    overflow-y: hidden;
    white-space: nowrap;
    margin: auto;
    text-align: center
    }
.slide-image img {
    height: 210px
    }
/* Comments */
.comments {
    font-size: 16px;
    font-family: oswald;
    font-weight: normal;
    margin-top: 10px;
    margin-left: 10px
    }
.comment-body {
    margin: 5px 0 15px;
    color: #222;
    line-height: 1.3em;
    border-radius: 3px;
    position: relative;
    max-width: 100%;
    padding: 10px 0
    }
.comment-reply-title {
    font-size: 16px;
    font-family: oswald;
    font-weight: normal;
    margin-left: 10px
    }
.commentlist {
    list-style-type: none;
    position: relative;
    margin: 10px auto;
    padding: 20px 0;
    border-bottom: 1px solid #e9ebee;
    border-top: 1px solid #e9ebee
    }
.commentlist p {
    font-size: 12px;
    font-weight: normal;
    margin: 20px 0 10px 50px;
    font-family: monospace
    }
.comment-author .avatar {
    width: 42px;
    height: 42px;
    max-width: 42px;
    max-height: 42px
    }
.comment-author .ca {
    color: #334DC4;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 0 10px;
    position: absolute;
    font-family: Helvetica, Arial, sans-serif
    }
.comment-author .ca a {
    color: #334DC4
    }
.comment-author .says {
    font-style: normal;
    font-weight: 500;
    margin: 0 0 0 50px;
    position: absolute
    }
.comment-meta {
    color: #334DC4;
    font-size: 11px;
    font-weight: normal;
    margin: 10px 0 0 52px;
    font-family: Helvetica, Arial, sans-serif
    }
.comment-meta a {
    color: #334DC4
    }
.comment-meta p {
    line-height: 1.5em;
    margin: 5px 0 0;
    color: #222;
    word-wrap: break-word;
    padding: 10px 0;
    text-align: left
    }
.reply a {
    overflow: hidden;
    margin-top: -15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    float: right;
    padding: 7px 15px;
    background: #0b4060;
    border-radius: 3px 3px 0 0;
    font-family: oswald
    }
.reply a {
    color: #FFF
    }
.comment-me {
    border: 1px solid #d3d6db;
    background: #FFF;
    border-radius: 2px;
    min-width: -moz-available;
    min-width: -webkit-fill-available;
    min-width: fill-available;
    height: 60px;
    resize: vertical;
    padding: 7px
    }
.form-submit .submit {
    background: #334DC4;
    color: #fff;
    padding: 3px 7px;
    border: none;
    border-radius: 2px;
    float: left;
    font-size: 15px;
    font-family: Calibri, Arial, sans-serif;
    margin-top: 10px;
    font-weight: 900
    }
.comment-form-author #author {
    border: 1px solid #d3d6db;
    background: #fff;
    border-radius: 2px;
    margin-bottom: 5px
    }
.comment-form-author label {
    font-family: Calibri, Arial, sans-serif;
    margin-left: 5px
    }
#cancel-comment-reply-link {
    background: #334DC4;
    color: #fff;
    padding: 0 7px;
    border: none;
    border-radius: 2px;
    float: right;
    font-size: 15px;
    font-family: Calibri, Arial, sans-serif;
    margin-top: 10px;
    font-weight: 900
    }
#comments-apk {
    font-size: 17px;
    margin: 15px 0 0 15px;
    font-family: oswald;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em
    }
#commentform {
    margin-top: -0.7rem
    }
.children {
    list-style-type: none;
    margin: 2rem 0
    }
.depth-2 .comment-reply-link {
    display: none
    }
.depth-2 {
    border-left: 1px solid #ddd;
    padding-left: 10px;
    list-style: none;
    margin-top: -15px
    }
.vcard {
    float: left
    }
.comment-form-comment {
    padding: 0;
    margin-bottom: -7px !important
    }
.comment-respond {
    padding: 15px 5px 2.5rem 5px;
    background: #f5f6f7;
    border: 1px solid #d3d6db
    }
.comment-notes, .comment-form-cookies-consent, .form-submit {
    margin: 0 !important
    }
.box-item-comment {
    border-radius: 2px;
    background: #fff;
    margin-bottom: 0rem;
    width: auto
    }
.box-item-comment article {
    border-top: 1px solid #e9ebee;
    margin: 0 1rem;
    padding: 2rem 0 !important
    }
.cld-like-dislike-wrap {
    display: inline-block;
    margin: 5px 0 0 2.4rem !important;
    font-size: 12px;
    color: #334DC4 !important
    }
.cld-like-dislike-wrap a {
    color: #334DC4 !important
    }
.cld-like-dislike-wrap span {
    color: #334DC4 !important
    }
.fa-thumbs-down {
    padding: 0 5px
    }
.fa-thumbs-up {
    padding: 0 5px
    }
.depth-3 {
    margin-left: -15px
    }
.depth-3 {
    margin: -33px 0 -34px -15px;
    border-left: 1px solid #ddd
    }
/* Lightbox */
.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.7;
    display: none;
    z-index: 1035
    }
.sl-wrapper {
    z-index: 1040;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed
    }
.sl-wrapper * {
    box-sizing: border-box
    }
.sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer
    }
.sl-wrapper button:hover {
    opacity: 0.7
    }
.sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #FFF;
    font-size: 3rem
    }
.sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #FFF;
    font-size: 1rem
    }
.sl-wrapper .sl-navigation {
    width: 100%;
    display: none
    }
.sl-wrapper .sl-navigation button {
    position: fixed;
    top: 47%;
    height: auto;
    text-align: center;
    font-family: Arial, Baskerville, monospace;
    color: #fff;
    background: #4A90E2;
    border-radius: 5px;
    z-index: 10060
    }
.sl-wrapper .sl-navigation button.sl-next {
    right: 5px;
    font-size: 2rem;
    padding: 0 10px 5px 10px
    }
.sl-wrapper .sl-navigation button.sl-prev {
    left: 5px;
    font-size: 2rem;
    padding: 0 10px 5px 10px
    }
@media (min-width: 35.5em) {
    .sl-wrapper .sl-navigation button {
        width: 44px
        }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 10px;
        font-size: 3rem;
        padding: 0 5px 5px 10px
        }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 10px;
        font-size: 3rem
        }
    }
@media (min-width: 50em) {
    .sl-wrapper .sl-navigation button {
        width: 44px
        }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 20px;
        font-size: 3rem
        }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 20px;
        font-size: 3rem;
        padding: 0 5px 5px 10px
        }
    }
.sl-wrapper.sl-dir-rtl .sl-navigation {
    direction: ltr
    }
.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000
    }
.sl-wrapper .sl-image img {
    margin: 0;
    padding: 0;
    display: block;
    border: 0 none;
    width: 100%;
    height: auto
    }
@media (min-width: 35.5em) {
    .sl-wrapper .sl-image img {
        border: 0 none
        }
    }
@media (min-width: 50em) {
    .sl-wrapper .sl-image img {
        border: 0 none
        }
    }
.sl-wrapper .sl-image iframe {
    background: #000;
    border: 0 none
    }
@media (min-width: 35.5em) {
    .sl-wrapper .sl-image iframe {
        border: 0 none
        }
    }
@media (min-width: 50em) {
    .sl-wrapper .sl-image iframe {
        border: 0 none
        }
    }
.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
    }
.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;
    top: 0
    }
.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto
    }
.sl-wrapper .sl-image .sl-download {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #000;
    z-index: 1060
    }
.sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1007;
    -webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite
    }
.sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
    }
.sl-transition {
    transition: -moz-transform ease 200ms;
    transition: -ms-transform ease 200ms;
    transition: -o-transform ease 200ms;
    transition: -webkit-transform ease 200ms;
    transition: transform ease 200ms
    }
@-webkit-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0.0;
        } 50% {
        opacity: 1;
        } 100% {
        transform: scale(1.2);
        opacity: 0;
        }
    }
@keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0.0;
        } 50% {
        opacity: 1;
        } 100% {
        transform: scale(1.2);
        opacity: 0;
        }
    }
@-moz-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0.0;
        } 50% {
        opacity: 1;
        } 100% {
        transform: scale(1.2);
        opacity: 0;
        }
    }
@-o-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0.0;
        } 50% {
        opacity: 1;
        } 100% {
        transform: scale(1.2);
        opacity: 0;
        }
    }
@-ms-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0.0;
        } 50% {
        opacity: 1;
        } 100% {
        transform: scale(1.2);
        opacity: 0;
        }
    }
/*like*/
.like {
    width: max-content;
    font-size: 14px;
    padding: 6px 7px 2px;
    letter-spacing: 1px;
    background: #4A90E2;
    margin: 5px 0 5px 7px;
    height: 19px;
    text-transform: uppercase;
    border-radius: 5px 0 0 5px
    }
.like {
    display: grid;
    align-content: center
    }
.like a {
    color: #FFF;
    font-size: 14px
    }
.like .fa-thumbs-up {
    padding: 5px !important;
    color: #FFF;
    position: absolute;
    margin-left: 31px;
    margin-top: -7px;
    background: #4A90E2;
    height: 17px;
    border-radius: 0 5px 5px 0
    }
.count-like {
    background: #ddd
    }
/* Widgets */
.widget {
    list-style-type: none;
    margin: 0;
    padding: 0
    }
/*footer*/
.footer {
    text-align: center;
    background-color: #4A90E2;
    font-size: 13px;
    font-family: Calibri, Arial, sans-serif;
    letter-spacing: 1px;
    color: #FFF
    }
.footer p {
    padding: 10px 0;
    margin: 0 auto
    }
.footer a {
    color: #FFF
    }
.footer a:hover {
    opacity: 0.75;
    transition: 0.3s
    }
/* Additional Goes here */
.title-post {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-family: Calibri, Arial, sans-serif
    }
a.featured-image {
    margin-bottom: 10px;
    display: block
    }
.title-post-download {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-family: Calibri, Arial, sans-serif;
    margin-top: -5rem
    }
.title-slide {
    margin: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    color: #787a81;
    letter-spacing: 0.5px;
    position: relative
    }
.title-slide::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(img/nowrap.png);
    right: 0;
    top: 0
    }
.dlarea {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center
    }
.dlarea .dlpk {
    margin: 0 2px 0 2px;
    background: #f1f1f1;
    padding: 2px 10px;
    border-radius: 3px;
    margin-bottom: 7px;
    margin-top: 12px;
    box-shadow: 0 1px 10px -5px #bbb;
    border: 1px solid #dbdbdb;
    float: left;
    clear: both
    }
.dlarea .dlbtn:hover {
    opacity: 0.75;
    transition: 0.3s
    }
.dlbtn::before {
    display: inline-block;
    content: "";
    font-weight: bold;
    color: #4a90e2;
    padding: 0 7px 0 0;
    font-family: "Font Awesome 5 Free"
    }
.dwdbtn {
    float: left;
    background: #4A90E2;
    padding: 1px 10px 0 5px;
    margin: 5px 5px 0 0;
    line-height: normal;
    width: max-content;
    border-radius: 5px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 900;
    border: none;
    text-transform: uppercase;
    cursor: pointer
    }
.dwdbtn::before {
    display: inline-block;
    content: "";
    font-weight: bold;
    color: #FFF;
    padding: 5px 7px 5px 7px;
    font-family: "Font Awesome 5 Free"
    }
.collapse-content {
    overflow: hidden;
    height: 200px
    }
.collapse-top {
    height: 30px;
    width: 100%;
    display: inline-block;
    position: relative;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
    top: -30px
    }
.btn-clean {
    background: none;
    color: #334DC4;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: center;
    width: 100%;
    background-color: transparent !important;
    margin-top: 40px;
    font-size: 15px;
    margin-top: 40px;
    font-family: Calibri, Arial, sans-serif;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-transform: uppercase
    }
.row br {
    display: none
    }
nav.rank-math-breadcrumb a {
    color: #333
    }
nav.rank-math-breadcrumb {
    color: #4A90E2;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
    }
.widget {
    margin: 1rem 7px;
    height: auto;
    width: -webkit-fill-available
    }
.ads {
    width: -webkit-fill-available !important;
    margin: 0 auto;
    padding: 0 5px;
    text-align: center;
    clear: both
    }
@media (min-width: 500px) {
    .ads {
        width: 468px
        }
    }
@media (min-width: 800px) {
    .ads {
        width: 728px
        }
    }
/*
     FILE ARCHIVED ON 15:15:27 Apr 01, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:40:26 Sep 26, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.784
  exclusion.robots: 0.031
  exclusion.robots.policy: 0.015
  esindex: 0.016
  cdx.remote: 37.954
  LoadShardBlock: 1165.252 (3)
  PetaboxLoader3.resolve: 847.57 (4)
  PetaboxLoader3.datanode: 418.0 (4)
  load_resource: 210.449
*/