.start-earning-container {
  margin-top: 100px;
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.start-earning-container h1 {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 58px;
    letter-spacing: -0.2px;
    width: 520px;
    margin: 180px auto 0 auto;
}

.start-earning-container p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #6A6E7C;
    margin: 15px auto 25px auto;
    width: 590px;
}

.start-earning-container a.sign-up-button,
.how-it-works-container a.sign-up-button,
.where-use-container a.sign-up-button,
.last-section-container a.sign-up-button {
    text-decoration: none;
    width: 170px;
    display: block;
    margin: 0 auto 20px auto;
}

.how-it-works-container a.sign-up-button {
    margin: 80px auto 180px auto;
}

.where-use-container a.sign-up-button {
    margin: 40px 0 0 0;
}

.last-section-container a.sign-up-button {
    margin: 0 auto;
    background: #ffffff;
    color: #3E64FF;
}

.start-earning-img {
    text-align: center;
}

.circle {
    background: #FCE762;
    clip-path: circle(50%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.inner-circle {
    background: #FCD01E;
    clip-path: circle(50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle1 {
    top: 220px;
    left: 60px;
    height: 96px;
    width: 96px;
}

.circle1 .inner-circle {
    height: 77px;
    width: 77px;
}

.circle2 {
    top: 80px;
    left: 80px;
    height: 49px;
    width: 49px;
}

.circle2 .inner-circle {
    height: 39px;
    width: 39px;
}

.circle2 .inner-circle img {
    width: 24px;
    transform: rotate(40deg);
}

.circle3 {
    top: -60px;
    left: 220px;
    height: 65px;
    width: 65px;
}

.circle3 .inner-circle {
    height: 52px;
    width: 52px;
}

.circle3 .inner-circle img {
    width: 32px;
    transform: rotate(60deg);
}

.circle4 {
    top: 20px;
    right: 60px;
    height: 96px;
    width: 96px;
}

.circle4 .inner-circle {
    height: 77px;
    width: 77px;
}

.circle4 .inner-circle img {
    transform: rotate(40deg);
}

.circle5 {
    top: 140px;
    right: 230px;
    height: 58px;
    width: 58px;
}

.circle5 .inner-circle {
    height: 47px;
    width: 47px;
}

.circle5 .inner-circle img {
    width: 32px;
    transform: rotate(-80deg);
}

.circle6 {
    top: 190px;
    right: 90px;
    height: 77px;
    width: 77px;
}

.circle6 .inner-circle {
    height: 61px;
    width: 61px;
}

.circle6 .inner-circle img {
    width: 38px;
    transform: rotate(-200deg);
}

.circle7 {
    top: 340px;
    right: 30px;
    height: 58px;
    width: 58px;
}

.circle7 .inner-circle {
    height: 47px;
    width: 47px;
}

.circle7 .inner-circle img {
    width: 32px;
    transform: rotate(190deg);
}

.what-is-container {
    background: #3E64FF;
    padding-top: 60px;
    position: relative;
    top: -8px;
}

.what-is-container h1 {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 40px;
}

.what-is-container p {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #E3E4E8;
    width: 950px;
    margin: 0 auto 90px auto;
}

.what-is-icons-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: 0 auto;
}

.what-is-icons-container div {
    text-align: center;
}

.what-is-icons-container div p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    max-width: 335px;
    margin: 20px 25px 80px 25px;
}

.what-is-icons-container div img {
    width: 68px;
}

.how-it-works-container {
    padding: 130px 140px 0 140px;
    max-width: 1160px;
    margin: 0 auto;
}

.how-it-works-container h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #373B48;
    margin-top: 0;
    margin-bottom: 110px;
}

.step-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.step-container-img img:first-of-type {
    width: 516px;
}

.second-step-container .step-container-img img:first-of-type {
    width: 594px;
}

.third-step-container .step-container-img img:nth-of-type(2) {
    width: 516px;
    position: static;
    bottom: unset;
    right: unset;
    z-index: 0;
}

.step-container-img img:nth-of-type(2) {
    width: 150px;
    position: absolute;
    bottom: -40px;
    right: -50px;
    z-index: -1;
}

.step-container-img img:nth-of-type(3) {
    width: 81px;
    position: absolute;
    top: -30px;
    left: 50px;
    z-index: -1;
}

.second-step-container .step-container-img img:nth-of-type(2) {
    width: 165px;
    position: absolute;
    bottom: -90px;
    left: 150px;
    z-index: -1;
}

.second-step-container .step-container-img img:nth-of-type(3) {
    width: 188px;
    position: absolute;
    top: -80px;
    left: unset;
    right: 10px;
    z-index: -1;
}

.third-step-container .step-container-img img:first-of-type {
    width: 155px;
    position: absolute;
    top: 0;
    right: 50px;
}

.second-step-container,
.third-step-container {
    margin-top: 150px;
}

.img-circle {
    position: absolute;
    top: -150px;
    left: -180px;
    z-index: -1;
    width: 264px;
    height: 256px;
    opacity: 0.5;
    border: 4px solid #A6B8FC;
    border-radius: 50%;
}

.step-container .step img {
    width: 14px;
    height: 28px;
}

.second-step-container.step-container .step img {
    width: 20px;
    height: 28px;
}

.third-step-container.step-container .step img {
    width: 20px;
    height: 30px;
}

.step {
    background: rgba(62, 100, 255, 0.1);
    clip-path: circle(50%);
    display: flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
}

.step-container h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    align-items: center;
    color: #373B48;
    margin: 44px 0 16px 0;
}

