.nomargins {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: justify;
}

.cover .cover-media {
    width: 100%;
}

.cover img.logo {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 15vw;
}

.cta-line {
    position: relative;
    top: -1.8em;
    max-height: 3.6em;
    min-height: 3.6em;
    text-align: center;
    margin: 0;
    background: linear-gradient(
            to bottom,
            transparent 1.4em,
            var(--highlight-background-color) 1.4em,
            var(--highlight-background-color) 1.8em,
            transparent 1.8em
    );
    line-height: 3.7em;
}

.cta-button {
    font-family: SuzukiHeadline, Arial, Helvetica sans-serif;
    font-weight: normal;
    border-width: 0;
    border-radius: 0.8em;
    font-size: 2em;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0.2em 1.2em;
    height: 100%;
    color: var(--highlight-foreground-color);
    background-color: var(--highlight-background-color);
    cursor: pointer;
    text-decoration: none;
}


.cta-line .cta-button {
    margin: 0.5em;
}

.cta-line + .content, .cta-line + .content-narrow {
    padding-top: 2em;
}


.content {
    max-width: 1600px;
    margin: auto;
    padding: 2.5em 0;
}

.content-narrow {
    max-width: 1280px;
    margin: auto;
    padding: 2.5em 0;
}


h2 {
    font-family: SuzukiHeadline, Arial, Helvetica sans-serif;
    font-weight: normal;
}

.cti {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 90vw;
    overflow-x: hidden;
}

.cti.reverse {
    flex-direction: row-reverse;
}

.cti > * {
    max-width: 50%;
    flex: 50%;
}

.cti .cti-img img {
    max-width: 90%;
    margin: 0 5%;
}

.cti .cti-text .header-container {
    position: relative;
    width: 115%;
    overflow: hidden;
    z-index: 2;
    height: auto;
    left: 0;
    justify-content: left;
    display: flex;
}

.cti.reverse .cti-text .header-container {
    position: relative;
    width: 115%;
    left: -15%;
}

.cti .cti-text h2 {
    font-size: 2em;
    text-transform: uppercase;
}

.cti .cti-text.highlight h2 {
    font-size: 2.5em;
    background-color: var(--highlight-background-color);
    color: var(--highlight-foreground-color);
}

.cti .cti-text .header-container h2 {
    padding-right: 16%;
    padding-left: 0;
    width: 100%;
    text-align: right;
}

.cti.reverse .cti-text .header-container h2 {
    padding-right: 0;
    text-align: left;
    padding-left: 13%;
}


.plain-bar {
    background-color: var(--highlight-background-color);
    color: var(--highlight-foreground-color);
    text-transform: uppercase;
    text-align: center;
    padding: 0.3em;
    margin: 0;
}

.plain-bar h2 {
    font-size: 2.5em;
    padding-bottom: 0;
    margin: 0.2em
}

.plain-bar h3 {
    font-size: 1.7em;
    margin: 0.2em;
}

.plain-bar.extended {
    padding-bottom: 1.3em;
}

.dot-container {
    background-color: var(--gallery-background-color);
}

.dot-container-content {
    max-width: 1600px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
}

.dot-container-item {
    background-color: var(--gallery-background-color);
    color: var(--gallery-color);
    text-transform: uppercase;
    max-width: 12.5%;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0.3em;
    flex: 1;
}

.dot-container-item.active {
    font-weight: bold;
}


.dot-container-item-dot {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><circle cx="64" cy="64" r="62" stroke="%23013145" stroke-width="4" fill="%23ffffff"/></svg>');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin: -12px auto 12px auto;
}

.active .dot-container-item-dot {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><circle cx="64" cy="64" r="62" stroke="%23013145" stroke-width="4" fill="%23ffffff"/><circle cx="64" cy="64" r="54" fill="%23013145"/></svg>');
}

.gallery {
    background-color: var(--gallery-background-color);
    color: var(--gallery-color);
}

.gallery h4 {
    font-family: 'SuzukiHeadline', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.8em;
    text-align: center;
}

.gallery .slide {
    display: flex;
    flex-direction: column;
}

.gallery h2 {
    color: var(--gallery-caption-color);
    text-align: center;
    text-transform: uppercase;
    font-size: 2.5em;
}

.slide img {
    margin: auto;
    max-width: 100%;
    height: auto;
}

