﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/icons/b9640f1b.fontello.eot?33237408"),url("/fonts/icons/b9640f1b.fontello.eot?33237408#iefix") format("embedded-opentype"),url("/fonts/icons/54790cc2.fontello.woff?33237408") format("woff"),url("/fonts/icons/2ac1aa91.fontello.ttf?33237408") format("truetype"),url("/fonts/icons/a2944c60.fontello.svg?33237408#fontello") format("svg")
}

[class*=" icon-"]::before, [class^=icon-]::before {
    display: inline-block;
    font-family: fontello;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1em;
    margin-left: .2em;
    margin-right: .2em;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em
}

.icon-zoom-out::before {
    content: "\E800"
}

.icon-zoom-in::before {
    content: "\E802"
}

.icon-cancel-circled::before {
    content: "\E804"
}

.icon-cw::before {
    content: "\E809"
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    background-color: #fbfbfe;
    height: 100%
}

body {
    font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    align-items: center;
    color: #20123b;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    min-height: 100vh;
    padding: 48px 0 0
}

    body.settings {
        justify-content: flex-start;
        padding: 0
    }

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    body {
        justify-content: flex-start;
        padding: 0
    }
}

noscript {
    top: 10%
}

.js noscript {
    display: none
}

.browsehappy {
    top: 25%
}

.browsehappy, noscript {
    color: #fff;
    display: block;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 100%
}

    .browsehappy a, noscript a {
        color: #fff
    }

a {
    border-radius: 2px;
    color: #0060df;
    cursor: pointer;
    text-decoration: none
}

    a:focus {
        box-shadow: 0 0 0 2px #0060df,0 0 0 6px rgba(0,96,223,.3);
        color: #0060df;
        outline: 0
    }

    a:hover {
        color: #0060df;
        text-decoration: underline
    }

    a:active {
        box-shadow: none;
        color: #003eaa;
        outline: 0
    }

    a:focus:hover {
        text-decoration: none
    }

    a:focus:active {
        text-decoration: underline
    }

header {
    margin-bottom: 15px
}

    header h1, header h2, header h3 {
        font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
        line-height: 1em;
        margin: 0
    }

    header h1 {
        font-size: 24px;
        font-weight: 400;
        color: #20123b;
        line-height: 26px
    }

        header h1 .description, header h1 .email, header h1 .service {
            display: block;
            font-size: 15px;
            line-height: 22px;
            margin-top: 4px
        }

        header h1 .email {
            color: #737373;
            word-break: anywhere
        }

    header h2 {
        font-size: 20px;
        font-weight: 400;
        font-size: 17px;
        font-weight: 600;
        margin: 0
    }

button, input {
    font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-weight: inherit
}

    button.link {
        color: #0060df;
        font-size: 14px;
        height: 20px;
        justify-content: left;
        letter-spacing: 0;
        width: auto
    }

        button.link:hover {
            text-decoration: underline
        }

    input[type=radio] {
        font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background: #fff;
        border: 1px solid #b1b1b3;
        border-radius: 10px;
        box-sizing: content-box;
        font-size: 18px;
        height: 10px;
        margin: 5px;
        outline: 0;
        padding: 4px;
        vertical-align: middle;
        width: 10px
    }

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    input[type=radio] {
        font-size: 16px
    }
}

input[type=radio]:active, input[type=radio]:focus {
    box-shadow: 0 0 0 2px #55b8eb
}

input[type=radio]:checked {
    background: #0097d0;
    background-clip: content-box
}

input[type=radio]:hover {
    border: 1px solid #0097d0
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("/images/84cbca5d.icon-check-white.svg");
    background-position: 100px 100px;
    background-repeat: no-repeat;
    border: 1px solid rgba(12,12,13,.3);
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    padding: 0 !important;
    width: 18px
}

html[dir=ltr] input[type=checkbox] {
    margin-right: 6px
}

html[dir=rtl] input[type=checkbox] {
    margin-left: 6px
}

input[type=checkbox]:not(:checked) {
    background-color: rgba(12,12,13,.1)
}

    input[type=checkbox]:not(:checked):hover {
        background-color: rgba(12,12,13,.2);
        border-color: rgba(12,12,13,.3)
    }

    input[type=checkbox]:not(:checked):active {
        background-color: rgba(12,12,13,.3)
    }

    input[type=checkbox]:not(:checked):focus {
        border: 0;
        box-shadow: 0 0 0 1px #0a84ff inset,0 0 0 1px #0a84ff,0 0 0 4px rgba(10,132,255,.3)
    }

        input[type=checkbox]:not(:checked):focus:active {
            background-color: rgba(12,12,13,.3)
        }

    input[type=checkbox]:not(:checked):disabled {
        background-color: rgba(12,12,13,.1)
    }

input[type=checkbox]:checked {
    background-color: #0060df;
    background-position: center center
}

    input[type=checkbox]:checked:hover {
        background-color: #003eaa
    }

    input[type=checkbox]:checked:active {
        background-color: #002275
    }

    input[type=checkbox]:checked:focus {
        border: 0;
        box-shadow: 0 0 0 1px #0a84ff inset,0 0 0 1px #0a84ff,0 0 0 4px rgba(10,132,255,.3)
    }

        input[type=checkbox]:checked:focus:active {
            background-color: rgba(12,12,13,.3)
        }

    input[type=checkbox]:checked:disabled {
        background-color: #0060df
    }

input[type=checkbox] ~ label {
    cursor: pointer;
    position: relative;
    top: -4px
}

input[type=checkbox]:disabled {
    cursor: not-allowed;
    opacity: .4
}

    input[type=checkbox]:disabled ~ label {
        cursor: not-allowed;
        opacity: .4
    }

.prefillEmail {
    font-size: 20px;
    font-weight: 400;
    color: #20123b;
    font-size: 16px;
    font-weight: 350;
    margin: 0 0 5px 0;
    word-wrap: anywhere
}

    .prefillEmail ~ .use-different {
        display: inline-block;
        margin: 0 0 17px 0
    }

section p {
    margin: 0 auto 25px 0
}

.email {
    display: block
}

.browsehappy {
    display: block
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

* html .clearfix {
    height: 1%
}

.step {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto 20px
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    .step {
        height: 18px;
        width: 141px
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .step {
        height: 13.5px;
        width: 105.75px
    }
}

#main-content {
    position: relative;
    text-align: center
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    #main-content.card {
        width: 480px
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    #main-content.card {
        width: 300px
    }
}

#main-content.panel {
    max-width: 750px;
    width: 96%
}

    #main-content.panel .panel-text-content {
        text-align: left
    }

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    #main-content {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 12px 18px 2px rgba(34,0,51,.04),0 6px 22px 4px rgba(7,48,114,.12),0 6px 10px -4px rgba(14,13,26,.12);
        margin: 0 auto;
        padding: 70px 40px 40px
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    #main-content {
        margin: 0 auto;
        min-height: 300px !important;
        padding: 82px 20px 20px;
        position: relative;
        width: 94%
    }
}

#fxa-settings-content {
    margin: 0 auto
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    #fxa-settings-content {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 12px 18px 2px rgba(34,0,51,.04),0 6px 22px 4px rgba(7,48,114,.12),0 6px 10px -4px rgba(14,13,26,.12);
        max-width: 640px;
        padding: 32px 0 0;
        transition: box-shadow 250ms cubic-bezier(.07, .95, 0, 1);
        width: 100%
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    #fxa-settings-content {
        background: 0 0;
        border-bottom: 1px solid rgba(12,12,13,.1);
        border-top: 1px solid rgba(12,12,13,.1);
        box-shadow: none;
        padding: 15px 0 10px;
        width: 100%
    }
}

#fxa-settings-content.animate-shadow {
    box-shadow: 0 4px 16px rgba(12,12,13,.1);
    transition: box-shadow 250ms cubic-bezier(.07, .95, 0, 1)
}

#fxa-settings-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    white-space: nowrap;
    width: 100%
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    #fxa-settings-header {
        padding: 0 32px
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    #fxa-settings-header {
        padding: 0 16px
    }
}

#fxa-404-home {
    margin-top: 24px
}

.fxa-404-p {
    line-height: 1.5em;
    margin: 0
}

#static-footer {
    align-items: center;
    display: flex;
    padding: 0 32px;
    width: 100%
}

#stage {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
    opacity: 0;
    width: 100%
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    #stage {
        align-items: flex-start
    }
}

.static #stage {
    opacity: 1
}

.lt-ie10 #stage {
    display: block
}

.error-500-page summary {
    display: list-item
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0,0,0,.75);
    text-align: center
}

    .blocker:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.05em
    }

    .blocker.behind {
        background-color: transparent
    }

.modal {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    width: 400px;
    background: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left
}

    .modal a.close-modal {
        position: absolute;
        top: -12.5px;
        right: -12.5px;
        display: block;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        background: url("data:image/png;base64,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") no-repeat 0 0
    }

.modal-spinner {
    display: none;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -32px;
    margin-top: -32px;
    background: url("data:image/gif;base64,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") #111 no-repeat center center;
    border-radius: 8px
}

#main-content::before {
    background-image: url("/media/images/GapKonn_logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    #main-content::before {
        background-size: auto 82px;
        height: 82px;
        margin-top: -82px;
        opacity: 1 !important;
        top: 41px
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    #main-content::before {
        background-size: auto 56px;
        height: 56px;
        margin-top: -56px;
        top: 66px
    }
}

.static #main-content::before {
    opacity: 1
}

.lt-ie10 #main-content::before {
    opacity: 1
}

#main-content.send-sms {
    padding-top: 40px
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    #main-content.send-sms {
        padding-top: 52px
    }
}

#main-content.send-sms::before {
    content: initial
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    #about-mozilla {
        background: url("/images/c86df1d3.mozilla.svg") no-repeat center center;
        cursor: pointer;
        display: block;
        height: 48px;
        margin: 24px 0;
        transition: opacity 150ms;
        width: 128px
    }

        #about-mozilla:hover {
            opacity: 1
        }

        #about-mozilla:focus {
            outline-color: #fbfbfe
        }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    #about-mozilla {
        display: none
    }
}

.fx-ios-sync #about-mozilla {
    display: none
}

.get-involved {
    margin: 25px 0;
    padding: 0 15px
}

    .get-involved h2 {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5rem
    }

html[dir=ltr] .get-involved h2 {
    text-align: left
}

html[dir=rtl] .get-involved h2 {
    text-align: right
}

.choose-what-to-sync .success-email-created {
    margin-bottom: 26px
}

.choose-what-to-sync form h2 {
    font-size: 18px;
    font-weight: 700;
    padding: 0 15px
}

html[dir=ltr] .choose-what-to-sync form h2 {
    text-align: left
}

html[dir=rtl] .choose-what-to-sync form h2 {
    text-align: right
}

.send-sms h1 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 16px
}

.send-sms p {
    margin-bottom: 20px
}

.send-sms .sms-row {
    position: relative
}

    .send-sms .sms-row .sms-send {
        border-radius: 0 1px 1px 0;
        height: 46px;
        min-width: 55px;
        position: absolute;
        top: 1px;
        width: auto;
        z-index: 3
    }

html[dir=ltr] .send-sms .sms-row .sms-send {
    border-left: 1px solid rgba(12,12,13,.3);
    right: 1px
}

