/* supress sitewide sticky-nav and promodrawer */
.brand-bar > div {
  position: static;
}

#promoBannerMain {
  display: none;
}

.disable-scroll {
  overflow: hidden;
}
/**********************/
.image-denim {
  max-width: 120%;
}
.image-denim-2 {
  max-width: 120%;
  position: relative;
  z-index: 2;
}

.sitewide-15zxy32 {
  border: 0px;
  background: none;
  padding: 0px;
  transform: translate(0px, 0px);
  height: 2.5em;
  width: 2.5em;
  overflow: visible;
}

.sitewide-1f446oc {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  min-height: 2rem;
  min-width: 2rem;
}

#playButton {
  cursor: pointer;
  position: relative;
  z-index: 100;
  inset: .5rem 1.5rem auto auto;
  position: absolute;
}

#pauseButton {
  cursor: pointer;
  position: relative;
  z-index: 100;
  inset: .5rem 1.5rem auto auto;
  position: absolute;
  display: none;
}

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

#bodequality h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Gotham Bold', sans-serif;
  color: #fff;
  font-size: 1.7rem;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(83, 80, 80, 0.7), 1px 1px 12px #585454;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Gotham Bold', sans-serif;
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

#bodequality h2 {
  color: #fff;
}

h3 {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Gotham Bold', sans-serif;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Gotham Medium', sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}

p {
  margin-bottom: 0px;
  font-family: 'Gotham Book', sans-serif;
  color: #000;
  font-size: 1.1rem;
  line-height: 1.6rem;
  letter-spacing: 0.03em;
}

.section {
  overflow: hidden;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.section.journey-section {
  background-color: #fbc004;
}

.section.denim {
  position: relative;
  z-index: 10;
  margin-top: -5px;
}

.body {
  margin-top: 0px;
}

.you-said-header {
  position: relative;
  margin-bottom: 20px;
}

.you-said-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.you-said-header-color {
  position: absolute;
  left: -15px;
  top: 9px;
  z-index: 1;
  width: 300px;
  height: 15px;
  background-color: #f7ec16;
}

.you-said-header-color.purple {
  background-color: #752bc8;
}

.you-said-header-color.magenta {
  background-color: #d22ff1;
  width: 200px;
}
.you-said-header-color.magenta-3 {
  background-color: #d22ff1;
}
.you-said-header-color.orange {
  background-color: #ff9958;
}

.you-said-p {
  width: 95%;
  padding-left: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

#bodequality .you-said-p.white {
  color: #fff;
}

.bold {
  font-family: 'Gotham Bold', sans-serif;
}

.so-we-header-color {
  position: absolute;
  left: -15px;
  top: 10px;
  z-index: 1;
  width: 270px;
  height: 15px;
  background-color: #f7ec16;
}

.so-we-header-color.purple {
  background-color: #752bc8;
}

.so-we-header-color.magenta {
  width: 300px;
  padding-bottom: 1px;
  background-color: #d22ff1;
}
.so-we-header-color.magenta-2 {
/*  width: 120px; */
  width: 0;
  padding-bottom: 1px;
  background-color: #d22ff1;
  top: 37px;
}
.so-we-header-color.magenta-3 {
  background-color: #d22ff1;
  display: none;
}

.so-we-header-color.orange {
  background-color: #ff9958;
}

.dear-women-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 11rem 0.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 10px solid #f5a3bf;
  background-color: #4472ff;
}

#bodequality .p-white {
  color: #fff;
}

.red-underline {
  border-bottom: 5px solid red;
}

.hero-image-container {
  position: relative;
}

.hero-logo-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 255px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #ff3731;
  font-family: 'Gotham Bold', sans-serif;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.cta.shop {
  width: auto;
  height: auto;
  padding-top: 11px;
  padding-bottom: 10px;
  background-color: #fff;
  color: #752bc8;
}

.shop-grid {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 7rem;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.shop-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#bodequality .h3-white {
  color: #fff;
}

