
/* Layout Utilities */
.flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.justify-between { justify-content: space-between; }
.justify-start { justify-content: flex-start; }
.justify-center { justify-content: center; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-stretch { align-items: stretch; }

/* Responsive Utilities */
@media (max-width: 75em) {
    .sm\:flex-wrap { flex-wrap: wrap; }
}

@media (max-width: 40em) {
    .xs\:flex-col { flex-direction: column; }
    .xs\:items-start { align-items: flex-start; }
}

/* Footer Specific Styles */
.footer {
    background-color: #0b324e;
    clear: both;
}

.footer-container {
    padding: 0;
}

@media (max-width: 75em) {
    .footer-container {
        flex-direction: column;
    }
}

.footer-top-left {
    padding-top: 2rem;
    padding-right: 0;
    width: 100%;
}

.footer-top-left .form {
    padding-left: 7.5rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 75em) {
    .footer-top-left .form {
        padding-left: 5rem;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 48em) {
    .footer-top-left .form {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
}

@media (max-width: 40em) {
    .footer-top-left .form {
        padding-left: 2rem;
        padding-right: 2rem;
        align-items: flex-start;
    }
}

.footer-top-left .form form {
    align-items: stretch;
    margin-right: 3rem;
}

@media (max-width: 75em) {
    .footer-top-left .form form {
        margin-bottom: 2rem;
        margin-right: 0;
    }
}

.footer-top-left .form form input {
    min-width: 20rem;
    margin-bottom: 0;
    background-color: #ffffff;
    border: none;
    color: #132965;
    padding: 0.888rem;
    font-size: 1rem;
	height: 100%;
	min-height: 55px;
}

.footer-top-left .form form input::placeholder {
    color: #fff;
    opacity: 1;
}

@media (max-width: 40em) {
    .footer-top-left .form form input {
        min-width: unset;
        width: 100%;
        margin-right: 0;
    }
}

.button.footer-search {
    border-radius: 0;
    align-self: stretch;
    height: auto;
    border: none;
    background-color: #f7ba43;
    color: #fff;
    padding: 0.888rem;
    cursor: pointer;
}

.button.footer-search:hover {
    background-color: #869cac;
}

.button.footer-search svg {
    color: #fff;
    width: 1.25rem;
    height: 1.5rem;
}

.footer-top-copyright {
    margin-bottom: auto;
    padding-left: 7.5rem;
	padding-bottom: 20px;
}

@media (max-width: 75em) {
    .footer-top-copyright {
        padding-left: 5rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 48em) {
    .footer-top-copyright {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
}

@media (max-width: 40em) {
    .footer-top-copyright {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.footer-top-copyright p {
    color: rgb(100% 100% 100% / 0.75);
    font-size: 0.85rem;
    margin-bottom: 0;
    line-height: 1.5;
}

.footer-top-copyright p.bold {
    font-family: "Figtree", Avenir, Montserrat, Corbel, "URW Gothic", sans-serif;
    font-weight: 600;
    color: #ffffff;
}

.copyright {
    background-color: #0b324e;
    width: 100%;
    border-top: 1px solid #ffffff;
	
}

@media (max-width: 40em) {
    .copyright {
        padding: 1.5rem 0;
    }
}

.copyright .copyright-menu p {
    margin-right: 1.5rem;
}

@media (max-width: 40em) {
    .copyright .copyright-menu p {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
}

.copyright a {
    color: #ffffff;
    font-size: 0.85rem;
	font-weight: 400;
}

.copyright a:hover {
    color: #f7ba43;
}

.copyright ul {
    display: flex;
    flex-wrap: wrap;
    padding: 1.5rem 0;
    list-style: none;
    margin: 0;
}

@media (max-width: 40em) {
    .copyright ul {
        justify-content: center;
        margin: 0;
        padding: 0.5rem 0;
    }
}

@media (max-width: 40em) {
    .copyright ul li {
        width: 100%;
        text-align: center;
    }
}

.copyright ul li a {
    font-size: 0.85rem;
    display: block;
    margin-right: 1.5rem;
}

@media (max-width: 40em) {
    .copyright ul li a {
        margin: 0;
        padding: 0.5rem;
    }
}

.copyright .adao {
    width: 15rem;
    border-left: 1px solid #ffffff;
    padding: 1.5rem;
    text-align: center;
}

@media (max-width: 75em) {
    .copyright .adao {
        width: 100%;
        
        border-left: 0;
        padding: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.copyright .adao a {
    font-size: 1rem;
    font-family: "Figtree", Avenir, Montserrat, Corbel, "URW Gothic", sans-serif;
    color: #ffffff;
    text-decoration: none;
	display: flex;
    padding-left: 20px;
}

.copyright .adao a svg {
    width: 4rem;
}

.footer-top-right {
    flex-direction: column;
    align-items: end;
}

@media (max-width: 75em) {
    .footer-top-right {
        flex-direction: row;
        align-items: stretch;
    }
}

.footer-top-right .footer-logo {
    width: 15rem;
    height: 13.375rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

@media (max-width: 75em) {
    .footer-top-right .footer-logo {
        width: 50%;
        height: 8rem;
    }
}

.footer-top-right .footer-logo img {
    width: 100%;
    height: 13.375rem;
    object-fit: contain;
}

@media (max-width: 75em) {
    .footer-top-right .footer-logo img {
        width: 10rem;
        height: auto;
    }
}

.footer-menu {
    align-items: center;
}
.footer .footer-top-left .copyright ul {
    padding-left: 7.5rem;
}

@media (max-width: 40em) {
    .footer-menu {
        padding-right: 0;
        margin-bottom: 1.5rem;
    }
}

.footer-menu ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-menu ul li {
    margin-bottom: 0;
    padding-right: 1rem;
}

@media (max-width: 40em) {
    .footer-menu ul li {
        width: 50%;
        margin-bottom: 0;
    }
}

.footer-menu a {
    display: block;
    color: #ffffff;
    font-size: 1.0rem;
	font-weight: 400;
    text-decoration: none;
}

.footer-menu a:hover {
    color: #f7ba43;
}

@media (max-width: 40em) {
    .footer-menu a {
        padding: 1rem 0;
    }
}

/* List reset utility */
.list-reset {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Theme classes */
.theme--accent {
    background-color: #0b324e;
}

.theme--default {
    background-color: #fff;
}

/* Body text styles */
.body-s {
    font-family: "Figtree", Avenir, Montserrat, Corbel, "URW Gothic", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Font size clamping for responsive text */
@media (max-width: 48em) {
    .body-s {
        font-size: 0.8572rem;
    }
}

/* Responsive text sizing */
.subtitle-1, .body-l {
    font-size: clamp(1.2857rem, 1.776889vw, 1.3125rem);
}

.subtitle-2, .body-m, .button-text {
    font-size: clamp(1rem, 1.333vw, 1rem);
}

.body-s {
    font-size: clamp(0.8572rem, 1.333vw, 0.875rem);
}

.body-xs, .label, .overline {
    font-size: clamp(0.7144rem, 1.333vw, 0.75rem);
}

@media (max-width: 48em) {
    .subtitle-1, .body-l { font-size: 1.2857rem; }
    .subtitle-2, .body-m, .button-text { font-size: 1rem; }
    .body-s { font-size: 0.8572rem; }
    .body-xs, .label, .overline { font-size: 0.7144rem; }
}

.footer-logo-rotator img {
    width: 150px;
    transition: opacity 2s ease-in-out;
}
.footer-logo-rotator img.fade-out {
    opacity: 0;
}

