.interactive-illustration {
  position: relative;
  background: transparent;
  /* padding-top: 52px;
  padding-bottom: 70px; */
}

/* .interactive-illustration::before {
  content: "";
  width: 100%;
  height: 4.26vw;
  background-image: url(/wp-content/themes/oldways/img/interactive-illustration-shape-bg-mob.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -4.26vw;
  left: 0;
} */

.interactive-illustration .interactive-illustration-in {
  max-width: 1366px;
  padding-left: 27px;
  padding-right: 34px;
}

.interactive-illustration .interactive-illustration-in::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #eceae4;
  z-index: 9;
  opacity: 0.5;
  visibility: hidden;
}

.interactive-illustration.modal-active .interactive-illustration-in::before {
  visibility: visible;
}

.interactive-illustration h1.heading,
.interactive-illustration h2.heading,
.interactive-illustration h3.heading,
.interactive-illustration h4.heading,
.interactive-illustration h5.heading,
.interactive-illustration h6.heading {
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  color: #3a3a3a;
  margin: 0 0 30px;
}

.interactive-illustration h1.heading span,
.interactive-illustration h2.heading span,
.interactive-illustration h3.heading span,
.interactive-illustration h4.heading span,
.interactive-illustration h5.heading span,
.interactive-illustration h6.heading span {
  color: #13837c;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.interactive-illustration .interactive-illustration-area {
  max-width: 100%;
  margin: 0 auto 0px;
  position: relative;
  display: inline-block;
  float: right;
}

.interactive-illustration .interactive-illustration-area img {
  width: 100%;
  height: auto;
}

.interactive-illustration .notes .note {
  position: absolute;
}

.interactive-illustration .notes .note .note-button {
  width: 22px;
  height: 22px;
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 2px solid #fff;
}

.interactive-illustration .notes .note .note-button::before {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: "\2b";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "FontAwesome";
  font-size: inherit;
  font-weight: 900;
  line-height: 100%;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  bottom: 1px;
}

.interactive-illustration .notes .note .note-button.active {
  background: #000;
}

.interactive-illustration .notes .note .note-button.active::before,
.interactive-illustration .notes .note .note-content .close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.interactive-illustration .notes .note .note-content {
  position: absolute;
  top: 0;
  visibility: hidden;
}

.interactive-illustration .notes .note .note-content .close {
  width: 32px;
  height: 32px;
  background: #000;
  padding: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 12px;
}

.interactive-illustration .notes .note .note-content .close::before {
  width: 12px;
  height: 11px;
  background: url(../images/sign-minus.svg) no-repeat 0 0;
  /* background: url(../images/sign-plus.svg)
    no-repeat 0 0; */
  position: absolute;
  content: "";
}

.interactive-illustration .notes .note .note-content.active {
  visibility: visible;
}

.interactive-illustration .notes .note .note-content P {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000;
}

.interactive-illustration .copyright-note {
  max-width: 270px;
}

.interactive-illustration .copyright-note p {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: -0.2px;
  color: #3a3a3a;
}

/* 
  .interactive-illustration::before {
    content: "";
    width: 100%;
    height: 3vw;
    background-image: url(/wp-content/themes/oldways/img/interactive-illustration-shape-bg-desk.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -3vw;
    left: 0;
  } */

.interactive-illustration .interactive-illustration-in {
  padding-left: 95px;
  padding-right: 95px;
}

.interactive-illustration .interactive-illustration-in::before,
.interactive-illustration .notes .note .note-content .close {
  display: none;
}

.interactive-illustration h1.heading,
.interactive-illustration h2.heading,
.interactive-illustration h3.heading,
.interactive-illustration h4.heading,
.interactive-illustration h5.heading,
.interactive-illustration h6.heading {
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 63px;
}

.interactive-illustration .interactive-illustration-area {
  margin: 0 auto 0px;
  width: 100%;
}

.interactive-illustration .notes .note {
  position: absolute;
}

.interactive-illustration .notes .note .note-content {
  position: absolute;
  top: -82px;
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  pointer-events: none;
  z-index: 1;
  align-items: center;
}

.interactive-illustration .notes .note .note-content.active {
  visibility: visible;
}

