:root {
  --header-bg: #ffffff;
  --header-text: #0d6efd;
  --footer-bg: #0d1117;
  --footer-text: #ffffff;
  --footer-link: #ffffff;
  --product-card-bg: #f8f9fa;
  --product-card-text: #000000;
  --default-primary: #0d6efd;
}

:root {
    --primary: #0b7d3b;
    --dark-metal: #1a1c1e;
    --steel: #f4f7f6;
    --gold-accent: #d4af37;
}


 :root {
     --cz-blue: #0d6efd;
     --cz-indigo: #6610f2;
     --cz-purple: #6f42c1;
     --cz-pink: #d63384;
     --cz-red: #dc3545;
     --cz-orange: #fd7e14;
     --cz-yellow: #ffc107;
     --cz-green: #198754;
     --cz-teal: #20c997;
     --cz-cyan: #0dcaf0;
     --cz-black: #000;
     --cz-white: #fff;
     --cz-gray: #7d879c;
     --cz-gray-dark: #373f50;
     --cz-gray-100: #f6f9fc;
     --cz-gray-200: #f3f5f9;
     --cz-gray-300: #e3e9ef;
     --cz-gray-400: #dae1e7;
     --cz-gray-500: #aeb4be;
     --cz-gray-600: #7d879c;
     --cz-gray-700: #4b566b;
     --cz-gray-800: #373f50;
     --cz-gray-900: #2b3445;
     --cz-primary: #fe696a;
     --cz-accent: #4e54c8;
     --cz-secondary: #f3f5f9;
     --cz-success: #42d697;
     --cz-info: #69b3fe;
     --cz-warning: #fea569;
     --cz-danger: #f34770;
     --cz-light: #fff;
     --cz-dark: #373f50;
     --cz-primary-rgb: 254, 105, 106;
     --cz-accent-rgb: 78, 84, 200;
     --cz-secondary-rgb: 243, 245, 249;
     --cz-success-rgb: 66, 214, 151;
     --cz-info-rgb: 105, 179, 254;
     --cz-warning-rgb: 254, 165, 105;
     --cz-danger-rgb: 243, 71, 112;
     --cz-light-rgb: 255, 255, 255;
     --cz-dark-rgb: 55, 63, 80;
     --cz-white-rgb: 255, 255, 255;
     --cz-black-rgb: 0, 0, 0;
     --cz-body-color-rgb: 75, 86, 107;
     --cz-body-bg-rgb: 255, 255, 255;
     --cz-font-sans-serif: "Rubik", sans-serif;
     --cz-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
     --cz-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
     --cz-body-font-family: var(--cz-font-sans-serif);
     --cz-body-font-size: 1rem;
     --cz-body-font-weight: 400;
     --cz-body-line-height: 1.5;
     --cz-body-color: #4b566b;
     --cz-body-bg: #fff;
     --cz-border-width: 1px;
     --cz-border-style: solid;
     --cz-border-color: #e3e9ef;
     --cz-border-color-translucent: rgba(0, 0, 0, 0.175);
     --cz-border-radius: 0.3125rem;
     --cz-border-radius-sm: 0.25rem;
     --cz-border-radius-lg: 0.4375rem;
     --cz-border-radius-xl: 1rem;
     --cz-border-radius-2xl: 2rem;
     --cz-border-radius-pill: 50rem;
     --cz-link-color: #fe696a;
     --cz-link-hover-color: #fe3638;
     --cz-code-color: #d63384;
     --cz-highlight-bg: #fff3cd
 }
 *, *::before, *::after {
     box-sizing: border-box;
 }
 


body {
    font-family: 'Segoe UI', Tahoma, sans-serif;
        background: #fff;
    /* font-family: Tahoma, Arial, sans-serif; */
    overflow-x: hidden;
        display: flex;
    flex-direction: column;
        height: 100%;
            margin: 0;
    font-family: var(--cz-body-font-family);
    font-size: var(--cz-body-font-size);
    font-weight: var(--cz-body-font-weight);
    line-height: var(--cz-body-line-height);
    color: var(--cz-body-color);
    text-align: var(--cz-body-text-align);
    background-color: var(--cz-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



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


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}















.navbar{
    --cz-navbar-padding-x: 0;
    --cz-navbar-padding-y: 0.75rem;
    --cz-navbar-color: #4b566b;
    --cz-navbar-hover-color: var(--cz-primary);
    --cz-navbar-disabled-color: #7d879c;
    --cz-navbar-active-color: var(--cz-primary);
    --cz-navbar-brand-padding-y: 0.625rem;
    --cz-navbar-brand-margin-end: 1rem;
    --cz-navbar-brand-font-size: 1.75rem;
    --cz-navbar-brand-color: #373f50;
    --cz-navbar-brand-hover-color: #373f50;
    --cz-navbar-nav-link-padding-x: 1.125rem;
    --cz-navbar-toggler-padding-y: 0.75rem;
    --cz-navbar-toggler-padding-x: 0.75rem;
    --cz-navbar-toggler-font-size: 1rem;
    --cz-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%234b566b' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    --cz-navbar-toggler-border-color: transparent;
    --cz-navbar-toggler-border-radius: 0;
    --cz-navbar-toggler-focus-width: 0;
    --cz-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--cz-navbar-padding-y) var(--cz-navbar-padding-x);
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-sm, .navbar>.container-md, .navbar>.container-lg, .navbar>.container-xl {
     display: flex;
     flex-wrap: inherit;
     align-items: center;
     justify-content: space-between
 }
 .navbar-brand {
     padding-top: var(--cz-navbar-brand-padding-y);
     padding-bottom: var(--cz-navbar-brand-padding-y);
     margin-right: var(--cz-navbar-brand-margin-end);
     font-size: var(--cz-navbar-brand-font-size);
     color: var(--cz-navbar-brand-color);
     white-space: nowrap
 }
 .navbar-brand:hover, .navbar-brand:focus {
     color: var(--cz-navbar-brand-hover-color)
 }
 .navbar-nav {
     --cz-nav-link-padding-x: 0;
     --cz-nav-link-padding-y: 0.75rem;
     --cz-nav-link-font-weight: normal;
     --cz-nav-link-color: var(--cz-navbar-color);
     --cz-nav-link-hover-color: var(--cz-navbar-hover-color);
     --cz-nav-link-disabled-color: var(--cz-navbar-disabled-color);
     display: flex;
     flex-direction: column;
     padding-left: 0;
     margin-bottom: 0;
     list-style: none
 }
 
 .navbar-nav .show>.nav-link, .navbar-nav .nav-link.active {
     color: var(--cz-navbar-active-color)
 }
 .navbar-nav .dropdown-menu {
     position: static
 }
 .navbar-text {
     padding-top: .75rem;
     padding-bottom: .75rem;
     color: var(--cz-navbar-color)
 }
 .navbar-text a, .navbar-text a:hover, .navbar-text a:focus {
     color: var(--cz-navbar-active-color)
 }
 .navbar-collapse {
     flex-basis: 100%;
     flex-grow: 1;
     align-items: center
 }
 .navbar-toggler {
     padding: var(--cz-navbar-toggler-padding-y) var(--cz-navbar-toggler-padding-x);
     font-size: var(--cz-navbar-toggler-font-size);
     line-height: 1;
     color: var(--cz-navbar-color);
     background-color: rgba(0, 0, 0, 0);
     border: var(--cz-border-width) solid var(--cz-navbar-toggler-border-color);
     border-radius: var(--cz-navbar-toggler-border-radius);
     transition: var(--cz-navbar-toggler-transition)
 }
 @media(prefers-reduced-motion: reduce) {
     .navbar-toggler {
         transition: none
     }
 }
 .navbar-toggler:hover {
     text-decoration: none
 }
 .navbar-toggler:focus {
     text-decoration: none;
     outline: 0;
     box-shadow: 0 0 0 var(--cz-navbar-toggler-focus-width)
 }

 .navbar-nav-scroll {
     max-height: var(--cz-scroll-height, 75vh);
     overflow-y: auto
 }
 @media(min-width: 500px) {
     .navbar-expand-sm {
         flex-wrap: nowrap;
         justify-content: flex-start
     }
     .navbar-expand-sm .navbar-nav {
         flex-direction: row
     }
     .navbar-expand-sm .navbar-nav .dropdown-menu {
         position: absolute
     }
     .navbar-expand-sm .navbar-nav .nav-link {
         padding-right: var(--cz-navbar-nav-link-padding-x);
         padding-left: var(--cz-navbar-nav-link-padding-x)
     }
     .navbar-expand-sm .navbar-nav-scroll {
         overflow: visible
     }
     .navbar-expand-sm .navbar-collapse {
         display: flex !important;
         flex-basis: auto
     }
     .navbar-expand-sm .navbar-toggler {
         display: none
     }
     .navbar-expand-sm .offcanvas {
         position: static;
         z-index: auto;
         flex-grow: 1;
         width: auto !important;
         height: auto !important;
         visibility: visible !important;
         background-color: rgba(0, 0, 0, 0) !important;
         border: 0 !important;
         transform: none !important;
         box-shadow: none;
         transition: none
     }
     .navbar-expand-sm .offcanvas .offcanvas-header {
         display: none
     }
     .navbar-expand-sm .offcanvas .offcanvas-body {
         display: flex;
         flex-grow: 0;
         padding: 0;
         overflow-y: visible
     }
 }
 @media(min-width: 768px) {
     .navbar-expand-md {
         flex-wrap: nowrap;
         justify-content: flex-start
     }
     .navbar-expand-md .navbar-nav {
         flex-direction: row
     }
     .navbar-expand-md .navbar-nav .dropdown-menu {
         position: absolute
     }
     .navbar-expand-md .navbar-nav .nav-link {
         padding-right: var(--cz-navbar-nav-link-padding-x);
         padding-left: var(--cz-navbar-nav-link-padding-x)
     }
     .navbar-expand-md .navbar-nav-scroll {
         overflow: visible
     }
     .navbar-expand-md .navbar-collapse {
         display: flex !important;
         flex-basis: auto
     }
     .navbar-expand-md .navbar-toggler {
         display: none
     }
     .navbar-expand-md .offcanvas {
         position: static;
         z-index: auto;
         flex-grow: 1;
         width: auto !important;
         height: auto !important;
         visibility: visible !important;
         background-color: rgba(0, 0, 0, 0) !important;
         border: 0 !important;
         transform: none !important;
         box-shadow: none;
         transition: none
     }
     .navbar-expand-md .offcanvas .offcanvas-header {
         display: none
     }
     .navbar-expand-md .offcanvas .offcanvas-body {
         display: flex;
         flex-grow: 0;
         padding: 0;
         overflow-y: visible
     }
 }
 @media(min-width: 992px) {
     .navbar-expand-lg {
         flex-wrap: nowrap;
         justify-content: flex-start
     }
     .navbar-expand-lg .navbar-nav {
         flex-direction: row
     }
     .navbar-expand-lg .navbar-nav .dropdown-menu {
         position: absolute
     }
     .navbar-expand-lg .navbar-nav .nav-link {
         padding-right: var(--cz-navbar-nav-link-padding-x);
         padding-left: var(--cz-navbar-nav-link-padding-x)
     }
     .navbar-expand-lg .navbar-nav-scroll {
         overflow: visible
     }
     .navbar-expand-lg .navbar-collapse {
         display: flex !important;
         flex-basis: auto
     }
     .navbar-expand-lg .navbar-toggler {
         display: none
     }
     .navbar-expand-lg .offcanvas {
         position: static;
         z-index: auto;
         flex-grow: 1;
         width: auto !important;
         height: auto !important;
         visibility: visible !important;
         background-color: rgba(0, 0, 0, 0) !important;
         border: 0 !important;
         transform: none !important;
         box-shadow: none;
         transition: none
     }
     .navbar-expand-lg .offcanvas .offcanvas-header {
         display: none
     }
     .navbar-expand-lg .offcanvas .offcanvas-body {
         display: flex;
         flex-grow: 0;
         padding: 0;
         overflow-y: visible
     }
 }
 @media(min-width: 1280px) {
     .navbar-expand-xl {
         flex-wrap: nowrap;
         justify-content: flex-start
     }
     .navbar-expand-xl .navbar-nav {
         flex-direction: row
     }
     .navbar-expand-xl .navbar-nav .dropdown-menu {
         position: absolute
     }
     .navbar-expand-xl .navbar-nav .nav-link {
         padding-right: var(--cz-navbar-nav-link-padding-x);
         padding-left: var(--cz-navbar-nav-link-padding-x)
     }
     .navbar-expand-xl .navbar-nav-scroll {
         overflow: visible
     }
     .navbar-expand-xl .navbar-collapse {
         display: flex !important;
         flex-basis: auto
     }
     .navbar-expand-xl .navbar-toggler {
         display: none
     }
     .navbar-expand-xl .offcanvas {
         position: static;
         z-index: auto;
         flex-grow: 1;
         width: auto !important;
         height: auto !important;
         visibility: visible !important;
         background-color: rgba(0, 0, 0, 0) !important;
         border: 0 !important;
         transform: none !important;
         box-shadow: none;
         transition: none
     }
     .navbar-expand-xl .offcanvas .offcanvas-header {
         display: none
     }
     .navbar-expand-xl .offcanvas .offcanvas-body {
         display: flex;
         flex-grow: 0;
         padding: 0;
         overflow-y: visible
     }
 }
 @media(min-width: 1400px) {
     .navbar-expand-xxl {
         flex-wrap: nowrap;
         justify-content: flex-start
     }
     .navbar-expand-xxl .navbar-nav {
         flex-direction: row
     }
     .navbar-expand-xxl .navbar-nav .dropdown-menu {
         position: absolute
     }
     .navbar-expand-xxl .navbar-nav .nav-link {
         padding-right: var(--cz-navbar-nav-link-padding-x);
         padding-left: var(--cz-navbar-nav-link-padding-x)
     }
     .navbar-expand-xxl .navbar-nav-scroll {
         overflow: visible
     }
     .navbar-expand-xxl .navbar-collapse {
         display: flex !important;
         flex-basis: auto
     }
     .navbar-expand-xxl .navbar-toggler {
         display: none
     }
     .navbar-expand-xxl .offcanvas {
         position: static;
         z-index: auto;
         flex-grow: 1;
         width: auto !important;
         height: auto !important;
         visibility: visible !important;
         background-color: rgba(0, 0, 0, 0) !important;
         border: 0 !important;
         transform: none !important;
         box-shadow: none;
         transition: none
     }
     .navbar-expand-xxl .offcanvas .offcanvas-header {
         display: none
     }
     .navbar-expand-xxl .offcanvas .offcanvas-body {
         display: flex;
         flex-grow: 0;
         padding: 0;
         overflow-y: visible
     }
 }
 .navbar-expand {
     flex-wrap: nowrap;
     justify-content: flex-start
 }
 .navbar-expand .navbar-nav {
     flex-direction: row
 }
 .navbar-expand .navbar-nav .dropdown-menu {
     position: absolute
 }
 .navbar-expand .navbar-nav .nav-link {
     padding-right: var(--cz-navbar-nav-link-padding-x);
     padding-left: var(--cz-navbar-nav-link-padding-x)
 }
 .navbar-expand .navbar-nav-scroll {
     overflow: visible
 }
 .navbar-expand .navbar-collapse {
     display: flex !important;
     flex-basis: auto
 }
 .navbar-expand .navbar-toggler {
     display: none
 }
 .navbar-expand .offcanvas {
     position: static;
     z-index: auto;
     flex-grow: 1;
     width: auto !important;
     height: auto !important;
     visibility: visible !important;
     background-color: rgba(0, 0, 0, 0) !important;
     border: 0 !important;
     transform: none !important;
     box-shadow: none;
     transition: none
 }
 .navbar-expand .offcanvas .offcanvas-header {
     display: none
 }
 .navbar-expand .offcanvas .offcanvas-body {
     display: flex;
     flex-grow: 0;
     padding: 0;
     overflow-y: visible
 }
 .navbar-dark {
     --cz-navbar-color: rgba(255, 255, 255, 0.65);
     --cz-navbar-hover-color: #fff;
     --cz-navbar-disabled-color: rgba(255, 255, 255, 0.35);
     --cz-navbar-active-color: #fff;
     --cz-navbar-brand-color: #fff;
     --cz-navbar-brand-hover-color: #fff;
     --cz-navbar-toggler-border-color: transparent;
     --cz-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.65%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
 }

 
 .navbar-brand {
     display: inline-block;
     font-weight: 500;
     vertical-align: middle
 }
 .navbar-brand>img {
     display: block
 }
 .navbar-nav .nav-item {
     margin-bottom: .667rem;
     border-radius: .3125rem
 }
 .navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item {
     font-weight: 500
 }
 .navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item>* {
     font-weight: 400
 }
 .navbar-nav .nav-link {
     padding: .667rem 1.125rem;
     font-weight: 500
 }
 .navbar-nav .dropdown-menu {
     min-width: 12.5rem;
     padding-top: 0;
     box-shadow: none;
     border: none;
     background-color: rgba(0, 0, 0, 0)
 }
 .navbar-nav .dropdown-menu .dropdown-menu {
     width: calc(100% - (1rem * 2));
     margin: 0 1rem
 }
 .navbar.fixed-top {
     position: relative
 }
 .bg-light {
    --cz-bg-opacity: 1;
    background-color: rgba(var(--cz-light-rgb), var(--cz-bg-opacity)) !important;
}

 .navbar-sticky {
    position: sticky;
    top: 0;
    z-index: 1100;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

 .navbar-sticky.position-absolute {
     top: 0;
     left: 0;
     z-index: 1030
 }
 .navbar-sticky.position-absolute.navbar-light {
     background-color: #fff
 }
 .navbar-sticky.position-absolute.navbar-dark {
     background-color: #373f50
 }
 .navbar-mega-nav {
     position: relative
 }
 .navbar-mega-nav::after {
     display: none;
     position: absolute;
     top: 50%;
     right: 0;
     transform: translateY(-50%);
     width: 1px;
     height: 1.875rem;
     content: ""
 }
 .mega-dropdown-column {
     width: 100%;
     max-width: 15rem
 }
 .navbar-mega-nav .dropdown-menu>.mega-dropdown {
     position: static
 }
 .navbar-mega-nav .dropdown-menu>.dropdown>a {
     padding-top: .75rem;
     padding-bottom: .75rem;
     border-bottom: 1px solid #e3e9ef
 }
 .navbar-mega-nav .dropdown-menu>.dropdown:last-child>a {
     border-bottom: 0
 }
 .navbar-tool {
     position: relative;
     display: flex;
     align-items: center
 }
 .navbar-tool.dropdown::before {
     position: absolute;
     bottom: -1rem;
     left: -10%;
     width: 120%;
     height: 1rem;
     content: ""
 }
 .navbar-tool .dropdown-menu {
     top: 100%;
     margin-top: .5rem !important
 }
 .navbar-tool .dropdown-menu.dropdown-menu-end {
     left: auto;
     right: 0
 }
 .navbar-tool .navbar-tool-label {
     position: absolute;
     top: -0.3125rem;
     right: -0.3125rem;
     width: 1.25rem;
     height: 1.25rem;
     border-radius: 50%;
     background-color: var(--cz-primary);
     color: #fff;
     font-size: .75rem;
     font-weight: 500;
     text-align: center;
     line-height: 1.25rem
 }
 .navbar-tool .navbar-tool-tooltip {
     display: none
 }
 @media(min-width: 992px) {
     .navbar-tool .navbar-tool-tooltip {
         display: block;
         position: absolute;
         top: -0.5rem;
         left: 50%;
         transform: translateX(-50%);
         transition: opacity .2s ease-in-out, top .2s ease-in-out;
         padding: .0625rem .375rem;
         border-radius: .25rem;
         background-color: #2b3445;
         color: #fff;
         font-size: .6875rem;
         white-space: nowrap;
         opacity: 0
     }
     .navbar-tool:hover .navbar-tool-tooltip {
         top: -0.75rem;
         opacity: .9
     }
 }
 .navbar-tool-icon-box {
     position: relative;
     width: 2.875rem;
     height: 2.875rem;
     transition: color .25s ease-in-out;
     border-radius: 50%;
     line-height: 2.625rem;
     text-align: center;
 }
 .navbar-tool-icon-box.dropdown-toggle::after {
     display: none
 }
 .navbar-tool-icon {
     font-size: 1.25rem;
     line-height: 2.875rem
 }
 .navbar-tool-text {
     display: none;
     flex-grow: 0;
     flex-shrink: 0;
     padding-left: .875rem;
     transition: color .25s ease-in-out;
     font-size: .875rem;
     text-decoration: none !important;
     white-space: nowrap
 }
 .navbar-tool-text>small, .navbar-tool-text>.small {
     display: block;
     margin-bottom: -0.125rem
 }
 .dropdown .navbar-tool-text::after {
     display: inline-block;
     margin-left: .23375rem;
     vertical-align: .23375rem;
     content: "";
     border-top: .275rem solid;
     border-right: .275rem solid rgba(0, 0, 0, 0);
     border-bottom: 0;
     border-left: .275rem solid rgba(0, 0, 0, 0)
 }
 .dropdown .navbar-tool-text:empty::after {
     margin-left: 0
 }
 @media(max-width: 767.98px) {
     .search-box {
         display: none
     }
 }
 @media(min-width: 500px) {
     .navbar-expand-sm.fixed-top {
         position: fixed
     }
     .navbar-expand-sm .navbar-collapse {
         width: auto;
         flex-basis: auto
     }
     .navbar-expand-sm .navbar-nav .nav-item {
         margin-bottom: 0;
         background-color: rgba(0, 0, 0, 0)
     }
     .navbar-expand-sm .navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item {
         font-weight: normal
     }
     .navbar-expand-sm .navbar-nav .nav-link {
         padding-top: 1.125rem;
         padding-bottom: .875rem;
         font-weight: normal
     }
     .navbar-expand-sm .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after {
         display: none
     }
     .navbar-expand-sm .navbar-mega-nav::after {
         display: block
     }
     .navbar-expand-sm .navbar-mega-nav .dropdown-menu>.dropdown .dropdown-menu {
         top: .35rem
     }
     .navbar-expand-sm .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu {
         top: .375rem;
         min-height: 100%;
         min-height: calc(100% + .25rem);
         -webkit-animation: none !important;
         animation: none !important
     }
     .navbar-expand-sm .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu::before {
         position: absolute;
         top: 0;
         right: 16rem;
         width: 1px;
         height: 100%;
         background-color: #e3e9ef;
         content: ""
     }
     .navbar-expand-sm .dropdown-menu {
         margin-top: 0;
         padding-top: .5rem
     }
     .navbar-expand-sm .dropdown-menu.dropdown-menu-dark {
         border: 1px solid rgba(255, 255, 255, .12);
         background-color: #373f50
     }
     .navbar-expand-sm .dropdown-menu.dropdown-menu-end {
         left: auto;
         right: 0
     }
     .navbar-expand-sm .dropdown-menu.show {
         display: none
     }
     .navbar-expand-sm .dropdown-menu>.dropdown>.dropdown-toggle {
         position: relative;
         padding-right: 1.95rem
     }
     .navbar-expand-sm .dropdown-menu>.dropdown>.dropdown-toggle::after {
         display: inline-block;
         margin-left: .23375rem;
         vertical-align: .23375rem;
         content: "";
         border-top: .275rem solid rgba(0, 0, 0, 0);
         border-right: 0;
         border-bottom: .275rem solid rgba(0, 0, 0, 0);
         border-left: .275rem solid
     }
     .navbar-expand-sm .dropdown-menu>.dropdown>.dropdown-toggle:empty::after {
         margin-left: 0
     }
     .navbar-expand-sm .dropdown-menu>.dropdown>.dropdown-toggle::after {
         position: absolute;
         display: block;
         top: 50%;
         right: 1rem;
         margin-top: -0.3em
     }
     .navbar-expand-sm .dropdown-menu>.dropdown .dropdown-menu {
         display: none;
         top: 0;
         right: auto;
         left: 100%;
         width: auto;
         margin-top: -0.5rem;
         margin-right: 0;
         margin-left: -0.25rem
     }
     .navbar-expand-sm .dropdown-menu>.dropdown:hover>.dropdown-menu {
         -webkit-animation: fade-in .25s ease-in-out;
         animation: fade-in .25s ease-in-out
     }
     .navbar-expand-sm .dropdown-menu:not(.dropdown-menu-dark) {
         border-color: #fff;
         background-color: #fff;
         box-shadow: 0 .25rem .5625rem -0.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -0.0625rem rgba(0, 0, 0, .05)
     }
     .navbar-expand-sm .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu {
         background-color: #fff
     }
     .navbar-expand-sm .dropdown:hover>.dropdown-menu {
         display: block;
         -webkit-animation: slide-up .25s ease-in-out;
         animation: slide-up .25s ease-in-out
     }
     .navbar-expand-sm .navbar-tool-text {
         display: block
     }
     .navbar-expand-sm .mega-dropdown-column {
         width: 15rem
     }
 }
 @media(min-width: 768px) {
     .navbar-expand-md.fixed-top {
         position: fixed
     }
     .navbar-expand-md .navbar-collapse {
         width: auto;
         flex-basis: auto
     }
     .navbar-expand-md .navbar-nav .nav-item {
         margin-bottom: 0;
         background-color: rgba(0, 0, 0, 0)
     }
     .navbar-expand-md .navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item {
         font-weight: normal
     }
     .navbar-expand-md .navbar-nav .nav-link {
         padding-top: 1.125rem;
         padding-bottom: .875rem;
         font-weight: normal
     }
     .navbar-expand-md .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after {
         display: none
     }
     .navbar-expand-md .navbar-mega-nav::after {
         display: block
     }
     .navbar-expand-md .navbar-mega-nav .dropdown-menu>.dropdown .dropdown-menu {
         top: .35rem
     }
     .navbar-expand-md .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu {
         top: .375rem;
         min-height: 100%;
         min-height: calc(100% + .25rem);
         -webkit-animation: none !important;
         animation: none !important
     }
     .navbar-expand-md .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu::before {
         position: absolute;
         top: 0;
         right: 16rem;
         width: 1px;
         height: 100%;
         background-color: #e3e9ef;
         content: ""
     }
     .navbar-expand-md .dropdown-menu {
         margin-top: 0;
         padding-top: .5rem
     }
     .navbar-expand-md .dropdown-menu.dropdown-menu-dark {
         border: 1px solid rgba(255, 255, 255, .12);
         background-color: #373f50
     }
     .navbar-expand-md .dropdown-menu.dropdown-menu-end {
         left: auto;
         right: 0
     }
     .navbar-expand-md .dropdown-menu.show {
         display: none
     }
     .navbar-expand-md .dropdown-menu>.dropdown>.dropdown-toggle {
         position: relative;
         padding-right: 1.95rem
     }
     .navbar-expand-md .dropdown-menu>.dropdown>.dropdown-toggle::after {
         display: inline-block;
         margin-left: .23375rem;
         vertical-align: .23375rem;
         content: "";
         border-top: .275rem solid rgba(0, 0, 0, 0);
         border-right: 0;
         border-bottom: .275rem solid rgba(0, 0, 0, 0);
         border-left: .275rem solid
     }
     .navbar-expand-md .dropdown-menu>.dropdown>.dropdown-toggle:empty::after {
         margin-left: 0
     }
     .navbar-expand-md .dropdown-menu>.dropdown>.dropdown-toggle::after {
         position: absolute;
         display: block;
         top: 50%;
         right: 1rem;
         margin-top: -0.3em
     }
     .navbar-expand-md .dropdown-menu>.dropdown .dropdown-menu {
         display: none;
         top: 0;
         right: auto;
         left: 100%;
         width: auto;
         margin-top: -0.5rem;
         margin-right: 0;
         margin-left: -0.25rem
     }
     .navbar-expand-md .dropdown-menu>.dropdown:hover>.dropdown-menu {
         -webkit-animation: fade-in .25s ease-in-out;
         animation: fade-in .25s ease-in-out
     }
     .navbar-expand-md .dropdown-menu:not(.dropdown-menu-dark) {
         border-color: #fff;
         background-color: #fff;
         box-shadow: 0 .25rem .5625rem -0.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -0.0625rem rgba(0, 0, 0, .05)
     }
     .navbar-expand-md .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu {
         background-color: #fff
     }
     .navbar-expand-md .dropdown:hover>.dropdown-menu {
         display: block;
         -webkit-animation: slide-up .25s ease-in-out;
         animation: slide-up .25s ease-in-out
     }
     .navbar-expand-md .navbar-tool-text {
         display: block
     }
     .navbar-expand-md .mega-dropdown-column {
         width: 15rem
     }
 }
 @media(min-width: 992px) {
     .navbar-expand-lg.fixed-top {
         position: fixed
     }
     .navbar-expand-lg .navbar-collapse {
         width: auto;
         flex-basis: auto
     }
     .navbar-expand-lg .navbar-nav .nav-item {
         margin-bottom: 0;
         background-color: rgba(0, 0, 0, 0)
     }
     .navbar-expand-lg .navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item {
         font-weight: normal
     }
     .navbar-expand-lg .navbar-nav .nav-link {
         padding-top: 1.125rem;
         padding-bottom: .875rem;
         font-weight: normal
     }
     .navbar-expand-lg .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after {
         display: none
     }
     .navbar-expand-lg .navbar-mega-nav::after {
         display: block
     }
     .navbar-expand-lg .navbar-mega-nav .dropdown-menu>.dropdown .dropdown-menu {
         top: .35rem
     }
     .navbar-expand-lg .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu {
         top: .375rem;
         min-height: 100%;
         min-height: calc(100% + .25rem);
         -webkit-animation: none !important;
         animation: none !important
     }
     .navbar-expand-lg .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu::before {
         position: absolute;
         top: 0;
         right: 16rem;
         width: 1px;
         height: 100%;
         background-color: #e3e9ef;
         content: ""
     }
     .navbar-expand-lg .dropdown-menu {
         margin-top: 0;
         padding-top: .5rem
     }
     .navbar-expand-lg .dropdown-menu.dropdown-menu-dark {
         border: 1px solid rgba(255, 255, 255, .12);
         background-color: #373f50
     }
     .navbar-expand-lg .dropdown-menu.dropdown-menu-end {
         left: auto;
         right: 0
     }
     .navbar-expand-lg .dropdown-menu.show {
         display: none
     }
     .navbar-expand-lg .dropdown-menu>.dropdown>.dropdown-toggle {
         position: relative;
         padding-right: 1.95rem
     }
     .navbar-expand-lg .dropdown-menu>.dropdown>.dropdown-toggle::after {
         display: inline-block;
         margin-left: .23375rem;
         vertical-align: .23375rem;
         content: "";
         border-top: .275rem solid rgba(0, 0, 0, 0);
         border-right: 0;
         border-bottom: .275rem solid rgba(0, 0, 0, 0);
         border-left: .275rem solid
     }
     .navbar-expand-lg .dropdown-menu>.dropdown>.dropdown-toggle:empty::after {
         margin-left: 0
     }
     .navbar-expand-lg .dropdown-menu>.dropdown>.dropdown-toggle::after {
         position: absolute;
         display: block;
         top: 50%;
         right: 1rem;
         margin-top: -0.3em
     }
     .navbar-expand-lg .dropdown-menu>.dropdown .dropdown-menu {
         display: none;
         top: 0;
         right: auto;
         left: 100%;
         width: auto;
         margin-top: -0.5rem;
         margin-right: 0;
         margin-left: -0.25rem
     }
     .navbar-expand-lg .dropdown-menu>.dropdown:hover>.dropdown-menu {
         -webkit-animation: fade-in .25s ease-in-out;
         animation: fade-in .25s ease-in-out
     }
     .navbar-expand-lg .dropdown-menu:not(.dropdown-menu-dark) {
         border-color: #fff;
         background-color: #fff;
         box-shadow: 0 .25rem .5625rem -0.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -0.0625rem rgba(0, 0, 0, .05)
     }
     .navbar-expand-lg .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu {
         background-color: #fff
     }
     .navbar-expand-lg .dropdown:hover>.dropdown-menu {
         display: block;
         -webkit-animation: slide-up .25s ease-in-out;
         animation: slide-up .25s ease-in-out
     }
     .navbar-expand-lg .navbar-tool-text {
         display: block
     }
     .navbar-expand-lg .mega-dropdown-column {
         width: 15rem
     }
 }
 @media(min-width: 1280px) {
     .navbar-expand-xl.fixed-top {
         position: fixed
     }
     .navbar-expand-xl .navbar-collapse {
         width: auto;
         flex-basis: auto
     }
     .navbar-expand-xl .navbar-nav .nav-item {
         margin-bottom: 0;
         background-color: rgba(0, 0, 0, 0)
     }
     .navbar-expand-xl .navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item {
         font-weight: normal
     }
     .navbar-expand-xl .navbar-nav .nav-link {
         padding-top: 1.125rem;
         padding-bottom: .875rem;
         font-weight: normal
     }
     .navbar-expand-xl .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after {
         display: none
     }
     .navbar-expand-xl .navbar-mega-nav::after {
         display: block
     }
     .navbar-expand-xl .navbar-mega-nav .dropdown-menu>.dropdown .dropdown-menu {
         top: .35rem
     }
     .navbar-expand-xl .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu {
         top: .375rem;
         min-height: 100%;
         min-height: calc(100% + .25rem);
         -webkit-animation: none !important;
         animation: none !important
     }
     .navbar-expand-xl .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu::before {
         position: absolute;
         top: 0;
         right: 16rem;
         width: 1px;
         height: 100%;
         background-color: #e3e9ef;
         content: ""
     }
     .navbar-expand-xl .dropdown-menu {
         margin-top: 0;
         padding-top: .5rem
     }
     .navbar-expand-xl .dropdown-menu.dropdown-menu-dark {
         border: 1px solid rgba(255, 255, 255, .12);
         background-color: #373f50
     }
     .navbar-expand-xl .dropdown-menu.dropdown-menu-end {
         left: auto;
         right: 0
     }
     .navbar-expand-xl .dropdown-menu.show {
         display: none
     }
     .navbar-expand-xl .dropdown-menu>.dropdown>.dropdown-toggle {
         position: relative;
         padding-right: 1.95rem
     }
     .navbar-expand-xl .dropdown-menu>.dropdown>.dropdown-toggle::after {
         display: inline-block;
         margin-left: .23375rem;
         vertical-align: .23375rem;
         content: "";
         border-top: .275rem solid rgba(0, 0, 0, 0);
         border-right: 0;
         border-bottom: .275rem solid rgba(0, 0, 0, 0);
         border-left: .275rem solid
     }
     .navbar-expand-xl .dropdown-menu>.dropdown>.dropdown-toggle:empty::after {
         margin-left: 0
     }
     .navbar-expand-xl .dropdown-menu>.dropdown>.dropdown-toggle::after {
         position: absolute;
         display: block;
         top: 50%;
         right: 1rem;
         margin-top: -0.3em
     }
     .navbar-expand-xl .dropdown-menu>.dropdown .dropdown-menu {
         display: none;
         top: 0;
         right: auto;
         left: 100%;
         width: auto;
         margin-top: -0.5rem;
         margin-right: 0;
         margin-left: -0.25rem
     }
     .navbar-expand-xl .dropdown-menu>.dropdown:hover>.dropdown-menu {
         -webkit-animation: fade-in .25s ease-in-out;
         animation: fade-in .25s ease-in-out
     }
     .navbar-expand-xl .dropdown-menu:not(.dropdown-menu-dark) {
         border-color: #fff;
         background-color: #fff;
         box-shadow: 0 .25rem .5625rem -0.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -0.0625rem rgba(0, 0, 0, .05)
     }
     .navbar-expand-xl .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu {
         background-color: #fff
     }
     .navbar-expand-xl .dropdown:hover>.dropdown-menu {
         display: block;
         -webkit-animation: slide-up .25s ease-in-out;
         animation: slide-up .25s ease-in-out
     }
     .navbar-expand-xl .navbar-tool-text {
         display: block
     }
     .navbar-expand-xl .mega-dropdown-column {
         width: 15rem
     }
 }
 @media(min-width: 1400px) {
     .navbar-expand-xxl.fixed-top {
         position: fixed
     }
     .navbar-expand-xxl .navbar-collapse {
         width: auto;
         flex-basis: auto
     }
     .navbar-expand-xxl .navbar-nav .nav-item {
         margin-bottom: 0;
         background-color: rgba(0, 0, 0, 0)
     }
     .navbar-expand-xxl .navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item {
         font-weight: normal
     }
     .navbar-expand-xxl .navbar-nav .nav-link {
         padding-top: 1.125rem;
         padding-bottom: .875rem;
         font-weight: normal
     }
     .navbar-expand-xxl .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after {
         display: none
     }
     .navbar-expand-xxl .navbar-mega-nav::after {
         display: block
     }
     .navbar-expand-xxl .navbar-mega-nav .dropdown-menu>.dropdown .dropdown-menu {
         top: .35rem
     }
     .navbar-expand-xxl .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu {
         top: .375rem;
         min-height: 100%;
         min-height: calc(100% + .25rem);
         -webkit-animation: none !important;
         animation: none !important
     }
     .navbar-expand-xxl .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu::before {
         position: absolute;
         top: 0;
         right: 16rem;
         width: 1px;
         height: 100%;
         background-color: #e3e9ef;
         content: ""
     }
     .navbar-expand-xxl .dropdown-menu {
         margin-top: 0;
         padding-top: .5rem
     }
     .navbar-expand-xxl .dropdown-menu.dropdown-menu-dark {
         border: 1px solid rgba(255, 255, 255, .12);
         background-color: #373f50
     }
     .navbar-expand-xxl .dropdown-menu.dropdown-menu-end {
         left: auto;
         right: 0
     }
     .navbar-expand-xxl .dropdown-menu.show {
         display: none
     }
     .navbar-expand-xxl .dropdown-menu>.dropdown>.dropdown-toggle {
         position: relative;
         padding-right: 1.95rem
     }
     .navbar-expand-xxl .dropdown-menu>.dropdown>.dropdown-toggle::after {
         display: inline-block;
         margin-left: .23375rem;
         vertical-align: .23375rem;
         content: "";
         border-top: .275rem solid rgba(0, 0, 0, 0);
         border-right: 0;
         border-bottom: .275rem solid rgba(0, 0, 0, 0);
         border-left: .275rem solid
     }
     .navbar-expand-xxl .dropdown-menu>.dropdown>.dropdown-toggle:empty::after {
         margin-left: 0
     }
     .navbar-expand-xxl .dropdown-menu>.dropdown>.dropdown-toggle::after {
         position: absolute;
         display: block;
         top: 50%;
         right: 1rem;
         margin-top: -0.3em
     }
     .navbar-expand-xxl .dropdown-menu>.dropdown .dropdown-menu {
         display: none;
         top: 0;
         right: auto;
         left: 100%;
         width: auto;
         margin-top: -0.5rem;
         margin-right: 0;
         margin-left: -0.25rem
     }
     .navbar-expand-xxl .dropdown-menu>.dropdown:hover>.dropdown-menu {
         -webkit-animation: fade-in .25s ease-in-out;
         animation: fade-in .25s ease-in-out
     }
     .navbar-expand-xxl .dropdown-menu:not(.dropdown-menu-dark) {
         border-color: #fff;
         background-color: #fff;
         box-shadow: 0 .25rem .5625rem -0.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -0.0625rem rgba(0, 0, 0, .05)
     }
     .navbar-expand-xxl .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu {
         background-color: #fff
     }
     .navbar-expand-xxl .dropdown:hover>.dropdown-menu {
         display: block;
         -webkit-animation: slide-up .25s ease-in-out;
         animation: slide-up .25s ease-in-out
     }
     .navbar-expand-xxl .navbar-tool-text {
         display: block
     }
     .navbar-expand-xxl .mega-dropdown-column {
         width: 15rem
     }
 }
 .navbar-expand.fixed-top {
     position: fixed
 }
 .navbar-expand .navbar-collapse {
     width: auto;
     flex-basis: auto
 }
 .navbar-expand .navbar-nav .nav-item {
     margin-bottom: 0;
     background-color: rgba(0, 0, 0, 0)
 }
 .navbar-expand .navbar-nav .nav-item>.dropdown-menu>li>.dropdown-item {
     font-weight: normal
 }
 .navbar-expand .navbar-nav .nav-link {
     padding-top: 1.125rem;
     padding-bottom: .875rem;
     font-weight: normal
 }
 .navbar-expand .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after {
     display: none
 }
 .navbar-expand .navbar-mega-nav::after {
     display: block
 }
 .navbar-expand .navbar-mega-nav .dropdown-menu>.dropdown .dropdown-menu {
     top: .35rem
 }
 .navbar-expand .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu {
     top: .375rem;
     min-height: 100%;
     min-height: calc(100% + .25rem);
     -webkit-animation: none !important;
     animation: none !important
 }
 .navbar-expand .navbar-mega-nav .dropdown-menu>.mega-dropdown .dropdown-menu::before {
     position: absolute;
     top: 0;
     right: 16rem;
     width: 1px;
     height: 100%;
     background-color: #e3e9ef;
     content: ""
 }
 .navbar-expand .dropdown-menu {
     margin-top: 0;
     padding-top: .5rem
 }
 .navbar-expand .dropdown-menu.dropdown-menu-dark {
     border: 1px solid rgba(255, 255, 255, .12);
     background-color: #373f50
 }
 .navbar-expand .dropdown-menu.dropdown-menu-end {
     left: auto;
     right: 0
 }
 .navbar-expand .dropdown-menu.show {
     display: none
 }
 .navbar-expand .dropdown-menu>.dropdown>.dropdown-toggle {
     position: relative;
     padding-right: 1.95rem
 }
 .navbar-expand .dropdown-menu>.dropdown>.dropdown-toggle::after {
     display: inline-block;
     margin-left: .23375rem;
     vertical-align: .23375rem;
     content: "";
     border-top: .275rem solid rgba(0, 0, 0, 0);
     border-right: 0;
     border-bottom: .275rem solid rgba(0, 0, 0, 0);
     border-left: .275rem solid
 }
 .navbar-expand .dropdown-menu>.dropdown>.dropdown-toggle:empty::after {
     margin-left: 0
 }
 .navbar-expand .dropdown-menu>.dropdown>.dropdown-toggle::after {
     position: absolute;
     display: block;
     top: 50%;
     right: 1rem;
     margin-top: -0.3em
 }
 .navbar-expand .dropdown-menu>.dropdown .dropdown-menu {
     display: none;
     top: 0;
     right: auto;
     left: 100%;
     width: auto;
     margin-top: -0.5rem;
     margin-right: 0;
     margin-left: -0.25rem
 }
 .navbar-expand .dropdown-menu>.dropdown:hover>.dropdown-menu {
     -webkit-animation: fade-in .25s ease-in-out;
     animation: fade-in .25s ease-in-out
 }
 .navbar-expand .dropdown-menu:not(.dropdown-menu-dark) {
     border-color: #fff;
     background-color: #fff;
     box-shadow: 0 .25rem .5625rem -0.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -0.0625rem rgba(0, 0, 0, .05)
 }
 .navbar-expand .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu {
     background-color: #fff
 }
 .navbar-expand .dropdown:hover>.dropdown-menu {
     display: block;
     -webkit-animation: slide-up .25s ease-in-out;
     animation: slide-up .25s ease-in-out
 }
 .navbar-expand .navbar-tool-text {
     display: block
 }
 .navbar-expand .mega-dropdown-column {
     width: 15rem
 }
 .navbar-stuck-toggler {
     display: none
 }
 @media(min-width: 992px) {
     .navbar-sticky.navbar-stuck {
         position: fixed;
         top: 0;
         left: 0;
         width: 100%;
         -webkit-animation: navbar-show .25s;
         animation: navbar-show .25s;
         box-shadow: 0 .25rem .5625rem -0.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -0.0625rem rgba(0, 0, 0, .05);
         z-index: 1030
     }
     .navbar-sticky.navbar-stuck .navbar-stuck-toggler {
         display: flex
     }
     .navbar-sticky.navbar-stuck .navbar-stuck-barnd {
         display: block !important
     }
     .navbar-sticky.navbar-stuck .navbar-stuck-menu {
         display: none
     }
     .navbar-sticky.navbar-stuck .navbar-stuck-menu.show {
         display: block
     }
     .navbar-sticky.navbar-stuck .navbar-stuck-menu {
        display: none;
    }
     .navbar-sticky.navbar-stuck.right-15 {
         right: 15px;
         width: calc(100% - 15px)
     }
     .navbar-sticky.position-absolute.navbar-light, .navbar-sticky.position-absolute.navbar-dark {
         background-color: rgba(0, 0, 0, 0)
     }
     .navbar-sticky.position-absolute.navbar-stuck {
         position: fixed !important
     }
     .navbar-sticky.position-absolute.navbar-stuck.navbar-light {
         background-color: #fff
     }
     .navbar-sticky.position-absolute.navbar-stuck.navbar-dark {
         background-color: #373f50
     }
 }

  @media(max-width: 991.98px) {
     .navbar-sticky.navbar-stuck {
         position: fixed;
         top: 0;
         left: 0;
         width: 100%;
         -webkit-animation: navbar-show .25s;
         animation: navbar-show .25s;
         box-shadow: 0 .25rem .5625rem -0.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -0.0625rem rgba(0, 0, 0, .05);
         z-index: 1030
     }
 
 }
 .fixed-top.right-15, .fixed-bottom.right-15 {
     right: 15px
 }
 @-webkit-keyframes navbar-show {
     from {
         transform: translateY(-0.625rem);
         opacity: 0
     }
     to {
         transform: translateY(0);
         opacity: 1
     }
 }
 @keyframes navbar-show {
     from {
         transform: translateY(-0.625rem);
         opacity: 0
     }
     to {
         transform: translateY(0);
         opacity: 1
     }
 }
 .navbar-light .nav-link>i {
     transition: color .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out;
     color: #7d879c
 }
 .navbar-light .nav-item {
     background-color: #f6f9fc
 }
 .navbar-light .nav-item:hover .nav-link:not(.disabled), .navbar-light .nav-item:hover .nav-link:not(.disabled)>i {
     color: var(--cz-primary)
 }
 .navbar-light .nav-item.active .nav-link:not(.disabled)>i, .navbar-light .nav-item.show .nav-link:not(.disabled)>i, .navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled)>i, .navbar-light .nav-item.active .nav-link:not(.disabled), .navbar-light .nav-item.show .nav-link:not(.disabled), .navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled) {
     color: var(--cz-primary)
 }
 .navbar-light .navbar-tool-icon-box {
     color: #4b566b;
 }
 .navbar-light .navbar-tool-icon-box.bg-secondary {
     background-color: #f3f5f9 !important
 }
 .navbar-light .navbar-tool:hover .navbar-tool-icon-box {
     color: #2b3445
 }
 .navbar-light .navbar-tool:hover .navbar-tool-icon-box.bg-secondary {
     background-color: #f3f5f9 !important
 }
 .navbar-light.bg-secondary .navbar-tool-icon-box.bg-secondary, .navbar-light[class^=bg-faded] .navbar-tool-icon-box.bg-secondary, .navbar-light[class*=" bg-faded"] .navbar-tool-icon-box.bg-secondary, .navbar-light[style^=background-color] .navbar-tool-icon-box.bg-secondary, .navbar-light[style*=" background-color"] .navbar-tool-icon-box.bg-secondary {
     background-color: #e9edf4 !important
 }
 .navbar-light.bg-secondary .navbar-tool:hover .navbar-tool-icon-box.bg-secondary, .navbar-light[class^=bg-faded] .navbar-tool:hover .navbar-tool-icon-box.bg-secondary, .navbar-light[class*=" bg-faded"] .navbar-tool:hover .navbar-tool-icon-box.bg-secondary, .navbar-light[style^=background-color] .navbar-tool:hover .navbar-tool-icon-box.bg-secondary, .navbar-light[style*=" background-color"] .navbar-tool:hover .navbar-tool-icon-box.bg-secondary {
     background-color: #e9edf4 !important
 }
 .navbar-light .navbar-tool-text {
     color: #4b566b
 }
 .navbar-light .navbar-tool-text>small, .navbar-light .navbar-tool-text>.small {
     color: #7d879c
 }
 .navbar-light .navbar-tool:hover .navbar-tool-text {
     color: #2b3445
 }
 .navbar-light .navbar-mega-nav::after {
     background-color: #e3e9ef
 }
 .navbar-dark .nav-link>i {
     transition: color .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out;
     color: rgba(255, 255, 255, .5)
 }
 .navbar-dark .nav-item {
     background-color: rgba(255, 255, 255, .05)
 }
 .navbar-dark .nav-item:hover .nav-link:not(.disabled) {
     color: #fff
 }
 .navbar-dark .nav-item.active .nav-link:not(.disabled)>i, .navbar-dark .nav-item.show .nav-link:not(.disabled)>i, .navbar-dark .nav-item.dropdown .nav-link:focus:not(.disabled)>i, .navbar-dark .nav-item.active .nav-link:not(.disabled), .navbar-dark .nav-item.show .nav-link:not(.disabled), .navbar-dark .nav-item.dropdown .nav-link:focus:not(.disabled) {
     color: #fff
 }
 .navbar-dark .navbar-tool-icon-box {
     color: #fff
 }
 .navbar-dark .navbar-tool-icon-box.bg-secondary {
     background-color: rgba(255, 255, 255, .08) !important
 }
 .navbar-dark .navbar-tool-text {
     color: #fff
 }
 .navbar-dark .navbar-tool-text>small, .navbar-dark .navbar-tool-text>.small {
     color: rgba(255, 255, 255, .5)
 }
 .navbar-dark .navbar-tool:hover .navbar-tool-text {
     color: #fff
 }
 .navbar-dark .navbar-mega-nav::after {
     background-color: rgba(255, 255, 255, .12)
 }
 .topbar {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: .625rem 0;
     font-size: .875rem
 }
 .topbar>.container, .topbar>.container-fluid, .topbar>.container-sm, .topbar>.container-md, .topbar>.container-lg, .topbar>.container-xl {
     display: flex;
     align-items: center;
     justify-content: space-between
 }
 .topbar .topbar-text, .topbar .topbar-link {
     display: inline-block;
     margin-bottom: 0;
     text-decoration: none !important
 }
 .topbar .topbar-text>i, .topbar .topbar-link>i {
     margin-right: .375rem;
     font-size: 1.15em;
     vertical-align: middle
 }
 .topbar .tns-carousel [data-controls] {
     margin-top: -1rem;
     width: 2rem;
     height: 2rem;
     transition: color .2s ease-in-out;
     border: 0;
     background: 0;
     font-size: .9555rem;
     line-height: 2rem
 }
 .topbar .tns-carousel [data-controls=prev] {
     left: -2.2rem
 }
 .topbar .tns-carousel [data-controls=next] {
     right: -2.2rem
 }
 @-moz-document url-prefix() {
     .topbar .tns-carousel [data-controls] {
         margin-top: -0.875rem
     }
 }
 .topbar-light .topbar-text, .topbar-light .topbar-link {
     color: rgba(75, 86, 107, .9)
 }
 .topbar-light .topbar-text>i, .topbar-light .topbar-link>i {
     color: var(--cz-primary)
 }
 .topbar-light .topbar-text.text-muted, .topbar-light .topbar-text>.text-muted, .topbar-light .topbar-link.text-muted, .topbar-light .topbar-link>.text-muted {
     color: rgba(125, 135, 156, .9) !important
 }
 .topbar-light .topbar-link:hover {
     color: #373f50
 }
 .topbar-light .topbar-link.active {
     color: #373f50
 }
 .topbar-light .show .topbar-link {
     color: #373f50
 }
 .topbar-light .tns-carousel [data-controls] {
     color: rgba(75, 86, 107, .9)
 }
 .topbar-light .tns-carousel [data-controls]:hover {
     color: #373f50
 }
 .topbar-dark .topbar-text, .topbar-dark .topbar-link {
     color: rgba(255, 255, 255, .65)
 }
 .topbar-dark .topbar-text>i, .topbar-dark .topbar-link>i {
     color: var(--cz-primary)
 }
 .topbar-dark .topbar-text.text-muted, .topbar-dark .topbar-text>.text-muted, .topbar-dark .topbar-link.text-muted, .topbar-dark .topbar-link>.text-muted {
     color: rgba(255, 255, 255, .45) !important
 }
 .topbar-dark .topbar-link:hover {
     color: #fff
 }
 .topbar-dark .topbar-link.active {
     color: #fff
 }
 .topbar-dark .show .topbar-link {
     color: #fff
 }
 .topbar-dark .tns-carousel [data-controls] {
     color: rgba(255, 255, 255, .65)
 }
 .topbar-dark .tns-carousel [data-controls]:hover {
     color: #fff
 }


