/* ==========================================================
   GLOBAL
========================================================== */

html,
body{
    width:100%;
    overflow-x:hidden;
}

*,
*::before,
*::after{
    box-sizing:border-box;
}

img{
    display:block;
    max-width:100%;
    height:auto;
}

.container{
    width:min(1280px,100%);
    margin:auto;
    padding-inline:32px;
}


/* ==========================================================
   TABLETS
========================================================== */

@media (max-width:1024px){

.container{
    padding-inline:28px;
}

.section{
    padding:85px 0;
}

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width:768px){

.container{
    padding-inline:22px;
}

.section{
    padding:75px 0;
}

}

@media (max-width:480px){

.container{
    padding-inline:18px;
}

.section{
    padding:65px 0;
}

}


/* ==========================================================
   HEADER
========================================================== */

@media (max-width:1024px){

.header{
    height:82px;
}

.nav{
    height:82px;
}

.nav__logo img{
    height:58px;
}

}

@media (max-width:768px){

.header{
    height:74px;
}

.nav{
    height:74px;
}

.nav__logo img{
    height:50px;
}

.nav__logo-text{
    font-size:1.45rem;
}

.nav__menu{
    width:100%;
    height:100vh;
    padding-top:100px;
    gap:26px;
}

.nav__link{

    font-size:17px;
    letter-spacing:2px;
}

}

@media (max-width:480px){

.nav__logo img{
    height:46px;
}

.nav__logo-text{
    font-size:1.3rem;
}

.nav__link{

    font-size:16px;
}

}

/* ==========================================================
   HERO SECTION RESPONSIVE
   ========================================================== */

/* ---------- Large Tablets ---------- */
@media (max-width:1024px){

    .ps-hero{
        min-height:760px;
        padding-top:90px;
    }

    .ps-hero__pre{
        font-size:clamp(2rem,4vw,3rem);
        margin-bottom:10px;
    }

    .ps-hero__text-wrapper{
        top:-75px;
    }

    .ps-hero__text-left{
        font-size:clamp(4rem,12vw,7rem);
        letter-spacing:-2px;
    }

    .ps-hero__figure{
        bottom:-70px;
    }

    .ps-hero__photo{
        height:430px;
    }

}


/* ---------- Tablets ---------- */

@media (max-width:768px){

    .ps-hero{

        min-height:650px;
        padding-top:70px;
        overflow:hidden;

    }

    .ps-hero__glow::before{

        width:900px;
        height:650px;
        filter:blur(70px);

    }

    .ps-hero__pre{

        font-size:3rem;
        margin-bottom:5px;

    }

    .ps-hero__center{

        justify-content:center;

    }

    .ps-hero__text-wrapper{

        top:-45px;

    }

    .ps-hero__text-left{

        font-size:clamp(3.4rem,15vw,5.5rem);
        letter-spacing:-1px;
        text-align:center;

    }

    .ps-hero__figure{

        bottom:-85px;

    }

    .ps-hero__photo{

        height:400px;

    }
    .hero-divider{
        height:90px;
        margin-top:-88px;
        z-index:20;
    }

}


/* ---------- Large Phones ---------- */

@media (max-width:576px){

    .ps-hero{

        min-height:600px;
        padding-top:70px;

    }

    .ps-hero__pre{

        font-size:2rem;

    }

    .ps-hero__text-wrapper{

        top:-25px;

    }

    .ps-hero__text-left{

        font-size:clamp(3.4rem,16vw,4.8rem);
        letter-spacing:0;

    }

    .ps-hero__figure{

        bottom:-35px;

    }

    .ps-hero__photo{

        height:310px;

    }

}


/* ---------- Small Phones ---------- */

