@charset "UTF-8";
/* Base font sizes */
/* Grid setup */
/* Spacing defaults */
/* Colors */
/* Spacers */
/* Bootstrap reboot overrides */
/* Burger */
/* Forms */
/* Core components */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400;1,600&family=Montserrat:ital,wght@0,300;0,500;0,700;1,300;1,400;1,500;1,700&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #b7a48f !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #a38b70 !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #b7a48f !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #a38b70 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-black {
    background-color: #000 !important;
}

a.bg-black:hover,
a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
    background-color: black !important;
}

.bg-off-black {
    background-color: #0d0d0d !important;
}

a.bg-off-black:hover,
a.bg-off-black:focus,
button.bg-off-black:hover,
button.bg-off-black:focus {
    background-color: black !important;
}

.bg-dark-grey {
    background-color: #222222 !important;
}

a.bg-dark-grey:hover,
a.bg-dark-grey:focus,
button.bg-dark-grey:hover,
button.bg-dark-grey:focus {
    background-color: #090909 !important;
}

.bg-grey {
    background-color: #3c3c3c !important;
}

a.bg-grey:hover,
a.bg-grey:focus,
button.bg-grey:hover,
button.bg-grey:focus {
    background-color: #232323 !important;
}

.bg-brown {
    background-color: #958778 !important;
}

a.bg-brown:hover,
a.bg-brown:focus,
button.bg-brown:hover,
button.bg-brown:focus {
    background-color: #7a6d60 !important;
}

.bg-beige {
    background-color: #b7a48f !important;
}

a.bg-beige:hover,
a.bg-beige:focus,
button.bg-beige:hover,
button.bg-beige:focus {
    background-color: #a38b70 !important;
}

.bg-grey-footer {
    background-color: #c1bab2 !important;
}

a.bg-grey-footer:hover,
a.bg-grey-footer:focus,
button.bg-grey-footer:hover,
button.bg-grey-footer:focus {
    background-color: #aaa196 !important;
}

.bg-light-grey {
    background-color: #f0ede9 !important;
}

a.bg-light-grey:hover,
a.bg-light-grey:focus,
button.bg-light-grey:hover,
button.bg-light-grey:focus {
    background-color: #dbd4cb !important;
}

.bg-white {
    background-color: #fff !important;
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
    background-color: #e6e6e6 !important;
}

.bg-red {
    background-color: #b7a48f !important;
}

a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
    background-color: #a38b70 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #b7a48f !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #b7a48f !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-black {
    border-color: #000 !important;
}

.border-off-black {
    border-color: #0d0d0d !important;
}

.border-dark-grey {
    border-color: #222222 !important;
}

.border-grey {
    border-color: #3c3c3c !important;
}

.border-brown {
    border-color: #958778 !important;
}

.border-beige {
    border-color: #b7a48f !important;
}

.border-grey-footer {
    border-color: #c1bab2 !important;
}

.border-light-grey {
    border-color: #f0ede9 !important;
}

.border-white {
    border-color: #fff !important;
}

.border-red {
    border-color: #b7a48f !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: '';
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1100px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1600px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: '';
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1100px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1600px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 1100px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1600px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}

.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 1rem !important;
}

.mt-1,
.my-1 {
    margin-top: 1rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 1rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 1rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 1rem !important;
}

.m-2 {
    margin: 2rem !important;
}

.mt-2,
.my-2 {
    margin-top: 2rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 2rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 2rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 2rem !important;
}

.m-3 {
    margin: 3rem !important;
}

.mt-3,
.my-3 {
    margin-top: 3rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 3rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 3rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 3rem !important;
}

.m-4 {
    margin: 4rem !important;
}

.mt-4,
.my-4 {
    margin-top: 4rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 4rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 4rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 4rem !important;
}

.m-5 {
    margin: 5rem !important;
}

.mt-5,
.my-5 {
    margin-top: 5rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 5rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 5rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 5rem !important;
}

.m-6 {
    margin: 6rem !important;
}

.mt-6,
.my-6 {
    margin-top: 6rem !important;
}

.mr-6,
.mx-6 {
    margin-right: 6rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 6rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 6rem !important;
}

.m-7 {
    margin: 7rem !important;
}

.mt-7,
.my-7 {
    margin-top: 7rem !important;
}

.mr-7,
.mx-7 {
    margin-right: 7rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 7rem !important;
}

.ml-7,
.mx-7 {
    margin-left: 7rem !important;
}

.m-8 {
    margin: 8rem !important;
}

.mt-8,
.my-8 {
    margin-top: 8rem !important;
}

.mr-8,
.mx-8 {
    margin-right: 8rem !important;
}

.mb-8,
.my-8 {
    margin-bottom: 8rem !important;
}

.ml-8,
.mx-8 {
    margin-left: 8rem !important;
}

.m-9 {
    margin: 9rem !important;
}

.mt-9,
.my-9 {
    margin-top: 9rem !important;
}

.mr-9,
.mx-9 {
    margin-right: 9rem !important;
}

.mb-9,
.my-9 {
    margin-bottom: 9rem !important;
}

.ml-9,
.mx-9 {
    margin-left: 9rem !important;
}

.m-10 {
    margin: 10rem !important;
}

.mt-10,
.my-10 {
    margin-top: 10rem !important;
}

.mr-10,
.mx-10 {
    margin-right: 10rem !important;
}

.mb-10,
.my-10 {
    margin-bottom: 10rem !important;
}

.ml-10,
.mx-10 {
    margin-left: 10rem !important;
}

.m-12 {
    margin: 12rem !important;
}

.mt-12,
.my-12 {
    margin-top: 12rem !important;
}

.mr-12,
.mx-12 {
    margin-right: 12rem !important;
}

.mb-12,
.my-12 {
    margin-bottom: 12rem !important;
}

.ml-12,
.mx-12 {
    margin-left: 12rem !important;
}

.m-15 {
    margin: 15rem !important;
}

.mt-15,
.my-15 {
    margin-top: 15rem !important;
}

.mr-15,
.mx-15 {
    margin-right: 15rem !important;
}

.mb-15,
.my-15 {
    margin-bottom: 15rem !important;
}

.ml-15,
.mx-15 {
    margin-left: 15rem !important;
}

.m-grid {
    margin: 0.6875rem !important;
}

.mt-grid,
.my-grid {
    margin-top: 0.6875rem !important;
}

.mr-grid,
.mx-grid {
    margin-right: 0.6875rem !important;
}

.mb-grid,
.my-grid {
    margin-bottom: 0.6875rem !important;
}

.ml-grid,
.mx-grid {
    margin-left: 0.6875rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 1rem !important;
}

.pt-1,
.py-1 {
    padding-top: 1rem !important;
}

.pr-1,
.px-1 {
    padding-right: 1rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 1rem !important;
}

.pl-1,
.px-1 {
    padding-left: 1rem !important;
}

.p-2 {
    padding: 2rem !important;
}

.pt-2,
.py-2 {
    padding-top: 2rem !important;
}

.pr-2,
.px-2 {
    padding-right: 2rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 2rem !important;
}

.pl-2,
.px-2 {
    padding-left: 2rem !important;
}

.p-3 {
    padding: 3rem !important;
}

.pt-3,
.py-3 {
    padding-top: 3rem !important;
}

.pr-3,
.px-3 {
    padding-right: 3rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 3rem !important;
}

.pl-3,
.px-3 {
    padding-left: 3rem !important;
}

.p-4 {
    padding: 4rem !important;
}

.pt-4,
.py-4 {
    padding-top: 4rem !important;
}

.pr-4,
.px-4 {
    padding-right: 4rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 4rem !important;
}

.pl-4,
.px-4 {
    padding-left: 4rem !important;
}

.p-5 {
    padding: 5rem !important;
}

.pt-5,
.py-5 {
    padding-top: 5rem !important;
}

.pr-5,
.px-5 {
    padding-right: 5rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 5rem !important;
}

.pl-5,
.px-5 {
    padding-left: 5rem !important;
}

.p-6 {
    padding: 6rem !important;
}

.pt-6,
.py-6 {
    padding-top: 6rem !important;
}

.pr-6,
.px-6 {
    padding-right: 6rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 6rem !important;
}

.pl-6,
.px-6 {
    padding-left: 6rem !important;
}

.p-7 {
    padding: 7rem !important;
}

.pt-7,
.py-7 {
    padding-top: 7rem !important;
}

.pr-7,
.px-7 {
    padding-right: 7rem !important;
}

.pb-7,
.py-7 {
    padding-bottom: 7rem !important;
}

.pl-7,
.px-7 {
    padding-left: 7rem !important;
}

.p-8 {
    padding: 8rem !important;
}

.pt-8,
.py-8 {
    padding-top: 8rem !important;
}

.pr-8,
.px-8 {
    padding-right: 8rem !important;
}

.pb-8,
.py-8 {
    padding-bottom: 8rem !important;
}

.pl-8,
.px-8 {
    padding-left: 8rem !important;
}

.p-9 {
    padding: 9rem !important;
}

.pt-9,
.py-9 {
    padding-top: 9rem !important;
}

.pr-9,
.px-9 {
    padding-right: 9rem !important;
}

.pb-9,
.py-9 {
    padding-bottom: 9rem !important;
}

.pl-9,
.px-9 {
    padding-left: 9rem !important;
}

.p-10 {
    padding: 10rem !important;
}

.pt-10,
.py-10 {
    padding-top: 10rem !important;
}

.pr-10,
.px-10 {
    padding-right: 10rem !important;
}

.pb-10,
.py-10 {
    padding-bottom: 10rem !important;
}

.pl-10,
.px-10 {
    padding-left: 10rem !important;
}

.p-12 {
    padding: 12rem !important;
}

.pt-12,
.py-12 {
    padding-top: 12rem !important;
}

.pr-12,
.px-12 {
    padding-right: 12rem !important;
}

.pb-12,
.py-12 {
    padding-bottom: 12rem !important;
}

.pl-12,
.px-12 {
    padding-left: 12rem !important;
}

.p-15 {
    padding: 15rem !important;
}

.pt-15,
.py-15 {
    padding-top: 15rem !important;
}

.pr-15,
.px-15 {
    padding-right: 15rem !important;
}

.pb-15,
.py-15 {
    padding-bottom: 15rem !important;
}

.pl-15,
.px-15 {
    padding-left: 15rem !important;
}

.p-grid {
    padding: 0.6875rem !important;
}

.pt-grid,
.py-grid {
    padding-top: 0.6875rem !important;
}

.pr-grid,
.px-grid {
    padding-right: 0.6875rem !important;
}

.pb-grid,
.py-grid {
    padding-bottom: 0.6875rem !important;
}

.pl-grid,
.px-grid {
    padding-left: 0.6875rem !important;
}

.m-n1 {
    margin: -1rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -1rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -1rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -1rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -1rem !important;
}

.m-n2 {
    margin: -2rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -2rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -2rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -2rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -2rem !important;
}

.m-n3 {
    margin: -3rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -3rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -3rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -3rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -3rem !important;
}

.m-n4 {
    margin: -4rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -4rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -4rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -4rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -4rem !important;
}

.m-n5 {
    margin: -5rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -5rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -5rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -5rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -5rem !important;
}

.m-n6 {
    margin: -6rem !important;
}

.mt-n6,
.my-n6 {
    margin-top: -6rem !important;
}

.mr-n6,
.mx-n6 {
    margin-right: -6rem !important;
}

.mb-n6,
.my-n6 {
    margin-bottom: -6rem !important;
}

.ml-n6,
.mx-n6 {
    margin-left: -6rem !important;
}

.m-n7 {
    margin: -7rem !important;
}

.mt-n7,
.my-n7 {
    margin-top: -7rem !important;
}

.mr-n7,
.mx-n7 {
    margin-right: -7rem !important;
}

.mb-n7,
.my-n7 {
    margin-bottom: -7rem !important;
}

.ml-n7,
.mx-n7 {
    margin-left: -7rem !important;
}

.m-n8 {
    margin: -8rem !important;
}

.mt-n8,
.my-n8 {
    margin-top: -8rem !important;
}

.mr-n8,
.mx-n8 {
    margin-right: -8rem !important;
}

.mb-n8,
.my-n8 {
    margin-bottom: -8rem !important;
}

.ml-n8,
.mx-n8 {
    margin-left: -8rem !important;
}

.m-n9 {
    margin: -9rem !important;
}

.mt-n9,
.my-n9 {
    margin-top: -9rem !important;
}

.mr-n9,
.mx-n9 {
    margin-right: -9rem !important;
}

.mb-n9,
.my-n9 {
    margin-bottom: -9rem !important;
}

.ml-n9,
.mx-n9 {
    margin-left: -9rem !important;
}

.m-n10 {
    margin: -10rem !important;
}

.mt-n10,
.my-n10 {
    margin-top: -10rem !important;
}

.mr-n10,
.mx-n10 {
    margin-right: -10rem !important;
}

.mb-n10,
.my-n10 {
    margin-bottom: -10rem !important;
}

.ml-n10,
.mx-n10 {
    margin-left: -10rem !important;
}

.m-n12 {
    margin: -12rem !important;
}

.mt-n12,
.my-n12 {
    margin-top: -12rem !important;
}

.mr-n12,
.mx-n12 {
    margin-right: -12rem !important;
}

.mb-n12,
.my-n12 {
    margin-bottom: -12rem !important;
}

.ml-n12,
.mx-n12 {
    margin-left: -12rem !important;
}

.m-n15 {
    margin: -15rem !important;
}

.mt-n15,
.my-n15 {
    margin-top: -15rem !important;
}

.mr-n15,
.mx-n15 {
    margin-right: -15rem !important;
}

.mb-n15,
.my-n15 {
    margin-bottom: -15rem !important;
}

.ml-n15,
.mx-n15 {
    margin-left: -15rem !important;
}

.m-ngrid {
    margin: -0.6875rem !important;
}

.mt-ngrid,
.my-ngrid {
    margin-top: -0.6875rem !important;
}

.mr-ngrid,
.mx-ngrid {
    margin-right: -0.6875rem !important;
}

.mb-ngrid,
.my-ngrid {
    margin-bottom: -0.6875rem !important;
}

