/**
 * VARIABLES
 */
 :root {
    --primary-500: #29166f;
    --primary-400: #0193de;
    --primary-100: #FCF2F8;
    --primary-050: #FAF5F8;
    --primary-030: #f8f5f8;
    --primary-020: #C29BA8;
    --primary-00: #FFFAFD;
    --primary-divider: rgba(245, 220, 234, 0.20);
    --gray-900: #2B2E33;
    --gray-800: #30353D;
    --gray-600: #4E5766;
    --gray-500: #525A66;
    --gray-400: #7A7E85;
    --gray-300: #A3A7AD;
    --gray-200: #C4C7CC;
    --gray-100: #DCDEE0;
    --gray-050: #E9EAEB;
    --gray-00: #F8F9FA;
    --white100: #FFF;
    --white-72: rgba(255, 255, 255, 0.72);
    --black-900: #000;
    --transition: all .15s ease-in-out;
    --info-100: #EBF3FE;
    --info-700: #2C62B9;
    --success-100: #EAFAF0;
    --success-700: #209D4E;
    --danger-100: #FDEEEC;
    --danger-700: #B34333;
    --warning-050: #FFFAF3;
    --warning-500: #F59E0B;
    --warning-600: #DD8E0A;
    --bs-danger-rgb: 173,0,58;
    --bs-secondary-rgb: 122,126,133;
    --bs-light-rgb: 249,250,251;
    --bs-red: #AD003A;
    --bs-info: #0dcaf0;
    --bs-warning: #DD8E0A;
    --bs-danger: #AD003A;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-form-invalid-color: #AD003A;
    --bs-form-invalid-border-color: #AD003A;
    --bs-link-color: #4E5766;
    --bs-link-color-rgb: 78,87,102;
    --bs-link-decoration: none;
    --bs-link-hover-color: #AD003A;
    --bs-link-hover-color-rgb: 173,0,58;
    --bs-border-color: #E9EAEB;
    --bs-box-shadow: 0px 0px 64px 0px rgba(173, 0, 58, 0.04);
    --bs-box-shadow-sm: 0px 4px 64px 0px rgba(173, 0, 58, 0.04);
    --bs-box-shadow-lg: 0px 0px 64px 0px rgba(173, 0, 58, 0.2);
    --box-shadow-sm: 0px 2px 10px rgba(0, 0, 0, 0.10);
    --box-shadow-lg: 0px 8px 16px 0px rgba(250, 245, 248, 0.32) inset, 0px 0px 64px 0px rgba(173, 0, 58, 0.04);
}


/**
 * FONTS
 */
@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 10;
    font-display: swap;
    src: url('../fonts/dana/hairline.woff2') format('woff2'), url('../fonts/dana/hairline.woff') format('woff');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('../fonts/dana/thin.woff2') format('woff2'), url('../fonts/dana/thin.woff') format('woff');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('../fonts/dana/ultralight.woff2') format('woff2'), url('../fonts/dana/ultralight.woff') format('woff');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/dana/light.woff2') format('woff2'), url('../fonts/dana/light.woff') format('woff');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/dana/regular.woff2') format('woff2'), url('../fonts/dana/regular.woff') format('woff');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/dana/medium.woff2') format('woff2'), url('../fonts/dana/medium.woff') format('woff');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/dana/demibold.woff2') format('woff2'), url('../fonts/dana/demibold.woff') format('woff');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/dana/extrabold.woff2') format('woff2'), url('../fonts/dana/extrabold.woff') format('woff');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/dana/black.woff2') format('woff2'), url('../fonts/dana/black.woff') format('woff');
}

/**
 * GENERAL
 */
* {
    font-family: 'Dana', Tahoma, sans-serif;
}


html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    direction: rtl;
    unicode-bidi: embed;
    overflow-x: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
    color: var(--gray-500);
    background-color: var(--primary-030);
    font-size: 0.875rem;
    line-height: 2;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    transition: var(--transition);
}

img,
iframe,
video {
    max-width: 100%;
}

svg {
    fill: currentColor;
    stroke: currentColor;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--black-900);
    line-height: 1.6;
    font-weight: 800;
    margin-bottom: 1rem;
}

h1,
.h1 {
    font-size: 1.75rem;
}

h2,
.h2 {
    font-size: 1.5rem;
}

h3,
.h3 {
    font-size: 1.25rem;
}

h4,
.h4 {
    font-size: 1.125rem;
}

h5,
.h5 {
    font-size: 0.9375rem;
}

h6,
.h6 {
    font-size: 0.8125rem;
}

label {
    color: var(--gray-800);
    font-weight: 600;
    line-height: 1.5rem;
}

/**
 * HELPERS
 */
.icon-svg svg {
    transition: var(--transition);
}

.text-ocre{
    color: var(--primary-400);
}

.icon-svg:hover svg,
.icon-svg:focus svg {
    transform: translate3d(-.25em,0,0);
}

.icon-svg-reverse:hover svg,
.icon-svg-reverse:focus svg {
    transform: translate3d(.25em,0,0);
}

.fix-icon {
    position: relative;
    bottom: 2px;
}

.ltr {
    direction: ltr;
}

.pb-50 {
    padding-bottom: 55%;
}

.pb-100 {
    padding-bottom: 100%;
}

.text-justify {
    text-align: justify;
}

.line-clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.mix-blend-lighten {
    mix-blend-mode: lighten;
}

.bg-primary-light {
    background-color: var(--primary-050)!important;
}

.text-gray {
    color: var(--gray-100)!important;
}

.badge-danger {
    color: var(--danger-700);
    background-color: var(--danger-100);
}

.badge-info {
    color: var(--info-700);
    background-color: var(--info-100);
}

.badge-success {
    color: var(--success-700);
    background-color: var(--success-100);
}

.badge-secondary {
    color: var(--gray-500);
    background-color: var(--gray-00);
}

.badge-warning {
    color: var(--white100);
    background-color: var(--primary-020);
}

.fill-half-in-white,
.fill-bottom-in-white,
.fill-third-in-white {
    position: relative;
}

.fill-half-in-white:before,
.fill-third-in-white:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: var(--white100);
    z-index: -1;
}

.fill-third-in-white:before {
    height: 75%;
}

.fill-bottom-in-white:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-color: var(--white100);
    z-index: -1;
}

.resize-none {
    resize: none;
}

