#hero {
    padding: 100px 0;
    position: relative;
    background-size: cover;
    background-position: center;
}
#hero::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(10, 5, 41, 0.75);
}
#hero .content {
    position: relative;
    z-index: 2;
}
#hero .content h1 {
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 25px;
}
#hero .content h1 strong {
    color: #FFF;
    font-family: Lexend;
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #ED1C24;
    text-decoration-thickness: 7.5%;
    text-underline-offset: 1.5%;
    text-underline-position: from-font;
}
#hero .content p:first-of-type() {
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 25px;
}
#hero .content p{
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
#hero .content .click {
    margin-top: 45px;
    display: flex;
    justify-content: center;
}
#hero .content .click .btn-red {
    margin-right: 15px;
}

#hero .content .click .btn-holo {
    width: fit-content;
}

#form {
    background: #fff!important;
}
#form .content h2 {
    color: #0A0529!important;
}
#form .content p {
    color: #0A0529!important;
}

#feedback {
    background: #2f166b;
    padding-top: 50px;
    padding-bottom: 50px;
}
.feedback-intro {
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 60px;
}
.feedback-form-wrapper .form-control {
    border-radius: 0;
    border: none;
    min-height: 42px;
    box-shadow: none;
    color: #0A0529;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.feedback-form-wrapper .form-control::placeholder {
    color: #0A0529;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.feedback-form-wrapper textarea.form-control {
    min-height: 380px;
    padding: 20px;
}
.question-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.question-label {
    width: 68%;
    color: #FFF;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.question-options {
    width: 32%;
}
.question-options .wpcf7-form-control-wrap {
    display: block;
}
.question-options .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}
.question-options .wpcf7-list-item {
    margin: 0;
    display: inline-flex;
    align-items: center;
}
.question-options .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    flex-direction: column;
}
.question-options input[type="radio"] {
    margin: 0;
    accent-color: #fff;
    order: 2;
}
#feedback .btn-red {
    margin: 50px auto;
}
@media (max-width: 1200px) {
    .question-row {
        flex-direction: column;
    }
    .question-label,
    .question-options {
        width: 100%;
    }
    .feedback-form-wrapper textarea.form-control {
        min-height: 180px;
    }
}
