.type-box,
.type-hub,
.type-bus {
  cursor: pointer;
}

#mapSVG {
  width: 100%;
  height: calc(100% - 85px);
  position: relative;
  z-index: 10;
}

#mapContent {
  -webkit-transition: all 0.75s cubic-bezier(0.55, 0, 0.21, 1);
  transition: all 0.75s cubic-bezier(0.55, 0, 0.21, 1);
}

.region_zoom .region_group.current_region {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(100, 100, 100, 0.3));
          filter: drop-shadow(0px 0px 10px rgba(100, 100, 100, 0.3));
}

.r-text-lg {
  fill: #2f343b;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03px;
  font-family: "Maax Sans", sans-serif !important;
}

.r-text-md {
  fill: #2f343b;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03px;
  font-family: "Maax Sans", sans-serif !important;
}

.r-text-sm {
  fill: #a1a1a1;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.03px;
  font-family: "Maax Sans", sans-serif !important;
}

/* Boxes Styles */
g.box_group_unfunded .box_1,
g.box_group_unfunded .box_2,
g.box_group_unfunded .box_3,
g.box_group_unfunded .box_4,
g.box_group_unfunded .box_5,
g.box_group_unfunded .box_6 {
  stroke: #823E90;
  stroke-width: 1px;
  fill: #ffffff;
  -webkit-transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s filter ease-in-out;
  transition: 0.25s filter ease-in-out, 0.25s -webkit-filter ease-in-out;
  cursor: pointer;
}
g.box_group_unfunded:hover .box_1,
g.box_group_unfunded:hover .box_2,
g.box_group_unfunded:hover .box_3,
g.box_group_unfunded:hover .box_4,
g.box_group_unfunded:hover .box_5,
g.box_group_unfunded:hover .box_6 {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

g.box_group_none .box_1,
g.box_group_none .box_2,
g.box_group_none .box_3,
g.box_group_none .box_4,
g.box_group_none .box_5,
g.box_group_none .box_6 {
  stroke: #c9c9c9;
  stroke-width: 1px;
  fill: #f6f6f2;
  -webkit-transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s filter ease-in-out;
  transition: 0.25s filter ease-in-out, 0.25s -webkit-filter ease-in-out;
}
g.box_group_none:hover .box_1,
g.box_group_none:hover .box_2,
g.box_group_none:hover .box_3,
g.box_group_none:hover .box_4,
g.box_group_none:hover .box_5,
g.box_group_none:hover .box_6 {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

g.box_group_unavailable .box_1,
g.box_group_unavailable .box_2,
g.box_group_unavailable .box_3,
g.box_group_unavailable .box_4,
g.box_group_unavailable .box_5,
g.box_group_unavailable .box_6 {
  stroke: #cdced0;
  stroke-width: 1px;
  fill: #cdced0;
  -webkit-transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s filter ease-in-out;
  transition: 0.25s filter ease-in-out, 0.25s -webkit-filter ease-in-out;
  cursor: default;
}
g.box_group_unavailable:hover .box_1,
g.box_group_unavailable:hover .box_2,
g.box_group_unavailable:hover .box_3,
g.box_group_unavailable:hover .box_4,
g.box_group_unavailable:hover .box_5,
g.box_group_unavailable:hover .box_6 {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

.bus_group_rectangle,
g.box_group_funded .box_1,
g.box_group_funded .box_2,
g.box_group_funded .box_3,
g.box_group_funded .box_4,
g.box_group_funded .box_5,
g.box_group_funded .box_6 {
  stroke: #9DB68D;
  stroke-width: 1px;
  fill: #ffffff;
  -webkit-transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s filter ease-in-out;
  transition: 0.25s filter ease-in-out, 0.25s -webkit-filter ease-in-out;
}

g.box_group_funded g:last-child .box_icon {
  fill: #98D743;
  stroke: #98D743;
}

g.box_group_partly-funded .box_1,
g.box_group_partly-funded .box_2,
g.box_group_partly-funded .box_3,
g.box_group_partly-funded .box_4,
g.box_group_partly-funded .box_5,
g.box_group_partly-funded .box_6 {
  stroke: rgba(130, 62, 144, 0.6196078431);
  stroke-width: 1px;
  fill: #ffffff;
  -webkit-transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s filter ease-in-out;
  transition: 0.25s filter ease-in-out, 0.25s -webkit-filter ease-in-out;
}

g.box_group_partly-funded g:last-child .box_icon {
  fill: #9DB68D;
  stroke: #9DB68D;
}

g.box_group_deployed .box_1,
g.box_group_deployed .box_2,
g.box_group_deployed .box_3,
g.box_group_deployed .box_4,
g.box_group_deployed .box_5,
g.box_group_deployed .box_6 {
  stroke: #4db0f4;
  stroke-width: 1px;
  fill: #ffffff;
  -webkit-transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s filter ease-in-out;
  transition: 0.25s filter ease-in-out, 0.25s -webkit-filter ease-in-out;
}

g.box_group_deployed g:last-child .box_icon {
  fill: #4db0f4;
  stroke: #4db0f4;
}

/*Manual added another variant of deployed*/
g.deployed_boxes_2 g:nth-last-child(1) .box_icon,
g.deployed_boxes_3 g:nth-last-child(1) .box_icon {
  stroke: #ffffff;
}

g.deployed_boxes_2 g:nth-last-child(2) .box_icon,
g.deployed_boxes_3 g:nth-last-child(2) .box_icon {
  fill: #4db0f4;
  stroke: #ffffff;
}

g.deployed_boxes_3 g:nth-last-child(3) .box_icon {
  fill: #4db0f4;
  stroke: #ffffff;
}

g.box_group_partly-deployed .box_1,
g.box_group_partly-deployed .box_2,
g.box_group_partly-deployed .box_3,
g.box_group_partly-deployed .box_4,
g.box_group_partly-deployed .box_5,
g.box_group_partly-deployed .box_6 {
  stroke-width: 1px;
  fill: #ffffff;
  stroke: #9DB68D;
  -webkit-transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s filter ease-in-out;
  transition: 0.25s filter ease-in-out, 0.25s -webkit-filter ease-in-out;
}

g.box_group_partly-deployed g:last-child .box_icon {
  fill: #4db0f4;
  stroke: #4db0f4;
}

g.box_group_funded:hover .box_1,
g.box_group_funded:hover .box_2,
g.box_group_funded:hover .box_3,
g.box_group_funded:hover .box_4,
g.box_group_funded:hover .box_5,
g.box_group_funded:hover .box_6 {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

g.box_group_deployed:hover .box_1,
g.box_group_deployed:hover .box_2,
g.box_group_deployed:hover .box_3,
g.box_group_deployed:hover .box_4,
g.box_group_deployed:hover .box_5,
g.box_group_deployed:hover .box_6 {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

g.box_group_partly-deployed:hover .box_1,
g.box_group_partly-deployed:hover .box_2,
g.box_group_partly-deployed:hover .box_3,
g.box_group_partly-deployed:hover .box_4,
g.box_group_partly-deployed:hover .box_5,
g.box_group_partly-deployed:hover .box_6 {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

.map-main-container {
  position: relative;
}
.map-main-container .map-key {
  position: absolute;
  top: 2%;
  right: 10%;
}
@media only screen and (max-width: 1024px) {
  .map-main-container .map-key {
    display: none;
  }
}
.map-main-container .map-container-desctop {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .map-main-container .map-container-desctop {
    display: none;
  }
}
.map-main-container .map-container-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .map-main-container .map-container-mobile {
    display: block;
  }
  .map-main-container .map-container-mobile img {
    width: 100%;
    height: auto;
  }
}

.status-funded,
.bus_group_rectangle .status-funding {
  fill: #98D743;
  -webkit-transition: 0.25s filter ease-in-out;
  -webkit-transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s filter ease-in-out;
  transition: 0.25s filter ease-in-out, 0.25s -webkit-filter ease-in-out;
}

.status-unfunded {
  stroke: #823E90;
  stroke-width: 1px;
  fill: #FFFFFF;
  -webkit-transition: 0.25s filter ease-in-out;
  -webkit-transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s filter ease-in-out;
  transition: 0.25s filter ease-in-out, 0.25s -webkit-filter ease-in-out;
}

.status-deployed,
.bus_group_rectangle .status-acting {
  fill: #4db0f4;
  stroke: #4db0f4;
  -webkit-transition: 0.25s filter ease-in-out;
  -webkit-transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s filter ease-in-out;
  transition: 0.25s filter ease-in-out, 0.25s -webkit-filter ease-in-out;
}

.status-none,
.status-unknown {
  stroke: #C9C9C9;
  stroke-width: 1px;
  fill: #f6f6f2;
}

.status-unavailable,
.bus_group_rectangle .status-planned {
  stroke: #cdced0;
  stroke-width: 1px;
  fill: #cdced0;
  cursor: default;
}

.map-main-container .status-unfunded {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s filter ease-in-out;
  transition: 0.25s filter ease-in-out, 0.25s -webkit-filter ease-in-out;
}
.map-main-container .status-unfunded:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.map-main-container .status-funded {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s filter ease-in-out;
  transition: 0.25s filter ease-in-out, 0.25s -webkit-filter ease-in-out;
}
.map-main-container .status-funded:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.map-main-container .status-none, .map-main-container .status-unknown, .map-main-container .status-deployed {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s -webkit-filter ease-in-out;
  transition: 0.25s filter ease-in-out;
  transition: 0.25s filter ease-in-out, 0.25s -webkit-filter ease-in-out;
}
.map-main-container .status-none:hover, .map-main-container .status-unknown:hover, .map-main-container .status-deployed:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

#dotted-lines {
  position: relative;
  z-index: 9990;
}

.dashed_line.dashed_line_reverse {
  animation-direction: reverse;
}

.dashed_line.dashed_line_normal {
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

.dashed_line {
  -webkit-animation: dashedLine 0.5s linear infinite;
  animation: dashedLine 0.5s linear infinite;
}

@-webkit-keyframes dashedLine {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 6;
  }
}

@keyframes dashedLine {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 6;
  }
}
/* Popup */
.location-popup {
  width: 100%;
  max-width: 400px;
  min-width: 400px;
  background: #F6F6F2;
  padding: 18px 15px;
  border-radius: 5px;
  -webkit-box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.1019607843), 10px 10px 25px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.1019607843), 10px 10px 25px 0px rgba(0, 0, 0, 0.0509803922);
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.location-popup .lp-image {
  width: 100%;
  max-width: 375px;
  height: 209px;
  background-color: #d9d9d9;
  background-size: cover;
  position: relative;
  display: block;
  margin-bottom: 24px;
  border-radius: 30px;
}
.location-popup .lp-image .lp-image-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  border-radius: 25px;
}
.location-popup .lp-image .lp-image-bg.br-20 {
  border-radius: 20px;
}
.location-popup .lp-image .lp-image-bg[src=""] {
  display: none;
}
.location-popup .lp-image .funded-badge, .location-popup .lp-image .not-available-badge {
  display: none;
  padding: 8px 15px;
  letter-spacing: 2px;
  color: #0b0505;
  border-radius: 5px;
  position: absolute;
  bottom: -15px;
  left: 10px;
  font-family: "maaxmedium";
}
.location-popup .lp-image .funded-badge {
  background-color: #75B227;
  color: #2F343B;
}
.location-popup .lp-image .not-available-badge {
  background-color: #82826F;
}
.location-popup .lp-data {
  padding: 0 20px;
}
.location-popup .lp-data .progress {
  margin: 28px auto;
}
.location-popup .lp-data h3, .location-popup .lp-data .h3 {
  margin-bottom: 15px;
}
.location-popup .lp-data h6, .location-popup .lp-data .h6 {
  font-family: "maaxmedium";
}
.location-popup .lp-data span {
  display: table;
  margin: 28px 0;
  width: 100%;
  line-height: 25px;
  letter-spacing: 2px;
}
.location-popup .lp-data p {
  font-family: "maaxmedium";
  letter-spacing: 2px;
}
.location-popup .lp-data p strong {
  font-family: "maaxregular";
}
.location-popup .lp-data p.supported-names {
  text-transform: none;
  line-height: 20px;
}
.location-popup .lp-data a {
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 2px;
}
.location-popup .lp-data a:hover {
  text-decoration: underline;
}
.location-popup .lp-data .stat-line, .location-popup .lp-data .stat-line span {
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
}
.location-popup .lp-data .stat-line .village-names {
  font-size: 14px;
  line-height: 18px;
  text-transform: none;
}
.location-popup .lp-data .stat-line.connect-to, .location-popup .lp-data .stat-line span.connect-to {
  margin-top: 20px !important;
}
.location-popup .lp-data .stat-line.connect-to .hub-name, .location-popup .lp-data .stat-line span.connect-to .hub-name {
  text-transform: none;
}
.location-popup .lp-data a:not(.button) {
  margin: 28px 0 20px;
  display: table;
}
.location-popup .lp-data .button {
  font-family: "maaxmedium";
  background-color: #F6F6F2;
  border: 1px solid #75B227;
  color: #2F343B;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  letter-spacing: 2px;
  display: none;
}
.location-popup .lp-data .donately-stats {
  margin: 14px 0 20px;
}
.location-popup .progress-fully-funded, .location-popup .fully-funded-stat {
  display: none;
}
.location-popup.status-unfunded a:not(.button), .location-popup.status-unfunded h6, .location-popup.status-unfunded .h6, .location-popup.status-unfunded p strong, .location-popup.status-unfunded h5, .location-popup.status-unfunded .h5 {
  color: #823E90;
}
.location-popup.status-unfunded .progress .percentage-bar {
  background: #823E90;
}
.location-popup.status-funded .progress-fully-funded, .location-popup.status-funded .fully-funded-stat {
  display: block;
}
.location-popup.status-funded .funded-badge {
  display: table;
}
.location-popup.status-funded .progress {
  display: none;
}
.location-popup.status-funded .f-stat {
  display: none;
}
.location-popup.status-none .not-available-badge {
  display: table;
}
.location-popup.status-none .progress {
  display: none;
}
.location-popup.status-none .f-stat {
  display: none;
}
.location-popup.status-none a.button {
  display: none !important;
}
.location-popup.featured-window h6, .location-popup.featured-window .h6 {
  margin-top: 38px;
}
.location-popup.active-location-popup {
  display: block;
  z-index: 9994;
}

#hub-popup {
  padding: 15px;
  max-width: 350px;
  min-width: unset;
}
#hub-popup h6, #hub-popup .h6, #hub-popup p strong, #hub-popup a {
  color: #75B227;
}
#hub-popup .lp-image {
  position: relative;
}
#hub-popup .progress {
  margin: 0px auto 28px;
}
#hub-popup .progress .percentage-bar {
  background: #75B227 !important;
}
#hub-popup .lpd-title {
  margin-bottom: 10px;
}
#hub-popup a:not(.button) {
  margin: 20px 0 10px;
}