.interactive-illustration .notes .note .note-content .note-content-in {
  max-width: 175px;
  -webkit-transition: opacity 0.2s ease-out 0.2s,
    -webkit-transform 0.3s ease-out 0.1s;
  transition: opacity 0.2s ease-out 0.2s, transform 0.3s ease-out 0.1s;
  transition: opacity 0.2s ease-out 0.2s, transform 0.3s ease-out 0.1s,
    -webkit-transform 0.3s ease-out 0.1s;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.interactive-illustration .notes .note .note-content.start .note-content-in {
  opacity: 1;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.interactive-illustration .notes .note .note-content h3 {
  font-size: 18px;
  line-height: 1;
  margin: 10px 0 0px;
  color: var(--themecolor);
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.interactive-illustration .notes .note .note-content P {
  font-size: 16px;
  line-height: 21px;
}

.interactive-illustration .notes .note .note-content .line {
  width: 100%;
  position: relative;
  top: -2px;
  border-top: 1.5px dashed #ffffff;
  height: 0;
  display: block;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}

.interactive-illustration .notes .note .note-content .line::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: -5px;
  content: "";
}

.interactive-illustration .notes .note.left .note-content {
  max-width: 385px;
  width: 15vw;
  right: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.interactive-illustration .notes .note.left .note-content .line {
  width: 0;
  right: 0;
}

.interactive-illustration .notes .note.left .note-content .line::before {
  left: 0;
}

.interactive-illustration .notes .note.left .note-content .note-content-in {
  margin-right: 16px;
}

.interactive-illustration .notes .note.left .note-content.start .line,
.interactive-illustration .notes .note.right .note-content.start .line {
  width: calc(100% - 191px);
}

.interactive-illustration .notes .note.right .note-content {
  max-width: 465px;
  width: 34vw;
  left: 32px;
}

.interactive-illustration .notes .note.right .note-content h3 {
  font-size: 24px;
  line-height: 31px;
}

.interactive-illustration .notes .note.right .note-content .note-content-in {
  margin-left: 16px;
}

.interactive-illustration .notes .note.right .note-content .line {
  width: 0;
  left: 0;
}

.interactive-illustration .notes .note.right .note-content .line::before {
  right: 0;
}

.interactive-illustration .notes .note.bottom .note-content,
.interactive-illustration .notes .note.top .note-content {
  max-width: 250px;
  width: 19vw;
  padding-left: 0;
  left: 0;
  top: 32px;
}

.interactive-illustration .notes .note.top .note-content .note-content-in {
  padding-top: 5.5vw;
}

.interactive-illustration .notes .note.top .note-content .line {
  width: 0 !important;
  height: 0;
  border-top: 0;
  border-left: 1.5px dashed #000;
  left: 16px;
  top: -75%;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}

.interactive-illustration .notes .note.top .note-content .line::before {
  right: -4px;
  top: 0;
}

.interactive-illustration .notes .note.bottom .note-content.start .line,
.interactive-illustration .notes .note.top .note-content.start .line {
  height: 5vw;
}

.interactive-illustration .notes .note.bottom .note-content .note-content-in {
  padding-top: 5.5vw;
}

.interactive-illustration .notes .note.bottom .note-content .line {
  width: 0 !important;
  height: 0;
  border-top: 0;
  border-left: 1.5px dashed #000;
  left: 16px;
  top: 0;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}

.interactive-illustration .notes .note.bottom .note-content .line::before {
  right: -4px;
  top: auto;
  bottom: 0;
}

.interactive-illustration .copyright-note p,
.interactive-illustration .notes .note p {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: -0.2px;
}

.interactive-illustration .copyright-note p {
  color: #3a3a3a;
}

/* update  */
/* .note.left {
  left: 12.739%;
  top: 10.819%;
} */
.note.right {
  right: 25%;
  top: 20%;
}

.interactive-illustration-area>.img-wrap {
  height: 481px;
  width: 554px;
  max-width: 554px;
  float: right;
}

.interactive-illustration-area>.img-wrap>img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.map-wrap {
  height: 160px;
  width: 160px;
  max-width: 160px;
  border-radius: 100%;
  overflow: hidden;
  padding: 10px;
  border: 2px solid #ffffff;
}

.map-wrap>img,
.map-wrap>iframe {
  max-width: 100%;
  border-radius: 100%;
  width: 100%;
  max-height: 100%;
}

/* position */
.note.left.location-1 {
  right: 442px;
  top: 28.819%;
}

.note.left.location-2 {
  right: 415px;
  top: 28.5%;
}

.note.left.location-3 {
  right: 370px;
  top: 29%;
}

.note.left.location-4 {
  right: 325px;
  top: 27%;
}

.note.left.location-5 {
  right: 300px;
  top: 28.819%;
}

.note.left.location-6 {
  right: 270px;
  top: 23.819%;
}

.note.left.location-7 {
  right: 220px;
  top: 19.819%;
}

.note.left.location-8 {
  right: 193px;
  top: 19.819%;
}

.note.left.location-9 {
  right: 305px;
  top: 47.819%;
}

.note.left.location-10 {
  right: 305px;
  top: 43.819%;
}

.note.left.location-11 {
  right: 273px;
  top: 48.819%;
}

.note.left.location-12 {
  right: 276px;
  top: 43.819%;
}

.note.left.location-13 {
  right: 246px;
  top: 48.819%;
}

.note.left.location-14 {
  right: 246px;
  top: 45.819%;
}

.note.left.location-15 {
  right: 246px;
  top: 40.819%;
}

.note.left.location-16 {
  right: 315px;
  top: 55%;
}

.note.left.location-17 {
  right: 225px;
  top: 47.819%;
}

.note.left.location-18 {
  right: 222px;
  top: 43%;
}

.note.left.location-19 {
  right: 225px;
  top: 37.819%;
}

.note.left.location-20 {
  right: 235px;
  top: 34%;
}

.note.left.location-21 {
  right: 252px;
  top: 36%;
}

.note.left.location-22 {
  right: 209px;
  top: 33%;
}

.note.left.location-23 {
  right: 209px;
  top: 51%;
}

.note.left.location-24 {
  right: 194px;
  top: 48%;
}

.note.left.location-25 {
  right: 187px;
  top: 54%;
}

.note.left.location-26 {
  right: 170px;
  top: 50%;
}

*/
/* position */

/* update  */