
.lcns_wrp .map-header {
  font-size: 60px;
}
.lcns_wrp .contact-bubble-mobile a {
  color: black;
  text-decoration: none;
  font-weight: normal;
}
.lcns_wrp .map-header .purple {
  color: #773DBD;
}

.lcns_wrp .address-bar {
  flex-flow: column;
  margin: 30px 15px 30px 0 !important;  
}
@media (min-width: 1500px) {
  .lcns_wrp .address-bar {
    width: calc(100% - 675px);
    max-width: 200px;
  }
}

.lcns_wrp .address-bubble {
  width: 100%!important;

  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 34px;
  border: 1px solid #878f99;
  padding: 9px 30px 9px 30px;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  font-family: 'Maven Pro', sans-serif;
  letter-spacing: 0;
  margin: 9px auto;
}

.lcns_wrp .address-bubble strong {
  font-weight: 900;
}

.lcns_wrp .address-bubble:hover,
.lcns_wrp .address-bubble.active {
  background: white;
  cursor: pointer;
}   
.lcns_wrp .address-bubble.active {
  background: white;
  cursor: pointer;
  border-color: #773dbd;
}   
.lcns_wrp .bubble-3.active {
color: #773dbd!important;
  font-weight: bold;
}
.lcns_wrp .address-bubble.active strong {
  color: #773dbd!important;
}  
.lcns_wrp .contact-map {
  width: 659px;
  min-width: 659px;
/*   height: 471px;    */
  height: auto; 
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1499px) {
  .lcns_wrp .contact-map {
    width: 525.75px;
    min-width: 525.75px;
  }
  .lcns_wrp .contact-map figure {
    margin-right: -30px;
  }
}

.lcns_wrp .pin {
  width: 12px;
  height: 18px;
  position: absolute;
  cursor: pointer;

}

.lcns_wrp .pin-active {
  opacity: 1;
  transform: scale(1.3);
  z-index: 2;
}



.lcns_wrp .pin-1 {
  top: 116px;
  left: 147px;
  /*top: 98px;
  left: 123px;*/
}

.lcns_wrp .pin-2 {
  top: 92px;
  left: 317px;
  /* top: 82px;
  left: 269px;*/
}

.lcns_wrp .pin-3 {
  top: 72px;
  left: 333px;
  width: 20px;
  height: 31px;
  /* top: 54px;
  left: 282px;*/
}



.lcns_wrp .pin-4 {
  top: 89px;
  left: 342px;
  /* top: 71px;
  left: 292px;*/
}

.lcns_wrp .pin-5 {
  top: 186px;
  left: 488px;
  /* top: 156px;
  left: 413px;*/
}

.lcns_wrp .pin-6 {
  top: 166px;
  left: 524px;
  /* top: 136px;
  left: 441px;*/
}

.lcns_wrp .pin-7 {
/*   top: 156px; */
/*   left: 447px; */
  top: 167px;
  left: 446px;
}
.lcns_wrp .pin-8 {  
  top: 155px;  
  left: 121px;  
}
@media (max-width: 1499px) {
  .lcns_wrp .pin-1 {  top: 97px;   left: 123px;  }
  .lcns_wrp .pin-2 {  top: 80px;   left: 268px;  }
  .lcns_wrp .pin-3 {  top: 54px;   left: 281px;  }
  .lcns_wrp .pin-4 {  top: 71px;   left: 290px;  }
  .lcns_wrp .pin-5 {  top: 156px;  left: 413px;  }
  .lcns_wrp .pin-6 {  top: 136px;  left: 441px;  }
/*   .lcns_wrp .pin-7 {  top: 125px;  left: 376px;  } */
  .lcns_wrp .pin-7 {  top: 137px;  left: 375px;  }
  .lcns_wrp .pin-8 {  top: 126px;  left: 101px;  }
}

