.goog-inline-block {
    position: relative;
    display: -moz-inline-box;
    display: inline-block
}

* html .goog-inline-block {
    display: inline
}

*:first-child+html .goog-inline-block {
    display: inline
}

.recaptcha-checkbox {
    border: none;
    font-size: 1px;
    height: 28px;
    margin: 4px;
    width: 28px;
    overflow: visible;
    outline: 0;
    vertical-align: text-bottom
}

.recaptcha-checkbox-border {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    border: 2px solid #c1c1c1;
    font-size: 1px;
    height: 24px;
    position: absolute;
    width: 24px;
    z-index: 1
}

.recaptcha-checkbox-borderAnimation {
    background-image: url("");
    background-repeat: no-repeat;
    border: none;
    height: 28px;
    outline: 0;
    position: absolute;
    width: 28px
}

.recaptcha-checkbox-nodatauri.recaptcha-checkbox-borderAnimation {
    background-image: url("")
}

.recaptcha-checkbox-spinner-gif {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    background-size: 24px;
    border: 2px solid #c1c1c1;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px
}

.recaptcha-checkbox-spinner {
    background-color: #f9f9f9;
    border: 6px solid #4d90fe;
    border-radius: 36px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    height: 36px;
    left: -4px;
    outline: 0;
    position: absolute;
    top: -4px;
    width: 36px;
    box-sizing: border-box;
    opacity: 0;
    animation: spinner-spin linear 2.5s infinite;
    animation-play-state: paused;
    transition-duration: 1s
}

@keyframes spinner-spin {
    0% {
        transform: rotateZ(0deg)
    }

    10% {
        transform: rotateZ(135deg)
    }

    25% {
        transform: rotateZ(245deg)
    }

    60% {
        transform: rotateZ(700deg)
    }

    75% {
        transform: rotateZ(810deg)
    }

    100% {
        transform: rotateZ(1080deg)
    }
}

.recaptcha-checkbox-spinner-overlay {
    content: '';
    position: absolute;
    top: -7px;
    left: -7px;
    width: 38px;
    height: 19px;
    background-color: #f9f9f9;
    animation: overlay-spin linear 1s;
    animation-play-state: paused;
    transform-origin: bottom center;
    border-radius: 38px 38px 0 0;
    transform: rotateZ(45deg);
    opacity: 0
}

@keyframes overlay-spin {
    0% {
        opacity: 1;
        transform: rotateZ(45deg)
    }

    100% {
        opacity: 1;
        transform: rotateZ(225deg)
    }
}

.recaptcha-checkbox-checkmark {
    background-image: url("");
    background-repeat: no-repeat;
    border: none;
    height: 30px;
    left: -5px;
    outline: 0;
    position: absolute;
    width: 38px
}

.rc-anchor-dark .recaptcha-checkbox-spinner {
    background-color: #222
}

.rc-anchor-dark .recaptcha-checkbox-spinner-overlay {
    background-color: #222
}

.recaptcha-checkbox-nodatauri.recaptcha-checkbox-checkmark {
    background-image: url("")
}

.recaptcha-checkbox-hover .recaptcha-checkbox-border,
.recaptcha-checkbox-hover .recaptcha-checkbox-spinner-gif {
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .1);
    border: 2px solid #b2b2b2
}

.recaptcha-checkbox-focused .recaptcha-checkbox-border,
.recaptcha-checkbox-focused .recaptcha-checkbox-spinner-gif {
    border: 2px solid #4d90fe
}

.recaptcha-checkbox-active .recaptcha-checkbox-border,
.recaptcha-checkbox-active .recaptcha-checkbox-spinner-gif {
    background-color: #ebebeb
}

.recaptcha-checkbox-disabled .recaptcha-checkbox-border,
.recaptcha-checkbox-disabled .recaptcha-checkbox-spinner-gif {
    background-color: #f1f1f1
}

.recaptcha-checkbox-loading .recaptcha-checkbox-spinner-gif {
    background-image: url("")
}

