::root {
    --theme-color: #752bfa;
}

@media (prefers-color-scheme: dark) {
    ::root {
        --theme-color: #752bfa;
    }
}

body,
html {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 5;
}

body {
    display: flex;
}


body > appinstallscreen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #000000;
    z-index: 51;
}

body > appinstallscreen > content {
    position: relative;
    display: block;
    width: 100%;
    padding: 72px 22px 22px;
}

body > appinstallscreen > content > textwrap {
    position: relative;
    width: 100%;
    display: block;
}

body > appinstallscreen > content > textwrap > h1 {
    position: relative;
    display: block;
    margin: 0 0 22px 0;
    font-size: 34px;
    line-height: 1.12;
}


body > landing {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    z-index: 39;
    opacity: 1;
    transition: opacity .2s linear;
    background-position: center center;
    background-size: cover;
    padding: 85px 0;
}

@media(max-width: 800px) {
    body > landing {
        padding-bottom: unset;
    }
}


body > landing > bg {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
    padding: 0;
    margin: 0;
    mask-image: linear-gradient(to bottom, transparent 50%, black 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 50%, black 100%);
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s linear;
}


body > landing > bg > video,
body > landing > bg > img {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: 100vh;
    z-index: 0;
}

@media(max-width: 1200px) {

    body > landing > bg > video,
    body > landing > bg > img {
        left: 0;
        bottom: unset;
        top: 0;
        width: 100%;
        height: 100%;
        mask-image: linear-gradient(to bottom, transparent 0%, black 25%);
        -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 25%);
        opacity: 1;
        transition: unset;
        object-position: 75% center;
    }
}

@media(max-width: 700px) {

    body > landing > bg > video,
    body > landing > bg > img {
        mask-image: unset;
        -webkit-mask-image: unset;
    }
}

body > landing > scspinner {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    padding: 16px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, .15);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    z-index: 5;
}



body > landing > logo,
body > landing > a {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    padding: 32px 32px 22px;
    height: auto;
    padding: 32px;
    z-index: 1;
}

body > landing > a {
    font-weight: 600;
    justify-content: center;
    width: 100%;
    top: unset;
    bottom: 0;
    color: #000000;
    opacity: .2;
    font-size: 12px;
    text-align: center;
}

@media(max-width: 1200px) {
    body > landing > logo {
        width: 100%;
        justify-content: center;
    }

    body > landing > a {
        display: none;
    }
}



body > landing > logo {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 10px 0;
    margin: 0 0 24px 0;
    width: 60px;
}

body > landing > logo > svg {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    fill: var(--accent-color);
}

body > landing > logo > betatag {
    position: absolute;
    left: 10px;
    bottom: -4px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2px 0 1px 0;
    border: 2px solid var(--accent-color);
    font-family: "Inter", sans-serif;
    color: var(--accent-color);
    font-weight: 800;
    font-size: 8px;
    border-radius: 8px;
    line-height: .9;
    margin: 0;
    pointer-events: none;
    box-shadow: 0px 0px 0px 2px #f5f5f5;
    background: #f5f5f5;
}



body > landing > contentwrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-height: 650px;
    max-width: 800px;
    padding: 32px;
    margin: 0 auto;
    z-index: 2;
    opacity: 0;
    transition: opacity .12s linear;
}

@media(max-width: 800px) {
    body > landing > contentwrap {
        padding: 0 0 0;
        max-height: unset;
    }
}

body > landing > contentwrap > content {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

body > landing > contentwrap > content > card {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, .15);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    border: 1px solid #e0e0e0;
    transform: translate3d(0, 0, 0) scale(1.02);
    transition: opacity .4s cubic-bezier(0.215, 0.610, 0.355, 1), transform .4s cubic-bezier(0.215, 0.610, 0.355, 1);
}

@media(max-width: 800px) {
    body > landing > contentwrap > content > card {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

body > landing > contentwrap > content > card > contentwrap {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    transition: opacity .12s linear;
}

body > landing > contentwrap > content > card > contentwrap finput {
    padding: 8px 0;
}

body > landing > contentwrap > content > card > contentwrap finput:not(:last-child) {
    border: unset;
}

body > landing > contentwrap > content > card > contentwrap > titlewrap {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    margin: 0 0 0 20px;
    padding: 32px;
    border-bottom: 1px solid #e0e0e0;
}

body > landing > contentwrap > content > card > contentwrap > titlewrap > h3 {
    position: relative;
    display: block;
    width: 100%;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

@media(max-width: 800px) {
    body > landing > contentwrap > content > card > contentwrap > titlewrap > h3 {
        font-weight: 650;
        font-size: 22px;
    }
}

body > landing > contentwrap > content > card > contentwrap > content {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    flex: 1 1 100%;
    overflow: auto;
    padding: 32px;
}

body > landing > contentwrap > content > card > contentwrap > content > * {
    margin: 16px 0;
}

body > landing > contentwrap > content > card > contentwrap > content > *:first-child {
    margin-top: 0;
}

body > landing > contentwrap > content > card > contentwrap > content > *:last-child {
    margin-bottom: 0;
}

body > landing > contentwrap > content > card > contentwrap > actions {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 32px;
    flex: 0 0;
    border-top: 1px solid #ececec;
}

@media(max-width: 800px) {
    body > landing > contentwrap > content > card > contentwrap > actions {
        padding-bottom: 52px;
    }

    body > landing > contentwrap > content > card > contentwrap > actions::before {
        position: absolute;
        left: 0;
        bottom: 26px;
        width: 100%;
        text-align: center;
        font-size: 12px;
        opacity: .5;
        content: 'copyright Alwin Lubbers Software 2019-2025';
    }
}

@media(max-width: 360px) {

    body > landing > contentwrap > content > card > contentwrap > content,
    body > landing > contentwrap > content > card > contentwrap > actions {
        padding: 16px;
    }

    body > landing > contentwrap > content > card > contentwrap > actions {
        padding-bottom: 52px;
    }
}

body > landing > contentwrap > content > card > contentwrap > actions > entry {
    position: relative;
    display: block;
    padding: 8px 16px;
    background: rgba(120, 120, 120, .2);
    border-radius: 8px;
    cursor: pointer;
}

@media(max-width: 800px) {
    body > landing > contentwrap > content > card > contentwrap > actions > entry {
        padding: 14px 26px;
        border-radius: 12px;
        flex: 1 1;
    }
}

body > landing > contentwrap > content > card > contentwrap > actions > entry:active {
    background: rgba(120, 120, 120, .3);
}

body > landing > contentwrap > content > card > contentwrap > actions > entry:not(:last-of-type) {
    margin-right: 8px;
}

body > landing > contentwrap > content > card > contentwrap > actions > entry > content {
    position: relative;
    display: flex;
    align-items: center;
    pointer-events: none;
}

@media(max-width: 800px) {
    body > landing > contentwrap > content > card > contentwrap > actions > entry > content {
        justify-content: center;
    }
}

body > landing > contentwrap > content > card > contentwrap > scspinner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}


body > landing > contentwrap > content > textwrap {
    position: relative;
    display: block;
    width: 100%;
    padding: 32px 64px;
    transform: translate3d(20px, 0, 0);
    opacity: 0;
    transition: opacity .4s cubic-bezier(0.215, 0.610, 0.355, 1), transform .4s cubic-bezier(0.215, 0.610, 0.355, 1);
}

body > landing > contentwrap > content > textwrap > h4 {
    position: relative;
    display: block;
    margin: 0 0 16px 0;
    font-weight: 600;
    opacity: .7;
}


body > landing > contentwrap > content > card > contentwrap > content > sbutton {
    position: relative;
    width: 100%;
}

body > landing > contentwrap > content > card > contentwrap > content > salert > contentwrap {
    border-radius: 8px;
    padding: 16px;
}

body > landing sbutton > img,
body > landing sbutton > icon {
    margin-right: 16px;
    font-size: 28px;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
}



/* ---- Recovery specific ---- */

body > landing > contentwrap > content > card > contentwrap.recovery-reinstall logowrap,
body > landing > contentwrap > content > card > contentwrap.setup-update logowrap {
    position: relative;
    display: flex;
    width: 100%;
    height: 142px;
    justify-content: center;
    pointer-events: none;
}

body > landing > contentwrap > content > card > contentwrap.recovery-reinstall logowrap > content,
body > landing > contentwrap > content > card > contentwrap.setup-update logowrap > content {
    position: relative;
    display: block;
    width: 142px;
    height: 142px;
}

body > landing > contentwrap > content > card > contentwrap.recovery-reinstall logowrap > content > icon,
body > landing > contentwrap > content > card > contentwrap.setup-update logowrap > content > icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 64px;
    height: 64px;
    background: #ffffff;
    padding: 4px;
    font-size: 56px;
    border-radius: 50%;
    color: #000000;
    z-index: 1;
}

body > landing > contentwrap > content > card > contentwrap.recovery-reinstall logowrap > content > img,
body > landing > contentwrap > content > card > contentwrap.setup-update logowrap > content > img {
    position: relative;
    display: block;
    width: 142px;
    height: 142px;
    object-fit: contain;
    object-position: center center;
    z-index: 0;
}

body > landing > contentwrap > content > card > contentwrap > content.recovery-main sbutton:not(:hover) {
    background: unset;
}

body > landing > contentwrap > content > card > contentwrap > content.recovery-main sbutton > content > p {
    text-align: left;
}





body > landing > contentwrap > content > card > contentwrap.recovery-signin logo {
    position: relative;
    display: flex;
    width: 100%;
    height: 38px;
    justify-content: center;
    pointer-events: none;
    margin: 64px 0 32px 0;
}

body > landing > contentwrap > content > card > contentwrap.recovery-signin logo > svg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}


