.ftr-page .hero .hero-heading-mobile {
    display: none;
}

.ftr-page .hero-text {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.ftr-page .hero-text .hero-heading {
    text-align: right;
    padding-right: 30px;
}

.ftr-page .hero-text .hero-heading h1 {
    color: var(--indian-color-indian-motorcycle-red);
    font-size: 72px;
    letter-spacing: .1em;
}

.ftr-page .hero-text .hero-description {
    width: 70%;
}

.ftr-page .hero-text .hero-description p {
    font-family: var(--indian-font-secondary);
    font-size: 16px;
}

.ftr-page .ftr-overview {
    display: flex;
    margin: 30px 150px 0 150px;
    padding: 50px;
    background: #e5e5e5;
    ;
}

.ftr-page .ftr-overview .ftr-overview-item {
    width: calc(100% / 3);
    text-align: center;
}

.ftr-page .ftr-overview .ftr-overview-item:not(:last-child) {
    margin-right: 30px;
}

.ftr-page .ftr-overview .ftr-overview-item .ftr-overview-item-heading>span {
    font-size: 24px;
    font-weight: 700;
}

.ftr-page .ftr-overview .ftr-overview-item .ftr-overview-item-description {
    margin-top: 10px;
    font-family: var(--indian-font-secondary);
    font-size: 16px;
}

.ftr-page .ftr-lineup .ftr-lineup-heading {
    margin-top: 50px;
}

.ftr-page .ftr-lineup .ftr-lineup-heading h2 {
    font-size: 72px;
    text-align: center;
}

.ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper {
    padding: 50px;
}

.ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list {
    display: flex;
    margin: 0 75px;
    flex-wrap: wrap;
    justify-content: center;
}

.ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item {
    width: calc(50% - 25px);
}

.ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item:nth-child(odd) {
    margin-right: 50px;
}

.ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item:nth-child(n+3) {
    margin-top: 50px;
}

.ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item .ftr-lineup-bikes-list-item-link {
    display: block;
}

.ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item .ftr-lineup-bikes-list-item-link .ftr-lineup-bikes-list-item-name {
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
}

.ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item .ftr-lineup-bikes-list-item-link .ftr-lineup-bikes-list-item-name h3 {
    padding-bottom: 4px;
    font-size: 28px;
    color: #000;
    border-bottom: 2px solid transparent;
    transition: all .25s ease;
}

.ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item .ftr-lineup-bikes-list-item-link:hover .ftr-lineup-bikes-list-item-name h3 {
    border-bottom-color: #000;
}

.ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item .ftr-lineup-bikes-list-item-price-wrapper,
.ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item .ftr-lineup-bikes-list-item-trim-color {
    font-family: var(--indian-font-secondary);
    font-size: 16px;
    text-align: center;
}

.ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item .ftr-lineup-bikes-list-item-price-wrapper .ftr-lineup-bikes-list-item-price {
    font-size: 24px;
    font-weight: 700;
}

.ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item .ftr-lineup-bikes-list-item-button {
    margin-top: 20px;
    text-align: center;
}

.ftr-page .ftr-history-craftsmanship .ftr-history {
    margin-top: 50px;
}

.ftr-page .ftr-history-craftsmanship .ftr-history .container {
    padding: 0 50px 50px 50px;
    background: #f7f7f7;
}

.ftr-page .ftr-history-craftsmanship .ftr-history .container .ftr-logo {
    padding-top: 50px;
}

.ftr-page .ftr-history-craftsmanship .ftr-history .container .ftr-logo img {
    margin: auto;
}

.ftr-page .ftr-history-craftsmanship .ftr-history .container .ftr-history-text {
    display: flex;
    margin-top: 50px;
}

.ftr-page .ftr-history-craftsmanship .ftr-history .container .ftr-history-text .ftr-history-heading {
    width: 30%;
    margin-right: 30px;
    text-align: right;
}

.ftr-page .ftr-history-craftsmanship .ftr-history .container .ftr-history-text .ftr-history-heading h3 {
    font-size: 22px;
}

.ftr-page .ftr-history-craftsmanship .ftr-history .container .ftr-history-text .ftr-history-description {
    width: 70%;
    font-family: var(--indian-font-secondary);
    font-size: 16px;
}

.ftr-page .ftr-history-craftsmanship .ftr-history .container .ftr-history-img-wrapper {
    display: flex;
    margin-top: 50px;
}

.ftr-page .ftr-history-craftsmanship .ftr-history .container .ftr-history-img-wrapper .ftr-history-img-wrapper-elem {
    width: 50%;
}

.ftr-page .ftr-history-craftsmanship .ftr-history .container .ftr-history-img-wrapper .ftr-history-img-wrapper-elem:first-child {
    margin-right: 50px;
}

.ftr-page .ftr-history-craftsmanship .ftr-history .container .ftr-history-img-wrapper .ftr-history-img-wrapper-elem:first-child>img {
    margin-top: 150px;
}

.ftr-page .ftr-history-craftsmanship .ftr-craftsmanship .container {
    padding: 0 50px 50px 50px;
    background: #f7f7f7;
}

.ftr-page .ftr-history-craftsmanship .ftr-craftsmanship .container .ftr-craftsmanship-text-img {
    display: flex;
    align-items: center;
}

.ftr-page .ftr-history-craftsmanship .ftr-craftsmanship .container .ftr-craftsmanship-text-img .ftr-craftsmanship-text,
.ftr-page .ftr-history-craftsmanship .ftr-craftsmanship .container .ftr-craftsmanship-text-img .ftr-craftsmanship-img {
    width: 50%;
}

.ftr-page .ftr-history-craftsmanship .ftr-craftsmanship .container .ftr-craftsmanship-text-img .ftr-craftsmanship-text {
    padding: 0 150px;
}

.ftr-page .ftr-history-craftsmanship .ftr-craftsmanship .container .ftr-craftsmanship-text-img .ftr-craftsmanship-text h3 {
    font-size: 22px;
}

.ftr-page .ftr-history-craftsmanship .ftr-craftsmanship .container .ftr-craftsmanship-text-img .ftr-craftsmanship-text p {
    font-family: var(--indian-font-secondary);
    font-size: 16px;
}

@media screen and (max-width: 1199px) {
    .ftr-page .hero-text .hero-heading {
        width: 20%;
    }

    .ftr-page .hero-text .hero-description {
        width: 80%;
    }

    .ftr-page .ftr-overview {
        margin: 24px 90px 0 90px;
        padding: 40px;
    }

    .ftr-page .ftr-overview .ftr-overview-item:not(:last-child) {
        margin-right: 24px;
    }

    .ftr-page .ftr-overview .ftr-overview-item .ftr-overview-item-heading>span {
        font-size: 26px;
    }

    .ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper {
        padding: 40px;
    }

    .ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list {
        margin: 0 45px;
    }

    .ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item {
        width: calc(50% - 20px);
    }


    .ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item:nth-child(odd) {
        margin-right: 40px;
    }

    .ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item:nth-child(n+3) {
        margin-top: 40px;
    }

    .ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item .ftr-lineup-bikes-list-item-link .ftr-lineup-bikes-list-item-name h3 {
        font-size: 26px;
    }

    .ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item .ftr-lineup-bikes-list-item-price-wrapper .ftr-lineup-bikes-list-item-price {
        font-size: 22px;
    }

    .ftr-page .ftr-history-craftsmanship .ftr-history .container,
    .ftr-page .ftr-history-craftsmanship .ftr-craftsmanship .container {
        padding: 0 40px 40px 40px;
    }

    .ftr-page .ftr-history-craftsmanship .ftr-history .container .ftr-history-text .ftr-history-heading {
        width: 20%;
    }

    .ftr-page .ftr-history-craftsmanship .ftr-history .container .ftr-history-text .ftr-history-heading h3 {
        font-size: 20px;
    }

    .ftr-page .ftr-history-craftsmanship .ftr-history .container .ftr-history-text .ftr-history-description {
        width: 80%;
    }

    .ftr-page .ftr-history-craftsmanship .ftr-history .container .ftr-history-img-wrapper .ftr-history-img-wrapper-elem:first-child {
        margin-right: 40px;
    }

    .ftr-page .ftr-history-craftsmanship .ftr-craftsmanship .container .ftr-craftsmanship-text-img .ftr-craftsmanship-text h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .ftr-page .ftr-overview {
        margin: 16px 60px 0 60px;
        padding: 30px;
    }

    .ftr-page .ftr-overview .ftr-overview-item:not(:last-child) {
        margin-right: 16px;
    }

    .ftr-page .ftr-overview .ftr-overview-item .ftr-overview-item-heading>span {
        font-size: 24px;
    }

    .ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper {
        padding: 30px;
    }

    .ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list {
        margin: 0 30px;
    }

    .ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item {
        width: calc(50% - 15px);
    }

    .ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item:nth-child(odd) {
        margin-right: 30px;
    }

    .ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item:nth-child(n+3) {
        margin-top: 30px;
    }

    .ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item .ftr-lineup-bikes-list-item-link .ftr-lineup-bikes-list-item-name h3 {
        font-size: 24px;
    }

    .ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item .ftr-lineup-bikes-list-item-price-wrapper .ftr-lineup-bikes-list-item-price {
        font-size: 20px;
    }

    .ftr-page .ftr-history-craftsmanship .ftr-history .container,
    .ftr-page .ftr-history-craftsmanship .ftr-craftsmanship .container {
        padding: 0 30px 30px 30px;
    }

    .ftr-page .ftr-history-craftsmanship .ftr-history .container .ftr-history-img-wrapper .ftr-history-img-wrapper-elem:first-child {
        margin-right: 30px;
    }

    .ftr-page .ftr-history-craftsmanship .ftr-craftsmanship .container .ftr-craftsmanship-text-img .ftr-craftsmanship-text {
        padding: 0 90px;
    }
}

@media screen and (max-width: 767px) {
    .ftr-page .hero .container {
        padding: 0 15px;
    }

    .ftr-page .hero .hero-heading-mobile {
        display: block;
        padding-top: 15px;
        text-align: right;
    }

    .ftr-page .hero .hero-heading-mobile h1 {
        color: var(--indian-color-indian-motorcycle-red);
        font-size: 42px;
        letter-spacing: .1em;
    }

    .ftr-page .hero-text .hero-heading {
        display: none;
    }

    .ftr-page .hero-text .hero-description {
        width: 100%;
    }

    .ftr-page .ftr-overview {
        margin: 50px 15px 0 15px;
        padding: 20px;
        flex-direction: column;
    }

    .ftr-page .ftr-overview .ftr-overview-item {
        width: 100%;
    }

    .ftr-page .ftr-overview .ftr-overview-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 50px;
    }

    .ftr-page .ftr-overview .ftr-overview-item .ftr-overview-item-heading>span {
        font-size: 22px;
    }

    .ftr-page .ftr-lineup .ftr-lineup-heading h2 {
        font-size: 42px;
    }

    .ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper {
        padding: 20px;
    }

    .ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list {
        margin: 0;
        flex-direction: column;
    }

    .ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item {
        width: 100%;
    }

    .ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item:nth-child(odd),
    .ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item:nth-child(n+3) {
        margin: 0;
    }

    .ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item:not(:first-child) {
        margin-top: 16px;
    }

    .ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item .ftr-lineup-bikes-list-item-link .ftr-lineup-bikes-list-item-name h3 {
        font-size: 22px;
    }

    .ftr-page .ftr-lineup .ftr-lineup-bikes-wrapper .ftr-lineup-bikes-list .ftr-lineup-bikes-list-item .ftr-lineup-bikes-list-item-price-wrapper .ftr-lineup-bikes-list-item-price {
        font-size: 20px;
    }

    .ftr-page .ftr-history-craftsmanship .ftr-history .container,
    .ftr-page .ftr-history-craftsmanship .ftr-craftsmanship .container {
        padding: 0 15px 15px 15px;
    }

    .ftr-page .ftr-history-craftsmanship .ftr-history .container .ftr-history-text {
        flex-direction: column;
    }

    .ftr-page .ftr-history-craftsmanship .ftr-history .container .ftr-history-text .ftr-history-heading,
    .ftr-page .ftr-history-craftsmanship .ftr-history .container .ftr-history-text .ftr-history-description {
        width: 100%;
    }

    .ftr-page .ftr-history-craftsmanship .ftr-history .container .ftr-history-text .ftr-history-heading {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: left;
    }

    .ftr-page .ftr-history-craftsmanship .ftr-history .container .ftr-history-img-wrapper .ftr-history-img-wrapper-elem {
        width: 100%;
    }

    .ftr-page .ftr-history-craftsmanship .ftr-history .container .ftr-history-img-wrapper .ftr-history-img-wrapper-elem:first-child {
        display: none;
    }

    .ftr-page .ftr-history-craftsmanship .ftr-craftsmanship .container .ftr-craftsmanship-text-img {
        flex-direction: column;
    }

    .ftr-page .ftr-history-craftsmanship .ftr-craftsmanship .container .ftr-craftsmanship-text-img .ftr-craftsmanship-text,
    .ftr-page .ftr-history-craftsmanship .ftr-craftsmanship .container .ftr-craftsmanship-text-img .ftr-craftsmanship-img {
        width: 100%;
    }

    .ftr-page .ftr-history-craftsmanship .ftr-craftsmanship .container .ftr-craftsmanship-text-img .ftr-craftsmanship-text {
        padding: 0;
    }

    .ftr-page .ftr-history-craftsmanship .ftr-craftsmanship .container .ftr-craftsmanship-text-img .ftr-craftsmanship-img {
        margin-top: 30px;
    }
}