.recaptcha-checkbox-checked .recaptcha-checkbox-border,
.recaptcha-checkbox-checked .recaptcha-checkbox-spinner-gif {
    visibility: hidden
}

.recaptcha-checkbox-checked .recaptcha-checkbox-checkmark {
    background-position: 0 -600px
}

.recaptcha-checkbox-expired .recaptcha-checkbox-border,
.recaptcha-checkbox-expired .recaptcha-checkbox-spinner-gif {
    border: 2px solid #ff0000
}

.recaptcha-checkbox-clearOutline.recaptcha-checkbox-focused .recaptcha-checkbox-border,
.recaptcha-checkbox-clearOutline.recaptcha-checkbox-focused .recaptcha-checkbox-spinner-gif {
    border: 2px solid #c1c1c1
}

body {
    margin: 0
}

.rc-anchor {
    border-radius: 3px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08)
}

.rc-anchor-normal {
    height: 74px;
    width: 300px
}

.rc-anchor-compact {
    height: 136px;
    width: 156px
}

.rc-anchor-dark {
    background: #222;
    color: #fff
}

.rc-anchor-dark.rc-anchor-normal {
    border: 1px solid #525252
}

.rc-anchor-dark.rc-anchor-compact {
    border: 1px solid #525252
}

.rc-anchor-light {
    background: #f9f9f9;
    color: #000
}

.rc-anchor-light.rc-anchor-normal {
    border: 1px solid #d3d3d3
}

.rc-anchor-light.rc-anchor-compact {
    border: 1px solid #d3d3d3
}

.rc-inline-block {
    display: inline-block;
    height: 100%
}

.rc-anchor-center-container {
    display: table;
    height: 100%
}

.rc-anchor-center-item {
    display: table-cell;
    vertical-align: middle
}

.rc-anchor-content {
    display: inline-block;
    position: relative
}

.rc-anchor-normal .rc-anchor-content {
    height: 74px;
    width: 206px
}

.rc-anchor-compact .rc-anchor-content {
    height: 85px
}

.rc-anchor-error-message {
    color: #ff0000;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 0 10px
}

.rc-anchor-checkbox {
    margin: 0 12px 2px 12px
}

.rc-anchor-checkbox-label {
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px
}

.rc-anchor-normal .rc-anchor-checkbox-label {
    width: 152px
}

.rc-anchor-compact .rc-anchor-checkbox-label {
    width: 95px
}

.rc-anchor-error-msg-container {
    color: #ff0000;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    left: 0;
    line-height: 14px;
    margin: 2px;
    position: absolute;
    top: 0
}

.rc-anchor-normal.rc-anchor-error .rc-anchor-error-msg-container {
    width: 240px
}

.rc-anchor-normal.rc-anchor-error .rc-anchor-content {
    margin-top: 10px
}

.rc-anchor-compact.rc-anchor-error .rc-anchor-content {
    margin-top: 25px
}

.rc-anchor-normal-footer {
    display: inline-block;
    height: 74px;
    vertical-align: top;
    width: 70px
}

.rc-anchor-compact-footer {
    margin: 0 12px;
    text-align: center;
    width: 136px
}

.rc-anchor-logo-img {
    background: url("logo_48.png");
    background-repeat: no-repeat
}

.rc-anchor-logo-img-ie8 {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../www.gstatic.com/recaptcha/api2/logo_48.png', sizingMethod='scale')
}

.rc-anchor-logo-text {
    cursor: default;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    margin-top: 5px;
    text-align: center
}

.rc-anchor-light .rc-anchor-logo-text,
.rc-anchor-light div a:link,
.rc-anchor-light div a:visited {
    color: #555
}

.rc-anchor-dark .rc-anchor-logo-text,
.rc-anchor-dark div a:link,
.rc-anchor-dark div a:visited {
    color: #f5f5f5
}