@media (max-width:480px){

    .ps-hero{

        min-height:610px;
        padding-top:55px;
        overflow: hidden;
    }

    .ps-hero__pre{

        font-size:3rem;
        letter-spacing:1px;
        font-weight: 900;
    }

    .ps-hero__text-wrapper{

        top:35px;

    }

    .ps-hero__text-left{

        font-size:clamp(3rem,15vw,4.5rem);
        line-height:.9;
        white-space:nowrap;

    }

    .ps-hero__figure{

        bottom:-110px;

    }

    .ps-hero__photo{

        height:360px;

    }
    .hero-divider{
        height:70px;
        margin-top:-69px;
        z-index:20;
    }

    .hero-divider svg{
        width:100%;
        height:100%;
        display:block;
    }
    
}


/* ---------- Very Small Phones ---------- */

@media (max-width:360px){

    .ps-hero{

        min-height:560px;

    }

    .ps-hero__pre{

        font-size:1.5rem;

    }

    .ps-hero__text-wrapper{

        top:0;

    }

    .ps-hero__text-left{

        font-size:3rem;

    }

    .ps-hero__figure{
        bottom:-100px;
    }

    .ps-hero__photo{
        height:310px;
    }

    .hero-divider{
        height:60px;
        margin-top:-59px;
    }

}

@media (max-width:768px){
    /*DOWNLOAD SECTION*/
    .download{
        padding:80px 0 100px;
        overflow:visible;
    }

    .download__container{
        display:flex;
        flex-direction:column;
        align-items:center;
        gap:40px;
    }

    .download__image-col,
    .download__content-col{
        width:100%;
        max-width:500px;
    }

    .download__image{
        width:100%;
        height:auto;
        display:block;
    }

    .download__content-col{
        text-align:center;
    }

    .download__title{
        font-size:2.2rem;
    }

    .download__desc{
        margin-bottom:30px;
    }

    .download__form{
        display:flex;
        flex-direction:column;
        gap:18px;
        width:100%;
    }

    .form__input{
        width:100%;
    }

    .form__submit{
        width:100%;
        min-height:56px;
        margin-top:10px;
        margin-bottom:40px;   /* IMPORTANT */
    }

    .section-divider{
        margin-top:20px;
    }

}
    @media (max-width:768px){

  .potential{
      padding:70px 0 40px;
      overflow:hidden;
  }

  .potential__container{
      display:flex;
      flex-direction:column;
      align-items:center;
      text-align:center;
      gap:10px;
  }

  /* ---------- TITLE ---------- */

  .potential__title{
      transform:scale(.72);
      transform-origin:center top;
      margin-bottom:-35px;
  }

  .potential__line--1{
      font-size:2.2rem;
      letter-spacing:1px;
  }

  /* KEEP THE DESKTOP "N" STRUCTURE */

  .potential__shared-grid{
      display:grid;
      grid-template-columns:auto auto auto;
      justify-content:center;
      column-gap:2px;
      row-gap:0;
  }

  .potential__cell{
      font-size:2.2rem;
      line-height:1;
  }

  .potential__shared-n{
    font-size:7rem;
    line-height:0.9;
    align-self:center;
    font-weight:900;
}

  /* ---------- SUBTITLE ---------- */

  .potential__subtitle{
      font-size:1.35rem;
      margin-top:8px;
  }

  .potential__p{
      font-size:1rem;
      max-width:320px;
      margin:12px auto 0;
  }

  /* ---------- IMAGE ---------- */

  .potential__right-image{
      margin-top:-10px;
      left: 50px;
  }

  .potential__right-image img{
      width:125%;
      max-width:470px;
      height:auto;
      display:block;
      margin:0 auto;
  }

}
/* ==========================================================
   CONFIDENCE / UNSTOPPABLE SECTION - MOBILE
========================================================== */

