/* .navSection.primary .rootLink {
    color: var(--DarkBlue50) !important;
}
.globalNav .navSection.mobile .rootLink {
    color: #47525d !important;
}
.paper-logo::before {
    background-image: url(../img/paperlogofinal.svg);
    width: 160px;
    top: 6px;
}
.rootLink .menu-arrow{
    content:url("../img/down-arrow-dark.svg") !important;
} 

.custom-select-multilanguage .option, .custom-select-multilanguage .selected-lang {
    color: #133f5d;
}

header#globalNavigation {
    background: #fff;
} */

.custom-select-multilanguage { display: none;}

.paper-container {
    padding: 5rem 1rem !important;
}

.landing.inv-online {
    /* height: 90vh; */
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    background: linear-gradient(117.42deg, #0B2835 17.33%, #0F3449 31.64%, #206A9C 76.7%, #257AB4 91.43%) !important;
    padding: 11rem 0 10rem;
}

.landing.inv-online:before {
    content: '';
    display: block;
    width: 100%;
    height: 80%;
    background-image: url(../img/invoice-online/hero-3x.webp) !important;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.inv-online .landing-container {
    padding: 0 1rem;
    color: #fff;
    margin-top: 4rem;
    text-align: left;
    display: block;
    z-index: 2;
}

.landing-container::before, .landing-container::after {
    content: none !important;
}

.inv-online .landing-text {
    margin-top: 0;
    width: 40%;
}

.landing .cta {
    gap: 1.5em;
    display: flex;
    flex-wrap: wrap;
}

.ghost-button-green {
    background: #fff;
    color: var(--Green50);
    border: 2px solid var(--Green50);
}

.ghost-button-green:hover {
    background: var(--Green50);
    color: #fff;
}

.header-section {
    text-align: center;
    padding-bottom: 2rem;
}

.header-section h2 {
    padding-bottom: 0;
    padding-top: 0;
}

.landing-text h1, .header-section h2, .howto-header h2, .features-header h2, .testimony-header h2, .footer-copy h2 {
    font-size: var(--heading1-fs);
    font-weight: 500;
    line-height: 1.3;
}

body, .header-section h2, .howto-header h2, .features-header h2, .testimony-header h2, .howto-header h2, .step-text {
    color: #133F5D;
}

.subheading {
    line-height: 1.4;
}

span.asterisk {
    color: #4195D5;
}

.invoice-demo .header-section {
    padding-bottom: 0;
}

.invoice-demo .header-section h2 {
    margin-bottom: 1rem;
}

.invoice-demo .header-section .subheading {
    padding-bottom: 0;
}

.footer-section {
    padding-top: 3em;
    text-align: center;
}

.invoice-demo {
    color: var(--DarkBlue50);
    background: #F2F7FC;
    position: relative;
}

.warning-notes {
    display: none;
}

.product-demo {
    padding: 0 !important;
}

.form-demo {
    background: #fff;
    border-radius: 18px;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.aurora-green{
    position: absolute;
    width: 100%;
    max-width: 550px;
    right: -6em;
    z-index: 0;
    bottom: 0;
}

.check-uncheck {
    position: absolute;
    width: 100%;
    max-width: 80px;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.invoice-demo .paper-container {
    padding-bottom: 3rem !important;
}

.demo-blog #confirmSend .modal-content {
    top: 50%;
    transform: translateY(-50%);
}

section.howto {
    background: #F2F7FC;
    position: relative;
}

.howto .paper-container {padding-top: 0 !important;}

.howto-header, .howto-header h2, .features-header h2 {
    text-align: left;
}

.howto img.illustration {
    width: 41%;
    position: absolute;
    top: -12rem;
    right: 0;
    z-index: 4;
}

.howto-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 5rem;
}

.howto-step {
    flex-basis: 30%;
    width: 30%;
    position: relative;
    padding-right: 9%;
}

.step-text p {
    font-size: 1.4rem;
}

.step-number {
    color: #71B0E0;
    border: 2px #71B0E0 solid;
    border-radius: 100px;
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
    text-align: center;
    padding-top: 3px;
    background: #F2F7FC;
    position: relative;
    z-index: 9;
}

.step-text {
    margin-top: 2rem;
}

.howto-step:after, .howto-step:first-child:before, .howto-step:last-child:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #71B0E0;
    display: block;
    position: absolute;
    top: 24px;
    z-index: 0;
}

.howto:before {
    top: 18rem;
}

.howto-step:first-child:before {
    left: -14rem;
}

.howto-step:last-child:before {
    right: -14rem;
}

.howto-footer {
    color: #4195D5;
    margin-top: 1rem;
}

.features-header p.subheading {
    color: #4195D5;
}

.feature-item {
    border: 1px #4195D5 solid;
    background: #E8F3FA;
    border-radius: 27px;
    padding: 3rem 2rem 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 3rem;
}

.feature-icon, .feature-text {
    flex-basis: 50%;
    width: 50%;
    padding: 0 3%;
}

.feature-icon {
    text-align: center;
    height: 388px;
}

.feature-icon img {
    max-width: 100%;
    max-height: 100%;
}

.feature-text {
    padding-right: 12%;
}

.feature-text h3 {
    font-size: var(--heading2-fs);
}

.feature-text p {
    font-size: 1.4rem;
}

.features-list {
    margin-top: 2rem;
}

.feature-item:nth-child(3) .feature-icon, .feature-item:last-child .feature-icon {
    display: flex;
    align-items: center;
}

.paper-container {
    position: relative;
}

@media (max-width: 976px) {
    br {
        display: none;
    }
}

@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 1;}
  }
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}

