@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Overlock:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
body{
    margin: 0px;
}
.page-template-page-prompt section#content{
min-height: 800px;
height: calc(100vh - 80px);
}

section.prmt .slide .content-slide{
    position: relative;
    z-index: 2;
    text-align: center;
}
section.prmt .slide input,section.prmt label
{
    font-size: 60px;
    font-family: "Funnel Display", serif;
    font-weight: 600;
    font-style: normal;
    line-height: 90px;
}
section.prmt .slide select
{
    font-size: 54px;
    font-family: "Funnel Display", serif;
    font-weight: 700;
    font-style: normal;
      appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-left: 10px ;
}
.custom-select{
    position: relative;
}
.custom-select svg.drop-icon{
bottom: 5px;
right: 7px;
position: absolute;
}
.btn-div.go-to-app{
    margin-top: 30px;
}
section.prmt .slide input{
    padding: 0px;
}
section.prmt .slides {
    display: flex;
    align-items: center;
    position: relative;
}
section.prmt .slide {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 600px;
}
section.prmt.v2 .slide{
justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
}
section.prmt .slide .background-image{
    height: 100%;
    width: 70%;
    display: flex;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    background-size: cover;
    right: 0px;
    z-index: 1;
    line-height: 40px;
}
section.prmt .tlr-type{
    position: relative;
}
.content-prompt2{
    text-align: center;
    position: relative;
    z-index: 99;
}
p.paidesc{
    font-size: 18px;
    line-height: 24px;
}
p.paidesc b{
    font-weight: 700;
}
.content-prompt3 h2{
    font-size: 60px;
    line-height: 60px;
    font-family: "Funnel Display", serif;
    font-weight: 700;
}
.content-prompt3 p{
    font-size: 18px;
    line-height: 24px;
    font-family: "Funnel Display", serif;
}
/*
section.prmt .tlr-type::after{  
    content: "";
    display: block;
    background-color: black;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    min-width: 100px;
}*/

