.brand-logo img,
.footer-logo img {
    object-fit: contain;
    object-fit: contain
}

.contact-label,
.mobile-menu-links a,
.newsletter-eyebrow {
    text-transform: uppercase;
    text-transform: uppercase
}

.floating-contact a,
.footer-column ul li a,
.footer-contact a,
.footer-policy a,
.footer-social a,
.menu a,
.menu li a,
.mobile-menu a,
.mobile-menu-bottom a,
.mobile-menu-links a,
.quote-btn,
.top-header a,
a {
    text-decoration: none
}

.footer-social,
.header-actions,
.newsletter-form,
.search-box,
.top-contact,
.top-right {
    align-items: center;
    display: flex
}

.newsletter-content h2,
.newsletter-section h2,
.newsletter-text h2,
.search-modal-content .modal-title {
    font-family: Georgia, "Times New Roman", serif
}

.footer-newsletter,
.newsletter-section,
.site-footer {
    overflow: hidden;
    position: relative
}

.menu a.active:after,
.menu li a.active::after {
    content: "";
    bottom: 0;
    height: 2px;
    background: #003b78
}

.footer-section,
.footer-section *,
body {
    font-family: Poppins, sans-serif
}

.back-to-top.show,
.menu-overlay.active,
.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible
}

*,
::after,
::before {
    box-sizing: border-box
}

:root {
    --primary: #07365f;
    --primary-dark: #052a4b;
    --secondary: #0c4575;
    --white: #ffffff;
    --light: #f5f7f9;
    --border: #e4e8ec;
    --text: #23354a;
    --muted: #788492
}

body {
    margin: 0;
    color: var(--text);
    color: #082b55
}

img {
    max-width: 100%
}

.top-header {
    background: var(--primary-dark);
    padding: 9px 0
}

.top-contact {
    flex-wrap: wrap;
    gap: 23px
}

.top-contact a {
    color: rgba(255, 255, 255, .88);
    font-size: 11px
}

.contact-row a:hover,
.footer-bottom-links a:hover,
.footer-contact-item a:hover,
.search-btn:hover,
.search-submit:hover,
.seo-inline-links a:hover,
.seo-links a:hover,
.top-contact a:hover,
.top-right a:hover {
    color: #fff
}

.footer-social a:hover,
.main-header .nav-link.active,
.main-header .nav-link:hover,
.search-btn {
    color: var(--primary)
}

.top-contact i {
    margin-right: 6px;
    color: #fff
}

.top-right {
    justify-content: flex-end;
    gap: 13px
}

.top-right a {
    color: rgba(255, 255, 255, .9);
    font-size: 11px
}

.top-divider {
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, .3)
}

.main-header {
    z-index: 1030;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .04)
}

.main-header .navbar {
    min-height: 80px;
    padding: 0
}

.navbar-brand {
    margin-right: 30px
}

.brand-logo img {
    width: 185px;
    height: auto
}

.main-header .navbar-nav {
    gap: 3px
}

.main-header .nav-link {
    position: relative;
    padding: 29px 11px !important;
    color: #26384b;
    font-size: 12px;
    font-weight: 600;
    transition: .3s
}

.main-header .nav-link.active::after {
    content: "";
    position: absolute;
    left: 11px;
    right: 11px;
    bottom: 18px;
    height: 2px;
    background: var(--primary)
}

.main-header .dropdown-toggle::after {
    margin-left: 5px;
    vertical-align: middle
}

.main-header .dropdown-menu {
    min-width: 220px;
    padding: 10px;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 12px 35px rgba(0, 31, 59, .13)
}

.main-header .dropdown-item {
    padding: 11px 13px;
    color: #354758;
    font-size: 12px;
    border-radius: 2px
}

.main-header .dropdown-item:hover {
    color: var(--primary);
    background: #f3f6f8
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px
}

.footer-social a,
.quote-btn,
.search-btn {
    display: inline-flex
}

.search-btn {
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #dbe1e6;
    border-radius: 2px
}

.back-to-top:hover,
.newsletter-btn,
.quote-btn,
.search-btn:hover,
.search-submit {
    background: var(--primary)
}

.newsletter-btn:hover,
.quote-btn:hover,
.search-submit:hover {
    background: var(--primary-dark)
}

.quote-btn {
    min-height: 42px;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--primary);
    transition: .3s
}

.search-modal-content {
    padding: 15px;
    border: 0;
    border-radius: 3px
}

.search-modal-content .modal-title {
    color: var(--primary);
    font-size: 25px
}

.search-modal-content .form-control {
    min-height: 52px;
    padding-left: 18px;
    box-shadow: none;
    border-color: #dce2e8;
    font-size: 13px
}

.search-submit {
    width: 55px;
    color: #fff
}

.newsletter-section {
    background: linear-gradient(100deg, #082f55 0, #073b69 55%, #062c4e 100%)
}

.footer-newsletter .container,
.newsletter-content,
.newsletter-section .container {
    position: relative;
    z-index: 2
}

.newsletter-label {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, .55);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2.5px
}

.newsletter-content h2 {
    margin: 0 0 6px;
    font-size: 36px
}

.newsletter-content p {
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: 11px
}

.newsletter-btn {
    border: 0
}

.footer-company p {
    max-width: 350px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    line-height: 1.8
}

.footer-social a {
    justify-content: center;
    align-items: center
}

