:root {
    --color-body-bg: #fff;
    --color-primary: #085584;
    --color-primary-dark: #044268;
    --color-secondary: #b70000;
    --color-accent: #b70000;
    --color-danger: red;
    --color-info: blue;
    --color-warning: darkorange;
    --color-success: green;
    --color-bg-dark: #232D3B;
    --color-surface: #fff;
    --color-text-main: #000;
    --color-link-primary: var(--color-primary);
    --color-link-hover: var(--color-secondary);
    --bs-gutter-x: 20px;
    --color-gradient-primary: linear-gradient(to left, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    --color-gradient-secondary: linear-gradient(to left, #b7000000 0%, var(--color-secondary) 100%);
    --color-gradient-overlay: linear-gradient(to top, #0003 20%, rgba(0, 0, 0, 0) 100%);
    --color-social-bg: #f2f2f2;
    --color-social-icon: var(--color-secondary);
    --facebook: #1877f2;
    --twitter: #000000;
    --linkedin: #0a66c2;
    --instagram: #c32aa3;
    --youtube: #ff0000;
    --telegram: #38AEEB;
    --tiktok: #010101;
    --snapchat: #fffc00;
    --whatsapp: #25d366;
    --soundcloud: #ff5500;
    --nav-link-padding-x: 1rem;
    --nav-link-padding-y: 0.5rem;
    --nav-link-font-weight: 300;
    --nav-link-color: var(--link-color);
    --nav-link-hover-color: var(--link-hover-color);
    --nav-link-disabled-color: var(--secondary-color);
    --border-radius-sm: 4px;
    --border-radius-md: 8px;
    --border-radius-lg: 12px;
    --padding-sm: 4px;
    --padding-md: 8px;
    --padding-lg: 12px;
    --margin-sm: 8px;
    --margin-md: 12px;
    --margin-lg: 20px;
    --font-size-title-lg: 24px;
    --font-size-title-md: 20px;
    --font-size-title: 16px;
    --paragraph-lg: 14px;
    --paragraph-md: 12px;
    --paragraph-sm: 12px;
    --font-family-primary: "Noto Kufi Arabic", sans-serif
}

@media(min-width: 768px) {
    :root {
        --font-size-title: 20px
    }
}

@media(min-width: 1200px) {
    :root {
        --font-size-title: 22px
    }
}

*, *::before, *::after {
    box-sizing: border-box
}

@media(prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

svg.icon {
    width: 20px;
    height: 20px
}

body {
    margin: 0;
    font-family: var(--font-family-primary);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-text-main);
    background-color: var(--color-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.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
}

a, img, svg {
    transition: all .35s ease
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

    hr:not([size]) {
        height: 1px
    }

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem
    }
}

h2, .h2 {
    font-size: calc(1.325rem + .9vw)
}

@media(min-width: 1200px) {
    h2, .h2 {
        font-size: 2rem
    }
}

h3, .h3 {
    font-size: calc(1.3rem + .6vw)
}

@media(min-width: 1200px) {
    h3, .h3 {
        font-size: 1.75rem
    }
}

h4, .h4 {
    font-size: calc(1.275rem + .3vw)
}

@media(min-width: 1200px) {
    h4, .h4 {
        font-size: 1.5rem
    }
}

h5, .h5 {
    font-size: 1.25rem
}

h6, .h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul {
    padding-left: 2rem
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ul ul, ol ul, ul ol {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small, .small {
    font-size: .875em
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub, sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: var(--color-link-primary);
    text-decoration: none
}

    a:hover {
        color: var(--color-link-hover)
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none
    }

pre, code, kbd, samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: rgba(0,0,0,0)
}

    ::-webkit-scrollbar-track:hover {
        background: rgba(0,0,0,.1)
    }

::-webkit-scrollbar-thumb {
    background: var(--color-secondary)
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555
    }

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img {
    width: 100%;
    height: auto
}

img, svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

    select:disabled {
        opacity: 1
    }

[list]::-webkit-calendar-picker-indicator {
    display: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
    appearance: button;
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: rgba(0,0,0,0);
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none
}

    button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
        cursor: pointer
    }

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media(min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
    appearance: textfield
}

[type=tel], [type=url], [type=email], [type=number] {
    direction: ltr
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container-sm, .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px
    }
}

@media(min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px
    }
}

.row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    min-width: 100%
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.col {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4 > * {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-order: -1;
    order: -1
}

.order-last {
    -webkit-order: 13;
    order: 13
}

.order-0 {
    -webkit-order: 0;
    order: 0
}

.order-1 {
    -webkit-order: 1;
    order: 1
}

.order-2 {
    -webkit-order: 2;
    order: 2
}

.order-3 {
    -webkit-order: 3;
    order: 3
}

.order-4 {
    -webkit-order: 4;
    order: 4
}

.order-5 {
    -webkit-order: 5;
    order: 5
}

.order-6 {
    -webkit-order: 6;
    order: 6
}

.order-7 {
    -webkit-order: 7;
    order: 7
}

.order-8 {
    -webkit-order: 8;
    order: 8
}

.order-9 {
    -webkit-order: 9;
    order: 9
}

.order-10 {
    -webkit-order: 10;
    order: 10
}

.order-11 {
    -webkit-order: 11;
    order: 11
}

.order-12 {
    -webkit-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media(min-width: 576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 768px) {
    .col-md {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.box {
    display: flex;
    flex-direction: column;
    border-radius: var(--box-border-radius);
    background: var(--color-surface);
    margin-bottom: 40px
}

    .box .title {
        display: flex;
        min-width: 100%;
        position: relative;
        background: linear-gradient(to left, rgba(182, 0, 0, 0.2) 0%, rgba(249, 194, 27, 0) 50%);
        padding: 4px 0
    }

        .box .title:before {
            content: "";
            width: 100%;
            height: 2px;
            position: absolute;
            bottom: 0;
            right: 0;
            background: var(--color-gradient-secondary)
        }

        .box .title a {
            display: inline-flex;
            align-items: center;
            position: relative
        }

            .box .title a:before {
                content: "";
                width: 40px;
                height: 40px;
                background: url("/favicon.png") center no-repeat;
                background-size: contain;
                margin-left: 12px
            }

            .box .title a h2 {
                font-size: 26px;
                margin: 0
            }

    .box .cont {
        padding: 16px 0
    }

    .box .foot {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
        position: relative
    }

        .box .foot a.more {
            display: inline-flex;
            border: 1px solid var(--color-primary);
            width: 240px;
            background: linear-gradient(to top, #ffffff 0%, #EEF5FF 100%);
            background-size: 100%;
            border-radius: 4px;
            justify-content: center;
            padding: 4px 40px;
            font-weight: bold
        }

            .box .foot a.more:hover {
                background-size: 200%;
                border-color: var(--color-secondary)
            }

        .box .foot:before {
            content: "";
            width: 100%;
            height: 2px;
            position: absolute;
            bottom: 0;
            right: 0;
            background: var(--color-gradient-secondary)
        }

.dark-bg {
    background-color: var(--color-primary-dark);
    padding: 40px 0;
    margin-bottom: 30px
}

    .dark-bg .box {
        background: rgba(0,0,0,0)
    }

        .dark-bg .box .title h2 {
            color: #fff
        }

        .dark-bg .box .card .card-body .time, .dark-bg .box .card .card-body time {
            color: #fff
        }

@media(min-width: 1200px) {
    aside .sticky-aside {
        position: sticky;
        top: 60px
    }
}

aside .dark-bg {
    padding: 0;
    border-radius: 8px;
    padding-bottom: 8px
}

    aside .dark-bg .box {
        margin-bottom: 0
    }

.card {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 4px;
    margin-bottom: var(--margin-lg)
}

    .card a {
        display: inherit;
        flex-direction: inherit;
        justify-content: inherit
    }

    .card .icon-cont {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 33;
        width: 40px;
        text-align: center;
        padding-left: 50px;
        padding-right: 5px;
        border-radius: 4px;
        background: linear-gradient(to left, var(--color-secondary) 0%, rgba(0, 72, 0, 0) 100%)
    }

        .card .icon-cont .icon, .card .icon-cont svg {
            color: #fff;
            fill: #fff;
            width: 30px;
            height: 30px
        }

    .card .card-body {
        padding: var(--padding-md);
        display: flex;
        flex-direction: column;
        color: var(--color-main-text);
        position: relative;
        z-index: 2
    }

        .card .card-body .cat {
            display: inline-flex;
            background-color: var(--color-secondary);
            color: #fff;
            padding: 4px 12px;
            width: max-content;
            margin: 0
        }

        .card .card-body .time, .card .card-body time {
            font-size: var(--font-size-sm);
            font-size: 12px;
            color: #666
        }

        .card .card-body h3 {
            color: var(--color-primary);
            font-size: var(--font-size-title);
            line-height: 200%;
            font-weight: 700
        }

            .card .card-body h3 span {
                -webkit-box-decoration-break: clone;
                box-decoration-break: clone;
                background-color: #fff;
                background-image: linear-gradient(var(--color-primary), var(--color-primary));
                background-position: 100% 0;
                background-repeat: no-repeat;
                background-size: 100% 0;
                transition: all .3s ease
            }

@media(min-width: 1200px) {
    .card .card-body {
        padding-right: 30px
    }
}

.card.with-cat .card-body {
    margin-top: -70px
}

.card:hover .card-body h3 span {
    background-size: 100% 100%;
    color: #fff
}

.card.li {
    flex-direction: row
}

    .card.li .img-cont {
        display: flex;
        background: #f2f2f2;
        width: 130px
    }

@media(min-width: 370px) {
    .card.li .img-cont {
        width: 190px
    }
}

@media(min-width: 768px) {
    .card.li .img-cont {
        width: 285px
    }
}

.card.li .img-cont:after {
    padding-top: 75%
}

.card.li .card-body {
    width: calc(100% - 90px);
    margin-top: 20px;
    padding: 0 var(--padding-md)
}

    .card.li .card-body h3, .card.li .card-body .h3 {
        font-size: 14px
    }

@media(min-width: 370px) {
    .card.li .card-body h3, .card.li .card-body .h3 {
        font-size: 16px
    }
}

@media(min-width: 768px) {
    .card.li .card-body h3, .card.li .card-body .h3 {
        font-size: 18px
    }
}

.card.li .card-body p, .card.li .card-body .time, .card.li .card-body time {
    margin-right: 40px
}

.card.bg .img-cont:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--color-gradient-overlay);
    z-index: 1
}

.card.bg .card-body {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    color: #fff
}

@media(min-width: 992px) {
    .col-lg-4 .card-body h3, .swiper-slide .card-body h3 {
        font-size: 18px !important
    }
}

.btn {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 4px;
    transition: all .45s ease
}

    .btn .icon, .btn svg {
        width: 20px;
        height: 20px
    }

    .btn.btn-outline {
        border-width: 1px;
        border-style: solid;
        border-color: #fff;
        color: #fff
    }

        .btn.btn-outline:hover {
            background: var(--color-secondary) !important;
            color: #fff
        }

    .btn.btn-primary {
        background: var(--color-primary);
        color: #fff
    }

        .btn.btn-primary:hover {
            background: var(--color-secondary)
        }

    .btn.btn-secondary {
        background: var(--color-secondary);
        color: #fff
    }

        .btn.btn-secondary:hover {
            background: var(--color-primary)
        }

    .btn.btn-outline-primary {
        border-width: 1px;
        border-style: solid;
        border-color: var(--color-primary);
        color: var(--color-primary)
    }

        .btn.btn-outline-primary:hover {
            background: var(--color-primary);
            color: #fff
        }

    .btn.btn-outline-secondary {
        border-width: 1px;
        border-style: solid;
        border-color: var(--color-secondary);
        color: var(--color-secondary)
    }

        .btn.btn-outline-secondary:hover {
            background: var(--color-secondary);
            color: #fff
        }

.img-cont {
    position: relative;
    overflow: hidden
}

    .img-cont img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        object-fit: cover
    }

    .img-cont:after {
        content: "";
        display: block;
        width: 100%;
        padding-top: 56.25%
    }

    .img-cont figcaption {
        position: absolute;
        bottom: 0;
        background: rgba(242,72,0,.7294117647);
        color: #fff;
        text-align: center;
        overflow: hidden;
        font-size: 12px;
        line-height: 20px;
        padding: 2px 8px;
        left: 0
    }

html.pushbar_locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.pushbar_locked .pushbar_main_content.pushbar_blur {
    filter: blur(15px)
}

.pushbar_overlay {
    z-index: -999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    will-change: opacity;
    transition: opacity .5s ease;
    opacity: 0;
    background: #3c3442
}

html.pushbar_locked .pushbar_overlay {
    opacity: .8;
    z-index: 999
}

[data-pushbar-id] {
    z-index: 1000;
    position: fixed;
    overflow-y: auto;
    will-change: transform;
    transition: transform .5s ease;
    background: #fff
}

[data-pushbar-direction=left][data-pushbar-id], [data-pushbar-direction=right][data-pushbar-id] {
    top: 0;
    width: 256px;
    max-width: 100%;
    height: 100%
}

[data-pushbar-direction=top][data-pushbar-id], [data-pushbar-direction=bottom][data-pushbar-id] {
    left: 0;
    width: 100%;
    min-height: 150px
}

[data-pushbar-direction=left][data-pushbar-id] {
    left: 0;
    transform: translateZ(0) translateX(-100%)
}

[data-pushbar-direction=right][data-pushbar-id] {
    right: 0;
    transform: translateZ(0) translateX(100%)
}

[data-pushbar-direction=top][data-pushbar-id] {
    top: 0;
    transform: translateZ(0) translateY(-100%)
}

[data-pushbar-direction=bottom][data-pushbar-id] {
    bottom: 0;
    transform: translateZ(0) translateY(100%)
}

[data-pushbar-id].opened {
    display: block;
    transform: translateX(0px) translateY(0px)
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none
}

    .nav .nav-item .nav-link {
        display: flex;
        align-items: center;
        padding: var(--nav-link-padding-y) var(--nav-link-padding-x);
        font-size: var(--nav-link-font-size);
        font-weight: var(--nav-link-font-weight);
        color: var(--nav-link-color);
        text-decoration: none;
        background: none;
        border: 0;
        padding: 4px 12px;
        line-height: 200%;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
    }

        .nav .nav-item .nav-link:hover, .nav .nav-item .nav-link:focus {
            color: var(--nav-link-hover-color)
        }

        .nav .nav-item .nav-link:focus-visible {
            outline: 0;
            box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
        }

        .nav .nav-item .nav-link.disabled, .nav .nav-item .nav-link:disabled {
            color: var(--nav-link-disabled-color);
            pointer-events: none;
            cursor: default
        }

@media(prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none
    }
}

header {
    width: 100%;
    background: var(--color-primary-dark);
    color: #fff;
    margin-bottom: 30px;
    padding: 8px 0
}

    header .nav-wrap {
        display: flex;
        align-items: center;
        min-width: 100%;
        justify-content: space-between
    }

        header .nav-wrap .logo-area {
            display: flex
        }

            header .nav-wrap .logo-area a {
                display: block;
                width: 150px
            }

@media(min-width: 768px) {
    header .nav-wrap .logo-area a {
        width: 220px
    }
}

header .nav-wrap .logo-area a img {
    width: 100%;
    height: auto
}

header .nav-wrap .content-area {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media(min-width: 992px) {
    header .nav-wrap .content-area {
        width: calc(100% - 175px);
        justify-content: space-between
    }
}

header .nav-wrap .content-area .social {
    display: none
}

    header .nav-wrap .content-area .social a {
        background: rgba(0,0,0,0);
        color: #fff;
        fill: #fff
    }

        header .nav-wrap .content-area .social a .icon, header .nav-wrap .content-area .social a svg {
            color: #fff;
            fill: #fff
        }

        header .nav-wrap .content-area .social a:hover {
            background: var(--color-primary) !important;
            color: #fff;
            fill: #fff
        }

@media(min-width: 1200px) {
    header .nav-wrap .content-area .social {
        display: flex
    }
}

header .nav-wrap .nav {
    display: none
}

    header .nav-wrap .nav .nav-item {
        padding-left: 8px;
        padding-right: 8px
    }

    header .nav-wrap .nav .nav-link {
        color: #fff;
        fill: #fff;
        border-radius: 4px
    }

        header .nav-wrap .nav .nav-link:hover {
            background: var(--color-secondary)
        }

@media(min-width: 992px) {
    header .nav-wrap .nav {
        display: flex
    }
}

header .nav-wrap .btns a {
    color: #fff;
    border-color: #fff
}

    header .nav-wrap .btns a .icon, header .nav-wrap .btns a .svg {
        width: 20px;
        height: 20px
    }

header.sticky {
    position: sticky;
    top: 0;
    z-index: 333
}

    header.sticky .logo-area a {
        width: 100px
    }

footer {
    padding-top: 12px;
    background: var(--color-primary-dark)
}

    footer .nav .nav-item .nav-link {
        color: #fff;
        fill: #fff
    }

        footer .nav .nav-item .nav-link:hover {
            color: var(--color-secondary)
        }

    footer .top {
        display: flex;
        min-width: 100%;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        position: relative
    }

        footer .top:before {
            content: "";
            width: 100%;
            height: 2px;
            background: var(--color-gradient-secondary);
            position: absolute;
            bottom: 0
        }

        footer .top .logo-area a {
            display: block;
            width: 120px
        }

            footer .top .logo-area a img {
                width: 100%;
                height: auto
            }

        footer .top .content-area {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center
        }

            footer .top .content-area .social a {
                background: rgba(0,0,0,0)
            }

                footer .top .content-area .social a:hover {
                    background-color: var(--color-secondary)
                }

@media(min-width: 992px) {
    footer .top {
        flex-direction: row;
        justify-content: space-between
    }

        footer .top .content-area {
            width: calc(100% - 150px);
            flex-direction: row;
            justify-content: space-between
        }
}

footer .btm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    color: #fff
}

    footer .btm .copy {
        direction: ltr;
        font-size: 12px;
        line-height: 32px
    }

@media(min-width: 992px) {
    footer .btm {
        flex-direction: row;
        justify-content: space-between
    }

        footer .btm .right {
            text-align: right
        }
}

.powered {
    display: inline-flex;
    flex-direction: column;
    background: #003887;
    width: 130px;
    color: #fff;
    border-radius: 8px;
    padding: 4px 8px;
    transition: all .24s
}

    .powered span {
        font-size: 12px;
        text-align: right
    }

    .powered:hover {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        background-color: #003887;
        box-shadow: var(--secondary-box-shadow);
        -webkit-animation: rotation 1s linear;
        animation: rotation 1s linear
    }

@-webkit-keyframes rotation {
    50% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }

    100% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@keyframes rotation {
    50% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }

    100% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

[data-pushbar-id] {
    background: var(--color-primary-dark);
    color: #fff
}

    [data-pushbar-id] .title {
        display: flex;
        justify-content: center;
        padding: 20px
    }

        [data-pushbar-id] .title a {
            display: block;
            width: 130px
        }

            [data-pushbar-id] .title a img {
                width: 100%
            }

        [data-pushbar-id] .title .close {
            position: absolute;
            display: flex;
            justify-content: center;
            align-items: center;
            top: 10px;
            left: 10px;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            cursor: pointer
        }

            [data-pushbar-id] .title .close:hover {
                background: var(--color-secondary)
            }

    [data-pushbar-id] .nav {
        flex-direction: column;
        padding-right: 8px;
        height: calc(100% - 130px);
        flex-wrap: nowrap;
        overflow: auto;
        direction: ltr
    }

        [data-pushbar-id] .nav .nav-item {
            direction: rtl;
            margin-bottom: 4px
        }

            [data-pushbar-id] .nav .nav-item .nav-link {
                color: #fff;
                font-size: 16px;
                line-height: 40px;
                font-weight: 600;
                text-overflow: ellipsis;
                overflow: hidden;
                text-wrap: nowrap;
                border-right: 2px solid rgba(0,0,0,0);
                border-bottom: 1px solid var(--color-primary)
            }

                [data-pushbar-id] .nav .nav-item .nav-link:hover {
                    background: var(--color-primary);
                    border-right: 2px solid var(--color-secondary);
                    border-bottom: 1px solid var(--color-secondary)
                }

    [data-pushbar-id] .social {
        position: absolute;
        z-index: 333;
        bottom: 0;
        width: 100%;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: nowrap;
        overflow: auto
    }

.social {
    display: flex;
    gap: 8px
}

    .social a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: var(--color-social-bg);
        width: 42px;
        height: 42px;
        border-radius: 100%
    }

        .social a .icon, .social a svg, .social a img {
            fill: var(--color-social-icon);
            color: var(--color-social-icon);
            width: 20px;
            height: 20px
        }

        .social a:hover {
            background: var(--color-social-icon)
        }

            .social a:hover .icon, .social a:hover svg {
                fill: #fff;
                color: #fff
            }

        .social a.fb {
            background-color: var(--facebook)
        }

            .social a.fb .icon {
                color: #fff;
                fill: #fff
            }

        .social a.tw {
            background-color: var(--twitter)
        }

            .social a.tw .icon {
                color: #fff;
                fill: #fff
            }

        .social a.ws {
            background-color: var(--whatsapp)
        }

            .social a.ws .icon {
                color: #fff;
                fill: #fff
            }

        .social a.in {
            background-color: var(--linkedin)
        }

            .social a.in .icon {
                color: #fff;
                fill: #fff
            }

        .social a.te {
            background-color: var(--telegram)
        }

            .social a.te .icon {
                color: #fff;
                fill: #fff
            }

.adfull {
    display: block;
    width: 100%;
    margin: 20px
}

.searchInline {
    background-color: #f2f2f2;
    width: 100%;
    left: 0;
    right: 0;
    top: 10px;
    z-index: 1999;
    transition-delay: 300ms;
    height: 0;
    overflow: hidden;
    text-align: center;
    transition: all .35s;
    background: #fff;
    opacity: 0;
    border-radius: 4px;
    box-shadow: var(--box-shadow-sm),var(--box-shadow-sm)
}

    .searchInline form {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        line-height: 42px;
        width: 100%;
        opacity: 0
    }

        .searchInline form label {
            font-size: 20px;
            padding: 0 10px;
            line-height: 32px;
            font-size: 20px;
            display: none
        }

        .searchInline form input {
            padding: 0 10px;
            height: 42px;
            margin-left: 10px;
            border: 1px solid #dcdcdc;
            border-radius: 4px;
            font-size: 20px;
            width: calc(100% - 117px)
        }

            .searchInline form input:focus {
                border-color: var(--secondary);
                outline-color: #f2f2f2
            }

        .searchInline form button {
            height: 42px;
            width: 42px;
            padding: 0;
            line-height: 42px;
            border-radius: 4px !important;
            display: inline-flex;
            justify-content: center;
            align-items: center
        }

            .searchInline form button .icon {
                fill: #fff
            }

    .searchInline.active, .searchInline.open {
        padding: 10px 0;
        height: auto;
        opacity: 1;
        margin-bottom: 15px
    }

        .searchInline.active form, .searchInline.open form {
            opacity: 1
        }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0
}

