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

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

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

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

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

.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 {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

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

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    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: #0d6efd !important
}

.border-secondary {
    border-color: #6c757d !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
}

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

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

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

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

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

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

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

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

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

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

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

.fs-4 {
    font-size: calc(1.275rem + .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: 700 !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-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 {
    color: #0d6efd !important
}

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

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

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

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

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

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

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

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

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

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

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

.text-reset {
    color: inherit !important
}

.bg-primary {
    background-color: #0d6efd !important
}

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

.bg-success {
    background-color: #198754 !important
}

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

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

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

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

.bg-dark {
    background-color: #212529 !important
}

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

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

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

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

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

.user-select-none {
    -webkit-user-select: none !important;
    -ms-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
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .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
    }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px){
	.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
	}

	.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
	}
}
img {
    border-style: none;
    max-width: 100%;
    height: auto
}

svg:not(:root) {
    overflow: hidden
}

table {
    caption-side: bottom;
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

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

input {
    overflow: visible
}
.stores__row {
    display: flex;
    flex-wrap: wrap;
}

.stores__left {
    margin-top: 2.4rem;
    margin-right: 1.8rem;
    width: 30%;
}

.stores__left .header__search {
    margin-bottom: 2.4rem;
    margin-right: 0
}

.stores .section-title {
    margin-bottom: 2.4rem;
	font-size: 2.4rem;
	display: block;
	font-family: Inter, sans-serif;
	font-weight: 700;
	color: rgba(0, 0, 0, .87);
	line-height: 1.2;
}

.stores__map {
    width: 65%;
}

.stores__list__scroller {
    padding-bottom: 2.4rem;
    max-height: 64rem;
    overflow-y: auto;
    padding-right: .8rem;
    margin-right: -.8rem
}

.stores__item {
    margin-bottom: .8rem;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 8px;
    padding: 1.6rem;
    background-color: #fff
}

.stores__item.active {
    border-color: #ff4e00
}

.stores__item:last-child {
    margin-bottom: 0
}

.stores__item__head {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.6rem
}

.stores__item__image {
    width: 79px;
    height: 79px;
    margin-right: 1.2rem
}

.stores__item__image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -o-object-fit: contain;
    object-fit: contain
}

.stores__item__text {
    color: rgba(0, 0, 0, .6)
}

.stores__item__text h2 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 600
}

.stores__item__text p {
    margin-bottom: .6rem
}

.stores__item__status {
    display: flex;
    align-items: center;
    gap: .8rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .87)
}

.stores__item__status.open {
    color: #5fad56
}

.stores__item__address {
    font-size: 1.6rem;
    margin-bottom: 1.6rem
}

@media (max-width: 767px) {
    .stores {
        margin-top: 26px
    }

    .stores .tab {
        margin-bottom: 24px
    }

    .stores .header__search, .stores .section-title {
        display: none
    }

    .stores__left {
        margin: 0;
        width: 100%
    }

    .stores__list__scroller {
        overflow: unset;
        max-height: unset
    }

    .stores__map {
        height: 440px;
        margin: 0 -12px;
        width: 100%;
    }
}

.gift {
    margin-top: 2.4rem
}

.gift__row {
    display: flex;
    align-items: flex-start;
    gap: 1.6rem
}

.gift__selected {
    background: #cac7c4;
    border-radius: 16px;
    width: 47.7rem;
    height: 47.7rem;
    justify-content: center;
    overflow: hidden;
    margin-right: 2.4rem
}

.gift__selected img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.gift__body {
    margin-left: auto;
    flex: 1;
    max-width: 56.5rem;
    background-color: #f5f5f6;
    padding: 2.4rem 1.6rem;
    border-radius: 8px
}

.gift__item {
    margin-bottom: 5.6rem
}

.gift__item:last-child {
    margin-bottom: 0
}

.gift__container {
    max-width: 46rem
}

.gift__title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.6rem
}

.gift__design {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%
}

.gift__design__item {
    width: calc(100% / 4 - .8rem);
    height: 8rem;
    border-radius: 10px;
    overflow: hidden;
    background: #cac7c4;
    border: .2rem solid transparent;
    cursor: pointer;
    display: block
}

.gift__design__item.active {
    border-color: #ff4e00
}

.gift__design__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gift__design__item--upload {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .12);
    background-color: #fff;
    font-weight: 600
}

.gift__price-select {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.gift__price-select label {
    cursor: pointer;
    width: 8.3rem;
    height: 6.4rem;
    border: 1px solid rgba(0, 0, 0, .12);
    background-color: #fff;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .87);
    border-radius: 10px;
    margin-bottom: 0 !important
}

.gift__price-select input:disabled + label {
    border-color: #e7e7e7;
    background-color: #f3f3f3;
    color: #787878;
    cursor: auto;
    font-weight: 400
}

.gift__price-select input:checked + label {
    border-color: #ff4e00;
    border-width: 2px
}

@media (max-width: 767px) {
    .gift .section-title {
        font-size: 2rem;
        margin-bottom: 2.4rem
    }

    .gift__title {
        font-size: 1.6rem
    }

    .gift__row {
        display: block
    }

    .gift__selected {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 24px
    }

    .gift__body {
        padding: 0;
        background-color: transparent
    }

    .gift__design {
        flex-wrap: wrap;
        gap: .8rem
    }

    .gift__design__item {
        width: calc(50% - .4rem)
    }

    .gift__design__item--upload {
        width: 100%;
        background-color: #f5f5f6;
        border-style: dashed
    }

    .gift__price-select {
        margin-bottom: 1.6rem
    }

    .gift__price-select label {
        width: 6.6rem;
        height: 4.8rem;
        font-size: 1.2rem;
        border-radius: 8px
    }
}

.blog {
    margin: 5rem 0 9rem
}

.blog__item {
    display: block
}

@media (min-width: 768px) {
    .gift__selected {
        position: sticky;
        top: 18rem
    }

    .blog__main {
        margin-bottom: 10rem;
        margin-left: -1.6rem;
        margin-right: -1.6rem
    }

    .blog__main > * {
        padding: 0 1.6rem
    }

    .blog__row {
        row-gap: 5.6rem;
        margin-left: -1.2rem;
        margin-right: -1.2rem
    }

    .blog__row > * {
        padding: 0 1.2rem
    }

    .blog__item--main .blog__image {
        padding-bottom: 37%
    }

    .blog__item--list {
        display: flex;
        align-items: flex-start;
        margin-bottom: 3.2rem
    }

    .blog__item--list:last-child {
        margin-bottom: 0
    }

    .blog__item--list .blog__image {
        width: 32rem;
        height: 20rem;
        padding-bottom: 0;
        margin-bottom: 0;
        margin-right: 2rem
    }

    .blog__item--list .blog__content {
        flex: 1
    }

    .blog__item--list .blog__info {
        margin-bottom: .8rem
    }

    .blog__item--list .blog__info li {
        padding: .7rem 1.1rem .7rem .8rem
    }

    .blog__item--list .blog__title {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin-bottom: .8rem
    }

    .blog__item--list .blog__title svg {
        display: none
    }

    .blog__item--list .blog__desc {
        -webkit-line-clamp: 2
    }
}

.blog__item:hover .blog__title svg {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.blog__image {
    padding-bottom: 61%;
    margin-bottom: 2rem
}

.blog__image img {
    border-radius: 12px
}

.blog__info {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-bottom: 1.6rem;
    color: rgba(0, 0, 0, .87)
}

.blog__info li {
    display: flex;
    align-items: center;
    padding: .7rem 1.6rem .7rem 1.2rem;
    border-radius: 6px;
    background-color: #f3f3f3;
    font-size: 1.2rem;
    font-weight: 500;
    gap: .4rem
}

.blog__title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.2rem;
    margin-bottom: .8rem
}

.blog__title svg {
    margin-left: 1.6rem
}

.blog__desc {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #525866;
    margin-bottom: 2.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    overflow: hidden
}

.blog__author {
    display: flex;
    align-items: center
}

.blog__author__image {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .12);
    margin-right: 1.2rem
}