@media (max-width:768px){

    .confidence__collage{

        display:grid;

        grid-template-columns:repeat(3,1fr);

        grid-template-areas:
        "img1 img2 img3"
        "text text text"
        "img4 img5 img6";

        gap:18px;

        width:100%;

        align-items:center;

        justify-items:center;

    }


    /* TOP THREE IMAGES */

    .confidence__collage-item--1{
        grid-area:img1;
    }

    .confidence__collage-item--2{
        grid-area:img2;
    }

    .confidence__collage-item--3{
        grid-area:img3;
    }


    /* CENTER TEXT */

    .confidence__center{

        grid-area:text;

        width:100%;

        max-width:100%;

        padding:25px 15px;

        text-align:center !important;

        display:flex;

        flex-direction:column;

        align-items:center;

        justify-content:center;

        margin:0 auto;

        position:static !important;

        transform:none !important;

    }


    /* BOTTOM THREE IMAGES */

    .confidence__collage-item--4{
        grid-area:img4;
    }

    .confidence__collage-item--5{
        grid-area:img5;
    }

    .confidence__collage-item--6{
        grid-area:img6;
    }



    .confidence__collage-item{

        position:static !important;

        transform:none !important;

        width:100%;

        max-width:120px;

        height:105px;

        border:6px solid #fff;

        border-bottom:18px solid #fff;

    }


    .confidence__collage-item img{

        width:100%;

        height:100%;

        object-fit:cover;

    }


    .confidence__script{

        font-size:38px;

        text-align:center;

    }


    .confidence__title{

        font-size:44px;

        line-height:1;

        text-align:center;

    }


    .confidence__p{

        font-size:16px;

        line-height:1.7;

        max-width:340px;

        text-align:center;

        margin:15px auto;

    }

}



/* ==========================================================
   SMALL PHONES
========================================================== */

@media(max-width:480px){

    .confidence__collage{

        gap:12px;

    }


    .confidence__collage-item{

        max-width:95px;

        height:90px;

    }


    .confidence__script{

        font-size:32px;

    }


    .confidence__title{

        font-size:38px;

    }


    .confidence__p{

        font-size:15px;

        max-width:300px;

    }



    .book-promo__image-box{
    max-width:100%;
    display:flex;
    justify-content:center;
}

.book-promo__mockup{
    width:100%;
    max-width:380px;   
    height:auto;
}

} 
/* ==========================================================
   CONFIDENCE SECTION - FIX BOTTOM IMAGES VISIBILITY
========================================================== */

@media (max-width:768px){

    .confidence__collage{
        display:grid !important;

        grid-template-columns:repeat(3,1fr);

        grid-template-areas:
        "top1 top2 top3"
        "content content content"
        "bottom1 bottom2 bottom3";

        gap:20px;

        position:relative;
        height:auto !important;
        overflow:visible !important;
    }


    .confidence__collage-item{
        position:relative !important;
        inset:auto !important;
        transform:none !important;
        opacity:1 !important;
        visibility:visible !important;
    }


    .confidence__collage-item--1{
        grid-area:top1;
    }

    .confidence__collage-item--2{
        grid-area:top2;
    }

    .confidence__collage-item--3{
        grid-area:top3;
    }


    .confidence__center{
        grid-area:content;

        position:relative !important;

        width:100% !important;

        transform:none !important;

        left:auto !important;
        right:auto !important;

        text-align:center !important;

        z-index:5;
    }


    .confidence__collage-item--4{
        grid-area:bottom1;

        display:block !important;
    }

    .confidence__collage-item--5{
        grid-area:bottom2;

        display:block !important;
    }

    .confidence__collage-item--6{
        grid-area:bottom3;

        display:block !important;
    }


    .confidence__collage-item img{

        display:block !important;

        width:100% !important;

        height:100% !important;

        object-fit:cover;

    }

}


@media(max-width:480px){

    .confidence__collage{

        gap:12px;

    }

}

