<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

* option {
    color: black;
}

.alert-dismissable.alert-success {
    position: absolute !important;
    top: 6rem;
    z-index: 1110;
    right: 1rem;
}

.bg-white .btn {
    line-height: normal;
    padding: .55rem 1rem;
}

.bg-white .btn-lg {
    line-height: normal;
}

.bg-white .btn-primary {
    background-color: #6a6dcd;
    border-color: #6a6dcd;
    color: white;
}

.bg-white .btn-primary:hover {
    background-color: #7d80d3;
    border: 1px solid #7d80d3;
    color: white;
}

.bg-white .btn-outline-primary {
    color: #6a6dcd;
    border-color: #6a6dcd;
}

.bg-white .btn-outline-primary:hover {
    color: white;
    border: 1px solid #6a6dcd;
    background: #6a6dcd;
}

.bg-white .btn-alt {
    background-color: #2e008b;
    border-color: #2e008b;
    color: white;
}

.bg-white .btn-alt:hover {
    background-color: #3600a5;
    border: 1px solid #3600a5;
    color: white;
}

.bg-white .btn-outline-alt {
    color: #2e008b;
    border-color: #2e008b;
}

.bg-white .btn-outline-alt:hover {
    color: white;
    border: 1px solid #2e008b;
    background: #2e008b;
}

.bg-white .btn-tertiary {
    background-color: #440099;
    border-color: #440099;
    color: white;
}

.bg-white .btn-tertiary:hover {
    background-color: #4f00b3;
    border: 1px solid #4f00b3;
    color: white;
}

.bg-white .btn-outline-tertiary {
    color: #440099;
    border-color: #440099;
}

.bg-white .btn-outline-tertiary:hover {
    color: white;
    border: 1px solid #440099;
    background: #440099;
}

.bg-white .btn-contrast {
    background-color: #621244;
    border-color: #621244;
    color: white;
}

.bg-white .btn-contrast:hover {
    background-color: #781653;
    border: 1px solid #781653;
    color: white;
}

.bg-white .btn-outline-contrast {
    color: #621244;
    border-color: #621244;
}

.bg-white .btn-outline-contrast:hover {
    color: white;
    border: 1px solid #621244;
    background: #621244;
}

.bg-white .btn-contrast2 {
    background-color: #8a1538;
    border-color: #8a1538;
    color: white;
}

.bg-white .btn-contrast2:hover {
    background-color: #a01841;
    border: 1px solid #a01841;
    color: white;
}

.bg-white .btn-outline-contrast2 {
    color: #8a1538;
    border-color: #8a1538;
}

.bg-white .btn-outline-contrast2:hover {
    color: white;
    border: 1px solid #8a1538;
    background: #8a1538;
}

.display-4 {
    font-weight: 400;
}

.footer-alt {
    background: #e6e6e6;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.is-sticky .kt-brand-logo {
    height: 2em;
}

.list-group-item {
    border: 0;
}

.list-group-item .play-icon {
    display: none;
}

.list-group-item a {
    color: rgba(0, 0, 0, 0.75);
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
}

.list-group-item a:hover {
    text-decoration: underline !important;
}

.list-group-item.active {
    background: none;
    border: 0px solid transparent;
    box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0);
    moz-box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0);
    webkit-box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0);
}

.list-group-item.active .list-group-item-content {
    color: black;
}

.list-group-item.active .list-group-item-overlay {
    border-right: 10px solid rgba(255, 255, 255, 0);
    display: block !important;
    opacity: 1 !important;
}

.list-group-item.active .play-icon {
    display: block;
}

.list-group-item.active:focus, .list-group-item.active:hover {
    background: none;
    border: none;
    box-shadow: none;
}

.list-group-item.promo {
    display: none !important;
}

