
.hidden {
display: none !important;
}
.play-overlay svg {
cursor: pointer;
}
.gray {
background-color: #F7FAFF;
}

.image {
  margin-top: 0;
  margin-bottom: 80px;
}

#pageContent a:not(.chart-box__text--list > ul > li > a):not(.btn-primary):not(#summary a):not(#content-nav a)
{
  color: #de1b76;
  text-decoration: none !important;
}

#pageContent a:not(.chart-box__text--list > ul > li > a):not(.btn-primary):not(#summary a):not(#content-nav a span) span
{
  color: #de1b76;
  text-decoration: none !important;
}

#pageContent a:not(.chart-box__text--list > ul > li > a):not(.btn-primary):not(#summary a):not(#content-nav a):hover
{
  color: #de1b76;
  text-decoration: underline !important;
}

#pageContent a:not(.chart-box__text--list > ul > li > a):not(.btn-primary):not(#summary a):hover span
{
  color: #de1b76;
  text-decoration: underline !important;
}

.cta {
  display: flex;
  flex-direction: column;
  padding: 50px 0;
  position: relative;
  column-gap: 45px;
  row-gap: 30px;
}

.cta-image-container {
  width: 100%;
  background-color: #191530;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  margin-top: 0;
}

@media screen and (max-width: 450px) {
  .cta {
    margin-bottom: 65px !important;
  }
  
}
 
.cta-image {
  max-height: 250px;
  padding-top: 26px;
  margin: 0 auto;
}
 
.cta-background {
  background-color: #F7FAFF;
  position: absolute;
      width: 3000px;
    height: 100%;
    right: -500px;
    z-index: -1;
  border-radius: 0 5px 5px 0;
  top: 0;
}

@media screen and (min-width: 700px) {
  .cta {
    flex-direction: row;
    padding: 41px 0;
    align-items: center;
  }
  .cta-image-container {
    margin-top: 0px;
    width: 218px;
    height: 218px;
  }
}

@media screen and (min-width: 768px) {
  .cta-background {
    right: 0;
  }
}

.feature {
  background-color: #f7faff;
  border-radius: 5px;
}

.feature .feature-title {
  border-radius: 5px 5px 0 0;
  padding: 15px 50px;
  color: white;
font-size: 21px;
font-style: normal;
font-weight: 700;
line-height: 24px;
}

