:root {
  --ijc-why-purple: #70408c;
  --ijc-why-purple-dark: #45245c;
  --ijc-why-blue: #566dcc;
  --ijc-why-lavender: #eee9f8;
  --ijc-why-lavender-2: #f8f6fc;
  --ijc-why-olive: #b3bd00;
  --ijc-why-ink: #20253a;
  --ijc-why-muted: #5d657b;
  --ijc-why-white: #ffffff;
  --ijc-why-line: #ded7ee;
  --ijc-why-shadow: 0 22px 55px rgba(42, 27, 61, .12);
}

body.page-id-29 {
  overflow-x: hidden;
  overflow-x: clip;
}

body.page-id-29 #Content,
body.page-id-29 .content_wrapper,
body.page-id-29 .sections_group,
body.page-id-29 .entry-content {
  overflow: visible !important;
}

body.page-id-29 #Content {
  padding-top: 0 !important;
}

.ijc-why-page,
.ijc-why-page * {
  box-sizing: border-box;
}

.ijc-why-page {
  color: var(--ijc-why-ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow: visible !important;
}

.ijc-why-page h1,
.ijc-why-page h2,
.ijc-why-page h3,
.ijc-why-page p,
.ijc-why-page ul,
.ijc-why-page ol,
.ijc-why-page figure {
  margin-top: 0;
}

.ijc-why-page h1,
.ijc-why-page h2,
.ijc-why-page h3 {
  color: inherit;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  line-height: 1.08;
}

.ijc-why-page p,
.ijc-why-page li,
.ijc-why-page a,
.ijc-why-page summary,
.ijc-why-page small {
  font-size: 17px;
  line-height: 1.58;
}

.ijc-why-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.ijc-why-full-bleed {
  position: relative !important;
  left: auto !important;
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.ijc-why-hero {
  min-height: 720px;
  padding: 92px 0 82px;
  background: linear-gradient(126deg, #45245c 0%, #70408c 52%, #566dcc 100%);
  color: var(--ijc-why-white);
  isolation: isolate;
  overflow: hidden;
}

.ijc-why-orb {
  position: absolute;
  z-index: -1;
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  filter: blur(1px);
}

.ijc-why-orb-one {
  width: 470px;
  height: 470px;
  top: -170px;
  right: 3vw;
}

.ijc-why-orb-two {
  width: 320px;
  height: 320px;
  bottom: -180px;
  left: -70px;
}

.ijc-why-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  gap: 76px;
  align-items: center;
}

.ijc-why-kicker,
.ijc-why-eyebrow {
  color: var(--ijc-why-purple);
  font-size: 14px !important;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.ijc-why-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.ijc-why-kicker span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d9d0ff;
  box-shadow: 0 0 0 5px rgba(217, 208, 255, .13);
}

.ijc-why-hero h1 {
  max-width: 720px;
  margin: 26px 0 22px;
  color: #fff;
  font-size: clamp(48px, 5.2vw, 78px);
  letter-spacing: -.035em;
}

.ijc-why-lead {
  max-width: 700px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(19px, 2vw, 23px) !important;
}

.ijc-why-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.ijc-why-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 13px 23px;
  border: 2px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.ijc-why-button:hover,
.ijc-why-button:focus-visible {
  transform: translateY(-2px);
}

.ijc-why-button-primary {
  background: #fff;
  color: var(--ijc-why-purple-dark) !important;
  box-shadow: 0 15px 30px rgba(28, 14, 45, .2);
}

.ijc-why-button-ghost {
  border-color: rgba(255, 255, 255, .52);
  background: rgba(255, 255, 255, .06);
  color: #fff !important;
}

.ijc-why-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.ijc-why-hero-points li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
}

.ijc-why-hero-points li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #dde46b;
  font-weight: 900;
}

.ijc-why-image-card {
  width: min(100%, 455px);
  margin: 0;
  justify-self: end;
  padding: 18px 18px 20px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 28px;
  background: rgba(255, 255, 255, .13);
  box-shadow: 0 28px 70px rgba(26, 12, 43, .27);
  backdrop-filter: blur(6px);
  transform: rotate(1.2deg);
  animation: ijcWhyFloat 6s ease-in-out infinite;
}

.ijc-why-image-frame {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 19px;
  background: #ddd4ed;
}

.ijc-why-image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ijc-why-image-card figcaption {
  padding: 18px 7px 0;
}

