* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* js/site.js reveals the page once webflow.js is ready */
body {
  opacity: 0;
}

a {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}

main:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.container-medium,
.container-small,
.container-large {
  margin-right: auto !important;
  margin-left: auto !important;
}

.w-richtext > :first-child {
  margin-top: 0;
}

.w-richtext > :last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child {
  margin-bottom: 0;
}

.text-style-7lines {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.nav_menu {
  pointer-events: none;
}

.nav_link {
  pointer-events: auto;
}

@media only screen and (max-width: 991px) {
  .nav_menu {
    pointer-events: auto;
    align-items: center;
    justify-content: center;
  }
}

.blog-card .image-covered-center {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blog-card:hover .image-covered-center {
  transform: scale(1.05);
}

.swiper-wrapper.is-testimonial {
  flex-direction: row;
}
