﻿@-webkit-keyframes changeBackgroundImage {
    from {
        background-image: none;
    }

    to {
        background-image: url('../../images/home/HowItWorks/coffee_loop.gif');
    }
}

@-moz-keyframes changeBackgroundImage {
    from {
        background-image: none;
    }

    to {
        background-image: url('../../images/home/HowItWorks/coffee_loop.gif');
    }
}

@-o-keyframes changeBackgroundImage {
    from {
        background-image: none;
    }

    to {
        background-image: url('../../images/home/HowItWorks/coffee_loop.gif');
    }
}

p.sectionParagraph b {
    font-weight: 500;
}

img.how-it-works-image {
    width: 776px;
    max-width: 54.2vw;
    margin-top: 135px;
}

.howItWorks-inner {
    padding: 1px 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    pointer-events: none;
}

/*.viewHeightSection {
    min-height: 800px;
}*/

section.howItWorks-section .howItWorks-inner {
    padding-top: 75px;
}

.howItWorks-inner h1 {
    font-size: 120px;
    font-weight: 300;
    margin: 45px 0;
}

.howItWorks-inner h4 {
    font-size: 32px;
    font-weight: 400;
}

.arrowDown a {
    margin: auto;
    left: 0;
    right: 0;
    animation-delay: 1s;
}

span.toolTip-txt {
    width: 110px;
}

.howItWorks-section-image {
    height: 370px;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

img.shapes-image {
    width: 126px;
    height: 32px;
}

.howItWorks-inner .text-section {
    max-width: 600px;
    pointer-events: auto;
}

.howItWorks-inner .left-section {
    margin-right: 343px;
}

.openBankAccount-section .howItWorks-inner .left-section {
    margin-right: 230px;
}

.controlYourInvestment-section .howItWorks-section-image {
    padding-left: 30px;
}

section.controlInYourHands-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    height: 100vh;
}

.number-underline {
    height: 1.1px;
    width: 36px;
    background-color: #222427;
    margin: 30px 0px 45px 0px;
}