.checklist,
.app-image-intro-widget ul,
.app-image-intro-widget ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.checklist li,
.app-image-intro-widget ul li,
.app-image-intro-widget ol li {
    padding-right: 25px;
    line-height: 1.5;
    background-color: transparent;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><path d="M8.15086 3.78722C8.62076 3.38678 8.8557 3.18656 9.10135 3.06915C9.66951 2.79759 10.33 2.79759 10.8982 3.06915C11.1438 3.18656 11.3788 3.38678 11.8487 3.78722C12.0357 3.9466 12.1292 4.02629 12.2291 4.09322C12.458 4.24666 12.7151 4.35315 12.9855 4.40653C13.1034 4.42982 13.2259 4.43959 13.4708 4.45914C14.0862 4.50825 14.3939 4.5328 14.6507 4.62348C15.2444 4.83321 15.7115 5.30026 15.9212 5.89403C16.0119 6.15075 16.0364 6.45846 16.0856 7.07388C16.1051 7.31882 16.1149 7.44129 16.1382 7.55924C16.1915 7.82961 16.298 8.08671 16.4515 8.31563C16.5184 8.4155 16.5981 8.50901 16.7575 8.69603C17.1579 9.16592 17.3581 9.40087 17.4755 9.64652C17.7471 10.2147 17.7471 10.8752 17.4755 11.4433C17.3581 11.689 17.1579 11.9239 16.7575 12.3938C16.5981 12.5809 16.5184 12.6744 16.4515 12.7742C16.298 13.0032 16.1915 13.2603 16.1382 13.5306C16.1149 13.6486 16.1051 13.771 16.0856 14.016C16.0364 14.6314 16.0119 14.9391 15.9212 15.1958C15.7115 15.7896 15.2444 16.2567 14.6507 16.4664C14.3939 16.5571 14.0862 16.5816 13.4708 16.6307C13.2259 16.6503 13.1034 16.66 12.9855 16.6833C12.7151 16.7367 12.458 16.8432 12.2291 16.9966C12.1292 17.0636 12.0357 17.1433 11.8487 17.3026C11.3788 17.7031 11.1438 17.9033 10.8982 18.0207C10.33 18.2923 9.66951 18.2923 9.10135 18.0207C8.85571 17.9033 8.62076 17.7031 8.15086 17.3026C7.96384 17.1433 7.87034 17.0636 7.77047 16.9966C7.54154 16.8432 7.28444 16.7367 7.01407 16.6833C6.89612 16.66 6.77365 16.6503 6.52871 16.6307C5.91329 16.5816 5.60558 16.5571 5.34886 16.4664C4.75509 16.2567 4.28804 15.7896 4.07832 15.1958C3.98764 14.9391 3.96308 14.6314 3.91397 14.016C3.89443 13.771 3.88465 13.6486 3.86137 13.5306C3.80799 13.2603 3.70149 13.0032 3.54806 12.7742C3.48112 12.6744 3.40143 12.5809 3.24206 12.3938C2.84161 11.9239 2.64139 11.689 2.52398 11.4433C2.25242 10.8752 2.25242 10.2147 2.52398 9.64652C2.64139 9.40087 2.84162 9.16592 3.24206 8.69603C3.40143 8.50901 3.48112 8.4155 3.54806 8.31563C3.70149 8.08671 3.80799 7.82961 3.86137 7.55924C3.88465 7.44129 3.89443 7.31882 3.91397 7.07388C3.96308 6.45846 3.98764 6.15075 4.07832 5.89403C4.28804 5.30026 4.75509 4.83321 5.34886 4.62348C5.60559 4.5328 5.9133 4.50825 6.52871 4.45914C6.77365 4.43959 6.89612 4.42982 7.01407 4.40653C7.28444 4.35315 7.54154 4.24666 7.77047 4.09322C7.87034 4.02629 7.96385 3.9466 8.15086 3.78722Z" stroke="%2371645e" stroke-width="1.5"/><path d="M7.08398 10.9615L8.75065 12.6282L12.9173 8.46155" stroke="%2371645e" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.editor-content a {
    color: var(--primary-500);
    text-decoration: underline;
}

.editor-content a:hover {
    color: var(--primary-500);
    text-decoration: none;
}

/**
 * BOOTSTRAP
 */
.btn-danger {
    --bs-btn-color: var(--white100);
    --bs-btn-bg: var(--primary-500);
    --bs-btn-border-color: var(--primary-500);
    --bs-btn-hover-color: var(--white100);
    --bs-btn-hover-bg: var(--primary-400);
    --bs-btn-hover-border-color: var(--primary-400);
    --bs-btn-focus-shadow-rgb: 0,0,0;
    --bs-btn-active-color: var(--white100);
    --bs-btn-active-bg: var(--primary-400);
    --bs-btn-active-border-color: var(--primary-400);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--white100);
    --bs-btn-disabled-bg: var(--primary-400);
    --bs-btn-disabled-border-color: var(--primary-400);
}

.btn-outline-danger {
    --bs-btn-color: var(--primary-500);
    --bs-btn-bg: var(--primary-100);
    --bs-btn-border-color: var(--primary-100);
    --bs-btn-hover-color: var(--primary-500);
    --bs-btn-hover-bg: var(--primary-100);
    --bs-btn-hover-border-color: var(--primary-100);
    --bs-btn-focus-shadow-rgb: 0,0,0;
    --bs-btn-active-color: var(--primary-500);
    --bs-btn-active-bg: var(--primary-100);
    --bs-btn-active-border-color: var(--primary-100);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--primary-050);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--primary-050);
    --bs-gradient: none;
}

.btn-outline-primary {
    --bs-btn-color: var(--primary-500);
    --bs-btn-bg: var(--white100);
    --bs-btn-border-color: var(--white100);
    --bs-btn-hover-color: var(--white100);
    --bs-btn-hover-bg: var(--primary-500);
    --bs-btn-hover-border-color: var(--primary-500);
    --bs-btn-focus-shadow-rgb: 0,0,0;
    --bs-btn-active-color: var(--white100);
    --bs-btn-active-bg: var(--primary-500);
    --bs-btn-active-border-color: var(--primary-500);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--gray-200);
    --bs-btn-disabled-bg: var(--white-72);
    --bs-btn-disabled-border-color: var(--white-72);
    --bs-gradient: none;
}

.btn-outline-secondary {
    --bs-btn-color: var(--primary-900);
    --bs-btn-border-color: var(--primary-500);
    --bs-btn-hover-color: var(--primary-900);
    --bs-btn-hover-bg: var(--ocre-900);
    --bs-btn-hover-border-color: var(--primary-900);
    --bs-btn-focus-shadow-rgb: 0,0,0;
    --bs-btn-active-color: var(--primary-100);
    --bs-btn-active-bg: var(--gray-050);
    --bs-btn-active-border-color: var(--primary-900);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--gray-400);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--gray-200);
    --bs-gradient: none;
}

.btn-light {
    --bs-btn-color: var(--black-900);
    --bs-btn-bg:var(--white-72);
    --bs-btn-border-color: var(--white-72);
    --bs-btn-hover-color: var(--black-900);
    --bs-btn-hover-bg: var(--white100);
    --bs-btn-hover-border-color: var(--white100);
    --bs-btn-focus-shadow-rgb: 0,0,0;
    --bs-btn-active-color: var(--black-900);
    --bs-btn-active-bg: var(--white100);
    --bs-btn-active-border-color: var(--white100);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--gray-400);
    --bs-btn-disabled-bg: var(--white-72);
    --bs-btn-disabled-border-color: var(--white-72);
}

