:root {
  --fade-value: 0px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

.navigation-cta {
  color: #fff;
  text-transform: uppercase;
  background-color: #d3b330;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 8px 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.navigation-cta:hover {
  background-color: #333e48;
}

.link-hover-line {
  width: 80%;
  height: 3px;
  transform-style: preserve-3d;
  background-color: #414b55;
  transform: scale3d(0, 1, 1);
}

.navigation-container {
  justify-content: space-between;
  align-items: stretch;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.navigation-links {
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.phone-text-style {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}

.logo-link {
  align-items: center;
  width: 50%;
  max-width: 300px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.navigation-bar-top-focus {
  background-color: #313742;
  justify-content: flex-end;
  width: 100%;
  padding: 5px 2.5% 5px 3px;
  display: flex;
}

.phone-number {
  color: #e1c020;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 500;
  text-decoration: none;
}

.link-container {
  color: #7e7e7e;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 17px 14px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
  display: flex;
}

.logo-image {
  width: 100%;
}

.link-text {
  margin-top: 8px;
  margin-bottom: 8px;
}

.phone-icon {
  color: #fff;
  padding-right: 5px;
  font-family: ICONS;
  font-size: 16px;
  text-decoration: none;
}

.navigation-bar {
  z-index: 16;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  align-items: center;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 12px -4px #0000002e;
}

.hamburger-menu {
  display: none;
}

.link-block-10 {
  font-family: ICONS;
  display: none;
}

.walsh-button-circle {
  background-color: #ff715b;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 7em;
  display: flex;
  overflow: hidden;
}

.walsh-button-circle:hover {
  background-color: #fcb55e;
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.text-span-22 {
  color: #5d7992;
}

.link-11 {
  color: #1b3048;
  letter-spacing: normal;
  align-self: flex-start;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.footer {
  z-index: 5;
  background-color: #fff;
  width: 100%;
  position: relative;
}

.text-block-7 {
  color: #c9d1d6;
  text-align: center;
  border-bottom: 1px solid #252a31;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.heading-30 {
  color: #455461;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #ececec;
  width: 100%;
  margin-top: 0;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.quick-links-container {
  text-align: center;
  background-color: #2a303c;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.link-12 {
  color: #5d7992;
  text-align: right;
  letter-spacing: normal;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-right: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
}

.div-block-62 {
  text-align: left;
  border-left: 2px solid #e6c71d;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.div-block-29 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-span-12 {
  color: #d4d4d4;
  display: none;
}

.link-block-2 {
  color: #353535;
  text-align: left;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.div-block-63 {
  display: flex;
}

.heading-31 {
  color: #455461;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #ececec;
  width: 100%;
  margin-top: 0;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.div-block-26 {
  text-align: center;
  background-color: #181818;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 20px;
  display: block;
}

.text-span-26 {
  color: #60768a;
  font-size: 12px;
}

.button-3 {
  color: #fff;
  background-color: #3e4655;
  border-radius: 20px;
  margin: 5px 4px;
  padding: 7px 13px;
  font-size: 14px;
  transition: background-color .3s;
}

.button-3:hover {
  background-color: #222731;
}

.text-block-10 {
  color: #474747;
  letter-spacing: 1.2px;
  font-weight: 300;
  line-height: 1.5em;
  text-decoration: none;
}

.paragraph-24 {
  color: #525252;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-size: 11px;
  line-height: 1.2;
}

.image-14 {
  width: 30px;
  margin-right: 7px;
}

.image-29 {
  max-width: 250px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.footer-container {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1000px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
  position: relative;
}

.copyright-year {
  padding-right: 7px;
}

.image-14-copy {
  width: 30px;
  margin-right: 7px;
}

.logo-container {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.logo-image-banner {
  width: 1706px;
  max-width: none;
  height: 60px;
  margin-left: 50px;
  margin-right: 0;
}

.walsh-heading-large {
  color: #000;
  max-width: 778px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.walsh-cta-h-wrapper {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 934px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.walsh-link-wrapper-2 {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper-2:hover {
  color: #575555d9;
  padding-right: 0;
}

.content-container-2 {
  background-color: #f7f7f7;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 98%;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 42px 54px;
  display: flex;
}

.privacy-policy-header {
  color: #0f4297;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  width: 100%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 49px;
  font-weight: 800;
  line-height: 1;
}

.heading-35 {
  color: #6b6b6b;
  text-align: center;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 11px;
  font-family: Nunito Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.body-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.anchor-div {
  position: absolute;
  inset: -130px auto auto 0%;
}

.heading-11 {
  color: #163b5c;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.div-block-27 {
  color: #2d4f8f;
  border-bottom: 2px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 14px;
  display: flex;
}

.div-block-27.right {
  justify-content: flex-end;
  align-items: center;
}

.team-members-info {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-right: 12px;
  display: flex;
}

.image-11 {
  width: 450px;
}

.image-11.special {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 500px;
  width: 250px;
  margin-bottom: 12px;
  margin-left: 18px;
  margin-right: 18px;
}

.text-block-5 {
  color: #4c6881;
  text-align: left;
  font-size: 24px;
  line-height: 1.2;
}

.text-block-5.small {
  text-align: center;
  font-size: 16px;
}

.button-6 {
  text-transform: uppercase;
  background-color: #6da0b9;
  border-radius: 30px;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .3s;
  display: none;
}

.button-6:hover {
  background-color: #2c7599;
}

.div-block-28 {
  background-color: #d8d8d8;
  border-radius: 17px;
  width: 8px;
  height: 8px;
  margin-left: 7px;
  margin-right: 7px;
  position: relative;
  top: -1px;
}

.logo-scroll-bar-2 {
  z-index: 10;
  background-color: #fff;
  width: 100%;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
  box-shadow: 0 0 14px -5px #00000059;
}

.heading-16 {
  z-index: 1;
  color: #292929;
  text-align: center;
  margin-top: 0;
  padding-bottom: 26px;
  font-size: 52px;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.bold-text {
  color: #fff;
  font-weight: 800;
}

.div-block-41 {
  z-index: 1;
  background-color: #fff;
  border-radius: 22px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 21px 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 0 0 13px #0003;
}

.div-block-41:hover {
  transform: scale(1.02);
  box-shadow: 11px 14px 13px #0003;
}

.image-21 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 200px;
  width: 86%;
  max-width: 210px;
}

.heading-15 {
  color: #2c2c2c;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 13px;
  font-size: 24px;
  line-height: 1;
}

.text-block-14 {
  color: #313742;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 50px;
  padding: 12px 20px;
  font-weight: 700;
}

.advisor-bio {
  text-align: justify;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 46px;
  display: flex;
}

.rich-text-block {
  padding-top: 18px;
}

.bottom-line {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.ev1_nav06_link {
  color: #16336b;
  font-size: 15px;
  font-weight: 400;
  transition: color .3s;
  position: static;
}

.ev1_nav06_link:hover {
  color: #284e2e;
}

.content-container-3 {
  z-index: 2;
  width: 96%;
  max-width: 1100px;
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
}

.ev1_nav06_hamburger-container {
  background-color: #fff;
  width: 100%;
  max-height: 70vh;
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
  display: block;
  position: relative;
  overflow: auto;
}

.pitfall-title {
  color: #333e48;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.pitfall-title.right {
  text-align: right;
}

.ev1_nav06_cont-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ev1_btn01_arrow {
  width: 20px;
  height: 20px;
}

.video-background {
  z-index: 0;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.footer01_wrapper {
  z-index: 1;
  position: relative;
}

.advisor-focus {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  width: 100%;
  display: flex;
  position: relative;
}

.footer01_contact-info {
  color: #255983;
  justify-content: flex-start;
  align-items: center;
  min-height: 41px;
  padding-top: 9px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
}

.div-block-86 {
  background-color: #000;
  background-image: linear-gradient(#154296, #192c52 80%);
  border: 8px solid #346daa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-right: 2px;
  display: flex;
}

.bgvideo3 {
  z-index: 0;
  aspect-ratio: auto;
  opacity: .18;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  right: 0%;
}

.section---hero {
  z-index: 2;
  width: 100vw;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.ev1_nav06_link-text {
  font-weight: 400;
}

.ev1_btn01_text {
  z-index: 1;
  margin-right: 12px;
  position: relative;
}

.ev1_nav06_cont-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  border: 3px solid #f4f5f7ab;
  border-radius: 55px;
  justify-content: space-between;
  width: 100%;
  padding: 10px 16px 10px 6px;
  display: flex;
  position: relative;
}

.pitfall-wrapper {
  background-color: #fff;
  border-radius: 36px;
  width: 100%;
  margin-top: 48px;
  display: flex;
}

.div-block-176 {
  flex: 1;
  margin-left: 18px;
}

.text-block-101 {
  z-index: 3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: #01397e82;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: absolute;
  left: auto;
  right: -27px;
  transform: translate(0, 100%);
}

.text-block-101.right {
  left: -27px;
  right: auto;
}

.footer01_cta-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding-top: 60px;
  padding-bottom: 125px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.topic-container {
  background-color: #0e1d2b;
  border-radius: 20px;
  align-items: center;
  padding: 16px 16px 16px 26px;
  display: flex;
}

.topic-container._2 {
  background-color: #122b58;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 16px;
}

.div-block-177 {
  background-color: #fff;
  border-radius: 34px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 12px;
  display: flex;
  position: relative;
  box-shadow: 0 0 14px 4px #00000008;
}

.section-5 {
  z-index: 1;
  width: 100vw;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section-5.steps {
  z-index: 2;
  background-color: #f4f6f7;
}

.section-5.topics {
  z-index: 5;
  padding-top: 0;
}

.section-5.pain {
  z-index: 2;
  background-color: #0a1427;
}

.section-5.topics {
  background-color: #fff;
}

.section-5.how-we-help {
  background-color: #fff;
  padding-bottom: 0;
}

.section-5.not-home {
  background-color: #fff;
  padding-top: 130px;
}

.section-5.not-home.gray {
  background-color: #f1f1f1;
}

.section-5.not-home.dark {
  background-color: #121e30;
}

.section-5.not-home._100vh {
  height: 100vh;
  padding-bottom: 0;
}

.section-5.team {
  background-color: #0b1a36;
}

.section-5._3-points {
  z-index: 4;
  background-color: #fff;
  padding-top: 0;
}

.image-of-fear {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
}

.section-text {
  color: #bbaea0;
  text-align: center;
  align-self: center;
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 19px;
  padding-bottom: 36px;
  font-size: 1.3rem;
  line-height: 1.2;
}

.section-text.fear {
  color: #7685a3;
  max-width: 984px;
  padding-bottom: 20px;
  font-size: 1.2rem;
}

.section-text._02 {
  color: #3a5a92;
  font-size: 1.25rem;
  line-height: 1.1;
}

.section-text._02.left {
  text-align: left;
  align-self: flex-start;
}

.ev1_nav06_cont-left {
  display: flex;
}

.hwh-topic-h4 {
  color: #323e48;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1;
}

.ev1_nav06_link-wrapper {
  z-index: 3;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.step-text {
  color: #4c738f;
  text-align: center;
  width: 100%;
  padding-top: 12px;
  font-size: 1rem;
  line-height: 1.2;
}

.ev1_nav06_logo-img {
  aspect-ratio: 512 / 111;
  width: 256px;
}

.image-scroll-bg {
  z-index: 0;
  background-color: #fff;
  width: 100%;
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.image-scroller {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 30.85vw;
  padding-top: .3vw;
  padding-bottom: .3vw;
  display: flex;
  position: relative;
}

.footer01_contact-card {
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 6px 20px -8px #0003;
}

.footer01_contact-card:hover {
  background-color: #fff;
  box-shadow: 0 20px 20px -8px #0003;
}

.paragraph-28 {
  z-index: 2;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 826px;
  margin-bottom: 26px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 20px;
  line-height: 1.3;
  position: relative;
}

.ev1_nav06_wrapper {
  z-index: 50;
  background-color: #fff0;
  flex-direction: column;
  align-items: stretch;
  width: 100vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.faq2_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding: .75rem 18px;
  display: flex;
}

.pitfall-p {
  color: #365997;
  font-size: 15px;
  line-height: 1.3;
}

.pitfall-p.right {
  text-align: right;
}

.ev1_btn01_icon-slide {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ev1_btn01_icon-slide.back {
  justify-content: flex-end;
  align-items: center;
  left: -100%;
}

.ev1_nav06_blur-background {
  z-index: 0;
  background-image: linear-gradient(#0000001c, #19324900);
  position: absolute;
  inset: 0% 0% 16%;
}

.footer01_cta-heading {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 9px #2525258a;
  border-bottom: 1px solid #fff;
  max-width: 821px;
  margin-top: 3rem;
  margin-bottom: 12px;
  padding-bottom: 12px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 4.1rem;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.heading-40 {
  color: #262829;
  text-align: center;
  border-bottom: 1px solid #1c3749;
  justify-content: center;
  align-items: center;
  width: 96%;
  min-height: 67px;
  margin-top: 13px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.main-wrapper-bg {
  z-index: 0;
  background-color: #070c11;
  position: fixed;
  inset: 0%;
}

.anchor-div-2 {
  position: absolute;
  inset: -85px auto auto 0%;
}

.anchor-div-2.our-team {
  top: -181px;
}

.footer01_contact-container {
  margin-bottom: 24px;
}

.ev1_nav06_bg-color {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  background-color: #09101be6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.hwh-wrapper {
  background-color: #f3f3f3;
  border-radius: 36px;
  width: 100%;
  margin-top: 19px;
  padding: 18px;
  display: flex;
}

.bgvideofiller {
  width: 100%;
  padding-top: 56.25vw;
}

.div-block-173 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 42px;
  padding-right: 22px;
  display: flex;
}

.div-block-173.right {
  justify-content: center;
  align-items: flex-end;
  padding-left: 22px;
  padding-right: 42px;
}

.main-section-heading {
  z-index: 2;
  color: #fff;
  text-align: center;
  max-width: 821px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 4.1rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.main-section-heading.dark {
  color: #000;
  margin-left: auto;
  margin-right: auto;
}

.main-section-heading.dark.large {
  font-size: 3.4rem;
}

.main-section-heading.dark.large.s.left {
  text-align: left;
  max-width: 570px;
  padding-left: 0;
  font-size: 3.8rem;
}

.main-section-heading.dark.small {
  font-size: 2.7rem;
}

.main-wrapper {
  background-color: #051129;
  position: relative;
  overflow: hidden;
}

.footer01_contact-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin-top: -6rem;
}

.ev1_nav06_container {
  z-index: 5;
  width: 94vw;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 0;
  position: relative;
}

.three-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 24px;
  display: grid;
}

.topic-title {
  color: #fff;
  font-size: 1.2rem;
}

.topic-title._2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.ev1_junk-drawer-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 75rem;
  padding-bottom: 2rem;
}

.footer01_legal-wrapper {
  text-align: center;
  background-color: #fff;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 92px;
  display: block;
}

.footer01_legal-wrapper.shadow-lg {
  z-index: 2;
  color: #fff;
  background-color: #1f2022;
  position: relative;
}

.mission-sub-text {
  color: #fff;
  text-align: center;
  border-top: 1px solid #ffffff2e;
  min-height: 95px;
  margin-top: 12px;
  padding-top: 12px;
  font-size: 1rem;
  line-height: 1.2;
}

.hw-topic-text {
  color: #16336b;
  padding-top: 6px;
  font-size: 15px;
  line-height: 1.1;
}

.ev1_nav06_line-bottom {
  background-color: #8f8f8f;
  width: 100%;
  height: 2px;
}

.heading-41 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 85px;
  font-weight: 700;
  line-height: 85px;
}

.three-category-holder-2 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
}

.advisor-focus-img {
  border-radius: 50%;
  width: 340px;
}

.ev1_junk-drawer-title {
  color: #e3e8ed;
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.ev1_junk-drawer-title:where(.w-variant-5d6e7b75-99c5-b071-9e3f-14a8a316f504) {
  color: #050505;
}

.ev1_junk-drawer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.name-of-advisor {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.footer01_contact-icon {
  color: #9ca4a8;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.ev1_btn01_icon-wrapper {
  z-index: 1;
  background-color: #15336b;
  border-radius: .5rem;
  width: 45px;
  height: 26px;
  position: relative;
  overflow: hidden;
}

.ev1_btn01_icon-wrapper.color2 {
  background-color: #f7f7f7;
}

.footer01_legal-txt {
  text-align: center;
  width: 80%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
}

.footer01_legal-txt.txt-thick {
  color: #ccc;
  font-size: 1rem;
}

.footer01_legal-txt.txt-size-tiny.txt-color-4 {
  color: #8f9599;
  width: 92%;
  max-width: 1240px;
  padding-top: 21px;
  font-size: .8rem;
  line-height: 1.3;
}

.ev1_junk-drawer-link {
  color: #cfd9dd;
  letter-spacing: -.01em;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s;
}

.ev1_junk-drawer-link:where(.w-variant-5d6e7b75-99c5-b071-9e3f-14a8a316f504) {
  color: #4d6894;
}

.ev1_junk-drawer-link:hover {
  color: #a1b0b9;
}

.ev1_junk-drawer-link:hover:where(.w-variant-5d6e7b75-99c5-b071-9e3f-14a8a316f504) {
  color: #152846;
}

.hero-text01 {
  color: #fff;
  text-align: center;
  border-top: 1px solid #ffffff36;
  max-width: 762px;
  margin: 16px auto 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.how-we-help-text-holder {
  border-left: 1px solid #c4c8d5;
  margin-top: 9px;
  margin-bottom: 9px;
  padding: 9px 13px 9px 16px;
}

.ev1_btn01 {
  color: #fff;
  text-align: center;
  background-color: #144296;
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: .75rem 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ev1_btn01.large {
  z-index: 2;
  padding-left: 23px;
  font-size: 1.3rem;
  position: relative;
}

.ev1_btn01.color2 {
  color: #1c2329;
  background-color: #ebebeb;
}

.hero-heading1 {
  color: #e4e7ea;
  text-align: center;
  max-width: 798px;
  margin: 0 auto;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}

.ev1_nav06__hamburger-lines {
  flex-direction: column;
  justify-content: space-between;
  width: 1.25rem;
  height: 1rem;
  display: flex;
}

.how-we-help-img-wrap {
  z-index: 1;
  aspect-ratio: 16 / 9;
  background-color: #323e48;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 44%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer01_contact-icon-container {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.ev1_nav06_hamburger-wrapper {
  z-index: 2;
  background-color: #fff0;
  border-radius: 42px;
  width: 94vw;
  max-width: 1240px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.right-image-scroll {
  z-index: 1;
  justify-content: flex-end;
  align-items: stretch;
  height: 20vw;
  display: flex;
  position: relative;
}

.image-36 {
  object-fit: cover;
  border-radius: 19px;
  width: 24.2vw;
  height: 15.125vw;
  padding: .3vw;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.container.hero {
  justify-content: center;
  align-items: center;
  height: 80vh;
  min-height: 525px;
  padding-top: 92px;
}

.container.center {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
}

.container.center.three-points {
  padding-top: 46px;
}

.container.center.hide {
  display: none;
}

.ev1_btn01_slide-bg {
  z-index: 0;
  background-color: #1a68bb;
  border-radius: .25rem;
  width: 102%;
  height: 102%;
  position: absolute;
  inset: -1px 0% -1px -102.5%;
}

.ev1_btn01_slide-bg.color2 {
  background-color: #e4e4e4;
}

.description-of-advisor {
  color: #000;
  margin-bottom: 0;
  padding-right: 23px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.description-of-advisor.right {
  text-align: right;
  padding-left: 23px;
  padding-right: 0;
}

.div-block-172 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 44%;
  max-width: 450px;
  margin-top: -17px;
  margin-bottom: -17px;
  display: flex;
  position: relative;
}

.section-6 {
  background-color: #fff;
  width: 100%;
  position: relative;
  overflow: visible;
}

.section-6.s2 {
  z-index: 3;
  background-image: linear-gradient(349deg, #adb9c4, #fff 54%), linear-gradient(0deg, #acb8c3, #fff);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 45px;
  display: flex;
}

.ev1_nav06_logo-link {
  z-index: 2;
  float: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  display: flex;
  position: relative;
}

.ev1_nav06_logo-link.w--current {
  padding-left: 12px;
}

.div-block-179 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.left-image-scroll {
  z-index: 1;
  align-self: flex-start;
  height: 15.125vw;
  display: flex;
  position: relative;
}

.footer01_contact-title {
  color: #323e48;
  margin-top: 1.5rem;
  font-size: 1.3rem;
  font-weight: 700;
}

.heading-34 {
  z-index: 1;
  color: #fff;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 39px;
  line-height: 1.1;
  position: absolute;
}

.button-8 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: center;
  background-color: #fff0;
  border: 2px solid #0000;
  border-radius: 3rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  font-size: 1.25rem;
  line-height: 1.1;
  transition: background-color .3s;
  display: flex;
}

.button-8.footer-button {
  color: #1a2d3d;
  background-color: #f3f1ee;
  font-size: 1rem;
  font-weight: 700;
}

.button-8.is-alternate {
  color: #000;
  background-color: #fff;
}

.ev1_nav06_line-middle {
  background-color: #8f8f8f;
  width: 100%;
  height: 2px;
}

.container-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 2rem;
  display: flex;
}

.container-5.z-index-8 {
  z-index: 3;
  background-color: #0e0e0e;
  max-width: none;
  padding-bottom: 1rem;
  position: relative;
}

.ev1_nav06_hamburger-button.w--open {
  background-color: #c8c8c800;
}

.ev1_nav06_line-top {
  background-color: #8f8f8f;
  width: 100%;
  height: 2px;
}

.page-wrapper {
  position: relative;
}

.advisor-focus-content {
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 24px;
  display: flex;
}

.advisor-focus-content.right {
  justify-content: center;
  align-items: flex-end;
  padding-left: 24px;
  padding-right: 0;
}

.image-37 {
  opacity: .55;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-38 {
  width: 255px;
  margin-bottom: 38px;
  display: none;
}

.designed-by-link {
  color: #81919e;
  background-color: #181818;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-103 {
  color: #586b79;
  padding-top: 2px;
  padding-bottom: 11px;
  font-size: 16px;
}

.text-block-104 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.blog-thumbnail {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}

.image-cover {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.blog-button {
  color: #313131;
  background-color: #e6e6e600;
  border: 2px solid #e0e0e0;
  border-radius: 20px;
  margin-top: 13px;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
}

.blog-card {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.h6-heading {
  color: #0f213c;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 1.2rem;
  line-height: 1.1;
}

.blog-date {
  color: #6e6e6e;
  padding-top: 19px;
  font-size: .8rem;
  line-height: 1;
}

.blog-content {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  box-shadow: 0 0 8px #0000001a;
}

.collection-list-wrapper {
  width: 100%;
  padding-top: 30px;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item {
  flex-flow: column;
  display: flex;
}

.div-block-182 {
  position: relative;
}

.div-block-183 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-184 {
  z-index: 1;
  background-color: #272727;
  border-radius: 20px;
  width: 100%;
  height: 450px;
  position: absolute;
  overflow: hidden;
}

.div-block-185 {
  z-index: 1;
  opacity: .63;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 450px;
}

.div-block-186 {
  z-index: 1;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 250px;
  padding: 26px 53px;
  display: flex;
  position: relative;
}

.heading-61 {
  text-shadow: 1px 1px 10px #00000080;
  font-size: 40px;
}

.div-block-187 {
  z-index: 1;
  background-color: #fff;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 86%;
  min-height: 30vh;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 0 15px 1px #0000001a;
}

.button-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding-top: 23px;
  display: flex;
}

.advisor-list-container2 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 92%;
  max-width: 1240px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-188 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 96%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  display: flex;
}

.about-team-member-h1 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.about-team-member-h1.hide {
  display: none;
}

.link-13 {
  color: #fff;
  text-align: center;
  background-color: #636f7a;
  border-radius: 20px;
  margin-top: 4px;
  padding: 7px 16px;
}

.pro-bio {
  color: #000;
  text-align: left;
}

.location-text {
  color: #4c6881;
  text-align: center;
  max-width: 519px;
  padding-bottom: 8px;
  padding-left: 1px;
  font-size: 15px;
  font-style: italic;
  line-height: 1;
}

.div-block-189 {
  flex-flow: column;
  display: flex;
}

.code-embed {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 16px;
}

.personal-bio {
  text-align: left;
  border-top: 1px solid #e7e7e7;
  padding-top: 16px;
}

.personal-or-pro-bio-button {
  color: #646464;
  background-color: #fff;
  border: 2px solid #237499;
  border-radius: 26px;
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 8px 18px;
  font-size: 16px;
}

.personal-or-pro-bio-button.w--current {
  color: #fff;
  background-color: #1c325a;
}

.tabs-menu-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

._404-container {
  background-image: linear-gradient(#0000, #00000059);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  min-height: 596px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404-heading {
  color: #fff;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.1;
}

._404-heading2 {
  color: #fff6;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.video-block {
  z-index: 3;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 850px;
  margin: 30px auto -80px;
  padding: 25px;
  transition: box-shadow .3s, background-color .3s;
  display: flex;
  position: relative;
  box-shadow: 0 0 15px 6px #0000001a;
}

.video-block:hover {
  background-color: #fffffff0;
  box-shadow: 0 0 14px 2px #00000012;
}

.video-container-2 {
  background-color: #fff;
  width: 100%;
  min-height: 40px;
  padding-top: 56.1702%;
  transition: opacity .3s;
  position: relative;
  overflow: hidden;
}

.video-container-2:hover {
  opacity: .9;
}

.html-embed-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-190 {
  background-color: #f5f5f5;
  background-image: linear-gradient(156deg, #ececec, #fff);
  width: 100%;
  height: 250px;
  position: absolute;
  inset: auto 0% 0%;
}

.html-embed {
  max-width: 1200px;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-191 {
  display: flex;
}

.div-block-192 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-39 {
  width: 470px;
}

.bio-rich-text {
  padding-top: 24px;
  padding-bottom: 24px;
}

.resource-item-wrapper {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 13px 3px #00000014;
}

.individual-video-blog-container-nm {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 16px -12px #000;
}

.video-blog-video-container-nm {
  align-items: center;
  padding-top: 56.1702%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.html-embedded-video-nm {
  aspect-ratio: 16 / 9;
  cursor: pointer;
  width: 100%;
  position: relative;
}

.div-block-193 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 96%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-193.single {
  grid-template-columns: 1fr;
  max-width: 800px;
}

.bold-text-2 {
  color: #222;
}

.block-what-really-matters {
  z-index: 40;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(var(--fade-value));
  backdrop-filter: blur(var(--fade-value));
  pointer-events: none;
  background-color: #181818db;
  position: fixed;
  inset: 0%;
}

.grow-block {
  width: 100%;
  height: 0;
  position: relative;
}

.div-block-194 {
  z-index: 52;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-195 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: auto;
  background-color: #0a1324e6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-container {
  z-index: 2;
  width: 96%;
  max-width: 700px;
  max-height: 50vh;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.button-9 {
  z-index: 2;
  background-color: #642929;
  border: 2px solid #fff;
  border-radius: 137px;
  margin-top: 9px;
  padding: 13px 40px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  position: relative;
}

.close-video {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.light-box_close-icon {
  z-index: 2;
  color: #fff;
  cursor: pointer;
  background-color: #112d72;
  border: 5px solid #fff;
  border-radius: 80px;
  width: 75px;
  height: 75px;
  margin-left: -75px;
  padding: 20px;
  transition: transform .3s;
  position: fixed;
  inset: .75rem .75rem auto auto;
  box-shadow: 0 0 20px 9px #0000002e;
}

.light-box_close-icon:hover {
  transform: translate(0)scale(1.1);
}

.light-box_close-icon.start-scroll {
  cursor: pointer;
}

.html-embed-5 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 123px;
  display: block;
}

.page-fill_section {
  background-color: #f4f4f4;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.html-embed-6 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 123px;
  display: block;
}

@media screen and (max-width: 991px) {
  .navigation-cta {
    margin-right: 0;
  }

  .logo-link {
    width: 42%;
    max-width: 300px;
  }

  .link-container {
    padding-left: 6px;
    padding-right: 6px;
  }

  .image-29 {
    max-width: 225px;
  }

  .walsh-heading-large {
    letter-spacing: -.01em;
    margin-top: -9px;
    font-size: 40px;
  }

  .navigation-cta-text {
    letter-spacing: 1px;
    font-size: 11px;
  }

  .team-members-info {
    width: 255px;
  }

  .image-11 {
    width: 300px;
  }

  .text-block-5 {
    letter-spacing: 0;
    font-size: 14px;
  }

  .advisor-bio {
    padding: 24px;
  }

  .ev1_nav06_link {
    display: none;
  }

  .content-container-3.advisor {
    max-width: 732px;
  }

  .advisor-focus {
    grid-template-columns: 1fr;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .ev1_nav06_link-text {
    font-size: 1.1rem;
  }

  .pitfall-wrapper {
    margin-top: 45px;
  }

  .topic-container._2 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block-177 {
    top: -25px;
  }

  .section-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pitfall-p {
    font-size: 15px;
  }

  .footer01_cta-heading {
    font-size: 2.7rem;
    line-height: 1.1;
  }

  .heading-40 {
    font-size: 1.3rem;
  }

  .hwh-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-173 {
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .footer01_contact-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr;
    max-width: 465px;
  }

  .topic-title._2 {
    font-size: 1.2rem;
  }

  .ev1_junk-drawer-wrapper {
    grid-column-gap: 26px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hw-topic-text {
    font-size: 16px;
  }

  .advisor-focus-img {
    align-self: center;
    width: 340px;
  }

  .ev1_junk-drawer-title {
    margin-bottom: 0;
  }

  .ev1_junk-drawer-column {
    align-items: center;
  }

  .name-of-advisor {
    font-size: 45px;
  }

  .ev1_btn01 {
    justify-content: center;
  }

  .ev1_nav06__hamburger-lines {
    width: 1.25rem;
    height: 1rem;
  }

  .how-we-help-img-wrap {
    height: 214px;
    margin-top: 7px;
    margin-bottom: 0;
  }

  .div-block-172 {
    height: 214px;
  }

  .div-block-179 {
    padding-bottom: 6px;
  }

  .heading-34 {
    font-size: 28px;
  }

  .container-5 {
    max-width: 768px;
  }

  .ev1_nav06_hamburger-button, .ev1_nav06_hamburger-button.w--open {
    background-color: #fff0;
  }

  .advisor-focus-content {
    background-color: #fff;
    border-radius: 31px;
    padding: 28px;
  }

  .div-block-182 {
    padding-top: 120px;
  }

  .about-team-member-h1 {
    text-align: left;
  }

  .location-text {
    letter-spacing: 0;
    font-size: 14px;
  }

  ._404-container {
    min-height: 30rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .video-block {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-39 {
    width: 365px;
  }

  .light-box_close-icon {
    color: #fff;
    top: 8%;
    right: 8%;
  }

  .light-box_close-icon.start-scroll {
    z-index: 3;
    background-color: #19285a;
    border-radius: 56px;
    justify-content: center;
    align-items: center;
    margin-top: -34px;
    margin-right: -7px;
    padding: 20px 0;
    display: flex;
    inset: 5% 0% auto auto;
  }
}

@media screen and (max-width: 767px) {
  .navigation-cta {
    align-self: center;
    margin-top: 8px;
  }

  .link-hover-line {
    display: none;
  }

  .navigation-container {
    flex-direction: row;
    align-items: stretch;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .navigation-links {
    z-index: 20;
    background-color: #fff;
    flex-direction: column;
    align-items: stretch;
    padding: 13px 55px 30px;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .logo-link {
    width: 70%;
    max-width: 346px;
  }

  .link-container {
    padding: 9px 20px;
  }

  .text-block-23 {
    color: #363636;
    padding: 11px;
    font-size: 26px;
    line-height: 26px;
    text-decoration: none;
  }

  .navigation-bar {
    display: block;
    position: relative;
  }

  .hamburger-menu {
    z-index: 19;
    color: #d3ae2c;
    align-items: center;
    padding-left: 18px;
    padding-right: 18px;
    font-family: ICONS;
    font-size: 24px;
    text-decoration: none;
    display: flex;
  }

  .link-block-10 {
    z-index: 20;
    align-items: center;
    height: 100%;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .link-11 {
    align-self: center;
  }

  .text-block-7 {
    margin-top: 0;
  }

  .heading-30 {
    text-align: center;
    align-self: auto;
    margin-top: 12px;
  }

  .link-12 {
    text-align: center;
    border-right-style: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-62 {
    text-align: center;
    border-left-style: none;
    align-self: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 31px;
    padding-left: 0;
  }

  .div-block-29 {
    align-self: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .link-block-2 {
    align-self: center;
    padding-right: 0;
  }

  .div-block-63 {
    flex-direction: column;
  }

  .button-3 {
    letter-spacing: normal;
    margin-left: 3px;
    font-size: 12px;
  }

  .button-3.w--current {
    font-size: 13px;
  }

  .footer-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 29px;
  }

  .walsh-heading-large {
    font-size: 48px;
  }

  .navigation-cta-text {
    font-size: 14px;
  }

  .team-members-info {
    margin-right: 0;
    padding-right: 0;
  }

  .text-block-5 {
    letter-spacing: 1px;
    padding-bottom: 0;
    font-size: 14px;
  }

  .heading-16 {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 40px;
  }

  .advisor-bio {
    margin-top: 16px;
    padding-bottom: 30px;
  }

  .pitfall-title {
    font-size: 25px;
    line-height: 1.2;
  }

  .pitfall-title.right {
    text-align: left;
  }

  .advisor-focus {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .footer01_contact-info {
    padding-bottom: 22px;
  }

  .bgvideo3 {
    display: none;
  }

  .ev1_nav06_cont-wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 0;
  }

  .pitfall-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: start center;
    margin-top: 35px;
    margin-bottom: 35px;
    display: grid;
  }

  .div-block-177 {
    flex-flow: column;
    max-width: 400px;
  }

  .section-5.not-home {
    padding-top: 104px;
  }

  .section-text {
    padding-top: 1px;
    line-height: 1.2;
  }

  .section-text.fear {
    font-size: 1.1rem;
  }

  .section-text._02 {
    font-size: 1.2rem;
  }

  .section-text._02.left {
    align-self: center;
  }

  .ev1_nav06_cont-left {
    flex: none;
  }

  .ev1_nav06_logo-img {
    width: 206px;
  }

  .image-scroller {
    flex-direction: column;
    justify-content: flex-start;
    width: 100vw;
    height: 40vw;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
  }

  .faq2_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pitfall-p.right {
    text-align: left;
  }

  .footer01_cta-heading {
    margin-top: .2rem;
    font-size: 2.6rem;
  }

  .heading-40 {
    font-size: 20px;
  }

  .footer01_contact-container {
    margin-bottom: 0;
  }

  .hwh-wrapper {
    flex-flow: column;
    margin-top: 38px;
  }

  .bgvideofiller {
    opacity: .13;
    background-image: url('../images/retirement-women-or-portrait-selfie-or-bonding-me-2025-04-06-04-26-38-utc-9_1retirement-women-or-portrait-selfie-or-bonding-me-2025-04-06-04-26-38-utc-9.avif');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
  }

  .div-block-173 {
    padding-top: 16px;
  }

  .div-block-173.right {
    justify-content: center;
    align-items: flex-start;
    padding-left: 42px;
    padding-right: 22px;
  }

  .main-section-heading {
    font-size: 2.6rem;
    line-height: 1.2;
  }

  .main-section-heading.dark.large.s {
    font-size: 34px;
  }

  .main-section-heading.dark.large.s.left {
    text-align: center;
  }

  .footer01_contact-wrapper {
    grid-template-columns: 1fr;
  }

  .ev1_nav06_container {
    padding-top: 6px;
  }

  .three-grid {
    grid-template-columns: 1fr;
  }

  .ev1_junk-drawer-wrapper {
    grid-row-gap: 13px;
    grid-template-columns: 1fr;
  }

  .three-category-holder-2 {
    justify-content: flex-start;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .ev1_junk-drawer-column {
    align-items: flex-start;
  }

  .name-of-advisor {
    font-size: 35px;
  }

  .footer01_legal-txt {
    margin-top: 0;
  }

  .ev1_junk-drawer-link {
    line-height: 20px;
  }

  .ev1_btn01.hide-on-mobile {
    display: none;
  }

  .hero-heading1 {
    font-size: 2.2rem;
  }

  .how-we-help-img-wrap {
    order: -9999;
    width: 76%;
    height: 224px;
    margin-top: -30px;
    margin-bottom: 16px;
  }

  .right-image-scroll {
    width: 200vw;
  }

  .container.hero {
    height: 65vh;
  }

  .div-block-172 {
    width: 76%;
    height: 224px;
    margin-top: -30px;
    margin-bottom: 16px;
  }

  .ev1_nav06_logo-link {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .div-block-179 {
    background-color: #0000;
    padding-top: 30px;
  }

  .left-image-scroll {
    width: 200vw;
  }

  .footer01_contact-title {
    margin-top: .8rem;
  }

  .container-5 {
    max-width: 480px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-182 {
    padding-top: 26px;
  }

  .div-block-186 {
    min-height: 200px;
  }

  .heading-61 {
    font-size: 34px;
    line-height: 38px;
  }

  .div-block-187 {
    width: 98%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .advisor-list-container2 {
    grid-template-columns: 1fr 1fr;
    max-width: 412px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .div-block-188 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .about-team-member-h1 {
    text-align: center;
  }

  .location-text {
    letter-spacing: 1px;
    padding-bottom: 0;
    font-size: 14px;
  }

  .code-embed {
    align-self: center;
  }

  ._404-heading {
    font-size: 3rem;
  }

  .video-block {
    padding: 20px;
    top: 20px;
  }

  .div-block-191 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-192 {
    text-align: center;
  }

  .individual-video-blog-container-nm {
    width: 100%;
  }

  .div-block-193 {
    grid-template-columns: 1fr;
  }

  .light-box_close-icon {
    top: 18px;
    right: 18px;
  }

  .light-box_close-icon.start-scroll {
    margin-top: 16px;
    margin-right: 7px;
    top: 12px;
    right: 12px;
  }

  .page-fill_section {
    height: 85vh;
    min-height: 500px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-link {
    width: 78%;
    max-width: 300px;
  }

  .hamburger-menu {
    height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .walsh-button-circle {
    width: 5em;
    height: 5em;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .footer-container {
    min-height: 170px;
    padding-bottom: 16px;
  }

  .walsh-heading-large {
    font-size: 43px;
  }

  .walsh-cta-h-wrapper {
    grid-row-gap: 1em;
  }

  .walsh-link-wrapper-2 {
    font-size: 16px;
  }

  .heading-11 {
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
  }

  .div-block-27 {
    flex-direction: row;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }

  .team-members-info {
    margin-right: 0;
  }

  .image-11 {
    max-width: 90%;
  }

  .text-block-5 {
    text-transform: none;
  }

  .div-block-28 {
    margin-top: 6px;
    margin-bottom: 1px;
    display: none;
  }

  .advisor-bio {
    padding-left: 14px;
    padding-right: 14px;
  }

  .content-container-3 {
    padding-bottom: 40px;
  }

  .content-container-3.advisor {
    padding-bottom: 0;
  }

  .ev1_btn01_text {
    font-size: 1rem;
  }

  .div-block-177 {
    flex-direction: column;
  }

  .section-text {
    padding-left: 0;
    padding-right: 0;
  }

  .hwh-topic-h4 {
    font-size: 23px;
  }

  .footer01_contact-card {
    width: 100%;
    padding: 1rem;
  }

  .footer01_cta-heading {
    font-size: 2.2rem;
  }

  .heading-40 {
    margin-top: 9px;
  }

  .main-section-heading {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 31px;
  }

  .ev1_junk-drawer-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .three-category-holder-2 {
    padding-top: 9px;
    padding-bottom: 15px;
  }

  .advisor-focus-img {
    width: 234px;
  }

  .name-of-advisor {
    font-size: 34px;
  }

  .hero-text01 {
    font-size: 1.2rem;
  }

  .ev1_btn01.hide-on-mobile {
    display: none;
  }

  .hero-heading1 {
    font-size: 2rem;
  }

  .how-we-help-img-wrap {
    width: 85%;
    height: 170px;
  }

  .description-of-advisor {
    text-align: center;
    margin-top: 0;
  }

  .div-block-172 {
    width: 85%;
    height: 170px;
    margin-top: -8px;
  }

  .advisor-focus-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    box-shadow: 0 0 19px 14px #2a37412e;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .heading-61 {
    font-size: 28px;
    line-height: 28px;
  }

  .div-block-187 {
    width: 100%;
  }

  .advisor-list-container2 {
    grid-template-columns: 1fr;
    max-width: 314px;
  }

  .location-text {
    text-transform: none;
  }

  ._404-container {
    min-height: 24rem;
  }

  ._404-heading {
    font-size: 2rem;
  }

  ._404-heading2 {
    font-size: 1rem;
  }

  .video-block {
    padding: 0;
  }

  .light-box_close-icon.start-scroll {
    margin-top: 9px;
    margin-right: 0;
  }
}

#w-node-_85ff009c-a6bd-52e8-36f1-f4573499c12b-5caa7a2c {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_85ff009c-a6bd-52e8-36f1-f4573499c138-5caa7a2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_85ff009c-a6bd-52e8-36f1-f4573499c12b-5caa7a2c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_85ff009c-a6bd-52e8-36f1-f4573499c158-5caa7a2c {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_85ff009c-a6bd-52e8-36f1-f4573499c15d-5caa7a2c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_63ba0e25-45c6-7396-d08b-772cb7eebabb-5caa7a2c {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_63ba0e25-45c6-7396-d08b-772cb7eebac0-5caa7a2c {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_85ff009c-a6bd-52e8-36f1-f4573499c12b-5caa7a2c {
    grid-row: span 1 / span 1;
  }

  #w-node-ac5460cb-7fe9-121f-3cee-3c9a5865abe7-5865abd4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


