#hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 250px 0 150px;
    min-height: 100vh;
    overflow: hidden;
    background-color: var(--color-purple);
    color: #fff;
    position: relative;
}

#hero h1 {
    color: #fff
}
#hero p{
    max-width: 483px;
    /* color: var(--color-purple-other) */
}
/* #hero p strong{
    color: #fff;
} */
.mt-10 {
    margin-top: 100px;
}

#hero #formular input[type="number"],
#hero #formular input[type="text"],
#hero #formular input[type="email"],
#hero #formular textarea {
    background: var(--color-purple-medium);
}

#hero .bottom-section-form::before {
    display: none;
}

#hero .bottom-section-form {
    align-items: center;
    margin: 0 0 30px
}

#hero #formular .math-captcha input {
    margin-bottom: 0 !important
}

#hero #formular .agree-gdpr label {
    color: #fff;
}

#hero #formular .agree-gdpr label a {
    color: #fff;
}

#hero #formular .checkmark {
    background: #fff;
}

#hero #formular button {
    background: transparent;
    color: #fff;
    min-width: 250px;
    padding: 0 !important;
    align-items: center;
    justify-content: flex-end;
}

#hero #formular button span {
    background: var(--color-cyan);
    width: 52px;
    height: 40px;
    line-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    padding: 0.375rem 0.75rem;
    line-height: 50px;
    width: 72px;
    height: 50px;
    content: "";
    background: url(./imgs/upload.svg) center center no-repeat;
    border-left: inherit;
    border-radius: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 50px;
    padding: 0 0 0 90px;
    overflow: hidden;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    background-color: var(--color-purple-medium);
    border: 0;
    border-radius: 0;
}
