@charset "UTF-8";

/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 0.4rem;
    --bs-border-radius-xxl: 0.5rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

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

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 2.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

    .h4,
    h4 {
        font-size: 1.5rem
    }
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

p {
    margin-top: 0
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
    color: var(--cnvs-link-color)
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
    color: var(--cnvs-link-hover-color)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code {
    font-family: var(--bs-font-monospace);
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

img,
svg {
    vertical-align: middle
}

button {
    border-radius: 0;
    text-transform: none
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    vertical-align: middle
}

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

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

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

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }

    .container {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --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-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.g-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem
}

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

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

@media (min-width:576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:768px) {
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .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-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:992px) {
    .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-9 {
        flex: 0 0 auto;
        width: 75%
    }
}

@media (min-width:1200px) {
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
}

@media (max-width:767.98px) {
    .logo-dark.p-2 {
        width: 200px;
        height: auto !important
    }

    .cookie_accept {
        width: 100% !important
    }
}

[data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg)
}

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

.btn:hover {
    opacity: .85
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.disabled,
.btn:disabled {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm)
}

.fade {
    transition: opacity .15s linear
}

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

.fade:not(.show) {
    opacity: 0
}

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

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s
}

@media (prefers-reduced-motion:reduce) {

    .collapsing,
    .collapsing.collapse-horizontal {
        transition: none
    }
}

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

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

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

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

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

.dropdown-item.active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-menu.show {
    display: block
}

.btn-group-vertical>.btn.active,
.btn-group>.btn.active {
    z-index: 1
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.nav-link.disabled,
.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar[data-bs-theme=dark] {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

[data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

[data-bs-theme=dark] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius)
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color)
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color)
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width)
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width)
}

@media (min-width:576px) {
    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width:1400px) {
    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width)
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

[data-bs-theme=dark] .btn-close {
    filter: var(--bs-btn-close-white-filter)
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {

    .modal.fade .modal-dialog,
    .nav-link {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media (min-width:576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-footer,
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-footer,
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-footer,
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-footer,
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-footer,
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: calc(-1 * var(--bs-tooltip-arrow-height))
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: calc(-1 * var(--bs-tooltip-arrow-height))
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
    border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before {
    border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {
    border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg)
}

.carousel-item.active {
    display: block
}

.active.carousel-item-end {
    transform: translateX(100%)
}

.active.carousel-item-start {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
    background-color: #000
}

[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
    color: #000
}

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

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

    50% {
        opacity: 1;
        transform: none
    }
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5
}

@media (max-width:575.98px) {
    .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-sm.show:not(.hiding) {
        transform: none
    }

    .offcanvas-sm.show {
        visibility: visible
    }
}

@media (max-width:575.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-sm {
        transition: none
    }
}

@media (min-width:576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-sm .offcanvas-header {
        display: none
    }

    .offcanvas-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media (max-width:767.98px) {
    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-md.show:not(.hiding) {
        transform: none
    }

    .offcanvas-md.show {
        visibility: visible
    }
}

@media (max-width:767.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-md {
        transition: none
    }
}

@media (min-width:768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-md .offcanvas-header {
        display: none
    }

    .offcanvas-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media (max-width:991.98px) {
    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-lg.show:not(.hiding) {
        transform: none
    }

    .offcanvas-lg.show {
        visibility: visible
    }
}

@media (max-width:991.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-lg {
        transition: none
    }
}

@media (min-width:992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-lg .offcanvas-header {
        display: none
    }

    .offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media (max-width:1199.98px) {
    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xl.show:not(.hiding) {
        transform: none
    }

    .offcanvas-xl.show {
        visibility: visible
    }
}

@media (max-width:1199.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-xl {
        transition: none
    }
}

@media (min-width:1200px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }

    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-xl .offcanvas-header {
        display: none
    }

    .offcanvas-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media (max-width:1399.98px) {
    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xxl.show:not(.hiding) {
        transform: none
    }

    .offcanvas-xxl.show {
        visibility: visible
    }
}

@media (max-width:1399.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-xxl {
        transition: none
    }
}

@media (min-width:1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-xxl .offcanvas-header {
        display: none
    }

    .offcanvas-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition)
}

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%)
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%)
}

.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
}

.offcanvas.show:not(.hiding) {
    transform: none
}

.offcanvas.show {
    visibility: visible
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height)
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

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

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

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

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: var(--bs-box-shadow) !important;
    box-shadow: var(--cnvs-box-shadow) !important
}

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

.border-0 {
    border: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

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

.align-items-stretch {
    align-items: stretch !important
}

.m-0 {
    margin: 0 !important
}

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

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

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

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

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

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

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

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

.mb-0 {
    margin-bottom: 0 !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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-dark {
    --bs-text-opacity: 1;
    color: #333 !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: var(--bs-secondary-color) !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    #top-cart {
        position: relative
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
    --cnvs-themecolor: #0080ab;
    --cnvs-themecolor-rgb: 0, 148, 196;
    --bs-link-color: var(--cnvs-themecolor);
    --bs-link-color-rgb: var(--cnvs-themecolor-rgb);
    --bs-link-hover-color: var(--cnvs-heading-color);
    --cnvs-white: #fff;
    --cnvs-black: #000;
    --cnvs-headings-font-weight: 600;
    --cnvs-body-font: "Inter", sans-serif;
    --cnvs-primary-font: "Inter", sans-serif;
    --cnvs-secondary-font: "Playfair Display", serif;
    --cnvs-line-height-base: 1.5;
    --cnvs-line-height-content: 1.65;
    --cnvs-margin-base: 3rem;
    --cnvs-margin-sm: 2rem;
    --cnvs-margin-lg: 5rem;
    --cnvs-content-padding: 5rem;
    --cnvs-section-margin: 4rem;
    --cnvs-section-padding: var(--cnvs-section-margin);
    --cnvs-col-padding: var(--cnvs-section-padding);
    --cnvs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --cnvs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --cnvs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --cnvs-copyrights-font-size: 0.875rem;
    --bs-bg-opacity: 1;
    --cnvs-header-height: 100px;
    --cnvs-header-height-sm: 60px;
    --cnvs-header-height-md: 80px;
    --cnvs-header-height-lg: 120px;
    --cnvs-header-height-shrink: 60px;
    --cnvs-side-header-width: 260px;
    --cnvs-side-header-padding-gutters: 30px;
    --cnvs-side-panel-size: 300px;
    --cnvs-side-panel-padding: 50px 70px 50px 40px;
    --cnvs-side-panel-widget-padding: 40px;
    --cnvs-transitions: 0.5s ease;
    --cnvs-color-facebook: #3b5998;
    --cnvs-color-facebook-rgb: 59, 89, 152;
    --cnvs-color-whatsapp: #25d366;
    --cnvs-color-whatsapp-rgb: 37, 211, 102;
    --cnvs-color-delicious: #205cc0;
    --cnvs-color-delicious-rgb: 32, 92, 192;
    --cnvs-color-paypal: #00588b;
    --cnvs-color-paypal-rgb: 0, 88, 139;
    --cnvs-color-waze: #05c8f7;
    --cnvs-color-waze-rgb: 5, 200, 247;
    --cnvs-color-android: #a4c639;
    --cnvs-color-android-rgb: 164, 198, 57;
    --cnvs-color-googledrive: #1FA463;
    --cnvs-color-googledrive-rgb: 31, 164, 99;
    --cnvs-color-wikipedia: #333;
    --cnvs-color-wikipedia-rgb: 51, 51, 51;
    --cnvs-color-stumbleupon: #f74425;
    --cnvs-color-stumbleupon-rgb: 247, 68, 37;
    --cnvs-color-foursquare: #25a0ca;
    --cnvs-color-foursquare-rgb: 37, 160, 202;
    --cnvs-color-call: #444;
    --cnvs-color-call-rgb: 68, 68, 68;
    --cnvs-color-ninetyninedesigns: #f26739;
    --cnvs-color-ninetyninedesigns-rgb: 242, 103, 57;
    --cnvs-color-forrst: #5b9a68;
    --cnvs-color-forrst-rgb: 91, 154, 104;
    --cnvs-color-digg: #191919;
    --cnvs-color-digg-rgb: 25, 25, 25;
    --cnvs-color-spotify: #1DB954;
    --cnvs-color-spotify-rgb: 29, 185, 84;
    --cnvs-color-reddit: #c6c6c6;
    --cnvs-color-reddit-rgb: 198, 198, 198;
    --cnvs-color-blogger: #fc4f08;
    --cnvs-color-blogger-rgb: 252, 79, 8;
    --cnvs-color-cc: #688527;
    --cnvs-color-cc-rgb: 104, 133, 39;
    --cnvs-color-dribbble: #ea4c89;
    --cnvs-color-dribbble-rgb: 234, 76, 137;
    --cnvs-color-evernote: #5ba525;
    --cnvs-color-evernote-rgb: 91, 165, 37;
    --cnvs-color-flickr: #ff0084;
    --cnvs-color-flickr-rgb: 255, 0, 132;
    --cnvs-color-google: #4885ed;
    --cnvs-color-google-rgb: 72, 133, 237;
    --cnvs-color-salesforce: #1798c1;
    --cnvs-color-salesforce-rgb: 23, 152, 193;
    --cnvs-color-cloudflare: #f38020;
    --cnvs-color-cloudflare-rgb: 243, 128, 32;
    --cnvs-color-linkedin: #0e76a8;
    --cnvs-color-linkedin-rgb: 14, 118, 168;
    --cnvs-color-vk: #2b587a;
    --cnvs-color-vk-rgb: 43, 88, 122;
    --cnvs-color-rss: #ee802f;
    --cnvs-color-rss-rgb: 238, 128, 47;
    --cnvs-color-skype: #00aff0;
    --cnvs-color-skype-rgb: 0, 175, 240;
    --cnvs-color-twitter: #00acee;
    --cnvs-color-twitter-rgb: 0, 172, 238;
    --cnvs-color-x-twitter: #010101;
    --cnvs-color-x-twitter-rgb: 1, 1, 1;
    --cnvs-color-youtube: #c4302b;
    --cnvs-color-youtube-rgb: 196, 48, 43;
    --cnvs-color-vimeo: #86c9ef;
    --cnvs-color-vimeo-rgb: 134, 201, 239;
    --cnvs-color-slack: #ECB22E;
    --cnvs-color-slack-rgb: 236, 178, 46;
    --cnvs-color-yahoo: #720e9e;
    --cnvs-color-yahoo-rgb: 114, 14, 158;
    --cnvs-color-email3: #6567a5;
    --cnvs-color-email3-rgb: 101, 103, 165;
    --cnvs-color-macstore: #333333;
    --cnvs-color-macstore-rgb: 51, 51, 51;
    --cnvs-color-figma: #ab7c63;
    --cnvs-color-figma-rgb: 171, 124, 99;
    --cnvs-color-podcast: #e4b21b;
    --cnvs-color-podcast-rgb: 228, 178, 27;
    --cnvs-color-meetup: #e51937;
    --cnvs-color-meetup-rgb: 229, 25, 55;
    --cnvs-color-dropbox: #3d9ae8;
    --cnvs-color-dropbox-rgb: 61, 154, 232;
    --cnvs-color-ebay: #89c507;
    --cnvs-color-ebay-rgb: 137, 197, 7;
    --cnvs-color-github: #171515;
    --cnvs-color-github-rgb: 23, 21, 21;
    --cnvs-color-googleplay: #3bccff;
    --cnvs-color-googleplay-rgb: 59, 204, 255;
    --cnvs-color-itunes: #222;
    --cnvs-color-itunes-rgb: 34, 34, 34;
    --cnvs-color-periscope: #52677b;
    --cnvs-color-periscope-rgb: 82, 103, 123;
    --cnvs-color-meta: #0668E1;
    --cnvs-color-meta-rgb: 6, 104, 225;
    --cnvs-color-soundcloud: #ff7700;
    --cnvs-color-soundcloud-rgb: 255, 119, 0;
    --cnvs-color-tumblr: #34526f;
    --cnvs-color-tumblr-rgb: 52, 82, 111;
    --cnvs-color-wordpress: #1e8cbe;
    --cnvs-color-wordpress-rgb: 30, 140, 190;
    --cnvs-color-yelp: #c41200;
    --cnvs-color-yelp-rgb: 196, 18, 0;
    --cnvs-color-microsoft: #f65314;
    --cnvs-color-microsoft-rgb: 246, 83, 20;
    --cnvs-color-trello: #0079bf;
    --cnvs-color-trello-rgb: 0, 121, 191;
    --cnvs-color-scribd: #666666;
    --cnvs-color-scribd-rgb: 102, 102, 102;
    --cnvs-color-stripe: #008cdd;
    --cnvs-color-stripe-rgb: 0, 140, 221;
    --cnvs-color-print: #111;
    --cnvs-color-print-rgb: 17, 17, 17;
    --cnvs-color-btc: #f2a900;
    --cnvs-color-btc-rgb: 242, 169, 0;
    --cnvs-color-weibo: #DF2029;
    --cnvs-color-weibo-rgb: 223, 32, 41;
    --cnvs-color-acrobat: #d3222a;
    --cnvs-color-acrobat-rgb: 211, 34, 42;
    --cnvs-color-drupal: #27537a;
    --cnvs-color-drupal-rgb: 39, 83, 122;
    --cnvs-color-buffer: #333333;
    --cnvs-color-buffer-rgb: 51, 51, 51;
    --cnvs-color-pocket: #ee4056;
    --cnvs-color-pocket-rgb: 238, 64, 86;
    --cnvs-color-bitbucket: #0e4984;
    --cnvs-color-bitbucket-rgb: 14, 73, 132;
    --cnvs-color-stackoverflow: #ef8236;
    --cnvs-color-stackoverflow-rgb: 239, 130, 54;
    --cnvs-color-hackernews: #ff6600;
    --cnvs-color-hackernews-rgb: 255, 102, 0;
    --cnvs-color-xing: #126567;
    --cnvs-color-xing-rgb: 18, 101, 103;
    --cnvs-color-instagram: #8a3ab9;
    --cnvs-color-instagram-rgb: 138, 58, 185;
    --cnvs-color-quora: #a82400;
    --cnvs-color-quora-rgb: 168, 36, 0;
    --cnvs-color-openid: #e16309;
    --cnvs-color-openid-rgb: 225, 99, 9;
    --cnvs-color-steam: #111;
    --cnvs-color-steam-rgb: 17, 17, 17;
    --cnvs-color-amazon: #e47911;
    --cnvs-color-amazon-rgb: 228, 121, 17;
    --cnvs-color-line: #00b900;
    --cnvs-color-line-rgb: 0, 185, 0;
    --cnvs-color-kickstarter: #87c442;
    --cnvs-color-kickstarter-rgb: 135, 196, 66;
    --cnvs-color-appstore: #000;
    --cnvs-color-appstore-rgb: 0, 0, 0;
    --cnvs-color-pinterest: #c8232c;
    --cnvs-color-pinterest-rgb: 200, 35, 44;
    --cnvs-color-fivehundredpx: #111;
    --cnvs-color-fivehundredpx-rgb: 17, 17, 17;
    --cnvs-color-tiktok: #000;
    --cnvs-color-tiktok-rgb: 0, 0, 0;
    --cnvs-color-airbnb: #FF5A5F;
    --cnvs-color-airbnb-rgb: 255, 90, 95;
    --cnvs-color-gpay: #6877df;
    --cnvs-color-gpay-rgb: 104, 119, 223;
    --cnvs-color-unsplash: #111;
    --cnvs-color-unsplash-rgb: 17, 17, 17;
    --cnvs-color-snapchat: #fffc00;
    --cnvs-color-snapchat-rgb: 255, 252, 0;
    --cnvs-color-discord: #7289da;
    --cnvs-color-discord-rgb: 114, 137, 218;
    --cnvs-color-twitch: #6441a5;
    --cnvs-color-twitch-rgb: 100, 65, 165;
    --cnvs-font-size-body: var(--bs-body-font-size);
    --cnvs-font-size-h1: 2.25rem;
    --cnvs-font-size-h2: 1.875rem;
    --cnvs-font-size-h3: 1.625rem;
    --cnvs-font-size-h4: 1.375rem;
    --cnvs-font-size-h5: 1.125rem;
    --cnvs-font-size-h6: 0.875rem;
    --cnvs-font-size-small: calc(var(--cnvs-font-size-body) * 0.875);
    --cnvs-contrast-0: #fff;
    --cnvs-contrast-100: #f8f9fa;
    --cnvs-contrast-200: #e9ecef;
    --cnvs-contrast-300: #dee2e6;
    --cnvs-contrast-400: #ced4da;
    --cnvs-contrast-500: #adb5bd;
    --cnvs-contrast-600: #6c757d;
    --cnvs-contrast-700: #495057;
    --cnvs-contrast-800: #343a40;
    --cnvs-contrast-900: #212529;
    --cnvs-contrast-1000: #000;
    --cnvs-invert-contrast-0: #000;
    --cnvs-invert-contrast-100: #212529;
    --cnvs-invert-contrast-200: #343a40;
    --cnvs-invert-contrast-300: #495057;
    --cnvs-invert-contrast-400: #6c757d;
    --cnvs-invert-contrast-500: #adb5bd;
    --cnvs-invert-contrast-600: #ced4da;
    --cnvs-invert-contrast-700: #dee2e6;
    --cnvs-invert-contrast-800: #e9ecef;
    --cnvs-invert-contrast-900: #f8f9fa;
    --cnvs-invert-contrast-1000: #fff;
    --cnvs-body-bg: var(--bs-body-bg);
    --cnvs-body-bg-boxed: var(--cnvs-body-bg);
    --cnvs-link-color: var(--cnvs-themecolor);
    --cnvs-link-hover-color: var(--cnvs---cnvs-heading-color);
    --cnvs-contrast-rgb: 0, 0, 0;
    --cnvs-invert-contrast-rgb: 255, 255, 255;
    --cnvs-contrast-bg: #fff;
    --cnvs-contrast-bg-offset: #f8f9fa;
    --cnvs-topbar-bg: var(--cnvs-contrast-0);
    --cnvs-topbar-color: var(--cnvs-contrast-700);
    --cnvs-topbar-border-color: rgba(var(--cnvs-contrast-rgb), 0.1);
    --cnvs-topbar-social-icon-color: var(--cnvs-contrast-600);
    --cnvs-header-bg: var(--cnvs-contrast-0);
    --cnvs-header-sticky-bg: var(--cnvs-header-bg);
    --cnvs-side-header-bg: var(--cnvs-contrast-0);
    --cnvs-section-bg: var(--cnvs-contrast-bg-offset);
    --cnvs-heading-color: var(--cnvs-contrast-900);
    --cnvs-line-color: rgba(var(--cnvs-contrast-rgb), .1);
    --cnvs-footer-bg: var(--cnvs-contrast-bg-offset);
    --cnvs-bg-overlay-bg-opacity: 0.75;
    --cnvs-bg-overlay-bg: rgba(var(--cnvs-invert-contrast-rgb), var(--cnvs-bg-overlay-bg-opacity));
    color: var(--cnvs-contrast-800)
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth;
        scroll-behavior: auto
    }
}

[class*=col-]:not([class*=sticky-]):not([class*=position-]) {
    position: relative
}

.form-group {
    margin-bottom: 1rem
}

#wrapper {
    position: relative;
    float: none;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    body:not(.stretched) #wrapper {
        max-width: 1200px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    body:not(.stretched) #wrapper {
        max-width: 1400px
    }
}

.stretched #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none
}

.section {
    position: relative;
    width: 100%;
    margin: var(--cnvs-section-margin) 0;
    padding: var(--cnvs-section-padding) 0;
    background-color: var(--cnvs-section-bg);
    overflow: hidden
}

.section .container {
    z-index: 2
}

.parallax {
    --cnvs-parallax-ratio: 2;
    --cnvs-parallax-width: 100%;
    --cnvs-parallax-height: calc(1px * (var(--cnvs-scroll-height) + ((var(--cnvs-parallax-ratio) * 100))));
    --cnvs-parallax-factor: -1px;
    --cnvs-parallax-value: calc(var(--cnvs-parallax-factor) * var(--cnvs-parallax-ratio) * var(--cnvs-scroll-percent));
    overflow: hidden;
    will-change: transform;
    position: relative
}

.parallax[data-parallax-to=bottom] {
    --cnvs-parallax-factor: 1px
}

.parallax[data-parallax-to=bottom] .parallax-bg {
    top: auto;
    bottom: 0
}

.parallax[data-parallax-direction=horizontal] {
    --cnvs-parallax-width: calc(1px * (var(--cnvs-scroll-width) + ((var(--cnvs-parallax-ratio) * 100))));
    --cnvs-parallax-height: 100%
}

.parallax[data-parallax-direction=horizontal] .parallax-bg {
    transform: translate3d(var(--cnvs-parallax-value), 0, 0)
}

.parallax[data-parallax-direction=horizontal][data-parallax-to=right] {
    --cnvs-parallax-factor: 1px
}

.parallax[data-parallax-direction=horizontal][data-parallax-to=right] .parallax-bg {
    left: auto;
    right: 0
}

dl,
li,
ol,
ul {
    margin: 0;
    padding: 0
}

.clear {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden
}

::selection {
    background: var(--cnvs-themecolor);
    color: var(--cnvs-body-bg);
    text-shadow: none
}

::-moz-selection {
    background: var(--cnvs-themecolor);
    color: var(--cnvs-body-bg);
    text-shadow: none
}

::-webkit-selection {
    background: var(--cnvs-themecolor);
    color: var(--cnvs-body-bg);
    text-shadow: none
}

body {
    line-height: 1.5;
    font-size: var(--cnvs-font-size-body);
    font-family: var(--cnvs-body-font);
}

body:not(.stretched) {
    background: var(--cnvs-body-bg-boxed)
}

a img {
    border: none
}

img {
    max-width: 100%
}

iframe {
    width: 100%;
    border: 0 !important;
    overflow: hidden !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--cnvs-heading-color);
    font-weight: var(--cnvs-headings-font-weight);
    line-height: var(--cnvs-line-height-base);
    margin: 0 0 30px;
    font-family: var(--cnvs-primary-font)
}

.h1,
h1 {
    font-size: var(--cnvs-font-size-h1)
}

.h2,
h2 {
    font-size: var(--cnvs-font-size-h2)
}

.h3,
h3 {
    font-size: var(--cnvs-font-size-h3)
}

.h4,
h4 {
    font-size: var(--cnvs-font-size-h4);
    font-weight: 600
}

.h5,
h5 {
    font-size: var(--cnvs-font-size-h5)
}

.h6,
h6 {
    font-size: var(--cnvs-font-size-h6)
}

.h5 {
    font-size: 1.25rem
}

.h6 {
    font-size: 1rem
}

.h5,
.h6,
h5,
h6 {
    margin-bottom: 20px;
    font-weight: 700
}

@media (max-width:767.98px) {

    .h1,
    h1 {
        font-size: 1.75rem
    }

    .h2,
    h2 {
        font-size: 1.5rem
    }

    .h3,
    h3 {
        font-size: 1.25rem
    }

    .h4,
    h4 {
        font-size: 1rem
    }
}

.h1>span:not(.nocolor):not(.badge),
.h2>span:not(.nocolor):not(.badge),
.h3>span:not(.nocolor):not(.badge),
.h4>span:not(.nocolor):not(.badge),
.h5>span:not(.nocolor):not(.badge),
.h6>span:not(.nocolor):not(.badge),
h1>span:not(.nocolor):not(.badge),
h2>span:not(.nocolor):not(.badge),
h3>span:not(.nocolor):not(.badge),
h4>span:not(.nocolor):not(.badge),
h5>span:not(.nocolor):not(.badge),
h6>span:not(.nocolor):not(.badge) {
    color: var(--cnvs-themecolor)
}

address,
dl,
form,
ol,
p,
ul {
    margin-bottom: 30px
}

.small,
small {
    font-size: var(--cnvs-font-size-small)
}

.line {
    clear: both;
    position: relative;
    width: 100%;
    margin: var(--cnvs-section-margin) 0;
    border-top: 1px solid rgba(var(--cnvs-contrast-rgb), .1)
}

.line.line-sm {
    margin: calc(var(--cnvs-section-margin) * .5) 0
}

.center {
    text-align: center !important
}

.text-contrast-600 {
    color: #4f5f6f !important
}

.bg-color,
.bg-color #header-wrap {
    background-color: #f8f9fa
}

.color {
    color: #004b79 !important
}

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

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

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

.ls-0 {
    letter-spacing: 0 !important
}

.font-body {
    font-family: var(--cnvs-body-font) !important
}

.font-primary {
    font-family: var(--cnvs-primary-font) !important
}

.text-underline-offset-4 {
    text-underline-offset: 4px !important
}

@keyframes BgAnimated {
    from {
        background-position: 0 0
    }

    to {
        background-position: 0 400px
    }
}

.vertical-middle {
    z-index: 3;
    position: relative;
    display: flex;
    width: 100%;
    min-height: 100%;
    justify-content: center;
    flex-flow: column
}

.h-op-1:hover {
    opacity: 1 !important
}

.op-04 {
    opacity: .4 !important
}

.op-07 {
    opacity: .7 !important
}

