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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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;
}

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

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

body {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 6em;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.5;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.3;
}

a {
  text-decoration: none;
}

.section.is-hero {
  background-color: #232323;
}

.section.is-about {
  background-color: #101010;
  position: sticky;
  top: 0;
}

.section.is-about.relative {
  background-color: #101010;
  position: relative;
}

.hero-scroller {
  background-color: #191919;
  height: 300vh;
  display: block;
  position: relative;
}

.timeline {
  z-index: 100;
  width: 1em;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.timeline-position {
  background-color: #9f53bb;
  width: 100%;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.quote-section {
  cursor: auto;
  background-color: #0c0c0c;
  height: auto;
  display: block;
  position: relative;
}

.purple-line {
  background-color: #9f53bb96;
  width: 100%;
  height: 2px;
}

.comment-header {
  text-align: center;
  width: 100%;
  padding: 30px 38px;
  font-size: 2.3em;
  font-style: normal;
  line-height: 1.2;
}

.view {
  text-align: center;
  width: 95px;
  font-style: normal;
}

.work-wrapper {
  grid-column-gap: 192px;
  grid-row-gap: 192px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.comment-tag {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-style: normal;
}

.view-line {
  align-items: center;
  width: 100%;
}

.comment-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #fff;
  background-color: #0b0b0b00;
  border: 1px solid #ffffff40;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.view-wrapper {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 0;
  display: flex;
}

.comment-wrapper-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
}

.embed-spline-sticky {
  z-index: -1;
  width: 350px;
  height: 400px;
  margin-top: -100px;
  padding-left: 16px;
  display: block;
  position: sticky;
  top: 30vh;
  transform: translate(0, 25%);
}

.menu-line-top {
  background-color: #9f53bb;
  border-radius: 1px;
  width: 50%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-columns {
  z-index: 1;
  width: 100%;
  margin-top: 96px;
  margin-bottom: 96px;
  position: relative;
}

.social-icons {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-links {
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.menu-icon {
  color: #9f53bb;
  width: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  transform: rotate(-45deg);
}

.nav-bar-logo-link {
  z-index: 10;
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 16px 16px 30px;
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.menu-line-bottom {
  background-color: #9f53bb;
  border-radius: 1px;
  width: 50%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-menu {
  z-index: 100;
  background-color: #151515;
  align-items: center;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  padding: 104px 14%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.underline {
  opacity: 1;
  background-color: #f24137;
  width: 12px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.underline.big {
  background-color: #9f53bb;
  height: 4px;
}

.nav-copyright {
  color: #ffffff80;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 0 16px 16px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
  position: absolute;
  inset: auto 32px 16px auto;
}

.menu-button {
  z-index: 101;
  color: #fff;
  order: 0;
  align-items: center;
  padding: 32px;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.menu-close-icon {
  opacity: 0;
  position: absolute;
}

.nav-social {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  height: 88px;
  margin-right: -4px;
  padding-left: 16px;
  display: flex;
  position: absolute;
  inset: 0% 32px auto auto;
}

.menu-line-middle {
  background-color: #9f53bb;
  border-radius: 1px;
  width: 100%;
  height: 2px;
  margin: 5px auto;
  display: block;
}

.menu-icon-wrapper {
  float: left;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.nav-categories {
  text-align: left;
  padding-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
}

.nav-link {
  float: left;
  clear: left;
  color: #fff;
  margin-bottom: 24px;
  padding-top: 20px;
  padding-bottom: 12px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
  position: relative;
}

.navigation {
  z-index: 100;
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 88px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.menu-text-2 {
  float: left;
  color: #9f53bb;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 3px;
  margin-left: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.image {
  padding-top: 5px;
}

.legal-team {
  z-index: 10;
  background-color: #101010;
  height: auto;
  position: relative;
  overflow: hidden;
}

.legal-container {
  z-index: 0;
  mix-blend-mode: normal;
  background-color: #101010;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: auto;
  padding: 40px 56px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h2_spacer {
  padding-bottom: 2em;
  padding-right: 0;
}

.hero_circle-height {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.about_circle {
  width: 100%;
  position: relative;
}

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

.about_content {
  width: 45%;
}

.hero_visual-height {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.hero_content {
  z-index: 5;
  width: 45%;
  padding-right: 40px;
}

.hero_circle-placeholder {
  z-index: 1;
  background-color: #141414;
  border-radius: 100vw;
  width: 100%;
  position: absolute;
}

.aop-content {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
}

.aop-content.is-hero {
  background-color: #232323;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.about_circle-height {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.sticky-wrap {
  z-index: 2;
  height: auto;
  position: relative;
}

.about_visual {
  width: 40%;
  position: relative;
}

.about_image-height {
  z-index: 2;
  width: 100%;
  padding-top: 0%;
  position: relative;
  inset: 0%;
}

.hero_visual {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.about_wrap {
  flex-wrap: wrap;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.progress {
  background-color: #9f53bb;
  width: 0%;
  height: 1em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero_photo {
  z-index: 2;
  object-fit: cover;
  border-radius: 100em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about_cricle-border {
  z-index: auto;
  border: 1em solid #9f53bb;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about_circle-wrapper {
  z-index: 1;
  width: 60%;
  margin-top: -13%;
  margin-right: -14%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.paragraph {
  color: #fff;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 2;
}

.heading-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
}

.paragraph-2 {
  color: #fff;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 2;
}

.heading-5 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  line-height: 1.2;
}

.hero_image-2 {
  z-index: 2;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.hero_image-height-2 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.quote-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  border: 1px solid #ffffff40;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.bold-text {
  color: #fff;
  font-weight: 400;
}

.text-scroll-wrap-2 {
  z-index: 2;
  width: 100%;
  position: relative;
  inset: 0 0% 0%;
  overflow: hidden;
}

.text-scroll-wrap-2.top {
  z-index: 2;
  opacity: .6;
  color: #353535;
  width: 100%;
  overflow: hidden;
}

.text-animate {
  z-index: 10;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.home-headline-2 {
  opacity: 1;
  color: #353535;
  white-space: nowrap;
  cursor: default;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 3vw;
  font-family: Montserrat, sans-serif;
  font-size: 10em;
  font-weight: 100;
  line-height: 1;
  display: inline-block;
  overflow: visible;
}

.krissy {
  opacity: 1;
  border: 10px #9f53bb;
  border-radius: 0;
  transition: opacity .5s;
}

.krissy:hover {
  opacity: .32;
}

.grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: 1;
  mix-blend-mode: normal;
  grid-template: ". ."
                 "Area Area-2"
                 "Area-4 Area-5"
                 / 1fr 1fr;
}

.alex {
  opacity: 1;
  mix-blend-mode: normal;
  transition: opacity .5s;
}

.alex:hover {
  opacity: .32;
}

.marni {
  opacity: 1;
  transition: opacity .5s;
}

.marni:hover {
  opacity: .32;
}

.heading-10 {
  z-index: 2;
  color: #9f53bb;
  text-align: center;
  margin-top: -100px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 9em;
  font-weight: 800;
  text-decoration: none;
  position: relative;
}

.heading-11, .heading-12 {
  color: #9f53bb;
  text-align: center;
  margin-top: -100px;
  font-family: Montserrat, sans-serif;
  font-size: 9em;
  font-weight: 800;
  position: relative;
}

.text-block-7 {
  color: #fff;
  text-align: left;
  border: 1px solid #ffffff36;
  border-radius: 16px;
  height: 500px;
  padding: 60px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  display: block;
  position: relative;
}

.text-span {
  text-align: left;
  border: 1px #edd;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.recognized {
  z-index: 10;
  background-color: #101010;
  height: auto;
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
}

.logo-grid_wrapper {
  background-color: #f4f4f4;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  padding: 2rem 1rem;
  display: flex;
}

.logo-grid_logo {
  height: 3rem;
  max-height: 3rem;
}

.logo-grid_track {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-grid_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.section_logo-grid {
  background-color: #101010;
  padding-top: 4rem;
  padding-bottom: 7rem;
  position: relative;
  overflow: hidden;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.logo-grid_mask {
  max-height: 3rem;
  overflow: hidden;
}

.padding-global {
  z-index: 2;
  background-color: #101010;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.winning-header {
  color: #fff;
  text-align: center;
  width: 850px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  line-height: 1.2;
}

.text-span-2 {
  color: #9f53bb;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  top: 16px;
}

.testimonial {
  text-align: center;
  width: 100%;
  margin-top: 50px;
  padding-top: 20px;
  padding-left: 38px;
  padding-right: 38px;
  font-size: 1.6em;
  font-style: normal;
  line-height: 1.8;
}

.product_link {
  color: #fff;
  border-bottom: 1px solid #ffffff40;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: flex;
  position: relative;
}

.product_list {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.product_title {
  border: 1px #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.product_content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 3vw;
  text-decoration: none;
  display: flex;
  position: relative;
}

.product_img {
  opacity: 0;
  pointer-events: none;
  width: 33.3333%;
  position: absolute;
}

.product_number {
  font-weight: 400;
}

.text-span-5 {
  color: #9f53bb;
  font-size: 20px;
  font-weight: 600;
}

.cases-sticky {
  object-fit: fill;
  width: auto;
  height: 30vh;
  padding-top: 2%;
  padding-bottom: 5%;
  position: relative;
  top: 5%;
  overflow: hidden;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.margin-bottom-xlarge {
  border: 1px solid #000;
  margin-bottom: 56px;
}

.spline-scene {
  z-index: -1;
  object-fit: fill;
  width: 400px;
  height: 400px;
  margin-top: 0;
  margin-left: 50px;
  position: sticky;
  top: 30vh;
}

.testimonials {
  z-index: 0;
  background-color: #0c0c0c00;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1329px;
  padding: 100px 56px;
  display: flex;
  position: relative;
}

.reviews-wrapper {
  grid-column-gap: 192px;
  grid-row-gap: 192px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -124px;
}

.review-header {
  color: #fff;
  text-align: center;
  width: 700px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  line-height: 1.3;
}

.bold-text-3 {
  font-size: 1em;
  line-height: 1.7;
}

.expect-header {
  color: #fff;
  text-align: center;
  width: 950px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  line-height: 1.2;
}

.bold-text-9 {
  color: #9f53bb;
  font-weight: 600;
}

.timeline_progress-bar-2 {
  z-index: -1;
  background-color: #9f53bb;
  background-image: none;
  width: 3px;
  height: 50vh;
  position: sticky;
  inset: -4px auto 50vh;
}

.timeline_item-3 {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_date-text-2 {
  z-index: 0;
  color: #fff;
  letter-spacing: -.03em;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.container-9 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_progress-4 {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.bold-text-12 {
  color: #9f53bb;
  font-weight: 600;
}

.margin-bottom-medium-2 {
  margin-bottom: 32px;
}

.bold-text-13 {
  color: #9f53bb;
  font-weight: 600;
}

.step {
  text-align: left;
  width: 100%;
  margin-top: 50px;
  padding-top: 20px;
  padding-left: 38px;
  padding-right: 38px;
  font-size: 16px;
  font-style: normal;
  line-height: 1.8;
}

.success-message-2 {
  color: #fff;
  background-color: #0a0a0a;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 22px;
}

.grid-form-container {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  color: #fff;
  margin-bottom: 48px;
}

.footer {
  z-index: 1;
  color: #fff;
  text-align: left;
  background-color: #0a0a0a;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px 3vw 3vw;
  display: flex;
  position: relative;
  bottom: 0;
}

.field-label-3 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-field-2 {
  color: #fff;
  background-color: #232323;
  border: 0 solid #000;
  border-bottom: 1px solid #9f53bb;
  border-radius: 8px;
  min-height: 62px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  transition: all .3s ease-in-out;
}

.text-field-2:hover, .text-field-2:active {
  border-bottom-color: #9f53bb;
}

.text-field-2:focus {
  border-width: 0 0 1px;
  border-color: #f3bb93 #f3bb93 #9f53bb;
}

.text-field-2::placeholder {
  color: #626262;
  -webkit-text-stroke-color: #626262;
}

.field-label-5 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.claim-button {
  color: #fff;
  background-color: #9f53bb;
  border-radius: 9px;
  padding: 18px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: background-color .4s;
}

.claim-button:hover {
  background-color: #240a2e;
  text-decoration: none;
}

.first-name-wrapper {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.form-block {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #ffffff40;
  border-radius: 20px;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 80px;
}

.form-wrapper {
  width: 80vw;
  margin-left: 0;
  position: relative;
}

.text-area {
  color: #fff;
  background-color: #232323;
  border: 0 solid #000;
  border-bottom: 1px solid #9f53bb;
  border-radius: 8px;
  min-width: 100%;
  max-width: 100%;
  min-height: 105px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  transition: all .3s ease-in-out;
}

.text-area:hover, .text-area:active {
  border-bottom-color: #9f53bb;
}

.text-area:focus {
  border-width: 0 0 1px;
  border-color: #f3bb93 #f3bb93 #9f53bb;
}

.field-label-4 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.footer-text {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: .5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

.form-container {
  z-index: 1;
  background-color: #0a0a0a00;
  flex-direction: column;
  padding: 40px 20px 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.field-label-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.error-message-2 {
  color: #9a9a9a;
  text-align: center;
  background-color: #a32323;
  margin-top: 28px;
  padding: 24px 39px;
}

.footer-flex {
  z-index: 50;
  color: #fff;
  text-align: left;
  background-color: #0a0a0a00;
  flex-flow: row;
  place-content: stretch space-between;
  align-items: center;
  margin-top: 21px;
  padding: 1em;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.contact-wrapper-2 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: relative;
  top: 70px;
}

.footer-wrap {
  color: #dfd3c3;
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  display: flex;
}

.loader-2 {
  z-index: 1001;
  background-color: #131313;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.image-12 {
  opacity: .5;
  mix-blend-mode: normal;
}

.ribbon-loader {
  width: 150px;
  height: 300px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0% 0;
}

.krissy-mobile, .alex-mobile, .marini-mobile {
  display: none;
}

.subheader {
  color: #fff;
  text-align: center;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  line-height: 1.2;
}

.body {
  color: #fff;
  cursor: default;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  overflow: visible;
}

.hero {
  background-color: #0f0f0f;
  border-left: 12px solid #9f53bb;
  height: 100vh;
  position: sticky;
  overflow: hidden;
}

.image-13 {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: static;
  overflow: visible;
}

.hero-text {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 25% 0% 0%;
}

.spline-container {
  z-index: 0;
  background-color: #0c0c0c00;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1329px;
  padding: 40px 56px 220px;
  display: flex;
  position: relative;
}

.legal-sticky, .reviews-sticky {
  object-fit: fill;
  width: auto;
  height: 30vh;
  padding-top: 8%;
  padding-bottom: 5%;
  position: relative;
  top: 5%;
  overflow: hidden;
}

.hero-heading {
  opacity: .6;
  text-align: center;
  mix-blend-mode: overlay;
  width: 12.5ch;
  margin-bottom: .1em;
  margin-left: auto;
  margin-right: auto;
  font-size: 7em;
  font-weight: 800;
  line-height: 1;
}

.hero-heading.skew-up {
  opacity: .86;
  color: #e3e3e3;
  text-align: center;
  mix-blend-mode: overlay;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 8em;
  font-weight: 800;
  line-height: 1;
  display: none;
}

.hero-copy {
  text-align: center;
  max-width: 600px;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 150%;
}

.hero-copy.skew-up {
  color: #fff;
  text-align: center;
  width: 600px;
  max-width: 600px;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: none;
  position: static;
}

.expect-sub-heading {
  color: #9f53bb;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  top: -10px;
}

.cursor {
  z-index: 1000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-html {
  position: absolute;
  inset: 0% auto auto 0%;
}

.cursor_hover {
  background-color: #9f53bb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  display: none;
}

.cursor-drag {
  background-color: #c8e202;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  display: none;
}

.drag-text {
  color: #000;
  letter-spacing: .1em;
  font-size: 1em;
  font-weight: 500;
}

.cursor_dot {
  border: 1.5px solid #9f53bb;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  transition: all .2s;
}

.krissy-tablet, .alex-tablet, .marni-tablet {
  display: none;
}

.circle-container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
}

.circle-container.is-about {
  background-color: #101010;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.image-container-mobile {
  display: none;
}

.wrapper-one {
  z-index: 1;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.practice-areas {
  background-color: #232323;
  flex-wrap: wrap;
  height: auto;
  padding-top: 8vw;
  padding-bottom: 20vw;
  display: flex;
  position: relative;
}

.timeline-section {
  z-index: 0;
  background-color: #0a0a0a;
  display: block;
  position: relative;
}

.post-hero-content {
  background-color: #1a1a1a;
  position: relative;
}

.aop-sticky {
  opacity: .5;
  object-fit: fill;
  width: auto;
  height: 30vh;
  padding-top: 2%;
  padding-bottom: 5%;
  position: fixed;
  top: 12%;
  overflow: hidden;
}

.main-content {
  color: #000;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.content-header {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  line-height: 1.3;
}

.copy {
  color: #000;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.text-span-8 {
  color: #9f53bb;
  font-size: 20px;
  font-weight: 700;
}

.link {
  color: #9f53bb;
  font-weight: 700;
}

.anapol-cta {
  background-color: #1a1a1a;
  background-image: linear-gradient(0deg, #0a0a0a, #1a1a1a);
  flex-wrap: wrap;
  height: auto;
  padding-top: 8vw;
  padding-bottom: 8vw;
  display: flex;
  position: relative;
}

.anapol-cta-sticky {
  opacity: .5;
  object-fit: fill;
  width: auto;
  height: 30vh;
  padding-top: 2%;
  padding-bottom: 5%;
  position: relative;
  top: 5%;
  overflow: hidden;
}

.anapol-content {
  flex-wrap: wrap;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.anapol-header {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  line-height: 1.2;
}

.anapol-copy {
  color: #fff;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 2;
}

.text-span-9 {
  color: #bb65db;
  font-size: 20px;
  font-weight: 700;
}

.sub-heading {
  color: #bb65db;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.large-heading {
  width: 12.5ch;
  margin-bottom: .1em;
}

.large-heading.skew-up {
  opacity: 1;
  color: #131313;
  text-align: center;
  mix-blend-mode: normal;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 8em;
  font-weight: 800;
  line-height: 1;
  display: block;
}

.image-space-wrap {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.text-sticky-wrap-2 {
  z-index: -1;
  object-fit: fill;
  background-color: #17171700;
  height: 80vh;
  padding-top: 12%;
  padding-bottom: 10%;
  position: sticky;
  top: 0%;
}

.img-cover {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.filter {
  z-index: 0;
  background-image: linear-gradient(#0000, #0101010f 48%, #171717);
  border-radius: 15px;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-scroll-wrap {
  z-index: 2;
  width: 100%;
  position: relative;
  inset: 0 0% 0%;
  overflow: hidden;
}

.text-scroll-wrap.top {
  z-index: 6;
  font-size: 16em;
  display: block;
  position: static;
  top: 45px;
  overflow: hidden;
}

.color-load {
  z-index: 4;
  background-color: #9f53bb;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.arrow-button-2 {
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
  padding: .5em .5em .5em 0;
  font-size: 1em;
  display: flex;
}

.arrow-button-2:hover {
  border: 0 solid #e1ff00;
  border-radius: 0%;
  text-decoration: none;
}

.text-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 160px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  display: block;
}

.text-wrap.small {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  max-width: none;
  padding-top: 60px;
  padding-left: 0;
  display: flex;
}

.survivor-text-wrap {
  z-index: 2;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-end;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.survivor-desc {
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  padding: 0 2em 9em;
  display: block;
  position: relative;
}

.survivor-img {
  z-index: 5;
  border-radius: 14px;
  width: 50vw;
  height: 60vw;
  padding-top: 0;
  padding-bottom: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.survivor-section {
  z-index: 5;
  background-color: #fff;
  height: auto;
  position: relative;
}

.text-span-15 {
  color: #bb65db;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.support-wrap {
  z-index: 2;
  width: 100%;
  position: relative;
  inset: 0 0% 0%;
  overflow: hidden;
}

.support-wrap.top {
  z-index: 2;
  opacity: 1;
  width: 100%;
  overflow: hidden;
}

.header-scroll {
  z-index: 2;
  width: 100%;
  position: relative;
  inset: 0 0% 0%;
  overflow: hidden;
}

.header-scroll.top {
  z-index: 2;
  opacity: 1;
  width: 100%;
  overflow: hidden;
}

.home-headline-1 {
  opacity: 1;
  color: #353535;
  white-space: nowrap;
  cursor: default;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 3vw;
  font-family: Montserrat, sans-serif;
  font-size: 10em;
  font-weight: 100;
  line-height: 1;
  display: inline-block;
  overflow: visible;
}

.text-scroll-post-hero {
  z-index: 2;
  width: 100%;
  position: relative;
  inset: 0 0% 0%;
  overflow: hidden;
}

.text-scroll-post-hero.top {
  z-index: 2;
  opacity: .7;
  color: #353535;
  width: 100%;
  overflow: hidden;
}

.text-sticky-post-hero {
  object-fit: fill;
  width: auto;
  height: 30vh;
  padding-top: 8%;
  padding-bottom: 5%;
  position: relative;
  top: 5%;
  overflow: hidden;
}

.home-headline-4, .home-headline-5, .home-headline-6 {
  opacity: 1;
  color: #353535;
  white-space: nowrap;
  cursor: default;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 3vw;
  font-family: Montserrat, sans-serif;
  font-size: 10em;
  font-weight: 100;
  line-height: 1;
  display: inline-block;
  overflow: visible;
}

.text-scroll-reviews {
  z-index: 2;
  width: 100%;
  position: relative;
  inset: 0 0% 0%;
  overflow: hidden;
}

.text-scroll-reviews.top {
  z-index: 2;
  opacity: .6;
  color: #353535;
  width: 100%;
  overflow: hidden;
}

.home-headline-7, .home-headline-8, .home-headline-9 {
  opacity: 1;
  color: #353535;
  white-space: nowrap;
  cursor: default;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 3vw;
  font-family: Montserrat, sans-serif;
  font-size: 10em;
  font-weight: 100;
  line-height: 1;
  display: inline-block;
  overflow: visible;
}

.text-scroll-wrap-services {
  z-index: 2;
  width: 100%;
  position: relative;
  inset: 0 0% 0%;
  overflow: hidden;
}

.text-scroll-wrap-services.top {
  z-index: 2;
  opacity: .6;
  color: #353535;
  width: 100%;
  overflow: hidden;
}

.home-headline-10, .home-headline-11, .home-headline-12, .home-headline-13, .home-headline-14, .home-headline-15, .home-headline-16, .home-headline-17, .home-headline-18 {
  opacity: 1;
  color: #353535;
  white-space: nowrap;
  cursor: default;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 3vw;
  font-family: Montserrat, sans-serif;
  font-size: 10em;
  font-weight: 100;
  line-height: 1;
  display: inline-block;
  overflow: visible;
}

.swiper-slide {
  flex: none;
  width: 33.3333%;
}

.swiper-slide.five-cards {
  width: 50%;
}

.swiper-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.container {
  background-color: #fff;
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 2em 6em;
}

.swiper {
  width: 100%;
}

.swiper-component {
  width: 100%;
  position: relative;
}

.resources-slider {
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
  padding-top: 65px;
}

.slider-tall {
  padding-bottom: 5em;
}

.slider-tall_img {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 2em;
  padding-top: 68%;
  transition: border-radius .5s, transform .5s;
  position: relative;
  overflow: hidden;
}

.slider-tall_photo {
  object-fit: cover;
  border-radius: 0;
  width: 130%;
  max-width: none;
  height: 100%;
  margin-left: -15%;
  position: absolute;
  inset: 0%;
}

.text-opacity {
  opacity: 1;
  text-align: left;
  width: 600px;
  transition: opacity .35s;
}

.sliders_text2 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.slider-css {
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.section-faq-heading--home {
  background-color: #ececec;
  padding-top: 60px;
  display: block;
  position: relative;
  top: 0;
}

.home-faq-section {
  clear: none;
  background-color: #ececec;
  height: auto;
  min-height: auto;
  margin-bottom: 104px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
  top: auto;
}

.faq-stripe-1 {
  background-color: #9f53bb;
  width: 2px;
  height: 100%;
}

.home-faq {
  z-index: 20;
  min-height: 50vh;
  padding-bottom: 60px;
  position: relative;
  top: 0;
  bottom: 0;
}

.padding-vertical-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.c-faq-a-text {
  padding: 20px;
}

.faq-container {
  background-color: #ececec;
  margin-bottom: 0;
  display: flex;
}

.c-faq-item {
  cursor: pointer;
  background-color: #0000;
  border-left: 2px solid #9f53bb;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-divider {
  opacity: .23;
  border: 1px solid #000;
  height: 0;
}

.faq-a-text {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #fff;
  overflow: hidden;
}

.faq-q-text {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1em;
}

.text-span-21 {
  color: #000;
  font-size: 20px;
}

.faq-stripe-2 {
  background-color: #9f53bb;
  width: 100%;
  height: 2px;
  position: absolute;
}

.c-faq-q {
  background-color: #fff;
  align-items: center;
  display: flex;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px;
}

.link-2 {
  color: #9f53bb;
}

.container-11 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline-main_heading-wrapper-2 {
  color: #fff;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 60px;
}

.image-15 {
  width: 200px;
}

.button-7 {
  z-index: 0;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #61d180b3;
  border: 2px solid #61d180b3;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
}

.button-7.is-icon {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #9f53bb;
  border-color: #c570e4;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
  top: 0;
}

.button-7.is-icon:hover {
  background-color: #c25be7;
  border-color: #974fb1;
  box-shadow: 0 0 96px #c25be76b, 0 0 56px #c25be78f, 0 0 16px #c25be775;
}

.button_text-regular {
  color: #fff;
  padding-top: .2rem;
  padding-bottom: .11rem;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.counter {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 220px;
  display: flex;
  position: relative;
}

.flex-horizontal {
  justify-content: space-around;
  align-items: center;
  width: 80%;
  max-width: 90%;
  display: flex;
}

.stat-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 27%;
  display: flex;
}

.stat-block.is-expanded {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
}

.stat.is-smaller {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 6vw;
  font-weight: 700;
  display: inline;
}

.stat-caption {
  color: #9f53bb;
  text-align: center;
  text-transform: none;
  width: 400px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.stat-wrap {
  flex-direction: row;
  justify-content: center;
  width: auto;
  display: flex;
}

.stat-counter-isolate {
  contain: layout style;
  font-size: 6vw;
  width: 6ch;
  overflow: visible;
  display: flex;
  justify-content: center;
}

.trafficking-headline {
  background-color: #fff;
  display: block;
  position: relative;
  top: 0;
}

.traffic-header {
  color: #fff;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 100px;
}

.traffic-button {
  z-index: 0;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #61d180b3;
  border: 2px solid #61d180b3;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
}

.traffic-button.is-icon {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #9f53bb;
  border-color: #c570e4;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
  top: 80px;
}

.traffic-button.is-icon:hover {
  background-color: #c25be7;
  border-color: #974fb1;
  box-shadow: 0 0 96px #c25be76b, 0 0 56px #c25be78f, 0 0 16px #c25be775;
}

.resources-sticky {
  object-fit: fill;
  background-color: #fff;
  width: auto;
  height: 30vh;
  padding-top: 8%;
  padding-bottom: 5%;
  position: relative;
  top: 5%;
  overflow: hidden;
}

.text-scroll-resources {
  z-index: 2;
  width: 100%;
  position: relative;
  inset: 0 0% 0%;
  overflow: hidden;
}

.text-scroll-resources.top {
  z-index: 2;
  opacity: .2;
  color: #353535;
  width: 100%;
  overflow: hidden;
}

.sexual-abuse-container {
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 200px;
  display: block;
}

.infographic-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: grid;
  position: relative;
}

.image-16 {
  background-color: #fff;
}

.text-block-12, .text-block-13, .text-block-14, .text-block-15 {
  color: #000;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.image-17, .image-18 {
  padding-top: 40px;
}

.nsvrc-header {
  background-color: #fff;
  padding-top: 60px;
  display: block;
  position: relative;
  top: 0;
}

.nsvrc-main {
  color: #fff;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 60px;
}

.heading-14 {
  color: #9f53bb;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.profile-section {
  cursor: auto;
  background-color: #fff;
  height: auto;
  display: block;
  position: relative;
}

.profile-text-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 160px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  display: block;
}

.profile-text-wrap.small {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 140px;
  padding-left: 0;
  display: flex;
}

.profile-text {
  z-index: 2;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-end;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.profile-scroll {
  z-index: 2;
  width: 100%;
  position: relative;
  inset: 0 0% 0%;
  overflow: hidden;
}

.profile-scroll.top {
  z-index: 2;
  opacity: .12;
  color: #353535;
  width: 100%;
  overflow: hidden;
}

.home-hero_image-whipe {
  background-color: #e7e2dc;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-hero_image-whipe.bg-cream-shade {
  background-color: #9f53bb;
  display: block;
}

.home-hero_image-whipe.bg-dark-grey {
  background-color: #1a1a1a;
  display: none;
}

.home-hero_scoll-wrapper {
  z-index: 20;
  color: #fff;
  width: 1px;
  height: 10rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 5% 10% auto;
  overflow: hidden;
}

.home-hero_scoll-line {
  color: #fff;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-hero_image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.button-group {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.home-hero_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-hero_scoll-line-2 {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.home-hero_content-left {
  flex: none;
  max-width: 40rem;
  margin-left: 5vw;
  margin-right: 5vw;
  position: relative;
  left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-section-huge {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.home-hero_component {
  height: 300vh;
  position: relative;
}

.hero-value-display-text {
  color: #fff;
  letter-spacing: -.01em;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.home-hero-h1 {
  color: #fff;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 5em;
  line-height: 1.1;
}

.home-hero_content-right {
  flex: none;
  width: 40%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home_work_item {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 42%;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-ph_component {
  cursor: default;
  width: 80%;
}

.home-hero_content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0c0c0c;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
}

.button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #0000;
  border: 1.45px solid #ff5330;
  border-radius: .875rem;
  justify-content: center;
  align-items: center;
  padding: .575rem 1.5rem;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  overflow: hidden;
}

.button:hover {
  background-color: #ff5330;
}

.button:active {
  background-color: #e44120;
  border-color: #e44120;
}

.button.is-secondary {
  border-style: none;
  border-radius: 0;
  padding: 0;
  transition-property: none;
  display: block;
}

.button.is-secondary:hover {
  background-color: #0000;
}

.menu-link-parent {
  color: #fff;
  border-bottom: 1.5px solid #292929;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 16.6667%;
  padding-left: 3.5rem;
  padding-right: 4.5rem;
  display: flex;
  position: relative;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin: 1rem;
}

.social-lottie-animation {
  width: 2rem;
  height: 2rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.home-hero_scoll-wrapper-2 {
  width: 1px;
  height: 10rem;
  position: absolute;
  inset: auto auto -14rem 0;
  overflow: hidden;
}

.home-list_text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.home-hero_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.faq_item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.profile-sticky {
  opacity: .23;
  object-fit: fill;
  width: auto;
  height: 30vh;
  padding-top: 2%;
  padding-bottom: 5%;
  position: fixed;
  top: 12%;
  overflow: hidden;
}

.padding-logos {
  z-index: 2;
  background-color: #101010;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.tablet-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: none;
  position: relative;
}

.text-span-22 {
  color: #bb65db;
  font-weight: 600;
}

.text-span-23 {
  color: #b069d5;
  font-weight: 600;
}

.text-span-24 {
  color: #b465df;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.text-span-25 {
  color: #9557b6;
  font-weight: 600;
}

.flex-block-preloader-logo {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.bottom-preloader {
  background-color: #070f1f;
  width: 100%;
  height: 50%;
}

.preloader-vertical-h4 {
  color: #b3b3b3;
  margin-right: -10px;
  font-size: 23px;
  transform: rotate(-90deg);
}

.preloader-h4 {
  white-space: normal;
  width: 100px;
  font-size: 26px;
  line-height: .8;
}

.preloader-logo-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 44%;
  overflow: hidden;
}

.top-preloader {
  background-color: #070f1f;
  width: 100%;
  height: 50%;
}

.preloader-wrapper {
  z-index: 9999999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.flex {
  z-index: 2;
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.flex.center-center {
  grid-column-gap: 0px;
  justify-content: center;
}

.flex.space-between {
  justify-content: space-between;
  width: 100%;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.circle-left-arrow {
  border: .5px solid #ffffff80;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  min-height: 160px;
  max-height: 160px;
  display: flex;
  top: -15%;
  left: -8px;
}

.slide-nav {
  display: none;
}

.hero-arrows {
  max-height: 20px;
}

.icon-2 {
  display: none;
}

.container-full {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-full.padding-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.container-full.padding-5.glow {
  background-color: #101010;
}

.container-full.padding-2-5 {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.container-full.padding-2-5.glow {
  background-color: #101010;
  padding-bottom: 100px;
}

.container-full.padding-10 {
  padding-left: 10%;
  padding-right: 10%;
}

.container-full.padding-10.glow {
  background-color: #fff;
}

.circle-right-arrow {
  border: .5px solid #ffffff80;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  min-height: 160px;
  max-height: 160px;
  display: flex;
  inset: -15% -8px 0% auto;
}

.space-large {
  background-color: #fff;
  min-height: 112px;
}

.no-wrap {
  white-space: nowrap;
}

.line-separator {
  background-color: #fefeff4d;
  width: 100%;
  height: 1px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 8px;
}

.space-mid {
  min-height: 48px;
}

.title-wrapper {
  grid-column-gap: 18px;
  text-align: center;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.features-grid {
  border-radius: 1.5rem 0 0 1.5rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: grid;
  overflow: hidden;
}

.categories-card-half-wrapper {
  border-radius: 1.5rem;
  overflow: hidden;
}

.logo-image-preloader {
  max-height: 60px;
}

.blog-wrapper-full-single {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.space-blog {
  min-height: 64px;
  display: flex;
}

.line-height-20px {
  color: #000;
  font-size: 14px;
}

.blog-hero-large-overlay {
  opacity: .8;
  background-image: linear-gradient(#1622461a, #1622461a);
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  min-height: 480px;
  max-height: 480px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blog-single-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  align-items: center;
  width: 100%;
  min-height: 480px;
  max-height: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.color-white {
  color: #fff;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.blog-title {
  color: #000;
  text-align: center;
  white-space: normal;
  width: 700px;
  font-size: 3em;
  line-height: 1.2;
}

.blog-single-hero-wrapper {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.space-text {
  min-height: 18px;
}

.blog-text {
  color: #000;
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.trigger-animation {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-card {
  box-shadow: none;
  color: #f6f6f4;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-image: linear-gradient(#162246, #162246);
  border-radius: 3rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: .6rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: flex;
}

.badge-card:hover {
  color: #f5f5f5;
}

.badge-card.padding {
  padding: 8px 24px;
  display: none;
}

.blog-rich-text {
  color: #000;
  word-break: normal;
  font-size: 14px;
  line-height: 2;
}

.blog-page-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
}

.blog-side-bar-left {
  margin-top: 90px;
  padding-bottom: 100px;
  padding-right: 32px;
}

.fix-scroll-container {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
}

.icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 20px;
  font-weight: 300;
  display: flex;
}

.icon.star-icon {
  opacity: .8;
  color: #fff;
  margin-bottom: 1px;
  font-family: Material Icons, sans-serif;
  font-size: 28px;
}

.text-wrapper {
  grid-row-gap: 8px;
  color: #fff;
  flex-direction: column;
  margin-top: auto;
  display: flex;
}

.gradient-overlay {
  z-index: -1;
  background-image: linear-gradient(#0000 50%, #221231);
  position: absolute;
  inset: 0%;
}

.side-bar-paragraph-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
  transform: rotate(90deg);
}

.card-wrapper {
  z-index: 1;
  background-color: #0c1326;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  min-height: 500px;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-wrapper.no-right-border-radius {
  background-color: #101010;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.card-wrapper.no-right-border-radius-features {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.capitalized {
  color: #fff;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.image-absolute {
  z-index: -2;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-details-wrapper {
  grid-column-gap: 8px;
  font-weight: 600;
  display: flex;
}

.slider-link-wrapper {
  border-radius: 1.5rem 0 0 1.5rem;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.circle-filled-with-border {
  background-color: #fefeff33;
  border: 1px solid #fefeff80;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  display: flex;
}

.badge-card-rectangular-curve {
  z-index: 3;
  background-color: #162246;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 6px 13px;
  display: flex;
}

.badge-card-rectangular-curve:hover {
  color: #f5f5f5;
}

.badge-card-rectangular-curve.move-up-left {
  background-color: #101010;
  width: 150px;
  position: absolute;
  inset: 32px 96px auto auto;
}

.badge-card-rectangular-curve.move-left {
  position: relative;
  left: -72px;
}

.badge-card-rectangular-curve.move-left.gradient-background {
  background-color: #422855;
  background-image: none;
}

.side-bar-right {
  background-color: #472658;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  max-width: 120px;
  min-height: 500px;
  max-height: 500px;
  display: flex;
  position: relative;
}

.feature-post-title {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  display: flex;
}

.gap-8px-row {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.gap-8px-row.center-on-mobile {
  font-size: 14px;
  font-weight: 600;
}

.featured-details {
  text-align: left;
  position: relative;
}

.featured-details-overlay {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(#0000 20%, #232323);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  position: absolute;
  inset: 0%;
}

.text-card-wrapper {
  background-color: #070f1f;
  border-radius: 0 1.5rem 1.5rem 0;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 420px;
  max-height: 420px;
  padding: 32px;
  display: flex;
  position: relative;
}

.text-card-wrapper.features-card {
  background-color: #232323;
  align-items: flex-start;
  min-height: 500px;
  max-height: 500px;
}

.featured-details-wrapper {
  min-width: 100%;
  max-width: 100%;
  min-height: 300px;
  max-height: 300px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.featured-posts {
  width: 100%;
}

.heading-15 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  line-height: 1.1;
}

.blog-spacer {
  color: #101010;
  background-color: #101010;
  min-height: 160px;
}

.blog-space-large, .blog-third-spacer, .blog-bottom-spacer {
  background-color: #101010;
  min-height: 112px;
}

.blog-sticky {
  object-fit: fill;
  background-color: #fff;
  width: auto;
  height: 30vh;
  padding-top: 8%;
  padding-bottom: 5%;
  position: relative;
  top: 5%;
  overflow: hidden;
}

.single-post-header, .single-post-body {
  width: 100%;
}

.heading-16, .heading-17 {
  font-size: 2em;
}

.blog-index-sticky {
  object-fit: fill;
  background-color: #101010;
  width: auto;
  height: 30vh;
  padding-top: 8%;
  padding-bottom: 5%;
  position: relative;
  top: 5%;
  overflow: hidden;
}

.blog-scroll-index {
  z-index: 2;
  width: 100%;
  position: relative;
  inset: 0 0% 0%;
  overflow: hidden;
}

.blog-scroll-index.top {
  z-index: 2;
  opacity: .5;
  color: #353535;
  width: 100%;
  overflow: hidden;
}

.hero-button {
  color: #fff;
  background-color: #9f53bb;
  border-radius: 9px;
  padding: 18px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: background-color .4s;
  display: inline-block;
}

.hero-button:hover {
  background-color: #240a2e;
  text-decoration: none;
}

.sex-traffic-sub-heading, .domestic-violence-sub-heading, .sexual-abuse-sub-heading, .physical-abuse-sub-heading {
  color: #bb65db;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.link-block {
  transition: opacity .425s;
}

.link-block:hover {
  opacity: .88;
  background-color: #9557b6a8;
}

.trusted-header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.mobile-large-h1 {
  width: 12.5ch;
  margin-bottom: .1em;
}

.mobile-large-h1.skew-up {
  opacity: 1;
  color: #131313;
  text-align: center;
  mix-blend-mode: normal;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 8em;
  font-weight: 800;
  line-height: 1;
  display: none;
}

.physical-abuse-sticky-h1 {
  z-index: -1;
  object-fit: fill;
  background-color: #17171700;
  height: 80vh;
  padding-top: 12%;
  padding-bottom: 10%;
  position: sticky;
  top: 0%;
}

.physical-abuse-desc {
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  padding: 0 2em 9em;
  display: block;
  position: relative;
}

.text-sticky {
  z-index: -1;
  object-fit: fill;
  background-color: #17171700;
  height: 80vh;
  padding-top: 12%;
  padding-bottom: 10%;
  position: sticky;
  top: 0%;
}

.large-heading-aop {
  width: 12.5ch;
  margin-bottom: .1em;
}

.large-heading-aop.skew-up {
  opacity: 1;
  color: #131313;
  text-align: center;
  mix-blend-mode: normal;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 8em;
  font-weight: 800;
  line-height: 1;
  display: block;
}

.large-headin-sexual-abuse {
  width: 12.5ch;
  margin-bottom: .1em;
}

.large-headin-sexual-abuse.skew-up {
  opacity: 1;
  color: #131313;
  text-align: center;
  mix-blend-mode: normal;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 8em;
  font-weight: 800;
  line-height: 1;
  display: block;
}

.sexual-abuse-sticky-wrap {
  z-index: -1;
  object-fit: fill;
  background-color: #17171700;
  height: 80vh;
  padding-top: 12%;
  padding-bottom: 10%;
  position: sticky;
  top: 0%;
}

.large-heading-trafficking {
  width: 12.5ch;
  margin-bottom: .1em;
}

.large-heading-trafficking.skew-up {
  opacity: 1;
  color: #131313;
  text-align: center;
  mix-blend-mode: normal;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 8em;
  font-weight: 800;
  line-height: 1;
  display: block;
}

.text-sticky-wrap-trafficking {
  z-index: -1;
  object-fit: fill;
  background-color: #17171700;
  height: 80vh;
  padding-top: 12%;
  padding-bottom: 10%;
  position: sticky;
  top: 0%;
}

.hero-content {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
}

.hero-content.is-hero {
  background-color: #232323;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.text-block-16 {
  color: #b668e0;
  font-weight: 600;
}

.text-block-17 {
  color: #fff;
  font-weight: 600;
}

.submit-button {
  color: #fff;
  background-color: #9f53bb;
  border-radius: 9px;
  padding: 18px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: background-color .4s;
}

.submit-button:hover {
  background-color: #240a2e;
  text-decoration: none;
}

.submit-button-2 {
  background-color: #9557b6;
  border-radius: 9px;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 700;
  transition: background-color .6s;
}

.submit-button-2:hover {
  background-color: #240a2e;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.buttons-wrapper {
  z-index: 5;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.bg-gradient-blur {
  opacity: .75;
  filter: blur(100px);
  background-image: linear-gradient(#f969fc, #bc01f0 50%, #0c01de);
  width: 50%;
  height: 50%;
  display: none;
  position: absolute;
  inset: -10% auto auto -10%;
}

.bg-gradient-blur._2 {
  top: -25%;
  left: 15%;
}

.custom-css, .text-block {
  display: none;
}

.scroller {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 12.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-text {
  color: #fff;
  letter-spacing: -.02em;
  flex: none;
  margin-right: 5vw;
  font-size: 6vw;
  line-height: 1.37;
}

.scroll-text:hover {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.button-8 {
  z-index: 5;
  text-align: center;
  text-transform: none;
  background-color: #0000;
  background-image: linear-gradient(36deg, #f969fc 14%, #bc01f0 38%, #0c01de 85%);
  border: 1.4px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 13.4vw;
  height: 3.47vw;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.button-8.w--current {
  text-transform: none;
  background-image: linear-gradient(36deg, #f969fc 14%, #bc01f0 38%, #2b102e);
  border-style: none;
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button-8.dark {
  z-index: 0;
  color: #0000;
  background-color: #0d0d0d;
  background-image: none;
  border-color: #ffffff80;
  position: absolute;
}

.button-8.dark._3 {
  z-index: 1;
  opacity: .8;
  border-radius: 8px;
}

.button-8.dark._2 {
  z-index: 2;
  opacity: .9;
  border-radius: 8px;
}

.button-8.dark._1 {
  z-index: 3;
  border-radius: 8px;
}

.background {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.main-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.noise {
  opacity: .5;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

._404-page-wrap {
  background-color: #0c0c0c;
}

.line-divider {
  background-color: #fff;
  width: 100%;
  height: .0625rem;
}

.body-2 {
  background-color: #0c0c0c;
}

.scroll-text-home {
  color: #fff;
  letter-spacing: -.02em;
  flex: none;
  margin-right: 5vw;
  font-size: 6vw;
  line-height: 1.37;
  transition: color .6s;
}

.scroll-text-home:hover {
  color: #9557b6;
  -webkit-text-stroke-color: #fff;
}

.load-swipe {
  z-index: 1001;
  background-color: #272727;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.loading {
  font-size: 1.3em;
  position: absolute;
}

.loading.one {
  position: static;
}

.loading.four {
  color: #fff;
  letter-spacing: .05em;
  font-weight: 500;
}

.loading.three {
  color: #c8e202;
  display: block;
}

.loading.two {
  color: #5f5f5f;
  display: block;
}

.loader {
  background-color: #0c0c0c;
  position: static;
}

.loader-3 {
  z-index: 1001;
  background-color: #444;
  background-image: radial-gradient(circle, #2220, #222), url('../images/classy-fabric_1classy-fabric.png');
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0;
}

.tesla-loader {
  width: 150px;
  height: 150px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0% 0;
}

.preloader {
  z-index: 1001;
  background-color: #0c0c0c;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.text {
  width: 400px;
  height: 150px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0% 0;
}

.violence-loader-text {
  text-align: center;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.loader-text {
  width: 500px;
  height: 150px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0% 0;
}

.text-span-26 {
  color: #9d63ad;
}

.image-20 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -113px;
}

.hero-heading-mobile {
  opacity: .75;
  text-align: center;
  mix-blend-mode: overlay;
  width: 12.5ch;
  margin-bottom: .1em;
  margin-left: auto;
  margin-right: auto;
  font-size: 7em;
  font-weight: 800;
  line-height: 1;
  display: none;
}

.hero-heading-mobile.skew-up {
  opacity: .86;
  color: #e3e3e3;
  text-align: center;
  mix-blend-mode: overlay;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 8em;
  font-weight: 800;
  line-height: 1;
  display: none;
}

.opening-text {
  text-align: center;
  max-width: 800px;
  height: 200px;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 130%;
  position: absolute;
  inset: 16% 0% 0%;
}

.opening-text.skew-up {
  color: #fff;
  text-align: center;
  width: 600px;
  max-width: 600px;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: none;
  position: static;
}

.text-span-27 {
  color: #c473f0;
}

@media screen and (min-width: 1280px) {
  .section.is-hero {
    background-color: #232323;
  }

  .comment-header {
    font-size: 2.3em;
    line-height: 1.4;
  }

  .hero_circle-placeholder {
    background-color: #141414;
  }

  .paragraph, .paragraph-2 {
    font-size: 18px;
    line-height: 1.8;
  }

  .text-animate {
    opacity: 1;
  }

  .grid {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .text-block-7 {
    border-style: none;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 60px 40px;
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
  }

  .text-span {
    float: none;
    font-size: 18px;
    line-height: 1.8;
    position: relative;
    top: auto;
    left: auto;
  }

  .recognized, .section_logo-grid {
    background-color: #101010;
  }

  .text-span-5 {
    position: relative;
    top: auto;
  }

  .timeline_right {
    background-color: #fff0;
    border-radius: 18px;
  }

  .margin-bottom-xlarge {
    margin-bottom: 0;
  }

  .review-header {
    width: 900px;
    line-height: 1.3;
  }

  .bold-text-3 {
    font-size: 18px;
    font-weight: 400;
  }

  .expect-header {
    width: 950px;
  }

  .timeline_date-text-2 {
    position: sticky;
  }

  .step {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
  }

  .footer {
    padding-top: 20px;
  }

  .text-field-2 {
    color: #fff;
    background-color: #232323;
  }

  .form-block {
    -webkit-text-stroke-color: #fff;
    border-color: #ffffff40;
  }

  .text-area {
    color: #fff;
    border-bottom-color: #9f53bb;
  }

  .form-container {
    background-color: #0a0a0a00;
  }

  .hero {
    top: 0;
  }

  .spline-container {
    width: auto;
    max-width: none;
  }

  .legal-sticky, .reviews-sticky {
    overflow: hidden;
  }

  .hero-heading.skew-up {
    font-size: 8.5em;
  }

  .hero-copy.skew-up {
    width: 600px;
    max-width: 600px;
  }

  .div-block {
    border: 1px solid #ffffff42;
    border-radius: 20px;
    height: auto;
    position: relative;
  }

  .practice-areas {
    background-color: #232323;
  }

  .aop-sticky {
    opacity: .5;
  }

  .main-content {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
  }

  .content-header {
    color: #000;
    margin-top: 30px;
    line-height: 1.1;
  }

  .copy {
    color: #000;
    font-size: 18px;
    line-height: 2;
  }

  .text-span-8 {
    color: #9f53bb;
    font-size: 20px;
    font-weight: 700;
  }

  .link {
    color: #9f53bb;
    font-weight: 700;
  }

  .anapol-cta {
    padding-bottom: 8vw;
  }

  .anapol-cta-sticky {
    opacity: .5;
    height: 25vh;
  }

  .anapol-content {
    color: #fff;
    display: block;
  }

  .anapol-header {
    color: #fff;
    margin-top: 30px;
    line-height: 1.1;
  }

  .anapol-copy {
    color: #e5e5e5;
    font-size: 18px;
  }

  .text-wrap {
    max-width: 900px;
  }

  .text-sticky-post-hero {
    overflow: hidden;
  }

  .home-headline-7, .home-headline-8, .home-headline-9 {
    opacity: 1;
  }

  .sliders_text2 {
    font-size: 18px;
  }

  .home-faq {
    padding-top: 0;
  }

  .faq-container {
    margin-bottom: 0;
  }

  .button-7.is-icon {
    background-color: #9f53bb;
    border-color: #c570e4;
  }

  .button-7.is-icon:hover {
    background-color: #c25be7;
    border-color: #974fb1;
    box-shadow: 0 0 96px #c25be76b, 0 0 56px #c25be78f, 0 0 16px #c25be775;
  }

  .counter {
    background-color: #fff;
    background-image: none;
    height: auto;
    padding-top: 140px;
    padding-bottom: 220px;
  }

  .flex-horizontal {
    width: 70%;
    margin-top: 0;
  }

  .stat.is-smaller {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 6vw;
    font-weight: 700;
  }

  .stat-caption {
    color: #9f53bb;
    text-transform: none;
    width: 300px;
    font-size: 20px;
    font-weight: 700;
  }

  .traffic-button.is-icon {
    background-color: #9f53bb;
    border-color: #c570e4;
    top: 100px;
  }

  .traffic-button.is-icon:hover {
    background-color: #c25be7;
    border-color: #974fb1;
    box-shadow: 0 0 96px #c25be76b, 0 0 56px #c25be78f, 0 0 16px #c25be775;
  }

  .resources-sticky {
    background-color: #fff;
    overflow: hidden;
  }

  .text-scroll-resources.top {
    opacity: .12;
  }

  .sexual-abuse-container {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 200px;
    display: block;
  }

  .infographic-grid {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-12, .text-block-13, .text-block-14, .text-block-15 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .image-17, .image-18 {
    padding-top: 40px;
  }

  .nsvrc-main {
    padding-bottom: 60px;
  }

  .profile-text-wrap {
    max-width: 900px;
  }

  .hero-value-display-text {
    font-size: 3.6rem;
  }

  .section_home-ph {
    z-index: 2;
    position: relative;
  }

  .profile-sticky {
    opacity: .23;
  }

  .tablet-grid {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .container-full.padding-10.glow, .space-large {
    background-color: #fff;
  }

  .line-height-20px {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .color-white {
    color: #fff;
    text-transform: none;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .blog-title {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 3em;
    line-height: 1.2;
  }

  .blog-text {
    color: #000;
    font-family: Montserrat, sans-serif;
  }

  .blog-rich-text {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 2.3;
  }

  .fix-scroll-container {
    background-color: #fff;
  }

  .blog-spacer, .blog-space-large, .blog-third-spacer, .blog-bottom-spacer {
    background-color: #101010;
  }

  .blog-sticky {
    background-color: #fff;
    overflow: hidden;
  }

  .blog-index-sticky {
    background-color: #101010;
    overflow: hidden;
  }

  .blog-scroll-index.top {
    opacity: .5;
  }

  .hero-content.is-hero {
    background-color: #232323;
  }

  .hero-heading-mobile.skew-up {
    font-size: 8.5em;
  }

  .opening-text.skew-up {
    width: 600px;
    max-width: 600px;
  }
}

@media screen and (min-width: 1440px) {
  .section.is-hero {
    background-color: #232323;
  }

  .quote-section {
    cursor: none;
  }

  .comment-header {
    cursor: default;
    padding-bottom: 30px;
    font-size: 2.3em;
  }

  .work-wrapper, .comment-wrapper {
    cursor: default;
  }

  .legal-team {
    cursor: none;
    background-color: #101010;
  }

  .legal-container {
    cursor: default;
    mix-blend-mode: normal;
    background-color: #101010;
    width: 100vw;
  }

  .h2_spacer {
    padding-right: 0;
  }

  .hero_circle-height, .hero_circle-placeholder {
    z-index: 2;
  }

  .aop-content.is-hero {
    cursor: default;
    background-color: #232323;
  }

  .paragraph-2 {
    z-index: 4;
    position: relative;
  }

  .heading-5 {
    display: block;
  }

  .text-animate {
    opacity: 1;
  }

  .home-headline-2 {
    cursor: none;
  }

  .krissy {
    mix-blend-mode: normal;
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
  }

  .krissy:hover {
    opacity: .32;
  }

  .grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr 1fr;
  }

  .alex {
    opacity: 1;
    mix-blend-mode: normal;
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
  }

  .alex:hover {
    opacity: .32;
  }

  .marni {
    opacity: 1;
    mix-blend-mode: normal;
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
  }

  .marni:hover {
    opacity: .32;
  }

  .recognized {
    cursor: default;
    background-color: #101010;
  }

  .text-span-2 {
    font-weight: 600;
  }

  .testimonial {
    margin-top: 30px;
    font-size: 1.5em;
    line-height: 1.7;
  }

  .bold-text-2 {
    font-size: 1em;
    line-height: 1.7;
  }

  .product_list {
    z-index: 10;
    position: relative;
  }

  .product_title {
    font-weight: 600;
  }

  .product_number {
    font-weight: 400;
  }

  .text-span-5 {
    font-weight: 600;
  }

  .spline-scene {
    margin-left: 40px;
  }

  .testimonials {
    background-color: #101010;
  }

  .review-header {
    width: 900px;
    margin-top: 100px;
  }

  .bold-text-3 {
    line-height: 1.7;
  }

  .expect-header {
    width: 950px;
    padding-top: 180px;
  }

  .bold-text-9, .bold-text-12 {
    font-weight: 600;
  }

  .bold-text-13 {
    font-weight: 600;
    text-decoration: none;
  }

  .step {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.7;
  }

  .footer {
    cursor: default;
    padding-top: 100px;
  }

  .field-label-3 {
    color: #fff;
    letter-spacing: 0;
    text-transform: none;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .text-field-2 {
    border-radius: 7px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .text-field-2:hover, .text-field-2:active, .text-field-2:focus {
    border-bottom-color: #9f53bb;
  }

  .field-label-5 {
    color: #fff;
    letter-spacing: 0;
    text-transform: none;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .claim-button {
    color: #fff;
    background-color: #9f53bb;
    padding: 18px 30px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
  }

  .claim-button:hover {
    background-color: #240a2e;
    text-decoration: none;
  }

  .first-name-wrapper {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .form-block {
    border-color: #ffffff40;
    border-radius: 20px;
  }

  .form-wrapper {
    border-radius: 0;
    width: 80vw;
  }

  .text-area {
    border-radius: 8px;
  }

  .text-area:hover {
    border-bottom-color: #9f53bb;
  }

  .field-label-4 {
    color: #fff;
    letter-spacing: 0;
    text-transform: none;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .footer-text {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
  }

  .form-container {
    background-color: #0000;
    padding-top: 0;
  }

  .field-label-2 {
    color: #fff;
    letter-spacing: 0;
    text-transform: none;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .footer-flex {
    margin-top: 0;
    padding-top: 1.5em;
  }

  .contact-wrapper-2 {
    border-radius: 0;
    grid-template-columns: 2.5fr;
  }

  .footer-wrap {
    background-color: #0000;
  }

  .hero {
    cursor: default;
  }

  .image-13 {
    cursor: auto;
  }

  .legal-sticky {
    cursor: default;
  }

  .hero-heading.skew-up {
    font-size: 9em;
  }

  .hero-copy.skew-up {
    width: 600px;
    max-width: 600px;
    font-weight: 600;
  }

  .expect-sub-heading {
    font-weight: 600;
  }

  .circle-container.is-about, .practice-areas, .timeline-section {
    cursor: default;
  }

  .post-hero-content {
    cursor: none;
    background-color: #1a1a1a;
  }

  .aop-sticky {
    z-index: auto;
    opacity: .5;
    position: fixed;
    top: 12%;
  }

  .content-header {
    color: #000;
    font-size: 2.5em;
    line-height: 1.2;
  }

  .copy {
    color: #000;
  }

  .text-span-8 {
    font-size: 22px;
  }

  .anapol-cta {
    cursor: default;
  }

  .anapol-cta-sticky {
    opacity: .5;
  }

  .anapol-header {
    line-height: 1.2;
  }

  .text-span-9 {
    color: #bb65db;
    font-size: 20px;
    font-weight: 700;
  }

  .sub-heading {
    color: #bb65db;
    padding-right: 69px;
    font-size: 20px;
    line-height: 1.5;
  }

  .large-heading.skew-up {
    margin-left: auto;
    margin-right: auto;
  }

  .img-cover, .color-load {
    display: block;
  }

  .text-wrap.small {
    width: 55%;
  }

  .survivor-desc, .survivor-section {
    background-color: #fff;
  }

  .text-span-15 {
    color: #bb65db;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
  }

  .support-wrap.top {
    opacity: 1;
  }

  .home-headline-1 {
    opacity: 1;
    cursor: default;
  }

  .home-headline-3 {
    opacity: 1;
  }

  .home-headline-4 {
    cursor: default;
  }

  .home-headline-5, .home-headline-6 {
    cursor: none;
  }

  .home-headline-7 {
    cursor: default;
  }

  .home-headline-8, .home-headline-9 {
    cursor: none;
  }

  .home-headline-10 {
    cursor: default;
  }

  .home-headline-11, .home-headline-12, .home-headline-13, .home-headline-14, .home-headline-15 {
    cursor: none;
  }

  .home-headline-16 {
    cursor: default;
  }

  .home-headline-17, .home-headline-18 {
    cursor: none;
  }

  .home-faq {
    padding-top: 60px;
  }

  .faq-container {
    padding-bottom: 50px;
  }

  .timeline-main_heading-wrapper-2 {
    padding-bottom: 40px;
  }

  .button-7.is-icon {
    background-color: #9f53bb;
    border-color: #c570e4;
  }

  .button-7.is-icon:hover {
    background-color: #c25be7;
    border-color: #974fb1;
    box-shadow: 0 0 96px #c25be76b, 0 0 56px #c25be78f, 0 0 16px #c25be775;
  }

  .counter {
    background-color: #fff;
    background-image: none;
    height: auto;
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .flex-horizontal {
    width: 60%;
    margin-top: 0;
  }

  .stat.is-smaller {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .stat-caption {
    color: #9f53bb;
    text-transform: none;
    width: 300px;
    font-size: 20px;
  }

  .traffic-button.is-icon {
    background-color: #9f53bb;
    border-color: #c570e4;
  }

  .traffic-button.is-icon:hover {
    background-color: #c25be7;
    border-color: #974fb1;
    box-shadow: 0 0 96px #c25be76b, 0 0 56px #c25be78f, 0 0 16px #c25be775;
  }

  .resources-sticky {
    background-color: #fff;
  }

  .text-scroll-resources.top {
    opacity: .1;
  }

  .sexual-abuse-container {
    padding-top: 100px;
    padding-bottom: 220px;
    display: block;
  }

  .infographic-grid {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-12, .text-block-13, .text-block-14, .text-block-15 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .image-17, .image-18 {
    padding-top: 40px;
  }

  .nsvrc-main {
    padding-bottom: 60px;
  }

  .profile-section {
    cursor: none;
  }

  .profile-text-wrap.small {
    width: 55%;
  }

  .home-hero-h1 {
    line-height: 1.1;
  }

  .section_home-ph {
    z-index: 2;
    position: relative;
  }

  .profile-sticky {
    z-index: auto;
    opacity: .23;
    position: fixed;
    top: 12%;
  }

  .tablet-grid {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .circle-left-arrow {
    border-width: 2px;
  }

  .container-full.padding-10.glow {
    background-color: #fff;
  }

  .circle-right-arrow {
    border-width: 2px;
  }

  .fix-scroll-container {
    background-color: #fff;
  }

  .blog-details-wrapper {
    font-weight: 600;
  }

  .badge-card-rectangular-curve.move-up-left {
    background-color: #101010;
  }

  .side-bar-right {
    background-color: #472658;
  }

  .featured-details-wrapper {
    font-size: 16px;
  }

  .featured-posts, .all-posts {
    background-color: #101010;
  }

  .paragraph-3, .paragraph-4 {
    font-weight: 600;
  }

  .blog-spacer, .blog-space-large, .blog-third-spacer, .blog-bottom-spacer {
    background-color: #101010;
  }

  .blog-sticky {
    background-color: #fff;
  }

  .blog-index-sticky {
    background-color: #101010;
  }

  .blog-scroll-index.top {
    opacity: .5;
  }

  .hero-button {
    color: #fff;
    background-color: #9f53bb;
    padding: 18px 30px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
  }

  .hero-button:hover {
    background-color: #240a2e;
    text-decoration: none;
  }

  .sex-traffic-sub-heading, .domestic-violence-sub-heading, .sexual-abuse-sub-heading, .physical-abuse-sub-heading {
    color: #bb65db;
    padding-right: 69px;
    font-size: 20px;
    line-height: 1.5;
  }

  .mobile-large-h1.skew-up {
    margin-left: auto;
    margin-right: auto;
  }

  .physical-abuse-desc {
    background-color: #fff;
  }

  .large-heading-aop.skew-up, .large-headin-sexual-abuse.skew-up, .large-heading-trafficking.skew-up {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-content.is-hero {
    cursor: default;
    background-color: #232323;
  }

  .submit-button {
    color: #fff;
    background-color: #9f53bb;
    padding: 18px 30px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
  }

  .submit-button:hover {
    background-color: #240a2e;
    text-decoration: none;
  }

  .hero-heading-mobile.skew-up {
    font-size: 9em;
  }

  .opening-text.skew-up {
    width: 600px;
    max-width: 600px;
    font-weight: 600;
  }
}

@media screen and (min-width: 1920px) {
  .section.is-hero {
    background-color: #232323;
  }

  .section.is-about.relative {
    background-color: #101010;
  }

  .quote-section {
    cursor: default;
  }

  .comment-wrapper {
    cursor: auto;
  }

  .nav-menu {
    display: none;
  }

  .legal-team {
    cursor: default;
  }

  .hero_content {
    z-index: 5;
    position: relative;
  }

  .text-animate {
    opacity: 1;
  }

  .home-headline-2 {
    color: #353535;
  }

  .krissy {
    transition: opacity .5s;
  }

  .krissy:hover {
    opacity: .32;
  }

  .alex {
    transition: opacity .5s;
  }

  .alex:hover {
    opacity: .32;
  }

  .marni {
    transition: opacity .5s;
  }

  .marni:hover {
    opacity: .32;
  }

  .recognized {
    cursor: default;
    background-color: #101010;
  }

  .container-large {
    background-color: #0c0c0c;
  }

  .review-header {
    width: 900px;
  }

  .expect-header {
    width: 950px;
  }

  .footer {
    color: #fff;
    cursor: default;
    height: auto;
    font-family: Montserrat, sans-serif;
  }

  .field-label-3 {
    color: #fff;
  }

  .text-field-2 {
    color: #fff;
    -webkit-text-stroke-color: #9f53bb;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .text-field-2:hover {
    color: #171717;
    border-bottom-color: #9f53bb;
  }

  .text-field-2:active {
    border-bottom-color: #9f53bb;
  }

  .claim-button {
    background-color: #9f53bb;
    margin-top: 0;
    margin-left: auto;
    padding: 20px 30px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    left: 0%;
    right: auto;
  }

  .claim-button:hover {
    color: #fff;
    -webkit-text-stroke-color: #62563d;
    background-color: #240a2e;
    text-decoration: none;
  }

  .first-name-wrapper {
    color: #a28d65;
    -webkit-text-stroke-color: #a28d65;
  }

  .form-block {
    color: #009d4f;
    -webkit-text-stroke-color: #b7a07200;
    border-color: #ffffff40;
    border-radius: 20px;
  }

  .text-area {
    color: #fff;
    -webkit-text-stroke-color: #a28d65;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .text-area:hover {
    -webkit-text-stroke-color: #9f53bb;
    border-bottom-color: #9f53bb;
  }

  .text-area:active {
    border-bottom-color: #9f53bb;
  }

  .footer-text {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .form-container {
    background-color: #0000;
    background-image: none;
    margin-top: 100px;
    padding-top: 219px;
    padding-bottom: 20px;
    bottom: 89px;
  }

  .field-label-2 {
    color: #fff;
  }

  .contact-wrapper-2 {
    top: 0;
  }

  .body {
    background-color: #fff;
  }

  .hero {
    cursor: default;
  }

  .hero-heading {
    font-size: 9em;
  }

  .hero-copy {
    max-width: 650px;
    font-size: 1.6em;
    line-height: 130%;
  }

  .practice-areas, .timeline-section {
    cursor: default;
  }

  .post-hero-content {
    cursor: default;
    background-color: #232323;
  }

  .aop-sticky, .anapol-cta-sticky {
    opacity: .5;
  }

  .color-load {
    display: block;
  }

  .header-scroll.top {
    z-index: 1;
  }

  .home-headline-1 {
    opacity: 1;
    color: #353535;
    cursor: default;
  }

  .home-headline-3 {
    opacity: 1;
    color: #353535;
  }

  .text-sticky-post-hero {
    color: #353535;
  }

  .home-headline-4 {
    color: #353535;
    cursor: default;
  }

  .home-headline-5, .home-headline-6 {
    color: #353535;
  }

  .home-headline-7 {
    color: #353535;
    cursor: default;
  }

  .home-headline-8, .home-headline-9 {
    color: #353535;
  }

  .home-headline-10 {
    color: #353535;
    cursor: default;
  }

  .home-headline-11, .home-headline-12, .home-headline-13, .home-headline-14, .home-headline-15, .home-headline-16, .home-headline-17, .home-headline-18 {
    color: #353535;
  }

  .resources-slider {
    height: auto;
    padding-top: 65px;
    position: relative;
  }

  .section-faq-heading--home {
    background-color: #ececec;
    padding-top: 60px;
  }

  .home-faq-section {
    background-color: #ececec;
    top: 0;
  }

  .home-faq {
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .faq-container {
    margin-bottom: 0;
    padding-bottom: 40px;
    display: flex;
    position: relative;
    top: 0;
  }

  .c-faq-a, .c-faq-q {
    background-color: #fff;
  }

  .timeline-main_heading-wrapper-2 {
    padding-bottom: 100px;
  }

  .button-7.is-icon:hover {
    border-radius: .5rem;
    box-shadow: 0 0 96px #c25be76b, 0 0 56px #c25be78f, 0 0 16px #c25be775;
  }

  .button_text-regular {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .counter {
    background-color: #fff;
    background-image: none;
  }

  .flex-horizontal {
    width: 60%;
  }

  .stat.is-smaller {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .stat-caption {
    color: #9f53bb;
    text-transform: none;
    width: 320px;
  }

  .trafficking-headline {
    background-color: #fff;
  }

  .traffic-button.is-icon:hover {
    border-radius: .5rem;
    box-shadow: 0 0 96px #c25be76b, 0 0 56px #c25be78f, 0 0 16px #c25be775;
  }

  .resources-sticky {
    background-color: #fff;
  }

  .text-scroll-resources.top {
    opacity: .1;
  }

  .sexual-abuse-container {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 220px;
    display: block;
    position: relative;
    top: 0;
  }

  .infographic-grid {
    grid-template-rows: auto auto auto auto;
    width: 100vh;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-12, .text-block-13, .text-block-14, .text-block-15 {
    color: #000;
    font-weight: 700;
  }

  .image-17, .image-18 {
    padding-top: 40px;
  }

  .nsvrc-header {
    background-color: #fff;
    padding-top: 60px;
    bottom: 0;
  }

  .nsvrc-main {
    padding-bottom: 100px;
  }

  .profile-section {
    cursor: default;
  }

  .button-group {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .padding-section-huge {
    background-color: #101010;
  }

  .section_home-ph {
    z-index: 2;
    background-color: #0c0c0c;
    position: relative;
  }

  .profile-sticky {
    z-index: auto;
    opacity: .23;
  }

  .tablet-grid {
    grid-template-rows: auto auto auto auto;
    width: 100vh;
    margin-left: auto;
    margin-right: auto;
  }

  .container-full.padding-10.glow {
    background-color: #fff;
  }

  .line-separator {
    margin-top: 0;
  }

  .features-grid {
    margin-bottom: 40px;
  }

  .blog-side-bar-left {
    font-size: 16px;
    line-height: 1.8;
  }

  .fix-scroll-container {
    background-color: #fff;
  }

  .text-wrapper {
    line-height: 1.1;
  }

  .featured-details-overlay, .featured-details-wrapper {
    font-size: 18px;
  }

  .featured-posts, .all-posts, .blog-spacer, .blog-space-large, .blog-third-spacer, .blog-bottom-spacer {
    background-color: #101010;
  }

  .blog-sticky, .single-post-header, .single-post-body {
    background-color: #fff;
  }

  .heading-16, .heading-17 {
    line-height: 1.1;
  }

  .blog-index-sticky {
    background-color: #101010;
  }

  .blog-scroll-index.top {
    opacity: .5;
  }

  .hero-button {
    background-color: #9f53bb;
    margin-top: 0;
    margin-left: auto;
    padding: 20px 30px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    left: 0%;
    right: auto;
  }

  .hero-button:hover {
    color: #fff;
    -webkit-text-stroke-color: #62563d;
    background-color: #240a2e;
    text-decoration: none;
  }

  .submit-button {
    background-color: #9f53bb;
    margin-top: 0;
    margin-left: auto;
    padding: 20px 30px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    left: 0%;
    right: auto;
  }

  .submit-button:hover {
    color: #fff;
    -webkit-text-stroke-color: #62563d;
    background-color: #240a2e;
    text-decoration: none;
  }

  .scroll-text, .scroll-text-home {
    font-size: 6vw;
  }

  .load-swipe {
    display: none;
  }

  .opening-text {
    max-width: 900px;
    height: 200px;
    margin-bottom: 0;
    font-size: 3em;
    line-height: 130%;
    position: absolute;
    inset: 18% 0% 0%;
  }

  .text-span-27 {
    color: #c473f0;
  }
}

@media screen and (max-width: 991px) {
  .comment-header {
    font-size: 2em;
    line-height: 1.4;
  }

  .comment-tag {
    font-size: 14px;
  }

  .comment-wrapper-bottom {
    position: static;
  }

  .nav-columns {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .nav-bar-logo-link {
    height: 64px;
  }

  .nav-menu {
    padding-left: 8%;
    padding-right: 8%;
    display: none;
    overflow: scroll;
  }

  .nav-copyright {
    bottom: 8px;
    right: 20px;
  }

  .menu-button {
    background-color: #0000;
    height: 64px;
    padding: 20px;
  }

  .nav-social {
    height: 64px;
    right: 16px;
  }

  .nav-link {
    font-size: 40px;
    line-height: 32px;
  }

  .navigation {
    min-height: auto;
  }

  .legal-container {
    background-color: #101010;
  }

  .h2_spacer {
    margin-left: auto;
    margin-right: auto;
  }

  .hero_wrap {
    text-align: center;
  }

  .about_content {
    width: 100%;
  }

  .hero_content {
    text-align: left;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 0 60px;
  }

  .aop-content {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .aop-content.is-hero {
    padding-bottom: 15em;
  }

  .about_visual {
    width: 60%;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero_visual {
    width: 100%;
    max-width: 41em;
    margin-left: auto;
    margin-right: auto;
  }

  .about_wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .progress {
    height: .6em;
  }

  .paragraph {
    font-size: 18px;
    line-height: 1.8;
  }

  .heading-4 {
    font-size: 3em;
    line-height: 1.2;
  }

  .paragraph-2 {
    text-align: left;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 1.8;
  }

  .heading-5 {
    text-align: left;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-size: 3em;
    line-height: 1.2;
  }

  .grid {
    display: none;
  }

  .winning-header {
    width: 550px;
    font-size: 3em;
    line-height: 1.2;
  }

  .text-span-2 {
    line-height: 1.1;
    top: 0;
  }

  .testimonial {
    font-size: 18px;
  }

  .bold-text-2 {
    font-size: 1.3em;
    line-height: 1.6;
  }

  .product_link {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .product_list {
    width: 100%;
  }

  .product_title {
    padding-left: 41px;
    font-size: 20px;
  }

  .product_content {
    flex-wrap: wrap;
    padding-right: 0;
  }

  .product_img {
    opacity: 1;
    flex: none;
    width: 27%;
    position: relative;
  }

  .product_number {
    padding-right: 17px;
    font-size: 16px;
  }

  .cases-sticky {
    align-items: center;
    height: 40vw;
    display: flex;
  }

  .testimonials {
    padding-top: 0;
  }

  .review-header {
    width: 550px;
    font-size: 3em;
    line-height: 1.2;
  }

  .bold-text-3 {
    margin-right: auto;
    font-size: 18px;
    line-height: 1.6;
  }

  .expect-header {
    width: 550px;
    font-size: 3em;
    line-height: 1.3;
  }

  .bold-text-9 {
    font-size: 18px;
    font-weight: 600;
  }

  .timeline_item-3 {
    grid-template-columns: 1fr 96px 1fr;
  }

  .timeline_date-text-2 {
    font-size: 18px;
  }

  .bold-text-12, .bold-text-13 {
    font-size: 18px;
    font-weight: 600;
  }

  .step {
    padding-left: 20px;
    padding-right: 15px;
    line-height: 1.9;
  }

  .footer {
    height: auto;
    padding-top: 3vw;
    padding-left: 5vw;
    padding-right: 5vw;
    position: relative;
  }

  .field-label-3, .field-label-5 {
    font-size: 2vw;
  }

  .form-block {
    min-width: 100%;
    max-width: 100%;
  }

  .form-wrapper {
    margin-left: 0;
  }

  .field-label-4 {
    font-size: 2vw;
  }

  .footer-text {
    padding-top: 0;
  }

  .form-container {
    background-color: #0000;
    background-image: none;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .field-label-2 {
    font-size: 2vw;
  }

  .contact-wrapper-2 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .footer-wrap {
    height: auto;
  }

  .loader-2 {
    display: none;
  }

  .text-block-10 {
    color: #fff;
    border: 1px solid #ffffff36;
    border-radius: 20px;
    padding: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 1.7;
    position: relative;
    top: -114px;
  }

  .text-span-6 {
    color: #9f53bb;
    font-size: 24px;
    font-weight: 600;
  }

  .text-block-11 {
    color: #9f53bb;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 20vw;
    font-weight: 800;
    position: relative;
    top: -123px;
  }

  .krissy-mobile, .alex-mobile, .marini-mobile {
    display: none;
  }

  .subheader {
    width: 500px;
    line-height: 24px;
  }

  .hero {
    height: auto;
  }

  .hero-text {
    margin-left: auto;
    margin-right: auto;
    top: 26%;
  }

  .image-14 {
    max-width: 100%;
  }

  .legal-sticky, .reviews-sticky {
    align-items: center;
    height: 40vw;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .hero-heading {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 5.5em;
  }

  .hero-heading.skew-up {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 8em;
  }

  .div-block {
    border: 1px solid #fff;
  }

  .cursor {
    display: none;
  }

  .krissy-tablet, .alex-tablet {
    margin-bottom: 0;
    display: block;
  }

  .marni-tablet {
    display: block;
  }

  .circle-container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .circle-container.is-about {
    padding-top: 15em;
    display: flex;
  }

  .practice-areas {
    padding-top: 2rem;
  }

  .aop-sticky {
    opacity: .2;
    align-items: center;
    height: 40vw;
    display: flex;
    top: 2%;
  }

  .main-content {
    width: 85%;
  }

  .content-header {
    text-align: left;
    font-size: 2em;
    line-height: 1.2;
  }

  .copy {
    text-align: left;
    font-size: 18px;
    line-height: 1.8;
  }

  .anapol-cta {
    padding-top: 4rem;
  }

  .anapol-cta-sticky {
    align-items: center;
    height: 25vw;
    display: flex;
  }

  .anapol-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .anapol-header {
    text-align: left;
    font-size: 3em;
    line-height: 1.2;
  }

  .anapol-copy {
    text-align: left;
    font-size: 18px;
    line-height: 1.8;
  }

  .sub-heading {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 1.6;
  }

  .large-heading.skew-up {
    width: 100vw;
    margin-left: 50%;
    margin-right: 50%;
    font-size: 6em;
    position: static;
  }

  .text-sticky-wrap-2 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 60vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-scroll-wrap.top {
    top: -123px;
  }

  .arrow-button-2 {
    justify-content: flex-start;
  }

  .text-wrap {
    padding-left: 20px;
  }

  .text-wrap.small {
    text-align: left;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .survivor-text-wrap {
    align-items: flex-start;
  }

  .survivor-img {
    width: 80vw;
    height: 800px;
  }

  .survivor-section {
    margin-left: auto;
    margin-right: auto;
  }

  .text-scroll-post-hero.top {
    top: 15%;
  }

  .text-sticky-post-hero {
    align-items: center;
    height: 30vw;
    padding-top: 15%;
    padding-bottom: 10%;
    display: flex;
  }

  .swiper-slide {
    width: 50%;
  }

  .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sliders_text2 {
    width: 300px;
  }

  .home-faq {
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq-q-text {
    font-size: 18px;
  }

  .timeline-main_heading-wrapper-2 {
    padding-bottom: 60px;
  }

  .counter {
    height: auto;
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .flex-horizontal {
    flex-flow: column;
  }

  .stat-block.is-expanded {
    padding-top: 60px;
  }

  .resources-sticky {
    opacity: .4;
    align-items: center;
    height: auto;
    padding-top: 6%;
    padding-bottom: 0%;
    display: flex;
    top: 2%;
  }

  .text-scroll-resources.top {
    margin-top: 2%;
  }

  .infographic-grid {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .text-block-12, .text-block-13, .text-block-14, .text-block-15 {
    color: #000;
  }

  .nsvrc-main {
    padding-bottom: 60px;
  }

  .heading-14 {
    width: 300px;
    line-height: 1.2;
  }

  .profile-text-wrap {
    padding-left: 20px;
  }

  .profile-text-wrap.small {
    width: 85%;
  }

  .profile-text {
    align-items: flex-start;
    padding-top: 40px;
  }

  .profile-scroll.top {
    top: 10px;
  }

  .home-hero_image-whipe.bg-cream-shade, .home-hero_image-whipe.bg-dark-grey {
    z-index: auto;
    display: none;
  }

  .home-hero_image-wrapper {
    padding-top: 100%;
  }

  .home-hero_content-left {
    flex: 0 auto;
    margin-left: 10%;
    margin-right: 5%;
    padding-bottom: 140px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-huge {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .home-hero_component {
    height: auto;
  }

  .hero-value-display-text {
    padding-left: 20px;
    font-size: 2.5rem;
  }

  .home-hero-h1 {
    font-size: 3em;
    line-height: 1.2;
  }

  .home-hero_content-right {
    flex: 0 auto;
    width: 100%;
    position: static;
  }

  .home-hero_content-wrapper {
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 10rem;
    padding-bottom: 0;
    position: static;
  }

  .menu-link-parent {
    height: 15.34%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .profile-sticky {
    align-items: center;
    height: 40vw;
    margin-top: 0;
    padding-top: 35%;
    padding-bottom: 15%;
    display: flex;
  }

  .bold-text-14 {
    font-size: 1.3em;
    line-height: 1.6;
  }

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

  .slider {
    margin-left: 0;
  }

  .circle-left-arrow {
    min-width: 90px;
    min-height: 90px;
    max-height: 90px;
    left: -10px;
  }

  .hero-arrows {
    max-height: 15px;
  }

  .circle-right-arrow {
    min-width: 90px;
    min-height: 90px;
    max-height: 90px;
    right: -10px;
  }

  .title-wrapper {
    width: 90%;
  }

  .features-grid {
    flex-direction: column;
  }

  .logo-image-preloader {
    margin-top: 0;
  }

  .blog-wrapper-full-single, .blog-single-image {
    padding-left: 60px;
    padding-right: 60px;
  }

  .trigger-animation {
    text-align: center;
  }

  .blog-rich-text {
    font-size: 18px;
    line-height: 1.8;
  }

  .blog-page-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .blog-side-bar-left {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .side-bar-paragraph-wrapper {
    transform: rotate(0);
  }

  .card-wrapper.no-right-border-radius {
    border-top-right-radius: 1.5rem;
    border-bottom-left-radius: 0;
  }

  .slider-link-wrapper {
    background-color: #101010;
    flex-direction: column;
  }

  .badge-card-rectangular-curve.move-up-left {
    inset: -468px 32px auto auto;
  }

  .side-bar-right {
    border-top-right-radius: 0;
    border-bottom-left-radius: 1.5rem;
    min-width: 100%;
    max-width: 100%;
    min-height: 60px;
    max-height: 60px;
  }

  .blog-spacer {
    min-height: 80px;
  }

  .blog-sticky {
    opacity: .4;
    align-items: center;
    height: auto;
    padding-top: 10%;
    padding-bottom: 0%;
    display: flex;
  }

  .blog-index-sticky {
    align-items: center;
    height: auto;
    padding-top: 10%;
    padding-bottom: 0%;
    display: flex;
  }

  .blog-scroll-index.top {
    margin-top: 2%;
  }

  .sex-traffic-sub-heading {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 1.6;
  }

  .image-19 {
    padding-top: 40px;
  }

  .domestic-violence-sub-heading, .sexual-abuse-sub-heading, .physical-abuse-sub-heading {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 1.6;
  }

  .resource-link {
    color: #000;
    font-size: 16px;
  }

  .link-block {
    transition: opacity .2s;
  }

  .link-block:hover {
    background-color: #9557b69e;
  }

  .trusted-header {
    line-height: 20px;
  }

  .mobile-large-h1.skew-up {
    width: 100vw;
    margin-left: 50%;
    margin-right: 50%;
    font-size: 6em;
    position: static;
  }

  .physical-abuse-sticky-h1, .text-sticky {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 60vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .large-heading-aop.skew-up, .large-headin-sexual-abuse.skew-up {
    width: 100vw;
    margin-left: 50%;
    margin-right: 50%;
    font-size: 6em;
    position: static;
  }

  .sexual-abuse-sticky-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 60vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .large-heading-trafficking.skew-up {
    width: 100vw;
    margin-left: 50%;
    margin-right: 50%;
    font-size: 6em;
    position: static;
  }

  .text-sticky-wrap-trafficking {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 60vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero-content {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .hero-content.is-hero {
    padding-bottom: 15em;
  }

  .buttons-wrapper {
    display: none;
  }

  .scroller {
    height: 8rem;
  }

  .loader-3, .preloader {
    display: none;
  }

  .hero-heading-mobile {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 5.5em;
  }

  .hero-heading-mobile.skew-up {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 8em;
  }

  .opening-text {
    font-size: 2.4em;
    top: 12%;
  }
}

@media screen and (max-width: 767px) {
  .comment-header {
    font-size: 32px;
    line-height: 35px;
  }

  .view {
    display: none;
  }

  .work-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .comment-tag {
    font-size: 16px;
    line-height: 24px;
  }

  .comment-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    max-width: 320px;
  }

  .comment-wrapper-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-columns {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-links {
    padding-left: 0;
  }

  .nav-bar-logo-link {
    height: 60px;
    font-size: 18px;
    line-height: 24px;
  }

  .nav-menu {
    flex-wrap: wrap;
    padding: 80px 60px 8px;
  }

  .nav-copyright {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
    margin-top: 24px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: auto;
  }

  .menu-button {
    height: 60px;
    padding: 18px;
  }

  .nav-social {
    height: 60px;
  }

  .nav-categories {
    padding-top: 16px;
    padding-left: 0;
  }

  .nav-link {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 20px;
  }

  .menu-text-2 {
    display: none;
  }

  .legal-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about_content {
    width: 100%;
    padding-top: 3.7em;
  }

  .about_visual {
    width: 90%;
  }

  .about_circle-wrapper {
    width: 50%;
    margin-right: -14%;
  }

  .quote-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    max-width: 320px;
  }

  .grid {
    display: none;
  }

  .logo-grid_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-grid_logo {
    max-height: 3rem;
  }

  .logo-grid_list {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial {
    font-size: 32px;
    line-height: 35px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .testimonials {
    padding-left: 16px;
    padding-right: 16px;
  }

  .reviews-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .timeline_item-3 {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_date-text-2 {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_progress-4 {
    left: 6px;
  }

  .step {
    font-size: 32px;
    line-height: 35px;
  }

  .grid-form-container {
    grid-template-columns: 1fr;
  }

  .footer {
    height: auto;
  }

  .text-field-2 {
    font-size: 16px;
  }

  .form-block {
    min-width: 100%;
    max-width: 100%;
    padding: 60px 30px;
  }

  .text-area {
    font-size: 16px;
  }

  .footer-text {
    padding-top: 0;
  }

  .form-container {
    background-color: #fff;
    background-image: none;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .contact-wrapper-2 {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .footer-wrap {
    justify-content: space-around;
    height: auto;
  }

  .text-block-10 {
    border: 1px solid #ffffff36;
    border-radius: 13px;
    padding: 40px;
  }

  .krissy-mobile, .alex-mobile, .marini-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .spline-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-heading {
    font-size: 4em;
  }

  .hero-copy {
    max-width: 450px;
    font-size: 1.2em;
  }

  .hero-copy.skew-up {
    width: auto;
  }

  .cursor {
    display: none;
  }

  .krissy-tablet, .alex-tablet, .marni-tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .practice-areas {
    padding-bottom: 5.4rem;
  }

  .main-content {
    width: 100%;
    padding-top: 3.7em;
  }

  .anapol-cta {
    padding-bottom: 5.4rem;
  }

  .img-cover {
    height: 100%;
  }

  .text-scroll-wrap {
    top: 67px;
  }

  .survivor-desc {
    height: auto;
    padding-bottom: 4em;
  }

  .survivor-img {
    height: 500px;
  }

  .swiper-slide, .swiper-slide.five-cards {
    width: 100%;
  }

  .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .button-7.is-icon, .traffic-button.is-icon {
    justify-content: center;
  }

  .home-hero_image-whipe.bg-dark-grey, .home-hero_scoll-wrapper {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-huge {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .hero-value-display-text {
    font-size: 3.25rem;
  }

  .home_work_item {
    width: 85vw;
    margin-left: 0%;
    margin-right: 0%;
  }

  .home-ph_component {
    width: 100%;
  }

  .home-hero_content-wrapper {
    padding-top: 4rem;
  }

  .button {
    text-align: center;
    flex-wrap: wrap;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-hero_scoll-wrapper-2, .circle-left-arrow, .circle-right-arrow {
    display: none;
  }

  .features-grid, .blog-page-grid {
    grid-template-columns: 1fr;
  }

  .blog-side-bar-left {
    position: static;
  }

  .card-wrapper {
    width: 100%;
  }

  .card-wrapper.no-right-border-radius-features {
    border-top-right-radius: 1.5rem;
    border-bottom-left-radius: 0;
  }

  .slider-link-wrapper {
    width: 100%;
  }

  .badge-card-rectangular-curve.move-left {
    left: auto;
  }

  .badge-card-rectangular-curve.move-left.gradient-background {
    background-image: linear-gradient(to right, #070f1f, #070f1f);
  }

  .gap-8px-row.center-on-mobile {
    text-align: center;
    align-items: center;
  }

  .text-card-wrapper.features-card {
    border-top-right-radius: 0;
    border-bottom-left-radius: 1.5rem;
    align-items: center;
  }

  .physical-abuse-desc {
    height: auto;
    padding-bottom: 4em;
  }

  .hero-heading-mobile {
    font-size: 4em;
  }

  .opening-text {
    max-width: 450px;
    font-size: 1.2em;
  }

  .opening-text.skew-up {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .quote-section {
    width: 100vw;
    display: block;
  }

  .comment-header {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 1.4em;
  }

  .view {
    display: none;
  }

  .work-wrapper {
    max-width: 700px;
  }

  .comment-tag {
    font-size: 10px;
  }

  .comment-wrapper {
    width: auto;
    max-width: 380px;
  }

  .embed-spline-sticky {
    width: auto;
    height: 310px;
    top: 35vh;
  }

  .nav-bar-logo-link {
    z-index: 20;
    padding-left: 16px;
  }

  .nav-bar-logo-link.w--current {
    padding-left: 5px;
  }

  .nav-categories {
    padding-top: 48px;
  }

  .nav-link {
    font-size: 18px;
  }

  .navigation.nav-wrap {
    width: auto;
    height: 8vh;
    display: flex;
    position: absolute;
  }

  .image {
    max-width: 90%;
  }

  .legal-team {
    background-color: #101010;
    display: block;
  }

  .legal-container {
    background-color: #101010;
    width: 100vw;
    padding-bottom: 20px;
  }

  .h2_spacer {
    padding-left: 0;
    padding-right: 0;
  }

  .about_circle {
    width: auto;
  }

  .hero_wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .about_content {
    padding-top: 0;
  }

  .hero_content {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .aop-content.is-hero {
    background-color: #0000;
    width: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 2em;
  }

  .about_circle-height {
    width: auto;
  }

  .sticky-wrap {
    width: 100vw;
    display: block;
  }

  .hero_visual {
    max-width: 65em;
    padding-bottom: 60px;
  }

  .progress {
    height: .5em;
  }

  .about_cricle-border {
    border-width: 6px;
    width: auto;
  }

  .about_circle-wrapper {
    margin-right: -8%;
  }

  .paragraph {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    font-size: 16px;
  }

  .heading-4 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.3em;
    line-height: 1.2;
  }

  .paragraph-2 {
    width: 100%;
    font-size: 16px;
  }

  .heading-5 {
    width: 100%;
    font-size: 2em;
    line-height: 1.3;
  }

  .text-scroll-wrap-2.top {
    position: sticky;
    top: 16.5em;
  }

  .text-animate {
    z-index: 10;
    padding-bottom: 0;
  }

  .home-headline-2 {
    font-size: 15em;
    line-height: 1.1;
  }

  .grid {
    display: none;
  }

  .recognized {
    background-color: #111;
    padding-top: 60px;
    display: block;
  }

  .logo-grid_wrapper {
    padding-top: 1rem;
  }

  .logo-grid_list {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
  }

  .section_logo-grid {
    background-color: #111;
    padding-bottom: 2rem;
  }

  .winning-header {
    width: auto;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 2em;
    line-height: 1.3;
  }

  .text-span-2 {
    font-size: 18px;
    line-height: 0;
    top: 0;
  }

  .testimonial {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .product_link {
    flex-direction: column;
    width: 100vw;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .product_list {
    width: 100vw;
  }

  .product_title {
    text-align: center;
    padding-left: 10px;
    font-size: 20px;
  }

  .product_content {
    text-align: center;
  }

  .product_img {
    width: 100%;
  }

  .product_number {
    font-size: 14px;
    display: block;
  }

  .cases-sticky {
    z-index: 2;
    align-items: flex-start;
    height: 30vh;
    padding-top: 0;
    position: relative;
    top: 0%;
    left: auto;
    right: auto;
  }

  .spline-scene {
    object-fit: fill;
    width: auto;
    height: auto;
    margin-left: 0;
    display: block;
  }

  .testimonials {
    width: 100vw;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .review-header {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2em;
    line-height: 1.3;
  }

  .expect-header {
    width: auto;
    font-size: 2em;
    line-height: 1.3;
  }

  .bold-text-9 {
    font-size: 20px;
    font-weight: 600;
  }

  .timeline_item-3 {
    grid-template-columns: 48px 1fr;
  }

  .timeline_date-text-2 {
    font-size: 20px;
    line-height: 1.1;
  }

  .container-9 {
    max-width: none;
  }

  .bold-text-12 {
    font-size: 20px;
    font-weight: 600;
  }

  .margin-bottom-medium-2 {
    margin-bottom: 24px;
    padding-top: 0;
  }

  .bold-text-13 {
    font-size: 18px;
    font-weight: 600;
    line-height: 0;
  }

  .step {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .footer {
    z-index: 1;
    background-color: #0a0a0a;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: auto;
    padding-top: 0;
    display: block;
    position: relative;
  }

  .field-label-3, .field-label-5 {
    padding-bottom: 10px;
    font-size: 14px;
  }

  .claim-button {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .claim-button:hover {
    background-color: #240a2e;
  }

  .form-block {
    background-color: #0000;
    border-radius: 11px;
    min-width: 100%;
    max-width: 100%;
    padding: 40px 20px;
  }

  .form-wrapper {
    background-color: #0a0a0a00;
  }

  .text-area {
    min-width: auto;
    max-width: none;
  }

  .field-label-4 {
    padding-bottom: 10px;
    font-size: 14px;
  }

  .footer-text {
    justify-content: center;
    margin-top: 3em;
  }

  .form-container {
    background-color: #0000;
    background-image: none;
    padding-top: 0;
    top: 100px;
  }

  .field-label-2 {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .footer-flex {
    flex-direction: column;
    place-content: center;
    align-items: center;
    height: 30vh;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .contact-wrapper-2 {
    grid-row-gap: 16px;
    background-color: #1b1b1b00;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .footer-wrap {
    background-color: #0000;
    margin-top: 0;
    padding-top: 0;
  }

  .loader-2 {
    display: none;
  }

  .text-block-10 {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    position: relative;
    top: -85px;
  }

  .text-span-6 {
    color: #9f53bb;
    font-size: 18px;
  }

  .text-block-11 {
    color: #9653bb;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 90px;
    font-weight: 800;
    position: relative;
    top: -76px;
  }

  .krissy-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #101010;
    grid-template: "Area"
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    padding-left: 5px;
    padding-right: 5px;
    display: grid;
  }

  .alex-mobile, .marini-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "Area"
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    padding-left: 5px;
    padding-right: 5px;
    display: grid;
  }

  .subheader {
    width: auto;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 8em;
    line-height: .7;
  }

  .hero {
    border-left-width: 6px;
    display: block;
    top: 0;
  }

  .image-13 {
    aspect-ratio: auto;
    mix-blend-mode: normal;
    object-fit: cover;
    width: 100vw;
    max-width: none;
    position: static;
    overflow: hidden;
  }

  .hero-text {
    width: 300px;
    max-width: 900px;
    height: 50vh;
    top: 22%;
  }

  .spline-container {
    width: 100vw;
    padding-top: 20px;
  }

  .image-14 {
    opacity: 1;
    background-color: #101010;
  }

  .legal-sticky {
    z-index: 2;
    background-color: #101010;
    align-items: flex-start;
    width: 100vw;
    height: 30vh;
    padding-top: 0;
    padding-bottom: 25%;
    position: relative;
    top: 0%;
    left: auto;
    right: auto;
  }

  .reviews-sticky {
    z-index: 2;
    background-color: #111;
    align-items: flex-start;
    width: 100vw;
    height: 30vh;
    padding-top: 2em;
    position: relative;
    top: 0%;
    left: auto;
    right: auto;
  }

  .hero-heading {
    text-align: center;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    justify-content: center;
    align-items: center;
    width: 360px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 16vw;
    display: flex;
    position: relative;
    left: -29px;
    overflow: visible;
  }

  .hero-heading.skew-up {
    font-size: 4em;
  }

  .hero-copy {
    width: auto;
    max-width: none;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.1em;
    line-height: 135%;
    display: block;
  }

  .hero-copy.skew-up {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    line-height: 1.3em;
  }

  .expect-sub-heading {
    font-size: 18px;
    line-height: 1em;
    top: 0;
  }

  .cursor {
    display: none;
  }

  .krissy-tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #111;
    grid-template: "Area"
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
  }

  .alex-tablet, .marni-tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "Area"
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
  }

  .circle-container.is-about {
    width: auto;
    max-width: none;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .image-container {
    display: none;
  }

  .image-container-mobile {
    display: block;
  }

  .practice-areas {
    padding-bottom: 4rem;
    display: block;
  }

  .timeline-section {
    display: block;
  }

  .post-hero-content {
    width: 100vw;
    display: block;
  }

  .aop-sticky {
    z-index: 2;
    align-items: flex-start;
    height: 22.5vh;
    padding-top: 1em;
    padding-bottom: 2em;
    position: relative;
    top: 0%;
    left: auto;
    right: auto;
  }

  .main-content {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-header {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.2;
  }

  .copy {
    font-size: 16px;
  }

  .text-span-8 {
    line-height: 0;
  }

  .anapol-cta {
    padding-top: .5rem;
    padding-bottom: 4rem;
    display: block;
  }

  .anapol-cta-sticky {
    z-index: 2;
    align-items: flex-start;
    height: 30vh;
    padding-top: 2em;
    padding-bottom: 4em;
    position: relative;
    top: 0%;
    left: auto;
    right: auto;
  }

  .anapol-content {
    padding-top: 0;
  }

  .anapol-header {
    font-size: 1.5em;
    line-height: 1.3;
  }

  .anapol-copy {
    font-size: 16px;
  }

  .text-span-9 {
    font-size: 20px;
    line-height: 0;
  }

  .sub-heading {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3em;
    line-height: 1.3;
  }

  .large-heading.skew-up {
    width: auto;
    font-size: 2.5em;
    display: none;
  }

  .image-space-wrap {
    padding-bottom: 140px;
    display: flex;
    top: -148px;
  }

  .text-sticky-wrap-2 {
    z-index: 2;
    background-color: #0000;
    align-items: flex-start;
    height: 50vh;
    padding-top: 6em;
    padding-bottom: 0%;
    position: sticky;
    top: 0%;
    left: auto;
    right: auto;
  }

  .filter {
    display: none;
  }

  .text-scroll-wrap {
    top: auto;
  }

  .text-scroll-wrap.top {
    padding-bottom: 230px;
    display: block;
    position: relative;
    top: 11.3em;
  }

  .color-load {
    z-index: 500;
    display: block;
  }

  .text-wrap {
    font-size: 18px;
    line-height: 2;
  }

  .text-wrap.small {
    width: 100%;
    padding-top: 0;
  }

  .survivor-text-wrap {
    max-width: none;
  }

  .survivor-desc {
    height: auto;
    margin-top: 0;
    padding: 8em 2em 4em;
    display: block;
  }

  .survivor-img {
    width: 90vw;
  }

  .survivor-section {
    height: 80vh;
  }

  .support-wrap.top {
    position: sticky;
    top: 16.5em;
  }

  .header-scroll.top {
    z-index: 10;
    position: sticky;
    top: 0;
  }

  .home-headline-1 {
    font-size: 8em;
    line-height: 1.1;
  }

  .text-scroll-post-hero.top {
    position: sticky;
    top: 16.5em;
  }

  .text-sticky-post-hero {
    z-index: 2;
    align-items: flex-start;
    width: 100vw;
    height: 20vh;
    padding-top: 0;
    padding-bottom: 50%;
    position: relative;
    top: 0%;
    left: auto;
    right: auto;
  }

  .home-headline-4 {
    font-size: 8em;
    line-height: 1.1;
  }

  .home-headline-5, .home-headline-6 {
    font-size: 15em;
    line-height: 1.1;
  }

  .text-scroll-reviews.top {
    position: sticky;
    top: 16.5em;
  }

  .home-headline-7 {
    font-size: 8em;
    line-height: 1.1;
  }

  .home-headline-8, .home-headline-9 {
    font-size: 15em;
    line-height: 1.1;
  }

  .text-scroll-wrap-services.top {
    position: sticky;
    top: 2em;
  }

  .home-headline-10 {
    font-size: 8em;
    line-height: 1.1;
  }

  .home-headline-11, .home-headline-12 {
    font-size: 15em;
    line-height: 1.1;
  }

  .home-headline-13 {
    font-size: 8em;
    line-height: 1.1;
  }

  .home-headline-14, .home-headline-15 {
    font-size: 15em;
    line-height: 1.1;
  }

  .home-headline-16 {
    font-size: 8em;
    line-height: 1.1;
  }

  .home-headline-17, .home-headline-18 {
    font-size: 15em;
    line-height: 1.1;
  }

  .container {
    padding-top: 0;
  }

  .resources-slider {
    padding-top: 0;
  }

  .section-faq-heading--home {
    background-color: #ececec;
  }

  .home-faq-section {
    background-color: #ececec;
    width: 90vw;
    margin-left: auto;
  }

  .home-faq {
    width: 86vw;
    margin-left: 12px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-xlarge {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .faq-container {
    background-color: #ececec;
  }

  .faq-q-text, .text-span-21 {
    min-width: 18px;
  }

  .timeline-main_heading-wrapper-2 {
    background-color: #ececec;
  }

  .button_text-regular {
    display: block;
  }

  .counter {
    height: auto;
    display: block;
  }

  .flex-horizontal {
    margin-left: auto;
    margin-right: auto;
  }

  .stat-block {
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .stat.is-smaller {
    font-size: 15vw;
  }

  .stat-counter-isolate {
    font-size: 15vw;
  }

  .stat-caption {
    width: auto;
    font-size: 18px;
  }

  .resources-sticky {
    padding-top: 0;
  }

  .text-scroll-resources.top {
    margin-top: 0%;
    padding-top: .5em;
    position: sticky;
    top: 16.5em;
  }

  .sexual-abuse-container {
    background-color: #fff;
  }

  .profile-section {
    width: 100vw;
    display: block;
  }

  .profile-text-wrap {
    font-size: 18px;
    line-height: 2;
  }

  .profile-text {
    max-width: none;
  }

  .profile-scroll.top {
    position: sticky;
    top: 16.5em;
  }

  .home-hero_image-whipe {
    inset: auto auto 0% 0%;
  }

  .home-hero_image-whipe.bg-dark-grey {
    display: none;
  }

  .button-group {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-value-display-text {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.8em;
  }

  .home-ph_component {
    width: 100%;
  }

  .menu-link-parent {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-list_text-wrapper {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .profile-sticky {
    z-index: 2;
    align-items: flex-start;
    height: 22vh;
    padding-top: 0;
    position: relative;
    top: -8%;
    left: auto;
    right: auto;
  }

  .tablet-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    display: block;
  }

  .slide-nav {
    margin-top: 36px;
    display: block;
    position: relative;
  }

  .container-full.padding-10.glow {
    padding-left: 6%;
    padding-right: 6%;
  }

  .line-separator {
    width: 90%;
  }

  .title-wrapper {
    flex-direction: column;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .blog-wrapper-full-single {
    padding-left: 0;
    padding-right: 0;
  }

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

  .blog-single-image {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-title {
    font-size: 2.2em;
  }

  .blog-text {
    max-width: none;
  }

  .badge-card {
    inset: auto 0% 0%;
  }

  .blog-rich-text {
    font-size: 16px;
  }

  .blog-page-grid {
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
    width: 100%;
    max-width: 100%;
  }

  .blog-side-bar-left {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .fix-scroll-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 6%;
    padding-right: 6%;
    display: flex;
  }

  .side-bar-paragraph-wrapper {
    grid-column-gap: 8px;
  }

  .card-wrapper {
    text-align: center;
  }

  .blog-details-wrapper {
    padding-top: 11px;
  }

  .badge-card-rectangular-curve {
    inset: auto 0% 0%;
  }

  .badge-card-rectangular-curve.move-left {
    left: auto;
    right: auto;
  }

  .badge-card-rectangular-curve.move-left.gradient-background {
    background-color: #653f81;
    background-image: none;
  }

  .gap-8px-row.center-on-mobile {
    align-items: center;
  }

  .featured-posts {
    overflow: hidden;
  }

  .heading-15 {
    font-size: 1.5em;
  }

  .blog-third-spacer {
    display: none;
  }

  .blog-sticky {
    z-index: 2;
    align-items: flex-start;
    width: 100vw;
    height: 23vh;
    padding-top: .5em;
    position: relative;
    top: 0%;
    left: auto;
    right: auto;
  }

  .single-post-header, .single-post-body {
    overflow: hidden;
  }

  .blog-index-sticky {
    z-index: 2;
    align-items: flex-start;
    width: 100vw;
    height: 25vh;
    padding-top: .5em;
    padding-bottom: 4em;
    position: relative;
    top: 0%;
    left: auto;
    right: auto;
  }

  .blog-scroll-index.top {
    position: sticky;
    top: 16.5em;
  }

  .hero-button {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .hero-button:hover {
    background-color: #240a2e;
  }

  .sex-traffic-sub-heading, .domestic-violence-sub-heading, .sexual-abuse-sub-heading, .physical-abuse-sub-heading {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3em;
    line-height: 1.3;
  }

  .trusted-header {
    text-align: center;
    height: auto;
    margin: 10px auto 30px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: .3;
  }

  .mobile-large-h1.skew-up {
    width: auto;
    font-size: 2.5em;
    display: block;
  }

  .physical-abuse-sticky-h1 {
    z-index: 2;
    background-color: #0000;
    align-items: flex-start;
    height: 60vh;
    padding-top: 6em;
    padding-bottom: 0%;
    position: sticky;
    top: 0%;
    left: auto;
    right: auto;
  }

  .physical-abuse-desc {
    height: auto;
    margin-top: 0;
    padding: 12em 2em 4em;
    display: block;
  }

  .text-sticky {
    z-index: 2;
    background-color: #0000;
    align-items: flex-start;
    height: 50vh;
    padding-top: 6em;
    padding-bottom: 0%;
    position: sticky;
    top: 0%;
    left: auto;
    right: auto;
  }

  .large-heading-aop.skew-up, .large-headin-sexual-abuse.skew-up {
    width: auto;
    font-size: 2.5em;
    display: block;
  }

  .sexual-abuse-sticky-wrap {
    z-index: 2;
    background-color: #0000;
    align-items: flex-start;
    height: 55vh;
    padding-top: 6em;
    padding-bottom: 0%;
    position: sticky;
    top: 0%;
    left: auto;
    right: auto;
  }

  .large-heading-trafficking.skew-up {
    width: auto;
    font-size: 2.5em;
    display: block;
  }

  .text-sticky-wrap-trafficking {
    z-index: 2;
    background-color: #0000;
    align-items: flex-start;
    height: 55vh;
    padding-top: 6em;
    padding-bottom: 0%;
    position: sticky;
    top: 0%;
    left: auto;
    right: auto;
  }

  .hero-content.is-hero {
    background-color: #0000;
    width: auto;
    min-height: auto;
    padding-top: 4em;
    padding-bottom: 2em;
  }

  .submit-button {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .submit-button:hover {
    background-color: #240a2e;
  }

  .scroller {
    height: 6rem;
  }

  .loading.three {
    font-style: italic;
    font-weight: 400;
  }

  .hero-heading-mobile {
    max-width: 300px;
    font-size: 3em;
    display: none;
  }

  .hero-heading-mobile.skew-up {
    font-size: 4em;
  }

  .opening-text {
    max-width: none;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.5em;
    line-height: 118%;
    display: block;
    top: 23%;
  }

  .opening-text.skew-up {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    line-height: 1.3em;
  }
}

#w-node-_9f8fad14-aa00-394f-ca9c-01300cd9ac7a-4ba4d5e3 {
  grid-area: Area;
}

#w-node-_6c6e09eb-57f2-f0a6-0eb5-8d6085f6cb42-4ba4d5e3 {
  grid-area: Area-4;
}

#w-node-f335fc41-8ad8-1a6b-b293-5a03752d126a-4ba4d5e3, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d1276-4ba4d5e3, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d1270-4ba4d5e3, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d127c-4ba4d5e3 {
  place-self: stretch center;
}

#w-node-cea7d78b-ed0a-7b63-4020-7d05a56507ec-4ba4d5e3, #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507ec-26d6bfea, #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507ec-f5071ba8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_414dbaf1-6740-21f4-8132-a83da8bde67e-56e49c92 {
  justify-self: center;
}

#w-node-f335fc41-8ad8-1a6b-b293-5a03752d126a-56e49c92, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d1276-56e49c92, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d1270-56e49c92, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d127c-56e49c92 {
  place-self: stretch center;
}

#w-node-cea7d78b-ed0a-7b63-4020-7d05a56507ec-56e49c92, #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507ec-0e69bd4d, #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507ec-26988e62, #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507ec-70ae0315 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_414dbaf1-6740-21f4-8132-a83da8bde67e-5d6aa2ba {
  justify-self: center;
}

#w-node-f335fc41-8ad8-1a6b-b293-5a03752d126a-5d6aa2ba, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d1276-5d6aa2ba, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d1270-5d6aa2ba, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d127c-5d6aa2ba {
  place-self: stretch center;
}

#w-node-cea7d78b-ed0a-7b63-4020-7d05a56507ec-5d6aa2ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d56649b2-0184-021e-36e2-20ebcf657abb-c7d00b32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d7fb429-4068-402c-054a-7850fa9be6ab-c7d00b32 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_718f8d1a-2c2f-6931-8b3c-9e692fb32924-227a68cb, #w-node-_718f8d1a-2c2f-6931-8b3c-9e692fb32925-227a68cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0836bf42-21cc-5262-9619-61a4fbab74bb-227a68cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_414dbaf1-6740-21f4-8132-a83da8bde67e-56e49c92 {
    justify-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_414dbaf1-6740-21f4-8132-a83da8bde67e-56e49c92, #w-node-_414dbaf1-6740-21f4-8132-a83da8bde67e-5d6aa2ba {
    justify-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_717096fb-c05b-6eb4-f541-ffe9fcd1ea8d-4ba4d5e3 {
    grid-area: Area-4;
  }

  #w-node-fde005df-bb9c-d213-5607-43cf9770c32c-4ba4d5e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_414dbaf1-6740-21f4-8132-a83da8bde67e-56e49c92 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f335fc41-8ad8-1a6b-b293-5a03752d126a-4ba4d5e3, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d1276-4ba4d5e3, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d1270-4ba4d5e3, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d127c-4ba4d5e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch center;
  }

  #w-node-_414dbaf1-6740-21f4-8132-a83da8bde67e-56e49c92 {
    justify-self: auto;
  }

  #w-node-f335fc41-8ad8-1a6b-b293-5a03752d126a-56e49c92, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d1276-56e49c92, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d1270-56e49c92, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d127c-56e49c92 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch center;
  }

  #w-node-_414dbaf1-6740-21f4-8132-a83da8bde67e-5d6aa2ba {
    justify-self: auto;
  }

  #w-node-f335fc41-8ad8-1a6b-b293-5a03752d126a-5d6aa2ba, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d1276-5d6aa2ba, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d1270-5d6aa2ba, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d127c-5d6aa2ba {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_621d86ca-ec07-ae2b-8f91-e89950522995-4ba4d5e3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e89950522999-4ba4d5e3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e8995052299b-4ba4d5e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229a5-4ba4d5e3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229a9-4ba4d5e3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229b3-4ba4d5e3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229b7-4ba4d5e3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507d8-4ba4d5e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507e0-4ba4d5e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507ec-4ba4d5e3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e89950522995-26d6bfea {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e89950522999-26d6bfea {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e8995052299b-26d6bfea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229a5-26d6bfea {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229a9-26d6bfea {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229b3-26d6bfea {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229b7-26d6bfea {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507d8-26d6bfea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507e0-26d6bfea {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507ec-26d6bfea {
    grid-column: span 1 / span 1;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e89950522995-f5071ba8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e89950522999-f5071ba8 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e8995052299b-f5071ba8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229a5-f5071ba8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229a9-f5071ba8 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229b3-f5071ba8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229b7-f5071ba8 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507d8-f5071ba8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507e0-f5071ba8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507ec-f5071ba8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e89950522995-56e49c92 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e89950522999-56e49c92 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e8995052299b-56e49c92 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229a5-56e49c92 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229a9-56e49c92 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229b3-56e49c92 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229b7-56e49c92 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507d8-56e49c92 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507e0-56e49c92 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507ec-56e49c92 {
    grid-column: span 1 / span 1;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e89950522995-0e69bd4d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e89950522999-0e69bd4d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e8995052299b-0e69bd4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229a5-0e69bd4d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229a9-0e69bd4d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229b3-0e69bd4d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229b7-0e69bd4d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507d8-0e69bd4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507e0-0e69bd4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507ec-0e69bd4d {
    grid-column: span 1 / span 1;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e89950522995-26988e62 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e89950522999-26988e62 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e8995052299b-26988e62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229a5-26988e62 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229a9-26988e62 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229b3-26988e62 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229b7-26988e62 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507d8-26988e62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507e0-26988e62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507ec-26988e62 {
    grid-column: span 1 / span 1;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e89950522995-70ae0315 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e89950522999-70ae0315 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e8995052299b-70ae0315 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229a5-70ae0315 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229a9-70ae0315 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229b3-70ae0315 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229b7-70ae0315 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507d8-70ae0315 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507e0-70ae0315 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507ec-70ae0315 {
    grid-column: span 1 / span 1;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e89950522995-5d6aa2ba {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e89950522999-5d6aa2ba {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e8995052299b-5d6aa2ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229a5-5d6aa2ba {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229a9-5d6aa2ba {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229b3-5d6aa2ba {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_621d86ca-ec07-ae2b-8f91-e899505229b7-5d6aa2ba {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507d8-5d6aa2ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507e0-5d6aa2ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-cea7d78b-ed0a-7b63-4020-7d05a56507ec-5d6aa2ba {
    grid-column: span 1 / span 1;
  }

  #w-node-aa22beac-2fab-60f0-e2be-39cbf14f81c7-c7d00b32 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-aa22beac-2fab-60f0-e2be-39cbf14f81cb-c7d00b32 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-aa22beac-2fab-60f0-e2be-39cbf14f81cd-c7d00b32 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aa22beac-2fab-60f0-e2be-39cbf14f81df-c7d00b32 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-aa22beac-2fab-60f0-e2be-39cbf14f81e3-c7d00b32 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-aa22beac-2fab-60f0-e2be-39cbf14f81f7-c7d00b32 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-aa22beac-2fab-60f0-e2be-39cbf14f81fb-c7d00b32 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5d7fb429-4068-402c-054a-7850fa9be697-c7d00b32 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d7fb429-4068-402c-054a-7850fa9be69f-c7d00b32 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_5d7fb429-4068-402c-054a-7850fa9be6ab-c7d00b32 {
    grid-column: span 1 / span 1;
  }

  #w-node-d36ec395-6064-6a82-f2fc-5933f8f69255-227a68cb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d36ec395-6064-6a82-f2fc-5933f8f69259-227a68cb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d36ec395-6064-6a82-f2fc-5933f8f6925b-227a68cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d36ec395-6064-6a82-f2fc-5933f8f6926d-227a68cb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d36ec395-6064-6a82-f2fc-5933f8f69271-227a68cb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d36ec395-6064-6a82-f2fc-5933f8f69285-227a68cb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d36ec395-6064-6a82-f2fc-5933f8f69289-227a68cb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0836bf42-21cc-5262-9619-61a4fbab74a7-227a68cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0836bf42-21cc-5262-9619-61a4fbab74af-227a68cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_0836bf42-21cc-5262-9619-61a4fbab74bb-227a68cb {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0fd2de57-50de-8023-8810-280b80b1179d-4ba4d5e3, #w-node-c7969ad2-ae3e-a1e7-d95c-b6fea51240d4-4ba4d5e3, #w-node-_338f51c8-7d28-712e-2e13-3b6204a43da9-4ba4d5e3, #w-node-_168fb659-a897-e417-1ed7-228b47844c0a-4ba4d5e3 {
    grid-area: Area;
  }

  #w-node-f335fc41-8ad8-1a6b-b293-5a03752d126a-4ba4d5e3, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d1276-4ba4d5e3, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d1270-4ba4d5e3, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d127c-4ba4d5e3, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d126a-56e49c92, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d1276-56e49c92, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d1270-56e49c92, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d127c-56e49c92, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d126a-5d6aa2ba, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d1276-5d6aa2ba, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d1270-5d6aa2ba, #w-node-f335fc41-8ad8-1a6b-b293-5a03752d127c-5d6aa2ba {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch center;
  }

  #w-node-_718f8d1a-2c2f-6931-8b3c-9e692fb32924-227a68cb {
    justify-self: center;
  }
}


