*,
*::after,
*::before {
    box-sizing: border-box;
}

body {
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    color: #2A3554;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

button {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 11px 23px;
    border-radius: 4px;
    cursor: pointer;
    transition: all .5s;
    border: none;
}

input:focus {
    outline: none;
}

h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 51px;
    color: #2A3554;
    text-align: center;
}

.container {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}


/*header - start*/

.header {
    background-image: url("/img/header-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 887px;
    color: #fff;
    margin-bottom: 64px;
}

.header__top {
    padding: 58px 0 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-nav__link {
    color: #fff;
    font-style: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 11px 23px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: all .5s;
}

.user-nav__link:hover {
    border: 1px solid #FE4547;
    color: #FE4547;
}

.header__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    text-transform: uppercase;
    padding-top: 220px;
    text-align: center;
}

.header__subtitle {
    font-weight: 500;
    font-size: 26px;
    line-height: 39px;
    text-align: center;
    margin-top: 16px;
}

.button {
    text-align: center;
    margin-top: 24px;
}

.header__button {
    margin-top: 48px;
}

.join__button {
    background-color: #FE4547;
    border-radius: 4px;
    padding: 11px 40px 11px;
    transition: all .5s;
    color: #fff;
}

.join__button:hover {
    background-color: #D03E40;
}

/*header - end*/


/*how it works - start*/

.what__is-title {
    text-align: center;
    margin-bottom: 24px;
}

.what__is-sub {
    font-size: 18px;
    line-height: 27px;
    color: #2A3554;
    text-align: center;
    margin-bottom: 32px;
}

.steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}

.step {
    max-width: 209px;

}

.circle {
    background: #2A3554;
    border: 2px solid #FE4547;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 87px;
    height: 87px;
}

.circle__number {
    font-size: 48px;
    line-height: 72px;
    color: #fff;
}

.step__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2A3554;;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 8px;
    white-space: nowrap;
}

.step__text {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

/*how it works - end*/


/*about revenue - start*/

.about__revenue {
    background-color: #F3F3F3;
    padding-top: 48px;
    padding-bottom: 24px;
}

.about__text {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #2A3554;
    margin-top: 16px;
    margin-bottom: 48px;
}

.colortext {
    color: #FE4547;
}

.about__subtitle {
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
    color: #2A3554;
    text-align: center;
}

.about__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item {
    display: inline-block;
    width: 25%;
    min-width: 287px;
    margin: 33px 7px 33px;
}

.item__img {
    padding-bottom: 16px;
}

/*about revenue - end*/


/*banks - start*/

.banks__title {
    margin-top: 48px;
    margin-bottom: 24px;
}

.banks__text {
    font-size: 18px;
    line-height: 27px;
    color: #2A3554;
    text-align: center;
    margin-bottom: 36px;
}

.banks__inner {
    display: flex;
    margin-bottom: 32px;
    align-items: center;
    justify-content: center;
}

.bottom__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #2A3554;
    text-align: center;
    margin-bottom: 48px;
}

/*banks - end*/


/*why__us - start*/

.why__us {
    background-color: #F3F3F3;
    padding-top: 48px;
    padding-bottom: 24px;
}

.why__us-text {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    margin: 24px auto auto;
    margin-bottom: 32px;
}

.text__block {
    border-top: 1px solid #A6A6A6;
}

.text__block-text {
    max-width: 911px;
    text-align: center;
    margin: 32px auto auto;
    position: relative;
    margin-bottom: 48px;
}

.text__block-text::before {
    content: "";
    position: absolute;
    left: -50px;
    top: -11px;
    width: 48px;
    height: 48px;
    background-image: url(cool-icon.svg);
}

.why__us-bottomtext {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 48px;
}

.demo__block {
    max-width: 730px;
    margin: auto;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
    padding-top: 70px;
    padding-bottom: 70px;
}

.demo__text {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    color: #2A3554;
    position: relative;
    padding-left: 83px;
}

.demo__text::before {
    content: "";
    position: absolute;
    left: 79px;
    top: -24px;
    width: 84px;
    height: 84px;
    background-image: url(demo__icon.svg);
}

/*why__us - end*/


/*platform__features - start*/

.platform__features-title {
    margin-top: 48px;
    margin-bottom: 32px;
}

.platform__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.platform-list {
    list-style: none;
}

.platform-item {
    margin-bottom: 17px;
    padding-left: 10px;
    position: relative;
}

.platform-item::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(list-marker.svg);
    top: 3px;
    left: -19px;
}

.assets {
    margin-top: 48px;
}

.assets-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}

.assets-list {
    display: inline-block;
}

.list_items {
    list-style: none;
    margin-top: 24px;
    text-align: left;
}

.list-item {
    position: relative;
    width: 25%;
    float: left;
    margin-bottom: 20px;
    padding-left: 100px;
    color: #2A3554;
    font-size: 14px;
}

.list-item::before {
    content: "";
    position: absolute;
    left: 73px;
    top: 4px;
    width: 13px;
    height: 13px;
    background-image: url(assets-marker.svg);
}