.shadow-sm{
    box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .03), 0 .275rem .75rem -0.0625rem rgba(0, 0, 0, .06) !important;
}

.topbar {
    background: linear-gradient(90deg, #111, #1f1f1f);
    color: #fff;
    min-height: 38px;
    display: flex;
    align-items: center;
    font-size: 13px;
}

::selection {
    background: rgba(78, 84, 200, .15);
}


.container, .container-fluid, 
.container-xl, .container-lg, 
.container-md, .container-sm{
    --cz-gutter-x: 1.875rem;
    --cz-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--cz-gutter-x) * .5);
    padding-left: calc(var(--cz-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

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

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


small, .small {
    font-weight: inherit;
    font-size: 0.8em;

}


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

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


.topbar a {
    color: #fff;
    text-decoration: none;
    opacity: .92;
}

a {
    transition: color .25s ease-in-out;
}


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

 @font-face {
     font-family: "cartzilla-icons";
     src: url("../fonts/cartzilla-icons435b.ttf?ufvuz0") format("truetype"), url("../fonts/cartzilla-icons435b.woff?ufvuz0") format("woff"), url("../fonts/cartzilla-icons435b.svg?ufvuz0#cartzilla-icons") format("svg");
     font-weight: normal;
     font-style: normal;
     font-display: block
 }
 [class^=ci-], [class*=" ci-"] {
     display: inline-block;
     font-family: "cartzilla-icons" !important;
     speak: never;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     line-height: 1
 }

  .ci-user-circle:before {
     content: ""
 }
 .ci-user:before {
     content: ""
 }

  .ci-cart:before {
     content: ""
 }


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


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


h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: .75rem;
    font-weight: 500;
    line-height: 1.2;
    color: #373f50;
}

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

.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.me-2 {
    margin-right: .5rem !important;
}

.search-wrapper {
    position: relative;
    width: 100%;
}

.search-wrapper input {
    height: 52px;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding-right: 60px;
    padding-left: 20px;
    font-size: 15px;
    transition: .25s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .04);
}

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


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


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



.form-control {
    display: block;
    width: 100%;
    padding: .625rem 1rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4b566b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dae1e7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .3125rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



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



.main-image-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
}

.main-img {
    max-width: 100%;
    height: 320px;
    object-fit: contain;
    transition: 0.4s ease;
}

.main-img.zoom {
    transform: scale(1.1);
}

/* thumbs */
.thumbs-wrapper {
    display: flex;
    align-items: center;
    margin-top: 15px;
    position: relative;
    align-content: space-around;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

.thumbs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 5px;
}

.thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    opacity: 0.6;
    border: 2px solid transparent;
    transition: 0.3s;
}

.thumb:hover {
    opacity: 1;
    transform: scale(1.05);
}

.thumb.active {
    border-color: #0d6efd;
    opacity: 1;
}

/* arrows */
.nav-btn {
    background: #fff;
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.nav-btn:hover {
    background: #0d6efd;
    color: #fff;
}


.section {
    margin: 40px 0;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(180px,1fr));
    gap: 15px;
}



.categories-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}

