.color-table .color-green-50 {
    background-color: #f0f8cc
}

.color-table .color-green-100 {
    background-color: #e4f5ac
}

.color-table .color-green-200 {
    background-color: #c7e895
}

.color-table .color-green-300 {
    background-color: #a4d57a
}

.color-table .color-green-400 {
    background-color: #7dbb64
}

.color-table .color-green-500 {
    background-color: #5e9359
}

.color-table .color-green-600 {
    background-color: #3c6e48
}

.color-table .color-green-700 {
    background-color: #204a32
}

.color-table .color-green-800 {
    background-color: #083821
}

.color-table .color-green-900 {
    background-color: #0b2a19
}

.color-table .color-yellow-50 {
    background-color: #fff1bc
}

.color-table .color-yellow-100 {
    background-color: #ffe680
}

.color-table .color-yellow-200 {
    background-color: #ffdc4d
}

.color-table .color-yellow-300 {
    background-color: #ffc53d
}

.color-table .color-yellow-400 {
    background-color: #f6ae30
}

.color-table .color-yellow-500 {
    background-color: #e7930f
}

.color-table .color-yellow-600 {
    background-color: #ae5a05
}

.color-table .color-yellow-700 {
    background-color: #763c03
}

.color-table .color-yellow-800 {
    background-color: #4d2603
}

.color-table .color-yellow-900 {
    background-color: #371a01
}

.color-table .color-orange-50 {
    background-color: #ffe4d8
}

.color-table .color-orange-100 {
    background-color: #ffc9af
}

.color-table .color-orange-200 {
    background-color: #ffb48f
}

.color-table .color-orange-300 {
    background-color: #ff8d69
}

.color-table .color-orange-400 {
    background-color: #unset
}

.color-table .color-orange-500 {
    background-color: #e85830
}

.color-table .color-orange-600 {
    background-color: #a94223
}

.color-table .color-orange-700 {
    background-color: #732c13
}

.color-table .color-orange-800 {
    background-color: #552005
}

.color-table .color-orange-900 {
    background-color: #421601
}

.color-table .color-red-50 {
    background-color: #ffe1de
}

.color-table .color-red-100 {
    background-color: #fdc3c0
}

.color-table .color-red-200 {
    background-color: #fba59b
}

.color-table .color-red-300 {
    background-color: #f37f72
}

.color-table .color-red-400 {
    background-color: #f86156
}

.color-table .color-red-500 {
    background-color: #e9453a
}

.color-table .color-red-600 {
    background-color: #bd3830
}

.color-table .color-red-700 {
    background-color: #84211f
}

.color-table .color-red-800 {
    background-color: #5c1916
}

.color-table .color-red-900 {
    background-color: #3f1310
}

.color-table .color-beige-50 {
    background-color: #f1e6e0
}

.color-table .color-beige-100 {
    background-color: #e5cdbf
}

.color-table .color-beige-200 {
    background-color: #dab8a5
}

.color-table .color-beige-300 {
    background-color: #d1a88c
}

.color-table .color-beige-400 {
    background-color: #c49471
}

.color-table .color-beige-500 {
    background-color: #a4785a
}

.color-table .color-beige-600 {
    background-color: #72533e
}

.color-table .color-beige-700 {
    background-color: #523825
}

.color-table .color-beige-800 {
    background-color: #3b281a
}

.color-table .color-beige-900 {
    background-color: #2b1f17
}

.color-table .color-white {
    background-color: #fff
}

.color-table .color-gray-50 {
    background-color: #e8e8e8
}

.color-table .color-gray-100 {
    background-color: #dad9d8
}

.color-table .color-gray-200 {
    background-color: #cbcac8
}

.color-table .color-gray-300 {
    background-color: #bab9b5
}

.color-table .color-gray-400 {
    background-color: #a09e9a
}

.color-table .color-gray-500 {
    background-color: #82817d
}

.color-table .color-gray-600 {
    background-color: #5f5e5b
}

.color-table .color-gray-700 {
    background-color: #41413e
}

.color-table .color-gray-800 {
    background-color: #30312e
}

.color-table .color-gray-900 {
    background-color: #272623
}

.color-table .color-black {
    background-color: #000
}

.color-table-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start
}

.color-table-container table {
    width: 100%;
    max-width: 300px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    margin-bottom: 20px
}

.on-page-editor .title-accordion .toggle-content [scfieldtype="rich text"] {
    display: block
}

.title-accordion h3 {
    margin-bottom: 40px;
    flex-basis: 100%;
    font-weight: 500
}

.title-accordion h3.empty {
    margin-bottom: 0
}

.title-accordion .layout {
    border-radius: 12px;
    background-color: #272623;
    color: #fff;
    padding: 24px 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.title-accordion .layout.harvester-red {
    background-color: #84211f
}

.title-accordion .layout.forest-green {
    background-color: #204a32
}

.title-accordion .layout.white {
    background-color: #fff;
    color: #000;
    padding: 0;
    gap: 0
}

.title-accordion .layout.white .item {
    border-bottom: 1px solid #e8e8e8
}

.title-accordion .layout.white a {
    color: #000
}

.title-accordion .layout.white .field-heading:hover {
    text-decoration: underline
}

.title-accordion .layout.white .field-heading:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 32 32'%3E%3Cpolygon points='17 15 17 6 15 6 15 15 6 15 6 17 15 17 15 26 17 26 17 17 26 17 26 15 17 15' fill='%23000'/%3E%3C/svg%3E")
}

.title-accordion .layout.white .active>.toggle-header .field-heading:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 32 32'%3E%3Crect x='6' y='15' width='20' height='2' fill='%23000'/%3E%3C/svg%3E")
}

.title-accordion .layout a {
    color: #fff
}

.title-accordion .active>.toggle-header .field-heading:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 32 32'%3E%3Crect x='6' y='15' width='20' height='2' fill='%23fff'/%3E%3C/svg%3E")
}

.title-accordion .field-content {
    margin: 0 4px
}

.title-accordion .toggle-header {
    cursor: pointer;
    position: relative;
    margin: 0 4px
}

.title-accordion .toggle-header:focus-visible {
    outline: 2px solid #unset;
    outline-offset: 2px;
    border-radius: 2px
}

.title-accordion .toggle-header .field-heading {
    
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 125%;
    padding-right: 4rem;
    font-weight: 500;
    line-height: 1.35
}

@media (min-width:1056px) {
    .title-accordion .toggle-header .field-heading {
        
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 135%
    }
}

@media (min-width:1312px) {
    .title-accordion .toggle-header .field-heading {
        
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 135%
    }
}

@media (min-width:1056px) {
    .title-accordion .toggle-header .field-heading {
        font-weight: 500
    }
}

.title-accordion .toggle-header .field-heading p {
    font-size: inherit;
    
    font-weight: inherit
}

.title-accordion .toggle-header .field-heading:after {
    font-size: 24px;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 32 32'%3E%3Cpolygon points='17 15 17 6 15 6 15 15 6 15 6 17 15 17 15 26 17 26 17 17 26 17 26 15 17 15' fill='%23fff'/%3E%3C/svg%3E")
}

.title-accordion .toggle-header .field-heading:hover {
    text-decoration: underline
}

.title-accordion .toggle-header .label {
    text-align: left;
    display: block;
    background: 0 0;
    position: relative;
    z-index: 3
}

.title-accordion .toggle-header .label:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:671.98px) {
    .title-accordion .toggle-header .field-heading {
        padding-right: 3rem;
        line-height: 1.25
    }
}

.title-accordion .toggle-content {
    padding-top: 16px;
    padding-bottom: 16px
}

.title-accordion .toggle-content:after {
    content: "";
    display: table;
    clear: both
}

.title-accordion .items {
    overflow: hidden;
    flex-basis: 100%
}

.title-accordion .item {
    border-bottom: 1px solid rgba(232, 232, 232, .2);
    padding: 16px 0
}

@media (min-width:1056px) {
    .title-accordion h3 {
        margin-bottom: 0;
        flex-basis: 50%
    }

    .title-accordion .items {
        flex-basis: 50%
    }

    .title-accordion .layout {
        padding: 40px 40px 80px;
        gap: 32px;
        flex-direction: row
    }
}

.accordion-horizontal {
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent
}

.accordion-horizontal .items {
    display: inline-flex;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.accordion-horizontal .items .item {
    flex-grow: 1;
    order: 1;
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0;
    padding: 0 0 0 40px;
    min-height: 250px;
    position: relative
}

.accordion-horizontal .items .item.active .toggle-header {
    background: 0 0
}

.accordion-horizontal .items .item .toggle-header {
    box-sizing: border-box;
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    padding: 0;
    width: 40px;
    min-height: 100%;
    border-right: 1px solid #d2d2d2;
    border-bottom: none;
    background: 0 0
}

.accordion-horizontal .items .item .toggle-header .component {
    margin-top: 0
}

.accordion-horizontal .items .item .toggle-header .label {
    transform-origin: 50% 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%
}

.accordion-horizontal .items .item .toggle-header .label p {
    width: 200px
}

.accordion-horizontal .items .item .toggle-header .label div.field-heading {
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 16px
}

.accordion-horizontal .items .item .toggle-header .label div.field-heading span.scWebEditInput {
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.accordion-horizontal .items .item .toggle-content {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: auto;
    z-index: 10;
    height: 100%;
    overflow: hidden;
    text-align: left;
    padding: 10px
}

.link-list-grid .img-link {
    position: relative;
    display: block;
    margin-bottom: 16px
}

.link-list-grid .img-link span {
    right: 12px;
    left: auto;
    top: 12px
}

.link-list-grid span.blog-media {
    background-color: #272623;
    text-transform: uppercase;
    color: #fff;
    right: 12px;
    top: 12px;
    position: absolute;
    display: inline-block;
    padding: 8px 16px 8px 8px;
    border-radius: 4px;
    line-height: 1
}

.link-list-grid span.blog-media span {
    font-size: 1.1rem;
    line-height: 12px;
    display: inline-block
}

.link-list-grid span.blog-media .blog-media-type:before {
    
    color: #fff;
    margin-right: 8px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1
}

.link-list-grid span.blog-media .blog-Video:before {
    content: "\f03d"
}

.link-list-grid span.blog-media .blog-Podcast:before {
    content: "\f6a8"
}

.link-list-grid span.blog-media .blog-Webinar:before {
    content: "\f390"
}

.link-list-grid span.blog-media .blog-Whitepaper:before {
    content: "\f15b"
}

.link-list-grid .fa {
    display: inline-block;
    margin-right: 8px;
    font-size: 16px
}

.link-list-grid h3 {
    margin-bottom: 16px
}

.link-list-grid .card-body a {
    display: block;
    font-size: inherit;
    line-height: inherit;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.link-list-grid .card-body a:hover {
    color: #unset
}

.link-list-grid .card-body p {
    margin-bottom: 12px
}

.link-list-grid .card-body .date {
    color: #5f5e5b;
    text-transform: uppercase
}

.link-list-grid .card-body .read-more {
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 125%
}

@media (max-width:671.98px) {
    .link-list-grid .card-body h3 {
        margin-bottom: 12px
    }

    .link-list-grid .card-body .date {
        margin-bottom: 12px
    }

    .link-list-grid .card-body p {
        margin-bottom: 20px
    }
}

.featured-blog-list.link-list-grid ul {
    display: flex
}

.featured-blog-list.link-list-grid img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3/2;
    border-radius: 8px
}

@media (max-width:1055.98px) {
    .featured-blog-list.link-list-grid .featured-blog-card {
        margin-bottom: 80px
    }
}

@media (min-width:1056px) {
    .featured-blog-list.link-list-grid {
        display: flex;
        border: 0
    }

    .featured-blog-list.link-list-grid .img-link {
        width: 50%;
        margin-right: 32px
    }

    .featured-blog-list.link-list-grid .featured-blog-card {
        display: flex;
        margin-bottom: 120px
    }

    .featured-blog-list.link-list-grid h3 a {
        
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 115%
    }
}

@media (min-width:1056px) and (min-width:672px) {
    .featured-blog-list.link-list-grid h3 a {
        
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 100%
    }
}

@media (min-width:1056px) and (min-width:1056px) {
    .featured-blog-list.link-list-grid h3 a {
        
        font-weight: 500;
        font-size: 2.4rem;
        line-height: 100%
    }
}

@media (min-width:1056px) and (min-width:1312px) {
    .featured-blog-list.link-list-grid h3 a {
        
        font-weight: 500;
        font-size: 3rem;
        line-height: 100%
    }
}

@media (min-width:1056px) {
    .featured-blog-list.link-list-grid .card-body {
        width: 50%;
        padding: 0 80px
    }

    .featured-blog-list.link-list-grid .card-body h3 a {
        
        line-height: inherit;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }

    .featured-blog-list.link-list-grid .card-body p {
        margin-bottom: 32px
    }

    .featured-blog-list.link-list-grid .card-body .date {
        margin-bottom: 16px
    }
}

.blog-list.link-list-grid ul {
    display: grid;
    gap: 64px 32px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto 2fr
}

.blog-list.link-list-grid img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3/2;
    border-radius: 8px
}

@media (max-width:1055.98px) {
    .blog-list.link-list-grid ul {
        display: flex;
        flex-direction: column;
        gap: 40px
    }
}

.breadcrumb.component {
    color: #000;
    margin-left: 12px;
    padding-top: 11px;
    padding-bottom: 11px;
    
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 125%
}

@media (max-width:671.98px) {
    .breadcrumb.component {
        padding-top: 7px;
        padding-bottom: 7px
    }
}

@media (min-width:1056px) {
    .breadcrumb.component {
        
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 125%
    }
}

@media (min-width:1312px) {
    .breadcrumb.component {
        
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 125%
    }
}

.breadcrumb.component::after {
    display: block;
    clear: both;
    content: ""
}

.breadcrumb.component.breadcrumb-navigation {
    overflow: visible
}

.breadcrumb.component a {
    color: #000;
    text-decoration: underline
}

.breadcrumb.component a:hover {
    color: #e85830
}

.breadcrumb.component ol {
    list-style: none
}

.breadcrumb.component .field-title {
    display: inline-block
}

.breadcrumb.component .separator {
    margin: 0 5px;
    display: inline-block;
    vertical-align: text-bottom;
    line-height: 14px
}

.breadcrumb.component .separator:before {
    content: "";
    background-size: 100% 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    width: 15px;
    height: 15px
}

.breadcrumb.component li.breadcrumb-item:has(>a.light-bread)>span.separator:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJPdXRsaW5lZCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBvbHlnb24gcG9pbnRzPSIxMC41ODYgNy40MTQgMTkuMTcyIDE2IDEwLjU4NiAyNC41ODYgMTIgMjYgMjIgMTYgMTIgNiAxMC41ODYgNy40MTQiIGZpbGw9IiNmZmYiIHN0cm9rZS13aWR0aD0iMCIvPjwvc3ZnPg==)
}

.breadcrumb.component li.breadcrumb-item:has(>a.dark-bread)>span.separator:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJPdXRsaW5lZCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBvbHlnb24gcG9pbnRzPSIxMC41ODYgNy40MTQgMTkuMTcyIDE2IDEwLjU4NiAyNC41ODYgMTIgMjYgMjIgMTYgMTIgNiAxMC41ODYgNy40MTQiIHN0cm9rZS13aWR0aD0iMCIvPjwvc3ZnPg==)
}

.breadcrumb.component .breadcrumb-dots {
    vertical-align: bottom
}

.breadcrumb.component li {
    margin-right: 4px;
    position: relative;
    display: block;
    float: left
}

.breadcrumb.component li>.navigation-title {
    display: inline-block;
    vertical-align: middle
}

.breadcrumb.component li>.navigation-title>a:hover {
    color: #e85830
}

.breadcrumb.component li.last .separator {
    display: none
}

.breadcrumb.component li.last span {
    color: #000
}

.breadcrumb.component li.item-hide:hover>ol {
    display: none
}

.breadcrumb.component li:hover>ol {
    display: block;
    position: absolute;
    top: 20px;
    left: auto;
    z-index: 100
}

.breadcrumb.component li>ol {
    box-sizing: border-box;
    display: none;
    margin: 0;
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2
}

.breadcrumb.component li>ol li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d2d2d2;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    float: none;
    margin: 0;
    padding: 2px 20px;
    width: 100%;
    min-width: 140px;
    cursor: pointer
}

.breadcrumb.component li>ol li .fa {
    float: left
}

.breadcrumb.component li>ol li:hover {
    background: #89c6cc;
    color: #fff
}

.breadcrumb.component li>ol li:hover a {
    color: #fff !important
}

.breadcrumb.component li>ol li:before {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 2px
}

.breadcrumb.component li>ol li>a {
    display: block;
    padding: 2px 0 2px 10px
}

.breadcrumb.component li>ol li:last-child {
    border-bottom-width: 0
}

.breadcrumb.breadcrumb-hide li {
    white-space: nowrap
}

@media (max-width:1055.98px) {
    .breadcrumb.breadcrumb-hide li.item-hide:has(+li.last) {
        display: none
    }
}

.breadcrumb.breadcrumb-hide li.item-hide a {
    display: none
}

.breadcrumb.breadcrumb-hide li.item-hide:before {
    content: "...";
    display: inline
}

body.data-use-light .breadcrumb.breadcrumb-hide li.item-hide:before {
    color: #fff
}

.breadcrumb.breadcrumb-hide li.hide-full {
    display: none
}

.breadcrumb.triangle-separator .separator {
    font-size: 0
}

.breadcrumb.triangle-separator .separator:before {
    display: block;
    font-size: 1.6rem
}

.row.column-splitter {
    margin-left: 0;
    margin-right: 0;
    max-width: none
}

.row.column-splitter>div {
    padding-left: 0;
    padding-right: 0
}

.configurator h4 {
    margin-top: 5rem;
    margin-bottom: 3rem;
    position: relative
}

.configurator .alert {
    margin-left: 40px
}

.sxa-bordered {
    box-sizing: border-box
}

.sxa-bordered>.component-content {
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    border-radius: 5px
}

.column-splitter,
.row-splitter {
    box-sizing: border-box
}

.column-splitter .sxa-bordered,
.row-splitter .sxa-bordered {
    padding: 5px !important
}

.column-splitter .sxa-bordered .scEmptyPlaceholder,
.column-splitter .sxa-bordered>.component,
.row-splitter .sxa-bordered .scEmptyPlaceholder,
.row-splitter .sxa-bordered>.component {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    border-radius: 5px
}

.container {
    padding: 0
}

.container .component-content::after {
    display: block;
    clear: both;
    content: ""
}

main>#content {
    padding-left: 0;
    padding-right: 0;
    min-height: 20rem
}

section.section-container {
    width: 100%;
    background-size: cover
}

section.section-container .bg-effect {
    height: 100%
}

section.section-container .bg-effect>.container {
    padding-left: 20px;
    padding-right: 20px
}

section.section-container.narrow .bg-effect>.container {
    padding-left: 25%;
    padding-right: 25%
}

@media (min-width:1616px) {
    section.section-container.narrow .bg-effect>.container {
        padding-left: 15%;
        padding-right: 15%
    }
}

@media (max-width:1055.98px) {
    section.section-container.narrow .bg-effect>.container {
        padding-left: 15%;
        padding-right: 15%
    }
}

@media (max-width:671.98px) {
    section.section-container.narrow .bg-effect>.container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.background-asphalt.component {
    background-color: #272623;
    color: #fff
}

.background-asphalt.component a {
    color: #fff
}

.background-asphalt.component a.btn-primary {
    background-color: #fff;
    color: #000
}

.background-asphalt.component a.btn-primary:hover {
    background-color: #unset
}

.background-asphalt.component a.btn-primary:active,
.background-asphalt.component a.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #e8e8e8;
    color: #000
}

.background-asphalt.component a.btn-secondary {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff
}

.background-asphalt.component a.btn-secondary:hover {
    background-color: rgba(255, 255, 255, .08)
}

.background-asphalt.component a.btn-secondary:active,
.background-asphalt.component a.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: rgba(255, 255, 255, .12);
    color: #fff
}

.background-asphalt.component th {
    color: #272623
}

.no-hero-page-margin {
    margin-top: 12rem
}

@media (max-width:671.98px) {
    .no-hero-page-margin {
        margin-top: 10.4rem
    }
}

.dealer-network-widget {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    position: relative
}

.dealer-network-widget .component-content {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    padding: 20px
}

.dealer-network-widget h3 {
    font-size: 2.4rem
}

.dealer-network-widget label {
    font-size: 1.6rem;
    margin-bottom: 16px
}

.dealer-network-widget .inputs {
    display: flex;
    position: relative
}

.dealer-network-widget .inputs:before {
    display: block;
    position: absolute;
    
    content: "\f002";
    color: #000;
    font-size: 1.2rem;
    left: 18px;
    top: 50%;
    transform: translateY(-50%)
}

.dealer-network-widget input[type=text] {
    padding: 8px 16px 8px 48px;
    border: 1px solid #dad9d8;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    font-size: 1.4rem;
    line-height: 24px;
    color: #000;
    background-color: #e8e8e8;
    width: calc(100% - 6rem);
    vertical-align: bottom
}

.dealer-network-widget input[type=text]::placeholder {
    color: #a09e9a
}

.dealer-network-widget .map-icon {
    position: absolute;
    left: calc(100% - 9rem);
    top: 50%;
    transform: translateY(-50%)
}

.dealer-network-widget .map-icon:after {
    font-size: 1.4rem;
    display: block;
    
    content: "\f05b";
    color: #5f5e5b
}

.dealer-network-widget button {
    padding: 1rem 16px;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    font-size: 1.4rem;
    color: #000;
    background-color: #dad9d8;
    text-transform: none
}

.dealer-network-widget button:hover {
    background-color: #cbcac8
}

.dealer-network-widget button.disabled,
.dealer-network-widget button:disabled {
    color: #82817d;
    background-color: #e8e8e8
}

.dealer-network-widget .search {
    display: flex;
    flex-direction: column;
    margin-bottom: 86px
}

.dealer-network-widget .image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 5/7
}

@media (min-width:672px) {
    .dealer-network-widget .component-content {
        padding: 40px;
        flex-direction: row;
        height: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .dealer-network-widget h3 {
        width: 60%;
        font-size: 6.4rem;
        font-weight: 400;
        align-self: center;
        padding-right: 2rem
    }

    .dealer-network-widget label {
        font-size: 2.4rem;
        margin-bottom: 24px
    }

    .dealer-network-widget .search {
        width: 40%;
        align-self: center;
        margin: 0
    }

    .dealer-network-widget .inputs {
        align-self: flex-end;
        width: 100%
    }

    .dealer-network-widget .image-container img {
        aspect-ratio: 21/9
    }
}

.dealer-network-main {
    min-height: 60rem
}

.dealer-network-main .sitecore-form .search {
    position: relative;
    padding: inherit;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-height: 60rem
}

@media (min-width:1056px) {
    .dealer-network-main .sitecore-form .search {
        flex-direction: row
    }
}

.dealer-network-main .sitecore-form .search-section {
    width: 25%;
    min-width: 408px;
    background-color: var(--white)
}

@media (max-width:1055.98px) {
    .dealer-network-main .sitecore-form .search-section {
        padding-left: 0;
        width: 100%;
        min-width: auto
    }
}

.dealer-network-main .sitecore-form .dealer-search-box {
    padding-left: 16px;
    padding-right: 16px;
    background-color: var(--white);
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 0;
    border-bottom: 1px solid var(--gray-50);
    min-height: 35rem;
    width: 100%
}

@media (max-width:1055.98px) {
    .dealer-network-main .sitecore-form .dealer-search-box {
        position: relative
    }
}

.dealer-network-main .sitecore-form .results-list {
    min-height: 30rem
}

.dealer-network-main .sitecore-form .dealer-network-title {
    margin-top: 140px;
    margin-bottom: 24px;
    padding-top: 20px
}

.dealer-network-main .sitecore-form .filter-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px
}

.dealer-network-main .sitecore-form .filter-buttons a {
    font-size: 14px;
    text-decoration: underline
}

.dealer-network-main .sitecore-form .filter-buttons .btn {
    padding: 16px
}

.dealer-network-main .sitecore-form .filter-buttons .btn svg {
    margin-right: 8px;
    fill: var(--white);
    margin-top: -2px
}

.dealer-network-main .sitecore-form .filter-buttons .btn:hover svg {
    fill: var(--black)
}

.dealer-network-main .sitecore-form .location-search {
    padding: 0;
    margin-bottom: 12px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    position: relative
}

.dealer-network-main .sitecore-form .location-search #locationInput {
    padding-left: 4.8rem
}

.dealer-network-main .sitecore-form .location-search svg {
    fill: var(--gray-600);
    position: absolute;
    top: 1.2rem;
    left: 1.6rem
}

.dealer-network-main .sitecore-form #locationInput {
    margin: 0;
    border: 1px solid var(--gray-100);
    background-color: var(--gray-50);
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    line-height: 1.35;
    padding: 13px var(--spacing-16);
    height: 4.8rem
}

.dealer-network-main .sitecore-form #locationInput:focus {
    border: 1px solid var(--black)
}

.dealer-network-main .sitecore-form #submitLocation {
    position: relative;
    align-self: center;
    border-radius: 0 4px 4px 0;
    height: 4.8rem;
    text-transform: none
}

.dealer-network-main .sitecore-form .geolocation {
    flex-basis: 100%;
    margin-bottom: 12px
}

.dealer-network-main .sitecore-form .geolocation .fal {
    margin-right: 8px
}

.dealer-network-main .sitecore-form .geolocation button {
    text-transform: none;
    width: 100%;
    padding: 16px
}

.dealer-network-main .sitecore-form .country {
    width: 100%;
    margin-bottom: 12px
}

.dealer-network-main .sitecore-form .country select {
    margin: 0
}

@media (max-width:1055.98px) {
    .dealer-network-main .sitecore-form .dealer-locator-results {
        min-height: 20rem
    }
}

@media (min-width:1056px) {
    #wrapper.dealer-wrapper {
        overflow: unset
    }
}

.divider hr {
    margin: 10px 0;
    border: 0;
    height: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d2d2d2
}

.white-space-divider hr {
    border: none
}

.field-editor {
    background: 0 0;
    overflow: hidden
}

.field-editor .field-table {
    width: 100%;
    border-collapse: collapse
}

.field-editor .field-table table {
    word-wrap: break-word;
    table-layout: fixed
}

.field-editor .field-table tbody {
    border: none;
    background: 0 0
}

.field-editor .field-table tbody tr {
    background: 0 0
}

.field-editor .field-table th {
    color: #000;
    padding: 5px 10px;
    text-align: left;
    vertical-align: middle
}

.field-editor .field-table td {
    color: #747474;
    padding: 5px 10px;
    text-align: left;
    vertical-align: middle
}

.field-editor.position-right .field-table td {
    text-align: right
}

.field-editor.position-center .field-table td {
    text-align: center
}

.file-list {
    color: #000
}

.file-list h3 {
    margin-bottom: 64px
}

.file-list .list-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    padding: 16px 0
}

.file-list .list-item:hover {
    border-bottom-color: #41413e
}

.file-list .list-item a {
    color: #000
}

.file-list .list-item a:hover {
    color: #unset
}

.file-list .list-item .field-filetypeicon {
    margin-right: 16px
}

.file-list .list-item .field-filetypeicon a {
    font-size: 2rem
}

.file-list .list-item .field-linktext {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%
}

.file-list .list-item .field-linktext a {
    align-self: flex-end;
    
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 125%
}

@media (min-width:1056px) {
    .file-list .list-item .field-linktext a {
        
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 135%
    }
}

@media (min-width:1312px) {
    .file-list .list-item .field-linktext a {
        
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 135%
    }
}

.file-list .list-item .field-linktext a span {
    text-decoration: underline;
    
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 125%;
    text-transform: uppercase
}

