.elementor-31303 .elementor-element.elementor-element-77c15e5{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ae19e2c */.isea-cb-page {
  --isea-teal: #01303C;
  --isea-navy: #0A1E42;
  --isea-green: #6EB43F;
  --isea-blue: #1682C6;
  --isea-orange: #F79420;
  --isea-gray: #DCDCDD;
  --isea-ink: #162a30;
  --isea-muted: #586b70;
  --isea-tint: #f3f8f7;
  --isea-white: #ffffff;
  --isea-shadow: 0 20px 50px rgba(1, 48, 60, 0.12);
  --isea-radius: 22px;

  color: var(--isea-ink);
  font-family: Aptos, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow: hidden;
}

.isea-cb-page *,
.isea-cb-page *::before,
.isea-cb-page *::after {
  box-sizing: border-box;
}

.isea-cb-page h1,
.isea-cb-page h2,
.isea-cb-page h3,
.isea-cb-page h4,
.isea-cb-page p {
  margin-top: 0;
}

.isea-cb-page h1,
.isea-cb-page h2,
.isea-cb-page h3,
.isea-cb-page h4 {
  color: var(--isea-teal);
  font-weight: 800;
  line-height: 1.12;
}

.isea-cb-page h1 {
  color: white;
  font-size: clamp(2.7rem, 5vw, 5rem);
  letter-spacing: -0.045em;
  margin-bottom: 22px;
}

.isea-cb-page h2 {
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  letter-spacing: -0.035em;
  margin-bottom: 18px;
}

.isea-cb-page h3 {
  font-size: 1.45rem;
  margin-bottom: 14px;
}

.isea-cb-page h4 {
  font-size: 0.8rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.isea-cb-page p {
  margin-bottom: 18px;
}

.isea-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.isea-narrow {
  width: min(850px, calc(100% - 40px));
}

.isea-section {
  padding: clamp(72px, 8vw, 118px) 0;
}

.isea-white {
  background: white;
}

.isea-tint {
  background: var(--isea-tint);
}

.isea-dark {
  background:
    radial-gradient(
      circle at 86% 5%,
      rgba(22, 130, 198, 0.3),
      transparent 30%
    ),
    linear-gradient(135deg, var(--isea-navy), var(--isea-teal));

  color: white;
}

.isea-heading {
  max-width: 800px;
  margin-bottom: 44px;
}

.isea-heading-split {
  max-width: none;
  display: grid;
  grid-template-columns: 1.5fr 0.7fr;
  align-items: end;
  gap: 45px;
}

.isea-heading-split > p {
  color: var(--isea-muted);
}

.isea-kicker,
.isea-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--isea-green);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.isea-eyebrow {
  color: #b8e697;
}


/* HERO */

.isea-hero {
  position: relative;
  padding: clamp(85px, 10vw, 145px) 0;

  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(110, 180, 63, 0.3),
      transparent 28%
    ),
    radial-gradient(
      circle at 12% 90%,
      rgba(22, 130, 198, 0.28),
      transparent 30%
    ),
    linear-gradient(135deg, var(--isea-teal), var(--isea-navy));

  color: white;
}

.isea-hero-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr;
  gap: clamp(45px, 8vw, 95px);
  align-items: center;
}

.isea-hero-copy > p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.08rem;
}

.isea-hero-lead {
  color: white !important;
  font-size: clamp(1.25rem, 2vw, 1.65rem) !important;
  font-weight: 700;
  line-height: 1.35;
}

.isea-hero-panel {
  padding: 35px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: var(--isea-radius);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.isea-stat strong {
  display: block;
  color: white;
  font-size: clamp(3rem, 5vw, 4.7rem);
  line-height: 1;
}

.isea-stat span {
  color: rgba(255, 255, 255, 0.78);
}

.isea-rule {
  height: 1px;
  margin: 27px 0;
  background: rgba(255, 255, 255, 0.18);
}

.isea-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.isea-check-list li {
  position: relative;
  padding: 8px 0 8px 29px;
}

.isea-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #b8e697;
  font-weight: 900;
}


/* BUTTONS */

.isea-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.isea-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none !important;

  transition:
    transform 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.isea-button:hover,
.isea-button:focus-visible {
  transform: translateY(-3px);
}

.isea-button:focus-visible,
.isea-card-link:focus-visible,
.isea-faq summary:focus-visible {
  outline: 3px solid var(--isea-orange);
  outline-offset: 4px;
}

.isea-button-primary {
  color: var(--isea-navy) !important;
  background: var(--isea-green);
  box-shadow: 0 13px 30px rgba(110, 180, 63, 0.25);
}