.blog__author p {
    font-weight: 600;
    color: rgba(0, 0, 0, .87);
    margin-bottom: 0 !important
}

.blog__author p span {
    display: block;
    font-weight: 400;
    color: #525866
}

.blog__categories {
    margin-bottom: 9rem
}

.blog__categories__item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    display: block
}

.blog__categories__image {
    padding-bottom: 145%
}

.blog__categories__image img {
    border-radius: 12px
}

.blog__categories__text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, .38);
    background: rgba(255, 255, 255, .38);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    padding: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #fff
}

.blog__categories__text p {
    font-size: 2rem
}

.blog__categories__text span {
    font-size: 1.8rem
}

@media (max-width: 767px) {
    .blog {
        margin: 24px 0 50px
    }

    .blog__row {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 0 -12px;
        padding: 0 8px
    }

    .blog__row > * {
        min-width: 87%
    }

    .blog__main {
        margin-bottom: 40px
    }

    .blog__item {
        border: 1px solid rgba(0, 0, 0, .12);
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 2.4rem
    }

    .blog__image {
        margin-bottom: 0
    }

    .blog__image img {
        border-radius: 8px
    }

    .blog__content {
        padding: 16px 12px 12px
    }

    .blog__title {
        font-size: 18px;
        line-height: 24px
    }

    .blog__title svg {
        margin-left: 4px
    }

    .blog__categories {
        margin-bottom: 55px
    }

    .blog__categories__item {
        border-radius: 8px;
        border: 1px solid rgba(0, 0, 0, .12)
    }

    .blog__categories__image {
        padding-bottom: 97%
    }

    .blog__categories__image img {
        border-radius: 0
    }

    .blog__categories__text {
        position: unset;
        color: rgba(0, 0, 0, .87);
        background: #fff;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        font-weight: 600
    }

    .blog__categories__text p {
        font-size: 14px
    }

    .blog__categories__text span {
        font-size: 12px;
        font-weight: 400
    }
}

.content {
    margin: 6.4rem 0 10rem
}

.content__head {
    margin-bottom: 6.4rem;
    font-size: 1.8rem;
    color: #525866
}

.content__head h1 {
    font-size: 4.8rem;
    line-height: normal;
    margin-bottom: 2.4rem
}

.content__head .header__search {
    max-width: 35.5rem
}

.content__info {
    display: flex;
    align-items: center;
    border-radius: 96px;
    border: 1px solid var(--border-color);
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05);
    width: -webkit-max-content;
    width: max-content;
    margin: 0 auto 1.2rem;
    padding: .4rem .8rem .4rem .4rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: #525866
}

.content__info__category {
    padding: .2rem 1rem;
    border-radius: 96px;
    border: 1px solid rgba(0, 0, 0, .12);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05);
    margin-right: .8rem
}

.content__info__item {
    position: relative
}

.content__info__item:not(:last-child) {
    margin-right: .9rem;
    padding-right: .6rem
}

.content__info__item:not(:last-child):after {
    content: '';
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    left: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #dbdbdb
}

.content .blog__author {
    margin-top: 3.2rem
}

.content .blog__author__image {
    width: 5.6rem;
    height: 5.6rem;
    margin-right: 1.6rem
}

.content .blog__author p {
    font-size: 1.8rem
}

.content .blog__author p span {
    font-size: 1.6rem
}

.content__image {
    margin-bottom: 9.6rem
}

.content__image img {
    width: 100%;
    border-radius: 16px
}

.content__body {
    display: flex;
    align-items: flex-start;
    gap: 6.4rem
}

.content__left {
    width: 25.5rem
}

.content__left p {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem
}

.content__links a {
    border-right: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    gap: .8rem;
    padding: .95rem 1rem .95rem 0;
    color: #8b8b8b
}

.content__links a.active {
    border-color: rgba(0, 0, 0, .87);
    font-weight: 600;
    color: rgba(0, 0, 0, .87)
}

.content__links a:hover {
    color: rgba(0, 0, 0, .87)
}

.content__description {
    flex: 1;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #525866
}

.content__description > :last-child {
    margin-bottom: 0
}

.content__description h1, .content__description h2 {
    font-size: 3.2rem;
    margin-bottom: 2rem
}

.content__description p {
    margin-bottom: 4rem
}

.content__description img {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 4rem
}

.content__description blockquote {
    margin-bottom: 4rem;
    border-left: 2px solid #ff4e00;
    padding-left: 2rem
}

.content__description blockquote h3 {
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    line-height: 36px
}

.content__description ol {
    margin-bottom: 4rem
}

@media (max-width: 767px) {
    .content {
        margin: 24px 0 40px
    }

    .content__head {
        display: flex;
        flex-direction: column;
        font-size: 16px;
        margin-bottom: 16px
    }

    .content__head br {
        display: none
    }

    .content__head .blog__info {
        margin: 16px 0 0
    }

    .content__head .blog__author {
        order: -1;
        margin: 0 0 1.6rem
    }

    .content__head .blog__author__image {
        width: 40px;
        height: 40px;
        margin-right: 12px
    }

    .content__head .blog__author p, .content__head .blog__author p span {
        font-size: 14px
    }

    .content__head h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px
    }

    .content__head .header__search {
        max-width: 100%;
        margin-top: 16px;
        margin-bottom: 8px
    }

    .content__head .header__search__input {
        font-size: 14px;
        border-radius: 8px
    }

    .content__image {
        margin-bottom: 24px
    }

    .content__image img {
        border-radius: 8px
    }

    .content__left {
        display: none
    }

    .content__description {
        font-size: 1.6rem;
        line-height: 26px
    }

    .content__description h1, .content__description h2 {
        font-size: 24px;
        margin-bottom: 20px
    }

    .content__description img {
        border-radius: 8px
    }
}

.profile__main__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.profile__main__text {
    flex: 1
}

.profile__main__text p {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: .4rem
}

.profile__main__text span {
    display: block
}

.profile__main__logout {
    display: none
}

.profile__credit {
    padding: 1.6rem;
    border-radius: 8px;
    border: 1px solid #ff4e00;
    background-color: #fff
}

.profile__credit span {
    font-size: 1.2rem;
    line-height: 1.6rem
}

.profile__credit p {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.2rem;
    margin-top: .8rem
}

.profile__credit .btn {
    margin-top: 1.6rem
}