@media (min-width:1056px) {
    .file-list .list-item .field-linktext a span {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

@media (min-width:1312px) {
    .file-list .list-item .field-linktext a span {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

@media (max-width:671.98px) {
    .file-list .list-item {
        align-items: flex-start
    }

    .file-list .list-item a {
        margin-top: 4px
    }

    .file-list .list-item .field-linktext {
        flex-direction: column;
        align-items: flex-start;
        width: auto
    }

    .file-list .list-item .field-linktext a {
        align-self: flex-start
    }
}

.file-list .doc,
.file-list .docx,
.file-list .field-filetypeicon>a>span,
.file-list .pdf,
.file-list .ppt,
.file-list .pptx,
.file-list .xls,
.file-list .xlsx {
    display: inline-block;
    box-sizing: border-box;
    font-weight: 400;
    margin: 0;
    padding: 0;
    position: relative
}

.file-list .doc::before,
.file-list .docx::before,
.file-list .field-filetypeicon>a>span::before,
.file-list .pdf::before,
.file-list .ppt::before,
.file-list .pptx::before,
.file-list .xls::before,
.file-list .xlsx::before {
    display: block;
    margin: 0;
    padding: 0;
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background-size: 2.4rem 2.4rem;
    background-position: -3px center;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M18.414,2h-10.414l-2,2v24l2,2h16l2-2V9.586l-7.586-7.586ZM23.586,10h-5.586v-5.586l5.586,5.586ZM24,28H8V4h8v8h8v16Z" stroke-width="0"/></svg>');
    background-repeat: no-repeat
}

.file-list .doc:hover::before,
.file-list .docx:hover::before,
.file-list .field-filetypeicon>a>span:hover::before,
.file-list .pdf:hover::before,
.file-list .ppt:hover::before,
.file-list .pptx:hover::before,
.file-list .xls:hover::before,
.file-list .xlsx:hover::before {
    color: #unset
}

@media (min-width:1056px) {

    .file-list .doc::before,
    .file-list .docx::before,
    .file-list .field-filetypeicon>a>span::before,
    .file-list .pdf::before,
    .file-list .ppt::before,
    .file-list .pptx::before,
    .file-list .xls::before,
    .file-list .xlsx::before {
        width: 3.2rem;
        height: 3.2rem;
        background-size: 3.2rem 3.2rem
    }
}

.file-list .field-filetypeicon .pdf:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M20,28H4V4h8v8h10v-2.414l-7.586-7.586H4l-2,2v24l2,2h16l2-2v-4h-2v4ZM19.586,10h-5.586v-5.586l5.586,5.586Z" stroke-width="0"/><path d="M11.283,15.004v6.996h1.399v-2.459h1.85c1.398,0,2.299-.869,2.299-2.269s-.9-2.269-2.299-2.269h-3.249ZM15.371,17.272c0,.66-.409.989-.939.989h-1.749v-1.979h1.749c.53,0,.939.33.939.989Z" stroke-width="0"/><path d="M20.603,15.004h-2.659v6.996h2.659c1.919,0,3.238-1.35,3.238-3.498s-1.319-3.498-3.238-3.498ZM20.553,20.721h-1.21v-4.438h1.21c1.119,0,1.829.949,1.829,2.219s-.71,2.219-1.829,2.219Z" stroke-width="0"/><polygon points="30 16.283 30 15.004 25.103 15.004 25.103 22 26.502 22 26.502 19.222 29.501 19.222 29.501 17.962 26.502 17.962 26.502 16.283 30 16.283" stroke-width="0"/></svg>');
    background-position: left center
}

.file-list .field-filetypeicon .xls:before,
.file-list .field-filetypeicon .xlsx:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M20,28H4V4h8v8h10v-2.414l-7.586-7.586H4l-2,2v24l2,2h16l2-2v-4h-2v4ZM19.586,10h-5.586v-5.586l5.586,5.586Z" stroke-width="0"/><polygon points="12.832 22 14.582 19.441 16.351 22 18.029 22 15.401 18.352 17.92 15.004 16.181 15.004 14.592 17.282 13.022 15.004 11.304 15.004 13.742 18.362 11.163 22 12.832 22" stroke-width="0"/><polygon points="20.362 15.004 18.963 15.004 18.963 22 23.761 22 23.761 20.721 20.362 20.721 20.362 15.004" stroke-width="0"/><path d="M28.211,18.002l-1.199-.38c-.54-.17-.84-.35-.84-.72,0-.409.47-.719,1.239-.719.55,0,1,.159,1.5.6l.919-.92c-.749-.699-1.599-.979-2.419-.979-1.559,0-2.688.81-2.688,2.099,0,1.01.61,1.6,1.609,1.909l1.399.439c.439.141.81.36.81.74,0,.46-.47.749-1.27.749-.67,0-1.349-.3-1.959-.799l-.909.909c.8.789,1.839,1.189,2.908,1.189,1.56,0,2.688-.85,2.688-2.129,0-.96-.579-1.609-1.789-1.989Z" stroke-width="0"/></svg>');
    background-position: left center
}

.file-list .field-filetypeicon .ppt:before,
.file-list .field-filetypeicon .pptx:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M20,28H4V4h8v8h10v-2.414l-7.586-7.586H4l-2,2v24l2,2h16l2-2v-4h-2v4ZM19.586,10h-5.586v-5.586l5.586,5.586Z" stroke-width="0"/><path d="M11.683,15.004v6.996h1.399v-2.459h1.85c1.398,0,2.299-.869,2.299-2.269s-.9-2.269-2.299-2.269h-3.249ZM15.771,17.272c0,.66-.409.989-.939.989h-1.749v-1.979h1.749c.53,0,.939.33.939.989Z" stroke-width="0"/><path d="M21.592,15.004h-3.249v6.996h1.399v-2.459h1.85c1.398,0,2.299-.869,2.299-2.269s-.9-2.269-2.299-2.269ZM21.491,18.262h-1.749v-1.979h1.749c.53,0,.939.33.939.989s-.409.989-.939.989Z" stroke-width="0"/><polygon points="24.402 15.004 24.402 16.283 26.502 16.283 26.502 22 27.9 22 27.9 16.283 30 16.283 30 15.004 24.402 15.004" stroke-width="0"/></svg>');
    background-position: left center
}

.file-list .field-filetypeicon .doc:before,
.file-list .field-filetypeicon .docx:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M20,28H4V4h8v8h10v-2.414l-7.586-7.586H4l-2,2v24l2,2h16l2-2v-4h-2v4ZM19.586,10h-5.586v-5.586l5.586,5.586Z" stroke-width="0"/><path d="M9.673,15.004v6.996h2.659c1.919,0,3.238-1.35,3.238-3.498s-1.319-3.498-3.238-3.498h-2.659ZM14.111,18.502c0,1.27-.71,2.219-1.829,2.219h-1.21v-4.438h1.21c1.119,0,1.829.949,1.829,2.219Z" stroke-width="0"/><path d="M19.712,14.884c-1.949,0-3.278,1.399-3.278,3.618s1.329,3.618,3.278,3.618,3.278-1.399,3.278-3.618-1.329-3.618-3.278-3.618ZM19.712,20.82c-1.119,0-1.819-.89-1.819-2.318s.7-2.318,1.819-2.318,1.819.889,1.819,2.318-.7,2.318-1.819,2.318Z" stroke-width="0"/><path d="M27.132,20.82c-1.119,0-1.819-.89-1.819-2.318s.7-2.318,1.819-2.318c.77,0,1.259.489,1.509,1.119l1.359-.479c-.439-1.21-1.549-1.939-2.868-1.939-1.949,0-3.278,1.39-3.278,3.618s1.329,3.618,3.278,3.618c1.319,0,2.429-.729,2.868-1.939l-1.359-.479c-.25.63-.709,1.119-1.509,1.119Z" stroke-width="0"/></svg>');
    background-position: left center
}

.form {
    margin: 10px 0;
    font-size: 14px;
    overflow: hidden
}

.form table {
    width: 100%
}

.form .scfSectionContent>div {
    margin: 5px 0 0 0;
    padding: 0
}

.form .scfSectionContent>div~div {
    margin: 0
}

.form .scfSectionContent>div>div,
.form .scfSectionContent>div>label {
    width: 100%;
    display: block;
    padding: 0
}

.form .has-feedback:after {
    content: "";
    display: table;
    clear: both
}

.form .scfRequired {
    display: none !important
}

.form fieldset {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    padding: 15px;
    margin: 10px 0;
    position: relative
}

.form fieldset legend {
    font-weight: 700;
    padding: 0 5px;
    font-size: 16px;
    position: absolute;
    top: -33px;
    background: #fff;
    left: 0
}

.form .scfSectionContent>div {
    box-sizing: border-box;
    margin: 15px 0;
    border: 1px dashed gray;
    padding: 10px;
    position: relative
}

.form .scfSectionContent>div:after {
    clear: both;
    content: "";
    display: block
}

.form .scfSectionContent>div:hover [class$=GeneralPanel]>[class$=UsefulInfo] {
    opacity: 1
}

.form .scfSectionContent>div input,
.form .scfSectionContent>div select {
    margin-left: 5px
}

.form .scfSectionContent [class$=UsefulInfo] {
    transition: opacity .75s;
    box-sizing: border-box;
    opacity: 0;
    font-size: 12px;
    margin-left: 5px;
    position: absolute;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    left: 0;
    top: -15px;
    padding: 4px 8px;
    max-width: 98%;
    width: auto;
    background-color: #f5f5f5;
    color: grey
}

.form input,
.form select,
.form textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    padding: 2px 4px;
    max-width: 98%
}

.form .scfCaptcha input[type=text] {
    margin: 0
}

.form .scfCaptchStrongTextPanel,
.form .scfCaptchaLimitGeneralPanel {
    max-width: 100%;
    width: auto
}

.form .scfCaptchaLabel {
    display: none
}

.form .scfSectionContent .scfCaptchaGeneralPanel embed {
    max-width: 180px
}

.form input[type=image] {
    border: none
}

.form button,
.form input[type=submit] {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    background: #fff;
    cursor: pointer;
    margin-left: 0
}

.form input[type=file],
.form input[type=password],
.form input[type=text],
.form textarea {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d2d2d2;
    width: 95%;
    padding: 2px
}

.form input[type=file]+span,
.form input[type=password]+span,
.form input[type=text]+span,
.form textarea+span {
    display: inline-block;
    vertical-align: middle
}

.form input[type=file] {
    -webkit-appearance: none;
    appearance: none
}

.form input[type=radio] {
    position: absolute
}

.form input[type=radio]+label:before {
    content: "";
    position: absolute;
    top: 2px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff
}

.form input[type=radio]+label:after {
    content: "";
    position: absolute;
    top: 2px;
    display: block;
    width: 16px;
    height: 15px;
    background: image-url("radiobox.png")
}

.form input[type=radio]:checked+label:after {
    background-position: -16px 0
}

.form input[type=radio]+label {
    -webkit-user-select: none;
    user-select: none;
    padding-left: 20px;
    margin-left: 5px;
    position: relative
}

.form select {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    max-height: 30px;
    position: relative;
    text-indent: 2px
}

.form .scfListBox {
    background: 0 0;
    max-height: none
}

.form .scfDateSelectorDay,
.form .scfDateSelectorMonth,
.form .scfDateSelectorYear {
    width: 30%
}

.form.hints-below .scfSectionContent [class$=UsefulInfo] {
    position: static;
    opacity: 1;
    max-width: 100%;
    width: 100%;
    margin: 5px 0 0 5px
}

.form.labels-above label {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0
}

.form.labels-above .scfCaptchaGeneralPanel,
.form.labels-above .scfCheckBoxListGeneralPanel,
.form.labels-above .scfConfirmPasswordGeneralPanel,
.form.labels-above .scfCreditCardGeneralPanel,
.form.labels-above .scfDateGeneralPanel,
.form.labels-above .scfDatePickerGeneralPanel,
.form.labels-above .scfDateSelectorGeneralPanel,
.form.labels-above .scfDropListGeneralPanel,
.form.labels-above .scfEmailGeneralPanel,
.form.labels-above .scfFileUploadGeneralPanel,
.form.labels-above .scfListBoxGeneralPanel,
.form.labels-above .scfMultipleLineGeneralPanel,
.form.labels-above .scfNumberGeneralPanel,
.form.labels-above .scfPasswordGeneralPanel,
.form.labels-above .scfRadioButtonListGeneralPanel,
.form.labels-above .scfSingleLineGeneralPanel,
.form.labels-above .scfSmsTelephoneGeneralPanel,
.form.labels-above .scfTelephoneGeneralPanel {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 93%
}

.form.labels-above .scfSectionContent .scfRequired {
    margin: 0 5px
}

.form.labels-above .scfMultipleLineGeneralPanel {
    width: 95%
}

.form.labels-above .scfMultipleLineTextBox {
    margin: 0 0 0 5px
}

.section-container .hero-slider .hero-container img {
    border-radius: 8px
}

.hero-slider .component-content {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%
}

.hero-slider .hero-headline h2 {
    position: relative;
    transition: transform 1.6s cubic-bezier(.4, 0, .1, 1), opacity 1s cubic-bezier(.4, 0, .1, 1);
    transform: translateX(50px);
    opacity: 0
}

@media (max-width:1055.98px) {
    .hero-slider .hero-headline h2 {
        transition: transform 1.4s cubic-bezier(.4, 0, .1, 1), opacity 1s cubic-bezier(.4, 0, .1, 1)
    }
}

.hero-slider .hero-headline .h2-light {
    display: block;
    transition: transform 1s cubic-bezier(.4, 0, .1, 1), opacity 1s cubic-bezier(.4, 0, .1, 1);
    transform: translateX(50px);
    opacity: 0
}

.hero-slider .swiper-slide-visible .hero-headline h2 {
    opacity: 1;
    transform: translateX(0)
}

.hero-slider .swiper-slide-visible .hero-headline .h2-light {
    opacity: 1;
    transform: translateX(0)
}

@media (min-width:1056px) {
    .hero-slider .hero-swiper-tabs .slide-count {
        display: none
    }
}

.hero-slider .hero-swiper-tabs .hero-container .hero-caption {
    position: absolute;
    bottom: 88px
}

.hero-slider .hero-swiper-tabs .hero-container .hero-caption .slide-count,
.hero-slider .hero-swiper-tabs .hero-container .hero-caption h5 {
    display: none
}

.hero-slider .tabs-top {
    position: absolute;
    border-top: 1px solid rgba(255, 255, 255, .4);
    height: 6rem;
    display: flex;
    bottom: 0;
    width: calc(100% - 4rem);
    z-index: 1;
    left: 2rem
}

@media (min-width:1056px) {
    .hero-slider .tabs-top {
        width: calc(100% - 8rem);
        left: 4rem
    }
}

.hero-slider .tabs-top.autoplay-true .swiper-slide-thumb-active {
    position: relative;
    opacity: 1
}

.hero-slider .tabs-top.autoplay-true .swiper-slide-thumb-active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background-color: #fff;
    animation: progress-bar-animation var(--interval) cubic-bezier(0, 0, 1, 1) forwards
}

@keyframes progress-bar-animation {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

.hero-slider .tabs-top.autoplay-false .swiper-slide-thumb-active {
    border-top: 1px solid #fff;
    opacity: 1
}

.hero-slider .tab-nav {
    display: flex;
    position: absolute;
    z-index: 1;
    width: 80%;
    overflow: hidden
}

.hero-slider .tab-nav .swiper-wrapper {
    z-index: 1;
    width: 100%
}

.hero-slider .tab-nav .swiper-slide {
    width: 100%;
    max-width: 100%;
    line-height: 1;
    opacity: .6
}

.hero-slider .tab-nav .swiper-slide .detail-medium {
    padding: 12px 32px 12px 0;
    cursor: pointer
}

@media (min-width:1056px) {
    .hero-slider .tab-nav {
        width: calc(100% - 8rem)
    }

    .hero-slider .tab-nav .swiper-slide {
        max-width: 132px
    }

    .hero-slider .tab-nav .slide-count {
        display: none
    }
}

@media (min-width:1312px) {
    .hero-slider .tab-nav .swiper-slide {
        max-width: 186px
    }
}

.hero-slider .hero-swiper-thumbnails .slide-count {
    display: none
}

@media (max-width:1055.98px) {
    .hero-slider .hero-swiper-thumbnails .hero-container.col-layout {
        justify-content: flex-start;
        flex-wrap: nowrap
    }

    .hero-slider .hero-swiper-thumbnails .hero-container.col-layout .hero-caption {
        height: auto
    }

    .hero-slider .hero-swiper-thumbnails .hero-container.col-layout .hero-caption .p-default {
        display: none
    }

    .hero-slider .hero-swiper-thumbnails .hero-container.col-layout .caption-content {
        align-self: flex-start
    }

    .hero-slider .hero-swiper-thumbnails .hero-container.col-layout .hero-headline {
        top: 20px;
        bottom: auto;
        transform: none
    }
}

.hero-slider .thumb-nav {
    display: flex;
    position: absolute;
    z-index: 1;
    right: auto;
    left: 20px;
    bottom: 20px
}

@media (min-width:1056px) {
    .hero-slider .thumb-nav {
        right: 40px;
        left: auto;
        bottom: 40px
    }
}

.hero-slider .thumb-nav .swiper-slide {
    max-width: 72px;
    align-self: flex-end
}

.hero-slider .thumb-nav img {
    width: 72px;
    height: auto;
    border: 1px solid transparent;
    border-radius: 4px;
    line-height: 1;
    vertical-align: bottom
}

.hero-slider .thumb-nav .img-overlay {
    position: relative;
    display: block;
    cursor: pointer
}

.hero-slider .thumb-nav .img-overlay::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    border-radius: 4px
}

.hero-slider .thumb-nav .swiper-slide-thumb-active .img-overlay::after {
    background: 0 0
}

.hero-slider .thumb-nav .swiper-slide-thumb-active img {
    border: 1px solid #fff
}

.hero-slider .caption-content {
    align-self: flex-end
}

.hero-slider .nav-buttons {
    position: absolute;
    z-index: 2;
    right: 2rem;
    bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (min-width:1056px) {
    .hero-slider .nav-buttons {
        right: 3rem
    }
}

.hero-slider .nav-buttons .arrow {
    cursor: pointer;
    fill: #fff;
    margin-left: 16px;
    padding: 8px
}

.hero-slider .nav-buttons .arrow.swiper-button-disabled {
    opacity: .5;
    cursor: default
}

.hero-slider .nav-buttons .arrow:focus {
    outline: 2px solid #unset;
    outline-offset: 2px;
    border-radius: 2px
}

.hero-slider .nav-buttons .arrow svg {
    width: 1.6rem;
    height: 1.6rem
}

.hero-slider .arrow-nav {
    width: auto;
    bottom: 2rem;
    right: 2rem
}

@media (min-width:1056px) {
    .hero-slider .arrow-nav {
        bottom: 4rem;
        right: 4rem
    }
}

.hero-slider .arrow-nav .arrow {
    background: #e8e8e8;
    fill: #000;
    padding: 1rem;
    margin-left: 8px;
    border-radius: 4px
}

.hero-slider .arrow-nav .arrow svg {
    width: 2rem;
    height: 2rem
}

.hero-slider .hero-headline {
    display: flex;
    flex-direction: column
}

.hero-slider .hero-container {
    display: flex
}

.hero-slider .hero-container .hero-headline {
    position: absolute;
    bottom: 32px;
    left: 32px;
    max-width: 100%;
    width: 100%
}

.hero-slider .hero-container.aspect16x9 img {
    aspect-ratio: 5/7
}

@media (min-width:672px) {
    .hero-slider .hero-container.aspect16x9 img {
        aspect-ratio: 5/4
    }
}

@media (min-width:1056px) {
    .hero-slider .hero-container.aspect16x9 img {
        aspect-ratio: 16/9
    }
}

.hero-slider .hero-container.aspect21x9 img {
    aspect-ratio: 5/7
}

@media (min-width:672px) {
    .hero-slider .hero-container.aspect21x9 img {
        aspect-ratio: 5/4
    }
}

@media (min-width:1056px) {
    .hero-slider .hero-container.aspect21x9 img {
        aspect-ratio: 21/9
    }
}

.hero-slider .hero-container.col-layout {
    display: flex;
    flex-direction: column
}

.hero-slider .hero-container.col-layout .hero-headline {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 20px 20px;
    bottom: auto;
    left: auto;
    z-index: 1
}

@media (min-width:1056px) {
    .hero-slider .hero-container.col-layout .hero-headline {
        padding: 0 32px 32px
    }
}

.hero-slider .hero-container.col-layout.two-column h2 {
    display: flex;
    flex-direction: column
}

@media (min-width:1056px) {
    .hero-slider .hero-container.col-layout.two-column h2 {
        justify-content: space-between;
        flex-direction: row
    }

    .hero-slider .hero-container.col-layout.two-column h2>span {
        text-align: right
    }
}

.hero-slider .hero-container.col-layout.three-column .hero-headline {
    display: none
}

.hero-slider .hero-container.col-layout.three-column .hero-headline p:last-child {
    max-width: 50%
}

.hero-slider .hero-container.col-layout.three-column h5 {
    margin-bottom: 20px
}

.hero-slider .hero-container.col-layout.three-column p {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px
}

@media (min-width:1056px) {
    .hero-slider .hero-container.col-layout.three-column .hero-headline {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .hero-slider .hero-container.col-layout.three-column .hero-headline p {
        font-weight: 400
    }
}

.hero-slider .hero-container.col-layout.stacked .hero-caption .slide-count {
    color: #bab9b5;
    margin-bottom: 16px
}

@media (max-width:1055.98px) {
    .hero-slider .hero-container.col-layout.stacked .hero-caption .slide-count {
        margin-bottom: 8px
    }
}

.hero-slider .hero-container.col-layout.stacked .hero-caption h5 {
    margin-bottom: 12px;
    text-transform: uppercase
}

@media (max-width:1055.98px) {
    .hero-slider .hero-container.col-layout.stacked .hero-caption .caption-content p {
        margin-bottom: 20px
    }
}

@media (max-width:1055.98px) {
    .hero-slider .hero-container .top {
        position: absolute;
        top: 2rem
    }

    .hero-slider .hero-container .top .hero-caption,
    .hero-slider .hero-container .top .hero-headline {
        position: relative;
        transform: none;
        bottom: auto
    }

    .hero-slider .hero-container .middle {
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .hero-slider .hero-container .middle .hero-caption,
    .hero-slider .hero-container .middle .hero-headline {
        position: relative;
        transform: none;
        bottom: auto
    }
}

.hero-slider .hero-container .hero-caption {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 20px;
    max-width: calc(100% - 4rem);
    height: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.hero-slider .hero-container .hero-caption h5 {
    margin-bottom: 12px
}

.hero-slider .hero-container .hero-caption p {
    margin-bottom: 16px;
    font-weight: 400
}

@media (min-width:672px) {
    .hero-slider .hero-container .hero-caption {
        max-width: 50%
    }
}

@media (min-width:1056px) {
    .hero-slider .hero-container .hero-caption {
        max-width: 30%;
        bottom: 4rem;
        left: 4rem;
        height: auto;
        display: block
    }

    .hero-slider .hero-container .hero-caption h5 {
        margin-bottom: 12px;
        margin-bottom: 20px;
        position: relative
    }

    .hero-slider .hero-container .hero-caption p {
        margin-bottom: 32px
    }
}

.hero-slider .hero-container img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.hotspot {
    padding-left: 0;
    padding-right: 0
}

.hotspot .hotspots {
    width: 100%;
    position: relative;
    min-height: 30rem
}

.hotspot .hotspots .hs-stage {
    position: relative
}

body.on-page-editor .hotspot .hotspots .hs-stage .hero-image-editable-section {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 230px;
    min-height: 200px;
    border: 2px solid #fff;
    background: #fff;
    color: #000
}

body.on-page-editor .hotspot .hotspots .hs-stage .hero-image-editable-section .hero-image-instructions {
    font-size: 1.3rem
}

body.on-page-editor .hotspot .hotspots .hs-stage .hero-image-editable-section .hero-image-editable img {
    width: 100%;
    height: auto
}

body.on-page-editor .hotspot .hotspots .hs-stage .hero-image-editable-section .hero-image-editable-mobile {
    border-top: 2px solid #fff
}

.hotspot .hotspots .hs-stage>img {
    border-radius: 8px;
    width: 100%;
    object-fit: cover
}

.hotspot .hotspots .hs-stage>img.desktop {
    display: block
}

.hotspot .hotspots .hs-stage>img.mobile {
    display: none
}

@media (max-width:1055.98px) {
    .hotspot .hotspots .hs-stage>img.desktop {
        display: none
    }

    .hotspot .hotspots .hs-stage>img.mobile {
        display: block
    }
}

.hotspot .hotspots .hs-controls {
    width: 100%;
    display: flex;
    margin-left: 8.3%;
    padding-top: 25px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

@media (max-width:671.98px) {
    .hotspot .hotspots .hs-controls {
        margin: 0;
        position: relative
    }
}

.hotspot .hotspots .hs-controls .headered-content {
    left: auto;
    top: auto;
    z-index: 2;
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column
}

body.on-page-editor .hotspot .hotspots .hs-controls .headered-content {
    display: none
}

.hotspot .hotspots .hs-controls .headered-content h4 {
    color: #fff;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 16px
}

@media (max-width:671.98px) {
    .hotspot .hotspots .hs-controls .headered-content {
        position: static;
        max-width: 100%
    }

    .hotspot .hotspots .hs-controls .headered-content h4 {
        color: #000;
        max-width: 80%;
        margin-bottom: 0;
        font-size: 2.4rem
    }

    .hotspot .hotspots .hs-controls .headered-content .switch {
        display: none
    }
}

.hotspot .hotspots .hs-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden
}

.hotspot .hotspots .hs-toggle+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: 0;
    -webkit-user-select: none;
    user-select: none
}

.hotspot .hotspots input.hs-toggle-round+label {
    padding: 2px;
    width: 40px;
    height: 23px;
    border-radius: 60px
}

.hotspot .hotspots input.hs-toggle-round+label span {
    color: #fff;
    margin-left: 50px
}

.hotspot .hotspots input.hs-toggle-round+label:after,
.hotspot .hotspots input.hs-toggle-round+label:before {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: ""
}

.hotspot .hotspots input.hs-toggle-round+label:before {
    right: 1px;
    background-color: #bab9b5;
    border-radius: 60px;
    transition: background .4s ease
}

@media (prefers-reduced-motion:reduce) {
    .hotspot .hotspots input.hs-toggle-round+label:before {
        transition: none
    }
}

.hotspot .hotspots input.hs-toggle-round+label:after {
    width: 20px;
    background-color: #unset;
    border-radius: 100%;
    transition: margin .4s ease
}

@media (prefers-reduced-motion:reduce) {
    .hotspot .hotspots input.hs-toggle-round+label:after {
        transition: none
    }
}

.hotspot .hotspots input.hs-toggle-round:checked+label:before {
    background-color: #fff
}

.hotspot .hotspots input.hs-toggle-round:checked+label:after {
    margin-left: 18px
}

.hotspot .hotspots .focus-dots,
.hotspot .hotspots .hs-targets {
    margin-bottom: 0
}

.hotspot .hotspots .focus-dots li,
.hotspot .hotspots .hs-targets li {
    position: absolute
}

@media (max-width:671.98px) {

    .hotspot .hotspots .focus-dots,
    .hotspot .hotspots .hs-targets {
        display: none
    }
}

.hotspot .hotspots .focus-dots div.hs-select,
.hotspot .hotspots .hs-targets div.hs-select {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    position: relative
}

.hotspot .hotspots .focus-dots div.hs-select:hover,
.hotspot .hotspots .hs-targets div.hs-select:hover {
    cursor: pointer
}

.hotspot .hotspots .focus-dots div.hs-select:hover .hs-outer,
.hotspot .hotspots .hs-targets div.hs-select:hover .hs-outer {
    border: 2px solid #a09e9a
}

.hotspot .hotspots .focus-dots div.hs-select.show,
.hotspot .hotspots .hs-targets div.hs-select.show {
    border: 2px solid rgba(255, 255, 255, .5)
}

.hotspot .hotspots .focus-dots div.hs-select div.hs-outer,
.hotspot .hotspots .hs-targets div.hs-select div.hs-outer {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 15px;
    position: absolute;
    top: 13%;
    left: 13%;
    display: flex;
    align-items: center;
    justify-content: center
}

.hotspot .hotspots .focus-dots div.hs-select div.hs-disc,
.hotspot .hotspots .hs-targets div.hs-select div.hs-disc {
    width: 16px;
    height: 16px;
    background: #unset;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.hotspot .hotspots .hs-popup-close {
    display: none;
    height: 30px;
    width: 30px;
    background: #unset;
    border-radius: 50%;
    position: absolute;
    top: 23%;
    left: 73.7%;
    z-index: 1;
    text-align: center;
    cursor: pointer
}

.hotspot .hotspots .hs-popup-close span {
    font-size: 2rem;
    line-height: 3rem;
    color: #fff
}

.hotspot .hotspots .hs-popup {
    display: none;
    height: 50%;
    max-width: 50%;
    width: 50%;
    position: absolute;
    top: 25%;
    left: 25%;
    background-color: #fff;
    opacity: .9;
    border-radius: 8px;
    overflow: hidden
}

.hotspot .hotspots .hs-popup .hs-slides {
    height: 100%;
    width: 100%;
    padding: 10%;
    background: #fff
}

.hotspot .hotspots .hs-popup .hs-slides .hs-detail-slide {
    width: 100%;
    height: 100%;
    display: inline-block
}

.hotspot .hotspots .hs-popup .hs-slides .hs-detail-slide h4 {
    color: #000;
    margin-bottom: 16px
}

.hotspot .hotspots .hs-popup .hs-chevrons {
    position: absolute;
    right: 20px;
    bottom: 20px
}

.hotspot .hotspots .hs-popup .hs-chevrons span {
    margin: 0 10px;
    cursor: pointer
}

@media (max-width:671.98px) {
    .hotspot .hotspots .hs-popup .hs-chevrons {
        right: 10px;
        bottom: 8px
    }
}

.hotspot .hotspots .slider-wrapper {
    display: none
}

.hotspot .hotspots .slider-wrapper .slick-slider {
    background: 0
}

.hotspot .hotspots .slider-wrapper .hs-detail-slide.item {
    text-align: left;
    padding-bottom: 16px
}

.hotspot .hotspots .slider-wrapper .hs-detail-slide.item h4 {
    margin-bottom: 16px
}

@media (max-width:671.98px) {
    .hotspot .hotspots .slider-wrapper {
        display: block
    }
}

.hotspot .hotspots .slider-wrapper .slick-dots {
    position: relative;
    text-align: center !important;
    width: auto;
    margin: 0;
    max-width: none;
    white-space: nowrap;
    bottom: 0
}

.hotspot .hotspots .slider-wrapper .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #fc4d0f;
    filter: alpha(opacity=50);
    filter: alpha(opacity=50);
    opacity: .5;
    background-color: #fff
}

.hotspot .hotspots .slider-wrapper .slick-dots li:hover {
    filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    opacity: 1
}

.hotspot .hotspots .slider-wrapper .slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.hotspot .hotspots .slider-wrapper .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center
}

.hotspot .hotspots .slider-wrapper .slick-dots li.slick-active {
    background: #unset;
    border-width: 1px;
    border-style: solid;
    border-color: #unset;
    filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    opacity: 1
}

.hotspot .hotspots .edit-hotspots .hs-detail-slide {
    margin: 40px;
    padding: 20px;
    border: 3px solid #a09e9a
}

.icon-link-list ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

.icon-link-list li {
    display: inline-block
}

.icon-link-list li a {
    text-decoration: none
}

.iframe iframe {
    width: 100%
}

.image img {
    max-width: 100%;
    height: auto
}

.image a {
    display: inline-block;
    max-width: 100%
}

.image .image-caption {
    display: block;
    font-style: italic;
    font-size: 1.1rem;
    color: #747474
}

.linked-image img {
    border-radius: 4px
}

.landscape-image img {
    aspect-ratio: 16/9;
    border-radius: 4px
}

.image-default-size img {
    max-width: none;
    width: auto !important
}

.image-left .component-content>div>img {
    float: left
}

.image-right .component-content>div>img {
    float: right
}

.in-page-nav {
    display: flex;
    overflow: hidden;
    opacity: 1;
    z-index: 100;
    position: fixed;
    bottom: 24px;
    left: 40px;
    border-radius: 4px
}

@media (min-width:1056px) {
    .in-page-nav {
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .08)
    }
}

@media (max-width:1055.98px) {
    .in-page-nav {
        left: 0
    }
}

.in-page-nav .ipn-bumper {
    display: block;
    min-width: 16px
}

@media (min-width:1056px) {
    .in-page-nav .ipn-bumper {
        display: none
    }
}

.in-page-nav .ipn-items {
    display: flex;
    padding: 2px;
    background: #fff
}

@media (max-width:1055.98px) {
    .in-page-nav .ipn-items {
        border-radius: 4px;
        box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, .12), 0 2px 8px 0 rgba(0, 0, 0, .12)
    }
}

.in-page-nav .ipn-nav-wrapper {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch
}

.in-page-nav .ipn-nav-wrapper::-webkit-scrollbar {
    display: none
}

.in-page-nav .ipn-nav-wrapper .hidden-item {
    width: 16px;
    background-color: transparent
}

.in-page-nav .ipn-nav-wrapper .menu-item {
    padding: 10px 12px;
    display: inline-flex;
    text-decoration: none;
    text-wrap: nowrap;
    color: #000;
    border-radius: 4px
}

@media (max-width:1055.98px) {
    .in-page-nav .ipn-nav-wrapper .menu-item {
        border-radius: 2px
    }
}

.in-page-nav .ipn-nav-wrapper .menu-item.active {
    background: #e8e8e8
}

.in-page-nav .ipn-nav-wrapper .menu-item:focus {
    outline: 0
}

.in-page-nav .ipn-nav-wrapper .menu-item:hover {
    text-decoration: underline
}

@media (max-width:1055.98px) {
    .in-page-nav .ipn-nav-wrapper {
        width: 100vw;
        overflow-x: scroll;
        padding-top: 2px;
        padding-bottom: 2px
    }
}

.in-page-nav.hide {
    transition: transform .5s ease;
    transform: translateY(200%)
}

.in-page-nav.show {
    transition: transform .5s ease;
    transform: translateY(0)
}

.ipn-helper-text {
    margin-top: 10px;
    margin-bottom: 10px
}

.waypoint-container .waypoint-id-box {
    display: none
}

body.on-page-editor .waypoint-container .waypoint-id-box {
    display: block;
    z-index: 500;
    position: absolute;
    top: 8px;
    right: 16px;
    background-color: #000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    padding: 4px 8px;
    margin-right: 16px;
    font-size: 12px;
    border-radius: 4px
}

.on-page-editor .individual-promo table {
    color: #000;
    margin-bottom: 20px;
    border-spacing: 8px
}

.individual-promo .promo-title {
    margin-bottom: 0;
    text-align: left
}

.individual-promo .promo-subtitle {
    text-align: left
}

.individual-promo .promo-category {
    margin-bottom: 12px;
    text-align: left
}

