@font-face {
    font-family: "iransans";
    src: url(../../fonts/iransans/IRANSansWeb_FaNum.woff2) format("woff2");
    font-display: swap;       /* متن بلافاصله با fallback نمایش داده می‌شود */

    /* این‌ها اندازه fallback font را به IRANSans نزدیک می‌کنند → CLS کمتر */
    ascent-override:   90%;
    descent-override:  22%;
    line-gap-override: 50%;
    size-adjust:       105%;
}

@font-face {
    font-family: "iransans";
    src: url(../../fonts/iransans/IRANSansWeb_Bold_FaNum.woff2) format("woff2");
    font-weight: 700;
    font-display: swap;
    ascent-override:   90%;
    descent-override:  22%;
    line-gap-override: 50%;
    size-adjust:       105%;
}

:root {
    --primary-deep: #1e40af;
    --bg: #f3f5f9;
    --fg: #111827;
    --card-bg: #fff;
    --muted: #6b7280;
    --border-color: #fff;
    --bs-body-bg: var(--bg);
    --bs-body-color: var(--fg);
    --blue: #1b4fd9;
    --blue-soft: #eef4ff;
    --orange: #f4a300;
    --orange-soft: #fff6e8;
    --text: #1f2a44;
    --line: #e5eaf2;
    --card: #fff;
    --dark: #1f2937;
    --radius: 18px;
    --radius-lg: 26px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --shadow: 0 10px 26px #0f172a0d
}

[data-theme="dark"] {
    --bg: #0f172a;
    --fg: #fff;
    --card-bg: #111827;
    --muted: #9ca3af;
    --border-color: #1f2937;
    --bs-body-bg: var(--bg);
    --bs-body-color: var(--fg)
}

* {
    box-sizing: border-box;
    line-height: normal !important;
    color: inherit
}

:not(i) {
    font-family: iransans
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 1rem !important;
    width: 100vw;
    min-height: 100vh;
    height: unset;
    margin: 0 auto !important;
    overflow-x: hidden !important;
    font-family: iransans !important;
    background-color: var(--bg);
    color: var(--fg);
    position: relative
}

a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%;
    display: block
}

.container {
    width: min(1120px, calc(100% - 28px));
    margin: auto
}

.xl-container {
    width: 100%;
    max-width: 1280px;
    margin: auto
}

body>main.content {
    height: 100%;
    display: flex;
    flex-direction: column
}

body>footer {
    width: 100% !important
}

body>footer.services_footer {
    position: sticky !important;
    bottom: 0 !important
}

.header {
    background: #fff;
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 40
}

.header-inner {
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900
}

.brand-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: var(--orange);
    display: grid;
    place-items: center;
    color: #111827;
    font-size: 14px;
    font-weight: 900
}

.nav {
    display: flex;
    gap: 22px;
    color: #475467;
    font-size: 14px
}

.nav a.active,
.nav a:hover {
    color: var(--blue);
    font-weight: 800
}

.header-btn {
    background: var(--blue);
    color: #fff;
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 800
}

.menu-btn {
    display: none;
    border: 0;
    background: #fff;
    font-size: 22px;
    cursor: pointer
}



.copyright {
    text-align: center;
    background: #181c24;
    color: #fff;
    padding: 12px;
    font-size: 12px
}

.section-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow)
}

.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 13px 15px 10px
}

.section-head h3,
.section-head h2 {
    margin: 0;
    font-size: 16px;
    line-height: 1.6
}

.bg-primary-deep {
    background-color: var(--primary-deep)
}

.text-primart-deep {
    color: var(--primary-deep)
}

.cursor-pointer {
    cursor: pointer
}

.min-w-max {
    min-width: max-content !important
}

.min-w-min {
    min-width: min-content !important
}

.w-fit {
    width: fit-content !important
}

.h-0 {
    height: 0
}

.visibility-hidden {
    visibility: hidden !important
}

.visibility-visible {
    visibility: visible !important
}

[x-cloak] {
    display: none !important
}

.splash {
    transition: all .3s;
    transition-delay: 100ms;
    opacity: 1;
    visibility: visible
}