.ijc-why-image-card strong,
.ijc-why-image-card span {
  display: block;
}

.ijc-why-image-card strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 19px;
}

.ijc-why-image-card span {
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  line-height: 1.45;
}

@keyframes ijcWhyFloat {
  0%, 100% { transform: rotate(1.2deg) translateY(0); }
  50% { transform: rotate(.2deg) translateY(-9px); }
}

.ijc-why-trust {
  padding: 0;
  background: #fff;
  border-bottom: 1px solid var(--ijc-why-line);
  box-shadow: 0 12px 30px rgba(50, 34, 70, .05);
}

.ijc-why-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ijc-why-trust-grid > div {
  min-height: 130px;
  padding: 28px 24px;
  border-right: 1px solid var(--ijc-why-line);
}

.ijc-why-trust-grid > div:last-child {
  border-right: 0;
}

.ijc-why-trust-grid span {
  display: inline-grid;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  place-items: center;
  border-radius: 50%;
  background: var(--ijc-why-lavender);
  color: var(--ijc-why-purple);
  font-weight: 900;
}

.ijc-why-trust-grid strong,
.ijc-why-trust-grid small {
  display: block;
}

.ijc-why-trust-grid strong {
  margin-bottom: 3px;
  color: var(--ijc-why-ink);
  font-size: 17px;
}

.ijc-why-trust-grid small {
  color: var(--ijc-why-muted);
  font-size: 13px;
  line-height: 1.45;
}

.ijc-why-section {
  padding: 100px 0;
  background: #fff;
}

.ijc-why-section-soft,
.ijc-why-faq-section {
  background: var(--ijc-why-lavender-2);
}

.ijc-why-heading {
  max-width: 780px;
  margin-bottom: 45px;
}

.ijc-why-heading-centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ijc-why-heading h2,
.ijc-why-split h2,
.ijc-why-faq-layout h2,
.ijc-why-cta h2 {
  margin: 12px 0 18px;
  color: var(--ijc-why-purple-dark);
  font-size: clamp(36px, 4.3vw, 56px);
  letter-spacing: -.025em;
}

.ijc-why-heading > p:last-child,
.ijc-why-split > div > p,
.ijc-why-faq-layout > div > p {
  color: var(--ijc-why-muted);
  font-size: 19px;
}

.ijc-why-grid {
  display: grid;
  gap: 24px;
}

.ijc-why-grid-four {
  grid-template-columns: repeat(4, 1fr);
}

.ijc-why-grid-three {
  grid-template-columns: repeat(3, 1fr);
}

.ijc-why-card,
.ijc-why-value {
  min-width: 0;
  padding: 32px;
  border: 1px solid var(--ijc-why-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(49, 34, 68, .07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.ijc-why-card:hover,
.ijc-why-value:hover {
  transform: translateY(-5px);
  border-color: #c7b7df;
  box-shadow: var(--ijc-why-shadow);
}

.ijc-why-card-number,
.ijc-why-value > span {
  display: inline-grid;
  width: 52px;
  height: 52px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--ijc-why-purple), var(--ijc-why-blue));
  color: #fff;
  font-weight: 900;
}

.ijc-why-card h3,
.ijc-why-value h3,
.ijc-why-process h3,
.ijc-why-promise h3 {
  margin: 0 0 13px;
  color: var(--ijc-why-ink);
  font-size: 25px;
}

.ijc-why-card p,
.ijc-why-value p,
.ijc-why-process p,
.ijc-why-promise li {
  margin-bottom: 0;
  color: var(--ijc-why-muted);
  font-size: 16px;
}

.ijc-why-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .75fr);
  gap: 70px;
  align-items: center;
}

.ijc-why-text-link {
  display: inline-flex;
  gap: 7px;
  margin-top: 12px;
  color: var(--ijc-why-purple) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.ijc-why-promise {
  padding: 40px;
  border-radius: 25px;
  background: linear-gradient(145deg, var(--ijc-why-purple-dark), var(--ijc-why-purple));
  color: #fff;
  box-shadow: var(--ijc-why-shadow);
}

.ijc-why-promise h3 {
  color: #fff;
  font-size: 31px;
}

.ijc-why-promise ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.ijc-why-promise li {
  position: relative;
  padding: 14px 0 14px 33px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .88);
}

.ijc-why-promise li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #dfe86c;
  font-weight: 900;
}