.pagination {
    --bs-pagination-padding-x: 0;
    --bs-pagination-padding-y: 0;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-color: var(--gray-500);
    --bs-pagination-bg: var(--white-72);
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: var(--white-72);
    --bs-pagination-border-radius: 0.5rem;
    --bs-pagination-hover-color: var(--white100);
    --bs-pagination-hover-bg: var(--primary-500);
    --bs-pagination-hover-border-color: var(--primary-500);
    --bs-pagination-focus-color: var(--white100);
    --bs-pagination-focus-bg: var(--primary-500);
    --bs-pagination-focus-box-shadow: none;
    --bs-pagination-active-color: var(--white100);
    --bs-pagination-active-bg: var(--primary-500);
    --bs-pagination-active-border-color: var(--primary-500);
    --bs-pagination-disabled-color: var(--gray-300);
    --bs-pagination-disabled-bg: var(--white-72);
    --bs-pagination-disabled-border-color: var(--white-72);
}

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    font-weight: 600;
    line-height: 2.5;
    border-radius: 0.5rem;
}

.accordion {
    --bs-accordion-color: var(--gray-400);
    --bs-accordion-bg: var(--white-72);
    --bs-accordion-border-color: transparent;
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 1.5rem;
    --bs-accordion-inner-border-radius: 1.5rem;
    --bs-accordion-btn-padding-x: 1.5rem;
    --bs-accordion-btn-padding-y: 1.5rem;
    --bs-accordion-btn-color: var(--gray-800);
    --bs-accordion-btn-bg: transparent;
    --bs-accordion-btn-icon-width: 1.5rem;
    --bs-accordion-btn-focus-border-color: transparent;
    --bs-accordion-btn-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15.8307 12.5L9.9974 7.5L4.16406 12.5" stroke="%2371645e" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    --bs-accordion-btn-active-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15.8307 12.5L9.9974 7.5L4.16406 12.5" stroke="%2371645e" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 1.5rem;
    --bs-accordion-body-padding-y: 1.5rem;
    --bs-accordion-active-color: var(--gray-800);
    --bs-accordion-active-bg: transparent;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}

.accordion.accordion-flush {
    --bs-accordion-color: var(--gray-500);
    --bs-accordion-bg: var(--white100);
    --bs-accordion-border-color: transparent;
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 1.2rem;
    --bs-accordion-inner-border-radius: 1.2rem;
    --bs-accordion-btn-padding-x: 1.5rem;
    --bs-accordion-btn-padding-y: 1.5rem;
    --bs-accordion-btn-color: var(--black-900);
    --bs-accordion-btn-bg: transparent;
    --bs-accordion-btn-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M2.66602 16C2.66602 9.71461 2.66602 6.57191 4.61864 4.61929C6.57126 2.66667 9.71396 2.66667 15.9993 2.66667C22.2847 2.66667 25.4274 2.66667 27.3801 4.61929C29.3327 6.57191 29.3327 9.71461 29.3327 16C29.3327 22.2854 29.3327 25.4281 27.3801 27.3807C25.4274 29.3333 22.2847 29.3333 15.9993 29.3333C9.71396 29.3333 6.57126 29.3333 4.61864 27.3807C2.66602 25.4281 2.66602 22.2854 2.66602 16Z" stroke="%2371645e" stroke-width="2"/><path d="M20 16L16 16M16 16L12 16M16 16L16 12M16 16L16 20" stroke="%2371645e" stroke-width="2" stroke-linecap="round"/></svg>');
    --bs-accordion-btn-active-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M2.66602 16C2.66602 9.7146 2.66602 6.5719 4.61864 4.61928C6.57126 2.66666 9.71396 2.66666 15.9993 2.66666C22.2847 2.66666 25.4274 2.66666 27.3801 4.61928C29.3327 6.5719 29.3327 9.7146 29.3327 16C29.3327 22.2854 29.3327 25.4281 27.3801 27.3807C25.4274 29.3333 22.2847 29.3333 15.9993 29.3333C9.71396 29.3333 6.57126 29.3333 4.61864 27.3807C2.66602 25.4281 2.66602 22.2854 2.66602 16Z" stroke="%2371645e" stroke-width="2"/><path d="M20 16H12" stroke="%2371645e" stroke-width="2" stroke-linecap="round"/></svg>');
    --bs-accordion-btn-icon-transform: none;
    --bs-accordion-btn-icon-transition: none;
    --bs-accordion-btn-icon-width: 2rem;
    --bs-accordion-btn-focus-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 1.5rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--black-900);
    --bs-accordion-active-bg: transparent;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}

.accordion.accordion-flush .accordion-button {
    align-items: start;
    flex-direction: column-reverse;
    border-radius: 0 !important;
}

.accordion.accordion-flush .accordion-button::after {
    margin-right: 0;
    margin-bottom: 1rem;
}

.accordion-item {
    width: 100%;
    box-shadow: var(--box-shadow-lg);
    border-radius: 1.25rem !important;
    backdrop-filter: blur(32px);
}

@media( min-width:992px ) {
    .accordion.accordion-half .accordion-item {
        width: calc(50% - 0.5rem);
        max-width: calc(50% - 0.5rem);
        align-self: self-start;
    }
}

.table {
    --bs-table-color: var(--gray-600);
    --bs-table-bg: var(--white100);
    --bs-table-border-color: rgba(0, 0, 0, 0.12);
    --bs-table-striped-color: var(--gray-600);
    --bs-table-striped-bg: var(--gray-00);
    --bs-table-hover-color: var(--gray-600);
    --bs-table-hover-bg: var(--primary-030);
    table-layout: fixed;
    vertical-align: middle;
}

.table>:not(caption)>*>* {
    padding: 0.9rem 0.5rem;
}

.dropdown-menu {
    --bs-dropdown-min-width: 19rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0;
    --bs-dropdown-spacer: 0.5rem;
    --bs-dropdown-font-size: 0.875rem;
    --bs-dropdown-color: var(--gray-800);
    --bs-dropdown-bg: var(--white100);
    --bs-dropdown-border-color: var(--white100);
    --bs-dropdown-border-radius: 0.25rem;
    --bs-dropdown-border-width: 0;
    --bs-dropdown-inner-border-radius: 0;
    --bs-dropdown-divider-bg: var(--gray-00);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--gray-800);
    --bs-dropdown-link-hover-color: var(--primary-500);
    --bs-dropdown-link-hover-bg: var(--gray-00);
    --bs-dropdown-link-active-color: var(--primary-500);
    --bs-dropdown-link-active-bg: var(--gray-00);
    --bs-dropdown-link-disabled-color: var(--gray-200);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.5rem;
    --bs-dropdown-header-color: var(--black-900);
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 1rem;
    box-shadow: var(--bs-box-shadow);
}

.dropdown-item {
    font-weight: 500;
}

.tooltip {
    --bs-tooltip-padding-x: 0.75rem;
    --bs-tooltip-padding-y: 0.5rem;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: var(--white100);
    --bs-tooltip-bg: var(--primary-500);
    --bs-tooltip-border-radius: 0.375rem;
    --bs-tooltip-opacity: 1;
    --bs-tooltip-arrow-width: 0.625rem;
    --bs-tooltip-arrow-height: 0.375rem;
}

