a, p, div, span, h1, h2, h3, h4, h5 {
    /* margin: 0 0 1em 0; */
    line-height: 1.6em;
    font-family: 'Lato';
}

p {
    font-size: 18px;
}

.globalNav .navSection.mobile .rootLink {
    color: #47525d !important;
}

.remove-many-more-section .footer-campaigns, .footer-row img.wave-footer {
    display: none;
}

.row {
    width: 100%;
    max-width: 1100px;
}

.hero {
    overflow: hidden;
    /* padding-top: 10em; */
    padding-top: 13em !important;
    padding-bottom: 8em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero .illustration {
    max-width: 474px;
    display: block;
    margin-left: auto;
}

.hero .illustration img {
    width: 100%;
}

.hero-text-wrapper {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    max-width: 356px;
}

@media (max-width: 992px) {
    .hero .illustration {
        margin-right: auto;
    }

    .hero-text-wrapper {
        text-align: center;
        margin: auto;
    }
}

.dropbox-2015 .hero {
    background-image: none;
    text-align: left;
}

.hero__title {
    font-size: 36px;
    line-height: 59px;
    color: #133F5D;
    font-weight: bold;
    margin-bottom: 30px;
}

.hero__paragraph {
    font-weight: normal;
    font-size: 18px;
    line-height: 35px;
    color: #133F5D;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .dropbox-2015 .hero {
        text-align: center;
    }

    .hero__title {
        font-size: 22px;
        line-height: 1.4;
    }

    .hero__paragraph {
        font-weight: 300 !important;
        font-size: 18px;
    }
}

.paper-button {
    border-radius: 120px;
    color: #fff;
    cursor: pointer;
    font-size: 0.96em;
    font-family: "lato";
    position: relative;
    min-width: 120px;
    transition: all .5s ease;
    border: 2px solid #d0d1d5;
    display: inline-block;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.4px;
    font-weight: 400;
    padding: 16px 26px;
}

.paper-button-green {
    background: #93C854;
    border: solid 2px #93C854;
    border-radius: 50px;
    color: #fff;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
    cursor: pointer;
    padding: 5px 15px;
    display: initial;
    text-decoration: none;
    line-height: normal;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
    width: 110px;
    justify-content: center;
}

.green-button {
    background: #93C854;
    color: #fff;
    border: 2px solid #93C854;
    text-decoration: none;
    padding: 14px 26px;
}

.green-button:hover {
    background: transparent;
    color: #93C854;
    text-decoration: none;
}

.blue-button {
    background: #4199D5;
    color: #fff;
    border: 2px solid #4199D5;
    text-align: center;
    text-decoration: none;
}

.blue-button:focus {
    color: #fff;
}

.blue-button:hover {
    background: #fff;
    color: #4199D5;
    text-decoration: none;
}

.company-list {
    background-color: #F7FBFD;
}

.company-list__wrapper {
    max-width: 1100px;
    padding: 25px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .company-list__wrapper {
        justify-content: center;
        gap: 25px;
    }
}

.company-list__wrapper img {
    width: max-content;
    height: max-content;
}

.section-wrapper {
    padding-top: 104px;
    padding-bottom: 135px;
}

.section-title-container {
    margin-bottom: 70px;
}

@media (max-width: 768px) {
    .section-title-container {
        margin-bottom: 35px;
        text-align: center;
    }
}

.section-title-top {
    font-size: 14px;
    font-weight: bold;
}

.section-title {
    font-size: 36px;
    line-height: 55px;
    color: #133F5D;
    font-weight: bold;
}

/* Benefit Section */
.benefit-card {
    margin-bottom: 80px;
}

.benefit-card__img {
    max-height: 44px;
    margin-bottom: 12px;
}

.benefit-card__title {
    font-weight: bold;
    font-size: 18px;
    color: #133F5D;
}

.benefit-card__paragraph {
    font-weight: normal;
    font-size: 18px;
    line-height: 35px;
    color: #133F5D;
}

@media (max-width: 768px) {
    .benefit-card {
        text-align: center;
        margin-bottom: 40px;
    }
}

/* End Benefit Section */

/* GPF Section */
.gpf-image-wrapper {
    max-width: 507px;
    margin: auto;
}

.gpf-image {
    max-width: 100%;
    margin-top: -8rem;
}

@media (max-width: 768px) {
    .gpf-image {
        margin-top: 0;
    }
}

.gpf-list {
    margin-left: 25px;
    list-style-type: none;
}

.gpf-list__item {
    padding-bottom: 4px;
    position: relative;
    transition: all .3s ease-out;
}

.gpf-list__item::before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: -55px;
    background-color: #fff;
    border: 6px solid #ECEFF1;
    border-radius: 50%;
    z-index: 2;
    transition: all .3s ease-out;
}

.gpf-list__item--active::before {
    border-color: #4195D5;
}

.gpf-list__item:not(:last-child)::after {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    left: -43px;
    top: 0;
    bottom: 0;
    background-color: #ECEFF1;
}

