.anim {
    opacity: 0;
    visibility: visible;
    transition: all .4s ease-in-out;
}

.anim-up {
    transform: translateY(40px);
}

.anim.in-vp {
    opacity: 1;
    visibility: visible;
}

.anim-up.in-vp {
    transform: translateY(0);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900 !important;
}

/*
BUTTON
--------------------------------------------------------------------------------------------- */

.button.lp {
    padding: 24px 70px 24px 20px;
    font-size: 18px;
    border-radius: 10px;
    box-shadow: 0 0 40px rgba(0,0,0,.3);
    transform: rotate(2deg);
    background: var(--purple)
}

.button.lp svg,
.button.lp:hover svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    height: 30px;
}

.button.lp:hover {
    box-shadow: 0 0 24px rgba(0,0,0,.6);
}

/*
TITLE
--------------------------------------------------------------------------------------------- */

.title-highlight-wrap {
    filter: drop-shadow(0px 0px 13px rgba(50, 50, 0, 0.15))
}

.title-highlight-wrap.no-shadow {
    filter: none;
}

.title-highlight {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 18px 40px;
    transform: rotate(-2.1deg);
    z-index: 10;
    transition: all .21s linear;
    line-height: 1;
    /*white-space: nowrap;*/
    clip-path: polygon(0 0, 0% 0%, 0% 100%, 0% 100%);
    /*text-shadow: 3.5px 3.5px #0081c9;*/
}

/*.title-highlight:before,*/
.title-highlight:after {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: -8px;
    left: -8px;
    z-index: -1;
    background: #0081c9;
}

.title-highlight:after {
    background: #4ebbe2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.title-highlight.no-rotate {
    transform: none;
}

.in-vp .title-highlight {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

.h5 .title-highlight {
    text-shadow: 2px 2px #0081c9;
}

.h6 .title-highlight {
    text-shadow: 1.5px 1.5px #0081c9;
}

.title-highlight.gap {
    margin-left: 40px;
}

.title-highlight-first {
    font-size: 70%;
}

.title-highlight.light {
    color: #0081c9;
    text-shadow: none;
}

.title-highlight.light:after {
    background: #fff;
}

/*
MISC
--------------------------------------------------------------------------------------------- */

.rotate,
.button.rotate {
    transform: rotate(-1.9deg)
}

.button.no-rotate {
    transform: rotate(0deg)
}

/*
PAGE TITLE
--------------------------------------------------------------------------------------------- */

#pageTitle {
    min-height: 70vh;
}

h1 .title-highlight {
    display: block;
    font-size: 150px;
}

h1 .title-highlight {
    margin-top: -4px;
    padding: 1px 30px;
}

h1 .title-highlight-first {
    display: inline-block;
    font-size: 112.5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
}

/*#pageTitle .pt-content {
    position: absolute;
    top: 40%;
}*/

/*
Heading
--------------------------------------------------- */

#pageTitle h1,
#pageTitle h2 {
    display: inline-block;
    margin-bottom: 90px;
}

#pageTitle h1 .title-highlight {
    transition-delay: .3s;
}

/*
Musical Shapes
--------------------------------------------------- */

.musical-shapes .img-lazy-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    min-width: 1400px;
    width: 1400px;
}

/*
Image
--------------------------------------------------- *

#pageTitle img {
    position: absolute;
    height: 87%;
    bottom: 0;
    left: 45%;
    width: auto;
}

/*
Content
--------------------------------------------------- */

#pageTitle .content-wrap {
    transition-delay: .4s;
}

#pageTitle p {
    max-width: 700px;
    margin-bottom: 40px;
}

/*
WHAT'S INCLUDED
--------------------------------------------------------------------------------------------- */

.included-class {
    border-radius: 30px;
    padding-top: 120%;
    overflow: hidden;
    opacity: 0;
    transform: translateY(40px);
    transition: all .6s ease-in-out;
    border: solid 4px #4ebbe2;
}

.in-vp .included-class {
    transform: translateY(0);
    opacity: 1;
}

.included-class:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 200px;
    background: linear-gradient(transparent, #000 );
    transition: all .3s ease-in-out;
}

.included-class .content {
    position: absolute;
    padding: 30px;
    top: 100%;
    left: 0;
    color: #fff;
    line-height: 1;
    transform: translateY(-104px);
    transition: all .3s ease-in-out;
}

.included-class .content p.name {
    font-size: 20px;
    margin-bottom: 8px;
}

.included-class .content p.description {
    line-height: 1.3;
}

.included-class:hover:before {
    height: 100%;
}

.included-class:hover .content {
    transform: translateY(-100%);
}

/*
Title
--------------------------------------------------- */


