body {margin: 0;font-family: "Nunito", sans-serif;}
img {max-width: 100%;}
.hidden {display: none !important;}
.hero-card .image img {
    min-height: 351px;
}

.hero-card .image {
    min-height: 300px;
}
.status-inner {
    display: flex;
    align-items: center;
}
.hero-card {
    align-items: center;
}

#terms .hero-card {
    background: #2d2f3a;
    border: 3px solid #4da6ff;
    border-radius: 12px;
    padding: 2rem;
    font-family: 'Nunito', sans-serif;
    color: #fff;
}

#terms h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-family: 'Bowlby One SC', cursive;
}

#terms h2 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    color: #4da6ff;
}

#terms p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0.5rem 0;
}

#terms a {
    color: #4da6ff;
    text-decoration: none;
}

#terms a:hover {
    color: #ffffff;
}

.button.primary {
    background: #fbcc46;
    box-shadow: inset 4px 4px 0 #ffe9ab, inset -4px -4px 0 #d98e00, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    color: #6e4100;
    text-shadow: 0px 2px 0px #ffeebd;
}

.button {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    font-family: "Bowlby One SC", sans-serif;
    height: 50px;
    background: #0097ff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    box-shadow: inset 4px 4px 0 #4dc3ff, inset -4px -4px 0 #006cb7, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    color: white;
    text-decoration: none !important;
    text-transform: uppercase;
    text-shadow: 0px 2px 0px #00000040;
}

.button.secondary {
    background: #4cc2ff;
    box-shadow: inset 4px 4px 0 #77e0ff, inset -4px -4px 0 #1a98d9, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    color: white;
    text-shadow: 0px 2px #056fb7;
}

.button:hover:before {
    animation: shine .5s linear;
    background-color: #ffffff4d;
    content: "";
    height: 200px;
    left: -100px;
    position: absolute;
    top: -100px;
    transform: rotate(30deg);
    width: 15px
}

.shine-loop:before {
    animation: shine 1s linear infinite
}

@keyframes shine {
    0% {
        left: -100px
    }

    to {
        left: calc(100% + 100px)
    }
}

#app {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f4fcff;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}
#content:Before {
    background: white;
}
#content {
    position: relative;
    z-index: 5;
    background: #fff;
}
.section.secondary {
    background: #ebf4f7;
}

.section {
    position: relative;
}

.wrapper--art:before{content:'';display:block;width:100%;position:absolute;left:0;right:0;background-color:inherit;mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;mask-position:bottom;-webkit-mask-position:bottom}.pointedSm:before{-webkit-mask-image:url('data:image/svg+xml,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="110.128" height="8.291" viewBox="0 0 110.128 8.291"><polygon points="55.064 .658 0 8.291 55.064 8.291 110.128 8.291 55.064 .658" fill="%23231f20" stroke-width="0"/></svg>');mask-image:url('data:image/svg+xml,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="110.128" height="8.291" viewBox="0 0 110.128 8.291"><polygon points="55.064 .658 0 8.291 55.064 8.291 110.128 8.291 55.064 .658" fill="%23231f20" stroke-width="0"/></svg>');-webkit-mask-size:110px 8px;mask-size:110px 8px;height:8px;top:-8px}.pointed:before{-webkit-mask-image:url('data:image/svg+xml,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="181.383" height="12.911" viewBox="0 0 181.383 12.911"><polygon points="90.691 0 0 12.911 90.691 12.911 181.383 12.911 90.691 0" fill="%23231f20" stroke-width="0"/></svg>');mask-image:url('data:image/svg+xml,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="181.383" height="12.911" viewBox="0 0 181.383 12.911"><polygon points="90.691 0 0 12.911 90.691 12.911 181.383 12.911 90.691 0" fill="%23231f20" stroke-width="0"/></svg>');-webkit-mask-size:181px 12px;mask-size:181px 12px;height:12px;top:-12px}


/* ================================= */
/* ================================= */

div#foot {
    background: #142443;
    position: relative;
    color: white;
    font-family: "Bowlby One SC", sans-serif;
    text-transform: uppercase;
    padding: 30px 0px;
    z-index: 5;
}
div#foot:before {
    background: #142443;
}
div#foot a {
    color: #ffffff;
    text-decoration: none !important;
}

.container.flex {
    display: flex;
    align-items: center;
}

