.container-medium,
.container-small,
.container-large {
  margin-right: auto !important;
  margin-left: auto !important;
}

html {
  scroll-behavior: smooth;
}

.page-wrapper {
  transform-origin: center top;
}

.kc-reveal {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}

.kc-reveal.kc-reveal-visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

.nav_menu .nav_link,
.nav_menu .kc-nav-dropdown-toggle {
  font-family: Outfit, sans-serif;
  font-weight: 700;
}

.nav_menu .nav_link:hover,
.nav_menu .nav_link.w--current,
.nav_menu .nav_link.w--current:hover {
  font-weight: 700;
}

.kc-nav-dropdown {
  position: relative;
}

.kc-nav-dropdown-toggle {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: 0;
}

.kc-nav-dropdown-icon {
  border-top: .34rem solid currentColor;
  border-right: .24rem solid transparent;
  border-left: .24rem solid transparent;
  width: 0;
  height: 0;
  transition: transform .2s ease;
}

.kc-nav-dropdown.is-open .kc-nav-dropdown-icon {
  transform: rotate(180deg);
}

.kc-nav-dropdown-list {
  background-color: var(--white);
  border: 1px solid #00000012;
  border-radius: 1.25rem;
  box-shadow: 0 20px 48px #00000014;
  box-sizing: border-box;
  max-width: calc(100vw - 2rem);
  min-width: 0;
  padding: .75rem;
  position: absolute;
  top: 100%;
  right: 0;
  width: min(20rem, calc(100vw - 2rem));
  opacity: 0;
  pointer-events: none;
  transform: translateY(.5rem);
  transition: opacity .2s ease, transform .2s ease;
  z-index: 40;
}

.kc-nav-dropdown.is-open .kc-nav-dropdown-list {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.kc-nav-dropdown-link {
  border-radius: 1rem;
  color: var(--black);
  display: flex;
  flex-direction: column;
  gap: .2rem;
  padding: .8rem .9rem;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}

.kc-nav-dropdown-link:hover,
.kc-nav-dropdown-link.is-current {
  background-color: #00000008;
}

.kc-nav-dropdown-link-title {
  font-family: Roboto, sans-serif;
  font-size: .98rem;
  font-weight: 500;
  line-height: 1.35;
}

.kc-nav-dropdown-link-copy {
  color: #606060;
  font-family: Roboto, sans-serif;
  font-size: .82rem;
  line-height: 1.35;
}

.kc-sedes-page,
.kc-sede-detail {
  background-color: var(--white);
  overflow-x: clip;
}

.kc-about-us-page .section_leadership .leadership_grid,
.kc-about-us-page .section_history .history_grid {
  grid-template-rows: auto;
}

.kc-about-us-page .section_leadership .leadership_grid > .team_card,
.kc-about-us-page .section_history .history_grid > *,
.kc-about-us-page .section_history .history_timeline > .timeline_item {
  grid-area: auto !important;
}

.kc-about-us-page .section_leadership .leadership_grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.header-about {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .24)), url("/static/local/about/foto-quienes-somos.jpg") !important;
  background-position: center 45% !important;
  background-size: cover !important;
}

.kc-about-us-page .section_history .padding-section-large {
  padding-bottom: 6rem;
}

.kc-about-us-page .section_history .history_grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
}

.kc-about-us-page .section_history .section_header_title,
.kc-about-us-page .section_history .kc-history-title {
  margin: 0 auto;
  max-width: 48rem;
  text-align: center;
}

.kc-about-us-page .section_history .section_header_title h2,
.kc-about-us-page .section_history .kc-history-title h2 {
  margin-bottom: 0;
}

.kc-about-us-page .section_history .history_timeline,
.kc-about-us-page .section_history .kc-history-timeline {
  display: grid;
  gap: 1.75rem 2.5rem;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(5, auto);
}

