.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;
}.cybergrid-background {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
}
.cybergrid-background.c-b-2 {
background: #070707;
justify-content: space-between;
}
.cybergrid-background .cybergrid-top {
display: flex;
flex: 1;
justify-content: center;
align-items: flex-end;
position: relative;
background: -webkit-linear-gradient(top, #1a1b1d, #282b26);
background: linear-gradient(180deg, #1a1b1d, #282b26);
}
.cybergrid-background .cybergrid-top::before {
content: "";
position: absolute;
bottom: -1vh;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.2);
height: 15vh;
-webkit-clip-path: polygon(0% 38%, 2.6% 40%, 5.4% 24%, 8.7% 59%, 13.6% 72%, 18.5% 22%, 21.7% 35%, 27.2% 8%, 34% 53%, 39.4% 81%, 49.1% 85%, 54.5% 64%, 60% 53%, 71.2% 70%, 76.6% 24%, 81.4% 0%, 87.1% 13%, 94.2% 27%, 100% 32%, 100% 100%, 0% 100%);
clip-path: polygon(0% 38%, 2.6% 40%, 5.4% 24%, 8.7% 59%, 13.6% 72%, 18.5% 22%, 21.7% 35%, 27.2% 8%, 34% 53%, 39.4% 81%, 49.1% 85%, 54.5% 64%, 60% 53%, 71.2% 70%, 76.6% 24%, 81.4% 0%, 87.1% 13%, 94.2% 27%, 100% 32%, 100% 100%, 0% 100%);
background: #202124;
}
.cybergrid-background .cybergrid-bottom {
flex: 0 0 13rem;
position: relative;
background: #2f2e25;
}
.cybergrid-background.c-b-2 .cybergrid-bottom {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 25vh;
display: block;
background: #020103;
-webkit-animation: infinite wave-rotate 120s ease-in-out;
animation: infinite wave-rotate 120s ease-in-out;
-webkit-transform: rotate(8deg);
transform: rotate(8deg);
}
.cybergrid-background.c-b-2 .cybergrid-bottom.c-b-top {
top: 0;
bottom: auto;
}
.cybergrid-background .cybergrid-bottom .cb-ground {
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
}
.cybergrid-background.c-b-2 .cybergrid-bottom.c-b-top .cb-ground {
-webkit-transform: scaleY(-1);
transform: scaleY(-1);
}
.cybergrid-background.c-b-2 .cybergrid-bottom .cb-ground:after {
content: '';
position: absolute;
top: -2px;
left: -50%;
width: 200%;
height: 100%;
background: -webkit-linear-gradient(top, #020103, transparent);
background: linear-gradient(180deg, #020103, transparent);
}
.cybergrid-background .cybergrid-bottom .cb-wave {
background: #f2e900;
}
.cybergrid-background .cybergrid-bottom .cb-wave.vertical {
position: absolute;
top: 1px;
left: 50%;
width: 1px;
height: 1000%;
transform-origin: top left;
}
.cybergrid-background .cybergrid-bottom .cb-wave.vertical.wv-right.wave-0 {
transform: rotate(0deg);
}
.cybergrid-background .cybergrid-bottom .cb-wave.vertical.wv-right.wave-1 {
transform: rotate(-38deg);
left: 53%;
}
.cybergrid-background .cybergrid-bottom .cb-wave.vertical.wv-right.wave-2 {
transform: rotate(-57deg);
left: 57%;
}
.cybergrid-background .cybergrid-bottom .cb-wave.vertical.wv-right.wave-3 {
transform: rotate(-67deg);
left: 61%;
}
.cybergrid-background .cybergrid-bottom .cb-wave.vertical.wv-right.wave-4 {
transform: rotate(-75deg);
left: 65%;
}
.cybergrid-background .cybergrid-bottom .cb-wave.vertical.wv-right.wave-5 {
transform: rotate(-81deg);
left: 69%;
}
.cybergrid-background .cybergrid-bottom .cb-wave.vertical.wv-right.wave-6 {
transform: rotate(-84deg);
left: 76%;
}
.cybergrid-background .cybergrid-bottom .cb-wave.vertical.wv-right.wave-7 {
transform: rotate(-87deg);
left: 84%;
}
.cybergrid-background .cybergrid-bottom .cb-wave.vertical.wv-left.wave-1 {
transform: rotate(38deg);
left: 47%;
}
.cybergrid-background .cybergrid-bottom .cb-wave.vertical.wv-left.wave-2 {
transform: rotate(57deg);
left: 43%;
}
.cybergrid-background .cybergrid-bottom .cb-wave.vertical.wv-left.wave-3 {
transform: rotate(67deg);
left: 39%;
}
.cybergrid-background .cybergrid-bottom .cb-wave.vertical.wv-left.wave-4 {
transform: rotate(75deg);
left: 35%;
}
.cybergrid-background .cybergrid-bottom .cb-wave.vertical.wv-left.wave-5 {
transform: rotate(81deg);
left: 31%;
}
.cybergrid-background .cybergrid-bottom .cb-wave.vertical.wv-left.wave-6 {
transform: rotate(84deg);
left: 24%;
}
.cybergrid-background .cybergrid-bottom .cb-wave.vertical.wv-left.wave-7 {
transform: rotate(87deg);
left: 16%;
}
.cybergrid-background .cybergrid-bottom .cb-wave.horizontal {
position: absolute;
top: 0;
width: 150%;
height: 1px;
right: -25%;
-webkit-animation: infinite wave-left 12s cubic-bezier(1, 0.01, 1, 0.9);
animation: infinite wave-left 12s cubic-bezier(1, 0.01, 1, 0.9);
}
.cybergrid-background .cybergrid-bottom .cb-wave.horizontal.wave-9 {
-webkit-animation: none;
animation: none;
}
.cybergrid-background .cybergrid-bottom .cb-wave.horizontal.wave-10 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.cybergrid-background .cybergrid-bottom .cb-wave.horizontal.wave-11 {
-webkit-animation-delay: -1.8s;
animation-delay: -1.8s;
}
.cybergrid-background .cybergrid-bottom .cb-wave.horizontal.wave-12 {
-webkit-animation-delay: -2.7s;
animation-delay: -2.7s;
}
.cybergrid-background .cybergrid-bottom .cb-wave.horizontal.wave-13 {
-webkit-animation-delay: -3.6s;
animation-delay: -3.6s;
}
.cybergrid-background .cybergrid-bottom .cb-wave.horizontal.wave-14 {
-webkit-animation-delay: -4.5s;
animation-delay: -4.5s;
}
.cybergrid-background .cybergrid-bottom .cb-wave.horizontal.wave-15 {
-webkit-animation-delay: -5.4s;
animation-delay: -5.4s;
}
.cybergrid-background .cybergrid-bottom .cb-wave.horizontal.wave-16 {
-webkit-animation-delay: -6.3s;
animation-delay: -6.3s;
}
.cybergrid-background .cybergrid-bottom .cb-wave.horizontal.wave-17 {
-webkit-animation-delay: -7.2s;
animation-delay: -7.2s;
}
.cybergrid-background .cybergrid-bottom .cb-wave.horizontal.wave-18 {
-webkit-animation-delay: -8.1s;
animation-delay: -8.1s;
}
.cybergrid-background .cybergrid-bottom .cb-wave.horizontal.wave-19 {
-webkit-animation-delay: -9s;
animation-delay: -9s;
}
@-webkit-keyframes wave-left {
100% {
transform: translate(-23.65807vh, 65vh);
}
}
@keyframes wave-left {
100% {
transform: translate(-23.65807vh, 65vh);
}
}
@-webkit-keyframes wave-rotate {
0% {
-webkit-transform: rotate(6deg);
transform: rotate(6deg);
}
50% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
100% {
-webkit-transform: rotate(6deg);
transform: rotate(6deg);
}
}
@keyframes wave-rotate {
0% {
-webkit-transform: rotate(6deg);
transform: rotate(6deg);
}
50% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
100% {
-webkit-transform: rotate(6deg);
transform: rotate(6deg);
}
}