:root {
  --black: black;
  --white: white;
  --color1: #101b3a;
  --color2: #283762;
  --color3: #41548a;
  --color4: #4b609c;
  --color5: #6173a7;
  --color6: #f5900d;
  --faint1: #f8f8f8;
  --faint2: #ebebeb;
  --faint3: #e4e4e4;
}

.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: var(--black);
  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: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  flex: 1;
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: none;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

.container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-xxsmall {
  padding: .5rem;
}

.button {
  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;
  transition: background-color .3s;
  display: flex;
}

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

.button.is-icon {
  padding: 1rem;
}

.sg-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 20px;
  min-width: 13.75rem;
  margin-right: 2rem;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.sg-label.is-html-tag {
  background-color: #be4aa5;
  display: block;
}

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

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: var(--black);
  background-color: #fff;
  border: 1px solid #6e6e6e3b;
  margin-bottom: .5rem;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.txt-white {
  color: var(--white);
}

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

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

.icon.xs {
  width: 1rem;
  height: 1rem;
}

.icon.s {
  width: 1.25rem;
  height: 1.25rem;
}

.icon.l {
  width: 2rem;
  height: 2rem;
}

.icon.xl {
  width: 2.5rem;
  height: 2.5rem;
}

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

.text-align-center.txt-color-6.size-change {
  font-size: 1.5rem;
}

.sg-category {
  align-self: stretch;
  padding-top: 1.5rem;
}

.rich-text h1 {
  margin-top: 2rem;
}

.rich-text blockquote, .rich-text h2, .rich-text h3, .rich-text h4 {
  margin-top: 1.5rem;
}

.rich-text h5, .rich-text h6 {
  margin-top: 1.25rem;
}

.rich-text p {
  margin-top: 1rem;
}

.rich-text a {
  text-decoration: underline;
}

.rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

._404-container {
  background-color: var(--black);
  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-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: #838383;
  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;
}

.sg-logo {
  width: 100%;
  max-width: 15rem;
}

.sg-menu {
  justify-content: space-between;
  display: flex;
}

.sg-menu.normal-padding {
  background-color: #ececec;
}

.normal-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.sg-info-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.sg-category-title {
  color: #fff;
  text-align: center;
  background-color: #222;
  border-radius: 20px;
  width: 108%;
  margin-left: -4%;
  padding: .75rem 1.5rem;
}

.sg-individual-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

.sg-individual-item.special {
  background-color: #fdfdfd;
  border-radius: 20px;
  align-items: flex-start;
  padding: 1.5rem;
  box-shadow: 0 0 8px #0003;
}

.color-palette-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.black {
  background-color: var(--black);
}

.individual-color-palette {
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.white {
  background-color: var(--white);
}

.color-1 {
  background-color: var(--color1);
}

.color-2 {
  background-color: var(--color2);
}

.color-3 {
  background-color: var(--color3);
}

.color-4 {
  background-color: var(--color4);
}

.color-5 {
  background-color: var(--color5);
}

.color-6 {
  background-color: var(--color6);
}

.sg-label-container {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: grid;
}

.icon-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: grid;
}

