.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    /* font-family: var(--bs-heading-font-family); */
    color: var(--bs-primary);
    font-weight: 600;
}
.h5, .h6, h5, h6 {
    font-weight: 500;
}
@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem;
    }
    .h2, h2 {
        font-size: 1.875rem;
    }
    .h3, h3 {
        font-size: 1.55rem;
    }
    .h4, h4 {
        font-size: 1.325rem;
    }
    .h5, h5 {
        font-size: 1.125rem;
    }
    .h6, h6 {
        font-size: 1rem;
    }
    .fs-1 {
        font-size: 4.35rem !important;
    }
}
@media (max-width: 991px) {
    body {
        font-size: 18px;
    }
    .h2, h2 {
        font-size: 1.875rem;
    }
}

@media (min-width: 1700px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1670px;
    }
}

.py-lg {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}
.py-md {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.py-sm {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
@media (max-width: 767px) {
    .py-lg {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .py-md {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
}

.social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 1rem;
}
.social-links > li > a {
    line-height: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-links > li > a:hover {
    background-color: var(--bs-primary-bg-subtle);
}
.social-links > li > a svg path {
    fill: #FFF;
}
.bg-light-subtle .social-links > li > a svg path {
    fill: var(--bs-light-bg-subtle);
}

.list-group-item-action {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    background-color: rgba(0,0,0,0);
    padding: .5rem;
    font-weight: 600;
    color: var(--bs-list-group-action-color) !important;
}
.bg-primary .list-group-item-action {
    color: var(--bs-list-group-color) !important;
}
.list-group-item-action::after {
    content: "";
    display: inline-block;
    width: .5rem;
    height: 1.4rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.249' height='15' viewBox='0 0 9.249 15'%3E%3Cpath id='Link_Arrow' data-name='Link Arrow' d='M1.75,0,0,1.749,5.749,7.5,0,13.249,1.75,15l7.5-7.5Z' transform='translate(0 0)' fill='%23226228'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.bg-primary .list-group-item-action::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.249' height='15' viewBox='0 0 9.249 15'%3E%3Cpath id='Link_Arrow' data-name='Link Arrow' d='M1.75,0,0,1.749,5.749,7.5,0,13.249,1.75,15l7.5-7.5Z' transform='translate(0 0)' fill='%23a3c647'/%3E%3C/svg%3E%0A");
}
.list-group-item-action[aria-expanded="false"]::after {
    transform: rotate(90deg);
}
.list-group-item-action[aria-expanded="true"]::after {
    transform: rotate(-90deg);
}
.list-group-item-action[aria-expanded="false"] .more-less::before {
    content: "MORE";
}
.list-group-item-action[aria-expanded="true"] .more-less::before {
    content: "LESS";
}

.btn {
    text-transform: uppercase;
}
.btn:has(svg),
.nav-link:has(svg) {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.form-control {
    --bs-border-width: 0;
    padding: .75rem 1.5rem;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
}
.form-check-input:checked {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}
.form-check-input:checked + label {
    color: var(--bs-secondary);
}

.carousel-caption {
    left: 5%;
    right: 5%;
}
.carousel-indicators [data-bs-target] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0);
    border: solid 2px #FFF;
    opacity: 1;
    margin-right: 9px;
    margin-left: 9px;
    background-clip: border-box;
}
.carousel-indicators .active {
    background-color: rgba(255,255,255,1);
}


.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.dropdown-toggle::after {
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 429.3l22.6-22.6 192-192L493.3 192 448 146.7l-22.6 22.6L256 338.7 86.6 169.4 64 146.7 18.7 192l22.6 22.6 192 192L256 429.3z' fill='%23858585'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    margin: 0;
}
.dropdown-toggle.active::after,
.dropdown-toggle.show::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 429.3l22.6-22.6 192-192L493.3 192 448 146.7l-22.6 22.6L256 338.7 86.6 169.4 64 146.7 18.7 192l22.6 22.6 192 192L256 429.3z' fill='%23226228'/%3E%3C/svg%3E");
}
.dropdown-toggle.show::after {
    transform: rotate(-180deg);
}
.dropdown-menu-inner {
    border-top: solid 10px var(--bs-secondary);
    padding: 3rem 6.5rem;
}
.dropdown-menu-inner .nav {
    display: block;
    column-count: 3;
    column-gap: 1rem;
}
.dropdown-menu-inner .nav .form-check {
    margin-bottom: .5rem;
}


.nav-pills {
    gap: 1rem;
}
.nav-pills .nav-link {
    background-color: #FFF;
    border: solid 2px var(--bs-primary);
    color: var(--bs-primary);
}
.nav-pills .nav-link > svg path {
    fill: var(--bs-primary);
}
.nav-pills .nav-link.active > svg path {
    fill: #FFF;
}
