/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
.site-footer {
  margin-top: clamp(3.125rem, 5vw, 6.25rem);
}

.top-main-footer-left .field--name-field-logo img {
  width: 60px;
  max-height: 40px;
}
.top-main-footer-left h5 {
  margin-block-end: 1.25rem;
}

.top-main-footer-right .nav-link,
.bottom-main-footer-left .nav-link {
  color: #fff;
  padding-inline: 0;
  padding-block: 0;
  margin-block-end: 0.625rem;
  width: -moz-fit-content;
  width: fit-content;
}

.top-main-footer-right {
  inline-size: 65%;
}
.top-main-footer-right .nav {
  display: flex;
  flex-direction: column;
}
.top-main-footer-right .block-menu h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-block-end: 1.5625rem;
}

.top-main-footer {
  gap: 5rem;
}

.logo-items .logo-item:nth-child(even) .field--name-field-logo {
  border-inline-start: 1px solid #626262;
}
.logo-items .logo-item:first-child .field--name-field-logo,
.logo-items .logo-item:first-child .prefix-title {
  padding-inline-end: 1.125rem;
  font-weight: 500;
  font-size: 0.8125rem;
}
.logo-items .logo-item:last-child .field--name-field-logo,
.logo-items .logo-item:last-child .prefix-title {
  padding-inline-start: 1.125rem;
  font-weight: 500;
  font-size: 0.8125rem;
}

@media (width < 26.375rem) {
  .logo-items .logo-item:nth-child(even) .field--name-field-logo {
    border-inline-start: unset;
  }
  .logo-items .logo-item:first-child .field--name-field-logo,
  .logo-items .logo-item:first-child .prefix-title {
    padding-inline-end: 0.625rem;
  }
  .logo-items .logo-item:last-child .field--name-field-logo,
  .logo-items .logo-item:last-child .prefix-title {
    padding-inline-start: 0.625rem;
  }
}
@media (width < 24.25rem) {
  .logo-items .logo-item:first-child .field--name-field-logo,
  .logo-items .logo-item:first-child .prefix-title {
    padding-inline-end: 0.3125rem;
  }
  .logo-items .logo-item:last-child .field--name-field-logo,
  .logo-items .logo-item:last-child .prefix-title {
    padding-inline-start: 0.3125rem;
  }
}
.bottom-main-footer-left {
  inline-size: 122%;
  padding-block-start: 0.9375rem;
  border-color: #626262;
}
.bottom-main-footer-left .nav .nav-item:not(:last-child) {
  padding-inline-end: 11rem;
}
.bottom-main-footer-left .nav .nav-item .nav-link {
  font-weight: bold;
}