/* ---- Setup specific ---- */

body > landing > contentwrap > content > card > contentwrap > content sbox > textwrap > h1,
body > landing > contentwrap > content > card > contentwrap > content sbox > textwrap > h2,
body > landing > contentwrap > content > card > contentwrap > content sbox > textwrap > h3,
body > landing > contentwrap > content > card > contentwrap > content sbox > textwrap > h4,
body > landing > contentwrap > content > card > contentwrap > content sbox > textwrap > h5 {
    font-weight: 700;
}

body > landing > contentwrap > content > card > contentwrap > content.setup-welcome {
    display: flex;
    flex-direction: column;
}

body > landing > contentwrap > content > card > contentwrap > content.setup-welcome welcomeanim {
    position: relative;
    display: block;
    width: calc(100% + 64px);
    margin: -32px 0 0 -32px;
    height: 340px;
    overflow: hidden;
    flex: 1 0 340px;
}

body > landing > contentwrap > content > card > contentwrap > content.setup-welcome welcomeanim::before,
body > landing > contentwrap > content > card > contentwrap > content.setup-welcome welcomeanim::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%;
    display: block;
    content: '';
    z-index: 1;
}

body > landing > contentwrap > content > card > contentwrap > content.setup-welcome welcomeanim::after {
    left: unset;
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5));
}

body > landing > contentwrap > content > card > contentwrap > content.setup-welcome welcomeanim::before {
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5));
}

body > landing > contentwrap > content > card > contentwrap > content.setup-welcome welcomeanim > h1 {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    opacity: 0;
    z-index: 0;

    background: linear-gradient(to bottom, #000, #555);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


body > landing > contentwrap > content > card > contentwrap > content.setup-welcome languagewrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1;
    text-align: center;
    padding: 32px 0 0 0;
}

body > landing > contentwrap > content > card > contentwrap > content.setup-welcome languagewrap > content {
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
}

body > landing > contentwrap > content > card > contentwrap > content.setup-welcome languagewrap > content > selectwrap {
    position: relative;
    display: block;
    border-radius: 8px;
    background: rgba(160, 160, 160, .12);
    padding: 8px 12px 8px 8px;
}

body > landing > contentwrap > content > card > contentwrap > content.setup-welcome languagewrap > content > selectwrap > select {
    position: relative;
    display: block;
}

body > landing > contentwrap > content > card > contentwrap > content.setup-diagnostic diagiconwrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px 0 64px;
    width: 100%;
    height: 70px;
}

body > landing > contentwrap > content > card > contentwrap > content.setup-diagnostic diagiconwrap::after {
    position: absolute;
    left: 0;
    top: -16px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff50 0%, #ffffff00 100%);
    content: '';
}

body > landing > contentwrap > content > card > contentwrap > content.setup-diagnostic diagiconwrap > content {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

body > landing > contentwrap > content > card > contentwrap > content.setup-diagnostic diagiconwrap > content > bar {
    position: relative;
    display: block;
    flex: 0 0 16px;
    margin: 0 4px;
    height: 0%;
    background: #aaaaaa;
    transition: height .4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 5000px;
}

body > landing > contentwrap > content > card > contentwrap > content.setup-diagnostic diagiconwrap.anim > content > bar {
    background: var(--accent-color);
}


body > landing > contentwrap > content > card > contentwrap > content.setup-diagnostic diagiconwrap.anim > content > bar:nth-child(1) {
    transition-delay: 0.1s;
    height: 40%;
}

body > landing > contentwrap > content > card > contentwrap > content.setup-diagnostic diagiconwrap.anim > content > bar:nth-child(2) {
    transition-delay: 0.2s;
    height: 70%;
}

body > landing > contentwrap > content > card > contentwrap > content.setup-diagnostic diagiconwrap.anim > content > bar:nth-child(3) {
    transition-delay: 0.3s;
    height: 100%;
}

body > landing > contentwrap > content > card > contentwrap > content.setup-diagnostic diagiconwrap.anim > content > bar:nth-child(4) {
    transition-delay: 0.4s;
    height: 80%;
}

body > landing legal {
    position: relative;
    display: block;
    width: 100%;
}

body > landing legal h1,
body > landing legal h2,
body > landing legal h3,
body > landing legal h4,
body > landing legal h5 {
    position: relative;
    display: block;
    margin: 42px 0 8px 0;
    font-weight: 600;
}

body > landing legal ol {
    position: relative;
    display: block;
    margin: 8px 0 0 32px;
    color: #505050;
    font-size: 14px;
}

body > landing legal ol li {
    margin: 8px 0;
}

body > landing legal a {
    position: relative;
    margin: 0;
    font-size: 14px;
}

body > landing legal p {
    margin: 8px 0;
}


body > landing > contentwrap > content > card > contentwrap.setup-systemapps > content salert {
    margin-bottom: 10px;
}

body > landing > contentwrap > content > card > contentwrap.setup-systemapps > content entry {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
}

body > landing > contentwrap > content > card > contentwrap.setup-systemapps > content entry > iconwrap {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    margin: 0 16px 0 0;
    border-radius: 20%;
    overflow: hidden;
    background: rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .1);
}

