.solo{
  width: 92%;
  margin: 0 auto;
  margin-bottom: 4%;
  padding-top: 8%;
}
.solo_sta1 .x8{
  padding-left: 3%;
}
.solo_sta1 .x8 h1{
  font-family: inter;
  font-size: 4.5vw;
  line-height: 2vw;
  font-weight:800;
  color: #56D873;
}
.solo_sta1 .x8 h2{
  font-family: inter;
  font-size: 4.5vw;
  
  font-weight:800;
  color: #000;
}
.solo_sta1 .x8 h3{
  font-family: inter;
  font-size: 1vw;
  line-height: 1.2;
  margin-top: 5%;
  width: 76%;
}
.solo_sta1 .x4 img{
  width: 50%;
}


.mexiwave .char {
  -webkit-animation: wave 1s calc(var(--char-index) * 0.2s) ease infinite;
          animation: wave 1s calc(var(--char-index) * 0.2s) ease infinite;
}
@-webkit-keyframes wave {
  50% {
    transform: translate(0, -20%);
  }
}
@keyframes wave {
  50% {
    transform: translate(0, -20%);
  }
}

.waa h3 .char{
	animation: slide-in .75s cubic-bezier(.5, 0, .5, 1) both;
	animation-delay: calc(.25s + (20ms * var(--char-index)));
}
@keyframes slide-in {
	from {
	transform: translateX(-3em) translateY(-1.5em) rotate(-135deg) scale(0.5);
	opacity: 0;
	}
}



.solo_imgs{
  margin-top: 7%;
}
.solo_imgs img{
  width: 100%;
}
.solo_imgs1{
  float: right;
  width: 8%;
  margin-bottom: 2%;
}
.solo_swp{
  width: 92%;
  margin: 0% auto;
  position: relative;
  height: 43vw;
  overflow: hidden;
}
.solo_swp_ul{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.solo_swp_ul.active {
  opacity: 1;
}
.solo_swp_tit{
  display: flex
;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1%;
  border-bottom: 1px solid #144525;
  ;
}
.solo_swp_tit h1{
  text-transform: capitalize;
  font-size: 2.6vw;
  font-weight: 600;
  font-family: inter
}
.solo_swp_tit h2{
  color: #144525;
  font-size: 1.5vw;
  font-weight: 600;
  font-family: inter
}
.solo_swp_info{
  margin-top: 4%;
}
.swp_info_left{
  padding: 2% 0%;
  padding-left: 5%;
  padding-right: 14%;
  
}
.swp_info_left h1{
  font-size: 1.4vw;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 8%;
  color: #000;
  font-family: inter
}
.swp_info_left h2{
  font-size: 0.9vw;
  color: #585858;
  line-height: 1.4;
  text-transform: capitalize;
  margin-bottom: 11%;
  font-family: inter
}
.swp_info_left h3{
  padding-left: 10%;
  text-transform: capitalize;
  font-weight: 550;
  font-size: 1.2vw;
  line-height: 2;
  font-family: inter;
  color: #000;
}
.swp_info_right img{
  width: 88%;
}
.solo_swp_nav{
  width: 94%;
  margin: 1.1% auto;
  margin-bottom: 1.5% !important;
}
.solo_swp_nav ul{
  display: flex;
}
.solo_swp_nav ul li{
  margin-right: 1vw;
  color: #A8A8A8;
  font-size: 0.8vw;
  text-transform: capitalize;
  font-weight: 550;
  font-family: inter;
  cursor: pointer;
}
.solo_swp_nav ul li.active{
  color: #000;
}