.tab-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 64px;
}
.tab-wrap .tab-list01 {
  width: 100%;
  padding-bottom: 8px;
  margin: 0 auto;
  position: relative;
  height: 67px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.tab-wrap .tab-list01::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
.tab-wrap .tab-list01::-webkit-scrollbar-track {
  background-clip: content-box;
  border: 0px solid transparent;
}
.tab-wrap .tab-list01::-webkit-scrollbar-thumb {
  background-color: transparent;
  opacity: 0;
}
.tab-wrap .tab-list01::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.tab-wrap .tab-list01::-webkit-scrollbar-corner, .tab-wrap .tab-list01::-webkit-scrollbar-track {
  background-color: transparent;
}
.tab-wrap .tab-list01 .tabs {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .tab-wrap .tab-list01 .tabs::-webkit-scrollbar, .tab-wrap .tab-list01 .tabs::-webkit-scrollbar-track, .tab-wrap .tab-list01 .tabs::-webkit-scrollbar-thumb {
    background-color: transparent;
    background: transparent;
  }
}
.tab-wrap .tab-list01 .tabs li {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  padding: 24px 10px;
  cursor: pointer;
  color: #131619;
  opacity: 0.6;
  margin: 0;
  margin-right: 24px;
  position: relative;
}
.tab-wrap .tab-list01 .tabs li.active {
  position: relative;
  color: #131619;
  opacity: 1;
}
.tab-wrap .tab-list01 .tabs li.active::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 4px;
  width: 100%;
  background: #f96000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.tab-wrap .tab-list01 .tabs li::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 4px;
  width: 0%;
  background: #f96000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.tab-wrap .tab-list01 .tabs li:hover::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 4px;
  width: 100%;
  background: #f96000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.main-tab {
  position: relative;
}
.main-tab span.next {
  display: block;
  position: absolute;
  right: -14px;
  top: 15px;
  width: 28px;
  padding: 8px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .main-tab span.next {
    right: -15px;
  }
}
.main-tab span.next img {
  width: 14px;
}
.main-tab span.previous {
  display: block;
  position: absolute;
  left: -12px;
  top: 15px;
  width: 28px;
  padding: 8px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .main-tab span.previous {
    left: -15px;
  }
}
.main-tab span.previous img {
  width: 14px;
}
.main-tab.tab-all-ct {
  border-bottom: 0 none;
}

.sticks {
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(5px);
}
@media (max-width:979px) {
  .sticks {
    top: 78px;
  }
}
.sticks .container-sig {
  padding: 0 24px;
}

.main-tab-stick {
  position: relative;
  border-bottom: 1px solid #eff1f7;
  height: 62px;
}
@media (min-width:980px) {
  .main-tab-stick {
    height: 66px;
  }
}
.main-tab-stick .tab-list01 {
  width: 87%;
  margin: 0 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width:980px) {
  .main-tab-stick .tab-list01 {
    width: 96%;
  }
}
.main-tab-stick .tab-list01 .tabs {
  top: auto;
  bottom: auto;
  border-bottom: 0;
}
@media (min-width:980px) {
  .main-tab-stick .tab-list01 .tabs {
    top: 0;
    bottom: auto;
  }
}
.main-tab-stick span.next {
  display: block;
  position: absolute;
  right: -14px;
  top: 15px;
  width: 28px;
  padding: 8px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .main-tab-stick span.next {
    right: -10px;
  }
}
.main-tab-stick span.next img {
  width: 14px;
}
.main-tab-stick span.previous {
  display: block;
  position: absolute;
  left: -12px;
  top: 15px;
  width: 28px;
  padding: 8px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .main-tab-stick span.previous {
    left: -10px;
  }
}
.main-tab-stick span.previous img {
  width: 14px;
}

.tab-content .tab {
  padding: 32px 0;
  display: none;
}
.tab-content .tab.tab-active {
  display: block;
}

