/* Now Site.css is not getting used, this same content is used as minified in layout */
    
    @charset "UTF-8";

:root {
    --bs-blue: #4e9cff;
    --bs-indigo: #bba4ff;
    --bs-purple: #de8cff;
    --bs-pink: #f34fa0;
    --bs-red: #ff6060;
    --bs-orange: #ff9f0c;
    --bs-yellow: #f9e80d;
    --bs-green: #1ecc33;
    --bs-teal: #3cd2a5;
    --bs-cyan: #30beff;
    --bs-white: #fff;
    --bs-gray: #526872;
    --bs-gray-dark: #35434a;
    --bs-gray-100: #c0cacf;
    --bs-gray-200: #a8b6bc;
    --bs-gray-300: #90a2aa;
    --bs-gray-400: #798e98;
    --bs-gray-500: #617a86;
    --bs-gray-600: #526872;
    --bs-gray-700: #44555e;
    --bs-gray-800: #35434a;
    --bs-gray-900: #273136;
    --bs-default: #a8b6bc;
    --bs-theme: #3cd2a5;
    --bs-primary: #4e9cff;
    --bs-secondary: #798e98;
    --bs-warning: #ff9f0c;
    --bs-danger: #ff6060;
    --bs-success: #3cd2a5;
    --bs-info: #30beff;
    --bs-dark: #35434a;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-purple: #de8cff;
    --bs-indigo: #bba4ff;
    --bs-red: #ff6060;
    --bs-pink: #f34fa0;
    --bs-green: #1ecc33;
    --bs-yellow: #f9e80d;
    --bs-teal: #3cd2a5;
    --bs-muted: #617a86;
    --bs-light: #c0cacf;
    --bs-lime: #81f32d;
    --bs-gray-100: #c0cacf;
    --bs-gray-200: #a8b6bc;
    --bs-gray-300: #90a2aa;
    --bs-gray-400: #798e98;
    --bs-gray-500: #617a86;
    --bs-gray-600: #526872;
    --bs-gray-700: #44555e;
    --bs-gray-800: #35434a;
    --bs-gray-900: #273136;
    --bs-default-rgb: 168,182,188;
    --bs-theme-rgb: 60,210,165;
    --bs-primary-rgb: 78,156,255;
    --bs-secondary-rgb: 121,142,152;
    --bs-warning-rgb: 255,159,12;
    --bs-danger-rgb: 255,96,96;
    --bs-success-rgb: 60,210,165;
    --bs-info-rgb: 48,190,255;
    --bs-dark-rgb: 53,67,74;
    --bs-black-rgb: 0,0,0;
    --bs-white-rgb: 255,255,255;
    --bs-purple-rgb: 222,140,255;
    --bs-indigo-rgb: 187,164,255;
    --bs-red-rgb: 255,96,96;
    --bs-pink-rgb: 243,79,160;
    --bs-green-rgb: 30,204,51;
    --bs-yellow-rgb: 249,232,13;
    --bs-teal-rgb: 60,210,165;
    --bs-muted-rgb: 97,122,134;
    --bs-light-rgb: 192,202,207;
    --bs-lime-rgb: 129,243,45;
    --bs-gray-100-rgb: 192,202,207;
    --bs-gray-200-rgb: 168,182,188;
    --bs-gray-300-rgb: 144,162,170;
    --bs-gray-400-rgb: 121,142,152;
    --bs-gray-500-rgb: 97,122,134;
    --bs-gray-600-rgb: 82,104,114;
    --bs-gray-700-rgb: 68,85,94;
    --bs-gray-800-rgb: 53,67,74;
    --bs-gray-900-rgb: 39,49,54;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 255,255,255;
    --bs-body-bg-rgb: 39,49,54;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0));
    --bs-body-font-family: 'Proza Libre', sans-serif;
    --bs-body-font-size: .875rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: rgba(255,255,255,0.75);
    --bs-body-bg: #f9f9f9
}

*, ::after, ::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}
body {
    margin: 0;
    font-family: 'Proza Libre',sans-serif;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: #000;
    text-align: var(--bs-body-text-align);
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: #fff0;
    letter-spacing: .046875rem;
    position: relative;
    min-height: 100vh;
    z-index: 9999;
    width: 100%;
    overflow-x: hidden
}


@font-face {
    font-display: swap;
    font-family: 'Proza Libre';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/proza-libre-v9-latin-regular.eot);
    src: url('../fonts/proza-libre-v9-latin-regular.eot?#iefix') format('embedded-opentype'),url(../fonts/proza-libre-v9-latin-regular.woff2) format('woff2'),url(../fonts/proza-libre-v9-latin-regular.woff) format('woff'),url(../fonts/proza-libre-v9-latin-regular.ttf) format('truetype'),url('../fonts/proza-libre-v9-latin-regular.svg#ProzaLibre') format('svg')
}

@font-face {
    font-display: swap;
    font-family: 'Proza Libre';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/proza-libre-v9-latin-500.eot);
    src: url('../fonts/proza-libre-v9-latin-500.eot?#iefix') format('embedded-opentype'),url(../fonts/proza-libre-v9-latin-500.woff2) format('woff2'),url(../fonts/proza-libre-v9-latin-500.woff) format('woff'),url(../fonts/proza-libre-v9-latin-500.ttf) format('truetype'),url('../fonts/proza-libre-v9-latin-500.svg#ProzaLibre') format('svg')
}

@font-face {
    font-display: swap;
    font-family: 'Proza Libre';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/proza-libre-v9-latin-600.eot);
    src: url('../fonts/proza-libre-v9-latin-600.eot?#iefix') format('embedded-opentype'),url(../fonts/proza-libre-v9-latin-600.woff2) format('woff2'),url(../fonts/proza-libre-v9-latin-600.woff) format('woff'),url(../fonts/proza-libre-v9-latin-600.ttf) format('truetype'),url('../fonts/proza-libre-v9-latin-600.svg#ProzaLibre') format('svg')
}

@font-face {
    font-display: swap;
    font-family: 'Proza Libre';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/proza-libre-v9-latin-700.eot);
    src: url('../fonts/proza-libre-v9-latin-700.eot?#iefix') format('embedded-opentype'),url(../fonts/proza-libre-v9-latin-700.woff2) format('woff2'),url(../fonts/proza-libre-v9-latin-700.woff) format('woff'),url(../fonts/proza-libre-v9-latin-700.ttf) format('truetype'),url('../fonts/proza-libre-v9-latin-700.svg#ProzaLibre') format('svg')
}

@font-face {
    font-display: swap;
    font-family: 'Proza Libre';
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/proza-libre-v9-latin-800.eot);
    src: url('../fonts/proza-libre-v9-latin-800.eot?#iefix') format('embedded-opentype'),url(../fonts/proza-libre-v9-latin-800.woff2) format('woff2'),url(../fonts/proza-libre-v9-latin-800.woff) format('woff'),url(../fonts/proza-libre-v9-latin-800.ttf) format('truetype'),url('../fonts/proza-libre-v9-latin-800.svg#ProzaLibre') format('svg')
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/montserrat-v30-latin-regular.eot);
    src: url('../fonts/montserrat-v30-latin-regular.eot?#iefix') format('embedded-opentype'),url(../fonts/montserrat-v30-latin-regular.woff2) format('woff2'),url(../fonts/montserrat-v30-latin-regular.woff) format('woff'),url(../fonts/montserrat-v30-latin-regular.ttf) format('truetype'),url('../fonts/montserrat-v30-latin-regular.svg#Montserrat') format('svg')
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/montserrat-v30-latin-500.eot);
    src: url('../fonts/montserrat-v30-latin-500.eot?#iefix') format('embedded-opentype'),url(../fonts/montserrat-v30-latin-500.woff2) format('woff2'),url(../fonts/montserrat-v30-latin-500.woff) format('woff'),url(../fonts/montserrat-v30-latin-500.ttf) format('truetype'),url('../fonts/montserrat-v30-latin-500.svg#Montserrat') format('svg')
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/montserrat-v30-latin-600.eot);
    src: url('../fonts/montserrat-v30-latin-600.eot?#iefix') format('embedded-opentype'),url(../fonts/montserrat-v30-latin-600.woff2) format('woff2'),url(../fonts/montserrat-v30-latin-600.woff) format('woff'),url(../fonts/montserrat-v30-latin-600.ttf) format('truetype'),url('../fonts/montserrat-v30-latin-600.svg#Montserrat') format('svg')
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/montserrat-v30-latin-700.eot);
    src: url('../fonts/montserrat-v30-latin-700.eot?#iefix') format('embedded-opentype'),url(../fonts/montserrat-v30-latin-700.woff2) format('woff2'),url(../fonts/montserrat-v30-latin-700.woff) format('woff'),url(../fonts/montserrat-v30-latin-700.ttf) format('truetype'),url('../fonts/montserrat-v30-latin-700.svg#Montserrat') format('svg')
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/montserrat-v30-latin-800.eot);
    src: url('../fonts/montserrat-v30-latin-800.eot?#iefix') format('embedded-opentype'),url(../fonts/montserrat-v30-latin-800.woff2) format('woff2'),url(../fonts/montserrat-v30-latin-800.woff) format('woff'),url(../fonts/montserrat-v30-latin-800.ttf) format('truetype'),url('../fonts/montserrat-v30-latin-800.svg#Montserrat') format('svg')
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/montserrat-v30-latin-900.eot);
    src: url('../fonts/montserrat-v30-latin-900.eot?#iefix') format('embedded-opentype'),url(../fonts/montserrat-v30-latin-900.woff2) format('woff2'),url(../fonts/montserrat-v30-latin-900.woff) format('woff'),url(../fonts/montserrat-v30-latin-900.ttf) format('truetype'),url('../fonts/montserrat-v30-latin-900.svg#Montserrat') format('svg')
}

@font-face {
    font-display: swap;
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/philosopher-v20-latin-regular.eot);
    src: url('../fonts/philosopher-v20-latin-regular.eot?#iefix') format('embedded-opentype'),url(../fonts/philosopher-v20-latin-regular.woff2) format('woff2'),url(../fonts/philosopher-v20-latin-regular.woff) format('woff'),url(../fonts/philosopher-v20-latin-regular.ttf) format('truetype'),url('../fonts/philosopher-v20-latin-regular.svg#Philosopher') format('svg')
}

@font-face {
    font-display: swap;
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/philosopher-v20-latin-700.eot);
    src: url('../fonts/philosopher-v20-latin-700.eot?#iefix') format('embedded-opentype'),url(../fonts/philosopher-v20-latin-700.woff2) format('woff2'),url(../fonts/philosopher-v20-latin-700.woff) format('woff'),url(../fonts/philosopher-v20-latin-700.ttf) format('truetype'),url('../fonts/philosopher-v20-latin-700.svg#Philosopher') format('svg')
}

hr1 {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

    hr:not([size]) {
        height: 1px
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Proza Libre',sans-serif;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #000
}

.h1, h1 {
    font-size: calc(1.34375rem+1.125vw)
}

@media (min-width:1200px) {
    .h1, h1 {
        font-size: 2.1875rem
    }
}

.h2, h2 {
    font-size: calc(1.3rem+.6vw)
}

@media (min-width:1200px) {
    .h2, h2 {
        font-size: 1.75rem
    }
}

.h3, h3 {
    font-size: calc(1.278125rem+.3375vw)
}

@media (min-width:1200px) {
    .h3, h3 {
        font-size: 1.53125rem
    }
}

.h4, h4 {
    font-size: calc(1.25625rem+.075vw)
}

@media (min-width:1200px) {
    .h4, h4 {
        font-size: 1.3125rem
    }
}

.h5, h5 {
    font-size: 1.09375rem
}

.h6, h6 {
    font-size: .875rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ul ul {
        margin-bottom: 0
    }

b, strong {
    font-weight: 600
}

.small, small {
    font-size: .875em
}

sub {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

a {
    color: #3cd2a5;
    text-decoration: underline
}

    a:hover {
        color: rgb(60 210 165 / .5)
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none
    }

    a > code {
        color: inherit
    }

img, svg {
    vertical-align: middle
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

button, input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer
    }

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

[hidden] {
    display: none !important
}

.display-1 {
    font-size: calc(1.625rem+4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem+3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem+3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem+2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem+2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem+1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .25rem
    }

.img-fluid {
    max-width: 65% !important;
    height: auto
}

@media (max-width:767.98px) {
    .img-fluid {
        max-width: 50% !important;
        height: auto
    }
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    /* Standard Bootstrap gutter is 1.5rem (approx 24px) */
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

/* Small devices (sm) - Viewport ≥ 576px */
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

/* Medium devices (md) - Viewport ≥ 768px */
@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

/* Large devices (lg) - Viewport ≥ 992px */
@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

/* Extra large devices (xl) - Viewport ≥ 1200px */
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

/* Extra Extra large devices (xxl) - Viewport ≥ 1400px (This replaces your 1660px) */
@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

.row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y)
    }

.col {
    flex: 1 0 0%
}

.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%
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .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%
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .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%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .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%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .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%
    }
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.tab-content > .active {
    display: block
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.ratio {
    position: relative;
    width: 100%
}

    .ratio::before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: ""
    }

    .ratio > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.translate-middle {
    transform: translate(-50%,-50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !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-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-7 {
    margin-bottom: 5rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-7 {
    margin-left: 5rem !important
}

.ms-auto {
    margin-left: auto !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-wrap {
    white-space: normal !important
}

.text-default {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-default-rgb),var(--bs-text-opacity)) !important
}

.text-theme {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-theme-rgb),var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb),var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb),var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb),var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #798e98 !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgb(0 0 0 / .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgb(255 255 255 / .5) !important
}