html[dir=rtl] .send-sms .sms-row .sms-send {
    border-radius: 1px 0 0 1px;
    border-right: 1px solid rgba(12,12,13,.3);
    left: 1px
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    .send-sms .sms-row .sms-send {
        padding: 0 20px
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .send-sms .sms-row .sms-send {
        border-radius: 0 1px 1px 0;
        height: 38px;
        line-height: 38px;
        padding: 0 7px
    }
}

.faint {
    color: #737373;
    transition-duration: 150ms
}

    .faint a {
        color: #737373;
        text-decoration: underline
    }

        .faint a:focus {
            box-shadow: 0 0 0 2px #4a4a4f,0 0 0 6px rgba(74,74,79,.3);
            color: #38383d;
            outline: 0
        }

        .faint a:hover {
            color: #4a4a4f;
            text-decoration: underline
        }

        .faint a:active {
            box-shadow: none;
            color: #2a2a2e;
            outline: 0
        }

        .faint a:focus:hover {
            text-decoration: none
        }

        .faint a:focus:active {
            text-decoration: underline
        }

.sms-disclaimer {
    font-size: 12px;
    line-height: 1.5;
    margin: 20px 0 22px;
    padding: 0 20px
}

.sms-sent header {
    margin: 15px auto 32px auto
}

.sms-sent .faint {
    font-size: 12px
}

.sms-sent #sms-sent-to {
    font-size: 16px
}

.tooltip {
    background: #d70022;
    border-radius: 2px;
    color: #fff;
    padding: 5px 12px;
    position: absolute;
    top: -32px;
    z-index: 5
}

html[dir=ltr] .tooltip {
    left: 3px
}

html[dir=rtl] .tooltip {
    right: 3px
}

.tooltip a {
    color: #fff;
    text-decoration: underline
}

.tooltip::before {
    background: #d70022;
    bottom: -8px;
    content: ".";
    height: 16px;
    position: absolute;
    text-indent: -999px;
    transform: rotate(45deg);
    white-space: nowrap;
    width: 16px;
    z-index: -1
}

html[dir=ltr] .tooltip::before {
    left: 12px
}

html[dir=rtl] .tooltip::before {
    right: 12px
}

.tooltip.tooltip-suggest {
    background: rgba(12,12,13,.1)
}

    .tooltip.tooltip-suggest::before {
        background-color: rgba(12,12,13,.1)
    }

    .tooltip.tooltip-suggest > #email-suggestion, .tooltip.tooltip-suggest > .dismiss {
        cursor: pointer
    }

        .tooltip.tooltip-suggest > #email-suggestion:focus, .tooltip.tooltip-suggest > .dismiss:focus {
            border-color: #fff;
            border-style: dotted;
            border-width: 1px;
            color: #fff
        }

    .tooltip.tooltip-suggest > #email-suggestion {
        text-decoration: underline
    }

    .tooltip.tooltip-suggest > .dismiss {
        margin-left: 5px
    }

.tooltip.tooltip-error {
    background: #d70022
}

    .tooltip.tooltip-error::before {
        background-color: #d70022
    }

.tooltip.tooltip-warning {
    background: #ffe900
}

    .tooltip.tooltip-warning::before {
        background-color: #ffe900
    }

.tooltip.tooltip-below::before, html[dir=rtl] .tooltip.tooltip-below::before {
    top: -7px
}

.input-row {
    margin-bottom: 20px;
    position: relative;
    width: 100%
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .input-row {
        margin-bottom: 12px
    }
}

.input-row input {
    padding: 0 16px;
    transition: border-color 150ms,box-shadow 150ms
}

    .input-row input::-moz-placeholder {
        color: rgba(12,12,13,.4) !important;
        font-weight: 400;
        opacity: 1
    }

    .input-row input:-ms-input-placeholder {
        color: rgba(12,12,13,.4) !important;
        font-weight: 400;
        opacity: 1
    }

    .input-row input::placeholder {
        color: rgba(12,12,13,.4) !important;
        font-weight: 400;
        opacity: 1
    }

    .input-row input::-webkit-input-placeholder {
        line-height: 1.3 !important
    }

    .input-row input[type=number]::-webkit-inner-spin-button, .input-row input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0
    }

    .input-row input[type=number] {
        -moz-appearance: textfield
    }

    .input-row input[type=email], .input-row input[type=number], .input-row input[type=password], .input-row input[type=tel], .input-row input[type=text] {
        -webkit-appearance: none;
        -moz-appearance: textfield;
        background-color: #fff;
        border: 1px solid rgba(12,12,13,.3);
        border-radius: 4px;
        color: #0c0c0d;
        font-size: 16px;
        font-weight: 400;
        height: 48px;
        outline: 0;
        position: relative;
        transition-duration: 150ms;
        transition-property: border-color;
        width: 100%;
        z-index: 2
    }

        .input-row input[type=email]:hover, .input-row input[type=number]:hover, .input-row input[type=password]:hover, .input-row input[type=tel]:hover, .input-row input[type=text]:hover {
            border-color: rgba(12,12,13,.5)
        }

        .input-row input[type=email]:focus, .input-row input[type=number]:focus, .input-row input[type=password]:focus, .input-row input[type=tel]:focus, .input-row input[type=text]:focus {
            border-color: #0a84ff;
            box-shadow: 0 0 0 3px rgba(10,132,255,.3)
        }

        .input-row input[type=email].invalid, .input-row input[type=number].invalid, .input-row input[type=password].invalid, .input-row input[type=tel].invalid, .input-row input[type=text].invalid {
            border-color: #d70022
        }

            .input-row input[type=email].invalid:focus, .input-row input[type=number].invalid:focus, .input-row input[type=password].invalid:focus, .input-row input[type=tel].invalid:focus, .input-row input[type=text].invalid:focus {
                box-shadow: 0 0 0 3px rgba(215,0,34,.3)
            }

        .input-row input[type=email]:disabled, .input-row input[type=number]:disabled, .input-row input[type=password]:disabled, .input-row input[type=tel]:disabled, .input-row input[type=text]:disabled {
            color: #737373;
            cursor: not-allowed
        }

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .input-row input[type=email], .input-row input[type=number], .input-row input[type=password], .input-row input[type=tel], .input-row input[type=text] {
        height: 40px
    }
}

html[dir=ltr] .input-row input {
    padding: 0 11px 0 16px
}

html[dir=rtl] .input-row input {
    padding: 0 16px 0 11px;
    text-align: right
}

    html[dir=rtl] .input-row input:not([type=number]) {
        direction: ltr
    }

.input-row input[type=checkbox]:focus, .input-row input[type=checkbox]:hover {
    border: 1px solid #0a84ff
}

.input-row input.unblock-code {
    text-transform: uppercase
}

    .input-row input.unblock-code::-moz-placeholder {
        text-transform: none
    }

    .input-row input.unblock-code:-ms-input-placeholder {
        text-transform: none
    }

    .input-row input.unblock-code::placeholder {
        text-transform: none
    }

.input-row input:last-child {
    margin-bottom: 0
}

.input-row input.recovery-key {
    font-size: 14px;
    text-transform: uppercase
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .input-row input.recovery-key {
        font-size: 11px
    }
}

.input-row input.recovery-key::-moz-placeholder {
    text-transform: none
}

.input-row input.recovery-key:-ms-input-placeholder {
    text-transform: none
}

.input-row input.recovery-key::placeholder {
    text-transform: none
}

.input-row .input-help {
    color: rgba(12,12,13,.4);
    margin-top: 6px;
    transition: opacity 450ms
}

    .input-row .input-help.input-help-complete-password {
        text-align: center
    }

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .input-row .input-help {
        font-size: 12px
    }
}

.input-row .input-help-forgot-pw {
    display: block;
    text-align: left
}

.input-row .input-help-focused {
    opacity: 0
}

    .input-row .input-help-focused.highlight, .input-row input:focus ~ .input-help-focused, .input-row label:active ~ .input-help-focused, .input-row label:focus ~ .input-help-focused {
        color: #0a84ff;
        opacity: 1
    }

.button, .button-row .settings-button, .settings-button, button {
    font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    align-items: center;
    background: rgba(12,12,13,.1);
    border: 0;
    border-radius: 6px;
    color: #0c0c0d;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    padding: 0 8px;
    transition-duration: 150ms;
    transition-property: background-color;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

    .button:hover, .settings-button:hover, button:hover {
        background: rgba(12,12,13,.2)
    }

    .button:active, .settings-button:active, button:active {
        background: rgba(12,12,13,.3)
    }

    .button:focus, .settings-button:focus, button:focus {
        box-shadow: 0 0 0 1px #0a84ff inset,0 0 0 1px #0a84ff,0 0 0 4px rgba(10,132,255,.3)
    }

        .button:focus:active, .settings-button:focus:active, button:focus:active {
            text-decoration: none
        }

    .button.primary-button, .button[type=submit]:not(.secondary-button), .settings-button.primary-button, .settings-button[type=submit]:not(.secondary-button), button.primary-button, button[type=submit]:not(.secondary-button) {
        background: #0060df;
        color: #fff
    }

        .button.primary-button:hover:enabled, .button[type=submit]:not(.secondary-button):hover:enabled, .settings-button.primary-button:hover:enabled, .settings-button[type=submit]:not(.secondary-button):hover:enabled, button.primary-button:hover:enabled, button[type=submit]:not(.secondary-button):hover:enabled {
            background: #003eaa
        }

        .button.primary-button:active:enabled, .button[type=submit]:not(.secondary-button):active:enabled, .settings-button.primary-button:active:enabled, .settings-button[type=submit]:not(.secondary-button):active:enabled, button.primary-button:active:enabled, button[type=submit]:not(.secondary-button):active:enabled {
            background: #002275
        }

    .button.tertiary-button, .settings-button.tertiary-button, button.tertiary-button {
        background: 0 0;
        color: #0060df
    }

        .button.tertiary-button:hover, .settings-button.tertiary-button:hover, button.tertiary-button:hover {
            color: #003eaa
        }

        .button.tertiary-button:active, .settings-button.tertiary-button:active, button.tertiary-button:active {
            color: #002275
        }

    .button.warning-button, .settings-button.warning-button, button.warning-button {
        background: #d70022;
        border: 0;
        color: #fff
    }

        .button.warning-button:disabled, .button.warning-button:enabled, .settings-button.warning-button:disabled, .settings-button.warning-button:enabled, button.warning-button:disabled, button.warning-button:enabled {
            background: #d70022
        }

            .button.warning-button:enabled:hover, .settings-button.warning-button:enabled:hover, button.warning-button:enabled:hover {
                background: #a4000f
            }

            .button.warning-button:enabled:active, .settings-button.warning-button:enabled:active, button.warning-button:enabled:active {
                background: #5a0002
            }

            .button.warning-button:enabled[type=submit]:active, .button.warning-button:enabled[type=submit]:active:hover, .settings-button.warning-button:enabled[type=submit]:active, .settings-button.warning-button:enabled[type=submit]:active:hover, button.warning-button:enabled[type=submit]:active, button.warning-button:enabled[type=submit]:active:hover {
                background: #a4001a
            }

            .button.warning-button:enabled[type=submit]:hover, .settings-button.warning-button:enabled[type=submit]:hover, button.warning-button:enabled[type=submit]:hover {
                background: #be001e
            }

    .button.disabled, .button:disabled, .settings-button.disabled, .settings-button:disabled, button.disabled, button:disabled {
        cursor: not-allowed;
        opacity: .4
    }

        .button.disabled:not(.primary-button):not([type=submit]), .button:disabled:not(.primary-button):not([type=submit]), .settings-button.disabled:not(.primary-button):not([type=submit]), .settings-button:disabled:not(.primary-button):not([type=submit]), button.disabled:not(.primary-button):not([type=submit]), button:disabled:not(.primary-button):not([type=submit]) {
            background: rgba(12,12,13,.1)
        }

.button-row {
    margin: 0 0 20px
}

    .button-row .button {
        text-decoration: none
    }

.button-flex-row {
    display: flex;
    flex-direction: row;
    margin: 0 0 20px
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

@media(min-width:960px) {
    :not(#fxa-settings-container) .password-row .input-help-balloon::after, :not(#fxa-settings-container) .password-row .input-help-balloon::before {
        left: -9px;
        top: 20px
    }
}

@media(max-width:959px) {
    :not(#fxa-settings-container) .password-row .input-help-balloon::after, :not(#fxa-settings-container) .password-row .input-help-balloon::before {
        left: 23px;
        top: -8px
    }
}

@media(max-width:959px) {
    :not(#fxa-settings-container) .password-row .input-help-balloon::before {
        border-width: 1px 0 0 1px
    }
}

@media(min-width:960px) {
    :not(#fxa-settings-container) .password-row .input-help-balloon::before {
        border-width: 0 0 1px 1px
    }
}

@media(min-width:960px) {
    html[dir=ltr] :not(#fxa-settings-container) .password-row .input-help-balloon {
        right: 100%
    }
}

@media(min-width:960px) {
    html[dir=ltr] :not(#fxa-settings-container) .password-row .password-strength-balloon {
        left: calc(100% + 18px)
    }
}

@media(max-width:959px) {
    html[dir=rtl] :not(#fxa-settings-container) .input-help-balloon::after, html[dir=rtl] :not(#fxa-settings-container) .input-help-balloon::before {
        right: 15px
    }
}

@media(min-width:960px) {
    html[dir=rtl] :not(#fxa-settings-container) .input-help-balloon::after, html[dir=rtl] :not(#fxa-settings-container) .input-help-balloon::before {
        right: -8px;
        transform: rotate(225deg);
        transform-origin: center center
    }
}

@media(min-width:960px) {
    html[dir=rtl] :not(#fxa-settings-container) .password-strength-balloon {
        right: calc(100% + 18px)
    }
}

@media(min-width:960px) {
    :not(#fxa-settings-container) .input-help-small-only {
        display: none
    }
}

@media(max-width:959px) {
    :not(#fxa-settings-container) .input-help-big-only {
        display: none
    }
}

:not(#fxa-settings-container) #password-strength-balloon {
    font-weight: 300
}

@media(max-width:959px) {
    :not(#fxa-settings-container) #password-strength-balloon {
        left: -3px;
        margin-top: 0;
        padding: 13px 14px;
        top: 52px;
        width: calc(100% + 6px)
    }
}

@media(min-width:960px) {
    :not(#fxa-settings-container) #password-strength-balloon {
        top: -22px;
        width: 272px
    }
}

@media(max-width:959px) {
    :not(#fxa-settings-container) .big-only {
        display: none
    }
}

@media(min-width:1181px) {
    #fxa-settings-container .password-row .input-help-balloon::after, #fxa-settings-container .password-row .input-help-balloon::before {
        left: -9px;
        top: 20px
    }
}

@media(max-width:1180px) {
    #fxa-settings-container .password-row .input-help-balloon::after, #fxa-settings-container .password-row .input-help-balloon::before {
        left: 23px;
        top: -8px
    }
}

