@import url(https://fonts.googleapis.com/css2?family=Alexandria:wght@300;700&display=swap);
html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i,
ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr,
th, td, main, canvas, embed, footer, header, nav, section, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

footer,
header,
nav,
section,
main {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

input {
    -webkit-appearance: none;
    border-radius: 0
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(0deg);
        transform: translate3d(-50%, -50%, 0) rotateZ(0deg)
    }

    100% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(360deg);
        transform: translate3d(-50%, -50%, 0) rotateZ(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(0deg);
        transform: translate3d(-50%, -50%, 0) rotateZ(0deg)
    }

    100% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(360deg);
        transform: translate3d(-50%, -50%, 0) rotateZ(360deg)
    }
}

@-webkit-keyframes cta {

    0%, 100% {
        background-position: 0% 0%
    }

    50% {
        background-position: 100% 100%
    }
}

@keyframes cta {

    0%, 100% {
        background-position: 0% 0%
    }

    50% {
        background-position: 100% 100%
    }
}

@-webkit-keyframes clip {
    from {
        opacity: 0;
        -webkit-clip-path: inset(-20% 100% -20% -20%);
        clip-path: inset(-20% 100% -20% -20%)
    }

    to {
        opacity: 1;
        -webkit-clip-path: inset(-20% -20% -20% -20%);
        clip-path: inset(-20% -20% -20% -20%)
    }
}

@keyframes clip {
    from {
        opacity: 0;
        -webkit-clip-path: inset(-20% 100% -20% -20%);
        clip-path: inset(-20% 100% -20% -20%)
    }

    to {
        opacity: 1;
        -webkit-clip-path: inset(-20% -20% -20% -20%);
        clip-path: inset(-20% -20% -20% -20%)
    }
}

@-webkit-keyframes progress {
    from {
        stroke-dashoffset: 628
    }
}

@keyframes progress {
    from {
        stroke-dashoffset: 628
    }
}

@-webkit-keyframes progress2 {
    from {
        stroke-dashoffset: 628
    }
}

@keyframes progress2 {
    from {
        stroke-dashoffset: 628
    }
}

@-webkit-keyframes blinkErrorStay {

    0%, 66% {
        -webkit-box-shadow: inset 0 0 0px 2px rgba(0, 0, 0, 0);
        box-shadow: inset 0 0 0px 2px rgba(0, 0, 0, 0)
    }

    33%, 100% {
        -webkit-box-shadow: inset 0 0 0px 2px #ff461e;
        box-shadow: inset 0 0 0px 2px #ff461e
    }
}

@keyframes blinkErrorStay {

    0%, 66% {
        -webkit-box-shadow: inset 0 0 0px 2px rgba(0, 0, 0, 0);
        box-shadow: inset 0 0 0px 2px rgba(0, 0, 0, 0)
    }

    33%, 100% {
        -webkit-box-shadow: inset 0 0 0px 2px #ff461e;
        box-shadow: inset 0 0 0px 2px #ff461e
    }
}

* {
    font-family: "Alexandria", sans-serif
}

body {
    font-family: "Alexandria", sans-serif;
    background: url("../img/world.svg") no-repeat center top;
    background-repeat: no-repeat;
    text-align: center;
    color: #555
}

#logo {
    width: 200px;
    height: 32px;
    background: url("../img/logo.png") no-repeat center center;
    background-size: 200px 32px;
    display: block;
    margin: 0 auto
}

header p {
    max-width: 500px;
    margin: 0 auto
}

#hero {
    margin: 120px 0
}

#wrap {
    padding: 50px
}

input {
    padding: 10px;
    border: 1px solid #ccc;
    background: #efefef;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 3px
}

label {
    font-size: 14px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    padding: 5px 0
}