.navbar-dark .nav-link {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .nav-link:hover {
    color: white;
}

.navbar {
    border: none;
    transition: all 0.3s;
    box-shadow: none;
    min-height: 30px;
    moz-box-shadow: none;
    webkit-box-shadow: none;
    z-index: 9999;
}

.navbar-transparent {
    background-color: transparent;
}

.nav-link {
    font-weight: 500;
    padding: .5rem;
}

.nav-tabs {
    display: flex;
    justify-content: center;
}

.nav-tabs .nav-link {
    background-color: white;
    box-shadow: 0 0px 5px -2px rgba(0, 0, 0, 0.5);
    margin: 0 .25rem;
    border-radius: .5rem .5rem 0 0;
    color: #6a6dcd;
    font-weight: bold;
    cursor: pointer;
}

.nav-tabs .nav-item.active .nav-link {
    background-color: #2e008b;
    border-color: #2e008b;
    color: white;
}

.nav-tabs .nav-item.active .nav-link:hover {
    color: white;
}

.nav-tabs .nav-item {
    height: auto !important;
}

.text-primary {
    color: #6a6dcd !important;
}

@media (min-width: 768px) {
    .col-md-2-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.text-primary {
    color: #6a6dcd !important;
}

.text-alt {
    color: #2e008b !important;
}

.text-tertiary {
    color: #440099 !important;
}

.text-contrast {
    color: #621244 !important;
}

.text-contrast2 {
    color: #8a1538 !important;
}

a {
    border: 0;
    color: white;
    text-decoration: none;
}

a:hover {
    border: 0;
    color: white;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 200;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, span, li, div {
    font-family: "Roboto";
    font-weight: 300;
    color: white;
}

html {
    background: black;
}

body {
    background: black;
}

body.custom-font .kt-gallery-title, body.custom-font .kt-lg-heading {
    font-family: "Corda-Regular";
}

.kt-brand {
    display: flex;
    align-items: center;
    max-width: 50%;
}

.kt-brand-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    text-transform: uppercase;
}

.kt-hero {
    position: relative;
}

.kt-lg-info {
    line-height: 1.3;
}

.kt-hero-details {
    color: rgba(255, 255, 255, 0.6);
}

.kt-keywords {
    margin: 0;
}

.kt-keyword {
    text-decoration: underline;
    padding-left: 0.5rem;
}

.kt-top-img {
    width: 100%;
    top: 0;
    right: 0;
    position: absolute;
}

.kt-top-img img {
    width: 100%;
    height: auto;
}

.kt-btn-back {
    position: absolute;
    top: 5.5em;
    left: 2rem;
}

.kt-title-row {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}

@media (max-width: 600px) {
    .kt-title-row {
        justify-content: space-between;
    }
}

.kt-btn-more {
    padding: .375rem .75rem;
    border: 1px solid rgba(255, 255, 255, 0.75);
    margin: 0 1.5rem;
    border-radius: 50rem;
}

.kt-btn-more:hover {
    border: 1px solid white;
}

@media (max-width: 600px) {
    .kt-btn-more {
        border: 0;
        padding: 0;
        margin: 0;
    }

    .kt-btn-more:hover {
        border: 0;
    }
}

.kt-btn-list-x .btn {
    margin-right: 0.75rem;
}

.kt-gallery-title {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 2.4rem;
    letter-spacing: -0.05rem;
    margin-bottom: 0;
}

.kt-thumb-name {
    margin: 0.5rem;
    font-size: 1rem;
}

.kt-thumb-desc {
    margin: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
}

.kt-thumb-details {
    margin: 0.5rem;
    display: flex;
    justify-content: space-between;
}

.kt-account-img {
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 256px;
}

.kt-shadow {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%), linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%), linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
}

.kt-img-overlay {
    position: relative;
    width: 60%;
}

.kt-lg-heading {
    font-size: 3rem;
    font-family: "Roboto";
    font-weight: normal;
    letter-spacing: -0.05rem;
}

.kt-img {
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: center;
}

.kt-play-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.kt-play-icon .fa {
    transition: all 0.3s;
    font-size: 5rem;
    color: rgba(255, 255, 255, 0.1);
}

.kt-play-icon:hover .fa {
    color: rgba(255, 255, 255, 0.7);
}

