#lp-container {
    background: #F9F9F9 url(../imgs/page.png) center top no-repeat;
    width: 100%;
    align-items: center;
    display: flex;
    height: 100vh;
    font-family: Roboto, sans-serif !important;
    color: #262626;
    font-size: 13px;
    margin: 0;
    user-select: none;
}
#lp-container:after {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    z-index: 1;
}

@media all and (max-width: 1400px) {
    #lp-container {
        padding-top: 30px;
        height: calc(100vh - 30px);
    }
}

#lp-container .block {
    width: 800px;
    margin: 0 auto;
    padding: 0 5px;
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 20px 1px;
}

#lp-container .blockShadow {
    padding: 35px 40px;
}

#lp-container #main_container {
    width: 100%;
    min-height: 100%;
}

#lp-container #content #header_title {
    margin: 0 0 1.68rem 0;
}

#lp-container #content h1 {
    font-size: 34px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

#lp-container #content p {
    font-size: 13px;
    padding: 0 0 0 0;
    text-align: center;
    display: grid;
    width: fit-content;
    margin: auto;
}
#lp-container #content a {
    cursor: pointer;
}

#lp-container #content {
    position: relative;
    overflow: hidden;
    text-align: center;
}

#lp-container .discimage {
    position: absolute;
    left: 20px;
    top: 20px;
}

#lp-container .disctext {
    text-align: center;
    margin: 25px auto;
    width: 680px;
    font-size: 11px;
    line-height: 13px;
    color: #000;
}

#lp-container .disctext a {
    color: #111111;
    text-decoration: none;
}

#lp-container .disctext a:hover {
    color: #111111;
    text-decoration: underline;
}

#lp-container .footer {
    z-index: 2;
    border-width: 1px 0;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    width: 100%;
}

#lp-container div.fast_nav {
    text-align: center;
    font-size: 11px;
    overflow: hidden;
}

#lp-container div.fast_nav li {
    border-left: 1px solid #5c5b5b;
    display: inline;
    padding: 0 7px;
}

#lp-container div.fast_nav li.first {
    border: none;
}

#lp-container div.fast_nav a {
    color: #5c5b5b;
    text-decoration: none;
}

#lp-container div.fast_nav a:hover {
    text-decoration: underline;
}

#lp-container .btn-default {
    background-color: gray;
}

#lp-container .btn-add {
    cursor: pointer;
}

#lp-container .overlay {
    width: 100%;
    min-height: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    padding: 0;
    margin: 0;
    z-index: 9998;
}

#lp-container .hidden {
    display: none;
}

#lp-container .skip-link {
    font-size: 13px;
    color: #808080;
}

#lp-container .skip-link:hover {
    text-decoration: underline;
}

#lp-container .btn-large.btn-large2 {
    line-height: 65px;
    border-radius: 28px;
}
#lp-container .btn-large.btn-large2 .btnText {
    text-transform: uppercase;
}

#lp-container .btn-large.btn-large-tryagain {
    background-color: #218C49;
    color: #fff;
    line-height: 65px;
}
#lp-container .btn-large.btn-large-tryagain:hover {
    background-color: #3ba062;
    color: #fff;
    line-height: 65px;
}
#lp-container .btn-large.btn-large-tryagain .btnText {
    text-transform: initial;
}

#lp-container .btn-large {
    line-height: 70px;
    padding: 0 15px;
    width: 250px;
    height: 65px;
    font-size: 1.7rem;
    background-color: #2296F5;
}
#lp-container .btn-large:hover {
    background-color: #41a5f5;
}

#lp-container .btn-large.btn2 {
    background-color: #1a73e8;
    width: 400px !important;
    border-radius: 10px;
}
#lp-container .btn-large.btn2:hover {
    background-color: #2296F5;
}
#lp-container .btn-large.btn2.btn-large2 .btnText {
    text-transform: initial;
}

#lp-container .btn-large.btn3 {
    background-color: #1a73e8;
    width: 300px !important;
    border-radius: 10px;
}
#lp-container .btn-large.btn3:hover {
    background-color: #2296F5;
}
#lp-container .btn-large.btn3.btn-large2 .btnText {
    text-transform: initial;
}

#lp-container .btn-large .btnText {
    text-transform: lowercase;
}

#lp-container .btn-large i {
    font-size: 2.2rem;
    margin: 0;
}

#lp-container .check-icon {
    font-size: 28px;
    vertical-align: sub;
    color: #53A656;
    margin-right: 5px;
}
#lp-container .browser-icon {
    height: 30px;
    vertical-align: bottom;
    margin-left: 5px;
}

#lp-container .steps-image-container .steps-image {
    margin: 15px auto 0;
    display: block;
}
#lp-container .steps-image-container ul {
    display: inline-flex;
    margin-top: 0;
    width: 310px;
}
#lp-container .steps-image-container li {
    flex: auto;
}
#lp-container .steps-image-container li:first-child {
    padding-left: 10px;
}