.splide__pagination__page.is-active {
    background-color: var(--gallery-color);
    background: #0b2533 !important;
}

.price-section {
    background-color: var(--price-background-color);
    color: var(--price-color);
}

.price-section h2 {
    text-transform: uppercase;
    text-align: center;
    padding: 0.3em;
    font-size: 2.5em;
    margin: 0;
}

.price-table {
    width: 80%;
    margin: auto;
}

.price-table-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.price-table-model-year {
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: end;
    position: relative;
    top: 0.5rem;
}

.price-table-production-year {
    text-align: right;
    display: flex;
    flex-direction: column;
}

.price-table td {
    color: var(--price-color);
}

.year-header {
    font-size: 1.2em;
    font-weight: normal;
}

.year-content {
    font-size: 2em;
    font-family: 'SuzukiHeadline', Arial, Helvetica, sans-serif;
}

.year-content a {
    text-decoration: none;
    color: var(--price-color);
    position: relative;
    padding: 5px 10px 7px 10px;
    border: none;
    transition: .2s;
}

.year-content a::after {
    content: "";
    position: absolute;
    display: none;
    left: 50%;
    bottom: 4px;
    transform: translate(-50%, 0);
    width: 10px;
    height: 6px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    background-color: var(--highlight-background-color);
}

.year-content a.active {
    color: var(--highlight-background-color);
}

.year-content a.active::after {
    display: block;
}

.price-table-content table {
    margin-top: 0.5em;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.price-table-content table thead tr {
    background-color: var(--highlight-background-color);
    color: var(--highlight-foreground-color);
}

.price-table-content table thead tr th {
    font-size: 1.2em;
    border: none;
    margin: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
}

.price-table-content table th span {
    font-size: 0.85em;
}

.top-padding {
    padding-top: 50px;
}

.price-table-content table tr th:first-child {
    width: 25%;
    text-align: left;
    padding-left: 0.8em;
}

.price-table-content table tr th:last-child {
    text-align: right;
    padding-right: 0.8em;
}

.price-table-content table tbody tr {
    background-color: var(--price-row-background-color);
    color: var(--highlight-foreground-color);
}

.price-table-content table tbody tr:nth-child(even) {
    background-color: var(--price-row-alternate-background-color);
}


.price-table-content table tbody tr td {
    font-size: 1.2em;
    border: none;
    margin: 0;
    padding: 1em 0.8em;
    text-align: center;
}

.price-table-content table tr *:first-child {
    text-align: left;
}

.price-table-content table tr *:last-child {
    text-align: right;
}

.price-table-disclaimers {
    padding-top: 3.3em;
    padding-bottom: 1.7em;
    font-size: 0.8em;
    text-align: justify;
    max-width: 88%;
    margin: auto;
}

.tech-spec h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 2.5em;
}

.contact-panel {
    background-color: black;
}

.contact-panel-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contact-panel-header .tab-header {
    font-family: 'SuzukiHeadline', Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    border-bottom: 5px solid var(--highlight-background-color);
    background-color: white;
    color: black;
    flex: 1;
    padding: 0.3em 0;
    cursor: pointer;
}

.contact-panel-header .tab-header a {
    color: unset;
    text-decoration: none;
}

.contact-panel-header .tab-header.active {
    background-color: var(--highlight-background-color);
    color: var(--highlight-foreground-color);
}

.contact-panel-header .tab-header:first-child {
    border-top-left-radius: 32px;
}

.contact-panel-header .tab-header:last-child {
    border-top-right-radius: 32px;
}

.contact-panel h4 {
    font-size: 1.1em;
    font-weight: normal;
    text-align: center;
}

.contact-panel-form {
    background-color: var(--contact-panel-form-background);
    color: white;
    padding: 1.5em 2.5em;
}

.contact-form-section-header {
    vertical-align: middle;
    line-height: 32px;
    display: flex;
}

.contact-form-section-header .badge {
    background-color: var(--highlight-background-color);
    color: var(--highlight-foreground-color);
    max-width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 16px;
    display: inline-block;
    margin-right: 1em;
    text-align: center;
    font-weight: bold;
}

.contact-form-section-header .form-section-header-rule {
    padding-left: 1em;
    flex-grow: 1;
}

.contact-form-section-header .form-section-header-rule hr {
    border: 1px solid #a0a0a0;
    padding: 0;
    margin: 14px 0;
}

.contact-panel-form-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contact-panel-form-row > div {
    flex: 1;
}