.kc-about-us-page .section_history .timeline_item,
.kc-about-us-page .section_history .kc-history-item {
  align-items: flex-start;
  border-top: 1px solid #00000014;
  display: grid;
  gap: 1rem;
  grid-template-columns: 2.9rem minmax(0, 1fr);
  margin-bottom: 0;
  min-height: 100%;
  padding: 1.15rem 0 0 1.1rem;
  position: relative;
}

.kc-about-us-page .section_history .timeline_item::before,
.kc-about-us-page .section_history .kc-history-item::before {
  content: "";
  background: linear-gradient(180deg, #e3131b 0%, #f8b036 100%);
  border-radius: 999px;
  position: absolute;
  left: 0;
  top: 1.15rem;
  bottom: 0;
  width: 3px;
}

.kc-about-us-page .section_history .timeline-image {
  display: block;
  max-height: 3.6rem;
  width: auto;
}

.kc-about-us-page .section_history .timeline_text {
  display: grid;
  gap: .35rem;
}

.kc-about-us-page .section_history .timeline_text .heading-style-h4,
.kc-about-us-page .section_history .timeline_text .text-size-regular {
  margin-bottom: 0;
}

.kc-testimonials {
  background-color: #f6f6f6;
  overflow: clip;
}

.kc-testimonials > .padding-global {
  box-sizing: border-box;
  padding-left: clamp(1.75rem, 6vw, 7rem);
  padding-right: clamp(1.75rem, 6vw, 7rem);
}

.kc-testimonials-layout {
  display: grid;
  gap: clamp(3rem, 7vw, 7rem);
  grid-template-columns: minmax(20rem, .8fr) minmax(0, 1.2fr);
  padding: clamp(5rem, 8vw, 8rem) 0;
}

.kc-testimonials-intro {
  align-self: start;
  display: grid;
  gap: 1.1rem;
  position: sticky;
  top: 7rem;
}

.kc-testimonials-intro .heading-style-h2,
.kc-testimonials-intro .text-size-medium {
  max-width: 34rem;
}

.kc-testimonials-list {
  border-top: 1px solid #0000001c;
}

.kc-testimonial-quote {
  border-bottom: 1px solid #0000001c;
  margin: 0;
  opacity: .28;
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1rem, 2vw, 2rem) clamp(2rem, 4vw, 3.5rem) clamp(2.25rem, 4vw, 4rem);
  position: relative;
  transform: translateY(1.75rem);
  transition: opacity .65s cubic-bezier(.22, 1, .36, 1), transform .65s cubic-bezier(.22, 1, .36, 1);
}

.kc-testimonial-quote::before {
  color: var(--kc-red);
  content: "“";
  font-family: Outfit, sans-serif;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 700;
  left: 0;
  line-height: .85;
  position: absolute;
  top: clamp(2rem, 4vw, 3.5rem);
}

.kc-testimonial-quote:nth-child(3n + 2)::before {
  color: var(--kc-green);
}

.kc-testimonial-quote:nth-child(3n)::before {
  color: var(--kc-yellow);
}

.kc-testimonial-quote.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.kc-testimonial-quote p {
  color: var(--black);
  font-family: Outfit, sans-serif;
  font-size: clamp(1.35rem, 2.25vw, 2rem);
  font-weight: 500;
  line-height: 1.35;
  margin: 0;
  max-width: 48rem;
}

.kc-testimonial-author {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 1.25rem;
}

.kc-testimonial-author::before {
  content: "- ";
}

.kc-sedes-page .padding-global,
.kc-sede-detail .padding-global {
  box-sizing: border-box;
  padding-right: clamp(1rem, 3vw, 2.5rem);
  padding-left: clamp(1rem, 3vw, 2.5rem);
}

.kc-sedes-page img,
.kc-sede-detail img {
  display: block;
  max-width: 100%;
}

.kc-sedes-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .34) 48%, rgba(0, 0, 0, .12)),
    var(--kc-sedes-hero-image);
  background-position: center 56%;
  background-size: cover;
  color: var(--white);
  overflow: hidden;
  position: relative;
}