@media (min-width:672px) {
    .individual-promo .promo-category {
        margin-bottom: 16px
    }
}

.individual-promo .promo-description {
    text-align: left;
    margin-top: 12px
}

@media (min-width:672px) {
    .individual-promo .promo-description {
        margin-top: 16px
    }
}

.individual-promo .promo-description p {
    
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 1rem
}

.individual-promo .promo-description p:last-child {
    margin-bottom: 0
}

.individual-promo .promo-description ol,
.individual-promo .promo-description ul {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 10px
}

.individual-promo .promo-description li {
    
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 125%;
    margin-left: 15px
}

@media (min-width:1056px) {
    .individual-promo .promo-description li {
        
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 125%
    }
}

@media (min-width:1312px) {
    .individual-promo .promo-description li {
        
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 135%
    }
}

.individual-promo .promo-description ul li {
    list-style: disc;
    list-style-position: outside
}

.individual-promo .promo-description ol li {
    list-style: decimal;
    list-style-position: outside
}

.individual-promo .component-content {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 100%
}

.individual-promo .component-content .light .promo-description,
.individual-promo .component-content .light .promo-link,
.individual-promo .component-content .light .promo-subtitle,
.individual-promo .component-content .light .promo-title {
    color: #000
}

.individual-promo .component-content .light .promo-category {
    color: #000
}

.individual-promo .component-content .dark {
    background-color: #272623
}

.individual-promo .component-content .dark .promo-description,
.individual-promo .component-content .dark .promo-subtitle,
.individual-promo .component-content .dark .promo-title,
.individual-promo .component-content .dark a {
    color: #fff
}

.individual-promo .component-content .dark .promo-category {
    color: #fff
}

.individual-promo .component-content .horizontal {
    display: flex;
    flex-direction: column
}

.individual-promo .component-content .horizontal .promo-content {
    padding: 8px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

@media (min-width:672px) {
    .individual-promo .component-content .horizontal .promo-content {
        flex-basis: 50%;
        padding: 0 24px
    }
}

@media (min-width:1056px) {
    .individual-promo .component-content .horizontal .promo-content {
        padding: 0 80px
    }
}

@media (min-width:672px) {
    .individual-promo .component-content .horizontal {
        flex-direction: row;
        gap: 32px
    }

    .individual-promo .component-content .horizontal.image-right {
        flex-direction: row-reverse
    }

    .individual-promo .component-content .horizontal .promo-image {
        height: 100%;
        flex: 1;
        min-width: 400px;
        margin: auto
    }
}

@media (min-width:672px) and (min-width:672px) {
    .individual-promo .component-content .horizontal .promo-image {
        flex-basis: 50%
    }
}

@media (min-width:672px) {
    .individual-promo .component-content .horizontal.expandable {
        gap: 0
    }
}

.individual-promo .component-content .horizontal.expandable .promo-content {
    display: flex
}

@media (min-width:672px) {
    .individual-promo .component-content .horizontal.expandable .promo-content {
        padding: 0
    }
}

.individual-promo .component-content .horizontal.expandable .promo-content .promo-content-container {
    max-width: 600px
}

.individual-promo .component-content .horizontal.expandable .promo-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px
}

@media (min-width:672px) {
    .individual-promo .component-content .horizontal.expandable .promo-image {
        margin: 0
    }
}

@media (min-width:672px) {
    .individual-promo .component-content .horizontal.expandable.image-right .promo-image {
        padding-left: 80px;
        align-items: flex-start
    }
}

@media (min-width:1056px) {
    .individual-promo .component-content .horizontal.expandable.image-right .promo-image {
        padding-left: 160px
    }
}

.individual-promo .component-content .horizontal.expandable.image-right .promo-content {
    align-items: flex-end
}

@media (min-width:672px) {
    .individual-promo .component-content .horizontal.expandable.image-left .promo-image {
        padding-right: 80px;
        align-items: flex-end
    }
}

@media (min-width:1056px) {
    .individual-promo .component-content .horizontal.expandable.image-left .promo-image {
        padding-right: 160px
    }
}

.individual-promo .component-content .horizontal.expandable.image-left .promo-content {
    align-items: flex-start
}

.individual-promo .component-content .horizontal.expandable .promo-description {
    margin-top: 12px
}

.individual-promo .component-content .horizontal.expandable .image-container {
    position: relative;
    display: inline-block
}

.individual-promo .component-content .horizontal.expandable img {
    max-width: 350px
}

.individual-promo .component-content .vertical {
    flex-direction: column
}

.individual-promo .component-content .vertical .promo-content {
    padding: 16px 0
}

.individual-promo .component-content .square .promo-content {
    padding: 20px 0 12px
}

.individual-promo .component-content .square .promo-title {
    font-weight: 500;
    font-size: 1.8rem
}

.individual-promo .component-content .square .promo-subtitle {
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: 16px
}

.individual-promo .promo-content {
    flex: 1
}

.individual-promo .promo-content a {
    text-decoration: underline;
    display: inline-block;
    text-align: left;
    margin-top: 32px
}

.individual-promo .video-container {
    width: 100%;
    height: 100%
}

.individual-promo .video-container video {
    max-width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    cursor: pointer;
    border-radius: 8px
}

.individual-promo .video-container .mejs-inner,
.individual-promo .video-container iframe {
    width: 100%;
    height: 100%
}

.individual-promo .video-container .mejs-iframe-overlay {
    display: none
}

.individual-promo .video-container .mejs-container,
.individual-promo .video-container .mejs-mediaelement,
.individual-promo .video-container .mejs-overlay,
.individual-promo .video-container .mejs-poster {
    border-radius: 8px;
    width: 100% !important;
    height: 100% !important
}

.individual-promo .promo-image {
    flex: 1
}

.individual-promo .promo-image.aspect3x2 .sxa-video-wrapper,
.individual-promo .promo-image.aspect3x2 img {
    aspect-ratio: 3/2
}

.individual-promo .promo-image.aspect1x1 img {
    aspect-ratio: 1/1
}

.individual-promo .promo-image img {
    border-radius: 8px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%
}

.individual-promo button.modal-button {
    background-color: #fff;
    padding: 12px;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10
}

.individual-promo button.modal-button:hover {
    background-color: #unset
}

.individual-promo button.modal-button img {
    aspect-ratio: 1/1;
    width: 16px;
    height: 16px
}

.individual-promo .modal-content .image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.individual-promo .modal-content .modal-close {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
    cursor: pointer
}

.individual-promo .modal-content .modal-close:hover {
    fill: #unset
}

.languages {
    position: relative;
    margin: 32px 0
}

.languages .language-selector-button {
    padding: 12px;
    color: #fff;
    border: 1px solid #82817d;
    font-size: inherit
}

.languages .language-selector-button i {
    margin-left: 1rem
}

.languages .language-selector-button:hover {
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    color: #fff
}

.languages .language-selector-button:focus,
.languages .language-selector-button:focus-visible {
    outline: 2px solid #unset
}

.languages .language-selector-drop {
    display: none;
    bottom: 100%;
    top: auto;
    margin-bottom: 4px;
    position: absolute;
    min-width: 156px;
    z-index: 3;
    background-color: #41413e;
    color: #dad9d8;
    border-width: 1px;
    border-style: solid;
    border-color: #82817d;
    border-radius: 5px
}

@media (max-width:671.98px) {
    .languages .language-selector-drop {
        display: none
    }
}

.languages .language-selector-drop.show {
    display: block
}

.languages .language-selector-drop li a {
    padding: 12px;
    text-transform: uppercase;
    display: block;
    text-align: left
}

.languages .language-selector-drop li a:hover {
    color: #fff
}

.offer-cards.link-list-grid ul {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap
}

@media (max-width:1055.98px) {
    .offer-cards.link-list-grid ul {
        flex-direction: column;
        flex-basis: 100%
    }
}

.offer-cards.link-list-grid li {
    flex-basis: 33.3333%;
    margin-bottom: 2rem;
    flex-grow: 1
}

@media (max-width:1055.98px) {
    .offer-cards.link-list-grid li {
        flex-basis: 100%
    }
}

.offer-cards.link-list-grid .offer-card {
    margin: 0 1rem;
    height: 100%;
    position: relative;
    border: 0
}

@media (max-width:1055.98px) {
    .offer-cards.link-list-grid .offer-card {
        margin-right: 0;
        margin-left: 0
    }
}

.offer-cards.link-list-grid .offer-card .card-image img {
    width: 100%;
    object-fit: cover;
    height: 60rem;
    border-radius: 8px
}

@media (max-width:1055.98px) {
    .offer-cards.link-list-grid .offer-card .card-image img {
        height: 44rem
    }
}

.offer-cards.link-list-grid .offer-card .count-down {
    background-color: #e7930f;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    border-radius: 4px;
    padding: 10px 16px;
    margin-top: 12px;
    margin-right: 12px
}

.offer-cards.link-list-grid .offer-card .card-content {
    position: absolute;
    bottom: 0;
    padding: 0 40px 40px 40px
}

.offer-cards.link-list-grid .offer-card .card-content .card-dates {
    color: #fff;
    margin-bottom: 16px
}

.offer-cards.link-list-grid .offer-card .card-content .card-title {
    display: block;
    margin-bottom: 16px
}

.offer-cards.link-list-grid .offer-card .card-content .card-subtitle {
    margin-bottom: 36px
}

.offer-cards.link-list-grid .offer-card .card-content .card-cta,
.offer-cards.link-list-grid .offer-card .card-content .card-subtitle,
.offer-cards.link-list-grid .offer-card .card-content .card-title {
    color: #fff
}

.offer-cards.link-list-grid .offer-card .card-content .card-cta {
    text-decoration: underline
}

.offer-cards.link-list-grid .offer-card .card-content .card-cta:hover {
    color: #unset
}

footer .link-list li {
    padding: 0;
    border-bottom: none
}

.link-list h3 {
    margin-bottom: 64px
}

.link-list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e8e8e8
}

.link-list li:hover {
    border-bottom-color: #41413e
}

.link-list li .link-list-link {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    color: inherit;
    padding: 16px 0 16px 48px;
    width: 100%
}

.link-list li .link-list-link:hover {
    color: #unset
}

.link-list li .link-list-link:hover svg {
    fill: #unset
}

.link-list li .link-list-link svg {
    fill: #000;
    position: absolute;
    left: 0
}

.link-list li .link-list-link span {
    text-decoration: underline;
    
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 125%;
    text-transform: uppercase
}

