.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
@media (max-width: 480px) {
  [data-tippy-root] {
    max-width: calc(100vw - 30px);
  }
}

.tippy-box {
  position: relative;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
  padding: 5px;
  /*box-shadow: 5px 5px 30px 0 rgba(47, 54, 79, 0.1);*/
  box-shadow: 5px 5px 15px 0 rgba(47, 54, 79, 0.2);
  border-radius: 12px;
  border: 1px solid #fe5000;
}
@media (max-width: 480px) {
  .tippy-box {
    padding: 5px;
  }
}
.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^=top] > .tippy-arrow:before {
  /*      bottom: -7px;
        left: 0;
        border-width: 8px 8px 0;
        border-top-color: initial;
        transform-origin: center top;*/
  left: 0;
  background-image: url(../img/icons/shevron-bottom.svg);
  background-size: cover;
  background-position: center center;
  width: 18px;
  top: 31px;
  height: 13px;
  background-repeat: no-repeat;
  border-width: 0;
}
@media (max-width: 480px) {
  .tippy-box[data-placement^=top] > .tippy-arrow:before {
    top: 22px;
  }
}
.tippy-box[data-placement^=top] > .tippy-arrow:after {
  content: "";
  top: 16px;
  left: 0;
  transform-origin: center bottom;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #fe5000;
  border-top: 1px solid #fff;
  border-bottom: none;
}
@media (max-width: 480px) {
  .tippy-box[data-placement^=top] > .tippy-arrow:after {
    height: 7px;
  }
}
.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  left: 0;
  background-image: url(../img/icons/shevron-top.svg);
  background-size: cover;
  background-position: center center;
  width: 2px;
  top: -30px;
  height: 13px;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .tippy-box[data-placement^=bottom] > .tippy-arrow:before {
    top: -20px;
  }
}
.tippy-box[data-placement^=bottom] > .tippy-arrow:after {
  content: "";
  top: -19px;
  left: 0;
  transform-origin: center bottom;
  position: absolute;
  width: 16px;
  height: 19px;
  background: #fff;
  border: 1px solid #fe5000;
  border-bottom: 1px solid #fff;
  border-top: none;
}
@media (max-width: 480px) {
  .tippy-box[data-placement^=bottom] > .tippy-arrow:after {
    height: 8px;
    top: -9px;
  }
}
.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}
.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}
.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #fff;
}
.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  .tippy-content {
    font-size: 13px;
  }
}

.tippy, .tippy290, .tippy310 {
  cursor: pointer;
}
.tippy:hover rect, .tippy290:hover rect, .tippy310:hover rect {
  fill: rgba(254, 80, 0, 0.3);
}
.tippy:hover circle, .tippy290:hover circle, .tippy310:hover circle {
  fill: #fff !important;
  position: relative;
  z-index: 999999;
}
.tippy rect.hovered, .tippy290 rect.hovered, .tippy310 rect.hovered {
  fill: rgba(254, 80, 0, 0.3) !important;
}

.m1b-frontg11, .m2b-front1g, .m2b-inside12g, .m2b-inside2g2, .m3b-frontg1, .m3b-inside1g4, .m3b-inside2g2, .m4b-frontg4,
.m4b-inside-1g2, .m4b-inside2g2, .m1binsideg9 {
  margin-top: 10px !important;
}
.m1b-frontg11 .tippy-arrow, .m2b-front1g .tippy-arrow, .m2b-inside12g .tippy-arrow, .m2b-inside2g2 .tippy-arrow, .m3b-frontg1 .tippy-arrow, .m3b-inside1g4 .tippy-arrow, .m3b-inside2g2 .tippy-arrow, .m4b-frontg4 .tippy-arrow,
.m4b-inside-1g2 .tippy-arrow, .m4b-inside2g2 .tippy-arrow, .m1binsideg9 .tippy-arrow {
  left: -2px !important;
}
.m1b-frontg11 .tippy-arrow:before, .m2b-front1g .tippy-arrow:before, .m2b-inside12g .tippy-arrow:before, .m2b-inside2g2 .tippy-arrow:before, .m3b-frontg1 .tippy-arrow:before, .m3b-inside1g4 .tippy-arrow:before, .m3b-inside2g2 .tippy-arrow:before, .m4b-frontg4 .tippy-arrow:before,
.m4b-inside-1g2 .tippy-arrow:before, .m4b-inside2g2 .tippy-arrow:before, .m1binsideg9 .tippy-arrow:before {
  top: -20px !important;
}
.m1b-frontg11 .tippy-arrow:after, .m2b-front1g .tippy-arrow:after, .m2b-inside12g .tippy-arrow:after, .m2b-inside2g2 .tippy-arrow:after, .m3b-frontg1 .tippy-arrow:after, .m3b-inside1g4 .tippy-arrow:after, .m3b-inside2g2 .tippy-arrow:after, .m4b-frontg4 .tippy-arrow:after,
.m4b-inside-1g2 .tippy-arrow:after, .m4b-inside2g2 .tippy-arrow:after, .m1binsideg9 .tippy-arrow:after {
  height: 8px !important;
  top: -9px !important;
}

@media (max-width: 768px) {
  .m1binsideg11, .m2b-inside2g5, .m4b-inside2g5 {
    margin-top: 20px !important;
  }
}

@media (max-width: 576px) {
  .m1binsideg21, .m2b-inside2g15, .m4b-inside2g16 {
    margin-top: 10px !important;
  }
}

.m1b-frontg1, .m2b-front2g, .m3b-frontg2, .m4b-frontg3 {
  margin-left: -2px !important;
  margin-top: 20px !important;
}

.m2b-inside11g,
.m3b-inside1g3,
.m4b-inside-1g1 {
  margin-bottom: -50px !important;
}

.m2b-inside14g {
  margin-bottom: -30px !important;
}

.m2b-inside16g,
.m2b-inside17g,
.m2b-inside18g,
.m2b-inside2g33,
.m4b-inside-1g5 {
  margin-bottom: -20px !important;
}
@media (max-width: 768px) {
  .m2b-inside16g,
  .m2b-inside17g,
  .m2b-inside18g,
  .m2b-inside2g33,
  .m4b-inside-1g5 {
    margin-bottom: 0 !important;
  }
}

.panelg1,
.panelg5,
.panelg8,
.panelg9,
.panelg12,
.panelg15,
.panelg16,
.panelg17 {
  margin-bottom: 20px !important;
}

.m3b-inside2g1 {
  margin-bottom: 10px !important;
}

.powerg1, .powerg2 {
  margin-top: 40px !important;
}

.powerg3,
.panelg2,
.panelg3,
.panelg4,
.panelg6,
.panelg7,
.panelg10,
.panelg11,
.panelg13,
.panelg14 {
  margin-top: 25px !important;
}

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