@media(max-width:1180px) {
    #fxa-settings-container .password-row .input-help-balloon::before {
        border-width: 1px 0 0 1px
    }
}

@media(min-width:1181px) {
    #fxa-settings-container .password-row .input-help-balloon::before {
        border-width: 0 0 1px 1px
    }
}

@media(min-width:1181px) {
    html[dir=ltr] #fxa-settings-container .password-row .input-help-balloon {
        right: 100%
    }
}

@media(min-width:1181px) {
    html[dir=ltr] #fxa-settings-container .password-row .password-strength-balloon {
        left: calc(100% + 18px)
    }
}

@media(max-width:1180px) {
    html[dir=rtl] #fxa-settings-container .input-help-balloon::after, html[dir=rtl] #fxa-settings-container .input-help-balloon::before {
        right: 15px
    }
}

@media(min-width:1181px) {
    html[dir=rtl] #fxa-settings-container .input-help-balloon::after, html[dir=rtl] #fxa-settings-container .input-help-balloon::before {
        right: -8px;
        transform: rotate(225deg);
        transform-origin: center center
    }
}

@media(min-width:1181px) {
    html[dir=rtl] #fxa-settings-container .password-strength-balloon {
        right: calc(100% + 18px)
    }
}

@media(min-width:1181px) {
    #fxa-settings-container .input-help-small-only {
        display: none
    }
}

@media(max-width:1180px) {
    #fxa-settings-container .input-help-big-only {
        display: none
    }
}

#fxa-settings-container #password-strength-balloon {
    font-weight: 300
}

@media(max-width:1180px) {
    #fxa-settings-container #password-strength-balloon {
        left: -3px;
        margin-top: 0;
        padding: 13px 14px;
        top: 52px;
        width: calc(100% + 6px)
    }
}

@media(min-width:1181px) {
    #fxa-settings-container #password-strength-balloon {
        top: -22px;
        width: 272px
    }
}

@media(max-width:1180px) {
    #fxa-settings-container .big-only {
        display: none
    }
}

.password-row {
    position: relative
}

html[dir=ltr] .password-row.input-row .password {
    padding-right: 58px
}

html[dir=rtl] .password-row.input-row .password {
    padding-left: 58px
}

html[dir=ltr] .password-row .input-help {
    text-align: left
}

    html[dir=ltr] .password-row .input-help.input-help-focused {
        text-align: center
    }

        html[dir=ltr] .password-row .input-help.input-help-focused.input-help-balloon {
            display: none;
            text-align: left
        }

@media(max-width:959px) {
    html[dir=ltr] .password-row .input-help.input-help-focused.input-help-balloon {
        left: -3px;
        width: calc(100% + 6px)
    }
}

@media(min-width:960px) {
    html[dir=ltr] .password-row .input-help.input-help-focused.input-help-balloon {
        left: 416px;
        top: -10px
    }
}

html[dir=rtl] .password-row .input-help {
    text-align: right
}

    html[dir=rtl] .password-row .input-help.input-help-focused {
        text-align: center
    }

        html[dir=rtl] .password-row .input-help.input-help-focused.input-help-balloon {
            display: none;
            text-align: right
        }

@media(max-width:959px) {
    html[dir=rtl] .password-row .input-help.input-help-focused.input-help-balloon {
        right: -3px;
        width: 100%
    }
}

@media(min-width:960px) {
    html[dir=rtl] .password-row .input-help.input-help-focused.input-help-balloon {
        right: 416px;
        top: -10px
    }
}

.password-row .input-help-signup {
    background-image: url("/images/0d4c39bb.icon-key-grey-50.svg");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    text-align: center
}

    .password-row .input-help-signup br {
        margin-bottom: 20px
    }

html[dir=ltr] .password-row .input-help-signup {
    background-position: 12px 16px;
    padding-left: 35px
}

html[dir=rtl] .password-row .input-help-signup {
    background-position: calc(100% - 12px) 16px;
    padding-right: 35px
}

.password-row .show-password {
    opacity: 0;
    position: absolute;
    width: 1px
}

.password-row .show-password-label {
    background-color: #fff;
    border: 0;
    cursor: pointer;
    height: 46px;
    position: absolute;
    top: 1px;
    width: 55px;
    z-index: 3
}

    .password-row .show-password-label svg {
        height: 100%;
        padding: 5px;
        pointer-events: none;
        width: 100%
    }

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .password-row .show-password-label svg {
        padding: 0
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .password-row .show-password-label {
        height: 38px
    }
}

html[dir=ltr] .password-row .show-password-label {
    border-radius: 0 3px 3px 0;
    right: 1px
}

html[dir=rtl] .password-row .show-password-label {
    border-radius: 3px 0 0 3px;
    left: 1px
}

.password-row .password:focus ~ .show-password-label {
    border-color: #0a84ff
}

.password-row .password.empty ~ .show-password, .password-row .password.empty ~ .show-password-label {
    display: none
}

.password-row .input-help-balloon {
    background-color: #fff;
    border: 1px solid #d7d7db;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(12,12,13,.1);
    color: #737373 !important;
    padding: 15px;
    position: absolute;
    text-align: left;
    width: 250px;
    z-index: 6
}

    .password-row .input-help-balloon span {
        color: #0c0c0d;
        display: block
    }

    .password-row .input-help-balloon::before {
        background-color: #fff;
        border: solid #d7d7db;
        content: ".";
        height: 16px;
        pointer-events: none;
        position: absolute;
        text-indent: -999px;
        transform: rotate(45deg);
        white-space: nowrap;
        width: 16px;
        z-index: -1
    }

.password-row .password-strength-balloon {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    opacity: 1;
    padding: 28px 14px;
    z-index: 5
}

html[lang^=ar] .password-row .password-strength-balloon {
    font-size: 15px
}

.password-row .password-strength-balloon a {
    color: #737373;
    text-decoration: underline
}

.password-row .password-strength-balloon h3 {
    color: #0c0c0d;
    font-size: 14px;
    font-weight: 400;
    -webkit-margin-start: 26px;
    margin-inline-start: 26px;
    margin-top: 0
}

.password-row .password-strength-balloon ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.password-row .password-strength-balloon li {
    margin: 0 0 7px 0;
    -webkit-padding-start: 26px;
    padding-inline-start: 26px
}

    .password-row .password-strength-balloon li:last-of-type {
        margin-bottom: 0
    }

    .password-row .password-strength-balloon li::before {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        content: "\2022";
        display: inline-block;
        -webkit-margin-end: 10px;
        margin-inline-end: 10px;
        -webkit-margin-start: -26px;
        margin-inline-start: -26px;
        text-indent: 5px;
        width: 16px
    }

    .password-row .password-strength-balloon li.met::before {
        background-image: url("/images/e989245b.icon-check-blue-50.svg");
        text-indent: -9999px
    }

    .password-row .password-strength-balloon li.fail::before {
        background-image: url("/images/926ef78a.icon-warning-red-50.svg");
        text-indent: -9999px
    }

    .password-row .password-strength-balloon li.lock::before {
        background-image: url("/images/de9d9f0c.icon-lock-grey-50.svg");
        text-indent: -9999px
    }

.reveal-pw .password-row input[type=password] {
    padding-right: 16px
}

.reveal-pw .show-password, .reveal-pw .show-password-label {
    display: none
}

.description {
    font-size: 18px
}

.links {
    clear: both;
    display: flex;
    justify-content: center
}

html[dir=ltr] .links .right {
    margin-left: auto
}

html[dir=rtl] .links .right {
    margin-right: auto
}

.links .delayed-fadein {
    -webkit-animation: fadein 1s linear 5s forwards;
    animation: fadein 1s linear 5s forwards;
    opacity: 0
}

.links.centered {
    flex-direction: column
}

    .links.centered a:not(:only-child) {
        margin: 0 auto 12px
    }

.tos-pp {
    font-size: 12px
}

    .tos-pp + .links {
        margin-top: 20px
    }

.signed-in-email-message, .verification-email-message, .verification-message, .verification-recovery-code-message, .verification-totp-message {
    color: #20123b;
    font-size: 15px;
    line-height: 1.5;
    word-wrap: break-word
}

    .signed-in-email-message .email, .verification-email-message .email, .verification-message .email, .verification-recovery-code-message .email, .verification-totp-message .email {
        display: inline;
        font-weight: 400
    }