.alert {
    --bs-alert-padding-x: 0.75rem;
    --bs-alert-padding-y: 0.75rem;
    --bs-alert-border-radius: 0.5rem;
}

.alert-warning {
    --bs-alert-color: var(--warning-600);
    --bs-alert-bg: var(--warning-050);
    --bs-alert-border-color: var(--warning-050);
    --bs-alert-link-color: var(--warning-600);
}

.form-check-input:focus {
    border-color: var(--primary-500);
    box-shadow: none;
}

.form-check-input:checked {
    background-color: var(--primary-500);
    border-color: var(--primary-500);
}

.form-control,
.form-select {
    font-size: 0.85rem;
    padding: 0.6rem 1rem;
    color: var(--gray-500);
    background-color: var(--gray-00);
    border: 1px solid var(--gray-100);
    border-radius: 0.5rem;
}

.form-control:focus,
.form-select:focus {
    color: var(--gray-500);
    background-color: var(--white100);
    border-color: var(--gray-100);
    box-shadow: none;
}

.fs-7 {
    font-size: 0.875rem !important;
}

.fs-8 {
    font-size: 0.75rem !important;
}

.fs-9 {
    font-size: 0.7rem !important;
}

.fs-10 {
    font-size: 0.65rem !important;
}

.preline {
    white-space: pre-line;
}

.container-fluid {
    max-width: 1800px;
}

/**
 * SWIPER
 */
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 2.8rem;
    height: 2.8rem;
    margin-top: -1.4rem;
    padding: 0.5rem;
    color: var(--gray-300);
    background: var(--gray-00);
    border-radius: 50rem;
    transition: var(--transition);
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: none !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
    display: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    stroke: currentColor;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: var(--primary-500);
    background-color: var(--primary-050);
}

.swiper-button-next.secondary,
.swiper-button-prev.secondary {
    color: var(--white100);
    background-color: rgba(255, 255, 255, 0.32);
    border-radius: 0.75rem;
}

.swiper-button-next.secondary:hover,
.swiper-button-prev.secondary:hover {
    color: var(--primary-500);
    background-color: var(--white100);
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
    position: relative;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    width: max-content;
    margin: 1rem auto 0;
    padding: 0.5rem 1rem;
    border-radius: 3rem;
    background-color: var(--gray-00);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.swiper-pagination-bullet {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.3125rem;
    background-color: var(--gray-200);
    opacity: 1;
    transition: var(--transition);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.swiper-pagination-bullet-active {
    width: 1.25rem;
    background-color: var(--primary-500);
    opacity: 1;
}

.swiper-pagination-lock {
    display: none !important;
}

@media(max-width:575px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none!important;
    }
}

/**
 * WRAPPER
 */
.app-wrapper {
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.app-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    --image-url: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 375"><path fill-rule="evenodd" clip-rule="evenodd" d="M1920 0H0.00195312V220V347.725C65.9673 363.194 144.322 374.17 231.031 374.17C348.878 374.17 473.785 353.896 603.232 329.62C612.299 326.704 623.936 323.867 638.583 321.157C656.042 318.532 673.546 315.754 691.087 312.847C746.255 302.241 802.124 291.574 858.508 282.051C904.421 272.964 950.352 263.5 996.12 254.07C1211.66 209.659 1423.55 166 1612.67 166C1735.98 166 1840.38 188.125 1920 213.793V0Z"/></svg>');
    height: 20rem;
    background-color: rgba(255,250,240, 1);
    -webkit-mask-position: bottom center;
    mask-position: bottom center;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: var(--image-url);
    mask-image: var(--image-url);
}

.app-box-title .title {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 800;
}

.app-box-title .text {
    font-size: 1rem;
    font-weight: 500;
}

/**
 * MOBILE MENU
 */
.app-mobile-menu {
    background: var(--white100);
    border-top: var(--gray-050) solid 1px;
    box-shadow: var(--box-shadow-sm);
    z-index: 1050;
}

.app-mobile-menu .link-item {
    color: var(--gray-300);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
}

.app-mobile-menu .link-item:hover,
.app-mobile-menu .link-item:focus,
.app-mobile-menu .link-item.active {
    color: var(--primary-500);
}

.app-mobile-menu .link-item.active .text {
    width: 4px;
    height: 4px;
    margin: 0 auto;
    background-color: var(--primary-500);
}

#app-mobile-navigation-canvas {
    padding: 0 0 90px;
    height: auto;
}

@media( max-width:991px ) {
    body {
        padding-bottom: 90px!important;
    }

    .btn-go-to-top,
    .btn-chat-open {
        bottom: 90px!important;
    }
}

/**
 * HEADER
 */
.app-header .sign-btn {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    font-style: normal;
    line-height: 1.25rem;
    background-color: var(--primary-500);
    color: white;
    border-radius: 1.25rem;
    border-color: var(--primary-500);
    border-width: 0.1rem;
}

.app-header .sign-btn:hover {
    background-color: var(--primary-400);
    border-color: var(--primary-400);
}

.app-header .app-header-logo {
    height: 80px;
    display: block !important;
}

.app-logo {
    width: 60px;
    height: 60px;
}

@media( max-width:767px ) {

    .app-header .sign-btn {
        font-size: 12px;
        font-weight: 500;
        border-radius: 0.525rem;
    }

    .app-header .sign-btn:hover,
    .app-header .sign-btn:focus {
        background-color: transparent;
    }

    .app-header .app-header-logo {
        height: 40px;
    }
}

.app-header .main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    list-style: none;
}

@media( min-width: 991px ) {
    .app-header .main-nav {
        gap: 1rem;
    }

    .app-header .app-header-logo {
        height: 60px;
    }
}

@media( min-width: 1200px ) {
    .app-header .main-nav {
        gap: 2rem;
    }
}

@media( min-width: 1400px ) {
    .app-header .main-nav {
        gap: 3rem;
    }
}

.app-header .main-nav li {
    position: relative;
}

.app-header .main-nav a {
    display: block;
    position: relative;
    color: var(--primary-500);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    transition: var(--transition);
}

.app-header .main-nav li:hover > a {
    color: var(--ocre-900);
}

.sub-menu li > a {
    color: var(--primary-500) !important;
}

.sub-menu li:hover > a {
    color: var(--ocre-900) !important;
}

.app-header .main-nav a.active {
    color: var(--ocre-900);
}

.app-header .main-nav li.has-children > a {
    padding-left: 1rem;
}

.app-header .main-nav li.has-children > a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="12" viewBox="0 0 13 12" fill="none"><path d="M10 4.5L6.5 7.5L3 4.5" stroke="%237A7E85" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.app-header .main-nav .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    position: absolute;
    top: 100%;
    right: 0;
    width: 12rem;
    margin: 0;
    padding: 1rem;
    list-style: none;
    background-color: var(--white100);
    /*box-shadow: var(--bs-box-shadow);*/
    border-radius: .2rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-1rem);
    transition: var(--transition);
    z-index: 99;
}