.connection-horizonal {
    position: absolute;
    z-index: -1;
    width: 3px;
    background-image: linear-gradient( #CCCCCC 25%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 4px 14px;
    background-repeat: repeat-y;
}

.connection-vertical {
    height: 3px;
    width: 700px;
    background-image: linear-gradient(to right, #CCCCCC 25%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 14px 4px;
    background-repeat: repeat-x;
    margin: 0 auto;
    transform: translateX(4%);
}

.knowYouBetter-section .connection-horizonal {
    min-height: 50%;
    bottom: 0;
    margin-right: 0;
}

.buildRecommendedPortfolio-section .connection-horizonal {
    height: 100vh;
    min-height: 100%;
    top: 0;
    margin-right: 182px;
}

.openBankAccount-section .connection-horizonal {
    height: 100vh;
    min-height: 100%;
    top: 0;
    margin-right: 0;
}

.controlYourInvestment-section .connection-horizonal {
    min-height: 50%;
    top: 0;
    margin-right: 182px;
}

.smart-investment-img-container, .managment-fees-img-container {
    width: 185px;
}

.image-section {
    height: 100vh;
    position: relative;
}

.how-it-works-img {
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.face-img {
    width: 320px;
    height: 320px;
    left: 70px;
    background-size: inherit;
    background-position: -160px center;
}

.pie-chart-img {
    width: 328px;
    height: 328px;
    left: -162px;
}

.bank-img {
    width: 340px;
    height: 340px;
    margin-top: -20px;
    left: 35px;
}

.coffee-img {
    width: 330px;
    height: 340px;
    left: -160px;
    margin-top: -10px;
}

.coffee-start-img {
    animation: changeBackgroundImage 0s linear forwards;
    animation-delay: 1s;
}

.image-section.left-section.smartInvastmantLeft {
    margin-right: 140px;
}

.howItWorks-inner h2.sectionHeadding {
    margin: 0;
}

    .howItWorks-inner h2.sectionHeadding.step-title {
        margin-bottom: 50px;
    }

.howItWorks-inner h2.sectionHeadding {
    font-size: 50px;
    line-height: 50px;
}

.controlInYourHands-inner h2.sectionHeadding {
    margin: 0;
    margin-bottom: 30px;
}

.controlInYourHands-text {
    max-width: 881px;
}

    .controlInYourHands-text a.showMore-link {
        display: inline-block;
        float: none;
    }

.controlInYourHands-inner {
    padding: 1px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    padding-top: 45px;
    text-align: center;
}

img.devices-image {
    width: auto;
    max-height: 540px;
    max-width: 90vw;
}

.howItWorks-inner.left-direction-inner {
    flex-direction: row-reverse;
}


.howItWorks-section .howItWorks-inner.left-direction-inner {
    justify-content: space-around;
    padding-right: 100px;
}

.howItWorks-section .exemplesContainer {
    display: none;
}

#main-section.howItWorks-section .howItWorks-inner.left-direction-inner {
    padding-right: 175px;
    padding-left: 89px;
    justify-content: space-between;
    align-items: initial;
    padding-top: 0;
}

    #main-section.howItWorks-section .howItWorks-inner.left-direction-inner .howItWorksRight {
        margin-top: 211px;
    }

.howItWorks-section .welcomeTop-footer {
    display: none;
}

.inner-pie {
    position: absolute;
    width: 133px;
    height: 133px;
    border-radius: 133px;
    background-color: #FAFAFA;
    color: #FD7266;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 180px;
    text-align: center;
    box-shadow: 0px 0px 68px 0px rgba(0,0,0,0.3);
}

    .inner-pie span {
        top: 50%;
        transform: translateY(-70%);
        position: relative;
        display: inline-block;
        line-height: 20px;
    }

        .inner-pie span.percent-text {
            font-size: 39px;
            font-weight: bold;
        }

@media screen and (max-width: 1600px) {
    #main-section.howItWorks-section .howItWorks-inner.left-direction-inner .howItWorksRight {
        margin-top: 120px;
    }

    #main-section.howItWorks-section .howItWorks-inner.left-direction-inner {
        padding-right: 146px;
    }

    img.how-it-works-image {
        margin-top: 80px;
        width: 630px;
        max-width: 48vw;
    }

    .howItWorks-inner .text-section {
        max-width: 520px;
    }

    img.shapes-image {
        width: 99px;
        height: 25px;
    }

    .openBankAccount-section .text-section {
        max-width: 590px;
    }

    .connection-vertical {
        width: 555px;
        transform: translateX(4%);
    }

    .howItWorks-inner .left-section {
        margin-right: 260px;
    }

    .openBankAccount-section .howItWorks-inner .left-section {
        margin-right: 100px;
    }

    .image-section.left-section.smartInvastmantLeft {
        margin-right: 100px;
        margin-left: 0;
        padding-right: 140px;
    }

    .howItWorks-inner h1 {
        font-size: 90px;
    }

    img.devices-image {
        max-height: 420px;
    }

    .controlInYourHands-inner {
        padding-top: 70px;
    }
}