@media screen and (max-width: 767px) {
    .download__container {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .download__image-col,
    .download__content-col {
        width: 100%;
        max-width: 100%;
    }
    .download__title {
        text-align: center;
    }
    .download__desc {
        text-align: center;
    }
    .download__form {
        max-width: 500px;
        margin: auto;
    }
}

/* ==========================================================
   RESULTS SECTION - 768px
========================================================== */

@media (max-width:768px){

.results-section{
    padding:70px 0 90px;
}

.results-header{
    margin-bottom:45px;
}

.results-main-title{
    font-size:2.2rem;
    line-height:1.15;
}

/* Two hexagons per row */

.hexagon-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
    justify-items:center;
    align-items:center;
    max-width:620px;
    margin:0 auto;
}

.hex-item{
    width:100%;
    max-width:250px;
    aspect-ratio:250/285;
    height:auto;
    margin:0;
}

.hex-inner{
    padding:20px;
}

.hex-icon{
    width:55px;
    height:55px;
    margin-bottom:15px;
}

.hex-title{
    font-size:1.1rem;
}

.hex-text{
    font-size:.9rem;
    line-height:1.45;
}

.results-v-divider-bottom-true{
    height:50px;
}

}
/* ==========================================================
   RESULTS SECTION - 480px
========================================================== */

@media (max-width:480px){

.results-section{
    padding:55px 0 70px;
}

.results-header{
    margin-bottom:30px;
}

.results-main-title{
    font-size:1.8rem;
    line-height:1.2;
}

.hexagon-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:14px;

    justify-items:center;

    align-items:center;

    max-width:340px;

    margin:0 auto;
}

.hex-item{

    width:100%;

    max-width:155px;

    aspect-ratio:250/285;

    height:auto;

    margin:0;
}

.hex-inner{

    padding:14px;
}

.hex-icon{

    width:42px;

    height:42px;

    margin-bottom:10px;
}

.hex-title{

    font-size:.9rem;
}

.hex-text{

    font-size:.72rem;

    line-height:1.35;
}

.results-v-divider-bottom-true{

    height:30px;
}

}

/* ==========================================================
   WALL OF GROWTH - RESPONSIVE
========================================================== */


/* ----------------------------------------------------------
   TABLETS / SMALL LAPTOPS
   769px - 1100px
---------------------------------------------------------- */

@media (max-width: 1100px) {

    .wall-growth {
        position: relative;
        z-index: 5;

        padding: 110px 5% 100px;

        overflow: visible;
    }

    /* Keep title above the divider */
    .wall-growth__title {
        position: relative;
        z-index: 20;

        font-size: 4rem;
        line-height: 1.05;

        margin: 0 0 45px;

        padding-top: 20px;
    }

    .growth-books-container {
        position: relative;
        z-index: 10;

        display: flex;
        justify-content: center;
        align-items: flex-start;

        gap: 15px;

        width: 100%;
        max-width: 1200px;

        margin: 0 auto;
        padding: 0 10px;
    }

    .growth-book {
        position: relative;

        flex: 1 1 0;

        max-width: 350px;

        display: flex;
        flex-direction: column;
        align-items: center;

        gap: 0;
    }

    .growth-book img {
        display: block;

        width: 100%;
        max-width: 340px;
        height: auto;
    }

    /* Pull button closer to the book */
    .growth-book .btn--gold-para {
        position: relative;
        z-index: 30;

        width: 220px;
        min-height: 52px;

        margin-top: -35px;

        font-size: 14px;

        padding: 14px 25px;
    }


    /* Make the V divider smaller */
    .results-section .section-divider,
    .results-section .results-v-divider-bottom-true,
    .results-v-divider-bottom-true {
        height: 25px !important;
    }
}


/* ----------------------------------------------------------
   LARGE PHONES / TABLETS
   601px - 768px
---------------------------------------------------------- */

@media (max-width: 768px) {

    .wall-growth {
        position: relative;
        z-index: 5;

        padding: 95px 25px 100px;

        overflow: visible;
    }

    .wall-growth__title {
        position: relative;
        z-index: 30;

        font-size: 3.2rem;
        line-height: 1.05;

        margin: 0 0 40px;

        padding-top: 15px;
    }

    .growth-books-container {
        position: relative;
        z-index: 10;

        display: grid;

        grid-template-columns: repeat(2, minmax(0, 1fr));

        align-items: start;
        justify-items: center;

        gap: 45px 20px;

        width: 100%;
        max-width: 700px;

        margin: 0 auto;
        padding: 0;
    }

    .growth-book {
        position: relative;

        width: 100%;
        max-width: 330px;

        display: flex;
        flex-direction: column;
        align-items: center;

        gap: 0;
    }

    .growth-book img {
        width: 100%;
        max-width: 330px;

        height: auto;

        display: block;
    }

    .growth-book .btn--gold-para {
        position: relative;
        z-index: 30;

        width: 210px;
        min-height: 50px;

        margin-top: -35px;

        padding: 13px 20px;

        font-size: 13px;
    }

    /* Reduce divider */
    .results-section .section-divider,
    .results-section .results-v-divider-bottom-true,
    .results-v-divider-bottom-true {
        height: 20px !important;
    }
}


