html,body{
    margin: 0;
    padding: 0;
}

body{
    font-family: "Myriad Pro";
    margin: 0;
}

nav{
    padding: 7px 15px 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 90px;
    max-width: 1180px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo{
    display: inline-block;
}

.logo img{
    width: 95px;
}

.account{
    display: inline-block;
}

.account .sign-in{
    display: inline-block;
    position: relative;
    margin-top: 22px;
    width: 124px;
    text-align: center;
    cursor: pointer;
}

.account .sign-in:after{
    position: absolute;
    content: ' ';
    display: block;
    width: 46px;
    background-color: #000;
    height: 3px;
    left: 39px;
    bottom: -8px;
}

.header-wrapper{
    overflow: hidden;
    background-image: -webkit-gradient( linear, right top, left top, from(rgb(2,128,213)), to(rgb(3,196,213)));
    background-image: -webkit-linear-gradient( right, rgb(2,128,213) 0%, rgb(3,196,213) 100%);
    background-image: -o-linear-gradient( right, rgb(2,128,213) 0%, rgb(3,196,213) 100%);
    background-image: linear-gradient( 270deg, rgb(2,128,213) 0%, rgb(3,196,213) 100%);
    padding-bottom: 116px;
}

.header-container{
    max-width: 1175px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 auto;
    color: #fff;
    position: relative;
}

.account .sign-up{
    display: inline-block;
    width: 105px;
    cursor: pointer;
    text-align: center;
}
header h1{
    padding-top: 212px;
    margin: 0;
    line-height: 50px;
}

header h2{
    padding-top: 15px;
    font-weight: normal;
}

.setting-button{
    font-size: 16px;
    display: block;
    margin: 157px auto 0 auto;
    max-width: 350px;
    width: 100%;
    line-height: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #ffffff;
    color: #fff;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:  0 17px;
}


.setting-button img{
    width: 30px;
    position: relative;
    top: 10px;
    margin-right: 6px;
}


.next-screen{
    background-color: transparent;
    border: 0;
    display: block;
    margin: 70px auto 0 auto;
}

.next-screen img{
    width: 30px;
}

.notebook{
    position: absolute;
    width: 440px;
    top: 37px;
    right: 34px;
}

.logo-header{
    position: absolute;
    right: -230px;
    top: -67px;
    width: 800px;
}

@media only screen and (max-width: 1250px){
    .notebook{
        right: 200px;
    }
    .logo-header{
        right: 70px;
    }
}

@media only screen and (max-width: 1175px){
    .notebook{
        right: 15px;
    }
    .logo-header{
        right: -90px;
    }
}


@media only screen and (max-width: 1000px){
    .notebook{
        display: none;
    }
}


@media only screen and (max-width: 460px){
    .setting-button{
        text-align: center;
    }

    .setting-button img{
        display: none;
    }
    .account .sign-in{
        width: auto;
        padding-right: 30px;
    }

    .account .sign-in:after{
        left: -5px;
    }

    .account .sign-up{
        width: auto;
    }
}



.start-section{
    position: relative;
    padding-top: 37px;
}

.start-section-container{
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1175px;
    margin: 0 auto;
    width: 100%;
    font-size: 0;
    position: relative;
}

.wave{
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100%;
    left: 0;
    top: 1px;
    position: absolute;
}

.plan{
    display: block;
    margin: 0 auto;
    width: 92px;
}

.title{
    margin-top: 36px;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}

.hr{
    height: 3px;
    width: 60px;
    background-color: #a7d424;
    margin: 59px auto 0 auto;
}

.first-element, .second-element{
    font-size: 16px;
    width: 50%;
    display: inline-block;
}

.first-element{
    position: relative;
    vertical-align: top;
}

.logo-gray{
    position: absolute;
    width: 350px;
    right: 340px;
    top: 88px;
}

.laptop{
    position: absolute;
    top: 136px;
    width: 565px;
    right: 14px;
}



.second-element{
    margin-top: 156px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 80px;
}

.image-wp{
    width: 75px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-top: 20px;
}

.plus{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 503px;
    margin-bottom: 50px;
    min-height: 115px;
}

.plus-text{
    padding-left: 30px;
}

.plus-title{
    text-transform: uppercase;
    font-weight: 900;
    padding-bottom: 18px;
}

.plus-desc{
    line-height: 23px;
}

.plus img{
    width: 100%;
}

.start-button{
    text-decoration: none;
    margin: 535px 0 0 104px;
    max-width: 336px;
    width: 100%;
    height: 67px;
    display: block;
    background-color: #a7d424;
    color: #fff;
    border-radius: 21px;
    line-height: 67px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 15px 0px rgb( 82, 59, 0, 0.3 );
    box-shadow: 0px 5px 15px 0px rgb( 82, 59, 0, 0.3 );
    font-size: 23px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1234px) {
    .laptop{
        width: 450px;
    }

    .logo-gray {
        width: 250px;
        right: 240px;
    }

    .start-button{
        margin: 435px 0 0 70px;
    }
}
@media only screen and (max-width: 950px) {
    .first-element, .second-element{
        width: 100%;
    }
    .logo-gray{
        -webkit-transform: translateX(-36%);
        -ms-transform: translateX(-36%);
        transform: translateX(-36%);
        right: 50%;
    }
    .laptop{
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    .start-button{
        margin: 435px auto 0 auto;
    }
    .plus{
        margin: 0 auto 50px auto;
    }
}

@media only screen and (max-width: 500px) {
    .plus{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .image-wp{
        margin: 0 auto 20px auto;
    }

    .plus-text{
        padding: 0;
    }

    .plus-title{
        text-align: center;
    }

    .plus-desc{
        text-align: center;
    }
    .second-element{
        padding: 0;
        margin-top: 80px;
    }

    .laptop{
        width: 290px;
    }
    .start-button {
        margin: 336px auto 0 auto;
    }
    .logo-gray{
        -webkit-transform: translate(9%,-32px);
        -ms-transform: translate(9%,-32px);
        transform: translate(9%,-32px);
    }
}


.wave-bottom{
    -webkit-transform: scale(1,-1) translateY(-100%);
    -ms-transform: scale(1,-1) translateY(-100%);
    transform: scale(1,-1) translateY(-100%);
    width: 100%;
    position: relative;
    z-index: 1000;
}

.section-step{
    background-image: -webkit-gradient( linear, right top, left top, from(rgb(2,128,213)), to(rgb(3,196,213)));
    background-image: -webkit-linear-gradient( right, rgb(2,128,213) 0%, rgb(3,196,213) 100%);
    background-image: -o-linear-gradient( right, rgb(2,128,213) 0%, rgb(3,196,213) 100%);
    background-image: linear-gradient( 270deg, rgb(2,128,213) 0%, rgb(3,196,213) 100%);
}

.title-two{
    padding-top: 157px;
    text-align: center;
    font-size: 51px;
    font-weight: bold;
    color: #fff;
}

.next-screen-two{
    margin-top: 10px;
}

.steps{
    max-width: 1015px;
    width: 100%;
    margin: 33px auto 0 auto;
    display: block;
}

.two-container{
    padding-bottom: 281px;
    overflow: hidden;
    position: relative;
}

.step{
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.number{
    color: #fff;
    font-size: 63px;
    font-weight: bold;
}

.number-text{
    padding: 15px 0 0 10px;
    color: #fff;
    font-size: 16px;
}

.step-1{
    top: 839px;
    left: 10%;
}

.step-2{
    top: 651px;
    left: 25%;
}

.step-3{
    top: 834px;
    left: 48%;
}

.step-4{
    top: 659px;
    left: 69%;
}

.step-4 .number-text{
    padding-left: 25px;
    font-size: 38px;
    font-weight: bold;
    line-height: 30px;
}
.logo-bottom{
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 94px;
    width: 980px;
}

.step-1-image, .step-2-image, .step-3-image, .step-4-image{
    display: none;
}

@media only screen and (max-width: 1150px) {
    .step-1-image, .step-2-image, .step-3-image, .step-4-image{
        display: block;
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
    }

    .step-4-image{
        max-width: 550px;
    }

    .steps{
        display: none;
    }
    .step{
        position: static;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 450px) {
    .step-4 .number-text{
        font-size: 30px;
    }
}



.wave-bottom-footer{
    position: absolute;
    width: 100%;
    left: 0;
    top: 1px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.footer{
    position: absolute;
    left: 0;
    top: -56px;
    color: #8c8f94;
    z-index: 1000;
    font-size: 16px;
    padding-left: 20px;
}

footer .start-section-container{
    padding-bottom: 10px;
}

footer{
    position: relative;
}

a{
    color: #8c8f94;
    text-decoration: none;
}

@media only screen and (max-width: 1670px ) {
    .footer{
        position: static;
        padding-bottom: 10px;
    }
}

img{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}