#login {
    position: absolute;
    right: 40px;
    top: 35px;
    text-align: right
}

    #login nav {
        width: 300px
    }

    #login > a {
        padding: 20px;
        border-top: 1px solid rgba(0, 0, 0, 0);
        border-right: 1px solid rgba(0, 0, 0, 0);
        border-left: 1px solid rgba(0, 0, 0, 0);
        border-radius: 10px 10px 0 0;
        position: relative;
        z-index: 2;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-left: auto
    }

        #login > a.hidden {
            display: none
        }

        #login > a::before {
            content: "";
            background: -o-radial-gradient(transparent 61%, #ccc 64%, #ccc 68%, #fff 73%) no-repeat 100% 100%;
            background: radial-gradient(transparent 61%, #ccc 64%, #ccc 68%, #fff 73%) no-repeat 100% 100%;
            background-size: 200% 200%;
            display: none;
            width: 10px;
            height: 10px;
            position: absolute;
            left: -10px;
            bottom: 0
        }

    #login nav {
        display: none;
        position: relative
    }

        #login nav form {
            text-align: left;
            position: absolute;
            right: 0;
            top: -1px;
            background: #fff;
            padding: 20px;
            border: 1px solid rgba(0, 0, 0, 0);
            border-radius: 10px 0 10px 10px;
            z-index: 1
        }

            #login nav form .field {
                width: 250px
            }

            #login nav form input {
                width: 100%
            }

            #login nav form div:last-child {
                text-align: center
            }

                #login nav form div:last-child p {
                    font-size: 14px
                }

                #login nav form div:last-child a {
                    text-decoration: none;
                    font-weight: 700;
                    font-size: 16px;
                    color: #4b7bd7
                }

            #login nav form#verifyForm {
                text-align: center
            }

                #login nav form#verifyForm p {
                    margin: 20px 0
                }

                #login nav form#verifyForm #verifyInputs {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    gap: 5px;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center
                }

                    #login nav form#verifyForm #verifyInputs input {
                        width: 1ch;
                        -webkit-box-sizing: content-box;
                        box-sizing: content-box;
                        font-size: 26px;
                        text-align: center;
                        margin-bottom: 0
                    }

                #login nav form#verifyForm #verifyInputWrap {
                    position: relative
                }

    #login:hover > a:not(.no-nav),
    #login:focus-within > a:not(.no-nav),
    #login.show > a:not(.no-nav) {
        background: #fff;
        border-color: #ccc
    }

        #login:hover > a:not(.no-nav)::before,
        #login:focus-within > a:not(.no-nav)::before,
        #login.show > a:not(.no-nav)::before {
            display: block
        }

    #login:hover nav,
    #login:focus-within nav,
    #login.show nav {
        display: block
    }

    #login:hover form,
    #login:focus-within form,
    #login.show form {
        border-color: #ccc;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
    }

    #login .cta,
    #login body.login .button,
    body.login #login .button {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 10px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

form.error input,
input.error,
.field.error input {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #ff461e;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #ff461e
}

.blinkerror-stay {
    -webkit-animation: blinkErrorStay .5s ease forwards;
    animation: blinkErrorStay .5s ease forwards;
    position: relative
}

.field,
.fields {
    position: relative
}

    .field .field-error,
    .fields .field-error {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 10px;
        color: #fff;
        background: #ff461e;
        border-radius: 20px;
        font-weight: 700;
        letter-spacing: .5px;
        padding: 3px 10px;
        text-transform: uppercase;
        white-space: nowrap
    }

.fields {
    padding: 10px;
    border-radius: 5px
}

    .fields .field-error {
        bottom: auto
    }

.icon-link {
    font-weight: 700;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    color: #4b7bd7
}

    .icon-link svg {
        fill: #4b7bd7
    }

    .icon-link.muted {
        color: #555
    }

        .icon-link.muted svg {
            fill: #555
        }

h1 {
    font-size: 53px;
    font-weight: 700;
    letter-spacing: -2px;
    color: #014faa;
    margin: 20px 0;
    line-height: 1.1em
}

    h1 b {
        display: block;
        color: #4b7bd7
    }

    h1 span {
        color: #014faa;
        -webkit-transition: width 1s ease;
        -o-transition: width 1s ease;
        transition: width 1s ease;
        position: relative;
        display: inline-block;
        text-align: left;
        vertical-align: bottom;
        margin-right: 10px
    }

        h1 span.w {
            width: 0;
            margin: 0
        }

        h1 span.dot {
            margin-left: -10px
        }

