@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    src: local("Roboto Thin"), local("Roboto-Thin"), url(/font/Roboto/Roboto-Thin.woff2) format("woff2")
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(/font/Roboto/Roboto-Light.woff2) format("woff2")
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto Regular"), local("Roboto-Regular"), url(/font/Roboto/Roboto-Regular.woff2) format("woff2")
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(/font/Roboto/Roboto-Medium.woff2) format("woff2")
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100;
    src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url(/font/Roboto/Roboto-ThinItalic.woff2) format("woff2")
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(/font/Roboto/Roboto-LightItalic.woff2) format("woff2")
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    src: local("Roboto Italic"), local("Roboto Italic"), local("Roboto RegularItalic"), local("Roboto-RegularItalic"), url(/font/Roboto/Roboto-Italic.woff2) format("woff2")
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(/font/Roboto/Roboto-MediumItalic.woff2) format("woff2")
}

@keyframes spin {
    0% {
        transform: scale(0.5) rotateZ(0deg)
    }

    100% {
        transform: scale(0.5) rotateZ(360deg)
    }
}

body.landingpage>header>div>menu>li>a>div.logo,
body.regular>header>div>div.logo {
    position: relative;
    width: 64px;
    height: 64px
}

body.landingpage>header>div>menu>li>a>div.logo>img,
body.regular>header>div>div.logo>a>img {
    position: relative;
    display: block;
    height: 40px;
    margin: 12px auto 0;
    z-index: 3
}

body.landingpage>header>div>menu>li>a>div.logo::before,
body.regular>header>div>div.logo::before,
body.landingpage>header>div>menu>li>a>div.logo::after,
body.regular>header>div>div.logo::after {
    content: "";
    position: absolute;
    border-radius: 50%
}

body.landingpage>header>div>menu>li>a>div.logo::before,
body.regular>header>div>div.logo::before {
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    background: linear-gradient(45deg, #8741ed 0%, #00e5fd 100%);
    box-shadow: 0 6px 30px rgba(0, 0, 0, .4);
    z-index: 1
}

body.landingpage>header>div>menu>li>a>div.logo::after,
body.regular>header>div>div.logo::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #322e2f;
    z-index: 2
}

body.landingpage>main section.preview>div>div>p.downloadOptions>a.large,
section#admin button[type=submit],
form#premiumCheckout>section.checkout footer.submit button[type=submit],
section#error>a,
section#login button[type=submit],
section#feedback a[href^="mailto:"],
section#uninstall section.form>button[type=submit],
section#privacy ul.extensions>li>a,
section#contact>div.support>a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: #666;
    color: #fff;
    padding: 6px 12px;
    font-weight: 300;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    font-size: 100%;
    border-radius: 20px;
    transition: padding-right .3s
}

body.landingpage>main section.preview>div>div>p.downloadOptions>a.large::after,
section#admin button[type=submit]::after,
form#premiumCheckout>section.checkout footer.submit button[type=submit]::after,
section#error>a::after,
section#login button[type=submit]::after,
section#feedback a[href^="mailto:"]::after,
section#uninstall section.form>button[type=submit]::after,
section#privacy ul.extensions>li>a::after,
section#contact>div.support>a::after {
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0);
    border-top-color: #fff;
    cursor: pointer;
    background: none !important;
    animation: spin 2s linear infinite;
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    display: block;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s
}

body.landingpage>main section.preview>div>div>p.downloadOptions>a.loading.large,
section#admin button.loading[type=submit],
form#premiumCheckout>section.checkout footer.submit button.loading[type=submit],
section#error>a.loading,
section#login button.loading[type=submit],
section#feedback a.loading[href^="mailto:"],
section#uninstall section.form>button.loading[type=submit],
section#privacy ul.extensions>li>a.loading,
section#contact>div.support>a.loading {
    pointer-events: none;
    padding-right: 40px
}

body.landingpage>main section.preview>div>div>p.downloadOptions>a.loading.large::after,
section#admin button.loading[type=submit]::after,
form#premiumCheckout>section.checkout footer.submit button.loading[type=submit]::after,
section#error>a.loading::after,
section#login button.loading[type=submit]::after,
section#feedback a.loading[href^="mailto:"]::after,
section#uninstall section.form>button.loading[type=submit]::after,
section#privacy ul.extensions>li>a.loading::after,
section#contact>div.support>a.loading::after {
    opacity: 1
}

section#admin button[type=submit],
form#premiumCheckout>section.checkout footer.submit button[type=submit],
section#error>a,
section#login button[type=submit],
section#feedback a[href^="mailto:"],
section#uninstall section.form>button[type=submit],
section#privacy ul.extensions>li>a,
section#contact>div.support>a {
    font-weight: 400;
    background: #6494f4;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3)
}

body.landingpage>main section.preview>div>div>p.downloadOptions>a.large {
    border-radius: 40px;
    padding: 12px 30px;
    font-size: 140%;
    background: #6494f4;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2)
}

@media(max-width: 600px) {
    body.landingpage>main section.preview>div>div>p.downloadOptions>a.large {
        padding: 8px 20px;
        font-size: 120%
    }
}

body,
input,
textarea,
select,
button {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    color: #666;
    font-weight: 300
}

body.regular {
    background: #f2f2f2;
    min-width: 800px;
    overflow-x: hidden
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box
}

ul {
    list-style: none
}

ul.bulletList>li {
    margin: 2px 0;
    display: flex
}

ul.bulletList>li::before {
    content: "–";
    display: block;
    margin: 0 7px 0 0
}

a {
    text-decoration: none;
    color: #666
}

strong {
    font-weight: 400
}

h1 {
    font-size: 200%;
    font-weight: 300
}

h2 {
    font-size: 150%;
    font-weight: 300;
    margin: 0 0 20px;
    color: #6494f4
}

h2.large {
    font-size: 170%;
    margin-bottom: 70px
}

h2~h2 {
    margin-top: 40px
}

h3 {
    font-size: 120%;
    font-weight: 400;
    margin: 0 0 10px 0
}

body.regular>header {
    position: relative;
    background: #322e2f;
    height: 100px;
    padding: 30px 0 0 0
}

body.regular>header::before,
body.regular>header::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    pointer-events: none
}