.qr-code-step-message {
    color: #20123b;
    font-size: 15px;
    padding: 0 30px 0 30px;
    text-align: left;
    word-wrap: break-word
}

    .qr-code-step-message .number {
        background-color: #0060df;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        height: 24px;
        margin-right: 10px;
        padding-top: 3px;
        text-align: center;
        width: 24px
    }

.qr-code-connect-message {
    color: #20123b;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px
}

.customize-sync-row {
    color: #737373;
    margin-bottom: 10px !important
}

.marketing-email-optin-row {
    color: #20123b;
    font-size: 14px;
    margin-top: 20px
}

html[dir=ltr] .checkbox-row, html[dir=ltr] .choose-what-to-sync-row, html[dir=ltr] .marketing-email-optin-row {
    text-align: left
}

html[dir=rtl] .checkbox-row, html[dir=rtl] .choose-what-to-sync-row, html[dir=rtl] .marketing-email-optin-row {
    text-align: right
}

.small-label {
    border-radius: 2px;
    color: #0c0c0d;
    font-size: 12px;
    font-weight: 400;
    height: 16px;
    margin: 0 10px
}

.show-password-label {
    background-color: #fff;
    color: #737373;
    background-image: url("/images/4bd57b5e.icon-show-password.svg");
    background-repeat: no-repeat;
    background-size: cover
}

.password[type=text] ~ .show-password-label {
    color: #fff;
    background-image: url("/images/78a57ea3.icon-show-password-closed.svg")
}

.modal .small-label {
    margin-left: 1px
}

#permissions input[type=checkbox] {
    flex: 0 0 18px
}

#permissions fieldset:not(.hidden) {
    border: 0;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    word-wrap: anywhere
}

#permissions .avatar-wrapper {
    height: 50px;
    width: 50px
}

#permissions .fxa-checkbox__label {
    color: #737373;
    font-size: 14px;
    margin-top: 2px
}

#permissions .fxa-checkbox__value {
    font-size: 18px;
    line-height: 18px;
    word-break: break-all
}

.two-col-items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top: 20px;
    padding: 0 15px
}

    .two-col-items .choose-what-to-sync-row {
        display: grid;
        grid-template-columns: 28px auto;
        line-height: 1.5;
        margin-bottom: 20px;
        padding-right: 4px
    }

    .two-col-items .fxa-checkbox__label {
        color: #20123b;
        top: -2px
    }

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .two-col-items {
        -moz-column-width: 150px;
        column-width: 150px
    }
}

.pair-auth h1 > small {
    display: block
}

.pair-auth h2 {
    color: #2a2a2e;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px
}

.pair-auth .client {
    background-position: center top !important;
    background-size: 65px;
    color: #38383d;
    font-size: 13px;
    margin: 0;
    padding: 90px 0 0 0 !important;
    text-align: center
}

    .pair-auth .client .ip-address {
        margin-bottom: 20px
    }

.pair-auth.pair-auth-complete .client {
    background-image: none;
    padding: 0 !important
}

.pair-auth.pair-auth-complete .device-name {
    display: none
}

.qr-code-container {
    margin: 40px 0
}

.qr-code-text {
    font-family: monospace;
    font-weight: 700
}

.push-confirm-login-device {
    padding: 15px 0 45px 0
}

.modal {
    border-radius: 16px;
    box-shadow: 0 0 0 1px rgba(32,18,58,.04),0 1px 2px 0 rgba(34,0,51,.04),0 2px 1px -1px rgba(7,48,114,.12),0 1px 6px 0 rgba(14,13,26,.12)
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    .modal {
        padding: 30px;
        width: 420px
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .modal {
        max-width: 420px;
        padding: 10px;
        width: 100%
    }
}

.modal .modal-panel {
    text-align: center
}

    .modal .modal-panel h1, .modal .modal-panel h2 {
        font-weight: 400
    }

    .modal .modal-panel.connect-another-device {
        font-size: 16px
    }

        .modal .modal-panel.connect-another-device h1 {
            font-size: 18px
        }

    .modal .modal-panel .modal-success {
        display: block;
        font-size: 14px;
        margin: 0 auto
    }

body.settings #fox-logo, body.settings #static-footer, body.settings .sign-in {
    display: none
}

body.settings .loading {
    position: relative;
    top: 150px
}

body.settings #main-content {
    background: 0 0;
    border: 0;
    box-shadow: none
}

    body.settings #main-content.card, body.settings #main-content.panel {
        visibility: hidden
    }

body.settings #stage .settings {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh
}

#fxa-settings {
    flex: 1
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    #fxa-settings {
        padding: 0 32px
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    #fxa-settings {
        padding: 0
    }
}

.cc-expired-alert {
    background: #d70022;
    color: #fff;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

    .cc-expired-alert a {
        color: #fff;
        text-decoration: underline
    }

#submit-btn.qr-code-button::before {
    content: url("/images/c4619ede.icon-qr-code.svg");
    padding: 3px 10px 0 0
}

#fxa-settings-header-wrapper {
    align-items: center;
    align-self: center;
    display: flex;
    flex-direction: column;
    width: 100%
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    #fxa-settings-header-wrapper {
        height: 96px
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    #fxa-settings-header-wrapper {
        flex-direction: row;
        height: 64px
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    #fxa-settings-header-wrapper #fxa-settings-header {
        flex: 1 1;
        margin-bottom: 0;
        width: inherit
    }
}

#fxa-settings-header-wrapper #fxa-manage-account {
    background-image: url("/media/images/GapKonn_logo.png");
    background-repeat: no-repeat;
    margin: 0
}

html[dir=ltr] #fxa-settings-header-wrapper #fxa-manage-account {
    background-position: left center
}

html[dir=rtl] #fxa-settings-header-wrapper #fxa-manage-account {
    background-position: right center
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    #fxa-settings-header-wrapper #fxa-manage-account {
        background-size: 36px auto;
        line-height: 63px
    }

    html[dir=ltr] #fxa-settings-header-wrapper #fxa-manage-account {
        padding-left: 48px
    }

    html[dir=rtl] #fxa-settings-header-wrapper #fxa-manage-account {
        padding-right: 48px
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    #fxa-settings-header-wrapper #fxa-manage-account {
        background-size: 32px auto;
        height: 48px;
        line-height: 50px
    }

        #fxa-settings-header-wrapper #fxa-manage-account .fxa-account-title {
            display: none
        }

    html[dir=ltr] #fxa-settings-header-wrapper #fxa-manage-account {
        padding-left: 36px
    }

    html[dir=rtl] #fxa-settings-header-wrapper #fxa-manage-account {
        padding-right: 36px
    }
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    #fxa-settings-header-wrapper .settings-button {
        width: 128px
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    #fxa-settings-header-wrapper .settings-button {
        width: 96px
    }
}

#fxa-settings-header-wrapper .settings-success-wrapper {
    left: 0;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2
}

#fxa-settings-header-wrapper .settings-error, #fxa-settings-header-wrapper .settings-success {
    margin: 0 auto;
    top: 0
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    #fxa-settings-header-wrapper .settings-error, #fxa-settings-header-wrapper .settings-success {
        width: 100%
    }
}

.button-row .settings-button, .settings-button {
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    .button-row .settings-button, .settings-button {
        height: 40px
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .button-row .settings-button, .settings-button {
        height: 36px
    }
}

.button-row .settings-button {
    margin: 0;
    padding: 0
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    .button-row .settings-button {
        height: 48px;
        width: 48%
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .button-row .settings-button {
        height: 40px;
        width: 48%
    }
}

html[dir=ltr] .button-row .settings-button:last-child {
    float: right
}

    html[dir=ltr] .button-row .settings-button:last-child.unpaired {
        float: none
    }

html[dir=rtl] .button-row .settings-button:last-child {
    float: left
}

    html[dir=rtl] .button-row .settings-button:last-child.unpaired {
        float: none
    }

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    html[dir] .clients .button-row .settings-button:last-child:not(.clients-done) {
        float: none;
        margin: 10px 0
    }
}

.button-flex-row .settings-button {
    margin-left: 8px;
    margin-right: 8px
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    .button-flex-row .settings-button {
        height: 48px
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .button-flex-row .settings-button {
        height: 40px
    }
}

.button-flex-row .settings-button.email-refresh .spinner {
    margin: 0 auto
}

.settings-button.settings-unit-loading, .settings-button.settings-unit-toggle {
    flex: 1 1 128px
}

.settings-button.unpaired {
    width: 100%
}

.button-flex-row {
    margin-left: -8px;
    margin-right: -8px
}

#fxa-settings-profile-header-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    max-width: 100vw
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    #fxa-settings-profile-header-wrapper {
        padding: 0 32px
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    #fxa-settings-profile-header-wrapper {
        padding: 0 16px
    }
}

#fxa-settings-profile-header {
    margin: 0 16px;
    overflow: hidden;
    text-align: left;
    white-space: nowrap
}

    #fxa-settings-profile-header .card-header, #fxa-settings-profile-header .card-subheader {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    #fxa-settings-profile-header .card-header {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0;
        padding-bottom: 1px
    }

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    #fxa-settings-profile-header .card-header {
        font-size: 14px
    }
}

#fxa-settings-profile-header .card-subheader {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0
}

.settings-child-view:last-child:not(.modal) {
    padding-bottom: 1px
}

.settings-unit {
    border-top: 1px solid rgba(12,12,13,.1)
}