#box-popup h6, #box-popup .h6, #box-popup p strong, #box-popup a {
  color: #823E90;
}

#bus-popup .lp-data {
  position: relative;
}
#bus-popup .lp-data .bus-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
}
#bus-popup .lp-data .bus-icon .bus-icon-img {
  height: 30px;
}

.lp-video {
  display: none;
  width: 100%;
  height: 100%;
}
.lp-video .lpv-iframe {
  width: 100%;
  height: 100%;
  min-height: 215px;
  border-radius: 30px;
}

.vstatus-nvid .lp-video {
  display: none;
}

.vstatus-yvid .lp-video {
  display: block;
}
.vstatus-yvid .lp-image-bg {
  display: none !important;
}

.form-backdrop {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  background-color: rgba(246, 246, 242, 0.85);
  left: 0;
  top: 0;
  z-index: 9991;
}
.form-backdrop.active-backdrop {
  display: block;
}

/* Overwrite */
.location-popup {
  padding: 13px;
  background-color: #F6F6F2;
}
.location-popup .main-ner-box {
  display: none !important;
}
.location-popup p {
  line-height: 1 !important;
  letter-spacing: normal !important;
  font-size: 14px;
}
.location-popup .t-btn {
  width: 100%;
}
.location-popup .not-available-blurb {
  display: none;
}
.location-popup.empty-type {
  padding: 30px 13px;
}
.location-popup.status-unfunded .main-unavlbl-btn {
  display: none !important;
}
.location-popup.status-none .main-fund-btn {
  display: none !important;
}
.location-popup.status-none .not-available-blurb {
  display: block;
}
.location-popup.status-funded .main-unavlbl-btn, .location-popup.status-deployed .main-unavlbl-btn {
  display: none !important;
}
.location-popup.status-funded .main-fund-btn, .location-popup.status-deployed .main-fund-btn {
  display: none !important;
}
.location-popup.status-funded .funded-txt {
  display: block;
}
.location-popup.status-deployed .deployed-txt {
  display: block;
}
.location-popup.status-funded .main-ner-box, .location-popup.status-deployed .main-ner-box {
  display: block !important;
}
.location-popup .lp-image {
  border-radius: 0;
  margin-bottom: 16px;
  position: relative;
}
.location-popup .lp-image .lp-image-bg {
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.location-popup .lp-image .lp-c-info {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
}
.location-popup .lp-image .lp-c-info .lpcinfo-heading {
  color: #F6F6F2;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.location-popup .lp-image .lp-c-info .lpcinfo-desc {
  color: #F6F6F2;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.location-popup .lp-video .lpv-iframe {
  border-radius: 0;
}

.location-popup .lp-data-header,
.location-non-popup .lp-data-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 10px;
}
.location-popup .lp-data-header .lp-data-h-col h6, .location-popup .lp-data-header .lp-data-h-col .h6,
.location-non-popup .lp-data-header .lp-data-h-col h6,
.location-non-popup .lp-data-header .lp-data-h-col .h6 {
  color: #9DB68D !important;
  font-weight: 700;
  font-size: 13px;
  margin: 0 !important;
  letter-spacing: initial;
}
.location-popup .lp-data-header .lp-data-h-col h3.lpd-title, .location-popup .lp-data-header .lp-data-h-col .lpd-title.h3,
.location-non-popup .lp-data-header .lp-data-h-col h3.lpd-title,
.location-non-popup .lp-data-header .lp-data-h-col .lpd-title.h3 {
  color: #2F343B !important;
  font-weight: 700;
  font-size: 24px;
  margin: 0 !important;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: initial;
}
.location-popup .lp-data-header .lp-data-h-col .funded-badge,
.location-non-popup .lp-data-header .lp-data-h-col .funded-badge {
  border-radius: 0;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 14px;
  letter-spacing: initial;
}
.location-popup .lp-data-header .lp-data-h-col .funded-badge.funded-status,
.location-non-popup .lp-data-header .lp-data-h-col .funded-badge.funded-status {
  background-color: #9DB68D;
  color: #F6F6F2;
}
.location-popup .lp-data-header .lp-data-h-col .funded-badge.deployed-status,
.location-non-popup .lp-data-header .lp-data-h-col .funded-badge.deployed-status {
  background-color: #4db0f4;
  color: #F6F6F2;
}
.location-popup .lp-data-header .lp-data-h-col .funded-badge.unfunded-status,
.location-non-popup .lp-data-header .lp-data-h-col .funded-badge.unfunded-status {
  background-color: #E8E8E8;
  color: #2F343B;
}
.location-popup .lp-data-header .lp-data-h-col .funded-badge.none-status,
.location-non-popup .lp-data-header .lp-data-h-col .funded-badge.none-status {
  background-color: #E8E8E8;
  color: #2F343B;
}
.location-popup .progress-fully-funded,
.location-popup .progress,
.location-non-popup .progress-fully-funded,
.location-non-popup .progress {
  display: none !important;
  border-radius: 500px;
  background-color: #F6F6F2;
  padding: 4.5px 6.5px;
  -webkit-box-shadow: inset 1px 1px 5px 0 rgba(124, 124, 124, 0.15);
          box-shadow: inset 1px 1px 5px 0 rgba(124, 124, 124, 0.15);
}
.location-popup .progress-fully-funded .full-percentage-bar,
.location-popup .progress-fully-funded .percentage-bar,
.location-popup .progress .full-percentage-bar,
.location-popup .progress .percentage-bar,
.location-non-popup .progress-fully-funded .full-percentage-bar,
.location-non-popup .progress-fully-funded .percentage-bar,
.location-non-popup .progress .full-percentage-bar,
.location-non-popup .progress .percentage-bar {
  background-color: #823E90 !important;
  border-radius: 500px;
  height: 100% !important;
}
.location-popup .fundedInfo,
.location-non-popup .fundedInfo {
  margin-top: 15px !important;
}
.location-popup .fundedInfo span,
.location-non-popup .fundedInfo span {
  display: inline !important;
  color: #9DB68D !important;
  font-weight: 700;
  font-size: 14px !important;
  letter-spacing: initial;
}
.location-popup .stat-line:last-child, .location-popup .lp-data .stat-line span:last-child,
.location-non-popup .stat-line:last-child {
  margin-bottom: 0 !important;
}
.location-popup .stat-line span, .location-popup .lp-data .stat-line span span,
.location-non-popup .stat-line span {
  color: #2F343B !important;
  font-weight: 700;
  font-size: 14px !important;
  line-height: 1 !important;
  letter-spacing: 1 !important;
  margin-bottom: 8px !important;
  display: block;
}
.location-popup .stat-line p, .location-popup .lp-data .stat-line span p,
.location-non-popup .stat-line p {
  color: #2F343B !important;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 1 !important;
  letter-spacing: 1 !important;
  display: block;
}
.location-popup .funded-txt,
.location-popup .deployed-txt,
.location-non-popup .funded-txt,
.location-non-popup .deployed-txt {
  display: none;
  color: #2F343B;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1;
}

