body {
    --KAH-font-1: system-ui, sans-serif;
    --KAHgray: rgb(45, 45, 45);
}
.page-section {
    color: var(--KAHgray);
}
.a {
    position: relative;
    width: 80%;
    text-align: center;
    font-family: system-ui, sans-serif;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0em;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.b {
    position: relative;
    width: 80%;
    text-align: center;
    font-family: system-ui, sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0.4em;
    left: 0;
    height: fit-content;
    right: 0;
    bottom: 0;
    margin: auto;
}
.page-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 38em;
    width: fit-content;
}
.img {
    position: relative;
    width: 60vw;
    height: 60vw;
    object-fit: cover;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 4em;
    max-width: 24em;
    max-height: 24em;
}
.w-b-cm {
    position: fixed;
    z-index: 10000;
    width: fit-content;
    height: fit-content;
    border: 1px rgb(85, 85, 85) solid;
    border-radius: 4px;
    opacity: 0;
    animation: fadein .3s forwards;
    overflow: hidden;
}
.contextmenu {
    position: relative;
    width: 26em;
    height: fit-content;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(1, auto);
    background: var(--KAHgray);
    color: rgb(255, 255, 255);
    font-family: system-ui, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 11.6px;
    text-indent: 1em;
    border: 4px var(--KAHgray) solid;
    border-radius: 0;
}
.contextmenu, .contextmenu * {
    cursor: context-menu !important;
    user-select: none !important;
}
.contextmenu .top {
    text-align: center;
    text-indent: 0;
    height: 3em;
    line-height: 3em;
    font-size: 12px;
}
.contextmenu .mn-opt {
    position: relative;
    height: 2.5em;
    border-bottom: 1px rgb(85, 85, 85) solid;
    animation-duration: .1s;
    animation-fill-mode: forwards;
    line-height: 2.5em;
}
@keyframes hoverin {
    0% {background: none;}
    100% {background: rgb(95, 95, 95);}
}
@keyframes hoverout {
    0% {background: rgb(95, 95, 95);}
    100% {background: none;}
}
@keyframes fadein {
    0% {opacity: 0;}
    100% {opacity: 100%;}
}
@keyframes fadeout {
    0% {opacity: 100%;}
    100% {opacity: 0;}
}
.bottom, .right {
    display: none;
}
@media screen and (max-device-width: 1080px) {
    .w-b-cm {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: auto !important;
    }
}
@media screen and (min-device-width: 1080px) {
    .right {
        position: fixed;
        width: 19.5em;
        top: 0;
        left: auto;
        right: 0;
        height: 100%;
        display: block;
    }
    .bottom {
        position: fixed;
        width: 100%;
        top: auto;
        left: 0;
        right: 0;
        height: 19.7em;
        display: block;
        bottom: 0;
    }
}
.a {
    margin-top: 5em;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 4px;
}
.b {
    font-weight: 400;
    letter-spacing: 8px;
    font-size: 12px;
    margin-top: 1em;
}
img.img {
    user-select: none;
    margin-top: -2em;
}
.hero .header {
    color: white;
    font-size: 24px;
    margin-left: 2em;
    position: absolute;
    left: 0;
    width: fit-content;
    margin-top: 5em;
    animation: 1s onload forwards;
    animation-delay: .1s;
    left: -30em;
    background: white;
    color: var(--KAH-color-theme-1);
    font-weight: 100;
    padding: 0.2em;
    letter-spacing: 12px;
    z-index: 10 !important;
}
.hero .h2 {
    margin-top: 6.7em;
    top: 0;
    animation-delay: 1s;
}
.hero {
    height: calc(100vh - 12em);
    margin-top: 2em;
}
.hero img {
    background-color: black;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center !important;
}
.hero .continue {
    position: absolute;
    width: fit-content;
    height: fit-content;
    padding: 1.8em;
    font-size: 20px;
    font-weight: 400;
    background: var(--KAH-color-theme-1);
    color: white;
    border: 0;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: var(--defaultfontfamily2);
    font-size: 13px;
    padding-left: 2em;
    padding-right: 2em;
    left: auto;
    right: -20em;
    top: auto;
    bottom: -20em;
    background: rgb(15, 15, 15);
    animation: 1s onload1 forwards;
    animation-delay: .4s;
    z-index: 10 !important;
}
@keyframes onload1 {
    0% {
        right: -30em;
        bottom: -30em;
    }
    100% {
        bottom: 2em;
        right: 5em;
    }
}
@keyframes onload {
    0% {
        left: -30em;
        top: -4em;
    }
    100% {
        left: 0;
        top: 0;
    }
}
.page-section .g2 {
    margin-top: 0em;
    max-width: 65em;
}
.g2 .wrapper {
    left: 0;
    margin-left: 0;
    width: fit-content;
    left: 0;
    margin-left: 0;
    transform: none;
    width: 100%;
    float: unset;
    left: 0;
    margin-top: 7em;
}
.g2 .wrapper .img {
    width: 96vw;
    max-width: 42em;
    border-radius: 3px !important;
    height: 25em;
    max-height: unset !important;
    left: 0;
    margin-left: 0;
    transform: none;
}
.g2 .wrapper .continue {
    position: absolute;
    width: fit-content;
    height: fit-content;
    padding: 1.8em;
    font-size: 20px;
    font-weight: 400;
    background: var(--KAH-color-theme-1);
    color: white;
    border: 0;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: var(--defaultfontfamily2);
    font-size: 13px;
    padding-left: 2em;
    padding-right: 2em;
    left: 0;
    right: 0;
    top: auto;
    bottom: -3em;
    background: rgb(15, 15, 15);
    margin: auto;
}
.g2 .wrapper .header {
    margin: 0;
}
.g2 .mir {
    left: 0;
    margin-left: 0;
    width: fit-content;
    left: 0;
    margin-left: 0;
    transform: none;
    float: right;
    left: 20%;
    width: 100%;
    float: unset;
    left: 0;
    margin-top: 7em;
}
.g2 .mir .img {
    position: relative;
    left: auto;
    right: 0;
    float: right;
}
.hero .header {
    opacity: 0%;
}
.hero .h0 {
    opacity: 100%;
}
.hero .top {
    object-position: top !important;
    object-fit: contain !important;
}
.g2 .wrapper {
    width: 96vw;
    max-width: 16em;
    overflow: hidden;
    height: 21em;
    padding-top: 2em;
    border: 1px rgb(220, 220, 220) solid;
    border-radius: 3px;
    padding: 2em;
    border: 0;
    padding: 0;
    margin-top: 0 !important;
    cursor: pointer;
}
.g2 .wrapper .header {
    top: 0;
    margin-top: 1em !important;
    font-size: 18px;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: 2px;
    color: rgb(85, 85, 85);
    font-size: 20px;
    margin-top: 0.4em !important;
}
.g2 .wrapper .img {
    width: 100%;
    max-width: 100%;
    height: 96vw;
    max-height: 16em !important;
    border-radius: 50% !important;
    object-fit: cover;
    top: 0;
    bottom: 0;
    margin-top: 0;
}
.g2 .wrapper .continue {
    top: auto;
    bottom: 2em;
    padding: 1.4em;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 11px;
    display: none;
}
.page-section .g2 {
    grid-gap: 6em !important;
    grid-row-gap: 2em !important;
    width: fit-content;
    max-width: unset;
}
.page-section .h11 {
    margin-top: 2em;
    margin-bottom: 2em;
    margin-top: 2em !important;
    font-weight: 400;
    letter-spacing: 3px;
    color: rgb(147, 147, 147);
    font-size: 32px;
}
.hero .one {
    z-index: 10 !important;
}
@media screen and (max-device-width: 1080px) {
    .hero img, .hero .top {
        object-fit: cover !important;
        object-position: top !important;
    }
    .hero .continue, .hero .one {
        left: 0;
        right: 0;
        margin: auto;
        animation: none !important;
        bottom: 3em;
    }
    .hero .header {
        animation: none !important;
        left: 0;
        right: 0;
        margin: auto;
    }
    .hero .h1 {
        top: 2em;
    }
    .hero .h2 {
        top: 4em;
    }
    .hero .h2-3 {
        top: 5em;
    }
    .hero .header {
        position: relative !important;
        margin-top: 2em !important;
        top: 0 !important;
    }
    .hero header {
        top: 0;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .hero .h2 {
        margin-top: 0 !important;
    }
}