.feature .feature-content {
  padding: 50px;
  color: var(--Navy, #191530);
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

@media screen and (max-width: 450px) {
  
  .feature {
    position: relative;
    left: -32px;
    width: 100vw;
  }
  
  
  .feature .feature-content {
    font-size: 18px;
    padding: 15px 32px 50px 32px;
  }
  .feature-client > .feature-title {
    font-size: 18px !important;
    border-radius: 0px;
    padding: 15px 32px !important;
  }
  
  .feature-client > .feature-title, 
  .feature .feature-title {
    font-size: 18px;
    border-radius: 0px;
    padding: 15px 32px;
  }
}


.feature .feature-content  strong {
  color: var(--Magenta, #DE1B76);
font-family: Faktum;
font-size: 21px;
font-style: normal;
font-weight: 600;
line-height: 28px;
}

.feature .feature-content  a:hover {
  color: #de1b76;
}

.key_insights {
  scroll-margin-top: 150px;
  padding-bottom: 44px;
}

.key_insights .key_insights--mainTitle {
  margin-bottom: 25px;
  color: #191530;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px; /* 110% */
}

.key_insights .key_insights--title {
  color: var(--Magenta, #DE1B76);
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 5px;
}

.key_insights .key_insights--content {
  color: var(--Navy, #191530);
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 30px;
}

@media screen and (max-width: 450px) {
  .key_insights .key_insights--mainTitle {
    font-size: 30px;
  }

  .key_insights .key_insights--title, .key_insights .key_insights--content  {
    font-size: 18px;
  }
}

@media screen and (max-width: 449px) {
.mobile-box {
  position: fixed !important;
  top: 80px !important;
  right: 0 !important;
  width: 100vw !important;
  height: calc(200vh - 80px) !important;
  background-color: #f7faff !important;
  z-index: 100;
}
}

@media screen and (min-width: 450px) {
  .mobile-box {
    display: none !important;
  }
}

#summary {
   scroll-margin-top: 200px;
}

#summary h3 {
  font-size: 21px;
}
.summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7faff;
  border-radius: 5px
}

.summary__title {
  margin: 0;
  padding-left: 25px;
  color: #191530;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; 
}

@media screen and (max-width: 450px) {
  .summary__title {
    font-size: 18px;
  }
}

.summary__link {
  background-color: #de1b76;
  height: 100%;
  display: flex;
  padding: 20px 10px;
  border-radius: 0 5px 5px 0;
}

.summary:hover {
  background-color: #DFE7F5;
}
.summary:hover .summary__link {
  background-color: #A40F58;
}

@media screen and (max-width: 1092px) {
  .mobile-authors-box {
  column-gap: 30px;
  margin-bottom: 20px;
  display: grid !important;
  row-gap: 10px;
}
}
.mobile-person-box {
  align-items: center;
  column-gap: 10px;
  max-width: auto;
  
}
.mobile-person-box img {
  width: 45px;
}

.mobile-author-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mobile-author-name {
  color: var(--Monos-Navy, #191530);
font-family: Faktum;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 17px; /* 141.667% */
  margin-bottom: 5px;
}

.mobile-author-title {
  color: var(--Monos-Navy, #191530);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 14px; /* 116.667% */
}

@media screen and (max-width: 768px) {
  .mobile-header-image {
    margin: 0;
  }
}

@media screen and (max-width: 450px) {
  .feature-client {
    position: relative;
    left: -32px;
    width: 100vw;
  }
  
  .feature-client > .feature-title {
    border-radius: 0px !important;
  }
  
  .feature-client .feature-client__content, .feature-client .feature-client__text {
    padding: 15px 32px 50px 32px;
  }
}

.feature-client {
  background-color: #f7faff;
  border-radius: 5px;
}

.feature-client > .feature-title {
      padding: 15px 50px;
  color: var(--White, #FFF);
  font-family: Faktum;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 114.286% */
  border-radius: 5px 5px 0px 0px;
}

.feature-client__content {
  padding: 15px 50px;
}

.feature-client__author {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.feature-client__authorImg {
  max-width: 80px;
}

.feature-client__name {
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .client-name {
    font-size: 12px;
  }
  
  .client-job-title {
    font-size: 12px;
  }
}

.feature-client__text {
  padding: 15px 50px 50px 50px;
}

.video-embed > #text {
  display: none;
}

.video-embed > iframe {
  display: block;
}

#client-quote-updated {
  margin-bottom: 80px;
  width: 100%;
  border-radius: 5px 5px 0 0;
  background-color: #f7faff;
}

#client-quote-updated .client-quote-bar {
  border-radius: 5px 5px 0 0;
  width: 100%;
  background-color: #ced9eb;
  display: flex;
  align-items: center;
  column-gap: 15px;
  height: 75px;
  padding-left: 50px;
  padding-right: 50px;
}

#client-quote-updated .client-quote-bar > img {
  max-height: 40px;
}

#client-quote-updated .client-quote-bar > h2 {
  margin-bottom: 0px;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1px;
}

#client-quote-updated .client-quote-content {
  padding: 50px;
} 

#client-quote-updated .client-quote-content > p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

@media screen and (max-width: 450px) {
  #client-quote-updated {
      left: -32px;
      position: relative;
      width: 100vw;
  }
}
@media screen and (max-width: 500px) {
  #client-quote-updated .client-quote-bar>h2 {
    font-size: 26px;
  }
 
}

#client-quote-updated .client-quote-updated__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  column-gap: 10px;
}

@media screen and (max-width: 630px) {
#client-quote-updated .client-quote-updated__bar {
    flex-wrap: wrap;
  row-gap: 20px;
  }
}
.client-quote-updated__bar .client-quote-author {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.client-quote-updated__bar > img.company-logo {
  max-height: 70px;
  max-width: 157px;
}

.client-quote-updated__bar .client-quote-author > img {
  max-height: 88px;
}



.client-quote-updated__bar .client-quote-author > div > p {
  font-size: 16px;
  margin-bottom: 0px;
}
@media screen and (max-width: 500px) {
  #client-quote-updated .client-quote-bar {
    padding: 0px 25px;
  }
  #client-quote-updated .client-quote-content {
  padding: 25px;
  }
.client-quote-updated__bar .client-quote-author>div>p {
    font-size: 14px;
  }
}

.client-quote-updated__bar .client-quote-author > div > p.author {
  font-weight: bold;
}


#didyouknow-section {
  padding-left: 30px;
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
}

#didyouknow-section::before {
content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    width: 5px;
    height: 100%;
    background-color: #de1b76;
}

#didyouknow-section .banner {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 25px;
}

#didyouknow-section .banner > h2 {
  margin-bottom: 0px;
   font-weight: 400;
  font-size: 32px;
  letter-spacing: -1px;
  color: #de1b76;
}

#didyouknow-section .banner > img {
  max-height: 40px;
}

.didyouknow-content > h2 {
font-size: 20px;
  line-height: 28px;
  margin-bottom: 0px;
}

.didyouknow-content > p {
font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
}

.didyouknow-content  {
font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
}

.didyouknow-content > p > a{
  text-decoration: underline !important;
}

.ad {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin: 65px 0;
  column-gap: 40px;
}

.ad.media_reversed {
  flex-direction: row;
}

.ad .chapter-background {
  background-color: #F7FAFF;
}

