@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;900&display=swap");
a,
a:focus,
a:hover {
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    font-family: Poppins, sans-serif;
}
img {
    max-width: 100%;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: normal;
    background-color: #eaeaea;
}
.container {
    max-width: 1750px;
}
.btn-theme {
    background-color: #362bae;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
    font-size: 24px;
    font-family: Poppins, sans-serif;
    font-weight: 900;
    min-width: 175px;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    transition: all 0.5s ease-in;
}
.btn-theme:active:before,
.btn-theme:focus:before,
.btn-theme:hover:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.btn-theme:active,
.btn-theme:focus,
.btn-theme:hover {
    color: #fff;
}
.btn-theme:before {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.btn-theme.btn-black {
    background-color: #1e1e1e;
}
.btn-theme.btn-black:active,
.btn-theme.btn-black:focus,
.btn-theme.btn-black:hover {
    background-color: #362bae;
}
header {
    background-color: #1e1e1e;
}
.block-header {
    justify-content: space-between;
    position: relative;
}
.action-nav > ul,
.block-header {
    display: flex;
    align-items: center;
}
.action-nav .ico-power-off {
    fill: #362bae;
    width: 18px;
    height: 18px;
}
.brand-logo-wrapper {
    position: relative;
    margin-bottom: -5px;
}
.dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    perspective: 1000px;
    z-index: -1;
}
.dropdown_menu--animated {
    display: none;
    -webkit-animation: rotateMenu 0.4s ease-in-out forwards;
    animation: rotateMenu 0.4s ease-in-out forwards;
    transform-origin: top center;
}
@-webkit-keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg);
    }
    70% {
        transform: rotateX(20deg);
    }
    to {
        transform: rotateX(0deg);
    }
}
@keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg);
    }
    70% {
        transform: rotateX(20deg);
    }
    to {
        transform: rotateX(0deg);
    }
}
.main-nav {
    display: block;
    position: relative;
}
.main-nav > ul {
    align-items: center;
}
.main-nav > ul > li > a {
    font-size: 18px;
    color: #fff;
    padding-left: 12px;
    padding-right: 12px;
    transition: all 0.5s ease;
}

.main-nav > ul > li:hover > a {
    color: #362bae;
}
.main-nav > ul > li > a > i {
    display: none;
}