[class*=gutter-] {
    --cnvs-custom-gutter: var(--bs-gutter-x);
    margin-right: calc(var(--cnvs-custom-gutter) * -.5);
    margin-left: calc(var(--cnvs-custom-gutter) * -.5);
    margin-top: calc(var(--cnvs-custom-gutter) * -1)
}

[class*=gutter-]>[class*=col-] {
    padding-right: calc(var(--cnvs-custom-gutter) * .5);
    padding-left: calc(var(--cnvs-custom-gutter) * .5);
    margin-top: var(--cnvs-custom-gutter)
}

.gutter-40 {
    --cnvs-custom-gutter: 40px
}

[class*=col-mb-] {
    margin-bottom: calc(var(--cnvs-col-mb) * -1)
}

[class*=col-mb-]>[class*=col-] {
    padding-bottom: var(--cnvs-col-mb)
}

.col-mb-30 {
    --cnvs-col-mb: 30px
}

.col-mb-50 {
    --cnvs-col-mb: 50px
}

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

.min-vh-50 {
    min-height: 50vh !important
}

.h-auto {
    height: auto !important
}

@keyframes cnvsFloat {

    0%,
    100% {
        transform: translate3d(var(--cnvs-float-x-from), var(--cnvs-float-y-from), 0)
    }

    50% {
        transform: translate3d(var(--cnvs-float-x-to), var(--cnvs-float-y-to), 0)
    }
}

#header {
    background:rgb(0, 75, 121);
    --cnvs-sticky-header-height: var(--cnvs-header-height);
    --cnvs-header-border-color: rgba(var(--cnvs-contrast-rgb), .1);
    --cnvs-header-transparent-border-color: rgba(var(--cnvs-contrast-rgb), .1);
    --cnvs-primary-menu-padding-x: 15px;
    --cnvs-header-floating-top-offset: 60px;
    --cnvs-header-floating-padding: 30px;
    --cnvs-side-header-padding-gutters: 30px;
    --cnvs-primary-menu-color: var(--cnvs-contrast-900);
    --cnvs-primary-menu-hover-color: var(--cnvs-themecolor);
    --cnvs-primary-menu-active-color: var(--cnvs-primary-menu-hover-color);
    --cnvs-primary-menu-font: var(--cnvs-primary-font);
    --cnvs-primary-menu-font-weight: 700;
    --cnvs-primary-menu-font-size: 0.8125rem;
    --cnvs-primary-menu-tt: uppercase;
    --cnvs-primary-menu-ls: 1px;
    --cnvs-primary-menu-icon-size: 1rem;
    --cnvs-primary-menu-icon-gap: 0.625rem;
    --cnvs-primary-menu-hover-text-decoration: none;
    --cnvs-primary-menu-hover-text-decoration-offset: 3px;
    --cnvs-primary-menu-submenu-padding-x: 15px;
    --cnvs-primary-menu-submenu-padding-y: 10px;
    --cnvs-primary-menu-submenu-top-border: 2px solid var(--cnvs-themecolor);
    --cnvs-primary-menu-submenu-width: 240px;
    --cnvs-primary-menu-submenu-display-speed: 0.3s;
    --cnvs-primary-menu-submenu-display-offset: 0.5rem;
    --cnvs-primary-menu-submenu-font: var(--cnvs-body-font);
    --cnvs-primary-menu-submenu-font-size: 0.75rem;
    --cnvs-primary-menu-submenu-font-weight: 600;
    --cnvs-primary-menu-submenu-hover-font-weight: 700;
    --cnvs-primary-menu-submenu-tt: uppercase;
    --cnvs-primary-menu-submenu-color: var(--cnvs-contrast-900);
    --cnvs-primary-menu-submenu-spacing: 0;
    --cnvs-primary-menu-submenu-hover-bg: rgba(var(--cnvs-contrast-rgb), 0.025);
    --cnvs-primary-menu-submenu-hover-color: var(--cnvs-primary-menu-active-color);
    --cnvs-primary-menu-submenu-hover-padding-offset: 0.25rem;
    --cnvs-primary-menu-submenu-subtitle-display: none;
    --cnvs-primary-menu-submenu-subtitle-font-size: var(--cnvs-primary-menu-submenu-font-size);
    --cnvs-primary-menu-submenu-subtitle-font-weight: 400;
    --cnvs-primary-menu-submenu-subtitle-tt: none;
    --cnvs-header-misc-icons-size: 1.125rem;
    --cnvs-header-misc-icons-color: var(--cnvs-primary-menu-color);
    --cnvs-mega-menu-width-sm: 400px;
    --cnvs-mobile-menu-off-canvas-width: 280px;
    --cnvs-top-search-font-size: 2rem;
    --cnvs-top-search-placeholder: var(--cnvs-contrast-600);
    position: relative;
    --cnvs-primary-menu-font: var(--cnvs-body-font);
    --cnvs-primary-menu-font-weight: 600;
    --cnvs-primary-menu-color: var(--cnvs-contrast-800);
    --cnvs-primary-menu-hover-color: var(--cnvs-contrast-1000);
    --cnvs-primary-menu-tt: none;
    --cnvs-primary-menu-ls: 0;
    --cnvs-primary-menu-font-size: 1rem;
    --cnvs-header-misc-icons-size: 1.5rem;
    --cnvs-primary-menu-font-weight: 500;
    --cnvs-primary-menu-font-size: 1rem;
    --cnvs-primary-menu-tt: none;
    --cnvs-primary-menu-ls: 0;
    --cnvs-primary-menu-submenu-font-weight: 400;
    --cnvs-primary-menu-submenu-hover-font-weight: 500;
    --cnvs-primary-menu-submenu-tt: none;
    --cnvs-primary-menu-submenu-font-size: 15px;
    --cnvs-primary-menu-submenu-color: #666;
    --cnvs-primary-menu-submenu-hover-bg: transparent
}

#header-wrap {
    position: fixed;
    height: auto;
    z-index: 299;
    width: 100%;
    transition: height .2s, background-color .3s;
    backface-visibility: hidden
}

@media (prefers-reduced-motion:reduce) {

    #header-wrap,
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start,
    .carousel-indicators [data-bs-target],
    .offcanvas {
        transition: none
    }
}

.is-expanded-menu #header[data-sticky-offset]:not([data-sticky-offset=full]):not(.sticky-header) #header-wrap,
.is-expanded-menu #slider+#header:not(.sticky-header) #header-wrap,
.is-expanded-menu div+#header-wrap,
body.is-expanded-menu:not(.stretched) #header:not(.sticky-header) #header-wrap {
    position: absolute
}

body:not(.is-expanded-menu) #header:not([data-mobile-sticky=true]) #header-wrap {
    position: relative
}

body:not(.is-expanded-menu) #header:not([data-mobile-sticky=true]) .header-wrap-clone {
    display: none
}

.header-wrap-clone {
    height: calc(var(--cnvs-header-height) + 1px)
}

.header-row {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.is-expanded-menu .header-row {
    position: initial
}

.is-expanded-menu .header-size-sm {
    --cnvs-header-height: var(--cnvs-header-height-sm)
}

.is-expanded-menu #header.sticky-header-shrink {
    --cnvs-sticky-header-height: var(--cnvs-header-height-shrink)
}

.is-expanded-menu .sub-menu-container {
    transition: top .4s
}

.is-expanded-menu .sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--cnvs-header-sticky-bg)
}

body:not(.is-expanded-menu) [data-mobile-sticky=true] .menu-container {
    max-height: 60vh;
    margin: 0 0 1rem;
    overflow-x: hidden;
    overflow-y: scroll
}

body:not(.is-expanded-menu) .sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 299;
    background-color: var(--cnvs-header-sticky-bg);
    border-bottom: var(--cnvs-primary-menu-submenu-border);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

body:not(.is-expanded-menu) .sticky-header .header-wrap-clone {
    display: block
}

body:not(.is-expanded-menu):not(.primary-menu-open) .dark.transparent-header-responsive {
    background-color: transparent;
    border: none
}

#logo {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: auto;
    max-height: 100%
}

#logo a {
    color: #000;
    font-family: var(--cnvs-primary-font);
    font-size: 36px;
    width: 100%
}

#logo a [class^=logo-] {
    display: none
}

#logo a .logo-default {
    display: flex
}

#logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    transition: height .4s, padding .4s, margin .4s, opacity .3s
}

#header-wrap #logo img {
    height: var(--cnvs-header-height)
}

.is-expanded-menu #header.sticky-header-shrink #header-wrap #logo img {
    height: var(--cnvs-sticky-header-height)
}

.primary-menu {
    display: flex;
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.is-expanded-menu .primary-menu {
    flex: 0 0 auto;
    flex-grow: 0
}

.primary-menu+.primary-menu {
    border-top: var(--cnvs-primary-menu-submenu-border)
}

.is-expanded-menu .primary-menu+.primary-menu {
    border-top: 0
}

.primary-menu-trigger {
    --cnvs-menu-trigger-gap: 0.75rem;
    display: flex;
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    padding: var(--cnvs-menu-trigger-gap);
    transition: opacity .3s
}

@media (prefers-reduced-motion:reduce) {

    #logo img,
    .is-expanded-menu .sub-menu-container,
    .primary-menu-trigger {
        transition: none
    }
}

.is-expanded-menu .primary-menu-trigger {
    display: none;
    opacity: 0;
    pointer-events: none;
    z-index: 0
}

.primary-menu-trigger .primary-menu-trigger-text {
    margin-left: .25rem
}

.cnvs-hamburger {
    --cnvs-hamburger-size: 1rem;
    --cnvs-hamburger-width: 2px;
    --cnvs-hamburger-offset: calc(-1 * calc(calc(var(--cnvs-hamburger-size) - calc(var(--cnvs-hamburger-width) * 2)) * .5));
    display: block;
    position: relative;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: visible
}

.cnvs-hamburger .cnvs-hamburger-box {
    width: var(--cnvs-hamburger-size);
    height: var(--cnvs-hamburger-size);
    display: block;
    position: relative
}

.cnvs-hamburger .cnvs-hamburger-inner {
    display: block;
    top: 50%;
    margin-top: calc(-1 * var(--cnvs-hamburger-width) * .5)
}

.cnvs-hamburger .cnvs-hamburger-inner,
.cnvs-hamburger .cnvs-hamburger-inner::after,
.cnvs-hamburger .cnvs-hamburger-inner::before {
    width: var(--cnvs-hamburger-size);
    height: var(--cnvs-hamburger-width);
    background-color: var(--cnvs-contrast-900);
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.cnvs-hamburger .cnvs-hamburger-inner::after,
.cnvs-hamburger .cnvs-hamburger-inner::before {
    content: "";
    display: block
}

.cnvs-hamburger .cnvs-hamburger-inner::before {
    top: var(--cnvs-hamburger-offset);
    transition: top 75ms .12s, opacity 75ms
}

.cnvs-hamburger .cnvs-hamburger-inner::after {
    bottom: var(--cnvs-hamburger-offset);
    transition: bottom 75ms .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.primary-menu-trigger-active .cnvs-hamburger .cnvs-hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.primary-menu-trigger-active .cnvs-hamburger .cnvs-hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 75ms, opacity 75ms .12s
}

.primary-menu-trigger-active .cnvs-hamburger .cnvs-hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s
}

.menu-container {
    display: none;
    list-style: none;
    margin: 0;
    width: 100%
}

.menu-item {
    position: relative
}

.menu-item:not(:first-child) {
    border-top: var(--cnvs-primary-menu-submenu-border)
}

.is-expanded-menu .menu-item:not(:first-child) {
    border-top: 0
}

.menu-item:hover>.menu-link {
    color: var(--cnvs-primary-menu-hover-color)
}

.menu-item.current>.menu-link {
    color: var(--cnvs-primary-menu-active-color)
}

.menu-item .sub-menu-trigger {
    display: block;
    position: absolute;
    cursor: pointer;
    outline: 0;
    border: none;
    background: 0 0;
    padding: 0;
    top: 9px;
    right: 0;
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    color: var(--cnvs-primary-menu-color);
    transition: transform .3s
}

@media (prefers-reduced-motion:reduce) {
    .menu-item .sub-menu-trigger {
        transition: none
    }
}

.menu-link {
    --cnvs-primary-menu-padding-y: 14px;
    --cnvs-primary-menu-padding-x: 5px;
    display: block;
    line-height: 22px;
    padding: var(--cnvs-primary-menu-padding-y) var(--cnvs-primary-menu-padding-x);
    color: var(--cnvs-primary-menu-color);
    font-weight: var(--cnvs-primary-menu-font-weight);
    font-size: var(--cnvs-primary-menu-font-size);
    font-family: var(--cnvs-primary-menu-font);
    text-transform: var(--cnvs-primary-menu-tt);
    letter-spacing: var(--cnvs-primary-menu-ls)
}

.is-expanded-menu .menu-link {
    --cnvs-primary-menu-padding-y: calc(calc(var(--cnvs-sticky-header-height) - 22px) * 0.5);
    --cnvs-primary-menu-padding-x: 15px;
    transition: margin .4s, padding .4s;
    --cnvs-primary-menu-padding-x: 10px
}

.menu-link span {
    display: var(--cnvs-primary-menu-submenu-subtitle-display)
}

.menu-link i {
    position: relative;
    font-size: var(--cnvs-primary-menu-icon-size);
    width: var(--cnvs-primary-menu-icon-size);
    text-align: center;
    margin-right: var(--cnvs-primary-menu-icon-gap);
    vertical-align: top
}

.sub-menu-container {
    position: relative;
    padding-left: 15px;
    border-top: 1px solid var(--cnvs-header-border-color);
    list-style: none;
    margin-bottom: 0
}

.is-expanded-menu .sub-menu-container {
    position: absolute;
    visibility: hidden;
    background-color: var(--cnvs-primary-menu-submenu-bg);
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
    border: var(--cnvs-primary-menu-submenu-border);
    border-top: var(--cnvs-primary-menu-submenu-top-border);
    z-index: 399;
    top: 100%;
    left: 0;
    padding: 0
}

.is-expanded-menu .menu-container>.menu-item:not(.mega-menu) .sub-menu-container:not([class*=col-]):not([class=col]) {
    width: var(--cnvs-primary-menu-submenu-width)
}

.sub-menu-container .menu-item:not(:first-child) {
    border-top: var(--cnvs-primary-menu-submenu-border)
}

.sub-menu-container .menu-item>.menu-link {
    position: relative;
    padding: 10px 5px;
    font-size: var(--cnvs-primary-menu-submenu-font-size);
    font-weight: var(--cnvs-primary-menu-submenu-font-weight);
    color: var(--cnvs-contrast-900);
    letter-spacing: var(--cnvs-primary-menu-submenu-spacing);
    font-family: var(--cnvs-primary-menu-submenu-font)
}

.sub-menu-container .menu-item>.menu-link div {
    position: relative
}

.sub-menu-container .menu-item:hover>.menu-link {
    --cnvs-primary-menu-submenu-font-weight: var(--cnvs-primary-menu-submenu-hover-font-weight)
}

.sub-menu-container .menu-item .sub-menu-trigger {
    top: 6px
}

.sub-menu-container .sub-menu-trigger {
    font-size: 10px
}

.is-expanded-menu .primary-menu:not(.on-click) .menu-item:not(.mega-menu) .sub-menu-container {
    display: none;
    opacity: 0;
    margin-top: var(--cnvs-primary-menu-submenu-display-offset);
    z-index: -9999;
    pointer-events: none;
    transition: all calc(var(--cnvs-primary-menu-submenu-display-speed) * .75) ease
}

@media (prefers-reduced-motion:reduce) {

    .is-expanded-menu .menu-link,
    .is-expanded-menu .primary-menu:not(.on-click) .menu-item:not(.mega-menu) .sub-menu-container {
        transition: none
    }
}

.is-expanded-menu .primary-menu:not(.on-click) .menu-item:hover>.sub-menu-container {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 399;
    pointer-events: auto;
    transition: opacity var(--cnvs-primary-menu-submenu-display-speed) ease, margin var(--cnvs-primary-menu-submenu-display-speed) ease
}

.is-expanded-menu .primary-menu:not(.on-click) .menu-item:not(.menu-item-hover)>.sub-menu-container>* {
    display: none
}

.is-expanded-menu .primary-menu:not(.on-click).primary-menu-init .menu-item:not(.mega-menu) .sub-menu-container {
    display: block
}

body:not(.is-expanded-menu) .primary-menu {
    max-width: 100%
}

body:not(.is-expanded-menu) .primary-menu>.container {
    max-width: none;
    padding: 0
}

.is-expanded-menu .menu-container:not(.mobile-primary-menu) {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.is-expanded-menu .menu-container>.menu-item:not(:first-child) {
    margin-left: 2px
}

.is-expanded-menu .sub-menu-container .sub-menu-container {
    list-style: none;
    top: -2px !important;
    left: 100%
}

.is-expanded-menu .sub-menu-container .menu-item:not(:first-child) {
    border-top: 0
}

.is-expanded-menu .sub-menu-container .menu-item>.menu-link {
    padding: var(--cnvs-primary-menu-submenu-padding-y) var(--cnvs-primary-menu-submenu-padding-x);
    font-weight: var(--cnvs-primary-menu-submenu-font-weight);
    text-transform: var(--cnvs-primary-menu-submenu-tt);
    border: 0;
    transition: .2s ease-in-out
}

.is-expanded-menu .sub-menu-container .menu-item>.menu-link span {
    --cnvs-primary-menu-submenu-subtitle-display: block;
    color: var(--cnvs-primary-menu-submenu-subtitle-color);
    font-size: var(--cnvs-primary-menu-submenu-subtitle-font-size);
    font-weight: var(--cnvs-primary-menu-submenu-subtitle-font-weight);
    text-transform: var(--cnvs-primary-menu-submenu-subtitle-tt);
    line-height: 1.5
}

.is-expanded-menu .sub-menu-container .menu-item:hover>.menu-link {
    background-color: var(--cnvs-primary-menu-submenu-hover-bg);
    --cnvs-primary-menu-submenu-font-weight: var(--cnvs-primary-menu-submenu-hover-font-weight);
    padding-left: calc(var(--cnvs-primary-menu-submenu-padding-x) + var(--cnvs-primary-menu-submenu-hover-padding-offset))
}

.is-expanded-menu .sub-menu-container .menu-item:hover>.menu-link div {
    -webkit-text-decoration: var(--cnvs-primary-menu-hover-text-decoration);
    text-decoration: var(--cnvs-primary-menu-hover-text-decoration);
    text-underline-offset: var(--cnvs-primary-menu-hover-text-decoration-offset)
}

.is-expanded-menu .sub-menu-container .menu-item.current>.menu-link,
.is-expanded-menu .sub-menu-container .menu-item:hover>.menu-link {
    color: var(--cnvs-primary-menu-submenu-hover-color)
}

.is-expanded-menu .menu-item .sub-menu-trigger {
    display: none
}

.header-misc {
    position: initial;
    display: flex;
    align-items: center;
    margin-left: 15px
}

.is-expanded-menu .header-misc {
    order: 6
}

.header-misc-icon>a {
    display: flex;
    position: relative;
    width: calc(var(--cnvs-header-misc-icons-size) + .125rem);
    height: calc(var(--cnvs-header-misc-icons-size) + .125rem);
    font-size: calc(var(--cnvs-header-misc-icons-size));
    line-height: calc(var(--cnvs-header-misc-icons-size) + .125rem);
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--cnvs-header-misc-icons-color);
    transition: color .3s ease-in-out
}

.is-expanded-menu .header-misc:not([class*=order-]) {
    order: 6
}

.top-cart-number {
    --cnvs-top-cart-number-size: 1.125rem;
    display: block;
    position: absolute;
    top: -10px;
    left: auto;
    right: -8px;
    font-size: .625rem;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background-color: #e40000;
    opacity: .8;
    border-radius: 50%
}

.top-cart-title {
    padding: .75rem 1rem;
    border-bottom: 1px solid var(--cnvs-header-border-color)
}

.top-cart-title .h4,
.top-cart-title h4 {
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px
}

.top-cart-items {
    padding: 1rem
}

@media (min-width:992px) {
    .top-cart-items {
        padding: 1rem
    }
}

.top-cart-action,
.top-cart-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.top-cart-item {
    justify-content: flex-start
}

.top-cart-item:not(:first-child) {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid var(--cnvs-header-border-color)
}

.top-cart-item-image a,
.top-cart-item-image img {
    display: block;
    width: 60px;
    height: 60px
}

.top-cart-item-image:hover {
    border-color: var(--cnvs-themecolor)
}

.top-cart-item-price {
    font-size: .75rem;
    color: var(--cnvs-primary-menu-color)
}

.top-cart-item-quantity {
    padding-top: 5px;
    font-size: .75rem;
    line-height: 1.25rem;
    color: var(--cnvs-primary-menu-color)
}

.top-cart-action {
    align-items: center;
    padding: 1rem;
    border-top: 1px solid var(--cnvs-header-border-color)
}

body:not(.is-expanded-pagemenu) #header[data-mobile-sticky=true]~#page-menu {
    --cnvs-page-submenu-sticky-offset: var(--cnvs-header-height)
}

#side-panel {
    --cnvs-side-panel-bg: var(--cnvs-contrast-100);
    position: fixed;
    top: 0;
    right: calc(-1 * var(--cnvs-side-panel-size));
    z-index: 699;
    width: var(--cnvs-side-panel-size);
    height: 100%;
    background-color: var(--cnvs-side-panel-bg);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    transition: right .4s;
    --cnvs-side-panel-bg: var(--cnvs-themecolor)
}

.side-panel-left #side-panel {
    left: calc(-1 * var(--cnvs-side-panel-size));
    right: auto;
    transition: left .4s
}

#side-panel .side-panel-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(var(--cnvs-side-panel-size) + 30px);
    height: 100%;
    overflow: auto;
    padding: var(--cnvs-side-panel-padding)
}

#side-panel .widget {
    margin-top: var(--cnvs-side-panel-widget-padding);
    padding-top: var(--cnvs-side-panel-widget-padding);
    width: calc(var(--cnvs-side-panel-size) - 80px);
    border-top: 1px solid var(--cnvs-contrast-200)
}

#side-panel .widget:first-child {
    padding-top: 0;
    border-top: 0;
    margin: 0
}

.side-panel-open #side-panel {
    right: 0
}

.side-panel-left.side-panel-open #side-panel {
    left: 0;
    right: auto
}

#side-panel-trigger {
    display: block;
    cursor: pointer;
    z-index: 11;
    margin-right: 5px
}

#side-panel-trigger-close a {
    display: none
}

.body-overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: -1;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    transition: opacity .3s
}

@media (prefers-reduced-motion:reduce) {

    #side-panel,
    .body-overlay,
    .header-misc-icon>a,
    .is-expanded-menu .primary-menu:not(.on-click) .menu-item:hover>.sub-menu-container,
    .is-expanded-menu .sub-menu-container .menu-item>.menu-link,
    .side-panel-left #side-panel {
        transition: none
    }
}

.side-panel-open .body-overlay {
    opacity: 1;
    z-index: 599;
    pointer-events: auto
}

.side-panel-open:not(.device-xs):not(.device-sm):not(.device-md) .body-overlay:hover {
    cursor: url("images/icons/close.png") 15 15, default
}