.paper-container.testi {
  padding: 0 1rem 7rem !important;
}
.testimony-header {
    margin-bottom: 2rem;
}
.users-testimony {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 3rem;
    justify-content: center;
}
.content-text.testi {
    padding-right: 3rem;
    align-items: center;
    justify-content: flex-end;
    display: flex;
}
.content-text h2 {
  text-align: right;
  color: #133f5d;
}
.flex-container.testi {
  align-items: normal;
}
.users-testimony .card {
    position: relative;
    overflow: hidden;
    padding: 3em 2em;
    text-align: left;
    background: linear-gradient(180deg, #133F5D 1.55%, #2B6B9B 40.43%, #357FB6 57.72%, #4195D5 77.07%, #71B0E0 99.99%);
    border-radius: 19px;
    box-shadow: 0px 6.46px 11.08px 0px #4B789B;
    flex-basis: 42%;
    height: 445px;
    z-index: 0;
}

.users-testimony .card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    padding: 1.5px; /* sama dengan border */
    background: linear-gradient(180deg, #FFFFFF 0%, #8DBFE6 100%);
    border-radius: inherit;
    z-index: -1;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.testimony-desc {
  width: 100%;
  position: relative;
  margin-top: 4rem;
}
.testimony-desc p {
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  padding-top: 2rem;
}
.testimony-desc img {
  position: absolute;
  right: 3px;
  top: -4rem;
  width: 100%;
  max-width: 29px;
  opacity: 0.3;
}
.testimony-desc img {
    max-width: 45px;
}
.testimony-name p {
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem !important;
  line-height: 1.6;
  margin: 0;
  text-align: left;
  padding-bottom: 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}
.testimony-name .jobtitle {
    color: #71B0E0;
    font-size: 1.2rem !important;
    font-weight: 400;
}
.testimony-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card:first-child .testimony-title {
    margin-bottom: 15px;
}
.testimony-logo {
    height: 60px;
}
.card:last-child .testimony-logo {
    height: 90px;
    margin-top: -15px;
}
.testimony-logo img {
    max-height: 100%;
}
section.blue-gradient-footer .paper-container {
    padding-top: 1rem !important;
    padding-bottom: 0 !important;
}
.footer-copy {
    color: #fff;
    flex-basis: 50%;
}
.blue-gradient-footer .footer-content {
    gap: 0;
}
.paper-container.footer {
    padding: 3rem 1rem !important;
}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 4em;
}

.footer-content h2 {
    text-align: left;
    padding-bottom: 1rem;
}

.footer-illustration {
    flex-basis: 50%;
    text-align: center;
    width: unset !important;
    max-width: unset !important;
}

.footer-illustration img {
    max-width: 100% !important;
}

.blue-gradient-footer .footer-row.new-footer {
    border-top: 1px solid #ffffff8f !important;
}
.testimoni {
    position: relative;
}

@media (min-width: 1600px) {
    .howto img.illustration {
        top: -16rem;
    }
    .howto-step:first-child:before {
        left: -21rem;
    }
    .howto-step:last-child:before {
        right: -21rem;
    }
}

@media (max-width: 1200px) {
    .landing.inv-online {
        padding: 8rem 0 7rem;
    }
    .howto img.illustration {
        top: -5rem;
        width: 37%;
    }
}

@media (max-width: 1033px) {
    .landing.inv-online:before {
        background-size: 65%;
    }
    .landing-text h1 {
        text-align: left;
    }
    .howto img.illustration {
        top: -4rem;
    }
    .howto-header {
        padding-top: 2rem;
    }
}

@media (max-width: 991px) {
    .howto img.illustration {
        width: 37%;
        top: -2rem;
    }
    .users-testimony .card {
        height: 595px;
    }
    .testimony-title {
        height: 83px;
    }
    .card:first-child .testimony-title {
        margin-bottom: 0;
    }
}

@media (max-width: 976px) {
    .landing.inv-online {
        padding: 8rem 0 5rem;
    }
    .inv-online .landing-text {
        width: 45%;
    }
    .howto-header h2 br {
        display: block;
    }
    .howto img.illustration {
        width: 45%;
        top: -4rem;
    }
}

@media (max-width: 848px) {
    .testimony-title {
        height: 147px;
    }
    .howto img.illustration {
        width: 54%;
    }
}

@media (max-width: 768px) {
    .inv-online .landing-container {
        margin-top: 1rem;
    }
    .landing.inv-online:before {
        background-size: 100%;
    }
    .landing-text h1 {
        text-align: center;
    }
    .inv-online .landing-text {
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }
    .landing .cta {
        justify-content: center;
    }
    .landing.inv-online {
        height: unset;
        padding: 8rem 0 40rem;
    }
    .invoice-demo .paper-container, .howto .paper-container {
        padding-top: 2rem !important;
    }
    .howto img.illustration {
        width: 40%;
        top: -1rem;
    }
    .testimony-title {
        height: 83px;
    }
    .users-testimony {
        flex-direction: column;
    }
    .testimony-desc {
        margin-top: 0;
    }
    .footer-content {
        flex-direction: column-reverse;
        text-align: center;
    }
    section.blue-gradient-footer .paper-container {
        padding-top: 6rem;
    }
    .footer-content h2 {
        text-align: center !important;
    }
    .footer-illustration img {
        margin-left: 14%;
        max-width: 400px !important;
    }
    .footer-illustration {
        width: 80% !important;
        margin-top: 3rem;
    }
}

@media (max-width: 640px) {
    .landing.inv-online {
        padding: 8rem 0 34rem;
    }
    .invoice-demo p.subheading {
        padding-bottom: 0;
    }
    .howto img.illustration {
        /* width: 60%; */
        display: none;
    }
    .howto-content {
        margin-top: 2rem;
    }

    .howto-header {
        padding-top: 0;
    }

    .step-number {
        font-size: 1.6rem;
        width: 45px;
        height: 45px;
    }

    .howto-step:first-child:before {
        left: -10rem;
    }

    .howto-step:last-child:before {
        right: -15px;
    }

    .howto-step {
        padding-right: 6%;
    }
    .howto-footer p {
        padding-bottom: 0;
    }
    .feature-text {
        padding-right: 1px;
    }
}

@media (max-width: 569px) {
    .header-section {
        padding-bottom: 0;
    }

    .landing.inv-online {
        padding: 8rem 0 30rem;
    }

    .howto img.illustration {
        top: 0;
    }

    .howto-header {
        padding-top: 0;
    }

    .howto-header h2 br {
        display: none;
    }

    .feature-item {
        flex-direction: column;
    }

    .feature-icon, .feature-text {
        flex-basis: 100%;
        width: 100%;
    }

    .feature-icon {
        margin-bottom: 2rem;
    }

    .feature-item:first-child .feature-icon, .feature-item:nth-child(2) .feature-icon {
        width: 80%;
    }

    .feature-item:nth-child(3) .feature-icon, .feature-item:last-child .feature-icon {
        padding-top: 0;
        padding-bottom: 0;
    }

    .users-testimony .card {
        flex-basis: 100%;
    }

    .testimony-logo {
        height: 60px;
        text-align: right;
    }
}

@media (max-width: 525px) {
    .landing.inv-online {
        padding: 8rem 0 28rem;
    }
    .howto img.illustration {
        margin-top: 1rem;
    }
    .howto-content {
    flex-direction: column;
    }
    .howto-step {
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 1rem;
    }
    .howto-step:first-child:before, .howto-step:last-child:before {
        display: none;
    }
    .step-text {
        margin-top: -3rem;
        padding-left: 4rem;
    }
    .howto-step:after, .howto-step:first-child:before, .howto-step:last-child:before {
        width: 2px;
        height: 100%;
        top: 35px;
        left: 22px;
    }

    .howto-step:last-child:after {
        display: none;
    }

    .howto-step:nth-child(2) {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .howto-step:nth-child(2) .step-text {
        margin-top: -4rem;
    }    
}

@media (max-width: 480px) {
    .landing.inv-online {
        padding: 8rem 0 25rem;
    }
    .feature-item {
        padding-top: 4rem;
        padding-bottom: 2rem;
    }
    .howto-step:nth-child(2) .step-text {
        margin-top: -3rem;
    }
    .howto-step:nth-child(2) {
        margin-top: 0;
    }
}