.animated-show {
    opacity: 1 !important;
    visibility: visible !important;
    transition: all .2s
}

.animated-hide {
    opacity: 0;
    visibility: hidden;
    transition: all .2s
}

.backdrop-blur {
    backdrop-filter: blur(10px);
    background-color: #fffc;
    z-index: 1000
}

.btn.custom-hover:hover {
    filter: brightness(.8)
}

td hr.spliter {
    width: 0;
    height: 0
}

.star-ratings {
    unicode-bidi: bidi-override;
    color: #ccc;
    font-size: 24px;
    position: relative;
    margin: 0;
    padding: 0
}

.star-ratings .fill-ratings {
    color: var(--bs-text-warning);
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden
}

.star-ratings .fill-ratings span {
    display: inline-block
}

.star-ratings .empty-ratings {
    padding: 0;
    display: block;
    z-index: 0
}

.select2-results__option--selected:after {
    right: unset !important;
    left: 1.25rem !important
}

.select2-selection__choice__remove {
    left: 6px !important
}

.select2-container--bootstrap5 .select2-selection__clear {
    top: 20px !important;
    left: 17px !important;
    right: unset
}

.select2-container--bootstrap5 .select2-selection--multiple {
    flex-wrap: wrap
}

.select2-search.select2-search--inline {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 25px
}

.aspect-ratio-16x1 {
    aspect-ratio: 16/1
}

.aspect-ratio-16x2 {
    aspect-ratio: 16/2
}

.aspect-ratio-16x3 {
    aspect-ratio: 16/3
}

.aspect-ratio-16x4 {
    aspect-ratio: 16/4
}

.aspect-ratio-16x5 {
    aspect-ratio: 16/5
}

.aspect-ratio-16x6 {
    aspect-ratio: 16/6
}

.aspect-ratio-16x7 {
    aspect-ratio: 16/7
}

.aspect-ratio-16x8 {
    aspect-ratio: 16/8
}

.aspect-ratio-16x9 {
    aspect-ratio: 16/9
}

.aspect-ratio-16x10 {
    aspect-ratio: 16/10
}

.aspect-ratio-16x11 {
    aspect-ratio: 16/11
}

.aspect-ratio-16x12 {
    aspect-ratio: 16/12
}

.aspect-ratio-16x13 {
    aspect-ratio: 16/13
}

.aspect-ratio-16x14 {
    aspect-ratio: 16/14
}

.aspect-ratio-16x15 {
    aspect-ratio: 16/15
}

.aspect-ratio-16x16 {
    aspect-ratio: 16/16
}

.aspect-ratio-4x3 {
    aspect-ratio: 4/3
}

.aspect-ratio-1x1 {
    aspect-ratio: 1/1
}

@media (max-width: 1024px) {
    .nav {
        display: none
    }

    .menu-btn {
        display: block
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 20px, 1120px)
    }

    .header-inner {
        height: 60px
    }

    .footer-inner {
        grid-template-columns: 1fr
    }
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-inline {
    display: inline !important
}

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

.d-flex {
    display: flex !important
}

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

.d-grid {
    display: grid !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
    align-self: auto !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
}

.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-x-0 {
    column-gap: 0 !important
}

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

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

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

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

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

.gap-y-0 {
    row-gap: 0 !important
}

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

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

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

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

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

.grid-cols-1 {
    grid-template-columns: repeat(1, 1fr) !important
}

.grid-cols-2 {
    grid-template-columns: repeat(2, 1fr) !important
}

.grid-cols-3 {
    grid-template-columns: repeat(3, 1fr) !important
}

.grid-cols-4 {
    grid-template-columns: repeat(4, 1fr) !important
}

.grid-cols-6 {
    grid-template-columns: repeat(6, 1fr) !important
}

.grid-cols-12 {
    grid-template-columns: repeat(12, 1fr) !important
}

.col-span-1 {
    grid-column: span 1 !important
}

.col-span-2 {
    grid-column: span 2 !important
}

.col-span-3 {
    grid-column: span 3 !important
}

.col-span-4 {
    grid-column: span 4 !important
}

.col-span-6 {
    grid-column: span 6 !important
}