.text-opacity-25 {
    --bs-text-opacity: .25
}

.text-opacity-50 {
    --bs-text-opacity: .5
}

.text-opacity-75 {
    --bs-text-opacity: .75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

@media (min-width:576px) {
    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 2.1875rem !important
    }

    .fs-2 {
        font-size: 1.75rem !important
    }

    .fs-3 {
        font-size: 1.53125rem !important
    }

    .fs-4 {
        font-size: 1.3125rem !important
    }
}

.mt-1px {
    margin-top: 1px !important
}

.mt-2px {
    margin-top: 2px !important
}

.mt-3px {
    margin-top: 3px !important
}

.mt-4px {
    margin-top: 4px !important
}

.mt-5px {
    margin-top: 5px !important
}

.mt-6px {
    margin-top: 6px !important
}

.mt-7px {
    margin-top: 7px !important
}

.mt-8px {
    margin-top: 8px !important
}

.mt-9px {
    margin-top: 9px !important
}

.mt-10px {
    margin-top: 10px !important
}

.mt-5px {
    margin-top: 5px !important
}

.mt-10px {
    margin-top: 10px !important
}

.mt-15px {
    margin-top: 15px !important
}

.mt-20px {
    margin-top: 20px !important
}

.mt-25px {
    margin-top: 25px !important
}

.mt-30px {
    margin-top: 30px !important
}
.mt-32px {
    margin-top: 32px !important
}

.mt-35px {
    margin-top: 35px !important
}

.mt-40px {
    margin-top: 40px !important
}

.mt-45px {
    margin-top: 45px !important
}

.mt-50px {
    margin-top: 50px !important
}

.mt-75px {
    margin-top: 75px !important
}

.mt-100px {
    margin-top: 100px !important
}

.me-1px {
    margin-right: 1px !important
}

.me-2px {
    margin-right: 2px !important
}

.mb-1px {
    margin-bottom: 1px !important
}

.mb-2px {
    margin-bottom: 2px !important
}

.mb-3px {
    margin-bottom: 3px !important
}

.mb-4px {
    margin-bottom: 4px !important
}

.mb-5px {
    margin-bottom: 5px !important
}

.mb-6px {
    margin-bottom: 6px !important
}

.mb-7px {
    margin-bottom: 7px !important
}

.mb-8px {
    margin-bottom: 8px !important
}

.mb-9px {
    margin-bottom: 9px !important
}

.mb-10px {
    margin-bottom: 10px !important
}

.mb-5px {
    margin-bottom: 5px !important
}

.mb-10px {
    margin-bottom: 10px !important
}

.mb-15px {
    margin-bottom: 15px !important
}

.mb-20px {
    margin-bottom: 20px !important
}

.mb-25px {
    margin-bottom: 25px !important
}

.mb-30px {
    margin-bottom: 30px !important
}

.mb-35px {
    margin-bottom: 35px !important
}

.mb-40px {
    margin-bottom: 40px !important
}

.mb-45px {
    margin-bottom: 45px !important
}

.mb-50px {
    margin-bottom: 50px !important
}

.ms-1px {
    margin-left: 1px !important
}

.ms-2px {
    margin-left: 2px !important
}

.ms-3px {
    margin-left: 3px !important
}

.ms-4px {
    margin-left: 4px !important
}

.ms-5px {
    margin-left: 5px !important
}

.ms-6px {
    margin-left: 6px !important
}

.ms-7px {
    margin-left: 7px !important
}

.ms-8px {
    margin-left: 8px !important
}

.ms-9px {
    margin-left: 9px !important
}

.ms-10px {
    margin-left: 10px !important
}

.ms-5px {
    margin-left: 5px !important
}

.ms-10px {
    margin-left: 10px !important
}

.ms-15px {
    margin-left: 15px !important
}

.ms-20px {
    margin-left: 20px !important
}

.ms-25px {
    margin-left: 25px !important
}

.ms-30px {
    margin-left: 30px !important
}

.ms-35px {
    margin-left: 35px !important
}

.ms-40px {
    margin-left: 40px !important
}

.ms-45px {
    margin-left: 45px !important
}

.ms-50px {
    margin-left: 50px !important
}

.my-1px {
    margin-top: 1px !important;
    margin-bottom: 1px !important
}

.my-2px {
    margin-top: 2px !important;
    margin-bottom: 2px !important
}

.my-3px {
    margin-top: 3px !important;
    margin-bottom: 3px !important
}

.my-4px {
    margin-top: 4px !important;
    margin-bottom: 4px !important
}

.p-1px {
    padding: 1px !important
}

.p-2px {
    padding: 2px !important
}

.p-3px {
    padding: 3px !important
}

.p-4px {
    padding: 4px !important
}

.p-5px {
    padding: 5px !important
}

.p-6px {
    padding: 6px !important
}

.p-7px {
    padding: 7px !important
}

.p-8px {
    padding: 8px !important
}

.p-9px {
    padding: 9px !important
}

.p-10px {
    padding: 10px !important
}

.p-5px {
    padding: 5px !important
}

.p-10px {
    padding: 10px !important
}

.p-15px {
    padding: 15px !important
}

.p-20px {
    padding: 20px !important
}

.p-25px {
    padding: 25px !important
}

.p-30px {
    padding: 30px !important
}

.p-35px {
    padding: 35px !important
}

.p-40px {
    padding: 40px !important
}

.p-45px {
    padding: 45px !important
}

.p-50px {
    padding: 50px !important
}

.ps-1px {
    padding-left: 1px !important
}

.ps-2px {
    padding-left: 2px !important
}

.ps-3px {
    padding-left: 3px !important
}

.ps-4px {
    padding-left: 4px !important
}

.ps-5px {
    padding-left: 5px !important
}

.ps-6px {
    padding-left: 6px !important
}

.ps-7px {
    padding-left: 7px !important
}

.ps-8px {
    padding-left: 8px !important
}

.ps-9px {
    padding-left: 9px !important
}

.ps-10px {
    padding-left: 10px !important
}

.ps-5px {
    padding-left: 5px !important
}

.ps-10px {
    padding-left: 10px !important
}

.ps-15px {
    padding-left: 15px !important
}

.ps-20px {
    padding-left: 20px !important
}

.ps-25px {
    padding-left: 25px !important
}

.ps-30px {
    padding-left: 30px !important
}

.ps-35px {
    padding-left: 35px !important
}

.ps-40px {
    padding-left: 40px !important
}

.ps-45px {
    padding-left: 45px !important
}

.ps-50px {
    padding-left: 50px !important
}

.px-1px {
    padding-left: 1px !important;
    padding-right: 1px !important
}

.px-2px {
    padding-left: 2px !important;
    padding-right: 2px !important
}

.px-3px {
    padding-left: 3px !important;
    padding-right: 3px !important
}

.px-4px {
    padding-left: 4px !important;
    padding-right: 4px !important
}

