/* Newsletter layout: only the two THERMOCON MC4WP newsletter forms. */
.mc4wp-form-25997,
.mc4wp-form-26270 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
form.mc4wp-form .tc-newsletter-card {
    box-sizing: border-box;
    padding: 32px;
    border: 1px solid rgba(17, 70, 80, .12);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 51, 64, .12);
    color: #203d46;
    text-align: left;
    color-scheme: light;
}
form.mc4wp-form .tc-newsletter-card *,
form.mc4wp-form .tc-newsletter-card *::before,
form.mc4wp-form .tc-newsletter-card *::after {
    box-sizing: border-box;
}
form.mc4wp-form .tc-newsletter-fields {
    display: grid;
    grid-template-columns: minmax(160px, .72fr) minmax(0, 1fr) minmax(0, 1.38fr);
    gap: 20px;
}
form.mc4wp-form .tc-newsletter-field {
    min-width: 0;
}
form.mc4wp-form .tc-newsletter-field label {
    display: block;
    margin: 0 0 8px;
    color: #203d46;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
}
form.mc4wp-form .tc-newsletter-optional {
    font-size: 12px;
    font-weight: 400;
    color: #61727b;
}
form.mc4wp-form .tc-newsletter-field input,
form.mc4wp-form .tc-newsletter-field select {
    display: block;
    width: 100%;
    min-width: 0;
    height: 52px;
    min-height: 52px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #b9cbd0;
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
    color: #203d46;
    font: inherit;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}
form.mc4wp-form .tc-newsletter-field input::placeholder {
    color: #687a82;
    opacity: 1;
}
form.mc4wp-form .tc-newsletter-select {
    position: relative;
}
form.mc4wp-form .tc-newsletter-select select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 38px;
    background-image: none;
    cursor: pointer;
}
form.mc4wp-form .tc-newsletter-select::after {
    content: "";
    position: absolute;
    top: 21px;
    right: 17px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #087f92;
    border-bottom: 2px solid #087f92;
    transform: rotate(45deg);
    pointer-events: none;
}
form.mc4wp-form .tc-newsletter-field input:focus,
form.mc4wp-form .tc-newsletter-field select:focus {
    border-color: #087f92;
    outline: 3px solid rgba(8, 127, 146, .18);
    outline-offset: 1px;
}
form.mc4wp-form .tc-newsletter-captcha {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 304px;
    align-items: start;
    gap: 28px;
    margin: 26px 0 0;
    padding: 22px 0 0;
    border: 0;
    border-top: 1px solid #e0e8eb;
    background: transparent;
    color: #203d46;
}
form.mc4wp-form .tc-newsletter-captcha p {
    margin: 0;
    text-align: left;
}
form.mc4wp-form .tc-newsletter-captcha .tc-newsletter-captcha-title {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.5;
}
form.mc4wp-form .tc-newsletter-captcha-intro,
form.mc4wp-form .tc-newsletter-captcha-status,
form.mc4wp-form .tc-newsletter-captcha noscript {
    color: #526872;
    font-size: 12px;
    line-height: 1.65;
}
form.mc4wp-form .tc-newsletter-captcha a {
    color: #006d80;
    text-decoration: underline;
    text-underline-offset: 2px;
}
form.mc4wp-form .tc-newsletter-captcha button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 10px 14px;
    border: 1px solid #8eb6c0;
    border-radius: 6px;
    background: #f0f7f8;
    box-shadow: none;
    color: #075e70;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    white-space: normal;
}
form.mc4wp-form .tc-newsletter-captcha .tc-newsletter-captcha-enable {
    width: 100%;
    min-height: 52px;
}
form.mc4wp-form .tc-newsletter-captcha .tc-newsletter-captcha-settings {
    justify-content: flex-start;
    min-height: 32px;
    margin-top: 2px;
    padding: 6px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #526872;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 2px;
}
form.mc4wp-form .tc-newsletter-captcha-mount {
    max-width: 100%;
    margin: 0;
}
form.mc4wp-form .tc-newsletter-captcha .tc-newsletter-captcha-status {
    margin-top: 8px;
}
form.mc4wp-form .tc-newsletter-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 22px;
}
form.mc4wp-form .tc-newsletter-card .tc-newsletter-required {
    margin: 0;
    color: #61727b;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}
form.mc4wp-form .tc-newsletter-card .tc-newsletter-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 52px;
    margin: 0;
    padding: 13px 26px;
    border: 1px solid #00788e;
    border-radius: 6px;
    background: #00788e;
    box-shadow: none;
    color: #fff;
    font: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: none;
    white-space: normal;
    cursor: pointer;
}
form.mc4wp-form .tc-newsletter-card .tc-newsletter-submit:hover {
    border-color: #005f72;
    background: #005f72;
}
form.mc4wp-form .tc-newsletter-card button:focus-visible,
form.mc4wp-form .tc-newsletter-card a:focus-visible,
form.mc4wp-form .tc-newsletter-captcha-mount:focus-visible {
    outline: 3px solid #16a8bd;
    outline-offset: 3px;
}
form.mc4wp-form .tc-newsletter-captcha [hidden],
form.mc4wp-form .tc-newsletter-captcha-status:empty {
    display: none !important;
}
@media (max-width: 767px) {
    form.mc4wp-form .tc-newsletter-card {
        padding: 24px;
    }
    form.mc4wp-form .tc-newsletter-fields {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    form.mc4wp-form .tc-newsletter-captcha {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 22px;
        padding-top: 20px;
    }
    form.mc4wp-form .tc-newsletter-captcha-controls {
        max-width: 304px;
    }
    form.mc4wp-form .tc-newsletter-actions {
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 12px;
    }
    form.mc4wp-form .tc-newsletter-card .tc-newsletter-submit {
        width: 100%;
    }
}
@media (max-width: 480px) {
    form.mc4wp-form .tc-newsletter-card {
        padding: 20px;
        border-radius: 10px;
    }
}