:root {
    --cnvs-header-border-color: rgba(var(--cnvs-contrast-rgb), .1);
    --cnvs-header-transparent-border-color: rgba(var(--cnvs-contrast-rgb), .1);
    --cnvs-header-floating-bg: var(--cnvs-contrast-0);
    --cnvs-primary-menu-color: var(--cnvs-contrast-900);
    --cnvs-primary-menu-submenu-bg: var(--cnvs-contrast-0);
    --cnvs-primary-menu-submenu-color: var(--cnvs-contrast-900);
    --cnvs-primary-menu-submenu-border: 1px solid rgba(var(--cnvs-contrast-rgb), 0.1);
    --cnvs-primary-menu-submenu-hover-bg: rgba(var(--cnvs-contrast-rgb), 0.025);
    --cnvs-primary-menu-submenu-subtitle-color: var(--cnvs-contrast-600);
    --cnvs-header-misc-icons-color: var(--cnvs-primary-menu-color);
    --cnvs-side-panel-bg: var(--cnvs-contrast-100);
    --cnvs-slider-caption-font-color: var(--cnvs-contrast-800);
    --cnvs-slider-arrows-bg-color: rgba(0, 0, 0, 0.3);
    --cnvs-slider-arrows-bg-hover-color: rgba(0, 0, 0, 0.6);
    --cnvs-slider-arrow-color: var(--bs-gray-100);
    --cnvs-owl-dots-slider-color: #fff;
    --cnvs-fslider-dots-position-top: 14px;
    --cnvs-fslider-dots-position-right: 10px;
    --cnvs-fslider-dots-size: 0.625rem;
    --cnvs-fslider-dots-border-color: #fff;
    --cnvs-fslider-dots-border-radius: 50%;
    --cnvs-fslider-thumbs-gutters: 2px;
    --cnvs-fslider-thumbs-width: 100px;
    --cnvs-canvas-slider-dots-size: 0.625rem;
    --cnvs-slider-pagination-gutters: 4px;
    --cnvs-slider-pagination-rounded: 50%;
    --cnvs-swiper-dots-position-bottom: 20px;
    --cnvs-slider-caption-width: 550px;
    --cnvs-slider-caption-font-size: 1.375rem;
    --cnvs-slider-caption-font-weight: 300;
    --cnvs-slider-caption-transition: top 0.3s ease;
    --cnvs-slider-caption-p-size: 1.5rem;
    --cnvs-slider-caption-offset: 50px;
    --cnvs-slider-caption-bg-light: rgba(255, 255, 255, 0.8);
    --cnvs-slider-caption-bg-dark: rgba(0, 0, 0, 0.6);
    --cnvs-slider-caption-bg-radius: 2px;
    --cnvs-slider-caption-bg-padding: 5px 12px;
    --cnvs-slider-arrows-size: 52px;
    --cnvs-slider-arrows-sm-size: calc(var(--cnvs-slider-arrows-size) - 20px);
    --cnvs-slider-arrows-border-radius: 0.25rem;
    --cnvs-slider-arrow-sm-offset: 20px;
    --cnvs-owl-dots-slider-position: top auto bottom 15px;
    --cnvs-page-title-bg: var(--cnvs-contrast-bg-offset);
    --cnvs-page-title-color: var(--cnvs-contrast-900);
    --cnvs-page-title-border-color: rgba(var(--cnvs-contrast-rgb), 0.1);
    --cnvs-grid-filter-border-color: rgba(var(--cnvs-contrast-rgb), 0.1);
    --cnvs-portfolio-meta-color: var(--cnvs-contrast-600);
    --cnvs-portfolio-meta-row-1-color: var(--cnvs-heading-color);
    --cnvs-post-title-font-color: var(--cnvs-heading-color);
    --cnvs-post-meta-color: var(--cnvs-contrast-600);
    --cnvs-post-entry-link-bg: var(--cnvs-contrast-100);
    --cnvs-post-entry-link-color: var(--cnvs-heading-color);
    --cnvs-post-timeline-border-color: var(--cnvs-contrast-400);
    --cnvs-post-timeline-date-border-color: var(--cnvs-contrast-400);
    --cnvs-cart-quantity-bg: var(--cnvs-contrast-200);
    --cnvs-cart-quantity-color: var(--cnvs-contrast-800);
    --cnvs-cart-quantity-color-hover: var(--cnvs-cart-quantity-color);
    --cnvs-cart-quantity-border-color: rgba(var(--cnvs-contrast-rgb), 0.1);
    --cnvs-cart-quantity-bg-hover: var(--cnvs-contrast-300);
    --cnvs-before-heading-font-size: 1rem;
    --cnvs-before-heading-font-weight: 400;
    --cnvs-before-heading-font-family: var(--cnvs-secondary-font);
    --cnvs-before-heading-ls: 0px;
    --cnvs-before-heading-tt: none;
    --cnvs-before-heading-fst: normal;
    --cnvs-before-heading-color: var(--cnvs-contrast-600);
    --cnvs-before-heading-margin-bottom: 0.25rem;
    --cnvs-form-processor-bg: #fff;
    --cnvs-input-btn-input-color: var(--bs-body-color);
    --cnvs-input-btn-input-bg: var(--bs-body-bg);
    --cnvs-input-btn-border-color: var(--bs-border-color);
    --cnvs-input-label-mb: 0.5rem;
    --cnvs-form-label-font-weight: 500;
    --cnvs-form-label-error: var(--bs-danger)
}

.fslider,
.fslider .flexslider,
.fslider .slide,
.fslider .slide>a,
.fslider .slide>a>img,
.fslider .slide>img,
.fslider .slider-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-backface-visibility: hidden
}

.fslider.h-100 .flex-viewport,
.fslider.h-100 .flexslider,
.fslider.h-100 .slide,
.fslider.h-100 .slide>a,
.fslider.h-100 .slide>a>img,
.fslider.h-100 .slider-wrap {
    height: 100% !important
}

.fslider.h-100 .slide>a>img {
    -o-object-fit: cover;
    object-fit: cover
}

.fslider {
    min-height: 32px
}

.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
    outline: 0;
    border: none
}

.flex-control-nav,
.flex-direction-nav,
.slider-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none
}

.flexslider {
    position: relative;
    margin: 0;
    padding: 0
}

.flexslider .slider-wrap>.slide {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slider-wrap img {
    width: 100%;
    display: block
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slider-wrap::after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slider-wrap {
    display: block
}

* html .slider-wrap {
    height: 1%
}

.flex-viewport {
    max-height: 2000px;
    transition: 1s
}

.slider-element {
    position: relative;
    width: 100%;
    overflow: hidden
}

.slider-inner {
    position: absolute;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.h-auto .swiper,
.h-auto:not(.slider-parallax) .slider-inner {
    position: relative !important;
    height: auto !important
}

@media (min-width:992px) {
    .h-auto .swiper-wrapper {
        height: 75vh
    }
}

@media (max-width:991.98px) {
    #slider {
        display: flex !important;
        flex-direction: column;
        justify-content: center
    }

    #slider .slider-inner {
        position: relative;
        display: flex;
        flex-grow: 1;
        align-items: center
    }
}

.swiper_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden
}

.swiper_wrapper .swiper {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0
}

.swiper_wrapper .swiper-slide {
    position: relative;
    margin: 0;
    overflow: hidden
}

.swiper_wrapper .swiper-slide [data-caption-animate] {
    -webkit-backface-visibility: hidden
}

.swiper-slide-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0
}

.yt-bg-player .loading {
    display: none !important
}

.slider-element .container {
    position: relative;
    height: 100%
}

.swiper-pagination {
    width: 100%;
    margin: 0;
    top: auto;
    bottom: var(--cnvs-swiper-dots-position-bottom) !important;
    line-height: 1
}

.swiper-pagination span {
    display: inline-block;
    cursor: pointer;
    width: var(--cnvs-canvas-slider-dots-size);
    height: var(--cnvs-canvas-slider-dots-size);
    margin: 0 var(--cnvs-slider-pagination-gutters);
    opacity: 1;
    background-color: transparent;
    border: 1px solid var(--cnvs-slider-arrow-color);
    border-radius: var(--cnvs-slider-pagination-rounded);
    transition: .3s
}

@media (prefers-reduced-motion:reduce) {

    .flex-viewport,
    .swiper-pagination span {
        transition: none
    }
}

.swiper-pagination span.swiper-pagination-bullet-active,
.swiper-pagination span:hover {
    background-color: var(--cnvs-slider-arrow-color) !important
}

.flex-caption {
    --cnvs-slider-caption-font-color: var(--cnvs-contrast-800);
    position: relative;
    display: flex;
    height: 100%;
    flex-flow: column;
    justify-content: center;
    z-index: 20;
    max-width: var(--cnvs-slider-caption-width);
    color: var(--cnvs-slider-caption-font-color);
    font-size: var(--cnvs-slider-caption-font-weight);
    font-weight: var(--cnvs-slider-caption-font-weight);
    transition: top .3s
}

@media (prefers-reduced-motion:reduce) {
    .flex-caption {
        transition: none
    }
}

.slider-element .owl-carousel {
    margin: 0
}

.flex-next,
.flex-prev {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    left: 0;
    background-color: var(--cnvs-slider-arrows-bg-color);
    width: var(--cnvs-slider-arrows-size);
    height: var(--cnvs-slider-arrows-size);
    border: 0;
    border-radius: 0 var(--cnvs-slider-arrows-border-radius) var(--cnvs-slider-arrows-border-radius) 0;
    transform: translateY(-50%);
    transition: background-color .3s ease-in-out
}

.fslider[data-thumbs=true] .flex-next,
.fslider[data-thumbs=true] .flex-prev {
    margin-top: calc(-1 * var(--cnvs-slider-arrow-sm-offset))
}

.flex-next,
.slider-element .owl-next {
    left: auto;
    right: 0;
    border-radius: var(--cnvs-slider-arrows-border-radius) 0 0 var(--cnvs-slider-arrows-border-radius)
}

.flex-next i,
.flex-prev i {
    line-height: var(--cnvs-slider-arrows-size);
    width: 100%;
    color: var(--cnvs-slider-arrow-color);
    font-size: calc(var(--cnvs-slider-arrows-size) / 1.75);
    text-align: center;
    transition: color .3s ease-in-out
}

.slider-element .owl-prev i {
    margin-left: 0
}

.slider-element .owl-next i {
    margin-right: 4px
}

.flex-next:hover,
.flex-prev:hover {
    background-color: var(--cnvs-slider-arrows-bg-hover-color) !important
}

.slider-element .owl-dots {
    position: absolute;
    width: 100%;
    z-index: 20;
    margin: 0;
    top: auto;
    bottom: 15px
}

.slider-element .owl-dots button {
    width: var(--cnvs-canvas-slider-dots-size);
    height: var(--cnvs-canvas-slider-dots-size);
    margin: 0 var(--cnvs-slider-pagination-gutters);
    opacity: 1 !important;
    background-color: transparent !important;
    border: var(--cnvs-owl-nav-border) !important
}

.slider-element .owl-dots .owl-dot.active,
.slider-element .owl-dots .owl-dot:hover {
    background-color: var(--cnvs-owl-nav-background) !important
}

.fslider.testimonial[data-animation=fade] .flexslider,
.fslider[data-animation=fade][data-thumbs=true] .flexslider {
    height: auto !important
}

.flex-control-nav {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    width: auto;
    z-index: 10;
    text-align: center;
    top: var(--cnvs-fslider-dots-position-top);
    right: var(--cnvs-fslider-dots-position-right);
    margin: 0
}

.flex-control-nav li {
    display: block;
    margin: 0 var(--cnvs-slider-pagination-gutters);
    width: var(--cnvs-fslider-dots-size);
    height: var(--cnvs-fslider-dots-size)
}

.flex-control-nav li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 100% !important;
    height: 100% !important;
    border: 1px solid var(--cnvs-fslider-dots-border-color);
    color: transparent;
    border-radius: var(--cnvs-fslider-dots-border-radius);
    transition: .3s ease-in-out
}

.flex-control-nav li a.flex-active,
.flex-control-nav li:hover a {
    background-color: var(--cnvs-fslider-dots-border-color)
}

.flex-control-nav.flex-control-thumbs {
    position: relative;
    justify-content: left;
    top: 0;
    left: 0;
    right: 0;
    margin: var(--cnvs-fslider-thumbs-gutters) calc(-1 * var(--cnvs-fslider-thumbs-gutters)) calc(-1 * var(--cnvs-fslider-thumbs-gutters)) 0;
    height: auto
}

.flex-control-nav.flex-control-thumbs li {
    margin: 0 var(--cnvs-fslider-thumbs-gutters) var(--cnvs-fslider-thumbs-gutters) 0
}

.flex-control-nav.flex-control-thumbs li img {
    cursor: pointer;
    text-indent: -9999px;
    border: 0;
    border-radius: 0;
    margin: 0;
    opacity: .5;
    transition: .3s ease-in-out
}

.flex-control-nav.flex-control-thumbs li,
.flex-control-nav.flex-control-thumbs li img {
    display: block;
    width: var(--cnvs-fslider-thumbs-width) !important;
    height: auto !important
}

.flex-control-nav.flex-control-thumbs li img.flex-active,
.flex-control-nav.flex-control-thumbs li:hover img {
    border-width: 0;
    opacity: 1
}

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs {
    margin: var(--cnvs-fslider-thumbs-gutters) calc(-1 * var(--cnvs-fslider-thumbs-gutters)) calc(-1 * var(--cnvs-fslider-thumbs-gutters)) 0;
    height: auto;
    display: flex;
    flex-wrap: wrap
}

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li {
    flex-shrink: 0;
    flex: 0 0 auto;
    max-width: 100%;
    height: auto !important;
    margin: 0;
    padding: 0 var(--cnvs-fslider-thumbs-gutters) var(--cnvs-fslider-thumbs-gutters) 0;
    width: 25% !important
}

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li img {
    width: 100% !important;
    height: auto !important
}

#page-title,
.page-title {
    --cnvs-page-title-padding: 2rem 3rem 4rem;
    --cnvs-page-title-parallax-padding: 6.25rem;
    --cnvs-page-title-mini-padding: 1.5rem;
    --cnvs-page-title-bg: #fff;
    --cnvs-page-title-color: var(--cnvs-contrast-900);
    --cnvs-page-title-font-size: 2.25rem;
    --cnvs-page-title-font-weight: 500;
    --cnvs-page-title-spacing: 0;
    --cnvs-page-title-subtitle-size: 1.125rem;
    --cnvs-page-title-parallax-font-size: calc(2rem + 1vw);
    --cnvs-page-title-parallax-subtitle-size: 1.25rem;
    --cnvs-page-title-mini-size: 1.25rem;
    --cnvs-page-title-border-color: rgba(var(--cnvs-contrast-rgb), 0.1);
    --cnvs-page-title-center-mx-width: 48rem;
    position: relative;
    padding: var(--cnvs-page-title-padding) 0;
    background-color: var(--cnvs-page-title-bg);
    border-bottom: 1px solid var(--cnvs-page-title-border-color)
}

@media (max-width:767.98px) {

    #page-title,
    .page-title {
        --cnvs-page-title-padding: 3rem;
        text-align: center
    }
}

.page-title-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.page-title-content {
    text-align: center
}

@media (min-width:768px) {
    .page-title-row {
        flex-direction: row;
        justify-content: space-between;
        align-items: end
    }

    .page-title-content {
        text-align: left
    }
}

.page-title-content .h1,
.page-title-content h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: var(--cnvs-page-title-font-weight);
    color: var(--cnvs-page-title-color);
    font-size: var(--cnvs-page-title-font-size);
    letter-spacing: var(--cnvs-page-title-spacing)
}

@media (max-width:767.98px) {

    .page-title-content .h1,
    .page-title-content h1 {
        font-size: calc(1.5rem + 1.25vw);
        line-height: 1.5
    }
}

.page-title-content span {
    display: block;
    margin-top: 1rem;
    color: var(--cnvs-contrast-600);
    font-size: var(--cnvs-page-title-subtitle-size)
}

.breadcrumb {
    position: relative;
    margin: 1.5rem 0 0;
    justify-content: center;
    font-size: 90%
}

.breadcrumb a {
    color: var(--cnvs-contrast-700)
}

.breadcrumb a:hover {
    color: var(--cnvs-themecolor)
}

.breadcrumb i {
    width: auto !important
}

@media (min-width:768px) {
    .breadcrumb {
        margin: 0;
        justify-content: flex-start
    }
}

#content {
    position: relative;
    background-color: var(--cnvs-body-bg);
    background-color: var(--bs-white)
}

.content-wrap {
    position: relative;
    padding: var(--cnvs-content-padding) 0;
    overflow: hidden
}

.content-wrap .container {
    position: relative
}

.content-wrap p {
    line-height: var(--cnvs-line-height-content)
}

.modal-padding {
    --cnvs-portfolio-modal-padding: 2.5rem;
    padding: var(--cnvs-portfolio-modal-padding)
}

.product,
.shop {
    position: relative
}

.product .product-image {
    position: relative;
    overflow: hidden;
    border-radius: .25rem
}

.product .product-image .slide a,
.product .product-image img,
.product .product-image>a {
    display: block;
    width: 100%
}

.product .product-image>a {
    transition: .5s
}

.product-image>a:nth-of-type(2) {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

.product-image:hover>a:nth-of-type(2) {
    opacity: 1;
    z-index: 2
}

.product-desc {
    padding: 1rem 0
}

.product-price {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--cnvs-heading-color);
    margin-bottom: .25rem
}

.product-price ins {
    color: var(--cnvs-themecolor)
}

.single-product .product {
    width: 100%;
    margin: 0
}

.single-product .product-image,
.single-product .product-image img {
    height: auto
}

.single-product .product-price {
    font-size: 1.5rem;
    color: var(--cnvs-themecolor);
    margin-bottom: 0
}

.single-product .product-desc .line {
    margin: 20px 0
}

.quantity {
    --cnvs-cart-quantity-width: 50px;
    --cnvs-cart-quantity-height: 44px;
    --cnvs-cart-quantity-font-size: 1rem;
    --cnvs-cart-quantity-border: 1px;
    --cnvs-cart-quantity-bg: var(--cnvs-contrast-200);
    --cnvs-cart-quantity-color: var(--cnvs-contrast-800);
    --cnvs-cart-quantity-color-hover: var(--cnvs-cart-quantity-color);
    --cnvs-cart-quantity-border-color: rgba(var(--cnvs-contrast-rgb), 0.1);
    --cnvs-cart-quantity-bg-hover: var(--cnvs-contrast-300);
    display: inline-flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-right: 30px
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.quantity .qty {
    width: var(--cnvs-cart-quantity-width);
    height: var(--cnvs-cart-quantity-height);
    line-height: var(--cnvs-cart-quantity-height);
    border: 0;
    border-left: var(--cnvs-cart-quantity-border) solid var(--cnvs-cart-quantity-border-color);
    border-right: var(--cnvs-cart-quantity-border) solid var(--cnvs-cart-quantity-border-color);
    background-color: var(--cnvs-cart-quantity-bg);
    text-align: center;
    margin-bottom: 0;
    font-size: var(--cnvs-cart-quantity-font-size);
    color: var(--cnvs-cart-quantity-color)
}

.quantity .minus,
.quantity .plus {
    display: block;
    cursor: pointer;
    border: 0 transparent;
    padding: 0;
    width: calc(var(--cnvs-cart-quantity-width) - var(--cnvs-cart-quantity-border) * 4);
    height: var(--cnvs-cart-quantity-height);
    line-height: var(--cnvs-cart-quantity-height);
    text-align: center;
    background-color: var(--cnvs-cart-quantity-bg);
    color: var(--cnvs-cart-quantity-color);
    font-size: var(--cnvs-cart-quantity-font-size);
    font-weight: 700;
    transition: background-color .2s linear
}

.quantity .minus:hover,
.quantity .plus:hover {
    background-color: var(--cnvs-cart-quantity-bg-hover);
    color: var(--cnvs-cart-quantity-color-hover)
}

.quantity .minus:focus,
.quantity .plus:focus,
.quantity .qty:focus {
    box-shadow: none !important;
    outline: 0 !important
}

.cart .remove {
    font-size: .875rem;
    color: red
}

.cart .remove:hover {
    color: #000
}

@media (max-width:575.98px) {
    .quantity .qty {
        width: 42px
    }

    .quantity .minus,
    .quantity .plus,
    .quantity .qty {
        font-size: .875rem
    }
}

.button {
    --cnvs-btn-padding-x: 1.375rem;
    --cnvs-btn-padding-y: 0.5rem;
    --cnvs-btn-fontsize: 1rem;
    --cnvs-btn-color: var(--cnvs-themecolor);
    --cnvs-btn-color-dark: var(--bs-gray-900);
    --cnvs-btn-color-light: #e9ecef;
    --cnvs-btn-color-hover: var(--cnvs-btn-color-dark);
    --cnvs-btn-lineheight: calc(var(--cnvs-btn-fontsize) * 1.6);
    --cnvs-btn-border-width: 1px;
    --cnvs-btn-icon-margin: 10px;
    --cnvs-btn-icon-margin-offset: 0px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    margin: 5px;
    padding: var(--cnvs-btn-padding-y) var(--cnvs-btn-padding-x);
    font-size: var(--cnvs-btn-fontsize);
    line-height: var(--cnvs-btn-lineheight);
    text-align: center;
    background-color: var(--cnvs-btn-color);
    color: #fff;
    font-weight: 500;
    border: var(--cnvs-btn-border-width) solid transparent
}

.button i {
    position: relative;
    margin-right: calc(var(--cnvs-btn-icon-margin) + var(--cnvs-btn-icon-margin-offset));
    width: 1rem;
    text-align: center
}

@media (prefers-reduced-motion:reduce) {

    .button,
    .flex-control-nav li a,
    .flex-control-nav.flex-control-thumbs li img,
    .flex-next,
    .flex-next i,
    .flex-prev,
    .flex-prev i,
    .product .product-image>a,
    .quantity .minus,
    .quantity .plus {
        transition: none
    }
}

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

@keyframes buttonIconSlideBack {

    0%,
    100% {
        transform: translateX(0)
    }

    25% {
        opacity: 0
    }

    26% {
        transform: translateX(-100%)
    }

    27% {
        transform: translateX(100%)
    }

    50% {
        opacity: 1
    }
}

@keyframes buttonIconSlideFront {

    0%,
    100% {
        transform: translateX(0)
    }

    25% {
        opacity: 0
    }

    26% {
        transform: translateX(100%)
    }

    27% {
        transform: translateX(-100%)
    }

    50% {
        opacity: 1
    }
}

@keyframes buttonIconSlideUp {

    0%,
    100% {
        transform: translateY(0)
    }

    25% {
        opacity: 0
    }

    26% {
        transform: translateY(-100%)
    }

    27% {
        transform: translateY(100%)
    }

    50% {
        opacity: 1
    }
}

@keyframes buttonIconSlideDown {

    0%,
    100% {
        transform: translateY(0)
    }

    25% {
        opacity: 0
    }

    26% {
        transform: translateY(100%)
    }

    27% {
        transform: translateY(-100%)
    }

    50% {
        opacity: 1
    }
}

.button.disabled,
.button:disabled {
    opacity: .65 !important;
    pointer-events: none !important
}

.feature-box {
    --cnvs-featured-box-icon: 4rem;
    --cnvs-featured-box-padding-x: 0.75rem;
    --cnvs-featured-box-icon-size: 1.75rem;
    --cnvs-featured-box-font-size: 1.125rem;
    --cnvs-featured-box-font-color: var(--cnvs-heading-color);
    --cnvs-featured-box-font-weight: 600;
    --cnvs-featured-box-font-tt: none;
    --cnvs-featured-box-icon-sm: calc(4rem * 0.5);
    --cnvs-featured-box-padding-x-sm: calc(0.75rem / 1.5);
    --cnvs-featured-box-icon-size-sm: calc(1.75rem / 1.75);
    --cnvs-featured-box-icon-lg: calc(4rem * 1.5);
    --cnvs-featured-box-icon-size-lg: calc(1.75rem * 1.4285714286);
    --cnvs-featured-box-icon-xl: calc(4rem * 2);
    --cnvs-featured-box-icon-size-xl: calc(1.75rem * 2.5714285714);
    --cnvs-featured-box-outline-border: 1px;
    --cnvs-featured-box-outline-padding: 0.25rem;
    --cnvs-featured-box-rounded: 0.25rem;
    --cnvs-featured-box-bg-light: var(--cnvs-contrast-200);
    --cnvs-featured-box-bg-dark: #343a40;
    --cnvs-featured-box-plain-font-size: 3rem;
    --cnvs-featured-box-plain-icon-size: 3rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--cnvs-featured-box-padding-x));
    margin-right: calc(-1 * var(--cnvs-featured-box-padding-x))
}

.feature-box:first-child {
    margin-top: 0
}

.fbox-icon {
    width: calc(var(--cnvs-featured-box-icon) + var(--cnvs-featured-box-padding-x) * 2);
    height: var(--cnvs-featured-box-icon);
    padding: 0 var(--cnvs-featured-box-padding-x)
}

.fbox-icon a,
.fbox-icon i,
.fbox-icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff
}

.fbox-icon i,
.fbox-icon img {
    border-radius: 50%;
    background-color: var(--cnvs-themecolor)
}

.fbox-icon i {
    font-style: normal;
    font-size: var(--cnvs-featured-box-icon-size);
    line-height: var(--cnvs-featured-box-icon);
    text-align: center
}

.fbox-content {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    padding: 0 var(--cnvs-featured-box-padding-x)
}

.fbox-content .h3,
.fbox-content h3 {
    font-size: var(--cnvs-featured-box-font-size);
    font-weight: var(--cnvs-featured-box-font-weight);
    font-family: var(--cnvs-primary-font);
    text-transform: var(--cnvs-featured-box-font-tt);
    margin-bottom: 0;
    color: var(--cnvs-featured-box-font-color)
}

.fbox-content p {
    margin-top: .5rem;
    margin-bottom: 0;
    color: var(--cnvs-contrast-600)
}

.fbox-plain .fbox-icon {
    border: none !important;
    height: auto !important
}

.fbox-plain .fbox-icon i,
.fbox-plain .fbox-icon img {
    border: none;
    background-color: transparent;
    color: var(--cnvs-themecolor);
    border-radius: 0
}

.fbox-plain .fbox-icon i {
    font-size: var(--cnvs-featured-box-plain-font-size);
    line-height: 1
}

.fbox-plain .fbox-icon img {
    height: auto
}

.fbox-content .h3+.fbox-icon,
.fbox-content h3+.fbox-icon {
    margin-top: 1.5rem;
    margin-bottom: 0 !important
}

.process-steps li .i-bordered.active {
    --cnvs-i-bg-color: var(--cnvs-themecolor) !important;
    --cnvs-i-color: var(--cnvs-contrast-100);
    border-color: var(--cnvs-themecolor) !important
}

.process-steps li .i-bordered.active+.h5,
.process-steps li .i-bordered.active+h5 {
    font-weight: 600;
    color: var(--cnvs-themecolor)
}

.iconlist {
    --cnvs-iconlist-size: 1rem;
    --cnvs-iconlist-color: var(--cnvs-themecolor);
    --cnvs-iconlist-margin: 0.5rem;
    --cnvs-iconlist-gutter: 0.75rem;
    --cnvs-iconlist-offset: 0;
    padding-left: 0;
    margin-left: 0;
    list-style-type: none
}

