/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
.site-footer {
  background: transparent;
  margin-top: -3rem;
  position: relative;
  z-index: 2;
}

.footer-bottom {
  bottom: -40%;
}
.footer-bottom .footer-bottom-panel {
  position: relative;
  border-radius: 1.25rem;
  padding: 2rem 1.5rem;
  background: rgba(24, 10, 20, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
.footer-bottom .footer-bottom-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(closest-side at 30% 40%, rgba(255, 0, 153, 0.18), transparent 60%), radial-gradient(closest-side at 80% 70%, rgba(255, 140, 0, 0.14), transparent 55%);
  pointer-events: none;
}
.footer-bottom .footer-bottom-panel > * {
  position: relative;
  z-index: 1;
}
.footer-bottom .footer-bottom-panel .footer-copy-right {
  color: #919191;
  font-size: 0.96381rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.37688rem;
  text-transform: uppercase;
}
.footer-bottom .footer-bottom-panel .footer-copy-right p {
  margin: 0;
}
.footer-bottom .footer-bottom-divider {
  opacity: 0.15;
}
.footer-bottom nav ul,
.footer-bottom .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
}
.footer-bottom nav ul li + li,
.footer-bottom .menu li + li {
  margin-top: 0.75rem;
}
.footer-bottom nav ul a,
.footer-bottom .menu a {
  text-decoration: none;
  color: #fff;
  padding: 0;
}
.footer-bottom nav ul a:hover, .footer-bottom nav ul a:focus,
.footer-bottom .menu a:hover,
.footer-bottom .menu a:focus {
  color: #BD1C6A;
}
.footer-bottom .join-sela {
  padding-top: 1rem;
}
.footer-bottom nav h2,
.footer-bottom nav .block-title {
  font-size: 1rem;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}

.footer-top-section .images-wrapper {
  height: 577px;
}
.footer-top-section .images-wrapper .first-image {
  top: 183px;
}
.footer-top-section .btn-wrapper {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.footer-top-section .btn-wrapper:hover {
  color: #BD1C6A;
}
.footer-top-section .btn-wrapper:hover svg path {
  fill: #BD1C6A;
}
.footer-top-section .text-formatted p {
  margin: 1.5625rem 0;
}

.menu--social-media a {
  background-image: url("../../images/icons/social-media.svg");
  width: 36px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu--social-media a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
}
.menu--social-media .youtube:after {
  background-image: url("../../images/icons/youtube.svg");
}
.menu--social-media .instgram:after {
  background-image: url("../../images/icons/instgram.svg");
}
.menu--social-media .linkedin:after {
  background-image: url("../../images/icons/linkedin.svg");
}
.menu--social-media .twitter:after {
  background-image: url("../../images/icons/x.svg");
}
.menu--social-media ul {
  display: flex;
  flex-direction: row !important;
  gap: 12px;
  align-items: center;
  margin-top: 4.125rem !important;
}
.menu--social-media ul li {
  margin-top: 0 !important;
}