/*platform__features - end*/


/*dpps - start*/

.dashboard {
    background-color: #F3F3F3;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 24px;
}

.dashboard__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
    margin-bottom: 12px;
}

.dashboard__text {
    max-width: 413px;
    margin-bottom: 12px;
}

.dashboard__list {
    list-style: none;
}

.dashboard__item {
    margin-bottom: 17px;
    padding-left: 34px;
    position: relative;
}

.dashboard__item::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(list-marker.svg);
    left: -1px;
}

.postbacks__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.postbacks__content {
    padding-left: 34px;
}

.postbacks__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
    margin-bottom: 12px;
}

.postbacks__text {
    max-width: 440px;
    margin-bottom: 12px;
}

.postbacks__list {
    list-style: none;
}

.postbacks__item {
    margin-bottom: 17px;
    padding-left: 34px;
    position: relative;
}

.postbacks__item::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(list-marker.svg);
    left: -1px;
}


.payments {
    background-color: #F3F3F3;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 24px;
}

.payments__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payments__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
    margin-bottom: 12px;
}

.payments__text {
    max-width: 450px;
    margin-bottom: 12px;
}

.payments__list {
    list-style: none;
}

.payments__item {
    margin-bottom: 17px;
    padding-left: 34px;
    position: relative;
    max-width: 500px;
}

.payments__item::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(list-marker.svg);
    left: -1px;
}


.support__inner {
    display: flex;
    min-width: 1137px;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.support__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
    margin-bottom: 12px;
}

.support__text {
    max-width: 478px;
    margin-bottom: 12px;
}

.support__list {
    list-style: none;
}

.support__item {
    margin-bottom: 17px;
    padding-left: 34px;
    position: relative;
    max-width: 500px;
}

.support__item::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(list-marker.svg);
    left: -1px;
}

.flags {
    display: flex;
    text-align: center;
}

.flag {
    padding: 0 22px 0 22px;
}

.indonesia__flag {
    padding-left: 12px;
}

/*dpps - end*/


/*platforms - start*/

.platforms {
    background-color: #F3F3F3;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 24px;
}

.platforms__inner {
    align-items: center;
    max-width: 1220px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}

.platform__item {
    margin-bottom: 24px;
}

.platform__title {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

.platforms__img {
    padding-right: 16px;
}

.platforms__img:last-of-type {
    padding-right: 0;
}

/*platforms - end*/


/*docs - start */

.docs {
    background-color: #2A3554;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 64px;
}

.docs__text {
    width: 1060px;
    margin: auto;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #fff;
}

.docs-links {
    text-decoration: underline;
}

/*docs - end */


/*form - start*/


.footer__form {
    width: 330px;
    max-width: 100%;
    margin: auto;
}

.footer__form-input {
    color: #2A3554;
    height: 48px;
    padding: 10px 15px;
    border: 1px solid #7A94AF;
    width: 100%;
    margin-bottom: 12px;
    display: inline-block;
    font-size: 16px;
    border-radius: 0;

}

.footer__form-input::placeholder {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #BCD0E5;
    opacity: 1;
}

.footer__form-input::-webkit-input-placeholder {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #BCD0E5;
    opacity: 1;
}

.footer__form-input:-moz-placeholder {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #BCD0E5;
    opacity: 1;
}

.footer__form-input::-moz-placeholder {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #BCD0E5;
    opacity: 1;
}

.footer__form-input:-ms-input-placeholder {
    font-family: Poppins;
    font-size: 16px;
    line-height: 28px;
    color: #BCD0E5;
    opacity: 1;
}

.password-input .footer__form-input, .email-input .footer__form-input {
    margin-bottom: 0;
}

.password-input, .email-input {
    position: relative;
    margin-bottom: 12px;
}

.toggle-password {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 10px;
    bottom: calc(50% - 12px);
    cursor: pointer;
}

.toggle-password:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: url(password.svg);
    right: 0;
    bottom: 0;
}

.dropdown {
    width: 100%;
    border: 1px solid #7A94AF;
    transition: all .5s ease;
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #BCD0E5;
    height: 48px;
    text-align: left;
    margin-bottom: 12px;
}

.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 10px 15px;
}

.dropdown .select > img {
    position: absolute;
    right: 15px;
    top: calc(50% - 4px);
    transition: all .3s ease-in-out;
}

.dropdown.active .select > img {
    transform: rotate(-180deg)
}

.dropdown.active:hover,
.dropdown.active {
    background-color: #f8f8f8;
}

.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 156px;
    overflow-y: auto;
    z-index: 9;
    padding: 0;
    list-style: none
}