.isea-button-primary:hover {
  background: #83ca58;
}

.isea-button-outline {
  color: white !important;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.07);
}

.isea-button-outline:hover {
  background: rgba(255, 255, 255, 0.15);
}

.isea-small {
  margin-top: 14px;
  margin-bottom: 0 !important;
  font-size: 0.85rem !important;
}


/* SELF-ASSESSMENT */

.isea-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.isea-fit-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 22px;
  border: 1px solid #dfebe9;
  border-radius: 16px;
  background: white;

  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.isea-fit-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--isea-shadow);
}

.isea-fit-item span {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  border-radius: 50%;
  color: white;
  background: var(--isea-green);
  font-weight: 900;
}

.isea-fit-item p {
  margin: 0;
  font-weight: 700;
}


/* OPPORTUNITY CARDS */

.isea-opportunity-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.isea-opportunity-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dce7e5;
  border-radius: var(--isea-radius);
  background: white;
  box-shadow: 0 10px 30px rgba(1, 48, 60, 0.06);

  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.isea-opportunity-card:hover {
  transform: translateY(-8px);
  border-color: rgba(22, 130, 198, 0.48);
  box-shadow: var(--isea-shadow);
}

.isea-status {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: -40px;
  width: 170px;
  padding: 7px 8px;
  transform: rotate(35deg);
  text-align: center;
  color: var(--isea-navy);
  background: var(--isea-green);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.isea-card-body {
  flex: 1;
  padding: 35px 35px 29px;
}

.isea-standard-number {
  margin-bottom: 8px !important;
  color: var(--isea-blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.isea-opportunity-card h3 {
  max-width: 80%;
  font-size: 1.6rem;
}

.isea-card-section {
  padding-top: 21px;
  margin-top: 21px;
  border-top: 1px solid #e7eeee;
}

.isea-card-section p {
  color: var(--isea-muted);
}

.isea-deadline {
  padding: 17px;
  border-radius: 13px;
  background: var(--isea-tint);
}

.isea-deadline span,
.isea-profile-label {
  display: block;
  color: var(--isea-muted);
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.isea-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.isea-tags span {
  padding: 7px 11px;
  border-radius: 999px;
  color: #0c668f;
  background: rgba(22, 130, 198, 0.1);
  font-size: 0.77rem;
  font-weight: 700;
}

.isea-card-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 35px;
  color: white !important;
  background: var(--isea-teal);
  font-weight: 800;
  text-decoration: none !important;

  transition:
    background 0.22s ease,
    padding-left 0.22s ease;
}

.isea-card-link:hover {
  padding-left: 41px;
  background: var(--isea-blue);
}

.isea-card-link span {
  font-size: 1.35rem;
  transition: transform 0.22s ease;
}

.isea-card-link:hover span {
  transform: translateX(5px);
}

.isea-empty-state {
  padding: 48px;
  text-align: center;
  border: 2px dashed #c7dad7;
  border-radius: var(--isea-radius);
  background: var(--isea-tint);
}


/* BENEFITS */

.isea-light-heading h2,
.isea-dark h3 {
  color: white;
}

.isea-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 21px;
}

.isea-benefit-card {
  padding: 29px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);

  transition:
    transform 0.22s ease,
    background 0.22s ease;
}

.isea-benefit-card:hover {
  transform: translateY(-7px);
  background: rgba(255, 255, 255, 0.13);
}

.isea-benefit-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
}

.isea-number-icon {
  display: grid;
  place-items: center;
  width: 49px;
  height: 49px;
  margin-bottom: 21px;
  border-radius: 14px;
  color: var(--isea-navy);
  background: var(--isea-green);
  font-weight: 900;
}


/* PROFESSIONAL PROFILE */

.isea-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.isea-profile-card {
  padding: 34px;
  border: 1px solid #dce7e5;
  border-radius: var(--isea-radius);
  background: white;
  box-shadow: 0 12px 34px rgba(1, 48, 60, 0.06);
}

.isea-profile-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 26px;
}

.isea-profile-title h3 {
  margin: 0;
}

.isea-profile-icon {
  display: grid;
  place-items: center;
  width: 49px;
  height: 49px;
  border-radius: 12px;
  color: white;
  background: var(--isea-blue);
  font-weight: 900;
}


/* PARTICIPATION DETAILS */

.isea-two-column {
  display: grid;
  grid-template-columns: 1.2fr 0.75fr;
  gap: clamp(42px, 8vw, 90px);
  align-items: start;
}

.isea-feature-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}

.isea-feature-list li {
  position: relative;
  padding: 13px 0 13px 39px;
  border-bottom: 1px solid #dfe8e6;
}