.rtl .breadcrumb-item + .breadcrumb-item, [dir=rtl] .breadcrumb-item + .breadcrumb-item {
    padding-right: .5rem;
    padding-left: 0;
    color: #6c757d;
    content: "/"
}

    .rtl .breadcrumb-item + .breadcrumb-item::before, [dir=rtl] .breadcrumb-item + .breadcrumb-item::before {
        padding-right: 0;
        padding-left: .5rem
    }

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.nav-pagination {
    display: flex;
    margin: 30px 0;
    width: 100%;
    justify-content: center
}

    .nav-pagination .pagination {
        display: flex;
        padding-left: 0;
        padding-right: 0;
        list-style: none;
        flex-wrap: wrap
    }

    .nav-pagination .page-link {
        position: relative;
        display: flex;
        color: var(--color-primary);
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #dcdcdc;
        transition: all .35s ease;
        padding: .375rem .75rem;
        font-weight: 700;
        height: 32px;
        align-items: center
    }

        .nav-pagination .page-link:hover {
            z-index: 2;
            color: #fff;
            text-decoration: none;
            background-color: var(--color-secondary);
            border-color: var(--color-secondary)
        }

        .nav-pagination .page-link:focus {
            z-index: 3;
            color: #fff;
            text-decoration: none;
            background-color: #b10000;
            border-color: #b10000
        }

    .nav-pagination .page-item:not(:first-child) .page-link {
        margin-right: 10px
    }

    .nav-pagination .page-item:last-child .page-link {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .nav-pagination .page-item:first-child .page-link {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem
    }

    .nav-pagination .page-item.active .page-link {
        z-index: 3;
        color: #fff;
        text-decoration: none;
        background-color: #b10000;
        border-color: #b10000
    }

.slider-controls {
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 5px 10px;
    width: 100%
}

    .slider-controls .slider-nav > div {
        display: block;
        cursor: pointer;
        transition: all .34s ease;
        border-radius: 50%;
        width: 32px;
        height: 32px
    }

        .slider-controls .slider-nav > div .icon, .slider-controls .slider-nav > div svg {
            color: var(--color-secondary);
            fill: var(--color-secondary);
            width: 30px;
            height: 30px
        }

        .slider-controls .slider-nav > div:hover {
            background: var(--color-secondary);
            transform: scale(1.2);
            box-shadow: 0px 0px 20px var(--color-secondary)
        }

            .slider-controls .slider-nav > div:hover .icon, .slider-controls .slider-nav > div:hover svg {
                color: #fff
            }

    .slider-controls .swiper-pagination {
        margin: 0;
        position: relative;
        width: auto !important;
        border-radius: 16px;
        padding: 8px 12px;
        display: flex;
        align-items: center
    }

        .slider-controls .swiper-pagination .swiper-pagination-bullet {
            transition: all .345s ease-in-out;
            background: #fff;
            margin: 10px !important
        }

            .slider-controls .swiper-pagination .swiper-pagination-bullet:hover {
                transform: scale(1.52)
            }

            .slider-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                transform: scale(1.52);
                background-color: var(--color-secondary);
                box-shadow: var(--primary-box-shadow)
            }

