:root {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji
}

hr {
    height: 0;
    color: inherit
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

fieldset,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

body {
    font-family: inherit;
    line-height: inherit
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #f9fcff
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button],
button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 992px
    }
}

.bg-white-80 {
    background-color: hsla(0, 0%, 100%, .8)
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity))
}

.bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(150, 169, 188, var(--tw-bg-opacity))
}

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 44, 66, var(--tw-bg-opacity))
}

.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 33, 48, var(--tw-bg-opacity))
}

.bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity))
}

.bg-brand-sky {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 173, 241, var(--tw-bg-opacity))
}

.bg-brand-lemon {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 201, 61, var(--tw-bg-opacity))
}

.hover\:bg-brand-sky:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 173, 241, var(--tw-bg-opacity))
}

.rounded {
    border-radius: .25rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-xl {
    border-radius: .75rem
}

.rounded-full {
    border-radius: 9999px
}

.border {
    border-width: 1px
}

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.flex-auto {
    flex: 1 1 auto
}

.font-bold {
    font-weight: 700
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-7 {
    height: 1.75rem
}

.h-8 {
    height: 2rem
}

.h-12 {
    height: 3rem
}

.h-20 {
    height: 5rem
}

.h-64 {
    height: 16rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-lg {
    font-size: 1.125rem
}

.text-lg,
.text-xl {
    line-height: 1.75rem
}

.text-xl {
    font-size: 1.25rem
}

.text-2xl {
    font-size: 1.4rem;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-5xl {
    font-size: 3rem;
    line-height: 1
}

.text-6xl {
    font-size: 3.75rem
}

.leading-none,
.text-6xl {
    line-height: 1
}

.m-2 {
    margin: .5rem
}

.m-3 {
    margin: .75rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mr-2 {
    margin-right: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.ml-2 {
    margin-left: .5rem
}

.mr-3 {
    margin-right: .75rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mr-4 {
    margin-right: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.ml-5 {
    margin-left: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mt-16 {
    margin-top: 4rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mt-20 {
    margin-top: 5rem
}

.-mt-40 {
    margin-top: -10rem
}

.max-w-xl {
    max-width: 36rem
}

.max-w-3xl {
    max-width: 48rem
}

.opacity-0 {
    opacity: 0
}

.opacity-50 {
    opacity: .5
}

.hover\:opacity-75:hover {
    opacity: .75
}

.hover\:opacity-100:hover {
    opacity: 1
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.p-2 {
    padding: .5rem
}

.p-4 {
    padding: 1rem
}

.p-8 {
    padding: 2rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.pb-0 {
    padding-bottom: 0
}

.pb-1 {
    padding-bottom: .25rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pt-20 {
    padding-top: 5rem
}

.hover\:pl-3:hover {
    padding-left: .75rem
}

.pointer-events-none {
    pointer-events: none
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.top-8 {
    top: 2rem
}

.resize {
    resize: both
}

* {
    --tw-shadow: 0 0 transparent
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

* {
    --tw-ring-inset: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent
}

.text-center {
    text-align: center
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(150, 169, 188, var(--tw-text-opacity))
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(76, 96, 120, var(--tw-text-opacity))
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(40, 44, 66, var(--tw-text-opacity))
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 33, 48, var(--tw-text-opacity))
}

.text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity))
}

.text-brand-sky {
    --tw-text-opacity: 1;
    color: rgba(52, 173, 241, var(--tw-text-opacity))
}

.text-brand-dawn {
    --tw-text-opacity: 1;
    color: rgba(185, 230, 255, var(--tw-text-opacity))
}

.text-brand-lemon {
    --tw-text-opacity: 1;
    color: rgba(255, 201, 61, var(--tw-text-opacity))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(150, 169, 188, var(--tw-text-opacity))
}

.hover\:text-brand-sky:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 173, 241, var(--tw-text-opacity))
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.tracking-wide {
    letter-spacing: .025em
}

.invisible {
    visibility: hidden
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-7 {
    width: 1.75rem
}

.w-8 {
    width: 2rem
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-20 {
    width: 5rem
}

.w-64 {
    width: 16rem
}

.w-full {
    width: 100%
}

.z-10 {
    z-index: 10
}

.z-50 {
    z-index: 50
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-8 {
    gap: 2rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-16 {
    gap: 4rem
}

.transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-4 {
    --tw-translate-y: 1rem
}

.translate-y-5 {
    --tw-translate-y: 1.25rem
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes ping {

    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ping {

    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes bounce {

    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@keyframes bounce {

    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

.animate-spin {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

@media (min-width:640px) {
    .sm\:block {
        display: block
    }
}

@media (min-width:768px) {
    .md\:flex {
        display: flex
    }

    .md\:items-center {
        align-items: center
    }

    .md\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:ml-4 {
        margin-left: 1rem
    }

    .md\:pt-0 {
        padding-top: 0
    }

    .md\:text-right {
        text-align: right
    }

    .md\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .md\:col-span-2 {
        grid-column: span 2/span 2
    }
}

@media (min-width:992px) {
    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:hidden {
        display: none
    }

    .lg\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:justify-center {
        justify-content: center
    }

    .lg\:justify-between {
        justify-content: space-between
    }

    .lg\:text-right {
        text-align: right
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-1\/3 {
        width: 33.333333%
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .lg\:col-span-1 {
        grid-column: span 1/span 1
    }

    .lg\:col-span-2 {
        grid-column: span 2/span 2
    }

    .lg\:col-span-3 {
        grid-column: span 3/span 3
    }
}

@-webkit-keyframes parallax {
    to {
        background-position: center left 1440px
    }
}

@keyframes parallax {
    to {
        background-position: center left 1440px
    }
}

@-webkit-keyframes pulsateYellow {
    0% {
        box-shadow: 0 0 8px rgba(255, 201, 61, .4)
    }

    50% {
        box-shadow: 0 0 20px rgba(255, 201, 61, .8)
    }
}

@keyframes pulsateYellow {
    0% {
        box-shadow: 0 0 8px rgba(255, 201, 61, .4)
    }

    50% {
        box-shadow: 0 0 20px rgba(255, 201, 61, .8)
    }
}

body.darkmode {
    background: #181a27;
    color: #b3b7bc
}

body.darkmode .text-gray-900 {
    color: #fff
}

body.darkmode .bg-gray-100,
body.darkmode .kg-card .kg-bookmark-container {
    background: #181a27
}

body.darkmode .site-header .wave {
    color: #181a27
}

body.darkmode .btn.btn-alt {
    background: #181a27;
    color: #b3b7bc
}

body.darkmode .btn.btn-alt-2 {
    background: #1e2130;
    color: #b3b7bc
}

body.darkmode .btn.btn-alt:not(.btn-disabled):active,
body.darkmode .btn.btn-alt:not(.btn-disabled):focus,
body.darkmode .btn.btn-alt:not(.btn-disabled):hover {
    background: #141621;
    color: #b3b7bc
}

body.darkmode .btn.btn-alt-2:not(.btn-disabled):active,
body.darkmode .btn.btn-alt-2:not(.btn-disabled):focus,
body.darkmode .btn.btn-alt-2:not(.btn-disabled):hover {
    background: #141621;
    color: #b3b7bc
}

body.darkmode .card {
    background: #1e2130
}

body.darkmode .card .headline {
    color: #fff
}

body.darkmode .card .card-body hr {
    background: #181a27
}

body.darkmode .card .card-body a {
    border-color: #37495f
}

body.darkmode .card .card-body code {
    background: #181a27;
    color: #b3b7bc
}

body.darkmode .card .post-footer {
    color: #b3b7bc
}

body.darkmode .card .card-footer {
    border-color: #181a27
}

body.darkmode .card .card-footer .author {
    background: #181a27;
    color: #8cb0da
}

body.darkmode .navbar .menu .nav-item .nav-link {
    color: #b3b7bc
}

body.darkmode .navbar .menu .nav-item.active .nav-link {
    background: #181a27;
    color: #fff
}

@media (max-width:991px) {
    body.darkmode .navbar .nav-wrapper {
        background: #1e2130
    }
}

body.darkmode .search-toggle { background: #1e2130 !important;}
body.darkmode .search-toggle .thumb { background: #141621 !important; }
body.darkmode .search-toggle button { color: #b3b7bc !important; }
body.darkmode .search-table th, body.darkmode .search-table td { color: #fff !important; }
body.darkmode .search-table thead tr { color: #b3b7bc !important; }
body.darkmode .search-table tr { border-top-color: #141621 !important; border-color: #141621 !important; }
body.darkmode .reason-text { color: #fff !important; }
body.darkmode .card .reason-text { color: #b3b7bc !important; }
body.darkmode .card .detail-row { border-top: 0 !important; }
body.darkmode .card .detail-row + .detail-row { border-top: 1px solid #181a27 !important; }
body.darkmode .card .detail-label, body.darkmode .detail-value { color: #b3b7bc !important; }
body.darkmode .select-trigger { background: #1e2130 !important; border-color: #181a27 !important; }
body.darkmode .select-trigger:hover { background: #141621 !important; }
body.darkmode .select-trigger svg { color: #b3b7bc !important; }
body.darkmode .select-menu { background: #1e2130 !important; border-color: #181a27 !important; }
body.darkmode .select-option { color: #b3b7bc !important; }
body.darkmode .select-option:hover { background: #141621 !important; color: #fff !important; }
body.darkmode .select-option.active { background: #141621 !important; color: #fff !important; }
.profile-option { color: #1e2130; }
.profile-option:hover { background: #ecf1f6; color: #1e2130; }
body.darkmode .profile-option { color: #b3b7bc !important; }
body.darkmode .profile-option:hover { background: #141621 !important; color: #fff !important; }

.kg-bookmark-author,
.kg-bookmark-card,
.kg-bookmark-container,
.kg-bookmark-content,
.kg-bookmark-description,
.kg-bookmark-icon,
.kg-bookmark-metadata,
.kg-bookmark-publisher,
.kg-bookmark-thumbnail,
.kg-bookmark-title,
.kg-gallery-container,
.kg-gallery-row,
.kg-width-full,
.kg-width-wide {
    content: ""
}

.site-wrap,
body,
html {
    height: 100%
}

.site-wrap {
    display: grid;
    grid-template-rows: auto 1fr auto
}

body {
    background: #ecf1f6;
    font-family: proxima-nova, sans-serif;
    color: #394047;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    transition-duration: .5s
}

.page-content {
    position: relative
}

.btn {
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    padding: 12px 22px;
    font-size: 16px;
    outline: 0 !important;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.btn svg {
    opacity: .5
}

.btn.btn-lg {
    font-size: 18px;
    padding: 14px 26px
}

.btn.btn-disabled {
    cursor: not-allowed;
    opacity: .8
}

.btn.btn-alt {
    background: #ecf1f6;
    color: #1e2130
}

.btn.btn-alt-2 {
    background: #fff;
    color: #1e2130
}

.btn.btn-alt:not(.btn-disabled):active,
.btn.btn-alt:not(.btn-disabled):focus,
.btn.btn-alt:not(.btn-disabled):hover {
    background: #dbe4ee;
    color: #1e2130
}

.btn.btn-alt-2:not(.btn-disabled):active,
.btn.btn-alt-2:not(.btn-disabled):focus,
.btn.btn-alt-2:not(.btn-disabled):hover {
    background: #dbe4ee;
    color: #1e2130
}

.btn.btn-main {
    background: #ffc93d;
    color: #884310
}

.btn.btn-main:not(.btn-disabled):active,
.btn.btn-main:not(.btn-disabled):focus,
.btn.btn-main:not(.btn-disabled):hover {
    background: #ffd770;
    color: #884310
}

.site-header {
    background: #34adf1;
    padding-bottom: 40px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1
}

.site-header .clouds div {
    background: center left 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: parallax linear infinite;
    animation: parallax linear infinite;
    z-index: -1
}

.site-header .clouds .layer-one {
    background-image: url(/assets/clouds_one.svg);
    -webkit-animation-duration: 45s;
    animation-duration: 45s;
    opacity: .05
}

.site-header .clouds .layer-two {
    background-image: url(/assets/clouds_two.svg);
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    opacity: .15
}

.site-header .clouds .layer-three {
    background-image: url(/assets/clouds_three.svg);
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
    opacity: .3
}

.site-header .wave {
    background: center left 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    color: #ecf1f6;
    z-index: -1;
    width: 100%;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    transition-duration: .5s
}

.site-header .nav-btn {
    border-radius: 8px;
    margin-left: 10px;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    padding: 0 25px;
    border: 1px solid hsla(0, 0%, 100%, .1);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    transition-duration: .2s
}

.site-header .store-btn {
    background: #ffc93d;
    color: #884310;
    -webkit-animation: pulsateYellow 2s ease-in-out infinite;
    animation: pulsateYellow 2s ease-in-out infinite
}

.site-header .store-btn:active,
.site-header .store-btn:focus,
.site-header .store-btn:hover {
    background: #ffd057
}

.site-header .discord-btn {
    background: #5865f2;
    color: #fff
}

.site-header .discord-btn:active,
.site-header .discord-btn:focus,
.site-header .discord-btn:hover {
    background: #707bf4
}

.site-header .logo img {
    max-width: 480px;
    width: 100%
}

.navbar {
    width: 100%
}

.navbar .mobile-button {
    padding: 25px
}

.navbar .mobile-button .bar {
    background: rgba(150, 169, 188, .5);
    border-radius: 10px;
    height: 5px;
    width: 36px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    transition-duration: .3s;
    position: relative;
    opacity: 1
}

.navbar .mobile-button .bar:nth-of-type(2) {
    margin: 8px 0
}

.navbar .mobile-button.open .bar {
    background: #34adf1
}

.navbar .mobile-button.open .bar:first-of-type {
    top: 13px;
    transform: rotate(45deg)
}

.navbar .mobile-button.open .bar:nth-of-type(2) {
    opacity: 0;
    transform: rotate(180deg)
}

.navbar .mobile-button.open .bar:nth-of-type(3) {
    top: -13px;
    transform: rotate(-45deg)
}

@media (min-width:992px) {
    .navbar .mobile-button {
        display: none
    }
}

@media (max-width:991px) {
    .navbar .nav-wrapper {
        will-change: height;
        transition-property: all;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .15s;
        transition-duration: .3s;
        background: #fff;
        box-shadow: 0 4px 20px rgba(0, 0, 0, .015), 0 2px 6px rgba(20, 57, 87, .02);
        position: absolute;
        border-radius: 8px;
        top: 100%;
        opacity: 0;
        pointer-events: none;
        overflow: hidden;
        left: 15px;
        right: 15px;
        z-index: 99
    }

    .navbar .nav-wrapper.open {
        transform: translateY(10px);
        opacity: 1;
        pointer-events: all
    }
}

.navbar .menu {
    display: flex;
    flex-direction: column;
    padding: 0 5px
}

.navbar .menu .nav-item {
    position: relative;
    margin: 10px 5px
}

.navbar .menu .nav-item .nav-link {
    font-size: 18px;
    font-weight: 700;
    line-height: 60px;
    padding: 0 22px;
    display: block;
    transition: all .12s ease-in-out;
    border-radius: 8px;
    color: #1e2130
}

.navbar .menu .nav-item .nav-link:after {
    content: "";
    position: absolute;
    background: #ffc93d;
    border-radius: 10px;
    width: 5px;
    top: 0;
    left: 0;
    bottom: 0;
    height: 0;
    opacity: 0;
    margin: auto;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    transition-duration: .2s
}

.navbar .menu .nav-item:active .nav-link,
.navbar .menu .nav-item:focus .nav-link,
.navbar .menu .nav-item:hover .nav-link {
    color: #34adf1
}

.navbar .menu .nav-item:active .nav-link:after,
.navbar .menu .nav-item:focus .nav-link:after,
.navbar .menu .nav-item:hover .nav-link:after {
    height: 80%;
    opacity: 1
}

.navbar .menu .nav-item.active .nav-link {
    background: rgba(236, 241, 246, .4)
}

@media (min-width:992px) {
    .navbar .nav-wrapper {
        height: auto !important
    }

    .navbar .nav-wrapper .menu {
        flex-direction: row;
        align-items: center
    }

    .navbar .nav-wrapper .menu .nav-item .nav-link:after {
        height: 5px !important;
        width: 0;
        top: auto;
        right: 0
    }

    .navbar .nav-wrapper .menu .nav-item:active .nav-link:after,
    .navbar .nav-wrapper .menu .nav-item:focus .nav-link:after,
    .navbar .nav-wrapper .menu .nav-item:hover .nav-link:after {
        width: 60%
    }
}

.card {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .015), 0 2px 6px rgba(20, 57, 87, .02);
    border-radius: 8px;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    transition-duration: .5s
}

.card .header {
    padding: 25px 25px 50px;
    text-align: center
}

.card .header .tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.card .header .tags .tag {
    color: #fff;
    background: #34adf1;
    border-radius: 100px;
    font-size: 16px;
    margin: 5px;
    font-weight: 700;
    padding: 4px 16px
}

.card .header .headline {
    color: #1e2130;
    font-size: 48px
}

.card .header .date,
.card .header .headline {
    font-weight: 700;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    transition-duration: .5s
}

.card .header .date {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #96a9bc
}

.card .card-footer {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    transition-duration: .5s;
    border-top: 2px solid #f8fafc;
    margin: 50px 30px 0;
    padding: 50px 0
}

.card .detail-row { border-top: 0; }
.card .detail-row + .detail-row { border-top: 1px solid #e6edf4; }

.card .card-footer .author {
    background: #f8fafc;
    color: #1e2130
}

.card .card-footer .author .bio {
    color: #4c6078
}

.post-card {
    display: grid;
    padding: 25px;
    grid-template-rows: auto 1fr
}

.post-card .post-image {
    position: relative;
    background: #34adf1 50%/cover no-repeat;
    border-radius: 8px;
    padding-bottom: 45.45455%
}

.post-card .post-image.noimg {
    background-image: url(/assets/logoverlay.png);
    background-size: auto
}

.post-card .post-image .tags {
    position: absolute;
    left: 15px;
    bottom: 15px;
    display: grid;
    grid-auto-flow: column
}

.post-card .post-image .tags .tag {
    color: #fff;
    font-weight: 700;
    border-radius: 100px;
    padding: 2px 14px;
    background: #34adf1;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .015), 0 2px 6px rgba(20, 57, 87, .02);
    margin: 5px
}

.post-card .post-content {
    display: grid;
    grid-template-rows: auto 1fr auto;
    text-align: center;
    padding: 25px 0 0;
    font-size: 18px
}

.post-card .headline {
    color: #1e2130;
    font-size: 28px;
    padding-bottom: 10px
}

.post-card .headline,
.post-card .post-footer {
    font-weight: 700;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    transition-duration: .5s
}

.post-card .post-footer {
    padding-top: 20px;
    justify-content: space-between;
    color: #96a9bc
}

.post-card .authors,
.post-card .authors .author,
.post-card .post-footer {
    display: flex;
    align-items: center
}

.post-card .authors .author {
    padding-right: 12px
}

.post-card .authors .author:not(:only-child) span {
    display: none
}

.post-card .authors img {
    border-radius: 100%;
    width: 24px
}

.post-card .authors span {
    margin-left: 10px
}

@media (min-width:992px) {
    .post-card.lg {
        grid-template-rows: minmax(auto, 330px) 1fr
    }

    .post-card.lg .headline {
        font-size: 42px
    }
}

@media (max-width:768px) {
    .post-container {
        padding: 0
    }
}

.page-cover {
    padding-bottom: 45.45455%;
    background-size: cover;
    background-position: 50%
}

.page-cover.cover-sm {
    padding-bottom: 76.92308%
}

@media (min-width:768px) {
    .page-cover {
        margin-bottom: 20px;
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, .015), 0 2px 6px rgba(20, 57, 87, .02)
    }
}

.card-body {
    padding: 0 20px 40px;
    font-size: 20px;
    line-height: 1.6
}

@media (min-width:992px) {
    .card-body {
        padding: 0 30px 40px
    }
}

.card-body p:not([class^=pb-]) {
    padding-bottom: 20px
}

.card-body h1,
.card-body h2,
.card-body h3,
.card-body h4,
.card-body h5,
.card-body h6 {
    padding-bottom: 10px;
    color: #15171a;
    font-weight: 700 !important
}

.card-body b,
.card-body strong {
    font-weight: 700 !important
}

.card-body hr {
    border: none;
    height: 2px;
    background: #ecf1f6;
    margin: 30px 0
}

.card-body h1 {
    font-size: 48px
}

.card-body h2 {
    font-size: 32px
}

.card-body h3 {
    font-size: 25px
}

.card-body h4 {
    font-size: 22px
}

.card-body h5 {
    font-size: 18px
}

.card-body h6 {
    font-size: 16px
}

.card-body a:not([class]) {
    color: #34adf1;
    border-bottom: 1px solid #ecf1f6;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    transition-duration: .2s
}

.card-body a:not([class]):hover {
    color: #b9e6ff
}

.card-body ol {
    list-style: decimal;
    padding: 20px
}

.card-body ol li {
    display: list-item;
    padding-bottom: 6px
}

.card-body ul {
    list-style: disc;
    padding: 20px;
    padding-top: 0
}

.card-body ul li {
    display: list-item;
    padding-bottom: 6px
}

.card-body .kg-image-card {
    margin: 0 -20px 30px;
    text-align: center
}

.card-body .kg-image-card img {
    display: inline-block;
    margin: 0 auto
}

@media (min-width:992px) {
    .card-body .kg-image-card {
        margin: 0 auto 30px
    }

    .card-body .kg-image-card img {
        border-radius: 8px
    }
}

.card-body .kg-image-card.kg-width-full img,
.card-body .kg-image-card.kg-width-wide img {
    max-width: 100%
}

.card-body .kg-image-card figcaption {
    font-style: italic;
    padding-top: 8px;
    font-size: 14px
}

.card-body blockquote {
    margin: 20px 0;
    padding: 20px 30px;
    border-left: 4px solid #ffc93d;
    position: relative
}

.card-body code {
    background: #ecf1f6;
    color: #96a9bc;
    font-weight: 700;
    border-radius: 8px;
    padding: 1px 6px
}

.card-body pre {
    margin: 10px 0;
    white-space: pre-wrap
}

.card-body pre code {
    display: block;
    padding: 20px
}

.kg-card .kg-bookmark-container {
    max-width: 1000px;
    display: grid;
    background: #f8fafc;
    color: #4c6078 !important;
    overflow: hidden;
    margin: 20px 0;
    border-radius: 8px;
    grid-template-rows: auto auto;
    border: none
}

@media (min-width:992px) {
    .kg-card .kg-bookmark-container {
        grid-template-columns: 1fr auto;
        grid-template-rows: auto
    }
}

.kg-card .kg-bookmark-container .kg-bookmark-content {
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding: 25px;
    position: relative
}

@media (max-width:992px) {
    .kg-card .kg-bookmark-container .kg-bookmark-content {
        grid-row: 2
    }
}

.kg-card .kg-bookmark-container .kg-bookmark-content .kg-bookmark-title {
    color: #34adf1;
    font-size: 22px;
    font-weight: 700;
    padding: 0 0 10px;
    position: relative
}

.kg-card .kg-bookmark-container .kg-bookmark-content .kg-bookmark-description {
    height: 100%;
    font-size: 16px
}

.kg-card .kg-bookmark-container .kg-bookmark-content .kg-bookmark-metadata {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-top: 20px;
    font-weight: 700
}

.kg-card .kg-bookmark-container .kg-bookmark-content .kg-bookmark-metadata .kg-bookmark-icon {
    width: 20px;
    margin-right: 10px;
    margin-bottom: 0
}

.kg-card .kg-bookmark-container .kg-bookmark-thumbnail {
    width: 360px;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #ecf1f6
}

@media (max-width:992px) {
    .kg-card .kg-bookmark-container .kg-bookmark-thumbnail {
        grid-row: 1
    }
}

.kg-card .kg-bookmark-container .kg-bookmark-thumbnail img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 8px 8px 0;
    margin: 0
}

@media (max-width:992px) {

    .kg-card .kg-bookmark-container .kg-bookmark-content,
    .kg-card .kg-bookmark-container .kg-bookmark-thumbnail {
        width: 100%
    }

    .kg-card .kg-bookmark-container .kg-bookmark-content {
        border-radius: 0 0 4px 4px
    }

    .kg-card .kg-bookmark-container .kg-bookmark-thumbnail img {
        border-radius: 4px 4px 0 0
    }
}

.kg-gallery-row {
    display: grid;
    grid-gap: 10px;
    margin-bottom: 30px
}

@media (min-width:992px) {
    .kg-gallery-row {
        grid-auto-flow: column
    }
}

.kg-gallery-row .kg-gallery-image img {
    max-width: none;
    height: 100%;
    width: 100%;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .1)
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #1e2130;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #ffc93d;
    opacity: 1;
    pointer-events: all;
    transition: .4s ease-in-out
}

.page-loader div {
    margin-top: 20px;
    font-weight: 700;
    font-size: 32px
}

.page-loader.invisible {
    opacity: 0;
    pointer-events: none;
    transform: scale(1.2)
}

.gamemode-selector {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    margin-bottom: 20px
}

.gamemode-selector .arrow-button {
    opacity: .75;
    outline: 0 !important;
    padding: 15px;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.gamemode-selector .arrow-button:focus,
.gamemode-selector .arrow-button:hover {
    opacity: 1
}

.gamemode-selector .arrow-button svg {
    width: 28px;
    height: 28px
}

.gamemode-selector .buttons-wrap {
    overflow-x: auto;
    position: relative
}

.gamemode-selector .main-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.gamemode-selector .main-buttons .gamemode-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    font-weight: 700;
    margin: 0 6px;
    border-radius: 8px;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    outline: 0;
    white-space: pre
}

.gamemode-selector .main-buttons .gamemode-button .icon {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}