.col-span-12 {
    grid-column: span 12 !important
}

.col-span-full {
    grid-column: 1 / -1 !important
}

.w-0 {
    width: 0 !important
}

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

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

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

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

.w-auto {
    width: auto !important
}

.w-fit {
    width: fit-content !important
}

.w-min {
    width: min-content !important
}

.w-max {
    width: max-content !important
}

.min-w-0 {
    min-width: 0 !important
}

.min-w-full {
    min-width: 100% !important
}

.max-w-full {
    max-width: 100% !important
}

.max-w-sm {
    max-width: 480px !important
}

.max-w-md {
    max-width: 640px !important
}

.max-w-lg {
    max-width: 800px !important
}

.max-w-xl {
    max-width: 1024px !important
}

.max-w-2xl {
    max-width: 1280px !important
}

.h-auto {
    height: auto !important
}

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

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

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

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

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

.h-fit {
    height: fit-content !important
}

.min-h-0 {
    min-height: 0 !important
}

.min-h-full {
    min-height: 100% !important
}

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

.max-h-full {
    max-height: 100% !important
}

.max-h-screen {
    max-height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

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

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

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

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

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

.m-auto {
    margin: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-0 {
    margin-inline-start: 0 !important
}

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

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

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

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

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

.ms-auto {
    margin-inline-start: auto !important
}

.me-0 {
    margin-inline-end: 0 !important
}

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

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

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

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

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

.me-auto {
    margin-inline-end: auto !important
}

.mx-0 {
    margin-inline: 0 !important
}

.mx-1 {
    margin-inline: .25rem !important
}

.mx-2 {
    margin-inline: .5rem !important
}

.mx-3 {
    margin-inline: 1rem !important
}

.mx-4 {
    margin-inline: 1.5rem !important
}

.mx-5 {
    margin-inline: 3rem !important
}

.mx-auto {
    margin-inline: auto !important
}

.my-0 {
    margin-block: 0 !important
}

.my-1 {
    margin-block: .25rem !important
}

.my-2 {
    margin-block: .5rem !important
}

.my-3 {
    margin-block: 1rem !important
}

.my-4 {
    margin-block: 1.5rem !important
}

.my-5 {
    margin-block: 3rem !important
}

.my-auto {
    margin-block: auto !important
}

.p-0 {
    padding: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
    padding-inline-start: 0 !important
}

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

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

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

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

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

.pe-0 {
    padding-inline-end: 0 !important
}

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

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

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

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

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

.px-0 {
    padding-inline: 0 !important
}

.px-1 {
    padding-inline: .25rem !important
}

.px-2 {
    padding-inline: .5rem !important
}

.px-3 {
    padding-inline: 1rem !important
}

.px-4 {
    padding-inline: 1.5rem !important
}

.px-5 {
    padding-inline: 3rem !important
}

.py-0 {
    padding-block: 0 !important
}

.py-1 {
    padding-block: .25rem !important
}

.py-2 {
    padding-block: .5rem !important
}

.py-3 {
    padding-block: 1rem !important
}

.py-4 {
    padding-block: 1.5rem !important
}

.py-5 {
    padding-block: 3rem !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

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

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

.bottom-0 {
    bottom: 0 !important
}

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

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

.start-0 {
    inset-inline-start: 0 !important
}

.start-50 {
    inset-inline-start: 50% !important
}

.start-100 {
    inset-inline-start: 100% !important
}

.end-0 {
    inset-inline-end: 0 !important
}

.end-50 {
    inset-inline-end: 50% !important
}

.end-100 {
    inset-inline-end: 100% !important
}

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

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

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

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

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

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

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

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

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

.z-0 {
    z-index: 0 !important
}

.z-10 {
    z-index: 10 !important
}

.z-20 {
    z-index: 20 !important
}

.z-30 {
    z-index: 30 !important
}

.z-40 {
    z-index: 40 !important
}

.z-50 {
    z-index: 50 !important
}

.z-auto {
    z-index: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fw-medium {
    font-weight: 500 !important
}

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

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

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

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

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

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

.fs-2 {
    font-size: 1.5rem !important
}

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

.fs-4 {
    font-size: 1.125rem !important
}

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

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

.fs-7 {
    font-size: .75rem !important
}

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

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

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

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

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

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

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

.text-muted {
    color: var(--muted) !important
}

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

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

.text-primary {
    color: var(--blue) !important
}

.text-secondary {
    color: var(--muted) !important
}

.text-success {
    color: #16a34a !important
}

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

.text-warning {
    color: var(--orange) !important
}

.text-info {
    color: #0891b2 !important
}

.text-dark {
    color: var(--dark) !important
}

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

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

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

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

.bg-primary {
    background-color: var(--blue) !important
}

.bg-secondary {
    background-color: var(--muted) !important
}

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

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

.bg-warning {
    background-color: var(--orange) !important
}

.bg-info {
    background-color: #0891b2 !important
}

.bg-dark {
    background-color: var(--dark) !important
}

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

.bg-card {
    background-color: var(--card-bg) !important
}

.bg-body {
    background-color: var(--bg) !important
}

.border {
    border: 1px solid var(--line) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid var(--line) !important
}

.border-bottom {
    border-bottom: 1px solid var(--line) !important
}

.border-start {
    border-inline-start: 1px solid var(--line) !important
}

.border-end {
    border-inline-end: 1px solid var(--line) !important
}

.border-primary {
    border-color: var(--blue) !important
}

.border-secondary {
    border-color: var(--muted) !important
}

.border-success {
    border-color: #16a34a !important
}

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

.border-warning {
    border-color: var(--orange) !important
}

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

.border-dark {
    border-color: var(--dark) !important
}

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

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

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

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

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

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

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

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

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

.rounded-5 {
    border-radius: 1.5rem !important
}

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

.rounded-pill {
    border-radius: 9999px !important
}

.rounded-top {
    border-radius: .375rem .375rem 0 0 !important
}

.rounded-bottom {
    border-radius: 0 0 .375rem .375rem !important
}

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

.shadow-sm {
    box-shadow: 0 1px 3px #00000014 !important
}

.shadow {
    box-shadow: 0 4px 12px #0000001a !important
}

.shadow-md {
    box-shadow: 0 6px 20px #0000001f !important
}

.shadow-lg {
    box-shadow: 0 10px 30px #00000026 !important
}

.opacity-0 {
    opacity: 0 !important
}

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

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

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

.opacity-100 {
    opacity: 1 !important
}

.img-fluid {
    max-width: 100% !important;
    height: auto !important
}

.img-thumbnail {
    max-width: 100%;
    height: auto;
    border: 1px solid var(--line);
    border-radius: .375rem;
    padding: 4px;
    background: #fff
}

.object-fit-cover {
    object-fit: cover !important
}

.object-fit-contain {
    object-fit: contain !important
}

.object-fit-fill {
    object-fit: fill !important
}

.object-fit-none {
    object-fit: none !important
}

.object-position-center {
    object-position: center !important
}

.object-position-top {
    object-position: top !important
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: .45rem 1rem;
    font-size: .875rem;
    font-weight: 600;
    border-radius: .5rem;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: filter .15s, opacity .15s;
    white-space: nowrap;
    user-select: none
}

.btn:disabled,
.btn.disabled {
    opacity: .55;
    cursor: not-allowed
}

.btn-sm {
    padding: .25rem .65rem;
    font-size: .8rem;
    border-radius: .375rem
}

.btn-lg {
    padding: .6rem 1.4rem;
    font-size: 1rem;
    border-radius: .625rem
}

.btn-primary {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue)
}

.btn-secondary {
    background: var(--muted);
    color: #fff;
    border-color: var(--muted)
}

.btn-success {
    background: #16a34a;
    color: #fff;
    border-color: #16a34a
}

.btn-danger {
    background: #dc2626;
    color: #fff;
    border-color: #dc2626
}

.btn-warning {
    background: var(--orange);
    color: #111827;
    border-color: var(--orange)
}

.btn-info {
    background: #0891b2;
    color: #fff;
    border-color: #0891b2
}

.btn-dark {
    background: var(--dark);
    color: #fff;
    border-color: var(--dark)
}

.btn-light {
    background: #f3f4f6;
    color: #111827;
    border-color: #e5e7eb
}

.btn-white {
    background: #fff;
    color: #111827;
    border-color: #e5e7eb
}

.btn-outline-primary {
    background: transparent;
    color: var(--blue);
    border-color: var(--blue)
}

.btn-outline-secondary {
    background: transparent;
    color: var(--muted);
    border-color: var(--muted)
}

.btn-outline-success {
    background: transparent;
    color: #16a34a;
    border-color: #16a34a
}

.btn-outline-danger {
    background: transparent;
    color: #dc2626;
    border-color: #dc2626
}

.btn-outline-warning {
    background: transparent;
    color: var(--orange);
    border-color: var(--orange)
}

.btn-outline-dark {
    background: transparent;
    color: var(--dark);
    border-color: var(--dark)
}

.btn-outline-white {
    background: transparent;
    color: #fff;
    border-color: #fff
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-success:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-info:hover,
.btn-dark:hover,
.btn-light:hover,
.btn-white:hover {
    filter: brightness(.88)
}

.btn-outline-primary:hover {
    background: var(--blue);
    color: #fff
}

.btn-outline-secondary:hover {
    background: var(--muted);
    color: #fff
}

.btn-outline-success:hover {
    background: #16a34a;
    color: #fff
}

.btn-outline-danger:hover {
    background: #dc2626;
    color: #fff
}

.btn-outline-warning:hover {
    background: var(--orange);
    color: #111827
}

.btn-outline-dark:hover {
    background: var(--dark);
    color: #fff
}

.btn-outline-white:hover {
    background: #fff;
    color: #111827
}

.badge {
    display: inline-flex;
    align-items: center;
    padding: .3em .65em;
    font-size: .75em;
    font-weight: 700;
    border-radius: 9999px;
    white-space: nowrap
}

.badge-primary {
    background: var(--blue-soft);
    color: var(--blue)
}

.badge-success {
    background: #dcfce7;
    color: #15803d
}

.badge-danger {
    background: #fee2e2;
    color: #dc2626
}

.badge-warning {
    background: var(--orange-soft);
    color: #92400e
}

.badge-secondary {
    background: #f3f4f6;
    color: var(--muted)
}

.badge-dark {
    background: var(--dark);
    color: #fff
}

.card {
    background: var(--card-bg);
    border: 1px solid var(--line);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: var(--shadow)
}

.card-body {
    padding: 1.25rem
}

.card-header {
    padding: .875rem 1.25rem;
    border-bottom: 1px solid var(--line)
}

.card-footer {
    padding: .875rem 1.25rem;
    border-top: 1px solid var(--line)
}

.card-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 .5rem
}

.card-text {
    color: var(--muted);
    font-size: .875rem;
    margin: 0
}

.card-img-top {
    width: 100%;
    display: block;
    object-fit: cover
}

.modal-backdrop {
    position: fixed;
    inset: 0;
    background: #00000080;
    z-index: 1040;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-dialog {
    background: var(--card-bg);
    border-radius: 1rem;
    box-shadow: 0 20px 60px #00000040;
    width: min(560px, calc(100% - 2rem));
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    z-index: 1050
}

.modal-dialog-sm {
    width: min(380px, calc(100% - 2rem))
}

.modal-dialog-lg {
    width: min(760px, calc(100% - 2rem))
}

.modal-dialog-xl {
    width: min(1000px, calc(100% - 2rem))
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--line)
}

.modal-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0
}

.modal-body {
    padding: 1.25rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .5rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid var(--line)
}

.alert {
    padding: .85rem 1.1rem;
    border-radius: .625rem;
    border: 1px solid transparent;
    font-size: .875rem;
    margin-bottom: 1rem
}

.alert-primary {
    background: var(--blue-soft);
    color: var(--blue);
    border-color: #c7d9ff
}

.alert-success {
    background: #dcfce7;
    color: #166534;
    border-color: #bbf7d0
}

.alert-danger {
    background: #fee2e2;
    color: #991b1b;
    border-color: #fecaca
}

.alert-warning {
    background: var(--orange-soft);
    color: #92400e;
    border-color: #fed7aa
}

.alert-secondary {
    background: #f3f4f6;
    color: #374151;
    border-color: #e5e7eb
}

.table {
    width: 100%;
    border-collapse: collapse;
    font-size: .875rem
}

.table th,
.table td {
    padding: .7rem .9rem;
    border-bottom: 1px solid var(--line);
    text-align: start
}

.table th {
    font-weight: 700;
    color: var(--muted);
    font-size: .8rem;
    text-transform: uppercase
}

.table-striped tbody tr:nth-child(odd) {
    background: #00000006
}

.table-hover tbody tr:hover {
    background: #00000009
}

.table-bordered {
    border: 1px solid var(--line)
}

.table-bordered th,
.table-bordered td {
    border: 1px solid var(--line)
}

.table-sm th,
.table-sm td {
    padding: .4rem .65rem
}

.form-label {
    display: block;
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: .35rem
}

.form-control {
    width: 100%;
    padding: .5rem .8rem;
    font-size: .875rem;
    border: 1px solid var(--line);
    border-radius: .5rem;
    background: var(--card-bg);
    color: var(--fg);
    outline: none;
    transition: border-color .15s, box-shadow .15s
}

.form-control:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px #1b4fd91f
}

.form-control::placeholder {
    color: var(--muted)
}

.form-control:disabled {
    opacity: .6;
    cursor: not-allowed
}

.form-control-sm {
    padding: .3rem .6rem;
    font-size: .8rem;
    border-radius: .375rem
}

.form-control-lg {
    padding: .65rem 1rem;
    font-size: 1rem;
    border-radius: .625rem
}

.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left .75rem center;
    padding-left: 2.2rem
}