.rc-anchor-logo-portrait {
    margin: 10px 0 0 26px;
    width: 58px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.rc-anchor-logo-img-portrait {
    background-size: 32px;
    height: 32px;
    margin: 0 13px 0 13px;
    width: 32px
}

.rc-anchor-logo-landscape {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.rc-anchor-logo-img-landscape {
    background-size: 24px;
    display: inline-block;
    height: 24px;
    width: 24px
}

.rc-anchor-logo-landscape-text-holder {
    display: inline-block;
    height: 24px;
    margin: 0 2px 0 2px;
    width: 54px
}

.rc-anchor-normal .rc-anchor-pt,
.rc-anchor-invisible .rc-anchor-pt,
.rc-anchor-compact .rc-anchor-pt {
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 8px;
    font-weight: 400
}

.rc-anchor-pt {
    background-image: url("4f096ad962ddce33ecf0babfe1318456ce18bd9d.png")
}

.rc-anchor-pt a {
    display: inline;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none
}

.rc-anchor-pt a:hover {
    text-decoration: underline
}

.rc-anchor-normal .rc-anchor-pt {
    margin: 2px 11px 0 0;
    padding-right: 2px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 276px
}

.rc-anchor-compact .rc-anchor-pt {
    margin: 0 0 2px 0;
    width: 132px
}

.rc-anchor-aria-status {
    display: none
}

#rc-anchor-alert,
.rc-anchor-alert {
    color: red;
    font-size: 9px;
    margin: 2px;
    position: absolute;
    top: 0
}

#rc-anchor-over-quota {
    bottom: 0;
    color: #555;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 9px;
    padding: 4px;
    position: absolute;
    width: 170px;
    display: flex;
    align-items: center;
    height: 20px
}

.rc-anchor-compact .rc-anchor-content #rc-anchor-over-quota {
    width: 148px
}

.rc-anchor-normal .rc-anchor-pt.rc-anchor-over-quota-pt {
    width: 130px
}

.rc-anchor-logo-portrait.rc-anchor-over-quota-logo {
    margin-top: 6px
}

#rc-anchor-invisible-over-quota {
    font-size: 9px;
    line-height: initial
}

#rc-anchor-invisible-over-quota a {
    color: white
}

.rc-anchor-invisible {
    height: 60px;
    width: 256px;
    display: flex
}

.rc-anchor-invisible-text {
    background: #1a73e8;
    color: white;
    display: flex;
    flex-basis: 166px;
    flex-direction: column;
    flex-grow: 1;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 100%;
    justify-content: center;
    line-height: 20px;
    padding: 0 16px;
    white-space: nowrap
}

.rc-anchor-invisible-text.smalltext {
    font-size: 12px;
    padding: 0 10px;
    line-height: 16px;
    white-space: normal
}

.rc-anchor-invisible-text.smalltext .rc-anchor-pt {
    line-height: 12px;
    white-space: normal
}

.rc-anchor-invisible-text.smalltext .rc-anchor-pt a:link {
    font-size: 9px
}

.rc-anchor-normal-footer.smalltext .rc-anchor-pt {
    font-size: 5px;
    line-height: 6px
}

.rc-anchor-invisible-text strong {
    font-weight: 500
}

.rc-anchor-invisible .rc-anchor-normal-footer .rc-anchor-pt {
    transition: opacity 0.3s ease;
    text-align: center;
    width: 70px;
    margin-top: 2px
}

.rc-anchor-logo-img-large {
    transition: all 0.3s ease;
    background-size: 40px;
    margin: 5px 15px 0 15px;
    height: 40px;
    width: 40px
}

.rc-anchor-invisible-nohover .rc-anchor-logo-img-large,
.rc-anchor-invisible-hover:hover .rc-anchor-logo-img-large {
    background-size: 44px;
    margin: 8px 13px 0 13px;
    height: 44px;
    width: 44px
}

.rc-anchor-invisible-nohover .rc-anchor-normal-footer .rc-anchor-pt,
.rc-anchor-invisible-hover:hover .rc-anchor-normal-footer .rc-anchor-pt {
    opacity: 0
}

.rc-anchor-invisible-nohover .rc-anchor-invisible-text .rc-anchor-pt,
.rc-anchor-invisible-hover:hover .rc-anchor-invisible-text .rc-anchor-pt {
    opacity: 1
}