.app-header .main-nav li:hover > .sub-menu {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

/**
 * FOOTER
 */
.app-footer {
    padding-top: 180px;
}

.app-footer-content-logo {
    margin-top: -90px;
    display: flex;
    justify-content: right;
    position: absolute;
    z-index: 100;
}

.app-footer .app-footer-img-logo {
    width: 130px;
    height: 60px;
    display: block !important;
}


@media( max-width: 562px) {
    .app-footer-content-logo {
        display: flex;
        justify-content: center;
        position: absolute;
        width: 100%;
    }
}

@media( min-width: 562px) {
    .app-footer-content-logo {
        display: flex;
        justify-content: right;
        position: absolute;
        width: 100%;
        padding-right: 96px;
    }
}

@media( min-width: 991px ) {
    .app-footer-content-logo {
        display: flex;
        justify-content: right;
        position: absolute;
        width: 100%;
        padding-right: 0px;
    }
}

@media( min-width: 1200) {
    .app-footer-content-logo {
        margin-top: -90px;
        position: absolute;
        z-index: 100;
        padding-right: 0px;
    }

}



.app-footer:before {
    --image-url: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1534" height="201" viewBox="0 0 1534 201"><path d="M0.672607 200.09C436.429 199.898 865.995 0.090332 1239.79 0.090332C1350.21 0.090332 1449.99 21.1529 1534 47.8191V199.889C1186.5 199.932 32.5227 200.085 0.672607 200.09C0.462646 200.09 0.252686 200.09 0.0427246 200.09C-0.0994873 200.09 0.113892 200.09 0.672607 200.09Z"/><path d="M0.672607 200.09C0.462646 200.09 0.252686 200.09 0.0427246 200.09C-0.0994873 200.09 0.113892 200.09 0.672607 200.09Z"/></svg>');
    content: "";
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
    height: 178px;
    background-color: var(--white100);
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: var(--image-url);
    mask-image: var(--image-url);
}

.app-footer.bg-white:before {
    background-color: var(--primary-050);
}

.app-footer:after {
    --image-url: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="201" viewBox="0 0 1920 201"><path d="M1920 170.96L1633.58 170.96C1291.43 170.96 1052.89 0.090209 660.645 0.0902165C268.402 0.0902241 96.5025 82.3299 -1.39978e-05 120.032L0 200.09L1920 200.09L1920 170.96Z"/></svg>');
    content: "";
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
    height: 182px;
    background-color: var(--primary-500);
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: var(--image-url);
    mask-image: var(--image-url);
}

.app-footer .inside {
    color: var(--white100);
    background-color: var(--primary-500);
}

.app-footer .numbers-row {
    font-size: 0.8rem;
    border-top: 1px solid var(--primary-divider);
    border-bottom: 1px solid var(--primary-divider);
}

.app-footer .copyright-row {
    font-size: 0.8rem;
}

.footer-widget .widget-title {
    overflow: hidden;
    color: var(--white100);
    white-space: nowrap;
    font-size: 1.2rem;
    line-height: 2.25rem;
}

.footer-widget ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget ul li {
    margin: 0;
    padding: 0;
}

.footer-widget a {
    color: var(--white100);
}

.footer-widget a:hover,
.footer-widget a:focus {
    color: var(--ocre-900);
}

.footer-widget .footer-logo {
    height: 2.25rem;
    width: auto;
}

.footer-widget .social-nav,
.footer-widget .namads-nav {
    gap: 1rem;
}

.footer-widget .social-nav .nav-link {
    padding: 0.5rem;
    color: var(--primary-500);
    background-color: var(--white100);
    box-shadow: var(--box-shadow-sm);
}

.footer-widget .social-nav .nav-link svg {
    display: block;
    width: 1rem;
    height: 1rem;
}

.footer-widget .social-nav .nav-link:hover,
.footer-widget .social-nav .nav-link:focus {
    color: var(--white100);
    background-color: var(--ocre-900);
}

.footer-widget .namads-nav .nav-link {
    padding: 0.5rem;
    background-color: var(--white100);
    box-shadow: var(--box-shadow-sm);
}

.footer-widget .namads-nav .nav-link img {
    display: block;
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}

@media( min-width: 992px ) {
    .footer-collapse-widget .widget-title svg {
        display: none;
    }
}

@media( max-width:991px ) {
    .footer-collapse-widget {
        text-align: center;
    }

    .footer-collapse-widget:not(.show) ul {
        display: none !important;
    }

    .footer-collapse-widget .widget-title svg {
        transition: var(--transition);
    }

    .footer-collapse-widget.show .widget-title svg {
        transform: rotate(180deg);
    }
}

/**
 * SLIDER
 */
.app-main-slider {
    margin-bottom: 4rem;
}

.app-main-slider .slide-title {
    font-size: 1.2rem;
    font-weight: 700;
}

.app-main-slider .slide-text {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.app-main-slider .btn {
    font-size: 0.7rem;
    padding: 0.25rem .5rem;
}

@media( min-width: 575px ) {
    .app-main-slider .slide-title {
        font-size: 1.8rem;
    }

    .app-main-slider .slide-text {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .app-main-slider .btn {
        font-size: 0.8rem;
        padding: 0.5rem 1rem;
        border-radius: 0.5rem;
    }
}

@media( min-width: 991px ) {
    .app-main-slider .slide-title {
        font-size: 2rem;
    }

    .app-main-slider .btn {
        padding: 1rem 1.5rem;
        border-radius: 1rem;
    }
}

@media( min-width: 1200px ) {
    .app-main-slider .slide-title {
        font-size: 2.5rem;
    }
}

/**
 * HOME UPPER BOXES
 */
.app-home-upper-boxes:before {
    content: "";
    position: absolute;
    right: 0;
    top: 4rem;
    left: 0;
    bottom: 0;
    width: 100%;
    pointer-events: none;
    z-index: 0;
    --image-url: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="745" viewBox="0 0 1920 745"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.00025233 745L1920 745L1920 202.002L1920 202L1920 172.58L1633.58 172.58C1471.45 172.58 1339.21 133.828 1200.07 93.0502C1045.57 47.7747 882.56 0.00216502 660.645 0.00220383C248.722 0.00227585 158.067 44.1573 10.6873 115.941C7.15908 117.659 3.59841 119.393 2.11809e-05 121.143L0.000157389 202L3.53187e-05 202.002L0.00025233 745Z"/></svg>');
    background-color: var(--primary-050);
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: var(--image-url);
    mask-image: var(--image-url);
}

.app-flex-section-wrapper {
    gap: 5rem;
}

.app-usual-links .link-item {
    font-size: 0.9rem;
    font-weight: 600;
    background: var(--white-72);
    box-shadow: 0px 8px 16px 0px rgba(250, 245, 248, 0.32);
    backdrop-filter: blur(4px);
    transition: all 0.2s ease-in-out;
}

.app-usual-links .link-item:hover,
.app-usual-links .link-item:focus {
    background: var(--white100);
    box-shadow: 0px 8px 128px 0px rgba(0, 95, 50, .4);
    backdrop-filter: blur(32px);
}

@media(max-width: 399px) {
    .app-usual-links .link-item {
        font-size: 0.7rem;
    }
}

/**
 * PROS BOX
 */
.app-pros-tabs .nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0;
    --bs-nav-link-font-weight: 700;
    --bs-nav-link-color: var(--gray-400);
    --bs-nav-link-hover-color: var(--black-900);
    --bs-nav-link-disabled-color: var(--gray-300);
    width: fit-content;
}

.app-pros-tabs .nav-underline {
    --bs-nav-underline-border-width: 0;
    --bs-nav-underline-link-active-color: var(--ocre-900);
    gap: 2rem;
}

.app-pros-tabs .nav-link {
    line-height: 1.8;
    position: relative;
}

.app-pros-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0.75rem;
    height: 0.25rem;
    background-color: var(--primary-500);
    border-radius: 0.225rem;
}

.app-property-item .title {
    color: var(--black-900);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 3rem;
}

.app-property-item .text {
    color: var(--gray-400);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.app-property-item .image {
    width: 4rem;
    height: 4rem;
}

.app-property-item .number {
    right: 30%;
    color: var(--gray-00);
    font-size: 7rem;
    transform: translateY(-50%);
}

.app-property-item ul li {
    margin-top: 0.25rem;
    font-weight: 600;
}

.app-property-item ul li p {
    font-weight: 500;
}

.app-property-item ul li p strong {
    font-weight: 800;
}



@media( max-width: 575px ) {
    .app-property-item .title {
        font-size: 0.9rem;
    }

    .app-property-item .text {
        font-size: 0.75rem;
    }

    .app-property-item ul li {
        font-size: 1rem;
        font-weight: 600;
    }
}

/**
 * PARTNERS
 */
.app-partners-slider .swiper-slide {
    width: 192px;
    max-width: 100%;
}

.app-partners-slider .partner-item {
    backdrop-filter: blur(4px);
    transition: all 0.2s ease-in-out;
}

.app-partners-slider .partner-item:hover,
.app-partners-slider .partner-item:focus {
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(32px);
}

.app-partners-slider .partner-item img {
    width: 160px;
    height: 160px;
    object-fit: contain;
}

.app-partners-slider .swiper-container-free-mode > .swiper-wrapper{
transition-timing-function : linear;
}

.app-partners-slider .swiper-slide {
overflow: hidden;
background-position: center center;
background-size: cover;
}

.swiper-partners-next,
.swiper-partners-prev {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    width: 2.8rem;
    height: 2.8rem;
    margin-top: -1.4rem;
    padding: 0.5rem;
    margin-right: 1rem;
    margin-left: 1rem;
    color: var(--gray-700);
    background: var(--gray-100);
    border-radius: 50rem;
    transition: var(--transition);
    z-index: 1000;
}

.swiper-partners-prev {
    left: 0;
}

.swiper-partners-prev:after,
.swiper-partners-next:after {
    content: none !important;
}

.swiper-partners-next.swiper-partners-disabled,
.swiper-partners-prev.swiper-partners-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
    display: none;
}

.swiper-partners-prev svg,
.swiper-partners-next svg {
    stroke: currentColor;
}

.swiper-partners-prev:hover,
.swiper-partners-next:hover {
    color: var(--primary-500);
    background-color: var(--primary-050);
}

.swiper-partners-next.secondary,
.swiper-partners-prev.secondary {
    color: var(--white100);
    background-color: rgba(255, 255, 255, 0.32);
    border-radius: 0.75rem;
}

.swiper-partners-next.secondary:hover,
.swiper-partners-prev.secondary:hover {
    color: var(--primary-500);
    background-color: var(--white100);
}

.app-packages-slider .swiper-slide {
    width: 640px;
    max-width: 100%;
}

@media( max-width: 1399px ) {
    .app-packages-slider .swiper-slide {
        width: 550px;
        max-width: 100%;
    }
}

@media( max-width: 1199px ) {
    .app-packages-slider .swiper-slide {
        width: 459px;
        max-width: 100%;
    }
}

@media( max-width: 991px ) {
    .app-packages-slider .swiper-slide {
        width: 400px;
        max-width: 100%;
    }
}

/** Categories
*/

@media( max-width: 991px ) {
    .app-categories-slider .swiper-wrapper {
        width: auto !important;
    }
    .app-categories-slider .swiper-slide {
        width: 300px;
        max-width: 100%;
    }
}

.app-categories-slider .swiper-slide {
    height: 362px;
    width: 310px;
    max-width: 100%;
}

.app-categories-slider .category-item {
    backdrop-filter: blur(4px);
    transition: all 0.2s ease-in-out;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.app-categories-slider .category-item img {
    border-radius: 1rem;
    width: 262px;
    height: 262px;
}

.app-categories-slider .category-item:hover,
.app-categories-slider .category-item:focus {
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(32px);
}

.app-categories-slider .category-item .card-title {
    color: var(--gray-800);
    font-weight: 600;
    font-size: 1.125rem;
}

.app-categories-slider .category-item .card-button {
    font-weight: 600;
    font-size: 0.875rem;
}

.swiper-categories-next,
.swiper-categories-prev {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    width: 2.8rem;
    height: 2.8rem;
    margin-top: -1.4rem;
    padding: 0.5rem;
    margin-right: 1rem;
    margin-left: 1rem;
    color: var(--gray-700);
    background: var(--gray-100);
    border-radius: 50rem;
    transition: var(--transition);
    z-index: 1000;
}

.swiper-categories-prev {
    left: 0;
}

.swiper-categories-prev:after,
.swiper-categories-next:after {
    content: none !important;
}

.swiper-categories-next.swiper-category-disabled,
.swiper-categories-prev.swiper-category-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
    display: none;
}

.swiper-categories-prev svg,
.swiper-categories-next svg {
    stroke: currentColor;
}

.swiper-categories-prev:hover,
.swiper-categories-next:hover {
    color: var(--primary-500);
    background-color: var(--primary-050);
}

.swiper-categories-next.secondary,
.swiper-categories-prev.secondary {
    color: var(--white100);
    background-color: rgba(255, 255, 255, 0.32);
    border-radius: 0.75rem;
}

.swiper-categories-next.secondary:hover,
.swiper-categories-prev.secondary:hover {
    color: var(--primary-500);
    background-color: var(--white100);
}


/**
 * BUSINNES CARD & SLIDER
 */
.app-business-slider .swiper-slide,
.app-off-shops-slider .swiper-slide {
    width: 240px;
    max-width: 100%;
}

.app-business-box .item-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.app-business-box .item-badges .badge {
    font-size: 0.75rem;
    line-height: 1.5;
}

.app-business-box .item-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.app-business-box .item-meta .item-badges {
    display: none;
}

.app-business-box .item-image:before {
    content: "";
    position: absolute;
    top: -0.2rem;
    right: -0.5rem;
    left: -0.5rem;
    height: 40%;
    z-index: 1;
    pointer-events: none;
    --image-url: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="262" height="50" viewBox="0 0 262 50"><path d="M131.001 0.0898437L262 0.0898437V28.0898L154.066 47.8639C138.816 50.658 123.184 50.658 107.934 47.8639L0 28.0898L0 0.0898438L131.001 0.0898437Z" fill="white"/></svg>');
    background-color: var(--white100);
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: var(--image-url);
    mask-image: var(--image-url);
}

.app-business-box .item-title {
    color: var(--gray-800);
    font-size: 0.9rem;
    font-weight: 600;
}

.app-business-box .btn {
    font-size: 0.8rem;
    font-weight: 600;
}

.app-archive.list-view .app-business-box .item-image {
    display: none!important;
}

.app-archive.list-view .app-business-box .item-meta .item-badges {
    display: block!important;
}

/**
 * BUSINESS PAGE
 */
.app-businness-search-form .input-group {
    border-color: var(--gray-200) !important;
}

.app-businness-search-form .btn-light {
    border-radius: 1rem;
    box-shadow: var(--box-shadow-lg);
}

.app-archive .business-col {
    width: 100%;
    max-width: 100%;
}

@media( min-width:400px ) {
    .app-archive .business-col {
        width: 50%;
        max-width: 50%;
    }

    .app-archive.list-view .business-col {
        width: 100%;
        max-width: 100%;
    }
}

@media( min-width:768px ) {
    .app-archive .business-col {
        width: 33.33333%;
        max-width: 33.33333%;
    }
}

@media( min-width:992px ) {
    .app-archive.list-view .business-col {
        width: 50%;
        max-width: 50%;
    }
}

@media( min-width:1200px ) {
    .app-archive .business-col {
        width: 25%;
        max-width: 25%;
    }
}

/**
 * STATS
 */
.app-stats-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 18rem;
    background-color: var(--primary-030);
}

