.dl_basic_slider {
  position: relative;
  color: #061D35;
}
@media only screen and (min-width: 992px) {
  .dl_basic_slider--swiper {
    padding-top: 90px;
  }
}
.dl_basic_slider__heading {
  background-color: #FEBC2E;
  color: #061D35;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 30px;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 20px !important;
  line-height: 26px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .dl_basic_slider__heading {
    padding: 20px 0;
    margin-bottom: 60px;
    font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
    font-size: 40px !important;
    line-height: 48px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}
.dl_basic_slider__title {
  padding: 10px 0px;
  color: #061D35;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0.3px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .dl_basic_slider__title {
    width: auto;
    padding: 22px 20px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 24px !important;
    line-height: 28px !important;
    letter-spacing: 0.3px;
    font-weight: 500;
  }
}
.dl_basic_slider__content {
  background: -webkit-linear-gradient(#333, #eee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 100px;
  color: #061D35;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: 0.3px;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .dl_basic_slider__content {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: 0.3px;
    font-weight: 300;
  }
}
.dl_basic_slider__button {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.dl_basic_slider__button-link {
  cursor: pointer;
  max-width: 240px;
  border: 1px solid #061D35;
  text-transform: none !important;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 13px !important;
  line-height: 14px !important;
  letter-spacing: 0.3px;
  font-weight: 600;
  border-radius: 48px !important;
  -webkit-border-radius: 48px !important;
  -moz-border-radius: 48px !important;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25) !important;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background-color: transparent;
  color: #061D35;
  border-radius: 4px;
  box-shadow: 1px 1px 32px rgba(255, 255, 255, 0.46);
  background: transparent !important;
}
@media only screen and (min-width: 992px) {
  .dl_basic_slider__button-link {
    margin-top: 30px;
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: 0.3px;
    font-weight: 600;
  }
}
.dl_basic_slider ul {
  margin-left: 0px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .dl_basic_slider ul {
    text-align: left;
  }
}
.dl_basic_slider ul > li {
  list-style: none;
  display: inline-block;
  background: #ddd;
}
.dl_basic_slider ul > li:first-child {
  margin-left: 0;
}
.dl_basic_slider .swiper-slide {
  height: auto;
  width: 80%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .dl_basic_slider .swiper-slide {
    height: 500px;
  }
}
.dl_basic_slider .swiper-slide-active {
  height: auto;
}
.dl_basic_slider .swiper-slide-active .swiper-slide__inner {
  padding: 10px;
}
@media only screen and (min-width: 992px) {
  .dl_basic_slider .swiper-slide-active .swiper-slide__inner {
    border: 1px solid #061D35;
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .dl_basic_slider .swiper-slide-active {
    margin-top: -90px;
  }
}
.dl_basic_slider .swiper-slide-active .dl_basic_slider__content {
  height: 100%;
  background: none;
  -webkit-text-fill-color: initial;
}
.dl_basic_slider .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.dl_basic_slider .swiper-button-next,
.dl_basic_slider .swiper-button-prev {
  width: 20px;
  height: 10px;
  background-size: 20px 10px !important;
}
@media only screen and (min-width: 992px) {
  .dl_basic_slider .swiper-button-next,
.dl_basic_slider .swiper-button-prev {
    width: 30px;
    height: 15px;
  }
}
.dl_basic_slider .swiper-button-next:after,
.dl_basic_slider .swiper-button-prev:after {
  content: "";
}
.dl_basic_slider .swiper-button-next {
  right: 0px;
  background: url(images/arrow-next.svg) left center no-repeat;
}
@media only screen and (min-width: 992px) {
  .dl_basic_slider .swiper-button-next {
    right: -40px;
  }
}
.dl_basic_slider .swiper-button-prev {
  left: 0px;
  background: url(images/arrow-prev.svg) left center no-repeat;
}
@media only screen and (min-width: 992px) {
  .dl_basic_slider .swiper-button-prev {
    left: -40px;
  }
}
