.elementor-27916 .elementor-element.elementor-element-4af157e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e37061b */.mb-page {
  --mb-blue: #315d9f;
  --mb-blue-dark: #274c82;
  --mb-navy: #243754;
  --mb-text: #292929;
  --mb-muted: #666a70;
  --mb-border: #dedfe2;
  --mb-soft: #f7f8fa;
  --mb-white: #ffffff;

  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 5.5rem) 0;

  color: var(--mb-text);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.7;
}

.mb-page *,
.mb-page *::before,
.mb-page *::after {
  box-sizing: border-box;
}

.mb-page h1,
.mb-page h2,
.mb-page h3 {
  margin-top: 0;
  font-family: inherit;
}

.mb-page h1 {
  margin-bottom: 1.5rem;
  padding: 0;

  color: #292929 !important;

  font-size: clamp(2.35rem, 4vw, 3.6rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.035em;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.mb-page h1::before,
.mb-page h1::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.mb-page h2 {
  margin-bottom: 1rem;
  color: var(--mb-navy);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.mb-page h3 {
  margin-bottom: 0.9rem;
  color: var(--mb-navy);
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}

.mb-page p {
  margin: 0 0 1rem;
}

.mb-page p:last-child {
  margin-bottom: 0;
}

.mb-lead {
  max-width: 760px;
  color: var(--mb-text);
}

.mb-lead:first-of-type {
  max-width: 790px;
  color: var(--mb-text);
  font-size: clamp(1.05rem, 1rem + 0.25vw, 1.2rem);
  line-height: 1.65;
}

.mb-lead + .mb-lead {
  margin-top: 0.85rem;
}

.mb-rule {
  width: 100%;
  height: 1px;
  margin: clamp(3.5rem, 7vw, 5.5rem) 0;
  border: 0;
  background: var(--mb-border);
}

.mb-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}

.mb-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(1.8rem, 3vw, 2.5rem);
  background: var(--mb-white);
  border: 1px solid var(--mb-border);
  border-radius: 5px;
  box-shadow: none;
}

.mb-card--students {
  background: var(--mb-white);
  border: 1px solid var(--mb-border);
  border-radius: 5px;
  box-shadow: none;
}

.mb-card h3 {
  margin-bottom: 1rem;
  color: var(--mb-navy);
  font-size: clamp(1.2rem, 1.1rem + 0.3vw, 1.4rem);
  line-height: 1.25;
}

.mb-card-intro,
.mb-card-body {
  color: var(--mb-muted);
}

.mb-criteria {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 1.35rem 0 0;
  border-top: 1px solid var(--mb-border);
}

.mb-criteria li {
  position: relative;
  margin: 0 0 0.85rem;
  padding-left: 1.25rem;
  color: var(--mb-text);
  line-height: 1.55;
}

.mb-criteria li:last-child {
  margin-bottom: 0;
}

.mb-criteria li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--mb-blue);
}

.mb-pricing {
  width: 100%;
}

.mb-pricing h2 {
  margin-bottom: 1rem;
}

.mb-pricing-lead {
  max-width: 760px;
  margin-bottom: 2.75rem !important;
  color: var(--mb-text);
}

.mb-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.mb-pricing-item {
  padding-top: 1.2rem;
  border-top: 1px solid var(--mb-navy);
}

.mb-pricing-item h3 {
  margin-bottom: 0.7rem;
  color: var(--mb-navy);
  font-size: 1.1rem;
  line-height: 1.3;
}

.mb-pricing-item p {
  max-width: 48ch;
  color: var(--mb-muted);
}

.mb-link {
  display: inline-block;
  margin-top: 0.35rem;
  color: var(--mb-blue);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition:
    color 0.2s ease,
    text-decoration-thickness 0.2s ease;
}

.mb-link:hover {
  color: var(--mb-blue-dark);
  text-decoration-thickness: 2px;
}

.mb-link:focus-visible {
  outline: 2px solid var(--mb-blue);
  outline-offset: 4px;
}

.mb-contact {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.3fr);
  column-gap: clamp(2rem, 5vw, 5rem);
  row-gap: 0.9rem;
  align-items: center;
  padding: clamp(2rem, 4vw, 3rem) 0;
  border-top: 1px solid var(--mb-border);
  border-bottom: 1px solid var(--mb-border);
  background: var(--mb-white);
}

.mb-contact h2 {
  grid-column: 1;
  grid-row: 1 / span 2;
  margin: 0;
  color: var(--mb-navy);
  font-size: clamp(1.9rem, 3vw, 2.6rem);
}

.mb-contact > p {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  color: var(--mb-muted);
}

.mb-actions {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.mb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 19px;
  border: 1px solid var(--mb-blue);
  border-radius: 3px;
  background: var(--mb-blue);
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.mb-btn:hover {
  background: var(--mb-blue-dark);
  border-color: var(--mb-blue-dark);
  color: #ffffff;
}

.mb-btn:focus-visible {
  outline: 2px solid var(--mb-blue);
  outline-offset: 3px;
}

.mb-btn--secondary {
  background: transparent;
  color: var(--mb-blue);
}

.mb-btn--secondary:hover {
  background: var(--mb-blue);
  border-color: var(--mb-blue);
  color: #ffffff;
}

@media (max-width: 900px) {
  .mb-page {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .mb-options {
    grid-template-columns: 1fr;
  }

  .mb-pricing-grid {
    gap: 2.5rem;
  }

  .mb-contact {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .mb-contact h2,
  .mb-contact > p,
  .mb-actions {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  .mb-page {
    padding: 2.5rem 1rem 3.5rem;
    font-size: 15.5px;
  }

  .mb-page h1 {
    font-size: 2.35rem;
  }

  .mb-lead:first-of-type {
    font-size: 1.05rem;
  }

  .mb-rule {
    margin: 3.25rem 0;
  }

  .mb-card {
    padding: 1.7rem 1.5rem 2rem;
  }

  .mb-pricing-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .mb-contact {
    padding: 2.25rem 0;
  }

  .mb-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .mb-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mb-btn,
  .mb-link {
    transition: none;
  }
}

@media print {
  .mb-page {
    max-width: none;
    padding: 0;
  }

  .mb-card,
  .mb-contact {
    box-shadow: none;
    background: #ffffff;
  }

  .mb-actions {
    display: none;
  }
}/* End custom CSS */