.paragraph.swiper-effects {
  position: relative;
  width: calc(100% - 96px);
  margin: auto;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 900;
}
.swiper-button-prev, .swiper-button-next {
  background: #f36c33;
  opacity: 1;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #fff;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  background: #ccc;
  color: #000;
  opacity: 0.85;
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
.paragraph.swiper-effects .swiper-button-prev {
  left: -48px;
}
.paragraph.swiper-effects .swiper-button-next {
  right: -48px;
}
.nav.nav-pills.swiper-wrapper {
  flex-wrap: nowrap;
}
.nav.nav-pills.swiper-wrapper > li > a.nav-link {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: hsl(var(--mt-foreground-color));
  text-transform: none;
  padding: 32px;
  background: #fafafa;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  box-shadow: 2px 3px 5px rgb(0, 0, 0, 0.35);
  margin-bottom: 16px;
  height: 100%;
}
.nav.nav-pills.swiper-wrapper .swiper-slide {
  margin-bottom: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: 28px;
  position: relative;
  left: 1%;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.paragraph.swiper-effects .swiper-horizontal>.swiper-scrollbar,
.paragraph.swiper-effects .swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: -16px;
}
.swiper-effects .swiper-button-next, .swiper-effects .swiper-button-prev {
  top: 25%;
}
.swiper-cards {
  margin: auto;
  display: block;
  text-align: center;
  background: #eee;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.swiper-effects .swiper-slide {
  height: auto;
  background: #fafafa;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  box-shadow: 2px 3px 5px rgb(0, 0, 0, 0.35);
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
.swiper-slide > a:hover,
.swiper-slide > a:hover p,
.swiper-slide > a:hover h3,
.swiper-slide > a:active,
.swiper-slide > a:focus {
  text-decoration: none !important;
}
.swiper-effects .swiper-slide-image {
  flex: 1;
}
.swiper-effects .swiper-slide img {
  margin: auto;
  max-height: 150px;
  text-align: center;
  display: block;
}
.swiper-effects .swiper-slide h3 {
  color: #fff;
}
.swiper-effects .swiper-slide h3 {
  color: #313131;
  text-align: center;
  margin: auto;
}
.swiper-slide-caption {
  margin-top: 24px;
}
.swiper-effects .field.field--name-field-swiper-link {
  display: flex;
}
.swiper-effects .field.field--name-field-swiper-link a {
  padding: 4px 8px;
  border-radius: 2px;
  display: block;
  color: #fff;
  text-decoration: underline;
}
.swiper-effects span {
  color: #ccc;
  text-transform: uppercase;
}
.swiper-effects .field.field--name-field-swiper-link a  {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: block;
}
.swiper-effects .field.field--name-field-swiper-link a:hover {
  padding-left: 12px;
  text-decoration: none;
}
.swiper-effects .field.field--name-field-swiper-link a:hover:before {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.swiper-effects .field.field--name-field-swiper-link a:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  font-family: "FontAwesome";
  font-size: 10px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  content: "\f105";
}
a.swiper-wrap_link .swiper-slide-image {
  display: flex;
  flex: 0;
}
.swiper-slide_container {
  /*position: absolute;*/
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
  align-self: center;
  padding: 64px 32px;
}
a.swiper-wrap_link p {
   color: #222;
   margin-top: 1rem;
}
.swiper-slide .swiper-slide-content {
  display: none;
  visibility: hidden;
}
.swiper-slide-active .swiper-slide-content {
  display: block;
  visibility: visible;
}
@media (min-width: 980px) {
  /*.paragraph.swiper-effects {*/
  /*  left: 96px;*/
  /*}*/
  /*.swiper-button-prev {*/
  /*  left: 32px;*/
  /*  right: auto;*/
  /*}*/
}
