.brand-type__breadcrumbs {
    position: absolute;
    top: 20px;
    z-index: 1;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
    justify-content: left;
    left: 50%;
    transform: translateX(-50%);
}
.brand-type__breadcrumbs .gs-breadcrumbs__link {
    color: #fff;
}

.brand-type .gs-hero {
    padding-left: 0px;
    padding-right: 0px;
    padding: 320px 0px 48px 0px;
    overflow: hidden;
}
.brand-type .gs-hero__video {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: fill;
    top: 50%;
    transform: translateY(-50%);
}
.brand-type .gs-hero__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding: 0px 20px;
}
@media screen and (max-width: 576px) {
    .brand-type .gs-hero__buttons a:last-child {
        display: none;
    }
    .brand-type .gs-hero__video {
        left: 50%;
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 767px) {
    .brand-type .gs-hero .gs-hero__text {
        margin: 0px;
        width: auto;
    }
    .brand-type .gs-hero .gs-hero__text .gs-heading.page-heading {
        margin-top: 30px;
        text-align: left;
    }
    .brand-type .gs-hero__buttons {
        flex-direction: row;
        column-gap: 12px;
        margin-top: 16px;
    }
    .brand-type .gs-hero__buttons a {
        margin: 0;
    }
}

@media screen and (min-width: 768px) {
    .brand-type .gs-hero {
        margin-bottom: 0;
        padding: 200px 0px;
    }
    .brand-type .gs-hero__wrapper {
        padding: 0px 48px;
        position: relative;
        top: initial;
    }
    .brand-type__breadcrumbs {
        padding: 0px 48px;
    }
}
@media screen and (min-width: 992px) {
    .brand-type .gs-hero {
        padding: 260px 0px 30px 0px;
    }
    .brand-type .gs-hero__video {
        width: 100%;
        height: auto;
    }
}
@media screen and (min-width: 1200px) {
    .brand-type .gs-hero {
        padding: 380px 0px 48px 0px;
    }
}

.brand-type__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding: 0px 20px;
    margin-top: 20px;
    margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .brand-type__content {
        padding: 0px 48px;
    }
}

.brand-type__intro {
    margin-bottom: 48px;
    line-height: 2;
}