.contact-row {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 15px
}

.contact-row>i {
    width: 20px;
    flex: 0 0 20px;
    color: #fff;
    font-size: 14px
}

.contact-row a,
.contact-row p,
.newsletter-section p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    line-height: 1.7
}

.footer-bottom-links {
    display: flex;
    justify-content: flex-end;
    gap: 12px
}

.back-to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary)
}

@media (max-width:1199px) {
    .main-header .navbar {
        padding: 12px 0
    }

    .brand-logo img {
        width: 165px
    }

    .main-header .navbar-collapse {
        margin-top: 12px;
        padding: 15px 0 20px;
        border-top: 1px solid #e8e8e8
    }

    .main-header .nav-link {
        padding: 10px 5px !important
    }

    .main-header .nav-link.active::after {
        display: none
    }

    .header-actions {
        padding-top: 15px
    }
}

@media (max-width:991px) {
    .top-header {
        padding: 8px 0
    }

    .top-contact {
        justify-content: center;
        gap: 10px 18px
    }

    .newsletter-section {
        padding: 40px 0
    }
}

@media (max-width:767px) {
    .top-contact a:first-child {
        width: 100%;
        text-align: center
    }

    .footer-main {
        padding-bottom: 35px
    }

    .footer-bottom {
        text-align: center
    }

    .footer-bottom-links {
        justify-content: center;
        flex-wrap: wrap
    }

    .newsletter-content h2 {
        font-size: 31px
    }
}

@media (max-width:575px) {
    .top-contact {
        gap: 7px 12px
    }

    .top-contact a {
        font-size: 9px
    }

    .brand-logo img {
        width: 145px
    }

    .navbar-toggler {
        padding: 5px 8px;
        font-size: 17px
    }

    .header-actions {
        flex-wrap: wrap
    }

    .quote-btn {
        flex: 1;
        justify-content: center
    }

    .newsletter-form {
        flex-direction: column;
        padding: 0;
        background: 0 0;
        gap: 8px
    }

    .newsletter-form .form-control {
        min-height: 48px;
        background: #fff
    }

    .newsletter-btn {
        min-height: 47px;
        width: 100%
    }

    .site-footer {
        padding-top: 50px
    }

    .footer-logo img {
        width: 175px
    }
}

.footer-newsletter {
    padding: 42px 0;
    background: #07345d;
    color: #fff
}

.footer-newsletter::before {
    content: "";
    position: absolute;
    left: -50px;
    bottom: -70px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 30px solid rgba(255, 255, 255, .035)
}

.newsletter-text h2 {
    margin: 0 0 7px;
    font-size: 36px;
    font-weight: 500;
    color: #fff
}

.newsletter-text p {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .72)
}

.newsletter-btn {
    min-width: 145px;
    min-height: 44px;
    border: none;
    border-radius: 2px;
    background: #07345d;
    color: #fff;
    font-size: 11px;
    font-weight: 600
}

.newsletter-btn:hover {
    background: #052845;
    color: #fff
}

.site-footer {
    background: #052b4d
}

.footer-top {
    padding-bottom: 50px
}

.footer-logo img {
    object-position: left center;
    max-height: 75px;
    object-position: left;
    max-width: 100%;
    object-position: left center
}

.footer-social {
    gap: 11px
}

.footer-social a {
    align-items: center;
    justify-content: center
}

.footer-widget h5 {
    margin: 0 0 20px
}

.footer-widget h5::after {
    content: "";
    display: block;
    margin-top: 9px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 1px;
    background: #c9a66c
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px
}

.contact-icon {
    flex: 0 0 22px
}

.footer-bottom-links {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.footer-bottom-links a,
.footer-bottom-links span {
    color: rgba(255, 255, 255, .52);
    font-size: 10px
}

.back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15)
}

@media (max-width:991px) {
    .footer-newsletter {
        padding: 38px 0
    }

    .footer-top {
        padding-bottom: 40px
    }
}

@media (max-width:767px) {
    .newsletter-text h2 {
        font-size: 30px
    }

    .site-footer {
        padding-top: 45px
    }

    .footer-bottom {
        text-align: center
    }

    .footer-bottom-links {
        justify-content: center;
        flex-wrap: wrap
    }
}

@media (max-width:575px) {
    .footer-newsletter {
        padding: 35px 0
    }

    .newsletter-form {
        flex-direction: column;
        padding: 0;
        gap: 8px;
        background: 0 0
    }

    .newsletter-form .form-control {
        width: 100%;
        min-height: 48px;
        background: #fff;
        border-radius: 2px
    }

    .newsletter-btn {
        width: 100%;
        min-height: 48px
    }

    .footer-logo img {
        width: 175px
    }

    .footer-about p {
        font-size: 11px
    }

    .footer-social {
        flex-wrap: wrap
    }

    .footer-bottom {
        padding: 18px 0
    }

    .back-to-top {
        right: 16px;
        bottom: 16px;
        width: 39px;
        height: 39px
    }
}

.newsletter-section {
    padding: 58px 0;
    color: #fff;
    background: radial-gradient(circle at 3% 110%, rgba(255, 255, 255, .05) 0, rgba(255, 255, 255, .05) 100px, transparent 101px), linear-gradient(110deg, #0a456f 0, #07385e 45%, #032744 100%)
}

.newsletter-section::before {
    content: "";
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -150px;
    bottom: -175px;
    border: 36px solid rgba(255, 255, 255, .03);
    border-radius: 50%
}

.newsletter-eyebrow {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, .62);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2.6px
}

