@charset "UTF-8";

/* ===================================
    legal-detail-hero
===================================== */
section.legal-detail-hero {
    margin: 6rem 0 6rem 0;
}
    @media (max-width: 575px) {
        section.legal-detail-hero {
            margin: 2rem 0 2rem 0;
        }
    }
    @media (min-width: 576px) {
        section.legal-detail-hero {
            margin: 2rem 0 2rem 0;
        }
    }
    @media (min-width: 768px) {
        section.legal-detail-hero {
            margin: 3rem 0 3rem 0;
        }
    }
    @media (min-width: 992px) {
        section.legal-detail-hero {
            margin: 5rem 0 5rem 0;
        }
    }
    @media (min-width: 1200px) {
        section.legal-detail-hero {
            margin: 6rem 0 6rem 0;
        }
    }
section.legal-detail-hero .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    text-align: center;
    gap: 20px;
}
    @media (max-width: 575px) {
        section.legal-detail-hero .content {
            gap: 10px;
        }
    }
    @media (min-width: 576px) {
        section.legal-detail-hero .content {
            gap: 12px;
        }
    }
    @media (min-width: 768px) {
        section.legal-detail-hero .content {
            gap: 15px;
        }
    }
    @media (min-width: 1200px) {
        section.legal-detail-hero .content {
            gap: 20px;
        }
    }
section.legal-detail-hero .content .title h1 {
    font-family: 'Gilmer-Bold';
}
[data-bs-theme="dark"] section.legal-detail-hero .content .title h1 {
    color: var(--glam-light);
}
[data-bs-theme="light"] section.legal-detail-hero .content .title h1 {
    color: var(--glam-black);
}
[data-bs-theme="dark"] section.legal-detail-hero .content .description p {
    color: var(--glam-light);
}
[data-bs-theme="light"] section.legal-detail-hero .content .description p {
    color: var(--glam-black);
}


/* ===================================
    legal-detail-wrapper
===================================== */
section.legal-detail-wrapper {
    margin: 0 0 6rem 0;
}
    @media (max-width: 575px) {
        section.legal-detail-wrapper {
            margin: 0 0 2rem 0;
        }
    }
    @media (min-width: 576px) {
        section.legal-detail-wrapper {
            margin: 0 0 2rem 0;
        }
    }
    @media (min-width: 768px) {
        section.legal-detail-wrapper {
            margin: 0 0 3rem 0;
        }
    }
    @media (min-width: 992px) {
        section.legal-detail-wrapper {
            margin: 0 0 5rem 0;
        }
    }
    @media (min-width: 1200px) {
        section.legal-detail-wrapper {
            margin: 0 0 6rem 0;
        }
    }
section.legal-detail-wrapper .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    text-align: start;
    gap: 15px;
}
    @media (max-width: 575px) {
        section.legal-detail-wrapper .content {
            gap: 10px;
        }
    }
    @media (min-width: 576px) {
        section.legal-detail-wrapper .content {
            gap: 10px;
        }
    }
    @media (min-width: 768px) {
        section.legal-detail-wrapper .content {
            gap: 10px;
        }
    }
    @media (min-width: 1200px) {
        section.legal-detail-wrapper .content {
            gap: 15px;
        }
    }

