:root {
  --color3: #104638;
  --color1: #182020;
  --color6: #dcdcdb;
  --color2: #18352d;
  --color5: #307865;
  --color4: #23594c;
  --orange: #bd7353;
  --white: white;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  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.1;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 800;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

p {
  line-height: 1.618;
}

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

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 16px;
}

li {
  line-height: 1.5;
}

.aa-menu-text {
  color: var(--color1);
  margin-top: -16px;
  font-size: 5rem;
  font-weight: 100;
}

.aa-social-link {
  margin-left: 2px;
  margin-right: 2px;
  transition: transform .3s;
}

.aa-social-link:hover {
  transform: scale(1.1);
}

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

.aa-nav-background-slide-up {
  background-color: var(--color6);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.aa-full-slide-in-nav {
  z-index: 4;
  opacity: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffffd6;
  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%;
}

.page-wrapper {
  width: 100%;
  font-size: 1rem;
  overflow: hidden;
}

.page-wrapper.menu-work-special {
  height: 150vh;
}

.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: #628bb8;
  transition: color .35s;
  display: none;
}

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

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

.fs-cc-manager_trigger {
  display: none;
}

.aa-nav-main-button {
  color: #2b2b2b;
  text-align: center;
  background-color: #3898ec00;
  align-items: center;
  padding: 18px 10px;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .4s ease-in-out, letter-spacing .4s ease-in-out;
  display: flex;
}

.aa-nav-main-button:hover {
  letter-spacing: 1px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_trigger, .fs-cc-banner_trigger {
  display: none;
}

.section {
  background-color: #222;
  width: 100%;
}

.section._100x100 {
  height: 75vh;
  min-height: 601px;
  padding-top: 101px;
}

.aa-connect-caption {
  color: var(--color1);
  padding-left: 4px;
  font-size: 14px;
  font-weight: 400;
}

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

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

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

.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: var(--color1);
  background-color: #051f33;
}

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

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

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

.aa-nav-cta-button {
  color: #f0f0f0;
  text-align: center;
  background-color: #3e4b54;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  padding: 12px 18px;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .4s ease-in-out, letter-spacing .4s ease-in-out;
  display: flex;
}

.aa-nav-cta-button:hover {
  letter-spacing: 1px;
}

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

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

.main-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main-wrapper.not-home {
  padding-top: 120px;
}

.main-wrapper.second-page {
  padding-top: 161px;
}

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

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

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

.aa-social-wrapper {
  align-items: center;
  width: 100%;
  padding-top: 5px;
  display: flex;
  position: relative;
}

