/* Social Wall */
.r2g-social-wall-main-strip .feed-item::before {
  z-index:1

}
.r2g-social-wall-main-strip .feed-item>a::before {
  content:'';
  position:static;
  display:block;
  width:100%;
  height:0;
  padding-top:100%

}
.r2g-social-wall-main-strip .feed-item>a img,
.r2g-social-wall-main-strip .feed-item>a video {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  object-fit:cover

}
.r2g-social-wall-main-strip .feed-item {
  margin-top:auto;
  margin-bottom:auto;
  position:relative;
  border-radius: 6px;
  overflow: hidden;

}
.r2g-social-wall-main-strip .feed-item::after {
  content:"";
  width:20px;
  height:20px;
  position:absolute;
  bottom:15px;
  right:15px;
  background-image:url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.8 0.00488281H14.2C17.4 0.00488281 20 2.60488 20 5.80488V14.2049C20 15.7431 19.3889 17.2184 18.3012 18.3061C17.2135 19.3938 15.7383 20.0049 14.2 20.0049H5.8C2.6 20.0049 0 17.4049 0 14.2049V5.80488C0 4.26663 0.61107 2.79137 1.69878 1.70366C2.78649 0.615953 4.26174 0.00488281 5.8 0.00488281ZM5.6 2.00488C4.64522 2.00488 3.72955 2.38417 3.05442 3.0593C2.37928 3.73443 2 4.6501 2 5.60488V14.4049C2 16.3949 3.61 18.0049 5.6 18.0049H14.4C15.3548 18.0049 16.2705 17.6256 16.9456 16.9505C17.6207 16.2753 18 15.3597 18 14.4049V5.60488C18 3.61488 16.39 2.00488 14.4 2.00488H5.6ZM15.25 3.50488C15.5815 3.50488 15.8995 3.63658 16.1339 3.871C16.3683 4.10542 16.5 4.42336 16.5 4.75488C16.5 5.0864 16.3683 5.40435 16.1339 5.63877C15.8995 5.87319 15.5815 6.00488 15.25 6.00488C14.9185 6.00488 14.6005 5.87319 14.3661 5.63877C14.1317 5.40435 14 5.0864 14 4.75488C14 4.42336 14.1317 4.10542 14.3661 3.871C14.6005 3.63658 14.9185 3.50488 15.25 3.50488ZM10 5.00488C11.3261 5.00488 12.5979 5.53167 13.5355 6.46935C14.4732 7.40703 15 8.6788 15 10.0049C15 11.331 14.4732 12.6027 13.5355 13.5404C12.5979 14.4781 11.3261 15.0049 10 15.0049C8.67392 15.0049 7.40215 14.4781 6.46447 13.5404C5.52678 12.6027 5 11.331 5 10.0049C5 8.6788 5.52678 7.40703 6.46447 6.46935C7.40215 5.53167 8.67392 5.00488 10 5.00488ZM10 7.00488C9.20435 7.00488 8.44129 7.32095 7.87868 7.88356C7.31607 8.44617 7 9.20923 7 10.0049C7 10.8005 7.31607 11.5636 7.87868 12.1262C8.44129 12.6888 9.20435 13.0049 10 13.0049C10.7956 13.0049 11.5587 12.6888 12.1213 12.1262C12.6839 11.5636 13 10.8005 13 10.0049C13 9.20923 12.6839 8.44617 12.1213 7.88356C11.5587 7.32095 10.7956 7.00488 10 7.00488Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size:cover;
  background-repeat:no-repeat;
  pointer-events:none

}
.r2g-social-wall-main-strip .feed-item::before {
  content:"";
  background-color:rgba(0,0,0,0.7);
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  transition:opacity .4s ease;
  opacity:0;
  pointer-events:none

}
.r2g-social-wall-main-strip .feed-item .caption,
.r2g-social-wall-main-strip .feed-item span {
  position:absolute;
  z-index:1;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  color:#fff;
  transition:opacity .4s ease;
  opacity:0

}
.r2g-social-wall-main-strip .feed-item:hover::before {
  opacity:1

}
.r2g-social-wall-main-strip .feed-item:hover span {
  opacity:1

}
.r2g-social-wall-main-strip .swiper-button-next {
  right:50px

}
.r2g-social-wall-main-strip .swiper-button-prev {
  left:50px

}
.r2g-social-wall-main-strip .rotator-inner-wrapper {
  position:relative

}
.swiper-button-next::after {
  content: '\ec42';
  font-family: icomoon;
  font-size: 20px;
  color: #000;
}
.swiper-button-prev::after {
  content: '\ec40';
  font-family: icomoon;
  font-size: 20px;
  color: #000;
}
.r2g-social-wall-main-strip .swiper-button-prev {
  left: 0;
  position: static;
}
.r2g-social-wall-main-strip .swiper-button-next {
  right: 0;
  position: static;
}
.r2g-social-wall-main-strip .arrows-wrapper {
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100px;
  margin: auto;
  margin-top: 24px;
}

.r2g-social-wall-main-strip .swiper-button-next,
.r2g-social-wall-main-strip .swiper-button-prev{
  position:absolute;
  display: none;       
}

.r2g-social-wall-main-strip:not(.initialized) .swiper-button-prev,
.r2g-social-wall-main-strip:not(.initialized) .swiper-button-next{
    display: none !important;
}

@media(min-width:768px){


    .r2g-social-wall-main-strip .swiper-button-next,
    .r2g-social-wall-main-strip .swiper-button-prev{
      display: block;       
    }

    .r2g-social-wall-main-strip .swiper-button-next:hover::after,
    .r2g-social-wall-main-strip .swiper-button-prev:hover::after{
      color:var(--color-dark-yellow);
    }
    
    .r2g-social-wall-main-strip .swiper-button-next{
      right:-35px
    }
    
    .r2g-social-wall-main-strip .swiper-button-prev{
      left:-35px
    }
    
    .r2g-social-wall-main-strip .swiper-button-next:after,
    .r2g-social-wall-main-strip .swiper-button-prev:after{
         font-size: 2.15em;
          color:var(--color-blue);
        font-family:'icomoon';
    }
    
    .r2g-social-wall-main-strip .swiper-button-next:after{
      content:"\e9e6";
    }
    
    .r2g-social-wall-main-strip .swiper-button-prev:after{
          content: "\eb2a";
    }

}