body.regular>header::before {
    right: 0;
    width: 70px;
    background: linear-gradient(45deg, #8741ed 0%, #00e5fd 100%)
}

body.regular>header::after {
    right: 30px;
    width: 40px;
    background: #322e2f;
    border-radius: 0 0 40px 0
}

@media(max-width: 1080px) {
    body.regular>header {
        padding-left: 20px;
        padding-right: 20px
    }
}

body.regular>header>div {
    margin: 0 auto;
    width: 100%;
    max-width: 1024px
}

body.regular>header>div>div.logo {
    display: inline-block;
    vertical-align: top;
    margin: -15px 20px 0 0
}

body.regular>header>div>h1 {
    display: inline-block;
    color: #ddd;
    margin: 0
}

body.regular>header>div>a.github {
    display: block;
    background: url(/img/icon-github.png) no-repeat center/28px;
    float: right;
    margin: -5px 0 0 0;
    width: 48px;
    height: 48px
}

body.regular>header>div>nav {
    position: relative;
    float: right;
    margin-top: 5px;
    z-index: 2
}

@media(max-width: 1200px) {
    body.regular>header>div>nav {
        margin-right: 25px
    }
}

body.regular>header>div>nav>a {
    display: inline-block;
    color: #ddd;
    font-size: 120%;
    font-weight: 300;
    padding: 3px 12px;
    border-radius: 20px;
    transition: background .5s
}

body.regular>header>div>nav>a:hover {
    background: rgba(255, 255, 255, .2)
}

body.regular>header>div>nav>a+a {
    margin-left: 3px
}

footer#pageFooter nav {
    display: inline-block;
    color: inherit
}

footer#pageFooter nav>a {
    color: inherit
}

footer#pageFooter nav>a::before {
    content: "|";
    margin: 0 10px;
    opacity: .5
}

body.regular footer#pageFooter {
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

body.regular footer#pageFooter>div {
    width: 100%;
    max-width: 1024px;
    padding: 3px 7px;
    margin: auto
}

body.landingpage footer#pageFooter {
    width: 100%;
    height: 450px;
    background: #322e2f;
    color: #fff;
    padding: 150px 4% 0
}

@media(max-width: 800px) {
    body.landingpage footer#pageFooter {
        padding-top: 100px;
        height: 350px
    }
}

@media(max-width: 580px) {
    body.landingpage footer#pageFooter {
        padding-top: 70px;
        height: 330px
    }
}

@media(max-width: 400px) {
    body.landingpage footer#pageFooter {
        padding-top: 50px
    }
}

body.landingpage footer#pageFooter>div {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center
}

body.landingpage footer#pageFooter>div>p.github {
    font-size: 180%;
    font-weight: 300;
    margin: 0 0 100px 0
}

body.landingpage footer#pageFooter>div>p.github>a {
    display: block;
    background: url(/img/icon-github.png) no-repeat center/48px;
    margin: 30px auto 0;
    width: 64px;
    height: 64px
}

@media(max-width: 800px) {
    body.landingpage footer#pageFooter>div>p.github {
        font-size: 150%;
        margin: 0 0 85px 0
    }

    body.landingpage footer#pageFooter>div>p.github>a {
        margin-top: 20px;
        background-size: 32px;
        width: 48px;
        height: 48px
    }
}

@media(max-width: 580px) {
    body.landingpage footer#pageFooter>div>p.github {
        margin: 0 0 70px 0
    }
}

@media(max-width: 400px) {
    body.landingpage footer#pageFooter>div>nav {
        margin: 10px 0 0 0
    }
}

body.landingpage footer#pageFooter.parallaxed {
    height: 100vh;
    padding-top: calc(100vh - 300px)
}

@media(max-width: 800px) {
    body.landingpage footer#pageFooter.parallaxed {
        padding-top: calc(100vh - 250px)
    }
}

@media(max-width: 580px) {
    body.landingpage footer#pageFooter.parallaxed {
        padding-top: calc(100vh - 260px)
    }
}

@media(max-width: 400px) {
    body.landingpage footer#pageFooter.parallaxed {
        padding-top: calc(100vh - 280px)
    }
}

table {
    border-collapse: collapse
}

table tr {
    background: #fff;
    transition: background .2s;
    cursor: default
}

table tr.hidden {
    display: none
}

table tr.odd {
    background: #f2f2f2
}

table tr:hover {
    background: rgba(100, 148, 244, .2)
}

table tr th,
table tr td {
    padding: 8px 10px
}

table tr th {
    width: 100%;
    font-weight: 400;
    text-align: left
}

table tr th>i {
    display: inline-block;
    width: 12px;
    height: 16px;
    vertical-align: top;
    margin: 0 2px 0 -4px;
    border: 1px solid #ddd;
    border-radius: 3px
}

table tr td {
    text-align: right
}

div.message {
    color: #fff;
    padding: 8px 12px;
    border-radius: 20px;
    margin: 0 0 30px 0
}

div.message.success {
    background: #7cce41
}

div.message.error {
    background: #ed4337
}

div.message>div {
    font-weight: 400
}

div.message ul {
    font-weight: 300
}

body.regular a.back {
    position: absolute;
    top: 23px;
    left: -14px;
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, .2);
    cursor: pointer
}

body.regular a.back::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3px;
    right: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid #666;
    border-left: 2px solid #666;
    transform: rotateZ(-45deg)
}

@media(max-width: 1080px) {
    body.regular a.back {
        box-shadow: none;
        left: 17px
    }
}

body.regular p {
    margin: 0 0 17px 0;
    line-height: 150%
}

body.regular ul {
    line-height: 150%
}

body.regular>main {
    position: relative;
    margin: 30px auto 30px;
    padding: 30px;
    width: 100%;
    max-width: 1024px;
    min-height: 400px;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 20px
}

@media(max-width: 1080px) {
    body.regular>main {
        margin-top: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        max-width: none
    }
}

section#contact>ul {
    margin: 0 0 40px 0
}

section#contact>ul>li {
    margin-bottom: 5px
}

section#contact>div.support {
    background: #f2f2f2;
    padding: 15px 20px 20px
}

section#contact>div.support>p {
    font-size: 120%
}

section#privacy h3 {
    font-size: 110%
}

section#privacy ul {
    margin-bottom: 17px
}

section#privacy ul.extensions {
    margin-bottom: 40px
}

section#privacy ul.extensions>li {
    display: inline-block
}

section#privacy ul.extensions>li+li {
    margin-left: 15px
}

section#changelog>div>h2 {
    font-size: 180%
}

section#changelog>div>h2>span.revision {
    font-size: 70%;
    color: #aaa;
    margin-left: 3px
}

section#changelog>div>h2>span.revision::before {
    content: "("
}

section#changelog>div>h2>span.revision::after {
    content: ")"
}

section#changelog>div>h2>span.created {
    background: url(/img/icon-calendar.png) no-repeat 0 center/12px;
    color: #aaa;
    font-size: 40%;
    margin-left: 15px;
    padding-left: 16px;
    font-weight: 400
}

section#changelog>div+div {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

@keyframes easteregg {
    100% {
        transform: translate3d(0, 150%, 0) rotateZ(15deg);
        opacity: 0
    }
}

body.landingpage>header.js-enabled>div>svg.loaded,
body.landingpage>header>div>svg {
    transform: translate3d(0, -50px, 0) scale(0.4)
}

