body{
    font-family: 'Lato'!important;
    font-weight: 400;
    background: #fff;
    font-size: 17px;
    line-height: 1.6;
}

body main{
    position: relative;
}

body::-webkit-scrollbar{
    width: 7px!important;
}

h1,h2{
    text-align: left;
    font-family:'Lato';
    font-weight: 600;
    line-height:1.4;
}

html body h1{
    font-size: 60px;
    line-height: 1.4;
}

h2{
    font-size: 45px;
    margin-bottom: 15px;
    line-height: 1.4;
    overflow: visible;
    font-weight: 800;
}

h2.title{
    font-size: 40px;
}

h3{
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-black-third);
    margin-top: 30px;
}

h4{
    font-size:20px;
}

p{
    font-size: 17px;
    color: #5a5a5a;
    margin: 30px 0;
}

h1:not(.default-h1){
    
    
    font-weight: 800;
    
}

@media (min-width:2000px){
html body h1{
        font-size:60px;
    }

}
section .zapp-btn,
.z-main-container .zapp-btn{
    border-radius: 12px;
    font-size: 16px;
    padding: 11px 30px;
    box-shadow: var(--j-shadow);
    font-weight: 600;
    margin-right: 10px;
}

section{
    background-color:#fff;
    position: relative;
    
    padding:90px 0;
    display: block;
    width:100%;
    float: left;
}

section.dark,
section.dark p{
    color: #fff!important;
}

@media (max-width: 1530px){
section{
        padding:20px;
    }

}
@media (max-width: 1225px){
section{
        padding: 30px 20px;
    }

}
@media (min-width: 576px) AND (max-width: 991px){
html body h1{
        font-size: 4vh;
    }

html body h1{
        font-size: 5vh;
        padding-top:0vh;
    }

}
@media (max-width: 575px){
html body h1{
        font-size: 3.7vh;
        
    }

section{
        padding: 50px 20px;
    }

h2{
        font-size: 28px;
    }

h2.title{
        font-size: 24px;
    }

h2.text-right,
    h2,
    h3.text-right,
    h3.text-left,
    h3{
        text-align: center!important;
    }

p.text-center:not(.main-p):not(.force-center),
    .zapp-htmlgen-ele[data-creator='div'].text-right,
    .zapp-htmlgen-ele[data-creator='div'].text-center{
        text-align: left!important;
    }

}
.zapp-w-header{
    display: block;
    width:100%;
    height: auto;
    float: left;
    font-size: 13px;
    padding:5px;
    z-index: 2;
    position: -webkit-sticky!important;
    position: -moz-sticky!important;
    position: -ms-sticky!important;
    position: -o-sticky!important;
    position: sticky!important;
    top:0;
    font-weight: 600;
    left:0;
    background: var(--color-gradient);
    font-family: 'Lato',sans-serif;
    
    text-align: left;
    white-space: nowrap;
}

.zapp-w-header img.logo{
    width: 240px;
    margin-top: -5px;
}

.zapp-w-header div.logo{
    display: inline-block;
    width: auto;
    padding: 0px 0;
    padding-left: 0;
    margin-left:5px;
    margin-right: 20px;
}

.zapp-w-header div.logo a:hover{
    text-decoration: none;
}

.zapp-w-header div.logo div.slogan{
    font-size: 14px;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    color: var(--color-secondary);
    padding-left: 5px;
    padding-top: 6px;
    position: relative;
}

.zapp-w-header div.logo div.slogan span{
    font-weight: 600;
}

.zapp-w-header div.logo div.slogan i{
    display: inline-block;
    min-height: 18px;
    min-width: 18px;
    float: left;
    margin-right: 2px;
    margin-top: 1px;
}

.zapp-w-header div.logo div.slogan i.zapp-icon{
    
}

.zapp-w-header,
.zapp-w-header .zapp-w-header-entry a{
    color: #fff;
}

.zapp-w-header.dark{
    background: #fff;
}

.zapp-w-header.dark,
.zapp-w-header.dark .zapp-w-header-entry a{
    color: var(--color-black-secondary);
}

.zapp-center-container{
    max-width: 1180px;
    margin:0 auto;
    
}

.zapp-w-header .zapp-w-header-entry{
    display: inline-block;
    padding: 22px 15px;
    font-size: 16px;
    cursor: pointer;
    float: none;
}

.zapp-w-header .zapp-w-header-entry.fright{
    float:right;
}