.profile__credit ul {
    margin-top: 2.4rem;
    display: flex;
    gap: 1.6rem
}

.profile__credit ul li {
    flex: 1
}

.profile__credit ul p {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.4rem;
    margin-top: .4rem
}

.profile__fin {
    border-radius: 8px;
    background: rgba(0, 0, 0, .3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 2.5rem 2.8rem
}

.profile__fin p {
    color: #fff;
    margin-bottom: 1.6rem;
    text-align: center
}

.profile__fin .form-group {
    margin-bottom: 1rem
}

.profile__links {
    margin-top: 3.2rem
}

.profile__links li {
    margin-bottom: .8rem
}

.profile__links li:last-child {
    margin-bottom: 0
}

.profile__links a {
    padding: 1.2rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    color: rgba(0, 0, 0, .87);
    border-radius: 12px
}

.profile__links a.active, .profile__links a:hover {
    background-color: #ff4e00;
    color: #fff
}

.profile__item {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .12);
    padding: 2.4rem;
    margin-bottom: 1.6rem;
    background-color: #fff
}

.profile__item:last-child {
    margin-bottom: 0
}

.profile__item__head {
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    gap: 1.6rem
}

.profile__item__head ul {
    display: flex;
    align-items: center;
    gap: 4.8rem
}

.profile__item__head ul span {
    font-weight: 600;
    display: block;
    margin-bottom: .4rem
}

.profile__item__head ul p {
    font-size: 1.6rem
}

.profile__item .order__item:not(:last-child) {
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem
}

.profile__item .order__note {
    background-color: rgba(95, 173, 86, .1)
}

.profile__item .order__block__head {
    margin-bottom: 2.4rem
}

.profile__item .product__labels {
    margin-top: .4rem;
    position: unset
}

.profile__info__item {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .12);
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(228, 229, 231, .24);
    display: flex;
    align-items: center;
    padding: 1.6rem;
    margin-bottom: .8rem
}

.profile__info__item:last-child {
    margin-bottom: 0
}

.profile__info__item__sub {
    display: flex;
    align-items: center
}

.profile__info__item__sub:not(:last-child) {
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.profile__info__icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .87);
    margin-right: 1.2rem
}

.profile__info__text {
    flex: 1;
    margin-right: .4rem
}

.profile__info__text span {
    display: block;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, .6)
}

.profile__info__text p {
    font-weight: 600;
    margin-bottom: .3rem
}

.profile__info__text p img {
    margin-top: -2.5px
}

.profile__info__btn {
    margin-bottom: auto;
    color: rgba(0, 0, 0, .87)
}

@media (max-width: 767px) {
    .profile .basket__right {
        margin-bottom: 40px
    }

    .profile .basket__right__item {
        background-color: transparent;
        padding: 0
    }

    .profile__main__image {
        width: 48px;
        height: 48px;
        margin-right: 12px
    }

    .profile__main__text p {
        margin-bottom: 0
    }

    .profile__main__logout {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 48px;
        width: 32px;
        color: #525866
    }

    .profile__links {
        display: none
    }

    .profile__credit {
        position: relative;
        border-color: rgba(0, 0, 0, .12)
    }

    .profile__credit p {
        font-size: 18px;
        line-height: 24px;
        margin-top: 4px
    }

    .profile__credit .btn {
        position: absolute;
        right: 16px;
        top: 16px;
        padding: 0;
        width: 32px;
        height: 32px;
        margin: 0
    }

    .profile__credit ul {
        margin-top: 16px
    }

    .profile__credit ul p {
        font-size: 16px;
        line-height: 20px
    }

    .profile .section-head {
        flex-wrap: wrap;
        border-radius: 8px;
        border: 1px solid rgba(0, 0, 0, .12);
        padding: 16px;
        color: rgba(0, 0, 0, .87)
    }

    .profile .section-head .section-title {
        margin: 0 auto 0 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex: 1
    }

    .profile .section-head .section-title:after {
        content: '';
        width: 24px;
        height: 24px;
        background-image: url(../images/arrow-bottom.svg);
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-filter: brightness(0) saturate(100%) invert(41%) sepia(66%) saturate(4161%) hue-rotate(359deg) brightness(100%) contrast(111%);
        filter: brightness(0) saturate(100%) invert(41%) sepia(66%) saturate(4161%) hue-rotate(359deg) brightness(100%) contrast(111%)
    }

    .profile .section-head .btn {
        width: 100%;
        margin-top: 16px;
        display: none
    }

    .profile .section-head.active {
        border-color: #ff4e00
    }

    .profile .section-head.active .section-title:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .profile .section-head.active .btn {
        display: flex
    }

    .profile .tab {
        border-bottom: none;
        display: block
    }

    .profile .tab__item {
        border-top: 1px solid var(--border-color);
        flex: 1;
        margin-right: 0;
        padding: 12px 0;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .profile .tab__item:after {
        width: 24px;
        height: 24px;
        border: none;
        background-image: url(../images/svg-icons/arrow-bottom.svg);
        background-repeat: no-repeat;
        background-size: 60%;
        background-color: transparent;
        background-position: center;
        position: unset;
        -webkit-filter: brightness(0) saturate(100%) invert(0) sepia(83%) saturate(7484%) hue-rotate(78deg) brightness(106%) contrast(100%);
        filter: brightness(0) saturate(100%) invert(0) sepia(83%) saturate(7484%) hue-rotate(78deg) brightness(106%) contrast(100%);
        opacity: .6
    }

    .profile .tab__item:not(.active):not(.sub) {
        display: none
    }

    .profile .tab__item.active:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .profile__item {
        padding: 16px
    }

    .profile__item__head {
        flex-wrap: wrap;
        position: relative
    }

    .profile__item__head .btn {
        padding: 0 !important;
        position: absolute;
        right: 0;
        top: 0;
        background-color: transparent;
        color: #ff4e00 !important;
        font-size: 14px;
        border: none
    }

    .profile__item__head .btn:after {
        content: '';
        width: 16px;
        height: 16px;
        background-image: url(../images/svg-icons/arrow-next.svg);
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-filter: brightness(0) saturate(100%) invert(35%) sepia(24%) saturate(7007%) hue-rotate(4deg) brightness(102%) contrast(108%);
        filter: brightness(0) saturate(100%) invert(35%) sepia(24%) saturate(7007%) hue-rotate(4deg) brightness(102%) contrast(108%);
        margin-left: 4px
    }

    .profile__item ul {
        flex-wrap: wrap;
        gap: 24px 16px
    }

    .profile__item ul li {
        flex: 1
    }

    .profile__item ul li:first-child {
        flex: unset;
        width: 100%
    }

    .profile__item ul li:first-child span {
        padding-right: 120px
    }

    .profile__item .order__block__head {
        margin-bottom: 16px
    }

    .profile__items {
        display: flex;
        flex-wrap: wrap;
        gap: 6px
    }

    .profile__items .order__block__head {
        margin-bottom: 16px
    }

    .profile__items .order__item:not(:last-child) {
        margin: 0;
        padding: 0;
        border: none
    }

    .profile__items .order__item__text {
        display: none
    }

    .profile__items .basket__item__image {
        margin: 0;
        width: 48px;
        height: 48px;
        border: 1px solid rgba(0, 0, 0, .12);
        border-radius: 4px;
        overflow: hidden
    }

    .profile__items .basket__item__image.returned {
        position: relative
    }

    .profile__items .basket__item__image.returned:before {
        content: attr(data-title);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 8px;
        font-weight: 500;
        color: #fff;
        background-color: rgba(0, 0, 0, .6);
        display: flex;
        align-items: center;
        justify-content: center
    }

    .profile__items .basket__item__price {
        display: none
    }

    .profile .checkout__delivery__address {
        margin-bottom: 16px
    }
}

.product-inner {
    margin-top: 1.2rem
}

.product-inner__sticky {
    border-radius: 0 0 16px 16px;
    border: 1px solid rgba(0, 0, 0, .12);
    background: #fff;
    padding: 1.5rem 0;
    position: fixed;
    top: 15.9rem;
    left: 0;
    right: 0;
    z-index: 5;
    display: none
}

.product-inner__sticky .container-fluid, .product-inner__sticky .container-lg, .product-inner__sticky .container-md, .product-inner__sticky .container-sm, .product-inner__sticky .container-xl, .product-inner__sticky .container-xxl {
    display: flex;
    align-items: center
}

.product-inner__sticky__image {
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 1.2rem
}

.product-inner__sticky__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.product-inner__sticky__title {
    font-weight: 600;
    flex: 1;
    margin-right: 1.6rem
}

.product-inner__sticky .product__price {
    margin-left: auto;
    text-align: right;
    margin-top: 0;
    margin-right: 4rem
}

.product-inner__sticky .product__price__old {
    line-height: 1.6rem
}

.product-inner__sticky .product__price__new {
    font-size: 2.4rem;
    line-height: 3.2rem
}

.product-inner__sticky .product__tools {
    margin-top: 0
}

.product-inner__rating {
    display: flex;
    align-items: center;
    margin: 1.2rem 0 2.4rem
}

.product-inner__rating__item {
    padding: .4rem .8rem;
    border-radius: 6px;
    border: 1px solid var(--border-color);
    margin-right: .8rem;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, .87);
    font-size: 1.2rem
}

