.landing-page-currency-section {
    overflow: hidden;
    padding: 0;
    background: #053D42;
}

.landing-page-currency-section .lpcs-shell {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box
}

.landing-page-currency-section .lpcs-layout {
    display: grid;
    grid-template-columns: minmax(325px,620px) minmax(324px,1fr) minmax(320px,380px);
    gap: 34px;
    align-items: center;
    /* min-height: 400px */
}

.landing-page-currency-section .lpcs-copy {
    max-width: 470px;
    padding-top: 8px
}

.landing-page-currency-section .lpcs-heading {
    margin: 0;
    color: #D0F8FB;
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 400;
    letter-spacing: -0.72px;
    line-height: 120%;
}

.landing-page-currency-section .lpcs-subtext {
    margin: 12px 0 0;
    color: #A8D6DA;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
    line-height: 140%;
}

.landing-page-currency-section .lpcs-artwork {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 340px;
    overflow: visible;
    max-height: 320px;
}

.landing-page-currency-section .lpcs-artwork-image {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 470px;
    object-fit: contain
}

.landing-page-currency-section .lpcs-artwork-svg {
    width: 100%;
    max-width: 460px;
    color: #ddf4f6;
    transform: translateY(10px);
}

.landing-page-currency-section .lpcs-artwork-svg svg {
    display: block;
    /* width: 100%;
    height: auto */
}

.landing-page-currency-section .lpcs-artwork-svg svg * {
    stroke: currentColor
}

.landing-page-currency-section .lpcs-actions {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 8px;
}

.landing-page-currency-section .lpcs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-height: 40px;
    padding: 16px 20px;
    border-radius: 8px;
    font-family: "Source Code Pro", monospace;
    font-size: 13px;
    font-weight: 600;
    line-height: 123.077%;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease;
    min-height: 40px;
    letter-spacing: inherit;
    color: #074F55 !important;
}

.landing-page-currency-section .lpcs-button-primary {
    background: #1B6166;
    color: #D0F8FB !important;
}

.landing-page-currency-section .lpcs-button-primary:hover {
     background: #1B6166;
    color: #D0F8FB !important;
}

.landing-page-currency-section .lpcs-button-secondary {
    background: #ddf4f6;
    color: #074F55;
}

.landing-page-currency-section .lpcs-button-secondary:hover {
    opacity: .9;
    color: #2b6470
}
@media (max-width:1600px) {
    .landing-page-currency-section .lpcs-shell {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (max-width:1279px) {
    .landing-page-currency-section {
        padding: 60px 0px;
    }

    .landing-page-currency-section .lpcs-layout {
        grid-template-columns: 1fr;
        gap: 34px;
        min-height: 0
    }

    .landing-page-currency-section .lpcs-copy {
        max-width: 760px
    }

    .landing-page-currency-section .lpcs-artwork {
        min-height: 0;
        max-height: max-content;
        display: none;
    }

    .landing-page-currency-section .lpcs-actions {
        justify-content: flex-start
    }
}

@media (max-width:767px) {
    .landing-page-currency-section {
        padding: 24px 0 38px;
    }

   
    .landing-page-currency-section .lpcs-heading {
        font-size: 34px;
        line-height: 1.12
    }

    .landing-page-currency-section .lpcs-subtext {
        font-size: 18px
    }

    .landing-page-currency-section .lpcs-artwork-svg {
        max-width: 420px;
        transform: none
    }

    .landing-page-currency-section .lpcs-button {
        width: auto;
        min-width: 0
    }
}