.cta-grid {
  margin-top: 2rem;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.tvc-grid {
  grid-column-gap: 1.5rem;
  -ms-grid-columns: 0.75fr 0.75fr 1.25fr;
  grid-template-columns: 0.75fr 0.75fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tvc-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tvc-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dear-women-grid {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-column-gap: 2rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.journey-section-container {
  overflow: hidden;
  width: 100%;
}

.journey-grid {
  width: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  -ms-grid-columns: 2.25fr 4.25fr;
  grid-template-columns: 2.25fr 4.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.journey-content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 2rem 2.5rem 5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.journey-content-grid {
  padding-right: 1.5rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.shop-section-container {
  padding: 3.5rem 2rem;
  background-color: #8d97ff;
}

.shop-video-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shop-content-grid {
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tvc-section-container {
  padding: 2rem 6rem 2rem 2rem;
  background-color: #752bc8;
}

.hero-slider {
  width: 100%;
  height: 100%;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.hero-text-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 10rem;
  padding-left: 10rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.denim-image {
  position: absolute;
  left: -6%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.quote-top {
  position: relative;
  right: 30px;
  bottom: -15px;
  float: left;
  font-family: 'Gotham Black', sans-serif;
  color: #fff;
  font-size: 3rem;
  line-height: 0rem;
  font-weight: 900;
}

.quote-top.magenta {
  color: #d22ff1;
}

.quote-bottom {
  position: relative;
  left: 5px;
  bottom: -25px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  font-family: 'Gotham Black', sans-serif;
  color: #fff;
  font-size: 3rem;
  line-height: 0rem;
  font-weight: 900;
}

.quote-bottom.magenta {
  color: #d22ff1;
}

.shop-video-holder {
  position: relative;
  width: 306px;
  min-height: 500px;
}

.video {
  width: 100%;
  height: 100%;
}

.sky-image {
  position: absolute;
  left: -5%;
  top: 14%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blue-background {
  position: absolute;
  left: auto;
  top: auto;
  right: -5%;
  bottom: 14%;
  min-height: 190px;
  min-width: 270px;
  background-color: #8d97ff;
}

.purple-background {
  position: absolute;
  left: -8%;
  top: -5%;
  right: auto;
  bottom: auto;
  min-height: 260px;
  min-width: 200px;
  background-color: #d22ff1;
}

.purple-background-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: -8%;
  bottom: -5%;
  min-height: 260px;
  min-width: 200px;
  background-color: #d22ff1;
}

.denim-bold {
  position: absolute;
  right: 1266.69px;
  bottom: -1338.78px;
  display: none;
  font-family: 'Gotham Black', sans-serif;
  font-size: 0.9rem;
  line-height: 0rem;
}

.cta-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 255px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #ff3731;
  font-family: 'Gotham Bold', sans-serif;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.denim-text {
  position: relative;
  left: 26px;
  top: -84px;
  font-size: 0.9rem;
}

.denim-slider-wrapper {
  display: none;
}

.denim-header-grid {
  grid-column-gap: 3rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image {
  display: block;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.denim-photos-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f995bd;
}

.denim-grid-slide-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.denim-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 20rem 2.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f995bd;
}

.full-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2.5rem;
  padding-bottom: 2.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.denim-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.styles-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.styles-grid-mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.styles-section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 13.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5a3bf;
}

.styles-container {
  -o-object-fit: fill;
  object-fit: fill;
}

.red {
  position: relative;
  color: #ff3731;
  font-size: 2.5rem;
  line-height: 3.5rem;
}

.styles-header-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.styles-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.styles-button-wrapper.blue {
  background-color: #7ed3f7;
}

.styles-button-wrapper.pink {
  background-color: #fde0dc;
}

.styles-button-wrapper.yellow {
  background-color: #f7ec13;
}

.bod-eq-logo-wrapper {
  display: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.slider {
  display: none;
}

.lottie-sticky-size {
  display: none;
}

.cta-grid-mobile {
  display: none;
  margin-top: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.slide-3 {
  background-image: url('../images/ON_BodEquality_Landing_Page_Desktop_1400px_Active.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/ON_BodEquality_Landing_Page_Desktop_1400px_Fleece.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hidden-h1 {
  display: none;
}

.h3-white-aidy {
  color: #fff;
}

.grid {
  display: none;
}

.grid-2 {
  display: none;
}

.shop-content-grid-mobile {
  display: none;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-4 {
  display: block;
}

.denim-mobile {
  display: none;
}

.hero-text-grid-2 {
  margin-top: 47px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.heading-3 {
  text-shadow: none;
}

.slide-5 {
  width: 100%;
  height: 100%;
  background-image: url('../images/ON_BodEquality_Landing_Page_Desktop_1400px_Denim.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 255px;
  height: 50px;
  margin-top: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #ff3731;
  font-family: 'Gotham Bold', sans-serif;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.hero-pink-2 {
  background-color: #f5a3bf;
}

.hero-lightpink-mobile-2 {
  display: none;
  background-color: #fde0dc;
}

.hero-grid-2 {
  max-height: 800px;
  min-height: 700px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 5% 90% 5%;
  grid-template-columns: 5% 90% 5%;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
}

.hero-rose-mobile-2 {
  display: none;
  background-color: #fde0dc;
}

.hero-orange-2 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #ff9958;
}

.hero-lightpink-2 {
  background-color: #fde0dc;
}

.denim-text-bottom {
  position: relative;
  left: 26px;
  top: -65px;
  font-size: 0.9rem;
}

.denim-text-bold {
  position: relative;
  left: 26px;
  top: -89px;
  font-family: 'Gotham Black', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.2rem;
}

.shop-section-grid {
  padding-right: 1.5rem;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.lottie-mobile {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fbc004;
}

.lottie-desktop {
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fbc004;
}

.you-said-p-desktop {
  width: 95%;
  -o-object-fit: fill;
  object-fit: fill;
}

.you-said-p-desktop.white {
  color: #fff;
}

.you-said-p-desktop-copy {
  width: 95%;
  -o-object-fit: fill;
  object-fit: fill;
}

.you-said-p-desktop-copy.white {
  color: #fff;
}

.you-said-p-other {
  display: none;
  width: 95%;
  -o-object-fit: fill;
  object-fit: fill;
}

.you-said-p-other.white {
  color: #fff;
}

.legal-text {
  font-size: 0.6rem;
}

@media screen and (max-width: 1200px) {
  .journey-section-container {
    padding-left: 0rem;
  }

  .journey-grid {
    -ms-grid-columns: 10.5fr;
    grid-template-columns: 10.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .journey-content-box {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .journey-content-grid {
    grid-column-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .denim-header-grid {
    margin-right: 50px;
    margin-left: 50px;
    grid-column-gap: 5rem;
    -ms-grid-columns: 0.75fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr;
  }

  .denim-header-container {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .so-we-header-color.magenta {
    width: 185px;
  }

  .you-said-header-color.purple{
    width: 270px;
  }
}

@media screen and (max-width: 1090px) {
  .you-said-header-color.magenta {
    width: 80px;
  }
  .you-said-header-color.magenta-2 {
    width: 140px;
    background-color: #d22ff1;
  }
  .you-said-header-color.magenta-3 {
    display: block;
    width: 125px;
    top: 65px;
  }
}

@media screen and (max-width: 1038px){
  .so-we-header-color.magenta {
    width: 100px;
  }
  .so-we-header-color.magenta-2 {
    width: 110px;
  }

  .so-we-header-color.magenta-3 {
    display: block;
    background-color: #d22ff1;
    top: 65px;
    width: 120px;
  }
}

@media screen and (max-width: 991px) {
  .you-said-header-color.magenta {
    width: 200px;
  }
  .you-said-header-color.magenta-2 {
    width: 125px;
    top: 36px;
  }
  .you-said-header-color.magenta-3 {
    display: none;
  }
  .so-we-header-color.magenta {
    width: 280px;
    left: -12px;
  }
  .so-we-header-color.magenta-2 {
    display: none;
  }
  .so-we-header-color.magenta-3 {
    display: none;
  }

  .you-said-header-color{
    width: 300px;
  }

  h2 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }

  .dear-women-container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .shop-grid {
    grid-column-gap: 3rem;
  }

  .cta-grid {
    margin-top: 0rem;
  }

  .tvc-grid {
    -ms-grid-columns: 1fr 1.25fr;
    grid-template-columns: 1fr 1.25fr;
  }

  .journey-section-container {
    padding-left: 0rem;
  }

  .journey-grid {
    -ms-grid-columns: 10.5fr;
    grid-template-columns: 10.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .journey-content-box {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .journey-content-grid {
    grid-column-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hugging-shot {
    display: none;
  }

  .shop-video-holder {
    min-width: 35vw;
  }

  .sky-image {
    top: -5%;
  }

  .blue-background {
    bottom: -8%;
  }

  .cta-2.styles {
    width: auto;
    min-width: 200px;
  }

  .denim-text {
    top: -86px;
  }

  .denim-slider-wrapper {
    display: block;
    width: 100%;
  }

  .denim-header-grid {
    margin-right: 50px;
    margin-left: 50px;
    grid-column-gap: 3rem;
    -ms-grid-columns: 0.75fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr;
  }

  .right-arrow-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image {
    display: block;
  }

  .denim-photos-container {
    padding-right: 0rem;
    padding-bottom: 2.5rem;
    padding-left: 0rem;
    background-color: #f995bd;
  }

  .mask-2 {
    overflow: visible;
  }

  .denim-grid-slide-1 {
    padding-right: 3rem;
    padding-left: 3rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .denim-slider-tablet {
    height: 100%;
    background-color: #f995bd;
  }

  .denim-header-container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .left-arrow-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .full-button-container {
    position: relative;
    z-index: 10;
    padding-bottom: 0rem;
  }

  .denim-grid {
    display: none;
  }

  .slide-nav-2 {
    display: none;
  }

  .denim-slider-mobile {
    display: none;
    height: 100%;
    background-color: #fa89b4;
  }

  .styles-section-header {
    padding-right: 8.8rem;
    padding-left: 8.8rem;
  }

  .red {
    font-size: 2rem;
    line-height: 3rem;
  }

  .styles-header-grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-flow: row;
    grid-auto-columns: 0.25fr;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    font-size: 14px;
  }

  .image-3 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .slide-3 {
    background-image: url('../images/ON_BodEquality_Landing_Page_Tablet_Active2x.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-4 {
    background-image: url('../images/ON_BodEquality_Landing_Page_Tablet_Fleece2x.jpg');
    background-position: 50% 50%;
  }

  .h3-white-aidy {
    font-size: 1rem;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-5 {
    border-radius: 0px;
  }

  .slide-5 {
    background-image: url('../images/ON_BodEquality_Landing_Page_Tablet_Denim2x.jpg');
    background-position: 50% 50%;
  }

  .denim-text-bottom {
    top: -86px;
  }

  .denim-text-bold {
    top: -92px;
    font-size: 1rem;
  }

  .shop-section-grid {
    grid-column-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .you-said-p-desktop {
    display: none;
  }

  .you-said-p-other {
    display: block;
  }

  .legal-text {
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 905px) {
  .so-we-header-color.magenta {
    width: 185px;
  }
  .so-we-header-color.magenta-2 {
    display: block;
    width: 120px;
    top: 37px;
    left: -12px;
  }
}

@media screen and (max-width: 875px) {
  .shop-grid {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .shop-video-holder {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 767px) {
  .so-we-header-color.magenta {
    width: 180px;
  }

  .shop-grid {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .tvc-grid {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: column;
    -ms-grid-columns: 1fr 1.5fr;
    grid-template-columns: 1fr 1.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .tvc-content-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .dear-women-grid {
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .journey-section-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0rem;
  }

  .journey-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 2.5fr;
    grid-template-columns: 2.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .journey-content-box {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .journey-content-grid {
    padding-right: 0rem;
  }

  .tvc-section-container {
    padding-right: 2rem;
  }

  .shop-video-holder {
    margin-bottom: 55px;
  }

  .blue-background {
    display: none;
  }

  .cta-2.styles {
    width: 150px;
    min-width: auto;
  }

  .denim-text {
    top: -70px;
    padding-right: 1rem;
  }

  .denim-header-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .full-button-container {
    margin-top: -4rem;
  }

  .red {
    font-size: 1.8rem;
  }

  .image-3 {
    display: none;
  }

  .denim-text-bottom {
    padding-right: 1rem;
  }

  .denim-text-bold {
    top: -76px;
    padding-right: 1rem;
  }

  .shop-section-grid {
    padding-right: 0rem;
  }
  .you-said-header-color.magenta {
    width: 200px;
  }

}

@media screen and (max-width: 591px) {
  .you-said-header-color.magenta {
    width: 180px;
  }
  .you-said-header-color.magenta-2 {
    width: 140px;
  }
  .you-said-header-color.magenta-3 {
    display: none;
    width: 125px;
    top: 65px;
    background: #d22ff1;
  }
}

@media screen and (max-width: 555px) {
  .so-we-header-color.magenta {
    width: 90px;
  }
  .so-we-header-color.magenta-2 {
    width: 105px;
  }
  .so-we-header-color.magenta-3 {
    display: block;
    left: -12px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1rem;
  }

  h2 {
    font-size: 2.3rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  .section.journey-section {
    overflow: visible;
    background-color: transparent;
  }

  .you-said-header-color.purple {
    left: -28px;
  }

  .you-said-header-color.magenta {
    left: -30px;
    /*width: 190px;*/
    width: 275px;
  }

  .you-said-header-color.magenta-2 {
    display: none;
    left: -30px;
  }

  .you-said-header-color.magenta-3 {
    display: none;
  }

  .you-said-p {
    font-size: 1rem;
  }

  .you-said-p.white {
    width: 105%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 21px;
  }

  .so-we-header-color.purple {
    left: -30px;
  }

  .so-we-header-color.magenta {
    left: -30px;
    width: 275px;
  }

  .so-we-header-color.magenta-2 {
    display: none;
  }

  .so-we-header-color.magenta-3 {
    display: none;
  }

  .dear-women-container {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .cta {
    position: relative;
    z-index: 16;
    margin-bottom: -428px;
  }

  .shop-grid {
    width: 100%;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-row-gap: 2.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(449px, 0.25fr) auto;
    grid-template-rows: minmax(449px, 0.25fr) auto;
  }

  .shop-text-wrapper {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .h3-white {
    left: -20px;
  }

  .cta-grid {
    display: none;
  }

  .tvc-grid {
    width: 100vw;
    grid-row-gap: 2.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .tvc-content-container {
    padding-right: 15vw;
    padding-left: 3rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .journey-section-container {
    overflow: visible;
    width: 100vw;
  }

  .journey-grid {
    width: 100vw;
  }

  .journey-content-box {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    background-color: #fbc004;
  }

  .journey-content-grid {
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }

  .shop-section-container {
    padding: 0rem 0rem 2rem;
  }

  .shop-video-wrapper {
    min-height: 30vh;
  }

  .shop-content-grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-row-align: center;
    align-self: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 1.25rem;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .tvc-section-container {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .hugging-shot {
    display: none;
  }

  .hero-slider {
    display: block;
    width: 100%;
  }

  .hero-text-container {
    left: auto;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .denim-image {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 15;
    display: none;
    width: auto;
    height: 75px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .shop-video-holder {
    min-height: 75vh;
    min-width: 100vw;
  }

  .video {
    left: auto;
    bottom: 43px;
  }

  .sky-image {
    display: none;
  }

  .blue-background {
    display: none;
  }

  .purple-background {
    display: none;
  }

  .purple-background-2 {
    display: none;
  }

  .denim-bold {
    font-size: 1rem;
  }

  .cta-2 {
    font-size: 0.9rem;
  }

  .cta-2.styles {
    width: 225px;
  }

  .denim-text {
    position: absolute;
    left: 9%;
    top: auto;
    right: 0%;
    bottom: 14%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 0.9rem;
  }

  .denim-header-grid {
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image {
    min-width: 100%;
  }

  .mask-2 {
    width: 100%;
  }

  .denim-slider-tablet {
    display: none;
  }

  .denim-header-container {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .denim-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .full-button-container {
    margin-top: 0rem;
  }

  .denim-slider-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f995bd;
  }

  .right-arrow-3 {
    left: auto;
    top: 0%;
    right: 6%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .styles-grid {
    display: none;
  }

  .styles-grid-mobile {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .styles-section-header {
    width: 100vw;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .slide-2 {
    height: 100%;
  }

  .left-arrow-3 {
    left: 5%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .red {
    line-height: 2.7rem;
  }

  .styles-header-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .styles-button-wrapper.blue {
    background-color: #7ed3f7;
  }

  .bod-eq-logo-wrapper {
    padding-top: 1rem;
    padding-bottom: 0rem;
  }

  .slide-nav-3 {
    display: none;
  }

  .slider {
    display: block;
    height: 100%;
  }

  .lottie-slider-outer {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .lottie-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lottie-sticky-size {
    display: block;
    height: 700vw;
    margin-top: -35rem;
    padding-top: 15vw;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .cta-grid-mobile {
    display: none;
    margin-top: 0rem;
    margin-bottom: 54px;
    padding-right: 0rem;
    padding-left: 0rem;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-flow: column;
    grid-auto-columns: 0.25fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .image-3 {
    display: none;
  }

  .slide-3 {
    background-image: url('../images/ON_BodEquality_Landing_Page_Mobile_320px_Header_Active2x.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-4 {
    background-image: url('../images/ON_BodEquality_Landing_Page_Mobile_320px_Header_Fleece2x.jpg');
    background-position: 50% 50%;
  }

  .h3-white-aidy {
    left: -20px;
    font-size: 1.3rem;
  }

  .grid-2 {
    display: -ms-grid;
    display: grid;
    margin-top: -63px;
    padding-right: 10px;
    padding-left: 10px;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .button {
    padding: 11px 15px 10px;
    border-radius: 5px;
    background-color: #fff;
    font-family: 'Gotham Bold', sans-serif;
    color: #752bc8;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }

  .shop-content-grid-mobile {
    display: -ms-grid;
    display: grid;
    padding-left: 0.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.75fr;
    grid-template-columns: 0.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .denim-mobile {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 15;
    display: block;
    height: 75px;
  }

  .hero-text-grid-2 {
    margin-top: -69px;
    padding-top: 0px;
    padding-right: 0px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    grid-auto-flow: row;
    grid-column-gap: 16px;
    grid-row-gap: 0rem;
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .slide-5 {
    padding-right: 0px;
    background-image: url('../images/ON_BodEquality_Landing_Page_Mobile_320px_Header_Denim2x.jpg');
    background-position: 50% 50%;
  }

  .cta-3 {
    position: relative;
    z-index: 16;
    margin-bottom: -308px;
    font-size: 0.9rem;
  }

  .hero-pink-2 {
    display: none;
  }

  .hero-lightpink-mobile-2 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 14;
    display: block;
    padding-top: 75px;
    padding-right: 95px;
    padding-bottom: 0px;
  }

  .hero-grid-2 {
    width: 100%;
    min-height: 500px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .hero-rose-mobile-2 {
    position: absolute;
    left: 0%;
    top: auto;
    right: -25px;
    bottom: 0%;
    z-index: 13;
    display: block;
    padding: 75px 24px 0px 0px;
    background-color: #f995bd;
  }

  .hero-orange-2 {
    display: none;
  }

  .hero-lightpink-2 {
    display: none;
  }

  .denim-text-bottom {
    position: absolute;
    left: 9%;
    top: auto;
    right: 0%;
    bottom: 4%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 0.9rem;
  }

  .denim-text-bold {
    position: absolute;
    left: 9%;
    top: auto;
    right: 0%;
    bottom: 10%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 1rem;
  }

  .shop-section-grid {
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }

  .lottie-mobile {
    display: block;
    width: 100%;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: transparent;
  }

  .lottie-desktop {
    display: none;
    width: 100%;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #fbc004;
  }

  .you-said-p-desktop {
    font-size: 1rem;
  }

  .you-said-p-desktop.white {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 21px;
  }

  .you-said-p-desktop-copy {
    font-size: 1rem;
  }

  .you-said-p-desktop-copy.white {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 21px;
  }

  .you-said-p-other {
    font-size: 1rem;
  }

  .you-said-p-other.white {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 21px;
  }

  .legal-text {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 356px) {
  .so-we-header-color.magenta{
    width: 175px;
  }

  .so-we-header-color.magenta-2{
    display:block;
    left: -30px
  }
}

#w-node-_656952f6-0731-cb39-8e69-a2c68daef1d4-0783f35e {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_656952f6-0731-cb39-8e69-a2c68daef1d5-0783f35e {
  -ms-grid-row: span 10;
  grid-row-start: span 10;
  -ms-grid-row-span: 10;
  grid-row-end: span 10;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_656952f6-0731-cb39-8e69-a2c68daef1ee-0783f35e {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_656952f6-0731-cb39-8e69-a2c68daef1ef-0783f35e {
  -ms-grid-row: span 7;
  grid-row-start: span 7;
  -ms-grid-row-span: 7;
  grid-row-end: span 7;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_656952f6-0731-cb39-8e69-a2c68daef1f0-0783f35e {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_025bfe65-5811-e170-11a6-b40268cb2d25-0783f35e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b6c16970-0e35-7fde-8c61-afb31b74ea23-0783f35e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-adb83cf2-0e3b-a2f9-0df7-f6a1875372b5-0783f35e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_346357fa-0da2-f1aa-62d6-a0f7b6d91e05-0783f35e {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-ef75c751-b22b-6130-e17a-dfd8a50f6665-0783f35e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_217a5b93-449c-9a11-4566-db4326bf043f-0783f35e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_217a5b93-449c-9a11-4566-db4326bf043d-0783f35e {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_217a5b93-449c-9a11-4566-db4326bf044a-0783f35e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_217a5b93-449c-9a11-4566-db4326bf0451-0783f35e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_217a5b93-449c-9a11-4566-db4326bf0458-0783f35e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_217a5b93-449c-9a11-4566-db4326bf0463-0783f35e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b6c16970-0e35-7fde-8c61-afb31b74ea2b-0783f35e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b6c16970-0e35-7fde-8c61-afb31b74ea35-0783f35e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b6c16970-0e35-7fde-8c61-afb31b74ea41-0783f35e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b6c16970-0e35-7fde-8c61-afb31b74ea4c-0783f35e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_217a5b93-449c-9a11-4566-db4326bf043f-0783f35e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_217a5b93-449c-9a11-4566-db4326bf0443-0783f35e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_713ffa04-9d0f-0f5c-f951-db65bd2e5ae2-0783f35e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_656952f6-0731-cb39-8e69-a2c68daef1d5-0783f35e {
    -ms-grid-row: span 6;
    grid-row-start: span 6;
    -ms-grid-row-span: 6;
    grid-row-end: span 6;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_656952f6-0731-cb39-8e69-a2c68daef1ef-0783f35e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_025bfe65-5811-e170-11a6-b40268cb2d25-0783f35e {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_1939a071-5287-d5c7-f58d-04c536a34b2f-0783f35e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1939a071-5287-d5c7-f58d-04c536a34b4e-0783f35e {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-adb83cf2-0e3b-a2f9-0df7-f6a1875372b5-0783f35e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_8645d122-d474-7fa8-eea3-d43941e19ff7-0783f35e {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-a878f796-a742-d249-c96b-aeaa7b84f797-0783f35e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_217a5b93-449c-9a11-4566-db4326bf043d-0783f35e {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@font-face {
  font-family: 'Gotham Medium';
  src: url('../fonts/GothamMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book_369762f0eb85426ad24f9a42322c0d9b.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Bold';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Black';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
