.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;
}:root{
--tocbgr: #ffffffe8;
--tocbor: #777;
--toctit: #fff;
--toctitback: #333;
--toclin: #333;
--tocsec: #9b9b9b73;
--tocsize:16px;
--tocnutbgr: #ffffffe8;
--tocnutbor: #ccc;
--tocnutico: #333;
--tocradius: 10px;
--tocnutradius: 10px;
--toclight: #ff4444;
}
.ft-toc {
scroll-behavior: smooth;
}
.ft-toc-light, .ft-toc-light a{
color: var(--toclight) !important; 
transition: color 0.5s ease; 
} .ft-toc-scrol *{
scrollbar-color: #eee #ffffff00;
scrollbar-width: thin !important;
}
.ft-toc-scrol ::-webkit-scrollbar{
width: 5px;
height: 5px;
background: none;
}
.ft-toc-scrol ::-webkit-scrollbar-thumb{
background-color: #eee;
border-radius: 2px;
}
.ft-toc-scrol ::-webkit-scrollbar-track{
background-color: none;
}
.ft-toc-placeholder{
margin-bottom:20px;
}
.ft-toc-main{
width:100%;
border: 1px dashed var(--tocbor);
padding: 15px 12px;
border-radius:var(--tocradius);
background: var(--tocbgr);
font-size:var(--tocsize);
box-sizing: border-box;
}
.ft-toc-main li:not(:last-child) {
margin-bottom:10px;
}
.ft-toc-tit-sp svg{
margin-right:15px;
}
@keyframes toczoomIn {
from {
transform: scale(0.3);
opacity: 0;
}
to {
transform: scale(1);
opacity: 1;
}
}
.ft-toc-close {
background: var(--tocnutbgr);
border: 1px solid var(--tocnutbor);
width: 45px;
height: 45px;
position: absolute;
justify-content: center;
align-items: center;
left: -55px;
top: 30%;
border-radius:var(--tocnutradius);
opacity: 0;
transform: scale(0.5);
animation: toczoomIn 0.9s ease-out forwards;
}
.ft-toc-close svg {
width:35px;
height:35px;
}
.ft-toc-close svg path{fill:var(--tocnutico);}
.ft-toc-main-vuot{
position: fixed;
z-index: 999999;
right: -350px;
top: 10px;
bottom: 10px;
width: 350px;
border:none;
box-shadow: 0px 0px 10px #00000024;
transition: right 0.7s ease;
margin-bottom:0px;
animation: tocopiti 0.9s ease-out forwards;
}
@keyframes tocopiti {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.ft-toc-main-open {
right: 10px; }
.ft-toc-main-open .ft-toc-close{display:none !important}
.ft-toc-main-vuot .ft-toc-tit .ft-toc-close2{display: contents;}
.ft-toc-main-vuot .ft-toc-tit .ft-toc-tit-svg{display:none;}
.ft-toc-tit{
display:flex;
line-height:0;
font-weight:bold;
font-size:var(--tocsize);
justify-content: center;
align-items: center;
margin:0px 5px;
background: var(--toctitback);
padding: 12px 15px;
border-radius: calc(var(--tocradius) - 3px);
color:var(--toctit);
}
.ft-toc-tit svg{
width:20px;
height:20px;
vertical-align: middle;
}
.ft-toc-tit svg path{
fill:var(--toctit);
}
.ft-toc-tit span{
width:100%;
}
.ft-toc-tit .ft-toc-close2{
display:none;
}
.ft-toc-tit .ft-toc-tit-hi{
width:20px;
}
.ft-toc-tit .ft-toc-tit-hi-active svg{
animation: bounce 0.4s infinite;
}
@keyframes bounce {
0%, 100% {
transform: translateY(-3px);
}
50% {
transform: translateY(3px);
}
}
.ft-toc-main .ft-toc-scrol ol {
padding-left: 0;
margin:0px;
padding: 10px 5px 0px 10px !important;
list-style: none !important;
}
ol#ft-toc-list li{
margin-left:0px;
}
.ft-toc-main ol {
max-height: 500px;
overflow-y: auto;
}
.ft-toc-main.ft-toc-main-vuot .ft-toc-scrol {
height: calc(100vh - 107px);
}
.ft-toc-main.ft-toc-main-vuot ol{
max-height:100%;
height:100%;
}
.ft-toc-main a, .ft-toc-main a:visited, .ft-toc-main  a:focus, .ft-toc-main  a:active {
text-decoration: none !important;
color:var(--toclin) !important;
}
.ft-toc-main a:hover {
color:var(--toclin) !important;
opacity:0.8;
}
.active-toc-link {
padding: 7px 10px;
display: block;
background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, var(--tocsec) 100%);
border-radius: calc(var(--tocradius) - 3px);
margin-left: -10px;
}
.active-toc-link:hover {
opacity:0.8;
} #ft-toc-list .ft-toc-level-1 {
padding-left: 0;
font-weight: bold;
} #ft-toc-list .ft-toc-level-2 {
padding-left: 15px;
} #ft-toc-list .ft-toc-level-3 {
padding-left: 30px;
} #ft-toc-list .ft-toc-level-4 {
padding-left: 45px;
} #ft-toc-list .ft-toc-level-5 {
padding-left: 60px;
} #ft-toc-list .ft-toc-level-6 {
padding-left: 75px;
} @media (max-width: 400px){
.ft-toc-main-open {
left: 10px;
width: auto;
}
}