@font-face {
  font-family: Librebaskerville;
  src: url('../fonts/LibreBaskerville-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunito Sans;
  src: url('../images/') format("woff2");
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.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: Nunito Sans, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

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

.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;
}

.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;
}

.ev1_nav06_dd-arrow {
  color: #1e4576;
  width: 20px;
  height: 20px;
  margin-left: 6px;
}

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

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

.ev1_btn01.large._2nd-color {
  color: #284e2e;
  background-color: #fff;
  font-weight: 800;
}

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

.topic-container.l {
  justify-content: flex-start;
  align-items: center;
}

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

.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%;
}

.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;
}

.ev1_nav06_cont-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd9;
  border: 3px solid #ececec;
  border-radius: 55px;
  justify-content: space-between;
  width: 100%;
  padding: 16px 16px 16px 13px;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 8px 3px #00000012, 0 0 12px 1px #00000014;
}

.ev1_nav06_cont-left {
  display: flex;
}

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

.ev1_nav06_line-top.neutbg6 {
  background-color: #2a7a8b;
}

.page-wrapper {
  position: relative;
}

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

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

.ev1_nav06_line-middle.neutbg6 {
  background-color: #1f384f;
}

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

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

.footer01_contact-info {
  color: #284e2e;
  justify-content: flex-start;
  align-items: center;
  min-height: 41px;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
}

.footer01_contact-info.padding-adjust {
  min-height: 27px;
  padding-bottom: 0;
}

.footer01_contact-info.padding-adjust.top-margin {
  margin-top: 10px;
}

.main-section-heading {
  color: #fff;
  text-align: center;
  max-width: 821px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: Librebaskerville, Times New Roman, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
}

.main-section-heading.large {
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.6rem;
  position: relative;
}

.main-section-heading.dark {
  color: #2b4870;
}

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

.main-section-heading.dark.large.s {
  color: #26502b;
}

.main-section-heading.black-large {
  z-index: 3;
  color: #252525;
  font-size: 3.6rem;
  line-height: 1.1;
  position: relative;
}

.main-section-heading.landing-page {
  max-width: 779px;
}

.main-section-heading.twe {
  color: #000;
  max-width: 705px;
  margin-top: 4px;
  margin-bottom: 0;
}

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

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

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

.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;
}

.div-block-14 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
  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;
}

.section---hero {
  z-index: 2;
  width: 100vw;
  position: relative;
}

.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-a2aba9f7-f2b2-d9d0-3d95-91d556e7304c), .ev1_junk-drawer-title.dark-4, .ev1_junk-drawer-title.dark-9, .ev1_junk-drawer-title.dark-13, .ev1_junk-drawer-title.dark-19 {
  color: #202f3d;
}

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

.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-family: Librebaskerville, Times New Roman, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
  position: relative;
}

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

.ev1_btn01_slide-bg.primebg3 {
  background-color: #0f1d30;
}

.ev1_btn01_slide-bg.primebg3._2nd-color {
  background-color: #dadee4;
}

.ev1_btn01_slide-bg._2nd-color {
  background-color: #bebebe63;
}

.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: #000;
  background-color: #f3f1ee;
  font-size: 1rem;
  font-weight: 700;
}

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

.button-8.color-3.txt-color-white.vertical-margin1 {
  background-color: #0000005e;
}

.button-8.color-3.txt-color-white.vertical-margin1.special {
  color: #0e0e0e;
  background-color: #d1d1d1;
  margin-bottom: 30px;
  font-weight: 700;
}

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

.div-block-15 {
  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 #00000014;
}

.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-a2aba9f7-f2b2-d9d0-3d95-91d556e7304c) {
  color: #275381;
  position: relative;
}

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

.ev1_junk-drawer-link:hover:where(.w-variant-a2aba9f7-f2b2-d9d0-3d95-91d556e7304c) {
  color: #11344c;
}

.ev1_junk-drawer-link.dark-5 {
  color: #275381;
  position: relative;
}

.ev1_junk-drawer-link.dark-5:hover {
  color: #11344c;
}

.ev1_junk-drawer-link.dark-6 {
  color: #275381;
  position: relative;
}

.ev1_junk-drawer-link.dark-6:hover {
  color: #11344c;
}

.ev1_junk-drawer-link.dark-7 {
  color: #275381;
  position: relative;
}

.ev1_junk-drawer-link.dark-7:hover {
  color: #11344c;
}

.ev1_junk-drawer-link.dark-10 {
  color: #275381;
  position: relative;
}

.ev1_junk-drawer-link.dark-10:hover {
  color: #11344c;
}

.ev1_junk-drawer-link.dark-11 {
  color: #275381;
  position: relative;
}

.ev1_junk-drawer-link.dark-11:hover {
  color: #11344c;
}