.loader_img-wrap {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.paragraph-11 {
  color: #474747;
  text-align: center;
  flex: 1;
  align-items: flex-start;
  padding-top: 1rem;
  display: flex;
}

.aa-nav-background-slide-up {
  z-index: 0;
  background-color: #e6e6e680;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.iphone-image-nm {
  width: 300px;
  margin-bottom: -81px;
}

.aa-nav-hamburger-button {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.aa-nav-hamburger-button.stop-scroll {
  color: #fff;
  transition: color .35s;
  display: none;
}

.aa-nav-hamburger-button.stop-scroll:hover {
  color: #7f98df;
}

.hero-container-cs {
  z-index: 6;
  background-color: #fffffff0;
  border-radius: 15px 80px 80px;
  justify-content: center;
  align-items: center;
  width: 84%;
  max-width: 860px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  position: relative;
  top: .6vw;
  left: 64px;
  box-shadow: 0 0 20px -14px #000;
}

.nav-logo {
  opacity: 1;
  width: 349px;
  max-width: none;
}

.about-adviser-quote-nm {
  color: var(--color6);
  font-style: italic;
  display: block;
}

.image-24 {
  width: 100px;
  margin-left: 16px;
  margin-right: 16px;
}

.grid {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.image-loader-wrapper {
  z-index: 14;
  width: 100%;
  height: 100vh;
  font-size: 1em;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.test-video-container-nm {
  position: relative;
}

.aa-full-nav-left-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 10%;
  display: flex;
}

.aa-left-arrow-svg {
  z-index: 1;
  color: #202020;
  width: 14px;
  position: relative;
}

.div-block-40 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

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

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

.aa-close-nav-button {
  z-index: 50;
  cursor: pointer;
  background-color: #292929;
  border-bottom-left-radius: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.aa-close-nav-button.start-scroll {
  background-color: #051f33;
}

.aa-nav-logo-link {
  align-items: center;
  display: flex;
}

.iphone-video-holder-nm {
  border-radius: 30px;
  position: absolute;
  inset: 13px auto auto 30px;
  overflow: hidden;
}

.quick-links-container {
  background-color: var(--color2);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.loader_column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 7vh;
  padding-right: 7vh;
  display: flex;
}

.loader_column.is-alt {
  justify-content: flex-end;
}

.div-block-87 {
  background-color: #5988c9;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  left: -100%;
}

.hero-image-cs {
  border: 25px solid #fff;
  border-radius: 300px;
  width: 428px;
  margin-top: -67px;
  margin-left: -128px;
  display: block;
  box-shadow: 0 0 20px 1px #1e1d5f12;
}

.tab-content-3 {
  text-align: justify;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
}

.aa-navigation {
  z-index: 6;
  position: relative;
}

.aa-nav-cta-button {
  background-color: var(--color6);
  color: #fff;
  text-align: center;
  border-radius: 30px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 4px;
  padding: 12px 18px;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.aa-nav-cta-button:hover {
  background-color: var(--color5);
}

.aa-nav-cta-button.full-nav-cta {
  align-self: auto;
  font-size: 1.2rem;
}

.text-span-28 {
  font-weight: 200;
}

.aa-full-nav-link-wrapper {
  color: #1a1a1f;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
  text-decoration: none;
  transition: border-color .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.aa-full-nav-link-wrapper:hover {
  border-color: #818181;
}

.div-block-88 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

.aa-nav-button-wrapper {
  align-items: stretch;
  display: flex;
}

.hero-paragraph-as {
  color: var(--color2);
  margin-top: 22px;
  padding-bottom: 22px;
  font-size: 15px;
  line-height: 24px;
}

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

.text-span-22 {
  color: var(--color2);
}

.div-block-62 {
  text-align: left;
  border-left: 2px solid #ececec;
  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;
}

.tabs-content {
  background-color: #fff;
  border-radius: 20px;
}

.aa-close-nav-img {
  color: #fff;
  width: 30px;
  height: 30px;
  position: relative;
  top: -18px;
  right: -18px;
}

.tab-content-nm-3 {
  text-align: justify;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 78px;
  display: flex;
}

.loader_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.about-adviser-image-nm {
  border-radius: 200px;
  width: 150px;
  margin-left: 18px;
  margin-right: 18px;
}

.decorative-line-nm {
  border-top: 1px solid #d3d3d3;
  flex: 1;
  width: 40%;
  height: 3px;
}

.heading-45 {
  color: var(--color6);
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
}

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

.paragraph-27 {
  text-align: center;
  padding-top: 1rem;
  font-size: 16px;
  font-weight: 400;
}

.hero-heading-as {
  color: var(--color2);
  text-align: left;
  text-transform: none;
  border-bottom: 2px solid #ebebeb;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 18px;
  font-size: 50px;
  font-weight: 800;
  line-height: 52px;
}

.aa-nav-hamburger-svg {
  width: 24px;
  height: 24px;
}

.header-1-loading {
  color: #0c3c7f;
  text-align: center;
  text-transform: uppercase;
  max-width: 640px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 18px;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

.loader_flex {
  height: 561vh;
  display: flex;
  transform: scale(.1);
}

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

.test-heading-span-nm {
  font-weight: 800;
}

.footer {
  z-index: 5;
  background-color: #fff;
  width: 100%;
  position: relative;
  box-shadow: 0 0 14px #0000001c;
}

.div-block-41 {
  background-color: #f2f2f2;
  flex: 1;
  height: 2px;
}

.main-hero-text-block-as {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 495px;
  margin-left: 18px;
  margin-right: 18px;
  display: flex;
}

.aa-menu-text {
  color: #1e4d72;
  margin-top: -16px;
  font-size: 5rem;
  font-weight: 100;
}

.aa-top-bar-nav {
  z-index: 3;
  background-color: var(--color1);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 20px 13px #0003;
}

.div-block-86 {
  background-color: #e2e2e2;
  border-radius: 20px;
  width: 94%;
  max-width: 600px;
  height: 8px;
  overflow: hidden;
}

.text-block-25 {
  color: #f5900c;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 18px;
}

.link-11 {
  color: var(--color3);
  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;
}

.about-adviser-image-section-nm {
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.aa-full-nav-right-wrapper {
  flex: 1;
  max-width: 600px;
}

.text-span-30 {
  color: var(--color2);
  font-size: 16px;
  font-weight: 300;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.html-embed-video-nm {
  cursor: pointer;
  margin-bottom: -7px;
  padding-bottom: 0;
}

.aa-full-nav-link {
  z-index: 2;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 1.625rem;
  line-height: 2rem;
  position: relative;
}

.hero-section {
  z-index: 1;
  background-image: linear-gradient(#101b3abf, #101b3abf), url('../images/portrait-of-a-happy-multigeneration-family-using-e-2022-01-18-23-38-46-utc_1portrait-of-a-happy-multigeneration-family-using-e-2022-01-18-23-38-46-utc.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 730px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.tab-text-nm {
  color: var(--color2);
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 800;
}

.about-adviser-author-nm {
  color: var(--color6);
  font-style: italic;
  font-weight: 800;
}

.loader {
  z-index: 800;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.about-adviser-paragraph-nm {
  text-align: justify;
  padding-top: 30px;
  font-size: 15px;
  line-height: 25px;
}

.aa-nav-container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 23px 26px;
  display: flex;
}

.test-container-nm {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 400px;
  display: flex;
}

.text-span-29 {
  font-weight: 800;
}

.what-matters-block {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 0 19px -7px #0003;
}

.text-span-16 {
  color: var(--color1);
  font-style: italic;
  font-weight: 700;
}

.aa-cta-and-social-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

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

.indv-test-heading-nm {
  color: var(--color2);
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 2px solid #eee;
  padding-bottom: 1rem;
  padding-left: 36px;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
}

.tab-link-nm {
  opacity: .6;
  cursor: pointer;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 50%;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 13px;
  transition: opacity .3s;
}

.tab-link-nm:hover {
  opacity: .82;
}

.tab-link-nm.w--current {
  opacity: 1;
  cursor: default;
  background-color: #fff;
  padding-top: 28px;
}

.loader_column-inner {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.load-cover-background {
  z-index: 13;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.aa-nav-right-side-wrapper {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

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

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

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

.tabs-menu-nm {
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
}

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

.div-block-39 {
  clear: none;
  cursor: default;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 0 20px -8px #0003;
}

.div-block-39:hover {
  transform: scale(1.02);
}

.aa-full-slide-in-nav {
  z-index: 4;
  opacity: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #fffffff0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 150px;
  padding-bottom: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto 100%;
  overflow: auto;
}

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

.aa-nav-main-button {
  color: #fff;
  text-align: center;
  background-color: #3898ec00;
  align-items: center;
  padding: 5px 10px;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.test-text-container-nm {
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 70px;
  padding-right: 50px;
  display: flex;
}

.aa-full-nav-wrapper {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.7fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 90%;
  max-width: 1100px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.test-paragraph-nm {
  max-width: 475px;
  color: var(--color6);
  text-align: right;
  letter-spacing: 1.5px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 18px;
}

.txt-black {
  color: var(--black);
}

.txt-color-1 {
  color: var(--color1);
}

.txt-color-2 {
  color: var(--color2);
}

.txt-color-3 {
  color: var(--color3);
}

.txt-color-4 {
  color: var(--color4);
}

.txt-color-5 {
  color: var(--color5);
}

.txt-color-6 {
  color: var(--color6);
}

.border-color-black {
  border-color: var(--black);
}

.border-color-white {
  border-color: var(--white);
}

.border-color-1 {
  border-color: var(--color1);
}

.border-color-2 {
  border-color: var(--color2);
}

.border-color-wrapper {
  border-style: solid;
  border-width: 3px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 2px;
  height: 2px;
  overflow: hidden;
}

.border-color-3 {
  border-color: var(--color3);
}

.border-color-4 {
  border-color: var(--color4);
}

.border-color-5 {
  border-color: var(--color5);
}

.border-color-6 {
  border-color: var(--color6);
}

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

.collection-item-5 {
  background-color: #fff;
  border-radius: 20px;
  padding: 18px;
  display: flex;
}

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

.image-44 {
  float: left;
  object-fit: cover;
  border-radius: 120px;
  align-self: center;
  width: 140px;
  height: 140px;
}

.div-block-66 {
  align-items: center;
  display: flex;
}

.div-block-67 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  padding-top: 32px;
}

.div-block-115 {
  border-left: 1px solid #c7c7c7;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  display: flex;
}

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

.close-div.start-scroll {
  inset: 0%;
}

.show-bio-container {
  z-index: 30;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1a2335c9;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 32px;
  padding-bottom: 30px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.lightbox_close-icon {
  z-index: 2;
  background-color: var(--color6);
  color: #fff;
  cursor: pointer;
  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;
}

.lightbox_close-icon:hover {
  transform: translate(-12px, 12px)scale(1.2);
}

.lightbox_close-icon.start-scroll {
  cursor: pointer;
}

.div-block-46 {
  z-index: 2;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 30px 40px;
  display: flex;
  position: relative;
}

.text-block-13 {
  color: var(--color2);
  text-align: left;
  text-transform: none;
  padding-top: 5px;
  font-size: .9rem;
  line-height: 1;
}

.image-25 {
  object-fit: cover;
  border-radius: 200px;
  align-self: flex-start;
  width: 250px;
  max-width: 250px;
  height: 250px;
  max-height: 250px;
  margin-top: 0;
}

.link-14 {
  color: var(--color3);
  font-size: .85rem;
  text-decoration: none;
}

.div-block-47 {
  text-align: left;
  border-left: 1px solid #ebebeb;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-55 {
  color: var(--color1);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.view-bio {
  background-color: var(--color6);
  color: #fff;
  border-radius: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 8px 22px;
}

.collection-list-6 {
  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;
}

.section {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.pro-per_tabs {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.faint-bg-1 {
  background-color: var(--faint1);
}

.faint-bg-2 {
  background-color: var(--faint2);
}

.faint-bg-3 {
  background-color: var(--faint3);
}

.button-hover:hover {
  background-color: var(--color2);
}

.about-ps-text-nm {
  color: #535353;
  margin-top: 10px;
  margin-bottom: 0;
}

.individual-ps-link-nm {
  color: var(--color6);
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.individual-ps-company-nm {
  text-align: center;
  background-color: #eee;
  border-radius: 20px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
}

.ps-grid-container-nm-2 {
  grid-column-gap: 16px;
  grid-row-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  justify-items: stretch;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.ps-image-nm {
  border-radius: 10px;
  width: 100%;
  max-width: 396px;
  margin-right: 22px;
}

.individual-ps-title-nm-2 {
  color: #19285a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1;
}

.empty-state {
  display: none;
}

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

.image-45 {
  width: 300px;
}

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

.paragraph-28 {
  text-align: left;
  border-left: 2px solid #000;
  margin-left: 9px;
  padding-left: 10px;
  font-size: .9rem;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .container {
    max-width: 768px;
  }

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

  .normal-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .paragraph-11 {
    align-items: flex-start;
  }

  .aa-nav-hamburger-button.stop-scroll {
    display: flex;
  }

  .hero-container-cs {
    width: 80%;
    max-width: 615px;
  }

  .nav-logo {
    width: 250px;
  }

  .hero-image-cs {
    max-width: 300px;
  }

  .aa-full-nav-link-wrapper {
    grid-template-columns: 1fr 3fr;
  }

  .hero-heading-as {
    font-size: 46px;
    line-height: 46px;
  }

  .header-1-loading {
    font-size: 30px;
    line-height: 34px;
  }

  .main-hero-text-block-as {
    margin-right: 14px;
  }

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

  .div-block-39 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .aa-nav-main-button {
    display: none;
  }

  .test-text-container-nm {
    width: 50%;
  }

  .image-44 {
    width: 100px;
    height: 100px;
  }

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

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

  .div-block-116 {
    flex-flow: column;
  }

  .paragraph-28 {
    text-align: center;
    border-bottom: 1px solid #00000024;
    border-left-style: none;
    margin-left: 0;
    padding-top: 21px;
    padding-bottom: 19px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    text-align: center;
    line-height: 1;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .container {
    max-width: 480px;
  }

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

  .normal-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-container-cs {
    border-radius: 60px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 90px;
    margin-bottom: 41px;
    padding-top: 30px;
    padding-bottom: 30px;
    top: auto;
    left: auto;
  }

  .nav-logo {
    width: 228px;
  }

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

  .aa-full-nav-left-wrapper {
    position: absolute;
    inset: 0% auto auto 0%;
  }

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

  .hero-image-cs {
    margin-top: -95px;
    margin-left: 0;
  }

  .tab-content-3 {
    align-items: center;
    display: flex;
  }

  .aa-nav-cta-button.hide-on-mobile {
    display: none;
  }

  .aa-full-nav-link-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .hero-paragraph-as {
    text-align: center;
  }

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

  .tab-content-nm-3 {
    padding: 30px 34px;
  }

  .hero-heading-as, .header-1-loading {
    text-align: center;
    margin-top: 19px;
  }

  .main-hero-text-block-as {
    align-items: center;
    margin-bottom: 20px;
    margin-left: 14px;
  }

  .aa-menu-text {
    margin-top: 0;
    padding-left: 5px;
    line-height: 1;
  }

  .aa-top-bar-nav {
    position: relative;
  }

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

  .grid-2 {
    grid-template-columns: 1fr;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }

  .aa-full-nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hero-section {
    height: auto;
    min-height: auto;
    padding-top: 0;
  }

  .tab-text-nm {
    font-size: 16px;
  }

  .test-container-nm {
    flex-direction: column;
  }

  .aa-cta-and-social-wrapper {
    margin-top: 10px;
  }

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

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

  .indv-test-heading-nm {
    text-align: center;
    padding-left: 0;
  }

  .tab-link-nm.w--current {
    padding-top: 23px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .aa-nav-right-side-wrapper {
    z-index: 20;
  }

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

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

  .tabs-menu-nm {
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .div-block-39:hover {
    transform: scale(1);
  }

  .aa-full-slide-in-nav {
    padding-top: 12px;
  }

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

  .aa-nav-main-button {
    display: none;
  }

  .test-text-container-nm {
    align-items: center;
    width: 100%;
    padding-bottom: 23px;
    padding-right: 0;
  }

  .aa-full-nav-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
    grid-template-rows: min-content minmax(auto, 1fr) auto;
    grid-template-columns: 1.5fr;
    padding-top: 170px;
  }

  .test-paragraph-nm {
    text-align: center;
  }

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

  .collection-list-wrapper-3 {
    width: 100%;
    max-width: 495px;
  }

  .image-44 {
    align-self: center;
  }

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

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

  .close-div {
    display: none;
  }

  .show-bio-container {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .div-block-46 {
    border-radius: 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
  }

  .text-block-13 {
    text-align: left;
  }

  .image-25 {
    width: 200px;
    height: 200px;
    margin-top: 0;
  }

  .div-block-47 {
    border-left-style: none;
    align-items: center;
    margin-top: 18px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .individual-ps-link-nm {
    border-bottom-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .individual-ps-company-nm {
    flex-direction: column;
  }

  .ps-grid-container-nm-2 {
    grid-row-gap: 41px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-top: 22px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .ps-image-nm {
    margin-right: 0;
  }

  .individual-ps-title-nm-2 {
    margin-top: 11px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .container {
    max-width: 360px;
  }

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

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

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

  .hero-container-cs {
    width: 95%;
    padding: 0 8px;
  }

  .nav-logo {
    width: 90%;
  }

  .hero-image-cs {
    width: 80%;
    max-width: 90%;
    margin-top: -61px;
  }

  .aa-full-nav-link-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 6fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .aa-nav-button-wrapper {
    display: none;
  }

  .tab-content-nm-3 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-heading-as, .header-1-loading {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .main-hero-text-block-as {
    margin-left: 0;
    margin-right: 0;
  }

  .aa-menu-text {
    padding-bottom: 4px;
    padding-left: 8px;
    font-size: 60px;
  }

  .aa-full-nav-link {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tab-text-nm {
    letter-spacing: normal;
    font-size: 14px;
  }

  .about-adviser-paragraph-nm {
    text-align: center;
  }

  .aa-nav-container {
    justify-content: space-between;
  }

  .test-container-nm {
    padding-top: 24px;
  }

  .indv-test-heading-nm {
    font-size: 26px;
    line-height: 26px;
  }

  .tab-link-nm, .tab-link-nm.w--current {
    margin-left: 0;
    margin-right: 0;
  }

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

  .tabs-menu-nm {
    padding-left: 13px;
    padding-right: 13px;
  }

  .aa-full-nav-wrapper {
    grid-row-gap: 20px;
  }

  .collection-item-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-44 {
    width: 100px;
    margin-left: 8px;
  }

  .div-block-115 {
    text-align: center;
    border-left-style: none;
    align-items: center;
    margin-left: 0;
    padding-top: 9px;
    padding-left: 0;
  }

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

  .text-block-13 {
    text-align: center;
  }

  .link-14 {
    display: none;
  }

  .about-ps-text-nm {
    line-height: 1.2;
  }

  .ps-grid-container-nm-2 {
    grid-row-gap: 16px;
  }
}

#w-node-f61e29df-7d57-8d97-8150-b93518d9ca01-19f77504 {
  place-self: start;
}

#w-node-f61e29df-7d57-8d97-8150-b93518d9ca06-19f77504 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-f61e29df-7d57-8d97-8150-b93518d9ca08-19f77504, #w-node-f61e29df-7d57-8d97-8150-b93518d9ca0d-19f77504, #w-node-f61e29df-7d57-8d97-8150-b93518d9ca12-19f77504, #w-node-_3244d932-ecf4-86aa-4d5a-208a61832aaf-19f77504 {
  justify-self: start;
}

#w-node-f61e29df-7d57-8d97-8150-b93518d9ca50-19f77504, #w-node-f61e29df-7d57-8d97-8150-b93518d9ca58-19f77504, #w-node-f61e29df-7d57-8d97-8150-b93518d9ca5d-19f77504, #w-node-f61e29df-7d57-8d97-8150-b93518d9ca62-19f77504 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40dcc826-8c0d-a37f-d284-f746a6fa90f5-19f77504 {
  place-self: stretch;
}

#w-node-_32f3ec68-6ce3-fbe0-f8ab-d7eae9777eb2-19f77504 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-19f7751b {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-19f7751b, #w-node-_332a5325-042a-312c-4622-9441c66d1f3e-19f7751b, #w-node-fb6342df-3310-9c49-55f8-d3365456d6ee-19f7751b, #w-node-_4db6c59d-5947-b065-1b3b-f094ac225bcb-19f7751b, #w-node-_1e7a33da-77cf-8bfa-8ea9-b8660943a3b4-19f7751b, #w-node-e951d012-0fca-0abf-94ef-bad3f4267c10-19f7751b, #w-node-bb437049-0050-3059-6e7f-656fcdf281c5-19f7751b, #w-node-d145be8a-3752-363f-4d1c-8580a774694d-19f7751b, #w-node-_99ab63dd-bfbe-2086-253f-2c213e3d557a-19f7751b, #w-node-_6bf6df6e-d107-9e8a-5865-f20d36cd4b10-19f7751b, #w-node-df94e042-b95a-5342-2b81-b7ba655cc4dd-19f7751b, #w-node-_955000ca-4f2e-19e8-ab2f-85ee6c7a2661-19f7751b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86311-19f7751b, #w-node-_930616ef-d7ea-2e28-6b45-fa1963e08b0e-19f7751b, #w-node-d91bb2eb-9a89-9d7a-bdac-3341519312af-19f7751b, #w-node-_9c1f06db-26d7-a02d-4ad2-cf4d40963b45-19f7751b {
  justify-self: start;
}

#w-node-b1e1f1ac-7c2e-043c-9f26-e0d830c14ff7-19f7751b, #w-node-bed71678-9a54-c758-3e24-a6b1afd04f4d-19f7751b, #w-node-_33203e5e-bd74-f0ae-dcc3-be427b90e7ec-19f7751b, #w-node-_33203e5e-bd74-f0ae-dcc3-be427b90e7ed-19f7751b, #w-node-_33c540dc-b7bb-bae3-7101-3ccd6db415f7-19f7751b, #w-node-_33c540dc-b7bb-bae3-7101-3ccd6db415f8-19f7751b, #w-node-fa599d30-267e-6f10-4448-a11fd8d2e1cb-19f7751b, #w-node-fa599d30-267e-6f10-4448-a11fd8d2e1cc-19f7751b, #w-node-_5f74c25b-d26e-2eff-ff22-100f61573366-19f7751b, #w-node-_5f74c25b-d26e-2eff-ff22-100f61573367-19f7751b, #w-node-fcd4867b-2ab8-37e3-1c31-d92305402b88-19f7751b, #w-node-fcd4867b-2ab8-37e3-1c31-d92305402b89-19f7751b, #w-node-b2323931-d886-dc0a-6370-86f54e55068b-19f7751b, #w-node-b2323931-d886-dc0a-6370-86f54e55068c-19f7751b, #w-node-_4c3f6af4-ac82-ed71-d2ce-41cceea47a02-19f7751b, #w-node-_4c3f6af4-ac82-ed71-d2ce-41cceea47a03-19f7751b, #w-node-b1ac451a-03ef-d945-e268-6d3b5b80cf15-19f7751b, #w-node-b1ac451a-03ef-d945-e268-6d3b5b80cf16-19f7751b, #w-node-_114ad446-de37-1d8d-a806-b7802ad97c86-19f7751b, #w-node-_114ad446-de37-1d8d-a806-b7802ad97c87-19f7751b, #w-node-_46c77a56-e269-e4df-8615-e708974a0ce8-19f7751b, #w-node-_46c77a56-e269-e4df-8615-e708974a0ce9-19f7751b, #w-node-d74a7aa1-c44d-ae2e-f7fd-36ca6a8d748d-19f7751b, #w-node-d74a7aa1-c44d-ae2e-f7fd-36ca6a8d748e-19f7751b, #w-node-d74a7aa1-c44d-ae2e-f7fd-36ca6a8d748f-19f7751b, #w-node-d74a7aa1-c44d-ae2e-f7fd-36ca6a8d7490-19f7751b, #w-node-d74a7aa1-c44d-ae2e-f7fd-36ca6a8d7491-19f7751b, #w-node-d74a7aa1-c44d-ae2e-f7fd-36ca6a8d7492-19f7751b, #w-node-d74a7aa1-c44d-ae2e-f7fd-36ca6a8d7493-19f7751b, #w-node-d74a7aa1-c44d-ae2e-f7fd-36ca6a8d7494-19f7751b, #w-node-d74a7aa1-c44d-ae2e-f7fd-36ca6a8d7495-19f7751b, #w-node-d74a7aa1-c44d-ae2e-f7fd-36ca6a8d7496-19f7751b, #w-node-d74a7aa1-c44d-ae2e-f7fd-36ca6a8d7497-19f7751b, #w-node-d74a7aa1-c44d-ae2e-f7fd-36ca6a8d7498-19f7751b, #w-node-d74a7aa1-c44d-ae2e-f7fd-36ca6a8d7499-19f7751b, #w-node-d74a7aa1-c44d-ae2e-f7fd-36ca6a8d749a-19f7751b, #w-node-d74a7aa1-c44d-ae2e-f7fd-36ca6a8d749b-19f7751b, #w-node-d74a7aa1-c44d-ae2e-f7fd-36ca6a8d749c-19f7751b, #w-node-_37244f35-5fe1-7f97-ae47-da777c7b5a1b-19f7751b, #w-node-_37b8781a-6ea6-0cb0-a19a-9050e8ec2ff3-19f7751b, #w-node-_8f742e07-4eaf-8544-1e4b-5302c615d668-19f7751b, #w-node-_2bb3b05a-fafa-2ad5-9a3f-a1adc81d8381-19f7751b, #w-node-f346fa5b-8af5-7212-a95f-a67c621158e1-19f7751b, #w-node-_26548805-c64a-503c-0285-a13fc7b7beb7-19f7751b, #w-node-_8bb2d5ea-8874-e75d-4bf7-9f8cfbb25224-19f7751b, #w-node-_301354f7-fa48-c496-aca8-6e9d1b2eb09c-19f7751b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_269af489-2be6-ed34-bf9c-6669031ed78f-19f7751b, #w-node-_5b6c3440-db45-43e8-a3fa-1751c031012e-19f7751b, #w-node-b7973d41-52cb-e0ed-f19b-7f2818406e91-19f7751b, #w-node-dd10fa89-fcf8-9339-3438-e7902d1489ae-19f7751b {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-f61e29df-7d57-8d97-8150-b93518d9ca06-19f77504 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }
}


