:root {
    --site-header-height: 4rem;
    --site-header-crumbs-height: 7.4rem;
    --site-header-font-size: calc(var(--site-header-height) * 0.4);
    --link-color: #2187FF
}
html, body, .page {
    font-family: montserrat, sans-serif; font-size: 14px;
}

a {
    color: var(--link-color);
    transition: text-shadow .3s
}

hr {
    border: none;
    height: 1px;
    overflow: hidden;
    color: #e0e0e0;
    background-color: #e0e0e0
}

main > header {
    font-size: var(--site-header-font-size);
    overflow: hidden;
    width: 100%;
    height: var(--site-header-height);
    padding: 0;
    user-select: none;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .15);
    display: flex
}

.site-logo {
    --logo-height: var(--site-header-font-size);
    --logo-width: calc(var(--logo-height) * 7);
    padding: 0;
    width: var(--logo-width);
    max-width: calc(100vw - var(--site-header-height) * 2);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    line-height: 1em
}

.site-logo > img {
    cursor: pointer;
    border: 0;
    outline: none;
    width: 100%
}

.site-logo > canvas {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}
.row {    margin-bottom: 0}
.row .col {    padding: 0}
w-div {  z-index: 100498 !important}

.profile-info h4 {
    font-weight: 600;
    line-height: 1.2em;
    margin-top: -2em;
}

footer {
    margin: 0;
    padding-top: 2rem;
    padding-bottom: 4rem;
    font-size: .8rem;
    color: #666;
    position: relative
}
footer p {
    margin-bottom: 2em
}
footer p b {
    color: #333
}
aside.profile .id-wrapper {
    font-size: .75rem;
    font-weight: 300;
    color: rgba(0, 0, 0, .75);
    cursor: pointer;
    text-align: center;
    margin: 4rem auto
}
aside.profile .id-wrapper input {
    display: inline;
    border: 0;
    margin: 0;
    padding: 0;
    width: 21em;
    font-size: inherit;
    cursor: pointer
}
aside.profile #free-premium-button {height: auto;}

@keyframes premium-input-cursor-pulse {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

aside.profile .profile-info .purchase-form {
    background-color: #34ffc0;
    position: relative;
    height: 15rem;
    margin-top: 4rem;
    -webkit-tap-highlight-color: transparent;
    user-select: none
}

aside.profile .profile-info .purchase-form .purchase-form-title {
    position: absolute;
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 1em;
    left: 1.5rem;
    right: 1.5rem;
    top: -1.5rem
}

aside.profile .profile-info .purchase-form .purchase-form-title span {
    background-color: #000;
    color: #34ffc0;
    padding: .3em .3em .1rem;
    display: inline-block
}

aside.profile .profile-info .purchase-form .purchase-form-title span:last-of-type {
    padding-bottom: .3em;
    display: block
}

aside.profile .profile-info .purchase-form .purchase-form-input {
    position: absolute;
    bottom: .5rem;
    left: 0;
    right: 0;
    height: 5rem
}

aside.profile .profile-info .purchase-form .purchase-form-input .premium-input {
    position: absolute;
    left: 5.5rem;
    right: 5.5rem;
    top: 0;
    bottom: 0;
    display: flex;
    color: #000;
    font-size: 4rem;
    line-height: 5rem;
    justify-content: center;
    align-items: center;
    z-index: 10
}

aside.profile .profile-info .purchase-form .purchase-form-input .premium-input > * {
    color: #000;
    font-size: 4rem;
    line-height: 5rem
}

aside.profile .profile-info .purchase-form .purchase-form-input .premium-input > span[contenteditable=true] {
    display: inline-block;
    border: 0;
    outline: none;
    font-weight: 600;
    position: relative
}

aside.profile .profile-info .purchase-form .purchase-form-input .premium-input > span[contenteditable=true]:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    height: 5px;
    bottom: calc(-2px - 0.5rem);
    background-color: #000;
    animation: premium-input-cursor-pulse 1s infinite
}

aside.profile .profile-info .purchase-form .purchase-form-input .premium-input > span[contenteditable=true]:focus:after {
    display: none
}

