@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
.background-image1 {
  z-index: -1;
  position: absolute;
  top: 300px;
  left: 100px;
  width: 120px;
}

.background-image2 {
  z-index: -1;
  position: absolute;
  top: 100px;
  right: 100px;
  width: 120px;
}

.background-image3 {
  z-index: -1;
  position: absolute;
  top: 600px;
  left: 300px;
  width: 120px;
}

.adviser-page { /* OLD - iOS 6-, Safari 3.1-6 */ /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0px;
  margin: 0px;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  background: #EAE6E2 none;
  /* Dropdown wrapper */
  /* Adviser table columns */
}
.adviser-page .accent-color {
  color: #D74623;
}
.adviser-page .secondary-color {
  color: #6F5C57;
}
.adviser-page .nuance-color {
  color: #C09485;
}
.adviser-page p {
  font-family: "Inter", sans-serif;
  color: #6F5C57;
  padding-bottom: 1px;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 32px;
}
.adviser-page .font-small {
  font-size: 14px;
  line-height: 150%;
}
.adviser-page h1, .adviser-page h2, .adviser-page h3, .adviser-page h4, .adviser-page h5, .adviser-page h6 {
  font-family: "Bitter", serif;
  font-weight: 500;
  color: #443C3A;
  margin: 0px;
  margin-bottom: 32px;
  padding-bottom: 1px;
}
.adviser-page h1 {
  font-size: 48px;
  line-height: 110%;
}
@media screen and (max-width: 1200px) {
  .adviser-page h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 860px) {
  .adviser-page h1 {
    font-size: 36px;
  }
}
.adviser-page h2 {
  font-size: 44px;
}
.adviser-page h3 {
  font-size: 34px;
}
.adviser-page h4 {
  font-size: 28px;
}
.adviser-page h5 {
  font-size: 28px;
}
.adviser-page h6 {
  font-size: 22px;
  font-weight: 700;
}
.adviser-page a, .adviser-page a:link, .adviser-page a:visited {
  color: #443C3A;
  text-decoration: none;
}
.adviser-page a.start-adviser, .adviser-page a.start-adviser:link, .adviser-page a.start-adviser:visited {
  display: inline-block;
  padding: 10px 22px;
  color: #fff;
  background-color: #D74623;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  cursor: pointer;
}
.adviser-page a.start-adviser:hover {
  background-color: #ED5E3B;
  transition: background-color 150ms ease-in-out;
}
.adviser-page .adviser-section {
  flex: 1;
  width: 50%;
  max-width: 1400px;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 1200px) {
  .adviser-page .adviser-section {
    width: 70%;
  }
}
@media screen and (max-width: 860px) {
  .adviser-page .adviser-section {
    width: 90%;
  }
}
.adviser-page header {
  text-align: center;
  margin: 0 0 60px 0;
  padding: 0px;
}
.adviser-page header .logo {
  width: 320px;
}
.adviser-page header .slogan {
  display: block;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 14px;
  color: #6F5C57;
}
.adviser-page .navigation {
  display: inline-block;
  width: 98%;
  margin: 16px 10px 30px 10px;
}
.adviser-page .navigation i {
  color: #C09485;
  vertical-align: middle;
}
.adviser-page .navigation ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
}
.adviser-page .navigation ul li {
  display: inline-block;
  margin: 0px;
  padding: 0 0 0 4px;
}
.adviser-page .navigation ul a, .adviser-page .navigation ul a:link, .adviser-page .navigation ul a:visited {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  text-decoration: none;
  color: #6F5C57;
  font-size: 16px;
  border-radius: 50px;
}
.adviser-page .navigation ul a:hover {
  background: #F5F2F0;
  transition: background-color 150ms ease-in-out;
}
.adviser-page .main-menu {
  float: left;
}
.adviser-page .main-menu a.selected,
.adviser-page .current-menu-item a {
  border: 2px solid #C09485;
}
.adviser-page .main-menu a.selected:hover,
.adviser-page .current-menu-item a:hover {
  background: none !important;
}
.adviser-page .quick-links {
  float: right;
}
@media screen and (max-width: 860px) {
  .adviser-page .quick-links {
    float: left;
  }
}
.adviser-page .lang-switcher {
  width: 22px;
  position: relative;
  float: right;
  padding: 0;
  margin: 12px 15px 0 15px;
  /* Items */
  /* Flags */
}
.adviser-page .lang-switcher .wpml-ls-legacy-dropdown {
  position: relative;
  display: inline;
  width: auto;
  padding: 0;
  margin: 0 !important;
}
.adviser-page .lang-switcher .wpml-ls-legacy-dropdown .wpml-ls-current-language > a {
  padding: 0px;
  align-items: center;
}
.adviser-page .lang-switcher .wpml-ls-legacy-dropdown ul {
  width: 100%;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  display: inline-block;
  z-index: 50;
}
.adviser-page .lang-switcher .wpml-ls-legacy-dropdown ul li {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.adviser-page .lang-switcher .wpml-ls-legacy-dropdown:hover ul {
  display: block;
}
.adviser-page .lang-switcher .wpml-ls-legacy-dropdown ul li a {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  color: inherit;
  text-decoration: none;
  background: none;
  border-radius: 0;
}
.adviser-page .lang-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu ul li a {
  display: block;
  padding: 3px 0 0 0 !important;
  margin: 0 !important;
  color: inherit;
  text-decoration: none;
}
.adviser-page .lang-switcher .wpml-ls-flag {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.adviser-page footer {
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  position: relative;
}
.adviser-page footer .footer-content {
  width: 50%;
  max-width: 1400px;
  margin: 0px auto;
}
@media screen and (max-width: 1200px) {
  .adviser-page footer .footer-content {
    width: 50%;
  }
}
@media screen and (max-width: 860px) {
  .adviser-page footer .adviser-page footer .footer-content {
    width: 90%;
  }
}
.adviser-page footer .footer-logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 0px;
  padding: 0px;
}
.adviser-page footer .footer-logos img {
  height: 120px;
}
.adviser-page footer .footer-logo-blank {
  display: inline-block;
}
.adviser-page footer .qr-share {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 250px;
}
.adviser-page footer .qr-share span {
  display: block;
  clear: both;
  margin: 0 0 16px 0;
  padding: 0px;
  font-size: 14px;
  color: #6F5C57;
}
@media screen and (max-width: 1200px) {
  .adviser-page footer .qr-share {
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 20px auto 0 auto;
  }
}
.adviser-page .wpforms-field.wpforms-field-content .wpforms-field-row h4 {
  color: #462920 !important;
  font-size: 20px;
  line-height: 120%;
  font-family: RalewaySemiBold, sans-serif;
  margin-bottom: 5px !important;
}
.adviser-page .adviser-page .adviser-page__content p {
  margin: 0 auto 24px auto;
  font-size: 14pt;
  line-height: 130%;
  font-family: RalewayRegular, sans-serif;
}
.adviser-page .adviser-page table tr td {
  margin: 0 auto 24px auto;
  font-size: 14pt;
  line-height: 130%;
  font-family: RalewayRegular, sans-serif;
}
.adviser-page .adviser-page .authors-image {
  text-align: center;
  width: 200px;
  border-radius: 200%;
}
.adviser-page .start-adviser {
  margin: 50px auto 0 auto;
}
.adviser-page .adviser-page .adviser-page__content table {
  display: flex;
  flex-wrap: wrap; /* Allows items to wrap to the next row */
  width: 100%;
  margin: 0; /* No margin from top and bottom */
  padding: 0;
  gap: 1rem; /* Space between columns */
  box-sizing: border-box; /* Ensures padding is included in width */
}
.adviser-page .adviser-page .adviser-page__content td {
  flex: 1 1 calc(33.333% - 1rem); /* 3 columns per row, accounting for gap */
  box-sizing: border-box; /* Includes padding/border in width */
  border: none; /* Divider */
  padding: 1rem; /* Inner padding for content */
  text-align: center; /* Center text for demonstration */
}
@media (max-width: 800px) {
  .adviser-page .adviser-page .adviser-page__content td {
    flex: 1 1 100%;
  }
  .adviser-page .adviser-page .adviser-page__content tr {
    display: inherit;
  }
  .adviser-page .adviser-page .adviser-page__content td {
    display: grid;
    flex: 1 1 100%;
    box-sizing: border-box; /* Includes padding/border in width */
    border: none; /* Divider */
    padding: 1rem; /* Inner padding for content */
    text-align: center; /* Center text for demonstration */
  }
}
@media (max-width: 600px) {
  .adviser-page .adviser-menu-container {
    text-align: center;
    margin: 20px 20px;
  }
}
.adviser-page .wpforms-container a.btn, .adviser-page .wpforms-container a.btn:link, .adviser-page .wpforms-container a.btn:visited {
  color: #fff;
  text-align: center;
  display: block;
}
.adviser-page .wpforms-container .btn::before {
  content: "";
  width: auto;
  height: 100%;
  background: #462920;
  border-radius: 25px;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: 0.3s ease-in-out;
  z-index: -9;
}

.adviser-homepage {
  background-image: url(../../img/david-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

@media screen and (max-width: 1200px) {
  .adviser-homepage {
    background-image: url(../../img//david-bg-medium.png);
    background-repeat: no-repeat;
    background-position: right bottom;
  }
}
@media screen and (max-width: 860px) {
  .adviser-homepage {
    background-image: url(../../img/david-bg-small.png);
    background-repeat: no-repeat;
    background-position: right bottom;
  }
}/*# sourceMappingURL=adviser.css.map */