html {
    --main-background-color: #C8CFD5;
    --main-foreground-color: black;
    --highlight-background-color: #0637a8;
    --highlight-foreground-color: white;
    --gallery-background-color: white;
    --gallery-color: black;
    --gallery-caption-color: black;
    --price-background-color: black;
    --price-row-background-color: var(--main-background-color);
    --price-row-alternate-background-color: var(--main-background-color);
    --price-color: var(--main-foreground-color);
    --tech-spec-alternate-background: #012638;
    --contact-panel-form-background: var(--highlight-background-color);
}

.gallery-custom-within {
    background: var(--main-background-color) !important;
}

.gallery-custom-within .splide.gallery {
    background: var(--main-background-color) !important;
}


.contact-panel-form-input:only-child label {
    color: #ee1c25 !important;
}

.contact-panel-form-row .agreement-trigger {
    color: #ee1c25 !important;
}

.req {
    color: #ee1c25 !important;
}

.footer {
    margin-top: 0 !important;
    width: 100vw;
}

.content-narrow {
    padding: 2.5em 0 0 0;
}

.font-bold {
    font-weight: bold;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.max-w-300px {
    max-width: 300px;
}

.text-uppercase {
    text-transform: uppercase;
}

.index-1001 {
    z-index: 1001;
}

.text-white {
    color: white;
}

.contact-panel-form {
    color: black;
}

.blue-bg .plain-bar {
    background: #0637a8 !important;
}

.gallery-custom h2 {
    color: var(--highlight-background-color) !important;
}

.contact-panel-form {
    background-color: #0637a8 !important;
}

.contact-panel-header .tab-header.active {
    background-color: #0637a8 !important;
}

.contact-panel-header .tab-header {
    border-bottom: 5px solid #0637a8 !important;
}

.cover {
    position: relative;
    z-index: 1000;
}

.cta-line {
    z-index: 1001;
    background: linear-gradient(
            to bottom,
            transparent 1.4em,
            var(--highlight-background-color) 1.4em,
            var(--highlight-background-color) 1.8em,
            transparent 1.8em
    ) !important;
}

.content-narrow h4 {
    color: white;
}

.price-table-content table tbody tr {
    border-bottom: 2px solid black;
}

.price-section {
    background-color: white !important;
    color: black !important;
}

.price-section h2,
.price-section p {
    color: black !important;
}

.price-table-content table tbody tr td {
    font-size: 1em !important;
    padding: 0.2em 0.8em !important;
}

@media screen and (min-width: 1100px) {
    .left-text {
        text-align: left !important;
    }
}

@media screen and (max-width: 1100px) {
    .mobile-center-text {
        text-align: center !important;
    }
}

.cover .logo {
    display: none;
}

.swift-advantages {
    display: flex;
    color: var(--main-background-color);
}

.swift-advantages .swift-gallery,
.swift-advantages .right-section {
    flex: 1;
    width: 50%;
}

.right-section {
    padding: 2rem;
    align-items: start;
    display: flex;
    flex-direction: column;
    color: black;
}

.right-section img {
    height: 80px;
}

.first-section .cti-text .nomargins {
    justify-content: start !important;
    align-items: start !important;
}

.right-section > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.right-section p,
.right-section h3 {
    padding: 0 2rem !important;
}

.cti .cti-text h2 {
    font-size: 2.5em;
    background-color: var(--highlight-background-color);
    color: white;
}

.first-section .cti-text .nomargins {
    padding: 1rem;
}

.cover-video {
    width: 100% !important;
    height: unset !important;
    object-fit: fill;
    display: block;
}

.price-table-content table tbody tr td {
    background: white !important;
}

.cti > * {
    position: relative;
}

.swift-gallery .content {
    padding: 0 !important;
}

.colors-gallery .content {
    padding: 0 !important;
    margin: 0 !important;
    max-width: unset !important;
}

.colors-gallery {
    padding: 5rem 0;
    background: white;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0;
}

@media only screen and (max-width: 1100px) {
    .swift-advantages {
        flex-direction: column;
    }

    .swift-gallery,
    .right-section {
        width: 100% !important;
    }

    .right-section {
        padding: 5rem;
    }

    .colors-gallery {
        display: flex;
        justify-content: center;
    }

    .colors-gallery .content {
        width: 90% !important;
    }

    .colors-gallery .slide img{
        max-width: 100%!important;
    }

}