.contact-panel-form-row > div.icon {
    flex: 0 0;
    font-size: 2em;
    position: relative;
    text-align: center;
    min-width: 36px;
    margin-right: 0.5em;
    padding-top: 0.2em;
}

.contact-panel-form-row > div.checkbox {
    flex: 0 0;
    font-size: 2em;
    position: relative;
    text-align: center;
    min-width: 20px;
    padding-top: 0.2em;
    margin-right: 0.2em;
    vertical-align: top;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.req {
    font-size: 0.3em;
    color: var(--highlight-background-color);
    position: relative;
    top: -1.2em;
}

.contact-panel-form-row > div.icon > .req {
    position: absolute;
    top: 0.75em;
    right: 0.2em;
}


.contact-panel-form-input {
    display: flex;
    flex-direction: column;
    padding: 1em 0;
}

.contact-panel-form-input:first-child {
    margin-right: 1em;
}

.contact-panel-form-input:last-child {
    margin-left: 1em;
}

.contact-panel-form-input:only-child {
    margin: 0;
}


.contact-panel-form-input label {
    font-size: 0.8em;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 0.5em;
    padding-left: 0.8em;
}

.contact-panel-form-input:only-child label {
    color: var(--highlight-background-color);
}

.contact-panel-form-input input, .contact-panel-form-input select, .contact-panel-form-input textarea, .contact-panel-form-input .ss-main {
    width: 100%;
    font-family: 'SuzukiPro', Arial, Helvetica, sans-serif;
    border-radius: 0.6em;
    font-size: 1.1em;
    padding: 0.8em;
}

.collapsible {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.contact-panel-form-input textarea {
    resize: none;
    height: 10em;
}


.contact-panel-form-row .agreement-box {
    display: flex;
    flex-direction: column;
    padding: 0.4em 0;
}

.contact-panel-form-row .agreement-trigger {
    font-weight: bold;
    font-size: 0.8em;
    color: var(--highlight-background-color);
    padding: 0.4em 0;
}

.contact-panel-form-row .agreement-content .clause {
    display: block;
    width: 100%;
    border-radius: 0.6em;
    font-size: 0.9em;
    padding: 0.2em 0.5em;
    margin-top: 0.4em;
    height: 10em;
    background-color: var(--tech-spec-alternate-background);
    color: white;
    overflow-y: scroll;
}

.contact-panel-form-row .agreement-content .clause a {
    color: var(--highlight-background-color);
}

.contact-panel-form .action-box {
    padding-top: 1em;
    text-align: center;
}

.input-error {
    background-color: lightpink !important;
}

input[type='checkbox'].input-error::after {
    content: '\26A0';
    color: lightpink;
    position: relative;
    top: 14px;
    font-size: 1.3em;
}

input[type='search'] {
    font-family: 'SuzukiPro', Arial, Helvetica, sans-serif;
}

.success, .failure {
    background-color: seagreen;
    padding: 1em;
    margin: 1em 0;
    font-size: 1.2em;
    border-radius: 0.6em;
}

.failure {
    background-color: crimson;
}

.wrapper-table-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.wrapper-table-item {
    font-size: 16px;
    width: 48%;
    padding: 1em;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
}

.tech-spec ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0.6em 0.3em;
}


.tech-spec-item-key {
    text-align: start;
}

.tech-spec-item-value {
    text-align: end;
}

/*Todo clean it */

.map-container {
    width: 100%;
    height: 450px;
}

.map {
    object-position: center;
    width: 80%;
    height: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}


.p-with-marker::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--highlight-background-color);
    margin-right: 5px;
    border: 1px solid black;
    border-radius: 3px;
}

.img-w-50 {
    width: 50%;
}

.img-header {
    width: 40%;
    margin-top: 2rem;
}

.relative {
    position: relative;
}

.center {
    text-align: center;
}

.text-container {
    height: 50%;
    position: absolute;
    top: 50%;
    left: 35%;
    width: 50%;
    transform: translate(-50%, -50%);
}

.img-w-100 {
    max-width: 100% !important;
}