.ml-ngrid,
.mx-ngrid {
    margin-left: -0.6875rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 1rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 1rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 1rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 1rem !important;
    }
    .m-sm-2 {
        margin: 2rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 2rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 2rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 2rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 2rem !important;
    }
    .m-sm-3 {
        margin: 3rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 3rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 3rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 3rem !important;
    }
    .m-sm-4 {
        margin: 4rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 4rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 4rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 4rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 4rem !important;
    }
    .m-sm-5 {
        margin: 5rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 5rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 5rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 5rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 5rem !important;
    }
    .m-sm-6 {
        margin: 6rem !important;
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 6rem !important;
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 6rem !important;
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 6rem !important;
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 6rem !important;
    }
    .m-sm-7 {
        margin: 7rem !important;
    }
    .mt-sm-7,
    .my-sm-7 {
        margin-top: 7rem !important;
    }
    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 7rem !important;
    }
    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 7rem !important;
    }
    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 7rem !important;
    }
    .m-sm-8 {
        margin: 8rem !important;
    }
    .mt-sm-8,
    .my-sm-8 {
        margin-top: 8rem !important;
    }
    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 8rem !important;
    }
    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 8rem !important;
    }
    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 8rem !important;
    }
    .m-sm-9 {
        margin: 9rem !important;
    }
    .mt-sm-9,
    .my-sm-9 {
        margin-top: 9rem !important;
    }
    .mr-sm-9,
    .mx-sm-9 {
        margin-right: 9rem !important;
    }
    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 9rem !important;
    }
    .ml-sm-9,
    .mx-sm-9 {
        margin-left: 9rem !important;
    }
    .m-sm-10 {
        margin: 10rem !important;
    }
    .mt-sm-10,
    .my-sm-10 {
        margin-top: 10rem !important;
    }
    .mr-sm-10,
    .mx-sm-10 {
        margin-right: 10rem !important;
    }
    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 10rem !important;
    }
    .ml-sm-10,
    .mx-sm-10 {
        margin-left: 10rem !important;
    }
    .m-sm-12 {
        margin: 12rem !important;
    }
    .mt-sm-12,
    .my-sm-12 {
        margin-top: 12rem !important;
    }
    .mr-sm-12,
    .mx-sm-12 {
        margin-right: 12rem !important;
    }
    .mb-sm-12,
    .my-sm-12 {
        margin-bottom: 12rem !important;
    }
    .ml-sm-12,
    .mx-sm-12 {
        margin-left: 12rem !important;
    }
    .m-sm-15 {
        margin: 15rem !important;
    }
    .mt-sm-15,
    .my-sm-15 {
        margin-top: 15rem !important;
    }
    .mr-sm-15,
    .mx-sm-15 {
        margin-right: 15rem !important;
    }
    .mb-sm-15,
    .my-sm-15 {
        margin-bottom: 15rem !important;
    }
    .ml-sm-15,
    .mx-sm-15 {
        margin-left: 15rem !important;
    }
    .m-sm-grid {
        margin: 0.6875rem !important;
    }
    .mt-sm-grid,
    .my-sm-grid {
        margin-top: 0.6875rem !important;
    }
    .mr-sm-grid,
    .mx-sm-grid {
        margin-right: 0.6875rem !important;
    }
    .mb-sm-grid,
    .my-sm-grid {
        margin-bottom: 0.6875rem !important;
    }
    .ml-sm-grid,
    .mx-sm-grid {
        margin-left: 0.6875rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 1rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 1rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 1rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 1rem !important;
    }
    .p-sm-2 {
        padding: 2rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 2rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 2rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 2rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 2rem !important;
    }
    .p-sm-3 {
        padding: 3rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 3rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 3rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 3rem !important;
    }
    .p-sm-4 {
        padding: 4rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 4rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 4rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 4rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 4rem !important;
    }
    .p-sm-5 {
        padding: 5rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 5rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 5rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 5rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 5rem !important;
    }
    .p-sm-6 {
        padding: 6rem !important;
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 6rem !important;
    }
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 6rem !important;
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 6rem !important;
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 6rem !important;
    }
    .p-sm-7 {
        padding: 7rem !important;
    }
    .pt-sm-7,
    .py-sm-7 {
        padding-top: 7rem !important;
    }
    .pr-sm-7,
    .px-sm-7 {
        padding-right: 7rem !important;
    }
    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 7rem !important;
    }
    .pl-sm-7,
    .px-sm-7 {
        padding-left: 7rem !important;
    }
    .p-sm-8 {
        padding: 8rem !important;
    }
    .pt-sm-8,
    .py-sm-8 {
        padding-top: 8rem !important;
    }
    .pr-sm-8,
    .px-sm-8 {
        padding-right: 8rem !important;
    }
    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 8rem !important;
    }
    .pl-sm-8,
    .px-sm-8 {
        padding-left: 8rem !important;
    }
    .p-sm-9 {
        padding: 9rem !important;
    }
    .pt-sm-9,
    .py-sm-9 {
        padding-top: 9rem !important;
    }
    .pr-sm-9,
    .px-sm-9 {
        padding-right: 9rem !important;
    }
    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 9rem !important;
    }
    .pl-sm-9,
    .px-sm-9 {
        padding-left: 9rem !important;
    }
    .p-sm-10 {
        padding: 10rem !important;
    }
    .pt-sm-10,
    .py-sm-10 {
        padding-top: 10rem !important;
    }
    .pr-sm-10,
    .px-sm-10 {
        padding-right: 10rem !important;
    }
    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 10rem !important;
    }
    .pl-sm-10,
    .px-sm-10 {
        padding-left: 10rem !important;
    }
    .p-sm-12 {
        padding: 12rem !important;
    }
    .pt-sm-12,
    .py-sm-12 {
        padding-top: 12rem !important;
    }
    .pr-sm-12,
    .px-sm-12 {
        padding-right: 12rem !important;
    }
    .pb-sm-12,
    .py-sm-12 {
        padding-bottom: 12rem !important;
    }
    .pl-sm-12,
    .px-sm-12 {
        padding-left: 12rem !important;
    }
    .p-sm-15 {
        padding: 15rem !important;
    }
    .pt-sm-15,
    .py-sm-15 {
        padding-top: 15rem !important;
    }
    .pr-sm-15,
    .px-sm-15 {
        padding-right: 15rem !important;
    }
    .pb-sm-15,
    .py-sm-15 {
        padding-bottom: 15rem !important;
    }
    .pl-sm-15,
    .px-sm-15 {
        padding-left: 15rem !important;
    }
    .p-sm-grid {
        padding: 0.6875rem !important;
    }
    .pt-sm-grid,
    .py-sm-grid {
        padding-top: 0.6875rem !important;
    }
    .pr-sm-grid,
    .px-sm-grid {
        padding-right: 0.6875rem !important;
    }
    .pb-sm-grid,
    .py-sm-grid {
        padding-bottom: 0.6875rem !important;
    }
    .pl-sm-grid,
    .px-sm-grid {
        padding-left: 0.6875rem !important;
    }
    .m-sm-n1 {
        margin: -1rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -1rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -1rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -1rem !important;
    }
    .m-sm-n2 {
        margin: -2rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -2rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -2rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -2rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -2rem !important;
    }
    .m-sm-n3 {
        margin: -3rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -3rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -3rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -3rem !important;
    }
    .m-sm-n4 {
        margin: -4rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -4rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -4rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -4rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -4rem !important;
    }
    .m-sm-n5 {
        margin: -5rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -5rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -5rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -5rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -5rem !important;
    }
    .m-sm-n6 {
        margin: -6rem !important;
    }
    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -6rem !important;
    }
    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -6rem !important;
    }
    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -6rem !important;
    }
    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -6rem !important;
    }
    .m-sm-n7 {
        margin: -7rem !important;
    }
    .mt-sm-n7,
    .my-sm-n7 {
        margin-top: -7rem !important;
    }
    .mr-sm-n7,
    .mx-sm-n7 {
        margin-right: -7rem !important;
    }
    .mb-sm-n7,
    .my-sm-n7 {
        margin-bottom: -7rem !important;
    }
    .ml-sm-n7,
    .mx-sm-n7 {
        margin-left: -7rem !important;
    }
    .m-sm-n8 {
        margin: -8rem !important;
    }
    .mt-sm-n8,
    .my-sm-n8 {
        margin-top: -8rem !important;
    }
    .mr-sm-n8,
    .mx-sm-n8 {
        margin-right: -8rem !important;
    }
    .mb-sm-n8,
    .my-sm-n8 {
        margin-bottom: -8rem !important;
    }
    .ml-sm-n8,
    .mx-sm-n8 {
        margin-left: -8rem !important;
    }
    .m-sm-n9 {
        margin: -9rem !important;
    }
    .mt-sm-n9,
    .my-sm-n9 {
        margin-top: -9rem !important;
    }
    .mr-sm-n9,
    .mx-sm-n9 {
        margin-right: -9rem !important;
    }
    .mb-sm-n9,
    .my-sm-n9 {
        margin-bottom: -9rem !important;
    }
    .ml-sm-n9,
    .mx-sm-n9 {
        margin-left: -9rem !important;
    }
    .m-sm-n10 {
        margin: -10rem !important;
    }
    .mt-sm-n10,
    .my-sm-n10 {
        margin-top: -10rem !important;
    }
    .mr-sm-n10,
    .mx-sm-n10 {
        margin-right: -10rem !important;
    }
    .mb-sm-n10,
    .my-sm-n10 {
        margin-bottom: -10rem !important;
    }
    .ml-sm-n10,
    .mx-sm-n10 {
        margin-left: -10rem !important;
    }
    .m-sm-n12 {
        margin: -12rem !important;
    }
    .mt-sm-n12,
    .my-sm-n12 {
        margin-top: -12rem !important;
    }
    .mr-sm-n12,
    .mx-sm-n12 {
        margin-right: -12rem !important;
    }
    .mb-sm-n12,
    .my-sm-n12 {
        margin-bottom: -12rem !important;
    }
    .ml-sm-n12,
    .mx-sm-n12 {
        margin-left: -12rem !important;
    }
    .m-sm-n15 {
        margin: -15rem !important;
    }
    .mt-sm-n15,
    .my-sm-n15 {
        margin-top: -15rem !important;
    }
    .mr-sm-n15,
    .mx-sm-n15 {
        margin-right: -15rem !important;
    }
    .mb-sm-n15,
    .my-sm-n15 {
        margin-bottom: -15rem !important;
    }
    .ml-sm-n15,
    .mx-sm-n15 {
        margin-left: -15rem !important;
    }
    .m-sm-ngrid {
        margin: -0.6875rem !important;
    }
    .mt-sm-ngrid,
    .my-sm-ngrid {
        margin-top: -0.6875rem !important;
    }
    .mr-sm-ngrid,
    .mx-sm-ngrid {
        margin-right: -0.6875rem !important;
    }
    .mb-sm-ngrid,
    .my-sm-ngrid {
        margin-bottom: -0.6875rem !important;
    }
    .ml-sm-ngrid,
    .mx-sm-ngrid {
        margin-left: -0.6875rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 1rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 1rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 1rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 1rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 1rem !important;
    }
    .m-md-2 {
        margin: 2rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 2rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 2rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 2rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 2rem !important;
    }
    .m-md-3 {
        margin: 3rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 3rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 3rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 3rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 3rem !important;
    }
    .m-md-4 {
        margin: 4rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 4rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 4rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 4rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 4rem !important;
    }
    .m-md-5 {
        margin: 5rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 5rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 5rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 5rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 5rem !important;
    }
    .m-md-6 {
        margin: 6rem !important;
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 6rem !important;
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 6rem !important;
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 6rem !important;
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 6rem !important;
    }
    .m-md-7 {
        margin: 7rem !important;
    }
    .mt-md-7,
    .my-md-7 {
        margin-top: 7rem !important;
    }
    .mr-md-7,
    .mx-md-7 {
        margin-right: 7rem !important;
    }
    .mb-md-7,
    .my-md-7 {
        margin-bottom: 7rem !important;
    }
    .ml-md-7,
    .mx-md-7 {
        margin-left: 7rem !important;
    }
    .m-md-8 {
        margin: 8rem !important;
    }
    .mt-md-8,
    .my-md-8 {
        margin-top: 8rem !important;
    }
    .mr-md-8,
    .mx-md-8 {
        margin-right: 8rem !important;
    }
    .mb-md-8,
    .my-md-8 {
        margin-bottom: 8rem !important;
    }
    .ml-md-8,
    .mx-md-8 {
        margin-left: 8rem !important;
    }
    .m-md-9 {
        margin: 9rem !important;
    }
    .mt-md-9,
    .my-md-9 {
        margin-top: 9rem !important;
    }
    .mr-md-9,
    .mx-md-9 {
        margin-right: 9rem !important;
    }
    .mb-md-9,
    .my-md-9 {
        margin-bottom: 9rem !important;
    }
    .ml-md-9,
    .mx-md-9 {
        margin-left: 9rem !important;
    }
    .m-md-10 {
        margin: 10rem !important;
    }
    .mt-md-10,
    .my-md-10 {
        margin-top: 10rem !important;
    }
    .mr-md-10,
    .mx-md-10 {
        margin-right: 10rem !important;
    }
    .mb-md-10,
    .my-md-10 {
        margin-bottom: 10rem !important;
    }
    .ml-md-10,
    .mx-md-10 {
        margin-left: 10rem !important;
    }
    .m-md-12 {
        margin: 12rem !important;
    }
    .mt-md-12,
    .my-md-12 {
        margin-top: 12rem !important;
    }
    .mr-md-12,
    .mx-md-12 {
        margin-right: 12rem !important;
    }
    .mb-md-12,
    .my-md-12 {
        margin-bottom: 12rem !important;
    }
    .ml-md-12,
    .mx-md-12 {
        margin-left: 12rem !important;
    }
    .m-md-15 {
        margin: 15rem !important;
    }
    .mt-md-15,
    .my-md-15 {
        margin-top: 15rem !important;
    }
    .mr-md-15,
    .mx-md-15 {
        margin-right: 15rem !important;
    }
    .mb-md-15,
    .my-md-15 {
        margin-bottom: 15rem !important;
    }
    .ml-md-15,
    .mx-md-15 {
        margin-left: 15rem !important;
    }
    .m-md-grid {
        margin: 0.6875rem !important;
    }
    .mt-md-grid,
    .my-md-grid {
        margin-top: 0.6875rem !important;
    }
    .mr-md-grid,
    .mx-md-grid {
        margin-right: 0.6875rem !important;
    }
    .mb-md-grid,
    .my-md-grid {
        margin-bottom: 0.6875rem !important;
    }
    .ml-md-grid,
    .mx-md-grid {
        margin-left: 0.6875rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 1rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 1rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 1rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 1rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 1rem !important;
    }
    .p-md-2 {
        padding: 2rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 2rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 2rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 2rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 2rem !important;
    }
    .p-md-3 {
        padding: 3rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 3rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 3rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 3rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 3rem !important;
    }
    .p-md-4 {
        padding: 4rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 4rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 4rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 4rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 4rem !important;
    }
    .p-md-5 {
        padding: 5rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 5rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 5rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 5rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 5rem !important;
    }
    .p-md-6 {
        padding: 6rem !important;
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 6rem !important;
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 6rem !important;
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 6rem !important;
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 6rem !important;
    }
    .p-md-7 {
        padding: 7rem !important;
    }
    .pt-md-7,
    .py-md-7 {
        padding-top: 7rem !important;
    }
    .pr-md-7,
    .px-md-7 {
        padding-right: 7rem !important;
    }
    .pb-md-7,
    .py-md-7 {
        padding-bottom: 7rem !important;
    }
    .pl-md-7,
    .px-md-7 {
        padding-left: 7rem !important;
    }
    .p-md-8 {
        padding: 8rem !important;
    }
    .pt-md-8,
    .py-md-8 {
        padding-top: 8rem !important;
    }
    .pr-md-8,
    .px-md-8 {
        padding-right: 8rem !important;
    }
    .pb-md-8,
    .py-md-8 {
        padding-bottom: 8rem !important;
    }
    .pl-md-8,
    .px-md-8 {
        padding-left: 8rem !important;
    }
    .p-md-9 {
        padding: 9rem !important;
    }
    .pt-md-9,
    .py-md-9 {
        padding-top: 9rem !important;
    }
    .pr-md-9,
    .px-md-9 {
        padding-right: 9rem !important;
    }
    .pb-md-9,
    .py-md-9 {
        padding-bottom: 9rem !important;
    }
    .pl-md-9,
    .px-md-9 {
        padding-left: 9rem !important;
    }
    .p-md-10 {
        padding: 10rem !important;
    }
    .pt-md-10,
    .py-md-10 {
        padding-top: 10rem !important;
    }
    .pr-md-10,
    .px-md-10 {
        padding-right: 10rem !important;
    }
    .pb-md-10,
    .py-md-10 {
        padding-bottom: 10rem !important;
    }
    .pl-md-10,
    .px-md-10 {
        padding-left: 10rem !important;
    }
    .p-md-12 {
        padding: 12rem !important;
    }
    .pt-md-12,
    .py-md-12 {
        padding-top: 12rem !important;
    }
    .pr-md-12,
    .px-md-12 {
        padding-right: 12rem !important;
    }
    .pb-md-12,
    .py-md-12 {
        padding-bottom: 12rem !important;
    }
    .pl-md-12,
    .px-md-12 {
        padding-left: 12rem !important;
    }
    .p-md-15 {
        padding: 15rem !important;
    }
    .pt-md-15,
    .py-md-15 {
        padding-top: 15rem !important;
    }
    .pr-md-15,
    .px-md-15 {
        padding-right: 15rem !important;
    }
    .pb-md-15,
    .py-md-15 {
        padding-bottom: 15rem !important;
    }
    .pl-md-15,
    .px-md-15 {
        padding-left: 15rem !important;
    }
    .p-md-grid {
        padding: 0.6875rem !important;
    }
    .pt-md-grid,
    .py-md-grid {
        padding-top: 0.6875rem !important;
    }
    .pr-md-grid,
    .px-md-grid {
        padding-right: 0.6875rem !important;
    }
    .pb-md-grid,
    .py-md-grid {
        padding-bottom: 0.6875rem !important;
    }
    .pl-md-grid,
    .px-md-grid {
        padding-left: 0.6875rem !important;
    }
    .m-md-n1 {
        margin: -1rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -1rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -1rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -1rem !important;
    }
    .m-md-n2 {
        margin: -2rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -2rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -2rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -2rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -2rem !important;
    }
    .m-md-n3 {
        margin: -3rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -3rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -3rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -3rem !important;
    }
    .m-md-n4 {
        margin: -4rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -4rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -4rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -4rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -4rem !important;
    }
    .m-md-n5 {
        margin: -5rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -5rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -5rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -5rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -5rem !important;
    }
    .m-md-n6 {
        margin: -6rem !important;
    }
    .mt-md-n6,
    .my-md-n6 {
        margin-top: -6rem !important;
    }
    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -6rem !important;
    }
    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -6rem !important;
    }
    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -6rem !important;
    }
    .m-md-n7 {
        margin: -7rem !important;
    }
    .mt-md-n7,
    .my-md-n7 {
        margin-top: -7rem !important;
    }
    .mr-md-n7,
    .mx-md-n7 {
        margin-right: -7rem !important;
    }
    .mb-md-n7,
    .my-md-n7 {
        margin-bottom: -7rem !important;
    }
    .ml-md-n7,
    .mx-md-n7 {
        margin-left: -7rem !important;
    }
    .m-md-n8 {
        margin: -8rem !important;
    }
    .mt-md-n8,
    .my-md-n8 {
        margin-top: -8rem !important;
    }
    .mr-md-n8,
    .mx-md-n8 {
        margin-right: -8rem !important;
    }
    .mb-md-n8,
    .my-md-n8 {
        margin-bottom: -8rem !important;
    }
    .ml-md-n8,
    .mx-md-n8 {
        margin-left: -8rem !important;
    }
    .m-md-n9 {
        margin: -9rem !important;
    }
    .mt-md-n9,
    .my-md-n9 {
        margin-top: -9rem !important;
    }
    .mr-md-n9,
    .mx-md-n9 {
        margin-right: -9rem !important;
    }
    .mb-md-n9,
    .my-md-n9 {
        margin-bottom: -9rem !important;
    }
    .ml-md-n9,
    .mx-md-n9 {
        margin-left: -9rem !important;
    }
    .m-md-n10 {
        margin: -10rem !important;
    }
    .mt-md-n10,
    .my-md-n10 {
        margin-top: -10rem !important;
    }
    .mr-md-n10,
    .mx-md-n10 {
        margin-right: -10rem !important;
    }
    .mb-md-n10,
    .my-md-n10 {
        margin-bottom: -10rem !important;
    }
    .ml-md-n10,
    .mx-md-n10 {
        margin-left: -10rem !important;
    }
    .m-md-n12 {
        margin: -12rem !important;
    }
    .mt-md-n12,
    .my-md-n12 {
        margin-top: -12rem !important;
    }
    .mr-md-n12,
    .mx-md-n12 {
        margin-right: -12rem !important;
    }
    .mb-md-n12,
    .my-md-n12 {
        margin-bottom: -12rem !important;
    }
    .ml-md-n12,
    .mx-md-n12 {
        margin-left: -12rem !important;
    }
    .m-md-n15 {
        margin: -15rem !important;
    }
    .mt-md-n15,
    .my-md-n15 {
        margin-top: -15rem !important;
    }
    .mr-md-n15,
    .mx-md-n15 {
        margin-right: -15rem !important;
    }
    .mb-md-n15,
    .my-md-n15 {
        margin-bottom: -15rem !important;
    }
    .ml-md-n15,
    .mx-md-n15 {
        margin-left: -15rem !important;
    }
    .m-md-ngrid {
        margin: -0.6875rem !important;
    }
    .mt-md-ngrid,
    .my-md-ngrid {
        margin-top: -0.6875rem !important;
    }
    .mr-md-ngrid,
    .mx-md-ngrid {
        margin-right: -0.6875rem !important;
    }
    .mb-md-ngrid,
    .my-md-ngrid {
        margin-bottom: -0.6875rem !important;
    }
    .ml-md-ngrid,
    .mx-md-ngrid {
        margin-left: -0.6875rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1100px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 1rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 1rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 1rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 1rem !important;
    }
    .m-lg-2 {
        margin: 2rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 2rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 2rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 2rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 2rem !important;
    }
    .m-lg-3 {
        margin: 3rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 3rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 3rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 3rem !important;
    }
    .m-lg-4 {
        margin: 4rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 4rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 4rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 4rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 4rem !important;
    }
    .m-lg-5 {
        margin: 5rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 5rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 5rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 5rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 5rem !important;
    }
    .m-lg-6 {
        margin: 6rem !important;
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 6rem !important;
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 6rem !important;
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 6rem !important;
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 6rem !important;
    }
    .m-lg-7 {
        margin: 7rem !important;
    }
    .mt-lg-7,
    .my-lg-7 {
        margin-top: 7rem !important;
    }
    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 7rem !important;
    }
    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 7rem !important;
    }
    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 7rem !important;
    }
    .m-lg-8 {
        margin: 8rem !important;
    }
    .mt-lg-8,
    .my-lg-8 {
        margin-top: 8rem !important;
    }
    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 8rem !important;
    }
    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 8rem !important;
    }
    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 8rem !important;
    }
    .m-lg-9 {
        margin: 9rem !important;
    }
    .mt-lg-9,
    .my-lg-9 {
        margin-top: 9rem !important;
    }
    .mr-lg-9,
    .mx-lg-9 {
        margin-right: 9rem !important;
    }
    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 9rem !important;
    }
    .ml-lg-9,
    .mx-lg-9 {
        margin-left: 9rem !important;
    }
    .m-lg-10 {
        margin: 10rem !important;
    }
    .mt-lg-10,
    .my-lg-10 {
        margin-top: 10rem !important;
    }
    .mr-lg-10,
    .mx-lg-10 {
        margin-right: 10rem !important;
    }
    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 10rem !important;
    }
    .ml-lg-10,
    .mx-lg-10 {
        margin-left: 10rem !important;
    }
    .m-lg-12 {
        margin: 12rem !important;
    }
    .mt-lg-12,
    .my-lg-12 {
        margin-top: 12rem !important;
    }
    .mr-lg-12,
    .mx-lg-12 {
        margin-right: 12rem !important;
    }
    .mb-lg-12,
    .my-lg-12 {
        margin-bottom: 12rem !important;
    }
    .ml-lg-12,
    .mx-lg-12 {
        margin-left: 12rem !important;
    }
    .m-lg-15 {
        margin: 15rem !important;
    }
    .mt-lg-15,
    .my-lg-15 {
        margin-top: 15rem !important;
    }
    .mr-lg-15,
    .mx-lg-15 {
        margin-right: 15rem !important;
    }
    .mb-lg-15,
    .my-lg-15 {
        margin-bottom: 15rem !important;
    }
    .ml-lg-15,
    .mx-lg-15 {
        margin-left: 15rem !important;
    }
    .m-lg-grid {
        margin: 0.6875rem !important;
    }
    .mt-lg-grid,
    .my-lg-grid {
        margin-top: 0.6875rem !important;
    }
    .mr-lg-grid,
    .mx-lg-grid {
        margin-right: 0.6875rem !important;
    }
    .mb-lg-grid,
    .my-lg-grid {
        margin-bottom: 0.6875rem !important;
    }
    .ml-lg-grid,
    .mx-lg-grid {
        margin-left: 0.6875rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 1rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 1rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 1rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 1rem !important;
    }
    .p-lg-2 {
        padding: 2rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 2rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 2rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 2rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 2rem !important;
    }
    .p-lg-3 {
        padding: 3rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 3rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 3rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 3rem !important;
    }
    .p-lg-4 {
        padding: 4rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 4rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 4rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 4rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 4rem !important;
    }
    .p-lg-5 {
        padding: 5rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 5rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 5rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 5rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 5rem !important;
    }
    .p-lg-6 {
        padding: 6rem !important;
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 6rem !important;
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 6rem !important;
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 6rem !important;
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 6rem !important;
    }
    .p-lg-7 {
        padding: 7rem !important;
    }
    .pt-lg-7,
    .py-lg-7 {
        padding-top: 7rem !important;
    }
    .pr-lg-7,
    .px-lg-7 {
        padding-right: 7rem !important;
    }
    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 7rem !important;
    }
    .pl-lg-7,
    .px-lg-7 {
        padding-left: 7rem !important;
    }
    .p-lg-8 {
        padding: 8rem !important;
    }
    .pt-lg-8,
    .py-lg-8 {
        padding-top: 8rem !important;
    }
    .pr-lg-8,
    .px-lg-8 {
        padding-right: 8rem !important;
    }
    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 8rem !important;
    }
    .pl-lg-8,
    .px-lg-8 {
        padding-left: 8rem !important;
    }
    .p-lg-9 {
        padding: 9rem !important;
    }
    .pt-lg-9,
    .py-lg-9 {
        padding-top: 9rem !important;
    }
    .pr-lg-9,
    .px-lg-9 {
        padding-right: 9rem !important;
    }
    .pb-lg-9,
    .py-lg-9 {
        padding-bottom: 9rem !important;
    }
    .pl-lg-9,
    .px-lg-9 {
        padding-left: 9rem !important;
    }
    .p-lg-10 {
        padding: 10rem !important;
    }
    .pt-lg-10,
    .py-lg-10 {
        padding-top: 10rem !important;
    }
    .pr-lg-10,
    .px-lg-10 {
        padding-right: 10rem !important;
    }
    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 10rem !important;
    }
    .pl-lg-10,
    .px-lg-10 {
        padding-left: 10rem !important;
    }
    .p-lg-12 {
        padding: 12rem !important;
    }
    .pt-lg-12,
    .py-lg-12 {
        padding-top: 12rem !important;
    }
    .pr-lg-12,
    .px-lg-12 {
        padding-right: 12rem !important;
    }
    .pb-lg-12,
    .py-lg-12 {
        padding-bottom: 12rem !important;
    }
    .pl-lg-12,
    .px-lg-12 {
        padding-left: 12rem !important;
    }
    .p-lg-15 {
        padding: 15rem !important;
    }
    .pt-lg-15,
    .py-lg-15 {
        padding-top: 15rem !important;
    }
    .pr-lg-15,
    .px-lg-15 {
        padding-right: 15rem !important;
    }
    .pb-lg-15,
    .py-lg-15 {
        padding-bottom: 15rem !important;
    }
    .pl-lg-15,
    .px-lg-15 {
        padding-left: 15rem !important;
    }
    .p-lg-grid {
        padding: 0.6875rem !important;
    }
    .pt-lg-grid,
    .py-lg-grid {
        padding-top: 0.6875rem !important;
    }
    .pr-lg-grid,
    .px-lg-grid {
        padding-right: 0.6875rem !important;
    }
    .pb-lg-grid,
    .py-lg-grid {
        padding-bottom: 0.6875rem !important;
    }
    .pl-lg-grid,
    .px-lg-grid {
        padding-left: 0.6875rem !important;
    }
    .m-lg-n1 {
        margin: -1rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -1rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -1rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -1rem !important;
    }
    .m-lg-n2 {
        margin: -2rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -2rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -2rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -2rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -2rem !important;
    }
    .m-lg-n3 {
        margin: -3rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -3rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -3rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -3rem !important;
    }
    .m-lg-n4 {
        margin: -4rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -4rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -4rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -4rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -4rem !important;
    }
    .m-lg-n5 {
        margin: -5rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -5rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -5rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -5rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -5rem !important;
    }
    .m-lg-n6 {
        margin: -6rem !important;
    }
    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -6rem !important;
    }
    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -6rem !important;
    }
    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -6rem !important;
    }
    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -6rem !important;
    }
    .m-lg-n7 {
        margin: -7rem !important;
    }
    .mt-lg-n7,
    .my-lg-n7 {
        margin-top: -7rem !important;
    }
    .mr-lg-n7,
    .mx-lg-n7 {
        margin-right: -7rem !important;
    }
    .mb-lg-n7,
    .my-lg-n7 {
        margin-bottom: -7rem !important;
    }
    .ml-lg-n7,
    .mx-lg-n7 {
        margin-left: -7rem !important;
    }
    .m-lg-n8 {
        margin: -8rem !important;
    }
    .mt-lg-n8,
    .my-lg-n8 {
        margin-top: -8rem !important;
    }
    .mr-lg-n8,
    .mx-lg-n8 {
        margin-right: -8rem !important;
    }
    .mb-lg-n8,
    .my-lg-n8 {
        margin-bottom: -8rem !important;
    }
    .ml-lg-n8,
    .mx-lg-n8 {
        margin-left: -8rem !important;
    }
    .m-lg-n9 {
        margin: -9rem !important;
    }
    .mt-lg-n9,
    .my-lg-n9 {
        margin-top: -9rem !important;
    }
    .mr-lg-n9,
    .mx-lg-n9 {
        margin-right: -9rem !important;
    }
    .mb-lg-n9,
    .my-lg-n9 {
        margin-bottom: -9rem !important;
    }
    .ml-lg-n9,
    .mx-lg-n9 {
        margin-left: -9rem !important;
    }
    .m-lg-n10 {
        margin: -10rem !important;
    }
    .mt-lg-n10,
    .my-lg-n10 {
        margin-top: -10rem !important;
    }
    .mr-lg-n10,
    .mx-lg-n10 {
        margin-right: -10rem !important;
    }
    .mb-lg-n10,
    .my-lg-n10 {
        margin-bottom: -10rem !important;
    }
    .ml-lg-n10,
    .mx-lg-n10 {
        margin-left: -10rem !important;
    }
    .m-lg-n12 {
        margin: -12rem !important;
    }
    .mt-lg-n12,
    .my-lg-n12 {
        margin-top: -12rem !important;
    }
    .mr-lg-n12,
    .mx-lg-n12 {
        margin-right: -12rem !important;
    }
    .mb-lg-n12,
    .my-lg-n12 {
        margin-bottom: -12rem !important;
    }
    .ml-lg-n12,
    .mx-lg-n12 {
        margin-left: -12rem !important;
    }
    .m-lg-n15 {
        margin: -15rem !important;
    }
    .mt-lg-n15,
    .my-lg-n15 {
        margin-top: -15rem !important;
    }
    .mr-lg-n15,
    .mx-lg-n15 {
        margin-right: -15rem !important;
    }
    .mb-lg-n15,
    .my-lg-n15 {
        margin-bottom: -15rem !important;
    }
    .ml-lg-n15,
    .mx-lg-n15 {
        margin-left: -15rem !important;
    }
    .m-lg-ngrid {
        margin: -0.6875rem !important;
    }
    .mt-lg-ngrid,
    .my-lg-ngrid {
        margin-top: -0.6875rem !important;
    }
    .mr-lg-ngrid,
    .mx-lg-ngrid {
        margin-right: -0.6875rem !important;
    }
    .mb-lg-ngrid,
    .my-lg-ngrid {
        margin-bottom: -0.6875rem !important;
    }
    .ml-lg-ngrid,
    .mx-lg-ngrid {
        margin-left: -0.6875rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1600px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 1rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 1rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 1rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 1rem !important;
    }
    .m-xl-2 {
        margin: 2rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 2rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 2rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 2rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 2rem !important;
    }
    .m-xl-3 {
        margin: 3rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 3rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 3rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 3rem !important;
    }
    .m-xl-4 {
        margin: 4rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 4rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 4rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 4rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 4rem !important;
    }
    .m-xl-5 {
        margin: 5rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 5rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 5rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 5rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 5rem !important;
    }
    .m-xl-6 {
        margin: 6rem !important;
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 6rem !important;
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 6rem !important;
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 6rem !important;
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 6rem !important;
    }
    .m-xl-7 {
        margin: 7rem !important;
    }
    .mt-xl-7,
    .my-xl-7 {
        margin-top: 7rem !important;
    }
    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 7rem !important;
    }
    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 7rem !important;
    }
    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 7rem !important;
    }
    .m-xl-8 {
        margin: 8rem !important;
    }
    .mt-xl-8,
    .my-xl-8 {
        margin-top: 8rem !important;
    }
    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 8rem !important;
    }
    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 8rem !important;
    }
    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 8rem !important;
    }
    .m-xl-9 {
        margin: 9rem !important;
    }
    .mt-xl-9,
    .my-xl-9 {
        margin-top: 9rem !important;
    }
    .mr-xl-9,
    .mx-xl-9 {
        margin-right: 9rem !important;
    }
    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 9rem !important;
    }
    .ml-xl-9,
    .mx-xl-9 {
        margin-left: 9rem !important;
    }
    .m-xl-10 {
        margin: 10rem !important;
    }
    .mt-xl-10,
    .my-xl-10 {
        margin-top: 10rem !important;
    }
    .mr-xl-10,
    .mx-xl-10 {
        margin-right: 10rem !important;
    }
    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 10rem !important;
    }
    .ml-xl-10,
    .mx-xl-10 {
        margin-left: 10rem !important;
    }
    .m-xl-12 {
        margin: 12rem !important;
    }
    .mt-xl-12,
    .my-xl-12 {
        margin-top: 12rem !important;
    }
    .mr-xl-12,
    .mx-xl-12 {
        margin-right: 12rem !important;
    }
    .mb-xl-12,
    .my-xl-12 {
        margin-bottom: 12rem !important;
    }
    .ml-xl-12,
    .mx-xl-12 {
        margin-left: 12rem !important;
    }
    .m-xl-15 {
        margin: 15rem !important;
    }
    .mt-xl-15,
    .my-xl-15 {
        margin-top: 15rem !important;
    }
    .mr-xl-15,
    .mx-xl-15 {
        margin-right: 15rem !important;
    }
    .mb-xl-15,
    .my-xl-15 {
        margin-bottom: 15rem !important;
    }
    .ml-xl-15,
    .mx-xl-15 {
        margin-left: 15rem !important;
    }
    .m-xl-grid {
        margin: 0.6875rem !important;
    }
    .mt-xl-grid,
    .my-xl-grid {
        margin-top: 0.6875rem !important;
    }
    .mr-xl-grid,
    .mx-xl-grid {
        margin-right: 0.6875rem !important;
    }
    .mb-xl-grid,
    .my-xl-grid {
        margin-bottom: 0.6875rem !important;
    }
    .ml-xl-grid,
    .mx-xl-grid {
        margin-left: 0.6875rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 1rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 1rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 1rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 1rem !important;
    }
    .p-xl-2 {
        padding: 2rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 2rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 2rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 2rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 2rem !important;
    }
    .p-xl-3 {
        padding: 3rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 3rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 3rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 3rem !important;
    }
    .p-xl-4 {
        padding: 4rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 4rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 4rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 4rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 4rem !important;
    }
    .p-xl-5 {
        padding: 5rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 5rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 5rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 5rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 5rem !important;
    }
    .p-xl-6 {
        padding: 6rem !important;
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 6rem !important;
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 6rem !important;
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 6rem !important;
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 6rem !important;
    }
    .p-xl-7 {
        padding: 7rem !important;
    }
    .pt-xl-7,
    .py-xl-7 {
        padding-top: 7rem !important;
    }
    .pr-xl-7,
    .px-xl-7 {
        padding-right: 7rem !important;
    }
    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 7rem !important;
    }
    .pl-xl-7,
    .px-xl-7 {
        padding-left: 7rem !important;
    }
    .p-xl-8 {
        padding: 8rem !important;
    }
    .pt-xl-8,
    .py-xl-8 {
        padding-top: 8rem !important;
    }
    .pr-xl-8,
    .px-xl-8 {
        padding-right: 8rem !important;
    }
    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 8rem !important;
    }
    .pl-xl-8,
    .px-xl-8 {
        padding-left: 8rem !important;
    }
    .p-xl-9 {
        padding: 9rem !important;
    }
    .pt-xl-9,
    .py-xl-9 {
        padding-top: 9rem !important;
    }
    .pr-xl-9,
    .px-xl-9 {
        padding-right: 9rem !important;
    }
    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 9rem !important;
    }
    .pl-xl-9,
    .px-xl-9 {
        padding-left: 9rem !important;
    }
    .p-xl-10 {
        padding: 10rem !important;
    }
    .pt-xl-10,
    .py-xl-10 {
        padding-top: 10rem !important;
    }
    .pr-xl-10,
    .px-xl-10 {
        padding-right: 10rem !important;
    }
    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 10rem !important;
    }
    .pl-xl-10,
    .px-xl-10 {
        padding-left: 10rem !important;
    }
    .p-xl-12 {
        padding: 12rem !important;
    }
    .pt-xl-12,
    .py-xl-12 {
        padding-top: 12rem !important;
    }
    .pr-xl-12,
    .px-xl-12 {
        padding-right: 12rem !important;
    }
    .pb-xl-12,
    .py-xl-12 {
        padding-bottom: 12rem !important;
    }
    .pl-xl-12,
    .px-xl-12 {
        padding-left: 12rem !important;
    }
    .p-xl-15 {
        padding: 15rem !important;
    }
    .pt-xl-15,
    .py-xl-15 {
        padding-top: 15rem !important;
    }
    .pr-xl-15,
    .px-xl-15 {
        padding-right: 15rem !important;
    }
    .pb-xl-15,
    .py-xl-15 {
        padding-bottom: 15rem !important;
    }
    .pl-xl-15,
    .px-xl-15 {
        padding-left: 15rem !important;
    }
    .p-xl-grid {
        padding: 0.6875rem !important;
    }
    .pt-xl-grid,
    .py-xl-grid {
        padding-top: 0.6875rem !important;
    }
    .pr-xl-grid,
    .px-xl-grid {
        padding-right: 0.6875rem !important;
    }
    .pb-xl-grid,
    .py-xl-grid {
        padding-bottom: 0.6875rem !important;
    }
    .pl-xl-grid,
    .px-xl-grid {
        padding-left: 0.6875rem !important;
    }
    .m-xl-n1 {
        margin: -1rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -1rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -1rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -1rem !important;
    }
    .m-xl-n2 {
        margin: -2rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -2rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -2rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -2rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -2rem !important;
    }
    .m-xl-n3 {
        margin: -3rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -3rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -3rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -3rem !important;
    }
    .m-xl-n4 {
        margin: -4rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -4rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -4rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -4rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -4rem !important;
    }
    .m-xl-n5 {
        margin: -5rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -5rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -5rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -5rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -5rem !important;
    }
    .m-xl-n6 {
        margin: -6rem !important;
    }
    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -6rem !important;
    }
    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -6rem !important;
    }
    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -6rem !important;
    }
    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -6rem !important;
    }
    .m-xl-n7 {
        margin: -7rem !important;
    }
    .mt-xl-n7,
    .my-xl-n7 {
        margin-top: -7rem !important;
    }
    .mr-xl-n7,
    .mx-xl-n7 {
        margin-right: -7rem !important;
    }
    .mb-xl-n7,
    .my-xl-n7 {
        margin-bottom: -7rem !important;
    }
    .ml-xl-n7,
    .mx-xl-n7 {
        margin-left: -7rem !important;
    }
    .m-xl-n8 {
        margin: -8rem !important;
    }
    .mt-xl-n8,
    .my-xl-n8 {
        margin-top: -8rem !important;
    }
    .mr-xl-n8,
    .mx-xl-n8 {
        margin-right: -8rem !important;
    }
    .mb-xl-n8,
    .my-xl-n8 {
        margin-bottom: -8rem !important;
    }
    .ml-xl-n8,
    .mx-xl-n8 {
        margin-left: -8rem !important;
    }
    .m-xl-n9 {
        margin: -9rem !important;
    }
    .mt-xl-n9,
    .my-xl-n9 {
        margin-top: -9rem !important;
    }
    .mr-xl-n9,
    .mx-xl-n9 {
        margin-right: -9rem !important;
    }
    .mb-xl-n9,
    .my-xl-n9 {
        margin-bottom: -9rem !important;
    }
    .ml-xl-n9,
    .mx-xl-n9 {
        margin-left: -9rem !important;
    }
    .m-xl-n10 {
        margin: -10rem !important;
    }
    .mt-xl-n10,
    .my-xl-n10 {
        margin-top: -10rem !important;
    }
    .mr-xl-n10,
    .mx-xl-n10 {
        margin-right: -10rem !important;
    }
    .mb-xl-n10,
    .my-xl-n10 {
        margin-bottom: -10rem !important;
    }
    .ml-xl-n10,
    .mx-xl-n10 {
        margin-left: -10rem !important;
    }
    .m-xl-n12 {
        margin: -12rem !important;
    }
    .mt-xl-n12,
    .my-xl-n12 {
        margin-top: -12rem !important;
    }
    .mr-xl-n12,
    .mx-xl-n12 {
        margin-right: -12rem !important;
    }
    .mb-xl-n12,
    .my-xl-n12 {
        margin-bottom: -12rem !important;
    }
    .ml-xl-n12,
    .mx-xl-n12 {
        margin-left: -12rem !important;
    }
    .m-xl-n15 {
        margin: -15rem !important;
    }
    .mt-xl-n15,
    .my-xl-n15 {
        margin-top: -15rem !important;
    }
    .mr-xl-n15,
    .mx-xl-n15 {
        margin-right: -15rem !important;
    }
    .mb-xl-n15,
    .my-xl-n15 {
        margin-bottom: -15rem !important;
    }
    .ml-xl-n15,
    .mx-xl-n15 {
        margin-left: -15rem !important;
    }
    .m-xl-ngrid {
        margin: -0.6875rem !important;
    }
    .mt-xl-ngrid,
    .my-xl-ngrid {
        margin-top: -0.6875rem !important;
    }
    .mr-xl-ngrid,
    .mx-xl-ngrid {
        margin-right: -0.6875rem !important;
    }
    .mb-xl-ngrid,
    .my-xl-ngrid {
        margin-bottom: -0.6875rem !important;
    }
    .ml-xl-ngrid,
    .mx-xl-ngrid {
        margin-left: -0.6875rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: '';
    background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 1100px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1600px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #b7a48f !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #987e62 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #b7a48f !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #987e62 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important;
}

.text-black {
    color: #000 !important;
}

a.text-black:hover,
a.text-black:focus {
    color: black !important;
}

.text-off-black {
    color: #0d0d0d !important;
}

a.text-off-black:hover,
a.text-off-black:focus {
    color: black !important;
}

.text-dark-grey {
    color: #222222 !important;
}

a.text-dark-grey:hover,
a.text-dark-grey:focus {
    color: black !important;
}

.text-grey {
    color: #3c3c3c !important;
}

a.text-grey:hover,
a.text-grey:focus {
    color: #161616 !important;
}

.text-brown {
    color: #958778 !important;
}

a.text-brown:hover,
a.text-brown:focus {
    color: #6c6155 !important;
}

.text-beige {
    color: #b7a48f !important;
}

a.text-beige:hover,
a.text-beige:focus {
    color: #987e62 !important;
}

.text-grey-footer {
    color: #c1bab2 !important;
}

a.text-grey-footer:hover,
a.text-grey-footer:focus {
    color: #9f9488 !important;
}

.text-light-grey {
    color: #f0ede9 !important;
}

a.text-light-grey:hover,
a.text-light-grey:focus {
    color: #d1c8bc !important;
}

.text-white {
    color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
    color: #d9d9d9 !important;
}

.text-red {
    color: #b7a48f !important;
}

a.text-red:hover,
a.text-red:focus {
    color: #987e62 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex='-1']:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #b7a48f;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #987e62;
    text-decoration: underline;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role='button'] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 0.34375rem;
    padding-left: 0.34375rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 1100px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1600px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.34375rem;
    margin-left: -0.34375rem;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0.34375rem;
    padding-left: 0.34375rem;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1100px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1600px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
    font-family: 'swiper-icons';
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA')
        format('woff');
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}
a.badge:hover,
a.badge:focus {
    text-decoration: none;
}
.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #212529;
    background-color: #b7a48f;
}
a.badge-primary:hover,
a.badge-primary:focus {
    color: #212529;
    background-color: #a38b70;
}
a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(183, 164, 143, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}
a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}
a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}
a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}
a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}
a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #212529;
    background-color: #b7a48f;
}
a.badge-danger:hover,
a.badge-danger:focus {
    color: #212529;
    background-color: #a38b70;
}
a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(183, 164, 143, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}
a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}
a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}
a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-black {
    color: #fff;
    background-color: #000;
}
a.badge-black:hover,
a.badge-black:focus {
    color: #fff;
    background-color: black;
}
a.badge-black:focus,
a.badge-black.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-off-black {
    color: #fff;
    background-color: #0d0d0d;
}
a.badge-off-black:hover,
a.badge-off-black:focus {
    color: #fff;
    background-color: black;
}
a.badge-off-black:focus,
a.badge-off-black.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(13, 13, 13, 0.5);
}

.badge-dark-grey {
    color: #fff;
    background-color: #222222;
}
a.badge-dark-grey:hover,
a.badge-dark-grey:focus {
    color: #fff;
    background-color: #090909;
}
a.badge-dark-grey:focus,
a.badge-dark-grey.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}

.badge-grey {
    color: #fff;
    background-color: #3c3c3c;
}
a.badge-grey:hover,
a.badge-grey:focus {
    color: #fff;
    background-color: #232323;
}
a.badge-grey:focus,
a.badge-grey.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
}

.badge-brown {
    color: #fff;
    background-color: #958778;
}
a.badge-brown:hover,
a.badge-brown:focus {
    color: #fff;
    background-color: #7a6d60;
}
a.badge-brown:focus,
a.badge-brown.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(149, 135, 120, 0.5);
}

.badge-beige {
    color: #212529;
    background-color: #b7a48f;
}
a.badge-beige:hover,
a.badge-beige:focus {
    color: #212529;
    background-color: #a38b70;
}
a.badge-beige:focus,
a.badge-beige.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(183, 164, 143, 0.5);
}

.badge-grey-footer {
    color: #212529;
    background-color: #c1bab2;
}
a.badge-grey-footer:hover,
a.badge-grey-footer:focus {
    color: #212529;
    background-color: #aaa196;
}
a.badge-grey-footer:focus,
a.badge-grey-footer.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(193, 186, 178, 0.5);
}

.badge-light-grey {
    color: #212529;
    background-color: #f0ede9;
}
a.badge-light-grey:hover,
a.badge-light-grey:focus {
    color: #212529;
    background-color: #dbd4cb;
}
a.badge-light-grey:focus,
a.badge-light-grey.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(240, 237, 233, 0.5);
}

.badge-white {
    color: #212529;
    background-color: #fff;
}
a.badge-white:hover,
a.badge-white:focus {
    color: #212529;
    background-color: #e6e6e6;
}
a.badge-white:focus,
a.badge-white.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-red {
    color: #212529;
    background-color: #b7a48f;
}
a.badge-red:hover,
a.badge-red:focus {
    color: #212529;
    background-color: #a38b70;
}
a.badge-red:focus,
a.badge-red.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(183, 164, 143, 0.5);
}

/*
*	Custom utilities
*/
/*
*  Resets
*/
/*
* Hover transition but not on touch device
*/
/*
*  Custom media queries
*/
/* Quick contexts for fonts */
/*
* Builder spacing defaults
*/
.page-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

/*
Sections
*/
.page-section.mt-default {
    /* All sections have default margin-top */
    /* Except first section has a special margin-top (under header) */
    /* Make sure there is no margin-top on first section if section has bg */
    /* Make sure there is no margin-top on section with a bg following a section with a bg */
}
@media (max-width: 767.98px) {
    .page-section.mt-default {
        margin-top: 2rem;
    }
}
@media (min-width: 768px) {
    .page-section.mt-default {
        margin-top: 4rem;
    }
}
@media (max-width: 767.98px) {
    .page-section.mt-default:first-child {
        margin-top: 0rem;
    }
}
@media (min-width: 768px) {
    .page-section.mt-default:first-child {
        margin-top: 0rem;
    }
}
.page-section.mt-default[class*='bg-'] + .page-section.mt-default[class*='bg-'],
.page-section.mt-default[class*='bg-']:first-child {
    margin-top: 0;
}

@media (min-width: 768px) {
    .page-section.mt-md-default {
        margin-top: 4rem !important;
    }
}

.page-section.mb-default {
    /* Add special margin-bottom on last section (before footer)*/
    /* Except if last section has bg */
}
@media (max-width: 767.98px) {
    .page-section.mb-default:last-child {
        margin-bottom: 3.125rem;
    }
}
@media (min-width: 768px) {
    .page-section.mb-default:last-child {
        margin-bottom: 6.25rem;
    }
}
.page-section.mb-default[class*='bg-']:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .page-section.mb-md-default {
        margin-bottom: 4rem !important;
    }
}

.page-section:not([class*='pt-']),
.page-section.pt-default {
    /* Add default padding-top to sections with background */
}
@media (max-width: 767.98px) {
    .page-section:not([class*='pt-'])[class*='bg-'],
    .page-section.pt-default[class*='bg-'] {
        padding-top: 3rem;
    }
}
@media (min-width: 768px) {
    .page-section:not([class*='pt-'])[class*='bg-'],
    .page-section.pt-default[class*='bg-'] {
        padding-top: 4rem;
    }
}

.page-section:not([class*='pb-']),
.page-section.pb-default {
    /* Add default padding-bottom to sections with background */
}
@media (max-width: 767.98px) {
    .page-section:not([class*='pb-'])[class*='bg-'],
    .page-section.pb-default[class*='bg-'] {
        padding-bottom: 3rem;
    }
}
@media (min-width: 768px) {
    .page-section:not([class*='pb-'])[class*='bg-'],
    .page-section.pb-default[class*='bg-'] {
        padding-bottom: 4rem;
    }
}

.page-section[class*='bg-'] + .page-section.mt-default[class*='bg-'] {
    margin-top: 0;
}

/*
Rows
*/
.page-section {
    /* All rows have default margin top */
    /* Except first row of first section */
}
@media (max-width: 767.98px) {
    .page-section div[class*='container'] > .row.mt-default,
    .page-section > .row.mt-default {
        margin-top: 2rem;
    }
}
@media (min-width: 768px) {
    .page-section div[class*='container'] > .row.mt-default,
    .page-section > .row.mt-default {
        margin-top: 3rem;
    }
}
.page-section div[class*='container']:first-child > .row.mt-default:first-child,
.page-section > .row.mt-default:first-child {
    margin-top: 0;
}

/* Also, if first row of first section is not in a container (break container) and has a bg, remove margin-top on first section */
@media (max-width: 767.98px) {
    .page-section:first-child > .row.mt-default:first-child[class*='bg-'] {
        margin-top: calc(0rem * -1);
    }
}

@media (min-width: 768px) {
    .page-section:first-child > .row.mt-default:first-child[class*='bg-'] {
        margin-top: calc(0rem * -1);
    }
}

/* Also, if last row of last section is not in a container (break container) and has a bg, remove margin-bottom on last section */
@media (max-width: 767.98px) {
    .page-section:last-child > .row.mb-default:last-child[class*='bg-'] {
        margin-bottom: calc(3.125rem * -1);
    }
}

@media (min-width: 768px) {
    .page-section:last-child > .row.mb-default:last-child[class*='bg-'] {
        margin-bottom: calc(6.25rem * -1);
    }
}

/* Add margin between columns on mobile */
@media (max-width: 767.98px) {
    .page-section .row .col + .col {
        margin-top: 2rem;
    }
}

/*
Tabs
*/
.tabs {
    /* Do not apply special margins (header/footer) to tabs */
}
.tabs .page-section.mt-default:first-child {
    margin-top: 0;
}
@media (max-width: 767.98px) {
    .tabs .page-section.mt-default:first-child {
        padding-top: 2rem;
    }
}
@media (min-width: 768px) {
    .tabs .page-section.mt-default:first-child {
        padding-top: 4rem;
    }
}
.tabs .page-section.mb-default:last-child {
    margin-bottom: 0;
}

/*
*	Burger
*/
.burger {
    appearance: none;
    background-color: transparent;
    position: relative;
    width: 36px;
    height: 39px;
}
.burger__el {
    background-color: #000;
    transition: all 0.25s ease;
    position: absolute;
    width: calc(100% - 0px);
    height: 1px;
}
.burger__el--top {
    left: 0px;
    top: 13px;
}
.burger__el--middle {
    left: 0px;
    top: 19px;
}
.burger__el--bottom {
    left: 0px;
    top: 25px;
}
.burger[aria-expanded='true']:not(.burger--fixed) .burger__el--top,
.burger--close .burger__el--top {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    margin-top: 0;
}
.burger[aria-expanded='true']:not(.burger--fixed) .burger__el--middle,
.burger--close .burger__el--middle {
    opacity: 0;
    visibility: hidden;
}
.burger[aria-expanded='true']:not(.burger--fixed) .burger__el--bottom,
.burger--close .burger__el--bottom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-225deg);
    margin-top: 0;
}

.grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-column-gap: 0.6875rem;
}
@media (max-width: 767.98px) {
    .grid {
        grid-row-gap: 2.5rem;
    }
}
@media (min-width: 768px) {
    .grid {
        grid-row-gap: 5.625rem;
    }
}
.grid--col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid--col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid--col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid--col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid--col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid--col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
@media (max-width: 767.98px) {
    .grid--col-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 767.98px) {
    .grid--col-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 767.98px) {
    .grid--col-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 767.98px) {
    .grid--col-5 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 767.98px) {
    .grid--col-6 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media screen and (max-width: 500px) {
    .grid {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}

@media (min-width: 768px) {
    .carousel[data-carousel-md='1'] >  .grid {
        grid-template-columns: unset;
        grid-row-gap: unset;
        grid-column-gap: unset;
        display: flex;
    }
}

@media (max-width: 767.98px) {
    .carousel[data-carousel-sm='1'] > .grid {
        grid-template-columns: unset;
        grid-row-gap: unset;
        grid-column-gap: unset;
        display: flex;
    }
}

.tabs {
    position: relative;
}
.tabs__item {
    position: relative;
    display: inline-block;
    padding: 0;
}
.tabs__panels-list {
    position: relative;
    overflow: hidden;
}
.tabs__panels-list.transition {
    transition: height 0.275s ease;
}
.tabs__panel {
    outline: none;
}
.tabs__panel:focus {
    outline: none;
}
.tabs__panel[hidden] {
    display: block !important;
    height: 0;
    overflow: hidden;
}

/*
* Form elements
*/
.field {
    display: flex;
    position: relative;
    padding: 0;
    border-radius: 0;
    width: 100%;
    color: inherit;
    flex-direction: column;
}
.field__input:not([type='checkbox']):not([type='radio']):not([type='file']):not(select) {
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline: none;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 0 solid rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    padding: 0.5rem 0.9375rem;
    background-color: #fff;
    color: #0d0d0d;
}
.field__input:not([type='checkbox']):not([type='radio']):not([type='file']):not(select):focus {
    outline: none;
}
.field__input:not([type='checkbox']):not([type='radio']):not([type='file']):not(select):focus {
    border: 0 solid rgba(0, 0, 0, 0.14);
    background-color: #fff;
}
.field__input:not([type='checkbox']):not([type='radio']):not([type='file']):not(select):active {
    border: 0 solid rgba(0, 0, 0, 0.14);
    background: #fff;
}
.field__input:not([type='checkbox']):not([type='radio']):not([type='file']):not(select):disabled {
    pointer-events: none;
    color: #0d0d0d;
    opacity: 0.75;
}
.field__input:not([type='checkbox']):not([type='radio']),
.field .select {
    order: 2;
}
.field__label {
    order: 1;
}
.field--floating .field__label {
    user-select: none;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5rem 0.9375rem;
    border: 0 solid rgba(0, 0, 0, 0.07);
    border-color: transparent;
}
.field__submit,
.field__previous,
.field__next {
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline: none;
    user-select: none;
    display: block;
    border: 0 solid rgba(0, 0, 0, 0.07);
    background: #958778;
    padding: 0.5rem;
    color: inherit;
    border-radius: 0;
}
.field__submit:focus,
.field__previous:focus,
.field__next:focus {
    outline: none;
}
.field__submit:hover,
.field__previous:hover,
.field__next:hover {
    border: 0 solid rgba(0, 0, 0, 0.07);
    background: #958778;
    color: inherit;
}
.field__submit:focus,
.field__previous:focus,
.field__next:focus {
    border: 0 solid rgba(0, 0, 0, 0.07);
    background: #958778;
    color: inherit;
}
.field__submit:active,
.field__previous:active,
.field__next:active {
    border: 0 solid rgba(0, 0, 0, 0.07);
    background: #958778;
    color: inherit;
}
.field__submit:disabled,
.field__previous:disabled,
.field__next:disabled {
    pointer-events: none;
    color: inherit;
    opacity: 0.75;
}
.field--type-true_false,
.field--type-checkbox {
    cursor: pointer;
    flex-direction: row;
    align-items: center;
}
.field--type-true_false .field__input,
.field--type-checkbox .field__input {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
}
.field--type-true_false .field__input + span,
.field--type-checkbox .field__input + span {
    position: relative;
    display: inline-block;
    border: 0 solid rgba(0, 0, 0, 0.07);
    border-radius: 0;
    background: #fff;
    width: 1rem;
    height: 1rem;
    margin-right: 0.625rem;
    flex-shrink: 0;
}
.field--type-true_false .field__input + span::after,
.field--type-checkbox .field__input + span::after {
    content: '';
    display: none;
    background: #fff;
    font-size: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.field--type-true_false .field__input:checked + span,
.field--type-checkbox .field__input:checked + span {
    border: 0 solid rgba(0, 0, 0, 0.07);
    background: #fff;
}
.field--type-true_false .field__input:checked + span::after,
.field--type-checkbox .field__input:checked + span::after {
    display: inline-block;
}
.field--type-true_false .field__input:focus + span,
.field--type-checkbox .field__input:focus + span {
    border: 0 solid rgba(0, 0, 0, 0.14);
    background: #fff;
}
.field--type-true_false .field__input:focus::after,
.field--type-checkbox .field__input:focus::after {
    display: block;
}
.field--type-true_false .field__input:focus:checked + span,
.field--type-checkbox .field__input:focus:checked + span {
    border: 0 solid rgba(0, 0, 0, 0.14);
    background: #fff;
}
.field--type-true_false .field__input:focus:checked::after,
.field--type-checkbox .field__input:focus:checked::after {
    display: block;
}
.field--type-radio {
    flex-direction: row;
    align-items: center;
}
.field--type-radio .field__input {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
}
.field--type-radio .field__input + span {
    position: relative;
    display: inline-block;
    border: 0 solid rgba(0, 0, 0, 0.07);
    border-radius: 0;
    background: #fff;
    width: 1rem;
    height: 1rem;
    margin-right: 0.625rem;
    flex-shrink: 0;
}
.field--type-radio .field__input + span::after {
    content: '';
    display: none;
    background: #fff;
    font-size: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.field--type-radio .field__input:checked + span {
    border: 0 solid rgba(0, 0, 0, 0.07);
    background: #fff;
}
.field--type-radio .field__input:checked + span::after {
    display: inline-block;
}
.field--type-radio .field__input:focus + span {
    border: 0 solid rgba(0, 0, 0, 0.14);
    background: #fff;
}
.field--type-radio .field__input:focus::after {
    display: block;
}
.field--type-radio .field__input:focus:checked + span {
    border: 0 solid rgba(0, 0, 0, 0.14);
    background: #fff;
}
.field--type-radio .field__input:focus:checked::after {
    display: block;
}
.field--type-radio .field__input + span {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}
.field--type-radio .field__input:checked + span::after {
    content: '';
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background: #b7a48f;
    border-radius: 50%;
}

.field-options .field--type-radio,
.field-options .field--type-checkbox {
    cursor: pointer;
}

@media (min-width: 768px) {
    .field-options--horizontal {
        display: flex;
        flex-direction: row;
        flex-flow: wrap;
        margin-top: 0.375rem;
    }
    .field-options--horizontal .field--type-radio,
    .field-options--horizontal .field--type-checkbox {
        width: auto;
        margin-right: 1rem;
        margin-left: 0;
    }
    .field-options--horizontal .field--type-radio:last-child,
    .field-options--horizontal .field--type-checkbox:last-child {
        margin-right: 0;
    }
}

.form-tabs,
.steps-nav-container {
    display: flex;
}

.field-error,
.form-error {
    color: #b7a48f;
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}
.field-error--remove,
.form-error--remove {
    display: none;
}

/* Default state */
.repeater-container__remove-btn {
    display: none;
}

.ui-datepicker {
    border: 0 solid rgba(0, 0, 0, 0.07);
    background: #fff;
    padding: 0.6rem 1rem 1rem;
    transform: translateY(-1px);
    user-select: none;
    width: 100%;
    max-width: 18.75rem;
    display: none;
    color: inherit;
}
.ui-datepicker-title {
    text-align: center;
}
.ui-datepicker-prev {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
    text-align: center;
    font-family: sans-serif;
}
.ui-datepicker-prev:hover {
    text-decoration: none;
}
.ui-datepicker-prev.ui-state-disabled {
    opacity: 0.25;
    pointer-events: none;
}
.ui-datepicker-next {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
    text-align: center;
    font-family: sans-serif;
}
.ui-datepicker-next:hover {
    text-decoration: none;
}
.ui-datepicker-next.ui-state-disabled {
    opacity: 0.25;
    pointer-events: none;
}
.ui-datepicker-month {
    text-transform: capitalize;
}
.ui-datepicker-calendar {
    width: 100%;
    margin-top: 0.5rem;
}
.ui-datepicker-calendar thead th {
    text-align: center;
}
.ui-datepicker-calendar tbody td {
    text-align: center;
}
.ui-datepicker-calendar tbody td a {
    color: inherit;
    display: block;
}
.ui-datepicker-calendar tbody td a:hover {
    background: #fff;
    color: inherit;
    text-decoration: none;
}
.ui-datepicker-calendar tbody td a:focus {
    background: #fff;
    color: inherit;
    outline: 0;
}
.ui-datepicker-calendar tbody td a:active,
.ui-datepicker-calendar tbody td a.ui-state-active {
    background: #fff;
    color: inherit;
}
.ui-datepicker-calendar tbody td.ui-state-disabled {
    opacity: 0.25;
}
.ui-datepicker-calendar tbody td span {
    display: block;
}

/*
*  Select element
*/
.select {
    -webkit-touch-callout: none;
    cursor: pointer;
    display: block;
    position: relative;
    user-select: none;
    color: inherit;
}
.select select {
    display: none !important;
}
.select__selected {
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline: none;
    position: relative;
    display: block;
    width: 100%;
    border: 0 solid rgba(0, 0, 0, 0.07);
    padding: 0.5rem 0.9375rem;
    background-color: #fff;
    border-radius: 3px;
    color: inherit;
}
.select__selected:focus {
    outline: none;
}
.select__selected::after {
    content: '▾';
    font-family: sans-serif;
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    line-height: 0.75rem;
    text-align: center;
    position: absolute;
    right: 1.25rem;
    top: calc(50% - 0.375rem);
    transform: rotate(0deg);
    pointer-events: none;
}
.select__selected:focus {
    outline: 0;
    border: 0 solid rgba(0, 0, 0, 0.14);
    background-color: #fff;
}
.select__selected:active {
    outline: 0;
    border: 0 solid rgba(0, 0, 0, 0.14);
    background: #fff;
}
.select__options {
    position: absolute;
    display: none;
    width: 100%;
    border: 0 solid rgba(0, 0, 0, 0.07);
    background-color: #fff;
    z-index: 99;
    overflow: hidden;
}
.select__options ul {
    padding-left: 0;
    list-style: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 10rem;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.select__options ul::-webkit-scrollbar {
    display: none;
}
.select__options ul li {
    padding: 0.25rem 0.9375rem !important;
    color: inherit;
    cursor: pointer;
}
.text-content .select__options ul li {
    /* Fix for form included inside .text-content */
    padding: 0.25rem 0.9375rem !important;
}
.select__options ul li:focus,
.select__options ul li:hover {
    background-color: #b7a48f;
    color: inherit;
    outline: 0;
}
.select__options ul li:active {
    background-color: #fff;
    color: inherit;
    outline: 0;
}
.select__options ul li.disabled {
    opacity: 0.25;
    pointer-events: none;
    cursor: default;
}
.select--opened:not(.select--upward) .select__selected::after {
    transform: rotate(180deg);
}
.select--opened:not(.select--upward) .select__options {
    display: block;
    top: calc(100% - 1px);
}
.select--opened.select--upward .select__selected::after {
    transform: rotate(180deg);
}
.select--opened.select--upward .select__options {
    display: block;
    bottom: calc(100% - 1px);
}
.select.select--upward .select__options,
.select.select--upward:not(.select--opened) .select__options {
    top: auto !important;
    bottom: calc(100% - 1px) !important;
}
.select.disabled {
    pointer-events: none;
    opacity: 0.75;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
    font-family: 'swiper-icons';
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA')
        format('woff');
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

/*
* Carousel
*/
.carousel-gutter-sizer {
    position: absolute;
    display: block;
    height: 1px;
    width: 0.6875rem;
    visibility: hidden;
}

.carousel {
    position: relative;
}
.carousel__container {
    position: relative;
}
.carousel__toolbar {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-pagination-bullet {
    display: block;
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    background: #adb5bd;
    margin: 0 0.375rem;
}
.swiper-pagination-bullet-active {
    background: #000;
    border: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-button-prev,
.swiper-button-next {
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: block;
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
}

.swiper-button-prev {
    margin-right: 0.6875rem;
}

.swiper-button-next {
    margin-left: 0.6875rem;
}

.swiper-scrollbar {
    width: 100%;
    height: 1rem;
    position: relative;
}
.swiper-scrollbar::after {
    content: '';
    display: block;
    position: absolute;
    top: 0.4375rem;
    left: 0;
    width: 100%;
    height: calc(100% - 0.875rem);
    background-color: #b7a48f;
    border-radius: 0;
}
.swiper-scrollbar-drag {
    cursor: pointer;
    position: relative;
    height: 100%;
    z-index: 1;
}
.swiper-scrollbar-drag::after {
    content: '';
    display: block;
    position: absolute;
    top: 0.4375rem;
    left: 0;
    width: 100%;
    height: calc(100% - 0.875rem);
    background-color: #958778;
    border-radius: 0;
}

.scroller {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 100%;
}
.scroller--horizontal {
    max-height: none;
    max-width: 100%;
}
.scroller--horizontal + .scroller__scrollbar {
    top: auto;
    right: auto;
    bottom: 0px;
    left: 0px;
    height: 14px;
    width: 100%;
}
.scroller--horizontal + .scroller__scrollbar .scroller__scrollbar__thumb {
    top: auto;
    bottom: 0;
    height: 100%;
    width: 25%;
    min-width: 35%;
    max-width: 75%;
    min-height: 0;
    max-height: none;
}
.scroller--horizontal + .scroller__scrollbar .scroller__scrollbar__thumb::after {
    top: 4px;
    right: 6px;
    bottom: 4px;
    left: 6px;
}
.scroller__container {
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.scroller__container * {
    box-sizing: inherit;
}
.scroller__scrollbar {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 14px;
    background: transparent;
}
.scroller__scrollbar__thumb {
    position: absolute;
    cursor: pointer;
    user-select: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    min-height: 35%;
    max-height: 75%;
    opacity: 0.5;
    transition: opacity 0.25s ease;
}
.scroller__scrollbar__thumb::after {
    position: absolute;
    display: block;
    content: '';
    top: 6px;
    left: 4px;
    right: 4px;
    bottom: 6px;
    transition: all 0.25s ease;
    background-color: #222222;
    border-radius: 3px;
}
.scroller__scrollbar--active .scroller__scrollbar__thumb {
    opacity: 0.5;
}
.scroller__scrollbar:hover .scroller__scrollbar__thumb,
.scroller__scrollbar--dragging .scroller__scrollbar__thumb {
    opacity: 0.75;
}
.scroller__scrollbar:hover .scroller__scrollbar__thumb::after,
.scroller__scrollbar--dragging .scroller__scrollbar__thumb::after {
    background-color: #222222;
}

.featured-message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    z-index: 9999;
}
.featured-message[aria-hidden='true'] {
    display: none;
}
.featured-message__container {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: absolute;
}
.featured-message__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
}
.featured-message__content {
    height: 100%;
}

/*
*	Custom utilities
*/
/*
*  Custom post type loop and cards
*/
/* Font families */
/* Fall back after removing cormorant */
/* Available fonts */
/* Heading styles */
/* Text styles */
/* Lists */
/*
* Buttons
*/
button {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
}
button:hover {
    text-decoration: none;
}
button:focus {
    outline: none;
}

/* Icons */
/* Icon font */
@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?f124bcf3-1');
    src:
        url('../font/fontello.eot?f124bcf3-1#iefix') format('embedded-opentype'),
        url('../font/fontello.woff2?f124bcf3-1') format('woff2'),
        url('../font/fontello.woff?f124bcf3-1') format('woff'),
        url('../font/fontello.ttf?f124bcf3-1') format('truetype'),
        url('../font/fontello.svg?f124bcf3-1#icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Icon mixins */
[class^='icon-']::before,
[class*=' icon-']::before {
    display: inline;
    font-family: 'fontello';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 0.2em;
    margin-right: 0.2em;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
}

.icon-angle-right::before {
    content: '';
}

.icon-mail::before {
    content: '';
}

.icon-phone::before {
    content: '';
}

.icon-arrow::before {
    content: '';
}

.icon-search::before {
    content: '';
}

.icon-angle-left::before {
    content: '';
}

.icon-close::before {
    content: '';
}

.icon-angle-right-bold::before {
    content: '';
}

.icon-angle-left-bold::before {
    content: '';
}

.icon-twitter::before {
    content: '';
}

.icon-facebook-1::before {
    content: '';
}

.icon-pinterest-circled::before {
    content: '';
}

.icon-linkedin::before {
    content: '';
}

.icon-youtube::before {
    content: '';
}

.icon-instagram::before {
    content: '';
}

.icon-facebook::before {
    content: '';
}

/*
*  General body styles
*/
html,
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    background: #f0ede9;
    color: #000;
    border-color: #000;
    --secondary-color: #000;
}

@media (max-width: 767.98px) {
    html,
    body {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1099.98px) {
    html,
    body {
        font-size: 14px;
    }
}

@media (min-width: 1100px) {
    html,
    body {
        font-size: 16px;
    }
}

@media (min-width: 1600px) {
    html,
    body {
        font-size: 17px;
    }
}

::selection {
    background-color: #b7a48f;
    color: #fff;
}

.app {
    display: flex;
    flex-direction: column;
    min-width: 320px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.app footer {
    margin-top: auto;
}

/*
*  Containers
*/
.container {
    width: 100%;
    max-width: 90.0625rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    --padding-right: 3.75rem;
    --padding-left: 3.75rem;
    margin-right: auto;
    margin-left: auto;
    --margin-offset: 0px;
}
@media (min-width: 1441px) {
    .container {
        --margin-offset: calc((100vw - 90.0625rem) / 2);
    }
}

@media (max-width: 1599.98px) and (min-width: 1441px) {
    .container {
        --margin-offset: calc((100vw - 1441px) / 2);
    }
}

@media (max-width: 1099.98px) and (min-width: 1260.875px) {
    .container {
        --margin-offset: calc((100vw - 1260.875px) / 2);
    }
}
@media (max-width: 767.98px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        --padding-right: 1.5rem;
        --padding-left: 1.5rem;
    }
}
@media (max-width: 767.98px) and (min-width: 1441px) {
    .container {
        --margin-offset: calc((100vw - 1441px) / 2);
    }
}

.container-md {
    width: 100%;
    max-width: 62.3125rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    --padding-right: 3.75rem;
    --padding-left: 3.75rem;
    margin-right: auto;
    margin-left: auto;
    --margin-offset: 0px;
}
@media (min-width: 997px) {
    .container-md {
        --margin-offset: calc((100vw - 62.3125rem) / 2);
    }
}

@media (max-width: 1599.98px) and (min-width: 997px) {
    .container-md {
        --margin-offset: calc((100vw - 997px) / 2);
    }
}

@media (max-width: 1099.98px) and (min-width: 872.375px) {
    .container-md {
        --margin-offset: calc((100vw - 872.375px) / 2);
    }
}
@media (max-width: 767.98px) {
    .container-md {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        --padding-right: 1.5rem;
        --padding-left: 1.5rem;
    }
}
@media (max-width: 767.98px) and (min-width: 997px) {
    .container-md {
        --margin-offset: calc((100vw - 997px) / 2);
    }
}

.container-sm {
    width: 100%;
    max-width: 43.9375rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    --padding-right: 3.75rem;
    --padding-left: 3.75rem;
    margin-right: auto;
    margin-left: auto;
    --margin-offset: 0px;
}
@media (min-width: 703px) {
    .container-sm {
        --margin-offset: calc((100vw - 43.9375rem) / 2);
    }
}

@media (max-width: 1599.98px) and (min-width: 703px) {
    .container-sm {
        --margin-offset: calc((100vw - 703px) / 2);
    }
}

@media (max-width: 1099.98px) and (min-width: 615.125px) {
    .container-sm {
        --margin-offset: calc((100vw - 615.125px) / 2);
    }
}
@media (max-width: 767.98px) {
    .container-sm {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        --padding-right: 1.5rem;
        --padding-left: 1.5rem;
    }
}
@media (max-width: 767.98px) and (min-width: 703px) {
    .container-sm {
        --margin-offset: calc((100vw - 703px) / 2);
    }
}

.container-full {
    width: 100%;
    max-width: 100%;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    --padding-right: 3.75rem;
    --padding-left: 3.75rem;
    margin-right: auto;
    margin-left: auto;
    --margin-offset: 0px;
    --margin-offset: calc((100vw - 100vw) / 2);
    width: 100%;
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
}
@media (max-width: 767.98px) {
    .container-full {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        --padding-right: 1.5rem;
        --padding-left: 1.5rem;
    }
}
@media (max-width: 767.98px) {
    .container-full {
        padding-left: 4.0625rem;
        padding-right: 4.0625rem;
    }
}

.container-full-xl {
    width: 100%;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

/*
*  Helpers and resets
*/
.picture {
    display: block;
    position: relative;
    overflow: hidden;
}
.picture img {
    opacity: 0;
    transition: opacity 0.25s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.no-js .picture img {
    opacity: 1;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
img.alignleft {
    float: left;
    margin: 0.25em 1em 0.5em 0;
}
img.alignright {
    float: right;
    margin: 0.25em 0 0.5em 1em;
}
img.aligncenter {
    margin: auto;
    clear: both;
}

figure {
    display: block;
    margin: 0;
    max-width: 100%;
    vertical-align: middle;
}
figure figcaption {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.625em;
    color: #958778;
    padding-top: 0.5rem;
}
body figure figcaption {
    font-size: 1rem;
}
@media (min-width: 768px) {
    body figure figcaption {
        font-size: 1rem;
    }
}
figure figcaption strong,
figure figcaption b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
figure figcaption a {
    color: #b7a48f;
}
figure figcaption a:hover {
    color: #fff;
}

button {
    cursor: pointer;
    appearance: none;
    border: 0;
}
button:active,
button:focus {
    outline: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul li {
    margin: 0;
    padding: 0;
}

/*
*  Visibility classes
*/
@media (max-width: 767.98px) {
    .desktop-only,
    .main-menu__item--desktop-only {
        display: none;
    }
}

@media (min-width: 768px) {
    .mobile-only {
        display: none;
    }
}

/*
*  Embed container
*/
.embed-container {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.default-spinner {
    font-style: normal;
    height: 100px;
    width: 100px;
    text-indent: -200px;
    overflow: hidden;
    display: block;
    margin: auto;
}
.default-spinner::before {
    content: '';
    height: 100px;
    width: 100px;
    display: block;
    background: url('../img/elements/spinner-palette.svg') no-repeat center;
    background-size: 100px;
}

.bg-light-grey .swiper-scrollbar::after {
    background-color: #f0ede9;
}

.row {
    position: relative;
}

.anchor-section {
    display: block;
    position: relative;
    top: -3.125rem;
    visibility: hidden;
}

.parallax-wrapper {
    height: 100%;
    width: 100%;
}

/* Color context */
.bg-black,
.bg-off-black,
.bg-dark-grey,
.bg-grey,
.bg-brown,
[class*='bg-image'] {
    color: #fff;
    border-color: #fff;
    --secondary-color: #b7a48f;
}

.contact-map {
    width: 100%;
    height: 31.25rem;
}

.row--border-top {
    border-top: 1px solid rgba(149, 135, 120, 0.5);
}
@media (max-width: 767.98px) {
    .row--border-top {
        padding-top: 2rem;
    }
}
@media (min-width: 768px) {
    .row--border-top {
        padding-top: 3rem;
    }
}

.row--border-bottom {
    border-bottom: 1px solid rgba(149, 135, 120, 0.5);
}
@media (max-width: 767.98px) {
    .row--border-bottom {
        padding-bottom: 2rem;
    }
}
@media (min-width: 768px) {
    .row--border-bottom {
        padding-bottom: 3rem;
    }
}

.page-section.border-top-bottom::before,
.page-section.border-top-bottom::after {
    content: '';
    width: 70vw;
    height: 1px;
    background-color: #3c3c3c;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.page-section.border-top-bottom::before {
    top: 0;
}

.page-section.border-top-bottom::after {
    bottom: 0;
}

@supports (-webkit-touch-callout: none) {
    .fix-parallax-bg {
        background-attachment: scroll !important;
    }
}

/*
*  Contexts
*/
/*
*  General page content
*/
/*
*  Editor content
*/
.text-content,
.card-banner {
    /* Fall back after removing cormorant */
}
.text-content > p + p,
.text-content > p + ul,
.text-content > p + ol,
.text-content > p + h1,
.text-content > p + h2,
.text-content > p + h3,
.text-content > p + h4,
.text-content > p + h5,
.text-content > p + h6,
.text-content > p > figure,
.text-content > p + picture,
.text-content > p > div,
.text-content > p + div,
.text-content > ul + p,
.text-content > ul + ul,
.text-content > ul + ol,
.text-content > ul + h1,
.text-content > ul + h2,
.text-content > ul + h3,
.text-content > ul + h4,
.text-content > ul + h5,
.text-content > ul + h6,
.text-content > ul > figure,
.text-content > ul + picture,
.text-content > ul > div,
.text-content > ul + div,
.text-content > ol + p,
.text-content > ol + ul,
.text-content > ol + ol,
.text-content > ol + h1,
.text-content > ol + h2,
.text-content > ol + h3,
.text-content > ol + h4,
.text-content > ol + h5,
.text-content > ol + h6,
.text-content > ol > figure,
.text-content > ol + picture,
.text-content > ol > div,
.text-content > ol + div,
.text-content > h1 + p,
.text-content > h1 + ul,
.text-content > h1 + ol,
.text-content > h1 + h1,
.text-content > h1 + h2,
.text-content > h1 + h3,
.text-content > h1 + h4,
.text-content > h1 + h5,
.text-content > h1 + h6,
.text-content > h1 > figure,
.text-content > h1 + picture,
.text-content > h1 > div,
.text-content > h1 + div,
.text-content > h2 + p,
.text-content > h2 + ul,
.text-content > h2 + ol,
.text-content > h2 + h1,
.text-content > h2 + h2,
.text-content > h2 + h3,
.text-content > h2 + h4,
.text-content > h2 + h5,
.text-content > h2 + h6,
.text-content > h2 > figure,
.text-content > h2 + picture,
.text-content > h2 > div,
.text-content > h2 + div,
.text-content > h3 + p,
.text-content > h3 + ul,
.text-content > h3 + ol,
.text-content > h3 + h1,
.text-content > h3 + h2,
.text-content > h3 + h3,
.text-content > h3 + h4,
.text-content > h3 + h5,
.text-content > h3 + h6,
.text-content > h3 > figure,
.text-content > h3 + picture,
.text-content > h3 > div,
.text-content > h3 + div,
.text-content > h4 + p,
.text-content > h4 + ul,
.text-content > h4 + ol,
.text-content > h4 + h1,
.text-content > h4 + h2,
.text-content > h4 + h3,
.text-content > h4 + h4,
.text-content > h4 + h5,
.text-content > h4 + h6,
.text-content > h4 > figure,
.text-content > h4 + picture,
.text-content > h4 > div,
.text-content > h4 + div,
.text-content > h5 + p,
.text-content > h5 + ul,
.text-content > h5 + ol,
.text-content > h5 + h1,
.text-content > h5 + h2,
.text-content > h5 + h3,
.text-content > h5 + h4,
.text-content > h5 + h5,
.text-content > h5 + h6,
.text-content > h5 > figure,
.text-content > h5 + picture,
.text-content > h5 > div,
.text-content > h5 + div,
.text-content > h6 + p,
.text-content > h6 + ul,
.text-content > h6 + ol,
.text-content > h6 + h1,
.text-content > h6 + h2,
.text-content > h6 + h3,
.text-content > h6 + h4,
.text-content > h6 + h5,
.text-content > h6 + h6,
.text-content > h6 > figure,
.text-content > h6 + picture,
.text-content > h6 > div,
.text-content > h6 + div,
.text-content > figure + p,
.text-content > figure + ul,
.text-content > figure + ol,
.text-content > figure + h1,
.text-content > figure + h2,
.text-content > figure + h3,
.text-content > figure + h4,
.text-content > figure + h5,
.text-content > figure + h6,
.text-content > figure > figure,
.text-content > figure + picture,
.text-content > figure > div,
.text-content > figure + div,
.text-content > picture + p,
.text-content > picture + ul,
.text-content > picture + ol,
.text-content > picture + h1,
.text-content > picture + h2,
.text-content > picture + h3,
.text-content > picture + h4,
.text-content > picture + h5,
.text-content > picture + h6,
.text-content > picture > figure,
.text-content > picture + picture,
.text-content > picture > div,
.text-content > picture + div,
.text-content > div + p,
.text-content > div + ul,
.text-content > div + ol,
.text-content > div + h1,
.text-content > div + h2,
.text-content > div + h3,
.text-content > div + h4,
.text-content > div + h5,
.text-content > div + h6,
.text-content > div > figure,
.text-content > div + picture,
.text-content > div > div,
.text-content > div + div,
.card-banner > p + p,
.card-banner > p + ul,
.card-banner > p + ol,
.card-banner > p + h1,
.card-banner > p + h2,
.card-banner > p + h3,
.card-banner > p + h4,
.card-banner > p + h5,
.card-banner > p + h6,
.card-banner > p > figure,
.card-banner > p + picture,
.card-banner > p > div,
.card-banner > p + div,
.card-banner > ul + p,
.card-banner > ul + ul,
.card-banner > ul + ol,
.card-banner > ul + h1,
.card-banner > ul + h2,
.card-banner > ul + h3,
.card-banner > ul + h4,
.card-banner > ul + h5,
.card-banner > ul + h6,
.card-banner > ul > figure,
.card-banner > ul + picture,
.card-banner > ul > div,
.card-banner > ul + div,
.card-banner > ol + p,
.card-banner > ol + ul,
.card-banner > ol + ol,
.card-banner > ol + h1,
.card-banner > ol + h2,
.card-banner > ol + h3,
.card-banner > ol + h4,
.card-banner > ol + h5,
.card-banner > ol + h6,
.card-banner > ol > figure,
.card-banner > ol + picture,
.card-banner > ol > div,
.card-banner > ol + div,
.card-banner > h1 + p,
.card-banner > h1 + ul,
.card-banner > h1 + ol,
.card-banner > h1 + h1,
.card-banner > h1 + h2,
.card-banner > h1 + h3,
.card-banner > h1 + h4,
.card-banner > h1 + h5,
.card-banner > h1 + h6,
.card-banner > h1 > figure,
.card-banner > h1 + picture,
.card-banner > h1 > div,
.card-banner > h1 + div,
.card-banner > h2 + p,
.card-banner > h2 + ul,
.card-banner > h2 + ol,
.card-banner > h2 + h1,
.card-banner > h2 + h2,
.card-banner > h2 + h3,
.card-banner > h2 + h4,
.card-banner > h2 + h5,
.card-banner > h2 + h6,
.card-banner > h2 > figure,
.card-banner > h2 + picture,
.card-banner > h2 > div,
.card-banner > h2 + div,
.card-banner > h3 + p,
.card-banner > h3 + ul,
.card-banner > h3 + ol,
.card-banner > h3 + h1,
.card-banner > h3 + h2,
.card-banner > h3 + h3,
.card-banner > h3 + h4,
.card-banner > h3 + h5,
.card-banner > h3 + h6,
.card-banner > h3 > figure,
.card-banner > h3 + picture,
.card-banner > h3 > div,
.card-banner > h3 + div,
.card-banner > h4 + p,
.card-banner > h4 + ul,
.card-banner > h4 + ol,
.card-banner > h4 + h1,
.card-banner > h4 + h2,
.card-banner > h4 + h3,
.card-banner > h4 + h4,
.card-banner > h4 + h5,
.card-banner > h4 + h6,
.card-banner > h4 > figure,
.card-banner > h4 + picture,
.card-banner > h4 > div,
.card-banner > h4 + div,
.card-banner > h5 + p,
.card-banner > h5 + ul,
.card-banner > h5 + ol,
.card-banner > h5 + h1,
.card-banner > h5 + h2,
.card-banner > h5 + h3,
.card-banner > h5 + h4,
.card-banner > h5 + h5,
.card-banner > h5 + h6,
.card-banner > h5 > figure,
.card-banner > h5 + picture,
.card-banner > h5 > div,
.card-banner > h5 + div,
.card-banner > h6 + p,
.card-banner > h6 + ul,
.card-banner > h6 + ol,
.card-banner > h6 + h1,
.card-banner > h6 + h2,
.card-banner > h6 + h3,
.card-banner > h6 + h4,
.card-banner > h6 + h5,
.card-banner > h6 + h6,
.card-banner > h6 > figure,
.card-banner > h6 + picture,
.card-banner > h6 > div,
.card-banner > h6 + div,
.card-banner > figure + p,
.card-banner > figure + ul,
.card-banner > figure + ol,
.card-banner > figure + h1,
.card-banner > figure + h2,
.card-banner > figure + h3,
.card-banner > figure + h4,
.card-banner > figure + h5,
.card-banner > figure + h6,
.card-banner > figure > figure,
.card-banner > figure + picture,
.card-banner > figure > div,
.card-banner > figure + div,
.card-banner > picture + p,
.card-banner > picture + ul,
.card-banner > picture + ol,
.card-banner > picture + h1,
.card-banner > picture + h2,
.card-banner > picture + h3,
.card-banner > picture + h4,
.card-banner > picture + h5,
.card-banner > picture + h6,
.card-banner > picture > figure,
.card-banner > picture + picture,
.card-banner > picture > div,
.card-banner > picture + div,
.card-banner > div + p,
.card-banner > div + ul,
.card-banner > div + ol,
.card-banner > div + h1,
.card-banner > div + h2,
.card-banner > div + h3,
.card-banner > div + h4,
.card-banner > div + h5,
.card-banner > div + h6,
.card-banner > div > figure,
.card-banner > div + picture,
.card-banner > div > div,
.card-banner > div + div {
    margin-top: 1.5rem;
}
.text-content > h1 + p,
.text-content > h1 + ul,
.text-content > h1 + ol,
.text-content > h1 > div,
.card-banner > h1 + p,
.card-banner > h1 + ul,
.card-banner > h1 + ol,
.card-banner > h1 > div {
    margin-top: 2.5rem;
}
.text-content > h2 + p,
.text-content > h2 + ul,
.text-content > h2 + ol,
.text-content > h2 > div,
.text-content > h3 + p,
.text-content > h3 + ul,
.text-content > h3 + ol,
.text-content > h3 > div,
.text-content > h4 + p,
.text-content > h4 + ul,
.text-content > h4 + ol,
.text-content > h4 > div,
.text-content > h5 + p,
.text-content > h5 + ul,
.text-content > h5 + ol,
.text-content > h5 > div,
.text-content > h6 + p,
.text-content > h6 + ul,
.text-content > h6 + ol,
.text-content > h6 > div,
.card-banner > h2 + p,
.card-banner > h2 + ul,
.card-banner > h2 + ol,
.card-banner > h2 > div,
.card-banner > h3 + p,
.card-banner > h3 + ul,
.card-banner > h3 + ol,
.card-banner > h3 > div,
.card-banner > h4 + p,
.card-banner > h4 + ul,
.card-banner > h4 + ol,
.card-banner > h4 > div,
.card-banner > h5 + p,
.card-banner > h5 + ul,
.card-banner > h5 + ol,
.card-banner > h5 > div,
.card-banner > h6 + p,
.card-banner > h6 + ul,
.card-banner > h6 + ol,
.card-banner > h6 > div {
    margin-top: 2rem;
}
.text-content p + h2,
.text-content p + h3,
.text-content p > div > figure,
.text-content p > picture,
.text-content ul + h2,
.text-content ul + h3,
.text-content ul > div > figure,
.text-content ul > picture,
.text-content ol + h2,
.text-content ol + h3,
.text-content ol > div > figure,
.text-content ol > picture,
.card-banner p + h2,
.card-banner p + h3,
.card-banner p > div > figure,
.card-banner p > picture,
.card-banner ul + h2,
.card-banner ul + h3,
.card-banner ul > div > figure,
.card-banner ul > picture,
.card-banner ol + h2,
.card-banner ol + h3,
.card-banner ol > div > figure,
.card-banner ol > picture {
    margin-top: 3rem;
}
.text-content .d-none + p,
.text-content .d-none + ul,
.text-content .d-none + ol,
.card-banner .d-none + p,
.card-banner .d-none + ul,
.card-banner .d-none + ol {
    margin-top: 0;
}
.text-content .d-none:first-child + p,
.text-content .d-none:first-child + ul,
.text-content .d-none:first-child + ol,
.text-content .d-none:first-child + h2,
.text-content .d-none:first-child + h3,
.text-content .d-none:first-child + h4,
.text-content .d-none:first-child + h5,
.text-content .d-none:first-child + h6,
.card-banner .d-none:first-child + p,
.card-banner .d-none:first-child + ul,
.card-banner .d-none:first-child + ol,
.card-banner .d-none:first-child + h2,
.card-banner .d-none:first-child + h3,
.card-banner .d-none:first-child + h4,
.card-banner .d-none:first-child + h5,
.card-banner .d-none:first-child + h6 {
    margin-top: 0;
}
@media (max-width: 767.98px) {
    .text-content .desktop-only:first-child + p,
    .text-content .desktop-only:first-child + ul,
    .text-content .desktop-only:first-child + ol,
    .text-content .desktop-only:first-child + h2,
    .text-content .desktop-only:first-child + h3,
    .text-content .desktop-only:first-child + h4,
    .text-content .desktop-only:first-child + h5,
    .text-content .desktop-only:first-child + h6,
    .card-banner .desktop-only:first-child + p,
    .card-banner .desktop-only:first-child + ul,
    .card-banner .desktop-only:first-child + ol,
    .card-banner .desktop-only:first-child + h2,
    .card-banner .desktop-only:first-child + h3,
    .card-banner .desktop-only:first-child + h4,
    .card-banner .desktop-only:first-child + h5,
    .card-banner .desktop-only:first-child + h6 {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .text-content .mobile-only:first-child + p,
    .text-content .mobile-only:first-child + ul,
    .text-content .mobile-only:first-child + ol,
    .text-content .mobile-only:first-child + h2,
    .text-content .mobile-only:first-child + h3,
    .text-content .mobile-only:first-child + h4,
    .text-content .mobile-only:first-child + h5,
    .text-content .mobile-only:first-child + h6,
    .card-banner .mobile-only:first-child + p,
    .card-banner .mobile-only:first-child + ul,
    .card-banner .mobile-only:first-child + ol,
    .card-banner .mobile-only:first-child + h2,
    .card-banner .mobile-only:first-child + h3,
    .card-banner .mobile-only:first-child + h4,
    .card-banner .mobile-only:first-child + h5,
    .card-banner .mobile-only:first-child + h6 {
        margin-top: 0;
    }
}
.text-content h1,
.card-banner h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5rem;
    font-weight: normal;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--secondary-color);
}
.text-content h1 strong,
.text-content h1 b,
.card-banner h1 strong,
.card-banner h1 b {
    font-weight: 500 !important;
}
body .text-content h1,
body .card-banner h1 {
    font-size: 2.5rem;
}
@media (min-width: 768px) {
    body .text-content h1,
    body .card-banner h1 {
        font-size: 3.75rem;
    }
}
@media (min-width: 1100px) {
    body .text-content h1,
    body .card-banner h1 {
        font-size: 5rem;
    }
}
.text-content h2,
.card-banner h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.75rem;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--secondary-color);
}
.text-content h2 strong,
.text-content h2 b,
.card-banner h2 strong,
.card-banner h2 b {
    font-weight: 500 !important;
}
body .text-content h2,
body .card-banner h2 {
    font-size: 1.875rem;
}
@media (min-width: 768px) {
    body .text-content h2,
    body .card-banner h2 {
        font-size: 3.75rem;
    }
}
.text-content h3,
.card-banner h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
}
body .text-content h3,
body .card-banner h3 {
    font-size: 1.25rem;
}
@media (min-width: 768px) {
    body .text-content h3,
    body .card-banner h3 {
        font-size: 2.5rem;
    }
}
.text-content h4,
.card-banner h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
}
body .text-content h4,
body .card-banner h4 {
    font-size: 1.125rem;
}
@media (min-width: 768px) {
    body .text-content h4,
    body .card-banner h4 {
        font-size: 1.875rem;
    }
}
.text-content h5,
.card-banner h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
}
body .text-content h5,
body .card-banner h5 {
    font-size: 1rem;
}
@media (min-width: 768px) {
    body .text-content h5,
    body .card-banner h5 {
        font-size: 1.5rem;
    }
}
.text-content h6,
.card-banner h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
}
body .text-content h6,
body .card-banner h6 {
    font-size: 0.875rem;
}
@media (min-width: 768px) {
    body .text-content h6,
    body .card-banner h6 {
        font-size: 1.375rem;
    }
}
@media (max-width: 767.98px) {
    .text-content h1 br,
    .text-content h2 br,
    .card-banner h1 br,
    .card-banner h2 br {
        display: none;
    }
}
.text-content p,
.text-content li,
.card-banner p,
.card-banner li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.625em;
}
body .text-content p,
body .text-content li,
body .card-banner p,
body .card-banner li {
    font-size: 1rem;
}
@media (min-width: 768px) {
    body .text-content p,
    body .text-content li,
    body .card-banner p,
    body .card-banner li {
        font-size: 1rem;
    }
}
.text-content p strong,
.text-content p b,
.text-content li strong,
.text-content li b,
.card-banner p strong,
.card-banner p b,
.card-banner li strong,
.card-banner li b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.text-content ul,
.card-banner ul {
    display: block;
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
}
.text-content ul li,
.card-banner ul li {
    margin: 0;
    padding: 0;
}
.text-content ul li,
.card-banner ul li {
    display: flex;
    align-items: flex-start;
}
.text-content ul li:not(:first-child),
.card-banner ul li:not(:first-child) {
    margin-top: 0.3125rem;
}
.text-content ul li::before,
.card-banner ul li::before {
    content: '';
    height: 1px;
    flex: 0 0 1.25rem;
    border-top: 1px solid;
    border-color: inherit;
    display: inline-block;
    margin-right: 0.46875rem;
    margin-top: 0.6em;
}
.text-content ol,
.card-banner ol {
    padding-left: 1.12em;
}
.text-content figure,
.card-banner figure {
    margin: 1.5em 0;
}
.text-content figure:first-child,
.card-banner figure:first-child {
    margin-top: 0;
}
.text-content figure figcaption,
.card-banner figure figcaption {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.625em;
    color: #958778;
    padding-top: 0.5rem;
}
body .text-content figure figcaption,
body .card-banner figure figcaption {
    font-size: 1rem;
}
@media (min-width: 768px) {
    body .text-content figure figcaption,
    body .card-banner figure figcaption {
        font-size: 1rem;
    }
}
.text-content figure figcaption strong,
.text-content figure figcaption b,
.card-banner figure figcaption strong,
.card-banner figure figcaption b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.text-content a:not([class*='btn']),
.card-banner a:not([class*='btn']) {
    text-decoration: none !important;
    border-bottom: 0px solid;
    position: relative;
    top: 0;
}
.text-content a:not([class*='btn']):hover,
.card-banner a:not([class*='btn']):hover {
    padding-bottom: 0.25rem;
    border-width: 1px;
    top: -0.25rem;
}
.no-touch .text-content a:not([class*='btn']),
.no-touch .card-banner a:not([class*='btn']) {
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        padding-bottom 0.25s ease,
        top 0.25s ease;
}
.text-content .round-image,
.card-banner .round-image {
    border-radius: 100%;
}
.text-content .round-image.picture,
.card-banner .round-image.picture {
    padding-top: 100%;
}
.text-content .round-image.picture img,
.card-banner .round-image.picture img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.text-content p a,
.text-content li a,
.card-banner p a,
.card-banner li a {
    color: var(--secondary-color);
}
.text-content blockquote,
.text-content blockquote p,
.card-banner blockquote,
.card-banner blockquote p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    color: #b7a48f;
}
.text-content blockquote strong,
.text-content blockquote b,
.text-content blockquote p strong,
.text-content blockquote p b,
.card-banner blockquote strong,
.card-banner blockquote b,
.card-banner blockquote p strong,
.card-banner blockquote p b {
    font-weight: 500 !important;
}
body .text-content blockquote,
body .text-content blockquote p,
body .card-banner blockquote,
body .card-banner blockquote p {
    font-size: 1.5625rem;
}
@media (min-width: 768px) {
    body .text-content blockquote,
    body .text-content blockquote p,
    body .card-banner blockquote,
    body .card-banner blockquote p {
        font-size: 2.5rem;
    }
}
.text-content img.picture-square,
.card-banner img.picture-square {
    aspect-ratio: 1;
    object-fit: cover;
}
.text-content .picture.picture-square,
.card-banner .picture.picture-square {
    padding-top: 100% !important;
}
.text-content .picture.picture-square img,
.card-banner .picture.picture-square img {
    height: 100% !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.text-content .heading-main,
.card-banner .heading-main {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5rem;
    font-weight: normal;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--secondary-color);
}
.text-content .heading-main strong,
.text-content .heading-main b,
.card-banner .heading-main strong,
.card-banner .heading-main b {
    font-weight: 500 !important;
}
body .text-content .heading-main,
body .card-banner .heading-main {
    font-size: 2.5rem;
}
@media (min-width: 768px) {
    body .text-content .heading-main,
    body .card-banner .heading-main {
        font-size: 3.75rem;
    }
}
@media (min-width: 1100px) {
    body .text-content .heading-main,
    body .card-banner .heading-main {
        font-size: 5rem;
    }
}
.text-content .heading-2,
.card-banner .heading-2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.75rem;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--secondary-color);
}
.text-content .heading-2 strong,
.text-content .heading-2 b,
.card-banner .heading-2 strong,
.card-banner .heading-2 b {
    font-weight: 500 !important;
}
body .text-content .heading-2,
body .card-banner .heading-2 {
    font-size: 1.875rem;
}
@media (min-width: 768px) {
    body .text-content .heading-2,
    body .card-banner .heading-2 {
        font-size: 3.75rem;
    }
}
.text-content .heading-3,
.card-banner .heading-3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
}
body .text-content .heading-3,
body .card-banner .heading-3 {
    font-size: 1.25rem;
}
@media (min-width: 768px) {
    body .text-content .heading-3,
    body .card-banner .heading-3 {
        font-size: 2.5rem;
    }
}
.text-content .heading-4,
.card-banner .heading-4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
}
body .text-content .heading-4,
body .card-banner .heading-4 {
    font-size: 1.125rem;
}
@media (min-width: 768px) {
    body .text-content .heading-4,
    body .card-banner .heading-4 {
        font-size: 1.875rem;
    }
}
.text-content .heading-5,
.card-banner .heading-5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
}
body .text-content .heading-5,
body .card-banner .heading-5 {
    font-size: 1rem;
}
@media (min-width: 768px) {
    body .text-content .heading-5,
    body .card-banner .heading-5 {
        font-size: 1.5rem;
    }
}
.text-content .heading-6,
.card-banner .heading-6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
}
body .text-content .heading-6,
body .card-banner .heading-6 {
    font-size: 0.875rem;
}
@media (min-width: 768px) {
    body .text-content .heading-6,
    body .card-banner .heading-6 {
        font-size: 1.375rem;
    }
}
.text-content .h1-source,
.card-banner .h1-source {
    font-family: 'Source Serif 4', serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.5rem;
    line-height: 1em;
}
body .text-content .h1-source,
body .card-banner .h1-source {
    font-size: 1.25rem;
}
@media (min-width: 768px) {
    body .text-content .h1-source,
    body .card-banner .h1-source {
        font-size: 2.5rem;
    }
}
.text-content .h2-source,
.card-banner .h2-source {
    font-family: 'Source Serif 4', serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.875rem;
    line-height: 1em;
}
body .text-content .h2-source,
body .card-banner .h2-source {
    font-size: 1.125rem;
}
@media (min-width: 768px) {
    body .text-content .h2-source,
    body .card-banner .h2-source {
        font-size: 1.875rem;
    }
}
.text-content .text-regular,
.card-banner .text-regular {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.625em;
}
body .text-content .text-regular,
body .card-banner .text-regular {
    font-size: 1rem;
}
@media (min-width: 768px) {
    body .text-content .text-regular,
    body .card-banner .text-regular {
        font-size: 1rem;
    }
}
.text-content .text-regular strong,
.text-content .text-regular b,
.card-banner .text-regular strong,
.card-banner .text-regular b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.text-content .text-medium,
.card-banner .text-medium {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.625em;
}
body .text-content .text-medium,
body .card-banner .text-medium {
    font-size: 1.25rem;
}
@media (min-width: 768px) {
    body .text-content .text-medium,
    body .card-banner .text-medium {
        font-size: 1.25rem;
    }
}
.text-content .text-medium strong,
.text-content .text-medium b,
.card-banner .text-medium strong,
.card-banner .text-medium b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.text-content .text-large,
.card-banner .text-large {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.875rem;
    line-height: 1.4666em;
    color: var(--secondary-color);
}
body .text-content .text-large,
body .card-banner .text-large {
    font-size: 1.125rem;
}
@media (min-width: 768px) {
    body .text-content .text-large,
    body .card-banner .text-large {
        font-size: 1.875rem;
    }
}
.text-content .text-large strong,
.text-content .text-large b,
.card-banner .text-large strong,
.card-banner .text-large b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.text-content .text-xlarge,
.card-banner .text-xlarge {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 7.5rem;
    line-height: 0.8em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--secondary-color);
}
.text-content .text-xlarge strong,
.text-content .text-xlarge b,
.card-banner .text-xlarge strong,
.card-banner .text-xlarge b {
    font-weight: 500 !important;
}
body .text-content .text-xlarge,
body .card-banner .text-xlarge {
    font-size: 3.75rem;
}
@media (min-width: 768px) {
    body .text-content .text-xlarge,
    body .card-banner .text-xlarge {
        font-size: 7.5rem;
    }
}
.text-content .text-xlarge strong,
.text-content .text-xlarge b,
.card-banner .text-xlarge strong,
.card-banner .text-xlarge b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
}
.text-content .btn-primary,
.card-banner .btn-primary {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #b7a48f;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.text-content .btn-primary:hover,
.card-banner .btn-primary:hover {
    text-decoration: none;
}
.text-content .btn-primary:focus,
.card-banner .btn-primary:focus {
    outline: none;
}
.text-content .btn-primary span,
.card-banner .btn-primary span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-primary:hover,
.card-banner .btn-primary:hover {
    background-color: #ad977f;
}
.text-content .btn-primary--primary,
.card-banner .btn-primary--primary {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #b7a48f;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.text-content .btn-primary--primary:hover,
.card-banner .btn-primary--primary:hover {
    text-decoration: none;
}
.text-content .btn-primary--primary:focus,
.card-banner .btn-primary--primary:focus {
    outline: none;
}
.text-content .btn-primary--primary span,
.card-banner .btn-primary--primary span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-primary--primary:hover,
.card-banner .btn-primary--primary:hover {
    background-color: #ad977f;
}
.text-content .btn-primary--secondary,
.card-banner .btn-primary--secondary {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #6c757d;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.text-content .btn-primary--secondary:hover,
.card-banner .btn-primary--secondary:hover {
    text-decoration: none;
}
.text-content .btn-primary--secondary:focus,
.card-banner .btn-primary--secondary:focus {
    outline: none;
}
.text-content .btn-primary--secondary span,
.card-banner .btn-primary--secondary span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-primary--secondary:hover,
.card-banner .btn-primary--secondary:hover {
    background-color: #60686f;
}
.text-content .btn-primary--success,
.card-banner .btn-primary--success {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #28a745;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.text-content .btn-primary--success:hover,
.card-banner .btn-primary--success:hover {
    text-decoration: none;
}
.text-content .btn-primary--success:focus,
.card-banner .btn-primary--success:focus {
    outline: none;
}
.text-content .btn-primary--success span,
.card-banner .btn-primary--success span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-primary--success:hover,
.card-banner .btn-primary--success:hover {
    background-color: #23923d;
}
.text-content .btn-primary--info,
.card-banner .btn-primary--info {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #17a2b8;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.text-content .btn-primary--info:hover,
.card-banner .btn-primary--info:hover {
    text-decoration: none;
}
.text-content .btn-primary--info:focus,
.card-banner .btn-primary--info:focus {
    outline: none;
}
.text-content .btn-primary--info span,
.card-banner .btn-primary--info span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-primary--info:hover,
.card-banner .btn-primary--info:hover {
    background-color: #148ea1;
}
.text-content .btn-primary--warning,
.card-banner .btn-primary--warning {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #ffc107;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.text-content .btn-primary--warning:hover,
.card-banner .btn-primary--warning:hover {
    text-decoration: none;
}
.text-content .btn-primary--warning:focus,
.card-banner .btn-primary--warning:focus {
    outline: none;
}
.text-content .btn-primary--warning span,
.card-banner .btn-primary--warning span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-primary--warning:hover,
.card-banner .btn-primary--warning:hover {
    background-color: #edb100;
}
.text-content .btn-primary--danger,
.card-banner .btn-primary--danger {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #b7a48f;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.text-content .btn-primary--danger:hover,
.card-banner .btn-primary--danger:hover {
    text-decoration: none;
}
.text-content .btn-primary--danger:focus,
.card-banner .btn-primary--danger:focus {
    outline: none;
}
.text-content .btn-primary--danger span,
.card-banner .btn-primary--danger span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-primary--danger:hover,
.card-banner .btn-primary--danger:hover {
    background-color: #ad977f;
}
.text-content .btn-primary--light,
.card-banner .btn-primary--light {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #f8f9fa;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.text-content .btn-primary--light:hover,
.card-banner .btn-primary--light:hover {
    text-decoration: none;
}
.text-content .btn-primary--light:focus,
.card-banner .btn-primary--light:focus {
    outline: none;
}
.text-content .btn-primary--light span,
.card-banner .btn-primary--light span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-primary--light:hover,
.card-banner .btn-primary--light:hover {
    background-color: #e9ecef;
}
.text-content .btn-primary--dark,
.card-banner .btn-primary--dark {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #343a40;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.text-content .btn-primary--dark:hover,
.card-banner .btn-primary--dark:hover {
    text-decoration: none;
}
.text-content .btn-primary--dark:focus,
.card-banner .btn-primary--dark:focus {
    outline: none;
}
.text-content .btn-primary--dark span,
.card-banner .btn-primary--dark span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-primary--dark:hover,
.card-banner .btn-primary--dark:hover {
    background-color: #292d32;
}
.text-content .btn-primary--black,
.card-banner .btn-primary--black {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #000;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    color: #fff !important;
}
.text-content .btn-primary--black:hover,
.card-banner .btn-primary--black:hover {
    text-decoration: none;
}
.text-content .btn-primary--black:focus,
.card-banner .btn-primary--black:focus {
    outline: none;
}
.text-content .btn-primary--black span,
.card-banner .btn-primary--black span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-primary--black:hover,
.card-banner .btn-primary--black:hover {
    background-color: black;
}
.text-content .btn-primary--off-black,
.card-banner .btn-primary--off-black {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #0d0d0d;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.text-content .btn-primary--off-black:hover,
.card-banner .btn-primary--off-black:hover {
    text-decoration: none;
}
.text-content .btn-primary--off-black:focus,
.card-banner .btn-primary--off-black:focus {
    outline: none;
}
.text-content .btn-primary--off-black span,
.card-banner .btn-primary--off-black span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-primary--off-black:hover,
.card-banner .btn-primary--off-black:hover {
    background-color: black;
}
.text-content .btn-primary--dark-grey,
.card-banner .btn-primary--dark-grey {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #222222;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    color: #b7a48f !important;
}
.text-content .btn-primary--dark-grey:hover,
.card-banner .btn-primary--dark-grey:hover {
    text-decoration: none;
}
.text-content .btn-primary--dark-grey:focus,
.card-banner .btn-primary--dark-grey:focus {
    outline: none;
}
.text-content .btn-primary--dark-grey span,
.card-banner .btn-primary--dark-grey span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-primary--dark-grey:hover,
.card-banner .btn-primary--dark-grey:hover {
    background-color: #151515;
}
.text-content .btn-primary--grey,
.card-banner .btn-primary--grey {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #3c3c3c;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    color: #b7a48f !important;
}
.text-content .btn-primary--grey:hover,
.card-banner .btn-primary--grey:hover {
    text-decoration: none;
}
.text-content .btn-primary--grey:focus,
.card-banner .btn-primary--grey:focus {
    outline: none;
}
.text-content .btn-primary--grey span,
.card-banner .btn-primary--grey span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-primary--grey:hover,
.card-banner .btn-primary--grey:hover {
    background-color: #2f2f2f;
}
.text-content .btn-primary--brown,
.card-banner .btn-primary--brown {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #958778;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.text-content .btn-primary--brown:hover,
.card-banner .btn-primary--brown:hover {
    text-decoration: none;
}
.text-content .btn-primary--brown:focus,
.card-banner .btn-primary--brown:focus {
    outline: none;
}
.text-content .btn-primary--brown span,
.card-banner .btn-primary--brown span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-primary--brown:hover,
.card-banner .btn-primary--brown:hover {
    background-color: #887a6b;
}
.text-content .btn-primary--beige,
.card-banner .btn-primary--beige {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #b7a48f;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.text-content .btn-primary--beige:hover,
.card-banner .btn-primary--beige:hover {
    text-decoration: none;
}
.text-content .btn-primary--beige:focus,
.card-banner .btn-primary--beige:focus {
    outline: none;
}
.text-content .btn-primary--beige span,
.card-banner .btn-primary--beige span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-primary--beige:hover,
.card-banner .btn-primary--beige:hover {
    background-color: #ad977f;
}
.text-content .btn-primary--grey-footer,
.card-banner .btn-primary--grey-footer {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #c1bab2;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    color: #b7a48f !important;
}
.text-content .btn-primary--grey-footer:hover,
.card-banner .btn-primary--grey-footer:hover {
    text-decoration: none;
}
.text-content .btn-primary--grey-footer:focus,
.card-banner .btn-primary--grey-footer:focus {
    outline: none;
}
.text-content .btn-primary--grey-footer span,
.card-banner .btn-primary--grey-footer span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-primary--grey-footer:hover,
.card-banner .btn-primary--grey-footer:hover {
    background-color: #b6ada4;
}
.text-content .btn-primary--light-grey,
.card-banner .btn-primary--light-grey {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #f0ede9;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    color: #222222 !important;
}
.text-content .btn-primary--light-grey:hover,
.card-banner .btn-primary--light-grey:hover {
    text-decoration: none;
}
.text-content .btn-primary--light-grey:focus,
.card-banner .btn-primary--light-grey:focus {
    outline: none;
}
.text-content .btn-primary--light-grey span,
.card-banner .btn-primary--light-grey span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-primary--light-grey:hover,
.card-banner .btn-primary--light-grey:hover {
    background-color: #e6e1da;
}
.text-content .btn-primary--white,
.card-banner .btn-primary--white {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #fff;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.text-content .btn-primary--white:hover,
.card-banner .btn-primary--white:hover {
    text-decoration: none;
}
.text-content .btn-primary--white:focus,
.card-banner .btn-primary--white:focus {
    outline: none;
}
.text-content .btn-primary--white span,
.card-banner .btn-primary--white span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-primary--white:hover,
.card-banner .btn-primary--white:hover {
    background-color: #f2f2f2;
}
.text-content .btn-primary--red,
.card-banner .btn-primary--red {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #b7a48f;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.text-content .btn-primary--red:hover,
.card-banner .btn-primary--red:hover {
    text-decoration: none;
}
.text-content .btn-primary--red:focus,
.card-banner .btn-primary--red:focus {
    outline: none;
}
.text-content .btn-primary--red span,
.card-banner .btn-primary--red span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-primary--red:hover,
.card-banner .btn-primary--red:hover {
    background-color: #ad977f;
}
.text-content .btn-secondary,
.card-banner .btn-secondary {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #b7a48f;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #b7a48f;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.text-content .btn-secondary:hover,
.card-banner .btn-secondary:hover {
    text-decoration: none;
}
.text-content .btn-secondary:focus,
.card-banner .btn-secondary:focus {
    outline: none;
}
.text-content .btn-secondary span,
.card-banner .btn-secondary span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-secondary:hover,
.card-banner .btn-secondary:hover {
    background-color: #ad977f;
}
.text-content .btn-secondary:not(:hover),
.card-banner .btn-secondary:not(:hover) {
    background: transparent !important;
    color: #b7a48f;
}
.text-content .btn-secondary--primary,
.card-banner .btn-secondary--primary {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #b7a48f;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #b7a48f;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.text-content .btn-secondary--primary:hover,
.card-banner .btn-secondary--primary:hover {
    text-decoration: none;
}
.text-content .btn-secondary--primary:focus,
.card-banner .btn-secondary--primary:focus {
    outline: none;
}
.text-content .btn-secondary--primary span,
.card-banner .btn-secondary--primary span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-secondary--primary:hover,
.card-banner .btn-secondary--primary:hover {
    background-color: #ad977f;
}
.text-content .btn-secondary--primary:not(:hover),
.card-banner .btn-secondary--primary:not(:hover) {
    background: transparent !important;
    color: #b7a48f;
}
.text-content .btn-secondary--secondary,
.card-banner .btn-secondary--secondary {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #6c757d;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #6c757d;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.text-content .btn-secondary--secondary:hover,
.card-banner .btn-secondary--secondary:hover {
    text-decoration: none;
}
.text-content .btn-secondary--secondary:focus,
.card-banner .btn-secondary--secondary:focus {
    outline: none;
}
.text-content .btn-secondary--secondary span,
.card-banner .btn-secondary--secondary span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-secondary--secondary:hover,
.card-banner .btn-secondary--secondary:hover {
    background-color: #60686f;
}
.text-content .btn-secondary--secondary:not(:hover),
.card-banner .btn-secondary--secondary:not(:hover) {
    background: transparent !important;
    color: #6c757d;
}
.text-content .btn-secondary--success,
.card-banner .btn-secondary--success {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #28a745;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #28a745;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.text-content .btn-secondary--success:hover,
.card-banner .btn-secondary--success:hover {
    text-decoration: none;
}
.text-content .btn-secondary--success:focus,
.card-banner .btn-secondary--success:focus {
    outline: none;
}
.text-content .btn-secondary--success span,
.card-banner .btn-secondary--success span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-secondary--success:hover,
.card-banner .btn-secondary--success:hover {
    background-color: #23923d;
}
.text-content .btn-secondary--success:not(:hover),
.card-banner .btn-secondary--success:not(:hover) {
    background: transparent !important;
    color: #28a745;
}
.text-content .btn-secondary--info,
.card-banner .btn-secondary--info {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #17a2b8;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #17a2b8;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.text-content .btn-secondary--info:hover,
.card-banner .btn-secondary--info:hover {
    text-decoration: none;
}
.text-content .btn-secondary--info:focus,
.card-banner .btn-secondary--info:focus {
    outline: none;
}
.text-content .btn-secondary--info span,
.card-banner .btn-secondary--info span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-secondary--info:hover,
.card-banner .btn-secondary--info:hover {
    background-color: #148ea1;
}
.text-content .btn-secondary--info:not(:hover),
.card-banner .btn-secondary--info:not(:hover) {
    background: transparent !important;
    color: #17a2b8;
}
.text-content .btn-secondary--warning,
.card-banner .btn-secondary--warning {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #ffc107;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #ffc107;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.text-content .btn-secondary--warning:hover,
.card-banner .btn-secondary--warning:hover {
    text-decoration: none;
}
.text-content .btn-secondary--warning:focus,
.card-banner .btn-secondary--warning:focus {
    outline: none;
}
.text-content .btn-secondary--warning span,
.card-banner .btn-secondary--warning span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-secondary--warning:hover,
.card-banner .btn-secondary--warning:hover {
    background-color: #edb100;
}
.text-content .btn-secondary--warning:not(:hover),
.card-banner .btn-secondary--warning:not(:hover) {
    background: transparent !important;
    color: #ffc107;
}
.text-content .btn-secondary--danger,
.card-banner .btn-secondary--danger {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #b7a48f;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #b7a48f;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.text-content .btn-secondary--danger:hover,
.card-banner .btn-secondary--danger:hover {
    text-decoration: none;
}
.text-content .btn-secondary--danger:focus,
.card-banner .btn-secondary--danger:focus {
    outline: none;
}
.text-content .btn-secondary--danger span,
.card-banner .btn-secondary--danger span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-secondary--danger:hover,
.card-banner .btn-secondary--danger:hover {
    background-color: #ad977f;
}
.text-content .btn-secondary--danger:not(:hover),
.card-banner .btn-secondary--danger:not(:hover) {
    background: transparent !important;
    color: #b7a48f;
}
.text-content .btn-secondary--light,
.card-banner .btn-secondary--light {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #f8f9fa;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #f8f9fa;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.text-content .btn-secondary--light:hover,
.card-banner .btn-secondary--light:hover {
    text-decoration: none;
}
.text-content .btn-secondary--light:focus,
.card-banner .btn-secondary--light:focus {
    outline: none;
}
.text-content .btn-secondary--light span,
.card-banner .btn-secondary--light span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-secondary--light:hover,
.card-banner .btn-secondary--light:hover {
    background-color: #e9ecef;
}
.text-content .btn-secondary--light:not(:hover),
.card-banner .btn-secondary--light:not(:hover) {
    background: transparent !important;
    color: #f8f9fa;
}
.text-content .btn-secondary--dark,
.card-banner .btn-secondary--dark {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #343a40;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #343a40;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.text-content .btn-secondary--dark:hover,
.card-banner .btn-secondary--dark:hover {
    text-decoration: none;
}
.text-content .btn-secondary--dark:focus,
.card-banner .btn-secondary--dark:focus {
    outline: none;
}
.text-content .btn-secondary--dark span,
.card-banner .btn-secondary--dark span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-secondary--dark:hover,
.card-banner .btn-secondary--dark:hover {
    background-color: #292d32;
}
.text-content .btn-secondary--dark:not(:hover),
.card-banner .btn-secondary--dark:not(:hover) {
    background: transparent !important;
    color: #343a40;
}
.text-content .btn-secondary--black,
.card-banner .btn-secondary--black {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #000;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    color: #fff !important;
    border: 1px solid #000;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.text-content .btn-secondary--black:hover,
.card-banner .btn-secondary--black:hover {
    text-decoration: none;
}
.text-content .btn-secondary--black:focus,
.card-banner .btn-secondary--black:focus {
    outline: none;
}
.text-content .btn-secondary--black span,
.card-banner .btn-secondary--black span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-secondary--black:hover,
.card-banner .btn-secondary--black:hover {
    background-color: black;
}
.text-content .btn-secondary--black:not(:hover),
.card-banner .btn-secondary--black:not(:hover) {
    background: transparent !important;
    color: #000;
}
.text-content .btn-secondary--off-black,
.card-banner .btn-secondary--off-black {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #0d0d0d;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #0d0d0d;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.text-content .btn-secondary--off-black:hover,
.card-banner .btn-secondary--off-black:hover {
    text-decoration: none;
}
.text-content .btn-secondary--off-black:focus,
.card-banner .btn-secondary--off-black:focus {
    outline: none;
}
.text-content .btn-secondary--off-black span,
.card-banner .btn-secondary--off-black span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-secondary--off-black:hover,
.card-banner .btn-secondary--off-black:hover {
    background-color: black;
}
.text-content .btn-secondary--off-black:not(:hover),
.card-banner .btn-secondary--off-black:not(:hover) {
    background: transparent !important;
    color: #0d0d0d;
}
.text-content .btn-secondary--dark-grey,
.card-banner .btn-secondary--dark-grey {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #222222;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    color: #b7a48f !important;
    border: 1px solid #222222;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.text-content .btn-secondary--dark-grey:hover,
.card-banner .btn-secondary--dark-grey:hover {
    text-decoration: none;
}
.text-content .btn-secondary--dark-grey:focus,
.card-banner .btn-secondary--dark-grey:focus {
    outline: none;
}
.text-content .btn-secondary--dark-grey span,
.card-banner .btn-secondary--dark-grey span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-secondary--dark-grey:hover,
.card-banner .btn-secondary--dark-grey:hover {
    background-color: #151515;
}
.text-content .btn-secondary--dark-grey:not(:hover),
.card-banner .btn-secondary--dark-grey:not(:hover) {
    background: transparent !important;
    color: #222222;
}
.text-content .btn-secondary--grey,
.card-banner .btn-secondary--grey {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #3c3c3c;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    color: #b7a48f !important;
    border: 1px solid #3c3c3c;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.text-content .btn-secondary--grey:hover,
.card-banner .btn-secondary--grey:hover {
    text-decoration: none;
}
.text-content .btn-secondary--grey:focus,
.card-banner .btn-secondary--grey:focus {
    outline: none;
}
.text-content .btn-secondary--grey span,
.card-banner .btn-secondary--grey span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-secondary--grey:hover,
.card-banner .btn-secondary--grey:hover {
    background-color: #2f2f2f;
}
.text-content .btn-secondary--grey:not(:hover),
.card-banner .btn-secondary--grey:not(:hover) {
    background: transparent !important;
    color: #3c3c3c;
}
.text-content .btn-secondary--brown,
.card-banner .btn-secondary--brown {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #958778;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #958778;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.text-content .btn-secondary--brown:hover,
.card-banner .btn-secondary--brown:hover {
    text-decoration: none;
}
.text-content .btn-secondary--brown:focus,
.card-banner .btn-secondary--brown:focus {
    outline: none;
}
.text-content .btn-secondary--brown span,
.card-banner .btn-secondary--brown span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-secondary--brown:hover,
.card-banner .btn-secondary--brown:hover {
    background-color: #887a6b;
}
.text-content .btn-secondary--brown:not(:hover),
.card-banner .btn-secondary--brown:not(:hover) {
    background: transparent !important;
    color: #958778;
}
.text-content .btn-secondary--beige,
.card-banner .btn-secondary--beige {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #b7a48f;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #b7a48f;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.text-content .btn-secondary--beige:hover,
.card-banner .btn-secondary--beige:hover {
    text-decoration: none;
}
.text-content .btn-secondary--beige:focus,
.card-banner .btn-secondary--beige:focus {
    outline: none;
}
.text-content .btn-secondary--beige span,
.card-banner .btn-secondary--beige span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-secondary--beige:hover,
.card-banner .btn-secondary--beige:hover {
    background-color: #ad977f;
}
.text-content .btn-secondary--beige:not(:hover),
.card-banner .btn-secondary--beige:not(:hover) {
    background: transparent !important;
    color: #b7a48f;
}
.text-content .btn-secondary--grey-footer,
.card-banner .btn-secondary--grey-footer {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #c1bab2;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    color: #b7a48f !important;
    border: 1px solid #c1bab2;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.text-content .btn-secondary--grey-footer:hover,
.card-banner .btn-secondary--grey-footer:hover {
    text-decoration: none;
}
.text-content .btn-secondary--grey-footer:focus,
.card-banner .btn-secondary--grey-footer:focus {
    outline: none;
}
.text-content .btn-secondary--grey-footer span,
.card-banner .btn-secondary--grey-footer span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-secondary--grey-footer:hover,
.card-banner .btn-secondary--grey-footer:hover {
    background-color: #b6ada4;
}
.text-content .btn-secondary--grey-footer:not(:hover),
.card-banner .btn-secondary--grey-footer:not(:hover) {
    background: transparent !important;
    color: #c1bab2;
}
.text-content .btn-secondary--light-grey,
.card-banner .btn-secondary--light-grey {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #f0ede9;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    color: #222222 !important;
    border: 1px solid #f0ede9;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.text-content .btn-secondary--light-grey:hover,
.card-banner .btn-secondary--light-grey:hover {
    text-decoration: none;
}
.text-content .btn-secondary--light-grey:focus,
.card-banner .btn-secondary--light-grey:focus {
    outline: none;
}
.text-content .btn-secondary--light-grey span,
.card-banner .btn-secondary--light-grey span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-secondary--light-grey:hover,
.card-banner .btn-secondary--light-grey:hover {
    background-color: #e6e1da;
}
.text-content .btn-secondary--light-grey:not(:hover),
.card-banner .btn-secondary--light-grey:not(:hover) {
    background: transparent !important;
    color: #f0ede9;
}
.text-content .btn-secondary--white,
.card-banner .btn-secondary--white {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #fff;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #fff;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.text-content .btn-secondary--white:hover,
.card-banner .btn-secondary--white:hover {
    text-decoration: none;
}
.text-content .btn-secondary--white:focus,
.card-banner .btn-secondary--white:focus {
    outline: none;
}
.text-content .btn-secondary--white span,
.card-banner .btn-secondary--white span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-secondary--white:hover,
.card-banner .btn-secondary--white:hover {
    background-color: #f2f2f2;
}
.text-content .btn-secondary--white:not(:hover),
.card-banner .btn-secondary--white:not(:hover) {
    background: transparent !important;
    color: #fff;
}
.text-content .btn-secondary--red,
.card-banner .btn-secondary--red {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #b7a48f;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #b7a48f;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.text-content .btn-secondary--red:hover,
.card-banner .btn-secondary--red:hover {
    text-decoration: none;
}
.text-content .btn-secondary--red:focus,
.card-banner .btn-secondary--red:focus {
    outline: none;
}
.text-content .btn-secondary--red span,
.card-banner .btn-secondary--red span {
    display: inline-block;
    line-height: 1.2em;
}
.text-content .btn-secondary--red:hover,
.card-banner .btn-secondary--red:hover {
    background-color: #ad977f;
}
.text-content .btn-secondary--red:not(:hover),
.card-banner .btn-secondary--red:not(:hover) {
    background: transparent !important;
    color: #b7a48f;
}
.text-content .list-spaced li + li,
.card-banner .list-spaced li + li {
    margin-top: 1em;
}
.text-content .list-plain,
.card-banner .list-plain {
    display: block;
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
}
.text-content .list-plain li,
.card-banner .list-plain li {
    margin: 0;
    padding: 0;
}
.text-content .font-montserrat-light,
.card-banner .font-montserrat-light {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.text-content .font-montserrat-medium,
.card-banner .font-montserrat-medium {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.text-content .font-montserrat-bold,
.card-banner .font-montserrat-bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.text-content .font-source-serif-4,
.card-banner .font-source-serif-4 {
    font-family: 'Source Serif 4', serif;
}
.text-content .font-cormorant-garamond,
.card-banner .font-cormorant-garamond {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.text-content .font-cormorant-garamond strong,
.text-content .font-cormorant-garamond b,
.card-banner .font-cormorant-garamond strong,
.card-banner .font-cormorant-garamond b {
    font-weight: 500 !important;
}
.text-content .font-cormorant-garamond-semibold,
.card-banner .font-cormorant-garamond-semibold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
}

form .field__label {
    font-weight: 300;
    font-size: 1rem;
    color: #0d0d0d;
}

form .field__input {
    font-weight: 300;
    font-size: 1rem;
    color: #0d0d0d;
    border-radius: 0 !important;
}

form .field {
    margin-top: 0.75rem;
    font-size: 1.125rem;
}
form .field--disabled .select {
    pointer-events: none;
    opacity: 0.75;
}
form .field__checkbox-label,
form .field__radio-label {
    font-size: 1rem;
}
form .field__submit {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #3c3c3c;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    color: #b7a48f !important;
    color: #f0ede9 !important;
    padding: 0.375rem 0.9375rem;
    margin-top: 0.75rem;
}
form .field__submit:hover {
    text-decoration: none;
}
form .field__submit:focus {
    outline: none;
}
form .field__submit span {
    display: inline-block;
    line-height: 1.2em;
}
form .field__submit:hover {
    background-color: #2f2f2f;
}
form .field__submit:hover {
    border: 0;
}

form .form-error {
    font-size: 1rem !important;
    margin: 1rem 0;
}

form .field-error {
    font-size: 0.875rem !important;
    margin-top: 0.1875rem;
}

form .field-options {
    margin-top: 0 !important;
}
form .field-options .field {
    margin-top: 0 !important;
}

form .select__options ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
form .select__options ul li {
    font-size: 1rem !important;
}

form .select__options.scroller__container {
    background: #e83e8c;
    max-height: 10rem;
    position: absolute !important;
}
form .select__options.scroller__container .scroller {
    max-height: 10rem;
}
form .select__options.scroller__container .scroller__scrollbar {
    display: block !important;
}
form .select__options.scroller__container .scroller ul {
    height: auto !important;
    max-height: none !important;
    padding-right: 15px !important;
}

form .recaptcha {
    margin-top: 1.25rem;
}

form .field--type-checkbox .field__input:checked + span::after {
    content: '';
    display: inline;
    font-family: 'fontello';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 0.2em;
    margin-right: 0.2em;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    display: block;
    margin: 0;
    color: #f0ede9;
    width: 100%;
    height: 100%;
    background: transparent;
    text-align: center;
    font-size: 0.625rem;
    line-height: 0.8125rem;
}

form.form--transparent-fields input,
form.form--transparent-fields select,
form.form--transparent-fields .field--type-checkbox .field__input:not(:checked) + span,
form.form--transparent-fields .field--type-radio .field__input:not(:checked) + span,
form.form--transparent-fields .field--type-true_false .field__input:not(:checked) + span {
    background: transparent !important;
}

form.form--floating-labels .field__label {
    user-select: none;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5rem 0.9375rem;
    border: 0 solid rgba(0, 0, 0, 0.07);
    border-color: transparent;
    order: initial;
    transition: opacity 0.125s ease;
}

form.form--floating-labels .field--focused .field__label {
    opacity: 0.5;
}

form.form--floating-labels .field--populated .field__label {
    opacity: 0 !important;
}

form.form--floating-labels .field--type-file .field__label {
    position: static;
    padding: 0;
    opacity: 1 !important;
}

form.form--floating-labels .field--type-select .field__label {
    padding-left: 0;
    opacity: 1 !important;
    position: static;
}

form.form--dark-inputs .field {
    margin-top: 0.6875rem;
}
form.form--dark-inputs .field--type-radio .field__input + span,
form.form--dark-inputs .field--type-checkbox .field__input + span {
    background-color: #b7a48f !important;
}

form.form--dark-inputs .field__input:not([type='checkbox']):not([type='radio']):not([type='file']) {
    background: #fff;
}

form.form--dark-inputs .select {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #f0ede9;
    font-size: 1rem;
}
form.form--dark-inputs .select__selected {
    background: #3c3c3c;
    border-radius: 0;
}
form.form--dark-inputs .select__selected:focus,
form.form--dark-inputs .select__selected:active {
    background: #3c3c3c;
}
form.form--dark-inputs .select__options {
    background: #222222;
}
form.form--dark-inputs .select .select__options ul li:focus,
form.form--dark-inputs .select .select__options ul li:hover {
    background: #3c3c3c;
}

form.newsletter-form {
    margin: 1.5em 0;
}
form.newsletter-form::after {
    content: '';
    display: block;
    border-top: 1px solid #222222;
    top: -0.3em;
    position: relative;
}
form.newsletter-form input {
    background: transparent !important;
}
form.newsletter-form .row {
    display: flex;
    margin: 0;
}
form.newsletter-form .field-container {
    flex: 1 1;
}
form.newsletter-form .field {
    margin-top: 0;
}
form.newsletter-form .field__label {
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
}
form.newsletter-form .field__submit {
    background: transparent;
    color: #f0ede9;
    padding: 0;
    height: 2em;
    width: 2em;
    position: relative;
    text-indent: -1000px;
    overflow: hidden;
    right: -0.625rem;
    margin-top: 0;
    top: 0.1875rem;
}
form.newsletter-form .field__submit:hover {
    border: 0;
    transform: scale(1);
}
form.newsletter-form .field__submit:hover::after {
    color: #000;
}
form.newsletter-form .field__submit::after {
    content: '';
    font-family: 'fontello';
    color: #222222;
    font-size: 0.75rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-indent: 0;
}
form.newsletter-form .field input {
    border: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
form.newsletter-form .form-error {
    display: none;
}
form.newsletter-form .field-error {
    position: absolute;
    font-size: 0.875rem;
    margin-top: 0.5em;
}

@media (max-width: 767.98px) {
    form .row .col + .col {
        margin-top: 0 !important;
    }
}

.form-success {
    color: #000;
}
.banner__content .form-success {
    color: #000;
    text-align: center;
}

.newsletter-form-success {
    margin: 2em 0;
    color: #090909;
}

.quote-form .field.field--type-message > p {
    font-size: 1rem;
}

.quote-form .field {
    margin-top: 1.125rem;
}
.quote-form .field__submit {
    margin-top: 1.125rem;
}

.quick-lead-form,
.quote-form {
    margin-top: 0.5rem;
}
.quick-lead-form .submit-container,
.quote-form .submit-container {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
}
.quick-lead-form .submit-container .recaptcha,
.quote-form .submit-container .recaptcha {
    margin: 0.625rem 0.625rem 0 0;
}
.quick-lead-form .submit-container .field__submit,
.quote-form .submit-container .field__submit {
    flex-grow: 1;
    margin: 0.625rem 0rem 0.125rem 0rem;
    min-height: 2.75rem;
}

.quick-lead-form.form--floating-labels .field--type-select .field__label,
.call-back-form.form--floating-labels .field--type-select .field__label {
    position: static;
    padding: 0;
    opacity: 1 !important;
}

.select__options li.hide-option {
    display: none;
}

.contact-form--blocked {
    opacity: 0.5;
}

/*
*	Header and navigation structure
*/
.anchor {
    width: 0;
    height: 0;
    background: red;
    position: absolute;
    top: -5.5rem;
    left: 0;
}
@media (max-width: 767.98px) {
    .anchor {
        top: -3.4375rem;
    }
}

.page-section[id]:target::before {
    content: '';
    display: block;
    position: relative;
    pointer-events: none;
    height: 4.6875rem;
    width: 100%;
}
@media (min-width: 768px) {
    .page-section[id]:target::before {
        height: 6.75rem;
    }
}

.header {
    position: fixed;
    width: 100%;
    z-index: 99;
    background: #f0ede9;
    user-select: none;
    top: 0;
}
@media (max-width: 767.98px) {
    .header {
        --header-height: 3.4375rem;
    }
}
@media (min-width: 768px) {
    .header {
        --header-height: 5.5rem;
    }
}
@media (max-width: 767.98px) {
    .header {
        --top-bar-height: 0rem;
    }
}
@media (min-width: 768px) {
    .header {
        --top-bar-height: 2.375rem;
    }
}
.header .header-wrapper {
    display: flex;
    align-items: center;
    padding: 0 1.875rem;
    height: var(--header-height);
}
.header .header-wrapper .quick-links {
    display: flex;
}
@media (max-width: 767.98px) {
    .header .header-wrapper .quick-links {
        display: none;
    }
}
.header .header-wrapper .quick-links__item {
    height: 5.5rem;
    align-items: center;
    display: flex;
}
.header .header-wrapper .quick-links__item:not(:last-child) {
    margin-right: 3.75rem;
}
@media (max-width: 767.98px) {
    .header .header-wrapper .quick-links .quick-links__item--desktop-only {
        display: none;
    }
}
.header .header-wrapper .quick-links .quick-links__item--btn-primary a {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #000;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    text-decoration: none;
    padding: 0.9375rem 1.25rem;
    min-width: none;
}
.header .header-wrapper .quick-links .quick-links__item--btn-primary a:hover {
    text-decoration: none;
}
.header .header-wrapper .quick-links .quick-links__item--btn-primary a:focus {
    outline: none;
}
.header .header-wrapper .quick-links .quick-links__item--btn-primary a span {
    display: inline-block;
    line-height: 1.2em;
}
.header .header-wrapper .quick-links .quick-links__item--btn-primary a:hover {
    background-color: black;
}
@media (max-width: 767.98px) {
    .header .header-wrapper .quick-links .quick-links__item--btn-primary a {
        padding: 0 12px;
        white-space: nowrap;
        min-height: 35px;
        min-width: 0;
        font-size: 0.875rem;
    }
}
.header .header-wrapper .quick-links a {
    color: #000;
    text-decoration: underline;
}
.header__brand {
    margin-right: auto;
}
@media (min-width: 768px) {
    .header__brand {
        width: 13.5rem;
    }
}
@media (max-width: 767.98px) {
    .header__brand {
        width: 6.25rem;
    }
}
.header__brand svg path {
    fill: #000;
}
.header__menu-toggle {
    position: relative;
    margin-left: 3.75rem;
}
.header__menu-toggle i,
.header__menu-toggle span {
    transition: opacity 0.3s 0.15s;
}
.header__menu-toggle i {
    font-size: 1.875rem;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s 0s;
}
.--menu-open .header__menu-toggle i {
    opacity: 1;
    transition: opacity 0.3s 0.15s;
}
.--menu-open .header__menu-toggle span {
    opacity: 0;
    transition: opacity 0.3s 0s;
}
@media (max-width: 767.98px) {
    .header__burger {
        margin-left: 1.875rem;
    }
}
@media (min-width: 768px) {
    .header__burger {
        margin-left: 3.75rem;
    }
}
@media (max-width: 767.98px) {
    .header__burger {
        width: 1.75rem;
    }
}
.header__burger[aria-expanded='false'] .burger__el--bottom {
    left: -0.375rem;
}
.header__slogan {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    color: #000;
}
.header__slogan strong,
.header__slogan b {
    font-weight: 500 !important;
}
body .header__slogan {
    font-size: 1.875rem;
}
@media (min-width: 768px) {
    body .header__slogan {
        font-size: 2.5rem;
    }
}
.header__cta {
    display: flex;
}
.header__cta .menu-cta__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 55%;
}
.header__cta .menu-cta__image {
    flex: 0 1 44%;
    margin-right: 2.125rem;
}
.header__cta .menu-cta__title {
    font-size: 1.125rem;
    color: #3c3c3c;
}
.header__cta .menu-cta__description {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #3c3c3c;
    line-height: 1.25em;
    margin-top: 0.625rem;
}
.header__cta .menu-cta__link {
    margin-top: 1.25rem;
}
.header__cta .menu-cta__link a {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #b7a48f;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.header__cta .menu-cta__link a:hover {
    text-decoration: none;
}
.header__cta .menu-cta__link a:focus {
    outline: none;
}
.header__cta .menu-cta__link a span {
    display: inline-block;
    line-height: 1.2em;
}
.header__cta .menu-cta__link a:hover {
    background-color: #ad977f;
}
@media (max-width: 767.98px) {
    .header__cta .menu-cta__link a {
        min-width: 0;
    }
}
.header .navigation {
    position: fixed;
    top: calc(var(--header-height) + var(--top-bar-height));
    bottom: 0;
    right: -100%;
    z-index: 99;
    transition: right 0.3s;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.header .navigation::-webkit-scrollbar {
    display: none;
}
.--menu-open .header .navigation {
    right: 0;
}
.header .navigation__wrapper {
    padding: 2.125rem 1.75rem 2.125rem 2rem;
    background: #b7a48f;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 34.125rem;
    margin-left: auto;
}
@media (max-width: 767.98px) {
    .header .navigation__wrapper {
        padding: 2.125rem 1.5rem 2.125rem;
    }
}
.header .navigation:before {
    content: '';
    background: #000;
    position: fixed;
    top: 7.875rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transform: translateX(-100%);
    transition:
        opacity 0.3s,
        transform 0s 0.3s;
}
.--menu-open .header .navigation:before {
    transform: translateY(0);
    opacity: 0.56;
    transition:
        opacity 0.3s,
        transform 0s;
}
.header .navigation .main-menu {
    flex-direction: column;
    margin: 3.125rem 0;
}
@media (min-width: 768px) {
    .header .navigation .main-menu {
        margin-top: 9.375rem;
    }
}
.header .navigation .main-menu .main-menu__item {
    display: block;
    width: 100%;
    position: relative;
    text-transform: uppercase;
}
.header .navigation .main-menu .main-menu__item:not(:first-child) {
    margin-top: 1.625rem;
}
.header .navigation .main-menu .main-menu__item > a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.875rem;
    text-decoration: none;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    padding: 0.3125rem 0 0 0.625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .navigation .main-menu .main-menu__item > a strong,
.header .navigation .main-menu .main-menu__item > a b {
    font-weight: 500 !important;
}
body .header .navigation .main-menu .main-menu__item > a {
    font-size: 1.375rem;
}
@media (min-width: 768px) {
    body .header .navigation .main-menu .main-menu__item > a {
        font-size: 1.875rem;
    }
}
.no-touch .header .navigation .main-menu .main-menu__item > a {
    transition: color 0.3s;
}
.header .navigation .main-menu .main-menu__item > a:hover {
    color: #000;
}
.header .navigation .main-menu .main-menu__item > a:hover:after {
    transform: translate(1.25rem);
}
.header .navigation .main-menu .main-menu__item > a:after {
    content: '';
    display: inline;
    font-family: 'fontello';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 0.2em;
    margin-right: 0.2em;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    font-size: 0.9375rem;
    margin-left: 1.5625rem;
    transition: transform 0.3s;
}
.header .navigation .main-menu .main-menu__item > a:before {
    content: '';
    height: 1px;
    background: rgba(149, 135, 120, 0.5);
    display: block;
    width: calc(100% + 1.875rem);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s;
}
.header .navigation .main-menu .main-menu__item > a:hover:before {
    background: #3c3c3c;
}
.header .navigation .main-menu .main-menu__sub-menu__item {
    margin-left: 2.1875rem;
    margin-top: 0.375rem;
}
.header .navigation .main-menu .main-menu__sub-menu__item:first-child {
    margin-top: 0.625rem;
}
.header .navigation .main-menu .main-menu__sub-menu__item a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #3c3c3c;
    text-transform: none;
    line-height: 1.1875em;
}
.header .navigation .main-menu .main-menu__sub-menu__item a:hover {
    font-weight: 500;
    text-decoration: none;
}

.top-bar {
    background: #000;
    text-align: center;
    z-index: 1000;
    position: relative;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    min-height: 2.375rem;
    color: #fff;
    --secondary-color: #b7a48f;
}
@media (max-width: 767.98px) {
    .top-bar {
        display: none;
    }
}
.top-bar .main-menu {
    margin-left: auto;
    display: flex;
}
.top-bar .main-menu__item {
    height: var(--top-bar-height);
    display: flex;
    align-items: center;
}
.top-bar .main-menu__item:not(:last-child) {
    border-right: 1px solid #958778;
    margin-right: 0.625rem;
    padding-right: 0.625rem;
}
.top-bar .main-menu__item,
.top-bar .main-menu a {
    color: #fff;
    font-size: 0.75rem;
}
.top-bar p {
    font-size: 0.75rem !important;
}
.top-bar p > a {
    font-size: 0.75rem !important;
    text-decoration: underline;
}

body.--menu-open {
    position: fixed;
    overflow-y: scroll;
}

.breadcrumb {
    font-size: 0.75rem;
    padding: 1rem 1.5rem;
    color: #b7a48f;
    user-select: none;
    margin-top: var(--header-height);
    border-top: 1px solid;
}
@media (min-width: 768px) {
    .breadcrumb {
        padding: 1rem 1.875rem;
    }
}
.breadcrumb a {
    color: #3c3c3c;
}
.breadcrumb span {
    color: #000;
}
.breadcrumb a:not(:first-child),
.breadcrumb span:not(:first-child) {
    margin-left: 0.4375rem;
}
.breadcrumb a:not(:last-child),
.breadcrumb span:not(:last-child) {
    margin-right: 0.4375rem;
}

.--no-scroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
    top: var(--top);
}

.main-menu__item--language-switcher {
    display: none;
}

/*
*	Footer
*/
.footer {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.625em;
    user-select: none;
}
body .footer {
    font-size: 1rem;
}
@media (min-width: 768px) {
    body .footer {
        font-size: 1rem;
    }
}
.footer strong,
.footer b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.footer a {
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
}
.no-touch .footer a {
    transition: color 0.3s;
}
.footer__main {
    background: #c1bab2;
}
.footer__main .row {
    align-items: center;
}
.footer__menus {
    display: flex;
    padding: 4.6875rem 0;
    height: 100%;
}
@media (max-width: 767.98px) {
    .footer__menus {
        padding: 2.5rem 0;
    }
}
@media (max-width: 420px) {
    .footer__menus {
        display: block;
        text-align: center;
    }
}
.footer__menus .main-menu {
    flex-grow: 1;
    margin-right: 3.75rem;
}
@media (max-width: 767.98px) {
    .footer__menus .main-menu {
        margin-right: 1.5rem;
    }
}
@media (max-width: 420px) {
    .footer__menus .main-menu {
        margin-right: 0 !important;
    }
    .footer__menus .main-menu:first-child {
        margin-bottom: 1.25rem;
    }
}
.footer__menus .main-menu li:not(:first-child) {
    margin-top: 0.75rem;
}
.footer__menus .main-menu li {
    line-height: 1.3em;
}
.footer__menus a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
}
.footer__menus a:hover {
    color: #fff;
}
@media (min-width: 768px) {
    .footer__contact-wrapper {
        display: flex;
        justify-content: flex-end;
    }
}
.footer__contact__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.5625rem;
    letter-spacing: 0.045em;
    margin-bottom: 3.125rem;
}
@media (max-width: 767.98px) {
    .footer__contact__title {
        font-size: 1.25rem;
        margin-bottom: 0.625rem;
        text-align: center;
    }
}
@media (max-width: 767.98px) {
    .footer__contact .social-icons {
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 1.875rem;
    }
}
@media (max-width: 767.98px) and (max-width: 410px) {
    .footer__contact .social-icons .pusher {
        display: block;
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 767.98px) {
    .footer__contact .social-icons li {
        margin: 0.5rem;
    }
}
.footer__phone,
.footer__contact-page {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    border-bottom: 1px solid #000;
}
.footer__phone strong,
.footer__phone b,
.footer__contact-page strong,
.footer__contact-page b {
    font-weight: 500 !important;
}
@media (max-width: 767.98px) {
    .footer__phone,
    .footer__contact-page {
        padding: 2.5rem 0;
        width: 100%;
        text-align: center;
        margin-top: 0 !important;
    }
}
.footer__phone:hover,
.footer__contact-page:hover {
    text-decoration: none;
    color: #000 !important;
}
.footer__phone {
    background: #c1bab2;
    color: #0d0d0d;
    margin-top: 3.125rem;
}
@media (max-width: 767.98px) {
    .footer__phone {
        border: 0;
    }
}
.footer__contact-page {
    color: #3c3c3c;
}
.footer__cities {
    background: #0d0d0d;
    padding: 2.5rem 0;
}
.footer__cities * {
    color: #707070;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.375em;
}
.footer__cities a:hover {
    color: #fff;
}
.footer__cities .cities {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer__cities .cities__item:not(:last-child) {
    margin-right: 0.5em;
}
.footer__cities .cities__item:not(:last-child):after {
    content: '|';
    margin-left: 0.5em;
}
.footer__footer .col-12 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    padding: 1.5625rem 0;
}
@media (max-width: 767.98px) {
    .footer__footer .col-12 {
        flex-direction: column;
    }
}
.footer__footer .col-12 * {
    color: #707070;
}
@media (min-width: 768px) {
    .footer__brand {
        margin-right: 3.75rem;
    }
}
.footer__brand svg {
    width: 8.125rem;
}
.footer__brand svg path {
    fill: #bababa;
}
@media (max-width: 767.98px) {
    .footer__copyrights {
        order: 3;
        margin-top: 1.25rem;
    }
}
.footer__quick-links a:hover {
    color: #000;
}
@media (min-width: 768px) {
    .footer__quick-links {
        margin-left: auto;
    }
}
@media (max-width: 767.98px) {
    .footer__quick-links {
        order: 2;
        margin-top: 1.25rem;
    }
}

/*
* Main content
*/
.front-page main {
    padding-top: var(--header-height);
}

main .bg-viewport-height {
    height: calc(100vh - var(--header-height));
}

.swiper-container {
    overflow: hidden;
}

@media (min-width: 768px) {
    .slide-selector-menu__selector {
        content: '';
        opacity: 0;
        display: block;
        position: absolute;
        bottom: 0;
        width: 2.625rem;
        height: 0.125rem;
        background: #3c3c3c;
        transform: translateX(-50%);
        transition:
            left 0.25s,
            opacity 0.25s;
        z-index: 999;
    }
    .slide-selector-menu__selector--active {
        opacity: 1 !important;
    }
    .slide-selector-menu--selected .slide-selector-menu__selector {
        opacity: 1;
    }
}

.ajax-post-toolbar {
    display: flex;
    margin-bottom: 3.5rem;
    border-top: 1px solid #f0ede9;
    margin-top: 2rem;
}
@media (max-width: 767.98px) {
    .ajax-post-toolbar {
        flex-wrap: wrap;
        padding-top: 3.125rem;
    }
}
@media (min-width: 768px) {
    .ajax-post-toolbar {
        padding-top: 6.125rem;
    }
}
.ajax-post-toolbar__search {
    margin-left: auto;
    position: relative;
}
.ajax-post-toolbar__search input {
    padding-right: 1em;
}
.ajax-post-toolbar__search button {
    position: absolute;
    top: 0;
    right: 0;
}
.ajax-post-toolbar__search button i {
    font-size: 0.875rem;
    color: #222222;
}
@media screen and (max-width: 500px) {
    .ajax-post-toolbar__search {
        margin-top: 0.625rem;
        width: 100%;
    }
    .ajax-post-toolbar__search input {
        width: 100%;
    }
}
.ajax-post-toolbar select {
    user-select: none;
}
@media (max-width: 767.98px) {
    .ajax-post-toolbar select {
        width: 100%;
    }
    .ajax-post-toolbar select + select {
        margin-top: 0.75rem;
    }
}
@media (min-width: 768px) {
    .ajax-post-toolbar select {
        margin-right: 2rem;
    }
}
.ajax-post-toolbar select {
    padding-right: 0.5rem;
}
.ajax-post-toolbar input {
    padding-right: 2rem;
}
.ajax-post-toolbar select,
.ajax-post-toolbar input {
    border: 0;
    border-bottom: 1px solid #222222;
    outline: none;
}
.ajax-post-toolbar select::placeholder,
.ajax-post-toolbar input::placeholder {
    color: #000;
}

.ajax-post-toolbar-results {
    position: relative;
}
.ajax-post-toolbar-results::after {
    content: '';
    background: #fff;
    opacity: 0;
    z-index: 10;
    transition:
        opacity 0.3s,
        transform 0s ease 3s;
    top: 0;
    right: 0;
    left: 0;
    transform: translateX(-100%);
    position: absolute;
    bottom: 0;
}
.ajax-post-toolbar-results.loading-new-results::after {
    opacity: 0.5;
    transition:
        opacity 0.3s,
        transform 0s ease 0s;
    transform: translateX(0);
}

.materials-row__loop,
.projects-row__loop,
.posts-row__loop,
.designers-row__loop {
    padding-top: 8.75rem;
}

form + .materials-row__loop,
form + .projects-row__loop,
form + .posts-row__loop,
form + .designers-row__loop {
    padding-top: 0;
}

.ajax-post-toolbar-load-more {
    text-decoration: underline;
    color: #b7a48f;
    margin: 3em 0 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    transition: color 0.25s;
}
.ajax-post-toolbar-load-more:hover {
    color: #958778;
    text-decoration: underline;
}
.ajax-post-toolbar-load-more.loading {
    background: url('../img/elements/spinner-palette.svg') no-repeat #fff;
    background-position: center center;
    background-size: 50px 50px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    text-indent: 50px;
    white-space: nowrap;
    pointer-events: none;
}

/* Table layout */
.compare-row__table {
    display: flex;
}
@media (max-width: 767.98px) {
    .compare-row__table {
        margin-top: 2rem;
        overflow: hidden;
    }
}
@media screen and (max-width: 470px) {
    .compare-row__table {
        flex-wrap: wrap;
    }
}
.compare-row__table__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    color: #b7a48f;
    border-bottom: 1px solid #222222;
    padding-bottom: 0.4375rem;
}
body .compare-row__table__title {
    font-size: 1.125rem;
}
@media (min-width: 768px) {
    body .compare-row__table__title {
        font-size: 1.875rem;
    }
}
@media screen and (max-width: 470px) {
    .compare-row__table__title {
        margin-top: 2rem;
    }
}
.compare-row__table__pros,
.compare-row__table__cons {
    width: 50%;
    flex: 0 0 50%;
    min-width: 50%;
}
@media screen and (max-width: 470px) {
    .compare-row__table__pros,
    .compare-row__table__cons {
        width: 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }
}
.compare-row__table__pros .compare-row__table__content {
    height: 100%;
}
@media screen and (min-width: 470px) {
    .compare-row__table__pros .compare-row__table__content {
        border-right: 1px solid #222222;
        padding-right: 1.25rem;
    }
}
@media screen and (min-width: 470px) {
    .compare-row__table__cons .compare-row__table__content,
    .compare-row__table__cons .compare-row__table__title {
        padding-left: 1.25rem;
    }
}
.compare-row__table__content {
    padding-top: 1em;
}

@media (min-width: 768px) {
    .compare-row__content {
        padding-bottom: 3rem;
    }
}

/* JS Functionnability */
.js-compare {
    position: relative;
    max-width: none;
    margin: 0;
    padding: 0;
}
.js-compare__sticky {
    opacity: 1;
    transition: opacity 0.25s;
}
@media (max-width: 767.98px) {
    .js-compare__sticky {
        display: none;
    }
}
.js-compare:not(.js-compare--selected) .js-compare__sticky {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
}
.js-compare.js-compare--selected .js-compare__sticky {
    position: fixed;
    top: 7.375rem;
}
.js-compare.js-compare--selected.js-compare--passed .js-compare__sticky {
    position: absolute;
    top: auto !important;
    bottom: 0 !important;
    right: 0 !important;
}
.js-compare.js-compare--changing-content .js-compare__sticky {
    opacity: 0;
}
.js-compare__sticky-content--hidden:not(.js-compare__sticky) {
    opacity: 0;
    position: absolute;
}

.row.stairs-effect {
    opacity: 0;
    overflow: visible;
}
.row.stairs-effect .col {
    position: relative;
}
.row.stairs-effect .col .text-content {
    border-left: 1px solid #222222;
    padding: 0 1.25rem;
    height: 100%;
}
@media (max-width: 767.98px) {
    .row.stairs-effect .col {
        padding-top: 0 !important;
        margin-bottom: 2.1875rem;
        margin-top: 2.1875rem;
    }
}
.row.stairs-effect--loaded {
    opacity: 1;
}

@media screen and (min-width: 500px) {
    .testimonials__repeater {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.25rem;
    }
}

.testimonials__item {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 1.25rem;
    margin-bottom: 0;
}
.testimonials__item__content {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.625em;
    margin-bottom: 1.875rem;
}
body .testimonials__item__content {
    font-size: 1rem;
}
@media (min-width: 768px) {
    body .testimonials__item__content {
        font-size: 1rem;
    }
}
.testimonials__item__content strong,
.testimonials__item__content b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.testimonials__item__author {
    position: relative;
    padding-left: 2.5rem;
    display: flex;
    align-items: center;
    font-style: normal;
    font-size: 1rem !important;
    flex-wrap: wrap;
    margin-top: auto;
}
.testimonials__item__author__extra,
.testimonials__item__author__name {
    width: 100%;
    line-height: 0.9em !important;
}
.testimonials__item__author__name {
    margin-top: -0.1875rem;
}
.testimonials__item__author__extra {
    text-transform: uppercase;
    font-size: 0.75rem !important;
    color: #b7a48f;
    margin-top: 0.3125rem;
}
.testimonials__item__author__image {
    height: 1.875rem;
    width: 1.875rem;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 1.875rem;
}
.testimonials__item__author__image picture {
    padding-top: 100% !important;
}

.banner {
    position: relative;
    min-height: 20vw !important;
    background-position: center center;
    align-items: center;
    display: flex;
    background-size: cover;
}
.banner__content {
    position: relative;
    width: 100%;
    z-index: 2;
    padding: 2rem 1.5rem;
}
@media (min-width: 768px) {
    .banner__content {
        padding: 3.125rem 5rem;
    }
}
@media (min-width: 768px) {
    .banner--round-corners {
        border-radius: 1.25rem;
    }
}
@media (max-width: 767.98px) {
    .banner--round-corners {
        border-radius: 0.4375rem;
    }
}
.banner--text-narrow .banner__content {
    max-width: 39.5rem;
    margin: auto;
}
.banner--pull-down {
    margin-bottom: -2.5rem;
}
@media (min-width: 768px) {
    .banner--pull-down {
        margin-bottom: -3.5rem;
    }
}
.banner--filigrane::before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    z-index: 1;
}

@media (min-width: 768px) {
    .banner-row--form-two-cols .banner__content {
        display: flex;
        align-items: center;
    }
    .banner-row--form-two-cols .banner__content form {
        flex: 0 0 50%;
        margin-left: 8.33333%;
        margin-top: -1rem;
    }
}

@media (max-width: 767.98px) {
    div[data-carousel-sm='1'] {
        overflow: visible;
    }
}

.swiper-slide {
    transition: transform 0.25s ease-out;
}
.swiper-slide--hint {
    transform: translateX(-2rem);
    transition: transform 0.15s ease-in;
}

.swiper-scrollbar {
    transition: margin-left 0.25s ease-out;
}
.swiper-scrollbar--hint {
    margin-left: 2rem;
    transition: margin-left 0.15s ease-in;
}

.featured-message--style-banner {
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
    height: auto !important;
    display: block;
    background: #f0ede9;
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
.featured-message--style-banner .featured-message__container {
    width: 100%;
    max-width: 100%;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    --padding-right: 3.75rem;
    --padding-left: 3.75rem;
    margin-right: auto;
    margin-left: auto;
    --margin-offset: 0px;
    --margin-offset: calc((100vw - 100vw) / 2);
    position: relative;
}
@media (max-width: 767.98px) {
    .featured-message--style-banner .featured-message__container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        --padding-right: 1.5rem;
        --padding-left: 1.5rem;
    }
}
.featured-message--style-banner .featured-message__content {
    display: flex;
}
.featured-message--style-banner[aria-hidden='true'] {
    display: block;
}
.featured-message--style-banner[aria-hidden='false'] {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 768px) {
    .featured-message--style-banner {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
@media (max-width: 767.98px) {
    .featured-message--style-banner .featured-message__container {
        padding-right: 2rem;
    }
}
@media (min-width: 768px) {
    .featured-message--style-banner .featured-message__container {
        max-width: 85%;
    }
}
.featured-message--style-banner .featured-message__image {
    flex: 0 0 20rem;
    margin-right: 2rem;
}
@media (max-width: 767.98px) {
    .featured-message--style-banner .featured-message__image {
        display: none;
    }
}
.featured-message--style-banner .featured-message__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
}
@media (min-width: 768px) {
    .featured-message--style-banner .featured-message__close {
        top: 1.5rem;
        right: 1.5rem;
    }
}
.featured-message--style-banner .featured-message__close::before {
    content: '';
    display: inline;
    font-family: 'fontello';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 0.2em;
    margin-right: 0.2em;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
}
@media (max-width: 767.98px) {
    .featured-message--style-banner .featured-message__content p {
        font-size: 0.875rem;
        line-height: 1.3em;
    }
    .featured-message--style-banner .featured-message__content p + p {
        margin-top: 0.875rem;
    }
}

.featured-message--style-top-bar {
    position: relative;
}
.featured-message--style-top-bar .featured-message__container {
    position: relative;
}

.tabs--bottom-navigation .tabs__wrapper {
    flex-direction: column-reverse;
}

.tabs__wrapper {
    display: flex;
    flex-direction: column;
}

.tabs__list {
    margin: 0 auto 1.25rem;
    border: 1px solid #b7a48f;
    display: flex;
    max-width: 90.0625rem;
}
@media (max-width: 767.98px) {
    .tabs__list {
        margin-top: 2rem;
    }
}
@media (min-width: 768px) {
    .tabs__list {
        margin-top: 9rem;
    }
}
@media (max-width: 767.98px) {
    .tabs__list {
        flex-direction: column;
    }
}
.tabs__list button {
    flex-basis: 100%;
    padding: 1em;
    line-height: 0.9em;
    transition: background-color 0.3s;
    white-space: nowrap;
    user-select: none;
}
@media (min-width: 768px) {
    .tabs__list button {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 1000px) {
    .tabs__list button {
        font-size: 1.875rem;
    }
}
@media (max-width: 767.98px) {
    .tabs__list button {
        font-size: 1.25rem;
    }
}
.tabs__list button:hover {
    background: #b7a48f;
}
.tabs__list button[aria-selected='true'] {
    background: #b7a48f;
    cursor: default;
}
@media (max-width: 767.98px) {
    .tabs__list button:not(:last-child) {
        border-bottom: 1px solid #b7a48f;
    }
}
@media (min-width: 768px) {
    .tabs__list button:not(:last-child) {
        border-right: 1px solid #b7a48f;
    }
}

.social-icons {
    margin-top: 1rem;
    font-size: 2.25rem;
    display: flex;
}
.social-icons .pusher {
    display: none;
}
.social-icons li {
    display: inline-block;
}
.social-icons li + li {
    margin-left: 1.25rem;
}
.social-icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #3c3c3c;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.4375rem;
    color: #3c3c3c;
}
.social-icons li a i::before {
    margin: 0;
}
.social-icons li a i.icon-facebook-1 {
    position: relative;
    top: 0.3125rem;
}
.social-icons li a i.icon-linkedin {
    font-size: 0.8em;
}
.social-icons li a i.icon-phone {
    font-size: 0.8em;
}
.social-icons li a i.icon-mail {
    font-size: 0.6em;
}
.social-icons li a i.icon-pinterest-circled {
    font-size: 0.9em;
}
.social-icons li a:hover {
    color: #000;
    text-decoration: none;
    border-color: #000;
}

.job-offers__item {
    border-bottom: 1px solid #f0ede9;
}
.job-offers__item:first-child {
    border-top: 1px solid #f0ede9;
}
@media (max-width: 767.98px) {
    .job-offers__item__content > div {
        padding-top: 1.5625rem;
    }
}
@media (min-width: 768px) {
    .job-offers__item__content > div {
        padding-top: 3.125rem;
    }
}
@media (max-width: 767.98px) {
    .job-offers__item__content > div {
        padding-bottom: 2.1875rem;
    }
}
@media (min-width: 768px) {
    .job-offers__item__content > div {
        padding-bottom: 4.375rem;
    }
}
@media (min-width: 768px) {
    .job-offers__item__content > div {
        padding-left: 34%;
    }
}
.job-offers__item__header {
    display: flex;
    align-items: center;
    min-height: 6.25rem;
    padding: 1.5em 0;
}
.job-offers__item__header button {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #b7a48f;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    padding: 0.375rem 0.9375rem;
    position: static;
    min-width: 7.5rem;
}
.job-offers__item__header button:hover {
    text-decoration: none;
}
.job-offers__item__header button:focus {
    outline: none;
}
.job-offers__item__header button span {
    display: inline-block;
    line-height: 1.2em;
}
.job-offers__item__header button:hover {
    background-color: #ad977f;
}
.job-offers__item__header button span {
    font-size: 1rem;
}
.job-offers__item__header h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.625rem;
    line-height: 1em;
}
.job-offers__item__header p,
.job-offers__item__header a {
    font-size: 1.25rem;
    color: #000;
}
@media (max-width: 767.98px) {
    .job-offers__item__header {
        flex-wrap: wrap;
    }
    .job-offers__item__header p,
    .job-offers__item__header a {
        font-size: 1rem;
    }
    .job-offers__item__header .job-offers__item__type::before {
        content: '/';
        margin: 0 0.5em;
    }
    .job-offers__item__header button {
        margin-right: auto;
        margin-top: 0.5em;
    }
    .job-offers__item__header h3 {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .job-offers__item__header .job-offers__item__toggler {
        width: 100%;
        margin-top: 0.5rem;
    }
}
@media (min-width: 768px) {
    .job-offers__item__header h3 {
        flex: 0 0 34%;
        width: 34%;
        padding-right: 1em;
    }
    .job-offers__item__header .job-offers__item__location {
        margin-left: auto;
        flex: 0 0 25%;
    }
    .job-offers__item__header .job-offers__item__type {
        margin-left: auto;
        flex: 0 0 18%;
    }
    .job-offers__item__header .job-offers__item__toggler {
        margin-left: auto;
    }
}

.images-layout {
    width: 100%;
}
.images-layout .picture {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.--count-2 .images-layout__list {
    padding-bottom: 19.84252%;
    display: flex;
    justify-content: flex-end;
}

.--count-2 .images-layout__item:nth-child(1) {
    width: 70.23622%;
}
.--count-2 .images-layout__item:nth-child(1) picture {
    padding-top: 95.06726%;
}
.--count-2 .images-layout__item:nth-child(1) picture img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.--count-2 .images-layout__item:nth-child(2) {
    position: absolute;
    left: 0;
    transform: translateY(35.80247%);
    width: 40%;
}
.--count-2 .images-layout__item:nth-child(2) picture {
    padding-top: 159.44882%;
}
.--count-2 .images-layout__item:nth-child(2) picture img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.--count-2.--flip-1 .images-layout__list {
    justify-content: flex-start;
}

.--count-2.--flip-1 .images-layout__item:nth-child(2) {
    left: auto;
    right: 0;
}

.--count-3 {
    position: relative;
}
.--count-3 .images-layout__list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.--count-3 .images-layout__item:nth-child(1),
.--count-3 .images-layout__item:nth-child(3) {
    width: 57.30337%;
}
.--count-3 .images-layout__item:nth-child(1) picture,
.--count-3 .images-layout__item:nth-child(3) picture {
    padding-top: 70.19608%;
}
.--count-3 .images-layout__item:nth-child(1) picture img,
.--count-3 .images-layout__item:nth-child(3) picture img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.--count-3 .images-layout__item:nth-child(3) {
    padding-top: 8.31461%;
}
.--count-3 .images-layout__item:nth-child(2) {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35.95506%;
}
.--count-3 .images-layout__item:nth-child(2) picture {
    padding-top: 140.625%;
}
.--count-3 .images-layout__item:nth-child(2) picture img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.--count-3.--flip-1 .images-layout__list {
    align-items: flex-start;
}
.--count-3.--flip-1 .images-layout__item:nth-child(2) {
    left: auto;
    right: 0;
}

@media (min-width: 768px) {
    .col-md-4 .--count-2 .images-layout__list,
    .col-md-5 .--count-2 .images-layout__list,
    .col-md-6 .--count-2 .images-layout__list {
        padding-bottom: 11.66667%;
    }
    .col-md-4 .--count-2 .images-layout__item:nth-child(1),
    .col-md-5 .--count-2 .images-layout__item:nth-child(1),
    .col-md-6 .--count-2 .images-layout__item:nth-child(1) {
        width: 82.5%;
    }
    .col-md-4 .--count-2 .images-layout__item:nth-child(2),
    .col-md-5 .--count-2 .images-layout__item:nth-child(2),
    .col-md-6 .--count-2 .images-layout__item:nth-child(2) {
        transform: translateY(93.25397%);
        width: 29.2%;
    }
}

@media (min-width: 500px) and (max-width: 767.98px) {
    .--count-2 .images-layout__list {
        padding-bottom: 11.66667%;
    }
    .--count-2 .images-layout__item:nth-child(1) {
        width: 82.5%;
    }
    .--count-2 .images-layout__item:nth-child(2) {
        transform: translateY(93.25397%);
        width: 29.2%;
    }
}

.col-md-1 .--count-2 .images-layout__list,
.col-md-2 .--count-2 .images-layout__list,
.col-md-3 .--count-2 .images-layout__list {
    flex-wrap: wrap;
    padding-bottom: 0;
    justify-content: flex-start;
}

.col-md-1 .--count-2 .images-layout__item:nth-child(1),
.col-md-2 .--count-2 .images-layout__item:nth-child(1),
.col-md-3 .--count-2 .images-layout__item:nth-child(1) {
    width: 100%;
}
.col-md-1 .--count-2 .images-layout__item:nth-child(1) picture,
.col-md-2 .--count-2 .images-layout__item:nth-child(1) picture,
.col-md-3 .--count-2 .images-layout__item:nth-child(1) picture {
    padding-top: 75.42857%;
}
.col-md-1 .--count-2 .images-layout__item:nth-child(1) picture img,
.col-md-2 .--count-2 .images-layout__item:nth-child(1) picture img,
.col-md-3 .--count-2 .images-layout__item:nth-child(1) picture img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.col-md-1 .--count-2 .images-layout__item:nth-child(2),
.col-md-2 .--count-2 .images-layout__item:nth-child(2),
.col-md-3 .--count-2 .images-layout__item:nth-child(2) {
    position: static;
    transform: none;
    margin-top: -14.8%;
    margin-left: 5.7%;
    margin-right: 5.7%;
}
.col-md-1 .--count-2 .images-layout__item:nth-child(2) picture,
.col-md-2 .--count-2 .images-layout__item:nth-child(2) picture,
.col-md-3 .--count-2 .images-layout__item:nth-child(2) picture {
    padding-top: 146.80851%;
}
.col-md-1 .--count-2 .images-layout__item:nth-child(2) picture img,
.col-md-2 .--count-2 .images-layout__item:nth-child(2) picture img,
.col-md-3 .--count-2 .images-layout__item:nth-child(2) picture img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.col-md-1 .--count-2.--flip-1 .images-layout__list,
.col-md-2 .--count-2.--flip-1 .images-layout__list,
.col-md-3 .--count-2.--flip-1 .images-layout__list {
    justify-content: flex-end;
}

@media (max-width: 499.98px) {
    .--count-2 .images-layout__list {
        flex-wrap: wrap;
        padding-bottom: 0;
        justify-content: flex-start;
    }
    .--count-2 .images-layout__item:nth-child(1) {
        width: 100%;
    }
    .--count-2 .images-layout__item:nth-child(1) picture {
        padding-top: 75.42857%;
    }
    .--count-2 .images-layout__item:nth-child(1) picture img {
        height: 100%;
        left: 50%;
        object-fit: cover;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .--count-2 .images-layout__item:nth-child(2) {
        position: static;
        transform: none;
        margin-top: -14.8%;
        margin-left: 5.7%;
        margin-right: 5.7%;
    }
    .--count-2 .images-layout__item:nth-child(2) picture {
        padding-top: 146.80851%;
    }
    .--count-2 .images-layout__item:nth-child(2) picture img {
        height: 100%;
        left: 50%;
        object-fit: cover;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .--count-2.--flip-1 .images-layout__list {
        justify-content: flex-end;
    }
}

.video-loop {
    position: relative;
}
.video-loop video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.gallery-row {
    margin: 1rem;
}
.gallery-row .image-gallery {
    width: 100%;
    display: grid;
    grid-gap: 0.125rem;
}
@media (min-width: 768px) {
    .gallery-row .image-gallery.--default {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .gallery-row .image-gallery.--default .image-gallery__item:nth-child(10n + 1),
    .gallery-row .image-gallery.--default .image-gallery__item:nth-child(10n + 8) {
        grid-column: span 2;
        grid-row: span 2;
    }
    .gallery-row .image-gallery.--cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .gallery-row .image-gallery.--cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-row-gap: 1.875rem;
        grid-column-gap: 1.875rem;
    }
}
@media (max-width: 767.98px) {
    .gallery-row .image-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .gallery-row .image-gallery.--default__item:nth-child(5n + 1) {
        grid-column: span 2;
        grid-row: span 2;
    }
    .gallery-row .image-gallery.--cols-4 {
        grid-row-gap: 1.875rem;
        grid-column-gap: 1.875rem;
    }
}
.gallery-row .image-gallery__item {
    position: relative;
}
.gallery-row .image-gallery__item a {
    display: block !important;
}
.gallery-row .image-gallery__item picture {
    padding-top: 100%;
}
.gallery-row .image-gallery__item picture img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.fancybox-caption__body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.625em;
    max-width: 56.25rem;
    margin: auto;
    text-align: left;
    padding-bottom: 1.875rem;
}
body .fancybox-caption__body {
    font-size: 1rem;
}
@media (min-width: 768px) {
    body .fancybox-caption__body {
        font-size: 1rem;
    }
}
.fancybox-caption__body strong,
.fancybox-caption__body b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.fancybox-button.fancybox-button--arrow_right,
.fancybox-button.fancybox-button--arrow_left {
    background: #b7a48f;
    width: 5rem !important;
    height: 3.75rem !important;
    padding: 0 !important;
    opacity: 1 !important;
}
.fancybox-button.fancybox-button--arrow_right div,
.fancybox-button.fancybox-button--arrow_left div {
    display: none;
}
.fancybox-button.fancybox-button--arrow_right:after,
.fancybox-button.fancybox-button--arrow_left:after {
    content: '';
    display: inline;
    font-family: 'fontello';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 0.2em;
    margin-right: 0.2em;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    display: block;
    color: #000;
    font-size: 1.25rem;
}

.fancybox-button--close {
    width: 3.375rem !important;
}
.fancybox-button--close svg {
    display: none !important;
}
.fancybox-button--close:after {
    content: '';
    display: inline;
    font-family: 'fontello';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 0.2em;
    margin-right: 0.2em;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    display: block;
    color: #fff;
    font-size: 1.5rem;
}

.fancybox-button.fancybox-button--arrow_right:after {
    transform: scaleX(-1);
}

.fancybox-button--thumbs,
.fancybox-button--play,
.fancybox-button--zoom,
.fancybox-infobar {
    display: none !important;
}

.custom-layout {
    display: grid;
}
.custom-layout .--image-1 picture {
    padding-top: 151.25%;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.custom-layout .--image-1 picture img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.custom-layout .--image-2 picture {
    padding-top: 62.10526%;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.custom-layout .--image-2 picture img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.custom-layout .--image-3 picture {
    padding-top: 166.91395%;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.custom-layout .--image-3 picture img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
@media (max-width: 767.98px) {
    .custom-layout .--image-1 {
        margin-left: -4.375rem;
        margin-right: 25.519287833827893%;
    }
    .custom-layout .--image-2 {
        margin-top: -10%;
    }
    .custom-layout__item {
        margin-top: 4.6875rem;
    }
}
@media (min-width: 768px) {
    .custom-layout {
        grid-template-columns: 41.666666666666667% 58.333333333333333%;
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }
    .custom-layout__item {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .custom-layout .--images,
    .custom-layout .--image-3 {
        grid-row: span 2;
    }
    .custom-layout .--text-1,
    .custom-layout .--text-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .custom-layout .--text-1,
    .custom-layout .--image-1 {
        margin-right: 8.333333333333333%;
    }
    .custom-layout .--image-3 {
        margin-left: 8.333333333333333%;
    }
    .custom-layout .--image-1 {
        margin-left: -6.625rem;
    }
    .custom-layout .--image-2 {
        margin-top: -10%;
    }
    .custom-layout .--image-3 {
        margin-right: -5.875rem;
    }
}

.section-popup-row {
    --button-size: 5rem;
    --offset: 5rem;
    width: 100%;
    max-width: 100%;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    --padding-right: 3.75rem;
    --padding-left: 3.75rem;
    margin-right: auto;
    margin-left: auto;
    --margin-offset: 0px;
    --margin-offset: calc((100vw - 100vw) / 2);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    top: 0;
    right: 0;
}
@media (max-width: 767.98px) {
    .section-popup-row {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        --padding-right: 1.5rem;
        --padding-left: 1.5rem;
    }
}
@media (max-width: 767.98px) {
    .section-popup-row {
        --button-size: 3.75rem;
        --offset: calc(var(--button-size) + 0rem);
    }
}

.section-popup {
    position: absolute;
    z-index: 95;
    width: 100%;
    height: 0;
}
.section-popup__wrapper,
.section-popup__inner-wrapper {
    position: relative;
    width: 100%;
}
.section-popup__toggler {
    position: absolute;
    width: var(--button-size);
    height: var(--button-size);
    background: #b7a48f;
    color: #000;
    box-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
.section-popup__toggler i {
    font-size: 1.125rem;
    font-weight: bold;
    display: block;
    transition:
        transform 0.3s,
        font-size 0.3s;
    transform: rotate(45deg);
}
.section-popup__toggler:hover i {
    transform: rotate(45deg) scale(1.5);
}
.--open .section-popup__toggler i {
    transform: rotate(0deg) scale(1);
}
.--open .section-popup__toggler:hover i {
    transform: rotate(0deg) scale(1.5);
}
.section-popup__content {
    background: #f0ede9;
    color: #000;
    padding: 1.5625rem 2.1875rem;
    position: absolute;
    box-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
    max-width: calc(100% - var(--offset));
    display: inline-block;
    transition:
        opacity 0.3s,
        transform 0s 0.3s;
    overflow: hidden;
    opacity: 0;
    transform: translateX(-100vw);
}
@media (max-width: 767.98px) {
    .section-popup__content {
        padding: 1.125rem 0.9375rem;
        max-width: 100%;
    }
}
.--open .section-popup__content {
    opacity: 1;
    transform: translateX(0);
    transition:
        opacity 0.3s,
        transform 0s 0s;
}
.section-popup.--position-bottom-left,
.section-popup.--position-bottom-right {
    bottom: calc(var(--button-size) / 2 * -1);
}
.section-popup.--position-bottom-left .section-popup__toggler,
.section-popup.--position-bottom-right .section-popup__toggler {
    bottom: 0;
}
.section-popup.--position-bottom-left .section-popup__content,
.section-popup.--position-bottom-right .section-popup__content {
    margin-bottom: var(--offset);
    bottom: 0;
}
.section-popup.--position-bottom-left,
.section-popup.--position-top-left {
    left: 0;
}
.section-popup.--position-bottom-left .section-popup__toggler,
.section-popup.--position-top-left .section-popup__toggler {
    left: 0;
}
.section-popup.--position-bottom-right,
.section-popup.--position-top-right {
    right: 0;
}
.section-popup.--position-bottom-right .section-popup__toggler,
.section-popup.--position-top-right .section-popup__toggler {
    right: 0;
}
.section-popup.--position-top-right,
.section-popup.--position-top-left {
    top: calc(var(--button-size) / 2 * -1);
}
.section-popup.--position-top-right .section-popup__toggler,
.section-popup.--position-top-left .section-popup__toggler {
    top: 0;
}
.section-popup.--position-top-right .section-popup__content,
.section-popup.--position-top-left .section-popup__content {
    margin-top: var(--offset);
    top: 0;
}

.video-autoplay {
    width: 100%;
}

.vimeo-video {
    position: relative;
}
.vimeo-video iframe {
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

.youtube-video-wrapper {
    position: relative;
    overflow: hidden;
}
.youtube-video-wrapper iframe {
    position: absolute;
    top: -100px;
    width: 100% !important;
    height: calc(100% + 200px) !important;
}
.youtube-video-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
}

.card-blog_post {
    display: block;
}
.card-blog_post:hover {
    text-decoration: none;
}
.no-touch .card-blog_post:hover picture img {
    transform: scale(1.2);
}
.card-blog_post__image {
    position: relative;
}
.card-blog_post__image picture {
    padding-top: 100%;
    border-radius: 0 !important;
}
.card-blog_post__image picture img {
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.25s;
}
.card-blog_post__thumbnail__category {
    position: absolute;
    top: 0.75rem;
    right: 1.625rem;
    z-index: 1;
    color: #fff;
    background: #958778;
    text-transform: uppercase;
    padding: 0.1875rem 0.75rem;
    user-select: none;
    top: 0.625rem;
    right: 0.75rem;
}
.card-blog_post__date {
    color: #958778;
    margin-top: 0.9375rem;
    display: block;
}
.card-blog_post__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1em;
    margin-top: 1.125rem;
    color: #000;
}
body .card-blog_post__title {
    font-size: 1rem;
}
@media (min-width: 768px) {
    body .card-blog_post__title {
        font-size: 1.5rem;
    }
}

.card-project {
    display: block;
}
.card-project:hover {
    text-decoration: none;
}
.no-touch .card-project:hover picture img {
    transform: scale(1.2);
}
.card-project__image {
    position: relative;
}
.card-project__image picture {
    padding-top: 100%;
    border-radius: 0 !important;
}
.card-project__image picture img {
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.25s;
}
.card-project__image__budget {
    position: absolute;
    top: 0.75rem;
    right: 1.625rem;
    z-index: 1;
    color: #fff;
    background: #958778;
    text-transform: uppercase;
    padding: 0.1875rem 0.75rem;
    user-select: none;
    top: 0.625rem;
    right: 0.75rem;
}
.card-project__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1em;
    margin-top: 1.125rem;
    margin-top: 0.25em !important;
}
body .card-project__title {
    font-size: 1rem;
}
@media (min-width: 768px) {
    body .card-project__title {
        font-size: 1.5rem;
    }
}
.card-project__taxonomies {
    margin: 1.125rem 0 0;
    color: #000;
}
.card-project__taxonomies span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.625em;
}
body .card-project__taxonomies span {
    font-size: 1rem;
}
@media (min-width: 768px) {
    body .card-project__taxonomies span {
        font-size: 1rem;
    }
}
.card-project__taxonomies span strong,
.card-project__taxonomies span b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.card-project__taxonomies__style {
    color: #f0ede9;
}

.card-designer {
    display: block;
}
.card-designer:hover {
    text-decoration: none;
}
.no-touch .card-designer:hover picture img {
    transform: scale(1.2);
}
.card-designer__image {
    position: relative;
}
.card-designer__image picture {
    padding-top: 100%;
    border-radius: 0 !important;
}
.card-designer__image picture img {
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.25s;
}
.card-designer__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1em;
    margin-top: 1.125rem;
    margin-top: 0.25em !important;
}
body .card-designer__title {
    font-size: 1rem;
}
@media (min-width: 768px) {
    body .card-designer__title {
        font-size: 1.5rem;
    }
}
.card-designer__role {
    margin: 1.125rem 0 0;
    color: #b7a48f;
    display: block;
}

.card-material {
    display: block;
}
.card-material:hover {
    text-decoration: none;
}
.no-touch .card-material:hover picture img {
    transform: scale(1.2);
}
.card-material__image {
    position: relative;
}
.card-material__image picture {
    padding-top: 100%;
    border-radius: 0 !important;
}
.card-material__image picture img {
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.25s;
}
.card-material__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1em;
    margin-top: 1.125rem;
}
body .card-material__title {
    font-size: 1rem;
}
@media (min-width: 768px) {
    body .card-material__title {
        font-size: 1.5rem;
    }
}

.carousel--style--history .carousel {
    overflow: visible;
}
@media (min-width: 768px) {
    .carousel--style--history .carousel__toolbar {
        margin-top: 4rem;
    }
}

.carousel--style--history .carousel-gutter-sizer {
    width: 4rem;
}

.carousel--style--history .swiper-slide {
    height: auto;
}

@media (min-width: 768px) {
    .card-history {
        display: flex;
        height: 100%;
    }
}

@media (max-width: 767.98px) {
    .card-history__image {
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) {
    .card-history__image {
        width: 40%;
    }
}

.card-history__details {
    display: flex;
}
@media (min-width: 768px) {
    .card-history__details {
        width: 60%;
        border-left: 1px solid #222222;
        margin-left: 1.375rem;
        padding-left: 1.375rem;
        flex-direction: column;
    }
}

.card-history__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5rem;
    font-weight: normal;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--secondary-color);
    line-height: 0.7em;
}
.card-history__title strong,
.card-history__title b {
    font-weight: 500 !important;
}
body .card-history__title {
    font-size: 2.5rem;
}
@media (min-width: 768px) {
    body .card-history__title {
        font-size: 3.75rem;
    }
}
@media (min-width: 1100px) {
    body .card-history__title {
        font-size: 5rem;
    }
}
@media (max-width: 767.98px) {
    .card-history__title {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 3.75rem;
        font-weight: normal;
        line-height: 1em;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: var(--secondary-color);
    }
    .card-history__title strong,
    .card-history__title b {
        font-weight: 500 !important;
    }
    body .card-history__title {
        font-size: 1.875rem;
    }
}
@media (max-width: 767.98px) and (min-width: 768px) {
    body .card-history__title {
        font-size: 3.75rem;
    }
}
@media (min-width: 768px) {
    .card-history__title {
        order: 2;
        margin-top: auto;
        padding-top: 2rem;
        padding-bottom: 1px;
    }
}

.card-history__description {
    /* Fall back after removing cormorant */
    line-height: 1.3em;
}
.card-history__description > p + p,
.card-history__description > p + ul,
.card-history__description > p + ol,
.card-history__description > p + h1,
.card-history__description > p + h2,
.card-history__description > p + h3,
.card-history__description > p + h4,
.card-history__description > p + h5,
.card-history__description > p + h6,
.card-history__description > p > figure,
.card-history__description > p + picture,
.card-history__description > p > div,
.card-history__description > p + div,
.card-history__description > ul + p,
.card-history__description > ul + ul,
.card-history__description > ul + ol,
.card-history__description > ul + h1,
.card-history__description > ul + h2,
.card-history__description > ul + h3,
.card-history__description > ul + h4,
.card-history__description > ul + h5,
.card-history__description > ul + h6,
.card-history__description > ul > figure,
.card-history__description > ul + picture,
.card-history__description > ul > div,
.card-history__description > ul + div,
.card-history__description > ol + p,
.card-history__description > ol + ul,
.card-history__description > ol + ol,
.card-history__description > ol + h1,
.card-history__description > ol + h2,
.card-history__description > ol + h3,
.card-history__description > ol + h4,
.card-history__description > ol + h5,
.card-history__description > ol + h6,
.card-history__description > ol > figure,
.card-history__description > ol + picture,
.card-history__description > ol > div,
.card-history__description > ol + div,
.card-history__description > h1 + p,
.card-history__description > h1 + ul,
.card-history__description > h1 + ol,
.card-history__description > h1 + h1,
.card-history__description > h1 + h2,
.card-history__description > h1 + h3,
.card-history__description > h1 + h4,
.card-history__description > h1 + h5,
.card-history__description > h1 + h6,
.card-history__description > h1 > figure,
.card-history__description > h1 + picture,
.card-history__description > h1 > div,
.card-history__description > h1 + div,
.card-history__description > h2 + p,
.card-history__description > h2 + ul,
.card-history__description > h2 + ol,
.card-history__description > h2 + h1,
.card-history__description > h2 + h2,
.card-history__description > h2 + h3,
.card-history__description > h2 + h4,
.card-history__description > h2 + h5,
.card-history__description > h2 + h6,
.card-history__description > h2 > figure,
.card-history__description > h2 + picture,
.card-history__description > h2 > div,
.card-history__description > h2 + div,
.card-history__description > h3 + p,
.card-history__description > h3 + ul,
.card-history__description > h3 + ol,
.card-history__description > h3 + h1,
.card-history__description > h3 + h2,
.card-history__description > h3 + h3,
.card-history__description > h3 + h4,
.card-history__description > h3 + h5,
.card-history__description > h3 + h6,
.card-history__description > h3 > figure,
.card-history__description > h3 + picture,
.card-history__description > h3 > div,
.card-history__description > h3 + div,
.card-history__description > h4 + p,
.card-history__description > h4 + ul,
.card-history__description > h4 + ol,
.card-history__description > h4 + h1,
.card-history__description > h4 + h2,
.card-history__description > h4 + h3,
.card-history__description > h4 + h4,
.card-history__description > h4 + h5,
.card-history__description > h4 + h6,
.card-history__description > h4 > figure,
.card-history__description > h4 + picture,
.card-history__description > h4 > div,
.card-history__description > h4 + div,
.card-history__description > h5 + p,
.card-history__description > h5 + ul,
.card-history__description > h5 + ol,
.card-history__description > h5 + h1,
.card-history__description > h5 + h2,
.card-history__description > h5 + h3,
.card-history__description > h5 + h4,
.card-history__description > h5 + h5,
.card-history__description > h5 + h6,
.card-history__description > h5 > figure,
.card-history__description > h5 + picture,
.card-history__description > h5 > div,
.card-history__description > h5 + div,
.card-history__description > h6 + p,
.card-history__description > h6 + ul,
.card-history__description > h6 + ol,
.card-history__description > h6 + h1,
.card-history__description > h6 + h2,
.card-history__description > h6 + h3,
.card-history__description > h6 + h4,
.card-history__description > h6 + h5,
.card-history__description > h6 + h6,
.card-history__description > h6 > figure,
.card-history__description > h6 + picture,
.card-history__description > h6 > div,
.card-history__description > h6 + div,
.card-history__description > figure + p,
.card-history__description > figure + ul,
.card-history__description > figure + ol,
.card-history__description > figure + h1,
.card-history__description > figure + h2,
.card-history__description > figure + h3,
.card-history__description > figure + h4,
.card-history__description > figure + h5,
.card-history__description > figure + h6,
.card-history__description > figure > figure,
.card-history__description > figure + picture,
.card-history__description > figure > div,
.card-history__description > figure + div,
.card-history__description > picture + p,
.card-history__description > picture + ul,
.card-history__description > picture + ol,
.card-history__description > picture + h1,
.card-history__description > picture + h2,
.card-history__description > picture + h3,
.card-history__description > picture + h4,
.card-history__description > picture + h5,
.card-history__description > picture + h6,
.card-history__description > picture > figure,
.card-history__description > picture + picture,
.card-history__description > picture > div,
.card-history__description > picture + div,
.card-history__description > div + p,
.card-history__description > div + ul,
.card-history__description > div + ol,
.card-history__description > div + h1,
.card-history__description > div + h2,
.card-history__description > div + h3,
.card-history__description > div + h4,
.card-history__description > div + h5,
.card-history__description > div + h6,
.card-history__description > div > figure,
.card-history__description > div + picture,
.card-history__description > div > div,
.card-history__description > div + div {
    margin-top: 1.5rem;
}
.card-history__description > h1 + p,
.card-history__description > h1 + ul,
.card-history__description > h1 + ol,
.card-history__description > h1 > div {
    margin-top: 2.5rem;
}
.card-history__description > h2 + p,
.card-history__description > h2 + ul,
.card-history__description > h2 + ol,
.card-history__description > h2 > div,
.card-history__description > h3 + p,
.card-history__description > h3 + ul,
.card-history__description > h3 + ol,
.card-history__description > h3 > div,
.card-history__description > h4 + p,
.card-history__description > h4 + ul,
.card-history__description > h4 + ol,
.card-history__description > h4 > div,
.card-history__description > h5 + p,
.card-history__description > h5 + ul,
.card-history__description > h5 + ol,
.card-history__description > h5 > div,
.card-history__description > h6 + p,
.card-history__description > h6 + ul,
.card-history__description > h6 + ol,
.card-history__description > h6 > div {
    margin-top: 2rem;
}
.card-history__description p + h2,
.card-history__description p + h3,
.card-history__description p > div > figure,
.card-history__description p > picture,
.card-history__description ul + h2,
.card-history__description ul + h3,
.card-history__description ul > div > figure,
.card-history__description ul > picture,
.card-history__description ol + h2,
.card-history__description ol + h3,
.card-history__description ol > div > figure,
.card-history__description ol > picture {
    margin-top: 3rem;
}
.card-history__description .d-none + p,
.card-history__description .d-none + ul,
.card-history__description .d-none + ol {
    margin-top: 0;
}
.card-history__description .d-none:first-child + p,
.card-history__description .d-none:first-child + ul,
.card-history__description .d-none:first-child + ol,
.card-history__description .d-none:first-child + h2,
.card-history__description .d-none:first-child + h3,
.card-history__description .d-none:first-child + h4,
.card-history__description .d-none:first-child + h5,
.card-history__description .d-none:first-child + h6 {
    margin-top: 0;
}
@media (max-width: 767.98px) {
    .card-history__description .desktop-only:first-child + p,
    .card-history__description .desktop-only:first-child + ul,
    .card-history__description .desktop-only:first-child + ol,
    .card-history__description .desktop-only:first-child + h2,
    .card-history__description .desktop-only:first-child + h3,
    .card-history__description .desktop-only:first-child + h4,
    .card-history__description .desktop-only:first-child + h5,
    .card-history__description .desktop-only:first-child + h6 {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .card-history__description .mobile-only:first-child + p,
    .card-history__description .mobile-only:first-child + ul,
    .card-history__description .mobile-only:first-child + ol,
    .card-history__description .mobile-only:first-child + h2,
    .card-history__description .mobile-only:first-child + h3,
    .card-history__description .mobile-only:first-child + h4,
    .card-history__description .mobile-only:first-child + h5,
    .card-history__description .mobile-only:first-child + h6 {
        margin-top: 0;
    }
}
.card-history__description h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5rem;
    font-weight: normal;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--secondary-color);
}
.card-history__description h1 strong,
.card-history__description h1 b {
    font-weight: 500 !important;
}
body .card-history__description h1 {
    font-size: 2.5rem;
}
@media (min-width: 768px) {
    body .card-history__description h1 {
        font-size: 3.75rem;
    }
}
@media (min-width: 1100px) {
    body .card-history__description h1 {
        font-size: 5rem;
    }
}
.card-history__description h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.75rem;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--secondary-color);
}
.card-history__description h2 strong,
.card-history__description h2 b {
    font-weight: 500 !important;
}
body .card-history__description h2 {
    font-size: 1.875rem;
}
@media (min-width: 768px) {
    body .card-history__description h2 {
        font-size: 3.75rem;
    }
}
.card-history__description h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
}
body .card-history__description h3 {
    font-size: 1.25rem;
}
@media (min-width: 768px) {
    body .card-history__description h3 {
        font-size: 2.5rem;
    }
}
.card-history__description h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
}
body .card-history__description h4 {
    font-size: 1.125rem;
}
@media (min-width: 768px) {
    body .card-history__description h4 {
        font-size: 1.875rem;
    }
}
.card-history__description h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
}
body .card-history__description h5 {
    font-size: 1rem;
}
@media (min-width: 768px) {
    body .card-history__description h5 {
        font-size: 1.5rem;
    }
}
.card-history__description h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
}
body .card-history__description h6 {
    font-size: 0.875rem;
}
@media (min-width: 768px) {
    body .card-history__description h6 {
        font-size: 1.375rem;
    }
}
@media (max-width: 767.98px) {
    .card-history__description h1 br,
    .card-history__description h2 br {
        display: none;
    }
}
.card-history__description p,
.card-history__description li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.625em;
}
body .card-history__description p,
body .card-history__description li {
    font-size: 1rem;
}
@media (min-width: 768px) {
    body .card-history__description p,
    body .card-history__description li {
        font-size: 1rem;
    }
}
.card-history__description p strong,
.card-history__description p b,
.card-history__description li strong,
.card-history__description li b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.card-history__description ul {
    display: block;
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
}
.card-history__description ul li {
    margin: 0;
    padding: 0;
}
.card-history__description ul li {
    display: flex;
    align-items: flex-start;
}
.card-history__description ul li:not(:first-child) {
    margin-top: 0.3125rem;
}
.card-history__description ul li::before {
    content: '';
    height: 1px;
    flex: 0 0 1.25rem;
    border-top: 1px solid;
    border-color: inherit;
    display: inline-block;
    margin-right: 0.46875rem;
    margin-top: 0.6em;
}
.card-history__description ol {
    padding-left: 1.12em;
}
.card-history__description figure {
    margin: 1.5em 0;
}
.card-history__description figure:first-child {
    margin-top: 0;
}
.card-history__description figure figcaption {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.625em;
    color: #958778;
    padding-top: 0.5rem;
}
body .card-history__description figure figcaption {
    font-size: 1rem;
}
@media (min-width: 768px) {
    body .card-history__description figure figcaption {
        font-size: 1rem;
    }
}
.card-history__description figure figcaption strong,
.card-history__description figure figcaption b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.card-history__description a:not([class*='btn']) {
    text-decoration: none !important;
    border-bottom: 0px solid;
    position: relative;
    top: 0;
}
.card-history__description a:not([class*='btn']):hover {
    padding-bottom: 0.25rem;
    border-width: 1px;
    top: -0.25rem;
}
.no-touch .card-history__description a:not([class*='btn']) {
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        padding-bottom 0.25s ease,
        top 0.25s ease;
}
.card-history__description .round-image {
    border-radius: 100%;
}
.card-history__description .round-image.picture {
    padding-top: 100%;
}
.card-history__description .round-image.picture img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.card-history__description p a,
.card-history__description li a {
    color: var(--secondary-color);
}
.card-history__description blockquote,
.card-history__description blockquote p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    color: #b7a48f;
}
.card-history__description blockquote strong,
.card-history__description blockquote b,
.card-history__description blockquote p strong,
.card-history__description blockquote p b {
    font-weight: 500 !important;
}
body .card-history__description blockquote,
body .card-history__description blockquote p {
    font-size: 1.5625rem;
}
@media (min-width: 768px) {
    body .card-history__description blockquote,
    body .card-history__description blockquote p {
        font-size: 2.5rem;
    }
}
.card-history__description img.picture-square {
    aspect-ratio: 1;
    object-fit: cover;
}
.card-history__description .picture.picture-square {
    padding-top: 100% !important;
}
.card-history__description .picture.picture-square img {
    height: 100% !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.card-history__description .heading-main {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5rem;
    font-weight: normal;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--secondary-color);
}
.card-history__description .heading-main strong,
.card-history__description .heading-main b {
    font-weight: 500 !important;
}
body .card-history__description .heading-main {
    font-size: 2.5rem;
}
@media (min-width: 768px) {
    body .card-history__description .heading-main {
        font-size: 3.75rem;
    }
}
@media (min-width: 1100px) {
    body .card-history__description .heading-main {
        font-size: 5rem;
    }
}
.card-history__description .heading-2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.75rem;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--secondary-color);
}
.card-history__description .heading-2 strong,
.card-history__description .heading-2 b {
    font-weight: 500 !important;
}
body .card-history__description .heading-2 {
    font-size: 1.875rem;
}
@media (min-width: 768px) {
    body .card-history__description .heading-2 {
        font-size: 3.75rem;
    }
}
.card-history__description .heading-3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
}
body .card-history__description .heading-3 {
    font-size: 1.25rem;
}
@media (min-width: 768px) {
    body .card-history__description .heading-3 {
        font-size: 2.5rem;
    }
}
.card-history__description .heading-4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
}
body .card-history__description .heading-4 {
    font-size: 1.125rem;
}
@media (min-width: 768px) {
    body .card-history__description .heading-4 {
        font-size: 1.875rem;
    }
}
.card-history__description .heading-5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
}
body .card-history__description .heading-5 {
    font-size: 1rem;
}
@media (min-width: 768px) {
    body .card-history__description .heading-5 {
        font-size: 1.5rem;
    }
}
.card-history__description .heading-6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
}
body .card-history__description .heading-6 {
    font-size: 0.875rem;
}
@media (min-width: 768px) {
    body .card-history__description .heading-6 {
        font-size: 1.375rem;
    }
}
.card-history__description .h1-source {
    font-family: 'Source Serif 4', serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.5rem;
    line-height: 1em;
}
body .card-history__description .h1-source {
    font-size: 1.25rem;
}
@media (min-width: 768px) {
    body .card-history__description .h1-source {
        font-size: 2.5rem;
    }
}
.card-history__description .h2-source {
    font-family: 'Source Serif 4', serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.875rem;
    line-height: 1em;
}
body .card-history__description .h2-source {
    font-size: 1.125rem;
}
@media (min-width: 768px) {
    body .card-history__description .h2-source {
        font-size: 1.875rem;
    }
}
.card-history__description .text-regular {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.625em;
}
body .card-history__description .text-regular {
    font-size: 1rem;
}
@media (min-width: 768px) {
    body .card-history__description .text-regular {
        font-size: 1rem;
    }
}
.card-history__description .text-regular strong,
.card-history__description .text-regular b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.card-history__description .text-medium {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.625em;
}
body .card-history__description .text-medium {
    font-size: 1.25rem;
}
@media (min-width: 768px) {
    body .card-history__description .text-medium {
        font-size: 1.25rem;
    }
}
.card-history__description .text-medium strong,
.card-history__description .text-medium b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.card-history__description .text-large {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.875rem;
    line-height: 1.4666em;
    color: var(--secondary-color);
}
body .card-history__description .text-large {
    font-size: 1.125rem;
}
@media (min-width: 768px) {
    body .card-history__description .text-large {
        font-size: 1.875rem;
    }
}
.card-history__description .text-large strong,
.card-history__description .text-large b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.card-history__description .text-xlarge {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 7.5rem;
    line-height: 0.8em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--secondary-color);
}
.card-history__description .text-xlarge strong,
.card-history__description .text-xlarge b {
    font-weight: 500 !important;
}
body .card-history__description .text-xlarge {
    font-size: 3.75rem;
}
@media (min-width: 768px) {
    body .card-history__description .text-xlarge {
        font-size: 7.5rem;
    }
}
.card-history__description .text-xlarge strong,
.card-history__description .text-xlarge b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
}
.card-history__description .btn-primary {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #b7a48f;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.card-history__description .btn-primary:hover {
    text-decoration: none;
}
.card-history__description .btn-primary:focus {
    outline: none;
}
.card-history__description .btn-primary span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-primary:hover {
    background-color: #ad977f;
}
.card-history__description .btn-primary--primary {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #b7a48f;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.card-history__description .btn-primary--primary:hover {
    text-decoration: none;
}
.card-history__description .btn-primary--primary:focus {
    outline: none;
}
.card-history__description .btn-primary--primary span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-primary--primary:hover {
    background-color: #ad977f;
}
.card-history__description .btn-primary--secondary {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #6c757d;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.card-history__description .btn-primary--secondary:hover {
    text-decoration: none;
}
.card-history__description .btn-primary--secondary:focus {
    outline: none;
}
.card-history__description .btn-primary--secondary span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-primary--secondary:hover {
    background-color: #60686f;
}
.card-history__description .btn-primary--success {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #28a745;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.card-history__description .btn-primary--success:hover {
    text-decoration: none;
}
.card-history__description .btn-primary--success:focus {
    outline: none;
}
.card-history__description .btn-primary--success span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-primary--success:hover {
    background-color: #23923d;
}
.card-history__description .btn-primary--info {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #17a2b8;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.card-history__description .btn-primary--info:hover {
    text-decoration: none;
}
.card-history__description .btn-primary--info:focus {
    outline: none;
}
.card-history__description .btn-primary--info span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-primary--info:hover {
    background-color: #148ea1;
}
.card-history__description .btn-primary--warning {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #ffc107;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.card-history__description .btn-primary--warning:hover {
    text-decoration: none;
}
.card-history__description .btn-primary--warning:focus {
    outline: none;
}
.card-history__description .btn-primary--warning span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-primary--warning:hover {
    background-color: #edb100;
}
.card-history__description .btn-primary--danger {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #b7a48f;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.card-history__description .btn-primary--danger:hover {
    text-decoration: none;
}
.card-history__description .btn-primary--danger:focus {
    outline: none;
}
.card-history__description .btn-primary--danger span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-primary--danger:hover {
    background-color: #ad977f;
}
.card-history__description .btn-primary--light {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #f8f9fa;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.card-history__description .btn-primary--light:hover {
    text-decoration: none;
}
.card-history__description .btn-primary--light:focus {
    outline: none;
}
.card-history__description .btn-primary--light span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-primary--light:hover {
    background-color: #e9ecef;
}
.card-history__description .btn-primary--dark {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #343a40;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.card-history__description .btn-primary--dark:hover {
    text-decoration: none;
}
.card-history__description .btn-primary--dark:focus {
    outline: none;
}
.card-history__description .btn-primary--dark span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-primary--dark:hover {
    background-color: #292d32;
}
.card-history__description .btn-primary--black {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #000;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    color: #fff !important;
}
.card-history__description .btn-primary--black:hover {
    text-decoration: none;
}
.card-history__description .btn-primary--black:focus {
    outline: none;
}
.card-history__description .btn-primary--black span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-primary--black:hover {
    background-color: black;
}
.card-history__description .btn-primary--off-black {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #0d0d0d;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.card-history__description .btn-primary--off-black:hover {
    text-decoration: none;
}
.card-history__description .btn-primary--off-black:focus {
    outline: none;
}
.card-history__description .btn-primary--off-black span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-primary--off-black:hover {
    background-color: black;
}
.card-history__description .btn-primary--dark-grey {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #222222;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    color: #b7a48f !important;
}
.card-history__description .btn-primary--dark-grey:hover {
    text-decoration: none;
}
.card-history__description .btn-primary--dark-grey:focus {
    outline: none;
}
.card-history__description .btn-primary--dark-grey span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-primary--dark-grey:hover {
    background-color: #151515;
}
.card-history__description .btn-primary--grey {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #3c3c3c;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    color: #b7a48f !important;
}
.card-history__description .btn-primary--grey:hover {
    text-decoration: none;
}
.card-history__description .btn-primary--grey:focus {
    outline: none;
}
.card-history__description .btn-primary--grey span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-primary--grey:hover {
    background-color: #2f2f2f;
}
.card-history__description .btn-primary--brown {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #958778;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.card-history__description .btn-primary--brown:hover {
    text-decoration: none;
}
.card-history__description .btn-primary--brown:focus {
    outline: none;
}
.card-history__description .btn-primary--brown span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-primary--brown:hover {
    background-color: #887a6b;
}
.card-history__description .btn-primary--beige {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #b7a48f;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.card-history__description .btn-primary--beige:hover {
    text-decoration: none;
}
.card-history__description .btn-primary--beige:focus {
    outline: none;
}
.card-history__description .btn-primary--beige span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-primary--beige:hover {
    background-color: #ad977f;
}
.card-history__description .btn-primary--grey-footer {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #c1bab2;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    color: #b7a48f !important;
}
.card-history__description .btn-primary--grey-footer:hover {
    text-decoration: none;
}
.card-history__description .btn-primary--grey-footer:focus {
    outline: none;
}
.card-history__description .btn-primary--grey-footer span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-primary--grey-footer:hover {
    background-color: #b6ada4;
}
.card-history__description .btn-primary--light-grey {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #f0ede9;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    color: #222222 !important;
}
.card-history__description .btn-primary--light-grey:hover {
    text-decoration: none;
}
.card-history__description .btn-primary--light-grey:focus {
    outline: none;
}
.card-history__description .btn-primary--light-grey span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-primary--light-grey:hover {
    background-color: #e6e1da;
}
.card-history__description .btn-primary--white {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #fff;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.card-history__description .btn-primary--white:hover {
    text-decoration: none;
}
.card-history__description .btn-primary--white:focus {
    outline: none;
}
.card-history__description .btn-primary--white span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-primary--white:hover {
    background-color: #f2f2f2;
}
.card-history__description .btn-primary--red {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #b7a48f;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.card-history__description .btn-primary--red:hover {
    text-decoration: none;
}
.card-history__description .btn-primary--red:focus {
    outline: none;
}
.card-history__description .btn-primary--red span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-primary--red:hover {
    background-color: #ad977f;
}
.card-history__description .btn-secondary {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #b7a48f;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #b7a48f;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.card-history__description .btn-secondary:hover {
    text-decoration: none;
}
.card-history__description .btn-secondary:focus {
    outline: none;
}
.card-history__description .btn-secondary span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-secondary:hover {
    background-color: #ad977f;
}
.card-history__description .btn-secondary:not(:hover) {
    background: transparent !important;
    color: #b7a48f;
}
.card-history__description .btn-secondary--primary {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #b7a48f;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #b7a48f;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.card-history__description .btn-secondary--primary:hover {
    text-decoration: none;
}
.card-history__description .btn-secondary--primary:focus {
    outline: none;
}
.card-history__description .btn-secondary--primary span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-secondary--primary:hover {
    background-color: #ad977f;
}
.card-history__description .btn-secondary--primary:not(:hover) {
    background: transparent !important;
    color: #b7a48f;
}
.card-history__description .btn-secondary--secondary {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #6c757d;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #6c757d;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.card-history__description .btn-secondary--secondary:hover {
    text-decoration: none;
}
.card-history__description .btn-secondary--secondary:focus {
    outline: none;
}
.card-history__description .btn-secondary--secondary span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-secondary--secondary:hover {
    background-color: #60686f;
}
.card-history__description .btn-secondary--secondary:not(:hover) {
    background: transparent !important;
    color: #6c757d;
}
.card-history__description .btn-secondary--success {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #28a745;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #28a745;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.card-history__description .btn-secondary--success:hover {
    text-decoration: none;
}
.card-history__description .btn-secondary--success:focus {
    outline: none;
}
.card-history__description .btn-secondary--success span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-secondary--success:hover {
    background-color: #23923d;
}
.card-history__description .btn-secondary--success:not(:hover) {
    background: transparent !important;
    color: #28a745;
}
.card-history__description .btn-secondary--info {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #17a2b8;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #17a2b8;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.card-history__description .btn-secondary--info:hover {
    text-decoration: none;
}
.card-history__description .btn-secondary--info:focus {
    outline: none;
}
.card-history__description .btn-secondary--info span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-secondary--info:hover {
    background-color: #148ea1;
}
.card-history__description .btn-secondary--info:not(:hover) {
    background: transparent !important;
    color: #17a2b8;
}
.card-history__description .btn-secondary--warning {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #ffc107;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #ffc107;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.card-history__description .btn-secondary--warning:hover {
    text-decoration: none;
}
.card-history__description .btn-secondary--warning:focus {
    outline: none;
}
.card-history__description .btn-secondary--warning span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-secondary--warning:hover {
    background-color: #edb100;
}
.card-history__description .btn-secondary--warning:not(:hover) {
    background: transparent !important;
    color: #ffc107;
}
.card-history__description .btn-secondary--danger {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #b7a48f;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #b7a48f;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.card-history__description .btn-secondary--danger:hover {
    text-decoration: none;
}
.card-history__description .btn-secondary--danger:focus {
    outline: none;
}
.card-history__description .btn-secondary--danger span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-secondary--danger:hover {
    background-color: #ad977f;
}
.card-history__description .btn-secondary--danger:not(:hover) {
    background: transparent !important;
    color: #b7a48f;
}
.card-history__description .btn-secondary--light {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #f8f9fa;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #f8f9fa;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.card-history__description .btn-secondary--light:hover {
    text-decoration: none;
}
.card-history__description .btn-secondary--light:focus {
    outline: none;
}
.card-history__description .btn-secondary--light span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-secondary--light:hover {
    background-color: #e9ecef;
}
.card-history__description .btn-secondary--light:not(:hover) {
    background: transparent !important;
    color: #f8f9fa;
}
.card-history__description .btn-secondary--dark {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #343a40;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #343a40;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.card-history__description .btn-secondary--dark:hover {
    text-decoration: none;
}
.card-history__description .btn-secondary--dark:focus {
    outline: none;
}
.card-history__description .btn-secondary--dark span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-secondary--dark:hover {
    background-color: #292d32;
}
.card-history__description .btn-secondary--dark:not(:hover) {
    background: transparent !important;
    color: #343a40;
}
.card-history__description .btn-secondary--black {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #000;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    color: #fff !important;
    border: 1px solid #000;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.card-history__description .btn-secondary--black:hover {
    text-decoration: none;
}
.card-history__description .btn-secondary--black:focus {
    outline: none;
}
.card-history__description .btn-secondary--black span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-secondary--black:hover {
    background-color: black;
}
.card-history__description .btn-secondary--black:not(:hover) {
    background: transparent !important;
    color: #000;
}
.card-history__description .btn-secondary--off-black {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #0d0d0d;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #0d0d0d;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.card-history__description .btn-secondary--off-black:hover {
    text-decoration: none;
}
.card-history__description .btn-secondary--off-black:focus {
    outline: none;
}
.card-history__description .btn-secondary--off-black span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-secondary--off-black:hover {
    background-color: black;
}
.card-history__description .btn-secondary--off-black:not(:hover) {
    background: transparent !important;
    color: #0d0d0d;
}
.card-history__description .btn-secondary--dark-grey {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #222222;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    color: #b7a48f !important;
    border: 1px solid #222222;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.card-history__description .btn-secondary--dark-grey:hover {
    text-decoration: none;
}
.card-history__description .btn-secondary--dark-grey:focus {
    outline: none;
}
.card-history__description .btn-secondary--dark-grey span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-secondary--dark-grey:hover {
    background-color: #151515;
}
.card-history__description .btn-secondary--dark-grey:not(:hover) {
    background: transparent !important;
    color: #222222;
}
.card-history__description .btn-secondary--grey {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #3c3c3c;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    color: #b7a48f !important;
    border: 1px solid #3c3c3c;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.card-history__description .btn-secondary--grey:hover {
    text-decoration: none;
}
.card-history__description .btn-secondary--grey:focus {
    outline: none;
}
.card-history__description .btn-secondary--grey span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-secondary--grey:hover {
    background-color: #2f2f2f;
}
.card-history__description .btn-secondary--grey:not(:hover) {
    background: transparent !important;
    color: #3c3c3c;
}
.card-history__description .btn-secondary--brown {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #958778;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #958778;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.card-history__description .btn-secondary--brown:hover {
    text-decoration: none;
}
.card-history__description .btn-secondary--brown:focus {
    outline: none;
}
.card-history__description .btn-secondary--brown span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-secondary--brown:hover {
    background-color: #887a6b;
}
.card-history__description .btn-secondary--brown:not(:hover) {
    background: transparent !important;
    color: #958778;
}
.card-history__description .btn-secondary--beige {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #b7a48f;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #b7a48f;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.card-history__description .btn-secondary--beige:hover {
    text-decoration: none;
}
.card-history__description .btn-secondary--beige:focus {
    outline: none;
}
.card-history__description .btn-secondary--beige span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-secondary--beige:hover {
    background-color: #ad977f;
}
.card-history__description .btn-secondary--beige:not(:hover) {
    background: transparent !important;
    color: #b7a48f;
}
.card-history__description .btn-secondary--grey-footer {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #c1bab2;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    color: #b7a48f !important;
    border: 1px solid #c1bab2;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.card-history__description .btn-secondary--grey-footer:hover {
    text-decoration: none;
}
.card-history__description .btn-secondary--grey-footer:focus {
    outline: none;
}
.card-history__description .btn-secondary--grey-footer span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-secondary--grey-footer:hover {
    background-color: #b6ada4;
}
.card-history__description .btn-secondary--grey-footer:not(:hover) {
    background: transparent !important;
    color: #c1bab2;
}
.card-history__description .btn-secondary--light-grey {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #f0ede9;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    color: #222222 !important;
    border: 1px solid #f0ede9;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.card-history__description .btn-secondary--light-grey:hover {
    text-decoration: none;
}
.card-history__description .btn-secondary--light-grey:focus {
    outline: none;
}
.card-history__description .btn-secondary--light-grey span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-secondary--light-grey:hover {
    background-color: #e6e1da;
}
.card-history__description .btn-secondary--light-grey:not(:hover) {
    background: transparent !important;
    color: #f0ede9;
}
.card-history__description .btn-secondary--white {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #fff;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #fff;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.card-history__description .btn-secondary--white:hover {
    text-decoration: none;
}
.card-history__description .btn-secondary--white:focus {
    outline: none;
}
.card-history__description .btn-secondary--white span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-secondary--white:hover {
    background-color: #f2f2f2;
}
.card-history__description .btn-secondary--white:not(:hover) {
    background: transparent !important;
    color: #fff;
}
.card-history__description .btn-secondary--red {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #b7a48f;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #b7a48f;
    transition:
        color 0.3s,
        background-color 0.3s;
}
.card-history__description .btn-secondary--red:hover {
    text-decoration: none;
}
.card-history__description .btn-secondary--red:focus {
    outline: none;
}
.card-history__description .btn-secondary--red span {
    display: inline-block;
    line-height: 1.2em;
}
.card-history__description .btn-secondary--red:hover {
    background-color: #ad977f;
}
.card-history__description .btn-secondary--red:not(:hover) {
    background: transparent !important;
    color: #b7a48f;
}
.card-history__description .list-spaced li + li {
    margin-top: 1em;
}
.card-history__description .list-plain {
    display: block;
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
}
.card-history__description .list-plain li {
    margin: 0;
    padding: 0;
}
.card-history__description .font-montserrat-light {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.card-history__description .font-montserrat-medium {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.card-history__description .font-montserrat-bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.card-history__description .font-source-serif-4 {
    font-family: 'Source Serif 4', serif;
}
.card-history__description .font-cormorant-garamond {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.card-history__description .font-cormorant-garamond strong,
.card-history__description .font-cormorant-garamond b {
    font-weight: 500 !important;
}
.card-history__description .font-cormorant-garamond-semibold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
}
@media (max-width: 767.98px) {
    .card-history__description {
        border-left: 1px solid #222222;
        margin-left: 0.6875rem;
        padding-left: 0.6875rem;
    }
}

.grid--style--logo {
    grid-column-gap: 0;
    border-top: 1px solid #f0ede9;
}
.grid--style--logo::after {
    content: '';
    border-bottom: 1px solid #f0ede9;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.grid--style--logo .grid__item {
    padding: 2rem;
    border-bottom: 1px solid #f0ede9;
    display: flex;
    align-items: center;
}
.grid--style--logo .grid__item .card-logo {
    width: 100%;
}

.card-style {
    display: block;
}
.card-style:hover {
    text-decoration: none;
}
.no-touch .card-style:hover picture img {
    transform: scale(1.2);
}
.card-style__image {
    position: relative;
}
.card-style__image picture {
    padding-top: 100%;
    border-radius: 0 !important;
}
.card-style__image picture img {
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.25s;
}
.card-style__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1em;
    margin-top: 1.125rem;
    margin-top: 0.25em !important;
}
body .card-style__title {
    font-size: 1rem;
}
@media (min-width: 768px) {
    body .card-style__title {
        font-size: 1.5rem;
    }
}

.carousel--style--banner {
    margin: 0 -1.875rem;
}

.card-banner__details {
    width: 100%;
    max-width: 100%;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    --padding-right: 3.75rem;
    --padding-left: 3.75rem;
    margin-right: auto;
    margin-left: auto;
    --margin-offset: 0px;
    --margin-offset: calc((100vw - 100vw) / 2);
}
@media (max-width: 767.98px) {
    .card-banner__details {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        --padding-right: 1.5rem;
        --padding-left: 1.5rem;
    }
}

.card-banner__title {
    display: none;
}

.card-banner__description {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.75rem;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--secondary-color);
    line-height: 1em;
    text-shadow: 2px 2px 20px rgba(255, 255, 255, 0.5);
}
.card-banner__description strong,
.card-banner__description b {
    font-weight: 500 !important;
}
body .card-banner__description {
    font-size: 1.875rem;
}
@media (min-width: 768px) {
    body .card-banner__description {
        font-size: 3.75rem;
    }
}

.card-banner__cta {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #958778;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    padding: 0.375rem 0.9375rem;
    margin-top: 1em;
}
.card-banner__cta:hover {
    text-decoration: none;
}
.card-banner__cta:focus {
    outline: none;
}
.card-banner__cta span {
    display: inline-block;
    line-height: 1.2em;
}
.card-banner__cta:hover {
    background-color: #887a6b;
}

.card-banner__image .picture {
    height: 100%;
    overflow: hidden;
    padding-top: 0 !important;
}
.card-banner__image .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .card-banner__description {
        margin-top: 0.75em;
    }
    .card-banner__image {
        height: 9rem;
    }
}

@media (min-width: 768px) {
    .card-banner__details {
        position: absolute;
        top: 50%;
        width: 50%;
        transform: translateY(-50%);
    }
    .card-banner__image {
        height: 29.125rem;
    }
}

@media (min-width: 768px) {
    .card-banner--filigrane .card-banner__image {
        position: relative;
        z-index: 0;
    }
    .card-banner--filigrane .card-banner__image::after {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.25);
        z-index: 1;
    }
}

.carousel--style--realisations__progress-bar {
    display: none !important;
}

.carousel--style--realisations .carousel {
    overflow: visible;
}
.carousel--style--realisations .carousel__toolbar {
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    max-width: none;
    justify-content: space-between;
    align-items: flex-start;
    margin: auto;
}
.carousel--style--realisations .carousel__toolbar .swiper-scrollbar {
    margin: 2.125rem auto;
}
.carousel--style--realisations .carousel__toolbar .swiper-button-prev,
.carousel--style--realisations .carousel__toolbar .swiper-button-next {
    top: 1.5rem;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(60, 60, 60, 0.65);
    width: calc(4.0625rem - 10px + 0.34375rem);
    height: 10rem;
    transition:
        opacity 0.125s ease,
        visibility 0.25s,
        background-color 0.25s ease;
}
@media (min-width: 768px) {
    .carousel--style--realisations .carousel__toolbar .swiper-button-prev,
    .carousel--style--realisations .carousel__toolbar .swiper-button-next {
        width: calc(5.3125rem - 30px + 0.34375rem);
    }
}
@media (min-width: 1600px) {
    .carousel--style--realisations .carousel__toolbar .swiper-button-prev,
    .carousel--style--realisations .carousel__toolbar .swiper-button-next {
        height: 11.25rem;
    }
}
.carousel--style--realisations .carousel__toolbar .swiper-button-prev.swiper-button-disabled,
.carousel--style--realisations .carousel__toolbar .swiper-button-next.swiper-button-disabled {
    visibility: hidden;
    opacity: 0;
}
.carousel--style--realisations .carousel__toolbar .swiper-button-prev::after,
.carousel--style--realisations .carousel__toolbar .swiper-button-next::after {
    content: '';
    display: inline;
    font-family: 'fontello';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 0.2em;
    margin-right: 0.2em;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    color: #b7a48f;
    font-size: 1.25rem;
    margin: 0;
    padding: 0;
    margin-left: 0.25rem;
}
.carousel--style--realisations .carousel__toolbar .swiper-button-prev:hover,
.carousel--style--realisations .carousel__toolbar .swiper-button-next:hover {
    background: rgba(60, 60, 60, 0.8);
}
.carousel--style--realisations .carousel__toolbar .swiper-button-prev {
    left: 0;
    transform: translateX(calc(-100% + 30px));
}
@media (max-width: 767.98px) {
    .carousel--style--realisations .carousel__toolbar .swiper-button-prev {
        transform: translateX(calc(-100% - 10px));
    }
}
.carousel--style--realisations .carousel__toolbar .swiper-button-prev::after {
    transform: rotate(-180deg);
    margin-left: -0.25rem;
}
.carousel--style--realisations .carousel__toolbar .swiper-button-next {
    margin-left: 0;
    transform: translateX(calc(100% + 30px));
    right: 0;
}
@media (max-width: 767.98px) {
    .carousel--style--realisations .carousel__toolbar .swiper-button-next {
        transform: translateX(calc(100% + 10px));
    }
}

.carousel--style--realisations .carousel-gutter-sizer {
    width: 10px;
}
@media (min-width: 768px) {
    .carousel--style--realisations .carousel-gutter-sizer {
        width: 1.875rem;
    }
}

.carousel--style--realisations .swiper-slide {
    opacity: 0.35;
    pointer-events: none;
    transition: opacity 0.25s ease;
}
.carousel--style--realisations .swiper-slide.swiper-slide-active {
    opacity: 1;
    pointer-events: all;
}
.carousel--style--realisations .swiper-slide.swiper-slide-active + .swiper-slide {
    opacity: 1;
    pointer-events: all;
}
@media (min-width: 768px) {
    .carousel--style--realisations .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide,
    .carousel--style--realisations .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
        opacity: 1;
        pointer-events: all;
    }
}

.card-realisations {
    text-decoration: none;
    display: flex;
    flex-flow: wrap;
}
.card-realisations:hover {
    text-decoration: none;
}
.card-realisations__image {
    flex: 0 0 100%;
    order: 2;
    position: relative;
    box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
    overflow: hidden;
    order: 3;
}
.card-realisations__image .picture {
    height: 10rem;
    padding-top: 0;
}
@media (min-width: 1600px) {
    .card-realisations__image .picture {
        height: 11.25rem;
    }
}
.card-realisations__image .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.no-touch .card-realisations__image .picture img {
    transition: transform 0.33s ease;
}
.card-realisations__date {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    padding: 0.1875rem 0.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    user-select: none;
    width: 100%;
    text-align: center;
}
.card-realisations__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    flex: 0 0 100%;
    order: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.125em;
    margin-bottom: 0.375rem;
    padding-right: 0.5rem;
    color: #000;
    order: 4;
    padding-top: 0.9375rem;
}
@media (max-width: 767.98px) {
    .card-realisations__title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        -webkit-box-justify: end;
        height: 2.25rem;
    }
}
@media (min-width: 768px) {
    .card-realisations__title {
        white-space: nowrap;
    }
}
.card-realisations__taxonomies__style {
    flex: 0 0 100%;
    order: 1;
    font-size: 0.75rem;
    color: #f0ede9;
    padding: 0.1875rem 0.5rem 0;
    flex: 0 0 50%;
    padding: 0.1875rem 0.5rem;
}
.card-realisations__photos-count {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    flex: 0 0 100%;
    order: 2;
    font-size: 0.75rem;
    color: #000;
    text-align: right;
    flex: 0 0 50%;
    padding: 0.1875rem 0;
}
.card-realisations:hover .card-realisations__image .picture img {
    transform: scale(1.15);
}

.grid--postitem__project {
    grid-column-gap: 1.875rem;
}

.grid-row h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.875rem;
    color: #b7a48f;
}
.grid-row h2 strong,
.grid-row h2 b {
    font-weight: 500 !important;
}

.carousel--custom.carousel--style--realisations .swiper-button-next,
.carousel--custom.carousel--style--realisations .swiper-button-prev {
    top: 6px;
}

.feature {
    position: relative;
}
.feature__title {
    padding: 0.625rem 0.75rem;
    background: #b7a48f;
}
.feature__title h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 1.625rem !important;
    color: #222222;
}
body .feature__title h3 {
    font-size: 1.125rem;
}
@media (min-width: 768px) {
    body .feature__title h3 {
        font-size: 1.875rem;
    }
}
.feature__title.bg-black *,
.feature__title.bg-off-black *,
.feature__title.bg-dark-grey *,
.feature__title.bg-grey * {
    color: #fff;
}
@media (min-width: 768px) {
    .feature__title {
        padding: 0.625rem 2.625rem;
    }
}
@media screen and (min-width: 1024px) {
    .feature__title {
        padding: 0.625rem 1.5rem;
    }
}
.feature__title > * {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    color: #000;
}
body .feature__title > * {
    font-size: 1.25rem;
}
@media (min-width: 768px) {
    body .feature__title > * {
        font-size: 2.5rem;
    }
}
.feature__title.bg-beige > * {
    color: #b7a48f;
}
.feature__content {
    display: flex;
    padding: 1.5rem;
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .feature__content {
        padding: 2.625rem;
        flex-direction: column-reverse;
    }
}
@media (max-width: 767.98px) {
    .feature__content {
        padding: 0.75rem;
        padding-bottom: 1.875rem;
    }
}
.feature__slider {
    flex: 0 0 100%;
    flex-shrink: 1;
    flex-grow: 0;
    max-width: 43.25rem;
    padding-right: 2rem;
    position: relative;
}
@media screen and (max-width: 1023px) {
    .feature__slider {
        max-width: 100%;
        padding-right: 0;
    }
}
.feature__slider .carousel__container {
    width: 100%;
}
.feature__image {
    flex: 0 0 35%;
    flex-shrink: 1;
    margin-left: auto;
    justify-self: flex-end;
    position: relative;
}
@media screen and (max-width: 1023px) {
    .feature__image {
        flex: 0 0 100%;
        flex-shrink: 0;
        margin: 0 0 2rem 0;
    }
}
.feature__image .picture-placeholder,
.feature__image .picture {
    width: 100%;
    padding-top: 62.5%;
}
.feature__image .picture-placeholder img,
.feature__image .picture img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.feature__image .picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition:
        opacity 0.3s ease,
        visibility 0.3s;
    z-index: 1;
}
.feature__image .picture[aria-hidden='false'] {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.feature--inner .feature__title {
    background: #fff;
}
.feature--inner .feature__title > * {
    position: relative;
    color: #222222 !important;
}
@media screen and (min-width: 1024px) {
    .feature--inner .feature__title > * {
        top: 0.5rem;
    }
}
@media (min-width: 768px) {
    .feature--inner .feature__title > * {
        font-size: 2.1875rem;
    }
}
@media screen and (min-width: 1024px) {
    .feature--inner .feature__image {
        margin-top: -2.5rem;
    }
}

.carousel--style--feature {
    padding-left: 5.625rem;
}
.carousel--style--feature .carousel {
    display: flex;
    flex-direction: row-reverse;
    overflow: visible;
}
.carousel--style--feature .carousel__toolbar {
    position: absolute;
    top: 0;
    left: -5.8125rem;
    width: 5.625rem;
    margin: 0;
    align-items: flex-start;
    justify-content: flex-start;
    user-select: none;
}
.carousel--style--feature .carousel__toolbar .swiper-button-prev,
.carousel--style--feature .carousel__toolbar .swiper-button-next {
    position: absolute;
    width: 1.875rem;
    left: 2.5rem;
    top: -0.625rem;
    text-align: center;
    background: transparent;
    margin: 0 !important;
    transform: rotate(-90deg);
    font-size: 1.25rem;
    color: #958778;
}
.no-touch .carousel--style--feature .carousel__toolbar .swiper-button-prev,
.no-touch .carousel--style--feature .carousel__toolbar .swiper-button-next {
    transition: color 0.25s ease;
}
.carousel--style--feature .carousel__toolbar .swiper-button-prev::after,
.carousel--style--feature .carousel__toolbar .swiper-button-next::after {
    content: '';
    display: inline;
    font-family: 'fontello';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 0.2em;
    margin-right: 0.2em;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
}
.carousel--style--feature .carousel__toolbar .swiper-button-prev:hover,
.carousel--style--feature .carousel__toolbar .swiper-button-next:hover {
    color: #000;
}
.carousel--style--feature .carousel__toolbar .swiper-button-next {
    top: 1.875rem;
    transform: rotate(90deg);
}
.carousel--style--feature .carousel__toolbar .swiper-pagination {
    display: flex;
    flex-direction: column;
}
.carousel--style--feature .carousel__toolbar .swiper-pagination .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.75rem;
    background: transparent !important;
    color: #958778;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    line-height: 1.75rem;
    margin: 0;
    transition: all 0.125s ease;
}
.carousel--style--feature .carousel__toolbar .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #000;
    font-size: 1.33em;
}
.carousel--style--feature .carousel .swiper-slide {
    transition: opacity 0.3s ease;
}

.card-feature {
    color: #000;
}
.card-feature:hover {
    color: inherit;
    text-decoration: none;
}
.card-feature__image {
    display: none;
}
.card-feature__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
    line-height: 1em;
}
body .card-feature__title {
    font-size: 1rem;
}
@media (min-width: 768px) {
    body .card-feature__title {
        font-size: 1.5rem;
    }
}
.card-feature__description {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.625em;
    line-height: 1.16667em;
    margin-top: 0.5em;
}
body .card-feature__description {
    font-size: 1rem;
}
@media (min-width: 768px) {
    body .card-feature__description {
        font-size: 1rem;
    }
}
.card-feature__description strong,
.card-feature__description b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.card-feature__cta {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #fff;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    border: 1px solid #000;
    margin-top: 1em;
}
.card-feature__cta:hover {
    text-decoration: none;
}
.card-feature__cta:focus {
    outline: none;
}
.card-feature__cta span {
    display: inline-block;
    line-height: 1.2em;
}
.card-feature__cta:hover {
    background-color: #f2f2f2;
}
.card-feature__cta::after {
    content: '';
    display: inline;
    font-family: 'fontello';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 0.2em;
    margin-right: 0.2em;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    margin-left: 1em;
    font-size: 0.625rem;
    position: relative;
    top: -0.15em;
}

.grid-overlap .feature {
    background: #fff;
}

@media (min-width: 1024px) {
    .grid-overlap {
        margin: 0 auto;
        width: calc(100% - 1.5625rem);
        max-width: 78.375rem;
        height: 0;
        margin-top: -5rem;
    }
    .grid-overlap .feature {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
    }
}

@media (max-width: 767.98px) {
    .grid-overlap {
        margin: 0 1.1875rem;
        margin-top: -10.9375rem !important;
    }
}

@media (max-width: 1023.98px) and (min-width: 768px) {
    .grid-overlap {
        margin: 0 5rem;
        width: auto;
        margin-top: -15.625rem !important;
        height: auto;
    }
    .grid-overlap .feature {
        position: static;
        transform: none;
    }
}

@media (min-width: 1024px) {
    .grid-overlap-previous {
        padding-bottom: var(--grid-height) !important;
        min-height: calc(100vh - 5.9375rem) !important;
        padding-top: 0 !important;
    }
    .grid-overlap-wrapper {
        margin: 0 !important;
        padding: 0 !important;
    }
    .grid-overlap-wrapper .feature {
        top: -1rem;
    }
}

@media (max-width: 1023.98px) {
    .grid-overlap-previous {
        padding-bottom: 10.3125rem !important;
        padding-top: 0 !important;
    }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
    .grid-overlap-previous {
        padding-bottom: 9rem !important;
    }
}

.feature.--larger-image .feature__image {
    flex: 0 0 50%;
}
.feature.--larger-image .feature__image .picture,
.feature.--larger-image .feature__image .picture-placeholder {
    padding-top: 70.34596%;
}
.feature.--larger-image .feature__image .picture img,
.feature.--larger-image .feature__image .picture-placeholder img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

@media (min-width: 1023.98px) {
    .feature.--larger-image .feature__slider {
        max-width: 50%;
    }
}

.feature:not(.--inner-title) .feature__title {
    margin: 0 0.5rem;
}

.feature:not(.--inner-title) .feature__content {
    background: #fff;
    overflow: hidden;
}

.feature.--inner-title {
    background: #fff;
    overflow: hidden;
}
.feature.--inner-title .feature__title {
    background: transparent !important;
}
@media (min-width: 1023.98px) {
    .feature.--inner-title .feature__title {
        position: absolute;
        padding-top: 1.5rem;
    }
}
@media (max-width: 1024px) {
    .feature.--inner-title .feature__title {
        padding: 1.5rem 2.625rem 0;
        margin-bottom: -1rem;
    }
}
@media (max-width: 767.98px) {
    .feature.--inner-title .feature__title {
        padding: 1rem 1rem 0;
        margin-bottom: 0;
    }
}
.feature.--inner-title .feature__title * {
    color: #958778 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 1.625rem !important;
}
body .feature.--inner-title .feature__title * {
    font-size: 1.125rem;
}
@media (min-width: 768px) {
    body .feature.--inner-title .feature__title * {
        font-size: 1.875rem;
    }
}
@media (min-width: 1023.98px) {
    .feature.--inner-title .feature__slider .carousel__container {
        padding-top: 3.125rem;
    }
}

.carousel--style--feature,
.carousel--style--feature .carousel__toolbar,
.carousel--style--feature .carousel__toolbar .swiper-pagination,
.carousel--style--feature .carousel {
    height: 100%;
}

.grid--style--feature .grid__item {
    height: 100%;
    display: flex;
    align-items: center;
}

.grid--style--feature {
    align-items: center;
    height: 100%;
}

.carousel--style--feature .carousel__toolbar .swiper-button-next {
    top: 50%;
}

.carousel--style--feature .carousel__toolbar .swiper-button-prev {
    bottom: 50%;
    top: auto;
}

.grid--ratio--portrait [class^='card-'] [class*='__image'] picture {
    padding-top: 125%;
    padding-top: MIN(125%, 70vh);
}
.grid--ratio--portrait [class^='card-'] [class*='__image'] picture img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.grid--ratio--landscape [class^='card-'] [class*='__image'] picture {
    padding-top: 68.57143%;
    padding-top: MIN(68.57143%, 70vh);
}
.grid--ratio--landscape [class^='card-'] [class*='__image'] picture img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.grid--ratio--square [class^='card-'] [class*='__image'] picture {
    padding-top: 100%;
    padding-top: MIN(100%, 70vh);
}
.grid--ratio--square [class^='card-'] [class*='__image'] picture img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.card-custom {
    font-size: 1rem;
    letter-spacing: 0.1em;
}
.card-custom__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 1.25rem;
    color: #000;
}
.card-custom__image .picture {
    padding-top: 100%;
}
.card-custom__image .picture img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.card-custom__cta {
    color: #b7a48f;
}

.grid--style--default {
    grid-column-gap: 30px;
}

.carousel--custom .carousel-gutter-sizer {
    width: 30px;
}

.swiper-scrollbar {
    margin-left: 0;
}
@media (min-width: 768px) {
    .swiper-scrollbar {
        max-width: calc((100% - 5.625rem) / 4 * 2);
    }
}
.swiper-scrollbar .swiper-scrollbar-drag::after {
    height: 0.3125rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.--arrows-overlapping {
    overflow: visible;
    margin: auto;
}
.--arrows-overlapping .swiper-button-prev,
.--arrows-overlapping .swiper-button-next {
    top: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(60, 60, 60, 0.65);
    width: calc(5.3125rem - 30px + 0.34375rem);
    height: 10rem;
    transition:
        opacity 0.125s ease,
        visibility 0.25s,
        background-color 0.25s ease;
}
@media (max-width: 767.98px) {
    .--arrows-overlapping .swiper-button-prev,
    .--arrows-overlapping .swiper-button-next {
        width: calc(4.0625rem - 30px + 0.34375rem);
    }
}
.--arrows-overlapping .swiper-button-prev::after,
.--arrows-overlapping .swiper-button-next::after {
    content: '';
    display: inline;
    font-family: 'fontello';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 0.2em;
    margin-right: 0.2em;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    color: #b7a48f;
    font-size: 1.25rem;
    margin: 0;
    padding: 0;
    margin-left: 0.25rem;
}
.--arrows-overlapping .swiper-button-prev:hover,
.--arrows-overlapping .swiper-button-next:hover {
    background: rgba(60, 60, 60, 0.8);
}
.--arrows-overlapping .swiper-button-prev {
    left: 0;
    transform: translateX(calc(-100% - 30px));
    height: var(--arrows-top);
}
.--arrows-overlapping .swiper-button-prev::after {
    transform: rotate(-180deg);
    margin-left: -0.25rem;
}
.--arrows-overlapping .swiper-button-next {
    left: calc(100% + 30px);
    height: var(--arrows-top);
    margin-left: 0;
}
.--arrows-overlapping .swiper-button-disabled {
    opacity: 0;
}

@media (min-width: 768px) {
    .--arrows-overlapping[data-columns='1'] .swiper-button-next,
    .--arrows-overlapping[data-columns='1'] .swiper-button-prev {
        height: calc((100vw - 10.625rem - 0px) / 1);
    }
    .--arrows-overlapping[data-columns='2'] .swiper-button-next,
    .--arrows-overlapping[data-columns='2'] .swiper-button-prev {
        height: calc((100vw - 10.625rem - 30px) / 2);
    }
    .--arrows-overlapping[data-columns='3'] .swiper-button-next,
    .--arrows-overlapping[data-columns='3'] .swiper-button-prev {
        height: calc((100vw - 10.625rem - 60px) / 3);
    }
    .--arrows-overlapping[data-columns='4'] .swiper-button-next,
    .--arrows-overlapping[data-columns='4'] .swiper-button-prev {
        height: calc((100vw - 10.625rem - 90px) / 4);
    }
    .--arrows-overlapping[data-columns='5'] .swiper-button-next,
    .--arrows-overlapping[data-columns='5'] .swiper-button-prev {
        height: calc((100vw - 10.625rem - 120px) / 5);
    }
}

@media (max-width: 767.98px) {
    .--arrows-overlapping .swiper-button-next,
    .--arrows-overlapping .swiper-button-prev {
        height: calc(100vw - 8.9325rem);
    }
}

.default-carousel-title {
    margin-bottom: 3.75rem;
}
.default-carousel-title * {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.875rem;
    color: #b7a48f;
    line-height: 2.3125rem;
}
.default-carousel-title * strong,
.default-carousel-title * b {
    font-weight: 500 !important;
}

.grid--custom.grid--col-1 picture {
    padding-top: 47.02703%;
}
.grid--custom.grid--col-1 picture img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.carousel--custom.carousel--style--default .swiper-pagination-bullets .swiper-pagination-bullet,
.carousel--custom.carousel--style--default .swiper-pagination-bullets .swiper-pagination-bullet-active,
.carousel--style--text-content .swiper-pagination-bullets .swiper-pagination-bullet,
.carousel--style--text-content .swiper-pagination-bullets .swiper-pagination-bullet-active {
    height: 0.9375rem;
    width: 2.125rem;
    border-radius: 0;
    position: relative;
    background: transparent;
    margin: 0 0.625rem;
    transition:
        height 0.3s,
        width 0.3s;
}
.carousel--custom.carousel--style--default .swiper-pagination-bullets .swiper-pagination-bullet:hover:after,
.carousel--custom.carousel--style--default .swiper-pagination-bullets .swiper-pagination-bullet-active:hover:after,
.carousel--style--text-content .swiper-pagination-bullets .swiper-pagination-bullet:hover:after,
.carousel--style--text-content .swiper-pagination-bullets .swiper-pagination-bullet-active:hover:after {
    height: 0.3125rem;
}
.carousel--custom.carousel--style--default .swiper-pagination-bullets .swiper-pagination-bullet:after,
.carousel--custom.carousel--style--default .swiper-pagination-bullets .swiper-pagination-bullet-active:after,
.carousel--style--text-content .swiper-pagination-bullets .swiper-pagination-bullet:after,
.carousel--style--text-content .swiper-pagination-bullets .swiper-pagination-bullet-active:after {
    content: '';
    height: 0.125rem;
    width: 100%;
    position: absolute;
    top: 50%;
    background: #b7a48f;
    transform: translateY(-50%);
    transition:
        height 0.3s,
        width 0.3s;
}

.carousel--custom.carousel--style--default .swiper-pagination-bullets .swiper-pagination-bullet-active,
.carousel--style--text-content .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 7.125rem;
}
.carousel--custom.carousel--style--default .swiper-pagination-bullets .swiper-pagination-bullet-active:after,
.carousel--style--text-content .swiper-pagination-bullets .swiper-pagination-bullet-active:after {
    height: 0.3125rem;
}

.--arrows-to-left .carousel__toolbar .swiper-button-prev,
.--arrows-to-left .carousel__toolbar .swiper-button-next {
    background: #b7a48f;
    color: #000;
    width: 5rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.--arrows-to-left .carousel__toolbar .swiper-button-prev:not(.swiper-button-disabled):hover::before,
.--arrows-to-left .carousel__toolbar .swiper-button-next:not(.swiper-button-disabled):hover::before {
    opacity: 1;
}
.--arrows-to-left .carousel__toolbar .swiper-button-prev:not(.swiper-button-disabled):hover::after,
.--arrows-to-left .carousel__toolbar .swiper-button-next:not(.swiper-button-disabled):hover::after {
    opacity: 0;
}
.--arrows-to-left .carousel__toolbar .swiper-button-prev::before,
.--arrows-to-left .carousel__toolbar .swiper-button-next::before {
    content: '';
    display: inline;
    font-family: 'fontello';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 0.2em;
    margin-right: 0.2em;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    color: #000;
    font-size: 1.25rem;
    margin: 0;
    padding: 0;
    margin-left: 0.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s;
}
.--arrows-to-left .carousel__toolbar .swiper-button-prev::after,
.--arrows-to-left .carousel__toolbar .swiper-button-next::after {
    content: '';
    display: inline;
    font-family: 'fontello';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 0.2em;
    margin-right: 0.2em;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    color: #000;
    font-size: 1.25rem;
    margin: 0;
    padding: 0;
    margin-left: 0.25rem;
    transition: opacity 0.3s;
}

.--arrows-to-left .carousel__toolbar .swiper-button-prev:after {
    transform: scaleX(-1);
}

.--arrows-to-left .carousel__toolbar .swiper-button-prev:before {
    transform: scaleX(-1) translate(50%, -50%);
}

@media (min-width: 768px) {
    .--arrows-to-left .card-custom__description,
    .--arrows-to-left .card-custom__title {
        margin-left: 20.9375rem;
    }
    .--arrows-to-left .swiper-button-prev,
    .--arrows-to-left .swiper-button-next {
        position: absolute;
        top: var(--arrows-top);
        left: 5.9375rem;
        transform: translateY(-50%);
        margin-left: 0;
    }
    .--arrows-to-left .swiper-button-next {
        left: 11.875rem;
    }
    .--arrows-to-left .swiper-button-disabled {
        opacity: 0.7;
        cursor: default;
    }
}

.card-text-content {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.card-text-content__image {
    width: 100%;
}
.card-text-content__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
}
body .card-text-content__title {
    font-size: 1rem;
}
@media (min-width: 768px) {
    body .card-text-content__title {
        font-size: 1.5rem;
    }
}
.card-text-content__image + .card-text-content__title,
.card-text-content__image + .card-text-content__description {
    margin-top: 1.5625rem;
}
.card-text-content__description {
    margin-top: 1.5625rem;
}
.card-text-content__cta {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #b7a48f;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
}
.card-text-content__cta:hover {
    text-decoration: none;
}
.card-text-content__cta:focus {
    outline: none;
}
.card-text-content__cta span {
    display: inline-block;
    line-height: 1.2em;
}
.card-text-content__cta:hover {
    background-color: #ad977f;
}

.carousel--style--text-content {
    justify-content: stretch;
}
.carousel--style--text-content .grid__item {
    align-self: stretch;
    height: auto;
}
@media (min-width: 768px) {
    .carousel--style--text-content .card-text-content {
        padding: 0 6.875rem;
    }
}
.carousel--style--text-content .swiper-button-prev,
.carousel--style--text-content .swiper-button-next {
    color: #000;
    width: 5rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .carousel--style--text-content .swiper-button-prev,
    .carousel--style--text-content .swiper-button-next {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
}
.carousel--style--text-content .swiper-button-prev::after,
.carousel--style--text-content .swiper-button-next::after {
    content: '';
    display: inline;
    font-family: 'fontello';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 0.2em;
    margin-right: 0.2em;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    color: #000;
    font-size: 1.625rem;
    margin: 0;
    padding: 0;
    margin-left: 0.25rem;
    transition: opacity 0.3s;
}
@media (min-width: 768px) {
    .carousel--style--text-content .swiper-button-prev {
        left: 0;
        right: auto;
    }
}
.carousel--style--text-content .swiper-button-prev:after {
    transform: scaleX(-1);
}
.carousel--style--text-content .swiper-button-prev:before {
    transform: scaleX(-1) translate(50%, -50%);
}
.carousel--style--text-content .swiper-button-disabled {
    opacity: 0.5;
}
.carousel--style--text-content .carousel__toolbar {
    margin-top: 0;
}

.fancybox-trigger {
    cursor: pointer;
    display: block !important;
}

.carousel--style--carousel-overflow {
    position: relative;
    width: calc(var(--body-width) - 2rem - 0.6875rem);
    left: 50%;
    transform: translateX(-50%);
}
.carousel--style--carousel-overflow .carousel-gutter-sizer {
    width: 1.875rem;
}
.carousel--style--carousel-overflow .carousel {
    margin-right: 10vw;
    overflow: visible;
}
.carousel--style--carousel-overflow .carousel__toolbar .swiper-button-prev,
.carousel--style--carousel-overflow .carousel__toolbar .swiper-button-next {
    color: #000;
    width: auto;
    padding: 0rem 1.25rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -0.875rem;
    right: calc(-10vw - 1.25rem);
    transform: translateY(-100%);
}
.carousel--style--carousel-overflow .carousel__toolbar .swiper-button-prev::after,
.carousel--style--carousel-overflow .carousel__toolbar .swiper-button-next::after {
    content: '';
    display: inline;
    font-family: 'fontello';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 0.2em;
    margin-right: 0.2em;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    color: #000;
    font-size: 1.625rem;
    margin: 0;
    padding: 0;
    margin-left: 0.25rem;
    transition: opacity 0.3s;
}
.carousel--style--carousel-overflow .carousel__toolbar .swiper-button-prev {
    transform: translateY(-100%) translateX(-75%);
}
.carousel--style--carousel-overflow .carousel__toolbar .swiper-button-prev:after {
    transform: scaleX(-1);
}

.card-carousel-overflow {
    color: #3c3c3c;
    user-select: none;
}
.no-touch .card-carousel-overflow {
    transition: color 0.3s;
}
.card-carousel-overflow:hover {
    text-decoration: none;
    color: #000;
}
.card-carousel-overflow__content {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 0.9375rem 0.9375rem 0 0.9375rem;
}
.card-carousel-overflow__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.default-carousel-title.--carousel-overflow {
    margin-bottom: 1.875rem !important;
    max-width: 28.125rem;
}
@media (max-width: 767.98px) {
    .default-carousel-title.--carousel-overflow {
        width: 100%;
        padding-right: 6.25rem;
        max-width: none;
    }
}
.default-carousel-title.--carousel-overflow > * {
    color: #000;
}

/*
*	Home page
*/
@media (max-width: 767.98px) {
    .blog-page__featured-post {
        flex-direction: column-reverse;
    }
}

.blog-page__featured-post__info {
    align-self: center;
}

.blog-page__featured-post__info-wrapper {
    background: #b7a48f;
    padding: 2.8125rem 1.375rem 3.125rem;
    z-index: 1;
    position: relative;
}
@media (min-width: 768px) {
    .blog-page__featured-post__info-wrapper {
        border-radius: 1.25rem;
    }
}
@media (max-width: 767.98px) {
    .blog-page__featured-post__info-wrapper {
        border-radius: 0.4375rem;
    }
}
@media (max-width: 767.98px) {
    .blog-page__featured-post__info-wrapper {
        margin: -5em 1.5rem 0;
    }
}
@media (min-width: 768px) {
    .blog-page__featured-post__info-wrapper {
        margin-left: 20%;
        width: 110%;
    }
}

.blog-page__featured-post__desc {
    margin: 1.5rem 0;
}

.blog-page__featured-post__date {
    margin-bottom: 1em;
    display: block;
}

.blog-page__featured-post__image {
    position: relative;
    align-self: center;
}
.blog-page__featured-post__image picture {
    padding-top: 55.5%;
}
.blog-page__featured-post__image picture img {
    transform: translateY(-50%);
    top: 50%;
}
@media (max-width: 767.98px) {
    .blog-page__featured-post__image picture {
        border-radius: 0 !important;
    }
}
.blog-page__featured-post__image__category {
    position: absolute;
    top: 0.75rem;
    right: 1.625rem;
    z-index: 1;
    color: #fff;
    background: #958778;
    text-transform: uppercase;
    padding: 0.1875rem 0.75rem;
    user-select: none;
}
@media (max-width: 767.98px) {
    .blog-page__featured-post__image__category {
        right: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .post-archive__header {
        flex-direction: column-reverse;
    }
}

.post-archive__header__info {
    align-self: center;
}
@media (max-width: 767.98px) {
    .post-archive__header__info {
        padding-left: 1.5rem;
    }
}
@media (min-width: 768px) {
    .post-archive__header__info {
        padding: 2rem 0;
        padding-left: 2em;
    }
}
.post-archive__header__info h1 {
    margin-bottom: 3rem;
    line-height: 0.8em;
}

.post-archive__header picture {
    padding-top: 55.5%;
}
.post-archive__header picture img {
    transform: translateY(-50%);
    top: 50%;
}
@media (max-width: 767.98px) {
    .post-archive__header picture {
        border-radius: 0 !important;
        margin-bottom: 2rem;
    }
}

/*
*	Single Post
*/
@media (max-width: 767.98px) {
    .single-post__header {
        flex-direction: column-reverse;
    }
}

@media (min-width: 768px) {
    .single-post__header {
        margin-bottom: 6.875rem;
    }
}

.single-post__properties {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 1em;
    position: relative;
}
@media (min-width: 768px) {
    .single-post__properties {
        padding-bottom: 4em;
    }
}
.single-post__properties__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    color: #b7a48f;
    line-height: 0.9em;
    margin-top: 1.5625rem;
}
body .single-post__properties__title {
    font-size: 1.25rem;
}
@media (min-width: 768px) {
    body .single-post__properties__title {
        font-size: 2.5rem;
    }
}
.single-post__properties__excerpt {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.875rem;
    line-height: 1.4666em;
    color: var(--secondary-color);
    font-size: 1.375rem !important;
    margin-top: 1.25rem;
    color: #fff;
}
body .single-post__properties__excerpt {
    font-size: 1.125rem;
}
@media (min-width: 768px) {
    body .single-post__properties__excerpt {
        font-size: 1.875rem;
    }
}
.single-post__properties__excerpt strong,
.single-post__properties__excerpt b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.single-post__properties__author,
.single-post__properties__category {
    line-height: 1.2em;
    margin-top: 1rem;
}
.single-post__properties__author span,
.single-post__properties__category span {
    display: block;
    color: #958778;
}
.single-post__properties__author a,
.single-post__properties__category a {
    color: #fff;
    margin-top: 0.3125rem;
    display: block;
}
.single-post__properties__category {
    margin-top: 1.5rem;
}
@media (min-width: 768px) {
    .single-post__properties__category {
        margin-top: 2rem;
    }
}

.single-post__featured-image picture {
    padding-top: 55.5%;
}
.single-post__featured-image picture img {
    transform: translateY(-50%);
    top: 50%;
}
@media (min-width: 768px) {
    .single-post__featured-image picture {
        min-height: 100%;
    }
    .single-post__featured-image picture img {
        min-height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 767.98px) {
    .single-post__featured-image picture {
        margin: 0 -1.5rem 2rem;
    }
}

.single-post__anchor-menu__menu {
    border: 1px solid #b7a48f;
    padding: 1.25rem 0.625rem;
}
.single-post__anchor-menu__menu li:not(:first-child) {
    margin-top: 1em;
}
.single-post__anchor-menu__menu a {
    color: #0d0d0d;
    line-height: 1.2em;
    display: inline-block;
}

.single-post__content .container {
    padding: 0;
}

.single-post__content .page-section:first-child {
    padding-top: 0;
}

.single-post__content .page-section:last-child {
    padding-bottom: 0;
}

@media (max-width: 767.98px) {
    .single-post__sidebar {
        border-top: 1px solid #0d0d0d;
        margin-top: 2rem;
        padding-top: 2rem;
    }
}

.single-post__sidebar h3 {
    color: #958778;
    margin-bottom: 1em;
}

.single-post__sidebar ul li {
    margin-top: 1em;
}
.single-post__sidebar ul li:first-child {
    margin-top: 0;
}

.single-post__sidebar p {
    line-height: calc(19 / 16 * 1em);
}

.single-post__sidebar a {
    color: #0d0d0d;
}

.single-post__related-posts {
    margin-top: 5rem;
}
.single-post__related-posts__box {
    background-color: #222222;
}
@media (max-width: 767.98px) {
    .single-post__related-posts__box {
        padding: 2.1875rem 1.25rem;
    }
}
@media (min-width: 768px) {
    .single-post__related-posts__box {
        padding: 3.625rem 4.25rem;
    }
}
.single-post__related-posts__box *[class*='__title'] {
    color: #f0ede9;
}
.single-post__related-posts__box > h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    color: #f0ede9;
    text-align: center;
    line-height: 1em;
    margin-bottom: 2.5rem;
}
body .single-post__related-posts__box > h2 {
    font-size: 1.125rem;
}
@media (min-width: 768px) {
    body .single-post__related-posts__box > h2 {
        font-size: 1.875rem;
    }
}
.single-post__related-posts .related-posts {
    display: grid;
    column-gap: 1.25rem;
}
@media (max-width: 767.98px) {
    .single-post__related-posts .related-posts {
        grid-template-columns: 1fr;
        row-gap: 2.25rem;
    }
}
@media (min-width: 768px) {
    .single-post__related-posts .related-posts {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.single-project__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.75rem;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--secondary-color);
}
.single-project__title strong,
.single-project__title b {
    font-weight: 500 !important;
}
body .single-project__title {
    font-size: 1.875rem;
}
@media (min-width: 768px) {
    body .single-project__title {
        font-size: 3.75rem;
    }
}

.single-project__taxonomies {
    margin: 0.3125rem 0 0.9375rem;
}
.single-project__taxonomies__style {
    color: #f0ede9;
}

.single-project__specs {
    margin-top: 2rem;
}
@media (min-width: 768px) {
    .single-project__specs {
        margin-top: 3.75rem;
    }
}
.single-project__specs h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    color: #f0ede9;
}
body .single-project__specs h2 {
    font-size: 1.125rem;
}
@media (min-width: 768px) {
    body .single-project__specs h2 {
        font-size: 1.875rem;
    }
}
.single-project__specs dl {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.625em;
    line-height: 1em;
}
body .single-project__specs dl {
    font-size: 1rem;
}
@media (min-width: 768px) {
    body .single-project__specs dl {
        font-size: 1rem;
    }
}
.single-project__specs dl strong,
.single-project__specs dl b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.single-project__specs dl a {
    color: #b7a48f;
}
.single-project__specs dl dt {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-weight: 500;
    margin-top: 1rem;
    color: #f0ede9;
    margin-bottom: 0.5em;
}
.single-project__specs dl dd {
    margin-top: 0.3125rem;
    display: flex;
    flex-direction: column;
}
.single-project__specs dl dd a {
    margin-right: auto;
}

.single-project__gallery {
    position: relative;
    user-select: none;
}
.single-project__gallery figcaption {
    text-align: center;
    position: absolute;
    width: 100%;
}
.single-project__gallery__navigation {
    position: absolute;
    bottom: -0.875rem;
    right: -0.375rem;
    transform: translateX(100%);
    user-select: none;
}
.swiper-container:not(.swiper-initialized) + .single-project__gallery__navigation {
    display: none;
}
.single-project__gallery__navigation div {
    display: inline-block;
    margin-right: 0.125rem;
}
@media (max-width: 767.98px) {
    .single-project__gallery__navigation {
        display: none;
    }
}
.single-project__gallery__navigation .media-carousel__prev,
.single-project__gallery__navigation .media-carousel__next {
    width: 1.75rem;
    line-height: 2.75rem;
    margin: 0;
    text-align: center;
}

.single-project__featured-image {
    position: relative;
}
.single-project__featured-image__budget {
    position: absolute;
    top: 0.75rem;
    right: 1.625rem;
    z-index: 1;
    color: #fff;
    background: #958778;
    text-transform: uppercase;
    padding: 0.1875rem 0.75rem;
    user-select: none;
    z-index: 10;
}

.single-project__related-posts {
    margin-top: 7.5rem;
}
.single-project__related-posts__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 2.625rem;
}
body .single-project__related-posts__title {
    font-size: 1.25rem;
}
@media (min-width: 768px) {
    body .single-project__related-posts__title {
        font-size: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .single-project__wrapper {
        margin-top: 2rem;
    }
}

.single-designer__name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.75rem;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--secondary-color);
}
.single-designer__name strong,
.single-designer__name b {
    font-weight: 500 !important;
}
body .single-designer__name {
    font-size: 1.875rem;
}
@media (min-width: 768px) {
    body .single-designer__name {
        font-size: 3.75rem;
    }
}
.single-designer__name + .single-designer__content {
    margin-top: 1em;
}

.single-designer__title {
    position: absolute;
    top: 0.75rem;
    right: 1.625rem;
    z-index: 1;
    color: #fff;
    background: #958778;
    text-transform: uppercase;
    padding: 0.1875rem 0.75rem;
    user-select: none;
    position: static;
    margin: 1em 0;
    display: inline-block;
}

.single-designer__featured-image .text-content,
.single-designer__featured-image .picture-content {
    position: relative;
}

@media (min-width: 768px) {
    .single-designer__featured-image .picture-content {
        padding-bottom: 16px;
    }
}

@media (max-width: 767.98px) {
    .single-designer__featured-image .picture-content {
        margin-bottom: 2rem;
    }
}

.single-designer__projects {
    margin-top: 7.5rem;
}
.single-designer__projects h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.75rem;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-bottom: 2.625rem;
}
.single-designer__projects h2 strong,
.single-designer__projects h2 b {
    font-weight: 500 !important;
}
body .single-designer__projects h2 {
    font-size: 1.875rem;
}
@media (min-width: 768px) {
    body .single-designer__projects h2 {
        font-size: 3.75rem;
    }
}

/*
*	Single Post
*/
.single-material__related-posts {
    margin-top: 5rem;
}
.single-material__related-posts__box {
    background-color: #222222;
}
@media (max-width: 767.98px) {
    .single-material__related-posts__box {
        padding: 2.1875rem 1.25rem;
    }
}
@media (min-width: 768px) {
    .single-material__related-posts__box {
        padding: 3.625rem 4.25rem;
    }
}
.single-material__related-posts__box *[class*='__title'] {
    color: #f0ede9;
}
.single-material__related-posts__box > h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    color: #f0ede9;
    text-align: center;
    line-height: 1em;
    margin-bottom: 2.5rem;
}
body .single-material__related-posts__box > h2 {
    font-size: 1.125rem;
}
@media (min-width: 768px) {
    body .single-material__related-posts__box > h2 {
        font-size: 1.875rem;
    }
}
.single-material__related-posts .related-posts {
    display: grid;
    column-gap: 1.25rem;
}
@media (max-width: 767.98px) {
    .single-material__related-posts .related-posts {
        grid-template-columns: 1fr;
        row-gap: 2.25rem;
    }
}
@media (min-width: 768px) {
    .single-material__related-posts .related-posts {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.single-material__related-projects {
    margin-top: 7.5rem;
}
.single-material__related-projects h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.75rem;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-bottom: 2.625rem;
}
.single-material__related-projects h2 strong,
.single-material__related-projects h2 b {
    font-weight: 500 !important;
}
body .single-material__related-projects h2 {
    font-size: 1.875rem;
}
@media (min-width: 768px) {
    body .single-material__related-projects h2 {
        font-size: 3.75rem;
    }
}

.air-miles-badge {
    width: 48px;
    height: 48px;
}

.single-location h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.75rem;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--secondary-color);
}
.single-location h1 strong,
.single-location h1 b {
    font-weight: 500 !important;
}
body .single-location h1 {
    font-size: 1.875rem;
}
@media (min-width: 768px) {
    body .single-location h1 {
        font-size: 3.75rem;
    }
}

.single-location .air-miles-badge {
    margin-top: 0.9375rem;
}

.single-location__description {
    margin: 1em 0;
}

.single-location h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.75rem;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-top: 1.25em;
}
.single-location h2 strong,
.single-location h2 b {
    font-weight: 500 !important;
}
body .single-location h2 {
    font-size: 1.875rem;
}
@media (min-width: 768px) {
    body .single-location h2 {
        font-size: 3.75rem;
    }
}

