@charset "UTF-8";

@font-face
{
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-Italic.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

@font-face
{
    font-family: 'Lora';
    src: url('/fonts/Lora.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-stretch: 50% 200%;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'Lora';
    src: url('/fonts/Lora-Italic.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-stretch: 50% 200%;
    font-style: italic;
    font-display: swap;
}

:root
{
    --b: 0 0 0;
    --w: 255 255 255;
    --c1: 180 0 0;
    --c2: 249 225 0;
    --c3: 255 255 255;
    --f1: 'Open Sans', sans-serif;
    --f2: 'Lora', cursive;
    --gradAngle: 90deg;
}

/* Theme Specific Settings */

@media only screen
{
    :root
    {
        --c4: 36 40 44;
        --c5: 50 58 64;
        --c6: 20 24 28;
        --c7: 242 242 242;
        --c8: 164 164 164;
        --c9: 242 242 242;
    }

    .neumorphic_div
    {
        -webkit-box-shadow: 1rem 1rem 2rem 0rem rgb(var(--b) / 0.24), -1rem -1rem 2rem 0rem rgb(var(--w) / 0.06);
        -moz-box-shadow: 1rem 1rem 2rem 0rem rgb(var(--b) / 0.24), -1rem -1rem 2rem 0rem rgb(var(--w) / 0.06);
        -o-box-shadow: 1rem 1rem 2rem 0rem rgb(var(--b) / 0.24), -1rem -1rem 2rem 0rem rgb(var(--w) / 0.06);
        -ms-box-shadow: 1rem 1rem 2rem 0rem rgb(var(--b) / 0.24), -1rem -1rem 2rem 0rem rgb(var(--w) / 0.06);
        box-shadow: 1rem 1rem 2rem 0rem rgb(var(--b) / 0.24), -1rem -1rem 2rem 0rem rgb(var(--w) / 0.06);
    }

    .neumorphic_in
    {
        -webkit-box-shadow: 0.75rem 0.75rem 1.25rem 0rem rgb(var(--b) / 0.4) inset, -0.75rem -0.75rem 1.25rem 0rem rgb(var(--w) / 0.068) inset;
        -moz-box-shadow: 0.75rem 0.75rem 1.25rem 0rem rgb(var(--b) / 0.4) inset, -0.75rem -0.75rem 1.25rem 0rem rgb(var(--w) / 0.068) inset;
        -o-box-shadow: 0.75rem 0.75rem 1.25rem 0rem rgb(var(--b) / 0.4) inset, -0.75rem -0.75rem 1.25rem 0rem rgb(var(--w) / 0.068) inset;
        -ms-box-shadow: 0.75rem 0.75rem 1.25rem 0rem rgb(var(--b) / 0.4) inset, -0.75rem -0.75rem 1.25rem 0rem rgb(var(--w) / 0.068) inset;
        box-shadow: 0.75rem 0.75rem 1.25rem 0rem rgb(var(--b) / 0.4) inset, -0.75rem -0.75rem 1.25rem 0rem rgb(var(--w) / 0.068) inset;
    }

    .neumorphic_btn, .neumorphic_out
    {
        -webkit-box-shadow: 0.75rem 0.75rem 1.25rem 0rem rgb(var(--b) / 0.4), -0.75rem -0.75rem 1.25rem 0rem rgb(var(--w) / 0.068);
        -moz-box-shadow: 0.75rem 0.75rem 1.25rem 0rem rgb(var(--b) / 0.4), -0.75rem -0.75rem 1.25rem 0rem rgb(var(--w) / 0.068);
        -o-box-shadow: 0.75rem 0.75rem 1.25rem 0rem rgb(var(--b) / 0.4), -0.75rem -0.75rem 1.25rem 0rem rgb(var(--w) / 0.068);
        -ms-box-shadow: 0.75rem 0.75rem 1.25rem 0rem rgb(var(--b) / 0.4), -0.75rem -0.75rem 1.25rem 0rem rgb(var(--w) / 0.068);
        box-shadow: 0.75rem 0.75rem 1.25rem 0rem rgb(var(--b) / 0.4), -0.75rem -0.75rem 1.25rem 0rem rgb(var(--w) / 0.068);
    }
    
    .neumorphic_btn:active
    {
        -webkit-box-shadow: 0.75rem 0.75rem 1.25rem 0rem rgb(var(--b) / 0.4), -0.75rem -0.75rem 1.25rem 0rem rgb(var(--w) / 0.068), 0.75rem 0.75rem 1.25rem 0rem rgb(var(--b) / 0.4) inset, -0.75rem -0.75rem 1.25rem 0rem rgb(var(--w) / 0.068) inset;
        -moz-box-shadow: 0.75rem 0.75rem 1.25rem 0rem rgb(var(--b) / 0.4), -0.75rem -0.75rem 1.25rem 0rem rgb(var(--w) / 0.068), 0.75rem 0.75rem 1.25rem 0rem rgb(var(--b) / 0.4) inset, -0.75rem -0.75rem 1.25rem 0rem rgb(var(--w) / 0.068) inset;
        -o-box-shadow: 0.75rem 0.75rem 1.25rem 0rem rgb(var(--b), 0.4) / -0.75rem -0.75rem 1.25rem 0rem rgb(var(--w) / 0.068), 0.75rem 0.75rem 1.25rem 0rem rgb(var(--b) / 0.4) inset, -0.75rem -0.75rem 1.25rem 0rem rgb(var(--w) / 0.068) inset;
        -ms-box-shadow: 0.75rem 0.75rem 1.25rem 0rem rgb(var(--b) / 0.4), -0.75rem -0.75rem 1.25rem 0rem rgb(var(--w) / 0.068), 0.75rem 0.75rem 1.25rem 0rem rgb(var(--b) / 0.4) inset, -0.75rem -0.75rem 1.25rem 0rem rgb(var(--w) / 0.068) inset;
        box-shadow: 0.75rem 0.75rem 1.25rem 0rem rgb(var(--b) / 0.4), -0.75rem -0.75rem 1.25rem 0rem rgb(var(--w) / 0.068), 0.75rem 0.75rem 1.25rem 0rem rgb(var(--b) / 0.4) inset, -0.75rem -0.75rem 1.25rem 0rem rgb(var(--w) / 0.068) inset;
    }
}

@supports (backdrop-filter: blur(1rem)) or (-webkit-backdrop-filter: blur(1rem))
{
    .glass, .passgridmain:empty
    {
        background-image: linear-gradient(140deg, rgb(var(--b) / 0.24) 0%, rgb(var(--b) / 0.4) 40%, rgb(var(--b) / 0.24) 60%, rgb(var(--b) / 0.1) 100%);
        -webkit-backdrop-filter: blur(1rem);
        backdrop-filter: blur(1rem);
    }
}

@supports not ((backdrop-filter: blur(1rem)) and (-webkit-backdrop-filter: blur(1rem)))
{
    .glass, .passgridmain:empty
    {
        background-image: linear-gradient(140deg, rgb(var(--b) / 0.4) 0%, rgb(var(--b) / 0.64) 40%, rgb(var(--b) / 0.4) 60%, rgb(var(--b) / 0.24) 100%);
    }
}

html
{
    font-size: 16px;
    scrollbar-width: thin;
}

.f2, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    letter-spacing: -0.02em;
}

.ovAuto
{
    scrollbar-width: thin;
    scrollbar-track-color: transparent;
}

body
{
    background-color: rgb(var(--c4));
    color: rgba(var(--c6));
}

body.genbody::before
{
    content: "";
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

body.genbody::before
{
    background-image: url('/imx/bg4.webp');
}

::selection
{
    background-color: rgb(var(--c1));
    color: rgb(var(--w));
}

@media only screen
{
    /* For 2 Color Web Schemes Only */

    body::after
    {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0rem;
        opacity: 0;
        z-index: 200;
        -webkit-filter: blur(0.0625rem);
        filter: blur(0.0625rem);
        visibility: hidden;
        background-image: linear-gradient(90deg, rgb(var(--c1)) 0%, rgb(var(--c2)) calc(100% / 3), rgb(var(--c1)) calc(200% / 3), rgb(var(--c2)) calc(300% / 3));
        background-size: 300% 100%;
        background-position: 0 0;
        transition: all 0.24s ease;
        -webkit-animation: loading 0.84s 0s linear infinite both normal;
        -moz-animation: loading 0.84s 0s linear infinite both normal;
        -o-animation: loading 0.84s 0s linear infinite both normal;
        -ms-animation: loading 0.84s 0s linear infinite both normal;
        animation: loading 0.84s 0s linear infinite both normal;
    }

    body.loading::after
    {
        height: 0.25rem;
        opacity: 1;
        visibility: visible;
    }

    @-webkit-keyframes loading
    {
        0%
        {
            background-position: 0% 0%;
        }

        100%
        {
            background-position: 100% 0%;
        }
    }

    @-moz-keyframes loading
    {
        0%
        {
            background-position: 0% 0%;
        }

        100%
        {
            background-position: 100% 0%;
        }
    }

    @-o-keyframes loading
    {
        0%
        {
            background-position: 0% 0%;
        }

        100%
        {
            background-position: 100% 0%;
        }
    }

    @-ms-keyframes loading
    {
        0%
        {
            background-position: 0% 0%;
        }

        100%
        {
            background-position: 100% 0%;
        }
    }

    @keyframes loading
    {
        0%
        {
            background-position: 0% 0%;
        }

        100%
        {
            background-position: 100% 0%;
        }
    }

    /* For 3 Color Web Schemes Only */

    /*
    
    body::after
    {
        content: "";
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        opacity: 0;
        height: 0px;
        transition: opacity 0.24s ease, height 0.24s ease;
    }

    body.loading::after
    {
        opacity: 1;
        height: 0.25rem;
        background-image: linear-gradient(90deg, rgb(var(--c2)) 0%, rgb(var(--c1)) calc(100% / 6), rgb(var(--c3)) calc(200% / 6), rgb(var(--c1)) calc(300% / 6), rgb(var(--c2)) calc(400% / 6), rgb(var(--c1)) calc(500% / 6), rgb(var(--c3)) 100%);
        background-size: 300% 100%;
        background-position: 0% 0%;
        -webkit-animation: glownimate 0.8s 0s linear infinite normal both;
        -moz-animation: glownimate 0.8s 0s linear infinite normal both;
        -o-animation: glownimate 0.8s 0s linear infinite normal both;
        -ms-animation: glownimate 0.8s 0s linear infinite normal both;
        animation: glownimate 0.8s 0s linear infinite normal both;
    }

    @-webkit-keyframes glownimate
    {
        0%{background-position: 0% 0%;}
        100%{background-position: 100% 0%;}
    }

    @-moz-keyframes glownimate
    {
        0%{background-position: 0% 0%;}
        100%{background-position: 100% 0%;}
    }

    @-o-keyframes glownimate
    {
        0%{background-position: 0% 0%;}
        100%{background-position: 100% 0%;}
    }

    @-ms-keyframes glownimate
    {
        0%{background-position: 0% 0%;}
        100%{background-position: 100% 0%;}
    }

    @keyframes glownimate
    {
        0%{background-position: 0% 0%;}
        100%{background-position: 100% 0%;}
    }
    
    */

    .btn_def
    {
        background-size: 100% 100%;
        background-position: 0% 0%;
    }

    .btn_def:hover
    {
        background-size: 200% 100%;
    }

    .btn_def:active
    {
        background-position: 100% 0%;
        -webkit-transform: scale(0.94);
        -moz-transform: scale(0.94);
        -o-transform: scale(0.94);
        -ms-transform: scale(0.94);
        transform: scale(0.94);
    }

    .btn_red
    {
        background-image: linear-gradient(120deg, rgb(250, 95, 95) 0%, rgb(190, 24, 24) 100%);
    }

    .flex-fb40p-1
    {
        flex-basis: calc(40% - 1rem);
    }

    .flex-fb50p-1
    {
        flex-basis: calc(50% - 1rem);
    }

    .flex-fb60p-1
    {
        flex-basis: calc(60% - 1rem);
    }

    .highlight
    {
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }

    .grad, .highlight
    {
        background-image: -webkit-linear-gradient(120deg, rgb(var(--c1) / 1) 0%, rgb(var(--c2) / 1) 100%);
        background-image: -moz-linear-gradient(120deg, rgb(var(--c1) / 1) 0%, rgb(var(--c2) / 1) 100%);
        background-image: -o-linear-gradient(120deg, rgb(var(--c1) / 1) 0%, rgb(var(--c2) / 1) 100%);
        background-image: linear-gradient(120deg, rgb(var(--c1) / 1) 0%, rgb(var(--c2) / 1) 100%);
    }

    nav a
    {
        display: inherit;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        line-height: inherit;
        transition: all 0.24s ease;
    }

    input[type="checkbox"]:not(:checked) ~ i.checked, input[type="checkbox"]:checked ~ i.unchecked
    {
        opacity: 0;
        visibility: hidden;
    }

    input[type="checkbox"]:checked ~ i.checked, input[type="checkbox"]:not(:checked) ~ i.unchecked
    {
        opacity: 1;
        visibility: visible;
    }

    /* Site Styles Goes Here */

    header
    {
        background-image: linear-gradient(90deg, rgb(var(--c3) / 1) 0%, rgb(var(--c3) / 1) 12.5rem, rgb(var(--c3) / 0.28) 100%);
    }

    nav li > ul
    {
        position: absolute;
        right: 0px;
        top: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all 0.24s ease;
        text-align: right;
        z-index: 1;
        background-color: rgb(var(--w) / 0.4);
        -webkit-border-radius: 0px 0px 0.25rem 0.25rem;
        -moz-border-radius: 0px 0px 0.25rem 0.25rem;
        -o-border-radius: 0px 0px 0.25rem 0.25rem;
        -ms-border-radius: 0px 0px 0.25rem 0.25rem;
        border-radius: 0px 0px 0.25rem 0.25rem;
        -webkit-backdrop-filter: blur(1rem);
        backdrop-filter: blur(1rem);
    }

    nav li:hover > ul
    {
        opacity: 1;
        visibility: visible;
    }

    nav li > ul > li > a
    {
        line-height: 1rem;
        white-space: nowrap;
    }

    nav li:hover > ul > li > a
    {
        line-height: 2rem;
    }

    nav a, header button i
    {
        line-height: 5rem;
    }

    .logo::before
    {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 1rem;
        width: 100%;
        height: calc(100% - 4.5rem);
        background-color: inherit;
        border-radius: 0px 0px 1rem 0px;
        transform: skewX(-24deg);
        transform-origin: right bottom;
    }
    
    .homesec2 > div
    {
        flex-basis: calc(60% - 5vw);
    }

    .homesec2 > div
    {
        min-width: min(100%, 24rem);
    }

    .homesec2 > article
    {
        flex-basis: 40%;
        min-width: min(100%, 24rem);
    }
    
    .mbm-lighten::before, .mbm-color::before
    {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;        
    }

    .mbm-lighten::before
    {
        -webkit-mix-blend-mode: lighten;
        mix-blend-mode: lighten;
    }

    .mbm-color::before
    {
        -webkit-mix-blend-mode: color;
        mix-blend-mode: color;
    }

    .styrus::before
    {
        content: "";
        position: absolute;
        top: -5vw;
        left: 0px;
        height: 10vw;
        width: 100%;
        -webkit-clip-path: polygon(0px 0px, 100% 100%, 100% 50%, 0px 50%);
        clip-path: polygon(0px 0px, 100% 100%, 100% 50%, 0px 50%);
    }

    .ctctab
    {
        display: grid;
        grid-template-columns: 1fr 2fr 1fr 3fr;
        grid-template-rows: 1fr;
    }

    .ctctab li
    {
        padding: 1rem;
    }

    .ctctabcon .ctctab:first-child li:not(:last-child)
    {
        border-right: 0.125rem solid rgb(var(--w) / 0.2);
    }

    .ctctabcon .ctctab:not(:first-child) li:not(:last-child)
    {
        border-right: 0.125rem solid rgb(var(--c4) / 0.2);
    }

    .ctctabcon .ctctab:not(:first-child):not(:last-child) li
    {
        border-bottom: 0.125rem solid rgb(var(--c4) / 0.2);
    }

    /* Slideshow */

    .slider-stage > *
    {
        z-index: 0;
    }

    .slider-stage > .slide-appearing
    {
        z-index: 1;
    }

    .slider-stage > .slide-active
    {
        z-index: 2;
    }

    .slider-nav
    {
        position: absolute;
        top: 0px;
        left: calc(50% - 2.5rem);
        -webkit-border-radius: 0px 0px 0.5rem 0.5rem;
        -moz-border-radius: 0px 0px 0.5rem 0.5rem;
        -o-border-radius: 0px 0px 0.5rem 0.5rem;
        -ms-border-radius: 0px 0px 0.5rem 0.5rem;
        border-radius: 0px 0px 0.5rem 0.5rem;
    }

    .slide-animatein
    {
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation: slideanimin 1s 0s ease forwards 1;
        -moz-animation: slideanimin 1s 0s ease forwards 1;
        -o-animation: slideanimin 1s 0s ease forwards 1;
        -ms-animation: slideanimin 1s 0s ease forwards 1;
        animation: slideanimin 1s 0s ease forwards 1;
    }

    .slide-animateout
    {
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation: slideanimout 1s 0s ease forwards 1;
        -moz-animation: slideanimout 1s 0s ease forwards 1;
        -o-animation: slideanimout 1s 0s ease forwards 1;
        -ms-animation: slideanimout 1s 0s ease forwards 1;
        animation: slideanimout 1s 0s ease forwards 1;
    }

    .slide-animateout::after
    {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgb(var(--c1) / 1);
        -webkit-animation: slideanimoutafter 1s 0s ease forwards 1;
        -moz-animation: slideanimoutafter 1s 0s ease forwards 1;
        -o-animation: slideanimoutafter 1s 0s ease forwards 1;
        -ms-animation: slideanimoutafter 1s 0s ease forwards 1;
        animation: slideanimoutafter 1s 0s ease forwards 1;
    }

    @-webkit-keyframes slideanimin
    {
        0% { -webkit-filter: blur(1rem); filter: blur(1rem); }
        100% { -webkit-filter: blur(0rem); filter: blur(0rem); }
    }

    @-moz-keyframes slideanimin
    {
        0% { -webkit-filter: blur(1rem); filter: blur(1rem); }
        100% { -webkit-filter: blur(0rem); filter: blur(0rem); }
    }

    @-o-keyframes slideanimin
    {
        0% { -webkit-filter: blur(1rem); filter: blur(1rem); }
        100% { -webkit-filter: blur(0rem); filter: blur(0rem); }
    }

    @-ms-keyframes slideanimin
    {
        0% { -webkit-filter: blur(1rem); filter: blur(1rem); }
        100% { -webkit-filter: blur(0rem); filter: blur(0rem); }
    }

    @keyframes slideanimin
    {
        0% { -webkit-filter: blur(1rem); filter: blur(1rem); }
        100% { -webkit-filter: blur(0rem); filter: blur(0rem); }
    }

    @-webkit-keyframes slideanimout
    {
        0%, 24% { -webkit-clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0% 100%); clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0% 100%); }
        80%, 100% { -webkit-clip-path: polygon(0px 0px, 0% 0%, 0% 100%, 0% 100%); clip-path: polygon(0px 0px, 0% 0%, 0% 100%, 0% 100%); }
    }

    @-moz-keyframes slideanimout
    {
        0%, 24% { -webkit-clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0% 100%); clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0% 100%); }
        80%, 100% { -webkit-clip-path: polygon(0px 0px, 0% 0%, 0% 100%, 0% 100%); clip-path: polygon(0px 0px, 0% 0%, 0% 100%, 0% 100%); }
    }

    @-o-keyframes slideanimout
    {
        0%, 24% { -webkit-clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0% 100%); clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0% 100%); }
        80%, 100% { -webkit-clip-path: polygon(0px 0px, 0% 0%, 0% 100%, 0% 100%); clip-path: polygon(0px 0px, 0% 0%, 0% 100%, 0% 100%); }
    }

    @-ms-keyframes slideanimout
    {
        0%, 24% { -webkit-clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0% 100%); clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0% 100%); }
        80%, 100% { -webkit-clip-path: polygon(0px 0px, 0% 0%, 0% 100%, 0% 100%); clip-path: polygon(0px 0px, 0% 0%, 0% 100%, 0% 100%); }
    }

    @keyframes slideanimout
    {
        0%, 24% { -webkit-clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0% 100%); clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0% 100%); }
        80%, 100% { -webkit-clip-path: polygon(0px 0px, 0% 0%, 0% 100%, 0% 100%); clip-path: polygon(0px 0px, 0% 0%, 0% 100%, 0% 100%); }
    }
    
    @-webkit-keyframes slideanimoutafter
    {
        0% { -webkit-clip-path: polygon(100% 0px, 100% 0%, 100% 100%, 100% 100%); clip-path: polygon(100% 0px, 100% 0%, 100% 100%, 100% 100%); }
        80%, 100% { -webkit-clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0px 100%); clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0px 100%); }
    }
    
    @-moz-keyframes slideanimoutafter
    {
        0% { -webkit-clip-path: polygon(100% 0px, 100% 0%, 100% 100%, 100% 100%); clip-path: polygon(100% 0px, 100% 0%, 100% 100%, 100% 100%); }
        80%, 100% { -webkit-clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0px 100%); clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0px 100%); }
    }
    
    @-o-keyframes slideanimoutafter
    {
        0% { -webkit-clip-path: polygon(100% 0px, 100% 0%, 100% 100%, 100% 100%); clip-path: polygon(100% 0px, 100% 0%, 100% 100%, 100% 100%); }
        80%, 100% { -webkit-clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0px 100%); clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0px 100%); }
    }
    
    @-ms-keyframes slideanimoutafter
    {
        0% { -webkit-clip-path: polygon(100% 0px, 100% 0%, 100% 100%, 100% 100%); clip-path: polygon(100% 0px, 100% 0%, 100% 100%, 100% 100%); }
        80%, 100% { -webkit-clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0px 100%); clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0px 100%); }
    }
    
    @keyframes slideanimoutafter
    {
        0% { -webkit-clip-path: polygon(100% 0px, 100% 0%, 100% 100%, 100% 100%); clip-path: polygon(100% 0px, 100% 0%, 100% 100%, 100% 100%); }
        80%, 100% { -webkit-clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0px 100%); clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 0px 100%); }
    }
}