body > landing > contentwrap > content > card > contentwrap.setup-systemapps > content entry > iconwrap > img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: opacity .12s linear;
    object-fit: cover;
    object-position: center center;
}

body > landing > contentwrap > content > card > contentwrap.setup-systemapps > content entry > content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    flex: 1 1 100%;
    padding: 4px 0;
}

body > landing > contentwrap > content > card > contentwrap.setup-systemapps > content entry > content::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ececec;
    content: '';
}

body > landing > contentwrap > content > card > contentwrap.setup-systemapps > content entry > content > icon {
    position: relative;
    display: block;
    color: #888888;
    opacity: 0;
    transition: opacity .12s linear;
}

body > landing > contentwrap > content > card > contentwrap.setup-systemapps > content entry > content > textwrap {
    position: relative;
    display: block;
    width: 100%;
}

body > landing > contentwrap > content > card > contentwrap.setup-systemapps > content entry > content > textwrap > h5 {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 2px 0;
    font-weight: 600;
    font-size: 16px;
}

body > landing > contentwrap > content > card > contentwrap.setup-systemapps > content entry > content > textwrap > p {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    font-size: 14px;
}

body > landing > contentwrap > content > card > contentwrap.registration-password > content passcheck {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 4px 0;
}

body > landing > contentwrap > content > card > contentwrap.registration-password > content passcheck:first-of-type {
    margin-top: 8px;
}

body > landing > contentwrap > content > card > contentwrap.registration-password > content passcheck > check {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin: 0 6px 0 0;
    background: #505050;
    border-radius: 50%;
    transform: translate3d(0, 0, 0) scale(.2);
    transition: transform .12s cubic-bezier(0.215, 0.610, 0.355, 1), background .12s cubic-bezier(0.215, 0.610, 0.355, 1);
}

body > landing > contentwrap > content > card > contentwrap.registration-password > content passcheck.a > check {
    background: var(--color-green);
    transform: translate3d(0, 0, 0) scale(1);
}

body > landing > contentwrap > content > card > contentwrap.registration-password > content passcheck > check > icon {
    position: relative;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    padding: 2px 0 0 0;
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
    transition: opacity .12s cubic-bezier(0.215, 0.610, 0.355, 1), transform .12s cubic-bezier(0.215, 0.610, 0.355, 1);
}

body > landing > contentwrap > content > card > contentwrap.registration-password > content passcheck.a > check > icon {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
}

/* ---- Menu ---- */

body > icon {
    position: absolute;
    left: -200px;
    top: -200px;
}

body > menubg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 4;
}

body > menu {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    flex: 0 0 60px;
    background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 48px);
    border-right: 1px solid #eeeeee;
    z-index: 5;
}

body > menu > sheetbg {
    position: absolute;
    left: 0;
    top: -1px;
    right: -1px;
    bottom: 0;
    background: rgb(155, 155, 155);
    opacity: 0;
    transition: opacity .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    z-index: 2;
}



body > menu > mobile {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    opacity: 1;
    border-top: 1px solid #eeeeee;
    transition: opacity .4s cubic-bezier(0.215, 0.610, 0.355, 1);
}

body > menu > mobile > content {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex: 1 1 100%;
    transition: opacity .12s linear;
}

body > menu > mobile > content:active {
    transition: unset;
    opacity: .7 !important;
}

body > menu > mobile > content > icon:first-of-type {
    position: relative;
    display: block;
    flex: 0 0 20px;
    height: 20px;
    margin: 0 12px 0 0;
    color: var(--accent-color);
    cursor: pointer;
}

@media(max-width: 360px) {
    body > menu > mobile > content > icon:first-of-type {
        margin: 0 8px 0 0;
    }
}

body > menu > mobile > content > icon svg {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    fill: var(--accent-color);
    stroke: var(--accent-color);
    stroke-width: 1;
}

body > menu > mobile > content > icon:last-of-type {
    position: relative;
    display: block;
    flex: 0 0 14px;
    margin: 0 0 0 8px;
    font-size: 14px;
    color: #222222;
    opacity: .5;
    cursor: pointer;
}


body > menu > mobile > content > h6 {
    position: relative;
    display: block;
    margin: 0;
    flex: 0 0;
    color: #222222;
    cursor: pointer;
    white-space: nowrap;
}

@media(max-width: 360px) {
    body > menu > mobile > content > h6 {
        font-size: 14px;
        font-weight: 500;
    }
}


body > menu > mobile > user {
    position: relative;
    width: unset;
    flex: 0 0 auto;
    padding: 0;
    display: inline-flex;
    align-items: center;
    flex-grow: 0;
}


body > menu > mobile > user > profilepic > p {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    font-size: 10px;
    font-weight: 600;
}

body > menu > mobile > user > h6 {
    position: relative;
    margin: 0;
}

@media(max-width: 1200px) {
    body > menu > mobile > user > profilepic {
        position: relative;
        flex: 0 0 28px;
        width: 28px;
        height: 28px;
        margin: 0 0 0 12px;
        overflow: hidden;
    }

    body > menu > mobile > user > profilepic > p {
        font-size: 12px;
    }
}


@media(max-width: 600px) {
    body > menu > mobile > user > h6 {
        display: none;
    }
}

body > menu > contentwrap {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

body > menu > contentwrap > content {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    flex: 1 1 100%;
}

body > menu > contentwrap > content > logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 10px 0;
    margin: 0 0 10px 0;
    width: 60px;
}

body > menu > contentwrap > content > logo > svg {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    fill: var(--accent-color);
}

body > menu > contentwrap > content > logo > betatag {
    position: absolute;
    left: 10px;
    bottom: -4px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2px 0 1px 0;
    border: 2px solid var(--accent-color);
    font-family: "Inter", sans-serif;
    color: var(--accent-color);
    font-weight: 800;
    font-size: 8px;
    border-radius: 8px;
    line-height: .9;
    margin: 0;
    pointer-events: none;
    box-shadow: 0px 0px 0px 2px #f7f7f7;
    background: #f7f7f7;
}

body > menu > contentwrap > content > apps {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 10px;
}

body > menu > contentwrap > content > apps > bundle {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0px;
}

body > menu > contentwrap > content > apps > bundle:not(:last-of-type) {
    border-bottom: 1px solid rgba(125, 125, 125, .2);
}


body > menu > contentwrap > content > apps entry {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 10px;
    cursor: pointer;
}

body > menu > contentwrap > content > apps entry:not(:last-of-type) {
    margin-bottom: 1px;
}


@media(min-width: 1000px) {
    body > menu > contentwrap > content > apps entry:not(.a):hover {
        background: rgba(155, 155, 155, .15);
    }
}