.form-text {
    font-size: .78rem;
    color: var(--muted);
    margin-top: .25rem
}

.form-check {
    display: flex;
    align-items: center;
    gap: .5rem;
    cursor: pointer
}

.form-check-input {
    width: 1rem;
    height: 1rem;
    border: 1.5px solid var(--line);
    border-radius: .2rem;
    cursor: pointer;
    accent-color: var(--blue)
}

.form-check-label {
    font-size: .875rem;
    cursor: pointer
}

.form-check-input[type="radio"] {
    border-radius: 50%
}

.is-valid .form-control,
.form-control.is-valid {
    border-color: #16a34a
}

.is-invalid .form-control,
.form-control.is-invalid {
    border-color: #dc2626
}

.valid-feedback {
    font-size: .78rem;
    color: #16a34a;
    margin-top: .25rem
}

.invalid-feedback {
    font-size: .78rem;
    color: #dc2626;
    margin-top: .25rem
}

.spinner-border {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .65s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 1.5px
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-grow {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: currentColor;
    border-radius: 50%;
    animation: spinner-grow .65s linear infinite;
    opacity: 0
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

.divider {
    border: none;
    border-top: 1px solid var(--line);
    margin: 1rem 0
}

.float-start {
    float: inline-start !important
}

.float-end {
    float: inline-end !important
}

.float-none {
    float: none !important
}

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

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

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

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

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

.text-reset {
    color: inherit !important
}

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

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

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

@media (max-width: 576px) {
    .d-sm-none {
        display: none !important
    }

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

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

@media (min-width: 577px) and (max-width: 768px) {
    .d-md-none {
        display: none !important
    }

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

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

@media (min-width: 769px) and (max-width: 1024px) {
    .d-lg-none {
        display: none !important
    }

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

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

@media (min-width: 1025px) {
    .d-xl-none {
        display: none !important
    }

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

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

.breadcrumb-wrap {
    padding: 18px 0 10px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    color: var(--muted);
    font-size: 12px
}

.breadcrumb a {
    color: #667085
}

.breadcrumb .sep,
.breadcrumb span.sep {
    color: #a0a7b5
}

.layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 18px;
    align-items: start;
    padding: 4px 0 40px
}

.sidebar {
    position: sticky;
    top: 86px;
    display: grid;
    gap: 14px
}

.side-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
    padding: 16px
}

.side-card h3 {
    margin: 0 0 12px;
    font-size: 17px
}

.side-card p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 2
}

.ticker-card {
    border-top: 5px solid var(--orange)
}

.ticker-title {
    background: linear-gradient(180deg, #fffaf0 0%, #fff 100%);
    border-left: 1px solid #f1e6cb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #1f2a44;
    position: relative
}

.ticker-title:before {
    content: "";
    position: absolute;
    top: 14px;
    right: 14px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--orange)
}

.ticker-body {
    display: flex;
    align-items: center;
    overflow: hidden
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 0 18px 18px
}

.post-card {
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    transition: .18s ease;
    box-shadow: 0 8px 18px #0f172a08
}

.post-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px #0f172a12;
    border-color: #dbe5f7
}

.post-thumb {
    background: linear-gradient(135deg, #fff7e8, #f5f9ff);
    border-bottom: 1px solid var(--line);
    display: grid;
    place-items: center;
    font-size: 56px;
    position: relative;
    overflow: hidden
}

.post-thumb small {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: #ffffffeb;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 11px;
    color: #475467;
    font-weight: 800
}

.post-body {
    padding: 16px
}

.post-body h3 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.85
}

.post-body p {
    margin: 0 0 12px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.9
}

.meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    color: var(--muted);
    font-size: 12px;
    border-top: 1px solid var(--line);
    padding: 11px
}

.pagination {
    padding: 0 18px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap
}

.pagination a,
.pagination span {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    border: 1px solid var(--line);
    display: grid;
    place-items: center;
    background: #fff;
    color: #475467;
    font-size: 13px;
    font-weight: 800
}

.pagination .active {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue)
}

