/* Colours */
/* Breakpoints */
/* Fonts */
/* 
 Default Heading Style 
 H1 - 80px
 H2 - 54px
 H3 - 34px
 H4 - 28px
 */
/* Custom Style
 Font Size(px)/Line Height(px)/Letter Spacing(px)
 [Header]
 XL = 80/84/0
 L = 54/57/-1.08
 M = 34/37/0
 S = 28/31
 [Button]
 Default - 16/18/0.32
 SM - 15/18/0.45
 XS - 14/17/0.42
 [Body]
 XL = 24/34
 L = 20/25
 M = 18/auto
 Default = 16/21/0.16
 S = 15/20/0.3
 [Tag]
 L = 18/25/0.36
 Default = 16/22/0.32
 [Decorative]
 L = 70/74/-1.4
 Default = 33/35
 [Others]
 72/76
 33/36
 27/35
 */
/* Typography Mixin */
/* Font Family*/
/* Font Weight */
/* Line Height */
/* Letter Spacing */
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Global styles */
/* Default Heading Style */
h1, h1 * {
  font-family: "The Seasons", Arial, Helvetica, sans-serif !important;
  font-size: 5rem !important;
  line-height: 84px !important;
  letter-spacing: 0px !important;
}
@media only screen and (max-width: 1024px) {
  h1, h1 * {
    font-size: 3.375rem !important;
    line-height: normal !important;
    letter-spacing: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  h1, h1 * {
    font-size: 2.125rem !important;
    line-height: normal !important;
    letter-spacing: 0px !important;
  }
}
h2, h2 * {
  font-family: "The Seasons", Arial, Helvetica, sans-serif !important;
  font-size: 3.375rem !important;
  line-height: 57px !important;
  letter-spacing: -1.08px !important;
}
h3, h3 * {
  font-family: "The Seasons", Arial, Helvetica, sans-serif !important;
  font-size: 2.125rem !important;
  line-height: 37px !important;
  letter-spacing: 0px !important;
}
h4, h4 * {
  font-family: "The Seasons", Arial, Helvetica, sans-serif !important;
  font-size: 1.75rem !important;
  line-height: 34px !important;
  letter-spacing: 0px !important;
}
/* Custom Style */
.size-80, .size-80 * {
  font-size: 5rem !important;
  line-height: 84px !important;
  letter-spacing: 0px !important;
}
@media only screen and (max-width: 1024px) {
  .size-80, .size-80 * {
    font-size: 3.375rem !important;
    line-height: normal !important;
    letter-spacing: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .size-80, .size-80 * {
    font-size: 2.125rem !important;
    line-height: normal !important;
    letter-spacing: 0px !important;
  }
}
.size-72, .size-72 * {
  font-size: 4.5rem !important;
  line-height: 76px !important;
  letter-spacing: 0px !important;
}
@media only screen and (max-width: 1024px) {
  .size-72, .size-72 * {
    font-size: 3.375rem !important;
    line-height: 57px !important;
    letter-spacing: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .size-72, .size-72 * {
    font-size: 2.125rem !important;
    line-height: 37px !important;
    letter-spacing: 0px !important;
  }
}
.size-70, .size-70 * {
  font-size: 4.375rem !important;
  line-height: 74px !important;
  letter-spacing: -1.4px !important;
}
@media only screen and (max-width: 1024px) {
  .size-70, .size-70 * {
    font-size: 3.375rem !important;
    line-height: 57px !important;
    letter-spacing: -1.4px !important;
  }
}
@media only screen and (max-width: 767px) {
  .size-70, .size-70 * {
    font-size: 2.125rem !important;
    line-height: 37px !important;
    letter-spacing: -1.4px !important;
  }
}
.size-54, .size-54 * {
  font-size: 3.375rem !important;
  line-height: 57px !important;
  letter-spacing: -1.08px !important;
}
@media only screen and (max-width: 1024px) {
  .size-54, .size-54 * {
    font-size: 2.125rem !important;
    line-height: 37px !important;
    letter-spacing: -1.08px !important;
  }
}
@media only screen and (max-width: 767px) {
  .size-54, .size-54 * {
    font-size: 1.75rem !important;
    line-height: 31px !important;
    letter-spacing: -1.08px !important;
  }
}
.size-34, .size-34 * {
  font-size: 2.125rem !important;
  line-height: 37px !important;
  letter-spacing: 0px !important;
}
.size-33, .size-33 * {
  font-size: 2.0625rem !important;
  line-height: 36px !important;
}
.size-28, .size-28 * {
  font-size: 1.75rem !important;
  line-height: 31px !important;
  letter-spacing: 0 !important;
}
.size-27, .size-27 * {
  font-size: 1.6875rem !important;
  line-height: 35px !important;
  letter-spacing: 0 !important;
}
.size-24, .size-24 * {
  font-size: 1.5rem !important;
  line-height: 34px !important;
  letter-spacing: -0.24px !important;
}
.size-20, .size-20 * {
  font-size: 1.25rem !important;
  line-height: 25px !important;
  letter-spacing: 0px !important;
}
.size-18, .size-18 * {
  font-size: 1.125rem !important;
  line-height: 25px !important;
  letter-spacing: 0.36px !important;
}
.size-16, .size-16 * {
  font-size: 1rem !important;
  line-height: 22px !important;
  letter-spacing: 0.32px !important;
}
.size-button15, .size-button15 * {
  font-size: 0.9375rem !important;
  line-height: 18px !important;
  letter-spacing: 0.45px !important;
}
.size-15, .size-15 * {
  font-size: 0.9375rem !important;
  line-height: 20px !important;
  letter-spacing: 0.45px !important;
}
.size-button14, .size-button14 * {
  font-size: 0.875rem !important;
  line-height: 17px !important;
  letter-spacing: 0.42px !important;
}
.size-14, .size-14 * {
  font-size: 0.875rem !important;
  line-height: 18px !important;
  letter-spacing: 0.14px !important;
}
/* Colors */
.color-white, .color-white * {
  color: #fff !important;
}
.color-black, .color-black * {
  color: #000 !important;
}
.color-black8, .color-black8 * {
  color: #141414 !important;
}
.color-black25, .color-black25 * {
  color: #404040 !important;
}
.color-black50, .color-black50 * {
  color: #7f7f7f !important;
}
.color-black60, .color-black60 * {
  color: #999 !important;
}
.color-black75, .color-black75 * {
  color: #bfbfbf !important;
}
.color-beige, .color-beige * {
  color: #fbf2da !important;
}
.color-beigedark, .color-beigedark * {
  color: #f8eac3 !important;
}
.color-beigedarkest, .color-beigedarkest * {
  color: #fae4a8 !important;
}
.color-stone, .color-stone * {
  color: #f1eeea !important;
}
.color-stonedark, .color-stonedark * {
  color: #e6e1da !important;
}
.color-stonedarkest, .color-stonedarkest * {
  color: #e1d5c7 !important;
}
.color-blue, .color-blue * {
  color: #e2edf3 !important;
}
.color-bluedark, .color-bluedark * {
  color: #d0e2ec !important;
}
.color-bluedarkest, .color-bluedarkest * {
  color: #bad8e8 !important;
}
.color-goodgold, .color-goodgold * {
  color: #d4bc75 !important;
}
.color-oggrey, .color-oggrey * {
  color: #231f20 !important;
}
.color-oggold, .color-oggold * {
  color: #be9a30 !important;
}
/* Font Family*/
.theseasons, .theseasons * {
  font-family: "The Seasons", Arial, Helvetica, sans-serif !important;
}
.opensans, .opensans * {
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}
.p22, .p22 * {
  font-family: "p22-freely", Arial, Helvetica, sans-serif !important;
}
.ibm, .ibm * {
  font-family: "IBM Plex Sans Condensed", sans-serif !important;
}
.sourceserif, .sourceserif * {
  font-family: "Source Serif 4", serif !important;
}
/* Font Weight */
.fw-normal, .fw-normal * {
  font-weight: normal !important;
}
.fw-400, .fw-400 * {
  font-weight: 400 !important;
}
.fw-500, .fw-500 * {
  font-weight: 500 !important;
}
.fw-600, .fw-600 * {
  font-weight: 600 !important;
}
.fw-700, .fw-700 * {
  font-weight: 700 !important;
}
/* Line Height */
.lh-normal, .lh-normal * {
  line-height: normal !important;
}
@media only screen and (max-width: 1024px) {
  .lh-normal, .lh-normal * {
    line-height: normal !important;
  }
}
.lh-18, .lh-18 * {
  line-height: 18px !important;
}
@media only screen and (max-width: 1024px) {
  .lh-18, .lh-18 * {
    line-height: 1.3 !important;
  }
}
.lh-20, .lh-20 * {
  line-height: 20px !important;
}
@media only screen and (max-width: 1024px) {
  .lh-20, .lh-20 * {
    line-height: 1.3 !important;
  }
}
.lh-22, .lh-22 * {
  line-height: 22px !important;
}
@media only screen and (max-width: 1024px) {
  .lh-22, .lh-22 * {
    line-height: 1.3 !important;
  }
}
.lh-26, .lh-26 * {
  line-height: 26px !important;
}
@media only screen and (max-width: 1024px) {
  .lh-26, .lh-26 * {
    line-height: 1.3 !important;
  }
}
.lh-30, .lh-30 * {
  line-height: 30px !important;
}
@media only screen and (max-width: 1024px) {
  .lh-30, .lh-30 * {
    line-height: 1.2 !important;
  }
}
.lh-34, .lh-34 * {
  line-height: 34px !important;
}
@media only screen and (max-width: 1024px) {
  .lh-34, .lh-34 * {
    line-height: 1.2 !important;
  }
}
.lh-35, .lh-35 * {
  line-height: 35px !important;
}
@media only screen and (max-width: 1024px) {
  .lh-35, .lh-35 * {
    line-height: 1.2 !important;
  }
}
.lh-36, .lh-36 * {
  line-height: 36px !important;
}
@media only screen and (max-width: 1024px) {
  .lh-36, .lh-36 * {
    line-height: 1.2 !important;
  }
}
/* Letter Spacing */
.ls-n-136, .ls-n-136 * {
  letter-spacing: -1.36px !important;
}
.ls-n-068, .ls-n-068 * {
  letter-spacing: -0.68px !important;
}
.ls-n-02, .ls-n-02 * {
  letter-spacing: -0.2px !important;
}
.ls-n-032, .ls-n-032 * {
  letter-spacing: -0.32px !important;
}
.ls-n-015, .ls-n-015 * {
  letter-spacing: -0.15px !important;
}
.ls-0, .ls-0 * {
  letter-spacing: 0px !important;
}
.ls-028, .ls-028 * {
  letter-spacing: 0.28px !important;
}
.ls-03, .ls-03 * {
  letter-spacing: 0.3px !important;
}
.ls-032, .ls-032 * {
  letter-spacing: 0.32px !important;
}
/* Dual color */
.dual-color-white strong, .dual-color-white strong * {
  color: #fff !important;
}
.dual-color-black strong, .dual-color-black strong * {
  color: #000 !important;
}
.dual-color-black8 strong, .dual-color-black8 strong * {
  color: #141414 !important;
}
.dual-color-black25 strong, .dual-color-black25 strong * {
  color: #404040 !important;
}
.dual-color-black50 strong, .dual-color-black50 strong * {
  color: #7f7f7f !important;
}
.dual-color-black60 strong, .dual-color-black60 strong * {
  color: #999 !important;
}
.dual-color-black75 strong, .dual-color-black75 strong * {
  color: #bfbfbf !important;
}
.dual-color-beige strong, .dual-color-beige strong * {
  color: #fbf2da !important;
}
.dual-color-beigedark strong, .dual-color-beigedark strong * {
  color: #f8eac3 !important;
}
.dual-color-beigedarkest strong, .dual-color-beigedarkest strong * {
  color: #fae4a8 !important;
}
.dual-color-stone strong, .dual-color-stone strong * {
  color: #f1eeea !important;
}
.dual-color-stonedark strong, .dual-color-stonedark strong * {
  color: #e6e1da !important;
}
.dual-color-stonedarkest strong, .dual-color-stonedarkest strong * {
  color: #e1d5c7 !important;
}
.dual-color-blue strong, .dual-color-blue strong * {
  color: #e2edf3 !important;
}
.dual-color-bluedark strong, .dual-color-bluedark strong * {
  color: #d0e2ec !important;
}
.dual-color-bluedarkest strong, .dual-color-bluedarkest strong * {
  color: #bad8e8 !important;
}
.dual-color-goodgold strong, .dual-color-goodgold strong * {
  color: #d4bc75 !important;
}
.dual-color-oggrey strong, .dual-color-oggrey strong * {
  color: #231f20 !important;
}
.dual-color-oggold strong, .dual-color-oggold strong * {
  color: #be9a30 !important;
}
/* Buttons */
.fusion-body .fusion-button {
  min-height: 43px;
  overflow: hidden;
}
.fusion-body .fusion-button .fusion-button-text {
  transition: all 0.3s ease-in-out;
}
.fusion-body .fusion-button[title]:after {
  content: attr(title);
  position: absolute;
  transform: translateY(calc(100% + 16px));
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.fusion-body .fusion-button[title]:hover:after {
  transform: translateY(0);
}
.fusion-body .fusion-button[title]:hover .fusion-button-text {
  transform: translateY(calc(-100% - 16px));
}
.fusion-body .fusion-button.btn-white {
  background-color: #fff;
}
.fusion-body .fusion-button.btn-white .fusion-button-text {
  color: #404040;
}
.fusion-body .fusion-button.btn-white:after {
  color: #404040;
}
.fusion-body .fusion-button.btn-link {
  background-color: transparent;
  padding: 0;
  min-height: auto;
  border-radius: 0;
}
.fusion-body .fusion-button.btn-link .fusion-button-text {
  color: #404040;
}
.fusion-text > * {
  margin: 0 0 1.25rem !important;
}
.fusion-text > *:last-child {
  margin: 0 !important;
}
.text-uppercase, .text-uppercase * {
  text-transform: uppercase;
}
.reveal-text {
  overflow: hidden;
  opacity: 0;
}
.reveal-text.is-visible {
  opacity: 1;
}
.home .page_banner-home:after, .home .what-we-do:after, .page_banner .col:after {
  content: '';
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 39.45%, rgba(0, 0, 0, 0) 141.49%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  transition: all 0.6s ease-in-out;
}
.home .who-we-help > .fusion-builder-row:before, .home .best-for-clients > .fusion-builder-row:before, .home .best-for-clients > .fusion-builder-row:after, .home .reviews > .fusion-builder-row:before, .home .fusion-tb-footer #main-footer > .fusion-builder-row:before, .page-id-27 .page_banner > .fusion-builder-row:after, .page-id-27 .logo-highlight-sec > .fusion-builder-row:after, .page-id-27 .dorset-symbol > .fusion-builder-row:before, .page-id-27 .message-from > .fusion-builder-row:before, .page-id-75 .our-team > .fusion-builder-row:before, .page-id-75 .whole-team > .fusion-builder-row:before, .page-id-30 .form-section .left-col:before, .page-id-80 .info-section > .fusion-row:before, .page-id-80 .risk-management > .fusion-row:after, .page-id-80 .investment-governance > .fusion-row:before, .page-id-87 .page_banner > .fusion-builder-row:after, .page-id-87 .cta-consultation > .fusion-builder-row:after, .page-id-117 .faq-sec.faq-sec__about > .fusion-builder-row:before, .page-id-117 .faq-sec.faq-sec__how > .fusion-builder-row:before, .page-id-117 .faq-sec.faq-sec__other > .fusion-builder-row:before, .page-id-29 .page_banner > .fusion-row:before, .page-id-29 .etfs > .fusion-row:before, .page-id-29 .right-for-you > .fusion-row:after, .page-id-116 .banner > .fusion-row:before, .page-id-116 .newsletter > .fusion-row:before, .cta-consultation > .fusion-builder-row:before, .single-team .width-100 .team-basic-info:before, .author .width-100 .team-basic-info:before, .single-team .fusion-tb-footer #main-footer:after, .author .fusion-tb-footer #main-footer:after, .single-stage-of-life .getting-started:after, .single-stage-of-life .fusion-tb-footer #main-footer > .fusion-builder-row:before, .single-post .single-post__banner > .fusion-builder-row:before, .single-post .single-post__related > .fusion-builder-row:after {
  content: '';
  width: 821px;
  height: 821px;
  background: url(/wp-content/uploads/2026/04/Faded-BG_Vector.svg) center/contain no-repeat;
  display: block;
  position: absolute;
}
.global-arrows {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.global-arrows .swiper-arrow {
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d4bc75;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.global-arrows .swiper-arrow img {
  display: block;
}
.fusion-tb-header #top-header > .fusion-builder-row a {
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .fusion-tb-header #main-header > .fusion-builder-row .col-left .fusion-imageframe {
    max-width: 120px;
  }
}
@media screen and (max-width: 480px) {
  .fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper {
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .fusion-tb-header #main-header > .fusion-builder-row .col-right .fusion-button {
    font-size: 0.875rem;
    padding-inline: 0.625rem;
  }
}
@media screen and (max-width: 390px) {
  .fusion-tb-header #main-header > .fusion-builder-row .col-right .fusion-button {
    font-size: 0.75rem;
  }
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right .awb-menu__mega-wrap .mm-sec-who-we-help {
  max-height: calc(100vh - var(--adminbar-height) - 40px - 107px);
  overflow-y: scroll;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right .awb-menu__mega-wrap .mm-sec-who-we-help > .fusion-builder-row {
  height: 100%;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right .awb-menu__mega-wrap .mm-sec .awb-submenu .fusion-menu li a {
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right .awb-menu__mega-wrap .mm-sec .awb-submenu .fusion-menu li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right .awb-menu__mega-wrap .mm-sec.mm-sec-floating-bg:after {
  content: '';
  background-image: linear-gradient(180deg, #fff 0%, #fdf7e8 100%);
  width: 1000%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right .awb-menu__mega-wrap .mm-sec-what-we-do {
  max-height: calc(100vh - var(--adminbar-height) - 40px - 107px);
  overflow-y: auto;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right .awb-menu__mega-wrap .mm-sec-what-we-do > .fusion-builder-row {
  height: 100%;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right .awb-menu__mega-wrap .mm-sec-what-we-do .tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1271px;
  gap: 66px;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right .awb-menu__mega-wrap .mm-sec-what-we-do .tabs-left {
  width: 416px;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right .awb-menu__mega-wrap .mm-sec-what-we-do .tabs-left__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 76px;
  position: sticky;
  top: 0;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right .awb-menu__mega-wrap .mm-sec-what-we-do .tabs-left__inner .tabs-left__title {
  opacity: 0.4;
  padding-block: 0.1875rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right .awb-menu__mega-wrap .mm-sec-what-we-do .tabs-left__inner .tabs-left__title.active {
  opacity: 1;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right .awb-menu__mega-wrap .mm-sec-what-we-do .tabs-right {
  width: calc(100% - 416px - 66px);
  min-height: 398px;
  position: relative;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right .awb-menu__mega-wrap .mm-sec-what-we-do .tabs-right__contents {
  display: none;
  transition: all 0.3s ease-in-out;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right .awb-menu__mega-wrap .mm-sec-what-we-do .tabs-right__contents.active {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right .awb-menu__mega-wrap .mm-sec-what-we-do .tabs-right__contents ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right .awb-menu__mega-wrap .mm-sec-what-we-do .tabs-right__contents ul li strong {
  font-weight: 400;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right .awb-menu__mega-wrap .mm-sec-what-we-do .tabs-right__contents ul li ul {
  padding-left: 2.5rem;
  padding-top: 1.25rem;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right .awb-menu__mega-wrap .mm-sec-what-we-do .tabs-right__contents ul li ul li {
  opacity: 0.4;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right .awb-menu__mega-wrap .mm-sec-what-we-do .tabs-right__contents > ul:not(:has(strong)) li {
  opacity: 0.4;
  margin-right: -3.8125rem;
  transition: all 0.3s ease-in-out;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right .awb-menu__mega-wrap .mm-sec-what-we-do .tabs-right__contents > ul:not(:has(strong)) li:hover {
  opacity: 1;
  text-decoration: underline;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right .awb-menu__mega-wrap .mm-sec-what-we-do .tabs-right__contents > ul > li strong:hover {
  text-decoration: underline;
  opacity: 1;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right .awb-menu__mega-wrap .mm-sec-what-we-do .tabs-right__contents > ul > li ul li:hover {
  text-decoration: underline;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu {
    --awb-gap: 22px !important;
  }
}
@media screen and (max-width: 1024px) {
  .fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu {
    --awb-mobile-nav-items-height: 45;
    width: 0;
  }
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu.awb-menu_dc-yes.awb-menu_em-hover .awb-menu__open-nav-submenu-hover {
  width: 16px;
  height: 16px;
  padding-inline-start: 0;
  margin-inline-start: 3px;
}
@media screen and (max-width: 1024px) {
  .fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu.awb-menu_dc-yes.awb-menu_em-hover .awb-menu__main-li_regular {
    border: 0 none;
  }
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu.awb-menu_dc-yes.awb-menu_em-hover .awb-menu__main-li_regular > ul.awb-menu__sub-ul > li {
  transition: opacity calc(var(--awb-transition-time) * 1ms) cubic-bezier(0.42, 0.01, 0.58, 1);
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu.awb-menu_dc-yes.awb-menu_em-hover .awb-menu__main-li_regular:hover .awb-menu__open-nav-submenu-hover:before, .fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu.awb-menu_dc-yes.awb-menu_em-hover .awb-menu__main-li_regular:focus .awb-menu__open-nav-submenu-hover:before, .fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu.awb-menu_dc-yes.awb-menu_em-hover .awb-menu__main-li_regular:focus-within .awb-menu__open-nav-submenu-hover:before {
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu {
    max-height: calc(100vh - 135px - var(--adminbar-height)) !important;
    top: calc(100% + 32px);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  .fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu {
    top: calc(100% + 21px);
  }
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li {
  border: none;
}
@media screen and (max-width: 1024px) {
  .fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li a {
    background-color: transparent !important;
  }
}
@media screen and (max-width: 1024px) {
  .fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li .awb-menu__open-nav-submenu_mobile {
    padding-inline: 1.25rem !important;
  }
}
@media screen and (max-width: 1024px) {
  .fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li .awb-menu__open-nav-submenu_mobile:before {
    padding-inline: 0 !important;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li > a {
    padding-inline: 1.25rem !important;
  }
}
@media screen and (max-width: 1024px) {
  .fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li > a li {
    border: 0 none;
  }
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li .awb-menu__sub-ul_main > li {
  border: 0 none;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li .awb-menu__sub-ul_main > li:first-child a {
  padding-top: 0.9375rem;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li.menu-who-we-help .menu-tag, .fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li.menu-who-we-help .menu-age {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li.menu-who-we-help .menu-tag {
  margin-bottom: 0.625rem;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li.menu-who-we-help .menu-age {
  margin-top: 0.625rem;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li.menu-who-we-help .awb-menu__sub-ul_main > li > a {
  padding-block: 0.625rem !important;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li.menu-who-we-help .awb-menu__sub-ul_main > li.stage-of-life-item {
  width: 289px;
  position: relative;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li.menu-who-we-help .awb-menu__sub-ul_main > li.stage-of-life-item > a {
  padding: 0 !important;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li.menu-who-we-help .awb-menu__sub-ul_main > li.stage-of-life-item > a .background {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li.menu-who-we-help .awb-menu__sub-ul_main > li.stage-of-life-item > a .contents {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  padding: 1.25rem 0.625rem;
  gap: 10px;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li.menu-who-we-help .awb-menu__sub-ul_main > li.stage-of-life-item > a .contents .title {
  margin-bottom: 0;
  margin-inline: auto;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li.menu-who-we-help .awb-menu__sub-ul_main > li.stage-of-life-item > a .contents .title span {
  display: block;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li.menu-who-we-help .awb-menu__sub-ul_main > li.stage-of-life-item > a .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li.menu-who-we-help .awb-menu__sub-ul_main > li.stage-of-life-item > a > span {
  display: block;
  border-radius: 20px;
  min-height: 291px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li.menu-who-we-help .awb-menu__sub-ul_main > li.stage-of-life-item > a .image {
  z-index: 1;
  position: absolute;
  inset: 0;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li.menu-who-we-help .awb-menu__sub-ul_main > li.stage-of-life-item.stage-of-life-item-167 .contents .title {
  max-width: 200px;
}
@media screen and (max-width: 1024px) {
  .fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li.menu-who-we-help.expanded .awb-menu__sub-ul_main {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: unset !important;
    justify-content: center;
    padding: 1.25rem !important;
  }
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li.menu-what-we-do .menu-wwd__title {
  display: block;
  margin-bottom: 0.625rem;
  padding-inline: 2.5rem 1.5rem;
  padding-top: 0.625rem;
  margin-top: 0.625rem;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li.menu-what-we-do .menu-wwd__contents {
  opacity: 0.4;
  padding-inline: 2.5rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li.menu-what-we-do .menu-wwd__contents ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  padding-left: 1.25rem;
  background-color: transparent;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li.menu-what-we-do .menu-wwd__contents ul li a {
  padding-left: 0 !important;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li.menu-what-we-do .menu-wwd__contents ul li ul {
  padding-top: 0.625rem;
  padding-left: 1.25rem;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li.menu-what-we-do .awb-menu__sub-ul_main > li > a {
  padding-block: 0.625rem !important;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li.menu-what-we-do .wwd-tab-item > a {
  display: none;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu > li.menu-indicator {
  font-size: 0;
  margin: 0;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 35px;
  transition: all 0.5s ease-in-out;
  height: 1px;
  background-color: #231f20;
  margin-inline: 0;
  display: block;
  pointer-events: none;
  opacity: 0;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .fusion-menu:has(.expanded) > li.menu-indicator {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu.expanded .fusion-menu {
    opacity: 1;
  }
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu.collapse-enabled {
  width: auto;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu.collapse-enabled li {
  border: 0 none;
}
.fusion-tb-header #main-header > .fusion-builder-row .col-right > .fusion-column-wrapper .awb-menu .awb-menu__m-toggle {
  background-color: transparent;
  font-size: 2rem;
  color: #be9a30;
  padding: 0;
}
.fusion-tb-footer #main-footer > .fusion-builder-row {
  column-gap: 119px;
}
@media screen and (max-width: 1250px) {
  .fusion-tb-footer #main-footer > .fusion-builder-row {
    column-gap: 50px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1170px) {
  .fusion-tb-footer #main-footer > .fusion-builder-row .col-left, .fusion-tb-footer #main-footer > .fusion-builder-row .col-right {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1170px) {
  .fusion-tb-footer #main-footer > .fusion-builder-row .col-left {
    margin-bottom: 3.125rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1170px) {
  .fusion-tb-footer #main-footer > .fusion-builder-row .col-left > .fusion-column-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: start;
  }
}
@media screen and (min-width: 768px) and (max-width: 1170px) {
  .fusion-tb-footer #main-footer > .fusion-builder-row .col-left > .fusion-column-wrapper .fusion-image-element {
    grid-column: 1/6;
  }
}
@media screen and (min-width: 768px) and (max-width: 1170px) {
  .fusion-tb-footer #main-footer > .fusion-builder-row .col-left > .fusion-column-wrapper .fusion-builder-row-inner {
    grid-column: 1 / 6;
  }
}
@media screen and (min-width: 768px) and (max-width: 1170px) {
  .fusion-tb-footer #main-footer > .fusion-builder-row .col-left > .fusion-column-wrapper .fusion-builder-row-inner > .fusion-layout-column {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1170px) {
  .fusion-tb-footer #main-footer > .fusion-builder-row .col-left > .fusion-column-wrapper .footer-contact {
    grid-column: 1 / 6;
  }
}
@media screen and (min-width: 768px) and (max-width: 1170px) {
  .fusion-tb-footer #main-footer > .fusion-builder-row .col-left > .fusion-column-wrapper .footer-address {
    grid-column: 6 / 13;
    grid-row: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1170px) {
  .fusion-tb-footer #main-footer > .fusion-builder-row .col-left > .fusion-column-wrapper .footer-address br {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1170px) {
  .fusion-tb-footer #main-footer > .fusion-builder-row .col-left .footer-address, .fusion-tb-footer #main-footer > .fusion-builder-row .col-left .footer-contact {
    max-width: 100%;
  }
}
.fusion-tb-footer #main-footer > .fusion-builder-row .col-left .fusion-social-networks-wrapper {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.fusion-tb-footer #main-footer > .fusion-builder-row .col-left .fusion-social-networks-wrapper .fusion-social-network-icon {
  margin: 0;
  width: 21px;
  height: 21px;
  order: 4;
}
.fusion-tb-footer #main-footer > .fusion-builder-row .col-left .fusion-social-networks-wrapper .fusion-social-network-icon:before {
  display: block;
}
.fusion-tb-footer #main-footer > .fusion-builder-row .col-left .fusion-social-networks-wrapper .fusion-social-network-icon.awb-icon-facebook {
  order: 2;
}
.fusion-tb-footer #main-footer > .fusion-builder-row .col-left .fusion-social-networks-wrapper .fusion-social-network-icon.awb-icon-facebook:before {
  content: '';
  background: url('/wp-content/uploads/2026/04/Social-Fb.svg') center/contain no-repeat;
  width: 21px;
  height: 21px;
}
.fusion-tb-footer #main-footer > .fusion-builder-row .col-left .fusion-social-networks-wrapper .fusion-social-network-icon.awb-icon-instagram {
  order: 3;
}
.fusion-tb-footer #main-footer > .fusion-builder-row .col-left .fusion-social-networks-wrapper .fusion-social-network-icon.awb-icon-instagram:before {
  content: '';
  background: url('/wp-content/uploads/2026/04/Social-IG.svg') center/contain no-repeat;
  width: 21px;
  height: 21px;
}
.fusion-tb-footer #main-footer > .fusion-builder-row .col-left .fusion-social-networks-wrapper .fusion-social-network-icon.awb-icon-linkedin {
  order: 1;
}
.fusion-tb-footer #main-footer > .fusion-builder-row .col-left .fusion-social-networks-wrapper .fusion-social-network-icon.awb-icon-linkedin:before {
  content: '';
  background: url('/wp-content/uploads/2026/04/Social-Linkedin.svg') center/contain no-repeat;
  width: 21px;
  height: 21px;
}
@media screen and (min-width: 1025px) and (max-width: 1250px) {
  .fusion-tb-footer #main-footer > .fusion-builder-row .col-right {
    --awb-width-large: calc(100% - 348px - 50px) !important;
  }
}
@media screen and (max-width: 576px) {
  .fusion-tb-footer #main-footer > .fusion-builder-row .col-right {
    width: 100%;
  }
}
.fusion-tb-footer #main-footer > .fusion-builder-row .col-right .fusion-builder-row-inner {
  gap: 8px 20px;
}
.fusion-tb-footer #main-footer > .fusion-builder-row .col-right .fusion-builder-row-inner #menu-footer-learning-hub {
  margin-right: -0.375rem;
}
@media screen and (min-width: 1025px) and (max-width: 1170px) {
  .fusion-tb-footer #main-footer > .fusion-builder-row .col-bottom {
    margin-top: 3.125rem;
  }
}
.fusion-tb-footer #main-footer > .fusion-builder-row .col-bottom .footer-legal p {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.home .page_banner-home {
  transition-duration: 3s;
}
@media screen and (max-width: 1024px) {
  .home .page_banner-home {
    filter: saturate(100%);
  }
}
.home .page_banner-home .col .mw-734 {
  max-width: 734px;
  margin-inline: auto !important;
}
.home .who-we-help > .fusion-builder-row:before {
  top: -596px;
  right: -398px;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .home .who-we-help {
    --column-gap: 50px !important;
  }
}
.home .who-we-help .stages-of-life.swiper {
  row-gap: 0;
}
@media screen and (max-width: 1024px) {
  .home .who-we-help .stages-of-life.swiper {
    margin-top: 1.875rem;
  }
}
.home .who-we-help .stages-of-life.swiper .stages-of-life__item {
  width: 276px;
  height: calc(414px + 70px);
  align-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .home .who-we-help .stages-of-life.swiper .stages-of-life__item {
    height: 414px;
  }
}
.home .who-we-help .stages-of-life.swiper .stages-of-life__item .inner {
  height: 414px;
  transition: all 0.3s ease-in-out;
}
.home .who-we-help .stages-of-life.swiper .stages-of-life__item .inner .title {
  margin-bottom: 0;
}
.home .who-we-help .stages-of-life.swiper .stages-of-life__item .inner .contents {
  padding: 1.25rem 2.5rem;
}
.home .who-we-help .stages-of-life.swiper .stages-of-life__item:hover .inner {
  height: 440px;
}
@media screen and (max-width: 1024px) {
  .home .who-we-help .stages-of-life.swiper .stages-of-life__item:hover .inner {
    height: 414px;
  }
}
.home .who-we-help .stages-of-life.swiper .stages-of-life__item#stages-of-life__item-171 .inner .contents {
  padding-inline: 1.25rem;
}
.home .who-we-help .stages-of-life.swiper .swiper-wrapper {
  align-items: flex-end;
}
.home .what-we-do {
  transition: all 0.3s ease-in-out;
}
.home .what-we-do .tabs {
  border-radius: 40px;
  background: linear-gradient(180deg, #fff 0%, #fdf7e8 100%);
  padding: 1.25rem 2.5rem;
  min-height: 363px;
}
.home .what-we-do .tabs-left {
  padding-inline: 2.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .home .what-we-do .tabs-left {
    padding-inline: 0;
  }
}
.home .what-we-do .tabs-left__inner {
  min-height: 80px;
  --gap: 120px;
  --columns: 3;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
@media screen and (max-width: 1024px) {
  .home .what-we-do .tabs-left__inner {
    --gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home .what-we-do .tabs-left__inner {
    --gap: 20px;
    --columns: 1;
  }
}
.home .what-we-do .tabs-left__inner .tabs-left__title {
  height: auto;
  display: flex;
  align-items: center;
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  position: relative;
}
.home .what-we-do .tabs-left__inner .tabs-left__title span {
  width: 100%;
  max-width: 293px;
  display: block;
  letter-spacing: 0 !important;
  font-family: "Source Serif 4", serif !important;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .home .what-we-do .tabs-left__inner .tabs-left__title span {
    max-width: 100%;
  }
}
.home .what-we-do .tabs-left__inner .tabs-left__title.active span {
  opacity: 1;
}
.home .what-we-do .tabs-left__inner .tabs-left__title:not(:last-child):after {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: calc(-1 * var(--gap) / 2);
  top: 0;
  background-color: #bfbfbf;
}
@media screen and (max-width: 767px) {
  .home .what-we-do .tabs-left__inner .tabs-left__title:not(:last-child):after {
    right: unset;
    top: unset;
    bottom: -15px;
    width: 100%;
    height: 1px;
    max-width: 90px;
    left: 0;
  }
}
.home .what-we-do .tabs-right {
  padding-inline: 2.5rem;
  min-height: 206px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home .what-we-do .tabs-right {
    padding-inline: 0;
  }
}
.home .what-we-do .tabs-right .tabs-right__contents {
  display: none;
}
.home .what-we-do .tabs-right .tabs-right__contents ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home .what-we-do .tabs-right .tabs-right__contents ul li {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #141414;
}
.home .what-we-do .tabs-right .tabs-right__contents ul li strong {
  font-weight: 400;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}
.home .what-we-do .tabs-right .tabs-right__contents ul li ul {
  padding-left: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.home .what-we-do .tabs-right .tabs-right__contents ul li ul li {
  opacity: 0.4;
}
.home .what-we-do .tabs-right .tabs-right__contents > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 12px;
}
.home .what-we-do .tabs-right .tabs-right__contents > ul:not(:has(strong)) li {
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}
.home .what-we-do .tabs-right .tabs-right__contents > ul:not(:has(strong)) li:hover {
  opacity: 1;
  text-decoration: underline;
}
.home .what-we-do .tabs-right .tabs-right__contents > ul > li strong:hover {
  text-decoration: underline;
  opacity: 1;
}
.home .what-we-do .tabs-right .tabs-right__contents > ul > li ul li:hover {
  text-decoration: underline;
  opacity: 1;
}
.home .what-we-do .tabs-right .tabs-right__contents.active {
  display: block;
}
.home .what-we-do .tabs-right .tabs-right__contents.active#tabs-1 {
  width: 100%;
  max-width: 821px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.home .what-we-do .tabs-right .tabs-right__contents.active#tabs-1 > ul {
  width: calc(50% - (13px / 2));
}
@media screen and (max-width: 767px) {
  .home .what-we-do .tabs-right .tabs-right__contents.active#tabs-1 > ul {
    width: 100%;
  }
}
.home .what-we-do .tabs-right .tabs-right__contents.active#tabs-1 > ul:last-child > li {
  margin-right: -3.8125rem;
}
@media screen and (max-width: 1024px) {
  .home .what-we-do .tabs-right .tabs-right__contents.active#tabs-1 > ul:last-child > li {
    margin-right: 0;
  }
}
.home .what-we-do .tabs-right .tabs-right__contents.active#tabs-2 {
  width: 100%;
  max-width: 812px;
}
.home .what-we-do .tabs-right .tabs-right__contents.active#tabs-2 > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: unset;
  gap: 12px;
}
.home .what-we-do .tabs-right .tabs-right__contents.active#tabs-2 > ul li {
  width: calc(50% - (12px / 2));
}
@media screen and (max-width: 767px) {
  .home .what-we-do .tabs-right .tabs-right__contents.active#tabs-2 > ul li {
    width: 100%;
  }
}
.home .what-we-do .tabs-right .tabs-right__contents.active#tabs-2 > ul li:nth-child(1) {
  order: 1;
}
.home .what-we-do .tabs-right .tabs-right__contents.active#tabs-2 > ul li:nth-child(2) {
  order: 3;
}
.home .what-we-do .tabs-right .tabs-right__contents.active#tabs-2 > ul li:nth-child(3) {
  order: 5;
}
.home .what-we-do .tabs-right .tabs-right__contents.active#tabs-2 > ul li:nth-child(4) {
  order: 7;
}
.home .what-we-do .tabs-right .tabs-right__contents.active#tabs-2 > ul li:nth-child(5) {
  order: 2;
}
.home .what-we-do .tabs-right .tabs-right__contents.active#tabs-2 > ul li:nth-child(6) {
  order: 4;
}
.home .what-we-do .tabs-right .tabs-right__contents.active#tabs-2 > ul li:nth-child(7) {
  order: 6;
}
.home .management > .fusion-builder-row {
  gap: 126px;
}
@media screen and (max-width: 1024px) {
  .home .management > .fusion-builder-row {
    gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .home .management > .fusion-builder-row {
    gap: 20px;
  }
}
.home .management > .fusion-builder-row .col-left .fusion-imageframe {
  width: 100%;
  height: 622px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .home .management > .fusion-builder-row .col-left .fusion-imageframe {
    height: 450px;
  }
}
.home .management > .fusion-builder-row .col-left .fusion-imageframe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .best-for-clients > .fusion-builder-row:before {
  top: -304px;
  left: -513px;
  z-index: -1;
}
.home .best-for-clients > .fusion-builder-row:after {
  right: -341px;
  bottom: -540px;
  z-index: -1;
}
.home .best-for-clients > .fusion-builder-row .fusion-content-boxes {
  margin-inline: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.home .best-for-clients > .fusion-builder-row .fusion-content-boxes:before, .home .best-for-clients > .fusion-builder-row .fusion-content-boxes:after, .home .best-for-clients > .fusion-builder-row .fusion-content-boxes .fusion-clearfix {
  display: none;
}
.home .best-for-clients > .fusion-builder-row .fusion-content-boxes .fusion-column {
  width: 305px;
  padding: 0;
  margin: 0;
}
.home .best-for-clients > .fusion-builder-row .fusion-content-boxes .fusion-column .col {
  padding: 1.25rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .home .best-for-clients > .fusion-builder-row .fusion-content-boxes .fusion-column .col {
    background-color: #fff;
  }
}
.home .best-for-clients > .fusion-builder-row .fusion-content-boxes .fusion-column .col .heading {
  margin: 0;
  text-align: left;
}
.home .best-for-clients > .fusion-builder-row .fusion-content-boxes .fusion-column .col .heading .image img {
  margin-bottom: 0;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .home .best-for-clients > .fusion-builder-row .fusion-content-boxes .fusion-column .col .heading .image img {
    opacity: 1;
  }
}
.home .best-for-clients > .fusion-builder-row .fusion-content-boxes .fusion-column .col .heading .content-box-heading {
  margin-block: 0.625rem 3.5rem;
}
@media screen and (max-width: 1024px) {
  .home .best-for-clients > .fusion-builder-row .fusion-content-boxes .fusion-column .col .heading .content-box-heading {
    margin-bottom: 1.25rem;
  }
}
.home .best-for-clients > .fusion-builder-row .fusion-content-boxes .fusion-column .col .content-container {
  margin-bottom: 0;
  text-align: left;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-top: auto;
}
@media screen and (max-width: 1024px) {
  .home .best-for-clients > .fusion-builder-row .fusion-content-boxes .fusion-column .col .content-container {
    opacity: 1;
    margin-top: 0;
  }
}
.home .best-for-clients > .fusion-builder-row .fusion-content-boxes .fusion-column:hover .col {
  background-color: #fff;
}
.home .best-for-clients > .fusion-builder-row .fusion-content-boxes .fusion-column:hover .col .heading .image img {
  opacity: 1;
}
.home .best-for-clients > .fusion-builder-row .fusion-content-boxes .fusion-column:hover .col .content-container {
  opacity: 1;
}
.home .insights > .fusion-builder-row .col-top .fusion-builder-row-inner {
  gap: 20px;
}
.home .insights > .fusion-builder-row .fusion-grid-posts-cards .pc-box__description {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .home .insights > .fusion-builder-row .fusion-grid-posts-cards .pc-box__description {
    opacity: 1;
  }
}
.home .insights > .fusion-builder-row .fusion-grid-posts-cards .pc-box:hover .pc-box__image {
  filter: saturate(100%);
}
.home .insights > .fusion-builder-row .fusion-grid-posts-cards .pc-box:hover .pc-box__description {
  opacity: 1;
}
.home .reviews > .fusion-builder-row {
  gap: 135px;
}
@media screen and (max-width: 1024px) {
  .home .reviews > .fusion-builder-row {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .home .reviews > .fusion-builder-row {
    gap: 30px;
  }
}
.home .reviews > .fusion-builder-row:before {
  top: -668px;
  left: -29px;
  z-index: -1;
}
.home .reviews > .fusion-builder-row .reviews-swiper {
  overflow: hidden;
}
.home .reviews > .fusion-builder-row .reviews-swiper .reviews-item {
  background-color: #d4bc75;
  padding: 3.125rem;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .home .reviews > .fusion-builder-row .reviews-swiper .reviews-item {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .home .reviews > .fusion-builder-row .reviews-swiper .reviews-item {
    padding: 1.25rem;
  }
}
.home .reviews > .fusion-builder-row .reviews-swiper .reviews-item .description {
  margin-bottom: 5.5625rem;
}
@media screen and (max-width: 1024px) {
  .home .reviews > .fusion-builder-row .reviews-swiper .reviews-item .description {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .home .reviews > .fusion-builder-row .reviews-swiper .reviews-item .description {
    margin-bottom: 1.25rem;
  }
}
.home .reviews > .fusion-builder-row .reviews-swiper .reviews-item .description p:last-child {
  margin-bottom: 0;
}
.home .reviews > .fusion-builder-row .reviews-swiper .reviews-item span {
  margin-top: auto;
}
@media screen and (min-width: 1025px) {
  .home .fusion-tb-footer #main-footer {
    padding-top: 8rem;
  }
}
.home .fusion-tb-footer #main-footer > .fusion-builder-row:before {
  bottom: -411px;
  right: -291px;
}
.page-id-27 .page_banner > .fusion-builder-row:after {
  top: -145px;
  left: -508px;
  z-index: -1;
  width: 754px;
  height: 833px;
}
.page-id-27 .intro > .fusion-builder-row {
  max-width: 1062px !important;
  column-gap: 54px;
}
.page-id-27 .intro > .fusion-builder-row .mw-1061 {
  max-width: 1061px;
  margin-inline: auto !important;
}
.page-id-27 .logo-highlight-sec > .fusion-builder-row {
  column-gap: 155px;
}
@media screen and (max-width: 1024px) {
  .page-id-27 .logo-highlight-sec > .fusion-builder-row {
    column-gap: 50px;
  }
}
.page-id-27 .logo-highlight-sec > .fusion-builder-row:after {
  bottom: -509px;
  right: -347px;
}
@media screen and (max-width: 767px) {
  .page-id-27 .logo-highlight-sec > .fusion-builder-row .col-left {
    --awb-sticky-offset: calc(40px + 96px + var(--adminbar-height)) !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-27 .logo-highlight-sec > .fusion-builder-row .col-left .logo-highlight {
    background-color: #fff;
    padding-block: 1.25rem;
  }
}
.page-id-27 .logo-highlight-sec > .fusion-builder-row .col-left .logo-highlight svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .page-id-27 .logo-highlight-sec > .fusion-builder-row .col-left .logo-highlight svg {
    max-width: 200px;
    display: block;
    margin-inline: auto;
  }
}
.page-id-27 .dorset-symbol > .fusion-builder-row {
  max-width: 1230px !important;
}
.page-id-27 .dorset-symbol > .fusion-builder-row:before {
  bottom: -555px;
  left: -355px;
  z-index: -1;
}
.page-id-27 .dorset-symbol > .fusion-builder-row .col .fusion-builder-row-inner {
  gap: 30px 115px;
}
@media screen and (max-width: 1024px) {
  .page-id-27 .dorset-symbol > .fusion-builder-row .col .fusion-builder-row-inner {
    gap: 30px 50px;
  }
}
.page-id-27 .dorset-symbol > .fusion-builder-row .col .fusion-builder-row-inner strong {
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .page-id-27 .dorset-symbol > .fusion-builder-row .col .fusion-builder-row-inner .col-right .fusion-imageframe {
    max-width: 250px;
  }
}
.page-id-27 .mvv > .fusion-builder-row {
  max-width: 1282px !important;
}
.page-id-27 .mvv > .fusion-builder-row .fusion-content-boxes {
  margin-inline: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 24px;
}
.page-id-27 .mvv > .fusion-builder-row .fusion-content-boxes:before, .page-id-27 .mvv > .fusion-builder-row .fusion-content-boxes:after, .page-id-27 .mvv > .fusion-builder-row .fusion-content-boxes .fusion-clearfix {
  display: none;
}
.page-id-27 .mvv > .fusion-builder-row .fusion-content-boxes .fusion-column {
  padding: 0;
  margin: 0;
}
.page-id-27 .mvv > .fusion-builder-row .fusion-content-boxes .fusion-column .col .heading {
  margin: 0;
}
.page-id-27 .mvv > .fusion-builder-row .fusion-content-boxes .fusion-column .col .heading .image {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.page-id-27 .mvv > .fusion-builder-row .fusion-content-boxes .fusion-column .col .heading .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 0;
  display: block;
  filter: saturate(0);
  transition: all 0.3s ease-in-out;
}
.page-id-27 .mvv > .fusion-builder-row .fusion-content-boxes .fusion-column .col .heading:hover .image img {
  filter: saturate(1);
}
.page-id-27 .mvv > .fusion-builder-row .mv-col .fusion-content-boxes .fusion-column {
  width: 627px;
}
.page-id-27 .mvv > .fusion-builder-row .mv-col .fusion-content-boxes .fusion-column .col .heading {
  text-align: left;
}
.page-id-27 .mvv > .fusion-builder-row .mv-col .fusion-content-boxes .fusion-column .col .heading .image {
  height: 290px;
}
.page-id-27 .mvv > .fusion-builder-row .mv-col .fusion-content-boxes .fusion-column .col .heading .content-box-heading {
  margin-block: 2.5rem 1.25rem;
  font-family: "The Seasons", Arial, Helvetica, sans-serif;
  font-size: 2.125rem;
  line-height: 2.3125rem !important;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .page-id-27 .mvv > .fusion-builder-row .mv-col .fusion-content-boxes .fusion-column .col .heading .content-box-heading {
    font-size: 1.75rem;
    line-height: 2.125rem !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-27 .mvv > .fusion-builder-row .mv-col .fusion-content-boxes .fusion-column .col .heading .content-box-heading {
    font-size: 1.5rem;
    line-height: normal !important;
  }
}
.page-id-27 .mvv > .fusion-builder-row .mv-col .fusion-content-boxes .fusion-column .col .content-container {
  margin-bottom: 0;
  text-align: left;
  font-family: "The Seasons", Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  line-height: 1.9375rem;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .page-id-27 .mvv > .fusion-builder-row .mv-col .fusion-content-boxes .fusion-column .col .content-container {
    font-size: 1.625rem;
    line-height: 1.8125rem !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-27 .mvv > .fusion-builder-row .mv-col .fusion-content-boxes .fusion-column .col .content-container {
    font-size: 1.375rem;
    line-height: 1.875rem !important;
  }
}
.page-id-27 .mvv > .fusion-builder-row .v-col .fusion-content-boxes {
  gap: 30px 24px;
}
.page-id-27 .mvv > .fusion-builder-row .v-col .fusion-content-boxes .fusion-column {
  width: 411px;
}
.page-id-27 .mvv > .fusion-builder-row .v-col .fusion-content-boxes .fusion-column .col .heading {
  margin-bottom: 2.3125rem;
  position: relative;
}
.page-id-27 .mvv > .fusion-builder-row .v-col .fusion-content-boxes .fusion-column .col .heading:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  z-index: 10;
}
.page-id-27 .mvv > .fusion-builder-row .v-col .fusion-content-boxes .fusion-column .col .heading .heading-link {
  position: relative;
  display: block;
}
.page-id-27 .mvv > .fusion-builder-row .v-col .fusion-content-boxes .fusion-column .col .heading .heading-link .image {
  height: 329px;
}
.page-id-27 .mvv > .fusion-builder-row .v-col .fusion-content-boxes .fusion-column .col .heading .heading-link .image:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  border-radius: inherit;
}
.page-id-27 .mvv > .fusion-builder-row .v-col .fusion-content-boxes .fusion-column .col .heading .heading-link .content-box-heading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  pointer-events: none;
  font-family: "The Seasons", Arial, Helvetica, sans-serif;
  font-size: 2.125rem;
  line-height: 2.3125rem !important;
  letter-spacing: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .page-id-27 .mvv > .fusion-builder-row .v-col .fusion-content-boxes .fusion-column .col .heading .heading-link .content-box-heading {
    font-size: 1.75rem;
    line-height: 2.125rem !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-27 .mvv > .fusion-builder-row .v-col .fusion-content-boxes .fusion-column .col .heading .heading-link .content-box-heading {
    font-size: 1.5rem;
    line-height: normal !important;
  }
}
.page-id-27 .mvv > .fusion-builder-row .v-col .fusion-content-boxes .fusion-column .col .content-container {
  margin-bottom: 0;
  padding-inline: 1.0625rem;
}
.page-id-27 .mvv > .fusion-builder-row .v-col .fusion-content-boxes .fusion-column .col .content-container .hidden {
  display: none;
}
.page-id-27 .mvv > .fusion-builder-row .v-col .fusion-content-boxes .fusion-column .col .fusion-read-more {
  color: #be9a30;
}
.page-id-27 .mvv > .fusion-builder-row .v-col .fusion-content-boxes .fusion-column .col .fusion-read-more:after {
  display: none;
}
.page-id-27 .message-from > .fusion-builder-row {
  max-width: 1062px !important;
  gap: 25px;
}
.page-id-27 .message-from > .fusion-builder-row:before {
  width: 1119px;
  height: 1234px;
  top: -801px;
  right: -832px;
  z-index: -1;
}
.page-id-27 .message-from > .fusion-builder-row .col-left a {
  color: inherit;
}
.page-id-27 .message-from > .fusion-builder-row .col-right {
  margin-right: 6.75rem;
}
@media screen and (max-width: 1024px) {
  .page-id-27 .message-from > .fusion-builder-row .col-right {
    margin-right: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .page-id-27 .message-from > .fusion-builder-row .col-right {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .page-id-27 #main-footer {
    padding-top: 11.875rem;
  }
}
.page-id-75 .our-team {
  /*
   .fusion-grid {
   &:has(.pc-team) {
   margin-bottom: calc(var(--awb-row-spacing) / -2);
   @media screen and (max-width: $breakpoint-lg) {
   --awb-row-spacing: 50px;
   }
   @media screen and (max-width: $breakpoint-lg) {
   --awb-row-spacing: 40px;
   }
   .pc-team {
   &__position {
   padding: rem(30px 35px 35px 29px);
   height: calc(100% - 231px);
   @media screen and (max-width: $breakpoint-lg) {
   padding: rem(20px);
   }
   @media screen and (max-width: $breakpoint-md) {
   padding: rem(15px);
   }
   }
   .fusion-builder-row-inner {
   height: calc(100% - 57px);
   @media screen and (max-width: $breakpoint-md) {
   height: calc(100% - 39px);
   }
   .col-inner {
   height: 100%;
   }
   }
   &__image {
   width: 100%;
   height: 231px;
   overflow: hidden;
   a {
   display: block;
   width: 100%;
   height: 100%;
   img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
   }
   }
   }
   }
   }
   }   
   */
}
.page-id-75 .our-team > .fusion-builder-row:before {
  top: 25px;
  left: -419px;
}
.page-id-75 .our-team .mw-512 {
  max-width: 512px;
}
.page-id-75 .our-team .pc-team {
  display: flex;
  flex-wrap: wrap;
  --col-gap: 25px;
  --row-gap: 78px;
  --columns: 4;
  gap: var(--row-gap) var(--col-gap);
}
@media screen and (max-width: 1024px) {
  .page-id-75 .our-team .pc-team {
    --row-gap: 50px;
    --columns: 3;
  }
}
@media screen and (max-width: 767px) {
  .page-id-75 .our-team .pc-team {
    --row-gap: 30px;
    --columns: 2;
  }
}
@media screen and (max-width: 576px) {
  .page-id-75 .our-team .pc-team {
    --columns: 1;
  }
}
.page-id-75 .our-team .pc-team .pc-team__item {
  width: calc((100% / var(--columns)) - var(--col-gap) + (var(--col-gap) / var(--columns)));
  display: flex;
  flex-wrap: wrap;
}
.page-id-75 .our-team .pc-team .pc-team__item .pc-team__inner {
  background-color: #f1eeea;
  border-radius: 25px;
  width: 100%;
}
.page-id-75 .our-team .pc-team .pc-team__item .pc-team__image a {
  display: block;
  width: 100%;
  height: 231px;
  overflow: hidden;
}
.page-id-75 .our-team .pc-team .pc-team__item .pc-team__image a img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  border-radius: 25px;
  filter: saturate(0);
  display: block;
  transition: all 0.3s ease-in-out;
}
.page-id-75 .our-team .pc-team .pc-team__item .pc-team__image a img:hover {
  filter: saturate(1);
}
.page-id-75 .our-team .pc-team .pc-team__item .pc-team__position {
  height: calc(100% - 231px);
}
.page-id-75 .our-team .pc-team .pc-team__item .pc-team__position p:last-child {
  margin-bottom: 0;
}
.page-id-75 .our-team .pc-team .pc-team__item .pc-team__title {
  margin-bottom: 20px;
  text-transform: capitalize;
}
.page-id-75 .our-team .pc-team .pc-team__item .pc-team__position {
  padding: 1.875rem 2.1875rem 2.1875rem 1.8125rem;
  background-color: #f1eeea;
  border-radius: 0 0 25px 25px;
}
@media screen and (max-width: 1024px) {
  .page-id-75 .our-team .pc-team .pc-team__item .pc-team__position {
    padding: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .page-id-75 .our-team .pc-team .pc-team__item .pc-team__position {
    padding: 1.5625rem;
  }
}
.page-id-75 .whole-team > .fusion-builder-row:before {
  width: 1171px;
  height: 1171px;
  top: -240px;
  right: -544px;
}
.page-id-30 .form-section > .fusion-row {
  gap: 281px;
}
@media only screen and (max-width: 1320px) {
  .page-id-30 .form-section > .fusion-row {
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-30 .form-section > .fusion-row {
    gap: 0px;
  }
}
@media only screen and (max-width: 1089px) {
  .page-id-30 .form-section .left-col {
    width: calc(59.45% - 50px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-30 .form-section .left-col {
    width: 100% !important;
  }
}
.page-id-30 .form-section .left-col:before {
  top: 372px;
  left: -563px;
}
@media only screen and (max-width: 767px) {
  .page-id-30 .form-section .left-col .headline * {
    font-size: 2.125rem !important;
  }
}
.page-id-30 .form-section .left-col .fusion-text strong {
  font-weight: 600;
}
.page-id-30 .form-section .left-col .fusion-social-networks-wrapper {
  display: flex;
  gap: 19px;
  margin: 0;
}
.page-id-30 .form-section .left-col .fusion-social-networks-wrapper:before {
  content: none;
}
.page-id-30 .form-section .left-col .fusion-social-networks-wrapper .fusion-social-network-icon {
  margin: 0;
}
.page-id-30 .form-section .left-col .fusion-social-networks-wrapper .fusion-social-network-icon.fusion-facebook {
  order: 2;
}
.page-id-30 .form-section .left-col .fusion-social-networks-wrapper .fusion-social-network-icon.fusion-facebook:before {
  content: url('');
  width: 21px;
  height: 21px;
  display: flex;
  background: transparent url('/wp-content/uploads/2026/04/facebook.svg') no-repeat scroll 100% / contain;
}
.page-id-30 .form-section .left-col .fusion-social-networks-wrapper .fusion-social-network-icon.fusion-instagram {
  order: 3;
}
.page-id-30 .form-section .left-col .fusion-social-networks-wrapper .fusion-social-network-icon.fusion-instagram:before {
  content: url('');
  width: 21px;
  height: 21px;
  display: flex;
  background: transparent url('/wp-content/uploads/2026/04/instagram.svg') no-repeat scroll 100% / contain;
}
.page-id-30 .form-section .left-col .fusion-social-networks-wrapper .fusion-social-network-icon.fusion-linkedin {
  order: 1;
}
.page-id-30 .form-section .left-col .fusion-social-networks-wrapper .fusion-social-network-icon.fusion-linkedin:before {
  content: url('');
  width: 21px;
  height: 21px;
  display: flex;
  background: transparent url('/wp-content/uploads/2026/04/linkedin.svg') no-repeat scroll 100% / contain;
}
@media only screen and (max-width: 1089px) {
  .page-id-30 .form-section .right-col {
    width: 40.55% !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-30 .form-section .right-col {
    width: 100% !important;
  }
}
.page-id-30 .form-section .right-col .wpcf7-form br {
  display: none;
}
.page-id-30 .form-section .right-col .wpcf7-form p {
  margin-bottom: 0;
  display: block;
  width: 100%;
}
.page-id-30 .form-section .right-col .wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  font-size: 14px;
}
.page-id-30 .form-section .right-col .wpcf7-form .form-col {
  max-width: 501px;
  padding-right: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .page-id-30 .form-section .right-col .wpcf7-form .form-col {
    max-width: 100%;
  }
}
.page-id-30 .form-section .right-col .wpcf7-form .form-col:not(:last-child) {
  margin-bottom: 2.6875rem;
}
@media only screen and (max-width: 767px) {
  .page-id-30 .form-section .right-col .wpcf7-form .form-col:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-30 .form-section .right-col .wpcf7-form .form-col:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.page-id-30 .form-section .right-col .wpcf7-form .form-col.form-col-2 {
  display: flex;
  gap: 21px;
  margin-bottom: 2.875rem;
}
@media only screen and (max-width: 1024px) {
  .page-id-30 .form-section .right-col .wpcf7-form .form-col.form-col-2 {
    flex-direction: column;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-30 .form-section .right-col .wpcf7-form .form-col.form-col-2 {
    gap: 30px;
  }
}
.page-id-30 .form-section .right-col .wpcf7-form .form-col.form-col-2 .wpcf7-not-valid-tip {
  bottom: -23px;
}
.page-id-30 .form-section .right-col .wpcf7-form .form-col.form-col-btn {
  margin-top: 0.1875rem;
}
.page-id-30 .form-section .right-col .wpcf7-form .form-inpt:focus-within label, .page-id-30 .form-section .right-col .wpcf7-form .form-inpt.is-filled label {
  bottom: 39px;
}
.page-id-30 .form-section .right-col .wpcf7-form label {
  font-size: 1rem;
  letter-spacing: 0.16px;
  position: absolute;
  bottom: 6px;
  transition: all 0.3s ease;
  display: inline-block;
}
.page-id-30 .form-section .right-col .wpcf7-form .txtarea label {
  color: #404040;
}
.page-id-30 .form-section .right-col .wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.page-id-30 .form-section .right-col .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  width: max-content;
}
.page-id-30 .form-section .right-col .wpcf7-form .form-inpt {
  height: 60px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .page-id-30 .form-section .right-col .wpcf7-form .form-inpt {
    width: 100%;
  }
}
.page-id-30 .form-section .right-col .wpcf7-form input {
  padding: 0;
  height: 21px;
  padding-bottom: 0.375rem;
  display: block;
  width: 100%;
  background: transparent;
  letter-spacing: 0.16px;
}
.page-id-30 .form-section .right-col .wpcf7-form textarea {
  background: transparent;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.375rem;
  padding-top: 1.75rem;
  resize: none;
  letter-spacing: 0.16px;
}
.page-id-30 .form-section .right-col .wpcf7-form textarea::placeholder {
  color: #404040;
}
.page-id-30 .form-section .right-col .wpcf7-form textarea::-webkit-input-placeholder {
  color: #404040;
}
.page-id-30 .form-section .right-col .wpcf7-form textarea:-ms-input-placeholder {
  color: #404040;
}
.page-id-30 .form-section .right-col .wpcf7-form textarea::-ms-input-placeholder {
  color: #404040;
}
.page-id-30 .form-section .right-col .wpcf7-form .dropdown__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #141414;
  margin-bottom: 0.6875rem;
  cursor: pointer;
  height: 60px;
}
.page-id-30 .form-section .right-col .wpcf7-form .dropdown__label {
  letter-spacing: 0.16px;
  font-size: 1rem;
}
.page-id-30 .form-section .right-col .wpcf7-form .dropdown__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-id-30 .form-section .right-col .wpcf7-form .dropdown__item {
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.16px;
}
.page-id-30 .form-section .right-col .wpcf7-form .dropdown__item.active, .page-id-30 .form-section .right-col .wpcf7-form .dropdown__item:hover {
  color: #be9a30;
}
.page-id-30 .form-section .right-col .wpcf7-form .fusion-alert {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .page-id-30 #main-footer {
    padding-top: 10.75rem !important;
  }
}
.page-id-80 .info-section > .fusion-row:before {
  top: 73px;
  right: -393px;
}
.page-id-80 .info-section .info-col-row {
  max-width: 1065px;
}
.page-id-80 .info-section .info-col-row .inner-row {
  gap: 31px;
}
.page-id-80 .core-model > .fusion-row {
  gap: 74px;
}
@media only screen and (max-width: 1024px) {
  .page-id-80 .core-model > .fusion-row {
    gap: 30px;
  }
}
.page-id-80 .core-model .info-col {
  flex: 1;
}
@media only screen and (max-width: 1200px) {
  .page-id-80 .core-model .info-col > .fusion-column-wrapper {
    padding: 3.125rem !important;
  }
}
@media only screen and (max-width: 1200px) {
  .page-id-80 .core-model .info-col .left-col .fusion-column-wrapper {
    padding-right: 3.125rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-80 .core-model .info-col .left-col .fusion-column-wrapper {
    padding-right: 0 !important;
    border-bottom: 1px solid #be9a30;
  }
}
@media only screen and (max-width: 1200px) {
  .page-id-80 .core-model .info-col .right-col .fusion-column-wrapper {
    padding-left: 3.125rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-80 .core-model .info-col .right-col .fusion-column-wrapper {
    border: 0 none;
    padding-left: 0 !important;
  }
}
.page-id-80 .core-model .info-col .fusion-content-boxes {
  margin: 0;
}
.page-id-80 .core-model .info-col .fusion-content-boxes .fusion-column {
  padding: 0;
}
.page-id-80 .core-model .info-col .fusion-content-boxes .fusion-column.content-box-column-last {
  margin-bottom: 0 !important;
}
.page-id-80 .core-model .info-col .fusion-content-boxes .col .heading {
  margin-bottom: 1.375rem;
}
.page-id-80 .core-model .info-col .fusion-content-boxes .col .heading .icon {
  margin-top: 0.25rem;
}
.page-id-80 .core-model .info-col .fusion-content-boxes .col .heading .icon span {
  margin: 0;
}
.page-id-80 .core-model .info-col .fusion-content-boxes .col .heading .icon span i {
  display: block;
  width: 22px !important;
  height: 22px !important;
}
.page-id-80 .core-model .info-col .fusion-content-boxes .col .heading .icon span i:before {
  content: url('/wp-content/uploads/2026/04/check-gold.svg');
  display: block;
  width: 22px !important;
  height: 22px !important;
  font-size: 1.375rem;
  text-align: center;
}
.page-id-80 .core-model .info-col .fusion-content-boxes .col .heading .content-box-heading {
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  line-height: 25px !important;
  padding-left: 1.8125rem !important;
  margin-bottom: 0;
}
.page-id-80 .core-model .info-col .fusion-content-boxes .col .content-container {
  padding-left: 1.8125rem;
  margin-bottom: 0;
}
.page-id-80 .investment-horizon:before {
  content: none;
  width: 214px;
  height: 214px;
  background: url(/wp-content/uploads/2026/04/inclusive-vector_black.svg) center / contain no-repeat;
  display: block;
  position: absolute;
  left: 20px;
  bottom: unset;
  top: 50px;
}
@media only screen and (max-width: 767px) {
  .page-id-80 .investment-horizon:before {
    content: '';
  }
}
.page-id-80 .investment-horizon > .fusion-row {
  position: relative;
  column-gap: 74px;
}
@media only screen and (max-width: 767px) {
  .page-id-80 .investment-horizon > .fusion-row {
    column-gap: 0;
  }
}
.page-id-80 .investment-horizon > .fusion-row:before {
  content: '';
  width: 414px;
  height: 414px;
  background: url(/wp-content/uploads/2026/04/inclusive-vector_black.svg) center / contain no-repeat;
  display: block;
  position: absolute;
  top: 147px;
  left: -168px;
}
@media only screen and (max-width: 767px) {
  .page-id-80 .investment-horizon > .fusion-row:before {
    content: none;
  }
}
.page-id-80 .investment-horizon .title-col {
  position: relative;
}
.page-id-80 .investment-horizon .info-col {
  flex: 1;
}
.page-id-80 .investment-horizon .info-col .col-row {
  column-gap: 56px;
  row-gap: 30px;
}
.page-id-80 .investment-horizon .info-col .col-row .item-col .yrs-txt {
  background: #be9a30;
  text-align: center;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 31px;
  width: 103px;
  border-radius: 12px;
  letter-spacing: 0.32px;
}
.page-id-80 .risk-management > .fusion-row {
  column-gap: 74px;
}
.page-id-80 .risk-management > .fusion-row:after {
  width: 578px;
  height: 578px;
  top: -660px;
  left: -277px;
  z-index: -1;
}
.page-id-80 .risk-management .info-col {
  flex: 1;
}
.page-id-80 .risk-management .info-col .box-wrapper {
  max-width: 843px;
}
.page-id-80 .risk-management .info-col .box-wrapper .top-txt {
  background: transparent url(/wp-content/uploads/2026/04/gold-overlay-vector.png) no-repeat scroll 100% / cover;
  padding: 1.75rem 2.25rem 1.875rem;
  border-radius: 20px;
  border-bottom: 1px solid #bfbfbf;
}
.page-id-80 .risk-management .info-col .box-wrapper .top-txt * {
  max-width: 590px;
}
.page-id-80 .risk-management .info-col .box-wrapper .top-txt.no-border {
  border-bottom: 0 none;
}
.page-id-80 .risk-management .info-col .box-wrapper .bottom-txt {
  padding: 2.25rem 2.25rem 2.625rem;
  max-width: 626px;
}
.page-id-80 .risk-management .info-col .box-wrapper .bottom-txt * {
  max-width: 590px;
}
.page-id-80 .risk-management .info-col .box-wrapper .bottom-txt ul {
  padding-left: 1.5625rem;
}
.page-id-80 .risk-management .info-col .box-wrapper .bottom-txt ul li {
  font-size: 0.9375rem;
  letter-spacing: 0.3px !important;
}
.page-id-80 .risk-management .info-col .box-wrapper .bottom-txt ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.page-id-80 .investment-governance > .fusion-row:before {
  width: 1171px;
  height: 1171px;
  top: -238px;
  left: -776px;
}
.page-id-80 .investment-governance .col-left .fusion-imageframe {
  width: 100%;
  height: 622px;
  overflow: hidden;
}
.page-id-80 .investment-governance .col-left .fusion-imageframe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-id-80 .investment-governance .col-right .fusion-builder-row-inner {
  flex-direction: column;
}
.page-id-80 .approach .col-left .fusion-builder-row-inner {
  flex-direction: column;
}
.page-id-80 .approach .col-right .fusion-imageframe {
  width: 100%;
  height: 622px;
  overflow: hidden;
  filter: unset;
}
.page-id-80 .approach .col-right .fusion-imageframe:hover {
  filter: var(--awb-filter) !important;
}
.page-id-80 .approach .col-right .fusion-imageframe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-id-80 .summary .box-col-wrapper:before {
  content: '';
  width: 541px;
  height: 541px;
  background: url(/wp-content/uploads/2026/04/Congruent_Light_Vector.svg) center / contain no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: -271px;
}
@media only screen and (max-width: 767px) {
  .page-id-80 .summary .box-col-wrapper:before {
    top: 50px;
    left: 20px;
    width: 241px;
    height: 241px;
  }
}
@media screen and (min-width: 1025px) {
  .page-id-80 #main-footer {
    padding-top: 13.375rem !important;
  }
}
.page-id-87 .page_banner > .fusion-builder-row:after {
  top: -89px;
  right: -339px;
  z-index: -1;
}
.page-id-87 .timeline-sec > .fusion-builder-row {
  gap: 50px 109px;
}
@media screen and (max-width: 1024px) {
  .page-id-87 .timeline-sec > .fusion-builder-row {
    gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-87 .timeline-sec > .fusion-builder-row {
    gap: 30px;
  }
}
.page-id-87 .timeline-sec > .fusion-builder-row .timeline {
  display: flex;
  flex-wrap: wrap;
  gap: 49px;
}
.page-id-87 .timeline-sec > .fusion-builder-row .timeline__left {
  width: 10px;
  height: 100%;
  background-color: rgba(191, 191, 191, .34);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .page-id-87 .timeline-sec > .fusion-builder-row .timeline__left {
    display: none;
  }
}
.page-id-87 .timeline-sec > .fusion-builder-row .timeline__left .timeline__bar {
  width: 100%;
  height: 76px;
  background-color: #be9a30;
  border-radius: 20px;
  position: sticky;
  top: calc(40px + 107px + var(--adminbar-height) + 120px);
  left: 0;
}
.page-id-87 .timeline-sec > .fusion-builder-row .timeline__right {
  width: calc(100% - 10px - 49px);
}
@media screen and (max-width: 767px) {
  .page-id-87 .timeline-sec > .fusion-builder-row .timeline__right {
    width: 100%;
  }
}
.page-id-87 .timeline-sec > .fusion-builder-row .timeline__right--inner {
  max-width: 569px;
}
@media screen and (max-width: 767px) {
  .page-id-87 .timeline-sec > .fusion-builder-row .timeline__right--inner {
    max-width: 100%;
  }
}
.page-id-87 .timeline-sec > .fusion-builder-row .timeline__right .timeline__item span {
  border: 1px solid #be9a30;
  color: #be9a30;
  padding: 0.3125rem 1.1875rem;
  min-height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: max-content;
  border-radius: 12px;
  margin-bottom: 0.5625rem;
  line-height: 1;
  letter-spacing: 0.32px;
  transition: all 0.1s ease-in-out;
}
.page-id-87 .timeline-sec > .fusion-builder-row .timeline__right .timeline__item span.active {
  background-color: #be9a30;
  color: #fff;
}
.page-id-87 .timeline-sec > .fusion-builder-row .timeline__right .timeline__item--title {
  margin-bottom: 1.1875rem;
}
.page-id-87 .timeline-sec > .fusion-builder-row .timeline__right .timeline__item:not(:last-child) {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 1024px) {
  .page-id-87 .timeline-sec > .fusion-builder-row .timeline__right .timeline__item:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
.page-id-87 .timeline-sec > .fusion-builder-row .timeline__right .timeline__item--description strong {
  font-weight: 600;
}
.page-id-87 .timeline-sec > .fusion-builder-row .timeline__right .timeline__item--description ul {
  font-size: 0.9375rem;
  letter-spacing: 0.3px;
  padding-left: 1.5625rem;
  margin-block: 0;
}
.page-id-87 .timeline-sec > .fusion-builder-row .timeline__right .timeline__item.timeline__item--3 .timeline__item--title {
  max-width: 460px;
}
.page-id-87 .timeline-sec > .fusion-builder-row .timeline__right .timeline__item.timeline__item--4 .timeline__item--title {
  max-width: 378px;
}
.page-id-87 .cta-consultation > .fusion-builder-row:before {
  display: none;
}
.page-id-87 .cta-consultation > .fusion-builder-row:after {
  top: -102px;
  right: -544px;
  width: 1171px;
  height: 1171px;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .page-id-87 #main-footer {
    padding-top: 14.1875rem;
  }
}
.page-id-117 .page_banner .mw-649 {
  max-width: 649px;
  margin-inline: auto !important;
}
@media screen and (max-width: 1024px) {
  .page-id-117 .page_banner .mw-649 {
    max-width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-117 .page_banner .mw-649 {
    max-width: 300px;
  }
}
.page-id-117 .faq-sec > .fusion-builder-row {
  gap: 50px 74px;
}
@media screen and (max-width: 1024px) {
  .page-id-117 .faq-sec > .fusion-builder-row {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-117 .faq-sec > .fusion-builder-row {
    gap: 30px;
  }
}
.page-id-117 .faq-sec > .fusion-builder-row .fusion-accordian {
  max-width: 954px;
  margin-left: auto;
}
.page-id-117 .faq-sec > .fusion-builder-row .fusion-accordian .panel-group .fusion-panel {
  padding-bottom: 0.8125rem;
  position: relative;
}
.page-id-117 .faq-sec > .fusion-builder-row .fusion-accordian .panel-group .fusion-panel:first-child {
  border-top: 1px solid var(--awb-divider-color);
}
.page-id-117 .faq-sec > .fusion-builder-row .fusion-accordian .panel-group .fusion-panel:last-child {
  border-bottom: 0 none;
}
.page-id-117 .faq-sec > .fusion-builder-row .fusion-accordian .panel-group .fusion-panel .panel-heading {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  position: static;
  min-height: 92px;
  padding-block: 0.9375rem;
}
.page-id-117 .faq-sec > .fusion-builder-row .fusion-accordian .panel-group .fusion-panel .panel-heading .panel-title {
  width: 100%;
  position: static;
}
.page-id-117 .faq-sec > .fusion-builder-row .fusion-accordian .panel-group .fusion-panel .panel-heading .panel-title a {
  padding-block: 0;
}
.page-id-117 .faq-sec > .fusion-builder-row .fusion-accordian .panel-group .fusion-panel .panel-heading .panel-title a:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}
.page-id-117 .faq-sec > .fusion-builder-row .fusion-accordian .panel-group .fusion-panel .panel-heading .panel-title a .fusion-toggle-heading {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  width: 100%;
  max-width: 546px;
  margin-right: auto;
}
.page-id-117 .faq-sec > .fusion-builder-row .fusion-accordian .panel-group .fusion-panel .panel-collapse {
  padding-block: 0;
  max-width: 532px;
}
.page-id-117 .faq-sec > .fusion-builder-row .fusion-accordian .panel-group .fusion-panel .panel-collapse .panel-body {
  padding-block: inherit;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.3px;
  margin-top: 1.25rem;
  min-height: 163px;
}
.page-id-117 .faq-sec > .fusion-builder-row .fusion-accordian .panel-group .fusion-panel .panel-collapse .panel-body:before, .page-id-117 .faq-sec > .fusion-builder-row .fusion-accordian .panel-group .fusion-panel .panel-collapse .panel-body:after {
  display: none;
}
.page-id-117 .faq-sec > .fusion-builder-row .fusion-accordian .panel-group .fusion-panel .panel-collapse .panel-body ul {
  padding: 0;
  margin: 0;
}
.page-id-117 .faq-sec > .fusion-builder-row .fusion-accordian .panel-group .fusion-panel .panel-collapse .panel-body p {
  margin: 0 0 1.25rem !important;
}
.page-id-117 .faq-sec > .fusion-builder-row .fusion-accordian .panel-group .fusion-panel .panel-collapse .panel-body p:last-child {
  margin: 0 !important;
}
.page-id-117 .faq-sec.faq-sec__about > .fusion-builder-row:before {
  top: -92px;
  left: -437px;
}
.page-id-117 .faq-sec.faq-sec__how > .fusion-builder-row:before {
  bottom: -363px;
  right: -393px;
  width: 578px;
  height: 578px;
}
.page-id-117 .faq-sec.faq-sec__other > .fusion-builder-row:before {
  width: 1171px;
  height: 1171px;
  bottom: -973px;
  right: -621px;
}
@media screen and (max-width: 767px) {
  .page-id-117 .faq-sec.faq-sec__other > .fusion-builder-row:before {
    width: 821px;
    height: 821px;
    bottom: -500px;
  }
}
.page-id-29 .page_banner > .fusion-row:before {
  width: 754px;
  height: 833px;
  top: -54px;
  left: -508px;
}
.page-id-29 .info-section .info-col-row {
  max-width: 1065px;
}
.page-id-29 .info-section .info-col-row .inner-row {
  gap: 41px;
}
.page-id-29 .approach > .fusion-row {
  max-width: 1281px !important;
}
.page-id-29 .approach .box-col .fusion-builder-row-inner {
  gap: 225px;
}
@media only screen and (max-width: 1024px) {
  .page-id-29 .approach .box-col .fusion-builder-row-inner {
    gap: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-29 .approach .box-col .fusion-builder-row-inner {
    gap: 20px;
  }
}
.page-id-29 .approach .box-col .fusion-builder-row-inner .info-col {
  flex: 1;
}
.page-id-29 .etfs > .fusion-row {
  max-width: 1065px !important;
  gap: 25px;
}
.page-id-29 .etfs > .fusion-row:before {
  width: 821px;
  height: 821px;
  top: 440px;
  right: -534px;
}
.page-id-29 .etfs .fusion-text strong {
  font-weight: 600;
}
.page-id-29 .etfs .fusion-text ul {
  padding-left: 1.5625rem;
}
.page-id-29 .how-we-help > .fusion-row {
  gap: 74px;
}
@media only screen and (max-width: 1024px) {
  .page-id-29 .how-we-help > .fusion-row {
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-29 .how-we-help > .fusion-row {
    gap: 20px;
  }
}
.page-id-29 .how-we-help > .fusion-row:before {
  content: '';
  background: url(/wp-content/uploads/2026/04/inclusive-vector_black.svg) center / contain no-repeat;
  display: block;
  position: absolute;
  width: 414px;
  height: 414px;
  top: 127px;
  left: -168px;
  z-index: -1;
}
.page-id-29 .how-we-help .fusion-text strong {
  font-weight: 600;
}
.page-id-29 .how-we-help .fusion-text ul {
  padding-left: 1.5625rem;
}
.page-id-29 .how-we-help .info-col {
  flex: 1;
}
.page-id-29 .how-we-help .info-col .inner-col {
  max-width: 845px;
  gap: 25px;
}
@media only screen and (max-width: 767px) {
  .page-id-29 .how-we-help .info-col .inner-col {
    gap: 0;
  }
}
.page-id-29 .right-for-you > .fusion-row:after {
  width: 578px;
  height: 578px;
  top: -622px;
  left: -277px;
  z-index: -1;
}
.page-id-29 .right-for-you .col-row {
  max-width: 1054px;
}
.page-id-29 .right-for-you .col-row .inner-col {
  gap: 26px;
}
.page-id-29 .risks > .fusion-row {
  max-width: 1067px !important;
}
.page-id-29 .risks > .fusion-row .col-row .fusion-builder-row-inner {
  gap: 27px;
}
@media only screen and (max-width: 767px) {
  .page-id-29 .risks > .fusion-row .col-row .fusion-builder-row-inner {
    gap: 20px;
  }
}
.page-id-29 .summary .box-col-wrapper:before {
  content: '';
  width: 341px;
  height: 341px;
  background: url(/wp-content/uploads/2026/04/Objective_Icon_Vector_Light.svg) center / contain no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: -53px;
  margin-top: -170.5px;
}
@media screen and (min-width: 1025px) {
  .page-id-29 #main-footer {
    padding-top: 12.375rem !important;
  }
}
.page-id-116 .banner > .fusion-row {
  gap: 20px;
}
.page-id-116 .banner > .fusion-row:before {
  width: 821px;
  height: 821px;
  bottom: -6px;
  left: -550px;
}
.page-id-116 .banner .headline {
  max-width: 367px;
}
@media only screen and (max-width: 954px) {
  .page-id-116 .banner .info-col {
    width: 100%;
  }
}
.page-id-116 .banner .filter-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-id-116 .banner .filter-item {
  position: relative;
  width: 100%;
  letter-spacing: 0.16px;
}
.page-id-116 .banner .filter-search, .page-id-116 .banner .dropdown-toggle {
  width: 100%;
  border: 1px solid #d4bc75;
  border-radius: 16px;
  height: 54px;
  background: transparent;
}
.page-id-116 .banner .filter-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.6875rem 0 1.75rem;
}
.page-id-116 .banner .filter-search input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: #141414;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  height: 25px;
  padding: 0;
  letter-spacing: 0.16px;
}
.page-id-116 .banner .filter-search input::placeholder {
  color: #141414;
  opacity: 1;
}
.page-id-116 .banner .search-btn {
  border: 0;
  background: transparent;
  padding: 0;
  margin-left: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page-id-116 .banner .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem 0 1.75rem;
  cursor: pointer;
  color: #141414;
  letter-spacing: 0.16px;
}
.page-id-116 .banner .dropdown-toggle span {
  pointer-events: none;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.16px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.page-id-116 .banner .chevron {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.page-id-116 .banner .custom-dropdown.active .chevron {
  transform: rotate(180deg);
}
.page-id-116 .banner .dropdown-menu {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0.5rem 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #d4bc75;
  border-radius: 16px;
  display: none;
  z-index: 10;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.page-id-116 .banner .custom-dropdown.active .dropdown-menu {
  display: block;
}
.page-id-116 .banner .dropdown-menu li {
  padding: 0.75rem 1.75rem;
  color: #141414;
  cursor: pointer;
  transition: background 0.2s ease;
}
.page-id-116 .banner .dropdown-menu li:hover {
  background: rgba(190, 154, 48, 0.08);
}
.page-id-116 .blog-items > .fusion-row {
  max-width: 1286px !important;
}
.page-id-116 .blog-items .blog {
  z-index: 2;
}
.page-id-116 .blog-items .blog-container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 25px;
}
@media only screen and (max-width: 767px) {
  .page-id-116 .blog-items .blog-container {
    gap: 25px;
  }
}
.page-id-116 .blog-items .blog-container.loading {
  opacity: 0.6;
}
.page-id-116 .blog-items .blog-container .blog-item {
  width: calc((100% / 3) - 25px + (25px / 3));
}
@media only screen and (max-width: 1024px) {
  .page-id-116 .blog-items .blog-container .blog-item {
    width: calc((100% / 2) - 25px + (25px / 2));
  }
}
@media only screen and (max-width: 767px) {
  .page-id-116 .blog-items .blog-container .blog-item {
    width: 100%;
  }
}
.page-id-116 .blog-items .blog-container .blog-item .blog-imgwrap {
  height: 290px;
  border-radius: 20px;
  overflow: hidden;
}
.page-id-116 .blog-items .blog-container .blog-item .blog-imgwrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.page-id-116 .blog-items .blog-container .blog-item .blog-imgwrap a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-id-116 .blog-items .blog-container .blog-item .blog-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 1.1875rem;
}
.page-id-116 .blog-items .blog-container .blog-item .blog-date {
  color: #404040;
}
.page-id-116 .blog-items .blog-container .blog-item .blog-time {
  color: #404040;
}
.page-id-116 .blog-items .blog-container .blog-item .blog-author {
  color: #404040;
}
.page-id-116 .blog-items .blog-container .blog-item .blog-title {
  color: #141414;
  margin-top: 0.8125rem;
  margin-bottom: 1.3125rem;
}
.page-id-116 .blog-items .blog-container .blog-item .blog-title:hover * {
  color: #be9a30 !important;
}
.page-id-116 .blog-items .blog-container .blog-item .blog-title a {
  display: block;
  color: #141414;
}
.page-id-116 .blog-items .blog-container .blog-item .blog-readmore {
  color: #141414;
}
.page-id-116 .blog-items .blog-container .blog-item .blog-readmore:hover {
  color: #be9a30 !important;
}
.page-id-116 .blog-items .blog-viewall {
  color: #404040 !important;
  margin-top: 62px;
  display: inline-block;
}
.page-id-116 .blog-items .blog-viewall:hover {
  color: #be9a30 !important;
}
.page-id-116 .newsletter > .fusion-row:before {
  width: 821px;
  height: 821px;
  top: -279px;
  right: -374px;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .page-id-116 #main-footer {
    padding-top: 9.25rem !important;
  }
}
.error404 .page_banner .col > .fusion-column-wrapper .fusion-text, .error404 .page_banner .col > .fusion-column-wrapper .fusion-button {
  z-index: 1;
}
.stages-of-life {
  display: flex;
  flex-wrap: wrap;
  gap: 41px 40px;
}
@media screen and (max-width: 1316px) {
  .stages-of-life {
    justify-content: center;
    gap: 20px;
  }
}
.stages-of-life #stages-of-life__item-169 .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0) 100%);
}
.stages-of-life #stages-of-life__item-170 .overlay, .stages-of-life #stages-of-life__item-171 .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0) 100%);
}
.stages-of-life #stages-of-life__item-167 .inner .contents .title {
  max-width: 254px;
}
.stages-of-life #stages-of-life__item-169 .inner .contents .title span {
  display: block;
}
.stages-of-life__item {
  width: 289px;
}
.stages-of-life__item .inner {
  display: block;
  border-radius: 20px;
  height: 291px;
  position: relative;
  overflow: hidden;
}
.stages-of-life__item .inner .contents {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  padding: 1.25rem 0.625rem;
  gap: 10px;
  position: relative;
  z-index: 3;
}
.stages-of-life__item .inner .contents .title {
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
  margin-inline: auto;
  /*add those for opera and mozilla support*/
  -webkit-text-decoration-color: transparent;
  -moz-text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.stages-of-life__item .inner .contents .age {
  max-width: 200px;
  width: 100%;
  margin-inline: auto;
}
.stages-of-life__item .inner .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.stages-of-life__item .inner .image {
  position: absolute;
  inset: 0;
  z-index: 1;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}
.stages-of-life__item:hover .inner .contents .title {
  text-decoration-color: #fff;
  /*add those for opera and mozilla support*/
  -webkit-text-decoration-color: #fff;
  -moz-text-decoration-color: #fff;
}
.stages-of-life__item:hover .inner .image {
  filter: grayscale(0);
}
.fusion-body .fusion-grid:has(.pc-box) {
  margin-bottom: calc(var(--awb-row-spacing) / -2);
}
.fusion-body .fusion-grid:has(.pc-box) .pc-box .pc-box__title a {
  color: inherit;
}
.fusion-body .fusion-grid:has(.pc-box) .pc-box .fusion-builder-row-inner {
  gap: 10px;
}
.fusion-body .fusion-grid:has(.pc-box) .pc-box .fusion-builder-row-inner .fusion-tb-author a {
  pointer-events: none;
}
.page_banner .col {
  /*
   &:hover {
   &:after {
   opacity: 0;
   }
   }
   */
}
.page_banner .col > .fusion-column-wrapper {
  transition: all 0.6s ease-in-out;
}
.page_banner .col > .fusion-column-wrapper .fusion-title {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .newsletter .col {
    width: 100%;
    max-width: 372px;
  }
}
.newsletter .col > .fusion-column-wrapper {
  background-position: -58px 0;
  background-size: 312px 312px;
}
@media screen and (max-width: 767px) {
  .newsletter .col > .fusion-column-wrapper {
    background-size: 200px 200px;
    background-position: bottom center;
  }
}
.cta-consultation > .fusion-builder-row:before {
  content: '' !important;
  top: -163px;
  left: -505px;
  width: 620px;
  height: 620px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .cta-consultation > .fusion-builder-row .col {
    filter: saturate(100%);
  }
}
.cta-consultation > .fusion-builder-row .col .fusion-column-wrapper {
  transition: all 0.3s ease-in-out;
}
.cta-consultation > .fusion-builder-row .col .fusion-column-wrapper .mw-920 {
  max-width: 920px;
  margin-inline: auto !important;
}
@media screen and (max-width: 1024px) {
  .cta-consultation > .fusion-builder-row .col .fusion-column-wrapper .mw-920 {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .cta-consultation > .fusion-builder-row .col .fusion-column-wrapper .mw-920 {
    max-width: 390px;
  }
}
@media screen and (min-width: 1025px) {
  .cta-consultation > .fusion-builder-row .col .fusion-column-wrapper .reveal-text__subheading {
    opacity: 0;
    transition: all 1.5s ease-in-out;
  }
}
@media screen and (min-width: 1025px) {
  .cta-consultation > .fusion-builder-row .col .fusion-column-wrapper .fusion-button {
    transform: translateY(300%);
    transition: all 1.3s ease-in-out;
  }
}
.cta-consultation > .fusion-builder-row .col:hover .fusion-column-wrapper .reveal-text__subheading {
  opacity: 1;
}
.cta-consultation > .fusion-builder-row .col:hover .fusion-column-wrapper .fusion-button {
  transform: translateY(0);
}
.single-team #content, .author #content {
  margin-bottom: 0;
}
.single-team .width-100 .team-basic-info:before, .author .width-100 .team-basic-info:before {
  top: 25px;
  left: -339px;
}
.single-team .width-100 .team-basic-info > .fusion-builder-row, .author .width-100 .team-basic-info > .fusion-builder-row {
  gap: 134px;
}
@media screen and (max-width: 1024px) {
  .single-team .width-100 .team-basic-info > .fusion-builder-row, .author .width-100 .team-basic-info > .fusion-builder-row {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .single-team .width-100 .team-basic-info > .fusion-builder-row, .author .width-100 .team-basic-info > .fusion-builder-row {
    gap: 20px;
  }
}
.single-team .width-100 .team-basic-info > .fusion-builder-row .col-left .fusion-imageframe, .author .width-100 .team-basic-info > .fusion-builder-row .col-left .fusion-imageframe {
  width: 100%;
  height: 462px;
  overflow: hidden;
}
.single-team .width-100 .team-basic-info > .fusion-builder-row .col-left .fusion-imageframe img, .author .width-100 .team-basic-info > .fusion-builder-row .col-left .fusion-imageframe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.single-team .width-100 .team-basic-info > .fusion-builder-row .col-right .team-arn, .author .width-100 .team-basic-info > .fusion-builder-row .col-right .team-arn {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #be9a30;
  border-radius: 12px;
  padding-inline: 1.375rem;
}
.single-team .width-100 .team-basic-info > .fusion-builder-row .col-right .team-quote, .author .width-100 .team-basic-info > .fusion-builder-row .col-right .team-quote {
  position: relative;
}
.single-team .width-100 .team-basic-info > .fusion-builder-row .col-right .team-quote:before, .author .width-100 .team-basic-info > .fusion-builder-row .col-right .team-quote:before {
  content: '';
  width: 21px;
  height: 18px;
  display: block;
  position: absolute;
  top: -2px;
  left: -27px;
  background: url(/wp-content/uploads/2026/04/quote-icon.svg) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .single-team .width-100 .team-basic-info > .fusion-builder-row .col-right .team-quote:before, .author .width-100 .team-basic-info > .fusion-builder-row .col-right .team-quote:before {
    left: -25px;
  }
}
.single-team .width-100 .team-basic-info > .fusion-builder-row .col-right .team-quote img, .author .width-100 .team-basic-info > .fusion-builder-row .col-right .team-quote img {
  margin-right: 0;
  transform: scaleY(-1) scaleX(-1);
  vertical-align: bottom;
  margin-left: 0.625rem;
}
.single-team .width-100 .team-features .fusion-accordian, .author .width-100 .team-features .fusion-accordian {
  max-width: 954px;
  margin-left: auto;
}
.single-team .width-100 .team-features .fusion-accordian .panel-group .fusion-panel, .author .width-100 .team-features .fusion-accordian .panel-group .fusion-panel {
  padding-block: 1.1875rem;
  position: relative;
}
.single-team .width-100 .team-features .fusion-accordian .panel-group .fusion-panel:has(.in) .panel-heading, .author .width-100 .team-features .fusion-accordian .panel-group .fusion-panel:has(.in) .panel-heading {
  padding-bottom: 1.1875rem;
}
.single-team .width-100 .team-features .fusion-accordian .panel-group .fusion-panel:first-child, .author .width-100 .team-features .fusion-accordian .panel-group .fusion-panel:first-child {
  border-top: 1px solid var(--awb-divider-color);
}
.single-team .width-100 .team-features .fusion-accordian .panel-group .fusion-panel:last-child, .author .width-100 .team-features .fusion-accordian .panel-group .fusion-panel:last-child {
  border-bottom: 0 none;
}
.single-team .width-100 .team-features .fusion-accordian .panel-group .fusion-panel:last-child .panel-heading, .author .width-100 .team-features .fusion-accordian .panel-group .fusion-panel:last-child .panel-heading {
  padding-bottom: 0;
}
.single-team .width-100 .team-features .fusion-accordian .panel-group .fusion-panel:last-child .panel-collapse, .author .width-100 .team-features .fusion-accordian .panel-group .fusion-panel:last-child .panel-collapse {
  padding-top: 1.1875rem;
}
.single-team .width-100 .team-features .fusion-accordian .panel-group .fusion-panel .panel-heading, .author .width-100 .team-features .fusion-accordian .panel-group .fusion-panel .panel-heading {
  display: flex;
  align-items: center;
  padding-bottom: 0.8125rem;
  transition: all 0.3s ease-in-out;
  transition-delay: 0;
  position: static;
}
.single-team .width-100 .team-features .fusion-accordian .panel-group .fusion-panel .panel-heading .panel-title, .author .width-100 .team-features .fusion-accordian .panel-group .fusion-panel .panel-heading .panel-title {
  width: 100%;
  position: static;
}
.single-team .width-100 .team-features .fusion-accordian .panel-group .fusion-panel .panel-heading .panel-title a, .author .width-100 .team-features .fusion-accordian .panel-group .fusion-panel .panel-heading .panel-title a {
  padding-block: 0;
}
.single-team .width-100 .team-features .fusion-accordian .panel-group .fusion-panel .panel-heading .panel-title a:before, .author .width-100 .team-features .fusion-accordian .panel-group .fusion-panel .panel-heading .panel-title a:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}
.single-team .width-100 .team-features .fusion-accordian .panel-group .fusion-panel .panel-heading .panel-title a .fusion-toggle-heading, .author .width-100 .team-features .fusion-accordian .panel-group .fusion-panel .panel-heading .panel-title a .fusion-toggle-heading {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  width: 100%;
  max-width: 183px;
  margin-right: auto;
}
.single-team .width-100 .team-features .fusion-accordian .panel-group .fusion-panel .panel-collapse, .author .width-100 .team-features .fusion-accordian .panel-group .fusion-panel .panel-collapse {
  padding-block: 0;
  max-width: 552px;
  margin-inline: auto;
}
.single-team .width-100 .team-features .fusion-accordian .panel-group .fusion-panel .panel-collapse .panel-body, .author .width-100 .team-features .fusion-accordian .panel-group .fusion-panel .panel-collapse .panel-body {
  padding-block: inherit;
  padding-bottom: 1.0625rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.single-team .width-100 .team-features .fusion-accordian .panel-group .fusion-panel .panel-collapse .panel-body:before, .author .width-100 .team-features .fusion-accordian .panel-group .fusion-panel .panel-collapse .panel-body:before, .single-team .width-100 .team-features .fusion-accordian .panel-group .fusion-panel .panel-collapse .panel-body:after, .author .width-100 .team-features .fusion-accordian .panel-group .fusion-panel .panel-collapse .panel-body:after {
  display: none;
}
.single-team .width-100 .team-features .fusion-accordian .panel-group .fusion-panel .panel-collapse .panel-body ul, .author .width-100 .team-features .fusion-accordian .panel-group .fusion-panel .panel-collapse .panel-body ul {
  padding: 0;
  margin: 0;
}
.single-team .width-100 .team-features .fusion-accordian .panel-group .fusion-panel .panel-collapse .panel-body p, .author .width-100 .team-features .fusion-accordian .panel-group .fusion-panel .panel-collapse .panel-body p {
  margin: 0 0 1.25rem !important;
}
.single-team .width-100 .team-features .fusion-accordian .panel-group .fusion-panel .panel-collapse .panel-body p:last-child, .author .width-100 .team-features .fusion-accordian .panel-group .fusion-panel .panel-collapse .panel-body p:last-child {
  margin: 0 !important;
}
.single-team .width-100 .team-info-box > .fusion-builder-row, .author .width-100 .team-info-box > .fusion-builder-row {
  background-color: #231f20;
  border-radius: 20px;
}
.single-team .width-100 .team-info-box > .fusion-builder-row .col-left .fusion-builder-row-inner .team-link, .author .width-100 .team-info-box > .fusion-builder-row .col-left .fusion-builder-row-inner .team-link {
  padding-inline: 0;
  min-height: auto;
  background-color: transparent;
  border-radius: 0;
  display: block;
}
.single-team .width-100 .team-info-box > .fusion-builder-row .col-left .fusion-builder-row-inner .team-link .fusion-button-text, .author .width-100 .team-info-box > .fusion-builder-row .col-left .fusion-builder-row-inner .team-link .fusion-button-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-team .width-100 .team-info-box > .fusion-builder-row .col-left .fusion-builder-row-inner .team-link .fusion-button-text:before, .author .width-100 .team-info-box > .fusion-builder-row .col-left .fusion-builder-row-inner .team-link .fusion-button-text:before {
  content: '';
  width: 19px;
  height: 19px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.single-team .width-100 .team-info-box > .fusion-builder-row .col-left .fusion-builder-row-inner .team-link__linkedin .fusion-button-text:before, .author .width-100 .team-info-box > .fusion-builder-row .col-left .fusion-builder-row-inner .team-link__linkedin .fusion-button-text:before {
  background-image: url(/wp-content/uploads/2026/04/Contact_Linkedin.svg);
}
.single-team .width-100 .team-info-box > .fusion-builder-row .col-left .fusion-builder-row-inner .team-link__email .fusion-button-text:before, .author .width-100 .team-info-box > .fusion-builder-row .col-left .fusion-builder-row-inner .team-link__email .fusion-button-text:before {
  background-image: url(/wp-content/uploads/2026/04/Contact_Email.svg);
}
.single-team .width-100 .team-info-box > .fusion-builder-row .col-left .fusion-builder-row-inner .team-link__phone .fusion-button-text:before, .author .width-100 .team-info-box > .fusion-builder-row .col-left .fusion-builder-row-inner .team-link__phone .fusion-button-text:before {
  background-image: url(/wp-content/uploads/2026/04/Contact_Phone.svg);
}
.single-team .width-100 .team-info-box > .fusion-builder-row .col-right .fusion-imageframe, .author .width-100 .team-info-box > .fusion-builder-row .col-right .fusion-imageframe {
  width: 100%;
  height: 433px;
  overflow: hidden;
}
.single-team .width-100 .team-info-box > .fusion-builder-row .col-right .fusion-imageframe img, .author .width-100 .team-info-box > .fusion-builder-row .col-right .fusion-imageframe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
@media screen and (min-width: 1025px) {
  .single-team .fusion-tb-footer #main-footer, .author .fusion-tb-footer #main-footer {
    padding-top: 12rem;
  }
}
.single-team .fusion-tb-footer #main-footer:after, .author .fusion-tb-footer #main-footer:after {
  width: 1171px;
  height: 1171px;
  right: -464px;
  bottom: -560px;
}
.single-stage-of-life #content {
  margin-bottom: 0;
}
.single-stage-of-life.postid-151 .page_banner-sol > .fusion-builder-row .col-right .fusion-imageframe img {
  object-position: center top;
}
.single-stage-of-life .page_banner-sol:before {
  content: '';
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: radial-gradient(circle at 65% 100%, #d4bc75 25%, #fff 70%);
}
.single-stage-of-life .page_banner-sol > .fusion-builder-row {
  gap: 50px 202px;
}
@media screen and (max-width: 1024px) {
  .single-stage-of-life .page_banner-sol > .fusion-builder-row {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .single-stage-of-life .page_banner-sol > .fusion-builder-row {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .single-stage-of-life .page_banner-sol > .fusion-builder-row .col-left .sol-title {
    max-width: 320px;
  }
}
.single-stage-of-life .page_banner-sol > .fusion-builder-row .col-left .sol-age {
  min-height: 47px;
  display: flex;
  gap: 11px;
  align-items: center;
  justify-content: center;
  max-width: max-content;
  background-color: #d4bc75;
  padding: 0.625rem 1.125rem;
  border-radius: 12px;
  font-weight: 600;
}
.single-stage-of-life .page_banner-sol > .fusion-builder-row .col-left .sol-age:before {
  content: '';
  width: 11px;
  height: 11px;
  background-color: #fff;
  border-radius: 50px;
  flex-shrink: 0;
}
.single-stage-of-life .page_banner-sol > .fusion-builder-row .col-right .fusion-imageframe {
  overflow: hidden;
  width: 100%;
  height: 459px;
}
.single-stage-of-life .page_banner-sol > .fusion-builder-row .col-right .fusion-imageframe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-stage-of-life .newsletter .col > .fusion-column-wrapper {
  background-position: -100px 0;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .single-stage-of-life .newsletter .col > .fusion-column-wrapper {
    background-position: calc(100% + 100px) 0;
  }
}
.single-stage-of-life .sol-matter-and-help > .fusion-builder-row {
  max-width: 1062px !important;
  border-radius: 20px;
  border: 1px solid #bfbfbf;
}
.single-stage-of-life .sol-matter-and-help > .fusion-builder-row .col {
  padding: 3.3125rem 0.875rem 3.375rem 2.5rem;
}
@media screen and (max-width: 1024px) {
  .single-stage-of-life .sol-matter-and-help > .fusion-builder-row .col {
    padding: 1.875rem;
  }
}
.single-stage-of-life .sol-matter-and-help > .fusion-builder-row .col.col-right {
  box-shadow: 0px 0px 0px 1px #bfbfbf;
  border-radius: 20px;
}
.single-stage-of-life .sol-matter-and-help > .fusion-builder-row .col ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-stage-of-life .sol-matter-and-help > .fusion-builder-row .col ul li {
  position: relative;
  padding-left: 1.5rem;
}
.single-stage-of-life .sol-matter-and-help > .fusion-builder-row .col ul li:before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50px;
  background-color: #141414;
  position: absolute;
  left: 10px;
  top: 8px;
}
.single-stage-of-life .getting-started:after {
  width: 1171px;
  height: 1171px;
  top: -260px;
  right: -362px;
  z-index: -1;
}
.single-stage-of-life .getting-started .mw-728 {
  max-width: 728px;
  margin-inline: auto !important;
}
.single-stage-of-life .getting-started .team-link {
  padding-inline: 0;
  min-height: auto;
  background-color: transparent;
  border-radius: 0;
  display: block;
}
.single-stage-of-life .getting-started .team-link .fusion-button-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-stage-of-life .getting-started .team-link .fusion-button-text:before {
  content: '';
  width: 19px;
  height: 19px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.single-stage-of-life .getting-started .team-link__linkedin .fusion-button-text:before {
  background-image: url(/wp-content/uploads/2026/04/Contact_Linkedin.svg);
}
.single-stage-of-life .getting-started .team-link__email .fusion-button-text:before {
  background-image: url(/wp-content/uploads/2026/04/Contact_Email.svg);
}
.single-stage-of-life .getting-started .team-link__phone .fusion-button-text:before {
  background-image: url(/wp-content/uploads/2026/04/Contact_Phone.svg);
}
@media screen and (min-width: 1025px) {
  .single-stage-of-life .fusion-tb-footer #main-footer {
    padding-top: 8.1875rem;
  }
}
.single-stage-of-life .fusion-tb-footer #main-footer > .fusion-builder-row:before {
  width: 1171px;
  height: 1171px;
  left: -463px;
  bottom: -850px;
}
.single-post #content {
  margin-bottom: 0;
}
.single-post .single-post__banner > .fusion-builder-row {
  gap: 20px 38px;
}
.single-post .single-post__banner > .fusion-builder-row:before {
  top: -520px;
  left: -554px;
}
.single-post .single-post__banner > .fusion-builder-row .col-right .fusion-imageframe {
  width: 100%;
  height: 290px;
  overflow: hidden;
}
.single-post .single-post__banner > .fusion-builder-row .col-right .fusion-imageframe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post .single-post__content > .fusion-builder-row {
  gap: 265px;
}
@media screen and (max-width: 1024px) {
  .single-post .single-post__content > .fusion-builder-row {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .single-post .single-post__content > .fusion-builder-row {
    gap: 20px;
  }
}
.single-post .single-post__content > .fusion-builder-row .col-left .about-author {
  margin-top: 0;
}
.single-post .single-post__content > .fusion-builder-row .col-left .author-position p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .single-post .single-post__content > .fusion-builder-row .col-right {
    --awb-width-large: calc(100% - 172px - 265px) !important;
  }
}
.single-post .single-post__content > .fusion-builder-row .fusion-content-tb > .fusion-fullwidth {
  padding-inline: 0;
}
.single-post .single-post__related > .fusion-builder-row:after {
  top: -115px;
  right: -506px;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .single-post #main-footer {
    padding-top: 11.875rem;
  }
}