body section.prmt .slide select.select-tlr-type option{
    text-align: left;
}
.btn{
    background-color: #000;
    color: white;
    min-width: 292px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    font-family: "Funnel Display", serif;
    border: none;
    border-radius: 20px;
     cursor: pointer;
    text-decoration: none;
    width: 240px;
    transition-duration: 1s;
}
.btn:hover{
 background-color: #030206;
}
.btn.borded{
    background-color: transparent;
    border: 4px solid #030206;
    color: #030206;
}
.btn.borded:hover
{
color: white;
background-color: black;
border-color: black;
}
.content-prompt3 .desc-txt{
max-width: 500px;
position: relative;
z-index: 99;
}
.content-prompt3 > .wrap{
    display: flex;
    min-height: 640px;
    max-width: 1100px;
    position: relative;
    align-items: center;
    width: 100%;
}
.content-prompt3 .img-prompt{
    position: absolute;
    right: -10%;
}
.content-prompt3{
    display: flex;
    align-items: center;
    justify-content: center;
}
.alert-danger{
    font-size: 10px;
    color: #E91E63;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.fav-icon.active{
    background-image: url('assets/img/fav-icon-active.svg');
}
section.prmt .slides::before {
   content: "";
    background-position: center left;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0px;
    background-size: 46%;
    transform: translate(-1%, -12%);
}
section.prmt .slides::before {
    background-image: url('../../../assets/img/bg-left-part.svg');
}
section.prmt .slides::after {
    content: "";
    background-position: center right;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 3;
    right: 0px;
    background-size: 55%;
    transform: translate(8%, 0%);
}
section.prmt .slides::after {
    background-image: url('../../../assets/img/bg-right-part.svg');
}
section.content-prompt3::before {
    content: "";
    background-position: center left;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 5%;
    background-size: 61%;
    transform: translateX(-59%);
    background-image: url(../../../assets/img/bg-left-part.svg);
}
section.content-prompt3::after {
    content: "";
    background-position: center right;
    background-repeat: no-repeat;
    width: 33%;
    height: 33%;
    position: absolute;
    z-index: 3;
    right: 0px;
    background-size: 63%;
    transform: translate(0%, 84%);
    background-image: url(../../../assets/img/bg-right-part.svg);
}
section.content-prompt4::before {
    content: "";
    background-position: center right;
    background-repeat: no-repeat;
    width: 33%;
    height: 33%;
    position: absolute;
    z-index: 3;
    left: 0px;
    background-size: 68%;
    transform: translate(-18%, -10%);
    background-image: url(../../../assets/img/bg-left-part.svg);
}
p,h3,div,img,span{
    position: relative;
    z-index: 9;
}
.content-prompt4 h3{
    font-size: 40px;
    line-height: 60px;
    font-family: "Funnel Display", serif;
    font-weight: 500;
    text-align: center;
}
.content-prompt4 h3 b{
    font-size: 40px;
    line-height: 60px;
    font-family: "Funnel Display", serif;
    font-weight: 700;
    text-align: center;
}
.txt-center{
    text-align: center;
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-column{
    flex-direction: column;
}
.content-prompt4{
    margin-bottom: 30px;
}
.txtaidesc{
    padding: 0% 10%;
}
#content > .wrapper{
overflow: hidden;
}
@media screen and (max-width: 768px){
body .product-result > .item{
    width: calc(50% - 10px);
}    
.home-logos{
    flex-direction: column;
    align-items: center;
    justify-content: center;
}    
.btn{
    margin-left: auto;
    margin-right:auto;
}    
section.content-prompt4::before{
    display: none !important;
}
section.content-prompt3{
    margin-top: 35px;
}
section.prmt .slides::before {
    content: "";
    background-position: center left;
    background-repeat: no-repeat;
    width: 80%;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0px;
    background-size: 100%;
    transform: translate(-48%, 47%);
}
section.prmt .slides::after {
    content: "";
    background-position: center right;
    background-repeat: no-repeat;
    width: 70%;
    height: 100%;
    position: absolute;
    z-index: 3;
    right: 0px;
    background-size: 120%;
    transform: translate(55%, -31%);
}
section.content-prompt3::before {
    content: "";
    background-position: center left;
    background-repeat: no-repeat;
    width: 75%;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 5%;
    background-size: 100%;
    transform: translateX(-62%);
    background-image: url(../../../assets/img/bg-left-part.svg);
}
section.content-prompt3::after {
    content: "";
    background-position: center right;
    background-repeat: no-repeat;
    width: 53%;
    height: 53%;
    position: absolute;
    z-index: 3;
    right: 0px;
    background-size: 128%;
    transform: translate(63%, 34%);
    background-image: url(../../../assets/img/bg-right-part.svg);
}    
.content-prompt4{
    margin-top: 60px;
}    
.content-prompt4 h3{
    font-size: 26px;
    line-height: 26px;
}    
.content-prompt4 h3 b{
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}
.content-prompt3 .desc-txt{
    padding: 0% 5%;
}
.content-prompt3 h2{
    font-size: 46px;
    line-height: 50px;
}
.content-prompt3 .desc-txt{
    order: 2;
}
.content-prompt3 > .wrap{
display: flex;
flex-direction: column;
}
.content-prompt3 .img-prompt{
    position: relative;
}
    section.prmt .slide input, section.prmt label{
        font-size: 45px;
        line-height: 60px;
    }
    .custom-select{
    display: inline-block;
    width: 100%;
    }
    .custom-select svg.drop-icon {
    bottom: 24px;
    right: 3px;
    width: 13px;
    }
    .page-template-page-prompt section#content{
        height: auto !important;
    }
    #slides > .slide > .content-slide{
        order: 1;
    }
    #slides > .slide > .background-image{
        order: 3;
        margin-top: 50px;
        width: 120%;
        margin-left: -10%;
    }
    #slides > .slide > .go-to-app{
        order: 2;
        margin-top: 30px;
        width: 100%;
        position: static;
    }
    section.prmt .slide input.tlr-type,section.prmt .slide input.tlr-type:focus{
        border-bottom: 3px solid #A69FBE;
        border-left: 0px !important;
        border-right: 0px !important;
        border-top: 0px !important;
        outline: none;
        text-align: center;
        width: 100% !important;
        background-color: transparent;
        color: #A69FBE;
    }
    section.prmt .slide select.select-tlr-type,section.prmt .slide select.select-tlr-type:focus{
        outline: none;
        text-align: center;
        width: 100% !important;
        background-color: transparent;
        color: #A69FBE;
        font-size: 35px;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 10px;
        border:0px;
        border-bottom: 3px solid #A69FBE;
        padding-bottom: 5px;
    }
    section.prmt .slide select.select-tlr-type{
        width: 100% !important;
        max-width: 100%;
        display: flex;
    } 
    .content-slide br:nth-child(2){
    display: none !important;
    }
    .content-slide input.tlr-type.txt1{
    width: calc( 100% - 146px ) !important;
    }
    .content-slide input.tlr-type.txt2{
        width: calc( 100% - 90px ) !important;
    }
    section.prmt .slide input.tlr-type{
        text-align: left;
        padding-left: 5px;
    }
    section.prmt .slide,section.prmt .slide select{
        line-height: 12vw;
        font-size: 10vw;
        font-weight: bold;
    }
    section.prmt .slide input{
        line-height: 40px;
        font-size: 35px;
        font-weight: bold;
    }
    section.prmt .slide .background-image{
        position: static;
    }
    section.prmt .slide{
        padding: 0% 5% !important;
    }
    section.prmt .slide .background-image{
        width: 100%;
    }
    section.prmt .slide{
        display: flex;
        flex-direction: column;
    }
    section.prmt .slide .content-slide{
        text-align: left;
    }
}
@media screen and (min-width: 769px){
br.mbo{
    display: none !important;
}
section.prmt .slide input.tlr-type,section.prmt .slide input.tlr-type:focus,
section.prmt .slide select.select-tlr-type,section.prmt .slide select.select-tlr-type:focus{
border-bottom: 5px solid #A69FBE;
border-left: 0px !important;
border-right: 0px !important;
border-top: 0px !important;
outline: none;
text-align: center;
width: 9ch;
background-color: transparent;
color: #B0ACB7;
}
}
.content-prompt5  img{
    max-height: 65px;
}
.home-logos {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1135px;
    margin-bottom: 50px;
}
.content-prompt5{
    background-color: #ffffff5e;
    margin-left: -32px;
    margin-right: -32px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 80px;
}
.content-prompt6{
    background-color: #000;
   min-height: 300px;
   display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0px;
    color: #fff;
    padding-bottom: 80px;
}
.content-prompt6 > h3,.content-prompt5 > h3{
    font-family: 'Funnel Display';
    font-size: 40px;
    font-weight: 400;
    text-align: center;
}
.all-products > .product-result {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1300px;
    padding: 10px;
}
.product-result > .item {
    width: calc(25% - 20px);
    margin-bottom: 40px;
}
.all-products *{
    font-family: 'Funnel Display', serif;
}
.all-products .view-all-products{
    text-align: center;
}
.all-products .btn-view-all
{
    background-color: #EFDD90;
    min-width: 240px;
    min-height: 43px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 800;
    font-size: 18px;
    font-family: "Funnel Display", serif;
    text-transform: uppercase;
    padding: 5px 20px;
}