.rc-anchor-invisible-text .rc-anchor-pt {
    transition: opacity 0.3s ease
}

.rc-anchor-invisible-text .rc-anchor-pt a:link,
.rc-anchor-invisible-text .rc-anchor-pt a:visited {
    color: white;
    font-size: 10px
}

.rc-anchor-invisible-hover .rc-anchor-invisible-text .rc-anchor-pt a:link {
    display: none
}

.rc-anchor-invisible-hover:hover .rc-anchor-invisible-text .rc-anchor-pt a:link {
    display: inline
}

.rc-button-default {
    background: #1a73e8;
    border: 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
    min-width: 100px;
    padding: 0 10px 0 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease
}

.rc-button-default:focus {
    outline: 0;
    box-shadow: 0 0 0 2pt #185abc
}

.rc-button-default-hover {}

.rc-button-default-disabled {
    background: rgba(73, 143, 225, 0.50);
    cursor: default
}

.rc-button-red {
    background: #e24a4a
}

.rc-button-default-disabled.rc-button-red {
    background: rgba(226, 74, 74, 0.49)
}

body {
    margin: 0
}

.rc-imageselect-instructions strong {
    font-weight: 900;
    display: block;
    font-size: 28px
}

.rc-footer {
    font-family: Roboto, helvetica, arial, sans-serif;
    position: relative;
    width: 100%
}

.rc-separator {
    border-top: 1px solid #dfdfdf;
    margin-bottom: 1px
}

.rc-controls {
    width: 100%
}

.primary-controls {
    height: 60px
}

.rc-buttons {
    float: left;
    height: 48px;
    margin: 6px 0 6px 6px;
    background-repeat: no-repeat
}

.fake-focus {
    height: 0;
    opacity: 0;
    width: 0
}

.button-holder {
    float: left;
    height: 48px
}

.rc-button-reload {
    background: url("")
}

.rc-button-reload:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme:dark) {
    .rc-button-reload {
        background: url("")
    }
}

.rc-button-reload-on-dark {
    background: url("")
}

.rc-button-reload-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-button-audio {
    background: url("")
}

.rc-button-audio:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme:dark) {
    .rc-button-audio {
        background: url("")
    }
}

.rc-button-audio-on-dark {
    background: url("")
}

.rc-button-audio-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-button-image {
    background: url("")
}

.rc-button-image:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme:dark) {
    .rc-button-image {
        background: url("")
    }
}

.rc-button-image-on-dark {
    background: url("")
}

.rc-button-image-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-button-help {
    background: url("")
}

.rc-button-help:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme:dark) {
    .rc-button-help {
        background: url("")
    }
}

.rc-button-help-on-dark {
    background: url("")
}

.rc-button-help-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-button-undo {
    background: url("")
}

.rc-button-undo:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme:dark) {
    .rc-button-undo {
        background: url("")
    }
}

.rc-button-undo-on-dark {
    background: url("")
}

.rc-button-undo-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-button {
    background-size: 32px 32px;
    cursor: pointer;
    height: 48px;
    opacity: .55;
    width: 48px;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
    background-position: center
}

.rc-button:focus,
.rc-button:hover {
    opacity: .8;
    outline: none
}

.verify-button-holder {
    float: right;
    margin: 8px 8px 9px 0
}

.rc-challenge-help {
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    overflow-y: scroll;
    padding: 5px 20px 5px 20px
}

.reload-icon {
    height: 16px;
    width: 16px
}

.apps-toast {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 101
}

.apps-toast-content {
    background: #323232;
    border-radius: 2px;
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .4);
    box-shadow: 0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .4);
    color: #eee;
    display: inline-block;
    font: 12px/20px Roboto, helvetica, arial, sans-serif;
    padding: 14px;
    text-align: center
}

.rc-audiochallenge-response-field {
    margin: 7px;
    text-align: center
}

.rc-audiochallenge-response-field .rc-response-input-field {
    width: 220px
}

.rc-audiochallenge-error-message {
    color: #ff1b1b;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 20px 0px 20px
}

.rc-audiochallenge-instructions {
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 20px 10px 20px
}