.lcns_wrp .contact-bubble {
  position: absolute;
  font-size: 12px;
  border-radius: 45px;
  box-shadow: 0px 0px 12px #0000005a;
  background-color: rgba(255, 255, 255, 1);
  padding: 10px 25px 10px 25px;
  display: none;
  border: 1px solid #773DBD;
  z-index: 1;
}

.lcns_wrp .contact-bubble .row {
  align-items: center;
}

.lcns_wrp .contact-bubble .col-lg-5 {
  flex: 0 0 194px;
  max-width: 194px;
}

.lcns_wrp .contact-bubble .image {
  width: 163px;
  height: 163px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.lcns_wrp .contact-bubble .image img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}

.lcns_wrp .contact-bubble .contact {
  /*top: -6px;*/
  left: -20px;
  line-height: 23px;
}

.lcns_wrp .contact-bubble span {
  display: block;
}

.lcns_wrp .contact-bubble span.place,
.lcns_wrp .contact-bubble span.person,
.lcns_wrp .contact-bubble span.function {
  color: #773DBD;
  font-weight: bold;
}

.lcns_wrp .contact-bubble span.address {}


.lcns_wrp .contact-bubble span.email a {
  font-weight: normal;
  text-decoration: none!important;
  color: black!important;
}
.lcns_wrp .contact-bubble .anchor {
    position: absolute;
    top: -54px;
    left: 50%;
    height: 54px;
    border: 1px dashed #bea7da;
}

.lcns_wrp .contact-bubble .anchor .dots {}

.lcns_wrp .contact-bubble .anchor .dots .dot {
  background: #773DBD;
  width: 2px;
  height: 2px;
  margin: 4px auto;
}

.lcns_wrp .contact-bubble .anchor .anchor-point {
  width: 18px;
  height: 18px;
  border: 4px solid #773DBD;
  border-radius: 50%;
  background: #FFFFFF;
}

.lcns_wrp .contact-bubble.position-1 {
  top: 191px;
  left: 43px;
  /* top: 161px;
  left: 19px;*/
}

.lcns_wrp .contact-bubble.position-2 {
  top: 165px;
  left: 213.4px;
  /* top: 144px;
  left: 165.3px;*/
}

.lcns_wrp .contact-bubble.position-2 .image {
  width: 183px;
  height: 183px;
}

.lcns_wrp .contact-bubble.position-2 .col-lg-5 {
  flex: 0 0 224px;
  max-width: 224px;
}

.lcns_wrp .contact-bubble.position-3 {
    top: 160px;
    left: 243px;
  /* top: 138px;
  left: 192x;*/
}

.lcns_wrp .contact-bubble.position-4 {
  top: 163px;
  left: 236px;
  /* top: 138px;
  left: 187px;*/
}

.lcns_wrp .contact-bubble.position-5 {
    top: 59px;
    left: 384px;
    /* top: 23px;
  left: 309.5px;*/
}

.lcns_wrp .contact-bubble.position-5 .contact {
  left: -5px;
}

.lcns_wrp .contact-bubble.position-5 .col-lg-7 {
  flex: 0 0 380px;
  max-width: 380px;
  padding: 0;
}

.lcns_wrp .contact-bubble.position-5 .anchor {
  position: absolute;
  top: 75px;

}

.lcns_wrp .contact-bubble.position-6 {
  top: 37px;
  left: 420px;
  /* top: 3px;
  left: 359.5px;*/
}

.lcns_wrp .contact-bubble.position-6 .anchor {
  position: absolute;
  top: 75px;

}

.lcns_wrp .contact-bubble.position-6 .col-lg-7 {
  flex: 0 0 310px;
  max-width: 310px;
}

.lcns_wrp .contact-bubble.position-7 .anchor {
  position: absolute;
  top: 75px;

}

.lcns_wrp .contact-bubble.position-7 {
/*   top: 27px; */
/*   left: 345px; */
  top: 34px;
  left: 343px;
}

.lcns_wrp .contact-bubble.position-8 .anchor {
  position: absolute;
  top: 75px;

}