@media(max-width: 1000px) {

    body.landingpage>header.js-enabled>div>svg.loaded,
    body.landingpage>header>div>svg {
        transform: translate3d(0, -70px, 0) scale(0.3)
    }
}

@media(max-width: 600px) {

    body.landingpage>header.js-enabled>div>svg.loaded,
    body.landingpage>header>div>svg {
        transform: translate3d(0, -110px, 0) scale(0.2)
    }
}

body.landingpage>header.js-enabled>div>svg.loaded>path,
body.landingpage>header>div>svg>path {
    transition: stroke .5s;
    stroke: #ddd
}

body.landingpage {
    background: #322e2f;
    overflow-x: hidden
}

body.landingpage>header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 570px;
    background: #322e2f;
    z-index: 2
}

@media(max-width: 1000px) {
    body.landingpage>header {
        height: 490px
    }
}

@media(max-width: 600px) {
    body.landingpage>header {
        height: 350px
    }
}

@media(max-width: 400px) {
    body.landingpage>header {
        height: 230px
    }
}

body.landingpage>header>div {
    position: relative;
    width: 100%
}

body.landingpage>header>div>svg {
    display: block;
    margin: 0 auto;
    width: 310px;
    height: 310px
}

body.landingpage>header>div>svg>path {
    fill: none;
    stroke-width: 5px
}

body.landingpage>header>div>h1 {
    text-align: center;
    font-size: 220%;
    color: #fff;
    font-weight: 300;
    margin-top: -100px
}

@media(max-width: 1000px) {
    body.landingpage>header>div>h1 {
        font-size: 200%;
        margin-top: -140px
    }
}

@media(max-width: 600px) {
    body.landingpage>header>div>h1 {
        font-size: 180%;
        margin-top: -210px
    }
}

body.landingpage>header>div>span.about {
    display: block;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 15px;
    color: #aaa
}

@media(max-width: 1000px) {
    body.landingpage>header>div>span.about {
        font-size: 90%
    }
}

@media(max-width: 600px) {
    body.landingpage>header>div>span.about {
        font-size: 80%
    }
}

body.landingpage>header>div>menu {
    position: relative;
    text-align: center;
    margin: 50px auto 0;
    padding: 40px 0 0 0;
    max-width: 800px
}

@media(max-width: 1000px) {
    body.landingpage>header>div>menu {
        margin-top: 40px;
        padding-top: 35px
    }
}

@media(max-width: 600px) {
    body.landingpage>header>div>menu {
        margin-top: 30px;
        padding-top: 25px
    }
}

@media(max-width: 400px) {
    body.landingpage>header>div>menu {
        display: none
    }
}

body.landingpage>header>div>menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    opacity: .2
}

body.landingpage>header>div>menu>li {
    display: inline-block;
    padding: 0 15px 0 0
}

body.landingpage>header>div>menu>li>a {
    display: block;
    width: 100%;
    color: #ddd;
    font-size: 120%;
    letter-spacing: 1px;
    padding-top: 5px
}

body.landingpage>header>div>menu>li>a>span {
    display: block;
    margin-top: 20px
}

@media(max-width: 600px) {
    body.landingpage>header>div>menu>li>a>span {
        margin-top: 7px
    }
}

@media(max-width: 1000px) {
    body.landingpage>header>div>menu>li>a {
        font-size: 110%
    }
}

@media(max-width: 600px) {
    body.landingpage>header>div>menu>li>a {
        font-size: 100%
    }
}

body.landingpage>header>div>menu>li>a:first-child {
    margin-right: 100px
}

@media(max-width: 600px) {
    body.landingpage>header>div>menu>li>a:first-child {
        margin-right: 50px
    }
}

@media(max-width: 500px) {
    body.landingpage>header>div>menu>li>a:first-child {
        margin-right: 20px
    }
}

body.landingpage>header>div>menu>li>a>div.logo {
    display: inline-block
}

@media(max-width: 600px) {
    body.landingpage>header>div>menu>li>a>div.logo {
        transform: scale(0.8)
    }
}

body.landingpage>header.js-enabled>div>h1 {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
    transition: opacity .5s, transform .5s
}

body.landingpage>header.js-enabled>div>h1.visible {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

body.landingpage>header.js-enabled>div>span.about {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
    transition: opacity .5s, transform .5s
}

body.landingpage>header.js-enabled>div>span.about.visible {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

body.landingpage>header.js-enabled>div>menu::before {
    transform: scaleX(0);
    transition: transform .5s
}

body.landingpage>header.js-enabled>div>menu>li {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
    pointer-events: none;
    transition: opacity .5s .2s, transform .5s .2s
}

body.landingpage>header.js-enabled>div>menu.visible::before {
    transform: scaleX(1)
}

body.landingpage>header.js-enabled>div>menu.visible>li {
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    opacity: 1
}

body.landingpage>header.js-enabled>div>svg {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    transition: opacity .5s, transform .5s
}

@media(max-width: 1000px) {
    body.landingpage>header.js-enabled>div>svg {
        transform: translate3d(0, 40px, 0) scale(0.75)
    }
}

@media(max-width: 600px) {
    body.landingpage>header.js-enabled>div>svg {
        transform: translate3d(0, 0, 0) scale(0.5)
    }
}

@media(max-width: 400px) {
    body.landingpage>header.js-enabled>div>svg {
        transform: translate3d(0, -65px, 0) scale(0.3)
    }
}

body.landingpage>header.js-enabled>div>svg.visible {
    opacity: 1
}

body.landingpage>main>section.preview,
body.landingpage>main>section.intro {
    position: relative;
    padding: 60px 4%;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.5));
    border-radius: 20px;
    z-index: 2
}

body.landingpage>main section.preview {
    background: #f2f2f2;
    min-height: 100vh;
    overflow: hidden
}

@media(max-width: 1000px) {
    body.landingpage>main section.preview {
        background: #fff;
        padding: 0
    }
}

body.landingpage>main section.preview>div {
    position: relative;
    background: #fff;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 20px;
    overflow: hidden
}

@media(max-width: 1000px) {
    body.landingpage>main section.preview>div {
        box-shadow: none;
        border: none
    }
}

body.landingpage>main section.preview>div>header {
    position: relative;
    background: #6494f4;
    color: #fff;
    padding: 30px 40px 70px;
    overflow: hidden;
    z-index: 1
}

body.landingpage>main section.preview>div>header::before {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 200%;
    height: 60px;
    background: #fff;
    transform: rotateZ(-3deg);
    transform-origin: top left
}

body.landingpage>main section.preview>div>header>img {
    display: block;
    width: 64px;
    margin: auto
}

body.landingpage>main section.preview>div>header>h2 {
    color: #fff;
    margin: 20px 0 30px
}

body.landingpage>main section.preview>div>header>div.rating {
    display: inline-block;
    vertical-align: top;
    width: 75px;
    height: 15px;
    background: url(/img/icon-rating-inactive.png) repeat-x;
    background-size: 15px
}

