/******* Do not edit this file *******
Code Snippets Manager
Saved: Jul 10 2025 | 13:41:52 */
body {
  overflow-x: hidden;
  margin: 0;
}
b, strong {
  font-weight: 500;
}
p a:hover {
  text-decoration: underline;
}
/* HEADER */
.logo-wrapper {
  margin-right: auto;
}
/* CARDS */
.card-bottom {
  margin-top: auto;
  min-height: 82px;
}
.card-bottom .elementor-widget-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* FOOTER */
.footer-links {
  transform: translateY(2px);
}
.footer-links a span {
  padding-bottom: 4px;
  transition: all 0.3s !important;
  border-bottom: 1px solid transparent;
}
.footer-links a:hover span {
  border-bottom: 1px solid #fff;
}
/* TRP */
.lang-switch {
  font-family: "Poppins";
}
.lang-switch a {
  color: var(--e-global-color-primary);
}
.lang-switch a.active {
  font-weight: 600;
}
@media (max-width: 500px) {
  .lang-switch {
    display: none;
  }
}
.rcb-content-blocker {
  max-width: 900px;
  margin: auto;
}