@media only screen and (min-width: 750px)
{
    .mobonly
    {
        display: none;
    }
}

@media only screen and (max-width: 749px)
{
    header.z1
    {
        z-index: 4;
    }

    .logo img
    {
        height: 5rem;
    }

    .logo::before
    {
        height: calc(100% - 2rem);
    }

    nav.static
    {
        position: absolute;
        right: 0rem;
        top: 100%;
        max-width: 100%;
        overflow: auto;
        text-align: right;
        background-color: rgb(var(--c3) / 0.48);
        -webkit-backdrop-filter: blur(1rem);
        backdrop-filter: blur(1rem);
        opacity: 0;
        -webkit-transform-origin: center right;
        transform-origin: center right;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        visibility: hidden;
        -webkit-transition: all 0.24s ease;
        -moz-transition: all 0.24s ease;
        -o-transition: all 0.24s ease;
        -ms-transition: all 0.24s ease;
        transition: all 0.24s ease;
    }
    
    nav.static.show
    {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

    #sitenav
    {
        display: block;
    }

    #sitenav li
    {
        display: list-item;
        width: 100%;
    }

    nav a, nav li > ul > li > a, nav li:hover > ul > li > a
    {
        line-height: 2.5rem;
    }

    nav li > ul
    {
        position: relative;
        top: 0px;
        right: 0px;
        opacity: 1;
        visibility: visible;
        display: block;
        width: 100%;
        height: auto;
        background-color: transparent;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }
}

@media only screen and (max-width: 849px)
{
    .ctctabcon
    {
        grid-gap: 1rem;
        gap: 1rem;
    }

    .ctctabcon .ctctab:first-child
    {
        display: none;
    }

    .ctctabcon .ctctab:not(:first-child)
    {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
    }

    .ctctab
    {
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        -o-border-radius: 1rem;
        -ms-border-radius: 1rem;
        border-radius: 1rem;
        border: 0.125rem solid rgb(var(--c1));
        grid-gap: 1rem;
        gap: 1rem;
        padding: 1rem;
    }

    .ctctab li
    {
        border: none !important;
        padding: 0;
    }

    .ctctab li::before
    {
        color: rgb(var(--c1));
        font-weight: 600;
        display: block;
    }

    .ctctab li:nth-child(1)::before
    {
        content: "Course Code:";
    }

    .ctctab li:nth-child(2)::before
    {
        content: "Course Name:";
    }

    .ctctab li:nth-child(3)::before
    {
        content: "Duration:";
    }
    
    .ctctab li:nth-child(4)::before
    {
        content: "Course Details:";
    }
}