body.landingpage>main section.preview>div>header>div.rating>div {
    height: 100%;
    background: url(/img/icon-rating.png) repeat-x;
    background-size: 15px
}

body.landingpage>main section.preview>div>header>span.ratingCount {
    font-size: 80%;
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px
}

body.landingpage>main section.preview>div>header>p.activeUsers {
    font-size: 90%;
    margin-top: 10px
}

body.landingpage>main section.preview>div>header>span.installed {
    position: absolute;
    top: 40px;
    right: 40px;
    display: block;
    font-size: 110%;
    font-weight: 400;
    padding: 5px 18px 6px 38px;
    color: #7cce41;
    background: #fff url(/img/icon-success-green.png) no-repeat 12px center/18px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    border-radius: 25px
}

@media(max-width: 800px) {
    body.landingpage>main section.preview>div>header>span.installed {
        font-size: 100%;
        background-size: 16px;
        background-position-x: 9px;
        padding: 5px 15px 6px 33px
    }
}

@media(max-width: 600px) {
    body.landingpage>main section.preview>div>header>span.installed {
        display: none
    }
}

body.landingpage>main section.preview>div>div {
    margin-top: 50px;
    padding: 0 40px 40px
}

@media(max-width: 800px) {
    body.landingpage>main section.preview>div>div {
        margin-top: 40px
    }
}

body.landingpage>main section.preview>div>div>p.desc {
    font-size: 140%;
    font-weight: 300;
    margin-bottom: 60px
}

@media(max-width: 800px) {
    body.landingpage>main section.preview>div>div>p.desc {
        font-size: 120%;
        margin-bottom: 40px
    }
}

body.landingpage>main section.preview>div>div>div.slideshow {
    position: relative;
    display: none
}

body.landingpage>main section.preview>div>div>div.slideshow.inited {
    display: block
}

body.landingpage>main section.preview>div>div>div.slideshow.broken {
    transform-origin: 0 0;
    animation: easteregg 2s;
    animation-fill-mode: forwards;
    pointer-events: none
}

body.landingpage>main section.preview>div>div>div.slideshow>a {
    position: absolute;
    top: calc(50% - 50px);
    display: block;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

@media(max-width: 1000px) {
    body.landingpage>main section.preview>div>div>div.slideshow>a {
        width: 34px;
        height: 34px;
        top: calc(50% - 40px)
    }
}

@media(max-width: 800px) {
    body.landingpage>main section.preview>div>div>div.slideshow>a {
        display: none
    }
}

body.landingpage>main section.preview>div>div>div.slideshow>a.prev {
    left: 0;
    background-image: url(/img/arrow-left.png)
}

@media(max-width: 1000px) {
    body.landingpage>main section.preview>div>div>div.slideshow>a.prev {
        left: -12px
    }
}

body.landingpage>main section.preview>div>div>div.slideshow>a.next {
    right: 0;
    background-image: url(/img/arrow-right.png)
}

@media(max-width: 1000px) {
    body.landingpage>main section.preview>div>div>div.slideshow>a.next {
        right: -12px
    }
}

body.landingpage>main section.preview>div>div>div.slideshow>menu {
    display: block;
    text-align: center;
    margin: 30px 0 0 0
}

body.landingpage>main section.preview>div>div>div.slideshow>menu>a {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 10px;
    background: #ddd;
    border-radius: 50%;
    transform: scale(0.7, 0.7);
    transition: background .5s, transform .5s
}

body.landingpage>main section.preview>div>div>div.slideshow>menu>a.active {
    transform: scale(1, 1);
    background: #6494f4
}

body.landingpage>main section.preview>div>div>div.slideshow>div {
    position: relative;
    width: calc(100% - 150px);
    min-height: 70px;
    margin: 0 auto;
    padding: 70px 0 0 0;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    background-color: #f2f2f2;
    overflow: hidden
}

@media(max-width: 1000px) {
    body.landingpage>main section.preview>div>div>div.slideshow>div {
        width: calc(100% - 100px);
        padding-top: 60px
    }
}

@media(max-width: 800px) {
    body.landingpage>main section.preview>div>div>div.slideshow>div {
        padding-top: 0;
        width: 100%
    }
}

body.landingpage>main section.preview>div>div>div.slideshow>div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-image: url(/img/mockup-left.png), url(/img/mockup-right.png), url(/img/mockup-middle.png);
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: left 0, right 0, left 0;
    background-size: auto 70px;
    z-index: 2
}

@media(max-width: 1000px) {
    body.landingpage>main section.preview>div>div>div.slideshow>div::before {
        height: 60px;
        background-size: auto 60px
    }
}

@media(max-width: 800px) {
    body.landingpage>main section.preview>div>div>div.slideshow>div::before {
        display: none
    }
}

body.landingpage>main section.preview>div>div>div.slideshow>div>a.close {
    position: absolute;
    display: block;
    border-radius: 50%;
    top: 15px;
    left: 12px;
    width: 12px;
    height: 12px;
    z-index: 2;
    cursor: default
}

@media(max-width: 1000px) {
    body.landingpage>main section.preview>div>div>div.slideshow>div>a.close {
        top: 13px;
        left: 11px;
        width: 10px;
        height: 10px
    }
}

@media(max-width: 800px) {
    body.landingpage>main section.preview>div>div>div.slideshow>div>a.close {
        display: none
    }
}

body.landingpage>main section.preview>div>div>div.slideshow>div>div {
    position: relative;
    white-space: nowrap;
    transition: transform .7s;
    z-index: 1
}

body.landingpage>main section.preview>div>div>div.slideshow>div>div>img {
    width: 100%;
    opacity: .2;
    transition: opacity 1s
}