#lp-container .browser-icon:hover + .tooltip {
    display: block;
}
#lp-container .tooltip {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.25);
    border: 1.35px solid #d3d3d3;
    transition: 0.3s;
    margin-top: -25px;
    text-align: left;
    border-radius: 4px;
    position: absolute;
    font-size: 12px;
    display: none;
    max-width: 190px;
    right: 10px;
    background-color: #fff;
}
#lp-container .tooltip:after {
    content: "";
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    background-color: white;
    position: absolute;
    left: -5px;
    top: 5px;
    width: 8px;
    height: 8px;
    transform: rotate(135deg);
}
#lp-container .tooltip-list {
    list-style-type: disc;
    margin: 8px 0px 8px 25px;
    padding: 0;
}
#lp-container .tooltip-title {
    text-decoration: underline;
    margin-bottom: 5px;
}
#lp-container .tooltip-item:first-of-type {
    margin-top: 1px;
}
#lp-container .tooltip-item {
    margin-bottom: 0;
    line-height: 1.5;
    list-style: disc;
    padding-left: 4px;
}
#lp-container .tooltip-item span {
    position: relative;
    right: 7px;
}

#lp-container .cta-loader-wrapper {
    height: 80px;
    display: flex;
    position: relative;
    flex-direction: column;
}
#lp-container .cta-loader.cta-loader-circle {
    border: 4px rgb(0 85 242 / 0.25) solid;
    border-top: 4px rgb(0 85 242 / 1) solid;
    border-radius: 50%;
    -webkit-animation: spCircRot 0.6s infinite linear;
    animation: spCircRot 0.6s infinite linear;
}
#lp-container .cta-loader {
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#lp-container .hide {
    display: none !important;
}
@-webkit-keyframes spCircRot {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@keyframes spCircRot {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}


.expend {
    -webkit-animation: 0.4s linear 0s 1 normal none running expand;
    animation: 0.4s linear 0s 1 normal none running expand;
}

@keyframes expand {
    from {
        height: 10px;
        line-height: 0px;
    }
    to {
        height: 104px;
        line-height: 24px;
    }
}

@-webkit-keyframes expand {
    from {
        height: 10px;
        line-height: 0px;
    }
    to {
        height: 104px;
        line-height: 24px;
    }
}

/* @keyframes expand {
    from {
        height: 50px;
        line-height: 0px;
    }
    to {
        height: 100%;
        line-height: 1.28;
    }
}

@-webkit-keyframes expand {
    from {
        height: 50px;
        line-height: 0px;
    }
    to {
        height: 100%;
        line-height: 1.28;
    }
} */

.stepperAdditionalText {
    display: none;
    color: black;
    font-size: 13px;
    font-weight: 500;
    padding-top: 4px;
}

.stepper-container {
    --grey2: #dfe3e4;
    --blue: #2183dd;
    --green: #009900;
    --white: #fff;
    --black: #222;
    counter-reset: step;
    margin: 40px 30% 0;
}

.stepper-progress {
    position: relative;
    display: flex;
    z-index: 1;
}

.stepper-progress-track {
    position: absolute;
    top: 5px;
    width: 100%;
    height: 5px;
    background-color: var(--grey2);
    z-index: -1;
    width: 72%;
    left: 14%;
}

.stepper-progress-step {
    position: relative;
    width: 100%;
    font-size: 13px;
}

.stepper-progress-step:last-child:after {
    display: none;
}

.stepper-progress-step:before {
    content: counter(step);
    counter-increment: step;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 18px;
    height: 18px;
    background: var(--white);
    border: 2px solid var(--grey2);
    border-radius: 100%;
    color: black;
    line-height: 1;
    transform: scale(1.2);
    justify-content: center;
    align-items: center;
    transform-origin: center;
    font-size: 12px;
}

.stepper-progress-step:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    width: 0%;
    transition: width 1s ease-in;
    height: 5px;
    background-color: var(--grey2);
    z-index: -1;
}

.stepper-progress-step.is-active {
    color: var(--black);
}
.stepper-progress-step.is-active:before {
    border: 2px solid #2173bd;
    animation: pulse 2s infinite;
}

.stepper-progress-step.is-complete {
    color: var(--green);
}

.stepper-progress-step.is-complete:before {
    transform: scale(1.5);
    content: url(../imgs/checkmark.svg);
    justify-content: unset;
    align-items: baseline;
}

.stepper-progress-step.is-complete:after {
    background: var(--blue);
    animation: nextStep 1s;
    animation-fill-mode: forwards;
}

.stepperTextContainer {
    display: flex;
    flex-direction: column;
    width: 33%;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(33, 131, 221, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(33, 131, 221, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(33, 131, 221, 0);
    }
}

@keyframes nextStep {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