.poll {
    border: 1px solid #dcdcdc
}

    .poll .title h2, .poll .formq, .poll p {
        color: #000
    }

    .poll .btn {
        border-radius: 4px;
        font-weight: bold;
        color: #fff
    }

.voteform {
    float: right;
    width: 100%;
    text-align: right;
    padding: 15px
}

    .voteform .formq {
        float: right;
        width: 100%;
        font-weight: bold;
        font-size: 18px;
        text-align: right;
        margin-bottom: 15px;
        border-bottom: 1px solid #dcdcdc;
        padding: 15px;
        line-height: 26px
    }

    .voteform .opt {
        float: right;
        width: 100%;
        margin-bottom: 10px;
        font-weight: bold
    }

        .voteform .opt p {
            margin: 0;
            text-align: right;
            direction: rtl;
            font-size: 16px;
            padding-bottom: 6px;
            padding-right: 10px;
            text-shadow: 0 1px 0 rgba(0,0,0,.15)
        }

        .voteform .opt .progress {
            height: 8px;
            margin-bottom: 6px;
            overflow: hidden;
            background-color: #f5f5f5;
            border-radius: 0;
            box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
            border-radius: 30px
        }

            .voteform .opt .progress .progress-bar {
                float: right;
                width: 0%;
                height: 100%;
                font-size: 14px;
                line-height: 22px;
                text-align: center;
                background-color: var(--color-secondary);
                box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
                transition: width .6s ease
            }

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .radio label, .checkbox label {
        padding-right: 20px;
        padding-left: initial;
        color: #fff
    }

    .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
        margin-right: -20px;
        margin-left: auto
    }

    .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9
    }

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

