@keyframes spin {
 to {
  transform: rotate(360deg);
 }
}
@keyframes stroke {
 to {
  stroke-dashoffset: 0;
 }
}
@keyframes scale {
 0%,
 to {
  transform: none;
 }
 50% {
  transform: scale(1);
 }
}
@keyframes fill {
 to {
  transform: scale(1);
 }
}
@keyframes fillfail {
 to {
  box-shadow: inset 0 30px #de1303;
 }
}
@keyframes fillfail-offlabel {
 to {
  box-shadow: inset 0 0 0 30px #232323;
 }
}
@keyframes fillfail-offlabel-dark {
 to {
  box-shadow: inset 0 0 0 30px #fff;
 }
}
@keyframes scale-up-center {
 0% {
  transform: scale(0.01);
 }
 to {
  transform: scale(1);
 }
}
@keyframes fade-in {
 0% {
  opacity: 0;
 }
 to {
  opacity: 1;
 }
}
@keyframes fireworks {
 0% {
  opacity: 0;
  transform: scale(0);
 }
 50% {
  opacity: 1;
  transform: scale(1.5);
 }
 to {
  opacity: 0;
  transform: scale(2);
 }
}
@keyframes firework {
 0% {
  opacity: 0;
  stroke-dashoffset: 8px;
 }
 30% {
  opacity: 1;
 }
 to {
  stroke-dashoffset: -8px;
 }
}
@keyframes unspin {
 40% {
  stroke-width: 1px;
  stroke-linecap: square;
  stroke-dashoffset: 192px;
 }
 to {
  stroke-width: 0;
 }
}
.main-wrapper {
 color: #232323;
 -webkit-font-smoothing: antialiased;
 background-color: #fff;
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
 font-family: -apple-system, system-ui, blinkmacsystemfont, Segoe UI, roboto, oxygen, ubuntu, Helvetica Neue, arial, sans-serif;
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 overflow: hidden;
}
#content {
 box-sizing: border-box;
 user-select: none;
 background-color: #fafafa;
 border: 1px solid #e0e0e0;
 justify-content: space-between;
 align-items: center;
 gap: 7px;
 height: 65px;
 display: flex;
}
#branding {
 text-align: right;
 flex-direction: column;
 margin: 0 16px 0 0;
 display: inline-flex;
}
#verifying-i,
#overrun-i {
 width: 30px;
 height: 30px;
 animation: 5s linear infinite spin;
 display: flex;
}
#fail-i {
 stroke-width: 1px;
 fill: #f8f8f8;
 stroke: #f8f8f8;
 stroke-miterlimit: 10;
 border-radius: 50%;
 width: 30px;
 height: 30px;
 animation: 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) both scale-up-center;
 display: flex;
 box-shadow: inset 0 0 #de1303;
}
ol {
  counter-reset: item;
  list-style-type: none;
  list-style-position: outside;    
  padding-left: 0;

}

ol li {
  counter-increment: item;
  margin-bottom: 10px;

}

