.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;
}@font-face {
font-family: 'Twemoji Country Flags';
unicode-range: U+1F1E6-1F1FF, U+1F3F4, U+E0062-E007F;
src: url(https://cdn.jsdelivr.net/npm/country-flag-emoji-polyfill@0.1/dist/TwemojiCountryFlags.woff2) format('woff2');
font-display: swap;
} .stellar-lang-switcher--inline {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 13px;
font-weight: 500;
letter-spacing: 0.5px;
font-family: "Twemoji Country Flags", inherit, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.stellar-lang-switcher__link {
text-decoration: none;
color: inherit;
font-family: inherit;
opacity: 0.5;
transition: opacity 0.2s ease;
padding: 2px 4px;
}
.stellar-lang-switcher__link:hover {
opacity: 0.8;
text-decoration: none;
}
.stellar-lang-switcher__link--active {
opacity: 1;
font-weight: 700;
position: relative;
}
.stellar-lang-switcher__link--active::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
right: 0;
height: 2px;
background: currentColor;
border-radius: 1px;
}
.stellar-lang-switcher__separator {
opacity: 0.3;
font-weight: 300;
user-select: none;
} .stellar-lang-switcher--dropdown {
position: relative;
display: inline-block;
font-size: 13px;
font-family: "Twemoji Country Flags", inherit, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.stellar-lang-switcher__toggle {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 6px 12px;
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 6px;
background: transparent;
color: inherit;
font-size: inherit;
font-weight: 500;
cursor: pointer;
transition: border-color 0.2s ease, background-color 0.2s ease;
}
.stellar-lang-switcher__toggle:hover {
border-color: rgba(0, 0, 0, 0.24);
background: rgba(0, 0, 0, 0.03);
}
.stellar-lang-switcher__arrow {
transition: transform 0.2s ease;
}
.stellar-lang-switcher__toggle[aria-expanded="true"] .stellar-lang-switcher__arrow {
transform: rotate(180deg);
}
.stellar-lang-switcher__dropdown {
display: none;
position: absolute;
top: calc(100% + 4px);
right: 0;
min-width: 100%;
list-style: none;
margin: 0;
padding: 4px;
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
z-index: 100;
}
.stellar-lang-switcher__item a {
display: block;
padding: 6px 12px;
text-decoration: none;
color: #333;
border-radius: 4px;
transition: background-color 0.15s ease;
white-space: nowrap;
}
.stellar-lang-switcher__item a:hover {
background: rgba(0, 0, 0, 0.04);
}
.stellar-lang-switcher__item--active a {
font-weight: 700;
color: #111;
}#stellar-toast-container {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 999999;
display: flex;
flex-direction: column;
gap: 10px;
pointer-events: none; } .stellar-toast {
min-width: 300px;
max-width: 400px;
padding: 16px 20px;
background: #323232;
color: #fff;
border-radius: 3px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
display: flex;
align-items: center;
gap: 12px;
pointer-events: auto; transform-origin: right bottom;
animation: stellarToastSlideIn 0.3s ease-out forwards;
font-family: inherit;
font-size: 13px;
line-height: 1.4;
}
.stellar-toast.success {
background: #4caf50;
color: white;
}
.stellar-toast.error {
background: #f44336;
color: white;
}
.stellar-toast.info {
background: #2196f3;
color: white;
}
.stellar-toast__icon {
font-size: 20px;
display: flex;
align-items: center;
justify-content: center;
}
.stellar-toast__content {
flex: 1;
}
.stellar-toast__content a {
color: inherit;
text-decoration: underline;
font-size: inherit;
font-family: inherit;
}
.stellar-toast__close {
margin-left: auto;
cursor: pointer;
opacity: 0.7;
font-size: 18px;
background: none;
border: none;
color: inherit;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
}
.stellar-toast__close:hover {
opacity: 1;
}
@keyframes stellarToastSlideIn {
from {
transform: translateX(100%);
opacity: 0;
}
to {
transform: translateX(0);
opacity: 1;
}
}
.stellar-toast.closing {
animation: stellarToastSlideOut 0.3s ease-in forwards;
}
@keyframes stellarToastSlideOut {
to {
transform: translateX(100%);
opacity: 0;
}
} .stellar-toast-hidden-original {
display: none !important;
}
.stellar-toast {
position: relative;
overflow: hidden;
}
.stellar-toast__progress {
position: absolute;
bottom: 0;
left: 0;
height: 4px;
background: rgba(255, 255, 255, 0.7); width: 100%;
transform-origin: left;
animation: stellarToastProgress linear forwards;
z-index: 10; }
@keyframes stellarToastProgress {
from {
transform: scaleX(1);
}
to {
transform: scaleX(0);
}
}
.stellar-toast:hover .stellar-toast__progress {
animation-play-state: paused;
}
@media (max-width: 600px) {
#stellar-toast-container {
right: auto;
left: 50%;
transform: translateX(-50%);
width: 95%;
bottom: 20px;
align-items: center;
}
.stellar-toast {
width: 100%;
max-width: none;
min-width: 0;
}
}* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
overflow-x: hidden;
}.wpcf7 .hidden-fields-container {
display: none;
}
.contact-form-container {
display: flex;
flex-direction: column;
gap: 15px;
background-color: #FAFAFA;
border-radius: 34px;
max-width: 600px;
padding: 30px;
@media (max-width: 1024px) {
padding: 20px;
}
@media (max-width: 768px) {
max-width: 100%;
}
* {
margin: 0px;
}
.row {
display: flex;
flex-direction: column;
p,
label {
display: contents;
}
span {
font-size: 16px;
font-weight: 600;
color: #343434;
@media (max-width: 1024px) {
font-size: 13px;
}
}
input:not([type="checkbox"]),
textarea {
background-color: #e9e9e9;
border-radius: 21px;
padding: 0px 20px;
color: #343434;
border: none;
outline-color: #BE1029;
width: 100%;
font-family: 'Barlow';
font-size: 16px;
@media (max-width: 1024px) {
font-size: 13px;
}
}
input:not([type="checkbox"]) {
height: 50px;
@media (max-width: 1024px) {
height: 44px;
}
}
textarea {
height: 140px;
resize: none;
padding: 20px;
}
.wpcf7-acceptance {
.wpcf7-list-item {
display: block;
width: 100%;
margin: 0;
> label {
display: grid;
grid-template-columns: 20px minmax(0, 1fr);
column-gap: 12px;
align-items: start;
width: 100%;
}
.wpcf7-list-item-label {
display: block;
width: auto;
min-width: 0;
&::before,
&::after {
content: unset;
}
}
input {
display: block;
flex: 0 0 20px;
width: 20px;
min-width: 20px;
height: 20px;
padding: 0;
border-radius: 5px;
border: none;
background-color: #e9e9e9;
accent-color: #BE1029;
margin: 2px 0 0 0;
}
}
}
.wpcf7-not-valid-tip {
position: absolute;
font-size: 10px;
font-weight: 400;
color: #BE1029;
bottom: -15px;
}
&.row3 {
.wpcf7-not-valid-tip {
bottom: -8px;
}
}
&.row5 {
position: relative;
display: flex;
justify-content: center;
align-items: center;
.wpcf7-submit {
width: 300px;
height: 60px;
background-color: #BE1029;
color: #ffffff;
border-radius: 0px;
transition: 0.3s;
font-size: 21px;
font-weight: 600;
text-transform: uppercase;
cursor: pointer;
@media (max-width: 1024px) {
width: 180px;
height: 40px;
font-size: 13px;
}
&:disabled {
opacity: 0.7;
cursor: not-allowed;
}
&:hover {
background-color: #67090D;
}
}
.wpcf7-spinner {
display: none;
}
}
}
}
.wpcf7-response-output {
display: none;
} .contact-form-container .row.row4 p {
display: block;
}
.contact-form-container .row.row4 .wpcf7-form-control-wrap,
.contact-form-container .row.row4 .wpcf7-acceptance,
.contact-form-container .row.row4 .wpcf7-list-item {
display: block;
width: 100%;
}
.contact-form-container .row.row4 .wpcf7-list-item {
margin: 0;
}
.contact-form-container .row.row4 .wpcf7-list-item > label {
display: grid;
grid-template-columns: 20px minmax(0, 1fr);
column-gap: 12px;
align-items: start;
width: 100%;
}
.contact-form-container .row.row4 .wpcf7-list-item-label {
display: block;
width: auto;
min-width: 0;
}
.contact-form-container .row.row4 .wpcf7-list-item-label::before,
.contact-form-container .row.row4 .wpcf7-list-item-label::after {
content: none;
}
.contact-form-container .row.row4 input[type="checkbox"] {
-webkit-appearance: none;
appearance: none;
display: block;
width: 20px;
min-width: 20px;
height: 20px;
padding: 0;
margin: 2px 0 0 0;
border: 2px solid #8f8f8f;
border-radius: 5px;
background-color: #ffffff;
background-repeat: no-repeat;
background-position: center;
background-size: 12px 10px;
box-shadow: none;
cursor: pointer;
}
.contact-form-container .row.row4 input[type="checkbox"]:checked {
background-color: #BE1029;
border-color: #BE1029;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 5.5L4.5 9L13 1'/%3E%3C/svg%3E");
}@media (max-width: 1024px) {
.desktop-header-icon {
display: none !important;
}
.header-content {
width: 100%;
}
}