.aa-close-nav-img {
  width: 70px;
  height: 70px;
  color: var(--color1);
  padding: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.aa-close-nav-img.start-scroll {
  cursor: pointer;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 540px;
  height: 100%;
  max-height: 70vh;
  position: relative;
}

.fs-cc-banner_close {
  background-color: var(--color1);
  opacity: 1;
  cursor: pointer;
  border-radius: 999rem;
  margin-left: 10px;
  padding: 5px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-banner_button {
  color: #2b2b2b;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 999rem;
  min-width: 135px;
  margin-left: 10px;
  padding: 5px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
  min-width: 115px;
  margin-left: 10px;
  padding: 5px;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 34px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-manager_button {
  cursor: pointer;
  flex-direction: column;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_label {
  color: #303030;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--color1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-top: 1px solid #ffffff1c;
  border-top-right-radius: 40px;
  max-width: 398px;
  padding: 20px;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
}

.fs-cc-manager_component {
  z-index: 999;
  margin-left: 2px;
  margin-right: 2px;
  transition: transform .3s;
}

.fs-cc-manager_component:hover {
  transform: scale(1.1);
}

.fs-cc-prefs_text {
  color: #4d4d4d;
  font-size: .75rem;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-components {
  display: flex;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_button {
  background-color: #383838;
  border: 2px solid #0000;
  border-radius: 999rem;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #505050;
  background-color: #fff;
  border-color: #c2c2c2;
}

.fs-cc-banner_text {
  color: #d3d3d3;
  text-align: left;
  margin-right: 0;
  padding-bottom: 14px;
  font-size: .75rem;
  line-height: 1.3;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #dadada;
  border-radius: 100%;
  padding: 10px;
  text-decoration: none;
  position: absolute;
  inset: -16px -49px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--color3);
  color: #fff;
  font-size: .75rem;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_title {
  color: #303030;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0b0d24b3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 34px;
}

.aa-nav-hamburger-svg {
  width: 24px;
  height: 24px;
  color: var(--color2);
}

.no-scroll {
  overflow: hidden;
}

.fs-cc-banner-close-svg {
  color: #fff;
  width: 20px;
  height: 20px;
}

.fs-cc-banner-close-svg.dark {
  color: #161616;
}

.aa-social-svg {
  width: 30px;
  height: 30px;
  color: var(--color1);
}

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

.aa-top-bar-nav {
  z-index: 3;
  background-color: var(--color6);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  height: 120px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

._404-container {
  background-color: var(--color1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14rem;
  font-weight: 100;
  line-height: 1;
}

._404-heading-2 {
  color: var(--color5);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.7rem;
  line-height: 1;
}

._404-heading-3 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 50px;
  margin-top: 20px;
  padding: 26px 34px;
  font-weight: 700;
  transition: background-color .3s;
}

.button:hover {
  background-color: #ebebeb;
}

.move-slide-menu {
  width: 100vw;
  height: 80vh;
  padding-top: 142px;
  padding-bottom: 60px;
  position: relative;
  top: 119px;
}

.style-guide-color-wrap {
  padding: 16px;
}

.style-guide-color-wrap.white-background {
  background-color: #fff;
}

.style-guide-popup-wrap {
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 22px;
  display: flex;
}

.style-guide-class {
  color: #fff;
  background-color: #3b83f7;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-class.tag-class {
  background-color: #cc55b8;
}

.style-guide-layout-demo {
  background-color: #d3d3d3;
  border: 1px solid #d3d3d3;
}

.style-guide-layout-demo.section-padding {
  margin-top: 30px;
}

.large-p {
  font-size: 1.25rem;
}

.style-guide-category {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-bottom: 5px;
  font-weight: 700;
}

.style-guide-element {
  color: #fff;
  background-color: #3b83f7;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-wrap {
  padding-top: 20px;
}

.form-checkbox {
  width: 20px;
}

.core-section {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.core-section.hero-section {
  background-image: linear-gradient(157deg, #273d4b 19%, #1e394c);
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 720px;
  display: flex;
}

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

.form-field.form-select {
  background-color: #fff;
}

.style-guide-edit-wrap {
  opacity: .4;
}

.style-guide-edit-wrap:hover {
  opacity: 1;
}

.style-guide-white-div {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.small-p {
  font-size: .875rem;
}

.close-popup-button {
  color: #000;
  padding: 15px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -5px -5px auto auto;
}

.style-guide-grid-item-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start stretch;
  padding-top: 10px;
  display: grid;
}

.style-guide-edit {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 10px;
  margin-bottom: 10px;
}

.style-guide-grid {
  grid-column-gap: 40px;
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.main-button {
  background-color: var(--color1);
  color: var(--color6);
  border: 2px solid #0000;
  border-radius: 30px;
  margin-top: 0;
  padding: 12px 24px;
}

.main-button.form-submit {
  margin-top: 15px;
}

.main-button.ghost-button {
  border-color: var(--color1);
  color: var(--color1);
  background-color: #0000;
  font-weight: 500;
}

.main-button.inverse-button {
  color: #3e4b54;
  text-align: center;
  background-color: #fff;
  font-weight: 500;
}

.main-button.inverse-ghost-button {
  border-color: var(--color6);
  color: var(--color6);
  background-color: #0000;
}

.popup-card {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  padding: 30px;
  display: flex;
  position: relative;
}

.form-lable {
  margin-top: 20px;
}

.color5, .color4 {
  color: var(--color5);
}

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

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

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

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

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

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

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

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

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

.image {
  opacity: 1;
  filter: brightness(81%) contrast(174%) grayscale();
  mix-blend-mode: hard-light;
  width: 100%;
  max-width: 410px;
  margin-left: -43px;
}

.under-construction-heading1 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.under-construction-heading3 {
  color: #bc9bbc;
  text-align: center;
  padding-bottom: 11px;
  font-weight: 200;
}

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

.div-block-53 {
  background-color: #272f4e;
  justify-content: flex-end;
  width: 100%;
  padding: 5px 3px;
  display: flex;
}

.link-block-5 {
  display: none;
}

.text-span-13 {
  color: #fff;
}

.link-4 {
  color: #fff;
  padding-right: 5px;
  font-size: 16px;
  text-decoration: none;
}

.link-block-special {
  color: #4e4e4e;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 17px 14px 12px;
  text-decoration: none;
  display: flex;
}

.link-block-special.special-link {
  color: #fff;
  background-color: #76903e;
  border-right-width: 0;
  border-radius: 20px;
  margin-left: 5px;
  padding-top: 3px;
  padding-bottom: 0;
  transition: background-color .3s;
}

.link-block-special.special-link:hover {
  background-color: #314d6d;
}

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

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

.link-5 {
  color: var(--color3);
  align-self: center;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
  top: -1px;
}

.nav-logo-2 {
  width: 100%;
}

.text-block {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 600;
  line-height: 12px;
}

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

.logo-link-block.w--current {
  width: 50%;
  max-width: 320px;
}

.link-3 {
  display: none;
}

.link-block {
  color: #193769;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 17px 14px 12px;
  text-decoration: none;
  display: flex;
}

.link-block.w--current {
  color: #bdbdbd;
}

.navigation-bar {
  z-index: 51;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fffffffa;
  align-items: center;
  width: 100%;
  position: fixed;
  inset: 22% 0% auto;
  box-shadow: 0 0 10px #0000003b;
}

.html-embed {
  color: #fff;
  width: 20px;
  margin-right: 6px;
  position: relative;
}

.aa-full-slide-in-nav-2 {
  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;
}

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

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

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

.secure-upload-button {
  color: #c94028;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  margin-bottom: -14px;
  padding: 5px 11px 10px;
  font-size: .9rem;
  font-weight: 700;
  transition: color .35s, background-color .35s;
}

.secure-upload-button:hover {
  color: #fff;
  background-color: #c94028;
}

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

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

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

.link-block-6 {
  color: #2e4c64;
}

.link-block-6.white {
  color: #fff;
}

.div-block-86 {
  justify-content: flex-end;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 4px;
  padding-right: 20px;
  display: flex;
}

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

.aa-nav-main-button-2 {
  color: var(--color1);
  text-align: center;
  background-color: #3898ec00;
  align-items: center;
  padding: 5px 10px;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s ease-in-out, letter-spacing .4s ease-in-out;
  display: flex;
}

.aa-nav-main-button-2:hover {
  letter-spacing: 1px;
}

.aa-nav-cta-button-2 {
  background-color: var(--color1);
  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: color .4s ease-in-out, letter-spacing .4s ease-in-out;
  display: flex;
}

.aa-nav-cta-button-2:hover {
  letter-spacing: 1px;
}

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

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

.div-block-85 {
  background-color: #1c3a52;
  justify-content: flex-end;
}

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

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

.html-embed-3 {
  width: 30px;
  color: var(--color2);
  margin-right: 6px;
}

.html-embed-3.small {
  width: 20px;
  margin-left: 0;
  margin-right: 4px;
  padding-top: 4px;
}

.aa-top-bar-nav-2 {
  z-index: 3;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 8px -2px #0003;
}

.decorative-circle-nm {
  background-color: #a1a1a1;
  border-radius: 17px;
  width: 8px;
  height: 8px;
  margin-left: 7px;
  margin-right: 7px;
}

.paragraph-29 {
  color: #445eb4;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.hero-section-2 {
  z-index: 0;
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 724px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.image-email-wrapper {
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.hero-heading-as-2 {
  color: var(--color1);
  text-align: left;
  border-bottom: 1px solid #7272721a;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 11px;
  font-size: 40px;
  font-weight: 200;
  line-height: 40px;
}

.background-video {
  opacity: .15;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.hero-button-as-2 {
  background-color: var(--color1);
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 42px;
  margin-top: 5px;
  padding: 22px 32px;
  font-size: 18px;
  font-weight: 700;
  transition: color .3s, background-color .3s;
  display: block;
}

.hero-button-as-2:hover {
  color: #fff;
  background-color: #364c99;
}

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

.text-span-37 {
  color: #324da7;
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.6;
}

.hero-image-cs-2 {
  border-radius: 300px;
  width: 480px;
  display: block;
}

.hero-special-text-nm {
  text-align: center;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 24px;
  padding-bottom: 19px;
  display: flex;
}

.special-text-individual-nm {
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  max-width: 519px;
  padding-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 17px;
  line-height: 17px;
}

.text-span-38 {
  font-weight: 700;
}

.hero-container-cs-2 {
  z-index: 6;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1300px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12vh;
  display: flex;
  position: relative;
}

.link-block-13 {
  padding: 8px;
}

.image-38 {
  width: 120px;
}

.div-block-87 {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 18px;
  padding-right: 18px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.logo-scroll-bar-3 {
  z-index: 14;
  background-color: #fff;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
  box-shadow: 0 0 14px -5px #00000059;
}

.logo-scroll-bar-3.stop-scroll {
  cursor: pointer;
}

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

.logo-container-2 {
  flex: none;
  width: 2550px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.partner-logo-banner {
  object-fit: contain;
  flex: none;
  width: 170px;
  height: 111px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.view-more-partners-section {
  z-index: 15;
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
  position: relative;
}

.view-partners {
  z-index: 13;
  background-color: #3359d6;
  border-radius: 50px;
  padding: 12px 20px;
  font-size: 16px;
  position: absolute;
}

.div-block-79 {
  background-color: #fff;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-28 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 300;
  line-height: 24px;
}

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

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

.displaytoggle-partners {
  z-index: 51;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #e6e6e6d6;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 186px;
  padding-bottom: 30px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.partner-container {
  z-index: 2;
  background-color: #f8f8f8;
  border-radius: 30px;
  flex-direction: column;
  align-items: stretch;
  width: 96%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 22px 40px;
  display: flex;
  position: relative;
}

.partners-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #c9c9c9;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 22px;
  display: grid;
}

.close-icon {
  cursor: pointer;
  padding: 19px;
  font-size: 28px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-43 {
  color: #1a4d86;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
}

.image-34 {
  width: 86%;
}

.heading-47 {
  color: #fdfeff;
  text-align: right;
  max-width: 252px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 43px;
}

.grid-layer-1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.office-address {
  color: var(--color3);
  text-align: right;
  letter-spacing: normal;
  margin-top: 13px;
  margin-bottom: 13px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
}

.link-block-14 {
  border-radius: 38px;
  overflow: hidden;
}

.text-span-39 {
  font-style: italic;
  font-weight: 600;
}

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

.container.our-services {
  background-color: #1a2449;
  border-radius: 39px;
  width: 96%;
  margin-bottom: 24px;
  padding: 23px 26px;
  position: relative;
}

.section-4 {
  background-image: linear-gradient(#13204c, #04121d);
  width: 100%;
  position: relative;
}

.section-sub-header {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #8181813d;
  margin-top: 0;
  margin-bottom: 22px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}

.grid-4 {
  grid-column-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

.section-header {
  color: var(--color3);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 60px;
}

.section-header.dark {
  color: var(--color1);
}

.image-39 {
  width: 100%;
  transition: transform .3s;
}

.image-39:hover {
  transform: scale(1.05);
}

.about-the-firm-container-nm {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  width: 95%;
  max-width: 960px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 114px;
  padding-bottom: 114px;
  display: flex;
  position: relative;
}

.atf-special-focus-nm {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  justify-content: space-around;
  margin-top: 50px;
  margin-bottom: 24px;
  padding: 7px 71px;
  display: flex;
}

.team-member-text-container {
  border-left: 1px solid #c7c7c7;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 16px;
  display: flex;
}

.atf-logo-nm {
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.team-membmer-name-nm {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}

.list-item-nm {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.tab-text-nm {
  color: #47778f;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 800;
}

.team-membmer-title-nm {
  color: #7283be;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 12px;
  font-size: .9rem;
}

.team-member-image-nm {
  cursor: pointer;
  object-fit: cover;
  border-radius: 120px;
  width: 130px;
}

.angle-image-nm {
  z-index: 1;
  width: 100%;
  max-height: 160px;
  position: relative;
}

.youtube {
  margin-bottom: 12px;
}

.service-we-offer-nm {
  justify-content: space-around;
  display: flex;
}

.about-the-firm-nm {
  background-color: #f7f9f9;
  background-image: linear-gradient(#cacaca, #f7f9f9);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.decorative-big-circle-nm {
  z-index: 0;
  background-color: #ebebeb;
  background-image: linear-gradient(159deg, #fff, #e2e2e2);
  border-radius: 2200px;
  width: 80vw;
  height: 80vw;
  position: absolute;
  inset: -40vw 0% auto 10vw;
}

.team-membmer-email-nm {
  color: #3f95c0;
  text-decoration: none;
}

.atf-heading-nm {
  color: #474747;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 51px;
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
}

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

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

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

.team-membmer-disclosure-nm {
  color: #b6b6b6;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 11px;
  line-height: 12px;
}

.atf-focus-text-nm {
  color: #c9c9c9;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.angle-section-nm {
  width: 100%;
}

.team-member-container-nm {
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  padding: 12px;
  display: flex;
}

.team-member-container-nm.stop-scroll {
  cursor: pointer;
}

.team-membmer-bio-nm {
  text-align: left;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-top: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.team-membmer-bio-nm.no-line {
  border-bottom-style: none;
}

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

.logo-image-nm {
  width: 100px;
  margin-left: 18px;
  margin-right: 18px;
}

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

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

.image-13 {
  align-self: center;
  max-width: 220px;
}

.text-block-10 {
  color: #505050;
  letter-spacing: 1.2px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

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

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

.footer {
  z-index: 52;
  background-color: #fff;
  width: 100%;
  padding-top: 40px;
  position: relative;
}

.link-7 {
  color: var(--color1);
  text-align: right;
  margin-top: 4px;
  margin-bottom: 4px;
  font-weight: 600;
  text-decoration: none;
}

.heading-21 {
  color: #153cc5;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  margin-top: 0;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
}

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

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

.text-block-7 {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #76903e;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 18px;
}

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

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

.image-14 {
  filter: invert();
  width: 30px;
  margin-right: 7px;
}

.link-6 {
  color: var(--color1);
  align-self: flex-start;
  margin-top: 4px;
  margin-bottom: 4px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-26 {
  background-color: #1b283f;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 20px;
  display: block;
}

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

.paragraph-14 {
  color: #748196;
  text-align: center;
  width: 98%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 17px;
  font-size: 12px;
  line-height: 14px;
}

.back-by-logo-link-nm {
  margin-left: 0;
  margin-right: 0;
  padding: 5px 4px 20px;
}

.backed-by-icon-image {
  height: 42px;
}

.backed-by-icon-image.special {
  height: 52px;
}

.aa-nav-container-top-nav {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.atf-logo-nm-2 {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

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

.cta-button {
  color: #051f33;
  text-align: center;
  text-transform: none;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 20px 32px;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  transition: letter-spacing .2s, color .2s, background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-button:hover {
  color: #fff;
  letter-spacing: 1.1px;
  background-color: #01a99d;
}

.cta-button.button3 {
  color: var(--color1);
  background-color: #ceddec;
}

.cta-button.button3 {
  background-color: var(--color2);
  color: #fff;
}

.cta-button.button3:hover {
  background-color: var(--color1);
}

.atf-special-focus-nm-2 {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  justify-content: space-around;
  margin-top: 26px;
  margin-bottom: 24px;
  padding: 7px 71px;
  display: flex;
}

.atf-focus-text-nm-2 {
  color: var(--color2);
  text-transform: uppercase;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 700;
}

.tab-content-nm-2 {
  text-align: justify;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 960px;
  margin-top: 18px;
  margin-bottom: 24px;
  padding: 0;
  display: flex;
  position: relative;
}

.logo-image-nm-2 {
  width: 140px;
  margin-left: 18px;
  margin-right: 18px;
}

.service-we-offer-nm-2 {
  justify-content: space-around;
  display: flex;
}

.tab-content-main {
  text-align: justify;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 98%;
  max-width: 1100px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.tab-content-main.special {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-radius: 0;
  max-width: 900px;
  margin: -10px auto 0;
  padding: 30px 40px;
}

.team-member-text-container-2 {
  color: #184a70;
  border-left: 1px solid #c7c7c7;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 16px;
  display: flex;
}

.section-2 {
  z-index: 4;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-2.bg-change {
  background-color: #292929;
  background-image: linear-gradient(171deg, #202b4c, #243674);
}

.how-we-help {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #51759c;
  margin-top: 0;
  margin-bottom: 8px;
  padding-bottom: 6px;
  padding-left: 34px;
  padding-right: 34px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.h3-heading {
  color: var(--color1);
  text-align: center;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 0;
  padding-bottom: 12px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.text-span-40 {
  color: #547892;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 15px;
}

.team-membmer-bio-nm-2 {
  color: #4f7592;
  text-align: left;
  border-top: 1px solid #ebebeb;
  margin-top: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1rem;
}

.how-we-help-paragraph {
  color: #fff;
  text-align: center;
  align-self: center;
  margin-bottom: 0;
  padding: 20px 45px 16px;
  font-size: 20px;
  line-height: 26px;
}

.list-item-nm-2 {
  padding-bottom: 1px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.list-item-nm-2.special {
  line-height: 17px;
}

.text-span-30 {
  color: var(--color5);
  font-size: 1rem;
  font-weight: 600;
}

.text-span-30.thin {
  color: var(--color3);
  font-weight: 400;
}

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

.link-block-15.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.text-block-22 {
  color: var(--color5);
  padding-bottom: 2px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

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

.heading-30 {
  width: 100%;
  color: var(--color4);
  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;
}

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

.footer-container-2 {
  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-23 {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.heading-31 {
  width: 100%;
  color: var(--color4);
  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;
}

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

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

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

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

.how-we-help-sub {
  color: var(--color3);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.text-span-42 {
  font-size: 62px;
  font-weight: 200;
}

.paragraph-19 {
  color: #383838;
  text-align: left;
  align-self: center;
  margin-bottom: 0;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 1rem;
  line-height: 1.2;
}

.section-5 {
  z-index: 4;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-5.bg-change2 {
  z-index: 20;
  background-color: #ebebeb;
  padding-top: 30px;
  padding-bottom: 50px;
}

.heading-6 {
  color: #051f33;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}

.joes-quote {
  color: var(--color2);
  text-align: justify;
  align-self: center;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 19px;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.4;
}

.team-member-text-container-3 {
  color: #1a3183;
  cursor: pointer;
  border-left: 1px solid #c7c7c7;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 16px;
  display: flex;
}

.team-membmer-bio-nm-3 {
  color: var(--color1);
  text-align: left;
  border-top: 1px solid #ebebeb;
  margin-top: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1rem;
}

.text-span-43 {
  color: var(--color2);
  font-size: .8rem;
  font-style: italic;
}

.team-membmer-bio-nm-4 {
  text-align: left;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-top: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.link-13 {
  color: #3b85d5;
  font-style: italic;
  text-decoration: none;
}

.heading-6-sub {
  color: #427bb8;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

.image-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  padding-top: 26px;
  padding-bottom: 0;
  display: grid;
}

.image-41 {
  border-radius: 20px;
  width: 100%;
}

.image-42 {
  border-radius: 20px;
  width: 250px;
  margin-right: 26px;
}

.button-4 {
  color: #0c1433;
  background-color: #fff;
  border-radius: 20px;
  padding: 12px 20px;
  font-weight: 800;
}

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

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

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

.services-small-header {
  color: var(--color2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.heading-17 {
  color: var(--color1);
  text-align: center;
  margin-top: 15px;
  line-height: 24px;
}

.services-small-container {
  clear: none;
  color: #fff;
  cursor: default;
  background-color: #f0f0f0;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  padding: 2px 20px;
  text-decoration: none;
  display: flex;
}

.heading-44 {
  color: #383838;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  margin-top: 0;
  margin-bottom: 22px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 68px;
  font-weight: 700;
  line-height: 60px;
}

.heading-44.white {
  color: #c3e0ff;
  border-bottom-style: none;
  padding-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
}

.section-3 {
  background-color: #000;
  width: 100%;
  position: relative;
}

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

.grid-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

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

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

.anchor-3.our-services {
  top: -105px;
}

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

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

.backed-by-div {
  position: relative;
  inset: auto 0% 0% auto;
}

.div-block-90 {
  background-color: #fff;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-43 {
  width: 86%;
}

.individual-ps-title-nm {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 17px;
}

.individual-ps-link-nm-2 {
  color: #3f95c0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 6px;
  padding-bottom: 6px;
  text-decoration: none;
}

.paragraph-18 {
  color: #7c7c7c;
  text-align: center;
  border-bottom: 1px solid #f3f3f3;
  padding-top: 8px;
  padding-bottom: 11px;
  font-size: 16px;
  line-height: 22px;
}

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

.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-headings-nm {
  color: #3f95c0;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 900;
}

.proud-supporter-section-nm-2 {
  z-index: 5;
  background-color: #fff;
  width: 100%;
  position: relative;
}

.ps-container-nm {
  flex-direction: column;
  align-items: center;
  width: 95%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.individual-ps-title-nm-2 {
  color: var(--color1);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1;
}

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

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

.npn-number {
  color: #8c93aa;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 18px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.html-embed-4 {
  width: 227px;
}

.ethics-embed {
  width: 182px;
  margin-right: 10px;
  padding-top: 8px;
}

.paragraph-30 {
  color: #76903e;
  text-align: center;
  flex: 1;
  align-items: center;
  display: flex;
}

.div-block-13 {
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.heading-48 {
  color: #193768;
  text-align: center;
  margin-top: 15px;
  line-height: 24px;
}

.text-block-9 {
  color: #437094;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

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

.paragraph-12 {
  color: #636f83;
  text-align: center;
  border-bottom: 1px solid #cbcfc2;
  margin-bottom: 49px;
  padding-bottom: 31px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.div-block-15 {
  justify-content: center;
  display: flex;
}

.image-12-copy {
  width: 300px;
  margin-left: 18px;
  margin-right: 18px;
}

.div-block-91 {
  clear: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-bottom: 23px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-link {
  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:hover {
  opacity: .82;
}

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

.div-block-14 {
  border-top: 1px solid #d3d3d3;
  flex: 1;
  width: 40%;
  height: 3px;
}

.tab-content-main-2 {
  text-align: justify;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 51px;
  display: flex;
}

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

.tab-link-text {
  color: #47778f;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 800;
}

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

.div-block-93 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.div-block-16 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  justify-content: space-around;
  margin-top: 50px;
  margin-bottom: 24px;
  padding: 7px 71px;
  display: flex;
}

.collection-item {
  display: flex;
}

.tab-content-2 {
  text-align: justify;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 49px 41px;
  display: block;
}

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

.image-16 {
  float: left;
  object-fit: cover;
  border-radius: 120px;
  width: 140px;
  height: 140px;
}

.div-block-21 {
  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;
}

.heading-49 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.link {
  color: #76903e;
  text-decoration: none;
}

.bio-button {
  color: #141f44;
  background-color: #b6daff;
  border-radius: 20px;
  padding: 6px 25px;
  font-size: 1.1rem;
  font-weight: 600;
}

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

.display-toggle-bio.show {
  display: flex;
}

.bio-container {
  z-index: 2;
  background-color: #f8f8f8;
  border-radius: 30px;
  flex-direction: column;
  align-items: stretch;
  width: 96%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 22px 40px;
  display: flex;
  position: relative;
}

.div-block-95 {
  align-items: flex-start;
  display: flex;
}

.div-block-96 {
  flex: 1;
  align-self: center;
}

.james-disclaimer {
  color: #979797;
  text-align: justify;
  font-size: .8rem;
  line-height: 1.2;
}

.bbb-ethics-about-us-section {
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 6px 13px;
  display: flex;
}

.main-container {
  z-index: 5;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

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

.heading-35 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 18px;
  padding-bottom: 11px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.rich-text-block {
  color: var(--color3);
}

.paragraph-31 {
  color: var(--color5);
  padding-top: 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.hero-section-3 {
  z-index: 0;
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 754px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-heading-as-3 {
  color: var(--color2);
  text-align: left;
  border-bottom: 1px solid #7272721a;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 14px;
  font-size: 51px;
  font-weight: 200;
  line-height: 1;
}

.hero-button-as-3 {
  background-color: var(--orange);
  color: #fff;
  letter-spacing: .8px;
  text-transform: none;
  border-radius: 42px;
  margin-top: 5px;
  padding: 22px 32px;
  font-size: 18px;
  font-weight: 600;
  transition: color .3s, background-color .3s;
  display: block;
}

.hero-button-as-3:hover {
  background-color: var(--color3);
  color: #fff;
}

.text-span-44 {
  color: var(--color3);
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.6;
}

.hero-image-cs-3 {
  width: 480px;
  display: block;
}

.text-span-45 {
  font-weight: 700;
}

.hero-container-cs-3 {
  z-index: 6;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1300px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3vh;
  display: flex;
  position: relative;
}

.secure-upload-button-2 {
  color: #5c7885;
  background-color: #f0f0f0;
  border-radius: 0 0 20px 20px;
  margin-bottom: -14px;
  padding: 6px 11px 10px;
  font-size: .9rem;
  font-weight: 700;
  transition: color .35s, background-color .35s;
}

.secure-upload-button-2:hover {
  color: var(--color6);
  background-color: #56788d;
}

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

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

.aa-top-bar-nav-3 {
  z-index: 3;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #f8f8f8a1;
  background-image: linear-gradient(to right, #fff, #f1f1f17d 50%, #fff);
  position: fixed;
  inset: 0% 0% auto;
}

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

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

.link-block-16 {
  color: #2e4c64;
}

.link-block-16.white {
  color: #fff;
}

.div-block-97 {
  justify-content: flex-end;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 4px;
  padding-right: 20px;
  display: flex;
}

.div-block-98 {
  background-color: #fff;
  justify-content: flex-end;
}

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

.aa-nav-main-button-3 {
  color: #1d2d38;
  text-align: center;
  letter-spacing: -.02rem;
  background-color: #3898ec00;
  align-items: center;
  padding: 5px 10px;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s ease-in-out, letter-spacing .4s ease-in-out;
  display: flex;
}

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

.aa-nav-cta-button-3 {
  color: #fff;
  text-align: center;
  background-color: #3e4b54;
  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, color .4s ease-in-out;
  display: flex;
}

.aa-nav-cta-button-3:hover {
  background-color: #577081;
}

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

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

.html-embed-5 {
  width: 40px;
  margin-left: 7px;
}

.html-embed-5.small {
  color: #5c7885;
  width: 20px;
  margin-left: 0;
  margin-right: 4px;
  padding-top: 4px;
}

.about-adviser-section-nm {
  background-color: var(--color2);
  background-image: linear-gradient(to bottom, var(--color1), var(--color3));
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
  position: relative;
}

.tab-link-nm-2 {
  color: #365e72;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #e0e0e0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 50%;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 13px;
  transition: all .3s ease-in-out;
}

.tab-link-nm-2:hover {
  color: #2b4756;
  background-color: #f1f1f1;
  font-size: 1.1rem;
}

.tab-link-nm-2.w--current {
  opacity: 1;
  color: #2f3f5d;
  cursor: default;
  background-color: #fff;
  padding-top: 23px;
  padding-bottom: 18px;
  font-weight: 800;
}

.tab-link-nm-2.w--current:hover {
  font-size: 1rem;
}

.about-adviser-image-nm {
  border-radius: 200px;
  width: 150px;
  margin-left: 18px;
  margin-right: 18px;
  transition: width .6s ease-in-out;
}

.about-adviser-image-nm:hover {
  width: 250px;
}

.text-span-19 {
  color: #7d9faf;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 26px;
  display: inline-block;
}

.heading-28 {
  color: #d3997f;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-top: 1px solid #7d9faf;
  margin-top: 1rem;
  margin-bottom: 40px;
  padding-top: 1rem;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

.about-adviser-paragraph-nm {
  color: var(--color3);
  text-align: left;
  line-height: 25px;
}

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

.text-span-23 {
  color: #fff;
  position: relative;
  top: -1px;
}

.tab-content-nm-3 {
  text-align: justify;
  background-color: #f8f6f5;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 2rem;
  padding: 78px;
  display: flex;
}

.about-adviser-heading-nm {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 3rem;
  line-height: 50px;
}

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

.anchor-about-fa {
  position: relative;
  inset: -128px auto auto 0%;
}

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

.about-adviser-container-nm {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1000px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-span-46 {
  color: #3e4b54;
  font-weight: 500;
}

.italic-text {
  color: #3e4b54;
  font-weight: 600;
}

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

.tab-text-cs {
  text-align: center;
  font-weight: 300;
}

.tab-main-paragraph-cs {
  color: #d1d1d1;
  text-align: left;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.feature-card {
  color: #fff;
  cursor: default;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 212px;
  padding: 24px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 20px 1px #0003;
}

.feature-card:hover {
  box-shadow: 0 20px 60px #00000017;
}

.about-us-tabs-cs {
  width: 96%;
  margin-top: 20px;
}

.how-we-help-you-text {
  color: var(--color5);
  text-align: center;
  margin-top: 6px;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: .9;
}

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

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

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

.tab-link-cs.w--current {
  opacity: 1;
  color: #afc77c;
  cursor: default;
  background-color: #2c2c2c;
  padding-top: 28px;
  font-size: 20px;
}

.content-container-cs {
  text-align: justify;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 36px;
  display: flex;
}

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

.paragraph-10 {
  color: #464646;
  text-align: center;
  border-top: 1px solid #c7c7c7;
  max-width: 1000px;
  margin-top: 12px;
  margin-bottom: 0;
  padding-top: 12px;
  line-height: 1.6;
}

.tabs-content-cs {
  background-color: #2c2c2c;
  border-radius: 20px;
}

.heading-50 {
  color: #0f213c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 200;
  line-height: .9;
}

.heading-50.light {
  color: #292929;
}

.heading-50.light.white {
  color: #fff;
}

.featured-v1-text {
  color: var(--color5);
  text-align: center;
  padding-top: 14px;
  font-size: 1rem;
}

.features-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1000px;
  margin: 18px auto 2rem;
}

.feature-section {
  background-color: #f8f8f8;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  box-shadow: 0 0 20px #0003;
}

.feature-title {
  color: var(--color3);
  text-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.2;
  display: flex;
}

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

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

.anchor-4.our-partners {
  top: -105px;
}

.logo-container-3 {
  flex: none;
  width: 2550px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-cd9_link {
  align-items: center;
  font-size: .9rem;
  display: flex;
}

.nav-cd9_link.w--current {
  color: #000;
}

.nav-cd9_link.start-scroll {
  color: #fff;
}

.nav-cd9_link.start-scroll.show-on-hamburger-menu {
  display: none;
}

.button-5 {
  background-color: var(--color6);
  color: #3f3f3f;
  text-align: center;
  border: 2px solid #0000;
  border-radius: 30px;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: box-shadow .3s, background-color .3s;
  box-shadow: 0 0 10px 7px #1c3830d6;
}

.button-5:hover {
  background-color: #fff;
  box-shadow: 0 0 10px 13px #1c3830;
}

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

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

.button-5.is-small.page-cta {
  padding: 1rem 2rem;
  font-size: 1.5rem;
}

.dropdown-icon {
  color: #5c5c5c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-cd9_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: none;
  position: relative;
}

.nav-cd9_logo {
  width: 100%;
  height: auto;
  padding: .2rem;
}

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

.footer-text-link:hover {
  color: #2f73a0;
}

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

.nav-cd9_component {
  z-index: 10;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #0000;
  border-bottom: 4px solid #182924;
  align-items: stretch;
  width: 100%;
  height: 145px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 20px 6px #00000030;
}

.text-style-link {
  color: #00dff3;
  text-decoration: none;
}

.nav-cd9_logo-link {
  z-index: 3;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 250px;
  display: flex;
}

.nav-cd9_menu-dropdown {
  justify-content: flex-start;
  align-items: stretch;
  font-size: .9rem;
  display: flex;
  position: static;
}

.nav-cd9_menu-button {
  padding: 0;
}

.nav-cd9_bottom-bar-background-layer {
  background-color: #252525;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.footer-title {
  color: #061237;
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.nav-cd9_dropdown-list {
  flex: 1;
}

.nav-cd9_dropdown-list.w--open {
  background-color: #ddd0;
  width: 100vw;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 20px 12px -20px #0003;
}

.nav-cd9_dropdown-toggle {
  align-items: center;
  display: flex;
}

.nav-cd9_dropdown-container {
  background-image: linear-gradient(#f5f5f5, #fff 32%);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.nav-cd9_bg-color {
  z-index: 2;
  background-image: linear-gradient(153deg, #182020f0, #18352deb);
  position: absolute;
  inset: 0%;
}

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

.nav-cd9_container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-cd9_menu {
  z-index: 3;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 4px;
  display: flex;
  position: static;
}

.nav-cd9_menu-left {
  align-items: stretch;
  display: flex;
}

.nav-cd9_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: center;
  display: flex;
}

.nav-cd9_bottom-bar-content {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 1rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.credentials-container {
  justify-content: space-between;
  width: 98%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-6 {
  grid-column-gap: 11px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  place-items: center;
}

.author-of-testimonial-nm {
  color: #4e6c7a;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top: 1px solid #d8d8d8;
  margin-top: 0;
  padding-top: 8px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
}

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

.div-block-99 {
  flex: 0 auto;
  width: 55.5%;
  padding-left: 10px;
  padding-right: 10px;
}

.testimony-container-nm {
  background-color: #0000;
  border-radius: 20px;
  width: 90%;
  max-width: 1100px;
  height: 160px;
  margin: 1rem auto 18px;
  overflow: hidden;
  box-shadow: 0 0 10px -4px #00000029;
}

.seen-on-img {
  border-radius: 0;
  width: 100%;
  padding: 6px 11px;
}

.left-arrow-nm {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav {
  opacity: .29;
}

.heading-18 {
  color: #2e4674;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
  max-width: 1000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  font-size: 30px;
  font-weight: 400;
}

.credentials-section {
  z-index: 4;
  background-color: #fcfbfa;
  background-image: linear-gradient(#7d9faf, #56788d);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.block-quote-nm {
  color: #324b7a;
  text-align: center;
  border-left: 0 #0000;
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 2px;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.icon-for-arrow-nm {
  color: #4e6694;
  margin-top: -16px;
  font-size: 28px;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
}

.testimonial-text-block-nm {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  display: flex;
}

.certifications-wrapper {
  flex: 0 auto;
  width: 44.5%;
  padding-left: 10px;
  padding-right: 10px;
}

.heading---testimonials {
  color: #fff;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  max-width: 1000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  font-size: 3rem;
  font-weight: 700;
}

.text-span-24 {
  text-transform: uppercase;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
}

.apps-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.tab-link-2 {
  color: #417496;
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 50px;
  align-items: center;
  margin-right: .75rem;
  padding: 12px 32px;
  font-weight: 500;
  line-height: 1;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 20px 8px #00000012;
}

.tab-link-2:hover {
  color: #fff;
  background-color: #275574;
  border-color: #265574;
}

.tab-link-2.w--current {
  color: #fff;
  background-color: #1e4761;
  border-color: #0000;
  font-weight: 400;
}

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

.tabs-menu {
  justify-content: center;
  padding-left: .75rem;
  display: flex;
}

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

.tab-container {
  width: 94%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.tabs {
  padding-top: 2rem;
}

.heading-51 {
  color: #0f213c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 200;
  line-height: .9;
}

.heading-51.light {
  color: #292929;
}

.heading-51.light.special {
  color: #e7e7e7;
}

.tab-section {
  background-color: #fff;
  background-image: linear-gradient(#f3f3f3, #fff);
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.tabs-content-4 {
  margin-top: 2rem;
  overflow: visible;
}

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

.tab-link-3 {
  color: #417496;
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 50px;
  align-items: center;
  margin-right: .75rem;
  padding: 12px 32px;
  font-weight: 500;
  line-height: 1;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 20px 8px #00000012;
}

.tab-link-3:hover {
  color: #fff;
  background-color: #275574;
  border-color: #265574;
}

.tab-link-3.w--current {
  color: #fff;
  background-color: #1e4761;
  border-color: #0000;
  font-weight: 400;
}

.heading-53 {
  margin-top: 0;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.2;
}

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

.div-block-113 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

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

.div-block-114.special {
  margin-bottom: 2rem;
}

.text-block-32 {
  color: #596069;
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-size: .9rem;
}

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

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

.video-blog-date-nm {
  color: #666;
  text-align: center;
  margin-top: .5rem;
  font-size: .9rem;
  font-weight: 400;
}

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

.tabs-menu-3 {
  justify-content: center;
  padding-left: .75rem;
  display: flex;
}

.video-blog-title-nm {
  text-align: left;
  background-color: #ffffff6b;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

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

.tabs-content-5 {
  margin-top: 2rem;
  overflow: visible;
}

.html-embedded-video-nm {
  cursor: pointer;
  width: 104%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.collection-list-2, .collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1.5rem;
  display: grid;
}

.text-block-33 {
  color: #5f7790;
  text-align: center;
  padding-top: 8px;
  font-size: .8rem;
  font-style: italic;
}

.heading-54 {
  color: var(--color2);
  font-size: 3rem;
  font-weight: 700;
}

.logo-scroll-bar-nm {
  z-index: 9;
  background-color: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 32px -13px #0000002e;
}

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

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

.logo-scroll-bar {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: -127px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
  box-shadow: 0 0 14px -5px #00000059;
}

.text-block-34 {
  z-index: 101;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #23594cd6;
  border: 4px solid #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto auto 45px 1%;
}

.text-block-25 {
  z-index: 101;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding-top: 2px;
  padding-left: 2px;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  transform: rotate(-9deg);
}

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

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

.text-block-35 {
  width: 100vw;
  color: var(--color5);
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 700;
}

.individual-ps-company-nm-2 {
  text-align: center;
  background-color: #fafafa;
  border-radius: 17px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  padding: 14px 10px;
  display: flex;
}

.ps-grid-container-nm-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.individual-ps-title-nm-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 17px;
}

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

.proud-supporter-section-nm-3 {
  background-color: var(--color2);
  width: 100%;
  position: relative;
}

.ps-image-nm-2 {
  object-fit: contain;
  background-color: #fff;
  border-radius: 20px;
  flex: 1;
  max-height: 129px;
  padding: 8px 15px;
}

.ps-image-nm-2.special {
  max-height: 203px;
}

.ps-container-nm-2 {
  flex-direction: column;
  align-items: center;
  width: 95%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.paragraph-32 {
  color: #f0f0f0;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 11px;
  font-size: 16px;
  line-height: 22px;
}

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

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

.about-nic-container {
  flex-direction: column;
  justify-content: center;
  width: 95%;
  max-width: 960px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-the-firm {
  background-color: #f0f0f0;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

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

.tabs-2 {
  margin-top: 28px;
}

.tab-content-3 {
  text-align: justify;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 1rem;
  display: block;
}

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

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

.bio-image-2 {
  object-position: 50% 50%;
  width: 100%;
}

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

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

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

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

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

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

.image-wrapper {
  width: 100%;
  position: relative;
}

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

.close-icon-2 {
  cursor: pointer;
  padding: 19px;
  font-size: 28px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-13 {
  text-align: left;
  text-transform: none;
  font-size: .9rem;
  line-height: 1;
}

.heading-55 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

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

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

.rich-text-block-2 {
  border-top: 1px solid #e7e7e7;
  margin-top: 7px;
  padding-top: 8px;
}

.link-14 {
  color: var(--color5);
  text-decoration: none;
}

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

.show-bio-container {
  z-index: 30;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #222222c9;
  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;
}

.show-bio-container.show {
  z-index: 60;
  display: none;
}

.lightbox_close-icon {
  z-index: 2;
  background-color: var(--color5);
  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;
}

.text-block-30 {
  padding-bottom: 2px;
  font-size: 20px;
  font-weight: 300;
}

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

.text-block-28 {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}

.div-block-116 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 9px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 11px;
  display: flex;
}

.heading-46 {
  border-top: 1px solid var(--color5);
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 26px;
  line-height: 28px;
}

.div-block-117 {
  flex-direction: row;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-103 {
  margin-left: 10px;
  display: flex;
}

.text-block-31 {
  font-weight: 200;
}

.div-block-100 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: -20px;
  padding-left: 8px;
  padding-right: 5px;
  display: flex;
}

.text-block-29 {
  color: #414141;
  padding-bottom: 8px;
  padding-left: 8px;
  font-size: 18px;
  font-weight: 700;
}

.div-block-118 {
  justify-content: flex-start;
  width: 96%;
  max-width: 960px;
  padding-top: 20px;
  display: flex;
}

.learn-more-button {
  color: #fff;
  text-align: center;
  background-color: #f0b71c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 20px 32px;
  font-weight: 700;
  text-decoration: none;
  transition: letter-spacing .2s, color .2s, background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.learn-more-button:hover {
  letter-spacing: 1.2px;
}

.learn-more-button.blue {
  background-color: var(--orange);
  margin-top: 3px;
  margin-left: 8px;
}

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

.heading-45 {
  z-index: 2;
  background-color: var(--color4);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 30vw;
  max-width: 440px;
  margin-bottom: 0;
  padding: 26px;
  font-size: 26px;
  line-height: 28px;
  display: flex;
  position: relative;
}

.text-block-27 {
  color: #272727;
  padding-left: 3px;
  padding-right: 6px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  top: -4px;
}

.div-block-102 {
  background-color: #eee;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -25px;
  padding: 22px 12px 22px 32px;
  display: flex;
}

.heading-56 {
  color: #fff;
  background-color: #383838;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 4px;
  padding: 16px;
  font-size: 30px;
  font-weight: 300;
  line-height: 26px;
  display: flex;
}

.events {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.collection-item-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.collection-list-6 {
  width: 100%;
}

.collection-list-wrapper-4 {
  background-color: var(--white);
  width: 100%;
  position: relative;
}

.empty-state {
  display: none;
}

.phone-image_cd1 {
  width: 100%;
  height: 100%;
  position: relative;
}

.testimonial-slider-card {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.phone-video-container_cd1 {
  width: 337px;
  position: relative;
}

.phone-video-container_cd1.position-adjust {
  margin-left: -50px;
}

.testimonial-customer-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.testimonial-left-arrow {
  color: #363636;
  background-color: #f8f8f8;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-left: 14px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.testimonial-left-arrow:hover {
  color: #fff;
  background-color: #354f74;
}

.testimonial-mask {
  height: auto;
  transform-style: preserve-3d;
  border-radius: 30px;
  flex: 1;
  align-self: stretch;
  box-shadow: 0 0 20px -4px #00000021;
}

.testimonial-mask:hover {
  transform: scale3d(1none, 1none, 1none);
}

.testimonial-slider-wrapper {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 26px;
  padding: 40px 110px 60px;
  display: flex;
  box-shadow: 0 2px 20px -11px #0003;
}

.testimonial-message {
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.test-paragraph-nm {
  color: #3f728b;
  text-align: left;
  max-width: 400px;
  margin-top: 1rem;
  font-size: 16px;
}

.video-block {
  z-index: 3;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  transition: box-shadow .3s, background-color .3s;
  position: relative;
  box-shadow: 0 0 20px #0000001c;
}

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

.testimonial-name {
  color: var(--color5);
  text-align: center;
  text-transform: uppercase;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}

.testimonial-right-arrow {
  color: #363636;
  background-color: #f8f8f8;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 14px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.testimonial-right-arrow:hover {
  color: #fff;
  background-color: #354f74;
}

.testimonial-slide {
  height: 100%;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 94%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 2rem;
  display: flex;
}

.div-block-5 {
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.icon-normal {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.section-6 {
  background-color: #fff;
  background-image: linear-gradient(#fff, #d4d4d4 85%);
  width: 100%;
  padding-bottom: 30px;
  position: relative;
}

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

.testimonial-section {
  border-radius: 32px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-left: -24px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 12px;
  display: flex;
}

.test-from-who-text-nm {
  color: #3e728b;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
}

.indv-test-heading-nm {
  color: #0f213c;
  border-bottom: 2px solid #f1f1f1;
  width: 100%;
  margin-top: 1rem;
  padding-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1;
}

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

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #163450;
  border: 2px solid #0000;
  border-radius: 16px;
  padding: .75rem 1.5rem;
  transition: background-color .3s;
}

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

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

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

.button-6.is-small.page-cta {
  padding: 1rem 2rem;
  font-size: 1.5rem;
}

.testimonial-slider {
  background-color: #ddd0;
  align-items: center;
  height: auto;
  margin-top: 28px;
  margin-bottom: 2rem;
  transition: transform .5s;
  display: flex;
}

.testimonial-slider:hover {
  transform: scale(1.02);
}

.iphone-video-holder-nm {
  object-fit: cover;
  background-color: #000;
  border-radius: 30px;
  width: 71%;
  height: 94.2%;
  transition: opacity .3s;
  position: absolute;
  inset: 2% auto auto 3%;
  overflow: hidden;
}

.iphone-video-holder-nm:hover {
  opacity: .8;
}

.client-since {
  color: #738da2;
  font-size: 1rem;
  font-style: italic;
}

.testimonial-slide-dot {
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: 10px;
}

.heading-57 {
  color: #315b81;
  text-align: left;
  margin-top: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.div-block-6 {
  flex-direction: row;
  margin-top: -160px;
  margin-bottom: 30px;
  display: flex;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .aa-nav-hamburger-button.stop-scroll {
    display: flex;
  }

  .nav-logo {
    width: 292px;
  }

  .aa-close-nav-button.start-scroll {
    width: 125px;
    height: 125px;
  }

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

  .aa-close-nav-img {
    color: #fff;
    top: 8%;
    right: 8%;
  }

  .aa-close-nav-img.start-scroll {
    z-index: 3;
    background-color: var(--color1);
    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;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    text-align: center;
    margin-right: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: center;
  }

  .link-block-special {
    margin-right: 0;
  }

  .link-block-special.special-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block {
    letter-spacing: 1px;
    font-size: 10px;
  }

  .logo-link-block {
    width: 38%;
  }

  .logo-link-block.w--current {
    width: 30%;
  }

  .link-block {
    margin-right: 0;
    padding-left: 9px;
    padding-right: 9px;
  }

  .nav-logo-3 {
    width: 300px;
  }

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

  .hero-heading-as-2 {
    line-height: 39px;
  }

  .hero-button-as-2 {
    font-size: 14px;
  }

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

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

  .special-text-individual-nm {
    font-size: 15px;
  }

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

  .grid-4 {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1.25fr;
  }

  .team-membmer-name-nm {
    font-size: 20px;
  }

  .team-membmer-title-nm {
    font-size: .8rem;
    line-height: 1;
  }

  .team-member-image-nm.stop-scroll {
    width: 110px;
  }

  .decorative-big-circle-nm {
    width: 90vw;
    height: 90vw;
    left: 5vw;
  }

  .image-13 {
    max-width: 200px;
  }

  .tab-content-nm-2 {
    padding-left: 9px;
    padding-right: 9px;
  }

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

  .list {
    padding-left: 0;
  }

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

  .paragraph-19, .joes-quote {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .html-embed-4 {
    width: 195px;
  }

  .ethics-embed {
    width: 161px;
  }

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

  .tab-link-text {
    font-size: 14px;
  }

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

  .hero-section-3 {
    min-height: 647px;
  }

  .hero-heading-as-3 {
    line-height: 39px;
  }

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

  .nav-logo-4 {
    width: 250px;
  }

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

  .about-adviser-paragraph-nm {
    line-height: 22px;
  }

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

  .anchor-div {
    top: -140px;
  }

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

  .nav-cd9_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .nav-cd9_link.start-scroll {
    color: #fff;
    font-size: 1.5rem;
  }

  .nav-cd9_link.start-scroll.show-on-hamburger-menu {
    display: flex;
  }

  .button-5.is-small {
    color: #2a4b5c;
    background-color: #fff;
    align-self: center;
    font-size: 1.2rem;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon_line-bottom {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-cd9_bottom-bar {
    display: none;
  }

  .footer-column {
    align-items: center;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
    position: relative;
  }

  .nav-cd9_logo-link {
    z-index: 2;
    width: 50%;
    max-width: 245px;
  }

  .nav-cd9_menu-dropdown {
    flex-direction: column;
    width: 100%;
    display: none;
  }

  .nav-cd9_menu-button {
    z-index: 4;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .nav-cd9_menu-button.w--open {
    background-color: #0000;
  }

  .nav-cd9_bottom-bar-background-layer {
    height: auto;
  }

  .footer-title {
    margin-bottom: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-cd9_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .nav-cd9_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .nav-cd9_dropdown-toggle {
    align-items: center;
    padding: .75rem 22px .75rem 0;
    font-size: 1.125rem;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-large-grid {
    grid-column-gap: 26px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .menu-icon_line-middle {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-cd9_container {
    z-index: 2;
  }

  .nav-cd9_menu {
    z-index: 1;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #1a3f35f7;
    justify-content: center;
    min-height: 100vh;
    padding-top: 162px;
    padding-bottom: 70px;
    transition: height .5s;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .nav-cd9_menu-left {
    flex-direction: column;
  }

  .nav-cd9_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: .5rem;
  }

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

  .heading-54 {
    font-size: 2.5rem;
  }

  .anchor-div-3 {
    top: -140px;
  }

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

  .heading-45 {
    width: 41vw;
  }

  .text-block-27 {
    font-size: 18px;
  }

  .phone-video-container_cd1.position-adjust.hide-on-mobile {
    display: none;
  }

  .testimonial-slider-wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-5 {
    flex-direction: row;
  }

  .testimonial-section {
    width: 50%;
    margin-left: -45px;
  }

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

  .div-block-6 {
    margin-top: -108px;
  }
}

@media screen and (max-width: 767px) {
  .aa-menu-text {
    padding-bottom: 18px;
    padding-left: 5px;
  }

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

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

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

  .nav-logo {
    width: 250px;
  }

  .aa-full-nav-left-wrapper {
    position: absolute;
    inset: 0% auto auto 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;
  }

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

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

  .aa-close-nav-img.start-scroll {
    margin-top: 16px;
    margin-right: 7px;
    top: 12px;
    right: 12px;
  }

  .fs-cc-banner_button {
    min-width: 6.9rem;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .aa-top-bar-nav {
    background-color: #fff;
    background-image: none;
    position: relative;
  }

  .style-guide-color-wrap, .bg1 {
    height: auto;
  }

  .link-container {
    z-index: 20;
    background-color: #fff;
    flex-direction: column;
    padding-top: 13px;
    padding-bottom: 30px;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

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

  .link-block-special {
    display: none;
  }

  .link-block-special.special-link {
    margin-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
    display: block;
  }

  .nav-container {
    flex-direction: column;
    align-items: center;
  }

  .text-block {
    font-size: 12px;
  }

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

  .logo-link-block.w--current {
    width: 50%;
  }

  .link-3 {
    z-index: 19;
    color: #466281;
    align-items: center;
    height: 116px;
    padding: 18px;
    font-size: 24px;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .link-block {
    display: block;
  }

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

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

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

  .aa-menu-text-2 {
    padding-bottom: 18px;
    padding-left: 5px;
  }

  .nav-logo-3 {
    width: 228px;
  }

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

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

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

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

  .hero-section-2 {
    background-color: #f3f3f3;
    height: auto;
    min-height: 80vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-heading-as-2 {
    text-align: center;
    margin-top: 19px;
    line-height: 37px;
  }

  .main-hero-text-block-as-2 {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .special-text-individual-nm {
    letter-spacing: 1px;
    padding-bottom: 0;
    font-size: 16px;
  }

  .hero-container-cs-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 400px;
    padding-top: 30px;
    padding-bottom: 0;
    top: auto;
  }

  .link-block-13 {
    text-align: center;
    inset: auto 0% 0%;
  }

  .div-block-87 {
    padding-right: 0;
    position: relative;
  }

  .logo-scroll-bar-3 {
    display: none;
  }

  .logo-scroll-bar-3.stop-scroll, .view-more-partners-section {
    display: flex;
  }

  .close-div {
    display: none;
  }

  .displaytoggle-partners {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .partners-container {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .close-icon {
    position: fixed;
  }

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

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

  .grid-layer-1 {
    align-items: center;
    max-width: 500px;
  }

  .office-address {
    text-align: center;
    border-right-style: none;
    margin-top: 4px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container {
    align-items: center;
  }

  .section-sub-header {
    max-width: 413px;
  }

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

  .section-header.dark {
    font-size: 2.6em;
    line-height: 1;
  }

  .about-the-firm-container-nm {
    padding-top: 41px;
    padding-bottom: 80px;
  }

  .atf-special-focus-nm {
    text-align: center;
    flex-direction: column;
    padding-top: 21px;
  }

  .list-item-nm {
    text-align: left;
  }

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

  .team-membmer-title-nm {
    text-align: left;
  }

  .service-we-offer-nm {
    flex-direction: column;
  }

  .about-the-firm-nm {
    background-image: linear-gradient(#e2e2e2, #f7f9f9);
  }

  .decorative-big-circle-nm {
    display: none;
  }

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

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

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

  .team-membmer-disclosure-nm {
    text-align: left;
  }

  .atf-focus-text-nm {
    padding-bottom: 12px;
  }

  .team-membmer-bio-nm {
    text-align: left;
  }

  .footer-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .div-block-29 {
    align-self: center;
    align-items: center;
  }

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

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

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

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

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

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

  .anchor-2 {
    top: 0;
  }

  .cta-button {
    align-self: center;
  }

  .atf-special-focus-nm-2 {
    text-align: center;
    flex-direction: column;
    margin-top: 9px;
    padding-top: 21px;
  }

  .atf-focus-text-nm-2 {
    padding-bottom: 12px;
  }

  .tab-content-nm-2 {
    align-items: center;
    padding: 30px 34px;
  }

  .service-we-offer-nm-2 {
    flex-direction: column;
    padding-left: 13px;
  }

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

  .list-2 {
    padding-left: 0;
  }

  .how-we-help {
    margin-top: 15px;
    padding-bottom: 17px;
    font-size: 3rem;
    line-height: 40px;
  }

  .h3-heading {
    margin-top: 15px;
    padding-bottom: 0;
    font-size: 3rem;
    line-height: 40px;
  }

  .team-membmer-bio-nm-2 {
    text-align: left;
  }

  .how-we-help-paragraph {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.2;
  }

  .list-item-nm-2 {
    text-align: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .how-we-help-sub {
    margin-top: 15px;
    padding-bottom: 0;
    font-size: 2.1rem;
    line-height: 40px;
  }

  .paragraph-19 {
    text-align: left;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .joes-quote, .team-membmer-bio-nm-3, .team-membmer-bio-nm-4 {
    text-align: left;
  }

  .heading-6-sub {
    padding-bottom: 18px;
  }

  .image-container {
    padding-top: 14px;
  }

  .image-42 {
    margin-bottom: 14px;
  }

  .heading-44 {
    font-size: 52px;
    line-height: 50px;
  }

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

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

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

  .individual-ps-title-nm {
    margin-top: 0;
  }

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

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

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

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

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

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

  .npn-number {
    margin-top: 0;
  }

  .text-block-9 {
    padding-bottom: 12px;
  }

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

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

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

  .tab-content-main-2 {
    padding: 30px 34px;
  }

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

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

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

  .div-block-16 {
    text-align: center;
    flex-direction: column;
    padding-top: 21px;
  }

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

  .display-toggle-bio {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bio-container {
    border-radius: 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    padding-bottom: 120px;
  }

  .div-block-95 {
    z-index: 2;
    flex-direction: column;
    margin-top: -24px;
    position: relative;
  }

  .grid-5 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 500px;
  }

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

  .hero-section-3 {
    background-color: #f3f3f3;
    height: auto;
    min-height: auto;
  }

  .hero-heading-as-3 {
    text-align: center;
    margin-top: 19px;
    font-size: 35px;
    line-height: 37px;
  }

  .text-span-45 {
    font-size: 40px;
  }

  .hero-container-cs-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 2rem;
    top: auto;
  }

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

  .nav-logo-4 {
    width: 228px;
  }

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

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

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

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

  .about-adviser-image-nm {
    width: 220px;
  }

  .text-span-19 {
    letter-spacing: 2px;
    font-size: 18px;
  }

  .about-adviser-paragraph-nm {
    line-height: 18px;
  }

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

  .about-adviser-heading-nm {
    font-size: 40px;
    line-height: 42px;
  }

  .anchor-about-fa {
    top: 0;
  }

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

  .feature-card {
    padding: 32px;
  }

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

  .content-container-cs {
    padding: 30px 34px;
  }

  .anchor-div {
    top: 0;
  }

  .heading-50 {
    font-size: 52px;
    line-height: 50px;
  }

  .features-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    max-width: 518px;
  }

  .feature-section {
    padding-top: 3rem;
  }

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

  .footer-text-link {
    line-height: 20px;
  }

  .footer-text-link.start-scroll {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-column {
    align-items: flex-start;
  }

  .nav-cd9_component {
    position: relative;
  }

  .nav-cd9_logo-link {
    width: 64%;
  }

  .footer-large-grid {
    grid-row-gap: 13px;
    grid-template-columns: 1fr;
  }

  .credentials-container {
    flex-direction: column;
  }

  .grid-6 {
    margin-bottom: 13px;
  }

  .author-of-testimonial-nm {
    font-size: 14px;
  }

  .div-block-99 {
    width: 90%;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimony-container-nm {
    line-height: 16px;
  }

  .heading-18 {
    margin-top: 15px;
  }

  .block-quote-nm {
    margin-left: 62px;
    margin-right: 62px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 16px;
  }

  .grid {
    grid-template-rows: auto;
  }

  .certifications-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .tab-link-2 {
    margin-bottom: 7px;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .heading-51 {
    font-size: 52px;
    line-height: 50px;
  }

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

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

  .tab-link-3 {
    margin-bottom: 7px;
  }

  .tabs-menu-3 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

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

  .heading-54 {
    text-align: center;
    line-height: 1;
  }

  .logo-scroll-bar {
    margin-top: 0;
  }

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

  .ps-grid-container-nm-3 {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    max-width: 361px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .individual-ps-title-nm-3 {
    margin-top: 0;
  }

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

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

  .about-the-firm {
    background-image: linear-gradient(#e2e2e2, #f7f9f9);
  }

  .anchor-div-3 {
    top: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .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-116 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .heading-45 {
    width: 100%;
  }

  .div-block-102 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    align-items: center;
    width: 96%;
    max-width: 420px;
    margin-top: -25px;
    margin-left: 0;
    padding-top: 45px;
    padding-left: 12px;
  }

  .phone-video-container_cd1 {
    right: -4.7vw;
  }

  .testimonial-left-arrow {
    display: none;
  }

  .testimonial-slider-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .testimonial-right-arrow {
    display: none;
  }

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

  .testimonial-section {
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-bottom: 23px;
    padding-right: 0;
  }

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

  .heading-57 {
    font-size: 52px;
    line-height: 50px;
  }

  .div-block-6 {
    flex-direction: column;
    margin-top: -40px;
  }
}

@media screen and (max-width: 479px) {
  .aa-menu-text {
    padding-bottom: 4px;
    padding-left: 8px;
    font-size: 60px;
  }

  .aa-full-nav-link {
    text-align: center;
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .nav-logo {
    width: 100%;
    max-width: 220px;
  }

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

  .aa-full-nav-link-wrapper {
    flex-direction: column;
    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;
  }

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

  .aa-close-nav-img.start-scroll {
    margin-top: 9px;
  }

  .fs-cc-banner_close {
    border: 3px solid #3f3f3f;
    position: absolute;
    top: -1.2rem;
    bottom: auto;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_text {
    padding-top: 5px;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .aa-left-arrow-svg {
    display: none;
  }

  .style-guide-grid-item-wrap {
    grid-template-columns: 1fr;
  }

  .style-guide-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .link-container {
    flex-direction: column;
  }

  .nav-container {
    align-items: flex-start;
  }

  .logo-link-block {
    width: 70%;
    max-width: 240px;
    margin-left: -1px;
  }

  .logo-link-block.w--current {
    width: 60%;
  }

  .link-3 {
    height: 100px;
  }

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

  .nav-logo-3 {
    width: 90%;
  }

  .aa-nav-button-wrapper-2, .aa-left-arrow-svg-2 {
    display: none;
  }

  .link-block-6 {
    margin-top: 9px;
  }

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

  .aa-full-nav-link-2 {
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .decorative-circle-nm {
    display: none;
  }

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

  .hero-heading-as-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 29px;
  }

  .main-hero-text-block-as-2 {
    width: 100%;
    max-width: 452px;
    margin-bottom: 6px;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-image-cs-2 {
    width: 100%;
  }

  .hero-special-text-nm {
    flex-direction: column;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .special-text-individual-nm {
    text-transform: uppercase;
  }

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

  .displaytoggle-partners {
    z-index: 52;
  }

  .partner-container {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading-43 {
    font-size: 30px;
  }

  .heading-47 {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .office-address {
    font-size: 1rem;
  }

  .container {
    padding-top: 30px;
  }

  .container.our-services {
    padding-bottom: 0;
    padding-left: 9px;
    padding-right: 9px;
  }

  .section-sub-header {
    font-size: 1.5rem;
  }

  .section-header {
    font-size: 3rem;
  }

  .section-header.dark {
    font-size: 2em;
  }

  .atf-special-focus-nm {
    margin-top: 23px;
  }

  .team-member-text-container {
    border-left-style: none;
    margin-left: 0;
    padding-top: 9px;
  }

  .team-membmer-name-nm {
    text-align: center;
  }

  .list-item-nm {
    text-align: left;
  }

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

  .team-membmer-title-nm {
    text-align: center;
  }

  .team-member-image-nm {
    width: 100px;
    margin-left: 11px;
  }

  .atf-heading-nm {
    letter-spacing: 4px;
    padding-bottom: 30px;
    font-size: 28px;
    line-height: 30px;
  }

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

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

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

  .team-member-container-nm {
    flex-direction: column;
    align-items: center;
  }

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

  .image-13 {
    width: 98%;
  }

  .backed-by-icon-image {
    height: 30px;
  }

  .cta-button {
    padding-left: 30px;
    padding-right: 25px;
  }

  .atf-special-focus-nm-2 {
    margin-top: 23px;
  }

  .tab-content-nm-2 {
    padding: 0 14px;
  }

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

  .team-member-text-container-2 {
    border-left-style: none;
    margin-left: 0;
    padding-top: 9px;
  }

  .how-we-help {
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 1;
  }

  .how-we-help-paragraph {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 22px;
  }

  .list-item-nm-2 {
    text-align: left;
  }

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

  .how-we-help-sub {
    margin-top: 0;
    padding-bottom: 13px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 26px;
    line-height: 26px;
  }

  .text-span-42 {
    font-size: 2rem;
    line-height: 1;
  }

  .paragraph-19 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-5.bg-change2 {
    padding-bottom: 30px;
  }

  .heading-6 {
    padding-bottom: 13px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .joes-quote {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 22px;
  }

  .team-member-text-container-3 {
    border-left-style: none;
    margin-left: 0;
    padding-top: 9px;
  }

  .team-member-text-container-3.stop-scroll {
    align-items: center;
    padding-left: 0;
  }

  .heading-6-sub {
    padding-bottom: 13px;
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .heading-44 {
    font-size: 41px;
    line-height: 40px;
  }

  .heading-44.white {
    font-size: 2.4rem;
  }

  .ps-container-nm {
    padding-bottom: 30px;
  }

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

  .html-embed-4 {
    margin-top: 8px;
  }

  .ethics-embed {
    margin-right: 0;
  }

  .image-12-copy {
    width: 200px;
  }

  .tab-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
  }

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

  .tab-content-main-2 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .tab-link-text {
    letter-spacing: normal;
    font-size: 12px;
  }

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

  .tabs-content-2 {
    border-radius: 9px;
  }

  .div-block-16 {
    margin-top: 23px;
  }

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

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

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

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

  .display-toggle-bio {
    z-index: 52;
  }

  .bio-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bbb-ethics-about-us-section {
    display: none;
  }

  .grid-5 {
    max-width: 341px;
  }

  .hero-heading-as-3 {
    max-width: 236px;
    padding-left: 0;
    padding-right: 0;
    font-size: 34px;
  }

  .hero-image-cs-3 {
    width: 100%;
    margin-top: 17px;
  }

  .text-span-45 {
    font-size: 39px;
  }

  .hero-container-cs-3 {
    padding-bottom: 29px;
  }

  .nav-logo-4 {
    width: 90%;
  }

  .link-block-16 {
    margin-top: 9px;
  }

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

  .aa-full-nav-link-3 {
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .text-span-19 {
    letter-spacing: normal;
    font-size: 14px;
  }

  .heading-28 {
    letter-spacing: 1px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

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

  .tabs-content-3 {
    border-radius: 10px;
  }

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

  .about-adviser-heading-nm {
    letter-spacing: 4px;
    padding-bottom: 3px;
    font-size: 28px;
    line-height: 30px;
  }

  .tab-text-cs {
    letter-spacing: normal;
  }

  .how-we-help-you-text {
    font-size: 41px;
    line-height: 40px;
  }

  .tab-link-cs {
    border-radius: 20px;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .tab-link-cs.w--current {
    padding-top: 4px;
  }

  .content-container-cs {
    padding-left: 14px;
    padding-right: 14px;
  }

  .tabs-content-cs {
    margin-top: 6px;
  }

  .heading-50 {
    font-size: 41px;
    line-height: 40px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    max-width: 280px;
  }

  .tabs-menu-cs {
    flex-direction: column;
    align-items: center;
    padding-left: 13px;
    padding-right: 13px;
  }

  .nav-cd9_component {
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-cd9_logo-link {
    width: 76%;
    padding-left: 0;
  }

  .footer-large-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .nav-cd9_bottom-bar-content {
    flex-direction: column;
    margin-left: 0;
    display: flex;
  }

  .author-of-testimonial-nm {
    padding-left: 0;
    padding-right: 0;
  }

  .testimony-container-nm {
    height: 266px;
  }

  .slide-nav {
    display: none;
  }

  .credentials-section {
    background-color: #ece8e3;
  }

  .block-quote-nm {
    margin-left: 54px;
    margin-right: 54px;
    font-size: 12px;
  }

  .icon-for-arrow-nm {
    font-size: 24px;
  }

  .heading---testimonials {
    font-size: 2.5rem;
  }

  .tab-link-2 {
    margin-right: 0;
  }

  .heading-51 {
    font-size: 41px;
    line-height: 40px;
  }

  .tab-link-3 {
    margin-right: 0;
  }

  .tabs-content-6 {
    border-radius: 9px;
  }

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

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

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

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

  .link-14 {
    display: none;
  }

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

  .text-in-button {
    font-size: 16px;
    line-height: 1.2;
  }

  .div-block-103 {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .learn-more-button {
    padding-left: 30px;
    padding-right: 25px;
  }

  .testimonial-customer-small {
    flex-direction: column;
  }

  .testimonial-left-arrow {
    display: none;
  }

  .testimonial-slider-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .video-block {
    padding: 0;
  }

  .testimonial-right-arrow {
    display: none;
  }

  .heading-57 {
    font-size: 41px;
    line-height: 40px;
  }
}

#w-node-_55263be2-de85-60d8-5fad-39bb62f960c9-82659052 {
  place-self: center;
}

#w-node-_55263be2-de85-60d8-5fad-39bb62f960f4-82659052, #w-node-_55263be2-de85-60d8-5fad-39bb62f960f6-82659052, #w-node-_55263be2-de85-60d8-5fad-39bb62f960f8-82659052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62ad1f26-6180-4a03-18ba-481000385a92-00385a90 {
  place-self: start;
}

#w-node-_62ad1f26-6180-4a03-18ba-481000385aa1-00385a90 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_62ad1f26-6180-4a03-18ba-481000385aa3-00385a90 {
  justify-self: start;
}

#w-node-d6f58c78-77ab-7de1-d418-c74ed0768f96-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0768f98-8265905d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d6f58c78-77ab-7de1-d418-c74ed0768f9b-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0768fa6-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0768fab-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0768fb3-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0768fb8-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0768fc0-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0768fc5-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0768fcd-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0768fd2-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0768fda-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0768fdb-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0768fe1-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0768fe9-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0768fee-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0768ff6-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0768ffb-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0769003-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0769004-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0769009-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0769015-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0769023-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed076902b-8265905d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6f58c78-77ab-7de1-d418-c74ed0769038-8265905d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d6f58c78-77ab-7de1-d418-c74ed076903b-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0769043-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0769044-8265905d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6f58c78-77ab-7de1-d418-c74ed0769056-8265905d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d6f58c78-77ab-7de1-d418-c74ed0769059-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0769070-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0769071-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0769074-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0769077-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed076907a-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed076907d-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed0769080-8265905d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6f58c78-77ab-7de1-d418-c74ed0769083-8265905d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d6f58c78-77ab-7de1-d418-c74ed0769086-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed076908e-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed076908f-8265905d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6f58c78-77ab-7de1-d418-c74ed07690ad-8265905d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d6f58c78-77ab-7de1-d418-c74ed07690b0-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed07690b8-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed07690b9-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed07690c1-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed07690c9-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed07690ca-8265905d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6f58c78-77ab-7de1-d418-c74ed07690d2-8265905d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d6f58c78-77ab-7de1-d418-c74ed07690d5-8265905d, #w-node-d6f58c78-77ab-7de1-d418-c74ed07690ed-8265905d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_62ad1f26-6180-4a03-18ba-481000385aa1-00385a90 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }
}