.lcns_wrp .contact-bubble.position-8 {
  top: 21px;
  left: 11px;
  /* top: -9px;
  left: 274px;*/
}

@media (max-width: 1499px) {
  .lcns_wrp .contact-bubble.position-1 {  top: 161px; left: 18.3px;  }
  .lcns_wrp .contact-bubble.position-2 {  top: 144px; left: 164.3px;  }
  .lcns_wrp .contact-bubble.position-3 {  top: 138px; left: 191px;  }
  .lcns_wrp .contact-bubble.position-4 {  top: 144px; left: 184px;  }
  .lcns_wrp .contact-bubble.position-5 {  top: 23px;  left: 309.5px;  }
  .lcns_wrp .contact-bubble.position-6 {  top: 3px;   left: 359.5px;  }
  .lcns_wrp .contact-bubble.position-7 {  top: -9px;  left: 273px;  }
  .lcns_wrp .contact-bubble.position-7 .anchor { height: 66px; }
  .lcns_wrp .contact-bubble.position-8 {  top: -6px;  left: -8.5px;  }
}



@media (max-width: 1279px) {
  .lcns_wrp .contact-bubble-mobile {
    font-size: 16px;
    border-radius: 30 !important;
    display: block!important;
    box-shadow: none;
    opacity: 0.8;
    background: #FFFFFF;
    padding: 16px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #773DBD;
    border-radius: 35px;
    margin: 14px auto;
    color: #773DBD;
    font-weight: bold;
  }


  .lcns_wrp .bubble-mobile-hide {
    display: none;
  }

  .lcns_wrp .address-bar .col-4 {
    padding: 0;
  }


  .lcns_wrp .address-bubble {
    width: 109px;

    background: #ffffff 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 24px;
    padding: 8px 13px 8px 13px;
    color: #000000;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    font-family: 'Maven Pro', sans-serif;
    letter-spacing: 0;
    margin: 9px auto;
    border-color: #878181;
  }

  .lcns_wrp .contact-map {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
    min-height: 250px;
  }

  .lcns_wrp .pin {
    display: none;
  }

  .lcns_wrp .contact-bubble {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    font-size: 16px;
    right: 0;
    border-radius: 30 !important;
    box-shadow: none;
    opacity: 0.8;
    background: #FFFFFF;
    padding: 16px;
    display: none;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
  }

  .lcns_wrp .contact-bubble .image {
    width: 136px;
    height: 136px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
  }

  .lcns_wrp .contact-bubble .col-lg-5,
  .lcns_wrp .contact-bubble .col-lg-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .lcns_wrp .contact-bubble.position-2 .image {
    width: 136px;
    height: 136px;
  }

  .lcns_wrp .contact-bubble .col-lg-5,
  .lcns_wrp .contact-bubble.position-5 .col-lg-7,
  .lcns_wrp .contact-bubble.position-2 .col-lg-5,
  .lcns_wrp .contact-bubble.position-6 .col-lg-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .lcns_wrp .contact-bubble .anchor {
    display: none;
  }

  .lcns_wrp .contact-bubble .contact {
    left: 0;
    top: 15px;
  }
}

@media (min-width: 1280px) {


  .lcns_wrp .contact-bubble-mobile {
    display: none;
  }

  .lcns_wrp .address-bubble {
    width: 85px;
    background: #ffffff 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 25px;
    padding: 5px 5px 5px 5px;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    font-family: 'Maven Pro', sans-serif;
    letter-spacing: 0;
    margin: 5px auto;
  }
}


@media (min-width: 1500px) {
  .lcns_wrp .address-bubble {
    width: 95px;
    background: #ffffff 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 25px;
    padding: 5px 5px 5px 5px;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    font-family: 'Maven Pro', sans-serif;
    letter-spacing: 0;
    margin: 5px auto;
  }
}



.lcns_wrp {
}

.lcns_wrp > .container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}

.lcns_wrp > .container-fluid > .row {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}

.lcns_wrp .d-des {
}

