.eventsUpcomingBlock {
  position: relative;
  width: 100%;
  height: 600vh;
  margin: 10vw 0;
  -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 6.25vw, #000000 calc(100% - 6.25vw), rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.45s 0.3s, pointer-events 0.45s 0.3s;
  -moz-transition: opacity 0.45s 0.3s, pointer-events 0.45s 0.3s;
  -ms-transition: opacity 0.45s 0.3s, pointer-events 0.45s 0.3s;
  -o-transition: opacity 0.45s 0.3s, pointer-events 0.45s 0.3s;
  transition: opacity 0.45s 0.3s, pointer-events 0.45s 0.3s;
}
.eventsUpcomingBlock.is-inview {
  opacity: 1;
  pointer-events: inherit;
}
.eventsUpcomingBlock:first-child {
  margin-top: 0;
}
.eventsUpcomingBlock .mobileBackgroundSlides {
  display: none;
}
.eventsUpcomingBlock .stickyContainer {
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
}
.eventsUpcomingBlock .stickyContainer.sticky {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
}
.eventsUpcomingBlock .stickyContainer .topContent {
  height: auto;
  left: 0;
  position: absolute;
  top: 5vw;
  width: 100vw;
  z-index: 2;
}
.eventsUpcomingBlock .stickyContainer .topContent .left,
.eventsUpcomingBlock .stickyContainer .topContent .right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.eventsUpcomingBlock .stickyContainer .topContent .left .innerContent,
.eventsUpcomingBlock .stickyContainer .topContent .right .innerContent {
  width: 31.25vw;
}
.eventsUpcomingBlock .stickyContainer .topContent .left .normalSmallTitle,
.eventsUpcomingBlock .stickyContainer .topContent .right .normalSmallTitle {
  margin-top: 1.25vw;
}
.eventsUpcomingBlock .stickyContainer .topContent .right {
  text-align: right;
  margin-top: -0.125vw;
}
.eventsUpcomingBlock .stickyContainer .backgroundSlider {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  /*            &:after{
                content:"";
                .absolute();
                background:@almostBlack;
                opacity:0.6;
                z-index:1;
            }*/
}
.eventsUpcomingBlock .stickyContainer .backgroundSlider .slides {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.eventsUpcomingBlock .stickyContainer .backgroundSlider .slides .slide {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s 0.3s, transform 0.6s 0s;
  -moz-transition: opacity 0.3s 0.3s, transform 0.6s 0s;
  -ms-transition: opacity 0.3s 0.3s, transform 0.6s 0s;
  -o-transition: opacity 0.3s 0.3s, transform 0.6s 0s;
  transition: opacity 0.3s 0.3s, transform 0.6s 0s;
}
.eventsUpcomingBlock .stickyContainer .backgroundSlider .slides .slide.hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.eventsUpcomingBlock .stickyContainer .backgroundSlider .slides .slide.active {
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 0.3s 0s, transform 0.6s 0s;
  -moz-transition: opacity 0.3s 0s, transform 0.6s 0s;
  -ms-transition: opacity 0.3s 0s, transform 0.6s 0s;
  -o-transition: opacity 0.3s 0s, transform 0.6s 0s;
  transition: opacity 0.3s 0s, transform 0.6s 0s;
}
.eventsUpcomingBlock .stickyContainer .backgroundSlider .slides .slide.active .background {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s 0s ease-out;
  -moz-transition: transform 0.3s 0s ease-out;
  -o-transition: transform 0.3s 0s ease-out;
  transition: transform 0.3s 0s ease-out;
}
.eventsUpcomingBlock .stickyContainer .backgroundSlider .slides .slide .background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: transform 0.3s 0.3s ease-out;
  -moz-transition: transform 0.3s 0.3s ease-out;
  -o-transition: transform 0.3s 0.3s ease-out;
  transition: transform 0.3s 0.3s ease-out;
}
.eventsUpcomingBlock .stickyContainer .backgroundSlider .slides .slide .background img {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
}
.eventsUpcomingBlock .stickyContainer .backgroundSlider .gradientWrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.eventsUpcomingBlock .stickyContainer .backgroundSlider .gradientWrapper .gradient {
  z-index: 1;
}
.eventsUpcomingBlock .stickyContainer .backgroundSlider .gradientWrapper .gradient.horizontal {
  height: 80%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: linear-gradient(#221d16, rgba(34, 29, 22, 0));
}
.eventsUpcomingBlock .stickyContainer .backgroundSlider .gradientWrapper .gradient.horizontal.bottom {
  bottom: 0;
  top: auto;
  background: linear-gradient(rgba(34, 29, 22, 0), #221d16);
}
.eventsUpcomingBlock .stickyContainer .backgroundSlider .gradientWrapper .gradient.vertical {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 40%;
  background: linear-gradient(to right, #221d16, rgba(34, 29, 22, 0));
}
.eventsUpcomingBlock .stickyContainer .backgroundSlider .gradientWrapper .gradient.vertical.right {
  background: linear-gradient(to left, #221d16, rgba(34, 29, 22, 0));
  left: auto;
  right: 0;
}
.eventsUpcomingBlock .stickyContainer .backgroundSlider .textGradientWrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 3;
  pointer-events: none;
}
.eventsUpcomingBlock .stickyContainer .backgroundSlider .textGradientWrapper .gradient {
  z-index: 1;
}
.eventsUpcomingBlock .stickyContainer .backgroundSlider .textGradientWrapper .gradient.vertical {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5vw;
  background: linear-gradient(to right, #221d16, rgba(34, 29, 22, 0));
}
.eventsUpcomingBlock .stickyContainer .backgroundSlider .textGradientWrapper .gradient.vertical.right {
  background: linear-gradient(to left, #221d16, rgba(34, 29, 22, 0));
  left: auto;
  right: 0;
}
.eventsUpcomingBlock .stickyContainer .mobileItems {
  display: none;
}
.eventsUpcomingBlock .stickyContainer .innerContainer {
  height: auto;
  left: auto;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  margin-top: 5.625vw;
}
.eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer {
  white-space: nowrap;
}
.eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .contentWrapper {
  width: auto;
}
.eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer {
  display: inline-block;
  position: relative;
}
.eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block {
  display: inline-block;
  vertical-align: top;
  width: 30vw;
  margin-right: 8.4375vw;
  white-space: normal;
  position: relative;
  opacity: 0.2;
  pointer-events: none;
  color: #F4F1E6;
  text-decoration: none;
  -webkit-transition: opacity 0.3s, color 0.3s;
  -moz-transition: opacity 0.3s, color 0.3s;
  -ms-transition: opacity 0.3s, color 0.3s;
  -o-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}
.eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block:first-child {
  width: 52.5vw;
  padding-left: 23.75vw;
}
.eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block.active {
  pointer-events: inherit;
  opacity: 1;
}
.eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block:last-child {
  margin-right: 0;
}
.eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block .innerBlock {
  height: 100%;
}
.eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block .innerBlock .intro {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1.25vw;
  padding-bottom: 1.25vw;
}
.eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block .innerBlock .intro .divider {
  height: 0.875vw;
  width: 1px;
  background: #AEA391;
  opacity: 0.4;
  margin: 0 0.625vw;
  display: inline-block;
  vertical-align: middle;
}
.eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block .innerBlock .intro .date {
  color: #F4F1E6;
}
.eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block .innerBlock .extraTitle {
  color: #AEA391;
  display: block;
  margin-bottom: 0.625vw;
  font-style: italic;
}
.eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block .innerBlock .normalSmallTitle {
  display: -webkit-box;
  height: 9.1875vw;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block .innerBlock .info {
  display: block;
  margin-top: 1.25vw;
}
.eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block .innerBlock .info .date {
  margin-right: 1.25vw;
  color: #F4F1E6;
}
.eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block .innerBlock .info .label {
  font-style: italic;
  color: #AEA391;
}
.eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block .innerBlock .links {
  display: block;
  margin-top: 0.875vw;
  padding-top: 1.25vw;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block .innerBlock .links .button {
  width: auto;
}
.eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block .innerBlock .links .button:not(:last-child) {
  margin-right: 1vw;
}
.eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block .innerBlock .links .extraText {
  width: 100%;
  display: block;
  vertical-align: top;
  margin-top: 0.625vw;
  color: #F4F1E6;
  word-break: break-word;
}
@media all and (max-width: 1080px) {
  .eventsUpcomingBlock {
    margin: 14.814vw 0;
  }
  .eventsUpcomingBlock .stickyContainer .topContent {
    top: 7.407vw;
  }
  .eventsUpcomingBlock .stickyContainer .topContent .left .innerContent,
  .eventsUpcomingBlock .stickyContainer .topContent .right .innerContent {
    width: 46.295vw;
  }
  .eventsUpcomingBlock .stickyContainer .topContent .left .normalSmallTitle,
  .eventsUpcomingBlock .stickyContainer .topContent .right .normalSmallTitle {
    margin-top: 1.852vw;
  }
  .eventsUpcomingBlock .stickyContainer .topContent .right {
    margin-top: -0.185vw;
  }
  .eventsUpcomingBlock .stickyContainer .backgroundSlider .textGradientWrapper .gradient.vertical {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 7.407vw;
  }
  .eventsUpcomingBlock .stickyContainer .innerContainer {
    /*margin-top:@vw90-1080;*/
    margin-top: 0;
  }
  .eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block {
    width: 44.443vw;
    margin-right: 12.5vw;
  }
  .eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block:first-child {
    width: 77.776vw;
    padding-left: 35.184vw;
  }
  .eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block .innerBlock .intro {
    margin-bottom: 1.852vw;
    padding-bottom: 1.852vw;
  }
  .eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block .innerBlock .intro .divider {
    height: 1.296vw;
    margin: 0 0.926vw;
  }
  .eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block .innerBlock .extraTitle {
    margin-bottom: 0.926vw;
  }
  .eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block .innerBlock .normalSmallTitle {
    height: 13.611vw;
  }
  .eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block .innerBlock .info {
    margin-top: 1.852vw;
  }
  .eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block .innerBlock .info .date {
    margin-right: 1.852vw;
  }
  .eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block .innerBlock .links {
    margin-top: 1.296vw;
    padding-top: 1.852vw;
  }
  .eventsUpcomingBlock .stickyContainer .innerContainer .scrollContainer .innerScrollerContainer .block .innerBlock .links .extraText {
    margin-top: 0.926vw;
  }
}
@media all and (max-width: 580px) {
  .eventsUpcomingBlock {
    height: auto;
    margin: 22.586vw 0;
    -webkit-mask-image: none;
  }
  .eventsUpcomingBlock .mobileBackgroundSlides {
    height: 70vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
    display: block;
  }
  .eventsUpcomingBlock .mobileBackgroundSlides .backgroundSlide {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .eventsUpcomingBlock .mobileBackgroundSlides .backgroundSlide img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .eventsUpcomingBlock .mobileBackgroundSlides .backgroundSlide.active {
    opacity: 0.5;
  }
  .eventsUpcomingBlock .stickyContainer {
    height: auto;
    position: relative;
  }
  .eventsUpcomingBlock .stickyContainer.sticky {
    position: relative;
    height: auto;
  }
  .eventsUpcomingBlock .stickyContainer .innerContainer {
    top: auto;
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .eventsUpcomingBlock .stickyContainer .topContent {
    position: relative;
    top: 0;
  }
  .eventsUpcomingBlock .stickyContainer .topContent .left,
  .eventsUpcomingBlock .stickyContainer .topContent .right {
    display: block;
    width: 100%;
  }
  .eventsUpcomingBlock .stickyContainer .topContent .left .innerContent,
  .eventsUpcomingBlock .stickyContainer .topContent .right .innerContent {
    width: 100%;
  }
  .eventsUpcomingBlock .stickyContainer .topContent .left .normalSmallTitle,
  .eventsUpcomingBlock .stickyContainer .topContent .right .normalSmallTitle {
    margin-top: 3.448vw;
  }
  .eventsUpcomingBlock .stickyContainer .topContent .right {
    margin-top: 5.172vw;
    text-align: left;
  }
  .eventsUpcomingBlock .stickyContainer .backgroundSlider {
    display: none;
  }
  .eventsUpcomingBlock .stickyContainer .items {
    display: none;
  }
  .eventsUpcomingBlock .stickyContainer .removeMobile {
    display: none;
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems {
    display: block;
    height: 70vh;
    position: relative;
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .backgroundItems .backgroundItem {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    -webkit-transition: opacity, 0.3s;
    -moz-transition: opacity, 0.3s;
    -ms-transition: opacity, 0.3s;
    -o-transition: opacity, 0.3s;
    transition: opacity, 0.3s;
    -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 17.241vw, #000000 calc(100% - 17.241vw), rgba(0, 0, 0, 0) 100%);
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .backgroundItems .backgroundItem.active {
    opacity: 0.2;
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .backgroundItems .backgroundItem img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .innerSlider {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .items {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .items .item {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
    margin-right: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    vertical-align: top;
    color: #F4F1E6;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .items .item:not(.prev) {
    -webkit-transform: translateX(-1.724vw);
    -moz-transform: translateX(-1.724vw);
    -o-transform: translateX(-1.724vw);
    -ms-transform: translateX(-1.724vw);
    transform: translateX(-1.724vw);
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .items .item.prev {
    -webkit-transform: translateX(1.724vw);
    -moz-transform: translateX(1.724vw);
    -o-transform: translateX(1.724vw);
    -ms-transform: translateX(1.724vw);
    transform: translateX(1.724vw);
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .items .item.active {
    opacity: 1;
    pointer-events: all;
    transition-delay: 0.15s;
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .items .item.active:not(.prev),
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .items .item.active.prev {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .items .item .innerBlock {
    padding: 0 17.241vw;
    position: relative;
    display: block;
    bottom: 20vh;
    height: auto;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .items .item .innerBlock .intro {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 3.448vw;
    padding-bottom: 3.448vw;
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .items .item .innerBlock .intro .divider {
    height: 2.414vw;
    width: 1px;
    background: #AEA391;
    opacity: 0.4;
    margin: 0 1.724vw;
    display: inline-block;
    vertical-align: middle;
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .items .item .innerBlock .intro .date {
    color: #F4F1E6;
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .items .item .innerBlock .extraTitle {
    color: #AEA391;
    display: block;
    margin-bottom: 1.724vw;
    font-style: italic;
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .items .item .innerBlock .normalSmallTitle {
    display: -webkit-box;
    height: 25.347vw;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .items .item .innerBlock .info {
    display: block;
    margin-top: 3.448vw;
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .items .item .innerBlock .info .date {
    margin-right: 3.448vw;
    color: #F4F1E6;
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .items .item .innerBlock .info .label {
    font-style: italic;
    color: #AEA391;
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .items .item .innerBlock .links {
    display: block;
    margin-top: 2.414vw;
    padding-top: 3.448vw;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .items .item .innerBlock .links .buttons {
    display: block;
    margin-bottom: 1.724vw;
    padding-right: 12.069vw;
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .items .item .innerBlock .links .buttons .button {
    display: block;
    width: 100%;
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .items .item .innerBlock .links .buttons .button:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.724vw;
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .items .item .innerBlock .links .extraText {
    width: 100%;
    display: block;
    vertical-align: top;
    margin-top: 3.793vw;
    color: rgba(244, 241, 230, 0.7);
    word-break: break-word;
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .navigator {
    height: auto;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;
    right: 0;
    margin: auto;
    display: block;
    bottom: 33.3333vh;
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .navigator .arrowButton {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: absolute;
    top: 0;
    left: 0;
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .navigator .arrowButton.prev {
    left: 1.724vw;
  }
  .eventsUpcomingBlock .stickyContainer .mobileItems .itemSlider .navigator .arrowButton.next {
    left: auto;
    right: 1.724vw;
  }
}