.kc-sedes-hero::after {
  content: "";
  background:
    radial-gradient(circle at top right, rgba(248, 176, 54, .22), transparent 34%),
    linear-gradient(180deg, rgba(227, 19, 27, .08), rgba(227, 19, 27, .2));
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.kc-sedes-hero-inner {
  max-width: 50rem;
  padding: 7rem 0 5rem;
  position: relative;
  z-index: 1;
}

.kc-sedes-eyebrow {
  color: var(--kc-light-green);
  font-family: Roboto, sans-serif;
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .18em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.kc-sedes-hero-copy {
  color: var(--white);
  max-width: 44rem;
}

.kc-sedes-listing {
  background-color: var(--kc-light);
}

.kc-sedes-grid {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr;
}

.kc-sede-card {
  align-items: center;
  background-color: transparent;
  border-bottom: 1px solid #00000012;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1fr);
  overflow: visible;
  padding-bottom: 4rem;
}

.kc-sede-card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.kc-sede-card-media {
  aspect-ratio: 4 / 3;
  border-radius: 1.8rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.kc-sede-card-media img,
.kc-sede-hero-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.kc-sede-card-media::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .28));
  position: absolute;
  inset: 0;
}

.kc-sede-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: .9rem;
  padding: 0;
}

.kc-sede-meta {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: .95rem;
  line-height: 1.55;
  margin: 0;
}

.kc-sede-location {
  color: #636363;
  font-family: Roboto, sans-serif;
  font-size: .95rem;
  line-height: 1.55;
  margin: 0;
}

.kc-sede-card:nth-child(even) .kc-sede-card-media {
  order: 2;
}

.kc-sede-card:nth-child(even) .kc-sede-card-body {
  order: 1;
}