.kt-max-lines {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.kt-hand {
    cursor: pointer;
}

.kt-event-progress {
    width: 30%;
    float: left;
    height: 0.4rem;
    margin-top: 0.6rem;
    margin-right: 1rem;
    background: rgba(255, 255, 255, 0.3);
}

.kt-event-progress .progress-bar {
    background: white;
    border-radius: 0.25rem;
}

.kt-event-progress-label {
    display: inline;
    padding: 2px 4px;
    opacity: 0.7;
}

.kt-search-bar {
    display: flex;
    opacity: 1;
    width: auto;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 256px;
    transition: all 0.15s;
}

.kt-search-bar.hidden {
    width: 0;
    opacity: 0;
    padding: 0.5rem 0;
}

.kt-search-bar input {
    color: white !important;
}

.kt-search-input {
    background: transparent;
    border: 0;
    margin-right: 0.5rem;
}

.kt-search-input:focus {
    border: 0;
    outline: 0;
}

.kt-footer {
    text-align: center;
    padding: 40px 0;
}

.kt-footer-list {
    margin-bottom: 1rem;
    padding: 0;
}

.kt-footer-item {
    display: inline;
}

.kt-footer-item:after {
    content: " | ";
    color: rgba(255, 255, 255, 0.5);
}

.kt-footer-item:last-child:after {
    content: "";
}

.kt-slide-nav {
    background: rgba(0, 0, 0, 0.8);
}

.guide-grid .guide-thumb {
    padding-bottom: 50%;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.guide-grid .guide-tile {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
}

.is-sticky .navbar {
    background: #111;
}

.tiled [class*="col-"] {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.navbar {
    transition: all 0.3s;
    width: 100%;
    z-index: 9999;
}

.over.item {
    background-size: 100%;
    padding-bottom: 56.25%;
    position: relative;
    background-position: center;
    border-radius: 3px;
    transition: all 0.3s ease !important;
}

.over.item:hover {
    background-size: 110%;
}

.over.item.portrait {
    padding-bottom: 150%;
}

.owl-item {
    padding: 0.5rem;
}

.owl-theme .owl-nav {
    margin-top: -7em;
}

.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    font-size: 3em;
    transition: all 0.3s;
}

.owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next:hover {
    background: transparent;
    color: #fff;
}

.card.card-outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.card.card-outline .card-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.card.card-outline .card-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.background-wrap {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("https://i.pinimg.com/originals/f7/ce/9e/f7ce9e6f3d484d87b7590326ea3b0130.jpg");
    background-size: cover;
    background-position: center;
}

.dropdown-menu {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.dropdown-item {
    color: rgba(255, 255, 255, 0.7);
}

.dropdown-item:hover {
    background: transparent;
    color: white;
}

.dropdown-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.pi-btn-default {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: white;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
}

.pi-btn-default:hover {
    background: transparent;
    color: white;
    border: 1px solid white;
}

.pi-btn-default .fa {
    margin-right: 0.5rem;
}

@media screen and (min-width: 2001px) and (max-width: 5000px) {
    .kt-lg-heading {
        font-size: 5rem;
    }

    .kt-lg-info {
        font-size: 2rem;
    }

    .kt-hero-details {
        font-size: 1.8rem;
    }

    .kt-play-icon .fa {
        font-size: 5em;
    }

    .kt-btn-responsive {
        padding: 0.5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: 0.3rem;
    }
}

@media screen and (min-width: 1201px) and (max-width: 2000px) {
    .kt-lg-heading {
        font-size: 4rem;
    }

    .kt-lg-info {
        font-size: 1.5rem;
    }

    .kt-hero-details {
        font-size: 1.3rem;
    }

    .kt-play-icon .fa {
        font-size: 4em;
    }

    .kt-btn-responsive {
        padding: 0.5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: 0.3rem;
    }
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
    .kt-lg-heading {
        font-size: 3rem;
    }

    .kt-lg-info {
        font-size: 1.2rem;
    }

    .kt-hero-details {
        font-size: 1.1rem;
    }

    .kt-play-icon .fa {
        font-size: 3em;
    }

    .kt-btn-responsive {
        padding: 0.5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: 0.3rem;
    }
}

@media screen and (max-width: 800px) {
    .kt-btn-list-x {
        background: black;
        padding-bottom: 20px;
    }

    .kt-lg-heading {
        font-size: 2rem;
    }

    .kt-lg-info, .kt-hero-details {
        font-size: 1rem;
        text-shadow: 0 0 5px black;
    }

    .kt-play-icon .fa {
        font-size: 2em;
    }

    .kt-brand-header span {
        color: white;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 175px;
    }

    .kt-top-img {
        position: absolute;
    }

    .kt-img-overlay {
        position: relative;
        top: auto;
        bottom: auto;
        width: auto;
    }
}

.main-hero {
    position: relative;
    background-position: center;
    background-size: cover;
}

.main-hero .container {
    position: relative;
}

.dark-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}

.bg-white {
    background: white;
}

.bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5, .bg-white h6, .bg-white .h1, .bg-white .h2, .bg-white .h3, .bg-white .h4, .bg-white .h5, .bg-white .h6, .bg-white p, .bg-white span, .bg-white li, .bg-white div {
    color: black;
    font-weight: 400;
}

.bg-white .pushy-link a {
    color: white;
}

.bg-white .help-block {
    color: #dc3545;
}

.bg-white .navbar {
    color: white;
}

.bg-white .navbar-default {
    background-color: black;
}

.bg-stardust {
    background: url("../assets/asfalt-light.png");
    background-repeat: repeat;
}

.bg-secondary {
    background-color: #e6e6e6;
}

.bg-trans-white-3 {
    background: #f7f7f7;
}

.bg-trans-white-6 {
    background: #f0f0f0;
}

.bg-trans-white-10 {
    background: #e6e6e6;
}

.bg-trans-white-20 {
    background: #cccccc;
}

.b-r-bottom {
    border-radius: 0 0 0.25rem 0.25rem;
}

.b-r-left {
    border-radius: 0.25rem 0 0 0.25rem;
}

.b-r-right {
    border-radius: 0 0.25rem 0.25rem 0;
}

.b-r-top {
    border-radius: 0.25rem 0.25rem 0 0;
}

.grt, .bg-white .grt {
    color: white;
}

.grt .h1, .grt .h2, .grt .h3, .grt .h4, .grt .h5, .grt .h6, .grt h1, .grt h2, .grt h3, .grt h4, .grt h5, .grt h6, .bg-white .grt .h1, .bg-white .grt .h2, .bg-white .grt .h3, .bg-white .grt .h4, .bg-white .grt .h5, .bg-white .grt .h6, .bg-white .grt h1, .bg-white .grt h2, .bg-white .grt h3, .bg-white .grt h4, .bg-white .grt h5, .bg-white .grt h6 {
    color: white;
}

.grt-primary, .bg-white .grt-primary {
    background: #6a6dcd;
    background: linear-gradient(150deg, #6a6dcd 0%, #621244 100%);
}

.grt-secondary, .bg-white .grt-secondary {
    background: #621244;
    background: linear-gradient(150deg, #621244 0%, #8a1538 100%);
}

.flex-image {
    background-color: black;
    background-size: cover;
    background-position: center;
    display: flex;
    position: relative;
}

.flex-image-40::before {
    content: "";
    padding-bottom: 40%;
}

.flex-image-55::before {
    content: "";
    padding-bottom: 56%;
}

.flex-image-75::before {
    content: "";
    padding-bottom: 75%;
}

.flex-image-100::before {
    content: "";
    padding-bottom: 100%;
}

.flex-image-120::before {
    content: "";
    padding-bottom: 118%;
}

.flex-image-round {
    border-radius: 50rem;
}

.flex-image-round::before {
    content: "";
    padding-bottom: 100%;
}

.footer-alt h1, .footer-alt h2, .footer-alt h3, .footer-alt h4, .footer-alt h5, .footer-alt h6, .footer-alt p {
    color: black;
}

.tab-container .nav {
    padding-bottom: 30px;
    padding-top: 30px;
}

.tab-container .nav .nav-item .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.tab-container .nav .nav-item.active .nav-link {
    font-weight: bold;
}

.account .nav.nav-tabs {
    margin-bottom: 0px;
    border-bottom: 0;
}

.account .tab-content h1, .account .tab-content h2, .account .tab-content h3, .account .tab-content h4, .account .tab-content h5, .account .tab-content h6 {
    color: black;
}

.page-loader {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-loader:after {
    top: 45% !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .video-js {
        width: 100% !important;
        height: 100% !important;
    }

    .video-js .vjs-control-bar .vjs-button {
        width: 5em !important;
    }

    .video-js .vjs-control-bar .vjs-button .vjs-icon-placeholder::before {
        font-size: 0.5em !important;
    }
}

.kt-brand-logo {
    max-width: 100%;
    max-height: 3em;
}

@media (max-width: 480px) {
    .is-sticky .kt-brand-logo {
        height: auto;
    }
}

@media (max-width: 780px) {
    .container-fluid .row {
        margin-left: -.25rem;
        margin-right: -.25rem;
    }

    .container-fluid .row &gt; * {
        padding-left: .25rem;
        padding-right: .25rem;
    }

    .kt-footer-list:first-child {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
    }

    .kt-footer-list:first-child .kt-footer-item {
        flex: 0 0 50%;
        margin-bottom: .5rem;
        display: inline-flex;
    }

    .kt-footer-list:first-child .kt-footer-item:after {
        display: none;
    }

    .kt-footer-list:first-child .kt-footer-item a {
        text-align: center;
        width: 100%;
    }

    .kt-btn-back {
        left: 1rem;
    }

    .kt-lg-heading {
        padding-top: 5rem;
        text-shadow: 0 0 10px black;
    }

    .kt-keywords {
        display: none;
    }

    .kt-btn-list-x .btn {
        margin-right: 0;
    }

    .kt-img-overlay {
        padding-right: 1rem;
    }

    .kt-top-img.kt-top-img-lg {
        width: 100%;
    }

    .kt-shadow {
        background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0.8) 5%, rgba(255, 255, 255, 0) 50%), linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0.8) 5%, rgba(255, 255, 255, 0) 50%), linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 10%), linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 10%);
    }

    .kt-series .container-fluid {
        padding: .5rem;
    }

    .kt-series .kt-gallery-title {
        font-size: 1.5rem;
    }

    .kt-series .owl-carousel {
        padding: 0;
    }

    .kt-series .owl-carousel .owl-stage-outer {
        overflow: visible;
    }

    .kt-series .owl-carousel .owl-stage {
        transform: none !important;
        transition: none !important;
        width: auto !important;
    }

    .kt-series .owl-carousel .owl-nav {
        display: none;
    }

    .kt-series .owl-carousel .owl-item {
        width: 100% !important;
        float: left;
        clear: both;
        padding-left: 0;
        padding-right: 0;
    }

    .kt-series .owl-carousel .owl-item .kt-thumbnail {
        float: left;
        width: 100%;
        clear: both;
    }

    .kt-series .owl-carousel .owl-item .kt-thumbnail &gt; a {
        width: 40%;
        display: block;
        float: left;
        clear: both;
    }

    .kt-series .owl-carousel .owl-item .kt-thumbnail &gt; .kt-thumb-text {
        width: 60%;
        display: block;
        float: left;
    }

    .kt-series .owl-carousel .owl-item .item {
        opacity: 1;
    }

    .owl-carousel .owl-item .kt-thumb-details {
        display: none;
    }

    .owl-carousel .owl-item .kt-thumb-name {
        margin-top: 0;
        font-size: .9rem;
    }

    .owl-carousel .owl-item .kt-thumb-desc {
        font-size: .9rem;
        margin-top: .0;
    }

    .kt-home .container-fluid {
        padding: .25rem;
    }

    .kt-home .owl-carousel .owl-nav {
        display: none;
    }

    .kt-home .owl-item {
        padding: .25rem;
    }

    .kt-home .kt-gallery-title {
        font-size: 1rem;
    }

    .kt-home .kt-thumbnail .kt-thumb-desc {
        display: none;
    }

    .kt-home .kt-thumb-name {
        margin: .25rem;
        font-size: .9rem;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 36px;
    }

    .kt-home .kt-top-img {
        top: 4.5rem;
    }

    .kt-home .kt-lg-heading {
        padding-top: 0;
        font-size: 1.5rem;
    }

    .kt-home .kt-img-overlay {
        padding: 0 1rem !important;
    }

    .kt-home .kt-img-overlay .kt-btn-list-x .btn {
        font-size: 1rem;
    }

    .kt-home section.bg-feature {
        padding-top: 1rem;
        min-height: auto;
    }

    .kt-home section .mix-thumbs {
        margin-bottom: 0 !important;
    }
}

