@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
: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-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: #377F94;
  --bs-secondary: #023949;
  --bs-green: #36D6D8;
  --bs-blue: #005067;
  --bs-red: #ff0033;
  --bs-blueHover: #023949;
  --bs-greenHover: #25B6B8;
  --bs-primary-rgb: 55, 127, 148;
  --bs-secondary-rgb: 2, 57, 73;
  --bs-green-rgb: 54, 214, 216;
  --bs-blue-rgb: 0, 80, 103;
  --bs-red-rgb: 255, 0, 51;
  --bs-blueHover-rgb: 2, 57, 73;
  --bs-greenHover-rgb: 37, 182, 184;
  --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: #1D1D1C;
  --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: 1rem;
  --bs-border-radius-xxl: 2rem;
  --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;
}

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

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

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: rgba(0, 0, 0, 0);
}

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;
  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 + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.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;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}


ul {
  padding-left: 2rem;
}


ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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

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

pre,
code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

iframe {
  border: 0;
}

[hidden] {
  display: none !important;
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.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) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
: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;
}

.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));
}
.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-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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


.gy-1 {
  --bs-gutter-y: 0.25rem;
}
@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
}
@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

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

.position-sticky {
  position: sticky !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-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

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

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

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

.h-auto {
  height: auto !important;
}

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

.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-self-start {
  align-self: flex-start !important;
}

.align-self-center {
  align-self: center !important;
}

.m-3 {
  margin: 1rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

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

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

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

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

.me-2 {
  margin-right: 0.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

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

.ms-2 {
  margin-left: 0.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

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

.p-4 {
  padding: 1.5rem !important;
}

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

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

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

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

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

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.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-2 {
  padding-top: 0.5rem !important;
}

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

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

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

.pe-2 {
  padding-right: 0.5rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

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

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

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

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-4 {
  font-size: 1rem !important;
}

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

.fs-7 {
  font-size: 0.875rem !important;
}

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

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

.lh-1 {
  line-height: 1 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.text-start {
  text-align: left !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

/* rtl:begin:remove */

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

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

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

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

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

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

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !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-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

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

.visible {
  visibility: visible !important;
}
@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
}
@media (min-width: 1200px) {
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.5rem !important;
  }
}
html {
  scroll-behavior: smooth;
}

.martinTop {
  margin-top: 65px;
}
@media only screen and (max-width: 768px) {
  .martinTop {
    margin-top: 65px;
  }
}

.hidden-height {
  max-height: 0px !important;
  overflow: hidden !important;
  transition: max-height 0.6s linear !important;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Lora", sans-serif;
  background-color: #F9F9F9;
}
body.pop {
  overflow: hidden;
}
body .hidden {
  display: none;
}

header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  padding: 15px;
  background-color: #377F94;
}
header .navbar {
  display: flex;
  flex-direction: row;
}
header .navbar-left {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
header .navbar-left-logo {
  margin-top: 10px;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  header .navbar-left-logo {
    width: 150px;
  }
}
header .navbar-right {
  display: flex;
  flex-direction: row;
  margin-top: 5px;
  width: 100%;
  justify-content: flex-end;
}
header .navbar-right-signup {
  display: flex;
  align-items: center;
  color: #F8F8F8;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  font-style: normal;
  text-decoration: none;
  height: 40px;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #005067;
  border-radius: 5px;
}
header .navbar-right-signup:hover {
  background-color: #023949;
}
header .navbar-right-item {
  margin-left: 28px;
  display: flex;
  align-items: center;
  height: 40px;
}
header .navbar-right-item a {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  font-style: normal;
  text-decoration: none;
}
header .navbar-right-item:hover {
  -webkit-text-decoration: underline #FFF;
          text-decoration: underline #FFF;
}

.logo {
  margin-top: 10px;
  height: 40px;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .logo {
    width: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .logo-icon {
    transform: scale(0.75);
  }
}

#nm {
  display: none;
}
@media only screen and (max-width: 768px) {
  #nm {
    display: flex;
  }
}

.navbar-right-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .navbar-right-mobile {
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
  }
}
.navbar-right-mobile svg {
  transform: scale(1.2);
}

.menu-content {
  position: absolute;
  top: 800%;
  left: 65%;
  transform: translate(-50%, -50%);
  background: linear-gradient(165deg, #87B2BF -29.54%, #C3D9DF 46.52%, #AFD4C4 104.43%);
  border-radius: 0 0 0 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 70%;
  display: flex;
  flex-direction: column;
  height: 1000px;
}

.menu-content-box {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 10px;
}
.menu-content-box a {
  border-bottom: 1px solid #ECF6FC;
  display: block;
  padding: 10px 0;
  font-size: 20px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
.menu-content-box a:last-child {
  border-bottom: none;
}

.close-btn {
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 30px;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: end;
}

footer {
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 999;
  min-height: 60px;
  background-color: #377F94;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 20px 0;
  }
}
footer .footer {
  display: flex;
  flex-direction: column;
}
footer .footer-bottom {
  display: flex;
  flex-direction: row;
  gap: 120px;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #FFF;
}
@media (max-width: 992px) {
  footer .footer-bottom {
    gap: 40px;
  }
}
footer .footer-bottom-left {
  width: -moz-fit-content;
  width: fit-content;
}
footer .footer-bottom-right {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  gap: 120px;
}
@media only screen and (max-width: 768px) {
  footer .footer-bottom-right {
    gap: 10px;
    padding: 0 20px;
  }
}
footer .footer-bottom-right-column {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
}
footer .footer-bottom-right-column-header {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  footer .footer-bottom-right-column-header {
    font-size: 17px !important;
  }
}
footer .footer-bottom-right-column span {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  footer .footer-bottom-right-column span {
    font-size: 17px;
  }
}
footer .footer-bottom-right-column a {
  text-decoration: none;
  color: #FFFFFF;
  margin-bottom: 10px;
}
footer .footer-bottom-right-column a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  footer .footer-bottom-right-column a {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
footer .footer-under {
  display: flex;
  padding-top: 20px;
}
footer .footer-under p {
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 30px;
}
footer .footer-under a {
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding-right: 30px;
}
footer .footer-under a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  footer .footer-under {
    font-size: 17px;
    padding: 20px 20px 0 20px;
    display: flex;
    flex-direction: column;
  }
}

.border-right {
  border-right: 1px solid rgba(29, 29, 28, 0.2);
}
@media only screen and (max-width: 768px) {
  .border-right {
    border-right: none;
    border-bottom: 1px solid rgba(29, 29, 29, 0.2);
  }
}

.border-right:last-child {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .border-right:last-child {
    border-bottom: none;
  }
}

.border-right-usp {
  border-right: 1px solid rgba(29, 29, 28, 0.2);
}

.border-right-usp:last-child {
  border-right: none;
}

.border-left {
  border-right: 1px solid rgb(55, 127, 148);
}
@media only screen and (max-width: 768px) {
  .border-left {
    border-right: none;
    border-bottom: 1px solid rgb(55, 127, 148);
  }
}

.border-right-primary {
  border-right: 1px solid #377F94;
}
@media only screen and (max-width: 768px) {
  .border-right-primary {
    border-right: none;
    border-bottom: 1px solid #377F94;
  }
}

.border-right-primary:last-child {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .border-right-primary:last-child {
    border-right: none;
    border-bottom: none;
  }
}

.stars {
  color: #576271;
  font-size: 12px;
  text-align: right;
  position: relative;
  width: 105px;
  height: 25px;
}
.stars .rating-upper {
  position: absolute;
  top: 6px;
  left: 1px;
  left: 0.04em;
  overflow-x: hidden;
}
.stars .rating-upper .inner-rating {
  background-image: url(../images/fill-stars.svg);
  background-repeat: no-repeat;
  height: 25px;
  width: 100%;
  background-size: 105px;
}
.stars .rating-lower {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
}
.stars .rating-lower .inner-rating {
  background-image: url(../images/empty-stars.svg);
  background-repeat: no-repeat;
  height: 25px;
  width: 100%;
  background-size: 105px;
}

.blueButt {
  background: #005067;
}
.blueButt:hover {
  background: #023949;
}

.lendMeContainer {
  background: linear-gradient(165deg, #87B2BF -29.54%, rgba(195, 217, 223, 0.49) 46.52%, rgba(175, 212, 196, 0.26) 104.43%);
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.shake {
  animation: shake 0.5s; /* duration of shake effect */
  animation-iteration-count: infinite; /* makes it continuous */
  margin: 0 8px;
}
@media only screen and (max-width: 768px) {
  .shake {
    margin: 0 0;
  }
}

.textImg {
  width: 15% !important;
}
@media only screen and (max-width: 768px) {
  .textImg {
    width: 25% !important;
  }
}

.tocbot {
  top: 90px;
}
@media only screen and (max-width: 768px) {
  .tocbot {
    top: 0px;
  }
}

.article-span {
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #7FB5C5;
}
@media only screen and (max-width: 768px) {
  .article-span {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
  }
}

.rp-background {
  background: linear-gradient(165deg, #87B2BF -29.54%, rgba(195, 217, 223, 0.49) 46.52%, rgba(175, 212, 196, 0.26) 104.43%), url(../images/rpbackground.svg);
  background-position: center, bottom right;
  background-repeat: no-repeat;
  background-size: cover, auto;
  /*  &:before{
      content: "";
      background-image: url(../images/rpbackground.svg);
      display: block;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }*/
}
@media only screen and (max-width: 768px) {
  .rp-background {
    background: linear-gradient(165deg, #87B2BF -29.54%, rgba(195, 217, 223, 0.49) 46.52%, rgba(175, 212, 196, 0.26) 104.43%);
  }
}
.rp-background h1, .rp-background .h1 {
  /* &:after {
      content: "";
      background-image: url(../images/rpx.svg);
      display: inline;
      width: 48px;
      height: 48px;
      background-size: cover;
      position: absolute;
      padding-left: 20px;
  }*/
}
.rp-background button {
  /*&:before {
      content: "";
      background-image: url(../images/rparrow.svg);
      width: 7%;
      height: 100%;
      background-size: contain;
      position: absolute;
      background-repeat: no-repeat;
      top: 340px;
      left: 500px;
  }*/
}
.rp-button {
  border-radius: 8px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  border: none;
  padding: 10px;
}

.rpButtonDesk {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .rpButtonDesk {
    display: none;
  }
}

.rpButtonMobi {
  display: none;
}
@media only screen and (max-width: 768px) {
  .rpButtonMobi {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.selected {
  color: #005067;
  text-align: center;
  font-family: Lora;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  padding: 6px 12px;
  cursor: pointer;
}

.notSelected {
  color: #87B2BF;
  text-align: center;
  font-family: Lora;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 6px 12px;
  cursor: pointer;
}

.loan-tabs {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.divider {
  width: 1px;
  display: flex;
  background-color: #d1d5db; /* gray-300 */
  margin: 0 10px;
}

.customSelector {
  background: #E9ECED;
  border-radius: 100px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
}
.customSelector-middle {
  color: #005067;
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
}
.customSelector-text {
  font-size: 13px;
  font-weight: 400;
}

.customShadow {
  border-radius: 12px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 12px;
}

/*# sourceMappingURL=main_purged.css.map */