.settings-unit-stub {
    align-items: center;
    display: flex;
    min-height: 72px
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    .settings-unit-stub {
        padding: 16px 32px
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .settings-unit-stub {
        padding: 18px 16px
    }
}

.settings-unit-stub .settings-unit-summary {
    margin: 0;
    width: 100%
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    html[dir=ltr] .settings-unit-stub .settings-unit-summary {
        margin-right: 10px
    }

    html[dir=rtl] .settings-unit-stub .settings-unit-summary {
        margin-left: 10px
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    html[dir=ltr] .settings-unit-stub .settings-unit-summary {
        margin-right: 1%
    }

    html[dir=rtl] .settings-unit-stub .settings-unit-summary {
        margin-left: 1%
    }
}

.settings-unit-stub .settings-unit-title {
    color: #20123b;
    font-size: 16px;
    font-weight: 400;
    margin: 0
}

.settings-unit-stub .settings-unit-subtitle {
    color: #737373;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 5px 0 0 0
}

.settings-unit-stub .settings-unit-title:only-child {
    line-height: 26px
}

.settings-unit-details {
    clear: both;
    display: none
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    .settings-unit-details {
        padding: 0 32px
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .settings-unit-details {
        padding: 0 16px
    }
}

.settings-unit-details p {
    clear: both;
    color: #737373;
    line-height: 1.5;
    margin: 6px 0 24px
}

.open .settings-unit-details {
    display: block
}

.open .settings-unit-toggle, .settings-button.settings-unit-loading {
    display: none
}

.blocker {
    z-index: 7
}

section.modal-panel .button-row:not(.save-options) {
    margin-bottom: 0
}

html[dir=ltr] section.modal-panel .button-row:not(.save-options) {
    text-align: left
}

    html[dir=ltr] section.modal-panel .button-row:not(.save-options) .input-row {
        text-align: left
    }

html[dir=rtl] section.modal-panel .button-row:not(.save-options) {
    text-align: right
}

section.modal-panel .button-row:not(.save-options) .input-row {
    text-align: right
}

.delete-account p {
    margin-bottom: 12px
}

.delete-account .subscription-link {
    font-size: 12px;
    font-weight: 400;
    background: #ffe900;
    border-radius: 4px;
    color: #3e2800;
    font-weight: 700;
    min-height: 32px;
    padding: 12px;
    position: relative;
    text-align: center;
    margin: 0 0 24px
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .delete-account .subscription-link {
        width: 100%
    }
}

.delete-account .subscription-link a {
    color: #3e2800;
    text-decoration: underline
}

.delete-account .subscription-link.visible {
    display: block
}

.delete-account-product-container.hide {
    display: none
}

.delete-account-product-list {
    line-height: 24px;
    margin: 0 0 24px
}

html[dir=ltr] .delete-account-product-list {
    padding-left: 14px
}

html[dir=rtl] .delete-account-product-list {
    padding-right: 14px
}

.delete-account-checkbox-list {
    list-style: none;
    margin: 0 0 32px
}

html[dir=ltr] .delete-account-checkbox-list {
    padding-left: 0
}

html[dir=rtl] .delete-account-checkbox-list {
    padding-right: 0
}

.delete-account-checkbox-list-item {
    display: grid;
    grid-template-columns: 28px auto;
    margin-bottom: 12px
}

.delete-account-checkbox-list label {
    line-height: 1.5
}

.delete-account ul {
    color: #737373
}

.delete-account .two-col {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.client-list {
    padding: 0
}

.client-device.client-current {
    background-position: left 5px
}

#client-disconnect .radio-header {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: left
}

html[dir=rtl] #client-disconnect .radio-header {
    text-align: right
}

html[dir=ltr] .fxa-radio {
    text-align: left
}

html[dir=rtl] .fxa-radio {
    text-align: right
}

.fxa-radio label {
    display: block
}

.email-list {
    margin-bottom: 30px;
    padding: 0
}

    .email-list .email-address {
        list-style: none;
        margin: 20px 0;
        position: relative
    }

        .email-list .email-address .email-address-row {
            display: flex;
            height: 40px
        }

            .email-list .email-address .email-address-row .settings-button-group {
                display: flex
            }

                .email-list .email-address .email-address-row .settings-button-group .settings-button {
                    display: inline-block;
                    height: 40px;
                    margin-left: 10px;
                    min-width: 120px;
                    overflow: hidden;
                    text-align: center;
                    text-overflow: ellipsis;
                    white-space: nowrap
                }

@media screen and (max-width:400px) {
    .email-list .email-address .email-address-row .settings-button-group {
        display: none
    }
}

.email-list .email-address .email-address-details {
    flex: 1;
    overflow: hidden
}

html[dir=ltr] .email-list .email-address {
    background-position: left 2px
}

html[dir=rtl] .email-list .email-address {
    background-position: right 2px
}

.email-list .email-address .address {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.email-list .email-options {
    height: 40px;
    list-style: none;
    margin: 0 0 10px;
    position: relative
}

html[dir=ltr] .email-list .email-options {
    background-position: left 2px
}

html[dir=rtl] .email-list .email-options {
    background-position: right 2px
}

.email-list .email-options .settings-button-group {
    display: flex
}

    .email-list .email-options .settings-button-group .settings-button {
        height: 40px;
        min-width: 100px;
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap
    }

        .email-list .email-options .settings-button-group .settings-button.set-primary {
            margin-right: 10px
        }

@media screen and (min-width:400px) {
    .email-list .email-options {
        display: none
    }
}

.details {
    color: #b1b1b3;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

    .details.not-verified {
        color: #d70022
    }

    .details.verified {
        color: #30e60b
    }

    .details > .disabled {
        color: #d70022
    }

    .details > .enabled {
        color: #30e60b
    }

.panel-settings-button-group {
    position: absolute;
    top: 0
}

html[dir=ltr] .panel-settings-button-group {
    right: 0
}

html[dir=rtl] .panel-settings-button-group {
    left: 0
}

.panel-settings-button-group .settings-button {
    height: 40px;
    min-width: 100px;
    text-align: center;
    width: 20%
}

html[dir=ltr] .panel-settings-button-group .settings-button {
    margin-left: 10px
}

html[dir=rtl] .panel-settings-button-group .settings-button {
    margin-right: 10px
}

.header-lockup {
    display: flex;
    align-items: center
}

.breadcrumbs {
    margin-top: 0;
    padding-left: 32px;
    width: 100%
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .breadcrumbs {
        margin-bottom: 0;
        margin-left: 0;
        padding: 0
    }
}

.breadcrumbs li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0
}

    .breadcrumbs li::before {
        content: ">";
        padding: 0 10px
    }

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .breadcrumbs li::before {
        padding: 0 5px
    }
}

.breadcrumbs li:first-child::before {
    content: "";
    padding: 0
}

.totp-panel .totp-list ul {
    padding: 0
}

.totp-panel .totp-list li {
    list-style: none
}

.totp-panel .totp-list .totp-type {
    height: 40px;
    margin: 10px 0;
    position: relative
}

html[dir=ltr] .totp-panel .totp-list .totp-type {
    background-position: left 2px
}

html[dir=rtl] .totp-panel .totp-list .totp-type {
    background-position: right 2px
}

.totp-panel .totp-list .totp-type .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    .totp-panel .totp-list .totp-type .name {
        width: calc(95% - 95px)
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .totp-panel .totp-list .totp-type .name {
        width: 100%
    }
}

.totp-panel .totp-details .qr-image-container {
    height: 228px;
    margin: auto auto 24px auto;
    width: 228px
}

    .totp-panel .totp-details .qr-image-container .qr-image {
        height: 100%;
        -o-object-fit: scale-down;
        object-fit: scale-down;
        width: 100%
    }

.totp-panel .totp-details .code-description, .totp-panel .totp-details .setup-description {
    margin-bottom: 10px
}

.totp-panel .totp-details .show-code-link {
    margin-bottom: 10px
}

.totp-panel .totp-details .code {
    color: #058b00;
    letter-spacing: .1rem;
    padding-bottom: 5px
}

.totp-panel .input-row {
    margin-top: 24px
}

#recovery-codes .recovery-code-options {
    display: flex;
    margin-top: 25px
}

#recovery-codes .description {
    color: #737373;
    font-size: 12px;
    text-align: center
}

#recovery-codes #recovery-code-container {
    background-color: #fbfbfb;
    border-color: #e6e6e6;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    padding-top: 8px
}

    #recovery-codes #recovery-code-container .recovery-code {
        color: #666;
        display: inline-block;
        font-family: monospace;
        font-size: 1.2em;
        margin-bottom: 6px;
        padding: 8px;
        text-transform: uppercase;
        width: 49%
    }

#recovery-codes .recovery-code-generate {
    margin: 40px 0
}

#recovery-codes .two-step-authentication-done {
    float: none;
    width: 100%
}

#recovery-codes .button-row {
    text-align: center
}

#recovery-codes .link-options {
    text-align: left
}

#recovery-codes .nav {
    display: flex;
    justify-content: space-between
}

#recovery-codes .code {
    font-family: monospace;
    font-weight: 600
}

.replace-codes-link, .replace-codes-link:hover {
    background: transparent url("/images/41b8a558.recovery_code_replace.svg") center left no-repeat;
    padding-left: 20px
}

.recovery-code-text-area, .temporary-copy-text-area {
    background: 0 0;
    border: 0;
    box-shadow: none;
    height: 2em;
    left: 0;
    outline: 0;
    padding: 0;
    style: fixed;
    top: 0;
    width: 2em
}

.recovery-code-download-link {
    display: none
}

.note {
    color: #d70022;
    font-size: 12px
}

.save-options {
    display: flex;
    margin: 15px 0 10px
}

.save-option {
    background-color: transparent;
    color: #0060df;
    display: inline-block;
    font-weight: 400;
    height: initial;
    padding: 10px 0;
    width: 33%
}

    .save-option:hover {
        background-color: transparent;
        filter: hue-rotate(3deg) saturate(1.1) brightness(.85)
    }

    .save-option:active {
        filter: hue-rotate(3deg) saturate(1.1) brightness(.75)
    }

    .save-option .name {
        font-size: 14px;
        text-align: center
    }

    .save-option .graphic {
        margin: 0 auto 14px auto
    }

    .save-option p {
        margin: 0
    }

.account-recovery-panel .list ul {
    padding: 0
}

.account-recovery-panel .list li {
    list-style: none
}

.account-recovery-panel .list .type {
    display: flex;
    height: 40px;
    justify-content: space-between;
    margin: 10px 0;
    position: relative
}

    .account-recovery-panel .list .type .name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    .account-recovery-panel .list .type .name {
        width: calc(95% - 95px)
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .account-recovery-panel .list .type .name {
        width: 100%
    }
}

.account-recovery-panel .list .type .details .disabled {
    color: #b1b1b3
}

.account-recovery-panel .input-row {
    margin-top: 24px
}

#fxa-recovery-key-confirm {
    margin-bottom: 40px
}

.recovery-key-icon {
    background-image: url("/images/39d396a4.recovery_key_key.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    flex: 1
}

html[dir=ltr] .recovery-key-icon {
    background-position: left 2px;
    padding-left: 35px
}

html[dir=rtl] .recovery-key-icon {
    background-position: right 2px;
    padding-right: 35px
}

#account-recovery-confirm-password .note, #account-recovery-confirm-revoke .note, #account-recovery-key .note, #account-recovery-section .note, .account-recovery-create-password .note, .save-recovery-key .note {
    font-weight: 700
}

#account-recovery-confirm-password .options .buttons, #account-recovery-confirm-revoke .options .buttons, #account-recovery-key .options .buttons, #account-recovery-section .options .buttons, .account-recovery-create-password .options .buttons, .save-recovery-key .options .buttons {
    display: flex;
    justify-content: center
}

    #account-recovery-confirm-password .options .buttons button, #account-recovery-confirm-revoke .options .buttons button, #account-recovery-key .options .buttons button, #account-recovery-section .options .buttons button, .account-recovery-create-password .options .buttons button, .save-recovery-key .options .buttons button {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 15px;
        width: 45%
    }

        #account-recovery-confirm-password .options .buttons button .recovery-icon-option, #account-recovery-confirm-revoke .options .buttons button .recovery-icon-option, #account-recovery-key .options .buttons button .recovery-icon-option, #account-recovery-section .options .buttons button .recovery-icon-option, .account-recovery-create-password .options .buttons button .recovery-icon-option, .save-recovery-key .options .buttons button .recovery-icon-option {
            height: 16px;
            padding-right: 25px
        }

        #account-recovery-confirm-password .options .buttons button img.download-image, #account-recovery-confirm-revoke .options .buttons button img.download-image, #account-recovery-key .options .buttons button img.download-image, #account-recovery-section .options .buttons button img.download-image, .account-recovery-create-password .options .buttons button img.download-image, .save-recovery-key .options .buttons button img.download-image {
            background: url("/images/0edd579c.recovery_key_download.svg") no-repeat
        }

        #account-recovery-confirm-password .options .buttons button img.print-image, #account-recovery-confirm-revoke .options .buttons button img.print-image, #account-recovery-key .options .buttons button img.print-image, #account-recovery-section .options .buttons button img.print-image, .account-recovery-create-password .options .buttons button img.print-image, .save-recovery-key .options .buttons button img.print-image {
            background: url("/images/723edba6.recovery_key_print.svg") no-repeat
        }

        #account-recovery-confirm-password .options .buttons button:not(:first-child), #account-recovery-confirm-revoke .options .buttons button:not(:first-child), #account-recovery-key .options .buttons button:not(:first-child), #account-recovery-section .options .buttons button:not(:first-child), .account-recovery-create-password .options .buttons button:not(:first-child), .save-recovery-key .options .buttons button:not(:first-child) {
            margin-left: 10px
        }

