﻿[data-section-id="footer"] {
    --text-align-section: center;
    --section-accent-color: #ffffff;
    --section-accent-hover-color: #e6e5e9;
    --section-accent-text-color: #4d4d4d;
    --section-title-color: #d6d4da;
    --section-text-color: #a7a6aa;
    --section-text-color-80: #b1afb4;
    --section-text-color-75: #a7a6aa;
    --section-text-color-50: #79787b;
    --section-text-color-25: #4a494b;
    --section-text-color-20: #404041;
    --section-primary-border-color: #d6d4da;
    --section-background-color: #1b1b1b;
}

body {
    --section-background-color: #1b1b1b;
}

.points-redeemed {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5000;
    background: rgba(0,0,0,.7);
    display: none;
    justify-content: center;
    color: #fff;
}
