/* latin-ext */
@font-face {
  font-family: 'Carlito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/carlito/v4/3Jn9SDPw3m-pk039DDmBTFcHXuB70Q.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Carlito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/carlito/v4/3Jn9SDPw3m-pk039DDeBTFcHXuA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Carlito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/carlito/v4/3Jn4SDPw3m-pk039BIykWXQlU8pB2OtLMQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Carlito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/carlito/v4/3Jn4SDPw3m-pk039BIykWXolU8pB2Os.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Axiforma';
    src: url('https://assets.paybright.com/fonts/AxiformaforAffirm-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

* {
    background-repeat: no-repeat;
    box-sizing: border-box;
    text-rendering: optimizelegibility;
    font: inherit;
}

html {
    font-family: "Carlito", sans-serif;
    font-size: 100%;
    font-kerning: normal;
    line-height: 1.15;
}

body, html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    padding: 0 !important;
}

body {
    background-color: rgb(255, 255, 255);
    color: rgb(33, 33, 137);
    margin: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
    padding: 0 !important;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: rgb(74, 74, 244);
}

    a:hover, a.active {
        color: rgb(33, 33, 137);
        text-decoration: underline;
    }

strong {
    font-weight: 500;
}

.layout {
    display: grid;
    width: 100%;
    padding-top: 77px;
}

.inner {
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
    display: grid;
    justify-items: center;
}

.header {
    font-weight: 600;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(20, 19, 51, 0.04) 0px 2px 4px, rgba(20, 19, 51, 0.04) 0px 4px 6px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

    .header .inner {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 0 45px;
        height: 77px;
    }

    .header .login a {
        font-size: 1.125rem;
        font-weight: 500;
    }

    .header .login .customer {
        border: 1px solid rgb(74, 74, 244);
        border-radius: 32px;
        padding: 0.75rem 1.5rem;
    }

        .header .login .customer:hover {
            text-decoration: none;
            color: rgb(74, 74, 244);
            background: rgb(242, 242, 250);
        }

    .header .login .merchant {
        margin-left: 1rem;
    }

    .header .language {
        margin-left: 2rem;
    }

    .header .separator {
        padding: 0 0.2rem;
    }

    .header a:hover, a.active {
        color: rgb(33, 33, 137);
        text-decoration: underline;
    }

    .header .flag {
        margin-left: 0.6rem;
        display: inline;
        vertical-align: middle;
    }

.banner {
    width: 100%;
    background: rgb(16, 24, 32);
    z-index: 1;
}

    .banner .inner {
        padding: 120px 0;
    }

    .banner img.large {
        width: 100%;
        max-width: 1074px;
        display: inline;
    }

    .banner img.small {
        display: none;
        width: 100%;
    }

    .banner .shopnow {
        margin-top: 40px;
        padding: 0.6rem 2rem;
        position: relative;
        border-radius: 32px;
        font-size: 1.125rem;
        font-weight: normal;
        line-height: 1.5;
        -moz-box-pack: center;
        justify-content: center;
        -moz-box-align: center;
        align-items: center;
        text-decoration: none;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background: rgb(74, 74, 244);
        color: rgb(255, 255, 255);
        border: 1px solid rgb(74, 74, 244);
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
    }

        .banner .shopnow:hover {
            background: rgb(33, 33, 137);
            border: 1px solid rgb(33, 33, 137);
        }

        .banner .shopnow svg {
            display: inline;
            width: 40px;
            height: 40px;
        }

        .banner .shopnow:focus::after {
            background: rgb(255, 255, 255);
            border: 2px solid rgb(74, 74, 244);
            content: "";
            z-index: -1;
            position: absolute;
            inset: -5px;
            border-radius: 32px;
        }

.content-customers .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 70px 45px 70px 0;
}

.content-customers p {
    display: block;
    margin: 0.5rem 0;
}

    .content-customers p a {
        font-weight: 500;
    }

.content-customers h4 {
    display: block;
    padding: 0px;
    margin: 0px;
    font-size: 1.4rem;
    font-family: Axiforma;
    font-weight: 700;
    line-height: 1.2;
    max-width: 100%;
}

.footer {
    background-color: rgb(33, 33, 137);
    color: rgb(255, 255, 255);
}

    .footer .inner {
        min-height: 90px;
        padding: 0 45px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer a:first-child {
        margin-right: 2rem;
    }

    .footer a, .footer a:hover {
        color: rgb(255, 255, 255);
        text-decoration: none;
    }

.footer-notice {
    padding: 45px;
    text-align: left;
}

    .footer-notice .inner {
        display: block;
    }

    .footer-notice a {
        font-weight: normal;
    }

.text-content {
    padding: 3rem 0;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: justify;
    color: #101820;
    border-bottom: 1px solid rgb(230, 230, 230);
}

    .text-content .inner {
        max-width: 1000px;
        justify-items: start;
        padding: 0 45px;
    }

    .text-content a {
        font-weight: 500;
    }

    .text-content h1 {
        font-family: Axiforma;
        font-size: 3rem;
        font-weight: 700;
        line-height: 1.2;
        text-align: left;
    }

    .text-content h2 {
        font-family: Axiforma;
        font-size: 2.25rem;
        line-height: 1.2;
        padding: 0;
        margin: 0 0 1.5rem 0;
        font-weight: 700;
        text-align: left;
    }

    .text-content h3 {
        padding: 0px;
        margin: 0 0 1.5rem 0;
        font-size: 1.125rem;
        line-height: 1.5;
        font-weight: 700;
        font-family: "Carlito", sans-serif;
        letter-spacing: normal;
        text-align: left;
    }

    .text-content h4 {
        font-family: Axiforma;
        padding: 0;
        margin: 0 0 1.5rem 0;
        font-weight: bolder;
        text-align: left;
    }

    .text-content p {
        padding: 0;
        margin: 0 0 1.5rem 0;
    }

    .text-content ol {
        margin-block: 0px;
        line-height: 1.15rem;
    }

        .text-content ol li a {
            font-weight: 500;
        }

    .text-content ul {
        line-height: 1.15rem;
    }

        .text-content ul li {
            margin: 0 0 1rem 2rem;
            list-style: disc outside;
        }

.banner404 {
    background-color: rgb(33, 33, 137);
    color: rgb(255, 255, 255);
    position: relative;
    height: 90vh;
}

    .banner404 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        z-index: 10;
    }

    .banner404 .inner {
        z-index: 100;
        position: relative;
        padding: 6.75rem;
        text-align: center;
    }

    .banner404 h1 {
        padding: 0px;
        margin: 0px 0px 1.5rem;
        font-size: 3rem;
        font-family: Axiforma;
        font-weight: 700;
        line-height: 1.2;
    }

    .banner404 h3 {
        padding: 0px;
        margin: 0px 0px 1rem;
        font-size: 1.5rem;
        font-family: Axiforma;
        font-weight: 700;
        line-height: 1.2;
    }

    .banner404 p {
        padding: 0px;
        margin: 0px 0px 1.5rem;
        font-weight: normal;
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: normal;
    }

    .banner404 .buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .banner404 a {
        font-size: 1.125rem;
        font-weight: normal;
        line-height: 1.5;
        color: rgb(255, 255, 255);
        border: 1px solid rgb(255, 255, 255);
        border-radius: 32px;
        padding: 1rem 2rem;
        display: flex;
        margin: 1rem;
        text-align: center;
        align-self: center;
        position: relative;
    }

        .banner404 a.filled {
            color: rgb(74, 74, 244);
            background: rgb(255, 255, 255);
        }

        .banner404 a:hover {
            color: rgb(74, 74, 244);
            background: rgba(255, 255, 255, 0.7);
            border: 1px solid transparent;
            text-decoration: none;
        }

        .banner404 a:focus::after {
            background: rgb(74, 74, 244);
            border: 2px solid rgb(255, 255, 255);
            content: "";
            z-index: -1;
            position: absolute;
            inset: -5px;
            border-radius: 32px;
        }

@media (max-width: 768px) {
    .inner {
        max-width: 100%;
    }

    .banner .inner {
        padding: 0 0 40px 0;
    }

    .banner img.large {
        display: none;
    }

    .banner img.small {
        display: inline;
    }

    .header .inner {
        justify-content: space-between;
    }

    .header .login .merchant {
        display: none;
    }

    .content-customers .inner {
        align-items: flex-start;
        padding: 50px 0 50px 45px;
    }

    .footer .inner {
        flex-direction: column-reverse;
        justify-content: space-around;
        align-items: start;
        padding: 2rem 45px;
    }

    .footer a {
        margin: 0 0 1rem 0;
    }

    .footer .inner .links {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        justify-items: start;
        text-align: left;
    }

    .banner404 .inner {
        padding: 4rem 45px;
    }

    .banner404 h1 {
        font-size: 2rem;
    }

    .banner404 .buttons {
        flex-direction: column;
    }
}
