@charset "UTF-8";
footer.overflowing-footer-wrapper {
  position: relative;
  width: 100%;
  /* CLIPPING CONTAINER — JS sizes this */
}
@media screen and (max-width: 991px) {
  footer.overflowing-footer-wrapper {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    overflow: hidden;
  }
}
@media screen and (min-width: 991px) {
  footer.overflowing-footer-wrapper {
    padding-top: 40px;
  }
}
footer.overflowing-footer-wrapper .overflowing-bg-clip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0; /* JS sets */
  height: 0; /* JS sets */
}
@media screen and (max-width: 800px) {
  footer.overflowing-footer-wrapper .overflowing-bg-clip {
    min-width: 100% !important;
  }
}
@media screen and (min-width: 800px) {
  footer.overflowing-footer-wrapper .overflowing-bg-clip {
    overflow: hidden;
  }
}
footer.overflowing-footer-wrapper .overflowing-bg-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  pointer-events: none;
  transform-origin: bottom right;
}
@media screen and (max-width: 991px) {
  footer.overflowing-footer-wrapper .overflowing-bg-shape {
    display: none;
  }
}
footer.overflowing-footer-wrapper .overflowing-bg-shape-mobile {
  left: -90px !important;
  position: relative;
  width: 130%;
}
footer.overflowing-footer-wrapper .overflowing-footer-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  footer.overflowing-footer-wrapper .overflowing-footer-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 991px) {
  footer.overflowing-footer-wrapper .overflowing-footer-container {
    padding: 0 0 30px;
  }
}
@media screen and (min-width: 991px) {
  footer.overflowing-footer-wrapper .overflowing-footer-container {
    grid-template-columns: repeat(5, 1fr);
  }
}
footer.overflowing-footer-wrapper .accent-footer-col {
  background-image: url("../images/overflowing-bg-shape-mobile.svg");
  background-position: top 15% left 20%;
  background-size: 180%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 370px) {
  footer.overflowing-footer-wrapper .accent-footer-col {
    background-size: 160%;
  }
}
@media screen and (min-width: 380px) {
  footer.overflowing-footer-wrapper .accent-footer-col {
    background-position: bottom 75% left 20%;
    background-size: 150%;
  }
}
@media screen and (min-width: 410px) {
  footer.overflowing-footer-wrapper .accent-footer-col {
    background-position: bottom 70% left 20%;
    background-size: 145%;
  }
}
@media screen and (min-width: 450px) {
  footer.overflowing-footer-wrapper .accent-footer-col {
    background-position: top 30% left 20%;
    background-size: 145%;
  }
}
@media screen and (min-width: 500px) {
  footer.overflowing-footer-wrapper .accent-footer-col {
    background-position: bottom 60% left 20%;
    background-size: 170%;
  }
}
@media screen and (min-width: 550px) {
  footer.overflowing-footer-wrapper .accent-footer-col {
    background-position: bottom 57% left 20%;
    background-size: 143%;
  }
}
@media screen and (min-width: 640px) {
  footer.overflowing-footer-wrapper .accent-footer-col {
    background-position: bottom 55% left 20%;
  }
}
@media screen and (min-width: 700px) {
  footer.overflowing-footer-wrapper .accent-footer-col {
    background-position: top 50% left 38%;
    background-size: 155%;
  }
}
@media screen and (min-width: 830px) {
  footer.overflowing-footer-wrapper .accent-footer-col {
    background-position: top 55% left 38%;
  }
}
@media screen and (min-width: 768px) {
  footer.overflowing-footer-wrapper .accent-footer-col {
    grid-column: span 3;
  }
}
@media screen and (min-width: 991px) {
  footer.overflowing-footer-wrapper .accent-footer-col {
    grid-column: span 2;
    background-image: unset;
  }
}
footer.overflowing-footer-wrapper .accent-footer-inner {
  text-align: center;
  padding-bottom: 60px;
  padding-top: 40px;
  padding-inline: 20px;
}
@media screen and (min-width: 370px) {
  footer.overflowing-footer-wrapper .accent-footer-inner {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 410px) {
  footer.overflowing-footer-wrapper .accent-footer-inner {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 700px) {
  footer.overflowing-footer-wrapper .accent-footer-inner {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 991px) {
  footer.overflowing-footer-wrapper .accent-footer-inner {
    text-align: left;
    padding-right: 60px;
    padding-top: unset;
    padding-left: 0;
  }
}
footer.overflowing-footer-wrapper .accent-footer-inner p {
  color: #522A70;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  footer.overflowing-footer-wrapper .footer-col {
    padding: 0 15px;
  }
}
@media screen and (min-width: 991px) {
  footer.overflowing-footer-wrapper .footer-col {
    padding: 0;
  }
}
footer.overflowing-footer-wrapper .footer-socials {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  footer.overflowing-footer-wrapper .footer-socials.footer-socials-desktop {
    padding-inline: 15px;
  }
}
@media screen and (min-width: 800px) {
  footer.overflowing-footer-wrapper .footer-socials {
    margin-bottom: 40px;
  }
}
footer.overflowing-footer-wrapper .footer-hr {
  width: 100%;
  height: 1px;
  color: rgba(0, 0, 0, 0.3019607843);
  margin: 0;
}
footer.overflowing-footer-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer.overflowing-footer-wrapper ul li a {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  footer.overflowing-footer-wrapper .border-bottom-light-purple {
    border-bottom: 1px solid #F4E4FF;
  }
}

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