

.p-icon {
    position: absolute;
    width: 110px;
    height: 110px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    pointer-events: none;
}



.content h2 {
    font-family: 'Fira sans', serif;
    color: #484848;
    font-size: 48px;
    line-height: 52px;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight:600;
}

.content p {
    font-family: 'Roboto', sans-serif;
    color: #6e6d6d;
    font-size: 19px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
    width: 90%;
}

    .content p a {
        color: #166fb4;
        /*text-decoration:underline;*/
    }

        .content p a:hover {
            color: #166fb4;
            /*text-decoration: underline;*/
        }


/* visuals */
.video-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.how-it-works-video {
    cursor: pointer;
}

.visual div.image {
    width: 460px;
    height: 320px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    background-color: white;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}
  
.visual div.window {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    background-color: white;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}


.ad-1.window {
    position: absolute;
    top: -58px;
    left: 485px;
    width: 140px;
    height: 233px;
}

.ad-2.window {
    position: absolute;
    top: -72px;
    left: -61px;
    width: 159px;
    height: 220px;
}

.ad-3.window {
    position: absolute;
    top: 269px;
    left: 392px;
    width: 198px;
    height: 143px;
    z-index: 2;
}

.visual div.window.search {
    /*background-color: #f7f5f5;*/
    width: 160px;
    height: 34px;
    border-radius: 99px;
    margin-left: 10px;
    position: absolute;
    top: -44px;
    left: 22px;
    z-index: 2;
}

.g-search-magnify {
    position: absolute;
    right: 9px;
    top: 6px;
}

.search.window span {
    color: #555454;
    font-size: 13px;
    font-weight: 300;
    margin-left: 15px;
    line-height: 34px;
}

.fb-logo {
    width: 30px;
    height: 32px;
    background: #305eae;
    border-radius: 3px;
    position: absolute;
    top: 12px;
    left: 12px;
    padding-left: 2px;
}

.text-abstract {
    background-color: #c6efe3;
    width: 65px;
    height: 7px;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 7px;
}

.ad2-logo {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 8px;
}


.text-abstract.dark-blue {
    background-color: #a4b8cb;
}

.text-abstract.blue {
    background-color: #cedcea;
}

.text-abstract.gray {
    background-color: #69696a;
}

.text-abstract.green {
    background-color: #a4c69c;
}

.ad2-stars {
    left: 10px;
    position: relative;
    top: 8px;
}

.ad3-logo {
    position: absolute;
    right: 10px;
    bottom: 9px;
}

.white-frame-shade {
    background-color: white;
    border-radius: 3px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: absolute;
    border: 1px solid rgba(0,0,0,0.1);
}

/* Methods: youtube*/

.yt-method {
    height: 328px;
    position: relative;
}

.yt-logo {
    position: relative;
    left: 8px;
    top: 5px;
}

.gray-header {
    height: 27px;
    width: 100%;
    background-color: #484848;
}

.yt-window {
    width: 272px;
    height: 338px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    background-color: white;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    position: absolute;
    z-index: 3;
    right: 57px;
    top: 76px;
}
.yt-main-video img{
    width: 250px;
}

.yt-main-video {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 8px;
}

.yt-loader {
    background: #eee;
    width: 250px;
    height: 7px;
    margin-left: 10px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
}

    .yt-loader .loaded {
        background: #ff1d00;
        width: 150px;
        height: 10px;
    }

.yt-circle {
    background: #eee;
    border-radius: 100px;
    width: 33px;
    height: 33px;
    float: left;
    margin-left: 10px;
}

.yt-left-col .yt-gray-text {
    margin-left: 53px;
    width: 80px;
}

    .yt-left-col .yt-gray-text.id1 {
        width: 115px;
    }

.yt-gray-text {
    background-color: #eeeeee;
    width: 80px;
    height: 7px;
    border-radius: 5px;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
}