.nc1 .cont > .card {
    overflow: hidden
}

@media(min-width: 786px) {
    .nc1 .cont > .card {
        flex-direction: row-reverse
    }

        .nc1 .cont > .card .img-cont {
            min-width: 85%;
            width: 85%;
            align-self: flex-end
        }

        .nc1 .cont > .card .card-body {
            margin-top: 20px;
            min-width: 50%;
            margin-left: -15%;
            align-self: flex-start
        }

            .nc1 .cont > .card .card-body p {
                display: none
            }
}

@media(min-width: 992px) {
    .nc1 .cont > .card .img-cont {
        min-width: 70%
    }

    .nc1 .cont > .card .card-body {
        margin-left: -40%
    }

        .nc1 .cont > .card .card-body p {
            display: block;
            padding-left: 60%
        }
}

@media(min-width: 1200px) {
    .nc1 .cont > .card .img-cont {
        min-width: 72%
    }

    .nc1 .cont > .card .card-body {
        margin-left: -30%;
        padding-top: 60px
    }

        .nc1 .cont > .card .card-body h2 {
            font-size: 30px
        }

        .nc1 .cont > .card .card-body p {
            display: block;
            padding-left: 50%
        }
}

@media(min-width: 1400px) {
    .nc1 .cont > .card .img-cont {
        min-width: 80%
    }

    .nc1 .cont > .card .card-body {
        margin-left: -25%;
        padding-top: 60px
    }

        .nc1 .cont > .card .card-body h2 {
            font-size: 30px
        }

        .nc1 .cont > .card .card-body p {
            display: block;
            padding-left: 50%
        }
}

