.mil-gtm-noscript {
    display: none;
    visibility: hidden;
}

.mil-tall-img-frame {
    padding-bottom: 160%;
}

.mil-animation-offset-primary {
    right: -100px;
    top: 300px;
}

.mil-animation-offset-secondary {
    left: 150px;
}

.mil-not-found-animation {
    right: 40%;
}

.mil-service-card-lg.mil-other-card {
    padding: 20px;
}

.mil-contract-list {
    padding-left: 20px;
}

.mil-home-logo-text {
    letter-spacing: 6.5px;
}

.mil-contact-map-canvas iframe {
    border: 0;
}

.mil-menu-right .mil-menu-section-title {
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
}

.callback-modal .iti__selected-flag,
.callback-modal .iti__selected-flag:hover,
.callback-modal .iti__selected-flag:focus {
    background-color: #fff !important;
}

.callback-modal .iti__flag-container {
    background-color: #fff;
}

.callback-launcher {
    background: linear-gradient(135deg, #ffad20, #ff9800);
    border: 1px solid rgba(0, 0, 0, .18);
    border-bottom: 0;
    border-radius: 7px 7px 0 0;
    box-shadow: 0 14px 36px rgba(0, 0, 0, .28);
    min-width: 280px;
    padding: 15px 58px 16px 24px;
}

.callback-launcher strong {
    font-size: 16px;
    letter-spacing: -.1px;
    margin-top: 2px;
}

.callback-launcher::after {
    align-items: center;
    background: #000;
    border-radius: 50%;
    color: #ff9800;
    content: '↗';
    display: grid;
    font-size: 17px;
    font-weight: 500;
    height: 29px;
    place-items: center;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 29px;
}

.callback-modal__dialog {
    transform: translateY(70px) scale(.98);
}

.callback-modal.is-visible .callback-modal__dialog {
    transform: translateY(0) scale(1);
}

.callback-launcher.is-ready {
    animation: none;
}

.iti {
    display: block !important;
}

.iti__flag-container {
    bottom: 30px !important;
}

.iti__selected-flag {
    background-color: unset !important;
}

.iti input,
.iti input[type=tel],
.iti input[type=text] {
    font-size: initial !important;
    margin-bottom: 30px !important;
}

.contact-honeypot {
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.mil-contact-map-section {
    padding: 0 0 30px;
}

.mil-contact-map-canvas {
    height: clamp(360px, 44vw, 520px);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.mil-contact-map-canvas::after {
    background: rgba(8, 8, 8, .17);
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.mil-contact-map-canvas iframe {
    filter: grayscale(1) contrast(1.08) brightness(.78);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.mil-contact-map-card {
    background: rgba(8, 8, 8, .94);
    border: 1px solid rgba(255, 255, 255, .18);
    bottom: 24px;
    color: #fff;
    max-width: 320px;
    padding: 24px;
    position: absolute;
    right: 24px;
    z-index: 1;
}

.mil-contact-map-card::before {
    border-left: 2px solid #ff9800;
    content: '';
    height: 38px;
    left: -1px;
    position: absolute;
    top: 24px;
}

.mil-contact-map-card h3 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 10px;
}

.mil-contact-map-card address {
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
    font-style: normal;
    line-height: 1.65;
    margin: 0 0 18px;
}

.mil-contact-map-route {
    align-items: center;
    color: #ff9800;
    display: inline-flex;
    font-size: 11px;
    font-weight: 600;
    gap: 9px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.mil-contact-map-route span {
    font-size: 17px;
    line-height: 1;
    transition: transform .2s ease;
}

.mil-contact-map-route:hover span {
    transform: translate(3px, -3px);
}

@media screen and (max-width: 600px) {
    .callback-launcher {
        min-width: 245px;
        padding: 13px 53px 14px 20px;
    }
}

@media screen and (max-width: 700px) {
    .mil-contact-map-section {
        padding-bottom: 0;
    }

    .mil-contact-map-canvas {
        height: 440px;
    }

    .mil-contact-map-card {
        bottom: 16px;
        left: 16px;
        max-width: none;
        right: 16px;
    }
}