.ev1_junk-drawer-link.dark-14 {
  color: #275381;
  position: relative;
}

.ev1_junk-drawer-link.dark-14:hover {
  color: #11344c;
}

.ev1_junk-drawer-link.dark-15 {
  color: #275381;
  position: relative;
}

.ev1_junk-drawer-link.dark-15:hover {
  color: #11344c;
}

.ev1_junk-drawer-link.dark-16 {
  color: #275381;
  position: relative;
}

.ev1_junk-drawer-link.dark-16:hover {
  color: #11344c;
}

.ev1_junk-drawer-link.dark-17 {
  color: #275381;
  position: relative;
}

.ev1_junk-drawer-link.dark-17:hover {
  color: #11344c;
}

.ev1_junk-drawer-link.dark-20 {
  color: #275381;
  position: relative;
}

.ev1_junk-drawer-link.dark-20:hover {
  color: #11344c;
}

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

.ev1_nav06_dd-wrapper {
  background-color: #fff0;
  border-radius: 8px;
  flex-flow: column;
  width: 94vw;
  max-width: 1200px;
  inset: 82px auto auto 0%;
  overflow: hidden;
}

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

.heading-8 {
  color: #000;
  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;
}

.ev1_nav06_cont-right {
  justify-content: center;
  align-items: center;
  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-txt {
  text-align: center;
  width: 80%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
}

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

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

.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: #cec7be;
  background-color: #19201a;
  position: relative;
}

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

.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.4rem;
  font-weight: 300;
  line-height: 1.2;
}

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

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

.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.center {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
}

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

.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;
}

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

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

.section.topics.no-bottom-pa {
  z-index: 2;
  padding-bottom: 22px;
}

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

.section.pain {
  z-index: 2;
  background-color: #1d1c1c;
  padding-top: 92px;
}

.section.landing-page {
  z-index: 2;
  background-color: #0d192a;
  background-image: linear-gradient(#e9e9e9, #979797);
}

.section.landing-page.padding {
  background-image: linear-gradient(#272727, #242424);
  padding-top: 127px;
}

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

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

.ev1_nav06_link.hide {
  display: none;
}

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

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

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

.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: #1f2e21;
  max-width: none;
  padding-bottom: 1rem;
  position: relative;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  background-color: #791b1b;
  border-radius: 80px;
  margin-top: 8px;
  padding: 15px 30px;
  font-size: 1.2rem;
  font-weight: 400;
}

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

.ev1_nav06_line-bottom.neutbg6 {
  background-color: #193249;
}

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

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

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

.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_btn01_icon-wrapper {
  z-index: 1;
  background-color: #1d3f22;
  border-radius: .5rem;
  width: 45px;
  height: 26px;
  position: relative;
  overflow: hidden;
}

.ev1_btn01_icon-wrapper.primebg1 {
  background-color: #1f5744;
}

.ev1_btn01_icon-wrapper._2nd-color {
  color: #fff;
  background-color: #1d3f21;
}

.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;
}

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

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

.heading-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Librebaskerville, Times New Roman, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 85px;
}

.div-block-25 {
  background-color: #1d3f21;
  background-image: linear-gradient(#284e2e, #19381c);
  border: 8px solid #325d39;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-right: 2px;
  display: flex;
}

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

.ev1_nav06_logo-img {
  aspect-ratio: 560 / 142;
  width: 245px;
}

.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._02 {
  color: #383838;
  font-size: 1.25rem;
  line-height: 1.1;
}

.section-text.fear {
  padding-bottom: 20px;
}

.section-text.landing-page {
  color: #a0a0a0;
  max-width: 694px;
  padding-bottom: 20px;
  font-size: 1.2rem;
}

.section-text.privacy-policy {
  max-width: 694px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 1.2rem;
}

.section-text.twe {
  color: #901216;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 14px;
  margin-bottom: 20px;
  padding-top: 14px;
  padding-bottom: 20px;
  font-size: 1.2rem;
}

.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;
}

.hero-heading1 {
  color: #e4e7ea;
  text-align: center;
  max-width: 732px;
  margin: 0 auto;
  font-family: Librebaskerville, Times New Roman, sans-serif;
  font-size: 3.1rem;
  font-weight: 400;
  line-height: 1.1;
}

.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%;
}

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

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

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

