@font-face {
font-display: swap;
}
.elementor-field-type-recaptcha_v3 .grecaptcha-badge {
z-index: 1;
visibility: hidden !important;
}
body > .elementor {
overflow-x: clip;
} html {
scroll-behavior: smooth;
} a:active,
a:focus,
input,
textarea,
input:active,
textarea:active,
:focus {
outline: none;
}
textarea {
resize: none;
}
textarea {
resize: vertical;
}
textarea {
resize: horizontal;
} .dce-acf-repeater-grid {
gap: 20px;
}
.dce-acf-repeater-item {
flex: 0 1 calc((100% / 3) - (40px / 3)) !important;
}
@media screen and (max-width: 767px) {
.dce-acf-repeater-item {
flex: 0 1 calc( 100% / 1 ) !important;
}
}