.nc-profile .card .card-body h2 span {
    background-color: var(--color-primary-dark);
    color: #fff
}

.nc-info .card .card-body h2 span {
    background-color: var(--color-secondary);
    color: #fff
}

.nc-info .card .img-cont:after {
    padding-top: 100%
}

.topstory {
    margin-bottom: 30px
}

@media(min-width: 992px) {
    .topstory .col-lg-8 .card .img-cont:after {
        padding-top: 75%
    }
}

@media(min-width: 1400px) {
    .topstory .col-lg-8 .card .img-cont:after {
        padding-top: 60%
    }
}

.slider-products {
    margin-bottom: 30px;
    background: var(--color-primary-dark);
    border-radius: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

    .slider-products .name {
        color: #fff;
        width: 100%;
        text-align: center;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        background: var(--color-accent);
        max-width: 715px;
        margin: 0 auto
    }

    .slider-products .swiper-products {
        max-width: 715px
    }

    .slider-products .swiper-slide {
        width: 100px
    }

    .slider-products .product-item {
        width: 100%;
        display: flex;
        flex-direction: column;
        border: 1px solid rgba(255,255,255,.2);
        text-align: center;
        border-radius: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #fff;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0));
        transition: all .35s ease;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        justify-content: center;
        align-items: center
    }

        .slider-products .product-item .img-cont {
            width: 50%
        }

            .slider-products .product-item .img-cont img {
                object-fit: contain !important
            }

            .slider-products .product-item .img-cont:after {
                padding-top: 100%
            }

        .slider-products .product-item span {
            font-size: 12px;
            color: #fff;
            line-height: 20px;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .slider-products .product-item:hover {
            background-size: 200%;
            border-color: var(--color-secondary);
            box-shadow: 0 0 20px 0px var(--color-secondary);
            background: linear-gradient(to bottom, rgba(242, 72, 0, 0.34) 0%, rgba(242, 72, 0, 0))
        }

@media(min-width: 370px) {
    .nc-col .card.li .img-cont {
        width: 130px
    }

    .nc-col .card.li .card-body h3, .nc-col .card.li .card-body .h3 {
        font-size: 14px
    }
}

@media(min-width: 768px)and (max-width: 1199px) {
    .nc-col .card.li .img-cont {
        width: 190px
    }

    .nc-col .card.li .card-body h3, .nc-col .card.li .card-body .h3 {
        font-size: 20px
    }
}

.slider-banks {
    margin-bottom: 30px;
    width: 100%
}

    .slider-banks .swiper-slide {
        width: 120px
    }

    .slider-banks .bank-item {
        width: 100%;
        display: block;
        border-radius: 4px;
        border: 1px solid #dcdcdc;
        text-align: center;
        background: var(--color-primary)
    }

        .slider-banks .bank-item .img-cont {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            background-color: #fff
        }

            .slider-banks .bank-item .img-cont img {
                object-fit: contain !important
            }

        .slider-banks .bank-item span {
            font-size: 9px;
            color: #fff;
            line-height: 16px;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .slider-banks .bank-item:hover {
            background: var(--color-secondary)
        }

.swiper {
    display: none;
    opacity: 0;
    visibility: hidden;
    height: 0
}

    .swiper.swiper-initialized {
        display: block;
        opacity: 1;
        visibility: visible;
        height: auto
    }

.swiper-slide .card {
    margin-bottom: 0
}

.keywords {
    border-top: 1px solid #dcdcdc;
    display: flex;
    padding-right: 0;
    padding-left: 0;
    flex-wrap: wrap;
    border-top: 1px solid #dcdcdc;
    padding-top: 20px;
    margin-top: 20px;
    list-style: none;
    gap: 8px
}

    .keywords a {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px
    }

.article-heading, .h1 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 180%
}

@media(min-width: 570px) {
    .article-heading, .h1 {
        font-size: 1.6rem
    }
}

@media(min-width: 768px) {
    .article-heading, .h1 {
        font-size: 1.8rem
    }
}

@media(min-width: 1280px) {
    .article-heading, .h1 {
        font-size: 2rem
    }
}

.article-prublish-time {
    font-size: 14px;
    margin: 8px 0
}

    .article-prublish-time .icon {
        fill: var(--color-secondary);
        color: var(--color-secondary);
        margin: 0 4px;
        width: 14px;
        height: 14px
    }

.article-share {
    width: 100%;
    text-align: center;
    padding: 4px 0
}

    .article-share a, .article-share button {
        background: #f2f2f2
    }

        .article-share a .icon, .article-share button .icon {
            fill: var(--color-secondary)
        }

.paragraph-list {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 200%;
    font-size: 16px
}

@media(min-width: 768px) {
    .paragraph-list {
        font-size: 20px
    }
}

.paragraph-list span {
    line-height: inherit;
    font-size: inherit
}

.paragraph-list h2, .paragraph-list .h2, .paragraph-list h3, .paragraph-list .h3 {
    font-weight: 500;
    color: var(--color-secondary);
    margin-bottom: 12px;
    font-size: 1.4rem
}

@media(min-width: 768px) {
    .paragraph-list h2, .paragraph-list .h2, .paragraph-list h3, .paragraph-list .h3 {
        font-size: 1.6rem
    }
}

@media(min-width: 992px) {
    .paragraph-list h2, .paragraph-list .h2, .paragraph-list h3, .paragraph-list .h3 {
        font-size: 1.8rem
    }
}

.paragraph-list h2 *, .paragraph-list .h2 *, .paragraph-list h3 *, .paragraph-list .h3 * {
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important
}

.paragraph-list p {
    font-size: inherit;
    margin-bottom: 8px
}

    .paragraph-list p * {
        font-size: inherit !important;
        color: inherit !important
    }

.paragraph-list img {
    max-width: 100%;
    height: auto
}

.paragraph-list iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%
}

.paragraph-list .img-inline {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    padding: 0 !important
}

    .paragraph-list .img-inline img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        display: block
    }

    .paragraph-list .img-inline figcaption, .paragraph-list .img-inline .caption {
        position: absolute;
        bottom: 0;
        background: rgba(242,72,0,0.7294117647);
        color: #fff;
        text-align: center;
        overflow: hidden;
        font-size: 12px;
        line-height: 20px;
        padding: 2px 8px;
        left: 0
    }

