.home.page-template .header:before{
    background: url(/wp-content/themes/wand/images/background.png) no-repeat center/100vw,
    linear-gradient(180deg, #28044A -31.93%, #0C051E 63.09%)
}

@media (max-width: 768px){
    .home.page-template .header:before{
        background: url(/wp-content/themes/wand/images/mobile-background.png) no-repeat center 100px/100vw,
        linear-gradient(180deg, #28044A -31.93%, #0C051E 63.09%)
    }
}

.presentation-section__container{
    width: 724px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 768px){
    .presentation-section__container{
        width: auto;
    }
}

.image-presentation-block {
    margin-top: 120px;
    margin-bottom: 60px;
}

.presentation-section__laptop{
    width: 600px;
    margin-top: -30px;
    margin-bottom: -35px;
}

@media (max-width: 768px){
    .presentation-section__laptop{
        width: 100vw;
        margin-top: -20px;
        margin-bottom: -25px;
    }
}

.presentation-section__title,
.get-started-section__title{
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    background: linear-gradient(180deg, #FFF 47.74%, #C5B6D3 100%);
    background: linear-gradient(180deg, color(display-p3 1 1 1) 47.74%, color(display-p3 0.7627 0.7155 0.8179) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.presentation-section__subtitle{
    color: #CBBED8;
    color: color(display-p3 0.7882 0.7451 0.8392);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%;
}

.presentation-section__title > span,
.get-started-section__title > span{
    display: block;
}

.presentation-section__title > span + span,
.get-started-section__title > span + span{
    margin: 16px 0 0;
}

.dash{
    display: inline-block;
    vertical-align: middle;
    width: 64px;
    height: 8px;
    border-radius: 30px;
    background: linear-gradient(180deg, #FF0076 0%, #C200A8 100%);
    background: linear-gradient(180deg, color(display-p3 0.9765 0.1804 0.4667) 0%, color(display-p3 0.6974 0.1278 0.6404) 100%);
}

.get-started-section__title span:last-child{
    line-height: 120%;
}

@media (max-width: 768px){
    .presentation-section__title,
    .get-started-section__title{
        font-size: 35px;
    }

    .presentation-section__title > span + span,
    .get-started-section__title > span + span{
        margin: 8px 0 0;
    }

    .presentation-section__subtitle{
        font-size: 16px;
    }

    .dash{
        width: 24px;
        height: 4px;
    }
}

.presentation-section__subtitle{
    margin: 32px 0 48px;
}

@media (max-width: 768px){
    .presentation-section__subtitle{
        margin: 16px 0 24px;
        max-width: 268px;
    }
}

.presentation-section__features-text{
    margin: 80px 0 27px;
}

@media (max-width: 768px){
    .presentation-section__features-text{
        margin: 48px 0 15px;
        text-align: center;
    }
}

.presentation-section__button,
.get-started-section__button{
    width: 200px;
    height: 56px;
    padding: 0;
}

@media (max-width: 768px){
    .presentation-section__button,
    .get-started-section__button{
        height: 50px;
    }
}

.presentation-section__scroll-container{
    margin: 67px 0 0;
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 768px){
    .presentation-section__scroll-container{
        margin: 50px 0 0;
    }
}

.presentation-section__scroll-text{
    margin: 10px 0 0;
    text-shadow: 0px 16.532px 66.127px 0px rgba(0, 0, 0, 0.60);
    color: #49425C;
    color: color(display-p3 0.2824 0.2588 0.3529);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.features-section{
    margin: 130px 0 0;
}

@media (max-width: 768px){
    .features-section{
        margin: 120px 0 0;
    }
}

.features-section__title{
    color: rgba(255, 255, 255, .60);
    color: color(display-p3 1 1 1 / .60);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    max-width: 840px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 768px){
    .features-section__title{
        font-size: 23px;
    }
}

@media (min-width: 768px){
    .features-section__title:before{
        content: "";
        position: absolute;
        top: 50%;
        left: -55px;
        transform: translate(0, -50%);
        background: url(/wp-content/themes/wand/images/line.svg) no-repeat center;
        width: 65px;
        height: 234px;
    }

    .features-section__title:after{
        content: "";
        position: absolute;
        top: 50%;
        right: -55px;
        transform: translate(0, -50%);
        background: url(/wp-content/themes/wand/images/line.svg) no-repeat center;
        width: 65px;
        height: 234px;
    }
}

.features-section__title strong{
    color: #fff;
}

.features-section__features{
    display: flex;
    justify-content: space-between;
    margin: 80px 0 142px;
}

@media (max-width: 768px){
    .features-section__features{
        flex-wrap: wrap;
        margin: 40px 0 120px;
    }
}

.features-section__feature{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 24px;
    flex-grow: 1;
    flex-basis: 0;
    padding: 32px 30px;
    border: 1px solid #25103E;
    border: 1px solid color(display-p3 0.1333 0.0667 0.2353);
    background: url(/wp-content/themes/wand/images/lines_background_left.svg) no-repeat left 10px,
    url(/wp-content/themes/wand/images/lines_background_right.svg) no-repeat right 10px,
    radial-gradient(91.76% 50% at 51.56% 0%, #21043F 0%, #0D061F 100%);
}

.features-section__feature + .features-section__feature{
    margin: 0 0 0 32px;
}

@media (max-width: 768px){
    .features-section__feature{
        flex-basis: 100%;
    }

    .features-section__feature + .features-section__feature{
        margin: 20px 0 0;
    }
}

.features-section__icon{
    height: 80px;
}

.features-section__feature-text{
    color: #FFF;
    color: color(display-p3 1 1 1);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 30px 0 24px;
    white-space: pre-line;
    max-width: 280px;
}

.features-section__feature-description{
    color: #867F99;
    color: color(display-p3 0.5216 0.498 0.5922);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

@media (max-width: 768px){
    .features-section__feature-text{
        font-size: 18px;
        margin: 24px 0 16px;
    }

    .features-section__feature-description{
        font-size: 14px;
    }
}

.potential-section__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 24px;
    padding: 63px 20px;
    box-sizing: border-box;
    border: 1px solid #25103E;
    border: 1px solid color(display-p3 0.1333 0.0667 0.2353);
    background: linear-gradient(180deg, #0D061F 0%, #180631 100%);
    background: linear-gradient(180deg, color(display-p3 0.0471 0.0235 0.1176) 0%, color(display-p3 0.0863 0.0275 0.1843) 100%);
}

@media (max-width: 768px){
    .container.potential-section__container{
        border: none;
        background: none;
        padding: 36px 36px 60px;
        margin: 0 -20px;
        background: linear-gradient(180deg, #0D061F 0%, #180630 92.25%, #0C051E 100%);
        background: linear-gradient(180deg, color(display-p3 0.0471 0.0235 0.1176) 0%, color(display-p3 0.0832 0.0271 0.1791) 92.25%, color(display-p3 0.0431 0.0196 0.1137) 100%);
    }
}

.potential-section__subtitle{
    color: #FFF;
    color: color(display-p3 1 1 1);
    leading-trim: both;
    text-edge: cap;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; 
    margin: 0 0 22px;
    opacity: .4;
}

@media (max-width: 768px){
    .potential-section__subtitle{
        font-size: 17px;
        margin: 0 0 16px;
    }
}

.potential-section__title{
    color: #FFF;
    color: color(display-p3 1 1 1);
    leading-trim: both;
    text-edge: cap;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; 
    margin: 0 0 47px;
}

@media (max-width: 768px){
    .potential-section__title{
        font-size: 29px;
        margin: 0 0 32px;
        text-align: center;
    }
}

.potential-section__features{
    display: flex;
    flex-wrap: wrap;
    background: url(/wp-content/themes/wand/images/line_divider1.svg) no-repeat center,
    url(/wp-content/themes/wand/images/line_divider2.svg) no-repeat center;
}

.potential-section__feature{
    flex-basis: calc(50% - 40px);
    display: flex;
    flex-direction: column;
    min-width: 0;

    &:nth-child(1),
    &:nth-child(2){
        margin: 0 0 80px;
    }

    &:nth-child(1),
    &:nth-child(3){
        align-items: flex-end;
        text-align: right;
    }

    &:nth-child(2),
    &:nth-child(4){
        align-items: flex-start;
        margin-left: 80px;
    }
}

@media (max-width: 768px){
    .potential-section__features{
        background: none;
    }

    .potential-section__feature{
        flex-basis: 100%;
        margin: 0;

        &:nth-child(1),
        &:nth-child(2),
        &:nth-child(3),
        &:nth-child(4){
            margin: 0;
            text-align: center;
            align-items: center;
        }
    }

    .potential-section__feature + .potential-section__feature{
        padding-top: 25px;
        margin-top: 25px;
        background: url(/wp-content/themes/wand/images/line_divider_mobile.svg) no-repeat top center;
    }
}

.potential-section__feature-text{
    color: #FFF;
    color: color(display-p3 1 1 1);
    leading-trim: both;
    text-edge: cap;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 16px;
}

.potential-section__feature-description{
    color: #867F99;
    color: color(display-p3 0.5216 0.498 0.5922);
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    max-width: 392px;
}

@media (max-width: 768px){
    .potential-section__feature-text{
        font-size: 16px;
        margin: 0 0 12px;
    }

    .potential-section__feature-description{
        font-size: 14px;
        max-width: 272px;
    }
}

.potential-section__icon{
    height: 64px;
    margin: 0 0 18px;
}

.get-started-section{
    background: url(/wp-content/themes/wand/images/bottom_background.png) no-repeat center bottom/contain;
    padding: 240px 0;
}

@media (max-width: 768px){
    .get-started-section{
        padding: 110px 0;
        background: url(/wp-content/themes/wand/images/bottom_background_mobile.png) no-repeat center bottom/100vw;
    }
}

@media (min-width: 1500px){
    .get-started-section{
        background-size: cover;
    }
}

.get-started-section__wrapper{
    width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 768px){
    .get-started-section__wrapper{
        width: auto;
    }
}

.get-started-section__title{
    margin: 0 0 48px;
}

@media (max-width: 768px){
    .get-started-section__title{
        margin: 0 0 24px;
    }
}