body > menu > contentwrap > content > apps entry:not(.a):active {
    background: rgba(155, 155, 155, .3);
}



body > menu > contentwrap > content > apps entry > h6 {
    display: none;
}

@media(min-width: 1201px) {
    body > menu > contentwrap > content > apps entry > h6 {
        position: absolute;
        left: 64px;
        top: 0;
        display: flex;
        align-items: center;
        white-space: nowrap;
        height: 100%;
        padding: 0 16px;
        border-radius: 10px;
        background: #f5f5f5;
        border: 1px solid #e0e0e0;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, .12);
        pointer-events: none;
        opacity: 0;
        transform: translate3d(-6px, 0, 0) scale(.98);
        transform-origin: left center;
        transition: opacity .08s linear, transform .2s cubic-bezier(0.215, 0.610, 0.355, 1);
    }

    body > menu > contentwrap > content > apps entry.a > h6 {
        border-color: var(--accent-color);
    }

    @supports (-webkit-backdrop-filter: blur(20px) saturate(150%)) {
        body > menu > contentwrap > content > apps entry > h6 {
            background: #f5f5f5f0;
            -webkit-backdrop-filter: blur(12px) saturate(150%);
            backdrop-filter: blur(12px) saturate(150%);
        }
    }
}

body > menu > contentwrap > content > apps entry > iconwrap {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    margin: 0;
}

body > menu > contentwrap > content > apps entry > iconwrap > svg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #707070;
    fill: #707070;
    shape-rendering: geometricPrecision;
    padding: 0;
    transform: translate3d(0, 0, 0) scale(.85);
    transition: transform .2s cubic-bezier(0.1, 0.5, 0.44, 1);
}

body > menu > contentwrap > content > apps entry.a {
    background: rgba(155, 155, 155, .15);
}

body > menu > contentwrap > content > apps entry.a > iconwrap > svg {
    transition: transform .25s cubic-bezier(.43, 0, .2, 1.8);
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
    stroke-width: 1.2;
    stroke: var(--accent-color);
    fill: var(--accent-color);
}

@media(min-width: 1000px) {
    body > menu > contentwrap > content > apps entry:not(.a):hover > iconwrap > svg {
        fill: #444444;
        stroke: #444444;
        transform: translate3d(0, 0, 0) scale(.9);
    }
}

body > menu > contentwrap > content > apps entry:not(.a):active > iconwrap > svg {
    transform: translate3d(0, 0, 0) scale(.75);
}

body > menu user {
    position: relative;
    display: block;
    width: 100%;
    padding: 16px 10px;
    z-index: 1;
}

body > menu user > content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
}

body > menu user > content:active {
    background: #f0f0f0;
}

body > menu user profilepic {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    color: #ffffff;
    flex: 0 0 32px;
    pointer-events: none;
    z-index: 3;
}

body > menu user profilepic::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--accent-color);
    content: '';
    z-index: 0;
}

body > menu user profilepic::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, .5), rgba(255, 255, 255, .75) 100%);
    content: '';
    z-index: 1;
}

body > menu user profilepic > p {
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1.25;
    color: #00000090;
    font-size: 13px;
    font-weight: 700;
    z-index: 2;
}

body > menu user > content > textwrap {
    position: relative;
    display: block;
    flex: 1 1 100%;
    pointer-events: none;
    padding: 0 8px;
}

body > menu user > content > textwrap > h6 {
    position: relative;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

body > menu user > content > textwrap > p {
    position: relative;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    color: #666666;
    font-size: 14px;
}

body > menu user > content > icon {
    position: relative;
    display: block;
    font-size: 18px;
    color: #888888;
    pointer-events: none;
}

@media(max-width: 1200px) {
    body {
        display: block;
    }

    body > menu {
        position: fixed;
        left: 0;
        bottom: 0;
        height: 70px;
        max-width: unset;
        border-right: unset;
        border-top-right-radius: unset;
        border-bottom-right-radius: unset;
        overflow: hidden;
        transition: box-shadow .4s cubic-bezier(0.215, 0.610, 0.355, 1), height .4s cubic-bezier(0.215, 0.610, 0.355, 1), border-top-left-radius .4s cubic-bezier(0.215, 0.610, 0.355, 1), border-top-right-radius .4s cubic-bezier(0.215, 0.610, 0.355, 1);
        z-index: 6;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        overflow: hidden;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, .2);
        background: #ffffff;
        border: unset;
    }

    body > menu > mobile {
        display: flex;
    }

    body > menu > contentwrap {
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        opacity: 0;
        pointer-events: none;
        width: 100%;
        height: 100%;
        flex: 1 1 100%;
        pointer-events: none;
        transform: translate3d(0, 0, 0);
    }

    body > menu > contentwrap > content {
        overflow: auto;
    }

    body > menu > contentwrap > content > logo {
        margin: 0 auto 16px;
    }

    body > menu > contentwrap > content > apps {
        position: relative;
        display: block;
        width: 100%;
    }

    body > menu > contentwrap > content > apps > bundle {
        position: relative;
        display: block;
        width: 100%;
        padding: 10px 16px;
    }


    body > menu > contentwrap > content > apps entry {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: unset;
        padding: 8px 12px;
        border-radius: 8px;
        cursor: pointer;
    }


    body > menu > contentwrap > content > apps entry > h6 {
        position: relative;
        display: block;
        color: #222222;
        cursor: pointer;
        font-weight: 400;
        margin: 0;
        display: block;
    }


    body > menu > contentwrap > content > apps entry > iconwrap {
        position: relative;
        display: block;
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
        margin: 0 12px 0 0;
    }

    body > menu > contentwrap > content > apps entry > iconwrap > svg {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        stroke-width: .5;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke: var(--accent-color);
        fill: var(--accent-color);
        transform: translate3d(0, 0, 0) scale(1);
        shape-rendering: geometricPrecision;
        padding: 2px;
    }

    body > menu > contentwrap > content > apps entry.a {
        background: #eeeeee;
    }

    body > menu > contentwrap > content > apps entry.a > iconwrap > svg {
        stroke-width: 1;
    }

    body > menu > contentwrap > content > apps entry.a > h6 {
        color: #000000;
    }

    body > menu > contentwrap > user {
        display: none;
    }
}

@media(max-width: 360px) {
    body > menu {
        height: 48px;
        flex: 0 0 48px;
        padding-bottom: 0;
    }

    body > menu > contentwrap > content > apps entry {
        padding: 5px 8px;
    }

    body > menu > contentwrap > content > apps > bundle {
        padding: 8px;
    }
}


@media(max-width: 700px) {
    body > menu {
        border-top: unset;
    }
}

@media(min-width: 800px) and (max-width: 1200px) {
    body > menu {
        height: 64px;
    }
}



beamhandoff {
    position: relative;
    display: block;
    width: 100%;
    margin: 4px 0 0 0;
    padding: 12px 0 8px;
    border-top: 1px solid #eeeeee;
}

beamhandoff > p {
    position: relative;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 8px;
    padding: 0 16px;
}



beamdevices {
    position: relative;
    display: block;
    width: 100%;
}

beamdevices > titlewrap {
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
}

beamdevices > titlewrap > h6 {
    position: relative;
    display: block;
    font-weight: 700;
}

