.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.barlow-condensed-thin {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-condensed-extralight {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-condensed-light {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-medium {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-condensed-semibold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-condensed-extrabold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-condensed-black {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-condensed-thin-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-condensed-extralight-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-condensed-light-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-condensed-regular-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-condensed-medium-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-condensed-semibold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-condensed-bold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-condensed-extrabold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-condensed-black-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: italic;
}

body {
  background-image: url(../images/site-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-family: roboto;
}

.home-content {
  display: flex;
  min-height: calc(100vh - 153.8px);
  background-transition: 0.3s;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 140%;
  letter-spacing: 0.05em;
  padding-left: 20px;
  padding-right: 20px;
}

.home-content img {
  width: auto;
  max-width: 60%;
}

.home-content h2 {
  color: #F0E58B;
  font-size: 28px;
  font-weight: 600;
  text-transform: none;
  line-height: 120%;
  letter-spacing: -0.01em;
}

.home-content p {
  text-align: center;
  color: #f7c121;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 2px #F5E7B5;
  max-width: 695px;
  margin-left: auto;
  margin-right: auto;
}

.wisdom-content-wrapper {
  margin-top: -150px;
}

.wisdom-content h2 {
  color: #F0E58B;
  font-size: 28px;
  font-weight: 600;
  text-transform: none;
  line-height: 120%;
  letter-spacing: -0.01em;
  margin-top: -30px;
}

.wisdom-content p {
  text-align: center;
  color: #f7c121;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 2px #F5E7B5;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.wealth-content img {
  width: auto;
  max-width: 60%;
}

.wealth-content h1 {
  color: #A86CE6B8;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 135px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.01em;
  background: url(../images/wealth-title-mask.png) center top / cover no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wealth-content h2 {
  color: #8626E0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
  letter-spacing: -0.01em;
  background: linear-gradient(0, rgba(255, 255, 255, 1) 21%, rgba(134, 38, 224, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wealth-content p {
  color: #F0E68B;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-transform: none;
  line-height: 120%;
  letter-spacing: -0.01em;
  -webkit-text-stroke-width: 0px;
  stroke-width: 0px;
  -webkit-text-stroke-color: #F0E68B;
  stroke: #F0E68B;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(240, 230, 139, 1);
  background: rgb(252, 242, 177);
  background: linear-gradient(0, rgba(252, 242, 177, 1) 0%, rgba(240, 230, 139, 1) 8%, rgba(212, 160, 49, 1) 28%, rgba(74, 61, 24, 1) 42%, rgba(250, 227, 127, 1) 46%, rgba(245, 231, 181, 1) 67%, rgba(255, 255, 255, 1) 70%, rgba(245, 231, 181, 1) 77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
}



.wellness-content img {
  width: auto;
  max-width: 60%;
}

.wellness-content h1 {
  color: #A86CE6B8;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 135px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.01em;
  background: url(../images/wellness-title-mask-1.png) center top / cover no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wellness-content h2 {
  color: #8626E0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
  letter-spacing: -0.01em;
  background: rgb(255, 255, 255);
  background: linear-gradient(0, #ffffff 1%, #80a11e, #80a11e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wellness-content p {
  color: #F0E68B;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-transform: none;
  line-height: 120%;
  letter-spacing: -0.01em;
  -webkit-text-stroke-width: 0px;
  stroke-width: 0px;
  -webkit-text-stroke-color: #F0E68B;
  stroke: #F0E68B;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(240, 230, 139, 1);
  background: rgb(252, 242, 177);
  background: linear-gradient(0, rgba(252, 242, 177, 1) 0%, rgba(240, 230, 139, 1) 8%, rgba(212, 160, 49, 1) 28%, rgba(74, 61, 24, 1) 42%, rgba(250, 227, 127, 1) 46%, rgba(245, 231, 181, 1) 67%, rgba(255, 255, 255, 1) 70%, rgba(245, 231, 181, 1) 77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
}

.with-us-at {
  margin-top: -30px;
  margin-bottom: -30px;
}

.contact-actions {
  margin-bottom: 30px;
}

.connect-content p.text-danger {
  color: red;
  font-family: georgia;
  font-weight: 400;
  background-image: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: red;
  font-size: 22px;
  margin-bottom: 25px;
}

.connect-content p.social-handle {
  font-size: 42px;
  font-family: georgia;
  font-weight: 400;
  color: rgba(240, 230, 139, 1);
  background: rgb(252, 242, 177);
  background: linear-gradient(0, rgba(252, 242, 177, 1) 0%, rgba(240, 230, 139, 1) 8%, rgba(212, 160, 49, 1) 28%, rgba(74, 61, 24, 1) 42%, rgba(250, 227, 127, 1) 46%, rgba(245, 231, 181, 1) 67%, rgba(255, 255, 255, 1) 70%, rgba(245, 231, 181, 1) 77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  margin-top: 25px;
}

.e-hotspot--link {
  opacity: 0;
}
.e-hotspot {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 80px;
    height: 80px;
    overflow: hidden;
    top: 15px;
}
.elementor-repeater-item-8435a71 {
    left: 13px;
    --hotspot-translate-x: 0;
    top: 0;
    --hotspot-translate-y: 0;
}

.elementor-repeater-item-aad4913 {
    left: 129px;
    --hotspot-translate-x: 0;
    top: 0;
    --hotspot-translate-y: 0;
}

.elementor-repeater-item-ac049fa {
    left: 240px;
    --hotspot-translate-x: 0;
    top: 0;
    --hotspot-translate-y: 0;
}

.elementor-repeater-item-28c1f25 {
  left: 354px;
    --hotspot-translate-x: 0;
    top: 0;
    --hotspot-translate-y: 0;
}

.elementor-repeater-item-3f78ff7 {
  left: 468px;
    --hotspot-translate-x: 0;
    top: 0;
    --hotspot-translate-y: 0;
}

.site-footer p {
  margin: 0;
  color: #fff;
}

.footer-top {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.footer-bold-text {
  color: #FFFFFF;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
  letter-spacing: -0.01em;
  font-size: 1.25rem;
}

.footer-light-text {
  color: #FFFFFF;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  line-height: 120%;
  letter-spacing: -0.01em;
}


.footer-top-left {
  max-height: 100px;
  display: flex;
  align-items: center;
}

.footer-top-left img {
  max-height: 120px;
  width: auto;
}

.footer-top-right {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #063f83 35%, #063f83 60%, rgba(255, 255, 255, 0) 100%);
  padding: 10px 50px;
}

.footer-bottom {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(247, 193, 33, 1) 24%, rgba(247, 193, 33, 1) 76%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(247, 193, 33, 1) 24%, rgba(247, 193, 33, 1) 76%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(247, 193, 33, 1) 24%, rgba(247, 193, 33, 1) 76%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  padding: 10px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 15px;
}


@media (max-width: 767px) {
  .navbar-toggler {
    background-color: #fff;
  }

  .footer-top .row {
    align-items: center;
    justify-content: center;
  }

  .footer-top-right {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #063f83 35%, #063f83 60%, rgba(255, 255, 255, 0) 100%);
    padding: 10px 10px;
  }

  main img,
  .wealth-content img,
  .wellness-content img {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .home-content img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .wisdom-content-wrapper {
    margin-top: 0;
  }

  .wellness-content h1 {
    font-size: 52px;
  }

  .wellness-content h2 {
    font-size: 22px;
  }

  .wisdom-content h2 {
    font-size: 22px;
    margin-top: -20px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .wealth-content h1 {
    font-size: 70px;
  }

  .wealth-content h2 {
    font-size: 22px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .elementor-widget-hotspot {
      max-width: 335px;
      margin: 0 auto;
  }

  .e-hotspot {
    width: 50px;
    height: 50px;
  }

  .elementor-repeater-item-8435a71 {
    left: 5px;
    --hotspot-translate-x: 0;
    top: 7px;
    --hotspot-translate-y: 0;
  }

  .elementor-repeater-item-aad4913 {
    left: 75px;
    --hotspot-translate-x: 0;
    top: 7px;
    --hotspot-translate-y: 0;
  }

  .elementor-repeater-item-ac049fa {
    left: 142px;
    --hotspot-translate-x: 0;
    top: 7px;
    --hotspot-translate-y: 0;
  }

  .elementor-repeater-item-28c1f25 {
    left: 210px;
    --hotspot-translate-x: 0;
    top: 7px;
    --hotspot-translate-y: 0;
  }

  .elementor-repeater-item-3f78ff7 {
    left: 277px;
    --hotspot-translate-x: 0;
    top: 7px;
    --hotspot-translate-y: 0;
  }
  .connect-content p.social-handle {
    font-size: 32px;
  }
}