.opacity-bg {
    position: absolute;
    background-color: rgba(8, 21, 27, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: start;
    justify-content: center;
}

.dark-section-bg {
    background-color: rgba(8, 21, 26);
}

.cover-video {
    width: 90%;
    height: 100%;
}

.accessory-line {
    position: relative;
    top: 0;
    max-height: 3.6em;
    min-height: 3.6em;
    text-align: center;
    margin: 0;
    background: linear-gradient(to bottom, #013145 1.4em, var(--highlight-background-color) 1.4em, var(--highlight-background-color) 1.8em, var(--price-background-color) 1.8em);
    line-height: 3.7em;
}

.flex-column {
    display: flex;
    flex-direction: column;
}


.first-section .cti-text {
    display: flex;
    flex-direction: column;
}

.first-section .cti-text .nomargins {
    display: flex;
    flex-direction: column;
    align-items: end;
    flex: 1;
    justify-content: space-between;
}

.h-100 {
    height: 100%;
}

.display-block {
    display: block;
}

.display-left-mobile-center {
    margin-right: auto;
}


@media only screen and (max-width: 1600px) {

    .price-table {
        width: 88%;
        margin: auto;
    }

}


@media only screen and (max-width: 1100px) {

    .display-left-mobile-center {
        margin: auto;
    }

    .price-table {
        width: 95%;
        margin: auto;
    }

    .cti, .cti.reverse {
        flex-direction: column;
    }

    .cti > * {
        max-width: 90%;
        flex: 90%;
        margin: auto;
    }

    .cti .cti-text .header-container {
        position: relative;
        width: 100%;
        overflow: hidden;
        left: 0;
        margin: 0;
    }

    .cti.reverse .cti-text .header-container {
        position: relative;
        width: 100%;
        left: 0;
        margin: 0;
    }


    .cti .cti-text .header-container h2, .cti.reverse .cti-text .header-container h2 {
        margin: 0.4em 0 0.3em 0;
        padding: 0;
    }

    .cti .cti-text.highlight .header-container h2 {
        margin: 0;
        padding: 0 15px;
        text-align: center;
        font-size: 2em;
    }

    .cti.reverse .cti-text.highlight .header-container h2 {
        text-align: center;
        margin: 0;
        padding: 0 15px;
        font-size: 2em;
    }

    .slide img {
        max-width: 75%;
    }

    h2.plain-bar.extended {

        padding-bottom: 0.3em;
    }

    .dot-container {
        display: none;
    }

    .price-table {
        width: 90%;
        margin: auto;
    }

    .text-container {
        height: 50%;
        position: absolute;
        top: 50%;
        width: 75%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .width-100 {
        width: 100% !important;
    }

    .text-center {
        text-align: center !important;
        max-width: 80vw;
    }

    .colours-section ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .colours-section ul li {
        width: 90% !important;
    }

    .first-section .cti-text {
        margin-top: 1em;
    }

    .mobile-center {
        margin: 1em 0 2em 0;
        width: 100%;
    }

    .first-section .nomargins div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .first-section .cover-video {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {

    body {
        font-size: 12px;
    }

    .tech-spec .tech-spec-columns {
        flex-direction: column;
    }

    .tech-spec ul {
        width: 95%;
        margin: auto;
        padding: 0;
    }

    .wrap-text {
        white-space: normal;
    }

    .wrapper-table-item {
        width: 100%;
    }

    .wrapper-table-body tr:nth-child(even) {
        background-color: var(--tech-spec-alternate-background);
    }
}


@media only screen and (max-width: 450px) {

    .mobile-wrap {
        flex-wrap: wrap;
    }


    .margin-media-0 {
        margin: 0 !important;
        min-width: 25dvh;
    }

}


@media screen and (min-width: 640px) {
    .wrapper-table-body tr:nth-child(4n+3) {
        background-color: var(--tech-spec-alternate-background);
    }

    .wrapper-table-body tr:nth-child(4n+4) {
        background-color: var(--tech-spec-alternate-background);
    }
}


@media (min-width: 1100px) {
    .text-align-left {
        text-align: left !important;
        padding-left: 10px !important;
    }

    .text-align-right {
        text-align: right !important;
        padding-right: 10px !important;
    }
}

.yellow-font {
    color: #F9E701 !important;
    font-weight: bold;
}

.slider-text-gallery {
    display: flex;
}

.slider-text-gallery .content-container {
    display: flex;
    flex: 1;
    width: 50%;
}

.slider-text-gallery .content-container.content-text{
    padding: 2rem;
}

.slider-text-gallery .splide__track.content{
    padding: 0!important;
}

.slider-photo-right{
    flex-direction: row-reverse;
}