.portal-home-footer-container {
  background-color: var(--portal-footer-background-color);
  color: var(--portal-footer-text-color);
  display: flex;
  flex-direction: column;
  isolation: isolate;
  min-height: 300px;
  padding: 0 2em;
  position: relative;
  scroll-snap-align: end;
  width: 100%;
}
.portal-home-footer-container .portal-footer-content {
  background-color: transparent;
  color: inherit;
  gap: 2em;
  margin: 0 auto;
  max-width: 1200px;
  padding: 4em 0;
  width: 100%;
}
@media (max-width: 800px) {
  .portal-home-footer-container .portal-footer-content {
    flex-direction: column !important;
    gap: 3em;
    padding: 3em 0;
  }
}
.portal-home-footer-container .portal-home-footer-section {
  background-color: transparent;
  color: inherit;
  flex: 1;
}
.portal-home-footer-container .portal-home-footer-section h3.neo-h3 {
  color: var(--portal-footer-text-color);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 1.5em;
  opacity: 0.9;
  text-transform: uppercase;
}
.portal-home-footer-container .portal-home-footer-section .neo-button.neo-button-ghost {
  --button-ghost-glyph-color: var(--portal-footer-text-color);
  --button-ghost-glyph-color-hover: var(--portal-footer-highlight-color);
  --button-ghost-text-color: var(--portal-footer-text-color);
  --button-ghost-text-color-hover: var(--portal-footer-highlight-color);
  justify-content: flex-start;
  margin-bottom: 0.5em;
  padding-left: 0;
}
.portal-home-footer-container .portal-home-footer-section .neo-button.neo-button-ghost:hover {
  background-color: var(--portal-footer-button-hover-background-color);
  border-radius: 4px;
}
.portal-home-footer-container .portal-home-footer-section .neo-button.neo-button-ghost .neo-button-glyph {
  font-size: 14px;
  margin-right: 0.8em;
  opacity: 0.7;
  width: 16px;
}
.portal-home-footer-container .portal-home-footer-section .neo-button.neo-button-ghost .neo-button-text {
  font-size: 0.95rem;
  opacity: 0.8;
}
.portal-home-footer-container .portal-home-footer-section .neo-button.neo-button-ghost:hover .neo-button-text, .portal-home-footer-container .portal-home-footer-section .neo-button.neo-button-ghost:hover .neo-button-glyph {
  opacity: 1;
}
.portal-home-footer-container .portal-footer-bottom {
  background-color: transparent;
  border-top: 1px solid rgba(128, 128, 128, 0.2);
  color: inherit;
  padding: 2em 0;
}
.portal-home-footer-container .portal-footer-bottom .neo-version {
  color: var(--portal-footer-text-color);
  font-size: 0.85rem;
  opacity: 0.6;
  text-align: center;
  width: 100%;
}

/*# sourceMappingURL=FooterContainer.css.map */