.top-hero-wrapper{
    display:flex;
    flex-direction: column;
}

.top-hero-module__info {
    display: flex;
    flex: 0 0 485px;
    flex-direction: column;
}

.top-intro-label{
    color: #86868B;
    text-align: center;
    font-family: Nunito;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom:32px;
    text-transform: uppercase;
}

.top-image-link-wrapper{
    position: relative;
}

.top-image-link-wrapper .imgmobile{
    width: 110%;
    position: relative;
    left: -5%;
    top:-7%;
}

.top-hero-module__image{
    display: flex;
    justify-content: center;
    width: calc(100% + 60px);
    margin-left: -40px;
}

.top-hero-title{
    color: #000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom:14px !important;
}

.top-hero-module__image .imgmobile{
    display:block;
}

.top-hero-module__image .imgdesktop{
    display:none;
}


.top-hero-module__image .imgmobile, .top-hero-module__image .imgdesktop{
    z-index:-1
}

.top-hero-text p{
    color: #000;
    text-align: center;
    font-family: Nunito;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    margin-bottom:28px;
}



.zen-price__cta {
    position: relative;
    margin:auto;
}

.zen-price__cta a {
    display: inline-flex !important;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    background: #22E243;
    display: block;
    text-align: center;
    line-height: 28px;
    padding: 16px 14px;
    border-radius: 30px;
    text-transform: uppercase;
    opacity: 1;
    transition: .2s all ease-in-out;
    border: 2px solid transparent;
    cursor: pointer;
}

.zen-price__cta a:hover {
    transition: all .3s ease-in-out;
    border: 2px solid #000;
    background: #f7f7f7;
    color: #222;
    text-align: center;
    font-family: Nunito;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .15);
    background-image: url(https://www.zen.com/wp-content/themes/zen/images/deals-landing/patern.webp);
    background-position: center;
    background-size: cover;
    opacity: 1 !important;
    color: black !important;
}

.download_btns{
    margin-top:32px;
    display:none;
}

.svg-colored-green{
    filter: brightness(0) saturate(100%);
}

.svg-colored-green:hover{
    cursor:pointer;
    filter: invert(23%) sepia(83%) saturate(747%) hue-rotate(52deg) brightness(92%) contrast(89%);
}

@media (min-width: 360px) {

}

@media (min-width: 400px) {

}


@media (min-width: 768px) {
    .top-intro-label{
        margin-bottom: 8px;
    }
    .zen-price__cta a{
        font-size:16px;
    }
    .top-hero-module__info{
        flex: 0 0 100%;
    }
    .top-intro-label{
        font-family: Nunito;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 160% */
        text-transform: uppercase;
    }

    .top-hero-title{
        font-size: 60px;
    }
    .top-hero-text p{
        font-size: 24px;
        line-height: 32px;
    }

    .download_btns{
        margin-top:48px;
    }

    .top-hero-module__info{
        width:100%;
    }

    .zen-price__cta a{
        position:relative;
    }
}

@media (min-width: 800px) {

}

@media (min-width: 1200px) {
.svg-colored-green{
    height:58px;
}

.zen-price__cta{
    margin:0;
}

}

@media (min-width: 769px) and (max-width: 1199px) {
    .top-hero-wrapper {
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
    }
    
    .top-image-link-wrapper .imgmobile{
        left:0;
        width:100%;
    }
}


@media (min-width: 1200px) {
    .top-hero-wrapper{
        flex-direction: row;
        padding:50px 0;
    }

    .top-hero-module__image {
        max-width: 520px;
    }

    .top-image-link-wrapper .imgmobile{
        display:none;
    }

    .top-hero-module__image .imgdesktop{
        display: block;
    }

    .zen-price__cta{
        transform: unset;
    }
    .zen-price__cta a{
        left: unset;  
        top: unset;  
        transform: unset; 
    }

    .top-intro-label, .top-hero-title, .top-hero-text p, .zen-price__cta{
        text-align: left;
    }
    .top-hero-module__info {
        flex: 0 0 520px;
        padding: 0;
        text-align: left;
    }
    
    .download_btns{
        display:block;
    }
}

@media only screen and (min-width: 1366px) {

}


@media (min-width: 1920px) {

}


@media (min-width: 3840px) {

}

@media (max-width:768px){
        body:has(.show-topbar) {
        .breadcrumbs_wrap {
            margin-top: 70px !important;
        }
    }
   .page-template-page-pko-multicurrency {
        .breadcrumbs_wrap .container {
            padding-left: 20px;
        }
        .breadcrumbs_wrap{
              margin-top: 70px !important;
        }
        .page-template-multi-currency{

        }
    }
    .page-template-page-pko-multicurrency .site-content{
        margin-bottom: unset !important;
        margin-top: unset !important;
    }

    .page-template-multi-currency
    .top-hero-title{
margin-bottom: 32px !important;
    }
    .top-intro-label{
            margin: 0 auto;
        margin-bottom: unset;
    margin-top: 32px;
    max-width: 200px;
    }
}
.zen-breadcrumbs {
    & ol {
        & li:first-child {
            & a {
                span {
                    color: #86868B;

                }
            }
        }
    }
}
.zen-breadcrumbs {
    & ol {
        & li {
            span {
                color: #86868B;
      
            }
        }
    }
}
.zen-breadcrumbs {
    & ol {
        & li {
    
                color: #86868B;
    
        }
    }
}
.zen-breadcrumbs {
    & ol {
        & li:last-child {
            span {
                color: #000;
      
            }
        }
    }
}
