@font-face {
    font-family: 'Ford Antenna';
    src: url('/fonts/ford-woff/FordAntennaWGL-Light.AH.woff2') format('woff2');
    font-display: swap;
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Ford Antenna';
    src: url('/fonts/ford-woff/FordAntennaWGL-Regular.AH.woff2') format('woff2');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Ford Antenna';
    src: url('/fonts/ford-woff/FordAntennaWGL-Medium.AH.woff2') format('woff2');
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ford Antenna';
    src: url('/fonts/ford-woff/FordAntennaWGL-Bold.AH.woff2') format('woff2');
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Ford Antenna';
    src: url('/fonts/ford-woff/FordAntennaWGL-Black.AH.woff2') format('woff2');
    font-display: swap;
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Ford Antenna Fallback';
    src: local("Arial");
    ascent-override:85.63%;descent-override:21.43%;line-gap-override:0.00%;size-adjust:112.11%}

@font-face {
    font-family: 'Ford Antenna Cond';
    src: url(/fonts/ford-woff/FordAntennaCondWGL-Reg.AH.woff2) format("woff2");
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Ford Antenna Cond';
    src: url(/fonts/ford-woff/FordAntennaCondWGL-Bold.AH.woff2) format("woff2");
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Ford Antenna Cond';
    src: url(/fonts/ford-woff/FordAntennaCondWGL-Med.AH.woff2) format("woff2");
    font-display: swap;
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Ford Antenna Cond';
    src: url(/fonts/ford-woff/FordAntennaCondWGL-Black.AH.woff2) format("woff2");
    font-display: swap;
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: "Ford Antenna Cond Fallback";
    src: local("Arial");
    ascent-override:88.27%;descent-override:22.09%;line-gap-override:22.09%;size-adjust:90.61%}

.fordAntenna-font {
    font-family: "Ford Antenna", "Ford Antenna Fallback"
}

.fordAntennaCond-font {
    font-family: "Ford Antenna Cond", "Ford Antenna Cond Fallback"
}

body,html {
    padding: 0;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    scroll-behavior: smooth!important
}

* {
    box-sizing: border-box
}

img {
    vertical-align: bottom
}

#__next {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto
}

@media print {
    .no-print {
        display: none!important;
        height: 0!important;
        width: 0!important;
        overflow: hidden!important
    }
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 9999px hsla(0,0%,100%,.2)
}

html.noscroll,html.noscroll body {
    overflow: hidden;
    height: calc(var(--window-inner-height) - 1px)
}