.iconlist li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    font-size: var(--cnvs-iconlist-size)
}

.iconlist li+li {
    margin-top: var(--cnvs-iconlist-margin)
}

.iconlist li>* {
    flex: 1 0 0%
}

.iconlist>li i:first-child,
.iconlist>li img:first-child {
    position: relative;
    top: var(--cnvs-iconlist-offset);
    text-align: center;
    width: var(--cnvs-iconlist-size);
    height: var(--cnvs-iconlist-size);
    margin-right: var(--cnvs-iconlist-gutter);
    flex: 0 0 auto;
    color: var(--cnvs-iconlist-color)
}

.iconlist ul {
    flex: 0 0 auto;
    width: 100%;
    list-style-type: none;
    padding: var(--cnvs-iconlist-margin) 0 var(--cnvs-iconlist-margin) calc(var(--cnvs-iconlist-margin) * 4)
}

.iconlist ul li {
    margin-top: var(--cnvs-iconlist-margin)
}

[class*=-flex],
[class*=row] {
    --cnvs-socialicon-gap: 5px;
    --cnvs-socialicon-gap-x: var(--cnvs-socialicon-gap);
    --cnvs-socialicon-gap-y: 0px
}

.toggle {
    --cnvs-toggle-base-color: var(--cnvs-heading-color);
    --cnvs-toggle-font-size: 1rem;
    --cnvs-toggle-border-size: 1px;
    --cnvs-toggle-border-color: var(--cnvs-contrast-400);
    --cnvs-toggle-border-radius: 4px;
    --cnvs-toggle-bg-color: var(--cnvs-contrast-100);
    --cnvs-toggle-title-color: var(--cnvs-heading-color);
    --cnvs-toggle-content-padding: 0.75rem;
    --cnvs-toggle-bottom-margin: 1.5rem;
    display: block;
    position: relative;
    margin-bottom: var(--cnvs-toggle-bottom-margin)
}

.toggle-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    cursor: pointer;
    color: var(--cnvs-toggle-title-color);
    font-size: var(--cnvs-toggle-font-size);
    font-weight: 700
}

.toggle-icon {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0 .375rem;
    text-align: center
}

.toggle-icon i,
.toggle-icon span {
    width: var(--cnvs-toggle-font-size)
}

.toggle-title {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 .25rem
}

.toggle:not(.toggle-active) .toggle-open {
    display: none
}

.toggle-content {
    display: none;
    position: relative;
    padding: var(--cnvs-toggle-content-padding) 0
}

.tab-content,
.tabs {
    --cnvs-tab-base-color: var(--cnvs-heading-color);
    --cnvs-tab-padding-width: 15px;
    --bs-nav-link-font-size: 1rem;
    --bs-nav-link-font-weight: 400;
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: rgba(var(--cnvs-contrast-rgb), 0.075);
    --bs-nav-tabs-link-hover-border-color: transparent;
    --cnvs-tabs-bg-color: var(--cnvs-contrast-bg-offset);
    --cnvs-tabs-active-bg-color: var(--cnvs-contrast-bg);
    --cnvs-tabs-active-color: var(--cnvs-themecolor);
    --cnvs-tab-container-padding: 20px;
    --cnvs-side-tab-width: 200px;
    --cnvs-sidenav-font-size: 1rem;
    --cnvs-sidenav-border: 1px;
    --cnvs-sidenav-radius: 4px;
    --cnvs-sidenav-icon-margin: 6px;
    --cnvs-sidenav-padding-height: 11px;
    --cnvs-sidenav-padding-width: 20px;
    --cnvs-sidenav-border-color: rgba(var(--cnvs-contrast-rgb), 0.1);
    --cnvs-sidenav-font-color: var(--cnvs-heading-color);
    position: relative
}

[role=tablist] a.i-plain.active {
    color: var(--cnvs-themecolor)
}

[role=tablist] a.active {
    border-color: var(--cnvs-themecolor);
    background-color: var(--cnvs-themecolor);
    color: var(--cnvs-contrast-0)
}

.canvas-tabs,
.canvas-tabs.nav-tabs {
    --bs-nav-link-padding-x: 1.5rem;
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: rgba(var(--cnvs-contrast-rgb), 0.075);
    --bs-nav-tabs-border-radius: 0;
    --bs-nav-link-color: var(--cnvs-heading-color);
    --bs-nav-link-hover-color: var(--cnvs-heading-color);
    padding: 0 var(--cnvs-tab-padding-width)
}

.canvas-tabs .nav-item:first-child .nav-link,
.canvas-tabs.nav-tabs .nav-item:first-child .nav-link {
    border-left: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.canvas-tabs .nav-link,
.canvas-tabs.nav-tabs .nav-link {
    min-height: 41px;
    background-color: var(--cnvs-tabs-bg-color);
    border: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
    border-left: 0;
    transition: none
}

.canvas-tabs .nav-link.active,
.canvas-tabs .nav-tabs .nav-item.show .nav-link,
.canvas-tabs.nav-tabs .nav-link.active,
.canvas-tabs.nav-tabs .nav-tabs .nav-item.show .nav-link {
    background-color: var(--cnvs-tabs-active-bg-color);
    color: var(--cnvs-tabs-active-color);
    border-bottom: 0;
    padding-bottom: calc(var(--bs-nav-link-padding-y) + 1px)
}

.canvas-tabs.flex-column,
.canvas-tabs.nav-tabs.flex-column {
    --bs-nav-link-padding-y: .75rem;
    padding: var(--cnvs-tab-padding-width) 0;
    border-bottom: 0;
    border-right: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.canvas-tabs.flex-column .nav-link,
.canvas-tabs.nav-tabs.flex-column .nav-link {
    width: 100%;
    text-align: left;
    border-left: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
    margin-bottom: -1px;
    margin-left: calc(var(--bs-nav-tabs-border-width) * 1)
}

.canvas-tabs.flex-column .nav-link:focus,
.canvas-tabs.flex-column .nav-link:hover,
.canvas-tabs.nav-tabs.flex-column .nav-link:focus,
.canvas-tabs.nav-tabs.flex-column .nav-link:hover {
    isolation: auto
}

.canvas-tabs.flex-column:not(.nav-pills) .nav-link.active,
.canvas-tabs.nav-tabs.flex-column:not(.nav-pills) .nav-link.active {
    border-right-color: transparent;
    padding-bottom: var(--bs-nav-link-padding-y)
}

.canvas-tabs.flex-column:last-child .nav-link,
.canvas-tabs.nav-tabs.flex-column:last-child .nav-link {
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.canvas-alt-tabs.tabs-tb .nav-link.active {
    border-top: calc(var(--bs-nav-tabs-border-width) + 1px) solid var(--cnvs-themecolor);
    border-bottom: 0
}

.canvas-alt-tabs.tabs-bb .nav-link.active {
    border-bottom: 1px solid var(--cnvs-themecolor)
}

@media (min-width:576px) {
    .canvas-br-side-tabs .nav-link.active {
        border-right: 2px solid var(--cnvs-themecolor) !important
    }
}

@media (max-width:575.98px) {
    .tabs {
        flex-direction: column;
        border-bottom: 0;
        padding: 0
    }

    .tabs li .nav-link {
        width: 100%;
        text-align: left;
        margin: 0 0 5px;
        border: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color) !important
    }

    .tabs li:last-child .nav-link {
        margin-bottom: 0
    }
}

[class*=pricing-] {
    --cnvs-pricing-base-color: var(--cnvs-heading-color);
    --cnvs-pricing-background: var(--cnvs-contrast-100);
    --cnvs-pricing-border-size: 1px;
    --cnvs-pricing-border-color: rgba(var(--cnvs-contrast-rgb), 0.075);
    --cnvs-pricing-border-radius: 0.25rem;
    --cnvs-pricing-title-padding: 1rem;
    --cnvs-pricing-title-bg: var(--cnvs-contrast-100);
    --cnvs-pricing-title-border: 1px solid rgba(var(--cnvs-contrast-rgb), 0.075);
    --cnvs-pricing-title-font-size: 1.5rem;
    --cnvs-pricing-title-font-weight: bold;
    --cnvs-pricing-title-font-spacing: 1px;
    --cnvs-pricing-title-font-transform: uppercase;
    --cnvs-pricing-title-font-color: var(--cnvs-heading-color);
    --cnvs-pricing-price-padding: 1.5rem;
    --cnvs-pricing-price-color: var(--cnvs-contrast-900);
    --cnvs-pricing-price-font-size: 4rem;
    --cnvs-pricing-price-bottom-border-width: 100px;
    --cnvs-pricing-price-bottom-border-size: 1px solid rgba(var(--cnvs-contrast-rgb), 0.1);
    --cnvs-pricing-price-currency-icon: 1.74rem;
    --cnvs-pricing-price-month: 0.99354rem;
    --cnvs-pricing-features-padding: 2rem;
    --cnvs-pricing-features-font-padding: 0.375rem;
    --cnvs-pricing-features-font-size: 0.875rem;
    --cnvs-pricing-popular-bg: var(--cnvs-contrast-100);
    --cnvs-pricing-popular-title-padding: 1.25rem;
    --cnvs-pricing-popular-font-color: var(--cnvs-themecolor);
    --cnvs-pricing-popular-title-font-size: 1.5rem;
    --cnvs-pricing-popular-pricing-font-size: 4.5rem;
    --cnvs-pricing-popular-box-shadow: 0 0 8px rgba(var(--cnvs-contrast-rgb), 0.1);
    --cnvs-pricing-minimal-bg: var(--cnvs-contrast-0);
    --cnvs-pricing-extended-padding: 30px
}

.counter {
    --cnvs-counter-font-size: 42px;
    --cnvs-counter-font-weight: 700;
    --cnvs-counter-font-family: var(--cnvs-primary-font);
    --cnvs-counter-caption-size: 1.125rem;
    --cnvs-counter-sm-font-size: 28px;
    --cnvs-counter-lg-font-size: 56px;
    --cnvs-counter-xl-font-size: 64px;
    --cnvs-counter-lined-size: 2px solid var(--cnvs-heading-color);
    --cnvs-counter-lined-width: 15%;
    font-size: var(--cnvs-counter-font-size);
    font-weight: var(--cnvs-counter-font-weight);
    font-family: var(--cnvs-counter-font-family)
}

.counter+.h5,
.counter+h5 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px
}

.widget .counter+.h5,
.widget .counter+h5 {
    opacity: .7
}

.owl-carousel {
    --cnvs-carousel-animation-transition: 1000ms;
    --cnvs-owl-video-play-icon-size: 64px;
    --cnvs-owl-video-play-icon: url("images/icons/play.png");
    --cnvs-owl-video-play-icon-hover: scale(1.3);
    --cnvs-owl-autoHeight-transition: 500ms ease-in-out;
    --cnvs-owl-nav-hidden: true;
    --cnvs-owl-nav-border: 1px solid rgba(var(--cnvs-contrast-rgb), 0.2);
    --cnvs-owl-nav-background: var(--cnvs-body-bg);
    --cnvs-owl-nav-color: var(--cnvs-contrast-600);
    --cnvs-owl-nav-border-radius: 50%;
    --cnvs-owl-full-nav-size: 28px;
    --cnvs-owl-full-nav-border-radius: 0.25rem;
    --cnvs-owl-full-nav-bgcolor: rgba(var(--cnvs-contrast-rgb), 0.4);
    --cnvs-owl-full-nav-color: var(--cnvs-contrast-100);
    --cnvs-owl-full-nav-hover-bgcolor: var(--cnvs-themecolor);
    --cnvs-owl-full-nav-hover-color: var(--cnvs-body-bg);
    --cnvs-owl-dots-background: var(--cnvs-themecolor);
    --cnvs-owl-dots-opacity: 0.5;
    --cnvs-owl-nav-sizes: 36px;
    --cnvs-owl-dots-gutters: 0.25rem;
    --cnvs-owl-dots-sizes: 0.5rem;
    --cnvs-owl-nav-bg: var(--cnvs-themecolor);
    --cnvs-owl-nav-margin: calc(var(--cnvs-owl-nav-sizes) / -2);
    --cnvs-owl-nav-with-dots: calc(var(--cnvs-owl-nav-margin) - calc(calc(30px + var(--cnvs-owl-dots-sizes)) / 2));
    direction: ltr;
    display: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    width: 100%;
    touch-action: manipulation
}

@keyframes fadeout {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .animated {
    animation-duration: var(--cnvs-carousel-animation-transition);
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative
}

.owl-carousel .owl-stage::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    min-height: 100px;
    background: center center no-repeat;
    opacity: 0;
    display: block
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    transform-style: preserve-3d
}

.slider-element .owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-dots button,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    padding: 0;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #111
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: var(--cnvs-owl-video-play-icon-size);
    width: var(--cnvs-owl-video-play-icon-size);
    left: 50%;
    top: 50%;
    margin-left: calc(var(--cnvs-owl-video-play-icon-size) * -.5);
    margin-top: calc(var(--cnvs-owl-video-play-icon-size) * -.5);
    background: var(--cnvs-owl-video-play-icon) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: scale .1s
}

@media (prefers-reduced-motion:reduce) {

    .owl-carousel .owl-item .owl-lazy,
    .owl-carousel .owl-video-play-icon,
    .owl-height {
        transition: none
    }
}

.owl-carousel .owl-video-play-icon:hover {
    transition: var(--cnvs-owl-video-play-icon-hover)
}

@media (prefers-reduced-motion:reduce) {
    .owl-carousel .owl-video-play-icon:hover {
        transition: none
    }
}

.owl-carousel .owl-video-play-icon .owl-video-play-icon,
.owl-carousel .owl-video-play-icon .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-play-icon .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s
}

@media (prefers-reduced-motion:reduce) {
    .owl-carousel .owl-video-play-icon .owl-video-tn {
        transition: none
    }
}

.owl-carousel .owl-video-play-icon .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    line-height: 1
}

.owl-carousel .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    zoom: 1;
    border: var(--cnvs-owl-nav-border);
    color: var(--cnvs-owl-nav-color);
    background-color: var(--cnvs-owl-nav-background);
    border-radius: var(--cnvs-owl-nav-border-radius);
    opacity: 0;
    left: calc(var(--cnvs-owl-nav-sizes) * -1);
    transition: .3s
}

.owl-carousel-full .owl-nav [class*=owl-],
.slider-element .owl-nav [class*=owl-] {
    left: 0 !important;
    height: calc(var(--cnvs-owl-full-nav-sizes) * 2.143);
    line-height: calc(var(--cnvs-owl-full-nav-sizes) * 2.143);
    border: none;
    color: var(--cnvs-owl-full-nav-color);
    background-color: var(--cnvs-owl-full-nav-bgcolor);
    font-size: var(--cnvs-owl-full-nav-sizes);
    border-radius: 0 var(--cnvs-owl-full-nav-border-radius) var(--cnvs-owl-full-nav-border-radius) 0
}

.owl-carousel-full .owl-nav .owl-next,
.slider-element .owl-nav .owl-next {
    border-radius: var(--cnvs-owl-full-nav-border-radius) 0 0 var(--cnvs-owl-full-nav-border-radius)
}

.owl-carousel:hover .owl-nav [class*=owl-] {
    left: calc(-.5 * var(--cnvs-owl-nav-sizes))
}

.owl-carousel:hover .owl-nav .owl-next {
    right: calc(-.5 * var(--cnvs-owl-nav-sizes))
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: var(--cnvs-owl-full-nav-hover-bgcolor) !important;
    color: var(--cnvs-owl-full-nav-hover-color) !important;
    text-decoration: none;
    background-color: var(--cnvs-owl-nav-bg) !important
}

.owl-carousel .owl-nav .disabled {
    display: none !important
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    opacity: var(--cnvs-owl-dots-opacity);
    width: var(--cnvs-owl-dots-sizes);
    height: var(--cnvs-owl-dots-sizes);
    background-color: var(--cnvs-owl-dots-background)
}

.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot:hover {
    opacity: 1
}

.owl-carousel.owl-content-pos-1 .owl-stage-outer,
.owl-carousel.owl-dots-pos-1 .owl-dots,
.owl-carousel.owl-nav-pos-1 .owl-nav {
    order: 1
}

.owl-carousel.owl-content-pos-2 .owl-stage-outer,
.owl-carousel.owl-dots-pos-2 .owl-dots,
.owl-carousel.owl-nav-pos-2 .owl-nav {
    order: 2;
    margin: 20px 0
}

.owl-carousel.owl-content-pos-3 .owl-stage-outer,
.owl-carousel.owl-dots-pos-3 .owl-dots,
.owl-carousel.owl-nav-pos-3 .owl-nav {
    order: 3
}

.owl-carousel.owl-dots-pos-2 .owl-dots .owl-dot,
.owl-carousel.owl-dots-pos-3 .owl-dots .owl-dot {
    margin-top: 0
}

.owl-carousel.owl-dots-pos-left .owl-dots,
.owl-carousel.owl-dots-pos-right .owl-dots,
.owl-carousel.owl-nav-pos-left .owl-nav,
.owl-carousel.owl-nav-pos-right .owl-nav {
    display: flex;
    justify-content: center
}

.owl-carousel.owl-dots-pos-left .owl-dots,
.owl-carousel.owl-nav-pos-left .owl-nav {
    justify-content: flex-start
}

.owl-carousel.owl-dots-pos-right .owl-dots,
.owl-carousel.owl-nav-pos-right .owl-nav {
    justify-content: flex-end
}

.owl-carousel.owl-dots-size-sm {
    --cnvs-owl-dots-sizes: 4px;
    --cnvs-owl-dots-gutters: 2px
}

.owl-carousel.owl-dots-size-lg {
    --cnvs-owl-dots-sizes: 12px;
    --cnvs-owl-dots-gutters: 5px
}

.owl-carousel.owl-dots-size-xl {
    --cnvs-owl-dots-sizes: 16px;
    --cnvs-owl-dots-gutters: 6px
}

.owl-carousel .owl-dots .owl-dot {
    width: var(--cnvs-owl-dots-sizes);
    height: var(--cnvs-owl-dots-sizes);
    background-color: var(--cnvs-owl-nav-bg);
    margin-left: var(--cnvs-owl-dots-gutters);
    margin-right: var(--cnvs-owl-dots-gutters)
}

.owl-carousel.owl-dots-border .owl-dots .owl-dot:not(.active) {
    opacity: 1;
    background-color: transparent;
    border: 1px solid var(--cnvs-owl-nav-bg)
}

.owl-carousel.owl-dots-border .owl-dots .owl-dot.active {
    border-color: transparent
}

.owl-carousel.owl-dots-square .owl-dots .owl-dot {
    border-radius: 0;
    --cnvs-owl-dots-sizes: 10px
}

.owl-carousel.owl-dots-rounded .owl-dots .owl-dot {
    --cnvs-owl-dots-sizes: 10px;
    border-radius: 2px
}

.owl-carousel.owl-dots-dashed .owl-dots .owl-dot {
    --cnvs-owl-dots-sizes: 16px;
    opacity: .4;
    height: 4px;
    border-radius: 4px
}

.owl-carousel.owl-dots-dashed .owl-dots .owl-dot.active {
    --cnvs-owl-dots-sizes: 32px;
    opacity: 1
}

.owl-carousel.owl-dots-number .owl-dots {
    --cnvs-owl-dots-sizes: 28px;
    counter-reset: dots;
    --cnvs-owl-nav-bg: #FFF
}

.owl-carousel.owl-dots-number .owl-dots .owl-dot {
    position: relative;
    width: auto;
    opacity: .3
}

.owl-carousel.owl-dots-number .owl-dots .owl-dot.active {
    opacity: 1
}

.owl-carousel.owl-dots-number .owl-dots .owl-dot:before {
    display: inline-block;
    counter-increment: dots;
    content: counter(dots, decimal-leading-zero)
}

.owl-carousel.owl-dots-number .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 0;
    height: 2px;
    background-color: #666;
    top: -5px;
    margin-left: 5px;
    transition: width .4s ease-in-out
}

.owl-carousel.owl-dots-number .owl-dots .owl-dot.active span {
    width: 30px
}

.owl-carousel .owl-nav [class*=owl-] {
    left: calc(-1 * var(--cnvs-owl-nav-sizes));
    width: var(--cnvs-owl-nav-sizes);
    height: var(--cnvs-owl-nav-sizes);
    line-height: calc(-1 * var(--cnvs-owl-nav-sizes) - 4px);
    font-size: calc(var(--cnvs-owl-nav-sizes) / 2);
    margin-top: var(--cnvs-owl-nav-margin)
}

@media (max-width:767.98px) {
    .owl-carousel .owl-nav [class*=owl-] {
        left: var(--cnvs-owl-nav-sizes)
    }
}

.owl-carousel .owl-nav .owl-next {
    right: calc(var(--cnvs-owl-nav-sizes) * -1);
    left: auto;
    right: calc(-1 * var(--cnvs-owl-nav-sizes))
}

@media (max-width:767.98px) {
    .owl-carousel .owl-nav .owl-next {
        right: var(--cnvs-owl-nav-sizes)
    }
}

.owl-carousel-full .owl-nav .owl-next,
.slider-element .owl-nav .owl-next {
    left: auto !important;
    right: 0 !important
}

.owl-carousel.owl-nav-hover-fixed .owl-nav [class*=owl-],
.owl-carousel:hover .owl-nav [class*=owl-] {
    opacity: 1;
    left: calc(-1 * var(--cnvs-owl-nav-sizes)/ 2)
}

@media (max-width:767.98px) {

    .owl-carousel.owl-nav-hover-fixed .owl-nav [class*=owl-],
    .owl-carousel:hover .owl-nav [class*=owl-] {
        left: calc(var(--cnvs-owl-nav-sizes)/ 4)
    }
}

.owl-carousel.owl-nav-hover-fixed .owl-nav .owl-next,
.owl-carousel:hover .owl-nav .owl-next {
    left: auto;
    right: calc(-1 * var(--cnvs-owl-nav-sizes)/ 2)
}

@media (max-width:767.98px) {

    .owl-carousel.owl-nav-hover-fixed .owl-nav .owl-next,
    .owl-carousel:hover .owl-nav .owl-next {
        right: calc(var(--cnvs-owl-nav-sizes)/ 4)
    }
}

.owl-carousel-full .owl-nav [class*=owl-],
.slider-element .owl-nav [class*=owl-] {
    margin-top: -30px;
    height: calc(var(--cnvs-owl-nav-sizes) * 1.6666666667);
    line-height: calc(var(--cnvs-owl-nav-sizes) * 1.6666666667);
    font-size: calc(var(--cnvs-owl-nav-sizes) * 1.6666666667 / 2)
}

.owl-carousel.owl-nav-text .owl-nav [class*=owl-] {
    width: auto;
    height: auto;
    line-height: 1.5;
    font-size: .925rem;
    border-radius: 3px;
    padding: 4px 8px
}

.owl-carousel.owl-nav-text .owl-nav [class*=owl-] i {
    position: relative;
    top: 1px
}

.heading-block {
    --cnvs-heading-block-font-size-h1: 2.5rem;
    --cnvs-heading-block-font-size-h2: 2.125rem;
    --cnvs-heading-block-font-size-h3: 1.875rem;
    --cnvs-heading-block-font-size-h4: 1.375rem;
    --cnvs-heading-block-font-weight: 600;
    --cnvs-heading-block-font-spacing: 0;
    --cnvs-heading-block-font-color: var(--cnvs-heading-color);
    --cnvs-heading-block-font-transform: none;
    --cnvs-heading-block-center-container: 700px;
    --cnvs-title-block-border-size: 40px;
    --cnvs-heading-block-border: 2px solid var(--cnvs-heading-color);
    --cnvs-heading-block-span-color: var(--cnvs-contrast-600);
    margin-bottom: 50px
}

.heading-block .h1,
.heading-block .h2,
.heading-block .h3,
.heading-block .h4,
.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4 {
    margin-bottom: 0;
    font-weight: var(--cnvs-heading-block-font-weight);
    text-transform: var(--cnvs-heading-block-font-transform);
    letter-spacing: var(--cnvs-heading-block-font-spacing);
    color: var(--cnvs-heading-block-font-color)
}

.heading-block .h1,
.heading-block h1 {
    font-size: var(--cnvs-heading-block-font-size-h1)
}

.heading-block .h2,
.heading-block h2 {
    font-size: var(--cnvs-heading-block-font-size-h2)
}

.heading-block .h3,
.heading-block h3 {
    font-size: var(--cnvs-heading-block-font-size-h3)
}

.heading-block .h4,
.heading-block h4 {
    font-size: var(--cnvs-heading-block-font-size-h4)
}

.heading-block>span:not(.before-heading) {
    display: block;
    margin-top: .5rem;
    font-weight: 300;
    color: var(--cnvs-heading-block-span-color)
}

.center .heading-block>span,
.heading-block.center>span,
.heading-block.text-center>span,
.text-center .heading-block>span {
    max-width: var(--cnvs-heading-block-center-container);
    margin-left: auto;
    margin-right: auto
}

.heading-block .h1+span,
.heading-block h1+span {
    font-size: calc(var(--cnvs-heading-block-font-size-h1) / 1.5)
}