.paragraph-list .raw-html-embed {
    display: flex;
    justify-content: center
}

.paragraph-list .embed-wrap {
    margin-bottom: 16px;
    width: 100%
}

@media(min-width: 768px) {
    .paragraph-list .embed-wrap {
        padding: 8px 10%
    }
}

.paragraph-list .embed-wrap .embed-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden
}

    .paragraph-list .embed-wrap .embed-container.twitter {
        background: #fff
    }

        .paragraph-list .embed-wrap .embed-container.twitter .twitter-tweet {
            display: inline-block !important
        }

            .paragraph-list .embed-wrap .embed-container.twitter .twitter-tweet iframe {
                width: 100% !important;
                max-width: 550px !important;
                object-fit: contain
            }

    .paragraph-list .embed-wrap .embed-container.pdf {
        height: 700px
    }

        .paragraph-list .embed-wrap .embed-container.pdf iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0
        }

    .paragraph-list .embed-wrap .embed-container img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .paragraph-list .embed-wrap .embed-container .play-button {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 3333;
        background: rgba(255,255,255,.7);
        width: 70px;
        height: 58px;
        fill: #d00000;
        border-radius: 12px;
        z-index: 22;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center
    }

        .paragraph-list .embed-wrap .embed-container .play-button .icon {
            width: 50px;
            height: 50px
        }