.dropdown .dropdown-menu li {
    padding: 10px 15px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    color: #2A3554;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.dropdown .dropdown-menu li:hover,
.dropdown .dropdown-menu li:active {
    background: rgba(122, 148, 175, 0.5);
}

.dropdown .dropdown-menu li img {
    width: 32px;
    margin-right: 5px;
}

.form__button {
    text-align: center;
    margin-top: 12px;
}

.form-button {
    background-color: #FE4547;
    border-radius: 4px;
    padding: 12px 40px 12px;
    transition: all .5s;
    color: #fff;
    cursor: pointer;
    font-size: 100%;
}

.form-button:disabled{
    background-color: #fc787a;
}

.form-button:disabled:hover{
    background-color: #fc787a;
    cursor: not-allowed;
}

.form-button:hover {
    background-color: #D03E40;
}

.form-options {
    padding: 24px;
}

.form__forgot {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FE4547;
    margin-top: 20px;
}

/*footer - start*/

.footer {
    background-color: #2A3554;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 48px;
}

.footer-text {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
}

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

.footer-link {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    text-decoration: underline;
}

/*footer - end*/



/*agreement - inner - start*/

.header__inside {
    height: 100px;
    background-color: #0D0F20;
    align-items: center;
}

.header__top-inside {
    padding: 27px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.agreement__title {
    margin-top: 48px;
    margin-bottom: 48px;
}

ol {
    list-style: none;
    counter-reset: li;
}

.agreement__list-item:before {
    counter-increment: li;
    content: counters(li, ".") ". ";
    font-weight: 700;
    color: rgb(79, 95, 111);
}

.agreement__list ol {
    padding-left: 20px;
}

.agreement__list li {
    margin: 10px 0;
}

.agreement__list a {
    text-decoration: underline;
    color: #D03E40;
}

/*agreement - inner - end*/

/*Join now - Log in - start*/

.form__tabs {
    width: 330px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.form__tabs .tabs-btn {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2A3554;
    display: inline-block;
    width: 50%;
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
    opacity: 0.5;
}

.form__tabs .tabs-btn.active {
    opacity: 1;
}

.form__tabs .tabs-btn:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    background: #FE4547;
    bottom: 0;
    left: 0;
}

.form__tabs>.form__content {
    display: none;
    margin-top: 23px;
}

.form__tabs>.form__content>.footer__form {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#join.active~#join-content,
#login.active~#login-content {
    display: block;
}

/*Join now - Log in - end*/

/*Modal - start*/

.overlay {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
}
.overlay.open {
    opacity: 1;
    pointer-events: inherit;
}
.overlay .modal {
    background: white;
    text-align: center;
    padding: 40px 80px;
    box-shadow: 0 1px 10px rgba(255, 255, 255, 0.35);
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
    position: relative;
}
.overlay .modal.open {
    opacity: 1;
    pointer-events: inherit;
}
.overlay .modal.open .content {
    transform: translate(0, 0px);
    opacity: 1;
}
.overlay .modal .content {
    transform: translate(0, -10px);
    opacity: 0;
    transition: 0.35s ease-in-out;
}
.overlay .modal .title {
    margin-top: 0;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
}

/*Modal - end*/

/*privacy - inner - start */

.privacy__title {
    margin-top: 48px;
    margin-bottom: 38px;
}

.privacey__text p {
    margin: 10px 0;
}

.privacey__text ol {
    padding-left: 20px;
}

.privacey__text li {
    margin: 10px 0;
}

.privacey__text a {
    text-decoration: underline;
    color: #D03E40;
}

/*privacy - inner - end*/

.modal__container {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    overflow-y: hidden;
    overflow-x: visible;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    background-color: rgba(0,0,0, 0.3)
}

.show {
    display: flex;
}

.modal-window {
    width: 350px;
    background-color: white;
    padding: 30px 35px;
    color: #000;
    margin: auto;
    position: relative;
}

.close-modal {
    width: 24px;
    height: 24px;
}

.close-modal {
    background-image: url(close.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    right: 20px;
    top: 20px;
    color: #fff;
    z-index: 10;
}

.close-modal:hover {
    color: black;
    cursor: pointer;
    background-image: url(close-hover.svg);
}

.modal-text {
    font-size: 15px;
    line-height: 24px;
}

.modal-head {
    display: flex;
    font-size: 24px;
    justify-content: space-around;
    line-height: 29px;
    color: black;
    margin-bottom: 8px;
}

.close-svg:hover {
    fill: black;
}

.google-doc-frame {
    width: 100%;
    height: 100%;
}

.container-doc {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.agreement {
    height: 7600px;
}

.privacy {
    height: 3400px;
}

.error {
    text-align: left;
    color: rgb(227, 72, 40);
    font-size: 10px;
    line-height: 14px;
    font-weight: 300;
    margin: 5px 0 5px 0;
    display: none;
}

.recovery-text {
    display: none;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin-top: 5px;
    color: rgb(76, 94, 112);
}

.global {
    text-align: center;
    color: rgb(227, 72, 40);
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 0;
}

.password-recovery-title {
    font-weight: 600;
    margin-bottom: 40px;
    color: #4f5f6f;
    font-size: 16px;
}

.activate-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin-top: 5px;
    display: none;
}

.activate-title {
    font-weight: 600;
    margin-bottom: 20px;
    color: #4f5f6f;
    font-size: 16px;
}