.step-container p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #6A6E7C;
    margin: 0;
}

.step-container-img {
    position: relative;
}

.creators-section-container {
    padding: 0 140px 0 140px;
    max-width: 1160px;
    margin: 0 auto;
}

.creators-section-container h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #373B48;
}

.creators-section-container p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #6A6E7C;
    max-width: 883px;
    margin: 40px auto 190px auto;
}

.creators-section-content {
    display: flex;
    justify-content: space-between;
}

.creators-section-content-img {
    position: relative;
    width: 680px;
}

.creators-section-content-img img:first-of-type {
    width: 194px;
    left: 240px;
    position: absolute;
}

.creators-section-content-img img:nth-of-type(2) {
    width: 71px;
    left: 43%;
    transform: translate(-43%, 0);
    position: absolute;
    top: -110px;
}

.creators-section-content-img img:nth-of-type(3) {
    width: 73px;
    right: 220px;
    position: absolute;
    top: -60px;
}

.creators-section-content-img img:nth-of-type(4) {
    width: 48px;
    left: 160px;
    position: absolute;
    top: -100px;
}

.creators-section-content-img img:nth-of-type(5) {
    width: 83px;
    left: 120px;
    position: absolute;
    top: -10px;
}

.creators-section-content-img img:nth-of-type(6) {
    width: 94px;
    left: 220px;
    position: absolute;
    bottom: 120px;
}

.creators-section-content-img img:nth-of-type(7) {
    width: 64px;
    left: 340px;
    position: absolute;
    bottom: 90px;
}

.creators-section-content-img img:nth-of-type(8) {
    width: 130px;
    left: 420px;
    position: absolute;
    bottom: 180px;
}

.creators-section-content-img img:nth-of-type(9) {
    width: 74px;
    left: 530px;
    position: absolute;
    bottom: 320px;
}

.creators-section-content-text {
    display: flex;
    position: relative;
    bottom: 120px;
}

.creators-section-content-text div:nth-of-type(2) {
    margin-top: 87px;
    margin-left: 38px;
}

.creators-section-content-text ul {
    list-style: none;
}

.creators-section-content-text ul li::before {
    content: "\2022";
    color: #3E64FF;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.creators-section-content-text li {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 44px;
}

.where-use-container {
    padding: 40px 140px 230px 140px;
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.where-use-container h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.1px;
    color: #373B48;
    margin: 120px 0 40px 0;
}

.where-use-container p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #6A6E7C;
    margin: 0;
}

.where-use-text {
    width: 520px;
}

.where-use-img {
    position: relative;
    width: 600px;
}

.where-use-img img:first-of-type {
    position: absolute;
    width: 102px;
    left: 110px;
    top: 160px;
}

.where-use-img img:nth-of-type(2) {
    position: absolute;
    width: 72px;
    right: 60px;
    top: 80px;
}

.where-use-img img:nth-of-type(3) {
    position: absolute;
    width: 72px;
    right: 170px;
    top: 150px;
}

.where-use-img img:nth-of-type(4) {
    position: absolute;
    width: 102px;
    right: 270px;
    top: 230px;
}

.where-use-img img:nth-of-type(5) {
    position: absolute;
    width: 102px;
    left: 50px;
    top: 280px;
}

.where-use-img img:nth-of-type(6) {
    position: absolute;
    width: 102px;
    left: 160px;
    top: 380px;
}

.where-use-img img:nth-of-type(7) {
    position: absolute;
    width: 72px;
    left: 380px;
    top: 340px;
}

.where-use-img img:nth-of-type(8) {
    position: absolute;
    width: 102px;
    right: 0;
    top: 240px;
}

.where-use-img img:nth-of-type(9) {
    position: absolute;
    width: 72px;
    right: -20px;
    top: 400px;
}

.last-section-container {
    background: #3E64FF;
}

.last-section-content {
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
    padding: 100px 60px 75px 60px;
}