beamdevices > content {
    position: relative;
    display: block;
    width: 100%;
}

beamdevices.grid > content {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

beamdevices > content > entry {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    padding: 4px;
}

beamdevices.grid > content > entry {
    height: 116px;
}

beamdevices:not(.grid) > content > entry:not(:last-of-type) {
    margin-bottom: 8px;
}

beamdevices > content > entry > content {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

beamdevices.grid > content > entry > content {
    display: block;
}

beamdevices > content > entry > content > iconwrap {
    position: relative;
    display: block;
    width: 48px;
    height: auto;
    flex: 0 0 48px;
    margin: 0 8px 0 0;
    cursor: pointer;
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
}

beamdevices.grid > content > entry > content > iconwrap {
    width: 80px;
    height: 80px;
    flex: unset;
    margin: 0 auto 8px;
}

beamdevices > content > entry > content > iconwrap > bg {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(#fff, var(--accent-color));
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s linear, background .2s linear;
}

beamdevices > content > entry.a > content > iconwrap > bg {
    opacity: 1;
    animation: beamhandoffBgSpinner 2s linear infinite;
}

beamdevices > content > entry.a > content > iconwrap > bg::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--accent-color);
    opacity: 0;
    animation: beamhandoffBgIn 1s linear;
    content: '';
}

beamdevices > content > entry.e > content > iconwrap > bg {
    background: var(--color-red);
    opacity: 1;
}

@keyframes beamhandoffBgIn {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes beamhandoffBgSpinner {
    from {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    to {
        transform: translate3d(0, 0, 0) rotate(360deg);
    }
}


beamdevices > content > entry > content > iconwrap > content {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #e6e6e6;
    overflow: hidden;
    padding: 6px;
    pointer-events: none;
    transform: translate3d(0, 0, 0);
    transition: box-shadow .4s cubic-bezier(0.215, 0.610, 0.355, 1), transform .4s cubic-bezier(0.215, 0.610, 0.355, 1), background .4s cubic-bezier(0.215, 0.610, 0.355, 1);
    box-shadow: 0px 0px 0px var(--accent-color);
}

beamdevices.grid > content > entry > content > iconwrap > content {
    padding: 10px;
}

@media(max-width: 400px) {
    beamdevices.grid > content > entry > content > iconwrap > content {
        padding: 8px;
    }
}

beamdevices > content > entry:active > content > iconwrap > content {
    transition: unset;
    background: #cccccc;
}


beamdevices > content > entry.a > content > iconwrap > content {
    background: #ffffff;
    transform: translate3d(0, 0, 0) scale(.9);
    box-shadow: 0px 0px 8px var(--accent-color);
    animation: beamhandoffIconBoxShadow 5s linear infinite .4s;
}

beamdevices > content > entry.e > content > iconwrap > content {
    transform: translate3d(0, 0, 0) scale(.9);
    box-shadow: 0px 0px 8px var(--color-red);
}

@keyframes beamhandoffIconBoxShadow {
    0% {
        box-shadow: 0px 0px 8px var(--accent-color);
    }

    50% {
        box-shadow: 0px 0px 0px var(--accent-color);
    }

    100% {
        box-shadow: 0px 0px 8px var(--accent-color);
    }
}

beamdevices > content > entry > content > iconwrap > content > img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: contain;
    margin: 0;
    padding: 0;
}

beamdevices > content > entry > content > p {
    position: relative;
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000000;
    font-weight: 500;
    opacity: .7;
    transition: opacity .12s linear;
    pointer-events: none;
    font-size: 15px;
}

beamdevices.grid > content > entry > content > p {
    text-align: center;
    font-size: 13px;
}

@media(max-width: 335px) {
    beamdevices.grid > content > entry > content > p {
        text-align: center;
        font-size: 12px;
    }
}


body > beamsend,
body > filepicker {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

body > beamsend > bg,
body > filepicker > bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(155, 155, 155);
    opacity: 0;
    transition: opacity .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media(max-width: 799px) {

    body > beamsend > bg,
    body > filepicker > bg {
        background: linear-gradient(to top, #e5e5e5 0%, #e5e5e5 92%, #ffffff 100%);
    }
}

body > beamsend > card,
body > filepicker > card {
    position: relative;
    width: unset;
    height: unset;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    z-index: 3;
    border-radius: 20px;
    width: 450px;
    max-height: 100%;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, .1);
}

body > filepicker > card {
    display: block;
    padding: 16px;
}

body > beamsend > card::before,
body > filepicker > card::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    border-radius: 20px;
    border: 1px solid rgba(175, 175, 175, .75);
    z-index: 3;
    content: '';
    pointer-events: none;
}

@media(max-width: 799px) {

    body > beamsend,
    body > filepicker {
        padding-top: 52px;
    }

    body > beamsend > card,
    body > filepicker > card {
        box-shadow: 0px 0px 52px rgba(0, 0, 0, .12);
    }

    body > beamsend > card,
    body > beamsend > card::before,
    body > filepicker > card,
    body > filepicker > card::before {
        justify-content: space-between;
        min-width: unset;
        max-width: unset;
        min-height: unset;
        max-height: unset;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        height: 100%;
        width: 100%;
    }
}

@media(max-width: 500px) {

    body > beamsend > card {
        padding-right: 0;
        padding-left: 0;
    }
}


body > beamsend > card > part {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    z-index: 1;
}

body > beamsend > card > part:last-of-type {
    padding: 16px;
}

@media (max-width: 441px) and (min-width: 321px) {
    body > beamsend > card > part:last-of-type {
        padding-bottom: 32px;
    }
}

body > beamsend > card > part > deviceimage {
    position: relative;
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto 32px;
    background: #ffffff;
}

@media(max-width: 500px) {
    body > beamsend > card > part > deviceimage {
        width: 164px;
        height: 164px;
    }
}

body > beamsend > card > part > deviceimage > bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: #ffffff;
    transition: background .35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

body > beamsend > card > part > deviceimage > img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    margin: 0;
    padding: 0;
    transform: translate3d(0, 0, 0) scale(1.1);
    transition: transform .35s cubic-bezier(0.215, 0.610, 0.355, 1);
}

body > beamsend > card > part > textwrap {
    position: relative;
    display: block;
    padding: 32px 32px 0;
}


body > beamsend > card > part > textwrap > h3 {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    margin: 0 0 8px 0;
}

body > beamsend > card > part > textwrap > p {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    line-height: 1.4;
}


body > beamsend > card > part > splash,
body > beamsend > card > part > progr {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100px;
}

body > beamsend > card > part > progr {
    padding: 0 8px 8px;
}

body > beamsend > card > part > progr > p {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    color: #666666;
}

body > beamsend > card > part > progr > p:first-of-type {
    color: #111111;
    margin: 0 0 2px 0;
    font-size: 15px;
    font-weight: 500;
}

body > beamsend > card > part > progr > p:last-of-type {
    font-size: 13px;
}

body > beamsend > card > part > progr > progressbar {
    margin-bottom: 16px;
    margin-top: 0;
}

body > beamsend > card > part > progr > progressbar > textwrap {
    display: none;
}


body > beamsend > card > part > splash > sbutton,
body > beamsend > card > part > splash > slink {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    pointer-events: all;
}

body > beamsend > card > part > splash > sbutton {
    margin: 0 0 8px 0;
}

body > beamsend > card > part > splash > slink {
    padding: 8px 0;
}


@media(max-width: 799px) {
    body > beamsend > card > part > splash > sbutton {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    body > beamsend > card > part > splash > slink {
        font-size: 16px;
    }
}

body > filepicker > card > content {
    position: relative;
    display: block;
    width: 100%;
}

body > filepicker > card > content > h4 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 74px;
    justify-content: flex-end;
    width: 100%;
    height: 74px;
    margin: 0 0 8px 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}

body > filepicker > card > content > h6 {
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    font-size: 12px;
}

body > filepicker > card > content > h6:not(:first-of-type) {
    margin-top: 32px;
}

body > filepicker > card > content > h6::after {
    position: relative;
    flex: 1 1 100%;
    content: '';
    height: 2px;
    background: rgba(0, 0, 0, .05);
    margin: 0 0 0 16px;
}

body > filepicker > card > content > localwrap {
    position: relative;
    display: inline-block;
    margin: 0;
}

body > filepicker > card > content > localwrap > sbutton {
    position: relative;
    margin: 0;
}

@media(max-width: 400px) {

    body > filepicker > card > content > beamdevices > content > entry > content > iconwrap,
    body > filepicker > card > content > beamdevices.grid > content > entry > content > iconwrap {
        width: 68px;
        height: 68px;
    }
}

@media(max-width: 335px) {

    body > filepicker > card > content > beamdevices > content > entry > content > iconwrap,
    body > filepicker > card > content > beamdevices.grid > content > entry > content > iconwrap {
        width: 60px;
        height: 60px;
    }
}



body > filepicker > card > content.beam {
    position: relative;
    display: flex;
    flex-direction: column;
}

@media(max-width: 800px) {
    body > filepicker > card > content.beam {
        height: 100%;
    }
}

body > filepicker > card > content.beam > topwrap,
body > filepicker > card > content.beam > bottomwrap {
    position: relative;
    display: block;
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
}

@media(max-width: 800px) {
    body > filepicker > card > content.beam > bottomwrap {
        flex-grow: 1;
    }
}

body > filepicker > card > content.beam > bottomwrap {
    display: flex;
    align-items: flex-end;
}

body > filepicker > card > content.beam > topwrap > imagewrap,
body > beamsend > card > part > imagewrap {
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    background: linear-gradient(to top, #eeeeee, #ffffff);
    overflow: hidden;
    padding: 0;
    z-index: 1;
}

@media(max-width: 350px) {

    body > filepicker > card > content.beam > topwrap > imagewrap,
    body > beamsend > card > part > imagewrap {
        height: 200px;
    }

}

body > filepicker > card > content.beam > topwrap > imagewrap > imageoverlay,
body > beamsend > card > part > imagewrap > imageoverlay {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 5% 0 0 0;
    transform: translate3d(0, 0, 0);
    filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, .7));
    -webkit-filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, .7));
    transition: -webkit-filter .7s linear, filter .7s linear;
}