.newsletter-eyebrow::before {
    content: "";
    width: 30px;
    height: 1px;
    background: #c9a66c
}

.newsletter-section h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.1
}

.newsletter-form {
    display: flex;
    align-items: center;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1)
}

.newsletter-form .form-control {
    min-height: 51px;
    padding: 0 18px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 11px
}

.newsletter-form .form-control:focus {
    box-shadow: none
}

.newsletter-submit {
    min-width: 170px;
    min-height: 51px;
    border: 0;
    border-radius: 3px;
    color: #fff;
    background: #073d66;
    font-size: 10px;
    font-weight: 700;
    transition: .3s
}

.newsletter-submit:hover {
    color: #fff;
    background: #c49b60
}

.site-footer {
    padding-top: 70px;
    color: rgba(255, 255, 255, .68);
    background: radial-gradient(circle at 100% 0, rgba(25, 89, 131, .2), transparent 30%), linear-gradient(135deg, #07385e 0, #042b4b 48%, #021d34 100%)
}

.site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .08)
}

.footer-main {
    padding-bottom: 55px
}

.footer-about-text {
    max-width: 360px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, .67);
    font-size: 12px;
    line-height: 1.85
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.footer-social a {
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .18)
}

.footer-social a:hover {
    border-color: #fff
}

.footer-widget h5 {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 700
}

.footer-column ul,
.footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-widget ul li {
    margin-bottom: 10px
}

.footer-widget ul li a {
    color: rgba(255, 255, 255, .65);
    font-size: 11px;
    transition: .25s
}

.footer-widget ul li a:hover {
    padding-left: 4px;
    color: #fff
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 17px
}

.contact-icon {
    width: 37px;
    height: 37px;
    flex: 0 0 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(201, 166, 108, .18);
    border-radius: 6px;
    color: #c9a66c;
    background: rgba(201, 166, 108, .07);
    font-size: 13px
}

.contact-label {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, .42);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1px
}

.footer-contact-item a,
.footer-contact-item p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    line-height: 1.65
}

.footer-direction-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 285px;
    margin-top: 22px;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    color: #fff;
    background: rgba(255, 255, 255, .035);
    font-size: 10px;
    font-weight: 600;
    transition: .3s
}

.footer-direction-btn:hover {
    color: #07385e;
    background: #fff
}

.footer-service-strip {
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .025)
}

.footer-service-item {
    min-height: 86px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 18px 28px;
    border-right: 1px solid rgba(255, 255, 255, .08)
}

.footer-service-item.no-border {
    border-right: 0
}

.footer-service-item>i {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #c9a66c;
    background: rgba(201, 166, 108, .08);
    font-size: 17px
}

.footer-service-item strong {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 10.5px
}

*,
.menu {
    margin: 0
}

.footer-service-item span {
    display: block;
    color: rgba(255, 255, 255, .43);
    font-size: 8.5px
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, .42);
    font-size: 9.5px
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 11px
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, .45);
    font-size: 9.5px;
    transition: .25s
}

.menu a,
.menu li a {
    font-weight: 500;
    color: #102b4c
}

.footer-bottom-links span {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .28)
}

.back-to-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 999;
    width: 44px;
    height: 44px;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    color: #07385e;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .16);
    transition: .3s
}

.back-to-top:hover {
    color: #fff;
    background: #07385e;
    transform: translateY(-3px)
}

@media (max-width:991.98px) {
    .newsletter-section {
        padding: 48px 0
    }

    .site-footer {
        padding-top: 55px
    }
}

@media (max-width:767.98px) {
    .newsletter-section h2 {
        font-size: 34px
    }

    .footer-service-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .07)
    }

    .footer-service-strip .col-md-4:last-child .footer-service-item {
        border-bottom: 0
    }

    .footer-bottom {
        text-align: center
    }

    .footer-bottom-links {
        justify-content: center
    }
}

@media (max-width:575.98px) {
    .newsletter-section {
        padding: 40px 0
    }

    .newsletter-section h2 {
        font-size: 30px
    }

    .newsletter-form {
        flex-direction: column;
        gap: 8px;
        padding: 0;
        border: 0;
        background: 0 0;
        box-shadow: none
    }

    .newsletter-form .form-control {
        width: 100%;
        min-height: 48px;
        border-radius: 4px;
        background: #fff
    }

    .newsletter-submit {
        width: 100%;
        min-height: 48px
    }

    .site-footer {
        padding-top: 45px
    }

    .footer-logo img {
        width: 175px
    }

    .footer-service-item {
        padding: 16px 10px
    }

    .back-to-top {
        right: 15px;
        bottom: 15px;
        width: 40px;
        height: 40px
    }
}

*,
.menu,
.navbar {
    padding: 0
}

.footer-bottom,
.mobile-menu-top,
.navbar .container,
.top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-policy,
.header-actions,
.menu,
.menu a,
.menu li a,
.quote-btn,
.top-wrapper {
    align-items: center;
    display: flex
}

.menu {
    gap: 28px
}

.menu a {
    font-size: 14px;
    padding: 30px 0;
    gap: 5px
}

.dropdown:hover .dropdown-menu-custom,
.logo img {
    display: block
}