#account-recovery-confirm-password .recovery-key-container, #account-recovery-confirm-revoke .recovery-key-container, #account-recovery-key .recovery-key-container, #account-recovery-section .recovery-key-container, .account-recovery-create-password .recovery-key-container, .save-recovery-key .recovery-key-container {
    background-color: #fbfbfb;
    border-color: #e6e6e6;
    border-style: dotted;
    border-width: 2px;
    margin-bottom: 25px
}

    #account-recovery-confirm-password .recovery-key-container .recovery-key, #account-recovery-confirm-revoke .recovery-key-container .recovery-key, #account-recovery-key .recovery-key-container .recovery-key, #account-recovery-section .recovery-key-container .recovery-key, .account-recovery-create-password .recovery-key-container .recovery-key, .save-recovery-key .recovery-key-container .recovery-key {
        color: #4b4955;
        font-family: monospace;
        font-size: 1em;
        padding: 25px 0 25px 0
    }

@media screen and (max-width:400px) {
    #account-recovery-confirm-password .recovery-key-container .recovery-key, #account-recovery-confirm-revoke .recovery-key-container .recovery-key, #account-recovery-key .recovery-key-container .recovery-key, #account-recovery-section .recovery-key-container .recovery-key, .account-recovery-create-password .recovery-key-container .recovery-key, .save-recovery-key .recovery-key-container .recovery-key {
        font-size: .9em
    }
}

#account-recovery-confirm-password .email, #account-recovery-confirm-revoke .email, #account-recovery-key .email, #account-recovery-section .email, .account-recovery-create-password .email, .save-recovery-key .email {
    font-size: 1.3em;
    font-weight: 700;
    overflow: hidden;
    padding-bottom: 25px;
    text-overflow: ellipsis
}

#account-recovery-confirm-password .revoke-description, #account-recovery-confirm-revoke .revoke-description, #account-recovery-key .revoke-description, #account-recovery-section .revoke-description, .account-recovery-create-password .revoke-description, .save-recovery-key .revoke-description {
    margin: 0 auto 75px 0
}

#account-recovery-confirm-password .description, #account-recovery-confirm-revoke .description, #account-recovery-key .description, #account-recovery-section .description, .account-recovery-create-password .description, .save-recovery-key .description {
    font-size: 14px;
    line-height: 1.5
}

#account-recovery-confirm-password button.generate-key-link, #account-recovery-confirm-revoke button.generate-key-link, #account-recovery-key button.generate-key-link, #account-recovery-section button.generate-key-link, .account-recovery-create-password button.generate-key-link, .save-recovery-key button.generate-key-link {
    margin-bottom: 16px
}

#legal-header h2 {
    margin: 0 0 30px 0;
    padding: 0
}

#legal-header h3 {
    font-size: 12px;
    padding: 5px 0 10px
}

#legal-footer {
    align-items: center;
    display: flex;
    height: 96px
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    #legal-footer {
        justify-content: flex-end;
        padding: 0 32px
    }

        #legal-footer a {
            padding: 0 16px
        }

            #legal-footer a.privacy {
                margin-right: -16px
            }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    #legal-footer {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 0 16px
    }

        #legal-footer a {
            padding: 8px
        }
}

#legal-copy {
    line-height: 24px
}

html[dir=ltr] #legal-copy {
    text-align: left
}

html[dir=rtl] #legal-copy {
    text-align: right
}

#legal-copy p {
    font-size: 14px
}

#legal-copy ol, #legal-copy ul {
    margin-left: 0;
    padding-left: 20px
}

#loading-spinner img {
    -webkit-animation: .9s spin infinite linear;
    animation: .9s spin infinite linear;
    display: block;
    height: 36px;
    left: calc(50% - 18px);
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: calc(50% - 18px);
    white-space: nowrap;
    width: 36px
}

#loading-template {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.spinner {
    background-image: url("/images/f865d0ab.spinnerlight.png");
    background-size: 36px 36px;
    -webkit-animation: .9s spin infinite linear;
    animation: .9s spin infinite linear;
    background-repeat: no-repeat;
    display: block;
    height: 36px;
    margin: 130px auto 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 36px
}

@media(-webkit-min-device-pixel-ratio:1.3),(min-device-pixel-ratio:1.3),(min-resolution:1.3dppx) {
    .spinner {
        background-image: url("/images/88b55e5a.spinnerlight@2x.png")
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .spinner {
        margin-top: 95px
    }
}

#loading-template .spinner {
    margin: 0
}

.button-flex-row .spinner, .button-row .spinner, .input-row .spinner {
    background-image: url("/images/87b02829.spinnerwhite.svg");
    background-size: 33px 33px;
    height: 33px;
    margin: 0 auto;
    position: relative;
    width: 33px
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .button-flex-row .spinner, .button-row .spinner, .input-row .spinner {
        top: -1px
    }
}

.spinner.spinner-settings-fetch {
    background-image: url("/images/a9d4e679.spinnergrey.png");
    background-size: 25px 25px;
    height: 25px;
    margin: 0 auto;
    width: 25px
}

@media(-webkit-min-device-pixel-ratio:1.3),(min-device-pixel-ratio:1.3),(min-resolution:1.3dppx) {
    .spinner.spinner-settings-fetch {
        background-image: url("/images/4a574701.spinnergrey@2x.png")
    }
}

.user-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .user-card {
        border-radius: 4px
    }
}

.user-card .user-info {
    flex: 1;
    flex-basis: 60px;
    height: 111px;
    margin-top: 20px;
    text-align: center
}

.user-card a {
    font-size: 13px
}

.avatar-wrapper {
    align-self: center;
    border-radius: 50%;
    border-width: 0;
    height: 240px;
    line-height: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 240px
}

.avatar-camera .avatar-wrapper {
    margin-bottom: 20px
}

.avatar-wrapper.card-view {
    align-self: center
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    .avatar-wrapper.card-view {
        height: 120px;
        width: 120px
    }

        .avatar-wrapper.card-view img {
            display: block;
            height: 120px;
            width: 120px
        }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .avatar-wrapper.card-view {
        height: 84px;
        width: 84px
    }

        .avatar-wrapper.card-view img {
            display: block;
            height: 84px;
            width: 84px
        }
}

.avatar-wrapper.avatar-view {
    background-size: 120px auto;
    display: block;
    height: 120px;
    margin: 0 auto 16px auto;
    width: 120px
}

    .avatar-wrapper.avatar-view .change-avatar, .avatar-wrapper.avatar-view img {
        display: block;
        height: 120px;
        width: 120px
    }

    .avatar-wrapper.avatar-view small {
        bottom: 0;
        position: absolute
    }

.avatar-wrapper.avatar-settings-view {
    border: 2px solid transparent;
    display: block;
    flex-shrink: 0;
    margin: 0
}

    .avatar-wrapper.avatar-settings-view:not(.nohover):hover {
        box-shadow: 0 0 0 1px #0a84ff
    }

    .avatar-wrapper.avatar-settings-view:not(.nohover):active {
        box-shadow: 0 0 0 1px #ff9400
    }

    .avatar-wrapper.avatar-settings-view.spinner-completed {
        border: 2px solid rgba(32,18,59,.2);
        box-shadow: 0 0 0 1px rgba(32,18,58,.04),0 1px 2px 0 rgba(34,0,51,.04),0 2px 1px -1px rgba(7,48,114,.12),0 1px 6px 0 rgba(14,13,26,.12)
    }

    .avatar-wrapper.avatar-settings-view .change-avatar:focus {
        box-shadow: none
    }

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    .avatar-wrapper.avatar-settings-view {
        height: 64px;
        width: 64px
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .avatar-wrapper.avatar-settings-view {
        height: 50px;
        width: 50px
    }
}

.avatar-wrapper.avatar-settings-view span {
    display: inline-block
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    .avatar-wrapper.avatar-settings-view .change-avatar, .avatar-wrapper.avatar-settings-view img, .avatar-wrapper.avatar-settings-view span {
        height: 60px;
        width: 60px
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .avatar-wrapper.avatar-settings-view .change-avatar, .avatar-wrapper.avatar-settings-view img, .avatar-wrapper.avatar-settings-view span {
        height: 46px;
        width: 46px
    }
}

.avatar-wrapper img {
    display: block;
    height: 240px;
    width: 240px
}

    .avatar-wrapper img.hidden {
        display: none
    }

    .avatar-wrapper img.default {
        background-image: url("/media/images/default-profile.svg");
        background-size: cover
    }

.avatar-wrapper .avatar-camera-wrapper {
    border-radius: 50%;
    position: relative
}

.with-default {
    background: url("/media/images/default-profile.svg") center;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.change-avatar-text {
    font-size: 12px;
    margin-top: 0;
    visibility: hidden
}

#done {
    width: 100%
}

.notice {
    color: #737373;
    font-size: 14px;
    padding-top: 10px
}

.main-avatar {
    display: inline-block;
    position: relative;
    width: 240px
}

#avatar-options .remove {
    display: inline-block
}

    #avatar-options .remove.hidden {
        display: none
    }

.avatar-camera canvas {
    display: none
}

.avatar-change nav {
    margin: 0 -40px -20px -40px;
    padding: 25px 20px 20px
}

    .avatar-change nav a, .avatar-change nav button {
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 48%;
        color: #0060df;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.1;
        padding-top: 11%;
        text-decoration: none;
        width: initial
    }

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    .avatar-change nav a, .avatar-change nav button {
        height: 80px;
        margin: 5px 5px 10px;
        min-width: 80px;
        padding-top: 52px
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .avatar-change nav a, .avatar-change nav button {
        height: 65px;
        margin: 0 0 10px 0;
        min-width: 75px;
        padding-top: 42px
    }
}

.avatar-change nav a#camera, .avatar-change nav a#file, .avatar-change nav a.remove, .avatar-change nav button#camera, .avatar-change nav button#file, .avatar-change nav button.remove {
    background-position: 50% .7vw
}

    .avatar-change nav a#camera:hover, .avatar-change nav a#file:hover, .avatar-change nav a.remove:hover, .avatar-change nav button#camera:hover, .avatar-change nav button#file:hover, .avatar-change nav button.remove:hover {
        filter: hue-rotate(3deg) saturate(1.1) brightness(.85)
    }

    .avatar-change nav a#camera:active, .avatar-change nav a#file:active, .avatar-change nav a.remove:active, .avatar-change nav button#camera:active, .avatar-change nav button#file:active, .avatar-change nav button.remove:active {
        filter: hue-rotate(3deg) saturate(1.1) brightness(.75)
    }

.avatar-change nav a#camera, .avatar-change nav button#camera {
    background-image: url("/images/6caa4c67.glyph-camera-32.svg");
    background-position-y: .45vw
}

.avatar-change nav a#file, .avatar-change nav button#file {
    background-image: url("/images/1827186e.glyph-upload-16.svg")
}

.avatar-change nav a.remove, .avatar-change nav button.remove {
    background-image: url("/images/898d0863.glyph-clear-16.svg")
}

.avatar-change .error {
    position: static
}

.no-getusermedia #camera {
    display: none
}