.last-section-content p {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    max-width: 694px;
    margin: 0 auto 50px auto;
}

.last-section-content img:first-of-type {
    position: absolute;
    width: 115px;
    top: -40px;
    left: 150px;
}

.last-section-content img:nth-of-type(2) {
    position: absolute;
    width: 126px;
    top: 120px;
    left: 60px;
}

.last-section-content img:nth-of-type(3) {
    position: absolute;
    width: 63px;
    top: 260px;
    left: 240px;
}

.last-section-content img:nth-of-type(4) {
    position: absolute;
    width: 83px;
    top: 60px;
    right: 200px;
}

.last-section-content img:nth-of-type(5) {
    position: absolute;
    width: 104px;
    top: 160px;
    right: 80px;
}

.last-section-content img:nth-of-type(6) {
    position: absolute;
    width: 50px;
    top: 260px;
    right: 280px;
}

@media all and (max-width: 1400px) {
    .creators-section-content-img {
        width: 620px;
    }

    .creators-section-content-img img:nth-of-type(3) {
        right: 220px;
    }

    .creators-section-content-img img:first-of-type {
        left: 160px;
    }

    .creators-section-content-img img:nth-of-type(5) {
        left: 60px;
    }

    .creators-section-content-img img:nth-of-type(4) {
        left: 90px;
    }

    .creators-section-content-img img:nth-of-type(2) {
        left: 36%;
    }

    .creators-section-content-img img:nth-of-type(6) {
        left: 150px;
    }

    .creators-section-content-img img:nth-of-type(7) {
        left: 270px;
    }

    .creators-section-content-img img:nth-of-type(8) {
        left: 330px;
    }

    .creators-section-content-img img:nth-of-type(9) {
        left: 430px;
    }

    .how-it-works-container {
        padding: 130px 60px 0 60px;
        max-width: 1320px;
    }

    .creators-section-container {
        padding: 0 60px 0 60px;
        max-width: 1320px;
    }

    .where-use-img img:nth-of-type(4) {
        right: 220px;
    }

    .where-use-img img:nth-of-type(9) {
        right: -40px;
    }
}