.menu a.active,
.menu a:hover,
.menu li a.active,
.menu li a:hover {
    color: #003b78
}

.menu a.active:after,
.menu li a.active::after {
    position: absolute;
    left: 0;
    width:
}

.header-actions {
    gap: 15px
}

.quote-btn:hover {
    color: #fff;
    background: #0a467f
}

@media(max-width:1200px) {
    .menu {
        gap: 15px
    }

    .logo img {
        width: 180px
    }
}

.top-header {
    height: 36px;
    background: #062d5d;
    color: #fff;
    font-size: 13px
}

.top-wrapper {
    height: 23px;
    justify-content: space-between
}

.top-left,
.top-right {
    display: flex;
    align-items: center;
    gap: 22px
}

.top-header a {
    color: #fff
}

.top-header i {
    margin-right: 5px
}

.main-header {
    height: 82px;
    background: #fff;
    border-bottom: 1px solid #eee
}

.navbar {
    height: 82px
}

.logo img {
    width: 220px;
    height: auto
}

.menu {
    gap: 30px;
    list-style: none
}

.menu li {
    position: relative
}

.menu li a {
    font-size: 15px;
    gap: 6px;
    padding: 32px 0;
    transition: .3s
}

.dropdown-menu-custom {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    position: absolute;
    top: 75px;
    left: 0;
    width: 190px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    display: none;
    z-index: 999
}

.dropdown-menu-custom a {
    padding: 12px 18px !important;
    font-size: 14px !important;
    display: block !important
}

.header-actions {
    gap: 16px
}

.search-box {
    width: 48px;
    height: 48px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    background: #fff;
    justify-content: center;
    color: #082b55;
    font-size: 18px
}

.footer-policy span,
.quote-btn {
    font-size: 15px
}

.quote-btn {
    height: 48px;
    padding: 0 28px;
    background: #062d5d;
    color: #fff !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600
}

@media(max-width:1200px) {
    .menu {
        gap: 18px
    }

    .menu li a {
        font-size: 14px
    }

    .logo img {
        width: 180px
    }
}

@media(max-width:992px) {

    .menu,
    .top-header {
        display: none
    }

    .main-header,
    .navbar {
        height: auto
    }

    .header-actions {
        margin-left: auto
    }
}

.footer-wrapper {
    display: grid;
    grid-template-columns: 1.45fr 1fr 1fr 1.25fr;
    gap: 65px
}

.footer-about {
    min-width: 0
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 20px
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-social a:hover {
    background: #fff;
    color: #062f57;
    transform: translateY(-3px)
}

.footer-column ul li:last-child,
.footer-contact p:last-child {
    margin-bottom: 0
}

.footer-contact p {
    display: flex;
    align-items: flex-start;
    gap: 15px
}

.footer-contact i {
    line-height: 1
}

.copyright {
    margin: 0;
    line-height: 1.6
}

.footer-policy {
    display: flex;
    align-items: center;
    white-space: nowrap
}

.footer-policy a {
    line-height: 1.5;
    transition: .3s
}

@media (max-width:1100px) {
    .footer-wrapper {
        grid-template-columns: 1.3fr 1fr 1fr;
        gap: 45px
    }

    .footer-contact {
        grid-column: span 3
    }
}

@media (max-width:768px) {
    .footer-section {
        padding: 45px 0 25px
    }

    .footer-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        padding-bottom: 40px
    }

    .footer-about,
    .footer-contact {
        grid-column: span 2
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px
    }

    .footer-policy {
        white-space: normal;
        flex-wrap: wrap
    }
}

@media (max-width:576px) {
    .footer-section {
        padding: 40px 0 25px
    }

    .footer-section .container {
        padding: 0 18px
    }

    .footer-wrapper {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .footer-about,
    .footer-contact {
        grid-column: span 1
    }

    .footer-logo {
        width: 260px
    }

    .footer-about p {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.75
    }

    .footer-social {
        gap: 15px;
        margin-top: 24px
    }

    .footer-social a {
        width: 36px;
        height: 36px;
        font-size: 17px
    }

    .footer-column h4 {
        font-size: 18px;
        margin-bottom: 20px
    }

    .footer-column ul li {
        margin-bottom: 12px
    }

    .footer-column ul li a {
        font-size: 15px
    }

    .footer-contact p {
        font-size: 15px;
        gap: 12px
    }

    .footer-contact i {
        font-size: 18px
    }

    .copyright,
    .footer-policy a {
        font-size: 14px
    }

    .footer-policy {
        display: flex;
        flex-wrap: wrap;
        row-gap: 8px
    }

    .footer-policy span {
        margin: 0 9px
    }
}

.footer-section {
    position: relative;
    width: 100%;
    background: #062f57;
    color: #fff;
    padding: 55px 0 0
}

.footer-section .container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px
}

.footer-wrapper {
    display: grid;
    grid-template-columns: 1.45fr 1fr 1fr 1.2fr;
    gap: 60px;
    padding-bottom: 45px
}

.footer-logo {
    display: block;
    width: 310px;
    max-width: 100%;
    height: auto;
    margin-bottom: 24px
}

.footer-about p {
    max-width: 400px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 27px
}

.footer-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #062f57;
    font-size: 18px;
    transition: .3s
}

.footer-column h4 {
    margin: 0 0 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4
}

