.container{
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 10px;
padding-left: 10px;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #000;
}
.header-btn__icon {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgb(228 176 73);
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.bg-primary {
    background-color: #414042;
    background-color: #000000;
}
.s-button-primary-outline {
    fill: #414042;
    fill: var(--color-primary);
    color: #414042;
    color: #000000;
}
.justify-between {
    justify-content: space-between;
    }
.topnav-is-dark .top-navbar {
    --tw-bg-opacity: 1;
    background-color: #000;
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.bg-inherit {
    background-color: #000;
    }
body {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #231f1e;
    position: relative;
}
.items-center {
    align-items: center;
    color: white;
}
[class*=" sicon-"], [class^=sicon-] {
    font-family: sallaicons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #d7ab51;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 640px) {
    .s-block {
        margin-top: 20px;
    }
.s-payments-list-item {
    display: flex;
    height: 2rem;
    width: 3rem;
    align-items: center;
    border-radius: .75rem;
    --tw-bg-opacity: 1;
    padding: 0.25rem;
}