.page-id-5963 {
    .uk-card-default {
        border: 0.2rem solid #f5f5f7;
    }
}
.page-id-5962,
.page-id-5967,
.page-id-5963 {
    footer, header {
        display: none;
        visibility: hidden;
    }
}

.page-id-5743,
.page-id-5781,
.page-id-5843 {
    .uk-button {
        border-radius: 50rem;
    }
}
.uk-button {
    transition-property: color, background-color, background-image, background-position, background-size, border-color, box-shadow;
}
.widget_falang img {
    width: 1.75rem;
    height: 1.75rem;
}
.page-id-5953 footer {
    display: none;
    visibility: hidden;
}

/** Marquee Text Styles */

.tm-marquee {
    white-space: nowrap;
}

.tm-marquee__track {
  display: inline-flex;
  width: max-content;
  will-change: transform;
  animation: tm-marquee 30s linear infinite;
}

.tm-marquee__group {
  display: inline-flex;
  flex: 0 0 auto;
}

.tm-marquee__link {
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
}
.tm-marquee:hover .tm-marquee__track {
    animation-play-state: paused;
}

@keyframes tm-marquee {
  from { transform: translate3d(0,0,0); }
  to   { transform: translate3d(-50%,0,0); }
}

/** UIkit Style Notifications for Contact Form 7 */

.wpcf7 .wpcf7-response-output {
    display: none !important;
}

.uk-notification-message .uk-notification-close {
    opacity: 1 !important;
    visibility: visible !important;
}

.uk-notification-message:hover .uk-notification-close {
    opacity: 1 !important;
}