.footer-column ul li a,
.footer-contact p {
    font-size: 16px;
    font-weight: 400;
    color: #fff
}

.footer-column ul li {
    margin-bottom: 14px
}

.footer-column ul li a {
    line-height: 1.6;
    transition: .25s
}

.footer-column ul li a:hover {
    opacity: .7;
    padding-left: 3px
}

.footer-contact {
    margin: 0;
    font-style: normal
}

.footer-contact p {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0 0 20px;
    line-height: 1.7
}

.footer-contact i {
    width: 23px;
    min-width: 23px;
    margin-top: 4px;
    color: #fff;
    font-size: 19px
}

.footer-contact span {
    flex: 1
}

.footer-contact a {
    transition: .3s;
    color: #fff
}

.footer-contact a:hover {
    opacity: .7
}

.footer-seo {
    width: 100%
}

.footer-seo-row {
    width: 100%;
    display: flex;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, .16)
}

.footer-seo-group {
    flex: 1;
    min-width: 0
}

.footer-seo-full {
    width: 100%;
    flex: 1
}

.footer-seo-group h5 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5
}

.seo-inline-links a,
.seo-links a,
.seo-pills a {
    color: rgba(255, 255, 255, .68);
    font-size: 16px;
    font-weight: 400;
    transition: .25s;
    text-decoration: none
}

.seo-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px
}

.seo-inline-links a,
.seo-links a {
    line-height: 1.6
}

.seo-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.seo-pills a {
    display: inline-flex;
    align-items: center;
    padding: 7px 13px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 20px;
    line-height: 1.4
}

.seo-pills a:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, .4)
}

.footer-bottom,
.footer-seo-content {
    border-top: 1px solid rgba(255, 255, 255, .16)
}

.seo-inline-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0
}

.seo-inline-links a:not(:last-child)::after {
    content: "•";
    margin: 0 11px;
    color: rgba(255, 255, 255, .3)
}

.footer-seo-content {
    padding: 18px 0 20px
}

.footer-seo-content .seo-label {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .7px;
    line-height: 1.5
}

.footer-seo-content h5 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5
}

.footer-seo-content p {
    max-width: 950px;
    margin: 0;
    color: rgba(255, 255, 255, .62);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7
}

.copyright,
.footer-policy a {
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    font-weight: 400
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 20px 0 25px
}

.footer-policy a:hover {
    opacity: .7;
    color: #fff
}

.footer-policy span {
    margin: 0 14px;
    color: rgba(255, 255, 255, .35)
}

@media (max-width:1000px) {
    .footer-wrapper {
        grid-template-columns: 1.3fr 1fr 1fr;
        gap: 45px
    }

    .footer-contact {
        grid-column: span 3
    }
}

@media (max-width:700px) {
    .footer-section {
        padding-top: 40px
    }

    .footer-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 40px 30px
    }

    .footer-about,
    .footer-contact {
        grid-column: span 2
    }

    .footer-seo-row {
        display: block
    }

    .footer-seo-group {
        margin-bottom: 20px
    }

    .footer-seo-group:last-child {
        margin-bottom: 0
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }
}

@media (max-width:480px) {
    .footer-section .container {
        padding: 0 18px
    }

    .footer-wrapper {
        grid-template-columns: 1fr
    }

    .footer-about,
    .footer-contact {
        grid-column: span 1
    }

    .footer-logo {
        width: 260px
    }

    .copyright,
    .footer-about p,
    .footer-column ul li a,
    .footer-contact p,
    .footer-policy a,
    .footer-seo-content p,
    .seo-inline-links a,
    .seo-links a {
        font-size: 16px
    }

    .footer-column h4,
    .footer-seo-content h5,
    .footer-seo-group h5 {
        font-size: 18px
    }

    .seo-pills a {
        font-size: 14px;
        padding: 6px 10px
    }

    .footer-social {
        gap: 13px
    }

    .footer-social a {
        width: 38px;
        height: 38px
    }

    .footer-policy {
        flex-wrap: wrap;
        row-gap: 7px
    }

    .footer-policy span {
        margin: 0 8px
    }
}

.floating-contact {
    position: fixed;
    right: 25px;
    bottom: 90px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999
}

.menu-overlay,
.mobile-menu-overlay {
    inset: 0;
    z-index: 9998;
    opacity: 0;
    visibility: hidden
}

.floating-contact a {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
    transition: .3s
}

.call-float {
    background: #082f68
}

.call-float:hover {
    transform: translateY(-5px);
    background: #041f49;
    color: #fff
}

.whatsapp-float {
    background: #25d366
}

.whatsapp-float:hover {
    transform: translateY(-5px);
    background: #1da851;
    color: #fff
}

@media(max-width:576px) {
    .floating-contact {
        right: 15px;
        bottom: 70px
    }

    .floating-contact a {
        width: 50px;
        height: 50px;
        font-size: 21px
    }
}

.footer-logo img {
    width: 220px;
    height: auto;
    background: #fff;
    padding: 10px;
    display: block
}

.footer {
    background: #fff;
    color: #14284b
}

.footer-logo {
    background: #fff;
    padding: 0
}

.mobile-toggle {
    font-size: 30px;
    color: #082f68;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.mobile-menu {
    right: -75%;
    padding: 80px 30px;
    box-shadow: -10px 0 30px rgba(0, 0, 0, .15)
}

