* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    color: #313131;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}
body {
    display: flex;
    flex-direction: column;
    height: 100vh;
    min-height: 100vh
}
a {
    transition: color 150ms;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #0051c3
}
a:hover {
    text-decoration: underline;
    color: #ee730a
}
.main-content {
    margin: 8rem auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    width: 100%;
    max-width: 60rem
}
.main-content .loading-verifying {
    height: 76.391px
}
.spacer {
    margin: 2rem 0
}
.spacer-top {
    margin-top: 4rem
}
.spacer-bottom {
    margin-bottom: 2rem
}
.heading-favicon {
    margin-right: .5rem;
    width: 2rem;
    height: 2rem
}
.main-wrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    border-spacing: 0
}
.h1 {
    line-height: 3.75rem;
    font-size: 2.5rem;
    font-weight: 500
}
.h2 {
    line-height: 2.25rem;
    font-size: 1.5rem;
    font-weight: 500
}
.core-msg {
    line-height: 2.25rem;
    font-size: 1.5rem;
    font-weight: 400
}
@media (width <=720px) {
    .main-content {
        margin-top: 4rem
    }
    .heading-favicon {
        width: 1.5rem;
        height: 1.5rem
    }
    .h1 {
        line-height: 1.75rem;
        font-size: 1.5rem
    }
    .h2 {
        line-height: 1.5rem;
        font-size: 1.25rem
    }
    .core-msg {
        line-height: 1.5rem;
        font-size: 1rem
    }
}
#challenge-error-text {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZjNTc0YSIgZD0iTTE2IDNhMTMgMTMgMCAxIDAgMTMgMTNBMTMuMDE1IDEzLjAxNSAwIDAgMCAxNiAzbTAgMjRhMTEgMTEgMCAxIDEgMTEtMTEgMTEuMDEgMTEuMDEgMCAwIDEtMTEgMTEiLz48cGF0aCBmaWxsPSIjZmM1NzRhIiBkPSJNMTcuMDM4IDE4LjYxNUgxNC44N0wxNC41NjMgOS41aDIuNzgzem0tMS4wODQgMS40MjdxLjY2IDAgMS4wNTcuMzg4LjQwNy4zODkuNDA3Ljk5NCAwIC41OTYtLjQwNy45ODQtLjM5Ny4zOS0xLjA1Ny4zODktLjY1IDAtMS4wNTYtLjM4OS0uMzk4LS4zODktLjM5OC0uOTg0IDAtLjU5Ny4zOTgtLjk4NS40MDYtLjM5NyAxLjA1Ni0uMzk3Ii8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 34px
}
#challenge-success-text {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI2IDI2Ij48cGF0aCBmaWxsPSIjMzEzMTMxIiBkPSJNMTMgMGExMyAxMyAwIDEgMCAwIDI2IDEzIDEzIDAgMCAwIDAtMjZtMCAyNGExMSAxMSAwIDEgMSAwLTIyIDExIDExIDAgMCAxIDAgMjIiLz48cGF0aCBmaWxsPSIjMzEzMTMxIiBkPSJtMTAuOTU1IDE2LjA1NS0zLjk1LTQuMTI1LTEuNDQ1IDEuMzg1IDUuMzcgNS42MSA5LjQ5NS05LjYtMS40Mi0xLjQwNXoiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 42px
}
.text-center {
    text-align: center
}
.footer {
    margin: 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    width: 100%;
    max-width: 60rem;
    line-height: 1.125rem;
    font-size: .75rem
}
.footer-inner {
    border-top: 1px solid #d9d9d9;
    padding-top: 1rem;
    padding-bottom: 1rem
}
.clearfix::after {
    display: table;
    clear: both;
    content: ""
}
.diagnostic-wrapper {
    margin-bottom: .5rem
}
.footer .ray-id {
    text-align: center
}
.footer .ray-id code {
    font-family: monaco, courier, monospace
}
.core-msg, .zone-name-title {
    overflow-wrap: break-word
}
@media (width <=720px) {
    .diagnostic-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
    .clearfix::after {
        display: initial;
        clear: none;
        text-align: center;
        content: none
    }
    .zone-name-title {
        margin-bottom: 1rem
    }
}
.loading-verifying {
    height: 76.391px
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 1.875rem;
    height: 1.875rem
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    border: .3rem solid #595959;
    border-radius: 50%;
    border-color: #313131 transparent transparent;
    width: 1.875rem;
    height: 1.875rem;
    animation: 1.2s cubic-bezier(.5, 0, .5, 1) infinite lds-ring
}
.lds-ring div:first-child {
    animation-delay: -.45s
}
.lds-ring div:nth-child(2) {
    animation-delay: -.3s
}
.lds-ring div:nth-child(3) {
    animation-delay: -.15s
}
@keyframes lds-ring {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

    body {
        background-color: #222;
        color: #d9d9d9
    }
    body a {
        color: #fff
    }
    body a:hover {
        text-decoration: underline;
        color: #ee730a
    }
    body .lds-ring div {
        border-color: #999 transparent transparent
    }
    body #challenge-success-text {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI2IDI2Ij48cGF0aCBmaWxsPSIjZDlkOWQ5IiBkPSJNMTMgMGExMyAxMyAwIDEgMCAwIDI2IDEzIDEzIDAgMCAwIDAtMjZtMCAyNGExMSAxMSAwIDEgMSAwLTIyIDExIDExIDAgMCAxIDAgMjIiLz48cGF0aCBmaWxsPSIjZDlkOWQ5IiBkPSJtMTAuOTU1IDE2LjA1NS0zLjk1LTQuMTI1LTEuNDQ1IDEuMzg1IDUuMzcgNS42MSA5LjQ5NS05LjYtMS40Mi0xLjQwNXoiLz48L3N2Zz4")
    }
    body #challenge-error-text {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0IyMEYwMyIgZD0iTTE2IDNhMTMgMTMgMCAxIDAgMTMgMTNBMTMuMDE1IDEzLjAxNSAwIDAgMCAxNiAzbTAgMjRhMTEgMTEgMCAxIDEgMTEtMTEgMTEuMDEgMTEuMDEgMCAwIDEtMTEgMTEiLz48cGF0aCBmaWxsPSIjQjIwRjAzIiBkPSJNMTcuMDM4IDE4LjYxNUgxNC44N0wxNC41NjMgOS41aDIuNzgzem0tMS4wODQgMS40MjdxLjY2IDAgMS4wNTcuMzg4LjQwNy4zODkuNDA3Ljk5NCAwIC41OTYtLjQwNy45ODQtLjM5Ny4zOS0xLjA1Ny4zODktLjY1IDAtMS4wNTYtLjM4OS0uMzk4LS4zODktLjM5OC0uOTg0IDAtLjU5Ny4zOTgtLjk4NS40MDYtLjM5NyAxLjA1Ni0uMzk3Ii8+PC9zdmc+")
    }

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}
@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}
@keyframes scale {
    0%, 100% {
        transform: none
    }
    50% {
        transform: scale3d(1, 1, 1)
    }
}
@keyframes fill {
    100% {
        transform: scale(1)
    }
}
@keyframes fillfail {
    100% {
        box-shadow: inset 0 30px 0 0 #de1303
    }
}
@keyframes fillfail-offlabel {
    100% {
        box-shadow: inset 0 0 0 30px #232323
    }
}
@keyframes fillfail-offlabel-dark {
    100% {
        box-shadow: inset 0 0 0 30px #fff
    }
}
@keyframes scale-up-center {
    0% {
        transform: scale(.01)
    }
    100% {
        transform: scale(1)
    }
}
@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fireworks {
    0% {
        transform: scale(0);
        opacity: 0
    }
    50% {
        transform: scale(1.5);
        opacity: 1
    }
    100% {
        transform: scale(2);
        opacity: 0
    }
}
@keyframes firework {
    0% {
        opacity: 0;
        stroke-dashoffset: 8
    }
    30% {
        opacity: 1
    }
    100% {
        stroke-dashoffset: -8
    }
}
@keyframes unspin {
    40% {
        stroke-width: 1px;
        stroke-linecap: square;
        stroke-dashoffset: 192
    }
    100% {
        stroke-width: 0
    }
}
#content {
    box-sizing: border-box;
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e0e0e0;
    background-color: #fafafa;
    height: 65px;
    user-select: none
}
#branding {
    display: inline-flex;
    flex-direction: column;
    margin: 0 16px 0 0;
    text-align: right
}
#overrun-i, #verifying-i {
    display: flex;
    width: 30px;
    height: 30px;
    animation: 5s linear infinite spin
}
#fail-i {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    box-shadow: inset 0 0 0 #de1303;
    stroke-width: 1px;
    fill: #f8f8f8;
    stroke: #f8f8f8;
    stroke-miterlimit: 10;
    animation: .6s cubic-bezier(.55, .085, .68, .53) both scale-up-center
}
#success-i {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    box-shadow: inset 0 0 0 #038127;
    stroke-width: 1px;
    fill: #f8f8f8;
    stroke: #f8f8f8;
    stroke-miterlimit: 10;
    animation: .3s cubic-bezier(.55, .085, .68, .53) both scale-up-center;
    stroke-width: 6px
}
#success-i .p1 {
    stroke-dasharray: 242;
    stroke-dashoffset: 242;
    box-shadow: inset 0 0 0 #038127;
    animation: .4s cubic-bezier(.65, 0, .45, 1) forwards stroke;
    animation-delay: .3s
}
#success-pre-i {
    width: 30px;
    height: 30px
}
#success-pre-i line {
    stroke: #038127;
    animation: .3s ease-out firework;
    stroke-width: 1;
    stroke-dasharray: 32 32;
    stroke-dashoffset: -8
}
#success-text {
    opacity: 0;
    animation: 1s forwards fade-in
}
.success-circle {
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #038127;
    fill: #038127
}
#expired-text, #overrun-text, #timeout-text {
    margin: 0;
    text-align: inherit;
    font-size: 14px;
    font-weight: 400
}
#error-overrun {
    margin-top: 2px
}
#error-overrun, #expired-refresh-link, #expired-text, #fr-helper-link, #fr-overrun, #fr-overrun-link, #timeout-refresh-link, #timeout-text {
    display: inline-block
}
#fr-helper, #fr-overrun {
    margin-right: .25em;
    margin-left: 0
}
.theme-dark #success-i, .theme-dark #success-i .p1 {
    box-shadow: inset 0 0 0 #0aa937
}
.theme-dark .success-circle {
    stroke: #0aa937;
    fill: #0aa937
}
.theme-dark .expired-circle, .theme-dark .timeout-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #999;
    fill: #999
}
.theme-dark #expired-i, .theme-dark #timeout-i {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    box-shadow: inset 0 0 0 #999;
    stroke-width: 1px;
    fill: #f8f8f8;
    stroke: #f8f8f8;
    stroke-miterlimit: 10
}
.theme-dark #challenge-error-text, .theme-dark #challenge-overlay {
    color: #ffa299
}
.theme-dark .cb-lb .cb-i {
    border: 2px solid #dadada;
    background-color: #222
}
.theme-dark .cb-lb input:active~.cb-i, .theme-dark .cb-lb input:focus~.cb-i {
    border: 2px solid #fbad41
}
.theme-dark .cb-lb input:checked~.cb-i {
    background-color: #6d6d6d
}
.theme-dark .cb-lb input:checked~.cb-i::after {
    border-color: #fbad41
}
.theme-dark #terms {
    color: #bbb
}
.theme-dark #terms a {
    white-space: nowrap;
    color: #bbb
}
.theme-dark #terms a:link, .theme-dark #terms a:visited {
    color: #bbb
}
.theme-dark #terms a:active, .theme-dark #terms a:focus, .theme-dark #terms a:hover {
    color: #949494
}
.theme-dark #content {
    border-color: #797979;
    background-color: #232323
}
.theme-dark .logo-text {
    fill: #fff
}
.theme-dark #expired-refresh-link, .theme-dark #expired-refresh-link:link, .theme-dark #expired-refresh-link:visited, .theme-dark #timeout-refresh-link, .theme-dark #timeout-refresh-link:link, .theme-dark #timeout-refresh-link:visited {
    color: #bbb
}
.theme-dark #expired-refresh-link:active, .theme-dark #expired-refresh-link:focus, .theme-dark #expired-refresh-link:hover, .theme-dark #timeout-refresh-link:active, .theme-dark #timeout-refresh-link:focus, .theme-dark #timeout-refresh-link:hover {
    color: #949494
}
.theme-dark .error-message, .theme-dark .error-message a, .theme-dark .error-message a:link, .theme-dark .error-message a:visited {
    color: #ffa299
}
#logo {
    margin-bottom: 1px;
    height: 25px
}
.failure-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #de1303;
    fill: #de1303;
    animation: .6s cubic-bezier(.65, 0, .45, 1) forwards stroke
}
.failure-cross {
    fill: #fff;
    transform-origin: bottom center;
    animation: .1s cubic-bezier(1, 1, 0, 1) .4s backwards fade-in-animation
}
@keyframes fade-in-animation {
    0% {
        fill: #de1303;
        stroke: #de1303
    }
    100% {
        fill: #fff;
        stroke: #fff
    }
}
.cb-c {
    display: flex;
    align-items: center;
    margin-left: 16px;
    cursor: pointer;
    text-align: left
}
.cb-lb {
    display: grid;
    place-items: center
}
.cb-lb input {
    grid-area: 1/1;
    opacity: 0;
    z-index: 9999;
    margin: 0;
    cursor: pointer;
    width: 24px;
    height: 24px
}
.cb-lb input:active~.cb-i, .cb-lb input:focus~.cb-i {
    border: 2px solid #c44d0e
}
.cb-lb input:checked~.cb-i {
    transform: rotate(0) scale(1);
    opacity: 1;
    border-radius: 5px;
    background-color: #fff
}
.cb-lb input:checked~.cb-i::after {
    top: 0;
    left: 5px;
    transform: rotate(45deg) scale(1);
    border: solid #c44d0e;
    border-width: 0 4px 4px 0;
    border-radius: 0;
    width: 6px;
    height: 12px
}
.cb-lb .cb-i {
    box-sizing: border-box;
    grid-area: 1/1;
    transition: .1s ease-in;
    z-index: 9998;
    border: 2px solid #6d6d6d;
    border-radius: 3px;
    background: #fff;
    width: 24px;
    height: 24px;
    animation: .4s cubic-bezier(.55, .085, .68, .53) both scale-up-center
}
.cb-lb .cb-i::after {
    position: absolute;
    border-radius: 5px;
    content: ""
}
.cb-lb .cb-lb-t {
    grid-column: 2;
    margin-left: 8px
}
.cb-lb-t {
    display: flex;
    flex-flow: row-reverse nowrap;
    place-content: center flex-end;
    align-items: center
}
#terms {
    display: inline-flex;
    justify-content: flex-end;
    line-height: 10px;
    color: #232323;
    font-size: 8px;
    font-style: normal
}
#terms .link-spacer {
    margin: 0 .2rem
}
#terms a {
    display: inline-block;
    text-decoration: underline;
    line-height: 10px;
    color: #232323;
    font-size: 8px;
    font-weight: 400;
    font-style: normal
}
#terms a:link, #terms a:visited {
    text-decoration: underline;
    line-height: 10px;
    color: #232323;
    font-size: 8px;
    font-weight: 400;
    font-style: normal
}
#terms a:active, #terms a:focus, #terms a:hover {
    text-decoration: underline;
    color: #166379
}
.unspun .circle {
    animation: .7s cubic-bezier(.65, 0, .45, 1) forwards unspin
}
.circle {
    stroke-width: 3px;
    stroke-linecap: round;
    stroke: #038127;
    stroke-dasharray: 0, 100, 0;
    stroke-dashoffset: 200;
    stroke-miterlimit: 1;
    stroke-linejoin: round
}
.p1 {
    fill: none;
    stroke: #fff
}
.expired-circle, .timeout-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #797979;
    fill: #797979
}
#expired-i, #timeout-i {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    box-shadow: inset 0 0 0 #797979;
    stroke-width: 1px;
    fill: #f8f8f8;
    stroke: #f8f8f8;
    stroke-miterlimit: 10;
    animation: .3s ease-in-out .9s both scale
}
.cb-container {
    display: grid;
    grid-template-columns: 30px auto;
    gap: 12px;
    align-items: center;
    margin-left: 16px
}
.logo-text {
    fill: #000
}
.main-wrapper.theme-dark, body.theme-dark {
    background-color: #232323;
    color: #fff
}
.error-message {
    color: #de1303;
    font-size: 9px;
    font-weight: 500
}
.error-message a:link, .error-message a:visited {
    color: #de1303
}
.error-message a:active, .error-message a:focus, .error-message a:hover {
    color: #166379
}
#expired-refresh-link, #expired-refresh-link:link, #expired-refresh-link:visited, #timeout-refresh-link, #timeout-refresh-link:link, #timeout-refresh-link:visited {
    color: #232323
}
#expired-refresh-link:active, #expired-refresh-link:focus, #expired-refresh-link:hover, #timeout-refresh-link:active, #timeout-refresh-link:focus, #timeout-refresh-link:hover {
    color: #166379
}