.cat-card {
    background: #f1f1f1;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

.brands-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
}




 .card {
     --cz-card-spacer-y: 1.25rem;
     --cz-card-spacer-x: 1.25rem;
     --cz-card-title-spacer-y: 0.75rem;
     --cz-card-border-width: 1px;
     --cz-card-border-color: rgba(0, 0, 0, 0.085);
     --cz-card-border-radius: 0.4375rem;
     --cz-card-box-shadow: ;
     --cz-card-inner-border-radius: calc(0.4375rem - 1px);
     --cz-card-cap-padding-y: 0.625rem;
     --cz-card-cap-padding-x: 1.25rem;
     --cz-card-cap-bg: transparent;
     --cz-card-cap-color: ;
     --cz-card-height: ;
     --cz-card-color: ;
     --cz-card-bg: #fff;
     --cz-card-img-overlay-padding: 1rem;
     --cz-card-group-margin: 0.9375rem;
     position: relative;
     display: flex;
     flex-direction: column;
     min-width: 0;
     height: var(--cz-card-height);
     word-wrap: break-word;
     background-color: var(--cz-card-bg);
     background-clip: border-box;
     border: var(--cz-card-border-width) solid var(--cz-card-border-color);
     border-radius: var(--cz-card-border-radius);
     box-shadow: var(--cz-card-box-shadow)
 }

 .countdown {
     display: flex;
     flex-wrap: wrap;
     font-weight: normal
 }
 .countdown .countdown-value {
     font-weight: 500
 }
 .countdown .countdown-label {
     margin-left: .125rem;
     font-size: 65%
 }
 .countdown .countdown-days, .countdown .countdown-hours, .countdown .countdown-minutes, .countdown .countdown-seconds {
     margin-right: .75rem;
     margin-bottom: .75rem
 }
 .countdown .countdown-seconds {
     margin-right: 0
 }
 .ct-line {
     stroke: var(--cz-accent) !important;
     stroke-width: .125rem
 }
 .ct-point {
     stroke: var(--cz-accent) !important;
     stroke-width: .625rem
 }
 .ct-bar {
     stroke: var(--cz-accent) !important;
     stroke-width: .625rem
 }
 .ct-chart-pie .ct-label {
     fill: #fff;
     font-size: 1rem
 }
 .widget .tns-carousel .tns-nav {
     padding-top: .5rem
 }
 .widget-list {
     margin: 0;
     padding: 0;
     list-style: none
 }
 .widget-list[data-simplebar] {
     overflow-x: hidden
 }
 .widget-title {
     margin-bottom: 1.125rem;
     font-size: 1.0625rem;
     font-weight: 500
 }
 .widget-categories .accordion-item {
     border: 0;
     border-radius: 0
 }
 .widget-categories .accordion-body {
     padding: .625rem 0
 }
 .widget-categories .accordion-button {
     padding: .444rem 0;
     font-size: .9375rem;
     font-weight: normal;
     color: var(--cz-primary);
     box-shadow: none
 }
 .widget-categories .accordion-button::after {
     width: 1.375rem;
     height: 1.375rem;
     padding-top: .0625rem;
     background-image: none;
     background-color: rgba(var(--cz-primary-rgb), 0.1);
     font-family: "cartzilla-icons";
     font-size: .5rem;
     font-weight: bold;
     content: "";
     text-align: center;
     line-height: 1.375rem
 }
 .widget-categories .accordion-button.collapsed {
     color: #4b566b
 }
 .widget-categories .accordion-button.collapsed::after {
     background-color: #f3f5f9
 }
 .widget-categories .accordion-button:hover {
     color: var(--cz-primary)
 }
 .widget-categories .accordion-button:hover::after {
     background-color: rgba(var(--cz-primary-rgb), 0.1)
 }
 .widget-categories .widget-list-item {
     margin-bottom: .375rem;
     padding-left: .75rem
 }
 .widget-categories .widget-list:not([data-simplebar]) {
     border-right: 2px solid #e3e9ef
 }
 .widget-categories .widget-list:not([data-simplebar]) .widget-list-item {
     padding-right: 1rem
 }
 .widget-categories .widget-list:not([data-simplebar]) .widget-list-item .widget-list:not([data-simplebar]) {
     border-right: 0
 }
 .widget-list-item {
     margin-bottom: .5rem
 }
 .widget-list-item:last-child {
     margin-bottom: 0
 }
 .widget-list-link {
     display: block;
     transition: color .25s ease-in-out;
     color: #4b566b;
     font-size: .875rem;
     font-weight: normal
 }
 .widget-list-link:hover {
     color: var(--cz-primary)
 }
 .active>.widget-list-link {
     color: var(--cz-primary)
 }
 .widget-light .widget-list-link {
     color: rgba(255, 255, 255, .65)
 }
 .widget-light .widget-list-link:hover {
     color: #fff
 }
 .widget-light .active>.widget-list-link {
     color: #fff
 }
 .widget-product-title {
     margin-bottom: .25rem;
     font-size: .875rem;
     font-weight: 500
 }
 .widget-product-title>a {
     color: #373f50
 }
 .widget-product-title:hover>a {
     color: var(--cz-primary)
 }
 .widget-product-meta {
     font-size: .875rem
 }
 .widget-cart-item {
     position: relative
 }
 .widget-cart-item .btn-close {
     position: absolute;
     top: 50%;
     left: 0;
     height: auto;
     padding: 0;
     transform: translateY(-50%);
     transition: visibility .25s ease-in-out, opacity .25s ease-in-out;
     background: none;
     font-size: 1.5rem;
     font-weight: 300;
     visibility: hidden;
     opacity: 0
 }
 .widget-cart-item>.d-flex {
     transition: all .25s ease-in-out
 }
 .widget-cart-item:hover>.d-flex {
     transform: translateX(1.125rem)
 }
 .widget-cart-item:hover .btn-close {
     visibility: visible;
     opacity: 1
 }
 .btn-tag {
     display: inline-block;
     padding: .375rem .5625rem;
     transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out;
     border: 1px solid #e3e9ef;
     border-radius: .25rem;
     color: #4b566b;
     font-size: .75rem;
     white-space: nowrap
 }
 .btn-tag:hover {
     border-color: #e3e9ef;
     background-color: #f3f5f9;
     color: #4b566b
 }
 .btn-tag.active {
     border-color: var(--cz-primary);
     background-color: var(--cz-primary);
     color: #fff;
     box-shadow: 0 .5rem 1.125rem -0.5rem rgba(var(--cz-primary-rgb), 0.9);
     pointer-events: none;
     cursor: default
 }
 .range-slider-ui {
     height: .1875rem;
     margin: 3.5rem 0;
     border: 0;
     background-color: #eceff6;
     box-shadow: none
 }
 .range-slider-ui .noUi-connect {
     background-color: var(--cz-primary)
 }
 .range-slider-ui .noUi-handle {
     top: 50%;
     width: 1.375rem;
     height: 1.375rem;
     margin-top: -0.6875rem;
     border: 0;
     border-radius: 50%;
     box-shadow: 0 .125rem .5625rem -0.125rem rgba(0, 0, 0, .25)
 }
 .range-slider-ui .noUi-handle::before, .range-slider-ui .noUi-handle::after {
     display: none
 }
 .range-slider-ui .noUi-handle:focus {
     outline: none
 }
 .range-slider-ui .noUi-marker-normal {
     display: none
 }
 .range-slider-ui .noUi-marker-horizontal.noUi-marker {
     width: 1px;
     background-color: #d0dae4
 }
 .range-slider-ui .noUi-marker-horizontal.noUi-marker-large {
     height: .75rem
 }
 .range-slider-ui .noUi-value {
     padding-top: .125rem;
     color: #4b566b;
     font-size: .8125rem
 }
 .range-slider-ui .noUi-tooltip {
     padding: .25rem .5rem;
     border: 0;
     background-color: #373f50;
     color: #fff;
     font-size: .75rem;
     line-height: 1.2;
     border-radius: .25rem
 }
 html:not([dir=rtl]) .range-slider-ui.noUi-horizontal .noUi-handle {
     right: -0.6875rem
 }
 .product-card {
     padding-bottom: 1.25rem;
     border: 0;
     transition: all .15s ease-in-out
 }
 .product-card .product-card-actions, .product-card>.btn-wishlist, .product-card .badge {
     position: absolute;
     top: .75rem;
     right: .75rem;
     z-index: 5
 }
 .product-card .product-card-actions .btn-action {
     padding: .5rem;
     transition: all .15s ease-in-out;
     border-radius: .25rem;
     background-color: #fff;
     font-size: .8125rem;
     visibility: hidden;
     opacity: 0
 }
 .product-card .badge {
     right: auto;
     left: .75rem
 }
 .product-card .badge.badge-end {
     right: .75rem;
     left: auto
 }
 .product-card .card-body {
     position: relative;
     background-color: #fff;
     z-index: 2
 }
 .product-card .card-body-hidden {
     position: absolute;
     left: 0;
     top: 100%;
     width: 100%;
     margin-top: -1.25rem;
     transition: all .15s ease-in-out;
     border-radius: .4375rem;
     border-top-left-radius: 0;
     border-top-right-radius: 0;
     background-color: #fff;
     opacity: 0;
     visibility: hidden;
     z-index: 1
 }

 @media(min-width: 992px) {
     .product-card:hover:not(.card-static) {
         border-color: #fff !important;
         box-shadow: 0 .3rem 1.525rem -0.375rem rgba(0, 0, 0, .1);
         z-index: 10
     }
     .product-card:hover:not(.card-static) .product-card-actions .btn-action {
         opacity: 1;
         visibility: visible
     }
     .product-card:hover:not(.card-static) .card-body-hidden {
         opacity: 1;
         visibility: visible;
         box-shadow: 0 .3rem 1.525rem -0.375rem rgba(0, 0, 0, .1)
     }
 }
 .product-list .product-list-thumb {
     border-radius: .4375rem;
     border-bottom-right-radius: 0;
     border-bottom-left-radius: 0
 }
 @media(min-width: 500px) {
     .product-list .product-list-thumb {
         width: 15rem;
         border-radius: .4375rem;
         border-top-right-radius: 0;
         border-bottom-right-radius: 0;
         overflow: hidden
     }
     .product-list .card-body-hidden {
         top: 50%;
         margin-top: 0;
         transform: translateY(-50%);
         box-shadow: none !important
     }
 }
 @media(min-width: 992px) {
     .product-list:hover+.border-top {
         opacity: 0
     }
 }
 .product-card-alt {
     border: 0
 }
 .product-card-alt .card-body {
     padding: 1rem .625rem
 }
 .product-card-alt .product-thumb {
     position: relative;
     border-radius: .4375rem;
     overflow: hidden
 }
 .product-card-alt .product-thumb>img {
     display: block;
     width: 100%
 }
 .product-card-alt .product-thumb-overlay {
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(43, 52, 69, .5);
     z-index: 1
 }
 .product-card-alt .btn-wishlist {
     top: .75rem;
     right: .75rem;
     background-color: #fff;
     z-index: 5;
     visibility: hidden
 }
 .product-card-alt .badge {
     position: absolute;
     right: auto;
     left: .75rem;
     z-index: 5
 }
 .product-card-alt .product-card-actions {
     top: 50%;
     left: 0;
     width: 100%;
     transform: translateY(-50%);
     text-align: center;
     z-index: 5;
     visibility: hidden
 }
 .product-card-alt .product-thumb-overlay, .product-card-alt .btn-wishlist, .product-card-alt .product-card-actions {
     position: absolute;
     transition: all .15s ease-in-out;
     opacity: 0
 }
 @media(min-width: 992px) {
     .product-card-alt .product-thumb:hover .product-thumb-overlay, .product-card-alt .product-thumb:hover .btn-wishlist, .product-card-alt .product-thumb:hover .product-card-actions {
         visibility: visible;
         opacity: 1
     }
 }
 .product-title>a {
     transition: color .25s ease-in-out;
     color: #373f50;
     text-decoration: none !important
 }
 .product-title>a:hover {
     color: var(--cz-primary)
 }
 .product-meta {
     transition: color .25s ease-in-out;
     color: #7d879c;
     text-decoration: none !important
 }
 .product-meta:hover {
     color: #4b566b
 }
 .product-floating-btn {
     position: absolute;
     right: .75rem;
     bottom: .75rem;
     transition: opacity .2s ease-in-out;
     opacity: 0;
     z-index: 10
 }
 .product-card:hover .product-floating-btn {
     opacity: 1
 }




.hero-container {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px;
}

.hero-slider {
    display: flex;
    transition: 0.6s ease;
}

.slide {
    min-width: 100%;
    position: relative;
}

.slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    filter: brightness(0.6);
}




.hero-content {
    position: absolute;
    top: 55%;
    /* right: 50px; */
    color: #fff;
    align-items: center;
    transform: translateY(-50%);
    width: 100%;
}



.hero-content h2 {
    font-size: 32px;
    font-weight: bold;
}

.hero-content p {
    margin: 10px 0;
}

.btn-hero {
    background: #0d6efd;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
}

.hero-prev,
.hero-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4);
    border: none;
    color: #fff;
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
}

.hero-prev { left: 10px; }
.hero-next { right: 10px; }



.product-slider {
    position: relative;
    overflow: hidden;
}

.slider-track {
    display: flex;
    gap: 15px;
    transition: 0.4s;
}



.slider-prev,
.slider-next {
    position: absolute;
    top: 40%;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ddd;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.slider-prev { left: 0; }
.slider-next { right: 0; }



.hero-slide {
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
}






.prod-img {
    width:100%;
    height:180px;
    object-fit:contain;
    background:#fff;
}

.price {
    color:#0d6efd;
    font-weight:bold;
}

.prod-img {
    object-fit: contain;
    height:180px;
}


.hero-wrapper{
  display:flex;
  gap:15px;
}

.mega-categories{
  width:250px;
  background:#fff;
  border-radius:10px;
  padding:10px;
  box-shadow:0 3px 12px rgba(0,0,0,.1);
}

.cat-item{
  padding:8px;
  border-bottom:1px solid #eee;
  cursor:pointer;
}

.cat-item:hover{
  background:#f5f5f5;
}

.heroSwiper{
  flex:1;
}

.skeleton{
  height:200px;
  background:linear-gradient(90deg,#eee,#ddd,#eee);
  animation:loading 1.5s infinite;
}

@keyframes loading{
  0%{background-position:-200px}
  100%{background-position:200px}
}



.slide-content {
    width: 100%;
    position: absolute;
    /* bottom: 10PX; */
    /* top: -34%; */
        LEFT: 0;
    background: rgba(0, 0, 0, 0.55);
    padding: 20px;
    border-radius: 8px;
    color: #fff;
    align-items: center;
    display: flex;
    flex-direction: column;
}


.header-actions {
    ALIGN-ITEMS: CENTER;
    PADDING: 12px;
}


/* titles */
.sec-title{
display:flex;
justify-content:space-between;
align-items:center;
margin:35px 0 18px;
    ALIGN-SELF: ANCHOR-CENTER;
}

.sec-title h2{
font-size:28px;
font-weight:800;
margin:0;
color:#111;
}

.sec-title a{
text-decoration:none;
color:#0aa84f;
font-weight:bold;
}

/* news */
.news-card{
background:#fff;
border-radius:18px;
overflow:hidden;
box-shadow:0 8px 20px rgba(0,0,0,.05);
height:100%;
}

.news-card img{
width:100%;
height:210px;
object-fit:cover;
}

.news-body{
padding:16px;
}

.news-body h5{
font-size:18px;
font-weight:800;
}





/* features */
.features-bar{
margin:30px 0 35px;
background:#111;
color:#fff;
padding:14px 20px;
border-radius:14px;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:10px;
text-align:center;
font-size:15px;
}


/* cards */


.product-info{
padding:16px;
}

.product-info h6{
height:48px;
overflow:hidden;
font-weight:700;
}

.price{
font-size:22px;
font-weight:800;
color:#0aa84f;
}

/* categories */

<!-- .cat-box {
    display:block;
    padding:20px;
    background:#fff;
    border-radius:10px;
    text-align:center;
    transition:0.3s;
}
.cat-box:hover {
    transform: translateY(-5px);
    box-shadow:0 10px 20px rgba(0,0,0,0.1);
} -->


.cat-box{
background:#fff;
padding:30px 15px;
text-align:center;
border-radius:18px;
box-shadow:0 8px 20px rgba(0,0,0,.05);
transition:.3s;
height:100%;
}

.cat-box:hover{
transform:translateY(-5px);
background:#0aa84f;
color:#fff;

}
.cat-box h6:hover{

    color: #ffffff;

}

.cat-box i{
font-size:34px;
margin-bottom:10px;
}

/* brands */
.brand-strip{
background:#fff;
padding:20px;
border-radius:18px;
display:grid;
grid-template-columns:repeat(5,1fr);
gap:20px;
}

.brand-strip img{
height:55px;
object-fit:contain;
filter:grayscale(100%);
opacity:.8;
transition:.3s;
}

.brand-strip img:hover{
filter:none;
opacity:1;
}

@media(max-width:768px){
.hero-content{
padding:40px 25px;
}
.hero-content h1{
font-size:30px;
}
.features-bar{
grid-template-columns:1fr 1fr;
}
.brand-strip{
grid-template-columns:1fr 1fr;
}
}


/* توحيد ارتفاع السلايد بالكامل */
.productSwiper .swiper-slide {
    height: auto; 
    display: flex;
}

.product-card{
background:#fff;
border-radius:18px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,.06);
transition:.3s;
height:100%;
}

.product-card:hover{
transform:translateY(-6px);
}

.product-card img{
width:100%;
height:220px;
object-fit:contain;
padding:18px;
background:#fff;
}

..product-card:hover { transform:translateY(-6px); box-shadow:0 18px 40px rgba(13,110,253,0.12); }
.product-card img { width:100%; height:160px; object-fit:cover; border-radius:8px; }



.product-card:hover {
    transform: translateY(-5px);
}




.product-card:hover {
    transform:translateY(-5px);
    box-shadow:0 10px 20px rgba(0,0,0,0.1);
}


/* تنسيق كرت المنتج */
.product-card {
      width: 100%;
    padding: 15px;
    text-align: center;
        color: var(--product-card-text);
}

/* توحيد حجم الصور */
.product-card img {
    width: 100%;
    height: 200px; /* يمكنك تغيير الارتفاع حسب رغبتك */
    object-fit: contain; /* لضمان عدم تشوه الصورة */
    margin-bottom: 15px;
}

/* توحيد حجم العنوان (الاسم) والتعامل مع النصوص الطويلة */
.product-card h6 {
    font-size: 16px;
    margin: 0 0 10px 0;
    height: 3em; /* حجز مساحة لسطرين فقط */
    line-height: 1.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* يظهر نقطتين (...) بعد السطر الثاني */
    -webkit-box-orient: vertical;
}

/* السعر يبقى دائماً في الأسفل */
.product-card span {
    margin-top: auto; 
    font-weight: bold;
    color: #161717;
}


span.badge.bg-success.badge-stock {
    COLOR: WHITE;
}

span.badge.bg-danger.badge-stock {
    COLOR: WHITE;
}

/* تحديد حاوية السوايبير لضمان أن النقاط تظهر بداخلها */
.productSwiper {
    position: relative;
    padding-bottom: 30px !important; /* احجز مساحة للنقاط */
}

/* رفع النقاط وتوسيطها */
.productSwiper .swiper-pagination {
    bottom: 0px !important; /* تحكم في هذه القيمة لرفعها أو خفضها */
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    text-align: center !important;
}


.container {
    /* TEXT-ALIGN: CENTER; */
}



.cart-link{
position:relative;
font-size:26px;
text-decoration:none;
color:#111;
margin-right:15px;
}

#cartCount{
position:absolute;
top:-8px;
right:-10px;
background:#e60023;
color:#fff;
font-size:12px;
min-width:20px;
height:20px;
line-height:20px;
text-align:center;
border-radius:50%;
padding:0 4px;
font-weight:bold;
}

.toast-cart{
     visibility: hidden;
position:fixed;
top:20px;
left:20px;
background:#111;
color:#fff;
padding:14px 18px;
border-radius:12px;
z-index:9999;
opacity:0;
transform:translateY(-20px);
transition:.3s;
box-shadow:0 10px 25px rgba(0,0,0,.2);
}

.toast-cart.show{
    visibility: visible;
    opacity: 1;
    bottom: 47%;
    TOP: 45%;
    MIN-WIDTH: 90%;
    transform: translateY(0);
    TEXT-ALIGN: center;
}


.price-request-box{
background:#fff8e1;
padding:18px;
border-radius:16px;
border:1px solid #ffe08a;
}

.request-price-btn{
font-weight:700;
border-radius:14px;
box-shadow:0 10px 25px rgba(255,193,7,.18);
}

.request-price-btn:hover{
transform:translateY(-2px);
}



.modal-box {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    display: none; /* مخفي افتراضياً */
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.modal-content-MS {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    width: 90%;
}



/*==================================================
 BACK TO TOP PREMIUM BUTTON
==================================================*/
#topBtn{
position:fixed;
bottom:25px;
right:25px;
width:58px;
height:58px;
border:none;
outline:none;
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;

background:linear-gradient(135deg,#f5b400,#ffd54a);
color:#111;

font-size:24px;
font-weight:900;

border-radius:18px;

box-shadow:
0 10px 30px rgba(245,180,0,.35),
0 4px 10px rgba(0,0,0,.15);

z-index:9999;

transition:
transform .25s ease,
opacity .25s ease,
box-shadow .25s ease;

backdrop-filter:blur(10px);
}

/* Hover */
#topBtn:hover{
transform:translateY(-6px) scale(1.05);
box-shadow:
0 18px 40px rgba(245,180,0,.45),
0 6px 15px rgba(0,0,0,.20);
}

/* Click */
#topBtn:active{
transform:scale(.95);
}

/* أيقونة ناعمة */
#topBtn::before{
content:"↑";
}

/* تأثير نبض */
#topBtn::after{
content:'';
position:absolute;
width:100%;
height:100%;
border-radius:18px;
background:rgba(245,180,0,.35);
z-index:-1;
animation:pulseTop 2s infinite;
}

/* Animation */
@keyframes pulseTop{
0%{
transform:scale(1);
opacity:.7;
}
70%{
transform:scale(1.5);
opacity:0;
}
100%{
opacity:0;
}
}




 .mt-n1 {
     margin-top: -0.25rem !important
 }
 .mt-n2 {
     margin-top: -0.5rem !important
 }
 .mt-n3 {
     margin-top: -1rem !important
 }
 .mt-n4 {
     margin-top: -1.5rem !important
 }
 .mt-n5 {
     margin-top: -3rem !important
 }
 .mt-n10 {
     margin-top: -10rem !important
 }
 .pb-0 {
     padding-bottom: 0 !important
 }
 .pb-1 {
     padding-bottom: .25rem !important
 }
 .pb-2 {
     padding-bottom: .5rem !important
 }
 .pb-3 {
     padding-bottom: 1rem !important
 }
 .pb-4 {
     padding-bottom: 1.5rem !important
 }
 .pb-5 {
     padding-bottom: 3rem !important
 }
 .pb-10 {
     padding-bottom: 10rem !important
 }

 .pt-0 {
     padding-top: 0 !important
 }
 .pt-1 {
     padding-top: .25rem !important
 }
 .pt-2 {
     padding-top: .5rem !important
 }
 .pt-3 {
     padding-top: 1rem !important
 }
 .pt-4 {
     padding-top: 1.5rem !important
 }
 .pt-5 {
     padding-top: 3rem !important
 }
 .pt-10 {
     padding-top: 10rem !important
 }

 .collapse:not(.show) {
    display: none;
}



.nav-item > a {
    color: var(--header-text, #333);
    text-decoration: none;
    font-weight: 500;
    padding: 8px 12px;
    display: inline-block;
    border-radius: 6px;
    transition: background-color .25s ease, color .25s ease, transform .25s ease;
}




/* MOBILE */
 @media(max-width:576px){

    #topBtn{
    width:50px;
 height:50px;
  right:15px;
   bottom:18px;
   font-size:20px;
   border-radius:15px;
 }

}