ol li::before {
  content: counter(item) ". ";
  color: #1A73E8;
  font-weight: bold;
  margin-right: 10px;
  margin-left: 10px;
}
#success-i {
 stroke-width: 1px;
 fill: #f8f8f8;
 stroke: #f8f8f8;
 stroke-miterlimit: 10;
 stroke-width: 6px;
 border-radius: 50%;
 width: 30px;
 height: 30px;
 animation: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both scale-up-center;
 display: flex;
 box-shadow: inset 0 0 #038127;
}
#success-i .p1 {
 stroke-dasharray: 242;
 stroke-dashoffset: 242px;
 animation: 0.4s cubic-bezier(0.65, 0, 0.45, 1) 0.3s forwards stroke;
 box-shadow: inset 0 0 #038127;
}
#success-pre-i {
 width: 30px;
 height: 30px;
}
#success-pre-i line {
 stroke: #038127;
 stroke-width: 1px;
 stroke-dasharray: 32 32;
 stroke-dashoffset: -8px;
 animation: 0.3s ease-out firework;
}
#success-text {
 opacity: 0;
 animation: 1s forwards fade-in;
}
.success-circle {
 stroke-dashoffset: 0;
 stroke-width: 2px;
 stroke-miterlimit: 10;
 stroke: #038127;
 fill: #038127;
}
#overrun-text,
#timeout-text,
#expired-text {
 text-align: inherit;
 margin: 0;
 font-size: 14px;
 font-weight: 400;
}
#error-overrun {
 margin-top: 2px;
}
#timeout-refresh-link,
#expired-text,
#timeout-text,
#expired-refresh-link,
#error-overrun,
#fr-overrun {
 display: inline-block;
}
#fr-helper,
#fr-overrun {
 margin-left: 0;
 margin-right: 0.25em;
}
#fr-helper-link,
#fr-overrun-link {
 display: inline-block;
}
.theme-dark #success-i,
.theme-dark #success-i .p1 {
 box-shadow: inset 0 0 #0aa937;
}
.theme-dark .success-circle {
 stroke: #0aa937;
 fill: #0aa937;
}
.theme-dark .expired-circle,
.theme-dark .timeout-circle {
 stroke-dasharray: 166;
 stroke-dashoffset: 166px;
 stroke-width: 2px;
 stroke-miterlimit: 10;
 stroke: #999;
 fill: #999;
}
.theme-dark #expired-i,
.theme-dark #timeout-i {
 stroke-width: 1px;
 fill: #f8f8f8;
 stroke: #f8f8f8;
 stroke-miterlimit: 10;
 border-radius: 50%;
 width: 30px;
 height: 30px;
 display: flex;
 box-shadow: inset 0 0 #999;
}
.theme-dark #challenge-overlay {
 background-color: #222;
}
.theme-dark #challenge-overlay,
.theme-dark #challenge-error-text {
 color: #ffa299;
}
.theme-dark #challenge-overlay a,
.theme-dark #challenge-error-text a,
.theme-dark #challenge-overlay a:visited,
.theme-dark #challenge-overlay a:link,
.theme-dark #challenge-error-text a:visited,
.theme-dark #challenge-error-text a:link {
 color: #bbb;
}
.theme-dark #challenge-overlay a:hover,
.theme-dark #challenge-overlay a:active,
.theme-dark #challenge-overlay a:focus,
.theme-dark #challenge-error-text a:hover,
.theme-dark #challenge-error-text a:active,
.theme-dark #challenge-error-text a:focus {
 color: #949494;
}
.theme-dark .cb-lb .cb-i {
 background-color: #222;
 border: 2px solid #dadada;
}
.theme-dark .cb-lb input:focus ~ .cb-i,
.theme-dark .cb-lb input:active ~ .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 h1 {
 color: #fff;
}
.theme-dark #challenge-error-title {
 color: #ffa299;
}
.theme-dark #challenge-error-title a,
.theme-dark #challenge-error-title a:visited,
.theme-dark #challenge-error-title a:link {
 color: #bbb;
}
.theme-dark #challenge-error-title a:hover,
.theme-dark #challenge-error-title a:active,
.theme-dark #challenge-error-title a:focus {
 color: #949494;
}
.theme-dark #terms {
 color: #bbb;
}
.theme-dark #terms a {
 white-space: nowrap;
 color: #bbb;
}
.theme-dark #terms a:visited,
.theme-dark #terms a:link {
 color: #bbb;
}
.theme-dark #terms a:hover,
.theme-dark #terms a:active,
.theme-dark #terms a:focus {
 color: #949494;
}
.theme-dark #content {
 background-color: #232323;
 border-color: #797979;
}
.theme-dark #qr {
 fill: #f38020;
}
.theme-dark .logo-text {
 fill: #fff;
}
.theme-dark #fr-helper-loop > a,
.theme-dark #fr-helper-loop > a:visited,
.theme-dark #fr-helper-loop > a:link {
 color: #bbb;
}
.theme-dark #fr-helper-loop > a:active,
.theme-dark #fr-helper-loop > a:hover,
.theme-dark #fr-helper-loop > a:focus {
 color: #949494;
}
.theme-dark #timeout-refresh-link,
.theme-dark #expired-refresh-link,
.theme-dark #timeout-refresh-link:visited,
.theme-dark #timeout-refresh-link:link,
.theme-dark #expired-refresh-link:visited,
.theme-dark #expired-refresh-link:link {
 color: #bbb;
}
.theme-dark #timeout-refresh-link:active,
.theme-dark #timeout-refresh-link:hover,
.theme-dark #timeout-refresh-link:focus,
.theme-dark #expired-refresh-link:active,
.theme-dark #expired-refresh-link:hover,
.theme-dark #expired-refresh-link:focus {
 color: #949494;
}
.theme-dark .overlay {
 color: #ffa299;
 border-color: #ffa299;
}
.theme-dark .error-message,
.theme-dark .error-message a,
.theme-dark .error-message a:link,
.theme-dark .error-message a:visited {
 color: #ffa299;
}
#challenge-overlay {
 z-index: 9999;
 color: #de1303;
 background-color: #fafafa;
 font-size: 9px;
 line-height: 10px;
 position: absolute;
 top: 0;
}
#challenge-overlay a,
#challenge-overlay a:visited,
#challenge-overlay a:link {
 color: #232323;
}
#challenge-overlay a:active,
#challenge-overlay a:hover,
#challenge-overlay a:focus {
 color: #166379;
}
#logo {
 height: 25px;
 margin-bottom: 1px;
}
.failure-circle {
 stroke-dasharray: 166;
 stroke-dashoffset: 166px;
 stroke-width: 2px;
 stroke-miterlimit: 10;
 stroke: #de1303;
 fill: #de1303;
 animation: 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards stroke;
}
.failure-cross {
 fill: #fff;
 transform-origin: bottom;
}
@keyframes fade-in-animation {
 0% {
  fill: #de1303;
  stroke: #de1303;
 }
 to {
  fill: #fff;
  stroke: #fff;
 }
}
.failure-cross {
 animation: 0.1s cubic-bezier(1, 1, 0, 1) 0.4s backwards fade-in-animation;
}
.cb-c {
 cursor: pointer;
 text-align: left;
 align-items: center;
 margin-left: 16px;
 display: flex;
}
.cb-lb {
 place-items: center;
 display: grid;
}
.cb-lb input {
 opacity: 0;
 z-index: 9999;
 cursor: pointer;
 grid-area: 1/1;
 width: 24px;
 height: 24px;
 margin: 0;
}
.cb-lb input:focus ~ .cb-i,
.cb-lb input:active ~ .cb-i {
 border: 2px solid #c44d0e;
}
.cb-lb input:checked ~ .cb-i {
 opacity: 1;
 background-color: #fff;
 border-radius: 5px;
 transform: rotate(0) scale(1);
}
.cb-lb input:checked ~ .cb-i:after {
 border: 4px solid #c44d0e;
 border-width: 0 4px 4px 0;
 border-radius: 0;
 width: 6px;
 height: 12px;
 top: 0;
 left: 5px;
 transform: rotate(45deg) scale(1);
}
.cb-lb .cb-i {
 box-sizing: border-box;
 z-index: 9998;
 background: #fff;
 border: 2px solid #6d6d6d;
 border-radius: 3px;
 grid-area: 1/1;
 width: 24px;
 height: 24px;
 transition: all 0.1s ease-in;
 animation: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) both scale-up-center;
}
.cb-lb .cb-i:after {
 content: "";
 border-radius: 5px;
 position: absolute;
}
.cb-lb .cb-lb-t {
 grid-column: 2;
 margin-left: 8px;
}
.size-compact {
 font-size: 14px;
}
.size-compact #content {
 flex-flow: column;
 place-content: space-between;
 align-items: flex-start;
 gap: 0;
 height: 140px;
 padding: 12px 0;
 display: flex;
}
.size-compact .link-spacer {
 margin-left: 3px;
 margin-right: 3px;
}
.size-compact .cb-c {
 text-align: left;
 margin: 0 12px;
}
.size-compact .cb-container {
 margin: 0 12px;
}
.size-compact #logo {
 height: 25px;
 margin-bottom: 0;
}
.size-compact #branding {
 text-align: right;
 flex-flow: row-reverse wrap;
 place-content: center flex-start;
 align-self: flex-end;
 margin: 0 12px;
 padding-right: 0;
}
.size-compact #terms {
 text-align: right;
}
.size-compact #qr {
 text-align: center;
}
.size-compact #challenge-error-title {
 width: auto;
 margin-top: 3px;
}
.size-compact #fail {
 visibility: visible;
 flex-flow: row;
 place-content: center space-evenly;
 align-items: center;
 line-height: 13px;
 display: flex;
}
.size-compact #expired-text,
.size-compact #overrun-text,
.size-compact #timeout-text {
 display: block;
}
.size-compact #expired-refresh-link,
.size-compact #timeout-refresh-link,
.size-compact .error-message a {
 margin: 0;
}
.size-compact .error-message span {
 display: block;
}
.size-compact .error-message.ltr {
 text-align: end;
}
.size-compact .error-message.ltr #fr-overrun {
 margin-left: 0;
 margin-right: 0;
}
.cb-lb-t {
 flex-flow: row-reverse;
 place-content: center flex-end;
 align-items: center;
 display: flex;
}
.rtl {
 direction: rtl;
}
.rtl .cb-lb-t {
 margin-left: 0;
 margin-right: 8px;
 padding: 0;
}
.rtl #success-i,
.rtl #verifying-i,
.rtl #fail-i,
.rtl #overrun-i,
.rtl #timeout-i,
.rtl #expired-i {
 left: 255px;
}
.rtl #fr-helper,
.rtl #fr-overrun {
 margin-left: 0.25em;
 margin-right: 0;
}
.rtl #branding {
 text-align: left;
 width: 90px;
 margin: 0 0 0 16px;
 padding-left: 0;
 padding-right: 0;
}
.rtl.size-compact #branding {
 text-align: left;
 justify-content: flex-end;
 align-self: flex-start;
 margin: 0 12px 0 0;
 padding-left: 0;
 padding-right: 0;
}
.rtl.size-compact #terms {
 text-align: right;
}
.rtl.size-compact #cf-stage {
 padding-right: 48px;
}
.rtl.size-compact .cb-container,
.rtl.size-compact .cb-c {
 margin: 0 12px;
}
.rtl .cb-lb {
 text-align: right;
}
.rtl .cb-lb input {
 right: 18px;
}
.rtl .cb-lb input:checked ~ .cb-i:after {
 right: 6px;
}
.rtl .cb-lb .cb-i {
 right: 18px;
}
.rtl .cb-c {
 text-align: right;
 margin-left: 0;
 margin-right: 15px;
}
.rtl .cb-container {
 margin-left: 0;
 margin-right: 16px;
}
#terms {
 color: #232323;
 justify-content: flex-end;
 font-size: 8px;
 font-style: normal;
 line-height: 10px;
 display: inline-flex;
}
#terms .link-spacer {
 margin: 0 0.2rem;
}
#terms a {
 color: #232323;
 font-size: 8px;
 font-style: normal;
 font-weight: 400;
 line-height: 10px;
 text-decoration: underline;
 display: inline-block;
}
#terms a:link,
#terms a:visited {
 color: #232323;
 font-size: 8px;
 font-style: normal;
 font-weight: 400;
 line-height: 10px;
 text-decoration: underline;
}
#terms a:hover,
#terms a:focus,
#terms a:active {
 color: #166379;
 text-decoration: underline;
}
#challenge-error-title {
 color: #de1303;
 width: 200px;
 height: 55px;
 margin: 5px 0;
 font-size: 11px;
 position: absolute;
 top: 0;
}
#challenge-error-title a {
 color: #232323;
}
#challenge-error-title a:hover,
#challenge-error-title a:focus,
#challenge-error-title a:active {
 color: #166379;
 text-decoration: underline;
}
#challenge-error-title a:link,
#challenge-error-title a:visited {
 color: #232323;
}
#challenge-error-title .i-wrapper {
 display: none;
}
.unspun .circle {
 animation: 0.7s cubic-bezier(0.65, 0, 0.45, 1) forwards unspin;
}
.circle {
 stroke-width: 3px;
 stroke-linecap: round;
 stroke: #038127;
 stroke-dasharray: 0 100 0;
 stroke-dashoffset: 200px;
 stroke-miterlimit: 1;
 stroke-linejoin: round;
}
.main-wrapper {
 border-spacing: 0;
}
.p1 {
 fill: none;
 stroke: #fff;
}
.offlabel.size-compact #content {
 place-content: center;
}
.offlabel.size-compact .cb-lb .cb-i,
.offlabel.size-compact .cb-lb input {
 top: 58px;
}
.expired-circle,
.timeout-circle {
 stroke-dasharray: 166;
 stroke-dashoffset: 166px;
 stroke-width: 2px;
 stroke-miterlimit: 10;
 stroke: #797979;
 fill: #797979;
}
#expired-i,
#timeout-i {
 stroke-width: 1px;
 fill: #f8f8f8;
 stroke: #f8f8f8;
 stroke-miterlimit: 10;
 border-radius: 50%;
 width: 30px;
 height: 30px;
 animation: 0.3s ease-in-out 0.9s both scale;
 display: flex;
 box-shadow: inset 0 0 #797979;
}
.cb-container {
 grid-template-columns: 30px auto;
 align-items: center;
 gap: 12px;
 margin-left: 16px;
 display: grid;
}
.logo-text {
 fill: #000;
}
#qr {
 fill: #232323;
}
#qr svg {
 width: 40px;
 height: 40px;
}
.main-wrapper.theme-dark {
 color: #fff;
 background-color: #232323;
}
#fr-helper-loop > a,
#fr-helper-loop > a:link,
#fr-helper-loop > a:visited {
 color: #232323;
 display: block;
}
#fr-helper-loop > a:active,
#fr-helper-loop > a:hover,
#fr-helper-loop > a:focus {
 color: #166379;
}
.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:hover,
.error-message a:focus {
 color: #166379;
}
.error-message.ltr {
 direction: ltr;
}
.error-message.ltr #fr-overrun {
 margin-left: 0;
 margin-right: 0.25em;
}
#expired-refresh-link,
#timeout-refresh-link,
#expired-refresh-link:link,
#expired-refresh-link:visited,
#timeout-refresh-link:link,
#timeout-refresh-link:visited {
 color: #232323;
}
#expired-refresh-link:active,
#expired-refresh-link:hover,
#expired-refresh-link:focus,
#timeout-refresh-link:active,
#timeout-refresh-link:hover,
#timeout-refresh-link:focus {
 color: #166379;
}
.lang-de-de.size-compact #branding,
.lang-vi-vn.size-compact #branding,
.lang-bg-bg.size-compact #branding,
.lang-el-gr.size-compact #branding,
.lang-hi-in.size-compact #branding,
.lang-ko-kr.size-compact #branding,
.lang-zh.size-compact #branding,
.lang-zh-cn.size-compact #branding,
.lang-zh-tw.size-compact #branding,
.lang-sv-se.size-compact #branding {
 flex-direction: column;
}
@media (width<=350px) {
 .lang-ja-jp #terms,
 .lang-lt-lt #terms,
 .lang-pl-pl #terms,
 .lang-ro-ro #terms,
 .lang-ru-ru #terms,
 .lang-sk-sk #terms,
 .lang-tl-ph #terms,
 .lang-uk-ua #terms,
 .lang-vi-vn #terms {
  flex-direction: column;
  display: flex;
 }
 .lang-ja-jp #terms .link-spacer,
 .lang-lt-lt #terms .link-spacer,
 .lang-pl-pl #terms .link-spacer,
 .lang-ro-ro #terms .link-spacer,
 .lang-ru-ru #terms .link-spacer,
 .lang-sk-sk #terms .link-spacer,
 .lang-tl-ph #terms .link-spacer,
 .lang-uk-ua #terms .link-spacer,
 .lang-vi-vn #terms .link-spacer {
  display: none;
 }
}
.lang-ja-jp.size-compact #terms,
.lang-tl-ph.size-compact #terms,
.lang-pl-pl.size-compact #terms,
.lang-uk-ua.size-compact #terms,
.lang-vi-vn.size-compact #terms {
 flex-direction: row;
 display: inline-flex;
}
.lang-ja-jp.size-compact #terms .link-spacer,
.lang-tl-ph.size-compact #terms .link-spacer,
.lang-pl-pl.size-compact #terms .link-spacer,
.lang-uk-ua.size-compact #terms .link-spacer,
.lang-vi-vn.size-compact #terms .link-spacer {
 display: block;
}
.lang-bg-bg.size-compact #verifying-text,
.lang-el-gr.size-compact #verifying-text {
 font-size: 12px;
}
.lang-bg-bg.size-compact #challenge-overlay,
.lang-bg-bg.size-compact #challenge-error-text,
.lang-el-gr.size-compact #challenge-overlay,
.lang-el-gr.size-compact #challenge-error-text {
 font-size: 9px;
 line-height: 10px;
}
.lang-bg-bg.size-compact #challenge-error,
.lang-el-gr.size-compact #challenge-error {
 margin: 0 10px;
}
.lang-bg-bg.size-compact #branding,
.lang-el-gr.size-compact #branding {
 margin: 0 10px 0 0;
}
.lang-vi-vn.size-compact #challenge-overlay,
.lang-vi-vn.size-compact #challenge-error-text,
.lang-de-de.size-compact #challenge-overlay,
.lang-de-de.size-compact #challenge-error-text {
 font-size: 9px;
 line-height: 10px;
}
.lang-vi-vn.size-compact #challenge-error,
.lang-de-de.size-compact #challenge-error {
 margin: 0 10px;
}
.lang-vi-vn.size-compact #branding,
.lang-de-de.size-compact #branding {
 margin: 0 10px 0 0;
}
.lang-de-de #expiry-msg #expired-refresh-link,
.lang-de-de #expiry-msg #timeout-refresh-link,
.lang-de-de #timeout-msg #expired-refresh-link,
.lang-de-de #timeout-msg #timeout-refresh-link,
.lang-hu-hu #expiry-msg #expired-refresh-link,
.lang-hu-hu #expiry-msg #timeout-refresh-link,
.lang-hu-hu #timeout-msg #expired-refresh-link,
.lang-hu-hu #timeout-msg #timeout-refresh-link,
.lang-fi-fi #expiry-msg #expired-refresh-link,
.lang-fi-fi #expiry-msg #timeout-refresh-link,
.lang-fi-fi #timeout-msg #expired-refresh-link,
.lang-fi-fi #timeout-msg #timeout-refresh-link,
.lang-ms-my #expiry-msg #expired-refresh-link,
.lang-ms-my #expiry-msg #timeout-refresh-link,
.lang-ms-my #timeout-msg #expired-refresh-link,
.lang-ms-my #timeout-msg #timeout-refresh-link,
.lang-lt-lt #expiry-msg #expired-refresh-link,
.lang-lt-lt #expiry-msg #timeout-refresh-link,
.lang-lt-lt #timeout-msg #expired-refresh-link,
.lang-lt-lt #timeout-msg #timeout-refresh-link,
.lang-ro-ro #expiry-msg #expired-refresh-link,
.lang-ro-ro #expiry-msg #timeout-refresh-link,
.lang-ro-ro #timeout-msg #expired-refresh-link,
.lang-ro-ro #timeout-msg #timeout-refresh-link,
.lang-uk-ua #expiry-msg #expired-refresh-link,
.lang-uk-ua #expiry-msg #timeout-refresh-link,
.lang-uk-ua #timeout-msg #expired-refresh-link,
.lang-uk-ua #timeout-msg #timeout-refresh-link,
.lang-fr-fr #expiry-msg #expired-refresh-link,
.lang-fr-fr #expiry-msg #timeout-refresh-link,
.lang-fr-fr #timeout-msg #expired-refresh-link,
.lang-fr-fr #timeout-msg #timeout-refresh-link {
 margin-left: 0;
}
.lang-hr-hr.size-compact #verifying-text,
.lang-pl-pl.size-compact #verifying-text,
.lang-ms-my.size-compact #verifying-text {
 font-size: 12px;
}
@media (width<=350px) {
 .lang-es-es #success-text {
  font-size: 12px;
 }
}
.lang-pl-pl.size-compact #fail {
 gap: 6px;
}
.lang-pl-pl.size-compact #fail-text,
.lang-pl-pl.size-compact #timeout-text,
.lang-pl-pl.size-compact #timeout-refresh-link {
 font-size: 12px;
}
.lang-pl-pl.size-compact #terms {
 display: inline-flex;
}
.lang-pl-pl.size-compact #terms .link-spacer,
.lang-tl-ph #timeout-text,
.lang-tl-ph #expired-text,
.lang-tr-tr #timeout-text,
.lang-tr-tr #expired-text,
.lang-ro-ro #timeout-text,
.lang-ro-ro #expired-text,
.lang-pl-pl #timeout-text,
.lang-pl-pl #expired-text,
.lang-uk-ua #timeout-text,
.lang-uk-ua #expired-text,
.lang-ja-jp #timeout-text,
.lang-ja-jp #expired-text {
 display: block;
}
.lang-fi-fi.size-compact #timeout,
.lang-fi-fi.size-compact #expired {
 gap: 6px;
}
@media (width<=350px) {
 .lang-de-de #terms {
  flex-direction: column;
  display: flex;
 }
 .lang-de-de #terms .link-spacer {
  display: none;
 }
 .lang-de-de #timeout-msg,
 .lang-de-de #timeout-text,
 .lang-de-de #expiry-msg,
 .lang-de-de #expired-text {
  font-size: 12px;
 }
}
.lang-de-de.size-compact #timeout {
 gap: 6px;
 margin-left: 4px;
}
.lang-de-de.size-compact #timeout-text,
.lang-de-de.size-compact #timeout-refresh-link {
 font-size: 11px;
}
.lang-de-de.size-compact .cb-lb-t {
 font-size: 12px;
}
.lang-ja-jp #branding {
 text-align: right;
 flex-direction: column;
 margin: 0 16px 0 0;
 padding-top: 5px;
 display: flex;
}
.lang-ja-jp .cb-lb-t {
 font-size: 11px;
}
.lang-ja-jp.size-compact #challenge-overlay,
.lang-ja-jp.size-compact #challenge-error-text {
 line-height: 10px;
}
@media (width<=350px) {
 .lang-ru-ru #terms {
  flex-direction: column;
  display: flex;
 }
 .lang-ru-ru #terms .link-spacer {
  display: none;
 }
}
.lang-ru-ru.size-compact #verifying-text {
 font-size: 10px;
}
.lang-ru-ru.size-compact .cb-lb .cb-i,
.lang-ru-ru.size-compact .cb-lb input {
 left: 11px;
}
.lang-ru-ru.size-compact #challenge-overlay,
.lang-ru-ru.size-compact #challenge-error-text {
 font-size: 8px;
 line-height: 10px;
}
.lang-ru-ru #challenge-error {
 margin: 8px 4px;
}
.lang-bg-bg.size-compact #verifying-text {
 font-size: 12px;
}
.overlay {
 opacity: 0.9;
 z-index: 2147483647;
 color: #de1303;
 background-color: #fff;
 border: 1px solid #de1303;
 height: auto;
 padding: 2px;
 font-family: consolas, Liberation Mono, courier, monospace;
 font-size: 8px;
 line-height: 8px;
 position: absolute;
 top: 5px;
 left: 5px;
}
.lang-it-it.size-compact #challenge-overlay,
.lang-it-it.size-compact #challenge-error-text {
 font-size: 9px;
 line-height: 10px;
}
.lang-id-id.size-compact #challenge-overlay,
.lang-id-id.size-compact #challenge-error-text {
 line-height: 10px;
}
@media (prefers-color-scheme: dark) {
 .main-wrapper.theme-auto {
  color: #fff;
  background-color: #232323;
 }
 .theme-auto #success-i,
 .theme-auto #success-i .p1 {
  box-shadow: inset 0 0 #0aa937;
 }
 .theme-auto .success-circle {
  stroke: #0aa937;
  fill: #0aa937;
 }
 .theme-auto .expired-circle,
 .theme-auto .timeout-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166px;
  stroke-width: 2px;
  stroke-miterlimit: 10;
  stroke: #999;
  fill: #999;
 }
 .theme-auto #expired-i,
 .theme-auto #timeout-i {
  stroke-width: 1px;
  fill: #f8f8f8;
  stroke: #f8f8f8;
  stroke-miterlimit: 10;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  box-shadow: inset 0 0 #999;
 }
 .theme-auto #challenge-overlay {
  background-color: #222;
 }
 .theme-auto #challenge-overlay,
 .theme-auto #challenge-error-text {
  color: #ffa299;
 }
 .theme-auto #challenge-overlay a,
 .theme-auto #challenge-error-text a,
 .theme-auto #challenge-overlay a:visited,
 .theme-auto #challenge-overlay a:link,
 .theme-auto #challenge-error-text a:visited,
 .theme-auto #challenge-error-text a:link {
  color: #bbb;
 }
 .theme-auto #challenge-overlay a:hover,
 .theme-auto #challenge-overlay a:active,
 .theme-auto #challenge-overlay a:focus,
 .theme-auto #challenge-error-text a:hover,
 .theme-auto #challenge-error-text a:active,
 .theme-auto #challenge-error-text a:focus {
  color: #949494;
 }
 .theme-auto .cb-lb .cb-i {
  background-color: #222;
  border: 2px solid #dadada;
 }
 .theme-auto .cb-lb input:focus ~ .cb-i,
 .theme-auto .cb-lb input:active ~ .cb-i {
  border: 2px solid #fbad41;
 }
 .theme-auto .cb-lb input:checked ~ .cb-i {
  background-color: #6d6d6d;
 }
 .theme-auto .cb-lb input:checked ~ .cb-i:after {
  border-color: #fbad41;
 }
 .theme-auto h1 {
  color: #fff;
 }
 .theme-auto #challenge-error-title {
  color: #ffa299;
 }
 .theme-auto #challenge-error-title a,
 .theme-auto #challenge-error-title a:visited,
 .theme-auto #challenge-error-title a:link {
  color: #bbb;
 }
 .theme-auto #challenge-error-title a:hover,
 .theme-auto #challenge-error-title a:active,
 .theme-auto #challenge-error-title a:focus {
  color: #949494;
 }
 .theme-auto #terms {
  color: #bbb;
 }
 .theme-auto #terms a {
  white-space: nowrap;
  color: #bbb;
 }
 .theme-auto #terms a:visited,
 .theme-auto #terms a:link {
  color: #bbb;
 }
 .theme-auto #terms a:hover,
 .theme-auto #terms a:active,
 .theme-auto #terms a:focus {
  color: #949494;
 }
 .theme-auto #content {
  background-color: #232323;
  border-color: #797979;
 }
 .theme-auto #qr {
  fill: #f38020;
 }
 .theme-auto .logo-text {
  fill: #fff;
 }
 .theme-auto #fr-helper-loop > a,
 .theme-auto #fr-helper-loop > a:visited,
 .theme-auto #fr-helper-loop > a:link {
  color: #bbb;
 }
 .theme-auto #fr-helper-loop > a:active,
 .theme-auto #fr-helper-loop > a:hover,
 .theme-auto #fr-helper-loop > a:focus {
  color: #949494;
 }
 .theme-auto #timeout-refresh-link,
 .theme-auto #expired-refresh-link,
 .theme-auto #timeout-refresh-link:visited,
 .theme-auto #timeout-refresh-link:link,
 .theme-auto #expired-refresh-link:visited,
 .theme-auto #expired-refresh-link:link {
  color: #bbb;
 }
 .theme-auto #timeout-refresh-link:active,
 .theme-auto #timeout-refresh-link:hover,
 .theme-auto #timeout-refresh-link:focus,
 .theme-auto #expired-refresh-link:active,
 .theme-auto #expired-refresh-link:hover,
 .theme-auto #expired-refresh-link:focus {
  color: #949494;
 }
 .theme-auto .overlay {
  color: #ffa299;
  border-color: #ffa299;
 }
 .theme-auto .error-message,
 .theme-auto .error-message a,
 .theme-auto .error-message a:link,
 .theme-auto .error-message a:visited {
  color: #ffa299;
 }
}
.JoAGq4 {
 display: grid !important;
}
