<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #000;
    padding: 0;
    margin: 0;
    width: 100%;

    height: auto !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#rap {
    width: 100%;
    min-height: 680px;
    padding: 0;
    line-height: 1;
    margin: 0px auto;
    text-align: center;
    z-index:100;
    flex: 1;
}

#canv {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    mix-blend-mode: multiply;
    z-index: 0;
}

#background {
    background-image: url('https://i.cdn.turner.com/adultswim/big/img/presents/texture.gif');
    background-repeat: repeat;
    left: 0;
    opacity: 1;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: -2;
}

#gradient {
    left: 0;
    opacity: 0.4;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: -1;
}


#presents-header {
    margin: 0 auto;
    padding: 50px 0px 0px 0px;
    position: relative;
    max-width: 680px;
}

#presents-header h1 {
    font-family: 'Nova Cut', cursive;
    letter-spacing: 1px;
    text-align: center;
    padding: 0px 0px 5px 0px;
    font-weight: normal;
    font-size: 36px;
    text-transform: uppercase;
    color: #000;
    text-shadow: 1px -1px #EEE, 2px -1px #DDD, 3px -2px #DDD, 4px -2px #CCC, 5px -3px #CCC, 6px -3px #BBB;
    -webkit-animation: rotate 2s ease-in-out alternate infinite;
    -moz-animation: rotate 2s ease-in-out alternate infinite;
    animation: rotate 2s ease-in-out alternate infinite;
}

#presents-header h1:before {
    content: attr(data-shadow);
    color: rgba(0, 0, 0, 1);
    text-shadow: 1px -1px #EEE, 2px -1px #DDD, 3px -2px #DDD, 4px -2px #CCC, 5px -3px #CCC, 6px -3px #BBB;
    text-shadow: 0 0 15px #111;
    position: absolute;
    z-index: -1;
    margin: -0.1em 0 0 0;
    -webkit-animation: skew 2s ease-in-out alternate infinite;
    -moz-animation: skew 2s ease-in-out alternate infinite;
    animation: skew 2s ease-in-out alternate infinite;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    transform-origin: bottom;
}

#wobble {
    font-family: 'Nova Cut', cursive;
    letter-spacing: -4px;
    font-weight: normal;
    font-size: 96px;
    color: rgba(0, 0, 0, 1);
    text-shadow: 1px -1px #EEE, 2px -1px #DDD, 3px -2px #DDD, 4px -2px #CCC, 5px -3px #CCC, 6px -3px #BBB;
    -webkit-animation: rotate 2s ease-in-out alternate infinite;
    -moz-animation: rotate 2s ease-in-out alternate infinite;
    animation: rotate 2s ease-in-out alternate infinite;
    text-transform: uppercase;
    padding: 0px 0px 50px 0px;
}

    #wobble:before {
        content: attr(data-shadow);
        color: rgba(0, 0, 0, 1);
        text-shadow: 1px -1px #EEE, 2px -1px #DDD, 3px -2px #DDD, 4px -2px #CCC, 5px -3px #CCC, 6px -3px #BBB;
        text-shadow: 0 0 15px #111;
        position: absolute;
        z-index: -1;
        margin: -0.1em 0 0 0;
        -webkit-animation: skew 2s ease-in-out alternate infinite;
        -moz-animation: skew 2s ease-in-out alternate infinite;
        animation: skew 2s ease-in-out alternate infinite;
        -webkit-transform-origin: bottom;
        -moz-transform-origin: bottom;
        transform-origin: bottom;
    }

.button-contain {
    position: absolute;
    top: 65px;
}

#presents-archive {
    left: 0px;
}

.button {
    position: relative;
    padding-bottom: 8px;
    z-index: 5;
}

.button-title {
    background: radial-gradient(circle at 100px 100px, #000, #222);
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: 'Nova Cut', cursive;
    font-size: 20px;
    font-weight: normal;
    line-height: 100px;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

.no-borderradius .button-title {
    background: transparent url('https://i.cdn.turner.com/adultswim/big/img/presents/presents-header-button.png') no-repeat center center;
}

.button:hover .button-title {
    color: #EEE!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.button ul {
    background: #000;
    display: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    position: absolute;
}

.button ul li {
    display: block;
}

.button &gt; ul {
    background: transparent;
    margin: 8px 0 0 0;
    width: 108px;
}

.button:hover &gt; ul,
.button.hover &gt; ul {
    display: block;
}

.button &gt; ul &gt; li {
    display: block;
    margin: 0;
    padding: 0 8px 0 0;
    position: relative;
}

.ie7 .button &gt; ul &gt; li {
    margin-bottom: -1px;
}

.button &gt; ul &gt; .year span {
    background: #000;
    color: #eee;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.button &gt; ul &gt; .hover span,
.button &gt; ul &gt; .year:hover span {
    background: #FFF;
    color: #000;
}

.button &gt; ul &gt; li ul {
    background: #000;
    top: 0;
    left: 108px;
    padding: 0 0 0px;
    width: 260px;
    -webkit-box-shadow: 8px 8px 4px rgba(50, 50, 50, 0.6);
    -moz-box-shadow: 8px 8px 4px rgba(50, 50, 50, 0.6);
    box-shadow: 8px 8px 4px rgba(50, 50, 50, 0.6);
}

.button ul ul li {
    background: #000;
}

.button ul ul a {
    color: #EEE;
    display: block;
    padding: 10px 18px;
}

.button ul ul a:hover {
    background: #EEE;
    color: #000;
    text-decoration: none;
}

.button &gt; ul &gt; .year:hover ul,
.button &gt; ul &gt; .hover ul {
    display: block;
}


/* =============================================================================
Presents Features
========================================================================== */

#thumbs {
    display: flex;
    margin: 0 auto;
    max-width: 960px;
    padding: 0px 20px;
    text-align: center;
    flex-direction: row;
}
#thumbs h2 {
    font-family: 'Nova Cut', cursive;
    margin-top: 20px;
    letter-spacing: -1px;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    text-shadow: 2px 2px 2px #ccc;
}

.thumbnail {
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    box-shadow: 12px 12px 10px rgba(0, 0, 0, 0), 12px 12px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 12px 12px 10px rgba(0, 0, 0, 0), 12px 12px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 12px 12px 10px rgba(0, 0, 0, 0), 12px 12px 6px rgba(0, 0, 0, 0.2);
}


/* Float Shadow */

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.content {
    margin: 0 auto 0 200px;
    max-width: 100%;
    min-height: 500px;
}


/*--------------------------------------------------
WEB COLZ
---------------------------------------------------*/

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 1px;
    line-height: 0;
    width: 100%;
}