@media screen and (max-width: 1199px) {
    .connection-vertical {
        width: 510px;
        transform: translateX(0%);
    }

    .howItWorks-inner h2.sectionHeadding {
        font-size: 40px;
    }

    .howItWorks-inner .text-section {
        max-width: 400px;
    }

    .openBankAccount-section .text-section {
        max-width: 450px;
    }

    .connection-vertical {
        width: 370px;
        transform: translateX(1%);
    }

    .howItWorks-inner .left-section {
        margin-right: 100px;
    }

    section .howItWorks-inner .left-section {
        margin-right: 160px;
    }

    .face-img {
        left: 80px;
    }

    .image-section.left-section.smartInvastmantLeft {
        padding-right: 40px;
        padding-left: 10px;
    }

    #main-section.howItWorks-section .howItWorks-inner.left-direction-inner .howItWorksRight {
        margin-top: 110px;
    }

    #main-section.howItWorks-section .howItWorks-inner.left-direction-inner {
        padding-right: 75px;
        padding-left: 27px;
    }

    .howItWorks-inner h1 {
        font-size: 90px;
        margin: 30px 0;
    }

    .howItWorks-inner h4 {
        font-size: 25px;
    }

    img.shapes-image {
        width: 96px;
        height: 24px;
    }

    .howItWorks-section-image {
        height: 300px;
        width: 150px;
    }

    .face-img {
        left: 80px;
        width: 300px;
        height: 300px;
        background-size: 160%;
    }

    .pie-chart-img {
        width: 280px;
        height: 280px;
        left: -140px;
    }

    .bank-img {
        width: 280px;
        height: 280px;
        margin-top: -20px;
        left: 25px;
    }

    .coffee-img {
        width: 290px;
        height: 290px;
        left: -140px;
        margin-top: -20px;
    }

    .buildRecommendedPortfolio-section .connection-horizonal {
        margin-right: 147px;
    }

    .controlYourInvestment-section .connection-horizonal {
        margin-right: 147px;
    }

    section .howItWorks-inner .left-section {
        margin-right: 120px;
    }

    .howItWorks-inner h2.sectionHeadding {
        font-size: 40px;
        line-height: 40px;
    }

    .connection-vertical {
        width: 380px;
        transform: translateX(-1%);
    }

    .controlInYourHands-text {
        max-width: 698px;
    }

    .number-underline {
        margin: 20px 0px 32px 0px;
        width: 33px;
    }

    .inner-pie {
        width: 102px;
        height: 102px;
        border-radius: 102px;
        font-size: 15px;
        margin-right: 140px;
    }

        .inner-pie span.percent-text {
            font-size: 30px;
        }

    .arrowDown a {
        width: 25px;
        height: 25px;
        border-right: 14px double transparent;
        border-left: 14px double transparent;
        border-top: 25px solid #0ad7ba;
    }
}

@media screen and (max-width: 991px) {

    .howItWorks-inner, .howItWorks-inner.left-direction-inner {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }

    .connection-vertical {
        display: none;
    }

    .connection-horizonal {
        display: none;
    }

    .image-section {
        height: auto;
        position: relative;
        margin-bottom: 100px;
    }

    .inner-pie {
        margin-top: 0px;
    }

    .howItWorks-section-image {
        top: 0;
        transform: translateY(0%);
    }

    .controlInYourHands-inner {
        padding-top: 0;
    }

    .image-section {
        margin-bottom: 25px;
        margin-left: 95px;
    }

    .pie-chart-img {
        left: -70px;
    }

    .coffee-img {
        left: -70px;
    }

    .number-underline {
        margin: 0 auto;
        margin-bottom: 32px;
        margin-top: 20px;
    }

    .howItWorks-inner br {
        display: none;
    }

    section.howItWorks-section.viewHeightSection {
        padding: 0;
        min-height: 100vh;
        height: 914px;
    }

    #main-section.howItWorks-section .howItWorks-inner.left-direction-inner {
        padding: 0;
    }

    .arrowDown a {
        bottom: 160px;
    }

    #main-section.howItWorks-section .howItWorks-inner.left-direction-inner .howItWorksRight {
        margin-top: 0;
    }

    section .howItWorks-inner .left-section {
        margin-right: 0;
    }

    .left-direction-inner .text-section, .howItWorks-inner .text-section {
        max-width: 600px;
    }

    a.showMore-link.showMore-link-right.sectionLink-leftArrow {
        float: none;
    }

    .howItWorks-section .howItWorks-inner.left-direction-inner {
        padding-right: 0;
    }

    .howItWorks-section-image {
        margin-left: 70px;
    }

    .left-section .howItWorks-section-image {
        margin-left: 0;
        margin-right: 70px;
    }

    .openBankAccount-section .left-section .howItWorks-section-image {
        margin-right: 30px;
    }

    section.howItWorks-section .howItWorks-inner {
        padding-top: 75px;
    }

    img.how-it-works-image {
        width: 500px;
        max-width: 65vw;
    }

    .howItWorks-section .exemplesContainer {
        position: relative;
        display: block;
        margin-top: 70px;
    }

    .howItWorks-section .welcomeTop-footer {
        display: block;
    }

    .openBankAccount-section .text-section {
        padding-right: 0;
    }

    .openBankAccount-section .howItWorks-inner .left-section {
        margin-right: 110px;
        margin-left: 0;
    }

    .image-section.left-section.smartInvastmantLeft {
        margin-right: 160px;
    }
}