@media(max-width: 500px) {

    body > filepicker > card > content.beam > topwrap > imagewrap > imageoverlay,
    body > beamsend > card > part > imagewrap > imageoverlay {
        padding: 0;
    }
}

body > filepicker > card > content.beam > topwrap > imagewrap.anim > imageoverlay,
body > beamsend > card > part > imagewrap.anim > imageoverlay {
    filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, .7));
    -webkit-filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, .7));
}

body > filepicker > card > content.beam > topwrap > imagewrap > imageoverlay > svg,
body > beamsend > card > part > imagewrap > imageoverlay > svg {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    transform: translate3d(0, 0, 0);
}

body > filepicker > card > content.beam > topwrap > imagewrap > imageoverlay > svg path,
body > beamsend > card > part > imagewrap > imageoverlay > svg path {
    transition: opacity .15s linear, transform .4s linear;
    opacity: 0;
    transform: translate3d(0, -8px, 0) scale(1);
}

body > filepicker > card > content.beam > topwrap > imagewrap.anim > imageoverlay > svg path,
body > beamsend > card > part > imagewrap.anim > imageoverlay > svg path {
    opacity: 1;
    transition: opacity .15s linear, transform .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

body > filepicker > card > content.beam > topwrap > imagewrap > imageoverlay > svg path:nth-of-type(3),
body > beamsend > card > part > imagewrap > imageoverlay > svg path:nth-of-type(3) {
    transition-delay: .1s;
    fill: rgba(255, 255, 255, 1);
}

body > filepicker > card > content.beam > topwrap > imagewrap > imageoverlay > svg path:nth-of-type(2),
body > beamsend > card > part > imagewrap > imageoverlay > svg path:nth-of-type(2) {
    transition-delay: .2s;
    fill: rgba(255, 255, 255, .7);
}

body > filepicker > card > content.beam > topwrap > imagewrap > imageoverlay > svg path:nth-of-type(1),
body > beamsend > card > part > imagewrap > imageoverlay > svg path:nth-of-type(1) {
    transition-delay: .3s;
    fill: rgba(255, 255, 255, .4);
}

body > filepicker > card > content.beam > topwrap > imagewrap > img,
body > beamsend > card > part > imagewrap > img {
    position: relative;
    display: block;
    width: 100%;
    height: 140%;
    object-fit: contain;
    object-position: center center;
    margin: 0;
    z-index: 0;
}


@media(max-width: 400px) {

    body > filepicker > card > content.beam > topwrap > imagewrap > img,
    body > beamsend > card > part > imagewrap > img {
        object-fit: cover;
        height: 140%;
    }
}

@media(max-width: 325px) {

    body > filepicker > card > content.beam > topwrap > imagewrap > img,
    body > beamsend > card > part > imagewrap > img {
        height: 130%;
    }
}

body > filepicker > card > content.beam > topwrap > content {
    position: relative;
    display: block;
    width: 100%;
    padding: 32px 32px 0;
}

body > filepicker > card > content.beam > topwrap > content > h3 {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    margin: 0 0 8px 0;
}

body > filepicker > card > content.beam > topwrap > content > p {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
}

body > filepicker > card > content.beam > bottomwrap > slink {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 24px 8px;
    text-align: center;
    font-size: 15px;
    pointer-events: all;
}




body > content {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
    transition: border-top-left-radius .4s cubic-bezier(0.215, 0.610, 0.355, 1), border-top-right-radius .4s cubic-bezier(0.215, 0.610, 0.355, 1);
}

@media(max-width: 1200px) {
    body > content {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 0;
        height: calc(100% - 70px);
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transition: transform .4s cubic-bezier(0.215, 0.610, 0.355, 1), border-top-left-radius .4s cubic-bezier(0.215, 0.610, 0.355, 1), border-top-right-radius .4s cubic-bezier(0.215, 0.610, 0.355, 1), opacity .4s linear;
    }
}

@media (min-width:800px) and (max-width:1200px) {
    body > content {
        height: calc(100% - 64px);
    }
}

@media(max-width: 360px) {
    body > content {
        height: calc(100% - 48px);
    }
}

body > content > app {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
    outline: unset;
    border: unset;
}


body > content > app > content {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    outline: unset;
    border: unset;
}

body > content > app > content > iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    outline: unset;
    border: unset;
    background: #ffffff;
}

