.glide-next,
.glide-prev {
  color: #c3c3c3;
  position: static;
  bottom: 10%;
  z-index: 2;
  user-select: none;
  cursor: pointer;
  padding: 0;
  font-size: 25px;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: 0 0;
  opacity: 1;
  line-height: 1;
  transition:
    opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67),
    color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.glide-next.thin-navy-blue-background,
.glide-prev.thin-navy-blue-background {
  -webkit-text-stroke: 2.2px #283349;
}
.glide-next.thin-light-blue-background,
.glide-prev.thin-light-blue-background {
  -webkit-text-stroke: 2.2px #f6fcff;
}
.glide-next:focus,
.glide-next:hover,
.glide-prev:focus,
.glide-prev:hover {
  outline: 0;
}
.glide-next:hover,
.glide-prev:hover {
  color: #2b83d4;
}
.glide-next {
  right: 40%;
}
.glide-prev {
  left: 40%;
}
.glide-next.disabled,
.glide-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}
.glide_bullet_line {
  background-color: rgba(195, 195, 195, 0.5);
  padding: 0;
  transition: all 0.3s ease-in-out;
  line-height: 0;
  border: 1px solid transparent;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
  border-radius: 0 !important;
  width: 30px !important;
  height: 1px !important;
}
.glide_bullet_line.sub-header {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 120px !important;
}
.glide_bullet_line.sub-header span {
  color: grey;
}
.glide__bullet--active {
  background-color: #2b83d4;
}
.glide__bullet--active.sub-header span {
  color: #000;
}
.glide-next.sub-header,
.glide-prev.sub-header {
  display: none;
}
.bullet-text {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #0f0f0f;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .glide_bullet_line {
    width: 20px !important;
  }
}
@media screen and (max-width: 750px) {
  .glide_bullet_line.sub-header {
    display: none;
  }
  .glide__bullet--active.sub-header {
    display: inline-block;
  }
  .glide-next.sub-header,
  .glide-prev.sub-header {
    display: block;
  }
}
.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;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}
