body {
    min-width: 280px;
    background-color: #f9f9fa;
}

header {
    background: white;
}

main {
    background-color: white;
}

.page {
    padding-top: 63px;
}

.content {
    background: white;
    border-radius: 0.25rem;
    border: 1px solid rgba(0,0,0,.125);
    padding: 1rem 1rem;
}

.custom-toggler {
    border: none !important;
}

.carousel-item img {
    filter: brightness(33%);
    -webkit-filter: brightness(33%);
}

.link-social-media i {
    margin-left: 3px;
    margin-right: 3px;
}

.title {
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    font-weight: bold;
}

.subtitle {
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: bold;
}

.bd-callout {
    padding: 1rem !important;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    color: var(--bd-callout-color, inherit);
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
}

.bd-callout-primary {
    --bd-callout-color: var(--bs-primary-text);
    --bd-callout-bg: var(--bs-primary-bg-subtle);
    --bd-callout-border: var(--bs-primary-border-subtle);
}

.row ul {
    margin-left: 20px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.top-10 {
    top: 15px!important;
}

.end-10 {
    right: 15px!important;
}
    
.law h3 {
    font-family: Arial !important;
    font-weight: bold !important;
    font-size: 19px !important;
    color: #000000 !important;
    margin-top: 20px;
    margin-bottom: 15px;
}
    
.law h5 {
    font-family: Arial !important;
    font-size: 17px !important;
    color: #000000 !important;
}
    
.law p {
    color: #595959 !important;
    font-size: 14px !important;
}

.law a {
    font-size: 14px !important;
    word-break: break-word !important;
}

.law ul {
    list-style-type: square;
    color: #595959 !important;
    font-size: 14px !important;
}

.law table {
    border: 1px solid black;
    margin-right: calc(var(--bs-gutter-x) * .5);
    margin-left: calc(var(--bs-gutter-x) * .5);
    color: #595959 !important;
    font-size: 14px !important;
    margin-bottom: 15px;
}

.law table td + td + td {
    text-align: center;
}

.law b {
    color: #e83e8c !important;
}

.law ax {
    font-weight: bold;
    padding-right: 5px;
}

.table-contents {
    list-style-type: none !important;
}
   
#autoScroller {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    z-index: 98;
    background-color: #e83e8c;
    border: none;
}

@media (width < 576px) {
    .grid-item { width: 100%; }
    .grid-item--width2 { width: 100%; }
}

@media (width >= 576px) {
}

@media (width >= 768px) {
    .logo {height: 300px; }
}

@media (width >= 992px) {
    .logo {height: 380px; }
    .bd-callout { padding: 1.25rem !important; }
}

@media (width >= 1200px) {
    .logo {height: 290px; }
    .bd-callout { padding: 1.25rem !important; }
}

@media (width >= 1400px) {
    .logo {height: 270px; }
    .bd-callout { padding: 1.25rem !important; }
}