.rc-audiochallenge-play-button {
    margin: 0px 20px 0px 20px
}

.rc-audiochallenge-play-button .rc-button-default {
    background: #d8d8d8;
    color: #000;
    font-weight: 500;
    width: 100%
}

.rc-audiochallenge-input-label {
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 20px 10px 20px
}

.rc-audiochallenge-control audio {
    height: 30px;
    width: 240px
}

.rc-audiochallenge-tdownload {
    margin: 5px 20px 5px 20px;
    text-align: center
}

.rc-audiochallenge-tdownload-link {
    background-image: url("");
    background-repeat: no-repeat;
    background-size: 36px;
    color: transparent;
    display: inline-block;
    height: 36px;
    opacity: .55;
    overflow: hidden;
    width: 36px
}

.rc-audiochallenge-tdownload-link:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme:dark) {
    .rc-audiochallenge-tdownload-link {
        background-image: url("");
        background-repeat: no-repeat;
        background-size: 36px;
        color: transparent;
        display: inline-block;
        height: 36px;
        opacity: .55;
        overflow: hidden;
        width: 36px
    }
}

.rc-audiochallenge-tdownload-link-on-dark {
    background-image: url("");
    background-repeat: no-repeat;
    background-size: 36px;
    color: transparent;
    display: inline-block;
    height: 36px;
    opacity: .55;
    overflow: hidden;
    width: 36px
}

.rc-audiochallenge-tdownload-link-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-audiochallenge-tdownload-link:focus,
.rc-audiochallenge-tdownload-link:hover {
    opacity: .8;
    outline: none
}

.rc-audiochallenge-tdownload-link-on-dark:focus,
.rc-audiochallenge-tdownload-link-on-dark:hover {
    opacity: .8;
    outline: none
}

.fake-focus-audio {
    height: 0;
    opacity: 0;
    width: 0
}

.rc-canvas-image {
    display: none
}

.rc-canvas-canvas {
    cursor: pointer
}

.goog-container:focus {
    outline: none
}

.rc-defaultchallenge-response-field {
    margin: 7px;
    text-align: center
}

.rc-defaultchallenge-response-field .rc-response-input-field {
    width: 230px
}

.rc-defaultchallenge-payload {
    border: none;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    min-height: 61px;
    text-align: center
}

.rc-defaultchallenge-incorrect-response {
    color: #ff1b1b;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-left: 20px
}

.rc-doscaptcha-header {
    padding: 10px;
    margin: 10px;
    height: 20%;
    background-color: #1a73e8
}

.rc-doscaptcha-header-text {
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: white
}

.rc-doscaptcha-body {
    height: 80%
}

.rc-doscaptcha-body-text {
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px 10px 15px
}

.rc-doscaptcha-footer {
    pointer-events: none
}

.goog-container:focus {
    outline: none
}

#rc-imageselect {
    min-width: 240px;
    font-family: Roboto, helvetica, arial, sans-serif;
    background-color: #fff
}

#rc-imageselect .rc-button:focus {
    outline: none
}

.rc-imageselect-desc {
    margin-left: -10px;
    margin-top: -10px;
    padding-right: 100px;
    position: relative
}

.rc-imageselect-instructions .rc-imageselect-desc strong {
    font-size: 22px
}

.rc-imageselect-desc span {
    display: block
}

.rc-imageselect-desc-no-canonical {
    position: relative
}

.rc-imageselect-desc-no-canonical span {
    display: block
}

.rc-imageselect-payload {
    min-width: 240px;
    margin: 0 7px;
    padding: 7px 0
}

.rc-imageselect-challenge {
    position: relative;
    width: 100%;
    height: 100%
}

.rc-footer {
    min-width: 240px
}

.rc-imageselect-incorrect-response,
.rc-imageselect-error-dynamic-more,
.rc-imageselect-error-select-more,
.rc-imageselect-error-select-something {
    color: #d14836;
    font-size: 14px;
    padding: 7px 0;
    text-align: center;
    width: 100%;
    background-color: white
}

.rc-imageselect-desc-wrapper {
    margin-bottom: 6px
}