h3 {
    font-size: 30px;
    color: #555;
    margin: 10px
}

    h3 sup {
        font-size: 16px;
        vertical-align: 9px
    }

h5 {
    font-size: 20px
}

#range {
    margin: 20px 0 100px 0;
    padding: 25px 50px;
    border: 1px solid #ccc;
    border-radius: 10px;
    display: inline-block;
    box-shdow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

    #range:focus-within,
    #range:hover {
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
    }

        #range:focus-within .cta,
        #range:focus-within body.login .button,
        body.login #range:focus-within .button,
        #range:hover .cta,
        #range:hover body.login .button,
        body.login #range:hover .button {
            -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
            box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
        }

    #range .labels {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        #range .labels span {
            font-size: 30px;
            color: #ccc
        }

            #range .labels span:not(:first-child):not(:last-child):not(.active) {
                color: rgba(0, 0, 0, 0)
            }

            #range .labels span.active {
                color: #555;
                font-weight: 700
            }

    #range input {
        width: 100%;
        background: -webkit-gradient(linear, left top, right top, color-stop(25%, #4B7BD7), color-stop(25%, #d9d9d9));
        background: -o-linear-gradient(left, #4B7BD7 25%, #d9d9d9 25%);
        background: linear-gradient(to right, #4B7BD7 25%, #d9d9d9 25%);
        border-radius: 10px;
        margin: 20px 0;
        height: 15px;
        padding: 0;
        border: 0
    }

        #range input::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 40px;
            height: 40px;
            border-radius: 20px;
            background: #4b7bd7;
            border: 5px solid #89b2f1;
            -webkit-transition: -webkit-box-shadow .3s ease;
            transition: -webkit-box-shadow .3s ease;
            transition: box-shadow .3s ease;
            transition: box-shadow .3s ease, -webkit-box-shadow .3s ease
        }

            #range input::-webkit-slider-thumb:hover {
                -webkit-box-shadow: 0px 5px 10px rgba(50, 92, 150, .5);
                box-shadow: 0px 5px 10px rgba(50, 92, 150, .5)
            }

    #range .plans {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        margin: 20px 0
    }

        #range .plans div:first-child {
            -webkit-box-flex: 2;
            -ms-flex: 2;
            flex: 2;
            min-width: 200px
        }

        #range .plans > div {
            margin: 10px 0
        }

        #range .plans .prices div {
            display: none
        }

            #range .plans .prices div.active {
                display: block
            }

        #range .plans ul {
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2
        }

            #range .plans ul li {
                font-size: 14px;
                line-height: 1.5em;
                color: #555;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                gap: 7px
            }

                #range .plans ul li path {
                    stroke: #ccc
                }

        #range .plans h3 {
            margin: 0
        }

    #range .cta,
    #range body.login .button,
    body.login #range .button {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

.plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 35px;
    text-align: left;
    margin: 50px 0 30px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .plans > li {
        padding: 25px 30px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 10px;
        -webkit-transition: -webkit-box-shadow .3s ease;
        transition: -webkit-box-shadow .3s ease;
        -o-transition: box-shadow .3s ease;
        transition: box-shadow .3s ease;
        transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 250px;
        flex: 0 1 250px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .plans > li::before {
            content: "";
            position: absolute;
            inset: 0;
            -webkit-box-shadow: 0 0 0 5px #4b7bd7, 0 0 0 10px #89b2f1;
            box-shadow: 0 0 0 5px #4b7bd7, 0 0 0 10px #89b2f1;
            border-radius: inherit;
            -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
            transform: scale(0.7);
            -webkit-transition: -webkit-transform .3s ease;
            transition: -webkit-transform .3s ease;
            -o-transition: transform .3s ease;
            transition: transform .3s ease;
            transition: transform .3s ease, -webkit-transform .3s ease;
            visibility: hidden;
            z-index: -1
        }

        .plans > li .cta,
        .plans > li body.login .button,
        body.login .plans > li .button {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%) scale(0.5);
            -ms-transform: translateX(-50%) scale(0.5);
            transform: translateX(-50%) scale(0.5);
            visibility: hidden;
            padding: 10px 20px;
            -webkit-transition: none;
            -o-transition: none;
            transition: none
        }

        .plans > li:focus-within,
        .plans > li:hover {
            -webkit-box-shadow: 0 10px 20px rgba(0, 29, 180, .2);
            box-shadow: 0 10px 20px rgba(0, 29, 180, .2)
        }

            .plans > li:focus-within::before,
            .plans > li:hover::before {
                visibility: visible;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1)
            }

            .plans > li:focus-within .cta,
            .plans > li:focus-within body.login .button,
            body.login .plans > li:focus-within .button,
            .plans > li:hover .cta,
            .plans > li:hover body.login .button,
            body.login .plans > li:hover .button {
                -webkit-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease;
                -webkit-box-shadow: 0 10px 20px rgba(0, 29, 180, .2);
                box-shadow: 0 10px 20px rgba(0, 29, 180, .2);
                visibility: visible;
                -webkit-transform: translateX(-50%) scale(1);
                -ms-transform: translateX(-50%) scale(1);
                transform: translateX(-50%) scale(1)
            }

        .plans > li ul {
            margin: 10px 0
        }

            .plans > li ul li {
                line-height: 1.5em;
                font-size: 14px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                gap: 10px
            }

        .plans > li.test-plan {
            position: relative;
            background: #fffdd7;
            border-color: #d1c08d
        }

            .plans > li.test-plan .bubble {
                background: #ff461e;
                color: #fff;
                border-radius: 0 0 5px 5px;
                position: absolute;
                white-space: nowrap;
                top: 0;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                font-weight: 700;
                text-transform: uppercase;
                padding: 2px 10px;
                font-size: 12px
            }

            .plans > li.test-plan p {
                color: #555
            }

            .plans > li.test-plan h3 b {
                color: #555
            }

            .plans > li.test-plan svg {
                stroke: #d1c08d
            }

    .plans svg {
        stroke: #ccc
    }

    .plans h3 {
        margin: 0
    }

        .plans h3:first-of-type {
            font-size: 35px
        }

        .plans h3 b {
            color: #014faa
        }

    .plans p {
        color: #4b7bd7
    }

.free-plan {
    max-width: 820px;
    margin: 0 auto 100px auto
}

    .free-plan li {
        background: #fffdd7;
        border: 1px solid #d7cc00;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

        .free-plan li > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: left;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

        .free-plan li h3 b {
            color: #555
        }

        .free-plan li p {
            color: #555
        }

.page {
    max-width: 1000px;
    margin: 0 auto
}

    .page h1 {
        margin: 80px auto;
        line-height: 1.2em
    }

        .page h1 b {
            display: inline
        }

    .page main {
        text-align: left
    }

    .page p {
        margin-bottom: 10px
    }

strong,
b {
    font-weight: 700
}

p {
    font-size: 18px;
    color: #555;
    line-height: 1.5em
}

    p.small {
        font-size: 14px
    }

.link {
    color: #014faa;
    font-size: 14px
}

.linkButton {
    color: #555;
    text-decoration: underline;
    border: none;
    background: none;
    cursor: pointer
}

    .linkButton:disabled {
        opacity: .5;
        text-decoration: none;
        cursor: not-allowed
    }

.cta,
body.login .button {
    background: #014faa;
    color: #fff;
    border-radius: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 10px 100px;
    font-weight: 700;
    font-size: 16px;
    border: 5px solid #4b7bd7;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    text-decoration: none
}

    .cta:disabled,
    body.login .button:disabled,
    .cta.disabled,
    body.login .disabled.button,
    .cta.wait,
    body.login .wait.button {
        background: #ccc;
        border-color: #bbb;
        cursor: wait
    }

    .cta svg,
    body.login .button svg {
        fill: #fff
    }

#location {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 20px;
    padding: 10px 20px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    text-align: left;
    max-width: 400px
}

    #location p {
        margin-top: 5px;
        font-size: 14px
    }

    #location b {
        text-transform: uppercase;
        font-size: 12px
    }

    #location svg {
        color: #ff461e;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

