@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@font-face {
    font-family: "Catorze27 Style1 Medium";
    src: url('upload/fonts/Catorze27Style1-Medium.ttf');
    font-style: normal;
    font-weight: normal;
}
body {
    font-family: system-ui;
}
h1, h2, h3, .title, .group-path {
    font-family: "Catorze27 Style1 Medium";
}
a, button {
    cursor: pointer;
}
p {
    margin-bottom: 1em;
}
h1 {
    text-transform: uppercase;
    margin: 20px 0;
}
.text-lum {
    color: #002F87;
}
.bg-lum {
    background-color: #002F87;
}
a, img, div, button {
    transition: 0.3s all ease;
}
a:hover, button:hover {
    opacity: 0.95;
}
section {
    margin-top: 7rem;
    margin-bottom: 7rem;
}

.value::before {
    content: attr(name);
    display: block;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
    letter-spacing: -0.025em;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: normal;
}
ul {
    margin: 1em 0;
}
li {
    list-style: circle;
    list-style-position: inside;
}
section#banners {
    margin-top: 1em;
}