@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }

    
        .me-lg-2 {
        margin-right: .5rem !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
        .mx-lg-4{
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
        .d-lg-flex {
        display: flex !important;
    }
    
    
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 100%;
    }
    
    .d-md-inline {
        display: inline !important;
    }
}
@media (min-width: 500px) {
    .container-sm, .container {
        max-width: 100%;
    }
        .d-sm-block {
        display: block !important;
    }

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

@media (max-width: 768px) {
       .search-wrapper input {
        height: 48px;
        font-size: 14px;
    }
}


@media (prefers-reduced-motion: reduce) {
        .form-control {
        transition: none;
    }

      
    
}






@mixin make-container($gutter: $container-padding-x) {
  --#{$prefix}gutter-x: #{$gutter};
  --#{$prefix}gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--#{$prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list
  padding-left: calc(var(--#{$prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list
  margin-right: auto;
  margin-left: auto;
}


/* Body & Fonts */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(180deg,#f5f7fb,#f0f4fb);
  margin: 0;
  color: #111;
}

/* Header */
.site-header {
  background: var(--header-bg);
  color: var(--header-text);
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 1000;
}


.site-header .brand img { height: 42px; border-radius:6px; }
.site-header .brand h1 { margin:0; font-size:1.25rem; font-weight:500; }
.nav { list-style:none; padding:0; margin:0; display:flex; gap:15px; align-items:center; }
.nav-item { position: relative; }
.nav-item a { color: var(--header-text); text-decoration:none; padding:5px 10px; border-radius:6px; font-weight:500; transition:0.3s; }
.nav-item a:hover { background: rgba(0,0,0,0.05); }

/* Dropdown Desktop */
.nav-item.has-children > ul {
  display: none;
  position: absolute;
  top:100%;
  left:0;
  background:#fff;
  color:#000;
  padding:10px;
  border-radius:6px;
  box-shadow:0 5px 15px rgba(0,0,0,0.1);
}
.nav-item.has-children:hover > ul { display:block; }
.nav-item.has-children > ul li a { color:#111; padding:5px 10px; display:block; }
.nav-item.has-children > a::after { content:" ▼"; font-size:0.6em; margin-left:4px; }

/* Mobile Nav */
#mobileNav { display:none; padding:10px; }
#mobileNav ul.nav { flex-direction:column; gap:8px; }
#mobileNav li.nav-item a { color: var(--header-text); display:block; padding:5px 0; }
#mobileNav li.nav-item.has-children > ul { display:none; padding-left:15px; }
#mobileNav li.nav-item.open > ul { display:block; }
.mobile-toggle { font-size:1.25rem; background:none; border:none; color:inherit; cursor:pointer; }

/* Footer */
.site-footer { background: var(--footer-bg); color: var(--footer-text); padding:20px 0; }
.site-footer a { color: var(--footer-link); text-decoration:none; }
.site-footer a:hover { text-decoration: underline; }

/* Products grid */
.products-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:16px; margin-top:12px; }
.badge-discount { position:absolute; right:10px; top:10px; background:#dc3545; color:#fff; padding:6px 8px; border-radius:8px; font-weight:700; }

/* Section Cards */
.section-card { background:#fff; padding:18px; border-radius:10px; box-shadow:0 10px 30px rgba(13,110,253,0.04); margin-bottom:20px; }
.featured-card img { width:100%; height:320px; object-fit:cover; border-radius:10px; }




/* Slider clients */
.clients-slider-section { max-width:1200px; margin:30px auto; padding:0 12px; }
.clients-slider-section .section-title { font-size:1.25rem; margin-bottom:12px; color:var(--header-text); }
.clients-swiper .swiper-wrapper { align-items:stretch; }
.client-slide-link { display:block; color:inherit; text-decoration:none; height:100%; }
.client-slide-image-wrap { position:relative; border-radius:12px; overflow:hidden; box-shadow:0 8px 30px rgba(0,0,0,0.08); background:#fff; height:220px; display:flex; align-items:center; justify-content:center; }
.client-slide-img { width:100%; height:100%;object-fit: scale-down; display:block; transition:transform .35s ease; }
.client-slide-image-wrap:hover .client-slide-img { transform: scale(1.05); }
.client-slide-overlay { position:absolute; left:12px; right:12px; bottom:12px; background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); padding:10px; border-radius:8px; color:#fff; display:flex; flex-direction:column; gap:4px; }
.client-slide-title { font-weight:700; font-size:1rem; text-shadow:0 2px 6px rgba(0,0,0,0.4); }
.client-slide-type { font-size:0.85rem; opacity:0.95; }
.swiper-button-next, .swiper-button-prev { color:var(--primary); }
.swiper-pagination-bullet { background: rgba(255,255,255,0.7); opacity:0.9; }
@media(max-width:576px) {
  .client-slide-image-wrap { height:160px; }
}


 .client-detail { max-width:1000px; margin:28px auto; padding:0 12px; display:grid; gap:18px; grid-template-columns: 360px 1fr; align-items:start; }
    .client-card { border-radius:12px; overflow:hidden; box-shadow:0 12px 30px rgba(0,0,0,0.06); background:#fff; padding:0; }
    .client-card img{ width:100%; height:360px;object-fit: scale-down; display:block; }
    .client-meta { padding:16px; }
    .client-meta h1 { margin:0 0 8px; font-size:1.4rem; }
    .client-meta .muted { color:#666; margin-bottom:8px; display:block; }
    .client-actions { display:flex; gap:8px; margin-top:12px; flex-wrap:wrap; }
    .btn-contact { padding:8px 12px; border-radius:8px; text-decoration:none; display:inline-flex; gap:8px; align-items:center; }
    .btn-whatsapp { background:#25D366; color:#fff; }
    .btn-email { background:#0d6efd; color:#fff; }
    .client-content { background:#fff; padding:16px; border-radius:12px; box-shadow:0 8px 20px rgba(0,0,0,0.04); }
    @media(max-width:900px){ .client-detail{ grid-template-columns:1fr; } .client-card img{height:240px;} }

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

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

.swiper,swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

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

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box
}

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

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

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

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

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

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

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

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

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

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

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

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

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

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

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

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

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

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

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

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

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

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

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

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

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

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

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
    display: none!important
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    <!-- bottom: var(--swiper-pagination-bottom,8px);
    top: var(--swiper-pagination-top,auto); -->
        left: 0;
    width: 100%;

}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right,8px);
    left: var(--swiper-pagination-left,auto);
    top: 50%;
    transform: translate3d(0px,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size,4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size,4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    position: relative;
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset,1%);
    bottom: var(--swiper-scrollbar-bottom,4px);
    top: var(--swiper-scrollbar-top,auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size,4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left,auto);
    right: var(--swiper-scrollbar-right,4px);
    top: var(--swiper-scrollbar-sides-offset,1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size,4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification,swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

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

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

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

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

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

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

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

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

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

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

/* ============ الأساسيات ============ */
.site-header {
  background: var(--header-bg, #fff);
  color: var(--header-text, #333);
  padding: 10px 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: relative;
  z-index: 1000;
}

.site-header .nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.nav-item {
  position: relative;
}

.nav-item > a {
  color: var(--header-text, #333);
  text-decoration: none;
  font-weight: 500;
  padding: 8px 12px;
  display: inline-block;
  border-radius: 6px;

  transition:
    background-color .25s ease,
    color .25s ease,
    transform .25s ease;
}

.nav-item > a:hover {
  background: var(--default-primary, #007bff);
  color: #fff;
}

/* ============ القوائم الفرعية ============ */
.nav-item.has-children > ul {
  position: absolute;
  top: 100%;
  right: 0;  /* الاتجاه حسب اللغة */
  min-width: 180px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: none;
  flex-direction: column;
  z-index: 9999;
}

.nav-item.has-children:hover > ul {
  display: flex;
}

.nav-item.has-children ul li a {
  padding: 10px 15px;
  color: #333;
  font-weight: 400;
  display: block;
  border-bottom: 1px solid #f1f1f1;
}

.nav-item.has-children ul li:last-child a {
  border-bottom: none;
}

.nav-item.has-children ul li a:hover {
  background: var(--default-primary, #007bff);
  color: #fff;
}

/* ============ مظهر القوائم المتداخلة (الجيل الثاني) ============ */
.nav-item.has-children ul li.has-children > ul {
  position: absolute;
  top: 0;
  right: 100%; /* الاتجاه حسب اللغة */
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: none;
}

.nav-item.has-children ul li.has-children:hover > ul {
  display: block;
}

/* ============ وضع الموبايل ============ */
@media (max-width: 768px) {
  .site-header {
    flex-wrap: wrap;
  }

  .site-header .nav {
    display: none;
  }

  #mobileNav {
    display: none;
    background: var(--header-bg, #fff);
    border-top: 1px solid #ddd;
    padding: 10px;
  }

  #mobileNav ul.nav {
    flex-direction: column;
    gap: 5px;
  }

  #mobileNav li.nav-item a {
    color: var(--header-text, #333);
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    border-radius: 6px;
    transition: background 0.3s ease;
  }

  #mobileNav li.nav-item a:hover {
    background: rgba(0,0,0,0.05);
  }

  #mobileNav li.nav-item.has-children > ul {
    display: none;
    padding-left: 15px;
    border-left: 2px solid var(--default-primary, #007bff);
    margin-top: 5px;
  }

  #mobileNav li.nav-item.open > ul {
    display: block;
  }

  #mobileNav li.nav-item.has-children > a::after {
    content: " ▼";
    font-size: 0.7em;
  }
}



 .lead {
     font-size: 1.25rem;
     font-weight: 300
 }
 .display-1 {
     font-size: calc(1.625rem + 4.5vw);
     font-weight: 500;
     line-height: 1
 }
 @media(min-width: 1200px) {
     .display-1 {
         font-size: 5rem
     }
 }
 .display-2 {
     font-size: calc(1.575rem + 3.9vw);
     font-weight: 500;
     line-height: 1
 }
 @media(min-width: 1200px) {
     .display-2 {
         font-size: 4.5rem
     }
 }
 .display-3 {
     font-size: calc(1.525rem + 3.3vw);
     font-weight: 500;
     line-height: 1
 }
 @media(min-width: 1200px) {
     .display-3 {
         font-size: 4rem
     }
 }
 .display-4 {
     font-size: calc(1.475rem + 2.7vw);
     font-weight: 500;
     line-height: 1
 }
 @media(min-width: 1200px) {
     .display-4 {
         font-size: 3.5rem
     }
 }
 .display-5 {
     font-size: calc(1.425rem + 2.1vw);
     font-weight: 500;
     line-height: 1
 }
 @media(min-width: 1200px) {
     .display-5 {
         font-size: 3rem
     }
 }
 .display-6 {
     font-size: calc(1.375rem + 1.5vw);
     font-weight: 500;
     line-height: 1
 }
 @media(min-width: 1200px) {
     .display-6 {
         font-size: 2.5rem
     }
 }
 .display-404 {
     font-size: calc(2.125rem + 10.5vw);
     font-weight: 500;
     line-height: 1
 }
 @media(min-width: 1200px) {
     .display-404 {
         font-size: 10rem
     }
 }
 
 @media(min-width: 500px) {
     .container-sm, .container {
         max-width: 100%
     }
 }
 @media(min-width: 768px) {
     .container-md, .container-sm, .container {
         max-width: 100%
     }
 }
 @media(min-width: 992px) {
     .container-lg, .container-md, .container-sm, .container {
         max-width: 100%
     }
 }
 @media(min-width: 1280px) {
     .container-xl, .container-lg, .container-md, .container-sm, .container {
         max-width: 1260px
     }
 }
 .row {
     --cz-gutter-x: 1.875rem;
     --cz-gutter-y: 0;
     display: flex;
     flex-wrap: wrap;
     margin-top: calc(-1*var(--cz-gutter-y));
     margin-right: calc(-0.5*var(--cz-gutter-x));
     margin-left: calc(-0.5*var(--cz-gutter-x))
 }
 .row>* {
     flex-shrink: 0;
     width: 100%;
     max-width: 100%;
     padding-right: calc(var(--cz-gutter-x)*.5);
     padding-left: calc(var(--cz-gutter-x)*.5);
     margin-top: var(--cz-gutter-y)
 }
 .col {
     flex: 1 0 0%
 }
 .row-cols-auto>* {
     flex: 0 0 auto;
     width: auto
 }
 .row-cols-1>* {
     flex: 0 0 auto;
     width: 100%
 }
 .row-cols-2>* {
     flex: 0 0 auto;
     width: 50%
 }
 .row-cols-3>* {
     flex: 0 0 auto;
     width: 33.3333333333%
 }
 .row-cols-4>* {
     flex: 0 0 auto;
     width: 25%
 }
 .row-cols-5>* {
     flex: 0 0 auto;
     width: 20%
 }
 .row-cols-6>* {
     flex: 0 0 auto;
     width: 16.6666666667%
 }
 .col-auto {
     flex: 0 0 auto;
     width: auto
 }
 .col-1 {
     flex: 0 0 auto;
     width: 8.33333333%
 }
 .col-2 {
     flex: 0 0 auto;
     width: 16.66666667%
 }
 .col-3 {
     flex: 0 0 auto;
     width: 25%
 }
 .col-4 {
     flex: 0 0 auto;
     width: 33.33333333%
 }
 .col-5 {
     flex: 0 0 auto;
     width: 41.66666667%
 }
 .col-6 {
     flex: 0 0 auto;
     width: 50%
 }
 .col-7 {
     flex: 0 0 auto;
     width: 58.33333333%
 }
 .col-8 {
     flex: 0 0 auto;
     width: 66.66666667%
 }
 .col-9 {
     flex: 0 0 auto;
     width: 75%
 }
 .col-10 {
     flex: 0 0 auto;
     width: 83.33333333%
 }
 .col-11 {
     flex: 0 0 auto;
     width: 91.66666667%
 }
 .col-12 {
     flex: 0 0 auto;
     width: 100%
 }
 .offset-1 {
     margin-left: 8.33333333%
 }
 .offset-2 {
     margin-left: 16.66666667%
 }
 .offset-3 {
     margin-left: 25%
 }
 .offset-4 {
     margin-left: 33.33333333%
 }
 .offset-5 {
     margin-left: 41.66666667%
 }
 .offset-6 {
     margin-left: 50%
 }
 .offset-7 {
     margin-left: 58.33333333%
 }
 .offset-8 {
     margin-left: 66.66666667%
 }
 .offset-9 {
     margin-left: 75%
 }
 .offset-10 {
     margin-left: 83.33333333%
 }
 .offset-11 {
     margin-left: 91.66666667%
 }
 .g-0, .gx-0 {
     --cz-gutter-x: 0
 }
 .g-0, .gy-0 {
     --cz-gutter-y: 0
 }
 .g-1, .gx-1 {
     --cz-gutter-x: 0.25rem
 }
 .g-1, .gy-1 {
     --cz-gutter-y: 0.25rem
 }
 .g-2, .gx-2 {
     --cz-gutter-x: 0.5rem
 }
 .g-2, .gy-2 {
     --cz-gutter-y: 0.5rem
 }
 .g-3, .gx-3 {
     --cz-gutter-x: 1rem
 }
 .g-3, .gy-3 {
     --cz-gutter-y: 1rem
 }
 .g-4, .gx-4 {
     --cz-gutter-x: 1.5rem
 }
 .g-4, .gy-4 {
     --cz-gutter-y: 1.5rem
 }
 .g-5, .gx-5 {
     --cz-gutter-x: 3rem
 }
 .g-5, .gy-5 {
     --cz-gutter-y: 3rem
 }
 .g-10, .gx-10 {
     --cz-gutter-x: 10rem
 }
 .g-10, .gy-10 {
     --cz-gutter-y: 10rem
 }
 .g-grid-gutter, .gx-grid-gutter {
     --cz-gutter-x: 1.875rem
 }
 .g-grid-gutter, .gy-grid-gutter {
     --cz-gutter-y: 1.875rem
 }
 @media(min-width: 500px) {
     .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 {
         --cz-gutter-x: 0
     }
     .g-sm-0, .gy-sm-0 {
         --cz-gutter-y: 0
     }
     .g-sm-1, .gx-sm-1 {
         --cz-gutter-x: 0.25rem
     }
     .g-sm-1, .gy-sm-1 {
         --cz-gutter-y: 0.25rem
     }
     .g-sm-2, .gx-sm-2 {
         --cz-gutter-x: 0.5rem
     }
     .g-sm-2, .gy-sm-2 {
         --cz-gutter-y: 0.5rem
     }
     .g-sm-3, .gx-sm-3 {
         --cz-gutter-x: 1rem
     }
     .g-sm-3, .gy-sm-3 {
         --cz-gutter-y: 1rem
     }
     .g-sm-4, .gx-sm-4 {
         --cz-gutter-x: 1.5rem
     }
     .g-sm-4, .gy-sm-4 {
         --cz-gutter-y: 1.5rem
     }
     .g-sm-5, .gx-sm-5 {
         --cz-gutter-x: 3rem
     }
     .g-sm-5, .gy-sm-5 {
         --cz-gutter-y: 3rem
     }
     .g-sm-10, .gx-sm-10 {
         --cz-gutter-x: 10rem
     }
     .g-sm-10, .gy-sm-10 {
         --cz-gutter-y: 10rem
     }
     .g-sm-grid-gutter, .gx-sm-grid-gutter {
         --cz-gutter-x: 1.875rem
     }
     .g-sm-grid-gutter, .gy-sm-grid-gutter {
         --cz-gutter-y: 1.875rem
     }
 }
 @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 {
         --cz-gutter-x: 0
     }
     .g-md-0, .gy-md-0 {
         --cz-gutter-y: 0
     }
     .g-md-1, .gx-md-1 {
         --cz-gutter-x: 0.25rem
     }
     .g-md-1, .gy-md-1 {
         --cz-gutter-y: 0.25rem
     }
     .g-md-2, .gx-md-2 {
         --cz-gutter-x: 0.5rem
     }
     .g-md-2, .gy-md-2 {
         --cz-gutter-y: 0.5rem
     }
     .g-md-3, .gx-md-3 {
         --cz-gutter-x: 1rem
     }
     .g-md-3, .gy-md-3 {
         --cz-gutter-y: 1rem
     }
     .g-md-4, .gx-md-4 {
         --cz-gutter-x: 1.5rem
     }
     .g-md-4, .gy-md-4 {
         --cz-gutter-y: 1.5rem
     }
     .g-md-5, .gx-md-5 {
         --cz-gutter-x: 3rem
     }
     .g-md-5, .gy-md-5 {
         --cz-gutter-y: 3rem
     }
     .g-md-10, .gx-md-10 {
         --cz-gutter-x: 10rem
     }
     .g-md-10, .gy-md-10 {
         --cz-gutter-y: 10rem
     }
     .g-md-grid-gutter, .gx-md-grid-gutter {
         --cz-gutter-x: 1.875rem
     }
     .g-md-grid-gutter, .gy-md-grid-gutter {
         --cz-gutter-y: 1.875rem
     }
 }
 @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 {
         --cz-gutter-x: 0
     }
     .g-lg-0, .gy-lg-0 {
         --cz-gutter-y: 0
     }
     .g-lg-1, .gx-lg-1 {
         --cz-gutter-x: 0.25rem
     }
     .g-lg-1, .gy-lg-1 {
         --cz-gutter-y: 0.25rem
     }
     .g-lg-2, .gx-lg-2 {
         --cz-gutter-x: 0.5rem
     }
     .g-lg-2, .gy-lg-2 {
         --cz-gutter-y: 0.5rem
     }
     .g-lg-3, .gx-lg-3 {
         --cz-gutter-x: 1rem
     }
     .g-lg-3, .gy-lg-3 {
         --cz-gutter-y: 1rem
     }
     .g-lg-4, .gx-lg-4 {
         --cz-gutter-x: 1.5rem
     }
     .g-lg-4, .gy-lg-4 {
         --cz-gutter-y: 1.5rem
     }
     .g-lg-5, .gx-lg-5 {
         --cz-gutter-x: 3rem
     }
     .g-lg-5, .gy-lg-5 {
         --cz-gutter-y: 3rem
     }
     .g-lg-10, .gx-lg-10 {
         --cz-gutter-x: 10rem
     }
     .g-lg-10, .gy-lg-10 {
         --cz-gutter-y: 10rem
     }
     .g-lg-grid-gutter, .gx-lg-grid-gutter {
         --cz-gutter-x: 1.875rem
     }
     .g-lg-grid-gutter, .gy-lg-grid-gutter {
         --cz-gutter-y: 1.875rem
     }
 }
 @media(min-width: 1280px) {
     .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 {
         --cz-gutter-x: 0
     }
     .g-xl-0, .gy-xl-0 {
         --cz-gutter-y: 0
     }
     .g-xl-1, .gx-xl-1 {
         --cz-gutter-x: 0.25rem
     }
     .g-xl-1, .gy-xl-1 {
         --cz-gutter-y: 0.25rem
     }
     .g-xl-2, .gx-xl-2 {
         --cz-gutter-x: 0.5rem
     }
     .g-xl-2, .gy-xl-2 {
         --cz-gutter-y: 0.5rem
     }
     .g-xl-3, .gx-xl-3 {
         --cz-gutter-x: 1rem
     }
     .g-xl-3, .gy-xl-3 {
         --cz-gutter-y: 1rem
     }
     .g-xl-4, .gx-xl-4 {
         --cz-gutter-x: 1.5rem
     }
     .g-xl-4, .gy-xl-4 {
         --cz-gutter-y: 1.5rem
     }
     .g-xl-5, .gx-xl-5 {
         --cz-gutter-x: 3rem
     }
     .g-xl-5, .gy-xl-5 {
         --cz-gutter-y: 3rem
     }
     .g-xl-10, .gx-xl-10 {
         --cz-gutter-x: 10rem
     }
     .g-xl-10, .gy-xl-10 {
         --cz-gutter-y: 10rem
     }
     .g-xl-grid-gutter, .gx-xl-grid-gutter {
         --cz-gutter-x: 1.875rem
     }
     .g-xl-grid-gutter, .gy-xl-grid-gutter {
         --cz-gutter-y: 1.875rem
     }
 }
 @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 {
         --cz-gutter-x: 0
     }
     .g-xxl-0, .gy-xxl-0 {
         --cz-gutter-y: 0
     }
     .g-xxl-1, .gx-xxl-1 {
         --cz-gutter-x: 0.25rem
     }
     .g-xxl-1, .gy-xxl-1 {
         --cz-gutter-y: 0.25rem
     }
     .g-xxl-2, .gx-xxl-2 {
         --cz-gutter-x: 0.5rem
     }
     .g-xxl-2, .gy-xxl-2 {
         --cz-gutter-y: 0.5rem
     }
     .g-xxl-3, .gx-xxl-3 {
         --cz-gutter-x: 1rem
     }
     .g-xxl-3, .gy-xxl-3 {
         --cz-gutter-y: 1rem
     }
     .g-xxl-4, .gx-xxl-4 {
         --cz-gutter-x: 1.5rem
     }
     .g-xxl-4, .gy-xxl-4 {
         --cz-gutter-y: 1.5rem
     }
     .g-xxl-5, .gx-xxl-5 {
         --cz-gutter-x: 3rem
     }
     .g-xxl-5, .gy-xxl-5 {
         --cz-gutter-y: 3rem
     }
     .g-xxl-10, .gx-xxl-10 {
         --cz-gutter-x: 10rem
     }
     .g-xxl-10, .gy-xxl-10 {
         --cz-gutter-y: 10rem
     }
     .g-xxl-grid-gutter, .gx-xxl-grid-gutter {
         --cz-gutter-x: 1.875rem
     }
     .g-xxl-grid-gutter, .gy-xxl-grid-gutter {
         --cz-gutter-y: 1.875rem
     }
 }
 .table {
     --cz-table-color: var(--cz-body-color);
     --cz-table-bg: transparent;
     --cz-table-border-color: var(--cz-border-color);
     --cz-table-accent-bg: transparent;
     --cz-table-striped-color: var(--cz-body-color);
     --cz-table-striped-bg: rgba(0, 0, 0, 0.0375);
     --cz-table-active-color: var(--cz-body-color);
     --cz-table-active-bg: rgba(0, 0, 0, 0.05);
     --cz-table-hover-color: var(--cz-body-color);
     --cz-table-hover-bg: rgba(0, 0, 0, 0.05);
     width: 100%;
     margin-bottom: 1rem;
     color: var(--cz-table-color);
     vertical-align: top;
     border-color: var(--cz-table-border-color)
 }
 .table>:not(caption)>*>* {
     padding: .75rem .75rem;
     background-color: var(--cz-table-bg);
     border-bottom-width: 1px;
     box-shadow: inset 0 0 0 9999px var(--cz-table-accent-bg)
 }
 .table>tbody {
     vertical-align: inherit
 }
 .table>thead {
     vertical-align: bottom
 }
 .table-group-divider {
     border-top: 2px solid currentcolor
 }
 .caption-top {
     caption-side: top
 }
 .table-sm>:not(caption)>*>* {
     padding: .375rem .375rem
 }
 .table-bordered>:not(caption)>* {
     border-width: 1px 0
 }
 .table-bordered>:not(caption)>*>* {
     border-width: 0 1px
 }
 .table-borderless>:not(caption)>*>* {
     border-bottom-width: 0
 }
 .table-borderless>:not(:first-child) {
     border-top-width: 0
 }
 .table-striped>tbody>tr:nth-of-type(odd)>* {
     --cz-table-accent-bg: var(--cz-table-striped-bg);
     color: var(--cz-table-striped-color)
 }
 .table-striped-columns>:not(caption)>tr>:nth-child(even) {
     --cz-table-accent-bg: var(--cz-table-striped-bg);
     color: var(--cz-table-striped-color)
 }
 .table-active {
     --cz-table-accent-bg: var(--cz-table-active-bg);
     color: var(--cz-table-active-color)
 }
 .table-hover>tbody>tr:hover>* {
     --cz-table-accent-bg: var(--cz-table-hover-bg);
     color: var(--cz-table-hover-color)
 }
 .table-primary {
     --cz-table-color: #000;
     --cz-table-bg: #fff0f0;
     --cz-table-border-color: #e6d8d8;
     --cz-table-striped-bg: #f5e7e7;
     --cz-table-striped-color: #000;
     --cz-table-active-bg: #f2e4e4;
     --cz-table-active-color: #000;
     --cz-table-hover-bg: #f2e4e4;
     --cz-table-hover-color: #000;
     color: var(--cz-table-color);
     border-color: var(--cz-table-border-color)
 }
 .table-secondary {
     --cz-table-color: #000;
     --cz-table-bg: #fefefe;
     --cz-table-border-color: #e5e5e5;
     --cz-table-striped-bg: #f4f4f4;
     --cz-table-striped-color: #000;
     --cz-table-active-bg: #f1f1f1;
     --cz-table-active-color: #000;
     --cz-table-hover-bg: #f1f1f1;
     --cz-table-hover-color: #000;
     color: var(--cz-table-color);
     border-color: var(--cz-table-border-color)
 }
 .table-success {
     --cz-table-color: #000;
     --cz-table-bg: #ecfbf5;
     --cz-table-border-color: #d4e2dd;
     --cz-table-striped-bg: #e3f2ec;
     --cz-table-striped-color: #000;
     --cz-table-active-bg: #e0eee9;
     --cz-table-active-color: #000;
     --cz-table-hover-bg: #e0eee9;
     --cz-table-hover-color: #000;
     color: var(--cz-table-color);
     border-color: var(--cz-table-border-color)
 }
 .table-info {
     --cz-table-color: #000;
     --cz-table-bg: #f0f7ff;
     --cz-table-border-color: #d8dee6;
     --cz-table-striped-bg: #e7eef5;
     --cz-table-striped-color: #000;
     --cz-table-active-bg: #e4ebf2;
     --cz-table-active-color: #000;
     --cz-table-hover-bg: #e4ebf2;
     --cz-table-hover-color: #000;
     color: var(--cz-table-color);
     border-color: var(--cz-table-border-color)
 }
 .table-warning {
     --cz-table-color: #000;
     --cz-table-bg: #fff6f0;
     --cz-table-border-color: #e6ddd8;
     --cz-table-striped-bg: #f5ede7;
     --cz-table-striped-color: #000;
     --cz-table-active-bg: #f2eae4;
     --cz-table-active-color: #000;
     --cz-table-hover-bg: #f2eae4;
     --cz-table-hover-color: #000;
     color: var(--cz-table-color);
     border-color: var(--cz-table-border-color)
 }
 .table-danger {
     --cz-table-color: #000;
     --cz-table-bg: #feedf1;
     --cz-table-border-color: #e5d5d9;
     --cz-table-striped-bg: #f4e4e8;
     --cz-table-striped-color: #000;
     --cz-table-active-bg: #f1e1e5;
     --cz-table-active-color: #000;
     --cz-table-hover-bg: #f1e1e5;
     --cz-table-hover-color: #000;
     color: var(--cz-table-color);
     border-color: var(--cz-table-border-color)
 }
 .table-light {
     --cz-table-color: #000;
     --cz-table-bg: #fff;
     --cz-table-border-color: #e6e6e6;
     --cz-table-striped-bg: whitesmoke;
     --cz-table-striped-color: #000;
     --cz-table-active-bg: #f2f2f2;
     --cz-table-active-color: #000;
     --cz-table-hover-bg: #f2f2f2;
     --cz-table-hover-color: #000;
     color: var(--cz-table-color);
     border-color: var(--cz-table-border-color)
 }
 .table-dark {
     --cz-table-color: #fff;
     --cz-table-bg: #373f50;
     --cz-table-border-color: #4b5262;
     --cz-table-striped-bg: #3f4657;
     --cz-table-striped-color: #fff;
     --cz-table-active-bg: #414959;
     --cz-table-active-color: #fff;
     --cz-table-hover-bg: #414959;
     --cz-table-hover-color: #fff;
     color: var(--cz-table-color);
     border-color: var(--cz-table-border-color)
 }
 .table-responsive {
     overflow-x: auto;
     -webkit-overflow-scrolling: touch
 }
 @media(max-width: 499.98px) {
     .table-responsive-sm {
         overflow-x: auto;
         -webkit-overflow-scrolling: touch
     }
 }
 @media(max-width: 767.98px) {
     .table-responsive-md {
         overflow-x: auto;
         -webkit-overflow-scrolling: touch
     }
 }
 @media(max-width: 991.98px) {
     .table-responsive-lg {
         overflow-x: auto;
         -webkit-overflow-scrolling: touch
     }
 }
 @media(max-width: 1279.98px) {
     .table-responsive-xl {
         overflow-x: auto;
         -webkit-overflow-scrolling: touch
     }
 }
 @media(max-width: 1399.98px) {
     .table-responsive-xxl {
         overflow-x: auto;
         -webkit-overflow-scrolling: touch
     }
 }
 

 @font-face {
     font-family: "cartzilla-icons";
     src: url("../fonts/cartzilla-icons435b.ttf?ufvuz0") format("truetype"), url("../fonts/cartzilla-icons435b.woff?ufvuz0") format("woff"), url("../fonts/cartzilla-icons435b.svg?ufvuz0#cartzilla-icons") format("svg");
     font-weight: normal;
     font-style: normal;
     font-display: block
 }
 [class^=ci-], [class*=" ci-"] {
     display: inline-block;
     font-family: "cartzilla-icons" !important;
     speak: never;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     line-height: 1
 }

 .ci-add-circle:before {
     content: ""
 }
 .ci-add-document:before {
     content: ""
 }
 .ci-add-location:before {
     content: ""
 }
 .ci-add:before {
     content: ""
 }
 .ci-announcement:before {
     content: ""
 }
 .ci-arrow-down-circle:before {
     content: ""
 }
 .ci-arrow-down:before {
     content: ""
 }
 .ci-arrow-left-circle:before {
     content: ""
 }
 .ci-arrow-left:before {
     content: ""
 }
 .ci-arrow-right-circle:before {
     content: ""
 }
 .ci-arrow-right:before {
     content: ""
 }
 .ci-arrow-up-circle:before {
     content: ""
 }
 .ci-arrow-up:before {
     content: ""
 }
 .ci-arrows-horizontal:before {
     content: ""
 }
 .ci-arrows-vertical:before {
     content: ""
 }
 .ci-bag:before {
     content: ""
 }
 .ci-basket:before {
     content: ""
 }
 .ci-behance:before {
     content: ""
 }
 .ci-bell:before {
     content: ""
 }
 .ci-bluetooth:before {
     content: ""
 }
 .ci-book:before {
     content: ""
 }
 .ci-bookmark:before {
     content: ""
 }
 .ci-briefcase:before {
     content: ""
 }
 .ci-calculator:before {
     content: ""
 }
 .ci-camera:before {
     content: ""
 }
 .ci-card:before {
     content: ""
 }
 .ci-cart:before {
     content: ""
 }
 .ci-chat:before {
     content: ""
 }
 .ci-check-circle:before {
     content: ""
 }
 .ci-check:before {
     content: ""
 }
 .ci-clip:before {
     content: ""
 }
 .ci-close-circle:before {
     content: ""
 }
 .ci-close:before {
     content: ""
 }
 .ci-cloud-check:before {
     content: ""
 }
 .ci-cloud-download:before {
     content: ""
 }
 .ci-cloud-upload:before {
     content: ""
 }
 .ci-cloud:before {
     content: ""
 }
 .ci-coin:before {
     content: ""
 }
 .ci-coins:before {
     content: ""
 }
 .ci-currency-exchange:before {
     content: ""
 }
 .ci-delete-document:before {
     content: ""
 }
 .ci-delete-folder:before {
     content: ""
 }
 .ci-delete-location:before {
     content: ""
 }
 .ci-diamond:before {
     content: ""
 }
 .ci-document-alt:before {
     content: ""
 }
 .ci-document:before {
     content: ""
 }
 .ci-dollar-circle:before {
     content: ""
 }
 .ci-dollar:before {
     content: ""
 }
 .ci-dribbble:before {
     content: ""
 }
 .ci-earphones:before {
     content: ""
 }
 .ci-edit-alt:before {
     content: ""
 }
 .ci-edit:before {
     content: ""
 }
 .ci-euro-circle:before {
     content: ""
 }
 .ci-euro:before {
     content: ""
 }
 .ci-exit-full-screen:before {
     content: ""
 }
 .ci-eye:before {
     content: ""
 }
 .ci-facebook:before {
     content: ""
 }
 .ci-filter-alt:before {
     content: ""
 }
 .ci-filter:before {
     content: ""
 }
 .ci-flag:before {
     content: ""
 }
 .ci-folder:before {
     content: ""
 }
 .ci-forward:before {
     content: ""
 }
 .ci-full-screen:before {
     content: ""
 }
 .ci-gift:before {
     content: ""
 }
 .ci-globe:before {
     content: ""
 }
 .ci-google:before {
     content: ""
 }
 .ci-hangouts:before {
     content: ""
 }
 .ci-heart-circle:before {
     content: ""
 }
 .ci-heart:before {
     content: ""
 }
 .ci-help:before {
     content: ""
 }
 .ci-home:before {
     content: ""
 }
 .ci-idea:before {
     content: ""
 }
 .ci-image:before {
     content: ""
 }
 .ci-increase:before {
     content: ""
 }
 .ci-instagram:before {
     content: ""
 }
 .ci-joystick:before {
     content: ""
 }
 .ci-key:before {
     content: ""
 }
 .ci-lable:before {
     content: ""
 }
 .ci-laptop:before {
     content: ""
 }
 .ci-lightning:before {
     content: ""
 }
 .ci-link:before {
     content: ""
 }
 .ci-linkedin:before {
     content: ""
 }
 .ci-list:before {
     content: ""
 }
 .ci-loading:before {
     content: ""
 }
 .ci-location:before {
     content: ""
 }
 .ci-locked:before {
     content: ""
 }
 .ci-mail:before {
     content: ""
 }
 .ci-map:before {
     content: ""
 }
 .ci-menu-circle:before {
     content: ""
 }
 .ci-menu:before {
     content: ""
 }
 .ci-message:before {
     content: ""
 }
 .ci-messenger:before {
     content: ""
 }
 .ci-mobile:before {
     content: ""
 }
 .ci-money-bag:before {
     content: ""
 }
 .ci-money-box:before {
     content: ""
 }
 .ci-moon:before {
     content: ""
 }
 .ci-music:before {
     content: ""
 }
 .ci-navigation:before {
     content: ""
 }
 .ci-odnoklassniki:before {
     content: ""
 }
 .ci-package:before {
     content: ""
 }
 .ci-percent:before {
     content: ""
 }
 .ci-phone:before {
     content: ""
 }
 .ci-pinterest:before {
     content: ""
 }
 .ci-plane:before {
     content: ""
 }
 .ci-play-circle:before {
     content: ""
 }
 .ci-play:before {
     content: ""
 }
 .ci-reduce:before {
     content: ""
 }
 .ci-reload:before {
     content: ""
 }
 .ci-remove-document:before {
     content: ""
 }
 .ci-remove-folder:before {
     content: ""
 }
 .ci-reply:before {
     content: ""
 }
 .ci-rocket:before {
     content: ""
 }
 .ci-ruler:before {
     content: ""
 }
 .ci-scroll:before {
     content: ""
 }
 .ci-search:before {
     content: ""
 }
 .ci-security-announcement:before {
     content: ""
 }
 .ci-security-check:before {
     content: ""
 }
 .ci-security-close:before {
     content: ""
 }
 .ci-security-prohibition:before {
     content: ""
 }
 .ci-send:before {
     content: ""
 }
 .ci-server-alt:before {
     content: ""
 }
 .ci-server:before {
     content: ""
 }
 .ci-settings:before {
     content: ""
 }
 .ci-share-alt:before {
     content: ""
 }
 .ci-share:before {
     content: ""
 }
 .ci-skype:before {
     content: ""
 }
 .ci-smile:before {
     content: ""
 }
 .ci-star-filled:before {
     content: ""
 }
 .ci-star:before {
     content: ""
 }
 .ci-sun:before {
     content: ""
 }
 .ci-support:before {
     content: ""
 }
 .ci-target:before {
     content: ""
 }
 .ci-telegram:before {
     content: ""
 }
 .ci-thumb-up:before {
     content: ""
 }
 .ci-time:before {
     content: ""
 }
 .ci-trash:before {
     content: ""
 }
 .ci-tumblr:before {
     content: ""
 }
 .ci-turn-off:before {
     content: ""
 }
 .ci-twitter:before {
     content: ""
 }
 .ci-unlocked:before {
     content: ""
 }

 .ci-viber:before {
     content: ""
 }
 .ci-video:before {
     content: ""
 }
 .ci-view-grid:before {
     content: ""
 }
 .ci-view-list:before {
     content: ""
 }
 .ci-vimeo:before {
     content: ""
 }
 .ci-vk:before {
     content: ""
 }
 .ci-wallet:before {
     content: ""
 }
 .ci-watch:before {
     content: ""
 }
 .ci-weather:before {
     content: ""
 }
 .ci-wechat:before {
     content: ""
 }
 .ci-youtube-outline:before {
     content: ""
 }
 .ci-youtube:before {
     content: ""
 }
 .ci-caret:before {
     content: ""
 }
 .ci-paypal:before {
     content: ""
 }
 .ci-delivery:before {
     content: ""
 }
 .ci-loudspeaker:before {
     content: ""
 }
 .ci-sign-in:before {
     content: ""
 }
 .ci-sign-out:before {
     content: ""
 }
 .ci-wash:before {
     content: ""
 }
 .ci-bleach:before {
     content: ""
 }
 .ci-hand-wash:before {
     content: ""
 }
 .ci-ironing:before {
     content: ""
 }
 .ci-dry-clean:before {
     content: ""
 }
 .ci-add-user:before {
     content: ""
 }
 .ci-compare:before {
     content: ""
 }
 .ci-monitor:before {
     content: ""
 }
 .ci-printer:before {
     content: ""
 }
 .ci-speaker:before {
     content: ""
 }
 .ci-download:before {
     content: ""
 }
 .ci-upload:before {
     content: ""
 }
 .ci-bluetooth-circle:before {
     content: ""
 }
 .ci-battery:before {
     content: ""
 }
 .ci-sound-waves:before {
     content: ""
 }
 .ci-paprika:before {
     content: ""
 }
 .ci-chili:before {
     content: ""
 }
 .ci-canned-food:before {
     content: ""
 }
 .ci-toothbrush:before {
     content: ""
 }
 .ci-pumpkin:before {
     content: ""
 }
 .ci-orange:before {
     content: ""
 }
 .ci-broccoli:before {
     content: ""
 }
 .ci-sauce:before {
     content: ""
 }
 .ci-soap:before {
     content: ""
 }
 .ci-toilet-paper:before {
     content: ""
 }
 .ci-lemon:before {
     content: ""
 }
 .ci-bread:before {
     content: ""
 }
 .ci-jam:before {
     content: ""
 }
 .ci-fish:before {
     content: ""
 }
 .ci-wine:before {
     content: ""
 }
 .ci-truck:before {
     content: ""
 }
 .ci-tag:before {
     content: ""
 }
 .ci-eggs:before {
     content: ""
 }
 .ci-store:before {
     content: ""
 }
 .ci-ham-leg:before {
     content: ""
 }
 .ci-discount:before {
     content: ""
 }
 .ci-open:before {
     content: ""
 }
 .ci-juice:before {
     content: ""
 }
 .ci-cheese:before {
     content: ""
 }
 .ci-milk:before {
     content: ""
 }
 .ci-cashier:before {
     content: ""
 }
 .ci-avocado:before {
     content: ""
 }
 .ci-apple:before {
     content: ""
 }
 .ci-pizza:before {
     content: ""
 }
 .ci-scale:before {
     content: ""
 }
 .ci-ice-cream:before {
     content: ""
 }
 .ci-water-bottle:before {
     content: ""
 }
 .ci-carrot:before {
     content: ""
 }
 .ci-basket-alt:before {
     content: ""
 }
 .ci-corn:before {
     content: ""
 }
 .ci-frozen:before {
     content: ""
 }
 .ci-lollipop:before {
     content: ""
 }
 .ci-pot:before {
     content: ""
 }
 .ci-star-half:before {
     content: ""
 }
 .ci-eye-off:before {
     content: ""
 }
 .ci-thumb-up-filled:before {
     content: ""
 }
 .ci-dot-square:before {
     content: ""
 }
 .ci-discord:before {
     content: ""
 }
 .ci-tiktok:before {
     content: ""
 }
 .ci-whatsapp:before {
     content: ""
 }
 .ci-rupee:before {
     content: ""
 }
 .ci-auction:before {
     content: ""
 }
 .ci-calendar:before {
     content: ""
 }
 .ci-external-link:before {
     content: ""
 }
 .ci-copy:before {
     content: ""
 }
 .ci-heart-filled:before {
     content: ""
 }


 html * {
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale
 }
 html, body {
     height: 100%
 }
 body {
     display: flex;
     flex-direction: column
 }
 .page-wrapper {
     flex: 1 0 auto
 }
 .footer {
     flex-shrink: 0
 }
 a:focus {
     outline: none
 }
 a {
     transition: color .25s ease-in-out
 }
 img, figure {
     max-width: 100%;
     height: auto;
     vertical-align: middle
 }
 svg {
     max-width: 100%
 }
 iframe {
     width: 100%
 }
 .iframe-full-height-wrap {
     position: relative;
     min-height: 18rem;
     overflow: hidden
 }
 .iframe-full-height {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100%
 }
 ::-moz-selection {
     background: rgba(78, 84, 200, .15)
 }
 ::selection {
     background: rgba(78, 84, 200, .15)
 }
 ::-moz-selection {
     background: rgba(78, 84, 200, .15)
 }
 @media(min-width: 1280px) {
     .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
         padding-right: 1.875rem;
         padding-left: 1.875rem
     }
 }
 small, .small {
     font-weight: inherit
 }
 @media(max-width: 991.98px) {
     body {
         padding-top: 0 !important
     }
 }
 button:focus {
     outline: none
 }
 .hr-light {
     color: rgba(255, 255, 255, .12)
 }
 .hr-vertical {
     width: 1px;
     height: 100% !important
 }
 .display-404 {
     color: #fff;
     text-shadow: -0.0625rem 0 var(--cz-primary), 0 .0625rem var(--cz-primary), .0625rem 0 var(--cz-primary), 0 -0.0625rem var(--cz-primary)
 }
 .list-style {
     list-style: none
 }
 .list-style li {
     margin-bottom: .4rem
 }
 .list-style li::before {
     display: inline-block;
     width: 1em;
     margin-left: -1em;
     color: var(--cz-accent);
     font-weight: bold;
     content: "•"
 }
 ol.list-style {
     counter-reset: li
 }
 ol.list-style li {
     counter-increment: li
 }
 ol.list-style li::before {
     margin-right: .5em;
     margin-left: -1.5em;
     font-weight: inherit;
     text-align: right;
     direction: rtl;
     white-space: nowrap;
     content: "."counter(li)
 }
 .list-unstyled>li {
     margin-bottom: .4rem
 }
 .list-unstyled>li ul li, .list-unstyled>li ol li {
     margin-bottom: .333rem
 }
 .list-inline-item:not(:last-child) {
     margin-right: 1rem
 }
 dt {
     color: #373f50;
     margin-bottom: .25rem;
     font-weight: 500
 }
 dd {
     font-size: .875rem;
     margin-bottom: 1rem
 }
 .blockquote-footer {
     margin-top: -0.5rem
 }
 .figure {
     padding: .5rem;
     border: 1px solid #e3e9ef;
     border-radius: .3125rem;
     background-color: #fff
 }
 .figure-caption {
     padding: 0 .5rem
 }


 @media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + var(--bs-border-width));
    padding-bottom: calc(.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + var(--bs-border-width));
    padding-bottom: calc(.5rem + var(--bs-border-width));
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + var(--bs-border-width));
    padding-bottom: calc(.25rem + var(--bs-border-width));
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-secondary-color)
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::-moz-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end:.75rem;color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width:var(--bs-border-width);border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end:.75rem;color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width:var(--bs-border-width);border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: var(--bs-secondary-bg)
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0
}

.form-control-plaintext:focus {
    outline: 0
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end:.5rem}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end:.5rem}

.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end:1rem}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end:1rem}