body.landingpage>main section.preview>div>div>div.slideshow>div>div>img.active {
    opacity: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

body.landingpage>main section.preview>div>div>p.downloadOptions {
    position: relative;
    margin: 60px auto 20px
}

@media(max-width: 600px) {
    body.landingpage>main section.preview>div>div>p.downloadOptions {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

body.landingpage>main section.preview>div>div>p.downloadOptions>a[data-store] {
    position: absolute;
    display: inline-block;
    width: 32px;
    height: 32px;
    top: 7px;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center
}

body.landingpage>main section.preview>div>div>p.downloadOptions>a[data-store]>span {
    content: attr(data-title);
    position: absolute;
    color: #fff;
    background: #322e2f;
    white-space: nowrap;
    font-size: 80%;
    font-weight: 400;
    padding: 2px 8px;
    margin-left: 50%;
    bottom: -22px;
    border-radius: 20px;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(0, -4px, 0);
    transition: opacity .3s, transform .3s
}

body.landingpage>main section.preview>div>div>p.downloadOptions>a[data-store]>span::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border: 6px solid rgba(0, 0, 0, 0);
    border-bottom-color: #322e2f
}

body.landingpage>main section.preview>div>div>p.downloadOptions>a[data-store]:hover>span {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

body.landingpage>main section.preview>div>div>p.downloadOptions>a[data-store][data-store=chrome] {
    background-image: url(/img/logo-chrome.png);
    margin-left: 12px
}

body.landingpage>main section.preview>div>div>p.downloadOptions>a[data-store][data-store=edge] {
    background-image: url(/img/logo-edge.png);
    margin-left: 50px
}

body.landingpage>main section.preview>div>div>p.downloadOptions>a[data-store][data-store=firefox] {
    background-image: url(/img/logo-firefox.png);
    background-size: 27px;
    margin-left: 88px
}

@media(max-width: 600px) {
    body.landingpage>main section.preview>div>div>p.downloadOptions>a[data-store] {
        left: 0;
        right: 0;
        bottom: -80px;
        margin: auto !important
    }

    body.landingpage>main section.preview>div>div>p.downloadOptions>a[data-store][data-store=chrome] {
        left: -74px
    }

    body.landingpage>main section.preview>div>div>p.downloadOptions>a[data-store][data-store=firefox] {
        right: -74px
    }
}

body.landingpage>main section.intro {
    background: #fff;
    padding-top: 20px;
    margin: 570px 0 0 0;
    text-align: center
}

@media(max-width: 1000px) {
    body.landingpage>main section.intro {
        margin-top: 490px
    }
}

@media(max-width: 600px) {
    body.landingpage>main section.intro {
        margin-top: 350px
    }
}

@media(max-width: 400px) {
    body.landingpage>main section.intro {
        margin-top: 230px
    }
}

body.landingpage>main section.intro>blockquote {
    display: block;
    margin: 50px 0;
    font-size: 260%;
    color: #6494f4;
    font-weight: 300;
    text-align: center
}

@media(max-width: 1000px) {
    body.landingpage>main section.intro>blockquote {
        margin: 30px 0;
        font-size: 220%
    }
}

@media(max-width: 750px) {
    body.landingpage>main section.intro>blockquote {
        margin: 10px 0;
        font-size: 200%
    }
}

body.landingpage>main section.intro>blockquote::before,
body.landingpage>main section.intro>blockquote::after {
    color: #aaa;
    font-size: 120%;
    display: inline-block;
    margin: 0 20px
}

@media(max-width: 600px) {

    body.landingpage>main section.intro>blockquote::before,
    body.landingpage>main section.intro>blockquote::after {
        display: none
    }
}

body.landingpage>main section.intro>blockquote::before {
    content: "«"
}

body.landingpage>main section.intro>blockquote::after {
    content: "»"
}

body.landingpage>main section.intro>p {
    font-size: 140%;
    line-height: 200%;
    font-weight: 300;
    padding-top: 50px;
    margin: 0 auto 100px;
    max-width: 800px
}

@media(max-width: 1000px) {
    body.landingpage>main section.intro>p {
        font-size: 130%;
        line-height: 180%;
        padding-top: 30px;
        margin-bottom: 20px
    }
}

@media(max-width: 750px) {
    body.landingpage>main section.intro>p {
        font-size: 110%;
        line-height: 170%;
        margin-bottom: 0
    }
}

body.landingpage>main>blockquote {
    position: relative;
    height: 100vh;
    text-align: center;
    font-size: 250%;
    font-weight: 300;
    background: #322e2f;
    padding: 0 4%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 1000px) {
    body.landingpage>main>blockquote {
        font-size: 200%
    }
}

@media(max-width: 700px) {
    body.landingpage>main>blockquote {
        font-size: 180%
    }
}

body.landingpage>main>blockquote>div {
    position: relative;
    padding-left: 75px
}

@media(max-width: 1000px) {
    body.landingpage>main>blockquote>div {
        padding-left: 60px
    }
}

@media(max-width: 700px) {
    body.landingpage>main>blockquote>div {
        padding-left: 50px
    }
}

body.landingpage>main>blockquote>div::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    background: url(/img/icon-quote.png) no-repeat center/50px;
    width: 50px;
    height: 50px
}

@media(max-width: 1000px) {
    body.landingpage>main>blockquote>div::before {
        background-size: 40px;
        width: 40px;
        height: 40px
    }
}

@media(max-width: 700px) {
    body.landingpage>main>blockquote>div::before {
        background-size: 32px;
        width: 32px;
        height: 32px
    }
}

body.landingpage>main>blockquote>div>p {
    text-align: left
}

body.landingpage>main>blockquote>div>footer {
    margin-top: 20px;
    font-size: 50%;
    text-align: left;
    color: #aaa
}

@media(max-width: 1000px) {
    body.landingpage>main>blockquote>div>footer {
        margin-top: 12px;
        font-size: 60%
    }
}

body.landingpage>header.parallaxed,
body.landingpage>footer.parallaxed,
body.landingpage>main>blockquote.parallaxed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none
}

body.landingpage>header.parallaxed.visible,
body.landingpage>footer.parallaxed.visible,
body.landingpage>main>blockquote.parallaxed.visible {
    display: flex
}

body.landingpage>header.parallaxed+section,
body.landingpage>header.parallaxed~main>section,
body.landingpage>footer.parallaxed+section,
body.landingpage>footer.parallaxed~main>section,
body.landingpage>main>blockquote.parallaxed+section,
body.landingpage>main>blockquote.parallaxed~main>section {
    margin-bottom: 100vh
}

body.landingpage>header.parallaxed+section:last-child,
body.landingpage>header.parallaxed~main>section:last-child,
body.landingpage>footer.parallaxed+section:last-child,
body.landingpage>footer.parallaxed~main>section:last-child,
body.landingpage>main>blockquote.parallaxed+section:last-child,
body.landingpage>main>blockquote.parallaxed~main>section:last-child {
    margin-bottom: 450px
}

@media(max-width: 800px) {

    body.landingpage>header.parallaxed+section:last-child,
    body.landingpage>header.parallaxed~main>section:last-child,
    body.landingpage>footer.parallaxed+section:last-child,
    body.landingpage>footer.parallaxed~main>section:last-child,
    body.landingpage>main>blockquote.parallaxed+section:last-child,
    body.landingpage>main>blockquote.parallaxed~main>section:last-child {
        margin-bottom: 350px
    }
}

@media(max-width: 580px) {

    body.landingpage>header.parallaxed+section:last-child,
    body.landingpage>header.parallaxed~main>section:last-child,
    body.landingpage>footer.parallaxed+section:last-child,
    body.landingpage>footer.parallaxed~main>section:last-child,
    body.landingpage>main>blockquote.parallaxed+section:last-child,
    body.landingpage>main>blockquote.parallaxed~main>section:last-child {
        margin-bottom: 330px
    }
}

section#uninstall section.info>div.feedback {
    border-top: 2px solid #f2f2f2;
    margin-top: 30px;
    padding-top: 30px
}

