body.is-overlay-open {
    overflow: hidden;
}
.trial-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2147745;
    width: 100vw;
    height: 100vh;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: hidden;
}
.trial-overlay.open {
    display: flex;
}
.trial-overlay .bg {
    width: 100%;
    height: 100%;
    background: #0f2027;
    background: linear-gradient(to left,#000,#203a43,#000);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
    z-index: 4;
}
.trial-overlay [data-trial-close] {
    position: absolute;
    top: .5em;
    right: .5em;
    color: #FFF !important;
    font-size: .75em;
}
.trial-overlay .layer {
    position: relative;
    width: 36rem;
    max-width: 95vw;
    max-height: 100vh;
    background: rgba(49,49,49,1);
    color: #FFF;
    z-index: 5;
    padding: 1.5rem;
    overflow-y: scroll;
    text-align: left;
}

.trial-overlay .layer label {
    color: #FFF;
    font-size: .875rem;
}
.trial-overlay form input[type="checkbox"] {
    float: left;
    margin-top: .05rem;
}
.trial-overlay form input[type="checkbox"]+label {
    display: block;
    padding-left: 0.75rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.trial-overlay form input[type="checkbox"]+label .add-info {
    display: block;
    height: 0;
    overflow: hidden;
    transition: all .3s ease-out;
    margin-top: .5em;
}
.trial-overlay form input[type="checkbox"]:checked+label .add-info {
    height: 13em;
}
.trial-overlay .dark.frc-captcha {
    background: rgba(49,49,49,1) !important;
    border-color: #FFF !important;
    margin-bottom: 1em;
}
[data-trial-layer="response"] {
    display: none;
}
[data-trial-layer="response"] .ok-icon {
    text-align: center;
    display: block;
    font-size: 5rem;
    color: lawngreen;
    margin-bottom: 1rem;
}
[data-trial-placeholder="downloads"] {
    margin: 2rem 0 0 0;
}