div#foot .links {
    display: flex;
    gap: 100px;
}

div#foot .top {
    padding: 55px 0px;
}

div#foot .footer-logo {
    max-width: 300px;
}

div#foot .branding {
    margin-right: auto;
}

div#foot .links h1 {
    font-size: 20px;
    margin: 0px;
    color: #f8b800;
}

div#foot .link-col {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

div#foot .bottom .container {
    padding: 40px 0px;
    border-top: 1px solid #ffffff1c;
}

.flex .right {
    margin-left: auto;
}

div#foot .socials {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 20px;
}

div#foot .bottom .container p {
    margin: 0px;
}

div#foot .bottom .container small {
    display: block;
    margin-top: 5px;
    font-size: 15px;
    letter-spacing: .5px;
    color: #f8b800;
}

/* ================================= */
/* ================================= */

#head {
    padding-bottom: 110px;
    background: #1d96dd;
    padding-top: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#head:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(0deg, #006fbc, transparent);
    content: "";
}

#head .logo {
    max-width: 350px;
    cursor: pointer;
}

#head .container {
    position: relative;
    z-index: 5;
    padding-top: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#head .center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#head .below-logo {
    margin-top: 25px;
}

#head .below-logo .button {
    height: 60px;
    gap: 10px;
    align-items: center;
    font-weight: 900 !important;
}

#head .below-logo .button i {
    position: relative;
    top: 1px;
    font-size: 22px;
}

/* ================================= */
/* ================================= */

#nav {
    font-family: "Bowlby One SC", sans-serif;
    display: flex;
    align-items: center;
    height: 120px;
    background: #0000001f;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

#nav:before {
    top: initial;
    bottom: 0;
    background: #158cd4;
}

#nav .container {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    top: -4px;
}

#nav .container .left {
    display: flex;
    align-items: center;
    gap: 60px;
}

#nav .nav-links {
    display: flex;
    gap: 50px;
}

#nav .container .right {
    margin-left: auto;
    display: flex;
    gap: 15px;
}

#nav .nav-links a {
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0px 2px 0px #00000038;
}

#nav .nav-links a:hover {
    opacity: .75;
}

#nav .button {
    font-size: 19px;
    height: 56px;
}

#nav .button i {
    font-size: 20px;
}

.status-block {
    position: relative;
}

.status-block .status-circle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    margin: -5px;
    border-color: #25395e !important;
    width: 15px;
    height: 15px;
}

.status-block .button:hover {
    transform: none !important;
}

#nav .nav-links a {
    transition: all .15s ease;
}

html {
  scroll-behavior: smooth;
}

.image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-split .hero-card .image {
    position: relative;
    overflow: hidden;
    object-fit: cover;
}

.hero-card .image {
    position: relative;
    object-fit: cover;
}

.title-other {
    color: #2f3e5d !important;
}

#nav .nav-links a.active {
    color: #ffe9ab !important;
    text-shadow: 0px 0px 20px #fbcc4661 !important;
    opacity: 1 !important;
}

#nav .nav-links a.active i {
    color: #fbcc46;
}

#impressum .text {
    font-family: 'Nunito', sans-serif;
}

#impressum a {
    color: #00bcd4;
    text-decoration: none;
    transition: color 0.2s ease;
}

.section-title {
    text-shadow: 5px 5px 0 #e0eaed;
}

div#foot .footer-logo {
    display: block;
}

span#benj {
    width: 44px;
    display: block;
    position: relative;
    top: 4px;
    margin-left: -5px;
}

span#benj path {
    fill: #5e77a6;
}

section.watermark {
    border-left: 2px solid #2e3c589c;
    padding-left: 25px;
}

#nav .nav-links a.store {
    color: #daffaf;
}

#nav .nav-links a.store i {
    color: #9adf4a;
}

