.aH23OQ {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: rgb(0 0 0 / 83%);
}


.aH23OQ.active {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.IyBPt0 {
    text-align: center;
    padding: 70px 20px;
    width: 100%;
    height: 100vh;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.z4709F {
    position: absolute;
    right: 0;
    top: 10px;
    background: none;
    border: none;
    color: #000;
}

.z4709F:hover,
.z4709F:focus {
    background-color: transparent;
    border-color: unset;
    border: none;
    outline: none;
    opacity: 0.7;
}


/* MODAL EROR STYLES */

@import url('https://fonts.googleapis.com/css2?family=Khand:wght@500&display=swap');

.GUlS5Q {
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    border-radius: 12px;
    border: thin solid #ddd;
    margin: 0 auto;
}

.9hNjlB {
    width: 100%;
    color: white;
    overflow: hidden;
    min-height: 250px;
    position: relative;
    padding: 40px 0;
    background: rgb(0, 0, 0);
    background: -webkit-linear-gradient(45deg, #019871, #a0ebcf);
}

.9hNjlB p {
    margin-bottom: 30px;
}

.9hNjlB svg {
    margin: 0 auto;
}

svg {
    fill: white;
}

.9hNjlB h1 {
    font-size: 2.25rem;
    display: block;
    font-weight: 500;
    letter-spacing: 0.15rem;
    color: #fff;
    text-shadow: 0 2px rgba(128, 128, 128, 0.6);
}

/* Original Author of Bubbles Animation -- https://codepen.io/Lewitje/pen/BNNJjo */
.kVTQhH {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.kVTQhH li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.15);
    /* fade(green, 75%);*/
    bottom: -160px;

    -webkit-animation: square 20s infinite;
    animation: square 20s infinite;

    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.kVTQhH li:nth-child(1) {
    left: 10%;
}

.kVTQhH li:nth-child(2) {
    left: 20%;

    width: 80px;
    height: 80px;

    animation-delay: 2s;
    animation-duration: 17s;
}

.kVTQhH li:nth-child(3) {
    left: 25%;
    animation-delay: 4s;
}

.kVTQhH li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;

    animation-duration: 22s;

    background-color: rgba(white, 0.3);
    /* fade(white, 25%); */
}

.kVTQhH li:nth-child(5) {
    left: 70%;
}

.kVTQhH li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;

    animation-delay: 3s;
    background-color: rgba(white, 0.2);
    /* fade(white, 20%); */
}

.kVTQhH li:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;

    animation-delay: 7s;
}

.kVTQhH li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;

    animation-delay: 15s;
    animation-duration: 40s;
}

.kVTQhH li:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;

    animation-delay: 2s;
    animation-duration: 40s;
    background-color: rgba(white, 0.3);
    /*fade(white, 30%);*/
}

.kVTQhH li:nth-child(10) {
    left: 90%;
    width: 160px;
    height: 160px;

    animation-delay: 11s;
}

@-webkit-keyframes square {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-500px) rotate(600deg);
    }
}

@keyframes square {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-500px) rotate(600deg);
    }
}

.nsEYI7 {
    align-items: center;
    padding: 35px;
    background: #fff;
}

.nsEYI7 p {
    font-weight: 500;
    font-size: 1.05rem;
    margin-bottom: 20px;
}

.nsEYI7 h2 {
    font-size: 20px;
    color: #000;
}