[id^="wpforms"] input[type="text"],
[id^="wpforms"] input[type="email"],
[id^="wpforms"] input[type="tel"],
[id^="wpforms"] input[type="url"],
[id^="wpforms"] textarea,
[id^="wpforms"] select {
    border-color: var(--surface-70);
    color: var(--primary);
    border-radius: 0em;
    border-top-color: var(--surface-30);
    border-left-color: var(--surface-30);
    border-right-color: var(--surface-30);
    height: 50px;
    line-height: 50px;
    padding-left: 0;
    padding-right: 0;
    font-size: clamp(1.5rem, 1.3113rem + 0.7547vw, 2rem);
    color: var(--surface-90);
}

label.wpforms-field-label {
    font-size: clamp(1.5rem, 1.3113rem + 0.7547vw, 2rem);
}

[id^="wpforms"] input[type="text"]::placeholder,
[id^="wpforms"] input[type="email"]::placeholder,
[id^="wpforms"] input[type="tel"]::placeholder,
[id^="wpforms"] input[type="url"]::placeholder,
[id^="wpforms"] textarea::placeholder {
    color: var(--surface-90) !important;
}

[id^="wpforms"] textarea {
    min-height: 250px;
}

[id^="wpforms"] input[type="text"]:focus,
[id^="wpforms"] input[type="email"]:focus,
[id^="wpforms"] input[type="tel"]:focus,
[id^="wpforms"] input[type="url"]:focus,
[id^="wpforms"] textarea:focus {
    border-top-color: var(--surface-30) !important;
    border-left-color: var(--surface-30) !important;
    border-right-color: var(--surface-30) !important;
    border-bottom-color: var(--primary-alt) !important;
}

ul[id^="wpforms"] {
    list-style: none;
}

input[type="checkbox"],
input[type="radio"],
.wpa-test-msg {
    display: none !important;
}

input[type="checkbox"] ~ label,
input[type="radio"] ~ label {
    position: relative;
    padding-left: 1.75rem !important;
}

input[type="checkbox"] ~ label:before,
input[type="radio"] ~ label:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: var(--surface-30);
    border: 1px solid var(--primary);
    left: 0;
    top: 2px;
    border-radius: 0;
    cursor: pointer;
}

input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px;
    border-radius: 0;
    border: 6px solid var(--primary);
    background-color: var(--surface-0);
    cursor: pointer;
}

.wpforms-container .wpforms-submit-container button[type="submit"] {
    padding: 9px 24px;
    border-radius: 40px;
    margin-top: 36px;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--surface-30);
    color: var(--primary);
    border-color: var(--primary);
}

.wpforms-container .wpforms-submit-container button[type="submit"]:hover {
    background-color: var(--primary);
    color: var(--surface-0);
}

.wpforms-confirmation-container {
    text-align: center;
    background: var(--surface-50);
    border-radius: 0;
    padding: 30px;
    border: 1px solid var(--primary);
    background-repeat: repeat-x !important;
    background-position: top -10px center !important;
    background-image: url("../img/confetti.svg") !important;

    @media (prefers-reduced-motion) {
        background-image: url("../img/confetti.svg") !important;
    }
}

.wpforms-confirmation-container p:not(:last-of-type) {
    margin-bottom: 0.15em;
}

#altEmail_container {
    display: none;
}
