﻿@font-face {
    font-family: "degular";
    src: url("../../../../af/174e41/00000000000000007735c867/30/l") format("woff2"), url("../../../../af/174e41/00000000000000007735c867/30/d") format("woff"), url("../../../../af/174e41/00000000000000007735c867/30/a") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal
}

@font-face {
    font-family: "degular";
    src: url("../../../../af/36a2f5/00000000000000007735c877/30/l") format("woff2"), url("../../../../af/36a2f5/00000000000000007735c877/30/d") format("woff"), url("../../../../af/36a2f5/00000000000000007735c877/30/a") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: bold;
    font-stretch: normal
}

.hero__overlay,
.hero__media,
.cta-career__overlay,
.cta-career__media,
.tile__image,
.tile__overlay,
.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.background-overlay {
    background-color: #000;
    opacity: .35;
    z-index: 10
}

.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
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-grid {
    display: grid !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
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

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

.shadow-none {
    box-shadow: none !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
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

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

.border-0 {
    border: 0 !important
}

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

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

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

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

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

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

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

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

.border-primary {
    border-color: #a80000 !important
}

.border-secondary {
    border-color: #161615 !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

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

.border-danger {
    border-color: #dc3545 !important
}

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

.border-dark {
    border-color: #212529 !important
}

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

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !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
}

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

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

.min-vw-100 {
    min-width: 100vw !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
}

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

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

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

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

.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-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
}

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

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

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

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.gap-6 {
    gap: 4.5rem !important
}

.gap-medium {
    gap: 2.25rem !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
}

.justify-content-evenly {
    justify-content: space-evenly !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
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

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

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

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

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

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

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

.m-medium {
    margin: 2.25rem !important
}

.m-auto {
    margin: auto !important
}

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

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important
}

.mx-medium {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important
}

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

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

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important
}

.my-medium {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important
}

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

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-6 {
    margin-top: 4.5rem !important
}