@media (min-width:1056px) {
    .link-list li .link-list-link span {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

@media (min-width:1312px) {
    .link-list li .link-list-link span {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

@media (max-width:671.98px) {
    .link-list li .link-list-link {
        align-items: flex-start;
        flex-direction: column
    }

    .link-list li .link-list-link svg {
        width: 2.4rem;
        height: 2.4rem
    }

    .link-list li .link-list-link span {
        margin-top: 4px
    }
}

.link-list-title.footer-vertical:last-child {
    margin-bottom: 64px
}

.link-list-title.footer-vertical .h3 {
    cursor: pointer;
    
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 125%;
    text-transform: uppercase;
    font-size: 1.3rem;
    position: relative;
    border-bottom: 1px solid #41413e;
    margin-bottom: 2px
}

@media (min-width:1056px) {
    .link-list-title.footer-vertical .h3 {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

@media (min-width:1312px) {
    .link-list-title.footer-vertical .h3 {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

.link-list-title.footer-vertical .h3::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 32 32'%3E%3Cpolygon points='17 15 17 6 15 6 15 15 6 15 6 17 15 17 15 26 17 26 17 17 26 17 26 15 17 15' fill='%23fff'/%3E%3C/svg%3E");
    display: inline-block;
    font-size: 2rem;
    color: #bab9b5;
    position: absolute;
    right: 1rem;
    line-height: 1;
    padding: 12px 0
}

.link-list-title.footer-vertical .h3.show::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 32 32'%3E%3Crect x='6' y='15' width='20' height='2' fill='%23fff'/%3E%3C/svg%3E")
}

.link-list-title.footer-vertical .h3:focus,
.link-list-title.footer-vertical .h3:focus-visible {
    outline: 2px solid #unset;
    outline-offset: 2px;
    border-radius: 2px
}

.link-list-title.footer-vertical .h3 a {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500
}

.link-list-title.footer-vertical .list-container {
    display: none;
    z-index: 1;
    height: 0;
    transform: scaleY(0)
}

.link-list-title.footer-vertical .list-container.show {
    transition: transform .9s ease-in-out;
    transform: scaleY(1);
    transform-origin: top;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

@media (prefers-reduced-motion:reduce) {
    .link-list-title.footer-vertical .list-container.show {
        transition: none
    }
}

.link-list-title.footer-vertical ul {
    margin-left: 2rem
}

.link-list-title.footer-vertical li {
    line-height: 1.25
}

.link-list-title.footer-vertical a {
    
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 125%;
    padding: 12px 0;
    display: inline-block;
    color: #bab9b5
}

@media (min-width:1056px) {
    .link-list-title.footer-vertical a {
        
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 125%
    }
}

@media (min-width:1312px) {
    .link-list-title.footer-vertical a {
        
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 125%
    }
}

.link-list-title.footer-vertical a:hover {
    color: #unset
}

@media (min-width:672px) {
    .link-list-title.footer-vertical {
        margin-bottom: 32px
    }

    .link-list-title.footer-vertical .h3 {
        cursor: default;
        padding: 0 0 16px;
        margin: 0;
        border: 0
    }

    .link-list-title.footer-vertical .h3.show::after,
    .link-list-title.footer-vertical .h3::after {
        content: none
    }

    .link-list-title.footer-vertical .list-container {
        display: flex;
        flex-direction: column;
        height: auto;
        transform: scaleY(1)
    }

    .link-list-title.footer-vertical ul {
        margin-left: 0
    }

    .link-list-title.footer-vertical a {
        padding: 4px 0
    }
}

.link {
    background: 0 0
}

.link a {
    text-decoration: underline;
    font-size: inherit;
    color: #000
}

.link a:hover {
    color: #unset
}

.section-container .main-hero img {
    border-radius: 4px
}

.main-hero .component-content {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%
}

.main-hero .component-content .hero-container .image-editable-section {
    display: block;
    position: absolute;
    width: 250px;
    border: 2px solid #5f5e5b;
    background: #fff;
    color: #000;
    padding: 1rem;
    top: 1rem;
    left: 1rem;
    z-index: 10
}

.main-hero .component-content .hero-container .image-editable-section td {
    padding: 5px
}

.main-hero .component-content .hero-container .image-editable-section .image-editable {
    margin-top: 2rem
}

.main-hero .component-content .hero-container .image-editable-section .image-editable img {
    width: 100%;
    height: auto;
    margin-top: 5px;
    aspect-ratio: unset
}

.main-hero .component-content .hero-container .image-editable-section .ambient-video-add img::after {
    content: "[Click to select video]"
}

.main-hero .component-content .hero-container .image-editable-section .ambient-poster-add::before {
    content: "Select poster image"
}

.main-hero .component-content .hero-headline {
    display: flex;
    flex-direction: column
}

.main-hero .component-content .hero-container {
    display: flex;
    flex-direction: column
}

.main-hero .component-content .hero-container.integrated .hero-headline {
    position: absolute;
    bottom: 32px;
    left: 32px;
    width: calc(100% - 6.4rem);
    z-index: 10
}

@media (max-width:671.98px) {
    .main-hero .component-content .hero-container.integrated .hero-headline {
        width: calc(100% - 4rem);
        left: 20px
    }
}

.main-hero .component-content .hero-container.aboveimage .hero-headline {
    position: relative;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: 20px
}

@media (min-width:1056px) {
    .main-hero .component-content .hero-container.aboveimage .hero-headline {
        margin-left: 40px
    }
}

.main-hero .component-content .hero-container.aspect16x9 img {
    aspect-ratio: 5/7
}

@media (min-width:672px) {
    .main-hero .component-content .hero-container.aspect16x9 img {
        aspect-ratio: 16/9
    }
}

.main-hero .component-content .hero-container.aspect21x9 img {
    aspect-ratio: 5/7
}

@media (min-width:672px) {
    .main-hero .component-content .hero-container.aspect21x9 img {
        aspect-ratio: 21/9
    }
}

.main-hero .component-content .hero-container.aspectfullview img,
.main-hero .component-content .hero-container.aspectfullview video {
    height: 100vh !important
}

.main-hero .component-content .hero-container.col-layout .hero-headline {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 16px 16px;
    bottom: auto;
    left: auto;
    z-index: 1
}

@media (min-width:1056px) {
    .main-hero .component-content .hero-container.col-layout .hero-headline {
        padding: 0 32px 32px
    }
}

.main-hero .component-content .hero-container.col-layout.two-column .h2 {
    display: flex;
    flex-direction: column
}

@media (min-width:1056px) {
    .main-hero .component-content .hero-container.col-layout.two-column .h2 {
        justify-content: space-between;
        flex-direction: row
    }

    .main-hero .component-content .hero-container.col-layout.two-column .h2>span {
        text-align: right;
        margin-left: 100px
    }
}

.main-hero .component-content .hero-container.col-layout.three-column .hero-headline {
    display: none
}

.main-hero .component-content .hero-container.col-layout.three-column .hero-headline p:last-child {
    max-width: 50%
}

.main-hero .component-content .hero-container.col-layout.three-column h5 {
    margin-bottom: 20px
}

.main-hero .component-content .hero-container.col-layout.three-column p {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px
}

@media (min-width:1056px) {
    .main-hero .component-content .hero-container.col-layout.three-column .hero-headline {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .main-hero .component-content .hero-container.col-layout.three-column .hero-headline p {
        font-weight: 400
    }
}

.main-hero .component-content .hero-container.col-layout.stacked .hero-headline h1 {
    display: flex;
    flex-direction: column
}

.main-hero .component-content .hero-container.col-layout.stacked .hero-headline h2 {
    display: flex;
    flex-direction: column
}

.main-hero .component-content .hero-container.col-layout.stacked .hero-headline h3 {
    display: flex;
    flex-direction: column
}

.main-hero .component-content .hero-container.col-layout.stacked .hero-headline h4 {
    display: flex;
    flex-direction: column
}

.main-hero .component-content .hero-container.col-layout.stacked .hero-headline h5 {
    display: flex;
    flex-direction: column
}

.main-hero .component-content .hero-container.col-layout.stacked .hero-headline h6 {
    display: flex;
    flex-direction: column
}

@media (max-width:671.98px) {
    .main-hero .component-content .hero-container.col-layout.stacked .hero-headline {
        top: 16px;
        transform: none
    }
}

.main-hero .component-content .hero-container .hero-caption {
    position: absolute;
    z-index: 1;
    bottom: 16px;
    left: 16px;
    max-width: 90%;
    height: calc(100% - 32px);
    display: flex
}

.main-hero .component-content .hero-container .hero-caption h5 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.main-hero .component-content .hero-container .hero-caption p {
    margin-bottom: 16px;
    font-weight: 400
}

@media (min-width:672px) {
    .main-hero .component-content .hero-container .hero-caption {
        max-width: 50%
    }
}

@media (min-width:1056px) {
    .main-hero .component-content .hero-container .hero-caption {
        max-width: 30%;
        bottom: 32px;
        left: 32px;
        height: auto;
        display: block
    }

    .main-hero .component-content .hero-container .hero-caption h5 {
        margin-bottom: 20px;
        position: relative
    }

    .main-hero .component-content .hero-container .hero-caption p {
        margin-bottom: 32px
    }
}

.main-hero .component-content .hero-container img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.main-hero .component-content .hero-container .video-container {
    position: relative;
    display: flex
}

.main-hero .component-content .hero-container .video-container video {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3/2
}

@media (min-width:1056px) {
    .main-hero .component-content .hero-container .video-container video {
        aspect-ratio: auto
    }
}

.main-hero .component-content .hero-container .video-container .ambient-video-controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    display: block
}

.main-hero .component-content .hero-container .video-container .ambient-video-controls .hide {
    display: none
}



.mileage-counter {
    background-color: #272623;
    color: #fff
}

.mileage-counter .component-content {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left
}

.mileage-counter .component-content .title-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%
}

@media (min-width:672px) {
    .mileage-counter .component-content .title-wrapper {
        flex-direction: row;
        justify-content: space-between
    }
}

.mileage-counter .component-content .miles-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    
    font-weight: 400;
    font-variant-numeric: tabular-nums;
    line-height: 100%;
    font-size: clamp(6rem, calc(4rem + 5vw), 9rem);
    margin-top: 64px
}

@media (min-width:1056px) {
    .mileage-counter .component-content .miles-wrapper {
        font-size: clamp(8rem, calc(5rem + 5vw), 14rem);
        flex-direction: row;
        justify-content: center
    }
}

.mileage-counter .component-content .miles-wrapper .miles,
.mileage-counter .component-content .miles-wrapper .miles-label {
    width: 100%;
    white-space: nowrap
}

@media (min-width:672px) {

    .mileage-counter .component-content .miles-wrapper .miles,
    .mileage-counter .component-content .miles-wrapper .miles-label {
        width: auto
    }
}

@media (min-width:672px) {
    .mileage-counter .component-content .miles-wrapper .miles {
        margin-right: 20px
    }
}

.modal-dialog.modal-form-wrapper .modal-content .form-wrapper-modal-header {
    border-bottom: solid 1px #e8e8e8;
    display: block;
    margin-top: 24px;
    padding-bottom: 24px;
    position: relative;
    text-align: center;
    width: 100%
}

.modal-dialog.modal-form-wrapper .modal-content .form-wrapper-modal-header button {
    position: absolute;
    right: 20px;
    top: -6px;
    display: inline-block
}

.modal-dialog.modal-form-wrapper .modal-content .form-wrapper-modal-header button:hover {
    fill: #unset
}

.modal-dialog.modal-form-wrapper .modal-content .form-wrapper-modal-header .modal-title-text {
    vertical-align: bottom;
    display: inline
}

footer .modal-edit-mode {
    display: none
}

.modal-footer-text {
    display: none
}

footer .modal-footer-text {
    display: block;
    padding: 1rem
}

.navigation .level0>.navigation-title>a,
.navigation .level1>.navigation-title>a {
    border-style: solid;
    border-width: 0 0 2px 0;
    padding-right: 3px;
    margin-right: 5px
}

.navigation .level0>.navigation-title>a:hover,
.navigation .level1>.navigation-title>a:hover {
    text-decoration: none
}

.navigation li.submenu {
    margin-bottom: 0
}

.navigation li>.navigation-title>a {
    padding: 3px 5px 3px 0;
    display: block;
    text-decoration: none
}

.navigation .submenu>ul {
    padding-left: 10px
}

.news-promo .component-content {
    display: flex;
    flex-direction: column;
    max-width: 100%
}

@media (min-width:672px) {
    .news-promo .component-content {
        flex-direction: row
    }
}

.news-featured {
    flex-basis: 100%;
    margin-bottom: 16px
}

@media (min-width:672px) {
    .news-featured {
        flex-basis: 55%;
        padding-right: 16px
    }
}

.news-featured .news-feature {
    aspect-ratio: 4/5;
    background-size: cover;
    background-position: center;
    padding: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    border-radius: 8px;
    overflow: hidden
}

@media (min-width:672px) {
    .news-featured .news-feature {
        padding: 40px
    }
}

.news-featured .news-feature .featured-title {
    margin-top: 8px;
    margin-bottom: 12px
}

@media (min-width:672px) {
    .news-featured .news-feature .featured-title {
        margin: 16px 0
    }
}

.news-featured .news-feature a {
    color: #fff;
    margin-top: 20px;
    text-decoration: underline;
    text-underline-offset: 4px;
    align-self: flex-start
}

@media (min-width:672px) {
    .news-featured .news-feature a {
        margin-top: 32px
    }
}

.news-featured .news-feature a:hover {
    color: #unset
}

.news-featured .news-feature .news-release-date {
    color: #fff
}

.news-featured .news-feature-skeleton {
    aspect-ratio: 4/5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%
}

.news-small {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box
}

@media (min-width:672px) {
    .news-small {
        flex-basis: 45%
    }
}

.news-small .story-container {
    margin-left: 0
}

@media (min-width:672px) {
    .news-small .story-container {
        margin-left: 16px
    }
}

.news-story {
    padding: 16px 0;
    border-top: solid 1px #dad9d8;
    display: flex;
    flex-direction: row
}

@media (min-width:672px) {
    .news-story {
        padding-bottom: 32px
    }
}

.news-image {
    flex-basis: 30%;
    margin-right: 16px
}

@media (min-width:672px) {
    .news-image {
        flex-basis: 25%;
        margin-right: 32px
    }
}

.news-image img {
    border-radius: 4px;
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover
}

.news-content {
    flex-basis: 70%
}

.news-content p {
    margin-top: 4px;
    margin-bottom: 12px
}

@media (min-width:672px) {
    .news-content p {
        margin-top: 12px;
        margin-bottom: 32px
    }
}

.news-content a {
    text-decoration: underline;
    text-underline-offset: 4px
}

.news-release-date {
    color: #5f5e5b
}

.page-list .field-title {
    font-weight: 700
}

.page-preview .component-content {
    color: #000;
    display: flex;
    flex-direction: column
}

@media (min-width:672px) {
    .page-preview .component-content {
        flex-direction: row
    }
}

.page-preview .component-content .preview-category-container {
    margin-right: 80px;
    margin-top: 16px;
    width: 160px
}

@media (min-width:672px) {
    .page-preview .component-content .preview-category-container {
        margin-top: 0
    }
}

.page-preview .component-content .preview-title,
.page-preview .component-content .preview-titles {
    flex-basis: 100%;
    text-align: left
}

@media (min-width:672px) {

    .page-preview .component-content .preview-title,
    .page-preview .component-content .preview-titles {
        padding: 0 8px;
        flex-basis: 50%
    }
}

.page-preview .component-content .preview-content-container {
    flex-basis: 100%
}

@media (min-width:672px) {
    .page-preview .component-content .preview-content-container {
        padding: 0 8px;
        flex-basis: 50%
    }
}

.page-preview .component-content .preview-category {
    color: #5f5e5b;
    text-align: left
}

.page-preview .component-content .preview-category-value {
    text-align: left
}

.page-preview .component-content .preview-content {
    text-align: left;
    margin-top: 20px
}

.page-preview .component-content .preview-content~.btn {
    margin-top: 40px
}

@media (max-width:671.98px) {
    .page-preview .component-content .preview-content~.btn {
        display: block;
        margin-top: 20px
    }
}

.page-preview .component-content .preview-content p {
    
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 1rem
}

.page-preview .component-content .preview-content p:last-child {
    margin-bottom: 0
}

.page-preview .component-content .preview-content a:not(.btn) {
    font-size: inherit;
    text-decoration: underline
}

.page-preview .component-content .preview-content ol,
.page-preview .component-content .preview-content ul {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 10px
}

.page-preview .component-content .preview-content li {
    
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 125%;
    margin-left: 15px
}

@media (min-width:1056px) {
    .page-preview .component-content .preview-content li {
        
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 135%
    }
}

@media (min-width:1312px) {
    .page-preview .component-content .preview-content li {
        
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 135%
    }
}

.page-preview .component-content .preview-content ul li {
    list-style: disc;
    list-style-position: outside
}

.page-preview .component-content .preview-content ol li {
    list-style: decimal;
    list-style-position: outside
}

@media (min-width:672px) {
    .page-preview .component-content .preview-content {
        margin-top: 0
    }
}

.list-pagination {
    background: 0 0
}

.list-pagination nav {
    color: #000
}

.list-pagination nav>a,
.list-pagination nav>span {
    display: inline-block;
    margin: 2px 1px 2px 0;
    padding: 4px 8px;
    
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 125%;
    text-transform: uppercase
}

@media (min-width:1056px) {

    .list-pagination nav>a,
    .list-pagination nav>span {
        
        font-weight: 400;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

@media (min-width:1312px) {

    .list-pagination nav>a,
    .list-pagination nav>span {
        
        font-weight: 400;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

.list-pagination nav>a:hover,
.list-pagination nav>span:hover {
    color: #e85830;
    text-decoration: none
}

.list-pagination nav>a:focus,
.list-pagination nav>span:focus {
    text-decoration: none;
    color: #e85830
}

.list-pagination nav>span.active {
    color: #82817d
}

.list-pagination nav>span.inactive {
    color: #aaa
}

.list-pagination nav>span.inactive:hover {
    background: 0 0
}

.payment-calculator .button-selections {
    border-top: solid 1px #cbcac8;
    border-bottom: solid 1px #cbcac8;
    padding: 20px;
    margin-bottom: 50px;
    text-align: center
}

.payment-calculator .button-selections button {
    border: 0;
    background: 0 0;
    border-bottom: 5px solid transparent;
    padding: 14px 20px;
    outline: 0;
    color: #82817d;
    text-transform: uppercase
}

.payment-calculator .button-selections button.active,
.payment-calculator .button-selections button:hover {
    border-bottom-color: #unset;
    color: #unset
}

@media (max-width:671.98px) {
    .payment-calculator .button-selections button {
        width: 50%
    }
}

.payment-calculator .fields-section {
    margin-bottom: 40px
}

.payment-calculator .help-block {
    margin-bottom: 16px
}

.payment-calculator .results-section .form-group {
    text-align: center
}

.payment-calculator .results-section .form-group .calculated-truck-value {
    background-color: #e8e8e8;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 3rem;
    display: block;
    margin: 2rem 5rem;
    font-weight: 700;
    font-size: 1.8rem
}

@media (max-width:1055.98px) {
    .payment-calculator .results-section .form-group .calculated-truck-value {
        padding: 2rem 4rem
    }
}

.primary-navigation {
    position: fixed;
    right: 0;
    z-index: 1000
}

.primary-navigation .component-content {
    display: flex;
    justify-content: space-between
}

.primary-navigation .component-content img {
    /*display: none*/
}

@media (min-width:1056px) {
    .primary-navigation .component-content img {
        display: block
    }
}

.primary-navigation nav {
    margin-right: 32px
}

@media (max-width:671.98px) {
    .primary-navigation nav {
        margin-right: 20px
    }
}

.modal-open .primary-navigation {
    right: 17px
}

@media (max-width:1311.98px) {
    .modal-open .primary-navigation {
        right: 0
    }
}

.primary-navigation .desktop-navigation {
    /*display: none*/
}

@media (min-width:1056px) {
    .primary-navigation .desktop-navigation {
        display: block
    }
}

@media (min-width:1056px) {
    .primary-navigation .mobile-navigation {
        display: none
    }
}

.primary-navigation .desktop-navigation ul.main-nav {
    background-color: #272623;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .08), 0 2px 8px 0 rgba(0, 0, 0, .12);
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

.primary-navigation .desktop-navigation ul.main-nav li.main-nav-item {
    position: relative
}

.primary-navigation .desktop-navigation ul.main-nav li.main-nav-item:last-child {
    display: flex;
    align-items: flex-start
}

.primary-navigation .desktop-navigation ul.main-nav li.main-nav-item:last-child:hover {
    background-color: #41413e;
    border-radius: 4px;
    transition: transform .2s cubic-bezier(.4, 0, .1, 1)
}

.primary-navigation .desktop-navigation ul.main-nav li.main-nav-item>a {
    
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 125%;
    text-transform: uppercase;
    display: flex;
    padding: 12px;
    display: block;
    color: #fff
}

@media (min-width:1056px) {
    .primary-navigation .desktop-navigation ul.main-nav li.main-nav-item>a {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

@media (min-width:1312px) {
    .primary-navigation .desktop-navigation ul.main-nav li.main-nav-item>a {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

.primary-navigation .desktop-navigation ul.main-nav li.main-nav-item>a:hover {
    background-color: #41413e;
    border-radius: 4px;
    transition: transform .2s cubic-bezier(.4, 0, .1, 1);
    text-decoration: underline;
    text-underline-offset: 4px
}

.primary-navigation .desktop-navigation .flyout {
    margin-top: 6%;
    position: absolute;
    z-index: 1000;
    padding: 24px;
    border-radius: 4px;
    background: #fff;
    width: 95.5%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .08), 0 2px 8px 0 rgba(0, 0, 0, .12);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    content-visibility: auto
}

.primary-navigation .desktop-navigation .flyout.visible {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.primary-navigation .desktop-navigation .flyout img {
    width: 100%;
    display: block;

}

.primary-navigation .desktop-navigation .flyout .flyout-content {
    display: flex;
    justify-content: space-between
}

.primary-navigation .desktop-navigation .flyout .flyout-content .flyout-items ul.flyout-nav {
    flex-direction: column
}

.primary-navigation .desktop-navigation .flyout .flyout-content .flyout-items ul.flyout-nav li.flyout-link {
    text-transform: none
}

.primary-navigation .desktop-navigation .flyout .flyout-content .flyout-items ul.flyout-nav li.flyout-link:last-child {
    display: block;
    padding: 0
}

.primary-navigation .desktop-navigation .flyout .flyout-content .flyout-items ul.flyout-nav li.flyout-link a {
    
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 125%;
    color: #272623
}

@media (min-width:1056px) {
    .primary-navigation .desktop-navigation .flyout .flyout-content .flyout-items ul.flyout-nav li.flyout-link a {
        
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 125%
    }
}

@media (min-width:1312px) {
    .primary-navigation .desktop-navigation .flyout .flyout-content .flyout-items ul.flyout-nav li.flyout-link a {
        
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 135%
    }
}

.primary-navigation .desktop-navigation .flyout .flyout-content .flyout-items ul.flyout-nav li.flyout-link a:hover {
    border-bottom: 2px solid #272623
}

.primary-navigation .desktop-navigation .flyout .flyout-content .flyout-items ul.flyout-nav li.flyout-link .sub-item a {
    margin-left: 24px
}

.primary-navigation .desktop-navigation .flyout .flyout-content .flyout-items ul.flyout-nav li.flyout-link a[href^="http://"]::after,
.primary-navigation .desktop-navigation .flyout .flyout-content .flyout-items ul.flyout-nav li.flyout-link a[href^="https://"]::after {
    content: "";
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 32 32'%3E%3Cpolygon points='24 26 6 26 6 8 15 8 15 6 6 6 4 8 4 26 6 28 24 28 26 26 26 17 24 17 24 26' stroke-width='0'/%3E%3Cpolygon points='18 4 18 6 24.586 6 14.293 16.293 15.707 17.707 26 7.414 26 14 28 14 28 4 18 4' stroke-width='0'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block
}

.primary-navigation .desktop-navigation .flyout .flyout-content .flyout-image {
    width: 489px;
    height: 244px;
    overflow: hidden
}

.primary-navigation .desktop-navigation .flyout .flyout-content .flyout-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.primary-navigation .mobile-navigation {
    border-radius: 4px;
    background-color: #272623
}

.primary-navigation .mobile-navigation button {
    background-color: transparent;
    border: none;
    padding: 8px 16px;
    text-align: center
}

.primary-navigation .mobile-navigation .full-screen-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #272623;
    z-index: 999;
    display: flex;
    flex-direction: column;
    overflow-y: auto
}

.primary-navigation .mobile-navigation .full-screen-menu .mobile-close {
    padding: 24px 20px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #30312e
}

.primary-navigation .mobile-navigation .full-screen-menu .mobile-close a {
    width: 100%
}

.primary-navigation .mobile-navigation .full-screen-menu .mobile-close .close-button {
    cursor: pointer
}

.primary-navigation .mobile-navigation .full-screen-menu .mobile-group {
    border-top: 1px solid #30312e;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 20px
}

.primary-navigation .mobile-navigation .full-screen-menu .mobile-group:last-child {
    border-bottom: 1px solid #30312e
}

.primary-navigation .mobile-navigation .full-screen-menu a.mobile-group-link {
    
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 125%;
    text-transform: uppercase;
    align-content: center;
    color: #fff;
    width: 100%
}

@media (min-width:1056px) {
    .primary-navigation .mobile-navigation .full-screen-menu a.mobile-group-link {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

@media (min-width:1312px) {
    .primary-navigation .mobile-navigation .full-screen-menu a.mobile-group-link {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

.primary-navigation .mobile-navigation .full-screen-menu a.mobile-group-link:hover {
    text-decoration: underline
}

.primary-navigation .mobile-navigation .full-screen-menu .collapsible-content {
    width: 100%
}

.primary-navigation .mobile-navigation .full-screen-menu .collapsible-content ul {
    list-style: none;
    padding: 0
}

.primary-navigation .mobile-navigation .full-screen-menu .collapsible-content ul li a {
    text-decoration: none;
    color: #bab9b5;
    padding: 20px 40px;
    display: block
}

.primary-navigation .mobile-navigation .full-screen-menu .collapsible-content ul li a:hover {
    text-decoration: underline
}

.primary-navigation .mobile-navigation .full-screen-menu .collapsible-content ul li a[href^="https://"]::after,
.primary-navigation .mobile-navigation .full-screen-menu .collapsible-content ul li a[href^=http]::after {
    content: "";
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 32 32'%3E%3Cpolygon points='24 26 6 26 6 8 15 8 15 6 6 6 4 8 4 26 6 28 24 28 26 26 26 17 24 17 24 26' stroke-width='0' fill='%23bab9b5'/%3E%3Cpolygon points='18 4 18 6 24.586 6 14.293 16.293 15.707 17.707 26 7.414 26 14 28 14 28 4 18 4' stroke-width='0' fill='%23bab9b5'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block
}

.primary-navigation .mobile-navigation .full-screen-menu .collapsible-content ul.sub-items li {
    margin-left: 24px
}

.primary-navigation .mobile-navigation .full-screen-menu .collapsible-content ul.sub-items li:first-child a {
    padding-top: 8px
}

.primary-navigation .search-button-icon {
    background-color: transparent;
    border: none;
    padding: 8px 16px;
    line-height: 125%
}

.section-container .progress-slider img {
    border-radius: 8px
}

.progress-slider {
    margin-right: -2rem;
    padding-bottom: 5rem
}

.progress-slider .small img {
    max-height: 20rem;
    height: 20rem
}

.progress-slider .component-content {
    display: block;
    position: relative;
    width: 100%
}

.progress-slider .swiper-slide {
    max-width: 100%
}

.progress-slider .swiper-pagination.swiper-pagination-progressbar {
    top: auto;
    bottom: 0;
    background-color: #dad9d8;
    height: 2px
}

.progress-slider .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #unset
}

.progress-slider .eyebrow {
    margin-bottom: 12px
}

.progress-slider h5 {
    margin-bottom: 12px
}

.progress-slider .caption {
    margin-bottom: 32px
}

.progress-slider a.detail-medium {
    display: inline-block;
    text-decoration: underline;
    margin-bottom: 16px
}

.progress-slider .slide-count {
    color: #unset;
    position: relative;
    bottom: -48px;
    font-size: 1.4rem;
    line-height: 125%;
    font-weight: 500
}

.progress-slider .arrow-nav {
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    bottom: -5rem;
    right: 4px
}

.progress-slider .arrow-nav .arrow {
    cursor: pointer;
    background: #e8e8e8;
    fill: #000;
    padding: 8px;
    margin-left: 8px;
    border-radius: 4px
}

.progress-slider .arrow-nav .arrow.swiper-button-disabled {
    opacity: .5;
    cursor: default
}

.progress-slider .arrow-nav .arrow:focus {
    outline: 2px solid #unset;
    outline-offset: 2px;
    border-radius: 2px
}

.progress-slider .arrow-nav .arrow svg {
    width: 2rem;
    height: 2rem
}

.progress-slider img {
    width: 100%;
    max-height: 22rem;
    height: 22rem;
    object-fit: cover;
    aspect-ratio: 3/2;
    margin-bottom: 16px
}

@media (min-width:672px) {
    .progress-slider .small .slide-count {
        visibility: hidden
    }
}

@media (min-width:1056px) {
    .progress-slider a.detail-medium {
        margin-bottom: 0
    }

    .progress-slider .arrow {
        padding: 1rem
    }

    .progress-slider .slide-count {
        padding: 8px 0
    }

    .progress-slider .small img {
        height: 22rem;
        max-height: 22rem
    }

    .progress-slider img {
        max-height: 44rem;
        height: 44rem
    }
}

@media (min-width:1312px) {
    .progress-slider img {
        max-height: 66rem;
        height: 66rem
    }
}

.promo-icon-list .component-content .promo-icon-list-inner .promo-list-header {
    background-color: #bab9b5;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 4px
}

.promo-icon-list .component-content .promo-icon-list-inner .hover-asphaltblack:hover .detail-regular,
.promo-icon-list .component-content .promo-icon-list-inner .hover-asphaltblack:hover .preview-content,
.promo-icon-list .component-content .promo-icon-list-inner .hover-asphaltblack:hover .preview-title,
.promo-icon-list .component-content .promo-icon-list-inner .hover-forestgreen:hover .detail-regular,
.promo-icon-list .component-content .promo-icon-list-inner .hover-forestgreen:hover .preview-content,
.promo-icon-list .component-content .promo-icon-list-inner .hover-forestgreen:hover .preview-title,
.promo-icon-list .component-content .promo-icon-list-inner .hover-harvesterred:hover .detail-regular,
.promo-icon-list .component-content .promo-icon-list-inner .hover-harvesterred:hover .preview-content,
.promo-icon-list .component-content .promo-icon-list-inner .hover-harvesterred:hover .preview-title {
    color: #fff
}

.promo-icon-list .component-content .promo-icon-list-inner .hover-asphaltblack:hover svg,
.promo-icon-list .component-content .promo-icon-list-inner .hover-forestgreen:hover svg,
.promo-icon-list .component-content .promo-icon-list-inner .hover-harvesterred:hover svg {
    fill: #fff
}

.promo-icon-list .component-content .promo-icon-list-inner .hover-harvesterred:hover {
    background-color: #84211f
}

.promo-icon-list .component-content .promo-icon-list-inner .hover-forestgreen:hover {
    background-color: #204a32
}

.promo-icon-list .component-content .promo-icon-list-inner .hover-asphaltblack:hover {
    background-color: #272623
}

.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-items .swiper-wrapper {
    gap: 16px !important
}

@media (min-width:672px) {
    .promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-items .swiper-wrapper {
        display: flex;
        flex-wrap: nowrap;
        gap: 32px !important
    }
}

.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-items.swiper-initialized .swiper-wrapper {
    gap: 0 !important
}

.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-items.ee-slides {
    display: flex;
    flex-direction: column
}

.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-items.ee-slides .promo-icon-list-card {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: auto;
    background-color: transparent
}

.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-items.ee-slides .promo-icon-list-card .card-fields {
    display: flex;
    padding-bottom: 32px
}

.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-items.ee-slides .promo-icon-list-card .card-fields table.fields-table {
    border-collapse: collapse;
    border: solid 1px #41413e
}

.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-items.ee-slides .promo-icon-list-card .card-fields table.fields-table td,
.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-items.ee-slides .promo-icon-list-card .card-fields table.fields-table th {
    border: solid 1px #41413e;
    padding: 8px
}

.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-items.ee-slides .promo-icon-list-card .card-fields table.fields-table th {
    color: #82817d;
    font-weight: 500;
    text-align: right;
    text-wrap: nowrap;
    vertical-align: top
}

.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-items.ee-slides .promo-icon-list-card .card-fields .card-image {
    margin-left: 16px;
    min-width: 250px;
    max-width: 360px;
    padding: 8px
}

@media (min-width:1056px) {
    .promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-items.count-3 .swiper-wrapper {
        justify-content: center
    }

    .promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-items.count-3 .promo-icon-list-card {
        max-width: unset;
        flex-grow: 1
    }
}

.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-card {
    aspect-ratio: 1/1;
    display: inline-block;
    background-color: #e8e8e8;
    border-radius: 8px;
    position: relative;
    min-width: 310px;
    min-height: 310px;
    max-width: 320px;
    max-height: 320px;
    transition: transform .2s cubic-bezier(.4, 0, .1, 1)
}

@media (min-width:1056px) {
    .promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-card {
        max-width: 360px;
        max-height: 360px;
        flex-grow: 1
    }
}

.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-card a {
    display: block;
    height: 100%;
    width: 100%
}

.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-card .item-content-container {
    position: relative;
    padding: 20px;
    width: 100%;
    height: 100%
}

@media (min-width:672px) {
    .promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-card .item-content-container {
        padding: 24px
    }
}

.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-card .item-content-container .preview-content-container {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px
}

@media (min-width:672px) {
    .promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-card .item-content-container .preview-content-container {
        bottom: 24px;
        left: 24px;
        right: 24px
    }
}

.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-card .item-content-container .preview-content {
    margin-top: 16px
}

.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-card .item-content-container .preview-content p {
    
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 1rem
}

.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-card .item-content-container .preview-content p:last-child {
    margin-bottom: 0
}

@media (min-width:672px) {
    .promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-card .item-content-container .preview-content {
        margin-top: 16px
    }
}

.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-card .item-content-container .preview-content ol,
.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-card .item-content-container .preview-content ul {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 10px
}

.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-card .item-content-container .preview-content li {
    
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 125%;
    margin-left: 15px
}

@media (min-width:1056px) {
    .promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-card .item-content-container .preview-content li {
        
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 125%
    }
}

@media (min-width:1312px) {
    .promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-card .item-content-container .preview-content li {
        
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 125%
    }
}

.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-card .item-content-container .preview-content ul li {
    list-style: disc;
    list-style-position: outside
}

.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-card .item-content-container .preview-content ol li {
    list-style: decimal;
    list-style-position: outside
}

.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-card .item-content-container .learn-more {
    text-decoration: underline;
    margin-top: 24px
}

.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-card svg {
    width: 96px;
    height: 96px;
    min-width: 96px;
    min-height: 96px;
    aspect-ratio: 1/1;
    transition: fill .3s ease
}

.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-card .detail-regular,
.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-card .preview-content,
.promo-icon-list .component-content .promo-icon-list-inner .promo-icon-list-card .preview-title {
    transition: color .3s ease
}

.component.promo-list .component-content .promo-list-header {
    background-color: #bab9b5;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 4px
}

.component.promo-list .component-content .promo-list-items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 16px;
    position: relative
}

@media (min-width:672px) {

    .component.promo-list .component-content .promo-list-items.grid-left,
    .component.promo-list .component-content .promo-list-items.grid-right {
        display: grid;
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: 1fr 1fr;
        gap: 32px
    }

    .component.promo-list .component-content .promo-list-items.grid-left {
        grid-template-areas: "large small1" "large small2"
    }

    .component.promo-list .component-content .promo-list-items.grid-right {
        grid-template-areas: "small1 large" "small2 large"
    }

    .component.promo-list .component-content .promo-list-items.grid-square {
        display: grid;
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(2, 1fr);
        gap: 32px
    }

    .component.promo-list .component-content .promo-list-items.row-two-across {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 32px
    }

    .component.promo-list .component-content .promo-list-items.row-slider {
        display: block
    }

    .component.promo-list .component-content .promo-list-items.mobile-slider .swiper-wrapper {
        display: flex;
        gap: 32px
    }

    .component.promo-list .component-content .promo-list-items.vertical-card-row-two-across {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 32px
    }

    .component.promo-list .component-content .promo-list-items.vertical-card-row-three-across {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px
    }

    .component.promo-list .component-content .promo-list-items.vertical-card-row {
        display: flex;
        flex-direction: column;
        gap: 32px
    }
}

.component.promo-list .component-content .promo-list-items.vertical-card-row.row-slider {
    margin-bottom: 64px
}

@media (min-width:672px) {
    .component.promo-list .component-content .promo-list-items {
        flex-direction: row;
        gap: 32px
    }
}

.component.promo-list .component-content .promo-list-items .promo-list-card {
    position: relative;
    width: 100%;
    max-width: 100%;
    flex: 1;
    transition: transform .2s cubic-bezier(.4, 0, .1, 1)
}

.component.promo-list .component-content .promo-list-items .promo-list-card::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: .25;
    border-radius: 8px
}

body.on-page-editor .component.promo-list .component-content .promo-list-items .promo-list-card::before {
    content: none
}

.component.promo-list .component-content .promo-list-items .promo-list-card:hover::before {
    content: none
}

.component.promo-list .component-content .promo-list-items .promo-list-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4/5;
    border-radius: 8px
}

@media (max-width:671.98px) {
    .component.promo-list .component-content .promo-list-items .promo-list-card::before {
        content: none
    }

    .component.promo-list .component-content .promo-list-items .promo-list-card img {
        border-radius: 4px
    }
}

.component.promo-list .component-content .promo-list-items .promo-list-card .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-end
}

@media (min-width:1056px) {
    .component.promo-list .component-content .promo-list-items .promo-list-card .card-content {
        padding: 40px
    }
}

.component.promo-list .component-content .promo-list-items .promo-list-card .card-content .promo-category {
    color: #fff;
    margin-bottom: 0
}

.component.promo-list .component-content .promo-list-items .promo-list-card .card-content .promo-title {
    margin-top: 8px;
    color: #fff
}

@media (min-width:1056px) {
    .component.promo-list .component-content .promo-list-items .promo-list-card .card-content .promo-title {
        margin-top: 16px
    }
}

.component.promo-list .component-content .promo-list-items .promo-list-card .card-content .promo-description {
    margin-top: 12px;
    color: #fff
}

.component.promo-list .component-content .promo-list-items .promo-list-card .card-content .promo-description p {
    
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 1rem
}

.component.promo-list .component-content .promo-list-items .promo-list-card .card-content .promo-description p:last-child {
    margin-bottom: 0
}

@media (min-width:1056px) {
    .component.promo-list .component-content .promo-list-items .promo-list-card .card-content .promo-description {
        margin-top: 16px
    }
}

.component.promo-list .component-content .promo-list-items .promo-list-card .card-content .promo-description ol,
.component.promo-list .component-content .promo-list-items .promo-list-card .card-content .promo-description ul {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 10px
}

.component.promo-list .component-content .promo-list-items .promo-list-card .card-content .promo-description li {
    
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 125%;
    margin-left: 15px
}

@media (min-width:1056px) {
    .component.promo-list .component-content .promo-list-items .promo-list-card .card-content .promo-description li {
        
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 125%
    }
}

@media (min-width:1312px) {
    .component.promo-list .component-content .promo-list-items .promo-list-card .card-content .promo-description li {
        
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 135%
    }
}

.component.promo-list .component-content .promo-list-items .promo-list-card .card-content .promo-description ul li {
    list-style: disc;
    list-style-position: outside
}

.component.promo-list .component-content .promo-list-items .promo-list-card .card-content .promo-description ol li {
    list-style: decimal;
    list-style-position: outside
}

.component.promo-list .component-content .promo-list-items .promo-list-card .card-content .promo-link {
    margin-top: 20px;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px
}

@media (min-width:1056px) {
    .component.promo-list .component-content .promo-list-items .promo-list-card .card-content .promo-link {
        margin-top: 32px
    }
}

.component.promo-list .component-content .promo-list-items .promo-list-card .card-content .promo-link:hover {
    color: #unset
}

.component.promo-list .component-content .promo-list-items.ee-slides {
    flex-direction: column
}

.component.promo-list .component-content .promo-list-items.ee-slides .swiper-slide {
    max-height: 500px
}

.component.promo-list .component-content .promo-list-items.ee-slides .promo-list-card .card-fields {
    display: flex
}

.component.promo-list .component-content .promo-list-items.ee-slides .promo-list-card .card-fields table.fields-table {
    border-collapse: collapse;
    border: solid 1px #41413e
}

.component.promo-list .component-content .promo-list-items.ee-slides .promo-list-card .card-fields table.fields-table td,
.component.promo-list .component-content .promo-list-items.ee-slides .promo-list-card .card-fields table.fields-table th {
    border: solid 1px #41413e;
    padding: 8px
}

.component.promo-list .component-content .promo-list-items.ee-slides .promo-list-card .card-fields table.fields-table th {
    color: #82817d;
    font-weight: 500;
    text-align: right;
    text-wrap: nowrap;
    vertical-align: top
}

.component.promo-list .component-content .promo-list-items.ee-slides .promo-list-card .card-fields .card-image {
    margin-left: 16px;
    min-width: 250px;
    max-width: 360px;
    padding: 8px
}

.component.promo-list .component-content .promo-list-items.mobile-slider .promo-list-card,
.component.promo-list .component-content .promo-list-items.row-slider .promo-list-card {
    display: inline-block;
    position: relative;
    min-width: 80dvw
}

@media (min-width:672px) {

    .component.promo-list .component-content .promo-list-items.mobile-slider .promo-list-card,
    .component.promo-list .component-content .promo-list-items.row-slider .promo-list-card {
        min-width: initial
    }
}

@media (min-width:672px) {

    .component.promo-list .component-content .promo-list-items.grid-left .promo-list-card:nth-child(1),
    .component.promo-list .component-content .promo-list-items.grid-right .promo-list-card:nth-child(3) {
        grid-area: large;
        aspect-ratio: initial
    }

    .component.promo-list .component-content .promo-list-items.grid-left .promo-list-card:nth-child(1) img,
    .component.promo-list .component-content .promo-list-items.grid-right .promo-list-card:nth-child(3) img {
        aspect-ratio: initial;
        width: 100%;
        height: 100%
    }

    .component.promo-list .component-content .promo-list-items.grid-left .promo-list-card:nth-child(2),
    .component.promo-list .component-content .promo-list-items.grid-right .promo-list-card:nth-child(1) {
        grid-area: small1;
        aspect-ratio: 3/2
    }

    .component.promo-list .component-content .promo-list-items.grid-left .promo-list-card:nth-child(2) img,
    .component.promo-list .component-content .promo-list-items.grid-right .promo-list-card:nth-child(1) img {
        aspect-ratio: 3/2
    }

    .component.promo-list .component-content .promo-list-items.grid-left .promo-list-card:nth-child(3),
    .component.promo-list .component-content .promo-list-items.grid-right .promo-list-card:nth-child(2) {
        grid-area: small2;
        aspect-ratio: 3/2
    }

    .component.promo-list .component-content .promo-list-items.grid-left .promo-list-card:nth-child(3) img,
    .component.promo-list .component-content .promo-list-items.grid-right .promo-list-card:nth-child(2) img {
        aspect-ratio: 3/2
    }

    .component.promo-list .component-content .promo-list-items.grid-square .promo-list-card {
        aspect-ratio: 4/3
    }

    .component.promo-list .component-content .promo-list-items.row-two-across .promo-list-card {
        aspect-ratio: 3/2
    }

    .component.promo-list .component-content .promo-list-items.row-slider .promo-list-card {
        display: inline-block;
        position: relative;
        min-width: 493px
    }
}

.component.promo-list .component-content .promo-list-items.vertical-card .promo-list-card {
    display: flex;
    flex-direction: column;
    color: #000;
    position: relative;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    flex: 1
}

.component.promo-list .component-content .promo-list-items.vertical-card .promo-list-card::before {
    content: none
}

.component.promo-list .component-content .promo-list-items.vertical-card .promo-list-card img {
    aspect-ratio: 3/2;
    width: 100%;
    height: auto;
    border-radius: 8px
}

.component.promo-list .component-content .promo-list-items.vertical-card .promo-list-card .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
    height: auto
}

.component.promo-list .component-content .promo-list-items.vertical-card .promo-list-card .card-content .promo-link,
.component.promo-list .component-content .promo-list-items.vertical-card .promo-list-card .card-content .promo-title {
    color: #000
}

.component.promo-list .component-content .promo-list-items.vertical-card .promo-list-card .card-content .promo-link:hover {
    color: #unset
}

.component.promo-list .component-content .promo-list-items.vertical-card .promo-list-card .promo-description {
    color: #000
}

.component.promo-list .component-content .promo-list-items .swiper-pagination.swiper-pagination-progressbar {
    top: auto;
    bottom: 0;
    background-color: #dad9d8;
    height: 2px
}

.component.promo-list .component-content .promo-list-items .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #unset
}

.component.promo-list .component-content .promo-list-items .arrow-nav {
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    bottom: -5rem;
    right: 4px
}

.component.promo-list .component-content .promo-list-items .arrow-nav .arrow {
    cursor: pointer;
    background: #e8e8e8;
    fill: #000;
    padding: 8px;
    margin-left: 8px;
    border-radius: 4px
}

.component.promo-list .component-content .promo-list-items .arrow-nav .arrow.swiper-button-disabled {
    opacity: .5;
    cursor: default
}

.component.promo-list .component-content .promo-list-items .arrow-nav .arrow:focus {
    outline: 2px solid #unset;
    outline-offset: 2px;
    border-radius: 2px
}

.component.promo-list .component-content .promo-list-items .arrow-nav .arrow svg {
    width: 2rem;
    height: 2rem
}

.promo {
    background: #fff;
    padding: 15px;
    overflow: hidden;
    box-sizing: border-box
}

.promo>.component-content {
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2
}

.promo>.component-content::after {
    display: block;
    clear: both;
    content: ""
}

.promo>.component-content>div {
    padding: 5px
}

.promo .zg-height-fix .field-promoicon {
    margin-top: 100px
}

.promo .field-promoicon {
    overflow: hidden;
    width: 100%
}

.promo .field-promoicon img {
    width: 100%;
    height: auto
}

.promo .field-promolink {
    margin-top: 5px;
    padding-bottom: 10px
}

.promo.image-full-size img {
    margin-bottom: 10px
}

.promo.quote-promo .component-content {
    border: 0;
    text-align: center
}

.promo.quote-promo .component-content:before {
    content: "\201C";
    font-size: 60px
}

@media (max-width:1055.98px) {
    .promo.quote-promo .component-content:before {
        font-size: 50px
    }
}

.promo.quote-promo .component-content .quote-text {
    margin-bottom: 40px
}

.promo.quote-promo .component-content .quote-author {
    color: #82817d
}

@media (min-width:672px) {
    .promo.quote-promo .component-content .quote-author {
        font-weight: 400
    }
}

.promo.blog-promo .component-content {
    border: 0
}

.promo.blog-promo .component-content .promo-header {
    font-weight: 500;
    margin-bottom: 32px
}

@media (max-width:1055.98px) {
    .promo.blog-promo .component-content .promo-header {
        margin-bottom: 24px
    }
}

.promo.blog-promo .component-content .promo-text {
    margin: 32px 0 32px 0
}

@media (max-width:1055.98px) {
    .promo.blog-promo .component-content .promo-text {
        margin: 24px 0 24px 0
    }
}

.promo.blog-promo .component-content .promo-text p {
    line-height: 1.5;
    margin: 0 0 10px
}

.promo.blog-promo .component-content .blog-link {
    text-decoration: none;
    font-size: 1.3rem
}

@media (max-width:1055.98px) {
    .promo.blog-promo .component-content .blog-link {
        font-size: 1.1rem;
        width: 100%
    }
}

.promo.blog-promo .component-content .blog-image img {
    max-width: 100%;
    object-fit: cover;
    height: auto;
    min-height: 40rem;
    width: 100%;
    border-radius: 8px
}

@media (max-width:1055.98px) {
    .promo.blog-promo .component-content .blog-image img {
        min-height: 25rem;
        border-radius: 4px
    }
}

.promo.blog-promo .component-content .promo-caption {
    color: #5f5e5b;
    margin: 12px 0 12px 0
}

@media (max-width:1055.98px) {
    .promo.blog-promo .component-content .promo-caption {
        margin: 8px 0 8px 0
    }
}

.promo.card-promo {
    position: relative;
    min-height: 30rem;
    padding: 0
}

@media (max-width:1055.98px) {
    .promo.card-promo {
        min-height: 22rem
    }
}

.promo.card-promo .component-content {
    position: unset;
    border: 0;
    aspect-ratio: 3/2
}

.promo.card-promo .promo-image {
    position: absolute;
    width: 100%;
    height: 100%
}

.promo.card-promo .promo-image img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    border-radius: 8px
}

.promo.card-promo .promo-card-container {
    position: absolute;
    padding: 24px;
    height: 100%
}

.promo.card-promo .promo-card-container .promo-card-content {
    height: inherit;
    display: flex;
    flex-direction: column
}

.promo.card-promo .promo-card-container .promo-card-content .promo-header {
    color: #fff;
    padding-bottom: 8px;
    text-transform: uppercase
}

@media (max-width:1055.98px) {
    .promo.card-promo .promo-card-container .promo-card-content .promo-header {
        line-height: 1.1
    }
}

.promo.card-promo .promo-card-container .promo-card-content .promo-text {
    color: #e8e8e8
}

.promo.card-promo .promo-card-container .promo-card-content .promo-link {
    color: #fff;
    font-size: 1.3rem;
    margin-top: auto
}

.promo.card-promo .promo-image-editable-section {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 200px;
    min-height: 200px;
    border: 2px solid #fff;
    background: #fff
}

.promo strong {
    font-weight: 700
}

.promo ol,
.promo ul {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 10px
}

.promo li {
    
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 125%;
    margin-left: 15px
}

@media (min-width:1056px) {
    .promo li {
        
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 125%
    }
}

@media (min-width:1312px) {
    .promo li {
        
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 135%
    }
}

.promo ul li {
    list-style: disc;
    list-style-position: outside
}

.promo ol li {
    list-style: decimal;
    list-style-position: outside
}

.promo a {
    color: #000;
    text-decoration: underline;
    font-size: 1em
}

.promo a:hover {
    color: #unset
}

.promo a.btn-primary {
    background-color: #272623;
    color: #fff;
    text-decoration: none
}

.promo a.btn-primary:hover {
    transition: background-color .3s ease;
    background-color: #unset;
    color: #000;
    border-color: transparent
}

.promo a.btn-primary:active,
.promo a.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #30312e;
    color: #fff;
    border-color: transparent
}

.promo a.btn-primary.disabled,
.promo a.btn-primary:disabled {
    color: #82817d;
    background-color: #cbcac8;
    border: 1px solid transparent;
    opacity: 1
}

.promo a.btn-secondary {
    color: #000;
    background-color: #fff;
    border: 1px solid #5f5e5b;
    text-decoration: none
}

.promo a.btn-secondary:hover {
    transition: background-color .3s ease;
    background-color: rgba(0, 0, 0, .08);
    border-color: transparent
}

.promo a.btn-secondary:active,
.promo a.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: rgba(0, 0, 0, .12);
    color: #000
}

.promo a.btn-secondary.disabled,
.promo a.btn-secondary:disabled {
    color: #82817d;
    background-color: #cbcac8
}

.promo table {
    height: auto !important;
    border: 2px solid #cbcac8
}

@media (max-width:1055.98px) {
    .promo table {
        display: block;
        overflow-x: scroll;
        border-top: 0 !important
    }
}

.promo table,
.promo table td,
.promo table th,
.promo table tr {
    border: solid 2px #cbcac8;
    border-collapse: collapse;
    vertical-align: middle
}

.promo table td,
.promo table th,
.promo table tr {
    padding: 5px
}

.promo table caption {
    background-color: #e8e8e8;
    overflow: hidden;
    padding: 10px;
    font-size: 2rem;
    font-weight: 700;
    margin-left: 0
}

.promo table tr {
    border: none
}

.promo table td,
.promo table th {
    border-width: 2px 0 0 2px
}

.promo table th {
    background-color: #f5f5f5;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 7px
}

.promo table th:first-child {
    border-left: 0
}

.promo table td:first-child {
    border-left: 0
}

.promo p {
    color: inherit;
    margin-bottom: 1rem
}

.promo p:last-child {
    margin-bottom: 0
}

.promo.absolute-bottom-link {
    position: relative
}

.promo.absolute-bottom-link .field-promolink {
    position: absolute;
    bottom: 10px;
    right: 10px
}

.promo.promo-hero {
    position: relative;
    text-align: center
}

.promo.promo-hero.promo-hero-half {
    float: left;
    width: 50%
}

.promo.promo-hero .field-promotext {
    display: inline-block;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
    background: rgba(0, 0, 0, .5)
}

.promo.promo-hero .field-promotext>a {
    color: inherit;
    text-decoration: none
}

.promo-shadow {
    max-width: 960px;
    padding: 0;
    border-top-width: 3px;
    border-top-color: #89c6cc;
    border-style: solid;
    overflow: visible;
    position: relative
}

.promo-shadow.promo {
    float: left
}

.promo-shadow>.component-content {
    padding: 15px;
    margin: 0 0 30px 0
}

.promo-shadow>.component-content:after,
.promo-shadow>.component-content:before {
    opacity: .7;
    box-shadow: 0 17px 10px rgba(0, 0, 0, .7);
    position: absolute;
    z-index: -1;
    height: 20%;
    max-height: 100px;
    max-width: 460px;
    width: 47%;
    content: "";
    bottom: 10px
}

.promo-shadow>.component-content:before {
    left: 2%;
    transform: rotate(-3deg)
}

.promo-shadow>.component-content:after {
    right: 2%;
    transform: rotate(3deg)
}

.component.related-article-carousel {
    width: 100%
}

.component.related-article-carousel .related-article-carousel-container {
    width: 100%;
    position: relative
}

@media (min-width:1312px) {
    .component.related-article-carousel .no-desktop-slider .swiper-wrapper {
        gap: 32px
    }
}

.component.related-article-carousel .related-title {
    text-align: center;
    margin-bottom: 32px
}

@media (min-width:672px) {
    .component.related-article-carousel .related-title {
        margin-bottom: 64px
    }
}

.component.related-article-carousel .swiper-wrapper {
    padding-bottom: 32px;
    margin-bottom: 32px;
    width: 100%
}

@media (min-width:672px) {
    .component.related-article-carousel .swiper-wrapper {
        padding-bottom: 64px;
        margin-bottom: 64px
    }
}

.component.related-article-carousel .swiper-pagination.swiper-pagination-progressbar {
    top: auto;
    bottom: 0;
    background-color: #dad9d8;
    height: 2px
}

.component.related-article-carousel .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #unset
}

.component.related-article-carousel .arrow-nav {
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    bottom: -5rem;
    right: 4px
}

.component.related-article-carousel .arrow-nav .arrow {
    cursor: pointer;
    background: #e8e8e8;
    fill: #000;
    padding: 8px;
    margin-left: 8px;
    border-radius: 4px
}

.component.related-article-carousel .arrow-nav .arrow.swiper-button-disabled {
    opacity: .5;
    cursor: default
}

.component.related-article-carousel .arrow-nav .arrow:focus {
    outline: 2px solid #unset;
    outline-offset: 2px;
    border-radius: 2px
}

.component.related-article-carousel .arrow-nav .arrow svg {
    width: 2rem;
    height: 2rem
}

.component.related-article-carousel .related-article {
    display: block;
    height: auto
}

.component.related-article-carousel .related-article p {
    
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 1rem
}

.component.related-article-carousel .related-article p:last-child {
    margin-bottom: 0
}

@media (min-width:672px) {
    .component.related-article-carousel .related-article {
        max-width: 480px;
        min-width: 480px
    }
}

.component.related-article-carousel .related-article .related-article-date {
    color: #5f5e5b;
    margin-bottom: 8px
}

@media (min-width:672px) {
    .component.related-article-carousel .related-article .related-article-date {
        margin-bottom: 12px
    }
}

.component.related-article-carousel .related-article img {
    border-radius: 8px;
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover
}

.component.related-article-carousel .related-article .related-article-preview,
.component.related-article-carousel .related-article .related-article-title,
.component.related-article-carousel .related-article img {
    margin-bottom: 8px
}

@media (min-width:672px) {

    .component.related-article-carousel .related-article .related-article-preview,
    .component.related-article-carousel .related-article .related-article-title,
    .component.related-article-carousel .related-article img {
        margin-bottom: 16px
    }
}

.component.related-article-carousel .related-article a {
    text-decoration: underline
}

.component.related-article-carousel .related-article .related-article-title a {
    display: block;
    font-size: inherit;
    line-height: inherit;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-decoration: none
}

.component.related-article-carousel .related-article .related-article-title a:hover {
    color: #unset
}

.content,
.rich-text {
    overflow: hidden
}

.content *,
.rich-text * {
    max-width: 100%
}

.content .doc,
.content .docx,
.content .field-filetypeicon>a>span,
.content .pdf,
.content .ppt,
.content .pptx,
.content .xls,
.content .xlsx,
.rich-text .doc,
.rich-text .docx,
.rich-text .field-filetypeicon>a>span,
.rich-text .pdf,
.rich-text .ppt,
.rich-text .pptx,
.rich-text .xls,
.rich-text .xlsx {
    display: inline-block;
    box-sizing: border-box;
    font-weight: 400;
    margin: 0;
    padding: 0;
    position: relative
}

.content .doc::before,
.content .docx::before,
.content .field-filetypeicon>a>span::before,
.content .pdf::before,
.content .ppt::before,
.content .pptx::before,
.content .xls::before,
.content .xlsx::before,
.rich-text .doc::before,
.rich-text .docx::before,
.rich-text .field-filetypeicon>a>span::before,
.rich-text .pdf::before,
.rich-text .ppt::before,
.rich-text .pptx::before,
.rich-text .xls::before,
.rich-text .xlsx::before {
    display: block;
    margin: 0;
    padding: 0;
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background-size: 2.4rem 2.4rem;
    background-position: -3px center;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M18.414,2h-10.414l-2,2v24l2,2h16l2-2V9.586l-7.586-7.586ZM23.586,10h-5.586v-5.586l5.586,5.586ZM24,28H8V4h8v8h8v16Z" stroke-width="0"/></svg>');
    background-repeat: no-repeat
}

.content .doc:hover::before,
.content .docx:hover::before,
.content .field-filetypeicon>a>span:hover::before,
.content .pdf:hover::before,
.content .ppt:hover::before,
.content .pptx:hover::before,
.content .xls:hover::before,
.content .xlsx:hover::before,
.rich-text .doc:hover::before,
.rich-text .docx:hover::before,
.rich-text .field-filetypeicon>a>span:hover::before,
.rich-text .pdf:hover::before,
.rich-text .ppt:hover::before,
.rich-text .pptx:hover::before,
.rich-text .xls:hover::before,
.rich-text .xlsx:hover::before {
    color: #unset
}

@media (min-width:1056px) {

    .content .doc::before,
    .content .docx::before,
    .content .field-filetypeicon>a>span::before,
    .content .pdf::before,
    .content .ppt::before,
    .content .pptx::before,
    .content .xls::before,
    .content .xlsx::before,
    .rich-text .doc::before,
    .rich-text .docx::before,
    .rich-text .field-filetypeicon>a>span::before,
    .rich-text .pdf::before,
    .rich-text .ppt::before,
    .rich-text .pptx::before,
    .rich-text .xls::before,
    .rich-text .xlsx::before {
        width: 3.2rem;
        height: 3.2rem;
        background-size: 3.2rem 3.2rem
    }
}

.content .field-filetypeicon .pdf:before,
.rich-text .field-filetypeicon .pdf:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M20,28H4V4h8v8h10v-2.414l-7.586-7.586H4l-2,2v24l2,2h16l2-2v-4h-2v4ZM19.586,10h-5.586v-5.586l5.586,5.586Z" stroke-width="0"/><path d="M11.283,15.004v6.996h1.399v-2.459h1.85c1.398,0,2.299-.869,2.299-2.269s-.9-2.269-2.299-2.269h-3.249ZM15.371,17.272c0,.66-.409.989-.939.989h-1.749v-1.979h1.749c.53,0,.939.33.939.989Z" stroke-width="0"/><path d="M20.603,15.004h-2.659v6.996h2.659c1.919,0,3.238-1.35,3.238-3.498s-1.319-3.498-3.238-3.498ZM20.553,20.721h-1.21v-4.438h1.21c1.119,0,1.829.949,1.829,2.219s-.71,2.219-1.829,2.219Z" stroke-width="0"/><polygon points="30 16.283 30 15.004 25.103 15.004 25.103 22 26.502 22 26.502 19.222 29.501 19.222 29.501 17.962 26.502 17.962 26.502 16.283 30 16.283" stroke-width="0"/></svg>');
    background-position: left center
}

.content .field-filetypeicon .xls:before,
.content .field-filetypeicon .xlsx:before,
.rich-text .field-filetypeicon .xls:before,
.rich-text .field-filetypeicon .xlsx:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M20,28H4V4h8v8h10v-2.414l-7.586-7.586H4l-2,2v24l2,2h16l2-2v-4h-2v4ZM19.586,10h-5.586v-5.586l5.586,5.586Z" stroke-width="0"/><polygon points="12.832 22 14.582 19.441 16.351 22 18.029 22 15.401 18.352 17.92 15.004 16.181 15.004 14.592 17.282 13.022 15.004 11.304 15.004 13.742 18.362 11.163 22 12.832 22" stroke-width="0"/><polygon points="20.362 15.004 18.963 15.004 18.963 22 23.761 22 23.761 20.721 20.362 20.721 20.362 15.004" stroke-width="0"/><path d="M28.211,18.002l-1.199-.38c-.54-.17-.84-.35-.84-.72,0-.409.47-.719,1.239-.719.55,0,1,.159,1.5.6l.919-.92c-.749-.699-1.599-.979-2.419-.979-1.559,0-2.688.81-2.688,2.099,0,1.01.61,1.6,1.609,1.909l1.399.439c.439.141.81.36.81.74,0,.46-.47.749-1.27.749-.67,0-1.349-.3-1.959-.799l-.909.909c.8.789,1.839,1.189,2.908,1.189,1.56,0,2.688-.85,2.688-2.129,0-.96-.579-1.609-1.789-1.989Z" stroke-width="0"/></svg>');
    background-position: left center
}

.content .field-filetypeicon .ppt:before,
.content .field-filetypeicon .pptx:before,
.rich-text .field-filetypeicon .ppt:before,
.rich-text .field-filetypeicon .pptx:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M20,28H4V4h8v8h10v-2.414l-7.586-7.586H4l-2,2v24l2,2h16l2-2v-4h-2v4ZM19.586,10h-5.586v-5.586l5.586,5.586Z" stroke-width="0"/><path d="M11.683,15.004v6.996h1.399v-2.459h1.85c1.398,0,2.299-.869,2.299-2.269s-.9-2.269-2.299-2.269h-3.249ZM15.771,17.272c0,.66-.409.989-.939.989h-1.749v-1.979h1.749c.53,0,.939.33.939.989Z" stroke-width="0"/><path d="M21.592,15.004h-3.249v6.996h1.399v-2.459h1.85c1.398,0,2.299-.869,2.299-2.269s-.9-2.269-2.299-2.269ZM21.491,18.262h-1.749v-1.979h1.749c.53,0,.939.33.939.989s-.409.989-.939.989Z" stroke-width="0"/><polygon points="24.402 15.004 24.402 16.283 26.502 16.283 26.502 22 27.9 22 27.9 16.283 30 16.283 30 15.004 24.402 15.004" stroke-width="0"/></svg>');
    background-position: left center
}

.content .field-filetypeicon .doc:before,
.content .field-filetypeicon .docx:before,
.rich-text .field-filetypeicon .doc:before,
.rich-text .field-filetypeicon .docx:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M20,28H4V4h8v8h10v-2.414l-7.586-7.586H4l-2,2v24l2,2h16l2-2v-4h-2v4ZM19.586,10h-5.586v-5.586l5.586,5.586Z" stroke-width="0"/><path d="M9.673,15.004v6.996h2.659c1.919,0,3.238-1.35,3.238-3.498s-1.319-3.498-3.238-3.498h-2.659ZM14.111,18.502c0,1.27-.71,2.219-1.829,2.219h-1.21v-4.438h1.21c1.119,0,1.829.949,1.829,2.219Z" stroke-width="0"/><path d="M19.712,14.884c-1.949,0-3.278,1.399-3.278,3.618s1.329,3.618,3.278,3.618,3.278-1.399,3.278-3.618-1.329-3.618-3.278-3.618ZM19.712,20.82c-1.119,0-1.819-.89-1.819-2.318s.7-2.318,1.819-2.318,1.819.889,1.819,2.318-.7,2.318-1.819,2.318Z" stroke-width="0"/><path d="M27.132,20.82c-1.119,0-1.819-.89-1.819-2.318s.7-2.318,1.819-2.318c.77,0,1.259.489,1.509,1.119l1.359-.479c-.439-1.21-1.549-1.939-2.868-1.939-1.949,0-3.278,1.39-3.278,3.618s1.329,3.618,3.278,3.618c1.319,0,2.429-.729,2.868-1.939l-1.359-.479c-.25.63-.709,1.119-1.509,1.119Z" stroke-width="0"/></svg>');
    background-position: left center
}

.content strong,
.rich-text strong {
    font-weight: 700
}

.content ol,
.content ul,
.rich-text ol,
.rich-text ul {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 10px
}

.content li,
.rich-text li {
    
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 125%;
    margin-left: 15px
}

@media (min-width:1056px) {

    .content li,
    .rich-text li {
        
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 125%
    }
}

@media (min-width:1312px) {

    .content li,
    .rich-text li {
        
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 135%
    }
}

.content ul li,
.rich-text ul li {
    list-style: disc;
    list-style-position: outside
}

.content ol li,
.rich-text ol li {
    list-style: decimal;
    list-style-position: outside
}

.content a,
.rich-text a {
    color: #000;
    text-decoration: underline;
    font-size: 1em
}

.content a:hover,
.rich-text a:hover {
    color: #unset
}

.content a.btn-primary,
.rich-text a.btn-primary {
    background-color: #272623;
    color: #fff;
    text-decoration: none
}

.content a.btn-primary:hover,
.rich-text a.btn-primary:hover {
    transition: background-color .3s ease;
    background-color: #unset;
    color: #000;
    border-color: transparent
}

.content a.btn-primary:active,
.content a.btn-primary:not(:disabled):not(.disabled):active,
.rich-text a.btn-primary:active,
.rich-text a.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #30312e;
    color: #fff;
    border-color: transparent
}

.content a.btn-primary.disabled,
.content a.btn-primary:disabled,
.rich-text a.btn-primary.disabled,
.rich-text a.btn-primary:disabled {
    color: #82817d;
    background-color: #cbcac8;
    border: 1px solid transparent;
    opacity: 1
}

.content a.btn-secondary,
.rich-text a.btn-secondary {
    color: #000;
    background-color: #fff;
    border: 1px solid #5f5e5b;
    text-decoration: none
}

.content a.btn-secondary:hover,
.rich-text a.btn-secondary:hover {
    transition: background-color .3s ease;
    background-color: rgba(0, 0, 0, .08);
    border-color: transparent
}

.content a.btn-secondary:active,
.content a.btn-secondary:not(:disabled):not(.disabled):active,
.rich-text a.btn-secondary:active,
.rich-text a.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: rgba(0, 0, 0, .12);
    color: #000
}

