@font-face {
    font-family: 'GargouilleBold';
    src: url('fonts/GargouilleBold.woff') format('woff'),
        url('fonts/GargouilleBold.woff2') format('woff2');
}

:root {
    --black: #000;
    --black-alpha0: transparent;
    --black-alpha10: rgba(0, 0, 0, 0.1);
    --black-alpha25: rgba(0, 0, 0, 0.25);
    --black-alpha50: rgba(0, 0, 0, 0.5);
    --black-alpha75: rgba(0, 0, 0, 0.75);
    --black-alpha90: rgba(0, 0, 0, 0.9);
    --white: #fff;
    --white-alpha0: hsla(0, 0%, 100%, 0);
    --white-alpha10: hsla(0, 0%, 100%, 0.1);
    --white-alpha25: hsla(0, 0%, 100%, 0.25);
    --white-alpha50: hsla(0, 0%, 100%, 0.5);
    --white-alpha75: hsla(0, 0%, 100%, 0.75);
    --white-alpha90: hsla(0, 0%, 100%, 0.9);
    --system-font-family:
        -apple-system, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --base-font-color: var(--white);
    --base-font-family: Arial, sans-serif;
    --base-font-size: 16px;
    --base-word-spacing: 1px;
    --medium-font-family: "Open Sans", Arial, sans-serif;
    --strong-font-family: "GargouilleBold", Arial, serif;
    --html-background: var(--black);
    --max-site-width: 1920;
    --default-max-content-width: 1440px;
    --site-header-height: 54px;
    --site-header-z-index: 100;
    --swiper-overflow: visible;
    --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
    --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    --easeInCirc: cubic-bezier(0.6, 0.04, 0.98, 0.335);
    --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
    --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
    --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
    --easeOutCirc: cubic-bezier(0.075, 0.82, 0.165, 1);
    --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
    --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
    --easeInOutCirc: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
    --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
    --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
    --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
    --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
    --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
    --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

html {
    background: var(--html-background, #000);
    box-sizing: border-box;
    color: var(--white, #fff);
    font-family: var(--base-font-family, Arial, sans-serif);
    font-size: var(--base-font-size, 16px);
    word-spacing: var(--base-word-spacing, 1px);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

@media(min-width:768px) {
    html {
        font-size: 20px;
    }
}

*,
:after,
:before {
    box-sizing: border-box;
    margin: 0;
    position: relative;
}

[role=button],
[type=button],
[type=submit],
button {
    cursor: pointer
}

.ranged {
    background: linear-gradient(to top, #371b00, #f27100, #efc096);
    ;
    background-clip: text;
    -webkit-background-clip: text;
}

.melee {
    background: linear-gradient(to top, #320101, #e20001, #ffbbbc);
    background-clip: text;
    -webkit-background-clip: text;
}

.siege {
    background: linear-gradient(to top, #5a4200, #fbc00d, #f4ecb4);
    background-clip: text;
    -webkit-background-clip: text;
}

.power {
    background: linear-gradient(to top, #22004a, #7712fb, #d2b4f7);
    background-clip: text;
    -webkit-background-clip: text;
}

.decoy {
    background: linear-gradient(to top, #102f11, #00d303, #bef1bd);
    background-clip: text;
    -webkit-background-clip: text;
}

.spy {
    background: linear-gradient(to top, #181818, #2b2b2b, #dcdcdc);
    background-clip: text;
    -webkit-background-clip: text;
}

.weather {
    background: linear-gradient(to top, #13368c, #2024ec, #9bbdeb);
    background-clip: text;
    -webkit-background-clip: text;
}

.king {
    background: linear-gradient(to top, #8e7733, #cbb044, #d2ab17, #f8da2f, #b48c04, #a78722);
    background-clip: text;
    -webkit-background-clip: text;
}

@media (pointer:fine) {
    .tooltiplink:hover .tooltip {
        display: block;
        opacity: 1;
        visibility: visible;
        animation: tooltipkeys 1s 1;
    }
}

@-webkit-keyframes tooltipkeys {
    0% {
      opacity: 0;
    }
    75% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

@keyframes tooltipkeys {
    0% {
      opacity: 0;
    }
    75% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

.tooltip {
    position: absolute;
    font-size: 0.7em;
    white-space: nowrap;
    display: none;
    padding: 0.5em;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0.5em;
    box-shadow: 0em 0em 1em var(--black-alpha75);
    text-align: left;
    color: var(--base-font-color);
    z-index: 1000;
    opacity: 1;
}

.tooltip b {
    color: var(--theme-accent-color);
}

.tilting {
    word-spacing: var(--base-word-spacing);
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;

    --system-font-family: -apple-system, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --base-font-family: "Open Sans", Arial, sans-serif;
    --base-font-size: 20px;
    --base-word-spacing: 1px;
    --strong-font-family: "Gargouille", Arial, serif;
    --html-background: var(--black);
    --max-site-width: 1920;
    --default-max-content-width: 1440px;
    --site-header-height: 54px;
    --site-header-z-index: 100;
    --swiper-overflow: visible;
    --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
    --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    --easeInCirc: cubic-bezier(0.6, 0.04, 0.98, 0.335);
    --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
    --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
    --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
    --easeOutCirc: cubic-bezier(0.075, 0.82, 0.165, 1);
    --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
    --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
    --easeInOutCirc: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
    --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
    --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
    --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
    --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
    --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
    --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55);

    --wrap-padding--base: 24px 15px;
    --wrap-padding--sm: 40px 50px;
    --wrap-padding--md: 60px 80px;
    --wrap-padding--lg: 120px 40px;
    --wrap-padding: var(--wrap-padding--base);
    --content-color: var(--white);
    --content-align: center;
    --content-justify: flex-end;
    --content-max-width: 540px;
    --header-color: #fff;
    --img-object-position--base: center;
    --img-object-position--sm: center;
    --img-object-position--md: left;
    --img-object-position--lg: left;
    --img-object-position: var(--img-object-position--base);
    --text-aligment--base: center;
    --text-aligment--sm: center;
    --text-aligment--md: center;
    --text-aligment--lg: center;
    --text-aligment: var(--text-aligment--base);
    --ctas-gap: 24px;
    --ctas-flex-direction: column;
    --cta-margin: calc(var(--ctas-gap)/2);

    color: var(--content-color);
    box-sizing: border-box;
    margin: 0;
    font-family: var(--strong-font-family);
    font-kerning: normal;
    letter-spacing: normal;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline;
    justify-self: center;
    vertical-align: baseline;
    align-items: center;
    font-weight: 600;
    text-align: var(--text-aligment);
    max-width: var(--content-max-width);
}

.colors {
    --black: #000;
    --black-alpha0: transparent;
    --black-alpha10: rgba(0, 0, 0, 0.1);
    --black-alpha25: rgba(0, 0, 0, 0.25);
    --black-alpha50: rgba(0, 0, 0, 0.5);
    --black-alpha75: rgba(0, 0, 0, 0.75);
    --black-alpha90: rgba(0, 0, 0, 0.9);
    --white: #fff;
    --white-alpha0: hsla(0, 0%, 100%, 0);
    --white-alpha10: hsla(0, 0%, 100%, 0.1);
    --white-alpha25: hsla(0, 0%, 100%, 0.25);
    --white-alpha50: hsla(0, 0%, 100%, 0.5);
    --white-alpha75: hsla(0, 0%, 100%, 0.75);
    --white-alpha90: hsla(0, 0%, 100%, 0.9);
    --swiper-theme-color: #000000;
    --theme-button-color--primary: #ffffff;

    /* color reference: https://coolors.co/ffcc33-f2e63d-d44b06-001c2c-0a2331-1a3442-334d5b-6c8c9d */
    /* NOTE: colors "X00" are main theme, colors "XY0" are alternates / accents for X00 */
    --theme-primary-color--000: #001c2c;
    --theme-primary-color--100: #0a2331;
    --theme-primary-color--110: #1a3442;
    --theme-primary-color--111: #dce4e8;
    --theme-primary-color--200: #334D5B;
    --theme-primary-color--210: #506D7C;
    --theme-primary-color--300: #6C8C9D;
    --theme-primary-color--400: #f2e63d;
    --theme-primary-color--410: #d44b06;
    --theme-primary-color--420: #b1942e;
    --theme-primary-color--430: #1a1a1a;
    --theme-primary-color--440: #d7b437;

    --shout-out-color: #FFFFFF;
    --inner-wrap-background: #000000;
    --theme-accent-color: #ffcc33;
    --theme-link-color: #ffcc33;
    --theme-link-color--active: #ffcc33;
    --theme-nav-link-color: #fff;
    --base-font-color: #ffffff;
    --theme-odd-section-tint:  linear-gradient(180deg, var(--theme-primary-color--100) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, var(--theme-primary-color--100) 100%);
    --theme-even-section-tint: linear-gradient(180deg, var(--theme-primary-color--100) 5%, rgba(0, 0, 0, 0.5) 50%, var(--theme-primary-color--100) 95%);
    --theme-small-section-tint: var(--theme-primary-color--100);
    --theme-header-color: #000;
    --theme-footer-color: #000;
    --theme-menu-color: #404040;
}

.title-wrapper {
    text-align: var(--text-aligment);
    margin: var(--inner-margin);
    color: var(--content-color);
    align-items: var(--content-align);
    height: auto;
    position: relative;
    z-index: 1;
    max-width: 90%;
    margin: 0 auto;
    --wrap-padding--base: 24px 15px;
    --wrap-padding--sm: 40px 50px;
    --wrap-padding--md: 60px 80px;
    --wrap-padding--lg: 120px 40px;
    --wrap-padding: var(--wrap-padding--base);
    --content-color: var(--white);
    --content-align: center;
    --content-justify: flex-end;
    --content-max-width: 540px;
    --header-color: #fff;
    --img-object-position--base: center;
    --img-object-position--sm: center;
    --img-object-position--md: left;
    --img-object-position--lg: left;
    --img-object-position: var(--img-object-position--base);
    --text-aligment--base: center;
    --text-aligment--sm: center;
    --text-aligment--md: center;
    --text-aligment--lg: center;
    --text-aligment: var(--text-aligment--base);
    --ctas-gap: 24px;
    --ctas-flex-direction: column;
    --cta-margin: calc(var(--ctas-gap)/2)
}

@media(min-width:768px) {
    .title-wrapper {
        --wrap-padding: var(--wrap-padding--sm);
        --text-aligment: var(--text-aligment--sm);
        --img-object-position: var(--img-object-position--sm)
    }
}

@media(min-width:1024px) {
    .title-wrapper {
        --wrap-padding: var(--wrap-padding--md);
        --text-aligment: var(--text-aligment--md);
        --inner-margin: 0 0 0 auto;
        --img-object-position: var(--img-object-position--md)
    }
}

@media(min-width:1250px) {
    .title-wrapper {
        --wrap-padding: var(--wrap-padding--lg);
        --text-aligment: var(--text-aligment--lg);
        --img-object-position: var(--img-object-position--lg)
    }
}

h1,
h2,
h3 {
    font-family: var(--strong-font-family, "Gargouille", Arial, serif);
    font-weight: 800;
    font-kerning: normal;
    letter-spacing: normal;
    --color1: var(--theme-primary-color--410);
    --color2: var(--theme-primary-color--400);
    --repeat-percent: 60%;
    /* modify this to change how quickly the gradient repeats */
    background: repeating-linear-gradient(0deg, var(--color1), var(--color2) var(--repeat-percent), var(--color1) calc(2*var(--repeat-percent)));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    justify-self: center;
    text-align: center;
    vertical-align: baseline;
    align-items: center;
    position: relative;
}

h4 {
    color: var(--base-font-color);
    font-family:  var(--medium-font-family);
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

h4 {
    font-size: 1.25em
}

h1 {
    font-size: 6em
}

h2 {
    font-size: 4em;
    padding: 0.05em; /* need to add padding for garguoille text and titleshadows */
}

h3 {
    font-size: 2.5em;
    padding: 0.05em; /* need to add padding for garguoille text and titleshadows */

}

.essay h1,
.essay h2,
.essay h3,
.essay h4,
.essay h5{
    all: unset;
    color: var(--base-font-color);
    font-family:  var(--medium-font-family);
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    display: block;
    position: relative;
}

.essay h5 {
    text-transform: none;
    font-size: 1em;
    text-align: left;
}

.essay h4 {
    font-size: 1.25em;
    text-transform: none;
    color: var(--theme-primary-color--400);
}

.essay h1 {
    font-size: 6em
}

.essay h2 {
    font-size: 4em;
    padding: 0.05em; /* need to add padding for garguoille text and titleshadows */
}

.essay h3 {
    font-size: 2em;
    padding: 0.05em; /* need to add padding for garguoille text and titleshadows */

}

.text-box{
    margin: auto;
    width: 100%;
    height: 100%;
}

.main-title {
    margin: 0 auto;
    display: block;
}

#titleshadow {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    margin-left: 0.05em;
    margin-right: 0.05em;
    --color: var(--theme-primary-color--430);
    fill: transparent;
    font-family: var(--strong-font-family, "Gargouille", Arial, serif);
    text-shadow: var(--color) 2px 0px 0px, var(--color) 1.75517px 0.958851px 0px, var(--color) 1.0806px 1.68294px 0px, var(--color) 0.141474px 1.99499px 0px, var(--color) -0.832294px 1.81859px 0px, var(--color) -1.60229px 1.19694px 0px, var(--color) -1.97998px 0.28224px 0px, var(--color) -1.87291px -0.701566px 0px, var(--color) -1.30729px -1.5136px 0px, var(--color) -0.421592px -1.95506px 0px, var(--color) 0.567324px -1.91785px 0px, var(--color) 1.41734px -1.41108px 0px, var(--color) 1.92034px -0.558831px 0px;
    display: inline;
    justify-self: center;
    text-align: center;
    vertical-align: baseline;
    align-items: center;
    color: transparent;
}

#titleshadow.light {
    --color: var(--theme-primary-color--111);
}

#titleshadow.carddetail {
    --color: var(--theme-primary-color--110);
}

.site-background {
    background-image: url('/images/background.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.original {
    width: 40%;
    height: auto;
}

.card-big {
    max-width: 400px;
    height: auto;
}

.card-small {
    max-width: 275px;
    height: auto;
    margin-right: 15px;
}

a {
    color: var(--theme-link-color);
    text-decoration: none;
    outline: none
}

a:active {
    color: var(--theme-link-color--active)
}

a:hover {
    text-decoration: underline;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

ul {
    padding-inline-start: 2em;
}

.site-container {
    max-width: var(--max-site-width);
    margin: 0 auto;
}

.skip-link-hidden {
    position: absolute;
    left: -999px;
    left: 0;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -2
}

.skip-link-hidden:focus {
    border: 1px dashed var(--black)
}

.skip-link-hidden:active,
.skip-link-hidden:focus {
    background: var(--black);
    color: var(--white);
    font-size: .875rem;
    font-weight: 600;
    text-decoration: underline;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: var(--site-header-height);
    overflow: auto;
    padding: 1.15em 0 1em;
    z-index: 800;
    outline: none
}

.header-left {
    --logo-width: 110px;
    --bar-bg-color: var(--theme-header-color);
    --bar-padding: 0 15px;
    --bar-justify: space-between;
    --bar-links-display: none;
    --bar-link-gap: 20px;
    --bar-link-color: var(--white);
    --bar-link-icon-size: 1.3em;
    --burger-display: block;
    --nav-display: none;
    --navigation-padding: 6px 15px;
    --navigation-display: none;
    --drawer-max-width: 320px;
    --drawer-top-padding: var(--site-header-height)
}

@media(min-width:1050px) {
    .header-left {
        --bar-links-display: block;
        --burger-display: none;
        --nav-display: block;
        --navigation-display: flex
    }
}

.site-header {
    background-color: var(--bar-bg-color);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: var(--site-header-z-index)
}

.nav {
    height: 100%;
    display: var(--nav-display);
}

.nav-right {
    height: 100%;
    display: block;
    --bar-justify: flex-end;
}

.logo {
    background-color: var(--bar-bg-color);
    height: var(--site-header-height);
    display: flex;
    align-items: center;
    justify-content: var(--bar-justify);
    padding: var(--bar-padding);
    position: relative;
    max-width: calc(var(--default-max-content-width)+ 30px);
    margin: 0 auto;
}

.permanent-nav {
    --nav-display: block;
    --bar-justify: flex-end;
    margin-right: 0;
    z-index: 3;
    margin-left: auto;
}

@media(max-width: 375px) {
    /* at very narrow widths, there isn't enough room for anything except the logo and hamnav */
    .permanent-nav {
        display: none;
    }
}

.nav-links {
    display: flex;
    align-items: center;
}

.nav-list {
    list-style: none;
    padding: 0;
}

.nav-list,
.nav-list li {
    height: 100%
}

.nav-list .nav-link {
    background: transparent;
    border: none;
    color: var(--theme-nav-link-color);
    font-size: 17.5px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: right;
    height: 100%;
    width: max-content;
    padding: 0 1.2em
}

.nav-list .nav-link:focus,
.nav-list .nav-link:hover {
    outline: none;
    color: var(--theme-link-color);
    text-decoration: none;
}

.nav-list .nav-link:active {
    color: var(--theme-link-color--active)
}

.header-logo {
    width: var(--logo-width);
    flex: 0 0 auto;
    margin: 0 1.2em 0 0;
}

.nav-logo {
    width: 100%;
    height: auto;
}

.justify-start {
    justify-content: flex-start
}

.align-start {
    align-items: flex-start
}

.body-surface {
    background: var(--body-background);
    color: var(--base-font-color);
    opacity: 1;
    transition: opacity .2s var(--easeInOutQuad)
}

.gradient {
    position: relative
}

.gradient.odd-gradient {
    background: var(--theme-odd-section-tint)
}

.gradient.even-gradient {
    background: var(--theme-even-section-tint)
}

.no-gradient {
    background: var(--theme-small-section-tint)
}

.sr-only {
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute
}

.main-section {
    --wrap-padding--base: 1em 0;
    --wrap-padding--sm: 2em 0;
    --wrap-padding--md: 2em 0;
    --wrap-padding: var(--wrap-padding--base);
    padding: var(--wrap-padding);
    overflow: hidden;
    z-index: 0;
    position: relative
}

@media(min-width:768px) {
    .main-section {
        --wrap-padding: var(--wrap-padding--sm);
        padding: var(--wrap-padding)
    }
}

@media(min-width:1024px) {
    .main-section {
        --wrap-padding: var(--wrap-padding--md);
        padding: var(--wrap-padding)
    }
}

.sub-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    position: relative;
}

.amazon-banner {
    overflow: hidden;
    z-index: 0;
    position: relative;
}

.banner-wrap {
    --wrap-display: block;
    --wrap-padding: 0.2em;
    --wrap-flex-direction: column;
    --content-max-width: 1440px;
    --linkContainer-padding-top: 0rem;
    --linkContainer-width: 100%;
    --linkContainer-justify: center;
    --link-margin: 5px;
    --stickyContainer-top-offset: var(--site-header-height);
    --stickyContainer-justify: space-evenly;
    --stickyContainer-padding: 5px 15px;
    --stickyContainer-z-index: calc(var(--site-header-z-index) - 1);
    --stickHeader-margin-right: 1em;
    --stickHeader-font-size: 20px;
    --header-font-color: var(--base-font-color);
    --header-font-weight: 900;
    --header-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6)
}

@media(min-width:768px) {
    .banner-wrap {
        --linkContainer-flex: flex;
        --link-margin: 5px 10px;
        --link-flex: 0 1 auto;
        --stickyContainer-justify: center;
        --header-margin: 20px
    }
}

@media(min-width:1024px) {
    .banner-wrap {
        --wrap-display: flex;
        --wrap-padding: .2em;
        --wrap-flex-direction: row;
        --wrap-flex-justify: center;
        --linkContainer-padding-top: 0;
        --link-margin: 5px 10px
    }
}

@media(min-width:1250px) {
    .banner-wrap {
        --header-margin-right: 100px;
        --linkContainer-width: auto
    }
}

.banner-foreground {
    z-index: 2 !important
}

.button-highlight-gap {
    margin: var(--link-margin);
    flex: var(--link-flex)
}

.rule-box {
    max-width: min(35em, 90vw);
    margin: 0.75em auto;
    padding: .5em 2em;
    background-color: var(--theme-primary-color--200);
    border-radius: 1.25rem;
    box-shadow: 0em 0em 1em var(--black-alpha75);
    text-align: left;

    b {
        color: var(--theme-accent-color);
    }

    ul {
        padding-inline-start: 1em;
    }

    li {
        margin: 0 0 1em;
    }
}

.rule-box table {
    margin: 1em 0;
}

.rule-box h4 {
    color: var(--theme-accent-color);
    text-transform: uppercase;
    font-size: 1em;
    text-align: left;
    margin: 1em auto 0
}

.rule-box p {
    max-width: 100%;
    display: block;
    align-items: center;
    text-align: left;
    margin: 1em 0em;
}

.warning-box {
    font-size: 0.8em;
    color: var(--black);
    background-color: var(--theme-accent-color);
    border: 5px solid var(--white-alpha75);
    display: flex;
    justify-content: space-between;
    margin: 3em 0 0;

    p {
        padding-left: 1.5em;
    }

    b {
        color: var(--black);
    }
}

.warning-box:hover, .warning-box:active, .warning-box:focus {
    background-color: #bebebe;
    color: var(--black);
    text-decoration: none;
}

.rule-title {
    margin: 1.5rem 0 0;
    display: block;
}

.rule-paragraph {
    width: 90%;
    display: block;
    align-items: center;
    text-align: justify;
    margin: 1em 0em;
}

@media(min-width:768px) {
    .rule-paragraph {
        width: 35em;
        max-width: 70%;
    }
}

.rule-paragraph li {
    margin: 0 0 1em;
}

.rule-paragraph b {
    /* highlight a word in the rules */
    color: var(--theme-accent-color);
}

.table-paragraph {
    padding-left: 1em;
    text-align: left;
}

.table-paragraph b {
    /* highlight a word in the rules */
    color: var(--theme-accent-color);
}

.rule-icon {
    height: auto;
    float: left;
    object-fit: contain;
    max-width: 4em;
}

.two-times {
    /* height: 100%; */
    float: left;

    .rule-icon {
        height: 100%;
        float: left;
        margin-right: 10;
    }

    ;
    margin-right: 10;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.banner-row {
    display: flex;
    align-items: center;
    max-width: var(--content-max-width);
    margin: 0 auto;
    text-align: center
}

@media(min-width:1024px) {
    .banner-row {
        display: block
    }
}

@media(min-width:1250px) {
    .banner-row {
        display: flex
    }
}

.banner {
    display: var(--wrap-display);
    align-items: center;
    flex-direction: var(--wrap-flex-direction);
    justify-content: var(--wrap-flex-justify);
    padding: var(--wrap-padding);
    background-color: var(--theme-accent-color);
}

.banner-links {
    display: var(--linkContainer-flex);
    flex-wrap: var(--linkContainer-wrap);
    justify-content: var(--linkContainer-justify);
    padding-top: var(--linkContainer-padding-top);
    width: var(--linkContainer-width)
}

.banner-overlay {
    pointer-events: none;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    overflow: hidden
}

.banner-media-container {
    position: relative;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    overflow: hidden
}

.banner-media {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.icon-link {
    width: 1em;
    height: auto;
}

.icon-random {
    width: 1.4em;
    margin: -0.275em 0;
    height: auto;
}

.icon-arrow {
    width: 1.5em;
    margin: -0.3em 0;
    height: auto;
    filter: drop-shadow(0 0 2px var(--black-alpha50));
    color: var(--theme-primary-color--300)
}

.icon-arrow:hover {
    color: var(--white-alpha75)
}

.button-highlight {
    --wrap-display: inline-flex;
    --wrap-padding--base: 0.4em 1em;
    --wrap-padding--sm: 0.4em 1em;
    --wrap-padding--md: 0.4em 1em;
    --wrap-padding: var(--wrap-padding--base);
    --wrap-background: #000000;
    --wrap-background--hover: var(--theme-link-color--active);
    --wrap-border: 3px solid var(--theme-accent-color);
    --wrap-border--hover: -9px solid var(--theme-accent-color);
    --wrap-border-radius: 1em/50%;
    --leading-asset-size: 25px;
    --text-container-margin-left: 0.75em;
    --text-container-font-family: var(--base-font-family);
    --label-color: inherit;
    --label-color--hover: inherit;
    --label-font-weight: 900;
    --tagline-color: inherit;
    --tagline-color--hover: inherit;
    --tagline-font-weight: 700;
    --tagline-line-height: math.div(18, 12)
}

@media(min-width:768px) {
    .button-highlight {
        --wrap-padding: var(--wrap-padding--sm)
    }
}

@media(min-width:1024px) {
    .button-highlight {
        --wrap-padding: var(--wrap-padding--md)
    }
}

.button-highlight-inner {
    cursor: pointer;
    background: var(--black);
    border: var(--wrap-border);
    border-color: var(--white);
    border-radius: var(--wrap-border-radius);
    color: var(--label-color);
    display: var(--wrap-display);
    position: relative;
    padding: var(--wrap-padding);
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.button-highlight-inner:focus,
.button-highlight-inner:hover {
    color: var(--label-color--hover);
    background: #707070;
    filter: var(--wrap-filter--hover);
    text-decoration: none;
}

.button-highlight-icon {
    width: var(--leading-asset-size);
    height: var(--leading-asset-size);
}

.button-highlight-text {
    font-family: var(--text-container-font-family);
    margin-left: var(--text-container-margin-left);
    display: none;
}

@media(min-width:768px) {
    .button-highlight-text {
        display: block;
    }
}

.button-highlight-label {
    font-family: var(--medium-font-family);
    font-weight: var(--label-font-weight);
    color: var(--label-color);
    line-height: 1;
    white-space: nowrap;
    font-size: 17.5px;
    display: inline-flex;
    align-items: center;
}

.button-highlight-inner:focus .button-highlight-label,
.button-highlight-inner:hover .button-highlight-label {
    color: var(--label-color--hover)
}

.top-flex {
    position: relative;
    display: flex;
    flex-direction: column;
}

@media(min-width:1024px) {
    .top-flex {
        flex-direction: row-reverse;
    }
}

.top-img {
    max-height: 45svh;
    min-width: 100vw;
    object-fit: cover;
    -o-object-fit: cover;
}

@media(min-width:575px) {
    .top-img {
        max-height: 40svh;
        min-width: 100vw;
    }
}

@media(min-width:768px) {
    .top-img {
        max-height: 50svh;
        min-width: 100vw;
    }
}

@media(min-width:1024px) {
    .top-img {
        max-height: unset;
        min-width: unset;
        min-height: max(60svh, 675px);
    }
}

.top-slanted {
    width: 100%;
    padding: 2em;
    position: relative
}

.top-slanted,
.top-slanted:before {
    background: var(--theme-primary-color--200, var(--black, #000))
}

.top-slanted:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: 0px;
    transform: skewY(6deg);
    transform-origin: top right
}

@media(min-width:1024px) {
    .top-slanted:before {
        transform: skewX(15deg)
    }
}

.top-info-box {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.top-info-box img {
    max-width: min(400px, 90vw);
    filter: drop-shadow(0px 0px 2px var(--black-alpha25));
}

.top-title {
    text-align: var(--text-aligment);
    max-width: 100%;
    margin: 0.5em auto 0
}

.top-paragraph {
    color: var(--text-color);
    font-size: 1em;
    text-align: center;
    max-width: 400px;
    margin: 1em auto 1.5em
}

.review {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: min(300px, 60vw);
    height: 175px;
}

@media(min-width:768px) {
    .review {
        height: 200px;
    }
}

.review-title {
    font-size: 1em;
    font-weight: bold;
    margin: .75em auto 0;
}

.review-text {
    font-size: 0.75em;
    font-style: italic;
    margin: 1em auto;
    display: block;
    overflow-y: auto;
}

.review-name {
    font-size: 0.75em;
    margin: 0 1em 0 auto;
    text-align: right;
    display: block;
    font-weight: bold;
}

.review-box {
    width: fit-content;
    margin: 0 auto;
    margin-right: 1em;
    padding: 1.5em;
    background-color: var(--theme-primary-color--200);
    border-radius: 1.25rem;
    box-shadow: 0em 0em 1em var(--black-alpha75);
}

.stars {
    color: var(--theme-accent-color);
    height: 1.25em;
    margin: 0 auto;
    display: block;
    filter: drop-shadow( 0 0 2px var(--black-alpha50));
}

.review-button {
    cursor: pointer;
    width: 100%;
    color: var(--theme-accent-color);
    background: var(--theme-primary-color--210);
    border-radius: 0.5em;
    border: 3px solid var(--white-alpha50);
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 0.25em 1em;
}

.review-button:focus,
.review-button:hover,
.review-button:active {
    color: var(--theme-accent-color);
    background: var(--theme-primary-color--300);
    text-decoration: none;
}

.review-button-icon {
    height: 2.75em;
    max-width: 40%;
    padding: 0.25em 0;
}

.review-button-number {
    font-family: var(--medium-font-family);
    font-weight: 800;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.2em;
}

.review-button-ratings {
    font-size: .75em;
    color: var(--white-alpha50);
}

.card-detail {
    width: min(400px, 90%);
}

.card-detail-taglist {
    margin: 0.5em 0 0.5em
}

.card-detail-title {
    display: block;
    margin: auto;
    text-align: center;
 }

.card-detail-box {
    width: min(35em, 90vw);
    margin: 2em auto 0;
    padding: 2em 2em 1em 2em;
    background-color: var(--theme-primary-color--200);
    border-radius: 1.25rem;
    box-shadow: 0em 0em 1em var(--black-alpha75);
    text-align: center;
}

.card-detail-box p {
    max-width: 100%;
    display: block;
    align-items: center;
    text-align: left;
    margin: 1em 0em;
}

.card-detail-box b {
    /* highlight a word in the rules */
    color: var(--theme-accent-color);
}

.card-detail-box hr {
    display: block;
    height: 3px;
    border: 0;
    border-top: 3px solid var(--theme-primary-color--300);
    margin: 1em auto;
    padding: 0;
    max-width: 70%;
}

.card-detail-about {
    max-width: min(35em, 90vw);
}

.card-detail-about b {
    /* highlight a word */
    color: var(--theme-accent-color);
    text-transform: uppercase;
    font-weight: 800;
}

.card-detail-about h4 {
    color: var(--theme-accent-color);
    text-align: left;
    font-size: 1em;
}

.card-detail-about p {
    display: block;
    align-items: center;
    text-align: justify;
    margin: 1em 0em;
}

.card-detail-about img {
    max-height: 50svh;
    display: block;
    margin: 1.5em auto;
    border-radius: 15px;
}

.card-detail-about figcaption {
    font-size: small;
    text-align: center;
}


.essay img {
    max-height: 50svh;
    display: block;
    margin: 1.5em auto;
    border-radius: 15px;
}

.essay video {
    max-height: 50svh;
    display: block;
    margin: 1.5em auto;
    border-radius: 15px;
}

.essay figcaption {
    font-size: small;
    text-align: center;
}

.video-background {
    margin: 2em 0 2em;
    text-align: center;
}

.video-background-alt {
    margin: 2em 0 0;
    text-align: center;
}

.video-box {
    max-width: min(calc(600px + 4em), 90vw);
    margin: 0 auto;
    padding: 2em 0 min(2em, 5%) 0;
    background-color: var(--theme-primary-color--200);
    border-radius: 1.25rem;
    box-shadow: 0em 0em 1em var(--black-alpha75);
}

.link-list {
    max-width: 70%;
    display: block;
    align-items: center;
    text-align: justify;
    margin: 1em 0em;
}

.card-showcase-subheading {
    max-width: min(25em, 80%);
    display: block;
    align-items: center;
    text-align: center;
    margin: 1em auto 0;
}

.card-showcase {
    width: 100%;
    padding: 2em min(2em, 5%) 0;
    display: grid;
    justify-content: center;
    column-gap: 15px;
    row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
}

.card-showcase-text img {
    max-height: 50svh;
    display: block;
    margin: 1.5em auto;
    border-radius: 15px;
}

.card-showcase-text {
    aspect-ratio: 3 / 4.1;
    background-color: var(--theme-primary-color--210);
    border: 3px solid var(--white-alpha50);
    border-radius: 4% / 3%;
    box-shadow: 0em 0em 0.5em var(--black-alpha75);
    overflow-x: hidden;
    padding: 1.25em 1.25em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    div {
        overflow-y: hidden;
        font-size: 0.75em;
        color: var(--base-font-color);
        -webkit-mask-image: linear-gradient(180deg, #000 80%, transparent);
        mask-image: linear-gradient(180deg, #000 80%, transparent);
    }

    h4 { 
        color: var(--theme-accent-color);
        font-size: 0.75em;
    }
}

.card-showcase-text:hover, .card-showcase-text:active, .card-showcase-text:focus {
    background: var(--theme-primary-color--300);
    text-decoration: none;
}

@media(max-width:768px) {
    .card-showcase {
        grid-template-columns: none;
        grid-template-rows: 1fr auto;
        grid-auto-flow: column;
    }
    .card-showcase-text {
        max-width: 400px;
        aspect-ratio: 3 / 2.05;
        border-radius: 4% / 6%;
    }
    .card-showcase-text b, .card-showcase-text div {
        font-size: 0.9em;
    }
}

.essay-showcase-subheading {
    max-width: min(25em, 80%);
    display: block;
    align-items: center;
    text-align: center;
    margin: 1em auto 0;
}

.essay-showcase {
    width: 100%;
    padding: 2em min(2em, 5%) 0;
    justify-content: center;
    column-gap: 15px;
    row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
}

.essay-showcase-title {
    padding: 2em 0 0 0;
}

.image-read-more-label {
position: absolute;
  right: 5%;
  bottom: 5%;   
  color: var(--theme-primary-color--440);
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  border-radius: 11px;
}

@media(max-width:768px) {
    .essay-showcase {
        grid-template-columns: none;
        grid-template-rows: 1fr auto;
        grid-auto-flow: column;
    }
    .essay-showcase-text {
        max-width: 400px;
        aspect-ratio: 3 / 2.05;
        border-radius: 4% / 6%;
    }
    .essay-showcase-text b, .essay-showcase-text div {
        font-size: 0.9em;
    }
}

.product-box {
    margin-right: 1.5em;
    height: auto;
    display: flex;
    max-width: min(70vw, 300px);
    position: relative;
    text-align: center;
    align-items: center;
    flex-direction: column;
}

@media(min-width:768px) {
    .product-box {
        max-width: 300px;
    }
}

.product-box img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 300px;
    border-radius: 1em;
    filter: drop-shadow(0 0 0.25em var(--black-alpha50));
}

.product-box hr {
    display: block;
    height: 3px;
    border: 0;
    border-top: 2px solid;
    margin: 1em auto;
    padding: 0;
    max-width: 60%;
}

.product-title {
    margin: 1.25em 0 0;
}

.product-price {
    margin: 0.5em 0 0;
    color: var(--theme-link-color);
    font-family: var(--medium-font-family);
    font-weight: 800;
}

.product-desc {
    line-height: 1.5em;
    margin: 0 0 1em;
    padding: 0 1em;
    width: 100%;
    text-align: inherit;
    font-size: 0.85em;
}

.buy-cta {
    margin: auto auto 0;
    padding: 0.5em 0
}

@media(min-width:768px) {
    .buy-cta {
        margin-left: unset;
        margin-right: unset
    }
}

.buy-cta button {
    width: 100%
}

.centered-media {
    max-width: 90%;
    height: auto;
    object-fit: contain;
    margin: 1em auto;
    display: block;
}

.buy-cta {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.download-menu {
    --download-display: block;
    --dropdown-offset: -16px;
    --platform-font-size: 15px
}

@media(min-width:768px) {
    .download-menu {
        --dropdown-offset: -24px
    }
}

.download-anchor {
    position: relative;
    z-index: 1
}

.download-anchor {
    display: var(--download-display);
    min-width: 160px
}

.store-button-inline {
    display: inline-flex
}

.download-menu .store-button-inline {
    color: var(--white);
    background: var(--black);
}

.store-button-theme {
    --button-bg-color: var(--black);
    --button-border-color: var(--white);
    --button-border-radius: 1rem/75%;
    --button-font-family: var(--medium-font-family);
    --button-font-size: 1em;
    --button-font-weight: 700;
    --button-text-transform: uppercase;
    --button-padding: 0.5em 1em 0.5em
}

html[lang=zh-Hans] .store-button-theme,
html[lang=zh-Hant] .store-button-theme {
    --button-padding: 0.7em 1.75em
}

.buy-product-button {
    background-color: var(--button-bg-color);
    border: 3px solid var(--button-border-color);
    border-radius: var(--button-border-radius);
    color: var(--theme-button-color);
    font-family: var(--button-font-family);
    font-size: var(--button-font-size);
    font-weight: var(--button-font-weight);
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: var(--button-text-transform);
    text-shadow: none;
    align-content: center;
    justify-content: center;
    place-content: center;
    align-items: center;
    justify-items: center;
    place-items: center;
    padding: var(--button-padding);
    will-change: transform;
    outline: none
}

.buy-product-button::-moz-focus-inner {
    border: none
}

.buy-product-button:focus,
.buy-product-button:hover {
    color: var(--theme-accent-color);
    border: 3px solid var(--button-border-color);
}

.buy-product-button-disabled:focus,
.buy-product-button-disabled:hover {
    color: var(--theme-button-color);
}

.icon-mail {
    width: 1.2em;
    margin-right: .1em;
    margin-bottom: -2px;
}

.icon-download {
    width: 0.95em;
    margin-bottom: -0.1em;
    height: auto;
}

.icon-warning {
    width: 3em;
    height: auto;
    flex: none;
}

.card-flip-layout {
    --cards-padding: 1em;
    --card-flip-padding: 60px;
    --card-padding: var(--card-flip-padding) 0 18px;
    --container-flex-direction: column-reverse;
}

.card-flip-container {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-direction: var(--container-flex-direction, column)
}

.card-scroll-box {
    max-width: 1600px;
    margin: 1em auto;
    padding: var(--cards-padding, 15px);
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}

.card-scroll-box::after { /* add margin to the right at the end of the flex, without messing up scrollbar */
    content: '';
    width: 1em;
    flex-shrink: 0
}

.card-scroll-box::-webkit-scrollbar {
    width: 1em;
    height: 0.5em;
}

.card-scroll-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.25em var(--black-alpha75);
    border-radius: 0.25em;
}

.card-scroll-box::-webkit-scrollbar-thumb {
    background-color: var(--black-alpha75);
    border-radius: 0.25em;
}

.card-scroll-box::-webkit-scrollbar-button:start {
    background: rgba(0, 0, 0, 0);
    width: 0.5em;
}

.card-scroll-box::-webkit-scrollbar-button:end {
    background: rgba(0, 0, 0, 0);
    width: 1.5em;
}

.section-subtitle {
    max-width: 90%;
    text-align: center;
    margin: 1em auto 0;
}

@media(min-width:768px) {
    .section-subtitle {
        max-width: 720px;
    }
}

.section-padding-large {
    --wrap-padding--base: 40px 0 60px;
    --wrap-padding--sm: 60px 0 80px;
    --wrap-padding--md: 70px 0 100px;
    --wrap-padding: var(--wrap-padding--base)
}

@media(min-width:768px) {
    .section-padding-large {
        --wrap-padding: var(--wrap-padding--sm)
    }
}

@media(min-width:1024px) {
    .section-padding-large {
        --wrap-padding: var(--wrap-padding--md)
    }
}

.section-padding {
    padding: var(--wrap-padding)
}

.text-center {
    text-align: center;
    margin-bottom: 1em
}

.margin-top-xl {
    margin: 4em auto 0
}

@media(min-width:1024px) {
    .display-flex-gap {
        display: flex;
        grid-gap: 1em;
        gap: 1em
    }
}



/* Removed unused auto-generated utility classes */

.footer-variables {
    --footer-bg-color: var(--black);
    --footer-color: var(--white);
    --footer-main-padding: 40px 0 0;
    --footer-main-container-display: block;
    --footer-main-container-justify: unset;
    --footer-left-width: 100%;
    --footer-left-gap: 19px;
    --footer-right-width: 111%;
}

@media(min-width:768px) {
    .footer-variables {
        --footer-main-padding: 70px 0 0
    }
}

@media(min-width:1024px) {
    .footer-variables {
        --footer-main-container-display: flex;
        --footer-main-container-justify: space-between;
        --footer-left-display: initial;
        /* --footer-left-width: calc(40% - 40px); */
        /* --footer-right-width: calc(60% - 60px); */
    }
}

.site-footer {
    background-color: var(--theme-footer-color);
    color: var(--white)
}

.footer-main {
    padding: var(--footer-main-padding)
}

.footer-main-container {
    display: var(--footer-main-container-display);
    justify-content: var(--footer-main-container-justify)
}

.footer-grid {
    display: grid;
    grid-gap: var(--footer-left-gap);
    gap: var(--footer-left-gap);
    grid-template-columns: 1fr;
    width: var(--footer-left-width);
    justify-items: center;
    justify-content: center;
}

@media(min-width:768px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(min-width:1024px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

.flex-fixed {
    flex: 0 0 auto
}

.container {
    --container-max-width: 1200px;
    --container-padding: 0 15px
}

@media(min-width:576px) {
    .container {
        --container-padding: 0 20px
    }
}

.container-inner {
    width: 100%;
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: var(--container-padding)
}

.social-title {
    color: var(--header-color);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    background: none;
    position: relative;
    margin-bottom: 1em;
    text-align: center;
    background-clip: unset;
    display: flex;
    -webkit-text-fill-color: var(--header-color);
    flex-direction: column-reverse;
}

.social-title:after {
    content: "";
    display: block;
    background-color: var(--decor-line-color);
    margin-top: var(--decor-line-verticle-offset);
    width: var(--decor-line-width);
    height: var(--decor-line-height)
}

.social-box {
    margin: 0 0 30px
}

.social-button-gap {
    margin-bottom: 10px
}

.social-button-gap~.social-button-gap {
    margin-left: 6px
}

@media(min-width:576px) {
    .social-button-gap~.social-button-gap {
        margin-left: 10px
    }
}

.social-button-theme {
    --button-color: var(--white);
    --button-bg-color: #242424;
    --button-bg-color--active: var(--theme-link-color--active);
    --button-bg-color--hover: var(--theme-link-color);
    --button-size--default: 50px;
    --button-size--small: 40px;
    --button-size--large: 60px;
    --icon-size--default: 24px;
    --icon-size--small: 18px;
    --icon-size--large: 32px
}

.social-button {
    background-color: var(--button-bg-color);
    border: 0;
    border-radius: 50%;
    color: var(--button-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    outline: 0;
    padding: 0;
    vertical-align: middle
}

.social-button:focus,
.social-button:hover {
    background-color: var(--button-bg-color--hover)
}

.social-button:active {
    background-color: var(--button-bg-color--active);
    color: var(--button-color)
}

.social-button--default {
    width: var(--button-size--default);
    height: var(--button-size--default)
}

.button-content {
    color: inherit;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: inherit;
    flex: 1 0 auto;
    position: relative
}

.icon-size {
    width: var(--icon-size--default);
    height: var(--icon-size--default)
}

.footer-note {
    color: #7f7f7f;
    font-size: .75rem;
    font-weight: 400;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px
}


.essay{
    width: 60%;
    align-items: center;
}

@media(max-width:768px) {
    .essay {
        width: 35em;
        max-width: 70%;
    }
}

.essay p{
    display: block;
    text-align: justify;
    margin: 1em 0em;
}



.essay-image {
    border-radius: 15px;
    overflow: hidden;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    box-shadow: 0 0 0.5em 0 var(--black-alpha75);
    transition: transform 0.2s;
}

.essay-image:hover {
    transform: scale(1.05);
}

.essay-title {
    margin-top: 0.75em;
    font-weight: 600;
    text-align: center;
}

.card-image {
    border-radius: 4% / 3%;
    -webkit-tap-highlight-color: transparent;
    -khtml-user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    box-shadow: 0 0 0.5em 0 var(--black-alpha75);
}

.card-image:focus {
    outline: none !important;
}

.card-scale {
    transition: transform 0.2s;
}

.card-scale:hover {
    transform: scale(1.05);
}

.card-scale-desktop-only {
    transition: transform 0.2s;
}

@media (hover: hover) and (pointer: fine) {
    /* only allow for desktop */
    .card-scale-desktop-only:hover {
        transform: scale(1.05);
    }
}

.landscape-gif {
    -webkit-tap-highlight-color: transparent;
    -khtml-user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    display: block;
    margin: 1em auto !important;
    max-width: min(400px, 100%);
}

.card-flip {
    padding: 2px;
    -webkit-tap-highlight-color: transparent;
    -khtml-user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative
}

.flip-button {
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    width: 30px;
    height: 30px;
    top: 100%;
    z-index: 10
}

.flip-button,
.flip-button:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.flip-button:before {
    content: "";
    background-color: var(--black);
    border-radius: 50%;
    border: 2px solid #313640;
    width: 40px;
    height: 40px;
    top: 50%;
    transition: transform .5s ease;
    z-index: -1
}

.flip-button:hover:before {
    transform: translateX(-50%) translateY(-50%) scale(1.12)
}

.flip-button-circle {
    display: flex;
    width: 18px;
    height: 24px
}

@media (hover: hover) and (pointer: fine) {

    /* only allow flip for desktop */
    .card-flip:active .card-flip-inner {
        transform: rotateY(180deg)
    }
}


.card-flip-inner {
    padding-bottom: 136.5%;
    cursor: pointer;
    perspective: var(--v-flip-perspective);
    transition-duration: var(--v-flip-wrapper-duration);
    transition-property: transform;
    transition-timing-function: var(--v-flip-wrapper-timing-function);
    transition: transform 0.8s;
    transform-style: preserve-3d;
    will-change: transform;
    outline: none;
    height: 100%;
    max-width: 100%
}

.card-back,
.card-front {
    height: 100%;
    max-width: 100%;
    position: absolute;
    outline: none;
    transition-duration: var(--v-flip-duration);
    transition-property: transform;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

.card-back {
    transform: rotateY(180deg)
}

.swiper {
    touch-action: pan-x pan-y;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: var(--swiper-overflow, visible);
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box; 
    transform: translateZ(0)
}

.swiper-wrapper-rules {
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    justify-content: flex-start;
    flex-direction: row;
    transform: translateZ(0);
}

@media(min-width:768px) {
    .swiper-wrapper-rules {
        justify-content: space-around;

    }
}

@media(min-width:1200px) {
    .swiper-wrapper-rules {
        justify-content: center;
    }
}

.swiper-slide-rules {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    position: relative;
    transition-property: transform
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.subscribe-form__inputs {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1em;
    column-gap: 1em;
}

.input-wrapper {
    flex-grow: 1;
    position: relative;
    border: 1px solid #c8bfd4;
    border-radius: 0;
}

@media(min-width:540px) {
    .subscribe-form__inputs {
        justify-content: space-between;
    }
}

.input-wrapper label {
    position: absolute;
    margin-top: -1.25em;
    font-size: 0.85rem;
    color: #6e6e6e;
    transition: all 100ms;
    cursor: text;
    pointer-events: none;
    letter-spacing: initial;
}

.input-wrapper input,
.input-wrapper textarea,
.input-wrapper select {
    margin: 0;
    border: 0;
    padding-top: calc(1rem);
    padding-bottom: calc(1rem);
    width: 100%;
    color: inherit;
    letter-spacing: initial;
}

.input-wrapper textarea {
    width: calc(100% - 5px);
}

.input-wrapper-with-overlay-link .input-overlay-link {
    display: block;
    margin-top: 15px;
    text-align: right;
}

@media only screen and (min-width: 480px) {
    .input-wrapper-with-overlay-link {
        position: relative;
        text-align: left;
    }

    .input-wrapper-with-overlay-link input {
        width: 50%;
    }

    .input-wrapper-with-overlay-link .input-overlay-link {
        font-size: 1rem;
        line-height: 1em;
        display: flex;
        align-items: center;
        position: absolute;
        right: 15px;
        top: 0;
        height: 100%;
        max-width: calc(50% - 15px);
        margin-top: 0;
    }
}

.form-row {
    margin: 15px 0;
}

.input-wrapper input:-webkit-autofill {
    animation-name: onAutoFillStart;
    transition: background-color 50000s ease-in-out 0s;
    background: transparent;
}

.subscribe-form__heading,
.subscribe-form__text {
    margin-top: 1.5em;
    margin-bottom: 2.5em;
    text-align: center;
}

.subscribe-form__inputs .input-wrapper {
    border-top-color: transparent;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px solid rgba(255, 255, 255, 0.75);
    border-radius: 0;
    padding-left: 0;
}

.subscribe-form__inputs .input-wrapper label {
    color: rgba(255, 255, 255, 0.75);
}

.subscribe-form__inputs .subscribe-form__email {
    border: 0;
    border-radius: 0;
    color: #ffffff;
    font-size: 1em;
    padding: 0.3em 0 0;
    width: 100%;
    padding-left: 0;
    transition: background-color 0.2s;
    background: transparent;
}

.subscribe-form__inputs .subscribe-form__email:focus {
    outline: 0;
}

.subscribe-form__inputs .subscribe-form__email::placeholder {
    color: #ffffff;
    opacity: 0.75;
}

.subscribe-form__response {
    display: flex;
    justify-content: center;
}

.subscribe-form-box {
    max-width: min(calc(600px + 4em), 90vw);
    margin: 0 auto;
    padding: 2em;
    border-radius: 1.25rem;
    box-shadow: 0em 0em 1em var(--black);
    background-image: linear-gradient(rgba(97, 97, 97, 0.8),rgba(23, 23, 23, 0.8)), url("./images/battle-1023x600-100.webp");
    background-size: cover;
    background-position: 40% 10%;
    text-shadow: 0px 0px 5px var(--black-alpha75);
}

button,
input[type=submit],
.btn,
.btn--primary {
    -moz-user-select: "none";
    -ms-user-select: "none";
    -webkit-user-select: "none";
    user-select: "none";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    font-size: 1rem;
    font-weight: 800;
    font-family: var(--medium-font-family);
    padding: 0.4em 1em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
    border-radius: 1rem/75%;
    border: 0;
    letter-spacing: inherit;
    white-space: normal;
    border: 3px solid var(--theme-accent-color);
    background-color: var(--theme-primary-color--210);
    color: var(--white);
    box-shadow: 0 0 10px 0px var(--black-alpha75);
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

button:hover,
input[type=submit]:hover,
.btn:hover,
.btn--primary:hover {
    background-color: var(--theme-primary-color--420);
}

button[disabled],
input[type=submit][disabled],
.btn[disabled],
.btn--primary[disabled] {
    opacity: 0.5;
}

button.btn--secondary,
button.btn--quicklook,
input[type=submit].btn--secondary,
input[type=submit].btn--quicklook,
.btn.btn--secondary,
.btn.btn--quicklook {
    border: 3px solid var(--white);
    background-color: var(--theme-primary-color--440);
    color: var(--white);
    box-shadow: none;
}

button.btn--secondary:hover,
button.btn--quicklook:hover,
input[type=submit].btn--secondary:hover,
input[type=submit].btn--quicklook:hover,
.btn.btn--secondary:hover,
.btn.btn--quicklook:hover {
    background-color: var(--theme-primary-color--420);
    color: var(--white);
}

button.btn--subtle-hover:hover,
input[type=submit].btn--subtle-hover:hover,
.btn.btn--subtle-hover:hover {
    box-shadow: 0 0 0 1px #8048d1;
    background-color: #8048d1;
    color: #ffffff;
}

.btn--wide {
    min-width: 204px;
}

.btn.btn--fullwidth {
    width: calc(100% - 2px);
}

.btn--plain,

.btn--quicklook {
    margin-top: 30px;
}

@media(max-width:540px) {
    .btn.btn--secondary.subscribe-form__submit {
        width: 100%;
    }
}

.input-wrapper textarea {
    width: calc(100% - 5px);
}

.input-wrapper.is-empty:not(.in-focus) label,
.input-wrapper:empty:not(.in-focus) label {
    top: calc((24px + 1.4em) / 2);
    font-size: 1rem;
}


.widget-link {
    text-decoration: none;
}

.widget {
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 680px;
    max-height: 340px;
    /* overflow: hidden; */
    color: black;
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.widget-body-wrapper {
    width: 100%;
    height: auto;
    background-image: url("https://f.tabletopia.com/n/011/839/xha2dkqdnczzqcy1fn7lv6.png?width=1360&height=516&aspect_ratio=1360:516&format=jpeg&quality=80");
    background-size: 680px 258px;
}

.widget:hover .widget-body {
    width: 680px;
    height: 258px;
    background-image: url("https://f.tabletopia.com/assets/portal/static/9/areas/workshop/content/images/demozone/Widget/widget-bg-shadow.png?width=1360&height=516&aspect_ratio=1360:516");
    background-size: 680px 258px;
}

.widget-game-box {
    display: inline-block;
    width: 170px;
    height: 258px;
    background-image: url("https://f.tabletopia.com/assets/portal/static/9/areas/workshop/content/images/demozone/Widget/widget-shadow.png?width=340&height=516&aspect_ratio=340:516");
    background-size: 170px 258px;
    font: 0/0 a;
}

.widget-vertical-align-image-helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.widget-game-box-image {
    vertical-align: middle;
    width: 150px;
    height: 192px;
    margin-left: 20px;
}

.widget-play-button {
    display: inline-block;
    height: 258px;
    width: 231px;
    text-align: center;
    font: 0/0 a;
}

.widget-play-button-image {
    vertical-align: middle;
    width: 199px;
    height: 72px;
}

.widget-play-button-image-hover {
    display: none;
    vertical-align: middle;
    width: 244px;
    height: 118px;
}

.widget:hover .widget-play-button-image {
    display: none;
}

.widget:hover .widget-play-button-image-hover {
    display: inline;
}

.widget-tt-logo {
    display: inline-block;
    width: 112px;
    height: 258px;
    font: 0/0 a;
}

.widget-tt-logo-image {
    vertical-align: top;
    width: 97px;
    height: 90px;
    margin-right: 15px;
}

.widget-footer {
    margin-left: 20px;
    height: 82px
}

.widget-trim-text {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-title {
    padding-top: 3px;
    font-size: 22px;
    color: #9197A3;
}

.widget-subtitle {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    color: #9197A3;
}

.widget-serverurl {
    text-transform: uppercase;
    color: #9197A3;
    font-size: 12px;
}

.frame {
    width: 600px;
    max-width: 90%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 15px;
}

@media(min-width:768px) {
    .frame {
        max-width: none;
    }
}

.list {
    -webkit-text-fill-color: inherit;
    padding-inline-start: 0px;
    box-sizing: border-box;
    z-index: 1;
    height: auto;
    margin: 0 5%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
    position: static;
    list-style-type: none
}

@media(max-width:1250px) {
    .list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media(max-width:1024px) {
    .list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media(max-width:768px) {
    .list {
        margin: 0 10px;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        grid-template-columns: 1fr 1fr;
    }
}

.search {
    width: 400px;
    max-width: 80vw;
    position: relative;
    margin: 2em auto 2.5em;
    display: flex;
}

input#search {
    all: unset;
    background: #343434;
    border: 3px solid var(--white-alpha25);
    color: #fff;
    padding: 0.7em 2.25em 0.7em 1em;
    border-radius: 0.25em;
    width: 100%;
    justify-content: left;
    text-align: left;
}

button#clear-search {
    all: unset;
    position: absolute;
    right: 0.5em;
    top: 0.65em;
    height: 1.5em;
    width: 1.5em;
    color: #888;
    cursor: pointer;
    transition: color 180ms ease-in-out;
}

.nextprev {
    margin-top: 2em;
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

@media(min-width:768px) {
    .nextprev {
        width: 35em;
        max-width: 70%;
    }
}

.nextprev-arrow {
    z-index: 2;
    min-width: 30px;
    margin: auto 0;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1em;
}

@media(min-width:768px) {
    .nextprev-arrow {
        min-width: 70px;
    }
}

.nextprev-title {
    margin: 0.75em 0.75em;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1em;
    font-family: var(--medium-font-family);
}

.nextart {
    float: right;
    text-align: right;
    margin-left: 10px;
}

.prevart {
    float: left;
    text-align: left;
    margin-right: 10px
}

.nextart,
.prevart {
    width: min(200px, 40vw);
    min-width: 33%;
}

body {
    z-index: 1;
}

.hiddenMenu {
    text-decoration: none;
    color: #232323;

    transition: color 0.3s ease;
}

.hiddenMenu:hover {
    color: tomato;
}

.hamnav {
    padding: 0 0 0 1.2em;
}

#menuToggle {
    display: block;
    position: relative;
    top: -14px;
    /* right: -4px; */
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: relative;
    top: 28px;
    left: -4px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #cdcdcd;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked~span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    overflow-x: hidden;
    position: absolute;
    width: 250px;
    margin: -100px 0 0 0;
    padding: 50px;
    padding-top: 125px;
    right: -38%;
    height: 200svh;
    background: var(--theme-menu-color);
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    display: none;
    transform: none;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
    padding: 0.75em 0;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    overflow-x: hidden;
}

#menu a {
    color: var(--theme-nav-link-color);
}

#menu a:hover {
    color: var(--theme-link-color--active);
    text-decoration: none;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked~ul {
    transform: none;
    display: block;
    transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    opacity: 1;
}

/* Making the navbar responsive by CSS Media Queries */
@media(max-width:768px) {
    .menu-button-container {
        display: flex;
    }

    .menu {
        position: relative;
        top: 0;
        margin-top: 50px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    #menu-toggle~.menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
    }

    #menu-toggle:checked~.menu li {
        border: 1px solid #9f9a9a;
        height: 2.5em;
        padding: 0.5em;
    }

    .menu>li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: black;
        background-color: #E8E8E8;
    }

    .menu>li:not(:last-child) {
        border-bottom: 1px solid #444;
    }
}