.scene-container canvas {min-height: 500px;cursor: grabbing;}
.scene-container{clip-path: circle(47% at 50% 50%);}
[data-globe-viz] {
  width: 550px;
  height: 600px;
  position: relative;
}

.interactive-earth__marker-label .btn-close{
  opacity: 0.6;
  transition: .3s all ease-in-out;
}
.interactive-earth__marker-label .btn-close:hover{
  opacity: 1;
}

.interactive-earth .config-text {
  position: relative;
  z-index: 2
}
/*
.interactive-earth .scene-container {
right: 0;
bottom: -6rem;
position: absolute!important;
min-height: 65rem;
}
*/
.interactive-earth__tab {
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  padding: calc(var(--sm-3) - .4rem) var(--sm-3);
  background: var(--base-5);
  border-radius: 40px;
  opacity: .5;
  transition: opacity .3s;
  border: none;
  flex: 0 0 auto;
  color: var(--base-1);
}
.interactive-earth__tab:hover {
  background: var(--base-3)
}
.interactive-earth__tab.active {
  opacity: 1;
  color: var(--base-1)
}
.interactive-earth__description-label {
  width: 28.5rem;
  height: auto;
  position: absolute;
  bottom: 11%;
  left: -60%;
  background: var(--primary-2);
  color: var(--base-5);
  display: none;
  z-index: 4;
  clip-path: polygon(100% 0,100% 89%,87% 100%,0 100%,0 0);
}
.interactive-earth__marker-wrapper {
  position: absolute;
  transform: translate(-50%,-50%);
  pointer-events: all;
  cursor: pointer;
  z-index: 4!important
}
.interactive-earth__marker {
  position: relative;
  transition: transform .3s
}
.interactive-earth__marker:hover {
  transform: scale(1.3)
}
.interactive-earth__marker::before {
  content: url("/~/media/Images/I/inchcape/Universal/icons/pin-location-icon");
  position: absolute;
  top: -25px;
  left: -7px
}
.interactive-earth .accordion__button {
  border: solid 1px var(--base-5);
  border-left: none;
  border-right: none;
  background-color: var(--primary-2);
  color: var(--primary-1);
  border-bottom: 0
}
.interactive-earth .accordion__button.collapsed {
  background-color: transparent;
  color: var(--base-5)
}
.interactive-earth .accordion__content {
  background-color: var(--primary-2);
  color: var(--primary-1);
  transition: .3s all ease-in-out;
}

@media (max-width:1199.98px) {
  .interactive-earth__total-revenue {
    display: flex;
  }
}

@media (max-width:991.98px) {
  .interactive-earth__countryTabs {
    overflow-x: auto;
    scrollbar-width: none
  }
  .interactive-earth__countryTabs::-webkit-scrollbar {
    display: none
  }
}

@media (min-width:1200px) {
.interactive-earth.pt-lg-1 {padding-top:0px;}
}
/*
.interactive-earth .scene-container{
clip-path: circle(26.64% at 80.10% 48.42%);
}
@media (min-width:1400px) {
.interactive-earth .scene-container{
clip-path: circle(24.64% at 80.10% 48.42%);
}
}
*/
.interactive-earth__mobile-description-label .accordion__content {
  margin-top: 0;
}

.interactive-earth__mobile-description-label .accordion__body img{
  width: 4rem;
  border: 1px solid var(--base-5);
}
.interactive-earth__marker-label img{
  width: 3.2rem;
  border: 1px solid var(--base-5);
}

.interactive-earth__marker-label a {
  display:none;
}

.interactive-earth .interactive-earth__mobile-description-label .cta--text-link{
  display:none;
}
