<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">                @import 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css';
                * {
                    box-sizing: border-box;
                    margin: 0;
                    padding: 0;
                }
                
                a {
                    cursor: pointer;
                    text-decoration: none;
                    color: #fff;
                }
                
                .container {
                    max-width: 1440px;
                    margin: 0 auto;
                    padding: 0 10px;
                }
                
                body {
                    font-family: "benguiat";
                    color: #fff;
                    background-color: #01050C;
                }
                
                .main {
                    position: relative;
                }
                /* header {
                    position: absolute;
                    width: 100%;
                }
                
                .header {
                    padding-top: 20px;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                }
                
                .menu {
                    display: flex;
                    justify-content: end;
                }
                
                .menu a {
                    padding-right: 30px;
                } */
                
                .tab-cast {
                    padding-top: 100px;
                }
                
                #tabs {
                    z-index: 1000;
                }
                
                .tabs {
                    font-size: 0.8125rem;
                }
                
                .sticky-top {
                    position: sticky;
                    top: 0px;
                    z-index: 999;
                }
                
                .responsive {
                    width: 100%;
                    overflow-x: auto;
                }
                
                .tabs {
                    display: table;
                    border-collapse: separate;
                    table-layout: auto;
                }
                
                .tabs.tabs-center {
                    margin: auto;
                }
                
                .tabs.tabs-justify {
                    width: 100%;
                    table-layout: fixed;
                }
                
                .tabs a.tab {
                    position: relative;
                    display: table-cell;
                    transition: all ease 0.3s;
                    padding: 1em 1.6em;
                    transform: translate3d(0, 0, 0);
                    color: #737373;
                    white-space: nowrap;
                    cursor: pointer;
                }
                
                .tabs a.tab:hover {
                    color: #fa3c3c;
                }
                
                .tabs a.tab:after {
                    transition: all 0.3s cubic-bezier(1, 0, 0, 1);
                    will-change: transform, box-shadow, opacity;
                    position: absolute;
                    content: '';
                    height: 3px;
                    bottom: 0px;
                    left: 0px;
                    right: 0px;
                    border-radius: 3px 3px 0px 0px;
                    background: #fd9f9f;
                    box-shadow: 0px 4px 10px 3px rgba(250, 60, 60, 0.15);
                    opacity: 0;
                    transform: scale(0, 1);
                }
                
                .tabs a.tab.active {
                    color: #fa3c3c;
                }
                
                .tabs a.tab.active:after {
                    opacity: 1;
                    transform: scale(1, 1);
                }
                
                .tab-container {
                    display: none;
                }
                
                .tab-container.active {
                    display: block;
                }
                
                .info-text {
                    display: flex;
                    flex-direction: column;
                }
                
                .info {
                    display: flex;
                }
                
                .info-bg {
                    position: relative;
                    /* background-image: url("../img/fog.png"); */
                    width: 70%;
                }
                
                .char-img {
                    position: absolute;
                    right: 0;
                }
                
                .tabs-containers {
                    /* background-image: url("../img/fog.png"); */
                    min-height: 300px;
                    max-width: 1100px;
                    margin: 0 auto;
                }
                
                .tab-container {
                    padding-top: 40px;
                }
                
                .tab-container-info {
                    display: flex;
                }
                
                .info-text {
                    width: 50%;
                }
                
                .character-img-wrapper {
                    width: 50%;
                }
                
                .character-img {
                    display: block;
                    margin-left: auto;
                    width: 450px;
                }
                
                .info-text&gt;p {
                    padding-bottom: 15px;
                    line-height: 30px;
                }
                
                footer {
                    padding-top: 100px;
                }
                
                .footer {
                    padding-top: 30px;
                    border-top: 1px solid rgb(255, 23, 43);
                }
                
                .footer-pages {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }
                
                .footer-pages a {
                    padding-bottom: 30px;
                    text-decoration: none;
                    color: rgb(191, 191, 191);
                }
                
                .name {
                    font-size: 12px;
                    color: rgb(191, 191, 191);
                }
                
                .social {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                
                .social a img {
                    width: 40px;
                    padding-right: 10px;
                }
                /*  */
                
                .sequel-kidsa {
                    height: 70px;
                }
                
                .mplishmen {
                    position: absolute;
                    padding-left: 15px;
                    float: left;
                    line-height: 70px;
                    text-transform: uppercase;
                    font-size: 1.4em;
                }
                
                .mplishmen a img {
                    max-height: 70px;
                    max-height: 59px;
                    margin-top: 5px;
                }
                
                .mplishmen a,
                .mplishmen a:visited {
                    color: #fbfbfb;
                    text-decoration: none;
                }
                
                .sequel-masopedub {
                    max-width: 1000px;
                    margin: 0 auto;
                }
                
                nav {
                    float: right;
                }
                
                nav ul {
                    list-style: none;
                    margin: 0;
                    padding: 0;
                }
                
                nav ul li {
                    float: left;
                    position: relative;
                }
                
                nav ul li a,
                nav ul li a:visited {
                    display: block;
                    padding: 0 18px;
                    line-height: 70px;
                    color: #f7eded;
                    text-decoration: none;
                }
                
                nav ul li a:hover,
                nav ul li a:visited:hover {
                    color: #ff0000;
                }
                
                nav ul li a:not(:only-child):after,
                nav ul li a:visited:not(:only-child):after {
                    padding-left: 4px;
                    content: ' â–¾';
                }
                
                nav ul li ul li {
                    min-width: 203px;
                }
                
                nav ul li ul li a {
                    padding: 15px;
                    line-height: 21px;
                }
                
                .sequel-dropdown {
                    position: absolute;
                    display: none;
                    z-index: 1;
                    box-shadow: 0 3px 12px rgba(16, 16, 16, 0.15);
                }
                
                .sequel-benmuekes {
                    display: none;
                    position: absolute;
                    top: 0;
                    right: 0;
                    height: 70px;
                    width: 70px;
                }
                
                @media only screen and (max-width: 798px) {
                    .sequel-benmuekes {
                        display: block;
                    }
                    nav {
                        width: 100%;
                        padding: 70px 0 15px;
                    }
                    nav ul {
                        display: none;
                    }
                    nav ul li {
                        float: none;
                    }
                    nav ul li a {
                        padding: 15px;
                        line-height: 20px;
                        padding-left: 25%;
                    }
                    nav ul li ul li a {
                        padding-left: 30%;
                    }
                    .sequel-dropdown {
                        position: static;
                    }
                    .mplishmen a img {
                        max-height: 60px;
                        margin-top: 5px;
                    }
                }
                
                @media screen and (min-width: 799px) {
                    .sequel-lasotedun {
                        display: block !important;
                    }
                }
                
                #gedunean-giversaryd {
                    position: absolute;
                    left: 18px;
                    top: 22px;
                    cursor: pointer;
                    padding: 9px 34px 15px 0px;
                }
                
                #gedunean-giversaryd span,
                #gedunean-giversaryd span:before,
                #gedunean-giversaryd span:after {
                    cursor: pointer;
                    border-radius: 1px;
                    height: 5px;
                    width: 35px;
                    background: #fbfbfb;
                    position: absolute;
                    display: block;
                    content: '';
                    transition: all 300ms ease-in-out;
                }
                
                #gedunean-giversaryd span:before {
                    top: -10px;
                }
                
                #gedunean-giversaryd span:after {
                    bottom: -10px;
                }
                
                #gedunean-giversaryd.desamuvsnis span {
                    background-color: transparent;
                }
                
                #gedunean-giversaryd.desamuvsnis span:before,
                #gedunean-giversaryd.desamuvsnis span:after {
                    top: 0;
                }
                
                #gedunean-giversaryd.desamuvsnis span:before {
                    transform: rotate(45deg);
                }
                
                #gedunean-giversaryd.desamuvsnis span:after {
                    transform: rotate(-45deg);
                }</pre></body></html>