@media( min-width: 992px ) {
    .app-stats-box:before {
        height: 8rem;
    }
}

.app-stat-box {
    background-color: var(--white-72);
    box-shadow: 0px 8px 16px 0px rgba(250, 245, 248, 0.32);
    backdrop-filter: blur(4px);
    transition: all 0.2s ease-in-out;
}

.app-stat-box:hover,
.app-stat-box:focus {
    background-color: var(--white100);
    box-shadow: 0px 8px 128px 0px rgba(0, 95, 50, 0.4);
    backdrop-filter: blur(32px);
}

/**
 * TESTIMONIALS
 */
.app-testimonials-slider .swiper-slide {
    width: 350px;
    max-width: 100%;
    height: auto;
}

.app-testimonial-card .avatar {
    width: 48px;
    height: 48px;
}

.app-testimonial-card .item-meta,
.app-testimonial-card .item-text {
    color: var(--gray-400);
    font-size: 0.8rem;
}

.app-testimonial-card .social {
    box-shadow: 0px 0px 64px 0px rgba(173, 0, 58, 0.20);
}

.app-testimonial-card .social {
    color: var(--primary-500);
}

.app-testimonial-card .social.linkedin {
    color: #3B82F6;
}

.app-testimonial-card .social.instagram {
    color: #d62976;
}