.mobile-menu.active {
    right: 0;
    transform: translateX(0)
}

.mobile-close {
    position: absolute;
    top: 25px;
    right: 25px
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.mobile-menu li {
    margin-bottom: 25px
}

.mobile-menu a {
    color: #082f68;
    font-size: 17px;
    font-weight: 600
}

.menu-overlay {
    position: fixed;
    background: rgba(0, 0, 0, .45);
    transition: .3s
}

@media(max-width:1024px) {
    .mobile-toggle {
        display: block
    }

    .menu {
        display: none !important
    }
}

.mobile-menu {
    height: 100vh;
    display: flex;
    flex-direction: column;
    box-shadow: 10px 0 30px rgba(0, 0, 0, .15)
}

.mobile-close {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: .3s
}

.mobile-close:hover {
    background: #222;
    color: #fff
}

.mobile-menu-links {
    flex: 1;
    padding: 0;
    margin: 0
}

.mobile-menu-links a {
    position: relative;
    display: flex;
    align-items: center;
    letter-spacing: .3px;
    transition: .25s
}

.mobile-menu-links a:hover {
    background: #ece8e1;
    padding-left: 26px
}

.mobile-menu-bottom a {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .4px;
    transition: .3s
}

.mobile-menu-bottom a:hover {
    background: #8a5a35
}

@media (max-width:992px) {

    .logo img,
    .main-header {
        height: auto
    }

    .top-header {
        display: none
    }

    .navbar {
        height: 72px
    }

    .navbar>.container {
        min-height: 72px;
        display: flex;
        align-items: center
    }

    .logo {
        display: block;
        margin-right: auto
    }

    .logo img {
        width: 170px
    }

    .menu,
    .quote-btn,
    .search-box {
        display: none !important
    }

    .header-actions {
        display: flex;
        align-items: center;
        margin-left: auto
    }

    .mobile-toggle {
        display: flex
    }
}

@media (max-width:576px) {
    .navbar {
        height: 68px
    }

    .navbar>.container {
        min-height: 68px;
        padding-left: 15px;
        padding-right: 15px
    }

    .logo img,
    .mobile-menu-top img {
        width: 155px
    }

    .mobile-toggle {
        width: 42px;
        height: 42px;
        margin-left: 8px
    }

    .mobile-menu {
        width: 300px
    }
}

@media (max-width:380px) {
    .logo img {
        width: 140px
    }

    .mobile-toggle {
        width: 40px;
        height: 40px
    }

    .mobile-menu {
        width: 285px
    }
}

@media (max-width:1024px) {
    .navbar>.container {
        min-height: 72px;
        display: flex;
        align-items: center
    }

    .menu,
    .quote-btn,
    .search-box {
        display: none !important
    }

    .header-actions {
        display: flex;
        align-items: center;
        margin-left: auto
    }

    .mobile-toggle {
        display: flex
    }
}

@media (max-width:768px) {
    .navbar {
        min-height: 70px
    }

    .navbar>.container {
        min-height: 70px;
        padding-left: 20px;
        padding-right: 20px
    }

    .logo img {
        width: 165px
    }

    .mobile-menu {
        width: 310px;
        max-width: 85vw
    }
}

@media (max-width:412px) {
    .navbar {
        min-height: 68px
    }

    .navbar>.container {
        min-height: 68px;
        padding-left: 15px;
        padding-right: 15px
    }

    .logo img {
        width: 155px
    }

    .mobile-toggle {
        width: 42px;
        height: 42px;
        margin-left: 8px
    }

    .mobile-menu {
        width: 300px;
        max-width: 88vw
    }

    .mobile-menu-top {
        min-height: 70px;
        padding: 10px 14px
    }

    .mobile-menu-top img {
        width: 150px
    }

    .mobile-menu-links a {
        min-height: 50px;
        padding-left: 18px;
        padding-right: 18px
    }
}

@media (max-width:375px) {
    .logo img {
        width: 145px
    }

    .mobile-toggle {
        width: 40px;
        height: 40px
    }

    .mobile-menu {
        width: 285px
    }

    .mobile-menu-top img {
        width: 140px
    }
}

@media (max-width:320px) {
    .navbar>.container {
        padding-left: 12px;
        padding-right: 12px
    }

    .logo img,
    .mobile-menu-top img {
        width: 130px
    }

    .mobile-toggle {
        width: 38px;
        height: 38px;
        margin-left: 5px
    }

    .mobile-toggle span {
        width: 18px
    }

    .mobile-menu {
        width: 275px;
        max-width: 90vw
    }

    .mobile-menu-links a {
        font-size: 11px;
        min-height: 48px
    }
}

body,
html {
    width: 100%;
    max-width: 100%;
    overflow-x: clip
}

.mobile-toggle {
    display: none;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    background: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer
}

.mobile-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: #222;
    transition: .25s
}