@media(max-width: 700px) {
    body > content > app > content > iframe {
        background: #f5f5f8;
    }
}


body > notifications {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 450px;
    display: inline-block;
    z-index: 15;
    transform: translate3d(0, 0, 0);
}

@media(max-width: 1200px) {
    body > notifications {
        bottom: 64px;
    }
}

@media(max-width: 400px) {
    body > notifications {
        bottom: unset;
        right: unset;
        left: 8px;
        top: 8px;
        width: calc(100% - 16px);
        max-width: unset;
    }
}


body > notifications > notification {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    max-width: 300px;
    background: #222222;
    border-radius: 20px;
    overflow: hidden;
    transform-origin: bottom right;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .25);
    transform: translate3d(0, 0, 0);
    cursor: default;
}

@media(max-width: 400px) {
    body > notifications > notification {
        border-radius: 14px;
        transform-origin: top center;
        background: #ffffff;
        box-shadow: 0px 4px 32px rgba(0, 0, 0, .25);
    }
}

@media(max-width: 1200px) {
    body > notifications > notification {
        right: unset;
        bottom: unset;
        left: 0;
        top: 0;
        max-width: unset;
        width: 100%;
    }
}

body > notifications > notification.a {
    cursor: pointer;
}

body > notifications > notification > content {
    position: relative;
    display: flex;
    padding: 16px;
    pointer-events: none;
    transition: transform .12s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translate3d(0, 0, 0);
}

body > notifications > notification.a:active > content {
    opacity: .75;
    transform: translate3d(0, 0, 0) scale(.96);
}

body > notifications > notification > content > imagewrap {
    position: relative;
    display: block;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 20%;
    overflow: hidden;
    margin: 0 8px 0 0;
    padding: 0;
    z-index: 1;
}

body > notifications > notification > content > imagewrap::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    border: 1px solid rgba(155, 155, 155, .25);
    border-radius: 20%;
    content: '';
    z-index: 1;
}


body > notifications > notification > content > imagewrap > img {
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 0;
}

body > notifications > notification > content > textwrap {
    position: relative;
    display: block;
    flex: 1 1 100%;
    margin: 0;
    padding: 0 4px;
}

body > notifications > notification > content > textwrap > progressbar {
    position: relative;
    display: block;
    margin: 8px 0 0 0;
    min-width: 250px;
}

body > notifications > notification > content > textwrap > progressbar > textwrap {
    display: none;
}

body > notifications > notification > content > textwrap > h5 {
    position: relative;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    margin: 0 0 2px 0;
}

body > notifications > notification > content > textwrap > p {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    color: #cccccc;
    font-size: 15px;
    line-height: 1.4;
}

@media(max-width: 400px) {
    body > notifications > notification > content > textwrap > h5 {
        color: #111111;
        font-size: 14px;
    }

    body > notifications > notification > content > textwrap > p {
        color: #444444;
        font-size: 14px;
        font-size: 450;
    }

}






body > notifications > senna {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 16px;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .25);
    transform: translate3d(0, 0, 0);
    transform-origin: right bottom;
    z-index: 2;
}

@media(max-width: 400px) {
    body > notifications > senna {
        right: unset;
        bottom: unset;
        top: 0;
        left: 0;
        border-radius: 14px;
        padding: 10px;
        transform-origin: top center;
    }
}

body > notifications > senna > content {
    position: relative;
    display: block;
    z-index: 1;
}

body > notifications > senna > content > entry {
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffffb0;
    -webkit-backdrop-filter: saturate(150%) contrast(150%);
    backdrop-filter: saturate(150%) contrast(150%);
    box-shadow: 0px 0px 48px rgba(0, 0, 0, .4);
    transform: translate3d(0, 0, 0);
}

body > notifications > senna > content > entry > titlewrap {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    margin: 8px 0 0 8px;
    border-radius: 50000px;
    background: rgba(100, 100, 100, .25);
}

@supports (-webkit-backdrop-filter: blur(20px) saturate(150%)) {
    body > notifications > senna > content > entry > titlewrap {
        background: transparent;
        -webkit-backdrop-filter: brightness(50%) saturate(500%) blur(30px);
        backdrop-filter: brightness(50%) saturate(500%) blur(30px);
    }
}

body > notifications > senna > content > entry > titlewrap > h6 {
    position: relative;
    display: block;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    opacity: 1;
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: .8;
}

body > notifications > senna > content > entry > textwrap {
    position: relative;
    display: block;
    padding: 16px;
}

body > notifications > senna > content > entry > textwrap > p {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

body > notifications > senna > content > entry > textwrap > p > span {
    position: relative;
    display: inline;
    font-size: 16px;
    font-weight: 540;
    line-height: 1.45;
    color: #3f3f3f;
    opacity: 0;
    -webkit-filter: blur(18px);
    filter: blur(18px);
    transform: translate3d(5px, 0, 0) scaleX(0);
    transition: -webkit-filter .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media(max-width: 400px) {
    body > notifications > senna > content > entry > textwrap > p > span {
        font-size: 14px;
        font-weight: 500;
    }
}

body > notifications > senna > content > entry > content {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 16px;
}

body > notifications > senna > content > entry > content > * {
    position: relative;
    -webkit-filter: blur(8px) saturate(50%);
    filter: blur(8px) saturate(50%);
    opacity: 0;
    transform: translate3d(0, 10px, 0) scale(.85);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), filter .5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-filter .5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity .5s linear;
}

body > notifications > senna > content > entry > buttonwrap {
    position: relative;
    display: flex;
    width: 100%;
    border-top: 1px solid rgba(155, 155, 155, .25);
}

body > notifications > senna > content > entry > buttonwrap > slink {
    position: relative;
    display: block;
    flex: 1 1 100%;
    padding: 12px 0;
    text-align: center;
    color: #333333;
    font-weight: 550;
    pointer-events: all;
}

body > notifications > senna > content > entry > buttonwrap > slink:active {
    opacity: 1;
    background: rgba(155, 155, 155, .05);
}

body > notifications > senna > content > entry > buttonwrap > slink:not(:last-child) {
    border-right: 1px solid rgba(155, 155, 155, .25);
}

body > notifications > senna > bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mask-image: linear-gradient(to top, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, 1) 100%);
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, 1) 100%);
}

body > notifications > senna > bg > img {
    position: absolute;
    left: -225px;
    top: -225px;
    width: calc(100% + 450px);
    height: calc(100% + 450px);
    display: block;
    pointer-events: none;
    z-index: 0;
    opacity: .75;
    animation: rotateSennaBg 18s linear infinite, saturateSennaBg 6s linear infinite;
}

@keyframes rotateSennaBg {
    from {
        transform: translate3d(0, 0, 0) rotate(0);
    }

    to {
        transform: translate3d(0, 0, 0) rotate(360deg);
    }
}