@media (max-width: 1439px){
.zapp-w-header{
        text-align:center;
    }

.zapp-w-header div.logo{
        margin-left:0;
    }

.zapp-w-header .zapp-w-header-entry{
        padding: 22px 15px;
    }

}
@media (max-width: 1317px){
.zapp-w-header .zapp-w-header-entry{
        font-size: 14px;
        padding: 22px 8px;
    }

.zapp-w-header img.logo{
        width:200px;
    }

}
@media (max-width: 1140px){
.zapp-w-header .zapp-w-header-entry{
        font-size: 13px;
    }

.zapp-w-header img.logo{
        width:150px;
    }

}
@media (max-width: 1050px){
.zapp-w-header div.logo{
        display: none;
    }

}
@media (max-width: 991px){
.zapp-w-header{
        height: auto;
    }

.zapp-w-header div.logo{
        display: inline-block;
        float:left;
        margin-right:0;
    }

.zapp-w-header img.logo{
        width: 430px;
        margin-top: 20px!important;
        margin-left: 15px;
    }

.zapp-w-header .zapp-w-header-entry{
        float:right;
    }

}
@media (max-width: 605px){
.zapp-w-header img.logo{
        width: 350px;
        margin-top: 24px!important;
    }

.zapp-w-header i.zapp-icon.zapp-icon-big{
        min-width: 45px;
        min-height: 45px;
    }

}
@media (max-width: 575px){
.zapp-w-header img.logo{
        width: 338px;
        margin-top: 9px!important;
        margin-left: 0px;
    }

}
@media (max-width: 481px){
.zapp-w-header img.logo{
        width: 315px;
        margin-top: 9px!important;
    }

.zapp-w-header i.zapp-icon.zapp-icon-big{
        min-width: 40px;
        min-height: 40px;
    }

}
@media (max-width: 429px){
.zapp-w-header img.logo{
        width: 260px;
        margin-top: 12px!important;
        margin-left: 10px;
    }

}
@media (max-width: 376px){
.zapp-w-header img.logo{
        width: 252px;
        margin-top: 8px!important;
    }

.zapp-w-header i.zapp-icon.zapp-icon-big{
        min-width: 30px;
        min-height: 30px;
    }

}
@media (max-width: 361px){
.zapp-w-header div.logo{
        width:75%;
    }

}
@media (max-width: 575px){
.zapp-w-header .zapp-w-header-entry{
        padding:5px;
    }

section [class*="col-"]{
        padding-left:0;
        padding-right: 0;
    }

}
.zapp-w-header.dark.docs-header{
    background:#f7fafc;
    box-shadow: inset 0 -1px #e3e8ee;
    padding: 5px 5px 15px;
}

.zapp-w-header.dark.docs-header div.slogan{
    font-size: 24px;
    font-family: 'Lato',sans-serif;
    font-weight: 800;
    color: #3c4356;
    padding-left: 5px;
    padding-top: 6px;
    position: relative;
}

.zapp-w-header.dark.docs-header div.logo{
    display: inline-block;
    float:left;
    width:auto;
    padding: 5px;
}

.zapp-w-header.dark.docs-header div.slogan i{
    display: inline-block;
    min-height: 28px;
    min-width: 28px;
    float: left;
    background: var(--color-business-gradient);
    margin-right: 8px;
    top: 4px;
    position: relative;
}

.zapp-w-header.dark.docs-header .zapp-w-header-entry{
    padding:22px 10px;
}

.zapp-w-header.dark.docs-header img.logo{
    width: 150px;
    margin-left: 5px;
}

@media (max-width: 575px){
.zapp-w-header.dark.docs-header .zapp-w-header-entry{
        padding:5px;
    }

}
@media (max-width: 1024px){
.zapp-center-container{
        max-width: 984px;
    }

}
.zapp-pricecalculator-div{
    display: block;
    float: left;
    width:100%;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0;
}

.zapp-pricecalculator-div .icon-div{
    display: inline-block;
    width: 25px;
    float: left;
    text-align: center;
}

.zapp-pricecalculator-div .icon-div i.ion-android-checkbox-outline-blank{
    color: #838383;
}

.zapp-pricecalculator-div .zapp-pricecalculator-textdiv{
    display: inline-block;
    width: calc(100% - 125px);
    float: left;
}

.zapp-pricecalculator-div .price{
    display: inline-block;
    width: 100px;
    float: left;
    
    padding-top: 10px;
    padding-left: 5px;
    color: var(--color-font);
}

.zapp-pricecalculator-div .price span{
    font-style: italic;
    color: #acacac;
}

.zapp-pricecalculator-div .zapp-pricecalculator-textdiv .title{
    display: block;
    float: left;
    width:100%;
    font-weight: 600;
}

.zapp-pricecalculator-div .zapp-pricecalculator-textdiv .text{
    display: block;
    float: left;
    width:100%;
    font-size: 13px;
    font-family: 'Roboto',sans-serif;
    color: #555;
}

.zapp-sale-title{
    display: block;
    float: left;
    width:100%;
    margin-bottom:30px;
    position: relative;
}

.zapp-sale-title div{
    display: block;
    float:left;
    width:calc(100% - 60px);
}

.zapp-sale-title span{
    font-weight: 800;
    
    float: left;
    
    
    clear: both;
    font-size: 26px;
}

.zapp-sale-title h1{
    margin-top:0;
    margin-bottom: 0px;
}

.zapp-sale-title strong{
    font-weight: 400;
    
    float: left;
    width: 100%;
}