@media all and (max-width: 1250px) {
    .start-earning-img img {
        width: 100%;
    }

    .circle {
        display: none;
    }

    .creators-section-content {
        flex-direction: column;
    }

    .creators-section-content-text {
        bottom: 0;
    }

    .creators-section-content-text div:nth-of-type(2) {
        margin-top: 0;
    }

    .creators-section-content-text {
        justify-content: center;
    }

    .creators-section-content-img {
        width: 620px;
        height: 380px;
        margin: 0 auto;
    }

    .creators-section-content-img img:first-of-type {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .creators-section-content-img img:nth-of-type(5) {
        left: 100px;
    }

    .creators-section-content-img img:nth-of-type(8) {
        left: 380px;
    }

    .creators-section-content-img img:nth-of-type(6) {
        left: 200px;
    }

    .creators-section-content-img img:nth-of-type(7) {
        left: 310px;
    }

    .creators-section-content-img img:nth-of-type(9) {
        left: 480px;
    }

    .creators-section-content-img img:nth-of-type(3) {
        right: 190px;
    }

    .creators-section-content-img img:nth-of-type(2) {
        left: 41%;
    }

    .creators-section-content-img img:nth-of-type(4) {
        left: 130px;
    }

    .where-use-container {
        flex-direction: column;
    }

    .where-use-text {
        width: auto;
        text-align: center;
    }

    .where-use-container a.sign-up-button {
        margin-left: auto;
        margin-right: auto;
    }

    .where-use-img {
        margin: 0 auto;
        height: 350px;
    }

    .where-use-img img:nth-of-type(4) {
        right: 270px;
    }

    .where-use-img img:nth-of-type(9) {
        right: -20px;
    }

    .where-use-container {
        padding: 40px 60px 230px 60px;
        max-width: 1320px;
    }

    .last-section-container img {
        display: none;
    }
}

@media all and (max-width: 992px) {
    .start-earning-container {
        margin-top: 50px;
    }

    .start-earning-container h1 {
        margin-top: 0;
    }

    .what-is-container p {
        width: 310px;
    }

    .step-container-img img:nth-of-type(2),
    .step-container-img img:nth-of-type(3),
    .img-circle,
    .third-step-container .step-container-img img:first-of-type {
        display: none;
    }

    .third-step-container .step-container-img img:nth-of-type(2) {
       display: block;
    }

    .step-container {
        flex-direction: column-reverse;
    }

    .second-step-container {
        flex-direction: column;
    }

    .first-step-description {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .step-container h3 {
        margin: 0 0 0 15px;
    }

    .step-container p {
        margin-top: 20px;
        width: 100%;
    }
}

@media all and (max-width: 600px) {
    .header.mobile-navigation {
        padding: 20px 20px;
    }

    .start-earning-container {
        margin-top: 0;
    }

    .start-earning-container h1 {
        font-size: 24px;
        line-height: 36px;
        width: 320px;
    }

    .start-earning-container p {
        font-size: 14px;
        line-height: 21px;
        width: 280px;
    }

    .start-earning-container a.sign-up-button,
    .how-it-works-container a.sign-up-button,
    .last-section-content a.sign-up-button {
        width: 160px;
        padding: 12px 0;
    }

    .what-is-icons-container div p {
        width: 140px;
        font-size: 12px;
        line-height: 18px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .what-is-container p {
        font-size: 14px;
        line-height: 21px;
    }

    .step-container-img img:first-of-type,
    .second-step-container .step-container-img img:first-of-type,
    .third-step-container .step-container-img img:nth-of-type(2) {
        width: 100%;
    }

    .step-container h3 {
        font-size: 16px;
        line-height: 25px;
    }

    .step-container p {
        font-size: 14px;
        line-height: 21px;
    }

    .step {
        width: 48px;
        height: 48px;
    }

    .step-container .step img {
        width: 10px;
        height: 23px;
    }

    .second-step-container.step-container .step img {
        width: 16px;
        height: 23px;
    }

    .third-step-container.step-container .step img {
        width: 16px;
        height: 23px;
    }

    .how-it-works-container {
        padding-top: 80px;
    }

    .how-it-works-container h1 {
        margin-bottom: 60px;
        font-size: 20px;
        line-height: 25px;
        margin-top: 40px;
    }

    .second-step-container,
    .third-step-container {
        margin-top: 50px;
    }

    .how-it-works-container a.sign-up-button {
        margin: 80px auto 100px auto;
    }

    .creators-section-container h1 {
        font-size: 20px;
        line-height: 25px;
    }

    .creators-section-container p {
        font-size: 14px;
        line-height: 21px;
    }

    .creators-section-content-text li {
        font-size: 14px;
        line-height: 28px;
    }

    .creators-section-content-img {
        width: 320px;
        height: 280px;
    }

    .creators-section-content-img img:first-of-type {
        width: 107px;
    }

    .creators-section-content-img img:nth-of-type(6) {
        width: 60px;
        left: 90px;
    }

    .creators-section-content-img img:nth-of-type(7) {
        width: 40px;
        left: 170px;
    }

    .creators-section-content-img img:nth-of-type(8) {
        width: 80px;
        left: 210px;
        bottom: 150px;
    }

    .creators-section-content-img img:nth-of-type(3) {
        width: 50px;
        right: 60px;
    }

    .creators-section-content-img img:nth-of-type(9) {
        left: 280px;
        width: 50px;
        bottom: 250px;
    }

    .creators-section-content-img img:nth-of-type(5) {
        width: 60px;
        left: 30px;
    }

    .creators-section-content-img img:nth-of-type(2) {
        width: 52px;
        top: -70px;
    }

    .creators-section-content-img img:nth-of-type(4) {
        width: 30px;
        left: 70px;
        top: -90px;
    }

    .creators-section-container p {
        margin-bottom: 150px;
    }

    .creators-section-content-text div:nth-of-type(2) {
        margin-left: 15px;
    }

    .where-use-container a.sign-up-button {
        display: none;
    }

    .where-use-container h1 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 60px;
    }

    .where-use-container p {
        font-size: 14px;
        line-height: 21px;
    }

    .where-use-img {
        width: 320px;
        height: 480px;
    }

    .where-use-img img:first-of-type {
        width: 72px;
        left: 0;
    }

    .where-use-img img:nth-of-type(2) {
        width: 50px;
        right: 80px;
    }

    .where-use-img img:nth-of-type(3) {
        width: 50px;
        right: 150px;
    }

    .where-use-img img:nth-of-type(4) {
        width: 72px;
        right: 180px;
    }

    .where-use-img img:nth-of-type(5) {
        width: 72px;
        left: -10px;
        top: 300px;
    }

    .where-use-img img:nth-of-type(8) {
        width: 72px;
        top: 180px;
        right: 30px;
    }

    .where-use-img img:nth-of-type(7) {
        width: 50px;
        top: 280px;
        left: 180px;
    }

    .where-use-img img:nth-of-type(6) {
        width: 72px;
        top: 350px;
        left: 80px;
    }

    .where-use-img img:nth-of-type(9) {
        width: 50px;
        top: 350px;
        right: 0;
    }

    .last-section-content p {
        font-size: 16px;
        line-height: 25px;
    }
}

@media all and (max-width: 500px) {
    .how-it-works-container,
    .creators-section-container,
    .where-use-container {
        padding: 0 20px 0 20px;
    }
}