.px-5px {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.px-6px {
    padding-left: 6px !important;
    padding-right: 6px !important
}

.px-7px {
    padding-left: 7px !important;
    padding-right: 7px !important
}

.px-8px {
    padding-left: 8px !important;
    padding-right: 8px !important
}

.px-9px {
    padding-left: 9px !important;
    padding-right: 9px !important
}

.px-10px {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.px-5px {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.px-10px {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.px-15px {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.px-20px {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.px-25px {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.px-30px {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.px-35px {
    padding-left: 35px !important;
    padding-right: 35px !important
}

.px-40px {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.px-45px {
    padding-left: 45px !important;
    padding-right: 45px !important
}

.px-50px {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.py-1px {
    padding-top: 1px !important;
    padding-bottom: 1px !important
}

.py-2px {
    padding-top: 2px !important;
    padding-bottom: 2px !important
}

.py-3px {
    padding-top: 3px !important;
    padding-bottom: 3px !important
}

.py-4px {
    padding-top: 4px !important;
    padding-bottom: 4px !important
}

.py-5px {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.py-6px {
    padding-top: 6px !important;
    padding-bottom: 6px !important
}

.py-7px {
    padding-top: 7px !important;
    padding-bottom: 7px !important
}

.py-8px {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

.py-9px {
    padding-top: 9px !important;
    padding-bottom: 9px !important
}

.py-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.py-5px {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.py-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.py-15px {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.py-20px {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.py-25px {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.py-30px {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.py-35px {
    padding-top: 35px !important;
    padding-bottom: 35px !important
}

.py-40px {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.py-45px {
    padding-top: 45px !important;
    padding-bottom: 45px !important
}

.py-50px {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.top-0 {
    top: 0 !important
}

.bottom-0 {
    bottom: 0 !important
}

.start-0 {
    left: 0 !important
}

.end-0 {
    right: 0 !important
}

.top-auto {
    top: auto !important
}

.bottom-auto {
    bottom: auto !important
}

.start-auto {
    left: auto !important
}

.end-auto {
    right: auto !important
}

.text-gradient {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important
}

.line-height-1 {
    line-height: 1 !important
}

.w-10px {
    width: 10px !important
}

.w-1px {
    width: 1px !important
}

.w-20px {
    width: 20px !important
}

.w-2px {
    width: 2px !important
}

.w-30px {
    width: 30px !important
}

.w-3px {
    width: 3px !important
}

.w-40px {
    width: 40px !important
}

.w-4px {
    width: 4px !important
}

.w-50px {
    width: 50px !important
}

.w-5px {
    width: 5px !important
}

.w-60px {
    width: 60px !important
}

.w-6px {
    width: 6px !important
}

.w-70px {
    width: 70px !important
}

.w-7px {
    width: 7px !important
}

.w-80px {
    width: 80px !important
}

.w-8px {
    width: 8px !important
}

.w-90px {
    width: 90px !important
}

.w-9px {
    width: 9px !important
}

.w-100px {
    width: 100px !important
}

.w-150px {
    width: 150px !important
}

.w-200px {
    width: 200px !important
}

.w-250px {
    width: 250px !important
}

.w-300px {
    width: 300px !important
}

.w-350px {
    width: 350px !important
}

.w-400px {
    width: 400px !important
}

.w-450px {
    width: 450px !important
}

.w-500px {
    width: 500px !important
}

.w-550px {
    width: 550px !important
}

.w-600px {
    width: 600px !important
}

.flex-1 {
    flex: 1 !important
}



html {
    height: 100%;
    overflow-x: hidden
}

    html:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        z-index: -5
    }

    html:after {
        content: "";
        position: fixed;
        top: 0;
        height: 100%;
        left: 0;
        right: 0;
        z-index: -10
    }



.card {
    --bs-border-color: #fff;
    position: relative;
    border: 0
}

    .card:after, .card:before {
        content: "";
        position: absolute
    }

    .card:not(.border-0):before {
        left: 15px;
        right: 15px;
        top: 0;
        bottom: 0;
        border-top: 1px solid var(--bs-border-color);
        border-bottom: 1px solid var(--bs-border-color);
        opacity: .3
    }

    .card:not(.border-0):after {
        top: 15px;
        bottom: 15px;
        left: 0;
        right: 0;
        border-left: 1px solid var(--bs-border-color);
        border-right: 1px solid var(--bs-border-color);
        opacity: .3
    }

    .card > :not(.card-arrow):not(.card-img-overlay):not(.card-img):not(.hljs-container) {
        position: relative;
        z-index: 10
    }

    .card .card-arrow {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .card .card-arrow-bottom-left, .card .card-arrow-bottom-right, .card .card-arrow-top-left, .card .card-arrow-top-right {
        width: 10px;
        height: 10px;
        position: absolute
    }

        .card .card-arrow-bottom-left:before, .card .card-arrow-bottom-right:before, .card .card-arrow-top-left:before, .card .card-arrow-top-right:before {
            content: "";
            position: absolute;
            width: 2px;
            height: 8px;
            background: var(--bs-border-color);
            opacity: .75
        }

        .card .card-arrow-bottom-left:after, .card .card-arrow-bottom-right:after, .card .card-arrow-top-left:after, .card .card-arrow-top-right:after {
            content: "";
            position: absolute;
            width: 10px;
            height: 2px;
            background: var(--bs-border-color);
            opacity: .75
        }

    .card .card-arrow-top-left, .card .card-arrow-top-right {
        top: 0
    }

        .card .card-arrow-top-left:before, .card .card-arrow-top-right:before {
            top: 2px
        }

        .card .card-arrow-top-left:after, .card .card-arrow-top-right:after {
            top: 0
        }

    .card .card-arrow-bottom-left, .card .card-arrow-bottom-right {
        bottom: 0
    }

        .card .card-arrow-bottom-left:before, .card .card-arrow-bottom-right:before {
            bottom: 2px
        }

        .card .card-arrow-bottom-left:after, .card .card-arrow-bottom-right:after {
            bottom: 0
        }

    .card .card-arrow-bottom-left, .card .card-arrow-top-left {
        left: 0
    }

        .card .card-arrow-bottom-left:after, .card .card-arrow-bottom-left:before, .card .card-arrow-top-left:after, .card .card-arrow-top-left:before {
            left: 0
        }

    .card .card-arrow-bottom-right, .card .card-arrow-top-right {
        right: 0
    }

        .card .card-arrow-bottom-right:after, .card .card-arrow-bottom-right:before, .card .card-arrow-top-right:after, .card .card-arrow-top-right:before {
            right: 0
        }

.card1 {
     position: relative;
    border: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c4d4ed;
    border-radius: 1px
}

    .card1:after, .card1:before {
        content: "";
        position: absolute
    }

    .card1:not(.border-0):before {
        left: 15px;
        right: 15px;
        top: 0;
        bottom: 0;
        border-top: 2px solid var(--bs-border-color);
        border-bottom: 2px solid var(--bs-border-color);
        opacity: .6
    }

    .card1:not(.border-0):after {
        top: 15px;
        bottom: 15px;
        left: 0;
        right: 0;
        border-left: 2px solid var(--bs-border-color);
        border-right: 2px solid var(--bs-border-color);
        opacity: .6
    }

    .card1 > :not(.card-arrow):not(.card-img-overlay):not(.card-img):not(.hljs-container) {
        position: relative;
        z-index: 10
    }

    .card1 .card-arrow {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .card1 .card-arrow-bottom-left, .card1 .card-arrow-bottom-right, .card1 .card-arrow-top-left, .card1 .card-arrow-top-right {
        width: 10px;
        height: 10px;
        position: absolute
    }

        .card1 .card-arrow-bottom-left:before, .card1 .card-arrow-bottom-right:before, .card1 .card-arrow-top-left:before, .card1 .card-arrow-top-right:before {
            content: "";
            position: absolute;
            width: 2px;
            height: 8px;
            background: var(--bs-border-color);
            opacity: .9
        }

        .card1 .card-arrow-bottom-left:after, .card1 .card-arrow-bottom-right:after, .card1 .card-arrow-top-left:after, .card1 .card-arrow-top-right:after {
            content: "";
            position: absolute;
            width: 10px;
            height: 2px;
            background: var(--bs-border-color);
            opacity: .9
        }

    .card1 .card-arrow-top-right, .card1.card-arrow-top-left {
        top: 0
    }

        .card1 .card-arrow-top-left:before, .card1 .card-arrow-top-right:before {
            top: 2px
        }

        .card1 .card-arrow-top-left:after, .card1 .card-arrow-top-right:after {
            top: 0
        }

    .card1 .card-arrow-bottom-left, .card1 .card-arrow-bottom-right {
        bottom: 0
    }

        .card1 .card-arrow-bottom-left:before, .card1 .card-arrow-bottom-right:before {
            bottom: 2px
        }

        .card1 .card-arrow-bottom-left:after, .card1 .card-arrow-bottom-right:after {
            bottom: 0
        }

    .card1 .card-arrow-bottom-left, .card1 .card-arrow-top-left {
        left: 0
    }

        .card1 .card-arrow-bottom-left:after, .card1 .card-arrow-bottom-left:before, .card1 .card-arrow-top-left:after, .card1 .card-arrow-top-left:before {
            left: 0
        }

    .card1 .card-arrow-bottom-right, .card1 .card-arrow-top-right {
        right: 0
    }

        .card1 .card-arrow-bottom-right:after, .card1 .card-arrow-bottom-right:before, .card1 .card-arrow-top-right:after, .card1 .card-arrow-top-right:before {
            right: 0
        }

@-webkit-keyframes appDropdownShow {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes appDropdownShow {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

hr.hr-bg, hr.hr-transparent {
    border: 0;
    height: 1px
}

hr.hr-transparent {
    background-color: rgb(0 0 0 / .3)
}

a {
    color: var(--bs-theme)
}

    a:hover {
        color: rgba(var(--bs-theme-rgb),.75)
    }

.app .slider.slider-horizontal {
    height: 1.5rem;
    width: 100%
}

.app .slider.slider-vertical {
    margin: 0 auto;
    display: block
}

@-webkit-keyframes pace-spinner {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.ps {
    position: relative
}

.login {
    min-height: 100vh;
    padding: 3rem 1rem;
    display: flex;
    align-items: center
}

@media (max-width:767.98px) {
    .login {
        padding: 1rem
    }
}

.login .login-content {
    max-width: 18rem;
    margin: 0 auto;
    position: relative;
    flex: 1
}

.pos {
    background: var(--app-pos-bg);
    height: 100%
}

    .pos .pos-container {
        height: 100%;
        padding: 0
    }

@media (min-width:992px) {
    .pos .pos-container {
        display: flex
    }

        .pos .pos-container > div + div {
            border-left: 1px solid rgb(255 255 255 / .3)
        }
}

#content-desktop {
    display: block
}

#content-mobile {
    display: none
}

@media screen and (max-width:768px) {
    #content-desktop {
        display: none
    }

    #content-mobile {
        display: block
    }
}

.sidebar1 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1021;
    top: 3.75rem;
    left: 0;
    background-color: #111;
    overflow-x: auto;
    transition: .5s;
    padding-top: 20px;
    font-size: 15px
}

    .sidebar1 a {
        text-decoration: none;
        font-size: small;
        color: #818181;
        display: block;
        transition: .3s
    }

        .sidebar1 a:hover {
            color: #f1f1f1
        }

#main {
    transition: margin-left .5s;
    padding: 16px
}

.sidebar1 a {
    font-size: 15px
}

.ps-list--line a:before, .ps-main {
    -webkit-transition: .4s;
    -moz-transition: .4s
}

.ps-list--line ul {
    padding: 0 !important;
    margin: 0;
    list-style: none
}

.ps-list--line li {
    /* 1. Reset redundant vertical padding/margin */
    padding: 0 !important;
    margin: 0; /* Clear previous margin declarations */
    /* 2. Set the desired spacing (e.g., 15px bottom margin) */
    margin-bottom: 10px; /* Increase this value (e.g., from 10px to 15px or 20px) */
    /* 3. Keep text properties clean */
    list-style: none;
    text-align: left;
    font-family: "Proza Libre",sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    /* 4. Use a standard line-height for a single line of text */
    line-height: 1.1; /* A smaller, standard value to prevent unnecessary height inside the li */
}

/* IMPORTANT: Also update .ps-list--line a if needed */
.ps-list--line a {
    display: block;
    /* Ensure this matches the text size or is slightly larger for safety */
    line-height: 1.1;
    text-decoration: none;
    color: #ffffff
}

    .ps-list--line a:hover {
        color: aquamarine;
        text-decoration: none;
    }

        .ps-list--line a:hover:before {
            width: 0;
            text-decoration: none
        }

.ps-list--line1 li {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
    font-family: "Proza Libre",sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000
}

.ps-list--line1 a {
    display: block;
    line-height: 15px;
    text-decoration: none;
    color: #000
}

    .ps-list--line1 a:hover {
        color: darkred;
        text-decoration: none
    }

        .ps-list--line1 a:hover:before {
            width: 0;
            text-decoration: none
        }

.ps-social li {
    display: inline-block;
    margin-right: 5px;
    color: #000
}

    .ps-social li a {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        color: #000;
        line-height: 25px
    }

        .ps-social li a > i.fa {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%)
        }

        .ps-social li a:hover {
            color: red
        }

.ps-social1 ul {
    padding: 0 !important;
    margin: 0;
    list-style: none
}

.ps-social1 li {
    display: inline-block;
    color: darkred
}

    .ps-social1 li a {
        position: relative;
        display: inline-block;
        width: 24px;
        height: 24px;
        color: darkred;
        line-height: 25px
    }

        .ps-social1 li a:hover {
            color: #04044d
        }

.info-container {
    padding: 20px 20px 20px 20px;
    border-radius: 10px 10px 10px 10px;
    background: #e8f8ff;
    box-shadow: inset 0 0 5px #0079A9, -16px 14px 10px -7px rgba(0, 0, 0, 0.2);

}

.info-item {
    width: 100%;
    background: radial-gradient(#00446c,#000);
    margin-bottom: 20px;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600
}

.info-item1 {
    width: 100%;
    background: radial-gradient(#007a74,#011e22);
    margin-bottom: 20px;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600
}

.info-item:last-child {
    margin-bottom: 0
}

.info-item i {
    font-size: 20px;
    color: #fff;
    float: left;
    width: 44px;
    height: 44px;
    background-color: rgb(255 255 255 / .2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all .3s ease-in-out;
    margin-right: 15px
}

.info-item h4 {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff
}

.info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff
}

.info-item:hover i {
    background: #011e22;
    color: #4AE6D8
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.fnt26bp {
    font-family: Philosopher,sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #000
}

.fnt24bp {
    font-family: Philosopher,sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000
}

.fnt22bp {
    font-family: Philosopher,sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000
}

.fnt20bp {
    font-family: Philosopher,sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000
}

.fnt18bp {
    font-family: Philosopher,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.fnt16p {
    font-family: Philosopher,sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000
}

.fnt16bp {
    font-family: Philosopher,sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #04044d
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 16;
    line-clamp: 16;
    -webkit-box-orient: vertical
}

.truncate1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical
}

.truncate2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical
}

.truncate3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

@media (max-width:767px) {
    .truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 16;
        line-clamp: 16;
        -webkit-box-orient: vertical
    }
}

@media (max-width:1199px) {
    .truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 16;
        line-clamp: 16;
        -webkit-box-orient: vertical
    }
}

@media (max-width:991px) {
    .truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 16;
        line-clamp: 16;
        -webkit-box-orient: vertical
    }
}

@media (max-width:350px) {
    .truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 12;
        line-clamp: 12;
        -webkit-box-orient: vertical
    }
}

.gradient2 {
    background-image: linear-gradient(60deg,#abecd6 0,#fbed96 100%)
}

.gradient4 {
    background-image: linear-gradient(60deg,#fbed96 0,#abecd6 100%)
}

.gradient3 {
    background-image: linear-gradient(45deg,#000 0,#3cd2a5 50%,#000 100%)
}

.gradient5 {
    background-image: linear-gradient(60deg,#fbed96 0,#fbed96 100%)
}

.gradient7 {
    background-image: linear-gradient(60deg,#00c9ff 0,#006e6d 7%,#fbed96 25%,#fff 30%,#fff 70%,#fbed96 75%,#006e6d 93%,#00c9ff 100%)
}

.gradient8 {
    background-image: linear-gradient(60deg,fbf9f0 25%,#c19b5d 50%,fbf9f0 75%);
    box-shadow: inset 0 0 40px #c19b5d
}

.gradient9 {
    background-image: linear-gradient(90deg,#1374c5 0,#c1e0fa 3%,#c1e0fa 97%,#1374c5 100%)
}

.gradient99 {
    background-image: radial-gradient( circle at center, #f7fdff 0%, #f0fbff 25%,#e8f8ff 50%, #e1f6ff 60%, #d9f4ff 80%, #0079A9 125% );
}
.gradient111 {
    border-radius: 12px;
    background-image: radial-gradient(#fcfeff,#fbfeff,#f7fdff);
    box-shadow: inset 0 0 10px #0079A9,-7px 5px 20px -4px rgba(0, 0, 0, 0.08);
    border: 1px solid #0079A9;
}

.gradient199 {
    background-image: linear-gradient(to bottom,#B2FEFA 80%,#0ED2F7)
}

.gradient999 {
    background-image: radial-gradient(#f3fbff,#d9f4ff,#d9f4ff,#c0edff,#a6e6ff,#0079A9)
}

.gradient55 {
    background-image: linear-gradient(to top,#000428,#004e92)
}

.gradient10 {
    background-image: linear-gradient(to top,#cce4f7,#edf6fa)
}

.gradient11 {
    background-image: linear-gradient(45deg,#e1f2fe -2.8%,#c1e0fa 44.6%,#1374c5 102.4%)
}

.gradient12 {
    background-image: linear-gradient(to bottom,#1374c5 0,#e1f2fe 15%,#e1f2fe 85%,#1374c5 100%)
}

.gradient13 {
    background-image: linear-gradient(to right,#6dc0ec0%,#bff1ec 15%,#bff1ec 85%,#6dc0ec 100%)
}

.gradient66 {
    background-image: linear-gradient(to right,#f9f9f9,#bff1ec,#f9f9f9)
}

.gradient1 {
    background-image: linear-gradient(45deg,#00c9ff,#011e22,#011e22,#011e22,#011e22,#011e22,#00c9ff)
}

.gradient100 {
    background-image: linear-gradient(to right, #00324d,#043b58, #006b8f);
}

.gradient101 {
    background-image: radial-gradient(#00c9ff,#00c9ff,#011e22,#000)
}

.home-icons-1 {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px
}

    .home-icons-1 span {
        display: block;
        margin: 0 auto;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: .6s;
        background-image: radial-gradient(#fff,#d9f4ff,#0079A9);
        border: 1px solid #0079A9;
    }

    .home-icons-1:hover span, .home-icons-2:hover span {
        transform: rotateY(180deg);
        background-image: radial-gradient(#fff,#d9f4ff,#0079A9);
        transition: .6s
    }

        .home-icons-1 span img, .home-icons-1:hover span img {
            filter: brightness(0);
            transition: .6s;
            height:35px;
        }

    .home-icons-1 h5 {
        margin-top: 5px;
        font-size: 14px;
        font-weight: 600;
        color: #070606;
        line-height: 26px
    }

:root {
    --color-maroon: #630001;
    --color-black: #000;
    --color-primary-black: #1c1c1c;
    --color-med-gray: #666;
    --color-orange: #011e22;
    --color-white: #fff;
    --color-primary: #011e22;
    --color-primary-dark: #342528;
    --color-light-gray: #f8f8f8;
    --font-inter: "Inter",sans-serif;
    --font-philosopher: "Philosopher",sans-serif
}

* {
    scrollbar-width: thin;
    scrollbar-color: #006e6d #011e22
}

::-webkit-scrollbar {
    width: 12px
}

::-webkit-scrollbar-track {
    background: #011e22
}

::-webkit-scrollbar-thumb {
    background-color: #006e6d;
    border-radius: 20px;
    border: 3px solid #011e22
}



header .item1 {
    height: 600px;
    position: relative
}

    header .item1 .cover {
 
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center
    }

        header .item1 .cover .header-content {
            position: relative;
            padding: 16px;
            overflow: hidden;
            color: #fff;
            text-shadow: -.5px -.5px 0 #000,.5px -.5px 0 #000,-.5px .5px 0 #000,.5px .5px 0 #000;
            text-align: center;
            top:-35px;
        }

            header .item1 .cover .header-content .line {
                content: "";
                display: inline-block;
                width: 100%;
                height: auto;
                left: 0;
                top: 0;
                position: absolute;
                border: 9px solid #fff;
                -webkit-clip-path: polygon(0 0,60% 0,36% 100%,0 100%);
                clip-path: polygon(0 0,60% 0,36% 100%,0 100%)
            }

@media (max-width:576px) {
    header .item1 .cover .header-content .line {
        display: none
    }
}

header .item1 .cover .header-content h2 {
    font-size: 1.125rem;
    font-size: 18px;
    color: #fff;
    font-family: 'Proza Libre',sans-serif
}

header .item1 .cover .header-content h1 {
    font-size: 1.875rem;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
    font-family: 'Proza Libre',sans-serif
}

header .item1 .cover .header-content h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    font-family: 'Proza Libre',sans-serif;
    margin: 5px 0 20px;
}

.hd {
    font-size: 1rem;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    font-family: 'Proza Libre',sans-serif;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    font-family: 'Proza Libre',sans-serif;
    text-shadow: -2px -2px 0 #000,2px -2px 0 #000,-2px 2px 0 #000,2px 2px 0 #000;
}

@media (max-width:1024px) {
    header .item1 .cover .header-content h2 {
        font-size: 1rem
    }

    header .item1 .cover .header-content h1 {
        font-size: 1.5rem
    }

    header .item1 .cover .header-content h3 {
        font-size: .9375rem
    }

    .hd {
        font-size: .9375rem
    }
}

@media (max-width:767px) {
    header .item1 .cover .header-content h2 {
        font-size: .875rem
    }

    header .item1 .cover .header-content h1 {
        font-size: 1.25rem
    }

    header .item1 .cover .header-content h3 {
        font-size: .8125rem
    }

    .hd {
        font-size: .8125rem
    }
}

header .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: .3s
}

header .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: .3s
}

header .owl-item.active h3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: .3s
}

header .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: .3s
}

ull {
    --col-gap: 3rem;
    --barH: 1rem;
    --roleH: 2rem;
    --flapH: 2rem;
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    gap: var(--col-gap);
    padding-inline: calc(var(--col-gap)/ 2);
    justify-content: center;
    align-items: flex-start;
    list-style: none
}

    ull lii {
        width: 300px;
        display: grid;
        grid-template: "role" "icon" "title" "descr";
        align-items: flex-start;
        gap: 1rem;
        text-align: center;
        clip-path: polygon(calc(var(--col-gap)/ -2 - 5px) 0,calc(100% + var(--col-gap)/ 2 + 5px) 0,calc(100% + var(--col-gap)/ 2 + 5px) calc(100% - var(--flapH)),50% 100%,calc(var(--col-gap)/ -2 - 5px) calc(100% - var(--flapH)));
        font-family: 'Proza Libre',serif;
        font-size: 12px;
        font-weight: 600;
        color: #000;
        line-height: 1.8rem
    }

        ull lii::before {
            content: "";
            grid-area: role;
            height: var(--barH);
            width: calc(100% + var(--col-gap));
            margin-left: calc(var(--col-gap)/ -2);
            margin-top: calc(var(--roleH)/ 2 - var(--barH)/ 2);
            background: #000;
            z-index: -1;
            background-image: linear-gradient(rgb(255 255 255 / .4),rgb(255 255 255 / .2) 30%,rgb(255 255 255 / .1) 40%,rgb(0 0 0 / .1) 60%,rgb(0 0 0 / .2) 70%,rgb(0 0 0 / .4))
        }

        ull lii::after {
            content: "";
            grid-area: role;
            background: var(--accent-color);
            background-image: radial-gradient(#077694,#000);
            height: var(--roleH)
        }

.scroll-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap
}

.scroll {
    width: 300px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.scroll-bottom, .scroll-top {
    height: 20px;
    width: 100%;
    clip-path: ellipse(50% 100% at 50% 0);
    position: absolute;
    left: 0;
    z-index: 2
}

.scroll-bottom {
    height: 20px;
    width: 100%;
    clip-path: ellipse(50% 100% at 50% 0);
    position: absolute;
    left: 0;
    z-index: 2
}

.scroll-top {
    top: 0
}

.scroll-bottom {
    bottom: 0;
    clip-path: ellipse(50% 100% at 50% 100%)
}

.scroll-content {
    padding: 30px 15px;
    z-index: 1
}

.scroll ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Proza Libre',serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.8;
    color: #000
}

.scroll li {
    margin-bottom: 10px
}

ull lii {
    background-image: radial-gradient(#024759,#011e22);
    box-shadow: inset 0 0 20px #011e22;
    border: 2px solid #000;
    color: #000;
    box-shadow: -16px 14px 14px -7px rgb(0 0 0 / .68)
}

.scroll {
    box-shadow: inset 0 0 70px #fff;
    border: 2px solid #000
}

.scroll-bottom, .scroll-top {
    background: linear-gradient(to bottom,#ffd59e 20%,#ff8c42 35%,#000 97%)
}

@media (max-width:480px) {
    .scroll-container {
        flex-direction: column;
        align-items: center
    }

    .scroll {
        width: 100%
    }
}

@media (max-width:768px) {
    .video-container {
        margin-top: 20px
    } 

    .text-start ul {
        padding-left: 10px
    }

    .row1 {
        flex-direction: column-reverse
    }
}

@media (max-width:576px) {
    .row1 {
        flex-direction: column-reverse
    }

    .video-container {
        margin-top: 15px
    }
}

.rounded-tab {
    --r: 1.8em;
    border-inline: var(--r) solid #0000;
    border-radius: calc(2*var(--r)) calc(2*var(--r)) 0 0/var(--r);
    mask: radial-gradient(var(--r) at var(--r) 0,#0000 98%,#000 101%) calc(-1*var(--r)) 100%/100% var(--r) repeat-x,conic-gradient(#000 0 0) padding-box
}

    .rounded-tab.left {
        border-left-width: 20px;
        border-top-left-radius: var(--r)
    }

    .rounded-tab.right {
        border-right-width: 0;
        border-top-right-radius: var(--r)
    }

.wrapperr {
    padding: 20px 20px 40px;
    transform: skewY(3deg)
}

.blocky {
    height: auto;
    width: 100%;
    margin: 40px 0;
    padding: 0;
    position: relative;
    background-image: radial-gradient(#ffffff,#f3fbff,#d9f4ff,#c0edff,#a6e6ff,#0079A9);
    -webkit-box-shadow: -16px 14px 18px -7px rgb(0 0 0 / .68);
    -moz-box-shadow: -16px 14px 18px -7px rgb(0 0 0 / .68);
    box-shadow: -16px 14px 18px -7px rgb(0 0 0 / .68);
    backface-visibility: hidden;
    transform: skewY(-3deg);
    border: 1px solid #000
}

.blocky1 {
    height: auto;
    width: 100%;
    margin: 40px 0;
    padding: 0;
    position: relative;
    background: radial-gradient(at center,#000,#011e22,#00c9ff);
    -webkit-box-shadow: -16px 14px 18px -7px rgb(0 0 0 / .68);
    -moz-box-shadow: -16px 14px 18px -7px rgb(0 0 0 / .68);
    box-shadow: -16px 14px 18px -7px rgb(0 0 0 / .68);
    backface-visibility: hidden;
    transform: skewY(-3deg);
    border: 2px solid #000
}


.top-support {
    margin: 0;
    padding: 5px 5px 0;
    float: left
}

    .top-support li {
        float: left;
        list-style: none;
        color: #fff;
        font-size: 13px;
        font-family: 'Proza Libre',sans-serif;
        font-weight: 500
    }

        .top-support li:first-child {
            margin-right: 17px
        }

        .top-support li a {
            color: #fff
        }

            .top-support li a i {
                color: #fff
            }

        .top-support li i {
            font-size: 20px;
            color: #fff;
            margin-right: 10px
        }

        .top-support li i, .top-support li span {
            float: left
        }

.cta-buttonn {
    background: linear-gradient(to left, #0079A9, #00BBD4);
    color: #fff !important;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 5px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 16px;
    font-weight: 500
}

    .cta-buttonn:hover {
        background: linear-gradient(to right, #0079A9, #00BBD4);
        color: #fff !important;
        transition: 0.3s;
    }

.myButton {
    background: radial-gradient(at center,#880808,#880808,#f72c1e);
    background-color: #ff9800;
    border-radius: 11px;
    border: 3px solid #ff0;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 10px;
    text-decoration: none
}

    .myButton:hover {
        background: radial-gradient(at center,#000,#011e22,#00c9ff);
        background-color: #880808;
        color: #fff
    }

    .myButton:active {
        position: relative;
        top: 1px
    }

.myButton1 {
    background: linear-gradient(#0079A9,#04044d,#0079A9);
    color: #fff;
    border-radius: 20px;
    border: 1px solid #fff;
    display: inline-block;
    cursor: pointer;
    font-family: 'Proza Libre',sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 20px;
    text-decoration: none
}

    .myButton1:hover {
        background: linear-gradient(to right, #0079A9, #00BBD4);
        color: #fff !important;
        transition: 0.3s;
    }

    .myButton1:active {
        position: relative;
        top: 1px
    }

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: #fff0;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-hidden {
    opacity: 0
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: #fff0
}

    .owl-theme .owl-nav [class*=owl-] {
        color: #fff;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #d6d6d6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #fff;
            text-decoration: none
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: #fff0
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #d6d6d6;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity .2s ease;
            border-radius: 30px
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791
        }

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: #fff0;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-hidden {
    opacity: 0
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: #fff0
}

    .owl-theme .owl-nav [class*=owl-] {
        color: #fff;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #d6d6d6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #fff;
            text-decoration: none
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: #fff0
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #d6d6d6;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity .2s ease;
            border-radius: 30px
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791
        }

.video-wrapper {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

    .video-wrapper video {
        object-fit: cover
    }

img, video {
    max-inline-size: 100%;
    block-size: auto
}

.bg-img {
    width: 100%;
    height: 375px;
    background-color: #a4b9d9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.ht {
    height: 500px
}

.ht1 {
    height: 350px;
    object-fit: cover;
    width: 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:2.5) {
    .ht {
        height: 400px;
        overflow: hidden
    }

    .ht1 {
        height: 375px;
        object-fit: cover;
        width: 100%
    }
}

.carousel1 {
    max-width: 800px;
    margin: auto;
    background-color: #fff;
}

    .carousel1 .card1 {
        color: #10106e;
        text-align: center;
        vertical-align: middle;
        padding-top: 15px;
        padding-bottom: 0;
        font-family: 'Proza Libre',sans-serif;
        font-size: 15px;
        font-weight: 700;
        border-radius: 8px;
        border: 1px solid #0079A9;
        line-height: normal;
        background-image: radial-gradient( circle at center, #f7fdff 0%, #f0fbff 25%,#e8f8ff 50%, #e1f6ff 60%, #d9f4ff 80%, #0079A9 125% );
    }

    .carousel1 .card-1 {

        padding-bottom: 0
    }

    .carousel1 .card-2 {

        padding-bottom: 0
    }

    .carousel1 .card-3 {

        padding-bottom: 0
    }

    .carousel1 .card-4 {

        padding-bottom: 0
    }

    .carousel1 .card-5 {

        padding-bottom: 0
    }

.owl-dots {
    text-align: center;
    margin-top: 0
}

.owl-dot {
    height: 0;
    width: 0;
    margin: 0 0;
    outline: 0;
    border-radius: 0
}


#customers-testimonials .t-item {
    text-align: center;
    padding: 2px;
    margin-bottom: 50px;
    opacity: .2;
    -webkit-transform: scale3d(.8,.8,1);
    transform: scale3d(.8,.8,1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: -16px 14px 10px -7px rgba(0, 0, 0, 0.2);
}
.t-title {
    padding-top: 12px;
    padding-bottom: 12px;
}
#customers-testimonials .owl-item.active.center .t-item {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 300px;
    margin: 0 auto 17px
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #4280bd;
    transform: translate3d(0,-50%,0) scale(.6)
}

#customers-testimonials.owl-carousel .owl-dots {
    display: none;
    width: 100%;
    text-align: center
}

    #customers-testimonials.owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        outline: 0
    }

        #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
            background: #fff;
            display: inline-block;
            height: 20px;
            margin: 0 2px 5px;
            transform: translate3d(0,-50%,0) scale(.3);
            transform-origin: 50% 50% 0;
            transition: all 250ms ease-out 0s;
            width: 20px;
            border-radius: 100%
        }

h20 {
    background: -webkit-linear-gradient(#006e6d,#ffffff,#006e6d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.faq-section {
    padding: 50px 20px;
    background-color: #fff;
    font-family: 'Proza Libre',sans-serif;
    color: #070606
}

.faq-title {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #004085
}

.faq-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 30px;
    color: #070606
}

.faq-items details {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px
}

.faq-question {
    font-size: 1.2rem;
    font-weight: 500;
    color: #070606;
    cursor: pointer;
    outline: none
}

.faq-answer {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 10px;
    text-align: justify;
    color: #070606
}

details[open] .faq-question {
    color: #000
}

.form-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgb(0 0 0 / .1)
}

.form-row {
    margin-bottom: 5px;
    display: flex;
    flex-direction: column
}

.form-label {
    margin-bottom: 5px;
    font-weight: 600;
    color: #fff;
    font-size: 14px
}

.form-input {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    width: 80%;
    box-sizing: border-box
}

    .form-input:focus {
        border-color: #007bff;
        outline: none;
        box-shadow: 0 0 5px rgb(0 123 255 / .5)
    }

.form-button {
    width: 50%;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer
}

    .form-button:hover {
        background-color: #0056b3
    }

.services-section {
    line-height: 1.6;
    padding: 40px 0;
    color: #070606;
    background: #fff
}

.hero h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 5px
}

.hero p {
    text-align: center;
    margin-bottom: 5px
}

.services-overview h2 {
    margin-bottom: 10px;
    color: #000;
    text-align: center
}

.services-overview p {
    text-align: center;
    margin-bottom: 40px
}

.why-choose-us h2 {
    text-align: center;
    margin: 20px 0 20px
}

.why-choose-us ul {
    list-style: none;
    padding: 0;
    text-align: center
}

    .why-choose-us ul li {
        margin: 10px 0;
        font-size: 1.2rem
    }

.cta {
    text-align: center;
    margin: 40px 0
}

    .cta h2 {
        color: darkred
    }

    .cta p {
        margin-bottom: 20px
    }

    .cta .btn {
        text-decoration: none;
        padding: 10px 20px;
        color: #fff;
        background-color: darkred;
        border-radius: 5px
    }

        .cta .btn:hover {
            background-color: #004085
        }

.card-content {
    background-color: #c0edff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    -webkit-box-shadow: -16px 14px 18px -7px rgb(0 0 0 / .68);
    -moz-box-shadow: -16px 14px 18px -7px rgb(0 0 0 / .68);
    box-shadow: -16px 14px 18px -7px rgb(0 0 0 / .68);
    transition: transform 0.2s,box-shadow 0.2s;
    border: 1px solid #000;
    height: 100%;
    display: flex;
    flex-direction: column
}

    .card-content > div {
        flex-grow: 1
    }

    .card-content h3 {
        margin-bottom: 10px
    }

    .card-content h4 {
        margin-bottom: 15px;
        font-weight: 600
    }

    .card-content p {
        margin-bottom: 20px;
        line-height: 1.6
    }

    .card-content .btn {
        padding: 10px 20px;
        background-color: #004085;
        color: #4e9cff;
        font-size: 1rem;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.2s,color 0.2s
    }

        .card-content .btn:hover {
            background-color: #000;
            color: #fff
        }

    .card-content:hover {
        transform: translateY(-10px);
        box-shadow: 0 6px 12px rgb(0 0 0 / .2)
    }

.card-content1 {
    background-image: radial-gradient(#f3fbff,#d9f4ff,#c0edff,#a6e6ff,#0079A9);
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    -webkit-box-shadow: -16px 14px 18px -7px rgb(0 0 0 / .68);
    -moz-box-shadow: -16px 14px 18px -7px rgb(0 0 0 / .68);
    box-shadow: -16px 14px 18px -7px rgb(0 0 0 / .68);
    transition: transform 0.2s,box-shadow 0.2s;
    border: 3px solid #000;
    display: flex;
    flex-direction: column;
    height: 100%
}

    .card-content1 h3 {
        margin-bottom: 10px
    }

    .card-content1 h4 {
        margin-bottom: 15px;
        font-weight: 600
    }

    .card-content1 p {
        margin-bottom: 20px;
        line-height: 1.6;
        flex-grow: 1
    }

    .card-content1 ul {
        flex-grow: 1
    }

    .card-content1 .btn {
        padding: 10px 20px;
        background-color: #004085;
        color: #4e9cff;
        font-size: 1rem;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.2s,color 0.2s
    }

        .card-content1 .btn:hover {
            background-color: #011e22;
            color: #fff
        }

    .card-content1:hover {
        transform: translateY(-10px);
        box-shadow: 0 6px 12px rgb(0 0 0 / .2)
    }

.service-card {
    margin: 15px
}

.demo-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap
}

.demo-box {
    padding: 10px !important;
    flex: 1 1 calc(33.33% - 20px);
    max-width: 300px;
    border: 1px solid #0079A9;
    border-radius: 8px;
    text-align: center
}

    .demo-box img {
        height: 40px !important;
        margin-bottom: 5px;
        margin-top:5px;
    }

    .demo-box h3 {
        font-size: 14px;
        margin: 10px 0;
        line-height: 1.4
    }

    .demo-box p {
        font-size: 14px;
        margin: 10px 0
    }

    .demo-box a {
        display: inline-block;
        margin-top: 15px
    }

@media (max-width:1024px) {
    .demo-box {
        flex: 1 1 calc(50% - 20px)
    }
}

@media (max-width:600px) {
    .demo-box {
        flex: 1 1 100%
    }
}

.fnt10pl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #070606
}

.fnt10plwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #fff
}

.fnt10bpl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #070606
}

.fnt10bplwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #fff
}

.fnt11pl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #070606
}

.fnt11plwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #fff
}

.fnt11bpl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #070606
}

.fnt12pl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #070606
}

.fnt12plwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #fff
}

.fnt12bpl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #070606
}

.fnt12bplwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff
}

.fnt13pl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #070606
}

.fnt13plwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fff
}

.fnt13bpl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #070606
}

.fnt13bplwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff
}

.fnt14pl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #070606
}

.fnt14plwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

.fnt14bpl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #070606
}

.fnt14bplwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff
}

.fnt15pl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #070606
}

.fnt15plwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff
}

.fnt15bpl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #070606
}

.fnt15bplwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff
}

.fnt16pl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #070606
}

.fnt16plwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff
}

.fnt16bpl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #070606
}

.fnt16bplwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

.fnt17pl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #070606
}

.fnt17plwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #fff
}

.fnt17bpl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #070606
}

.fnt17bplwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #fff
}

.fnt18pl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #070606
}

.fnt18plwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff
}

.fnt18bpl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #070606
}

.fnt18bplwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff
}

.fnt19pl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #070606
}

.fnt19plwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #fff
}

.fnt19bpl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #070606
}

