#more {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(105deg, #312D8A 0%, #252263 100%);
}
#more > div {
    margin: 0px auto;
    padding: 100px 0px;
    overflow: hidden;
}
@media screen and (min-width: 1341px) {
    #more > div {
        width: 1320px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }
}
@media screen and (max-width: 1340px) and (min-width: 1021px) {
    #more > div {
        width: 1000px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }
}
#more > div > nav {
    width: 100%;
}
#more > div > nav > h1 {
    font-size: 200px;
    font-weight: bold;
    color: #252263;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
    line-height: 1.3;
}
#more > div > nav > h2 {
    font-size: 160px;
    font-weight: bold;
    color: #fff;
    line-height: .2;
}
#more > div > nav > h3 {
    font-size: 130px;
    font-weight: bold;
    color: #252263;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
    line-height: 1.3;
}
#more > div > div {
    width: 500px;
    background-color: white;
    border-radius: 25px;
    padding: 30px;
}
#more > div > div > form > input {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: none;
    background-color: white;
    outline: none;
    box-shadow: 0px 0px 5px #94a9c2;
    padding: 0px 15px;
    font-size: 14px;
    color: #252263;
}
#more > div > div > form > select {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: none;
    background-color: white;
    outline: none;
    box-shadow: 0px 0px 5px #94a9c2;
    padding: 0px 15px;
    font-size: 14px;
    color: #252263;
}
#more > div > div > form > button {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: none;
    color: #fff;
    outline: none;
    font-size: 14px;
    background: linear-gradient(105deg, #312D8A 0%, #252263 100%);
    cursor: pointer;
}
#more > div > div > form > div {
    height: 50px;
    width: 100%;
    overflow: hidden;
    border-radius: 50px;
    border: 2px solid #25d366;
}
#more > div > div > form > div > a {
    color: #25d366;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 16px;
}
@media screen and (max-width: 1020px) {
    #more > div {
        text-align: center;
    }
    #more > div > nav {
        margin-bottom: 50px;
    }
    #more > div > nav > h1 {
        font-size: 90px;
    }
    #more > div > nav > h2 {
        font-size: 72px;
    }
    #more > div > nav > h3 {
        font-size: 58px;
    }
    #more > div > div {
        width: 90%;
        margin: 0px auto;
    }
}