.frame {
    width:100%;
    height:100%;
    background-color:#111111;
    position:absolute;
    top:0;
    z-index: 3;
    display:none;
    overflow-y: scroll;
    overflow-x: hidden;
}

.frame .white-block {
    vertical-align:top;
}

.frame .elements {
    position:relative;
    margin-top:100px;
    margin-bottom:20px;
    z-index: 1;
}

.frame .elements h1 {
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.01cap;
}

.frame .elements h2 {
    font-family: 'Inter', sans-serif;
    font-size:28px;
    font-weight:500;
}

.frame .subtitle {
    display: inline-block;
    width: 80%;
    font-weight:300;
}

.frame .matrix {
    z-index: 0;
}

.frame .rightside {
    position: absolute;
    top: 8%;
    right: -10px;
    z-index: 1;
}

.frame .frame-content,
.frame .frame-button-container,
.frame .frame-footer {
    width:90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.frame .frame-content {
    background-color: #1c1c1c;
    border: 1px solid #333333;
    padding: 35px 10px;
}

.frame .frame-content p,
.frame .frame-content li {
    font-size: 22px;
    line-height: 1.3;
    font-weight:300;
}

.frame .frame-content li {
    margin-bottom: 15px;
}

.frame .frame-content b {
    font-weight: 400;
}

.frame .frame-button-container {
    margin-top: 12px;
    height: 70px;
}

.frame .frame-button-container span {
    background-color: #0037ff;
    color: white;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    width: 160px;
    display:inline-block;
    position: absolute;
    right:0;
}

.frame .frame-footer {
    text-align:center;
    font-size:12px;
}