:root {
    --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-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: #298ac6;
    --bs-secondary: #029391;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 41, 138, 198;
    --bs-secondary-rgb: 2, 147, 145;
    --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-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 84, 84, 84;
    --bs-body-bg-rgb: 244, 252, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #545454;
    --bs-body-bg: #f4fcff;
}
html{
    font-size: 14px;
}
body{
    color:#545454;
    font-size: 14px !important;
    line-height:1.5;
}
.breadcrumbs {
    display: none;
}
.page-content {
    overflow: auto;
    padding: 1rem;
    flex-grow: 1;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.container{
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
.home-card.svelte-uik9g3.svelte-uik9g3 {
    border-radius: 34px;
    overflow: hidden;
    position: relative;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.btn-shadow {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
}
.rounded {
    border-radius: 6px !important;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgb(255 255 255) !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.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(-0.5* var(--bs-gutter-x)); */
    /** margin-left: calc(-0.5* var(--bs-gutter-x)); */
}
.g-3, .gy-3 {
    --bs-gutter-y: 1rem;
}
.g-3, .gx-3 {
    --bs-gutter-x: 1rem;
}
.col {
    flex: 1 0 0%;
}
.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem;
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* 0.5);
    padding-left: calc(var(--bs-gutter-x)* 0.5);
    margin-top: var(--bs-gutter-y);
}
img, svg {
    vertical-align: middle;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.section-indicator.svelte-uik9g3.svelte-uik9g3 {
    height: 3px;
    width: 80px;
    margin-bottom: 1rem;
    border-radius: 6px;
    overflow: hidden;
    background-color: #184f71;
}
.section-icon.svelte-uik9g3.svelte-uik9g3 {
    margin-right: 1rem;
    margin-bottom: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.col {
    flex: 1 0 0%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
@media only screen and (max-width: 576px) {
    .home-card.svelte-uik9g3.svelte-uik9g3 {
        border-radius: 15px;
    }
}
@media only screen and (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media only screen and (min-width: 768px) {
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .container {
        max-width: 720px;
    }
}
@media only screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
