.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#cffb-wrap { display:flex; justify-content:center; padding:40px 16px; background:transparent; }
.cffb-card { width:100%; max-width:720px; background:#fff; border-radius:18px; padding:32px 24px; box-shadow:0 16px 48px rgba(0,0,0,.08); text-align:center; } .cffb-logo img { max-width:180px; height:auto; margin:0 auto 14px; display:block; }
.cffb-heading { font-size:28px; margin:4px 0 6px; }
.cffb-desc { font-size:16px; color:#2d3748; margin:0 0 18px; }   .cffb-stars {
display: flex;
justify-content: center;
gap: 14px;
margin: 10px 0 8px;
} .cffb-star {
width: 42px;
height: 42px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
border: none;
background-color: #6c757d; transition: transform 0.08s ease, background-color 0.12s ease;
} .cffb-star i {
font-size: 20px;
color: white; } .cffb-star.on {
background-color: #ffc94d; }   .cffb-label {
margin-top: 8px;
font-weight: 600;
color: #243b53;
min-height: 22px;
text-align: center;
} .cffb-error {
border: 1.5px solid #e63946 !important;
background-color: #fff5f5;
} .cffb-error-msg {
display: block;
font-size: 13px;
color: #e63946;
margin-top: 4px;
font-weight: 500;
} .cffb-form { margin-top:18px; text-align:left; }
.cffb-subtitle { text-align:center; margin:4px 0; }
.cffb-subdesc { text-align:center; margin:0 0 14px; color:#4a5568; }
.cffb-q { margin:14px 0; }
.cffb-q > label:first-child { font-weight:700; display:block; margin-bottom:6px; }
.cffb-q label { display:block; margin:6px 0; }
.cffb-row { display:grid; grid-template-columns:1fr 1fr 1fr; gap:10px; margin-top:8px; }
.cffb-form input[type="text"],
.cffb-form input[type="email"],
.cffb-form textarea { width:100%; padding:10px 12px; border:1px solid #d9dee4; border-radius:10px; font-size:15px; }
.cffb-btn { margin-top:10px; background:#0b6aa2; color:#fff; border:0; border-radius:10px; padding:10px 16px; cursor:pointer; font-weight:600; }
.cffb-btn:hover { background:#08557f; }
.cffb-msg { margin-top:10px; }
@media (max-width:680px){ .cffb-row { grid-template-columns:1fr; } .cffb-star{font-size:36px;} }.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}.crp_related.crp-rounded-thumbs{clear:both;margin:10px auto;}.crp_related.crp-rounded-thumbs h3,.crp_related.crp-rounded-thumbs figure{margin:0!important;}.crp_related.crp-rounded-thumbs ul{list-style:none;float:left;margin:0!important;padding:0!important;}.crp_related.crp-rounded-thumbs li,.crp_related.crp-rounded-thumbs a{float:left;overflow:hidden;position:relative;text-align:center;}.crp_related.crp-rounded-thumbs li{margin:5px!important;border:1px solid #ddd;padding:0;}.crp_related.crp-rounded-thumbs li:hover{background:#eee;border-color:#bbb;}.crp_related.crp-rounded-thumbs a:focus-visible{border:1px solid #000;border-radius:7px;}.crp_related.crp-rounded-thumbs a{box-shadow:none!important;text-decoration:none!important;}.crp_related.crp-rounded-thumbs a:hover{text-decoration:none;}.crp_related.crp-rounded-thumbs .crp_title{color:#fff!important;position:absolute;display:block;bottom:0;padding:3px;font-size:.9em;text-shadow:.1em .1em .2em #000;background-color:rgba(0,0,0,.8);border-radius:7px;width:100%;line-height:1.4em;}.crp_related.crp-rounded-thumbs li:hover .crp_title{background-color:rgba(0,0,0,.9);}.crp_related.crp-rounded-thumbs li{vertical-align:bottom;box-shadow:0 1px 2px rgba(0,0,0,.4);border-radius:7px;list-style-type:none;}.crp_clear{clear:both;}.crp_title:visited{color:#fff!important;}