.rc-imageselect-checkbox {
    background: url("");
    display: none;
    position: absolute
}

.rc-imageselect-report-image {
    bottom: 0;
    left: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0
}

.rc-imageselect-table-42,
.rc-imageselect-table-33,
.rc-imageselect-table-44 {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    transition: all 1s ease
}

.rc-imageselect-table-42 {
    margin: -2px
}

.rc-imageselect-table-33 {
    margin: -2px
}

.rc-imageselect-table-44 {
    margin: -1px
}

.rc-imageselect-table-42 td {
    padding: 2px
}

.rc-imageselect-table-33 td {
    padding: 2px
}

.rc-imageselect-table-44 td {
    padding: 1px
}

.rc-image-tile-target tr,
td {
    margin: 0
}

.rc-imageselect-keyboard {
    outline: solid orange !important;
    position: relative;
    z-index: 100
}

td:focus {
    outline: none
}

.rc-image-tile-overlay {
    display: none;
    opacity: 0;
    position: absolute;
    background-color: #1a73e8;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: opacity 1s cubic-bezier(0.49, 0.78, 0.46, 1.34);
    filter: alpha(opacity=0)
}

.rc-image-followup-tile {
    display: block
}

.rc-imageselect-dynamic-selected {
    position: relative;
    transition: all 2s ease;
    opacity: 0.01
}

.rc-imageselect-dynamic-selected .rc-image-tile-target {
    opacity: 1
}

.rc-imageselect-dynamic-selected .rc-imageselect-checkbox {
    display: block;
    opacity: 1;
    background-size: cover;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px
}

.rc-image-tile-target {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative
}

.rc-imageselect-tileselected {
    position: relative
}

.rc-imageselect-tileselected .rc-image-tile-wrapper {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
}

.rc-image-tile-wrapper {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0)
}