.related-inline {
    padding: 4px;
    border: 1px solid #dcdcdc;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px
}

    .related-inline .name {
        font-size: 14px;
        line-height: 150% !important;
        padding: 4px 12px;
        border-radius: 4px;
        margin-bottom: 8px;
        position: relative
    }

        .related-inline .name:before {
            content: "";
            position: absolute;
            z-index: 2;
            width: calc(100% - 90px);
            height: 1px;
            background-color: #dcdcdc;
            top: 12px;
            left: 0
        }

    .related-inline .card.li {
        margin: 0
    }

        .related-inline .card.li .img-cont {
            width: 140px
        }

            .related-inline .card.li .img-cont img {
                width: 100%;
                height: 100%
            }

        .related-inline .card.li .card-body h3, .related-inline .card.li .card-body .h3 {
            font-size: 14px
        }


.topstory {
    background: var(--color-primary-dark);
    margin-bottom: 30px
}

    .topstory .topstory-main {
        border-radius: 4px
    }

@media(max-width: 570px) {
    .topstory .topstory-main {
        margin-bottom: 50px
    }
}

.topstory .topstory-main .img-cont {
    border-radius: 4px
}

@media(max-width: 570px) {
    .topstory .topstory-main .img-cont:before {
        opacity: 0
    }

    .topstory .topstory-main .img-cont:after {
        padding-top: 60%
    }
}

