.sbs-block__head .section-title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    margin: 0 0 20px;
    letter-spacing: 0.25px;
}
.sbs-radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.sbs-radio input:checked + .wpcf7-list-item-label {
    color: #fff;
}
.sbs-radio input:checked + .wpcf7-list-item-label:before {
    border-color: #fff;
}
.sbs-radio input:checked + .wpcf7-list-item-label:after {
    background-color: #fff;
}
.sbs-radio .wpcf7-list-item {
    margin: 0 44px 0 0;
}
.sbs-radio .wpcf7-not-valid .wpcf7-list-item-label {
    color: #eb5961;
}
.sbs-radio .wpcf7-not-valid .wpcf7-list-item-label:before {
    border-color: #eb5961;
}
.sbs-radio .wpcf7-list-item-label {
    font-family: "DM Sans", sans-serif;
    color: #c5d2dd;
    font-size: 12px;
    position: relative;
    cursor: pointer;
    padding-left: 24px;
    transition: 0.6s color;
}
.sbs-radio .wpcf7-list-item-label:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #c5d2dd;
    border-radius: 50%;
    transition: 0.6s border-color;
    content: '';
}
.sbs-radio .wpcf7-list-item-label:after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-radius: 50%;
    transition: 0.6s background-color;
    content: '';
}
@media only screen and (min-width: 768px) {
    .form-row {
        display: flex;
        gap: 31px;
    }
}
.form-row .form-group {
    flex: 1;
}
.form-group {
    position: relative;
}
.form-group .form-input-label {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #c5d2dd;
    transition: 0.6s all;
    position: absolute;
    top: 12px;
    left: 0;
}
.form-group.has-value .form-input-label {
    font-size: 12px;
    font-weight: 300;
    top: -8px;
}
.form-group.has-value .wpcf7-form input[type*="email"], .form-group.has-value .wpcf7-form input[type*="text"], .form-group.has-value .wpcf7-form input[type*="tel"] {
    border-bottom-color: #fff !important;
}
body .wpcf7-form input[type*="email"], body .wpcf7-form input[type*="text"], body .wpcf7-form input[type*="tel"] {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    border: 0 !important;
    border-bottom: 1px solid #c5d2dd !important;
    padding: 10px 0 0 0;
    background-color: transparent;
    outline: none !important;
    box-shadow: none !important;
    transition: 0.6s border-bottom-color;
}
body .wpcf7-form input[type*="email"].wpcf7-not-valid, body .wpcf7-form input[type*="text"].wpcf7-not-valid, body .wpcf7-form input[type*="tel"].wpcf7-not-valid {
    color: #eb5961 !important;
    border-bottom-color: #eb5961 !important;
}
body .wpcf7-form input[type*="email"].wpcf7-not-valid + .form-input-label, body .wpcf7-form input[type*="text"].wpcf7-not-valid + .form-input-label, body .wpcf7-form input[type*="tel"].wpcf7-not-valid + .form-input-label {
    color: #eb5961 !important;
}
body .wpcf7-form input[type*="email"]:focus, body .wpcf7-form input[type*="text"]:focus, body .wpcf7-form input[type*="tel"]:focus {
    border-bottom-color: #fff !important;
    border-bottom-width: 2px !important;
}
body .wpcf7-form input[type*="email"]:focus + .form-input-label, body .wpcf7-form input[type*="text"]:focus + .form-input-label, body .wpcf7-form input[type*="tel"]:focus + .form-input-label {
    font-size: 12px;
    font-weight: 300;
    top: -8px;
}
body .wpcf7-form input[type*="email"]:hover, body .wpcf7-form input[type*="text"]:hover, body .wpcf7-form input[type*="tel"]:hover {
    border-bottom-color: #fff !important;
    border-bottom-width: 2px !important;
}
body .wpcf7-form input[type*="email"]:hover + .form-input-label, body .wpcf7-form input[type*="text"]:hover + .form-input-label, body .wpcf7-form input[type*="tel"]:hover + .form-input-label {
    color: #fff !important;
}
body .wpcf7-form input[type*="email"]:-webkit-autofill, body .wpcf7-form input[type*="text"]:-webkit-autofill, body .wpcf7-form input[type*="tel"]:-webkit-autofill, body .wpcf7-form input[type*="email"]:-webkit-autofill:hover, body .wpcf7-form input[type*="text"]:-webkit-autofill:hover, body .wpcf7-form input[type*="tel"]:-webkit-autofill:hover, body .wpcf7-form input[type*="email"]:-webkit-autofill:focus, body .wpcf7-form input[type*="text"]:-webkit-autofill:focus, body .wpcf7-form input[type*="tel"]:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
    color: #fff;
}
body .wpcf7-form input[type*="email"]:-webkit-autofill, body .wpcf7-form input[type*="text"]:-webkit-autofill, body .wpcf7-form input[type*="tel"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff !important;
    color: #fff !important;
}
body .wpcf7-submit {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #fff !important;
    background-color: #0b86d9 !important;
    border: 0 !important;
    display: flex !important;
    align-items: center !important;
    height: 40px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px !important;
    padding: 10px 25px !important;
    transition: 0.6s color, 0.6s background-color !important;
}
body .wpcf7-submit:hover {
    color: #0b86d9 !important;
    background-color: #fff !important;
}
body .wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 14px;
}
.wpcf7-acceptance {
    display: block;
    margin-top: 19px;
    margin-bottom: 24px;
}
.wpcf7-acceptance input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.wpcf7-acceptance input:checked + .wpcf7-list-item-label {
    color: #fff;
}
.wpcf7-acceptance input:checked + .wpcf7-list-item-label:before {
    border-color: #fff;
}
.wpcf7-acceptance input:checked + .wpcf7-list-item-label:after {
    background-color: #fff;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}
.wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item-label {
    color: #eb5961;
}
.wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item-label:before {
    border-color: #eb5961;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    display: flex;
    font-size: 12px;
    line-height: 1.4;
    color: #c5d2dd;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    padding-left: 22px;
    transition: 0.6s color;
}
.wpcf7-acceptance .wpcf7-list-item-label:before {
    position: absolute;
    top: 1px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #c5d2dd;
    border-radius: 2px;
    transition: 0.6s border-color;
    content: '';
}
.wpcf7-acceptance .wpcf7-list-item-label:after {
    position: absolute;
    top: 5px;
    left: 4px;
    width: 6px;
    height: 6px;
    background-color: transparent;
    transition: 0.6s background-color;
    content: '';
}
.wpcf7 form .wpcf7-response-output {
    margin: 16px 0 !important;
    padding: 16px !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
[data-status="invalid"] .wpcf7-response-output {
    display: none !important;
}
/*[data-name="newsletter_consent"] + input, [data-name="newsletter_consent"] + input + span {
	 opacity: 0;
	 display: block;
	 height: 0;
}
*/
.mc4wp-checkbox {
    display: block;
    margin-bottom: 14px;
    padding-top: 10px;
}
.mc4wp-checkbox.wpcf7-not-valid span {
    color: #eb5961;
}
.mc4wp-checkbox.wpcf7-not-valid span a {
    color: #eb5961;
}
.mc4wp-checkbox.wpcf7-not-valid span:before {
    border-color: #eb5961;
}
.mc4wp-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.mc4wp-checkbox input:checked + span:before {
    border-color: #fff;
}
.mc4wp-checkbox input:checked + span:after {
    background-color: #fff;
}
.mc4wp-checkbox span {
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    color: #c5d2dd;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    padding-left: 22px;
    transition: 0.6s color;
}
.mc4wp-checkbox span:before {
    position: absolute;
    top: 1px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #c5d2dd;
    border-radius: 2px;
    transition: 0.6s border-color;
    content: '';
}
.mc4wp-checkbox span:after {
    position: absolute;
    top: 5px;
    left: 4px;
    width: 6px;
    height: 6px;
    background-color: transparent;
    transition: 0.6s background-color;
    content: '';
}
.mc4wp-checkbox span:hover {
    color: #fff !important;
}
.mc4wp-checkbox span:hover a {
    color: #fff !important;
}
 
