:root {
  --spark-library--foreground-secondary: #000000c2;
  --spark-library--white: white;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--light-steel-purple: #a695fb;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--foreground-interactive-hover: #1e116e;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.vimeo-player-overlay {
  pointer-events: none;
  background-color: #00000059;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.unmute-icon {
  color: #fff;
  width: 1em;
  height: 1em;
  font-size: 1.9em;
}

.background-gradient {
  z-index: 0;
  background-color: #000;
  flex: 0 auto;
  position: absolute;
  inset: 0%;
}

.custom-video-wrapper {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.vimeo-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-pause--icon {
  width: 1em;
  height: 1em;
  font-size: 1.7em;
}

.video-play-pause-toggle {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 1.5em 1.5em auto auto;
  overflow: visible;
}

.video-pause-wrapper {
  z-index: 1;
  color: #000;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-play-pause-wrapper {
  background-color: #ffffffe6;
  border-radius: 999em;
  width: 5em;
  height: 5em;
  transition: all .25s;
}

.video-play-pause-wrapper:hover {
  transform: scale(1.2);
}

.video-play-pause-wrapper:active {
  transform: scale(.95);
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.gutter-outside {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.video-vimeo-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.video-play-wrapper {
  z-index: 0;
  color: #000;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: .2em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.delete-background-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-unmute-wrapper {
  z-index: 3;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  outline-offset: 0px;
  color: #000;
  cursor: pointer;
  background-color: #ffffff21;
  border-radius: 999em;
  outline: 1px #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  font-size: 1em;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 10px 4em #0000001a;
}

.video-unmute-wrapper:hover {
  transform: scale(1.2);
}

.video-unmute-wrapper:active {
  transform: scale(.95);
}

.video-unmute-button {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 20px;
  display: flex;
  position: absolute;
}

.section-vimeo {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.body {
  background-color: #000;
}

.uui-navbar07_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar07_item-heading {
  color: #eaecf0;
  margin-top: 0;
  margin-bottom: .25rem;
  font-size: 14px;
  font-weight: 300;
}

.uui-dropdown-icon {
  color: #eaecf0;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-navbar07_component {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0e122547;
  border-bottom: 1px #f2f4f7;
  align-items: center;
  min-height: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.uui-navbar07_component.transparent {
  background-color: #00000040;
  padding-left: 1rem;
  display: none;
}

.uui-navbar07_logo-link {
  width: 180px;
  height: 50px;
  padding-left: 0;
}

.uui-navbar07_link {
  color: #fff;
  align-items: center;
  padding: .75rem 1rem;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: all .3s;
}

.uui-navbar07_link.w--current {
  color: #bebebe;
}

.uui-navbar07_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-navbar07_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar07_menu-button {
  padding: 0;
}

.uui-navbar07_menu-left {
  margin-right: 100px;
}

.uui-navbar07_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 100px;
  display: flex;
  position: static;
}

.uui-navbar07_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar07_dropdown-list.w--open {
  box-shadow: none;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #fff;
  background-color: #0a0713d6;
  border: 1px #eaecf014;
  border-radius: 0;
  width: 12rem;
  padding-left: 0;
  padding-right: 0;
  right: auto;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff26;
  border: 1px #7f56d9;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: .725rem 1rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  box-shadow: none;
  background-color: #ffffff26;
  border-color: #6941c6;
}

.uui-button-2:focus {
  box-shadow: none;
  background-color: #7f56d900;
  border-color: #7f56d900;
}

.uui-navbar07_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.text-block-108 {
  text-transform: none;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-block-108:hover {
  color: #fff;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  display: flex;
}

.text-block-96 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.uui-navbar07_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 92rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar07_dropdown-link {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  color: #fff;
  border-bottom: 1px solid #ffffff12;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar07_dropdown-link:hover {
  background-color: #140e24;
  border-bottom-style: none;
}

.uui-navbar07_dropdown-toggle {
  color: #475467;
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-size: 15px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar07_dropdown-toggle:hover {
  color: #24163a;
}

.spark-container {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  width: 100%;
  padding: 120px 100px 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: .8;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.spark-section p:hover {
  font-size: 18px;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-section.rm {
  padding-top: 100px;
}

.spark-section.rm.hide {
  display: none;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-icon.spark-20px-icon {
  color: #fff;
  align-items: center;
  width: 20px;
  padding: 2px;
  display: flex;
}

.spark-centered-900 {
  text-align: center;
  max-width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-team-member-details {
  max-width: 100%;
  margin-top: 20px;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-small-sub-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-vertical-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.spark-four-column-team-grid {
  grid-column-gap: 100px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spark-wrapped-team-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-team-card.spark-stacked {
  grid-column-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 15px;
}

.spark-wrapped-team-card.spark-stacked:hover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.spark-social-row {
  grid-column-gap: 24px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.nav-div-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-241 {
  font-size: 15px;
  font-weight: 500;
}

.text-block-241.white {
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 11px;
  text-decoration: none;
}

.uui-navbar04_menu-4 {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: space-between;
  width: 80%;
  height: auto;
  padding-left: 0;
  display: flex;
  position: static;
}

.uui-logo_logotype-7 {
  flex: none;
}

.uui-navbar04_logo-link-2 {
  padding-left: 0;
}

.uui-navbar04_link-4 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  margin-left: 0;
  padding: 1rem 10px 1rem 14px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.uui-navbar04_link-4:focus, .uui-navbar04_link-4:focus-visible, .uui-navbar04_link-4[data-wf-focus-visible], .uui-navbar04_link-4:visited {
  color: #fff;
}

.uui-navbar04_link-4.w--current {
  color: #e7e7e7;
  padding-right: 15px;
}

.icon-embed-custom-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .8rem;
  height: .8rem;
  display: flex;
}

.uui-navbar04_menu-right-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar04_menu-left-4 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.uui-navbar04_menu-button-2 {
  padding: 0;
}

.uui-navbar04_container-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-button-15 {
  grid-column-gap: .5rem;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #f1c500;
  border-width: 1px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: .925rem 1.125rem;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-button-15:hover {
  text-decoration: none;
}

.uui-button-15:focus {
  box-shadow: none;
}

.uui-button-15.chg {
  color: #fff;
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.uui-navbar04_component-4 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  background-color: #0000005c;
  border-bottom: 1px #0000000f;
  align-items: center;
  padding: 1.5rem 20px;
  font-weight: 300;
  position: fixed;
  inset: 0% 0% auto;
}

.uui-logo_component-6 {
  flex-wrap: nowrap;
  display: flex;
}

.uui-navbar04_button-wrapper-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container {
  color: #fff;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #fff;
  margin-left: 0;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 0;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.link-block {
  width: 100%;
  height: 100%;
}

.link-block-2 {
  width: 100%;
  height: 100%;
}

.link-block-3, .link-block-4 {
  width: 100%;
  height: 100%;
}

.link-block-5 {
  width: 100%;
  height: 100%;
}

.link-block-6 {
  width: 100%;
  height: 100%;
}

.udesly-code-snippet {
  display: none;
}

.udesly-gallery-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.youtube {
  background-color: #000;
  background-image: none;
  border-radius: 8px;
}

.youtube-2 {
  border-radius: 20px;
}

.youtube-3 {
  border: 1px #868686;
  border-radius: 0;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2.spark-primary-color-background {
  color: var(--spark-library--white);
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 60px;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.spark-social-link {
  background-color: var(--spark-library--white);
  color: var(--spark-library--foreground-interactive);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-social-link.dark {
  color: var(--spark-library--light-steel-purple);
  background-color: #000;
  width: 45px;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
}

.spark-social-link.dark:hover {
  color: var(--spark-library--background--interactive);
}

.spark-footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-bottom: 0;
}

.spark-brand {
  width: 132px;
  display: inline-block;
}

.spark-brand.spark-margin-bottom-32px {
  width: 250px;
}

.spark-footer-column {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.spark-footer-bottom {
  background-color: var(--spark-library--background--interactive);
  padding: 1rem 64px;
}

.spark-footer-bottom.spark-dark-background {
  color: var(--spark-library--white);
  background-color: #000;
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-button-text {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-flex-left {
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.spark-footer {
  width: 100%;
  position: relative;
}

.spark-footer-text {
  color: #bbb;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.spark-social-link-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  display: flex;
}

.spark-footer-link-with-icon {
  grid-column-gap: 12px;
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  align-items: center;
  min-height: 48px;
  padding: 12px 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
  transition: color .15s, border-color .15s, background-color .15s, opacity .15s;
  display: flex;
}

.spark-footer-link-with-icon:hover {
  opacity: 1;
  color: var(--spark-library--foreground-interactive-hover);
}

.spark-social-icon-svg {
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  width: 25px;
  height: 30px;
  display: flex;
}

.spark-social-icon-svg:hover {
  color: #fff;
}

.code-embed {
  margin-bottom: 0;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spark-container-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container-3.chg {
  max-width: 440px;
}

.spark-section-3 {
  width: 100%;
  padding: 0 64px 176px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-3 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-3 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-3 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-3 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-3 li {
  margin-bottom: .5rem;
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-flex-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-2.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row-2.spark-5-spacing.spark-flipped-row {
  flex-flow: column;
}

.spark-flex-row-2.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

.spark-hero-section-image {
  border-radius: 8px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  display: block;
}

.spark-hero-section-left-side {
  width: 50%;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-button-text-2 {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-lightbox-link {
  text-decoration: none;
}

.spark-lightbox-button {
  grid-column-gap: 16px;
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.spark-lightbox-button:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-tiny-icon {
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.spark-icon-2 {
  width: 12px;
  display: inline-block;
}

.spark-icon-2.spark-20px-icon {
  align-items: center;
  width: 20px;
  padding: 2px;
  display: flex;
}

.spark-centered-901 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-secondary-paragraph-3 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-team-member-details-2 {
  max-width: 100%;
}

.spark-bold-heading-2 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-small-sub-paragraph-2 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-vertical-image-2 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 90%;
}

.spark-four-column-team-grid-2 {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.spark-wrapped-team-card-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-team-card-2.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 8px 0;
  transition: border-color .15s;
}

.spark-wrapped-team-card-2.spark-stacked:hover {
  border: 1px solid var(--spark-library--foreground-secondary);
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.spark-social-row-2 {
  grid-column-gap: 24px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.link-block-7 {
  text-decoration: none;
}

.vimeo-player-overlay-2 {
  pointer-events: none;
  background-color: #00000059;
  position: absolute;
  inset: 0%;
}

.unmute-icon-2 {
  color: #fff;
  width: 1em;
  height: 1em;
  font-size: 1.9em;
}

.custom-video-wrapper-2 {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 0;
  display: flex;
  position: relative;
}

.vimeo-embed-2 {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.video-play-pause-toggle-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 760px 1.5em auto auto;
}

.video-vimeo-wrapper-2 {
  width: 100%;
  height: 100vh;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.video-unmute-wrapper-2 {
  z-index: 3;
  box-shadow: none;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  color: #000;
  cursor: pointer;
  background-color: #ffffff26;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  font-size: 1em;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.video-unmute-wrapper-2:hover {
  transform: scale(1.2);
}

.video-unmute-wrapper-2:active {
  transform: scale(.95);
}

.video-unmute-button-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 20px;
  display: flex;
  position: absolute;
}

.cf-mission-section {
  color: #fff;
  background-color: #0000;
  padding-top: 0;
  font-family: Bricolage Grotesque, sans-serif;
  position: relative;
}

.mission-image-container {
  width: 30%;
  max-width: 340px;
}

.mission-grid-text-wrapper {
  width: 100%;
  max-width: 100%;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.white {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 132%;
}

.cf-h3-heading-40px.white.nt {
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 20px;
  line-height: 159%;
}

.cf-mission-upper-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 64px;
  display: flex;
}

.cf-mission-hero-image-wrapper {
  width: 100%;
  max-width: 700px;
  margin-left: 95px;
}

.cf-yellow-king-text-span {
  color: #fff;
  text-transform: capitalize;
  border: 1px #ffffff30;
  border-radius: 6px;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 50px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
}

.cf-heading-animation-div {
  width: auto;
  margin-bottom: 20px;
}

.cf-heading-animation-div.no-gapps {
  margin-bottom: 0;
}

.cf-mission-image-wrapper {
  width: 100%;
  max-width: 340px;
  height: 100%;
}

.cf-mission-image-wrapper.small {
  width: 100%;
  max-width: 180px;
  margin-right: 18%;
  display: none;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.mission-flex {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1100px;
  padding-top: 180px;
  padding-bottom: 100px;
}

.cf-image-animation-div {
  width: auto;
}

.cf-mission-line-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cf-mission-special-image {
  border-radius: 8px;
  width: 100%;
  max-width: 240px;
  position: absolute;
  inset: auto auto 400px -180px;
}

.cf-mission-image {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.cf-mission-text-grid {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

.cf-body---18px {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-body---18px.white {
  color: #fff;
  width: 100%;
  margin-bottom: 45px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
}

.cf-mission-text-container {
  z-index: 111;
  width: 65%;
  padding-top: 35px;
  position: relative;
}

.cf-mission-image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  place-items: center end;
  width: 100%;
}

.body-2 {
  background-color: #000;
  font-family: Bricolage Grotesque, sans-serif;
}

.quick-stack {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.cell {
  justify-content: center;
  align-items: center;
}

.cell-2, .cell-3, .cell-4, .cell-5 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-2 {
  margin-top: 50px;
}

.container-2 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.bold-text {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.img-parent-side {
  pointer-events: none;
  width: 5rem;
  height: 7rem;
  position: absolute;
  top: 0;
  right: -8rem;
}

.img-cover-nav {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.border-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  transform: translate(-100%);
}

.scroll-child {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.border-line-parent {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.scroll-parent {
  width: 100%;
  height: 600vh;
}

.styles {
  color: #000;
  position: absolute;
  inset: 0% auto auto 0%;
}

.title-intro {
  color: #ffbf99;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-parent {
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-parent {
  z-index: 10;
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.script {
  color: #fff;
  margin-top: 4rem;
  font-size: 4rem;
  font-weight: 400;
}

.side-nav {
  z-index: 999;
  flex-flow: column;
  width: 12rem;
  display: flex;
  position: absolute;
  inset: 4rem auto auto 1rem;
}

.side-nav-item {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: .4rem;
  padding-bottom: .4rem;
  display: flex;
  position: relative;
}

.text-caps-nav {
  text-transform: uppercase;
}

.hero-parent {
  background-image: linear-gradient(135deg, #fb8c44, #ffb891);
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: clip;
}

.img-parent-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-span {
  text-transform: capitalize;
  font-size: 50px;
}

.text-span-2 {
  color: #f2c500;
}

.icon-embed-custom {
  color: var(--spark-library--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 30px;
  display: flex;
}

.icon-embed-custom-9, .icon-embed-custom-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
}

.icon-embed-custom-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 30rem;
  display: flex;
}

.icon-embed-custom-12 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11rem;
  height: 2rem;
  display: flex;
}

.speaker-slide-mask {
  width: 33.33%;
  overflow: visible;
}

.speaker-slide-content {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 36px;
  display: flex;
  position: relative;
}

.slide-nav {
  display: none;
}

.speakers-hero-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.speaker-slider {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.clip-text {
  overflow: hidden;
}

.clip-text.speaker-headding {
  margin-top: -48px;
  margin-bottom: 36px;
}

.speaker-arrow {
  background-color: #1e2029;
  border: 1px #ffffff0a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 16px 0 0;
  inset: auto 5vw 5vw auto;
}

.speaker-arrow.left {
  margin-right: 72px;
  padding-top: 16px;
  left: auto;
  right: 5vw;
}

.speaker-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.speaker-image.one {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/IMG_8773.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.speaker-image.three {
  background-image: url('../images/Portrait001.jpg');
  background-position: 100% 0;
  margin-right: 0;
}

.speaker-image.five {
  background-image: url('../images/Portrait006.jpg');
  background-position: 0 0;
  width: 101%;
}

.speaker-image.four {
  background-image: url('../images/Portrait0018.jpeg');
  background-position: 50% 0;
}

.speaker-image.two {
  background-image: url('../images/3301A63A-1D23-45A1-BB8B-7446AB5DA1AD.jpeg');
}

.speaker-image.six {
  background-image: url('../images/277E7BFC-45F2-474E-8912-D848F5C65239.jpeg');
  background-position: 50% 0;
}

.speaker-image.team-one {
  background-image: url('../images/6AF85B7C-1245-46E2-8AFE-F50C5D90C0BD.jpeg');
  background-position: 50%;
}

.speaker-image.team-four {
  background-image: url('../images/6AF85B7C-1245-46E2-8AFE-F50C5D90C0BD.jpeg');
}

.speaker-image.team-three {
  background-image: url('../images/87CDCF87-ADAF-4549-8105-0F634D90F51E.jpeg');
}

.speaker-image.team-two {
  background-image: url('../images/6DEFB336-5094-4C2F-810B-E45405C98429.jpeg');
}

.speaker-slider-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.speaker-info {
  max-width: 500px;
  margin-bottom: 36px;
}

.speaker-image-cover {
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.speaker-name {
  z-index: 10;
  color: #fff;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 64px;
  position: relative;
}

.button {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f2c500;
  border: 1px #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: .925rem 32px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.slide-image {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 65vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-image.team-gallery {
  height: 100%;
}

.body-display {
  color: #8a94a6;
  line-height: 1.55em;
}

.body-display.large {
  color: #fff;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
}

.slide-arrow {
  width: 18px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.section.home-hero-section {
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding: 0 0;
  overflow: hidden;
}

.section.no-top-padding {
  padding-top: 100px;
  padding-bottom: 220px;
}

.section.thin-section {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.text-block-242 {
  letter-spacing: 1px;
  line-height: 12px;
}

.text-block-243 {
  letter-spacing: 1px;
  line-height: 14px;
}

.text-span-3 {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.text-span-4 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-5 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.unit_she-creates {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: .8em;
  display: flex;
}

.global-footer {
  color: #86868b;
  letter-spacing: -.01em;
  background-color: #1d1d1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 1024px;
  font-size: 12px;
  line-height: 1.33337em;
  display: flex;
}

.module_canvas {
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.module_canvas.module_canvas-0 {
  overflow: visible;
}

.module_canvas.module_canvas-2 {
  z-index: auto;
  overflow: visible;
}

.module_canvas.module-canvas-3 {
  z-index: auto;
  pointer-events: none;
  overflow: visible;
}

.module_canvas.module_canvas-1 {
  overflow: visible;
}

.module_canvas.module_canvas-2 {
  z-index: auto;
}

.module_canvas.module-canvas-3 {
  z-index: auto;
  pointer-events: none;
}

.unit_programs {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 400px;
  padding-bottom: 0;
  display: flex;
}

.ac-gf-directory-column-section-title {
  color: #f5f5f7;
  letter-spacing: -.01em;
  margin-top: 0;
  padding-top: 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3337em;
}

.ac-gf-directory-column-section-title.top {
  padding-top: 0;
}

.module_heading {
  color: #fff;
  max-width: 650px;
  margin-top: 17px;
  font-size: 80px;
  line-height: 80px;
}

.paragraph {
  color: #86868b;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.19048em;
}

.ac-gf-directory-column-section-link {
  color: #a1a1a6;
  text-decoration: none;
}

.ac-gf-directory-column-section-link:hover {
  text-decoration: underline;
}

.ac-gf-footer {
  padding-top: 34px;
  padding-bottom: 21px;
}

.cta-links {
  margin-top: 2em;
}

.cta-links.more-programs {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-link-blue {
  color: #2997ff;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
}

.text-link-blue:hover {
  text-decoration: underline;
}

.item-image {
  z-index: 1;
  position: relative;
}

.item-image.more-programs {
  object-fit: cover;
  object-position: 40% 50%;
  width: 100%;
  height: 100%;
}

.image-2 {
  padding-right: 5px;
}

.bio-right {
  color: #a1a1a6;
  text-align: left;
  width: 280px;
  font-size: 16px;
  font-weight: 400;
  transform: translate(142px, -61px);
}

.footer-column {
  flex-direction: column;
}

.ac-gf-footer-legal {
  align-items: stretch;
  margin-top: 5px;
  display: flex;
  position: relative;
}

.copy-wrapper.more-programs {
  max-width: 360px;
}

.copy-wrapper.she-creates {
  max-width: 580px;
}

.page-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-family: Bricolage Grotesque, sans-serif;
}

.ac-gf-footer-legal-link {
  cursor: pointer;
  border-bottom: 1px #ffffffeb;
  border-right: 1px solid #424245;
  margin-right: 7px;
  padding-right: 10px;
  font-weight: 300;
}

.ac-gf-footer-legal-link:hover {
  text-decoration: underline;
}

.ac-gf-footer-legal-link.last {
  border-right-style: none;
  margin-right: 0;
  padding-right: 0;
}

.text-link-icon {
  margin-left: 5px;
}

.mobile-burger-line {
  background-color: #fff;
  width: 60%;
  height: 1px;
}

.gn-content {
  z-index: 5;
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.gn-list {
  justify-content: space-between;
  align-items: center;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
}

.cta-link {
  color: #86868b;
  letter-spacing: .011em;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  font-size: 21px;
  text-decoration: none;
  transition: filter .2s;
  display: flex;
}

.cta-link:hover {
  filter: brightness(200%);
}

.globalnav {
  z-index: 9999;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: #000c;
  justify-content: center;
  width: 100%;
  height: 44px;
  font-size: 12px;
  line-height: 1.33337em;
  position: fixed;
}

.description {
  color: gray;
  margin-top: .8em;
  font-weight: 400;
}

.description.more-programs {
  margin-top: 1.4em;
}

.ac-gf-directory-column-section-item {
  margin-bottom: .8em;
}

.headline {
  color: #fff;
  letter-spacing: -.003em;
  margin-top: 1.5em;
  margin-bottom: 1.08em;
  font-size: 50px;
}

.gn-link {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.gn-link:hover {
  opacity: .7;
}

.gn-link.search {
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.gn-link.bag {
  background-image: url('../images/bag.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.gn-link.gn-apple {
  background-image: url('../images/apple-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 44px;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.item-bio {
  z-index: 1;
  color: #f5f5f7;
  letter-spacing: .012em;
  width: 280px;
  font-size: 19px;
  font-weight: 600;
  position: absolute;
}

.item-bio:hover {
  opacity: 1;
}

.gf-accordion-title {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3337em;
}

.ac-gf-footer-shop {
  letter-spacing: normal;
  border-bottom: 1px solid #424245;
  margin-bottom: 7px;
  padding-bottom: 8px;
  display: flex;
}

.bio-left {
  color: #a1a1a6;
  text-align: left;
  width: 280px;
  font-size: 16px;
  font-weight: 400;
  transform: translate(-150px, -43px);
}

.bio-left:hover {
  display: block;
}

.she-creates-image {
  width: 820px;
  max-width: 1068px;
}

.button-2 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f2c500;
  border: 1px #fff;
  border-radius: 6px;
  padding: 14px 25px;
  font-size: 11px;
}

.button-2:hover {
  outline-offset: 0px;
  border-style: none;
  outline: 1px #fff;
}

.ac-gf-footer-locale {
  float: right;
  color: #d2d2d7;
  display: flex;
  position: relative;
}

.gf-accordion-wrapper {
  display: none;
}

.headline-mask {
  display: inline-block;
}

.headline-mask.mask-3 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 106px;
  line-height: 90px;
}

.container-3 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  background-color: #141414;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 400px) minmax(200px, 400px);
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  padding-bottom: 100px;
}

.container-3.she-creates {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px 100px;
  display: flex;
}

.container-3.more-programs {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 400px) minmax(200px, 400px);
  grid-auto-columns: 1fr;
  display: grid;
}

.ac-gf-directory.with-5-columns {
  grid-column-gap: 20px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-content: stretch space-between;
  margin-top: 20px;
}

.module_item {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  padding: 30px;
  position: absolute;
  transform: translate(0);
}

.module_item.module_item-17 {
  transform: translate(326px, 804px);
}

.module_item.module_item-19 {
  transform: translate(804px, 833px);
}

.module_item.module_item-6 {
  transform: translate(-675px, -639px);
}

.module_item.module_item-13 {
  transform: translate(-1127px, -324px);
}

.module_item.module_item-18 {
  transform: translate(772px, 494px);
}

.module_item.module_item-9 {
  transform: translate(-150px, -394px);
}

.module_item.module_item-10 {
  transform: translate(689px, -711px);
}

.module_item.module_item-0 {
  transform: translate(-331px, 395px);
}

.module_item.module_item-20 {
  transform: translate(940px, 150px);
}

.module_item.module_item-8 {
  transform: translate(509px, 72px);
}

.module_item.module_item-5 {
  transform: translate(-710px, 800px);
}

.module_item.module_item-15 {
  transform: translate(1125px, -590px);
}

.module_item.module_item-3 {
  transform: translate(-627px, -257px);
}

.module_item.module_item-11 {
  transform: translate(-531px, 51px);
}

.module_item.module_item-4 {
  transform: translate(87px, -742px);
}

.module_item.module_item-16 {
  transform: translate(808px, -288px);
}

.module_item.module_item-7 {
  transform: translate(-230px, 755px);
}

.module_item.module_item-1 {
  transform: translate(213px, 423px);
}

.module_item.module_item-12 {
  transform: translate(-1062px, 86px);
}

.module_item.module_item-2 {
  transform: translate(400px, -362px);
}

.module_item.module_item-14 {
  transform: translate(-777px, 422px);
}

.ac-gf-footer-legal-copyright {
  margin-right: 30px;
}

.item-image-wrapper {
  transform: ;
  width: 100%;
  transition: opacity .3s ease-out;
  position: relative;
}

.item-image-wrapper.matrix-1 {
  perspective: 200px;
  transform: ;
}

.item-image-wrapper.more-programs {
  height: 458px;
}

.text-link {
  color: #f5f5f7;
  letter-spacing: normal;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.subhead {
  color: #fff;
  letter-spacing: .007em;
  margin-top: 1.3em;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.125em;
}

.subhead.more-programs {
  letter-spacing: .004em;
  margin-top: 1.35em;
}

.image {
  margin-left: 10px;
}

.section-2 {
  position: relative;
}

.ac-gf-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 980px;
  padding-left: 22px;
  padding-right: 22px;
}

.gn-bread {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: none;
}

.module_copy {
  pointer-events: auto;
  box-shadow: 1px 1px 20px #000;
}

.module {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.ac-gf-footer-legal-links {
  color: #ffffffeb;
  margin-right: 30px;
  display: flex;
}

.scroll-for-more {
  z-index: 6;
  background-image: linear-gradient(#0000, #000);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-span-7 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-8 {
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.module_heading-2 {
  max-width: 510px;
  margin-top: 17px;
}

.module-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-2 {
  color: #86868b;
  letter-spacing: .011em;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.19048em;
}

.bio-right-2 {
  color: #a1a1a6;
  text-align: left;
  width: 300px;
  font-weight: 500;
  transform: translate(205px, -102px);
}

.bio-left-2 {
  color: #a1a1a6;
  text-align: left;
  width: 300px;
  transform: translate(-147px, -56px);
}

.bio-left-2:hover {
  display: block;
}

.image-3 {
  margin-left: 10px;
}

.paragraph-3 {
  color: #86868b;
  font-size: 16px;
}

.paragraph-4 {
  font-size: 16px;
}

.text-block-244 {
  font-size: 18px;
  font-weight: 300;
}

.spark-footer-text-copy {
  color: #bbb;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.bold-text-2, .bold-text-3 {
  color: #fff;
}

.container-4 {
  max-width: 100%;
}

.heading {
  color: #fff;
  letter-spacing: 4px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.overlay-social {
  z-index: 1;
  background-color: #00000080;
  display: none;
  position: absolute;
  inset: 0%;
}

.clip {
  overflow: hidden;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  position: relative;
}

.wrapper.shade-wrapper {
  background-color: #1e2029;
  position: static;
}

.social-block {
  color: #fff;
  border: 1px #ffffff17;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-block:hover {
  z-index: 10;
}

.social-block.tl-tr {
  border-top-style: solid;
  border-bottom-width: 0;
  border-left-style: solid;
  border-right-width: 0;
}

.social-block.tl {
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-style: solid;
  border-right-width: 0;
}

.social-block.trl {
  border-top-style: solid;
}

.background-shade {
  z-index: 5;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.reg-icon {
  z-index: 10;
  width: 48px;
  margin-bottom: 12px;
  position: relative;
  box-shadow: 0 9px 36px -8px #0000003d;
}

.social-items {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 120%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  position: relative;
}

.box {
  background-color: #fff;
  margin-bottom: -160px;
  margin-left: -6vw;
  position: relative;
}

.about-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 5vw;
  display: flex;
}

.large-heading {
  color: #fff;
  font-size: 54px;
}

.half-dual {
  grid-column-gap: 6vw;
  grid-row-gap: 56px;
  grid-template-rows: 1fr minmax(400px, 1.5fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1300px;
  margin-top: 36px;
  display: grid;
}

.social-icon {
  z-index: 1;
  width: 48px;
  margin-bottom: 12px;
  position: relative;
}

.background-cover {
  background-color: #1e2029;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.box-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 0;
  display: grid;
}

.social-cred {
  z-index: 100;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-hover {
  background-color: #2a2c34;
  border-radius: 100%;
  width: 6vw;
  height: 6vw;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.circle-hover.white {
  z-index: 0;
  background-color: #fff;
  top: -6vw;
  right: -6vw;
}

.text-span-9 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 50px;
}

.centered-call-to-action {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.background-fill {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.call-to-action-heading {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.gradient-background-fill {
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  min-width: 100vw;
  height: 100%;
}

.feature-icon-wrapper {
  background-color: #2a2c34;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
  display: flex;
}

.feature-icon-wrapper.white {
  color: #dbe2f0;
  letter-spacing: -.05em;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.heading-2 {
  color: #fff;
  margin-top: 10px;
  font-family: Bricolage Grotesque, sans-serif;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  color: #fff;
}

@media screen and (min-width: 1440px) {
  .section.home-hero-section {
    min-height: 60vh;
  }

  .module_canvas.module_canvas-0, .module_canvas.module_canvas-2 {
    overflow: visible;
  }

  .module_canvas.module-canvas-3 {
    overflow: hidden;
  }

  .module_canvas.module_canvas-1 {
    overflow: visible;
  }

  .headline {
    color: #fff;
    font-family: Bricolage Grotesque, sans-serif;
    font-weight: 800;
  }

  .she-creates-image {
    width: 70%;
    height: 60%;
  }

  .module {
    overflow: hidden;
  }

  .text-span-6 {
    -webkit-text-fill-color: transparent;
    background-image: url('../images/Gradient-Blur-001.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
  }
}

@media screen and (max-width: 991px) {
  .vimeo-embed {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .video-play-pause-wrapper:hover {
    transform: none;
  }

  .video-play-pause-wrapper:active {
    transform: scale(.9);
  }

  .video-vimeo-wrapper {
    height: 100vh;
  }

  .video-play-wrapper:active {
    transform: scale(.9);
  }

  .video-unmute-wrapper:hover {
    transform: none;
  }

  .video-unmute-wrapper:active {
    transform: scale(.9);
  }

  .video-unmute-button {
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .menu-icon_line-top {
    background-color: #fff;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar07_dropdown-link-list {
    background-color: #0000;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar07_item-heading {
    color: #22173e;
    font-size: 15px;
  }

  .uui-dropdown-icon {
    color: #221941;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar07_link {
    color: #201940;
    width: 100%;
    padding: .75rem 0;
    font-size: 18px;
  }

  .uui-navbar07_link:hover {
    color: #8f8f8f;
  }

  .uui-navbar07_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    padding-bottom: 0;
  }

  .uui-navbar07_menu-button.w--open {
    background-color: #0000;
  }

  .uui-navbar07_menu-left {
    grid-column-gap: 60px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
    margin-right: 0;
    display: flex;
  }

  .menu-icon_line-middle {
    background-color: #fff;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar07_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-top: 1px #f2f4f7;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 4rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar07_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar07_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list.w--open {
    box-shadow: none;
    background-color: #0a071300;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .uui-button-2 {
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }

  .uui-navbar07_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .menu-icon_line-bottom {
    background-color: #fff;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block-96 {
    color: #1f1940;
    font-size: 18px;
  }

  .uui-navbar07_dropdown-link {
    border-bottom-color: #3838380d;
    padding-left: .8rem;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar07_dropdown-toggle {
    color: #101828;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle:hover {
    color: #101828;
  }

  .spark-section {
    padding-top: 60px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section h2 {
    font-weight: 500;
  }

  .spark-section p {
    font-size: 18px;
    font-weight: 300;
  }

  .spark-section.rm {
    padding-top: 60px;
  }

  .spark-vertical-image {
    border-radius: 0;
  }

  .spark-four-column-team-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-wrapped-team-card {
    width: 45%;
  }

  .nav-div-2 {
    color: #fff;
    border-bottom: 1px solid #1d1d1d;
    margin-right: 0;
    padding: 0 1rem 1rem;
  }

  .menu-icon_line-middle-inner-3 {
    background-color: #fff;
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom-8 {
    background-color: #fff;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block-241.white {
    letter-spacing: 2px;
    font-family: Bricolage Grotesque, sans-serif;
    font-weight: 400;
  }

  .uui-navbar04_menu-4 {
    color: #fff;
    object-fit: cover;
    background-color: #000;
    border-top: 1px solid #f2f4f70d;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    margin-left: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1px;
    position: absolute;
    overflow: auto;
  }

  .menu-icon_component-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 15px;
    display: flex;
  }

  .uui-navbar04_link-4 {
    width: 100%;
    padding: .75rem 0;
    text-decoration: none;
    transition: all .3s;
  }

  .uui-navbar04_link-4:hover {
    color: #fff;
  }

  .uui-navbar04_link-4:active {
    font-weight: 500;
  }

  .menu-icon_line-top-8 {
    background-color: #fff;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar04_menu-right-2 {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 220px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar04_menu-left-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #101828;
    flex-flow: column;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 1px;
  }

  .menu-icon_line-middle-8 {
    background-color: #fff;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar04_menu-button-2.w--open {
    background-color: #0000;
  }

  .uui-button-15 {
    border-style: none;
    border-color: #000;
    border-radius: 8px;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .uui-navbar04_component-4 {
    border-bottom-color: #00000012;
    padding-left: 1rem;
    padding-right: 1rem;
    position: fixed;
    inset: 0% 0% auto;
  }

  .uui-navbar04_button-wrapper-2 {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .container {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .udesly-gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-footer-grid {
    grid-row-gap: 64px;
    grid-template-columns: 2.25fr;
  }

  .spark-footer-column {
    align-items: flex-start;
    min-width: 180px;
  }

  .spark-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section-3 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-four-column-team-grid-2 {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-wrapped-team-card-2 {
    width: 45%;
  }

  .spark-wrapped-team-card-2.spark-stacked {
    width: 100%;
  }

  .vimeo-embed-2 {
    position: absolute;
  }

  .video-unmute-wrapper-2:hover {
    transform: none;
  }

  .video-unmute-wrapper-2:active {
    transform: scale(.9);
  }

  .mission-image-container {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
  }

  .cf-mission-upper-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .cf-mission-hero-image-wrapper {
    grid-column-gap: 40px;
    align-items: center;
    margin-top: 64px;
    margin-left: 0;
    display: flex;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .cf-mission-special-image {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .cf-body---18px {
    line-height: 150%;
  }

  .cf-mission-text-container {
    width: 100%;
  }

  .cf-mission-image-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .speaker-slide-mask {
    width: 65%;
  }

  .clip-text.speaker-headding {
    margin-top: -36px;
    margin-bottom: 24px;
  }

  .speaker-info {
    max-width: 470px;
  }

  .speaker-name {
    font-size: 52px;
  }

  .slide-image {
    height: 50vh;
    min-height: 500px;
  }

  .slide-image.team-gallery {
    min-height: 300px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.home-hero-section {
    height: 100vh;
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .section.thin-section {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .text-span-4 {
    background-position: 50%;
  }

  .global-footer {
    min-width: 768px;
    max-width: 991px;
  }

  .unit_programs {
    width: 340px;
  }

  .footer-column {
    flex-direction: column;
    align-items: stretch;
    max-width: none;
    display: flex;
  }

  .ac-gf-footer-legal {
    flex-direction: column;
  }

  .gn-content {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .gn-list {
    width: 100%;
    padding-left: 10px;
    padding-right: 0;
  }

  .globalnav {
    height: 48px;
    display: block;
  }

  .gn-link {
    width: 48px;
    height: 48px;
    display: none;
  }

  .gn-link.bag, .gn-link.gn-apple, .item-bio {
    display: block;
  }

  .she-creates-image {
    width: auto;
    max-width: 768px;
    height: 389px;
  }

  .ac-gf-directory.with-5-columns {
    margin-bottom: 20px;
    overflow: visible;
  }

  .item-image-wrapper.more-programs {
    height: 325px;
  }

  .ac-gf-content {
    width: auto;
  }

  .gn-bread {
    display: flex;
  }

  .ac-gf-footer-legal-links {
    margin-top: 5px;
  }

  .social-block {
    cursor: default;
  }

  .social-text {
    display: none;
  }

  .social-items {
    background-size: auto 160%;
    width: 100%;
    height: 100%;
  }

  .box {
    min-height: 400px;
    margin-bottom: -140px;
  }

  .large-heading {
    font-size: 48px;
  }

  .half-dual {
    grid-row-gap: 36px;
    grid-template-rows: minmax(200px, 1fr);
    grid-template-columns: 1fr;
  }

  .gradient-background-fill {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .video-play-pause-toggle {
    top: 1em;
    right: 1em;
  }

  .video-play-pause-wrapper {
    font-size: .8em;
  }

  .video-unmute-wrapper {
    font-size: .9em;
  }

  .section-vimeo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-navbar07_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .uui-navbar07_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar07_link {
    font-size: 1rem;
  }

  .uui-navbar07_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-navbar07_dropdown-toggle {
    font-size: 1rem;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-centered-900 {
    margin-bottom: 40px;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-four-column-team-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-wrapped-team-card {
    width: 100%;
  }

  .spark-wrapped-team-card.spark-stacked {
    width: 45%;
  }

  .nav-div-2 {
    border-bottom: 1px solid #00000024;
    padding-bottom: 1.6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar04_menu-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar04_link-4 {
    font-weight: 400;
  }

  .uui-navbar04_menu-right-2 {
    margin-top: 140px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-15 {
    border-style: none;
    border-color: #000;
    font-size: 1rem;
  }

  .uui-navbar04_component-4 {
    min-height: 4.5rem;
    padding: 10px 1rem;
  }

  .uui-logo_component-6 {
    max-width: 119rem;
    height: 4rem;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
  }

  .div-block {
    grid-template-columns: .5fr 1.25fr;
  }

  .spark-container-3 {
    width: 100%;
  }

  .spark-container-3.chg {
    max-width: 100%;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row-2.spark-5-spacing.spark-flipped-row {
    flex-direction: column-reverse;
  }

  .spark-flex-row-2.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-hero-sub-paragraph, .spark-secondary-paragraph-3 {
    margin-bottom: 32px;
  }

  .spark-small-sub-paragraph-2 {
    line-height: 1.3;
  }

  .spark-four-column-team-grid-2 {
    flex-flow: row;
  }

  .spark-wrapped-team-card-2 {
    width: 100%;
  }

  .video-play-pause-toggle-2 {
    top: 1em;
    right: 1em;
  }

  .video-unmute-wrapper-2 {
    font-size: .9em;
  }

  .cf-h3-heading-40px {
    font-size: 22px;
  }

  .cf-mission-image-wrapper.small {
    margin-right: 0;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-mission-special-image {
    width: 30%;
  }

  .cf-body---18px {
    font-size: 16px;
  }

  .speaker-slide-mask {
    width: 90%;
  }

  .speaker-name {
    font-size: 48px;
  }

  .slide-image {
    min-height: 400px;
  }

  .slide-image.team-gallery {
    min-height: 250px;
  }

  .icon {
    font-size: 14px;
  }

  .global-footer {
    min-width: auto;
    max-width: none;
  }

  .gf-accordion-content {
    margin-top: 5px;
    margin-bottom: 16px;
    overflow: hidden;
  }

  .module_heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .paragraph {
    font-size: 13px;
    font-weight: 400;
  }

  .ac-gf-directory-column-section-link {
    color: #86868b;
    padding: 6px 14px;
    display: block;
  }

  .ac-gf-footer {
    flex-direction: column;
    max-width: 767px;
    padding-top: 17px;
    padding-bottom: 19px;
    display: flex;
  }

  .cta-links.more-programs {
    flex-direction: row;
  }

  .ac-gf-footer-legal {
    margin-top: 0;
    padding-top: 15px;
  }

  .cta-link {
    margin-top: 10px;
    font-size: 19px;
  }

  .description.more-programs {
    margin-top: 10px;
  }

  .ac-gf-directory-column-section-item {
    margin-bottom: 0;
  }

  .item-bio {
    z-index: 1000;
    display: block;
  }

  .gf-accordion-title {
    font-weight: 400;
  }

  .ac-gf-footer-shop {
    border-bottom-style: none;
    flex-flow: wrap;
  }

  .ac-gf-directory-column-section-list {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 16px;
    overflow: hidden;
  }

  .she-creates-image {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .ac-gf-footer-locale {
    align-items: center;
    margin-top: 5px;
    padding-top: 5px;
  }

  .gf-accordion-wrapper {
    margin-top: 20px;
    display: block;
  }

  .headline-mask.mask-3 {
    font-size: 70px;
    line-height: 60px;
  }

  .container-3.more-programs {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: minmax(200px, 400px);
  }

  .ac-gf-directory.with-5-columns {
    display: none;
  }

  .module_item {
    padding: 0;
  }

  .module_item.module_item-9 {
    transform: translate(-110px, -334px);
  }

  .module_item.module_item-0 {
    transform: translate(-210px, 310px);
  }

  .module_item.module_item-11 {
    transform: translate(-383px, -57px);
  }

  .module_item.module_item-1 {
    transform: translate(213px, 320px);
  }

  .module_item.module_item-2 {
    transform: translate(190px, -267px);
  }

  .copyright {
    margin-top: 5px;
  }

  .item-image-wrapper {
    background-image: url('../images/she-creates_1she-creates.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .subhead.more-programs {
    margin-top: 30px;
  }

  .ac-gf-content {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .gf-accordion-item {
    border-bottom: 1px solid #424245;
    flex-direction: column;
    display: flex;
  }

  .gf-accordion-trigger {
    color: #f5f5f7;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    overflow: hidden;
  }

  .ac-gf-footer-legal-links {
    margin-right: 0;
  }

  .module_heading-2 {
    font-size: 48px;
  }

  .paragraph-2 {
    font-size: 19px;
    font-weight: 400;
  }

  .box {
    margin-bottom: -100px;
  }

  .about-wrapper {
    padding-left: 0;
  }

  .large-heading {
    font-size: 42px;
  }

  .background-cover {
    width: 100%;
  }

  .centered-call-to-action {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: auto;
  }

  .call-to-action-heading {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .video-unmute-button {
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .uui-navbar07_menu-left {
    margin-bottom: 30px;
  }

  .uui-navbar07_menu {
    padding-top: 2rem;
  }

  .uui-button-2 {
    width: 100%;
    padding-top: 1.025rem;
    padding-bottom: 1.025rem;
    font-size: 14px;
    font-weight: 400;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    margin-bottom: 20px;
    font-weight: 700;
  }

  .spark-icon.spark-20px-icon {
    flex: none;
    width: 20px;
    padding: 0;
  }

  .spark-centered-900 {
    margin-bottom: 30px;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-four-column-team-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .spark-wrapped-team-card.spark-stacked {
    width: 100%;
  }

  .nav-div-2 {
    border-bottom-color: #58585833;
    padding-bottom: 1rem;
  }

  .uui-navbar04_menu-4 {
    padding-top: 1rem;
  }

  .uui-logo_logotype-7 {
    color: #464646;
    width: 9rem;
    max-width: 67rem;
    height: 100%;
  }

  .menu-icon_component-7 {
    width: 28px;
    margin-right: 0;
  }

  .uui-navbar04_link-4 {
    font-size: 11px;
    text-decoration: none;
  }

  .uui-navbar04_menu-right-2 {
    margin-top: 150px;
    padding-bottom: 0;
  }

  .uui-navbar04_menu-left-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    font-size: 2px;
  }

  .uui-button-15 {
    text-align: center;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 12px;
  }

  .uui-button-15:hover {
    padding-bottom: 1rem;
  }

  .uui-navbar04_component-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-logo_component-6 {
    max-width: 100rem;
    height: 3.6rem;
  }

  .container {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2.spark-primary-color-background {
    padding-top: 128px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .spark-footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .spark-footer-text {
    text-align: center;
  }

  .div-block {
    grid-template-columns: 1fr 1.25fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .spark-section-3 {
    padding: 64px 20px;
  }

  .spark-section-3 h1 {
    font-size: 3rem;
  }

  .spark-section-3 h2 {
    font-size: 2.5rem;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-icon-2.spark-20px-icon {
    flex: none;
    width: 20px;
    padding: 0;
  }

  .spark-centered-901 {
    margin-bottom: 64px;
  }

  .spark-bold-heading-2 {
    line-height: 1.3;
  }

  .spark-wrapped-team-card-2.spark-stacked {
    width: 100%;
  }

  .cf-mission-section {
    padding-top: 65px;
  }

  .mission-image-container {
    margin-bottom: 20px;
  }

  .mission-grid-text-wrapper {
    max-width: 100%;
  }

  .cf-h3-heading-40px {
    font-size: 20px;
  }

  .cf-h3-heading-40px.white.nt {
    font-size: 16px;
    font-weight: 400;
  }

  .cf-mission-hero-image-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 34px;
  }

  .cf-yellow-king-text-span.lmbyc {
    font-size: 10px;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .cf-mission-image._1 {
    width: 100%;
  }

  .cf-mission-text-grid {
    grid-column-gap: 70px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cf-body---18px.white {
    margin-bottom: 0;
    font-size: 16px;
  }

  .cf-mission-image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .speaker-slide-content {
    padding-bottom: 0;
  }

  .clip-text.speaker-headding {
    margin-top: -30px;
  }

  .speaker-arrow {
    width: 53px;
    height: 53px;
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .speaker-arrow.left {
    width: 54px;
    height: 53px;
    margin-right: 84px;
    padding-bottom: 16px;
    display: block;
    left: auto;
    right: 0;
  }

  .speaker-name {
    font-size: 42px;
  }

  .slide-image {
    height: 40vh;
    min-height: 300px;
  }

  .slide-image.team-gallery {
    min-height: 160px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.home-hero-section {
    padding-bottom: 36px;
  }

  .section.thin-section {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .global-footer {
    min-width: 240px;
    max-width: 479px;
  }

  .unit_programs {
    width: 280px;
  }

  .text-block {
    line-height: 20px;
  }

  .module_heading {
    letter-spacing: normal;
    margin-top: 10px;
    font-size: 53px;
    line-height: 1.1em;
    display: block;
  }

  .cta-links {
    width: 100%;
    margin-top: 1em;
  }

  .text-link-blue {
    line-height: 20px;
  }

  .bio-right {
    display: none;
  }

  .ac-gf-footer-legal {
    padding-top: 12px;
  }

  .copy-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .cta-link {
    margin-top: 10px;
  }

  .globalnav {
    background-color: #000;
    display: block;
  }

  .description {
    letter-spacing: -.011em;
    font-weight: 300;
  }

  .description.more-programs {
    margin-top: .8em;
  }

  .headline {
    letter-spacing: -.004em;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 1.125em;
  }

  .gn-link, .gn-link.search {
    display: none;
  }

  .gn-link.bag, .gn-link.gn-apple {
    display: block;
  }

  .hero {
    overflow: hidden;
  }

  .item-bio {
    display: none;
  }

  .ac-gf-footer-shop {
    border-bottom-style: none;
  }

  .button-2 {
    width: 100%;
  }

  .headline-mask.mask-3 {
    font-size: 70px;
  }

  .container-3.she-creates {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-3.more-programs {
    padding-top: 24px;
    padding-bottom: 45px;
  }

  .module_item.module_item-17 {
    width: 136px;
    transform: translate(6px, 541px);
  }

  .module_item.module_item-19 {
    width: 236px;
    transform: translate(327px, 507px);
  }

  .module_item.module_item-6 {
    width: 183px;
    transform: translate(-360px, -399px);
  }

  .module_item.module_item-13 {
    width: 136px;
    transform: translate(-658px, -153px);
  }

  .module_item.module_item-18 {
    width: 184px;
    transform: translate(454px, 286px);
  }

  .module_item.module_item-9 {
    width: 236px;
    transform: translate(-93px, -249px);
  }

  .module_item.module_item-10 {
    width: 183px;
    transform: translate(343px, -428px);
  }

  .module_item.module_item-0 {
    width: 135px;
    transform: translate(-122px, 244px);
  }

  .module_item.module_item-20 {
    width: 236px;
    transform: translate(553px, 76px);
  }

  .module_item.module_item-8 {
    width: 136px;
    transform: translate(284px, 13px);
  }

  .module_item.module_item-5 {
    width: 183px;
    transform: translate(-579px, 480px);
  }

  .module_item.module_item-15 {
    width: 136px;
    transform: translate(595px, -234px);
  }

  .module_item.module_item-3 {
    width: 236px;
    transform: translate(-393px, -191px);
  }

  .module_item.module_item-11 {
    width: 236px;
    transform: translate(-354px, 48px);
  }

  .module_item.module_item-4 {
    width: 281px;
    transform: translate(24px, -458px);
  }

  .module_item.module_item-16 {
    width: 136px;
    transform: translate(383px, -190px);
  }

  .module_item.module_item-7 {
    width: 281px;
    transform: translate(-279px, 496px);
  }

  .module_item.module_item-1 {
    width: 281px;
    transform: translate(134px, 294px);
  }

  .module_item.module_item-12 {
    width: 281px;
    transform: translate(-690px, 84px);
  }

  .module_item.module_item-2 {
    width: 135px;
    transform: translate(151px, -235px);
  }

  .module_item.module_item-14 {
    width: 236px;
    transform: translate(-404px, 273px);
  }

  .copyright {
    line-height: 20px;
  }

  .ac-gf-footer-legal-copyright {
    margin-right: 0;
  }

  .item-image-wrapper, .item-image-wrapper.matrix-1 {
    background-image: none;
  }

  .item-image-wrapper.more-programs {
    height: 350px;
  }

  .subhead {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.16667em;
  }

  .gn-bread {
    display: flex;
  }

  .ac-gf-footer-legal-links {
    flex-wrap: wrap;
    align-content: space-between;
    margin-right: 0;
    line-height: 20px;
  }

  .text-span-8 {
    background-position: 50%;
  }

  .module_heading-2 {
    letter-spacing: normal;
    margin-top: 16px;
    font-size: 40px;
    line-height: 1.1em;
  }

  .spark-footer-text-copy {
    text-align: center;
  }

  .reg-icon {
    width: 36px;
    margin-bottom: 0;
  }

  .box {
    min-height: 250px;
    margin-bottom: -100px;
  }

  .about-wrapper {
    padding-left: 0;
  }

  .half-dual {
    grid-row-gap: 48px;
  }

  .social-icon {
    width: 36px;
    margin-bottom: 0;
  }
}

#w-node-b1a8b9d7-f0d6-7cd1-4f82-957aace1008c-edbbba12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea2bbfc4-daad-5df9-939b-83c4cfae1e38-cfae1e34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-ea2bbfc4-daad-5df9-939b-83c4cfae1e3a-cfae1e34, #w-node-ea2bbfc4-daad-5df9-939b-83c4cfae1e3b-cfae1e34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea2bbfc4-daad-5df9-939b-83c4cfae1e3d-cfae1e34 {
  align-self: stretch;
}

#w-node-_3ee90a33-0d01-9422-b128-63cd5af15928-5af15925 {
  place-self: center;
}

#w-node-_3ee90a33-0d01-9422-b128-63cd5af1592d-5af15925 {
  place-self: center start;
}

#w-node-dde2f8bb-a277-902a-34fa-d657d1c6a9e2-d1c6a9da, #w-node-_558e0630-6040-afb4-0283-fa033887e04a-3887e042 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_558e0630-6040-afb4-0283-fa033887e050-3887e042, #w-node-_558e0630-6040-afb4-0283-fa033887e056-3887e042 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_558e0630-6040-afb4-0283-fa033887e05c-3887e042, #w-node-_558e0630-6040-afb4-0283-fa033887e062-3887e042, #w-node-_558e0630-6040-afb4-0283-fa033887e068-3887e042 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c07fad44-630a-ebda-06d5-b52351e525c2-666988b5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c07fad44-630a-ebda-06d5-b52351e526da-666988b5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0757224c-4e1a-ca77-d935-fcd055fb93bc-666988b5 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_0757224c-4e1a-ca77-d935-fcd055fb93bd-666988b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0757224c-4e1a-ca77-d935-fcd055fb93bf-666988b5, #w-node-_0757224c-4e1a-ca77-d935-fcd055fb93c1-666988b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0757224c-4e1a-ca77-d935-fcd055fb93c3-666988b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_0757224c-4e1a-ca77-d935-fcd055fb93bc-666988b5 {
    order: 9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0757224c-4e1a-ca77-d935-fcd055fb93c5-666988b5 {
    order: 9999;
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ea2bbfc4-daad-5df9-939b-83c4cfae1e3a-cfae1e34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3ee90a33-0d01-9422-b128-63cd5af15929-5af15925 {
    place-self: center;
  }

  #w-node-_3ee90a33-0d01-9422-b128-63cd5af1592d-5af15925 {
    justify-self: center;
  }
}