aside.profile .profile-info .purchase-form .purchase-form-input .premium-value-buttons {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

aside.profile .profile-info .purchase-form .purchase-form-input .premium-value-buttons > * {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    text-align: center;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.1rem;
    top: 1rem;
    bottom: 1rem;
    background-color: #fff;
    color: #000;
    box-shadow: 0 13px 33px 0 rgba(0, 0, 0, .25);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

aside.profile .profile-info .purchase-form .purchase-form-input .premium-value-buttons > *.disabled {
    pointer-events: none;
    opacity: .45;
    box-shadow: none
}

aside.profile .profile-info .purchase-form .purchase-form-input .premium-value-buttons > *:nth-child(1) {
    left: 1.5rem
}

aside.profile .profile-info .purchase-form .purchase-form-input .premium-value-buttons > *:nth-child(2) {
    right: 1.5rem
}

aside.profile .profile-info .disclaimer {
    margin: 1rem 3rem;
    font-size: 2rem;
    font-weight: 700
}

aside.profile .profile-info .terms a {
    color: #444;
    text-decoration: underline
}

aside.profile .profile-info .terms span {
    color: #444
}

aside.profile .profile-info .submit {
    text-align: center;
    margin: 1rem 1.5rem
}

aside.profile .profile-info button {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 800;
    border: 0;
    border-radius: 0;
    color: #34ffc0;
    background-color: #000;
    text-decoration: underline;
    height: 4rem;
    line-height: 3rem;
    width: 100%;
    transition: background-color .3s;
    transition: color .3s
}

aside.profile .profile-info .text-button {
    font-size: 1rem;
    background: none!important;
    border: none;
    padding: 0!important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

aside.profile .profile-info button:disabled {
    pointer-events: none;
    text-decoration: none;
    color: #696969;
    background-color: #f5f5f5
}

aside.profile .profile-info .error {
    margin: 0 3rem;
    color: red;
    display: none
}

@media screen and (max-width: 400px) {
    aside.profile .profile-info .purchase-form {
        height: 12rem
    }

    aside.profile .profile-info .purchase-form .purchase-form-title {
        font-size: 2.8rem
    }

    aside.profile .profile-info .purchase-form .purchase-form-input {
        height: 4.5rem
    }

    aside.profile .profile-info .purchase-form .purchase-form-input .premium-input {
        font-size: 3rem
    }

    aside.profile .profile-info .purchase-form .purchase-form-input .premium-input > * {
        font-size: 3rem
    }

    aside.profile .profile-info .purchase-form .purchase-form-input .premium-input > span[contenteditable=true]:after {
        bottom: calc(-2px - 0.25rem)
    }

    aside.profile .profile-info .disclaimer {
        line-height: 1.2em
    }
}

@media screen and (max-width: 300px) {
    aside.profile .profile-info .purchase-form .purchase-form-input .premium-value-buttons {
        display: none
    }
}

aside.profile .profile-info .premium-info {
    background-image: url(../img/logged-in-back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 2rem 1rem;
    text-align: center;
    border-radius: .5rem;
}
aside.profile .profile-info .premium-info.purchase-form {
    background-color: transparent;
}
aside.profile .profile-info .premium-info.login-links {
    background-color: transparent;
}

aside.profile .profile-info .premium-info .premium-info-title {
    font-weight: 900;
    font-size: 2.2rem;
    line-height: 1.2;
}

aside.profile .profile-info .premium-info .premium-info-title .pro-label {
    background-color: #ffd700;
    color: #000;
    padding: .1em .4em;
    display: inline-block;
    font-size: 2.8rem;
    margin-right: .3rem;
    border-radius: .2rem;
    position: relative;
}
aside.profile .profile-info .premium-info .premium-info-title .pro-label:before {
    content: "\f005"; /* fa-star */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: .2rem;
}
body.dark .premium-info-title .pro-label {
    background-color: #b8860b;
    color: #fff;
}

aside.profile .profile-info .premium-info .premium-info-title .status {
    display: inline-block;
    font-weight: 600;
}

aside.profile .profile-info .premium-info .premium-info-expires {
    margin-top: .6rem;
    font-weight: 600;
    font-size: 1.4rem;
}


.sidebar-login-button-container {
    display: block;
    color: #000;
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 600
}

.sidebar-login-button-content-wrapper {
    width: 100%;
    min-width: 130px;
    max-width: 375px;
    height: 100%;
    position: relative
}

.sidebar-login-button-content {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    text-align: center
}

.sidebar-login-button-background {
    padding: 1px;
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.sidebar-login-button-background > svg {
    overflow: visible
}

.sidebar-login-button-background > svg > rect {
    fill: #fff;
    stroke: #000;
    stroke-width: 1;
    stroke-linecap: round
}

.sidebar-login-button-background > svg > rect.login-button-shadow {
    fill: #000;
    display: none
}

.sidebar-login-button-container:hover .sidebar-login-button-background > svg > rect.login-button-shadow {
    display: inherit
}

.sidebar-login-button-wrapper[data-provider=google] > .sidebar-login-button-container {
    color: #4d8cf4
}

.sidebar-login-button-wrapper[data-provider=google] .sidebar-login-button-background > svg > rect {
    stroke: #4d8cf4
}

.sidebar-login-button-wrapper[data-provider=facebook] > .sidebar-login-button-container {
    color: #4267b2
}

.sidebar-login-button-wrapper[data-provider=facebook] .sidebar-login-button-background > svg > rect {
    stroke: #4267b2
}

@media screen and (max-width: 500px) {
    .sidebar-login-button-container {
        font-size: 4.2vw
    }
}
