/*--------------------------------------------------------------
# ../bootstrap-523/scss
--------------------------------------------------------------*/
/*!
 * Bootstrap Utilities v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}

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

.text-bg-primary {
    background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important;
}

.text-bg-secondary {
    background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important;
}

.text-bg-success {
    background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important;
}

.text-bg-info {
    background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}

.text-bg-warning {
    background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}

.text-bg-danger {
    background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important;
}

.text-bg-light {
    background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}

.text-bg-dark {
    background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important;
}

.link-primary {
    color: #0d6efd !important;
}

.link-primary:hover, .link-primary:focus {
    color: #0a58ca !important;
}

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

.link-secondary:hover, .link-secondary:focus {
    color: #565e64 !important;
}

.link-success {
    color: #198754 !important;
}

.link-success:hover, .link-success:focus {
    color: #146c43 !important;
}

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

.link-info:hover, .link-info:focus {
    color: #3dd5f3 !important;
}

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

.link-warning:hover, .link-warning:focus {
    color: #ffcd39 !important;
}

.link-danger {
    color: #dc3545 !important;
}

.link-danger:hover, .link-danger:focus {
    color: #b02a37 !important;
}

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

.link-light:hover, .link-light:focus {
    color: #f9fafb !important;
}

.link-dark {
    color: #212529 !important;
}

.link-dark:hover, .link-dark:focus {
    color: #1a1e21 !important;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio);
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hstack {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
}

.vstack {
    display: flex;
    align-self: stretch;
    flex: 1 1 auto;
    flex-direction: column;
}

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

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

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

.vr {
    display: inline-block;
    opacity: 0.25;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
}

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

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

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

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

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

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

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

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

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

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

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

.opacity-50 {
    opacity: 0.5 !important;
}

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

.opacity-100 {
    opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

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

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

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

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

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

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

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

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

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

.border-1 {
    --bs-border-width: 1px;
}

.border-2 {
    --bs-border-width: 2px;
}

.border-3 {
    --bs-border-width: 3px;
}

.border-4 {
    --bs-border-width: 4px;
}

.border-5 {
    --bs-border-width: 5px;
}

.border-opacity-10 {
    --bs-border-opacity: 0.1;
}

.border-opacity-25 {
    --bs-border-opacity: 0.25;
}

.border-opacity-50 {
    --bs-border-opacity: 0.5;
}

.border-opacity-75 {
    --bs-border-opacity: 0.75;
}

.border-opacity-100 {
    --bs-border-opacity: 1;
}

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

.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-5 {
    margin: 0.5rem !important;
}

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

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

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

.m-25 {
    margin: 2.5rem !important;
}

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

.m-35 {
    margin: 3.5rem !important;
}

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

.m-45 {
    margin: 4.5rem !important;
}

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

.m-55 {
    margin: 5.5rem !important;
}

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

.m-65 {
    margin: 6.5rem !important;
}

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

.m-75 {
    margin: 7.5rem !important;
}

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

.m-85 {
    margin: 8.5rem !important;
}

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

.m-95 {
    margin: 9.5rem !important;
}

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

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

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

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

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

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

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

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

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

.mx-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
}

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

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

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

.mx-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
}

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

.mx-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
}

.mx-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
}

.mx-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
}

.mx-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
}

.mx-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
}

.mx-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
}

.mx-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
}

.mx-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
}

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

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

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

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

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

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

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

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

.my-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
}

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

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

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

.my-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
}

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

.my-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
}

.my-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}

.my-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
}

.my-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}

.my-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
}

.my-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
}

.my-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
}

.my-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}

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

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

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

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

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

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

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

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

.mt-35 {
    margin-top: 3.5rem !important;
}

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

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

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

.mt-55 {
    margin-top: 5.5rem !important;
}

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

.mt-65 {
    margin-top: 6.5rem !important;
}

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

.mt-75 {
    margin-top: 7.5rem !important;
}

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

.mt-85 {
    margin-top: 8.5rem !important;
}

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

.mt-95 {
    margin-top: 9.5rem !important;
}

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

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

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

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

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

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

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

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

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

.me-35 {
    margin-right: 3.5rem !important;
}

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

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

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

.me-55 {
    margin-right: 5.5rem !important;
}

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

.me-65 {
    margin-right: 6.5rem !important;
}

.me-70 {
    margin-right: 7rem !important;
}

.me-75 {
    margin-right: 7.5rem !important;
}

.me-80 {
    margin-right: 8rem !important;
}

.me-85 {
    margin-right: 8.5rem !important;
}

.me-90 {
    margin-right: 9rem !important;
}

.me-95 {
    margin-right: 9.5rem !important;
}

.me-100 {
    margin-right: 10rem !important;
}

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

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

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

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

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

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

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

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

.mb-35 {
    margin-bottom: 3.5rem !important;
}

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

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

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

.mb-55 {
    margin-bottom: 5.5rem !important;
}

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

.mb-65 {
    margin-bottom: 6.5rem !important;
}

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

.mb-75 {
    margin-bottom: 7.5rem !important;
}

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

.mb-85 {
    margin-bottom: 8.5rem !important;
}

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

.mb-95 {
    margin-bottom: 9.5rem !important;
}

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

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

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

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

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

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

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

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

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

.ms-35 {
    margin-left: 3.5rem !important;
}

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

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

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

.ms-55 {
    margin-left: 5.5rem !important;
}

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

.ms-65 {
    margin-left: 6.5rem !important;
}

.ms-70 {
    margin-left: 7rem !important;
}

.ms-75 {
    margin-left: 7.5rem !important;
}

.ms-80 {
    margin-left: 8rem !important;
}

.ms-85 {
    margin-left: 8.5rem !important;
}

.ms-90 {
    margin-left: 9rem !important;
}

.ms-95 {
    margin-left: 9.5rem !important;
}

.ms-100 {
    margin-left: 10rem !important;
}

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

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

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

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

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

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

.p-25 {
    padding: 2.5rem !important;
}

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

.p-35 {
    padding: 3.5rem !important;
}

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

.p-45 {
    padding: 4.5rem !important;
}

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

.p-55 {
    padding: 5.5rem !important;
}

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

.p-65 {
    padding: 6.5rem !important;
}

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

.p-75 {
    padding: 7.5rem !important;
}

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

.p-85 {
    padding: 8.5rem !important;
}

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

.p-95 {
    padding: 9.5rem !important;
}

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

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

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

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

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

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

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

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

.px-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
}

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

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

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

.px-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
}

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

.px-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
}

.px-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
}

.px-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
}

.px-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
}

.px-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
}

.px-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
}

.px-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
}

.px-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
}

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

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

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

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

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

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

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

.py-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

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

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

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

.py-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
}

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

.py-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
}

.py-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

.py-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
}

.py-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.py-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
}

.py-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}

.py-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
}

.py-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}

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

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

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

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

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

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

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

.pt-35 {
    padding-top: 3.5rem !important;
}

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

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

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

.pt-55 {
    padding-top: 5.5rem !important;
}

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

.pt-65 {
    padding-top: 6.5rem !important;
}

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

.pt-75 {
    padding-top: 7.5rem !important;
}

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

.pt-85 {
    padding-top: 8.5rem !important;
}

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

.pt-95 {
    padding-top: 9.5rem !important;
}

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

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

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

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

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

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

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

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

.pe-35 {
    padding-right: 3.5rem !important;
}

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

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

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

.pe-55 {
    padding-right: 5.5rem !important;
}

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

.pe-65 {
    padding-right: 6.5rem !important;
}

.pe-70 {
    padding-right: 7rem !important;
}

.pe-75 {
    padding-right: 7.5rem !important;
}

.pe-80 {
    padding-right: 8rem !important;
}

.pe-85 {
    padding-right: 8.5rem !important;
}

.pe-90 {
    padding-right: 9rem !important;
}

.pe-95 {
    padding-right: 9.5rem !important;
}

.pe-100 {
    padding-right: 10rem !important;
}

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

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

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

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

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

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

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

.pb-35 {
    padding-bottom: 3.5rem !important;
}

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

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

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

.pb-55 {
    padding-bottom: 5.5rem !important;
}

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

.pb-65 {
    padding-bottom: 6.5rem !important;
}

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

.pb-75 {
    padding-bottom: 7.5rem !important;
}

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

.pb-85 {
    padding-bottom: 8.5rem !important;
}

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

.pb-95 {
    padding-bottom: 9.5rem !important;
}

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

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

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

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

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

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

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

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

.ps-35 {
    padding-left: 3.5rem !important;
}

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

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

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

.ps-55 {
    padding-left: 5.5rem !important;
}

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

.ps-65 {
    padding-left: 6.5rem !important;
}

.ps-70 {
    padding-left: 7rem !important;
}

.ps-75 {
    padding-left: 7.5rem !important;
}

.ps-80 {
    padding-left: 8rem !important;
}

.ps-85 {
    padding-left: 8.5rem !important;
}

.ps-90 {
    padding-left: 9rem !important;
}

.ps-95 {
    padding-left: 9.5rem !important;
}

.ps-100 {
    padding-left: 10rem !important;
}

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

.gap-5 {
    gap: 0.5rem !important;
}

.gap-10 {
    gap: 1rem !important;
}

.gap-15 {
    gap: 1.5rem !important;
}

.gap-20 {
    gap: 2rem !important;
}

.gap-25 {
    gap: 2.5rem !important;
}

.gap-30 {
    gap: 3rem !important;
}

.gap-35 {
    gap: 3.5rem !important;
}

.gap-40 {
    gap: 4rem !important;
}

.gap-45 {
    gap: 4.5rem !important;
}

.gap-50 {
    gap: 5rem !important;
}

.gap-55 {
    gap: 5.5rem !important;
}

.gap-60 {
    gap: 6rem !important;
}

.gap-65 {
    gap: 6.5rem !important;
}

.gap-70 {
    gap: 7rem !important;
}

.gap-75 {
    gap: 7.5rem !important;
}

.gap-80 {
    gap: 8rem !important;
}

.gap-85 {
    gap: 8.5rem !important;
}

.gap-90 {
    gap: 9rem !important;
}

.gap-95 {
    gap: 9.5rem !important;
}

.gap-100 {
    gap: 10rem !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 + 0.9vw) !important;
}

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

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

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

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

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

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

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

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

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

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

.fw-semibold {
    font-weight: 600 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
    border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
    border-radius: var(--bs-border-radius-2xl) !important;
}

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

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !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;
    }

    .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-5 {
        margin: 0.5rem !important;
    }

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

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

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

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

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

    .m-sm-35 {
        margin: 3.5rem !important;
    }

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

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

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

    .m-sm-55 {
        margin: 5.5rem !important;
    }

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

    .m-sm-65 {
        margin: 6.5rem !important;
    }

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

    .m-sm-75 {
        margin: 7.5rem !important;
    }

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

    .m-sm-85 {
        margin: 8.5rem !important;
    }

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

    .m-sm-95 {
        margin: 9.5rem !important;
    }

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

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

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

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

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

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

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

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

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

    .mx-sm-35 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }

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

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

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

    .mx-sm-55 {
        margin-right: 5.5rem !important;
        margin-left: 5.5rem !important;
    }

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

    .mx-sm-65 {
        margin-right: 6.5rem !important;
        margin-left: 6.5rem !important;
    }

    .mx-sm-70 {
        margin-right: 7rem !important;
        margin-left: 7rem !important;
    }

    .mx-sm-75 {
        margin-right: 7.5rem !important;
        margin-left: 7.5rem !important;
    }

    .mx-sm-80 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .mx-sm-85 {
        margin-right: 8.5rem !important;
        margin-left: 8.5rem !important;
    }

    .mx-sm-90 {
        margin-right: 9rem !important;
        margin-left: 9rem !important;
    }

    .mx-sm-95 {
        margin-right: 9.5rem !important;
        margin-left: 9.5rem !important;
    }

    .mx-sm-100 {
        margin-right: 10rem !important;
        margin-left: 10rem !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-5 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

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

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

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

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

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

    .my-sm-35 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

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

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

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

    .my-sm-55 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important;
    }

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

    .my-sm-65 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important;
    }

    .my-sm-70 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .my-sm-75 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important;
    }

    .my-sm-80 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-sm-85 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important;
    }

    .my-sm-90 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .my-sm-95 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important;
    }

    .my-sm-100 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

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

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

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

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

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

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

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

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

    .mt-sm-35 {
        margin-top: 3.5rem !important;
    }

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

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

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

    .mt-sm-55 {
        margin-top: 5.5rem !important;
    }

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

    .mt-sm-65 {
        margin-top: 6.5rem !important;
    }

    .mt-sm-70 {
        margin-top: 7rem !important;
    }

    .mt-sm-75 {
        margin-top: 7.5rem !important;
    }

    .mt-sm-80 {
        margin-top: 8rem !important;
    }

    .mt-sm-85 {
        margin-top: 8.5rem !important;
    }

    .mt-sm-90 {
        margin-top: 9rem !important;
    }

    .mt-sm-95 {
        margin-top: 9.5rem !important;
    }

    .mt-sm-100 {
        margin-top: 10rem !important;
    }

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

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

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

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

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

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

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

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

    .me-sm-35 {
        margin-right: 3.5rem !important;
    }

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

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

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

    .me-sm-55 {
        margin-right: 5.5rem !important;
    }

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

    .me-sm-65 {
        margin-right: 6.5rem !important;
    }

    .me-sm-70 {
        margin-right: 7rem !important;
    }

    .me-sm-75 {
        margin-right: 7.5rem !important;
    }

    .me-sm-80 {
        margin-right: 8rem !important;
    }

    .me-sm-85 {
        margin-right: 8.5rem !important;
    }

    .me-sm-90 {
        margin-right: 9rem !important;
    }

    .me-sm-95 {
        margin-right: 9.5rem !important;
    }

    .me-sm-100 {
        margin-right: 10rem !important;
    }

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

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

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

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

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

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

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

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

    .mb-sm-35 {
        margin-bottom: 3.5rem !important;
    }

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

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

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

    .mb-sm-55 {
        margin-bottom: 5.5rem !important;
    }

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

    .mb-sm-65 {
        margin-bottom: 6.5rem !important;
    }

    .mb-sm-70 {
        margin-bottom: 7rem !important;
    }

    .mb-sm-75 {
        margin-bottom: 7.5rem !important;
    }

    .mb-sm-80 {
        margin-bottom: 8rem !important;
    }

    .mb-sm-85 {
        margin-bottom: 8.5rem !important;
    }

    .mb-sm-90 {
        margin-bottom: 9rem !important;
    }

    .mb-sm-95 {
        margin-bottom: 9.5rem !important;
    }

    .mb-sm-100 {
        margin-bottom: 10rem !important;
    }

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

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

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

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

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

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

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

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

    .ms-sm-35 {
        margin-left: 3.5rem !important;
    }

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

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

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

    .ms-sm-55 {
        margin-left: 5.5rem !important;
    }

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

    .ms-sm-65 {
        margin-left: 6.5rem !important;
    }

    .ms-sm-70 {
        margin-left: 7rem !important;
    }

    .ms-sm-75 {
        margin-left: 7.5rem !important;
    }

    .ms-sm-80 {
        margin-left: 8rem !important;
    }

    .ms-sm-85 {
        margin-left: 8.5rem !important;
    }

    .ms-sm-90 {
        margin-left: 9rem !important;
    }

    .ms-sm-95 {
        margin-left: 9.5rem !important;
    }

    .ms-sm-100 {
        margin-left: 10rem !important;
    }

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

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

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

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

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

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

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

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

    .p-sm-35 {
        padding: 3.5rem !important;
    }

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

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

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

    .p-sm-55 {
        padding: 5.5rem !important;
    }

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

    .p-sm-65 {
        padding: 6.5rem !important;
    }

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

    .p-sm-75 {
        padding: 7.5rem !important;
    }

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

    .p-sm-85 {
        padding: 8.5rem !important;
    }

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

    .p-sm-95 {
        padding: 9.5rem !important;
    }

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

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

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

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

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

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

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

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

    .px-sm-35 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }

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

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

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

    .px-sm-55 {
        padding-right: 5.5rem !important;
        padding-left: 5.5rem !important;
    }

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

    .px-sm-65 {
        padding-right: 6.5rem !important;
        padding-left: 6.5rem !important;
    }

    .px-sm-70 {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }

    .px-sm-75 {
        padding-right: 7.5rem !important;
        padding-left: 7.5rem !important;
    }

    .px-sm-80 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .px-sm-85 {
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
    }

    .px-sm-90 {
        padding-right: 9rem !important;
        padding-left: 9rem !important;
    }

    .px-sm-95 {
        padding-right: 9.5rem !important;
        padding-left: 9.5rem !important;
    }

    .px-sm-100 {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }

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

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

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

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

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

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

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

    .py-sm-35 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

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

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

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

    .py-sm-55 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important;
    }

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

    .py-sm-65 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }

    .py-sm-70 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .py-sm-75 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }

    .py-sm-80 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .py-sm-85 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important;
    }

    .py-sm-90 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .py-sm-95 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important;
    }

    .py-sm-100 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

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

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

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

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

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

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

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

    .pt-sm-35 {
        padding-top: 3.5rem !important;
    }

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

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

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

    .pt-sm-55 {
        padding-top: 5.5rem !important;
    }

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

    .pt-sm-65 {
        padding-top: 6.5rem !important;
    }

    .pt-sm-70 {
        padding-top: 7rem !important;
    }

    .pt-sm-75 {
        padding-top: 7.5rem !important;
    }

    .pt-sm-80 {
        padding-top: 8rem !important;
    }

    .pt-sm-85 {
        padding-top: 8.5rem !important;
    }

    .pt-sm-90 {
        padding-top: 9rem !important;
    }

    .pt-sm-95 {
        padding-top: 9.5rem !important;
    }

    .pt-sm-100 {
        padding-top: 10rem !important;
    }

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

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

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

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

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

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

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

    .pe-sm-35 {
        padding-right: 3.5rem !important;
    }

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

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

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

    .pe-sm-55 {
        padding-right: 5.5rem !important;
    }

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

    .pe-sm-65 {
        padding-right: 6.5rem !important;
    }

    .pe-sm-70 {
        padding-right: 7rem !important;
    }

    .pe-sm-75 {
        padding-right: 7.5rem !important;
    }

    .pe-sm-80 {
        padding-right: 8rem !important;
    }

    .pe-sm-85 {
        padding-right: 8.5rem !important;
    }

    .pe-sm-90 {
        padding-right: 9rem !important;
    }

    .pe-sm-95 {
        padding-right: 9.5rem !important;
    }

    .pe-sm-100 {
        padding-right: 10rem !important;
    }

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

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

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

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

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

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

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

    .pb-sm-35 {
        padding-bottom: 3.5rem !important;
    }

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

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

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

    .pb-sm-55 {
        padding-bottom: 5.5rem !important;
    }

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

    .pb-sm-65 {
        padding-bottom: 6.5rem !important;
    }

    .pb-sm-70 {
        padding-bottom: 7rem !important;
    }

    .pb-sm-75 {
        padding-bottom: 7.5rem !important;
    }

    .pb-sm-80 {
        padding-bottom: 8rem !important;
    }

    .pb-sm-85 {
        padding-bottom: 8.5rem !important;
    }

    .pb-sm-90 {
        padding-bottom: 9rem !important;
    }

    .pb-sm-95 {
        padding-bottom: 9.5rem !important;
    }

    .pb-sm-100 {
        padding-bottom: 10rem !important;
    }

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

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

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

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

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

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

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

    .ps-sm-35 {
        padding-left: 3.5rem !important;
    }

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

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

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

    .ps-sm-55 {
        padding-left: 5.5rem !important;
    }

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

    .ps-sm-65 {
        padding-left: 6.5rem !important;
    }

    .ps-sm-70 {
        padding-left: 7rem !important;
    }

    .ps-sm-75 {
        padding-left: 7.5rem !important;
    }

    .ps-sm-80 {
        padding-left: 8rem !important;
    }

    .ps-sm-85 {
        padding-left: 8.5rem !important;
    }

    .ps-sm-90 {
        padding-left: 9rem !important;
    }

    .ps-sm-95 {
        padding-left: 9.5rem !important;
    }

    .ps-sm-100 {
        padding-left: 10rem !important;
    }

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

    .gap-sm-5 {
        gap: 0.5rem !important;
    }

    .gap-sm-10 {
        gap: 1rem !important;
    }

    .gap-sm-15 {
        gap: 1.5rem !important;
    }

    .gap-sm-20 {
        gap: 2rem !important;
    }

    .gap-sm-25 {
        gap: 2.5rem !important;
    }

    .gap-sm-30 {
        gap: 3rem !important;
    }

    .gap-sm-35 {
        gap: 3.5rem !important;
    }

    .gap-sm-40 {
        gap: 4rem !important;
    }

    .gap-sm-45 {
        gap: 4.5rem !important;
    }

    .gap-sm-50 {
        gap: 5rem !important;
    }

    .gap-sm-55 {
        gap: 5.5rem !important;
    }

    .gap-sm-60 {
        gap: 6rem !important;
    }

    .gap-sm-65 {
        gap: 6.5rem !important;
    }

    .gap-sm-70 {
        gap: 7rem !important;
    }

    .gap-sm-75 {
        gap: 7.5rem !important;
    }

    .gap-sm-80 {
        gap: 8rem !important;
    }

    .gap-sm-85 {
        gap: 8.5rem !important;
    }

    .gap-sm-90 {
        gap: 9rem !important;
    }

    .gap-sm-95 {
        gap: 9.5rem !important;
    }

    .gap-sm-100 {
        gap: 10rem !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;
    }

    .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-5 {
        margin: 0.5rem !important;
    }

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

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

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

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

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

    .m-md-35 {
        margin: 3.5rem !important;
    }

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

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

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

    .m-md-55 {
        margin: 5.5rem !important;
    }

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

    .m-md-65 {
        margin: 6.5rem !important;
    }

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

    .m-md-75 {
        margin: 7.5rem !important;
    }

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

    .m-md-85 {
        margin: 8.5rem !important;
    }

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

    .m-md-95 {
        margin: 9.5rem !important;
    }

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

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

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

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

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

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

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

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

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

    .mx-md-35 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }

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

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

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

    .mx-md-55 {
        margin-right: 5.5rem !important;
        margin-left: 5.5rem !important;
    }

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

    .mx-md-65 {
        margin-right: 6.5rem !important;
        margin-left: 6.5rem !important;
    }

    .mx-md-70 {
        margin-right: 7rem !important;
        margin-left: 7rem !important;
    }

    .mx-md-75 {
        margin-right: 7.5rem !important;
        margin-left: 7.5rem !important;
    }

    .mx-md-80 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .mx-md-85 {
        margin-right: 8.5rem !important;
        margin-left: 8.5rem !important;
    }

    .mx-md-90 {
        margin-right: 9rem !important;
        margin-left: 9rem !important;
    }

    .mx-md-95 {
        margin-right: 9.5rem !important;
        margin-left: 9.5rem !important;
    }

    .mx-md-100 {
        margin-right: 10rem !important;
        margin-left: 10rem !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-5 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

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

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

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

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

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

    .my-md-35 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

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

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

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

    .my-md-55 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important;
    }

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

    .my-md-65 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important;
    }

    .my-md-70 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .my-md-75 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important;
    }

    .my-md-80 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-md-85 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important;
    }

    .my-md-90 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .my-md-95 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important;
    }

    .my-md-100 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

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

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

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

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

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

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

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

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

    .mt-md-35 {
        margin-top: 3.5rem !important;
    }

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

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

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

    .mt-md-55 {
        margin-top: 5.5rem !important;
    }

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

    .mt-md-65 {
        margin-top: 6.5rem !important;
    }

    .mt-md-70 {
        margin-top: 7rem !important;
    }

    .mt-md-75 {
        margin-top: 7.5rem !important;
    }

    .mt-md-80 {
        margin-top: 8rem !important;
    }

    .mt-md-85 {
        margin-top: 8.5rem !important;
    }

    .mt-md-90 {
        margin-top: 9rem !important;
    }

    .mt-md-95 {
        margin-top: 9.5rem !important;
    }

    .mt-md-100 {
        margin-top: 10rem !important;
    }

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

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

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

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

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

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

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

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

    .me-md-35 {
        margin-right: 3.5rem !important;
    }

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

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

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

    .me-md-55 {
        margin-right: 5.5rem !important;
    }

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

    .me-md-65 {
        margin-right: 6.5rem !important;
    }

    .me-md-70 {
        margin-right: 7rem !important;
    }

    .me-md-75 {
        margin-right: 7.5rem !important;
    }

    .me-md-80 {
        margin-right: 8rem !important;
    }

    .me-md-85 {
        margin-right: 8.5rem !important;
    }

    .me-md-90 {
        margin-right: 9rem !important;
    }

    .me-md-95 {
        margin-right: 9.5rem !important;
    }

    .me-md-100 {
        margin-right: 10rem !important;
    }

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

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

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

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

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

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

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

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

    .mb-md-35 {
        margin-bottom: 3.5rem !important;
    }

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

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

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

    .mb-md-55 {
        margin-bottom: 5.5rem !important;
    }

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

    .mb-md-65 {
        margin-bottom: 6.5rem !important;
    }

    .mb-md-70 {
        margin-bottom: 7rem !important;
    }

    .mb-md-75 {
        margin-bottom: 7.5rem !important;
    }

    .mb-md-80 {
        margin-bottom: 8rem !important;
    }

    .mb-md-85 {
        margin-bottom: 8.5rem !important;
    }

    .mb-md-90 {
        margin-bottom: 9rem !important;
    }

    .mb-md-95 {
        margin-bottom: 9.5rem !important;
    }

    .mb-md-100 {
        margin-bottom: 10rem !important;
    }

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

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

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

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

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

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

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

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

    .ms-md-35 {
        margin-left: 3.5rem !important;
    }

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

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

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

    .ms-md-55 {
        margin-left: 5.5rem !important;
    }

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

    .ms-md-65 {
        margin-left: 6.5rem !important;
    }

    .ms-md-70 {
        margin-left: 7rem !important;
    }

    .ms-md-75 {
        margin-left: 7.5rem !important;
    }

    .ms-md-80 {
        margin-left: 8rem !important;
    }

    .ms-md-85 {
        margin-left: 8.5rem !important;
    }

    .ms-md-90 {
        margin-left: 9rem !important;
    }

    .ms-md-95 {
        margin-left: 9.5rem !important;
    }

    .ms-md-100 {
        margin-left: 10rem !important;
    }

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

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

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

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

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

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

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

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

    .p-md-35 {
        padding: 3.5rem !important;
    }

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

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

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

    .p-md-55 {
        padding: 5.5rem !important;
    }

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

    .p-md-65 {
        padding: 6.5rem !important;
    }

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

    .p-md-75 {
        padding: 7.5rem !important;
    }

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

    .p-md-85 {
        padding: 8.5rem !important;
    }

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

    .p-md-95 {
        padding: 9.5rem !important;
    }

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

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

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

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

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

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

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

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

    .px-md-35 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }

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

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

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

    .px-md-55 {
        padding-right: 5.5rem !important;
        padding-left: 5.5rem !important;
    }

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

    .px-md-65 {
        padding-right: 6.5rem !important;
        padding-left: 6.5rem !important;
    }

    .px-md-70 {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }

    .px-md-75 {
        padding-right: 7.5rem !important;
        padding-left: 7.5rem !important;
    }

    .px-md-80 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .px-md-85 {
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
    }

    .px-md-90 {
        padding-right: 9rem !important;
        padding-left: 9rem !important;
    }

    .px-md-95 {
        padding-right: 9.5rem !important;
        padding-left: 9.5rem !important;
    }

    .px-md-100 {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }

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

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

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

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

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

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

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

    .py-md-35 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

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

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

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

    .py-md-55 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important;
    }

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

    .py-md-65 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }

    .py-md-70 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .py-md-75 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }

    .py-md-80 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .py-md-85 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important;
    }

    .py-md-90 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .py-md-95 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important;
    }

    .py-md-100 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

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

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

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

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

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

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

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

    .pt-md-35 {
        padding-top: 3.5rem !important;
    }

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

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

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

    .pt-md-55 {
        padding-top: 5.5rem !important;
    }

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

    .pt-md-65 {
        padding-top: 6.5rem !important;
    }

    .pt-md-70 {
        padding-top: 7rem !important;
    }

    .pt-md-75 {
        padding-top: 7.5rem !important;
    }

    .pt-md-80 {
        padding-top: 8rem !important;
    }

    .pt-md-85 {
        padding-top: 8.5rem !important;
    }

    .pt-md-90 {
        padding-top: 9rem !important;
    }

    .pt-md-95 {
        padding-top: 9.5rem !important;
    }

    .pt-md-100 {
        padding-top: 10rem !important;
    }

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

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

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

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

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

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

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

    .pe-md-35 {
        padding-right: 3.5rem !important;
    }

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

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

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

    .pe-md-55 {
        padding-right: 5.5rem !important;
    }

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

    .pe-md-65 {
        padding-right: 6.5rem !important;
    }

    .pe-md-70 {
        padding-right: 7rem !important;
    }

    .pe-md-75 {
        padding-right: 7.5rem !important;
    }

    .pe-md-80 {
        padding-right: 8rem !important;
    }

    .pe-md-85 {
        padding-right: 8.5rem !important;
    }

    .pe-md-90 {
        padding-right: 9rem !important;
    }

    .pe-md-95 {
        padding-right: 9.5rem !important;
    }

    .pe-md-100 {
        padding-right: 10rem !important;
    }

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

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

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

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

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

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

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

    .pb-md-35 {
        padding-bottom: 3.5rem !important;
    }

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

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

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

    .pb-md-55 {
        padding-bottom: 5.5rem !important;
    }

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

    .pb-md-65 {
        padding-bottom: 6.5rem !important;
    }

    .pb-md-70 {
        padding-bottom: 7rem !important;
    }

    .pb-md-75 {
        padding-bottom: 7.5rem !important;
    }

    .pb-md-80 {
        padding-bottom: 8rem !important;
    }

    .pb-md-85 {
        padding-bottom: 8.5rem !important;
    }

    .pb-md-90 {
        padding-bottom: 9rem !important;
    }

    .pb-md-95 {
        padding-bottom: 9.5rem !important;
    }

    .pb-md-100 {
        padding-bottom: 10rem !important;
    }

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

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

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

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

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

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

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

    .ps-md-35 {
        padding-left: 3.5rem !important;
    }

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

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

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

    .ps-md-55 {
        padding-left: 5.5rem !important;
    }

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

    .ps-md-65 {
        padding-left: 6.5rem !important;
    }

    .ps-md-70 {
        padding-left: 7rem !important;
    }

    .ps-md-75 {
        padding-left: 7.5rem !important;
    }

    .ps-md-80 {
        padding-left: 8rem !important;
    }

    .ps-md-85 {
        padding-left: 8.5rem !important;
    }

    .ps-md-90 {
        padding-left: 9rem !important;
    }

    .ps-md-95 {
        padding-left: 9.5rem !important;
    }

    .ps-md-100 {
        padding-left: 10rem !important;
    }

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

    .gap-md-5 {
        gap: 0.5rem !important;
    }

    .gap-md-10 {
        gap: 1rem !important;
    }

    .gap-md-15 {
        gap: 1.5rem !important;
    }

    .gap-md-20 {
        gap: 2rem !important;
    }

    .gap-md-25 {
        gap: 2.5rem !important;
    }

    .gap-md-30 {
        gap: 3rem !important;
    }

    .gap-md-35 {
        gap: 3.5rem !important;
    }

    .gap-md-40 {
        gap: 4rem !important;
    }

    .gap-md-45 {
        gap: 4.5rem !important;
    }

    .gap-md-50 {
        gap: 5rem !important;
    }

    .gap-md-55 {
        gap: 5.5rem !important;
    }

    .gap-md-60 {
        gap: 6rem !important;
    }

    .gap-md-65 {
        gap: 6.5rem !important;
    }

    .gap-md-70 {
        gap: 7rem !important;
    }

    .gap-md-75 {
        gap: 7.5rem !important;
    }

    .gap-md-80 {
        gap: 8rem !important;
    }

    .gap-md-85 {
        gap: 8.5rem !important;
    }

    .gap-md-90 {
        gap: 9rem !important;
    }

    .gap-md-95 {
        gap: 9.5rem !important;
    }

    .gap-md-100 {
        gap: 10rem !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;
    }

    .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-5 {
        margin: 0.5rem !important;
    }

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

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

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

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

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

    .m-lg-35 {
        margin: 3.5rem !important;
    }

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

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

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

    .m-lg-55 {
        margin: 5.5rem !important;
    }

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

    .m-lg-65 {
        margin: 6.5rem !important;
    }

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

    .m-lg-75 {
        margin: 7.5rem !important;
    }

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

    .m-lg-85 {
        margin: 8.5rem !important;
    }

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

    .m-lg-95 {
        margin: 9.5rem !important;
    }

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

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

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

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

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

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

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

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

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

    .mx-lg-35 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }

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

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

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

    .mx-lg-55 {
        margin-right: 5.5rem !important;
        margin-left: 5.5rem !important;
    }

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

    .mx-lg-65 {
        margin-right: 6.5rem !important;
        margin-left: 6.5rem !important;
    }

    .mx-lg-70 {
        margin-right: 7rem !important;
        margin-left: 7rem !important;
    }

    .mx-lg-75 {
        margin-right: 7.5rem !important;
        margin-left: 7.5rem !important;
    }

    .mx-lg-80 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .mx-lg-85 {
        margin-right: 8.5rem !important;
        margin-left: 8.5rem !important;
    }

    .mx-lg-90 {
        margin-right: 9rem !important;
        margin-left: 9rem !important;
    }

    .mx-lg-95 {
        margin-right: 9.5rem !important;
        margin-left: 9.5rem !important;
    }

    .mx-lg-100 {
        margin-right: 10rem !important;
        margin-left: 10rem !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-5 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

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

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

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

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

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

    .my-lg-35 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

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

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

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

    .my-lg-55 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important;
    }

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

    .my-lg-65 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important;
    }

    .my-lg-70 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .my-lg-75 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important;
    }

    .my-lg-80 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-lg-85 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important;
    }

    .my-lg-90 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .my-lg-95 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important;
    }

    .my-lg-100 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

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

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

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

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

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

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

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

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

    .mt-lg-35 {
        margin-top: 3.5rem !important;
    }

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

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

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

    .mt-lg-55 {
        margin-top: 5.5rem !important;
    }

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

    .mt-lg-65 {
        margin-top: 6.5rem !important;
    }

    .mt-lg-70 {
        margin-top: 7rem !important;
    }

    .mt-lg-75 {
        margin-top: 7.5rem !important;
    }

    .mt-lg-80 {
        margin-top: 8rem !important;
    }

    .mt-lg-85 {
        margin-top: 8.5rem !important;
    }

    .mt-lg-90 {
        margin-top: 9rem !important;
    }

    .mt-lg-95 {
        margin-top: 9.5rem !important;
    }

    .mt-lg-100 {
        margin-top: 10rem !important;
    }

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

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

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

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

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

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

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

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

    .me-lg-35 {
        margin-right: 3.5rem !important;
    }

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

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

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

    .me-lg-55 {
        margin-right: 5.5rem !important;
    }

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

    .me-lg-65 {
        margin-right: 6.5rem !important;
    }

    .me-lg-70 {
        margin-right: 7rem !important;
    }

    .me-lg-75 {
        margin-right: 7.5rem !important;
    }

    .me-lg-80 {
        margin-right: 8rem !important;
    }

    .me-lg-85 {
        margin-right: 8.5rem !important;
    }

    .me-lg-90 {
        margin-right: 9rem !important;
    }

    .me-lg-95 {
        margin-right: 9.5rem !important;
    }

    .me-lg-100 {
        margin-right: 10rem !important;
    }

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

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

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

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

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

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

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

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

    .mb-lg-35 {
        margin-bottom: 3.5rem !important;
    }

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

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

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

    .mb-lg-55 {
        margin-bottom: 5.5rem !important;
    }

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

    .mb-lg-65 {
        margin-bottom: 6.5rem !important;
    }

    .mb-lg-70 {
        margin-bottom: 7rem !important;
    }

    .mb-lg-75 {
        margin-bottom: 7.5rem !important;
    }

    .mb-lg-80 {
        margin-bottom: 8rem !important;
    }

    .mb-lg-85 {
        margin-bottom: 8.5rem !important;
    }

    .mb-lg-90 {
        margin-bottom: 9rem !important;
    }

    .mb-lg-95 {
        margin-bottom: 9.5rem !important;
    }

    .mb-lg-100 {
        margin-bottom: 10rem !important;
    }

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

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

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

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

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

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

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

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

    .ms-lg-35 {
        margin-left: 3.5rem !important;
    }

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

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

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

    .ms-lg-55 {
        margin-left: 5.5rem !important;
    }

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

    .ms-lg-65 {
        margin-left: 6.5rem !important;
    }

    .ms-lg-70 {
        margin-left: 7rem !important;
    }

    .ms-lg-75 {
        margin-left: 7.5rem !important;
    }

    .ms-lg-80 {
        margin-left: 8rem !important;
    }

    .ms-lg-85 {
        margin-left: 8.5rem !important;
    }

    .ms-lg-90 {
        margin-left: 9rem !important;
    }

    .ms-lg-95 {
        margin-left: 9.5rem !important;
    }

    .ms-lg-100 {
        margin-left: 10rem !important;
    }

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

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

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

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

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

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

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

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

    .p-lg-35 {
        padding: 3.5rem !important;
    }

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

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

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

    .p-lg-55 {
        padding: 5.5rem !important;
    }

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

    .p-lg-65 {
        padding: 6.5rem !important;
    }

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

    .p-lg-75 {
        padding: 7.5rem !important;
    }

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

    .p-lg-85 {
        padding: 8.5rem !important;
    }

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

    .p-lg-95 {
        padding: 9.5rem !important;
    }

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

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

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

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

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

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

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

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

    .px-lg-35 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }

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

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

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

    .px-lg-55 {
        padding-right: 5.5rem !important;
        padding-left: 5.5rem !important;
    }

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

    .px-lg-65 {
        padding-right: 6.5rem !important;
        padding-left: 6.5rem !important;
    }

    .px-lg-70 {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }

    .px-lg-75 {
        padding-right: 7.5rem !important;
        padding-left: 7.5rem !important;
    }

    .px-lg-80 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .px-lg-85 {
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
    }

    .px-lg-90 {
        padding-right: 9rem !important;
        padding-left: 9rem !important;
    }

    .px-lg-95 {
        padding-right: 9.5rem !important;
        padding-left: 9.5rem !important;
    }

    .px-lg-100 {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }

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

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

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

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

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

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

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

    .py-lg-35 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

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

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

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

    .py-lg-55 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important;
    }

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

    .py-lg-65 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }

    .py-lg-70 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .py-lg-75 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }

    .py-lg-80 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .py-lg-85 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important;
    }

    .py-lg-90 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .py-lg-95 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important;
    }

    .py-lg-100 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

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

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

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

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

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

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

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

    .pt-lg-35 {
        padding-top: 3.5rem !important;
    }

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

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

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

    .pt-lg-55 {
        padding-top: 5.5rem !important;
    }

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

    .pt-lg-65 {
        padding-top: 6.5rem !important;
    }

    .pt-lg-70 {
        padding-top: 7rem !important;
    }

    .pt-lg-75 {
        padding-top: 7.5rem !important;
    }

    .pt-lg-80 {
        padding-top: 8rem !important;
    }

    .pt-lg-85 {
        padding-top: 8.5rem !important;
    }

    .pt-lg-90 {
        padding-top: 9rem !important;
    }

    .pt-lg-95 {
        padding-top: 9.5rem !important;
    }

    .pt-lg-100 {
        padding-top: 10rem !important;
    }

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

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

    .pe-lg-10 {
        padding-right: 1rem !important;
    }

    .pe-lg-15 {
        padding-right: 1.5rem !important;
    }

    .pe-lg-20 {
        padding-right: 2rem !important;
    }

    .pe-lg-25 {
        padding-right: 2.5rem !important;
    }

    .pe-lg-30 {
        padding-right: 3rem !important;
    }

    .pe-lg-35 {
        padding-right: 3.5rem !important;
    }

    .pe-lg-40 {
        padding-right: 4rem !important;
    }

    .pe-lg-45 {
        padding-right: 4.5rem !important;
    }

    .pe-lg-50 {
        padding-right: 5rem !important;
    }

    .pe-lg-55 {
        padding-right: 5.5rem !important;
    }

    .pe-lg-60 {
        padding-right: 6rem !important;
    }

    .pe-lg-65 {
        padding-right: 6.5rem !important;
    }

    .pe-lg-70 {
        padding-right: 7rem !important;
    }

    .pe-lg-75 {
        padding-right: 7.5rem !important;
    }

    .pe-lg-80 {
        padding-right: 8rem !important;
    }

    .pe-lg-85 {
        padding-right: 8.5rem !important;
    }

    .pe-lg-90 {
        padding-right: 9rem !important;
    }

    .pe-lg-95 {
        padding-right: 9.5rem !important;
    }

    .pe-lg-100 {
        padding-right: 10rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-5 {
        padding-bottom: 0.5rem !important;
    }

    .pb-lg-10 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-15 {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-20 {
        padding-bottom: 2rem !important;
    }

    .pb-lg-25 {
        padding-bottom: 2.5rem !important;
    }

    .pb-lg-30 {
        padding-bottom: 3rem !important;
    }

    .pb-lg-35 {
        padding-bottom: 3.5rem !important;
    }

    .pb-lg-40 {
        padding-bottom: 4rem !important;
    }

    .pb-lg-45 {
        padding-bottom: 4.5rem !important;
    }

    .pb-lg-50 {
        padding-bottom: 5rem !important;
    }

    .pb-lg-55 {
        padding-bottom: 5.5rem !important;
    }

    .pb-lg-60 {
        padding-bottom: 6rem !important;
    }

    .pb-lg-65 {
        padding-bottom: 6.5rem !important;
    }

    .pb-lg-70 {
        padding-bottom: 7rem !important;
    }

    .pb-lg-75 {
        padding-bottom: 7.5rem !important;
    }

    .pb-lg-80 {
        padding-bottom: 8rem !important;
    }

    .pb-lg-85 {
        padding-bottom: 8.5rem !important;
    }

    .pb-lg-90 {
        padding-bottom: 9rem !important;
    }

    .pb-lg-95 {
        padding-bottom: 9.5rem !important;
    }

    .pb-lg-100 {
        padding-bottom: 10rem !important;
    }

    .ps-lg-0 {
        padding-left: 0 !important;
    }

    .ps-lg-5 {
        padding-left: 0.5rem !important;
    }

    .ps-lg-10 {
        padding-left: 1rem !important;
    }

    .ps-lg-15 {
        padding-left: 1.5rem !important;
    }

    .ps-lg-20 {
        padding-left: 2rem !important;
    }

    .ps-lg-25 {
        padding-left: 2.5rem !important;
    }

    .ps-lg-30 {
        padding-left: 3rem !important;
    }

    .ps-lg-35 {
        padding-left: 3.5rem !important;
    }

    .ps-lg-40 {
        padding-left: 4rem !important;
    }

    .ps-lg-45 {
        padding-left: 4.5rem !important;
    }

    .ps-lg-50 {
        padding-left: 5rem !important;
    }

    .ps-lg-55 {
        padding-left: 5.5rem !important;
    }

    .ps-lg-60 {
        padding-left: 6rem !important;
    }

    .ps-lg-65 {
        padding-left: 6.5rem !important;
    }

    .ps-lg-70 {
        padding-left: 7rem !important;
    }

    .ps-lg-75 {
        padding-left: 7.5rem !important;
    }

    .ps-lg-80 {
        padding-left: 8rem !important;
    }

    .ps-lg-85 {
        padding-left: 8.5rem !important;
    }

    .ps-lg-90 {
        padding-left: 9rem !important;
    }

    .ps-lg-95 {
        padding-left: 9.5rem !important;
    }

    .ps-lg-100 {
        padding-left: 10rem !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-5 {
        gap: 0.5rem !important;
    }

    .gap-lg-10 {
        gap: 1rem !important;
    }

    .gap-lg-15 {
        gap: 1.5rem !important;
    }

    .gap-lg-20 {
        gap: 2rem !important;
    }

    .gap-lg-25 {
        gap: 2.5rem !important;
    }

    .gap-lg-30 {
        gap: 3rem !important;
    }

    .gap-lg-35 {
        gap: 3.5rem !important;
    }

    .gap-lg-40 {
        gap: 4rem !important;
    }

    .gap-lg-45 {
        gap: 4.5rem !important;
    }

    .gap-lg-50 {
        gap: 5rem !important;
    }

    .gap-lg-55 {
        gap: 5.5rem !important;
    }

    .gap-lg-60 {
        gap: 6rem !important;
    }

    .gap-lg-65 {
        gap: 6.5rem !important;
    }

    .gap-lg-70 {
        gap: 7rem !important;
    }

    .gap-lg-75 {
        gap: 7.5rem !important;
    }

    .gap-lg-80 {
        gap: 8rem !important;
    }

    .gap-lg-85 {
        gap: 8.5rem !important;
    }

    .gap-lg-90 {
        gap: 9rem !important;
    }

    .gap-lg-95 {
        gap: 9.5rem !important;
    }

    .gap-lg-100 {
        gap: 10rem !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;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }

    .order-xl-first {
        order: -1 !important;
    }

    .order-xl-0 {
        order: 0 !important;
    }

    .order-xl-1 {
        order: 1 !important;
    }

    .order-xl-2 {
        order: 2 !important;
    }

    .order-xl-3 {
        order: 3 !important;
    }

    .order-xl-4 {
        order: 4 !important;
    }

    .order-xl-5 {
        order: 5 !important;
    }

    .order-xl-last {
        order: 6 !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-5 {
        margin: 0.5rem !important;
    }

    .m-xl-10 {
        margin: 1rem !important;
    }

    .m-xl-15 {
        margin: 1.5rem !important;
    }

    .m-xl-20 {
        margin: 2rem !important;
    }

    .m-xl-25 {
        margin: 2.5rem !important;
    }

    .m-xl-30 {
        margin: 3rem !important;
    }

    .m-xl-35 {
        margin: 3.5rem !important;
    }

    .m-xl-40 {
        margin: 4rem !important;
    }

    .m-xl-45 {
        margin: 4.5rem !important;
    }

    .m-xl-50 {
        margin: 5rem !important;
    }

    .m-xl-55 {
        margin: 5.5rem !important;
    }

    .m-xl-60 {
        margin: 6rem !important;
    }

    .m-xl-65 {
        margin: 6.5rem !important;
    }

    .m-xl-70 {
        margin: 7rem !important;
    }

    .m-xl-75 {
        margin: 7.5rem !important;
    }

    .m-xl-80 {
        margin: 8rem !important;
    }

    .m-xl-85 {
        margin: 8.5rem !important;
    }

    .m-xl-90 {
        margin: 9rem !important;
    }

    .m-xl-95 {
        margin: 9.5rem !important;
    }

    .m-xl-100 {
        margin: 10rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-5 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xl-10 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-15 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-20 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-xl-25 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-xl-30 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-35 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }

    .mx-xl-40 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-xl-45 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

    .mx-xl-50 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-xl-55 {
        margin-right: 5.5rem !important;
        margin-left: 5.5rem !important;
    }

    .mx-xl-60 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .mx-xl-65 {
        margin-right: 6.5rem !important;
        margin-left: 6.5rem !important;
    }

    .mx-xl-70 {
        margin-right: 7rem !important;
        margin-left: 7rem !important;
    }

    .mx-xl-75 {
        margin-right: 7.5rem !important;
        margin-left: 7.5rem !important;
    }

    .mx-xl-80 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .mx-xl-85 {
        margin-right: 8.5rem !important;
        margin-left: 8.5rem !important;
    }

    .mx-xl-90 {
        margin-right: 9rem !important;
        margin-left: 9rem !important;
    }

    .mx-xl-95 {
        margin-right: 9.5rem !important;
        margin-left: 9.5rem !important;
    }

    .mx-xl-100 {
        margin-right: 10rem !important;
        margin-left: 10rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-5 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-10 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-15 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-20 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-xl-25 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-xl-30 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-35 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .my-xl-40 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-xl-45 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

    .my-xl-50 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-xl-55 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important;
    }

    .my-xl-60 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-xl-65 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important;
    }

    .my-xl-70 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .my-xl-75 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important;
    }

    .my-xl-80 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-xl-85 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important;
    }

    .my-xl-90 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .my-xl-95 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important;
    }

    .my-xl-100 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-5 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-10 {
        margin-top: 1rem !important;
    }

    .mt-xl-15 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-20 {
        margin-top: 2rem !important;
    }

    .mt-xl-25 {
        margin-top: 2.5rem !important;
    }

    .mt-xl-30 {
        margin-top: 3rem !important;
    }

    .mt-xl-35 {
        margin-top: 3.5rem !important;
    }

    .mt-xl-40 {
        margin-top: 4rem !important;
    }

    .mt-xl-45 {
        margin-top: 4.5rem !important;
    }

    .mt-xl-50 {
        margin-top: 5rem !important;
    }

    .mt-xl-55 {
        margin-top: 5.5rem !important;
    }

    .mt-xl-60 {
        margin-top: 6rem !important;
    }

    .mt-xl-65 {
        margin-top: 6.5rem !important;
    }

    .mt-xl-70 {
        margin-top: 7rem !important;
    }

    .mt-xl-75 {
        margin-top: 7.5rem !important;
    }

    .mt-xl-80 {
        margin-top: 8rem !important;
    }

    .mt-xl-85 {
        margin-top: 8.5rem !important;
    }

    .mt-xl-90 {
        margin-top: 9rem !important;
    }

    .mt-xl-95 {
        margin-top: 9.5rem !important;
    }

    .mt-xl-100 {
        margin-top: 10rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-5 {
        margin-right: 0.5rem !important;
    }

    .me-xl-10 {
        margin-right: 1rem !important;
    }

    .me-xl-15 {
        margin-right: 1.5rem !important;
    }

    .me-xl-20 {
        margin-right: 2rem !important;
    }

    .me-xl-25 {
        margin-right: 2.5rem !important;
    }

    .me-xl-30 {
        margin-right: 3rem !important;
    }

    .me-xl-35 {
        margin-right: 3.5rem !important;
    }

    .me-xl-40 {
        margin-right: 4rem !important;
    }

    .me-xl-45 {
        margin-right: 4.5rem !important;
    }

    .me-xl-50 {
        margin-right: 5rem !important;
    }

    .me-xl-55 {
        margin-right: 5.5rem !important;
    }

    .me-xl-60 {
        margin-right: 6rem !important;
    }

    .me-xl-65 {
        margin-right: 6.5rem !important;
    }

    .me-xl-70 {
        margin-right: 7rem !important;
    }

    .me-xl-75 {
        margin-right: 7.5rem !important;
    }

    .me-xl-80 {
        margin-right: 8rem !important;
    }

    .me-xl-85 {
        margin-right: 8.5rem !important;
    }

    .me-xl-90 {
        margin-right: 9rem !important;
    }

    .me-xl-95 {
        margin-right: 9.5rem !important;
    }

    .me-xl-100 {
        margin-right: 10rem !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-5 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-10 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-15 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-20 {
        margin-bottom: 2rem !important;
    }

    .mb-xl-25 {
        margin-bottom: 2.5rem !important;
    }

    .mb-xl-30 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-35 {
        margin-bottom: 3.5rem !important;
    }

    .mb-xl-40 {
        margin-bottom: 4rem !important;
    }

    .mb-xl-45 {
        margin-bottom: 4.5rem !important;
    }

    .mb-xl-50 {
        margin-bottom: 5rem !important;
    }

    .mb-xl-55 {
        margin-bottom: 5.5rem !important;
    }

    .mb-xl-60 {
        margin-bottom: 6rem !important;
    }

    .mb-xl-65 {
        margin-bottom: 6.5rem !important;
    }

    .mb-xl-70 {
        margin-bottom: 7rem !important;
    }

    .mb-xl-75 {
        margin-bottom: 7.5rem !important;
    }

    .mb-xl-80 {
        margin-bottom: 8rem !important;
    }

    .mb-xl-85 {
        margin-bottom: 8.5rem !important;
    }

    .mb-xl-90 {
        margin-bottom: 9rem !important;
    }

    .mb-xl-95 {
        margin-bottom: 9.5rem !important;
    }

    .mb-xl-100 {
        margin-bottom: 10rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-5 {
        margin-left: 0.5rem !important;
    }

    .ms-xl-10 {
        margin-left: 1rem !important;
    }

    .ms-xl-15 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-20 {
        margin-left: 2rem !important;
    }

    .ms-xl-25 {
        margin-left: 2.5rem !important;
    }

    .ms-xl-30 {
        margin-left: 3rem !important;
    }

    .ms-xl-35 {
        margin-left: 3.5rem !important;
    }

    .ms-xl-40 {
        margin-left: 4rem !important;
    }

    .ms-xl-45 {
        margin-left: 4.5rem !important;
    }

    .ms-xl-50 {
        margin-left: 5rem !important;
    }

    .ms-xl-55 {
        margin-left: 5.5rem !important;
    }

    .ms-xl-60 {
        margin-left: 6rem !important;
    }

    .ms-xl-65 {
        margin-left: 6.5rem !important;
    }

    .ms-xl-70 {
        margin-left: 7rem !important;
    }

    .ms-xl-75 {
        margin-left: 7.5rem !important;
    }

    .ms-xl-80 {
        margin-left: 8rem !important;
    }

    .ms-xl-85 {
        margin-left: 8.5rem !important;
    }

    .ms-xl-90 {
        margin-left: 9rem !important;
    }

    .ms-xl-95 {
        margin-left: 9.5rem !important;
    }

    .ms-xl-100 {
        margin-left: 10rem !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-5 {
        padding: 0.5rem !important;
    }

    .p-xl-10 {
        padding: 1rem !important;
    }

    .p-xl-15 {
        padding: 1.5rem !important;
    }

    .p-xl-20 {
        padding: 2rem !important;
    }

    .p-xl-25 {
        padding: 2.5rem !important;
    }

    .p-xl-30 {
        padding: 3rem !important;
    }

    .p-xl-35 {
        padding: 3.5rem !important;
    }

    .p-xl-40 {
        padding: 4rem !important;
    }

    .p-xl-45 {
        padding: 4.5rem !important;
    }

    .p-xl-50 {
        padding: 5rem !important;
    }

    .p-xl-55 {
        padding: 5.5rem !important;
    }

    .p-xl-60 {
        padding: 6rem !important;
    }

    .p-xl-65 {
        padding: 6.5rem !important;
    }

    .p-xl-70 {
        padding: 7rem !important;
    }

    .p-xl-75 {
        padding: 7.5rem !important;
    }

    .p-xl-80 {
        padding: 8rem !important;
    }

    .p-xl-85 {
        padding: 8.5rem !important;
    }

    .p-xl-90 {
        padding: 9rem !important;
    }

    .p-xl-95 {
        padding: 9.5rem !important;
    }

    .p-xl-100 {
        padding: 10rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-5 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-10 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-15 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-20 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-xl-25 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-xl-30 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-xl-35 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }

    .px-xl-40 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .px-xl-45 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

    .px-xl-50 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .px-xl-55 {
        padding-right: 5.5rem !important;
        padding-left: 5.5rem !important;
    }

    .px-xl-60 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .px-xl-65 {
        padding-right: 6.5rem !important;
        padding-left: 6.5rem !important;
    }

    .px-xl-70 {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }

    .px-xl-75 {
        padding-right: 7.5rem !important;
        padding-left: 7.5rem !important;
    }

    .px-xl-80 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .px-xl-85 {
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
    }

    .px-xl-90 {
        padding-right: 9rem !important;
        padding-left: 9rem !important;
    }

    .px-xl-95 {
        padding-right: 9.5rem !important;
        padding-left: 9.5rem !important;
    }

    .px-xl-100 {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-5 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-10 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-15 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-20 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-xl-25 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-xl-30 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xl-35 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .py-xl-40 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-xl-45 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .py-xl-50 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-xl-55 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important;
    }

    .py-xl-60 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-xl-65 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }

    .py-xl-70 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .py-xl-75 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }

    .py-xl-80 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .py-xl-85 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important;
    }

    .py-xl-90 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .py-xl-95 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important;
    }

    .py-xl-100 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-5 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-10 {
        padding-top: 1rem !important;
    }

    .pt-xl-15 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-20 {
        padding-top: 2rem !important;
    }

    .pt-xl-25 {
        padding-top: 2.5rem !important;
    }

    .pt-xl-30 {
        padding-top: 3rem !important;
    }

    .pt-xl-35 {
        padding-top: 3.5rem !important;
    }

    .pt-xl-40 {
        padding-top: 4rem !important;
    }

    .pt-xl-45 {
        padding-top: 4.5rem !important;
    }

    .pt-xl-50 {
        padding-top: 5rem !important;
    }

    .pt-xl-55 {
        padding-top: 5.5rem !important;
    }

    .pt-xl-60 {
        padding-top: 6rem !important;
    }

    .pt-xl-65 {
        padding-top: 6.5rem !important;
    }

    .pt-xl-70 {
        padding-top: 7rem !important;
    }

    .pt-xl-75 {
        padding-top: 7.5rem !important;
    }

    .pt-xl-80 {
        padding-top: 8rem !important;
    }

    .pt-xl-85 {
        padding-top: 8.5rem !important;
    }

    .pt-xl-90 {
        padding-top: 9rem !important;
    }

    .pt-xl-95 {
        padding-top: 9.5rem !important;
    }

    .pt-xl-100 {
        padding-top: 10rem !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-5 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-10 {
        padding-right: 1rem !important;
    }

    .pe-xl-15 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-20 {
        padding-right: 2rem !important;
    }

    .pe-xl-25 {
        padding-right: 2.5rem !important;
    }

    .pe-xl-30 {
        padding-right: 3rem !important;
    }

    .pe-xl-35 {
        padding-right: 3.5rem !important;
    }

    .pe-xl-40 {
        padding-right: 4rem !important;
    }

    .pe-xl-45 {
        padding-right: 4.5rem !important;
    }

    .pe-xl-50 {
        padding-right: 5rem !important;
    }

    .pe-xl-55 {
        padding-right: 5.5rem !important;
    }

    .pe-xl-60 {
        padding-right: 6rem !important;
    }

    .pe-xl-65 {
        padding-right: 6.5rem !important;
    }

    .pe-xl-70 {
        padding-right: 7rem !important;
    }

    .pe-xl-75 {
        padding-right: 7.5rem !important;
    }

    .pe-xl-80 {
        padding-right: 8rem !important;
    }

    .pe-xl-85 {
        padding-right: 8.5rem !important;
    }

    .pe-xl-90 {
        padding-right: 9rem !important;
    }

    .pe-xl-95 {
        padding-right: 9.5rem !important;
    }

    .pe-xl-100 {
        padding-right: 10rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-5 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-10 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-15 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-20 {
        padding-bottom: 2rem !important;
    }

    .pb-xl-25 {
        padding-bottom: 2.5rem !important;
    }

    .pb-xl-30 {
        padding-bottom: 3rem !important;
    }

    .pb-xl-35 {
        padding-bottom: 3.5rem !important;
    }

    .pb-xl-40 {
        padding-bottom: 4rem !important;
    }

    .pb-xl-45 {
        padding-bottom: 4.5rem !important;
    }

    .pb-xl-50 {
        padding-bottom: 5rem !important;
    }

    .pb-xl-55 {
        padding-bottom: 5.5rem !important;
    }

    .pb-xl-60 {
        padding-bottom: 6rem !important;
    }

    .pb-xl-65 {
        padding-bottom: 6.5rem !important;
    }

    .pb-xl-70 {
        padding-bottom: 7rem !important;
    }

    .pb-xl-75 {
        padding-bottom: 7.5rem !important;
    }

    .pb-xl-80 {
        padding-bottom: 8rem !important;
    }

    .pb-xl-85 {
        padding-bottom: 8.5rem !important;
    }

    .pb-xl-90 {
        padding-bottom: 9rem !important;
    }

    .pb-xl-95 {
        padding-bottom: 9.5rem !important;
    }

    .pb-xl-100 {
        padding-bottom: 10rem !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-5 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-10 {
        padding-left: 1rem !important;
    }

    .ps-xl-15 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-20 {
        padding-left: 2rem !important;
    }

    .ps-xl-25 {
        padding-left: 2.5rem !important;
    }

    .ps-xl-30 {
        padding-left: 3rem !important;
    }

    .ps-xl-35 {
        padding-left: 3.5rem !important;
    }

    .ps-xl-40 {
        padding-left: 4rem !important;
    }

    .ps-xl-45 {
        padding-left: 4.5rem !important;
    }

    .ps-xl-50 {
        padding-left: 5rem !important;
    }

    .ps-xl-55 {
        padding-left: 5.5rem !important;
    }

    .ps-xl-60 {
        padding-left: 6rem !important;
    }

    .ps-xl-65 {
        padding-left: 6.5rem !important;
    }

    .ps-xl-70 {
        padding-left: 7rem !important;
    }

    .ps-xl-75 {
        padding-left: 7.5rem !important;
    }

    .ps-xl-80 {
        padding-left: 8rem !important;
    }

    .ps-xl-85 {
        padding-left: 8.5rem !important;
    }

    .ps-xl-90 {
        padding-left: 9rem !important;
    }

    .ps-xl-95 {
        padding-left: 9.5rem !important;
    }

    .ps-xl-100 {
        padding-left: 10rem !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-5 {
        gap: 0.5rem !important;
    }

    .gap-xl-10 {
        gap: 1rem !important;
    }

    .gap-xl-15 {
        gap: 1.5rem !important;
    }

    .gap-xl-20 {
        gap: 2rem !important;
    }

    .gap-xl-25 {
        gap: 2.5rem !important;
    }

    .gap-xl-30 {
        gap: 3rem !important;
    }

    .gap-xl-35 {
        gap: 3.5rem !important;
    }

    .gap-xl-40 {
        gap: 4rem !important;
    }

    .gap-xl-45 {
        gap: 4.5rem !important;
    }

    .gap-xl-50 {
        gap: 5rem !important;
    }

    .gap-xl-55 {
        gap: 5.5rem !important;
    }

    .gap-xl-60 {
        gap: 6rem !important;
    }

    .gap-xl-65 {
        gap: 6.5rem !important;
    }

    .gap-xl-70 {
        gap: 7rem !important;
    }

    .gap-xl-75 {
        gap: 7.5rem !important;
    }

    .gap-xl-80 {
        gap: 8rem !important;
    }

    .gap-xl-85 {
        gap: 8.5rem !important;
    }

    .gap-xl-90 {
        gap: 9rem !important;
    }

    .gap-xl-95 {
        gap: 9.5rem !important;
    }

    .gap-xl-100 {
        gap: 10rem !important;
    }

    .text-xl-start {
        text-align: left !important;
    }

    .text-xl-end {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }

    .float-xxl-end {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }

    .order-xxl-first {
        order: -1 !important;
    }

    .order-xxl-0 {
        order: 0 !important;
    }

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .order-xxl-3 {
        order: 3 !important;
    }

    .order-xxl-4 {
        order: 4 !important;
    }

    .order-xxl-5 {
        order: 5 !important;
    }

    .order-xxl-last {
        order: 6 !important;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-5 {
        margin: 0.5rem !important;
    }

    .m-xxl-10 {
        margin: 1rem !important;
    }

    .m-xxl-15 {
        margin: 1.5rem !important;
    }

    .m-xxl-20 {
        margin: 2rem !important;
    }

    .m-xxl-25 {
        margin: 2.5rem !important;
    }

    .m-xxl-30 {
        margin: 3rem !important;
    }

    .m-xxl-35 {
        margin: 3.5rem !important;
    }

    .m-xxl-40 {
        margin: 4rem !important;
    }

    .m-xxl-45 {
        margin: 4.5rem !important;
    }

    .m-xxl-50 {
        margin: 5rem !important;
    }

    .m-xxl-55 {
        margin: 5.5rem !important;
    }

    .m-xxl-60 {
        margin: 6rem !important;
    }

    .m-xxl-65 {
        margin: 6.5rem !important;
    }

    .m-xxl-70 {
        margin: 7rem !important;
    }

    .m-xxl-75 {
        margin: 7.5rem !important;
    }

    .m-xxl-80 {
        margin: 8rem !important;
    }

    .m-xxl-85 {
        margin: 8.5rem !important;
    }

    .m-xxl-90 {
        margin: 9rem !important;
    }

    .m-xxl-95 {
        margin: 9.5rem !important;
    }

    .m-xxl-100 {
        margin: 10rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-5 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xxl-10 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-15 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-20 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-xxl-25 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-xxl-30 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-35 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }

    .mx-xxl-40 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-xxl-45 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

    .mx-xxl-50 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-xxl-55 {
        margin-right: 5.5rem !important;
        margin-left: 5.5rem !important;
    }

    .mx-xxl-60 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .mx-xxl-65 {
        margin-right: 6.5rem !important;
        margin-left: 6.5rem !important;
    }

    .mx-xxl-70 {
        margin-right: 7rem !important;
        margin-left: 7rem !important;
    }

    .mx-xxl-75 {
        margin-right: 7.5rem !important;
        margin-left: 7.5rem !important;
    }

    .mx-xxl-80 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .mx-xxl-85 {
        margin-right: 8.5rem !important;
        margin-left: 8.5rem !important;
    }

    .mx-xxl-90 {
        margin-right: 9rem !important;
        margin-left: 9rem !important;
    }

    .mx-xxl-95 {
        margin-right: 9.5rem !important;
        margin-left: 9.5rem !important;
    }

    .mx-xxl-100 {
        margin-right: 10rem !important;
        margin-left: 10rem !important;
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-5 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxl-10 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-15 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-20 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-xxl-25 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-xxl-30 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-35 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .my-xxl-40 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-xxl-45 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

    .my-xxl-50 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-xxl-55 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important;
    }

    .my-xxl-60 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-xxl-65 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important;
    }

    .my-xxl-70 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .my-xxl-75 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important;
    }

    .my-xxl-80 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-xxl-85 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important;
    }

    .my-xxl-90 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .my-xxl-95 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important;
    }

    .my-xxl-100 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-5 {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-10 {
        margin-top: 1rem !important;
    }

    .mt-xxl-15 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-20 {
        margin-top: 2rem !important;
    }

    .mt-xxl-25 {
        margin-top: 2.5rem !important;
    }

    .mt-xxl-30 {
        margin-top: 3rem !important;
    }

    .mt-xxl-35 {
        margin-top: 3.5rem !important;
    }

    .mt-xxl-40 {
        margin-top: 4rem !important;
    }

    .mt-xxl-45 {
        margin-top: 4.5rem !important;
    }

    .mt-xxl-50 {
        margin-top: 5rem !important;
    }

    .mt-xxl-55 {
        margin-top: 5.5rem !important;
    }

    .mt-xxl-60 {
        margin-top: 6rem !important;
    }

    .mt-xxl-65 {
        margin-top: 6.5rem !important;
    }

    .mt-xxl-70 {
        margin-top: 7rem !important;
    }

    .mt-xxl-75 {
        margin-top: 7.5rem !important;
    }

    .mt-xxl-80 {
        margin-top: 8rem !important;
    }

    .mt-xxl-85 {
        margin-top: 8.5rem !important;
    }

    .mt-xxl-90 {
        margin-top: 9rem !important;
    }

    .mt-xxl-95 {
        margin-top: 9.5rem !important;
    }

    .mt-xxl-100 {
        margin-top: 10rem !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .me-xxl-0 {
        margin-right: 0 !important;
    }

    .me-xxl-5 {
        margin-right: 0.5rem !important;
    }

    .me-xxl-10 {
        margin-right: 1rem !important;
    }

    .me-xxl-15 {
        margin-right: 1.5rem !important;
    }

    .me-xxl-20 {
        margin-right: 2rem !important;
    }

    .me-xxl-25 {
        margin-right: 2.5rem !important;
    }

    .me-xxl-30 {
        margin-right: 3rem !important;
    }

    .me-xxl-35 {
        margin-right: 3.5rem !important;
    }

    .me-xxl-40 {
        margin-right: 4rem !important;
    }

    .me-xxl-45 {
        margin-right: 4.5rem !important;
    }

    .me-xxl-50 {
        margin-right: 5rem !important;
    }

    .me-xxl-55 {
        margin-right: 5.5rem !important;
    }

    .me-xxl-60 {
        margin-right: 6rem !important;
    }

    .me-xxl-65 {
        margin-right: 6.5rem !important;
    }

    .me-xxl-70 {
        margin-right: 7rem !important;
    }

    .me-xxl-75 {
        margin-right: 7.5rem !important;
    }

    .me-xxl-80 {
        margin-right: 8rem !important;
    }

    .me-xxl-85 {
        margin-right: 8.5rem !important;
    }

    .me-xxl-90 {
        margin-right: 9rem !important;
    }

    .me-xxl-95 {
        margin-right: 9.5rem !important;
    }

    .me-xxl-100 {
        margin-right: 10rem !important;
    }

    .me-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-5 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxl-10 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-15 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-20 {
        margin-bottom: 2rem !important;
    }

    .mb-xxl-25 {
        margin-bottom: 2.5rem !important;
    }

    .mb-xxl-30 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-35 {
        margin-bottom: 3.5rem !important;
    }

    .mb-xxl-40 {
        margin-bottom: 4rem !important;
    }

    .mb-xxl-45 {
        margin-bottom: 4.5rem !important;
    }

    .mb-xxl-50 {
        margin-bottom: 5rem !important;
    }

    .mb-xxl-55 {
        margin-bottom: 5.5rem !important;
    }

    .mb-xxl-60 {
        margin-bottom: 6rem !important;
    }

    .mb-xxl-65 {
        margin-bottom: 6.5rem !important;
    }

    .mb-xxl-70 {
        margin-bottom: 7rem !important;
    }

    .mb-xxl-75 {
        margin-bottom: 7.5rem !important;
    }

    .mb-xxl-80 {
        margin-bottom: 8rem !important;
    }

    .mb-xxl-85 {
        margin-bottom: 8.5rem !important;
    }

    .mb-xxl-90 {
        margin-bottom: 9rem !important;
    }

    .mb-xxl-95 {
        margin-bottom: 9.5rem !important;
    }

    .mb-xxl-100 {
        margin-bottom: 10rem !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxl-5 {
        margin-left: 0.5rem !important;
    }

    .ms-xxl-10 {
        margin-left: 1rem !important;
    }

    .ms-xxl-15 {
        margin-left: 1.5rem !important;
    }

    .ms-xxl-20 {
        margin-left: 2rem !important;
    }

    .ms-xxl-25 {
        margin-left: 2.5rem !important;
    }

    .ms-xxl-30 {
        margin-left: 3rem !important;
    }

    .ms-xxl-35 {
        margin-left: 3.5rem !important;
    }

    .ms-xxl-40 {
        margin-left: 4rem !important;
    }

    .ms-xxl-45 {
        margin-left: 4.5rem !important;
    }

    .ms-xxl-50 {
        margin-left: 5rem !important;
    }

    .ms-xxl-55 {
        margin-left: 5.5rem !important;
    }

    .ms-xxl-60 {
        margin-left: 6rem !important;
    }

    .ms-xxl-65 {
        margin-left: 6.5rem !important;
    }

    .ms-xxl-70 {
        margin-left: 7rem !important;
    }

    .ms-xxl-75 {
        margin-left: 7.5rem !important;
    }

    .ms-xxl-80 {
        margin-left: 8rem !important;
    }

    .ms-xxl-85 {
        margin-left: 8.5rem !important;
    }

    .ms-xxl-90 {
        margin-left: 9rem !important;
    }

    .ms-xxl-95 {
        margin-left: 9.5rem !important;
    }

    .ms-xxl-100 {
        margin-left: 10rem !important;
    }

    .ms-xxl-auto {
        margin-left: auto !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-5 {
        padding: 0.5rem !important;
    }

    .p-xxl-10 {
        padding: 1rem !important;
    }

    .p-xxl-15 {
        padding: 1.5rem !important;
    }

    .p-xxl-20 {
        padding: 2rem !important;
    }

    .p-xxl-25 {
        padding: 2.5rem !important;
    }

    .p-xxl-30 {
        padding: 3rem !important;
    }

    .p-xxl-35 {
        padding: 3.5rem !important;
    }

    .p-xxl-40 {
        padding: 4rem !important;
    }

    .p-xxl-45 {
        padding: 4.5rem !important;
    }

    .p-xxl-50 {
        padding: 5rem !important;
    }

    .p-xxl-55 {
        padding: 5.5rem !important;
    }

    .p-xxl-60 {
        padding: 6rem !important;
    }

    .p-xxl-65 {
        padding: 6.5rem !important;
    }

    .p-xxl-70 {
        padding: 7rem !important;
    }

    .p-xxl-75 {
        padding: 7.5rem !important;
    }

    .p-xxl-80 {
        padding: 8rem !important;
    }

    .p-xxl-85 {
        padding: 8.5rem !important;
    }

    .p-xxl-90 {
        padding: 9rem !important;
    }

    .p-xxl-95 {
        padding: 9.5rem !important;
    }

    .p-xxl-100 {
        padding: 10rem !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-5 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xxl-10 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-15 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxl-20 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-xxl-25 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-xxl-30 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-xxl-35 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }

    .px-xxl-40 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .px-xxl-45 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

    .px-xxl-50 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .px-xxl-55 {
        padding-right: 5.5rem !important;
        padding-left: 5.5rem !important;
    }

    .px-xxl-60 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .px-xxl-65 {
        padding-right: 6.5rem !important;
        padding-left: 6.5rem !important;
    }

    .px-xxl-70 {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }

    .px-xxl-75 {
        padding-right: 7.5rem !important;
        padding-left: 7.5rem !important;
    }

    .px-xxl-80 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .px-xxl-85 {
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
    }

    .px-xxl-90 {
        padding-right: 9rem !important;
        padding-left: 9rem !important;
    }

    .px-xxl-95 {
        padding-right: 9.5rem !important;
        padding-left: 9.5rem !important;
    }

    .px-xxl-100 {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-5 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xxl-10 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-15 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-20 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-xxl-25 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-xxl-30 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xxl-35 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .py-xxl-40 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-xxl-45 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .py-xxl-50 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-xxl-55 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important;
    }

    .py-xxl-60 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-xxl-65 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }

    .py-xxl-70 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .py-xxl-75 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }

    .py-xxl-80 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .py-xxl-85 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important;
    }

    .py-xxl-90 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .py-xxl-95 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important;
    }

    .py-xxl-100 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxl-5 {
        padding-top: 0.5rem !important;
    }

    .pt-xxl-10 {
        padding-top: 1rem !important;
    }

    .pt-xxl-15 {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-20 {
        padding-top: 2rem !important;
    }

    .pt-xxl-25 {
        padding-top: 2.5rem !important;
    }

    .pt-xxl-30 {
        padding-top: 3rem !important;
    }

    .pt-xxl-35 {
        padding-top: 3.5rem !important;
    }

    .pt-xxl-40 {
        padding-top: 4rem !important;
    }

    .pt-xxl-45 {
        padding-top: 4.5rem !important;
    }

    .pt-xxl-50 {
        padding-top: 5rem !important;
    }

    .pt-xxl-55 {
        padding-top: 5.5rem !important;
    }

    .pt-xxl-60 {
        padding-top: 6rem !important;
    }

    .pt-xxl-65 {
        padding-top: 6.5rem !important;
    }

    .pt-xxl-70 {
        padding-top: 7rem !important;
    }

    .pt-xxl-75 {
        padding-top: 7.5rem !important;
    }

    .pt-xxl-80 {
        padding-top: 8rem !important;
    }

    .pt-xxl-85 {
        padding-top: 8.5rem !important;
    }

    .pt-xxl-90 {
        padding-top: 9rem !important;
    }

    .pt-xxl-95 {
        padding-top: 9.5rem !important;
    }

    .pt-xxl-100 {
        padding-top: 10rem !important;
    }

    .pe-xxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxl-5 {
        padding-right: 0.5rem !important;
    }

    .pe-xxl-10 {
        padding-right: 1rem !important;
    }

    .pe-xxl-15 {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-20 {
        padding-right: 2rem !important;
    }

    .pe-xxl-25 {
        padding-right: 2.5rem !important;
    }

    .pe-xxl-30 {
        padding-right: 3rem !important;
    }

    .pe-xxl-35 {
        padding-right: 3.5rem !important;
    }

    .pe-xxl-40 {
        padding-right: 4rem !important;
    }

    .pe-xxl-45 {
        padding-right: 4.5rem !important;
    }

    .pe-xxl-50 {
        padding-right: 5rem !important;
    }

    .pe-xxl-55 {
        padding-right: 5.5rem !important;
    }

    .pe-xxl-60 {
        padding-right: 6rem !important;
    }

    .pe-xxl-65 {
        padding-right: 6.5rem !important;
    }

    .pe-xxl-70 {
        padding-right: 7rem !important;
    }

    .pe-xxl-75 {
        padding-right: 7.5rem !important;
    }

    .pe-xxl-80 {
        padding-right: 8rem !important;
    }

    .pe-xxl-85 {
        padding-right: 8.5rem !important;
    }

    .pe-xxl-90 {
        padding-right: 9rem !important;
    }

    .pe-xxl-95 {
        padding-right: 9.5rem !important;
    }

    .pe-xxl-100 {
        padding-right: 10rem !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-5 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxl-10 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-15 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-20 {
        padding-bottom: 2rem !important;
    }

    .pb-xxl-25 {
        padding-bottom: 2.5rem !important;
    }

    .pb-xxl-30 {
        padding-bottom: 3rem !important;
    }

    .pb-xxl-35 {
        padding-bottom: 3.5rem !important;
    }

    .pb-xxl-40 {
        padding-bottom: 4rem !important;
    }

    .pb-xxl-45 {
        padding-bottom: 4.5rem !important;
    }

    .pb-xxl-50 {
        padding-bottom: 5rem !important;
    }

    .pb-xxl-55 {
        padding-bottom: 5.5rem !important;
    }

    .pb-xxl-60 {
        padding-bottom: 6rem !important;
    }

    .pb-xxl-65 {
        padding-bottom: 6.5rem !important;
    }

    .pb-xxl-70 {
        padding-bottom: 7rem !important;
    }

    .pb-xxl-75 {
        padding-bottom: 7.5rem !important;
    }

    .pb-xxl-80 {
        padding-bottom: 8rem !important;
    }

    .pb-xxl-85 {
        padding-bottom: 8.5rem !important;
    }

    .pb-xxl-90 {
        padding-bottom: 9rem !important;
    }

    .pb-xxl-95 {
        padding-bottom: 9.5rem !important;
    }

    .pb-xxl-100 {
        padding-bottom: 10rem !important;
    }

    .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxl-5 {
        padding-left: 0.5rem !important;
    }

    .ps-xxl-10 {
        padding-left: 1rem !important;
    }

    .ps-xxl-15 {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-20 {
        padding-left: 2rem !important;
    }

    .ps-xxl-25 {
        padding-left: 2.5rem !important;
    }

    .ps-xxl-30 {
        padding-left: 3rem !important;
    }

    .ps-xxl-35 {
        padding-left: 3.5rem !important;
    }

    .ps-xxl-40 {
        padding-left: 4rem !important;
    }

    .ps-xxl-45 {
        padding-left: 4.5rem !important;
    }

    .ps-xxl-50 {
        padding-left: 5rem !important;
    }

    .ps-xxl-55 {
        padding-left: 5.5rem !important;
    }

    .ps-xxl-60 {
        padding-left: 6rem !important;
    }

    .ps-xxl-65 {
        padding-left: 6.5rem !important;
    }

    .ps-xxl-70 {
        padding-left: 7rem !important;
    }

    .ps-xxl-75 {
        padding-left: 7.5rem !important;
    }

    .ps-xxl-80 {
        padding-left: 8rem !important;
    }

    .ps-xxl-85 {
        padding-left: 8.5rem !important;
    }

    .ps-xxl-90 {
        padding-left: 9rem !important;
    }

    .ps-xxl-95 {
        padding-left: 9.5rem !important;
    }

    .ps-xxl-100 {
        padding-left: 10rem !important;
    }

    .gap-xxl-0 {
        gap: 0 !important;
    }

    .gap-xxl-5 {
        gap: 0.5rem !important;
    }

    .gap-xxl-10 {
        gap: 1rem !important;
    }

    .gap-xxl-15 {
        gap: 1.5rem !important;
    }

    .gap-xxl-20 {
        gap: 2rem !important;
    }

    .gap-xxl-25 {
        gap: 2.5rem !important;
    }

    .gap-xxl-30 {
        gap: 3rem !important;
    }

    .gap-xxl-35 {
        gap: 3.5rem !important;
    }

    .gap-xxl-40 {
        gap: 4rem !important;
    }

    .gap-xxl-45 {
        gap: 4.5rem !important;
    }

    .gap-xxl-50 {
        gap: 5rem !important;
    }

    .gap-xxl-55 {
        gap: 5.5rem !important;
    }

    .gap-xxl-60 {
        gap: 6rem !important;
    }

    .gap-xxl-65 {
        gap: 6.5rem !important;
    }

    .gap-xxl-70 {
        gap: 7rem !important;
    }

    .gap-xxl-75 {
        gap: 7.5rem !important;
    }

    .gap-xxl-80 {
        gap: 8rem !important;
    }

    .gap-xxl-85 {
        gap: 8.5rem !important;
    }

    .gap-xxl-90 {
        gap: 9rem !important;
    }

    .gap-xxl-95 {
        gap: 9.5rem !important;
    }

    .gap-xxl-100 {
        gap: 10rem !important;
    }

    .text-xxl-start {
        text-align: left !important;
    }

    .text-xxl-end {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }

    .fs-2 {
        font-size: 2rem !important;
    }

    .fs-3 {
        font-size: 1.75rem !important;
    }

    .fs-4 {
        font-size: 1.5rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-top: var(--bs-gutter-y);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 0.5rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 0.5rem;
}

.g-10,
.gx-10 {
    --bs-gutter-x: 1rem;
}

.g-10,
.gy-10 {
    --bs-gutter-y: 1rem;
}

.g-15,
.gx-15 {
    --bs-gutter-x: 1.5rem;
}

.g-15,
.gy-15 {
    --bs-gutter-y: 1.5rem;
}

.g-20,
.gx-20 {
    --bs-gutter-x: 2rem;
}

.g-20,
.gy-20 {
    --bs-gutter-y: 2rem;
}

.g-25,
.gx-25 {
    --bs-gutter-x: 2.5rem;
}

.g-25,
.gy-25 {
    --bs-gutter-y: 2.5rem;
}

.g-30,
.gx-30 {
    --bs-gutter-x: 3rem;
}

.g-30,
.gy-30 {
    --bs-gutter-y: 3rem;
}

.g-35,
.gx-35 {
    --bs-gutter-x: 3.5rem;
}

.g-35,
.gy-35 {
    --bs-gutter-y: 3.5rem;
}

.g-40,
.gx-40 {
    --bs-gutter-x: 4rem;
}

.g-40,
.gy-40 {
    --bs-gutter-y: 4rem;
}

.g-45,
.gx-45 {
    --bs-gutter-x: 4.5rem;
}

.g-45,
.gy-45 {
    --bs-gutter-y: 4.5rem;
}

.g-50,
.gx-50 {
    --bs-gutter-x: 5rem;
}

.g-50,
.gy-50 {
    --bs-gutter-y: 5rem;
}

.g-55,
.gx-55 {
    --bs-gutter-x: 5.5rem;
}

.g-55,
.gy-55 {
    --bs-gutter-y: 5.5rem;
}

.g-60,
.gx-60 {
    --bs-gutter-x: 6rem;
}

.g-60,
.gy-60 {
    --bs-gutter-y: 6rem;
}

.g-65,
.gx-65 {
    --bs-gutter-x: 6.5rem;
}

.g-65,
.gy-65 {
    --bs-gutter-y: 6.5rem;
}

.g-70,
.gx-70 {
    --bs-gutter-x: 7rem;
}

.g-70,
.gy-70 {
    --bs-gutter-y: 7rem;
}

.g-75,
.gx-75 {
    --bs-gutter-x: 7.5rem;
}

.g-75,
.gy-75 {
    --bs-gutter-y: 7.5rem;
}

.g-80,
.gx-80 {
    --bs-gutter-x: 8rem;
}

.g-80,
.gy-80 {
    --bs-gutter-y: 8rem;
}

.g-85,
.gx-85 {
    --bs-gutter-x: 8.5rem;
}

.g-85,
.gy-85 {
    --bs-gutter-y: 8.5rem;
}

.g-90,
.gx-90 {
    --bs-gutter-x: 9rem;
}

.g-90,
.gy-90 {
    --bs-gutter-y: 9rem;
}

.g-95,
.gx-95 {
    --bs-gutter-x: 9.5rem;
}

.g-95,
.gy-95 {
    --bs-gutter-y: 9.5rem;
}

.g-100,
.gx-100 {
    --bs-gutter-x: 10rem;
}

.g-100,
.gy-100 {
    --bs-gutter-y: 10rem;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 0.5rem;
    }

    .g-sm-10,
    .gx-sm-10 {
        --bs-gutter-x: 1rem;
    }

    .g-sm-10,
    .gy-sm-10 {
        --bs-gutter-y: 1rem;
    }

    .g-sm-15,
    .gx-sm-15 {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-15,
    .gy-sm-15 {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-20,
    .gx-sm-20 {
        --bs-gutter-x: 2rem;
    }

    .g-sm-20,
    .gy-sm-20 {
        --bs-gutter-y: 2rem;
    }

    .g-sm-25,
    .gx-sm-25 {
        --bs-gutter-x: 2.5rem;
    }

    .g-sm-25,
    .gy-sm-25 {
        --bs-gutter-y: 2.5rem;
    }

    .g-sm-30,
    .gx-sm-30 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-30,
    .gy-sm-30 {
        --bs-gutter-y: 3rem;
    }

    .g-sm-35,
    .gx-sm-35 {
        --bs-gutter-x: 3.5rem;
    }

    .g-sm-35,
    .gy-sm-35 {
        --bs-gutter-y: 3.5rem;
    }

    .g-sm-40,
    .gx-sm-40 {
        --bs-gutter-x: 4rem;
    }

    .g-sm-40,
    .gy-sm-40 {
        --bs-gutter-y: 4rem;
    }

    .g-sm-45,
    .gx-sm-45 {
        --bs-gutter-x: 4.5rem;
    }

    .g-sm-45,
    .gy-sm-45 {
        --bs-gutter-y: 4.5rem;
    }

    .g-sm-50,
    .gx-sm-50 {
        --bs-gutter-x: 5rem;
    }

    .g-sm-50,
    .gy-sm-50 {
        --bs-gutter-y: 5rem;
    }

    .g-sm-55,
    .gx-sm-55 {
        --bs-gutter-x: 5.5rem;
    }

    .g-sm-55,
    .gy-sm-55 {
        --bs-gutter-y: 5.5rem;
    }

    .g-sm-60,
    .gx-sm-60 {
        --bs-gutter-x: 6rem;
    }

    .g-sm-60,
    .gy-sm-60 {
        --bs-gutter-y: 6rem;
    }

    .g-sm-65,
    .gx-sm-65 {
        --bs-gutter-x: 6.5rem;
    }

    .g-sm-65,
    .gy-sm-65 {
        --bs-gutter-y: 6.5rem;
    }

    .g-sm-70,
    .gx-sm-70 {
        --bs-gutter-x: 7rem;
    }

    .g-sm-70,
    .gy-sm-70 {
        --bs-gutter-y: 7rem;
    }

    .g-sm-75,
    .gx-sm-75 {
        --bs-gutter-x: 7.5rem;
    }

    .g-sm-75,
    .gy-sm-75 {
        --bs-gutter-y: 7.5rem;
    }

    .g-sm-80,
    .gx-sm-80 {
        --bs-gutter-x: 8rem;
    }

    .g-sm-80,
    .gy-sm-80 {
        --bs-gutter-y: 8rem;
    }

    .g-sm-85,
    .gx-sm-85 {
        --bs-gutter-x: 8.5rem;
    }

    .g-sm-85,
    .gy-sm-85 {
        --bs-gutter-y: 8.5rem;
    }

    .g-sm-90,
    .gx-sm-90 {
        --bs-gutter-x: 9rem;
    }

    .g-sm-90,
    .gy-sm-90 {
        --bs-gutter-y: 9rem;
    }

    .g-sm-95,
    .gx-sm-95 {
        --bs-gutter-x: 9.5rem;
    }

    .g-sm-95,
    .gy-sm-95 {
        --bs-gutter-y: 9.5rem;
    }

    .g-sm-100,
    .gx-sm-100 {
        --bs-gutter-x: 10rem;
    }

    .g-sm-100,
    .gy-sm-100 {
        --bs-gutter-y: 10rem;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-10,
    .gx-md-10 {
        --bs-gutter-x: 1rem;
    }

    .g-md-10,
    .gy-md-10 {
        --bs-gutter-y: 1rem;
    }

    .g-md-15,
    .gx-md-15 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-15,
    .gy-md-15 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-20,
    .gx-md-20 {
        --bs-gutter-x: 2rem;
    }

    .g-md-20,
    .gy-md-20 {
        --bs-gutter-y: 2rem;
    }

    .g-md-25,
    .gx-md-25 {
        --bs-gutter-x: 2.5rem;
    }

    .g-md-25,
    .gy-md-25 {
        --bs-gutter-y: 2.5rem;
    }

    .g-md-30,
    .gx-md-30 {
        --bs-gutter-x: 3rem;
    }

    .g-md-30,
    .gy-md-30 {
        --bs-gutter-y: 3rem;
    }

    .g-md-35,
    .gx-md-35 {
        --bs-gutter-x: 3.5rem;
    }

    .g-md-35,
    .gy-md-35 {
        --bs-gutter-y: 3.5rem;
    }

    .g-md-40,
    .gx-md-40 {
        --bs-gutter-x: 4rem;
    }

    .g-md-40,
    .gy-md-40 {
        --bs-gutter-y: 4rem;
    }

    .g-md-45,
    .gx-md-45 {
        --bs-gutter-x: 4.5rem;
    }

    .g-md-45,
    .gy-md-45 {
        --bs-gutter-y: 4.5rem;
    }

    .g-md-50,
    .gx-md-50 {
        --bs-gutter-x: 5rem;
    }

    .g-md-50,
    .gy-md-50 {
        --bs-gutter-y: 5rem;
    }

    .g-md-55,
    .gx-md-55 {
        --bs-gutter-x: 5.5rem;
    }

    .g-md-55,
    .gy-md-55 {
        --bs-gutter-y: 5.5rem;
    }

    .g-md-60,
    .gx-md-60 {
        --bs-gutter-x: 6rem;
    }

    .g-md-60,
    .gy-md-60 {
        --bs-gutter-y: 6rem;
    }

    .g-md-65,
    .gx-md-65 {
        --bs-gutter-x: 6.5rem;
    }

    .g-md-65,
    .gy-md-65 {
        --bs-gutter-y: 6.5rem;
    }

    .g-md-70,
    .gx-md-70 {
        --bs-gutter-x: 7rem;
    }

    .g-md-70,
    .gy-md-70 {
        --bs-gutter-y: 7rem;
    }

    .g-md-75,
    .gx-md-75 {
        --bs-gutter-x: 7.5rem;
    }

    .g-md-75,
    .gy-md-75 {
        --bs-gutter-y: 7.5rem;
    }

    .g-md-80,
    .gx-md-80 {
        --bs-gutter-x: 8rem;
    }

    .g-md-80,
    .gy-md-80 {
        --bs-gutter-y: 8rem;
    }

    .g-md-85,
    .gx-md-85 {
        --bs-gutter-x: 8.5rem;
    }

    .g-md-85,
    .gy-md-85 {
        --bs-gutter-y: 8.5rem;
    }

    .g-md-90,
    .gx-md-90 {
        --bs-gutter-x: 9rem;
    }

    .g-md-90,
    .gy-md-90 {
        --bs-gutter-y: 9rem;
    }

    .g-md-95,
    .gx-md-95 {
        --bs-gutter-x: 9.5rem;
    }

    .g-md-95,
    .gy-md-95 {
        --bs-gutter-y: 9.5rem;
    }

    .g-md-100,
    .gx-md-100 {
        --bs-gutter-x: 10rem;
    }

    .g-md-100,
    .gy-md-100 {
        --bs-gutter-y: 10rem;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 0.5rem;
    }

    .g-lg-10,
    .gx-lg-10 {
        --bs-gutter-x: 1rem;
    }

    .g-lg-10,
    .gy-lg-10 {
        --bs-gutter-y: 1rem;
    }

    .g-lg-15,
    .gx-lg-15 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-15,
    .gy-lg-15 {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-20,
    .gx-lg-20 {
        --bs-gutter-x: 2rem;
    }

    .g-lg-20,
    .gy-lg-20 {
        --bs-gutter-y: 2rem;
    }

    .g-lg-25,
    .gx-lg-25 {
        --bs-gutter-x: 2.5rem;
    }

    .g-lg-25,
    .gy-lg-25 {
        --bs-gutter-y: 2.5rem;
    }

    .g-lg-30,
    .gx-lg-30 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-30,
    .gy-lg-30 {
        --bs-gutter-y: 3rem;
    }

    .g-lg-35,
    .gx-lg-35 {
        --bs-gutter-x: 3.5rem;
    }

    .g-lg-35,
    .gy-lg-35 {
        --bs-gutter-y: 3.5rem;
    }

    .g-lg-40,
    .gx-lg-40 {
        --bs-gutter-x: 4rem;
    }

    .g-lg-40,
    .gy-lg-40 {
        --bs-gutter-y: 4rem;
    }

    .g-lg-45,
    .gx-lg-45 {
        --bs-gutter-x: 4.5rem;
    }

    .g-lg-45,
    .gy-lg-45 {
        --bs-gutter-y: 4.5rem;
    }

    .g-lg-50,
    .gx-lg-50 {
        --bs-gutter-x: 5rem;
    }

    .g-lg-50,
    .gy-lg-50 {
        --bs-gutter-y: 5rem;
    }

    .g-lg-55,
    .gx-lg-55 {
        --bs-gutter-x: 5.5rem;
    }

    .g-lg-55,
    .gy-lg-55 {
        --bs-gutter-y: 5.5rem;
    }

    .g-lg-60,
    .gx-lg-60 {
        --bs-gutter-x: 6rem;
    }

    .g-lg-60,
    .gy-lg-60 {
        --bs-gutter-y: 6rem;
    }

    .g-lg-65,
    .gx-lg-65 {
        --bs-gutter-x: 6.5rem;
    }

    .g-lg-65,
    .gy-lg-65 {
        --bs-gutter-y: 6.5rem;
    }

    .g-lg-70,
    .gx-lg-70 {
        --bs-gutter-x: 7rem;
    }

    .g-lg-70,
    .gy-lg-70 {
        --bs-gutter-y: 7rem;
    }

    .g-lg-75,
    .gx-lg-75 {
        --bs-gutter-x: 7.5rem;
    }

    .g-lg-75,
    .gy-lg-75 {
        --bs-gutter-y: 7.5rem;
    }

    .g-lg-80,
    .gx-lg-80 {
        --bs-gutter-x: 8rem;
    }

    .g-lg-80,
    .gy-lg-80 {
        --bs-gutter-y: 8rem;
    }

    .g-lg-85,
    .gx-lg-85 {
        --bs-gutter-x: 8.5rem;
    }

    .g-lg-85,
    .gy-lg-85 {
        --bs-gutter-y: 8.5rem;
    }

    .g-lg-90,
    .gx-lg-90 {
        --bs-gutter-x: 9rem;
    }

    .g-lg-90,
    .gy-lg-90 {
        --bs-gutter-y: 9rem;
    }

    .g-lg-95,
    .gx-lg-95 {
        --bs-gutter-x: 9.5rem;
    }

    .g-lg-95,
    .gy-lg-95 {
        --bs-gutter-y: 9.5rem;
    }

    .g-lg-100,
    .gx-lg-100 {
        --bs-gutter-x: 10rem;
    }

    .g-lg-100,
    .gy-lg-100 {
        --bs-gutter-y: 10rem;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xl-10,
    .gx-xl-10 {
        --bs-gutter-x: 1rem;
    }

    .g-xl-10,
    .gy-xl-10 {
        --bs-gutter-y: 1rem;
    }

    .g-xl-15,
    .gx-xl-15 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-15,
    .gy-xl-15 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-20,
    .gx-xl-20 {
        --bs-gutter-x: 2rem;
    }

    .g-xl-20,
    .gy-xl-20 {
        --bs-gutter-y: 2rem;
    }

    .g-xl-25,
    .gx-xl-25 {
        --bs-gutter-x: 2.5rem;
    }

    .g-xl-25,
    .gy-xl-25 {
        --bs-gutter-y: 2.5rem;
    }

    .g-xl-30,
    .gx-xl-30 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-30,
    .gy-xl-30 {
        --bs-gutter-y: 3rem;
    }

    .g-xl-35,
    .gx-xl-35 {
        --bs-gutter-x: 3.5rem;
    }

    .g-xl-35,
    .gy-xl-35 {
        --bs-gutter-y: 3.5rem;
    }

    .g-xl-40,
    .gx-xl-40 {
        --bs-gutter-x: 4rem;
    }

    .g-xl-40,
    .gy-xl-40 {
        --bs-gutter-y: 4rem;
    }

    .g-xl-45,
    .gx-xl-45 {
        --bs-gutter-x: 4.5rem;
    }

    .g-xl-45,
    .gy-xl-45 {
        --bs-gutter-y: 4.5rem;
    }

    .g-xl-50,
    .gx-xl-50 {
        --bs-gutter-x: 5rem;
    }

    .g-xl-50,
    .gy-xl-50 {
        --bs-gutter-y: 5rem;
    }

    .g-xl-55,
    .gx-xl-55 {
        --bs-gutter-x: 5.5rem;
    }

    .g-xl-55,
    .gy-xl-55 {
        --bs-gutter-y: 5.5rem;
    }

    .g-xl-60,
    .gx-xl-60 {
        --bs-gutter-x: 6rem;
    }

    .g-xl-60,
    .gy-xl-60 {
        --bs-gutter-y: 6rem;
    }

    .g-xl-65,
    .gx-xl-65 {
        --bs-gutter-x: 6.5rem;
    }

    .g-xl-65,
    .gy-xl-65 {
        --bs-gutter-y: 6.5rem;
    }

    .g-xl-70,
    .gx-xl-70 {
        --bs-gutter-x: 7rem;
    }

    .g-xl-70,
    .gy-xl-70 {
        --bs-gutter-y: 7rem;
    }

    .g-xl-75,
    .gx-xl-75 {
        --bs-gutter-x: 7.5rem;
    }

    .g-xl-75,
    .gy-xl-75 {
        --bs-gutter-y: 7.5rem;
    }

    .g-xl-80,
    .gx-xl-80 {
        --bs-gutter-x: 8rem;
    }

    .g-xl-80,
    .gy-xl-80 {
        --bs-gutter-y: 8rem;
    }

    .g-xl-85,
    .gx-xl-85 {
        --bs-gutter-x: 8.5rem;
    }

    .g-xl-85,
    .gy-xl-85 {
        --bs-gutter-y: 8.5rem;
    }

    .g-xl-90,
    .gx-xl-90 {
        --bs-gutter-x: 9rem;
    }

    .g-xl-90,
    .gy-xl-90 {
        --bs-gutter-y: 9rem;
    }

    .g-xl-95,
    .gx-xl-95 {
        --bs-gutter-x: 9.5rem;
    }

    .g-xl-95,
    .gy-xl-95 {
        --bs-gutter-y: 9.5rem;
    }

    .g-xl-100,
    .gx-xl-100 {
        --bs-gutter-x: 10rem;
    }

    .g-xl-100,
    .gy-xl-100 {
        --bs-gutter-y: 10rem;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-10,
    .gx-xxl-10 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-10,
    .gy-xxl-10 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-15,
    .gx-xxl-15 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-15,
    .gy-xxl-15 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-20,
    .gx-xxl-20 {
        --bs-gutter-x: 2rem;
    }

    .g-xxl-20,
    .gy-xxl-20 {
        --bs-gutter-y: 2rem;
    }

    .g-xxl-25,
    .gx-xxl-25 {
        --bs-gutter-x: 2.5rem;
    }

    .g-xxl-25,
    .gy-xxl-25 {
        --bs-gutter-y: 2.5rem;
    }

    .g-xxl-30,
    .gx-xxl-30 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-30,
    .gy-xxl-30 {
        --bs-gutter-y: 3rem;
    }

    .g-xxl-35,
    .gx-xxl-35 {
        --bs-gutter-x: 3.5rem;
    }

    .g-xxl-35,
    .gy-xxl-35 {
        --bs-gutter-y: 3.5rem;
    }

    .g-xxl-40,
    .gx-xxl-40 {
        --bs-gutter-x: 4rem;
    }

    .g-xxl-40,
    .gy-xxl-40 {
        --bs-gutter-y: 4rem;
    }

    .g-xxl-45,
    .gx-xxl-45 {
        --bs-gutter-x: 4.5rem;
    }

    .g-xxl-45,
    .gy-xxl-45 {
        --bs-gutter-y: 4.5rem;
    }

    .g-xxl-50,
    .gx-xxl-50 {
        --bs-gutter-x: 5rem;
    }

    .g-xxl-50,
    .gy-xxl-50 {
        --bs-gutter-y: 5rem;
    }

    .g-xxl-55,
    .gx-xxl-55 {
        --bs-gutter-x: 5.5rem;
    }

    .g-xxl-55,
    .gy-xxl-55 {
        --bs-gutter-y: 5.5rem;
    }

    .g-xxl-60,
    .gx-xxl-60 {
        --bs-gutter-x: 6rem;
    }

    .g-xxl-60,
    .gy-xxl-60 {
        --bs-gutter-y: 6rem;
    }

    .g-xxl-65,
    .gx-xxl-65 {
        --bs-gutter-x: 6.5rem;
    }

    .g-xxl-65,
    .gy-xxl-65 {
        --bs-gutter-y: 6.5rem;
    }

    .g-xxl-70,
    .gx-xxl-70 {
        --bs-gutter-x: 7rem;
    }

    .g-xxl-70,
    .gy-xxl-70 {
        --bs-gutter-y: 7rem;
    }

    .g-xxl-75,
    .gx-xxl-75 {
        --bs-gutter-x: 7.5rem;
    }

    .g-xxl-75,
    .gy-xxl-75 {
        --bs-gutter-y: 7.5rem;
    }

    .g-xxl-80,
    .gx-xxl-80 {
        --bs-gutter-x: 8rem;
    }

    .g-xxl-80,
    .gy-xxl-80 {
        --bs-gutter-y: 8rem;
    }

    .g-xxl-85,
    .gx-xxl-85 {
        --bs-gutter-x: 8.5rem;
    }

    .g-xxl-85,
    .gy-xxl-85 {
        --bs-gutter-y: 8.5rem;
    }

    .g-xxl-90,
    .gx-xxl-90 {
        --bs-gutter-x: 9rem;
    }

    .g-xxl-90,
    .gy-xxl-90 {
        --bs-gutter-y: 9rem;
    }

    .g-xxl-95,
    .gx-xxl-95 {
        --bs-gutter-x: 9.5rem;
    }

    .g-xxl-95,
    .gy-xxl-95 {
        --bs-gutter-y: 9.5rem;
    }

    .g-xxl-100,
    .gx-xxl-100 {
        --bs-gutter-x: 10rem;
    }

    .g-xxl-100,
    .gy-xxl-100 {
        --bs-gutter-y: 10rem;
    }
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    transition: height 0.35s ease;
    overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: 400;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    text-decoration: none;
    color: var(--bs-nav-link-color);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color);
}

.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #dee2e6;
    --bs-nav-tabs-border-radius: 0.375rem;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
    background: none;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: var(--bs-nav-tabs-link-hover-border-color);
    isolation: isolate;
}

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
    border-color: transparent;
    background-color: transparent;
    color: var(--bs-nav-link-disabled-color);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-color: var(--bs-nav-tabs-link-active-border-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    color: var(--bs-nav-tabs-link-active-color);
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius);
    background: none;
}

.nav-pills .nav-link:disabled {
    border-color: transparent;
    background-color: transparent;
    color: var(--bs-nav-link-disabled-color);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: var(--bs-nav-pills-link-active-bg);
    color: var(--bs-nav-pills-link-active-color);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.modal {
    position: fixed;
    z-index: var(--bs-modal-zindex);
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: #000;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: #fff;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    color: var(--bs-modal-color);
    pointer-events: auto;
}

.modal-backdrop {
    position: fixed;
    z-index: var(--bs-backdrop-zindex);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
}

.modal-header {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
    margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
    padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}

.modal-footer {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
    background-color: var(--bs-modal-footer-bg);
}

.modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }

    .modal-sm {
        --bs-modal-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: "SourceSansPro";
    font-weight: 200;
    src: url("../fonts/SourceSansPro/SourceSansPro-ExtraLight.ttf");
}

@font-face {
    font-family: "SourceSansPro";
    font-weight: 300;
    src: url("../fonts/SourceSansPro/SourceSansPro-Light.ttf");
}

@font-face {
    font-family: "SourceSansPro";
    font-weight: 400;
    src: url("../fonts/SourceSansPro/SourceSansPro-Regular.ttf");
}

@font-face {
    font-family: "SourceSansPro";
    font-weight: 600;
    src: url("../fonts/SourceSansPro/SourceSansPro-SemiBold.ttf");
}

@font-face {
    font-family: "SourceSansPro";
    font-weight: 700;
    src: url("../fonts/SourceSansPro/SourceSansPro-Bold.ttf");
}

@font-face {
    font-family: "SourceSansPro";
    font-weight: 900;
    src: url("../fonts/SourceSansPro/SourceSansPro-Black.ttf");
}

@font-face {
    font-family: "Rosmatika";
    src: url("../fonts/Rosmatika/Rosmatika.ttf");
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* || GENERAL STYLES */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    font-size: 0.5208333333vw;
    scroll-behavior: smooth;
}

