section.financial-benchmark-hero-new {
  position: relative;
  margin: 0;
  padding: 155px 0 80px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 44%, rgba(0, 91, 255, 0.16), transparent 31%),
    linear-gradient(112deg, #02082d 0%, #03113a 52%, #061b4d 100%);
  isolation: isolate;
}

.financial-benchmark-hero-new::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -265px;
  right: -190px;
  width: 630px;
  height: 630px;
  border: 1px solid rgba(39, 139, 253, 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 0 65px rgba(39, 139, 253, 0.08),
    0 0 0 130px rgba(39, 139, 253, 0.055),
    0 0 0 195px rgba(39, 139, 253, 0.035);
}

.financial-benchmark-hero-new::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -315px;
  bottom: -355px;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  opacity: 0.42;
  background: repeating-radial-gradient(
    ellipse at center,
    transparent 0 18px,
    rgba(39, 139, 253, 0.22) 19px 20px
  );
  transform: scaleY(0.58) rotate(-9deg);
}

.financial-benchmark-hero-new__decor {
  position: absolute;
  z-index: 0;
  top: 54px;
  right: 55px;
  width: 88px;
  height: 88px;
  opacity: 0.62;
}

.financial-benchmark-hero-new__decor svg,
.financial-benchmark-hero-new__eyebrow-icon svg,
.financial-benchmark-hero-new__note-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.financial-benchmark-hero-new__decor circle {
  fill: rgba(39, 139, 253, 0.07);
  stroke: rgba(39, 139, 253, 0.38);
}

.financial-benchmark-hero-new__decor path {
  fill: #278bfd;
  filter: drop-shadow(0 0 14px rgba(39, 139, 253, 0.65));
}

.financial-benchmark-hero-new__row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 0.68fr) minmax(0, 1.32fr);
  align-items: center;
  gap: 32px;
  margin: 0;
}

.financial-benchmark-hero-new__row > .b2-col {
  width: 100% !important;
  padding: 0;
}

.financial-benchmark-hero-new__content {
  position: relative;
  z-index: 2;
}

.financial-benchmark-hero-new__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  color: #28e1d1;
  font-size: 0.95rem;
  line-height: 1.25;
  letter-spacing: 4px;
}

.financial-benchmark-hero-new__eyebrow-icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.financial-benchmark-hero-new__eyebrow-icon circle,
.financial-benchmark-hero-new__eyebrow-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.financial-benchmark-hero-new h1.financial-benchmark-hero-new__heading {
  max-width: 600px;
  margin-bottom: 28px;
  color: #fff;
  font-size: clamp(3rem, 3.55vw, 4.45rem);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.financial-benchmark-hero-new__heading-highlight {
  display: inline;
  color: #278bfd;
  background: linear-gradient(90deg, #18cfe8 0%, #278bfd 55%, #9b4dff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.financial-benchmark-hero-new__text {
  max-width: 580px;
  margin-bottom: 38px;
}

.financial-benchmark-hero-new__text p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.62;
  letter-spacing: 0.02em;
}

.financial-benchmark-hero-new__actions {
  display: grid;
  gap: 14px;
  width: 100%;
  max-width: 440px;
}

.financial-benchmark-hero-new .financial-benchmark-hero-new__link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 28px;
  width: 100%;
  min-height: 64px;
  padding: 18px 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px !important;
  background: linear-gradient(90deg, #0957ff 0%, #1845ff 100%);
  box-shadow: 0 12px 34px rgba(0, 37, 217, 0.28);
  color: #fff;
  font-family: var(--paragraph-font);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.financial-benchmark-hero-new .financial-benchmark-hero-new__link--primary {
  justify-content: space-between;
}

.financial-benchmark-hero-new .financial-benchmark-hero-new__link--guide {
  justify-content: flex-start;
  gap: 14px;
  border-color: rgba(159, 188, 235, 0.62);
  background: rgba(2, 13, 48, 0.52);
  box-shadow: none;
}

.financial-benchmark-hero-new .financial-benchmark-hero-new__link--guide:hover,
.financial-benchmark-hero-new .financial-benchmark-hero-new__link--guide:focus-visible {
  border-color: #28e1d1;
  background: rgba(9, 35, 89, 0.82);
  color: #fff;
}

.financial-benchmark-hero-new__download-icon {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  color: #28e1d1;
}

.financial-benchmark-hero-new__download-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.financial-benchmark-hero-new__link-arrow {
  font-size: 1.85rem;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.2s ease;
}

.financial-benchmark-hero-new__link:hover .financial-benchmark-hero-new__link-arrow,
.financial-benchmark-hero-new__link:focus-visible .financial-benchmark-hero-new__link-arrow {
  transform: translateX(5px);
}

.financial-benchmark-hero-new__link:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.financial-benchmark-hero-new__note {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.45;
}

.financial-benchmark-hero-new__note-icon {
  flex: 0 0 23px;
  width: 23px;
  height: 27px;
  color: #25ddcc;
}

.financial-benchmark-hero-new__note-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.financial-guide-download-status-new {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(39, 139, 253, 0.24);
  border-radius: 10px;
  background: rgba(39, 139, 253, 0.07);
  color: #211d58;
  font-size: 0.95rem;
  line-height: 1.5;
}

.financial-guide-download-status-new__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 7px;
  background: #0759f9;
  color: #fff !important;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
}

.financial-guide-download-status-new__link:hover,
.financial-guide-download-status-new__link:focus-visible {
  background: #0f0867;
  color: #fff !important;
}

.financial-guide-download-status-new__link:focus-visible {
  outline: 3px solid #28e1d1;
  outline-offset: 3px;
}

.financial-guide-download-frame-new {
  position: absolute;
  width: 0;
  height: 0;
  border: 0;
  visibility: hidden;
}

/* Financial Structure Guide modal and Gravity Form 30. */
.cgfg-new-modal[hidden] {
  display: none !important;
}

body.cgfg-new-modal-open {
  overflow: hidden;
  padding-right: var(--cgfg-new-scrollbar-width, 0);
}

.cgfg-new-modal,
.cgfg-new-modal *,
.cgfg-new-modal *::before,
.cgfg-new-modal *::after {
  box-sizing: border-box;
}

.cgfg-new-modal {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.cgfg-new-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 8, 38, 0.76);
  backdrop-filter: blur(6px);
}

