.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 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;
}figure {
-webkit-margin-start: 0;
margin-inline-start: 0;
-webkit-margin-end: 0;
margin-inline-end: 0;
max-width: 100%;
}
pre {
overflow: auto;
}
textarea {
line-height: 1.45;
}
ol:not([class]),ul:not([class]) {
margin-top: 0.25em;
}
ol:not([class]) li:not(:first-child),ul:not([class]) li:not(:first-child) {
margin-top: 0.25em;
}
table:not([class]),table[class=""] {
border: 1px solid var(--wp--preset--color--line);
border-collapse: collapse;
}
table:not([class]) thead th,table:not([class]) tfoot th,table[class=""] thead th,table[class=""] tfoot th {
color: var(--wp--preset--color--secondary-text);
background: var(--wp--preset--color--area);
font-size: var(--wp--preset--font-size--sm);
}
table:not([class]) caption,table[class=""] caption {
padding: 0.5em;
}
table:not([class]) th,table:not([class]) td,table[class=""] th,table[class=""] td {
padding: 0.25em 1em;
border: 1px solid lightgrey;
}
mark.has-inline-color {
background: transparent;
}
.gallery {
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: var(--wp--preset--spacing--xs);
}
.gallery img {
width: auto;
max-width: 100%;
}
.gallery.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery .gallery-caption {
font-size: var(--wp--preset--font-size--sm);
}
.wp-caption-text {
font-size: var(--wp--preset--font-size--sm);
}
blockquote:not([class]) {
font-size: var(--wp--preset--font-size--4-xl);
font-family: var(--gtmt--heading--font-family);
letter-spacing: -0.05em;
line-height: 1.2;
font-weight: bold;
color: var(--wp--preset--color--primary-text);
margin-left: 1em;
margin-right: 1em;
}
blockquote:not([class]) cite {
font-size: 14px;
font-style: normal;
font-weight: 600;
text-decoration: none;
}
.gtm-icon:before {
display: inline-block;
}  :root {
--gtm-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
--gtm-section-headline-line-spacing: 0.75em;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,*:before,*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
a {
-webkit-transition: var(--gtm-transition);
transition: var(--gtm-transition);
-webkit-transition-property: var(--gtm-global--transition-property);
transition-property: var(--gtm-global--transition-property);
will-change: var(--gtm-global--transition-property);
}/*/*/.has-2-xs-font-size {
line-height: var(--wp--custom--line-height--md);
}
.has-xs-font-size {
line-height: var(--wp--custom--line-height--md);
}
.has-sm-font-size {
line-height: var(--wp--custom--line-height--md);
}
.has-lg-font-size {
line-height: var(--wp--custom--line-height--md);
}
.has-xl-font-size {
line-height: var(--wp--custom--line-height--sm);
}
.has-2-xl-font-size {
line-height: var(--wp--custom--line-height--sm);
}
.has-3-xl-font-size {
line-height: var(--wp--custom--line-height--sm);
}
.has-4-xl-font-size {
line-height: var(--wp--custom--line-height--sm);
}
.has-5-xl-font-size {
line-height: var(--wp--custom--line-height--sm);
}
.has-6-xl-font-size {
line-height: var(--wp--custom--line-height--sm);
}/*/*/.lds-ellipsis {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-ellipsis div {
position: absolute;
top: 33px;
width: 13px;
height: 13px;
border-radius: 50%;
background: rgba(136, 136, 136, 0.5);
-webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
left: 8px;
-webkit-animation: lds-ellipsis1 0.6s infinite;
animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
left: 8px;
-webkit-animation: lds-ellipsis2 0.6s infinite;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
left: 32px;
-webkit-animation: lds-ellipsis2 0.6s infinite;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
left: 56px;
-webkit-animation: lds-ellipsis3 0.6s infinite;
animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes lds-ellipsis1 {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes lds-ellipsis3 {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
}
@keyframes lds-ellipsis3 {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
}
@-webkit-keyframes lds-ellipsis2 {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
100% {
-webkit-transform: translate(24px, 0);
transform: translate(24px, 0);
}
}
@keyframes lds-ellipsis2 {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
100% {
-webkit-transform: translate(24px, 0);
transform: translate(24px, 0);
}
}/*/*/.qrten-theme-button,button[type=submit],input[type=submit] {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
display: inline-block;
text-align: center;
overflow-wrap: break-word;
border-radius: var(--wp--custom--radius--md);
font-family: var(--gtmt--heading--font-family);
font-weight: 700;
font-size: var(--wp--preset--font-size--sm);
line-height: 1.8;
padding: 0.65em 1.25em;
color: #fff;
background-color: var(--wp--preset--color--primary-text);
max-width: 100%;
}
.qrten-theme-input,input:not([type=submit]):not([type=checkbox]),textarea,select {
padding: calc(0.667em + 2px);
border: 1px solid #949494;
font-size: 1em;
font-family: inherit;
border-color: #ddd !important;
border-radius: var(--wp--custom--radius--md);
max-width: 100%;
}
.qrten-theme-contact-form input:not([type=submit]):not([type=checkbox]),.qrten-theme-contact-form textarea,.qrten-theme-contact-form select {
width: 100%;
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
-webkit-appearance: none;
}
@media (min-width: 768px) {
.alignleft,.alignright {
width: 50%;
}
}
.alignleft:not(:first-child),.alignright:not(:first-child) {
margin-top: var(--wp--style--block-gap);
}
.xxxxxxx {
background-image: url(https://images.unsplash.com/photo-1695642579133-d41f36bcca61?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1976&q=80);
}
.wp-block-cover.gtmt-demo-landing-cover img {
height: auto;
}