.input-wrapper-v2 {
    text-align: left;
    flex-direction: column;
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
    display: flex;
}

.label-v4 {
    margin-bottom: 5px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
}

.input-v4.narrow {
    max-width: 400px;
    font-weight: 400;
}

.input-v4 {
    border-radius: 8px;
    height: 45px;
    font-size: 15px;
}

.input-v4 {
    border: 2px solid var(--white);
    background-color: var(--white);
    border-radius: 15px;
    height: 60px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 22px;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.form-container {
    text-align: left;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 10px;
    display: flex;
    position: relative;
}

.ccontent {
    max-width: 960px;
    margin: 2em auto;
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 300;
    display: block;
}

.form-wrapper {
    z-index: 50;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 450px;
    display: flex;
    position: relative;
    overflow: visible;
}

.form-wrapper.wide {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.form-block{
    width: 100%;
}

.w-form {
    margin: 0 0 15px;
}

.button-default {
    color: #fff;
    cursor: pointer;
    background-color: #d2534c;
    border-radius: 5px;
    flex: 1;
    align-self: stretch;
    margin-top: 1.5em;
    padding: .6em 1.5em;
    font-family: Open Sans, sans-serif;
    font-size: 1em;
    font-weight: 400;
    display: inline-block;
}
.button-default.round {
    text-align: center;
    border-radius: 50px;
    padding-left: 2em;
    padding-right: 2em;
}
.button-default.round.padded {
    padding: 1em 1.7em;
}
.button-default.round.narrow {
    align-self: center;
    padding-left: 3em;
    padding-right: 3em;
}
.mascot.small {
    height: 150px;
    max-height: 150px;
    margin-top: 0;
    margin-bottom: 10px
}
.mascot {
    text-align: center;
    width: auto;
    max-height: 200px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block
}
.small {
    font-size: .8em;
    line-height: 1.4em
}
textarea{
    height: 150px;
}