.sec-video-full + .sec-location{
  padding-top: 0;
}
.location-text{
  margin-top: 2.4rem;
  padding-left: 2.2rem;
}
.location-text .h3{
  margin-bottom: 2.2rem;
}
.location-tab-list li{
  margin-bottom: 1.6rem;
}
.location-tab-list li:last-child{
  margin-bottom: 0;
}
.location-tab-link{
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: var(--dark-black);
  font-weight: 500;
}
.location-tab-icon{
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1.6rem;
  background: #F1F1F1;
  border-radius: 1rem 0 1rem;
}
.location-tab-list li.active .location-tab-icon{
  background: var(--dark-black);
}
.location-tab-list li.active .location-tab-icon img{
  -webkit-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
}
.location-outer{
  margin-top: -6rem;
  padding-right: 4.5rem;
  position: relative;
}
.location-body{
  position: relative;
  z-index: 1;
}
.location-body::after{
  position: absolute;
  content: "";
  top: -1.2rem;
  right: -1.2rem;
  width: 100%;
  height: 100%;
  border: 0.14rem solid var(--gold);
  border-radius: 3.4rem 0 3.4rem 0;
}
.location-info{
  display: none;
}
.location-info.active{
  display: block;
}
.location-info img{
  width: 100%;
  height: auto;
  border-radius: 3.4rem 0 3.4rem 0;
}
.location-outer .square-shape-outer {
  position: absolute;
  transform: rotate(-90deg);
  left: auto;
  right: -1.6rem;
  top: 20.8rem;
}
.location-outer .square-shape::after,
.location-outer .square-shape::before{
  background: var(--white);
}
@media(min-width:1200px) and (max-width:1215.98px){
  .location-outer {
    margin-top: -5rem;
    padding-right: 3.5rem;
  }
  .location-outer .square-shape-outer {
    right: -2.6rem;
    top: 19.1rem;
  }
  .location-text .h3 {
    margin-bottom: 1.2rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .location-outer {
    margin-top: -4rem;
    padding-right: 3.5rem;
  }
  .location-outer .square-shape-outer {
    right: -2.6rem;
    top: 16.7rem;
  }
  .location-text {
    margin-top: 2rem;
  }
  .location-text .h3 {
    margin-bottom: 1.6rem;
  }
  .location-tab-list li {
    margin-bottom: 1.2rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sec-video-full + .sec-location {
    padding-top: 3.2rem;
  }
  .sec-location .hide{
    display: block;
  }
  .sec-location .desktop{
    display: none;
  }
  .location-outer {
    padding-right: 0;
    position: relative;
    margin-top: 3.2rem;
  }
  .location-body::after{
    content: none;
  }
  .location-outer .square-shape-outer {
    display: none;
  }
  .location-text {
    margin-top: 3.2rem;
    padding-left: 3.2rem;
  }
}
@media(max-width:767.98px){
  .sec-video-full + .sec-location {
    padding-top: 2rem;
  }
  .location-outer {
    margin-top: 0;
    padding-right: 0;
    margin: 1.9rem -1.5rem 0;
  }
  .location-body::after{
    content: none;
  }
  .location-outer .square-shape-outer {
    display: none;
  }
  .location-text {
    margin-top: 2.2rem;
    padding-left: 1.4rem;
  }
  .location-text .subtitle{
    font-size: 1.8rem;
    line-height: 2.8rem;
    letter-spacing: 0.72px;
  }
}