section#uninstall section.info>div.feedback>a {
    display: block;
    margin: 18px 0 0 5px;
    width: 48px;
    height: 48px;
    background: #6494f4 url(/img/speechBubble.png) no-repeat center/24px;
    border-radius: 50%
}

section#uninstall section.suggestions {
    position: relative;
    background: #6494f4;
    color: #fff;
    margin: 50px -30px 40px;
    padding: 50px 30px 70px;
    overflow: hidden;
    z-index: 1
}

section#uninstall section.suggestions>h2 {
    color: #fff;
    margin-bottom: 50px;
    font-size: 180%
}

section#uninstall section.suggestions::before,
section#uninstall section.suggestions::after {
    content: "";
    position: absolute;
    left: 0;
    width: 200%;
    height: 60px;
    background: #fff
}

section#uninstall section.suggestions::before {
    top: -60px;
    transform: rotateZ(3deg);
    transform-origin: bottom left
}

section#uninstall section.suggestions::after {
    bottom: -60px;
    transform: rotateZ(-2deg);
    transform-origin: top left
}

section#uninstall section.suggestions>div+div {
    margin-top: 15px
}

section#uninstall section.suggestions>div>p.question {
    position: relative;
    font-size: 120%;
    margin: 0;
    padding: 0 0 0 16px;
    cursor: pointer
}

section#uninstall section.suggestions>div>p.question::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 6px solid rgba(0, 0, 0, 0);
    border-left-color: #fff
}

section#uninstall section.suggestions>div>div.answer {
    position: relative;
    background: #fff;
    color: #666;
    border-radius: 10px;
    height: 0;
    opacity: 0;
    padding: 0 15px;
    margin: 0 15px;
    pointer-events: none;
    transition: padding .4s, margin .4s, opacity .3s, transform .4s
}

section#uninstall section.suggestions>div>div.answer.visible {
    margin: 8px 15px 0;
    padding: 10px 15px;
    height: auto;
    opacity: 1;
    pointer-events: auto
}

section#uninstall section.suggestions>div>div.answer::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 30px;
    border: 7px solid rgba(0, 0, 0, 0);
    border-bottom-color: #fff
}

section#uninstall section.suggestions>div>div.answer>p {
    margin: 0
}

section#uninstall section.suggestions>div>div.answer>p+p {
    margin-top: 10px
}

section#uninstall section.form {
    transition: opacity .3s
}

section#uninstall section.form.fadeout {
    opacity: 0;
    pointer-events: none
}

section#uninstall section.form>p.sent {
    font-size: 150%;
    background: url(/img/icon-success-gray.png) no-repeat 0 center/22px;
    padding: 60px 0 60px 35px;
    margin: 0
}

section#uninstall section.form>textarea,
section#uninstall section.form>input[type=email] {
    background: #f2f2f2;
    border: none;
    outline: none;
    padding: 5px 7px
}

section#uninstall section.form>textarea {
    min-width: 500px;
    min-height: 100px;
    resize: vertical;
    margin-bottom: 20px
}

section#uninstall section.form>input[type=email] {
    min-width: 270px
}

section#uninstall section.form>button[type=submit] {
    display: block;
    margin-top: 30px
}

section#feedback p {
    font-size: 110%
}

section#feedback p.loading {
    position: relative;
    padding-left: 60px;
    font-size: 130%;
    line-height: 150%
}

section#feedback p.loading::before {
    border-radius: 50%;
    border: 5px solid rgba(0, 0, 0, 0);
    border-top-color: #6494f4;
    cursor: pointer;
    background: none !important;
    animation: spin 2s linear infinite;
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none
}

section#feedback p.loading::after {
    content: "...";
    letter-spacing: 3px;
    margin-left: 5px
}

section#feedback a[href^="mailto:"] {
    margin-top: 15px
}

section#feedback div.mailWrapper {
    display: none
}

section#feedback div.mailWrapper.visible {
    display: block
}

section#login input[type=email],
section#login input[type=password] {
    display: block;
    background: #f2f2f2;
    border: none;
    outline: none;
    padding: 10px 10px;
    width: 270px
}

section#login input[type=email]+input,
section#login input[type=password]+input {
    margin-top: 20px
}

section#login button[type=submit] {
    display: block;
    margin-top: 30px
}

section#error>p {
    font-size: 140%;
    margin-bottom: 40px
}

section#error>a {
    padding-left: 27px
}

section#error>a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotateZ(-45deg)
}

section#cancellationPolicy ul.personalInfos {
    margin-bottom: 17px
}

body.premium h2.indented {
    margin-left: 20px
}

@media(max-width: 1080px) {
    body.premium h2.indented {
        margin-left: 40px
    }
}

body.premium>main {
    padding-bottom: 80px
}

body.premium>main>form,
body.premium>main>form>section,
body.premium>main section#paySuccess,
body.premium>main section#premiumConfirm {
    min-height: 300px
}

body.premium>main>form.loading>*,
body.premium>main>form>section.loading>*,
body.premium>main section#paySuccess.loading>*,
body.premium>main section#premiumConfirm.loading>* {
    display: none !important
}

body.premium>main>form.loading::before,
body.premium>main>form>section.loading::before,
body.premium>main section#paySuccess.loading::before,
body.premium>main section#premiumConfirm.loading::before {
    border-radius: 50%;
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: #6494f4;
    cursor: pointer;
    background: none !important;
    animation: spin 2s linear infinite;
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    display: block;
    left: 0;
    right: 0;
    top: 90px;
    margin: auto;
    pointer-events: none
}

body.premium>main>form.loading[data-loading]::after,
body.premium>main>form>section.loading[data-loading]::after,
body.premium>main section#paySuccess.loading[data-loading]::after,
body.premium>main section#premiumConfirm.loading[data-loading]::after {
    content: attr(data-loading);
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 220px;
    margin: auto;
    font-size: 150%;
    text-align: center;
    color: #aaa
}

body.premium>main section.highlight {
    display: flex;
    flex-flow: row wrap
}

body.premium>main section.highlight>div {
    position: relative;
    flex: 1;
    z-index: 2
}

body.premium>main section.highlight>aside {
    position: relative;
    background: #6494f4;
    margin: -31px -31px -80px auto;
    padding: 100px 70px 30px 90px;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    z-index: 1
}

body.premium>main section.highlight>aside::before {
    content: "";
    position: absolute;
    top: 0;
    left: -200px;
    width: 200px;
    height: calc(100% + 20px);
    transform: rotateZ(-10deg);
    transform-origin: top right;
    background: #fff
}

body.premium>main ul.info {
    margin: 30px 0 0 0;
    font-size: 120%
}