textarea.form-control {
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-control-color {
    width: 3rem;
    height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border: 0!important;
    border-radius: var(--bs-border-radius)
}

.form-control-color::-webkit-color-swatch {
    border: 0!important;
    border-radius: var(--bs-border-radius)
}

.form-control-color.form-control-sm {
    height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))
}

.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

 .fixed-top {
     position: fixed;
     top: 0;
     right: 0;
     left: 0;
     z-index: 1030
 }
 .fixed-bottom {
     position: fixed;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1030
 }
 .sticky-top {
     position: -webkit-sticky;
     position: sticky;
     top: 0;
     z-index: 1020
 }
 .sticky-bottom {
     position: -webkit-sticky;
     position: sticky;
     bottom: 0;
     z-index: 1020
 }
 @media(min-width: 500px) {
     .sticky-sm-top {
         position: -webkit-sticky;
         position: sticky;
         top: 0;
         z-index: 1020
     }
     .sticky-sm-bottom {
         position: -webkit-sticky;
         position: sticky;
         bottom: 0;
         z-index: 1020
     }
 }
 @media(min-width: 768px) {
     .sticky-md-top {
         position: -webkit-sticky;
         position: sticky;
         top: 0;
         z-index: 1020
     }
     .sticky-md-bottom {
         position: -webkit-sticky;
         position: sticky;
         bottom: 0;
         z-index: 1020
     }
 }
 @media(min-width: 992px) {
     .sticky-lg-top {
         position: -webkit-sticky;
         position: sticky;
         top: 0;
         z-index: 1020
     }
     .sticky-lg-bottom {
         position: -webkit-sticky;
         position: sticky;
         bottom: 0;
         z-index: 1020
     }
 }
 @media(min-width: 1280px) {
     .sticky-xl-top {
         position: -webkit-sticky;
         position: sticky;
         top: 0;
         z-index: 1020
     }
     .sticky-xl-bottom {
         position: -webkit-sticky;
         position: sticky;
         bottom: 0;
         z-index: 1020
     }
 }
 @media(min-width: 1400px) {
     .sticky-xxl-top {
         position: -webkit-sticky;
         position: sticky;
         top: 0;
         z-index: 1020
     }
     .sticky-xxl-bottom {
         position: -webkit-sticky;
         position: sticky;
         bottom: 0;
         z-index: 1020
     }
 }
 .hstack {
     display: flex;
     flex-direction: row;
     align-items: center;
     align-self: stretch
 }
 .vstack {
     display: flex;
     flex: 1 1 auto;
     flex-direction: column;
     align-self: stretch
 }
 .visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
     position: absolute !important;
     width: 1px !important;
     height: 1px !important;
     padding: 0 !important;
     margin: -1px !important;
     overflow: hidden !important;
     clip: rect(0, 0, 0, 0) !important;
     white-space: nowrap !important;
     border: 0 !important
 }
 .stretched-link::after {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1;
     content: ""
 }
 .text-truncate {
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap
 }
 .vr {
     display: inline-block;
     align-self: stretch;
     width: 1px;
     min-height: 1em;
     background-color: currentcolor;
     opacity: 1
 }
 .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-15 {
     opacity: .15 !important
 }
 .opacity-25 {
     opacity: .25 !important
 }
 .opacity-50 {
     opacity: .5 !important
 }
 .opacity-60 {
     opacity: .6 !important
 }
 .opacity-70 {
     opacity: .7 !important
 }
 .opacity-75 {
     opacity: .75 !important
 }
 .opacity-80 {
     opacity: .8 !important
 }
 .opacity-90 {
     opacity: .9 !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 .25rem .5625rem -0.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -0.0625rem rgba(0, 0, 0, .05) !important
 }
 .shadow-sm {
     box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .03), 0 .275rem .75rem -0.0625rem rgba(0, 0, 0, .06) !important
 }
 .shadow-lg {
     box-shadow: 0 .3rem 1.525rem -0.375rem rgba(0, 0, 0, .1) !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: -webkit-sticky !important;
     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(--cz-border-width) var(--cz-border-style) var(--cz-border-color) !important
 }
 .border-0 {
     border: 0 !important
 }
 .border-top {
     border-top: var(--cz-border-width) var(--cz-border-style) var(--cz-border-color) !important
 }
 .border-top-0 {
     border-top: 0 !important
 }
 .border-end {
     border-right: var(--cz-border-width) var(--cz-border-style) var(--cz-border-color) !important
 }
 .border-end-0 {
     border-right: 0 !important
 }
 .border-bottom {
     border-bottom: var(--cz-border-width) var(--cz-border-style) var(--cz-border-color) !important
 }
 .border-bottom-0 {
     border-bottom: 0 !important
 }
 .border-start {
     border-left: var(--cz-border-width) var(--cz-border-style) var(--cz-border-color) !important
 }
 .border-start-0 {
     border-left: 0 !important
 }
 .border-primary {
     --cz-border-opacity: 0.35;
     border-color: rgba(var(--cz-primary-rgb), var(--cz-border-opacity)) !important
 }
 .border-accent {
     --cz-border-opacity: 0.35;
     border-color: rgba(var(--cz-accent-rgb), var(--cz-border-opacity)) !important
 }
 .border-secondary {
     --cz-border-opacity: 0.35;
     border-color: rgba(var(--cz-secondary-rgb), var(--cz-border-opacity)) !important
 }
 .border-success {
     --cz-border-opacity: 0.35;
     border-color: rgba(var(--cz-success-rgb), var(--cz-border-opacity)) !important
 }
 .border-info {
     --cz-border-opacity: 0.35;
     border-color: rgba(var(--cz-info-rgb), var(--cz-border-opacity)) !important
 }
 .border-warning {
     --cz-border-opacity: 0.35;
     border-color: rgba(var(--cz-warning-rgb), var(--cz-border-opacity)) !important
 }
 .border-danger {
     --cz-border-opacity: 0.35;
     border-color: rgba(var(--cz-danger-rgb), var(--cz-border-opacity)) !important
 }
 .border-light {
     --cz-border-opacity: 0.35;
     border-color: rgba(255, 255, 255, .12) !important
 }
 .border-dark {
     --cz-border-opacity: 0.35;
     border-color: rgba(var(--cz-dark-rgb), var(--cz-border-opacity)) !important
 }
 .border-white {
     --cz-border-opacity: 0.35;
     border-color: rgba(var(--cz-white-rgb), var(--cz-border-opacity)) !important
 }
 .border-1 {
     --cz-border-width: 1px
 }
 .border-2 {
     --cz-border-width: 2px
 }
 .border-3 {
     --cz-border-width: 3px
 }
 .border-4 {
     --cz-border-width: 4px
 }
 .border-5 {
     --cz-border-width: 5px
 }
 .border-opacity-10 {
     --cz-border-opacity: 0.1
 }
 .border-opacity-25 {
     --cz-border-opacity: 0.25
 }
 .border-opacity-50 {
     --cz-border-opacity: 0.5
 }
 .border-opacity-75 {
     --cz-border-opacity: 0.75
 }
 .border-opacity-100 {
     --cz-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-1 {
     margin: .25rem !important
 }
 .m-2 {
     margin: .5rem !important
 }
 .m-3 {
     margin: 1rem !important
 }
 .m-4 {
     margin: 1.5rem !important
 }
 .m-5 {
     margin: 3rem !important
 }
 .m-10 {
     margin: 10rem !important
 }
 .m-grid-gutter {
     margin: 1.875rem !important
 }
 .m-auto {
     margin: auto !important
 }
 .mx-0 {
     margin-right: 0 !important;
     margin-left: 0 !important
 }
 .mx-1 {
     margin-right: .25rem !important;
     margin-left: .25rem !important
 }
 .mx-2 {
     margin-right: .5rem !important;
     margin-left: .5rem !important
 }
 .mx-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important
 }
 .mx-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important
 }
 .mx-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important
 }
 .mx-10 {
     margin-right: 10rem !important;
     margin-left: 10rem !important
 }
 .mx-grid-gutter {
     margin-right: 1.875rem !important;
     margin-left: 1.875rem !important
 }
 .mx-auto {
     margin-right: auto !important;
     margin-left: auto !important
 }
 .my-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important
 }
 .my-1 {
     margin-top: .25rem !important;
     margin-bottom: .25rem !important
 }
 .my-2 {
     margin-top: .5rem !important;
     margin-bottom: .5rem !important
 }
 .my-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important
 }
 .my-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important
 }
 .my-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important
 }
 .my-10 {
     margin-top: 10rem !important;
     margin-bottom: 10rem !important
 }
 .my-grid-gutter {
     margin-top: 1.875rem !important;
     margin-bottom: 1.875rem !important
 }
 .my-auto {
     margin-top: auto !important;
     margin-bottom: auto !important
 }
 .mt-0 {
     margin-top: 0 !important
 }
 .mt-1 {
     margin-top: .25rem !important
 }
 .mt-2 {
     margin-top: .5rem !important
 }
 .mt-3 {
     margin-top: 1rem !important
 }
 .mt-4 {
     margin-top: 1.5rem !important
 }
 .mt-5 {
     margin-top: 3rem !important
 }
 .mt-10 {
     margin-top: 10rem !important
 }
 .mt-grid-gutter {
     margin-top: 1.875rem !important
 }
 .mt-auto {
     margin-top: auto !important
 }
 .me-0 {
     margin-right: 0 !important
 }
 .me-1 {
     margin-right: .25rem !important
 }
 .me-2 {
     margin-right: .5rem !important
 }
 .me-3 {
     margin-right: 1rem !important
 }
 .me-4 {
     margin-right: 1.5rem !important
 }
 .me-5 {
     margin-right: 3rem !important
 }
 .me-10 {
     margin-right: 10rem !important
 }
 .me-grid-gutter {
     margin-right: 1.875rem !important
 }
 .me-auto {
     margin-right: auto !important
 }
 .mb-0 {
     margin-bottom: 0 !important
 }
 .mb-1 {
     margin-bottom: .25rem !important
 }
 .mb-2 {
     margin-bottom: .5rem !important
 }
 .mb-3 {
     margin-bottom: 1rem !important
 }
 .mb-4 {
     margin-bottom: 1.5rem !important
 }
 .mb-5 {
     margin-bottom: 3rem !important
 }
 .mb-10 {
     margin-bottom: 10rem !important
 }
 .mb-grid-gutter {
     margin-bottom: 1.875rem !important
 }
 .mb-auto {
     margin-bottom: auto !important
 }
 .ms-0 {
     margin-left: 0 !important
 }
 .ms-1 {
     margin-left: .25rem !important
 }
 .ms-2 {
     margin-left: .5rem !important
 }
 .ms-3 {
     margin-left: 1rem !important
 }
 .ms-4 {
     margin-left: 1.5rem !important
 }
 .ms-5 {
     margin-left: 3rem !important
 }
 .ms-10 {
     margin-left: 10rem !important
 }
 .ms-grid-gutter {
     margin-left: 1.875rem !important
 }
 .ms-auto {
     margin-left: auto !important
 }
 .m-n1 {
     margin: -0.25rem !important
 }
 .m-n2 {
     margin: -0.5rem !important
 }
 .m-n3 {
     margin: -1rem !important
 }
 .m-n4 {
     margin: -1.5rem !important
 }
 .m-n5 {
     margin: -3rem !important
 }
 .m-n10 {
     margin: -10rem !important
 }
 .m-ngrid-gutter {
     margin: -1.875rem !important
 }
 .mx-n1 {
     margin-right: -0.25rem !important;
     margin-left: -0.25rem !important
 }
 .mx-n2 {
     margin-right: -0.5rem !important;
     margin-left: -0.5rem !important
 }
 .mx-n3 {
     margin-right: -1rem !important;
     margin-left: -1rem !important
 }
 .mx-n4 {
     margin-right: -1.5rem !important;
     margin-left: -1.5rem !important
 }
 .mx-n5 {
     margin-right: -3rem !important;
     margin-left: -3rem !important
 }
 .mx-n10 {
     margin-right: -10rem !important;
     margin-left: -10rem !important
 }
 .mx-ngrid-gutter {
     margin-right: -1.875rem !important;
     margin-left: -1.875rem !important
 }
 .my-n1 {
     margin-top: -0.25rem !important;
     margin-bottom: -0.25rem !important
 }
 .my-n2 {
     margin-top: -0.5rem !important;
     margin-bottom: -0.5rem !important
 }
 .my-n3 {
     margin-top: -1rem !important;
     margin-bottom: -1rem !important
 }
 .my-n4 {
     margin-top: -1.5rem !important;
     margin-bottom: -1.5rem !important
 }
 .my-n5 {
     margin-top: -3rem !important;
     margin-bottom: -3rem !important
 }
 .my-n10 {
     margin-top: -10rem !important;
     margin-bottom: -10rem !important
 }
 .my-ngrid-gutter {
     margin-top: -1.875rem !important;
     margin-bottom: -1.875rem !important
 }
 .mt-n1 {
     margin-top: -0.25rem !important
 }
 .mt-n2 {
     margin-top: -0.5rem !important
 }
 .mt-n3 {
     margin-top: -1rem !important
 }
 .mt-n4 {
     margin-top: -1.5rem !important
 }
 .mt-n5 {
     margin-top: -3rem !important
 }
 .mt-n10 {
     margin-top: -10rem !important
 }
 .mt-ngrid-gutter {
     margin-top: -1.875rem !important
 }
 .me-n1 {
     margin-right: -0.25rem !important
 }
 .me-n2 {
     margin-right: -0.5rem !important
 }
 .me-n3 {
     margin-right: -1rem !important
 }
 .me-n4 {
     margin-right: -1.5rem !important
 }
 .me-n5 {
     margin-right: -3rem !important
 }
 .me-n10 {
     margin-right: -10rem !important
 }
 .me-ngrid-gutter {
     margin-right: -1.875rem !important
 }
 .mb-n1 {
     margin-bottom: -0.25rem !important
 }
 .mb-n2 {
     margin-bottom: -0.5rem !important
 }
 .mb-n3 {
     margin-bottom: -1rem !important
 }
 .mb-n4 {
     margin-bottom: -1.5rem !important
 }
 .mb-n5 {
     margin-bottom: -3rem !important
 }
 .mb-n10 {
     margin-bottom: -10rem !important
 }
 .mb-ngrid-gutter {
     margin-bottom: -1.875rem !important
 }
 .ms-n1 {
     margin-left: -0.25rem !important
 }
 .ms-n2 {
     margin-left: -0.5rem !important
 }
 .ms-n3 {
     margin-left: -1rem !important
 }
 .ms-n4 {
     margin-left: -1.5rem !important
 }
 .ms-n5 {
     margin-left: -3rem !important
 }
 .ms-n10 {
     margin-left: -10rem !important
 }
 .ms-ngrid-gutter {
     margin-left: -1.875rem !important
 }
 .p-0 {
     padding: 0 !important
 }
 .p-1 {
     padding: .25rem !important
 }
 .p-2 {
     padding: .5rem !important
 }
 .p-3 {
     padding: 1rem !important
 }
 .p-4 {
     padding: 1.5rem !important
 }
 .p-5 {
     padding: 3rem !important
 }
 .p-10 {
     padding: 10rem !important
 }
 .p-grid-gutter {
     padding: 1.875rem !important
 }
 .px-0 {
     padding-right: 0 !important;
     padding-left: 0 !important
 }
 .px-1 {
     padding-right: .25rem !important;
     padding-left: .25rem !important
 }
 .px-2 {
     padding-right: .5rem !important;
     padding-left: .5rem !important
 }
 .px-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important
 }
 .px-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important
 }
 .px-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important
 }
 .px-10 {
     padding-right: 10rem !important;
     padding-left: 10rem !important
 }
 .px-grid-gutter {
     padding-right: 1.875rem !important;
     padding-left: 1.875rem !important
 }
 .py-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important
 }
 .py-1 {
     padding-top: .25rem !important;
     padding-bottom: .25rem !important
 }
 .py-2 {
     padding-top: .5rem !important;
     padding-bottom: .5rem !important
 }
 .py-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important
 }
 .py-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important
 }
 .py-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important
 }
 .py-10 {
     padding-top: 10rem !important;
     padding-bottom: 10rem !important
 }
 .py-grid-gutter {
     padding-top: 1.875rem !important;
     padding-bottom: 1.875rem !important
 }
 .pt-0 {
     padding-top: 0 !important
 }
 .pt-1 {
     padding-top: .25rem !important
 }
 .pt-2 {
     padding-top: .5rem !important
 }
 .pt-3 {
     padding-top: 1rem !important
 }
 .pt-4 {
     padding-top: 1.5rem !important
 }
 .pt-5 {
     padding-top: 3rem !important
 }
 .pt-10 {
     padding-top: 10rem !important
 }
 .pt-grid-gutter {
     padding-top: 1.875rem !important
 }
 .pe-0 {
     padding-right: 0 !important
 }
 .pe-1 {
     padding-right: .25rem !important
 }
 .pe-2 {
     padding-right: .5rem !important
 }
 .pe-3 {
     padding-right: 1rem !important
 }
 .pe-4 {
     padding-right: 1.5rem !important
 }
 .pe-5 {
     padding-right: 3rem !important
 }
 .pe-10 {
     padding-right: 10rem !important
 }
 .pe-grid-gutter {
     padding-right: 1.875rem !important
 }
 .pb-0 {
     padding-bottom: 0 !important
 }
 .pb-1 {
     padding-bottom: .25rem !important
 }
 .pb-2 {
     padding-bottom: .5rem !important
 }
 .pb-3 {
     padding-bottom: 1rem !important
 }
 .pb-4 {
     padding-bottom: 1.5rem !important
 }
 .pb-5 {
     padding-bottom: 3rem !important
 }
 .pb-10 {
     padding-bottom: 10rem !important
 }
 .pb-grid-gutter {
     padding-bottom: 1.875rem !important
 }
 .ps-0 {
     padding-left: 0 !important
 }
 .ps-1 {
     padding-left: .25rem !important
 }
 .ps-2 {
     padding-left: .5rem !important
 }
 .ps-3 {
     padding-left: 1rem !important
 }
 .ps-4 {
     padding-left: 1.5rem !important
 }
 .ps-5 {
     padding-left: 3rem !important
 }
 .ps-10 {
     padding-left: 10rem !important
 }
 .ps-grid-gutter {
     padding-left: 1.875rem !important
 }
 .gap-0 {
     gap: 0 !important
 }
 .gap-1 {
     gap: .25rem !important
 }
 .gap-2 {
     gap: .5rem !important
 }
 .gap-3 {
     gap: 1rem !important
 }
 .gap-4 {
     gap: 1.5rem !important
 }
 .gap-5 {
     gap: 3rem !important
 }
 .gap-10 {
     gap: 10rem !important
 }
 .gap-grid-gutter {
     gap: 1.875rem !important
 }
 .font-monospace {
     font-family: var(--cz-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: 1.0625rem !important
 }
 .fs-xl {
     font-size: calc(1.2875rem + 0.45vw) !important
 }
 .fs-lg {
     font-size: 1.125rem !important
 }
 .fs-base {
     font-size: 1rem !important
 }
 .fs-md {
     font-size: 0.9375rem !important
 }
 .fs-sm {
     font-size: 0.875rem !important
 }
 .fs-ms {
     font-size: 0.8125rem !important
 }
 .fs-xs {
     font-size: 0.75rem !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
 }
 .fw-medium {
     font-weight: 500 !important
 }
 .lh-1 {
     line-height: 1 !important
 }
 .lh-sm {
     line-height: 1.5 !important
 }
 .lh-base {
     line-height: 1.5 !important
 }
 .lh-lg {
     line-height: 1.5 !important
 }
 .text-start {
     text-align: left !important
 }
 .text-end {
     text-align: right !important
 }
 .text-center {
     text-align: center !important
 }
 .text-decoration-none {
     text-decoration: none !important
 }
 .text-decoration-underline {
     text-decoration: underline !important
 }
 .text-decoration-line-through {
     text-decoration: line-through !important
 }
 .text-lowercase {
     text-transform: lowercase !important
 }
 .text-uppercase {
     text-transform: uppercase !important
 }
 .text-capitalize {
     text-transform: capitalize !important
 }
 .text-wrap {
     white-space: normal !important
 }
 .text-nowrap {
     white-space: nowrap !important
 }
 .text-break {
     word-wrap: break-word !important;
     word-break: break-word !important
 }
 .text-primary {
     --cz-text-opacity: 1;
     color: rgba(var(--cz-primary-rgb), var(--cz-text-opacity)) !important
 }
 .text-accent {
     --cz-text-opacity: 1;
     color: rgba(var(--cz-accent-rgb), var(--cz-text-opacity)) !important
 }
   /*.text-secondary {
     --cz-text-opacity: 1;
     color: rgba(var(--cz-secondary-rgb), var(--cz-text-opacity)) !important
         color: rgba(var(--cz-secondary-rgb), var(--cz-text-opacity)) !important; 
 }*/
 .text-success {
     --cz-text-opacity: 1;
     color: rgba(var(--cz-success-rgb), var(--cz-text-opacity)) !important
 }
 .text-info {
     --cz-text-opacity: 1;
     color: rgba(var(--cz-info-rgb), var(--cz-text-opacity)) !important
 }
 .text-warning {
     --cz-text-opacity: 1;
     color: rgba(var(--cz-warning-rgb), var(--cz-text-opacity)) !important
 }
 .text-danger {
     --cz-text-opacity: 1;
     color: rgba(var(--cz-danger-rgb), var(--cz-text-opacity)) !important
 }
 .text-light {
     --cz-text-opacity: 1;
     color: rgba(var(--cz-light-rgb), var(--cz-text-opacity)) !important
 }
 .text-dark {
     --cz-text-opacity: 1;
     color: rgba(var(--cz-dark-rgb), var(--cz-text-opacity)) !important
 }
 .text-black {
     --cz-text-opacity: 1;
     color: rgba(var(--cz-black-rgb), var(--cz-text-opacity)) !important
 }
 .text-white {
     --cz-text-opacity: 1;
     color: #fff !important
 }
 .text-body {
     --cz-text-opacity: 1;
     color: var(--cz-body-color) !important
 }
 .text-muted {
     --cz-text-opacity: 1;
     color: #7d879c !important
 }
 .text-heading {
     --cz-text-opacity: 1;
     color: #373f50 !important
 }
 .text-darker {
     --cz-text-opacity: 1;
     color: #2b3445 !important
 }
 .text-border {
     --cz-text-opacity: 1;
     color: #c9d5e0 !important
 }
 .text-reset {
     --cz-text-opacity: 1;
     color: inherit !important
 }
 .text-opacity-25 {
     --cz-text-opacity: 0.25
 }
 .text-opacity-50 {
     --cz-text-opacity: 0.5
 }
 .text-opacity-75 {
     --cz-text-opacity: 0.75
 }
 .text-opacity-100 {
     --cz-text-opacity: 1
 }
 .bg-primary {
     --cz-bg-opacity: 1;
     background-color: rgba(var(--cz-primary-rgb), var(--cz-bg-opacity)) !important
 }
 .bg-accent {
     --cz-bg-opacity: 1;
     background-color: rgba(var(--cz-accent-rgb), var(--cz-bg-opacity)) !important
 }
 .bg-secondary {
     --cz-bg-opacity: 1;
     background-color: #f6f9fc !important
 }
 .bg-success {
     --cz-bg-opacity: 1;
     background-color: rgba(var(--cz-success-rgb), var(--cz-bg-opacity)) !important
 }
 .bg-info {
     --cz-bg-opacity: 1;
     background-color: rgba(var(--cz-info-rgb), var(--cz-bg-opacity)) !important
 }
 .bg-warning {
     --cz-bg-opacity: 1;
     background-color: rgba(var(--cz-warning-rgb), var(--cz-bg-opacity)) !important
 }
 .bg-danger {
     --cz-bg-opacity: 1;
     background-color: rgba(var(--cz-danger-rgb), var(--cz-bg-opacity)) !important
 }
 .bg-light {
     --cz-bg-opacity: 1;
     background-color: rgba(var(--cz-light-rgb), var(--cz-bg-opacity)) !important
 }
 .bg-dark {
     --cz-bg-opacity: 1;
     background-color: rgba(var(--cz-dark-rgb), var(--cz-bg-opacity)) !important
 }
 .bg-black {
     --cz-bg-opacity: 1;
     background-color: #000 !important
 }
 .bg-white {
     --cz-bg-opacity: 1;
     background-color: rgba(var(--cz-white-rgb), var(--cz-bg-opacity)) !important
 }
 .bg-body {
     --cz-bg-opacity: 1;
     background-color: rgba(var(--cz-body-bg-rgb), var(--cz-bg-opacity)) !important
 }
 .bg-transparent {
     --cz-bg-opacity: 1;
     background-color: rgba(0, 0, 0, 0) !important
 }
 .bg-darker {
     --cz-bg-opacity: 1;
     background-color: #2b3445 !important
 }
 .bg-opacity-10 {
     --cz-bg-opacity: 0.1
 }
 .bg-opacity-25 {
     --cz-bg-opacity: 0.25
 }
 .bg-opacity-50 {
     --cz-bg-opacity: 0.5
 }
 .bg-opacity-75 {
     --cz-bg-opacity: 0.75
 }
 .bg-opacity-100 {
     --cz-bg-opacity: 1
 }
 .bg-gradient {
     background-image: var(--cz-gradient) !important
 }
 .user-select-all {
     -webkit-user-select: all !important;
     -moz-user-select: all !important;
     user-select: all !important
 }
 .user-select-auto {
     -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
     user-select: auto !important
 }
 .user-select-none {
     -webkit-user-select: none !important;
     -moz-user-select: none !important;
     user-select: none !important
 }
 .pe-none {
     pointer-events: none !important
 }
 .pe-auto {
     pointer-events: auto !important
 }
 .rounded {
     border-radius: var(--cz-border-radius) !important
 }
 .rounded-0 {
     border-radius: 0 !important
 }
 .rounded-1 {
     border-radius: var(--cz-border-radius-sm) !important
 }
 .rounded-2 {
     border-radius: var(--cz-border-radius) !important
 }
 .rounded-3 {
     border-radius: var(--cz-border-radius-lg) !important
 }
 .rounded-4 {
     border-radius: var(--cz-border-radius-xl) !important
 }
 .rounded-5 {
     border-radius: var(--cz-border-radius-2xl) !important
 }
 .rounded-circle {
     border-radius: 50% !important
 }
 .rounded-pill {
     border-radius: var(--cz-border-radius-pill) !important
 }
 .rounded-top {
     border-top-left-radius: var(--cz-border-radius) !important;
     border-top-right-radius: var(--cz-border-radius) !important
 }
 .rounded-end {
     border-top-right-radius: var(--cz-border-radius) !important;
     border-bottom-right-radius: var(--cz-border-radius) !important
 }
 .rounded-bottom {
     border-bottom-right-radius: var(--cz-border-radius) !important;
     border-bottom-left-radius: var(--cz-border-radius) !important
 }
 .rounded-start {
     border-bottom-left-radius: var(--cz-border-radius) !important;
     border-top-left-radius: var(--cz-border-radius) !important
 }
 .visible {
     visibility: visible !important
 }
 .invisible {
     visibility: hidden !important
 }
 .bg-image-none {
     background-image: none !important
 }
 .bg-none {
     background: none !important
 }
 .bg-faded-primary {
     --cz-bg-opacity: 0.09;
     background-color: rgba(var(--cz-primary-rgb), var(--cz-bg-opacity)) !important
 }
 .bg-faded-accent {
     --cz-bg-opacity: 0.09;
     background-color: rgba(var(--cz-accent-rgb), var(--cz-bg-opacity)) !important
 }
 .bg-faded-secondary {
     --cz-bg-opacity: 0.09;
     background-color: rgba(var(--cz-secondary-rgb), var(--cz-bg-opacity)) !important
 }
 .bg-faded-success {
     --cz-bg-opacity: 0.09;
     background-color: rgba(var(--cz-success-rgb), var(--cz-bg-opacity)) !important
 }
 .bg-faded-info {
     --cz-bg-opacity: 0.09;
     background-color: rgba(var(--cz-info-rgb), var(--cz-bg-opacity)) !important
 }
 .bg-faded-warning {
     --cz-bg-opacity: 0.09;
     background-color: rgba(var(--cz-warning-rgb), var(--cz-bg-opacity)) !important
 }
 .bg-faded-danger {
     --cz-bg-opacity: 0.09;
     background-color: rgba(var(--cz-danger-rgb), var(--cz-bg-opacity)) !important
 }
 .bg-faded-light {
     --cz-bg-opacity: 0.09;
     background-color: rgba(var(--cz-light-rgb), var(--cz-bg-opacity)) !important
 }
 .bg-faded-dark {
     --cz-bg-opacity: 0.09;
     background-color: rgba(var(--cz-dark-rgb), var(--cz-bg-opacity)) !important
 }
 .bg-size-cover {
     background-size: cover !important
 }
 .bg-size-contain {
     background-size: contain !important
 }
 .bg-position-center {
     background-position: center !important
 }
 .bg-position-center-y {
     background-position: left center !important
 }
 .bg-position-center-x {
     background-position: center top !important
 }
 .bg-position-top-right {
     background-position: top right !important
 }
 .bg-position-top-left {
     background-position: top left !important
 }
 .bg-position-top-center {
     background-position: top center !important
 }
 .bg-position-center-right {
     background-position: center right !important
 }
 .bg-position-center-left {
     background-position: center left !important
 }
 .bg-position-bottom-right {
     background-position: bottom right !important
 }
 .bg-position-bottom-left {
     background-position: bottom left !important
 }
 .bg-position-bottom-center {
     background-position: bottom center !important
 }
 .bg-repeat-0 {
     background-repeat: no-repeat !important
 }
 .bg-repeat-x {
     background-repeat: repeat-x !important
 }
 .bg-repeat-y {
     background-repeat: repeat-y !important
 }
 .text-shadow {
     text-shadow: 0 .0625rem rgba(0, 0, 0, .5) !important
 }
 .table-layout-fixed {
     table-layout: fixed !important
 }
 .animation-none {
     -webkit-animation: none !important;
     animation: none !important
 }
 .zindex-1 {
     z-index: 1 !important
 }
 .zindex-5 {
     z-index: 5 !important
 }
 .zindex-10 {
     z-index: 10 !important
 }
 @media(min-width: 500px) {
     .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-1 {
         margin: .25rem !important
     }
     .m-sm-2 {
         margin: .5rem !important
     }
     .m-sm-3 {
         margin: 1rem !important
     }
     .m-sm-4 {
         margin: 1.5rem !important
     }
     .m-sm-5 {
         margin: 3rem !important
     }
     .m-sm-10 {
         margin: 10rem !important
     }
     .m-sm-grid-gutter {
         margin: 1.875rem !important
     }
     .m-sm-auto {
         margin: auto !important
     }
     .mx-sm-0 {
         margin-right: 0 !important;
         margin-left: 0 !important
     }
     .mx-sm-1 {
         margin-right: .25rem !important;
         margin-left: .25rem !important
     }
     .mx-sm-2 {
         margin-right: .5rem !important;
         margin-left: .5rem !important
     }
     .mx-sm-3 {
         margin-right: 1rem !important;
         margin-left: 1rem !important
     }
     .mx-sm-4 {
         margin-right: 1.5rem !important;
         margin-left: 1.5rem !important
     }
     .mx-sm-5 {
         margin-right: 3rem !important;
         margin-left: 3rem !important
     }
     .mx-sm-10 {
         margin-right: 10rem !important;
         margin-left: 10rem !important
     }
     .mx-sm-grid-gutter {
         margin-right: 1.875rem !important;
         margin-left: 1.875rem !important
     }
     .mx-sm-auto {
         margin-right: auto !important;
         margin-left: auto !important
     }
     .my-sm-0 {
         margin-top: 0 !important;
         margin-bottom: 0 !important
     }
     .my-sm-1 {
         margin-top: .25rem !important;
         margin-bottom: .25rem !important
     }
     .my-sm-2 {
         margin-top: .5rem !important;
         margin-bottom: .5rem !important
     }
     .my-sm-3 {
         margin-top: 1rem !important;
         margin-bottom: 1rem !important
     }
     .my-sm-4 {
         margin-top: 1.5rem !important;
         margin-bottom: 1.5rem !important
     }
     .my-sm-5 {
         margin-top: 3rem !important;
         margin-bottom: 3rem !important
     }
     .my-sm-10 {
         margin-top: 10rem !important;
         margin-bottom: 10rem !important
     }
     .my-sm-grid-gutter {
         margin-top: 1.875rem !important;
         margin-bottom: 1.875rem !important
     }
     .my-sm-auto {
         margin-top: auto !important;
         margin-bottom: auto !important
     }
     .mt-sm-0 {
         margin-top: 0 !important
     }
     .mt-sm-1 {
         margin-top: .25rem !important
     }
     .mt-sm-2 {
         margin-top: .5rem !important
     }
     .mt-sm-3 {
         margin-top: 1rem !important
     }
     .mt-sm-4 {
         margin-top: 1.5rem !important
     }
     .mt-sm-5 {
         margin-top: 3rem !important
     }
     .mt-sm-10 {
         margin-top: 10rem !important
     }
     .mt-sm-grid-gutter {
         margin-top: 1.875rem !important
     }
     .mt-sm-auto {
         margin-top: auto !important
     }
     .me-sm-0 {
         margin-right: 0 !important
     }
     .me-sm-1 {
         margin-right: .25rem !important
     }
     .me-sm-2 {
         margin-right: .5rem !important
     }
     .me-sm-3 {
         margin-right: 1rem !important
     }
     .me-sm-4 {
         margin-right: 1.5rem !important
     }
     .me-sm-5 {
         margin-right: 3rem !important
     }
     .me-sm-10 {
         margin-right: 10rem !important
     }
     .me-sm-grid-gutter {
         margin-right: 1.875rem !important
     }
     .me-sm-auto {
         margin-right: auto !important
     }
     .mb-sm-0 {
         margin-bottom: 0 !important
     }
     .mb-sm-1 {
         margin-bottom: .25rem !important
     }
     .mb-sm-2 {
         margin-bottom: .5rem !important
     }
     .mb-sm-3 {
         margin-bottom: 1rem !important
     }
     .mb-sm-4 {
         margin-bottom: 1.5rem !important
     }
     .mb-sm-5 {
         margin-bottom: 3rem !important
     }
     .mb-sm-10 {
         margin-bottom: 10rem !important
     }
     .mb-sm-grid-gutter {
         margin-bottom: 1.875rem !important
     }
     .mb-sm-auto {
         margin-bottom: auto !important
     }
     .ms-sm-0 {
         margin-left: 0 !important
     }
     .ms-sm-1 {
         margin-left: .25rem !important
     }
     .ms-sm-2 {
         margin-left: .5rem !important
     }
     .ms-sm-3 {
         margin-left: 1rem !important
     }
     .ms-sm-4 {
         margin-left: 1.5rem !important
     }
     .ms-sm-5 {
         margin-left: 3rem !important
     }
     .ms-sm-10 {
         margin-left: 10rem !important
     }
     .ms-sm-grid-gutter {
         margin-left: 1.875rem !important
     }
     .ms-sm-auto {
         margin-left: auto !important
     }
     .m-sm-n1 {
         margin: -0.25rem !important
     }
     .m-sm-n2 {
         margin: -0.5rem !important
     }
     .m-sm-n3 {
         margin: -1rem !important
     }
     .m-sm-n4 {
         margin: -1.5rem !important
     }
     .m-sm-n5 {
         margin: -3rem !important
     }
     .m-sm-n10 {
         margin: -10rem !important
     }
     .m-sm-ngrid-gutter {
         margin: -1.875rem !important
     }
     .mx-sm-n1 {
         margin-right: -0.25rem !important;
         margin-left: -0.25rem !important
     }
     .mx-sm-n2 {
         margin-right: -0.5rem !important;
         margin-left: -0.5rem !important
     }
     .mx-sm-n3 {
         margin-right: -1rem !important;
         margin-left: -1rem !important
     }
     .mx-sm-n4 {
         margin-right: -1.5rem !important;
         margin-left: -1.5rem !important
     }
     .mx-sm-n5 {
         margin-right: -3rem !important;
         margin-left: -3rem !important
     }
     .mx-sm-n10 {
         margin-right: -10rem !important;
         margin-left: -10rem !important
     }
     .mx-sm-ngrid-gutter {
         margin-right: -1.875rem !important;
         margin-left: -1.875rem !important
     }
     .my-sm-n1 {
         margin-top: -0.25rem !important;
         margin-bottom: -0.25rem !important
     }
     .my-sm-n2 {
         margin-top: -0.5rem !important;
         margin-bottom: -0.5rem !important
     }
     .my-sm-n3 {
         margin-top: -1rem !important;
         margin-bottom: -1rem !important
     }
     .my-sm-n4 {
         margin-top: -1.5rem !important;
         margin-bottom: -1.5rem !important
     }
     .my-sm-n5 {
         margin-top: -3rem !important;
         margin-bottom: -3rem !important
     }
     .my-sm-n10 {
         margin-top: -10rem !important;
         margin-bottom: -10rem !important
     }
     .my-sm-ngrid-gutter {
         margin-top: -1.875rem !important;
         margin-bottom: -1.875rem !important
     }
     .mt-sm-n1 {
         margin-top: -0.25rem !important
     }
     .mt-sm-n2 {
         margin-top: -0.5rem !important
     }
     .mt-sm-n3 {
         margin-top: -1rem !important
     }
     .mt-sm-n4 {
         margin-top: -1.5rem !important
     }
     .mt-sm-n5 {
         margin-top: -3rem !important
     }
     .mt-sm-n10 {
         margin-top: -10rem !important
     }
     .mt-sm-ngrid-gutter {
         margin-top: -1.875rem !important
     }
     .me-sm-n1 {
         margin-right: -0.25rem !important
     }
     .me-sm-n2 {
         margin-right: -0.5rem !important
     }
     .me-sm-n3 {
         margin-right: -1rem !important
     }
     .me-sm-n4 {
         margin-right: -1.5rem !important
     }
     .me-sm-n5 {
         margin-right: -3rem !important
     }
     .me-sm-n10 {
         margin-right: -10rem !important
     }
     .me-sm-ngrid-gutter {
         margin-right: -1.875rem !important
     }
     .mb-sm-n1 {
         margin-bottom: -0.25rem !important
     }
     .mb-sm-n2 {
         margin-bottom: -0.5rem !important
     }
     .mb-sm-n3 {
         margin-bottom: -1rem !important
     }
     .mb-sm-n4 {
         margin-bottom: -1.5rem !important
     }
     .mb-sm-n5 {
         margin-bottom: -3rem !important
     }
     .mb-sm-n10 {
         margin-bottom: -10rem !important
     }
     .mb-sm-ngrid-gutter {
         margin-bottom: -1.875rem !important
     }
     .ms-sm-n1 {
         margin-left: -0.25rem !important
     }
     .ms-sm-n2 {
         margin-left: -0.5rem !important
     }
     .ms-sm-n3 {
         margin-left: -1rem !important
     }
     .ms-sm-n4 {
         margin-left: -1.5rem !important
     }
     .ms-sm-n5 {
         margin-left: -3rem !important
     }
     .ms-sm-n10 {
         margin-left: -10rem !important
     }
     .ms-sm-ngrid-gutter {
         margin-left: -1.875rem !important
     }
     .p-sm-0 {
         padding: 0 !important
     }
     .p-sm-1 {
         padding: .25rem !important
     }
     .p-sm-2 {
         padding: .5rem !important
     }
     .p-sm-3 {
         padding: 1rem !important
     }
     .p-sm-4 {
         padding: 1.5rem !important
     }
     .p-sm-5 {
         padding: 3rem !important
     }
     .p-sm-10 {
         padding: 10rem !important
     }
     .p-sm-grid-gutter {
         padding: 1.875rem !important
     }
     .px-sm-0 {
         padding-right: 0 !important;
         padding-left: 0 !important
     }
     .px-sm-1 {
         padding-right: .25rem !important;
         padding-left: .25rem !important
     }
     .px-sm-2 {
         padding-right: .5rem !important;
         padding-left: .5rem !important
     }
     .px-sm-3 {
         padding-right: 1rem !important;
         padding-left: 1rem !important
     }
     .px-sm-4 {
         padding-right: 1.5rem !important;
         padding-left: 1.5rem !important
     }
     .px-sm-5 {
         padding-right: 3rem !important;
         padding-left: 3rem !important
     }
     .px-sm-10 {
         padding-right: 10rem !important;
         padding-left: 10rem !important
     }
     .px-sm-grid-gutter {
         padding-right: 1.875rem !important;
         padding-left: 1.875rem !important
     }
     .py-sm-0 {
         padding-top: 0 !important;
         padding-bottom: 0 !important
     }
     .py-sm-1 {
         padding-top: .25rem !important;
         padding-bottom: .25rem !important
     }
     .py-sm-2 {
         padding-top: .5rem !important;
         padding-bottom: .5rem !important
     }
     .py-sm-3 {
         padding-top: 1rem !important;
         padding-bottom: 1rem !important
     }
     .py-sm-4 {
         padding-top: 1.5rem !important;
         padding-bottom: 1.5rem !important
     }
     .py-sm-5 {
         padding-top: 3rem !important;
         padding-bottom: 3rem !important
     }
     .py-sm-10 {
         padding-top: 10rem !important;
         padding-bottom: 10rem !important
     }
     .py-sm-grid-gutter {
         padding-top: 1.875rem !important;
         padding-bottom: 1.875rem !important
     }
     .pt-sm-0 {
         padding-top: 0 !important
     }
     .pt-sm-1 {
         padding-top: .25rem !important
     }
     .pt-sm-2 {
         padding-top: .5rem !important
     }
     .pt-sm-3 {
         padding-top: 1rem !important
     }
     .pt-sm-4 {
         padding-top: 1.5rem !important
     }
     .pt-sm-5 {
         padding-top: 3rem !important
     }
     .pt-sm-10 {
         padding-top: 10rem !important
     }
     .pt-sm-grid-gutter {
         padding-top: 1.875rem !important
     }
     .pe-sm-0 {
         padding-right: 0 !important
     }
     .pe-sm-1 {
         padding-right: .25rem !important
     }
     .pe-sm-2 {
         padding-right: .5rem !important
     }
     .pe-sm-3 {
         padding-right: 1rem !important
     }
     .pe-sm-4 {
         padding-right: 1.5rem !important
     }
     .pe-sm-5 {
         padding-right: 3rem !important
     }
     .pe-sm-10 {
         padding-right: 10rem !important
     }
     .pe-sm-grid-gutter {
         padding-right: 1.875rem !important
     }
     .pb-sm-0 {
         padding-bottom: 0 !important
     }
     .pb-sm-1 {
         padding-bottom: .25rem !important
     }
     .pb-sm-2 {
         padding-bottom: .5rem !important
     }
     .pb-sm-3 {
         padding-bottom: 1rem !important
     }
     .pb-sm-4 {
         padding-bottom: 1.5rem !important
     }
     .pb-sm-5 {
         padding-bottom: 3rem !important
     }
     .pb-sm-10 {
         padding-bottom: 10rem !important
     }
     .pb-sm-grid-gutter {
         padding-bottom: 1.875rem !important
     }
     .ps-sm-0 {
         padding-left: 0 !important
     }
     .ps-sm-1 {
         padding-left: .25rem !important
     }
     .ps-sm-2 {
         padding-left: .5rem !important
     }
     .ps-sm-3 {
         padding-left: 1rem !important
     }
     .ps-sm-4 {
         padding-left: 1.5rem !important
     }
     .ps-sm-5 {
         padding-left: 3rem !important
     }
     .ps-sm-10 {
         padding-left: 10rem !important
     }
     .ps-sm-grid-gutter {
         padding-left: 1.875rem !important
     }
     .gap-sm-0 {
         gap: 0 !important
     }
     .gap-sm-1 {
         gap: .25rem !important
     }
     .gap-sm-2 {
         gap: .5rem !important
     }
     .gap-sm-3 {
         gap: 1rem !important
     }
     .gap-sm-4 {
         gap: 1.5rem !important
     }
     .gap-sm-5 {
         gap: 3rem !important
     }
     .gap-sm-10 {
         gap: 10rem !important
     }
     .gap-sm-grid-gutter {
         gap: 1.875rem !important
     }
     .text-sm-start {
         text-align: left !important
     }
     .text-sm-end {
         text-align: right !important
     }
     .text-sm-center {
         text-align: center !important
     }
     .text-sm-wrap {
         white-space: normal !important
     }
     .text-sm-nowrap {
         white-space: nowrap !important
     }
     .zindex-sm-1 {
         z-index: 1 !important
     }
     .zindex-sm-5 {
         z-index: 5 !important
     }
     .zindex-sm-10 {
         z-index: 10 !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-1 {
         margin: .25rem !important
     }
     .m-md-2 {
         margin: .5rem !important
     }
     .m-md-3 {
         margin: 1rem !important
     }
     .m-md-4 {
         margin: 1.5rem !important
     }
     .m-md-5 {
         margin: 3rem !important
     }
     .m-md-10 {
         margin: 10rem !important
     }
     .m-md-grid-gutter {
         margin: 1.875rem !important
     }
     .m-md-auto {
         margin: auto !important
     }
     .mx-md-0 {
         margin-right: 0 !important;
         margin-left: 0 !important
     }
     .mx-md-1 {
         margin-right: .25rem !important;
         margin-left: .25rem !important
     }
     .mx-md-2 {
         margin-right: .5rem !important;
         margin-left: .5rem !important
     }
     .mx-md-3 {
         margin-right: 1rem !important;
         margin-left: 1rem !important
     }
     .mx-md-4 {
         margin-right: 1.5rem !important;
         margin-left: 1.5rem !important
     }
     .mx-md-5 {
         margin-right: 3rem !important;
         margin-left: 3rem !important
     }
     .mx-md-10 {
         margin-right: 10rem !important;
         margin-left: 10rem !important
     }
     .mx-md-grid-gutter {
         margin-right: 1.875rem !important;
         margin-left: 1.875rem !important
     }
     .mx-md-auto {
         margin-right: auto !important;
         margin-left: auto !important
     }
     .my-md-0 {
         margin-top: 0 !important;
         margin-bottom: 0 !important
     }
     .my-md-1 {
         margin-top: .25rem !important;
         margin-bottom: .25rem !important
     }
     .my-md-2 {
         margin-top: .5rem !important;
         margin-bottom: .5rem !important
     }
     .my-md-3 {
         margin-top: 1rem !important;
         margin-bottom: 1rem !important
     }
     .my-md-4 {
         margin-top: 1.5rem !important;
         margin-bottom: 1.5rem !important
     }
     .my-md-5 {
         margin-top: 3rem !important;
         margin-bottom: 3rem !important
     }
     .my-md-10 {
         margin-top: 10rem !important;
         margin-bottom: 10rem !important
     }
     .my-md-grid-gutter {
         margin-top: 1.875rem !important;
         margin-bottom: 1.875rem !important
     }
     .my-md-auto {
         margin-top: auto !important;
         margin-bottom: auto !important
     }
     .mt-md-0 {
         margin-top: 0 !important
     }
     .mt-md-1 {
         margin-top: .25rem !important
     }
     .mt-md-2 {
         margin-top: .5rem !important
     }
     .mt-md-3 {
         margin-top: 1rem !important
     }
     .mt-md-4 {
         margin-top: 1.5rem !important
     }
     .mt-md-5 {
         margin-top: 3rem !important
     }
     .mt-md-10 {
         margin-top: 10rem !important
     }
     .mt-md-grid-gutter {
         margin-top: 1.875rem !important
     }
     .mt-md-auto {
         margin-top: auto !important
     }
     .me-md-0 {
         margin-right: 0 !important
     }
     .me-md-1 {
         margin-right: .25rem !important
     }
     .me-md-2 {
         margin-right: .5rem !important
     }
     .me-md-3 {
         margin-right: 1rem !important
     }
     .me-md-4 {
         margin-right: 1.5rem !important
     }
     .me-md-5 {
         margin-right: 3rem !important
     }
     .me-md-10 {
         margin-right: 10rem !important
     }
     .me-md-grid-gutter {
         margin-right: 1.875rem !important
     }
     .me-md-auto {
         margin-right: auto !important
     }
     .mb-md-0 {
         margin-bottom: 0 !important
     }
     .mb-md-1 {
         margin-bottom: .25rem !important
     }
     .mb-md-2 {
         margin-bottom: .5rem !important
     }
     .mb-md-3 {
         margin-bottom: 1rem !important
     }
     .mb-md-4 {
         margin-bottom: 1.5rem !important
     }
     .mb-md-5 {
         margin-bottom: 3rem !important
     }
     .mb-md-10 {
         margin-bottom: 10rem !important
     }
     .mb-md-grid-gutter {
         margin-bottom: 1.875rem !important
     }
     .mb-md-auto {
         margin-bottom: auto !important
     }
     .ms-md-0 {
         margin-left: 0 !important
     }
     .ms-md-1 {
         margin-left: .25rem !important
     }
     .ms-md-2 {
         margin-left: .5rem !important
     }
     .ms-md-3 {
         margin-left: 1rem !important
     }
     .ms-md-4 {
         margin-left: 1.5rem !important
     }
     .ms-md-5 {
         margin-left: 3rem !important
     }
     .ms-md-10 {
         margin-left: 10rem !important
     }
     .ms-md-grid-gutter {
         margin-left: 1.875rem !important
     }
     .ms-md-auto {
         margin-left: auto !important
     }
     .m-md-n1 {
         margin: -0.25rem !important
     }
     .m-md-n2 {
         margin: -0.5rem !important
     }
     .m-md-n3 {
         margin: -1rem !important
     }
     .m-md-n4 {
         margin: -1.5rem !important
     }
     .m-md-n5 {
         margin: -3rem !important
     }
     .m-md-n10 {
         margin: -10rem !important
     }
     .m-md-ngrid-gutter {
         margin: -1.875rem !important
     }
     .mx-md-n1 {
         margin-right: -0.25rem !important;
         margin-left: -0.25rem !important
     }
     .mx-md-n2 {
         margin-right: -0.5rem !important;
         margin-left: -0.5rem !important
     }
     .mx-md-n3 {
         margin-right: -1rem !important;
         margin-left: -1rem !important
     }
     .mx-md-n4 {
         margin-right: -1.5rem !important;
         margin-left: -1.5rem !important
     }
     .mx-md-n5 {
         margin-right: -3rem !important;
         margin-left: -3rem !important
     }
     .mx-md-n10 {
         margin-right: -10rem !important;
         margin-left: -10rem !important
     }
     .mx-md-ngrid-gutter {
         margin-right: -1.875rem !important;
         margin-left: -1.875rem !important
     }
     .my-md-n1 {
         margin-top: -0.25rem !important;
         margin-bottom: -0.25rem !important
     }
     .my-md-n2 {
         margin-top: -0.5rem !important;
         margin-bottom: -0.5rem !important
     }
     .my-md-n3 {
         margin-top: -1rem !important;
         margin-bottom: -1rem !important
     }
     .my-md-n4 {
         margin-top: -1.5rem !important;
         margin-bottom: -1.5rem !important
     }
     .my-md-n5 {
         margin-top: -3rem !important;
         margin-bottom: -3rem !important
     }
     .my-md-n10 {
         margin-top: -10rem !important;
         margin-bottom: -10rem !important
     }
     .my-md-ngrid-gutter {
         margin-top: -1.875rem !important;
         margin-bottom: -1.875rem !important
     }
     .mt-md-n1 {
         margin-top: -0.25rem !important
     }
     .mt-md-n2 {
         margin-top: -0.5rem !important
     }
     .mt-md-n3 {
         margin-top: -1rem !important
     }
     .mt-md-n4 {
         margin-top: -1.5rem !important
     }
     .mt-md-n5 {
         margin-top: -3rem !important
     }
     .mt-md-n10 {
         margin-top: -10rem !important
     }
     .mt-md-ngrid-gutter {
         margin-top: -1.875rem !important
     }
     .me-md-n1 {
         margin-right: -0.25rem !important
     }
     .me-md-n2 {
         margin-right: -0.5rem !important
     }
     .me-md-n3 {
         margin-right: -1rem !important
     }
     .me-md-n4 {
         margin-right: -1.5rem !important
     }
     .me-md-n5 {
         margin-right: -3rem !important
     }
     .me-md-n10 {
         margin-right: -10rem !important
     }
     .me-md-ngrid-gutter {
         margin-right: -1.875rem !important
     }
     .mb-md-n1 {
         margin-bottom: -0.25rem !important
     }
     .mb-md-n2 {
         margin-bottom: -0.5rem !important
     }
     .mb-md-n3 {
         margin-bottom: -1rem !important
     }
     .mb-md-n4 {
         margin-bottom: -1.5rem !important
     }
     .mb-md-n5 {
         margin-bottom: -3rem !important
     }
     .mb-md-n10 {
         margin-bottom: -10rem !important
     }
     .mb-md-ngrid-gutter {
         margin-bottom: -1.875rem !important
     }
     .ms-md-n1 {
         margin-left: -0.25rem !important
     }
     .ms-md-n2 {
         margin-left: -0.5rem !important
     }
     .ms-md-n3 {
         margin-left: -1rem !important
     }
     .ms-md-n4 {
         margin-left: -1.5rem !important
     }
     .ms-md-n5 {
         margin-left: -3rem !important
     }
     .ms-md-n10 {
         margin-left: -10rem !important
     }
     .ms-md-ngrid-gutter {
         margin-left: -1.875rem !important
     }
     .p-md-0 {
         padding: 0 !important
     }
     .p-md-1 {
         padding: .25rem !important
     }
     .p-md-2 {
         padding: .5rem !important
     }
     .p-md-3 {
         padding: 1rem !important
     }
     .p-md-4 {
         padding: 1.5rem !important
     }
     .p-md-5 {
         padding: 3rem !important
     }
     .p-md-10 {
         padding: 10rem !important
     }
     .p-md-grid-gutter {
         padding: 1.875rem !important
     }
     .px-md-0 {
         padding-right: 0 !important;
         padding-left: 0 !important
     }
     .px-md-1 {
         padding-right: .25rem !important;
         padding-left: .25rem !important
     }
     .px-md-2 {
         padding-right: .5rem !important;
         padding-left: .5rem !important
     }
     .px-md-3 {
         padding-right: 1rem !important;
         padding-left: 1rem !important
     }
     .px-md-4 {
         padding-right: 1.5rem !important;
         padding-left: 1.5rem !important
     }
     .px-md-5 {
         padding-right: 3rem !important;
         padding-left: 3rem !important
     }
     .px-md-10 {
         padding-right: 10rem !important;
         padding-left: 10rem !important
     }
     .px-md-grid-gutter {
         padding-right: 1.875rem !important;
         padding-left: 1.875rem !important
     }
     .py-md-0 {
         padding-top: 0 !important;
         padding-bottom: 0 !important
     }
     .py-md-1 {
         padding-top: .25rem !important;
         padding-bottom: .25rem !important
     }
     .py-md-2 {
         padding-top: .5rem !important;
         padding-bottom: .5rem !important
     }
     .py-md-3 {
         padding-top: 1rem !important;
         padding-bottom: 1rem !important
     }
     .py-md-4 {
         padding-top: 1.5rem !important;
         padding-bottom: 1.5rem !important
     }
     .py-md-5 {
         padding-top: 3rem !important;
         padding-bottom: 3rem !important
     }
     .py-md-10 {
         padding-top: 10rem !important;
         padding-bottom: 10rem !important
     }
     .py-md-grid-gutter {
         padding-top: 1.875rem !important;
         padding-bottom: 1.875rem !important
     }
     .pt-md-0 {
         padding-top: 0 !important
     }
     .pt-md-1 {
         padding-top: .25rem !important
     }
     .pt-md-2 {
         padding-top: .5rem !important
     }
     .pt-md-3 {
         padding-top: 1rem !important
     }
     .pt-md-4 {
         padding-top: 1.5rem !important
     }
     .pt-md-5 {
         padding-top: 3rem !important
     }
     .pt-md-10 {
         padding-top: 10rem !important
     }
     .pt-md-grid-gutter {
         padding-top: 1.875rem !important
     }
     .pe-md-0 {
         padding-right: 0 !important
     }
     .pe-md-1 {
         padding-right: .25rem !important
     }
     .pe-md-2 {
         padding-right: .5rem !important
     }
     .pe-md-3 {
         padding-right: 1rem !important
     }
     .pe-md-4 {
         padding-right: 1.5rem !important
     }
     .pe-md-5 {
         padding-right: 3rem !important
     }
     .pe-md-10 {
         padding-right: 10rem !important
     }
     .pe-md-grid-gutter {
         padding-right: 1.875rem !important
     }
     .pb-md-0 {
         padding-bottom: 0 !important
     }
     .pb-md-1 {
         padding-bottom: .25rem !important
     }
     .pb-md-2 {
         padding-bottom: .5rem !important
     }
     .pb-md-3 {
         padding-bottom: 1rem !important
     }
     .pb-md-4 {
         padding-bottom: 1.5rem !important
     }
     .pb-md-5 {
         padding-bottom: 3rem !important
     }
     .pb-md-10 {
         padding-bottom: 10rem !important
     }
     .pb-md-grid-gutter {
         padding-bottom: 1.875rem !important
     }
     .ps-md-0 {
         padding-left: 0 !important
     }
     .ps-md-1 {
         padding-left: .25rem !important
     }
     .ps-md-2 {
         padding-left: .5rem !important
     }
     .ps-md-3 {
         padding-left: 1rem !important
     }
     .ps-md-4 {
         padding-left: 1.5rem !important
     }
     .ps-md-5 {
         padding-left: 3rem !important
     }
     .ps-md-10 {
         padding-left: 10rem !important
     }
     .ps-md-grid-gutter {
         padding-left: 1.875rem !important
     }
     .gap-md-0 {
         gap: 0 !important
     }
     .gap-md-1 {
         gap: .25rem !important
     }
     .gap-md-2 {
         gap: .5rem !important
     }
     .gap-md-3 {
         gap: 1rem !important
     }
     .gap-md-4 {
         gap: 1.5rem !important
     }
     .gap-md-5 {
         gap: 3rem !important
     }
     .gap-md-10 {
         gap: 10rem !important
     }
     .gap-md-grid-gutter {
         gap: 1.875rem !important
     }
     .text-md-start {
         text-align: left !important
     }
     .text-md-end {
         text-align: right !important
     }
     .text-md-center {
         text-align: center !important
     }
     .text-md-wrap {
         white-space: normal !important
     }
     .text-md-nowrap {
         white-space: nowrap !important
     }
     .zindex-md-1 {
         z-index: 1 !important
     }
     .zindex-md-5 {
         z-index: 5 !important
     }
     .zindex-md-10 {
         z-index: 10 !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-1 {
         margin: .25rem !important
     }
     .m-lg-2 {
         margin: .5rem !important
     }
     .m-lg-3 {
         margin: 1rem !important
     }
     .m-lg-4 {
         margin: 1.5rem !important
     }
     .m-lg-5 {
         margin: 3rem !important
     }
     .m-lg-10 {
         margin: 10rem !important
     }
     .m-lg-grid-gutter {
         margin: 1.875rem !important
     }
     .m-lg-auto {
         margin: auto !important
     }
     .mx-lg-0 {
         margin-right: 0 !important;
         margin-left: 0 !important
     }
     .mx-lg-1 {
         margin-right: .25rem !important;
         margin-left: .25rem !important
     }
     .mx-lg-2 {
         margin-right: .5rem !important;
         margin-left: .5rem !important
     }
     .mx-lg-3 {
         margin-right: 1rem !important;
         margin-left: 1rem !important
     }
     .mx-lg-4 {
         margin-right: 1.5rem !important;
         margin-left: 1.5rem !important
     }
     .mx-lg-5 {
         margin-right: 3rem !important;
         margin-left: 3rem !important
     }
     .mx-lg-10 {
         margin-right: 10rem !important;
         margin-left: 10rem !important
     }
     .mx-lg-grid-gutter {
         margin-right: 1.875rem !important;
         margin-left: 1.875rem !important
     }
     .mx-lg-auto {
         margin-right: auto !important;
         margin-left: auto !important
     }
     .my-lg-0 {
         margin-top: 0 !important;
         margin-bottom: 0 !important
     }
     .my-lg-1 {
         margin-top: .25rem !important;
         margin-bottom: .25rem !important
     }
     .my-lg-2 {
         margin-top: .5rem !important;
         margin-bottom: .5rem !important
     }
     .my-lg-3 {
         margin-top: 1rem !important;
         margin-bottom: 1rem !important
     }
     .my-lg-4 {
         margin-top: 1.5rem !important;
         margin-bottom: 1.5rem !important
     }
     .my-lg-5 {
         margin-top: 3rem !important;
         margin-bottom: 3rem !important
     }
     .my-lg-10 {
         margin-top: 10rem !important;
         margin-bottom: 10rem !important
     }
     .my-lg-grid-gutter {
         margin-top: 1.875rem !important;
         margin-bottom: 1.875rem !important
     }
     .my-lg-auto {
         margin-top: auto !important;
         margin-bottom: auto !important
     }
     .mt-lg-0 {
         margin-top: 0 !important
     }
     .mt-lg-1 {
         margin-top: .25rem !important
     }
     .mt-lg-2 {
         margin-top: .5rem !important
     }
     .mt-lg-3 {
         margin-top: 1rem !important
     }
     .mt-lg-4 {
         margin-top: 1.5rem !important
     }
     .mt-lg-5 {
         margin-top: 3rem !important
     }
     .mt-lg-10 {
         margin-top: 10rem !important
     }
     .mt-lg-grid-gutter {
         margin-top: 1.875rem !important
     }
     .mt-lg-auto {
         margin-top: auto !important
     }
     .me-lg-0 {
         margin-right: 0 !important
     }
     .me-lg-1 {
         margin-right: .25rem !important
     }
     .me-lg-2 {
         margin-right: .5rem !important
     }
     .me-lg-3 {
         margin-right: 1rem !important
     }
     .me-lg-4 {
         margin-right: 1.5rem !important
     }
     .me-lg-5 {
         margin-right: 3rem !important
     }
     .me-lg-10 {
         margin-right: 10rem !important
     }
     .me-lg-grid-gutter {
         margin-right: 1.875rem !important
     }
     .me-lg-auto {
         margin-right: auto !important
     }
     .mb-lg-0 {
         margin-bottom: 0 !important
     }
     .mb-lg-1 {
         margin-bottom: .25rem !important
     }
     .mb-lg-2 {
         margin-bottom: .5rem !important
     }
     .mb-lg-3 {
         margin-bottom: 1rem !important
     }
     .mb-lg-4 {
         margin-bottom: 1.5rem !important
     }
     .mb-lg-5 {
         margin-bottom: 3rem !important
     }
     .mb-lg-10 {
         margin-bottom: 10rem !important
     }
     .mb-lg-grid-gutter {
         margin-bottom: 1.875rem !important
     }
     .mb-lg-auto {
         margin-bottom: auto !important
     }
     .ms-lg-0 {
         margin-left: 0 !important
     }
     .ms-lg-1 {
         margin-left: .25rem !important
     }
     .ms-lg-2 {
         margin-left: .5rem !important
     }
     .ms-lg-3 {
         margin-left: 1rem !important
     }
     .ms-lg-4 {
         margin-left: 1.5rem !important
     }
     .ms-lg-5 {
         margin-left: 3rem !important
     }
     .ms-lg-10 {
         margin-left: 10rem !important
     }
     .ms-lg-grid-gutter {
         margin-left: 1.875rem !important
     }
     .ms-lg-auto {
         margin-left: auto !important
     }
     .m-lg-n1 {
         margin: -0.25rem !important
     }
     .m-lg-n2 {
         margin: -0.5rem !important
     }
     .m-lg-n3 {
         margin: -1rem !important
     }
     .m-lg-n4 {
         margin: -1.5rem !important
     }
     .m-lg-n5 {
         margin: -3rem !important
     }
     .m-lg-n10 {
         margin: -10rem !important
     }
     .m-lg-ngrid-gutter {
         margin: -1.875rem !important
     }
     .mx-lg-n1 {
         margin-right: -0.25rem !important;
         margin-left: -0.25rem !important
     }
     .mx-lg-n2 {
         margin-right: -0.5rem !important;
         margin-left: -0.5rem !important
     }
     .mx-lg-n3 {
         margin-right: -1rem !important;
         margin-left: -1rem !important
     }
     .mx-lg-n4 {
         margin-right: -1.5rem !important;
         margin-left: -1.5rem !important
     }
     .mx-lg-n5 {
         margin-right: -3rem !important;
         margin-left: -3rem !important
     }
     .mx-lg-n10 {
         margin-right: -10rem !important;
         margin-left: -10rem !important
     }
     .mx-lg-ngrid-gutter {
         margin-right: -1.875rem !important;
         margin-left: -1.875rem !important
     }
     .my-lg-n1 {
         margin-top: -0.25rem !important;
         margin-bottom: -0.25rem !important
     }
     .my-lg-n2 {
         margin-top: -0.5rem !important;
         margin-bottom: -0.5rem !important
     }
     .my-lg-n3 {
         margin-top: -1rem !important;
         margin-bottom: -1rem !important
     }
     .my-lg-n4 {
         margin-top: -1.5rem !important;
         margin-bottom: -1.5rem !important
     }
     .my-lg-n5 {
         margin-top: -3rem !important;
         margin-bottom: -3rem !important
     }
     .my-lg-n10 {
         margin-top: -10rem !important;
         margin-bottom: -10rem !important
     }
     .my-lg-ngrid-gutter {
         margin-top: -1.875rem !important;
         margin-bottom: -1.875rem !important
     }
     .mt-lg-n1 {
         margin-top: -0.25rem !important
     }
     .mt-lg-n2 {
         margin-top: -0.5rem !important
     }
     .mt-lg-n3 {
         margin-top: -1rem !important
     }
     .mt-lg-n4 {
         margin-top: -1.5rem !important
     }
     .mt-lg-n5 {
         margin-top: -3rem !important
     }
     .mt-lg-n10 {
         margin-top: -10rem !important
     }
     .mt-lg-ngrid-gutter {
         margin-top: -1.875rem !important
     }
     .me-lg-n1 {
         margin-right: -0.25rem !important
     }
     .me-lg-n2 {
         margin-right: -0.5rem !important
     }
     .me-lg-n3 {
         margin-right: -1rem !important
     }
     .me-lg-n4 {
         margin-right: -1.5rem !important
     }
     .me-lg-n5 {
         margin-right: -3rem !important
     }
     .me-lg-n10 {
         margin-right: -10rem !important
     }
     .me-lg-ngrid-gutter {
         margin-right: -1.875rem !important
     }
     .mb-lg-n1 {
         margin-bottom: -0.25rem !important
     }
     .mb-lg-n2 {
         margin-bottom: -0.5rem !important
     }
     .mb-lg-n3 {
         margin-bottom: -1rem !important
     }
     .mb-lg-n4 {
         margin-bottom: -1.5rem !important
     }
     .mb-lg-n5 {
         margin-bottom: -3rem !important
     }
     .mb-lg-n10 {
         margin-bottom: -10rem !important
     }
     .mb-lg-ngrid-gutter {
         margin-bottom: -1.875rem !important
     }
     .ms-lg-n1 {
         margin-left: -0.25rem !important
     }
     .ms-lg-n2 {
         margin-left: -0.5rem !important
     }
     .ms-lg-n3 {
         margin-left: -1rem !important
     }
     .ms-lg-n4 {
         margin-left: -1.5rem !important
     }
     .ms-lg-n5 {
         margin-left: -3rem !important
     }
     .ms-lg-n10 {
         margin-left: -10rem !important
     }
     .ms-lg-ngrid-gutter {
         margin-left: -1.875rem !important
     }
     .p-lg-0 {
         padding: 0 !important
     }
     .p-lg-1 {
         padding: .25rem !important
     }
     .p-lg-2 {
         padding: .5rem !important
     }
     .p-lg-3 {
         padding: 1rem !important
     }
     .p-lg-4 {
         padding: 1.5rem !important
     }
     .p-lg-5 {
         padding: 3rem !important
     }
     .p-lg-10 {
         padding: 10rem !important
     }
     .p-lg-grid-gutter {
         padding: 1.875rem !important
     }
     .px-lg-0 {
         padding-right: 0 !important;
         padding-left: 0 !important
     }
     .px-lg-1 {
         padding-right: .25rem !important;
         padding-left: .25rem !important
     }
     .px-lg-2 {
         padding-right: .5rem !important;
         padding-left: .5rem !important
     }
     .px-lg-3 {
         padding-right: 1rem !important;
         padding-left: 1rem !important
     }
     .px-lg-4 {
         padding-right: 1.5rem !important;
         padding-left: 1.5rem !important
     }
     .px-lg-5 {
         padding-right: 3rem !important;
         padding-left: 3rem !important
     }
     .px-lg-10 {
         padding-right: 10rem !important;
         padding-left: 10rem !important
     }
     .px-lg-grid-gutter {
         padding-right: 1.875rem !important;
         padding-left: 1.875rem !important
     }
     .py-lg-0 {
         padding-top: 0 !important;
         padding-bottom: 0 !important
     }
     .py-lg-1 {
         padding-top: .25rem !important;
         padding-bottom: .25rem !important
     }
     .py-lg-2 {
         padding-top: .5rem !important;
         padding-bottom: .5rem !important
     }
     .py-lg-3 {
         padding-top: 1rem !important;
         padding-bottom: 1rem !important
     }
     .py-lg-4 {
         padding-top: 1.5rem !important;
         padding-bottom: 1.5rem !important
     }
     .py-lg-5 {
         padding-top: 3rem !important;
         padding-bottom: 3rem !important
     }
     .py-lg-10 {
         padding-top: 10rem !important;
         padding-bottom: 10rem !important
     }
     .py-lg-grid-gutter {
         padding-top: 1.875rem !important;
         padding-bottom: 1.875rem !important
     }
     .pt-lg-0 {
         padding-top: 0 !important
     }
     .pt-lg-1 {
         padding-top: .25rem !important
     }
     .pt-lg-2 {
         padding-top: .5rem !important
     }
     .pt-lg-3 {
         padding-top: 1rem !important
     }
     .pt-lg-4 {
         padding-top: 1.5rem !important
     }
     .pt-lg-5 {
         padding-top: 3rem !important
     }
     .pt-lg-10 {
         padding-top: 10rem !important
     }
     .pt-lg-grid-gutter {
         padding-top: 1.875rem !important
     }
     .pe-lg-0 {
         padding-right: 0 !important
     }
     .pe-lg-1 {
         padding-right: .25rem !important
     }
     .pe-lg-2 {
         padding-right: .5rem !important
     }
     .pe-lg-3 {
         padding-right: 1rem !important
     }
     .pe-lg-4 {
         padding-right: 1.5rem !important
     }
     .pe-lg-5 {
         padding-right: 3rem !important
     }
     .pe-lg-10 {
         padding-right: 10rem !important
     }
     .pe-lg-grid-gutter {
         padding-right: 1.875rem !important
     }
     .pb-lg-0 {
         padding-bottom: 0 !important
     }
     .pb-lg-1 {
         padding-bottom: .25rem !important
     }
     .pb-lg-2 {
         padding-bottom: .5rem !important
     }
     .pb-lg-3 {
         padding-bottom: 1rem !important
     }
     .pb-lg-4 {
         padding-bottom: 1.5rem !important
     }
     .pb-lg-5 {
         padding-bottom: 3rem !important
     }
     .pb-lg-10 {
         padding-bottom: 10rem !important
     }
     .pb-lg-grid-gutter {
         padding-bottom: 1.875rem !important
     }
     .ps-lg-0 {
         padding-left: 0 !important
     }
     .ps-lg-1 {
         padding-left: .25rem !important
     }
     .ps-lg-2 {
         padding-left: .5rem !important
     }
     .ps-lg-3 {
         padding-left: 1rem !important
     }
     .ps-lg-4 {
         padding-left: 1.5rem !important
     }
     .ps-lg-5 {
         padding-left: 3rem !important
     }
     .ps-lg-10 {
         padding-left: 10rem !important
     }
     .ps-lg-grid-gutter {
         padding-left: 1.875rem !important
     }
     .gap-lg-0 {
         gap: 0 !important
     }
     .gap-lg-1 {
         gap: .25rem !important
     }
     .gap-lg-2 {
         gap: .5rem !important
     }
     .gap-lg-3 {
         gap: 1rem !important
     }
     .gap-lg-4 {
         gap: 1.5rem !important
     }
     .gap-lg-5 {
         gap: 3rem !important
     }
     .gap-lg-10 {
         gap: 10rem !important
     }
     .gap-lg-grid-gutter {
         gap: 1.875rem !important
     }
     .text-lg-start {
         text-align: left !important
     }
     .text-lg-end {
         text-align: right !important
     }
     .text-lg-center {
         text-align: center !important
     }
     .text-lg-wrap {
         white-space: normal !important
     }
     .text-lg-nowrap {
         white-space: nowrap !important
     }
     .zindex-lg-1 {
         z-index: 1 !important
     }
     .zindex-lg-5 {
         z-index: 5 !important
     }
     .zindex-lg-10 {
         z-index: 10 !important
     }
 }
 @media(min-width: 1280px) {
     .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-1 {
         margin: .25rem !important
     }
     .m-xl-2 {
         margin: .5rem !important
     }
     .m-xl-3 {
         margin: 1rem !important
     }
     .m-xl-4 {
         margin: 1.5rem !important
     }
     .m-xl-5 {
         margin: 3rem !important
     }
     .m-xl-10 {
         margin: 10rem !important
     }
     .m-xl-grid-gutter {
         margin: 1.875rem !important
     }
     .m-xl-auto {
         margin: auto !important
     }
     .mx-xl-0 {
         margin-right: 0 !important;
         margin-left: 0 !important
     }
     .mx-xl-1 {
         margin-right: .25rem !important;
         margin-left: .25rem !important
     }
     .mx-xl-2 {
         margin-right: .5rem !important;
         margin-left: .5rem !important
     }
     .mx-xl-3 {
         margin-right: 1rem !important;
         margin-left: 1rem !important
     }
     .mx-xl-4 {
         margin-right: 1.5rem !important;
         margin-left: 1.5rem !important
     }
     .mx-xl-5 {
         margin-right: 3rem !important;
         margin-left: 3rem !important
     }
     .mx-xl-10 {
         margin-right: 10rem !important;
         margin-left: 10rem !important
     }
     .mx-xl-grid-gutter {
         margin-right: 1.875rem !important;
         margin-left: 1.875rem !important
     }
     .mx-xl-auto {
         margin-right: auto !important;
         margin-left: auto !important
     }
     .my-xl-0 {
         margin-top: 0 !important;
         margin-bottom: 0 !important
     }
     .my-xl-1 {
         margin-top: .25rem !important;
         margin-bottom: .25rem !important
     }
     .my-xl-2 {
         margin-top: .5rem !important;
         margin-bottom: .5rem !important
     }
     .my-xl-3 {
         margin-top: 1rem !important;
         margin-bottom: 1rem !important
     }
     .my-xl-4 {
         margin-top: 1.5rem !important;
         margin-bottom: 1.5rem !important
     }
     .my-xl-5 {
         margin-top: 3rem !important;
         margin-bottom: 3rem !important
     }
     .my-xl-10 {
         margin-top: 10rem !important;
         margin-bottom: 10rem !important
     }
     .my-xl-grid-gutter {
         margin-top: 1.875rem !important;
         margin-bottom: 1.875rem !important
     }
     .my-xl-auto {
         margin-top: auto !important;
         margin-bottom: auto !important
     }
     .mt-xl-0 {
         margin-top: 0 !important
     }
     .mt-xl-1 {
         margin-top: .25rem !important
     }
     .mt-xl-2 {
         margin-top: .5rem !important
     }
     .mt-xl-3 {
         margin-top: 1rem !important
     }
     .mt-xl-4 {
         margin-top: 1.5rem !important
     }
     .mt-xl-5 {
         margin-top: 3rem !important
     }
     .mt-xl-10 {
         margin-top: 10rem !important
     }
     .mt-xl-grid-gutter {
         margin-top: 1.875rem !important
     }
     .mt-xl-auto {
         margin-top: auto !important
     }
     .me-xl-0 {
         margin-right: 0 !important
     }
     .me-xl-1 {
         margin-right: .25rem !important
     }
     .me-xl-2 {
         margin-right: .5rem !important
     }
     .me-xl-3 {
         margin-right: 1rem !important
     }
     .me-xl-4 {
         margin-right: 1.5rem !important
     }
     .me-xl-5 {
         margin-right: 3rem !important
     }
     .me-xl-10 {
         margin-right: 10rem !important
     }
     .me-xl-grid-gutter {
         margin-right: 1.875rem !important
     }
     .me-xl-auto {
         margin-right: auto !important
     }
     .mb-xl-0 {
         margin-bottom: 0 !important
     }
     .mb-xl-1 {
         margin-bottom: .25rem !important
     }
     .mb-xl-2 {
         margin-bottom: .5rem !important
     }
     .mb-xl-3 {
         margin-bottom: 1rem !important
     }
     .mb-xl-4 {
         margin-bottom: 1.5rem !important
     }
     .mb-xl-5 {
         margin-bottom: 3rem !important
     }
     .mb-xl-10 {
         margin-bottom: 10rem !important
     }
     .mb-xl-grid-gutter {
         margin-bottom: 1.875rem !important
     }
     .mb-xl-auto {
         margin-bottom: auto !important
     }
     .ms-xl-0 {
         margin-left: 0 !important
     }
     .ms-xl-1 {
         margin-left: .25rem !important
     }
     .ms-xl-2 {
         margin-left: .5rem !important
     }
     .ms-xl-3 {
         margin-left: 1rem !important
     }
     .ms-xl-4 {
         margin-left: 1.5rem !important
     }
     .ms-xl-5 {
         margin-left: 3rem !important
     }
     .ms-xl-10 {
         margin-left: 10rem !important
     }
     .ms-xl-grid-gutter {
         margin-left: 1.875rem !important
     }
     .ms-xl-auto {
         margin-left: auto !important
     }
     .m-xl-n1 {
         margin: -0.25rem !important
     }
     .m-xl-n2 {
         margin: -0.5rem !important
     }
     .m-xl-n3 {
         margin: -1rem !important
     }
     .m-xl-n4 {
         margin: -1.5rem !important
     }
     .m-xl-n5 {
         margin: -3rem !important
     }
     .m-xl-n10 {
         margin: -10rem !important
     }
     .m-xl-ngrid-gutter {
         margin: -1.875rem !important
     }
     .mx-xl-n1 {
         margin-right: -0.25rem !important;
         margin-left: -0.25rem !important
     }
     .mx-xl-n2 {
         margin-right: -0.5rem !important;
         margin-left: -0.5rem !important
     }
     .mx-xl-n3 {
         margin-right: -1rem !important;
         margin-left: -1rem !important
     }
     .mx-xl-n4 {
         margin-right: -1.5rem !important;
         margin-left: -1.5rem !important
     }
     .mx-xl-n5 {
         margin-right: -3rem !important;
         margin-left: -3rem !important
     }
     .mx-xl-n10 {
         margin-right: -10rem !important;
         margin-left: -10rem !important
     }
     .mx-xl-ngrid-gutter {
         margin-right: -1.875rem !important;
         margin-left: -1.875rem !important
     }
     .my-xl-n1 {
         margin-top: -0.25rem !important;
         margin-bottom: -0.25rem !important
     }
     .my-xl-n2 {
         margin-top: -0.5rem !important;
         margin-bottom: -0.5rem !important
     }
     .my-xl-n3 {
         margin-top: -1rem !important;
         margin-bottom: -1rem !important
     }
     .my-xl-n4 {
         margin-top: -1.5rem !important;
         margin-bottom: -1.5rem !important
     }
     .my-xl-n5 {
         margin-top: -3rem !important;
         margin-bottom: -3rem !important
     }
     .my-xl-n10 {
         margin-top: -10rem !important;
         margin-bottom: -10rem !important
     }
     .my-xl-ngrid-gutter {
         margin-top: -1.875rem !important;
         margin-bottom: -1.875rem !important
     }
     .mt-xl-n1 {
         margin-top: -0.25rem !important
     }
     .mt-xl-n2 {
         margin-top: -0.5rem !important
     }
     .mt-xl-n3 {
         margin-top: -1rem !important
     }
     .mt-xl-n4 {
         margin-top: -1.5rem !important
     }
     .mt-xl-n5 {
         margin-top: -3rem !important
     }
     .mt-xl-n10 {
         margin-top: -10rem !important
     }
     .mt-xl-ngrid-gutter {
         margin-top: -1.875rem !important
     }
     .me-xl-n1 {
         margin-right: -0.25rem !important
     }
     .me-xl-n2 {
         margin-right: -0.5rem !important
     }
     .me-xl-n3 {
         margin-right: -1rem !important
     }
     .me-xl-n4 {
         margin-right: -1.5rem !important
     }
     .me-xl-n5 {
         margin-right: -3rem !important
     }
     .me-xl-n10 {
         margin-right: -10rem !important
     }
     .me-xl-ngrid-gutter {
         margin-right: -1.875rem !important
     }
     .mb-xl-n1 {
         margin-bottom: -0.25rem !important
     }
     .mb-xl-n2 {
         margin-bottom: -0.5rem !important
     }
     .mb-xl-n3 {
         margin-bottom: -1rem !important
     }
     .mb-xl-n4 {
         margin-bottom: -1.5rem !important
     }
     .mb-xl-n5 {
         margin-bottom: -3rem !important
     }
     .mb-xl-n10 {
         margin-bottom: -10rem !important
     }
     .mb-xl-ngrid-gutter {
         margin-bottom: -1.875rem !important
     }
     .ms-xl-n1 {
         margin-left: -0.25rem !important
     }
     .ms-xl-n2 {
         margin-left: -0.5rem !important
     }
     .ms-xl-n3 {
         margin-left: -1rem !important
     }
     .ms-xl-n4 {
         margin-left: -1.5rem !important
     }
     .ms-xl-n5 {
         margin-left: -3rem !important
     }
     .ms-xl-n10 {
         margin-left: -10rem !important
     }
     .ms-xl-ngrid-gutter {
         margin-left: -1.875rem !important
     }
     .p-xl-0 {
         padding: 0 !important
     }
     .p-xl-1 {
         padding: .25rem !important
     }
     .p-xl-2 {
         padding: .5rem !important
     }
     .p-xl-3 {
         padding: 1rem !important
     }
     .p-xl-4 {
         padding: 1.5rem !important
     }
     .p-xl-5 {
         padding: 3rem !important
     }
     .p-xl-10 {
         padding: 10rem !important
     }
     .p-xl-grid-gutter {
         padding: 1.875rem !important
     }
     .px-xl-0 {
         padding-right: 0 !important;
         padding-left: 0 !important
     }
     .px-xl-1 {
         padding-right: .25rem !important;
         padding-left: .25rem !important
     }
     .px-xl-2 {
         padding-right: .5rem !important;
         padding-left: .5rem !important
     }
     .px-xl-3 {
         padding-right: 1rem !important;
         padding-left: 1rem !important
     }
     .px-xl-4 {
         padding-right: 1.5rem !important;
         padding-left: 1.5rem !important
     }
     .px-xl-5 {
         padding-right: 3rem !important;
         padding-left: 3rem !important
     }
     .px-xl-10 {
         padding-right: 10rem !important;
         padding-left: 10rem !important
     }
     .px-xl-grid-gutter {
         padding-right: 1.875rem !important;
         padding-left: 1.875rem !important
     }
     .py-xl-0 {
         padding-top: 0 !important;
         padding-bottom: 0 !important
     }
     .py-xl-1 {
         padding-top: .25rem !important;
         padding-bottom: .25rem !important
     }
     .py-xl-2 {
         padding-top: .5rem !important;
         padding-bottom: .5rem !important
     }
     .py-xl-3 {
         padding-top: 1rem !important;
         padding-bottom: 1rem !important
     }
     .py-xl-4 {
         padding-top: 1.5rem !important;
         padding-bottom: 1.5rem !important
     }
     .py-xl-5 {
         padding-top: 3rem !important;
         padding-bottom: 3rem !important
     }
     .py-xl-10 {
         padding-top: 10rem !important;
         padding-bottom: 10rem !important
     }
     .py-xl-grid-gutter {
         padding-top: 1.875rem !important;
         padding-bottom: 1.875rem !important
     }
     .pt-xl-0 {
         padding-top: 0 !important
     }
     .pt-xl-1 {
         padding-top: .25rem !important
     }
     .pt-xl-2 {
         padding-top: .5rem !important
     }
     .pt-xl-3 {
         padding-top: 1rem !important
     }
     .pt-xl-4 {
         padding-top: 1.5rem !important
     }
     .pt-xl-5 {
         padding-top: 3rem !important
     }
     .pt-xl-10 {
         padding-top: 10rem !important
     }
     .pt-xl-grid-gutter {
         padding-top: 1.875rem !important
     }
     .pe-xl-0 {
         padding-right: 0 !important
     }
     .pe-xl-1 {
         padding-right: .25rem !important
     }
     .pe-xl-2 {
         padding-right: .5rem !important
     }
     .pe-xl-3 {
         padding-right: 1rem !important
     }
     .pe-xl-4 {
         padding-right: 1.5rem !important
     }
     .pe-xl-5 {
         padding-right: 3rem !important
     }
     .pe-xl-10 {
         padding-right: 10rem !important
     }
     .pe-xl-grid-gutter {
         padding-right: 1.875rem !important
     }
     .pb-xl-0 {
         padding-bottom: 0 !important
     }
     .pb-xl-1 {
         padding-bottom: .25rem !important
     }
     .pb-xl-2 {
         padding-bottom: .5rem !important
     }
     .pb-xl-3 {
         padding-bottom: 1rem !important
     }
     .pb-xl-4 {
         padding-bottom: 1.5rem !important
     }
     .pb-xl-5 {
         padding-bottom: 3rem !important
     }
     .pb-xl-10 {
         padding-bottom: 10rem !important
     }
     .pb-xl-grid-gutter {
         padding-bottom: 1.875rem !important
     }
     .ps-xl-0 {
         padding-left: 0 !important
     }
     .ps-xl-1 {
         padding-left: .25rem !important
     }
     .ps-xl-2 {
         padding-left: .5rem !important
     }
     .ps-xl-3 {
         padding-left: 1rem !important
     }
     .ps-xl-4 {
         padding-left: 1.5rem !important
     }
     .ps-xl-5 {
         padding-left: 3rem !important
     }
     .ps-xl-10 {
         padding-left: 10rem !important
     }
     .ps-xl-grid-gutter {
         padding-left: 1.875rem !important
     }
     .gap-xl-0 {
         gap: 0 !important
     }
     .gap-xl-1 {
         gap: .25rem !important
     }
     .gap-xl-2 {
         gap: .5rem !important
     }
     .gap-xl-3 {
         gap: 1rem !important
     }
     .gap-xl-4 {
         gap: 1.5rem !important
     }
     .gap-xl-5 {
         gap: 3rem !important
     }
     .gap-xl-10 {
         gap: 10rem !important
     }
     .gap-xl-grid-gutter {
         gap: 1.875rem !important
     }
     .text-xl-start {
         text-align: left !important
     }
     .text-xl-end {
         text-align: right !important
     }
     .text-xl-center {
         text-align: center !important
     }
     .text-xl-wrap {
         white-space: normal !important
     }
     .text-xl-nowrap {
         white-space: nowrap !important
     }
     .zindex-xl-1 {
         z-index: 1 !important
     }
     .zindex-xl-5 {
         z-index: 5 !important
     }
     .zindex-xl-10 {
         z-index: 10 !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-1 {
         margin: .25rem !important
     }
     .m-xxl-2 {
         margin: .5rem !important
     }
     .m-xxl-3 {
         margin: 1rem !important
     }
     .m-xxl-4 {
         margin: 1.5rem !important
     }
     .m-xxl-5 {
         margin: 3rem !important
     }
     .m-xxl-10 {
         margin: 10rem !important
     }
     .m-xxl-grid-gutter {
         margin: 1.875rem !important
     }
     .m-xxl-auto {
         margin: auto !important
     }
     .mx-xxl-0 {
         margin-right: 0 !important;
         margin-left: 0 !important
     }
     .mx-xxl-1 {
         margin-right: .25rem !important;
         margin-left: .25rem !important
     }
     .mx-xxl-2 {
         margin-right: .5rem !important;
         margin-left: .5rem !important
     }
     .mx-xxl-3 {
         margin-right: 1rem !important;
         margin-left: 1rem !important
     }
     .mx-xxl-4 {
         margin-right: 1.5rem !important;
         margin-left: 1.5rem !important
     }
     .mx-xxl-5 {
         margin-right: 3rem !important;
         margin-left: 3rem !important
     }
     .mx-xxl-10 {
         margin-right: 10rem !important;
         margin-left: 10rem !important
     }
     .mx-xxl-grid-gutter {
         margin-right: 1.875rem !important;
         margin-left: 1.875rem !important
     }
     .mx-xxl-auto {
         margin-right: auto !important;
         margin-left: auto !important
     }
     .my-xxl-0 {
         margin-top: 0 !important;
         margin-bottom: 0 !important
     }
     .my-xxl-1 {
         margin-top: .25rem !important;
         margin-bottom: .25rem !important
     }
     .my-xxl-2 {
         margin-top: .5rem !important;
         margin-bottom: .5rem !important
     }
     .my-xxl-3 {
         margin-top: 1rem !important;
         margin-bottom: 1rem !important
     }
     .my-xxl-4 {
         margin-top: 1.5rem !important;
         margin-bottom: 1.5rem !important
     }
     .my-xxl-5 {
         margin-top: 3rem !important;
         margin-bottom: 3rem !important
     }
     .my-xxl-10 {
         margin-top: 10rem !important;
         margin-bottom: 10rem !important
     }
     .my-xxl-grid-gutter {
         margin-top: 1.875rem !important;
         margin-bottom: 1.875rem !important
     }
     .my-xxl-auto {
         margin-top: auto !important;
         margin-bottom: auto !important
     }
     .mt-xxl-0 {
         margin-top: 0 !important
     }
     .mt-xxl-1 {
         margin-top: .25rem !important
     }
     .mt-xxl-2 {
         margin-top: .5rem !important
     }
     .mt-xxl-3 {
         margin-top: 1rem !important
     }
     .mt-xxl-4 {
         margin-top: 1.5rem !important
     }
     .mt-xxl-5 {
         margin-top: 3rem !important
     }
     .mt-xxl-10 {
         margin-top: 10rem !important
     }
     .mt-xxl-grid-gutter {
         margin-top: 1.875rem !important
     }
     .mt-xxl-auto {
         margin-top: auto !important
     }
     .me-xxl-0 {
         margin-right: 0 !important
     }
     .me-xxl-1 {
         margin-right: .25rem !important
     }
     .me-xxl-2 {
         margin-right: .5rem !important
     }
     .me-xxl-3 {
         margin-right: 1rem !important
     }
     .me-xxl-4 {
         margin-right: 1.5rem !important
     }
     .me-xxl-5 {
         margin-right: 3rem !important
     }
     .me-xxl-10 {
         margin-right: 10rem !important
     }
     .me-xxl-grid-gutter {
         margin-right: 1.875rem !important
     }
     .me-xxl-auto {
         margin-right: auto !important
     }
     .mb-xxl-0 {
         margin-bottom: 0 !important
     }
     .mb-xxl-1 {
         margin-bottom: .25rem !important
     }
     .mb-xxl-2 {
         margin-bottom: .5rem !important
     }
     .mb-xxl-3 {
         margin-bottom: 1rem !important
     }
     .mb-xxl-4 {
         margin-bottom: 1.5rem !important
     }
     .mb-xxl-5 {
         margin-bottom: 3rem !important
     }
     .mb-xxl-10 {
         margin-bottom: 10rem !important
     }
     .mb-xxl-grid-gutter {
         margin-bottom: 1.875rem !important
     }
     .mb-xxl-auto {
         margin-bottom: auto !important
     }
     .ms-xxl-0 {
         margin-left: 0 !important
     }
     .ms-xxl-1 {
         margin-left: .25rem !important
     }
     .ms-xxl-2 {
         margin-left: .5rem !important
     }
     .ms-xxl-3 {
         margin-left: 1rem !important
     }
     .ms-xxl-4 {
         margin-left: 1.5rem !important
     }
     .ms-xxl-5 {
         margin-left: 3rem !important
     }
     .ms-xxl-10 {
         margin-left: 10rem !important
     }
     .ms-xxl-grid-gutter {
         margin-left: 1.875rem !important
     }
     .ms-xxl-auto {
         margin-left: auto !important
     }
     .m-xxl-n1 {
         margin: -0.25rem !important
     }
     .m-xxl-n2 {
         margin: -0.5rem !important
     }
     .m-xxl-n3 {
         margin: -1rem !important
     }
     .m-xxl-n4 {
         margin: -1.5rem !important
     }
     .m-xxl-n5 {
         margin: -3rem !important
     }
     .m-xxl-n10 {
         margin: -10rem !important
     }
     .m-xxl-ngrid-gutter {
         margin: -1.875rem !important
     }
     .mx-xxl-n1 {
         margin-right: -0.25rem !important;
         margin-left: -0.25rem !important
     }
     .mx-xxl-n2 {
         margin-right: -0.5rem !important;
         margin-left: -0.5rem !important
     }
     .mx-xxl-n3 {
         margin-right: -1rem !important;
         margin-left: -1rem !important
     }
     .mx-xxl-n4 {
         margin-right: -1.5rem !important;
         margin-left: -1.5rem !important
     }
     .mx-xxl-n5 {
         margin-right: -3rem !important;
         margin-left: -3rem !important
     }
     .mx-xxl-n10 {
         margin-right: -10rem !important;
         margin-left: -10rem !important
     }
     .mx-xxl-ngrid-gutter {
         margin-right: -1.875rem !important;
         margin-left: -1.875rem !important
     }
     .my-xxl-n1 {
         margin-top: -0.25rem !important;
         margin-bottom: -0.25rem !important
     }
     .my-xxl-n2 {
         margin-top: -0.5rem !important;
         margin-bottom: -0.5rem !important
     }
     .my-xxl-n3 {
         margin-top: -1rem !important;
         margin-bottom: -1rem !important
     }
     .my-xxl-n4 {
         margin-top: -1.5rem !important;
         margin-bottom: -1.5rem !important
     }
     .my-xxl-n5 {
         margin-top: -3rem !important;
         margin-bottom: -3rem !important
     }
     .my-xxl-n10 {
         margin-top: -10rem !important;
         margin-bottom: -10rem !important
     }
     .my-xxl-ngrid-gutter {
         margin-top: -1.875rem !important;
         margin-bottom: -1.875rem !important
     }
     .mt-xxl-n1 {
         margin-top: -0.25rem !important
     }
     .mt-xxl-n2 {
         margin-top: -0.5rem !important
     }
     .mt-xxl-n3 {
         margin-top: -1rem !important
     }
     .mt-xxl-n4 {
         margin-top: -1.5rem !important
     }
     .mt-xxl-n5 {
         margin-top: -3rem !important
     }
     .mt-xxl-n10 {
         margin-top: -10rem !important
     }
     .mt-xxl-ngrid-gutter {
         margin-top: -1.875rem !important
     }
     .me-xxl-n1 {
         margin-right: -0.25rem !important
     }
     .me-xxl-n2 {
         margin-right: -0.5rem !important
     }
     .me-xxl-n3 {
         margin-right: -1rem !important
     }
     .me-xxl-n4 {
         margin-right: -1.5rem !important
     }
     .me-xxl-n5 {
         margin-right: -3rem !important
     }
     .me-xxl-n10 {
         margin-right: -10rem !important
     }
     .me-xxl-ngrid-gutter {
         margin-right: -1.875rem !important
     }
     .mb-xxl-n1 {
         margin-bottom: -0.25rem !important
     }
     .mb-xxl-n2 {
         margin-bottom: -0.5rem !important
     }
     .mb-xxl-n3 {
         margin-bottom: -1rem !important
     }
     .mb-xxl-n4 {
         margin-bottom: -1.5rem !important
     }
     .mb-xxl-n5 {
         margin-bottom: -3rem !important
     }
     .mb-xxl-n10 {
         margin-bottom: -10rem !important
     }
     .mb-xxl-ngrid-gutter {
         margin-bottom: -1.875rem !important
     }
     .ms-xxl-n1 {
         margin-left: -0.25rem !important
     }
     .ms-xxl-n2 {
         margin-left: -0.5rem !important
     }
     .ms-xxl-n3 {
         margin-left: -1rem !important
     }
     .ms-xxl-n4 {
         margin-left: -1.5rem !important
     }
     .ms-xxl-n5 {
         margin-left: -3rem !important
     }
     .ms-xxl-n10 {
         margin-left: -10rem !important
     }
     .ms-xxl-ngrid-gutter {
         margin-left: -1.875rem !important
     }
     .p-xxl-0 {
         padding: 0 !important
     }
     .p-xxl-1 {
         padding: .25rem !important
     }
     .p-xxl-2 {
         padding: .5rem !important
     }
     .p-xxl-3 {
         padding: 1rem !important
     }
     .p-xxl-4 {
         padding: 1.5rem !important
     }
     .p-xxl-5 {
         padding: 3rem !important
     }
     .p-xxl-10 {
         padding: 10rem !important
     }
     .p-xxl-grid-gutter {
         padding: 1.875rem !important
     }
     .px-xxl-0 {
         padding-right: 0 !important;
         padding-left: 0 !important
     }
     .px-xxl-1 {
         padding-right: .25rem !important;
         padding-left: .25rem !important
     }
     .px-xxl-2 {
         padding-right: .5rem !important;
         padding-left: .5rem !important
     }
     .px-xxl-3 {
         padding-right: 1rem !important;
         padding-left: 1rem !important
     }
     .px-xxl-4 {
         padding-right: 1.5rem !important;
         padding-left: 1.5rem !important
     }
     .px-xxl-5 {
         padding-right: 3rem !important;
         padding-left: 3rem !important
     }
     .px-xxl-10 {
         padding-right: 10rem !important;
         padding-left: 10rem !important
     }
     .px-xxl-grid-gutter {
         padding-right: 1.875rem !important;
         padding-left: 1.875rem !important
     }
     .py-xxl-0 {
         padding-top: 0 !important;
         padding-bottom: 0 !important
     }
     .py-xxl-1 {
         padding-top: .25rem !important;
         padding-bottom: .25rem !important
     }
     .py-xxl-2 {
         padding-top: .5rem !important;
         padding-bottom: .5rem !important
     }
     .py-xxl-3 {
         padding-top: 1rem !important;
         padding-bottom: 1rem !important
     }
     .py-xxl-4 {
         padding-top: 1.5rem !important;
         padding-bottom: 1.5rem !important
     }
     .py-xxl-5 {
         padding-top: 3rem !important;
         padding-bottom: 3rem !important
     }
     .py-xxl-10 {
         padding-top: 10rem !important;
         padding-bottom: 10rem !important
     }
     .py-xxl-grid-gutter {
         padding-top: 1.875rem !important;
         padding-bottom: 1.875rem !important
     }
     .pt-xxl-0 {
         padding-top: 0 !important
     }
     .pt-xxl-1 {
         padding-top: .25rem !important
     }
     .pt-xxl-2 {
         padding-top: .5rem !important
     }
     .pt-xxl-3 {
         padding-top: 1rem !important
     }
     .pt-xxl-4 {
         padding-top: 1.5rem !important
     }
     .pt-xxl-5 {
         padding-top: 3rem !important
     }
     .pt-xxl-10 {
         padding-top: 10rem !important
     }
     .pt-xxl-grid-gutter {
         padding-top: 1.875rem !important
     }
     .pe-xxl-0 {
         padding-right: 0 !important
     }
     .pe-xxl-1 {
         padding-right: .25rem !important
     }
     .pe-xxl-2 {
         padding-right: .5rem !important
     }
     .pe-xxl-3 {
         padding-right: 1rem !important
     }
     .pe-xxl-4 {
         padding-right: 1.5rem !important
     }
     .pe-xxl-5 {
         padding-right: 3rem !important
     }
     .pe-xxl-10 {
         padding-right: 10rem !important
     }
     .pe-xxl-grid-gutter {
         padding-right: 1.875rem !important
     }
     .pb-xxl-0 {
         padding-bottom: 0 !important
     }
     .pb-xxl-1 {
         padding-bottom: .25rem !important
     }
     .pb-xxl-2 {
         padding-bottom: .5rem !important
     }
     .pb-xxl-3 {
         padding-bottom: 1rem !important
     }
     .pb-xxl-4 {
         padding-bottom: 1.5rem !important
     }
     .pb-xxl-5 {
         padding-bottom: 3rem !important
     }
     .pb-xxl-10 {
         padding-bottom: 10rem !important
     }
     .pb-xxl-grid-gutter {
         padding-bottom: 1.875rem !important
     }
     .ps-xxl-0 {
         padding-left: 0 !important
     }
     .ps-xxl-1 {
         padding-left: .25rem !important
     }
     .ps-xxl-2 {
         padding-left: .5rem !important
     }
     .ps-xxl-3 {
         padding-left: 1rem !important
     }
     .ps-xxl-4 {
         padding-left: 1.5rem !important
     }
     .ps-xxl-5 {
         padding-left: 3rem !important
     }
     .ps-xxl-10 {
         padding-left: 10rem !important
     }
     .ps-xxl-grid-gutter {
         padding-left: 1.875rem !important
     }
     .gap-xxl-0 {
         gap: 0 !important
     }
     .gap-xxl-1 {
         gap: .25rem !important
     }
     .gap-xxl-2 {
         gap: .5rem !important
     }
     .gap-xxl-3 {
         gap: 1rem !important
     }
     .gap-xxl-4 {
         gap: 1.5rem !important
     }
     .gap-xxl-5 {
         gap: 3rem !important
     }
     .gap-xxl-10 {
         gap: 10rem !important
     }
     .gap-xxl-grid-gutter {
         gap: 1.875rem !important
     }
     .text-xxl-start {
         text-align: left !important
     }
     .text-xxl-end {
         text-align: right !important
     }
     .text-xxl-center {
         text-align: center !important
     }
     .text-xxl-wrap {
         white-space: normal !important
     }
     .text-xxl-nowrap {
         white-space: nowrap !important
     }
     .zindex-xxl-1 {
         z-index: 1 !important
     }
     .zindex-xxl-5 {
         z-index: 5 !important
     }
     .zindex-xxl-10 {
         z-index: 10 !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
     }
     .fs-xl {
         font-size: 1.625rem !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
     }
 }




.main-image-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
}

.main-img {
    max-width: 100%;
    height: 320px;
    object-fit: contain;
    transition: 0.4s ease;
}

.main-img.zoom {
    transform: scale(1.1);
}

/* thumbs */
.thumbs-wrapper {
    display: flex;
    align-items: center;
    margin-top: 15px;
    position: relative;
    align-content: space-around;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

.thumbs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 5px;
}

.thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    opacity: 0.6;
    border: 2px solid transparent;
    transition: 0.3s;
}

.thumb:hover {
    opacity: 1;
    transform: scale(1.05);
}

.thumb.active {
    border-color: #0d6efd;
    opacity: 1;
}

/* arrows */
.nav-btn {
    background: #fff;
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.nav-btn:hover {
    background: #0d6efd;
    color: #fff;
}


.section {
    margin: 40px 0;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(180px,1fr));
    gap: 15px;
}



.categories-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}

.cat-card {
    background: #f1f1f1;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

.brands-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
}











.hero-container {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px;
}

.hero-slider {
    display: flex;
    transition: 0.6s ease;
}

.slide {
    min-width: 100%;
    position: relative;
}

.slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    filter: brightness(0.6);
}