/* ----------------------------------------------------------
   MOBILE
   600px and below
---------------------------------------------------------- */

@media (max-width: 600px) {

    .wall-growth {
        position: relative;
        z-index: 5;

        padding: 80px 20px 110px;

        overflow: visible;
    }


    /* TITLE */

    .wall-growth__title {
        position: relative;
        z-index: 50;

        font-size: 2.8rem;

        line-height: 1.08;

        text-align: center;

        margin: 0 0 35px;

        padding-top: 10px;
    }


    /* BOOK CONTAINER */

    .growth-books-container {

        position: relative;
        z-index: 10;

        display: flex;

        flex-direction: column;

        align-items: center;

        justify-content: flex-start;

        gap: 35px;

        width: 100%;

        margin: 0 auto;

        padding: 0;
    }


    /* INDIVIDUAL BOOK */

    .growth-book {

        position: relative;

        width: 100%;
        max-width: 390px;

        display: flex;

        flex-direction: column;

        align-items: center;

        gap: 0;

        margin: 0;
    }


    .growth-book img {

        display: block;

        width: 100%;

        max-width: 380px;

        height: auto;

        margin: 0 auto;
    }


    /* BUTTON */

    .growth-book .btn--gold-para {

        position: relative;

        z-index: 100;

        display: inline-flex;

        align-items: center;
        justify-content: center;

        width: 240px;

        min-height: 52px;

        margin-top: -45px;

        padding: 14px 25px;

        font-size: 14px;

        line-height: 1;

        white-space: nowrap;
    }


    /* Divider from RESULTS section */

    .results-section .section-divider,
    .results-section .results-v-divider-bottom-true,
    .results-v-divider-bottom-true {

        height: 15px !important;

        max-height: 15px !important;
    }
}


/* ----------------------------------------------------------
   SMALL PHONES
   400px and below
---------------------------------------------------------- */

@media (max-width: 400px) {

    .wall-growth {

        padding: 70px 15px 100px;

    }


    .wall-growth__title {

        font-size: 2.45rem;

        line-height: 1.1;

        margin-bottom: 30px;

        padding-top: 5px;
    }


    .growth-books-container {

        gap: 30px;

    }


    .growth-book {

        max-width: 330px;

    }


    .growth-book img {

        width: 100%;

        max-width: 330px;

    }


    .growth-book .btn--gold-para {

        width: 215px;

        min-height: 50px;

        margin-top: -40px;

        padding: 13px 20px;

        font-size: 13px;

    }


    .results-section .section-divider,
    .results-section .results-v-divider-bottom-true,
    .results-v-divider-bottom-true {

        height: 10px !important;

        max-height: 10px !important;
    }
}
/* ==========================================================
   TESTIMONIAL RESPONSIVE
========================================================== */

/* ---------- Tablets ---------- */

@media (max-width:1024px){

.testimonial-section{
    margin-top:60px;
}

.testimonial-box{
    width:92%;
    min-height:300px;
    padding:60px 45px 50px;
}

.testimonial-text{
    font-size:1.2rem;
    line-height:1.8;
    max-width:100%;
}

.testimonial-quote{
    font-size:5rem;
    top:12px;
    left:22px;
}

.testimonial-dots{
    margin-top:22px;
}

}


/* ---------- Large Phones ---------- */