/**
 * BLOG
 */
.app-blog-card .item-title,
.app-blog-card .item-title a {
    color: var(--black-900);
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.75;
}

.app-blog-card .item-text {
    color: var(--gray-400, #7A7E85);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5;
}

.app-blog-card .item-meta,
.app-blog-sm-card .item-meta {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}

.app-blog-card .item-meta .meta,
.app-blog-sm-card .item-meta .meta {
    color: var(--gray-400);
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
    padding: 0 0.5rem;
}

.app-blog-card .item-meta .meta:not(:last-child),
.app-blog-sm-card .item-meta .meta:not(:last-child) {
    border-left: 1px solid var(--gray-100);
}

.app-blog-card .item-meta .meta:first-child,
.app-blog-sm-card .item-meta .meta:first-child {
    padding-right: 0;
}

.app-blog-sm-card .item-title {
    color: var(--black-900);
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1.6;
}

.app-blog-sm-card .item-image {
    width: 6.5rem;
    height: auto;
    object-fit: cover;
}

.app-blog-sm-card:not(:last-child) {
    border-bottom: 1px solid var(--gray-050);
}

.app-widget .app-blog-sm-card:first-of-type {
    padding-top: 0 !important;
}

.app-widget .app-blog-sm-card:last-of-type {
    padding-bottom: 0 !important;
}

.app-widget .app-blog-sm-card .item-image {
    width: 5.5rem;
    height: 4.5rem;
}

/**
 * PRODUCTS
 */
.app-product-card {
    height: 100%;
    background: var(--white-72);
    box-shadow: var(--bs-box-shadow-sm);
    backdrop-filter: blur(4px);
    transition: all 0.2s ease-in-out;
}

.app-product-card:hover {
    background: var(--white100);
    box-shadow: var(--bs-box-shadow);
    backdrop-filter: blur(32px);
}

.app-product-card .item-brand {
    color: var(--gray-400);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.25;
}

.app-product-card .item-title {
    color: var(--gray-800);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.8;
}

.app-product-card .base-price {
    color: var(--gray-200);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: line-through;
}

.app-product-card .main-price {
    color: var(--black-900);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
}

.app-product-card .currency {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 400;
    text-decoration: none;
}

.app-products-slider .swiper-wrapper {
    transition-timing-function : linear;
}

@media( max-width: 991px ) {
    .app-products-slider .swiper-slide {
        width: 300px;
        max-width: 100%;
    }
}

@media( min-width: 992px ) {
    .app-products-slider .swiper-wrapper {
        height: 50rem !important;
    }
}

/**
 * BLOG SINGLE
 */
.app-article .item-content p {
    font-weight: 500;
    line-height: 1.8;
}

.app-article .item-content h1,
.app-article .item-content h2,
.app-article .item-content h3,
.app-article .item-content h4,
.app-article .item-content h5,
.app-article .item-content h6 {
    margin-top: 2rem;
}

@media(max-width: 991px ) {
    .app-article .item-title {
        font-size: 1.2rem;
    }
}

/**
 * CONTACT PAGE
 */
@media( max-width: 991px ) {
    #app-map-placeholder {
        min-height: 250px;
    }
}