.bottom-main-footer-right {
  inline-size: 20%;
}
.bottom-main-footer-right .block-social-sharing-block {
  padding-inline: 0;
}
.bottom-main-footer-right .social-media-sharing {
  display: flex;
  justify-content: center;
}
.bottom-main-footer-right .social-media-sharing .share img {
  width: 30px;
  height: 30px;
  padding: 0.5rem;
}
.bottom-main-footer-right .social-media-sharing li {
  width: 30px;
  height: 30px;
  margin-inline: 0.3125rem;
  background: linear-gradient(#303030, #303030) padding-box, linear-gradient(135deg, #626262, #b0b0b0) border-box;
  border: 1px solid transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  transition: background 0.6s ease;
}
.bottom-main-footer-right .social-media-sharing li::before {
  box-shadow: -0.667px -0.667px 21.467px 3.333px rgba(var(--landing-primary-rgb), 0.13) inset, 0 2.667px 2.667px 0 rgba(48, 48, 48, 0.25);
  content: "";
  inset: 3px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.6s ease;
  border-radius: inherit;
}
.bottom-main-footer-right .social-media-sharing li:hover, .bottom-main-footer-right .social-media-sharing li:focus-visible, .bottom-main-footer-right .social-media-sharing li.is-hover {
  background: linear-gradient(#222222, #222222) padding-box, linear-gradient(135deg, var(--landing-primary, #32c5f4), var(--landing-primary-hover, #a7eaff)) border-box;
}
.bottom-main-footer-right .social-media-sharing li:hover::before, .bottom-main-footer-right .social-media-sharing li:focus-visible::before, .bottom-main-footer-right .social-media-sharing li.is-hover::before {
  opacity: 1;
}
.bottom-main-footer-right .social-media-sharing ul {
  margin-block-end: 0.6rem;
  padding-inline: 0;
}
.bottom-main-footer-right .block-copyright-footer {
  font-size: 0.625rem;
  color: white;
  text-align: center;
  padding-inline: 0;
}

@media (max-width: 87.49875rem) {
  .top-main-footer {
    gap: 1rem;
  }
  .bottom-main-footer-left {
    inline-size: 100%;
  }
  .bottom-main-footer-left .nav .nav-item:not(:last-child) {
    padding-inline-end: 8.6rem;
  }
}
@media (max-width: 74.99875rem) {
  .top-main-footer {
    gap: 4rem;
  }
  .bottom-main-footer-left {
    inline-size: 85%;
  }
  .bottom-main-footer-right .social-media-sharing .share img {
    width: 27px;
  }
  .top-main-footer-right {
    inline-size: 100%;
  }
}
@media (max-width: 61.99875rem) {
  .top-main-footer {
    gap: 0;
    margin-block-end: 1rem !important;
    flex-direction: column !important;
  }
  .top-main-footer-left {
    inline-size: 100% !important;
    margin-bottom: 0.9375rem;
  }
  .top-main-footer-left .block-content-basic {
    inline-size: 50% !important;
  }
  .top-main-footer-left .block-content-footer_logos {
    inline-size: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-main-footer-right {
    inline-size: unset !important;
  }
  .bottom-main-footer {
    flex-direction: column !important;
  }
  .bottom-main-footer-right {
    order: 1;
    margin-block-end: 0.9375rem;
    inline-size: 100%;
  }
  .bottom-main-footer-right .social-media-sharing .share img {
    width: 27px;
  }
  .bottom-main-footer-left {
    inline-size: 100%;
    order: 2;
  }
}
@media (max-width: 47.99875rem) {
  .bottom-main-footer-left .nav .nav-item:not(:last-child) {
    padding-inline-end: 2.5rem;
  }
}
@media (max-width: 35.99875rem) {
  .top-main-footer-right .block-menu h2,
  .bottom-main-footer-left .block-menu h2 {
    font-size: 1rem;
  }
  .top-main-footer-right .nav .nav-item,
  .bottom-main-footer-left .nav .nav-item {
    font-size: 0.75rem;
  }
  .bottom-main-footer-left > .row {
    width: 100%;
  }
  .bottom-main-footer-left .nav {
    justify-content: space-between;
  }
  .bottom-main-footer-left .nav .nav-item:not(:last-child) {
    padding-inline-end: 1.5rem;
  }
  .bottom-main-footer-left .nav::after {
    content: unset;
  }
}
.main-site-footer {
  background-color: #303030;
  padding: 2.5rem 2.1875rem 1.6875rem 2.1875rem;
  border-radius: 1.40913rem;
}
.main-site-footer .nav-item .nav-link {
  position: relative;
}
.main-site-footer .nav-item .nav-link:hover::after, .main-site-footer .nav-item .nav-link.active::after {
  opacity: 1;
}
.main-site-footer .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: var(--menu-color, var(--landing-primary, #32c5f4));
  opacity: 0;
  transition: opacity 0.3s ease, width 0.3s ease;
}
@media (max-width: 47.99875rem) {
  .main-site-footer {
    padding: 2.5rem 0.9375rem 1.6875rem 0.9375rem;
  }
}