ol li {
    list-style-type: decimal;
    margin: 20px;
    color: #333;
    line-height: 1.2em
}

    ol li::marker {
        color: #aaa
    }

ol ul {
    display: block;
    margin: 20px
}

    ol ul li {
        list-style-type: disc;
        margin: 20px 40px;
        display: list-item
    }

#tutorial {
    padding: 10px 10px 10px 30px;
    border-radius: 50px;
    font-size: 20px;
    color: #555;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ccc;
    white-space: nowrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 42px
}

    #tutorial a {
        background: -webkit-gradient(linear, left top, right top, from(#014FAA), to(#4B7BD7));
        background: -o-linear-gradient(left, #014FAA, #4B7BD7);
        background: linear-gradient(90deg, #014FAA, #4B7BD7);
        display: block;
        border-radius: 50px;
        white-space: nowrap;
        width: 42px;
        line-height: 42px;
        height: 42px;
        color: #fff;
        padding: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        #tutorial a:hover {
            background: -webkit-gradient(linear, left top, right top, from(#0167dd), to(#759ae0));
            background: -o-linear-gradient(left, #0167dd, #759ae0);
            background: linear-gradient(90deg, #0167dd, #759ae0)
        }

    #tutorial > div {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px
    }

    #tutorial select {
        border-radius: 50px;
        padding: 0px 40px 0px 20px;
        margin: 0 10px;
        border: none;
        font: inherit;
        color: inherit;
        font-weight: bold;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #e7e7e7 url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2235%22%20height%3D%2235%22%20viewBox%3D%220%200%2035%2035%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M27.3438%2012.5781L17.5%2022.4219L7.65625%2012.5781%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%20%20%20%20%20%20%20%20%3C%2Fsvg%3E") no-repeat 93% center;
        background-size: 20px 20px
    }

.hidden {
    display: none
}

.switch-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .switch-wrap span {
        text-transform: uppercase;
        font-size: 12px
    }

.switch {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 10px
}

    .switch label {
        padding: 10px 15px;
        border-radius: 5px;
        cursor: pointer
    }

.switch-1-content,
#switch-1 {
    display: none
}

    #switch-1:checked ~ .switch-1-content {
        display: block
    }

    #switch-1:checked ~ .switch-wrap [for=switch-1] {
        background: #014faa;
        color: #fff
    }

.switch-2-content,
#switch-2 {
    display: none
}

    #switch-2:checked ~ .switch-2-content {
        display: block
    }

    #switch-2:checked ~ .switch-wrap [for=switch-2] {
        background: #014faa;
        color: #fff
    }

.switch-3-content,
#switch-3 {
    display: none
}

    #switch-3:checked ~ .switch-3-content {
        display: block
    }

    #switch-3:checked ~ .switch-wrap [for=switch-3] {
        background: #014faa;
        color: #fff
    }

.switch-4-content,
#switch-4 {
    display: none
}

    #switch-4:checked ~ .switch-4-content {
        display: block
    }

    #switch-4:checked ~ .switch-wrap [for=switch-4] {
        background: #014faa;
        color: #fff
    }

.switch-5-content,
#switch-5 {
    display: none
}

    #switch-5:checked ~ .switch-5-content {
        display: block
    }

    #switch-5:checked ~ .switch-wrap [for=switch-5] {
        background: #014faa;
        color: #fff
    }

.switch-6-content,
#switch-6 {
    display: none
}

    #switch-6:checked ~ .switch-6-content {
        display: block
    }

    #switch-6:checked ~ .switch-wrap [for=switch-6] {
        background: #014faa;
        color: #fff
    }