@media(min-width: 992px) {
    .topstory .topstory-main .img-cont:after {
        padding-top: 62.2%
    }
}

@media(min-width: 1200px) {
    .topstory .topstory-main .img-cont:after {
        padding-top: 535px
    }
}

.topstory .topstory-main .card-body {
    padding-bottom: 55px
}

@media(max-width: 570px) {
    .topstory .topstory-main .card-body {
        position: relative;
        bottom: auto;
        text-align: center;
        padding: 8px 0;
    }

    .topstory .topstory-main .card-body .cat {
        font-size: 12px;
        align-self: center;
        color: #fff !important
    }

    .topstory .topstory-main .card-body h3 {
        font-size: 14px;
        text-align: center
    }

}

@media(min-width: 768px) {
    .topstory .topstory-main .card-body {
        padding-right: 25px;
        padding-left: 25px
    }
}

@media(min-width: 1200px) {
    .topstory .topstory-main .card-body h3 {
        font-size: 24px !important
    }
}

.topstory .topstory-thumbs {
    display: flex;
    justify-content: center;
    padding: 10px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: -50px
}

@media(min-width: 768px) {
    .topstory .topstory-thumbs {
        width: 94%;
        margin-right: 3%;
        margin-left: 3%;
        padding: 10px 10px
    }
}

.topstory .topstory-thumbs .swiper-slide {
    width: 70px;
    padding: 5px;
    cursor: pointer
}

    .topstory .topstory-thumbs .swiper-slide .card {
        border-radius: 4px
    }

        .topstory .topstory-thumbs .swiper-slide .card .img-cont:after {
            padding-top: 80%
        }

@media(min-width: 768px) {
    .topstory .topstory-thumbs .swiper-slide {
        width: 120px;
        padding: 10px
    }

        .topstory .topstory-thumbs .swiper-slide .img-cont:after {
            padding-top: 60%
        }
}

@media(min-width: 992px) {
    .topstory .topstory-thumbs .swiper-slide {
        width: 140px;
        padding: 10px
    }

        .topstory .topstory-thumbs .swiper-slide .img-cont:after {
            padding-top: 56.25% !important
        }
}

.topstory .topstory-thumbs .swiper-slide.swiper-slide-thumb-active .card {
    box-shadow: 2px 2px 0px 0 var(--color-secondary)
}

section.dark-bg .card .card-body h3 span {
    background-color:transparent;
    color:#fff;
}