@media (max-width:1024px) {

    .main-header,
    .main-header .navbar {
        width: 100%;
        min-height: 68px
    }

    .main-header .menu,
    .main-header .quote-btn,
    .main-header .search-box,
    .top-header {
        display: none !important
    }

    .main-header .navbar {
        padding: 0 !important
    }

    .main-header .navbar>.container {
        width: 100%;
        max-width: 100% !important;
        min-height: 68px;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin: 0 auto;
        display: flex;
        align-items: center
    }

    .main-header .logo {
        display: block;
        width: auto;
        margin: 0 auto 0 0 !important;
        flex-shrink: 1
    }

    .main-header .logo img {
        display: block;
        width: 165px;
        max-width: 100%;
        height: auto
    }

    .main-header .header-actions {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        width: auto;
        margin: 0 0 0 auto !important;
        padding: 0 !important;
        flex-shrink: 0
    }

    .mobile-toggle {
        display: flex !important
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .main-header .navbar>.container {
        padding-left: 30px !important;
        padding-right: 30px !important
    }

    .main-header .logo img {
        width: 175px
    }

    .mobile-toggle {
        width: 44px;
        height: 44px
    }
}

@media (max-width:768px) {

    h1,
    img,
    p {
        max-width: 100%
    }

    .main-header .navbar>.container {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .main-header .logo img {
        width: 160px
    }

    .row {
        --bs-gutter-x: 0
    }

    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8 {
        width: 100%;
        max-width: 100%
    }

    img {
        height: auto
    }

    h1 {
        word-wrap: break-word
    }

    p {
        overflow-wrap: break-word
    }
}

.mobile-menu-overlay {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    transition: opacity .3s, visibility .3s
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 310px;
    max-width: 85vw;
    height: 100dvh;
    background: #f8f6f1;
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform .35s;
    display: flex;
    flex-direction: column;
    box-shadow: 8px 0 25px rgba(0, 0, 0, .15)
}

.mobile-menu-top {
    min-height: 70px;
    padding: 10px 15px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.mobile-menu-top img {
    display: block;
    width: 150px;
    max-width: 70%;
    height: auto
}

.mobile-close {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.mobile-menu-links {
    flex: 1;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

.mobile-menu-links a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
    padding: 0 18px;
    border-bottom: 1px solid #e3dfd8;
    color: #222 !important;
    font-size: 12px !important;
    font-weight: 700
}

.mobile-menu-bottom {
    width: 100%;
    padding: 14px;
    background: #fff;
    border-top: 1px solid #ddd
}

.mobile-menu-bottom a {
    width: 100%;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #292929;
    color: #fff !important;
    border-radius: 4px;
    font-size: 11px !important;
    font-weight: 700
}

body.mobile-menu-open {
    overflow: hidden !important
}

@media (max-width:412px) {

    .main-header,
    .main-header .navbar,
    .main-header .navbar>.container {
        min-height: 64px
    }

    .container,
    .main-header .navbar>.container {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .main-header .logo img {
        width: 145px
    }

    .mobile-toggle {
        width: 40px;
        height: 40px;
        margin-left: 8px !important
    }

    .mobile-toggle span {
        width: 19px
    }

    .container-fluid,
    main,
    section {
        width: 100%;
        max-width: 100%
    }

    .container {
        width: 100%;
        max-width: 100% !important
    }

    .ak-hero-content {
        width: 100%;
        max-width: 100%;
        padding: 35px 15px !important
    }

    .ak-hero-content h1 {
        max-width: 100%;
        font-size: 34px !important;
        line-height: 1.12;
        letter-spacing: -1px
    }

    .ak-hero-content>p {
        max-width: 100%;
        font-size: 15px !important;
        line-height: 1.7
    }

    .ak-hero-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch
    }

    .ak-btn-outline,
    .ak-btn-primary {
        width: 100%
    }

    .ak-stats {
        width: 100%;
        max-width: 100%;
        grid-template-columns: repeat(2, 1fr)
    }

    .ak-hero-image {
        width: 100%;
        height: 300px
    }

    .mobile-menu {
        width: 300px;
        max-width: 88vw
    }
}

@media (max-width:375px) {
    .main-header .logo img {
        width: 135px
    }

    .mobile-toggle {
        width: 38px;
        height: 38px;
        margin-left: 6px !important
    }

    .mobile-toggle span {
        width: 18px
    }

    .ak-hero-content {
        padding: 30px 15px !important
    }

    .ak-hero-content h1 {
        font-size: 30px !important
    }

    .mobile-menu {
        width: 285px;
        max-width: 90vw
    }
}

@media (max-width:320px) {
    .main-header .navbar>.container {
        padding-left: 12px !important;
        padding-right: 12px !important
    }

    .main-header .logo img {
        width: 125px
    }

    .mobile-toggle {
        width: 36px;
        height: 36px;
        margin-left: 5px !important
    }

    .mobile-toggle span {
        width: 17px
    }

    .ak-hero-content h1 {
        font-size: 27px !important
    }

    .ak-hero-content>p {
        font-size: 14px !important
    }

    .mobile-menu {
        width: 275px;
        max-width: 90vw
    }
}

@media (min-width:1200px) {
    .main-header .dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0
    }

    body .main-header {
        position: sticky !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 9000 !important;
        background: #fff !important;
        box-shadow: 0 2px 14px rgba(0, 0, 0, .06) !important
    }

    body .menu-toggle {
        display: none !important
    }
}

@media (max-width:1199.98px) {

    body .main-header,
    body .mobile-menu {
        left: 0 !important;
        margin: 0 !important
    }

    body .mobile-menu,
    html body {
        overflow-x: hidden !important
    }

    body .main-header .logo img,
    body .mobile-menu-logo img {
        width: auto !important;
        height: auto !important;
        max-width: 132px !important;
        max-height: 44px !important;
        object-fit: contain !important
    }

    body .menu-toggle,
    body .mobile-close {
        color: #fff !important
    }

    body .menu-toggle,
    body .menu-toggle i,
    body .mobile-close {
        line-height: 1 !important
    }

    body .mobile-menu-bottom,
    body .mobile-menu-links a {
        box-sizing: border-box !important;
        width: 100% !important
    }

    html {
        scroll-padding-top: 72px !important
    }

    html body {
        padding-top: 68px !important
    }

    body .main-header .header-actions,
    body .main-header .menu,
    body .main-header .quote-btn,
    body .main-header .search-box,
    body .top-header {
        display: none !important
    }

    body .main-header .logo img,
    body .main-header .navbar,
    body .menu-toggle i {
        display: block !important;
        margin: 0 !important
    }

    body .main-header {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 9000 !important;
        background: #fff !important;
        box-shadow: 0 2px 14px rgba(0, 0, 0, .08) !important
    }

    body .main-header .navbar {
        min-height: 68px !important;
        height: 68px !important;
        padding: 0 !important;
        background: #fff !important
    }

    body .main-header .navbar .container,
    body .main-header .navbar>.container {
        width: 100% !important;
        max-width: none !important;
        min-height: 68px !important;
        height: 68px !important;
        padding: 0 12px !important;
        margin: 0 auto !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px !important
    }

    body .menu-toggle {
        display: inline-flex !important;
        position: static !important;
        order: 2 !important;
        flex: 0 0 38px !important;
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 4px !important;
        align-items: center !important;
        justify-content: center !important;
        transform: none !important;
        background: #064a73 !important;
        font-size: 23px !important;
        z-index: auto !important;
        cursor: pointer !important
    }

    body .mobile-menu-links a,
    body .mobile-menu-top {
        display: flex !important;
        border-bottom: 1px solid #ececec !important
    }

    body .mobile-menu,
    body .mobile-menu-overlay {
        position: fixed !important;
        height: 100dvh !important;
        visibility: hidden !important
    }

    body .main-header .logo {
        order: 1 !important;
        flex: 0 0 auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        height: 68px !important;
        margin: 0 !important;
        padding: 0 !important
    }

    body .mobile-menu-overlay {
        inset: 0 !important;
        width: 100vw !important;
        background: rgba(0, 0, 0, .46) !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transition: opacity .25s, visibility .25s !important;
        z-index: 10000 !important
    }

    body .mobile-menu,
    body .mobile-menu-top {
        top: 0 !important;
        background: #fff !important
    }

    body .mobile-menu-overlay.active {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important
    }

    body .mobile-menu {
        right: auto !important;
        bottom: 0 !important;
        width: 75vw !important;
        max-width: 360px !important;
        min-width: 0 !important;
        max-height: 100dvh !important;
        padding: 0 !important;
        transform: translate3d(-100%, 0, 0) !important;
        transition: transform .28s !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        z-index: 10010 !important;
        box-shadow: 8px 0 28px rgba(0, 0, 0, .18) !important
    }

    body .mobile-menu.active {
        transform: translate3d(0, 0, 0) !important;
        visibility: visible !important
    }

    body .mobile-menu-top {
        position: sticky !important;
        z-index: 2 !important;
        width: 100% !important;
        min-height: 70px !important;
        padding: 10px 12px !important;
        align-items: center !important;
        justify-content: space-between !important
    }

    body .mobile-menu-logo {
        display: flex !important;
        align-items: center !important;
        min-width: 0 !important
    }

    body .mobile-close {
        position: static !important;
        flex: 0 0 38px !important;
        width: 38px !important;
        height: 38px !important;
        padding: 0 !important;
        margin: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: 0 !important;
        border-radius: 4px !important;
        background: #064a73 !important;
        font-size: 20px !important
    }

    body .mobile-menu-links {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important
    }

    body .mobile-menu-links a {
        min-height: 52px !important;
        padding: 0 14px !important;
        margin: 0 !important;
        align-items: center !important;
        text-decoration: none !important
    }

    body .mobile-menu-bottom {
        padding: 16px 14px 24px !important
    }

    body.mobile-menu-open {
        overflow: hidden !important;
        touch-action: none !important
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    html {
        scroll-padding-top: 78px !important
    }

    html body {
        padding-top: 78px !important
    }

    body .main-header .logo,
    body .main-header .navbar,
    body .main-header .navbar .container,
    body .main-header .navbar>.container {
        min-height: 78px !important;
        height: 78px !important
    }

    body .main-header .navbar .container,
    body .main-header .navbar>.container {
        padding-left: 20px !important;
        padding-right: 20px !important;
        gap: 14px !important
    }

    body .menu-toggle,
    body .mobile-close {
        flex-basis: 42px !important;
        width: 42px !important;
        height: 42px !important
    }

    body .main-header .logo img,
    body .mobile-menu-logo img {
        max-width: 155px !important;
        max-height: 50px !important
    }

    body .mobile-menu {
        width: 75vw !important;
        max-width: 420px !important
    }
}

@media (max-width:390px) {

    body .main-header .navbar .container,
    body .main-header .navbar>.container {
        padding-left: 8px !important;
        padding-right: 8px !important;
        gap: 8px !important
    }

    body .main-header .logo img,
    body .mobile-menu-logo img {
        max-width: 116px !important
    }
}