.heading-block .h2+span,
.heading-block .h3+span,
.heading-block .h4+span,
.heading-block h2+span,
.heading-block h3+span,
.heading-block h4+span {
    font-size: calc(var(--cnvs-heading-block-font-size-h2) / 1.75)
}

.heading-block::after {
    content: "";
    display: block;
    margin-top: 30px;
    width: var(--cnvs-title-block-border-size);
    border-top: var(--cnvs-heading-block-border)
}

.center .heading-block::after,
.heading-block.center::after,
.heading-block.text-center::after,
.text-center .heading-block::after {
    margin: 30px auto 0
}

.heading-block.border-0::after,
.heading-block.border-bottom-0::after {
    display: none
}

.underliner {
    --cnvs-underliner-size: 30%;
    --cnvs-underliner-color: #004b79;
    --cnvs-underliner-opacity: 0.5;
    --cnvs-underliner-speed: 0.3s;
    position: relative;
    opacity: 1 !important;
    background-image: linear-gradient(to bottom, transparent calc(100% - var(--cnvs-underliner-size)), rgba(var(--cnvs-underliner-color), var(--cnvs-underliner-opacity)) calc(100% - var(--cnvs-underliner-size)));
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size var(--cnvs-underliner-speed) cubic-bezier(.14, .15, .13, .99)
}

.underliner.is-in-viewport,
.underliner:hover {
    background-size: 100% 100%
}

.bg-overlay [data-hover-animate]:not(.animated) {
    opacity: 0
}

#gotoTop {
    --cnvs-gotoTop-size: 2.5rem;
    --cnvs-gotoTop-bg: rgba(0, 0, 0, 0.3);
    --cnvs-gotoTop-icon-size: 1.5rem;
    --cnvs-gotoTop-icon-color: #fff;
    --cnvs-gotoTop-position-boxed-right: 30px;
    --cnvs-gotoTop-position-boxed-bottom: 50px;
    --cnvs-gotoTop-position-botom: 30px;
    --cnvs-gotoTop-border-radius: 2px;
    --cnvs-gotoTop-hover-color: var(--cnvs-themecolor);
    z-index: -999;
    position: fixed;
    width: var(--cnvs-gotoTop-size);
    height: var(--cnvs-gotoTop-size);
    line-height: var(--cnvs-gotoTop-size);
    background-color: var(--cnvs-gotoTop-bg);
    font-size: var(--cnvs-gotoTop-icon-size);
    text-align: center;
    color: var(--cnvs-gotoTop-icon-color);
    top: auto;
    left: auto;
    right: var(--cnvs-gotoTop-position-boxed-right);
    bottom: var(--cnvs-gotoTop-position-boxed-bottom);
    cursor: pointer;
    border-radius: var(--cnvs-gotoTop-border-radius);
    opacity: 0;
    transition: background-color .2s linear, opacity .4s
}

@media (prefers-reduced-motion:reduce) {

    #gotoTop,
    .owl-carousel .owl-dots .owl-dot,
    .owl-carousel .owl-nav [class*=owl-] {
        transition: none
    }
}

.stretched #gotoTop {
    right: var(--cnvs-gotoTop-position-boxed-right);
    bottom: var(--cnvs-gotoTop-position-boxed-bottom)
}

#gotoTop:hover {
    background-color: var(--cnvs-gotoTop-hover-color)
}

.dark .read-more-mask {
    background-image: linear-gradient(rgba(var(--bs-dark-rgb), 0), rgb(var(--bs-dark-rgb)))
}

.nav-tree li.active>a {
    color: var(--cnvs-themecolor) !important
}

.nav-tree li.active>a .sub-menu-indicator {
    transform: rotate(90deg)
}

.show-error-msg .switch+label.error {
    display: block !important
}

.switch input[type=checkbox].error+label {
    border: 1px solid var(--bs-danger)
}

.switch input[type=checkbox].error+label::before {
    background-color: rgba(var(--bs-danger-rgb), .1)
}

@keyframes pulsate {
    0% {
        opacity: 0;
        transform: scale(1)
    }

    50% {
        opacity: .3
    }

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

.cnvs-cursor {
    --cnvs-cursor-size: 0.75rem;
    --cnvs-cursor-bg: var(--cnvs-themecolor);
    --cnvs-cursor-opacity: 0.15;
    --cnvs-cursor-border-opacity: 1;
    --cnvs-cursor-action-size: 4rem;
    --cnvs-cursor-action-bg: var(--cnvs-themecolor);
    --cnvs-cursor-action-opacity: 0.35;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    z-index: 999999;
    transition: transform 50ms
}

.cnvs-cursor-dot,
.cnvs-cursor-follower {
    width: var(--cnvs-cursor-size);
    height: var(--cnvs-cursor-size);
    background: var(--cnvs-cursor-bg);
    opacity: var(--cnvs-cursor-opacity);
    border-radius: 50%;
    transition: .25s;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    transform-origin: center center
}

.cnvs-cursor-dot {
    --cnvs-cursor-size: 0.25rem;
    border: 0
}

.cnvs-cursor.cnvs-cursor-action {
    --cnvs-cursor-size: var(--cnvs-cursor-action-size);
    --cnvs-cursor-bg: var(--cnvs-cursor-action-bg);
    --cnvs-cursor-opacity: var(--cnvs-cursor-action-opacity)
}

.cnvs-cursor.cnvs-cursor-action .cnvs-cursor-follower {
    border-color: transparent
}

.cnvs-cursor.cnvs-cursor-border {
    --cnvs-cursor-opacity: var(--cnvs-cursor-border-opacity)
}

.cnvs-cursor.cnvs-cursor-border .cnvs-cursor-follower {
    background: 0 0;
    border: 1px solid var(--cnvs-cursor-bg);
    opacity: var(--cnvs-cursor-opacity)
}

.cnvs-cursor.cnvs-cursor-border .cnvs-cursor-dot {
    background: var(--cnvs-cursor-bg);
    opacity: var(--cnvs-cursor-opacity)
}

.cnvs-cursor.cnvs-cursor-disabled {
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important
}

@keyframes tickerAnim {
    0% {
        transform: translate3d(0, 0, 0);
        visibility: visible
    }

    100% {
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes tickerAnimReverse {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

form {
    --cnvs-form-processor-bg: #fff;
    --cnvs-form-processor-bg-op: 0.7;
    --cnvs-form-group-margin: 1.25rem
}

form .form-group {
    margin-bottom: var(--cnvs-form-group-margin)
}

.form-control.error {
    border-color: var(--cnvs-form-label-error)
}

label.error {
    display: none !important;
    margin-top: 5px;
    color: var(--cnvs-form-label-error);
    font-weight: 400
}

.show-error-msg+label.error,
input[type=checkbox]:not(:checked)+label.error {
    display: block !important
}

[data-condition]:not(.condition-fulfilled) {
    display: none !important
}

#footer {
    --cnvs-footer-top-border: 5px solid rgba(var(--cnvs-contrast-rgb), 0.15);
    --cnvs-copyrights-link-color: var(--cnvs-contrast-500);
    position: relative;
    background-color: var(--cnvs-footer-bg);
    border-top: var(--cnvs-footer-top-border)
}

@media (min-width:992px) {

    .sticky-footer #content,
    .sticky-footer #page-title,
    .sticky-footer #slider:not(.slider-parallax-invisible) {
        z-index: 2
    }

    .sticky-footer #footer {
        position: sticky;
        top: auto;
        bottom: 0;
        left: 0
    }
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: var(--cnvs-content-padding) 0
}

#copyrights {
    padding: calc(var(--cnvs-content-padding) * .5) 0;
    background-color: var(--cnvs-contrast-300);
    font-size: var(--cnvs-copyrights-font-size);
    line-height: var(--cnvs-line-height-content)
}

.widget {
    --cnvs-widget-border: 1px solid rgba(var(--cnvs-contrast-rgb), 0.1);
    --cnvs-widget-margin: 3rem;
    --cnvs-widget-title-margin: 1.5rem;
    --cnvs-widget-title-font-size: 0.9325rem;
    --cnvs-widget-title-font-weight: 600;
    --cnvs-widget-title-letter-spacing: 1px;
    --cnvs-widget-title-text-transform: uppercase;
    position: relative;
    margin-top: var(--cnvs-widget-margin)
}

.widget p {
    line-height: 1.7
}

.widget:first-child {
    margin-top: 0
}

.widget>.h4,
.widget>h4 {
    margin-bottom: var(--cnvs-widget-title-margin);
    font-size: var(--cnvs-widget-title-font-size);
    font-weight: var(--cnvs-widget-title-font-weight);
    letter-spacing: var(--cnvs-widget-title-letter-spacing);
    text-transform: var(--cnvs-widget-title-text-transform)
}

.widget_links li,
.widget_links ul {
    list-style: none;
    margin: 0
}

.widget_links li {
    display: flex;
    padding: .25rem 0;
    font-size: 1rem
}

.widget_links li a {
    display: inline-block;
    padding: 0 .25rem 0 .75rem;
    border: none !important;
    color: var(--cnvs-heading-color)
}

.widget_links li a:hover {
    color: var(--cnvs-themecolor)
}

.widget_links:not(.widget-li-noicon) li::before {
    content: "\f231";
    font-family: bootstrap-icons;
    display: inline-flex;
    align-self: center;
    justify-self: center;
    position: relative;
    font-size: .75rem;
    line-height: inherit;
    left: 0
}

.widget_links.widget-li-noicon li a {
    padding-left: 0
}

.widget_links>ul {
    margin-top: -4px !important
}

.widget_links>ul>li:first-child {
    border-top: 0 !important
}

.widget_links ul ul {
    margin-left: 1rem
}

:root {
    --cnvs-widget-border: 1px solid rgba(var(--cnvs-contrast-rgb), 0.1);
    --cnvs-pagination-circle-size: 35px;
    --cnvs-pagination-margin: 5px;
    --bs-pagination-hover-color: var(--cnvs-contrast-0);
    --cnvs-loader-color: var(--cnvs-contrast-300);
    --cnvs-mfp-overlay-color: #0b0b0b;
    --cnvs-mfp-overlay-opacity: 0.9;
    --cnvs-mfp-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    --cnvs-mfp-popup-padding-left: 8px;
    --cnvs-mfp-popup-padding-left-mobile: 6px;
    --cnvs-mfp-z-index-base: 1040;
    --cnvs-mfp-controls-opacity: 0.65;
    --cnvs-mfp-controls-color: #FFF;
    --cnvs-mfp-inner-close-icon-color: #333;
    --cnvs-mfp-controls-text-color: #CCC;
    --cnvs-mfp-controls-text-color-hover: #FFF;
    --cnvs-mfp-preloader-size: 2rem;
    --cnvs-mfp-close-btn-size: 4rem;
    --cnvs-mfp-close-btn-font-size: 1.5rem;
    --cnvs-mfp-arrow-size: 4rem;
    --cnvs-mfp-title-padding: 1rem;
    --cnvs-mfp-title-border-radius: 0.25rem;
    --cnvs-mfp-link-color: #CCC;
    --cnvs-mfp-iframe-padding-top: 40px;
    --cnvs-mfp-iframe-background: #000;
    --cnvs-mfp-iframe-max-width: 900px;
    --cnvs-mfp-iframe-ratio: 9/16;
    --cnvs-mfp-image-background: #444;
    --cnvs-mfp-caption-title-color: #F3F3F3;
    --cnvs-mfp-caption-subtitle-color: #BDBDBD;
    --cnvs-animate-duration: 1s;
    --cnvs-animate-delay: 1s;
    --cnvs-animate-repeat: 1;
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    --cnvs-themecolor: #004b79;
    --cnvs-themecolor-darker: #002a44;
    --cnvs-body-bg: var(--cnvs-themecolor-darker);
    --cnvs-body-font: "area-normal", sans-serif;
    --cnvs-primary-font: "campaign-serif", sans-serif;
    --cnvs-side-header-width: 300px;
    --cnvs-side-panel-size: 360px;
    --cnvs-body-font: 'Source Sans Pro', sans-serif;
    --cnvs-primary-font: 'Roboto', sans-serif
}

.pagination.pagination-inside-transparent .page-item.active .page-link {
    --bs-pagination-border-color: transparent !important
}

.table .success {
    color: var(--bs-success)
}

ul:not(.pagination) .page-item.active .page-link {
    color: var(--cnvs-contrast-0) !important;
    background-color: var(--cnvs-themecolor) !important;
    border-color: var(--cnvs-themecolor) !important
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: var(--cnvs-themecolor)
}

.shape-divider {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1
}

.shape-divider[data-position=bottom] {
    top: auto;
    bottom: -1px
}

.shape-divider[data-front=true] {
    z-index: 4
}

.shape-divider svg {
    position: relative;
    width: 100%;
    width: calc(100% + 1.3px);
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0
}

.shape-divider[data-flip-vertical=true],
.shape-divider[data-position=bottom] {
    transform: rotate(180deg)
}

.shape-divider[data-position=bottom][data-flip-vertical=true] {
    transform: rotate(0)
}

.shape-divider[data-flip=true] svg {
    transform: translateX(-50%) rotateY(180deg)
}

@keyframes fadeInDownSmall {
    from {
        opacity: 0;
        transform: translate3d(0, -50%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        transform: translate3d(-50%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightSmall {
    from {
        opacity: 0;
        transform: translate3d(50%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0, 50%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeOutDownSmall {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 50%, 0)
    }
}

@keyframes fadeOutLeftSmall {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-50%, 0, 0)
    }
}

@keyframes fadeOutRightSmall {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(50%, 0, 0)
    }
}

@keyframes fadeOutUpSmall {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -50%, 0)
    }
}

@keyframes bouncedelay {

    0%,
    100%,
    80% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes cssspinnerbounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes stretchdelay {

    0%,
    100%,
    40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

@keyframes cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

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

@keyframes ball-grid-pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.5);
        opacity: .7
    }

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