.isea-feature-list li::before {
  content: "✓";
  position: absolute;
  top: 11px;
  left: 0;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: white;
  background: var(--isea-green);
  font-size: 0.78rem;
  font-weight: 900;
}

.isea-info-card {
  padding: 8px 29px;
  border-radius: var(--isea-radius);
  background: white;
  box-shadow: var(--isea-shadow);
}

.isea-info-card > div {
  padding: 25px 0;
  border-bottom: 1px solid #e1e9e8;
}

.isea-info-card > div:last-child {
  border-bottom: 0;
}

.isea-info-card strong {
  display: block;
  color: var(--isea-teal);
  font-size: 1.07rem;
}

.isea-info-card span {
  color: var(--isea-muted);
}


/* PROCESS */

.isea-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 17px;
  padding: 0;
  margin: 46px 0 0;
  list-style: none;
}

.isea-process li {
  padding: 27px 21px;
  border: 1px solid #dce7e5;
  border-radius: 16px;
  background: white;
}

.isea-process li > span {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  margin-bottom: 19px;
  border-radius: 50%;
  color: white;
  background: var(--isea-teal);
  font-weight: 900;
}

.isea-process strong {
  color: var(--isea-teal);
}

.isea-process p {
  margin: 7px 0 0;
  color: var(--isea-muted);
  font-size: 0.91rem;
}


/* AUDIENCES */

.isea-audience-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.isea-audience-grid span {
  padding: 12px 16px;
  border: 1px solid #d7e5e2;
  border-radius: 12px;
  color: var(--isea-teal);
  background: white;
  font-weight: 700;
}

.isea-note {
  padding: 19px 21px;
  margin-top: 29px;
  border-left: 4px solid var(--isea-orange);
  background: rgba(247, 148, 32, 0.09);
}


/* FAQ */

.isea-faq {
  border-top: 1px solid #dce7e5;
}

.isea-faq details {
  border-bottom: 1px solid #dce7e5;
}

.isea-faq summary {
  position: relative;
  padding: 24px 48px 24px 0;
  cursor: pointer;
  list-style: none;
  color: var(--isea-teal);
  font-size: 1.08rem;
  font-weight: 800;
}

.isea-faq summary::-webkit-details-marker {
  display: none;
}

.isea-faq summary::after {
  content: "+";
  position: absolute;
  top: 17px;
  right: 4px;
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  color: var(--isea-blue);
  background: var(--isea-tint);
  font-size: 1.35rem;
}

.isea-faq details[open] summary::after {
  content: "−";
}

.isea-faq details > div {
  padding: 0 50px 19px 0;
  color: var(--isea-muted);
}


/* FINAL CTA */

.isea-final-cta {
  padding: clamp(70px, 8vw, 108px) 0;

  background:
    radial-gradient(
      circle at 96% 0%,
      rgba(110, 180, 63, 0.32),
      transparent 34%
    ),
    var(--isea-teal);

  color: white;
}

.isea-final-cta h2 {
  color: white;
}

.isea-final-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.79);
}

.isea-final-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
}


/* ANIMATIONS */

@media (prefers-reduced-motion: no-preference) {
  .isea-section,
  .isea-hero,
  .isea-final-cta {
    animation: isea-fade-up 0.7s ease both;
    animation-timeline: view();
    animation-range: entry 0% cover 22%;
  }

  @keyframes isea-fade-up {
    from {
      opacity: 0;
      transform: translateY(26px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}


/* TABLET */

@media (max-width: 1024px) {
  .isea-hero-grid,
  .isea-two-column {
    grid-template-columns: 1fr;
  }

  .isea-hero-panel {
    max-width: 620px;
  }

  .isea-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .isea-process {
    grid-template-columns: repeat(2, 1fr);
  }

  .isea-process li:last-child {
    grid-column: 1 / -1;
  }
}


/* MOBILE */

@media (max-width: 767px) {
  .isea-shell,
  .isea-narrow {
    width: min(100% - 28px, 1180px);
  }

  .isea-heading-split,
  .isea-final-grid,
  .isea-profile-grid,
  .isea-opportunity-grid,
  .isea-fit-grid,
  .isea-benefit-grid,
  .isea-process {
    grid-template-columns: 1fr;
  }

  .isea-heading-split {
    gap: 10px;
  }

  .isea-process li:last-child {
    grid-column: auto;
  }

  .isea-button-row {
    flex-direction: column;
  }

  .isea-button {
    width: 100%;
  }

  .isea-card-body,
  .isea-profile-card {
    padding: 28px 23px;
  }

  .isea-card-link {
    padding-inline: 23px;
  }
}/* End custom CSS */