.zapp-sale-title i.zapp-icon{
    position: relative;
    top: 18px;
    min-width: 35px;
    min-height: 35px;
    margin-right: 20px;
    float: left;
}

.zapp-sale-title div.zapp-sale-bg{
    position: absolute;
    top: 11px;
    left: -7px;
    width: 50px;
    height: 50px;
    
    border-radius: 16px;
    border: 2px solid white;
    box-shadow: var(--light-shadow);
}

@media (max-width: 992px){
.zapp-sale-title div:not(.zapp-sale-bg){
        width: calc(100% - 40px)!important;
    }

.zapp-sale-title div.zapp-sale-bg{
        width: 40px;
        height: 40px;
        left: -5px;
        top: 12px;
        border-radius: 12px;
    }

.zapp-sale-title i{
        margin-right: 10px!important;
        min-width: 30px!important;
        min-height: 30px!important;
    }

.zapp-sale-title{
        text-align: left;
        
    }

.zapp-sale-title strong{
        width: 100%;
        
        
        
        
    }

.zapp-sale-title span{
        font-size: 18px!important;
    }

}
.zapp-w-icon-box{
    
    width:100%;
    float:
            left;
    display: block;
    margin:20px 0;
}

.zapp-w-icon-box div.icon{
    display: inline-block;
    float: left;
    width:80px;
    position: relative;
    height:80px;
    margin-top: -6px;
}

.zapp-w-icon-box div.icon i.zapp-icon{
    width:40px;
    height:40px;
    background:#fff;
    top: 20px;
    left: 20px;
    position: absolute;
    background: linear-gradient(135deg, #41B086 ,#74CC9D);
}

.zapp-w-icon-box div.icon .icon-bg{
    width:70px;
    height:70px;
    position: absolute;
    top:5px;
    left:5px;
    border-radius: 24px;
    overflow: hidden;
    
    background: transparent!important;
}

.zapp-w-icon-box div.icon .icon-bg:after{
    position: absolute;
    right: calc(50% - 25px);
    top: calc(50% - 25px);
    content: "";
    height: 50px;
    width: 50px;
    background: #fff;
    
    border-radius: 20px;
    opacity: 0.05;
    transition: all 200ms;
    display:none;
}

.zapp-w-icon-box div.text{
    display: inline-block;
    float: left;
    width: calc(100% - 80px);
    
    padding-left: 10px;
    max-width: 600px;
}

.zapp-w-icon-box div.text strong{
    display: block;
    float: left;
    width:100%;
    font-size: 21px;
    font-weight: 800;
}

.zapp-w-icon-box div.text p{
    display: block;
    float: left;
    width: auto;
    margin: 0;
}

.zapp-w-icon-box div.text a.zapp-btn{
    box-shadow: unset;
    color: inherit;
    padding: 2px 7px;
    font-size: 14px;
    font-weight: inherit;
    margin: 0 0 0 7px;
    border: 1px solid;
    font-weight: 600;
}

section.dark .zapp-w-icon-box div.text a.zapp-btn{
    background:#fff;
    color:#333;
}

.zapp-w-icon-box:hover div.icon .icon-bg:after{
    top: 20px;
    right: 0;
    
    
}

@media (max-width: 575px){
.zapp-w-icon-box div.icon{
        margin-bottom:10px;
        margin-top:15px;
    }

.zapp-w-icon-box div.text{
        width: calc(100%);
        padding-left:0;
    }

.zapp-w-icon-box div.text strong{
        font-size:18px;
    }

}
.push-shadow,
.zapp-w-header-entry .l-button.push-shadow{
    position: relative;
    
    box-shadow: var(--light-shadow);
    
}

a.zapp-btn.push-shadow{
    border-radius: 12px;
    font-size: 16px;
    padding: 11px 30px;
    box-shadow: var(--j-shadow);
    font-weight: 600;
    margin-right: 10px;
}

img.push-shadow{
    border-radius: 5px!important;
    box-shadow: 16px 16px 15px -4px #ececec !important;
    
    margin-left: 30px;
    max-width:calc(100% - 60px);
    margin-top:40px;
    transition:all 500ms;
}

img.push-shadow:hover{
    box-shadow: -10px -10px 15px -4px rgba(239, 239, 239, 0.4) !important;
}

[data-text-anim].go-out{
    top:-10px;
    opacity:0;
}

.website-contact-form input{
    background-color: transparent!important;
    border: 0!important;
    border-bottom: 2px solid #cecece!important;
    border-radius: 0!important;
    padding-left: 5px!important;
    font-size: 17px!important;
}

.website-contact-form input:focus{
    box-shadow: unset!important;
}

.website-contact-form input::placeholder{
    color: rgba(255,255,255,0.6);
}

.website-contact-form textarea{
    background-color: transparent!important;
    border: 2px solid #cecece!important;
    font-size: 17px!important;
    height: 200px;
}

.website-contact-form .mycz-form-label{
    font-size:17px!important;
}