body.premium>main ul.info>li {
    margin: 6px 0
}

body.premium>main ul.info>li>strong {
    display: inline-block;
    margin: 0 20px 0 0
}

body.premium>main ul.info>li>span {
    display: inline-block
}

body.premium>main ul.info>li[data-type=card_number]>span::before {
    content: "●●●●";
    letter-spacing: 2px;
    margin: 0 3px 0 0
}

body.premium>main ul.info>li[data-type=payment_method]>span {
    text-transform: capitalize
}

body.premium>main div.price {
    position: relative;
    display: inline-block;
    padding: 10px 32px;
    font-size: 200%;
    color: #fff;
    border-radius: 30px;
    border: 3px solid #fff
}

body.premium>main div.price>span {
    position: relative;
    display: inline-block;
    z-index: 3
}

body.premium>main div.price>span.label {
    display: inline-block;
    font-weight: 400;
    margin: 5px 12px 0 0;
    vertical-align: top;
    font-size: 70%
}

body.premium>main div.price>span.currency {
    display: inline-block;
    margin: 0 7px 0 0;
    font-size: 90%
}

body.premium>main div.price.small {
    color: #aaa;
    border: 2px solid #ddd;
    font-size: 120%;
    padding: 3px 12px
}

body.premium>main div.price.small>span.label {
    margin-top: 4px
}

body.premium>main p.paymentSupport {
    margin-top: 25px
}

body.premium>main p.paymentSupport>a {
    font-weight: 400
}

div.love {
    position: absolute;
    top: -7px;
    right: 0;
    width: 320px;
    height: 320px
}

div.love svg.like {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100%;
    transform: scale(0.3);
    transform-origin: 50% 50%;
    background: #fd7f9a;
    fill: #fff;
    transition: transform .3s;
    z-index: 10
}

div.love svg.fly {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    fill: #ff8fd1
}

div.love svg.h {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
    fill: #00db9c
}

div.love div.dot {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background: #00e5ff;
    border-radius: 50%;
    z-index: 6
}

div.love div.dot::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c0ff00
}

div.love[data-tier="1"] svg.like {
    transform: scale(0.25)
}

div.love[data-tier="3"] svg.like {
    animation: blink 1s forwards
}

div.love[data-tier="3"] svg.fly.fly-1 {
    animation: fly-1 1s .1s
}

div.love[data-tier="3"] svg.fly.fly-2 {
    animation: fly-2 1s .1s
}

div.love[data-tier="3"] svg.h {
    transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s, fill .2s 1s, opacity .2s 1.2s;
    opacity: 0
}

div.love[data-tier="3"] svg.h.h-5,
div.love[data-tier="3"] svg.h.h-6,
div.love[data-tier="3"] svg.h.h-7,
div.love[data-tier="3"] svg.h.h-8 {
    fill: #0fe
}

div.love[data-tier="3"] svg.h.h-1 {
    transform: translate3d(0, -160px, 0)
}

div.love[data-tier="3"] svg.h.h-2 {
    transform: translate3d(160px, 0, 0)
}

div.love[data-tier="3"] svg.h.h-3 {
    transform: translate3d(0, 160px, 0)
}

div.love[data-tier="3"] svg.h.h-4 {
    transform: translate3d(-160px, 0, 0)
}

div.love[data-tier="3"] svg.h.h-5 {
    transform: scale(1.5) translate3d(70px, -70px, 0)
}

div.love[data-tier="3"] svg.h.h-6 {
    transform: scale(1.5) translate3d(70px, 70px, 0)
}

div.love[data-tier="3"] svg.h.h-7 {
    transform: scale(1.5) translate3d(-70px, -70px, 0)
}

div.love[data-tier="3"] svg.h.h-8 {
    transform: scale(1.5) translate3d(-70px, 70px, 0)
}

div.love[data-tier="3"] div.dot {
    opacity: 0;
    transform: translateY(-80px);
    transition: transform 1s, opacity .5s 1s, background .1s .2s
}

div.love[data-tier="3"] div.dot.dot-2 {
    transform: rotate(45deg) translateY(-80px)
}

div.love[data-tier="3"] div.dot.dot-3 {
    transform: rotate(90deg) translateY(-80px)
}

div.love[data-tier="3"] div.dot.dot-4 {
    transform: rotate(135deg) translateY(-80px)
}

div.love[data-tier="3"] div.dot.dot-5 {
    transform: rotate(180deg) translateY(-80px)
}

div.love[data-tier="3"] div.dot.dot-6 {
    transform: rotate(225deg) translateY(-80px)
}

div.love[data-tier="3"] div.dot.dot-7 {
    transform: rotate(270deg) translateY(-80px)
}

div.love[data-tier="3"] div.dot.dot-8 {
    transform: rotate(305deg) translateY(-80px)
}

@keyframes blink {
    10% {
        transform: scale(0.42);
        background: #8815b7
    }

    100% {
        background: #fd7f9a
    }
}

@keyframes fly-1 {
    25% {
        transform: translate3d(100px, -100px, 0)
    }

    75% {
        transform: translate3d(-100px, 100px, 0);
        z-index: 7
    }

    100% {
        z-index: 11
    }
}

@keyframes fly-2 {
    25% {
        transform: translate3d(-100px, -100px, 0)
    }

    75% {
        transform: translate3d(100px, 100px, 0);
        z-index: 7
    }

    100% {
        z-index: 11
    }
}

form#premiumCheckout>section.checkout div.form input[type=email] {
    border: none;
    outline: 0;
    width: 100%;
    max-width: 300px;
    min-height: 36px;
    line-height: 36px;
    padding: 0 7px;
    background: rgba(0, 0, 0, .05);
    font-size: 110%
}

form#premiumCheckout>section.checkout h2.large {
    margin-bottom: 35px
}

form#premiumCheckout>section.checkout select[name=priceTier] {
    display: none
}

form#premiumCheckout>section.checkout select[name=currency] {
    display: inline-block;
    font-size: 150%;
    font-weight: 400;
    border: 0;
    border-radius: 0 12px 12px 0;
    background: #ededed;
    padding: 7px 10px;
    margin: 7px 20px 0 -30px;
    vertical-align: top
}

form#premiumCheckout>section.checkout select[name=currency].disabled,
form#premiumCheckout>section.checkout select[name=currency].tmp-disabled {
    -webkit-appearance: none;
    appearance: none;
    padding: 8px 16px;
    pointer-events: none
}

form#premiumCheckout>section.checkout select[name=currency]>option:disabled {
    display: none
}

form#premiumCheckout>section.checkout p.info {
    font-size: 110%;
    margin: 0 0 24px 0
}

form#premiumCheckout>section.checkout div.priceTier {
    display: inline-flex;
    flex-flow: row wrap
}