.content a.btn-secondary.disabled,
.content a.btn-secondary:disabled,
.rich-text a.btn-secondary.disabled,
.rich-text a.btn-secondary:disabled {
    color: #82817d;
    background-color: #cbcac8
}

.content table,
.rich-text table {
    height: auto !important;
    border: 2px solid #cbcac8
}

@media (max-width:1055.98px) {

    .content table,
    .rich-text table {
        display: block;
        overflow-x: scroll;
        border-top: 0 !important
    }
}

.content table,
.content table td,
.content table th,
.content table tr,
.rich-text table,
.rich-text table td,
.rich-text table th,
.rich-text table tr {
    border: solid 2px #cbcac8;
    border-collapse: collapse;
    vertical-align: middle
}

.content table td,
.content table th,
.content table tr,
.rich-text table td,
.rich-text table th,
.rich-text table tr {
    padding: 5px
}

.content table caption,
.rich-text table caption {
    background-color: #e8e8e8;
    overflow: hidden;
    padding: 10px;
    font-size: 2rem;
    font-weight: 700;
    margin-left: 0
}

.content table tr,
.rich-text table tr {
    border: none
}

.content table td,
.content table th,
.rich-text table td,
.rich-text table th {
    border-width: 2px 0 0 2px
}

.content table th,
.rich-text table th {
    background-color: #f5f5f5;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 7px
}

.content table th:first-child,
.rich-text table th:first-child {
    border-left: 0
}

.content table td:first-child,
.rich-text table td:first-child {
    border-left: 0
}

.content p,
.rich-text p {
    color: inherit;
    margin-bottom: 1rem
}

.content p:last-child,
.rich-text p:last-child {
    margin-bottom: 0
}