.lcns_wrp .lac_cntnt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  background: #F3F3F3;
}

@media (min-width: 768px) {
  .lcns_wrp .lac_cntnt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .lcns_wrp .lac_cntnt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}

.lcns_wrp .d-des {
  display: none!important;
}

.lcns_wrp .lac_cntnt {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .lcns_wrp .lac_cntnt {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .lcns_wrp .d-des {
    display: block!important;
  }

  .lcns_wrp .d-mob {
    display: none!important;
  }
}

.lcns_wrp .lac_cntnt h4 {
  margin: 0;
  background: -o-linear-gradient(340.42deg,#783cbe 8.23%,#4a52c7 73.32%,#4a52c7 73.32%);
  background: linear-gradient(109.58deg,#783cbe 8.23%,#4a52c7 73.32%,#4a52c7 73.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  padding-bottom: 27px;
}

.lcns_wrp .lac_cntnt h5 {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.lcns_wrp .lac_cntnt h6 {
  margin: 0;
  font-size: 44px;
  line-height: 52.8px;
  font-weight: 600;
  padding-bottom: 32px;
}

.lcns_wrp strong {
  font-weight: 600;
}

.lcns_wrp .rgtmap_sec {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .lcns_wrp .rgtmap_sec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .lcns_wrp .rgtmap_sec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}

.lcns_wrp .rgtmap_sec {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important;
}

@media (min-width: 768px) {
  .lcns_wrp .rgtmap_sec {
    padding-right: 3rem!important;
    padding-left: 3rem!important;
  }
}

.lcns_wrp .rgtmap_sec h2.title__lg {
  text-align: left;
}

.lcns_wrp .rgtmap_sec .justify-content-center {
  -webkit-box-pack: space-between!important;
  -ms-flex-pack: space-between!important;
  justify-content: space-between!important;
}

.lcns_wrp .col-lg-2-spec {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

@media (min-width: 768px) {
  .lcns_wrp .col-lg-2-spec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media (min-width: 992px) {
  .lcns_wrp .col-lg-2-spec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

.lcns_wrp .col-lg-2-spec {
  text-align: center!important;
}

@media (min-width: 1280px) {
  .lcns_wrp .col-lg-2-spec {
    text-align: center!important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
/*     width: 13.666667%; */
    width: 100%;
  }
}

@media (min-width: 1500px) {
  .lcns_wrp .col-lg-2-spec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
/*     width: 13.666667%; */
    width: 100%;
  }
}

.lcns_wrp .contact-bubble {
  text-align: center;
}

.lcns_wrp .d-mob.lac_cntnt h6 {
  font-size: 24px;
  line-height: 52.8px;
  font-weight: 600;
  padding-bottom: 32px;
}

.lcns_wrp .d-mob.lac_cntnt p:last-of-type {
    margin-bottom: 0px;
}
.lcns_wrp .contact-bubble.position-1:before,
.lcns_wrp .contact-bubble.position-2:before,
.lcns_wrp .contact-bubble.position-3:before,
.lcns_wrp .contact-bubble.position-4:before{
    content: "";
    width: 18px;
    height: 18px;
    background-color: white;
    border-radius 50px;
    border-color: 5px purple solid;
    border-radius: 50px;
    border-color: yellow 5px solid;
    position: absolute;
    border: 4px solid #773DBD;
    top: -9px;
    left: calc(50% - 8px);
  z-index: 1;
}
.lcns_wrp .contact-bubble.position-5:before,
.lcns_wrp .contact-bubble.position-6:before,
.lcns_wrp .contact-bubble.position-7:before,
.lcns_wrp .contact-bubble.position-8:before {
    content: "";
    width: 18px;
    height: 18px;
    background-color: white;
    border-radius 50px;
    border-color: 5px purple solid;
    border-radius: 50px;
    border-color: yellow 5px solid;
    position: absolute;
    border: 4px solid #773DBD;
    bottom: -9px;
    left: calc(50% - 8px);
    z-index: 1;
}