.mini-list {
    display: grid;
    gap: 12px
}

.mini-item {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 10px;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #eef2f7
}

.mini-item:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.mini-thumb {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff8e9, #f6f9ff);
    border: 1px solid #e9edf5;
    display: grid;
    place-items: center;
    font-size: 22px
}

.mini-item strong {
    display: block;
    font-size: 12.5px;
    line-height: 1.8
}

.mini-item small {
    display: block;
    margin-top: 3px;
    color: var(--muted);
    font-size: 11px
}

@media (max-width: 1024px) {
    .layout {
        grid-template-columns: 1fr
    }

    .sidebar {
        position: static
    }

    .nav,
    .header-btn {
        display: none
    }

    .menu-btn {
        display: block
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 760px) {
    .posts-grid {
        grid-template-columns: 1fr
    }

    .footer-inner {
        grid-template-columns: 1fr
    }

    .header-inner {
        height: 60px
    }
}

.row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    margin-right: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

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

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

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
}

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

.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-right: 8.33333333%
}

.offset-2 {
    margin-right: 16.66666667%
}

.offset-3 {
    margin-right: 25%
}

.offset-4 {
    margin-right: 33.33333333%
}

.offset-5 {
    margin-right: 41.66666667%
}

.offset-6 {
    margin-right: 50%
}

