@font-face {
    font-family: BentonSansLt;
    font-style: normal;
    font-display: swap;
    src: url(https://www.aexp-static.com/cdaas/one/statics/axp-static-assets/2.18.0/package/dist/fonts/BentonSansLt.woff) format("woff");
}

@font-face {
    font-family: BentonSans;
    font-style: normal;
    font-display: swap;
    src: url(https://www.aexp-static.com/cdaas/one/statics/axp-static-assets/2.18.0/package/dist/fonts/BentonSans.woff) format("woff");
}

@font-face {
    font-family: BentonSansBold;
    font-style: normal;
    font-display: swap;
    src: url(https://www.aexp-static.com/cdaas/one/statics/axp-static-assets/2.18.0/package/dist/fonts/BentonSansBold.woff) format("woff")
}

* {
    box-sizing: border-box;
}

h1 {
    font-family: 'BentonSans', Helvetica Neue, Helvetica, sans-serif;
    font-size: 56px;
    line-height: 64px;
    font-weight: 300;
    color: #00175A;
}

h2 {
    font-family: 'BentonSans', Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    color: #00175A;
}

h3 {
    font-family: 'BentonSans', Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
    color: #00175A;
}

h4 {
    font-family: 'BentonSans', Helvetica Neue, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #00175A;
}

p,
th,
td {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #3d3d3d;
}

strong {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700;
}

th {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #00175A;
}

.uk-hero .uk-hero-container {
    display: flex;
    margin: 0 auto;
    overflow: hidden;
}

.uk-hero .col-left {
    display: flex;
    justify-content: right;
    align-items: center;
    width: 50%;
    flex: 0 0 50%;
    padding: 50px 130px 50px 20px;
}

.uk-hero .copy {
    max-width: 470px;
}

.uk-hero h1 {
    margin: 0 0 20px;
}

.uk-hero p {
    font-family: 'BentonSans', Helvetica Neue, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #00175A;
}

.uk-hero p.disclaimer {
    font-family: 'BentonSans', Helvetica Neue, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #53565A;
    margin-top: 80px;
}

.uk-hero .col-right {
    position: relative;
    width: 50%;
    flex: 0 0 50%;
    background-color: #016FD0;
    background-image: url('/content/dam/amex/en-gb/business/get-started/how-does-interest-work/images/world-service-pattern.png');
    background-size: 270px;
    background-repeat: repeat;
    padding: 50px 20px 50px 50px;
}

.uk-hero .hero-image.mobile {
    display: none;
}

.uk-hero .hero-image.desktop {
    width: 550px;
}

.uk-hero .cards-image {
    position: absolute;
    top: calc(50% + 15px);
    left: -120px;
    transform: translateY(-50%);
    width: 255px;
}

.uk-info-cards-outer {
    background: #F7F8F9;
    padding: 50px 0 30px;
}

.uk-info-cards-outer .card-img-bg {
    background-size: 1870px auto;
    background-repeat: no-repeat;
    background-position: calc(50% + 110px) calc(100% + 340px);
}

.uk-info-cards-outer h2 {
    text-align: center;
    margin-bottom: 20px;
}

.uk-info-cards-outer p {
    max-width: 950px;
    text-align: center;
    color: #00175A;
    margin: 0 auto 50px;
}

.uk-info-cards-outer p.disclaimer {
    max-width: 840px;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 50px;
}

.uk-info-cards-outer .button a {
    width: 150px;
}

.uk-info-cards-outer .button i {
    display: none;
}

.uk-info-cards {
    padding: 0 0 25px;
}

.uk-info-cards-container,
.uk-info-table-container {
    max-width: 1200px;
    display: grid;
    column-gap: 25px;
    margin: 0 auto;
}

.uk-info-cards-container.two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.uk-info-cards-container.two-col img {
    margin: 0 auto 20px 0;
}

.uk-info-cards-container.three-col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.uk-info-cards-container.four-col {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-card-item {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    /* margin-bottom: 25px; */
}

.info-card-item img {
    display: block;
    margin: 0 auto 20px;
}

.info-card-item h3 {
    margin-bottom: 15px;
}

.info-card-item p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #3d3d3d;
    margin: 0;
}







.uk-info-table-container {
    display: flex;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.info-table-header {
    flex: 0 0 30%;
    padding: 30px 0 30px 30px;
}

.info-table-header img {
    display: block;
    margin: 0 auto 20px;
}

.info-table-header p {
    text-align: left;
    margin: 0;
}

.info-table-data {
    background: #F7F8F9;
    border-left: 1px solid #E0E0E0;
}

.info-table-data .mobile {
    display: none;
}

.info-table-data table {
    width: 100%;
    background: #fff;
    border-collapse: collapse;
}

.info-table-data thead th {
    width: 20%;
    background: #EDF7FF;
    border-bottom: 1px solid #E0E0E0;
    text-align: center;
    padding: 12px 0;
}

.info-table-data td {
    width: 20%;
    text-align: center;
    padding: 12px 0;
}

.info-table-data .col-day {
    width: 15%;
}

.info-table-data .col-total-amount {
    border-left: 1px solid #E0E0E0;
}

.info-table-data tr:nth-of-type(2) {
    background: #EDF7FF;
}

.info-table-data .mobile-data-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.info-table-data .mobile-data-items .left .label {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #00175A;
    margin-bottom: 2px;
}

.info-table-data .mobile-data-items .left .value {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
}

.info-table-data .mobile-data-items .left .value:last-child {
    margin-bottom: 0;
}

.info-table-data .mobile-data-items .right .label {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #00175A;
    margin-bottom: 12px;
}

.info-table-data .mobile-data-items .right .value {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
}

.info-table-data .mobile-data-items li {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.info-table-data .mobile-data-items li:nth-child(2) .left {
    background: #F7F8F9;
}

.info-table-data .mobile-data-items li .left,
.info-table-data .mobile-data-items li .right {
    padding: 10px 20px;
}

.info-table-data .mobile-data-items li .left {
    background: #ffffff;
    width: 65%;
}

.info-table-data .mobile-data-items li .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 35%;
    background: #EDF7FF;
}

.info-table-data .mobile-data-items li .right p {
    width: 100%;
}

.info-table-footer {
    padding: 15px 30px;
}

.info-table-footer p {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    color: #00175A;
    margin: 0;
}

.faqs {
    background: #EDF7FF;
    padding: 50px 0;
}

.faqs h2 {
    margin: 50px 0 25px;
}

.faqs h3 {
    font-size: 15px;
    line-height: 23px;
    color: #333333;
}

.accordion-container > .container {
    margin: 0 !important;
    padding: 0 !important;
}

.faqs .accordion-content .stack {
    margin-top: 0;
}

.collapsible[aria-expanded=true] {
    color: #333333 !important;
}












.uk-bottom-ctas-outer {
    background: #FBFBFB;
    padding: 50px 0 80px;
}

.uk-bottom-ctas-outer h2,
.uk-bottom-ctas-outer h3 {
    text-align: center;
}

.uk-bottom-ctas-outer h2 {
    margin-bottom: 50px;
}

.uk-bottom-ctas-outer .button a {
    width: 150px;
}

.uk-bottom-ctas-outer h3 {
    border-top: 1px solid #C8C9C7;
    padding-top: 30px;
    margin-bottom: 20px;
}

.uk-bottom-ctas-outer .button i {
    display: none;
}

.uk-bottom-ctas {
    padding: 0 0 40px;
}

.uk-bottom-ctas-container {
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 25px;
    margin: 0 auto;
}

.cta-item {
    position: relative;
    padding-bottom: 60px;
}

.cta-item .cta-img-mobile {
    display: none;
}

.cta-item img {
    width: 100%;
    margin-bottom: 15px;
}

.cta-item p {
    font-family: 'BentonSans', Helvetica Neue, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #00175A;
    margin-bottom: 8px;
}

.cta-item a {
    position: absolute;
    bottom: 0;
    display: inline-block;
    font-family: 'BentonSans', Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #006FCF;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #006FCF;
    border-radius: 4px;
    padding: 13px 20px 12px;
}

.cta-item a:focus {
    outline: 1px dashed #53565a;
}

@media screen and (max-width: 1024px) {
    .uk-hero {
        background-color: #016FD0;
        background-color: #016FD0;
        background-image: url('/content/dam/amex/en-gb/business/get-started/how-does-interest-work/images/world-service-pattern.png');
        background-size: 270px;
        background-repeat: repeat;
        padding: 20px;
    }

    .uk-hero .uk-hero-container {
        display: block;
        background: #fff;
        border-radius: 8px;
    }

    .uk-hero .col-left, .uk-hero .col-right {
        width: 100%;
        flex: 0 0 100%;
    }

    .uk-hero .col-left {
        display: block;
        padding: 25px 25px 55px;
    }

    .uk-hero .copy {
        max-width: 100%;
    }

    .uk-hero h1 {
        font-size: 38px;
        line-height: 44px;
        margin: 0 0 20px;
    }

    .uk-hero p {
        font-size: 16px;
        line-height: 24px;
    }

    .uk-hero p.disclaimer {
        margin-top: 20px;
    }

    .uk-hero .col-right {
        background: none;
        padding: 0;
    }

    .uk-hero .hero-image {
        display: block;
        width: 100%;
        height: auto;
    }

    .uk-hero .hero-image.mobile {
        display: block;
    }

    .uk-hero .hero-image.desktop {
        display: none;
    }

    .uk-hero .cards-image {
        width: 145px;
        top: -48px;
        left: 50%;
        transform: translateX(-50%)
    }

    .uk-info-cards-container.four-col {
        display: block;
    }

    .uk-info-cards-container.four-col .info-card-item {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .uk-info-cards-outer {
        padding: 50px 0 30px;
    }

    .uk-info-cards-outer .card-img-bg {
        background-size: 1690px auto;
        background-repeat: no-repeat;
        background-position: calc(50% - 220px) calc(100% + 290px);
    }

    .uk-info-cards-outer h2 {
        text-align: left;
    }

    .uk-info-cards-outer p {
        margin-bottom: 30px;
    }

    .uk-info-cards-outer p {
        text-align: left;
        margin-bottom: 10px;
    }

    .uk-info-cards-outer p.disclaimer {
        margin-bottom: 25px;
    }

    .uk-info-cards-outer .button a {
        width: 100%;
        max-width: 375px;
    }

    .uk-info-cards {
        padding: 0;
    }

    .uk-info-cards-container {
        display: block;
    }

    .info-card-item {
        margin-bottom: 30px;
        padding: 20px;
    }




    .info-table-header {
        padding: 20px;
    }

    .uk-info-table-container {
        display: block;
    }

    .info-table-data {
        border: 0;
    }

    .info-table-data .desktop {
        display: none;
    }

    .info-table-data .mobile {
        display: block;
    }

    .info-table-footer {
        padding: 20px;
    }

    .info-table-footer p {
        margin-bottom: 0;
    }

    .faqs {
        padding: 0 0 40px;
    }

    .faqs h2 {
        margin: 20px 0 25px;
    }

    .faqs .container {
        max-width: 100% !important;
        padding: 0 !important;
    }

    .faqs .col-md-5 {
        max-width: 592px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .faqs .image .hidden-md-up img {
        width: 100%;
    }

    










    .uk-bottom-ctas-outer {
        border-bottom: 1px solid #ECEDEE;
        padding: 50px 0;
    }

    .uk-bottom-ctas-outer h2,
    .uk-bottom-ctas-outer h3 {
        text-align: left;
    }

    .uk-bottom-ctas-outer h2 {
        margin-bottom: 30px;
    }

    .uk-bottom-ctas-outer .button a {
        width: 100%;
        max-width: 375px;
    }

    .uk-bottom-ctas {
        padding: 0;
    }

    .uk-bottom-ctas-container {
        display: block;
    }

    .cta-item {
        margin-bottom: 40px;
        padding: 0;
    }

    .cta-item .cta-img-desktop {
        display: none;
    }

    .cta-item .cta-img-mobile {
        display: block;
    }

    .cta-item img {
        margin-bottom: 10px;
    }

    .cta-item a {
        position: static;
        display: block;
        text-align: center;
        margin-top: 10px;
    }
}