.filter-grid {
    margin-bottom: 48px;
}
.filter-grid__header .gs-heading.section-heading {
    text-transform: none;
    font-size: 24px !important;
    letter-spacing: initial;
}
.filter-grid__filters {
    margin: 30px 0px;
    display: flex;
    flex-direction: column;
}
.filter-grid__categories {
    display: flex;
    flex-direction: row;
    overflow: scroll;
    white-space: nowrap;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.filter-grid__categories li {
    padding-right: 8px;
}
.filter-grid__contact {
    font-size: 16px;
    color: rgb(112, 112, 112);
}
.filter-grid__results {
    display: grid;
    grid-template-columns: 1fr;
}
.filter-grid__results .gs-card__body span.gs-icon {
    margin-bottom: 16px;
}
.filter-grid__results .gs-card__body span.gs-icon:hover {
    cursor: pointer;
}
.filter-grid__results .gs-card__body a h2 {
    margin-bottom: 0px;
}

.filter-grid__results .gs-card__body .text {
    margin-bottom: 16px;
}

.filter-grid__results .gs-card__body .in-stock .gs-icon__svg svg {
    fill: rgb(93, 170, 213);
}
.filter-grid__results .gs-card__body .in-stock .gs-icon__text {
    color: rgb(93, 170, 213);
    font-size: 14px;
    font-weight: 500;
}
.filter-grid__results .gs-card__body .pre-owned .gs-icon__svg svg {
    fill: rgb(0, 43, 73);
}
.filter-grid__results .gs-card__body .pre-owned .gs-icon__text {
    color: rgb(0, 43, 73);
    font-size: 14px;
    font-weight: 500;
}
.filter-grid__results .gs-card__body .pre-owned .gs-icon__text .count {
    font-size: 12px;
    font-weight: 400;
    color: rgb(112, 112, 112);
    margin-left: 2px;
}
.filter-grid__results .gs-card__copy {
    margin-bottom: 20px;
}

@media screen and (min-width: 576px) {
    .filter-grid__results .gs-card__body a h2 {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .filter-grid__results {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 30px;
    }
    .filter-grid__filters {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }
}

.models {
    margin-bottom: 120px;
}
.models__title {
    margin-bottom: 30px;
}

.about {
    margin-bottom: 120px;
    display: flex;
    flex-direction: column-reverse;
}
.about__title {
    margin-bottom: 30px;
}
.about__button {
    margin-top: 30px;
}
.about__image-wrapper {
    position: relative;
    overflow: hidden;
    margin-right: -20px;
    margin-left: -20px;
}
.about__content {
    margin-top: 30px;
    max-width: 600px;
    line-height: 2;
}
.about__image {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 400px;
    overflow: hidden;
    object-fit: cover;
}
.about__image[data-modal-show] {
    cursor: pointer;
}
.about__image img {
    position: relative;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.about__image .play-btn {
    position: absolute;
    fill: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    height: 120px;
    width: 120px;
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .about__image-wrapper {
        margin-right: -48px;
        margin-left: -48px;
    }
}

@media screen and (min-width: 992px) {
    .about {
        margin-bottom: 120px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 30px;
    }
    .about__image-wrapper {
        margin-right: -48px;
        margin-left: 0px;
    }
}

.faq {
    margin-bottom: 48px;
    padding-top: 48px;
}
.faq__title {
    margin-bottom: 48px;
}
.faq__list {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 30px;
}

.faq__list .gs-accordion {
    margin-bottom: 30px;
}

.faq__list .gs-accordion span {
    font-family: Montserrat;
}

@media screen and (min-width: 992px) {
    .faq__list {
        grid-template-columns: 1fr 1fr;
    }
}

.highlights {
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.highlights__grid {
    cursor: grab;
}
.highlights__grid-wrapper {
    position: relative;
}
.highlights__title {
    margin-bottom: 30px;
    margin-top: 48px;
}
.highlights__icon {
    display: none !important;
    position: absolute;
    left: 8%;
    margin-top: 20px;
    z-index: 2;
}
.highlights__icon svg {
    fill: #f7e353;
    cursor: pointer;
}
.highlights__grid .gs-feature__title .gs-heading.block-heading {
    margin-top: 8px;
}

.highlights .gs-feature__title.gs-heading {
    text-transform: none;
    letter-spacing: initial;
}

@media screen and (min-width: 992px) {
    .highlights {
        margin-bottom: 550px;
        flex-direction: row;
        position: unset;
    }
    .highlights__icon {
        display: block !important;
    }
    .highlights__grid.slick-slider {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        position: absolute;
        width: 90%;
        right: 0px;
    }
    .highlights__grid .gs-feature {
        margin-left:20px;
    }
    .highlights .slick-dots {
        display: none !important;
    }
}

.testimonials {
    margin-bottom: 48px;
}
.testimonials__title {
    margin-bottom: 30px;
}
.testimonials__list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.news {
    background: #e0e0e0;
    padding: 30px 0px;
    margin-bottom: 60px;
}
.news__header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 30px;
}
.news__header-img {
    width: 200px;
    margin-bottom: 20px;
}
.news__list {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding: 0px 20px;
    display: grid;
    column-gap: 16px;
    grid-template-columns: 1fr;
}
.news__article-img img {
    height: 100%;
    width: auto;
    max-width: fit-content;
}

.news__list .gs-feature__title .gs-heading.link-heading {
    color: rgb(0, 43, 73);
}
.news__list .gs-feature__action a,
.news__list .gs-feature__pre-heading span {
    color: rgb(112, 112, 112);
}

.news__list .gs-feature__action .gs-icon svg {
    position: relative;
    bottom: 2px;
}

@media screen and (min-width: 576px) {
    .news__list {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (min-width: 768px) {
    .news {
        padding: 48px 0px;
    }
    .news__header {
        padding: 0px 60px;
        flex-direction: row;
        margin-bottom: 10px;
    }
    .news__header-img {
        width: 300px;
    }
    .news__list {
        padding: 0px 60px;
    }
    .news__list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* Duplicate Code, Use Code Below */
/* */
/* */

.gs-button {
    font-family: Montserrat;
}

.brand-type__breadcrumbs {
    position: absolute;
    top: 20px;
    z-index: 1;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
    justify-content: left;
    left: 50%;
    transform: translateX(-50%);
}
.brand-type__breadcrumbs .gs-breadcrumbs__link {
    color: #fff;
}

.brand-type .gs-hero {
    padding-left: 0px;
    padding-right: 0px;
    padding: 40% 0px 48px 0px;
    overflow: hidden;
}
.brand-type .gs-hero__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding: 0px 20px;
}
@media screen and (max-width: 767px) {
    .brand-type .gs-hero .gs-hero__text {
        margin: 0px;
        width: auto;
    }
    .brand-type .gs-hero .gs-hero__text .gs-heading.page-heading {
        margin-top: 30px;
        text-align: left;
    }
    .brand-type .gs-hero__buttons {
        flex-direction: row;
        column-gap: 12px;
        align-items: flex-start;
        margin-top: 20px;
    }
    .brand-type .gs-hero__buttons a {
        margin: 0;
    }
    .brand-type .gs-hero__video {
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media screen and (max-width: 576px) {
    .brand-type .gs-hero__buttons {
        flex-direction: column;
        row-gap: 16px;
    }
}
@media screen and (min-width: 768px) {
    .brand-type .gs-hero {
        margin-bottom: 0;
        padding: 200px 0px;
    }
    .brand-type .gs-hero__wrapper {
        padding: 0px 48px;
        position: relative;
        top: initial;
    }
    .brand-type__breadcrumbs {
        padding: 0px 48px;
    }
}
@media screen and (min-width: 992px) {
    .brand-type .gs-hero {
        padding: 260px 0px 30px 0px;
    }
    .brand-type .gs-hero__video {
        width: 100%;
        height: auto;
    }
}
@media screen and (min-width: 1200px) {
    .brand-type .gs-hero {
        padding: 380px 0px 48px 0px;
    }
}

.brand-type__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding: 0px 20px;
    margin-top: 20px;
    margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .brand-type__content {
        padding: 0px 48px;
    }
}

.brand-type__intro {
    margin-bottom: 48px;
    line-height: 2;
}

.filter-grid {
    margin-bottom: 48px;
}
.filter-grid__header .gs-heading.section-heading {
    text-transform: none;
    font-size: 24px !important;
    letter-spacing: initial;
}
.filter-grid__filters {
    margin: 30px 0px;
    display: flex;
    flex-direction: column;
}
.filter-grid__categories {
    display: flex;
    flex-direction: row;
    overflow: scroll;
    white-space: nowrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.filter-grid__categories::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}
.filter-grid__categories li {
    padding-right: 8px;
}
.filter-grid__contact {
    font-size: 16px;
    color: rgb(112, 112, 112);
}
.filter-grid__results {
    display: grid;
    grid-template-columns: 1fr;
}
.filter-grid__results .gs-card__body span.gs-icon {
    margin-bottom: 16px;
}
.filter-grid__results .gs-card__body a h2 {
    margin-bottom: 0px;
}
.filter-grid__results .gs-card__body .in-stock .gs-icon__text {
    color: rgb(93, 170, 213);
}
.filter-grid__results .gs-card__body .pre-owned .gs-icon__text {
    color: rgb(0, 43, 73);
}
.filter-grid__results .gs-card__copy {
    margin-bottom: 20px;
}

@media screen and (min-width: 576px) {
    .filter-grid__results .gs-card__body a h2 {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .filter-grid__results {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 30px;
    }
    .filter-grid__filters {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }
}

.models {
    margin-bottom: 120px;
}
.models__title {
    margin-bottom: 30px;
}
.models .gs-table__wrapper {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.models .gs-table__wrapper::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}
.about {
    margin-bottom: 120px;
    display: flex;
    flex-direction: column-reverse;
}
.about__title {
    margin-bottom: 30px;
}
.about__button {
    margin-top: 30px;
}
.about__image-wrapper {
    position: relative;
    overflow: hidden;
    margin-right: -20px;
    margin-left: -20px;
}
.about__content {
    margin-top: 30px;
    max-width: 600px;
    line-height: 2;
}
.about__image {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 400px;
    overflow: hidden;
    object-fit: cover;
}
.about__image[data-modal-show] {
    cursor: pointer;
}
.about__image img {
    position: relative;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.about__image .play-btn {
    position: absolute;
    fill: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    height: 120px;
    width: 120px;
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .about__image-wrapper {
        margin-right: -48px;
        margin-left: -48px;
    }
}

@media screen and (min-width: 992px) {
    .about {
        margin-bottom: 120px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 30px;
    }
    .about__image-wrapper {
        margin-right: -48px;
        margin-left: 0px;
    }
}

.inventory-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    margin-bottom: 48px;
    padding-top: 48px;
}
.inventory-links__card {
    border: 1px solid rgb(228, 228, 228);
    display: flex;
    flex-direction: column;
}
.inventory-links__content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.inventory-links__image {
    overflow: hidden;
}
.inventory-links__image a {
    display: inline-flex;
    height: 100%;
    width: 100%;
}
.inventory-links__image a img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.inventory-links__title {
    margin-bottom: 8px;
}
.inventory-links__content p {
    margin-bottom: 16px;
    font-size: 12px;
}

@media screen and (min-width: 576px) {
    .inventory-links__card {
        flex-direction: row;
        height: 175px;
        column-gap: 20px;
        width: 500px;
    }
    .inventory-links__content {
        width: 50%;
        padding-left: 0px;
    }
    .inventory-links__image {
        width: 50%;
    }
    .inventory-links__image a img {
        aspect-ratio: 4 / 3;
    }
}

@media screen and (min-width: 1200px) {
    .inventory-links {
        flex-direction: row;
        justify-content: center;
        column-gap: 30px;
    }
}

.faq {
    margin-bottom: 48px;
    padding-top: 48px;
}
.faq__title {
    margin-bottom: 48px;
}
.faq__list {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 30px;
}

.faq__list .gs-accordion {
    margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
    .faq__list {
        grid-template-columns: 1fr 1fr;
    }
}

.testimonials {
    margin-bottom: 48px;
}
.testimonials__title {
    margin-bottom: 30px;
}
.testimonials__list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.news {
    background: #e0e0e0;
    padding: 30px 0px;
    margin-bottom: 60px;
}
.news__header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 30px;
}
.news__header-img {
    width: 200px;
    margin-bottom: 20px;
}
.news__list {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding: 0px 20px;
    display: grid;
    column-gap: 16px;
    grid-template-columns: 1fr;
}
.news__article-img img {
    height: 100%;
    width: auto;
    max-width: fit-content;
}

.news__list .gs-feature__title .gs-heading.link-heading {
    color: rgb(0, 43, 73);
}
.news__list .gs-feature__action a,
.news__list .gs-feature__pre-heading span {
    color: rgb(112, 112, 112);
}

.news__list .gs-feature__action .gs-icon svg {
    position: relative;
    bottom: 2px;
}

@media screen and (min-width: 576px) {
    .news__list {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (min-width: 768px) {
    .news {
        padding: 48px 0px;
    }
    .news__header {
        padding: 0px 60px;
        flex-direction: row;
        margin-bottom: 10px;
    }
    .news__header-img {
        width: 300px;
    }
    .news__list {
        padding: 0px 60px;
    }
    .news__list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.model-inquiry__form-modal .gs-modal {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.model-inquiry__form-modal .gs-modal::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.model-inquiry__form {
    background: rgb(0, 43, 73);
    color: #ffffff !important;
}
.model-inquiry__form--mobile {
    padding-top: 30px;
    max-width: 500px;
    margin: 0 auto;
}

.model-inquiry__form-title {
    display: flex;
    margin-bottom: 20px;
}
.model-inquiry__form-title .gs-icon__svg svg {
    fill: rgb(247, 227, 83);
}

.model-inquiry__form-subtitle {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.model-inquiry__form-subtitle h4 {
    color: rgb(93, 170, 213);
    white-space: nowrap;
    margin-right: 8px;
}

.model-inquiry__form-subtitle hr {
    width: 100%;
    border-top: none !important;
    border-right: none;
    border-bottom: 1px solid rgb(112, 112, 112);
    margin: 0 !important;
}

.model-inquiry__form-modal .gs-modal {
    background: rgb(0, 43, 73);
}
@media screen and (max-width: 576px) {
    .model-inquiry__form-modal .gs-modal {
        max-height: unset;
        max-width: unset;
        height: 100%;
        width: 100%;
    }
}
@media screen and (min-width: 1024px) {
    .model-inquiry__form {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    .model-inquiry__form-modal .gs-modal {
        background: rgb(0, 43, 73);
    }
}

.hs-form-field {
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0;
    background: transparent;
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin-bottom: 12px;
    width: 100%;
    text-align: left;
    vertical-align: bottom;
}

.hs-form-field label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 10px !important;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 4px !important;
}

.hs-form-field .hs-form-checkbox label {
    justify-content: initial;
    align-items: center;
}

.hs-input {
    width: 100% !important;
    padding: 2px 8px !important;
    border: none !important;
    font-size: 14px !important;
    color: rgb(112, 112, 112) !important;
    border-radius: 0 !important;
    height: 30px !important;
    margin-top: 0 !important;
}

.hs-input.invalid {
    border: red 1px solid !important;
}

ul.hs-error-msgs {
    display: none !important;
}

.hs-input::-webkit-input-placeholder {
    color: rgb(112, 112, 112) !important;
}

.hs-input:-moz-placeholder {
    /* Firefox 18- */
    color: rgb(112, 112, 112) !important;
}

.hs-input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgb(112, 112, 112) !important;
}

.hs-input:-ms-input-placeholder {
    color: rgb(112, 112, 112) !important;
}

.hs-submit {
    margin-top: 20px;
}

.hs-submit input[type="submit"] {
    display: block;
    user-select: none;
    position: relative;
    width: fit-content;
    min-width: 128px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    hyphens: auto;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    border-style: solid;
    border-width: 1px;
    border-radius: 320px;
    transition: background-color 300ms ease 0s, color 300ms ease 0s, border 300ms ease 0s, box-shadow 300ms ease 0s;
    padding: 12px 20px 12px !important;
    color: #ffffff;
    background: rgb(93, 170, 213);
    border-color: rgb(93, 170, 213);
    width: 100%;
}

.gs-modal__container.video .gs-modal__content {
    padding: 0px 16px;
}

.video-modal__video-wrapper {
    max-height: 408px;
    max-width: 725px;
}

.video-modal__video {
    width: 100%;
    height: 100%;
    max-height: 408px !important;
    max-width: 725px !important;
    padding-bottom: 80%;
    overflow: hidden;
    position: relative;
}

.video-modal__nav-left,
.video-modal__nav-right {
    width: 36px;
    height: 36px;
    padding: 8px;
    border: 1px solid rgb(228, 228, 228);
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    color: rgb(112, 112, 112);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.video-modal__nav-left {
    transform: rotate(90deg);
    left: 8px;
}

.video-modal__nav-right {
    transform: rotate(-90deg);
    right: 8px;
}

@media screen and (min-width: 768px) {
    .video-modal__video {
        padding-bottom: 56.25%;
    }

    .gs-modal__container.video .gs-modal__content {
        padding: 0px 60px;
    }
}