.rc-imageselect-tileselected .rc-imageselect-checkbox {
    display: block;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.rc-imageselect-candidates {
    border: 2px solid white;
    box-sizing: border-box;
    height: 94px;
    overflow: hidden;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 112px
}

.rc-imageselect-candidates>div {
    background-size: 112px 94px;
    display: inline-block;
    height: 94px;
    margin: 2px;
    position: relative;
    width: 112px
}

.rc-imageselect-challenge {
    box-sizing: border-box;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.rc-imageselect-target>div:hover {}

.rc-imageselect-response-field-error {
    border-bottom: 1px solid #ff0000
}

.rc-imageselect-desc {
    font-size: 16px
}

.rc-imageselect-desc-wrapper span {
    font-size: 14px
}

.rc-imageselect-clear {
    clear: both
}

.rc-image-tile-wrapper {
    overflow: hidden;
    position: relative;
    transition: 0.1s ease
}

.rc-image-tile-wrapper img {
    position: relative;
    -webkit-user-drag: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden
}

.rc-image-tile-11 {
    width: 100%;
    height: 100%
}

.rc-image-tile-42 {
    width: 200%;
    height: 400%
}

.rc-image-tile-33 {
    width: 300%;
    height: 300%
}

.rc-image-tile-44 {
    width: 400%;
    height: 400%
}

.rc-imageselect-instructions {
    height: 113px;
    width: 100%;
    margin-bottom: 7px;
    position: relative
}

.rc-imageselect-desc-wrapper {
    background-color: #1a73e8;
    position: relative;
    padding: 24px;
    color: white;
    height: 66px;
    font-size: 16px
}

.rc-imageselect-progress {
    background-color: #417cc1;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 15px;
    transition: all 1s ease
}

.rc-imageselect-carousel-offscreen-right {
    left: 105%;
    position: absolute;
    transition: 0.5s ease
}

.rc-imageselect-carousel-entering-right {
    left: 0%;
    position: absolute;
    transition: 0.5s ease
}

.rc-imageselect-carousel-mock-margin-1 {
    top: 1px
}

.rc-imageselect-carousel-mock-margin-2 {
    top: 2px
}

.rc-imageselect-carousel-leaving-left {
    left: 0%;
    opacity: 0.5;
    position: relative;
    transition: 0.5s ease
}

.rc-imageselect-carousel-offscreen-left {
    left: -105%;
    opacity: 0.5;
    position: relative;
    transition: 0.5s ease
}

.rc-imageselect-carousel-instructions {
    transition: 0.2s ease;
    opacity: 1
}

.rc-imageselect-carousel-instructions-hidden {
    opacity: 0.5
}

.rc-canonical-stop-sign {
    background: url("");
    background-repeat: no-repeat
}

.rc-canonical-speed-limit {
    background: url("");
    background-repeat: no-repeat
}

.rc-canonical-street-name {
    background: url("");
    background-repeat: no-repeat
}

.rc-canonical-other {
    background: url("");
    background-repeat: no-repeat
}

.rc-canonical-bounding-box {
    background: url("");
    background-repeat: no-repeat
}

.rc-canonical-car {
    background: url("");
    background-repeat: no-repeat
}

.rc-canonical-road {
    background: url("");
    background-repeat: no-repeat
}

.rc-canonical-bridge {
    background: url("");
    background-repeat: no-repeat
}

.rc-prepositional-payload {
    padding: 20px;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400
}

.rc-prepositional-select-more,
.rc-prepositional-verify-failed {
    color: #ff1b1b;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 20px 0px 20px
}

.rc-prepositional-target label {
    margin: 5px;
    float: right
}

.rc-prepositional-instructions {
    margin-bottom: 20px
}

.rc-prepositional-table {
    width: 100%
}

.rc-prepositional-table td {
    background: #f9f9f9;
    border: 1px solid #fff;
    color: #000;
    cursor: pointer;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 40%;
    padding: 15px
}

.rc-prepositional-table td.rc-prepositional-selected {
    background: #efefef;
    border: 1px solid #656565
}

.rc-2fa-payload {
    font-family: Roboto, Helvetica, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #202124;
    text-align: center
}

.rc-2fa-background {
    background-color: #ececec;
    width: 100%;
    height: 100%;
    overflow: auto
}

.rc-2fa-container {
    background-color: #fff;
    width: 328px;
    overflow: auto;
    margin: 100px auto
}

.rc-2fa-header {
    margin: 36px 0 24px 0;
    font-size: 16px
}

.rc-2fa-instructions {
    margin: 24px 40px;
    line-height: 17.5px
}

.rc-2fa-response-field {
    text-align: center
}

.rc-2fa-response-field input {
    width: 11.2ch;
    height: 40px;
    line-height: 40px;
    margin: auto;
    border: 1px #979797 solid;
    font-size: 20px;
    letter-spacing: 0.8ch;
    padding-left: 1.2ch;
    padding-right: 0
}

.rc-2fa-response-field input:focus {
    border: 1px #185abc solid
}

.rc-2fa-response-field-error input {
    border: 1px #d93025 solid
}

.rc-2fa-response-field-error input:focus {
    border: 1px #d93025 solid
}

.rc-2fa-error-message {
    height: 36px;
    font-size: 12px;
    color: #d93025;
    margin: 2px 40px
}

.rc-2fa-submit-button-holder button {
    margin: 0 auto;
    min-width: 100px;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1.25px;
    border-radius: 4px;
    background-color: #185abc;
    border: 1px solid #185abc;
    color: #fff
}

.rc-2fa-submit-button-holder button:disabled {
    background-color: white;
    border: 1px solid #979797;
    color: rgba(0, 0, 0, 0.38)
}

.rc-2fa-cancel-button-holder button {
    margin: 20px auto;
    min-width: 100px;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1.25px;
    border-radius: 4px;
    background: none;
    border: none;
    color: #185abc
}

.rc-2fa-cancel-button-holder button:active {
    border: none
}

.rc-response-input-field {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    height: 36px;
    margin: 5px 0;
    padding: 1px 9px;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    width: 270px
}

.rc-response-input-field:focus {
    border: 1px solid #1a73e8
}

.rc-response-input-field-error,
.rc-response-input-field-error:focus {
    border: 1px solid #ff0000
}