.included-class-wrap:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -118px;
    height: 118px;
    width: 50%;
    border: solid 4px #4ebbe2;
    margin: 0 0 0 -2px;
    border-radius: 0 0 0 30px;
    border-width: 0 0 4px 4px;
    z-index: 2;
}

.included-class-wrap.last:after {
    border-width: 0 4px 4px 0;
    left: auto;
    right: 50%;
    border-radius: 0 0 30px 0;
}

/*

.included-class-wrap svg {
    position: absolute;
    width: 70%;
    left: 15%;
    transform: translateY(-40%);
    z-index: -1;
}

/*
WHO'S IT FOR
--------------------------------------------------- */

.whos-it-for {
    background: var(--greyLight);
    padding: 0 40px 40px;
    border-radius: 30px;
}

/*
SVG
--------------------------------------------------- */

/*
.svg-dotted-line {    
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/
.svg-dotted-line {    
    position: absolute;
    height: auto;
    width: 1000px;
    top: -0;
    right: 0;
    transform: translateY(-25%);
    z-index: -1;
}

svg.animate-svg.in-vp path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 1s linear forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

/*
TESTIMONIALS
--------------------------------------------------------------------------------------------- */

.testimonials:after {
    content: '';
    display: table;
    clear: both;
}

.test {
    margin: -60px 0;
}

.testimonials {
    padding: 60px 0;
}

.testimonial-inner {
    display: block;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 20px -10px rgba(0,0,0,.3);
    margin-right: 30px;
    background: #fff;
}

.testimonial-inner .img-lazy-wrap {
    width: 40px;
    height: 40px;
    padding-top: 0 !important;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.reverse {
    transform: rotateX(180deg);
}

.testimonials .quote {
    min-height: 90px;
}

/*
GALLERY COLUMNS
--------------------------------------------------------------------------------------------- */

.gallery-columns {
    column-count: 4;
    column-gap: 40px
}

.gallery-item {
    display: grid;
    break-inside: avoid;
    margin-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px -10px rgba(0,0,0,.3);
}

/*
SIGN UP FORM
--------------------------------------------------------------------------------------------- */

.lp-form.signup label {
    color: var(--black) !important;
}

.lp-form.signup .card {
    position: relative;
    border-radius: 20px;
    background: #fff;
    padding: 0 30px 1px 30px;
    margin-bottom: 60px;
}

.lp-form.signup .card h2 {
    margin-bottom: 0;
}

.lp-form.signup .card .title-highlight {
    padding: 10px 20px;
    transform: translateY(-50%);
}

/*
FLOATING CTA
--------------------------------------------------------------------------------------------- */

.floating-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateX(-50vw);
    transition: all .3s ease-in-out;
    z-index: 100;
}

.floating-cta.show {
    transform: translateX(0);
}

body .floating-cta .sf-prospectus {
    bottom: 30px;
    -webkit-transform: translate(-0%, 0);
    transform: translate(-0%, 0);
}

body .floating-cta .sf-prospectus.small {
    bottom: 46px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

@media ( max-width: 767px ) {
    
    .floating-cta {
        transform: translateX(-100vw)
    }

    body .floating-cta .sf-prospectus {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    
    body .floating-cta .sf-prospectus.small {
        bottom: 41px;
    }
    
}

/*
RESPONSIVE
--------------------------------------------------------------------------------------------- */

@media ( max-width: 1200px ) {
    
    h1 .title-highlight {
        font-size: 100px;
    }
    
    h1 .title-highlight-first {
        font-size: 75px;
    }
    
    .musical-shapes .img-lazy-wrap {
        min-width: 0;
        width: 120%;
    }
    
}

@media ( max-width: 991px ) {
    
    #pageTitle h1, #pageTitle h2 {
        margin-bottom: 40px !important;
    }
    
    .classes-title .title-highlight {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    
    .t-bot,.t-top {
        display: none;
    }
    
    .svg-dotted-line {
        width: 700px;
        top: 15%;
    }
    
    .gallery-columns {
        column-count: 3;
    }
    
}

@media ( max-width: 767px ) {
    
    #pageTitle {
        min-height: 0;
    }
    
    h2, .h2 {
        font-size: 32px;
    }
    
    h1 .title-highlight {
        font-size: 60px;
    }
    
    h1 .title-highlight-first {
        font-size: 45px;
    }
    
    .gallery-columns {
        column-count: 2;
    }
    
    .title-highlight {
        white-space: normal;
    }
    
    .whos-it-for {
        background: transparent;
        padding: 0;
    }
    
    .whos-it-for .h6 .title-highlight.light {
        background: #0081c9;
        color: #fff;
    }
    
    .whos-it-for .h6 .title-highlight:after {
        background: #0081c9;
    }
    
    .reviews.flex {
        transform: rotate(0)
    }
    
    .gallery-item.item-13 {
        display: none;
    }
    
}