.cta-get-in-touch {
  display: flex;
  width: 100%;
  padding: clamp(48px, 10vw, 112px) clamp(20px, 6vw, 120px);
  flex-direction: column;
  align-items: center;
  gap: clamp(40px, 8vw, 80px);
  background: var(--Light-Grey, #f3f4f6);
  box-sizing: border-box;
}

.cta-get-in-touch__inner {
  display: flex;
  width: 100%;
  max-width: var(--Container-container-large, 1280px);
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(32px, 6vw, 48px);
}

.cta-get-in-touch__text {
  display: flex;
  width: 100%;
  max-width: min(var(--Max-Width-max-width-large, 768px), 100%);
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  opacity: 0;
  transform: translateY(24px);
  animation: cta-get-in-touch-fade 0.8s ease forwards;
}

.cta-get-in-touch__eyebrow {
  display: flex;
  align-items: center;
  margin: 0;
  color: var(--Main-Green, #395935);
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.cta-get-in-touch__heading-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.cta-get-in-touch__headline {
  margin: 0;
  color: var(--Main-Green, #395935);
  font-family: "Teachers", var(--wp--preset--font-family--inter, Inter, sans-serif);
  font-size: clamp(36px, 8vw, var(--Text-Sizes-Heading-2, 60px));
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.6px;
}

.cta-get-in-touch__headline-letter {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  width: 1ch;
  height: 1em;
  vertical-align: baseline;
  line-height: 1;
}

.cta-get-in-touch__headline-letter svg,
.cta-get-in-touch__headline-letter-img,
.cta-get-in-touch__headline-letter img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.cta-get-in-touch__summary {
  margin: 0;
  color: var(--Main-Green, #395935);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(16px, 4vw, var(--Text-Sizes-Text-Medium, 20px));
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.cta-get-in-touch__media {
  width: 100%;
  align-self: stretch;
  border-radius: var(--Radius-Large, 8px);
  overflow: hidden;
  max-height: 691.875px;
  opacity: 0;
  transform: translateY(24px);
  animation: cta-get-in-touch-fade 0.8s ease 0.1s forwards;
}

.cta-get-in-touch__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 691.88;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

.cta-get-in-touch__cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(40px, 6vw, 64px);
  width: 100%;
  opacity: 0;
  transform: translateY(24px);
  animation: cta-get-in-touch-fade 0.8s ease 0.2s forwards;
}

.cta-get-in-touch__cards-row {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  align-items: stretch;
}

.cta-get-in-touch__card {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 1 260px;
  padding: 24px;
  border-radius: 7px;
  border: 1px solid rgba(57, 89, 53, 0.3);
  background: transparent;
  box-sizing: border-box;
  height: 100%;
}

.cta-get-in-touch__card-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  color: var(--Main-Green, #395935);
}

.cta-get-in-touch__card-icon svg,
.cta-get-in-touch__card-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.cta-get-in-touch__card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.cta-get-in-touch__card-title {
  margin: 0;
  color: var(--Main-Green, #395935);
  font-family: "Teachers", var(--wp--preset--font-family--inter, Inter, sans-serif);
  font-size: clamp(28px, 6vw, var(--Text-Sizes-Heading-4, 40px));
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.4px;
}

.cta-get-in-touch__card-description {
  margin: 0;
  color: var(--Main-Green, #395935);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(16px, 4vw, var(--Text-Sizes-Text-Regular, 18px));
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.cta-get-in-touch__card-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.cta-get-in-touch__card-link {
  color: var(--Main-Green, #395935);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(16px, 4vw, var(--Text-Sizes-Text-Regular, 18px));
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
}

.cta-get-in-touch__card-link:hover,
.cta-get-in-touch__card-link:focus-visible {
  color: #2a4426;
}

html.has-scroll-animations .cta-get-in-touch__text,
html.has-scroll-animations .cta-get-in-touch__media,
html.has-scroll-animations .cta-get-in-touch__cards {
  animation-play-state: paused;
}

html.has-scroll-animations .cta-get-in-touch.is-visible .cta-get-in-touch__text,
html.has-scroll-animations .cta-get-in-touch.is-visible .cta-get-in-touch__media,
html.has-scroll-animations .cta-get-in-touch.is-visible .cta-get-in-touch__cards {
  animation-play-state: running;
}

@media (max-width: 768px) {
  .cta-get-in-touch__headline {
    font-size: clamp(36px, 10vw, 60px);
    line-height: 120%;
  }

  .cta-get-in-touch__media {
    max-height: none;
  }

  .cta-get-in-touch__cards-row {
    gap: 24px;
  }
}

@keyframes cta-get-in-touch-fade {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cta-get-in-touch__text,
  .cta-get-in-touch__media,
  .cta-get-in-touch__cards {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}