@keyframes saturateSennaBg {
    0% {
        -webkit-filter: saturate(120%);
        filter: saturate(120%);
    }

    15% {
        -webkit-filter: saturate(200%);
        filter: saturate(200%);
    }

    40% {
        -webkit-filter: saturate(140%);
        filter: saturate(140%);
    }

    50% {
        -webkit-filter: saturate(170%);
        filter: saturate(170%);
    }

    100% {
        -webkit-filter: saturate(120%);
        filter: saturate(120%);
    }
}






body > notifications > senna > content > entry.suggestion-autofill.licenseplate > content > licenseplate {
    position: relative;
    display: flex;
    align-items: center;
    margin: 16px 0;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(to top, #ffb305 0%, #ffcf3c 100%);
    z-index: 2;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .5), 0px 4px 10px rgba(0, 0, 0, .2);
}


body > notifications > senna > content > entry.suggestion-autofill.licenseplate > content > licenseplate::before {
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    border: 1px solid rgba(0, 0, 0, .1);
    content: '';
    z-index: 1;
    border-radius: 8px;
    box-shadow: 0px 0px 4px rgba(255, 255, 255, .5);
}

body > notifications > senna > content > entry.suggestion-autofill.licenseplate > content > licenseplate > countrysym {
    position: relative;
    display: block;
    flex: 0 0 54px;
    height: 78px;
    background: linear-gradient(to top, #0047ff 0%, #3c7cff 100%);
    z-index: 0;
}


body > notifications > senna > content > entry.suggestion-autofill.licenseplate > content > licenseplate > countrysym > svg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 4px;
}

body > notifications > senna > content > entry.suggestion-autofill.licenseplate > content > licenseplate > h3 {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 650;
    font-size: 52px;
    letter-spacing: 4px;
    color: #1f1f1f;
    -webkit-filter: drop-shadow(-2px -2px 2px rgba(255, 255, 255, .5)) drop-shadow(2px 2px 2px rgba(0, 0, 0, .2));
    filter: drop-shadow(-2px -2px 2px rgba(255, 255, 255, .5)) drop-shadow(2px 2px 2px rgba(0, 0, 0, .2));
    z-index: 1;
}

@media(max-width: 600px) {

    body > notifications > senna > content > entry.suggestion-autofill.licenseplate > content > licenseplate > h3 {
        font-weight: 800;
        font-size: 30px;
        letter-spacing: 2px;
    }

    body > notifications > senna > content > entry.suggestion-autofill.licenseplate > content > licenseplate > countrysym {
        height: 50px;
        flex: 0 0 42px;
    }
}


body > notifications > senna > content > entry.text > textwrap {
    text-align: center;
}

body > notifications > senna > content > entry.text > textwrap > p {
    text-align: center;
}

body > notifications > senna > content > entry.text > textwrap > p > span {
    font-weight: 700;
}

body > maintenence {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 75;
    display: block;
}

body > maintenence > content {
    position: relative;
    max-width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

body > maintenence > content > textwrap {
    position: relative;
    display: block;
    padding: 64px;
    width: 100%;
    flex: 0 0 100%;
    opacity: 0;
    animation: maintIn .5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s forwards;
}

@keyframes maintIn {
    from {
        transform: translate3d(75px, 0, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

body > maintenence > content > textwrap > h1 {
    position: relative;
    margin: 0 0 12px 0;
}

body > maintenence > content > textwrap > p {
    position: relative;
    max-width: 560px;
}


body > maintenence > content > svg {
    position: absolute;
    left: 0;
    top: 0;
    margin: 64px 0 0 64px;
    display: block;
    height: 20px;
    width: auto;
    fill: #999999;
    opacity: 0;
    animation: maintLogoIn .5s linear 1.2s forwards;
}

@keyframes maintLogoIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}




body > screen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    z-index: 52;
    background: #ffffff;
}

body > screen > contentwrap {
    position: relative;
    width: 100%;
    display: block;
}

body > screen > contentwrap > content {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    z-index: 5;
    overflow: hidden;
}

body > screen > contentwrap > content > spinnerwrap {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

body > screen > contentwrap > content > spinnerwrap > scspinner {
    position: relative;
    width: 100%;
    display: block;
    padding: 0;
    overflow: visible;
}

body > screen > contentwrap > content > spinnerwrap > scspinner > p {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    flex: 0 0 100%;
    transform: translate3d(0, 0, 0) !important;
    transition: unset !important;
}


body > screen > contentwrap > content > page {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
    transition: height .4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity .1s linear;
    overflow: hidden;
}

body > screen > contentwrap > content > page > content {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: transform .5s cubic-bezier(0.23, 1, 0.320, 1), height .4s cubic-bezier(0.23, 1, 0.320, 1), opacity .12s cubic-bezier(0.23, 1, 0.320, 1);
    transform-origin: -52px 50vh;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    padding: 150px 32px;
    overflow: hidden;
}

body > screen > contentwrap > content > page > content::-webkit-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    background: transparent;
}

body > screen > contentwrap > content > page > content::-webkit-scrollbar-thumb {
    width: 5px;
    background: var(--accent-color);
}


@media(max-width: 800px) {
    body > screen > contentwrap > content > page > content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(100% - 80px);
        padding: 100px 32px 100px;
        overflow: scroll;
    }

    body > screen > contentwrap > content > page > content::-webkit-scrollbar {
        display: none;
    }
}

@media(min-width: 801px) and (max-height: 1000px) {
    body > screen > contentwrap > content > page > content {
        padding: 62px 32px;
    }

    body > screen > contentwrap > content > page > content > titlewrap > h1 {
        font-size: 46px;
    }
}

body > screen > contentwrap > content > page > content > img {
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    display: block;
    background: #222222;
}

@media(min-width: 801px) {
    body > screen > contentwrap > content > page > content > img {
        display: none;
    }
}

body > screen > contentwrap > content > page > content > titlewrap {
    position: relative;
    display: block;
    width: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform .5s cubic-bezier(0.23, 1, 0.320, 1);
}

body > screen > contentwrap > content > page > content > titlewrap > h1 {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 32px 0;
}


body > screen > contentwrap > content > page > content > p,
body > screen > contentwrap > content > page > content > titlewrap > p {
    color: #ffffffee;
}

@media(max-width: 800px) {
    body > screen > contentwrap > content > page > content > titlewrap > h1 {
        font-size: 40px;
        line-height: 1.12;
    }

    body > screen > contentwrap > content > page > content > p,
    body > screen > contentwrap > content > page > content > titlewrap > p {
        color: rgb(170, 170, 170);
    }
}


body > screen > contentwrap > content > page > buttons {
    position: relative;
    width: 100%;
    flex: 0 0 120px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .25);
}

body > screen > contentwrap > content > page > buttons > content {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    justify-content: flex-end;
    align-items: center;
    opacity: 0;
    transition: transform .4s cubic-bezier(0.215, 0.610, 0.355, 1), opacity .1s linear;
}

body > screen > contentwrap > content > page > buttons > content > button:not(:last-child) {
    margin-right: 8px;
}

@media(max-width: 800px) {
    body > screen > contentwrap > content > page > buttons {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        background: #252525;
        padding: 22px 22px 52px;
    }

    body > screen > contentwrap > content > page > buttons > content > button {
        display: block;
        flex: 1 1 100%;
    }
}