#herosvg {
  stroke-dasharray: 450;
  stroke-dashoffset: 450;
  animation: draw 3s forwards;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
html, body {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 300;
  background-color: #F7F7F7;
  overflow-x: hidden;
  scroll-behavior: unset !important;
}

* {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

img {
  width: 100%;
}

img.centered {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container {
  position: relative;
  opacity: 0;
}

.hero {
  position: relative;
  height: 580px;
  color: #ffffff;
}
.hero .container {
  height: 100%;
  opacity: 1;
}
.hero .bg-transparent {
  opacity: 1;
}
.hero h1 {
  font-size: 3.3rem !important;
  font-weight: 400 !important;
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.hero svg {
  position: absolute;
  z-index: 1;
  bottom: -4%;
  right: 0px;
  z-index: 1;
}
.hero svg path, .hero svg ellipse, .hero svg circle {
  stroke-width: 5;
}

.intro {
  color: #124B98;
  background-color: #F7F7F7;
  padding: 7rem 0rem;
  font-size: 1.2rem;
  text-align: center;
  position: relative;
}
.intro .container {
  text-align: inherit;
}
.intro svg {
  position: absolute;
  opacity: 0;
}
.intro svg.left {
  left: -2%;
}
.intro svg.right {
  right: -2%;
  bottom: 30%;
}
.intro svg.circle-svg {
  right: 6%;
  bottom: -6%;
}
.intro svg.updown {
  right: 18%;
  bottom: 15%;
  transform: rotate(180deg);
}
.intro .page-wrapper h2 {
  font-size: 2.5rem !important;
  line-height: 3.5rem;
  font-weight: 400;
  margin-bottom: 1.9rem;
}
.intro.active svg {
  opacity: 1;
  /*path{
  	stroke: $white;
  }*/
}
.intro.active .container {
  opacity: 1;
}
.intro svg path, .intro svg ellipse {
  stroke-width: 5;
}

.facts {
  display: flex;
}
.facts > div {
  position: relative;
  color: #ffffff;
  height: 24.5rem;
  cursor: pointer;
  background-color: #7b6956;
  overflow: hidden;
}
.facts > div img, .facts > div .bg-transparent {
  opacity: 0;
}
.facts > div .content-wrapper {
  width: 62%;
  margin: 3.5rem auto;
}
.facts > div .content-wrapper .number {
  margin-bottom: 1.5rem;
  position: relative;
}
.facts > div .content-wrapper .number .digit {
  font-size: 7.5rem;
  line-height: 7.5rem;
  position: relative;
  font-weight: 500;
  z-index: 1;
  top: 0;
}
.facts > div .content-wrapper .number .circle {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100rem;
  background-color: #D47928;
  position: absolute;
  bottom: 0px;
  opacity: 0;
}
.facts > div .content-wrapper .text {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 300;
  position: relative;
  top: 1rem;
  /*text-shadow: 0px 0px 0px transparent;*/
}
.facts > div:hover .text {
  top: 0rem;
  /*text-shadow: 1px 1px 3px black;*/
}
.facts > div:hover img, .facts > div:hover .bg-transparent {
  opacity: 1;
}
.facts > div:hover .content-wrapper .circle {
  height: 2.75rem;
  width: 2.75rem;
}
.facts > div:hover .content-wrapper .digit {
  top: 0.5rem;
}
.facts.active .container {
  opacity: 1;
}
.facts.active > div {
  /*background-color: $d-blue;*/
  color: #ffffff;
}
.facts.active > div .content-wrapper .number .circle {
  opacity: 1;
  transform: scale(1.2);
}

.underline, .learn-more {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.page-wrapper h3.title {
  font-size: 2rem !important;
  font-weight: 400;
  color: #124B98;
  margin-bottom: 1rem !important;
}

.mid-phrase {
  padding: 7rem 0rem;
  font-size: 1.2rem;
  background-color: transparent;
  color: #333333;
  text-align: center;
  transition-duration: 0.5s;
}
.mid-phrase .container {
  opacity: 0;
}
.mid-phrase .underline {
  text-decoration-color: #CF4827;
}
.mid-phrase.active {
  background-color: #EFECEA;
}
.mid-phrase.active .container {
  opacity: 1;
}

.a-t-w {
  padding: 5rem 0rem;
}
.a-t-w .container {
  display: flex;
  align-items: center;
  opacity: 0;
}
.a-t-w .container > div:first-of-type {
  padding-right: 4rem;
}
.a-t-w .container > div:last-of-type {
  padding-left: 4rem;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
}
.a-t-w .city-list .city-wrap {
  font-size: 1.5rem;
  font-weight: 400;
  color: #124B98;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #124B98;
  padding: 1.4rem 0rem;
  cursor: pointer;
  flex-wrap: wrap;
}
.a-t-w .city-list .city-wrap .d-flex {
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
}
.a-t-w .city-list .city-wrap .text {
  font-size: 0.9rem;
  display: none;
  position: relative;
  top: 1rem;
}
.a-t-w .city-list .city-wrap .arrow {
  position: relative;
  left: -1rem;
}
.a-t-w .city-list .city-wrap:hover .arrow, .a-t-w .city-list .city-wrap.active .arrow {
  left: 0rem;
}
.a-t-w .city-list .city-wrap:hover .arrow svg, .a-t-w .city-list .city-wrap.active .arrow svg {
  width: 41px;
}
.a-t-w .city-list .city-wrap:hover .arrow svg path:first-of-type, .a-t-w .city-list .city-wrap.active .arrow svg path:first-of-type {
  d: path("M29.547.864H0V-2.5H29.547Z");
  d: "M29.547.864H0V-2.5H29.547Z";
}
.a-t-w .city-list .city-wrap:hover .arrow svg path:nth-of-type(2), .a-t-w .city-list .city-wrap.active .arrow svg path:nth-of-type(2) {
  transform: translate(591.87px, 2911.5px);
}
.a-t-w .city-list .city-wrap:hover .arrow svg path:last-of-type, .a-t-w .city-list .city-wrap.active .arrow svg path:last-of-type {
  transform: translate(591.87px, 2920.919px);
}
.a-t-w .city-list .city-wrap.active .container {
  opacity: 1;
}
.a-t-w .city-list .city-wrap.active .arrow svg path {
  fill: #CF4827;
}
.a-t-w .photo-wrap {
  height: 650px;
  position: absolute;
  padding: 2rem;
  width: calc(100% - 4rem);
  color: #ffffff;
  opacity: 0;
}
.a-t-w .photo-wrap .bg-transparent {
  opacity: 1;
}
.a-t-w .photo-wrap.active {
  opacity: 1;
}
.a-t-w .photo-wrap .top {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 2rem;
  width: calc(100% - 4rem);
  align-items: center;
  text-shadow: 2px 2px 6px black;
}
.a-t-w .photo-wrap .top .city {
  font-size: 1.4rem;
  font-weight: 400;
}
.a-t-w .photo-wrap .top .country {
  font-size: 0.9rem;
}
.a-t-w .photo-wrap .bottom {
  position: absolute;
  bottom: 2rem;
  font-weight: 400;
  width: calc(100% - 4rem);
}
.a-t-w .photo-wrap .bottom .text {
  /*margin-bottom: 1rem;*/
  font-weight: 300;
  line-height: 1.3rem;
}
.a-t-w .photo-wrap .bottom .learn-more {
  display: none;
}
.a-t-w.active .container {
  opacity: 1;
}

.slider {
  cursor: url("drag.svg"), all-scroll;
}

.why {
  padding: 5rem 0rem 5rem 0rem;
  opacity: 1;
}
.why .slider {
  display: flex;
  margin-top: 2rem;
  padding: 0rem 0rem;
}
.why .slider > div {
  margin-right: 1rem;
  padding: 1.5rem;
  height: 21rem;
  background-color: #ffffff;
  color: #124B98;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  cursor: url("drag.svg"), all-scroll;
  overflow: hidden;
}
.why .slider > div:last-of-type {
  opacity: 0;
  width: 4rem !important;
}
.why .slider > div .ico {
  margin-bottom: 1rem;
  height: 150px;
  width: 150px;
  position: relative;
  left: 0;
  opacity: 1;
  transform: scale(1);
  transform-origin: top left;
}
.why .slider > div .text {
  height: fit-content;
  position: relative;
  bottom: -1rem;
}
.why .slider > div .desc {
  height: 0px;
  overflow: hidden;
}
.why .slider > div:hover .text {
  bottom: 0px;
}
.why .slider > div:hover .ico {
  opacity: 0;
  display: none;
  height: 0px;
  /*transform: scale(0);*/
  overflow: hidden;
}
.why .slider > div:hover .desc {
  height: initial;
}
.why.active .container {
  opacity: 1;
}

.page-wrapper p {
  padding-bottom: 0px;
}

.equity {
  padding: 3rem 0rem;
  opacity: 1;
}
.equity .top {
  display: flex;
  margin-bottom: 10rem;
  align-items: center;
}
.equity .top > div {
  height: fit-content;
}
.equity .top > div:first-of-type {
  padding-right: 4rem;
}
.equity .top > div:last-of-type {
  padding-left: 4rem;
  position: relative;
}
.equity .top > div:last-of-type img {
  margin-top: 7rem;
}
.equity .top .ico {
  position: absolute;
}
.equity .top .ico.rural {
  right: 170px;
  bottom: -70px;
}
.equity .top .ico.sun {
  width: 150px;
  height: 150px;
  right: 0%;
  bottom: -170px;
}
.equity .top .ico.sun svg {
  height: 100%;
  width: 100%;
}
.equity .top .ico.sun svg path {
  stroke-width: 2.3;
}
.equity .bottom {
  align-items: center;
  display: flex;
}
.equity .bottom > div {
  height: fit-content;
}
.equity .bottom > div:first-of-type {
  padding-right: 4rem;
}
.equity .bottom > div:last-of-type {
  padding-left: 4rem;
}
.equity .photo-wrapper {
  position: relative;
}
.equity .photo-wrapper .main-ph {
  height: 25rem;
  object-fit: contain;
}
.equity .photo-wrapper .ico {
  position: absolute;
}
.equity .photo-wrapper .ico.people {
  top: -21%;
  right: 20%;
}
.equity .photo-wrapper .ico.heath {
  top: -27%;
  right: -6%;
}
.equity .photo-wrapper .ico.cloud {
  top: 4%;
  right: -6%;
}
.equity .photo-wrapper .ico.water {
  bottom: -11%;
  left: 0%;
}
.equity.active .container {
  opacity: 1;
}

.bg-transparent {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

a, a:hover {
  color: inherit;
  text-decoration: none;
}

.focus {
  padding: 5rem 0rem;
  opacity: 1;
}
.focus.active .container {
  opacity: 1;
}
.focus .slider {
  display: flex;
  margin-top: 3rem;
  padding: 0rem 0rem;
}
.focus .slider > div {
  margin-right: 1rem;
  padding: 1.5rem;
  height: 21rem;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  cursor: url("drag.svg"), all-scroll;
}
.focus .slider > div:last-of-type {
  opacity: 0;
  width: 4rem !important;
}
.focus .slider > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.focus .slider > div .number {
  position: relative;
  color: #CF4827;
  font-size: 3rem;
  font-weight: 500;
}
.focus .slider > div .text {
  position: absolute;
  width: calc(100% - 3rem);
  bottom: -100%;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.7rem;
}
.focus .slider > div:hover .text {
  bottom: 1.5rem;
}
.focus .slider > div:hover .bg-transparent {
  opacity: 1;
}

.page-wrapper h2 {
  font-size: 2.5rem !important;
  line-height: 3rem !important;
  margin-bottom: 1.5rem;
  font-weight: 400 !important;
}

.action {
  padding: 5rem 0rem;
  background-color: #124B98;
  color: #ffffff;
  opacity: 1;
}
.action a:hover {
  color: #7da0d0;
}
.action .page-wrapper h2 {
  margin-bottom: 2rem !important;
}
.action .underline-link {
  font-size: 1.2rem;
  font-weight: 400;
}
.action p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.action.active .container {
  opacity: 1;
}

.funds {
  overflow: visible;
  padding: 5rem 0rem 0rem 0rem;
  margin-bottom: -5rem;
  opacity: 1;
}
.funds.active .r4c svg path {
  /*fill: $d-blue;*/
}
.funds.active .container {
  opacity: 1;
}
.funds .container {
  display: flex;
}
.funds .container > div {
  height: fit-content;
}
.funds .container > div:first-of-type {
  padding-right: 4rem;
}
.funds .container > div:last-of-type {
  padding-left: 4rem;
  height: 30rem;
  position: relative;
}
.funds .logos {
  display: flex;
  margin-top: 2rem;
}
.funds .logos div {
  align-items: center;
  justify-content: center;
  display: flex;
}
.funds .logos div:first-of-type {
  justify-content: left;
}
.funds .logos div:first-of-type img {
  width: 73%;
}
.funds .logos div:last-of-type {
  justify-content: right;
}
.funds .logos div:last-of-type img {
  width: 58%;
}
.funds .photo-wrap {
  position: relative;
  margin-top: -35%;
}
.funds .photo-wrap img {
  width: 80%;
}
.funds .photo-wrap .ico {
  position: absolute;
  right: 25%;
  top: -10%;
  width: 130px;
  height: 130px;
}
.funds .photo-wrap .ico svg {
  width: 100%;
  height: 100%;
}
.funds .photo-wrap .ico.sun {
  top: unset;
  bottom: -10%;
  left: -15%;
}
.funds .photo-wrap .ico.wind {
  top: unset;
  bottom: -10%;
  left: 10%;
}

.map {
  padding: 0rem 0rem 5rem 0rem;
  text-align: center;
}
.map.active .container {
  opacity: 1;
}
.map .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem 0rem;
}
.map .logos div {
  text-align: center;
}
.map .logos div img {
  height: 70px;
  width: auto;
}
.map .logos div:last-of-type img {
  height: 50px;
}
.map .map-wrapper {
  text-align: center;
}
.map .map-wrapper img {
  width: 80%;
}

.g-i-t {
  position: relative;
  min-height: 25rem;
  opacity: 1;
}
.g-i-t.active {
  opacity: 1;
}
.g-i-t .top {
  position: absolute;
  background-color: #CF4827;
  top: 0px;
  width: 100%;
  padding: 5.5rem 0rem;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.g-i-t .c-people {
  justify-content: center;
  display: flex;
  position: relative;
  top: 10rem;
}
.g-i-t .c-people a:hover .name {
  color: #CF4827;
}
.g-i-t .c-people .name {
  font-size: 0.9rem;
  color: #124B98;
  font-weight: 400;
  text-align: center;
}
.g-i-t .c-people .job-title {
  font-size: 0.7rem;
  font-weight: 300;
  color: #333333;
  text-align: center;
}
.g-i-t .c-people .job-title b {
  display: block;
}
.g-i-t .c-people .circle-wrapper {
  height: 5.5rem;
  width: 5.5rem;
  border-radius: 100%;
  background-color: #ffffff;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.g-i-t .c-people .circle-wrapper img {
  mix-blend-mode: luminosity;
}

.swiper-horizontal {
  overflow: visible;
}

footer {
  font-size: 0.8rem;
  background: white;
}
footer button, footer input, footer optgroup, footer select, footer textarea {
  margin: 0;
  font-family: inherit;
  font-size: 0.67rem;
}

.community-profiles {
  background-color: #CF4827;
  padding: 4rem 0rem;
}
.community-profiles .container {
  opacity: 1;
}
.community-profiles .container .title-wrapper {
  position: relative;
}
.community-profiles .container .title-wrapper .sub-title {
  display: flex;
  color: white;
  gap: 1rem;
  margin-top: 1.5rem;
  font-weight: 500;
  align-items: center;
}
.community-profiles .container .title-wrapper .sub-title .arrow {
  rotate: 90deg;
  height: 0.75rem;
  width: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.community-profiles .container .title-wrapper .sub-title .arrow svg {
  width: 100%;
}
.community-profiles .container .title-wrapper .big-title {
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: white;
}
.community-profiles .container .title-wrapper .big-title .more-res {
  position: absolute;
  opacity: 0.4;
  font-size: 7rem;
  left: -2.5rem;
  top: 1.5rem;
  font-weight: 600;
}
.community-profiles .cities-wrapper {
  display: flex;
  margin-top: 2rem;
}
.community-profiles .cities-wrapper .item {
  width: 25%;
  aspect-ratio: 1/1;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.community-profiles .cities-wrapper .item .tag {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 1rem;
  font-size: 0.8rem;
  background-color: white;
  padding: 0rem 0.5rem;
  border-radius: 4rem;
  border: 2px solid;
  opacity: 1;
  font-weight: 500;
}
.community-profiles .cities-wrapper .item:hover .tag {
  color: white;
  background-color: black;
}
.community-profiles .cities-wrapper .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.community-profiles .cities-wrapper .item .name {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 1000;
  font-weight: 500;
  color: white;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.community-profiles .cities-wrapper .item .bg-text {
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  position: absolute;
  top: 0;
}

@media (max-width: 800px) {
  .community-profiles .cities-wrapper {
    flex-wrap: wrap;
  }
  .community-profiles .cities-wrapper .item {
    width: 50%;
  }
  .community-profiles .cities-wrapper .item .name {
    font-size: 1rem;
    line-height: 1rem;
  }
  .hero {
    height: 90vh;
  }
  .hero svg {
    bottom: -3%;
    right: -110%;
    z-index: 1;
  }
  .hero h1 {
    font-size: 2.3rem !important;
    text-align: center;
    left: 0;
    z-index: 2;
  }
  .intro {
    padding: 5rem 0rem;
  }
  .intro svg.left {
    left: -5%;
  }
  .intro h2 {
    line-height: 2.5rem !important;
  }
  .intro svg.updown {
    bottom: 5%;
    right: 38%;
  }
  .intro svg.right {
    display: none;
  }
  .intro svg.circle-svg {
    right: 6%;
    bottom: -4%;
  }
  .facts {
    flex-wrap: wrap;
  }
  .facts > div .content-wrapper {
    width: 80%;
    margin: 1.5rem auto;
  }
  .facts > div {
    height: 18rem;
  }
  .facts > div .content-wrapper .number .digit {
    font-size: 5.5rem;
    line-height: 5.5rem;
  }
  .facts > div .content-wrapper .number {
    margin-bottom: 0.5rem;
  }
  .facts > div .content-wrapper {
    position: relative;
    transform: translateY(-50%);
    top: 35%;
  }
  .action {
    padding: 3rem 0rem;
  }
  .action h1 {
    line-height: 2.5rem !important;
  }
  .map .logos div img {
    height: auto;
    width: 100%;
    object-fit: contain;
  }
  .why .slider > div:not(:last-of-type), .focus .slider > div:not(:last-of-type) {
    width: 80vw !important;
  }
  .why .slider > div .ico {
    margin-bottom: 0.5rem;
    height: 180px;
    width: 180px;
  }
  .focus .slider, .who .slider {
    padding: 0;
  }
  .mid-phrase {
    padding: 5rem 0rem;
  }
  .a-t-w .container > div:first-of-type {
    padding-right: 0rem;
  }
  .a-t-w .container > div:last-of-type {
    display: none;
  }
  .a-t-w, .why, .equity, .focus {
    padding: 3rem 0rem;
  }
  .a-t-w .city-list .city-wrap:hover .arrow, .a-t-w .city-list .city-wrap.active .arrow.rotate {
    transform: rotate(45deg);
  }
  .a-t-w .city-list .city-wrap .text.expanded {
    display: block;
    top: 0;
  }
  .a-t-w .city-list .city-wrap .arrow {
    left: 0;
  }
  .a-t-w .city-list .city-wrap {
    font-size: 1.4rem;
  }
  .equity .top > div:first-of-type {
    padding-right: 0rem;
  }
  .equity .top > div:last-of-type {
    display: none;
  }
  .equity .bottom {
    flex-wrap: wrap;
  }
  .equity .bottom > div:first-of-type {
    padding-right: 0rem;
  }
  .equity .bottom > div:last-of-type {
    padding-left: 0rem;
  }
  .equity .top {
    margin-bottom: 5rem;
  }
  .funds .container {
    flex-wrap: wrap;
  }
  .funds .container > div:first-of-type {
    padding-right: 0rem;
  }
  .funds .container > div:last-of-type {
    padding-left: 0rem;
    height: auto;
  }
  .funds .photo-wrap {
    position: relative;
    margin-top: 5rem;
    text-align: center;
  }
  .funds .photo-wrap img {
    width: 80%;
  }
  .funds .photo-wrap .ico {
    position: absolute;
    right: 3%;
    top: -10%;
  }
  .funds .photo-wrap .ico.sun {
    left: -3%;
  }
  .funds .photo-wrap .ico.wind {
    left: 24%;
  }
  .funds {
    margin-bottom: 5rem;
  }
  .map .logos div img {
    width: 80%;
  }
  .map .logos div:nth-of-type(3) img {
    width: 60%;
  }
  .map .logos {
    margin: 2rem 0rem;
  }
  .map .map-wrapper img {
    width: 90%;
  }
  .map {
    padding: 0rem 0rem 3rem 0rem;
  }
  .g-i-t .top {
    padding: 4.5rem 0rem;
  }
  .g-i-t {
    padding-bottom: 15rem;
  }
  .g-i-t .c-people {
    flex-wrap: wrap;
  }
  .g-i-t .c-people > div {
    margin-bottom: 2rem;
  }
  .g-i-t .c-people .circle-wrapper {
    margin-bottom: 1rem;
  }
  .ico, .funds .photo-wrap .ico {
    width: 80px;
    height: 80px;
  }
  .ico svg, .funds .photo-wrap .ico svg {
    width: 100%;
    height: 100%;
  }
  .equity .photo-wrapper .ico.water {
    bottom: 10%;
  }
  .equity .photo-wrapper .ico.heath {
    top: -18%;
    right: 0%;
  }
  .equity .photo-wrapper .ico.people {
    top: -18%;
    right: 25%;
  }
  .equity .photo-wrapper .ico.cloud {
    top: 3%;
    right: 2%;
  }
  .equity .photo-wrapper .main-ph {
    height: 20rem;
    object-fit: cover;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1023px) and (max-width: 1180px) {
  .a-t-w .container > div:last-of-type {
    padding-left: 0rem;
  }
}
@media (min-width: 801px) and (max-width: 1180px) {
  .ico {
    width: 100px;
    height: 100px;
  }
  .ico svg {
    width: 100%;
    height: 100%;
  }
  .equity .photo-wrapper .ico.heath {
    top: -18%;
  }
  .funds {
    margin-bottom: -13rem;
  }
}
@media (min-width: 1000px) and (max-width: 1180px) {
  .a-t-w .container > div:first-of-type {
    padding-right: 2rem;
  }
  .a-t-w .container > div:last-of-type {
    justify-content: end;
  }
  .a-t-w .photo-wrap {
    padding: 1.5rem;
    width: calc(100% - 3rem);
    height: 500px;
  }
  .a-t-w .photo-wrap .top {
    top: 1rem;
  }
  .a-t-w, .why, .equity, .focus {
    padding: 3rem 0rem;
  }
  .equity .photo-wrapper .ico.heath {
    top: -21%;
  }
  .equity .photo-wrapper .ico.cloud {
    top: -2%;
    right: -28%;
  }
  .a-t-w .city-list .city-wrap .d-flex {
    margin-bottom: 0px;
  }
  .a-t-w .photo-wrap .top {
    width: calc(100% - 3rem);
    align-items: center;
    justify-content: space-between;
  }
  .a-t-w .photo-wrap .top .country {
    font-size: 0.7rem;
  }
  .a-t-w .photo-wrap .top .city {
    font-size: 1rem;
  }
  .a-t-w .city-list .city-wrap {
    font-size: 1.2rem;
  }
  .a-t-w .photo-wrap .bottom {
    font-size: 16px;
  }
  .page-wrapper h2 {
    font-size: 1.8rem !important;
    line-height: 2rem !important;
    margin-bottom: 1rem;
  }
  .page-wrapper h3.title {
    font-size: 1.4rem !important;
  }
  .funds .photo-wrap .ico {
    width: 90px;
    height: 90px;
  }
  .equity .bottom > div:last-of-type {
    padding-left: 0rem;
  }
  .action {
    padding: 3rem 0rem;
  }
  .action .underline-link {
    font-size: 1rem;
  }
  .mid-phrase {
    padding: 4rem 0rem;
  }
  .facts > div .content-wrapper .number .digit {
    font-size: 5.5rem;
    line-height: 5.5rem;
  }
  .facts > div .content-wrapper {
    width: 75%;
    margin: 2.5rem auto;
  }
  .facts > div .content-wrapper .number {
    margin-bottom: 0.5rem;
  }
  .facts > div .content-wrapper .text {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .facts > div {
    height: 20rem;
  }
  .intro {
    padding: 5rem 0rem;
  }
  p {
    font-size: 18px;
    line-height: 24px;
  }
  .why .slider > div {
    font-weight: 300;
    font-size: 18px;
  }
  .focus .slider > div .text {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }
  .focus .slider > div {
    padding: 1rem;
    height: 17rem;
  }
}
@media (min-width: 1200px) {
  .funds .photo-wrap .ico.sun {
    left: -20%;
  }
}
@media (min-width: 1400px) {
  .equity .photo-wrapper .ico.people {
    right: 18%;
  }
  .funds .photo-wrap .ico.sun {
    left: -16%;
  }
}

/*# sourceMappingURL=r4c.css.map */