.product-inner__rating__item span {
    color: rgba(0, 0, 0, .6);
    margin-left: 1.2rem
}

.product-inner__rating__item svg {
    margin-right: .4rem
}

.product-inner__body {
    flex: 1;
    margin-right: 3.2rem
}

.product-inner__main {
    display: flex;
    align-items: flex-start
}

.product-inner__images {
    width: 46.7rem;
    margin-right: 1.6rem
}

.product-inner__images__main {
    position: relative;
    margin-bottom: 1rem
}

.product-inner__images__tools {
    position: absolute;
    top: 1.2rem;
    right: .3rem;
    z-index: 2
}

.product-inner__images__tools li {
    margin-bottom: .4rem
}

.product-inner__images__tools a {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    justify-content: center;
    background-color: #f5f5f6;
    color: rgba(0, 0, 0, .87)
}

.product-inner__images__slider {
    display: flex;
    overflow: hidden
}

.product-inner__images__slider.flickity-enabled {
    display: block;
    overflow: unset
}

.product-inner__images__slider .flickity-page-dots {
    display: none
}

.product-inner__images__slider__item {
    min-width: 100%;
    height: 46.7rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-inner__images__slider__item img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.product-inner__images__thumbs {
    display: flex;
    overflow: hidden
}

.product-inner__images__thumbs.flickity-enabled {
    display: block;
    overflow: unset
}

.product-inner__images__thumbs .flickity-button {
    width: 2.4rem;
    height: 2.4rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .12);
    padding: 0
}

.product-inner__images__thumbs .flickity-button:disabled {
    opacity: 0
}

.product-inner__images__thumbs .flickity-button svg {
    color: rgba(0, 0, 0, .87);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 50%;
    height: 50%
}

.product-inner__images__thumbs .flickity-button.previous {
    left: 0
}

.product-inner__images__thumbs .flickity-button.next {
    right: 0
}

.product-inner__images__thumbs__item {
    width: 8rem;
    height: 8rem;
    min-width: 8rem;
    margin-right: .4rem;
    border: 2px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    transition: border-color .3s linear;
    cursor: pointer
}

.product-inner__images__thumbs__item.is-nav-selected {
    border-color: #ff4e00
}

.product-inner__images__thumbs__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.product-inner__detail {
    flex: 1
}

.product-inner__detail > * {
    margin-bottom: 3.2rem
}

.product-inner__detail > :last-child {
    margin-bottom: 0
}

.product-inner__detail .product__labels {
    flex-direction: column;
    align-items: flex-start;
    gap: .8rem
}

.product-inner__detail .gift__price-select label {
    height: auto;
    width: auto;
    min-width: 7.2rem;
    padding: .5rem 0;
    border-radius: 4px;
    font-size: 1.4rem
}

.product-inner__detail .gift__price-select input:checked + label {
    border-width: 1px
}

.product-inner__detail .products__filter__colors {
    gap: 1rem
}

.product-inner__gift {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .12);
    padding: 1rem 1.6rem;
    background-color: #fff
}

.product-inner__gift__head {
    margin-bottom: 1.2rem;
    color: #ff4e00;
    font-weight: 600
}

.product-inner__gift .order__item__image {
    width: 5.6rem;
    height: 5.6rem;
    border: none
}

.product-inner__gift .order__item__text {
    margin-right: 0
}

.product-inner__note {
    display: flex;
    align-items: flex-start;
    color: rgba(0, 0, 0, .6);
    gap: 1.2rem;
    font-size: 1.2rem
}

.product-inner__note p {
    flex: 1
}

.product-inner__item {
    padding: 1.6rem;
    background-color: #f5f5f6;
    border-radius: 8px;
    margin-bottom: .8rem
}

.product-inner__item:last-child {
    margin-bottom: 0
}

.product-inner__cards__text {
    margin-bottom: 2.4rem
}

.product-inner__cards__text p {
    font-size: 1.6rem;
    font-weight: 600
}

.product-inner__cards__list {
    display: flex;
    align-items: center;
    gap: .8rem
}

.product-inner__cards__list label {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
    opacity: .5
}

.product-inner__cards__list label:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.product-inner__cards__list label img {
    width: 6rem;
    height: 3.8rem;
    border-radius: 4px
}