.field-featurelist ul,
.rich-text-lists ul {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.field-featurelist ul li,
.rich-text-lists ul li {
    font-size: 13px;
    font-size: 1.3rem;
    position: relative;
    line-height: 21px;
    list-style: none;
    margin: 0;
    padding: 5px 0 5px 25px
}

.field-featurelist ul li:before,
.rich-text-lists ul li:before {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem;
    position: absolute;
    top: 3px;
    left: 0;
    color: #747474;
    text-align: center;
    content: "\f00c";
    width: 20px;
    margin: 0 5px 0 0;
    padding: 0
}

.field-featurelist ul li:before {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem;
    position: absolute;
    top: 3px;
    left: 0;
    color: #747474;
    text-align: center;
    content: "\f046";
    width: 20px;
    margin: 0 5px 0 0;
    padding: 0
}

.media-link.file-type-icon-media-link {
    float: left
}

.media-link.file-type-icon-media-link .field-filetypeicon {
    text-align: center
}

.facet-component,
.facet-summary {
    box-sizing: border-box;
    background: 0 0
}

.facet-component label,
.facet-summary label {
    background: 0 0
}

.facet-component button,
.facet-component input,
.facet-summary button,
.facet-summary input {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #cbcac8;
    clear: both;
    height: auto
}

.facet-component input:focus,
.facet-summary input:focus {
    border: 1px solid #d2d2d2
}

.facet-component button,
.facet-component input[type=button],
.facet-component input[type=reset],
.facet-component input[type=submit],
.facet-summary button,
.facet-summary input[type=button],
.facet-summary input[type=reset],
.facet-summary input[type=submit] {
    border: 1px solid #cbcac8;
    padding: 5px 20px
}

.facet-component button::-moz-focus-inner,
.facet-component input::-moz-focus-inner,
.facet-summary button::-moz-focus-inner,
.facet-summary input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.facet-component input[type=text],
.facet-summary input[type=text] {
    font-size: 13px
}

.facet-component input[type=email],
.facet-component input[type=password],
.facet-component input[type=text],
.facet-component select,
.facet-component textarea,
.facet-summary input[type=email],
.facet-summary input[type=password],
.facet-summary input[type=text],
.facet-summary select,
.facet-summary textarea {
    width: 100%
}

.facet-component select,
.facet-summary select {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    padding: 5px
}

.facet-component .search-box-button-with-redirect,
.facet-summary .search-box-button-with-redirect {
    text-transform: uppercase;
    
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 125%;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 4px 0 0 4px;
    display: inline-block;
    padding: 16px;
    vertical-align: middle;
    line-height: 1 !important;
    text-align: center;
    outline: 0;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background-color .2s ease-in;
    overflow: hidden;
    background-color: #272623;
    color: #fff;
    position: relative;
    z-index: 1
}

@media (min-width:1056px) {

    .facet-component .search-box-button-with-redirect,
    .facet-summary .search-box-button-with-redirect {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

@media (min-width:1312px) {

    .facet-component .search-box-button-with-redirect,
    .facet-summary .search-box-button-with-redirect {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

.facet-component .search-box-button-with-redirect:hover,
.facet-summary .search-box-button-with-redirect:hover {
    transition: background-color .3s ease;
    background-color: #unset;
    color: #000;
    border-color: transparent
}

.facet-component .search-box-button-with-redirect:active,
.facet-component .search-box-button-with-redirect:not(:disabled):not(.disabled):active,
.facet-summary .search-box-button-with-redirect:active,
.facet-summary .search-box-button-with-redirect:not(:disabled):not(.disabled):active {
    background-color: #30312e;
    color: #fff;
    border-color: transparent
}

.facet-component .search-box-button-with-redirect.disabled,
.facet-component .search-box-button-with-redirect:disabled,
.facet-summary .search-box-button-with-redirect.disabled,
.facet-summary .search-box-button-with-redirect:disabled {
    color: #82817d;
    background-color: #cbcac8;
    border: 1px solid transparent;
    opacity: 1
}

.facet-component .search-box-button-with-redirect:focus-within,
.facet-summary .search-box-button-with-redirect:focus-within {
    outline: 2px solid #unset
}

.facet-component:after,
.facet-summary:after {
    content: "";
    display: table;
    clear: both
}

.facet-component .bottom-filter-button,
.facet-summary .bottom-filter-button {
    float: right
}

.facet-component .facet-heading,
.facet-summary .facet-heading {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    position: relative
}

.facet-component .facet-heading .facet-title,
.facet-summary .facet-heading .facet-title {
    display: inline-block;
    vertical-align: middle;
    color: #747474;
    padding-right: 25px
}

.facet-component .facet-heading .clear-filter,
.facet-summary .facet-heading .clear-filter {
    display: inline-block;
    vertical-align: middle;
    border-radius: 15px;
    font-size: 10px;
    text-align: center !important;
    width: 15px;
    cursor: pointer;
    position: absolute;
    color: #747474;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    background: 0 0
}

.facet-component .facet-heading .clear-filter:hover,
.facet-summary .facet-heading .clear-filter:hover {
    background: #e0e0e0;
    border-color: #adadad;
    text-decoration: none;
    color: #747474
}

.facet-component .facet-heading .clear-filter.has-active-facet,
.facet-summary .facet-heading .clear-filter.has-active-facet {
    background: #e0e0e0;
    color: #747474
}

.facet-component .facet-heading .clear-filter.has-active-facet:hover,
.facet-summary .facet-heading .clear-filter.has-active-facet:hover {
    background: #e0e0e0;
    color: #747474
}

.facet-single-selection-list .facet-hided .hide-facet-value {
    display: none
}

.facet-single-selection-list .toogle-facet-visibility {
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #747474;
    cursor: pointer
}

.facet-single-selection-list .facet-dropdown {
    margin: 10px 0
}

.facet-single-selection-list .facet-dropdown select {
    min-width: 100%
}

.facet-single-selection-list .facet-value input[type=checkbox] {
    display: none
}

.facet-single-selection-list .facet-value label {
    color: #747474
}

.facet-single-selection-list .facet-value.active-facet .facet-count.highlighted,
.facet-single-selection-list .facet-value.active-facet label,
.facet-single-selection-list .facet-value.active-facet span {
    color: #89c6cc
}

.facet-single-selection-list .bottom-remove-filter {
    float: left
}

.facet-single-selection-list .bottom-filter-button {
    float: right
}

.facet-summary .removeFacetValue,
.facet-summary-horizontal .removeFacetValue {
    font-size: 1.35rem;
    font-weight: 400;
    padding-left: .5rem;
    padding-right: .25rem;
    color: #89c6cc;
    cursor: pointer
}

.facet-summary .bottom-remove-filter button,
.facet-summary-horizontal .bottom-remove-filter button {
    font-size: 12px;
    font-weight: 700;
    position: relative;
    cursor: pointer
}

.facet-summary .clear-filter,
.facet-summary-horizontal .clear-filter {
    display: none
}

.facet-summary:not(.facet-summary-horizontal) {
    margin-bottom: 10px
}

.facet-summary:not(.facet-summary-horizontal) .component-content .facet-summary-wrapper {
    background-color: transparent;
    padding-top: 10px
}

.facet-summary:not(.facet-summary-horizontal) .component-content .facet-summary-wrapper .active-facet-summary-element {
    float: left;
    font-size: 12px;
    position: relative;
    padding-top: 10px;
    width: 100%
}

.facet-summary:not(.facet-summary-horizontal) .component-content .facet-summary-wrapper .active-facet-summary-element span {
    font-weight: 700
}

.facet-summary:not(.facet-summary-horizontal) .component-content .facet-summary-wrapper .active-facet-summary-element .facet-summary-name {
    margin-right: .6rem;
    font-weight: 700
}

.facet-summary:not(.facet-summary-horizontal) .component-content .facet-summary-wrapper .active-facet-summary-element .facet-summary-value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .1rem .8rem;
    padding-left: 0;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: .25rem;
    word-break: break-word
}

.facet-summary:not(.facet-summary-horizontal) .component-content .bottom-remove-filter {
    width: 100%;
    float: left;
    padding-top: 10px
}

.facet-summary:not(.facet-summary-horizontal) .component-content .bottom-remove-filter button {
    width: 100%;
    color: #de232f;
    border-color: transparent;
    text-align: left;
    text-indent: 10px;
    padding-left: 3px
}

.facet-summary:not(.facet-summary-horizontal) .component-content .bottom-remove-filter button:before {
    content: "x";
    display: block;
    position: absolute;
    top: 50%;
    left: 1px;
    color: #de232f;
    transform: translate(-50%, -50%)
}

.facet-summary:not(.facet-summary-horizontal) .component-content .bottom-remove-filter button:hover {
    background-color: transparent !important
}

.facet-summary-horizontal .facet-summary-wrapper {
    margin: 10px 0
}

.facet-summary-horizontal .facet-summary-name,
.facet-summary-horizontal .facet-summary-value {
    font-size: 1.3rem;
    float: left;
    margin-bottom: .9rem
}

.facet-summary-horizontal .facet-summary-name {
    padding: 2px .85rem 2px 0
}

.facet-summary-horizontal .facet-summary-value {
    border-radius: 12px;
    box-shadow: 0 2px 6px 0 #d2d2d2;
    padding: 2px 18px 2px 8px;
    margin-right: .95rem;
    word-break: break-word;
    position: relative
}

.facet-summary-horizontal .removeFacetValue {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: .5rem;
    padding-right: .5rem
}

.facet-summary-horizontal .facet-summary-wrapper.clearfix:after,
.facet-summary-horizontal .facet-summary-wrapper.clearfix:before {
    display: none
}

.facet-summary-horizontal .bottom-remove-filter {
    float: left
}

.facet-summary-horizontal .bottom-remove-filter button {
    width: auto;
    background: 0 0;
    border: 1px solid #bc4526;
    border-radius: 12px !important;
    padding: .2rem .9rem;
    color: #747474
}

.facet-summary-horizontal.facet-summary-horizontal-break .active-facet-summary-element:after {
    content: "";
    display: table;
    clear: both
}

.facet-dropdown {
    margin: 10px 0
}

.facet-dropdown select {
    min-width: 100%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    position: relative;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 5px
}

.load-more label {
    background: 0 0
}

.load-more button,
.load-more input {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #cbcac8;
    clear: both;
    height: auto
}

.load-more input:focus {
    border: 1px solid #d2d2d2
}

.load-more button,
.load-more input[type=button],
.load-more input[type=reset],
.load-more input[type=submit] {
    border: 1px solid #cbcac8;
    padding: 5px 20px
}

.load-more button::-moz-focus-inner,
.load-more input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.load-more input[type=text] {
    font-size: 13px
}

.load-more input[type=email],
.load-more input[type=password],
.load-more input[type=text],
.load-more select,
.load-more textarea {
    width: 100%
}

.load-more select {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    padding: 5px
}

.load-more .search-box-button-with-redirect {
    text-transform: uppercase;
    
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 125%;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 4px 0 0 4px;
    display: inline-block;
    padding: 16px;
    vertical-align: middle;
    line-height: 1 !important;
    text-align: center;
    outline: 0;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background-color .2s ease-in;
    overflow: hidden;
    background-color: #272623;
    color: #fff;
    position: relative;
    z-index: 1
}

@media (min-width:1056px) {
    .load-more .search-box-button-with-redirect {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

@media (min-width:1312px) {
    .load-more .search-box-button-with-redirect {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

.load-more .search-box-button-with-redirect:hover {
    transition: background-color .3s ease;
    background-color: #unset;
    color: #000;
    border-color: transparent
}

.load-more .search-box-button-with-redirect:active,
.load-more .search-box-button-with-redirect:not(:disabled):not(.disabled):active {
    background-color: #30312e;
    color: #fff;
    border-color: transparent
}

.load-more .search-box-button-with-redirect.disabled,
.load-more .search-box-button-with-redirect:disabled {
    color: #82817d;
    background-color: #cbcac8;
    border: 1px solid transparent;
    opacity: 1
}

.load-more .search-box-button-with-redirect:focus-within {
    outline: 2px solid #unset
}

.page-selector .page-selector-list {
    position: relative
}

.page-selector .page-selector-list li {
    display: inline-block;
    position: relative
}

.page-selector .page-selector-list li.inactive::before {
    color: #82817d
}

.page-selector .page-selector-list li.inactive a {
    cursor: default
}

.page-selector .page-selector-list li.inactive a:focus-visible {
    outline: 0
}

.page-selector li.page-selector-item-first,
.page-selector li.page-selector-item-last {
    display: none
}

.page-selector li.page-selector-item-previous::before {
    background-image: url(/-/media/Project/TratonGroup/shared/Icons/INTL_Icon_Caret-left_Black.svg);
    background-position: left center
}

.page-selector li.page-selector-item-next::before {
    background-image: url(/-/media/Project/TratonGroup/shared/Icons/INTL_Icon_Caret-right_Black.svg);
    background-position: right center
}

.page-selector li.page-selector-item-next::before,
.page-selector li.page-selector-item-previous::before {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-size: 18px
}

.page-selector li.page-selector-item-next a,
.page-selector li.page-selector-item-previous a {
    text-indent: -9999rem;
    text-align: unset;
    display: inline-block;
    height: 16px;
    width: 16px;
    position: relative;
    z-index: 1
}

.page-selector .page-selector-item-link {
    display: block;
    text-align: center;
    min-width: 12px;
    padding: 0 12px
}

@media (max-width:671.98px) {
    .page-selector .page-selector-item-link {
        min-width: 2rem
    }
}

.page-selector .page-selector-item-link.active {
    font-weight: 500
}

.page-selector .page-selector-item-link.active,
.page-selector .page-selector-item-link:hover {
    color: #82817d;
    text-decoration: underline
}

.page-size label {
    background: 0 0
}

.page-size button,
.page-size input {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #cbcac8;
    clear: both;
    height: auto
}

.page-size input:focus {
    border: 1px solid #d2d2d2
}

.page-size button,
.page-size input[type=button],
.page-size input[type=reset],
.page-size input[type=submit] {
    border: 1px solid #cbcac8;
    padding: 5px 20px
}

.page-size button::-moz-focus-inner,
.page-size input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.page-size input[type=text] {
    font-size: 13px
}

.page-size input[type=email],
.page-size input[type=password],
.page-size input[type=text],
.page-size select,
.page-size textarea {
    width: 100%
}

.page-size select {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    padding: 5px
}

.page-size .search-box-button-with-redirect {
    text-transform: uppercase;
    
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 125%;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 4px 0 0 4px;
    display: inline-block;
    padding: 16px;
    vertical-align: middle;
    line-height: 1 !important;
    text-align: center;
    outline: 0;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background-color .2s ease-in;
    overflow: hidden;
    background-color: #272623;
    color: #fff;
    position: relative;
    z-index: 1
}

@media (min-width:1056px) {
    .page-size .search-box-button-with-redirect {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

@media (min-width:1312px) {
    .page-size .search-box-button-with-redirect {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

.page-size .search-box-button-with-redirect:hover {
    transition: background-color .3s ease;
    background-color: #unset;
    color: #000;
    border-color: transparent
}

.page-size .search-box-button-with-redirect:active,
.page-size .search-box-button-with-redirect:not(:disabled):not(.disabled):active {
    background-color: #30312e;
    color: #fff;
    border-color: transparent
}

.page-size .search-box-button-with-redirect.disabled,
.page-size .search-box-button-with-redirect:disabled {
    color: #82817d;
    background-color: #cbcac8;
    border: 1px solid transparent;
    opacity: 1
}

.page-size .search-box-button-with-redirect:focus-within {
    outline: 2px solid #unset
}

.page-size label {
    margin-right: 5px
}

.page-size select {
    max-width: 100px;
    width: auto
}

.search-results-count .progress {
    display: none
}

.search-results-count .results-count {
    display: none
}

.on-page-editor .results-count {
    display: inline-block
}

.facet-single-selection-list {
    display: block;
    margin: 2rem 0 0;
    text-align: center
}

.facet-single-selection-list .facet-heading {
    border-bottom: 0
}

.facet-single-selection-list .facet-heading .facet-title {
    display: none
}

.facet-single-selection-list .facet-heading .clear-filter {
    height: 30px;
    width: 30px;
    top: 20px;
    right: 10px;
    cursor: default;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    background-color: #e8e8e8;
    z-index: 1
}

.facet-single-selection-list .facet-heading .clear-filter:hover {
    background-color: #e8e8e8
}

.facet-single-selection-list .facet-heading .clear-filter.has-active-facet {
    background-color: #272623;
    cursor: pointer
}

.facet-single-selection-list .facet-heading .clear-filter.has-active-facet:hover {
    background-color: #unset;
    color: #272623
}

.facet-single-selection-list .facet-heading .clear-filter:before {
    content: "\f00d";
    
    font-size: 2rem;
    line-height: 3rem;
    color: #fff
}

.facet-single-selection-list .facet-search-filter .facet-value {
    position: relative;
    background-color: #272623;
    color: #fff;
    font-weight: 500;
    font-size: 1.3rem;
    border-radius: 4px;
    display: inline-block;
    padding: 16px;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 10px 10px 0
}

.facet-single-selection-list .facet-search-filter .facet-value.active-facet,
.facet-single-selection-list .facet-search-filter .facet-value:hover {
    transition: background-color .3s ease;
    background-color: #unset
}

.facet-single-selection-list .facet-search-filter .facet-value.active-facet span,
.facet-single-selection-list .facet-search-filter .facet-value:hover span {
    color: #272623 !important
}

.column-header-search .search-box {
    margin: 0;
    padding: 2px 10px 0 10px
}

.search-box {
    position: relative;
    padding-right: 10px;
    box-sizing: border-box
}

.search-box label {
    background: 0 0
}

.search-box button,
.search-box input {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #cbcac8;
    clear: both;
    height: auto
}

.search-box input:focus {
    border: 1px solid #d2d2d2
}

.search-box button,
.search-box input[type=button],
.search-box input[type=reset],
.search-box input[type=submit] {
    border: 1px solid #cbcac8;
    padding: 5px 20px
}

.search-box button::-moz-focus-inner,
.search-box input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.search-box input[type=text] {
    font-size: 13px
}

.search-box input[type=email],
.search-box input[type=password],
.search-box input[type=text],
.search-box select,
.search-box textarea {
    width: 100%
}

.search-box select {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    padding: 5px
}

.search-box .search-box-button-with-redirect {
    text-transform: uppercase;
    
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 125%;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 4px 0 0 4px;
    display: inline-block;
    padding: 16px;
    vertical-align: middle;
    line-height: 1 !important;
    text-align: center;
    outline: 0;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background-color .2s ease-in;
    overflow: hidden;
    background-color: #272623;
    color: #fff;
    position: relative;
    z-index: 1
}

@media (min-width:1056px) {
    .search-box .search-box-button-with-redirect {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

@media (min-width:1312px) {
    .search-box .search-box-button-with-redirect {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

.search-box .search-box-button-with-redirect:hover {
    transition: background-color .3s ease;
    background-color: #unset;
    color: #000;
    border-color: transparent
}

.search-box .search-box-button-with-redirect:active,
.search-box .search-box-button-with-redirect:not(:disabled):not(.disabled):active {
    background-color: #30312e;
    color: #fff;
    border-color: transparent
}

.search-box .search-box-button-with-redirect.disabled,
.search-box .search-box-button-with-redirect:disabled {
    color: #82817d;
    background-color: #cbcac8;
    border: 1px solid transparent;
    opacity: 1
}

.search-box .search-box-button-with-redirect:focus-within {
    outline: 2px solid #unset
}

.search-box .twitter-typeahead {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: 100%
}

.search-box .tt-menu {
    background: #e8e8e8;
    width: 100%;
    border: 1px solid #dad9d8;
    border-top: 0;
    margin-top: -2px;
    z-index: 10 !important
}

.search-box .tt-dropdown-menu {
    width: 250px;
    margin-top: 5px;
    background-color: #fff;
    border: 1px solid #82817d;
    max-height: 300px;
    overflow-y: auto
}

.search-box .tt-suggestion {
    padding: 4px 10px;
    color: #000;
    overflow: hidden
}

.search-box .tt-suggestion a {
    text-decoration: none
}

.search-box .tt-suggestion:last-child {
    border: none
}

.search-box .tt-suggestion .field-image {
    width: 100px;
    float: left;
    margin-right: 10px
}

.search-box .tt-suggestion .field-make {
    font-size: 15px;
    float: left;
    margin-right: 5px
}

.search-box .tt-suggestion .field-model {
    margin-left: 4px;
    font-size: 15px;
    font-weight: 700;
    width: 100%
}

.search-box .tt-suggestion .field-priceformatted {
    float: right;
    font-size: 15px;
    margin-top: -20px
}

.search-box .tt-suggestion.tt-cursor {
    color: #000;
    background-color: #e8e8e8;
    cursor: pointer
}

.search-box.loading-in-progress .tt-dropdown-menu {
    display: block !important;
    min-height: 50px;
    position: relative
}

.search-box.loading-in-progress .tt-dropdown-menu:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    height: 40px;
    width: 50px;
    display: block;
    z-index: 11
}

.search-box.loading-in-progress .tt-dropdown-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: 10
}

.search-box.hide-button .search-box-button {
    display: none
}

.search-box .component-content {
    display: flex
}

.search-box .component-content>button,
.search-box .component-content>input,
.search-box .component-content>label {
    display: inline-block
}

.search-box .component-content>button,
.search-box .component-content>label {
    flex-grow: 1;
    border-radius: 0 5px 5px 0
}

.search-box .component-content>input {
    width: auto;
    flex-grow: 10;
    margin: 0 5px
}

.search-box .component-content>label {
    align-self: center;
    text-align: center
}

.search-box .component-content>.twitter-typeahead {
    flex-grow: 10;
    margin-bottom: 0 !important
}

@media (max-width:671.98px) {
    .search-box .component-content>.twitter-typeahead {
        flex-basis: 70%
    }
}

.search-box .component-content>.twitter-typeahead .search-box-input.tt-input {
    margin-bottom: 0;
    border-color: #dad9d8;
    background-color: #e8e8e8 !important;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    line-height: 1.35;
    padding: 13px 16px;
    height: 4.8rem;
    background: #e8e8e8;
    width: 100%
}

.search-box .search-box-input {
    position: relative;
    align-self: center;
    border-radius: 4px 0 0 4px;
    background: #fff;
    border: 1px solid transparent;
    line-height: 4rem;
    padding: 0 1rem
}

.search-box .search-box-input.tt-hint {
    margin-top: 0
}

.sort-results label {
    background: 0 0
}

.sort-results button,
.sort-results input {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #cbcac8;
    clear: both;
    height: auto
}

.sort-results input:focus {
    border: 1px solid #d2d2d2
}

.sort-results button,
.sort-results input[type=button],
.sort-results input[type=reset],
.sort-results input[type=submit] {
    border: 1px solid #cbcac8;
    padding: 5px 20px
}

.sort-results button::-moz-focus-inner,
.sort-results input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.sort-results input[type=text] {
    font-size: 13px
}

.sort-results input[type=email],
.sort-results input[type=password],
.sort-results input[type=text],
.sort-results select,
.sort-results textarea {
    width: 100%
}

.sort-results select {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    padding: 5px
}

.sort-results .search-box-button-with-redirect {
    text-transform: uppercase;
    
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 125%;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 4px 0 0 4px;
    display: inline-block;
    padding: 16px;
    vertical-align: middle;
    line-height: 1 !important;
    text-align: center;
    outline: 0;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background-color .2s ease-in;
    overflow: hidden;
    background-color: #272623;
    color: #fff;
    position: relative;
    z-index: 1
}

@media (min-width:1056px) {
    .sort-results .search-box-button-with-redirect {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

@media (min-width:1312px) {
    .sort-results .search-box-button-with-redirect {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

.sort-results .search-box-button-with-redirect:hover {
    transition: background-color .3s ease;
    background-color: #unset;
    color: #000;
    border-color: transparent
}

.sort-results .search-box-button-with-redirect:active,
.sort-results .search-box-button-with-redirect:not(:disabled):not(.disabled):active {
    background-color: #30312e;
    color: #fff;
    border-color: transparent
}

.sort-results .search-box-button-with-redirect.disabled,
.sort-results .search-box-button-with-redirect:disabled {
    color: #82817d;
    background-color: #cbcac8;
    border: 1px solid transparent;
    opacity: 1
}

.sort-results .search-box-button-with-redirect:focus-within {
    outline: 2px solid #unset
}

.sort-results select {
    max-width: 100%;
    width: auto;
    display: inline-block
}

.sort-results .facet-title {
    display: inline-block;
    margin-right: 5px
}

.search-results label {
    background: 0 0
}

.search-results button,
.search-results input {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #cbcac8;
    clear: both;
    height: auto
}

.search-results input:focus {
    border: 1px solid #d2d2d2
}

.search-results button,
.search-results input[type=button],
.search-results input[type=reset],
.search-results input[type=submit] {
    border: 1px solid #cbcac8;
    padding: 5px 20px
}

.search-results button::-moz-focus-inner,
.search-results input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.search-results input[type=text] {
    font-size: 13px
}

.search-results input[type=email],
.search-results input[type=password],
.search-results input[type=text],
.search-results select,
.search-results textarea {
    width: 100%
}

.search-results select {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    padding: 5px
}

.search-results .search-box-button-with-redirect {
    text-transform: uppercase;
    
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 125%;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 4px 0 0 4px;
    display: inline-block;
    padding: 16px;
    vertical-align: middle;
    line-height: 1 !important;
    text-align: center;
    outline: 0;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background-color .2s ease-in;
    overflow: hidden;
    background-color: #272623;
    color: #fff;
    position: relative;
    z-index: 1
}

@media (min-width:1056px) {
    .search-results .search-box-button-with-redirect {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

@media (min-width:1312px) {
    .search-results .search-box-button-with-redirect {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

.search-results .search-box-button-with-redirect:hover {
    transition: background-color .3s ease;
    background-color: #unset;
    color: #000;
    border-color: transparent
}

.search-results .search-box-button-with-redirect:active,
.search-results .search-box-button-with-redirect:not(:disabled):not(.disabled):active {
    background-color: #30312e;
    color: #fff;
    border-color: transparent
}

.search-results .search-box-button-with-redirect.disabled,
.search-results .search-box-button-with-redirect:disabled {
    color: #82817d;
    background-color: #cbcac8;
    border: 1px solid transparent;
    opacity: 1
}

.search-results .search-box-button-with-redirect:focus-within {
    outline: 2px solid #unset
}

.search-results.component-details .search-result-list>li,
.search-results.standard-fields .search-result-list>li,
.search-results.vertical .search-result-list>li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d2d2d2;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 16px 0;
    margin: 0 0 16px
}

.search-results.component-details .search-result-list>li h2,
.search-results.standard-fields .search-result-list>li h2,
.search-results.vertical .search-result-list>li h2 {
    margin-bottom: 12px
}

.search-results.component-details .search-result-list>li .field-title,
.search-results.standard-fields .search-result-list>li .field-title,
.search-results.vertical .search-result-list>li .field-title {
    display: block;
    margin-top: 16px
}

.search-results.component-details .search-result-list>li .field-title a,
.search-results.standard-fields .search-result-list>li .field-title a,
.search-results.vertical .search-result-list>li .field-title a {
    text-decoration: none;
    display: block
}

.search-results.component-details .search-result-list>li p,
.search-results.standard-fields .search-result-list>li p,
.search-results.vertical .search-result-list>li p {
    margin-bottom: 8px
}

.search-results.component-details .search-result-list>li a,
.search-results.standard-fields .search-result-list>li a,
.search-results.vertical .search-result-list>li a {
    color: #unset;
    text-decoration-color: #unset;
    overflow-wrap: break-word
}

.search-results.component-details .search-result-list>li a:hover,
.search-results.standard-fields .search-result-list>li a:hover,
.search-results.vertical .search-result-list>li a:hover {
    text-decoration: underline
}

.search-results.component-details .search-result-list>li img,
.search-results.standard-fields .search-result-list>li img,
.search-results.vertical .search-result-list>li img {
    max-width: 200px;
    height: auto;
    float: right;
    margin-left: 16px;
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 4px
}

@media (max-width:671.98px) {

    .search-results.component-details .search-result-list>li img,
    .search-results.standard-fields .search-result-list>li img,
    .search-results.vertical .search-result-list>li img {
        display: none
    }
}

.search-results.components .search-result-list,
.search-results.example-fields .search-result-list,
.search-results.horizontal .search-result-list {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap
}

.search-results.components .search-result-list:after,
.search-results.example-fields .search-result-list:after,
.search-results.horizontal .search-result-list:after {
    content: "";
    display: table;
    clear: both
}

.search-results.components .search-result-list>li,
.search-results.example-fields .search-result-list>li,
.search-results.horizontal .search-result-list>li {
    box-sizing: border-box;
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    border-color: #d2d2d2;
    position: relative;
    min-height: 120px;
    margin: 0 2% 10px 0;
    padding: 5px;
    flex: 1;
    min-height: 175px;
    min-width: 23%
}

.search-results.components .search-result-list>li .field-title,
.search-results.example-fields .search-result-list>li .field-title,
.search-results.horizontal .search-result-list>li .field-title {
    display: block;
    padding: 0 5px;
    text-align: center
}

.search-results.components .search-result-list>li .field-title a,
.search-results.example-fields .search-result-list>li .field-title a,
.search-results.horizontal .search-result-list>li .field-title a {
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 400
}

.search-results.components .search-result-list>li a img,
.search-results.example-fields .search-result-list>li a img,
.search-results.horizontal .search-result-list>li a img {
    max-width: 100%;
    height: auto
}

.search-results.components .search-result-list>li:hover,
.search-results.example-fields .search-result-list>li:hover,
.search-results.horizontal .search-result-list>li:hover {
    border-bottom-width: 1px 1px 2px 1px;
    border-bottom-style: solid;
    border-bottom-color: #15909c
}

.search-results .search-results-overlay {
    display: none
}

.search-results.loading-in-progress {
    min-height: 200px
}

.search-results.loading-in-progress .search-result-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.search-results.loading-in-progress .search-result-overlay:after {
    content: "\f3f4";
    
    animation-name: fa-spin;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 2s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, linear);
    font-size: 5rem;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 0;
    right: 0;
    margin: -30px auto 0
}

.search-results.loading-more-in-progress:after {
    content: "";
    display: block;
    background-size: 50% 50%;
    height: 100px
}

.search-results .no-results {
    padding: 5px
}

.search-results.search-card-container {
    margin-top: 3rem
}

.search-results.search-card-container ul {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto 2fr
}

@media (max-width:1055.98px) {
    .search-results.search-card-container ul {
        display: flex;
        flex-direction: column
    }
}

.search-results.search-card-container ul li {
    margin-bottom: 2rem
}

.search-results.search-card-container ul .search-image {
    width: 100%;
    position: relative;
    display: block
}

.search-results.search-card-container ul .search-image span {
    background-color: #272623;
    border-radius: 4px;
    color: #fff;
    right: 12px;
    top: 12px;
    padding: 10px 16px;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 500;
    position: absolute;
    display: inline-block
}

.search-results.search-card-container ul .search-image span:before {
    font-size: 1.4rem;
    vertical-align: middle;
    display: inline-block;
    
    margin-right: 8px
}

.search-results.search-card-container ul .search-image span.pdf::before {
    content: '\f1c1'
}

.search-results.search-card-container ul .search-image span.video::before {
    content: '\f03d'
}

.search-results.search-card-container ul .search-image img {
    border-radius: 8px;
    max-width: 100%;
    width: 100%;
    height: auto;
    min-height: 25rem;
    object-fit: cover
}

.search-results.search-card-container ul .search-content {
    margin-top: 16px
}

.search-results.search-card-container ul .search-content a {
    font-size: 24px;
    line-height: 1.15
}

.search-results.search-card-container.video-card .search-card {
    position: relative
}

.search-results.search-card-container.video-card .search-card:before {
    content: "";
    position: absolute;
    border: 7px solid rgba(255, 255, 255, .7);
    padding: 40px 25px 30px 50px;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -80%);
    pointer-events: none;
    border-radius: 50%;
    transition: all .3s ease 0s
}

@media (prefers-reduced-motion:reduce) {
    .search-results.search-card-container.video-card .search-card:before {
        transition: none
    }
}

.search-results.search-card-container.video-card .search-card:hover:before {
    border-color: #fff
}

.search-results.search-card-container.video-card .search-card svg {
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 1;
    width: 50px;
    height: 50px
}

.modal-right {
    color: #000
}

.modal-right .search-modal-label {
    margin-bottom: 20px
}

.modal-right form {
    margin-bottom: 40px;
    display: flex
}

.modal-right form .inputs {
    background-color: #e8e8e8;
    border: 1px solid #dad9d8;
    border-radius: 8px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-basis: 100%
}

.modal-right form #ClearSearchIcon,
.modal-right form #SearchPrefixIcon {
    margin: 12px;
    height: 20px;
    width: 20px;
    display: inline-block;
    fill: #5f5e5b
}

.modal-right form #SearchPrefixIcon {
    border-right: 0
}

.modal-right form #ClearSearchIcon {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    cursor: pointer
}

.modal-right form #ClearSearchIcon:focus-visible {
    outline: 2px solid #unset;
    outline-offset: 2px;
    border-radius: 2px
}

.modal-right form #ClearSearchIcon:hover {
    fill: #unset
}

.modal-right ul {
    margin-bottom: 40px
}

.modal-right ul li {
    margin-bottom: 12px
}

.modal-right ul li a {
    text-decoration: underline
}

.modal-right .search-widget input[type=text] {
    flex-grow: 1;
    font-size: 16px;
    padding: 12px 16px 12px 0;
    height: 48px;
    background: #e8e8e8;
    display: inline-block;
    border: 0;
    max-width: 60%
}

@media (max-width:671.98px) {
    .modal-right .search-widget input[type=text] {
        max-width: 50%
    }
}

.modal-right .search-widget button {
    height: 48px;
    width: 48px;
    border-radius: 0 4px 4px 0;
    display: inline-block;
    border: 1px solid transparent
}

.modal-right .search-widget ul {
    display: flex;
    flex-direction: column-reverse
}

.modal-right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 408px;
    height: 100%;
    transform: translate3d(0, 0, 0)
}

.modal-right .modal-header {
    border-bottom: solid 1px #e8e8e8;
    display: block;
    margin-top: 24px;
    padding-bottom: 24px;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%
}

.modal-right .modal-header button {
    position: absolute;
    right: 20px;
    top: -6px;
    display: inline-block
}

.modal-right .modal-header button:hover {
    fill: #unset
}

.modal-right .modal-header #searchLabel {
    vertical-align: bottom;
    display: inline
}

.modal-right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0
}

.modal-right .modal-body {
    padding: 24px 24px 80px
}

.modal-right.fade .modal-dialog {
    right: 0;
    left: auto;
    transform: translate(125%, 0)
}

.modal-right.fade.in .modal-dialog {
    right: 0
}

.modal-right.show .modal-dialog {
    transform: none
}

@media (max-width:671.98px) {
    .modal-right.fade {
        transition: transform .2s cubic-bezier(.4, 0, .1, 1)
    }

    .modal-right.fade .modal-dialog {
        right: 0;
        left: auto;
        bottom: 0;
        transform: translate(0, 0)
    }

    .modal-right.fade.in .modal-dialog {
        right: auto;
        left: auto;
        bottom: 0
    }

    .modal-right .modal-dialog {
        width: 100%;
        height: 90vh;
        transform: translate(80px, 125%);
        border-radius: 4px 4px 0 0
    }

    .modal-right .modal-content {
        border-radius: 12px 12px 0 0
    }

    .modal-right .modal-body {
        padding: 24px 24px 40px
    }
}

.component.series-configurations .component-content {
    height: 100%
}

.component.series-configurations .component-content .series-configurations-header {
    background-color: #bab9b5;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 4px
}

.component.series-configurations .component-content .series-configuration-wrapper {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: stretch
}

.component.series-configurations .component-content .swiper-wrapper {
    display: flex;
    height: 100%
}

.component.series-configurations .component-content .series-config {
    display: flex;
    flex-direction: column;
    min-width: 294px;
    max-width: 294px;
    width: 294px;
    height: 100%;
    flex-grow: 1
}

@media (min-width:672px) {
    .component.series-configurations .component-content .series-config {
        min-width: 384px;
        max-width: 384px;
        width: 384px
    }
}

.component.series-configurations .component-content .series-config.swiper-slide {
    cursor: pointer
}

.component.series-configurations .component-content .configuration-content-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.component.series-configurations .component-content .configuration-title {
    color: #5f5e5b;
    margin-bottom: 2px
}

.component.series-configurations .component-content hr:first-of-type {
    border-color: #unset;
    margin: 20px 0 12px
}

.component.series-configurations .component-content hr:not(:first-of-type) {
    border-color: #e8e8e8;
    margin: 12px 0
}

.sitecore-form>.component-content {
    border: 1px solid transparent
}

.sitecore-form form {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px
}

.sitecore-form form input {
    display: inline-block
}

.sitecore-form form input:not([type=Submit]),
.sitecore-form form textarea {
    font-size: inherit;
    background-color: #e8e8e8;
    border: none;
    border-radius: 4px;
    border-bottom: 1px solid #cbcac8;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 8px;
    margin-bottom: 24px
}

.sitecore-form form input:not([type=Submit]):focus,
.sitecore-form form textarea:focus {
    border-bottom: 1px solid #000
}

.sitecore-form form [data-val-required]:has(+.field-validation-error) {
    margin-bottom: 4px !important
}

.sitecore-form form [data-sc-field-name="Password Confirmation"] {
    margin-right: 5px
}

.sitecore-form form label {
    
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    line-height: 1.25;
    display: block
}

.sitecore-form form label.required::after {
    content: "*";
    margin-left: 4px
}

.sitecore-form form input[type=email],
.sitecore-form form input[type=number],
.sitecore-form form input[type=tel],
.sitecore-form form input[type=text] {
    font-size: 16px;
    line-height: 1.35;
    padding: 13px 16px;
    height: 4.8rem;
    background: #e8e8e8;
    width: 100%
}

.sitecore-form form input[type=email]:has(+.field-validation-error),
.sitecore-form form input[type=number]:has(+.field-validation-error),
.sitecore-form form input[type=tel]:has(+.field-validation-error),
.sitecore-form form input[type=text]:has(+.field-validation-error) {
    border-bottom: 1px solid #e9453a
}

.sitecore-form form input[type=Submit] {
    margin-bottom: 12px
}

@media (max-width:1055.98px) {
    .sitecore-form form input[type=Submit] {
        width: 100%
    }
}

.sitecore-form form textarea {
    line-height: 2rem;
    text-transform: none;
    padding: 16px;
    width: 100%;
    margin-bottom: 10px
}

.sitecore-form form span.field-validation-error {
    font-size: 13px;
    line-height: 1.25;
    display: inline-block;
    color: #bd3830;
    margin-bottom: 20px
}

.sitecore-form form span.field-validation-valid {
    margin-bottom: 10px
}

.sitecore-form form select {
    height: 4.8rem;
    background-color: #e8e8e8;
    outline: 1px solid #cbcac8;
    border-radius: 3px;
    border-width: 0;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 16px;
    margin-top: 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 viewBox=%220 0 32 32%22%3E%3Cpolygon points=%2224.586 10.586 16 19.172 7.414 10.586 6 12 16 22 26 12 24.586 10.586%22 stroke-width=%220%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center
}

.sitecore-form form select:not(:disabled):hover {
    outline: 1px solid #82817d
}

.sitecore-form form select:focus-visible {
    outline: 2px solid #unset;
    outline-offset: 2px
}

.sitecore-form form .wcag-checkbox,
.sitecore-form form .wcag-radio {
    margin-bottom: 24px
}

.sitecore-form form .wcag-checkbox>label,
.sitecore-form form .wcag-radio>label {
    margin-bottom: 12px
}

.sitecore-form form .wcag-checkbox label,
.sitecore-form form .wcag-radio label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.sitecore-form form .wcag-checkbox label input,
.sitecore-form form .wcag-radio label input {
    display: none
}

.sitecore-form form .wcag-checkbox label span,
.sitecore-form form .wcag-radio label span {
    text-transform: none;
    font-size: 16px
}

.sitecore-form form .wcag-checkbox label:focus-visible span:before,
.sitecore-form form .wcag-radio label:focus-visible span:before {
    border: 2px solid #000
}

.sitecore-form form .wcag-checkbox input:checked~span:before {
    content: '\f00c';
    
    color: #fff;
    background: #000;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center
}

.sitecore-form form .wcag-checkbox span:before {
    content: '';
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #dad9d8;
    display: inline-block;
    margin: 0 5px 5px 0;
    vertical-align: middle
}

.sitecore-form form .wcag-checkbox input:not(:checked)~span:hover::before {
    border: 1px solid #82817d
}

.sitecore-form form .wcag-checkbox input:disabled~span:before {
    border: 1px solid #bab9b5;
    background: #fff
}

.sitecore-form form .wcag-checkbox input:disabled~span:hover:before {
    border: 1px solid #bab9b5 !important
}

.sitecore-form form .wcag-radio input:checked~span:before {
    content: '';
    background: #000;
    border: 3px solid #fff;
    outline: 1px solid #a09e9a
}

.sitecore-form form .wcag-radio span:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #a09e9a;
    border-radius: 12px;
    background: #fff;
    display: inline-block;
    margin: 0 5px 5px 0;
    vertical-align: middle
}

.sitecore-form form .wcag-radio span:hover::before {
    background: #e8e8e8
}

.sitecore-form form input[type=checkbox],
.sitecore-form form input[type=radio] {
    accent-color: #000
}

.sitecore-form form .validation-summary-errors {
    display: none
}

.sitecore-form .form.hints-below .scfSectionContent [class$=UsefulInfo] {
    position: static;
    opacity: 1;
    max-width: 100%;
    width: 100%;
    margin: 5px 0 0 5px
}

.sitecore-form .form.labels-above label {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0
}

.sitecore-form .form.labels-above .scfCaptchaGeneralPanel,
.sitecore-form .form.labels-above .scfCheckBoxListGeneralPanel,
.sitecore-form .form.labels-above .scfConfirmPasswordGeneralPanel,
.sitecore-form .form.labels-above .scfCreditCardGeneralPanel,
.sitecore-form .form.labels-above .scfDateGeneralPanel,
.sitecore-form .form.labels-above .scfDatePickerGeneralPanel,
.sitecore-form .form.labels-above .scfDateSelectorGeneralPanel,
.sitecore-form .form.labels-above .scfDropListGeneralPanel,
.sitecore-form .form.labels-above .scfEmailGeneralPanel,
.sitecore-form .form.labels-above .scfFileUploadGeneralPanel,
.sitecore-form .form.labels-above .scfListBoxGeneralPanel,
.sitecore-form .form.labels-above .scfMultipleLineGeneralPanel,
.sitecore-form .form.labels-above .scfNumberGeneralPanel,
.sitecore-form .form.labels-above .scfPasswordGeneralPanel,
.sitecore-form .form.labels-above .scfRadioButtonListGeneralPanel,
.sitecore-form .form.labels-above .scfSingleLineGeneralPanel,
.sitecore-form .form.labels-above .scfSmsTelephoneGeneralPanel,
.sitecore-form .form.labels-above .scfTelephoneGeneralPanel {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 93%
}

.sitecore-form .form.labels-above .scfSectionContent .scfRequired {
    margin: 0 5px
}

.sitecore-form .form.labels-above .scfMultipleLineGeneralPanel {
    width: 95%
}

.sitecore-form .form.labels-above .scfMultipleLineTextBox {
    margin: 0 0 0 5px
}

.preference-content {
    display: flex;
    flex-direction: row;
    margin-bottom: 2rem
}

@media (max-width:1055.98px) {
    .preference-content {
        flex-direction: column
    }
}

.preference-content .content-side {
    border-right: 1px solid #bab9b5
}

.preference-content .content-side span {
    display: block;
    font-size: 2rem;
    margin-bottom: 2.4rem
}

@media (max-width:1055.98px) {
    .preference-content .content-side {
        border-right: 0
    }
}

.preference-content .content-side label.required {
    font-weight: 500
}

.preference-content .content-side label.required:after {
    content: '*';
    color: #unset;
    margin-left: 5px;
    font-size: 2rem
}

.preference-content .content-side input {
    font-size: 16px;
    line-height: 1.35;
    padding: 13px 16px;
    height: 4.8rem;
    background: #e8e8e8;
    border-radius: 4px;
    border: none;
    border-bottom: 1px solid #cbcac8;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 8px;
    margin-bottom: 24px
}

.preference-content .content-side input:focus {
    border-bottom: 1px solid #000
}

.preference-content .form-sidebar span {
    display: block;
    font-size: 2rem;
    margin-bottom: 2.4rem
}

.preference-content .form-sidebar a {
    display: block;
    font-size: 2rem;
    font-weight: 600
}

.preference-content .form-sidebar a::after {
    content: "\f054";
    color: #unset;
    
    display: inline-block;
    position: absolute;
    padding-left: 8px
}

@media (min-width:1056px) {
    .preference-content .form-sidebar {
        padding-left: 6.4rem
    }
}

@media (max-width:671.98px) {
    .preference-content .form-sidebar {
        text-align: center;
        border-top: 1px solid #bab9b5;
        padding-top: 2.4rem
    }
}

.email-campaign-content {
    display: flex;
    flex-direction: column;
    position: relative
}

.email-campaign-content h1 {
    margin-bottom: 3rem;
    text-transform: uppercase
}

.email-campaign-content .email-campaign-subtitle {
    margin-bottom: 20px;
    font-size: 2rem
}

.email-campaign-content form .form-group {
    margin-bottom: 20px
}

.email-campaign-content form .form-group:last-child {
    margin-bottom: 0
}

.email-campaign-content form .form-group input {
    width: 50%
}

@media (max-width:1055.98px) {
    .email-campaign-content form .form-group input {
        width: 100%
    }
}

@media (max-width:671.98px) {
    .email-campaign-content form button {
        width: 100%
    }
}

.form-newsletter-full h1,
.form-newsletter-full h5,
.form-newsletter-full h6 {
    text-transform: uppercase
}

@media (max-width:1055.98px) {
    .form-newsletter-full .email-thank-you h1 {
        text-align: center
    }
}

.form-newsletter-full .email-thank-you span {
    display: block;
    font-size: 2rem;
    margin-bottom: 2.4rem
}

@media (max-width:1055.98px) {
    .form-newsletter-full .email-thank-you span {
        text-align: center
    }
}

.form-newsletter-full .email-thank-you span.user-email {
    font-weight: 700
}

@media (max-width:1055.98px) {
    .form-newsletter-full .email-thank-you .learn-more {
        text-align: center;
        border-top: 1px solid #bab9b5;
        padding-top: 2.4rem
    }
}

.form-newsletter-full form {
    flex-direction: column
}

.form-newsletter-full .form-group {
    width: 100%
}

@media (min-width:1056px) {
    .form-newsletter-full .form-group.input {
        width: 50%
    }
}

.form-newsletter-full input[type=checkbox] {
    display: none
}

.form-newsletter-full input[type=checkbox]:checked+span:before {
    content: '\f00c';
    
    color: #fff;
    background: #000;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center
}

.form-newsletter-full input[type=checkbox]+span:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #dad9d8;
    display: inline-block;
    margin: 0 5px 5px 0;
    vertical-align: middle
}

.form-newsletter-full input[type=checkbox]:not(:checked)~span:hover::before {
    border: 1px solid #82817d
}

.form-newsletter-full .email-preferences span {
    width: 100%;
    display: block;
    border-bottom: 1px solid #bab9b5;
    padding-bottom: 2rem
}

.form-newsletter-full .optionsGroup .interest-area {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-bottom: 1px solid #bab9b5
}

@media (max-width:1055.98px) {
    .form-newsletter-full .optionsGroup .interest-area {
        flex-direction: column
    }
}

.form-newsletter-full .optionsGroup .interest-area .info-select-options {
    margin-top: 0;
    border-bottom: 0
}

.form-newsletter-full .optionsGroup .info-select-options {
    border-bottom: 1px solid #bab9b5;
    margin-top: 2rem
}

.form-newsletter-full .optionsGroup .option-subheading {
    font-size: 1.6rem;
    margin-bottom: 2rem
}

.form-newsletter-full .optionsGroup .option-title {
    text-transform: none;
    font-size: 1.8rem
}

.form-newsletter-full .optionsGroup .option-title:before {
    margin-right: 1.8rem
}

.form-newsletter-full .optionsGroup .option-title.brand {
    font-weight: 500
}

.form-newsletter-full .optionsGroup .option-description {
    display: block;
    margin-left: 3.8rem;
    text-transform: none;
    font-size: 1.8rem
}

.feature-newsletter-unsubscribe textarea {
    width: 30rem
}

.feature-newsletter-unsubscribe .btn {
    display: inherit
}

.snippet {
    padding-left: 0;
    padding-right: 0
}

.snippet .is-empty-hint {
    min-height: 50px;
    background: linear-gradient(.9turn, #e3e3e3, #ccc);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
    padding: 10px;
    position: relative
}

.snippet .is-empty-hint::before {
    content: attr(data-text);
    height: 35px;
    position: absolute;
    background: #fff;
    z-index: 1;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 10px
}

.spec-list .component-content>.specification-title {
    transition: transform .2s cubic-bezier(.4, 0, .1, 1);
    font-size: 1.8rem;
    
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #cbcac8
}

.spec-list .component-content>.specification-title h1 {
    padding: 16px 16px 16px 0;
    font-size: inherit;
    font-weight: 500;
    
    line-height: 24px;
    position: relative;
    z-index: 1
}

.spec-list .component-content>.specification-title h2 {
    padding: 16px 16px 16px 0;
    font-size: inherit;
    font-weight: 500;
    
    line-height: 24px;
    position: relative;
    z-index: 1
}

.spec-list .component-content>.specification-title h3 {
    padding: 16px 16px 16px 0;
    font-size: inherit;
    font-weight: 500;
    
    line-height: 24px;
    position: relative;
    z-index: 1
}

.spec-list .component-content>.specification-title h4 {
    padding: 16px 16px 16px 0;
    font-size: inherit;
    font-weight: 500;
    
    line-height: 24px;
    position: relative;
    z-index: 1
}

.spec-list .component-content>.specification-title h5 {
    padding: 16px 16px 16px 0;
    font-size: inherit;
    font-weight: 500;
    
    line-height: 24px;
    position: relative;
    z-index: 1
}

.spec-list .component-content>.specification-title h6 {
    padding: 16px 16px 16px 0;
    font-size: inherit;
    font-weight: 500;
    
    line-height: 24px;
    position: relative;
    z-index: 1
}

.spec-list .component-content>.specification-title:hover {
    border-bottom-color: #41413e
}

.spec-list .component-content>.specification-title:focus-within {
    outline: 2px solid #unset;
    outline-offset: 2px;
    border-radius: 8px
}

.spec-list .component-content>.specification-title::after {
    display: block;
    position: absolute;
    right: 3px;
    top: calc(50% - 8px);
    
    font-size: 16px;
    content: "\2b";
    color: #000;
    text-transform: none !important
}

.spec-list .component-content>.specification-title.opened {
    margin-bottom: 16px;
    border-bottom: 0
}

.spec-list .component-content>.specification-title.opened::after {
    content: "\f068"
}

body.on-page-editor .spec-list .component-content>.row,
body.on-page-editor .spec-list .component-content>ul {
    display: block
}

.spec-list ul {
    display: none
}

.spec-list ul li {
    border-bottom: 1px solid #e8e8e8;
    padding: 16px 0
}

.spec-list ul li:last-child {
    border-bottom: 0
}

.spec-list .spec-content {
    display: flex;
    flex-wrap: nowrap;
    gap: 32px;
    font-size: 1.6rem;
    line-height: 135%
}

.spec-list p {
    font-size: inherit;
    
    line-height: inherit;
    font-weight: inherit
}

.spec-list .spec-heading {
    font-weight: 500;
    flex-basis: 20%
}

.spec-list .spec-data {
    display: grid;
    grid-template-columns: 300px 1fr;
    font-weight: 400;
    flex-basis: 80%
}

.spec-list .spec-data .sub-spec-heading {
    font-weight: 500;
    margin-bottom: 16px
}

.spec-list .spec-data .sub-spec-body {
    padding-left: 32px
}

@media (max-width:671.98px) {
    .spec-list .spec-heading {
        flex-basis: 100%
    }

    .spec-list .sub-spec {
        width: auto;
        max-width: 100%
    }

    .spec-list .spec-content {
        flex-direction: column;
        gap: 16px
    }

    .spec-list .spec-data {
        flex-basis: 100%;
        margin-left: 24px;
        display: flex;
        flex-direction: column
    }

    .spec-list .spec-data .sub-spec-body {
        padding-left: 0
    }
}

.swiper-hotspot .swiper-hotspots {
    width: 100%;
    position: relative;
    min-height: 30rem
}

@media (max-width:671.98px) {
    .swiper-hotspot .swiper-hotspots {
        padding-bottom: 5rem
    }
}

.section-container .swiper-hotspot .swiper-hotspots {
    overflow: hidden
}

.section-container .swiper-hotspot .swiper-hotspots .hs-stage img {
    border-radius: 8px
}

@media (max-width:671.98px) {
    .section-container .swiper-hotspot .swiper-hotspots .hs-controls {
        margin-left: 0
    }
}

.section-container .swiper-hotspot .swiper-hotspots .slider-wrapper {
    padding-left: 0;
    padding-right: 0
}

.section-container .swiper-hotspot .swiper-hotspots .nav-buttons {
    right: 0
}

.swiper-hotspot .swiper-hotspots .hs-stage {
    position: relative
}

body.on-page-editor .swiper-hotspot .swiper-hotspots .hs-stage .hero-image-editable-section {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 230px;
    min-height: 200px;
    border: 2px solid #fff;
    background: #fff;
    color: #000
}

body.on-page-editor .swiper-hotspot .swiper-hotspots .hs-stage .hero-image-editable-section .hero-image-instructions {
    font-size: 1.3rem
}

body.on-page-editor .swiper-hotspot .swiper-hotspots .hs-stage .hero-image-editable-section .hero-image-editable img {
    width: 100%;
    height: auto
}

body.on-page-editor .swiper-hotspot .swiper-hotspots .hs-stage .hero-image-editable-section .hero-image-editable-mobile {
    border-top: 2px solid #fff
}

.swiper-hotspot .swiper-hotspots .hs-stage img {
    aspect-ratio: 16/9;
    width: 100%;
    object-fit: cover
}

.swiper-hotspot .swiper-hotspots .hs-controls {
    display: flex;
    margin-left: 32px;
    position: absolute;
    bottom: 32px
}

@media (max-width:671.98px) {
    .swiper-hotspot .swiper-hotspots .hs-controls {
        bottom: unset;
        margin-left: 16px;
        padding-top: 24px;
        margin-bottom: 16px;
        position: relative
    }
}

.swiper-hotspot .swiper-hotspots .hs-controls .headered-content {
    width: 100%;
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column
}

body.on-page-editor .swiper-hotspot .swiper-hotspots .hs-controls .headered-content {
    display: none
}

.swiper-hotspot .swiper-hotspots .hs-controls .headered-content h2 {
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase
}

@media (max-width:671.98px) {
    .swiper-hotspot .swiper-hotspots .hs-controls .headered-content h2 {
        color: #000;
        max-width: 80%;
        margin-bottom: 0;
        font-size: 2.4rem
    }

    .swiper-hotspot .swiper-hotspots .hs-controls .headered-content .switch {
        display: none
    }
}

.swiper-hotspot .swiper-hotspots .hs-toggle {
    display: none
}

.swiper-hotspot .swiper-hotspots .hs-toggle+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: 0;
    -webkit-user-select: none;
    user-select: none
}

.swiper-hotspot .swiper-hotspots input.hs-toggle-round+label {
    padding: 2px;
    width: 40px;
    height: 24px;
    border-radius: 8px
}

.swiper-hotspot .swiper-hotspots input.hs-toggle-round+label span {
    color: #fff;
    margin-left: 50px
}

.swiper-hotspot .swiper-hotspots input.hs-toggle-round+label:after,
.swiper-hotspot .swiper-hotspots input.hs-toggle-round+label:before {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: ""
}

.swiper-hotspot .swiper-hotspots input.hs-toggle-round+label:before {
    right: 1px;
    background-color: #bab9b5;
    border-radius: 60px;
    transition: background .4s ease
}

@media (prefers-reduced-motion:reduce) {
    .swiper-hotspot .swiper-hotspots input.hs-toggle-round+label:before {
        transition: none
    }
}

.swiper-hotspot .swiper-hotspots input.hs-toggle-round+label:after {
    width: 20px;
    background-color: #unset;
    border-radius: 100%;
    transition: margin .4s ease
}

@media (prefers-reduced-motion:reduce) {
    .swiper-hotspot .swiper-hotspots input.hs-toggle-round+label:after {
        transition: none
    }
}

.swiper-hotspot .swiper-hotspots input.hs-toggle-round:checked+label:before {
    background-color: #fff
}

.swiper-hotspot .swiper-hotspots input.hs-toggle-round:checked+label:after {
    margin-left: 18px
}

.swiper-hotspot .swiper-hotspots .hs-targets {
    display: block
}

.swiper-hotspot .swiper-hotspots .hs-targets.hidden {
    display: none
}

@media (max-width:671.98px) {
    .swiper-hotspot .swiper-hotspots .hs-targets {
        pointer-events: none
    }

    .swiper-hotspot .swiper-hotspots .hs-targets .target-spot {
        display: none
    }
}

.swiper-hotspot .swiper-hotspots .hs-targets li {
    position: absolute
}

.swiper-hotspot .swiper-hotspots .hs-targets li.active .hs-select {
    border: 2px solid #fff
}

.swiper-hotspot .swiper-hotspots .hs-targets div.hs-select {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #unset
}

@media (max-width:671.98px) {
    .swiper-hotspot .swiper-hotspots .hs-targets div.hs-select {
        width: 20px;
        height: 20px
    }
}

.swiper-hotspot .swiper-hotspots .hs-targets div.hs-select:hover {
    cursor: pointer;
    border: 2px solid #fff
}

.swiper-hotspot .swiper-hotspots .hs-targets div.hs-select.show {
    border: 2px solid rgba(255, 255, 255, .5)
}

.swiper-hotspot .swiper-hotspots .hs-targets div.hs-select svg {
    fill: #fff
}

.swiper-hotspot .swiper-hotspots .hs-popup {
    display: none;
    background: #fff;
    border-radius: 8px;
    max-width: 40rem;
    padding: 20px;
    z-index: 10
}

.swiper-hotspot .swiper-hotspots .hs-popup.active {
    display: block
}

@media (max-width:671.98px) {
    .swiper-hotspot .swiper-hotspots .hs-popup {
        display: none
    }
}

.swiper-hotspot .swiper-hotspots .hs-popup .p-large {
    margin-bottom: 12px
}

.swiper-hotspot .swiper-hotspots .hs-popup svg {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer
}

.swiper-hotspot .swiper-hotspots .hs-popup .popup-arrow,
.swiper-hotspot .swiper-hotspots .hs-popup .popup-arrow::before {
    position: absolute;
    width: 8px;
    height: 8px;
    background: inherit
}

.swiper-hotspot .swiper-hotspots .hs-popup[data-popper-placement^=top]>.popup-arrow {
    bottom: -4px
}

.swiper-hotspot .swiper-hotspots .hs-popup[data-popper-placement^=bottom]>.popup-arrow {
    top: -4px
}

.swiper-hotspot .swiper-hotspots .hs-popup[data-popper-placement^=left]>.popup-arrow {
    right: -4px
}

.swiper-hotspot .swiper-hotspots .hs-popup[data-popper-placement^=right]>.popup-arrow {
    left: -4px
}

.swiper-hotspot .swiper-hotspots .hs-popup .popup-arrow {
    visibility: hidden
}

.swiper-hotspot .swiper-hotspots .hs-popup .popup-arrow::before {
    visibility: visible;
    content: '';
    transform: rotate(45deg)
}

.swiper-hotspot .swiper-hotspots .hs-popup[data-show] {
    display: block
}

@media (min-width:672px) {

    .swiper-hotspot .swiper-hotspots .slide-count,
    .swiper-hotspot .swiper-hotspots .swiper-pagination {
        display: none
    }
}

.swiper-hotspot .swiper-hotspots .swiper-pagination.swiper-pagination-progressbar {
    position: relative;
    background-color: #dad9d8;
    height: 2px;
    margin-top: 16px
}

.swiper-hotspot .swiper-hotspots .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #unset
}

.swiper-hotspot .swiper-hotspots .slide-count {
    color: #unset;
    position: relative;
    bottom: -36px;
    font-size: 1.4rem;
    line-height: 125%;
    font-weight: 500
}

.swiper-hotspot .swiper-hotspots .nav-buttons {
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    bottom: 12px;
    right: 16px
}

.swiper-hotspot .swiper-hotspots .nav-buttons .arrow {
    cursor: pointer;
    background: #e8e8e8;
    fill: #000;
    padding: 8px;
    margin-left: 8px;
    border-radius: 4px
}

.swiper-hotspot .swiper-hotspots .nav-buttons .arrow svg {
    width: 2rem;
    height: 2rem
}

.swiper-hotspot .swiper-hotspots .nav-buttons .arrow.swiper-button-disabled {
    opacity: .5;
    cursor: default
}

.swiper-hotspot .swiper-hotspots .slider-wrapper {
    display: none;
    padding-left: 16px;
    padding-right: 16px
}

.swiper-hotspot .swiper-hotspots .slider-wrapper .hs-detail-slide.item {
    text-align: left
}

.swiper-hotspot .swiper-hotspots .slider-wrapper .hs-detail-slide.item .p-large {
    margin-bottom: 12px
}

@media (max-width:671.98px) {
    .swiper-hotspot .swiper-hotspots .slider-wrapper {
        display: block
    }
}

.swiper-hotspot .swiper-hotspots .edit-hotspots .hs-detail-slide {
    margin: 40px;
    padding: 20px;
    border: 3px solid #a09e9a
}

.component.tab-set .tabset-titles {
    margin-bottom: 24px
}

@media (min-width:672px) {
    .component.tab-set .tabset-titles {
        margin-bottom: 64px
    }
}

.tab-set-wrapper {
    overflow: hidden;
    position: relative;
    background: 0 0;
    border: none
}

.tab-set-wrapper.tab-mobile {
    display: block
}

.tab-set-wrapper.tab-desktop {
    display: none
}

.tab-set-wrapper .tab-item {
    height: 31rem;
    margin-right: 8px
}

.tab-set-wrapper .tab-item .image1 img {
    margin-right: 16px;
    max-width: calc(100% - 16px)
}

.tab-set-wrapper .tab-item .image2 img {
    margin-right: 16px;
    max-width: calc(100% - 16px);
    border-radius: 4px
}

.tab-set-wrapper .tab-item .image3 img {
    border-radius: 4px
}

.tab-set-wrapper .tab-item .twocols {
    margin-bottom: 32px
}

.tab-set-wrapper .tab-item img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px
}

.tab-set-wrapper .btn {
    margin-top: 48px
}

@media (min-width:672px) {
    .tab-set-wrapper.tab-mobile {
        display: none
    }

    .tab-set-wrapper .tab-item {
        height: auto;
        margin: 0
    }

    .tab-set-wrapper.tab-desktop {
        display: block
    }

    .tab-set-wrapper .tab-set-pagination-mobile {
        display: none
    }
}

.tab-set {
    border: 0
}

body.on-page-editor .tab-set .swiper-wrapper {
    flex-direction: column
}

.tab-set .tab-content {
    margin-right: -2rem
}

.tab-set .tab-set-caption {
    margin-top: 24px
}

.tab-set .tab-set-caption .btn {
    margin-top: 24px
}

.tab-set .tab-set-nav {
    border: 0;
    margin: 16px 0
}

.tab-set .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    opacity: 1;
    margin-right: 8px
}

.tab-set .swiper-pagination-bullet:focus {
    outline: 2px solid #unset;
    outline-offset: 2px;
    border-radius: 8px
}

.tab-set .swiper-pagination-bullet-active {
    background-color: inherit
}

.tab-set button[class*=black-] {
    background-color: #000;
    border: 1px solid #bab9b5
}

.tab-set button[class*=white-] {
    background-color: #fff;
    border: 1px solid #e8e8e8
}

.tab-set button[class*=sunrise-] {
    background-color: #e9453a
}

.tab-set button[class*=green-] {
    background-color: #204a32
}

.tab-set button[class*=yellow-] {
    background-color: #f6ae30
}

@media (min-width:672px) {
    .tab-set .mobile {
        display: none
    }

    .tab-set .tab-set-caption {
        margin-top: 32px
    }
}

.tabs.tabs-bottom .tabs-container {
    margin: 0
}

.tabs.tabs-bottom .tabs-heading {
    position: relative;
    margin-top: -1px
}

.tabs.tabs-bottom .tabs-heading li {
    margin-bottom: 0;
    border-top: 0 solid #fff
}

.tabs.tabs-bottom .tabs-heading li a {
    border: none
}

.tabs.tabs-bottom .tabs-heading li.active {
    border-top: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #d2d2d2;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d2d2d2
}

.tabs.tabs-bottom .tabs-heading li.active a {
    border: none;
    position: relative
}

.tabs.tabs-bottom .tabs-heading li:hover {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    background: #fff
}

.tabs.tabs-bottom .tabs-container {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    border-top: none;
    background: 0 0;
    margin-bottom: 1px
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading {
    float: right;
    margin-left: -1px
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f7f7f7;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #f7f7f7;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #89c6cc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f7f7f7
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li.active {
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #89c6cc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #89c6cc
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li.active a {
    border: none
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li:hover {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #89c6cc
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-container {
    float: right;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #89c6cc;
    border-top: none;
    margin-left: -1px;
    border-left: none
}

.tabs.tabs-vertical .tabs-heading {
    width: 30%;
    float: left
}

.tabs.tabs-vertical .tabs-heading li {
    margin: 0 0 2px 0;
    display: block;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f7f7f7;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #f7f7f7;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #89c6cc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f7f7f7
}

.tabs.tabs-vertical .tabs-heading li.active {
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #89c6cc
}

.tabs.tabs-vertical .tabs-heading li.active a {
    border: none
}

.tabs.tabs-vertical .tabs-heading li:first-child {
    margin-top: 0
}

.tabs.tabs-vertical .tabs-heading li:hover {
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #89c6cc
}

.tabs.tabs-vertical .tabs-container {
    margin: 0;
    float: left;
    width: 70%;
    margin-left: -1px;
    border-top: none;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #89c6cc
}

.tabs.tabs-scrollable .tabs-heading {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0
}

.tabs.tabs-scrollable .tabs-container {
    margin: 0
}

.tabs.tabs-scrollable .prev {
    left: 0;
    background: #e4e4e4 url(../Images/arrow-left.png) center center no-repeat
}

.tabs.tabs-scrollable .next {
    right: 0;
    background: #e4e4e4 url(../Images/arrow-right.png) center center no-repeat
}

.tabs.tabs-scrollable.tabs-bottom .wrapper {
    margin-top: 2px;
    padding-bottom: 6px
}

.tabs.tabs-scrollable.tabs-bottom .next {
    top: 1px
}

.tabs.tabs-scrollable.tabs-bottom .prev {
    top: 1px
}

.tabs.tabs-scrollable.tabs-bottom .tabs-heading {
    margin-top: -4px
}

.timeline-wrapper {
    margin-top: 8rem;
    position: relative
}

.timeline-wrapper .timeline {
    width: 100%;
    border-top: 5px solid #bab9b5;
    display: flex;
    position: relative
}

.timeline-wrapper ul {
    display: flex;
    width: 100%;
    margin-top: 0;
    margin-bottom: 1rem
}

.timeline-wrapper .top-years {
    position: absolute;
    padding: 0
}

.timeline-wrapper .top-years li {
    cursor: pointer;
    list-style-type: none;
    margin-right: 2rem
}

.timeline-wrapper .top-years li .year {
    position: absolute;
    top: -4.5rem;
    margin-left: -1.5rem;
    color: #000;
    font-weight: 700
}

.timeline-wrapper .top-years li .tick {
    height: 1.2rem;
    background: #bab9b5;
    width: 1.1px;
    transition: .3s;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-top: -1.6rem;
    position: absolute;
    cursor: auto
}

.timeline-wrapper .event-years-slides .slide {
    padding-top: 5rem
}

.timeline-wrapper .event-years-slides .slide-left img {
    width: 100%;
    height: auto
}

.timeline-wrapper .event-years-slides .slide-left figure {
    padding-top: 20px
}

.timeline-wrapper .event-years-slides .slide-right p {
    font-size: 18px;
    padding-bottom: 20px
}

.timeline-wrapper .slidesWrapper {
    position: relative
}

.timeline-wrapper .slidesWrapper .slide-count {
    display: none
}

@media (max-width:1055.98px) {
    .timeline-wrapper .slidesWrapper .slide-count {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -2.2rem;
        font-size: 20px;
        line-height: 5.5rem;
        font-weight: 700
    }
}

.timeline-wrapper .slide .row {
    padding-top: 4rem
}

@media (max-width:1055.98px) {
    .timeline-wrapper .slide {
        padding-right: 2rem;
        padding-left: 2rem
    }
}

.timeline-wrapper h3 {
    position: relative;
    font-weight: 700;
    color: #000;
    padding-bottom: 2rem;
    overflow: hidden
}

.timeline-wrapper .slick-dots {
    position: relative;
    text-align: center !important;
    width: auto;
    margin: 0;
    max-width: none;
    white-space: nowrap;
    bottom: 4rem
}

.timeline-wrapper .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    background: #000;
    position: absolute;
    opacity: 1;
    height: 2.4rem;
    width: 0;
    border-radius: 50px;
    border: 1.8px solid transparent;
    cursor: pointer;
    top: 2.6rem;
    transition: .3s
}

.timeline-wrapper .slick-dots li button {
    height: 20px;
    width: 20px;
    position: absolute;
    left: -.8rem;
    font-size: 0
}

.timeline-wrapper .slick-dots li.slick-active,
.timeline-wrapper .slick-dots li:hover {
    transform: scale(2, 1.6)
}

.timeline-wrapper .slick-slider .event-year {
    position: absolute;
    top: 2.5rem;
    font-size: 28px;
    margin-left: -1.4rem;
    color: #000;
    font-weight: 700
}

.timeline-wrapper .slick-slider.slick-active .event-year {
    visibility: visible
}

.timeline-wrapper .slick-slider .slick-list .slick-slide {
    position: relative
}

.timeline-wrapper .slick-slider .slick-slide:nth-last-child(1) .event-year {
    margin-left: -3rem
}

.timeline-wrapper .slick-slider button.slick-arrow.slick-next,
.timeline-wrapper .slick-slider button.slick-prev.slick-arrow {
    display: none !important
}

@media (max-width:1055.98px) {

    .timeline-wrapper .slick-slider button.slick-arrow.slick-next,
    .timeline-wrapper .slick-slider button.slick-prev.slick-arrow {
        display: inline-block !important
    }

    .timeline-wrapper .slick-slider .slick-arrow {
        height: 5rem;
        width: 5rem;
        line-height: 5rem;
        top: 0;
        position: absolute;
        font-size: 0
    }

    .timeline-wrapper .slick-slider .slick-arrow.arrow-grey:after {
        color: #e8e8e8 !important
    }

    .timeline-wrapper .slick-slider button.slick-prev.slick-arrow {
        left: -15px
    }

    .timeline-wrapper .slick-slider button.slick-prev.slick-arrow:after {
        font-size: 2.4rem;
        
        content: "\f053";
        color: #000
    }

    .timeline-wrapper .slick-slider button.slick-arrow.slick-next {
        right: -15px
    }

    .timeline-wrapper .slick-slider button.slick-arrow.slick-next:after {
        font-size: 2.4rem;
        
        content: "\f054";
        color: #000
    }
}

@media (max-width:1055.98px) {

    .timeline-wrapper .event-years,
    .timeline-wrapper .timeline,
    .timeline-wrapper .top-years {
        display: none
    }

    .timeline-wrapper .slick-slider .event-year {
        display: block;
        left: 0 !important;
        top: 7.5rem;
        margin-left: 20px !important
    }

    .timeline-wrapper .slide {
        margin-top: 2rem
    }
}

.title-block .component-content {
    display: flex;
    flex-direction: column
}

.title-block .component-content .dark {
    background-color: #272623
}

.title-block .component-content .dark h1,
.title-block .component-content .dark h2,
.title-block .component-content .dark h3,
.title-block .component-content .dark h4,
.title-block .component-content .dark h5 {
    color: #fff
}

.title-block .component-content .dark .eyebrow {
    color: #bab9b5
}

.title-block .header {
    display: flex;
    flex-direction: column
}

.title-block .header.eyebrow-above {
    flex-direction: column-reverse
}

.title-block .header.eyebrow-above .eyebrow {
    margin-bottom: 20px
}

@media (min-width:672px) {
    .title-block .header.eyebrow-above .eyebrow {
        margin-bottom: 32px
    }
}

.title-block .header.eyebrow-below .eyebrow {
    margin-top: 20px
}

@media (min-width:672px) {
    .title-block .header.eyebrow-below .eyebrow {
        margin-top: 32px
    }
}

.title-block .header .title {
    color: #111;
    margin: 0 auto;
    max-width: 950px;
    text-align: center
}

.title-block .header .eyebrow {
    color: #82817d;
    text-align: center
}

.title-block .call-to-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    gap: 16px;
    margin-top: 20px
}

.title-block .call-to-actions .btn {
    margin: 0 20px
}

@media (min-width:1056px) {
    .title-block .call-to-actions {
        flex-direction: row;
        gap: 12px;
        margin-top: 32px
    }

    .title-block .call-to-actions .btn {
        margin: 0
    }
}

.title {
    background: 0 0
}

.title .field-title a,
.title h1 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    font-size: 2.4rem;
    margin-bottom: 10px;
    color: #747474;
    line-height: normal;
    padding-bottom: 10px;
    display: block;
    text-decoration: none;
    cursor: pointer
}

.title .field-title a:hover,
.title h1:hover {
    color: #878787
}

.dual-titles .h1-medium {
    display: flex;
    flex-direction: column
}

.dual-titles .h1-medium>.scEnabledChrome {
    font-weight: 500
}

.dual-titles .h1-medium>span {
    font-weight: 300
}

@media (min-width:672px) {
    .dual-titles .h1-medium {
        justify-content: space-between;
        flex-direction: row
    }

    .dual-titles .h1-medium>span {
        text-align: right
    }
}

.toggle summary {
    list-style: none
}

.toggle summary.toggle-header {
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 10px;
    background: #fff;
    cursor: pointer;
    min-height: 25px
}

.toggle summary.toggle-header::-webkit-details-marker {
    display: none
}

.toggle summary.toggle-header:before {
    position: absolute;
    font-size: 17px;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.toggle summary.toggle-header.show {
    display: inline-block !important
}

.toggle summary.toggle-header .toggle-label {
    display: block;
    margin: 0 0 0 10px
}

.toggle summary.toggle-header .toggle-label p {
    margin-bottom: 0
}

.toggle .show {
    color: #878787
}

.toggle .toggle-content {
    margin-top: -1px
}

.toggle details summary~.component>.component-content {
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-delay: 0;
    animation-timing-function: linear;
    animation-direction: normal;
    display: none
}

.toggle details[open] summary~.component {
    overflow: hidden
}

.toggle details[open] summary~.component>.component-content {
    transform: translateY(-100%);
    display: block
}

@keyframes swing {
    0% {
        transform: translateY(-100%)
    }

    50% {
        transform: translateY(-50%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes easeInOutBack {
    0% {
        transform: translateY(-100%)
    }

    20% {
        transform: translateY(-40%)
    }

    30% {
        transform: translateY(-60%)
    }

    60% {
        transform: translateY(0)
    }

    80% {
        transform: translateY(40%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes easeInOutBounce {
    0% {
        transform: translateY(-100%)
    }

    25% {
        transform: translateY(-50%)
    }

    50% {
        transform: translateY(0)
    }

    62.5% {
        transform: translateY(-10%)
    }

    75% {
        transform: translateY(0)
    }

    87.5% {
        transform: translateY(-5%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes easeInOutCirc {
    0% {
        transform: translateY(-100%)
    }

    10% {
        transform: translateY(-80%)
    }

    90% {
        transform: translateY(-20%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes easeInOutCubic {
    0% {
        transform: translateY(-100%)
    }

    30% {
        transform: translateY(-80%)
    }

    70% {
        transform: translateY(-20%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes easeInOutElastic {
    0% {
        transform: translateY(-100%)
    }

    30% {
        transform: translateY(-80%)
    }

    70% {
        transform: translateY(-20%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes easeInOutExpo {
    0% {
        transform: translateY(-100%)
    }

    30% {
        transform: translateY(-90%)
    }

    70% {
        transform: translateY(-10%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes easeInOutQad {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes easeInOutQuart {
    0% {
        transform: translateY(-100%)
    }

    30% {
        transform: translateY(-90%)
    }

    70% {
        transform: translateY(-10%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes easeInOutQuint {
    0% {
        transform: translateY(-100%)
    }

    30% {
        transform: translateY(-90%)
    }

    70% {
        transform: translateY(-10%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes easeInOutSine {
    0% {
        transform: translateY(-100%)
    }

    25% {
        transform: translateY(-80%)
    }

    75% {
        transform: translateY(-20%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes outQuad {
    0% {
        transform: translateY(-100%)
    }

    25% {
        transform: translateY(-70%)
    }

    50% {
        transform: translateY(-40%)
    }

    75% {
        transform: translateY(-20%)
    }

    100% {
        transform: translateY(0)
    }
}

.video-promo .video-promo-title {
    font-weight: 500;
    margin-bottom: 32px
}

@media (max-width:1055.98px) {
    .video-promo .video-promo-title {
        margin-bottom: 24px
    }
}

.video-promo .video-caption {
    color: #5f5e5b;
    margin: 12px 0 12px 0
}

@media (max-width:1055.98px) {
    .video-promo .video-caption {
        margin: 8px 0 8px 0
    }
}

.video-promo .video-description {
    margin: 32px 0 32px 0
}

@media (max-width:1055.98px) {
    .video-promo .video-description {
        margin: 24px 0 24px 0
    }
}

.video-promo .video-description p {
    line-height: 1.5;
    margin: 0 0 10px
}

.video-promo .video-description ol,
.video-promo .video-description ul {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 10px
}

.video-promo .video-description li {
    
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 125%;
    margin-left: 15px
}

@media (min-width:1056px) {
    .video-promo .video-description li {
        
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 125%
    }
}

@media (min-width:1312px) {
    .video-promo .video-description li {
        
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 135%
    }
}

.video-promo .video-description ul li {
    list-style: disc;
    list-style-position: outside
}

.video-promo .video-description ol li {
    list-style: decimal;
    list-style-position: outside
}

.video-promo .blog-link {
    text-decoration: none;
    font-size: 1.3rem
}

@media (max-width:1055.98px) {
    .video-promo .blog-link {
        font-size: 1.1rem;
        width: 100%
    }
}

.component.video .mejs-container {
    overflow: hidden
}

.component.video .mejs-controls .mejs-button button {
    box-shadow: none
}

.component.video .sxa-video-wrapper {
    position: relative
}

.component.video .video-init {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background: url(/-/media/Base-Themes/Core-Libraries/styles/mejs-controls.svg) no-repeat;
    background-position: 0 -39px;
    overflow: hidden;
    z-index: 1;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.component.video .mejs-overlay-button:focus-visible,
.component.video button:focus-visible {
    outline: 2px solid #unset;
    outline-offset: 2px;
    border-radius: 2px
}

.component.video .mobile-youtube iframe {
    width: 100%;
    aspect-ratio: 16/9
}



button {
    border: 0;
    background-color: transparent
}

button:focus,
button:focus-visible {
    outline: 2px solid #unset;
    outline-offset: 2px;
    border-radius: 2px
}

.btn {
    
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 125%;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
    padding: 17px 16px 16px 16px;
    line-height: 1 !important;
    text-align: center;
    outline: 0;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background-color .2s ease-in;
    overflow: hidden
}

@media (min-width:1056px) {
    .btn {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

@media (min-width:1312px) {
    .btn {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

.btn a {
    text-decoration: none;
    color: inherit;
    
    font-size: inherit;
    font-weight: inherit
}

.btn a:active,
.btn a:hover,
.btn a:not(:disabled):not(.disabled):active {
    color: inherit;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 2px solid #unset
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed
}

.btn.btn-primary {
    background-color: #272623;
    color: #fff
}

.btn.btn-primary:hover {
    transition: background-color .3s ease;
    background-color: #unset;
    color: #000;
    border-color: transparent
}

.btn.btn-primary:active,
.btn.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #30312e;
    color: #fff;
    border-color: transparent
}

.btn.btn-primary.disabled,
.btn.btn-primary:disabled {
    color: #82817d;
    background-color: #cbcac8;
    border: 1px solid transparent;
    opacity: 1
}

.btn.btn-primary.on-dark {
    background-color: #fff;
    color: #000
}

.btn.btn-primary.on-dark:hover {
    background-color: #unset
}

.btn.btn-primary.on-dark:active,
.btn.btn-primary.on-dark:not(:disabled):not(.disabled):active {
    background-color: #e8e8e8;
    color: #000
}

.btn.btn-secondary {
    color: #000;
    background-color: #fff;
    border: 1px solid #5f5e5b
}

.btn.btn-secondary:hover {
    transition: background-color .3s ease;
    background-color: rgba(0, 0, 0, .08);
    border-color: transparent
}

.btn.btn-secondary:active,
.btn.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: rgba(0, 0, 0, .12);
    color: #000
}

.btn.btn-secondary.disabled,
.btn.btn-secondary:disabled {
    color: #82817d;
    background-color: #cbcac8
}

.btn.btn-secondary.on-dark {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff
}

.btn.btn-secondary.on-dark:hover {
    background-color: rgba(255, 255, 255, .08)
}

.btn.btn-secondary.on-dark:active,
.btn.btn-secondary.on-dark:not(:disabled):not(.disabled):active {
    background-color: rgba(255, 255, 255, .12);
    color: #fff
}

.btn.btn-medium {
    padding: 12px
}

.btn.btn-small {
    padding: 8px;
    font-size: 1.1rem
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 0;
    height: auto !important
}

body {
    position: relative;
    overflow-x: hidden;
    font-size: 1.8rem;
    line-height: 1;
    background: #fff;
    
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: auto !important;
    scroll-behavior: smooth
}

body.on-page-editor {
    background: 0 0 !important
}

body.on-page-editor header #header {
    position: relative
}

body.on-page-editor img {
    max-width: 100%;
    height: auto
}

body.on-page-editor.data-use-light #header .breadcrumb-item a {
    color: #000
}

body.on-page-editor.data-use-light #header .breadcrumb-item a.last {
    color: #30312e
}

body.on-page-editor.data-use-light #header .breadcrumb-item.last span {
    color: #000
}

body.on-page-editor.data-use-light #header svg {
    fill: #000
}

body.data-use-light #header .breadcrumb-item a {
    color: #fff
}

body.data-use-light #header .breadcrumb-item.last span {
    color: #fff
}

body.data-use-light #header svg {
    fill: #fff
}

.body-no-scroll {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
    
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 125%
}

@media (min-width:1056px) {
    a {
        
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 125%
    }
}

@media (min-width:1312px) {
    a {
        
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 135%
    }
}

a:hover {
    color: #unset
}

a:focus,
a:focus-visible {
    outline: 2px solid #unset;
    outline-offset: 2px;
    border-radius: 2px
}

strong {
    font-weight: 700
}

img {
    vertical-align: middle
}

.react-component {
    flex: 1;
    max-width: 100%
}

sup {
    top: unset
}

.h1,
.h1 .accessible-title,
.h1-medium,
h1 {
    
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 100%
}

@media (min-width:672px) {

    .h1,
    .h1 .accessible-title,
    .h1-medium,
    h1 {
        
        font-weight: 500;
        font-size: 4.8rem;
        line-height: 100%
    }
}

@media (min-width:1056px) {

    .h1,
    .h1 .accessible-title,
    .h1-medium,
    h1 {
        
        font-weight: 500;
        font-size: 5.4rem;
        line-height: 100%
    }
}

@media (min-width:1312px) {

    .h1,
    .h1 .accessible-title,
    .h1-medium,
    h1 {
        
        font-weight: 500;
        font-size: 6.6rem;
        line-height: 100%
    }
}

.h1-light {
    
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 100%
}

@media (min-width:672px) {
    .h1-light {
        
        font-weight: 300;
        font-size: 4.8rem;
        line-height: 100%
    }
}

@media (min-width:1056px) {
    .h1-light {
        
        font-weight: 300;
        font-size: 5.4rem;
        line-height: 100%
    }
}

@media (min-width:1312px) {
    .h1-light {
        
        font-weight: 300;
        font-size: 6.6rem;
        line-height: 100%
    }
}

.h2,
.h2 .accessible-title,
.h2-medium,
h2 {
    
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 100%
}

@media (min-width:672px) {

    .h2,
    .h2 .accessible-title,
    .h2-medium,
    h2 {
        
        font-weight: 500;
        font-size: 4rem;
        line-height: 100%
    }
}

@media (min-width:1056px) {

    .h2,
    .h2 .accessible-title,
    .h2-medium,
    h2 {
        
        font-weight: 500;
        font-size: 4rem;
        line-height: 100%
    }
}

@media (min-width:1312px) {

    .h2,
    .h2 .accessible-title,
    .h2-medium,
    h2 {
        
        font-weight: 500;
        font-size: 4.8rem;
        line-height: 100%
    }
}

.h2-light {
    
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 100%
}

@media (min-width:672px) {
    .h2-light {
        
        font-weight: 300;
        font-size: 4rem;
        line-height: 100%
    }
}

@media (min-width:1056px) {
    .h2-light {
        
        font-weight: 300;
        font-size: 4rem;
        line-height: 100%
    }
}

@media (min-width:1312px) {
    .h2-light {
        
        font-weight: 300;
        font-size: 4.8rem;
        line-height: 100%
    }
}

.h3,
.h3 .accessible-title,
.h3-medium,
h3 {
    
    font-weight: 500;
    font-size: 2rem;
    line-height: 100%
}

@media (min-width:672px) {

    .h3,
    .h3 .accessible-title,
    .h3-medium,
    h3 {
        
        font-weight: 500;
        font-size: 3rem;
        line-height: 100%
    }
}

@media (min-width:1056px) {

    .h3,
    .h3 .accessible-title,
    .h3-medium,
    h3 {
        
        font-weight: 500;
        font-size: 3rem;
        line-height: 100%
    }
}

@media (min-width:1312px) {

    .h3,
    .h3 .accessible-title,
    .h3-medium,
    h3 {
        
        font-weight: 500;
        font-size: 3.6rem;
        line-height: 100%
    }
}

.h3-regular {
    
    font-weight: 400;
    font-size: 2rem;
    line-height: 100%
}

@media (min-width:672px) {
    .h3-regular {
        
        font-weight: 400;
        font-size: 3rem;
        line-height: 100%
    }
}

@media (min-width:1056px) {
    .h3-regular {
        
        font-weight: 400;
        font-size: 3rem;
        line-height: 100%
    }
}

@media (min-width:1312px) {
    .h3-regular {
        
        font-weight: 400;
        font-size: 3.6rem;
        line-height: 100%
    }
}

.h3-light {
    
    font-weight: 300;
    font-size: 2rem;
    line-height: 100%
}

@media (min-width:672px) {
    .h3-light {
        
        font-weight: 300;
        font-size: 3rem;
        line-height: 100%
    }
}

@media (min-width:1056px) {
    .h3-light {
        
        font-weight: 300;
        font-size: 3rem;
        line-height: 100%
    }
}

@media (min-width:1312px) {
    .h3-light {
        
        font-weight: 300;
        font-size: 3.6rem;
        line-height: 100%
    }
}

.h4,
.h4 .accessible-title,
.h4-medium,
h4 {
    
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 115%
}

@media (min-width:672px) {

    .h4,
    .h4 .accessible-title,
    .h4-medium,
    h4 {
        
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 100%
    }
}

@media (min-width:1056px) {

    .h4,
    .h4 .accessible-title,
    .h4-medium,
    h4 {
        
        font-weight: 500;
        font-size: 2.4rem;
        line-height: 100%
    }
}

@media (min-width:1312px) {

    .h4,
    .h4 .accessible-title,
    .h4-medium,
    h4 {
        
        font-weight: 500;
        font-size: 3rem;
        line-height: 100%
    }
}

.h4-light {
    
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 115%
}

@media (min-width:672px) {
    .h4-light {
        
        font-weight: 300;
        font-size: 1.6rem;
        line-height: 100%
    }
}

@media (min-width:1056px) {
    .h4-light {
        
        font-weight: 300;
        font-size: 2.4rem;
        line-height: 100%
    }
}

@media (min-width:1312px) {
    .h4-light {
        
        font-weight: 300;
        font-size: 3rem;
        line-height: 100%
    }
}

.h5,
.h5 .accessible-title,
.h5-medium,
h5 {
    
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 115%
}

@media (min-width:672px) {

    .h5,
    .h5 .accessible-title,
    .h5-medium,
    h5 {
        
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 100%
    }
}

@media (min-width:1056px) {

    .h5,
    .h5 .accessible-title,
    .h5-medium,
    h5 {
        
        font-weight: 500;
        font-size: 1.8rem;
        line-height: 100%
    }
}

@media (min-width:1312px) {

    .h5,
    .h5 .accessible-title,
    .h5-medium,
    h5 {
        
        font-weight: 500;
        font-size: 2.4rem;
        line-height: 100%
    }
}

.h5-light {
    
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 115%
}

@media (min-width:672px) {
    .h5-light {
        
        font-weight: 300;
        font-size: 1.6rem;
        line-height: 100%
    }
}

@media (min-width:1056px) {
    .h5-light {
        
        font-weight: 300;
        font-size: 1.8rem;
        line-height: 100%
    }
}

@media (min-width:1312px) {
    .h5-light {
        
        font-weight: 300;
        font-size: 2.4rem;
        line-height: 100%
    }
}

.h6,
.h6 .accessible-title,
h6 {
    
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 115%
}

@media (min-width:672px) {

    .h6,
    .h6 .accessible-title,
    h6 {
        
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 100%
    }
}

@media (min-width:1056px) {

    .h6,
    .h6 .accessible-title,
    h6 {
        
        font-weight: 500;
        font-size: 1.8rem;
        line-height: 100%
    }
}

@media (min-width:1312px) {

    .h6,
    .h6 .accessible-title,
    h6 {
        
        font-weight: 500;
        font-size: 2.4rem;
        line-height: 100%
    }
}

.h6-light {
    
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 115%
}

@media (min-width:672px) {
    .h6-light {
        
        font-weight: 300;
        font-size: 1.6rem;
        line-height: 100%
    }
}

@media (min-width:1056px) {
    .h6-light {
        
        font-weight: 300;
        font-size: 1.8rem;
        line-height: 100%
    }
}

@media (min-width:1312px) {
    .h6-light {
        
        font-weight: 300;
        font-size: 2.4rem;
        line-height: 100%
    }
}

.highlight-large {
    
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 120%
}

@media (min-width:1056px) {
    .highlight-large {
        
        font-weight: 400;
        font-size: 3rem;
        line-height: 110%
    }
}

@media (min-width:1312px) {
    .highlight-large {
        
        font-weight: 400;
        font-size: 3.6rem;
        line-height: 110%
    }
}

.highlight-small {
    
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 125%
}

@media (min-width:1056px) {
    .highlight-small {
        
        font-weight: 400;
        font-size: 2.4rem;
        line-height: 115%
    }
}

@media (min-width:1312px) {
    .highlight-small {
        
        font-weight: 400;
        font-size: 2.4rem;
        line-height: 115%
    }
}

.p-large {
    
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 125%
}

@media (min-width:1056px) {
    .p-large {
        
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 135%
    }
}

@media (min-width:1312px) {
    .p-large {
        
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 135%
    }
}

.p-default,
p {
    
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 125%
}

@media (min-width:1056px) {

    .p-default,
    p {
        
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 125%
    }
}

@media (min-width:1312px) {

    .p-default,
    p {
        
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 135%
    }
}

.p-small {
    
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 125%
}

@media (min-width:1056px) {
    .p-small {
        
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 125%
    }
}

@media (min-width:1312px) {
    .p-small {
        
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 125%
    }
}

.detail-medium {
    
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 125%;
    text-transform: uppercase
}

@media (min-width:1056px) {
    .detail-medium {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

@media (min-width:1312px) {
    .detail-medium {
        
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

.detail-regular {
    
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 125%;
    text-transform: uppercase
}

@media (min-width:1056px) {
    .detail-regular {
        
        font-weight: 400;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

@media (min-width:1312px) {
    .detail-regular {
        
        font-weight: 400;
        font-size: 1.3rem;
        line-height: 125%;
        text-transform: uppercase
    }
}

.light {
    color: #fff
}

.dark {
    color: #000
}

.modal-xxl {
    max-width: 90dvh
}

ul.list-row-check {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

ul.list-row-check li {
    background: url(/-/media/Project/TratonGroup/shared/Icons/INTL_Icon_Check_Black.svg) no-repeat left center;
    background-position: top left;
    background-size: 24px;
    flex: 1;
    list-style: none;
    margin-bottom: 20px;
    padding-left: 40px;
    background-size: 16px;
    padding-left: 32px;
    margin-right: 1rem
}

ul.list-column-check li {
    background: url(/-/media/Project/TratonGroup/shared/Icons/INTL_Icon_Check_Black.svg) no-repeat left center;
    background-position: top left;
    background-size: 24px;
    flex: 1;
    list-style: none;
    margin-bottom: 20px;
    padding-left: 40px;
    background-size: 16px;
    padding-left: 32px;
    display: block
}

.skeleton-box {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #dddbdd
}

.skeleton-box::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0));
    animation: shimmer 2s infinite;
    content: ""
}

@keyframes shimmer {
    100% {
        transform: translateX(100%)
    }
}

.modal-backdrop.show {
    opacity: .25
}

.text-regular {
    text-transform: none
}

@media (min-width:1056px) {
    #wrapper.inventory-wrapper {
        overflow: unset
    }
}

.xa-variable {
    border: 0;
    padding: 1px;
    margin: 0;
    background-color: #ebebe4;
    color: #545454;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none
}

#breadcrumbMenuSubcontrol_context_menu * {
    box-sizing: initial
}

:root {
    --asphalt-black: #272623;
    --forest-green: #204A32;
    --harvester-red: #84211F;
    --field-green: #E4F5AC;
    --canola-yellow: #FFDC4D;
    --bus-yellow: #F6AE30;
    --clay-brown: #C49471;
    --desert-red: #E9453A;
    --black: #000000;
    --white: #FFFFFF;
    --orange-50: #FFE4D8;
    --orange-100: #FFC9AF;
    --orange-200: #FFB48F;
    --orange-300: #FF8D69;
    --orange-400: #unset;
    --orange-500: #E85830;
    --orange-600: #A94223;
    --orange-700: #732C13;
    --orange-800: #552005;
    --orange-900: #421601;
    --gray-50: #E8E8E8;
    --gray-100: #DAD9D8;
    --gray-200: #CBCAC8;
    --gray-300: #BAB9B5;
    --gray-400: #A09E9A;
    --gray-500: #82817D;
    --gray-600: #5F5E5B;
    --gray-700: #41413E;
    --gray-800: #30312E;
    --red-500: #E9453A;
    --spacing-32: 32px;
    --spacing-24: 24px;
    --spacing-20: 20px;
    --spacing-16: 16px;
    --spacing-12: 12px;
    --spacing-8: 8px;
    --spacing-4: 4px
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../Images/overlay-bg.png);
    z-index: 9000;
    display: none;
    width: 100%
}

.overlay.component {
    margin: 0
}

.overlay>.component-content {
    border-radius: 5px;
    display: block;
    position: absolute;
    background-color: #e6e6e6;
    padding: 10px;
    max-width: 90%;
    background: #f7f7f7;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%
}

@media (max-width:671.98px) {
    .overlay>.component-content {
        width: 90%
    }
}

.overlay>.component-content .component {
    margin: 0
}

.overlay>.component-content .component.image img {
    width: 100%
}

.overlay .overlay-inner {
    min-width: 25px;
    max-height: inherit;
    height: 100%
}

.overlay .overlay-inner.overlay-percent {
    max-height: 100%;
    height: auto
}

.overlay .overlay-inner #InnerCenter {
    width: auto;
    height: auto
}

.overlay .overlay-inner .container {
    width: 100%
}

.overlay .overlay-inner>img {
    width: 100%
}

.overlay .overlay-inner:focus {
    border: 1px solid #ccc
}

.overlay .overlay-close {
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    top: -20px;
    right: -10px
}

.overlay .overlay-close:before {
    background: #fff;
    border-radius: 50%
}

.overlay .overlay-close:hover:before {
    background: #ccc
}

.overlay .overlay-close a {
    display: block;
    text-indent: -9999px
}

.overlay .overlay-close-link:focus {
    color: #ccc
}

.overlay .overlay-close-link:hover {
    color: #ccc
}

.overlay .overlay-close-link {
    text-decoration: none
}

.overlay-page {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    text-align: center;
    width: 100%;
    margin: 0
}

.overlay-page>.component-content {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    background-color: #e6e6e6;
    border-radius: 5px;
    position: relative;
    padding: 10px 10px 25px;
    margin: 100px 60px 60px;
    max-width: 90%;
    background: #f7f7f7
}

.overlay-page>.component-content .component {
    margin: 0
}

.overlay-page>.component-content .component.image img {
    width: 100%
}

.overlay-page .overlay-inner {
    min-width: 25px;
    height: inherit;
    max-height: inherit;
    min-height: 135px;
    overflow: auto
}

.overlay-page .overlay-inner.overlay-percent {
    max-height: 100%;
    height: auto
}

.overlay-page .overlay-inner.overlay-percent.edit {
    max-height: inherit
}

.overlay-page .overlay-inner .container {
    width: 100%
}

.overlay-page .overlay-inner:focus {
    border: 1px solid #ccc
}

.overlay-page .overlay-close {
    bottom: 8px;
    color: #000;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    right: -5px;
    bottom: -15px
}

.overlay-page .overlay-close-link:focus {
    color: #ccc
}

.overlay-page .overlay-close-link:hover {
    color: #ccc
}

.overlay-page .overlay-close-link {
    text-decoration: none
}

#wrapper {
    overflow: hidden
}

#wrapper.overlay-page {
    margin-bottom: -80px
}

body.preview .overlay-page {
    position: fixed
}

.overlay-page .main {
    width: 100%
}

.on-page-editor .overlay .overlay-inner {
    margin: auto
}

.on-page-editor .overlay-page {
    z-index: 9000
}

footer {
    background-color: #272623;
    color: #fff;
    padding: 32px 0;
    font-size: 1.3rem;
    position: relative
}

@media (min-width:672px) {
    footer {
        padding: 32px 24px 0
    }
}

footer .divider hr {
    margin: 0 0 32px 0;
    border-top-color: #82817d
}

footer .linked-image {
    margin-bottom: 64px;
    line-height: 1
}

footer .linked-image a {
    line-height: 1
}

footer .linked-image a svg {
    fill: #fff
}

footer .link-list .field-link::before {
    display: none
}

footer .link-list a {
    color: #bab9b5;
    font-size: 1.4rem
}

footer .link-list a:hover {
    color: #unset
}

footer .icon-link-list {
    margin: 32px 0
}

footer .icon-link-list li {
    margin-right: 20px
}

footer .icon-link-list li:last-child {
    margin-right: 0
}

footer .icon-link-list li a {
    color: #bab9b5;
    font-size: 2rem
}

footer .icon-link-list li a:hover {
    color: #unset
}

@media (min-width:672px) {
    footer .icon-link-list ul {
        justify-content: flex-end;
        display: flex;
        margin-top: 1rem
    }
}

footer .copyright {
    color: #a09e9a;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 1.25
}

@media (min-width:672px) {
    footer .copyright {
        text-align: right;
        font-size: 1.3rem;
        line-height: 24px
    }
}

footer .terms ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px
}

@media (min-width:672px) {
    footer .terms ul {
        margin-bottom: 32px
    }
}

footer .terms li {
    line-height: 1;
    color: #a09e9a
}

@media (max-width:671.98px) {
    footer .terms li {
        flex-direction: row;
        align-items: center
    }
}

footer .terms li::after {
    content: "|";
    padding-right: 8px
}

footer .terms li:last-child::after {
    content: none
}

footer .terms a {
    color: #a09e9a;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 1;
    margin: 0;
    padding: 6px 8px 6px 0
}

footer .terms a:hover {
    color: #unset
}

@media (min-width:672px) {
    footer .terms a {
        font-size: 1.3rem
    }
}

footer .footer-navigation>.component-content {
    display: flex
}

header {
    position: relative;
    width: 100%
}

header #header {
    position: absolute;
    z-index: 11;
    padding: 24px
}

header #header>.row {
    position: absolute
}

header #header svg {
    fill: #000
}

@media (max-width:671.98px) {
    header #header {
        padding: 20px 16px 20px 16px;
        height: 10.4rem
    }
}

header #header .linked-image a {
    margin-bottom: 24px;
    margin-left: 16px
}

@media (max-width:671.98px) {
    header #header .linked-image a {
        margin-left: 0;
        margin-bottom: 20px
    }
}

header #header .breadcrumb {
    margin-left: 20px
}

@media (max-width:671.98px) {
    header #header .breadcrumb {
        margin-left: 0
    }
}

.privacy-warning {
    
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 125%;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 24px 0 4px;
    color: #fff;
    text-align: center;
    z-index: 9050;
    background-color: rgba(0, 0, 0, .65)
}

@media (min-width:1056px) {
    .privacy-warning {
        
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 135%
    }
}

@media (min-width:1312px) {
    .privacy-warning {
        
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 135%
    }
}

.privacy-warning .component-content {
    position: relative;
    height: auto;
    width: 90%;
    padding: 15px;
    margin: 0 auto
}

.privacy-warning a {
    color: inherit;
    text-decoration: underline
}

.privacy-warning .close {
    transform: scale(1.3, .95);
    font-size: 36px;
    font-size: 3.6rem;
    position: absolute;
    top: 4px;
    right: 8px;
    font-weight: 700
}

.privacy-warning .learnMore {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.privacy-warning .submit {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 0
}

.privacy-warning .submit a {
    text-transform: uppercase;
    line-height: 1;
    border-radius: 4px;
    display: inline-block;
    padding: 8px;
    font-size: 1.1rem;
    vertical-align: middle;
    line-height: 1 !important;
    text-align: center;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .2s ease-in;
    overflow: hidden;
    border: 1px solid transparent;
    color: #000;
    background-color: #fff;
    border: 1px solid transparent
}

.privacy-warning .submit a:hover {
    transition: background-color .3s ease;
    background-color: #unset;
    color: #000
}

.privacy-warning.restrictive {
    top: 0
}

.privacy-warning.restrictive .info {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px
}

.privacy-warning.restrictive .submit {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px
}

.icons-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px
}

.icons-container .icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px
}

.icons-container .icon-item img {
    max-width: 100%;
    height: auto
}

.icons-container .icon-item span {
    text-align: center;
    margin-top: 8px
}

.spacing-container table {
    width: 100%;
    border-collapse: collapse
}

.visual {
    display: inline-block;
    background-color: #unset;
    vertical-align: middle
}

.boxed {
    box-sizing: border-box;
    margin: 20px 0
}

.component-content-clearfix .component-content:after {
    content: "";
    display: table;
    clear: both
}

.component-clearfix:after {
    content: "";
    display: table;
    clear: both
}

.button-default,
.default,
.promo.link-button a {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    background: #f6f6f6;
    color: #747474
}

.button-default:hover,
.default:hover,
.promo.link-button a:hover {
    color: #747474;
    background: #f7f7f7
}

.button-success,
.success {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    background: #a0ce4e;
    color: #fff
}

.button-success:hover,
.success:hover {
    color: #747474;
    background: #f7f7f7
}

.button-success:hover,
.success:hover {
    color: #fff;
    background: #92be43
}

.button-warning,
.warning {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    background: #bc4526;
    color: #fff
}

.button-warning:hover,
.warning:hover {
    color: #747474;
    background: #f7f7f7
}

.button-warning:hover,
.warning:hover {
    color: #fff;
    background: #c34e30
}

.link-button .button-default,
.link-button .default,
.promo.link-button a {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    background: #f6f6f6;
    color: #747474
}

.link-button .button-default:hover,
.link-button .default:hover,
.promo.link-button a:hover {
    color: #747474;
    background: #f7f7f7
}

.link-button .button-success,
.link-button .success {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    background: #a0ce4e;
    color: #fff
}

.link-button .button-success:hover,
.link-button .success:hover {
    color: #747474;
    background: #f7f7f7
}

.link-button .button-success:hover,
.link-button .success:hover {
    color: #fff;
    background: #92be43
}

.link-button .button-warning,
.link-button .warning {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    background: #bc4526;
    color: #fff
}

.link-button .button-warning:hover,
.link-button .warning:hover {
    color: #747474;
    background: #f7f7f7
}

.link-button .button-warning:hover,
.link-button .warning:hover {
    color: #fff;
    background: #c34e30
}

.link.link-button .field-link span,
.link.link-button .is-empty-hint,
.link.link-button a {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700
}

.link.link-button .field-link span:hover,
.link.link-button .is-empty-hint:hover,
.link.link-button a:hover {
    color: #747474;
    background: #f7f7f7
}

.promoted-box {
    border: none !important
}

.highlighted-top {
    background: #fff;
    border-top-width: 3px;
    border-top-color: #15909c;
    border-style: solid;
    padding: 25px;
    margin: 0
}

.highlighted-top h1,
.highlighted-top h2,
.highlighted-top h3,
.highlighted-top h4 {
    margin: 0 0 10px 0
}

.highlighted-bottom {
    background: #fff;
    border-bottom-width: 3px;
    border-bottom-color: #15909c;
    border-style: solid;
    padding: 25px;
    margin: 0
}

.highlighted-bottom h1,
.highlighted-bottom h2,
.highlighted-bottom h3,
.highlighted-bottom h4 {
    margin: 0 0 10px 0
}

.highlighted-left {
    background: #fff;
    border-left-width: 3px;
    border-left-color: #15909c;
    border-style: solid;
    padding: 25px;
    margin: 0
}

.highlighted-left h1,
.highlighted-left h2,
.highlighted-left h3,
.highlighted-left h4 {
    margin: 0 0 10px 0
}

.highlighted-right {
    background: #fff;
    border-right-width: 3px;
    border-right-color: #15909c;
    border-style: solid;
    padding: 25px;
    margin: 0
}

.highlighted-right h1,
.highlighted-right h2,
.highlighted-right h3,
.highlighted-right h4 {
    margin: 0 0 10px 0
}

.position-left,
.position-left * {
    text-align: left !important
}

.position-right,
.position-right * {
    text-align: right !important
}

.position-center,
.position-center * {
    text-align: center !important
}

.position-left select {
    direction: ltr !important
}

.position-right select {
    direction: rtl !important
}

.position-center select {
    text-align-last: center !important
}

.cover-background>.component-content,
.fix-background>.component-content,
.parallax-background>.component-content {
    background-repeat: no-repeat;
    background-size: cover
}

.margin-top-lg {
    margin-top: 160px
}

@media (max-width:671.98px) {
    .margin-top-lg {
        margin-top: 80px
    }
}

.margin-top-md {
    margin-top: 120px
}

@media (max-width:671.98px) {
    .margin-top-md {
        margin-top: 64px
    }
}

.margin-top-sm {
    margin-top: 64px
}

.margin-bottom-lg {
    margin-bottom: 160px
}

@media (max-width:671.98px) {
    .margin-bottom-lg {
        margin-bottom: 64px
    }
}

.margin-bottom-md {
    margin-bottom: 120px
}

@media (max-width:671.98px) {
    .margin-bottom-md {
        margin-bottom: 64px
    }
}

.margin-bottom-sm {
    margin-bottom: 64px
}