.name-of-advisor {
  color: #1f2545;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Librebaskerville, Times New Roman, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

.name-of-advisor.right {
  text-align: right;
}

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

.content-container.advisor {
  padding-bottom: 76px;
}

.description-of-advisor {
  color: #000;
  border-top: 1px solid #d6d6d6;
  margin-top: 12px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-right: 23px;
  font-size: 16px;
  line-height: 1.4;
}

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

.walsh-left-hero {
  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;
}

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

.title-of-advisor {
  color: #284e2e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

.title-of-advisor.right {
  text-align: right;
}

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

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

.background-video-2 {
  border-radius: 35px;
  width: 100%;
  height: 100%;
}

.text-block-101 {
  z-index: 3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: #227733ab;
  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;
}

.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;
}

.pitfall-title {
  color: #000;
  margin-bottom: 12px;
  font-family: Librebaskerville, Times New Roman, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

.ev1_team01_special-logo {
  z-index: 3;
  opacity: .37;
  width: 80%;
  position: relative;
}

.ev1_team01_light-box-button2 {
  color: #fff;
  text-align: center;
  background-color: #252525;
  border: 2px solid #0000;
  border-radius: 16px;
  padding: .75rem 1.5rem;
}

.ev1_collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.ev1_team01_light-box-button-container {
  padding-top: 1rem;
  display: flex;
}

.ev1_team01_individual-card-special {
  z-index: 1;
  cursor: pointer;
  background-color: #ffffffde;
  border: 7px solid #f2f4f7;
  border-radius: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 24px;
  transition: all .35s ease-out;
  display: flex;
  position: relative;
}

.ev1_team01_individual-card-special:hover {
  transform: scale(1.05);
}

.ev1_team01_individual-card-special.stop-scroll.open-lightbox {
  z-index: 3;
}

.ev1_team01_title {
  color: #396340;
  text-align: center;
  line-height: 1;
}

.ev1_team01_special-p {
  color: #16212b;
  margin-bottom: 10px;
  padding-top: 16px;
  font-size: 16px;
}

.ev1_team01_special-content {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  margin-top: -16px;
  padding-top: 0;
  padding-left: 1rem;
  display: flex;
  position: relative;
}

.lightbox {
  z-index: 51;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #071731bf;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.ev1_team01_wrapper {
  border-top: 1px solid #80808024;
  margin-top: 16px;
  padding-top: 16px;
}

.ev1_team01_light-box-container {
  z-index: 1;
  background-color: #fff;
  border: 10px solid #eaf0f3;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 94%;
  max-width: 900px;
  padding-bottom: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
  box-shadow: 0 12px 20px 8px #00000014;
}

.ev1_team01_special-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 16px;
  display: grid;
}

.ev1_team01_individual-card {
  z-index: 1;
  cursor: pointer;
  background-color: #ffffffde;
  border: 7px solid #000;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 24px;
  transition: all .35s ease-out;
  display: flex;
  position: relative;
}

.ev1_team01_individual-card:hover {
  transform: scale(1.05);
}

.ev1_team01_individual-card.stop-scroll {
  border-color: #f2f4f7;
}

.ev1_team01_individual-card.stop-scroll.open-lightbox {
  z-index: 3;
}

.ev1_team01_individual-card.stop-scroll.open-lightbox:hover {
  transform: scale(1.05);
}

.ev1_team01_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ev1_team01_light-box-info-container {
  flex-direction: row;
  align-items: center;
  margin-top: -2rem;
  display: flex;
}

.team01_container {
  position: relative;
}

.light-box_close-icon {
  z-index: 2;
  color: #fff;
  cursor: pointer;
  background-color: #0a2033;
  border: 5px solid #fff;
  border-radius: 80px;
  width: 75px;
  height: 75px;
  margin-top: 0;
  margin-left: -75px;
  margin-right: 0;
  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(-12px, 12px)scale(1.2);
}

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

.ev1_team01_special-container {
  width: 100%;
  position: relative;
}

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

.ev1_team01_light-box-bio-button {
  z-index: 2;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.ev1_team01_light-box-name {
  color: #252525;
  font-size: 2.5rem;
  line-height: 1;
}

.ev1_team01_container.container {
  justify-content: flex-start;
  align-items: center;
}

.ev1_team01_img-container {
  border: 6px solid #ffffff57;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.ev1_team01_light-box-img {
  border-radius: 400px;
  width: 280px;
  height: 280px;
  margin-right: 2rem;
  overflow: hidden;
}

.ev1_team01_light-box-title {
  color: #315b94;
  text-align: left;
  padding-top: .5rem;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1;
}

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

.close-lightbox-background {
  z-index: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.light-box_wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.ev1_team01_button {
  color: #525252;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #f7f6f6;
  border-radius: 40px;
  width: 100%;
  max-width: 220px;
  margin-top: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
  font-weight: 400;
}

.ev1_team01_section {
  z-index: auto;
  background-color: #0b2649;
  position: relative;
}

.ev1_team01_name {
  color: #252525;
  letter-spacing: -.03em;
  margin-top: 16px;
  font-size: 1.5rem;
  line-height: 1.3;
}

.ev1_team01_light-box-button {
  color: #252525;
  text-align: center;
  cursor: pointer;
  background-color: #16345000;
  border: 2px solid #afafaf;
  border-radius: 16px;
  margin-right: .75rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
}

.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;
}

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

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

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

.hwh-wrapper {
  background-image: linear-gradient(130deg, #c2c7cf00, #dddbd157);
  border-radius: 36px;
  width: 100%;
  margin-top: 19px;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 7px;
  display: flex;
}

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

.div-block-177 {
  background-image: linear-gradient(#00000024, #00000094);
  border-radius: 30px;
  width: 96%;
  height: 93.75%;
  position: absolute;
  inset: auto;
}

.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%;
}

.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%;
}

.div-block-178 {
  z-index: 2;
  background-color: #19221a;
  background-image: linear-gradient(159deg, #dfdfdf 14%, #dce0dd);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.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%;
  margin-top: -36px;
  display: grid;
}

.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;
}

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

.section-5.topics {
  z-index: 5;
  background-color: #fff;
  background-image: linear-gradient(0deg, #eee, #fff);
  padding-top: 0;
  padding-bottom: 40px;
}

.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-family: Librebaskerville, Times New Roman, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.paragraph-27 {
  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;
}

.text-block-102 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 100;
  line-height: 1;
}

.highlight-on-dark {
  color: #fff;
  font-weight: 600;
}

.image-of-fear {
  border-radius: 40px;
  width: 100%;
}

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

.form-block {
  background-color: #fff;
  border-radius: 20px;
  flex: 1;
  width: 96%;
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
  padding: 37px;
  box-shadow: 0 0 13px 2px #0003;
}

.text-block-116 {
  line-height: 1.2;
}

.success-message {
  background-color: #eee;
  border-radius: 20px;
  font-size: 22px;
}

.form {
  width: 100%;
}

.field-label {
  color: #051f33;
  text-align: left;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1;
}

.tab-content-main-3 {
  text-align: justify;
  border-top: 1px solid #ddd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 98%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.tab-content-main-3._2 {
  border-top-style: none;
  margin-top: 0;
}

.submit-button {
  text-transform: uppercase;
  background-color: #0d3452;
  border-radius: 40px;
  padding: 17px 60px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.submit-button._2 {
  background-color: #886d54;
  margin-top: 7px;
  font-family: Librebaskerville, Times New Roman, sans-serif;
  font-weight: 400;
}

.submit-button._2.red {
  background-color: #901116;
}

.text-field {
  border-radius: 8px;
  margin-bottom: 18px;
}

.error-message {
  color: #fff;
  background-color: #913d3d;
  border-radius: 20px;
  padding: 15px;
}

.heading-49 {
  color: #1c2536;
  text-align: center;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 60%;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Librebaskerville, Times New Roman, sans-serif;
  font-size: 28px;
  line-height: 1;
}

.checkbox-label {
  text-align: justify;
}

.privacy-policy-holder {
  background-color: #eeebea;
  border-radius: 32px;
  width: 100%;
  padding: 34px;
}

.privacy-policy-rt p {
  color: #364357;
  margin-bottom: 16px;
  font-size: 16px;
}

.privacy-policy-rt h2 {
  color: #284e2e;
  border-top: 1px solid #00000026;
  margin-top: 20px;
  margin-bottom: 14px;
  padding-top: 16px;
  font-size: 26px;
  line-height: 1.3;
}

._404-container {
  color: #000;
  background-color: #131c27;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 24rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 649px;
  display: flex;
}

._404-heading {
  color: #fff;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Librebaskerville, Times New Roman, sans-serif;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.2;
}

._404-heading2 {
  color: #f0cfaf7a;
  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;
}

.how-we-help-img-wrap {
  z-index: 1;
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  width: 44%;
  margin-top: -17px;
  margin-bottom: -17px;
  display: flex;
  position: relative;
}

.wealthy-ent-section {
  background-color: #000;
  background-image: linear-gradient(#000 51%, #2e0607);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 30px;
  display: flex;
}

.twe-form-block {
  flex: 1;
  width: 100%;
  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-181 {
  background-color: #fff;
  border-radius: 26px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 787px;
  padding: 28px 40px 36px;
  display: flex;
  box-shadow: 0 0 20px -5px #00000091;
}

.image-50 {
  width: 100%;
  max-width: 704px;
  margin-bottom: -85px;
}

.text-block-117 {
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
}

.wait-list-btn {
  color: #fff;
  text-align: center;
  background-color: #35101000;
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 12px 32px;
  font-size: 20px;
}

.brokercheck-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 105px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 96%;
  max-width: 1000px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.link-block-4 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-67 {
  max-width: 240px;
}

.div-block-207 {
  border-left: 1px solid #dadada;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 18px;
  display: flex;
}

.text-block-39 {
  color: #1a65a2;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 700;
}

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

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

.walsh-main-grid-no-gap-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center stretch;
  width: 100%;
  position: relative;
}

.walsh-image-hero-2 {
  border-radius: 50%;
  width: 100%;
  max-width: 390px;
  display: block;
}

.walsh-hero-inner-image-2 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 36px;
  display: flex;
}

.walsh-hero-inner-image-2.right {
  justify-content: flex-end;
  align-items: center;
  padding-left: 36px;
  padding-right: 0;
}

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

.image-68 {
  background-color: #fff;
  border-radius: 50%;
  width: 150px;
  margin-top: -20px;
  padding: 22px 16px 10px;
  position: relative;
}

.div-block-170 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
  position: absolute;
  inset: 207px 0% auto;
}

.div-block-170.hide {
  display: none;
}

.nacff-section1-2 {
  z-index: 4;
  background-color: #fff;
  width: 100vw;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.contact-text {
  color: #0d184b;
  text-align: center;
  text-transform: uppercase;
  background-color: #dbdbdb;
  border-radius: 16px;
  width: 100%;
  max-width: 220px;
  margin-top: 1rem;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 700;
}

.contact-text._2 {
  color: #fff;
  background-color: #00000026;
  border: 2px solid #ffffff24;
  max-width: 312px;
}

.div-block-171 {
  background-color: #fff;
  width: 40%;
  height: 100%;
}

.featured-in01_heading-line-2 {
  background-color: #1a3a63;
  flex: 1;
  height: 2px;
}

.nacff-section-2 {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #162338a3;
  border-radius: 28px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 709px;
  min-height: 211px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 28px;
  display: flex;
}

.nacff-section-2.negative {
  z-index: 2;
  background-color: #041024a3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 433px;
  margin: -26px 10px 13px;
  padding-top: 0;
  position: relative;
}

.icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.container-6.special {
  align-items: center;
  max-width: none;
  position: relative;
}

.container-6.special._2 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 969px;
  display: flex;
}

.text-block-118 {
  color: #fff;
  text-align: center;
  max-width: 403px;
  padding-top: 9px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.featured-in01_title-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image-69 {
  background-color: #fff;
  border-radius: 400px;
  flex: none;
  width: 150px;
  margin-top: -20px;
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.container-14 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.featured-in01_logo-2 {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 120px;
  padding: 15px;
  box-shadow: 0 0 11px -1px #0003;
}

.div-block-211 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 11px;
  display: flex;
}

.featured-in01_logo-container-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-top: 1.5rem;
  padding-bottom: 20px;
  display: grid;
}

.paragraph-44 {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 912px;
  margin-bottom: 0;
  padding-top: 14px;
  font-size: 1rem;
  display: block;
}

.featured-in01_heading-2 {
  color: #1d3f21;
  letter-spacing: .5rem;
  text-transform: uppercase;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
}

.fiduciary-promise-item {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0d1d36;
  border-radius: 20px;
  width: 100%;
  margin-top: 9px;
  margin-bottom: 0;
  padding: 10px 10px 10px 22px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.inside-img52 {
  background-color: #fff;
  width: 183px;
  position: relative;
  top: -7px;
}

.div-block-214 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 16px;
  display: flex;
}

.text-block-119 {
  color: #fff;
  text-align: left;
  max-width: 403px;
  padding-top: 9px;
  padding-left: 21px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

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

.paragraph-31 {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

.div-block-188 {
  flex-direction: column;
  display: flex;
}

.tab-panel.podcast-tab {
  display: block;
}

.tab-panel.video-tab, .tab-panel.blog-tab {
  display: none;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-color: #081a4e;
  border: 2px solid #0000;
  border-radius: 16px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: block;
}

.button-7:hover {
  background-color: #0d173c;
  transform: scale(1.1);
}

.button-7.is-small {
  background-color: #0b1a4d;
  border-radius: 40px;
  align-self: center;
  padding: .75rem 1.25rem;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.2;
}

.button-7.is-small:hover {
  background-color: #2d4453;
}

.button-7.is-small.page-cta {
  background-color: #354372;
  padding: 1rem 2rem;
  font-size: 1.5rem;
}

.button-7.is-small.page-cta.hide {
  display: none;
}

.div-block-215 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-content-3 {
  width: 100%;
  margin-top: 2rem;
  overflow: visible;
}

.div-block-216 {
  text-align: center;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 6px;
  padding: 0 22px;
  display: none;
}

.code-embed {
  mix-blend-mode: luminosity;
}

.faq2_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.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;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-embed-small.white {
  color: #31343f;
  width: 3rem;
  height: 3rem;
}

.icon-embed-small.white.right {
  margin-right: -5px;
  transform: rotate(-90deg);
}

.icon-embed-small.white.left {
  margin-left: -5px;
  transform: rotate(90deg);
}

.faq2_icon-wrapper {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.max-width-large {
  width: 100%;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-bold {
  font-weight: 700;
}

.faq2_answer {
  overflow: hidden;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin: 0;
}

.anchor {
  margin-top: -97px;
  position: absolute;
  inset: 0% 0% auto;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section_heading {
  font-weight: 700;
}

.section_heading.txt-color-white.txt-align-center {
  line-height: 1;
}

.section_heading.txt-color-white.txt-align-center.special-2 {
  color: #fff;
  border-bottom: 1px solid #505050;
  max-width: 668px;
  padding-bottom: 1rem;
  font-family: Librebaskerville, Times New Roman, sans-serif;
  font-size: 3.4rem;
  font-weight: 400;
}

.section_heading.txt-color-white.txt-align-center.special-2._3 {
  font-size: 2.9rem;
}

.paragraph-34 {
  color: #fff;
  text-align: left;
  padding-top: 9px;
  padding-left: 24px;
}

.featured-in01_wrapper-3 {
  z-index: 3;
  background-color: #1a1a1a;
  width: 100vw;
  padding-bottom: 36px;
  position: relative;
}

.featured-in01_wrapper-3._2 {
  background-color: #1f1f1f;
}

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

.section_faq2 {
  width: 100%;
}

.text-weight-semibold {
  font-weight: 600;
}

.image-62 {
  aspect-ratio: 246 / 83;
  width: 100px;
}

.testimonial18_client-image-wrapper {
  border-radius: 25px;
  align-self: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.button-12 {
  color: #242424;
  text-align: center;
  background-color: #e0e0e0;
  border-radius: 60px;
  font-size: .9rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.scroll-direction {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.text-block-120 {
  display: none;
}

.testimonial18_list {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 3792px;
  display: flex;
  position: relative;
}

.text-block-29 {
  color: #b3b3b3;
  font-size: .8rem;
  display: none;
}

.testimonial18_card {
  background-color: #fff;
  border-radius: 20px;
  width: 300px;
  margin-right: 16px;
  padding: 14px 14px 34px;
  display: inline-block;
}

.text-block-121 {
  color: #8a8a8a;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 0;
  margin-bottom: 6px;
  padding-bottom: 6px;
  font-size: .7rem;
}

.text-size-medium-2 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: 1rem;
  overflow: hidden;
}

.text-size-medium-2.slider {
  border-bottom-style: none;
  height: 60px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: .8rem;
}

.review-date {
  color: #9b9b9b;
  font-size: .9rem;
  display: none;
}

.testimonial18_rating-wrapper {
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.review-collection-list {
  align-self: flex-start;
  width: 964px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 16px;
  overflow: hidden;
}

.testimonial18_client {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.scroll-wrapper {
  background-color: #e4e4e49c;
  border-radius: 200px;
  justify-content: space-between;
  align-items: center;
  width: 450px;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
}

.link-block-13 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.testimonial18_rating-icon {
  color: #fcbc06;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.scroll-holder {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -27px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
  position: relative;
}

.code-embed-2 {
  width: 100%;
}

.testimonial18_client-info {
  flex: 1;
}

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

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

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

.description-of-advisor-2 {
  color: #000;
  border-top: 1px solid #adadad47;
  margin-bottom: 0;
  padding-top: 9px;
  padding-right: 23px;
  font-size: 16px;
  line-height: 1.4;
}

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

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

.name-of-advisor-2 {
  color: #242424;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Librebaskerville, Times New Roman, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

.name-of-advisor-2.right {
  text-align: right;
}

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

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

.advisor-focus {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  width: 100%;
  display: flex;
  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;
}

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

@media screen and (max-width: 991px) {
  .ev1_btn01 {
    justify-content: center;
  }

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

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

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

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

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

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

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

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

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

  .ev1_nav06_link {
    display: none;
  }

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

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

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

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

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

  .section-text.twe {
    font-size: 1rem;
  }

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

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

  .walsh-left-hero {
    background-color: #fff;
    border-radius: 31px;
    padding: 28px;
  }

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

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

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

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

  .ev1_team01_special-logo {
    display: none;
  }

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

  .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;
  }

  .light-box_close-icon.start-scroll.close-lightbox {
    margin-top: -23px;
    margin-right: 12px;
  }

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

  .ev1_team01_light-box-img {
    width: 200px;
    height: 200px;
  }

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

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

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

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

  .tab-content-main-3 {
    width: 100%;
    padding-bottom: 33px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .walsh-main-grid-no-gap-2 {
    grid-template-columns: 1fr;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .walsh-image-hero-2 {
    width: 340px;
  }

  .walsh-hero-inner-image-2 {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .image-68 {
    width: 122px;
    padding: 13px 11px 9px;
  }

  .text-block-118 {
    font-size: 1.5rem;
  }

  .image-69 {
    width: 120px;
  }

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

  .paragraph-44 {
    border-bottom: 1px solid #00000024;
    border-left-style: none;
  }

  .fiduciary-promise-item {
    font-size: 16px;
  }

  .text-block-119 {
    font-size: 1.5rem;
  }

  .button-7.is-small {
    align-self: center;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .testimonial18_list {
    width: 3000px;
  }

  .review-collection-list {
    width: 766px;
  }

  .text-block-104 {
    line-height: 1.2;
  }

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

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

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

  .advisor-focus-content {
    padding: 28px;
  }

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

@media screen and (max-width: 767px) {
  .ev1_btn01.hide-on-mobile {
    display: none;
  }

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

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

  .ev1_nav06_cont-left {
    flex: none;
  }

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

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

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

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

  .main-section-heading.landing-page {
    padding-bottom: 4px;
  }

  .main-section-heading.twe {
    padding-bottom: 4px;
    font-size: 1.75rem;
    line-height: 1.1;
  }

  .div-block-14 {
    background-color: #0000;
  }

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

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

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

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

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

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

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

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

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

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

  .container.hero {
    height: 65vh;
  }

  .ev1_nav06_container {
    padding-top: 6px;
  }

  .section.landing-page {
    padding-top: 105px;
  }

  .section.landing-page.padding {
    padding-top: 98px;
  }

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

  .text-block-9 {
    text-align: center;
    line-height: 1.1;
  }

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

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

  .ev1_nav06_logo-img {
    width: 206px;
  }

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

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

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

  .section-text.privacy-policy {
    font-size: 1rem;
  }

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

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

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

  .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-172 {
    width: 76%;
    height: 224px;
    margin-top: -30px;
    margin-bottom: 16px;
  }

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

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

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

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

  .ev1_team01_individual-card-special.stop-scroll.open-lightbox {
    flex-flow: column;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .ev1_team01_special-p {
    display: none;
  }

  .ev1_team01_special-content {
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .ev1_team01_light-box-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ev1_team01_special-wrapper {
    width: 100%;
  }

  .ev1_team01_light-box-info-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: -1rem;
  }

  .team01_container {
    flex: 1;
  }

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

  .ev1_team01_special-container {
    flex: 1;
    width: 350px;
  }

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

  .ev1_team01_light-box-name {
    text-align: center;
  }

  .ev1_collection-wrapper {
    width: 100%;
  }

  .ev1_team01_light-box-img {
    margin-right: 0;
  }

  .ev1_team01_light-box-title {
    text-align: center;
  }

  .light-box_wrapper {
    padding-bottom: 5rem;
  }

  .ev1_team01_name {
    font-size: 1.2rem;
  }

  .hwh-wrapper {
    flex-flow: column;
  }

  .bgvideo3 {
    display: none;
  }

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

  .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;
  }

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

  .tab-content-main-3 {
    padding-top: 30px;
    padding-bottom: 26px;
  }

  .tab-content-main-3._2 {
    padding-left: 3px;
    padding-right: 3px;
  }

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

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

  .wealthy-ent-section {
    padding-top: 24px;
  }

  .text-block-117, .wait-list-btn {
    font-size: 18px;
  }

  .brokercheck-container {
    grid-template-columns: 1fr;
  }

  .link-block-4 {
    justify-content: center;
    align-items: center;
  }

  .div-block-207 {
    border-left-style: none;
    justify-content: center;
    align-items: center;
  }

  .walsh-hero-inner-image-2 {
    justify-content: center;
    align-items: flex-end;
  }

  .nacff-section-2 {
    flex-flow: column;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nacff-section-2.negative {
    margin-top: 18px;
    margin-bottom: 0;
  }

  .container-6.special._2 {
    flex-flow: column;
  }

  .text-block-118 {
    text-align: center;
    font-size: 1.5rem;
  }

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

  .featured-in01_logo-2 {
    padding: 1rem;
  }

  .div-block-211 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .featured-in01_logo-container-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .paragraph-44 {
    text-align: center;
  }

  .div-block-214 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .text-block-119 {
    text-align: center;
    font-size: 1.5rem;
  }

  .collection-list-15, .div-block-215 {
    grid-template-columns: 1fr;
  }

  .tabs-content-3 {
    margin-top: 1rem;
  }

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

  .faq2_icon-wrapper {
    width: 1.75rem;
    height: 1.75rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section_heading.txt-color-white.txt-align-center.special-2 {
    font-size: 2.4rem;
  }

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

  .testimonial18_list {
    width: 1824px;
  }

  .testimonial18_card {
    margin-right: 8px;
    padding-bottom: 14px;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .text-size-medium-2.slider {
    height: 38px;
  }

  .review-collection-list {
    width: 448px;
    padding-left: 0;
  }

  .testimonial18_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .description-of-advisor-2, .description-of-advisor-2.right {
    text-align: center;
  }

  .advisor-focus-img {
    order: -9999;
  }

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

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

  .advisor-focus-content, .advisor-focus-content.right {
    justify-content: center;
    align-items: center;
  }

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

@media screen and (max-width: 479px) {
  .ev1_btn01.hide-on-mobile {
    display: none;
  }

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

  .main-section-heading.twe {
    font-size: 1.4rem;
  }

  .ev1_btn01_text {
    font-size: 1rem;
  }

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

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

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

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

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

  .hero-text01, .text-block-9 {
    font-size: 1.2rem;
  }

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

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

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

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

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

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

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

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

  .title-of-advisor {
    padding-bottom: 12px;
    font-size: 18px;
  }

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

  .ev1_team01_light-box-button-container {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
  }

  .ev1_team01_special-content {
    text-align: center;
    align-items: center;
    width: 90%;
    padding-left: 0;
  }

  .ev1_team01_wrapper {
    width: 100%;
  }

  .ev1_team01_light-box-container {
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .ev1_team01_special-container, .light-box_wrapper {
    width: 100%;
  }

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

  .text-block-102 {
    font-size: 20px;
  }

  .form-block {
    margin-top: 0;
    padding: 21px 12px;
  }

  .tab-content-main-3 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .tab-content-main-3._2 {
    padding-top: 0;
  }

  .submit-button._2 {
    padding: 15px 35px;
    font-size: 1.1rem;
  }

  .heading-49 {
    width: 80%;
    font-size: 22px;
  }

  .checkbox-label {
    text-align: left;
  }

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

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

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

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

  .div-block-181 {
    padding: 15px 12px;
  }

  .image-50 {
    margin-bottom: -49px;
  }

  .text-block-39 {
    text-align: center;
    line-height: 1.2;
  }

  .walsh-image-hero-2 {
    width: 234px;
  }

  .walsh-hero-inner-image-2 {
    right: 0%;
  }

  .nacff-section-2 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .nacff-section-2.negative {
    margin-left: 0;
    margin-right: 0;
  }

  .image-69 {
    margin-right: 0;
  }

  .featured-in01_logo-2 {
    padding: .5rem;
  }

  .featured-in01_logo-container-3 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .inside-img52 {
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section_heading.txt-color-white.txt-align-center.special-2 {
    font-size: 2rem;
  }

  .section_heading.txt-color-white.txt-align-center.special-2._3 {
    font-size: 1.7rem;
    line-height: 1.1;
  }

  .container-15._2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .testimonial18_list {
    width: 2112px;
  }

  .review-collection-list {
    width: 360px;
    padding-left: 8px;
  }

  .scroll-holder {
    margin-top: -1px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .description-of-advisor-2.right {
    padding-left: 0;
  }

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

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

  .name-of-advisor-2.right {
    text-align: center;
  }

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

  .advisor-focus-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 18px;
  }

  .advisor-focus-content.right {
    padding-left: 0;
  }

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

#w-node-_1e103062-46c1-e2ae-43b9-e3c29224b894-b33aab77, #w-node-_1e103062-46c1-e2ae-43b9-e3c29224b8b0-b33aab77 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_3e9b3a24-7b94-64ee-c9c0-b6e4629bfe63-b33aab77, #w-node-_5b41d3eb-2544-0d09-5ccc-891a7d971f68-b33aab77, #w-node-_5b41d3eb-2544-0d09-5ccc-891a7d971f69-b33aab77, #w-node-_5b41d3eb-2544-0d09-5ccc-891a7d971f6a-b33aab77, #w-node-_5b41d3eb-2544-0d09-5ccc-891a7d971f6b-b33aab77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1e103062-46c1-e2ae-43b9-e3c29224b894-b33aab77, #w-node-_1e103062-46c1-e2ae-43b9-e3c29224b8b0-b33aab77 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_19c34afb-b256-9afe-2986-03ae276e1d4c-b33aab77 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_19c34afb-b256-9afe-2986-03ae276e1d48-b33aab77 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1e103062-46c1-e2ae-43b9-e3c29224b894-b33aab77, #w-node-_1e103062-46c1-e2ae-43b9-e3c29224b8b0-b33aab77 {
    grid-row: span 1 / span 1;
  }

  #w-node-ab4b10f5-6255-8f55-e3c1-1974d22eeebe-b33aab77, #w-node-_99fe8f93-bc14-fec0-e11f-86204af7a191-4af7a17e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Librebaskerville';
  src: url('../fonts/LibreBaskerville-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('../images/') format('woff2');
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}