.mt-medium {
    margin-top: 2.25rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-6 {
    margin-right: 4.5rem !important
}

.me-medium {
    margin-right: 2.25rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-6 {
    margin-bottom: 4.5rem !important
}

.mb-medium {
    margin-bottom: 2.25rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-6 {
    margin-left: 4.5rem !important
}

.ms-medium {
    margin-left: 2.25rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

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

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

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

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

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

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

.p-medium {
    padding: 2.25rem !important
}

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

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.px-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important
}

.px-medium {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important
}

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

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.py-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important
}

.py-medium {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pt-6 {
    padding-top: 4.5rem !important
}

.pt-medium {
    padding-top: 2.25rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pe-6 {
    padding-right: 4.5rem !important
}

.pe-medium {
    padding-right: 2.25rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.pb-6 {
    padding-bottom: 4.5rem !important
}

.pb-medium {
    padding-bottom: 2.25rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.ps-6 {
    padding-left: 4.5rem !important
}

.ps-medium {
    padding-left: 2.25rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.475rem + 2.7vw) !important
}

.fs-2 {
    font-size: calc(1.4rem + 1.8vw) !important
}

.fs-3 {
    font-size: calc(1.325rem + 0.9vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

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

.fst-normal {
    font-style: normal !important
}

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

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

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

.fw-bold {
    font-weight: bold !important
}

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

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

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

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

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

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

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

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

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

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

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

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

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

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

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

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .5) !important
}

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

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 0) !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

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

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

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

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

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

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

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

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

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

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

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

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

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

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

    .float-sm-end {
        float: right !important
    }

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

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

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

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

    .d-sm-grid {
        display: grid !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
    }

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

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

    .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-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
    }

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

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

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

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .gap-sm-6 {
        gap: 4.5rem !important
    }

    .gap-sm-medium {
        gap: 2.25rem !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
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !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
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

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

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-6 {
        margin: 4.5rem !important
    }

    .m-sm-medium {
        margin: 2.25rem !important
    }

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

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-6 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important
    }

    .mx-sm-medium {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-6 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }

    .my-sm-medium {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-6 {
        margin-top: 4.5rem !important
    }

    .mt-sm-medium {
        margin-top: 2.25rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-6 {
        margin-right: 4.5rem !important
    }

    .me-sm-medium {
        margin-right: 2.25rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-6 {
        margin-bottom: 4.5rem !important
    }

    .mb-sm-medium {
        margin-bottom: 2.25rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-6 {
        margin-left: 4.5rem !important
    }

    .ms-sm-medium {
        margin-left: 2.25rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

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

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .p-sm-6 {
        padding: 4.5rem !important
    }

    .p-sm-medium {
        padding: 2.25rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-sm-6 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important
    }

    .px-sm-medium {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-sm-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

    .py-sm-medium {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pt-sm-6 {
        padding-top: 4.5rem !important
    }

    .pt-sm-medium {
        padding-top: 2.25rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pe-sm-6 {
        padding-right: 4.5rem !important
    }

    .pe-sm-medium {
        padding-right: 2.25rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .pb-sm-6 {
        padding-bottom: 4.5rem !important
    }

    .pb-sm-medium {
        padding-bottom: 2.25rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .ps-sm-6 {
        padding-left: 4.5rem !important
    }

    .ps-sm-medium {
        padding-left: 2.25rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

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

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

    .float-md-end {
        float: right !important
    }

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

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

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

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

    .d-md-grid {
        display: grid !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
    }

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

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

    .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-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
    }

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

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

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

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .gap-md-6 {
        gap: 4.5rem !important
    }

    .gap-md-medium {
        gap: 2.25rem !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
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !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
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

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

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-6 {
        margin: 4.5rem !important
    }

    .m-md-medium {
        margin: 2.25rem !important
    }

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

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-6 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important
    }

    .mx-md-medium {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-6 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }

    .my-md-medium {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-6 {
        margin-top: 4.5rem !important
    }

    .mt-md-medium {
        margin-top: 2.25rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-6 {
        margin-right: 4.5rem !important
    }

    .me-md-medium {
        margin-right: 2.25rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-6 {
        margin-bottom: 4.5rem !important
    }

    .mb-md-medium {
        margin-bottom: 2.25rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-6 {
        margin-left: 4.5rem !important
    }

    .ms-md-medium {
        margin-left: 2.25rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

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

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .p-md-6 {
        padding: 4.5rem !important
    }

    .p-md-medium {
        padding: 2.25rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-md-6 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important
    }

    .px-md-medium {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-md-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

    .py-md-medium {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pt-md-6 {
        padding-top: 4.5rem !important
    }

    .pt-md-medium {
        padding-top: 2.25rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pe-md-6 {
        padding-right: 4.5rem !important
    }

    .pe-md-medium {
        padding-right: 2.25rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .pb-md-6 {
        padding-bottom: 4.5rem !important
    }

    .pb-md-medium {
        padding-bottom: 2.25rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .ps-md-6 {
        padding-left: 4.5rem !important
    }

    .ps-md-medium {
        padding-left: 2.25rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

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

@media(min-width: 1024px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

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

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

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

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

    .d-lg-grid {
        display: grid !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
    }

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

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

    .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-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
    }

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

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

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

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .gap-lg-6 {
        gap: 4.5rem !important
    }

    .gap-lg-medium {
        gap: 2.25rem !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
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !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
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

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

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-6 {
        margin: 4.5rem !important
    }

    .m-lg-medium {
        margin: 2.25rem !important
    }

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

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-6 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important
    }

    .mx-lg-medium {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-6 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }

    .my-lg-medium {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-6 {
        margin-top: 4.5rem !important
    }

    .mt-lg-medium {
        margin-top: 2.25rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-6 {
        margin-right: 4.5rem !important
    }

    .me-lg-medium {
        margin-right: 2.25rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-6 {
        margin-bottom: 4.5rem !important
    }

    .mb-lg-medium {
        margin-bottom: 2.25rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-6 {
        margin-left: 4.5rem !important
    }

    .ms-lg-medium {
        margin-left: 2.25rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

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

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .p-lg-6 {
        padding: 4.5rem !important
    }

    .p-lg-medium {
        padding: 2.25rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-lg-6 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important
    }

    .px-lg-medium {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-lg-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

    .py-lg-medium {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pt-lg-6 {
        padding-top: 4.5rem !important
    }

    .pt-lg-medium {
        padding-top: 2.25rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pe-lg-6 {
        padding-right: 4.5rem !important
    }

    .pe-lg-medium {
        padding-right: 2.25rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .pb-lg-6 {
        padding-bottom: 4.5rem !important
    }

    .pb-lg-medium {
        padding-bottom: 2.25rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .ps-lg-6 {
        padding-left: 4.5rem !important
    }

    .ps-lg-medium {
        padding-left: 2.25rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

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

@media(min-width: 1326px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

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

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

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

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

    .d-xl-grid {
        display: grid !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
    }

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

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

    .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-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
    }

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

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

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

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .gap-xl-6 {
        gap: 4.5rem !important
    }

    .gap-xl-medium {
        gap: 2.25rem !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
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !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
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

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

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-6 {
        margin: 4.5rem !important
    }

    .m-xl-medium {
        margin: 2.25rem !important
    }

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

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-6 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important
    }

    .mx-xl-medium {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-6 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }

    .my-xl-medium {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-6 {
        margin-top: 4.5rem !important
    }

    .mt-xl-medium {
        margin-top: 2.25rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-6 {
        margin-right: 4.5rem !important
    }

    .me-xl-medium {
        margin-right: 2.25rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-6 {
        margin-bottom: 4.5rem !important
    }

    .mb-xl-medium {
        margin-bottom: 2.25rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-6 {
        margin-left: 4.5rem !important
    }

    .ms-xl-medium {
        margin-left: 2.25rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

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

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .p-xl-6 {
        padding: 4.5rem !important
    }

    .p-xl-medium {
        padding: 2.25rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-xl-6 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important
    }

    .px-xl-medium {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-xl-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

    .py-xl-medium {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pt-xl-6 {
        padding-top: 4.5rem !important
    }

    .pt-xl-medium {
        padding-top: 2.25rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pe-xl-6 {
        padding-right: 4.5rem !important
    }

    .pe-xl-medium {
        padding-right: 2.25rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .pb-xl-6 {
        padding-bottom: 4.5rem !important
    }

    .pb-xl-medium {
        padding-bottom: 2.25rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .ps-xl-6 {
        padding-left: 4.5rem !important
    }

    .ps-xl-medium {
        padding-left: 2.25rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

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

@media(min-width: 1480px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

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

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

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

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

    .d-xxl-grid {
        display: grid !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .gap-xxl-6 {
        gap: 4.5rem !important
    }

    .gap-xxl-medium {
        gap: 2.25rem !important
    }

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

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

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

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

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

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

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

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-6 {
        margin: 4.5rem !important
    }

    .m-xxl-medium {
        margin: 2.25rem !important
    }

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

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-6 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important
    }

    .mx-xxl-medium {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-6 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }

    .my-xxl-medium {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-6 {
        margin-top: 4.5rem !important
    }

    .mt-xxl-medium {
        margin-top: 2.25rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-6 {
        margin-right: 4.5rem !important
    }

    .me-xxl-medium {
        margin-right: 2.25rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-6 {
        margin-bottom: 4.5rem !important
    }

    .mb-xxl-medium {
        margin-bottom: 2.25rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-6 {
        margin-left: 4.5rem !important
    }

    .ms-xxl-medium {
        margin-left: 2.25rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

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

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .p-xxl-6 {
        padding: 4.5rem !important
    }

    .p-xxl-medium {
        padding: 2.25rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-xxl-6 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important
    }

    .px-xxl-medium {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-xxl-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

    .py-xxl-medium {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pt-xxl-6 {
        padding-top: 4.5rem !important
    }

    .pt-xxl-medium {
        padding-top: 2.25rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pe-xxl-6 {
        padding-right: 4.5rem !important
    }

    .pe-xxl-medium {
        padding-right: 2.25rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pb-xxl-6 {
        padding-bottom: 4.5rem !important
    }

    .pb-xxl-medium {
        padding-bottom: 2.25rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .ps-xxl-6 {
        padding-left: 4.5rem !important
    }

    .ps-xxl-medium {
        padding-left: 2.25rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

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

@media(min-width: 1200px) {
    .fs-1 {
        font-size: 3.5rem !important
    }

    .fs-2 {
        font-size: 2.75rem !important
    }

    .fs-3 {
        font-size: 2rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

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

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

    .d-print-grid {
        display: grid !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
    }

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

.container,
.product-overview-slider__slider .swiper .swiper-wrapper .single__content,
.hero-media__content,
.hero-media,
.text-form__form,
.text-form__text,
.overlay .overlay__content--form .form-form,
.overlay .overlay__content--form .form-text,
.overlay .overlay__content,
.overlay-header__container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {

    .container-sm,
    .container,
    .product-overview-slider__slider .swiper .swiper-wrapper .single__content,
    .hero-media__content,
    .hero-media,
    .text-form__form,
    .text-form__text,
    .overlay .overlay__content--form .form-form,
    .overlay .overlay__content--form .form-text,
    .overlay .overlay__content,
    .overlay-header__container {
        max-width: 100%
    }
}

@media(min-width: 768px) {

    .container-md,
    .container-sm,
    .container,
    .product-overview-slider__slider .swiper .swiper-wrapper .single__content,
    .hero-media__content,
    .hero-media,
    .text-form__form,
    .text-form__text,
    .overlay .overlay__content--form .form-form,
    .overlay .overlay__content--form .form-text,
    .overlay .overlay__content,
    .overlay-header__container {
        max-width: 100%
    }
}

@media(min-width: 1024px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container,
    .product-overview-slider__slider .swiper .swiper-wrapper .single__content,
    .hero-media__content,
    .hero-media,
    .text-form__form,
    .text-form__text,
    .overlay .overlay__content--form .form-form,
    .overlay .overlay__content--form .form-text,
    .overlay .overlay__content,
    .overlay-header__container {
        max-width: 100%
    }
}

@media(min-width: 1326px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container,
    .product-overview-slider__slider .swiper .swiper-wrapper .single__content,
    .hero-media__content,
    .hero-media,
    .text-form__form,
    .text-form__text,
    .overlay .overlay__content--form .form-form,
    .overlay .overlay__content--form .form-text,
    .overlay .overlay__content,
    .overlay-header__container {
        max-width: 100%
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-0.5*var(--bs-gutter-x));
    margin-left: calc(-0.5*var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

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

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

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

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

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

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

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

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

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

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

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

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

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

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

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

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

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

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

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

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

.g-6,
.gx-6 {
    --bs-gutter-x: 4.5rem
}

.g-6,
.gy-6 {
    --bs-gutter-y: 4.5rem
}

.g-medium,
.gx-medium {
    --bs-gutter-x: 2.25rem
}

.g-medium,
.gy-medium {
    --bs-gutter-y: 2.25rem
}

@media(min-width: 576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

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

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

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

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

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

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

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

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

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

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

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }

    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 4.5rem
    }

    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 4.5rem
    }

    .g-sm-medium,
    .gx-sm-medium {
        --bs-gutter-x: 2.25rem
    }

    .g-sm-medium,
    .gy-sm-medium {
        --bs-gutter-y: 2.25rem
    }
}

@media(min-width: 768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

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

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

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

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

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

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

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

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

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

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

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }

    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 4.5rem
    }

    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 4.5rem
    }

    .g-md-medium,
    .gx-md-medium {
        --bs-gutter-x: 2.25rem
    }

    .g-md-medium,
    .gy-md-medium {
        --bs-gutter-y: 2.25rem
    }
}

@media(min-width: 1024px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

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

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

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

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

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

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

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

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

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

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

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }

    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 4.5rem
    }

    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 4.5rem
    }

    .g-lg-medium,
    .gx-lg-medium {
        --bs-gutter-x: 2.25rem
    }

    .g-lg-medium,
    .gy-lg-medium {
        --bs-gutter-y: 2.25rem
    }
}

@media(min-width: 1326px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

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

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

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

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

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

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

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

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

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

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

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }

    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 4.5rem
    }

    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 4.5rem
    }

    .g-xl-medium,
    .gx-xl-medium {
        --bs-gutter-x: 2.25rem
    }

    .g-xl-medium,
    .gy-xl-medium {
        --bs-gutter-y: 2.25rem
    }
}

@media(min-width: 1480px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

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

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

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

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

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

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

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

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

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

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

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }

    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 4.5rem
    }

    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 4.5rem
    }

    .g-xxl-medium,
    .gx-xxl-medium {
        --bs-gutter-x: 2.25rem
    }

    .g-xxl-medium,
    .gy-xxl-medium {
        --bs-gutter-y: 2.25rem
    }
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #A80000;
    --bs-secondary: #161615;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 168, 0, 0;
    --bs-secondary-rgb: 22, 22, 21;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 32, 32, 30;
    --bs-body-bg-rgb: 250, 250, 250;
    --bs-font-sans-serif: "degular", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: degular, sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #20201E;
    --bs-body-bg: #FAFAFA
}

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

@media(prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.faq .accordion-item__title i,
.gform_wrapper .form-file-upload label,
.h0,
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.overlay-header__layers .layer--start .layer__nav>ul>li>a,
.overlay-header__layers .layer .layer__title,
.h2,
.hero__content-counter__item-number,
.tile__content-title,
h1,
.overlay-header__levels .level--start .level__nav ul li a,
.overlay-header__levels .level__title,
.h1,
.box-slider .box__title {
    margin-top: 0;
    margin-bottom: .7em;
    font-weight: bold;
    line-height: 1.25
}

h1,
.overlay-header__levels .level--start .level__nav ul li a,
.overlay-header__levels .level__title,
.h1,
.box-slider .box__title {
    font-size: calc(1.475rem + 2.7vw)
}

@media(min-width: 1200px) {

    h1,
    .overlay-header__levels .level--start .level__nav ul li a,
    .overlay-header__levels .level__title,
    .h1,
    .box-slider .box__title {
        font-size: 3.5rem
    }
}

h2,
.overlay-header__layers .layer--start .layer__nav>ul>li>a,
.overlay-header__layers .layer .layer__title,
.h2,
.hero__content-counter__item-number,
.tile__content-title {
    font-size: calc(1.4rem + 1.8vw)
}

@media(min-width: 1200px) {

    h2,
    .overlay-header__layers .layer--start .layer__nav>ul>li>a,
    .overlay-header__layers .layer .layer__title,
    .h2,
    .hero__content-counter__item-number,
    .tile__content-title {
        font-size: 2.75rem
    }
}

h3,
.h3 {
    font-size: calc(1.325rem + 0.9vw)
}

@media(min-width: 1200px) {

    h3,
    .h3 {
        font-size: 2rem
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {

    h4,
    .h4 {
        font-size: 1.5rem
    }
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

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

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

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

ol,
ul {
    padding-left: 2rem
}

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

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

dt {
    font-weight: bold
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small,
.small {
    font-size: 0.875em
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #a80000;
    text-decoration: none
}

a:hover {
    color: #860000;
    text-decoration: none
}

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

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr
        /* rtl:ignore */
    ;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: bold
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

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

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

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

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,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

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
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit
}

@media(min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: calc(1.265rem + 0.18vw)
}

@media(min-width: 1200px) {
    .col-form-label-lg {
        font-size: 1.4rem
    }
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem
}

.form-text {
    margin-top: .25rem;
    font-size: 0.875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #20201e;
    background-color: #fafafa;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #20201e;
    background-color: #fafafa;
    border-color: #d48080;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(168, 0, 0, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #20201e;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #20201e;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #20201e;
    background-color: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: .2rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: calc(1.265rem + 0.18vw);
    border-radius: .3rem
}

@media(min-width: 1200px) {
    .form-control-lg {
        font-size: 1.4rem
    }
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #20201e;
    background-color: #fafafa;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #d48080;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(168, 0, 0, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #20201e
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: 0.875rem;
    border-radius: .2rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: calc(1.265rem + 0.18vw);
    border-radius: .3rem
}

@media(min-width: 1200px) {
    .form-select-lg {
        font-size: 1.4rem
    }
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #d48080;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(168, 0, 0, .25)
}

.form-check-input:checked {
    background-color: #a80000;
    border-color: #a80000
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #a80000;
    border-color: #a80000;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23d48080'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fafafa, 0 0 0 .25rem rgba(168, 0, 0, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fafafa, 0 0 0 .25rem rgba(168, 0, 0, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #a80000;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #e5b3b3
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #dee2e6;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #a80000;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #e5b3b3
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #dee2e6;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid rgba(0, 0, 0, 0);
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control {
    padding: 1rem .75rem
}

.form-floating>.form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control::placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #20201e;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: calc(1.265rem + 0.18vw);
    border-radius: .3rem
}

@media(min-width: 1200px) {

    .input-group-lg>.form-control,
    .input-group-lg>.form-select,
    .input-group-lg>.input-group-text,
    .input-group-lg>.btn {
        font-size: 1.4rem
    }
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: .2rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.875em;
    color: #198754
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, .9);
    border-radius: .25rem
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #198754
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: #198754
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #198754
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #198754
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
    z-index: 1
}

.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #dc3545
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: #dc3545
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: #dc3545
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
    z-index: 2
}

.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
    z-index: 3
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
            /* rtl:ignore */
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: .25em solid currentColor;
    border-right-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media(prefers-reduced-motion: reduce) {

    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s
    }
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.25
}

@media(min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.25
}

@media(min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.25
}

@media(min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.25
}

@media(min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.25
}

@media(min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.25
}

@media(min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 0.875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "— "
}

:root {
    --background: #1C1D1F;
    --color: #fff;
    --padding: 120px;
    --padding-top-big: 13.75rem;
    --light: #f8f9fa;
    --contrast: #161615;
    --header-height: 81px;
    --header-height--mobile: 74px;
    --swiper-theme-color: #A80000;
    --swiper-navigation-size: 1.25rem;
    --swiper-navigation-color: var(--swiper-theme-color);
    --swiper-navigation-color-disabled: #4C4C4c;
    --swiper-pagination-color: var(--swiper-theme-color);
    --swiper-pagination-bullet-radius: 50%;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-inactive-color: var(--swiper-theme-color);
    --swiper-pagination-progressbar-bg-color: var(--swiper-theme-color);
    --swiper-pagination-bullet-inactive-opacity: .75;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-virtual-size: 80px;
    --container-padding: 104px
}

@media(max-width: 1325.98px) {
    :root {
        --container-padding: 80px
    }
}

@media(max-width: 1023.98px) {
    :root {
        --padding: 80px;
        --container-padding: 64px
    }
}

@media(max-width: 767.98px) {
    :root {
        --container-padding: 1rem
    }
}

body {
    background-color: var(--background);
    color: var(--color);
    accent-color: #a80000
}

body.no-scroll {
    overflow-y: hidden;
    margin-right: calc(-1*(100vw - 100%))
}

img,
video {
    max-width: 100%
}

figure {
    margin: unset
}

.background--grey {
    --background: #F2F2F2;
    --color: #1C1D1F
}

.background--black {
    --background: #000;
    --color: #FAFAFA
}

.background--white {
    --background: #fff;
    --color: #1C1D1F;
    --light: #212529
}

.background--alt {
    --background: #252629
}

.img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.skip-to-main-content-link {
    position: absolute;
    left: -9999px;
    z-index: 999;
    padding: 1em;
    background-color: #000;
    color: #fff;
    opacity: 0
}

.skip-to-main-content-link:focus {
    left: 50%;
    transform: translateX(-50%);
    opacity: 1
}

.swiper-button-disabled {
    color: #898981
}

.swiper-button-disabled i {
    color: #898981
}

.swiper-navigation {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    gap: 1rem
}

.swiper-navigation [data-swiper-prev],
.swiper-navigation [data-swiper-next] {
    all: unset;
    font-size: 1.25rem;
    background-color: #a80000;
    width: 3rem;
    height: 3rem;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.swiper-navigation [data-swiper-prev].swiper-button-disabled,
.swiper-navigation [data-swiper-next].swiper-button-disabled {
    background-color: #f2f2f2
}

.swiper-navigation [data-swiper-prev].swiper-button-disabled i,
.swiper-navigation [data-swiper-next].swiper-button-disabled i {
    color: #a80000
}

.swiper-navigation [data-swiper-prev] i,
.swiper-navigation [data-swiper-next] i {
    color: #fafafa
}

.swiper-navigation [data-swiper-prev]:focus-visible,
.swiper-navigation [data-swiper-next]:focus-visible {
    border-bottom: 1px solid var(--color)
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 1rem
}

.swiper-progress {
    background-color: #ff7575;
    height: 2px;
    width: 175px;
    position: relative
}

.swiper-progress .swiper-pagination-progressbar-fill {
    background-color: #a80000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform-origin: left
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width);
    height: var(--swiper-pagination-bullet-height);
    background-color: var(--swiper-theme-color);
    border-radius: 50%;
    opacity: var(--swiper-pagination-bullet-inactive-opacity)
}

.swiper-pagination-bullet-active {
    outline: 1px solid var(--swiper-theme-color);
    outline-offset: 2px;
    opacity: 1
}

.swiper-button-disabled i {
    color: var(--swiper-navigation-color-disabled)
}

.custom-ul li::marker {
    color: #a80000
}

.custom-ul--check ul {
    padding-left: 1rem
}

.custom-ul--check ul li {
    padding-left: 1rem
}

.custom-ul--check ul li::marker {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-variant: normal;
    text-rendering: auto;
    margin-right: 12px;
    font-size: 18px;
    color: #a80000
}

.custom-ul--md li {
    padding-top: .3em;
    padding-bottom: .3em
}

.custom-ul--big li {
    padding-top: .6em;
    padding-bottom: .6em
}

.custom-ul--inside ul {
    list-style-position: inside;
    padding-left: 0
}

.custom-ul--inside ul li {
    text-indent: -1.4em
}

.custom-select {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 2px solid #37393d;
    min-width: 20ch;
    padding: .5rem .75rem;
    line-height: 1.5
}

.custom-select option {
    background-color: #f2f2f2;
    padding: 10px 0
}

.object-fit-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important
}

.h0 {
    font-size: calc(1.725rem + 5.7vw);
    margin-bottom: .3em;
    line-height: 1.2;
    color: #fafafa
}

@media(min-width: 1200px) {
    .h0 {
        font-size: 6rem
    }
}

.h0--dark {
    color: #20201e
}

@media(max-width: 1023.98px) {
    .h0 {
        font-size: calc(1.605rem + 4.26vw)
    }
}

@media(max-width: 1023.98px)and (min-width: 1200px) {
    .h0 {
        font-size: 4.8rem
    }
}

@media(max-width: 767.98px) {
    .h0 {
        font-size: calc(1.545rem + 3.54vw)
    }
}

@media(max-width: 767.98px)and (min-width: 1200px) {
    .h0 {
        font-size: 4.2rem
    }
}

h1,
.overlay-header__levels .level--start .level__nav ul li a,
.overlay-header__levels .level__title,
.h1,
.box-slider .box__title {
    margin-bottom: .5em;
    font-weight: bold
}

.p {
    display: block;
    font-size: 1rem;
    margin-bottom: .5em
}

.topline {
    font-size: calc(1.275rem + 0.3vw);
    color: #a80000;
    font-weight: bold;
    margin-bottom: 48px
}

@media(min-width: 1200px) {
    .topline {
        font-size: 1.5rem
    }
}

.gform_wrapper {
    --border-color: #37393D;
    --input-width: 100%;
    --color: #1C1D1F
}

.gform_wrapper label,
.gform_wrapper span {
    color: #000 !important
}

.gform_wrapper.form-light-wrapper_wrapper {
    --border-color: #FAFAFA;
    --color: #FAFAFA
}

.gform_wrapper.form-light-wrapper_wrapper .ginput_container input:not([type=checkbox]):not([type=submit]) {
    border: unset;
    width: var(--input-width) !important
}

.gform_wrapper.form-light-wrapper_wrapper .ginput_container input:not([type=checkbox]):not([type=submit]),
.gform_wrapper.form-light-wrapper_wrapper .ginput_container textarea {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    color: var(--color);
    font-size: 1.25rem;
    padding: .5rem 0 .5rem .5rem !important
}

.gform_wrapper.form-light-wrapper_wrapper .ginput_container input:not([type=checkbox]):not([type=submit]):focus,
.gform_wrapper.form-light-wrapper_wrapper .ginput_container textarea:focus {
    border-color: var(--border-color);
    border: 1px solid;
    outline: none
}

.gform_wrapper.form-light-wrapper_wrapper .ginput_container input:not([type=checkbox]):not([type=submit])::-moz-placeholder,
.gform_wrapper.form-light-wrapper_wrapper .ginput_container textarea::-moz-placeholder {
    font-size: .875rem;
    color: var(--color)
}

.gform_wrapper.form-light-wrapper_wrapper .ginput_container input:not([type=checkbox]):not([type=submit])::placeholder,
.gform_wrapper.form-light-wrapper_wrapper .ginput_container textarea::placeholder {
    font-size: .875rem;
    color: var(--color)
}

.gform_wrapper.form-light-wrapper_wrapper .ginput_container input:not([type=checkbox]):not([type=submit]).medium,
.gform_wrapper.form-light-wrapper_wrapper .ginput_container textarea.medium {
    width: calc(50% - .8px) !important
}

.gform_wrapper.form-light-wrapper_wrapper .ginput_container textarea {
    border: unset;
    width: 100% !important;
    padding: .5rem !important
}

.gform_wrapper.form-light-wrapper_wrapper .ginput_container .gform_drop_area {
    border: unset
}

.gform_wrapper.form-light-wrapper_wrapper fieldset {
    margin: .75rem 0 !important
}

.gform_wrapper.form-light-wrapper_wrapper .button[type=submit] {
    color: #fafafa
}

.gform_wrapper .button[type=submit] {
    color: #fafafa;
    background-color: #a80000;
    border: 1px solid #a80000;
    transition: all 300ms ease;
    margin-top: 2rem
}

.gform_wrapper .button[type=submit]:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #20201e
}

.gform_wrapper .gform_title,
.gform_wrapper .gform_required_legend,
.gform_wrapper .gfield_label {
    display: none !important
}

.gform_wrapper .gfield_required_asterisk {
    color: #a80000 !important
}

.gform_wrapper .gfield {
    margin-bottom: .75rem
}

.gform_wrapper .ginput_container input:not([type=checkbox]):not([type=submit]) {
    border: unset;
    width: var(--input-width) !important
}

.gform_wrapper .ginput_container input:not([type=checkbox]):not([type=submit]),
.gform_wrapper .ginput_container textarea {
    background-color: #fff !important;
    border-radius: 8px;
    color: var(--color);
    font-size: 1rem;
    padding: 13px 24px !important
}

.gform_wrapper .ginput_container input:not([type=checkbox]):not([type=submit]):focus,
.gform_wrapper .ginput_container textarea:focus {
    border-color: #20201e;
    outline: none
}

.gform_wrapper .ginput_container input:not([type=checkbox]):not([type=submit])::-moz-placeholder,
.gform_wrapper .ginput_container textarea::-moz-placeholder {
    font-size: .875rem;
    color: #20201e
}

.gform_wrapper .ginput_container input:not([type=checkbox]):not([type=submit])::placeholder,
.gform_wrapper .ginput_container textarea::placeholder {
    font-size: .875rem;
    color: #20201e
}

.gform_wrapper .ginput_container input:not([type=checkbox]):not([type=submit]).medium,
.gform_wrapper .ginput_container textarea.medium {
    width: calc(50% - .8px) !important
}

.gform_wrapper .ginput_container textarea {
    border: unset;
    width: 100% !important;
    padding: .5rem !important;
    padding: 13px 24px !important
}

.gform_wrapper .gfield_consent_label {
    display: contents
}

.gform_wrapper .gform_drop_area {
    background-color: #fff
}

.gform_wrapper .gform_fileupload_rules {
    display: none
}

.gform_wrapper input[value="Subscribe now"] {
    margin-top: 0 !important;
    background: #fff !important;
    color: #000 !important
}

.gform_wrapper .mail {
    margin-bottom: 0px !important
}

.gform_wrapper .mail input {
    background-color: #fff !important;
    padding: 14px 32px !important;
    border-radius: 8px
}

.gform_wrapper .form-file-upload label {
    font-size: 20px !important;
    color: #000
}

@media(max-width: 1479.98px) {
    .gform_wrapper {
        --input-width: 100% !important
    }
}

@media(max-width: 767.98px) {
    .gform_wrapper #input_1_1 {
        width: 100% !important
    }

    .gform_wrapper .ginput_container input,
    .gform_wrapper .ginput_container textarea {
        padding: .25rem 0 .25rem 0 !important
    }
}

.container,
.product-overview-slider__slider .swiper .swiper-wrapper .single__content,
.hero-media__content,
.hero-media,
.text-form__form,
.text-form__text,
.overlay .overlay__content--form .form-form,
.overlay .overlay__content--form .form-text,
.overlay .overlay__content,
.overlay-header__container {
    padding: 0 108px
}

@media(max-width: 1479.98px) {

    .container,
    .product-overview-slider__slider .swiper .swiper-wrapper .single__content,
    .hero-media__content,
    .hero-media,
    .text-form__form,
    .text-form__text,
    .overlay .overlay__content--form .form-form,
    .overlay .overlay__content--form .form-text,
    .overlay .overlay__content,
    .overlay-header__container {
        padding: 0 100px
    }
}

@media(max-width: 1325.98px) {

    .container,
    .product-overview-slider__slider .swiper .swiper-wrapper .single__content,
    .hero-media__content,
    .hero-media,
    .text-form__form,
    .text-form__text,
    .overlay .overlay__content--form .form-form,
    .overlay .overlay__content--form .form-text,
    .overlay .overlay__content,
    .overlay-header__container {
        padding: 0 82.5px
    }
}

@media(max-width: 1023.98px) {

    .container,
    .product-overview-slider__slider .swiper .swiper-wrapper .single__content,
    .hero-media__content,
    .hero-media,
    .text-form__form,
    .text-form__text,
    .overlay .overlay__content--form .form-form,
    .overlay .overlay__content--form .form-text,
    .overlay .overlay__content,
    .overlay-header__container {
        padding: 0 60px
    }
}

@media(max-width: 767.98px) {

    .container,
    .product-overview-slider__slider .swiper .swiper-wrapper .single__content,
    .hero-media__content,
    .hero-media,
    .text-form__form,
    .text-form__text,
    .overlay .overlay__content--form .form-form,
    .overlay .overlay__content--form .form-text,
    .overlay .overlay__content,
    .overlay-header__container {
        padding: 0 15px
    }
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    padding: 0;
    width: 100%;
    overflow: hidden
}

.swiper-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px
}

.swiper-controls .swiper-pagination {
    height: 3px;
    width: 200px;
    background-color: #a3a3a3;
    font-size: .875rem;
    opacity: 1
}

.swiper-controls .swiper-pagination .swiper-pagination-progressbar-fill {
    opacity: 1;
    background-color: #fff;
    height: 100%;
    width: 100%;
    transform-origin: left
}

.swiper-controls .swiper-navigation button {
    background-color: unset
}

.swiper-controls .swiper-navigation .swiper-button-disabled {
    visibility: hidden
}

@media(max-width: 1023.98px) {
    .swiper-controls {
        margin-top: unset;
        margin-bottom: 24px
    }
}

.button-group {
    display: flex;
    gap: 1.5rem
}

@media(max-width: 575.98px) {
    .button-group {
        flex-direction: column;
        gap: 1rem
    }

    .button-group>* {
        text-align: center;
        flex: 1
    }
}

.footer {
    padding: 120px 0;
    background-color: #000;
    color: #fafafa
}

.footer__main {
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 30px
}

.footer__block-contact>div {
    margin-bottom: 5px
}

.footer__block-logo {
    margin-bottom: 2rem
}

.footer__block-address {
    margin-bottom: 1.25rem
}

.footer__block-title {
    margin-bottom: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer__block-title i {
    display: none
}

.footer__block-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer__block-menu li {
    padding: .25em 0
}

.footer__block-cta {
    text-align: end
}

.footer__block a:not(.button-link) {
    color: #fafafa
}

.footer__block a:not(.button-link):hover {
    color: #fafafa
}

.footer__bottom {
    padding-top: 20px
}

.footer__bottom-icons {
    display: flex;
    gap: 1rem
}

.footer__bottom-icons a {
    color: #fafafa
}

@media(max-width: 1325.98px) {
    .footer__block.is-active .footer__block-nav {
        display: block
    }

    .footer__block.is-active .footer__block-title i {
        transform: rotate(45deg)
    }

    .footer__block-title {
        border-bottom: 1px solid #f7f7f7;
        padding-bottom: 1rem;
        cursor: pointer
    }

    .footer__block-title i {
        transition: all 300ms ease;
        display: inline-block
    }

    .footer__block-nav {
        display: none
    }

    .footer__block-menu li {
        border-bottom: 1px solid #f7f7f7;
        padding: .3em 0
    }

    .footer__block-menu li:last-child {
        margin-bottom: 1.25rem;
        border-bottom: unset
    }

    .footer__block-cta {
        margin-top: 2rem;
        text-align: start
    }
}

.footer .col-footer-cta {
    flex: 0 0 auto;
    width: 20%
}

@media(max-width: 1479.98px) {
    .footer .col-footer-cta {
        width: 27%
    }
}

@media(max-width: 1023.98px) {
    .footer .col-footer-cta {
        width: 100%
    }
}

@media(max-width: 1023.98px) {
    .footer {
        padding: 5em 0
    }
}

.header {
    --color: #f8f9fa;
    --background: #f8f9fa;
    --submenu-bg: #f8f9fa;
    --submenu-bg-hover: #959595;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 1.25rem 0;
    background: rgba(0, 0, 0, 0)
}

.header--light,
.header--dark,
.header--scroll {
    --color: #20201E;
    --background: #212529
}

.header--light .header__logo,
.header--dark .header__logo,
.header--scroll .header__logo {
    display: none
}

.header--light .header__logo--dark,
.header--dark .header__logo--dark,
.header--scroll .header__logo--dark {
    display: block !important
}

.header--light {
    background-color: #f8f9fa
}

.header--scroll {
    --color: #20201E
}

.header .header__logo--dark {
    display: none
}

@media(max-width: 1325.98px) {
    .header .header__logo {
        width: 13.125rem
    }
}

@media(max-width: 575.98px) {
    .header .header__logo {
        width: 10.3125rem
    }
}

@media(max-width: 350px) {
    .header .header__logo {
        width: 8.75rem
    }
}

.header .header__nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.header .header__nav ul li {
    display: inline-block;
    font-size: 1rem;
    margin-right: 40px;
    position: relative
}

@media(max-width: 1325.98px) {
    .header .header__nav ul li {
        margin-right: 16px
    }
}

.header .header__nav ul li a {
    color: #000;
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.header .header__nav ul li a i {
    font-size: 0.625rem;
    margin-left: 8px;
    transition: all .3s ease
}

@media(max-width: 1325.98px) {
    .header .header__nav ul li a i {
        margin-left: 5px
    }
}

.header .header__nav ul li .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    padding-top: 1rem
}

.header .header__nav ul li .sub-menu ul {
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 1.25rem rgba(32, 32, 30, .15)
}

.header .header__nav ul li .sub-menu ul li {
    white-space: nowrap;
    border-bottom: solid 1px var(--border);
    margin-right: 0;
    line-height: 1;
    transition: all .3s ease;
    width: 100%
}

.header .header__nav ul li .sub-menu ul li a {
    color: #212529;
    display: block;
    padding: 1.25rem
}

.header .header__nav ul li .sub-menu ul li a span {
    display: block;
    font-size: .875rem;
    margin-top: 6px
}

.header .header__nav ul li .sub-menu ul li:hover {
    background: #eceff2
}

.header .header__nav ul li .sub-menu ul li:last-child {
    border-bottom: none
}

.header .header__nav ul li:hover a i {
    transform: rotateZ(180deg)
}

.header .header__nav ul li:hover .sub-menu {
    display: block
}

.header .header__nav ul li:last-child {
    margin-right: 0
}

.header .header__lang {
    position: relative;
    margin-left: 2.5rem
}

@media(max-width: 1325.98px) {
    .header .header__lang {
        margin-left: 1.5rem
    }
}

.header .header__lang button {
    border: none;
    padding: 8px;
    line-height: 1;
    background: rgba(0, 0, 0, 0);
    color: var(--color);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    text-transform: uppercase;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
}

.header .header__lang button i {
    font-size: 12px;
    margin-left: 8px;
    transition: all .3s ease
}

.header .header__lang ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #212529;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: none
}

.header .header__lang ul li {
    border-top: solid 1px #383f45
}

.header .header__lang ul li a {
    text-transform: uppercase;
    color: var(--color);
    display: block;
    padding: 4px 8px;
    transition: all .3s ease
}

.header .header__lang ul li:hover a {
    color: #f8f9fa
}

.header .header__lang.open button {
    background: #212529;
    color: #f8f9fa
}

.header .header__lang.open button i {
    transform: rotateZ(180deg)
}

.header .header__lang.open ul {
    display: block
}

.header .header__burger {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    border: none;
    width: 26px;
    height: 26px;
    position: relative;
    margin-left: 40px
}

@media(max-width: 1325.98px) {
    .header .header__burger {
        margin-left: 24px
    }
}

@media(max-width: 1325.98px) {
    .header .header__burger {
        margin-left: 10px
    }
}

.header .header__burger span {
    width: 18px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #000 !important;
    transition: width .3s ease
}

.header .header__burger span:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 0;
    width: 26px;
    height: 2px;
    background: #000 !important;
    transition: width .3s ease
}

.header .header__burger span:after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 26px;
    height: 2px;
    background: #000 !important;
    transition: width .3s ease
}

.header .header__burger:hover span {
    width: 26px
}

.header .header__burger:hover span:before {
    width: 18px
}

.header .header__burger:hover span:after {
    width: 18px
}

.header--scroll {
    position: fixed;
    background: #fafafa;
    border-bottom: solid 1px #d5d5d5;
    padding: .5rem 0;
    transform: translateY(-100%)
}

@media(max-width: 1023.98px) {
    .header--scroll {
        padding: 1rem 0
    }
}

.overlay-header {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    color: #f8f9fa;
    background: #212529
}

.overlay-header__contrast {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a80000
}

.overlay-header__close {
    position: absolute;
    top: 40px;
    right: 40px;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    color: #f8f9fa;
    border: none;
    font-size: 26px;
    z-index: 100;
    line-height: 1
}

@media(max-width: 767.98px) {
    .overlay-header__close {
        top: 30px;
        right: 30px
    }
}

.overlay-header__layers {
    width: 100%;
    height: 100%;
    position: relative
}

.overlay-header__layers .layer {
    padding: 120px 0;
    position: absolute;
    z-index: 10;
    transform: translateX(100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #212529;
    overflow: auto
}

@media(max-width: 767.98px) {
    .overlay-header__layers .layer .layer__nav {
        margin-bottom: 80px
    }
}

.overlay-header__layers .layer .layer__nav>ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.overlay-header__layers .layer .layer__nav>ul>li {
    margin-bottom: 4px
}

.overlay-header__layers .layer .layer__nav>ul>li>a {
    line-height: 1;
    color: #081123;
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    transition: all .3s ease
}

.overlay-header__layers .layer .layer__nav>ul>li>a i {
    font-size: 12px;
    margin-left: 8px
}

.overlay-header__layers .layer .layer__nav>ul>li:hover>a,
.overlay-header__layers .layer .layer__nav>ul>li.active>a {
    color: #f8f9fa
}

.overlay-header__layers .layer .layer__nav>ul>li:last-child {
    margin-bottom: 0
}

.overlay-header__layers .layer .layer__back {
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
    color: #f8f9fa;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 4rem
}

@media(max-width: 767.98px) {
    .overlay-header__layers .layer .layer__back {
        margin-bottom: 2.5rem
    }
}

.overlay-header__layers .layer .layer__back i {
    font-size: 0.5rem;
    margin-right: 8px;
    transition: all .3s ease
}

.overlay-header__layers .layer .layer__title {
    display: inline-block;
    color: #f8f9fa;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 24px
}

.overlay-header__layers .layer__contact .title,
.overlay-header__layers .layer__address .title,
.overlay-header__layers .layer__social .title {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.overlay-header__layers .layer__contact ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.overlay-header__layers .layer__contact ul li {
    margin-bottom: 4px
}

.overlay-header__layers .layer__contact ul li a {
    color: #f8f9fa;
    position: relative
}

.overlay-header__layers .layer__contact ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #f8f9fa;
    transition: all .3s ease
}

.overlay-header__layers .layer__contact ul li a:hover:after {
    width: 0
}

.overlay-header__layers .layer__contact ul li:last-child {
    margin-bottom: 0
}

.overlay-header__layers .layer__address {
    margin-top: 4rem
}

@media(max-width: 1023.98px) {
    .overlay-header__layers .layer__address {
        margin-top: 2.5rem
    }
}

.overlay-header__layers .layer__social {
    margin-top: 4rem
}

@media(max-width: 1023.98px) {
    .overlay-header__layers .layer__social {
        margin-top: 2.5rem
    }
}

.overlay-header__layers .layer__social ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.overlay-header__layers .layer__social ul li {
    display: inline-block;
    margin-right: 8px
}

.overlay-header__layers .layer__social ul li a {
    color: #f8f9fa
}

.overlay-header__layers .layer__social ul li:last-child {
    margin-right: 0
}

.overlay-header__layers .layer--start {
    position: relative;
    transform: translateX(0)
}

.overlay-header__layers .layer--start .layer__nav>ul>li {
    margin-bottom: 1.5rem
}

@media(max-width: 1023.98px) {
    .overlay-header__layers .layer--start .layer__nav>ul>li {
        margin-bottom: 1rem
    }
}

.overlay-header__layers .layer--start .layer__nav>ul>li>a {
    font-weight: bold;
    margin: 0;
    transition: all .3s ease
}

@media(max-width: 1023.98px) {
    .overlay-header__layers .layer--start .layer__nav>ul>li>a {
        font-size: 1.4rem
    }
}

.overlay-header__layers .layer--start .layer__nav>ul>li>a i {
    font-size: 50%;
    margin-left: 24px
}

.overlay-header__layers .layer--1 {
    background: #262a2f
}

.overlay-header__layers .layer--2 {
    background: #2a2f34
}

.overlay-header {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    color: #f8f9fa;
    background: #212529
}

.overlay-header__contrast {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a80000
}

.overlay-header__close {
    position: absolute;
    top: 40px;
    right: 40px;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    color: #f8f9fa;
    border: none;
    font-size: 26px;
    z-index: 100;
    line-height: 1
}

@media(max-width: 767.98px) {
    .overlay-header__close {
        top: 30px;
        right: 30px
    }
}

.overlay-header__container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    height: 100%;
    overflow-x: hidden;
    padding-top: var(--padding);
    padding-bottom: var(--padding)
}

@media(max-width: 767.98px) {
    .overlay-header__container {
        display: block
    }
}

.overlay-header__levels {
    flex: 0 0 70%;
    position: relative
}

@media(max-width: 767.98px) {
    .overlay-header__levels {
        width: 100%
    }
}

.overlay-header__levels .level {
    position: absolute;
    z-index: 10;
    visibility: hidden;
    transform: translateX(50%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.overlay-header__levels .level__back {
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
    color: #f8f9fa;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 64px
}

@media(max-width: 767.98px) {
    .overlay-header__levels .level__back {
        margin-bottom: 40px
    }
}

.overlay-header__levels .level__back i {
    font-size: 12px;
    margin-right: 8px;
    transition: all .3s ease
}

.overlay-header__levels .level__title {
    display: inline-block;
    color: #f8f9fa;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 24px
}

.overlay-header__levels .level__nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.overlay-header__levels .level__nav ul li {
    margin-bottom: 4px
}

.overlay-header__levels .level__nav ul li a {
    line-height: 1;
    color: #888;
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    transition: all .3s ease
}

.overlay-header__levels .level__nav ul li a i {
    font-size: 12px;
    margin-left: 8px
}

.overlay-header__levels .level__nav ul li:hover a,
.overlay-header__levels .level__nav ul li.active a {
    color: #f8f9fa
}

.overlay-header__levels .level__nav ul li:last-child {
    margin-bottom: 0 !important
}

.overlay-header__levels .level--start {
    position: relative;
    visibility: visible;
    transform: translateX(0)
}

.overlay-header__levels .level--start .level__nav ul li {
    margin-bottom: 24px
}

@media(max-width: 1023.98px) {
    .overlay-header__levels .level--start .level__nav ul li {
        margin-bottom: 16px
    }
}

.overlay-header__levels .level--start .level__nav ul li a {
    font-weight: bold;
    margin: 0;
    transition: all .3s ease
}

@media(max-width: 1023.98px) {
    .overlay-header__levels .level--start .level__nav ul li a {
        font-size: 1.4rem
    }
}

.overlay-header__levels .level--start .level__nav ul li a i {
    font-size: 50%;
    margin-left: 24px
}

.overlay-header__aside {
    flex: 0 0 30%
}

@media(max-width: 767.98px) {
    .overlay-header__aside {
        width: 100%;
        margin-top: 80px
    }
}

.overlay-header__aside .aside-contact__title,
.overlay-header__aside .aside-address__title,
.overlay-header__aside .aside-social__title {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 16px
}

.overlay-header__aside .aside-contact ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.overlay-header__aside .aside-contact ul li {
    margin-bottom: 4px
}

.overlay-header__aside .aside-contact ul li a {
    color: #f8f9fa;
    position: relative
}

.overlay-header__aside .aside-contact ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #f8f9fa;
    transition: all .3s ease
}

.overlay-header__aside .aside-contact ul li a:hover:after {
    width: 0
}

.overlay-header__aside .aside-contact ul li:last-child {
    margin-bottom: 0
}

.overlay-header__aside .aside-address {
    margin-top: 64px
}

@media(max-width: 1023.98px) {
    .overlay-header__aside .aside-address {
        margin-top: 40px
    }
}

.overlay-header__aside .aside-social {
    margin-top: 64px
}

@media(max-width: 1023.98px) {
    .overlay-header__aside .aside-social {
        margin-top: 40px
    }
}

.overlay-header__aside .aside-social ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.overlay-header__aside .aside-social ul li {
    display: inline-block;
    margin-right: 8px
}

.overlay-header__aside .aside-social ul li a {
    color: #f8f9fa
}

.overlay-header__aside .aside-social ul li:last-child {
    margin-right: 0
}

.overlay {
    visibility: hidden;
    position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 37, 41, .8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    overflow: auto;
    padding-top: var(--padding);
    padding-bottom: var(--padding)
}

.overlay .overlay__close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: #f8f9fa;
    border-radius: 50%;
    border: none;
    width: 50px;
    height: 50px
}

@media(max-width: 767.98px) {
    .overlay .overlay__close {
        top: 16px;
        right: 16px;
        height: 40px;
        width: 40px
    }
}

.overlay .overlay__close i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #20201e;
    font-size: 20px
}

.overlay .overlay__content {
    visibility: hidden;
    transform: translateY(100px);
    width: 100%
}

.overlay .overlay__content--media {
    max-width: 1200px
}

.overlay .overlay__content--media .youtube,
.overlay .overlay__content--media video {
    width: 100%;
    aspect-ratio: 16/9
}

.overlay .overlay__content--form {
    display: flex;
    flex-flow: row wrap;
    max-width: 1600px
}

.overlay .overlay__content--form .form-text {
    flex: 0 0 50%;
    width: 50%;
    background: #f8f9fa;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-top: 0;
    padding-top: var(--padding);
    padding-bottom: var(--padding)
}

@media(max-width: 767.98px) {
    .overlay .overlay__content--form .form-text {
        flex: 0 0 100%;
        width: 100%;
        padding: 40px 0
    }
}

.overlay .overlay__content--form .form-text .inner {
    width: 100%;
    color: #000
}

.overlay .overlay__content--form .form-form {
    background-color: var(--background);
    flex: 0 0 50%;
    width: 50%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-top: 0;
    padding-top: var(--padding);
    padding-bottom: var(--padding)
}

@media(max-width: 767.98px) {
    .overlay .overlay__content--form .form-form {
        flex: 0 0 100%;
        width: 100%
    }
}

.overlay .overlay__content--form .form-form .inner {
    width: 100%
}

.post {
    margin-bottom: 1.75rem
}

.post a {
    color: #20201e
}

.post a:first-of-type {
    display: block
}

.post img {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
    object-fit: cover
}

.post__date {
    display: block;
    color: #4c4c4c;
    padding-top: 20px;
    margin-bottom: 0
}

.post__description {
    color: #4c4c4c
}

.service {
    height: 100%;
    background-color: #f2f2f2
}

.service__image {
    margin-bottom: 0
}

.service__image img {
    aspect-ratio: 4/3
}

.service__content {
    padding-bottom: calc(1.425rem + 2.1vw);
    padding-top: calc(1.425rem + 2.1vw);
    padding-left: calc(1.375rem + 1.5vw);
    padding-right: calc(1.375rem + 1.5vw);
    background-color: #f2f2f2
}

@media(min-width: 1200px) {
    .service__content {
        padding-bottom: 3rem
    }
}

@media(min-width: 1200px) {
    .service__content {
        padding-top: 3rem
    }
}

@media(min-width: 1200px) {
    .service__content {
        padding-left: 2.5rem
    }
}

@media(min-width: 1200px) {
    .service__content {
        padding-right: 2.5rem
    }
}

.service__content header {
    min-height: 150px
}

.service__content-list {
    margin-top: 2rem
}

.service__content-list ul {
    padding-left: 1rem;
    margin-bottom: 0
}

.swiper-controls {
    display: flex;
    justify-content: space-between;
    margin-top: calc(1.425rem + 2.1vw)
}

@media(min-width: 1200px) {
    .swiper-controls {
        margin-top: 3rem
    }
}

.swiper-controls__progress {
    background-color: #888;
    height: .125rem;
    width: 10.925rem;
    position: relative
}

.swiper-controls__progress .swiper-pagination-progressbar-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform-origin: left;
    background-color: var(--color)
}

.swiper-controls__navigation {
    display: flex;
    gap: 1rem
}

.swiper-controls__navigation [data-swiper-prev],
.swiper-controls__navigation [data-swiper-next] {
    all: unset;
    font-size: 1.25rem;
    background-color: #f7f7f7;
    height: 3.125rem;
    width: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    border-radius: 50%;
    color: #20201e;
    cursor: pointer
}

.swiper-controls__navigation [data-swiper-prev]:focus-visible,
.swiper-controls__navigation [data-swiper-next]:focus-visible {
    outline: 1px solid #212529;
    outline-offset: 2px
}

.swiper-controls__navigation [data-swiper-prev]:focus-visible i,
.swiper-controls__navigation [data-swiper-next]:focus-visible i {
    animation: bounce 1s ease-out infinite
}

@media(max-width: 575.98px) {
    .swiper-controls__progress {
        display: none
    }

    .swiper-controls__navigation {
        flex: 1
    }
}

.swiper-button-disabled {
    color: #babab6
}

.swiper-button-disabled i {
    color: #babab6
}

@keyframes bounce {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-4px)
    }

    100% {
        transform: translateY(0)
    }
}

.tile {
    position: relative;
    min-height: min(550px, 400px + 10vw);
    overflow: hidden
}

.tile__overlay {
    z-index: 10;
    background: rgba(0, 0, 0, 0) linear-gradient(270deg, rgba(0, 0, 0, 0) -5%, hsla(60deg, 2%, 8%, 0.85) 100%) 0% 0% no-repeat padding-box;
    border-radius: .25rem
}

.tile__image img {
    transition: all 300ms ease;
    aspect-ratio: 4/3;
    opacity: 1
}

.tile__content {
    padding: calc(1.425rem + 2.1vw) calc(1.5rem + 3vw);
    position: relative;
    z-index: 50;
    display: grid;
    align-items: flex-end;
    color: #fff;
    min-height: inherit
}

@media(min-width: 1200px) {
    .tile__content {
        padding: 3rem 3.75rem
    }
}

.tile:hover img {
    transition: all 300ms ease;
    scale: 1.1
}

@media(max-width: 767.98px) {
    .tile__overlay {
        background: rgba(0, 0, 0, 0) linear-gradient(270deg, rgba(0, 0, 0, 0) -50%, hsla(60deg, 2%, 8%, 0.85) 100%) 0% 0% no-repeat padding-box
    }
}

.blog-content {
    background-color: #fff;
    color: #000;
    --padding: 2.75rem 0
}

.blog-content__sections-item {
    padding-top: 2.75rem
}

.blog-content__sections-item-content {
    padding-bottom: 2.75rem;
    border-bottom: 1px solid #f7f7f7
}

.blog-content__sections-item-content p:last-of-type {
    margin-bottom: 0
}

.blog-content__sections-item-gallery {
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 2.75rem;
    border-bottom: 1px solid #f7f7f7
}

.blog-content__sections-item-gallery img {
    display: inline-block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 4/4
}

.blog-content__sections-item-gallery .blog-content__desc {
    display: block;
    font-size: 12px;
    margin-top: 20px;
    color: #4c4c4c;
    margin-bottom: 0
}

.blog-content__table-box {
    background: #f2f2f2;
    padding: 80px;
    margin-top: 40px
}

@media(max-width: 1023.98px) {
    .blog-content__table-box {
        padding: 50px
    }
}

@media(max-width: 767.98px) {
    .blog-content__table-box {
        padding: 30px
    }
}

.blog-content__table-box .title {
    margin-bottom: 20px
}

.blog-content__table-box .table ol {
    padding: 0;
    margin: 0;
    margin-left: 15px
}

.blog-content__table-box .table ol li {
    color: #4c4c4c;
    margin-bottom: 10px;
    padding-left: 10px
}

.blog-content__table-box .table ol li a {
    color: #4c4c4c
}

.blog-content__table-box .table ol li a:hover {
    color: #a80000
}

.blog-content__table-box .table ol li:last-child {
    margin-bottom: 0
}

.blog-content__tags {
    padding: 3.75rem 0 2.75rem 0
}

.blog-content__tags-button {
    background-color: #a80000;
    color: #fff;
    font-size: 12px !important;
    cursor: unset !important;
    border-radius: 0 !important;
    padding-top: .4rem !important;
    padding-bottom: .4rem !important
}

@media(max-width: 1325.98px) {
    .blog-content {
        --padding: 2rem 0
    }
}

@media(max-width: 767.98px) {
    .blog-content {
        --padding: 1.5rem 0
    }
}

.blog-overview {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    background: var(--background);
    color: var(--color);
    overflow: hidden
}

.blog-overview.padding-top-big {
    padding-top: 15.625em
}

@media(max-width: 1023.98px) {
    .blog-overview.padding-top-big {
        padding-top: 120px
    }
}

.blog-overview__header {
    margin-bottom: calc(1.675rem + 5.1vw)
}

@media(min-width: 1200px) {
    .blog-overview__header {
        margin-bottom: 5.5rem
    }
}

.blog-overview__load {
    margin-top: 2.5rem;
    text-align: center
}

.blog-overview__load button {
    position: relative
}

.blog-overview__load button .caption {
    display: flex;
    flex-flow: row nowrap;
    white-space: nowrap;
    align-items: center
}

.blog-overview__load button .loading {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.blog-overview__load button .loading span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    margin-right: 2px;
    animation: loading .6s .1s linear infinite
}

.blog-overview__load button .loading span:nth-of-type(2) {
    animation: loading .6s .2s linear infinite
}

.blog-overview__load button .loading span:nth-of-type(3) {
    animation: loading .6s .3s linear infinite
}

.blog-overview__load button .loading span:last-of-type {
    margin-right: 0
}

.blog-overview__load button.progress .loading {
    opacity: 1
}

@media(max-width: 1023.98px) {
    .blog-overview {
        padding: 5em 0;
        padding-top: 8em
    }
}

@keyframes loading {
    0% {
        transform: translate(0, 0)
    }

    25% {
        transform: translate(0, 5px)
    }

    50% {
        transform: translate(0, 0)
    }

    75% {
        transform: translate(0, -5px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.blog-summary {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    background: #FFF;
    color:#111;
    overflow: hidden
}

@media(max-width: 1023.98px) {
    .blog-summary.padding-top-big {
        padding-top: 120px
    }
}

.blog-summary__header {
    margin-bottom: calc(1.675rem + 5.1vw)
}

@media(min-width: 1200px) {
    .blog-summary__header {
        margin-bottom: 5.5rem
    }
}

.blog-summary .swiper {
    overflow: unset
}

.blog-summary__load {
    margin-top: 2.5rem;
    text-align: center
}

.blog-summary__load button {
    position: relative
}

.blog-summary__load button .caption {
    display: flex;
    flex-flow: row nowrap;
    white-space: nowrap;
    align-items: center
}

.blog-summary__load button .loading {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.blog-summary__load button .loading span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f8f9fa;
    margin-right: 2px;
    animation: loading .6s .1s linear infinite
}

.blog-summary__load button .loading span:nth-of-type(2) {
    animation: loading .6s .2s linear infinite
}

.blog-summary__load button .loading span:nth-of-type(3) {
    animation: loading .6s .3s linear infinite
}

.blog-summary__load button .loading span:last-of-type {
    margin-right: 0
}

.blog-summary__load button.progress .loading {
    opacity: 1
}

.box-slider {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    background: var(--background);
    color: var(--color);
    overflow: hidden
}

.box-slider__content {
    margin-bottom: calc(1.525rem + 3.3vw)
}

@media(min-width: 1200px) {
    .box-slider__content {
        margin-bottom: 4rem
    }
}

.box-slider .swiper {
    overflow: visible
}

.box-slider .box {
    background-color: #fff;
    padding: 2rem;
    border-radius: .25rem
}

.box-slider .box__title {
    margin-bottom: 1rem;
    color: #a80000
}

.box-slider .box__subtitle {
    font-size: 18px;
    margin-bottom: 2rem
}

.button {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0);
    font-weight: bold;
    padding: 1em 2em;
    border-radius: 8px;
    font-size: 1rem
}

.button-primary {
    color: #fafafa;
    background-color: #a80000;
    border: 1px solid #a80000;
    transition: all 300ms ease
}

.button-primary.button-dark:hover {
    color: #1c1d1f
}

.button-primary:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #fafafa
}

.button-primary-white {
    color: #1c1d1f;
    background-color: #fafafa;
    border: 1px solid #fafafa;
    transition: all 300ms ease
}

.button-secondary {
    color: #fafafa;
    background-color: #161615;
    border: 1px solid #161615;
    transition: all 300ms ease
}

.button-secondary.button-white:hover {
    color: #fafafa
}

.button-secondary:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #20201e
}

.button-transparent {
    color: #20201e;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #1c1d1f;
    transition: all 300ms ease;
    font-weight: bold
}

.button-transparent:hover {
    font-weight: bold;
    background-color: #1c1d1f;
    color: #fafafa
}

.button-transparent-white {
    color: #fafafa;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #fafafa;
    transition: all 300ms ease
}

.button-transparent-white:hover {
    font-weight: bold;
    background-color: #1c1d1f;
    color: #fafafa
}

.button-light {
    background-color: #fafafa;
    color: #20201e;
    transition: all 300ms ease
}

.button-light:hover {
    border: 1px solid #fafafa;
    background-color: rgba(0, 0, 0, 0);
    color: #fafafa
}

.button-link {
    padding: unset !important;
    border-radius: unset !important;
    border: unset !important;
    font-weight: bold;
    position: relative;
    color: var(--color);
    padding-bottom: .25em
}

.button-link.button-white {
    color: #fafafa
}

.button-link::after {
    font-family: "Font Awesome 6 Pro";
    content: "";
    display: inline-block;
    margin-left: 1rem;
    margin-bottom: 8px;
    vertical-align: middle;
    transition: all .3s ease;
    color: #fff;
    font-size: 1.25rem;
    position: relative;
    top: 1px
}

.button-link:hover {
    color: currentColor
}

.button-link:hover::after {
    transform: translateX(5px)
}

@media(max-width: 575.98px) {
    .button {
        padding: .75em 1.5em
    }
}

.button--small {
    padding: 8px 16px
}

.cta-career {
    position: relative
}

.cta-career__content {
    position: relative;
    z-index: 50;
    display: flex;
    align-items: center;
    min-height: 100vh;
    color: #fafafa
}

@media(max-width: 1325.98px) {
    .cta-career__content {
        min-height: 82.5vh
    }
}

@media(max-width: 1023.98px) {
    .cta-career__content {
        min-height: 75vh
    }
}

@media(max-width: 767.98px) {
    .cta-career__content {
        min-height: 67.5vh
    }
}

@media(max-width: 575.98px) {
    .cta-career__content {
        min-height: 50vh
    }
}

@media(max-height: 480px) {
    .cta-career__content {
        min-height: 100vh
    }
}

.locations {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    background: var(--background)
}

.locations__filter {
    padding: 40px;
    background: var(--contrast)
}

@media(max-width: 1023.98px) {
    .locations__filter {
        margin-bottom: 24px;
        padding: 32px
    }
}

@media(max-width: 767.98px) {
    .locations__filter {
        padding: 24px
    }
}

.locations__filter h1,
.locations__filter .h1,
.locations__filter .overlay-header__levels .level__title,
.overlay-header__levels .locations__filter .level__title,
.locations__filter .overlay-header__levels .level--start .level__nav ul li a,
.overlay-header__levels .level--start .level__nav ul li .locations__filter a,
.locations__filter .box-slider .box__title,
.box-slider .locations__filter .box__title,
.locations__filter h3,
.locations__filter .h3,
.locations__filter h4,
.locations__filter .h4,
.locations__filter h5,
.locations__filter .h5,
.locations__filter h6,
.locations__filter .h6 {
    margin-bottom: 24px
}

.locations__filter select,
.locations__filter input {
    color: #f8f9fa;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    display: block;
    border: solid 1px #adb5bd;
    padding: 12px;
    line-height: 1;
    margin-bottom: 12px;
    outline: none
}

.locations__filter select.disabled,
.locations__filter input.disabled {
    opacity: .3;
    pointer-events: none
}

.locations__filter select.first-filter,
.locations__filter input.first-filter {
    margin-top: 40px
}

.locations__filter select.last-filter,
.locations__filter input.last-filter {
    margin-bottom: 0
}

.locations__filter select option {
    color: #000
}

.locations__results .result {
    display: flex;
    flex-flow: row wrap;
    padding: 40px
}

@media(max-width: 1479.98px) {
    .locations__results .result {
        display: block
    }
}

@media(max-width: 1023.98px) {
    .locations__results .result {
        padding: 32px
    }
}

@media(max-width: 767.98px) {
    .locations__results .result {
        padding: 24px
    }
}

.locations__results .result__logo {
    font-weight: bold;
    flex: 0 0 30%
}

@media(max-width: 1479.98px) {
    .locations__results .result__logo {
        margin-bottom: 24px
    }
}

.locations__results .result__logo .distance {
    font-weight: 400;
    margin-bottom: 16px
}

.locations__results .result__logo img {
    height: 30px;
    width: auto;
    display: block;
    margin-bottom: 16px
}

.locations__results .result__address {
    flex: 0 0 40%;
    padding: 0 24px
}

@media(max-width: 1479.98px) {
    .locations__results .result__address {
        padding: 0;
        margin-bottom: 24px
    }
}

.locations__results .result__address a {
    display: block
}

@media(max-width: 1479.98px) {
    .locations__results .result__link {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center
    }
}

@media(max-width: 1325.98px) {
    .locations__results .result__link {
        display: block
    }
}

.locations__results .result__link .links {
    flex: 0 0 30%;
    list-style: none;
    padding: 0;
    margin: 0
}

.locations__results .result__link .links li {
    display: inline-block;
    margin-right: 16px
}

.locations__results .result__link .links li:last-child {
    margin-right: 0
}

.locations__results .result:nth-of-type(odd) {
    background: var(--contrast)
}

.locations__results.hidden {
    display: none
}

.locations .no-result,
.locations .germany {
    display: none;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    height: 200px
}

.locations .no-result i,
.locations .germany i {
    font-size: 24px;
    margin-right: 16px
}

.locations .no-result.visible,
.locations .germany.visible {
    display: flex
}

.locations .loading {
    display: none;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    height: 200px
}

.locations .loading__loader {
    height: 30px;
    width: 30px;
    border: solid 3px rgba(33, 37, 41, .2);
    border-radius: 50%;
    border-top-color: #212529;
    animation: spin 1s infinite linear;
    margin-right: 24px
}

.locations .loading.visible {
    display: flex
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.download {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    background: var(--background)
}

.download__wrapper {
    padding: 80px 0
}

@media(max-width: 1479.98px) {
    .download__wrapper {
        padding: 56px 0
    }
}

@media(max-width: 1023.98px) {
    .download__wrapper {
        padding: 0
    }
}

.download.background--grey .topline,
.download.background--grey h3,
.download.background--grey .h3 {
    color: var(--color)
}

.download.background--white .topline,
.download.background--white h3,
.download.background--white .h3 {
    color: var(--color)
}

.download.background--white .button-white:hover {
    color: #1c1d1f
}

.download__inner {
    background: #f7f7f7;
    padding: 40px 0;
    border-radius: 8px
}

.download__inner .topline {
    padding-bottom: 10px
}

.download__inner h3,
.download__inner .h3 {
    margin-bottom: 0
}

.download__inner img {
    max-width: 260px;
    margin: -120px 0;
    box-shadow: -20px 20px 30px 0px rgba(0, 0, 0, .3)
}

@media(max-width: 1479.98px) {
    .download__inner img {
        max-width: 200px
    }
}

@media(max-width: 767.98px) {
    .download__inner .button {
        margin-top: 40px
    }
}

.download--2-columns .button {
    margin-top: 80px
}

@media(max-width: 1023.98px) {
    .download--2-columns .button {
        margin-top: 40px
    }
}

.error {
    height: 100vh;
    padding: 120px 0
}

@media(max-width: 1023.98px) {
    .error {
        padding: 5em 0
    }
}

.error__number {
    color: #a80000
}

.error .container,
.error .product-overview-slider__slider .swiper .swiper-wrapper .single__content,
.product-overview-slider__slider .swiper .swiper-wrapper .error .single__content,
.error .hero-media__content,
.error .hero-media,
.error .text-form__form,
.error .text-form__text,
.error .overlay-header__container,
.error .overlay .overlay__content,
.overlay .error .overlay__content,
.error .overlay .overlay__content--form .form-text,
.overlay .overlay__content--form .error .form-text,
.error .overlay .overlay__content--form .form-form,
.overlay .overlay__content--form .error .form-form {
    height: 100%
}

.error .container .row,
.error .product-overview-slider__slider .swiper .swiper-wrapper .single__content .row,
.product-overview-slider__slider .swiper .swiper-wrapper .error .single__content .row,
.error .hero-media__content .row,
.error .hero-media .row,
.error .text-form__form .row,
.error .text-form__text .row,
.error .overlay-header__container .row,
.error .overlay .overlay__content .row,
.overlay .error .overlay__content .row,
.error .overlay .overlay__content--form .form-text .row,
.overlay .overlay__content--form .error .form-text .row,
.error .overlay .overlay__content--form .form-form .row,
.overlay .overlay__content--form .error .form-form .row {
    height: 100%
}

.faq {
    padding: 120px 0
}

.faq .accordion {
    margin-top: calc(1.425rem + 2.1vw)
}

@media(min-width: 1200px) {
    .faq .accordion {
        margin-top: 3rem
    }
}

.faq .accordion-item {
    display: flex;
    border-bottom: 1px solid #37393d;
    margin-bottom: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {
    .faq .accordion-item {
        margin-bottom: 2.5rem
    }
}

.faq .accordion-item:last-child {
    border-bottom: unset;
    margin-bottom: 0
}

.faq .accordion-item .wrapper {
    flex: 1
}

.faq .accordion-item__index {
    flex-basis: 6%
}

.faq .accordion-item__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 20px
}

.faq .accordion-item__title-title {
    font-size: 1.25rem;
    max-width: 90%
}

.faq .accordion-item__title i {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 400;
    position: relative;
    color: #a80000;
    top: 2px;
    transition: all 300ms ease;
    transform: rotate(45deg)
}

@media(min-width: 1200px) {
    .faq .accordion-item__title i {
        font-size: 1.5rem
    }
}

.faq .accordion-item__title.is-active i {
    transform: rotate(90deg)
}

.faq .accordion-item__content {
    display: none;
    overflow: hidden;
    color: #888
}

.faq .accordion-item__content .spacer {
    margin-left: 8.33%;
    position: relative
}

.faq .accordion-item__content .spacer:last-child {
    margin-bottom: calc(1.5rem + 3vw)
}

@media(min-width: 1200px) {
    .faq .accordion-item__content .spacer:last-child {
        margin-bottom: 3.75rem
    }
}

.faq .accordion-item__content .spacer::before {
    content: "";
    left: -30px;
    height: 100%;
    width: 3px;
    background-color: #a80000;
    position: absolute
}

.faq .accordion-item.is-active .accordion-item__content {
    display: block
}

@media(max-width: 1023.98px) {
    .faq {
        padding: 5em 0
    }
}

@media(max-width: 575.98px) {
    .faq .accordion-item {
        display: block
    }

    .faq .accordion-item__index {
        margin-bottom: .5rem
    }

    .faq .accordion-item__title {
        margin-bottom: 0
    }
}

.features {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    background: var(--background);
    color: var(--color);
    overflow: hidden
}

.features__text {
    padding-bottom: calc(var(--padding-bottom) - 40px)
}

.features__text p {
    color: var(--color);
    width: 80%
}

@media(max-width: 767.98px) {
    .features__text p {
        width: 100%
    }
}

.features__overview .swiper {
    overflow: visible
}

@media(max-width: 1023.98px) {
    .features__overview .swiper {
        margin: -1rem
    }
}

.features__overview .swiper .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between
}

@media(max-width: 1325.98px) {
    .features__overview .swiper .swiper-wrapper {
        flex-wrap: nowrap
    }
}

.features__overview .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 28%;
    width: 28%
}

@media(max-width: 1479.98px) {
    .features__overview .swiper .swiper-wrapper .swiper-slide {
        flex: 0 0 45%;
        width: 45%
    }
}

@media(max-width: 1325.98px) {
    .features__overview .swiper .swiper-wrapper .swiper-slide {
        flex: 0 0 45%;
        width: 45%;
        padding: 0 1rem
    }
}

@media(max-width: 1023.98px) {
    .features__overview .swiper .swiper-wrapper .swiper-slide {
        flex: 0 0 60%;
        width: 60%
    }
}

@media(max-width: 767.98px) {
    .features__overview .swiper .swiper-wrapper .swiper-slide {
        flex: 0 0 90%;
        width: 90%
    }
}

.features__overview .swiper .swiper-wrapper .swiper-slide .feature {
    position: relative;
    margin-top: 40px
}

.features__overview .swiper .swiper-wrapper .swiper-slide .feature__title {
    font-size: 1.25rem;
    margin-bottom: 16px;
    line-height: 1.25;
    font-weight: bold
}

.features__overview .swiper .swiper-wrapper .swiper-slide .feature__title span {
    color: #a80000;
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    font-weight: bold;
    font-size: calc(1.325rem + 0.9vw);
    margin-bottom: 24px
}

@media(min-width: 1200px) {
    .features__overview .swiper .swiper-wrapper .swiper-slide .feature__title span {
        font-size: 2rem
    }
}

@media(max-width: 767.98px) {
    .features__overview .swiper .swiper-wrapper .swiper-slide .feature__title span {
        display: block
    }
}

.features__overview .swiper .swiper-wrapper .swiper-slide .feature__title span:after {
    content: "";
    width: 18px;
    height: 4px;
    background: #a80000;
    display: block;
    margin: 0 16px
}

@media(max-width: 767.98px) {
    .features__overview .swiper .swiper-wrapper .swiper-slide .feature__title span:after {
        content: none
    }
}

.features__overview .swiper .swiper-wrapper .swiper-slide .feature__text {
    color: var(--color)
}

.text-form {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    background: var(--background);
    color: var(--color);
    overflow: hidden
}

.text-form__text {
    background: #f8f9fa;
    height: 100%;
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.text-form__text .inner {
    width: 100%
}

.text-form__text p {
    color: #161615
}

.text-form__form {
    background: #f7f7f7;
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.text-form__form .inner {
    width: 100%
}

@media(min-width: 1326px)and (max-width: 1479.98px) {
    .text-form__form form .gform_fields .gfield--width-half {
        flex: 0 0 100%;
        width: 100%
    }
}

.gallery {
    background: var(--background);
    color: var(--color);
    padding: 120px 0;
    overflow: hidden
}

.gallery .swiper {
    overflow: visible;
    -webkit-clip-path: inset(-100vw -100vw -100vw 0);
    clip-path: inset(-100vw -100vw -100vw 0)
}

.gallery__slide {
    width: auto
}

.gallery__slide img {
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 1023.98px) {
    .gallery {
        padding: 5em 0
    }

    .gallery__slide {
        height: auto
    }

    .gallery__slide img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media(max-width: 767.98px) {
    .gallery {
        overflow: hidden
    }

    .gallery__slide img {
        height: 100%;
        max-height: 370px
    }
}

.hero-alternative {
    position: relative;
    display: flex;
    height: 100%;
    padding-top: var(--header-height);
    background: var(--background);
    color: var(--color)
}

.hero-alternative__overlay {
    opacity: 0
}

.hero-alternative__image {
    position: relative;
    flex: 0 0 55%;
    max-width: 55%
}

.hero-alternative__image .container,
.hero-alternative__image .product-overview-slider__slider .swiper .swiper-wrapper .single__content,
.product-overview-slider__slider .swiper .swiper-wrapper .hero-alternative__image .single__content,
.hero-alternative__image .hero-media__content,
.hero-alternative__image .hero-media,
.hero-alternative__image .overlay-header__container,
.hero-alternative__image .overlay .overlay__content,
.overlay .hero-alternative__image .overlay__content,
.hero-alternative__image .overlay .overlay__content--form .form-text,
.overlay .overlay__content--form .hero-alternative__image .form-text,
.hero-alternative__image .overlay .overlay__content--form .form-form,
.overlay .overlay__content--form .hero-alternative__image .form-form,
.hero-alternative__image .text-form__text,
.hero-alternative__image .text-form__form {
    display: contents
}

.hero-alternative__content {
    position: relative;
    flex: 0 0 45%;
    max-width: 45%;
    padding: 8vw;
    min-height: calc(100vh - var(--header-height));
    display: flex;
    align-items: center
}

.hero-alternative__content .h0 {
    color: var(--color)
}

.hero-alternative__content .container,
.hero-alternative__content .product-overview-slider__slider .swiper .swiper-wrapper .single__content,
.product-overview-slider__slider .swiper .swiper-wrapper .hero-alternative__content .single__content,
.hero-alternative__content .hero-media__content,
.hero-alternative__content .hero-media,
.hero-alternative__content .overlay-header__container,
.hero-alternative__content .overlay .overlay__content,
.overlay .hero-alternative__content .overlay__content,
.hero-alternative__content .overlay .overlay__content--form .form-text,
.overlay .overlay__content--form .hero-alternative__content .form-text,
.hero-alternative__content .overlay .overlay__content--form .form-form,
.overlay .overlay__content--form .hero-alternative__content .form-form,
.hero-alternative__content .text-form__text,
.hero-alternative__content .text-form__form {
    display: contents
}

.hero-alternative__content-subheadline {
    color: #a80000;
    margin-bottom: 0
}

.hero-alternative__content-scroll {
    position: absolute;
    bottom: 5vw;
    left: 50%;
    transform: translateX(-50%)
}

.hero-alternative__content-scroll a {
    position: relative;
    color: var(--color);
    text-transform: uppercase;
    transition: all 300ms ease
}

.hero-alternative__content-scroll a::before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100px;
    background-color: #a3a3a3;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 300ms ease;
    background: linear-gradient(to bottom, #F7F7F7 0%, #F7F7F7 40%, #A3A3A3 40%, #A6A6A6 100%)
}

.hero-alternative__content-scroll:hover a::before {
    height: 60px
}

.hero-alternative--below {
    flex-direction: column-reverse;
    overflow: hidden
}

.hero-alternative--below .hero-alternative__image,
.hero-alternative--below .hero-alternative__content {
    flex: 0 0 100%;
    max-width: 100%
}

.hero-alternative--below .hero-alternative__image .container,
.hero-alternative--below .hero-alternative__image .product-overview-slider__slider .swiper .swiper-wrapper .single__content,
.product-overview-slider__slider .swiper .swiper-wrapper .hero-alternative--below .hero-alternative__image .single__content,
.hero-alternative--below .hero-alternative__image .hero-media__content,
.hero-alternative--below .hero-alternative__image .hero-media,
.hero-alternative--below .hero-alternative__image .overlay-header__container,
.hero-alternative--below .hero-alternative__image .overlay .overlay__content,
.overlay .hero-alternative--below .hero-alternative__image .overlay__content,
.hero-alternative--below .hero-alternative__image .overlay .overlay__content--form .form-text,
.overlay .overlay__content--form .hero-alternative--below .hero-alternative__image .form-text,
.hero-alternative--below .hero-alternative__image .overlay .overlay__content--form .form-form,
.overlay .overlay__content--form .hero-alternative--below .hero-alternative__image .form-form,
.hero-alternative--below .hero-alternative__image .text-form__text,
.hero-alternative--below .hero-alternative__image .text-form__form {
    display: block
}

.hero-alternative--below .hero-alternative__content {
    display: grid;
    align-items: flex-start;
    justify-content: center;
    padding: unset;
    padding-top: 7vw;
    text-align: center
}

.hero-alternative--below .hero-alternative__content-subheadline {
    margin-bottom: 2rem;
    font-size: 1.25rem
}

.hero-alternative--below .hero-alternative__content-text {
    max-width: 50%;
    margin: 0 auto
}

@media(max-width: 1325.98px) {
    .hero-alternative {
        flex-direction: column
    }

    .hero-alternative__image,
    .hero-alternative__content {
        flex: 0 0 100%;
        max-width: 100%
    }

    .hero-alternative__content {
        padding: calc(2.5rem + 2vw) 0;
        min-height: unset
    }

    .hero-alternative__content .container,
    .hero-alternative__content .product-overview-slider__slider .swiper .swiper-wrapper .single__content,
    .product-overview-slider__slider .swiper .swiper-wrapper .hero-alternative__content .single__content,
    .hero-alternative__content .hero-media__content,
    .hero-alternative__content .hero-media,
    .hero-alternative__content .overlay-header__container,
    .hero-alternative__content .overlay .overlay__content,
    .overlay .hero-alternative__content .overlay__content,
    .hero-alternative__content .overlay .overlay__content--form .form-text,
    .overlay .overlay__content--form .hero-alternative__content .form-text,
    .hero-alternative__content .overlay .overlay__content--form .form-form,
    .overlay .overlay__content--form .hero-alternative__content .form-form,
    .hero-alternative__content .text-form__text,
    .hero-alternative__content .text-form__form {
        display: block
    }

    .hero-alternative--below {
        flex-direction: column-reverse
    }

    .hero-alternative--below .hero-alternative__content {
        min-height: calc(100vh - var(--header-height));
        height: calc(100vh - var(--header-height));
        padding-top: calc(var(--header-height)*1.4)
    }
}

@media(max-width: 1023.98px) {
    .hero-alternative {
        padding-top: var(--header-height-mobile)
    }

    .hero-alternative--below .hero-alternative__content {
        padding-top: calc(7rem + 5.25vw)
    }
}

@media(max-width: 575.98px) {
    .hero-alternative--below .hero-alternative__content-scroll {
        bottom: calc(4.5rem + 4vw)
    }

    .hero-alternative--below .hero-alternative__content-scroll--small a::before {
        height: 60px
    }
}

@media(orientation: landscape)and (max-height: 700px) {
    .hero-alternative--below .hero-alternative__content-scroll a::before {
        content: unset
    }
}

.hero-blog {
    padding: 120px 0;
    padding-bottom: 0;
    padding-top: 15.625em;
    background-color: #fff;
    color: #000
}

.hero-blog .line {
    width: 12px;
    height: 1px;
    background-color: #000
}

.hero-blog__header-divider {
    width: 50px;
    height: 1px;
    background-color: #1c1d1f;
    margin: 0 10px
}

.hero-blog__header-category {
    color: #4c4c4c
}

.hero-blog__header-time {
    color: #4c4c4c;
    margin-bottom: 3rem
}

.hero-blog__thumbnail .img {
    height: auto
}

.hero-blog__thumbnail-caption {
    color: #4c4c4c;
    font-size: .875rem;
    margin-top: 5px
}

.hero-blog__navigation {
    display: flex;
    align-items: center;
    height: 100%;
    margin-top: 80px
}

.hero-blog__navigation-description {
    margin-top: 10px;
    color: #4c4c4c
}

.hero-blog__navigation div {
    display: flex;
    flex-direction: column
}

.hero-blog__navigation div a {
    color: #4c4c4c
}

.hero-blog__navigation div div {
    color: #4c4c4c
}

.hero-blog__navigation div img {
    height: 125px;
    width: 125px;
    -o-object-fit: cover;
    object-fit: cover
}

.hero-blog__navigation div i {
    margin-top: 1rem;
    text-align: end;
    font-size: 26px
}

.hero-blog__navigation--left .hero-blog__navigation-description {
    text-align: end
}

.hero-blog__navigation--right {
    justify-content: flex-end
}

.hero-blog__navigation--right div i {
    text-align: start
}

@media(max-width: 1325.98px) {
    .hero-blog__navigation {
        margin-top: 30px
    }

    .hero-blog__navigation i {
        text-align: start !important
    }

    .hero-blog__navigation--right {
        text-align: end
    }
}

@media(max-width: 1023.98px) {
    .hero-blog {
        padding-top: 8em;
        padding-bottom: 0
    }
}

@media(max-width: 767.98px) {
    .hero-blog__header {
        margin-top: 30px
    }

    .hero-blog__navigation {
        margin-top: 0px
    }
}

.hero-media {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    background: #fff;
    color: var(--color);
    overflow: hidden;
    min-height: 100svh;
    display: grid;
    grid-template-columns: 1fr 1fr
}

.hero-media__content {
    height: 100%;
    background-color: #ccc;

    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #000
}

.hero-media__content-subheadline {
    font-size: 1.25rem;
    color: #a80000
}

.hero-media__content li {
    padding-bottom: unset
}

.hero-media__content li:first-of-type {
    margin-top: calc(1.425rem + 2.1vw)
}

@media(min-width: 1200px) {
    .hero-media__content li:first-of-type {
        margin-top: 3rem
    }
}

.hero-media__buttons {
    margin-top: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {
    .hero-media__buttons {
        margin-top: 2.5rem
    }
}

.hero-media__image {
    background-color: #fff
}

.hero-media.hero-media--vertical.hero-media--big .hero-media__content {
    height: 100vh
}

@supports(height: 100svh) {
    .hero-media.hero-media--vertical.hero-media--big .hero-media__content {
        height: calc(100svh - var(--padding-top-big))
    }
}

.hero-media.hero-media--vertical.hero-media--big .hero-media__content-title {
    color: var(--color)
}

.hero-media--vertical {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    min-height: unset
}

.hero-media--vertical .hero-media__content {
    display: block;
    order: -1;
    height: 100vh;
    position: relative
}

@supports(height: 60svh) {
    .hero-media--vertical .hero-media__content {
        height: 60svh
    }
}

.hero-media--vertical .hero-media__image {
    max-height: 600px;
    background-color: #2e2f33
}

.hero-media--vertical .hero-media__buttons {
    text-align: center;
    justify-content: center
}

.hero-media--vertical .hero-media__scroll {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%)
}

.hero-media--vertical .hero-media__scroll a {
    color: var(--color);
    position: relative
}

.hero-media--vertical .hero-media__scroll a::before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100px;
    background-color: #212529;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 300ms ease;
    background: linear-gradient(to bottom, var(--contrast) 0%, var(--contrast) 40%, var(--color) 40%, var(--color) 100%)
}

.hero-media--vertical .hero-media__scroll a:hover::before {
    height: 70px
}

@media(max-width: 1325.98px) {
    .hero-media {
        display: flex;
        flex-direction: column
    }

    .hero-media__image img,
    .hero-media__image video {
        aspect-ratio: 16/9;
        height: auto
    }

    .hero-media__content {
        padding-top: calc(2rem + 1.5vw);
        padding-bottom: calc(2rem + 1.5vw)
    }
}

.hero-text {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    background: var(--background);
    color: var(--color);
    overflow: hidden;
    padding-top: var(--padding-top-big);
    text-align: center
}

.hero-text__buttons {
    margin-top: calc(1.375rem + 1.5vw);
    justify-content: center
}

@media(min-width: 1200px) {
    .hero-text__buttons {
        margin-top: 2.5rem
    }
}

.hero-media-text {
    background: var(--background);
    height: 100vh;
    min-height: 850px;
    padding: 96px 0
}

@media(max-width: 1479.98px) {
    .hero-media-text {
        height: auto;
        min-height: 0
    }
}

@media(max-width: 1023.98px) {
    .hero-media-text {
        padding: 80px 0
    }
}

@media(max-width: 767.98px) {
    .hero-media-text {
        padding: 64px 0
    }
}

.hero-media-text__media {
    width: 100%;
    height: 100%
}

.hero-media-text__media img,
.hero-media-text__media video {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero-media-text__text {
    width: 100%;
    height: 100%;
    background: var(--background);
    padding: 55px 60px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    color: var(--color)
}

@media(max-width: 767.98px) {
    .hero-media-text__text {
        padding: 20px 12px
    }
}

.hero-media-text__text .topline {
    width: 100%;
    color: #a80000;
    font-weight: bold;
    margin-bottom: 24px;
    font-size: 1.25rem
}

.hero-media-text__text .headline {
    -webkit-hyphens: auto;
    hyphens: auto
}

@media(max-width: 767.98px) {
    .hero-media-text__text .headline {
        margin-bottom: 32px
    }
}

.hero-media-text__text .properties,
.hero-media-text__text .data {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    gap: 32px 0
}

@media(max-width: 1325.98px) {

    .hero-media-text__text .properties,
    .hero-media-text__text .data {
        display: block
    }
}

.hero-media-text__text .properties li,
.hero-media-text__text .data li {
    flex: 0 0 50%;
    display: inline-block
}

@media(max-width: 1325.98px) {

    .hero-media-text__text .properties li,
    .hero-media-text__text .data li {
        display: block;
        margin-right: 0;
        margin-bottom: 16px
    }
}

.hero-media-text__text .properties li i,
.hero-media-text__text .data li i {
    display: block;
    font-size: 26px;
    margin-bottom: 8px
}

.hero-media-text__text .properties li span,
.hero-media-text__text .data li span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 8px
}

.hero-media-text__text .properties li p,
.hero-media-text__text .data li p {
    margin-bottom: 0;
    color: #161615
}

.hero-media-text__text .properties li p a,
.hero-media-text__text .data li p a {
    color: inherit
}

.hero-media-text__text .job-meta {
    display: flex;
    flex-flow: row wrap;
    align-items: start;
    flex-direction: column
}

@media(max-width: 1325.98px) {
    .hero-media-text__text .job-meta {
        display: block
    }
}

.hero-media-text__text .job-meta ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    margin-right: 40px
}

@media(max-width: 1325.98px) {
    .hero-media-text__text .job-meta ul {
        margin-right: 0;
        margin-bottom: 24px
    }
}

.hero-media-text__text .job-meta ul li {
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    font-size: 1rem;
    line-height: 1.1
}

@media(max-width: 767.98px) {
    .hero-media-text__text .job-meta ul li {
        display: block;
        margin-bottom: 8px
    }
}

.hero-media-text__text .job-meta ul li:after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: #20201e;
    margin: 0 16px
}

@media(max-width: 767.98px) {
    .hero-media-text__text .job-meta ul li:after {
        content: none
    }
}

.hero-media-text__text .job-meta ul li:last-child {
    margin-bottom: 0
}

.hero-media-text__text .job-meta ul li:last-child:after {
    content: none
}

.hero-media-text__text .job-meta span {
    background: #a3a3a3;
    line-height: 1;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 12px;
    border-radius: 20px;
    color: #161615
}

.hero-media-text__text .desc {
    width: 100%;
    border-top: solid 1px var(--primary);
    padding-top: 24px
}

.hero-media-text__text .desc p:last-of-type {
    margin-bottom: 0
}

.hero-media-text__text .button {
    margin-top: 48px
}

@media(max-width: 1479.98px) {
    .hero-media-text__text .button {
        margin-top: 40px
    }
}

.hero {
    position: relative;
    background-color: #f2f2f2
}

.hero__overlay {
    opacity: .6
}

.hero__content {
    position: relative;
    z-index: 50;
    display: flex;
    align-items: center;
    min-height: 750px;
    height: 100vh;
    color: #fafafa;
    padding-top: 100px
}

.hero__content-text--big {
    font-size: 1.25rem
}

.hero__content-counter__item {
    min-width: 200px;
    margin-bottom: 1rem
}

.hero__content-counter__item-number {
    margin-bottom: 10px
}

.hero__content-counter__item-title {
    font-size: 20px;
    font-weight: normal
}

@media(max-width: 575.98px) {
    .hero__content-counter__item {
        min-width: unset
    }
}

@media(max-width: 767.98px) {
    .hero__content {
        padding-top: 0
    }

    .hero__content-text--big {
        font-size: 1rem
    }
}

.image {
    background: var(--background);
    color: var(--color);
    padding: 120px 0;
    overflow: hidden
}

@media(max-width: 1023.98px) {
    .image {
        padding: 5em 0
    }
}

@media(max-width: 767.98px) {
    .image {
        overflow: hidden
    }
}

.image__text {
    padding-bottom: var(--container-padding)
}

.image__block img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.infos {
    --bw: 3px;
    padding: 120px 0
}

.infos__box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    font-size: 1.25rem
}

.infos__box-content img {
    margin-bottom: 1rem
}

@media(max-width: 575.98px) {
    .infos__box {
        margin-left: unset
    }
}

.infos .info {
    flex: 0 0 25%
}

@media(max-width: 1325.98px) {
    .infos .info {
        flex: 0 0 50%
    }
}

@media(max-width: 575.98px) {
    .infos .info {
        flex: 0 0 100%
    }
}

@media(max-width: 1023.98px) {
    .infos {
        padding: 5em 0
    }
}

@media(max-width: 575.98px) {
    .infos__box {
        align-items: center;
        padding: .75rem 0;
        text-align: center
    }

    .infos__box-content-text {
        margin: auto
    }

    .infos__box--3 .infos__box-content--title {
        margin-bottom: 0
    }
}

.job-content {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    background: var(--background);
    color: var(--color);
    overflow: hidden
}

.job-content ul,
.job-content p {
    font-size: 1.25rem;
    color: #161615
}

.job-content ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.job-content ul li {
    position: relative;
    padding-left: 60px
}

.job-content ul li:before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #161615;
    position: absolute;
    left: 0;
    top: 17px
}

.jobs-overview {
    padding: 120px 0;
    background-color: #fff;
    color: #000
}

.jobs-overview h2,
.jobs-overview .h2,
.jobs-overview .overlay-header__layers .layer .layer__title,
.overlay-header__layers .layer .jobs-overview .layer__title,
.jobs-overview .overlay-header__layers .layer--start .layer__nav>ul>li>a,
.overlay-header__layers .layer--start .jobs-overview .layer__nav>ul>li>a,
.jobs-overview .tile__content-title,
.jobs-overview .hero__content-counter__item-number {
    margin-bottom: 0
}

.jobs-overview .custom-select {
    border-bottom: 3px solid #f7f7f7;
    padding-block: 10px
}

.jobs-overview .jobs__overview .job {
    background: var(--light);
    padding: 40px;
    display: block;
    margin-bottom: 2rem
}

@media(max-width: 767.98px) {
    .jobs-overview .jobs__overview .job {
        padding: 32px;
        margin-bottom: 1rem
    }
}

.jobs-overview .jobs__overview .job__title {
    font-size: 1.25rem;
    color: #000;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 32px;
    -webkit-hyphens: auto;
    hyphens: auto
}

.jobs-overview .jobs__overview .job__info {
    display: flex;
    flex-flow: column wrap;
    align-items: start;
    justify-content: space-between
}

.jobs-overview .jobs__overview .job__info button {
    flex-shrink: 1;
    color: #20201e;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    border: none;
    font-weight: bold;
    font-size: .875rem;
    position: relative;
    left: 0;
    transition: all .3s ease
}

@media(max-width: 767.98px) {
    .jobs-overview .jobs__overview .job__info button {
        font-size: 1.25rem
    }
}

.jobs-overview .jobs__overview .job__meta {
    flex: 1
}

.jobs-overview .jobs__overview .job__meta ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0
}

.jobs-overview .jobs__overview .job__meta ul li {
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    font-size: 1rem;
    color: #20201e;
    line-height: 1.1
}

@media(max-width: 767.98px) {
    .jobs-overview .jobs__overview .job__meta ul li {
        display: block;
        margin-bottom: 8px
    }
}

.jobs-overview .jobs__overview .job__meta ul li:nth-child(2):after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: #20201e;
    margin: 0 8px
}

@media(max-width: 767.98px) {
    .jobs-overview .jobs__overview .job__meta ul li:nth-child(2):after {
        content: none
    }
}

.jobs-overview .jobs__overview .job__meta ul li:last-child {
    margin-bottom: 0
}

.jobs-overview .jobs__overview .job__meta ul li:last-child:after {
    content: none
}

.jobs-overview .jobs__overview .job__meta span {
    background: var(--contrast);
    line-height: 1;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    color: #20201e;
    margin-top: 16px
}

.jobs-overview .jobs__overview .job:hover .job__info button {
    left: 10px
}

.jobs-overview__job {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 2.75rem;
    border-bottom: 1px solid #4c4c4c
}

.jobs-overview__job-content {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 2.75rem
}

.jobs-overview__job-content a {
    color: #20201e
}

.jobs-overview__job-content a:hover {
    color: #a80000
}

.jobs-overview__job-content span {
    font-size: 12px
}

@media(max-width: 1023.98px) {
    .jobs-overview {
        padding: 5em 0
    }

    .jobs-overview__job {
        padding: calc(1.5rem + 1vw)
    }

    .jobs-overview__job-content {
        flex-basis: 100%;
        max-width: 100%
    }

    .jobs-overview__job-link {
        margin-top: calc(1vw + 1rem);
        margin-left: 30px
    }
}

.media-slider {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    background: var(--background);
    color: var(--color);
    overflow: hidden
}

.media-slider>.container,
.product-overview-slider__slider .swiper .swiper-wrapper .media-slider>.single__content,
.media-slider>.overlay-header__container,
.overlay .media-slider>.overlay__content,
.overlay .overlay__content--form .media-slider>.form-text,
.overlay .overlay__content--form .media-slider>.form-form,
.media-slider>.text-form__text,
.media-slider>.text-form__form,
.media-slider>.hero-media,
.media-slider>.hero-media__content {
    margin-right: calc(var(--container-padding)*-1)
}

.media-slider .swiper img,
.media-slider .swiper video {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 1023.98px) {
    .media-slider .swiper {
        overflow: visible
    }
}

.media-slider__controls {
    margin-left: calc(var(--container-padding)*-1)
}

@media(max-width: 1023.98px) {

    .media-slider>.container,
    .product-overview-slider__slider .swiper .swiper-wrapper .media-slider>.single__content,
    .media-slider>.overlay-header__container,
    .overlay .media-slider>.overlay__content,
    .overlay .overlay__content--form .media-slider>.form-text,
    .overlay .overlay__content--form .media-slider>.form-form,
    .media-slider>.text-form__text,
    .media-slider>.text-form__form,
    .media-slider>.hero-media,
    .media-slider>.hero-media__content {
        margin: unset
    }
}

.media-slider__controls {
    margin: unset
}

.media-slider__controls .container,
.media-slider__controls .product-overview-slider__slider .swiper .swiper-wrapper .single__content,
.product-overview-slider__slider .swiper .swiper-wrapper .media-slider__controls .single__content,
.media-slider__controls .overlay-header__container,
.media-slider__controls .overlay .overlay__content,
.overlay .media-slider__controls .overlay__content,
.media-slider__controls .overlay .overlay__content--form .form-text,
.overlay .overlay__content--form .media-slider__controls .form-text,
.media-slider__controls .overlay .overlay__content--form .form-form,
.overlay .overlay__content--form .media-slider__controls .form-form,
.media-slider__controls .text-form__text,
.media-slider__controls .text-form__form,
.media-slider__controls .hero-media,
.media-slider__controls .hero-media__content {
    padding: unset
}

.media-slider__controls .swiper-pagination {
    height: 3px;
    width: 200px;
    background-color: #a3a3a3;
    font-size: .875rem;
    opacity: 1
}

.media-slider__controls .swiper-pagination .swiper-pagination-progressbar-fill {
    opacity: 1;
    background-color: #fff;
    height: 100%;
    width: 100%;
    transform-origin: left
}

.media-slider__controls .swiper-navigation button {
    background-color: unset
}

@media(max-width: 1023.98px) {
    .media-slider__controls {
        margin-top: unset;
        margin-bottom: 24px
    }
}

.newsletter {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    background: var(--background);
    color: var(--color);
    overflow: hidden
}

.newsletter__box--content {
    box-sizing: border-box;
    border-radius: 8px;
    background: #a80000;
    padding: 50px 80px
}

@media(max-width: 1479.98px) {
    .newsletter__box--content {
        padding: 50px 60px
    }
}

@media(max-width: 767.98px) {
    .newsletter__box--content {
        padding: 50px 30px
    }
}

@media(max-width: 575.98px) {
    .newsletter__box--content {
        padding: 50px 12px
    }
}

.newsletter__box--content .form .gform_heading,
.newsletter__box--content .form .gform_footer.top_label {
    display: none !important
}

.newsletter__box--content .form .gform_fields {
    grid-template-columns: repeat(1, 1fr) !important
}

.newsletter__box--content .form label {
    color: #fff !important
}

.newsletter__box--content .form .privacy {
    order: 1
}

@media(max-width: 575.98px) {
    .newsletter__box--content .form input[type=submit] {
        width: 100% !important
    }
}

.newsletter__box--content .form #field_submit {
    order: 2 !important
}

.newsletter__box--content .text-container,
.newsletter__box--content .form-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.newsletter__box--content h3,
.newsletter__box--content .h3 {
    color: #fff
}

.newsletter__box--content p {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px
}

@media(max-width: 1479.98px) {
    .newsletter__box--content p {
        padding-bottom: 40px
    }
}

.newsletter__box--content ul {
    padding-top: 20px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.newsletter__box--content ul li {
    color: #fff;
    padding-bottom: 15px;
    position: relative;
    padding-left: 30px
}

.newsletter__box--content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    border-bottom: 3px solid #fff;
    height: 11px;
    border-right: 3px solid #fff;
    transform: scaleX(-1) rotate(45deg)
}

.newsletter__box--content ul li:last-of-type {
    padding-bottom: 0
}

.newsletter__box--content ul i {
    font-size: 20px;
    padding-right: 15px;
    color: #fff
}

.privacy_policy {
    color: #212529;
    padding-top: 240px !important;
    padding: 120px 0;
    background-color: #f2f2f2
}

.privacy_policy p {
    margin-bottom: 24px
}

.product-overview-slider {
    --background: #fff;
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    background: var(--background);
    color: #000;
    overflow: hidden
}

.product-overview-slider__header .product-menu .swiper {
    overflow: unset
}

.product-overview-slider__header .product-menu ul {
    padding: unset;
    list-style: none;
    margin-bottom: 24px
}

@media(max-width: 1325.98px) {
    .product-overview-slider__header .product-menu ul {
        gap: 24px 0
    }
}

.product-overview-slider__header .product-menu ul li {
    flex: 0 0 auto;
    font-size: 0.90rem
}

.product-overview-slider__header .product-menu ul li button {
    color: #000;
    border: unset;
    background-color: unset
}

.product-overview-slider__slider .swiper {
    overflow: unset
}

.product-overview-slider__slider .swiper .swiper-wrapper .single {
    border-radius: 8px;
    height: 100%;
    overflow: hidden
}

.product-overview-slider__slider .swiper .swiper-wrapper .single__image img {
    aspect-ratio: auto;
    object-fit: contain
}

@media(max-width: 1023.98px) {
    .product-overview-slider__slider .swiper .swiper-wrapper .single__image img {
        aspect-ratio: auto
    }
}

@media(max-width: 1023.98px) {
    .product-overview-slider__slider .swiper .swiper-wrapper .single__image img {
        max-height: 400px;
        min-height: 300px !important;
        object-fit: contain;
        width: 100%;
        height: auto;
        padding: 20px;
        background: #fff
    }
}

@media(max-width: 767.98px) {
    .product-overview-slider__slider .swiper .swiper-wrapper .single__image img {
        max-height: 320px;
        min-height: 250px !important;
        padding: 15px
    }
}

@media(max-width: 575.98px) {
    .product-overview-slider__slider .swiper .swiper-wrapper .single__image img {
        max-height: 280px;
        min-height: 220px !important;
        padding: 10px
    }
}

@media(max-width: 1023.98px) {
    .product-overview-slider__slider .swiper .swiper-wrapper .single__image {
        min-height: 300px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        padding: 0
    }
}

@media(max-width: 767.98px) {
    .product-overview-slider__slider .swiper .swiper-wrapper .single__image {
        min-height: 250px !important
    }
}

@media(max-width: 575.98px) {
    .product-overview-slider__slider .swiper .swiper-wrapper .single__image {
        max-height: 280px;
        min-height: 220px !important
    }
}

.product-overview-slider__slider .swiper .swiper-wrapper .single__content {
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 40px
}

@media(max-width: 1023.98px) {
    .product-overview-slider__slider .swiper .swiper-wrapper .single__content {
        padding: 40px 30px;
        min-height: 280px !important
    }
}

@media(max-width: 767.98px) {
    .product-overview-slider__slider .swiper .swiper-wrapper .single__content {
        padding: 35px 25px;
        min-height: 250px !important
    }
}

@media(max-width: 575.98px) {
    .product-overview-slider__slider .swiper .swiper-wrapper .single__content {
        padding: 30px 20px;
        min-height: 220px !important
    }
    
    .product-overview-slider__slider .swiper .swiper-wrapper .single__content h3 {
        font-size: 1rem !important;
        line-height: 1.4;
        margin-bottom: 12px !important;
        font-weight: 700
    }
    
    .product-overview-slider__slider .swiper .swiper-wrapper .single__content p {
        font-size: 0.875rem;
        margin-bottom: 18px !important;
        line-height: 1.5;
        color: #666
    }
    
    .product-overview-slider__slider .swiper .swiper-wrapper .single__content .button {
        padding: 12px 24px;
        font-size: 0.875rem;
        display: inline-block;
        width: auto
    }
}

@media(max-width: 1023.98px) {
    .product-overview-slider__slider .swiper .swiper-wrapper .single .row {
        margin: 0
    }
    
    .product-overview-slider__slider .swiper .swiper-wrapper .single .row > div {
        padding: 0
    }
}
    }
}

.product-overview-slider__navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px
}

.product-overview-slider__navigation .swiper-pagination {
    height: 3px;
    width: 200px;
    background-color: #a3a3a3;
    font-size: .875rem;
    opacity: 1
}

.product-overview-slider__navigation .swiper-pagination .swiper-pagination-progressbar-fill {
    opacity: 1;
    background-color: #fff;
    height: 100%;
    width: 100%;
    transform-origin: left
}

.product-overview-slider__navigation .swiper-navigation button {
    background-color: unset
}

.product-overview-slider__navigation .swiper-navigation .swiper-button-disabled {
    visibility: hidden
}

@media(max-width: 1023.98px) {
    .product-overview-slider__navigation {
        margin-top: unset;
        margin-bottom: 24px
    }
}

.services {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    background: var(--background);
    color: var(--color);
    overflow: hidden
}

.services__items {
    margin-top: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {
    .services__items {
        margin-top: 2.5rem
    }
}

.product {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    background: var(--background);
    color: var(--color);
    overflow: hidden;
    position: relative
}

.product__badge {
    left: 30%;
    top: 6%
}

.product__image {
    z-index: 50;
    position: relative
}

.product__image img {
    width: 100%;
    height: auto
}

.product__content {
    text-align: center;
    opacity: .9;
    font-size: 1.25rem
}

.product__title {
    font-size: calc(1.875rem + 7.5vw);
    margin: calc(1.3875rem + 1.65vw) 0 calc(1.575rem + 3.9vw) 0
}

@media(min-width: 1200px) {
    .product__title {
        font-size: 7.5rem
    }
}

@media(min-width: 1200px) {
    .product__title {
        margin: 2.625rem 0 4.5rem 0
    }
}

.properties {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    background: var(--background);
    color: var(--color);
    overflow: hidden
}

.properties__text {
    padding-bottom: var(--container-padding)
}

.properties__text h2,
.properties__text .h2,
.properties__text .overlay-header__layers .layer .layer__title,
.overlay-header__layers .layer .properties__text .layer__title,
.properties__text .overlay-header__layers .layer--start .layer__nav>ul>li>a,
.overlay-header__layers .layer--start .properties__text .layer__nav>ul>li>a,
.properties__text .tile__content-title,
.properties__text .hero__content-counter__item-number,
.properties__text h3,
.properties__text .h3 {
    margin-bottom: 0
}

.properties.background--dark button,
.properties.background--dark .properties__overview--block {
    background: #1c1d1f
}

.properties.background--white button,
.properties.background--white .properties__overview--block {
    background: #f2f2f2
}

.properties__overview--tab {
    display: block;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.properties__overview--tab:after {
    content: "";
    display: table;
    clear: both
}

.properties__overview--tab button {
    border: unset;
    color: var(--color);
    background: #4c4c4c;
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding: 10px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-weight: bold;
    opacity: .7
}

.properties__overview--tab button.active {
    opacity: 1
}

@media(max-width: 575.98px) {
    .properties__overview--tab button {
        font-size: 12px
    }
}

.properties__overview--block {
    border-radius: 15px;
    background: #4c4c4c
}

@media(max-width: 575.98px) {
    .properties__overview--block {
        border-radius: 0 15px 15px 15px
    }
}

.properties__overview--inner {
    display: none;
    margin-top: calc(1.425rem + 2.1vw);
    margin-bottom: calc(1.425rem + 2.1vw);
    font-weight: bold;
    font-size: 0.875rem
}

@media(min-width: 1200px) {
    .properties__overview--inner {
        margin-top: 3rem
    }
}

@media(min-width: 1200px) {
    .properties__overview--inner {
        margin-bottom: 3rem
    }
}

.properties__overview--inner.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 12px
}

@media(max-width: 1325.98px) {
    .properties__overview--inner.active {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 767.98px) {
    .properties__overview--inner.active {
        grid-template-columns: 1fr
    }
}

.services {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    background: var(--background);
    color: var(--color);
    overflow: hidden
}

.services__items {
    margin-top: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {
    .services__items {
        margin-top: 2.5rem
    }
}

.success {
    padding: 120px 0;
    height: 100vh;
    overflow: hidden
}

.success .bg {
    width: 100%;
    height: 100%
}

.success .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.success__content {
    z-index: 2;
    margin-top: 100px
}

@media(max-width: 1325.98px) {
    .success__content {
        margin-top: 80px
    }
}

@media(max-width: 575.98px) {
    .success__content {
        margin-top: 10px
    }
}

.success .checker {
    margin-top: 16px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #a80000;
    position: relative
}

.success .checker svg {
    fill: #fafafa;
    width: 70px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media(max-width: 1023.98px) {
    .success .checker {
        width: 80px;
        height: 80px
    }

    .success .checker svg {
        width: 50px
    }
}

.success .container,
.success .overlay-header__container,
.success .overlay .overlay__content,
.overlay .success .overlay__content,
.success .overlay .overlay__content--form .form-text,
.overlay .overlay__content--form .success .form-text,
.success .overlay .overlay__content--form .form-form,
.overlay .overlay__content--form .success .form-form,
.success .text-form__text,
.success .text-form__form,
.success .hero-media,
.success .hero-media__content,
.success .product-overview-slider__slider .swiper .swiper-wrapper .single__content,
.product-overview-slider__slider .swiper .swiper-wrapper .success .single__content {
    height: 100%
}

.success .container .row,
.success .overlay-header__container .row,
.success .overlay .overlay__content .row,
.overlay .success .overlay__content .row,
.success .overlay .overlay__content--form .form-text .row,
.overlay .overlay__content--form .success .form-text .row,
.success .overlay .overlay__content--form .form-form .row,
.overlay .overlay__content--form .success .form-form .row,
.success .text-form__text .row,
.success .text-form__form .row,
.success .hero-media .row,
.success .hero-media__content .row,
.success .product-overview-slider__slider .swiper .swiper-wrapper .single__content .row,
.product-overview-slider__slider .swiper .swiper-wrapper .success .single__content .row {
    height: 100%
}

.text-media {
    padding: 120px 0;
    background: #fff;
    color: #000;
}

.text-media__image--4x3 img {
    aspect-ratio: 4/3;
    -o-object-fit: contain;
    object-fit: contain
}

.text-media__image--16x9 img {
    aspect-ratio: 16/9;
    -o-object-fit: contain;
    object-fit: contain
}

.text-media__image--1x1 img {
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain
}

.text-media--stacked .text-media__content h1,
.text-media--stacked .text-media__content .h1,
.text-media--stacked .text-media__content .overlay-header__levels .level__title,
.overlay-header__levels .text-media--stacked .text-media__content .level__title,
.text-media--stacked .text-media__content .overlay-header__levels .level--start .level__nav ul li a,
.overlay-header__levels .level--start .level__nav ul li .text-media--stacked .text-media__content a,
.text-media--stacked .text-media__content .box-slider .box__title,
.box-slider .text-media--stacked .text-media__content .box__title,
.text-media--stacked .text-media__content h2,
.text-media--stacked .text-media__content .h2,
.text-media--stacked .text-media__content .overlay-header__layers .layer .layer__title,
.overlay-header__layers .layer .text-media--stacked .text-media__content .layer__title,
.text-media--stacked .text-media__content .overlay-header__layers .layer--start .layer__nav>ul>li>a,
.overlay-header__layers .layer--start .text-media--stacked .text-media__content .layer__nav>ul>li>a,
.text-media--stacked .text-media__content .tile__content-title,
.text-media--stacked .text-media__content .hero__content-counter__item-number,
.text-media--stacked .text-media__content h3,
.text-media--stacked .text-media__content .h3 {
    margin-bottom: calc(1.5rem + 3vw);
    transform: translateX(-100%)
}

@media(min-width: 1200px) {

    .text-media--stacked .text-media__content h1,
    .text-media--stacked .text-media__content .h1,
    .text-media--stacked .text-media__content .overlay-header__levels .level__title,
    .overlay-header__levels .text-media--stacked .text-media__content .level__title,
    .text-media--stacked .text-media__content .overlay-header__levels .level--start .level__nav ul li a,
    .overlay-header__levels .level--start .level__nav ul li .text-media--stacked .text-media__content a,
    .text-media--stacked .text-media__content .box-slider .box__title,
    .box-slider .text-media--stacked .text-media__content .box__title,
    .text-media--stacked .text-media__content h2,
    .text-media--stacked .text-media__content .h2,
    .text-media--stacked .text-media__content .overlay-header__layers .layer .layer__title,
    .overlay-header__layers .layer .text-media--stacked .text-media__content .layer__title,
    .text-media--stacked .text-media__content .overlay-header__layers .layer--start .layer__nav>ul>li>a,
    .overlay-header__layers .layer--start .text-media--stacked .text-media__content .layer__nav>ul>li>a,
    .text-media--stacked .text-media__content .tile__content-title,
    .text-media--stacked .text-media__content .hero__content-counter__item-number,
    .text-media--stacked .text-media__content h3,
    .text-media--stacked .text-media__content .h3 {
        margin-bottom: 3.75rem
    }
}

@media(max-width: 1023.98px) {
    .text-media {
        padding: 5em 0
    }

    .text-media--stacked .text-media__content h1,
    .text-media--stacked .text-media__content .h1,
    .text-media--stacked .text-media__content .overlay-header__levels .level__title,
    .overlay-header__levels .text-media--stacked .text-media__content .level__title,
    .text-media--stacked .text-media__content .overlay-header__levels .level--start .level__nav ul li a,
    .overlay-header__levels .level--start .level__nav ul li .text-media--stacked .text-media__content a,
    .text-media--stacked .text-media__content .box-slider .box__title,
    .box-slider .text-media--stacked .text-media__content .box__title,
    .text-media--stacked .text-media__content h2,
    .text-media--stacked .text-media__content .h2,
    .text-media--stacked .text-media__content .overlay-header__layers .layer .layer__title,
    .overlay-header__layers .layer .text-media--stacked .text-media__content .layer__title,
    .text-media--stacked .text-media__content .overlay-header__layers .layer--start .layer__nav>ul>li>a,
    .overlay-header__layers .layer--start .text-media--stacked .text-media__content .layer__nav>ul>li>a,
    .text-media--stacked .text-media__content .tile__content-title,
    .text-media--stacked .text-media__content .hero__content-counter__item-number,
    .text-media--stacked .text-media__content h3,
    .text-media--stacked .text-media__content .h3 {
        transform: translateX(0);
        margin-bottom: .7em
    }
}

.text {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    background: #fff;
    color: #000;
    overflow: hidden;
    position: relative
}

.text .text-large {
    font-size: 1.25rem
}

.text .text-large--margin {
    margin-bottom: 40px
}

.text img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.text p {
    color: #000;
}

.text .button-container {
    margin-top: 80px
}

.video-overlay {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    background: var(--background);
    position: relative;
    overflow: hidden
}

.video-overlay__background {
    position: relative;
    max-height: 720px;
    overflow: hidden
}

.video-overlay__background img,
.video-overlay__background video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.video-overlay .color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #212529;
    opacity: .2;
    z-index: 10
}

.video-overlay__play {
    border: none;
    background: #f8f9fa;
    color: #a80000;
    display: block;
    width: 96px;
    height: 96px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    font-size: 20px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: unset
}

@media(max-width: 1023.98px) {
    .video-overlay__play {
        width: 80px;
        height: 80px
    }
}

@media(max-width: 767.98px) {
    .video-overlay__play {
        width: 64px;
        height: 64px
    }
}

.page-transition {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #a80000;
    z-index: 999999
}

@media(min-width: 1024px) {
    ::-webkit-scrollbar {
        background-color: #fafafa;
        width: 8px
    }
}

@media(min-width: 1024px) {
    ::-webkit-scrollbar-thumb {
        background-color: #a80000;
        outline: 1px solid #420000;
        border-radius: 30px
    }
}