.product-inner__cards__list input:checked + label {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.product-inner__delivery {
    margin-top: 4rem;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 8px;
    padding: 2.4rem
}

.product-inner__delivery p {
    font-weight: 600
}

.product-inner__delivery ul {
    margin-top: 2.4rem;
    display: flex;
    align-items: flex-start;
    gap: 3.2rem
}

.product-inner__delivery__item {
    display: flex;
    align-items: center;
    gap: 1.2rem
}

.product-inner__delivery__icon {
    width: 4rem;
    height: 4rem;
    justify-content: center;
    background-color: #f5f5f6;
    color: #ff4e00;
    border-radius: 8px
}

.product-inner__delivery__text {
    flex: 1
}

.product-inner__delivery__text span {
    font-size: 1.2rem
}

.product-inner__info {
    display: flex;
    justify-content: space-between;
    margin-top: 4.4rem;
    gap: 1.6rem
}

.product-inner__characteristics {
    max-width: 59.7rem;
    flex: 1
}

.product-inner__characteristics .product__info__item:before {
    border-color: var(--border-color)
}

.product-inner__characteristics .product__info li {
    margin-bottom: 1.6rem
}

.product-inner__characteristics__item {
    margin-bottom: 3.2rem
}

.product-inner__characteristics__item:last-child {
    margin-top: 0
}

.product-inner__characteristics__title {
    margin-bottom: 2.4rem;
    font-size: 2rem
}

.product-inner__reviews {
    flex: 1;
    max-width: 47.6rem
}

.product-inner__profitable {
    margin-top: 7.5rem
}

.product-inner__profitable__block {
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 8px;
    overflow: hidden
}

.product-inner__profitable__slider {
    background-color: #ffede6;
    padding: 2.4rem 12rem;
    display: flex;
    overflow: hidden;
    gap: 12rem
}

.product-inner__profitable__slider.flickity-enabled {
    display: block;
    overflow: unset
}

.product-inner__profitable__slider .flickity-page-dots {
    width: auto;
    left: 0;
    right: 0;
    bottom: -4.9rem;
    pointer-events: none
}

.product-inner__profitable__slider .flickity-page-dots .dot {
    width: .8rem;
    height: .8rem;
    margin: 0 .4rem 0 0;
    background-color: rgba(0, 0, 0, .12);
    opacity: 1;
    pointer-events: auto
}

.product-inner__profitable__slider .flickity-page-dots .dot.is-selected {
    background-color: rgba(0, 0, 0, .87)
}

.product-inner__profitable__slider .flickity-button {
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid rgba(0, 0, 0, .12);
    background-color: #fff;
    top: auto;
    -webkit-transform: none;
    transform: none;
    bottom: -5.8rem
}

.product-inner__profitable__slider .flickity-button svg {
    width: 40%;
    height: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.product-inner__profitable__slider .flickity-button.previous {
    left: 48.8rem
}

.product-inner__profitable__slider .flickity-button.next {
    right: 48.8rem
}

.product-inner__profitable__item {
    min-width: 100%
}

.product-inner__profitable__item .col:last-child .product:after {
    display: none
}

.product-inner__profitable__item .product {
    position: relative;
    overflow: unset;
    min-height: 34.6rem
}

.product-inner__profitable__item .product:after {
    content: '';
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .12);
    position: absolute;
    top: 12rem;
    right: 0;
    z-index: 2;
    margin-right: -2.9rem;
    background-image: url(../images/svg-icons/plus-lg.svg);
    background-size: 2.4rem;
    background-repeat: no-repeat;
    background-position: center
}

.product-inner__profitable__code {
    font-size: 1.2rem
}

.product-inner__profitable__footer {
    padding: 1.6rem
}

.product-inner__profitable__footer .product__price {
    margin-left: auto;
    text-align: right;
    margin-right: 4.5rem
}

.product-inner__profitable__footer .product__price__old {
    font-size: 1.4rem;
    line-height: 1.6rem
}

.product-inner__profitable__footer .product__price__new {
    font-size: 2.4rem;
    font-weight: 700
}

.product-inner__video {
    margin-top: 5.6rem;
    height: 55.5rem
}

.product-inner__video iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px
}

.product-inner__branches {
    border-radius: 16px;
    border: 1px solid var(--border-color);
    overflow: hidden
}

.product-inner__branches__head {
    padding: 1.6rem
}

.product-inner__branches__map {
    width: 100%;
    height: 49rem
}

.product-inner .basket__right .basket__item {
    border-radius: 8px;
    margin-bottom: .8rem
}

.product-inner .basket__right .basket__item__top {
    margin-bottom: 0
}

.product-inner .basket__right .basket__item__image {
    width: 10.3rem;
    height: 10.3rem
}

.product-inner .basket__right .basket__item .product-inner__rating {
    margin-bottom: 0
}

.product-inner .basket__right .basket__item .product-inner__rating__item {
    border: none;
    padding: 0
}

.product-inner__sort-icon {
    width: 3.2rem;
    height: 3.2rem;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, .12);
    background-color: #fff;
    color: rgba(0, 0, 0, .6);
    margin-left: auto;
    cursor: pointer
}

.product-inner__guarantee__head {
    margin: -1.6rem;
    padding: 1.6rem;
    cursor: pointer
}

.product-inner__guarantee__head.active .product-inner__guarantee__icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-inner__guarantee__icon {
    margin-left: auto
}

.product-inner__guarantee__body {
    display: none;
    margin-top: 2.4rem
}

@media (max-width: 1100px) {
    .product-inner__body {
        margin-right: 0
    }

    .product-inner__images {
        width: 38rem
    }
}