.main-nav > ul > li.switcher {
    height: 77px;
    width: 288px;
    background-image: linear-gradient(0deg, #362bae 53%, #130b6b);
    display: flex;
    align-items: center;
    position: relative;
    perspective: 1000px;
    z-index: 100;
    margin-right: 15px;
}
.main-nav > ul > li.switcher > a {
    font-size: 25px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-nav > ul > li.switcher > a svg {
    fill: #fff;
    width: 25px;
    height: 25px;
}
.main-nav > ul > li.switcher:hover > a {
    color: #fff;
}
.main-nav > ul > li.switcher:hover .dropdown_menu {
    display: block;
}
.main-nav > ul > li.switcher .dropdown_menu {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 20px 0;
}
.main-nav > ul > li.switcher .dropdown_menu > li > a {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: Poppins, sans-serif;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    transition: all 0.5s ease;
}
.main-nav sup.green-text-sm {
    top: -0.2em;
    font-size: 0.55em;
    margin-left: 5px;
    color: #6fcf4c;
}
.main-nav > ul > li.switcher .dropdown_menu > li > a .ico-arrow {
    fill: #666;
    transform: rotate(-90deg);
    width: 20px;
    height: 20px;
    margin-right: 3px;
}
.main-nav > ul > li.switcher .dropdown_menu > li:hover > a {
    color: #362bae;
}
.main-nav > ul > li.switcher .dropdown_menu > li:hover > a svg {
    fill: #362bae;
}
.main-nav .trigger-search svg {
    width: 17px;
    height: 17px;
    fill: #fff;
}

input.form-control.search-control {
    background-color: transparent;
    border: none;
    font-size: 24px;
    height: 100%;
    outline: none;
    box-shadow: none;
}
input.form-control.search-control:active,
input.form-control.search-control:focus {
    outline: none;
    box-shadow: none;
}
.search-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1e1e1e;
    z-index: 999;
}
.search-box .search-wrapper {
    display: flex;
    height: 100%;
    align-items: center;
}
.btn-close-search {
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 23px;
    outline: none;
    box-shadow: none;
}
.btn-close-search:focus {
    outline: none;
}
.mobile-search .trigger-search svg {
    width: 40px;
    height: 40px;
    fill: #fff;
}
.action-nav > ul > li > a {
    color: #fff;
    transition: all 0.5s ease;
}
.action-nav > ul > li:hover > a {
    color: #362bae;
}
footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #1e1e1e;
}
.block-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.block-footer .copyrights {
    text-align: right;
    font-size: 15px;
    color: #eaeaea;
}
.block-footer .copyrights a {
    color: #eaeaea;
    text-decoration: underline;
}
.block-footer .copyrights > p {
    line-height: 32px;
    width: 100%;
    margin-bottom: 0;
}
.main {
    padding-top: 40px;
    padding-bottom: 65px;
}
.page-title {
    margin-bottom: 30px;
}
.page-title.center-title {
    text-align: center;
}
.page-title h1 {
    font-size: 30px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 900;
    font-family: Poppins, sans-serif;
}
.page-title p {
    font-size: 18px;
    line-height: 32px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1e1e1e;
    margin: 0;
}
.page-title.fluid-title h1 {
    margin-bottom: 0;
}
.page-title.fluid-title .title-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.page-title .cta > label {
    margin-bottom: 0;
    color: #1e1e1e;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 900;
}
.page-title .cta .btn {
    min-width: auto;
    background-color: #1e1e1e;
    padding: 0.375rem 1.75rem;
    font-size: 18px;
    margin-left: 15px;
    transition: all 0.3s ease-in-out;
}
.page-title .cta .btn.active,
.page-title .cta .btn:active,
.page-title .cta .btn:focus,
.page-title .cta .btn:hover {
    background-color: #362bae;
}
.card.card-theme {
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding-bottom: 50px;
}
.card.card-theme .card-header {
    border-radius: 0;
    display: flex;
    background-color: #ffffff;
    color: #1e1e1e;
    align-items: center;
    padding: 1.25rem;
    border: none;
}
.card.card-theme .card-header .card-ico {
    margin-right: 15px;
}
.card.card-theme .card-header svg {
    height: 40px;
    width: 40px;
    fill: #362bae;
}
.card.card-theme .card-header h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.card.card-theme .card-body {
    border-radius: 0;
    background-color: #ffffff;
    padding: 35px;
    border: none;
    color: #1e1e1e;
}
.card.card-video .card-header {
    flex-wrap: wrap;
}
.card.card-video .card-header h3 {
    width: 100%;
    font-size: 20px;
}
.card.card-video .card-header p {
    font-size: 16px;
    color: #787878;
    margin-bottom: 0;
}
.card.card-video .card-body {
    padding: 0;
}
.card.card-video .card-preview {
    overflow: hidden;
}
.card.card-video .card-preview img {
    width: 100%;
    transform: scale(1);
    transition: 0.3s ease-in-out;
}
.card.card-video .card-preview:hover img {
    transform: scale(1.3);
}
.card.card-video .card-description {
    background-color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    padding: 20px;
}
.theme-link {
    font-size: 18px;
    color: #362bae;
    text-decoration: underline;
    transition: all 0.3s ease-in;
}
.theme-link:active,
.theme-link:focus,
.theme-link:hover {
    color: #fff;
}
.card-news article {
    margin-bottom: 30px;
}
.card-news article h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 24px;
}
.card-news article h5 + small {
    font-size: 12px;
    color: #4b4b4b;
}
.card-news article p {
    font-size: 18px;
    color: #1e1e1e;
    margin-top: 10px;
    margin-bottom: 0;
}
.card-poll .card-body h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.card-poll .card-body .radio-group label {
    display: block;
}
.card-poll .card-body .radio-group label input[type="radio"] {
    margin-right: 10px;
}
.card-poll .card-body .cta {
    margin-top: 15px;
}
.card-100 .card {
    height: 100%;
}
.theme-list {
    list-style-type: decimal;
    list-style-position: inside;
}
.theme-list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 24px;
    font-weight: 600;
    color: #1e1e1e;
    margin-bottom: 5px;
}
.theme-list li a {
    color: #362bae;
    transition: all 0.3s ease-in-out;
}
.theme-list li a:active,
.theme-list li a:focus,
.theme-list li a:hover {
    color: #1e1e1e;
}
.preview img {
    width: 100%;
}
.partner-box {
    text-align: center;
}
.partner-box h4 {
    font-size: 20px;
    font-weight: 900;
    padding-top: 20px;
    padding-bottom: 10px;
}
.partner-box h4,
.partner-box p {
    text-transform: uppercase;
    margin-bottom: 0;
}
.partner-box p {
    color: #362bae;
    font-size: 18px;
}
.row.gutter-25 {
    margin-left: -25px;
    margin-right: -25px;
}
.row.gutter-25 > div {
    padding-left: 25px;
    padding-right: 25px;
}
.row.gutter-8 {
    margin-left: -8px;
    margin-right: -8px;
}
.row.gutter-8 > div {
    padding-left: 8px;
    padding-right: 8px;
}
.pagination .page-link {
    border-radius: 0;
    border: none;
    background-color: #171717;
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    font-family: Poppins, sans-serif;
    font-weight: 900;
    padding: 0.7rem 1.9rem;
    margin-left: 5px;
    margin-right: 5px;
    transition: all 0.3s ease-in-out;
}
.pagination .page-item.active a,
.pagination .page-link:active,
.pagination .page-link:focus,
.pagination .page-link:hover {
    background-color: #362bae;
}
@-webkit-keyframes hvr-ripple-out {
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
@keyframes hvr-ripple-out {
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
.card-network h4 {
    font-size: 24px;
    text-transform: uppercase;
}
.card-network .card-header {
    justify-content: space-between;
    flex-wrap: wrap;
}
.card-network .card-header .btn-black {
    background-color: #1e1e1e;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    font-weight: 900;
    border-radius: 0;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
    transition: all 0.3s ease-in-out;
}
.card-network .card-header .btn-black:active,
.card-network .card-header .btn-black:focus,
.card-network .card-header .btn-black:hover {
    background-color: #362bae;
}
.card-network .block-content {
    display: flex;
}
.card-network .block-content .preview {
    max-width: 300px;
    margin-right: 25px;
}
.card-network .block-content .description {
    flex: 1;
    font-size: 18px;
    line-height: 24px;
}
.card-network .block-content .description p {
    margin-bottom: 1.25rem;
}
.card-container {
    max-width: 940px;
    margin: 0 auto;
    width: 100%;
}
.giveaway-box {
    margin-bottom: 16px;
}
.trailer-box {
    display: flex;
}
.trailer-box .preview {
    max-width: 200px;
    width: 200px;
    margin-right: 35px;
}
.trailer-box .description {
    flex: 1;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.trailer-box .description p {
    font-size: 16px;
    line-height: 24px;
}
.trailer-box .btn {
    padding: 1rem 0.75rem;
}
.gallery-box .cta {
    padding-bottom: 30px;
}
.gallery-box .cta .btn {
    padding: 0.375rem 1.25rem;
}
.gallery-box .cta .btn + .btn {
    margin-left: 5px;
}
.card-gallery .card-header p {
    margin: 0;
    font-size: 20px;
    line-height: 32px;
}
.top-cta {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.top-cta .page-item a {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 23px;
    padding: 0.5rem 1.5rem;
    line-height: normal;
}
.top-cta .page-link {
    background-color: #1e1e1e;
}
.top-cta .result-text {
    margin-top: 1rem;
    width: 100%;
}
.flexy-gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.flexy-gallery .gallery-item {
    max-width: 200px;
    width: 200px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.block-rating {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    width: auto;
    margin: 0 auto;
    text-align: center;
}
.block-rating .rating {
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-rating p {
    margin-bottom: 0;
    margin-top: 10px;
}
.dark-stripe {
    background-color: #1e1e1e;
    border-top: 1px solid #171717;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s ease;
}
.dark-stripe:hover {
    background-color: #362bae;
}
.dark-stripe:hover svg {
    fill: #fff;
}
.dark-stripe a {
    color: #fff;
    font-size: 35px;
    font-family: Poppins, sans-serif;
    font-weight: 900;
    text-align: center;
    display: block;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.dark-stripe a svg {
    width: 30px;
    height: 30px;
    fill: #362bae;
    margin-right: 10px;
}
.section-title {
    color: #1e1e1e;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 35px;
}
.card-foot {
    background-color: #1e1e1e;
    text-align: center;
    padding: 1.25rem;
    transition: all 0.3s ease-in;
}
.card-foot:hover {
    background-color: #362bae;
}
.card-foot h3 {
    margin: 0;
}
.card-foot a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}
.card-support h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
}
.card-support h3,
.card-support h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
}
.card-support h4 {
    font-size: 24px;
    margin-bottom: 10px;
}
.card-support p {
    font-size: 18px;
    margin-bottom: 40px;
}
.required {
    color: #362bae;
}
.form-control {
    height: 57px;
    border-radius: 0;
}
.right-divider {
    border-right: 5px solid #1e1e1e;
}
.right-pad-divider {
    padding-right: 50px;
}
.left-pad-divider {
    padding-left: 50px;
}
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 40px;
}
.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important;
}
.hamburger--spring .hamburger-inner:after {
    top: 30px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner:before {
    top: 15px;
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
        transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner:after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}
.hamburger-inner:after {
    bottom: -10px;
}
.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 45px;
    height: 10px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
    border-radius: 0;
    background-color: #fff;
}
.main-nav .signout,
.mobile,
.mobile-menu,
.mobile-search {
    display: none;
}
.desktop {
    display: block;
}
@media (min-width: 768px) {
    .card.card-theme .card-header h3 {
        font-size: calc(0.875rem + 1.3889vw - 10.66675px);
    }
    .card.card-video .card-header h3 {
        font-size: 19px;
        /*padding: 10px;*/
    }
    .partner-box h4 {
        font-size: calc(1.25rem + 1.4757vw - 11.33338px);
    }
    .partner-box p {
        font-size: calc(1.25rem + 0.6944vw - 5.33299px);
    }
}
@media (max-width: 1600px) {
    .card-network .block-content .preview {
        max-width: 40%;
    }
    .main-nav > ul > li.switcher {
        width: 220px;
        margin-right: 5px;
    }
    .main-nav > ul > li.switcher > a {
        font-size: 18px;
        padding: 15px 10px;
    }
    .main-nav > ul > li.switcher > a svg {
        width: 20px;
    }
    .main-nav > ul > li.switcher .dropdown_menu > li > a {
        font-size: 16px;
        padding: 0 15px;
    }
    .main-nav > ul > li.switcher .dropdown_menu {
        padding: 15px 0;
    }
    .row.gutter-25 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .row.gutter-25 > div {
        padding-left: 15px;
        padding-right: 15px;
    }
    .trailer-box .btn {
        font-size: 16px;
    }
    .card.card-theme .card-body,
    .card.card-theme .card-header {
        padding: 10px;
    }
    .trailer-box .preview {
        margin-right: 15px;
    }
    .card.card-theme .card-header h3 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .card-foot h3 {
        margin: 0;
        font-size: 24px;
    }
}
@media (max-width: 1400px) {
    .card.card-theme .card-header svg {
        height: 25px;
        width: 25px;
    }
    .card.card-theme .card-header .card-ico {
        margin-right: 10px;
    }
    .main-nav > ul > li > a {
        font-size: 14px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .action-nav > ul > li > a {
        font-size: 14px;
    }
}
@media (max-width: 1200px) {
    .mobile-menu {
        display: block;
        margin-top: 5px;
    }
    .card-network .block-content .description {
        font-size: 16px;
    }
    .card-network .block-content .preview {
        margin-right: 15px;
    }
    .mobile-search {
        display: flex;
    }
    .main-nav .signout {
        display: inline-block;
    }
    .block-header .action-nav,
    .main-nav,
    .main-nav .search {
        display: none;
    }
    .brand-logo-wrapper {
        margin-bottom: 0;
        padding: 0 15px;
    }
    header {
        padding-top: 3px;
        padding-bottom: 3px;
        position: relative;
    }
    .main-nav {
        position: absolute;
        left: 0;
        top: 100%;
        background-color: #1d1d1d;
        margin-top: 20px;
        padding: 15px;
        z-index: 99;
    }
    .main-nav,
    .main-nav ul > li,
    .main-nav ul > li.switcher {
        width: 100%;
    }
    .main-nav > ul > li.switcher .dropdown_menu > li > a,
    .main-nav > ul > li.switcher > a,
    .main-nav > ul > li > a {
        font-size: 35px;
        text-transform: uppercase;
        display: block;
        color: #fff;
        font-family: Poppins, sans-serif;
        font-weight: 900;
        /*text-align: center;*/
    }

    .main-nav > ul > li > a > i {
        display: inline-block;
        margin-right: 5px;
    }

    .main-nav > ul > li > a > span {
        margin-right: 5px;
    }

    .main-nav > ul > li.switcher .dropdown_menu > li > a,
    .main-nav > ul > li > a {
        background-color: #1e1e1e;
        padding: 10px;
    }
    .main-nav > ul > li.switcher .dropdown_menu > li > a {
        text-align: left;
    }
    .main-nav > ul > li.switcher .dropdown_menu > li > a .ico-arrow {
        width: 40px;
        height: 40px;
    }
    .main-nav > ul > li.switcher > a {
        background-color: transparent;
    }
    .main-nav > ul > li.switcher {
        margin-right: 0;
        position: relative;
        height: auto;
        display: block;
    }
    .main-nav > ul > li.switcher > a {
        position: relative;
    }
    .main-nav > ul > li.switcher > a svg {
        position: absolute;
        right: 20px;
        top: 50%;
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }
    .main-nav > ul > li {
        margin-bottom: 10px;
    }
    .signout svg {
        width: 40px;
        height: 40px;
        fill: #362bae;
        margin-right: 5px;
    }
    .signout > a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .switcher .dropdown_menu {
        position: inherit;
        left: inherit;
        top: inherit;
    }
}
@media (min-width: 1200px) and (max-width: 1600px) {
    .brand-logo img {
        max-width: 250px;
    }
}
@media (max-width: 991px) {
    .card-preview.no-pad-responsive,
    .preview.no-pad-responsive {
        /*
        margin-left: -1.1rem;
        margin-right: -1.1rem;
        margin-top: -1.1rem;
        */
    }
    .card.card-video .card-header p {
        margin-left: 10px;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .trailer-box {
        display: flex;
        flex-wrap: wrap;
    }
    .card.card-video .card-description {
        padding-left: 0;
        padding-right: 0;
    }
    .trailer-box .preview {
        margin-right: 15px;
        width: 30%;
    }
    .trailer-box .description p {
        font-size: 16px;
        line-height: 24px;
    }
    .trailer-box .cta {
        margin-top: 15px;
        width: 100%;
    }
    .card.card-theme .card-body {
        padding: 0;
    }
    .card.card-theme {
        padding-bottom: 25px;
    }
    .widget-footer {
        width: 100%;
        text-align: center;
    }
    .block-footer .copyrights {
        text-align: center;
        padding-top: 20px;
    }
    .footer-logo img {
        max-width: 250px;
    }
    .card-gallery .card-header p {
        font-size: 18px;
        font-size: 16px;
        line-height: 23px;
    }
    .dark-stripe a {
        font-size: 26px;
    }
    .pagination .page-link {
        padding: 0.5rem 0.8rem;
        font-size: 16px;
    }
    .card-support h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .card-support h3,
    .card-support p {
        margin-bottom: 20px;
    }
    .right-pad-divider {
        padding-right: 15px;
    }
    .left-pad-divider {
        padding-left: 15px;
    }
    .right-divider {
        border-right: none;
        border-bottom: 5px solid #1e1e1e;
        margin-bottom: 15px;
    }
    .page-title.fluid-title .title-wrapper .cta {
        width: 100%;
        margin-top: 15px;
    }
    .top-cta {
        padding-top: 10px;
    }
}
@media (max-width: 767px) {
    .col5row .col {
        flex: 0 0 50%;
    }
    .specialOfferRowCardBody {
        padding: 0px !important;
    }
    .specialOfferRowCardBody .specialOfferRow .col {
        margin-bottom: 0px !important;
    }
    .specialOfferRow .col {
        flex: 0 0 100%;
    }
    .exclusiveMembersDealsOnly .col5row {
        margin-left: 0;
        margin-right: 0;
    }
    .exclusiveMembersDealsOnly .col5row .col {
        padding: 0;
        margin-bottom: 1px !important;
    }
    .exclusiveMembersDealsOnly {
        padding: 0 !important;
    }
    .card-network .block-content .preview {
        margin-right: 10px;
        max-width: 45%;
    }
    .card-network .block-content .description {
        font-size: 12px;
        line-height: 14px;
    }
    .page-title .cta .btn {
        min-width: auto;
        padding: 0.375rem 0.75rem;
        font-size: 15px;
        margin-left: 5px;
    }
    .page-title .cta > label {
        font-size: 15px;
    }
    .main-nav > ul > li.switcher .dropdown_menu > li > a,
    .main-nav > ul > li.switcher > a,
    .main-nav > ul > li > a {
        font-size: 24px;
    }
    .card.card-theme .card-header h3 {
        font-size: 24px;
        white-space: normal;
        overflow: visible;
        text-overflow: inherit;
        padding: 10px;
    }
    .theme-list li {
        font-size: 16px;
        white-space: normal;
        text-overflow: inherit;
    }
    .partner-box h4 {
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .page-title h1,
    .section-title {
        font-size: 32px;
    }
    .main-nav > ul > li.switcher > a svg {
        position: absolute;
        right: 15px;
        top: 50%;
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
    .main-nav > ul > li.switcher .dropdown_menu > li > a .ico-arrow {
        width: 25px;
        height: 25px;
    }
    .main-nav {
        margin-top: 5px;
    }
    .page-title {
        margin-bottom: 15px;
    }
    .main {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .block-rating {
        font-size: 16px;
    }
    .dark-stripe a {
        font-size: 18px;
        display: block;
    }
    .dark-stripe {
        padding: 10px;
    }
    .dark-stripe svg {
        width: 24px;
        height: 24px;
    }
    .section-title {
        margin-bottom: 15px;
    }
    .card-foot a,
    .card.card-video .card-header h3 {
        font-size: 15px;
    }
    .gallery-box .cta .btn {
        font-size: 18px;
        min-width: auto;
    }
    .top-cta .page-item a {
        font-size: 14px;
        padding: 0.5rem 1rem;
    }
    .flexy-gallery .gallery-item {
        width: 33.33%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .top-cta .pagination {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }
    .top-cta .pagination li:first-child,
    .top-cta .pagination li:nth-child(2) {
        width: 50%;
        margin-bottom: 10px;
    }
    .top-cta .pagination li:first-child > a,
    .top-cta .pagination li:nth-child(2) > a {
        width: 90%;
    }
}
@media (max-width: 576px) {
    .card-network .block-content .description,
    .card-network .block-content .preview {
        width: 100%;
        max-width: 100%;
    }
    .card-network .block-content .description {
        padding: 1.225rem;
        font-size: 16px;
        line-height: 24px;
    }
    .card-network .block-content .preview {
        margin-right: 0;
    }
    .card-network .block-content {
        display: flex;
        flex-wrap: wrap;
    }
    .card-network .card-header .btn-black {
        font-size: 12px;
        padding: 0.375rem 0.5rem;
    }
    div.col-xs-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .card-preview.no-pad-video {
        margin: -0.8rem -0.5rem;
    }
    .card-body.no-pad-mobile {
        padding: 0 !important;
    }
    .dark-stripe a {
        font-size: 16px;
    }
    .dark-stripe a svg {
        width: 25px;
        height: 25px;
    }
    .section-segmented > div {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-segmented .card.card-theme.card-video .card-body {
        padding: 0;
    }
    .card.card-theme.card-mobile-video .card-body {
        padding: 0 !important;
    }
    .card.card-theme.card-mobile-video .card-preview {
        margin: 0 !important;
    }
    .card.card-theme.card-mobile-video .card-description {
        padding: 1.125rem;
    }
}
@media (max-width: 380px) {
    .card-network .card-header .btn-black {
        font-size: 10px;
        padding: 0.375rem 0.4rem;
        margin-bottom: 0;
    }
    .card-network h4 {
        margin-bottom: 0;
    }
    .page-title h1,
    .section-title {
        font-size: 24px;
    }
    .card-foot a,
    .card.card-theme .card-header h3 {
        font-size: 16px;
    }
    .card.card-theme .card-body,
    .card.card-theme .card-header {
        padding: 1rem 0.8rem;
    }
    .main-nav > ul > li.switcher .dropdown_menu > li > a,
    .main-nav > ul > li.switcher > a,
    .main-nav > ul > li > a {
        font-size: 20px;
    }
    .trailer-box .description p {
        font-size: 16px;
        line-height: 20px;
    }
    .card.card-theme.card-video .card-body,
    .card.card-theme.card-video .card-header {
        padding: 1rem 0.5rem;
    }
    .gallery-box .cta .btn {
        font-size: 16px;
        min-width: auto;
        padding: 0.375rem 0.6rem;
    }
    .top-cta .pagination li:first-child > a,
    .top-cta .pagination li:nth-child(2) > a {
        width: auto;
        font-size: 11.4px;
        padding: 0.5rem 0.7rem;
        display: block;
        min-width: auto;
    }
    .top-cta {
        margin-left: -10px;
        margin-right: -10px;
    }
    .card.card-video .card-header p {
        font-size: 14px;
    }
    .row,
    .row.gutter-25 {
        margin-left: -10px;
        margin-right: -10px;
    }
    .row.gutter-25 > div,
    .row > div {
        padding-left: 10px;
        padding-right: 10px;
    }
    .card-network .block-content .preview {
        margin-right: 10px;
    }
    .card-support h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .card-support h4 {
        font-size: 18px;
    }
    .page-title .cta .btn {
        font-size: 13px;
        padding: 0.375rem 0.55rem;
    }
    .page-title .cta > label {
        font-size: 13px;
    }
}

.main-nav > ul > li.videos {
    background-image: none !important;
    width: auto !important;
}
.main-nav > ul > li.videos a {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 18px;
}

.main-nav > ul > li.videos .dropdown_menu li a {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 18px;
}
.main-nav > ul > li.videos .dropdown_menu {
    width: 100%;
    padding: 12px 4px !important;
    min-width: 200px;
    z-index: 9999;
}
.main-nav > ul > li.videos .dropdown_menu li {
    padding: 5px !important;
}
@media (max-width: 380px) {
    .main-nav > ul > li.videos a,
    .main-nav > ul > li.videos .dropdown_menu li a {
        font-size: 20px !important;
    }
}
@media (min-width: 381px) and (max-width: 767px) {
    .main-nav > ul > li.videos a,
    .main-nav > ul > li.videos .dropdown_menu li a {
        font-size: 24px !important;
    }
}
@media (max-width: 1200px) {
    .main-nav > ul > li.videos .dropdown_menu {
        background: #1e1e1e;
    }
    .main-nav > ul > li.videos {
        width: 100% !important;
    }
    .main-nav > ul > li.videos a,
    .main-nav > ul > li.videos .dropdown_menu li a {
        font-weight: 900;
        text-transform: uppercase;
        font-size: 35px;
    }
    .main-nav > ul > li.videos .dropdown_menu li a {
        padding: 5px 10px;
        text-align: center;
    }
    .main-nav > ul > li.videos .dropdown_menu li {
        padding: 0 !important;
    }
}
@media (min-width: 1201px) and (max-width: 1400px) {
    .main-nav > ul > li.videos a {
        font-size: 14px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 18px;
    }
    .main-nav > ul > li.videos .dropdown_menu li a {
        font-size: 14px;
    }
}
/*-3-9--*/
.preview-part-video .block-content .preview h4 {
    font-size: 18px;
    margin-bottom: 0px;
}
.preview-part-video .block-content .preview .previewCounter p {
    width: 50%;
    float: left;
}
.preview-part-video .block-content .preview.siteinfo {
    padding: 20px;
}
.preview-part-video .block-content .preview {
    max-width: 50% !important;
    width: 50%;
    margin: 0 auto;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.preview-part-video .block-content {
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    justify-content: center;
}
.preview-part-video .block-content .preview:last-child {
    margin-right: 0 !important;
}

.preview-part-video .card-body {
    padding: 0 !important;
}

@media (max-width: 980px) {
    .preview-part-video .block-content .preview.siteinfo {
        order: 2;
    }
    .preview img {
        width: 100%;
        order: 1;
    }
    .preview-part-video .block-content .preview,
    .preview-part-video .block-content .preview a {
        max-width: 100% !important;
        width: 100%;
    }
    .previewCounter {
        width: 100%;
        padding-top: 10px;
    }
}
.bonusP {
    margin: 0;
    color: #495057;
    width: 100%;
    padding: 2px 0;
    font-size: 16px;
}
/*# sourceMappingURL=style.min.css.map */

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #362bae !important;
    border-color: #362bae !important;
}

.relative {
    position: relative;
}

.length {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    background-color: rgba(54, 43, 174, 0.55);
    padding: 2px 4px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 3;
}

.locked {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    background-color: rgba(54, 43, 174);
    padding: 2px 4px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 1023px) {
    header {
        position: static !important;
    }
    .main-nav {
        z-index: 99999;
        max-height: 550px;
        min-height: 500px;
        overflow-y: auto;
    }
}
#links_mobile .icon svg {
    fill: #fff;
}

.card.card-theme.card-support .card-body p a {
    color: #362bae;
    font-weight: 600;
    text-decoration: underline;
}

.btn-black {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 900;
    min-width: 175px;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    transition: all 0.5s ease-in;
}