.kt-party-row {
    display: flex;
}

.kt-party-chat-col iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.kt-party-video-col {
    position: relative;
}

.content-background-color {
    background: #212121;
}

@media only screen and (orientation: portrait) {
    .kt-party-row {
        flex-direction: column;
        height: 100vh;
    }

    .kt-party-video-col .video-js-wrapper {
        height: 100%;
    }

    .kt-party-chat-col {
        ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-height: 500px;
    }

    .toggle-chat-button {
        display: none;
    }
}

@media only screen and (orientation: landscape) {
    .kt-party-row {
        flex-direction: row;
    }

    .kt-party-video-col {
        flex: 1;
    }

    .kt-party-chat-col {
        min-width: 15rem;
        max-width: 20vw;
        height: 100vh;
    }

    .toggle-chat-button {
        display: none;
        background: #1f2329;
        padding: .5rem;
        border-radius: .25rem 0 0 .25rem;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    .toggle-chat-button.toggle-closed {
        background: transparent;
    }

    .toggle-chat-button.toggle-closed .fas {
        transform: rotate(180deg);
        opacity: .5;
    }
}

@media only screen and (min-width: 992px) and (orientation: landscape) {
    .kt-party-chat-col {
        min-width: 20rem;
    }
}

.nav {
    align-items: center;
}

.nav li {
    height: auto;
}

.nav li &gt; a {
    padding: 0 .5rem;
    font-size: 1.25rem;
}

.nav-link &gt; .fas {
    font-size: 2rem;
}

.kt-session-nav {
    position: relative;
    z-index: 1021;
    background: #6a6dcd;
    padding-top: 2px;
}

.kt-session-nav * {
    font-size: 1rem;
}

.kt-party-video .kt-session-nav {
    position: fixed;
    left: 0;
    right: 0;
}

.kt-party-video .vjs-title-display {
    margin-top: 20px;
}

@media (min-width: 1100px) {
    .fix-1100-desktop {
        display: block !important;
    }

    .fix-1100-tablet {
        display: none !important;
    }
}

@media (max-width: 1100px) {
    .fix-1100-desktop {
        display: none !important;
    }

    .fix-1100-tablet {
        display: block !important;
    }
}

.kt-modal {
    display: none !important;
}

.kt-modal .fade {
    transition: all 0s linear;
}

.kt-modal h1, .kt-modal h2, .kt-modal h3, .kt-modal h4, .kt-modal h5, .kt-modal h6, .kt-modal .h1, .kt-modal .h2, .kt-modal .h3, .kt-modal .h4, .kt-modal .h5, .kt-modal .h6, .kt-modal p, .kt-modal span, .kt-modal li, .kt-modal div {
    color: black;
}

.kt-modal.in {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.kt-modal .modal-dialog {
    width: 100%;
}

.kt-modal.kt-modal-dark .modal-content {
    background: #323232;
}

.kt-modal.kt-modal-dark h1, .kt-modal.kt-modal-dark h2, .kt-modal.kt-modal-dark h3, .kt-modal.kt-modal-dark h4, .kt-modal.kt-modal-dark h5, .kt-modal.kt-modal-dark h6, .kt-modal.kt-modal-dark .h1, .kt-modal.kt-modal-dark .h2, .kt-modal.kt-modal-dark .h3, .kt-modal.kt-modal-dark .h4, .kt-modal.kt-modal-dark .h5, .kt-modal.kt-modal-dark .h6, .kt-modal.kt-modal-dark p, .kt-modal.kt-modal-dark span, .kt-modal.kt-modal-dark li, .kt-modal.kt-modal-dark div {
    color: white;
}

.kt-modal.kt-modal-dark .modal-header {
    border-bottom: 1px solid #424242;
}

.kt-modal.kt-modal-dark .modal-header button.focus, .kt-modal.kt-modal-dark .modal-header button:focus, .kt-modal.kt-modal-dark .modal-header button:hover {
    background-color: transparent;
}

.kt-modal.kt-modal-dark .modal-title {
    color: white !important;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.75);
}

.kt-backdrop-fill {
    background: black;
}

.kt-card-dark {
    background-color: #424242;
    max-width: 400px;
    height: 100%;
}

.kt-card-dark .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kt-card-dark .card-footer form {
    display: inline;
}

.kt-card-header {
    position: relative;
}

.kt-card-header-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.kt-card-header-cover .code-title {
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 0 0 5px black;
}

.kt-card-header-cover .access-code {
    font-weight: bold;
    text-shadow: 0 0 10px black;
    font-size: 3rem;
}

.kt-party-status {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 3rem 0;
}

@media only screen and (orientation: landscape) {
    .kt-party-status {
        height: 100vh;
    }
}

@media (max-width: 600px) {
    .kt-party-status {
        padding: 4rem 1rem;
    }
}

.kt-party-status.p-fixed {
    position: fixed;
    z-index: 1;
    background: black;
    height: 100vh;
    width: 100vw;
}

.kt-party-status-header {
    margin-bottom: 2rem;
}

.kt-party-status-icon {
    font-size: 7em;
    margin-bottom: 2.5rem;
}

.kt-party-status-body {
    margin-bottom: 1rem;
}

@media (max-width: 600px) {
    .kt-party-status-body {
        font-size: 16px;
    }
}

/*# sourceMappingURL=style.css.map */

/*ZOOM*/
/*TODO for all @media*/
.kt-party-video-col {
    width: 80% !important;
}

.zoom-container {
    width: 20% !important;
}

.meeting-control-layer {
    /* max-width: 100%; */
    width: 200px !important;
}

.preview-video {
    width: 100% !important;
}

#js-preview-join-button {
    max-width: 100% !important;
}

/*ZOOM*/
</pre></body></html>