@media (max-width: 767px) {
    .product-inner {
        margin-top: 16px
    }

    .product-inner__sticky {
        display: none !important
    }

    .product-inner .section-title {
        font-size: 20px
    }

    .product-inner .basket__right .basket__item__image {
        width: 73px;
        height: 73px;
        margin-right: 8px
    }

    .product-inner .basket__right .basket__item__text {
        padding-top: 0
    }

    .product-inner .basket__right .basket__item__title {
        padding: 0
    }

    .product-inner__characteristics {
        margin-bottom: 48px
    }

    .product-inner__characteristics__item {
        margin-bottom: 56px
    }

    .product-inner__characteristics__title {
        font-size: 16px;
        margin-bottom: 18px
    }

    .product-inner__characteristics .product__info {
        margin-bottom: 8px
    }

    .product-inner__characteristics .product__info li {
        display: flex;
        align-items: center;
        border: 1px solid var(--border-color);
        border-radius: 12px;
        padding: 8px;
        margin-bottom: 8px
    }

    .product-inner__characteristics .product__info__character-icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffede6;
        border-radius: 6px;
        margin-right: 12px
    }

    .product-inner__characteristics .product__info__item {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 4px;
        flex: 1
    }

    .product-inner__characteristics .product__info__item p {
        text-align: left !important;
        font-size: 12px;
        line-height: 16px
    }

    .product-inner__characteristics .product__info__item p:last-child {
        font-size: 16px;
        line-height: 20px
    }

    .product-inner__characteristics .product__info__item:before {
        display: none
    }

    .product-inner__reviews {
        margin-bottom: 48px
    }

    .product-inner__reviews .form-group select.form-control.form-control--sm {
        min-width: auto;
        cursor: pointer
    }

    .product-inner__reviews__sort {
        position: relative;
        width: 100px
    }

    .product-inner__reviews__sort .form-control {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
        right: 0
    }

    .product-inner__video {
        margin: 0 -12px;
        height: 300px
    }

    .product-inner__video iframe {
        border-radius: 0
    }

    .product-inner__branches {
        border-radius: 0;
        border: none;
        overflow: unset
    }

    .product-inner__branches__head {
        padding: 0;
        display: block;
        margin-bottom: 24px
    }

    .product-inner__branches__map {
        margin: 0 -12px;
        width: auto;
        height: 440px
    }

    .product-inner__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px
    }

    .product-inner__head .breadcrumbs {
        margin-bottom: 0
    }

    .product-inner__tools {
        display: flex;
        align-items: center
    }

    .product-inner__tools li {
        margin-left: 12px
    }

    .product-inner__tools a {
        color: rgba(0, 0, 0, .87)
    }

    .product-inner__body {
        position: relative;
        padding-top: 40px
    }

    .product-inner__main {
        display: block
    }

    .product-inner__images {
        width: 100%;
        margin-right: 0
    }

    .product-inner__images__tools {
        top: auto;
        bottom: 25px;
        right: 0
    }

    .product-inner__images__tools a {
        width: 40px;
        height: 40px
    }

    .product-inner__images__slider {
        padding-bottom: 30px
    }

    .product-inner__images__slider .flickity-page-dots {
        display: block;
        bottom: 8px
    }

    .product-inner__images__slider .flickity-page-dots .dot {
        width: 6px;
        height: 6px;
        margin: 0 6px 0 0
    }

    .product-inner__images__slider .flickity-page-dots .dot:last-child {
        margin-right: 0
    }

    .product-inner__images__slider__item {
        height: 226px
    }

    .product-inner__images__thumbs {
        display: none !important
    }

    .product-inner__sub-head .product-inner__rating {
        display: block;
        margin-bottom: 0
    }

    .product-inner__sub-head .product-inner__rating__item {
        margin-right: 0;
        justify-content: space-between;
        padding: 0;
        border: none;
        border-radius: 0
    }

    .product-inner__sub-head .product-inner__rating__item span {
        color: rgba(0, 0, 0, .87)
    }

    .product-inner__code {
        margin-top: 12px
    }

    .product-inner__detail {
        margin-top: 40px
    }

    .product-inner__detail .product__labels {
        position: absolute !important;
        top: 0;
        left: -12px;
        right: -12px;
        padding: 0 12px;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto
    }

    .product-inner__detail .product__label {
        white-space: nowrap
    }

    .product-inner__detail .form-group label {
        margin-bottom: 8px
    }

    .product-inner__detail > * {
        margin-bottom: 24px
    }

    .product-inner__gift {
        padding: 12px 122px 12px 12px;
        position: relative;
        min-height: 136px
    }

    .product-inner__gift__head {
        flex-direction: column-reverse;
        align-items: flex-start
    }

    .product-inner__gift .order__item__image {
        width: 112px;
        height: 112px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 2px;
        margin-right: 0
    }

    .product-inner__gift .order__item__text {
        margin-bottom: 0
    }

    .product-inner__gift .order__item__title {
        margin-bottom: 4px;
        font-size: 12px
    }

    .product-inner__delivery {
        padding: 0;
        border: none;
        border-radius: 0;
        margin-top: 16px
    }

    .product-inner__delivery p {
        font-size: 16px
    }

    .product-inner__delivery ul {
        display: block;
        margin-top: 16px;
        background-color: #f5f5f6;
        padding: 16px;
        border-radius: 8px
    }

    .product-inner__delivery ul li {
        margin-bottom: 24px
    }

    .product-inner__delivery ul li:last-child {
        margin-bottom: 0
    }

    .product-inner__delivery__icon {
        border: 1px solid #ffc8b0
    }

    .product-inner__delivery__text p {
        font-size: 14px
    }

    .product-inner__delivery__text span {
        color: rgba(0, 0, 0, .6)
    }

    .product-inner__info {
        display: block
    }

    .product-inner__profitable {
        margin: 0 -12px 24px;
        padding: 32px 12px 56px;
        background-color: #ffede6
    }

    .product-inner__profitable .section-head {
        margin-bottom: 16px
    }

    .product-inner__profitable__block {
        border: none;
        border-radius: 0;
        overflow: unset
    }

    .product-inner__profitable__slider {
        padding: 0
    }

    .product-inner__profitable__slider .flickity-button {
        display: none
    }

    .product-inner__profitable__slider .flickity-page-dots {
        bottom: -130px
    }

    .product-inner__profitable__item .row {
        margin: 0 -2px
    }

    .product-inner__profitable__item .row > * {
        padding: 0 2px
    }

    .product-inner__profitable__item .row > :nth-child(2) .product:after {
        display: none
    }

    .product-inner__profitable__item .product {
        padding: 8px;
        min-height: auto;
        border-radius: 8px;
        margin-bottom: 4px
    }

    .product-inner__profitable__item .product:after {
        width: 24px;
        height: 24px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-size: 12px;
        right: 14px
    }

    .product-inner__profitable__item .product__text {
        display: none
    }

    .product-inner__profitable__item .product__price__new {
        text-align: center;
        font-size: 10px;
        font-weight: 400;
        line-height: normal
    }

    .product-inner__profitable__footer {
        flex-wrap: wrap;
        padding: 0;
        margin-top: 8px
    }

    .product-inner__profitable__footer .product__price {
        text-align: left;
        margin: 0
    }

    .product-inner__profitable__footer .btn {
        white-space: nowrap
    }

    .product-inner__profitable__code {
        width: 100%;
        margin-bottom: 24px
    }

    .product-inner__guarantee .product__parts-calculator__month {
        margin-right: 0;
        gap: 8px
    }

    .product-inner__guarantee .product__parts-calculator__month li {
        flex: 1
    }

    .product-inner__guarantee .product__parts-calculator__month label {
        width: 100%
    }

    .product-inner__guarantee .product__tool--basket {
        width: auto;
        padding: 12px
    }

    .product-inner__guarantee .product__tool--basket svg {
        width: 24px;
        height: 24px
    }

    .product-inner__price {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 0;
        background: #fff;
        box-shadow: 0 0 56px 0 rgba(0, 0, 0, .2);
        padding: 12px;
        z-index: 6;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .product-inner__price .product__price {
        margin-top: 0
    }

    .product-inner__price .product__price__new {
        font-size: 18px;
        margin-top: 2px
    }

    .product-inner__price .product__tools {
        margin-top: 0
    }

    .product-inner__price .product__tools li:not(:last-child) {
        display: none
    }

    .product-inner__price .product__tool {
        padding: 12px;
        border-radius: 8px;
        font-size: 14px
    }

    .product-inner__price .product__tool svg {
        width: 24px;
        height: 24px
    }

    .product-inner__item {
        margin-bottom: 16px
    }
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: rgba(255, 255, 255, .75);
    border: none;
    color: #333
}

.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

.flickity-enabled.is-fade .flickity-slider > * {
    pointer-events: none;
    z-index: 0
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
    pointer-events: auto;
    z-index: 1
}

.review__items {
    margin-bottom: 2.4rem
}

.review__items:last-child {
    margin-bottom: 0
}

.review__item {
    padding: 1.6rem;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: .8rem
}

.review__item:last-child {
    margin-bottom: 0
}

.review__head, .review__item .products__filter__rating {
    margin-bottom: 1.2rem
}

.review__head p {
    font-weight: 600
}

.review__head span {
    color: rgba(0, 0, 0, .38)
}

.review__text {
    margin-bottom: 1.6rem
}

.review__text h2 {
    font-size: 1.6rem;
    margin-bottom: .8rem;
    font-weight: 600
}

.review__images {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.2rem
}

.review__images img {
    width: 6.6rem;
    height: 6.6rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px
}