.lang-ar .main-tab-stick span.next {
  right: inherit;
  left: -12px;
}
.lang-ar .main-tab-stick span.next img {
  transform: rotate(180deg);
}
.lang-ar .main-tab-stick span.previous {
  left: inherit;
  right: -14px;
}
.lang-ar .main-tab-stick span.previous img {
  transform: rotate(180deg);
}
.lang-ar .tab-wrap .tab-list01 .tabs li {
  margin-right: 0;
  margin-left: 24px;
}

.main-tab-stick + .view-empty {
  padding: 24px 16px;
}

.swiper {
  padding-bottom: 0px !important;
  width: 100%;
}
@media (min-width:720px) and (max-width:979px) {
  .swiper.related {
    min-width: 700px !important;
    margin-left: 0;
  }
}
@media (min-width:980px) {
  .swiper.related .swiper-wrapper {
    margin: 0;
    padding-bottom: 20px;
    width: 100%;
    gap: 48px;
  }
}
@media (min-width:980px) {
  .swiper.related .swiper-wrapper .swiper-slide {
    min-width: 28%;
    width: calc(33.3333333333% - 32px);
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  .swiper.related .swiper-wrapper .swiper-slide.singleItem {
    min-width: 376px;
    width: 376px;
  }
}
.swiper.related .swiper-wrapper .swiper-slide .ct-card {
  width: 100%;
  max-width: 100%;
  height: 98%;
  margin: 16px 0 0 0;
}
@media (min-width: 575.5px) and (max-width:979px) {
  .swiper.related .swiper-wrapper .swiper-slide .ct-card {
    width: 98%;
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -6px;
}

.swiper-pagination-bullet {
  color: #f96000;
  background: #f96000 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
}

@media (max-width: 575px) {
  .swiper-slide.ct-card {
    margin: 0;
  }
}

@media (min-width:980px) {
  .swiper-pagination {
    visibility: hidden;
  }
}

.ct-card-group.colm-3 .swiper {
  width: 100%;
}
@media (max-width: 575px) {
  .ct-card-group.colm-3 .swiper .swiper-slide {
    flex: 0 0 92%;
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  .ct-card-group.colm-3 .swiper .swiper-slide.ct-card {
    min-width: 320px !important;
  }
}

.swp-m .ct-card-group {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 575.5px) and (max-width:979px) {
  .swp-m .ct-card-group {
    margin-left: -11px;
    margin-right: -16px;
    width: calc(100% + 24px);
  }
}

.lang-ar .swp-m .ct-card-group {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 575.5px) and (max-width:979px) {
  .lang-ar .swp-m .ct-card-group {
    margin-right: 0;
    margin-left: -20px;
    width: calc(100% + 20px);
  }
}

@media (max-width: 575px) {
  .swp-m .ct-card-group.colm-3 .swiper {
    width: auto;
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  .swp-m .ct-card-group.colm-3 .swiper {
    width: calc(100% + 20px);
  }
}

.swiper-slide.multiple {
  margin: 0;
}

.swp-m {
  position: relative;
}
@media (max-width: 575px) {
  .swp-m .ct-card-group {
    flex-direction: row;
  }
}
.swp-m .ct-card-group .views-element-container {
  width: 100%;
}
.swp-m .swiper {
  width: auto;
}
@media (max-width:979px) {
  .swp-m .swiper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 575px) {
  .swp-m .swiper .swiper-wrapper {
    padding-left: 8px;
  }
}
.swp-m .swiper.card-2-1 {
  margin-left: 0px;
}
.swp-m .swiper.card-2-1 .swiper-slide .ct-card {
  margin-left: 0;
}
.swp-m .swiper.sngl-card {
  margin-left: 0px;
}
@media (max-width: 575px) {
  .swp-m .swiper.sngl-card {
    margin-left: -8px !important;
  }
  .swp-m .swiper.sngl-card .swiper-slide {
    flex: 0 0 100% !important;
  }
}
.swp-m .swiper .swiper-wrapper {
  display: flex;
  padding-bottom: 20px;
}
@media (min-width: 980px) {
  .swp-m .swiper .swiper-wrapper {
    gap: 48px;
  }
}
@media (max-width: 575px) {
  .swp-m .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 86%;
    /* Each slide takes up 60% of the container width */
    /* Add space between slides */
    transition: transform 0.3s ease;
    padding: 0 16px 0 0 !important;
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  .swp-m .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 44%;
    /* Each slide takes up 60% of the container width */
    /* Add space between slides */
    transition: transform 0.3s ease;
    padding: 0 16px 0 8px !important;
  }
}
@media (max-width: 575px) {
  .swp-m .swiper .swiper-wrapper .swiper-slide .ct-card {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .swp-m .swiper .swiper-wrapper .swiper-slide.active {
    flex: 1;
    /* Active slide takes up 100% of the container width */
  }
}
.swp-m .menuSwiper,
.swp-m .mySwiper {
  overflow: hidden;
  position: relative;
}
@media (min-width:980px) {
  .swp-m .menuSwiper,
  .swp-m .mySwiper {
    overflow: visible;
  }
}
@media (max-width: 575px) {
  .swp-m .menuSwiper .swiper-slide.multiple,
  .swp-m .mySwiper .swiper-slide.multiple {
    padding-right: 16px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .swp-m .menuSwiper .swiper-slide.multiple a img,
  .swp-m .mySwiper .swiper-slide.multiple a img {
    min-height: 190px;
    max-height: fit-content;
    height: 100%;
  }
}
@media (min-width:980px) {
  .swp-m .menuSwiper .swiper-wrapper {
    flex-wrap: wrap;
  }
}
.swp-m .swiper-pagination {
  display: none;
}
@media (min-width:980px) {
  .swp-m .swiper-pagination {
    display: block;
  }
}
.swp-m .swiper-button-next,
.swp-m .swiper-button-prev {
  border: 2px solid #f96000;
  background-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.swp-m .swiper-button-next,
.swp-m .swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 0.9);
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width:979px) {
  .swp-m .swiper-button-next,
  .swp-m .swiper-button-prev {
    display: none;
  }
}
.swp-m .swiper-button-next::before,
.swp-m .swiper-button-prev::before {
  color: #f96000;
  opacity: 1;
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-top: 2px solid #f96000;
  border-left: 2px solid #f96000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.swp-m .swiper-button-next::after,
.swp-m .swiper-button-prev::after {
  content: "";
  height: 2px;
  width: 17px;
  background: #f96000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.swp-m .swiper-button-next:hover,
.swp-m .swiper-button-prev:hover {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.swp-m .swiper-button-next {
  right: -80px;
}
@media (min-width: 1200px) {
  .swp-m .swiper-button-next {
    right: -60px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .swp-m .swiper-button-next {
    right: -60px;
  }
}
@media (min-width: 1440px) {
  .swp-m .swiper-button-next {
    right: -60px;
  }
}
.swp-m .swiper-button-prev {
  left: -60px;
}
.swp-m .swiper-button-prev::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.fundingSwiper .swiper-slide,
.keyresSwiper .swiper-slide {
  padding-bottom: 16px;
}
.fundingSwiper .card,
.keyresSwiper .card {
  height: 100%;
  position: relative;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 55px 30px;
  margin: 16px 0 16px 0;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .fundingSwiper .card,
  .keyresSwiper .card {
    padding: 25px;
  }
}
@media (min-width:980px) {
  .fundingSwiper .card,
  .keyresSwiper .card {
    margin: 16px 12px;
  }
}
.fundingSwiper .card .image,
.keyresSwiper .card .image {
  margin: -55px -30px 0;
  overflow: hidden;
}
@media (max-width: 575px) {
  .fundingSwiper .card .image,
  .keyresSwiper .card .image {
    margin: -25px -25px 0;
  }
}
.fundingSwiper .card .image + i,
.keyresSwiper .card .image + i {
  margin-top: -35px;
}
@media (max-width: 575px) {
  .fundingSwiper .card .image + i,
  .keyresSwiper .card .image + i {
    margin-top: -30px;
  }
}
.fundingSwiper .card .image + h3,
.keyresSwiper .card .image + h3 {
  margin-top: 20px;
}
.fundingSwiper .card .image img,
.keyresSwiper .card .image img {
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}
.fundingSwiper .card .image img:hover,
.keyresSwiper .card .image img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.fundingSwiper .card i,
.keyresSwiper .card i {
  background: #ffffff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
@media (max-width: 575px) {
  .fundingSwiper .card i,
  .keyresSwiper .card i {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
  }
}
.fundingSwiper .card i img,
.keyresSwiper .card i img {
  display: inline-block;
}
.fundingSwiper .card .content-type,
.keyresSwiper .card .content-type {
  color: #686a6c;
  font-weight: 700;
  font-size: 15px;
  margin-top: -5px;
}
.fundingSwiper .card .content-type + h3,
.keyresSwiper .card .content-type + h3 {
  margin-top: 15px;
}
.fundingSwiper .card .content-type + h3 + p,
.keyresSwiper .card .content-type + h3 + p {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .fundingSwiper .card .content-type + h3 + p,
  .keyresSwiper .card .content-type + h3 + p {
    margin-bottom: 50px;
  }
}
.fundingSwiper .card h2,
.keyresSwiper .card h2 {
  font-size: 54px;
  margin-bottom: 20px;
}
.fundingSwiper .card h3,
.keyresSwiper .card h3 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 36px;
}
.fundingSwiper .card h3 a,
.keyresSwiper .card h3 a {
  color: #131619;
}
.fundingSwiper .card p,
.keyresSwiper .card p {
  font-size: 14px;
  line-height: 1.25;
}
.fundingSwiper .card .source,
.keyresSwiper .card .source {
  font-size: 13px;
  color: #686a6c;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  margin: 0;
}

.lang-ar .swp-m .swiper-button-next {
  left: -60px;
  right: auto;
}
.lang-ar .swp-m .swiper-button-next::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lang-ar .swp-m .swiper-button-prev {
  right: -60px;
  left: auto;
}
.lang-ar .swp-m .swiper-button-prev::before {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (max-width: 575px) {
  .swp-m .fundingSwiper .swiper-wrapper.funding-swiper .swiper-slide {
    flex: 0 0 86.6%;
  }
}
@media (min-width:720px) and (max-width:979px) {
  .swp-m .fundingSwiper .swiper-wrapper.funding-swiper .swiper-slide {
    flex: 0 0 44%;
  }
}
@media (max-width: 575px) {
  .single-card {
    margin: 0 auto !important;
  }
}
.single-card .swiper {
  margin: 0;
}
@media (max-width: 575px) {
  .single-card .swiper {
    margin: 0 auto !important;
  }
}
@media (max-width: 575px) {
  .single-card .swiper-wrapper .swiper-slide {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .single-card .swiper-wrapper .swiper-slide .ct-card {
    margin: 0 !important;
  }
}

@media (max-width: 575px) {
  .swp-m .ct-card-group.colm-3 .swiper.card-2-1 {
    min-width: 340px;
    margin-left: -26px;
  }
}

@media (min-width: 575.5px) and (max-width: 779px) {
  .swp-m .swiper.card-2-1 .swiper-wrapper .swiper-slide {
    min-width: 370px;
  }
}
@media (min-width: 780px) and (max-width: 979px) {
  .swp-m .swiper.card-2-1 .swiper-wrapper .swiper-slide {
    min-width: 390px;
  }
}

@media (min-width:980px) {
  .funding-sldr .swiper.fundingSwiper .swiper-wrapper {
    gap: 0;
  }
}

@media (min-width:720px) and (max-width:979px) {
  .swp-m .funding-sldr {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.multisize-card-container .swiper-slide.multiple {
  height: auto;
}

.slideshow-holder {
  position: relative;
  display: flex;
  padding: 80px 0 64px 0;
}
.slideshow-holder.mbl-ds-view {
  max-width: 320px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .slideshow-holder {
    max-width: 360px;
  }
}
.slideshow-holder .swiper.photoSlide {
  margin: 0;
  padding: 0;
  width: 100%;
}
.slideshow-holder .swiper.photoSlide.mbl-ds-view {
  max-width: 320px;
  margin: 0 auto;
}
.slideshow-holder .swiper.photoSlide.mbl-ds-view .swiper-slide img {
  height: 240px;
  object-fit: cover;
}
.slideshow-holder .swiper.photoSlide .swiper-slide {
  width: 100% !important;
  padding-right: 8px;
}
@media (min-width:980px) {
  .slideshow-holder .swiper.photoSlide .swiper-slide {
    padding-left: 0;
    padding-right: 12px;
  }
}
.slideshow-holder .swiper.photoSlide .swiper-slide:last-child {
  margin-left: -12px;
  padding-right: 0;
  padding-left: 8px;
}
@media (min-width:980px) {
  .slideshow-holder .swiper.photoSlide .swiper-slide:last-child {
    padding-right: 0;
    padding-left: 12px;
  }
}
.slideshow-holder .swiper.photoSlide .swiper-slide picture {
  display: flex;
}
.slideshow-holder .swiper.photoSlide .swiper-slide img {
  max-width: 1300px;
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .slideshow-holder .swiper.photoSlide .swiper-slide img {
    height: 240px;
    object-fit: cover;
  }
}
.slideshow-holder .icon-enlarge {
  width: 32px;
  height: 32px;
  background: url(../images/icon-enlarge.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: 16px;
}
.slideshow-holder .swiper-button-next,
.slideshow-holder .swiper-button-prev {
  border: 2px solid #f96000;
  background-color: #f96000;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.slideshow-holder .swiper-button-next,
.slideshow-holder .swiper-button-prev {
  /*margin-top: calc(0px - (var(--swiper-navigation-size) / 0.14));*/
  top: 44px !important;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.slideshow-holder .swiper-button-next::before,
.slideshow-holder .swiper-button-prev::before {
  color: #ffffff;
  opacity: 1;
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.slideshow-holder .swiper-button-next::after,
.slideshow-holder .swiper-button-prev::after {
  content: "";
  height: 2px;
  width: 17px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13px;
  margin: auto;
}
.slideshow-holder .swiper-button-next:hover,
.slideshow-holder .swiper-button-prev:hover {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.slideshow-holder .swiper-button-next {
  right: 0;
}
@media (min-width: 1200px) {
  .slideshow-holder .swiper-button-next {
    right: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .slideshow-holder .swiper-button-next {
    right: 0;
  }
}
@media (min-width: 1440px) {
  .slideshow-holder .swiper-button-next {
    right: 0;
  }
}
.slideshow-holder .swiper-button-prev {
  left: auto;
  right: 60px;
}
.slideshow-holder .swiper-button-prev::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.full-screen-liabrary.slidshow p.ct-type {
  margin-bottom: 16px;
  background-color: #f7f8fb;
}

.slideshow-header,
.multimedia-header,
.photo-feature-header {
  position: relative;
}
.slideshow-header.no-bg,
.multimedia-header.no-bg,
.photo-feature-header.no-bg {
  background-color: transparent;
}
.slideshow-header__content,
.multimedia-header__content,
.photo-feature-header__content {
  padding: 1.2em 0.8em 0 0.8em;
}
@media (min-width:980px) {
  .slideshow-header__content,
  .multimedia-header__content,
  .photo-feature-header__content {
    padding: 1.2em 2em;
  }
}
.slideshow-header .date-type,
.multimedia-header .date-type,
.photo-feature-header .date-type {
  color: #686a6c;
  font-size: 14px;
  text-transform: normal;
}
.slideshow-header .content-type,
.multimedia-header .content-type,
.photo-feature-header .content-type {
  color: #131619;
  text-transform: normal;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 4px 8px;
}