@keyframes rotate {
    0% {
        transform: rotate(0) scale(1)
    }

    50% {
        transform: rotate(180deg) scale(.6)
    }

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

@keyframes ballrotate {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(180deg)
    }

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

@keyframes ball-zig-deflect {

    17%,
    84% {
        transform: translate(-15px, -30px)
    }

    34%,
    67% {
        transform: translate(15px, -30px)
    }

    100%,
    50% {
        transform: translate(0, 0)
    }
}

@keyframes ball-zag-deflect {

    17%,
    84% {
        transform: translate(15px, 30px)
    }

    34%,
    67% {
        transform: translate(-15px, 30px)
    }

    100%,
    50% {
        transform: translate(0, 0)
    }
}

@keyframes ball-scale-multiple {
    0% {
        transform: scale(0);
        opacity: 0
    }

    5% {
        opacity: 1
    }

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

@keyframes ball-triangle-path-1 {
    33% {
        transform: translate(25px, -50px)
    }

    66% {
        transform: translate(50px, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes ball-triangle-path-2 {
    33% {
        transform: translate(25px, 50px)
    }

    66% {
        transform: translate(-25px, 50px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes ball-triangle-path-3 {
    33% {
        transform: translate(-50px, 0)
    }

    66% {
        transform: translate(-25px, -50px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes ball-pulse-sync {
    33% {
        transform: translateY(10px);
        opacity: .85
    }

    66% {
        transform: translateY(-10px);
        opacity: .7
    }

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

@keyframes ball-scale-ripple-multiple {
    0% {
        transform: scale(.1);
        opacity: 1
    }

    70% {
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: calc(var(--cnvs-mfp-z-index-base) + 2);
    overflow: hidden;
    position: fixed;
    background: var(--cnvs-mfp-overlay-color);
    opacity: var(--cnvs-mfp-overlay-opacity)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: calc(var(--cnvs-mfp-z-index-base) + 3);
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 var(--cnvs-mfp-popup-padding-left);
    box-sizing: border-box
}

.mfp-container::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container::before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: calc(var(--cnvs-mfp-z-index-base) + 5)
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: var(--cnvs-mfp-controls-text-color);
    z-index: calc(var(--cnvs-mfp-z-index-base) + 4);
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--cnvs-mfp-preloader-size);
    height: var(--cnvs-mfp-preloader-size);
    font-size: var(--cnvs-mfp-preloader-size);
    line-height: 1;
    text-align: center;
    transform: translate(-50%, -50%);
    font-family: bootstrap-icons;
    line-height: inherit
}

.mfp-preloader a {
    color: var(--cnvs-mfp-controls-text-color)
}

.mfp-preloader a:hover {
    color: var(--cnvs-mfp-controls-text-color-hover)
}

.mfp-container:not(.mfp-s-error) .mfp-preloader::before {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
    content: "\f130";
    animation: 2s linear infinite spin
}

.mfp-container.mfp-s-error .mfp-preloader {
    width: auto;
    height: auto;
    font-size: 1.5rem;
    font-family: inherit;
    animation: none;
    line-height: 1.5
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: calc(var(--cnvs-mfp-z-index-base) + 6);
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: var(--cnvs-mfp-close-btn-size);
    height: var(--cnvs-mfp-close-btn-size);
    line-height: var(--cnvs-mfp-close-btn-size);
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: var(--cnvs-mfp-controls-opacity);
    padding: 0 0 18px 10px;
    color: var(--cnvs-mfp-controls-color);
    font-style: normal;
    font-size: var(--cnvs-mfp-close-btn-font-size)
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: var(--cnvs-mfp-inner-close-icon-color)
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: var(--cnvs-mfp-controls-color);
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: auto;
    bottom: 25px;
    right: 20px;
    font-size: .75rem;
    line-height: 18px;
    white-space: nowrap;
    padding: .5rem 1rem;
    background: rgba(0, 0, 0, .5);
    border-radius: .25rem;
    color: var(--cnvs-mfp-controls-text-color)
}

.mfp-counter:empty {
    display: none
}

.mfp-arrow {
    opacity: var(--cnvs-mfp-controls-opacity);
    position: absolute;
    margin: 0;
    top: 50%;
    left: 0;
    padding: 0;
    width: var(--cnvs-mfp-arrow-size);
    height: var(--cnvs-mfp-arrow-size);
    font-family: bootstrap-icons;
    line-height: inherit;
    -webkit-tap-highlight-color: transparent;
    font-size: calc(var(--cnvs-mfp-arrow-size) / 2);
    transform: translateY(-50%);
    color: var(--cnvs-mfp-link-color);
    transition: .3s
}

.mfp-arrow:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.2)
}

@media (max-width:991.98px) {
    .mfp-arrow {
        background-color: rgba(0, 0, 0, .75) !important
    }

    .mfp-arrow:hover {
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, .85) !important
    }
}

.mfp-arrow-left::before,
.mfp-arrow-right::before {
    display: inline-flex;
    align-self: center;
    justify-self: center
}

.mfp-arrow-right::before {
    content: "\f285"
}

.mfp-arrow-right {
    left: auto;
    right: 0
}

.mfp-arrow-left {
    right: auto;
    left: 0
}

.mfp-arrow-left::before {
    content: "\f284"
}

.mfp-iframe-holder {
    padding-top: var(--cnvs-mfp-iframe-padding-top);
    padding-bottom: var(--cnvs-mfp-iframe-padding-top)
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: var(--cnvs-mfp-iframe-max-width)
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: calc(var(--cnvs-mfp-iframe-ratio) * 100%)
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: var(--cnvs-mfp-shadow);
    background: var(--cnvs-mfp-iframe-background)
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: var(--cnvs-mfp-shadow);
    background: var(--cnvs-mfp-image-background)
}

.mfp-figure .small,
.mfp-figure small {
    color: var(--cnvs-mfp-caption-subtitle-color);
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure .small:empty,
.mfp-figure small:empty {
    display: none
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    width: auto;
    text-align: center;
    line-height: 1.65;
    color: var(--cnvs-mfp-caption-title-color);
    word-wrap: break-word;
    padding: var(--cnvs-mfp-title-padding);
    background: rgba(39, 60, 68, .2);
    -webkit-backdrop-filter: blur(3em);
    backdrop-filter: blur(3em);
    border-radius: var(--cnvs-mfp-title-border-radius)
}

.mfp-title:empty {
    display: none
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure::after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure .small,
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        transform: translateY(-50%) scale(.75) !important
    }

    .mfp-arrow-left {
        transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: var(--cnvs-mfp-popup-padding-left-mobile);
        padding-right: var(--cnvs-mfp-popup-padding-left-mobile)
    }
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
[data-animate]:not(.animated) {
    opacity: 0
}

.animated {
    animation-duration: 1s;
    animation-duration: var(--cnvs-animate-duration);
    animation-fill-mode: both
}

@media print,
(prefers-reduced-motion:reduce) {
    .animated {
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
        animation-iteration-count: 1 !important
    }
}

@keyframes bounce {

    20%,
    53%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0) scaleY(.95)
    }

    90% {
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes pulse {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

@keyframes rubberBand {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes shakeX {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shakeY {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(0, -10px, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(0, 10px, 0)
    }
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes tada {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

@keyframes wobble {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

@keyframes jello {

    11.1%,
    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes heartBeat {

    0%,
    28%,
    70% {
        transform: scale(1)
    }

    14%,
    42% {
        transform: scale(1.3)
    }
}

@keyframes backInDown {
    0% {
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }

    80% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }

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

@keyframes backInLeft {
    0% {
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }

    80% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }

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

@keyframes backInRight {
    0% {
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }

    80% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }

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

@keyframes backInUp {
    0% {
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }

    80% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }

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

@keyframes backOutDown {
    0% {
        transform: scale(1);
        opacity: 1
    }

    20% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    100% {
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutLeft {
    0% {
        transform: scale(1);
        opacity: 1
    }

    20% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    100% {
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutRight {
    0% {
        transform: scale(1);
        opacity: 1
    }

    20% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    100% {
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutUp {
    0% {
        transform: scale(1);
        opacity: 1
    }

    20% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    100% {
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }

    75% {
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }

    90% {
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0) scaleX(1)
    }

    75% {
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }

    90% {
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }

    75% {
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }

    90% {
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }

    75% {
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }

    90% {
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0) scaleX(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0) scaleX(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0) scaleY(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInTopLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInTopRight {
    from {
        opacity: 0;
        transform: translate3d(100%, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInBottomLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInBottomRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutTopLeft {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, -100%, 0)
    }
}

@keyframes fadeOutTopRight {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(100%, -100%, 0)
    }
}

@keyframes fadeOutBottomRight {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 100%, 0)
    }
}

@keyframes fadeOutBottomLeft {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 100%, 0)
    }
}

@keyframes flip {
    from {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        animation-timing-function: ease-in
    }
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes lightSpeedInRight {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes lightSpeedInLeft {
    from {
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }

    60% {
        transform: skewX(-20deg);
        opacity: 1
    }

    80% {
        transform: skewX(5deg)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes lightSpeedOutRight {
    from {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOutLeft {
    from {
        opacity: 1
    }

    to {
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
}

@keyframes rotateIn {
    from {
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateOut {
    from {
        opacity: 1
    }

    to {
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        opacity: 1
    }

    to {
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        opacity: 1
    }

    to {
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        opacity: 1
    }

    to {
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        opacity: 1
    }

    to {
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0)
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.dark {
    --cnvs-contrast-bg: #212529;
    --cnvs-contrast-bg-offset: #343a40;
    --cnvs-contrast-0: #000;
    --cnvs-contrast-100: #212529;
    --cnvs-contrast-200: #343a40;
    --cnvs-contrast-300: #495057;
    --cnvs-contrast-400: #6c757d;
    --cnvs-contrast-500: #adb5bd;
    --cnvs-contrast-600: #ced4da;
    --cnvs-contrast-700: #dee2e6;
    --cnvs-contrast-800: #e9ecef;
    --cnvs-contrast-900: #f8f9fa;
    --cnvs-contrast-1000: #fff;
    --bs-link-color: var(--cnvs-contrast-900);
    --cnvs-invert-contrast-0: #fff;
    --cnvs-invert-contrast-100: #f8f9fa;
    --cnvs-invert-contrast-200: #e9ecef;
    --cnvs-invert-contrast-300: #dee2e6;
    --cnvs-invert-contrast-400: #ced4da;
    --cnvs-invert-contrast-500: #adb5bd;
    --cnvs-invert-contrast-600: #6c757d;
    --cnvs-invert-contrast-700: #495057;
    --cnvs-invert-contrast-800: #343a40;
    --cnvs-invert-contrast-900: #212529;
    --cnvs-invert-contrast-1000: #000;
    --cnvs-contrast-rgb: 255, 255, 255;
    --cnvs-invert-contrast-rgb: 0, 0, 0;
    --cnvs-heading-color: var(--cnvs-contrast-900);
    --cnvs-topbar-bg: var(--cnvs-contrast-bg-offset);
    --cnvs-header-bg: var(--cnvs-contrast-bg);
    --cnvs-header-sticky-bg: var(--cnvs-contrast-bg);
    --cnvs-side-header-bg: var(--cnvs-contrast-bg);
    --cnvs-header-floating-bg: var(--cnvs-contrast-bg);
    --cnvs-primary-menu-submenu-bg: var(--cnvs-contrast-bg);
    --cnvs-section-bg: var(--cnvs-contrast-bg-offset);
    --cnvs-footer-bg: var(--cnvs-contrast-bg-offset);
    color: var(--cnvs-contrast-800);
    --cnvs-header-bg: var(--cnvs-themecolor-darker);
    --cnvs-header-sticky-bg: transparent;
    --cnvs-footer-bg: var(--cnvs-themecolor-darker)
}

body.dark {
    --cnvs-body-bg: var(--cnvs-contrast-bg)
}

.dark #footer .footer-widgets-wrap,
.dark#footer .footer-widgets-wrap {
    color: var(--cnvs-contrast-800)
}

.dark #footer .footer-widgets-wrap a,
.dark#footer .footer-widgets-wrap a {
    color: rgba(255, 255, 255, .75)
}

.dark #footer .footer-widgets-wrap a:hover,
.dark#footer .footer-widgets-wrap a:hover {
    color: var(--cnvs-contrast-1000)
}

#copyrights.dark,
.dark #copyrights {
    color: rgba(255, 255, 255, .4);
    background-color: rgba(0, 0, 0, .2)
}

@media (max-width:1410px) {
    .iconlist li {
        font-size: 13px
    }
}

@media (max-width:800px) {
    i.bi-patch-plus-fill.text-light {
        margin-bottom: 10px
    }
}

.h2main {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 48px
}

.ms2_form>.butCartDel {
    color: #999;
    font-size: 12px;
    text-decoration: underline;
    padding: 0
}

#header-wrap-clone.header-wrap-clone {
    height: 46px
}

.png-shadow {
    -webkit-filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, .2))
}

.iconlist.font-primar.align-items-start.mt-5>li.mb-3 {
    display: block !important
}

.iconsCenter {
    text-align: center;
    max-width:100%;
}

.iconsCenter > div > p {
    text-align: justify
}

.h2.ls--1.fw-bold.mb-2 {
    color: #222;
    text-align: center
}

.card.shadow>.mb-3.text-black-50 {
    text-align: center
}

.p-5.pagecontent>ol,
.p-5.pagecontent>ul {
    padding-left: 23px;
    margin-bottom: 10px
}

.p-5.pagecontent>h1,
.p-5.pagecontent>h2,
.p-5.pagecontent>h3,
.p-5.pagecontent>h4,
.p-5.pagecontent>p {
    margin-bottom: 10px
}

.p-5.pagecontent>h2 {
    text-transform: uppercase;
    font-size: 24px
}

.p-5.pagecontent>h3 {
    text-transform: uppercase;
    font-size: 20px
}

.btn.btn-light.fw-bold.mt-2.rounded-pill.px-4.py-2 {
    font-size: 18px !important;
    margin-top: 1px !important
}

.menu-link {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase
}

.tagver {
    padding: 4px 10px;
    background: #b8c1c7;
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    display: inline;
    margin: 0 5px 20px 0;
    transition: .3s;
    opacity: .85;
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.tagver.act {
    background: #043f68
}

.tagver:hover {
    opacity: 1;
    transition: .3s;
    color: #fff
}

.col-lg-2.leftbar>p>a {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    font-size: 20px
}

.col-lg-2.leftbar>p {
    margin-bottom: 12px
}


#tabs-1>ol,
#tabs-1>ul {
    padding-left: 40px
}

.ivyphone {
    float: left;
    margin-right: 8px
}

.ivyphone>a>img {
    width: 58px;
    border-radius: 100%;
    margin-bottom: 2px
}

.ivyphone>a>img:hover {
    opacity: .85
}

.phoneivywhite {
    height: 26px;
    margin: 0 6px 4px 0
}

.fir>div>p {
    color: #fff;
    text-transform: uppercase !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    user-select: none;
    padding: 10px 40px 4px 32px;
    margin: 0 !important;
    text-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.ivyphonemain.fir>div {
    text-align: center
}

.fir,
.ivyphonemain,
.sec {
    position: fixed;
    bottom: 0;
    left: 30px;
    width: 230px;
    text-align: center;
    transition: .4s
}

.ivyphonemain {
    position: fixed;
    bottom: 0;
    left: 30px;
    z-index: 1
}

.fir>div {
    background: #004b7a;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, .25)
}

.fir {
    z-index: 500;
    opacity: 1
}

.sec {
    z-index: 1000;
    opacity: 0;
    height: 0
}

.ivyslider {
    width: 100%
}

.ivyphonemain:hover>.fir {
    opacity: 0;
    transition: .3s
}

.ivyphonemain:hover>.sec {
    transition: .2s;
    opacity: 1;
    height: 60px
}

@media (max-width:900px) {

    .fir,
    .ivyphonemain,
    .sec {
        right: 8px
    }

    .ivyphone>a>img:hover {
        opacity: 1
    }
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa-regular,
.fa-solid {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: "Font Awesome 6 Free"
}

@-webkit-keyframes fa-beat {

    0%,
    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@keyframes fa-beat {

    0%,
    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@-webkit-keyframes fa-bounce {

    0%,
    64%,
    to {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
    }

    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
    }

    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
    }

    57% {
        -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
        transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
    }
}

@keyframes fa-bounce {

    0%,
    64%,
    to {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
    }

    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
    }

    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
    }

    57% {
        -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
        transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
    }
}

@-webkit-keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, .4)
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, .4)
    }
}

@-webkit-keyframes fa-beat-fade {

    0%,
    to {
        opacity: var(--fa-beat-fade-opacity, .4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@keyframes fa-beat-fade {

    0%,
    to {
        opacity: var(--fa-beat-fade-opacity, .4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@-webkit-keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@-webkit-keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    24%,
    8% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%,
    28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    40%,
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    24%,
    8% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%,
    28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    40%,
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-life-ring:before {
    content: "\f1cd"
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(icons/font-awesome/fa-brands-400.woff2) format("woff2"), url(icons/font-awesome/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(icons/font-awesome/fa-regular-400.woff2) format("woff2"), url(icons/font-awesome/fa-regular-400.ttf) format("truetype")
}

.fa-regular {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(icons/font-awesome/fa-solid-900.woff2) format("woff2"), url(icons/font-awesome/fa-solid-900.ttf) format("truetype")
}

.fa-solid {
    font-weight: 900
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: swap;
    font-weight: 400;
    src: url(icons/font-awesome/fa-brands-400.woff2) format("woff2"), url(icons/font-awesome/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: swap;
    font-weight: 900;
    src: url(icons/font-awesome/fa-solid-900.woff2) format("woff2"), url(icons/font-awesome/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: swap;
    font-weight: 400;
    src: url(icons/font-awesome/fa-regular-400.woff2) format("woff2"), url(icons/font-awesome/fa-regular-400.ttf) format("truetype")
}

@font-face {
    font-family: FontAwesome;
    font-display: swap;
    src: url(icons/font-awesome/fa-solid-900.woff2) format("woff2"), url(icons/font-awesome/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: FontAwesome;
    font-display: swap;
    src: url(icons/font-awesome/fa-brands-400.woff2) format("woff2"), url(icons/font-awesome/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: FontAwesome;
    font-display: swap;
    src: url(icons/font-awesome/fa-regular-400.woff2) format("woff2"), url(icons/font-awesome/fa-regular-400.ttf) format("truetype");
    unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc
}

@font-face {
    font-family: FontAwesome;
    font-display: swap;
    src: url(icons/font-awesome/fa-v4compatibility.woff2) format("woff2"), url(icons/font-awesome/fa-v4compatibility.ttf) format("truetype");
    unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a
}

/*!
 * Bootstrap Icons v1.11.0 (https://icons.getbootstrap.com/)
 * Copyright 2019-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
    font-display: swap;
    font-family: bootstrap-icons;
    src: url("icons/bootstrap-icons/bootstrap-icons.woff2") format("woff2"), url("icons/bootstrap-icons/bootstrap-icons.woff") format("woff")
}

[class*=" bi-"]::before,
[class^=bi-]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bi-calendar-week-fill::before {
    content: "\f1f2"
}

.bi-display::before {
    content: "\f302"
}

.bi-envelope-fill::before {
    content: "\f32c"
}

.bi-justify::before {
    content: "\f44b"
}

.bi-lightbulb::before {
    content: "\f46b"
}

.bi-patch-plus-fill::before {
    content: "\f4bb"
}

.bi-telephone-fill::before {
    content: "\f5b4"
}

.bi-clipboard-data-fill::before {
    content: "\f71c"
}

.bi-clipboard2-data-fill::before {
    content: "\f726"
}

@font-face {
    font-family: unicons-line;
    src: url('icons/unicons/unicons-0.woff2') format('woff2'), url('icons/unicons/unicons-0.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+E800-E83B
}

@font-face {
    font-family: unicons-line;
    src: url('icons/unicons/unicons-1.woff2') format('woff2'), url('icons/unicons/unicons-1.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+E83C-E877
}

@font-face {
    font-family: unicons-line;
    src: url('icons/unicons/unicons-10.woff2') format('woff2'), url('icons/unicons/unicons-10.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+EA5B-EA96
}

@font-face {
    font-family: unicons-line;
    src: url('icons/unicons/unicons-11.woff2') format('woff2'), url('icons/unicons/unicons-11.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+EA97-EAD4
}

@font-face {
    font-family: unicons-line;
    src: url('icons/unicons/unicons-12.woff2') format('woff2'), url('icons/unicons/unicons-12.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+EAD5-EB11
}

@font-face {
    font-family: unicons-line;
    src: url('icons/unicons/unicons-13.woff2') format('woff2'), url('icons/unicons/unicons-13.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+EB12-EB4D
}

@font-face {
    font-family: unicons-line;
    src: url('icons/unicons/unicons-14.woff2') format('woff2'), url('icons/unicons/unicons-14.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+EB4E-EB89
}

@font-face {
    font-family: unicons-line;
    src: url('icons/unicons/unicons-15.woff2') format('woff2'), url('icons/unicons/unicons-15.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+EB8A-EBC5
}

@font-face {
    font-family: unicons-line;
    src: url('icons/unicons/unicons-16.woff2') format('woff2'), url('icons/unicons/unicons-16.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+EBC6-EC01
}

@font-face {
    font-family: unicons-line;
    src: url('icons/unicons/unicons-17.woff2') format('woff2'), url('icons/unicons/unicons-17.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+EC02-EC3D
}

@font-face {
    font-family: unicons-line;
    src: url('icons/unicons/unicons-18.woff2') format('woff2'), url('icons/unicons/unicons-18.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+EC3E-EC79
}

@font-face {
    font-family: unicons-line;
    src: url('icons/unicons/unicons-19.woff2') format('woff2'), url('icons/unicons/unicons-19.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+EC7A-ECB5
}

@font-face {
    font-family: unicons-line;
    src: url('icons/unicons/unicons-2.woff2') format('woff2'), url('icons/unicons/unicons-2.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+E878-E8B3
}

@font-face {
    font-family: unicons-line;
    src: url('icons/unicons/unicons-20.woff2') format('woff2'), url('icons/unicons/unicons-20.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+ECB6-ECB9
}

@font-face {
    font-family: unicons-line;
    src: url('icons/unicons/unicons-3.woff2') format('woff2'), url('icons/unicons/unicons-3.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+E8B4-E8EF
}

@font-face {
    font-family: unicons-line;
    src: url('icons/unicons/unicons-4.woff2') format('woff2'), url('icons/unicons/unicons-4.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+E8F0-E92B
}

@font-face {
    font-family: unicons-line;
    src: url('icons/unicons/unicons-5.woff2') format('woff2'), url('icons/unicons/unicons-5.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+E92C-E967
}

@font-face {
    font-family: unicons-line;
    src: url('icons/unicons/unicons-6.woff2') format('woff2'), url('icons/unicons/unicons-6.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+E968-E9A4
}

@font-face {
    font-family: unicons-line;
    src: url('icons/unicons/unicons-7.woff2') format('woff2'), url('icons/unicons/unicons-7.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+E9A5-E9E1
}

@font-face {
    font-family: unicons-line;
    src: url('icons/unicons/unicons-8.woff2') format('woff2'), url('icons/unicons/unicons-8.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+E9E2-EA1D
}

@font-face {
    font-family: unicons-line;
    src: url('icons/unicons/unicons-9.woff2') format('woff2'), url('icons/unicons/unicons-9.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+EA1E-EA5A
}

[class*=" uil-"]:before,
[class^=uil-]:before {
    font-family: unicons-line;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.uil-shopping-bag:before {
    content: '\e887'
}

.uil-data-sharing:before {
    content: '\ea3a'
}

.uil-cloud-data-connection:before {
    content: '\ea3b'
}

[class*=" bi-"],
[class*=" fa-"],
[class*=" uil-"],
[class*=bi-],
[class*=fa-],
[class*=uil-] {
    display: inline-block;
    line-height: inherit;
    font-display: swap
}

[class*=" bi-"]::before,
[class*=" fa-"]::before,
[class*=" uil-"]::before,
[class*=bi-]::before,
[class*=fa-]::before,
[class*=uil-]::before {
    display: inline-flex;
    align-self: center;
    justify-self: center;
    line-height: inherit
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0)
    }

    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

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

.icon-stacked {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

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

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

.swiper-wrapper {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

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

.swiper-pointer-events {
    touch-action: pan-y
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

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

.swiper-button-lock {
    display: none
}

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

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

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

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
    display: none
}

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

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

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

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

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

.swiper-scrollbar-lock {
    display: none
}

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

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

.swiper-slide-zoomed {
    cursor: move
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
    overflow: visible
}

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

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

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

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

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

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

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

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

.swiper-flip {
    overflow: visible
}

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

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

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

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

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

.swiper-cards {
    overflow: visible
}

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

.slider-element {
    margin-top: -1px;
    background-color: var(--cnvs-themecolor-darker);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1
}

#header-wrap .container {
    background-color: var(--cnvs-themecolor);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    --bs-gutter-x: 40px
}

.hero-diagonal {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    clip-path: polygon(0 82%, 100% 0, 100% 100%, 0% 100%);
    background-color: var(--cnvs-themecolor)
}

.iconlist li i {
    --cnvs-iconlist-size: 1.5rem;
    --cnvs-iconlist-offset: 4px;
    font-size: var(--cnvs-iconlist-size)
}

.header-misc-icon {
    margin: 0 12px
}

.side-panel-trigger a {
    background-color: #fff;
    color: var(--cnvs-themecolor);
    display: block;
    width: 24px;
    height: 24px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%
}

body:not(.is-expanded-menu) .side-panel-trigger a {
    margin-right: .5rem
}

.swiper-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition-timing-function: linear !important
}

.active .tab-icon-active img:first-child {
    display: none
}

.active .tab-icon-active img:last-child {
    display: block
}

.nav-link span {
    font-weight: 600
}

.nav-link.active span {
    font-weight: 700
}

.canvas-alt-tabs.tabs-bb .nav-link.active {
    position: relative;
    border-bottom: 0;
    padding-bottom: 1rem
}

.canvas-alt-tabs.tabs-bb .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 10%;
    height: .25rem;
    border-radius: 2rem;
    background-color: var(--cnvs-themecolor);
    transform: translateX(-50%)
}

.is-expanded-menu .menu-container>.menu-item {
    --cnvs-primary-menu-hover-color: #FFF !important;
    --cnvs-primary-menu-active-color: #FFF !important
}

* {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

.btn,
.button {
    transition: transform .45s cubic-bezier(.2, .7, .3, 1)
}

.btn:hover,
.button:hover {
    transform: translateX(-4px)
}

.text-muted {
    color: #778690 !important;
    padding-right: 20px
}

.text-dark.fw-semibold {
    text-align: right
}

.product-price ins {
    text-decoration: none;
    color: var(--cnvs-themecolor);
    font-family: sans-serif;
    --cnvs-body-font: 'Source Sans Pro', sans-serif;
    --cnvs-primary-font: 'Roboto', sans-serif;
    font-size: 30px
}

.sub-menu-container .menu-item>.menu-link i {
    margin-right: 15px;
    color: var(--cnvs-themecolor, #3d80e4);
    font-size: 18px
}

.sub-menu-container:not(.mega-menu-column) {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 0;
    margin-top: -1px
}

.heading-block h2 {
    font-size: 52px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: -1px
}

.heading-block h3 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700
}

.owl-stage-outer {
    padding: 0
}

.owl-stage-outer .owl-stage-outer-bg {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url('images/section/device.png');
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-50%, -50%);
    z-index: 1
}

.owl-item img {
    width: 100%;
    transform: scale(.85);
    transition: transform .3s cubic-bezier(.2, .7, .3, 1)
}

.owl-item.active.center img {
    transform: scale(.95)
}

.owl-carousel .owl-dots .owl-dot {
    opacity: .3;
    margin-top: 40px;
    width: 20px;
    height: 5px;
    border-radius: 4px;
    transition: .3s cubic-bezier(.2, .7, .3, 1)
}

.owl-carousel .owl-dots .owl-dot.active {
    width: 50px
}

.pricing-table .card {
    border-radius: 20px;
    padding: 25px 30px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: -1px -1px;
    background-size: 102% 160px;
    border-color: rgba(255, 255, 255, .3)
}

.pricing-table .card h2 {
    font-size: 48px
}

.pricing-table .card p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6 !important
}

.pricing-table .card .iconlist {
    font-size: 15px;
    font-weight: 500;
    color: #222
}

.pricing-table .card .iconlist li:not(:last-child) {
    margin-bottom: 7px
}

.toggle-wrap {
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px
}

.toggle {
    padding: 18px 30px;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    transition: background-color .2s
}

.toggle:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.toggle:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 0
}

.toggle:hover {
    background-color: rgba(255, 255, 255, .15)
}

.device-video-wrap {
    position: relative
}

.device-video-wrap img {
    position: relative;
    margin: 0 auto;
    max-width: 1024px
}

.device-video-wrap video {
    position: absolute;
    top: 10px;
    left: 32.7%;
    max-width: 44%;
    z-index: 10;
    transform: translate(-50%)
}

.device-video-wrap::before,
.dotted-bg::before {
    content: "";
    position: absolute;
    display: block;
    top: 40%;
    left: 35%;
    width: 110%;
    height: 120%;
    background-size: 12px 12px;
    background-position: center;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(#3d80e4 14%, transparent 14%);
    -webkit-mask-image: radial-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 75%);
    mask-image: radial-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 75%);
    z-index: 0
}

.dotted-bg::before {
    background-image: radial-gradient(rgba(255, 255, 255, .2) 14%, transparent 14%)
}

.device-video-wrap>* {
    position: relative;
    z-index: 1
}

.feature-box.fbox-plain .fbox-icon i {
    font-size: 36px
}

.dark .testimonial .testi-content p {
    color: #fff
}

.dark .testimonial .testi-meta span {
    color: rgba(255, 255, 255, .5)
}

.flex-next,
.flex-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%
}

.dark .flex-next,
.dark .flex-prev {
    background-color: #fff !important
}

.flex-next i,
.flex-prev i {
    font-size: 24px;
    height: 45px;
    line-height: 45px;
    color: #111;
    text-shadow: none
}

.flex-next i {
    margin-left: 2px
}

.flex-prev i {
    margin-left: -1px
}

@media (max-width:991.98px) {
    .display-3 {
        font-size: 7vw
    }

    .slider-element {
        padding-top: 30px
    }

    .sub-menu-container:not(.mega-menu-column) {
        border-radius: 4px;
        margin-top: 0;
        background-color: #032f47;
        padding-left: 30px
    }

    .menu-link {
        text-transform: none !important
    }

    .dark .menu-container>.menu-item>.menu-link,
    .dark .sub-menu-container .menu-item>.menu-link {
        color: #fff
    }
}

.is-expanded-menu .sub-menu-container .menu-item>.menu-link {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    font-size: 14px;
    padding: 6px 16px
}

.product-grid {
    align-items: stretch;
    margin-top: 12px;
    margin-right: 0;
    margin-left: 0;
    padding: 0
}

.product-grid .product {
    display: flex
}

.product-card {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow: hidden;
    min-width: 0;
    min-height: 100%;
    border: 1px solid #edf0f4;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
    transition: transform .16s, box-shadow .16s, border-color .16s
}

.product-card:hover {
    transform: translateY(-2px);
    border-color: #d8dee8;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .08)
}

.product-card__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 198px;
    padding: 16px;
    background: #f7f9fb
}

.product-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .16s
}

.product-card:hover .product-card__image img {
    transform: scale(1.02)
}

.product-card__body {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    padding: 14px;
    text-align: left
}

.product-card__title {
    display: -webkit-box;
    overflow: hidden;
    min-height: 61px;
    margin: 0px;
    color: #1f2937;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.product-card__title a {
    color: inherit
}

.product-card__title a:hover {
    color: #0a72c7
}

.product-card__actions {
    display: grid;
    gap: 12px;
    margin-top: auto;
    padding-top: 4px
}

.product-card__price {
    color: #111827;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.05;
    text-align: center;
    white-space: nowrap
}

.product-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 9px;
    background: #004a78;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    box-shadow: none
}

.product-card__button:hover {
    background: #085fa8;
    color: #fff
}

@media (max-width:1199.98px) {
    .product-card__image {
        height: 205px
    }
}

@media (max-width:575.98px) {
    .product-card__image {
        height: 225px
    }

    .product-card__title {
        min-height: auto
    }
}

.leftbar {
    padding-top: 1rem !important
}

.catalog-sidebar-sticky {
    z-index: 1;
    position: sticky;
    top: 0;
}

.catalog-menu {
    padding: 10px;
    border: 1px solid #edf0f4;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .04)
}

.catalog-menu__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 0 12px;
    border-radius: 10px;
    color: #263241;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    transition: background-color .16s, color .16s
}

.catalog-menu__link::after {
    content: "";
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    margin-left: 12px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    opacity: .35;
    transform: rotate(45deg)
}

.catalog-menu__link:hover {
    background: #f4f8fc;
    color: #0a72c7
}

.catalog-menu__link.is-active {
    background: #004a78;
    color: #fff
}

.catalog-menu__link.is-active::after {
    opacity: .9
}

@media (max-width:991.98px) {
    .leftbar {
        padding-top: 0 !important
    }

    .catalog-sidebar-sticky {
        position: static;
    }

    .catalog-menu {
        position: static;
        display: flex;
        gap: 8px;
        overflow-x: auto;
        margin-bottom: 16px;
        padding: 8px;
        border-radius: 12px;
        box-shadow: none
    }

    .catalog-menu__link {
        flex: 0 0 auto;
        min-height: 38px;
        padding: 0 14px;
        white-space: nowrap
    }

    .catalog-menu__link::after {
        display: none
    }
}

.compare-notice {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    margin: 1rem 0 1.25rem;
    padding: 16px;
    border: 1px solid #edf0f4;
    border-radius: 14px;
    background: #f8fafc;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .04)
}

.compare-notice__badge {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #e8f3ff;
    color: #0a72c7;
    font-size: 13px;
    font-weight: 900;
    line-height: 1
}

.compare-notice__title {
    margin-bottom: 4px;
    color: #111827;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25
}

.compare-notice p {
    margin: 0;
    color: #52616f;
    font-size: 15px;
    line-height: 1.45
}

.compare-notice__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 10px;
    background: #fff;
    color: #0a72c7;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    box-shadow: inset 0 0 0 1px #d8e7f7;
    transition: background-color .16s, color .16s, box-shadow .16s
}

.compare-notice__link:hover {
    background: #0a72c7;
    color: #fff;
    box-shadow: inset 0 0 0 1px #0a72c7
}

.ivyphonemain.contact-widget {
    position: fixed;
    right: auto;
    bottom: 24px;
    left: 28px;
    z-index: 1200;
    width: auto;
    text-align: left
}

.ivyphonemain.contact-widget,
.ivyphonemain.contact-widget .fir,
.ivyphonemain.contact-widget .sec {
    transition: .22s
}

.ivyphonemain.contact-widget .fir,
.ivyphonemain.contact-widget .sec {
    position: static;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    text-align: left
}

.ivyphonemain.contact-widget:hover>.fir {
    opacity: 1
}

.ivyphonemain.contact-widget:hover>.sec {
    height: auto
}

.contact-widget__main {
    position: relative;
    z-index: 2;
    opacity: 1
}

.contact-widget__trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 166px;
    min-height: 54px;
    padding: 0 18px 0 10px;
    overflow: hidden;
    border: 1px solid #e7edf5;
    border-radius: 999px;
    background: #fff;
    color: #172033;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .12), 0 0 0 6px rgba(10, 114, 199, .05);
    animation: 3.6s ease-in-out infinite contactButtonMove
}

.contact-widget__trigger::after {
    display: none
}

.contact-widget__trigger:hover {
    border-color: #d8e7f7;
    background: #f8fbff;
    color: #0a72c7;
    box-shadow: 0 18px 38px rgba(10, 114, 199, .14), 0 0 0 7px rgba(10, 114, 199, .07)
}

.contact-widget__pulse {
    position: absolute;
    inset: -7px;
    border: 1px solid rgba(10, 114, 199, .38);
    border-radius: inherit;
    animation: 2.2s ease-out infinite contactPulse
}

.contact-widget__trigger .phoneivywhite {
    position: relative;
    z-index: 1;
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: 0 0;
    box-shadow: none;
    filter: brightness(0) saturate(100%) invert(35%) sepia(99%) saturate(1297%) hue-rotate(182deg) brightness(90%) contrast(92%)
}

.contact-widget__trigger span:not(.contact-widget__pulse) {
    position: relative;
    z-index: 1
}

.ivyphonemain.contact-widget .sec {
    position: absolute;
    bottom: 68px;
    left: 0;
    z-index: 1;
    display: flex;
    gap: 10px;
    height: auto;
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px) scale(.92)
}

.ivyphonemain.contact-widget.is-open .sec {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1)
}

.ivyphonemain.contact-widget .ivyphone {
    float: none;
    margin: 0
}

.contact-widget__item {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .22s, transform .22s
}

.ivyphonemain.contact-widget.is-open .contact-widget__item {
    opacity: 1;
    transform: translateY(0)
}

.ivyphonemain.contact-widget.is-open .contact-widget__item:nth-child(2) {
    transition-delay: 40ms
}

.ivyphonemain.contact-widget.is-open .contact-widget__item:nth-child(3) {
    transition-delay: 80ms
}

.contact-widget__item>a {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 28px rgba(15, 23, 42, .15);
    transition: transform .16s, box-shadow .16s
}

.contact-widget__item>a:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(10, 114, 199, .22)
}

.ivyphonemain.contact-widget .ivyphone>a>img {
    width: 30px;
    margin: 0;
    border-radius: 0
}

@keyframes contactButtonMove {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-4px)
    }
}

@keyframes contactPulse {
    0% {
        opacity: .6;
        transform: scale(1)
    }

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

@media (max-width:575.98px) {
    .compare-notice {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 14px
    }

    .compare-notice__badge {
        width: fit-content;
        height: auto;
        padding: 7px 10px
    }

    .compare-notice__link {
        width: 100%
    }

    .ivyphonemain.contact-widget {
        bottom: 18px;
        left: 14px
    }

    .contact-widget__trigger {
        min-height: 50px;
        padding-right: 16px
    }
}

#msOrder {
    margin-top: 50px
}

#msOrder .error {
    border: 1px solid brown !important
}

.jGrowl {
    z-index: 9999;
    color: #fff;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: fixed
}

.jGrowl.center {
    top: 0;
    width: 50%;
    left: 25%
}

.jGrowl.center .jGrowl-closer,
.jGrowl.center .jGrowl-notification {
    margin-left: auto;
    margin-right: auto
}

.jGrowl-notification {
    background-color: #000;
    opacity: .9;
    zoom: 1;
    width: 250px;
    padding: 10px;
    margin: 10px;
    text-align: left;
    display: none;
    border-radius: 5px;
    min-height: 40px
}

.jGrowl-notification .jGrowl-header {
    font-weight: 700;
    font-size: .85em
}

.jGrowl-notification .jGrowl-close {
    background-color: transparent;
    color: inherit;
    border: none;
    z-index: 99;
    float: right;
    font-weight: 700;
    font-size: 1em;
    cursor: pointer
}

.jGrowl-closer {
    background-color: #000;
    opacity: .9;
    zoom: 1;
    width: 250px;
    padding: 4px 10px;
    margin: 10px;
    display: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: .9em;
    font-weight: 700;
    text-align: center
}

@media print {
    .jGrowl {
        display: none
    }
}




.catalog-sort {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.catalog-sort__label {
    margin-right: 2px;
    color: #7b8491;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.catalog-sort__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 25px;
    padding: 0 7px;
    border: 1px solid #e5e9ef;
    border-radius: 6px;
    background: #fff;
    color: #4b5563;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    box-shadow: none;
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.catalog-sort__btn:hover {
    border-color: #bccbd6;
    background: #f6f9fb;
    color: #004a78;
}

.catalog-sort__btn.is-active {
    border-color: #cddbe3;
    background: #edf4f7;
    color: #004a78;
}

.catalog-sort__btn.is-active:hover {
    border-color: #9bb8c8;
    background: #e5f0f5;
    color: #003b60;
}

@media (max-width: 575.98px) {
    .catalog-sort {
        justify-content: flex-start;
        overflow-x: auto;
        margin-right: -12px;
        margin-left: -12px;
        padding: 0 12px 4px;
    }

    .catalog-sort__label {
        flex: 0 0 auto;
    }

    .catalog-sort__btn {
        flex: 0 0 auto;
        min-height: 25px;
        padding: 0 7px;
        font-size: 11px;
    }
}

.catalog-filter {
    margin-top: 14px;
    padding: 12px;
    border: 1px solid #edf0f4;
    border-radius: 12px;
    background: #fff;
}

.catalog-filter__title {
    margin-bottom: 10px;
    color: #263241;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.catalog-filter__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.catalog-filter__field {
    display: block;
    margin: 0;
}

.catalog-filter__field span {
    display: block;
    margin-bottom: 5px;
    color: #7b8491;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.catalog-filter__field input {
    width: 100%;
    height: 32px;
    padding: 0 8px;
    border: 1px solid #e5e9ef;
    border-radius: 7px;
    background: #fff;
    color: #263241;
    font-size: 13px;
    font-weight: 600;
    outline: none;
}

.catalog-filter__field input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

.catalog-filter__field input[type="number"]::-webkit-inner-spin-button,
.catalog-filter__field input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.catalog-filter__field input:focus {
    border-color: #9bb8c8;
    box-shadow: 0 0 0 2px rgba(0, 74, 120, 0.08);
}

.catalog-filter__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.catalog-filter__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 11px;
    border: 1px solid #004a78;
    border-radius: 7px;
    background: #004a78;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
}

.catalog-filter__button:hover {
    border-color: #003b60;
    background: #003b60;
    color: #fff;
}

.catalog-filter__reset {
    color: #7b8491;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.catalog-filter__reset:hover {
    color: #004a78;
}

@media (max-width: 991.98px) {
    .catalog-filter {
        margin-bottom: 16px;
    }
}

.product-preview-chars {
    display: grid;
    gap: 4px;
    width: 100%;
    align-self: stretch;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    text-align: left;
}

.product-preview-chars__item {
    display: flex;
    align-items: baseline;
    width: 100%;
    min-width: 0;
    gap: 6px;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.25;
    text-align: left;
}

.product-preview-chars__name {
    order: 1;
    flex: 0 1 auto;
    overflow: hidden;
    min-width: 0;
    color: #7b8491;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.product-preview-chars__item::after {
    content: "";
    order: 2;
    flex: 1 1 auto;
    min-width: 8px;
    border-bottom: 1px dotted #d8dee8;
    transform: translateY(-3px);
}

.product-preview-chars__value {
    order: 3;
    flex: 0 1 auto;
    max-width: 52%;
    overflow: hidden;
    margin-left: 0;
    color: rgb(27, 46, 57);
    font-weight: 400;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-card {
    position: relative;
}

.product-card__label {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    max-width: calc(100% - 24px);
    padding: 6px 9px 5px;
    border-radius: 6px;
    background: #26bf89;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0, 74, 120, 0.18);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 575.98px) {
    .product-card__label {
        top: 10px;
        left: 10px;
        max-width: calc(100% - 20px);
        padding: 4px 8px;
        font-size: 10px;
    }
}
.pl-products-showcase {
    margin-top:-65px;
}
@media (min-width:1000px) {
    .row.gy-5.align-items-lg-center {
margin-top: 20px;
}

}
.page-title-content {
margin-left: 20px;
}




.product-card__compare {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0 10px;
  border: 1px solid #d8dee8;
  border-radius: 7px;
  background: #fff;
  color: #4b5563;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.product-card__compare:hover,
.product-card__compare.is-active {
  border-color: #004a78;
  background: #edf5f9;
  color: #004a78;
}

.compare-panel {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 10px 12px;
  border: 1px solid #edf0f4;
  border-radius: 10px;
  background: #fff;
}

.compare-panel__text {
  color: #4b5563;
  font-size: 13px;
}

.compare-panel__button {
  padding: 7px 12px;
  border-radius: 7px;
  background: #004a78;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.compare-panel__button:hover {
  background: #003b60;
  color: #fff;
}

.compare-panel__button.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.compare-panel__clear {
  border: 0;
  background: transparent;
  color: #7b8491;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.compare-table-wrap {
  overflow-x: auto;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.compare-table th,
.compare-table td {
  padding: 12px;
  border: 1px solid #edf0f4;
  vertical-align: top;
  font-size: 14px;
}

.compare-table th {
  background: #f7f9fb;
  color: #263241;
  font-weight: 800;
}

/* Product detail page refresh */
.page-title.py-3 {
    border-bottom: 1px solid #edf0f4;
}

.page-title.py-3 .page-title-row {
    align-items: flex-start;
    gap: 10px;
}

.page-title.py-3 .page-title-content {
    margin-left: 30px;
}

div.page-title-content > h1 {
    max-width: 860px;
    padding-left: 0 !important;
    color: #111827 !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 1.18;
    letter-spacing: 0;
}

.page-title.py-3 .breadcrumb {
    margin-bottom: 0;
    color: #7b8491;
    font-size: 13px;
    font-weight: 600;
}

#content.pt-5 {
    padding-top: 50px !important;
    padding-bottom: 52px;
    background: #f6f9fb;
}

.single-product .product > .row.gutter-40 {
    align-items: flex-start;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
}

.single-product .product > .row.gutter-40 > .col-md-1,
.single-product .product > .row.gutter-40 > .w-100 {
    display: none !important;
}

.single-product .product > .row.gutter-40 > .col-md-4,
.single-product .product > .row.gutter-40 > .product-desc {
    min-width: 0;
}

.single-product .product-image {
    min-height: 0 !important;
    padding: 18px;
    border: 1px solid #edf0f4;
    border-radius: 12px !important;
    background: #fff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
}

.single-product .product-image .fslider,
.single-product .product-image .flexslider,
.single-product .product-image .slider-wrap,
.single-product .product-image .slide,
.single-product .product-image .slide a {
    border-radius: 10px;
    background: #f7f9fb;
}

.single-product .product-image img {
    width: 100%;
    max-height: 460px;
    object-fit: contain;
    padding: 10px;
}

.single-product .product-desc {
    padding: 20px !important;
    border: 1px solid #edf0f4;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
}

.single-product .product-price ins {
    color: #111827;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.single-product .product-desc .line {
    margin: 16px 0;
    border-top-color: #edf0f4;
}

.single-product .cart.ms2_form {
    display: block !important;
}

.single-product .cart.ms2_form .form-group {
    display: grid;
    grid-template-columns: 132px minmax(180px, 1fr);
    gap: 12px;
    align-items: stretch;
    width: 100%;
    margin: 0;
}

.single-product .quantity {
    display: grid;
    grid-template-columns: 36px 1fr 36px;
    width: 132px;
    height: 44px;
    overflow: hidden;
    border: 1px solid #e5e9ef;
    border-radius: 9px;
    background: #fff;
}

.single-product .quantity .minus,
.single-product .quantity .plus,
.single-product .quantity .qty {
    width: 100%;
    height: 42px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #263241;
    font-weight: 800;
    box-shadow: none;
}

.single-product .quantity .qty {
    border-right: 1px solid #edf0f4;
    border-left: 1px solid #edf0f4;
    text-align: center;
}

.single-product .add-to-cart.button.m-0 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    width: 100%;
    padding: 0 18px;
    border-radius: 9px;
    background: #004a78;
    color: #fff;
    font-size: 14px;
    font-weight: 800 !important;
    line-height: 1;
    text-transform: none;
    box-shadow: none;
}

.single-product .add-to-cart.button.m-0:hover {
    background: #085fa8;
    color: #fff;
}

.single-product .tagver {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin: 0 8px 8px 0;
    padding: 0 12px;
    border: 1px solid #d8dee8;
    border-radius: 8px;
    background: #fff;
    color: #4b5563;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    opacity: 1;
    box-shadow: none;
}

.single-product .tagver.act,
.single-product .tagver:hover {
    border-color: #004a78;
    background: #edf5f9;
    color: #004a78;
}

.single-product .list-group {
    display: grid;
    gap: 4px;
}

.single-product .list-group-item {
    align-items: baseline !important;
    gap: 10px;
    min-width: 0;
    padding: 7px 0 !important;
    border-color: #edf0f4;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.3;
}

.single-product .list-group-item .text-muted {
    flex: 0 1 auto;
    min-width: 0;
    color: #7b8491 !important;
    font-weight: 500;
}

.single-product .list-group-item .text-dark {
    flex: 0 1 auto;
    max-width: 58%;
    color: rgb(27, 46, 57) !important;
    font-weight: 700 !important;
    text-align: right;
}

.single-product .product-podderzhka {
    margin-top: 16px;
    padding: 14px;
    border: 1px solid #edf0f4;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
}

.single-product .product-podderzhka > p {
    margin-bottom: 10px;
    color: #263241;
    font-size: 14px;
    font-weight: 800;
}

.single-product .product-podderzhka > div > a {
    display: block;
    padding: 7px 0;
    color: #0a72c7;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.single-product .col-12.mt-5 {
    margin-top: 24px !important;
    padding-right: 0;
    padding-left: 0;
}

.single-product .col-12.mt-5 > .mb-0 {
    padding: 20px;
    border: 1px solid #edf0f4;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
}

.single-product .canvas-tabs.nav-tabs {
    gap: 8px;
    margin-bottom: 18px !important;
    border-bottom: 1px solid #edf0f4;
}

.single-product .canvas-tabs.nav-tabs .nav-link {
    border: 0;
    border-radius: 8px 8px 0 0;
    color: #4b5563;
    font-size: 14px;
    font-weight: 800;
}

.single-product .canvas-tabs.nav-tabs .nav-link.active {
    background: #edf5f9;
    color: #004a78;
}

.single-product .tab-content {
    color: #263241;
    font-size: 16px;
    line-height: 1.65;
}

.single-product .tab-content h2 {
    margin: 22px 0 10px;
    color: #111827;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: none;
}

.single-product .tab-content ul,
.single-product .tab-content ol {
    padding-left: 22px !important;
}

@media (min-width: 992px) {
    .single-product .product > .row.gutter-40 {
        display: grid !important;
        grid-template-columns: minmax(320px, .95fr) minmax(360px, 1fr);
        gap: 24px;
    }

    .single-product .product > .row.gutter-40 > .col-md-4,
    .single-product .product > .row.gutter-40 > .product-desc,
    .single-product .product > .row.gutter-40 > .col-12 {
        width: auto !important;
        max-width: none !important;
        padding-right: 0;
        padding-left: 0;
    }

    .single-product .product > .row.gutter-40 > .col-12 {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991.98px) {
    div.page-title-content > h1 {
        font-size: 24px !important;
    }

    .single-product .product > .row.gutter-40 {
        gap: 16px;
    }

    .single-product .product > .row.gutter-40 > .col-md-4,
    .single-product .product > .row.gutter-40 > .product-desc {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 575.98px) {
    #content.pt-5 {
        padding-top: 16px !important;
    }

    div.page-title-content > h1 {
        font-size: 21px !important;
    }

    .single-product .product-image,
    .single-product .product-desc,
    .single-product .col-12.mt-5 > .mb-0 {
        padding: 14px !important;
        border-radius: 10px;
    }

    .single-product .cart.ms2_form {
        display: block !important;
    }

    .single-product .cart.ms2_form .form-group {
        grid-template-columns: 1fr;
    }

    .single-product .quantity {
        width: 100%;
    }

    .single-product .list-group-item {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .single-product .list-group-item .text-dark {
        max-width: none;
        text-align: left;
    }
}

.compare-table td:first-child {
  color: #7b8491;
  font-weight: 700;
}
.catalog-sidebar-sticky .banner-left {
    display: block;
    width: 100%;
    margin-top: 14px;
}

.banner-left {
    border-radius:12px;
}

/* Product detail one-column layout */
.product-detail {
    padding: 24px 0 52px;
    background: #f6f9fb;
}

.product-detail__wrap {
    display: grid;
    gap: 18px;
    max-width: 920px;
    margin: 0 auto;
}

.product-detail__card {
    overflow: hidden;
    border: 1px solid #edf0f4;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
}

.product-detail__media {
    padding: 18px;
}

.product-detail__media .product-image {
    min-height: 0 !important;
    padding: 0;
    border: 0;
    border-radius: 10px !important;
    background: #f7f9fb;
    box-shadow: none;
}

.product-detail__media .product-image .fslider,
.product-detail__media .product-image .flexslider,
.product-detail__media .product-image .slider-wrap,
.product-detail__media .product-image .slide,
.product-detail__media .product-image .slide a {
    border-radius: 10px;
    background: #f7f9fb;
}

.product-detail__media .product-image img {
    display: block;
    width: 100%;
    max-height: 560px;
    padding: 10px;
    object-fit: contain;
}

.product-detail__buy,
.product-detail__support,
.product-detail__chars,
.product-detail__description {
    padding: 20px;
}

.product-detail__top {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #edf0f4;
}

.product-detail__price ins {
    color: #111827;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.product-detail__versions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-detail .tagver {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin: 0;
    padding: 0 12px;
    border: 1px solid #d8dee8;
    border-radius: 8px;
    background: #fff;
    color: #4b5563;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    opacity: 1;
    box-shadow: none;
}

.product-detail .tagver.act,
.product-detail .tagver:hover {
    border-color: #004a78;
    background: #edf5f9;
    color: #004a78;
}

.product-detail__form {
    margin-top: 16px;
}

.product-detail__form .form-group {
    display: grid;
    grid-template-columns: 132px minmax(180px, 1fr);
    gap: 12px;
    align-items: stretch;
    width: 100%;
    margin: 0;
}

.product-detail .quantity {
    display: grid;
    grid-template-columns: 36px 1fr 36px;
    width: 132px;
    height: 44px;
    overflow: hidden;
    border: 1px solid #e5e9ef;
    border-radius: 9px;
    background: #fff;
}

.product-detail .quantity .minus,
.product-detail .quantity .plus,
.product-detail .quantity .qty {
    width: 100%;
    height: 42px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #263241;
    font-weight: 800;
    box-shadow: none;
}

.product-detail .quantity .qty {
    border-right: 1px solid #edf0f4;
    border-left: 1px solid #edf0f4;
    text-align: center;
}

.product-detail .add-to-cart.button.m-0 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 9px;
    background: #004a78;
    color: #fff;
    font-size: 14px;
    font-weight: 800 !important;
    line-height: 1;
    text-transform: none;
    box-shadow: none;
}

.product-detail .add-to-cart.button.m-0:hover {
    background: #085fa8;
    color: #fff;
}

.product-detail__title {
    margin: 0 0 12px;
    color: #263241;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
}

.product-detail__support-list {
    display: grid;
    gap: 8px;
}

.product-detail__support-list a {
    display: block;
    padding: 10px 12px;
    border: 1px solid #d8e7f7;
    border-radius: 8px;
    background: #f8fbff;
    color: #0a72c7;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.product-detail__support-list a:hover {
    border-color: #0a72c7;
    background: #edf5f9;
    color: #004a78;
}

.product-detail__chars .list-group {
    display: grid;
    gap: 0;
    margin: 0;
}

.product-detail__chars .list-group-item {
    display: grid !important;
    grid-template-columns: minmax(150px, .9fr) minmax(0, 1.1fr);
    gap: 18px;
    align-items: baseline !important;
    padding: 7px 0 !important;
    border-color: #edf0f4;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.35;
}

.product-detail__chars .text-muted {
    color: #7b8491 !important;
    font-weight: 500;
}

.product-detail__chars .text-dark {
    color: rgb(27, 46, 57) !important;
    font-weight: 800 !important;
    text-align: right;
}

.product-detail__description {
    color: #263241;
    font-size: 16px;
    line-height: 1.65;
}

.product-detail__description p:last-child {
    margin-bottom: 0;
}

.product-detail__description h2 {
    margin: 22px 0 10px;
    color: #111827;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: none;
}

.product-detail__description ul,
.product-detail__description ol {
    padding-left: 22px !important;
}

@media (max-width: 575.98px) {
    .product-detail {
        padding-top: 16px;
    }

    .product-detail__wrap {
        gap: 14px;
    }

    .product-detail__media,
    .product-detail__buy,
    .product-detail__support,
    .product-detail__chars,
    .product-detail__description {
        padding: 14px;
    }

    .product-detail__top,
    .product-detail__form .form-group,
    .product-detail__chars .list-group-item {
        grid-template-columns: 1fr;
    }

    .product-detail__versions {
        order: 2;
    }

    .product-detail .quantity {
        width: 100%;
    }

    .product-detail__chars .text-dark {
        text-align: left;
    }
}

/* Product detail two-column composition */
.product-detail__wrap {
    grid-template-columns: minmax(320px, .9fr) minmax(380px, 1.1fr);
    grid-template-areas:
        "media info"
        "support info"
        "description description";
    max-width: 1180px;
    align-items: start;
}

.product-detail__media {
    grid-area: media;
}

.product-detail__info {
    grid-area: info;
}

.product-detail__support {
    grid-area: support;
}

.product-detail__description {
    grid-area: description;
}

.product-detail__info .product-detail__buy {
    padding: 22px 22px 18px;
}

.product-detail__info .product-detail__chars {
    padding: 18px 22px 22px;
    border-top: 1px solid #edf0f4;
}

.product-detail__top {
    display: block;
    padding-bottom: 16px;
}

.product-detail__versions {
    margin-top: 14px;
}

.product-detail__form .form-group {
    grid-template-columns: 140px minmax(0, 1fr);
}

.product-detail .quantity {
    width: 140px;
}

@media (max-width: 991.98px) {
    .product-detail__wrap {
        grid-template-columns: 1fr;
        grid-template-areas:
            "media"
            "info"
            "support"
            "description";
        max-width: 720px;
    }
}

@media (max-width: 575.98px) {
    .product-detail__info .product-detail__buy,
    .product-detail__info .product-detail__chars {
        padding: 14px;
    }

    .product-detail__form .form-group {
        grid-template-columns: 1fr;
    }

    .product-detail .quantity {
        width: 100%;
    }
}



/* PointLite cart and checkout */
:root {
    --pl-cart-bg: #f6f9fb;
    --pl-cart-surface: #fff;
    --pl-cart-ink: #17212b;
    --pl-cart-muted: #6b7583;
    --pl-cart-border: #e4eaf0;
    --pl-cart-accent: #0a72c7;
    --pl-cart-accent-dark: #004a78;
    --pl-cart-success: #168255;
    --pl-cart-danger: #c2413a;
    --pl-cart-shadow: 0 18px 46px rgba(15, 23, 42, .16);
}

#side-panel.pl-cart-panel,
#side-panel.bg-white {
    --cnvs-side-panel-size: min(420px, 100vw);
    --cnvs-side-panel-padding: 0;
    --cnvs-side-panel-bg: var(--pl-cart-bg);
    z-index: 10020;
    background: var(--pl-cart-bg) !important;
    box-shadow: var(--pl-cart-shadow);
}

#side-panel .side-panel-wrap {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.side-panel-open .body-overlay {
    z-index: 10010;
    background: rgba(15, 23, 42, .5);
}

.pl-cart {
    display: flex;
    min-height: 100dvh;
    flex-direction: column;
    color: var(--pl-cart-ink);
    background: var(--pl-cart-bg);
}

.pl-cart__head {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 18px 14px;
    border-bottom: 1px solid var(--pl-cart-border);
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(12px);
}

.pl-cart__title {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin: 0;
    color: var(--pl-cart-ink);
    font-size: 22px;
    font-weight: 850;
    line-height: 1.15;
}

.pl-cart__count {
    display: inline-grid;
    min-width: 24px;
    height: 24px;
    place-items: center;
    padding: 0 7px;
    border-radius: 999px;
    background: #eaf4ff;
    color: var(--pl-cart-accent-dark);
    font-size: 13px;
    font-weight: 850;
}

.pl-cart__close {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid var(--pl-cart-border);
    border-radius: 8px;
    background: #fff;
    color: var(--pl-cart-ink);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: border-color .16s ease, color .16s ease, transform .16s ease;
}

.pl-cart__close:hover {
    border-color: var(--pl-cart-accent);
    color: var(--pl-cart-accent-dark);
    transform: translateY(-1px);
}

.pl-cart__items {
    display: grid;
    flex: 1 1 auto;
    align-content: start;
    gap: 10px;
    padding: 14px;
    overflow: auto;
}

.pl-cart__item {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
    border: 1px solid var(--pl-cart-border);
    border-radius: 8px;
    background: var(--pl-cart-surface);
}

.pl-cart__image {
    display: block;
    overflow: hidden;
    width: 74px;
    height: 74px;
    border: 1px solid #edf1f5;
    border-radius: 8px;
    background: #f8fafc;
}

.pl-cart__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}

.pl-cart__body {
    min-width: 0;
}

.pl-cart__name {
    display: block;
    color: var(--pl-cart-ink);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
}

.pl-cart__name:hover {
    color: var(--pl-cart-accent-dark);
}

.pl-cart__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-top: 7px;
    color: var(--pl-cart-muted);
    font-size: 13px;
    line-height: 1.25;
}

.pl-cart__price {
    color: var(--pl-cart-ink);
    font-weight: 850;
}

.pl-cart__controls {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin-top: 11px;
}

.pointlite-qty {
    display: grid;
    grid-template-columns: 34px 46px 34px;
    width: 114px;
    overflow: hidden;
    border: 1px solid var(--pl-cart-border);
    border-radius: 8px;
    background: #fff;
}

.pointlite-qty button,
.pointlite-qty input {
    width: 100%;
    height: 34px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: var(--pl-cart-ink);
    font-size: 14px;
    font-weight: 850;
    line-height: 34px;
    text-align: center;
    box-shadow: none;
}

.pointlite-qty button {
    cursor: pointer;
    transition: background .16s ease, color .16s ease;
}

.pointlite-qty button:hover {
    background: #edf5fb;
    color: var(--pl-cart-accent-dark);
}

.pointlite-qty input {
    border-right: 1px solid var(--pl-cart-border);
    border-left: 1px solid var(--pl-cart-border);
    -moz-appearance: textfield;
}

.pointlite-qty input::-webkit-outer-spin-button,
.pointlite-qty input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.pl-cart__remove {
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid #f0d6d2;
    border-radius: 8px;
    background: #fff;
    color: var(--pl-cart-danger);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: background .16s ease, border-color .16s ease;
}

.pl-cart__remove:hover {
    border-color: var(--pl-cart-danger);
    background: #fff5f4;
}

.pl-cart__summary {
    flex: 0 0 auto;
    padding: 14px;
    border-top: 1px solid var(--pl-cart-border);
    background: #fff;
}

.pl-cart__total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    color: var(--pl-cart-ink);
}

.pl-cart__total-label {
    color: var(--pl-cart-muted);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.pl-cart__total-value {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.pl-cart__checkout,
.pl-cart__continue,
.product-card__cart-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 0;
    border-radius: 8px;
    background: var(--pl-cart-accent-dark);
    color: #fff;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: background .16s ease, transform .16s ease, box-shadow .16s ease;
}

.pl-cart__checkout {
    width: 100%;
}

.pl-cart__checkout:hover,
.product-card__cart-button:hover {
    background: var(--pl-cart-accent);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(10, 114, 199, .2);
}

.pl-cart__empty {
    display: grid;
    flex: 1 1 auto;
    place-items: center;
    padding: 42px 22px;
    text-align: center;
}

.pl-cart__empty-box {
    max-width: 290px;
}

.pl-cart__empty-title {
    margin: 0 0 8px;
    color: var(--pl-cart-ink);
    font-size: 22px;
    font-weight: 850;
    line-height: 1.2;
}

.pl-cart__empty-text {
    margin: 0 0 18px;
    color: var(--pl-cart-muted);
    font-size: 14px;
    line-height: 1.45;
}

.pl-cart__continue {
    padding: 0 18px;
    background: #fff;
    color: var(--pl-cart-accent-dark);
    border: 1px solid #cfe0ee;
}

.pl-cart__continue:hover {
    border-color: var(--pl-cart-accent);
    color: var(--pl-cart-accent-dark);
}

#msMiniCart.header-misc-icon > a,
.msMiniCart.header-misc-icon > a {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(0, 74, 120, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .06);
}

#msMiniCart.header-misc-icon > a:hover,
.msMiniCart.header-misc-icon > a:hover {
    border-color: rgba(10, 114, 199, .35);
    color: var(--pl-cart-accent);
}

#msMiniCart .top-cart-number,
.msMiniCart .top-cart-number {
    top: -7px;
    right: -7px;
    display: grid;
    min-width: 19px;
    width: auto;
    height: 19px;
    place-items: center;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--pl-cart-success);
    color: #fff;
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
    opacity: 1;
}

#msMiniCart:not(.full) .top-cart-number,
.msMiniCart:not(.full) .top-cart-number {
    background: #94a3b8;
}

.product-card__actions {
    display: grid;
    gap: 10px;
}

.product-card__cart {
    display: grid;
    margin: 0;
}

.product-card__cart-button {
    width: 100%;
    min-height: 40px;
}

.pointlite-cart-loading [type="submit"] {
    pointer-events: none;
    opacity: .68;
}

.pointlite-cart-refreshing .pl-cart {
    cursor: progress;
}

.pl-checkout {
    padding: 18px 0 56px;
    background: var(--pl-cart-bg);
}

.pl-checkout__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 22px;
    align-items: start;
}

.pl-checkout__card,
.pl-order-cart {
    border: 1px solid var(--pl-cart-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(15, 23, 42, .06);
}

.pl-checkout__card {
    padding: 20px;
}

.pl-checkout__title {
    margin: 0 0 16px;
    color: var(--pl-cart-ink);
    font-size: 20px;
    font-weight: 850;
    line-height: 1.25;
}

.pl-checkout__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.pl-checkout__field--wide {
    grid-column: 1 / -1;
}

.pl-checkout .form-control {
    min-height: 46px;
    border-color: var(--pl-cart-border);
    border-radius: 8px;
    box-shadow: none;
}

.pl-checkout textarea.form-control {
    min-height: 112px;
}

.pl-checkout .form-control:focus {
    border-color: var(--pl-cart-accent);
    box-shadow: 0 0 0 3px rgba(10, 114, 199, .12);
}

.pl-checkout__options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.pl-checkout__option-group {
    display: grid;
    gap: 8px;
}

.pl-checkout__option {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 12px;
    border: 1px solid var(--pl-cart-border);
    border-radius: 8px;
    background: #fff;
    color: var(--pl-cart-ink);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.35;
}

.pl-checkout__option input {
    margin-top: 3px;
}

.pl-checkout__aside {
    position: sticky;
    top: 16px;
}

.pl-order-cart {
    overflow: hidden;
}

.pl-order-cart__head,
.pl-order-cart__footer {
    padding: 14px;
    background: #fff;
}

.pl-order-cart__head {
    border-bottom: 1px solid var(--pl-cart-border);
}

.pl-order-cart__title {
    margin: 0;
    color: var(--pl-cart-ink);
    font-size: 17px;
    font-weight: 850;
}

.pl-order-cart__items {
    display: grid;
    gap: 0;
}

.pl-order-cart__item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 14px;
    border-bottom: 1px solid var(--pl-cart-border);
}

.pl-order-cart__image {
    width: 58px;
    height: 58px;
    border: 1px solid #edf1f5;
    border-radius: 8px;
    object-fit: contain;
    padding: 5px;
}

.pl-order-cart__name {
    color: var(--pl-cart-ink);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}

.pl-order-cart__meta {
    margin-top: 5px;
    color: var(--pl-cart-muted);
    font-size: 13px;
}

.pl-order-cart__footer {
    display: grid;
    gap: 12px;
}

.pl-order-cart__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.pl-order-cart__submit {
    width: 100%;
    min-height: 48px;
    border-radius: 8px;
    background: var(--pl-cart-accent-dark);
    color: #fff;
    font-weight: 850 !important;
    text-transform: none !important;
}

.pl-order-cart__submit:hover {
    background: var(--pl-cart-accent);
    color: #fff;
}

@media (max-width: 991.98px) {
    .pl-checkout__grid {
        grid-template-columns: 1fr;
    }

    .pl-checkout__aside {
        position: static;
    }
}

@media (max-width: 575.98px) {
    #side-panel.pl-cart-panel,
    #side-panel.bg-white {
        --cnvs-side-panel-size: 100vw;
    }

    .pl-cart__head {
        padding: 16px 14px 12px;
    }

    .pl-cart__items,
    .pl-cart__summary {
        padding: 12px;
    }

    .pl-cart__item {
        grid-template-columns: 66px minmax(0, 1fr);
    }

    .pl-cart__image {
        width: 66px;
        height: 66px;
    }

    .pl-checkout__fields,
    .pl-checkout__options {
        grid-template-columns: 1fr;
    }

    .pl-checkout__card {
        padding: 14px;
    }
}

.ms2_form {
margin-bottom: 0px;
}
.pl-checkout__subtitle {
    margin: 0 0 8px;
    color: var(--pl-cart-ink);
    font-size: 16px;
    font-weight: 850;
    line-height: 1.25;
}


/* PointLite checkout redesign. Put this block after the current cart/checkout CSS. */
:root {
    --pl-checkout-bg: #f4f7fa;
    --pl-checkout-surface: #fff;
    --pl-checkout-ink: #17212b;
    --pl-checkout-muted: #647182;
    --pl-checkout-soft: #eef5fb;
    --pl-checkout-border: #dde7ef;
    --pl-checkout-accent: #0a72c7;
    --pl-checkout-accent-dark: #004a78;
    --pl-checkout-success: #168255;
    --pl-checkout-danger: #c2413a;
    --pl-checkout-shadow: 0 14px 34px rgba(15, 23, 42, .07);
}

.checkout-hero {
    padding: 28px 0 18px;
    background: var(--pl-checkout-bg);
}

.checkout-hero__inner {
    display: grid;
    gap: 12px;
    max-width: 860px;
}

.checkout-hero__back {
    justify-self: start;
    color: var(--pl-checkout-accent-dark);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.checkout-hero__back:hover {
    color: var(--pl-checkout-accent);
}

.checkout-hero h1 {
    margin: 0;
    color: var(--pl-checkout-ink);
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 900;
    line-height: 1.05;
}

.checkout-hero p {
    max-width: 620px;
    margin: 10px 0 0;
    color: var(--pl-checkout-muted);
    font-size: 16px;
    line-height: 1.55;
}

.pl-checkout {
    padding: 14px 0 64px;
    background: var(--pl-checkout-bg);
}

#msOrder.pl-checkout__form,
.pl-checkout .ms2_form {
    margin: 0;
}

.pl-checkout__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
    gap: 24px;
    align-items: start;
}

.pl-checkout__main {
    display: grid;
    gap: 16px;
}

.pl-checkout__card,
.pl-order-cart,
.pl-order-submit,
.pl-order-done__card {
    border: 1px solid var(--pl-checkout-border);
    border-radius: 8px;
    background: var(--pl-checkout-surface);
    box-shadow: var(--pl-checkout-shadow);
}

.pl-checkout__card {
    padding: 22px;
}

.pl-checkout__card-head {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin-bottom: 18px;
}

.pl-checkout__step {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 8px;
    background: var(--pl-checkout-soft);
    color: var(--pl-checkout-accent-dark);
    font-size: 16px;
    font-weight: 900;
}

.pl-checkout__title,
.pl-order-cart__title {
    margin: 0;
    color: var(--pl-checkout-ink);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
}

.pl-checkout__note,
.pl-order-cart__caption,
.pl-order-submit__hint {
    margin: 6px 0 0;
    color: var(--pl-checkout-muted);
    font-size: 14px;
    line-height: 1.45;
}

.pl-checkout__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.pl-checkout__field {
    display: grid;
    gap: 7px;
    margin: 0;
}

.pl-checkout__field--wide {
    grid-column: 1 / -1;
}

.pl-checkout__field > span {
    color: var(--pl-checkout-ink);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.2;
}

.pl-checkout .form-control {
    min-height: 48px;
    width: 100%;
    border: 1px solid var(--pl-checkout-border);
    border-radius: 8px;
    background: #fff;
    color: var(--pl-checkout-ink);
    font-size: 15px;
    line-height: 1.3;
    box-shadow: none;
    transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
    padding-left:10px;
}

.pl-checkout textarea.form-control {
    min-height: 118px;
    resize: vertical;
}

.pl-checkout .form-control:focus {
    border-color: var(--pl-checkout-accent);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(10, 114, 199, .12);
}

.pl-checkout .form-control.error,
.pl-checkout .input-parent.error .form-control {
    border-color: var(--pl-checkout-danger) !important;
    box-shadow: 0 0 0 4px rgba(194, 65, 58, .1);
}

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

.pl-checkout__option-group {
    display: grid;
    align-content: start;
    gap: 10px;
}

.pl-checkout__subtitle {
    margin: 0 0 2px;
    color: var(--pl-checkout-ink);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
}

.pl-checkout__option {
    position: relative;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 10px;
    min-height: 64px;
    padding: 13px;
    border: 1px solid var(--pl-checkout-border);
    border-radius: 8px;
    background: #fff;
    color: var(--pl-checkout-ink);
    cursor: pointer;
    transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.pl-checkout__option:hover {
    border-color: #b8d3e8;
    background: #fbfdff;
}

.pl-checkout__option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.pl-checkout__option-mark {
    display: grid;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    place-items: center;
    border: 2px solid #b8c8d6;
    border-radius: 999px;
    background: #fff;
}

.pl-checkout__option-mark::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--pl-checkout-accent-dark);
    opacity: 0;
    transform: scale(.4);
    transition: opacity .16s ease, transform .16s ease;
}

.pl-checkout__option input:checked + .pl-checkout__option-mark {
    border-color: var(--pl-checkout-accent-dark);
}

.pl-checkout__option input:checked + .pl-checkout__option-mark::after {
    opacity: 1;
    transform: scale(1);
}

.pl-checkout__option:has(input:checked) {
    border-color: rgba(10, 114, 199, .45);
    background: #f3f9ff;
    box-shadow: 0 0 0 4px rgba(10, 114, 199, .08);
}

.pl-checkout__option-content {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.pl-checkout__option-content strong {
    color: var(--pl-checkout-ink);
    font-size: 14px;
    font-weight: 850;
    line-height: 1.25;
}

.pl-checkout__option-content small {
    color: var(--pl-checkout-muted);
    font-size: 13px;
    line-height: 1.35;
}

.pl-checkout__option img {
    display: block;
    max-width: 120px;
    max-height: 34px;
    object-fit: contain;
}

.pl-checkout__aside {
    position: sticky;
    top: 18px;
    display: grid;
    gap: 14px;
}

.pl-order-cart {
    overflow: hidden;
}

.pl-order-cart__head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid var(--pl-checkout-border);
}

.pl-order-cart__edit {
    color: var(--pl-checkout-accent-dark);
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.pl-order-cart__edit:hover {
    color: var(--pl-checkout-accent);
}

.pl-order-cart__items {
    display: grid;
}

.pl-order-cart__item {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 11px;
    padding: 14px 16px;
    border-bottom: 1px solid var(--pl-checkout-border);
}

.pl-order-cart__image-link {
    display: block;
    grid-row: span 2;
}

.pl-order-cart__image {
    display: block;
    width: 62px;
    height: 62px;
    padding: 6px;
    border: 1px solid #edf1f5;
    border-radius: 8px;
    background: #f8fafc;
    object-fit: contain;
}

.pl-order-cart__body {
    min-width: 0;
}

.pl-order-cart__name {
    display: block;
    color: var(--pl-checkout-ink);
    font-size: 14px;
    font-weight: 850;
    line-height: 1.3;
    text-decoration: none;
}

.pl-order-cart__name:hover {
    color: var(--pl-checkout-accent-dark);
}

.pl-order-cart__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 6px;
    color: var(--pl-checkout-muted);
    font-size: 13px;
    line-height: 1.25;
}

.pl-order-cart__cost {
    grid-column: 2;
    color: var(--pl-checkout-ink);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
}

.pl-order-cart__totals {
    padding: 14px 16px;
    background: #fbfdff;
}

.pl-order-cart__total-row,
.pl-order-submit__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    color: var(--pl-checkout-ink);
}

.pl-order-cart__total-row span,
.pl-order-submit__row span {
    color: var(--pl-checkout-muted);
    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
}

.pl-order-cart__total-row strong {
    font-size: 17px;
    font-weight: 900;
}

.pl-order-submit {
    display: grid;
    gap: 12px;
    padding: 16px;
}

.pl-order-submit__row strong {
    color: var(--pl-checkout-ink);
    font-size: 25px;
    font-weight: 950;
    line-height: 1;
}

.pl-order-submit__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 8px;
    background: var(--pl-checkout-accent-dark);
    color: #fff;
    font-size: 15px;
    font-weight: 900 !important;
    line-height: 1.2;
    text-align: center;
    text-transform: none !important;
    transition: background .16s ease, transform .16s ease, box-shadow .16s ease;
}

.pl-order-submit__button:hover {
    background: var(--pl-checkout-accent);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(10, 114, 199, .22);
}

.pl-order-submit__hint {
    margin: 0;
    text-align: center;
}

.pl-order-cart__empty {
    display: grid;
    justify-items: start;
    gap: 8px;
    padding: 18px 16px;
}

.pl-order-cart__empty h3 {
    margin: 0;
    color: var(--pl-checkout-ink);
    font-size: 18px;
    font-weight: 900;
}

.pl-order-cart__empty p {
    margin: 0 0 6px;
    color: var(--pl-checkout-muted);
    font-size: 14px;
    line-height: 1.45;
}

.pl-order-done {
    padding: 36px 0 64px;
    background: var(--pl-checkout-bg);
}

.pl-order-done__card {
    display: grid;
    justify-items: center;
    max-width: 760px;
    margin: 0 auto;
    padding: 28px;
    text-align: center;
}

.pl-order-done__badge {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 999px;
    background: #eaf8f1;
    color: var(--pl-checkout-success);
    font-size: 30px;
    font-weight: 900;
}

.pl-order-done h2 {
    margin: 14px 0 8px;
    color: var(--pl-checkout-ink);
    font-size: 30px;
    font-weight: 950;
    line-height: 1.1;
}

.pl-order-done p {
    max-width: 520px;
    margin: 0;
    color: var(--pl-checkout-muted);
    font-size: 16px;
    line-height: 1.5;
}

.pl-order-done__summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    margin-top: 22px;
}

.pl-order-done__summary > div {
    display: grid;
    gap: 4px;
    padding: 14px;
    border: 1px solid var(--pl-checkout-border);
    border-radius: 8px;
    background: #fbfdff;
}

.pl-order-done__summary span {
    color: var(--pl-checkout-muted);
    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
}

.pl-order-done__summary strong {
    color: var(--pl-checkout-ink);
    font-size: 20px;
    font-weight: 950;
}

.pl-order-done__items {
    display: grid;
    width: 100%;
    margin-top: 18px;
    border: 1px solid var(--pl-checkout-border);
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
}

.pl-order-done__item {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid var(--pl-checkout-border);
    background: #fff;
}

.pl-order-done__item:last-child {
    border-bottom: 0;
}

.pl-order-done__item img {
    width: 54px;
    height: 54px;
    padding: 5px;
    border: 1px solid #edf1f5;
    border-radius: 8px;
    object-fit: contain;
}

.pl-order-done__item strong {
    display: block;
    color: var(--pl-checkout-ink);
    font-size: 14px;
    font-weight: 850;
    line-height: 1.3;
}

.pl-order-done__item span {
    display: block;
    margin-top: 4px;
    color: var(--pl-checkout-muted);
    font-size: 13px;
}

.pl-order-done__payment {
    width: 100%;
    margin-top: 18px;
    padding: 14px;
    border-radius: 8px;
    background: #f3f9ff;
    color: var(--pl-checkout-ink);
}

.pl-order-done__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 20px;
    padding: 0 18px;
    border-radius: 8px;
    background: var(--pl-checkout-accent-dark);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.pl-order-done__link:hover {
    background: var(--pl-checkout-accent);
    color: #fff;
}

@media (max-width: 991.98px) {
    .checkout-hero {
        padding-top: 22px;
    }

    .pl-checkout__grid {
        grid-template-columns: 1fr;
    }

    .pl-checkout__aside {
        position: static;
    }
    
    #logo {
width: 40%;
}
#header-wrap #logo img {
    height:auto!important;
}
}

@media (max-width: 575.98px) {
    .checkout-hero h1 {
        font-size: 32px;
    }

    .pl-checkout {
        padding-bottom: 42px;
    }

    .pl-checkout__card,
    .pl-order-submit {
        padding: 16px;
    }

    .pl-checkout__card-head {
        grid-template-columns: 34px minmax(0, 1fr);
    }

    .pl-checkout__step {
        width: 34px;
        height: 34px;
    }

    .pl-checkout__fields,
    .pl-checkout__options,
    .pl-order-done__summary {
        grid-template-columns: 1fr;
    }

    .pl-order-cart__item {
        grid-template-columns: 56px minmax(0, 1fr);
        padding: 12px;
    }

    .pl-order-cart__image {
        width: 56px;
        height: 56px;
    }

    .pl-order-submit__row {
        align-items: start;
        flex-direction: column;
        gap: 6px;
    }

    .pl-order-done__card {
        padding: 20px 16px;
    }
}

.pl-products-showcase {
  --pl-white: #ffffff;
  --pl-muted: rgba(255, 255, 255, .76);
  --pl-soft: rgba(255, 255, 255, .14);
  --pl-border: rgba(255, 255, 255, .16);
  --pl-accent: #0a72c7;
  --pl-accent-dark: #004a78;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  overflow: hidden;
  background: #071820;
  color: var(--pl-white);
  font-family: var(--cnvs-body-font, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  box-shadow: 0 22px 48px rgba(0, 24, 42, .18);
}

.pl-products-showcase,
.pl-products-showcase * {
  box-sizing: border-box;
}

.pl-products-showcase__item {
  position: relative;
  min-height: 560px;
  isolation: isolate;
}

.pl-products-showcase__item + .pl-products-showcase__item {
  border-left: 1px solid var(--pl-border);
}

.pl-products-showcase__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, .13), transparent 33%),
    radial-gradient(circle at 18% 12%, rgba(10, 114, 199, .28), transparent 32%),
    var(--pl-panel-bg);
}

.pl-products-showcase__item--v1 {
  --pl-panel-bg: #071820;
}

.pl-products-showcase__item--v2 {
  --pl-panel-bg: #004a78;
}

.pl-products-showcase__item--gps {
  --pl-panel-bg: #003b60;
}

.pl-products-showcase__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 560px;
  padding: 42px 32px 42px;
  text-align: center;
}

.pl-products-showcase__eyebrow {
  min-height: 18px;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.pl-products-showcase__title {
  margin: 0;
  color: var(--pl-white);
  font-size: 27px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
}

.pl-products-showcase__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  margin: 22px 0 18px;
}

.pl-products-showcase__media img {
  display: block;
  width: auto;
  max-width: min(88%, 560px);
  max-height: 232px;
  object-fit: contain;
  filter: drop-shadow(0 22px 22px rgba(0, 0, 0, .32));
}

.pl-products-showcase__item--v1 .pl-products-showcase__media img {
  max-width: min(96%, 620px);
  max-height: 224px;
}

.pl-products-showcase__text {
  max-width: 330px;
  min-height: 86px;
  margin: 0 auto 24px;
  color: var(--pl-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.pl-products-showcase__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 44px;
  margin-top: auto;
  padding: 0 24px;
  border: 2px solid rgba(255, 255, 255, .84);
  border-radius: 8px;
  background: transparent;
  color: var(--pl-white);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.pl-products-showcase__button::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.pl-products-showcase__button:hover,
.pl-products-showcase__button:focus-visible {
  border-color: var(--pl-white);
  background: var(--pl-white);
  color: var(--pl-accent-dark);
  transform: translateY(-2px);
}

.pl-products-showcase__button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .35);
  outline-offset: 3px;
}

@media (max-width: 1090px) {
  .pl-products-showcase__content {
    padding-right: 24px;
    padding-left: 24px;
  }

  .pl-products-showcase__title {
    font-size: 24px;
  }

  .pl-products-showcase__text {
    font-size: 14px;
  }
}

@media (max-width: 860px) {
  .pl-products-showcase {
    grid-template-columns: 1fr;
  }

  .pl-products-showcase__item,
  .pl-products-showcase__content {
    min-height: 0;
  }

  .pl-products-showcase__item + .pl-products-showcase__item {
    border-top: 1px solid var(--pl-border);
    border-left: 0;
  }

  .pl-products-showcase__content {
    padding: 34px 22px;
  }

  .pl-products-showcase__media {
    height: 220px;
    margin-top: 18px;
  }

  .pl-products-showcase__media img {
    max-height: 208px;
  }

  .pl-products-showcase__text {
    min-height: 0;
  }
}

@media (max-width: 480px) {
  .pl-products-showcase {
    border-radius: 10px;
  }

  .pl-products-showcase__content {
    padding: 30px 18px;
  }

  .pl-products-showcase__eyebrow {
    font-size: 11px;
  }

  .pl-products-showcase__title {
    font-size: 22px;
  }

  .pl-products-showcase__media {
    height: 200px;
  }

  .pl-products-showcase__media img {
    max-height: 190px;
  }

  .pl-products-showcase__button {
    width: 100%;
    max-width: 260px;
  }
}

.pl-products-showcase {
margin-top: -10px;
}
@media (min-width:1000px) {
#header-wrap {
position: absolute!important;
}
}

.topline {
text-align: center;
background: rgb(0, 45, 74);
display:flex;
height:42px;
justify-content: center;
align-items: center;
}
@media (max-width:999px) {
    .topline {
height:62px!important;
}
}
.topline > a {
color:#fff;
font-size:13px;
}
.underline {
    text-decoration:underline;
    text-underline-offset: 1.5px;
}
.bg-blue {
    background: #004a78;
}

/* PageSpeed improvements */
.feature-box__icon{display:inline-grid;place-items:center;width:64px;height:64px;font-size:42px;line-height:1}
.pointlite-map-lazy{background:#f4f8fb;padding:24px 12px}
.pointlite-map-lazy__box{display:grid;place-items:center;min-height:400px;max-width:1200px;margin:0 auto;border:1px solid #d8e7f7;background:#eaf3fb}
.pointlite-map-lazy__button{border:0;border-radius:999px;background:#0a72c7;color:#fff;padding:13px 22px;font-weight:800;cursor:pointer;box-shadow:0 12px 26px rgba(10,114,199,.2)}
.pointlite-map-lazy__button:hover{background:#075fa7}
.pointlite-map-lazy__box.is-loading .pointlite-map-lazy__button{opacity:.65;pointer-events:none}