.avatar-spinner {
    -webkit-animation: 2s linear infinite spin,.2s linear 1 0s both fadein;
    animation: 2s linear infinite spin,.2s linear 1 0s both fadein;
    background-color: #fff;
    background-image: linear-gradient(#d7d7db,#d7d7db);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 75% 100%;
    box-shadow: inset 30px -30px 15px #d7d7db;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition-duration: .2s;
    transition-property: opacity
}

    .avatar-spinner.completed {
        -webkit-animation-play-state: running,paused;
        animation-play-state: running,paused;
        opacity: .999
    }

    .avatar-spinner::before {
        background-image: linear-gradient(#d7d7db,#d7d7db);
        background-position: left;
        background-repeat: no-repeat;
        background-size: 75% 100%;
        content: "";
        position: relative;
        transform: rotate(.001deg);
        transition-duration: .2s;
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.6,0.04,0.98,0.335)
    }

    .avatar-spinner.completed::before {
        transform: rotate(90deg)
    }

    .avatar-spinner::after {
        background-color: #fff;
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        transform: scale(.97);
        transition-delay: 0.2s;
        transition-duration: .2s;
        transition-property: transform;
        transition-timing-function: ease-in-out
    }

    .avatar-spinner.completed::after {
        transform: scale(1.001)
    }

    .avatar-spinner, .avatar-spinner::after, .avatar-spinner::before {
        border-radius: 50%;
        display: inline-block;
        height: 100%;
        width: 100%
    }

.with-spinner .profile-image {
    -webkit-animation: 150ms ease-in-out 1 both fadein;
    animation: 150ms ease-in-out 1 both fadein
}

.cropper .wrapper {
    background-color: #0c0c0d;
    box-sizing: content-box;
    height: 240px;
    margin: 0 -30px;
    overflow: hidden;
    padding: 0 30px;
    position: relative;
    width: 100%
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .cropper .wrapper {
        margin: 0 -10px;
        padding: 0 10px
    }
}

.cropper .wrapper img {
    position: absolute
}

.cropper .mask {
    background: url("/images/204ef5bd.crop-mask.svg");
    height: 240px;
    left: calc((100% - 240px)/ 2);
    position: relative;
    top: 0;
    width: 240px;
    z-index: 1
}

    .cropper .mask::after, .cropper .mask::before {
        background-color: rgba(12,12,13,.52);
        content: "";
        display: block;
        height: 240px;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1
    }

    .cropper .mask::before {
        left: -100%
    }

    .cropper .mask::after {
        right: -100%
    }

[dir=rtl] .cropper .mask {
    left: auto;
    right: calc((100% - 240px)/ 2)
}

.cropper .drag-overlay {
    cursor: move;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3
}

.cropper canvas {
    display: none
}

.cropper .zoom-in, .cropper .zoom-out {
    color: #737373
}

    .cropper .zoom-in:hover, .cropper .zoom-out:hover {
        color: #4a4a4f
    }

    .cropper .zoom-in:focus, .cropper .zoom-out:focus {
        color: #38383d
    }

    .cropper .zoom-in:active, .cropper .zoom-out:active {
        color: #2a2a2e
    }

.cropper .rotate {
    color: #0060df
}

    .cropper .rotate:hover {
        color: #0060df
    }

    .cropper .rotate:focus {
        color: #0060df
    }

    .cropper .rotate:active {
        color: #003eaa
    }

.cropper .rotate, .cropper .zoom-in, .cropper .zoom-out {
    background: 0 0;
    border: 0;
    cursor: pointer;
    font-size: 25px;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 2em
}

.cropper .slider {
    vertical-align: middle
}

.cropper .controls {
    margin-bottom: 20px
}

.graphic {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 130px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .graphic {
        height: 104px
    }
}

.graphic-checkbox {
    background-image: url("/images/41b8dc9d.account-verified.svg")
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .graphic-checkbox {
        height: 100px
    }
}

.graphic-mail {
    background-image: url("/media/images/graphic_mail.svg")
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .graphic-mail {
        height: 100px
    }
}

.graphic-mail-bounced {
    background-image: url("/images/1718f7bd.graphic_mail_bounced.svg")
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .graphic-mail-bounced {
        height: 100px
    }
}

.graphic-connect-another-device {
    background-image: url("/images/41b8dc9d.account-verified.svg")
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .graphic-connect-another-device {
        height: 100px
    }
}

.graphic-connect-another-device-hearts {
    background-image: url("/images/34fa31a7.account-verified-hearts.svg");
    height: 138px;
    margin: 0 auto 20px auto
}

.graphic-laptop-mobile {
    background-image: url("/images/8f341755.graphic_laptop_mobile.svg");
    height: 138px;
    margin: 40px auto 40px auto
}

.graphic-laptop-mobile-qr {
    background-image: url("/images/9a29d7ec.graphic_laptop_mobile_qr.svg");
    height: 138px;
    margin: 40px auto 40px auto
}

#graphic-cad-qr-code {
    height: 180px;
    margin: 20px auto 20px auto
}

.graphic-cad-qr-code-connected {
    background-image: url("/images/34fa31a7.account-verified-hearts.svg");
    margin: 40px auto 40px auto
}

.graphic-two-factor-auth {
    background-image: url("/images/81c63568.graphic_two_factor_auth.svg");
    height: 138px;
    margin-top: 20px
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .graphic-two-factor-auth {
        height: 70px
    }
}

.graphic-add-newsletters {
    background-image: url("/media/images/graphic_mail.svg");
    height: 138px;
    margin-top: 20px
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .graphic-add-newsletters {
        height: 70px
    }
}

.graphic-recovery-codes {
    background-image: url("/images/6f1c3bc5.graphic_recovery_codes.svg");
    height: 138px;
    margin-top: 20px
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .graphic-recovery-codes {
        height: 70px
    }
}

.graphic-download-option, .graphic-recovery-codes-download {
    background-image: url("/images/bdcf873a.recovery_code_download.svg");
    height: 32px;
    width: 33%
}

.graphic-copy-option, .graphic-recovery-codes-copy {
    background-image: url("/images/eff45dd7.recovery_code_copy.svg");
    height: 32px;
    width: 33%
}

.graphic-print-option, .graphic-recovery-codes-print {
    background-image: url("/images/11703ba4.recovery_code_print.svg");
    height: 32px;
    width: 33%
}

.graphic-choose-what-to-sync {
    background-image: url("/images/342b7c50.choose_what_to_sync_devices.svg")
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    .graphic-choose-what-to-sync {
        height: 125px
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .graphic-choose-what-to-sync {
        height: 90px
    }
}

.graphic-pair-failure {
    background-image: url("/images/565e654c.graphic_hearts_broken.svg")
}

.graphic-send-tab-complete {
    background-image: url("/images/52cbcbd6.send_tab_complete.svg")
}

.marketing-area:not(:empty) {
    margin-top: 20px
}

.marketing-area .links {
    overflow: inherit
}

.marketing-area + .links {
    margin: 20px 0 0 0
}

.marketing-area .marketing-link {
    display: inline-block;
    height: 45px;
    margin-left: 10px;
    margin-right: 10px;
    width: 152px
}

.firefox-family-services {
    border-radius: 0 0 16px 16px;
    margin: 0 -40px -40px -40px;
    padding: 0 40px
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    .firefox-family-services {
        background-color: #f8f9fc;
        padding: 20px 40px
    }
}

.firefox-family-services > h2 {
    font-size: 18px;
    margin-top: 0
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .firefox-family-services > h2 {
        font-size: 16px
    }

    html[dir=ltr] .firefox-family-services > h2 {
        text-align: left
    }

    html[dir=rtl] .firefox-family-services > h2 {
        text-align: right
    }
}

.firefox-family-services > ul {
    list-style: none;
    padding: 0
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    .firefox-family-services > ul {
        display: grid;
        grid-template-columns: repeat(2,1fr)
    }
}

.firefox-family-services > ul > .firefox-service {
    color: #737373;
    font-size: 11.5px;
    line-height: 1.7em;
    padding: 0 10px 10px 0
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    .firefox-family-services > ul > .firefox-service {
        padding: 0 10px 20px 0
    }

    html[dir=rtl] .firefox-family-services > ul > .firefox-service {
        padding: 0 0 20px 10px
    }
}

html[dir=ltr] .firefox-family-services > ul > .firefox-service {
    text-align: left
}

html[dir=rtl] .firefox-family-services > ul > .firefox-service {
    padding: 0 0 10px 10px;
    text-align: right
}

.firefox-family-services > ul > .firefox-service .logo {
    background-position: 0 top;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 40px;
    margin: 0;
    text-indent: -9999px;
    width: 180px
}

    .firefox-family-services > ul > .firefox-service .logo.logo-firefox-browser {
        background-image: url("/media/images/GapKonn_logo.png")
    }

    .firefox-family-services > ul > .firefox-service .logo.logo-lockwise {
        background-image: url("/images/f9ca0aac.graphic-logo-lockwise.svg");
        background-position-x: -5px
    }

html[dir=rtl] .firefox-family-services > ul > .firefox-service .logo.logo-lockwise {
    background-position-x: 5px
}

.firefox-family-services > ul > .firefox-service .logo.logo-monitor {
    background-image: url("/images/8f05c551.graphic-logo-monitor.svg");
    background-position-x: -12px
}

html[dir=rtl] .firefox-family-services > ul > .firefox-service .logo.logo-monitor {
    background-position-x: 12px
}

.firefox-family-services > ul > .firefox-service .logo.logo-vpn {
    background-image: url("/images/89fff5db.graphic-logo-vpn.svg");
    background-size: auto 24px;
    background-position-y: 6px
}

.sign-up {
    display: flex
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    .links + .firefox-family-services {
        margin-top: 20px
    }
}

.marketing-ios {
    background-color: #fbfbfe;
    border-radius: 0 0 16px 16px;
    border-top: 1px solid #d7d7db;
    box-shadow: 0 1px 1px #fff inset;
    font-size: 18px;
    position: relative
}

    .marketing-ios .os-general ul {
        padding: 0
    }

    .marketing-ios .os-general li {
        display: inline-block;
        list-style-type: none;
        margin-bottom: 10px;
        padding: 5px
    }

    .marketing-ios .os-general .download-firefox-mobile {
        font-size: 14px
    }

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    .marketing-ios {
        margin: 60px -40px -40px -40px;
        padding: 20px 20px 30px;
        text-align: center
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .marketing-ios {
        font-size: 14px;
        margin: 20px -20px -20px;
        padding: 15px 50px 20px 50px;
        text-align: center
    }
}

.support .settings-unit:first-child {
    display: block
}

.support-form {
    margin: 25px 32px
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .support-form {
        margin: 25px 16px
    }
}

.support-form header {
    margin-bottom: 20px
}

    .support-form header h3 {
        font-size: 16px;
        font-weight: 400
    }

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .support-form .support-field {
        padding: 0
    }
}

.support-form .support-field:nth-child(3) {
    margin-bottom: 30px
}

.support-form textarea {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    background-color: #fff;
    border: 1px solid rgba(12,12,13,.3);
    border-radius: 4px;
    color: #0c0c0d;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    outline: 0;
    position: relative;
    transition-duration: 150ms;
    transition-property: border-color;
    width: 100%;
    z-index: 2;
    display: inline-block;
    height: 120px;
    padding: 16px;
    resize: vertical
}

    .support-form textarea:hover {
        border-color: rgba(12,12,13,.5)
    }

    .support-form textarea:focus {
        border-color: #0a84ff;
        box-shadow: 0 0 0 3px rgba(10,132,255,.3)
    }

    .support-form textarea.invalid {
        border-color: #d70022
    }

        .support-form textarea.invalid:focus {
            box-shadow: 0 0 0 3px rgba(215,0,34,.3)
        }

    .support-form textarea:disabled {
        color: #737373;
        cursor: not-allowed
    }

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .support-form textarea {
        height: 40px
    }
}