.fnt19bplwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #fff
}

.fnt20pl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #070606
}

.fnt20plwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff
}

.fnt20bpl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #070606
}

.fnt20bplwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #fff
}

.fnt22pl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #070606
}

.fnt22plwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #fff
}

.fnt22bpl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #070606
}

.fnt22bplwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #fff
}

.fnt25pl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #070606
}

.fnt25plwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #fff
}

.fnt25bpl {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #070606
}

.fnt25bplwt {
    vertical-align: top;
    padding: 1px 1px;
    font-family: 'Proza Libre',sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #fff
}

.eshophead {
    position: relative;
    width: 100%;
    height: 100px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 60"><path d="M 0 24 C 149 103 330 -30 501 25 L 501 0 L 0 0" fill="%23007BFF" opacity="0.9"/><path d="M 0 24 C 143 102 330 -30 500 37 L 502 0 L 0 0" fill="%2340A9FF" opacity="0.7"/><path d="M 0 24 C 121 100 334 -19 503 46 L 500 0 L 0 0" fill="%2387CEFA" opacity="0.5"/></svg>') no-repeat center;
    background-size: cover;
    z-index: 0
}

.eshopcontent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px
}

.ps-btnd {
    width: fit-content;
    display: inline-block;
    padding: .3em 1em;
    gap: .4rem;
    border: none;
    font-weight: 700;
    border-radius: 20px;
    cursor: pointer;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);    
    background: linear-gradient(15deg,#005aa7, #0072b8, #0093d5, #00b4ec, #00ccff, #00b4ec, #0093d5, #0072b8, #005aa7) no-repeat;
    background-size: 300%;
    background-position: left center;
    transition: background 0.3s ease;
    color: #fff;
    font-size: 15px;
    font-family: 'Proza Libre',sans-serif;
    font-weight: 600;
    text-decoration: none
}

    .ps-btnd:hover {
        background-size: 320%;
        background-position: right center;
        color: #fff
    }