@media( min-width: 992px ) {
    .app-contact-grid {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(4, 1fr);
        gap: 1.5rem;
        margin: 0 !important;
        padding: 0 !important;
    }

    .app-contact-grid .grid-item {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .app-contact-grid .grid-item.one {
        grid-area: 1 / 1 / 2 / 3;
    }

    .app-contact-grid .grid-item.two {
        grid-area: 1 / 3 / 2 / 4;
    }

    .app-contact-grid .grid-item.three {
        grid-area: 2 / 1 / 3 / 2;
    }

    .app-contact-grid .grid-item.four {
        grid-area: 3 / 1 / 4 / 2;
    }

    .app-contact-grid .grid-item.five {
        grid-area: 4 / 1 / 5 / 2;
    }

    .app-contact-grid .grid-item.six {
        grid-area: 4 / 2 / 5 / 3;
    }

    .app-contact-grid .grid-item.seven {
        grid-area: 4 / 3 / 5 / 4;
    }

    .app-contact-grid .grid-item.eight {
        grid-area: 2 / 2 / 4 / 4;
    }
}

/**
 * CARDS PAGE
 */
.table-wrapper .table>tbody>tr:last-child>* {
    border-bottom: 0;
}

.app-tables-slider .swiper-slide {
    width: 300px;
    max-width: 100%;
}

/**
 * BUSINESS PAGE
 */
.app-branch-map {
    min-height: 200px;
}

.app-business-thumbs-slider .swiper-slide {
    width: 6.5rem;
    height: 4rem;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.app-business-thumbs-slider .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.app-card-point-card .item-image {
    width: 5rem;
    height: 5rem;
}

.app-card-point-card .item-meta {
    color: var(--gray-500);
}

/**
 * PANEL
 */
.app-panel-wrapper {
    width: 100%;
    max-width: 100%;
}

@media( min-width: 992px ) {
    .app-panel-wrapper {
        padding-right: 15rem;
    }
}

.app-panel-navigation {
    width: 15rem;
    border-left: 1px solid var(--primary-050);
    background: var(--White-900);
    box-shadow: -8px 0px 64px 0px rgba(173, 0, 58, 0.04);
}

.app-panel-navigation .nav-link.active {
    color: var(--primary-500);
    background-color: var(--primary-100);
}

.app-panel-navigation .avatar-link .avatar,
.app-panel-navigation .avatar-link .avatar img {
    width: 64px;
    height: 64px;
}

.app-stepper-box:before {
    content: "";
    position: absolute;
    height: 1px;
    top: 1.8rem;
    right: 5%;
    left: 5%;
    background-color: var(--gray-100);
}

.app-tickets-list .ticket-item .badge {
    width: fit-content;
}

.app-tickets-list .ticket-item .datetime > span:not(:last-child):after {
    content: "";
    display: inline-block;
    position: relative;
    top: 1px;
    width: 1px;
    height: 10px;
    margin: 0 0.4rem;
    background-color: var(--gray-100);
}

#app-verify-canvas,
#app-ticket-create-canvas {
    height: auto;
    background-color: var(--white100);
    border-radius: 1.5rem 1.5rem 0 0;
    box-shadow: 0px 0px 64px 0px rgba(173, 0, 58, 0.08);
    z-index: 1070;
}

@media( min-width: 992px ) {
    #app-verify-canvas,
    #app-ticket-create-canvas {
        width: 28rem;
        height: 30rem;
        bottom: auto;
        top: 50%;
        margin: auto;
        border-radius: 1.5rem;
    }

    #app-verify-canvas {
        height: auto;
    }

    #app-verify-canvas.show:not(.hiding),
    #app-verify-canvas.showing,
    #app-ticket-create-canvas.show:not(.hiding),
    #app-ticket-create-canvas.showing {
        transform: translateY(-50%);
    }
}

.app-ticket-items .ticket-body {
    width: 90%;
    max-width: 35rem;
    background-color: var(--primary-00);
}

.app-ticket-items .ticket-body .time {
    text-align: left;
}

.app-ticket-items .ticket-body.not-me {
    background-color: var(--gray-00);
    margin-right: auto;
}

.app-ticket-items .ticket-body.not-me .time {
    text-align: right;
}

/**
 * TABLES
 */
.app-table tr > th {
    min-width: 80px;
}

.app-table tr > th.sm {
    width: 80px;
}

.app-table tr > th.md {
    width: 140px;
}

.app-table tr > th.mdl {
    width: 170px;
}

.app-table tr > th.xl {
    width: 190px;
}

.app-table tr > th.lg {
    min-width: 240px;
}

.vertical-middle th,
.vertical-middle td {
    vertical-align: middle;
}

.app-table tr > th,
.app-table tr > td {
    font-weight: 400;
    padding: 1.2rem 0.5rem;
}

.app-table .d-mobile-only {
    display: none !important;
}

@media( max-width: 1023px ) {
    .app-table .d-mobile-none {
        display: none !important;
    }

    .app-table .d-mobile-only {
        display: block !important;
    }

    .app-table tbody tr {
        display: block !important;
        height: auto !important;
    }

    .app-table tbody tr td {
        display: block;
        padding: 0.45rem 1rem !important;
        text-align: left !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .app-table tbody tr .no-title {
        text-align: right !important;
    }

    .app-table tbody tr td:not(.no-title):before {
        content: attr(data-title) ": ";
        float: right;
        color: var(--gray-400);
        font-weight: 300;
    }

    .app-table tbody tr td:not(:last-child) {
        border: 0 !important;
    }

    .app-table tbody tr td:first-child {
        padding-top: 0.8rem !important;
    }

    .app-table tbody tr td:last-child {
        padding-bottom: 0.8rem !important;
    }
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--gray-050);
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--gray-100);
}

.app-address-group .address-item .btn-choose-address {
    background-color: var(--gray-500);
}

.app-address-group .address-item .btn-choose-address:hover {
    background-color: var(--primary-500);
}

.app-address-group .address-item label {
    border-right: 5px solid var(--gray-500);
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
}

.app-address-group .address-item input[type=radio]:checked+label {
    border-right: 5px solid var(--primary-500);
    background-color: var(--primary-050);
    opacity: 1;
}

.app-address-group .address-item input[type=radio]:checked+label .btn-choose-address {
    border-right: 5px solid var(--primary-500);
    background-color: var(--primary-050);
    opacity: 0;
}

/**
 * CARD TEMPLATE
 */
.makart-template {
    overflow: hidden;
    width: 450px;
    height: 300px;
    max-width: 100%;
    line-height: 24px;
    background-image: url(../img/card-template.jpg);
    background-size: 100% 300px;
    background-repeat: no-repeat;
    background-position: center;
}

.makart-template .name {
    top: 120px;
    right: 165px;
    left: 110px;
}

.makart-template .field {
    top: 141px;
    right: 165px;
    left: 110px;
}

.makart-template .name-en {
    top: 165px;
    right: 165px;
    left: 110px;
}

.makart-template .field-en {
    top: 186px;
    right: 165px;
    left: 110px;
}

.makart-template .card-no {
    bottom: 50px;
    left: 10px;
    right: 10px;
    letter-spacing: 2px;
}

.makart-template .image {
    bottom: 85px;
    left: 25px;
    width: 78px;
    height: 100px;
}

@media( max-width: 475px ) {
    .makart-template .name {
        right: auto;
        left: 40px;
    }

    .makart-template .field {
        right: auto;
        left: 40px;
    }

    .makart-template .name-en {
        right: auto;
        left: 40px;
    }

    .makart-template .field-en {
        right: auto;
        left: 40px;
    }

    .makart-template .card-no {
        font-size: 16px!important;
    }

    .makart-template .image {
        display: none !important;
    }
}


#app-mobile-navigation-canvas svg {
   color: var(--primary-500) !important;
}

.app-main-loan-card-items {
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.card-item ul li {
    font-weight: 600;
}

.app-loan-main-btn {
    font-size: 3rem;
    font-weight: 700;
}

@media ( max-width: 991px ) {
    .app-loan-main-btn {
        font-size: 2rem;
    }

    .card-item ul li {
        font-size: 0.875rem;
    }
}



