.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }

.glide * {
  box-sizing: inherit; }

.glide__track {
  overflow: hidden; }

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform; }

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.glide--rtl {
  direction: rtl; }

.wp-block-yabhq-yab-gallery {
  background: #2d3748;
  position: relative;
  padding: 3rem 0;
  min-height: 580px; }
  @media screen and (max-width: 600px) {
    .wp-block-yabhq-yab-gallery {
      min-height: 420px; } }

.glide-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #f7fafc;
  margin-bottom: 1rem; }

.glide__track {
  height: calc(580px - 3rem * 2); }
  @media screen and (max-width: 600px) {
    .glide__track {
      height: calc(420px - 3rem * 2); } }

.glide__slides {
  margin: 0 !important;
  padding: 0 !important; }

.glide__slide {
  padding: 1rem !important;
  opacity: 0.65;
  transition: opacity 0.3s;
  height: calc(580px - 3rem * 2);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
  @media screen and (max-width: 600px) {
    .glide__slide {
      height: calc(420px - 3rem * 2); } }
  .glide__slide img {
    max-height: 100%; }
  .glide__slide:before {
    content: none !important; }

.glide__slide-caption {
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #f7fafc;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.glide__slide--active {
  opacity: 1; }

.glide__arrow {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 42px;
  margin-top: -21px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center; }

.glide__arrow--left,
.glide__arrow--right {
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer; }

.glide__arrow--left:active,
.glide__arrow--right:active {
  transform: scale(0.8); }


/*# sourceMappingURL=style-index.css.map*/