.review__answer-btn {
    font-weight: 600;
    color: #ff4e00;
    display: flex;
    align-items: center;
    gap: 1.1rem
}

.review__btns {
    display: flex;
    align-items: center;
    gap: 2.4rem
}

.review__btn {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    color: rgba(0, 0, 0, .87);
    font-weight: 600
}

.review__answer {
    margin-top: 1.6rem;
    display: none
}

.review__answer__form {
    position: relative;
    margin-bottom: 1.6rem
}

.review__answer__form .form-group {
    margin-bottom: 0
}

.review__answer__form .form-group .form-control {
    padding-right: 9rem
}

.review__answer__btns {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.2rem
}

.review__answer__btn {
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    color: #ff4e00;
    border: none;
    margin-left: 1.6rem
}

.review__answer__question {
    border-radius: 4px;
    background: #f5f5f6;
    padding: 1.2rem
}

@media (max-width: 767px) {
    .review__items {
        margin-bottom: 8px
    }
}

.compare {
    margin-top: 3.2rem
}

.compare .section-head {
    display: flex;
    align-items: center;
    gap: 2rem
}

.compare__arrows {
    margin-left: auto;
    display: flex;
    align-items: center
}

.compare__arrow {
    width: 4.8rem;
    height: 4.8rem;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .87);
    margin-left: 1.6rem
}

.compare__item__head {
    display: flex;
    position: relative
}

.compare__item__head > .d-block {
    flex: 1;
    padding-right: 40px
}

.compare__head {
    margin-bottom: 2.2rem;
    align-items: center
}

.compare__head .products-slider__arrows {
    position: unset;
    z-index: 15
}

.compare__head .products-slider__arrows .button {
    background-color: #fff
}

.compare__block {
    display: flex;
    position: relative
}

.compare__block:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: .5rem;
    width: 6rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff)
}

.compare__block__left {
    flex: 0 0 23.6rem;
    overflow: hidden
}

.compare__block__right {
    flex: 1;
    overflow-x: auto;
    position: relative
}

.compare__block__right .compare__block__table {
    margin-left: -24.4rem
}

.compare__block__right .compare__delete {
    margin-bottom: 0;
    top: 0;
    right: 0
}

.compare__block .product__image {
    margin: 0 .8rem 0 0;
    width: 18.2rem;
    height: 18.2rem
}

.compare__block .product__labels {
    margin-bottom: 2rem
}

.compare__block .product__tools {
    right: auto;
    left: 0;
    bottom: 0
}

.compare__block .product__tools li:first-child, .compare__block .product__tools li:nth-child(2) {
    pointer-events: none
}

.compare__block .product__tools:hover li:first-child, .compare__block .product__tools:hover li:nth-child(2) {
    pointer-events: auto
}

.compare__block .product__tools:hover li:first-child .product__tool, .compare__block .product__tools:hover li:nth-child(2) .product__tool {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.compare__block .product__tools:hover .product__tool--basket {
    background-color: #ff4e00;
    color: #fff;
    border-color: transparent
}

.compare__block__table {
    table-layout: fixed;
    font-size: 1.6rem;
    color: rgba(0, 0, 0, .87);
    border-collapse: separate;
    border-spacing: .8rem 0;
    margin-left: -.8rem
}

.compare__block__table > tbody > tr {
    position: relative
}

.compare__block__table > tbody > tr:first-child:after, .compare__block__table > tbody > tr:last-child:after {
    display: none
}

.compare__block__table > tbody > tr:after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, .12);
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px
}

.compare__block__table > tbody > tr:first-child td:first-child {
    padding-top: 2.6rem
}

.compare__block__table > tbody > tr:first-child td {
    border-radius: 12px 12px 0 0;
    border-top: 1px solid rgba(0, 0, 0, .12);
    border-bottom: 0;
    padding-top: 1.6rem;
    padding-bottom: 0
}

.compare__block__table > tbody > tr:last-child td {
    border-radius: 0 0 12px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.compare__block__table > tbody > tr span, .compare__block__table > tbody > tr td:first-child {
    min-width: 23.4rem;
    width: 23.4rem
}

.compare__block__table > tbody > tr span img, .compare__block__table > tbody > tr span svg, .compare__block__table > tbody > tr td:first-child img, .compare__block__table > tbody > tr td:first-child svg {
    width: 2.3rem;
    height: 2.7rem;
    margin-right: 1rem;
    -o-object-fit: contain;
    object-fit: contain;
    color: #5fad56
}

.compare__block__table td {
    min-width: 35.5rem;
    width: 35.5rem;
    vertical-align: top;
    position: relative;
    padding: 4rem 1.6rem;
    border: 1px solid #dee2e6;
    border-top: none;
    border-bottom: none;
    background-color: #fff
}

.compare__block__table td:first-child {
    font-size: 2rem;
    font-weight: 700
}

.compare__title {
    display: none
}

.compare__prod-info {
    display: flex
}

.compare__prod-info__right {
    flex: 1;
    position: relative
}

.compare__characteristics {
    font-size: 1.4rem;
    line-height: 1.6rem
}

.compare__characteristics li {
    margin-bottom: 1.6rem
}

.compare__characteristics li:last-child {
    margin-bottom: 0
}

.compare__characteristics li strong {
    margin-left: .8rem
}

.compare__characteristics li strong:first-child {
    margin-left: 0
}

.compare__product-type {
    width: 20.2rem
}

.compare__product-type label {
    font-size: 1.6rem;
    margin-bottom: .8rem;
    font-weight: 600
}

.compare__product-type.form-group .form-control + .form-control {
    margin-top: .8rem
}

.compare__icon {
    border: 1px solid rgba(0, 0, 0, .12);
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    justify-content: center;
    color: rgba(0, 0, 0, .87)
}

.compare__product-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .87);
    margin-bottom: .8rem
}

.compare .d-flex {
    margin-bottom: 3.2rem
}

.compare__product-price {
    font-size: 1.8rem;
    font-weight: 600;
    color: #ff4e00;
    display: block !important;
    margin-right: 0
}

.compare__product-image {
    width: calc(1202px / 4 - 24px);
    position: relative;
    cursor: pointer
}

.compare__product-image img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.compare__product-image .prod-info__bottom__buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    white-space: nowrap;
    justify-content: center;
    opacity: 0
}

.compare__product-image .prod-info__bottom__buttons .btn-green {
    border-color: #5fad56
}

.compare__product-image .prod-info__bottom__buttons .btn-green:focus, .compare__product-image .prod-info__bottom__buttons .btn-green:hover {
    background: #5fad56;
    color: #fff
}

.compare__product-image .prod-info__bottom__buttons .btn-orange {
    border-color: #ff4e00
}

.compare__product-image .prod-info__bottom__buttons .btn-orange:focus, .compare__product-image .prod-info__bottom__buttons .btn-orange:hover {
    background: #ff4e00;
    color: #fff
}