.one_third {
    width: 30.6666666667%;
}

.one_third {
    float: left;
    margin-right: 4%;
    position: relative;
}

.one_third img {
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
}

.column-last {
    clear: right;
    margin-bottom: 2%;
    margin-right: 0!important;
}

.column_last {
    clear: right;
    margin-bottom: 0%!important;
    margin-right: 0!important;
}

@-webkit-keyframes rotate {
    from {
        transform: rotateY(-10deg);
        text-shadow: 1px -1px #EEE, 2px -1px #DDD, 3px -2px #DDD, 4px -2px #CCC, 5px -3px #CCC, 6px -3px #BBB;
    }
    to {
        transform: rotateY(10deg);
        text-shadow: -1px -1px #EEE, -2px -1px #DDD, -3px -2px #DDD, -4px -2px #CCC, -5px -3px #CCC, -6px -3px #BBB;
    }
}

@keyframes rotate {
    from {
        transform: rotateY(-10deg);
        text-shadow: 1px -1px #EEE, 2px -1px #DDD, 3px -2px #DDD, 4px -2px #CCC, 5px -3px #CCC, 6px -3px #BBB;
    }
    to {
        transform: rotateY(10deg);
        text-shadow: -1px -1px #EEE, -2px -1px #DDD, -3px -2px #DDD, -4px -2px #CCC, -5px -3px #CCC, -6px -3px #BBB;
    }
}

@keyframes skew {
    from {
        transform: scaleY(0.3), skewX(-15deg);
    }
    to {
        transform: scaleY(0.3), skewX(-20deg);
    }
}

@-webkit-keyframes skew {
    from {
        transform: scaleY(0.3), skewX(-15deg);
    }
    to {
        transform: scaleY(0.3), skewX(-20deg);
    }
}

@media (max-width:768px) {
    .one_third {
        width: 100%;
    }
    .one_third {
        float: left;
        margin-bottom: 8%;
        margin-right: 0%;
        position: relative;
        padding: 5px;
    }
    .one_third img {
        outline: none;
        border: none;
        display: block;
        max-width: 100%;
    }
    .column-last {
        clear: right;
        margin-right: 0!important;
    }
    .column-last img {
        outline: none;
        border: none;
        display: block;
        max-width: 100%;
    }
}

@media (max-width:620px) {
    .button-contain {
        display: none;
    }
}

@media (max-width:479px) {
    .button-contain {
        display: none;
    }
    .one_third {
        width: 100%;
    }
    .one_third {
        float: left;
        margin-bottom: 14%;
        margin-right: 0%;
        position: relative;
    }
    .one_third img {
        outline: none;
        border: none;
        display: block;
        max-width: 100%;
    }
    .column-last {
        clear: right;
        margin-right: 0!important;
    }
    .column-last img {
        outline: none;
        border: none;
        display: block;
        max-width: 100%;
    }
    #thumbs {
        text-align: center;
        margin: 0 auto;
        padding: 0px 20px;
        max-width: 960px;
    }
    #thumbs h2 {
        font-family: 'Nova Cut', cursive;
        margin-top: 20px;
        letter-spacing: -1px;
        font-weight: normal;
        font-size: 22px;
        text-transform: uppercase;
        color: #000;
    }
    #presents-header {
        margin: 0 auto;
        padding: 40px 0px 0px 0px;
        position: relative;
        max-width: 400px;
    }
    #presents-header h1 {
        font-family: 'Nova Cut', cursive;
        letter-spacing: 1px;
        text-align: center;
        padding: 0px 0px 5px 0px;
        font-weight: normal;
        font-size: 32px;
        text-transform: uppercase;
        color: #000;
    }
    #wobble {
        font-family: 'Nova Cut', cursive;
        letter-spacing: -2px;
        font-weight: normal;
        font-size: 70px;
        text-transform: uppercase;
        color: #000;
        padding: 0px 0px 40px 0px;
    }
}

footer {
	z-index: 1;
}
</pre></body></html>