@media screen and (max-width: 767px) {
    #main-section.howItWorks-section .howItWorks-inner.left-direction-inner .howItWorksRight {
        margin-top: 0;
    }

    #main-section.howItWorks-section .howItWorks-inner.left-direction-inner {
        padding: 0;
    }

    section.howItWorks-section .howItWorks-inner {
        padding-top: 55px;
    }

    img.shapes-image {
        width: 56px;
        height: 14px;
    }

    .howItWorks-inner h1 {
        font-size: 40px;
        margin: 15px 0;
    }

    .howItWorks-inner h4 {
        font-size: 13px;
    }

    section.howItWorks-section.viewHeightSection {
        height: 525px;
    }

    .arrowDown a {
        bottom: 90px;
    }

    .image-section.left-section.smartInvastmantLeft {
        margin-bottom: 25px;
        margin-right: 65px;
    }

    .howItWorks-section-image {
        width: 80px;
        height: 150px;
    }

    .face-img {
        left: 36px;
        width: 150px;
        height: 150px;
        background-position: -66px center;
    }

    .pie-chart-img {
        width: 150px;
        height: 150px;
        left: -35px;
    }

    .bank-img {
        width: 150px;
        height: 150px;
        margin-top: -10px;
        left: 12px;
    }

    .coffee-img {
        width: 150px;
        height: 150px;
        left: -30px;
        margin-top: -10px;
    }

    .howItWorks-inner h2.sectionHeadding {
        font-size: 25px;
    }

    .howItWorks-inner h2.sectionHeadding {
        font-size: 25px;
        max-width: 240px;
        margin: 0 auto;
    }

    p.sectionParagraph {
        line-height: 20px;
        font-size: 13px;
    }

    .howItWorks-section-image {
        margin-left: 40px;
    }

    .left-section .howItWorks-section-image {
        margin-right: 40px;
    }

    .openBankAccount-section .left-section .howItWorks-section-image {
        margin-right: 10px;
    }

    .number-underline {
        margin-bottom: 19px;
        margin-top: 13px;
        width: 17px;
    }

    .howItWorks-inner h2.sectionHeadding.step-title {
        margin-bottom: 24px;
    }

    .openBankAccount-section .howItWorks-inner h2.sectionHeadding.step-title {
        max-width: 100%;
    }

    .arrowDown a {
        width: 15px;
        height: 15px;
        border-right: 9px double transparent;
        border-left: 9px double transparent;
        border-top: 15px solid #0ad7ba;
    }

    .inner-pie {
        width: 60px;
        height: 60px;
        border-radius: 60px;
        font-size: 8px;
        margin-right: 73px;
        margin-top: -2px;
    }

        .inner-pie span {
            line-height: 8px;
        }

            .inner-pie span.percent-text {
                font-size: 15px;
            }

    a.sectionLink::after, a.sectionLink-leftArrow::after {
        border-right: 3px double transparent;
        border-left: 3px double transparent;
    }

    a.sectionLink.sectionLinkDown::after {
        border-top: 4px solid #1d8eff;
    }

    a.sectionLink.sectionLinkUp:hover::after, a.sectionLink-leftArrow:hover::after {
        border-bottom: 4px solid #44a2ff;
    }

    a.sectionLink:hover::after, a.sectionLink-leftArrow:hover::after {
        border-top: 4px solid #44a2ff;
    }

    a.sectionLink.sectionLinkUp::after {
        border-bottom: 4px solid #1d8eff;
    }

    a.sectionLink.sectionLinkUp::after {
        top: -13px;
        left: -4px;
    }

    a.sectionLink::after {
        top: 9px;
        left: -4px;
    }

    .image-section {
        margin-left: 45px;
    }

    .openBankAccount-section .howItWorks-inner .left-section {
        margin-right: 60px;
        margin-left: 0;
    }
}