section.legal-detail-wrapper .content h1,
section.legal-detail-wrapper .content h2,
section.legal-detail-wrapper .content h3,
section.legal-detail-wrapper .content h4,
section.legal-detail-wrapper .content h5,
section.legal-detail-wrapper .content h6 {
    font-family: 'Gilmer-Medium';
}
    @media (max-width: 575px) {
        section.legal-detail-wrapper .content h1,
        section.legal-detail-wrapper .content h2,
        section.legal-detail-wrapper .content h3,
        section.legal-detail-wrapper .content h4,
        section.legal-detail-wrapper .content h5,
        section.legal-detail-wrapper .content h6 {
            font-size: 16px;
        }
    }
    @media (min-width: 576px) {
        section.legal-detail-wrapper .content h1,
        section.legal-detail-wrapper .content h2,
        section.legal-detail-wrapper .content h3,
        section.legal-detail-wrapper .content h4,
        section.legal-detail-wrapper .content h5,
        section.legal-detail-wrapper .content h6 {
            font-size: 17px;
        }
    }
    @media (min-width: 768px) {
        section.legal-detail-wrapper .content h1,
        section.legal-detail-wrapper .content h2,
        section.legal-detail-wrapper .content h3,
        section.legal-detail-wrapper .content h4,
        section.legal-detail-wrapper .content h5,
        section.legal-detail-wrapper .content h6 {
            font-size: 18px;
        }
    }
    @media (min-width: 992px) {
        section.legal-detail-wrapper .content h1,
        section.legal-detail-wrapper .content h2,
        section.legal-detail-wrapper .content h3,
        section.legal-detail-wrapper .content h4,
        section.legal-detail-wrapper .content h5,
        section.legal-detail-wrapper .content h6 {
            font-size: 18px;
        }
    }
    @media (min-width: 1200px) {
        section.legal-detail-wrapper .content h1,
        section.legal-detail-wrapper .content h2,
        section.legal-detail-wrapper .content h3,
        section.legal-detail-wrapper .content h4,
        section.legal-detail-wrapper .content h5,
        section.legal-detail-wrapper .content h6 {
            font-size: 20px;
        }
    }
    [data-bs-theme="dark"] section.legal-detail-wrapper .content h1 {
        color: var(--glam-light);
    }
    [data-bs-theme="light"] section.legal-detail-wrapper .content h1 {
        color: var(--glam-black);
    }

    [data-bs-theme="dark"] section.legal-detail-wrapper .content h2 {
        color: var(--glam-light);
    }
    [data-bs-theme="light"] section.legal-detail-wrapper .content h2 {
        color: var(--glam-black);
    }

    [data-bs-theme="dark"] section.legal-detail-wrapper .content h3 {
        color: var(--glam-light);
    }
    [data-bs-theme="light"] section.legal-detail-wrapper .content h3 {
        color: var(--glam-black);
    }

    [data-bs-theme="dark"] section.legal-detail-wrapper .content h4 {
        color: var(--glam-light);
    }
    [data-bs-theme="light"] section.legal-detail-wrapper .content h4 {
        color: var(--glam-black);
    }

    [data-bs-theme="dark"] section.legal-detail-wrapper .content h5 {
        color: var(--glam-light);
    }
    [data-bs-theme="light"] section.legal-detail-wrapper .content h5 {
        color: var(--glam-black);
    }

    [data-bs-theme="dark"] section.legal-detail-wrapper .content h6 {
        color: var(--glam-light);
    }
    [data-bs-theme="light"] section.legal-detail-wrapper .content h6 {
        color: var(--glam-black);
    }

section.legal-detail-wrapper .content p a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-bottom: .1rem;
}
[data-bs-theme="dark"] section.legal-detail-wrapper .content p a {
    color: #fff;
    border-bottom: 1px solid var(--glam-gray-5);
}
[data-bs-theme="light"] section.legal-detail-wrapper .content p a {
    color: #000;
    border-bottom: 1px solid var(--glam-gray-3);
}
section.legal-detail-wrapper .content p a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    content: '';
    -webkit-transition: 0.5s width ease;
    transition: 0.5s width ease;
}
[data-bs-theme="dark"] section.legal-detail-wrapper .content p a::after {
    background-color: #fff;
}
[data-bs-theme="light"] section.legal-detail-wrapper .content p a::after {
    background-color: #000;
}
section.legal-detail-wrapper .content p a:hover::after {
    width: 100%;
}
section.legal-detail-wrapper .content ul li {
    margin-bottom: .25rem;
    position: relative;
    padding-left: 1.5rem;
}
section.legal-detail-wrapper .content ul li::before {
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    content: "\e404";
    left: 0;
    top: 0;
}
section.legal-detail-wrapper .content ul li {
    font-family: 'Gilmer-Regular';
    line-height: 1.5;
}
    @media (max-width: 575px) {
        section.legal-detail-wrapper .content ul li {font-size: 17px;}
    }
    @media (min-width: 576px) {
        section.legal-detail-wrapper .content ul li {font-size: 17px;}
    }
    @media (min-width: 768px) {
        section.legal-detail-wrapper .content ul li {font-size: 18px;}
    }
    @media (min-width: 992px) {
        section.legal-detail-wrapper .content ul li {font-size: 18px;}
    }
    @media (min-width: 1200px) {
        section.legal-detail-wrapper .content ul li {font-size: 18px;}
    }
[data-bs-theme="dark"] section.legal-detail-wrapper .content ul li {
    color: var(--glam-light);
}
[data-bs-theme="light"] section.legal-detail-wrapper .content ul li {
    color: var(--glam-black);
}