a.ps-btnd, a.ps-btnd:visited, a.ps-btnd:active {
    color: #fff !important;
    text-decoration: none
}

.gradient0 {
    background-image: radial-gradient(#155159,#07444d,#000)
}

.gradient00 {
    background-color: #d7f8f6
}


.underlined {
    position: relative;
    display: inline-block !important;
    text-shadow: 1px 1px #fff,-1px 1px #fff,1px -1px #fff,-1px -1px #fff,1px 1px 5px #070606;
    font-weight: 900
}



    .underlined::after {
        content: "";
        position: absolute;
        height: 10px; /* was 15px → reduces curve depth */
        width: 70%; /* narrower, more premium */
        left: 15%;
        top: 95%;
        border-top: 3px solid #056f92; /* was 5px → reduces thickness */
        border-radius: 50%;
    }

.underlined1 {
    position: relative;
    display: inline-block !important;
    text-shadow: 1px 1px #000,-1px 1px #000,1px -1px #000,-1px -1px #000;
    color: #feff03;
    font-weight: 900
}

    .underlined1::after {
        content: "";
        position: absolute;
        height: 15px;
        width: 90%;
        left: 5%;
        top: 90%;
        border-top: 5px solid #4bf500;
        border-radius: 50%;
    }

.footerhead {
    position: relative;
    display: inline-block !important;
    color: #fff;
    font-weight: 900;
    filter: drop-shadow(-.5px -.5px 0 #004867) drop-shadow(.5px -.5px 0 #004867) drop-shadow(-.5px .5px 0 #004867) drop-shadow(.5px .5px 0 #004867) drop-shadow(0 0 .5px #004867)
}

    .footerhead::after {
        content: "";
        position: absolute;
        height: 10px; /* was 15px → reduces curve depth */
        width: 70%; /* narrower, more premium */
        left: 15%;
        top: 95%;
        border-top: 3px solid #39a8c6; /* was 5px → reduces thickness */
        border-radius: 50%;
        opacity: 0.95;
    }



.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .5);
    z-index: 1000;
    display: none
}

    .overlay.show {
        display: block
    }