.hero-content {
    position: absolute;
    top: 55%;
    /* right: 50px; */
    color: #fff;
    align-items: center;
    transform: translateY(-50%);
    width: 100%;
}



.hero-content h2 {
    font-size: 32px;
    font-weight: bold;
}

.hero-content p {
    margin: 10px 0;
}

.btn-hero {
    background: #0d6efd;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
}

.hero-prev,
.hero-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4);
    border: none;
    color: #fff;
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
}

.hero-prev { left: 10px; }
.hero-next { right: 10px; }



.product-slider {
    position: relative;
    overflow: hidden;
}

.slider-track {
    display: flex;
    gap: 15px;
    transition: 0.4s;
}



.slider-prev,
.slider-next {
    position: absolute;
    top: 40%;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ddd;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.slider-prev { left: 0; }
.slider-next { right: 0; }



.hero-slide {
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
}






.prod-img {
    width:100%;
    height:180px;
    object-fit:contain;
    background:#fff;
}

.price {
    color:#0d6efd;
    font-weight:bold;
}

.prod-img {
    object-fit: contain;
    height:180px;
}


.hero-wrapper{
  display:flex;
  gap:15px;
}

.mega-categories{
  width:250px;
  background:#fff;
  border-radius:10px;
  padding:10px;
  box-shadow:0 3px 12px rgba(0,0,0,.1);
}

.cat-item{
  padding:8px;
  border-bottom:1px solid #eee;
  cursor:pointer;
}

.cat-item:hover{
  background:#f5f5f5;
}

.heroSwiper{
  flex:1;
}

.skeleton{
  height:200px;
  background:linear-gradient(90deg,#eee,#ddd,#eee);
  animation:loading 1.5s infinite;
}

@keyframes loading{
  0%{background-position:-200px}
  100%{background-position:200px}
}



.slide-content {
    width: 100%;
    position: absolute;
    /* bottom: 10PX; */
    /* top: -34%; */
        LEFT: 0;
    background: rgba(0, 0, 0, 0.55);
    padding: 20px;
    border-radius: 8px;
    color: #fff;
    align-items: center;
    display: flex;
    flex-direction: column;
}


.header-actions {
    ALIGN-ITEMS: CENTER;
    PADDING: 12px;
}


/* titles */
.sec-title{
display:flex;
justify-content:space-between;
align-items:center;
margin:35px 0 18px;
    ALIGN-SELF: ANCHOR-CENTER;
}

.sec-title h2{
font-size:28px;
font-weight:800;
margin:0;
color:#111;
}

.sec-title a{
text-decoration:none;
color:#0aa84f;
font-weight:bold;
}

/* news */
.news-card{
background:#fff;
border-radius:18px;
overflow:hidden;
box-shadow:0 8px 20px rgba(0,0,0,.05);
height:100%;
}

.news-card img{
width:100%;
height:210px;
object-fit:cover;
}

.news-body{
padding:16px;
}

.news-body h5{
font-size:18px;
font-weight:800;
}





/* features */
.features-bar{
margin:30px 0 35px;
background:#111;
color:#fff;
padding:14px 20px;
border-radius:14px;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:10px;
text-align:center;
font-size:15px;
}


/* cards */


.product-info{
padding:16px;
}

.product-info h6{
height:48px;
overflow:hidden;
font-weight:700;
}

.price{
font-size:22px;
font-weight:800;
color:#0aa84f;
}

/* categories */

<!-- .cat-box {
    display:block;
    padding:20px;
    background:#fff;
    border-radius:10px;
    text-align:center;
    transition:0.3s;
}
.cat-box:hover {
    transform: translateY(-5px);
    box-shadow:0 10px 20px rgba(0,0,0,0.1);
} -->


.cat-box{
background:#fff;
padding:30px 15px;
text-align:center;
border-radius:18px;
box-shadow:0 8px 20px rgba(0,0,0,.05);
transition:.3s;
height:100%;
}

.cat-box:hover{
transform:translateY(-5px);
background:#0aa84f;
color:#fff;

}
.cat-box h6:hover{

    color: #ffffff;

}

.cat-box i{
font-size:34px;
margin-bottom:10px;
}

/* brands */
.brand-strip{
background:#fff;
padding:20px;
border-radius:18px;
display:grid;
grid-template-columns:repeat(5,1fr);
gap:20px;
}

.brand-strip img{
height:55px;
object-fit:contain;
filter:grayscale(100%);
opacity:.8;
transition:.3s;
}

.brand-strip img:hover{
filter:none;
opacity:1;
}

@media(max-width:768px){
.hero-content{
padding:40px 25px;
}
.hero-content h1{
font-size:30px;
}
.features-bar{
grid-template-columns:1fr 1fr;
}
.brand-strip{
grid-template-columns:1fr 1fr;
}
}


/* توحيد ارتفاع السلايد بالكامل */
.productSwiper .swiper-slide {
    height: auto; 
    display: flex;
}

.product-card{
background:#fff;
border-radius:18px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,.06);
transition:.3s;
height:100%;
}

.product-card:hover{
transform:translateY(-6px);
}

.product-card img{
width:100%;
height:220px;
object-fit:contain;
padding:18px;
background:#fff;
}

.product-card { background: var(--product-card-bg); color: var(--product-card-text); border-radius:12px; padding:10px; box-shadow:0 6px 18px rgba(13,110,253,0.06); overflow:hidden; position:relative; transition:0.3s; }
.product-card:hover { transform:translateY(-6px); box-shadow:0 18px 40px rgba(13,110,253,0.12); }
.product-card img { width:100%; height:160px; object-fit:cover; border-radius:8px; }


.product-card {
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    text-align: center;
    transition: 0.3s;
}

.product-card:hover {
    transform: translateY(-5px);
}




.product-card:hover {
    transform:translateY(-5px);
    box-shadow:0 10px 20px rgba(0,0,0,0.1);
}


/* توحيد حجم الصور */
.product-card img {
    width: 100%;
    height: 200px; /* يمكنك تغيير الارتفاع حسب رغبتك */
    object-fit: contain; /* لضمان عدم تشوه الصورة */
    margin-bottom: 15px;
}

/* توحيد حجم العنوان (الاسم) والتعامل مع النصوص الطويلة */
.product-card h6 {
    font-size: 16px;
    margin: 0 0 10px 0;
    height: 3em; /* حجز مساحة لسطرين فقط */
    line-height: 1.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* يظهر نقطتين (...) بعد السطر الثاني */
    -webkit-box-orient: vertical;
}




/* تحديد حاوية السوايبير لضمان أن النقاط تظهر بداخلها */
.productSwiper {
    position: relative;
    padding-bottom: 30px !important; /* احجز مساحة للنقاط */
}

/* رفع النقاط وتوسيطها */
.productSwiper .swiper-pagination {
    bottom: 0px !important; /* تحكم في هذه القيمة لرفعها أو خفضها */
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    text-align: center !important;
}


.container {
    TEXT-ALIGN: CENTER;
}



.cart-link{
position:relative;
font-size:26px;
text-decoration:none;
color:#111;
margin-right:15px;
}

#cartCount{
position:absolute;
top:-8px;
right:-10px;
background:#e60023;
color:#fff;
font-size:12px;
min-width:20px;
height:20px;
line-height:20px;
text-align:center;
border-radius:50%;
padding:0 4px;
font-weight:bold;
}