form#premiumCheckout>section.checkout div.priceTier>div {
    font-size: 200%;
    font-weight: 300;
    color: #aaa;
    margin: 0 5px 20px 0;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color .2s, transform .2s
}

form#premiumCheckout>section.checkout div.priceTier>div:hover {
    background: rgba(0, 0, 0, .04)
}

form#premiumCheckout>section.checkout div.priceTier>div.active {
    background: #6494f4;
    color: #fff;
    font-weight: 400
}

form#premiumCheckout>section.checkout div.form label {
    display: block;
    font-size: 110%;
    font-weight: 400;
    margin: 30px 0 5px 0
}

form#premiumCheckout>section.checkout div.form input[type=email] {
    margin-bottom: 10px
}

form#premiumCheckout>section.checkout p.eula {
    margin: 50px 0 0 0
}

form#premiumCheckout>section.checkout p.eula input[type=checkbox] {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin: 0 10px 0 0;
    cursor: pointer
}

form#premiumCheckout>section.checkout p.eula input[type=checkbox]::before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 2px solid #ddd;
    border-radius: 3px;
    transition: border .2s, height .2s, transform .2s
}

form#premiumCheckout>section.checkout p.eula input[type=checkbox]:checked::before {
    transform: rotateZ(-45deg);
    border-color: #7cce41;
    border-top-style: none;
    border-right-style: none;
    border-radius: 0;
    height: 50%
}

form#premiumCheckout>section.checkout p.eula input[type=checkbox]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    cursor: pointer
}

form#premiumCheckout>section.checkout p.eula>a {
    font-weight: 400
}

form#premiumCheckout>section.checkout p.cancellationPolicy {
    margin: 25px 0 0 0
}

form#premiumCheckout>section.checkout p.cancellationPolicy>a {
    position: relative;
    font-weight: 400;
    padding-left: 16px;
    color: #666
}

form#premiumCheckout>section.checkout p.cancellationPolicy>a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    transform: rotateZ(45deg);
    width: 7px;
    height: 7px;
    border-top: 2px solid #666;
    border-right: 2px solid #666
}

form#premiumCheckout>section.checkout footer.submit {
    margin: 60px 0 0 0
}

form#premiumCheckout>section.checkout footer.submit button[type=submit] {
    font-size: 130%;
    font-weight: 300;
    padding: 9px 20px;
    z-index: 2;
    transition: background-color .2s, transform .2s
}

form#premiumCheckout>section.checkout footer.submit button[type=submit]:hover {
    background: #7ca4f6
}

form#premiumCheckout>section.checkout footer.submit button[type=submit]:focus {
    background: #94b5f7;
    transform: scale(0.98)
}

form#premiumCheckout>section.checkout footer.submit div.price {
    padding-left: 20px;
    margin-left: -10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

form#premiumCheckout>section.checkout footer.submit p.paymentSupport {
    border-top: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: 40px;
    padding: 12px 10px 0;
    font-size: 90%
}

form#premiumCheckout>section.checkout footer.submit p.paymentSupport>a {
    font-weight: 400
}

form#premiumCheckout>section.checkout aside {
    background-image: url(/img/bg-love.png);
    background-repeat: no-repeat;
    background-size: 230px;
    background-position: bottom right;
    background-color: #ffe5e5;
    width: 330px
}

section#premiumConfirm div.error {
    font-size: 120%;
    color: #ed4337;
    padding: 7px 0 0 30px
}

section#paySuccess h2 {
    margin-bottom: 30px
}

section#paySuccess p.info {
    font-size: 120%
}

section#paySuccess div.licenseKey {
    margin-top: 40px
}

section#paySuccess div.licenseKey>p {
    font-size: 120%
}

section#paySuccess div.licenseKey>strong {
    display: block;
    font-size: 120%;
    margin-top: 15px
}

section#paySuccess div.licenseKey>span {
    display: inline-block;
    font-size: 140%;
    letter-spacing: 3px;
    font-family: Consolas, sans-serif;
    background: #ddd;
    border-radius: 20px;
    padding: 4px 20px 5px;
    margin: 12px 0 0 -15px
}

section#admin form#licenseKey p.licenseKey {
    margin: 20px 0 20px 0;
    padding: 10px 12px 15px 12px;
    background: #666;
    color: #fff;
    font-size: 140%;
    letter-spacing: 3px;
    font-family: Consolas, sans-serif
}

body[dir=rtl].regular>header>div>div.logo {
    margin-right: 0;
    margin-left: 20px
}

body[dir=rtl].regular footer#pageFooter {
    direction: ltr
}

body[dir=rtl].regular a.back {
    left: unset;
    right: -14px;
    box-shadow: -2px 2px 20px rgba(0, 0, 0, .2);
    transform: scale(-1)
}

body[dir=rtl].premium>main ul.info>li>strong {
    margin-left: 20px;
    margin-right: 0
}

body[dir=rtl].premium>main section.highlight>aside {
    margin-right: auto;
    margin-left: -31px;
    padding-right: 90px;
    padding-left: 70px;
    border-radius: 20px 0 0 20px
}

body[dir=rtl].premium>main section.highlight>aside::before {
    left: unset;
    right: -200px;
    transform: rotateZ(10deg);
    transform-origin: top left
}

body[dir=rtl].premium h2.indented {
    margin-left: 0;
    margin-right: 20px
}

body[dir=rtl] div.love {
    left: 0;
    right: unset
}

body[dir=rtl] section#premiumConfirm div.error {
    padding-right: 30px;
    padding-left: 0
}

body[dir=rtl] form#premiumCheckout>section.paymentMethods div.intro {
    padding-left: 10px;
    padding-right: 0
}

body[dir=rtl] form#premiumCheckout>section.paymentMethods aside>div.teaser {
    right: unset;
    left: 16px
}

body[dir=rtl] form#premiumCheckout>section.paymentMethods aside>div.teaser>span {
    transform: rotateZ(90deg);
    transform-origin: bottom right
}

body[dir=rtl] form#premiumCheckout>section.paymentMethods div.wrapper>div {
    margin-right: 0;
    margin-left: 20px
}

body[dir=rtl] form#premiumCheckout>section.price>div.wrapper>div {
    margin-left: 5px;
    margin-right: 0
}

body[dir=rtl] form#premiumCheckout>section.price>select[name=currency] {
    border-radius: 10px 0 0 10px;
    margin-right: -30px;
    margin-left: 20px
}

body[dir=rtl] form#premiumCheckout>section.confirm p.cancellationPolicy>a {
    padding-left: 0;
    padding-right: 16px
}

body[dir=rtl] form#premiumCheckout>section.confirm p.cancellationPolicy>a::before {
    transform: rotateZ(-135deg);
    left: unset;
    right: 0
}

body[dir=rtl] form#premiumCheckout>section.confirm p.eula input[type=checkbox] {
    margin-left: 10px;
    margin-right: 0
}