body{
    background-color: black;
}
h2{
    font-size: 36px;
}
h2, h3, h4, h5, h6, p, span, li, a{
    font-family: "Funnel Display", sans-serif;
}
body.lkm-link > img, body:not(.creators) .lkm-link-more > img {
    filter: invert(0) !important;
    -webkit-filter: invert(0) !important;
}
#content-pro-page{
    min-height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #FEF5FF, #D2C0D8);
}
#content-pro-page p{
     color: black;
}
#pro-page-text-app{
    margin-top: 40px;
}
#pro-page-text-app p{
    text-align: center;
    font-size: 18px;
    line-height: 23px;;
}
.pro-page-cta-button{
    display: inline-block;
    box-sizing: border-box;
    padding: 12px 24px;
    background-color: #000;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    margin-top: 20px;
    color: white;
    min-width: 201px;
    min-height: 42px;
    display: flex;
    justify-content: center;
    align-items: center ;
    width: fit-content;
    font-size: 14px;
    margin: 30px auto;
}
#content-pro-page .pro-page-disclaimer-app p{
text-align: center;
font-size: 14px;
line-height: 18px;
letter-spacing: 0px;
color: #AD66B9;
opacity: 1;
}
.title-pro > h2{
text-align: left;
font-size: 36px;
line-height: 45px;
font-family: "Funnel Display", sans-serif;
letter-spacing: 0px;
color: #000000;
opacity: 1;
text-align: center;
font-weight: 800;
}
.title-pro{
    margin: 50px auto;
}
.why-pro-left-right-parts{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    margin-bottom: 100px;
    flex-direction: row;
}
.why-pro-left-right-parts .why-pro-left-part{
    width: 45%;
}
.why-pro-left-right-parts .left-part h3{
    color: black;
    font-size: 36px;
    font-family: "Funnel Display", sans-serif;
}
.why-pro-left-right-parts .why-pro-right-part{
    width: 55%;
}
.why-pro-left-right-parts .left-part{
    margin-left: 8%;
    max-width: 380px;
}
.why-pro-left-right-parts .pro-page-cta-button {
    box-sizing: border-box;
    width: 100%;
}
.why-pro-left-right-parts .element{
    background-color: white;
    padding: 20px;
    padding: 33px 80px;
    display: flex;
    flex-direction: column;
    text-align: right;
}
.why-pro-left-right-parts .right-part{
        display: flex;
    flex-direction: column;
    align-items: self-end;
        gap: 20px;
}
.why-pro-left-right-parts .right-part span{
    color: black;
}
.why-pro-left-right-parts  .highlight{
text-align: left;
font-size: 34px;
line-height: 36px;
font-family: "Funnel Display";
letter-spacing: 0px;
color: #000000;
opacity: 1;
font-weight: bold;
}
.why-pro-left-right-parts .right-part span.small-txt{
font-size: 18px;
color: #BD51E6;
font-family: 'Funnel Display';
}
.pro-page-container,.why-pro-left-right-parts{
    width: 100%;
}
.who-can-pro{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    text-align: center;
    padding-bottom: 60px;
}
.who-can-pro h2{
    color: black;
    font-size: 36px;
    line-height: 45px;
    font-weight: 800;
}
.who-can-pro p{
    font-size: 16px;
}
body.dark .pro-page-cta-button-transparent{
    display: inline-block;
    box-sizing: border-box;
    padding: 12px 24px;
    background-color: transparent;
    color: black;
    text-decoration: none;
    font-weight: bolder;
    margin-top: 20px;
    color: black;
    border: 2px solid black;
    min-width: 320px;
    min-height: 42px;
    display: flex;
    justify-content: center;
    align-items: center ;
    width: fit-content;
    font-size: 14px;
    margin: 30px auto;
}
.cta-pro-2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
div.sell-like-pro{
    background-color: white;
    color: black;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    text-align: center;
}
body div.sell-like-pro p{
    color: black;
}
.wrapper-header{
padding: 25px 20px;
}

@media screen and (max-width: 768px) {
    .why-pro-left-right-parts,.cta-pro-2{
        flex-direction: column;
        gap: 0px;
    }
    .why-pro-left-right-parts .pro-page-cta-button{
        width: fit-content;
    }
    .why-pro-left-right-parts .why-pro-left-part, .why-pro-left-right-parts .why-pro-right-part{
        width: 100%;
    }
    .why-pro-left-right-parts .left-part{
        margin-left: 0;
        max-width: 100%;
        text-align: center;
    }
    .why-pro-left-right-parts .element{
        text-align: center;
        padding: 20px;
    }
    .why-pro-left-right-parts .right-part span.small-txt{
        text-align: right;
    }
    .why-pro-left-right-parts .left-part h3{
        margin-top: 0px;
    }
    .title-pro{
        margin-bottom: 20px;
    }
    body.dark .pro-page-cta-button-transparent{
        margin-bottom: 10px;
        margin-top: 10px;
    }
}
@media screen and (min-width: 1024px) {
    .pro-page-hero-section{
    margin-top: -100px;
}
}