html[dir=rtl] .support-form textarea {
    direction: ltr;
    text-align: right
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .support-form textarea {
        height: 101px
    }
}

.support-form .button-row .settings-button {
    height: 48px
}

.support-form .form-label {
    margin-bottom: 5px
}

    .support-form .form-label label {
        color: #737373;
        font-size: 14px
    }

.modal h2 {
    font-size: 18px;
    font-weight: 600
}

.modal .message, .modal h2 {
    text-align: center
}

.modal .message {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px
}

    .modal .message p {
        margin-bottom: 0
    }

.modal.dialog-error, .modal.dialog-success {
    display: inline-block;
    padding: 25px 27px;
    width: 545px
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .modal.dialog-error, .modal.dialog-success {
        max-width: 420px;
        width: 100%
    }
}

.modal.dialog-error .close-modal, .modal.dialog-success .close-modal {
    background-image: url("/images/3db9eaf5.close.svg");
    background-position: center center;
    color: #0c0c0d;
    font-size: 16px;
    font-weight: 600;
    height: 24px;
    right: 15px;
    text-indent: 0;
    top: 13px;
    width: 24px
}

    .modal.dialog-error .close-modal:hover, .modal.dialog-success .close-modal:hover {
        text-decoration: none
    }

.chosen-container {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .chosen-container * {
        box-sizing: border-box
    }

    .chosen-container .chosen-drop {
        background: #fff;
        border: 1px solid rgba(12,12,13,.3);
        border-top: 0;
        box-shadow: 0 4px 5px rgba(0,0,0,.15);
        clip: rect(0,0,0,0);
        -webkit-clip-path: inset(100% 100%);
        clip-path: inset(100% 100%);
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 10
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        clip: auto;
        -webkit-clip-path: none;
        clip-path: none
    }

    .chosen-container.chosen-with-drop .chosen-single {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

.chosen-container-single .chosen-single {
    border: 1px solid rgba(12,12,13,.3);
    border-radius: 4px;
    color: #0c0c0d;
    display: block;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    text-decoration: none
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    .chosen-container-single .chosen-single {
        height: 48px;
        line-height: 48px
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .chosen-container-single .chosen-single {
        height: 40px;
        line-height: 40px
    }
}

html[dir=ltr] .chosen-container-single .chosen-single {
    padding-left: 16px
}

html[dir=rtl] .chosen-container-single .chosen-single {
    padding-right: 16px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single div {
    border-color: #d7d7db transparent transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

@media(min-width:521px),(orientation:landscape)and (min-width:641px) {
    .chosen-container-single .chosen-single div {
        top: 20px
    }

    html[dir=ltr] .chosen-container-single .chosen-single div {
        right: 20px
    }

    html[dir=rtl] .chosen-container-single .chosen-single div {
        left: 20px
    }
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .chosen-container-single .chosen-single div {
        top: 16px
    }

    html[dir=ltr] .chosen-container-single .chosen-single div {
        right: 16px
    }

    html[dir=rtl] .chosen-container-single .chosen-single div {
        left: 16px
    }
}

.chosen-with-drop.chosen-container-single .chosen-single div {
    border-color: transparent transparent #d7d7db transparent;
    border-width: 0 8px 8px 8px
}

.chosen-container-single .chosen-single div b {
    display: none
}

.chosen-container-single .chosen-drop {
    background-clip: padding-box;
    border-radius: 0 0 4px 4px
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    clip: rect(0,0,0,0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
    position: absolute
}

.chosen-container .chosen-results {
    color: #0c0c0d;
    font-size: 16px;
    margin: 8px 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative
}

    .chosen-container .chosen-results li {
        display: none;
        line-height: 48px;
        list-style: none;
        margin: 0;
        padding-left: 16px;
        padding-right: 16px
    }

        .chosen-container .chosen-results li.active-result {
            cursor: pointer;
            display: list-item
        }

        .chosen-container .chosen-results li.highlighted {
            background-color: #ededf0
        }

.chosen-container-active .chosen-single {
    border: 1px solid #0a84ff !important;
    box-shadow: 0 0 0 3px rgba(10,132,255,.3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #b1b1b3;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active .chosen-choices {
    border: 1px solid #0a84ff !important;
    box-shadow: 0 0 0 3px rgba(10,132,255,.3)
}

.chosen-disabled {
    opacity: .4;
    cursor: default
}

    .chosen-disabled .chosen-single {
        cursor: default
    }

html {
    background-color: #fbfbfe;
    height: 100%
}

table, td, th {
    border: solid 1px #000;
    font-size: 1.2rem;
    padding: 5px;
    text-align: center
}

.survey-wrapped {
    position: relative;
    z-index: 2
}

.survey-component {
    align-items: flex-end;
    background: #f9f9fa;
    border-radius: 4px 4px 0 0;
    bottom: -360px;
    box-shadow: 0 12px 18px 2px rgba(34,0,51,.04),0 6px 22px 4px rgba(7,48,114,.12),0 6px 10px -4px rgba(14,13,26,.12);
    display: flex;
    flex-direction: column;
    height: 400px;
    overflow: hidden;
    position: fixed;
    right: 10%;
    transition: bottom 250ms ease-out;
    width: 320px;
    z-index: 11
}

.survey-close {
    align-items: center;
    background: 50% no-repeat url("/images/3db9eaf5.close.svg") transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 40px
}

    .survey-close:focus {
        box-shadow: none
    }

    .survey-close:hover {
        background: 50% no-repeat url("/images/3db9eaf5.close.svg") rgba(12,12,13,.05)
    }

    .survey-close:active {
        background: 50% no-repeat url("/images/3db9eaf5.close.svg") rgba(12,12,13,.1)
    }

.survey-complete-msg {
    align-items: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 360px;
    justify-content: center;
    width: 100%
}

    .survey-complete-msg p {
        margin: 5px
    }

    .survey-complete-msg .emoji {
        font-size: 1.4em;
        margin: 0
    }

    .survey-complete-msg .small {
        clear: both;
        color: #737373;
        font-size: 14px;
        line-height: 1.5;
        margin: 6px 0 24px
    }

.survey-complete-msg, .survey-iframe {
    box-shadow: 0 -1px 0 rgba(12,12,13,.1)
}

.survey-inner-enter {
    bottom: -360px
}

.survey-inner-enter-active {
    bottom: 0;
    transition: bottom 250ms ease-out;
    transition-duration: 250ms
}

.survey-inner-enter-done {
    bottom: 0
}

@media(prefers-reduced-motion) {
    .survey-inner-enter-active {
        transition-duration: 0s
    }

    .survey-component {
        visibility: hidden
    }

        .survey-component.survey-inner-enter-done {
            visibility: visible
        }
}

.error {
    font-size: 12px;
    font-weight: 400;
    background: #d70022;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    min-height: 32px;
    padding: 12px;
    position: relative;
    text-align: center;
    display: none;
    margin-bottom: 10px
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .error {
        width: 100%
    }
}

.error a {
    color: #fff;
    text-decoration: underline
}

.error.visible {
    display: block
}

#loading-template .error {
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.loading .error {
    margin-top: 20px
}

.error.error-warning {
    background: #ededf0
}

.info {
    font-size: 12px;
    font-weight: 400;
    background: #ededf0;
    border-radius: 4px;
    color: #0c0c0d;
    font-weight: 700;
    min-height: 32px;
    padding: 12px;
    position: relative;
    text-align: center
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .info {
        width: 100%
    }
}

.info a {
    color: #0c0c0d;
    text-decoration: underline
}

.info.visible {
    display: block
}

.success {
    font-size: 12px;
    font-weight: 400;
    background: #c7fbbf;
    border-radius: 4px;
    color: #063311;
    font-weight: 700;
    min-height: 32px;
    padding: 12px;
    position: relative;
    text-align: center;
    display: none;
    margin-bottom: 10px
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .success {
        width: 100%
    }
}

.success a {
    color: #063311;
    text-decoration: underline
}

.success.visible {
    display: block
}

.warning {
    font-size: 12px;
    font-weight: 400;
    background: #ffe900;
    border-radius: 4px;
    color: #3e2800;
    font-weight: 700;
    min-height: 32px;
    padding: 12px;
    position: relative;
    text-align: center
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .warning {
        width: 100%
    }
}

.warning a {
    color: #3e2800;
    text-decoration: underline
}

.warning.visible {
    display: block
}

.progress-hidden {
    display: none
}

.hidden {
    display: none
}

.reset-warning {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    margin-top: 0;
    padding: 5px 25px 15px 25px
}

@media(max-width:520px),(orientation:landscape)and (max-width:640px) {
    .reset-warning {
        padding: 5px
    }
}

.reset-warning span {
    color: #d70022
}

.reset-warning.reset-warning-complete-password {
    margin-bottom: 25px
}

div + .error, div + .success {
    margin-top: 10px
}

.shake {
    -webkit-animation: shake 1.05s;
    animation: shake 1.05s
}

.fadein {
    -webkit-animation: fadein 1.05s;
    animation: fadein 1.05s
}

.fade-in-forward {
    -webkit-animation: fadein 150ms forwards;
    animation: fadein 150ms forwards
}

.fade-down-tt {
    -webkit-animation: fade-down-tt 450ms;
    animation: fade-down-tt 450ms
}

.fade-up-tt {
    -webkit-animation: fade-up-tt 450ms;
    animation: fade-up-tt 450ms
}

.pulse {
    -webkit-animation: pulse 450ms;
    animation: pulse 450ms
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fade-up {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-15px)
    }
}

@keyframes fade-up {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-15px)
    }
}

@-webkit-keyframes fade-up-tt {
    0% {
        opacity: 0;
        transform: translateY(15px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade-up-tt {
    0% {
        opacity: 0;
        transform: translateY(15px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fade-down-tt {
    0% {
        opacity: 0;
        transform: translateY(-15px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade-down-tt {
    0% {
        opacity: 0;
        transform: translateY(-15px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: 0;
        transform: scale(1,1)
    }

    50% {
        opacity: 1;
        transform: scale(1.1,1.1)
    }

    100% {
        opacity: 1;
        transform: scale(1,1)
    }
}

@keyframes pulse {
    0% {
        opacity: 0;
        transform: scale(1,1)
    }

    50% {
        opacity: 1;
        transform: scale(1.1,1.1)
    }

    100% {
        opacity: 1;
        transform: scale(1,1)
    }
}

@-webkit-keyframes fade-down-logo {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade-down-logo {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes shake {
    0%,100% {
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        transform: translateX(-4px)
    }

    20%,40%,60%,80% {
        transform: translateX(4px)
    }
}

@keyframes shake {
    0%,100% {
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        transform: translateX(-4px)
    }

    20%,40%,60%,80% {
        transform: translateX(4px)
    }
}

#suggest-sync {
    margin: -6px auto 16px
}

    #suggest-sync .dismiss {
        background-image: url("/images/b1b13850.icon-close.svg");
        background-size: 16px;
        cursor: pointer;
        display: inline-block;
        height: 16px;
        margin-top: -8px;
        position: absolute;
        text-indent: -9999px;
        top: 50%;
        width: 16px;
        outline: 0
    }

html[dir=ltr] #suggest-sync {
    padding-right: 32px
}

    html[dir=ltr] #suggest-sync .dismiss {
        right: 8px
    }

html[dir=rtl] #suggest-sync {
    padding-left: 32px
}

    html[dir=rtl] #suggest-sync .dismiss {
        left: 8px
    }
