: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;
}
.theme-content-wrapper .page-content {
    overflow: auto;
    padding: 1rem;
    flex-grow: 1;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.page-content {
    overflow: auto;
    padding: 1rem;
    flex-grow: 1;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.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;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.home-card.svelte-1w57bqw.svelte-1w57bqw {
    border-radius: 34px;
    overflow: hidden;
    position: relative;
}
.home-card.svelte-1w57bqw img.svelte-1w57bqw{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.g-3, .gy-3 {
    --bs-gutter-y: 1rem;
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem;
}
.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));
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.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);
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.text-center {
    text-align: center !important;
}
.text-primary-dark {
    color: #2c5075;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.fw-600 {
    font-weight: 600;
}
h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.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: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
hr:not([size]) {
    height: 1px;
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}
.search-school-image.svelte-1w57bqw.svelte-1w57bqw {
    border: 1px solid rgb(241, 241, 241);
    width: 100%;
    height: auto;
    object-fit: contain;
    z-index: -1;
}
.shopping-steps-container.svelte-1w57bqw.svelte-1w57bqw {
    background-color: rgb(24, 79, 113);
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol, ul {
    padding-left: 2rem;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
ul>li, ol>li{
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-center {
    justify-content: center !important;
}
.text-end {
    text-align: right !important;
}
.col {
    flex: 1 0 0%;
}
.payment-method-image.svelte-1w57bqw.svelte-1w57bqw {
    width: 100%;
    max-width: 150px;
    max-height: 80px;
    height: auto;
    object-fit: contain;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.payment-method-image.svelte-1w57bqw.svelte-1w57bqw {
    width: 100%;
    max-width: 150px;
    max-height: 80px;
    height: auto;
    object-fit: contain;
}
.payment-method-image.svelte-1w57bqw.svelte-1w57bqw {
    width: 100%;
    max-width: 150px;
    max-height: 80px;
    height: auto;
    object-fit: contain;
}
.fw-500 {
    font-weight: 500;
}
@media only screen and (max-width: 1192px) {
    iframe {
        height: 263.5px !important;
    }
}
@media only screen and (max-width: 768px) {
    iframe {
        height: 251.5px !important;
    }
}
@media only screen and (max-width: 575.98px) {
    .home-card.svelte-1w57bqw.svelte-1w57bqw {
        border-radius: 15px;
    }
    iframe {
        height: 117px !important;
    }

}
@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;
    }
}
@media only screen and (min-width: 768px) {
    .container{
        max-width: 720px;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
}
@media only screen and (min-width: 992px) {
    .container{
        max-width: 960px;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}
@media only screen and (min-width: 1200px) {
    .container{
        max-width: 1140px;
    }
    h3, .h3 {
        font-size: 1.75rem;
    }
}