.ijc-why-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ijc-why-process li {
  position: relative;
  padding: 0 28px;
}

.ijc-why-process li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 26px;
  right: -10px;
  width: 20px;
  height: 2px;
  background: var(--ijc-why-line);
}

.ijc-why-process li > span {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--ijc-why-lavender);
  color: var(--ijc-why-purple-dark);
  font-weight: 900;
}

.ijc-why-values {
  background: linear-gradient(180deg, #fff 0%, #faf8fd 100%);
}

.ijc-why-value {
  border-top: 5px solid var(--ijc-why-purple);
}

.ijc-why-value:nth-child(2) {
  border-top-color: var(--ijc-why-blue);
}

.ijc-why-value:nth-child(3) {
  border-top-color: var(--ijc-why-olive);
}

.ijc-why-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: 70px;
  align-items: start;
}

.ijc-why-faqs {
  display: grid;
  gap: 14px;
}

.ijc-why-faqs details {
  border: 1px solid var(--ijc-why-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(49, 34, 68, .05);
}

.ijc-why-faqs summary {
  position: relative;
  padding: 22px 58px 22px 24px;
  color: var(--ijc-why-ink);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.ijc-why-faqs summary::-webkit-details-marker {
  display: none;
}

.ijc-why-faqs summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 24px;
  color: var(--ijc-why-purple);
  font-size: 28px;
  transform: translateY(-50%);
}

.ijc-why-faqs details[open] summary::after {
  content: '−';
}

.ijc-why-faqs details p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--ijc-why-muted);
}

.ijc-why-cta {
  padding: 80px 0;
  background: linear-gradient(125deg, var(--ijc-why-purple-dark), var(--ijc-why-purple) 55%, var(--ijc-why-blue));
  color: #fff;
}

.ijc-why-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto;
  gap: 55px;
  align-items: center;
}

.ijc-why-cta .ijc-why-eyebrow,
.ijc-why-cta h2 {
  color: #fff;
}

.ijc-why-cta h2 {
  margin-bottom: 12px;
}

.ijc-why-cta p {
  max-width: 780px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .82);
}

@media (max-width: 1050px) {
  .ijc-why-hero-grid,
  .ijc-why-split,
  .ijc-why-faq-layout {
    grid-template-columns: 1fr;
  }

  .ijc-why-hero {
    min-height: 0;
  }

  .ijc-why-image-card {
    width: min(100%, 430px);
    justify-self: start;
  }

  .ijc-why-grid-four,
  .ijc-why-trust-grid,
  .ijc-why-process {
    grid-template-columns: repeat(2, 1fr);
  }

  .ijc-why-trust-grid > div:nth-child(2) {
    border-right: 0;
  }

  .ijc-why-process li:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 720px) {
  .ijc-why-wrap {
    width: min(100% - 30px, 1180px);
  }

  .ijc-why-hero,
  .ijc-why-section {
    padding: 68px 0;
  }

  .ijc-why-hero-grid {
    gap: 45px;
  }

  .ijc-why-hero h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .ijc-why-actions,
  .ijc-why-button {
    width: 100%;
  }

  .ijc-why-grid-four,
  .ijc-why-grid-three,
  .ijc-why-trust-grid,
  .ijc-why-process,
  .ijc-why-cta-inner {
    grid-template-columns: 1fr;
  }

  .ijc-why-trust-grid > div,
  .ijc-why-trust-grid > div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--ijc-why-line);
  }

  .ijc-why-trust-grid > div:last-child {
    border-bottom: 0;
  }

  .ijc-why-card,
  .ijc-why-value,
  .ijc-why-promise {
    padding: 28px;
  }

  .ijc-why-process {
    gap: 28px;
  }

  .ijc-why-process li {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    padding: 0;
  }

  .ijc-why-process li::after {
    display: none;
  }

  .ijc-why-process li > span {
    margin: 0;
  }

  .ijc-why-cta-inner {
    gap: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ijc-why-image-card {
    animation: none;
  }

  .ijc-why-button,
  .ijc-why-card,
  .ijc-why-value {
    transition: none;
  }
}

/* IJC REMOVE DUPLICATE PAGE HEADER */
body.page-id-29 #Subheader {
  display: none !important;
}

body.page-id-29 #Content {
  padding-top: 0 !important;
}

body.page-id-29 .ijc-why-page {
  margin-top: 0 !important;
}