.cta-section {
    width: 100%;
    margin: 40px 0;
    padding: 0 15px;
    box-sizing: border-box
}

.cta-container {
    background: radial-gradient(#00446c,#000);
    box-shadow: -16px 14px 18px -7px rgb(0 0 0 / .68);
    border: 2px solid #000;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    transform: skewY(-3deg);
    overflow: hidden;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.cta-content {
    padding: 30px 20px;
    transform: skewY(3deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.cta-heading {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    max-width: 90%;
    box-sizing: border-box;
    color: #ffffff
}

.cta-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%
}

.cta-button {
    font-family: 'Proza Libre',sans-serif;
    display: inline-block;
    padding: 7px 15px;
    background-color: #ff9800 !important;
    color: darkblue;
    text-decoration: none;
    font-size: 14px !important;
    font-weight: 500;
    border-radius: 8px;
    transition: background-color 0.3s ease,transform 0.2s ease;
    box-shadow: 0 4px 8px rgb(0 0 0 / .2);
    white-space: nowrap;
    max-width: 90%;
    box-sizing: border-box
}

    .cta-button:hover {
        background: linear-gradient(to right, #0079A9, #00BBD4);
        color: #fff !important;
        transition: 0.3s;
    }

.cta-tagline {
    font-family: 'Proza Libre',sans-serif;
    font-size: 1em;
    font-weight:600;
    margin: 0;
    padding: 0;
    text-shadow: -2px 4px 3px rgb(0 0 0 / .3);
    color: aqua
}

@media (min-width:768px) {
    .cta-container {
        border-radius: 30% 30% 30% 30%;
        padding: 0
    }

    .cta-content {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 20px 40px;
        gap: 30px
    }

    .cta-heading {
        font-size: 1em;
        text-align: right;
        flex-basis: 50%;
        max-width: none
    }

    .cta-actions {
        flex-direction: column;
        align-items: center;
        flex-basis: 50%;
        padding-left: 20px;
        box-sizing: border-box
    }

    .cta-button {
        font-size: 1.2em;
        padding: 7px 15px
    }

    .cta-tagline {
        font-size: 1em
    }
}

@media (min-width:1200px) {
    .cta-container {
        max-width: 1000px
    }

    .cta-heading {
        font-size: 1.4em
    }

    .cta-button {
        font-size: 1.2em
    }
}

.trovezaar-section {
    padding: 10px 0
}


.banner-wrapper {
    padding: 1px;
    background: #0079A9;
    border-radius: 20px;
    display: inline-block;
    margin-top: 2px;
}
.main-banner {
    background-image: radial-gradient(#f3fbff,#f3fbff,#d9f4ff,#c0edff,#0079A9);
    padding: 10px 20px;
    border-radius: 20px;
}
.main-header-banner {
    background-image: radial-gradient(#ffffff,#f3fbff,#f3fbff,#f3fbff,#d9f4ff,#c0edff);
    padding: 10px 10px;
    position: relative;
    overflow: hidden;
    border-radius: 10% 10% 10% 10%;
    box-shadow: -16px 14px 10px -7px rgba(0, 0, 0, 0.68);
    border: 1px solid #0079A9;
}

.libox {
    background-image: linear-gradient( to bottom, #fcfeff,#fbfeff,#f7fdff, #f4fcff,#f0fbff,#ecfaff,#e8f8ff );
    box-shadow: inset 0 0 10px #0079A9,-7px 5px 20px -4px rgba(0, 0, 0, 0.08);
    padding: 10px 10px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid #0079A9;
}

.whtbox {
    background-image: radial-gradient( circle at center, #f7fdff 0%, #f0fbff 25%,#e8f8ff 50%, #e1f6ff 60%, #d9f4ff 80%, #0079A9 103% );
   
    padding: 10px;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    border: 1px solid #0079A9;
    border-radius: 10%;
}
.videobox {
    height: 100%;
    background-image: radial-gradient(#fcfeff,#fbfeff,#f7fdff);
    box-shadow: inset 0 0 10px #0079A9,-7px 5px 20px -4px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 15px;
    color: #fff;
    border: 2px solid #0079A9;
}
.trovezaar-header-banner {
    background-image: linear-gradient( to bottom, #fcfeff,#fbfeff,#f7fdff, #f4fcff,#f0fbff,#ecfaff,#e8f8ff );
    box-shadow: inset 0 0 5px #0079A9, -7px 5px 15px -4px rgba(0, 0, 0, 0.68);
    color: #fff;
    padding: 15px 15px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    
}

    .trovezaar-header-banner h1 {
        font-size: 1.5em;
        margin-bottom: 15px;
        font-family: 'Proza Libre',sans-serif;
        font-weight: 600;
        color: #fff;
        text-shadow: -1px -1px #04044d,1px -1px  #04044d,-1px 1px  #04044d,1px 1px  #04044d,1px 1px 6px #00446c
    }

    .trovezaar-header-banner h2 {
        font-size: 1.4em;
        margin-bottom: 15px;
        font-family: 'Proza Libre',sans-serif;
        color: #04044d;
        font-weight: 600;
        text-shadow: -1px -1px 0 #faae2d,1px -1px 0 #faae2d,-1px 1px 0 #faae2d,1px 1px 0 #faae2d,0 0 5px #faae2d,0 0 7px #faae2d
    }

    .trovezaar-header-banner .trovezaar-logo-link img {
        height: 35px !important;
        vertical-align: middle;
        margin-left: 10px;
        filter: drop-shadow(0 0 5px rgb(255 255 255 / .5))
    }

.trovezaar-intro p {
    font-family: 'Proza Libre',sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #070606
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 25px;
    margin-top: 30px
}

@media (min-width:1200px) {
    .benefits-grid {
        grid-template-columns: repeat(4,1fr)
    }
}

.benefit-card {
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 10px rgb(0 0 0 / .08);
    transition: transform 0.3s ease,box-shadow 0.3s ease;
    background-image: linear-gradient( to bottom, #fcfeff,#fbfeff,#f7fdff, #f4fcff,#f0fbff,#ecfaff,#e8f8ff );
    box-shadow: inset 0 0 5px #0079A9, -7px 5px 15px -4px rgba(0, 0, 0, 0.68);
}

    .benefit-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 20px rgb(0 0 0 / .15)
    }

    .benefit-card .icon {
        font-size: 2.5em;
        color: #04044d;
        margin-bottom: 5px
    }

    .benefit-card h3 {
        font-size: 1.1em;
        color: #070606;
        margin-bottom: 10px
    }

    .benefit-card p {
        font-size: 1.0em;
        font-family: 'Proza Libre',sans-serif;
        font-weight: 500;
        color: #070606
    }

.vendor-details-section {
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap; /* Allows stacking on small screens */
    align-items: center;
    gap: 20px; /* Increased gap for better spacing */
}

    /* 🎯 Key Change: Use specific flex basis for desktop ratio (e.g., 55% for text, 45% for video) */
    .vendor-details-section .text-content {
        flex: 1 1 55%; /* Grow, Shrink, Basis */
        min-width: 300px; /* Ensure content is readable on small screens */
        /* Removed align="left" from HTML, as that's default. */
    }

    .vendor-details-section .video-content {
        flex: 1 1 40%; /* Video will be slightly smaller */
        min-width: 300px; /* Ensure video is visible on small screens */
        text-align: center;
    }

    /* Headings and Lists remain largely the same, but simplified for clarity */
    .vendor-details-section h2 {
        color: #10106e;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .vendor-details-section ul {
        list-style: none;
        padding-left: 0;
    }

        .vendor-details-section ul li {
            margin-bottom: 10px;
            position: relative;
            padding-left: 25px;
        }

            /* Assuming you are using a standard font library for the icon */
            .vendor-details-section ul li::before {
                content: '\f00c'; /* Checkmark icon */
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                color: #28a745;
                position: absolute;
                left: 0;
                top: 2px;
            }

.vendor-cta-buttons {
    display: flex; /* Helps align the button and image */
    align-items: center;
    margin-top: 20px;
}


.vendor-cta-buttons {
    margin-top: 25px
}

    .vendor-cta-buttons .cta-button {
        background-color: #ffc107;
        color: #04044d;
        padding: 12px 25px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 1.1em;
        transition: background-color 0.3s ease,transform 0.2s ease;
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 10px
    }

        .vendor-cta-buttons .cta-button:hover {
            background-color: #ff9800 !important;
            transform: translateY(-2px)
        }

    .vendor-cta-buttons .eagleman-img {
        height: 80px !important;
        width: 80px !important;
        vertical-align: middle;
        margin-left: 10px
    }

.vendor-details-section .more-links a {
    display: block;
    margin-top: 10px;
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05em
}

    .vendor-details-section .more-links a:hover {
        text-decoration: underline
    }

.pricing-info {
    background-color: #fff;
    background-image: radial-gradient(#f3fbff,#f3fbff,#f3fbff,#d9f4ff,#c0edff);
    border: 1px solid #0079A9;
    border-radius: 10px;
    padding: 20px;
    margin-top: 5px;
    text-align: center;
    box-shadow: 0 2px 10px rgb(0 0 0 / .05);
    box-shadow: rgb(50 50 93 / .25) 0 50px 100px -20px,rgb(0 0 0 / .3) 0 30px 60px -30px,rgb(10 37 64 / .35) 0 -2px 6px 0 inset,-12px 10px 14px -7px rgb(0 0 0 / .65);
    transition: transform 0.3s ease-out,box-shadow 0.3s ease-out;
    will-change: transform,box-shadow
}

.trovezaar-video {
    border-radius: 15px;
    width: 100%;
    max-width: 600px;
    height: auto;
    box-shadow: 0 4px 15px rgb(0 0 0 / .1)
}

@media (max-width:768px) {
    .trovezaar-header-banner h1 {
        font-size: 1.8em
    }

    .trovezaar-header-banner .trovezaar-logo-link img {
        height: 35px !important
    }   
}



.centered-card-container {
    padding: 15px
}

.centered-card {
    margin-bottom: 15px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px 0;
    background-image: linear-gradient( to bottom, #fcfeff,#fbfeff,#f7fdff, #f4fcff,#f0fbff,#ecfaff,#e8f8ff );
    box-shadow: inset 0 0 5px #0079A9,-7px 5px 20px -4px rgba(0, 0, 0, 0.15);
    border-radius: 20px;

}

    .centered-card .content-row {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .centered-card .icon-col {
        flex-shrink: 0;
        padding: 0 10px
    }

        .centered-card .icon-col i {
            font-size: 30px;
            margin-top: 20px;
            display: block
        }

    .centered-card .text-col {
        flex-grow: 1;
        padding: 0 15px
    }

        .centered-card .text-col p {
            margin-top: 5px;
            margin-bottom: 5px
        }

@media (max-width:767px) {
    .centered-card {
        flex-direction: column
    }

        .centered-card .content-row {
            flex-direction: column;
            text-align: center
        }

        .centered-card .icon-col {
            padding: 0
        }
}

.main-content {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .main-content {
        padding-left: 0;
        padding-right: 0
    }
}

.eee {
    color: #04044d;   
    font-weight: 900;
    text-align: center;
}


.under {
    position: relative;
    display: inline-block !important;
    font-weight: 600
}

    .under::after {
        content: "";
        position: absolute;
        height: 15px;
        width: 90%;
        left: 5%;
        top: 90%;
        border-top: 5px solid #04044d;
        border-radius: 50%;
        margin-top: 2px
    }



.eshoplogo {
    filter: drop-shadow(-.5px -.5px 0 #ffffff) drop-shadow(.5px -.5px 0 #ffffff) drop-shadow(-.5px .5px 0 #ffffff) drop-shadow(.5px .5px 0 #ffffff) drop-shadow(0 0 .5px #ffffff)
}

.abtlogo {
    filter: drop-shadow(-1px -1px 0 #d5cccc) drop-shadow(1px -1px 0 #d5cccc) drop-shadow(-1px 1px 0 #d5cccc) drop-shadow(1px 1px 0 #d5cccc) drop-shadow(0 0 1px #d5cccc)
}

.iconrnd {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: radial-gradient(#fff,#d9f4ff,#0079A9);
    border: 1px solid #0079A9;
    color: #10106e;
    padding: 6px;
    font-size: 20px;
}
.footeroverlay {
    filter: drop-shadow(-.5px -.5px 0 #000000) drop-shadow(.5px -.5px 0 #000000) drop-shadow(-.5px .5px 0 #000000) drop-shadow(.5px .5px 0 #000000) drop-shadow(0 0 .5px #000000)
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: none;
    background-clip: border-box;
    border: 1px solid rgb(255 255 255 / .3);
    border-radius: 0
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link + .card-link {
    margin-left: 1rem
}

.card-header {
    padding: .55rem 1rem;
    margin-bottom: 0;
    background-color: none;
    border-bottom: 1px solid rgb(255 255 255 / .3)
}

    .card-header:first-child {
        border-radius: 0
    }

.card-footer {
    padding: .55rem 1rem;
    background-color: none;
    border-top: 1px solid rgb(255 255 255 / .3)
}

    .card-footer:last-child {
        border-radius: 0
    }

.card-img, .card-img-bottom, .card-img-top {
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
    .w-100 {
  width: 100% !important;
}

.pt-5{padding-top:10px;}

.under1 {
    position: relative;
    display: inline-block;
    padding: 0 50px; /* Adjust padding to control the distance of triangles from the text */
}

    .under1::before,
    .under1::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        opacity: 1; /* Adjust opacity for a subtle background effect */
    }

    .under1::before {
        left: 0;
        border-width: 15px 25px 15px 0; /* Creates a triangle pointing right */
        border-color: transparent #04044d transparent transparent;
    }

    .under1::after {
        right: 0;
        border-width: 15px 0 15px 25px; /* Creates a triangle pointing left */
        border-color: transparent transparent transparent #04044d;
    }

.ml-30{margin-left:30px;}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table {
    border-collapse: collapse;
}
    .table-container th, .table-container td {
        border: 1px solid #000;
    }

/* -------------------------
   OUR VALUES - FLEX GRID
------------------------- */
.values-grid {
    list-style: none;
    padding: 0;
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center; /* centers last row */
    max-width: 900px;
    box-sizing: border-box;
    
}

    /* -------------------------
   VALUE CARD
------------------------- */
    .values-grid li {
        display: flex;
        align-items: flex-start;
        gap: 15px; /* space between icon and text */
        padding: 15px 20px;
        border-radius: 12px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        flex: 1 1 100%; /* single column on small screens */
        max-width: 100%;
        box-sizing: border-box;
        border: 1px solid #0079A9;
        background-image: linear-gradient( to bottom, #fcfeff,#fbfeff,#f7fdff, #f4fcff,#f0fbff,#ecfaff,#e8f8ff );
        box-shadow: inset 0 0 5px #0079A9, -16px 14px 10px -7px rgba(0, 0, 0, 0.2);
    }

        .values-grid li:hover {
            transform: translateY(-3px);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        }

    /* -------------------------
   ICON / IMAGE CIRCLE STYLE
------------------------- */
    .values-grid i,
    .values-grid img {
        flex-shrink: 0;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background-image: radial-gradient(#fff,#d9f4ff,#0079A9);
        border: 1px solid #0079A9; /* circle background */
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000; /* icon color */
        font-size: 24px; /* icon size */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        margin-top: 2px;
        transition: all 0.25s ease;
    }

    .values-grid img {
        object-fit: contain;
        padding: 8px;
    }

    /* Hover glow on icons */
    .values-grid li:hover i,
    .values-grid li:hover img {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        transform: scale(1.05);
    }

    /* -------------------------
   TEXT STYLING
------------------------- */
    .values-grid strong {
        font-size: 1.15rem;
        display: block;
        margin-bottom: 4px;
        color: #04044d;
    }

    .values-grid p {
        margin: 0;
        font-size: 0.95rem;
        color: #070606;
    }

/* -------------------------
   RESPONSIVE LAYOUT
------------------------- */

/* Tablet: 2 columns */
@media (min-width: 768px) {
    .values-grid li {
        flex: 1 1 calc((100% - 25px) / 2);
        max-width: calc((100% - 25px) / 2);
    }
}

/* Desktop: 3 columns */
@media (min-width: 1200px) {
    .values-grid li {
        flex: 1 1 calc((100% - 50px) / 3);
        max-width: calc((100% - 50px) / 3);
    }
}

/* Mobile: smaller icons */
@media (max-width: 600px) {
    .values-grid i,
    .values-grid img {
        width: 38px;
        height: 38px;
        font-size: 20px;
    }
}


.card-equal-height {
    /* This makes the inner content div fill the full height of the parent column */
    height: 100%;
    /* You may want to add these styles for a more polished look: */
    border-radius: 8px; /* Example border radius */
    overflow: hidden; /* Ensures child elements don't poke outside the border-radius */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional shadow */
}

/* Also ensure your row has the flex properties for stretching */
.pricing-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* This is the key property! */
}

.headcss {
    text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff, .5px .5px 4px #d1d1d1;
    font-weight: 700;
    color: #10106e;
}


.whtbox1 {
    background: #ffffff;
    box-shadow: inset 0 0 10px rgba(0, 119, 255, 0.7), -16px 14px 10px -7px rgba(0, 0, 0, 0.2);   
    padding: 10px 10px;
    height: 100%;
    border: 1px solid #0079A9;
    border-radius: 10px;
}



.footer-container {
    position: relative;
    overflow: hidden;
}
.ps-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 
    color: #070606
}
.ps-footer__content {
    padding: 20px 0,0,0;
    color: #070606
}


/* Custom CSS to prevent link text from wrapping */
.footer-link-nowrap a {
    white-space: nowrap; /* Forces the text onto a single line */
}

.mx-auto {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.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 {
    htmlCss-sub-menu sub-menu --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

.owl-carousel .animated {
    /* DELETE THIS BLOCK */
    -webkit-animation-duration: .05s!important;
    animation-duration: .05s!important;
}

.owl-carousel .owl-item {
    /* DELETE THIS BLOCK */
    transition: opacity .05s ease-in-out!important;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
@media (min-width: 992px) {
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
}

    @media (min-width: 576px) {
        .order-sm-first {
            -ms-flex-order: -1;
            order: -1;
        }

        .order-sm-last {
            -ms-flex-order: 13;
            order: 13;
        }

        .order-sm-0 {
            -ms-flex-order: 0;
            order: 0;
        }

        .order-sm-1 {
            -ms-flex-order: 1;
            order: 1;
        }

        .order-sm-2 {
            -ms-flex-order: 2;
            order: 2;
        }

        .order-sm-3 {
            -ms-flex-order: 3;
            order: 3;
        }

        .order-sm-4 {
            -ms-flex-order: 4;
            order: 4;
        }

        .order-sm-5 {
            -ms-flex-order: 5;
            order: 5;
        }
    }

.ribbon {
    position: absolute;
    top: 0;
    right: -50px;
    width: 160px;
    background: #FFC107;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 11px;
    padding: 2px 0;
    transform: rotate(30deg);
    box-shadow: 0 2px 4px rgb(0 0 0 / .3);
    z-index: 10;
    text-transform: uppercase
}
html {
    scroll-padding-top: 100px; /* Adjust to your header height */
    scroll-behavior: smooth; /* Optional for smooth scroll */
}




nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 70px;
    background: #a6e6ff;
    background-image: radial-gradient(#f3fbff,#d9f4ff,#c0edff,#a6e6ff,#0079A9);
    box-shadow: 0 1px 2px rgb(0 0 0 / .2);
    font-family: 'Montserrat',sans-serif;
    z-index: 99
}

    nav .navbar {
        height: 100%;
        max-width: 1100px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: auto;
        padding:0px;
    }




.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: radial-gradient( circle at center, #e5f7ff 0%,#e1f6ff 40%,#e1f6ff 50%,#d9f4ff 70%,#c0edff 80%, #0079A9 97% );
    border-radius: 20%;
    border: .5px solid #0079A9;
    padding: 2px 15px 2px 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1), inset 0 0 8px rgba(255, 255, 255, 0.3);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    will-change: transform, box-shadow;
    display: inline-block;
}

.genbox {
    border-radius: 12px;
    background-image: radial-gradient(#fcfeff,#fbfeff,#f7fdff);
    box-shadow: inset 0 0 10px #0079A9,-7px 5px 20px -4px rgba(0, 0, 0, 0.08);
    border: 1px solid #0079A9;
    padding: 5px;
}
.genbox1 {
    border-radius: 12px;
    background-image: linear-gradient( to bottom, #fcfeff,#fbfeff,#f7fdff, #f4fcff,#f0fbff,#ecfaff,#e8f8ff ); 
    box-shadow: inset 0 0 5px #0079A9,-7px 5px 20px -4px rgba(0, 0, 0, 0.15);
    border: 1px solid #0079A9;
    padding: 5px;
}

.headbg {
     background-image: radial-gradient( circle at center, #f7fdff 0%, #f0fbff 25%,#e8f8ff 50%, #e1f6ff 60%, #d9f4ff 80%, #0079A9 103% );
    color: #10106e;
    border-radius: 0% 30% 0% 30%;
}
.headbgcover {
    border-radius: 0% 30% 0% 30%;
    box-shadow: -16px 14px 10px -7px rgba(0, 0, 0, 0.2);
    background-color: #4ca1c2;
    border: 1px solid #003043
}




.logo:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(255, 255, 255, 0.4);
}

.logo-link {
    text-decoration: none
}

.logo-image {
    display: inline-block;
    width: auto;
    max-width: 190px;
    height: auto;
    padding: 0px 10px 0px 10px;
}

.logo-imageft {
    display: inline-block;
    width: auto;
    max-width: 200px;
    height: auto;
    padding: 2px 10px 2px 10px;
}


nav .navbar .nav-links {
    line-height: 70px;
    height: 100%
}

nav .navbar .links {
    display: flex
}

    nav .navbar .links li {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        list-style: none;
        padding: 0 7px
    }

        nav .navbar .links li a {
            height: 100%;
            text-decoration: none;
            white-space: nowrap;
            color: #000052;
            font-size: 14px;
            font-weight: 600
        }

.links li:hover .htmlcss-arrow, .links li:hover .js-arrow, .links li:hover .js-arrow1, .links li:hover .js-arrow2 {
    transform: rotate(180deg)
}

nav .navbar .links li .arrow {
    height: 100%;
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: all .3s ease
}

nav .navbar .links li .sub-menu {
    position: absolute;
    top: 50px;
    left: 0;
    line-height: 40px;
    background-image: radial-gradient(#00446c,#000);
    box-shadow: 0 1px 2px rgb(0 0 0 / .2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
    padding-top: 10px;
}

nav .navbar .links li:hover .htmlCss-sub-menu, nav .navbar .links li:hover .js-sub-menu, nav .navbar .links li:hover .js-sub-menu1, nav .navbar .links li:hover .js-sub-menu2, nav .navbar .links li:hover .js-sub-menu3 {
    display: block
}

.navbar .links li .sub-menu li {
    padding: 0 20px 0 0;
    border-bottom: 1px solid rgb(255 255 255 / .2)
}


.navbar .links li .sub-menu a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    filter: drop-shadow(-.5px -.5px 0 #000000) drop-shadow(.5px -.5px 0 #000000) drop-shadow(-.5px .5px 0 #000000) drop-shadow(.5px .5px 0 #000000) drop-shadow(0 0 .5px #000000)
}
.menu-parent {
    display: flex;
    align-items: center;
    justify-content:  flex-start;
    width: 100%;
}

.menu-label {
    color: white;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap; /* prevents breaking */
}

.menu-label {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    filter: drop-shadow(-.5px -.5px 0 #000000) drop-shadow(.5px -.5px 0 #000000) drop-shadow(-.5px .5px 0 #000000) drop-shadow(.5px .5px 0 #000000) drop-shadow(0 0 .5px #000000)
}

.navbar .links li .sub-menu .more-arrow, .navbar .links li .sub-menu .js-arrow3, .navbar .links li .sub-menu .js-arrow4 {
    line-height: 40px
}

.navbar .links li .sub-menu .more-sub-menu, .navbar .links li .sub-menu .more-sub-menu1, .navbar .links li .sub-menu .more-sub-menu2 {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none
}

.links li .sub-menu .more:hover .more-sub-menu, .links li .sub-menu .more:hover .more-sub-menu1, .links li .sub-menu .more:hover .more-sub-menu2 {
    display: block
}

.navbar .nav-links .sidebar-logo {
    display: none
}

.navbar .fa-bars {
    display: none
}

@media (max-width:920px) {
    nav .navbar {
        max-width: 100%;
        padding: 0 5px
    }

        nav .navbar .links li {
            padding: 0 5px 0 10px;
            white-space: nowrap
        }

            nav .navbar .links li a {
                font-size: 13px
            }
}

@media (max-width:854px) {
    nav .navbar {
        max-width: 100%;
        padding: 0 5px
    }

        nav .navbar .links li {
            padding: 0 5px 0 5px;
            white-space: nowrap
        }

            nav .navbar .links li a {
                font-size: 11px
            }
}

@media (max-width:820px) {
    nav .navbar {
        max-width: 100%;
        padding: 0 5px
    }

        nav .navbar .links li {
            padding: 0 5px 0 0;
            white-space: nowrap
        }

            nav .navbar .links li a {
                font-size: 11px
            }
}

@media (max-width:344px) {
    .top-support {
        margin: 0;
        padding: 5px 5px 0;
        float: left
    }

        .top-support li {
            float: left;
            list-style: none;
            color: #fff;
            font-size: 12px !important;
            font-family: 'Proza Libre',sans-serif;
            font-weight: 500
        }

            .top-support li:first-child {
                margin-right: 10px
            }

            .top-support li a {
                color: #fff
            }

                .top-support li a i {
                    color: #fff
                }

            .top-support li i {
                font-size: 20px;
                color: #fff;
                margin-right: 5px
            }

            .top-support li i, .top-support li span {
                float: left
            }
}

@media (max-width:768px) {
    nav {
    }

    .navbar .fa-bars {
        display: block
    }

    .arrow {
        color: #fff !important
    }

    nav .navbar .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 300px;
        width: 100%;
        background-image: radial-gradient(#00446c,#000);
        line-height: 30px;
        color: #fff !important;
        transition: all 0.5s ease;
        z-index: 1000;
        overflow-y:auto;
    }



    nav .navbar .links li a {
        height: 100%;
        text-decoration: none;
        white-space: nowrap;
        color: #fff;
        font-size: 12px;
        font-weight: 600
    }

    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #fff
    }

    .sidebar-logo i, .navbar .fa-bars {
        font-size: 20px;
        color: #04044d
    }

    nav .navbar .links {
        display: block;
    }

        nav .navbar .links li .arrow {
            line-height: 30px
        }


        nav .navbar .links li {
            display: block;
            padding-left: 1px !important;
        }

            nav .navbar .links li .sub-menu {
                position: relative;
                top: 0;
                box-shadow: none;
                display: none;
                background: transparent !important;
            }

    nav .navbar ul {
        padding-left: 15px !important
    }

    .navbar .links li .sub-menu .more-sub-menu, .navbar .links li .sub-menu .more-sub-menu1, .navbar .links li .sub-menu .more-sub-menu2 {
        display: none;
        position: relative;
        left: 0
    }

    .navbar .nav-links.show1 .links .htmlCss-sub-menu, .navbar .nav-links.show3 .links .js-sub-menu, .navbar .nav-links.show4 .links .js-sub-menu1, .navbar .nav-links.show5 .links .js-sub-menu3, .navbar .nav-links.show2 .links .more .more-sub-menu, .navbar .nav-links.show6 .links .more .more-sub-menu1, .navbar .nav-links.show7 .links .more .more-sub-menu2 {
        display: block;
        padding-left: 15px !important;
        line-height: 30px;
        padding-top: 0px;
    }


    .links li:hover .htmlcss-arrow, .links li:hover .js-arrow, .links li:hover .js-arrow1, .links li:hover .js-arrow2, .links li:hover .js-arrow3, .links li:hover .js-arrow4 {
        transform: rotate(0deg)
    }

    .navbar .links li .sub-menu .more-sub-menu, .navbar .links li .sub-menu .more-sub-menu1, .navbar .links li .sub-menu .more-sub-menu2 {
        display: none
    }

    .navbar .links li .sub-menu .more span {
        display: flex;
        align-items: center
    }

    .links li .sub-menu .more:hover .more-sub-menu, .links li .sub-menu .more:hover .more-sub-menu1, .links li .sub-menu .more:hover .more-sub-menu2 {
        display: none
    }

    nav .navbar .links li:hover .htmlCss-sub-menu, nav .navbar .links li:hover .js-sub-menu, nav .navbar .links li:hover .js-sub-menu1, nav .navbar .links li:hover .js-sub-menu2, nav .navbar .links li:hover .js-sub-menu3 {
        display: none
    }

    .navbar .nav-links.show1 .links .htmlCss-sub-menu, .navbar .nav-links.show3 .links .js-sub-menu, .navbar .nav-links.show4 .links .js-sub-menu1, .navbar .nav-links.show5 .links .js-sub-menu3, .navbar .nav-links.show2 .links .more .more-sub-menu, .navbar .nav-links.show6 .links .more .more-sub-menu1, .navbar .nav-links.show7 .links .more .more-sub-menu2 {
        display: block
    }

    .navbar .nav-links.show1 .links .htmlcss-arrow, .navbar .nav-links.show3 .links .js-arrow, .navbar .nav-links.show4 .links .js-arrow1, .navbar .nav-links.show5 .links .js-arrow2 {
        transform: rotate(180deg)
    }

    .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg)
    }

    .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg);
    }

    .navbar .nav-links.show6 .links .js-arrow3 {
        transform: rotate(90deg)
    }

    .navbar .nav-links.show7 .links .js-arrow4 {
        transform: rotate(90deg)
    }

    .navbar .links .sub-menu .show {
        display: block;
        max-height: 500px;
    }

    .sub-menu {
        display: none !important;
    }

        .sub-menu.show {
            display: block !important;
        }
}

@media (max-width:370px) {
    nav .navbar .nav-links {
        max-width: 80%
    }
}

/*@media (max-width:768px) {
    .navbar .sidebar-logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 15px;
        border-bottom: 3px solid rgb(255 255 255 / .9)
    }

    .sidebar-logo .logo-name img {
        max-width: 125px !important;
        height: auto !important;
        background-color: #a6e6ff !important;
        border-radius: 10% 10% 10% 10%;
        box-shadow: -16px 14px 18px -7px rgb(0 0 0 / .68)
    }

    .sidebar-logo .fa-xmark {
        display: block
    }

    .navbar .links .sub-menu {
        position: relative;
        background-color: rgb(0 0 0 / .2);
        box-shadow: none;
        padding: 0 0 0 5px;
        min-width: auto;
        display: none;
        overflow: hidden;
        transition: max-height 0.3s ease-out
    }

        .navbar .links .sub-menu.show {
            display: block;
            max-height: 500px;

        }

        .navbar .links .sub-menu li {
            border-bottom: none;
            padding-left: 5px !important
        }

            .navbar .links .sub-menu li:last-child {
                border-bottom: none
            }

    .navbar .links li.show-sub-menu .arrow {
        transform: rotate(180deg)
    }

    .navbar .links .more-sub-menu, .navbar .links .more-sub-menu1, .navbar .links .more-sub-menu2 {
        left: 0;
        padding-left: 10px
    }
}*/



.szhr {
   border-top: 5px solid;
   border-image: linear-gradient( to right, #ffffff 10%, rgb(1, 179, 201) 30%, rgb(40, 48, 68) 50%, rgb(1, 179, 201) 70%, #ffffff 90% ) 1 0 0 1;
    }

/* Footer Background */
.zc-footer {
    color: #ffffff;
    font-family: 'Proza Libre', sans-serif;
    background-image: radial-gradient( #032d45,#021826,#000);
    background-size: cover;
    background-blend-mode: overlay;
}

/* Top Bar */
.zc-footer-top {
    text-align: center;
    padding: 10px 10px 10px 10px;
    background-image: radial-gradient( #032d45,#021826,#000);
    font-size: 16px;
    letter-spacing: 0.3px;
}

/* Main Columns */
.zc-footer-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 20px;
}

.zc-col {
    width: 22%;
    min-width: 250px;
    margin-bottom: 15px;
}

    /* Headings */
    .zc-col h3 {
        margin-bottom: 12px;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.7px;
        color: #d9f4ff;
    }

    .zc-col h4 {
        margin-top: 15px;
        margin-bottom: 12px;
        font-size: 17px;
        letter-spacing: 0.7px;
        font-weight: 600;
        color: #d9f4ff;
    }

/* Logo */
.zc-logo {
    margin-bottom: 10px;
    max-height: 40px;
    width: auto;
}

.subtext {
    opacity: 0.8;
    font-size: 14px;
    margin-bottom: 15px;
}

/* List Styling */
.zc-col ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.zc-col li {
    margin-bottom: 8px;
    font-size: 13px;
}

.zc-col p {
    margin-bottom: 8px;
    font-size: 13px;
}
/* Social Icons */
.zc-social {
    text-align: center;
}

    .zc-social ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .zc-social a {
        margin: 0 10px;
        color: #ffffff;
        font-size: 18px;
        transition: 0.2s;
    }

        .zc-social a:hover {
            opacity: 0.7;
        }

/* Bottom Line */
.zc-footer-bottom {
    text-align: center;
    padding: 10px 10px;
    background-image: radial-gradient( #032d45,#021826,#000);
    font-size: 13px;
    line-height: 22px;
}

/* Utility */
.mt20 {
    margin-top: 20px;
}

/* Responsive */
@media (max-width: 1200px) and (min-width: 769px) {
    .zc-col {
        width: 45%; /* 4 columns perfectly fit */
    }
}

@media (max-width: 900px) {
    .zc-col {
        width: 45%;
    }
}

@media (max-width: 600px) {
    .zc-col {
        width: 100%;
    }

    .zc-footer-top p {
        font-size: 14px;
    }
}