.cgfg-new-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 620px;
  max-height: calc(100vh - 48px);
  padding: 42px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid transparent;
  border-radius: 22px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #278bfd, #8548ec) border-box;
  box-shadow: 0 28px 80px rgba(2, 5, 40, 0.38);
  opacity: 0;
  transform: translateY(12px) scale(0.985);
  transition: opacity 180ms ease, transform 180ms ease;
}

.cgfg-new-modal.is-open .cgfg-new-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.cgfg-new-modal__close {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 50%;
  background: #eef3ff;
  color: #0f0867;
  cursor: pointer;
}

.cgfg-new-modal__close:hover,
.cgfg-new-modal__close:focus-visible {
  background: #dfe8ff;
  outline: 2px solid #278bfd;
  outline-offset: 2px;
}

.cgfg-new-modal__close svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.cgfg-new-modal__header {
  padding-right: 42px;
}

.cgfg-new-modal__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #0759f9;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cgfg-new-modal__header h2 {
  margin: 0 0 14px;
  color: #0f0867;
  font-family: var(--title-font);
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.cgfg-new-modal__header p {
  margin: 0 0 28px;
  color: #595776;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.cgfg-new-modal__form .gform_wrapper {
  margin: 0;
}

.cgfg-new-modal__form .gform_fields {
  column-gap: 16px;
  row-gap: 18px;
}

.cgfg-new-modal__form .gfield_label,
.cgfg-new-modal__form .gform-field-label {
  margin-bottom: 7px;
  color: #211d58;
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.4;
}

.cgfg-new-modal__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.cgfg-new-modal__form select,
.cgfg-new-modal__form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #d9daeb;
  border-radius: 9px;
  background: #fff;
  box-shadow: none;
  color: #1e1b45;
  font-family: var(--paragraph-font);
  font-size: 1rem;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.cgfg-new-modal__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
.cgfg-new-modal__form select:focus,
.cgfg-new-modal__form textarea:focus {
  border-color: #278bfd;
  box-shadow: 0 0 0 3px rgba(39, 139, 253, 0.16);
  outline: 0;
}

.cgfg-new-modal__form .gform_footer {
  margin-top: 22px;
  padding-bottom: 0;
}

