.page-title {
    align-items: center;
    text-align: center;
    margin-top: clamp(40px, 5vw, 100px);
    margin-bottom: clamp(32px, 2.2vw, 64px);
    color: #fff;
}

.parts01 {
    padding: 0;
    width: clamp(268px, 35vw, 670px);
    display: block;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    position: absolute;
    top: clamp(64px, 8.3vw, 160px);
    left: -64px;
    z-index: -1;
    mix-blend-mode: overlay;
}

.parts03 {
    padding: 0;
    width: clamp(220px, 28vw, 550px);
    display: block;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    position: absolute;
    top: clamp(-64px, -8.3vw, -160px);
    right: 0;
    z-index: -1;
    mix-blend-mode: overlay;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h3 {
    margin-top: 64px;
    margin-bottom: 8px;
}

main>p {
    margin-bottom: 64px;
}

main>.fluid {
    color: #fff;
}

form {
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

label {
    color: #fff;
}

label>p {
    display: flex;
}

.input-form {
    color: #fff;
}

.required {
    color: #FF7979;
    margin-left: 8px;
}

.dropdown-menu_wrapper {
    position: relative;
}

.dropdown-menu_wrapper .wpcf7-form-control {
    height: 48px;
    width: 640px;
    padding: 10px 18px;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    appearance: none;
}

.dropdown-menu_wrapper::after {
    content: "";
    position: absolute;
    display: inline-block;
    border-top: 2px solid #01245B;
    border-right: 2px solid #01245B;
    height: 8px;
    width: 8px;
    top: 16px;
    right: 18px;
    transform: rotate(135deg);
    pointer-events: none;
}


select {
    height: 48px;
    width: 640px;
    border-radius: 100px;
    padding: 10px 24px;
    border: none;
    font-size: 16px;
}


input {
    height: 48px;
    width: 640px;
    border-radius: 24px;
    padding-top: 4px;
    padding-bottom: 24px;
    padding: 10px 24px;
    border: none;
    font-size: 16px;
}


input::placeholder {
    color: rgba(59, 68, 85, 0.48);
}

input:focus {
    border: 1px solid #01245B;
}

textarea {
    height: 180px;
    width: 640px;
    border-radius: 24px;
    margin-top: 4px;
    padding: 12px 24px;
    border: none;
    font-size: 16px;
}

.wpcf7-checkbox {
    display: flex;
    height: 24px;
    align-items: center;
    gap: 8px;
}

.wpcf7-list-item {
    margin: 0;
    height: 24px;
}

.wpcf7-acceptance label {
    display: flex !important;
    align-items: center;
    gap: 8px;
}

.wpcf7-acceptance input {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.wpcf7-list-item-label {
    font-size: 16px;
    height: 24px;
    font-weight: 400;
    padding-bottom: 8px;
}

.wpcf7-submit {
    width: 240px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    color: #01245B;
    border: none;
}

.check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 36px;
    color: #fff;
}

.check a {
    color: #fff;
}

.wpcf7-response-output {
    display: none;
}

.input-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .page-title {
        padding-top: clamp(80px, 9vw, 200px)
    }

    .input-form {
        margin-bottom: 16px;
    }
}

@media (max-width: 430px) {

    .dropdown-menu_wrapper {
        position: relative;

    }

    .dropdown-menu_wrapper .wpcf7-form-control {
        height: 40px;
        width: 300px;
        padding: 10px 18px;
        border-radius: 20px;
        border: none;
        font-size: 14px;
        appearance: none;
    }

    .dropdown-menu_wrapper::after {
        content: "";
        position: absolute;
        display: inline-block;
        border-top: 2px solid #01245B;
        border-right: 2px solid #01245B;
        height: 8px;
        width: 8px;
        top: 12px;
        right: 24px;
        transform: rotate(135deg);
        pointer-events: none;
    }


    select {
        height: 40px;
        width: 300px;
        border-radius: 20px;
        padding: 10px 18px;
        border: none;
        font-size: 14px;
    }



    input {
        height: 40px;
        width: 300px;
        border-radius: 20px;
        padding-bottom: 16px;
        padding: 10px 18px;
        border: none;
        font-size: 14px;
    }

    textarea {
        height: 180px;
        width: 300px;
        border-radius: 20px;
        margin-top: 4px;
        padding: 12px 24px;
        border: none;
        font-size: 14px;
    }

    input::placeholder {
        color: rgba(59, 68, 85, 0.48);
    }

    input:focus {
        border: 1px solid #01245B;
    }

    .input-form {
        margin-bottom: 12px;
    }

    .wpcf7-list-item-label {
        font-size: 12px;
        height: 20px;
        font-weight: 400;
    }

    .wpcf7-acceptance input {
        width: 20px;
        height: 20px;
    }

    .wpcf7-submit {
        width: 180px;
        height: 40px;
        font-size: 14px;
    }
}