.offset-7 {
    margin-right: 58.33333333%
}

.offset-8 {
    margin-right: 66.66666667%
}

.offset-9 {
    margin-right: 75%
}

.offset-10 {
    margin-right: 83.33333333%
}

.offset-11 {
    margin-right: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: .25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: .25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: .5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: .5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

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

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

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

    .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-right: 0
    }

    .offset-sm-1 {
        margin-right: 8.33333333%
    }

    .offset-sm-2 {
        margin-right: 16.66666667%
    }

    .offset-sm-3 {
        margin-right: 25%
    }

    .offset-sm-4 {
        margin-right: 33.33333333%
    }

    .offset-sm-5 {
        margin-right: 41.66666667%
    }

    .offset-sm-6 {
        margin-right: 50%
    }

    .offset-sm-7 {
        margin-right: 58.33333333%
    }

    .offset-sm-8 {
        margin-right: 66.66666667%
    }

    .offset-sm-9 {
        margin-right: 75%
    }

    .offset-sm-10 {
        margin-right: 83.33333333%
    }

    .offset-sm-11 {
        margin-right: 91.66666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: .25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: .25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: .5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: .5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@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.33333333%
    }

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

    .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-right: 0
    }

    .offset-md-1 {
        margin-right: 8.33333333%
    }

    .offset-md-2 {
        margin-right: 16.66666667%
    }

    .offset-md-3 {
        margin-right: 25%
    }

    .offset-md-4 {
        margin-right: 33.33333333%
    }

    .offset-md-5 {
        margin-right: 41.66666667%
    }

    .offset-md-6 {
        margin-right: 50%
    }

    .offset-md-7 {
        margin-right: 58.33333333%
    }

    .offset-md-8 {
        margin-right: 66.66666667%
    }

    .offset-md-9 {
        margin-right: 75%
    }

    .offset-md-10 {
        margin-right: 83.33333333%
    }

    .offset-md-11 {
        margin-right: 91.66666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: .25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: .25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: .5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: .5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@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.33333333%
    }

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

    .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-right: 0
    }

    .offset-lg-1 {
        margin-right: 8.33333333%
    }

    .offset-lg-2 {
        margin-right: 16.66666667%
    }

    .offset-lg-3 {
        margin-right: 25%
    }

    .offset-lg-4 {
        margin-right: 33.33333333%
    }

    .offset-lg-5 {
        margin-right: 41.66666667%
    }

    .offset-lg-6 {
        margin-right: 50%
    }

    .offset-lg-7 {
        margin-right: 58.33333333%
    }

    .offset-lg-8 {
        margin-right: 66.66666667%
    }

    .offset-lg-9 {
        margin-right: 75%
    }

    .offset-lg-10 {
        margin-right: 83.33333333%
    }

    .offset-lg-11 {
        margin-right: 91.66666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: .25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: .25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: .5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: .5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

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

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

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

    .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-right: 0
    }

    .offset-xl-1 {
        margin-right: 8.33333333%
    }

    .offset-xl-2 {
        margin-right: 16.66666667%
    }

    .offset-xl-3 {
        margin-right: 25%
    }

    .offset-xl-4 {
        margin-right: 33.33333333%
    }

    .offset-xl-5 {
        margin-right: 41.66666667%
    }

    .offset-xl-6 {
        margin-right: 50%
    }

    .offset-xl-7 {
        margin-right: 58.33333333%
    }

    .offset-xl-8 {
        margin-right: 66.66666667%
    }

    .offset-xl-9 {
        margin-right: 75%
    }

    .offset-xl-10 {
        margin-right: 83.33333333%
    }

    .offset-xl-11 {
        margin-right: 91.66666667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@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.33333333%
    }

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

    .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-right: 0
    }

    .offset-xxl-1 {
        margin-right: 8.33333333%
    }

    .offset-xxl-2 {
        margin-right: 16.66666667%
    }

    .offset-xxl-3 {
        margin-right: 25%
    }

    .offset-xxl-4 {
        margin-right: 33.33333333%
    }

    .offset-xxl-5 {
        margin-right: 41.66666667%
    }

    .offset-xxl-6 {
        margin-right: 50%
    }

    .offset-xxl-7 {
        margin-right: 58.33333333%
    }

    .offset-xxl-8 {
        margin-right: 66.66666667%
    }

    .offset-xxl-9 {
        margin-right: 75%
    }

    .offset-xxl-10 {
        margin-right: 83.33333333%
    }

    .offset-xxl-11 {
        margin-right: 91.66666667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.indicator-progress {
    display: none;
}

.indicator-label {
    display: inline-block;
}


.cats-wrap {
    padding: 14px 0 6px
}

.cats-bar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.cat-mini {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 11px 8px 10px;
    text-align: center;
    box-shadow: var(--shadow);
    transition: .18s ease;
    min-width: max-content
}

.cat-mini:hover,
.cat-mini.active {
    transform: translateY(-2px);
    border-color: #f4a3008c;
    box-shadow: 0 12px 24px #f4a3001a
}

.cat-mini .icon {
    width: 34px;
    height: 34px;
    margin: 0 auto 7px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: var(--orange-soft);
    font-size: 17px
}

.cat-mini strong {
    display: block;
    font-size: 12.5px;
    line-height: 1.5
}

.cat-mini small {
    display: block;
    margin-top: 2px;
    color: var(--muted);
    font-size: 10.5px;
    line-height: 1.4
}