.location-popup.status-deployed .f-stat,
.location-popup.status-deployed .progress,
.location-popup.status-partly-funded .f-stat,
.location-popup.status-partly-funded .progress {
  display: none;
}

/* hard overwrite */
.stat-line span, .location-non-popup .lp-data .stat-line span span, .location-popup .lp-data .stat-line span span {
  margin: 0 !important;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "maaxmedium";
}

.t-btn {
  display: inline-block;
  color: #F6F6F2;
  font-weight: 700 !important;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  padding: 10px 20px 7px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  letter-spacing: 1px !important;
  border: 5px solid transparent;
}

.t-btn-primary {
  background-color: #9DB68D !important;
  color: #F6F6F2 !important;
}
.t-btn-primary:hover {
  background-color: #568b14 !important;
  color: #F6F6F2 !important;
  border-color: transparent !important;
}

.t-btn-primary-negative {
  background-color: #9DB68D !important;
  color: #F6F6F2 !important;
  border-color: #F6F6F2;
}
.t-btn-primary-negative:hover {
  background-color: #F6F6F2 !important;
  color: #9DB68D !important;
  border-color: transparent !important;
}

.t-btn-accent {
  background-color: #823E90 !important;
  color: #F6F6F2 !important;
}

.t-btn-accent-negative {
  background-color: #F6F6F2 !important;
  color: #823E90 !important;
}

.t-btn-big {
  padding: 11px 20px 7px 20px;
}

.progress, .progress-fully-funded {
  width: 100%;
  max-width: 550px;
  height: 30px;
  background: #0b0505;
  margin: 10px 0;
  border-radius: 8px;
}
.progress .percentage-bar, .progress .full-percentage-bar, .progress-fully-funded .percentage-bar, .progress-fully-funded .full-percentage-bar {
  height: 30px;
  background: #823E90;
  width: 1px;
  border-radius: 8px;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
}/*# sourceMappingURL=new_landing.css.map */