.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;
word-break: 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;
}#jrc.jrc{position:fixed !important;bottom:var(--jrc-y,24px) !important;top:auto !important;z-index:99990 !important;font-family:var(--jrc-font,inherit);max-width:min(var(--jrc-max-w,260px),calc(100vw - 2 * var(--jrc-x,24px))) !important;width:auto !important;margin:0 !important;padding:0 !important;opacity:0;transform:translateY(12px);transition:opacity .35s ease,transform .35s ease;}
#jrc.jrc--right{right:var(--jrc-x,24px) !important;left:auto !important;}
#jrc.jrc--left{left:var(--jrc-x,24px) !important;right:auto !important;}
#jrc.jrc[hidden]{display:none !important;}
#jrc.jrc.is-visible{opacity:1;transform:none;}
#jrc .jrc__btn,
#jrc .jrc__btn:link,
#jrc .jrc__btn:visited{
display:block !important;width:100% !important;min-width:0 !important;max-width:none !important;box-sizing:border-box !important;
margin:0 !important;padding:18px 22px !important;
background:var(--jrc-bg,#1c1c1c) !important;background-image:none !important;
color:var(--jrc-fg,#fff) !important;
border:0 !important;border-radius:var(--jrc-radius,12px) !important;
font-family:var(--jrc-font,inherit) !important;font-size:var(--jrc-font-size,15px) !important;font-weight:400 !important;
line-height:1.4 !important;letter-spacing:0 !important;text-transform:none !important;text-align:left !important;text-decoration:none !important;text-shadow:none !important;
white-space:normal !important;word-break:normal !important;
cursor:pointer !important;box-shadow:var(--jrc-shadow,none) !important;
transition:background .2s ease,transform .2s ease,box-shadow .2s ease !important;
-webkit-appearance:none !important;appearance:none !important;
}
#jrc .jrc__btn:hover,
#jrc .jrc__btn:focus-visible{background:var(--jrc-bg-hover,#000) !important;color:var(--jrc-fg,#fff) !important;text-decoration:none !important;outline:none !important;transform:translateY(-2px);}
#jrc .jrc__btn:focus-visible{box-shadow:var(--jrc-shadow,none),0 0 0 3px var(--jrc-accent,#c9a86a) !important;}
#jrc .jrc__text{display:block !important;color:inherit !important;font:inherit !important;}
#jrc .jrc__close{position:absolute !important;top:-10px !important;right:-10px !important;left:auto !important;bottom:auto !important;width:26px !important;height:26px !important;min-width:0 !important;padding:0 !important;margin:0 !important;border:0 !important;border-radius:50% !important;background:var(--jrc-fg,#fff) !important;color:var(--jrc-bg,#1c1c1c) !important;font:20px/26px sans-serif !important;cursor:pointer !important;box-shadow:0 2px 6px rgba(0,0,0,.2) !important;opacity:0;transition:opacity .2s;-webkit-appearance:none;appearance:none;}
#jrc.jrc--left .jrc__close{right:auto !important;left:-10px !important;}
#jrc:hover .jrc__close,#jrc:focus-within .jrc__close{opacity:1;}
@media (hover:none){#jrc .jrc__close{opacity:1;}}
#jrc.is-open .jrc__btn,#jrc.is-open .jrc__close{display:none !important;} #jrc.is-open{max-width:none !important;}
#jrc .jrc__panel{position:relative;box-sizing:border-box;width:min(360px,calc(100vw - 2 * var(--jrc-x,24px)));background:var(--jrc-bg,#1c1c1c);color:var(--jrc-fg,#fff);border-radius:var(--jrc-radius,12px);padding:26px 24px 22px;box-shadow:var(--jrc-shadow,0 10px 30px rgba(0,0,0,.25));font-size:var(--jrc-font-size,15px);line-height:1.45;max-height:calc(100vh - 2 * var(--jrc-y,24px));overflow:auto;}
#jrc .jrc__panel[hidden]{display:none !important;}
#jrc .jrc__panel-close{position:absolute !important;top:10px !important;right:12px !important;width:auto !important;min-width:0 !important;background:none !important;border:0 !important;color:inherit !important;font:26px/1 sans-serif !important;cursor:pointer;opacity:.7;padding:4px 8px !important;margin:0 !important;box-shadow:none !important;}
#jrc .jrc__panel-close:hover{opacity:1;}
#jrc .jrc__title{margin:0 28px 6px 0;font-family:inherit;font-size:1.2em;font-weight:500;line-height:1.3;color:inherit;letter-spacing:0;text-transform:none;}
#jrc .jrc__intro{margin:0 0 16px;opacity:.8;font-size:.93em;color:inherit;}
#jrc .jrc__form{display:grid;gap:12px;margin:0;}
#jrc .jrc__hp{position:absolute;left:-9999px;top:-9999px;height:0;overflow:hidden;margin:0;}
#jrc .jrc__field{display:grid;gap:5px;margin:0;}
#jrc .jrc__field>span{font-size:.85em;opacity:.8;color:inherit;}
#jrc .jrc__field em{font-style:normal;opacity:.6;}
#jrc .jrc__field input,
#jrc .jrc__field select,
#jrc .jrc__field textarea{width:100% !important;box-sizing:border-box !important;background:rgba(255,255,255,.08) !important;color:inherit !important;border:1px solid rgba(255,255,255,.18) !important;border-radius:calc(var(--jrc-radius,12px) * .5) !important;padding:10px 12px !important;margin:0 !important;font-family:inherit !important;font-size:1em !important;line-height:1.35 !important;box-shadow:none !important;min-height:0 !important;}
#jrc .jrc__field select option{color:#111;}
#jrc .jrc__field input:focus,
#jrc .jrc__field select:focus,
#jrc .jrc__field textarea:focus{outline:none !important;border-color:var(--jrc-accent,#c9a86a) !important;}
#jrc .jrc__field textarea{resize:vertical;min-height:80px !important;}
#jrc .jrc__submit{display:block !important;width:100% !important;margin:4px 0 0 !important;padding:12px 18px !important;background:var(--jrc-accent,#c9a86a) !important;background-image:none !important;color:var(--jrc-bg,#1c1c1c) !important;border:0 !important;border-radius:calc(var(--jrc-radius,12px) * .5) !important;font-family:inherit !important;font-size:1em !important;font-weight:600 !important;letter-spacing:0 !important;text-transform:none !important;cursor:pointer;box-shadow:none !important;transition:opacity .2s;}
#jrc .jrc__submit:hover{opacity:.9;}
#jrc .jrc__submit[disabled]{opacity:.6;cursor:wait;}
#jrc .jrc__status{margin:0;min-height:1em;font-size:.88em;opacity:.9;color:inherit;}
#jrc .jrc__status.is-error{color:#ffb4a8;}
#jrc .jrc__success{font-size:1.05em;line-height:1.5;padding:6px 0 2px;}
@media (max-width:480px){
#jrc.jrc{bottom:16px !important;}
#jrc.jrc--right{right:16px !important;}
#jrc.jrc--left{left:16px !important;}
#jrc .jrc__panel{width:calc(100vw - 32px);padding:22px 18px 18px;}
}
@media (prefers-reduced-motion:reduce){
#jrc.jrc,#jrc .jrc__btn{transition:none !important;}
}