.single-location h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 1em;
}

.single-location__phone p,
.single-location__phone h3,
.single-location__hours p,
.single-location__hours h3,
.single-location__address p,
.single-location__address h3,
.single-location__description p,
.single-location__description h3 {
    font-size: 1.25rem;
    line-height: 1.1em;
}

/*
*  Locator
*/
.locator-map {
    position: relative;
    height: 36.25rem;
    max-height: 66.667vh;
}
@media (min-width: 768px) {
    .locator-map {
        max-height: 80vh;
    }
}
.locator-map::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4rem;
    height: 4rem;
    transform: translate(-50%, -50%);
    background: url('../img/elements/spinner-palette.svg') center center no-repeat;
    background-size: 4rem 4rem;
}
.locator-map__google-map {
    width: 100%;
    height: 100%;
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}

.retailers-list {
    transition: opacity 0.18s ease;
    margin-top: 2rem;
}

.locations-none {
    padding: 1rem 0.34375rem 2rem;
    border-bottom: 1px solid #3c3c3c;
}

.retailers-list .location-item {
    min-height: 6.25rem;
    padding: 1.5em 0;
    transition:
        background-color 0.3s,
        padding 0.3s;
    border-bottom: 1px solid #f0ede9;
}
.retailers-list .location-item a {
    text-decoration: none;
}
@media (max-width: 767.98px) {
    .retailers-list .location-item {
        display: block;
    }
    .retailers-list .location-item__address,
    .retailers-list .location-item__phone,
    .retailers-list .location-item__permalink {
        margin-top: 0.75em !important;
    }
}
@media (min-width: 768px) {
    .retailers-list .location-item {
        justify-content: space-between;
        display: flex;
        align-items: center;
    }
    .retailers-list .location-item__title {
        flex: 0 0 30%;
    }
    .retailers-list .location-item__tags {
        flex: 0 0 10%;
        text-align: center;
    }
    .retailers-list .location-item__address {
        flex: 0 0 30%;
        padding-left: 1rem;
        padding-right: 1em;
    }
    .retailers-list .location-item__phone {
        flex: 0 0 15%;
        white-space: nowrap;
        padding-right: 1em;
    }
    .retailers-list .location-item__permalink {
        flex: 0 0 10%;
    }
}
.retailers-list .location-item:first-child {
    border-top: 1px solid #f0ede9;
}
.retailers-list .location-item--selected {
    background: #b7a48f;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.retailers-list .location-item__permalink {
    display: inline-block;
    appearance: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    outline: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #b7a48f;
    color: #000;
    text-align: center;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0.81em;
    padding: 0.875rem 1.25rem 0.6875rem;
    transition: background-color 0.25s ease;
    padding: 0.375rem 0.9375rem;
    position: static;
    min-width: 7.5rem;
    text-align: center;
    display: inline-block;
}
.retailers-list .location-item__permalink:hover {
    text-decoration: none;
}
.retailers-list .location-item__permalink:focus {
    outline: none;
}
.retailers-list .location-item__permalink span {
    display: inline-block;
    line-height: 1.2em;
}
.retailers-list .location-item__permalink:hover {
    background-color: #ad977f;
}
.retailers-list .location-item__permalink span {
    font-size: 1rem;
}
.retailers-list .location-item h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.625rem;
    line-height: 1em;
}
.retailers-list .location-item p,
.retailers-list .location-item address {
    font-size: 1.25rem;
    color: #000;
    line-height: 1.1em;
}
.retailers-list .location-item__address,
.retailers-list .location-item__phone,
.retailers-list .location-item__permalink,
.retailers-list .location-item .air-miles-badge {
    margin: 0;
}
.retailers-list .location-item h2 {
    display: inline-block;
}
.retailers-list .location-item .air-miles-badge {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 767.98px) {
    .retailers-list .location-item .air-miles-badge {
        margin-top: 0.375rem;
    }
}
@media (min-width: 768px) {
    .retailers-list .location-item .air-miles-badge {
        margin-left: 0.5rem;
        position: relative;
        top: -2px;
    }
}