.cgfg-new-modal__form .gform_button,
.cgfg-new-modal__form input[type="submit"] {
  min-height: 50px;
  padding: 13px 22px !important;
  appearance: none;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(90deg, #0759f9, #1744f1);
  box-shadow: 0 10px 24px rgba(0, 68, 255, 0.22);
  color: #fff;
  cursor: pointer;
  font-family: var(--paragraph-font);
  font-size: 0.95rem !important;
  font-weight: 650;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.cgfg-new-modal__form .gform_button:hover,
.cgfg-new-modal__form input[type="submit"]:hover {
  box-shadow: 0 13px 28px rgba(0, 68, 255, 0.3);
  transform: translateY(-1px);
}

.cgfg-new-modal__form .gform_button:focus-visible,
.cgfg-new-modal__form input[type="submit"]:focus-visible {
  outline: 3px solid #28e1d1;
  outline-offset: 3px;
}

.cgfg-new-modal__form .gform_validation_errors {
  border-radius: 9px;
  margin-bottom: 20px;
}

.cgfg-new-modal__form .gform_confirmation_message {
  color: #211d58;
  font-size: 1rem;
  line-height: 1.6;
}

.cgfg-new-modal__admin-error {
  padding: 18px;
  border: 1px solid #f1cccc;
  border-radius: 10px;
  background: #fff5f5;
  color: #8a1d1d;
  line-height: 1.5;
}

.financial-benchmark-hero-new__visual {
  position: relative;
  z-index: 1;
  margin-right: -95px;
}

.financial-benchmark-hero-new__image {
  display: block;
  width: min(112%, 1536px);
  max-width: none;
  height: auto;
  margin: 0 0 0 auto;
  object-fit: contain;
}

fieldset#field_30_1 label.gform-field-label, div#field_30_3 label.gform-field-label {
    color: #000 !important;
    font-size: 16px !important;
}

fieldset#field_30_1 legend.gfield_label.gform-field-label.gfield_label_before_complex {
    display: none;
}

@media only screen and (max-width: 1440px) {
  section.financial-benchmark-hero-new {
    padding-top: 130px;
  }

  .financial-benchmark-hero-new__row {
    grid-template-columns: minmax(335px, 0.7fr) minmax(0, 1.3fr);
    gap: 20px;
  }

  .financial-benchmark-hero-new__visual {
    margin-right: -55px;
  }

  .financial-benchmark-hero-new__text p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1100px) {
  section.financial-benchmark-hero-new {
    padding: 90px 0 45px;
  }

  .financial-benchmark-hero-new__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }

  .financial-benchmark-hero-new__content {
    max-width: 760px;
  }

  .financial-benchmark-hero-new h1.financial-benchmark-hero-new__heading,
  .financial-benchmark-hero-new__text {
    max-width: 720px;
  }

  .financial-benchmark-hero-new__visual {
    margin: 0 -30px -30px;
  }

  .financial-benchmark-hero-new__image {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
  }

  .financial-benchmark-hero-new__decor {
    top: 36px;
    right: 38px;
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 767px) {
  section.financial-benchmark-hero-new {
    padding: 70px 0 38px;
  }

  .financial-benchmark-hero-new__row {
    gap: 34px;
  }

  .financial-benchmark-hero-new__eyebrow {
    gap: 10px;
    margin-bottom: 20px;
    font-size: 0.74rem;
    letter-spacing: 2.5px;
  }

  .financial-benchmark-hero-new__eyebrow-icon {
    flex-basis: 27px;
    width: 27px;
    height: 27px;
  }

  .financial-benchmark-hero-new h1.financial-benchmark-hero-new__heading {
    margin-bottom: 22px;
    font-size: 2.35rem;
    line-height: 1.08;
  }

  .financial-benchmark-hero-new__text {
    margin-bottom: 28px;
  }

  .financial-benchmark-hero-new__text p {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .financial-benchmark-hero-new .financial-benchmark-hero-new__link {
    max-width: none;
    min-height: 58px;
    padding: 15px 18px !important;
  }

  .financial-benchmark-hero-new__note {
    align-items: flex-start;
    font-size: 0.82rem;
  }

  .financial-benchmark-hero-new__visual {
    margin: 0 -18px -18px;
  }

  .financial-benchmark-hero-new__decor {
    display: none;
  }

  .cgfg-new-modal {
    align-items: flex-end;
    padding: 0;
  }

  .cgfg-new-modal__dialog {
    max-width: none;
    max-height: calc(100vh - 18px);
    padding: 34px 22px 28px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .cgfg-new-modal__close {
    top: 14px;
    right: 14px;
  }

  .cgfg-new-modal__header {
    padding-right: 38px;
  }

  .cgfg-new-modal__header p {
    margin-bottom: 22px;
    font-size: 0.94rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .financial-benchmark-hero-new__link-arrow,
  .cgfg-new-modal__dialog,
  .cgfg-new-modal__form .gform_button,
  .cgfg-new-modal__form input[type="submit"] {
    transition: none;
  }
}