.kc-sedes-button {
  background-color: var(--kc-red);
  border: 1px solid var(--kc-red);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  gap: .45rem;
  margin-top: .5rem;
  padding: .85rem 1.6rem;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.kc-sedes-button:hover {
  background-color: var(--kc-light-green);
  border-color: var(--kc-light-green);
  color: var(--black);
}

.kc-sede-hero {
  min-height: 34rem;
  overflow: hidden;
  position: relative;
}

.kc-sede-hero-media,
.kc-sede-hero-overlay {
  position: absolute;
  inset: 0;
}

.kc-sede-hero-overlay {
  background: linear-gradient(135deg, rgba(227, 19, 27, .88), rgba(0, 0, 0, .38));
}

.kc-sede-hero-copy-wrap {
  display: flex;
  align-items: end;
  min-height: 34rem;
  padding: 8rem 0 4.5rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.kc-sedes-hero-inner,
.kc-sede-hero-copy-wrap .heading-style-h1 {
  overflow-wrap: anywhere;
}

.kc-sedes-hero-inner,
.kc-sede-hero-copy-wrap {
  width: 100%;
}

.kc-sede-hero-copy-wrap .heading-style-h1 {
  max-width: 54rem;
}

.kc-sede-hero-copy-wrap .kc-sede-title-single-line {
  font-size: 4rem;
  letter-spacing: 0;
  max-width: none;
  overflow-wrap: normal;
  white-space: nowrap;
}

.kc-sede-hero-copy-wrap .text-size-medium {
  color: var(--white);
  max-width: 46rem;
}

.kc-sede-section-nav {
  background-color: rgba(255, 255, 255, .96);
  border-bottom: 1px solid #0000000f;
  position: sticky;
  top: 0;
  z-index: 25;
}

.kc-sede-section-nav-inner {
  display: flex;
  flex-wrap: nowrap;
  gap: .75rem;
  overflow-x: auto;
  padding: 1rem 0;
  scrollbar-width: none;
}

.kc-sede-section-nav-inner::-webkit-scrollbar {
  display: none;
}

.kc-sede-chip {
  background-color: #dff3f1;
  border: 1px solid #a8deda;
  border-radius: 999px;
  color: var(--black);
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  font-family: Roboto, sans-serif;
  font-size: .94rem;
  line-height: 1.25;
  padding: .75rem 1rem;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease;
}

.kc-sede-chip:hover {
  background-color: var(--kc-green);
  border-color: var(--kc-green);
  color: var(--white);
}

.kc-sede-section {
  padding: 5rem 0;
  scroll-margin-top: 5rem;
}

.kc-sede-section.kc-sede-section-alt {
  background-color: var(--kc-light);
}

.kc-summer-camp {
  --kc-camp-gap: 1rem;
  --kc-camp-visible: 3;
  background-color: #fff8d4;
  border-bottom: 1px solid #0000000f;
  border-top: 1px solid #0000000f;
}

.kc-summer-camp--bayacu {
  background-color: #e8f5f3;
}

.kc-summer-camp-layout {
  align-items: start;
  display: grid;
  gap: clamp(2.5rem, 6vw, 6rem);
  grid-template-columns: minmax(17rem, .8fr) minmax(0, 1.2fr);
}

.kc-summer-camp-heading {
  display: grid;
  gap: 1.5rem;
}

.kc-summer-camp-logo {
  height: auto;
  max-height: 10rem;
  object-fit: contain;
  object-position: left center;
  width: min(100%, 12rem);
}

.kc-summer-camp-heading .heading-style-h6 {
  letter-spacing: 0;
  margin-top: 1rem;
  max-width: 28rem;
}

.kc-summer-camp-copy {
  display: grid;
  gap: 1.25rem;
}

.kc-summer-camp-copy .kc-sedes-button {
  justify-self: start;
}

.kc-summer-camp--bayacu .kc-summer-camp-copy .kc-sedes-button {
  background-color: var(--kc-green);
  border-color: var(--kc-green);
}

.kc-summer-camp--bayacu .kc-summer-camp-copy .kc-sedes-button:hover {
  background-color: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.kc-camp-carousel {
  margin-top: 4rem;
}

.kc-camp-carousel-viewport {
  overflow: hidden;
  touch-action: pan-y;
  width: 100%;
}

.kc-camp-carousel-track {
  display: flex;
  gap: var(--kc-camp-gap);
  transform: translate3d(0, 0, 0);
  transition: transform .55s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.kc-camp-carousel-slide {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  flex: 0 0 calc((100% - (var(--kc-camp-visible) - 1) * var(--kc-camp-gap)) / var(--kc-camp-visible));
  margin: 0;
  overflow: hidden;
  position: relative;
}

.kc-camp-carousel-slide img {
  height: 100%;
  object-fit: cover;
  user-select: none;
  width: 100%;
}

.kc-camp-carousel-footer {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 1.25rem;
}

.kc-camp-carousel-status {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: .9rem;
  margin: 0;
}

.kc-camp-carousel-controls {
  display: flex;
  gap: .6rem;
}

.kc-camp-carousel-button {
  align-items: center;
  background-color: var(--white);
  border: 1px solid #00000035;
  border-radius: 50%;
  color: var(--black);
  cursor: pointer;
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
  height: 2.75rem;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
  width: 2.75rem;
}

.kc-camp-carousel-button:hover,
.kc-camp-carousel-button:focus-visible {
  background-color: var(--kc-green);
  border-color: var(--kc-green);
  color: var(--white);
  outline: none;
}

.kc-camp-carousel-button:disabled {
  cursor: default;
  opacity: .4;
}

.kc-sede-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.kc-sede-section-head-copy {
  max-width: 40rem;
}

.kc-sede-subeyebrow {
  color: var(--kc-red);
  font-family: Roboto, sans-serif;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .18em;
  margin: 0 0 .75rem;
  text-transform: uppercase;
}

.kc-sede-table-wrap {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.kc-sede-table {
  border-collapse: collapse;
  width: 100%;
}

.kc-sede-table th {
  background-color: var(--kc-red);
  color: var(--white);
  font-family: Outfit, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 1.1rem 1rem;
  text-align: left;
}

.kc-sede-table td {
  border-bottom: 1px solid #00000012;
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  padding: 1rem;
}

.kc-sede-table tbody tr:last-child td {
  border-bottom: 0;
}

.kc-sede-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kc-sede-panel,
.kc-sede-contact-card,
.kc-sede-cta-card {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.kc-sede-panel-list-offset {
  padding-top: 2rem;
}

.kc-sede-panel ul {
  color: var(--black);
  font-family: Roboto, sans-serif;
  line-height: 1.75;
  margin: 0;
  padding-left: 1.2rem;
}

.kc-sede-panel p,
.kc-sede-contact-card p,
.kc-sede-cta-card p {
  margin: 0;
}

.kc-sede-contact-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.kc-sede-contact-item {
  color: var(--black);
  font-family: Roboto, sans-serif;
  line-height: 1.55;
}

.kc-sede-contact-item strong {
  display: block;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  margin-bottom: .2rem;
}

.kc-sede-other-list {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: center;
}

.kc-sede-other-list .kc-sede-chip {
  background-color: #f4f4f4;
}

.kc-sede-other-list .kc-sede-chip:hover {
  background-color: #fff8d4;
}

.kc-admissions-page .section_documentation {
  background-color: var(--kc-light);
}

.kc-admissions-steps {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kc-admissions-step,
.kc-admissions-enrollment {
  background-color: rgba(255, 255, 255, .9);
  border: 1px solid #00000010;
  border-radius: 1.75rem;
  box-shadow: 0 18px 34px #00000010;
}

.kc-admissions-step {
  border-top: 5px solid var(--kc-red);
  display: grid;
  gap: .85rem;
  padding: 1.6rem;
}

.kc-admissions-step p,
.kc-admissions-enrollment p {
  margin-bottom: 0;
}

.kc-admissions-step-label,
.kc-admissions-step-count {
  color: var(--kc-red);
  font-family: Roboto, sans-serif;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .18em;
  margin: 0;
  text-transform: uppercase;
}

.kc-admissions-enrollment {
  display: grid;
  gap: 1.5rem;
  padding: 1.75rem;
}

.kc-admissions-enrollment-head {
  display: grid;
  gap: .35rem;
}

.kc-admissions-enrollment-head h3,
.kc-admissions-step h3,
.kc-admissions-enrollment-step h4 {
  margin-bottom: 0;
}

.kc-admissions-enrollment-steps {
  display: grid;
  gap: 1.15rem;
}

.kc-admissions-enrollment-step {
  align-items: start;
  border-top: 1px solid #00000010;
  display: grid;
  gap: 1rem;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  padding-top: 1.15rem;
}

.kc-admissions-enrollment-step:first-child {
  border-top: 0;
  padding-top: 0;
}

.kc-admissions-step-count {
  align-items: center;
  background-color: #fff8d4;
  border: 1px solid #00000012;
  border-radius: 999px;
  display: inline-flex;
  height: 2.5rem;
  justify-content: center;
  letter-spacing: normal;
  text-transform: none;
  width: 2.5rem;
}

.kc-admissions-enrollment-copy {
  display: grid;
  gap: .55rem;
}

.kc-admissions-doc-list {
  color: var(--black);
  font-family: Roboto, sans-serif;
  line-height: 1.65;
  margin: 0;
  padding-left: 1.2rem;
}

.kc-admissions-followup {
  border-top: 1px solid #00000010;
  padding-top: 1.25rem;
}

.kc-admissions-cta {
  justify-content: center;
}

.kc-home-locations {
  display: grid;
  gap: 1.5rem;
}

.kc-home-locations-head {
  max-width: 42rem;
}

.kc-home-locations-head p {
  margin: 0;
}

.kc-home-map-shell {
  background: #fff;
  border: 1px solid #00000010;
  border-radius: 1.1rem;
  box-shadow: 0 18px 40px #00000012;
  overflow: hidden;
}

.kc-home-map-canvas {
  min-height: 28rem;
  overflow: hidden;
  position: relative;
}

.kc-home-map-iframe {
  border: 0;
  display: block;
  height: 28rem;
  width: 100%;
}

.kc-home-map-loading {
  align-items: center;
  color: #5f5f5f;
  display: flex;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  inset: 0;
  justify-content: center;
  padding: 2rem;
  position: absolute;
  text-align: center;
}

.kc-home-map-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kc-home-map-card {
  align-items: flex-start;
  background-color: #fff8d4;
  border: 1px solid #00000010;
  border-radius: 1.35rem;
  cursor: pointer;
  display: flex;
  gap: .95rem;
  padding: 1rem;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.kc-home-map-card:hover,
.kc-home-map-card.is-active {
  background-color: #fffdf2;
  border-color: rgba(227, 19, 27, .35);
  box-shadow: 0 18px 34px #00000010;
  transform: translateY(-2px);
}

.kc-home-map-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: .5rem;
}

.kc-home-map-card-index {
  align-items: center;
  background-color: var(--white);
  border-radius: 999px;
  box-shadow: 0 8px 18px #0000001f;
  display: inline-flex;
  flex: 0 0 2rem;
  height: 2rem;
  justify-content: center;
  margin-top: .12rem;
  overflow: hidden;
  width: 2rem;
}

.kc-home-map-card-index img {
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1.64);
  width: 100%;
}

.kc-home-map-card-title,
.kc-home-map-popup-title {
  color: var(--black);
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

.kc-home-map-card-address,
.kc-home-map-popup-address {
  color: #5f5f5f;
  font-family: Roboto, sans-serif;
  font-size: .96rem;
  line-height: 1.55;
  margin: 0;
}

.kc-home-map-card-link,
.kc-home-map-popup-link {
  color: var(--kc-red);
  display: inline-flex;
  font-family: Roboto, sans-serif;
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.kc-home-map-card-link:hover,
.kc-home-map-popup-link:hover {
  text-decoration: underline;
}

.kc-home-map-popup {
  display: grid;
  gap: .45rem;
  min-width: 13rem;
}

.kc-home-map-marker {
  background: transparent;
  border: 0;
}

.kc-home-map-marker span {
  align-items: center;
  background: var(--white);
  border: 2px solid var(--white);
  border-radius: 999px;
  box-shadow: 0 10px 22px #0000002e;
  display: inline-flex;
  height: 2.375rem;
  justify-content: center;
  overflow: hidden;
  transform: translate(var(--kc-pin-x, 0), var(--kc-pin-y, 0));
  width: 2.375rem;
}

.kc-home-map-marker img {
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1.64);
  width: 100%;
}

.kc-home-map-canvas .leaflet-popup-content-wrapper {
  border-radius: 1rem;
  box-shadow: 0 18px 36px #0000001a;
  padding: .15rem;
}

.kc-home-map-canvas .leaflet-popup-content {
  margin: .9rem 1rem;
}

.kc-home-map-canvas .leaflet-control-attribution {
  background: rgba(255, 255, 255, .92);
  font-family: Roboto, sans-serif;
}

.kc-site-footer {
  --kc-footer-text: #171717;
  background: #f8b036;
  color: var(--kc-footer-text);
  overflow: hidden;
  position: relative;
}

.kc-site-footer::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.kc-site-footer::after {
  content: none;
}

.kc-site-footer .padding-section-footer {
  padding-bottom: clamp(.85rem, 1.6vw, 1.1rem);
  padding-top: clamp(2rem, 3vw, 2.55rem);
  position: relative;
  z-index: 1;
}

.kc-footer-top {
  align-items: start;
  display: grid;
  gap: 1.25rem clamp(2rem, 4vw, 3.5rem);
  grid-template-columns: minmax(13rem, .8fr) minmax(22rem, 1fr);
  padding-bottom: 0;
}

.kc-footer-brand {
  max-width: 19rem;
}

.kc-site-footer .footer_logo {
  display: inline-flex;
  margin-bottom: .65rem;
}

.kc-site-footer .footer_logo-image {
  width: clamp(7.4rem, 10vw, 8.75rem);
}

.kc-footer-brand-copy {
  color: var(--kc-footer-text);
  font-family: Roboto, sans-serif;
  font-size: .92rem;
  line-height: 1.5;
  margin: 0;
}

.kc-footer-links-grid {
  column-gap: clamp(1.75rem, 3vw, 3rem);
  display: grid;
  grid-template-columns: minmax(8rem, max-content) minmax(13rem, 1fr);
  min-width: 0;
}

.kc-footer-link-group {
  display: grid;
  align-content: start;
  gap: .45rem;
}

.kc-footer-column-title {
  color: var(--kc-footer-text);
  font-family: Roboto, sans-serif;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .18em;
  margin: 0 0 .4rem;
  text-transform: uppercase;
}

.kc-footer-link-item {
  color: var(--kc-footer-text);
  font-family: Roboto, sans-serif;
  font-size: .92rem;
  line-height: 1.45;
  margin: 0;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.kc-footer-link-item:hover,
.kc-footer-link-item.is-current {
  text-decoration: underline;
}

.kc-footer-addresses {
  display: grid;
  gap: .55rem;
  grid-column: 1 / -1;
}

.kc-footer-address-grid {
  column-gap: clamp(1rem, 2.2vw, 1.8rem);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  row-gap: .85rem;
}

.kc-site-footer .footer_address {
  background: transparent;
  border-bottom: 1px solid rgba(17, 17, 17, .12);
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: .28rem;
  margin-bottom: 0;
  min-height: auto;
  padding: 0 0 .65rem;
}

.kc-footer-address-name {
  font-size: .92rem;
  line-height: 1.25;
  margin: 0;
}

.kc-site-footer .footer_address p {
  margin: 0;
}

.kc-footer-contact-meta {
  color: var(--kc-footer-text);
  font-family: Roboto, sans-serif;
  font-size: .84rem;
  line-height: 1.35;
}

.kc-footer-contact-meta {
  display: grid;
  gap: .12rem;
  margin-top: 0;
}

.kc-footer-contact-meta span {
  display: block;
  min-width: 0;
}

.kc-footer-contact-meta a {
  color: inherit;
  text-decoration: none;
}

.kc-footer-contact-meta a:hover {
  text-decoration: underline;
}

.kc-site-footer .footer_social-links {
  gap: .85rem;
  margin-top: .85rem;
}

.kc-site-footer .footer_icon.w-inline-block {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline-flex;
  height: 1.8rem;
  justify-content: center;
  transition: transform .2s ease, opacity .2s ease;
  width: 1.8rem;
}

.kc-site-footer .footer_icon.w-inline-block:hover {
  opacity: .8;
  transform: translateY(-1px);
}

.kc-site-footer .footer_icon.w-inline-block img {
  height: 1.45rem;
  width: 1.45rem;
}

@media screen and (max-width: 991px) {
  .kc-testimonials-layout,
  .kc-summer-camp-layout {
    grid-template-columns: 1fr;
  }

  .kc-summer-camp {
    --kc-camp-visible: 2;
  }

  .kc-sede-hero-copy-wrap .kc-sede-title-single-line {
    font-size: 3rem;
  }

  .kc-testimonials-intro {
    position: static;
  }

  .kc-admissions-steps {
    grid-template-columns: 1fr;
  }

  .kc-about-us-page .section_leadership .leadership_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kc-about-us-page .section_history .history_timeline,
  .kc-about-us-page .section_history .kc-history-timeline {
    gap: 1.5rem;
  }

  .kc-sede-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kc-sede-card {
    gap: 2rem;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  }

  .kc-sede-section-head {
    align-items: start;
    flex-direction: column;
  }

  .kc-nav-dropdown,
  .kc-nav-dropdown-list {
    width: 100%;
  }

  .kc-nav-dropdown-list {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: none;
    margin-top: .5rem;
    max-width: none;
    min-width: 0;
    opacity: 1;
    padding: 0 0 0 1rem;
    pointer-events: auto;
    position: static;
    transform: none;
    width: 100%;
  }

  .kc-nav-dropdown.is-open .kc-nav-dropdown-list {
    display: block;
  }

  .kc-nav-dropdown-link {
    background-color: transparent;
    border-radius: 0;
    color: var(--white);
    padding: .55rem 0;
  }

  .kc-nav-dropdown-link-copy {
    color: rgba(255, 255, 255, .72);
  }

  .kc-nav-dropdown-link:hover,
  .kc-nav-dropdown-link.is-current {
    background-color: transparent;
    color: var(--kc-light-green);
  }

  .kc-nav-dropdown-link:hover .kc-nav-dropdown-link-copy,
  .kc-nav-dropdown-link.is-current .kc-nav-dropdown-link-copy {
    color: rgba(221, 219, 0, .9);
  }

  .kc-home-map-list {
    grid-template-columns: 1fr;
  }

  .kc-footer-top,
  .kc-footer-links-grid {
    grid-template-columns: 1fr;
  }

  .kc-footer-address-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .kc-summer-camp {
    --kc-camp-visible: 1;
  }

  .kc-summer-camp-logo {
    max-height: 8rem;
    width: min(100%, 10rem);
  }

  .kc-sede-hero-copy-wrap .kc-sede-title-single-line {
    font-size: 2rem;
  }

  .kc-sede-panel-list-offset {
    padding-top: 0;
  }

  .kc-admissions-enrollment-step {
    grid-template-columns: 1fr;
  }

  .kc-about-us-page .section_leadership .leadership_grid,
  .kc-about-us-page .section_history .history_timeline,
  .kc-about-us-page .section_history .kc-history-timeline {
    grid-template-columns: 1fr;
  }

  .kc-about-us-page .section_history .history_timeline,
  .kc-about-us-page .section_history .kc-history-timeline {
    grid-auto-flow: row;
    grid-template-rows: none;
  }

  .kc-about-us-page .section_history .padding-section-large {
    padding-bottom: 4rem;
  }

  .kc-about-us-page .section_history .timeline_item,
  .kc-about-us-page .section_history .kc-history-item {
    padding-left: .9rem;
  }

  .kc-sedes-hero-inner,
  .kc-sede-hero-copy-wrap {
    padding-top: 6rem;
  }

  .kc-sedes-grid,
  .kc-sede-grid {
    grid-template-columns: 1fr;
  }

  .kc-sede-card {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    padding-bottom: 3rem;
  }

  .kc-sede-card:nth-child(even) .kc-sede-card-media,
  .kc-sede-card:nth-child(even) .kc-sede-card-body {
    order: initial;
  }

  .kc-sede-table {
    min-width: 36rem;
  }

  .kc-home-map-canvas {
    min-height: 23rem;
  }

  .kc-testimonial-quote {
    padding: 1.75rem 1rem 1.75rem 2rem;
  }

  .kc-testimonial-quote::before {
    font-size: 3rem;
    top: 1.75rem;
  }

  .kc-testimonial-quote p {
    font-size: 1.25rem;
    line-height: 1.45;
  }

}

@media screen and (max-width: 479px) {
  .kc-testimonials-intro .heading-style-h2 {
    font-size: 2.125rem;
    line-height: 1.15;
  }

  .kc-sede-hero-copy-wrap .kc-sede-title-single-line {
    font-size: 1.65rem;
  }

  .kc-sedes-hero-inner {
    padding-top: 5.5rem;
    padding-bottom: 4rem;
  }

  .kc-sede-card-body,
  .kc-sede-panel,
  .kc-sede-contact-card,
  .kc-sede-cta-card {
    padding: 1.4rem;
  }

  .kc-sede-section {
    padding: 4rem 0;
  }

  .kc-footer-address-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 374px) {
  .kc-sede-hero-copy-wrap .kc-sede-title-single-line {
    font-size: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .page-wrapper,
  .kc-reveal,
  .kc-testimonial-quote {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto;
  }

  .kc-camp-carousel-track {
    transition: none !important;
  }
}