@media (max-width:768px){

.testimonial-section{
    margin-top:50px;
}
.testimonial-section-title h3{
    font-size:2rem;
}
.testimonial-box{

    width:94%;

    min-height:auto;

    padding:55px 30px 40px;

}

.testimonial-text{

    font-size:1.05rem;

    line-height:1.75;

    text-align:center;

}

.testimonial-quote{

    font-size:4.3rem;

    left:18px;

    top:10px;

}

.testimonial-dots{

    gap:12px;

    margin-top:20px;

}

.dot{

    width:10px;

    height:10px;

}

}


/* ---------- Small Phones ---------- */

@media (max-width:480px){

.testimonial-section{

    margin-top:40px;

}
.testimonial-section-title h3{

    font-size:1.4rem;
    margin-bottom: 5px;
}
.testimonial-box{

    width:95%;

    padding:45px 20px 30px;

    border-width:1.5px;

}

.testimonial-text{

    font-size:0.95rem;

    line-height:1.65;

}

.testimonial-quote{

    font-size:3.4rem;

    left:14px;

    top:8px;

}

.testimonial-dots{

    gap:10px;

    margin-top:18px;

}

.dot{

    width:8px;

    height:8px;

}

}
/* ==========================================================
   WHEEL SECTION RESPONSIVE
========================================================== */

/* =======================
   TABLETS (1024px)
======================= */

@media (max-width:1024px){

.wheel-section{
    padding:90px 0 !important;
}

.wheel-section__container{
    flex-direction:column;
    gap:60px;
    align-items:center;
}

.wheel-section__content{
    transform:none;
    max-width:720px;
    text-align:center;
}

.wheel-section__title{
    font-size:3.3rem;
}

.wheel-section__placeholder-text p{
    max-width:100%;
    font-size:1.15rem;
    line-height:1.75;
}

.mission-p-highlight{
    font-size:1.25rem !important;
}

.mission-p-accent{
    border-left:none;
    border-top:3px solid #ff65a3;
    padding-left:0;
    padding-top:20px;
}

.mission-quote-wrapper{
    margin:35px auto 0 !important;
}

.wheel-section__right-column{
    width:100%;
}

.wheel-wrapper{
    max-width:600px;
    margin:0 auto;
}

#wheelCanvas{
    max-width:600px;
}

.wheel-spin-trigger{
    width:95px;
    height:95px;
    font-size:1rem;
}

.wheel-section__question{
    margin-top:0;
    font-size:1.8rem;
}

.wheel-section__spin-text{
    font-size:1.8rem;
}

}


/* =======================
   LARGE PHONES (768px)
======================= */

@media (max-width:768px){

.wheel-section{
    padding:80px 0 !important;
}

.wheel-section__container{
    flex-direction:column;
    gap:45px;
}

.wheel-section__content{
    transform:none;
    max-width:100%;
    text-align:center;
}

.wheel-section__title{
    font-size:2.8rem;
    margin-bottom:25px;
}

.wheel-section__placeholder-text p{
    font-size:1.05rem;
    line-height:1.7;
    margin-bottom:18px;
}

.mission-p-highlight{
    font-size:1.12rem !important;
}

.mission-p-accent{
    border-left:none;
    border-top:3px solid #ff65a3;
    padding-top:18px;
    padding-left:0;
}

.mission-quote-wrapper{
    max-width:100%;
    padding:25px 18px !important;
}

.mission-custom-quote{
    font-size:1.2rem !important;
}

.mission-quote-mark{
    font-size:2rem !important;
}

.wheel-section__question{
    margin-top:0;
    font-size:1.55rem;
}

.wheel-section__spin-text{
    font-size:1.5rem;
}

.wheel-wrapper{
    max-width:470px;
    margin:0 auto;
}

#wheelCanvas{
    max-width:470px;
}

.wheel-spin-trigger{
    width:82px;
    height:82px;
    font-size:.9rem;
    border-width:5px;
}

.wheel-pointer{
    border-left:15px solid transparent;
    border-right:15px solid transparent;
    border-top:24px solid #ff3366;
}

}


/* =======================
   SMALL PHONES (480px)
======================= */

