<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700&amp;display=swap');
html {
	overflow-x: hidden !important;
	width: 100vw;
    /*filter: blur(15px);*/
}
body {
	overflow-x: hidden !important;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	color: #aaa;
	background: #000;
	font-weight: 400;
	line-height: 1.5;
	position: relative;
	width: 100vw;
    min-height: 100vh;
}


h1
{
    display: none;
}

body.modal-open {
	padding: 0 !important;
}
body::-webkit-scrollbar, div::-webkit-scrollbar {
	width: 6px;
}
body::-webkit-scrollbar-track, div::-webkit-scrollbar-track {
	background: #000;
}
body::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb {
	background-color: #a0a0a0;
	border: 1px solid #a0a0a0;
}
html {
	scroll-behavior: smooth;
	position: relative;
}
main, footer {
	width: 100%;
	aoverflow-x: hidden;
}
img {
	max-width: 100%;
}
a, button, img, header, span,:before, header .navbar-collapse {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	outline: none;
}
a {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a.btn:hover {
	color: #ccc;
	border: 1px solid #ccc;
}
.btn {
	border-radius: 0;
}
a.btn {
	font-size: 20px;
}
#info a.btn,
#info a.btn:hover {
	color: #000;
	border: 1px solid #000;
	margin: 0 auto;
}
/* modal -------------------------------------- */
.modal-dialog {
	max-width: 900px;
	width: 100%;
	margin: 60px auto;
}
.modal-dialog .close {
	position: absolute;
	width: 26px;
	height: 26px;
	border: none;
	opacity: 1;
	margin: 0;
	right: 20px;
	top: 20px;
	background: none;
}
.modal-dialog .close span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.modal-dialog .close:hover span {
	transform: rotate(90deg);
}
.modal-dialog .close span:before, .modal-dialog .close span:after {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	background: #E44410;
	content: "";
	transform: rotate(45deg);
}
.modal-dialog .close span:after {
	transform: rotate(-45deg);
}
.modal-header {
	border-bottom: none;
	padding: 0;
}
.modal-content {
	border: none;
	border-radius: 0;
	padding: 25px 30px 30px 30px;
	background: #fff;
}
.modal-body {
	padding: 0;
}
a.btn {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 20px;
}


.gif
{
    aspect-ratio: 1.6;
    background-size: cover;
    background-position: top center;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
}

.gif-inner
{
    display: block;
    aspect-ratio: 1.6;
    background-size: cover;
    background-position: top center;
    cursor: pointer;
    transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}

.gif-inner:hover
{
    transform: scale(1.1);
}

		#video-wrapper
        {
            position: fixed;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            transform: translateX(-50%) translateY(-50%);
            z-index: 10000;
            overflow: hidden;
            transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;
            visibility: hidden;
            background: rgba(0, 0, 0, 0.8);
        }

#video-wrapper video
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10000;
        overflow: auto;
    }
    
    
#video-wrapper.opened
    {
        width: 100vw;
        height: 100vh;
        display: block;
        visibility: visible;
        z-index: 99999;
    }

    .gifs
    {
            transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;
    }
    
    .link
    {
        position: fixed;
        right: 20px;
        bottom: 20px;
        color: #fff;
        cursor: pointer;
        font-size: 30px;
        z-index: 999999;
    }

    #video-wrapper.opened &gt; .gifs
    {
        filter: blur(5px);
    }
    
    #video-close
    {
        position: fixed;
        z-index: 10000;
        top: 20px;
        right: 20px;
        display: block;
        padding: 10px 20px;
        background: rgba(0, 0, 0, 0.9);
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        cursor: pointer;
    }
    
.bigVideo
    {
        position: fixed;
        top: 0;
        left: 0;
        width: calc(100vw);
        height: calc(100vh - 86px);
        z-index: 10000;
        overflow: auto;
    }

.related
{
    z-index: 100;
}

.related .row &gt; div
{
    height: 86px;
}

.related .gif
{
    background-size: cover;
    background-position: top center;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.related .gif.gad
{
    background-position: bottom center;
    position: relative;
}

.related
{
        transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        height: 86px;
        overflow: hidden;      
}

.related .gif
{
        transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;
}

.related .gif:hover
{
    transform: scale(1.1);
}

.exo-native-widget-header
{
    display: none !important;
}

.gad &gt; div
{
    width: 110% !important;
}

.gad &gt; div &gt; div
{
    width: 100% !important;
}


.exo-native-widget
{
    background: transparent !important;
    width: 100% !important;
}

.exo-native-widget-item
{
    width: 100% !important;
}

.cats
{
    position: fixed;
    bottom: 0;
    width: 100vw;  
    text-align: center;
    z-index: 999;  
    background: rgba(0, 0, 0, 0.8);
}   

.cats a
{
    color: #ccc;
    display: inline-block;
    margin: 5px 10px;
    text-decoration: none;
} 

.cats a.selected
{
    color: #fff;
    font-weight: bold;
} 

.gadl
{
    padding-left: 0;
}</pre></body></html>