.tak-native {
  --tak-cream: #fff8ec;
  --tak-paper: #fffaf1;
  --tak-navy: #073d91;
  --tak-cyan: #0ba6dc;
  --tak-magenta: #d30079;
  --tak-yellow: #ffc900;
  --tak-ink: #073575;
  --tak-shadow: 0 24px 70px rgba(6, 46, 105, 0.16);
  background: var(--tak-cream);
  color: var(--tak-ink);
  font-family: "Source Sans 3", Arial, sans-serif;
  gap: 0 !important;
  overflow: hidden;
  width: 100%;
}

.tak-native,
.tak-native * {
  box-sizing: border-box;
}

.tak-native .elementor-widget {
  margin: 0;
}

.tak-native .elementor-widget-text-editor,
.tak-native .elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

.tak-native .elementor-heading-title {
  color: inherit;
  font-family: "Oswald", Impact, sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.tak-native .tak-n-section {
  padding: 112px max(24px, calc((100vw - 1140px) / 2));
  position: relative;
}

.tak-native .tak-n-paper {
  background-color: var(--tak-paper);
  background-image:
    radial-gradient(rgba(7, 61, 145, 0.035) 0.8px, transparent 0.8px),
    radial-gradient(rgba(211, 0, 121, 0.025) 0.7px, transparent 0.7px);
  background-position: 0 0, 9px 9px;
  background-size: 18px 18px;
}

.tak-native .tak-n-eyebrow .elementor-heading-title {
  background: var(--tak-navy);
  clip-path: polygon(2% 10%, 98% 0, 100% 82%, 95% 94%, 3% 100%, 0 22%);
  color: white;
  display: inline-block;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 16px;
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 1.2;
  padding: 10px 20px;
  text-transform: uppercase;
}

.tak-native .tak-n-eyebrow-light .elementor-heading-title {
  background: white;
  color: var(--tak-navy);
}

.tak-native .tak-n-title .elementor-heading-title {
  color: var(--tak-navy);
  font-size: clamp(52px, 6vw, 88px);
  line-height: 0.96;
  text-transform: uppercase;
}

.tak-native .tak-magenta {
  color: var(--tak-magenta);
}

.tak-native .tak-cyan {
  color: var(--tak-cyan);
}

.tak-native .tak-n-copy,
.tak-native .tak-n-copy p {
  color: var(--tak-ink);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.68;
}

.tak-native .tak-n-lead,
.tak-native .tak-n-lead p {
  font-weight: 700;
}

.tak-native .tak-n-button .elementor-button {
  background: var(--tak-magenta);
  border: 2px solid var(--tak-magenta);
  border-radius: 999px;
  color: white;
  font-size: 17px;
  font-weight: 800;
  min-height: 54px;
  padding: 16px 25px;
}

.tak-native .tak-n-button-secondary .elementor-button {
  background: var(--tak-paper);
  color: var(--tak-magenta);
}

.tak-native .tak-n-nav {
  align-items: center;
  background: rgba(255, 250, 241, 0.96);
  border-bottom: 1px solid rgba(7, 61, 145, 0.12);
  flex-direction: row;
  justify-content: space-between;
  min-height: 84px;
  padding: 10px max(24px, calc((100vw - 1140px) / 2));
  position: sticky;
  top: 0;
  z-index: 50;
}

.tak-native .tak-n-logo {
  width: 205px;
}

.tak-native .tak-n-navlinks {
  align-items: center;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-end;
}

.tak-native .tak-n-navlink .elementor-button {
  background: transparent;
  color: var(--tak-navy);
  font-weight: 750;
  padding: 12px 14px;
}

.tak-native .tak-n-navcta .elementor-button {
  background: var(--tak-magenta);
  border-radius: 999px;
  color: white;
  padding: 12px 22px;
}

.tak-native .tak-n-hero {
  background-color: var(--tak-navy);
  min-height: 850px;
  overflow: hidden;
  padding-bottom: 205px;
  padding-top: 112px;
}

.tak-native .tak-n-hero-slides {
  display: none !important;
}

.tak-native .tak-n-dynamic-slideshow {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.tak-native .tak-n-dynamic-slideshow img {
  animation: tak-native-hero-fade 27.5s infinite;
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.tak-native .tak-n-dynamic-slideshow img:nth-child(1) {
  animation-delay: 0s;
}

.tak-native .tak-n-dynamic-slideshow img:nth-child(2) {
  animation-delay: 5.5s;
}

.tak-native .tak-n-dynamic-slideshow img:nth-child(3) {
  animation-delay: 11s;
}

.tak-native .tak-n-dynamic-slideshow img:nth-child(4) {
  animation-delay: 16.5s;
}

.tak-native .tak-n-dynamic-slideshow img:nth-child(5) {
  animation-delay: 22s;
}

@keyframes tak-native-hero-fade {
  0%,
  16% {
    opacity: 1;
  }
  20%,
  96% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tak-native .tak-n-hero::before {
  background: linear-gradient(90deg, rgba(1, 29, 71, 0.88), rgba(1, 29, 71, 0.34) 64%, rgba(1, 29, 71, 0.08));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.tak-native .tak-n-hero-copy {
  gap: 22px;
  max-width: 690px;
  position: relative;
  z-index: 2;
}

.tak-native .tak-n-hero-title .elementor-heading-title {
  color: white;
  font-size: clamp(78px, 10vw, 148px);
  line-height: 0.78;
  text-transform: uppercase;
}

.tak-native .tak-n-hero-title .tak-magenta {
  color: #ff38a7;
}

.tak-native .tak-n-hero-title .tak-cyan {
  color: #40cfff;
}

.tak-native .tak-n-hero-lead,
.tak-native .tak-n-hero-lead p {
  color: white;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 750;
  line-height: 1.35;
}

.tak-native .tak-n-actions {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
}

.tak-native .tak-n-event {
  background: linear-gradient(110deg, var(--tak-navy), #064ba4 62%, #087fba);
  border: 2px solid rgba(255, 201, 0, 0.9);
  border-radius: 24px;
  bottom: 34px;
  box-shadow: 0 22px 55px rgba(7, 53, 117, 0.25);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  left: max(24px, calc((100vw - 1140px) / 2));
  overflow: hidden;
  position: absolute;
  right: max(24px, calc((100vw - 1140px) / 2));
  z-index: 3;
}

.tak-native .tak-n-fact {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  gap: 8px;
  min-height: 146px;
  padding: 32px;
}

.tak-native .tak-n-fact:last-child {
  border-right: 0;
}

.tak-native .tak-n-fact-label .elementor-heading-title {
  color: var(--tak-yellow);
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tak-native .tak-n-fact-value,
.tak-native .tak-n-fact-value p {
  color: white;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.3;
}

.tak-native .tak-n-two-col {
  align-items: center;
  flex-direction: row;
  gap: clamp(44px, 7vw, 105px);
}

.tak-native .tak-n-col {
  gap: 24px;
  min-width: 0;
  width: 50%;
}

.tak-native .tak-n-support {
  background: #b9e8f4;
}

.tak-native .tak-n-support-facts {
  gap: 14px;
}

.tak-native .tak-n-support-card,
.tak-native .tak-n-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(7, 61, 145, 0.14);
  border-radius: 20px;
  box-shadow: var(--tak-shadow);
  padding: 24px;
}

.tak-native .tak-n-support-card {
  align-items: center;
  flex-direction: row;
  gap: 18px;
}

.tak-native .tak-n-number .elementor-heading-title {
  align-items: center;
  background: var(--tak-magenta);
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 18px;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.tak-native .tak-n-support-card:nth-child(2) .tak-n-number .elementor-heading-title {
  background: var(--tak-cyan);
}

.tak-native .tak-n-support-card:nth-child(3) .tak-n-number .elementor-heading-title {
  background: var(--tak-yellow);
  color: var(--tak-navy);
}

.tak-native .tak-n-card-title .elementor-heading-title {
  color: var(--tak-navy);
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.15;
}

.tak-native .tak-n-photo img {
  border: 10px solid white;
  box-shadow: var(--tak-shadow);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tak-native .tak-n-intro-photo img,
.tak-native .tak-n-program-photo img {
  clip-path: polygon(2% 3%, 98% 0, 100% 94%, 4% 100%);
  min-height: 550px;
}

.tak-native .tak-n-program {
  background: #ffe58a;
}

.tak-native .tak-n-acts,
.tak-native .tak-n-acts p {
  color: var(--tak-magenta);
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 700;
  line-height: 1.45;
}

.tak-native .tak-n-format-list {
  gap: 18px;
}

.tak-native .tak-n-format {
  background: white;
  border: 2px solid var(--tak-accent);
  border-radius: 24px;
  gap: 12px;
  padding: 24px;
}

.tak-native .tak-n-format-cyan {
  --tak-accent: var(--tak-cyan);
}

.tak-native .tak-n-format-magenta {
  --tak-accent: var(--tak-magenta);
}

.tak-native .tak-n-format-yellow {
  --tak-accent: #d99f00;
}

.tak-native .tak-n-format .tak-n-card-title .elementor-heading-title {
  color: var(--tak-accent);
}

.tak-native .tak-n-about,
.tak-native .tak-n-patron,
.tak-native .tak-n-contact {
  background: var(--tak-navy);
  color: white;
}

.tak-native .tak-n-dark-copy,
.tak-native .tak-n-dark-copy p,
.tak-native .tak-n-about .tak-n-title .elementor-heading-title,
.tak-native .tak-n-patron .tak-n-title .elementor-heading-title,
.tak-native .tak-n-contact .tak-n-title .elementor-heading-title {
  color: white;
}

.tak-native .tak-n-collage,
.tak-native .tak-n-gallery {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(12, 1fr);
}

.tak-native .tak-n-collage .elementor-widget-image:nth-child(1) {
  grid-column: span 5;
}
.tak-native .tak-n-collage .elementor-widget-image:nth-child(2) {
  grid-column: span 4;
}
.tak-native .tak-n-collage .elementor-widget-image:nth-child(3) {
  grid-column: span 3;
}
.tak-native .tak-n-collage .elementor-widget-image:nth-child(4) {
  grid-column: span 3;
}
.tak-native .tak-n-collage .elementor-widget-image:nth-child(5) {
  grid-column: span 5;
}
.tak-native .tak-n-collage .elementor-widget-image:nth-child(6) {
  grid-column: span 4;
}

.tak-native .tak-n-collage img {
  border: 7px solid white;
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.tak-native .tak-n-format-grid,
.tak-native .tak-n-impact-grid,
.tak-native .tak-n-package-grid,
.tak-native .tak-n-cost-grid,
.tak-native .tak-n-logo-grid {
  display: grid;
  gap: 18px;
}

.tak-native .tak-n-format-grid,
.tak-native .tak-n-package-grid,
.tak-native .tak-n-cost-grid {
  grid-template-columns: repeat(2, 1fr);
}

.tak-native .tak-n-impact {
  background: var(--tak-magenta);
  color: white;
}

.tak-native .tak-n-impact .tak-n-title .elementor-heading-title,
.tak-native .tak-n-impact .tak-n-copy,
.tak-native .tak-n-impact .tak-n-copy p {
  color: white;
}

.tak-native .tak-n-impact-grid {
  grid-template-columns: repeat(3, 1fr);
}

.tak-native .tak-n-impact-grid .tak-n-card:last-child {
  grid-column: span 2;
}

.tak-native .tak-n-callout {
  background: var(--tak-yellow);
  border-radius: 22px;
  color: var(--tak-navy);
  margin-top: 34px;
  padding: 28px;
}

.tak-native .tak-n-package {
  --tak-accent: var(--tak-magenta);
  border-left: 8px solid var(--tak-accent);
  gap: 18px;
}

.tak-native .tak-n-package-main {
  grid-column: 1 / -1;
}

.tak-native .tak-n-package-cyan {
  --tak-accent: var(--tak-cyan);
}

.tak-native .tak-n-package-yellow {
  --tak-accent: var(--tak-yellow);
}

.tak-native .tak-n-package-title .elementor-heading-title,
.tak-native .tak-n-price .elementor-heading-title {
  color: var(--tak-accent);
}

.tak-native .tak-n-price .elementor-heading-title {
  font-size: 27px;
}

.tak-native .tak-n-benefits ul,
.tak-native .tak-n-list ul {
  margin: 0;
  padding-left: 1.2em;
}

.tak-native .tak-n-benefits li,
.tak-native .tak-n-list li {
  color: var(--tak-ink);
  font-size: 18px;
  line-height: 1.45;
  margin: 8px 0;
}

.tak-native .tak-n-patron-list {
  gap: 0;
}

.tak-native .tak-n-patron-row {
  align-items: center;
  border-bottom: 1px solid rgba(7, 61, 145, 0.14);
  flex-direction: row;
  gap: 28px;
  padding: 14px 0;
}

.tak-native .tak-n-patron-price {
  min-width: 125px;
}

.tak-native .tak-n-patron-price .elementor-heading-title {
  color: var(--tak-magenta);
  font-size: 25px;
}

.tak-native .tak-n-budget-total {
  background: var(--tak-cyan);
  border-radius: 24px;
  box-shadow: var(--tak-shadow);
  margin: 38px 0;
  padding: 34px;
}

.tak-native .tak-n-budget-total .elementor-heading-title {
  color: white;
  font-size: clamp(54px, 7vw, 100px);
  text-align: center;
}

.tak-native .tak-n-cost-card {
  --tak-accent: var(--tak-magenta);
  border-left: 8px solid var(--tak-accent);
  gap: 14px;
}

.tak-native .tak-n-cost-cyan {
  --tak-accent: var(--tak-cyan);
}

.tak-native .tak-n-cost-yellow {
  --tak-accent: #d99f00;
  grid-column: 1 / -1;
}

.tak-native .tak-n-cost-card .tak-n-card-title .elementor-heading-title {
  color: var(--tak-accent);
}

.tak-native .tak-n-gallery {
  grid-auto-rows: 250px;
}

.tak-native .tak-n-gallery .elementor-widget-image {
  grid-column: span 4;
}

.tak-native .tak-n-gallery img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.tak-native .tak-n-logo-grid {
  grid-template-columns: repeat(4, 1fr);
}

.tak-native .tak-n-logo-placeholder {
  align-items: center;
  background: white;
  border: 2px dashed rgba(7, 61, 145, 0.25);
  border-radius: 18px;
  justify-content: center;
  min-height: 145px;
  padding: 20px;
  text-align: center;
}

.tak-native .tak-n-contact-card {
  background: white;
  border-radius: 22px;
  color: var(--tak-ink);
  gap: 13px;
  margin-top: 16px;
  padding: 28px;
}

.tak-native .tak-n-contact-card a {
  color: var(--tak-magenta);
  font-weight: 750;
}

.tak-native .tak-n-footer {
  align-items: center;
  background: #03275f;
  color: white;
  flex-direction: row;
  gap: 24px;
  justify-content: space-between;
  padding: 30px max(24px, calc((100vw - 1140px) / 2));
}

.tak-native .tak-n-footer-logo {
  filter: brightness(0) invert(1);
  width: 180px;
}

@media (max-width: 1024px) {
  .tak-native .tak-n-section {
    padding-bottom: 88px;
    padding-top: 88px;
  }

  .tak-native .tak-n-two-col {
    gap: 42px;
  }

  .tak-native .tak-n-impact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tak-native .tak-n-impact-grid .tak-n-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .tak-native .tak-n-section {
    padding: 70px 20px;
  }

  .tak-native .tak-n-nav {
    min-height: 68px;
    padding: 9px 20px;
  }

  .tak-native .tak-n-logo {
    width: 158px;
  }

  .tak-native .tak-n-navlinks {
    display: none;
  }

  .tak-native .tak-n-hero {
    min-height: 760px;
    padding-bottom: 260px;
    padding-top: 78px;
  }

  .tak-native .tak-n-hero-title .elementor-heading-title {
    font-size: clamp(64px, 20vw, 90px);
  }

  .tak-native .tak-n-dynamic-slideshow img {
    animation: none;
    display: none;
  }

  .tak-native .tak-n-dynamic-slideshow img:first-child {
    display: block;
    opacity: 1;
  }

  .tak-native .tak-n-event {
    bottom: 20px;
    grid-template-columns: 1fr 1fr;
    left: 20px;
    right: 20px;
  }

  .tak-native .tak-n-fact {
    min-height: 102px;
    padding: 17px;
  }

  .tak-native .tak-n-fact-value,
  .tak-native .tak-n-fact-value p {
    font-size: 16px;
  }

  .tak-native .tak-n-two-col,
  .tak-native .tak-n-actions,
  .tak-native .tak-n-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .tak-native .tak-n-col {
    width: 100%;
  }

  .tak-native .tak-n-format-grid,
  .tak-native .tak-n-impact-grid,
  .tak-native .tak-n-package-grid,
  .tak-native .tak-n-cost-grid,
  .tak-native .tak-n-logo-grid {
    grid-template-columns: 1fr;
  }

  .tak-native .tak-n-package-main,
  .tak-native .tak-n-cost-yellow,
  .tak-native .tak-n-impact-grid .tak-n-card:last-child {
    grid-column: auto;
  }

  .tak-native .tak-n-collage {
    grid-template-columns: 1fr 1fr;
  }

  .tak-native .tak-n-collage .elementor-widget-image {
    grid-column: auto !important;
  }

  .tak-native .tak-n-collage img {
    height: 170px;
  }

  .tak-native .tak-n-gallery {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 170px;
  }

  .tak-native .tak-n-gallery .elementor-widget-image {
    grid-column: auto;
  }

  .tak-native .tak-n-gallery img {
    height: 170px;
  }
}
