.country-selector-hero-bg {
    width: 100%;
    position: absolute;
    top: 0;
    padding-top: 4rem;
    min-height: 100%;
}

@media (min-width: 40rem) {
    .country-selector-hero-bg {
        bottom: 0;
        padding-top: 6rem;
    }
    .country-selector-hero-bg h1.vehicle-model {
        margin-top: 1rem;
    }
}
.country-selector-hero-bg .vehicle-hero-img {
    position: absolute;
    height: 100%;
    z-index: -1;
}
.country-selector-hero-bg h1 {
    color: white;
    text-align: center;
}
.country-selector-hero-bg .container {
    overflow-y: hidden;
}
.country-selector-list {
    width: 100%;
    max-width: 40rem;
    margin: 1rem auto;
    display: grid;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    grid-template-columns: 1fr 1fr;
    background: rgba(255,255,255,0.4);
    padding: 0.5rem;
}
@media (min-width: 40rem) {
    .country-selector-list {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 2rem;
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }
}
a.country-selector-item {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.9);
    color: black;
    padding: 0.5rem;
    font-size: 0.9rem;
    text-decoration: none;
    transform: scale3d(1, 1, 1);
    transition: 0.2s all;
    line-height: 1.25;
}
@media (min-width: 40rem) {
    a.country-selector-item {
        padding: 1rem;
        line-height: 1.5;
    }
}
a.country-selector-item img {
    display: inline-block;
    width: 2rem;
    margin-right: 0.5rem;
}
@media (min-width: 40rem) {
    a.country-selector-item img {
        margin-right: 1rem;
    }
}
a.country-selector-item:hover {
    background: #fff;
    transform: scale3d(1.025, 1.025, 1.025);
    transition: 0.2s all;
    color: black;
}
a.country-selector-item:visited {
    color: black;
}
.bolder-header {
    font-size: 2rem;
    font-family: 'American Captain 01', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-top: 4rem;
    color: black;
}
.page-intro {
    font-size: 1.3rem;
    text-align: center;
    max-width: 50rem;
    color: black;
    margin: 0 auto 5rem;
}
.ram-feature-block {
    display: grid;
    margin-bottom: 4rem;
}
.ram-feature-block .feature-image {
    position: relative;
    top: 0;
    left: 0;
}
.ram-feature-block.alt-background {
    background: #f6f6f6;
}
@media (prefers-color-scheme: dark) {
    .ram-feature-block.alt-background {
        background: #444;
        color: #aaa;
    }
}
@media (min-width: 50rem) {
    .ram-feature-block {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
}
.ram-feature-block.ram-feature-align-image-right .text-block {
    order: 0;
}
.ram-feature-block.ram-feature-align-image-right .feature-image {
    order: 1;
}
.feature-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
}
.feature-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.text-block {
    text-align: center;
    margin: 1rem auto;
    max-width: 25rem;
    padding: 1rem;
}
.text-block h2 {
    font-size: 1.5rem;
}
.ram-feature-cta {
    background: #e3e3e3;
    border: 1px solid black;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    text-decoration: none;
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
    width: 100%;
    display: block;
}
.ram-feature-cta:visited {
    color: black;
}
@media (prefers-color-scheme: dark) {
    .ram-feature-cta:visited {
        color: #ccc;
    }
}
.ram-feature-cta:hover {
    background: #f0f0f0;
    color: black;
}
@media (prefers-color-scheme: dark) {
    .ram-feature-cta:hover {
        background: #666;
        color: #ddd;
    }
}
@media (prefers-color-scheme: dark) {
    .ram-feature-cta {
        background: #222;
        color: #ccc;
    }
}
.manuals {
    padding-top: 1rem;
    padding-bottom: 6rem;
    background: #f6f6f6;
}
.manuals .global-form {
    max-width: 20rem;
}
.form-line input[type="submit"].download-manual {
    background: rgba(179,27,30,0.1);
}
.downloads-container {
    max-width: 40rem;
    margin: 2rem auto;
    display: grid;
}
@media (min-width: 40rem) {
    .downloads-container {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }
}
.downloads-container a {
    display: block;
    color: #b31b1e;
    text-decoration: none;
    font-size: 1.2rem;
    text-align: center;
    padding: 0.5rem 1rem;
    border: 1px solid #b31b1e;
    font-weight: bold;
    background: rgba(179,27,30,0.05);
}
.downloads-container a:hover {
    background: rgba(179,27,30,0.1);
}
.vehicle-hero-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.vehicle-hero-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -o-object-fit: cover;
    object-fit: cover;
}
.ram-responsive-banner {
    display: block;
    width: 100%;
}
.responsive-banner-vertical {
    display: block;
    width: 100%;
}
.responsive-banner-vertical img {
    display: block;
}
@media (min-width: 40rem) {
    .responsive-banner-vertical {
        display: none;
    }
}
.responsive-banner-horizontal {
    width: 100%;
    display: none;
}
.responsive-banner-horizontal img {
    display: block;
}
@media (min-width: 40rem) {
    .responsive-banner-horizontal {
        display: block;
        max-width: 100rem;
        margin: 0 auto;
    }
}
.vehicles-grid {
    display: flex;
    transition: all 0.5s;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 30rem) {
    .vehicles-grid {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }
}
a.vehicle-block {
    background: #fafafa;
    text-align: center;
    color: #3d3c3c;
    font-size: 1.125rem;
    text-decoration: none;
    border-radius: 0.25rem;
    position: relative;
    padding-bottom: 2rem;
    transition: all 0.5s;
    width: 100%;
    max-width: 20rem;
    margin: 1rem;
}
a.vehicle-block:hover,
a.vehicle-block:visited {
    color: #3d3c3c;
}
@media (prefers-color-scheme: dark) {
    a.vehicle-block:hover,
    a.vehicle-block:visited {
        color: #aaa;
    }
}
a.vehicle-block h3 {
    color: #b31b1e;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: bold;
}
a.vehicle-block p {
    margin: 0;
}
a.vehicle-block .vehicle-grid-price {
    opacity: 1;
    transition: all 0.5s;
}
@media (min-width: 50rem) {
    a.vehicle-block img {
        transition: all 0.5s;
        top: 5%;
        left: 5%;
        width: 90%;
        height: 90%;
    }
    a.vehicle-block:hover {
        transition: all 0.5s;
        box-shadow: 0.5rem 0.5rem 2rem rgba(0,0,0,0.06);
        transform: scale3d(1.01, 1.01, 1.01);
    }
    a.vehicle-block:hover .vehicle-grid-cta {
        opacity: 1;
        transition: all 0.5s;
    }
    a.vehicle-block:hover .vehicle-grid-price {
        opacity: 0;
        transition: all 0.5s;
        pointer-events: none;
    }
    a.vehicle-block:hover img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.5s;
    }
}
@media (prefers-color-scheme: dark) {
    a.vehicle-block {
        background: #111;
        color: #aaa;
    }
}
.vehicle-grid-image {
    width: 100%;
    max-width: 16rem;
    margin: 0 auto;
    height: 0;
    padding-bottom: 50%;
    margin-bottom: 1rem;
    position: relative;
    cursor: pointer;
}
.vehicle-grid-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.vehicle-grid-cta {
    color: #b31b1e;
    display: inline-block;
    border: 1px solid #b31b1e;
    padding: 0.5rem 0.5em;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    font-size: 1rem;
    transition: all 0.5s;
}