.compare__product-image:hover img {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.compare__product-image:hover .prod-info__bottom__buttons {
    opacity: 1
}

@media (max-width: 767px) {
    .compare {
        position: relative;
        margin-top: 20px
    }

    .compare .section-head {
        justify-content: space-between;
        margin-bottom: 16px;
        padding-right: 4px
    }

    .compare .share {
        margin-top: 10px
    }

    .compare .share__block {
        left: 0;
        max-width: 150px
    }

    .compare .share__block:before {
        left: 30%
    }

    .compare:after {
        display: none !important;
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        width: 70px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff)
    }

    .compare__arrows {
        display: none
    }

    .compare .container-fluid, .compare .container-lg, .compare .container-md, .compare .container-sm, .compare .container-xl, .compare .container-xxl {
        padding-right: 0
    }

    .compare__block {
        margin-left: -10px;
        overflow: auto;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory
    }

    .compare__block__left {
        flex: unset;
        overflow: unset
    }

    .compare__block:after, .compare__block__right {
        display: none
    }

    .compare__block__table {
        min-width: auto !important;
        display: block;
        border-spacing: 0
    }

    .compare__block__table tr {
        display: flex
    }

    .compare__block__table tr span {
        display: block;
        min-width: 100% !important;
        width: 100% !important
    }

    .compare__block__table tr span img, .compare__block__table tr span svg {
        margin-right: 5px !important
    }

    .compare__block__table tr td {
        width: 48vw;
        min-width: auto;
        border-right: 1px solid rgba(222, 226, 230, .3);
        padding-right: 10px;
        padding-left: 10px;
        background-color: transparent;
        border-radius: 0 !important
    }

    .compare__block__table tr td:first-child {
        display: none
    }

    .compare__block__table tr:first-child td {
        position: relative;
        flex-direction: column;
        border: none !important;
        border-bottom: 1px solid rgba(0, 0, 0, .12) !important;
        padding: 40px 8px 16px 20px !important
    }

    .compare__block__table tr:last-child td {
        border-right: 1px solid rgba(222, 226, 230, .3) !important
    }

    .compare__block__table tr:not(:first-child) {
        background-color: #f3f3f3
    }

    .compare__block__table tr:not(:first-child) td {
        padding: 16px 4px 16px 16px
    }

    .compare__block .product__head {
        margin-bottom: 8px
    }

    .compare__block .product__title {
        font-size: 12px;
        font-weight: 400;
        text-align: center
    }

    .compare__block .product__image {
        width: 88px;
        height: 88px;
        margin: 0 auto 8px
    }

    .compare__block .product__labels {
        justify-content: center;
        margin-bottom: 16px
    }

    .compare__block .product__label {
        font-size: 8px
    }

    .compare__title {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 24px
    }

    .compare__characteristics li {
        margin-bottom: 20px
    }

    .compare__characteristics li span {
        font-size: 12px;
        font-weight: 600;
        color: rgba(0, 0, 0, .38);
        margin-bottom: 2px
    }

    .compare__characteristics li strong {
        margin-left: 0
    }

    .compare .scroller-block {
        display: flex
    }

    .compare .scroller-elem {
        width: 48vw;
        scroll-snap-align: start
    }

    .compare__icon {
        position: absolute;
        top: 0;
        left: 12px;
        width: 32px;
        height: 32px;
        border: none;
        border-radius: 0;
        color: rgba(0, 0, 0, .6)
    }

    .compare__icon--heart {
        left: 44px
    }

    .compare__product-type {
        width: 100%;
        padding-right: 12px;
        display: flex;
        align-items: center;
        gap: 8px
    }

    .compare__product-type select.form-control {
        margin-top: 0 !important;
        min-width: auto !important;
        flex: 1;
        padding-right: 32px !important
    }

    .compare__product-title {
        font-size: 16px
    }

    .compare .d-flex {
        margin-bottom: 10px
    }

    .compare__product-price {
        font-size: 18px;
        min-width: auto !important
    }

    .compare__product-image .prod-info__bottom__buttons {
        position: unset;
        -webkit-transform: unset;
        transform: unset;
        opacity: 1;
        justify-content: flex-start;
        padding: 0;
        margin-top: 10px
    }

    .compare__product-image .prod-info__bottom__buttons #week_product_add, .compare__product-image .prod-info__bottom__buttons .add-to-cart, .compare__product-image .prod-info__bottom__buttons .btn-green {
        padding: 14px !important
    }

    .compare__prod-info .product__image {
        display: none
    }

    .compare__prod-info .product__price {
        margin-top: 0
    }

    .compare__prod-info .product__price__credits, .compare__prod-info .product__price__old {
        display: none
    }

    .compare__prod-info .product__tools {
        margin-top: 0
    }

    .compare__prod-info .product__tools li:not(:last-child) {
        display: none
    }

    .compare__prod-info .product__tool--basket {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .compare__prod-info .product__tool--basket span {
        display: none
    }

    .compare__prod-info .product__tool--basket svg {
        display: block;
        margin: 0
    }

    .compare__prod-info__right {
        display: flex;
        justify-content: space-between;
        align-items: flex-end
    }
}

.login {
    margin: 1.2rem 0 10rem
}

.login__block {
    margin: 6rem auto 0;
    box-shadow: 0 4px 20px 0 rgba(7, 6, 18, .1)
}

.login .popup__head {
    padding: 2.4rem 3.2rem
}

@media (max-width: 767px) {
    .login {
        margin-bottom: 20px
    }

    .login__block {
        margin-top: 30px
    }

    .login .popup__body {
        width: 100%
    }
}
.bottom-bar {
    position: sticky;
    bottom: 0;
    padding: 1.3rem 1.2rem 1.6rem;
    z-index: 5
}

.bottom-bar__menu {
    display: flex;
    border-radius: 88px;
    background: #ff4e00;
    padding: 0 1.2rem
}

.bottom-bar__menu li {
    flex: 1
}

.bottom-bar__menu li.chat {
    margin-top: -1.8rem
}

.bottom-bar__menu li.chat a {
    margin: 0 auto;
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    border: 2px solid #ff4e00;
    color: #ff4e00;
    background-color: #fff
}

.bottom-bar__menu a {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    color: rgba(255, 255, 255, .74);
    font-size: 1.2rem;
    font-weight: 600
}

.bottom-bar__menu a img, .bottom-bar__menu a svg {
    margin-bottom: .2rem
}

.bottom-bar__menu a.active {
    color: #fff
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    overflow-x: hidden
}

#all_parts {
    flex: 1
}

html {
    font-size: 62.5%
}

.container-fluid-store, .container-lg-store, .container-md-store, .container-sm-store, .container-xl-store, .container-xxl-store {
    max-width: 1262px;
    padding: 0 30px
}

.container-fluid--md-store {
    max-width: 108.6rem
}
.header__search__input{
	width: 100% !important;
	padding: 1.35rem 1.6rem !important;
	border-radius: 8px !important;
	border: 1px solid rgba(0, 0, 0, 0.12) !important;
	background: #fff !important;
	font-size: 1.4rem!important;
}
.header__search__btn{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	justify-content: center;
	color: #ff4e00;
	border: none;
	width: 4rem;
	background-color: transparent;
	margin-right: .8rem;
	padding: 0;
}
.h8-hero-title{
	margin-bottom: 100px;
	text-align: center;
}
@media (min-width: 576px) {
	.h8-hero-title{
		margin-bottom: 40px;
		text-align: center;
		font-size: 40px;
	}
}