@keyframes arrowfaderight {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  16% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  20% {
    opacity: 0;
    transform: translateX(-15px) scale(0.9);
  }
  36% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
@keyframes arrowfadeleft {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  16% {
    opacity: 0;
    transform: translateX(-15px) scale(0.9);
  }
  20% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  36% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
.quicklink__title {
  font-size: 24px;
  line-height: 36px;
  color: #282828;
  font-weight: bold;
  padding-bottom: 12px;
}
@media (max-width: 992px) {
  .quicklink__title {
    font-size: 18px;
    line-height: 27px;
  }
}
.quicklink-section {
  padding: 35px 0px 80px;
  margin-bottom: -45px;
}
@media (min-width: 992px) {
  .quicklink-section {
    width: 100%;
    padding: 50px 25px 100px;
  }
}
.quicklink__container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 32px 24px;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  background-color: #fff;
}
.quicklink__container .quicklink__img-bg {
  display: flex;
  align-self: start;
  justify-content: center;
  background-color: #E6E9F4;
  background-size: 88px 88px;
  border-radius: 50px;
  width: 88px;
  height: 88px;
  margin-right: 24px;
}
.quicklink__container .quicklink__img-bg img {
  width: 44px;
}
@media (max-width: 992px) {
  .quicklink__container .quicklink__img-bg {
    width: 66px;
    height: 66px;
  }
  .quicklink__container .quicklink__img-bg img {
    width: 33px;
  }
}
.quicklink__link {
  width: calc(100% - 112px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #171C8F;
}
@media (max-width: 992px) {
  .quicklink__link {
    width: calc(100% - 90px);
  }
}
.quicklink-swiper-container .swiper-wrapper {
  height: unset;
}
.quicklink__swiper-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .quicklink__swiper-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.quicklink__swiper-wrapper .swiper-button-disabled {
  display: none !important;
}
.quicklink__swiper-wrapper .quicklink-button-prev {
  position: absolute;
  top: 50%;
  margin-top: calc(9px - var(--swiper-navigation-size) / 2);
  left: -15px;
  background-color: #3BD4AE;
  border-radius: 8px;
  height: 32px;
  width: 32px;
  background-size: 32px 32px;
  z-index: 50;
}
.quicklink__swiper-wrapper .quicklink-button-prev p {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.quicklink__swiper-wrapper .quicklink-button-prev p img {
  width: 18px;
  height: 18px;
}
.quicklink__swiper-wrapper .quicklink-button-prev p img.arrow {
  transition: margin-right 0.2s ease-out;
}
.quicklink__swiper-wrapper .quicklink-button-prev p img.hover-arrow {
  position: absolute;
  opacity: 0;
  right: 3px;
  transition: opacity 0.2s ease-out;
}
.quicklink__swiper-wrapper .quicklink-button-prev:hover img.arrow {
  margin-right: 10px;
  animation: arrowfadeleft 2.5s infinite ease-in-out;
  animation-delay: 0.4s;
}
.quicklink__swiper-wrapper .quicklink-button-prev:hover img.hover-arrow {
  display: inline-block;
  opacity: 1;
  animation: arrowfadeleft 2.5s infinite ease-in-out;
  animation-delay: 0.6s;
}
.quicklink__swiper-wrapper .quicklink-button-next {
  position: absolute;
  top: 50%;
  margin-top: calc(9px - var(--swiper-navigation-size) / 2);
  right: -15px;
  background-color: #3BD4AE;
  border-radius: 8px;
  height: 32px;
  width: 32px;
  background-size: 32px 32px;
  z-index: 50;
}
.quicklink__swiper-wrapper .quicklink-button-next p {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.quicklink__swiper-wrapper .quicklink-button-next p img {
  width: 18px;
  height: 18px;
}
.quicklink__swiper-wrapper .quicklink-button-next p img.arrow {
  transition: margin-left 0.2s ease-out;
}
.quicklink__swiper-wrapper .quicklink-button-next p img.hover-arrow {
  position: absolute;
  opacity: 0;
  left: 3px;
  transition: opacity 0.2s ease-out;
}
.quicklink__swiper-wrapper .quicklink-button-next:hover img.arrow {
  margin-left: 10px;
  animation: arrowfaderight 2.5s infinite ease-in-out;
  animation-delay: 0.4s;
}
.quicklink__swiper-wrapper .quicklink-button-next:hover img.hover-arrow {
  display: inline-block;
  opacity: 1;
  animation: arrowfaderight 2.5s infinite ease-in-out;
  animation-delay: 0.6s;
}
@media (max-width: 992px) {
  .quicklink__swiper-wrapper .quicklink-button-next {
    right: 0;
  }
  .quicklink__swiper-wrapper .quicklink-button-prev {
    left: 0;
  }
}

.content-box .quicklink-section {
  padding: 0 0 100px 0;
}/*# sourceMappingURL=Quicklink_section.min.css.map */