.elementor-invisible {
  visibility: hidden;
}

.elementor-invisible.mirror-animated,
.mirror-animated {
  animation-duration: 0.9s;
  animation-fill-mode: both;
  visibility: visible;
}

.fadeIn,
.mirror-fade-in {
  animation-name: mirrorFadeIn;
}

@keyframes mirrorFadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

body.ast-mobile-popup-active {
  overflow: hidden;
}

.ast-mobile-popup-drawer {
  pointer-events: none;
  visibility: hidden;
}

.ast-mobile-popup-drawer.active {
  pointer-events: auto;
  visibility: visible;
}

.ast-mobile-popup-drawer .ast-mobile-popup-overlay {
  opacity: 0;
  transition: opacity 180ms ease;
}

.ast-mobile-popup-drawer.active .ast-mobile-popup-overlay {
  opacity: 1;
}

.ast-mobile-popup-drawer .ast-mobile-popup-inner {
  transform: translateX(100%);
  transition: transform 220ms ease;
}

.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
  transform: translateX(0);
}

#ast-mobile-popup .ast-mobile-popup-content,
#ast-mobile-popup .main-navigation,
#ast-mobile-popup .main-header-menu,
#ast-mobile-popup .main-header-menu .menu-item,
#ast-mobile-popup .ast-builder-button-wrap {
  align-items: stretch;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}

#ast-mobile-popup .main-header-menu {
  gap: 0;
  margin: 0;
  padding: 0;
}

#ast-mobile-popup .main-header-menu .menu-item {
  border-bottom: 1px solid rgba(89, 137, 181, 0.18);
  height: auto;
}

#ast-mobile-popup .main-header-menu .menu-link,
#ast-mobile-popup .ast-custom-button-link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 52px;
  width: 100%;
}

#ast-mobile-popup .main-header-menu .menu-link {
  padding: 14px 28px;
}

#ast-mobile-popup .ast-custom-button-link {
  margin-top: 18px;
}

#ast-mobile-popup .ast-custom-button {
  width: 100%;
}

#ast-mobile-popup .main-header-menu .sub-menu {
  display: none;
  float: none;
  left: auto;
  margin: 0;
  min-width: 0;
  opacity: 1;
  padding: 0;
  position: static;
  top: auto;
  transform: none;
  visibility: visible;
  width: 100%;
}

#ast-mobile-popup .main-header-menu .menu-item.ast-submenu-expanded > .sub-menu {
  display: flex;
  flex-direction: column;
}

#ast-mobile-popup .main-header-menu .sub-menu .menu-link {
  min-height: 46px;
  padding-left: 44px;
}

#ast-mobile-popup .main-header-menu .menu-item.ast-submenu-expanded > .ast-menu-toggle {
  transform: rotate(180deg);
}

.elementor-element-cc7b203 .elementor-post__thumbnail__link {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 62.5%;
  position: relative;
}

.elementor-element-cc7b203 .elementor-post__thumbnail {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.elementor-element-cc7b203 .elementor-post__thumbnail img {
  display: block;
  height: 100% !important;
  left: 0 !important;
  max-width: none;
  object-fit: cover;
  object-position: center;
  position: absolute !important;
  top: 0 !important;
  transform: none !important;
  width: 100% !important;
}