@media screen and (max-width: 699px) {
  .ad {
    flex-direction: column;
  }
  

}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .ad {flex-direction: row;}
}
.ad img {
  z-index: 10;
}
.ad .content {
  z-index: 10;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  width: 50%;
  padding: 41px 0;
}

  .ad .content {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .ad .content {
    padding-right: 20px;
  }
}

.ad .content-image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 70%;
  padding-right: 41px;
}

@media screen and (max-width: 500px) {
  .ad .content-image {
    width: 100%;
    padding-top: 41px;
  }
}

@media screen and (min-width: 501px) and (max-width: 1023px) {
  .ad .content-image {
    width: 70%;
    padding: 41px 0;
  }
}
@media screen and (min-width: 1024px) {
  .ad .content-image {
  justify-content: center;
    
  }
} 
.ad .content h2 {
  font-size: 24px;
}

.success-story {
  position: relative;
  padding-top: 80px;
  background-color: #f7faff;
}
.success-story .chapter-background {
  background-color: #f7faff;
  top: 0;
}

.success-story-content {
  z-index: 10;
  position: relative;
  padding-right: 100px;
}

@media screen and (max-width: 700px) {
  .success-story-content {
    padding: 0;
  }
}

.success-story h2 {
  color: #191530;
  font-size: 48px;
}


.success-grid {
  display: flex;
  flex-direction: row;
  padding: 80px 0;
}

.success-grid > div {
  border-right: 1px solid #000;
  padding-right: 40px;
}

.success-grid > div:not(:first-child)  {
  padding-left: 40px;
}


.success-grid > div:last-of-type {
  border-right: none;
}

@media screen and (max-width: 470px) {
  .success-story h2 {
    font-size: 44px;
  }
  
  .success-grid {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(1, 1fr);
    row-gap: 15px;
    width: 150px;
  }
  .success-grid > div {
    padding: 0px;
    border-right: none;
    padding-left: 0px !important;
    border-bottom: 1px solid black;
  }
  
  .success-grid > div > p:last-of-type {
    padding-bottom: 10px;
  }
  .success-grid > div:last-of-type {
  border-bottom: none;
}
}



.success-grid > div > p {
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 0px;
  font-weight: 300;
}

.success-grid > div > p.number {
  color: #DE1B76;
  font-weight: bold;
}


.table > p {
  font-weight: bold;font-size: 20px;
}
.table {
  
  padding-bottom: 70px;
}
.table > div {
  display: flex;
  flex-direction: column;
  max-width: 488px;
  width: 100%;
}

.table > div > .table-row {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  align-items: center;
  border-bottom: 0.5px solid #ABB8CF;
}
.table > div > .table-row:last-of-type {
  border-bottom: none;
}
.table-row .number {
  max-width: 80px;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #de1b76;
  margin-bottom: 0px;
}

.quote {
  padding-bottom: 80px;
}

.quote > p {
  font-weight: bold;
  max-width: 570px;
  width: 100%;
  margin-bottom: 20px;
  font-size: 20px;
  line-height:28px;
}

.quote > div > p.author {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0px;
}

.quote > div > p.job {
  font-size: 16px;
}

.text-content {
  max-width: 691px;
  width: 100%;
  padding-bottom: 80px;
}
.margin-top-80 {
margin-top: 80px;
}
.key_takeaways {
  margin-top: 70px;
  scroll-margin-top: 130px
}
.key_takeaways .banner {
  display: flex;
  flex-direction: row;
  column-gap: 15px;
  align-items: center;
  background-color: #de1b76;
  border-radius: 5px 5px 0px 0px;
  padding: 15px 50px;
}

.key_takeaways .banner > img {
  max-height: 40px;
}

.key_takeaways .banner > p {
  color: white;
  font-weight: 400;
  font-size: 32px;
}

.key_takeaways .takeaway_content {
  padding: 50px;
  background-color: #191530;
  font-size: 20px;
  color: white;
}

.key_takeaways .takeaway_content .columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 45px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 450px) {
  .key_takeaways .takeaway_content .columns {
  grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}

@media screen and (min-width: 451px) and (max-width: 650px) {
  .key_takeaways .takeaway_content .columns {
  grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
    column-gap: 15px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1099px) {
  .key_takeaways .takeaway_content .columns {
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
    column-gap: 15px;
  }
}

.columns .key-column .number {
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
}
.columns .key-column .line {
  width: 89px;
  height: 7px;
  background-color: #de1b76;
}
.columns .key-column .title {
  padding-top: 16px;
  font-weight: bold;
  margin-bottom: 0px;
}

.pullout h3 {
  color: #526482;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin: 70px 0;
    letter-spacing: -1px;
}
.download-popup svg {
margin-right: 10px;
}

.video-embed.tiktok,
  .tiktok-embed {
  height: 735px;
  }
.video-embed.tiktok {
margin-bottom: 50px;
}