.one-third.funnel-column.leaves{
    position:relative;
}
.one-third.funnel-column.leaves:before {
    position: absolute;
    content: "";
    background-image: url("../images/icons/funnel-leafs.svg");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 17px;
}
.one-third.funnel-column.linked{
     position:relative;
}
.one-third.funnel-column.linked:before{
    position: absolute;
    content: "";
    background-image: url("../images/icons/funnel-linked.svg");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 17px;
}

.one-third.funnel-column.man{
     position:relative;
}
.one-third.funnel-column.man:before{
    position: absolute;
    content: "";
    background-image: url("../images/icons/funnel-man.svg");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 17px;
}
/* section funnels css */
.vc_custom_1677159706500 {
    margin-left: 10px;
}
.section-funnels .l-section{
    padding: 0 var(--site-margin);
}
.section-funnels .funnel-column{
    padding-top:80px;
}

.section-funnels .l-section .offset_medium  .links-section .full-width {
    padding: 0 20px;
    border-left: 4px solid var(--pri-color);
    margin-bottom: 40px;
}
.section-funnels .l-section .offset_medium  .links-section .full-width .w-btn-wrapper.align_left {
    width: 100%;
}
.section-funnels .l-section .offset_medium  .links-section .full-width a {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #E4EBF1  !important;
    padding: 11px 15px;
    position: relative;
}

.section-funnels .l-section .offset_medium  .links-section .full-width a:hover {
    background-color: transparent;
}

.section-funnels .l-section .offset_medium  .links-section .full-width .w-btn-label {
    text-align: left !important;
    padding: 11px 0 !important;
    color: var(--text-color) !important;
    font-weight:700;
    transition: all 0.3s ease-out;
}

.section-funnels .l-section .offset_medium  .links-section .full-width a:hover  .w-btn-label {
    color: #00CC92 !important;
}

.section-funnels .l-section .offset_medium  .links-section .full-width  .w-btn, button, input[type="submit"]{
    text-align:unset;
}
.section-funnels{
  background-image: linear-gradient(to bottom, var(--gradient-dark), #ffffff);
}
.section-funnels .one-third{
    background-color:#fff;
}
.section-funnels{
    margin:70px 0;
}
.section-funnels .l-section .offset_medium  .links-section .full-width a:before {
    position: absolute;
    content: "";
    background-image: url("../images/icons/funnels-caret.svg");
    width: 11px;
    height: 19px;
    background-repeat: no-repeat;
    right: 1px;
    background-size: cover;
}
/* wn-css-end */

section.section-funnels .funnel-column h3 {
    padding-left: 35px;
    color: var(--sec-color);
}

section.section-funnels .funnel-column .w-image {
    position: relative;
}
section.section-funnels .funnel-column .w-image:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--overlay-color);
    opacity: 0.25;
    position: absolute;
    left: 0;
    top: 0;
}