.switch-7-content,
#switch-7 {
    display: none
}

    #switch-7:checked ~ .switch-7-content {
        display: block
    }

    #switch-7:checked ~ .switch-wrap [for=switch-7] {
        background: #014faa;
        color: #fff
    }

.switch-8-content,
#switch-8 {
    display: none
}

    #switch-8:checked ~ .switch-8-content {
        display: block
    }

    #switch-8:checked ~ .switch-wrap [for=switch-8] {
        background: #014faa;
        color: #fff
    }

.switch-9-content,
#switch-9 {
    display: none
}

    #switch-9:checked ~ .switch-9-content {
        display: block
    }

    #switch-9:checked ~ .switch-wrap [for=switch-9] {
        background: #014faa;
        color: #fff
    }

.switch-10-content,
#switch-10 {
    display: none
}

    #switch-10:checked ~ .switch-10-content {
        display: block
    }

    #switch-10:checked ~ .switch-wrap [for=switch-10] {
        background: #014faa;
        color: #fff
    }

.tac {
    text-align: center
}

html.solo,
body.login {
    min-height: 100%;
    height: 100%
}

.logo-solo {
    margin-top: 20px
}

    .logo-solo img {
        background: url(/static/img/logo.png) no-repeat center center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 200px;
        display: block;
        max-width: 200px;
        height: 34px;
        margin: 0 auto
    }

body.login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    body.login form {
        background: #fff;
        margin: auto;
        padding: 20px;
        border-radius: 10px;
        border: 1px solid #ccc;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
    }

    body.login .profilePic--small {
        display: none
    }

    body.login #divLogin,
    body.login #divAdmin {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        body.login #divLogin input,
        body.login #divAdmin input {
            width: 100%
        }

    body.login .errorPanel {
        max-width: 280px;
        background: #ff461e;
        border-radius: 3px;
        font-size: 14px;
        color: #fff;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: 700
    }

        body.login .errorPanel li {
            list-style: none;
            margin-bottom: 5px
        }

            body.login .errorPanel li:last-child {
                margin-bottom: 0
            }

html.solo a {
    color: #555;
    font-size: 14px
}

@media screen and (min-device-pixel-ratio: 1.25), (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi) {
    #logo {
        background-image: url(../img/logo@2x.png)
    }
}

@media screen and (max-width: 900px) {
    #tutorial {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        border-radius: 10px;
        padding: 20px
    }
}

@media screen and (max-width: 850px) {
    .free-plan li > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        text-align: center
    }
}

@media screen and (max-width: 768px) {
    #logo {
        margin: 0
    }

    #range .plans {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #plan {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

        #plan section div {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }
}

@media screen and (max-width: 700px) {
    .page h1 {
        font-size: 40px
    }
}

@media screen and (max-width: 600px) {
    #logo {
        margin-bottom: 70px
    }

    #wrap {
        padding: 50px 20px
    }
}

@media screen and (max-width: 500px) {
    h1 span.w {
        display: block
    }
}

@media screen and (max-width: 450px) {
    #range {
        padding-left: 25px;
        padding-right: 25px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        #range .labels span {
            font-size: 20px
        }

        #range .plans ul {
            -webkit-column-count: 1;
            -moz-column-count: 1;
            column-count: 1
        }

        #range .cta,
        #range body.login .button,
        body.login #range .button {
            padding-left: 50px;
            padding-right: 50px
        }
}

@media screen and (max-width: 425px) {
    #login {
        right: 10px;
        top: 30px
    }

        #login > a svg {
            width: 30px;
            height: 30px
        }

        #login > a span {
            display: none
        }
}

@media screen and (max-width: 350px) {
    #tutorial {
        font-size: 14px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0
    }

        #tutorial div {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 0
        }

        #tutorial select {
            display: block
        }

        #tutorial #goToTutorial {
            margin-top: 10px
        }
}