.gpf-list__title {
    font-size: 18px;
    font-weight: bold;
    color: #859CAB;
    margin-bottom: 6px;
    display: block;
}

.gpf-list__description {
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
    color: #859CAB;
}

.gpf-list__item--active>.gpf-list__title,
.gpf-list__item--active>.gpf-list__description {
    color: #133F5D;
}

.gpf-notes {
    color: #133F5D;
    margin-left: 65px;
    font-size: 14px;
}

/* End GPF Section */


/* Solusi section */
.solusi-section .section-title-container {
    text-align: center;
}

.solusi-row {
    padding-top: 80px;
    padding-bottom: 48px;
}

.solusi-img-wrapper {
    margin-bottom: 40px;
}

.solusi-img {
    max-width: 445px;
    width: 100%;
    filter: drop-shadow(4px 9px 12px rgba(0, 0, 0, 0.22));
}

.solusi-item {
    color: #133F5D;
    max-width: 470px;
}

.solusi-lainnya {
    max-width: 100%;
    padding: 45px 25px;
    background: linear-gradient(180deg, #F7FBFD 0%, rgba(247, 251, 253, 0.645833) 128.99%, rgba(247, 251, 253, 0) 162.26%);
    align-items: center;
    justify-content: space-between;
}

.solusi-lainnya__desc {
    max-width: 580px;
}

@media (max-width: 1200px) {
    .solusi-section .row:nth-child(2) {
        padding-top: 0;
    }

    .solusi-row {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .solusi-item {
        margin: auto;
    }

    .solusi-img-wrapper {
        display: flex;
    }

    .solusi-img {
        margin: auto;
    }
}

@media (max-width: 992px) {
    .solusi-lainnya {
        flex-direction: column;
        text-align: center;
    }

    .solusi-row {
        text-align: center;
    }
}

.solusi-item__title {
    font-weight: bold;
    font-size: 24px;
}

.solusi-item__description {
    line-height: 35px;
}

.solusi-item__link {
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}

.solusi-item__link img {
    margin-left: 5px;
}

/* End Solusi Section */


/* Testimoni Section */
.testimoni-wrapper {
    padding-top: 67px;
    padding-bottom: 67px;
    background: linear-gradient(278.14deg, rgba(47, 111, 159, 0.53) 5.83%, rgba(50, 118, 170, 0.79) 12.14%, #4195D5 45.23%);
    position: relative;
}

.testimoni-wrapper::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('../img/get-paid-faster/bg_testimoni.webp');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
    z-index: -1;
}

.testimoni {
    max-width: 746px;
    text-align: center;
    margin: auto;
    padding: 25px;
    color: #fff;
}

.testimoni__description {
    margin-top: 36px;
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    font-style: italic;
}

.testimoni__profile-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.testimoni__company-img {
    max-width: 110px;
    height: max-content;
    margin-right: 17px;
    margin-top: 7px;
}

@media (max-width: 768px) {
    .testimoni__company-img {
        max-width: 60px;
    }
}

.testimoni__profile {
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    font-family: 'Lato';
}

.testimoni__name {
    display: block;
}

.testimoni__title {
    font-weight: 300;
    font-family: 'Lato';
}

/* End Testimoni Section */

.solui-bayar-cepat-image-wrapper {
    max-width: 357px;
}

.solui-bayar-cepat-image-wrapper img {
    max-width: 100%;
}

.solusi-bayar-cepat {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
}

.solusi-bayar-text-wrapper {
    max-width: 504px;
    margin-left: 54px;
}

.solusi-bayar-text-wrapper .section-title {
    margin-bottom: 30px;
    padding-bottom: 0;
}

.solusi-bayar-cepat__text {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .solusi-bayar-cepat {
        flex-direction: column;
    }

    .solui-bayar-cepat-image-wrapper {
        margin: auto;
    }

    .solusi-bayar-text-wrapper {
        margin-top: 45px;
        margin-left: 0;
        transform: none;
        text-align: center;
    }
}



/* Utitlites */
.text-blue {
    color: #4195D5;
}

.bg-light-blue {
    background-color: #F7FBFD;
}

.flex {
    display: flex;
}

.flex-end {
    justify-content: flex-end;
}

.footer-row.new-footer #homepage-footer a, .footer-row.new-footer #homepage-footer span {
    margin-bottom: 0;
}

#homepage-footer nav {
    margin-inline: 1rem;
}

@media (max-width: 425px) {
    #homepage-footer nav {
        margin-inline: 0;
    }

    .dropbox-2015.exp-growth_web_google_register--polish.exp-growth_web_google_register__GOOGLE3 .hero {
        padding-top: 10rem !important;
    }

    .footer-row.new-footer .custom-padding-top {
        padding-left: 0;
    }

    .footer-row.new-footer #homepage-footer nav .o-nav.company {
        width: 100% !important;
    }
}

img.hero-tablet {
    aspect-ratio: 158 / 155;
}