.page-not-found main {
    flex-grow: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5em 0;
}

/*
*	Guide de style
*/
body.styleguide header,
body.styleguide footer,
body.styleguide .breadcrumb {
    display: none;
}

body.styleguide .styleguide-content {
    display: block;
    background: #fff;
    max-width: 64rem;
    margin: auto;
    padding: 2.5rem 1rem 6.25rem;
    padding-bottom: 6.25rem;
}
body.styleguide .styleguide-content p + p {
    margin-top: 0.5em;
}
body.styleguide .styleguide-content .row + .row {
    margin-top: 3.125rem;
}

body.styleguide nav {
    padding-top: 1em;
}

body.styleguide textarea {
    font-family: monospace;
    font-size: 0.8125rem;
    padding: 1em;
    width: 100%;
    min-height: 31.25rem;
    border: 1px solid #adb5bd;
    color: #6c757d;
}

body.styleguide code {
    display: inline-block;
    font-family: monospace;
    font-size: 0.75rem;
    color: #adb5bd;
    border-top: 1px dashed #adb5bd;
    user-select: none;
    margin: 0.5rem 0 1rem;
}
@media (max-width: 767.98px) {
    body.styleguide code {
        width: 100%;
    }
}
body.styleguide code span {
    background: #adb5bd;
    color: #fff;
    display: inline-block;
    position: relative;
    top: -1px;
    height: 1.5em;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0 3px;
    margin-right: 6px;
}

body.styleguide .badge {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: monospace;
    font-size: 0.875rem;
    width: 100%;
    line-height: 1.375rem;
    margin-bottom: 0.25rem;
}
body.styleguide .badge.badge-white {
    border: 1px solid #dee2e6;
}
body.styleguide .badge:last-child {
    margin-bottom: 0;
}

body.styleguide .copyright {
    padding: 2rem;
    text-align: center;
    font-size: 0.8125rem;
    color: #343a40;
}