.toast-cart{
     visibility: hidden;
position:fixed;
top:20px;
left:20px;
background:#111;
color:#fff;
padding:14px 18px;
border-radius:12px;
z-index:9999;
opacity:0;
transform:translateY(-20px);
transition:.3s;
box-shadow:0 10px 25px rgba(0,0,0,.2);
}

.toast-cart.show{
    visibility: visible;
    opacity: 1;
    bottom: 47%;
    TOP: 45%;
    MIN-WIDTH: 90%;
    transform: translateY(0);
    TEXT-ALIGN: center;
}


.price-request-box{
background:#fff8e1;
padding:18px;
border-radius:16px;
border:1px solid #ffe08a;
}

.request-price-btn{
font-weight:700;
border-radius:14px;
box-shadow:0 10px 25px rgba(255,193,7,.18);
}

.request-price-btn:hover{
transform:translateY(-2px);
}



.modal-box {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    display: none; /* مخفي افتراضياً */
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.modal-content-MS {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    width: 90%;
}



/*==================================================
 BACK TO TOP PREMIUM BUTTON
==================================================*/
#topBtn{
position:fixed;
bottom:25px;
right:25px;
width:58px;
height:58px;
border:none;
outline:none;
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;

background:linear-gradient(135deg,#f5b400,#ffd54a);
color:#111;

font-size:24px;
font-weight:900;

border-radius:18px;

box-shadow:
0 10px 30px rgba(245,180,0,.35),
0 4px 10px rgba(0,0,0,.15);

z-index:9999;

transition:
transform .25s ease,
opacity .25s ease,
box-shadow .25s ease;

backdrop-filter:blur(10px);
}


.dropdown .navbar-tool-text::after {
     display: inline-block;
     margin-left: .23375rem;
     vertical-align: .23375rem;
     content: "";
     border-top: .275rem solid;
     border-right: .275rem solid rgba(0, 0, 0, 0);
     border-bottom: 0;
     border-left: .275rem solid rgba(0, 0, 0, 0)
 }
 .dropdown .navbar-tool-text:empty::after {
     margin-left: 0
 }
 @media(max-width: 767.98px) {
     .search-box {
         display: none
     }
 }

 @media (min-width: 500px) {
    .product-card {
        padding-bottom: 0;
    }
}

 
.brand-badge{
    position: absolute;
    top: 8px;
    RIGHT: 8px;
    width: 70px;
    height: 50px;
    background: #fff !important;
    border-radius: 4px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 20;
    padding: 0px !important;
    overflow: hidden;
}

@media (max-width: 768px) {
    .brand-badge {
        width: 60px;
        height: 50px;
    }
}

.brand-badge img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    transform: scale(1.6);
    background-color: transparent !important;
    margin: auto;
}