html:focus-within {
    scroll-behavior: smooth;
}

@media (max-width: 991px) {
    html {
        font-size: 1.0090817356vw;
    }
}

@media (max-width: 575px) {
    html {
        font-size: 1.7391304348vw;
    }
}

@media (min-width: 1920px) {
    html {
        font-size: 10px;
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

strong,
b {
    font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

body {
    min-height: 100vh;
    font-family: "SourceSansPro";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
}

menu,
ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

a {
    text-decoration: none;
    color: inherit;
}

p:not(:last-child) {
    margin-bottom: 3rem;
}

form p {
    width: 100%;
}

form p:not(:last-child) {
    margin-bottom: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

img,
picture,
video,
canvas,
svg {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

label {
    display: inline-block;
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

input + label {
    text-transform: none;
}

input,
button,
textarea,
select {
    font: inherit;
}

input,
textarea,
select {
    width: 100%;
    margin-bottom: 3.6rem;
    padding: 2rem 2.5rem;
    border: 0;
    border-radius: 5rem;
    background: #fff;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
    color: rgba(0, 0, 0, 0.8);
}

textarea {
    border-radius: 2rem;
}

input[type=submit],
input[type=checkbox],
input[type=radio] {
    width: auto;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

select {
    background-image: url(../icons/white-down-chevron-bluebg.png);
    background-repeat: no-repeat;
    background-position: right 2rem center;
    background-size: 3.6rem;
    appearance: none;
}

.woocommerce input,
.woocommerce textarea,
.woocommerce select {
    padding: 1.6rem 2.5rem;
    border: 1px solid #2680eb;
}

button {
    padding: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
}

/* || UTILITIES */
.container {
    width: 100%;
    max-width: 158.4rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: calc(0.5 * var(--bs-gutter-container-x));
    padding-left: calc(0.5 * var(--bs-gutter-container-x));
    --bs-gutter-container-x: 3rem;
    --bs-gutter-container-m-x: 5rem;
}

@media (max-width: 575.98px) {
    .container {
        max-width: 100%;
        padding-right: calc(0.5 * var(--bs-gutter-container-m-x));
        padding-left: calc(0.5 * var(--bs-gutter-container-m-x));
    }
}

.container-fluid {
    width: 100%;
    --bs-gutter-container-m-x: 4rem;
}

@media (max-width: 991.98px) {
    .container-fluid {
        padding-right: calc(0.5 * var(--bs-gutter-container-m-x));
        padding-left: calc(0.5 * var(--bs-gutter-container-m-x));
    }
}

.row {
    --bs-gutter-x: 3rem;
    --bs-gutter-m-x: 4rem;
}

@media (max-width: 575.98px) {
    .row {
        margin-right: calc(-0.5 * var(--bs-gutter-m-x));
        margin-left: calc(-0.5 * var(--bs-gutter-m-x));
    }
}

@media (max-width: 575.98px) {
    .row [class^=col-],
    .row [class*=" col-"] {
        padding-right: calc(0.5 * var(--bs-gutter-m-x));
        padding-left: calc(0.5 * var(--bs-gutter-m-x));
    }
}

.row-sm {
    --bs-gutter-x: 4rem;
}

@media (max-width: 575.98px) {
    .row-sm {
        margin-right: calc(-0.5 * var(--bs-gutter-m-x));
        margin-left: calc(-0.5 * var(--bs-gutter-m-x));
    }
}

@media (max-width: 575.98px) {
    .row-sm [class^=col-],
    .row-sm [class*=" col-"] {
        padding-right: calc(0.5 * var(--bs-gutter-m-x));
        padding-left: calc(0.5 * var(--bs-gutter-m-x));
    }
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 0.5rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 0.5rem;
}

.g-10,
.gx-10 {
    --bs-gutter-x: 1rem;
}

.g-10,
.gy-10 {
    --bs-gutter-y: 1rem;
}

.g-15,
.gx-15 {
    --bs-gutter-x: 1.5rem;
}

.g-15,
.gy-15 {
    --bs-gutter-y: 1.5rem;
}

.g-20,
.gx-20 {
    --bs-gutter-x: 2rem;
}

.g-20,
.gy-20 {
    --bs-gutter-y: 2rem;
}

.g-25,
.gx-25 {
    --bs-gutter-x: 2.5rem;
}

.g-25,
.gy-25 {
    --bs-gutter-y: 2.5rem;
}

.g-30,
.gx-30 {
    --bs-gutter-x: 3rem;
}

.g-30,
.gy-30 {
    --bs-gutter-y: 3rem;
}

.g-35,
.gx-35 {
    --bs-gutter-x: 3.5rem;
}

.g-35,
.gy-35 {
    --bs-gutter-y: 3.5rem;
}

.g-40,
.gx-40 {
    --bs-gutter-x: 4rem;
}

.g-40,
.gy-40 {
    --bs-gutter-y: 4rem;
}

.g-45,
.gx-45 {
    --bs-gutter-x: 4.5rem;
}

.g-45,
.gy-45 {
    --bs-gutter-y: 4.5rem;
}

.g-50,
.gx-50 {
    --bs-gutter-x: 5rem;
}

.g-50,
.gy-50 {
    --bs-gutter-y: 5rem;
}

.g-55,
.gx-55 {
    --bs-gutter-x: 5.5rem;
}

.g-55,
.gy-55 {
    --bs-gutter-y: 5.5rem;
}

.g-60,
.gx-60 {
    --bs-gutter-x: 6rem;
}

.g-60,
.gy-60 {
    --bs-gutter-y: 6rem;
}

.g-65,
.gx-65 {
    --bs-gutter-x: 6.5rem;
}

.g-65,
.gy-65 {
    --bs-gutter-y: 6.5rem;
}

.g-70,
.gx-70 {
    --bs-gutter-x: 7rem;
}

.g-70,
.gy-70 {
    --bs-gutter-y: 7rem;
}

.g-75,
.gx-75 {
    --bs-gutter-x: 7.5rem;
}

.g-75,
.gy-75 {
    --bs-gutter-y: 7.5rem;
}

.g-80,
.gx-80 {
    --bs-gutter-x: 8rem;
}

.g-80,
.gy-80 {
    --bs-gutter-y: 8rem;
}

.g-85,
.gx-85 {
    --bs-gutter-x: 8.5rem;
}

.g-85,
.gy-85 {
    --bs-gutter-y: 8.5rem;
}

.g-90,
.gx-90 {
    --bs-gutter-x: 9rem;
}

.g-90,
.gy-90 {
    --bs-gutter-y: 9rem;
}

.g-95,
.gx-95 {
    --bs-gutter-x: 9.5rem;
}

.g-95,
.gy-95 {
    --bs-gutter-y: 9.5rem;
}

.g-100,
.gx-100 {
    --bs-gutter-x: 10rem;
}

.g-100,
.gy-100 {
    --bs-gutter-y: 10rem;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 0.5rem;
    }

    .g-sm-10,
    .gx-sm-10 {
        --bs-gutter-x: 1rem;
    }

    .g-sm-10,
    .gy-sm-10 {
        --bs-gutter-y: 1rem;
    }

    .g-sm-15,
    .gx-sm-15 {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-15,
    .gy-sm-15 {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-20,
    .gx-sm-20 {
        --bs-gutter-x: 2rem;
    }

    .g-sm-20,
    .gy-sm-20 {
        --bs-gutter-y: 2rem;
    }

    .g-sm-25,
    .gx-sm-25 {
        --bs-gutter-x: 2.5rem;
    }

    .g-sm-25,
    .gy-sm-25 {
        --bs-gutter-y: 2.5rem;
    }

    .g-sm-30,
    .gx-sm-30 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-30,
    .gy-sm-30 {
        --bs-gutter-y: 3rem;
    }

    .g-sm-35,
    .gx-sm-35 {
        --bs-gutter-x: 3.5rem;
    }

    .g-sm-35,
    .gy-sm-35 {
        --bs-gutter-y: 3.5rem;
    }

    .g-sm-40,
    .gx-sm-40 {
        --bs-gutter-x: 4rem;
    }

    .g-sm-40,
    .gy-sm-40 {
        --bs-gutter-y: 4rem;
    }

    .g-sm-45,
    .gx-sm-45 {
        --bs-gutter-x: 4.5rem;
    }

    .g-sm-45,
    .gy-sm-45 {
        --bs-gutter-y: 4.5rem;
    }

    .g-sm-50,
    .gx-sm-50 {
        --bs-gutter-x: 5rem;
    }

    .g-sm-50,
    .gy-sm-50 {
        --bs-gutter-y: 5rem;
    }

    .g-sm-55,
    .gx-sm-55 {
        --bs-gutter-x: 5.5rem;
    }

    .g-sm-55,
    .gy-sm-55 {
        --bs-gutter-y: 5.5rem;
    }

    .g-sm-60,
    .gx-sm-60 {
        --bs-gutter-x: 6rem;
    }

    .g-sm-60,
    .gy-sm-60 {
        --bs-gutter-y: 6rem;
    }

    .g-sm-65,
    .gx-sm-65 {
        --bs-gutter-x: 6.5rem;
    }

    .g-sm-65,
    .gy-sm-65 {
        --bs-gutter-y: 6.5rem;
    }

    .g-sm-70,
    .gx-sm-70 {
        --bs-gutter-x: 7rem;
    }

    .g-sm-70,
    .gy-sm-70 {
        --bs-gutter-y: 7rem;
    }

    .g-sm-75,
    .gx-sm-75 {
        --bs-gutter-x: 7.5rem;
    }

    .g-sm-75,
    .gy-sm-75 {
        --bs-gutter-y: 7.5rem;
    }

    .g-sm-80,
    .gx-sm-80 {
        --bs-gutter-x: 8rem;
    }

    .g-sm-80,
    .gy-sm-80 {
        --bs-gutter-y: 8rem;
    }

    .g-sm-85,
    .gx-sm-85 {
        --bs-gutter-x: 8.5rem;
    }

    .g-sm-85,
    .gy-sm-85 {
        --bs-gutter-y: 8.5rem;
    }

    .g-sm-90,
    .gx-sm-90 {
        --bs-gutter-x: 9rem;
    }

    .g-sm-90,
    .gy-sm-90 {
        --bs-gutter-y: 9rem;
    }

    .g-sm-95,
    .gx-sm-95 {
        --bs-gutter-x: 9.5rem;
    }

    .g-sm-95,
    .gy-sm-95 {
        --bs-gutter-y: 9.5rem;
    }

    .g-sm-100,
    .gx-sm-100 {
        --bs-gutter-x: 10rem;
    }

    .g-sm-100,
    .gy-sm-100 {
        --bs-gutter-y: 10rem;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-10,
    .gx-md-10 {
        --bs-gutter-x: 1rem;
    }

    .g-md-10,
    .gy-md-10 {
        --bs-gutter-y: 1rem;
    }

    .g-md-15,
    .gx-md-15 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-15,
    .gy-md-15 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-20,
    .gx-md-20 {
        --bs-gutter-x: 2rem;
    }

    .g-md-20,
    .gy-md-20 {
        --bs-gutter-y: 2rem;
    }

    .g-md-25,
    .gx-md-25 {
        --bs-gutter-x: 2.5rem;
    }

    .g-md-25,
    .gy-md-25 {
        --bs-gutter-y: 2.5rem;
    }

    .g-md-30,
    .gx-md-30 {
        --bs-gutter-x: 3rem;
    }

    .g-md-30,
    .gy-md-30 {
        --bs-gutter-y: 3rem;
    }

    .g-md-35,
    .gx-md-35 {
        --bs-gutter-x: 3.5rem;
    }

    .g-md-35,
    .gy-md-35 {
        --bs-gutter-y: 3.5rem;
    }

    .g-md-40,
    .gx-md-40 {
        --bs-gutter-x: 4rem;
    }

    .g-md-40,
    .gy-md-40 {
        --bs-gutter-y: 4rem;
    }

    .g-md-45,
    .gx-md-45 {
        --bs-gutter-x: 4.5rem;
    }

    .g-md-45,
    .gy-md-45 {
        --bs-gutter-y: 4.5rem;
    }

    .g-md-50,
    .gx-md-50 {
        --bs-gutter-x: 5rem;
    }

    .g-md-50,
    .gy-md-50 {
        --bs-gutter-y: 5rem;
    }

    .g-md-55,
    .gx-md-55 {
        --bs-gutter-x: 5.5rem;
    }

    .g-md-55,
    .gy-md-55 {
        --bs-gutter-y: 5.5rem;
    }

    .g-md-60,
    .gx-md-60 {
        --bs-gutter-x: 6rem;
    }

    .g-md-60,
    .gy-md-60 {
        --bs-gutter-y: 6rem;
    }

    .g-md-65,
    .gx-md-65 {
        --bs-gutter-x: 6.5rem;
    }

    .g-md-65,
    .gy-md-65 {
        --bs-gutter-y: 6.5rem;
    }

    .g-md-70,
    .gx-md-70 {
        --bs-gutter-x: 7rem;
    }

    .g-md-70,
    .gy-md-70 {
        --bs-gutter-y: 7rem;
    }

    .g-md-75,
    .gx-md-75 {
        --bs-gutter-x: 7.5rem;
    }

    .g-md-75,
    .gy-md-75 {
        --bs-gutter-y: 7.5rem;
    }

    .g-md-80,
    .gx-md-80 {
        --bs-gutter-x: 8rem;
    }

    .g-md-80,
    .gy-md-80 {
        --bs-gutter-y: 8rem;
    }

    .g-md-85,
    .gx-md-85 {
        --bs-gutter-x: 8.5rem;
    }

    .g-md-85,
    .gy-md-85 {
        --bs-gutter-y: 8.5rem;
    }

    .g-md-90,
    .gx-md-90 {
        --bs-gutter-x: 9rem;
    }

    .g-md-90,
    .gy-md-90 {
        --bs-gutter-y: 9rem;
    }

    .g-md-95,
    .gx-md-95 {
        --bs-gutter-x: 9.5rem;
    }

    .g-md-95,
    .gy-md-95 {
        --bs-gutter-y: 9.5rem;
    }

    .g-md-100,
    .gx-md-100 {
        --bs-gutter-x: 10rem;
    }

    .g-md-100,
    .gy-md-100 {
        --bs-gutter-y: 10rem;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 0.5rem;
    }

    .g-lg-10,
    .gx-lg-10 {
        --bs-gutter-x: 1rem;
    }

    .g-lg-10,
    .gy-lg-10 {
        --bs-gutter-y: 1rem;
    }

    .g-lg-15,
    .gx-lg-15 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-15,
    .gy-lg-15 {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-20,
    .gx-lg-20 {
        --bs-gutter-x: 2rem;
    }

    .g-lg-20,
    .gy-lg-20 {
        --bs-gutter-y: 2rem;
    }

    .g-lg-25,
    .gx-lg-25 {
        --bs-gutter-x: 2.5rem;
    }

    .g-lg-25,
    .gy-lg-25 {
        --bs-gutter-y: 2.5rem;
    }

    .g-lg-30,
    .gx-lg-30 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-30,
    .gy-lg-30 {
        --bs-gutter-y: 3rem;
    }

    .g-lg-35,
    .gx-lg-35 {
        --bs-gutter-x: 3.5rem;
    }

    .g-lg-35,
    .gy-lg-35 {
        --bs-gutter-y: 3.5rem;
    }

    .g-lg-40,
    .gx-lg-40 {
        --bs-gutter-x: 4rem;
    }

    .g-lg-40,
    .gy-lg-40 {
        --bs-gutter-y: 4rem;
    }

    .g-lg-45,
    .gx-lg-45 {
        --bs-gutter-x: 4.5rem;
    }

    .g-lg-45,
    .gy-lg-45 {
        --bs-gutter-y: 4.5rem;
    }

    .g-lg-50,
    .gx-lg-50 {
        --bs-gutter-x: 5rem;
    }

    .g-lg-50,
    .gy-lg-50 {
        --bs-gutter-y: 5rem;
    }

    .g-lg-55,
    .gx-lg-55 {
        --bs-gutter-x: 5.5rem;
    }

    .g-lg-55,
    .gy-lg-55 {
        --bs-gutter-y: 5.5rem;
    }

    .g-lg-60,
    .gx-lg-60 {
        --bs-gutter-x: 6rem;
    }

    .g-lg-60,
    .gy-lg-60 {
        --bs-gutter-y: 6rem;
    }

    .g-lg-65,
    .gx-lg-65 {
        --bs-gutter-x: 6.5rem;
    }

    .g-lg-65,
    .gy-lg-65 {
        --bs-gutter-y: 6.5rem;
    }

    .g-lg-70,
    .gx-lg-70 {
        --bs-gutter-x: 7rem;
    }

    .g-lg-70,
    .gy-lg-70 {
        --bs-gutter-y: 7rem;
    }

    .g-lg-75,
    .gx-lg-75 {
        --bs-gutter-x: 7.5rem;
    }

    .g-lg-75,
    .gy-lg-75 {
        --bs-gutter-y: 7.5rem;
    }

    .g-lg-80,
    .gx-lg-80 {
        --bs-gutter-x: 8rem;
    }

    .g-lg-80,
    .gy-lg-80 {
        --bs-gutter-y: 8rem;
    }

    .g-lg-85,
    .gx-lg-85 {
        --bs-gutter-x: 8.5rem;
    }

    .g-lg-85,
    .gy-lg-85 {
        --bs-gutter-y: 8.5rem;
    }

    .g-lg-90,
    .gx-lg-90 {
        --bs-gutter-x: 9rem;
    }

    .g-lg-90,
    .gy-lg-90 {
        --bs-gutter-y: 9rem;
    }

    .g-lg-95,
    .gx-lg-95 {
        --bs-gutter-x: 9.5rem;
    }

    .g-lg-95,
    .gy-lg-95 {
        --bs-gutter-y: 9.5rem;
    }

    .g-lg-100,
    .gx-lg-100 {
        --bs-gutter-x: 10rem;
    }

    .g-lg-100,
    .gy-lg-100 {
        --bs-gutter-y: 10rem;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xl-10,
    .gx-xl-10 {
        --bs-gutter-x: 1rem;
    }

    .g-xl-10,
    .gy-xl-10 {
        --bs-gutter-y: 1rem;
    }

    .g-xl-15,
    .gx-xl-15 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-15,
    .gy-xl-15 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-20,
    .gx-xl-20 {
        --bs-gutter-x: 2rem;
    }

    .g-xl-20,
    .gy-xl-20 {
        --bs-gutter-y: 2rem;
    }

    .g-xl-25,
    .gx-xl-25 {
        --bs-gutter-x: 2.5rem;
    }

    .g-xl-25,
    .gy-xl-25 {
        --bs-gutter-y: 2.5rem;
    }

    .g-xl-30,
    .gx-xl-30 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-30,
    .gy-xl-30 {
        --bs-gutter-y: 3rem;
    }

    .g-xl-35,
    .gx-xl-35 {
        --bs-gutter-x: 3.5rem;
    }

    .g-xl-35,
    .gy-xl-35 {
        --bs-gutter-y: 3.5rem;
    }

    .g-xl-40,
    .gx-xl-40 {
        --bs-gutter-x: 4rem;
    }

    .g-xl-40,
    .gy-xl-40 {
        --bs-gutter-y: 4rem;
    }

    .g-xl-45,
    .gx-xl-45 {
        --bs-gutter-x: 4.5rem;
    }

    .g-xl-45,
    .gy-xl-45 {
        --bs-gutter-y: 4.5rem;
    }

    .g-xl-50,
    .gx-xl-50 {
        --bs-gutter-x: 5rem;
    }

    .g-xl-50,
    .gy-xl-50 {
        --bs-gutter-y: 5rem;
    }

    .g-xl-55,
    .gx-xl-55 {
        --bs-gutter-x: 5.5rem;
    }

    .g-xl-55,
    .gy-xl-55 {
        --bs-gutter-y: 5.5rem;
    }

    .g-xl-60,
    .gx-xl-60 {
        --bs-gutter-x: 6rem;
    }

    .g-xl-60,
    .gy-xl-60 {
        --bs-gutter-y: 6rem;
    }

    .g-xl-65,
    .gx-xl-65 {
        --bs-gutter-x: 6.5rem;
    }

    .g-xl-65,
    .gy-xl-65 {
        --bs-gutter-y: 6.5rem;
    }

    .g-xl-70,
    .gx-xl-70 {
        --bs-gutter-x: 7rem;
    }

    .g-xl-70,
    .gy-xl-70 {
        --bs-gutter-y: 7rem;
    }

    .g-xl-75,
    .gx-xl-75 {
        --bs-gutter-x: 7.5rem;
    }

    .g-xl-75,
    .gy-xl-75 {
        --bs-gutter-y: 7.5rem;
    }

    .g-xl-80,
    .gx-xl-80 {
        --bs-gutter-x: 8rem;
    }

    .g-xl-80,
    .gy-xl-80 {
        --bs-gutter-y: 8rem;
    }

    .g-xl-85,
    .gx-xl-85 {
        --bs-gutter-x: 8.5rem;
    }

    .g-xl-85,
    .gy-xl-85 {
        --bs-gutter-y: 8.5rem;
    }

    .g-xl-90,
    .gx-xl-90 {
        --bs-gutter-x: 9rem;
    }

    .g-xl-90,
    .gy-xl-90 {
        --bs-gutter-y: 9rem;
    }

    .g-xl-95,
    .gx-xl-95 {
        --bs-gutter-x: 9.5rem;
    }

    .g-xl-95,
    .gy-xl-95 {
        --bs-gutter-y: 9.5rem;
    }

    .g-xl-100,
    .gx-xl-100 {
        --bs-gutter-x: 10rem;
    }

    .g-xl-100,
    .gy-xl-100 {
        --bs-gutter-y: 10rem;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-10,
    .gx-xxl-10 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-10,
    .gy-xxl-10 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-15,
    .gx-xxl-15 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-15,
    .gy-xxl-15 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-20,
    .gx-xxl-20 {
        --bs-gutter-x: 2rem;
    }

    .g-xxl-20,
    .gy-xxl-20 {
        --bs-gutter-y: 2rem;
    }

    .g-xxl-25,
    .gx-xxl-25 {
        --bs-gutter-x: 2.5rem;
    }

    .g-xxl-25,
    .gy-xxl-25 {
        --bs-gutter-y: 2.5rem;
    }

    .g-xxl-30,
    .gx-xxl-30 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-30,
    .gy-xxl-30 {
        --bs-gutter-y: 3rem;
    }

    .g-xxl-35,
    .gx-xxl-35 {
        --bs-gutter-x: 3.5rem;
    }

    .g-xxl-35,
    .gy-xxl-35 {
        --bs-gutter-y: 3.5rem;
    }

    .g-xxl-40,
    .gx-xxl-40 {
        --bs-gutter-x: 4rem;
    }

    .g-xxl-40,
    .gy-xxl-40 {
        --bs-gutter-y: 4rem;
    }

    .g-xxl-45,
    .gx-xxl-45 {
        --bs-gutter-x: 4.5rem;
    }

    .g-xxl-45,
    .gy-xxl-45 {
        --bs-gutter-y: 4.5rem;
    }

    .g-xxl-50,
    .gx-xxl-50 {
        --bs-gutter-x: 5rem;
    }

    .g-xxl-50,
    .gy-xxl-50 {
        --bs-gutter-y: 5rem;
    }

    .g-xxl-55,
    .gx-xxl-55 {
        --bs-gutter-x: 5.5rem;
    }

    .g-xxl-55,
    .gy-xxl-55 {
        --bs-gutter-y: 5.5rem;
    }

    .g-xxl-60,
    .gx-xxl-60 {
        --bs-gutter-x: 6rem;
    }

    .g-xxl-60,
    .gy-xxl-60 {
        --bs-gutter-y: 6rem;
    }

    .g-xxl-65,
    .gx-xxl-65 {
        --bs-gutter-x: 6.5rem;
    }

    .g-xxl-65,
    .gy-xxl-65 {
        --bs-gutter-y: 6.5rem;
    }

    .g-xxl-70,
    .gx-xxl-70 {
        --bs-gutter-x: 7rem;
    }

    .g-xxl-70,
    .gy-xxl-70 {
        --bs-gutter-y: 7rem;
    }

    .g-xxl-75,
    .gx-xxl-75 {
        --bs-gutter-x: 7.5rem;
    }

    .g-xxl-75,
    .gy-xxl-75 {
        --bs-gutter-y: 7.5rem;
    }

    .g-xxl-80,
    .gx-xxl-80 {
        --bs-gutter-x: 8rem;
    }

    .g-xxl-80,
    .gy-xxl-80 {
        --bs-gutter-y: 8rem;
    }

    .g-xxl-85,
    .gx-xxl-85 {
        --bs-gutter-x: 8.5rem;
    }

    .g-xxl-85,
    .gy-xxl-85 {
        --bs-gutter-y: 8.5rem;
    }

    .g-xxl-90,
    .gx-xxl-90 {
        --bs-gutter-x: 9rem;
    }

    .g-xxl-90,
    .gy-xxl-90 {
        --bs-gutter-y: 9rem;
    }

    .g-xxl-95,
    .gx-xxl-95 {
        --bs-gutter-x: 9.5rem;
    }

    .g-xxl-95,
    .gy-xxl-95 {
        --bs-gutter-y: 9.5rem;
    }

    .g-xxl-100,
    .gx-xxl-100 {
        --bs-gutter-x: 10rem;
    }

    .g-xxl-100,
    .gy-xxl-100 {
        --bs-gutter-y: 10rem;
    }
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
.button,
.primary-submit input[type=submit] {
    position: relative;
    display: inline-block;
    padding: 1.8rem 3rem 1.6rem !important;
    border: none;
    border-radius: 5rem !important;
    background: #fff !important;
    box-shadow: 0 0 0 1px #2680eb, 0.5rem 0.8rem 0 0 #2680eb !important;
    font-weight: 600 !important;
    text-align: center;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    color: #000 !important;
    transition: all 0.3s ease-out;
    transform: translateX(0) translateY(0);
    cursor: pointer;
    appearance: none;
}

.button:hover,
.primary-submit input[type=submit]:hover {
    box-shadow: 0 0 0 1px #2680eb !important;
    transform: translateX(0.8rem) translateY(0.8rem);
}

.primary-submit input[type=submit] {
    padding-inline: 5rem;
}

.link--underline {
    text-decoration: underline;
}

.link--underline:hover {
    text-decoration: none;
}

.img-wrapper--cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-wrapper--contain img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body:not(.woocommerce-page) .default-style h1,
body:not(.woocommerce-page) .default-style h2,
body:not(.woocommerce-page) .default-style h3,
body:not(.woocommerce-page) .default-style h4,
body:not(.woocommerce-page) .default-style h5,
body:not(.woocommerce-page) .default-style h6,
.woocommerce-Tabs-panel h1,
.woocommerce-Tabs-panel h2,
.woocommerce-Tabs-panel h3,
.woocommerce-Tabs-panel h4,
.woocommerce-Tabs-panel h5,
.woocommerce-Tabs-panel h6,
{
    margin-bottom: 3rem;
}

body:not(.woocommerce-page) .default-style ul,
.woocommerce-Tabs-panel ul{
    padding-left: 2.1rem;
    list-style-type: disc;
}

body:not(.woocommerce-page) .default-style ol,
.woocommerce-Tabs-panel ol{
    padding-left: 2.1rem;
    list-style-type: decimal;
}

body:not(.woocommerce-page) .default-style li:not(:last-child),
.woocommerce-Tabs-panel li:not(:last-child) {
    margin-bottom: 1rem;
}

.slider {
    position: relative;
}

.swiper-prev, .swiper-next {
    position: absolute;
    z-index: 1;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border: 0.1rem solid #000;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease-out;
    transform: translateY(-50%);
    cursor: pointer;
}

.swiper-prev svg, .swiper-next svg {
    width: 3rem;
}

.swiper-prev:hover, .swiper-next:hover {
    border-color: #2680eb;
    background-color: #2680eb;
    color: #fff;
}

.swiper-prev {
    left: 0;
    transform: translateX(-50%) translateY(-50%);
}

.swiper-next {
    right: 0;
    transform: translateX(50%) translateY(-50%);
}

.swiper-button-lock {
    display: none;
}

.overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease-out;
}

body.nav-show {
    position: relative;
    overflow: hidden;
}

body.nav-show .overlay {
    z-index: 9;
    opacity: 1;
}

.title-with-lines {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-2.9rem);
    gap: 3rem;
}

.title-with-lines .line {
    flex: 1;
    height: 0.1rem;
    background-color: rgba(0, 0, 0, 0.3);
}

.title-with-lines .title {
    font-family: "Rosmatika";
    font-size: 4.2rem;
    text-align: center;
}

.custom-accordion {
    border-radius: 10rem;
    transition: all 0.3s ease-out;
}

.custom-accordion .accordion__toggle {
    cursor: pointer;
}

.custom-accordion .accordion__caret {
    transition: all 0.3s ease-out;
}

.custom-accordion .accordion__caret img {
    max-width: 3.7rem;
}

.custom-accordion.active {
    border-radius: 2rem;
}

.custom-accordion.active .accordion__caret {
    transform: rotate(180deg);
}

/* || TEXT */
.font--title {
    font-family: "Rosmatika";
    line-height: 1.75;
}

.fs--18 {
    font-size: 1.8rem;
}

.fs--24 {
    font-size: 2.4rem;
}

.fs--25 {
    font-size: 2.5rem;
}

.fs--28 {
    font-size: 2.8rem;
}

.fs--30 {
    font-size: 3rem;
}

.fs--32 {
    font-size: 3.2rem;
}

.fs--40 {
    font-size: 4rem;
    line-height: 1.2;
}

.fs--42 {
    font-size: 4.2rem;
}

.fs--50 {
    font-size: 5rem;
    line-height: 1.1;
}

.fs--60 {
    font-size: 6rem;
    line-height: 1.1;
}

.fs--64 {
    font-size: 6.4rem;
    line-height: 1.1;
}

.fs--74 {
    font-size: 7.4rem;
    line-height: 1.1;
}

.fw-medium {
    font-weight: 500;
}

.ls--4 {
    letter-spacing: 0.04rem;
}

.ls--5 {
    letter-spacing: 0.05rem;
}

.ls--6 {
    letter-spacing: 0.06rem;
}

.ls--10 {
    letter-spacing: 0.1rem;
}

.ls--24 {
    letter-spacing: 0.24rem;
}

.color--primary {
    color: #000;
}

.color--blue {
    color: #2680eb;
}

.color--white-70 {
    color: rgba(255, 255, 255, 0.7);
}

/* || LINE LIMIT */
.line-limit--1 {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line-limit--2 {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* || BACKGROUND COLOR */
.bg--light-blue {
    background-color: #e3f2fd;
}

.bg--yellow {
    background-color: #ffe276;
}

/* || BORDER */
.border--blue {
    border: 0.1rem solid #2680eb;
}

/* || BORDER */
.radius--20 {
    border-radius: 2rem;
}

/* || ASPECT RATIO */
.aspect-ratio--1-1 {
    overflow: hidden;
    aspect-ratio: 1/1;
}

.aspect-ratio--4-3 {
    overflow: hidden;
    aspect-ratio: 4/3;
}

.aspect-ratio--16-9 {
    overflow: hidden;
    aspect-ratio: 16/9;
}

/* || HOVER */
.hover--underline:hover {
    text-decoration: underline;
}

/* || SITEWIDE */
.header {
    position: sticky;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
}

.header .top-bar {
    max-height: 12rem;
    background-color: #f5f5f5;
    transition: all 0.3s ease-out;
}

.header .top-bar .content {
    position: relative;
    letter-spacing: 0.036rem;
    padding-block: 1.8rem;
}

.header .top-bar .content a {
    font-weight: 700;
    text-decoration: underline;
    color: #2680eb;
}

.header .top-bar .content a:hover {
    text-decoration: none;
}

.header .top-bar .content .close-button {
    position: absolute;
    top: 50%;
    right: 0;
    transition: all 0.3s ease-out;
    transform: translateY(-50%);
    filter: grayscale(1);
}

.header .top-bar .content .close-button img {
    max-width: 2.4rem;
}

.header .top-bar .content .close-button:hover {
    filter: none;
}

.header .navbar__item .navbar__link {
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    padding-block: 6.5rem;
}

.header .navbar__item:hover .navbar__link {
    color: #2680eb;
}

.header .navbar__item--active .navbar__link {
    font-weight: 700;
    color: #2680eb;
}

.header .navbar__item--has-children {
    position: relative;
    padding-right: 2.4rem;
}

.header .navbar__item--has-children::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.2rem;
    height: 0.6rem;
    background: url(../icons/black-down-chevron.png) no-repeat;
    background-size: contain;
    transition: all 0.3s ease-out;
    transform: translateY(-50%);
}

.header .navbar__item--has-children .navbar__submenu {
    position: absolute;
    top: calc(100% + 2.2rem);
    left: -5rem;
    opacity: 0;
    border-radius: 2rem;
    background-color: #fff;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.0509803922);
    transition: all 0.3s ease-out;
    transform: translateY(4rem);
    pointer-events: none;
}

.header .navbar__item--has-children .navbar__submenu::before {
    content: "";
    position: absolute;
    top: -1.8rem;
    left: 5rem;
    border-width: 0 2rem 2rem 2rem;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.header .navbar__item--has-children .navbar__submenu::after {
    content: "";
    position: absolute;
    top: -2.3rem;
    left: 0;
    width: 100%;
    height: 2.5rem;
}

.header .navbar__item--has-children .navbar__submenu .submenu__link {
    display: block;
    min-width: 26rem;
    padding: 0.6rem 3rem;
    border-radius: 10rem;
    font-size: 1.8rem;
    letter-spacing: 0.036rem;
    transition: all 0.3s ease-out;
}

.header .navbar__item--has-children .navbar__submenu .submenu__link:hover {
    background-color: #e3f2fd;
    font-weight: 600;
}

.header .navbar__item--has-children:hover::before {
    transform: translateY(-50%) rotate(180deg);
}

.header .navbar__item--has-children:hover .navbar__submenu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

.header .navbar {
    position: relative;
    min-height: 16rem;
    background-color: #fff;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.0509803922);
    transition: all 0.3s ease-out;
}

.header .navbar__logo {
    position: absolute;
    top: 4rem;
    left: 50%;
    display: block;
    max-width: 16rem;
    transition: all 0.3s ease-out;
    transform: translateX(-50%);
}

.header .navbar__cart {
    transition: all 0.3s ease-out;
    padding-block: 6.4rem;
}

.header .navbar__cart .cart__link img {
    max-width: 3.2rem;
}

.header .navbar__cart .cart__count {
    width: max-content;
    font-size: 1.6rem;
}

.header .navbar-mobile__container {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 23rem 2rem 5rem;
    border-bottom-right-radius: 100vw;
    background-color: #fff;
    transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
    transform: translateX(-100vw);
    pointer-events: none;
}

@media (min-width: 576px) {
    .header .navbar-mobile__container {
        width: 60vw;
    }
}

@media (min-width: 768px) {
    .header .navbar-mobile__container {
        width: 45vw;
    }
}

.header .navbar-mobile__container ul {
    width: 100%;
    height: 100%;
    pointer-events: auto;
    overflow: auto;
    overflow-x: hidden;
}

.header .navbar-mobile__container li {
    transform: translateX(-100vw);
    pointer-events: auto;
}

.header .navbar-mobile .navbar__item .navbar__link {
    padding-block: 2rem;
}

.header .navbar-mobile .navbar__item--has-children {
    width: fit-content;
    padding-right: 0;
}

.header .navbar-mobile .navbar__item--has-children::before {
    content: none;
}

.header .navbar-mobile .navbar__item--has-children .navbar__dropdown-icon {
    max-width: 1.5rem;
    margin-left: 1rem;
    padding-bottom: 0.2rem;
    transition: all 0.3s ease-out;
}

.header .navbar-mobile .navbar__item--has-children .navbar__submenu {
    position: static;
    max-height: 0;
    box-shadow: none;
    transform: translateY(0);
    pointer-events: all;
}

.header .navbar-mobile .navbar__item--has-children .navbar__submenu::before, .header .navbar-mobile .navbar__item--has-children .navbar__submenu::after {
    content: none;
}

.header .navbar-mobile .navbar__item--has-children .navbar__submenu .submenu__link {
    min-width: 20rem;
    padding: 0.6rem 2rem;
}

.header .navbar-mobile .navbar__item--has-children:hover .navbar__dropdown-icon {
    transform: rotate(180deg);
}

.header .navbar-mobile .navbar__item--has-children:hover .navbar__submenu {
    opacity: 1;
    max-height: 20rem;
}

.header .navbar-mobile input.hamburger {
    display: none;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container {
    border-bottom-right-radius: 0;
    transform: translateX(0);
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li {
    transform: translateX(0);
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(1) {
    transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(2) {
    transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(3) {
    transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(4) {
    transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(5) {
    transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(6) {
    transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(7) {
    transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(8) {
    transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(9) {
    transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(10) {
    transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(11) {
    transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(12) {
    transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(13) {
    transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(14) {
    transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(15) {
    transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(16) {
    transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(17) {
    transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(18) {
    transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(19) {
    transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(20) {
    transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(21) {
    transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(22) {
    transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(23) {
    transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(24) {
    transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(25) {
    transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(26) {
    transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(27) {
    transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(28) {
    transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(29) {
    transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(30) {
    transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(31) {
    transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(32) {
    transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(33) {
    transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(34) {
    transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(35) {
    transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(36) {
    transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(37) {
    transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(38) {
    transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(39) {
    transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(40) {
    transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(41) {
    transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(42) {
    transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(43) {
    transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(44) {
    transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(45) {
    transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(46) {
    transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(47) {
    transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(48) {
    transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(49) {
    transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(50) {
    transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ label > i {
    background-color: transparent;
    transform: rotate(90deg);
}

.header .navbar-mobile input.hamburger:checked ~ label > i:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.header .navbar-mobile input.hamburger:checked ~ label > i:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.header .navbar-mobile label.hamburger {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 2rem;
    display: block;
    width: 3rem;
    transform: translateY(-50%);
}

.header .navbar-mobile label.hamburger:hover {
    cursor: pointer;
}

.header .navbar-mobile label.hamburger > i {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 0.3rem;
    background-color: #000;
    transition-delay: 0.35s;
    transition-duration: 0.35s;
    pointer-events: auto;
}

.header .navbar-mobile label.hamburger > i:before, .header .navbar-mobile label.hamburger > i:after {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    width: 100%;
    height: 0.3rem;
    background-color: #000;
    transition: transform 0.35s;
    transform-origin: 50% 50%;
}

.header .navbar-mobile label.hamburger > i:before {
    transform: translate(-50%, -0.8rem);
}

.header .navbar-mobile label.hamburger > i:after {
    transform: translate(-50%, 0.8rem);
}

@media (min-width: 992px) {
    .header--shrink .navbar {
        min-height: 10rem;
    }

    .header--shrink .navbar__logo {
        top: 2.5rem;
        max-width: 10rem;
    }

    .header--shrink .navbar__item .navbar__link {
        padding-block: 3.5rem;
    }

    .header--shrink .navbar__cart {
        padding-block: 3.4rem;
    }
}

.footer {
    position: relative;
    padding-top: 15rem;
    padding-bottom: 3.5rem;
    background-color: #000;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 68rem;
    background-color: #121212;
}

.footer__logo {
    max-width: 23rem;
    margin-inline: auto;
}

.footer-nav__list {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2.5rem;
}

.footer-nav__link {
    transition: all 0.3s ease-out;
}

.footer-nav__link:hover {
    color: #fff;
}

.footer .newsletter .wpcf7-form > p,
.footer .newsletter .mc4wp-form-fields {
    position: relative;
}

.footer .newsletter input,
.footer .newsletter p {
    margin-bottom: 0;
}

.footer .newsletter input[type=email] {
    border: 1px solid #fff;
    background-color: transparent;
    font-weight: 300;
    color: #fff;
}

.footer .newsletter input[type=email]::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.footer .newsletter input[type=submit] {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 4rem;
    height: 4rem;
    background: url(../icons/newsletter-submit.png) no-repeat center;
    background-size: contain;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
    cursor: pointer;
	padding: 0;
	border: 0;
}

.footer .socials .social__link img {
    max-height: 4.6rem;
}

@media (max-width: 991.98px) {
    .footer {
        padding-top: 10rem;
    }

    .footer::before {
        content: none;
    }
}

/* || HOMEPAGE */
.section-home-banner .content {
    padding-block: 20rem;
}

.section-home-banner .img-container {
    position: relative;
    transform: translateY(10rem);
}

.section-home-banner .img-container img {
    border-radius: 100rem;
}

.section-home-banner .img-container::before {
    content: "";
    position: absolute;
    top: 17rem;
    left: -8.5rem;
    width: 5.5rem;
    height: 6rem;
    background: url(../icons/star-blue-blueol.png) no-repeat center;
    background-size: contain;
}

.section-home-banner .img-container::after {
    content: "";
    position: absolute;
    top: 1.5rem;
    right: -3.5rem;
    width: 7rem;
    height: 7rem;
    background: url(../icons/star-blueol-blueol-blue.png) no-repeat center;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .section-home-banner .content {
        padding-block: 15rem;
    }

    .section-home-banner .img-container {
        transform: translateY(0);
    }

    .section-home-banner .img-container::after {
        top: -3.5rem;
        right: 0;
    }
}

@media (max-width: 575.98px) {
    .section-home-banner {
        padding-bottom: 10rem;
    }

    .section-home-banner .content {
        padding-top: 10rem;
        padding-bottom: 5rem;
    }

    .section-home-banner .img-container::after {
        top: 1.5rem;
        right: -3.5rem;
    }
}

.section-text,
.section-home-treatments {
    padding-top: 25rem;
    padding-bottom: 15rem;
}

.section-best-seller {
    padding-block: 15rem;
}

.section-best-seller .swiper-prev,
.section-best-seller .swiper-next {
    top: 35%;
}

@media (max-width: 991.98px) {
    .section-text,
    .section-home-treatments {
        padding-block: 15rem;
    }
}

@media (max-width: 575.98px) {
    .section-text,
    .section-home-treatments,
    .section-best-seller {
        padding-block: 10rem;
    }
}

.section-steps {
    position: relative;
    padding-bottom: 3.5rem;
}

.section-steps::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 24.5rem;
    left: 7rem;
    width: 5.5rem;
    height: 5.5rem;
    background: url(../icons/star-blue-blueol.png) no-repeat center;
    background-size: contain;
}

.section-steps::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 17.5rem;
    right: 12rem;
    width: 6.5rem;
    height: 5.5rem;
    background: url(../icons/star-blue-blueol.png) no-repeat center;
    background-size: contain;
}

.section-steps .title-with-lines {
    gap: 9.5rem;
}

.section-steps .title-with-lines + div {
    margin-top: -1.4rem;
}

.section-steps .step {
    position: relative;
    padding-top: 2.5rem;
}

.section-steps .step .order {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 18rem;
    border-radius: 5rem;
    background-color: #242424;
    transform: translateX(-50%);
}

.section-steps .step .img-wrapper--cover {
    border-radius: 2rem;
}

.section-steps .swiper-prev,
.section-steps .swiper-next {
    top: 45%;
}

@media (max-width: 991.98px) {
    .section-steps::before {
        top: 29.5rem;
        left: 1rem;
    }

    .section-steps::after {
        top: 23.5rem;
        right: 2rem;
    }
}

@media (max-width: 575.98px) {
    .section-steps::before {
        top: 49.5rem;
    }

    .section-steps::after {
        top: 44.5rem;
        right: 2rem;
    }
}

.section-15-minutes {
    position: relative;
    display: flex;
}

.section-15-minutes::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 17rem;
    right: 19.5rem;
    width: 8rem;
    height: 9rem;
    background: url(../icons/star-blue-blueol.png) no-repeat center;
    background-size: contain;
}

.section-15-minutes .video-container {
    position: relative;
    flex-basis: 50%;
    transform: translateY(10rem);
}

.section-15-minutes .video-container .video__sticker {
    position: absolute;
    top: 9rem;
    right: 0;
    width: 18rem;
    height: 18rem;
    background: url("../icons/15-minutes-bg.png") no-repeat center;
    background-size: contain;
    transform: translateX(50%);
}

.section-15-minutes .video-container .video {
    border-radius: 0 0 10rem 0;
    transition: all 0.3s ease-out;
    overflow: hidden;
    aspect-ratio: 35/36;
}

.section-15-minutes .video-container .video__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
}

.section-15-minutes .video-container .video__icon img {
    max-width: 12rem;
}

.section-15-minutes .video-container .video:hover {
    filter: brightness(0.8);
}

.section-15-minutes .content-container {
    flex-basis: 50%;
    padding: 28rem 18.8rem 10rem 16rem;
}

.section-15-minutes .content-container .title {
    max-width: 53rem;
}

.section-15-minutes .content-container .img-list {
    display: flex;
    row-gap: 2rem;
}

.section-15-minutes .content-container .img-item {
    flex-basis: 50%;
}

.section-15-minutes .content-container .img-item:nth-child(2) {
    margin-left: -1.5rem;
}

@media (max-width: 991.98px) {
    .section-15-minutes {
        flex-direction: column;
    }

    .section-15-minutes .video-container {
        padding: 15rem 5rem 0;
        transform: translateY(0);
    }

    .section-15-minutes .video-container .video__sticker {
        top: 19rem;
        transform: translateX(0);
    }

    .section-15-minutes .content-container {
        padding: 10rem 5rem 15rem;
    }

    .section-15-minutes .content-container .title {
        max-width: unset;
    }
}

@media (max-width: 575.98px) {
    .section-15-minutes .video-container {
        padding: 10rem 2rem 0;
    }

    .section-15-minutes .video-container .video__sticker {
        top: 10rem;
    }

    .section-15-minutes .video-container .video__icon img {
        max-width: 8rem;
    }

    .section-15-minutes .content-container {
        padding: 5rem 2rem 10rem;
    }
}

.section-home-treatments .treatments {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5.5rem;
}

@media (max-width: 991.98px) {
    .section-home-treatments .treatments {
        gap: 3.5rem;
    }
}

@media (max-width: 575.98px) {
    .section-home-treatments .treatments {
        grid-template-columns: repeat(3, 1fr);
    }
}

.section-promotions {
    position: relative;
    padding-block: 16rem;
}

.section-promotions::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 65.3rem;
    background-color: #ffe276;
}

@media (max-width: 1365px) {
    .section-promotions::before {
        height: 64.7rem;
    }
}

@media (max-width: 991px) {
    .section-promotions::before {
        height: 58rem;
    }
}

@media (max-width: 575px) {
    .section-promotions::before {
        height: 64.4rem;
    }
}

.section-promotions .img-wrapper--cover {
    border-radius: 100rem 100rem 0 0;
    overflow: hidden;
    aspect-ratio: 25/18;
}

.section-promotions .content-container {
    flex: 1;
    border-radius: 0 0 2rem 2rem;
    transform: translateY(-0.1rem);
}

.section-promotions .date {
    position: relative;
    width: fit-content;
}

.section-promotions .date::before, .section-promotions .date::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2rem;
    height: 0.2rem;
    background-color: #68a8ec;
    transform: translateY(-50%);
}

.section-promotions .date::before {
    left: 0;
}

.section-promotions .date::after {
    right: 0;
}

.section-promotions .swiper-container {
    padding-inline: 0.2rem;
}

.section-promotions .swiper-slide {
    height: auto;
}

.section-promotions .swiper-prev,
.section-promotions .swiper-next {
    width: 6rem;
    height: 6rem;
    border-color: #2680eb;
}

@media (max-width: 991.98px) {
    .section-promotions {
        padding-block: 15rem;
    }

    .section-promotions .swiper-prev,
    .section-promotions .swiper-next {
        top: 42.5%;
    }
}

@media (max-width: 575.98px) {
    .section-promotions {
        padding-block: 10rem;
    }

    .section-promotions .swiper-prev,
    .section-promotions .swiper-next {
        top: 48%;
    }
}

.section-home-testimonials {
    padding-bottom: 20rem;
}

.section-home-testimonials .testimonial {
    position: relative;
}

.section-home-testimonials .testimonial .img-wrapper--cover {
    border-radius: 3rem;
    overflow: hidden;
}

.section-home-testimonials .testimonial .content-container {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
    border-radius: 3rem;
}

.section-home-testimonials .testimonial .content-container .star img {
    max-width: 2rem;
}

.section-home-testimonials .swiper-prev,
.section-home-testimonials .swiper-next {
    position: static;
    transform: translateX(0);
}

@media (max-width: 991.98px) {
    .section-home-testimonials {
        padding-bottom: 15rem;
    }
}

@media (max-width: 575.98px) {
    .section-home-testimonials {
        padding-bottom: 10rem;
    }
}

.section-seen {
    padding-bottom: 6.5rem;
}

.section-seen .swiper-wrapper {
    transition-timing-function: linear;
}

.section-seen .swiper-slide,
.section-seen .logo {
    width: fit-content !important;
}

.section-seen .logo {
    padding-block: 6.5rem;
}

.section-seen .logo img {
    opacity: 0.8;
    max-height: 5rem;
}

@media (max-width: 575.98px) {
    .section-seen {
        padding-bottom: 4rem;
    }

    .section-seen .logo {
        padding-top: 3.5rem;
    }
}

.section-partner .content {
    padding-top: 15rem;
    padding-bottom: 20rem;
}

.section-partner .content .title {
    width: max-content;
}

.section-partner .content .reasons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 3rem;
}

.section-partner .content .reason {
    padding-left: 3rem;
    background: url("../icons/star-blackol-blue-blackol.png") no-repeat top 0.4rem left;
    background-size: 2rem;
}

.section-partner .img-container {
    position: relative;
    transform: translateY(-5.5rem);
}

.section-partner .img-container img {
    border-radius: 100rem;
}

.section-partner .img-container::after {
    content: "";
    position: absolute;
    top: 22rem;
    right: -10rem;
    width: 7rem;
    height: 7rem;
    background: url(../icons/star-blue-blueol.png) no-repeat center;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .section-partner .content {
        padding-block: 15rem;
    }

    .section-partner .content .title {
        width: auto;
    }

    .section-partner .img-container {
        transform: translateY(0);
    }

    .section-partner .img-container::after {
        top: -3.5rem;
        right: 0;
    }
}

@media (max-width: 575.98px) {
    .section-partner {
        padding-top: 10rem;
    }

    .section-partner .content {
        padding-top: 5rem;
        padding-bottom: 10rem;
    }

    .section-partner .img-container::after {
        top: 1.5rem;
        right: -3.5rem;
    }
}

.section-home-instagram {
    padding-bottom: 18rem;
}

.section-home-instagram .desc {
    max-width: 50rem;
}

.section-home-instagram .instagram-link img {
    max-width: 5rem;
}

.section-home-instagram .instagram-gallery .img {
    border-radius: 2rem;
}

@media (max-width: 991.98px) {
    .section-home-instagram {
        padding-bottom: 15rem;
    }
}

@media (max-width: 575.98px) {
    .section-home-instagram {
        padding-bottom: 10rem;
    }
}

/* || TREATMENTS */
.section-treatments-banner {
    padding: 8rem 3rem 0;
}

.section-treatments-banner .content {
    border-radius: 20rem 0.5rem 20rem 0.5rem;
    overflow: hidden;
}

.section-treatments-banner .title {
    line-height: 1.05;
    padding-block: 12rem;
}

@media (max-width: 991.98px) {
    .section-treatments-banner .title {
        padding-bottom: 22rem;
    }
}

@media (max-width: 575.98px) {
    .section-treatments-banner {
        padding-inline: 2rem;
    }

    .section-treatments-banner .title {
        padding-bottom: 15rem;
    }
}

.section-choose-treatment {
    position: relative;
    padding-block: 15rem;
}

.section-choose-treatment::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 91rem;
    right: 0;
    left: 0;
    height: 69rem;
    background-color: #e3f2fd;
}

.section-choose-treatment .video-container {
    position: relative;
}

.section-choose-treatment .video-container::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 25.5rem;
    left: -10.5rem;
    width: 7.5rem;
    height: 9rem;
    background: url(../icons/star-white-cyanol.png) no-repeat center;
    background-size: contain;
}

.section-choose-treatment .video-container::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 7rem;
    right: -14rem;
    width: 7rem;
    height: 8rem;
    background: url(../icons/star-blue-blueol.png) no-repeat center;
    background-size: contain;
}

.section-choose-treatment .video {
    border-radius: 2rem;
    transition: all 0.3s ease-out;
}

.section-choose-treatment .video__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
}

.section-choose-treatment .video__icon img {
    max-width: 12rem;
}

.section-choose-treatment .video:hover {
    filter: brightness(0.8);
}

.section-choose-treatment .content-container .title {
    width: max-content;
}

.section-choose-treatment .content-container .img-list {
    display: flex;
    row-gap: 2rem;
}

.section-choose-treatment .content-container .img-item {
    flex-basis: 50%;
}

.section-choose-treatment .content-container .img-item:nth-child(2) {
    margin-left: -1.5rem;
}

.section-choose-treatment .swiper-slide {
    height: auto;
}

.section-choose-treatment .treatment {
    position: relative;
    padding-top: 5rem;
}

.section-choose-treatment .treatment__img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section-choose-treatment .treatment__img img {
    max-width: 12rem;
}

.section-choose-treatment .treatment__content {
    flex: 1;
    border: 0.1rem solid #2680eb;
    border-radius: 15rem 15rem 1rem 1rem;
}

.section-choose-treatment .treatment__content .title {
    font-family: "Rosmatika";
    font-size: 3rem;
    line-height: 1.3;
}

@media (max-width: 991.98px) {
    .section-choose-treatment::before {
        top: 95rem;
        height: 40rem;
    }

    .section-choose-treatment .content-container .title {
        width: auto;
    }

    .section-choose-treatment .video-container::before {
        left: -9rem;
    }

    .section-choose-treatment .video-container::after {
        right: -8rem;
    }
}

@media (max-width: 575.98px) {
    .section-choose-treatment {
        padding-block: 10rem;
    }

    .section-choose-treatment::before {
        top: 70rem;
        height: 48.5rem;
    }

    .section-choose-treatment .video-container::before, .section-choose-treatment .video-container::after {
        content: none;
    }
}

.section-services {
    padding-bottom: 15rem;
}

@media (max-width: 575.98px) {
    .section-services {
        padding-bottom: 10rem;
    }
}

.section-services .categories-container {
    padding-top: 14.5rem;
}

@media (max-width: 991.98px) {
    .section-services .categories-container {
        padding-top: 3rem;
    }
}

@media (max-width: 575.98px) {
    .section-services .categories-container {
        padding-top: 0;
    }
}

.section-services .category-button {
    width: 100%;
    padding: 1rem 3rem;
    border-radius: 10rem;
    font-size: 2.4rem;
    text-align: left;
    letter-spacing: 0.05rem;
    transition: all 0.3s ease-out;
}

.section-services .category-button:hover {
    background-color: rgba(255, 226, 118, 0.2);
}

.section-services .category-button.active {
    background-color: #ffe276;
    font-weight: 600;
}

.section-services .service {
    border-radius: 3rem;
    background-color: rgba(255, 226, 118, 0.2);
}

.section-services .service .time__title {
    padding-left: 4rem;
    background: url("../icons/clock.png") no-repeat center left;
    background-size: 2.4rem;
}

.section-services .service .time__desc {
    max-width: 63rem;
}

.section-services .service__post {
    padding: 2.5rem 2rem 3rem 3rem;
    border: 0.1rem solid #000;
    background-color: #fff;
}

.section-services .service .content p:not(:last-child),
.section-services .service .content li:not(:last-child) {
    margin-bottom: 1rem;
}

.section-services .service .content h1,
.section-services .service .content h2,
.section-services .service .content h3,
.section-services .service .content h4 {
    margin-block: 2rem;
}

.section-services .service .content li {
    padding-left: 3rem;
    background: url("../icons/star-blackol-blue-blackol.png") no-repeat top 0.4rem left;
    background-size: 2rem;
}

/* || TESTIMONIALS */
.section-testimonials-banner {
    position: relative;
    padding-block: 20rem;
}

.section-testimonials-banner .img-item {
    position: absolute;
    z-index: -1;
}

.section-testimonials-banner .img-item img {
    max-width: 23rem;
}

.section-testimonials-banner .img-item:nth-child(1) {
    top: 8rem;
    left: 31.5rem;
}

.section-testimonials-banner .img-item:nth-child(2) {
    top: 10rem;
    right: 5rem;
}

.section-testimonials-banner .img-item:nth-child(3) {
    bottom: 7rem;
    left: 5rem;
}

.section-testimonials-banner .img-item:nth-child(4) {
    right: 31.5rem;
    bottom: 7rem;
}

@media (max-width: 991.98px) {
    .section-testimonials-banner {
        padding-block: 15rem;
    }

    .section-testimonials-banner .img-item {
        opacity: 0.5;
    }

    .section-testimonials-banner .img-item:nth-child(1) {
        top: 2rem;
        left: 10rem;
    }

    .section-testimonials-banner .img-item:nth-child(2) {
        top: 2rem;
        right: 2rem;
    }

    .section-testimonials-banner .img-item:nth-child(3) {
        bottom: 2rem;
        left: 2rem;
    }

    .section-testimonials-banner .img-item:nth-child(4) {
        right: 10rem;
        bottom: 2rem;
    }
}

@media (max-width: 575.98px) {
    .section-testimonials-banner {
        padding-block: 10rem;
    }

    .section-testimonials-banner .img-item {
        display: none;
    }
}

.section-testimonials-video {
    display: flex;
    margin-bottom: -10rem;
    background-color: #fafafa;
}

.section-testimonials-video .video-container {
    flex-basis: 50%;
}

.section-testimonials-video .video-container .video {
    border-radius: 0 0 10rem 0;
    transition: all 0.3s ease-out;
    overflow: hidden;
    aspect-ratio: 35/36;
}

.section-testimonials-video .video-container .video__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
}

.section-testimonials-video .video-container .video__icon img {
    max-width: 12rem;
}

.section-testimonials-video .video-container .video:hover {
    filter: brightness(0.8);
}

.section-testimonials-video .content-container {
    flex-basis: 50%;
    padding: 20rem 9rem 20rem 16rem;
}

.section-testimonials-video .content-container .desc {
    max-width: 60rem;
}

@media (max-width: 991.98px) {
    .section-testimonials-video {
        flex-direction: column;
        margin-bottom: 0;
    }

    .section-testimonials-video .video-container {
        padding: 15rem 5rem 0;
    }

    .section-testimonials-video .content-container {
        padding: 10rem 5rem 15rem;
    }

    .section-testimonials-video .content-container .desc {
        max-width: unset;
    }
}

@media (max-width: 575.98px) {
    .section-testimonials-video .video-container {
        padding: 10rem 2rem 0;
    }

    .section-testimonials-video .video-container .video__icon img {
        max-width: 8rem;
    }

    .section-testimonials-video .content-container {
        padding: 5rem 2rem 10rem;
    }
}

.section-welcome-gallery {
    padding-top: 14.5rem;
    border-radius: 0 30rem 0 0;
    background-color: #ffe276;
}

.section-welcome-gallery .title {
    max-width: 100rem;
}

.section-welcome-gallery .content {
    transform: translateY(14.5rem);
}

.section-welcome-gallery .swiper-wrapper {
    transition-timing-function: linear;
}

.section-welcome-gallery .image {
    border-radius: 2rem;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .section-welcome-gallery {
        border-radius: 0 20rem 0 0;
        padding-block: 15rem;
    }

    .section-welcome-gallery .content {
        transform: translateY(0);
    }
}

@media (max-width: 575.98px) {
    .section-welcome-gallery {
        border-radius: 0 10rem 0 0;
        padding-block: 10rem;
    }
}

.section-testimonials {
    padding-top: 32.5rem;
    padding-bottom: 15rem;
}

.section-testimonials .title {
    position: relative;
    max-width: 100rem;
}

.section-testimonials .title::before {
    content: "";
    position: absolute;
    top: -4.5rem;
    left: -1rem;
    width: 10rem;
    height: 10rem;
    background: url(../icons/star-blueol-blueol-yellow.png) no-repeat center;
    background-size: contain;
}

.section-testimonials .title::after {
    content: "";
    position: absolute;
    top: -3.5rem;
    right: -1rem;
    width: 6.5rem;
    height: 8rem;
    background: url(../icons/star-blueol-yellow.png) no-repeat center;
    background-size: contain;
}

.section-testimonials .testimonials {
    column-count: 3;
    column-gap: 3rem;
}

.section-testimonials .testimonial {
    border: 0.1rem solid #2680eb;
    border-radius: 2rem;
	break-inside: avoid;
}

.section-testimonials .testimonial .star img {
    max-width: 2.3rem;
}

.section-testimonials .testimonial:not(:first-child) {
    margin-top: 3rem;
}

@media (max-width: 991.98px) {
    .section-testimonials {
        padding-top: 15rem;
    }

    .section-testimonials .testimonials {
        column-count: 2;
    }
}

@media (max-width: 575.98px) {
    .section-testimonials {
        padding-block: 10rem;
    }

    .section-testimonials .title::before {
        top: -7.5rem;
    }

    .section-testimonials .title::after {
        top: -6.5rem;
    }

    .section-testimonials .testimonials {
        column-count: unset;
    }
}

/* || GEL AND FOAM */
.section-cleansers-banner {
    padding: 3rem 3rem 0;
}

.section-cleansers-banner .content {
    border-radius: 15rem 0.5rem;
}

.section-cleansers-banner .title {
    padding-block: 10rem;
}

@media (max-width: 575.98px) {
    .section-cleansers-banner {
        padding: 2rem 2rem 0;
    }
}

.section-cleansers-intro {
    padding-block: 15rem;
}

.section-cleansers-intro .title {
    max-width: 72.5rem;
}

.section-cleansers-intro .img-container {
    position: relative;
}

.section-cleansers-intro .img-container img {
    border-radius: 2rem;
}

.section-cleansers-intro .img-container::before {
    content: "";
    position: absolute;
    top: 25.5rem;
    left: -10.5rem;
    width: 7.5rem;
    height: 9rem;
    background: url(../icons/star-white-cyanol.png) no-repeat center;
    background-size: contain;
}

.section-cleansers-intro .img-container::after {
    content: "";
    position: absolute;
    top: 7.5rem;
    right: -13rem;
    width: 7rem;
    height: 8rem;
    background: url(../icons/star-blue-blackol.png) no-repeat center;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .section-cleansers-intro .img-container::before {
        top: 10rem;
        left: -8rem;
    }

    .section-cleansers-intro .img-container::after {
        top: 2rem;
        right: -8rem;
    }
}

@media (max-width: 575.98px) {
    .section-cleansers-intro {
        padding-block: 10rem;
    }

    .section-cleansers-intro .img-container::before, .section-cleansers-intro .img-container::after {
        content: none;
    }
}

.section-gel {
    padding-top: 13rem;
    padding-bottom: 18rem;
    border-top-right-radius: 30rem;
}

.section-gel .img-container img {
    border-radius: 2rem;
}

.section-gel .benefits {
    border-top: 0.1px solid #2680eb;
}

.section-gel .benefit__img img {
    max-width: 13rem;
}

@media (max-width: 991.98px) {
    .section-gel {
        border-top-right-radius: 20rem;
        padding-block: 15rem;
    }
}

@media (max-width: 991.98px) {
    .section-gel {
        border-top-right-radius: 10rem;
        padding-block: 10rem;
    }
}

.section-foam {
    margin-top: -4rem;
    padding-bottom: 12.5rem;
}

.section-foam .img-container {
    position: relative;
}

.section-foam .img-container img {
    border-radius: 2rem;
}

.section-foam .img-container::before {
    content: "";
    position: absolute;
    top: 7.5rem;
    left: -15rem;
    width: 7.5rem;
    height: 9rem;
    background: url(../icons/star-blue-cyanol.png) no-repeat center;
    background-size: contain;
}

.section-foam .img-container::after {
    content: "";
    position: absolute;
    right: -11rem;
    bottom: 0;
    width: 6rem;
    height: 7rem;
    background: url(../icons/star-white-whiteolblack.png) no-repeat center;
    background-size: contain;
}

.section-foam .content {
    padding-top: 17rem;
    padding-bottom: 18rem;
}

.section-foam .benefits {
    border-top: 0.1px solid #2680eb;
}

.section-foam .benefit__img img {
    max-width: 13rem;
}

@media (max-width: 991.98px) {
    .section-foam {
        margin-top: 0;
        padding-block: 15rem;
    }

    .section-foam .content {
        padding-block: 0;
    }
}

@media (max-width: 575.98px) {
    .section-foam {
        padding-block: 10rem;
    }

    .section-foam .img-container::before, .section-foam .img-container::after {
        content: none;
    }
}

.section-cleansers-compare {
    padding-top: 15rem;
    padding-bottom: 19rem;
}

.section-cleansers-compare table {
    width: 100%;
    border: 0.1rem solid #2680eb;
    border-radius: 2rem;
    box-shadow: 0 0 0 0.1rem #2680eb;
    overflow: hidden;
}

.section-cleansers-compare table th,
.section-cleansers-compare table td {
    padding: 2rem 3rem;
    border: 0.1rem solid #2680eb;
}

.section-cleansers-compare table th {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
}

.section-cleansers-compare table td {
    text-align: center;
    letter-spacing: 0.04rem;
}

.section-cleansers-compare table thead th {
    background-color: #ffe276;
}

.section-cleansers-compare table thead th:first-child {
    border-top-left-radius: 2rem;
}

.section-cleansers-compare table thead th:last-child {
    border-top-right-radius: 2rem;
}

.section-cleansers-compare table tbody tr:last-child th {
    border-bottom-left-radius: 2rem;
}

.section-cleansers-compare table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 2rem;
}

@media (max-width: 991.98px) {
    .section-cleansers-compare {
        padding-bottom: 15rem;
    }
}

@media (max-width: 575.98px) {
    .section-cleansers-compare {
        padding-top: 10rem;
        padding-bottom: 12rem;
    }

    .section-cleansers-compare table th,
    .section-cleansers-compare table td {
        padding: 1.5rem 2rem;
    }
}

.section-cleansers-improvements {
    position: relative;
    padding-bottom: 15rem;
}

.section-cleansers-improvements .slider::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 14rem;
    left: -11.5rem;
    width: 5.5rem;
    height: 5.5rem;
    background: url(../icons/star-blue-blackol.png) no-repeat center;
    background-size: contain;
}

.section-cleansers-improvements .slider::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: -9rem;
    width: 6rem;
    height: 5.5rem;
    background: url(../icons/star-blue-blackol.png) no-repeat center;
    background-size: contain;
}

.section-cleansers-improvements .improvement {
    position: relative;
    padding-bottom: 5rem;
}

.section-cleansers-improvements .improvement img {
    border-radius: 2rem;
}

.section-cleansers-improvements .improvement::before {
    content: "BEFORE";
    position: absolute;
    bottom: 0;
    left: 25%;
    font-weight: 600;
    letter-spacing: 0.04rem;
    transform: translateX(-50%);
}

.section-cleansers-improvements .improvement::after {
    content: "AFTER";
    position: absolute;
    right: 25%;
    bottom: 0;
    font-weight: 600;
    letter-spacing: 0.04rem;
    transform: translateX(50%);
}

.section-cleansers-improvements .swiper-prev,
.section-cleansers-improvements .swiper-next {
    top: 40%;
}

.section-cleansers-improvements .button {
    padding-inline: 15rem !important;
}

@media (max-width: 991.98px) {
    .section-cleansers-improvements .slider::before {
        left: -6rem;
    }

    .section-cleansers-improvements .slider::after {
        right: -5.5rem;
    }
}

@media (max-width: 575.98px) {
    .section-cleansers-improvements {
        padding-bottom: 10rem;
    }

    .section-cleansers-improvements .button {
        padding-inline: 3rem;
    }

    .section-cleansers-improvements .slider::before, .section-cleansers-improvements .slider::after {
        content: none;
    }
}

/* || OUTLETS */
.section-outlets-locations {
    padding-top: 10rem;
    padding-bottom: 15rem;
}

.section-outlets-locations .title {
    position: relative;
    width: fit-content;
}

.section-outlets-locations .title__end {
    position: relative;
    cursor: pointer;
}

.section-outlets-locations .title__end img {
    max-width: 4rem;
    transition: all 0.3s ease-out;
}

.section-outlets-locations .title__end .regions-nav {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 0;
    opacity: 0;
    padding: 2rem;
    border: 0.1rem solid #2680eb;
    border-radius: 2rem;
    background-color: #fff;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.0509803922);
    transition: all 0.3s ease-out;
    transform: translateY(5rem);
    pointer-events: none;
}

.section-outlets-locations .title__end .regions-nav:before {
    content: "";
    position: absolute;
    top: -1.1rem;
    left: 5rem;
    width: 2rem;
    height: 2rem;
    border-top: 0.1rem solid #2680eb;
    border-left: 0.1rem solid #2680eb;
    background-color: #fff;
    transform: rotate(45deg);
}

.section-outlets-locations .regions-nav .region-button {
    padding: 1rem 3rem;
    border: 0.1rem solid #e3f2fd;
    border-radius: 10rem;
    font-size: 2.5rem;
    text-align: start;
    letter-spacing: 0.04rem;
    transition: all 0.3s ease-out;
}

.section-outlets-locations .regions-nav .region-button.active, .section-outlets-locations .regions-nav .region-button:hover {
    background-color: #e3f2fd;
}

.section-outlets-locations .regions-nav .region-button.active {
    font-weight: 600;
}

.section-outlets-locations .title__end:hover img {
    transform: rotate(180deg);
}

.section-outlets-locations .title__end:hover .regions-nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

.section-outlets-locations .title-with-lines {
    transform: translateY(0);
    gap: 7rem;
}

.section-outlets-locations .title-with-lines .title {
    font-size: 5rem;
}

.section-outlets-locations .locations {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 3rem;
}

.section-outlets-locations .location .img-wrapper--cover {
    border-radius: 100rem 100rem 0 0;
    overflow: hidden;
    aspect-ratio: 25/18;
}

.section-outlets-locations .location .content-container {
    flex: 1;
    border-radius: 0 0 2rem 2rem;
    transform: translateY(-0.1rem);
}

.section-outlets-locations .location .hours-title {
    position: relative;
    width: fit-content;
}

.section-outlets-locations .location .hours-title::before, .section-outlets-locations .location .hours-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2rem;
    height: 0.2rem;
    background-color: #68a8ec;
    transform: translateY(-50%);
}

.section-outlets-locations .location .hours-title::before {
    left: 0;
}

.section-outlets-locations .location .hours-title::after {
    right: 0;
}

.section-outlets-locations .location .address-link {
    transition: all 0.3s ease-out;
}

.section-outlets-locations .location .address-link img {
    max-width: 3.2rem;
}

.section-outlets-locations .location .address-link:hover {
    color: #2680eb;
}

@media (max-width: 991.98px) {
    .section-outlets-locations .locations {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .section-outlets-locations {
        padding-bottom: 10rem;
    }

    .section-outlets-locations .locations {
        grid-template-columns: 1fr;
    }
}

.section-outlets-maps {
    margin-bottom: -45rem;
}

.section-outlets-maps .title-with-lines {
    transform: translateY(0);
}

.section-outlets-maps .title-with-lines .title {
    font-size: 6.4rem;
}

.section-outlets-maps .img-container img {
    border-radius: 3rem;
}

@media (max-width: 991.98px) {
    .section-outlets-maps {
        margin-bottom: -30rem;
    }
}

@media (max-width: 575.98px) {
    .section-outlets-maps {
        margin-bottom: -15rem;
    }
}

.section-outlets-hours {
    padding-top: 60rem;
    padding-bottom: 15rem;
    background-color: #f0e4e8;
}

@media (max-width: 991.98px) {
    .section-outlets-hours {
        padding-top: 45rem;
    }
}

@media (max-width: 575.98px) {
    .section-outlets-hours {
        padding-top: 25rem;
        padding-bottom: 10rem;
    }
}

.section-outlets-note {
    padding-bottom: 15rem;
}

.section-outlets-note .title-with-lines {
    transform: translateY(-3.5rem);
}

.section-outlets-note .title-with-lines .title {
    font-size: 5rem;
}

.section-outlets-note .note {
    position: relative;
}

.section-outlets-note .note__img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.section-outlets-note .note__img img {
    max-width: 14rem;
}

.section-outlets-note .note__content {
    border: 0.1rem solid #2680eb;
    padding-block: 3rem;
}

.section-outlets-note .note:nth-child(odd) {
    padding-left: 8.5rem;
}

.section-outlets-note .note:nth-child(odd) .note__img {
    left: 0;
}

.section-outlets-note .note:nth-child(odd) .note__content {
    border-radius: 30rem 2rem 2rem 30rem;
    padding-inline: 12.5rem 4rem;
}

.section-outlets-note .note:nth-child(even) {
    padding-right: 8.5rem;
}

.section-outlets-note .note:nth-child(even) .note__img {
    right: 0;
}

.section-outlets-note .note:nth-child(even) .note__content {
    border-radius: 2rem 30rem 30rem 2rem;
    padding-inline: 4rem 12.5rem;
}

@media (max-width: 575.98px) {
    .section-outlets-note {
        padding-bottom: 10rem;
    }

    .section-outlets-note .note:nth-child(odd) .note__content {
        border-radius: 15rem 2rem 2rem 15rem;
        padding-inline: 8rem 4rem;
    }

    .section-outlets-note .note:nth-child(even) .note__content {
        border-radius: 2rem 15rem 15rem 2rem;
        padding-inline: 4rem 8rem;
    }
}

.section-outlets-instagram {
    border-top-right-radius: 30rem;
    padding-block: 15rem;
}

.section-outlets-instagram .desc a {
    color: #2680eb;
}

.section-outlets-instagram .desc a:hover {
    text-decoration: underline;
}

.section-outlets-instagram .instagram-link img {
    max-width: 5rem;
}

.section-outlets-instagram .instagram-gallery .img {
    border-radius: 2rem;
}

@media (max-width: 991.98px) {
    .section-outlets-instagram {
        border-top-right-radius: 20rem;
    }
}

@media (max-width: 575.98px) {
    .section-outlets-instagram {
        border-top-right-radius: 10rem;
        padding-block: 10rem;
    }
}

/* || MEDIA */
.section-media-banner {
    padding: 3rem 3rem 0;
}

.section-media-banner .content {
    border-radius: 15rem 0.5rem 15rem 0.5rem;
    overflow: hidden;
}

.section-media-banner .title {
    padding-block: 12rem;
}

@media (max-width: 575.98px) {
    .section-media-banner {
        padding-inline: 2rem;
    }

    .section-media-banner .content {
        background: none !important;
        background-color: #f0e4e8 !important;
    }

    .section-media-banner .title {
        padding-block: 10rem;
    }
}

.section-media-awards {
    position: relative;
    z-index: 1;
    margin-bottom: -31rem;
    padding-top: 15rem;
}

.section-media-awards .img-container {
    position: relative;
}

.section-media-awards .img-container::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 25.5rem;
    left: -10.5rem;
    width: 7.5rem;
    height: 9rem;
    background: url(../icons/star-white-cyanol.png) no-repeat center;
    background-size: contain;
}

.section-media-awards .img-container::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 7rem;
    right: -13rem;
    width: 7rem;
    height: 8rem;
    background: url(../icons/star-blue-whiteolblack.png) no-repeat center;
    background-size: contain;
}

.section-media-awards .img-container img {
    border-radius: 2rem;
}

@media (max-width: 991.98px) {
    .section-media-awards {
        margin-bottom: -20rem;
    }

    .section-media-awards .img-container::before {
        top: 15rem;
        left: -8rem;
    }

    .section-media-awards .img-container::after {
        top: 5rem;
        right: -8rem;
    }
}

@media (max-width: 575.98px) {
    .section-media-awards {
        padding-top: 10rem;
    }

    .section-media-awards .img-container::before, .section-media-awards .img-container::after {
        content: none;
    }
}

.section-media-video {
    position: relative;
    display: flex;
    align-items: end;
    padding-top: 20rem;
    border-top-right-radius: 30rem;
}

.section-media-video::before {
    content: "";
    position: absolute;
    top: 24rem;
    left: 12rem;
    width: 6rem;
    height: 7rem;
    background: url(../icons/star-blue-whiteolblack.png) no-repeat center;
    background-size: contain;
}

.section-media-video .video-container {
    flex-basis: 50%;
    transform: translateY(20rem);
}

.section-media-video .video-container .video {
    border-radius: 0 0 10rem 0;
    transition: all 0.3s ease-out;
    overflow: hidden;
    aspect-ratio: 35/36;
}

.section-media-video .video-container .video__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
}

.section-media-video .video-container .video__icon img {
    max-width: 12rem;
}

.section-media-video .video-container .video:hover {
    filter: brightness(0.8);
}

.section-media-video .content-container {
    flex-basis: 50%;
    padding: 34rem 18.3rem 16rem 15.5rem;
}

@media (max-width: 991.98px) {
    .section-media-video {
        align-items: unset;
        flex-direction: column;
        margin-bottom: 0;
        border-top-right-radius: 20rem;
    }

    .section-media-video .video-container {
        padding: 15rem 5rem 0;
        transform: translateY(0);
    }

    .section-media-video .content-container {
        padding: 5rem 10rem 15rem;
    }

    .section-media-video .content-container .desc {
        max-width: unset;
    }
}

@media (max-width: 575.98px) {
    .section-media-video {
        border-top-right-radius: 10rem;
    }

    .section-media-video .video-container {
        padding: 10rem 2rem 0;
    }

    .section-media-video .video-container .video__icon img {
        max-width: 8rem;
    }

    .section-media-video .content-container {
        padding: 5rem 2rem 10rem;
    }
}

.section-media-stories {
    padding-top: 36rem;
    padding-bottom: 15rem;
}

.section-media-stories .stories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.section-media-stories .story {
    position: relative;
}

.section-media-stories .story::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.section-media-stories .story__content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.section-media-stories .story__date {
    color: rgba(255, 255, 255, 0.5);
}

.section-media-stories .story__link img,
.section-media-stories .story .details__source img {
    max-width: 4rem;
}

.section-media-stories .story__link {
    color: #fff;
}

.section-media-stories .story__link:hover .link {
    text-decoration: underline;
}

.section-media-stories .story__popup .modal-dialog {
    max-width: 129rem;
}

.section-media-stories .story__popup .modal-content {
    padding: 7rem 13rem 4rem;
    border-radius: 0;
}

.section-media-stories .story__popup .popup-close {
    position: absolute;
    top: 4rem;
    right: 6rem;
    transition: all 0.3s ease-out;
    filter: grayscale(1);
}

.section-media-stories .story__popup .popup-close img {
    max-width: 4rem;
}

.section-media-stories .story__popup .popup-close:hover {
    filter: none;
}

.section-media-stories .story__popup .details__date {
    color: rgba(0, 0, 0, 0.5);
}

.section-media-stories .story__popup .details__content {
    max-height: 100rem;
    margin-right: -2rem;
    padding-right: 2rem;
    overflow-y: auto;
}

.section-media-stories .story__popup .details__content img {
    width: 100%;
}

.section-media-stories .story__popup .details__content::-webkit-scrollbar {
    width: 0.6rem;
    border-radius: 10rem;
}

.section-media-stories .story__popup .details__content::-webkit-scrollbar-track {
    border-radius: 10rem;
    background-color: #f5f5f5;
}

.section-media-stories .story__popup .details__content::-webkit-scrollbar-thumb {
    border-radius: 10rem;
    background-color: #2680eb;
}

.section-media-stories .story__popup .details__source:hover .link {
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .section-media-stories {
        padding-top: 15rem;
    }

    .section-media-stories .stories {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-media-stories .story__popup .modal-dialog {
        max-width: 90%;
    }

    .section-media-stories .story__popup .modal-content {
        padding: 7rem 8rem 4rem;
    }
}

@media (max-width: 575.98px) {
    .section-media-stories {
        padding-block: 10rem;
    }

    .section-media-stories .stories {
        grid-template-columns: 1fr;
    }

    .section-media-stories .story__popup .popup-close {
        top: 3rem;
        right: 3rem;
    }

    .section-media-stories .story__popup .modal-dialog {
        max-width: unset;
    }

    .section-media-stories .story__popup .modal-content {
        padding: 5rem 3rem 4rem;
    }
}

/* || FRANCHISE */
.section-franchise-banner {
    position: relative;
    padding-block: 10rem 15rem;
}

.section-franchise-banner::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 13rem;
    left: 18.3rem;
    width: 6.5rem;
    height: 7.5rem;
    background: url(../icons/star-blue-whiteolblue-left.png) no-repeat center;
    background-size: contain;
}

.section-franchise-banner::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 13rem;
    right: 18.3rem;
    width: 6.5rem;
    height: 7.5rem;
    background: url(../icons/star-blue-whiteolblue-right.png) no-repeat center;
    background-size: contain;
}

.section-franchise-banner .title {
    max-width: 115rem;
}

@media (max-width: 991.98px) {
    .section-franchise-banner::before {
        left: 2rem;
    }

    .section-franchise-banner::after {
        right: 2rem;
    }
}

@media (max-width: 575.98px) {
    .section-franchise-banner {
        padding-bottom: 10rem;
    }

    .section-franchise-banner::before {
        bottom: 6rem;
    }

    .section-franchise-banner::after {
        top: 6rem;
    }
}

.section-franchise-gallery .swiper-slide {
    width: fit-content;
}

.section-franchise-gallery .image {
    height: 34rem;
}

.section-franchise-dreams {
    margin-bottom: -5rem;
    padding-top: 15rem;
}

.section-franchise-dreams .img-container {
    position: relative;
}

.section-franchise-dreams .img-container::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -3rem;
    left: 2rem;
    width: 7.5rem;
    height: 9rem;
    background: url(../icons/star-blue-cyanol.png) no-repeat center;
    background-size: contain;
}

.section-franchise-dreams .img-container::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 36.5rem;
    left: -11rem;
    width: 6rem;
    height: 7rem;
    background: url(../icons/star-white-whiteolblack.png) no-repeat center;
    background-size: contain;
}

.section-franchise-dreams .img-container img {
    border-radius: 100rem;
}

@media (max-width: 991.98px) {
    .section-franchise-dreams {
        margin-bottom: 0;
        padding-bottom: 15rem;
    }
}

@media (max-width: 575.98px) {
    .section-franchise-dreams {
        padding-block: 10rem;
    }
}

.section-franchise-consider {
    position: relative;
    padding-block: 15rem;
}

.section-franchise-consider::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 150rem;
    height: 100%;
    border-radius: 0 30rem 30rem 0;
    background-color: #e3f2fd;
}

.section-franchise-consider .img-container {
    position: relative;
}

.section-franchise-consider .img-container .img-wrapper img {
    border-radius: 100rem;
}

.section-franchise-consider .img-container .star {
    position: absolute;
}

.section-franchise-consider .img-container .star img {
    max-width: 7rem;
}

.section-franchise-consider .img-container .star:nth-child(1) {
    top: -1rem;
    right: 0;
}

.section-franchise-consider .img-container .star:nth-child(2) {
    top: 27rem;
    left: 3rem;
}

.section-franchise-consider .img-container .star:nth-child(3) {
    right: -4rem;
    bottom: 23.5rem;
}

@media (max-width: 991.98px) {
    .section-franchise-consider::before {
        width: 100%;
        border-radius: 0 20rem 20rem 0;
    }
}

@media (max-width: 575.98px) {
    .section-franchise-consider {
        padding-block: 10rem;
    }

    .section-franchise-consider::before {
        border-radius: 0 10rem 10rem 0;
    }

    .section-franchise-consider .img-container .star:nth-child(3) {
        right: 0;
    }
}

.section-franchise-tabs {
    padding-block: 15rem;
}

.section-franchise-tabs .franchise-button {
    min-width: 36.5rem;
    padding: 1rem 3rem;
    border-radius: 10rem;
    font-size: 2.4rem;
    text-align: start;
    letter-spacing: 0.05rem;
    transition: all 0.3s ease-out;
}

.section-franchise-tabs .franchise-button.active, .section-franchise-tabs .franchise-button:hover {
    background-color: #e5a4cc;
    color: #fff;
}

.section-franchise-tabs .franchise-button.active {
    font-weight: 600;
}

.section-franchise-tabs .franchise-content {
    border-radius: 10rem;
    background-color: #f0e4e8;
}

.section-franchise-tabs .franchise-content .desc p:not(:last-child),
.section-franchise-tabs .franchise-content .desc li:not(:last-child) {
    margin-bottom: 1rem;
}

.section-franchise-tabs .franchise-content .desc h1,
.section-franchise-tabs .franchise-content .desc h2,
.section-franchise-tabs .franchise-content .desc h3,
.section-franchise-tabs .franchise-content .desc h4 {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
    font-weight: 600;
}

.section-franchise-tabs .franchise-content .desc li {
    padding-left: 3rem;
    background: url("../icons/star-blackol-blue-blackol.png") no-repeat top 0.4rem left;
    background-size: 2rem;
}

.section-franchise-tabs .franchise-content .desc li a {
    color: #2680eb;
}

.section-franchise-tabs .franchise-content .desc li a:hover {
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    .section-franchise-tabs {
        padding-block: 10rem;
    }
}

.section-franchise-maps {
    position: relative;
    padding-top: 15rem;
}

.section-franchise-maps::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    height: 65%;
    border-bottom-left-radius: 30rem;
    background-color: #e3f2fd;
}

.section-franchise-maps .img-container img {
    border-radius: 3rem;
}

@media (max-width: 991.98px) {
    .section-franchise-maps::before {
        border-bottom-left-radius: 20rem;
    }
}

@media (max-width: 575.98px) {
    .section-franchise-maps {
        padding-top: 10rem;
    }

    .section-franchise-maps::before {
        border-bottom-left-radius: 10rem;
    }
}

.section-franchise-partner {
    padding-top: 10rem;
    padding-bottom: 15rem;
}

.section-franchise-partner .content {
    position: relative;
}

.section-franchise-partner .content::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -13rem;
    width: 10rem;
    height: 10rem;
    background: url(../icons/star-blackol-blue-blackol.png) no-repeat center;
    background-size: contain;
}

.section-franchise-partner .content::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 43.5rem;
    right: -10rem;
    width: 7rem;
    height: 8rem;
    background: url(../icons/star-blue-blueol.png) no-repeat center;
    background-size: contain;
}

.section-franchise-partner .content .desc a {
    color: #2680eb;
}

.section-franchise-partner .content .desc a:hover {
    text-decoration: underline;
}

.section-franchise-partner .download-form img {
    max-width: 10rem;
}

@media (max-width: 991.98px) {
    .section-franchise-partner .content::before {
        left: -8rem;
    }

    .section-franchise-partner .content::after {
        right: -7rem;
    }
}

@media (max-width: 575.98px) {
    .section-franchise-partner {
        padding-bottom: 10rem;
    }

    .section-franchise-partner .content::before, .section-franchise-partner .content::after {
        content: none;
    }
}

/* || FAQs */
.section-faqs-banner {
    padding: 3rem 3rem 0;
}

.section-faqs-banner .content-container {
    border-radius: 20rem 0.5rem 20rem 0.5rem;
}

.section-faqs-banner .title {
    max-width: 55rem;
}

.section-faqs-banner .desc {
    max-width: 59rem;
}

.section-faqs-banner .btn {
    display: inline-block;
    padding: 1.2rem 3rem;
    border-width: 0.1rem;
    border-style: solid;
    border-radius: 5rem;
    font-weight: 600;
    letter-spacing: 0.06rem;
    transition: all 0.3s ease-out;
}

.section-faqs-banner .btn--blue {
    border-color: #2680eb;
    background-color: #2680eb;
    color: #fff;
}

.section-faqs-banner .btn--blue:hover {
    background-color: transparent;
    color: #2680eb;
}

.section-faqs-banner .btn--white {
    border-color: #000;
    background-color: #fff;
}

.section-faqs-banner .btn--white:hover {
    background-color: #000;
    color: #fff;
}

.section-faqs-banner .img-container img {
    border-radius: 100rem;
}

@media (max-width: 991.98px) {
    .section-faqs-banner .content-container {
        border-radius: 10rem 0.5rem 10rem 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .section-faqs-banner {
        padding-inline: 2rem;
    }
}

.section-faqs-questions {
    padding-top: 10rem;
    padding-bottom: 15rem;
}

.section-faqs-questions .title-with-lines {
    transform: translateY(0);
}

.section-faqs-questions .question {
    background-color: rgba(0, 0, 0, 0.04);
}

@media (max-width: 575.98px) {
    .section-faqs-questions {
        padding-bottom: 10rem;
    }
}

.section-faqs-form {
    padding-top: 13rem;
    padding-bottom: 15rem;
    border-top-right-radius: 30rem;
}

.wpcf7-spinner {
    display: none;
}

@media (max-width: 991.98px) {
    .section-faqs-form {
        border-top-right-radius: 20rem;
    }
}

@media (max-width: 575.98px) {
    .section-faqs-form {
        border-top-right-radius: 10rem;
        padding-block: 10rem;
    }
}

/* || PRODUCTS */
.section-products-list {
    padding-block: 15rem;
}

@media (max-width: 991.98px) {
    .section-products-list .products__filter {
        position: fixed;
        z-index: 10;
        top: 16rem;
        left: 0;
        min-width: 40%;
        height: calc(100vh - 16rem);
        padding: 14rem 4rem 4rem;
        background-color: #fff;
        transition: all 0.3s ease-out;
        transform: translateX(-100%);
    }

    .section-products-list .products__filter-close {
        position: absolute;
        top: 8rem;
        right: 3rem;
        transition: all 0.3s ease-out;
        filter: grayscale(1);
    }

    .section-products-list .products__filter-close img {
        max-width: 2.4rem;
    }

    .section-products-list .products__filter-close:hover {
        filter: none;
    }

    .section-products-list .products__filter--show {
        transform: translateX(0);
    }
}

@media (max-width: 575.98px) {
    .section-products-list {
        padding-block: 10rem;
    }

    .section-products-list .products__filter {
        min-width: 65%;
        padding: 15rem 3rem 3rem;
    }

    .section-products-list .products__filter-close {
        top: 10rem;
    }
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-result-count,
.woocommerce-page .woocommerce-ordering {
    float: none;
    margin: 0;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
    margin-bottom: 0;
    padding: 0 3.4rem 0 1rem;
    border: none;
    background-position: right center;
    background-size: 2.4rem;
    text-align: end;
}

.woocommerce .woocommerce-before-shop-loop,
.woocommerce-page .woocommerce-before-shop-loop {
    border-block: 0.1rem solid rgba(0, 0, 0, 0.2);
}

.woocommerce .price,
.woocommerce-page .price {
    display: flex !important;
    gap: 0.5rem;
}

.woocommerce .price del,
.woocommerce-page .price del {
    order: 1;
}

.woocommerce .price ins,
.woocommerce-page .price ins {
    text-decoration: none;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    margin-bottom: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: 5rem;
	display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    margin: 0;
    height: 100%;
    object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-product__img,
.woocommerce-page ul.products li.product .woocommerce-loop-product__img {
    position: relative;
	aspect-ratio: 4/5;
    overflow: hidden;
    margin-bottom: 2rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__img img:nth-child(2),
.woocommerce-page ul.products li.product .woocommerce-loop-product__img img:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box;
    padding: 0;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.woocommerce ul.products li.product .woocommerce-loop-product__excerpt,
.woocommerce-page ul.products li.product .woocommerce-loop-product__excerpt {
    min-height: 5.6rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__excerpt p:not(:last-child),
.woocommerce-page ul.products li.product .woocommerce-loop-product__excerpt p:not(:last-child) {
    margin-bottom: 0;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.06rem;
    color: #000;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
    margin-top: 5rem;
    box-shadow: 0 0 0 1px #2680eb !important;
    padding-inline: 4rem !important;
}

.woocommerce ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product .added_to_cart {
    display: none;
}

@media (max-width: 575.98px) {
    .woocommerce ul.products li.product .button,
    .woocommerce-page ul.products li.product .button {
        margin-top: 3rem;
    }
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__img img:nth-child(2),
.woocommerce-page ul.products li.product:hover .woocommerce-loop-product__img img:nth-child(2) {
    opacity: 1;
}

.woocommerce ul.products li.product:hover .button,
.woocommerce-page ul.products li.product:hover .button {
    box-shadow: 0 0 0 1px #2680eb, 0.5rem 0.8rem 0 0 #2680eb !important;
}

.woocommerce ul.products li.product:hover .button:hover,
.woocommerce-page ul.products li.product:hover .button:hover {
    box-shadow: 0 0 0 1px #2680eb !important;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 0;
    gap: 0.5rem;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li {
    float: none;
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li svg,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li svg {
    max-width: 2.4rem;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    min-width: unset;
    height: 5rem;
    padding: 0.1rem 0 0;
    border: 0.1rem solid transparent;
    border-radius: 50%;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-out;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span:hover,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li span:hover {
    border-color: rgba(0, 0, 0, 0.3);
    background: transparent;
    color: rgba(0, 0, 0, 0.3);
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a.current,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li a.current,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li span.current {
    border-color: #2680eb;
    background: #e3f2fd;
    color: #2680eb;
}

.products__filter .filter-container {
    height: 100%;
    overflow-y: auto;
}

.bapf_sfilter {
    margin-bottom: 0;
}

.bapf_sfilter .bapf_head h3 {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
}

.bapf_sfilter .bapf_body {
    margin-top: 2rem;
}

.bapf_sfilter .bapf_body > ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.bapf_sfilter.bapf_ckbox input[type=checkbox] {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.2rem;
}

.bapf_sfilter label {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 400;
    text-transform: none;
}

.bapf_sfilter .bapf_colaps_smb {
    width: 2.4rem;
    height: 2.4rem;
    background: url(../icons/white-down-chevron-bluebg.png) no-repeat;
    background-size: contain;
    transition: all 0.3s ease-in-out;
}

.bapf_sfilter .bapf_colaps_smb::before {
    content: none;
}

.bapf_sfilter .bapf_colaps_smb.fa-chevron-up {
    transform: rotate(180deg);
}

.berocket_single_filter_widget .bapf_sfilter {
    padding-block: 3rem;
}

.berocket_single_filter_widget + .berocket_single_filter_widget .bapf_sfilter {
    border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
}

.berocket_single_filter_widget:first-child .bapf_sfilter {
    padding-top: 0;
}

.berocket_single_filter_widget:last-child .bapf_sfilter {
    padding-bottom: 0;
}

.bapf_slidr .bapf_body {
    padding-inline: 1rem;
}

.bapf_slidr_jqrui .bapf_slidr_main {
    margin-bottom: 2rem;
}

.bapf_slidr_main.ui-widget-content {
    height: 0.5rem;
    border-radius: 3rem;
    background: rgba(0, 0, 0, 0.2);
}

.bapf_slidr_main.ui-widget-content .ui-slider-range {
    background: #2680EB;
}

.bapf_slidr_main.ui-widget-content .ui-slider-handle {
    top: 50%;
    border-radius: 50%;
    background: #fff;
    font-size: 1.4rem;
    transform: translateY(-50%);
}

.bapf_sfilter .ui-widget-content .ui-state-default {
    border: 0.1rem solid #2680EB;
}

/* || PRODUCT DETAILS */
.section-product-details {
    padding-top: 8rem;
    padding-bottom: 15rem;
}

@media (max-width: 575px) {
    .section-product-details {
        padding-bottom: 10rem;
    }
}

.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
    width: 49%;
}

.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 38.5%;
}

.rtwpvg-images,
.woocommerce div.product div.summary {
    margin-bottom: 15rem;
}

@media (max-width: 991px) {
    .woocommerce div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 52%;
    }

    .rtwpvg-images,
    .woocommerce div.product div.summary {
        margin-bottom: 10rem;
    }
}

@media (max-width: 767px) {
    .woocommerce div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 100%;
    }

    .rtwpvg-images {
        margin-bottom: 5rem;
    }
}

.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper {
    position: absolute;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
}

.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image img {
    border: 0.2rem solid #fff;
    aspect-ratio: 4/5;
    object-fit: cover;
}

.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
    position: relative;
}

.woocommerce div.product div.summary::after,
.woocommerce-page div.product div.summary::before {
    content: "";
    position: absolute;
    top: 47.5rem;
    left: -8.5rem;
    width: 5.5rem;
    height: 6rem;
    background: url(../icons/star-blue-blackol.png) no-repeat center;
    background-size: contain;
}

.woocommerce div.product div.summary::after,
.woocommerce-page div.product div.summary::after {
    content: "";
    position: absolute;
    top: 1.5rem;
    left: calc(100% - 7rem);
    width: 7rem;
    height: 7rem;
    background: url(../icons/star-blackol-blackol-blue.png) no-repeat center;
    background-size: contain;
}

.woocommerce div.product .product_title {
    font-size: 4.6rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.1rem;
}

.woocommerce div.product p.price,
.woocommerce div.woocommerce-variation-price span.price {
    align-items: end;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.06rem;
    color: #000;
    gap: 1.5rem;
}

.woocommerce div.product p.price {
    margin-top: 3rem;
    margin-bottom: 0;
}

.woocommerce div.woocommerce-variation-price span.price {
    margin-bottom: 2rem;
}

.woocommerce div.product p.price del,
.woocommerce div.woocommerce-variation-price span.price del {
    padding-bottom: 0.2rem;
}

.woocommerce div.product p.price ins,
.woocommerce div.woocommerce-variation-price span.price ins {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.08rem;
}

.woocommerce-product-details__short-description {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 0.05rem solid #969596;
    font-size: 1.6rem;
    letter-spacing: 0.03rem;
}

.woocommerce-product-details__short-description ul li::before {
    content: '- ';
}

.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
    content: none;
}

.quantity-container {
    border-radius: 5rem;
}

.quantity-container .minus {
    padding-bottom: 0.6rem;
    font-size: 5rem;
    font-weight: 300;
    line-height: 5.4rem;
}

.quantity-container .plus {
    font-size: 2.5rem;
    line-height: 6rem;
}

.woocommerce .quantity .qty {
    width: 4rem;
    -moz-appearance: textfield;
}

.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.woocommerce button.single_add_to_cart_button span.price {
    font-size: 2rem;
    color: #000;
}

@media (min-width: 768px) {
    .woocommerce button.single_add_to_cart_button {
        width: 100%;
    }
}

.wp-video {
    width: 100% !important;
}

.wp-video .mejs-container {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16/9;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    max-width: 100%;
    margin-bottom: 2.5rem;
    padding: 0;
    overflow-x: auto;
    border-block: 0.1rem solid rgba(0, 0, 0, 0.3);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 10rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar-track {
    border-radius: 10rem;
    background-color: #f5f5f5;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar-thumb {
    border-radius: 10rem;
    background-color: #2680eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.7);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: #2680EB;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: 0;
    bottom: 50%;
    width: 0.1rem;
    height: 1.8rem;
    border: 0;
    border-bottom-left-radius: 0;
    background-color: #2680EB;
    box-shadow: none;
    transform: translateY(50%);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    width: max-content;
    padding: 3rem;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    color: rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease-in-out;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #2680EB;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    font-weight: 600;
    color: #2680EB;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child a {
    padding-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child a {
    padding-right: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child::after {
    content: none;
}

.woocommerce-Tabs-panel {
    font-size: 1.6rem;
    letter-spacing: 0.03rem;
}

.woocommerce-Tabs-panel h3,
.woocommerce-Tabs-panel h4,
.woocommerce-Tabs-panel h5 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.06rem;
}

.woocommerce-Tabs-panel > h2:first-child {
    display: none;
}

.woocommerce-Tabs-panel hr {
    margin-block: 3rem;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
    max-height: 136.5rem;
    padding-right: 2rem;
	padding-left: 1rem;
    overflow-y: auto;
}

.woocommerce div.product .woocommerce-tabs .panel::-webkit-scrollbar {
    width: 0.4rem;
    border-radius: 10rem;
}

.woocommerce div.product .woocommerce-tabs .panel::-webkit-scrollbar-track {
    border-radius: 10rem;
    background-color: #f5f5f5;
}

.woocommerce div.product .woocommerce-tabs .panel::-webkit-scrollbar-thumb {
    border-radius: 10rem;
    background-color: #2680eb;
}

.section-other-products {
    border-top-right-radius: 30rem;
    padding-block: 15rem;
}

.section-other-products .swiper-prev,
.section-other-products .swiper-next {
    top: 35%;
}

@media (max-width: 991px) {
    .section-other-products {
        border-top-right-radius: 20rem;
    }
}

@media (max-width: 575px) {
    .section-other-products {
        border-top-right-radius: 10rem;
        padding-block: 10rem;
    }
}

.woocommerce .slider ul.products .swiper-slide,
.woocommerce-page .slider ul.products .swiper-slide {
    height: auto;
}

.woocommerce .slider ul.products li.product,
.woocommerce-page .slider ul.products li.product {
    float: none;
    width: auto;
    margin: 0;
}

.woocommerce div.product form.cart .variations select {
    margin: 0;
}

/* || CART */
.woocommerce-cart-form .cart-table {
    max-height: 50rem;
    margin-right: -3rem;
    padding-right: 3rem;
    overflow-y: auto;
}

@media (max-width: 991px) {
    .woocommerce-cart-form .cart-table {
        margin-right: 0;
        padding-right: 1rem;
    }
}

.woocommerce-cart-form .cart-table::-webkit-scrollbar {
    width: 0.4rem;
    border-radius: 10rem;
}

.woocommerce-cart-form .cart-table::-webkit-scrollbar-track {
    border-radius: 10rem;
    background-color: #f5f5f5;
}

.woocommerce-cart-form .cart-table::-webkit-scrollbar-thumb {
    border-radius: 10rem;
    background-color: #2680eb;
}

.woocommerce-cart-form table.shop_table {
    margin: 0;
    border: 0;
}

.woocommerce-cart-form table.shop_table th {
    padding: 0 2rem 3rem;
    background-color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.07rem;
}

.woocommerce-cart-form table.shop_table td {
    padding: 2rem;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.3);
    background-color: #fff;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        font-size: 2.4rem;
        font-weight: 600;
        letter-spacing: 0.07rem;
    }
}

.woocommerce-cart-form table.shop_table th {
    position: sticky;
    top: 0;
}

.woocommerce-cart-form table.shop_table tfoot td {
    position: sticky;
    bottom: -0.1rem;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.3);
    font-weight: 400;
}

.woocommerce a.remove {
    font-size: 2rem;
}

.woocommerce a.remove img {
    opacity: 0.5;
    width: 2rem;
    transition: all 0.3s ease-in-out;
    filter: grayscale(1);
}

.woocommerce a.remove:hover {
    background: transparent;
}

.woocommerce a.remove:hover img {
    opacity: 1;
    filter: none;
}

.woocommerce-cart td.product-thumbnail img {
    width: 10rem;
}

.woocommerce-cart td.product-name {
    font-size: 1.6rem;
    letter-spacing: 0.03rem;
}

.woocommerce-cart .woocommerce-cart-form .woocommerce-Price-amount {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: auto;
    margin: 0;
    padding: 1.5rem 23.5rem 1.5rem 3.5rem;
    border: 0;
    border-radius: 10rem;
    background-color: #F7F7F8;
}

.woocommerce-cart table.cart td.actions .btn {
    display: inline-block;
    padding: 1.2rem 3rem;
    border: 0.1rem solid #000;
    border-radius: 5rem;
    background-color: #000;
    font-weight: 600;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.woocommerce-cart table.cart td.actions .btn:hover {
    background-color: #fff;
    color: #000;
}

.woocommerce-cart table.cart td.actions .btn.btn--blue {
    border-color: #2680EB;
    background-color: #fff;
    color: #000;
}

.woocommerce-cart table.cart td.actions .btn.btn--blue:hover {
    background-color: #2680EB;
    color: #fff;
}

.woocommerce-cart table.cart td.actions .coupon .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .woocommerce-checkout-review-order table,
.woocommerce-checkout .woocommerce-order-details table {
    margin: 0;
    border: 0.05rem solid #2680EB;
    border-radius: 1.5rem;
    overflow: hidden;
}

.woocommerce-checkout .woocommerce-checkout-review-order table {
    border-radius: 1.5rem 1.5rem 0 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table td:last-child,
.woocommerce-checkout .woocommerce-checkout-review-order table td:last-child {
    text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-checkout .woocommerce-checkout-review-order table th,
.woocommerce-checkout .woocommerce-checkout-review-order table td,
.woocommerce-checkout .woocommerce-order-details table th,
.woocommerce-checkout .woocommerce-order-details table td {
    padding: 0.5rem 3rem;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .woocommerce-checkout-review-order tr td,
.woocommerce-checkout .woocommerce-checkout-review-order tr th,
.woocommerce-checkout .woocommerce-checkout-review-order tfoot tr td,
.woocommerce-checkout .woocommerce-checkout-review-order tfoot tr th,
.woocommerce-checkout .woocommerce-order-details table th,
.woocommerce-checkout .woocommerce-order-details table td,
.woocommerce-checkout .woocommerce-order-details table tfoot th,
.woocommerce-checkout .woocommerce-order-details table tfoot td {
    border-top: 0;
    font-size: 1.8rem;
}

.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .woocommerce-checkout-review-order table th,
.woocommerce-checkout .woocommerce-order-details table th,
.woocommerce-checkout .woocommerce-order-details table tfoot th {
    font-weight: 600;
    text-transform: uppercase;
    color: #302D2F;
}

.woocommerce-checkout .woocommerce-order-details table tfoot td {
    font-weight: 400;
}

.woocommerce-checkout .woocommerce-order-details table th {
    width: 65%;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-summary th,
.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-summary td,
.woocommerce-checkout .woocommerce-checkout-review-order table tr.cart-summary th,
.woocommerce-checkout .woocommerce-checkout-review-order table tr.cart-summary td,
.woocommerce-checkout .woocommerce-order-details table tr.cart-summary th,
.woocommerce-checkout .woocommerce-order-details table tr.cart-summary td {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 2.5rem;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
}

.woocommerce-checkout .woocommerce-checkout-review-order table tr.cart-summary th,
.woocommerce-checkout .woocommerce-checkout-review-order table tr.cart-summary td,
.woocommerce-checkout .woocommerce-order-details table tr.cart-summary th,
.woocommerce-checkout .woocommerce-order-details table tr.cart-summary td {
    padding-bottom: 2rem;
}

.woocommerce-checkout .woocommerce-checkout-review-order table tbody tr:last-child td,
.woocommerce-checkout .woocommerce-order-details table tbody tr:last-child td,
.woocommerce-checkout .woocommerce-order-details table tr.order_total th,
.woocommerce-checkout .woocommerce-order-details table tr.order_total td {
    position: relative;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-summary th::after,
.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-summary td::after,
.woocommerce-checkout .woocommerce-checkout-review-order table tr.cart-summary th::after,
.woocommerce-checkout .woocommerce-checkout-review-order table tr.cart-summary td::after,
.woocommerce-checkout .woocommerce-checkout-review-order table tbody tr:last-child td::after,
.woocommerce-checkout .woocommerce-order-details table tr.cart-summary th::after,
.woocommerce-checkout .woocommerce-order-details table tr.cart-summary td::after,
.woocommerce-checkout .woocommerce-order-details table tbody tr:last-child td::after,
.woocommerce-checkout .woocommerce-order-details table tr.order_total th::after,
.woocommerce-checkout .woocommerce-order-details table tr.order_total td::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: calc(100% - 3rem);
    height: 0.1rem;
    background-color: rgba(0, 0, 0, 0.3);
}

.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-summary th::after,
.woocommerce-checkout .woocommerce-checkout-review-order table tr.cart-summary th::after,
.woocommerce-checkout .woocommerce-checkout-review-order table tbody tr:last-child td:first-child::after,
.woocommerce-checkout .woocommerce-order-details table tr.cart-summary th::after,
.woocommerce-checkout .woocommerce-order-details table tbody tr:last-child td:first-child::after,
.woocommerce-checkout .woocommerce-order-details table tr.order_total th::after {
    right: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-summary td::after,
.woocommerce-checkout .woocommerce-checkout-review-order table tr.cart-summary td::after,
.woocommerce-checkout .woocommerce-checkout-review-order table tbody tr:last-child td:last-child::after,
.woocommerce-checkout .woocommerce-order-details table tr.cart-summary td::after,
.woocommerce-checkout .woocommerce-order-details table tbody tr:last-child td:last-child::after,
.woocommerce-checkout .woocommerce-order-details table tr.order_total td::after {
    left: 0;
}

@media (max-width: 767px) {
    .woocommerce-cart .cart-collaterals .cart_totals table tr.cart-summary td::after,
    .woocommerce-checkout .woocommerce-checkout-review-order table tr.cart-summary td::after {
        width: 100%;
    }

    .woocommerce-cart .cart-collaterals .cart_totals table tr td::before,
    .woocommerce-checkout .woocommerce-checkout-review-order table tr td::before {
        font-size: 1.8rem;
        text-transform: uppercase;
    }

    .woocommerce-cart .cart-collaterals .cart_totals table tr:nth-child(2n) td,
    .woocommerce-checkout .woocommerce-checkout-review-order table tr:nth-child(2n) td {
        background-color: #fff;
    }
}

.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-subtotal th,
.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-subtotal td {
    padding-top: 2.5rem;
}

.woocommerce-checkout .woocommerce-checkout-review-order table tr.cart-subtotal th,
.woocommerce-checkout .woocommerce-checkout-review-order table tr.cart-subtotal td,
.woocommerce-checkout .woocommerce-order-details table tr.cart_subtotal th,
.woocommerce-checkout .woocommerce-order-details table tr.cart_subtotal td,
.woocommerce-checkout .woocommerce-order-details table tr.note th,
.woocommerce-checkout .woocommerce-order-details table tr.note td {
    padding-top: 2rem;
}

.woocommerce-checkout .woocommerce-order-details table tr.order_total th,
.woocommerce-checkout .woocommerce-order-details table tr.order_total td,
.woocommerce-checkout .woocommerce-order-details table tr.note th,
.woocommerce-checkout .woocommerce-order-details table tr.note td {
    padding-bottom: 3rem;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:nth-last-child(2) th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:nth-last-child(2) td,
.woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr:nth-last-child(2) th,
.woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr:nth-last-child(2) td {
    padding-bottom: 2rem;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td,
.woocommerce-checkout .woocommerce-checkout-review-order table tr.order-total th,
.woocommerce-checkout .woocommerce-checkout-review-order table tr.order-total td {
    background-color: #2680EB;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.04rem;
    color: #fff;
    padding-block: 1.6rem;
}

.woocommerce-checkout .woocommerce-checkout-review-order table tbody td,
.woocommerce-checkout .woocommerce-order-details table tbody td {
    font-size: 1.6rem;
    letter-spacing: 0.03rem;
}

.woocommerce-checkout .woocommerce-checkout-review-order table tbody tr:first-child td,
.woocommerce-checkout .woocommerce-order-details table tbody tr:first-child td {
    padding-top: 2rem;
}

.woocommerce-checkout .woocommerce-checkout-review-order table tbody tr:last-child td,
.woocommerce-checkout .woocommerce-order-details table tbody tr:last-child td {
    padding-bottom: 2rem;
}

.woocommerce-cart .cart_totals input[type='radio'],
.woocommerce-checkout .woocommerce-checkout-review-order input[type='radio'] {
    margin: 0 0.5rem 0 0 !important;
    vertical-align: middle !important;
    accent-color: #302D2F;
}

.woocommerce .select2-container {
    z-index: 1 !important;
    line-height: 1.4 !important;
}

.select2-container .select2-selection--single {
    height: auto;
    margin: 0;
    border: 1px solid #2680eb;
    border-radius: 5rem;
}

.select2-container--open .select2-selection--single {
    border-radius: 2rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 1.6rem 2.5rem;
    line-height: 1.4;
    text-align: left;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 0;
    width: 6rem;
    height: 100%;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    width: 3.6rem;
    height: 3.6rem;
    margin: 0;
    border: 0;
    background: url("../icons/white-down-chevron-bluebg.png") no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: translate(-50%, -50%) rotate(180deg);
}

.select2-container .select2-search .select2-search__field {
    margin-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 3rem 0 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 2rem;
    font-size: 2rem;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #E3F2FD;
    color: #000;
}

.woocommerce-info {
    border-top-color: #2680EB;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
    text-decoration: underline;
}

.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
    text-decoration: none;
}

/* || CHECKOUT */
.checkout-title {
    position: relative;
    padding-bottom: 2.3rem;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.3);
    font-size: 2.2rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #2680EB;
}

.checkout-title::after {
    content: '';
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    width: 15rem;
    height: 0.3rem;
    background-color: #2680EB;
}

.woocommerce form .form-row {
    margin: 0 0 3.6rem;
    padding: 0;
}

label.woocommerce-form__label-for-checkbox {
    text-transform: none;
}

.woocommerce-checkout #payment {
    position: relative;
    border: 0.1rem solid #2680EB;
    border-radius: 0 0 1.5rem 1.5rem;
    background: #fff;
}

.woocommerce-checkout #payment ul.payment_methods {
    position: relative;
    padding: 2rem 3rem;
    border: 0;
}

.woocommerce-checkout #payment ul.payment_methods::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 6rem);
    height: 0.1rem;
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateX(-50%);
}

.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 1.4;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1rem 0 0;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    margin-bottom: 2rem;
    font-weight: 400;
    letter-spacing: 0;
}

.woocommerce-checkout #payment div.payment_box {
    width: calc(100% + 6rem);
    margin: 0 -3rem 2rem -3rem;
    padding: 1.6rem 3rem;
    border-radius: 0;
    background-color: rgba(38, 128, 235, 0.1);
    font-size: 1.8rem;
    line-height: 1.4;
    color: #000;
}

.woocommerce-checkout #payment div.payment_box::before {
    content: none;
}

.woocommerce-checkout #payment div.form-row {
    margin-bottom: 0;
    padding: 2rem 3rem 3rem;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    position: absolute;
    right: 0;
    bottom: -9rem;
    left: 0;
    float: none;
}

/* || THANK YOU */
.woocommerce-order-received .title {
    max-width: 63rem;
    margin-inline: auto;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
    width: fit-content;
    margin-bottom: 2rem;
    padding-left: 4rem;
    background: url("../icons/tick.png") no-repeat left center;
    background-size: contain;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    margin-inline: auto;
}

.woocommerce-order-received ul.order_details {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0;
    padding-bottom: 3rem;
}

.woocommerce-order-received ul.order_details::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 23.5rem;
    height: 0.1rem;
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateX(-50%);
}

.woocommerce-order-received ul.order_details li {
    display: flex;
    float: none;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.04rem;
    text-transform: none;
    gap: 0.5rem;
}

.woocommerce-order-received ul.order_details li strong {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.04rem;
}

.woocommerce-order-received .woocommerce-customer-details address {
    padding: 0;
    border: 0;
}

.woocommerce .woocommerce-customer-details {
    padding: 3rem;
    border: 0.1rem solid #2680EB;
    border-radius: 1.5rem;
}

.woocommerce .woocommerce-customer-details .headings {
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.3);
}

.woocommerce .woocommerce-customer-details address {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.03rem;
}

@media (max-width: 575px) {
    .woocommerce .woocommerce-customer-details .col-1 {
        float: left;
        width: 48%;
    }

    .woocommerce .woocommerce-customer-details .col-2 {
        float: right;
        width: 48%;
    }

    .woocommerce .woocommerce-customer-details [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    .woocommerce-checkout .woocommerce-order-details table th {
        width: 55%;
    }
}

/* || PROMOTIONS */
.section-archive-promotions {
    background: linear-gradient(180deg, #E3F2FD 0%, #FFFFFF 100%);
}

.section-archive-promotions .promotion {
    padding-top: 13rem;
}

.section-archive-promotions .promotion .img-wrapper--cover {
    position: absolute;
    top: 0;
    left: -26.4rem;
    max-width: 36.6rem;
}

.section-archive-promotions .promotion .img-wrapper--cover img {
    border-radius: 100rem 100rem 0 0;
    overflow: hidden;
    aspect-ratio: 4/5;
}

.section-archive-promotions .promotion .promotion-content {
    min-height: 40rem;
    padding-right: 13.2rem;
    padding-left: 26.4rem;
    border-radius: 4rem;
}

.section-archive-promotions .promotion-container:nth-child(even) .promotion .img-wrapper--cover {
    right: -26.4rem;
    left: unset;
}

.section-archive-promotions .promotion-container:nth-child(even) .promotion .promotion-content {
    padding-right: 26.4rem;
    padding-left: 13.2rem;
}

@media (max-width: 991px) {
    .section-archive-promotions .promotion-container:nth-child(odd) {
        margin-left: auto;
    }

    .section-archive-promotions .promotion .img-wrapper--cover {
        left: -15rem;
        max-width: 30rem;
    }

    .section-archive-promotions .promotion .promotion-content {
        min-height: 35rem;
        padding-right: 8rem;
        padding-left: 22rem;
    }

    .section-archive-promotions .promotion-container:nth-child(even) .promotion .img-wrapper--cover {
        right: -15rem;
    }

    .section-archive-promotions .promotion-container:nth-child(even) .promotion .promotion-content {
        padding-right: 22rem;
        padding-left: 8rem;
    }
}

@media (max-width: 575px) {
    .section-archive-promotions .promotion {
        padding-top: 0;
    }

    .section-archive-promotions .promotion .img-wrapper--cover {
        position: static;
        max-width: unset;
    }

    .section-archive-promotions .promotion .img-wrapper--cover img {
        aspect-ratio: 5/4;
    }

    .section-archive-promotions .promotion .promotion-content {
        min-height: unset;
        margin-top: -0.8rem;
        border-radius: 0 0 4rem 4rem;
        padding-inline: 5rem;
    }

    .section-archive-promotions .promotion-container:nth-child(even) .promotion .promotion-content {
        padding-inline: 5rem;
    }
}

.section-archive-promotions .promotion .fs--42 {
    line-height: 1.2;
}

.section-archive-promotions .date {
    position: relative;
    width: fit-content;
}

.section-archive-promotions .date::before, .section-archive-promotions .date::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2rem;
    height: 0.2rem;
    background-color: #68a8ec;
    transform: translateY(-50%);
}

.section-archive-promotions .date::before {
    left: 0;
}

.section-archive-promotions .date::after {
    right: 0;
}