@media (max-width:480px){

.wheel-section{
    padding:65px 0 !important;
}

.wheel-section__container{
    gap:35px;
}

.wheel-section__title{
    font-size:2.2rem;
}

.wheel-section__placeholder-text p{
    font-size:.98rem;
    line-height:1.65;
}

.mission-p-highlight{
    font-size:1rem !important;
}

.mission-custom-quote{
    font-size:1rem !important;
    line-height:1.6 !important;
}

.mission-quote-wrapper{
    padding:22px 15px !important;
}

.mission-quote-mark{
    font-size:1.8rem !important;
}

.wheel-section__question{
    font-size:1.3rem;
}

.wheel-section__spin-text{
    font-size:1.25rem;
    margin-bottom:15px;
}

.wheel-wrapper{
    max-width:320px;
}

#wheelCanvas{
    max-width:320px;
}

.wheel-spin-trigger{
    width:68px;
    height:68px;
    font-size:.75rem;
    border-width:4px;
}

.wheel-pointer{
    top:-8px;
    border-left:12px solid transparent;
    border-right:12px solid transparent;
    border-top:20px solid #ff3366;
}

}
@media(max-width:1100px){

.wall-love__collage{

grid-template-columns:repeat(2,1fr);

gap:40px;

}

.love-photo{

transform:none !important;

}

}

@media(max-width:700px){

.wall-love{

padding:80px 6%;

}

.wall-love__title{

font-size:3rem;

}

.wall-love__collage{

grid-template-columns:1fr;

gap:30px;

}

.love-photo{

transform:none !important;

}

}

/* ==========================================================
   RESULTS → WALL OF GROWTH V DIVIDER
========================================================== */

.results-section {
    position: relative;
    z-index: 1;
}


.results-section .section-divider,
.results-section .results-v-divider-bottom-true {
    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 45px !important;

    z-index: 2;

    pointer-events: none;
}

.results-section .section-divider svg,
.results-section .results-v-divider-bottom-true svg {
    width: 100%;
    height: 100%;

    display: block;

    overflow: visible;
}

.results-section .section-divider path,
.results-section .results-v-divider-bottom-true path {
    fill: none !important;

    stroke: #ffffff !important;

    stroke-width: 2 !important;
}


/* ==========================================================
   WALL OF GROWTH
========================================================== */

.wall-growth {
    position: relative;

    z-index: 10;

    padding-top: 80px !important;
    padding-bottom: 110px !important;

    overflow: visible !important;
}


/* Heading stays above divider */

.wall-growth__title {
    position: relative;

    z-index: 50;

    display: block;

    width: 100%;

    margin: 0 0 40px !important;

    padding: 0 !important;

    text-align: center;

    line-height: 1.1;

    visibility: visible !important;
    opacity: 1 !important;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 768px) {

    .results-section .section-divider,
    .results-section .results-v-divider-bottom-true {
        height: 35px !important;
    }

    .wall-growth {
        padding-top: 75px !important;
        padding-bottom: 100px !important;
    }

    .wall-growth__title {
        font-size: 3.2rem !important;
        line-height: 1.05 !important;

        margin-top: 0 !important;
        margin-bottom: 35px !important;
    }
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 600px) {

    .results-section .section-divider,
    .results-section .results-v-divider-bottom-true {
        height: 30px !important;
    }

    .wall-growth {
        padding-top: 65px !important;
        padding-bottom: 100px !important;
    }

    .wall-growth__title {
        font-size: 2.7rem !important;
        line-height: 1.08 !important;

        margin-top: 0 !important;
        margin-bottom: 30px !important;
    }
}


/* ==========================================================
   SMALL PHONES
========================================================== */

@media (max-width: 400px) {

    .results-section .section-divider,
    .results-section .results-v-divider-bottom-true {
        height: 25px !important;
    }

    .wall-growth {
        padding-top: 55px !important;
        padding-bottom: 90px !important;
    }

    .wall-growth__title {
        font-size: 2.35rem !important;
        line-height: 1.1 !important;

        margin-bottom: 28px !important;
    }
}