@media (max-width: 768px) {
    .brand-badge img {
        transform: scale(2.2);
    }
}




.filter-show-limit .form-select:focus {
        border-color: #dee2e6;
        box-shadow: none;
        background-color: #f8f9fa;
    }
    
    .filter-show-limit .input-group-text {
        color: #6c757d;
        border-color: #dee2e6;
    }

    /* تحسين شكل السهم في الكومبو */
    #limitSelect {
        padding-inline-start: 10px;
        background-position: left 0.5rem center; /* للغة العربية */
    }
    
    [lang="en"] #limitSelect {
        background-position: right 0.5rem center;
    }

    /* 🌟 [حماية تمرير إيثار]: تجميد حركة الصفحة الأب تماماً ومنع التمرير الخلفي المشوه */
body.lock-body-scroll {
    overflow: hidden !important;
    touch-action: none !important; /* حظر السحب اللمسي للخلفية على الهواتف */
}

/* 🌟 [تحرير قائمة الديسكتوب]: إعطاء حاوية القائمة المفتوحة سياق تمرير داخلي إذا طالت البنود */
.navbar-sticky.menu-expanded .dropdown-menu,
.navbar-sticky.menu-expanded .navbar-nav {
    max-height: calc(100vh - 140px) !important; /* حجز أقصى ارتفاع يوافق شاشة المستعرض */
    overflow-y: auto !important; /* تفعيل شريط التمرير الداخلي فوراً وبنعومة */
    -webkit-overflow-scrolling: touch !important; /* تفعيل التمرير السريع بهواتف آيفون */
}

/* 🌟 [تحرير قائمة الموبايل]: حماية منيو الهواتف المفتوحة من الجمود وتأمين التصفح لأخر بند */
@media (max-width: 991.98px) {
    #navbarCollapse.show {
        max-height: calc(100vh - 100px) !important; /* منع الخروج خارج نطاق شاشة الهاتف */
        overflow-y: auto !important; /* تصفح حر ونظيف داخل القائمة مئة بالمئة */
        -webkit-overflow-scrolling: touch !important;
    }
}


.dropdown-menu-top {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

.dropdown-menu-top[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer)
}