/* ================================= */
/* ================================= */
@media only screen and (min-width: 768px) {
    .hidden-desktop {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .watermark {
        display: none !important;
    }
    div#about {
        padding: 90px 0px !important;
        padding-top: 70px !important;
    }
    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    #foot .bottom .left {
        text-align: center;
    }
    .section-split {
        flex-direction: column;
        gap: 20px;
    }
    .section-end .hero-card h1,.section-end .hero-card p {
        text-align: center !important;
    }
    .hidden-mobile {
        display: none !important;
    }
    #nav .container .right {
        margin-right: auto;
    }    
    #head .container {
        padding-top: 55px;
    }
    div#head {
        padding-bottom: 65px;
    }
    .container {
        padding: 0 30px;
        width: auto;
    }
    
    .hero-card {
        flex-direction: column;
        display: block;
        text-align: center;
    }
    
    .hero-card .image {
        display: none;
    }
    
    .section-title {
        align-items: center;
        justify-content: center;
    }
    
    .section-title h1 {
        text-align: center;
    }
    
    #foot .bottom .left {
        order: 5;
    }
    
    div#foot .bottom .container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    #foot .bottom .right {
        margin-right: auto;
        margin-bottom: 25px;
    }
    
    .container.flex {
        flex-direction: column;
    }
    
    div#foot .branding {
        margin-left: auto;
        margin-bottom: 30px;
    }
}

/* ================================= */
/* ================================= */
.button:hover {
    transform: scale(1.02);
}

.button {
    transition: .12s linear all;
}

.button.primary span {
    margin-left: 6px;
    color: #b56e00;
}

.below-logo {
    display: flex;
    gap: 15px;
    font-size: 19px;
}

.continue-scrolling {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 5;
    text-align: center;
    font-size: 30px;
    color: #9cdaff4f;
}

.continue-scrolling a {
    color: inherit;
}

#head .center {
    padding-bottom: 40px;
}

#nav .nav-links a {
    display: flex;
    align-items: center;
    gap: 12px;
}

.head-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: .55;
    overflow: hidden;
}

.head-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div#head:before {
    background: linear-gradient(180deg, #158cd4, transparent);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 110px;
    content: "";
    z-index: 1;
}

div#nav {
    background: #25395e;
}


/* */

.section-title {
    font-family: "Bowlby One SC", sans-serif;
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
    gap: 5px;
}

.section-title h1 {
    margin: 0px;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1;
    color: #31b8fd;
}

.section {
    padding: 90px 0px;
}

.section-title small {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: 900;
    color: #000000;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.item {
    background: #ffffff;
    padding: 30px;
    flex: 1;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(205 212 215 / 28%);
    border-radius: 30px;
}

#nav {
    position: absolute !important;
}

.avatar img {
    max-width: 72px;
}

#purchases .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#purchases .item .text p {
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Bowlby One SC", sans-serif;
}

#purchases .item .text {}

#purchases .item .text small {font-size: 15px;font-weight: 800;color: #929ca0;}

.section.primary {
    background: white;
}

div#about {
    padding: 130px 0px;
}

.hero-card {
    display: flex;
    gap: 70px;
}

.hero-card .text h1 span {
    color: #f8b800;
}

.hero-card .text-wrap {
    flex: 1;
}

.hero-card .image {
    width: 42%;
    background: #ebf4f7;
    border-radius: 30px;
    overflow: hidden;
}

.hero-card .text-wrap p {
    font-size: 17px;
    color: #929ca0;
    line-height: 34px;
    font-family: "Bowlby One SC", sans-serif;
}

.hero-card .text h1 {
    font-size: 42px;
    text-transform: uppercase;
    line-height: 1;
    color: #31b8fd;
    font-family: "Bowlby One SC", sans-serif;
}

.hero-card .text h1 {
    text-shadow: 5px 5px 0 #e0eaed;
}

.hero-card .actions .button {
    height: 70px;
    font-size: 21px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-card .actions .button i {
    position: relative;
    top: 1px;
}
.hero-card .actions {
    margin-top: 30px;
}

.status-circle {
    width: 12px;
    height: 12px;
    background: #00ff14;
    border-radius: 100px;
    margin-right: 12px;
    box-shadow: 0px 0px 20px #00ff14 !important;
    border: 2px solid #00c50f !important;
}

/* */
.secondary .hero-card .image {
    background: #dbe6e9;
}

.section-split {
    display: flex;
    gap: 60px;
}

.section-split .hero-card {
    flex-direction: column;
    gap: 0px;
}

.section-split .hero-card .image {
    width: 100%;
    height: 200px;
}

.section-end .hero-card .image {
    order: 10;
}

.section-end .hero-card h1 {
    text-align: right;
}

.section-end .hero-card p {
    text-align: right;
}

.pointed:before {
    z-index: 10;
}