.yt-gray-bk {
    background-color: #eeeeee;
    border-radius: 3px;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

    .yt-gray-bk .yt-gray-text {
        background-color: #d0cfcf;
        width: 45px;
    }

    .yt-gray-bk > .yt-gray-text {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .yt-gray-bk .yt-gray-text.id3 {
        width: 30px;
    }

.yt-sml-video {
    margin-left: 10px;
}

.yt-a-small.id1, .yt-a-small.id2 {
    display: inline-block;
}

.yt-search-side > .yt-gray-thumb {
    width: 65px;
    height: 55px;
    background-color: #eeeeee;
    border-radius: 3px;
    float: left;
}

.yt-search-side {
    margin-bottom: 10px;
    height: 55px;
}

    .yt-search-side > .yt-gray-text {
        margin-left: 75px;
        width: 65px;
        background-color: #eeeeee;
    }

        .yt-search-side > .yt-gray-text.id1 {
            width: 55px;
        }

        /* fb */
.fdr-wrapper {
    opacity: 1;
    position: absolute;
    top: -30px;
    left: 50px;
}



.fdr-window {
    width: 288px;
    height: 380px;
    left: 27px;
    top: -14px;
}

.fdr-fb-logo {
    background-color: #fff;
    border-radius: 5px;
    margin: 10px;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 3px;
    top: 2px;
}

    .fdr-fb-logo svg {
        position: absolute;
        left: 1px;
        top: 1px;
    }

.fdr-header {
    background-color: #305eae;
    height: 53px;
    width: 100%;
    position: relative;
}

.fdr-search-bar {
    width: 217px;
    height: 30px;
    background-color: #fff;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    top: 12px;
    margin-left: 54px;
}

.fdr-search-icon {
    background-color: #f5f6f7;
    width: 36px;
    right: 0;
    height: 30px;
    position: absolute;
    padding: 5px 8px;
}

.fdr-search-text {
    color: #6e6d6d;
    font-size: 13px;
    position: absolute;
    left: 15px;
    top: 7px;
}

.gray-text {
    background-color: #eeeeee;
    width: 85px;
    height: 7px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.fdr-profile {
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.fdr-circle {
    background-color: #a0a0a0;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    border-radius: 50%;
    float: left;
    top: -2px;
    position: relative;
}

.fdr-profile .gray-text {
    margin-left: 30px;
}

.fdr-prdcts-wrapper {
    overflow: hidden;
    height: 293px;
    width: 100%;
}


.fdr-prdct {
    width: 266px;
    position: relative;
    display: inline-block;
    margin-left: 10px
}

.fdr-prdct-img {
    width: 266px;
    height: 216px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}


.fdr-prdct .fdr-badge {
    color: #f822a9;
    font-size: 24px;
    font-weight: 500;
    background-color: #faeff7;
    width: 91px;
    height: 62px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 70px;
    padding: 12px 0;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.fdr-prdct.id1 .fdr-badge {
    background-color: #a8e5f1;
    color: #fff;
}

.fdr-prdct.id3 .fdr-badge {
    background-color: #cdc2f0;
    color: #fff;
}

.fdr-prdct .gray-text.dark {
    background-color: #d0cfcf;
    width: 115px;
}

.fdr-btn-right {
    width: 76px;
    height: 31px;
    background-color: #eeeeee;
    border-radius: 8px;
    position: absolute;
    right: 0;
    top: 227px;
}

    .fdr-btn-right .gray-text {
        background-color: #d0cfcf;
        width: 56px;
        margin: 12px 11px;
    }

.fdr-prdct.id1 .fdr-prdct-img {
    border: 9px solid #a8e5f1;
}

.fdr-prdct.id2 .fdr-prdct-img {
    border: 9px solid #faeff7;
}

.fdr-prdct.id3 .fdr-prdct-img {
    border: 9px solid #cdc2f0;
}
/* g search: methods */

.gse-a {
    position: absolute;
    height: 300px;
    width: 298px;
    margin: 0 auto;
    top: 12px;
    left: 90px;
    opacity: 1;
}

.gse-window {
    opacity: 1;
    width: 298px;
    height: 292px;
}

.gseresult-window {
    width: 333px;
    height: 137px;
    top: 289px;
    left: -51px;
    padding: 10px 15px;
    opacity: 1;
    z-index: 4;
}

.gseresult.header1 {
    color: #382ab9;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
    display: block;
    padding-bottom: 2px;
}

.gseresult.adspan {
    color: #fff;
    background-color: #247d3e;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 3px;
    padding: 1px 3px;
}

.gseresult.header2 {
    color: #247d3e;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

.gseresult.adtext {
    color: #c2c0c0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    padding-top: 5px;
}

/* Smart Algorithm */

.section .container div.image.algorithm-window {
    width: 424px;
    height: 300px;
    overflow: hidden;
}

.algorithm-image-wrapper {
    position: relative;
    width: 445px;
    height: 300px;
    margin: 0 auto;
}

.algorithm-product {
    display: inline-block;
    margin-left: 10px;
    margin-top: 20px;
    margin-right: 10px;
}

.algorithm-produc-wrapper {
    width: max-content;
}

.algorithm-prdct-img {
    width: 140px;
    height: 229px;
    background-color: #f3f3f3;
    display: flex;
    justify-content: center;
}

    .algorithm-prdct-img img {
        align-self: center;
    }

    .algorithm-prdct-img img {
        display: flex;
        align-self: center;
        flex-direction: column;
    }

.algorithm-gray-text {
    background-color: #eeeeee;
    width: 105px;
    height: 7px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .algorithm-gray-text.id2 {
        width: 65px;
    }

    .algorithm-gray-text.id1 {
        margin-top: 10px;
    }

.algorithm-v {
    position: absolute;
    top: -22px;
    left: -22px;
}

.algorithm-sliders-wrapper {
    position: absolute;
    left: -76px;
    top: 135px;
}

.algorithm-slider {
    background-color: #484848;
    width: 6px;
    height: 70px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.algorithm-slider-head {
    width: 19px;
    height: 19px;
    border: 3px solid #ffa055;
    background-color: #fff;
    position: absolute;
    border-radius: 30px;
    left: -7px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
}

    .algorithm-slider-head.id1 {
        top: 24px;
    }

    .algorithm-slider-head.id2 {
        top: 14px;
    }

    .algorithm-slider-head.id3 {
        top: 44px;
    }

.algorithm-robot {
    position: absolute;
    top: 147px;
    left: 252px;
}

.algorithm-gauge {
    position: absolute;
    top: 21px;
    right: -35px;
}

.algorithm-gauge-number {
    color: #484848;
    font-size: 18px;
    font-weight: 800;
    position: relative;
    z-index: 2;
    left: -2px;
    top: 58px;
    text-align: center;
}

.progressgauge {
    transform: rotate(-90deg);
}

.progress__valuegauge {
    stroke-dasharray: 339.292;
    stroke-dashoffset: 339.292;
}



@keyframes progress {
    from {
        stroke-dashoffset: 339.292;
    }

    to {
        stroke-dashoffset: 0;
    }
}


/* Dashboard */
.dashboard-wrapper {
    position: absolute;
    width: 400px;
    height: 330px;
    top: 31px;
    left: 50%;
    transform: translateX(-50%);
}

div.image.dashboard-window {
    width: 400px;
    height: 318px;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.section .container div.image.dashboard-window {
    width: 400px;
    height: 318px;
    overflow: hidden;
}

.dashboard-header {
    background-color: #f2f2f2;
    height: 94px;
    padding-left: 10px;
    padding-top: 10px;
}

.dashboard-header-item {
    background-color: #fff;
    margin-right: 10px;
    width: 84px;
    height: 72px;
    display: inline-block;
    text-align: center;
}

    .dashboard-header-item .icon {
        height: 25px;
        display: block;
        margin-top: 12px;
    }

    .dashboard-header-item .number {
        font-size: 15px;
        font-weight: 600;
        color: #1483C1;
        display: block;
        margin-top: 5px;
    }

.dashboard-graph-wrapper {
    position: relative;
}

.dashboard.viewed .graph {
    stroke-dasharray: 450;
    stroke-dashoffset: 450;
    animation: drawgraph 2s 1s linear forwards;
}

.dashboard.viewed .graphBK {
    stroke-dasharray: 450;
    stroke-dashoffset: 450;
    animation: showgraph 1s 2s linear forwards;
}

@keyframes drawgraph {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes showgraph {
    to {
        opacity: 0.1;
        stroke-dashoffset: 0;
    }
}

.dashboard-dot {
    opacity: 1;
}

.grid {
    margin-left: 10px;
    position: absolute;
    height: 178px;
    width: 379px;
}

.dashboard-graph {
    position: absolute;
    margin-left: 10px;
    width: 378px;
    overflow: hidden;
    height: 168px;
    margin-top: 10px
}

.dashboard-dot {
    width: 17px;
    height: 17px;
    border: 3px solid #fff;
    background-color: #1483C1;
    position: absolute;
    border-radius: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}

.dashboard-dots {
    position: relative;
    top: 10px;
}

.dashboard-dot.id1 {
    top: 138px;
    left: 2px;
}

.dashboard-dot.id2 {
    top: 121px;
    left: 43px;
}

.dashboard-dot.id3 {
    top: 124px;
    left: 85px;
}

.dashboard-dot.id4 {
    top: 103px;
    left: 127px;
}

.dashboard-dot.id5 {
    top: 93px;
    left: 169px;
}

.dashboard-dot.id6 {
    top: 87px;
    left: 211px;
}

.dashboard-dot.id7 {
    top: 31px;
    left: 253px;
}

.dashboard-dot.id8 {
    top: 7px;
    left: 295px;
}

.dashboard-dot.id9 {
    top: -3px;
    left: 338px;
}

.dashboard-dot.id10 {
    top: -2px;
    left: 378px;
}

.dashboard-tooltip {
    position: absolute;
    left: 219px;
    top: -4px;
    text-align: center;
    opacity: 0;
}

.dashboard-tooltip-text {
    color: #fff;
    font-weight: 400;
    position: relative;
    top: -37px;
    font-size: 14px;
    text-align: center;
}

.dollar.id1 {
    position: absolute;
    top: 96px;
    right: -47px;
    transform: scale(0.8);
}

.dollar.id2 {
    position: absolute;
    top: 71px;
    right: -32px;
    transform: scale(0.8);
}

.dollar.id3 {
    position: absolute;
    top: 120px;
    right: -25px;
}

.image.table {
    opacity: 1;
}

div.image.table {
    width: 201px;
    height: 115px;
    padding: 10px;
    position: absolute;
    top: 137px;
    left: -86px;
}

.section .container div.image.table {
    width: 201px;
    height: 115px;
    padding: 10px;
    position: absolute;
    top: 137px;
    left: -86px
}

.image.table > img {
    margin-left: 6px;
    margin-top: 8px;
}


/* tabs */
.tab-wrapper {
    margin-bottom: 20px;
    border-bottom: 1px solid #858484;
}

    .tab-wrapper h2:hover {
        cursor: pointer;
        color: #484848;
        transition: all .2s ease-in-out;
    }

    .tab-wrapper.active h2 {
        color: #166fb4;
        transition: all .2s ease-in-out;
    }

    .tab-wrapper:last-child {
        border: 0;
    }

    .tab-wrapper p {
        opacity: 0;
        height: auto;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .tab-wrapper.active p {
        opacity: 1;
        height: auto;
        max-height: 500px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }


    /* success storeis */

#logos-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
}

#logos-section li {
    display: table-cell;
    width: 5%;
    text-align: center;
    vertical-align: middle;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity .2s ease-in-out;
}

    #logos-section li.active {
        transition: opacity .2s ease-in-out;
        opacity: 1;
    }
.logos-wrapper {
    border-bottom: 1px solid #858484;
    position: relative;
}
    .logos-wrapper .tab {
        display: block;
        height: 4px;
        background-color: #484848;
        z-index: -1;
        transform: translateX(-60px);
        position: absolute;
        transition: all .2s ease-in-out;
        bottom: -1px;
    }


.success-stories-container {
    position: relative;
    overflow: hidden;
    height: 400px;
    margin-top: 25px;
}
.success-stories-container {
    position: relative;
    overflow: hidden;
    height: 400px;
    margin-top: 25px;
}

.success-stories-wrapper {
    --n: 0;
    width: max-content;
    left: calc(var(--n)*1140px);
    position: relative;
    transition: all 1.1s ease-in-out;
}

.story-item {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 1140px;
    height: auto;
}

.story-img {
    justify-content: right;
}

.story-img {
    min-height: 349px;
    align-self: center;
    min-width: 50%;
    display: flex;
}

.story-title {
    width: 30%;
    margin-left: 5%;
    align-self: center;
}

.story-item h3 {
    font-family: 'Fira sans', serif;
    color: #484848;
    font-size: 48px;
    line-height: 52px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
}

.story-item a {
    color: #166fb4;
    font-size: 19px;
    line-height: 28px;
    /*text-decoration: underline;*/
}

    .story-item a:hover {
        color: #166fb4;
        /*text-decoration: underline;*/
    }

    /* platforms */

.strip4 {
    background-color: rgba(0,0,0,0.02);
    padding-top: 90px;
    padding-bottom: 90px;
}

    .strip4 h3, .strip5 h3 {
        font-family: 'fira sans', sans-serif;
        color: #484848;
        font-size: 31px;
        line-height: 34px;
        margin-top: 0;
        margin-bottom: 10px;
        font-weight: 500;
        text-align: center;
    }

    .strip4 h4, .strip5 h4 {
        font-size: 21px;
        text-align: center;
        width: 66%;
        margin: 0 auto;
        margin-bottom: 0px;
        color: #6e6d6d;
        font-weight: 400;
        line-height: 1.35;
        margin-bottom: 60px;
    }

.platforms-logos-row {
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 0 auto;
}
    .platforms-logos-row img {
        width: auto;
        height: max-content;
        align-self: center;
        margin-bottom: 40px;
        margin-left: 40px;
        margin-right: 40px;
    }

/* apps */

.app {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    width: 100%;
    height: 334px;
    transition: background-color .2s ease-in-out;
    text-align: center;
    color: #484848;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 30px;
}

.app-icon {
    width: 23%;
    margin: 0 auto;
    padding-top: 36px;
    z-index: 1;
    position: relative;
}

.app-bk{
position:absolute;
}
.app h3 {
    font-family: 'Fira sans', serif;
    font-size: 28px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 5px;
    margin-top: 20px;
    font-weight: 500;
    text-align: center;
    z-index: 1;
    position: relative;
}

.strip5 .app h4 {
    color: #484848;
    font-family: 'roboto', sans-serif;
    z-index: 1;
    position: relative;
    font-size: 19px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
    width:100%;
}
    .app.active {
    transition: background-color .2s ease-in-out;
}
.app.tb.active {
    color: #fff;
    background-color: #1483c1;
    /* #11587f*/
}

.app.bh.active {
    color: #fff;
    background-color: #00a2a1;
    /* #006463*/
}

.app.cp.active {
    color: #fff;
    background-color: #d6362d;
    /* #a02922*/
}

.app.gh.active {
    color: #fff;
    /*background-color: #4368ac;*/
    background-color: #96c262;
    /* #2c446f*/
}

.app.active h3 {
    color: #fff;
}

.app.active h4 {
    color: #fff;
}

.app a {
    box-sizing: border-box;
    border: 2px solid #637279;
    border-radius: 1.6em;
    color: #505E64;
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
    line-height: 38px;
    height: 40px;
    text-align: center;
    overflow: hidden;
    padding: 0 2.0em;
    text-decoration: none;
    z-index: 1;
    position: relative;
    transition: line-height 0.3s ease 0s;
    font-family: "Fira sans", sans-serif;
    transition: background 0.3s ease-out;
    transition: color 0.3s ease-out;
}



.app.active a {
    background-color: #fff;
}

.app a:hover {
    background: #484848;
    color: #fff;
    text-decoration: none;
    border-color: #484848;
}
    .app.active a:hover {
       /* background-color: #505E64;*/
    }


.app.active .tbst0 {
    fill: #fff;
}

.app.active .cpst0 {
    fill: #fff;
}
.app.bh.active svg path {
    stroke: #fff;
}
.app.gh.active .st0 {
    stroke: #fff;
}
.app.gh.active .stpdw0, .app.gh.active .stpdw1 {
    stroke: #fff;

}
.app.gh.active .stpdw1 {

    fill: #fff;
}
.app .app-bk svg {
    transition: transform 0.3s ease-out;
   
}
.app .app-bk {
    pointer-events: none;
}

.app .app-bk svg {
    opacity: 0;
}
.app.active .app-bk svg {
   opacity:1;
}
.app.bh.active .app-bk svg {
    transform: translateX(-90px);
    transition: transform 0.9s ease-out;
    filter: brightness(0) saturate(100%) invert(20%) sepia(65%) saturate(2323%) hue-rotate(158deg) brightness(99%) contrast(101%);
}

.app.tb.active .app-bk svg {
    transform: translateX(-90px);
    transition: transform 0.9s ease-out;
    filter: brightness(0) saturate(100%) invert(24%) sepia(98%) saturate(497%) hue-rotate(158deg) brightness(97%) contrast(94%);
}

.app.cp.active .app-bk svg {
    transform: translateX(-90px);
    transition: transform 0.9s ease-out;
    filter: brightness(0) saturate(100%) invert(21%) sepia(30%) saturate(3715%) hue-rotate(344deg) brightness(103%) contrast(90%);
}

.app.gh.active .app-bk svg {
    transform: translateX(-90px);
    transition: transform 0.9s ease-out;
    filter: invert(51%) sepia(30%) saturate(802%) hue-rotate(50deg) brightness(96%) contrast(81%);
}


/* stats */

#section-stats .container.row {
    padding-top: 60px;
}

.stats {
    height: 385px;
    height: auto;
}

    .stats .container {
        padding: 120px 0;
    }

    .stats .stat {
        width: 33.33%;
        float: left;
        color: #FFF;
        padding: 0;
    }

        .stats .stat img {
            display: block;
            margin: 0 auto;
            width: auto;
            height: 80px;
        }
        .stats .stat .dummy {
            display:none;
        }
        .stats .stat .number {
            display: block;
            text-align: center;
            padding-top: 2px;
            font-size: 48px;
            font-weight: 600;
            color: #4489be;
            font-family: "Fira sans", sans-serif;
            line-height: 1.1;
        }

        .stats .stat .stat-item {
            font-size: 19px;
            display: block;
            text-align: center;
            font-weight: 400;
            line-height: 34px;
            font-family: "Roboto", sans-serif;
            color: #6e6d6d;
        }




 /* CFA */
#cfa-section {
    background-color: #1483C1;
    height: 300px;
    padding-top: 66px;
    text-align: center;
}

    #cfa-section h2 {
        font-size: 33px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 20px;
        text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
    }


.btn.cfa {
    background-color: #ff9000;
    color: #fff;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
    font-size: 22px;
    padding: 15px 40px;
    font-weight: 400;
    border-radius: 100px;
    display: inline-block;
    cursor: pointer;
    transition: background-color .2s ease-in-out;
}

    .btn.cfa:hover {
        background-color: #ff7800;
        transition: background-color .2s ease-in-out;
    }

/* Footer */
.footer {
    display: flex;
}

.wrapper12 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.footer .inner-wrapper {
    margin: 0 auto;
    position: relative;
    width: 1200px;
    display: flex;
    flex-wrap: nowrap;
    align-items: self-start;
    justify-content: space-around;
}

.footer .col {
    padding-top: 45px;
}

.footer h3 {
    border-bottom: 1px dashed #2c2c2c;
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #499bc9;
    font-size: 30px;
    font-family: "Roboto",sans-serif;
}

.footer ul {
    margin: 0;
    margin-right: 0px;
    padding: 0;
    color: #515050;
    float: left;
    font-size: 16px;
    font-weight: 400;
    list-style: outside none none;
    margin-right: 35px;
    font-family: "Roboto",sans-serif;
}

.footer li {
    line-height: 46px;
}

.footer a {
    color: #515050;
    vertical-align: middle;
    text-decoration: none;
    line-height: 1;
}

    .footer a:hover {
        color: #515050;
        text-decoration: none;
    }

.footer .col.social i {
    display: inline-block;
    height: 25px;
    margin-right: 5px;
    vertical-align: middle;
    width: 25px;
}

.copyright {
    clear: both;
    display: block;
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #827A6D;
    background-color: #dcd7cf;
    margin-top: 100px;
}

.bottom-footer {
    clear: both;
}

    .bottom-footer .shop {
        background-image: url("/common/images/hp-new/footer_store.png");
        display: block;
        position: absolute;
        height: 38px;
        width: 46px;
        left: initial;
        right: 30px !important;
        top: -38px;
    }

    .bottom-footer .cart {
        background-image: url("/common/images/hp-new/footer_logo.png");
        display: block;
        position: absolute;
        top: -25px;
        height: 25px;
        width: 35px;
        left: 20px !important;
    }

.footer .col.social i {
    opacity: 0.87;
}

i.linkedin, i.fb img, i.twitter img {
    background: #000;
    border-radius: 3px;
}



    /* video modal */


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
    opacity: 0;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-content {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border: 1px solid #e3e3e3;
    padding: 25px;
    width: 65%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 40px;
}

.close {
    color: #484848;
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    right: 10px;
    top: -5px;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



@keyframes flickerAnimation {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.videoWrapper .loading {
    animation: flickerAnimation 1.5s infinite;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: #eeeeee;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }


/* hide animated items */
.how-it-works-video, .visual .ad-2,
.visual .search, .visual .ad-3, .visual .ad-1, .visual .p-icon svg,
.yt-window, .fdr-a, .gseresult-window,
.algorithm-window, .algorithm-v, .algorithm-sliders-wrapper, .algorithm-robot, .algorithm-gauge,
.dashboard-window, .dashboard-wrapper .table, .dashboard-wrapper .dollars {
    opacity: 0;
}


/* smaller screens */


@media only screen and (max-width: 1265px) {
    
    .container {
        max-width: 1170px;
    }
    .content h2 {
        font-size: 3.6vw;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    .section .content.col-md-6 p {
        width: 75%;
    }
    .section .visual.col-md-6 {
        transform: scale(0.9);
        transform-origin: center;
    }
    .story-item h3 {
        font-size: 3.6vw;
        line-height: 1.2;
    }
    .story-item {
        margin-top: 0;
        margin-bottom: 0;
        width: 100vw;
        height: auto;
    }
    .story-img {
        min-height: initial;
        align-self: center;
        display: flex;
        width: 50vw;
        min-width: initial;
    }
        .story-img img {
            width: 100%;
            height: max-content;
            align-self: center;
        }
    .header h1 {
        font-size: 5vw;
    }
    .header p {
        font-size: 2.1vw;
    }

    .header .text .btn-cfa {
        font-size: 3vw;
        margin-top: 3vw;
    }

    #logos-section li {
        transform: scale(0.9);
    }

    .strip4 h3, .strip5 h3 {
        font-size: 22px;
    }


    .app h4 {
        font-size: 19px;
    }
    .strip5 .app h4 {
        font-size: 2vw;
    }
    .content p {
        font-size: 18px;
    }

    .app-icon {
        width: 20%;
    }

    .gseresult-window {
        left: -40px;
    }
    .algorithm-sliders-wrapper {
        left: -64px;
    }

    .stats .stat .number {
        font-size: 4vw;
    }


    }


/* Tablet */


@media only screen and (min-device-width: 768px) and (max-device-width: 1081px) and (-webkit-min-device-pixel-ratio: 1) {
    .wrapper12 {
        width: 100vw;
    }

    .footer .inner-wrapper {
        width: 98vw;
    }

    .footer a {
        font-size: 1.6vw;
        line-height: 2.4vw;
    }

    .footer h3 {
        font-size: 3.2vw;
        margin-bottom: 1vw;
    }

    .footer li {
        line-height: 5vw;
    }

    .section .visual.col-md-6 {
        transform: scale(0.7);
    }

    #section-tb-video .a_text {
        padding-left: 3vw;
    }

    #section-tb-tabs .a_text {
        padding-right: 3vw;
    }


    .section .content.col-md-6 p {
        width: initial;
    }

    #badges-section .badges-grp {
        width: 90vw;
        justify-content: space-around;
    }

    .badges-grp > div {
        transform: scale(0.8);
        transform-origin: center;
    }

    .badges-grp-container {
        left: calc(var(--n)*90vw);
    }

    [class^="strip"] {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .container {
        max-width: 96vw;
    }

    .story-item {
        width: 100vw;
    }

    #logos-section ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }

    #logos-section li {
        width: auto;
        text-align: center;
        transform: scale(1);
    }

    .success-stories-wrapper {
        left: calc(var(--n)*100vw);
    }

    .footer .col.social, .footer .col.resources, .footer .col {
        margin-left: 0;
        float:none;
    }

    .ad-1.window {
        left: initial;
        right: -6vw;
    }

    .ad-3.window {
        left: initial;
        right: -7vw;
    }

    .logos-wrapper img {
        width: 75%;
        height: auto;
    }

    .badge-wrapper.fb, .badge-wrapper.apw {
       
    }

    .badges-grp-wrapper {
        width: 90vw;
    }
    .other-badges-wrapper-mobile {
        display: flex;
        width: 48vw;
    }

    #badges-section .badges-grp {
        justify-content: space-evenly;
    }
    #badges-section p {
        width: 29vw;
        font-size: 1.6vw;
    }

    #badges-section .paypal p {
        width: 22vw;
        font-size: 1.6vw;
    }

    .yt-window {;
        z-index: 3;
        right: 30px;
        top: 76px;
    }


    }